:root {
  --ivory: #faf6ef;
  --paper: #fffdf8;
  --sage: #c9d8c5;
  --blue: #b8c9d9;
  --blush: #e8cfc8;
  --lavender: #d9cbe8;
  --gold: #d8b56d;
  --ink: #26302f;
  --muted: #687371;
  --line: rgba(38, 48, 47, 0.13);
  --glass: rgba(255, 252, 247, 0.74);
  --shadow: 0 24px 70px rgba(38, 48, 47, 0.13);
  --soft-shadow: 0 16px 46px rgba(38, 48, 47, 0.08);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 9%, rgba(201, 216, 197, 0.58), transparent 33rem),
    radial-gradient(circle at 87% 2%, rgba(184, 201, 217, 0.48), transparent 34rem),
    linear-gradient(180deg, var(--ivory), #fffaf4 48%, var(--ivory));
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(38, 48, 47, 0.032) 1px, transparent 1px);
  background-size: 100% 9px;
  opacity: 0.22;
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1200px, calc(100% - 32px));
  margin: 14px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(38, 48, 47, 0.1);
  border-radius: 999px;
  background: rgba(250, 246, 239, 0.86);
  box-shadow: 0 14px 42px rgba(38, 48, 47, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--sage), var(--blue));
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.98rem;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.2;
}

nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: rgba(38, 48, 47, 0.72);
  font-size: 0.9rem;
  font-weight: 650;
}

nav a {
  transition: color 180ms ease;
}

nav a:hover {
  color: var(--ink);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: 800 0.92rem/1 var(--sans);
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, border-color 220ms ease;
  white-space: nowrap;
}

.header-cta,
.button.primary {
  background: var(--sage);
  color: var(--ink);
  box-shadow: 0 14px 34px rgba(139, 157, 132, 0.3);
}

.button.secondary {
  border-color: rgba(38, 48, 47, 0.2);
  background: rgba(255, 255, 255, 0.32);
}

.button.ghost {
  border-color: rgba(216, 181, 109, 0.5);
  background: rgba(216, 181, 109, 0.13);
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.section-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 78px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.78fr);
  gap: clamp(38px, 6vw, 76px);
  align-items: center;
  min-height: calc(100vh - 118px);
  padding-top: 46px;
  padding-bottom: 58px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #7b6b45;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.no-break {
  white-space: nowrap;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.98;
  text-wrap: balance;
}

h1 {
  max-width: 790px;
  margin-bottom: 20px;
  font-size: clamp(3.35rem, 6.15vw, 5.75rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.75rem, 5.1vw, 5.35rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  line-height: 1.25;
  text-wrap: balance;
}

p,
li,
summary,
label,
.brand,
.button,
.header-cta,
.floating-apply,
.media-note,
.strip-metrics,
.feature-grid article,
.fit-grid article,
.process-grid article,
.price-card,
.dossier-card,
.insight-grid article,
.matrix-row span,
.testimonial-card,
.guarantee,
.faq-grid,
.apply-copy,
.site-footer {
  text-wrap: pretty;
}

p,
li,
summary,
label,
.hero-lede,
.section-heading p,
.price-card p,
.price-card li,
.feature-grid article p,
.engagement-guarantee p,
.faq-grid p,
.apply-copy p,
.testimonial-card blockquote,
.path-copy p:not(.eyebrow),
.path-node text,
.bebe-flow-node text,
.path-caption,
.path-subcaption,
.site-footer p {
  font-family: var(--sans);
}

.hero-lede {
  max-width: 650px;
  color: rgba(38, 48, 47, 0.88);
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  line-height: 1.5;
}

.hero-guarantee {
  display: grid;
  gap: 4px;
  max-width: 560px;
  margin-top: 24px;
  padding: 16px 18px;
  border: 1px solid rgba(216, 181, 109, 0.42);
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.68);
  box-shadow: var(--soft-shadow);
}

.hero-guarantee strong {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 850;
}

.hero-guarantee span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.hero-support,
.section-heading p,
.about p,
.guarantee p,
.apply-copy p,
.price-card p,
.price-card li,
.payment p,
.dossier p,
.acceptance p {
  color: var(--muted);
}

.floating-apply {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 18;
  display: grid;
  gap: 2px;
  min-width: 176px;
  padding: 13px 16px;
  border: 1px solid rgba(216, 181, 109, 0.42);
  border-radius: 18px;
  background: rgba(250, 246, 239, 0.88);
  box-shadow: 0 18px 48px rgba(38, 48, 47, 0.13);
  backdrop-filter: blur(18px);
  transition: transform 220ms ease, opacity 220ms ease;
}

.floating-apply span {
  font-weight: 850;
  line-height: 1.1;
}

.floating-apply strong {
  color: var(--muted);
  font-size: 0.74rem;
}

.floating-apply:hover {
  transform: translateY(-2px);
}

.hero-actions,
.contact-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 18px;
}

