:root {
  --bg: #fafaf8;
  --paper: #ffffff;
  --green: #4f7564;
  --green-dark: #345847;
  --green-deep: #203d31;
  --green-soft: #dfe8e2;
  --saffron: #e89c2a;
  --saffron-soft: #f8e7c8;
  --ink: #1a1a18;
  --muted: #6f6f68;
  --line: #dedfd9;
  --lavender: #ded8ec;
  --shadow: 0 24px 70px rgba(40, 54, 47, .12);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: "DM Sans", "Avenir Next", Avenir, system-ui, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 108px 0; }
.skip-link { position: fixed; left: 14px; top: -80px; z-index: 999; background: var(--ink); color: white; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { top: 14px; }

h1, h2, h3 { font-family: "Manrope", "Avenir Next", Avenir, system-ui, sans-serif; letter-spacing: -.045em; line-height: 1.06; margin: 0; }
h1 { font-size: clamp(3.25rem, 6.7vw, 6.3rem); }
h2 { font-size: clamp(2.25rem, 4.5vw, 4.1rem); }
h3 { font-size: 1.35rem; }
p { margin: 0; }
.eyebrow { margin: 0 0 16px; color: var(--green); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.light-eyebrow { color: #d8e5dd; }
.eyebrow-pill { display: inline-flex; gap: 10px; align-items: center; border: 1px solid rgba(79,117,100,.24); border-radius: 999px; padding: 9px 14px; color: var(--green-dark); font-weight: 700; font-size: .82rem; }
.eyebrow-pill > span { width: 8px; height: 8px; background: var(--saffron); border-radius: 50%; box-shadow: 0 0 0 5px rgba(232,156,42,.16); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(250,250,248,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(52,88,71,.08); }
.nav-shell { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-lockup { display: flex; align-items: baseline; gap: 9px; }
.brand-word { font: 800 1.55rem/1 "Manrope", "Avenir Next", sans-serif; letter-spacing: -.06em; }
.brand-word > span { color: var(--saffron); }
.brand-product { font-weight: 700; color: var(--green-dark); font-size: .92rem; letter-spacing: .03em; border-left: 1px solid var(--line); padding-left: 9px; }
.brand-mark { width: 32px; height: 32px; position: relative; display: inline-block; }
.brand-mark span { position: absolute; background: var(--green-dark); border-radius: 999px 999px 999px 2px; transform-origin: bottom left; }
.brand-mark span:nth-child(1) { width: 13px; height: 23px; left: 8px; bottom: 4px; transform: rotate(-28deg); }
.brand-mark span:nth-child(2) { width: 11px; height: 19px; left: 15px; bottom: 4px; transform: rotate(18deg); background: var(--green); }
.brand-mark span:nth-child(3) { width: 7px; height: 7px; border-radius: 50%; right: 1px; top: 2px; background: var(--saffron); }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav a { font-size: .9rem; font-weight: 700; color: #4a4a45; position: relative; }
.primary-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 2px; background: var(--saffron); transform: scaleX(0); transition: .2s; }
.primary-nav a:hover::after { transform: scaleX(1); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 0; border-radius: 50%; background: var(--green-soft); cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--green-deep); transition: transform .2s, opacity .2s; }
.mobile-nav { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 23px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; font-size: .93rem; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 18px; }
.button-primary { background: var(--green); color: white; box-shadow: 0 14px 28px rgba(52,88,71,.2); }
.button-primary:hover { background: var(--green-dark); }
.button-dark { background: var(--ink); color: white; }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.5); }

.hero-section { min-height: calc(100vh - 84px); padding: 70px 0 95px; overflow: hidden; display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 68px; align-items: center; }
.hero-kicker { margin-top: 28px; color: var(--saffron); font-weight: 800; font-size: .96rem; letter-spacing: .04em; }
.hero-copy h1 { margin: 9px 0 24px; max-width: 760px; }
.hero-copy h1 em { font-style: normal; color: var(--green); position: relative; }
.hero-copy h1 em::after { content: ""; position: absolute; left: 2%; right: 3%; bottom: -8px; height: 10px; background: linear-gradient(2deg, transparent 30%, var(--saffron) 31%, var(--saffron) 55%, transparent 56%); opacity: .85; }
.hero-lead { font-size: 1.14rem; max-width: 650px; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.trust-row { display: flex; align-items: center; gap: 16px; margin-top: 42px; }
.trust-row p { color: var(--muted); font-size: .89rem; line-height: 1.4; }
.trust-row strong { color: var(--ink); }
.avatar-stack { display: flex; }
.avatar-stack span { min-width: 38px; height: 38px; margin-left: -8px; padding: 0 6px; display: grid; place-items: center; border: 3px solid var(--bg); border-radius: 50%; background: var(--green-soft); color: var(--green-dark); font-size: .56rem; font-weight: 800; }
.avatar-stack span:first-child { margin-left: 0; background: var(--saffron-soft); }
.avatar-stack span:nth-child(3) { background: var(--lavender); }
.hero-visual { position: relative; }
.hero-image-card { position: relative; z-index: 2; background: white; border-radius: 150px 150px 42px 42px; padding: 12px; box-shadow: var(--shadow); }
.hero-image-card > img { width: 100%; height: 560px; object-fit: cover; border-radius: 140px 140px 34px 34px; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 12px; padding: 13px 16px; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-radius: 18px; box-shadow: 0 16px 42px rgba(24,39,31,.18); }
.floating-card small { display: block; color: var(--muted); font-size: .7rem; }
.floating-card strong { font-size: .83rem; }
.floating-top { right: -35px; top: 72px; }
.floating-bottom { left: -34px; bottom: 65px; }
.mini-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--saffron-soft); color: #9b5d00; }
.pulse-dot { width: 12px; height: 12px; background: #54a66f; border-radius: 50%; box-shadow: 0 0 0 7px rgba(84,166,111,.15); }
.hero-orbit { position: absolute; border: 1px solid rgba(79,117,100,.22); border-radius: 50%; z-index: 1; }
.orbit-one { width: 180px; height: 180px; top: -35px; right: -45px; }
.orbit-two { width: 120px; height: 120px; bottom: -32px; left: -40px; border-color: rgba(232,156,42,.3); }

.manifesto-section { background: #f3f4ef; }
.manifesto-grid { display: grid; grid-template-columns: .38fr 1.1fr .72fr; gap: 58px; align-items: start; }
.manifesto-grid > blockquote { margin: 0; font: 700 clamp(2rem, 3.5vw, 3.4rem)/1.12 "Manrope", "Avenir Next", sans-serif; letter-spacing: -.045em; }
.manifesto-grid > blockquote span { text-decoration: line-through; text-decoration-color: var(--saffron); text-decoration-thickness: 4px; }
.manifesto-answer { border-left: 1px solid var(--line); padding-left: 40px; }
.answer-mark { display: inline-block; margin-bottom: 18px; color: var(--saffron); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.manifesto-answer h2 { font-size: clamp(2rem, 3vw, 3rem); margin-bottom: 20px; }
.manifesto-answer p { color: var(--muted); }

.section-heading { margin-bottom: 46px; }
.split-heading, .journey-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.split-heading > p, .journey-heading > p { max-width: 430px; color: var(--muted); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-card { min-height: 360px; padding: 34px; border-radius: 34px; display: flex; flex-direction: column; position: relative; }
.value-1 { background: var(--green-soft); }
.value-2 { background: var(--green-deep); color: white; }
.value-3 { background: var(--saffron-soft); }
.value-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; background: rgba(255,255,255,.75); color: var(--green-dark); font-size: 1.5rem; }
.card-number { position: absolute; top: 40px; right: 34px; font-size: .74rem; font-weight: 800; opacity: .55; }
.value-card h3 { font-size: 1.75rem; margin-top: auto; margin-bottom: 16px; }
.value-card p { color: var(--muted); }
.value-2 p { color: rgba(255,255,255,.68); }

.experience-section { background: var(--green-deep); color: white; overflow: hidden; }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.experience-image { position: relative; }
.experience-image img { width: 100%; height: 580px; object-fit: cover; border-radius: 44px; }
.image-note { position: absolute; right: -28px; bottom: 32px; background: var(--saffron); color: var(--ink); padding: 20px 25px; border-radius: 20px; box-shadow: var(--shadow); }
.image-note strong, .image-note span { display: block; }
.experience-copy h2 { margin-bottom: 25px; }
.experience-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: 1.05rem; }
.check-list { list-style: none; padding: 0; margin: 28px 0 0; }
.check-list li { position: relative; padding: 13px 0 13px 34px; border-bottom: 1px solid rgba(255,255,255,.13); font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--saffron); font-weight: 900; }

.journey-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(248,231,200,.58), transparent 31%),
    linear-gradient(180deg, #fffdf8 0%, #f7f3e9 100%);
}
.journey-shell { position: relative; z-index: 2; }
.journey-wash { position: absolute; z-index: 0; border-radius: 50%; filter: blur(2px); opacity: .65; pointer-events: none; }
.journey-wash-one { width: 360px; height: 360px; top: 7%; right: -160px; background: rgba(223,232,226,.7); }
.journey-wash-two { width: 260px; height: 260px; bottom: 8%; left: -120px; background: rgba(248,231,200,.9); }
.journey-intro { display: grid; grid-template-columns: 1.12fr .72fr; gap: 86px; align-items: end; margin-bottom: 42px; }
.journey-intro h2 { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; letter-spacing: -.035em; color: var(--green-deep); }
.journey-intro-copy { display: grid; gap: 15px; color: var(--muted); font-size: 1.02rem; }
.journey-intro-copy p:first-child { color: var(--green-dark); font-weight: 700; }

.journey-roadmap { position: relative; min-height: 800px; padding: 28px 8px 0; }
.journey-road { position: absolute; inset: 26px 0 auto; width: 100%; height: 690px; overflow: visible; pointer-events: none; }
.journey-road-shadow, .journey-road-line, .journey-road-dashes { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.journey-road-shadow { stroke: rgba(32,61,49,.045); stroke-width: 46; transform: translateY(7px); }
.journey-road-line { stroke: rgba(79,117,100,.18); stroke-width: 38; }
.journey-road-dashes { stroke: rgba(52,88,71,.36); stroke-width: 2.5; stroke-dasharray: 10 14; }
[data-journey-section].journey-animate .journey-road-line { stroke-dasharray: 2600; stroke-dashoffset: 2600; transition: stroke-dashoffset 2.2s cubic-bezier(.22,.75,.22,1); }
[data-journey-section].journey-animate.is-visible .journey-road-line { stroke-dashoffset: 0; }
[data-journey-section].journey-animate .journey-road-dashes { opacity: 0; transition: opacity .5s ease 1.45s; }
[data-journey-section].journey-animate.is-visible .journey-road-dashes { opacity: 1; }

.journey-stops { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); column-gap: 28px; row-gap: 112px; padding: 66px 10px 52px; }
.journey-stop { --journey-offset: 0px; min-width: 0; text-align: center; transform: translateY(var(--journey-offset)); opacity: 1; transition: opacity .55s ease, transform .65s cubic-bezier(.2,.75,.2,1); outline: none; }
[data-journey-section].journey-animate .journey-stop { opacity: 0; transform: translateY(calc(var(--journey-offset) + 24px)); }
[data-journey-section].journey-animate.is-visible .journey-stop { opacity: 1; transform: translateY(var(--journey-offset)); }
/* Desktop route order follows the actual snake: 1→6 across the top, then 7→12 back across the lower route. */
.journey-stop:nth-child(1) { grid-column: 1; grid-row: 1; --journey-offset: 5px; transition-delay: .10s; }
.journey-stop:nth-child(2) { grid-column: 2; grid-row: 1; --journey-offset: 94px; transition-delay: .18s; }
.journey-stop:nth-child(3) { grid-column: 3; grid-row: 1; --journey-offset: 8px; transition-delay: .26s; }
.journey-stop:nth-child(4) { grid-column: 4; grid-row: 1; --journey-offset: 100px; transition-delay: .34s; }
.journey-stop:nth-child(5) { grid-column: 5; grid-row: 1; --journey-offset: 12px; transition-delay: .42s; }
.journey-stop:nth-child(6) { grid-column: 6; grid-row: 1; --journey-offset: 92px; transition-delay: .50s; }
.journey-stop:nth-child(7) { grid-column: 6; grid-row: 2; --journey-offset: -2px; transition-delay: .58s; }
.journey-stop:nth-child(8) { grid-column: 5; grid-row: 2; --journey-offset: 78px; transition-delay: .66s; }
.journey-stop:nth-child(9) { grid-column: 4; grid-row: 2; --journey-offset: -8px; transition-delay: .74s; }
.journey-stop:nth-child(10) { grid-column: 3; grid-row: 2; --journey-offset: 75px; transition-delay: .82s; }
.journey-stop:nth-child(11) { grid-column: 2; grid-row: 2; --journey-offset: -12px; transition-delay: .90s; }
.journey-stop:nth-child(12) { grid-column: 1; grid-row: 2; --journey-offset: 70px; transition-delay: .98s; }

.journey-portrait-wrap { position: relative; width: 136px; margin: 0 auto 20px; }
.journey-portrait { width: 136px; aspect-ratio: 1; overflow: hidden; border: 8px solid rgba(255,255,255,.96); border-radius: 50%; box-shadow: 0 0 0 1px rgba(52,88,71,.26), 0 18px 35px rgba(32,61,49,.16); background: white; transition: transform .25s ease, box-shadow .25s ease; }
.journey-portrait img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.journey-number { position: absolute; z-index: 3; top: -18px; left: 50%; min-width: 43px; height: 43px; padding: 0 9px; display: grid; place-items: center; transform: translateX(-50%); border-radius: 999px; border: 3px solid #f8f2e6; background: var(--green-deep); color: white; font: 400 1.03rem/1 "DM Serif Display", Georgia, serif; box-shadow: 0 8px 18px rgba(32,61,49,.2); }
.journey-stop:hover .journey-portrait,
.journey-stop:focus-visible .journey-portrait { transform: translateY(-5px) scale(1.035); box-shadow: 0 0 0 1px rgba(52,88,71,.28), 0 25px 42px rgba(32,61,49,.22); }
.journey-stop:hover .journey-portrait img,
.journey-stop:focus-visible .journey-portrait img { transform: scale(1.06); }
.journey-stop:focus-visible { border-radius: 24px; box-shadow: 0 0 0 4px rgba(232,156,42,.25); }
.journey-stop-copy { max-width: 192px; margin-inline: auto; padding: 11px 10px 13px; border-radius: 18px; background: rgba(250,248,242,.84); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); box-shadow: 0 0 0 7px rgba(250,248,242,.62); }
.journey-moment { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 7px; color: #a3630d; font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.journey-moment::before { content: ""; width: 18px; height: 1px; background: var(--saffron); }
.journey-stop h3 { min-height: 2.35em; font-family: "DM Serif Display", Georgia, serif; font-size: 1.25rem; font-weight: 400; letter-spacing: -.02em; color: var(--green-deep); }
.journey-stop p { margin-top: 10px; color: #5e625d; font-size: .8rem; line-height: 1.52; }

.journey-closing { display: grid; grid-template-columns: .95fr 1.2fr; gap: 40px; align-items: stretch; margin-top: 28px; }
.journey-principal-note { position: relative; padding: 28px 34px 26px 82px; border: 1px solid rgba(52,88,71,.15); border-radius: 28px; background: rgba(255,255,255,.72); box-shadow: 0 18px 45px rgba(32,61,49,.08); }
.journey-principal-note p { color: var(--green-deep); font: 400 1.25rem/1.35 "DM Serif Display", Georgia, serif; }
.journey-principal-note small { display: block; margin-top: 9px; color: #a3630d; font-weight: 800; }
.journey-bell { position: absolute; left: 28px; top: 27px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--saffron-soft); color: #a3630d; font-size: 0; }
.journey-bell::before { content: "🔔"; font-size: 1.28rem; }
.journey-facts { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border-radius: 28px; background: var(--green-deep); color: white; box-shadow: 0 18px 45px rgba(32,61,49,.14); }
.journey-facts span { min-height: 124px; display: flex; flex-direction: column; justify-content: center; padding: 22px; border-left: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.72); font-size: .78rem; line-height: 1.45; }
.journey-facts span:first-child { border-left: 0; }
.journey-facts strong { color: var(--saffron); font: 400 2.05rem/1 "DM Serif Display", Georgia, serif; margin-bottom: 9px; }

.principal-section { background: var(--green-dark); color: white; }
.principal-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: center; }
.principal-story > p:not(.eyebrow):not(.signature) { color: rgba(255,255,255,.72); font-size: 1.08rem; max-width: 680px; margin-top: 26px; }
.signature { margin-top: 30px; color: var(--saffron); font-family: Georgia, serif; font-style: italic; }
.principal-card { position: relative; background: var(--saffron-soft); color: var(--ink); border-radius: 42px; padding: 48px; transform: rotate(2deg); box-shadow: 0 30px 70px rgba(0,0,0,.16); }
.principal-card blockquote { margin: 25px 0 45px; font: 700 clamp(1.6rem, 2.5vw, 2.5rem)/1.18 Georgia, serif; }
.quote-mark { font: 800 5rem/1 Georgia, serif; color: var(--saffron); }
.principal-seal { display: flex; align-items: center; gap: 13px; border-top: 1px solid rgba(32,61,49,.18); padding-top: 22px; }
.principal-seal > span { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: var(--green-dark); color: white; font: 500 2rem Georgia, serif; }
.principal-seal small { color: var(--green-dark); font-weight: 800; letter-spacing: .12em; line-height: 1.3; }

.founder-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 90px; align-items: start; }
.founder-copy { display: grid; gap: 24px; color: var(--muted); font-size: 1.08rem; padding-top: 12px; }
.founder-copy p:first-child { color: var(--green-deep); font-weight: 700; font-size: 1.22rem; }

.final-cta { padding-top: 0; }
.final-cta-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; background: var(--saffron-soft); border-radius: 44px; padding: 72px; }
.final-cta-inner > div:last-child > p { color: #6f6251; margin-bottom: 26px; }
.final-cta small { display: block; color: #7f715f; margin-top: 16px; }

.site-footer { background: var(--ink); color: white; padding: 68px 0 26px; }
.footer-grid { display: grid; grid-template-columns: .8fr 1fr 1fr; gap: 50px; align-items: start; }
.footer-brand .brand-mark span { background: white; }
.footer-brand .brand-mark span:nth-child(2) { background: #b9cfc3; }
.footer-brand .brand-mark span:nth-child(3) { background: var(--saffron); }
.footer-brand .brand-product { color: rgba(255,255,255,.7); border-color: rgba(255,255,255,.18); }
.footer-grid > p { color: rgba(255,255,255,.58); max-width: 310px; }
.footer-links { display: flex; justify-content: flex-end; gap: 24px; font-weight: 700; font-size: .86rem; }
.footer-links a:hover { color: var(--saffron); }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; margin-top: 55px; color: rgba(255,255,255,.42); font-size: .78rem; }

@media (max-width: 980px) {
  .primary-nav { display: none; }
  .nav-shell > .button { display: none; }
  .nav-toggle { display: block; margin-left: auto; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-nav { position: fixed; z-index: 99; top: 84px; left: 0; right: 0; display: grid; gap: 2px; padding: 18px 20px 24px; background: rgba(250,250,248,.98); border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(32,61,49,.12); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .22s ease, opacity .22s ease; }
  .mobile-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-nav a { padding: 13px 10px; font-weight: 800; border-bottom: 1px solid var(--line); }
  .mobile-nav .button { margin-top: 12px; color: white; }
  .hero-grid, .manifesto-grid, .experience-grid, .principal-grid, .founder-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; }
  .hero-section { min-height: auto; }
  .hero-visual { max-width: 660px; margin-inline: auto; }
  .manifesto-grid { gap: 28px; }
  .manifesto-answer { border-left: 0; border-top: 1px solid var(--line); padding: 30px 0 0; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 280px; }
  .experience-image { max-width: 720px; }
  .principal-grid { gap: 55px; }
  .principal-card { max-width: 620px; }
  .journey-intro { grid-template-columns: 1fr; gap: 28px; }
  .journey-roadmap { min-height: auto; }
  .journey-road { display: none; }
  .journey-stops { grid-template-columns: 1fr; gap: 18px; padding: 18px 0 10px 30px; }
  .journey-stops::before { content: ""; position: absolute; top: 20px; bottom: 14px; left: 76px; width: 9px; border-radius: 999px; background: var(--green); box-shadow: inset 0 0 0 3px rgba(255,255,255,.7); }
  .journey-stop,
  [data-journey-section].journey-animate.is-visible .journey-stop { --journey-offset: 0px !important; grid-column: auto !important; grid-row: auto !important; display: grid; grid-template-columns: 104px 1fr; gap: 20px; align-items: center; text-align: left; transform: none; padding: 17px 20px 17px 0; border-radius: 28px; background: rgba(255,255,255,.72); box-shadow: 0 14px 34px rgba(32,61,49,.08); }
  .journey-portrait-wrap { width: 104px; margin: 0; }
  .journey-portrait { width: 104px; border-width: 6px; }
  .journey-number { left: 20px; top: -8px; transform: none; min-width: 35px; height: 35px; font-size: .88rem; }
  .journey-stop-copy { max-width: none; margin: 0; padding: 0 5px 0 0; background: transparent; -webkit-backdrop-filter: none; backdrop-filter: none; box-shadow: none; }
  .journey-stop h3 { min-height: 0; }
  .journey-closing { grid-template-columns: 1fr; }
  .journey-facts span { min-height: 110px; }
  .final-cta-inner { padding: 55px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .section { padding: 76px 0; }
  .mobile-nav .button { display: inline-flex; }
  .nav-shell { height: 72px; }
  .hero-section { padding: 48px 0 78px; }
  h1 { font-size: clamp(3rem, 15vw, 4.3rem); }
  .hero-kicker { margin-top: 22px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-row { align-items: flex-start; }
  .hero-image-card { border-radius: 90px 90px 30px 30px; padding: 8px; }
  .hero-image-card > img { height: 440px; border-radius: 82px 82px 24px 24px; }
  .floating-top { right: 8px; top: 48px; }
  .floating-bottom { left: 8px; bottom: 30px; }
  .split-heading, .journey-heading { display: block; }
  .split-heading > p, .journey-heading > p { margin-top: 24px; }
  .experience-image img { height: 440px; }
  .image-note { right: 12px; left: 12px; bottom: 18px; }
  .journey-intro { margin-bottom: 28px; }
  .journey-intro h2 br { display: none; }
  .journey-stops { padding-left: 18px; }
  .journey-stops::before { left: 58px; width: 7px; }
  .journey-stop,
  [data-journey-section].is-visible .journey-stop { grid-template-columns: 82px 1fr; gap: 15px; padding: 14px 14px 14px 0; border-radius: 22px; }
  .journey-portrait-wrap, .journey-portrait { width: 82px; }
  .journey-number { left: 12px; min-width: 31px; height: 31px; font-size: .78rem; }
  .journey-stop h3 { font-size: 1.14rem; }
  .journey-stop p { font-size: .78rem; }
  .journey-closing { gap: 18px; }
  .journey-principal-note { padding: 25px 22px 23px 66px; }
  .journey-bell { left: 18px; top: 23px; }
  .journey-facts { grid-template-columns: 1fr; }
  .journey-facts span { min-height: auto; border-left: 0; border-top: 1px solid rgba(255,255,255,.13); padding: 19px 22px; }
  .journey-facts span:first-child { border-top: 0; }
  .principal-card { padding: 35px 28px; transform: none; }
  .founder-grid { gap: 34px; }
  .final-cta { padding: 0 0 76px; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 36px; padding: 42px 28px; border-radius: 32px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { flex-wrap: wrap; gap: 18px; }
  .footer-bottom { gap: 10px; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  [data-journey-section].journey-animate .journey-road-line,
  [data-journey-section].journey-animate .journey-road-dashes { stroke-dashoffset: 0 !important; opacity: 1 !important; }
  .journey-stop { opacity: 1 !important; }
}
