.service-col-page {
  --col-1: var(--accent3);
  --col-2: var(--accent3);
  --col-3: var(--accent3);
  --col-4: var(--accent3);
  --col-dark: var(--deep);
  --col-pad-x: clamp(24px, 5vw, 60px);
  --col-pad-y: clamp(78px, 9vw, 104px);
}

.cp-section {
  padding: var(--col-pad-y) var(--col-pad-x);
}

.cp-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--col-1);
}

.cp-label span:first-child {
  width: 24px;
  height: 1px;
  background: currentColor;
}

.cp-label-dark {
  color: var(--col-2);
}

.cp-title {
  font-family: 'Cormorant', serif;
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 34px;
}

.cp-title em {
  font-style: italic;
  font-weight: 300;
  color: var(--col-1);
}

.cp-title-dark {
  color: var(--parchment);
}

.cp-title-dark em {
  color: var(--col-3);
}

.cp-dark-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 58px;
}

.cp-dark-head p {
  font-size: 14px;
  font-weight: 220;
  line-height: 1.9;
  color: rgba(246, 241, 233, 0.32);
  border-left: 1px solid rgba(246, 241, 233, 0.07);
  padding-left: 32px;
}

.cp-hero {
  position: relative;
  overflow: hidden;
  min-height: 96vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--col-dark);
  border-bottom: 1px solid rgba(246, 241, 233, 0.03);
}

.cp-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(var(--accent3-rgb), 0.5);
  z-index: 3;
}

.cp-hero-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(ellipse 62% 80% at 80% 50%, rgba(61, 110, 104, 0.16) 0%, transparent 65%);
}

.cp-hero-left {
  position: relative;
  z-index: 2;
  padding: 116px var(--col-pad-x) 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cp-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  opacity: 0;
  animation: cp-fadeup 0.8s ease 0.1s forwards;
}

.cp-hero-rule {
  width: 28px;
  height: 1px;
  background: var(--col-2);
}

.cp-hero-main {
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent3);
}

