:root{--bg:#182420;--bg2:#22332d;--text:#eef2f0;--muted:#b3c3bd;--line:#3a4d46;--amber:#d1a13f;--max:1180px}
*{box-sizing:border-box}html{background:var(--bg);color-scheme:dark}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:Inter,"Segoe UI",Arial,sans-serif;display:flex;flex-direction:column}.wrap{width:min(var(--max),calc(100% - 48px));margin-inline:auto}.site-header{border-bottom:1px solid var(--line);background:#15211d}.header-inner{height:112px;display:flex;align-items:center}.brand{display:inline-flex}.brand img{display:block;width:62px;height:auto}.hero{flex:1;background:linear-gradient(120deg,var(--bg2),var(--bg));border-bottom:1px solid var(--line)}.hero-inner{min-height:570px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:80px 0;max-width:900px;margin-left:max(24px,calc((100vw - var(--max))/2));margin-right:24px}.eyebrow{margin:0 0 20px;text-transform:uppercase;letter-spacing:.14em;font-size:.82rem;font-weight:700;color:var(--amber)}h1{font-size:clamp(3rem,7vw,6.3rem);line-height:.95;letter-spacing:-.055em;margin:0 0 30px;font-weight:750}.lead{max-width:760px;margin:0;color:var(--muted);font-size:clamp(1.15rem,2vw,1.45rem);line-height:1.7}.rule{width:72px;height:2px;background:var(--amber);margin:40px 0 24px}.note{margin:0;font-size:1rem;color:var(--text);font-weight:600}footer{background:#15211d}.footer-inner{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--muted);font-size:.9rem}@media(max-width:700px){.wrap{width:min(100% - 32px,var(--max))}.header-inner{height:90px}.brand img{width:52px}.hero-inner{min-height:520px;margin:0 16px;padding:64px 0}.footer-inner{padding:25px 0;min-height:auto;align-items:flex-start;flex-direction:column;gap:8px}}
