:root{
  --forest-950:#03110c;
  --forest-900:#061812;
  --forest-800:#0a241b;
  --forest-700:#12362b;
  --gold:#d8b35c;
  --gold-light:#f0d58e;
  --cream:#f5f0e5;
  --paper:#fbfaf7;
  --white:#ffffff;
  --ink:#18211d;
  --muted:#66716b;
  --line:rgba(10,36,27,.14);
  --shadow:0 30px 90px rgba(3,17,12,.14);
  --container:1320px;
  --heading:Georgia,"Times New Roman",serif;
  --body:Arial,Helvetica,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--white);font-family:var(--body);line-height:1.72}
img,video{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(calc(100% - 48px),var(--container));margin-inline:auto}
.section{padding:118px 0}
h1,h2,h3,p,blockquote{margin-top:0}
h1,h2,h3{font-family:var(--heading)}
h2{margin-bottom:0;font-size:clamp(43px,5vw,72px);line-height:1.02;letter-spacing:-.04em}
h3{font-size:28px;line-height:1.18}
.section-label,.eyebrow{margin:0 0 18px;color:var(--gold);font-size:12px;font-weight:900;letter-spacing:.24em;text-transform:uppercase}
.skip-link{position:fixed;left:16px;top:-100px;z-index:9999;padding:12px 18px;color:var(--forest-950);background:var(--gold);font-weight:800}
.skip-link:focus{top:16px}

