/* Phase 2: compensate for the real Onest metrics without changing the approved desktop title scale. */
@media (min-width: 1221px) {
  .hero-slide__lead {
    max-width: 690px;
  }
}

/* Hero phase-two additions: no desktop/tablet geometry changes. */
.hero-slide__actions--outcome {
  margin-top: clamp(22px, 2.2vw, 30px);
}

.approach-section,
.strategy-section,
.audience-section,
.process-section,
.faq-section {
  position: relative;
  overflow: clip;
}

.approach-section {
  padding-block: var(--section-space);
  padding-top: clamp(72px, 5vw, 96px);
  padding-bottom: clamp(48px, 3.4vw, 56px);
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.approach-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.48fr);
  gap: clamp(54px, 6vw, 108px);
  align-items: start;
}

.approach-copy {
  max-width: 620px;
}

.approach-copy .section-title {
  font-size: clamp(3.15rem, 4.65vw, 5.1rem);
}

.approach-copy .section-lead {
  max-width: 520px;
  margin-top: 30px;
}

.approach-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.6vw, 42px);
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}

.approach-steps::before {
  position: absolute;
  z-index: 0;
  top: 34px;
  right: 34px;
  left: 34px;
  height: 1px;
  content: "";
  background: rgba(120, 17, 39, 0.36);
}

.approach-step {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.approach-step__marker {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(120, 17, 39, 0.46);
  border-radius: 50%;
  background: var(--paper);
  color: var(--wine-dark);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.approach-step__body {
  padding-top: 28px;
}

.approach-step h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2vw, 2.15rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
}

.approach-step h3::after {
  display: block;
  width: 24px;
  height: 1px;
  margin-top: 18px;
  content: "";
  background: var(--wine);
}

.approach-step p {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.62;
  text-wrap: pretty;
}

/* 6-6B.5: dynamic multi-row principles grid (3 default, 2×2 for 4 cards, 3-col for 5/6+) */
.approach-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 0;
  row-gap: clamp(20px, 2.4vw, 32px);
  padding: 30px 0 0;
  margin: clamp(48px, 5vw, 72px) 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.approach-principles li {
  display: flex;
  gap: 16px;
  align-items: center;
  min-width: 0;
  min-height: 52px;
  padding-inline: clamp(20px, 3vw, 50px);
  border-left: 1px solid var(--line);
}

/* First column of each 3-col row — no divider (works for rows 1, 2, …) */
.approach-principles > li:nth-child(3n + 1) {
  padding-left: 0;
  border-left: 0;
}

/* Exactly 4 cards: balanced 2×2 instead of awkward 3+1 */
.approach-principles:has(> :nth-child(4):last-child) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* In 2-col mode: reset 3-col first-column rule, then apply 2-col first-column */
.approach-principles:has(> :nth-child(4):last-child) > li:nth-child(3n + 1) {
  padding-left: clamp(20px, 3vw, 50px);
  border-left: 1px solid var(--line);
}

.approach-principles:has(> :nth-child(4):last-child) > li:nth-child(2n + 1) {
  padding-left: 0;
  border-left: 0;
}

.approach-principles__icon {
  display: grid;
  flex: 0 0 44px;
  flex-shrink: 0;
  place-items: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 50%;
  background: var(--graphite);
  color: var(--gold-soft);
}

.approach-principles svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.15;
}

.approach-principles strong {
  font-size: 0.96rem;
  font-weight: 650;
}

.strategy-section {
  padding-block: var(--section-space);
  background: #181715;
  color: #f5f0e8;
}

.strategy-section .section-kicker {
  color: #d8758d;
}

.strategy-section .section-title {
  max-width: 950px;
  color: #faf7f2;
}

.strategy-section .section-lead {
  max-width: 470px;
  color: rgba(245, 240, 232, 0.69);
}

.strategy-header {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.58fr);
  gap: var(--layout-gap);
  align-items: end;
}

.strategy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: var(--section-heading-gap);
}