.hero-media {
  position: relative;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: -9% -10% auto auto;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 48% 52% 58% 42%;
  background: radial-gradient(circle, rgba(217, 203, 232, 0.7), rgba(184, 201, 217, 0.2) 58%, transparent 70%);
  filter: blur(4px);
  animation: floatGlow 8s ease-in-out infinite alternate;
  z-index: -1;
}

.image-frame {
  overflow: hidden;
  border: 1px solid rgba(216, 181, 109, 0.42);
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.image-frame img {
  width: 100%;
  aspect-ratio: 4 / 5.25;
  object-fit: cover;
  object-position: center top;
}

.media-note {
  position: absolute;
  left: 22px;
  right: auto;
  bottom: 24px;
  width: min(560px, calc(100% - 44px));
  padding: 16px 18px;
  border: 1px solid rgba(38, 48, 47, 0.1);
  border-radius: 18px;
  background: rgba(250, 246, 239, 0.88);
  box-shadow: 0 18px 46px rgba(38, 48, 47, 0.12);
  backdrop-filter: blur(18px);
}

.media-note strong,
.media-note span {
  display: block;
}

.media-note span {
  color: var(--muted);
  font-size: clamp(0.64rem, 0.78vw, 0.72rem);
  line-height: 1.38;
  margin-top: 3px;
}

.media-note .credential-line {
  white-space: nowrap;
}

.media-note .credential-final {
  font-size: clamp(0.64rem, 0.78vw, 0.72rem);
  white-space: nowrap;
}

.intro-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
  padding-top: 20px;
  padding-bottom: 44px;
  border-top: 1px solid rgba(38, 48, 47, 0.08);
}

.intro-strip > p {
  margin: 0;
  max-width: none;
  font-family: var(--sans);
  font-size: clamp(1.8rem, 3.2vw, 3.15rem);
  line-height: 1.12;
  font-weight: 650;
  text-wrap: balance;
}

.strip-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.strip-metrics span {
  width: fit-content;
  max-width: 100%;
  min-height: 0;
  padding: 14px 17px;
  border: 1px solid rgba(38, 48, 47, 0.1);
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.62);
  color: var(--muted);
  box-shadow: var(--soft-shadow);
  font-size: clamp(0.86rem, 1.4vw, 0.98rem);
  font-weight: 700;
  white-space: nowrap;
}

.strip-metrics strong {
  display: inline;
  margin-right: 4px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: inherit;
  line-height: inherit;
}

.muted-band,
.fit-band {
  position: relative;
}

.muted-band::before,
.fit-band::before::before {
  content: "";
  position: absolute;
  inset: 42px 50%;
  width: 100vw;
  transform: translateX(-50%);
  border-block: 1px solid rgba(38, 48, 47, 0.08);
  background: rgba(255, 252, 247, 0.45);
  z-index: -1;
}

.fit-band::before {
  background: linear-gradient(135deg, rgba(217, 203, 232, 0.22), rgba(232, 207, 200, 0.23));
}

.section-heading {
  max-width: 900px;
  margin-bottom: 42px;
}

.section-heading.narrow {
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}

.problem-grid,
.about,
.guarantee,
.apply {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 52px;
  align-items: start;
}

.problem-copy {
  max-width: 550px;
  color: var(--muted);
  font-size: 1.08rem;
}

.line-stack {
  display: grid;
  gap: 28px;
}

.line-stack p {
  margin: 0;
}

.line-stack span {
  display: block;
  margin-bottom: 6px;
}

.line-stack span:last-child {
  margin-bottom: 0;
}

.journey {
  --node-size: 18px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(94px, 1fr));
  grid-template-rows: repeat(3, minmax(82px, auto));
  gap: 12px 18px;
  min-height: 330px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.journey::before,
.journey::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.journey::before {
  inset: 40px 7% 70px 7%;
  border: 2px dashed rgba(216, 181, 109, 0.42);
  border-left-style: solid;
  border-radius: 42% 28% 44% 30%;
  opacity: 0.8;
  animation: journeyLoopFade 6.5s ease-in-out infinite;
}

.journey::after {
  top: calc(50% - 2px);
  left: 8%;
  width: 84%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(216, 181, 109, 0.1), var(--gold), rgba(216, 181, 109, 0.95));
  transform: scaleX(0);
  transform-origin: left center;
  animation: journeyDirectLine 6.5s ease-in-out infinite;
}

.journey li {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 76px;
  padding: 30px 12px 0;
  color: rgba(38, 48, 47, 0.78);
  font-size: clamp(0.78rem, 1vw, 0.92rem);
  font-weight: 700;
  text-align: center;
  text-wrap: balance;
  white-space: nowrap;
}

.journey li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: var(--node-size);
  height: var(--node-size);
  transform: translateX(-50%);
  border: 3px solid var(--ivory);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 1px rgba(216, 181, 109, 0.38), 0 0 24px rgba(216, 181, 109, 0.28);
}

