/*
Theme Name: Drix
Version: 0.1.0
*/
:root{--ink:#090b12;--panel:#12151e;--line:#292533;--paper:#eee9df;--muted:#a9a3af;--gold:#d8ad64;--violet:#75607f;--red:#9d493f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.22;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E")}a{color:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.site-head{position:relative;z-index:10;border-bottom:1px solid var(--line);background:rgba(9,11,18,.88);backdrop-filter:blur(18px)}.site-head .wrap{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{text-decoration:none;font:800 1.55rem Georgia,serif;letter-spacing:.08em}.brand-mark{display:inline-grid;place-items:center;width:38px;height:38px;margin-right:.65rem;border:1px solid var(--gold);border-radius:50%;color:var(--gold)}nav{display:flex;gap:2rem;align-items:center}nav a{text-decoration:none;color:#c8c2cc;font-size:.9rem}nav a:hover{color:white}.nav-cta{border:1px solid var(--gold);border-radius:99px;padding:.7rem 1.1rem;color:var(--gold)}main{min-height:70vh}.hero{min-height:720px;display:grid;place-items:center;position:relative;overflow:hidden;background:radial-gradient(circle at 73% 45%,rgba(117,96,127,.28),transparent 34%),linear-gradient(115deg,#090b12 0%,#11131c 54%,#0a0d15 100%)}.hero:after{content:"";position:absolute;width:560px;height:560px;right:-80px;top:90px;border:1px solid rgba(216,173,100,.28);border-radius:50%;box-shadow:0 0 0 70px rgba(216,173,100,.025),0 0 0 140px rgba(216,173,100,.018)}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:5rem}.kicker,.section-kicker{text-transform:uppercase;letter-spacing:.2em;color:var(--gold);font-size:.74rem;font-weight:800}.hero h1{font:500 clamp(4rem,8vw,7.6rem)/.9 Georgia,serif;letter-spacing:-.06em;margin:.18em 0}.hero h1 em{color:var(--gold);font-weight:400}.hero-copy>p{max-width:610px;color:#bbb5c1;font-size:1.2rem;line-height:1.7}.hero-actions{display:flex;align-items:center;gap:1.5rem;margin-top:2rem}.button{display:inline-block;background:var(--gold);color:#15120f;text-decoration:none;border-radius:99px;padding:1rem 1.5rem;font-weight:800}.text-link{color:#d3ccd6;text-underline-offset:5px}.story-card{position:relative;z-index:2;background:rgba(18,21,30,.86);border:1px solid #40384a;padding:2rem;box-shadow:0 40px 100px #05060a}.story-card:before{content:"LIVE STORY";position:absolute;top:-12px;left:24px;background:var(--red);padding:.4rem .7rem;font-size:.62rem;font-weight:900;letter-spacing:.16em}.story-card p{font:1.08rem/1.75 Georgia,serif}.story-card .speaker{color:var(--gold);text-transform:uppercase;letter-spacing:.15em;font:700 .65rem Inter,sans-serif}.choice{margin-top:1.2rem;border-left:2px solid var(--violet);padding:.7rem 1rem;color:#c5bec9;font-size:.92rem}.pulse{display:inline-block;width:7px;height:7px;border-radius:50%;background:#75c991;margin-right:.4rem;box-shadow:0 0 12px #75c991}.trust-strip{border-block:1px solid var(--line);padding:1.25rem 0;color:#8f8995}.trust-strip .wrap{display:flex;justify-content:space-around;text-align:center;gap:1rem}.trust-strip b{color:#e7e1e9}.section{padding:110px 0}.section-head{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:3rem;margin-bottom:3rem}.section h2{font:500 clamp(2.8rem,6vw,5.2rem)/1 Georgia,serif;letter-spacing:-.04em;margin:.2em 0}.section-head p{color:var(--muted);line-height:1.8;font-size:1.05rem}.worlds{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.world{min-height:360px;background:var(--panel);padding:2rem;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.world:before{content:"";position:absolute;inset:0;opacity:.45;background:radial-gradient(circle at 60% 20%,var(--glow),transparent 48%)}.world>*{position:relative}.world span{color:var(--gold);font-size:.7rem;text-transform:uppercase;letter-spacing:.16em}.world h3{font:500 1.85rem Georgia,serif;margin:.5rem 0}.world p{color:var(--muted);line-height:1.55;font-size:.9rem}.how{background:#eee9df;color:#16131a}.how .section-kicker{color:#78573a}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem}.step i{display:grid;place-items:center;width:48px;height:48px;border:1px solid #a89373;border-radius:50%;font-style:normal;color:#78573a}.step h3{font:500 1.7rem Georgia,serif}.step p{color:#645e67;line-height:1.7}.cta{text-align:center;padding:130px 20px;background:radial-gradient(circle at 50% 100%,rgba(117,96,127,.35),transparent 45%)}.cta h2{font:500 clamp(3rem,7vw,6rem)/1 Georgia,serif;margin:.2em 0}.cta p{color:var(--muted);margin:1.5rem auto 2rem}.site-footer{border-top:1px solid var(--line);padding:2rem 0;color:#817b87}.site-footer .wrap{display:flex;justify-content:space-between;gap:2rem}.page-shell{padding:70px 0 120px}.menu-toggle{display:none;background:none;border:1px solid var(--line);color:white;padding:.6rem}.screen-reader-text{position:absolute;left:-9999px}@media(max-width:850px){.menu-toggle{display:block}nav{display:none;position:absolute;top:78px;left:0;right:0;background:#10131b;padding:1.5rem 20px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}nav.open{display:flex}.hero{min-height:auto;padding:90px 0}.hero-grid,.section-head{grid-template-columns:1fr}.hero-grid{gap:3rem}.hero h1{font-size:4.2rem}.story-card{margin:0}.worlds{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr;gap:2rem}.trust-strip .wrap{flex-direction:column}.section{padding:75px 0}}@media(max-width:520px){.wrap{width:min(100% - 28px,1180px)}.hero h1{font-size:3.5rem}.hero-actions{align-items:flex-start;flex-direction:column}.worlds{grid-template-columns:1fr}.world{min-height:270px}.site-footer .wrap{flex-direction:column}}
