:root {
  --black: #050505;
  --panel: #11100f;
  --panel-2: #181512;
  --line: #302820;
  --gold: #c69a58;
  --gold-soft: #e5c58d;
  --text: #f2ede5;
  --muted: #aaa197;
  --rust: #923d25;
}
* { box-sizing: border-box; }
html { min-width: 1080px; background: var(--black); }
body { margin: 0; color: var(--text); background: #050505; font-family: Inter, "Helvetica Neue", Arial, sans-serif; }
a { color: inherit; }
.shell { width: 1180px; margin: 0 auto; }
.hero { min-height: 510px; background: #050505 url("hero.png") center top / cover no-repeat; border-bottom: 1px solid #38291f; position: relative; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,2,2,.18), rgba(2,2,2,.05) 48%, rgba(2,2,2,.18)), linear-gradient(0deg, #050505 0, transparent 42%); }
.nav-wrap { position: relative; z-index: 2; border-bottom: 1px solid rgba(229,197,141,.2); background: rgba(5,5,5,.76); backdrop-filter: blur(8px); }
.nav { height: 74px; display: flex; align-items: center; gap: 24px; }
.brand { margin-right: auto; text-decoration: none; font-family: Georgia, serif; letter-spacing: .22em; font-size: 19px; font-weight: 700; }
.brand small { display: block; color: var(--muted); font-family: Inter, Arial, sans-serif; font-size: 9px; letter-spacing: .26em; margin-top: 4px; font-weight: 500; }
.nav-link { color: #d4cec5; text-decoration: none; text-transform: uppercase; font-size: 11px; letter-spacing: .13em; padding: 28px 0 25px; border-bottom: 2px solid transparent; }
.nav-link:hover, .nav-link.active { color: #fff; border-color: var(--gold); }
.nav-link.utility { color: var(--gold-soft); }
.hero-copy { position: relative; z-index: 1; width: 630px; padding-top: 120px; }
.eyebrow { color: var(--gold-soft); text-transform: uppercase; letter-spacing: .28em; font-size: 11px; font-weight: 700; }
h1 { margin: 18px 0 14px; max-width: 720px; font-family: Georgia, "Times New Roman", serif; font-size: 52px; line-height: 1.03; font-weight: 500; letter-spacing: -.02em; }
.hero-copy p { color: #d1c8bc; font-family: Georgia, serif; font-size: 18px; line-height: 1.65; max-width: 560px; }
.hero-actions { display: flex; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; min-width: 150px; min-height: 44px; align-items: center; justify-content: center; border: 1px solid var(--gold); color: #17110b; background: linear-gradient(#ddb779, #b78343); text-decoration: none; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 800; }
.button.secondary { color: #eee7dd; background: rgba(5,5,5,.72); border-color: #74624d; }
.status-bar { border-top: 1px solid #251e18; border-bottom: 1px solid #251e18; background: #0b0a09; }
.statuses { height: 88px; display: grid; grid-template-columns: repeat(4, 1fr); }
.status { display: flex; flex-direction: column; justify-content: center; padding: 0 28px; border-right: 1px solid #251e18; }
.status:first-child { border-left: 1px solid #251e18; }
.status-label { color: #766f68; text-transform: uppercase; letter-spacing: .16em; font-size: 9px; }
.status-value { margin-top: 7px; font-family: Georgia, serif; font-size: 16px; color: #ddd5cc; }
.status-value.unconfigured { color: #b27863; }
main { min-height: 520px; padding: 62px 0 86px; background: radial-gradient(circle at 50% 0, #17110d 0, #080706 44%, #050505 78%); }
.section-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 28px; }
.section-kicker { color: var(--gold); text-transform: uppercase; letter-spacing: .22em; font-size: 10px; }
h2 { margin: 8px 0 0; font-family: Georgia, serif; font-size: 34px; font-weight: 500; }
.section-note { color: var(--muted); max-width: 450px; text-align: right; line-height: 1.6; font-size: 13px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.card { min-height: 210px; padding: 28px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(28,24,20,.92), rgba(12,11,10,.98)); box-shadow: 0 14px 34px rgba(0,0,0,.22); }
.card-number { color: #765438; font-family: Georgia, serif; font-size: 13px; }
.card h3 { margin: 34px 0 12px; font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.card p { color: var(--muted); line-height: 1.65; font-size: 13px; margin: 0; }
.empty { padding: 54px; border: 1px solid var(--line); background: rgba(16,14,12,.82); text-align: center; }
.empty-mark { display: inline-flex; width: 50px; height: 50px; align-items: center; justify-content: center; border: 1px solid #5b4632; color: var(--gold); font-family: Georgia, serif; font-size: 22px; transform: rotate(45deg); }
.empty-mark span { transform: rotate(-45deg); }
.empty h3 { margin: 24px 0 8px; font-family: Georgia, serif; font-size: 24px; font-weight: 500; }
.empty p { color: var(--muted); margin: 0; line-height: 1.65; }
.facts { width: 100%; border-collapse: collapse; border: 1px solid var(--line); background: #0f0e0d; }
.facts th, .facts td { padding: 18px 20px; border-bottom: 1px solid #29231e; text-align: left; }
.facts th { width: 34%; color: #8e857b; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 600; }
.facts td { font-family: Georgia, serif; font-size: 17px; }
.events { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.event { padding: 22px; border: 1px solid var(--line); background: #100f0e; }
.event strong { display: block; font-family: Georgia, serif; font-size: 18px; font-weight: 500; }
.event span { display: block; color: #8f867d; margin-top: 10px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.notice { margin-top: 20px; padding: 16px 18px; border-left: 3px solid var(--gold); background: #15120f; color: #bdb3a8; line-height: 1.6; font-size: 13px; }
.auth-panel { width: 650px; margin: 0 auto; padding: 48px; border: 1px solid var(--line); background: #100f0e; text-align: center; }
.auth-panel .button { margin-top: 22px; }
.support-address { margin: 0 0 26px; padding: 28px; border: 1px solid #5b4632; background: linear-gradient(145deg, rgba(37,29,22,.94), rgba(13,12,11,.98)); text-align: center; }
.support-address span { display: block; color: var(--muted); text-transform: uppercase; letter-spacing: .18em; font-size: 9px; }
.support-address a { display: inline-block; margin-top: 12px; color: var(--gold-soft); font-family: Georgia, serif; font-size: 25px; text-decoration: none; }
.support-address a:hover { color: #fff; }
.support-list { margin: 16px 0 0; padding-left: 18px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.support-list li::marker { color: var(--gold); }
.card .button { margin-top: 24px; }
footer { padding: 32px 0; border-top: 1px solid #201b17; background: #050505; color: #77716b; font-size: 11px; }
.footer-row { display: flex; justify-content: space-between; align-items: center; }
.footer-brand { color: #c9c0b6; font-family: Georgia, serif; letter-spacing: .14em; }
.footer-contact { color: var(--gold-soft); text-decoration: none; }
.footer-contact:hover { color: #fff; }