.journey li::after {
  content: "";
  position: absolute;
  top: 38px;
  left: 18%;
  width: 64%;
  height: 3px;
  border-radius: 999px;
  background: rgba(128, 104, 54, 0.56);
  opacity: 0;
  transform: rotate(-8deg) scaleX(0);
  transform-origin: left center;
  animation: journeyCrossOut 6.5s ease-in-out infinite;
}

.journey .start {
  grid-column: 1;
  grid-row: 2;
}

.journey .success {
  grid-column: 5;
  grid-row: 2;
  color: var(--ink);
  font-weight: 850;
  animation: journeySuccessPulse 6.5s ease-in-out infinite;
}

.journey .success::before {
  width: 26px;
  height: 26px;
  background: linear-gradient(145deg, var(--sage), var(--blue));
  box-shadow: 0 0 0 1px rgba(38, 48, 47, 0.08), 0 0 34px rgba(201, 216, 197, 0.72);
}

.journey .success::after,
.journey .start::after {
  display: none;
}

.journey li:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.journey li:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.journey li:nth-child(4) {
  grid-column: 4;
  grid-row: 1;
}

.journey li:nth-child(5) {
  grid-column: 4;
  grid-row: 2;
}

.journey li:nth-child(6) {
  grid-column: 3;
  grid-row: 3;
}

.journey li:nth-child(7) {
  grid-column: 2;
  grid-row: 3;
}

.journey li:nth-child(8) {
  grid-column: 3;
  grid-row: 2;
}

.journey li:nth-child(9) {
  grid-column: 2;
  grid-row: 2;
}

.journey .detour:nth-child(2)::after {
  animation-delay: 1.25s;
}

.journey .detour:nth-child(3)::after {
  animation-delay: 1.35s;
}

.journey .detour:nth-child(4)::after {
  animation-delay: 1.45s;
}

.journey .detour:nth-child(5)::after {
  animation-delay: 1.55s;
}

.journey .detour:nth-child(6)::after {
  animation-delay: 1.65s;
}

.journey .detour:nth-child(7)::after {
  animation-delay: 1.75s;
}

.journey .detour:nth-child(8)::after {
  animation-delay: 1.85s;
}

.journey .detour:nth-child(9)::after {
  animation-delay: 1.95s;
}

.feature-grid,
.fit-grid,
.process-grid,
.pricing-grid,
.faq-grid,
.insight-grid {
  display: grid;
  gap: 16px;
}

.feature-grid {
  --feature-link: rgba(216, 181, 109, 0.58);
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  perspective: 1400px;
}

.path-contrast {
  display: grid;
  gap: 26px;
  margin: 52px 0 42px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(216, 181, 109, 0.2);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 73%, rgba(216, 181, 109, 0.11), transparent 24rem),
    linear-gradient(180deg, rgba(255, 252, 247, 0.6), rgba(255, 250, 244, 0.36));
  box-shadow: 0 30px 90px rgba(38, 48, 47, 0.08);
  overflow: hidden;
}

.path-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px, 0.24fr) minmax(0, 1fr);
  gap: clamp(14px, 3vw, 34px);
  align-items: center;
}

.path-copy {
  position: relative;
  z-index: 2;
}

.path-copy h3 {
  margin-bottom: 4px;
  color: rgba(38, 48, 47, 0.88);
  font-family: var(--sans);
  font-size: clamp(1.28rem, 2vw, 1.95rem);
  line-height: 1.12;
  font-weight: 760;
  text-wrap: balance;
}

.path-copy p:not(.eyebrow) {
  margin-bottom: 0;
  color: rgba(38, 48, 47, 0.72);
  font-weight: 600;
  line-height: 1.35;
}

.path-map {
  width: 100%;
  min-height: 250px;
  overflow: visible;
}

.old-route {
  fill: none;
  stroke: rgba(190, 147, 74, 0.38);
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-dasharray: 9 15;
  opacity: 0.75;
}

.path-contrast.revealed .old-route {
  animation: oldRouteSpin 7.5s linear infinite;
}

.path-contrast.revealed .old-route-b {
  animation-duration: 9.3s;
  animation-direction: reverse;
}

.path-contrast.revealed .old-route-c {
  animation-duration: 8.4s;
}

.path-node circle {
  fill: #bd9347;
  stroke: rgba(255, 253, 248, 0.94);
  stroke-width: 8;
  filter: drop-shadow(0 10px 18px rgba(128, 104, 54, 0.2));
}

.path-node text {
  fill: rgba(38, 48, 47, 0.86);
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 760;
  text-anchor: middle;
}

.start-node circle,
.stuck-node circle {
  fill: #71807e;
}

.stuck-node text {
  font-size: 22px;
  text-anchor: start;
}

.path-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  color: #bd9347;
}

.path-divider::before,
.path-divider::after {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(128, 104, 54, 0.18), transparent);
}

.path-divider span {
  display: block;
  width: 28px;
  height: 28px;
  border-right: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.9;
}

.direct-map {
  color: #bd9347;
  min-height: 245px;
}

.bebe-baseline {
  stroke: rgba(128, 104, 54, 0.2);
  stroke-width: 3;
  stroke-linecap: round;
}