.cp-hero-title {
  font-family: 'Cormorant', serif;
  font-size: clamp(30px, 4.6vw, 62px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.018em;
  color: var(--parchment);
  opacity: 0;
  animation: cp-fadeup 1.1s ease 0.22s forwards;
}

.cp-hero-title em {
  display: block;
  margin-top: 0.14em;
  font-style: italic;
  font-weight: 300;
  color: var(--col-3);
}

.cp-hero-text {
  margin-top: 28px;
  max-width: 450px;
  font-size: 15px;
  font-weight: 220;
  line-height: 1.95;
  color: rgba(246, 241, 233, 0.42);
  opacity: 0;
  animation: cp-fadeup 0.9s ease 0.44s forwards;
}

.cp-hero-text strong {
  color: rgba(246, 241, 233, 0.72);
  font-weight: 400;
}

.cp-hero-cta {
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  text-decoration: none;
  font-size: 9.5px;
  letter-spacing: 0.145em;
  text-transform: uppercase;
  color: var(--parchment);
  background: var(--cta-primary-bg);
  border: 1px solid var(--cta-primary-border);
  box-shadow: var(--cta-primary-shadow);
  padding: 10px 23px;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  opacity: 0;
  animation: cp-fadeup 0.8s ease 0.76s forwards;
}

.cp-hero-cta:hover {
  background: var(--cta-primary-bg-hover);
  border-color: var(--cta-primary-border-hover);
  box-shadow: var(--cta-primary-shadow-hover);
}

.cp-hero-right {
  position: relative;
  z-index: 2;
  border-left: 1px solid rgba(246, 241, 233, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cp-transform-stage {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 64px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cp-transform-axis {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  height: 1px;
  background: rgba(246, 241, 233, 0.04);
}

.cp-pair-index {
  position: absolute;
  top: 44px;
  left: 44px;
  font-family: 'Cormorant', serif;
  font-size: 11px;
  font-style: italic;
  color: rgba(246, 241, 233, 0.14);
  opacity: 0;
  animation: cp-fadeup 0.8s ease 1.4s forwards;
}

.cp-word-from {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  pointer-events: none;
  user-select: none;
  font-family: 'Cormorant', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(34px, 5.4vw, 72px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: rgba(246, 241, 233, 0.16);
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 1.3s ease, transform 1.3s ease;
}

.cp-word-from.is-visible {
  opacity: 0.9;
  transform: translateY(0);
}

.cp-word-from.is-hiding {
  opacity: 0;
  transform: translateY(-5px);
}

.cp-when {
  position: relative;
  overflow: hidden;
  background: var(--col-dark);
  padding-top: clamp(62px, 7.2vw, 82px);
  padding-bottom: clamp(62px, 7.2vw, 82px);
}

.cp-when .cp-label-dark {
  color: var(--accent3);
}

.cp-when .cp-title-dark em {
  color: var(--accent3);
}

.cp-when-subline {
  display: block;
  font-style: italic;
  color: var(--parchment);
}

.cp-when .cp-dark-head p {
  color: rgba(246, 241, 233, 0.48);
  border-left-color: rgba(246, 241, 233, 0.14);
}

.cp-when .cp-dark-head {
  gap: 52px;
  margin-bottom: 46px;
}

.cp-when::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(var(--accent3-rgb), 0.42);
}

.cp-state-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: row dense;
  gap: 1px;
}

.cp-state-card {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.008);
  border-top: 1px solid rgba(246, 241, 233, 0.03);
  padding: 34px 30px;
  transition: background 0.34s ease;
}

.cp-state-card:hover {
  background: rgba(var(--accent3-rgb), 0.032);
}

.cp-state-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(var(--accent3-rgb), 0.68);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.cp-state-card:hover::before {
  transform: scaleX(1);
}

.cp-state-large {
  grid-column: span 4;
  padding: 33px 30px;
}

.cp-state-large h3 {
  font-size: 27px;
}

.cp-state-medium {
  grid-column: span 3;
  padding: 30px 26px;
}

.cp-state-medium h3 {
  font-size: 24px;
}

.cp-state-small {
  grid-column: span 2;
  padding: 26px 20px;
}

.cp-state-small h3 {
  font-size: 21px;
}

.cp-state-grid .cp-state-card:nth-child(n + 5) {
  grid-column: span 4;
}

.cp-state-index {
  display: block;
  margin-bottom: 11px;
  font-family: 'Cormorant', serif;
  font-size: 11px;
  font-style: italic;
  font-weight: 300;
  color: rgba(246, 241, 233, 0.18);
}

.cp-when .cp-state-index {
  font-weight: 400;
  color: rgba(246, 241, 233, 0.52);
}

.cp-state-card h3 {
  margin-bottom: 8px;
  font-family: 'Cormorant', serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.15;
  color: rgba(246, 241, 233, 0.5);
  transition: color 0.3s ease;
}

.cp-state-card:hover h3 {
  color: var(--col-3);
}

.cp-state-card p {
  font-size: 12.5px;
  font-weight: 220;
  line-height: 1.75;
  color: rgba(246, 241, 233, 0.3);
}

.cp-when .cp-state-card p {
  color: rgba(246, 241, 233, 0.58);
}

.cp-about {
  display: grid;
  grid-template-columns: 1fr 370px;
  gap: 76px;
  align-items: start;
  border-bottom: 1px solid var(--parchment3);
}

.cp-about-main {
  max-width: 700px;
}

.cp-body {
  font-size: 15px;
  font-weight: 300;
  line-height: 2.18;
  color: #425c55;
}

.cp-body p + p {
  margin-top: 28px;
}

.cp-body .cp-body-close {
  margin-top: 42px;
  font-family: 'Cormorant', serif;
  font-size: clamp(24px, 2.15vw, 31px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.cp-body p:first-child::first-letter {
  float: left;
  margin-top: 2px;
  margin-right: 5px;
  font-family: 'Cormorant', serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 300;
  line-height: 0.95;
  color: rgba(var(--accent3-rgb), 0.82);
}

.cp-body strong {
  color: var(--ink);
  font-weight: 400;
}

.cp-about-aside {
  position: sticky;
  top: calc(58px + 40px);
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.cp-quote {
  border-left: 0.75px solid rgba(var(--accent3-rgb), 0.5);
  padding: 6px 0 6px 34px;
  margin-bottom: 8px;
}

.cp-quote p {
  font-family: 'Cormorant', serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.74;
  color: var(--ink);
}

.cp-quote span {
  margin-top: 20px;
  display: block;
  font-size: 8.5px;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(69, 96, 88, 0.56);
}

.cp-diff-box {
  background: rgba(237, 229, 211, 0.44);
  border-left: 1px solid rgba(var(--accent3-rgb), 0.34);
  padding: 38px 36px 34px;
}

.cp-diff-title {
  margin-bottom: 24px;
  font-size: 8.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lt);
}

.cp-diff-row {
  padding: 20px 0;
  border-bottom: 1px solid rgba(200, 185, 154, 0.46);
}

.cp-diff-row:first-of-type {
  border-top: 1px solid rgba(200, 185, 154, 0.46);
}

.cp-diff-row:last-child {
  border-bottom: 0;
}

.cp-diff-q {
  margin-bottom: 14px;
  font-family: 'Cormorant', serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--ink);
}

.cp-diff-a {
  font-size: 11.5px;
  font-weight: 300;
  line-height: 1.76;
  color: rgba(69, 96, 88, 0.88);
}

.cp-myths {
  position: relative;
  overflow: hidden;
  background: var(--deep);
}

.cp-myths .cp-label-dark {
  color: var(--accent3);
}

.cp-myths .cp-title-dark em {
  color: var(--accent3);
}

.cp-myths .cp-dark-head p {
  max-width: 46ch;
  color: rgba(246, 241, 233, 0.56);
  border-left-color: rgba(246, 241, 233, 0.18);
}

.cp-myths-lead {
  display: block;
  margin-bottom: 6px;
  font-weight: 340;
  color: rgba(246, 241, 233, 0.74);
}

.cp-myths::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(var(--accent3-rgb), 0.52);
}

.cp-myth-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}

.cp-myth-card {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.014);
  border-top: 0.75px solid rgba(246, 241, 233, 0.04);
  padding: 36px 32px;
  transition: background 0.3s ease;
}