/* Header */
.site-header{position:sticky;top:0;z-index:1000;background:rgba(3,17,12,.97);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08)}
.header-inner{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{width:245px;flex:0 0 auto}
.brand-logo{width:235px;height:70px;object-fit:contain;object-position:left center}
.main-navigation ul{display:flex;align-items:center;gap:30px;margin:0;padding:0;list-style:none}
.main-navigation a{position:relative;color:rgba(255,255,255,.9);font-size:14px;font-weight:800}
.main-navigation a:not(.nav-contact)::after{content:"";position:absolute;left:50%;bottom:-13px;width:5px;height:5px;border-radius:50%;background:var(--gold);opacity:0;transform:translateX(-50%)}
.main-navigation a:hover::after,.main-navigation a.active::after{opacity:1}
.nav-contact{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:1px solid rgba(255,255,255,.42);border-radius:999px}
.menu-button{display:none;width:46px;height:46px;padding:10px;border:1px solid rgba(255,255,255,.25);border-radius:12px;background:transparent}
.menu-button span{display:block;height:2px;margin:5px 0;background:#fff}

/* Hero */
.story-hero{position:relative;overflow:hidden;padding:145px 0 130px;color:#fff;background:
radial-gradient(circle at 78% 28%,rgba(216,179,92,.15),transparent 25%),
linear-gradient(135deg,var(--forest-950),var(--forest-800))}
.story-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,black,transparent)}
.hero-orbit{position:absolute;border:1px solid rgba(216,179,92,.2);border-radius:50%}
.hero-orbit-one{width:660px;height:660px;right:-150px;top:-120px}
.hero-orbit-two{width:390px;height:390px;right:30px;top:20px}
.story-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.25fr .55fr;gap:90px;align-items:end}
.hero-copy{max-width:840px}
.story-hero h1{margin-bottom:26px;font-size:clamp(72px,8.5vw,132px);line-height:.83;letter-spacing:-.055em}
.hero-lead{max-width:780px;margin-bottom:24px;color:var(--gold-light);font-family:var(--heading);font-size:clamp(25px,2.3vw,38px);line-height:1.3}
.hero-text{max-width:720px;margin-bottom:35px;color:rgba(255,255,255,.72);font-size:18px}
.hero-actions{display:flex;flex-wrap:wrap;gap:15px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 29px;border-radius:999px;font-weight:900;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}
.button:hover{transform:translateY(-2px)}
.button-gold{color:var(--forest-950);background:var(--gold);box-shadow:0 14px 40px rgba(216,179,92,.22)}
.button-outline{color:#fff;border:1px solid rgba(255,255,255,.42)}
.button-light-outline{color:#fff;border:1px solid rgba(255,255,255,.38)}
.hero-note{padding:34px;border:1px solid rgba(255,255,255,.14);border-radius:30px;background:rgba(255,255,255,.06);backdrop-filter:blur(12px)}
.hero-note-number{display:block;color:var(--gold);font-family:var(--heading);font-size:72px;line-height:1}
.hero-note strong{display:block;margin:12px 0;color:#fff;font-family:var(--heading);font-size:25px;line-height:1.28}
.hero-note p{margin-bottom:0;color:rgba(255,255,255,.62);font-size:14px}

/* Video story */
.video-story-section{background:var(--paper)}
.section-heading{max-width:850px;margin-bottom:62px}
.video-story-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:72px;align-items:center}
.video-shell{position:relative;padding:16px;border-radius:36px;background:var(--forest-900);box-shadow:var(--shadow)}
.video-label{position:absolute;z-index:2;left:34px;top:34px;display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;color:#fff;background:rgba(3,17,12,.74);backdrop-filter:blur(12px);font-size:12px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
.live-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 6px rgba(216,179,92,.16)}
.video-shell video{width:100%;max-height:730px;aspect-ratio:9/12;object-fit:cover;border-radius:24px;background:#000}
.video-caption{display:flex;gap:18px;align-items:flex-start;padding:20px 10px 6px;color:rgba(255,255,255,.65)}
.video-caption span{flex:0 0 auto;color:var(--gold);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.video-caption p{margin:0;font-size:13px}
.story-copy{max-width:610px}
.story-copy p{color:var(--muted);font-size:17px}
.story-copy .large-copy{color:var(--forest-700);font-family:var(--heading);font-size:30px;line-height:1.42}
.story-copy blockquote{position:relative;margin:36px 0 0;padding:30px 32px 30px 54px;border-left:4px solid var(--gold);border-radius:0 24px 24px 0;color:var(--forest-800);background:var(--cream);font-family:var(--heading);font-size:23px;line-height:1.45}
.story-copy blockquote::before{content:"“";position:absolute;left:20px;top:10px;color:var(--gold);font-size:60px;line-height:1}

/* Trust */
.trust-section{color:#fff;background:var(--forest-800)}
.trust-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:85px;align-items:start}
.trust-intro{position:sticky;top:135px}
.trust-intro h2{margin-bottom:28px}
.trust-intro p:not(.section-label){color:rgba(255,255,255,.65);font-size:17px}
.text-link{display:inline-flex;margin-top:18px;color:var(--gold);font-weight:900}
.trust-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.trust-card{min-height:285px;padding:34px;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:rgba(255,255,255,.055)}
.card-index{color:var(--gold);font-size:12px;font-weight:900}
.trust-card h3{margin:48px 0 14px;color:#fff}
.trust-card p{margin-bottom:0;color:rgba(255,255,255,.62)}

/* Raised */
.raised-section{background:var(--cream)}
.section-intro{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:end;margin-bottom:62px}
.section-intro>p{margin-bottom:4px;color:var(--muted);font-size:17px}
.standards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.standard-card{min-height:330px;padding:34px;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 18px 50px rgba(3,17,12,.07)}
.standard-icon{display:grid;place-items:center;width:58px;height:58px;margin-bottom:42px;border-radius:18px;color:var(--forest-950);background:var(--gold);font-size:12px;font-weight:900}
.standard-card h3{margin-bottom:15px}
.standard-card p{margin-bottom:0;color:var(--muted)}

/* Difference */
.difference-section{padding:120px 0;background:var(--paper)}
.difference-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}
.difference-copy>p:not(.section-label){max-width:720px;color:var(--muted);font-size:17px}
.support-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.support-tags span{padding:10px 15px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:12px;font-weight:800}
.promise-card{padding:55px;border-radius:34px;color:#fff;background:linear-gradient(145deg,var(--forest-900),var(--forest-700));box-shadow:var(--shadow)}
.promise-small{color:var(--gold);font-size:11px;font-weight:900;letter-spacing:.2em;text-transform:uppercase}
.promise-card h3{font-size:clamp(34px,3vw,50px)}
.promise-card>p:not(.promise-small){color:rgba(255,255,255,.67)}
.promise-card .button{margin-top:18px}

/* Journey */
.centered{max-width:800px;margin-inline:auto;text-align:center}
.centered>p:last-child{max-width:680px;margin:20px auto 0;color:var(--muted)}
.journey-timeline{position:relative;max-width:980px;margin:70px auto 0}
.journey-timeline::before{content:"";position:absolute;left:34px;top:16px;bottom:16px;width:1px;background:linear-gradient(var(--gold),rgba(216,179,92,.14))}
.journey-step{position:relative;display:grid;grid-template-columns:70px 1fr;gap:28px;padding:0 0 52px}
.journey-step:last-child{padding-bottom:0}
.journey-step>span{position:relative;z-index:1;display:grid;place-items:center;width:70px;height:70px;border:8px solid #fff;border-radius:50%;color:var(--forest-950);background:var(--gold);font-size:12px;font-weight:900;box-shadow:0 10px 35px rgba(3,17,12,.12)}
.journey-step>div{padding:25px 30px;border:1px solid var(--line);border-radius:24px;background:var(--paper)}
.journey-step h3{margin-bottom:8px}
.journey-step p{margin-bottom:0;color:var(--muted)}

/* Community */
.community-section{padding:105px 0;color:#fff;background:
linear-gradient(115deg,rgba(3,17,12,.97),rgba(10,36,27,.9)),
url("../images/about/our-story-video-poster.jpg") center 42%/cover}
.community-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}
.community-copy{max-width:760px}
.community-copy p:not(.section-label){color:rgba(255,255,255,.68);font-size:17px}
.community-actions{display:flex;flex-direction:column;gap:14px;align-items:stretch}

/* Footer */
.site-footer{padding-top:82px;color:rgba(255,255,255,.68);background:var(--forest-950)}
.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:50px;padding-bottom:60px}
.footer-logo{width:230px;margin-bottom:22px}
.footer-brand p{max-width:370px}
.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:9px}
.footer-column h3{color:#fff;font-size:22px}
.footer-column a:hover{color:var(--gold)}
.footer-email{margin-top:12px;color:var(--gold)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12)}
.footer-bottom-inner{min-height:80px;display:flex;align-items:center;justify-content:space-between;font-size:12px}
.footer-bottom-inner p{margin:0}
.footer-bottom-inner div{display:flex;gap:24px}

/* Animation */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}
.reveal.is-visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1;transform:none;transition:none}
  .button{transition:none}
}