.bebe-direct-line {
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 890;
  stroke-dashoffset: 890;
  filter: drop-shadow(0 0 13px rgba(216, 181, 109, 0.42));
}

.path-contrast.revealed .bebe-direct-line {
  animation: bebeLineDraw 1.65s 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.bebe-flow-node {
  opacity: 1;
  transform-box: fill-box;
  transform-origin: center;
}

.bebe-flow-node circle {
  fill: rgba(255, 253, 248, 0.95);
  stroke: rgba(189, 147, 71, 0.8);
  stroke-width: 2.5;
  filter: drop-shadow(0 8px 14px rgba(128, 104, 54, 0.12));
}

.bebe-flow-node text {
  fill: rgba(38, 48, 47, 0.88);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 800;
  text-anchor: middle;
}

.bebe-source circle,
.bebe-result circle {
  fill: rgba(216, 181, 109, 0.18);
  stroke: rgba(216, 181, 109, 0.52);
}

.bebe-source text,
.bebe-result text {
  font-size: 16px;
}

.path-contrast.revealed .bebe-flow-node {
  animation: subtleNodePop 680ms ease-out both;
}

.path-contrast.revealed .bebe-flow-node:nth-of-type(1) {
  animation-delay: 0.3s;
}

.path-contrast.revealed .bebe-flow-node:nth-of-type(2) {
  animation-delay: 0.62s;
}

.path-contrast.revealed .bebe-flow-node:nth-of-type(3) {
  animation-delay: 0.88s;
}

.path-contrast.revealed .bebe-flow-node:nth-of-type(4) {
  animation-delay: 1.14s;
}

.path-contrast.revealed .bebe-flow-node:nth-of-type(5) {
  animation-delay: 1.42s;
}

.path-caption,
.path-subcaption {
  text-anchor: middle;
}

.mobile-direct-path {
  display: none;
}

.path-caption {
  fill: #bd9347;
  font-family: var(--sans);
  font-size: 23px;
  font-weight: 760;
}

.path-subcaption {
  fill: rgba(38, 48, 47, 0.7);
  font-size: 17px;
  font-weight: 600;
}

.feature-grid article,
.fit-grid article,
.process-grid article,
.price-card,
details,
.about-panel,
.about-aside,
.testimonial-card,
.guarantee aside,
.intake-form,
.dossier-card,
.insight-grid article,
.matrix {
  min-width: 0;
  border: 1px solid rgba(38, 48, 47, 0.1);
  border-radius: 18px;
  background: var(--glass);
  box-shadow: var(--soft-shadow);
}

.feature-grid article,
.fit-grid article,
.process-grid article,
.price-card,
details,
.about-panel,
.about-aside,
.guarantee aside,
.intake-form,
.dossier-card,
.insight-grid article {
  padding: 24px;
}

.feature-grid article,
.process-grid article,
.price-card,
.fit-grid article,
.insight-grid article {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.feature-grid article {
  position: relative;
  overflow: hidden;
  transform-origin: left center;
}

.feature-grid article::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.feature-grid article::before {
  inset: 0 auto 0 -1px;
  width: 5px;
  border-radius: 18px 0 0 18px;
  background: linear-gradient(180deg, rgba(216, 181, 109, 0.46), rgba(201, 216, 197, 0.28));
  opacity: 0;
  transform: scaleY(0.25);
  transform-origin: top center;
}

.feature-grid article.revealed {
  animation: featureUnfurl 920ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.feature-grid article.revealed::before {
  animation: featureSpine 760ms ease-out both;
}

.feature-grid article:nth-child(1).revealed {
  animation-delay: 0ms;
}

.feature-grid article:nth-child(1).revealed::before {
  animation-delay: 110ms;
}

.feature-grid article:nth-child(2).revealed {
  animation-delay: 180ms;
}

.feature-grid article:nth-child(2).revealed::before {
  animation-delay: 290ms;
}

.feature-grid article:nth-child(3).revealed {
  animation-delay: 360ms;
}

.feature-grid article:nth-child(3).revealed::before {
  animation-delay: 470ms;
}

.feature-grid article:nth-child(4).revealed {
  animation-delay: 540ms;
}

.feature-grid article:nth-child(4).revealed::before {
  animation-delay: 650ms;
}

.feature-grid article:hover,
.process-grid article:hover:hover:hover,
.price-card:hover,
.fit-grid article:hover,
.insight-grid article:hover:hover {
  transform: translateY(-3px);
  border-color: rgba(216, 181, 109, 0.38);
  box-shadow: 0 22px 62px rgba(38, 48, 47, 0.11);
}

.dossier-layout {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.primary-dossier {
  min-height: 430px;
  display: grid;
  align-content: space-between;
  background:
    linear-gradient(145deg, rgba(184, 201, 217, 0.26), rgba(255, 252, 247, 0.86)),
    var(--glass);
}

.primary-dossier h3 {
  max-width: 560px;
  font-family: var(--serif);
  font-size: clamp(2.1rem, 3.6vw, 3.7rem);
  line-height: 1.02;
}

.record-stack {
  display: grid;
  gap: 10px;
}

.record-stack span {
  padding: 13px 14px;
  border: 1px solid rgba(38, 48, 47, 0.1);
  border-radius: 14px;
  background: rgba(255, 252, 247, 0.66);
  color: rgba(38, 48, 47, 0.78);
  font-weight: 750;
}

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

.insight-grid article {
  display: grid;
  align-content: end;
  min-height: 207px;
}

.insight-grid strong span {
  display: block;
  margin-bottom: 8px;
  font-family: var(--serif);
  color: var(--ink);
  font-size: 1.65rem;
  line-height: 1.05;
}

.feature-grid article > span,
.process-grid span span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: rgba(216, 181, 109, 0.18);
  color: #806836;
  font-weight: 800;
}

.feature-grid article p {
  overflow-wrap: break-word;
}

.feature-grid article .no-break {
  white-space: normal;
}

.fit-grid {
  grid-template-columns: repeat(3, 1fr);
}

.fit-grid article {
  min-height: 138px;
  display: flex;
  align-items: end;
  color: rgba(38, 48, 47, 0.84);
  font-weight: 700;
}

.about {
  grid-template-columns: 1.1fr 0.9fr;
}

.about-panel blockquote {
  margin: 32px 0 0;
  color: rgba(38, 48, 47, 0.84);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
}

.about-aside {
  position: sticky;
  top: 110px;
  background: linear-gradient(150deg, rgba(201, 216, 197, 0.42), rgba(184, 201, 217, 0.34));
}

.process-grid {
  grid-template-columns: repeat(4, 1fr);
}

.pricing-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

.price-card p,
.price-card li {
  overflow-wrap: anywhere;
}

.price-card.recommended {
  border-color: rgba(216, 181, 109, 0.7);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.92), rgba(201, 216, 197, 0.32));
}

.card-flag {
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(216, 181, 109, 0.2);
  color: #806836;
  font-size: 0.72rem;
  font-weight: 800;
}

.tier {
  margin-bottom: 8px;
  color: #806836;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.price-card h3 {
  max-width: 100%;
  font-family: var(--serif);
  font-size: clamp(2rem, 2.7vw, 2.35rem);
  line-height: 1;
}

.price-card ul {
  padding-left: 18px;
}

.price-card.compact {
  min-height: 222px;
}

.engagement-guarantee {
  display: grid;
  grid-template-columns: minmax(230px, 0.42fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  margin-bottom: 16px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(216, 181, 109, 0.46);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(216, 181, 109, 0.16), rgba(201, 216, 197, 0.28)),
    rgba(255, 252, 247, 0.78);
  box-shadow: var(--soft-shadow);
}

.engagement-guarantee .eyebrow {
  margin-bottom: 0;
  color: #806836;
  font-size: clamp(0.9rem, 1.25vw, 1.08rem);
  letter-spacing: 0.15em;
  line-height: 1.45;
}

.engagement-guarantee h3 {
  max-width: 520px;
  margin-bottom: 0;
  font-family: var(--sans);
  font-size: clamp(1.18rem, 1.8vw, 1.62rem);
  font-weight: 760;
  line-height: 1.18;
  text-wrap: balance;
}

.engagement-guarantee p:not(.eyebrow) {
  margin-bottom: 0;
  color: rgba(38, 48, 47, 0.78);
  font-size: clamp(1.12rem, 1.7vw, 1.45rem);
  font-weight: 680;
  line-height: 1.45;
  text-wrap: pretty;
}

.pro-bono-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.52fr 1fr 0.72fr;
  gap: 24px;
  align-items: start;
  background:
    linear-gradient(135deg, rgba(201, 216, 197, 0.34), rgba(255, 252, 247, 0.9)),
    var(--glass);
}