.cp-myth-card:hover {
  background: rgba(var(--accent3-rgb), 0.05);
}

.cp-myth-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--accent3);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.cp-myth-card:hover::before {
  transform: scaleX(1);
}

.cp-myth-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  font-size: 7px;
  font-weight: 300;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(246, 241, 233, 0.28);
}

.cp-myth-label span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0.75px solid rgba(246, 241, 233, 0.16);
  background: rgba(246, 241, 233, 0.015);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 6.5px;
  color: rgba(246, 241, 233, 0.32);
}

.cp-myth-card h3 {
  margin-bottom: 14px;
  font-family: 'Cormorant', serif;
  display: inline-block;
  position: relative;
  max-width: 100%;
  min-height: 2.7em;
  font-size: 21px;
  font-style: italic;
  font-weight: 320;
  line-height: 1.34;
  color: rgba(246, 241, 233, 0.74);
  text-decoration: none;
}

.cp-myth-card h3::after {
  content: '';
  position: absolute;
  left: 14%;
  right: 14%;
  top: 58%;
  height: 0.75px;
  border-radius: 999px;
  transform: rotate(-1deg);
  background: linear-gradient(
    to right,
    rgba(var(--accent3-rgb), 0) 0%,
    rgba(var(--accent3-rgb), 0.5) 28%,
    rgba(var(--accent3-rgb), 0.55) 72%,
    rgba(var(--accent3-rgb), 0) 100%
  );
}

.cp-myth-card:hover h3 {
  color: rgba(246, 241, 233, 0.82);
}

.cp-myth-card:hover h3::after {
  background: linear-gradient(
    to right,
    rgba(var(--accent3-rgb), 0) 0%,
    rgba(var(--accent3-rgb), 0.56) 28%,
    rgba(var(--accent3-rgb), 0.62) 72%,
    rgba(var(--accent3-rgb), 0) 100%
  );
}

.cp-myth-card p {
  font-size: 13px;
  font-weight: 220;
  line-height: 1.85;
  color: rgba(246, 241, 233, 0.62);
}

.cp-myth-card strong {
  font-weight: 400;
  color: rgba(246, 241, 233, 0.76);
}

.cp-flow {
  border-bottom: 1px solid var(--parchment3);
}

.cp-flow-intro {
  max-width: 60ch;
  margin: -4px 0 0;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.86;
  color: #5b746d;
}

.cp-flow-wrap {
  margin-top: 24px;
}

.cp-step-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  padding-top: 30px;
}

