:root{color-scheme:dark;--bg:#0b0d0f;--surface:#15191c;--text:#f5f5f2;--muted:#b5bdc1;--accent:#e9ff65;--line:#343a3d;--shell:1200px;--gutter:clamp(1.25rem,5vw,5rem)}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:400 1rem/1.6 'DM Sans',system-ui,sans-serif}img{max-width:100%;height:auto}a{color:inherit}a:focus-visible,button:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.shell{width:min(calc(100% - 2*var(--gutter)),var(--shell));margin-inline:auto}.skip-link{position:absolute;z-index:100;top:-8rem;left:1rem;background:var(--accent);color:#10120c;padding:.7rem 1rem}.skip-link:focus{top:1rem}.site-header{height:88px;display:flex;align-items:center;border-bottom:1px solid #ffffff1d;background:#0b0d0ff2;position:relative;z-index:20}.header-inner{display:flex;justify-content:space-between;align-items:center;gap:2rem}.brand a{display:inline-flex;align-items:center;gap:.65rem;text-decoration:none;font:800 1.7rem/1 'Barlow Condensed',Impact,sans-serif;letter-spacing:.075em}.brand img{display:block;width:48px;height:48px;object-fit:contain}.custom-logo-link img{width:auto;max-width:180px;max-height:62px}.nav-list{list-style:none;display:flex;align-items:center;gap:clamp(1.5rem,3vw,3rem);margin:0;padding:0}.nav-list a{font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none}.nav-list a:hover{color:var(--accent)}.menu-toggle{display:none}.hero{position:relative;isolation:isolate;min-height:min(780px,calc(100svh - 88px));display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--line);background:radial-gradient(circle at 80% 55%,#292f31 0,transparent 36%),linear-gradient(125deg,#111619,#080a0b 75%)}.hero__media,.hero__pattern{position:absolute;inset:0;z-index:-1}.hero__image{width:100%;height:100%;object-fit:cover;opacity:.43}.hero__media::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#0b0d0fe8 0%,#0b0d0f8f 57%,#0b0d0f22 100%)}.hero__pattern{background:repeating-linear-gradient(125deg,transparent 0 75px,#ffffff06 76px 77px);mask-image:linear-gradient(90deg,transparent 30%,black)}.hero__inner{padding-block:clamp(5rem,9vw,9rem);position:relative}.eyebrow,.section-label{color:var(--accent);font-size:.78rem;font-weight:700;letter-spacing:.2em;line-height:1.4}.eyebrow{display:flex;align-items:center;gap:1rem;margin:0 0 2rem}.eyebrow__line{width:40px;height:2px;background:var(--accent)}h1,h2{font-family:'Barlow Condensed',Impact,'Arial Narrow',sans-serif;letter-spacing:.012em;text-transform:uppercase}h1{max-width:950px;margin:0;font-size:clamp(4.1rem,9.6vw,9.8rem);line-height:.88;font-weight:800;text-wrap:balance}h2{font-size:clamp(3rem,6vw,6rem);line-height:.95;margin:.8rem 0 0}.hero__intro{max-width:540px;margin:2rem 0 2.4rem;color:#e0e4e3;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.65}.button{display:inline-flex;gap:3rem;align-items:center;justify-content:space-between;min-height:56px;background:var(--accent);color:#10130a;padding:0 1.25rem;font-weight:700;text-decoration:none}.button:hover{background:#fff}.button span{font-size:1.4rem;font-weight:400}.hero__index{position:absolute;bottom:2rem;right:var(--gutter);color:#bcc5c7;font-size:.75rem;letter-spacing:.18em}.intro-section{padding-block:clamp(5rem,9vw,9rem);background:var(--surface)}.intro-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2rem,7vw,8rem);align-items:center}.section-label{margin:0}.intro-copy{font-size:clamp(1.08rem,1.6vw,1.35rem);color:#d0d6d7;max-width:520px}.intro-copy p{margin:0 0 1rem}.site-footer{border-top:1px solid var(--line);padding-block:2rem}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;color:var(--muted);font-size:.875rem}.footer-inner>span:first-child{color:var(--text);font:800 1.4rem 'Barlow Condensed',sans-serif;letter-spacing:.07em}.footer-inner a{text-decoration:none}.content-area{min-height:50vh;padding-block:clamp(4rem,8vw,7rem)}.entry{max-width:760px;margin-block:0 4rem}.entry h1{font-size:clamp(3.5rem,8vw,6rem)}.entry h1 a{text-decoration:none}.entry-content{overflow-wrap:anywhere}.entry-content img{height:auto}.entry-content a{text-decoration-thickness:.08em;text-underline-offset:.2em}
@media(max-width:700px){.site-header{height:72px}.brand img{width:42px;height:42px}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:48px;height:48px;border:1px solid var(--line);background:transparent;color:var(--text);padding:12px;cursor:pointer}.menu-toggle span{width:100%;height:2px;background:currentColor}.site-nav{display:none;position:absolute;top:72px;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--line);padding:1.5rem var(--gutter)}.site-nav.is-open{display:block}.nav-list{align-items:stretch;flex-direction:column;gap:0}.nav-list a{display:block;padding:1rem 0}.hero{min-height:680px}.hero__inner{padding-block:5rem 6.5rem}h1{font-size:clamp(3.9rem,15vw,6.8rem)}.hero__index{bottom:1.5rem}.intro-grid{grid-template-columns:1fr}.footer-inner{flex-wrap:wrap}.footer-inner span:nth-child(2){order:3;flex-basis:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