.strategy-card {
  --focus-color: #d8758d;
  min-width: 0;
  min-height: 224px;
  padding: clamp(24px, 2.4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.018);
  transition: border-color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.strategy-card:focus-visible {
  border-color: rgba(191, 53, 86, 0.88);
  outline: 2px solid rgba(216, 117, 141, 0.9);
  outline-offset: 3px;
  background: rgba(159, 23, 56, 0.09);
  box-shadow: inset 0 0 28px rgba(159, 23, 56, 0.08), 0 12px 34px rgba(73, 9, 25, 0.16);
}

.strategy-card__number {
  display: block;
  width: max-content;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(216, 117, 141, 0.35);
  color: #d8758d;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.strategy-card h3 {
  margin: 20px 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 2.35vw, 2.55rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
}

.strategy-card p {
  max-width: 430px;
  margin: 18px 0 0;
  color: rgba(245, 240, 232, 0.65);
  font-size: 0.94rem;
  line-height: 1.6;
  text-wrap: pretty;
}

.strategy-note {
  display: flex;
  gap: 18px;
  align-items: center;
  max-width: 1100px;
  margin: 28px 0 0;
  color: rgba(245, 240, 232, 0.68);
  font-size: 0.92rem;
  line-height: 1.55;
}

.strategy-note__icon {
  flex: 0 0 42px;
  color: var(--gold-soft);
}

.strategy-note__icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.1;
}

.audience-section {
  padding-block: var(--section-space);
  background: var(--paper-soft);
}

.audience-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.76fr) minmax(0, 1.28fr);
  gap: clamp(56px, 7vw, 116px);
  align-items: start;
}

.audience-copy {
  max-width: 600px;
}

.audience-copy .section-title {
  font-size: clamp(3rem, 4.45vw, 4.9rem);
}

.audience-copy .section-lead {
  max-width: 490px;
  margin-top: 30px;
}

.audience-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(30px, 3vw, 52px);
}

.audience-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 0 14px;
  min-width: 0;
  padding: 24px 0 28px;
  border-top: 1px solid rgba(30, 26, 22, 0.19);
  transition: border-color 180ms ease, transform 180ms ease;
}

.audience-item > span {
  grid-row: 1 / span 2;
  padding-top: 5px;
  color: var(--wine);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.audience-item h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 1.8vw, 1.95rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.audience-item p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.55;
  text-wrap: pretty;
}

.process-section {
  padding-block: var(--section-space);
  border-top: 1px solid rgba(30, 26, 22, 0.1);
  background: #f8f3eb;
}

.process-header {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.58fr);
  gap: var(--layout-gap);
  align-items: end;
}

.process-header .section-title {
  max-width: 940px;
}

.process-header .section-lead {
  max-width: 450px;
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(210px, 0.95fr);
  gap: clamp(20px, 2vw, 34px);
  align-items: start;
  margin-top: clamp(50px, 5vw, 76px);
}

.process-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 26px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-steps::before {
  position: absolute;
  z-index: 0;
  top: 41px;
  right: calc(clamp(20px, 2vw, 34px) * -1);
  left: 6%;
  height: 1px;
  content: "";
  transform-origin: left;
  background: rgba(120, 17, 39, 0.46);
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.process-step {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding-right: 10px;
}

.process-step__marker {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(120, 17, 39, 0.52);
  border-radius: 50%;
  background: #f8f3eb;
  color: var(--wine-dark);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.process-step h3 {
  max-width: 220px;
  min-height: 2.1em;
  margin: 24px 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 1.75vw, 1.9rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.04;
}

.process-step p {
  max-width: 225px;
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.58;
  text-wrap: pretty;
}

.process-result {
  position: relative;
  z-index: 1;
  min-height: 272px;
  padding: clamp(26px, 2.5vw, 38px);
  border-radius: 14px;
  background: var(--graphite-2);
  color: var(--paper-card);
  box-shadow: var(--shadow-soft);
}

.process-result::before {
  position: absolute;
  top: 41px;
  right: 100%;
  width: clamp(20px, 2vw, 34px);
  height: 1px;
  content: "";
  background: rgba(120, 17, 39, 0.46);
}

.process-result::after {
  position: absolute;
  top: 37px;
  left: -6px;
  width: 8px;
  height: 8px;
  content: "";
  transform: rotate(45deg);
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
}

.process-result__icon {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: var(--gold-soft);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.1;
}

.process-result__label {
  margin: 28px 0 0;
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.process-result > p:last-child {
  margin: 18px 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 1.8vw, 1.95rem);
  line-height: 1.15;
  text-wrap: balance;
}

.faq-section {
  padding-block: var(--section-space-compact);
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.58fr) minmax(310px, 0.86fr);
  gap: clamp(28px, 3.5vw, 54px);
  align-items: start;
}

.faq-heading {
  max-width: 760px;
  margin-bottom: clamp(28px, 3vw, 42px);
}

.faq-heading .section-title {
  font-size: clamp(3.15rem, 4.65vw, 4.95rem);
}

.faq-heading .section-lead {
  margin-top: 24px;
}

.faq-list {
  border-bottom: 1px solid var(--line);
}

.faq-item {
  border-top: 1px solid var(--line);
}

.faq-item h3 {
  margin: 0;
}

.faq-question {
  --focus-color: var(--wine);
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 30px;
  gap: 14px;
  align-items: center;
  width: 100%;
  min-height: 74px;
  padding: 18px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.28rem, 1.65vw, 1.68rem);
  font-weight: 500;
  line-height: 1.18;
  text-align: left;
}