.pro-bono-card h3 {
  max-width: 520px;
}

.pro-bono-card p {
  margin-bottom: 0;
}

.pro-bono-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
}

.matrix {
  overflow: hidden;
  background: rgba(255, 252, 247, 0.74);
}

.matrix-row {
  display: grid;
  grid-template-columns: 0.85fr 1fr 1.25fr 1.25fr;
  border-bottom: 1px solid rgba(38, 48, 47, 0.1);
}

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

.matrix-row span {
  padding: 18px;
  border-right: 1px solid rgba(38, 48, 47, 0.1);
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.matrix-row span:last-child {
  border-right: 0;
}

.matrix-row span:first-child {
  color: var(--ink);
  font-weight: 850;
}

.matrix-head {
  background: rgba(201, 216, 197, 0.24);
}

.matrix-head span {
  color: var(--ink);
  font-weight: 850;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.payment-grid {
  grid-template-columns: repeat(3, 1fr);
}

.payment-table {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 16px;
  overflow: hidden;
  background: rgba(255, 252, 247, 0.7);
}

.payment-table div {
  padding: 20px;
  border-right: 1px solid rgba(38, 48, 47, 0.1);
}

.payment-table div:last-child {
  border-right: 0;
}

.payment-table strong span {
  display: block;
}

.payment-table strong {
  margin-bottom: 8px;
}

.payment-table span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.testimonial-card {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr 54px;
  gap: 18px;
  align-items: center;
  max-width: 930px;
  min-height: 238px;
  margin: 0 auto;
  padding: 34px 28px 62px;
  background: linear-gradient(145deg, rgba(217, 203, 232, 0.3), rgba(250, 246, 239, 0.9));
}

.testimonial-card blockquote {
  display: grid;
  min-height: 116px;
  place-items: center;
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(1.45rem, 3.1vw, 2.8rem);
  font-weight: 520;
  line-height: 1.18;
  text-align: center;
}

.arrow {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(38, 48, 47, 0.16);
  border-radius: 50%;
  background: rgba(250, 246, 239, 0.72);
  color: var(--ink);
  font-size: 2rem;
  cursor: pointer;
}

.dots {
  position: absolute;
  left: 50%;
  bottom: 24px;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(38, 48, 47, 0.22);
  cursor: pointer;
}

.dots button.active {
  width: 28px;
  border-radius: 999px;
  background: var(--gold);
}

.guarantee {
  grid-template-columns: 1fr 0.74fr;
  align-items: center;
}

.guarantee aside {
  background: linear-gradient(145deg, rgba(232, 207, 200, 0.38), rgba(255, 252, 247, 0.76));
}

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

summary {
  font-weight: 800;
  cursor: pointer;
}

details p {
  margin: 14px 0 0;
  color: var(--muted);
}

.apply {
  grid-template-columns: 0.72fr 1fr;
}

.apply-copy {
  position: sticky;
  top: 112px;
}

.intake-form {
  background: rgba(255, 252, 247, 0.84);
  min-height: 650px;
}

.form-progress {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.form-progress span {
  height: 7px;
  flex: 1;
  border-radius: 999px;
  background: rgba(38, 48, 47, 0.12);
}

.form-progress span.active {
  background: var(--gold);
}

.form-kicker {
  margin-bottom: 22px;
  color: #806836;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

fieldset {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
}

fieldset.active {
  display: grid;
  gap: 16px;
  align-content: start;
  min-height: 470px;
  animation: stepIn 280ms ease-out;
}

legend {
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: 2.1rem;
  line-height: 1.05;
}

label {
  display: grid;
  gap: 8px;
  color: rgba(38, 48, 47, 0.78);
  font-weight: 750;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(38, 48, 47, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink);
  font: 550 1rem/1.4 var(--sans);
  padding: 13px 14px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(216, 181, 109, 0.78);
  box-shadow: 0 0 0 4px rgba(216, 181, 109, 0.14);
  outline: 0;
}

textarea {
  min-height: 180px;
  resize: none;
}

.two-col,
.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.choice-grid label,
.consent-line {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px;
  border: 1px solid rgba(38, 48, 47, 0.11);
  border-radius: 13px;
  background: rgba(250, 246, 239, 0.56);
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.choice-grid label.selected,
.consent-line.selected {
  border-color: rgba(216, 181, 109, 0.7);
  background: rgba(216, 181, 109, 0.13);
  box-shadow: 0 10px 28px rgba(216, 181, 109, 0.12);
}

.choice-grid input,
.consent-line input {
  width: auto;
}

.review-list {
  display: grid;
  gap: 12px;
}

.review-list p,
.form-note {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.form-error {
  margin: 0;
  color: #9b2d2d;
  font-size: 0.92rem;
  font-weight: 750;
}

.review-list span {
  padding: 14px;
  border: 1px solid rgba(38, 48, 47, 0.1);
  border-radius: 14px;
  background: rgba(201, 216, 197, 0.22);
  font-weight: 750;
}

.booking-stub {
  display: grid;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(216, 181, 109, 0.28);
  border-radius: 14px;
  background: rgba(201, 216, 197, 0.18);
}

.booking-stub .button {
  justify-self: start;
  cursor: not-allowed;
  opacity: 0.74;
}

.form-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.confirmation {
  min-height: 320px;
  display: grid;
  place-content: center;
  text-align: center;
}

.confirmation h3 {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.site-footer {
  display: grid;
  grid-template-columns: 0.34fr 1fr auto;
  align-items: center;
  gap: 32px;
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 36px 0 48px;
  border-top: 1px solid rgba(38, 48, 47, 0.12);
  color: var(--muted);
  font-size: 0.86rem;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  color: var(--ink);
}

.footer-apply {
  min-width: 92px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  filter: blur(2px);
  transition: opacity 800ms ease, transform 800ms ease, filter 800ms ease;
}

[data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@keyframes floatGlow {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(-22px, 18px, 0) scale(1.05);
  }
}

@keyframes stepIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes featureUnfurl {
  0% {
    clip-path: inset(0 100% 0 0 round 18px);
    opacity: 0;
    transform: translateX(-16px) rotateY(-16deg);
    filter: blur(3px);
  }
  58% {
    clip-path: inset(0 0 0 0 round 18px);
    opacity: 1;
    transform: translateX(0) rotateY(2deg);
    filter: blur(0);
  }
  100% {
    clip-path: inset(0 0 0 0 round 18px);
    opacity: 1;
    transform: translateX(0) rotateY(0);
    filter: blur(0);
  }
}

@keyframes featureSpine {
  0% {
    opacity: 0;
    transform: scaleY(0.2);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes featureConnector {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes journeyLoopFade {
  0%,
  28% {
    opacity: 0.86;
    transform: scale(1);
  }
  48%,
  72% {
    opacity: 0.14;
    transform: scale(0.98);
  }
  100% {
    opacity: 0.86;
    transform: scale(1);
  }
}

@keyframes journeyCrossOut {
  0%,
  30% {
    opacity: 0;
    transform: rotate(-8deg) scaleX(0);
  }
  44%,
  72% {
    opacity: 1;
    transform: rotate(-8deg) scaleX(1);
  }
  100% {
    opacity: 0;
    transform: rotate(-8deg) scaleX(1);
  }
}

@keyframes journeyDirectLine {
  0%,
  38% {
    opacity: 0;
    transform: scaleX(0);
  }
  54%,
  76% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes journeySuccessPulse {
  0%,
  40% {
    transform: translateY(0);
  }
  54%,
  74% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes oldRouteSpin {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -180;
  }
}

@keyframes oldPulse {
  0%,
  16% {
    opacity: 0;
    transform: scale(0.7);
  }
  30%,
  58% {
    opacity: 0.85;
    transform: scale(1);
  }
  76%,
  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}

@keyframes bebeLineDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes lineSpark {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }
  38% {
    opacity: 1;
    transform: scale(1.3);
  }
  100% {
    opacity: 0;
    transform: scale(1.9);
  }
}

@keyframes bebeSealRise {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.82);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes pathFadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes subtleNodePop {
  from {
    opacity: 0.62;
    filter: blur(1px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .bebe-direct-line {
    stroke-dashoffset: 0;
  }

  .bebe-seal,
  .bebe-end {
    opacity: 1;
  }
}

@media (max-width: 1080px) {
  nav {
    gap: 13px;
    font-size: 0.82rem;
  }

  .hero {
    grid-template-columns: 1fr 0.78fr;
  }

  h1 {
    font-size: clamp(3.25rem, 6.7vw, 5.45rem);
  }
}

@media (max-width: 1180px) {
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 940px) {
  .site-header {
    align-items: center;
    border-radius: 28px;
    top: 10px;
  }

  nav {
    display: none;
  }

  .hero,
  .intro-strip,
  .problem-grid,
  .about,
  .guarantee,
  .apply,
  .dossier-layout,
  .hero {
    min-height: auto;
    gap: 38px;
  }

  .apply-copy,
  .about-aside {
    position: static;
  }

  .feature-grid,
  .fit-grid,
  .process-grid,
  .pricing-grid,
  .payment-grid,
  .faq-grid,
  .insight-grid,
  .outcome-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-grid article::after {
    display: none;
  }

  .path-panel {
    grid-template-columns: 1fr;
  }

  .path-map {
    min-width: 760px;
  }

  .path-panel {
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .pro-bono-card {
    grid-template-columns: 1fr;
  }

  .engagement-guarantee {
    grid-template-columns: 1fr;
  }

  .payment-table,
  .strip-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .matrix {
    overflow-x: auto;
  }

  .matrix-row {
    min-width: 860px;
  }

  .journey {
    grid-template-columns: repeat(5, minmax(84px, 1fr));
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .site-header {
    width: calc(100% - 20px);
    margin-top: 10px;
  }

  .brand small,
  .header-cta {
    display: none;
  }

  .section-shell {
    width: calc(100% - 28px);
    padding: 60px 0;
  }

  .hero {
    padding-top: 48px;
  }

  body,
  .page-shell {
    max-width: 100%;
    overflow-x: hidden;
  }

  .hero-media {
    display: none;
  }

  h1 {
    font-size: 3.45rem;
  }

  h2 {
    font-size: 2.38rem;
  }

  .services h2 {
    font-size: clamp(1.55rem, 6.1vw, 1.92rem);
    line-height: 1.12;
  }

  .services h2 .no-break {
    white-space: nowrap;
  }

  .media-note {
    position: static;
    width: auto;
    margin-top: -36px;
    margin-inline: 18px;
    padding: 15px 16px;
  }

  .media-note span {
    font-size: clamp(0.62rem, 2.72vw, 0.72rem);
  }

  .media-note .credential-final {
    font-size: clamp(0.6rem, 2.62vw, 0.7rem);
  }

  .media-note strong {
    font-size: clamp(1rem, 4.1vw, 1.18rem);
  }

  .feature-grid,
  .fit-grid,
  .process-grid,
  .pricing-grid,
  .payment-grid,
  .payment-table,
  .faq-grid,
  .insight-grid,
  .outcome-grid,
  .strip-metrics,
  .two-col,
  .choice-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    gap: 14px;
  }

  .path-contrast {
    margin: 36px 0 32px;
    padding: 18px;
    border-radius: 22px;
  }

  .path-panel {
    max-width: 100%;
  }

  .old-path .path-copy,
  .bebe-path .path-copy {
    width: 100%;
    max-width: 100%;
  }

  .old-path .path-map {
    min-width: 100%;
    min-height: 190px;
  }

  .path-map {
    min-width: 690px;
    min-height: 220px;
  }

  .direct-map {
    min-width: 690px;
    min-height: 200px;
  }

  .bebe-path {
    overflow-x: visible;
  }

  .bebe-path .direct-map {
    display: none;
  }

  .mobile-direct-path {
    position: relative;
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
  }

  .mobile-direct-path::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 17px;
    bottom: 17px;
    width: 2px;
    background: linear-gradient(180deg, rgba(189, 147, 71, 0.22), rgba(189, 147, 71, 0.72));
  }

  .mobile-direct-path li {
    position: relative;
    display: grid;
    grid-template-columns: 36px 1fr;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid rgba(189, 147, 71, 0.2);
    border-radius: 18px;
    background: rgba(255, 253, 248, 0.72);
    box-shadow: 0 12px 28px rgba(38, 48, 47, 0.05);
  }

  .mobile-direct-path span {
    position: relative;
    z-index: 1;
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(189, 147, 71, 0.42);
    border-radius: 999px;
    background: #fffdf8;
    color: #806836;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
  }

  .mobile-direct-path strong {
    color: rgba(38, 48, 47, 0.88);
    font-family: var(--sans);
    font-size: 0.98rem;
    line-height: 1.2;
  }

  .apply {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .intake-form,
  .apply-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .intake-form {
    min-height: 690px;
  }

  fieldset.active {
    min-height: 500px;
  }

  .path-node text {
    font-size: 16px;
  }

  .stuck-node text {
    font-size: 18px;
  }

  .path-caption {
    font-size: 24px;
  }

  .path-subcaption {
    font-size: 15px;
  }

  .feature-grid article.revealed {
    animation-name: featureUnfurlMobile;
  }

  .strip-metrics span {
    white-space: normal;
  }

  .no-break,
  .media-note .credential-line,
  .media-note .credential-final {
    white-space: normal;
  }

  .path-copy h3,
  .feature-grid article p,
  .price-card p,
  .price-card li,
  .faq-grid p,
  .testimonial-card blockquote {
    text-wrap: balance;
  }

  .floating-apply {
    right: 12px;
    bottom: 12px;
    min-width: 0;
    padding: 12px 14px;
    border-radius: 999px;
  }

  .floating-apply strong {
    display: none;
  }

  .primary-dossier {
    min-height: auto;
  }

  .matrix-row {
    min-width: 760px;
  }

  .payment-table div {
    border-right: 0;
    border-bottom: 1px solid rgba(38, 48, 47, 0.1);
  }

  .payment-table div:last-child {
    border-bottom: 0;
  }

  .journey {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 12px;
    min-height: auto;
    padding-left: 18px;
  }

  .journey li {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 46px;
    place-items: start;
    justify-content: start;
    padding: 0 0 0 42px;
    text-align: left;
    white-space: nowrap;
  }

  .journey li::before {
    top: 4px;
    left: 12px;
  }

  .journey .detour::after {
    top: 12px;
    left: 42px;
    width: min(150px, calc(100% - 48px));
  }

  .journey::before {
    top: 0;
    left: 18px;
    right: auto;
    bottom: 16px;
    width: 2px;
    height: auto;
    border: 0;
    border-radius: 0;
    background: linear-gradient(transparent, rgba(216, 181, 109, 0.72), transparent);
  }

  .journey::after {
    top: auto;
    bottom: 20px;
    left: 18px;
    width: 2px;
    height: calc(100% - 24px);
    transform: scaleY(0);
    transform-origin: top center;
    animation-name: journeyDirectLineMobile;
  }

  .testimonial-card {
    grid-template-columns: 1fr;
    min-height: 252px;
    padding: 28px 20px 68px;
  }

  .testimonial-card blockquote {
    min-height: 138px;
  }

  .arrow {
    display: none;
  }

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

  .intro-strip > p {
    white-space: normal;
    text-wrap: balance;
  }
}

@keyframes journeyDirectLineMobile {
  0%,
  38% {
    opacity: 0;
    transform: scaleY(0);
  }
  54%,
  76% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform: scaleY(1);
  }
}

@keyframes featureUnfurlMobile {
  0% {
    clip-path: inset(0 0 100% 0 round 18px);
    opacity: 0;
    transform: translateY(-12px);
    filter: blur(3px);
  }
  100% {
    clip-path: inset(0 0 0 0 round 18px);
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
