/* ============================================================
   GOLDEN EA SITE — shared styles (Midas design language)
   ============================================================ */
:root {
  --gold: #C5A059;
  --gold-bright: #E8D5A3;
  --gold-dark: #8A6830;
  --gold-glow: rgba(197,160,89,0.25);
  --bg: #0D0905;
  --bg2: #130C06;
  --surface: #1C1208;
  --surface2: #251A0A;
  --text: #E8DDD0;
  --text-dim: #7A6A55;
  --text-muted: #4D3F2A;
  --border: rgba(197,160,89,0.14);
  --border-bright: rgba(197,160,89,0.4);
  --font-display: 'Barlow Condensed', sans-serif;
  --font-serif: 'Libre Baskerville', serif;
  --font-mono: 'Fira Code', monospace;
}

/* Aurora page — dawn-tinted golds */
body.theme-aurora {
  --gold: #D9A86C;
  --gold-bright: #F5DFB8;
  --gold-dark: #9A6E38;
  --gold-glow: rgba(217,168,108,0.28);
  --bg: #0E0906;
  --bg2: #150D07;
}

/* Midas page — deep amber cave golds */
body.theme-midas {
  --gold: #C99B3F;
  --gold-bright: #F0D88A;
  --gold-dark: #7E5E1E;
  --gold-glow: rgba(201,155,63,0.28);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg); color: var(--text);
  font-family: var(--font-mono);
  min-height: 100vh;
}
::selection { background: var(--gold-dark); color: var(--bg); }