.faq-question__number {
  color: var(--wine);
  font-family: var(--font-ui);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.faq-question__icon {
  position: relative;
  width: 24px;
  height: 24px;
  justify-self: end;
}

.faq-question__icon::before,
.faq-question__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.5px;
  content: "";
  transform: translate(-50%, -50%);
  background: var(--wine);
  transition: transform 200ms ease;
}

.faq-question__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-question[aria-expanded="true"] .faq-question__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 240ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
}

.faq-answer.is-open {
  opacity: 1;
}

.faq-answer__inner {
  padding: 0 54px 24px 56px;
}

.faq-answer p {
  max-width: 730px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.65;
  text-wrap: pretty;
}

.contact-card {
  --focus-color: var(--gold-soft);
  padding: clamp(34px, 3.5vw, 54px);
  border: 1px solid rgba(120, 17, 39, 0.28);
  border-radius: 16px;
  background: #741a32;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 24px 58px rgba(81, 18, 37, 0.15);
  color: #fff8ee;
}

.contact-card__kicker {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0;
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact-card__kicker::before {
  width: 26px;
  height: 1px;
  content: "";
  background: currentColor;
}

.contact-card h2 {
  margin: 30px 0 0;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 3vw, 3.35rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.98;
  text-wrap: balance;
}

.contact-card__text {
  margin: 24px 0 0;
  color: rgba(255, 248, 238, 0.72);
  font-size: 0.96rem;
  line-height: 1.6;
}

.contact-card__button {
  width: 100%;
  margin-top: 30px;
  background: var(--paper-card);
  color: var(--wine-dark);
}

.contact-card__button svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.contact-card__note {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding-top: 26px;
  margin: 28px 0 0;
  border-top: 1px solid rgba(255, 248, 238, 0.2);
  color: rgba(255, 248, 238, 0.7);
  font-size: 0.84rem;
  line-height: 1.55;
}

.contact-card__note svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--gold-soft);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.15;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--paper-soft);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: auto minmax(190px, 1fr) auto auto;
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
  min-height: 116px;
  padding-block: 24px;
}

.site-footer__brand {
  width: 190px;
}

.site-footer__brand img {
  width: 100%;
  height: auto;
}

.site-footer__caption {
  max-width: 330px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.45;
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px clamp(18px, 1.8vw, 30px);
  align-items: center;
  font-size: 0.88rem;
  font-weight: 550;
}

.site-footer__nav a,
.site-footer__cta {
  transition: color 180ms ease;
}

.site-footer__cta {
  min-height: 44px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(120, 17, 39, 0.46);
  color: var(--wine-dark);
  font-size: 0.9rem;
  font-weight: 650;
}

.has-js [data-reveal] {
  transform: translateY(18px);
  opacity: 0;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), opacity 420ms ease;
}

.has-js [data-reveal].is-revealed {
  transform: translateY(0);
  opacity: 1;
}

.has-js .process-layout[data-reveal] .process-steps::before {
  transform: scaleX(0);
}

.has-js .process-layout[data-reveal].is-revealed .process-steps::before {
  transform: scaleX(1);
}

@media (hover: hover) {
  .strategy-card:hover {
    transform: translateY(-2px);
    border-color: rgba(191, 53, 86, 0.76);
    background: rgba(159, 23, 56, 0.09);
    box-shadow: inset 0 0 28px rgba(159, 23, 56, 0.08), 0 12px 34px rgba(73, 9, 25, 0.16);
  }

  .audience-item:hover {
    transform: translateY(-2px);
    border-color: rgba(120, 17, 39, 0.55);
  }

  .faq-question:hover,
  .site-footer__nav a:hover,
  .site-footer__cta:hover {
    color: var(--wine);
  }

  .contact-card__button:hover {
    background: #efe5d9;
  }
}

