
:root{
  --navy:#061426; --navy2:#0a1d34; --gold:#d5a34e; --gold2:#f0c875;
  --cream:#f5efe4; --paper:#fffaf0; --burgundy:#8c2931; --ink:#172235;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--navy);color:white;line-height:1.6}
img{max-width:100%;display:block} a{color:inherit;text-decoration:none}
.site-header{height:86px;display:flex;align-items:center;gap:36px;padding:0 5vw;border-bottom:1px solid rgba(213,163,78,.2);position:sticky;top:0;z-index:20;background:rgba(6,20,38,.94);backdrop-filter:blur(12px)}
.brand{display:flex;align-items:center;gap:12px;margin-right:auto;font-family:Georgia,serif;letter-spacing:.04em}
.brand img{width:54px;height:54px;object-fit:cover;border-radius:50%}
.site-header nav{display:flex;gap:28px;font-size:.92rem;color:#ead9b8}
.site-header nav a:hover{color:var(--gold2)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid var(--gold);background:var(--gold);color:#081526;font-weight:700;letter-spacing:.02em;border-radius:4px;transition:.2s}
.btn:hover{transform:translateY(-1px);filter:brightness(1.05)}
.btn-small{min-height:40px;padding:0 16px;font-size:.9rem}
.btn-ghost{background:transparent;color:#f3dfb8}
.hero{min-height:690px;display:grid;grid-template-columns:1fr 1.15fr;gap:5vw;align-items:center;padding:72px 5vw 84px;background:
radial-gradient(circle at 87% 14%,rgba(213,163,78,.13),transparent 24%),
radial-gradient(circle at 20% 15%,rgba(112,138,183,.08),transparent 28%),var(--navy)}
.hero-copy{max-width:680px}
.eyebrow{font-size:.78rem;letter-spacing:.2em;font-weight:800;color:var(--gold2);margin:0 0 16px}
.eyebrow.dark{color:#966a27}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.08}
h1{font-size:clamp(3rem,5.4vw,6.3rem);margin:0 0 24px;letter-spacing:-.035em}
h2{font-size:clamp(2.2rem,3.7vw,4.3rem);margin:0 0 20px;letter-spacing:-.025em}
h3{font-size:1.35rem}
.lead{font-size:clamp(1.05rem,1.4vw,1.3rem);max-width:610px;color:#d9e0e9}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.launch-note{font-size:.82rem;color:#8797aa;margin-top:22px}
.hero-visual{position:relative;padding:18px;border:1px solid rgba(213,163,78,.3);background:linear-gradient(145deg,rgba(255,255,255,.03),rgba(255,255,255,.00));box-shadow:0 35px 80px rgba(0,0,0,.3)}
.hero-visual img{width:100%;aspect-ratio:1.45/1;object-fit:cover}
.visual-badge{position:absolute;right:30px;bottom:30px;padding:8px 12px;background:rgba(6,20,38,.9);border:1px solid rgba(213,163,78,.35);font-size:.74rem;color:#ead8b4}
.strip{padding:18px 5vw;border-top:1px solid rgba(213,163,78,.25);border-bottom:1px solid rgba(213,163,78,.25);background:#08192c}
.strip div{display:flex;align-items:center;justify-content:center;gap:15px;color:#e6d6b6;letter-spacing:.04em}
.strip span{color:var(--gold);font-size:1.4rem}
.section{padding:100px 5vw}
.section-light{background:var(--cream);color:var(--ink)}
.section-head{max-width:800px;margin:0 auto 54px;text-align:center}
.section-head p:last-child{color:#5d6570}
.products{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;max-width:1500px;margin:auto}
.product-card{position:relative;background:#fffaf1;border:1px solid #e3d5bd;padding:14px 14px 24px;min-width:0}
.product-card img{width:100%;aspect-ratio:4/3;object-fit:cover;margin-bottom:18px}
.product-card .num{display:inline-block;color:#9b6d27;font-size:.72rem;letter-spacing:.12em;font-weight:800}
.product-card h3{margin:6px 0 10px}
.product-card p{font-size:.9rem;color:#62676d;margin:0}
.coin-card img{object-position:center 23%}
.story{display:grid;grid-template-columns:1fr .8fr;gap:8vw;align-items:center;background:
radial-gradient(circle at 85% 30%,rgba(140,41,49,.15),transparent 24%),var(--navy2)}
.story-copy{max-width:680px}
.story-copy>p:not(.eyebrow){color:#c9d3df;font-size:1.08rem}
.story-points{margin-top:34px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.story-points div{border-top:1px solid rgba(213,163,78,.42);padding-top:14px}
.story-points b,.story-points span{display:block}
.story-points b{color:var(--gold2);font-family:Georgia,serif;font-size:1.05rem}
.story-points span{color:#91a0b1;font-size:.82rem;margin-top:4px}
.coin-feature{background:#efe5d6;padding:18px;color:#172235}
.coin-feature img{width:100%;aspect-ratio:1.16/1;object-fit:cover;object-position:center 26%}
.coin-feature p{font-size:.78rem;color:#6f6a64;margin:10px 2px 0}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1300px;margin:auto}
.steps article{padding:26px 24px;border-top:1px solid #ccb789;background:#fbf6ed}
.steps span{width:42px;height:42px;border-radius:50%;border:1px solid #b48439;display:grid;place-items:center;color:#8f6328;font-family:Georgia,serif}
.steps h3{margin:20px 0 10px}
.steps p{color:#636970;margin:0;font-size:.92rem}
.cta{padding:84px 5vw;display:flex;align-items:end;justify-content:space-between;gap:40px;background:
linear-gradient(100deg,rgba(140,41,49,.2),transparent 50%),#071629;border-top:1px solid rgba(213,163,78,.26)}
.cta>div{max-width:800px}.cta h2{font-size:clamp(2.3rem,4vw,4.5rem)}.cta p:not(.eyebrow){color:#c3ceda}
footer{padding:28px 5vw;display:flex;align-items:center;justify-content:space-between;gap:30px;background:#040d18;border-top:1px solid rgba(213,163,78,.2);color:#8391a1;font-size:.8rem}
.footer-brand{display:flex;align-items:center;gap:12px;color:#d9c39a}
.footer-brand img{width:44px;height:44px;border-radius:50%}.footer-brand span,.footer-brand b{display:block}
@media(max-width:1100px){
  .site-header nav{display:none}.hero{grid-template-columns:1fr;padding-top:58px}.hero-visual{max-width:900px}.products{grid-template-columns:repeat(2,1fr)}.product-card:last-child{grid-column:1/-1}.story{grid-template-columns:1fr}.coin-feature{max-width:700px}.steps{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .site-header{height:74px;padding:0 18px}.brand span{display:none}.site-header .btn-small{font-size:.78rem;padding:0 11px}
  .hero,.section{padding-left:20px;padding-right:20px}.hero{padding-top:42px;min-height:auto}.hero h1{font-size:3.2rem}.actions{display:grid}.btn{width:100%}
  .products,.steps{grid-template-columns:1fr}.product-card:last-child{grid-column:auto}.story-points{grid-template-columns:1fr}.cta{padding:64px 20px;display:block}.cta .btn{margin-top:22px}footer{padding:22px 20px;display:block}.footer-brand{margin-bottom:14px}
}