/* ---------------- NAV ---------------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 52px;
  border-bottom: 2px solid var(--border);
  background: linear-gradient(180deg, rgba(13,9,5,0.97) 0%, rgba(13,9,5,0.82) 100%);
  backdrop-filter: blur(16px);
}
.nav-logo {
  font-family: var(--font-display); font-weight: 900; font-size: 28px;
  letter-spacing: 0.18em; text-decoration: none; text-transform: uppercase;
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold-bright) 55%, var(--gold-dark) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a {
  color: var(--text-dim); font-size: 10px; letter-spacing: 0.22em;
  text-transform: uppercase; text-decoration: none; font-weight: 500;
  transition: color 0.3s; padding: 6px 0;
}
.nav-links a:hover { color: var(--gold); }
.nav-links a.active { color: var(--gold); border-bottom: 2px solid var(--gold-dark); }
.nav-cta {
  padding: 10px 26px; border: 2px solid var(--border-bright); border-radius: 2px;
  background: none; color: var(--gold); font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase; cursor: pointer;
  text-decoration: none; transition: all 0.3s; font-weight: 500;
}
.nav-cta:hover { background: var(--gold); color: var(--bg); }
.nav-burger { display: none; }

/* ---------------- TYPO / SHARED ---------------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 14px; font-size: 9px; letter-spacing: 0.4em;
  text-transform: uppercase; color: var(--gold-dark); margin-bottom: 28px;
}
.eyebrow::before, .eyebrow::after { content: ''; display: block; width: 44px; height: 2px; background: linear-gradient(90deg, transparent, var(--gold-dark)); }
.eyebrow::after { transform: scaleX(-1); }
.eyebrow.left { justify-content: flex-start; }
.eyebrow.left::after { display: none; }

h1.hero-title {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(56px, 9vw, 124px); line-height: 0.88; letter-spacing: 0.06em;
  color: var(--text); text-transform: uppercase; margin-bottom: 14px;
}
h1.hero-title em, .gold-serif {
  font-style: italic; font-weight: 400; font-family: var(--font-serif);
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold-bright) 60%, var(--gold) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
h1.hero-title em { display: block; font-size: 0.46em; letter-spacing: 0.02em; line-height: 1.25; margin-top: 14px; }
.hero h1.hero-title { filter: drop-shadow(0 4px 22px rgba(13,9,5,0.95)) drop-shadow(0 2px 8px rgba(13,9,5,0.8)); }

h2.section-title {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(40px, 6vw, 72px); letter-spacing: 0.05em; line-height: 1;
  text-transform: uppercase; margin-bottom: 18px;
}
h2.section-title em {
  font-family: var(--font-serif); font-style: italic; font-weight: 400; text-transform: none;
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold-bright) 60%, var(--gold) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}

.lead { font-size: 12px; color: var(--text-dim); letter-spacing: 0.05em; line-height: 2.1; font-weight: 300; max-width: 620px; }

.section { position: relative; padding: 110px 52px; max-width: 1240px; margin: 0 auto; }
.section.center { text-align: center; }
.section.center .lead { margin: 0 auto; }
.divider { width: 100%; max-width: 1240px; margin: 0 auto; display: flex; align-items: center; gap: 16px; padding: 0 52px; }
.divider::before, .divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.divider span { color: var(--gold-dark); font-size: 12px; }

/* ---------------- BUTTONS ---------------- */
.btn-primary {
  display: inline-block; padding: 17px 48px;
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 50%, var(--gold-dark) 100%);
  background-size: 200% 100%; border: none; color: #0D0905;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase;
  cursor: pointer; border-radius: 2px; transition: all 0.4s; font-weight: 500; text-decoration: none;
}
.btn-primary:hover { background-position: right center; box-shadow: 0 8px 48px var(--gold-glow), 0 0 0 2px var(--gold-dark); transform: translateY(-2px); }
.btn-ghost {
  display: inline-block; padding: 17px 34px; background: none;
  border: 2px solid var(--border-bright); color: var(--text-dim);
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  cursor: pointer; border-radius: 2px; transition: all 0.3s; font-weight: 500; text-decoration: none;
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.cta-group { display: flex; gap: 18px; flex-wrap: wrap; }
.cta-group.center { justify-content: center; }

/* ---------------- HERO ---------------- */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; text-align: center; padding: 120px 24px 80px;
}
.hero-art { position: absolute; inset: 0; z-index: 0; }
.hero-art svg, .hero-art img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-fade {
  position: absolute; inset: 0; z-index: 6; pointer-events: none;
  background: linear-gradient(180deg, rgba(13,9,5,0.72) 0%, rgba(13,9,5,0.22) 24%, rgba(13,9,5,0.18) 55%, rgba(13,9,5,0.88) 87%, #0D0905 100%);
}
body.theme-midas .hero-fade {
  background: linear-gradient(180deg, rgba(13,9,5,0.78) 0%, rgba(13,9,5,0.42) 26%, rgba(13,9,5,0.5) 58%, rgba(13,9,5,0.9) 87%, #0D0905 100%);
}
.hero.align-left { justify-content: flex-start; text-align: left; }
.hero.align-left .hero-content { max-width: 640px; padding-left: clamp(0px, 6vw, 90px); }
.hero.align-left .hero-sub { margin-left: 0; margin-right: 0; color: #CBBFA8; }
.hero.align-left .cta-group, .hero.align-left .spec-line { justify-content: flex-start; }
.hero-content { position: relative; z-index: 10; max-width: 960px; }
.hero-sub { font-size: 12px; color: var(--text-dim); letter-spacing: 0.06em; line-height: 2.1; max-width: 580px; margin: 30px auto 48px; font-weight: 300; }
.hero-vignette { position: absolute; inset: 0; z-index: 5; pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 30%, rgba(13,9,5,0.55) 78%, rgba(13,9,5,0.92) 100%); }
.scroll-hint {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 10;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: var(--text-muted); font-size: 8px; letter-spacing: 0.3em; text-transform: uppercase;
  animation: bounce 2s infinite;
}
.scroll-hint::after { content: ''; width: 2px; height: 44px; background: linear-gradient(180deg, var(--gold-dark), transparent); }
@keyframes bounce { 0%,100% { transform: translate(-50%,0); } 50% { transform: translate(-50%,8px); } }

/* ---------------- CARDS ---------------- */
.card-grid { display: grid; gap: 26px; margin-top: 56px; }
.card-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.card-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.card {
  position: relative; background: linear-gradient(160deg, var(--surface) 0%, var(--bg2) 100%);
  border: 1px solid var(--border); border-radius: 3px; padding: 38px 32px;
  text-align: left; transition: border-color 0.35s, transform 0.35s, box-shadow 0.35s;
  display: flex; flex-direction: column; gap: 14px;
}
.card:hover { border-color: var(--border-bright); transform: translateY(-4px); box-shadow: 0 18px 56px rgba(0,0,0,0.5), 0 0 0 1px var(--border); }
.card .card-icon { font-size: 26px; line-height: 1; }
.card .card-art {
  width: calc(100% + 64px); margin: -38px -32px 8px; height: 200px;
  object-fit: cover; display: block; border-bottom: 1px solid var(--border);
  border-radius: 3px 3px 0 0;
}
.card h3 {
  font-family: var(--font-display); font-weight: 700; font-size: 24px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--text);
}
.card h3 em {
  display: block; font-family: var(--font-serif); font-style: italic; font-weight: 400;
  font-size: 15px; text-transform: none; letter-spacing: 0.02em; margin-top: 6px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold-bright));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.card p { font-size: 11px; color: var(--text-dim); line-height: 1.95; letter-spacing: 0.04em; font-weight: 300; flex: 1; }
