: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 { background: white; }
.weeks-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.week-card { min-height: 148px; display: grid; grid-template-columns: 52px 1fr auto; gap: 20px; align-items: center; padding: 28px 28px 28px 0; border-bottom: 1px solid var(--line); transition: .2s; }
.week-card:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 34px; }
.week-card:nth-child(even) { padding-left: 34px; }
.week-card:hover { background: var(--bg); padding-inline-end: 22px; }
.week-number { color: var(--saffron); font-weight: 800; font-size: .78rem; }
.week-card h3 { margin-bottom: 8px; }
.week-card p { color: var(--muted); font-size: .92rem; }
.week-arrow { width: 38px; height: 38px; display: grid; place-items: center; background: var(--green-soft); color: var(--green-dark); border-radius: 50%; }

.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; }
  .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; }
  .weeks-grid { grid-template-columns: 1fr; }
  .week-card:nth-child(odd) { border-right: 0; padding-right: 0; }
  .week-card:nth-child(even) { padding-left: 0; }
  .week-card { grid-template-columns: 42px 1fr auto; padding-right: 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; }
}