.cp-step-list::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(200, 185, 154, 0.3) 0%,
    rgba(200, 185, 154, 0.56) 50%,
    rgba(200, 185, 154, 0.3) 100%
  );
}

.cp-step {
  position: relative;
  display: block;
  padding: 0 10px 0 0;
  border: 0;
  background: transparent;
  transition: background 0.28s ease;
  --step-line-w: 18px;
}

.cp-step:first-child {
  border-top: 0;
}

.cp-step:hover {
  background: rgba(var(--accent3-rgb), 0.02);
  margin: 0;
  padding-right: 10px;
}

.cp-step::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent3);
  box-shadow: 0 0 0 3px var(--parchment);
}

.cp-step:hover::before {
  transform: none;
}

.cp-step-num {
  display: inline-block;
  margin: 0 0 16px;
  font-family: 'Cormorant', serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.015em;
  color: rgba(var(--accent3-rgb), 0.88);
  background: var(--parchment);
  padding-right: 10px;
  position: relative;
  z-index: 1;
  transition: color 0.28s ease;
}

.cp-step-num::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: var(--step-line-w);
  height: 1px;
  background: rgba(200, 185, 154, 0.7);
  transition: width 0.28s ease, background 0.28s ease;
}

.cp-step:nth-child(1) .cp-step-num::after {
  width: var(--step-line-w);
}

.cp-step:nth-child(1) {
  --step-line-w: 14px;
}

.cp-step:nth-child(2) .cp-step-num::after {
  width: var(--step-line-w);
}

.cp-step:nth-child(2) {
  --step-line-w: 16px;
}

.cp-step:nth-child(3) .cp-step-num::after {
  width: var(--step-line-w);
}

.cp-step:nth-child(3) {
  --step-line-w: 18px;
}

.cp-step:nth-child(4) .cp-step-num::after {
  width: var(--step-line-w);
}

.cp-step:nth-child(4) {
  --step-line-w: 20px;
}

.cp-step:hover .cp-step-num {
  color: var(--accent3);
}

.cp-step:hover .cp-step-num::after {
  width: calc(var(--step-line-w) + 4px);
  background: rgba(var(--accent3-rgb), 0.84);
}

.cp-step h3 {
  margin-bottom: 8px;
  font-family: 'Cormorant', serif;
  font-size: 19.5px;
  font-weight: 400;
  line-height: 1.28;
  color: #1f3531;
  transition: color 0.28s ease;
}

.cp-step:hover h3 {
  color: var(--ink);
}

.cp-step p {
  max-width: 29ch;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.84;
  color: #4d6660;
}

.cp-audience {
  background: var(--parchment);
  border-bottom: 1px solid rgba(200, 185, 154, 0.52);
}

.cp-audience-intro {
  max-width: 62ch;
  margin: -4px 0 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8;
  color: #5b746d;
}

.cp-audience-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 10px;
  row-gap: 10px;
  align-items: stretch;
}

.cp-audience-card {
  position: relative;
  overflow: hidden;
  background: rgba(237, 231, 216, 0.35);
  border-top: 0.75px solid rgba(200, 185, 154, 0.4);
  padding: 24px 20px;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.cp-audience-card:hover {
  background: rgba(237, 231, 216, 0.54);
  border-top-color: rgba(200, 185, 154, 0.56);
}

.cp-audience-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 34px;
  width: 20px;
  height: 1px;
  background: rgba(var(--accent3-rgb), 0.66);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.32s ease, width 0.32s ease;
}

.cp-audience-card:hover::before {
  transform: scaleX(1);
  width: 28px;
}

.cp-audience-featured {
  grid-column: 1 / span 3;
  grid-row: 1;
  padding: 24px 22px 22px;
}

.cp-audience-featured h3 {
  font-size: 24px;
  line-height: 1.16;
}

.cp-audience-featured p {
  max-width: 56ch;
  font-size: 12.8px;
  font-weight: 320;
  line-height: 1.74;
  color: #48625c;
}

.cp-audience-side {
  grid-column: 4 / span 3;
  padding: 24px 20px;
}

.cp-audience-side-top {
  grid-row: 1;
}

.cp-audience-side-bottom {
  grid-column: 1 / span 2;
  grid-row: 2;
}

.cp-audience-base {
  padding: 22px 18px;
}

.cp-audience-base-left {
  grid-column: 3 / span 2;
  grid-row: 2;
}

