:root { --bg:#0b0d12; --surface:#12161e; --surface-raised:#181d27; --border:#2a3140; --border-subtle:#202633; --accent:#7aa2f7; --accent-hover:#a8c0ff; --text:#edf1f7; --text-muted:#9ca8ba; --shadow:rgba(0,0,0,.28); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; min-width:320px; color:var(--text); background:var(--bg); font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; font-size:16px; line-height:1.65; }
a { color:var(--accent); text-decoration:none; } a:hover { color:var(--accent-hover); }
button,input,textarea { font:inherit; } img,video { display:block; max-width:100%; }
.site-shell { width:min(1280px,100%); margin:0 auto; }
.topbar { position:sticky; top:0; z-index:15; display:flex; align-items:center; justify-content:space-between; gap:1rem; min-height:68px; padding:0 clamp(1.25rem,4vw,3rem); background:rgba(11,13,18,.88); border-bottom:1px solid var(--border-subtle); backdrop-filter:blur(14px); }
.brand { color:var(--text); font-size:1rem; font-weight:700; letter-spacing:-.02em; } .brand-mark,.hero-pattern,.scarab-divider,.footer-symbols { display:none; }
.nav { display:flex; gap:1.5rem; align-items:center; } .nav a { color:var(--text-muted); font-size:.875rem; } .nav a:hover { color:var(--text); }
.nav-toggle { display:none; border:1px solid var(--border); border-radius:.4rem; background:var(--surface); color:var(--text); padding:.45rem .7rem; font-size:.8rem; }
.section-frame { position:relative; margin:0; border:0; } .section-frame::before,.section-frame::after { content:none; }
.hero { display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr); align-items:center; gap:clamp(2.5rem,6vw,6rem); min-height:calc(100vh - 68px); padding:clamp(5rem,11vw,9rem) clamp(1.25rem,5vw,5rem); } .hero::after { content:none; }
.hero-copy { position:relative; } .hero-copy h1 { margin:0 0 1.25rem; color:var(--text); font-size:clamp(3.25rem,7vw,6.5rem); font-weight:750; line-height:.94; letter-spacing:-.065em; text-transform:none; text-shadow:none; }
.hero-copy h2 { margin:0; color:var(--accent); font-size:clamp(1.05rem,2vw,1.3rem); font-weight:600; } .hero-copy p { color:var(--text-muted); max-width:52ch; }
.hero-copy .button-row { display:flex; flex-wrap:wrap; gap:.75rem; margin-top:1.8rem; } .hero-copy .button-row a { display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:.65rem 1rem; border:1px solid var(--accent); border-radius:.4rem; background:var(--accent); color:#0b0d12; font-size:.875rem; font-weight:650; }
.hero-copy .button-row a:hover { background:var(--accent-hover); border-color:var(--accent-hover); } .hero-copy .button-row a + a { background:transparent; color:var(--text); border-color:var(--border); } .hero-copy .button-row a + a:hover { border-color:var(--text-muted); background:var(--surface); }
.hero-media { overflow:hidden; border:1px solid var(--border); border-radius:.65rem; background:#050609; box-shadow:0 20px 50px var(--shadow); } .video-frame { padding:0; background:transparent; box-shadow:none; clip-path:none; } .video-frame video { width:100%; border:0; }
.content-section,.gallery-section { padding:clamp(4.5rem,9vw,7.5rem) clamp(1.25rem,5vw,5rem); border-top:1px solid var(--border-subtle); } .split-accent { background:var(--surface); }
.section-kicker { display:inline-block; margin-bottom:.75rem; color:var(--accent); font-size:.75rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.md-content h2,.gallery-section h2 { margin:.2rem 0 1.2rem; color:var(--text); font-size:clamp(2rem,4vw,3.6rem); font-weight:700; line-height:1.08; letter-spacing:-.045em; text-transform:none; } .md-content h3 { color:var(--text); margin:2rem 0 .45rem; font-size:1.1rem; }
.md-content p,.section-intro { max-width:72ch; color:var(--text-muted); } .md-content strong { color:var(--text); } .md-content ul { max-width:76ch; padding-left:1.25rem; } .md-content li { margin:.65rem 0; } .md-content li::marker { color:var(--accent); } .md-content blockquote { margin:2rem 0; padding:.2rem 0 .2rem 1.15rem; border-left:2px solid var(--accent); color:var(--text); }
.feature-grid > h2 { grid-column:1 / -1; } .feature-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; } .feature-grid h3 { margin:0; padding:1.25rem 1.25rem .35rem; border:1px solid var(--border); border-bottom:0; border-radius:.5rem .5rem 0 0; background:var(--surface-raised); } .feature-grid h3 + p { min-height:0; margin:0; padding:.35rem 1.25rem 1.25rem; border:1px solid var(--border); border-top:0; border-radius:0 0 .5rem .5rem; background:var(--surface-raised); }
.gallery-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; margin-top:2rem; } .gallery-card { appearance:none; overflow:hidden; padding:0; border:1px solid var(--border); border-radius:.5rem; background:var(--surface-raised); color:var(--text); cursor:zoom-in; text-align:left; } .gallery-card::after { content:none; } .gallery-card img { width:100%; aspect-ratio:16 / 9; object-fit:cover; transition:transform .25s ease; } .gallery-card span { display:block; padding:.85rem 1rem; color:var(--text-muted); font-size:.875rem; } .gallery-card:hover { border-color:var(--accent); } .gallery-card:hover img { transform:scale(1.02); filter:none; }
.faq-content h3 { padding-bottom:.65rem; border-bottom:1px solid var(--border); } .footer { padding:3rem clamp(1.25rem,5vw,5rem); border-top:1px solid var(--border-subtle); color:var(--text-muted); text-align:center; } .footer p { max-width:80ch; margin:.4rem auto; } .muted { color:#778397; font-size:.8rem; } .loading { color:var(--text-muted); }
.lightbox { max-width:min(96vw,1500px); max-height:94vh; padding:.5rem; border:1px solid var(--border); border-radius:.5rem; background:var(--surface); box-shadow:0 30px 120px rgba(0,0,0,.7); } .lightbox::backdrop { background:rgba(3,4,7,.9); } .lightbox img { max-height:88vh; } .lightbox-close { position:absolute; right:1rem; top:1rem; width:38px; height:38px; border:1px solid var(--border); border-radius:.35rem; background:rgba(11,13,18,.9); color:var(--text); cursor:pointer; font-size:1.35rem; }
@media (max-width:900px) { .hero { grid-template-columns:1fr; min-height:auto; } .feature-grid,.gallery-grid { grid-template-columns:1fr; } .nav-toggle { display:block; } .nav { display:none; position:absolute; top:calc(100% + 1px); right:1rem; left:1rem; flex-direction:column; align-items:stretch; gap:.1rem; padding:.6rem; border:1px solid var(--border); border-radius:.5rem; background:var(--surface); box-shadow:0 12px 30px var(--shadow); } .nav.open { display:flex; } .nav a { padding:.6rem .7rem; } }
@media (max-width:520px) { .topbar { padding:0 1rem; } .hero-copy h1 { font-size:3.25rem; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } * { transition:none !important; animation:none !important; } }