.card .card-tag { font-size: 8px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold-dark); }
.card .card-link { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); text-decoration: none; }
.card .card-link:hover { color: var(--gold-bright); }

/* checklist */
.checklist { list-style: none; margin-top: 40px; display: grid; gap: 18px; text-align: left; }
.checklist li {
  display: flex; gap: 16px; align-items: baseline;
  font-size: 11.5px; color: var(--text-dim); line-height: 1.9; letter-spacing: 0.04em; font-weight: 300;
}
.checklist li::before { content: '✦'; color: var(--gold); font-size: 13px; flex-shrink: 0; }
.checklist li strong { color: var(--text); font-weight: 500; }

/* ---------------- STATS TABLE ---------------- */
.stats-table { width: 100%; border-collapse: collapse; margin-top: 30px; }
.stats-table tr { border-bottom: 1px solid var(--border); }
.stats-table td { padding: 18px 10px; font-size: 11px; letter-spacing: 0.08em; }
.stats-table td:first-child { color: var(--text-dim); text-transform: uppercase; font-size: 9.5px; letter-spacing: 0.25em; }
.stats-table td:last-child {
  text-align: right; font-family: var(--font-display); font-weight: 700; font-size: 26px;
  letter-spacing: 0.04em; color: var(--gold-bright);
}
.stat-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
.stat-card { background: linear-gradient(160deg, var(--surface) 0%, var(--bg2) 100%); border: 1px solid var(--border); border-radius: 3px; padding: 30px 22px; text-align: center; }
.stat-card .num { font-family: var(--font-display); font-weight: 900; font-size: 44px; line-height: 1;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold-bright));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat-card .lbl { font-size: 8.5px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--text-dim); margin-top: 12px; line-height: 1.8; }

/* ---------------- SUBSCRIBE ---------------- */
.subscribe-box {
  background: linear-gradient(160deg, var(--surface2) 0%, var(--bg2) 100%);
  border: 1px solid var(--border-bright); border-radius: 3px;
  padding: 64px 48px; text-align: center; margin-top: 30px;
}
.subscribe-form { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 36px; }
.subscribe-form input {
  width: min(380px, 100%); padding: 16px 20px; background: var(--bg);
  border: 2px solid var(--border-bright); border-radius: 2px; color: var(--text);
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; outline: none;
  transition: border-color 0.3s;
}
.subscribe-form input::placeholder { color: var(--text-muted); }
.subscribe-form input:focus { border-color: var(--gold); }

