*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;padding:0;transition:background .3s,color .3s}:root{--bg-primary:#faf7f2;--surface:#f1e6d8;--surface-soft:#e7d9c8;--border:#e3d9c9;--text-primary:#171a1f;--text-secondary:#5a5f66;--accent:#b68a3f;--accent-hover:#9c742f;--olive:#4f5d2f;--clay:#9c5a3c}@media (prefers-color-scheme:dark){:root{--bg-primary:#171a1f;--surface:#1e2228;--surface-soft:#252a31;--border:#2e343c;--text-primary:#f5ede2;--text-secondary:#cfc6b8;--accent:#b68a3f;--accent-hover:#9c742f;--olive:#4f5d2f;--clay:#9c5a3c}}body{background:var(--bg-primary);color:var(--text-primary);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Cantarell,sans-serif;line-height:1.6}a{color:var(--text-primary);text-decoration:none;transition:color .25s}a:hover{color:var(--accent)}button{font-family:inherit}h1,h2,h3{letter-spacing:-.015em;margin:0}h1{font-size:clamp(2.4rem,3vw,3rem);font-weight:700;line-height:1.15}h2{margin-bottom:1.5rem;font-size:clamp(2rem,3vw,2.6rem);font-weight:600;line-height:1.2}h3{margin-bottom:.75rem;font-size:1.15rem;font-weight:600;line-height:1.35}p{margin:0;font-size:1.05rem;line-height:1.75}span{line-height:inherit}.section p+p{margin-top:1.25rem}.section{padding:7rem 0}.section--tight{padding:4.5rem 0}.container{max-width:1120px;margin:0 auto;padding:0 2rem}.container--narrow{max-width:840px}.section--surface{background:var(--surface);border-top:1px solid var(--border)}.section--light{background:var(--bg-primary)}.section-header{max-width:640px;margin-bottom:3rem}.credibility-text{max-width:680px;font-size:1.15rem;line-height:1.8}.grid-2{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.text-secondary{color:var(--text-secondary);line-height:1.8}.brand{align-items:center;height:100%;display:flex}.logo{object-fit:contain;width:auto;height:80px;transition:height .3s,transform .3s;display:block}.site-header{z-index:1300;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:color-mix(in srgb,var(--surface)92%,transparent);border-bottom:1px solid var(--border);transition:-webkit-backdrop-filter .3s,backdrop-filter .3s,background .3s;position:sticky;top:0}.site-header.menu-open{-webkit-backdrop-filter:none;backdrop-filter:none}.site-header.scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:color-mix(in srgb,var(--surface)96%,transparent)}.site-header.scrolled .nav-container{height:64px}.site-header.scrolled .logo{height:60px;transform:translateY(-1px)}.nav-container{justify-content:space-between;align-items:center;max-width:1120px;height:80px;margin:0 auto;padding:0 2rem;transition:height .3s;display:flex}.nav-links{letter-spacing:.04em;align-items:center;gap:2rem;font-size:.9rem;font-weight:500;display:flex}.nav-links a{color:var(--text-primary);position:relative}.nav-links a.active{color:var(--accent)}.nav-links a.active:after{width:100%}.nav-links a:not(.cta):after{content:"";background:var(--accent);width:0%;height:1px;transition:width .25s;position:absolute;bottom:-6px;left:0}.nav-links a:not(.cta):hover:after{width:100%}.nav-links .cta{background:var(--accent);color:#faf7f2;letter-spacing:.05em;border-radius:6px;padding:.65rem 1.2rem;font-weight:600;transition:all .25s}.nav-links .cta:hover{background:var(--accent-hover);transform:translateY(-1px)}.hamburger{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;gap:5px;padding:6px;display:none}.hamburger:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hamburger span{background:var(--text-primary);width:24px;height:2px;transition:all .3s}.hamburger.active span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-overlay{background:var(--surface);z-index:1100;isolation:isolate;justify-content:center;align-items:center;transition:transform .3s;display:flex;position:fixed;inset:0;overflow-y:auto;transform:translateY(-100%)}.mobile-overlay.open{transform:translateY(0)}.mobile-nav{text-align:center;flex-direction:column;gap:2rem;font-size:1.2rem;display:flex}.mobile-nav a{color:var(--text-primary)}.mobile-nav a.active{color:var(--accent)}.mobile-nav .cta{background:var(--accent);color:#faf7f2;border-radius:8px;margin-top:1rem;padding:.9rem 1.6rem}.legal-page{padding:6rem 2rem}.legal-container{max-width:760px;margin:0 auto}.legal-page h1{border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:1rem;font-size:2rem}.legal-page h2{margin-top:3rem;margin-bottom:1rem;font-size:1.15rem;font-weight:600}.legal-page p,.legal-page li{color:var(--text-secondary);font-size:.95rem;line-height:1.65}.legal-page ul{margin:1rem 0 1rem 1.2rem;padding:0}.legal-page li+li{margin-top:.5rem}.hero{color:#f5ede2;background-color:#0000;background-image:radial-gradient(circle at 50% 40%,#b68a3f2e,#0000 55%),linear-gradient(#00000059 0%,#000000bf 60%,#000000eb 100%),url(/hero-africa.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;align-items:center;padding-top:12rem;padding-bottom:10rem;display:flex;position:relative}.hero:before{content:"";background:linear-gradient(to bottom,transparent 75%,var(--bg-primary)100%);pointer-events:none;position:absolute;inset:0}.hero:after{content:"";opacity:.035;pointer-events:none;background-image:url(https://grainy-gradients.vercel.app/noise.svg);position:absolute;inset:0}.hero-inner{z-index:2;max-width:860px;position:relative}.hero-eyebrow{text-transform:uppercase;letter-spacing:.28em;opacity:.75;color:#f5ede2bf;margin-bottom:1.8rem;font-size:.72rem;font-weight:500}.hero-title{letter-spacing:-.025em;background:linear-gradient(#f5ede2 0%,#e6d7c2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2.2rem;font-size:clamp(3.6rem,6vw,5.4rem);font-weight:700;line-height:1.02}.hero-description{color:#f5ede2e6;max-width:640px;font-size:1.35rem;line-height:1.75}.hero-beta{opacity:.65;margin-top:1.3rem;font-size:.9rem}.hero-actions{flex-wrap:wrap;gap:1.6rem;margin-top:4rem;display:flex}@media (max-width:900px){.logo{height:65px}.nav-container{height:72px}.hero{padding-top:8rem;padding-bottom:7rem}.hero-title{font-size:clamp(2.6rem,7vw,3.4rem)}.hero-description{font-size:1.15rem}.mobile-overlay{display:flex}}@media (max-width:600px){.hero-actions{flex-direction:column;align-items:flex-start}.hero-actions button{width:100%}}.hero-stats{opacity:.9;flex-wrap:wrap;align-items:center;gap:4rem;margin-top:5rem;display:flex}.hero-stat{flex-direction:column;gap:.5rem;display:flex}.hero-stat:not(:last-child):after{content:"";background:#f5ede226;width:1px;height:80%;position:absolute;top:10%;right:-2rem}.hero-stat{position:relative}.hero-stat-value{letter-spacing:-.02em;color:#f5ede2;font-size:1.6rem;font-weight:600}.hero-stat-label{letter-spacing:.2em;text-transform:uppercase;color:#f5ede299;font-size:.75rem}.anticipation-intro{max-width:640px;margin-top:1.5rem}.anticipation-flow{grid-template-columns:repeat(3,1fr);gap:3rem;margin:4rem 0 0;padding:0;list-style:none;display:grid}.flow-step{position:relative}.flow-number{letter-spacing:.2em;color:var(--accent);margin-bottom:1rem;font-size:.9rem;font-weight:600;display:inline-block}.flow-step h3{margin-bottom:1rem}@media (max-width:900px){.anticipation-flow{grid-template-columns:1fr;gap:3rem}}.story{position:relative}.story:after{content:"";background:var(--border);opacity:.4;width:100%;height:1px;position:absolute;bottom:-1px;left:0}.story-eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--accent);opacity:.8;margin-bottom:1.5rem;font-size:.75rem}.story h2{max-width:480px}.features-eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--accent);opacity:.8;margin-bottom:1.5rem;font-size:.75rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;margin:4rem 0 0;padding:0;list-style:none;display:grid}.feature-card{background:var(--surface-soft);border-radius:22px;padding:2.5rem;transition:transform .25s,box-shadow .25s}.feature-card h3{margin-bottom:1rem;font-weight:600}.feature-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px #00000014}.feature-card--featured{background:var(--surface);border:1px solid var(--border);grid-column:span 2;padding:3rem}@media (max-width:900px){.features-grid{grid-template-columns:1fr}.feature-card--featured{grid-column:span 1}}.purpose{text-align:center;position:relative}.purpose:before{content:"";background:var(--accent);opacity:.6;width:60px;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%)}.purpose-header{max-width:720px;margin:0 auto}.purpose-eyebrow{text-transform:uppercase;letter-spacing:.22em;color:var(--accent);opacity:.8;margin-bottom:1.8rem;font-size:.75rem}.purpose-title{margin-bottom:2rem;font-size:clamp(2.2rem,3vw,2.8rem);line-height:1.25}.purpose-text{max-width:680px;margin:0 auto;font-size:1.25rem;line-height:1.8}.audience-eyebrow{text-transform:uppercase;letter-spacing:.22em;color:var(--accent);opacity:.8;margin-bottom:1.5rem;font-size:.75rem}.audience-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin:4rem 0 0;padding:0;list-style:none;display:grid}.audience-card{background:var(--surface-soft);text-align:center;letter-spacing:.02em;border-radius:26px;justify-content:center;align-items:center;min-height:140px;padding:3rem;font-size:1.2rem;font-weight:500;transition:transform .25s,box-shadow .25s;display:flex}.audience-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px #00000014}@media (max-width:900px){.audience-grid{grid-template-columns:1fr}}.beta-access{text-align:center}.section-header{margin-left:auto;margin-right:auto}.cta-description{margin-top:1.5rem}.beta-form{flex-direction:column;gap:1.5rem;width:100%;margin-top:3rem;display:flex}.form-field{text-align:left;flex-direction:column;gap:.5rem;display:flex}.form-field label{color:var(--text-primary);font-size:.9rem;font-weight:500}.beta-form input{border:1px solid var(--border);background:var(--surface-soft);border-radius:12px;outline:none;width:100%;padding:1rem 1.2rem;font-size:1rem;transition:border-color .2s}.beta-form input:focus{border-color:var(--accent)}.beta-form .btn-primary{width:100%;margin-top:.5rem}.btn-primary{background:linear-gradient(135deg,var(--accent),#c9a45c);color:#faf7f2;letter-spacing:.06em;cursor:pointer;border:none;border-radius:16px;padding:1.1rem 2rem;font-size:1rem;font-weight:600;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #b68a3f59,inset 0 0 0 1px #ffffff26}.btn-primary:before{content:"";background:linear-gradient(120deg,#0000 0%,#ffffff59 50%,#0000 100%);width:120%;height:100%;position:absolute;top:0;left:-120%;transform:skew(-20deg)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 18px 50px #b68a3f73,inset 0 0 0 1px #fff3}.btn-primary:hover:before{animation:1.2s forwards goldShimmer}@keyframes goldShimmer{0%{left:-120%}to{left:140%}}.btn-ghost{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#f5ede2;background:#ffffff0f;border:1px solid #f5ede266;border-radius:16px;padding:1.1rem 2rem;font-size:1rem;transition:all .25s}.btn-ghost:hover{border-color:var(--accent);color:var(--accent);background:#b68a3f14}.btn-store{border:1.5px solid var(--border);color:var(--text-secondary);cursor:not-allowed;opacity:.75;background:0 0;border-radius:14px;padding:.9rem 1.6rem;font-size:1rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.cta-inner{text-align:center}.cta-description{margin-bottom:2.5rem}@media (max-width:900px){.hero-stats{gap:2.5rem}.hero-stat:not(:last-child):after,.nav-links{display:none}.hamburger{display:flex}.grid-2{grid-template-columns:1fr;gap:3rem}.features-grid{grid-template-columns:1fr}.feature-0{grid-column:span 1}}@media (prefers-color-scheme:dark){.site-header{background:#171a1fd9}.nav-links .cta{box-shadow:0 2px 8px #00000059}.feature-card{box-shadow:0 10px 28px #00000059}.purpose-text{color:#f5ede2d9}}@media (prefers-reduced-motion:reduce){*{transition:none!important}}