.cp-audience-base-right {
  grid-column: 5 / span 2;
  grid-row: 2;
}

.cp-audience-index {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px;
  font-family: 'Cormorant', serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.14em;
  color: rgba(56, 75, 70, 0.86);
}

.cp-audience-index::after {
  content: '';
  width: 14px;
  height: 1px;
  background: rgba(var(--accent3-rgb), 0.52);
}

.cp-audience-featured .cp-audience-index {
  margin-bottom: 12px;
  color: rgba(56, 75, 70, 0.92);
}

.cp-audience-featured .cp-audience-index::after {
  background: rgba(var(--accent3-rgb), 0.62);
}

.cp-audience-featured::before {
  left: 24px;
}

.cp-audience-side::before {
  left: 20px;
}

.cp-audience-base::before {
  left: 18px;
}

.cp-audience-card h3 {
  margin-bottom: 8px;
  font-family: 'Cormorant', serif;
  font-size: 18.5px;
  font-weight: 400;
  line-height: 1.22;
  color: var(--ink);
}

.cp-audience-card p {
  font-size: 12px;
  font-weight: 320;
  line-height: 1.74;
  color: #56706a;
}

.cp-audience-card p::first-line {
  color: #49645d;
  font-weight: 340;
}

.cp-practical {
  position: relative;
  overflow: hidden;
  background: var(--col-dark);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.cp-practical::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(var(--accent3-rgb), 0.42);
}

.cp-practical::after {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(61, 110, 104, 0.08), transparent 60%);
}

.cp-pr-left,
.cp-pr-right {
  position: relative;
  z-index: 1;
}

.cp-pr-left {
  max-width: 520px;
}

.cp-pr-label {
  margin-bottom: 28px;
  font-size: 8.5px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--accent3);
}

.cp-pr-rows {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cp-pr-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 0.5px solid rgba(246, 241, 233, 0.07);
}

.cp-pr-row:first-of-type {
  border-top: 0.5px solid rgba(246, 241, 233, 0.07);
}

.cp-pr-row span {
  font-size: 10px;
  font-weight: 320;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(246, 241, 233, 0.56);
}

.cp-pr-row strong {
  font-family: 'Cormorant', serif;
  font-size: 17px;
  font-weight: 310;
  line-height: 1.3;
  text-align: right;
  color: rgba(246, 241, 233, 0.88);
  white-space: nowrap;
}

.cp-pr-row em {
  font-style: italic;
  color: var(--accent3);
}

.cp-pr-note {
  margin-top: 20px;
  max-width: 68ch;
  font-size: 11.4px;
  font-weight: 300;
  line-height: 1.86;
  color: rgba(246, 241, 233, 0.54);
}

.cp-pr-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.cp-pr-right h2 {
  margin-bottom: 10px;
  font-family: 'Cormorant', serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 300;
  line-height: 1.08;
  color: var(--parchment);
}

.cp-pr-right h2 em {
  display: block;
  font-style: italic;
  color: var(--accent3);
}

.cp-pr-right p {
  max-width: 390px;
  font-size: 14px;
  font-weight: 260;
  line-height: 1.9;
  color: rgba(246, 241, 233, 0.44);
}

