:root {
  --forest: #173f35;
  --forest-deep: #0d2d26;
  --forest-soft: #285849;
  --blue: #70939c;
  --blue-soft: #dce8e9;
  --gold: #c7a46a;
  --gold-pale: #efe2ca;
  --ivory: #f6f1e8;
  --paper: #fffdf8;
  --ink: #18312c;
  --muted: #65726e;
  --line: rgba(23, 63, 53, .14);
  --shadow: 0 24px 70px rgba(20, 54, 46, .12);
  --radius: 28px;
  --sans: 'DM Sans', system-ui, sans-serif;
  --display: 'Manrope', system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ivory); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body::selection { color: #fff; background: var(--forest); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 10px 14px; color: #fff; background: var(--forest); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 14px 24px; transition: padding .35s ease; }
.nav-shell { max-width: 1240px; min-height: 72px; margin: 0 auto; padding: 8px 10px 8px 18px; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 28px; border: 1px solid transparent; border-radius: 22px; transition: background .35s ease, border-color .35s ease, box-shadow .35s ease; }
.site-header.is-scrolled { padding-top: 8px; }
.site-header.is-scrolled .nav-shell { background: rgba(255, 253, 248, .88); border-color: var(--line); box-shadow: 0 12px 40px rgba(13,45,38,.08); backdrop-filter: blur(18px); }
.brand { width: 190px; height: 58px; overflow: hidden; display: flex; align-items: center; }
.brand img, .footer-brand img { width: 100%; mix-blend-mode: multiply; }
.desktop-nav { display: flex; justify-content: center; gap: 30px; }
.desktop-nav a, .admin-link { position: relative; font-size: .85rem; font-weight: 600; color: var(--muted); }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--forest); transition: right .25s ease; }
.desktop-nav a:hover { color: var(--forest); }
.desktop-nav a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.nav-cta { padding: 12px 18px; display: inline-flex; align-items: center; gap: 12px; border-radius: 999px; color: #fff; background: var(--forest); font-size: .86rem; font-weight: 700; box-shadow: 0 10px 26px rgba(23,63,53,.17); transition: transform .25s ease, background .25s ease; }
.nav-cta:hover { background: var(--forest-soft); transform: translateY(-2px); }

.hero { min-height: 100svh; position: relative; isolation: isolate; display: grid; align-items: center; padding: 128px 24px 74px; background: radial-gradient(circle at 10% 15%, rgba(255,255,255,.9), transparent 34%), linear-gradient(135deg, #f8f4ec 0%, #edf1eb 100%); overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -2; opacity: .32; background-image: linear-gradient(rgba(23,63,53,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(23,63,53,.035) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, #000, transparent 76%); }
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); animation: orbFloat 12s ease-in-out infinite alternate; }
.hero-orb--one { width: 410px; height: 410px; left: -210px; bottom: -140px; background: rgba(112,147,156,.14); }
.hero-orb--two { width: 300px; height: 300px; right: -80px; top: 8%; background: rgba(199,164,106,.14); animation-delay: -5s; }
@keyframes orbFloat { to { transform: translate3d(25px,-35px,0) scale(1.08); } }
.hero-shell { width: 100%; max-width: 1240px; margin: auto; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(42px,7vw,100px); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; color: var(--forest-soft); text-transform: uppercase; letter-spacing: .15em; font-size: .71rem; font-weight: 800; }
.eyebrow span { width: 30px; height: 1px; background: var(--gold); }
.hero h1 { max-width: 660px; margin: 22px 0 24px; font-family: var(--display); font-size: clamp(3.1rem,5.6vw,6.1rem); line-height: .98; letter-spacing: -.065em; font-weight: 700; }
.hero h1 em, .manifesto h2 em, .final-cta h2 em { color: var(--blue); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; }
.hero-lead { max-width: 590px; margin: 0 0 32px; color: var(--muted); font-size: clamp(1rem,1.35vw,1.15rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border-radius: 999px; font-weight: 700; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button span { transition: transform .25s ease; }
.button:hover span { transform: translate(3px,-2px); }
.button--primary { color: #fff; background: var(--forest); box-shadow: 0 16px 35px rgba(23,63,53,.2); }
.button--primary:hover { transform: translateY(-3px); background: var(--forest-soft); box-shadow: 0 20px 45px rgba(23,63,53,.25); }
.button--text { min-height: auto; padding: 12px 0; color: var(--forest); border-radius: 0; border-bottom: 1px solid rgba(23,63,53,.35); }
.hero-trust { margin-top: 36px; display: flex; align-items: center; gap: 13px; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.hero-trust p { margin: 0; }
.hero-trust strong { color: var(--ink); font-weight: 700; }
.trust-mark { display: flex; }
.trust-mark span { width: 31px; height: 31px; margin-left: -8px; border: 2px solid var(--ivory); border-radius: 50%; background: var(--blue); }
.trust-mark span:first-child { margin-left: 0; background: var(--forest); }
.trust-mark span:last-child { background: var(--gold); }

.hero-visual { position: relative; min-width: 0; padding: 28px 0 36px; }
.visual-frame { position: relative; aspect-ratio: 1.1 / 1; overflow: hidden; border: 9px solid rgba(255,255,255,.72); border-radius: 48% 48% 24px 24px / 34% 34% 24px 24px; box-shadow: var(--shadow); transition: transform .25s ease-out; }
.visual-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 61% center; transform: scale(1.04); animation: imageBreathe 9s ease-in-out infinite alternate; }
@keyframes imageBreathe { to { transform: scale(1.085); } }
.image-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,37,30,.42), transparent 37%); }
.visual-caption { position: absolute; left: 28px; bottom: 23px; display: flex; align-items: center; gap: 9px; color: #fff; font-size: .8rem; font-weight: 600; letter-spacing: .02em; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: #bde1b4; box-shadow: 0 0 0 0 rgba(189,225,180,.65); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(189,225,180,0); } 100% { box-shadow: 0 0 0 0 rgba(189,225,180,0); } }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.7); border-radius: 16px; background: rgba(255,253,248,.86); box-shadow: 0 18px 50px rgba(13,45,38,.15); backdrop-filter: blur(16px); animation: cardFloat 4.5s ease-in-out infinite alternate; }
.floating-card small { display: block; color: var(--muted); font-size: .66rem; }
.floating-card strong { display: block; margin-top: 2px; color: var(--forest); font-size: .84rem; }
.floating-card--top { top: 10%; right: -28px; }
.floating-card--bottom { left: -42px; bottom: 5%; animation-delay: -2.2s; }
@keyframes cardFloat { to { transform: translateY(-9px); } }
.floating-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: var(--gold); background: var(--forest); }
.mini-ring { width: 39px; height: 39px; display: grid; place-content: center; border: 3px solid var(--blue); border-right-color: var(--gold-pale); border-radius: 50%; text-align: center; transform: rotate(-20deg); }
.mini-ring span, .mini-ring small { display: inline; color: var(--forest); font-size: .64rem; font-weight: 800; transform: rotate(20deg); }
.visual-stroke { position: absolute; z-index: -1; right: -30px; bottom: -2px; width: 64%; height: 45%; border: 1px solid rgba(23,63,53,.17); border-radius: 50%; transform: rotate(-8deg); }
.scroll-cue { position: absolute; left: 50%; bottom: 19px; display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--muted); font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue i { width: 1px; height: 28px; overflow: hidden; background: var(--line); }
.scroll-cue i::after { content: ''; display: block; width: 1px; height: 12px; background: var(--forest); animation: scrollLine 1.7s ease-in-out infinite; }
@keyframes scrollLine { from { transform: translateY(-12px); } to { transform: translateY(30px); } }

.js .hero-animate { opacity: 0; transform: translateY(24px); animation: heroIn .8s cubic-bezier(.2,.75,.25,1) forwards; }
.js .hero-animate:nth-child(2) { animation-delay: .1s; }
.js .hero-animate:nth-child(3) { animation-delay: .2s; }
.js .hero-animate:nth-child(4) { animation-delay: .3s; }
.js .hero-animate:nth-child(5) { animation-delay: .4s; }
.js .hero-visual.hero-animate { animation-delay: .18s; transform: translateY(30px) scale(.98); }
@keyframes heroIn { to { opacity: 1; transform: none; } }

.ticker { overflow: hidden; color: #fff; background: var(--forest); transform: rotate(-1deg) scale(1.02); }
.ticker-track { width: max-content; display: flex; animation: tickerMove 28s linear infinite; }
.ticker-set { display: flex; align-items: center; gap: 27px; padding: 19px 14px; white-space: nowrap; }
.ticker-set span { font-family: var(--display); font-size: .84rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.ticker-set b { color: var(--gold); font-size: .8rem; }
@keyframes tickerMove { to { transform: translateX(-50%); } }

.section-shell { max-width: 1180px; margin-inline: auto; padding-inline: 24px; }
.manifesto { padding-top: clamp(110px,13vw,180px); padding-bottom: clamp(90px,11vw,150px); }
.section-kicker { margin-bottom: 30px; }
.manifesto-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10vw; align-items: end; }
.manifesto h2, .section-heading h2, .steps-intro h2, .final-cta h2 { margin: 0; font-family: var(--display); font-size: clamp(2.4rem,4.8vw,5rem); line-height: 1.04; letter-spacing: -.055em; }
.manifesto-grid p { margin: 0 0 24px; color: var(--muted); line-height: 1.8; font-size: 1.02rem; }
.inline-link { display: inline-flex; align-items: center; gap: 15px; padding-bottom: 7px; color: var(--forest); border-bottom: 1px solid var(--forest); font-size: .86rem; font-weight: 700; }
.inline-link span { transition: transform .25s ease; }
.inline-link:hover span { transform: translateX(5px); }

.features-section { padding: clamp(90px,10vw,140px) 0; background: var(--paper); }
.section-heading { margin-bottom: 55px; display: grid; grid-template-columns: 1fr 360px; align-items: end; gap: 70px; }
.section-heading p { margin: 0; color: var(--muted); line-height: 1.75; }
.bento-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; }
.bento-card { min-height: 360px; position: relative; overflow: hidden; padding: 27px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: var(--radius); background: #f5f1e9; transition: transform .35s ease, box-shadow .35s ease; }
.bento-card:hover { transform: translateY(-6px); box-shadow: 0 22px 55px rgba(23,63,53,.1); }
.bento-card--campaigns { grid-column: span 7; color: #fff; background: var(--forest); }
.bento-card--academy { grid-column: span 5; background: #dbe6e7; }
.bento-card--calendar { grid-column: span 4; }
.bento-card--goals { grid-column: span 4; background: #e9dcc4; }
.bento-card--rewards { grid-column: span 4; color: #fff; background: #6e8f98; }
.card-number { position: absolute; top: 22px; right: 25px; opacity: .55; font-family: var(--display); font-size: .7rem; letter-spacing: .1em; }
.feature-symbol { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--display); font-size: 1rem; }
.card-copy { position: relative; z-index: 2; max-width: 440px; }
.card-copy > span { display: block; margin-bottom: 9px; opacity: .64; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.card-copy h3 { margin: 0 0 11px; font-family: var(--display); font-size: clamp(1.45rem,2.3vw,2.15rem); letter-spacing: -.035em; }
.card-copy p { max-width: 410px; margin: 0; opacity: .73; line-height: 1.65; font-size: .9rem; }
.campaign-visual { position: absolute; top: 26px; right: 80px; width: 180px; height: 125px; opacity: .75; }
.campaign-visual i { position: absolute; bottom: 0; width: 35px; border-radius: 12px 12px 4px 4px; background: rgba(255,255,255,.15); }
.campaign-visual i:nth-child(1) { left: 0; height: 44px; }.campaign-visual i:nth-child(2) { left: 49px; height: 78px; }.campaign-visual i:nth-child(3) { left: 98px; height: 112px; background: var(--gold); }
.campaign-visual span { position: absolute; right: 0; top: 0; padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.12); font-size: .62rem; }
.academy-lines { position: absolute; right: 25px; bottom: 28px; width: 100px; display: grid; gap: 8px; }
.academy-lines span { height: 7px; border-radius: 9px; background: rgba(23,63,53,.16); }.academy-lines span:nth-child(2) { width: 68%; }.academy-lines span:nth-child(3) { width: 84%; }
.date-chips { position: absolute; right: 22px; top: 92px; display: flex; gap: 5px; }
.date-chips span { width: 28px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); font-size: .65rem; }.date-chips .active { color: #fff; background: var(--forest); transform: translateY(-5px); }
.goal-rings { position: absolute; right: 25px; top: 84px; text-align: center; }.goal-rings > div { width: 80px; height: 80px; padding: 8px; border: 8px solid rgba(23,63,53,.12); border-right-color: var(--forest); border-radius: 50%; transform: rotate(-28deg); }.goal-rings span { display: block; width: 100%; height: 100%; border: 1px solid rgba(23,63,53,.18); border-radius: 50%; }.goal-rings strong { display: block; margin-top: 9px; color: var(--forest); font-size: .62rem; }
.sparkles { position: absolute; right: 28px; top: 75px; width: 110px; height: 110px; }.sparkles i { position: absolute; color: var(--gold-pale); font-style: normal; animation: sparkle 2.5s ease-in-out infinite alternate; }.sparkles i:nth-child(1) { left: 5px; top: 8px; font-size: 2rem; }.sparkles i:nth-child(2) { right: 3px; top: 35px; font-size: 1.4rem; animation-delay: -.8s; }.sparkles i:nth-child(3) { left: 43px; bottom: 0; }.sparkles i:nth-child(4) { left: 55px; top: 20px; font-size: 2rem; }
@keyframes sparkle { to { transform: rotate(20deg) scale(1.18); opacity: .55; } }

.steps-section { padding: clamp(95px,11vw,155px) 0; color: #fff; background: var(--forest-deep); }
.steps-shell { display: grid; grid-template-columns:.8fr 1.2fr; gap: clamp(60px,10vw,140px); align-items: start; }
.section-kicker--light { color: var(--gold-pale); }
.steps-intro { position: sticky; top: 135px; }
.steps-intro h2 { font-size: clamp(2.4rem,4vw,4.5rem); }
.steps-intro p { max-width: 430px; margin: 25px 0 0; color: rgba(255,255,255,.58); line-height: 1.75; }
.steps-list { margin: 0; padding: 0; list-style: none; counter-reset: none; }
.steps-list li { padding: 34px 0; display: grid; grid-template-columns:64px 1fr; gap: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.steps-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.steps-list > li > span { color: var(--gold); font-family: var(--display); font-size: .72rem; letter-spacing: .12em; }
.steps-list h3 { margin: 0 0 9px; font-family: var(--display); font-size: 1.35rem; }
.steps-list p { margin: 0; color: rgba(255,255,255,.56); line-height: 1.65; }

.final-cta { position: relative; isolation: isolate; overflow: hidden; margin-top: 110px; margin-bottom: 110px; padding: clamp(65px,9vw,105px) 30px; text-align: center; color: #fff; border-radius: 40px; background: var(--forest); }
.final-cta::before { content: ''; position: absolute; inset: 16px; z-index: -1; border: 1px solid rgba(255,255,255,.13); border-radius: 29px; }
.cta-glow { position: absolute; z-index: -2; width: 450px; height: 450px; top: -270px; left: 50%; border-radius: 50%; background: rgba(199,164,106,.28); filter: blur(20px); transform: translateX(-50%); }
.final-cta .section-kicker { justify-content: center; }
.final-cta h2 { margin-bottom: 20px; }
.final-cta p { margin: 0 0 30px; color: rgba(255,255,255,.64); }
.button--light { color: var(--forest); background: var(--paper); box-shadow: 0 15px 35px rgba(0,0,0,.18); }.button--light:hover { transform: translateY(-3px); }

.site-footer { padding: 0 24px 36px; }
.footer-shell { max-width: 1180px; margin: auto; padding-top: 28px; display: grid; grid-template-columns:190px 1fr auto; align-items: center; gap: 28px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.footer-brand { width: 170px; height: 54px; overflow: hidden; display: flex; align-items: center; }
.footer-shell p { text-align: center; }
.footer-links { display: flex; align-items: center; gap: 18px; }.footer-links a:hover { color: var(--forest); }

.js .reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.bento-grid .reveal:nth-child(2), .steps-list .reveal:nth-child(2) { transition-delay: .08s; }.bento-grid .reveal:nth-child(3), .steps-list .reveal:nth-child(3) { transition-delay: .16s; }.bento-grid .reveal:nth-child(4) { transition-delay: .12s; }.bento-grid .reveal:nth-child(5) { transition-delay: .2s; }

@media (max-width: 1050px) {
  .nav-shell { grid-template-columns: 190px 1fr auto; }.desktop-nav { display: none; }
  .hero-shell { grid-template-columns: 1fr 1fr; gap: 42px; }.hero h1 { font-size: clamp(3rem,6.5vw,5rem); }
  .floating-card--top { right: -12px; }.floating-card--bottom { left: -18px; }
  .bento-card--campaigns { grid-column: span 7; }.bento-card--academy { grid-column: span 5; }.bento-card--calendar,.bento-card--goals,.bento-card--rewards { grid-column: span 4; }
}
@media (max-width: 820px) {
  .hero { min-height: auto; padding-top: 120px; }.hero-shell { grid-template-columns: 1fr; }.hero-copy { text-align: center; }.eyebrow,.hero-actions { justify-content: center; }.hero-lead { margin-inline: auto; }.hero-trust { justify-content: center; text-align: left; }.hero-visual { width: min(600px,92%); margin: auto; }.scroll-cue { display: none; }
  .manifesto-grid,.section-heading,.steps-shell { grid-template-columns:1fr; gap: 44px; }.section-heading p { max-width: 540px; }.steps-intro { position: static; }
  .bento-card--campaigns,.bento-card--academy { grid-column: span 6; }.bento-card--calendar,.bento-card--goals { grid-column: span 6; }.bento-card--rewards { grid-column: span 12; }
  .footer-shell { grid-template-columns:1fr; justify-items:center; }.footer-shell p { margin:0; }.footer-links { flex-wrap:wrap; justify-content:center; }
}
@media (max-width: 580px) {
  .site-header { padding: 8px; }.nav-shell { min-height:64px; grid-template-columns:1fr auto; padding:6px 7px 6px 12px; border-radius:16px; background:rgba(255,253,248,.88); border-color:var(--line); backdrop-filter:blur(16px); }.brand { width:145px; height:45px; }.admin-link { display:none; }.nav-actions { gap:0; }.nav-cta { padding:10px 14px; font-size:.78rem; }
  .hero { padding-inline:18px; }.hero h1 { font-size:clamp(2.65rem,14vw,4rem); }.hero-lead { font-size:.96rem; }.hero-actions { flex-direction:column; }.hero-actions .button { width:100%; max-width:320px; }.visual-frame { border-width:6px; border-radius:44% 44% 18px 18px / 28% 28% 18px 18px; }.floating-card { padding:10px 12px; }.floating-card--top { top:4%; right:-15px; }.floating-card--bottom { left:-13px; bottom:1%; }.visual-caption { left:18px; bottom:16px; }
  .manifesto,.features-section,.steps-section { padding-top:85px; padding-bottom:85px; }.manifesto h2,.section-heading h2,.steps-intro h2,.final-cta h2 { font-size:clamp(2.15rem,11vw,3.2rem); }
  .bento-grid { display:block; }.bento-card { min-height:340px; margin-bottom:14px; }.campaign-visual,.date-chips,.goal-rings,.sparkles { transform:scale(.82); transform-origin:top right; }
  .steps-list li { grid-template-columns:42px 1fr; gap:12px; }.final-cta { margin:65px 12px; padding-inline:22px; border-radius:28px; }.final-cta::before { inset:10px; border-radius:20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .js .hero-animate,.js .reveal { opacity:1; transform:none; }
}