/* Responsive */
@media(max-width:1080px){
  .menu-button{display:block}
  .main-navigation{position:absolute;top:100%;left:24px;right:24px;display:none;padding:18px;border-radius:18px;background:var(--forest-800);box-shadow:var(--shadow)}
  .main-navigation.is-open{display:block}
  .main-navigation ul{flex-direction:column;align-items:stretch;gap:0}
  .main-navigation a{display:block;padding:13px 10px}
  .main-navigation a::after{display:none}
  .story-hero-grid,.video-story-grid,.trust-grid,.difference-grid,.community-grid{grid-template-columns:1fr}
  .hero-note{max-width:520px}
  .trust-intro{position:static}
  .standards-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .video-shell{max-width:700px}
}

@media(max-width:760px){
  .container{width:min(calc(100% - 28px),var(--container))}
  .section{padding:82px 0}
  .header-inner{min-height:82px}
  .brand{width:188px}
  .brand-logo{width:185px;height:58px}
  .story-hero{padding:100px 0 90px}
  .story-hero h1{font-size:clamp(66px,22vw,92px)}
  .hero-actions,.community-actions{flex-direction:column}
  .button{width:100%}
  .hero-note{padding:28px}
  .section-heading{margin-bottom:38px}
  .video-story-grid{gap:44px}
  .video-shell{padding:10px;border-radius:26px}
  .video-shell video{max-height:610px;border-radius:18px}
  .video-label{left:24px;top:24px}
  .video-caption{display:block}
  .video-caption span{display:block;margin-bottom:6px}
  .story-copy .large-copy{font-size:25px}
  .story-copy blockquote{padding:28px 24px 28px 44px;font-size:20px}
  .trust-cards,.standards-grid,.section-intro,.footer-grid{grid-template-columns:1fr}
  .section-intro{gap:26px}
  .trust-card{min-height:auto}
  .promise-card{padding:38px 25px}
  .journey-timeline::before{left:25px}
  .journey-step{grid-template-columns:52px 1fr;gap:16px;padding-bottom:34px}
  .journey-step>span{width:52px;height:52px;border-width:6px}
  .journey-step>div{padding:22px}
  .community-section{padding:82px 0}
  .footer-bottom-inner{flex-direction:column;align-items:flex-start;padding:24px 0}
}