@media (max-width: 1120px) {
  .approach-section {
    padding-bottom: 40px;
  }

  .approach-layout {
    grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
    gap: 46px;
  }

  .approach-steps {
    gap: 22px;
  }

  .approach-step__marker {
    width: 58px;
    height: 58px;
  }

  .approach-steps::before {
    top: 29px;
    right: 29px;
    left: 29px;
  }

  .audience-layout {
    gap: 52px;
  }
}

@media (max-width: 980px) {
  .strategy-header,
  .process-header {
    grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.65fr);
  }

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

  .strategy-card {
    min-height: 210px;
  }

  .process-layout {
    display: block;
    margin-top: 44px;
  }

  .process-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 76px;
  }

  .process-steps::before {
    top: 30px;
    right: auto;
    bottom: -54px;
    left: 29px;
    width: 1px;
    height: auto;
    transform-origin: top;
  }

  .process-step {
    min-height: 154px;
    padding: 0 0 32px;
  }

  .process-step__marker {
    position: absolute;
    top: 0;
    left: -76px;
    width: 58px;
    height: 58px;
  }

  .process-step h3 {
    max-width: none;
    min-height: 0;
    margin-top: 0;
    font-size: 1.9rem;
  }

  .process-step p {
    max-width: 650px;
    margin-top: 12px;
    font-size: 0.94rem;
  }

  .process-result {
    min-height: 0;
    margin: 14px 0 0 76px;
  }

  .process-result::before {
    top: 29px;
    right: 100%;
    width: 47px;
  }

  .process-result::after {
    top: 25px;
  }

  .has-js .process-layout[data-reveal] .process-steps::before {
    transform: scaleY(0);
  }

  .has-js .process-layout[data-reveal].is-revealed .process-steps::before {
    transform: scaleY(1);
  }
}

@media (max-width: 820px) {
  .approach-layout,
  .audience-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .approach-copy,
  .audience-copy {
    max-width: 760px;
  }

  .approach-steps {
    margin-top: 6px;
  }

  .approach-principles {
    margin-top: 48px;
  }

  .audience-list {
    gap: 0 32px;
  }

  .faq-layout {
    gap: 42px;
  }

  .contact-card {
    max-width: 620px;
  }

  .site-footer__inner {
    grid-template-columns: auto 1fr auto;
  }

  .site-footer__caption {
    display: none;
  }
}

