:root {
  color-scheme: dark;
  --bg: #0b0d0b;
  --panel: #121411;
  --panel-soft: #161914;
  --border: #34342d;
  --gold: #d7a95d;
  --green: #8eaf88;
  --text: #e4ded2;
  --muted: #9f9a90;
}
* { box-sizing: border-box; }
body {
  margin:0; min-height:100vh; font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
  background:radial-gradient(circle at 82% 0,#1a2019 0,transparent 32%),#0b0d0b; color:var(--text); line-height:1.62;
}
a { color:#e7bd74; }
a:focus-visible,.button:focus-visible { outline:2px solid #efc86f; outline-offset:3px; }
main { width:min(1180px,100%); margin:0 auto; padding:28px 22px 52px; }
h1,h2,h3 { line-height:1.15; }
h1,h2 { color:#eee8dc; }
.muted { color:var(--muted); font-size:13px; }
.hero-kicker,.card-kicker,.section-heading>span,.feature-card>span { color:var(--gold); text-transform:uppercase; letter-spacing:.14em; font-size:10px; font-weight:850; }
.site-address { color:#76736c; font-size:12px; letter-spacing:.05em; }
.button {
  display:inline-flex; align-items:center; justify-content:center; min-height:40px; padding:9px 14px; border:1px solid #6f5830; border-radius:8px;
  text-decoration:none; font-weight:800; font-size:13px; background:#201a10; color:#f0d397; transition:transform .12s ease,border-color .15s ease,background-color .15s ease;
}
.button:hover { transform:translateY(-1px); border-color:#9a7536; background:#292011; }
.button.primary { background:#d1a352; color:#15130f; border-color:#d1a352; }
.button.valheim-button { border-color:#557052; background:#172117; color:#b7ccb3; }
.button.subtle { border-color:#393a34; background:#141613; color:#bbb6ad; }

.landing-hero {
  position:relative; overflow:hidden; min-height:430px; display:grid; grid-template-columns:minmax(0,1.4fr) minmax(240px,.6fr); align-items:center; gap:30px;
  border:1px solid #38372f; border-radius:18px; padding:clamp(26px,5vw,56px); background:#11130f url("../assets/art/icarus-olympus.svg") center/cover no-repeat; box-shadow:0 25px 75px rgba(0,0,0,.28);
}
.landing-hero::before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(9,11,9,.98),rgba(9,11,9,.87) 56%,rgba(9,11,9,.34)); pointer-events:none; }
.landing-hero::after { content:""; position:absolute; right:0; top:0; bottom:0; width:42%; background:linear-gradient(155deg,rgba(72,106,70,.10),transparent 60%); pointer-events:none; }
.landing-hero-copy,.landing-scan { position:relative; z-index:1; }
.landing-hero h1 { margin:8px 0 13px; font-size:clamp(38px,6vw,70px); letter-spacing:-.045em; max-width:850px; }
.landing-lead { margin:0; max-width:720px; color:#b8b2a8; font-size:clamp(16px,2vw,20px); }
.landing-actions { display:flex; flex-wrap:wrap; gap:9px; margin:24px 0 13px; }
.landing-scan { align-self:end; justify-self:end; min-width:210px; margin-bottom:8px; border:1px solid rgba(255,255,255,.09); border-radius:10px; padding:9px 10px; background:rgba(10,12,10,.72); backdrop-filter:blur(5px); }
.landing-scan span,.landing-scan b { display:block; }
.landing-scan span { color:#716e67; font-size:9px; letter-spacing:.14em; }
.landing-scan b { margin-top:5px; color:#b9a377; font-size:11px; letter-spacing:.07em; }

.landing-stats { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:1px; margin:13px 0 36px; border:1px solid #30312b; border-radius:11px; overflow:hidden; background:#30312b; }
.landing-stats div { padding:14px; background:#111310; }
.landing-stats b,.landing-stats span { display:block; }
.landing-stats b { color:#ece6db; font-size:22px; }
.landing-stats span { margin-top:2px; color:#8f8b83; font-size:10px; }

.landing-section { margin:36px 0; }
.section-heading { max-width:720px; margin-bottom:14px; }
.section-heading h2 { margin:4px 0 5px; font-size:clamp(24px,3vw,34px); letter-spacing:-.025em; }
.section-heading p { margin:0; color:#99958c; }
.game-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.game-card { overflow:hidden; border:1px solid #34342d; border-radius:15px; background:#111310; }
.game-card-art { height:170px; background-position:center; background-size:cover; border-bottom:1px solid rgba(255,255,255,.06); }
.icarus-card .game-card-art { background-image:linear-gradient(0deg,rgba(11,13,11,.18),rgba(11,13,11,.05)),url("../assets/art/icarus-prometheus.svg"); }
.valheim-card .game-card-art { background-image:linear-gradient(0deg,rgba(11,13,11,.18),rgba(11,13,11,.05)),url("../assets/art/valheim-hero.svg"); }
.game-card-copy { padding:19px; }
.game-card h3 { margin:7px 0 8px; color:#eee8dd; font-size:24px; }
.game-card p { color:#aaa59c; font-size:13px; }
.valheim-card .card-kicker { color:var(--green); }
.chip-row { display:flex; flex-wrap:wrap; gap:5px; margin:13px 0; }
.chip-row span { border:1px solid rgba(255,255,255,.08); border-radius:999px; padding:4px 7px; color:#9d9990; font-size:9px; background:rgba(255,255,255,.025); }

.feature-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:9px; }
.feature-card,.info-card { border:1px solid #31322c; border-radius:12px; padding:17px; background:linear-gradient(145deg,rgba(215,169,93,.055),#111310 58%); }
.feature-card { min-height:175px; }
.feature-card h3 { margin:8px 0; color:#e6e0d5; font-size:17px; }
.feature-card p,.info-card p { color:#9f9a91; font-size:12px; }
.feature-world { background:linear-gradient(145deg,rgba(117,151,111,.10),#111310 58%); }
.feature-world>span { color:var(--green); }
.landing-info-grid { display:grid; grid-template-columns:1.2fr 1fr 1fr; gap:10px; margin:36px 0 20px; }
.info-card h2 { margin:6px 0 8px; font-size:20px; }
.notice { border-left:3px solid #ad8748; background:#18160f; padding:10px 11px; border-radius:7px; margin-top:13px; color:#aaa499; font-size:11px; }
code { background:#181a18; border:1px solid #30322e; border-radius:5px; padding:2px 5px; color:#e7c77e; }
footer { margin-top:26px; border-top:1px solid #292b27; padding:19px 4px 0; color:#817e77; font-size:11px; text-align:center; }
.footer-links { display:flex; justify-content:center; flex-wrap:wrap; gap:14px; margin-bottom:8px; }
.footer-links a { color:#aaa59b; }

/* Privacy and terms keep the same lightweight public-page shell. */
body:not(.landing-page) header { border-bottom:1px solid var(--border); background:linear-gradient(to right,#171813,#24251d); padding:18px 22px; }
body:not(.landing-page) header h1 { margin:0; color:var(--gold); font-size:24px; }
body:not(.landing-page) header p { margin:4px 0 0; color:var(--muted); }
body:not(.landing-page) main { width:min(920px,100%); }
body:not(.landing-page) .hero { border:1px solid var(--border); border-radius:14px; background:linear-gradient(145deg,#171915,#111210); padding:22px; }
body:not(.landing-page) .hero h1 { color:var(--gold); margin:0 0 8px; font-size:clamp(30px,5vw,44px); }
body:not(.landing-page) h2 { color:var(--gold); margin-top:28px; font-size:20px; }
body:not(.landing-page) .grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:11px; margin:18px 0; }
body:not(.landing-page) .card,body:not(.landing-page) .box { border:1px solid #302f28; border-radius:11px; background:#121411; padding:14px; }
body:not(.landing-page) .card h3 { color:#e8cf97; margin:0 0 6px; }
body:not(.landing-page) ul { padding-left:22px; }

@media (max-width:900px) {
  .landing-hero { grid-template-columns:1fr; min-height:390px; }
  .landing-scan { justify-self:start; }
  .landing-stats { grid-template-columns:repeat(3,1fr); }
  .game-grid,.landing-info-grid { grid-template-columns:1fr; }
  .feature-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:600px) {
  main { padding:15px 13px 36px; }
  .landing-hero { padding:24px 18px; min-height:420px; border-radius:14px; }
  .landing-hero::before { background:linear-gradient(90deg,rgba(9,11,9,.98),rgba(9,11,9,.83)); }
  .landing-actions .button { flex:1 1 calc(50% - 6px); }
  .landing-actions .button.subtle { flex-basis:100%; }
  .landing-stats { grid-template-columns:1fr 1fr; }
  .landing-stats div:last-child { grid-column:1/-1; }
  .feature-grid { grid-template-columns:1fr; }
  .game-card-art { height:135px; }
}
@media (prefers-reduced-motion:reduce) { .button { transition:none; } .button:hover { transform:none; } }