/* ---------------- NOTE / DISCLAIMER ---------------- */
.note-box {
  border-left: 3px solid var(--gold-dark); background: linear-gradient(90deg, rgba(197,160,89,0.07), transparent 70%);
  padding: 26px 30px; margin-top: 40px; text-align: left;
}
.note-box h4 { font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.note-box p { font-size: 11px; color: var(--text-dim); line-height: 2; letter-spacing: 0.04em; font-weight: 300; }

/* ---------------- PRODUCT EXTRAS ---------------- */
.spec-line { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 26px; }
.spec-chip {
  border: 1px solid var(--border-bright); border-radius: 2px; padding: 9px 18px;
  font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold);
  background: rgba(13,9,5,0.55); backdrop-filter: blur(6px);
}
.shot-placeholder {
  border: 2px dashed var(--border-bright); border-radius: 3px;
  display: flex; align-items: center; justify-content: center;
  min-height: 230px; color: var(--text-muted); font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  background: var(--bg2); text-align: center; padding: 20px; line-height: 2.4;
}
.shots { display: grid; gap: 22px; margin-top: 40px; }
.shot {
  border: 1px solid var(--border); border-radius: 4px; overflow: hidden;
  background: #000; box-shadow: 0 14px 44px rgba(0,0,0,0.5);
}
.shot img { width: 100%; height: auto; display: block; }
.shot .shot-cap {
  font-size: 8.5px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--text-dim);
  padding: 13px 18px; border-top: 1px solid var(--border); background: var(--surface);
  display: flex; align-items: center; gap: 10px;
}
.shot .shot-cap::before { content: '✦'; color: var(--gold); }
.num-steps { counter-reset: step; list-style: none; display: grid; gap: 34px; margin-top: 50px; text-align: left; }
.num-steps li { display: grid; grid-template-columns: 64px 1fr; gap: 22px; align-items: start; }
.num-steps li::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: var(--font-display); font-weight: 900; font-size: 40px; line-height: 1;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold-bright));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.num-steps h4 { font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--text); margin-bottom: 8px; }
.num-steps p { font-size: 11px; color: var(--text-dim); line-height: 1.95; letter-spacing: 0.04em; font-weight: 300; }

/* ---------------- BLOG ---------------- */
.post-card { text-decoration: none; }
.post-card .date { font-size: 8.5px; letter-spacing: 0.3em; color: var(--text-muted); text-transform: uppercase; }

/* ---------------- FOOTER ---------------- */
footer {
  border-top: 2px solid var(--border); margin-top: 90px;
  padding: 56px 52px 44px; text-align: center;
  background: linear-gradient(180deg, transparent, rgba(19,12,6,0.8));
}
footer .foot-logo {
  font-family: var(--font-display); font-weight: 900; font-size: 22px; letter-spacing: 0.2em; text-transform: uppercase;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold-bright), var(--gold-dark));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
footer .foot-links { display: flex; gap: 30px; justify-content: center; margin: 26px 0; flex-wrap: wrap; }
footer .foot-links a { color: var(--text-dim); font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase; text-decoration: none; transition: color 0.3s; }
footer .foot-links a:hover { color: var(--gold); }
footer .legal { font-size: 9px; color: var(--text-muted); line-height: 2.2; letter-spacing: 0.05em; max-width: 720px; margin: 0 auto; font-weight: 300; }

/* ---------------- REVEAL ---------------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.9s ease, transform 0.9s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 920px) {
  .nav { padding: 14px 22px; }
  .nav-links { display: none; }
  .nav-burger { display: block; background: none; border: 2px solid var(--border-bright); border-radius: 2px; color: var(--gold); font-size: 16px; padding: 6px 12px; cursor: pointer; }
  .nav.open .nav-links {
    display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(13,9,5,0.98); border-bottom: 2px solid var(--border); padding: 24px; gap: 20px;
  }
  .section { padding: 80px 24px; }
  .card-grid.cols-2, .card-grid.cols-3 { grid-template-columns: 1fr; }
  .stat-cards { grid-template-columns: repeat(2, 1fr); }
  .divider { padding: 0 24px; }
  footer { padding: 44px 24px 36px; }
}