/* 6-6B.6: mid-narrow (641–720px) — max 2 columns (3-col is too tight at 641) */
@media (max-width: 720px) and (min-width: 641px) {
  .approach-principles,
  .approach-principles:has(> :nth-child(4):last-child) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: clamp(16px, 2vw, 24px);
  }

  .approach-principles > li:nth-child(3n + 1) {
    padding-left: clamp(16px, 2.5vw, 36px);
    border-left: 1px solid var(--line);
  }

  .approach-principles > li:nth-child(2n + 1),
  .approach-principles:has(> :nth-child(4):last-child) > li:nth-child(2n + 1) {
    padding-left: 0;
    border-left: 0;
  }

  .approach-principles:has(> :nth-child(4):last-child) > li:nth-child(3n + 1) {
    padding-left: clamp(16px, 2.5vw, 36px);
    border-left: 1px solid var(--line);
  }

  .approach-principles:has(> :nth-child(4):last-child) > li:nth-child(2n + 1) {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .approach-section {
    padding-bottom: 28px;
  }

  .hero-slide__actions--outcome {
    margin-top: 18px;
  }

  .approach-layout {
    gap: 34px;
  }

  .approach-copy .section-title,
  .audience-copy .section-title,
  .faq-heading .section-title {
    font-size: clamp(2.55rem, 12.5vw, 3.3rem);
  }

  .approach-copy .section-lead,
  .audience-copy .section-lead {
    margin-top: 22px;
  }

  .approach-steps {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 0;
    padding-left: 66px;
  }

  .approach-steps::before {
    top: 25px;
    right: auto;
    bottom: 25px;
    left: 25px;
    width: 1px;
    height: auto;
  }

  .approach-step {
    min-height: 118px;
  }

  .approach-step__marker {
    position: absolute;
    top: 0;
    left: -66px;
    width: 50px;
    height: 50px;
  }

  .approach-step__body {
    padding-top: 0;
  }

  .approach-step h3 {
    font-size: 1.75rem;
  }

  .approach-step h3::after {
    margin-top: 13px;
  }

  .approach-step p {
    margin-top: 13px;
    font-size: 0.94rem;
  }

  .approach-principles,
  .approach-principles:has(> :nth-child(4):last-child) {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0;
    padding-top: 18px;
    margin-top: 38px;
  }

  .approach-principles > li,
  .approach-principles > li:nth-child(3n + 1),
  .approach-principles > li:nth-child(2n + 1),
  .approach-principles:has(> :nth-child(4):last-child) > li:nth-child(3n + 1),
  .approach-principles:has(> :nth-child(4):last-child) > li:nth-child(2n + 1) {
    min-height: 62px;
    padding: 9px 0;
    border-left: 0;
    border-top: 1px solid rgba(30, 26, 22, 0.09);
  }

  .approach-principles > li:first-child {
    border-top: 0;
  }

  .strategy-header,
  .process-header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .strategy-section .section-lead,
  .process-header .section-lead {
    max-width: 620px;
  }

  .strategy-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .strategy-card {
    min-height: 0;
    padding: 24px;
  }

  .strategy-card h3 {
    font-size: 2rem;
  }

  .strategy-note {
    align-items: flex-start;
    margin-top: 24px;
    font-size: 0.88rem;
  }

  .audience-layout {
    gap: 32px;
  }

  .audience-list {
    grid-template-columns: 1fr;
  }

  .audience-item {
    padding-block: 20px 23px;
  }

  .audience-item h3 {
    font-size: 1.7rem;
  }

  .process-layout {
    margin-top: 34px;
  }

  .process-steps {
    padding-left: 68px;
  }

  .process-steps::before {
    top: 26px;
    bottom: -49px;
    left: 25px;
  }

  .process-step {
    min-height: 142px;
    padding-bottom: 28px;
  }

  .process-step__marker {
    left: -68px;
    width: 52px;
    height: 52px;
  }

  .process-step h3 {
    font-size: 1.72rem;
  }

  .process-step p {
    font-size: 0.92rem;
  }

  .process-result {
    margin: 12px 0 0 68px;
    padding: 26px;
  }

  .process-result::before {
    top: 25px;
    width: 43px;
  }

  .process-result::after {
    top: 21px;
  }

  .process-result__icon {
    width: 46px;
    height: 46px;
  }

  .faq-heading {
    margin-bottom: 28px;
  }

  .faq-heading .section-lead {
    margin-top: 20px;
  }

  .faq-question {
    grid-template-columns: 32px minmax(0, 1fr) 26px;
    gap: 10px;
    min-height: 70px;
    padding-block: 17px;
    font-size: 1.28rem;
  }

  .faq-answer__inner {
    padding: 0 34px 22px 42px;
  }

  .faq-answer p {
    font-size: 0.93rem;
  }

  .contact-card {
    padding: 30px 24px;
  }

  .contact-card h2 {
    font-size: clamp(2.2rem, 10.5vw, 2.75rem);
  }

  .site-footer__inner {
    grid-template-columns: 1fr auto;
    gap: 20px;
    min-height: 0;
    padding-block: 28px;
  }

  .site-footer__brand {
    width: 174px;
  }

  .site-footer__nav {
    grid-column: 1 / -1;
    grid-row: 2;
    gap: 10px 20px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
  }

  .site-footer__cta {
    align-self: center;
    white-space: nowrap;
  }
}

@media (max-width: 380px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .site-footer__cta {
    grid-row: 2;
    width: max-content;
  }

  .site-footer__nav {
    grid-row: 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .has-js [data-reveal],
  .has-js [data-reveal].is-revealed {
    transform: none;
    opacity: 1;
    transition: none;
  }

  .has-js .process-layout[data-reveal] .process-steps::before,
  .has-js .process-layout[data-reveal].is-revealed .process-steps::before {
    transform: none;
    transition: none;
  }

  .faq-answer,
  .faq-question__icon::before,
  .faq-question__icon::after {
    transition: none;
  }
}




/* Connect only the three actual approach markers; no trailing line beyond step 03. */
.approach-steps::before {
  content: none;
}

.approach-step:not(:last-child)::before {
  position: absolute;
  z-index: -1;
  top: 34px;
  left: 34px;
  width: calc(100% + clamp(22px, 2.6vw, 42px));
  height: 1px;
  content: "";
  background: rgba(120, 17, 39, 0.36);
}

.contact-card__note {
  font-size: 0.92rem;
}

@media (max-width: 640px) {
  .approach-step:not(:last-child)::before {
    top: 25px;
    left: -41px;
    width: 1px;
    height: calc(100% + 24px);
  }
}

