
:root {
  --ink: #0b0d10;
  --panel: #12161b;
  --panel-2: #191f26;
  --paper: #f4efe3;
  --muted: #aeb6bd;
  --line: rgba(244,239,227,.16);
  --gold: #d8b45f;
  --lime: #b7f36a;
  --red: #ff4d45;
  --blue: #5da9ff;
  --green: #0f3b2e;
  --radius: 8px;
  --shadow: 0 24px 80px rgba(0,0,0,.42);
}
* { box-sizing: border-box; }
html { background: var(--ink); color: var(--paper); scroll-behavior: smooth; }
body { margin: 0; font-family: "Albert Sans", "Segoe UI", sans-serif; color: var(--paper); background:
  linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0/72px 72px,
  radial-gradient(circle at 74% 8%, rgba(183,243,106,.14), transparent 27%),
  radial-gradient(circle at 18% 0%, rgba(216,180,95,.16), transparent 30%),
  #0b0d10; }
a { color: inherit; }
.topbar { border-bottom: 1px solid var(--line); background: rgba(11,13,16,.86); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 20; }
.topbar-inner { max-width: 1180px; margin: 0 auto; min-height: 74px; display: flex; align-items: center; gap: 24px; padding: 0 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 220px; }
.brand-mark { width: 42px; height: 42px; display:grid; place-items:center; background: conic-gradient(from 45deg, var(--gold), #704d1d, var(--lime), var(--gold)); color: #0b0d10; font-weight: 900; border-radius: 8px; box-shadow: 0 0 0 1px rgba(255,255,255,.2) inset; }
.brand strong { display:block; font-family: Georgia, serif; font-size: 22px; line-height: 1; letter-spacing: .2px; }
.brand span:last-child { display:block; color: var(--muted); font-size: 11px; margin-top: 4px; text-transform: uppercase; letter-spacing: .12em; }
.nav { display:flex; align-items:center; gap: 4px; flex: 1; justify-content: center; flex-wrap: wrap; }
.nav a { text-decoration: none; color: #dfe4e4; padding: 10px 11px; border-radius: 6px; font-size: 14px; }
.nav a:hover, .nav a[aria-current="page"] { background: rgba(244,239,227,.09); color: white; }
.age { margin-left:auto; border: 1px solid var(--gold); color: var(--gold); padding: 8px 10px; border-radius: 6px; font-weight: 800; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 22px; }
.hero { min-height: 620px; display:grid; grid-template-columns: minmax(0, 1fr) 500px; gap: 42px; align-items:center; padding: 50px 0 46px; }
.kicker { color: var(--lime); text-transform: uppercase; letter-spacing: .16em; font-weight: 900; font-size: 12px; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 7vw, 86px); line-height: .94; letter-spacing: -.03em; margin: 16px 0 20px; max-width: 860px; }
.lead { color: #d5d9d4; font-size: clamp(18px, 2.1vw, 23px); line-height: 1.5; max-width: 760px; }
.hero-actions { display:flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.btn { display:inline-flex; align-items:center; justify-content:center; min-height: 48px; padding: 0 18px; border-radius: 6px; text-decoration:none; font-weight: 900; border: 1px solid var(--line); }
.btn.primary { background: var(--lime); color: #0b0d10; border-color: transparent; }
.btn.gold { background: transparent; color: var(--gold); border-color: rgba(216,180,95,.55); }
.hero-card { position:relative; background: linear-gradient(145deg, rgba(244,239,227,.08), rgba(244,239,227,.02)); border:1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow:hidden; }
.hero-card img { display:block; width:100%; aspect-ratio: 16 / 11; object-fit: contain; background:#0b0d10; }
.badge { position:absolute; left:18px; bottom:18px; padding: 12px 14px; background: rgba(11,13,16,.86); border:1px solid var(--line); border-radius: 6px; }
.badge b { display:block; color: var(--lime); font-size: 25px; }
.section { padding: 44px 0; border-top: 1px solid var(--line); }
.section-head { display:flex; justify-content:space-between; align-items:end; gap: 24px; margin-bottom: 20px; }
h2 { font-family: Georgia, serif; font-size: clamp(30px, 4vw, 48px); margin:0; line-height:1; letter-spacing:-.02em; }
.section-head p { color: var(--muted); max-width: 520px; line-height: 1.55; margin:0; }
.feature-grid { display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.feature, .info-card { background: linear-gradient(180deg, rgba(244,239,227,.075), rgba(244,239,227,.025)); border:1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.feature small { color: var(--gold); text-transform: uppercase; letter-spacing:.12em; font-weight:900; }
.feature b { display:block; font-size: 25px; margin: 12px 0 10px; }
.feature p, .info-card p { color: var(--muted); line-height:1.6; margin:0; }
.gallery { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.shot { background: var(--panel); border:1px solid var(--line); border-radius: var(--radius); overflow:hidden; }
.shot img { width:100%; display:block; aspect-ratio: 16 / 10; object-fit: cover; }
.shot figcaption { padding: 14px 15px 16px; color: var(--muted); line-height:1.45; }
.shot strong { color: var(--paper); display:block; margin-bottom: 4px; }
.content-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.info-card h3 { margin:0 0 10px; font-size: 22px; }
.odds-board { display:grid; grid-template-columns: 1.2fr repeat(3, .8fr); gap: 8px; margin-top:18px; }
.odds-board span { background: rgba(244,239,227,.08); border:1px solid var(--line); border-radius:6px; padding:12px; color:#dce2df; }
.odds-board .odd { color: var(--lime); font-weight:900; text-align:center; }
.table { width:100%; border-collapse: collapse; overflow:hidden; border-radius: var(--radius); }
.table th, .table td { border-bottom: 1px solid var(--line); padding: 14px 12px; text-align:left; }
.table th { color: var(--gold); width: 34%; }
.footer { margin-top: 40px; padding: 36px 0 48px; border-top:1px solid var(--line); color: var(--muted); }
.footer-grid { display:grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 24px; }
.footer a { display:block; color:#d6dad7; text-decoration:none; margin: 7px 0; }
.legal { font-size: 12px; line-height:1.6; margin-top: 28px; color:#90999b; }
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-card img { aspect-ratio: 16 / 10; }
  .feature-grid, .gallery, .content-grid, .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .topbar-inner { align-items:flex-start; padding-top: 14px; padding-bottom: 14px; flex-wrap:wrap; }
  .brand { min-width: 0; }
  .nav { order: 3; justify-content:flex-start; width:100%; overflow-x:auto; flex-wrap:nowrap; padding-bottom: 4px; }
  .age { margin-left:0; }
  .hero { padding-top: 34px; }
  .feature-grid, .gallery, .content-grid, .footer-grid, .odds-board { grid-template-columns: 1fr; }
}