.cp-pr-actions {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

@keyframes cp-fadeup {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1280px) {
  .cp-hero-right {
    min-height: 620px;
  }

  .cp-state-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cp-state-large {
    grid-column: span 1;
  }

  .cp-state-medium {
    grid-column: span 1;
  }

  .cp-state-small {
    grid-column: span 1;
  }

  .cp-state-grid .cp-state-card:nth-child(n + 5) {
    grid-column: span 1;
  }

}

@media (max-width: 1100px) {
  .cp-hero {
    grid-template-columns: 1fr;
  }

  .cp-hero-right {
    border-left: 0;
    border-top: 1px solid rgba(246, 241, 233, 0.05);
    min-height: 500px;
  }

  .cp-about {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .cp-about-main {
    max-width: none;
  }

  .cp-about-aside {
    position: static;
  }

  .cp-flow-wrap {
    margin-top: 28px;
  }

}

@media (max-width: 960px) {
  .cp-section {
    padding: clamp(62px, 9vw, 84px) clamp(18px, 4vw, 28px);
  }

  .cp-hero-left {
    padding: clamp(72px, 10vw, 94px) clamp(18px, 4vw, 28px) 48px;
  }

  .cp-dark-head {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 42px;
  }

  .cp-dark-head p {
    border-left: 0;
    border-top: 1px solid rgba(246, 241, 233, 0.08);
    padding-left: 0;
    padding-top: 18px;
  }

  .cp-state-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cp-flow-intro {
    max-width: none;
  }

  .cp-audience-intro {
    max-width: none;
  }

  .cp-state-card {
    padding: 28px 22px;
  }

  .cp-state-large,
  .cp-state-medium,
  .cp-state-small {
    grid-column: span 1;
  }

  .cp-myth-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cp-myth-card {
    padding: 30px 24px;
  }

  .cp-audience-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 8px;
    row-gap: 10px;
  }

  .cp-audience-card {
    padding: 26px 22px;
  }

  .cp-audience-featured {
    grid-column: 1 / -1;
    grid-row: auto;
    padding: 30px 26px 28px;
  }

  .cp-audience-featured h3 {
    font-size: 23px;
  }

  .cp-audience-featured p {
    max-width: none;
    font-size: 12.6px;
    line-height: 1.74;
  }

  .cp-audience-side,
  .cp-audience-base {
    grid-column: span 1;
    grid-row: auto;
  }

  .cp-step-list {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 0;
    padding-left: 26px;
  }

  .cp-step-list::before {
    top: 0;
    bottom: 0;
    left: 8px;
    right: auto;
    width: 1px;
    height: auto;
  }

  .cp-step {
    padding: 0 0 0 16px;
  }

  .cp-step::before {
    top: 10px;
    left: -22px;
  }

  .cp-step-num {
    margin-bottom: 12px;
    padding-right: 0;
    background: transparent;
    font-size: 28px;
  }

  .cp-step p {
    max-width: none;
  }

  .cp-audience-featured::before {
    left: 26px;
  }

  .cp-audience-side::before,
  .cp-audience-base::before {
    left: 22px;
  }

  .cp-practical {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cp-pr-right p {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .cp-hero {
    min-height: auto;
  }

  .cp-hero-left {
    justify-content: flex-start;
    padding-top: 42px;
    padding-bottom: 40px;
  }

  .cp-hero-right {
    display: none;
  }

  .cp-word-from {
    font-size: clamp(30px, 9.6vw, 48px);
  }

  .cp-pair-index {
    left: 20px;
    top: 20px;
  }

  .cp-state-grid,
  .cp-myth-grid,
  .cp-audience-grid {
    grid-template-columns: 1fr;
  }

  .cp-state-card {
    padding: 24px 18px;
  }

  .cp-myth-card {
    padding: 26px 20px;
  }

  .cp-audience-featured {
    grid-column: span 1;
  }

  .cp-audience-grid {
    row-gap: 8px;
  }

  .cp-audience-card {
    padding: 22px 18px;
  }

  .cp-audience-featured {
    padding: 24px 20px 22px;
  }

  .cp-audience-featured h3 {
    font-size: 21px;
  }

  .cp-audience-featured p {
    font-size: 12.2px;
    line-height: 1.68;
  }

  .cp-audience-featured::before,
  .cp-audience-side::before,
  .cp-audience-base::before {
    left: 18px;
  }

  .cp-step-list {
    padding-left: 22px;
  }

  .cp-step::before {
    left: -18px;
    width: 7px;
    height: 7px;
  }

  .cp-step-num {
    font-size: 26px;
  }

  .cp-btn-primary {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 960px) {
  .service-col-page p,
  .service-col-page li {
    font-weight: 300;
  }

  .cp-hero p,
  .cp-when .cp-dark-head p,
  .cp-when .cp-state-card p,
  .cp-quote p,
  .cp-quote span,
  .cp-diff-q,
  .cp-diff-a,
  .cp-pr-right p,
  .cp-pr-row span,
  .cp-pr-note {
    color: rgba(246, 241, 233, 0.8);
  }

  .cp-state-card h3 {
    color: rgba(246, 241, 233, 0.74);
  }

  .cp-state-index {
    color: rgba(246, 241, 233, 0.6);
  }

  .cp-body,
  .cp-audience-intro,
  .cp-step p,
  .cp-audience-card p {
    color: rgba(36, 60, 56, 0.88);
  }
}
