/* ================================================================
   Following To Lead — No Deposit Bonus, from a Former VIP Host
   Visual direction: VIP high-roller lounge (jet black + gold + burgundy)
   ================================================================ */

*, *::before, *::after { box-sizing: border-box; }

:root {
  --bg: #0a0806;
  --bg-panel: #14100b;
  --bg-elevated: #1c1610;
  --bg-cream: #f4ead0;
  --text: #e8d9b8;
  --text-muted: #a89778;
  --text-dark: #14100b;
  --gold: #c9a961;
  --gold-bright: #e8c76f;
  --gold-dim: #8a744a;
  --gold-line: #4a3d24;
  --burgundy: #6b1621;
  --burgundy-bright: #a52a37;
  --burgundy-glow: rgba(107, 22, 33, 0.4);
  --danger: #b83a2e;
  --serif-display: "Playfair Display", "Didot", "Bodoni MT", "Georgia", "Times New Roman", serif;
  --serif: "Georgia", "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  background-image:
    radial-gradient(ellipse 80% 60% at 50% 0%, #1a120a 0%, #0a0806 60%, #050302 100%);
  background-attachment: fixed;
  color: var(--text);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--gold-bright); text-decoration: none; transition: color .2s; }
a:hover { color: var(--gold); }

/* ---------- Header ---------- */
.site-header {
  background: linear-gradient(180deg, #0a0806 0%, #14100b 100%);
  border-bottom: 1px solid var(--gold-line);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}
.site-header::after {
  content: "";
  display: block;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 20%, var(--gold-bright) 50%, var(--gold) 80%, transparent 100%);
  opacity: 0.4;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  font-family: var(--serif-display);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 3px;
  color: var(--gold);
  text-transform: uppercase;
  line-height: 1;
}
.logo a { color: inherit; }
.logo a:hover { color: var(--gold-bright); }
.logo .amp {
  color: var(--burgundy-bright);
  font-family: var(--serif-display);
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  margin: 0 4px;
  letter-spacing: 0;
}
.logo .subtitle {
  display: block;
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 5px;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-top: 4px;
  font-weight: 400;
}

.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.site-nav a {
  color: var(--text);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 4px 0;
  border-bottom: 1px solid transparent;
  transition: color .2s, border-color .2s;
}
.site-nav a:hover, .site-nav a.active {
  color: var(--gold-bright);
  border-bottom-color: var(--gold);
}

/* ---------- Main layout ---------- */
main { max-width: 780px; margin: 0 auto; padding: 56px 32px 72px; }

.breadcrumbs {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--sans);
}
.breadcrumbs a { color: var(--gold); }
.breadcrumbs span { color: var(--gold-dim); margin: 0 12px; }

.page-hero {
  margin-bottom: 40px;
  padding-bottom: 36px;
  position: relative;
  text-align: center;
}
.page-hero::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.eyebrow {
  display: block;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 6px;
  color: var(--burgundy-bright);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 400;
}

.page-hero h1 {
  font-family: var(--serif-display);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 20px;
  color: var(--text);
  letter-spacing: -0.5px;
}
.page-hero h1 .accent {
  color: var(--gold);
  font-style: italic;
}

.page-hero .lede {
  font-size: 1.15rem;
  color: var(--text-muted);
  margin: 0 auto;
  font-family: var(--serif);
  font-style: italic;
  line-height: 1.7;
  max-width: 620px;
}

.hero-img {
  margin: 32px 0 40px;
  border: 1px solid var(--gold-line);
  padding: 8px;
  background: var(--bg-panel);
  position: relative;
}
.hero-img::before, .hero-img::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid var(--gold);
}
.hero-img::before { top: -1px; left: -1px; border-right: none; border-bottom: none; }
.hero-img::after { bottom: -1px; right: -1px; border-left: none; border-top: none; }

/* ---------- Article ---------- */
article h2 {
  font-family: var(--serif-display);
  font-size: 1.85rem;
  font-weight: 400;
  margin: 56px 0 20px;
  color: var(--gold);
  letter-spacing: -0.3px;
  position: relative;
  padding-left: 0;
}
article h2::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--burgundy-bright);
  margin-bottom: 14px;
}

article h3 {
  font-family: var(--serif-display);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--text);
  margin: 34px 0 14px;
  font-style: italic;
}

article p { margin: 0 0 22px; }
article ul, article ol { margin: 0 0 24px; padding-left: 24px; }
article li { margin-bottom: 10px; }
article li::marker { color: var(--gold); }
article strong { color: var(--gold-bright); font-weight: 700; }

article .inline-img {
  margin: 40px 0;
  border: 1px solid var(--gold-line);
  padding: 8px;
  background: var(--bg-panel);
}

/* Drop cap on lede paragraph */
article > p.opener::first-letter {
  font-family: var(--serif-display);
  font-size: 4.5rem;
  color: var(--gold);
  float: left;
  line-height: 0.9;
  padding: 6px 12px 0 0;
  font-style: italic;
}

/* ---------- Table of contents ---------- */
.toc {
  background: var(--bg-panel);
  border: 1px solid var(--gold-line);
  padding: 32px 40px;
  margin: 44px 0 52px;
  position: relative;
}
.toc h2 {
  font-family: var(--sans);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin: 0 0 22px;
  padding: 0;
  border: none;
  color: var(--burgundy-bright);
  text-align: center;
  font-weight: 400;
}
.toc h2::before {
  content: "\2014  ";
  color: var(--gold-dim);
}
.toc h2::after {
  content: "  \2014";
  color: var(--gold-dim);
}
.toc ol {
  columns: 2;
  column-gap: 44px;
  margin: 0;
  padding-left: 22px;
  font-size: 15px;
  color: var(--text);
  font-family: var(--serif);
}
.toc li { margin-bottom: 10px; break-inside: avoid; }
.toc li::marker { color: var(--gold); font-family: var(--serif-display); font-style: italic; }
.toc a { color: var(--text); }
.toc a:hover { color: var(--gold-bright); }

@media (max-width: 640px) { .toc ol { columns: 1; } }

/* ---------- FAQ ---------- */
.faq { margin: 44px 0; }
.faq details {
  background: var(--bg-panel);
  border: 1px solid var(--gold-line);
  border-top: none;
  padding: 0;
  transition: border-color .2s;
}
.faq details:first-child { border-top: 1px solid var(--gold-line); }
.faq details[open] {
  background: var(--bg-elevated);
}
.faq summary {
  padding: 22px 26px;
  cursor: pointer;
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: 1.1rem;
  color: var(--gold);
  list-style: none;
  position: relative;
  padding-right: 50px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--burgundy-bright);
  font-family: var(--serif);
  font-weight: 300;
}
.faq details[open] summary::after { content: "\2013"; }
.faq details > *:not(summary) {
  padding: 0 26px 22px;
  color: var(--text-muted);
  font-family: var(--serif);
}

/* ---------- Disclaimer ---------- */
.disclaimer {
  background: var(--bg-panel);
  border: 1px solid var(--burgundy);
  border-left: 3px solid var(--burgundy-bright);
  padding: 24px 28px;
  margin: 48px 0;
  font-size: 15px;
  color: var(--text-muted);
  font-family: var(--serif);
}
.disclaimer strong {
  color: var(--burgundy-bright);
  font-family: var(--sans);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  font-size: 11px;
  margin-bottom: 10px;
}

/* ---------- Author bio ---------- */
.author-bio {
  display: flex;
  gap: 26px;
  align-items: flex-start;
  background: var(--bg-panel);
  border: 1px solid var(--gold-line);
  padding: 32px;
  margin: 52px 0;
  position: relative;
}
.author-bio::before {
  content: "";
  position: absolute;
  top: -1px; left: 30px; right: 30px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.author-bio img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  box-shadow: 0 0 0 1px var(--bg-panel), 0 0 0 4px var(--burgundy);
  flex-shrink: 0;
}
.author-bio .name {
  font-family: var(--serif-display);
  font-weight: 400;
  color: var(--gold);
  font-size: 1.25rem;
  margin: 0 0 6px;
  letter-spacing: 0.5px;
}
.author-bio .role {
  font-family: var(--sans);
  font-size: 10px;
  color: var(--burgundy-bright);
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
}
.author-bio p {
  margin: 0;
  font-size: 15px;
  color: var(--text-muted);
  font-family: var(--serif);
  font-style: italic;
  line-height: 1.7;
}

/* ---------- Related pages ---------- */
.related {
  background: var(--bg-panel);
  border: 1px solid var(--gold-line);
  padding: 30px 36px;
  margin: 52px 0;
}
.related h3 {
  font-family: var(--sans);
  color: var(--burgundy-bright);
  letter-spacing: 5px;
  margin: 0 0 20px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  font-style: normal;
}
.related h3::before { content: "\2014  "; color: var(--gold-dim); }
.related h3::after { content: "  \2014"; color: var(--gold-dim); }
.related ul { list-style: none; padding: 0; margin: 0; }
.related li {
  margin-bottom: 14px;
  padding-left: 22px;
  position: relative;
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
}
.related li::before {
  content: "\2666";
  position: absolute;
  left: 0;
  color: var(--burgundy-bright);
  font-style: normal;
  top: 2px;
}

/* ---------- Contact form ---------- */
.contact-form {
  background: var(--bg-panel);
  border: 1px solid var(--gold-line);
  padding: 36px;
  margin: 32px 0;
}
.contact-form label {
  display: block;
  font-family: var(--sans);
  font-weight: 500;
  margin: 20px 0 8px;
  font-size: 10px;
  letter-spacing: 3px;
  color: var(--burgundy-bright);
  text-transform: uppercase;
}
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--gold-line);
  background: var(--bg);
  color: var(--text);
  font-family: var(--serif);
  font-size: 15px;
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: none;
  border-color: var(--gold);
}
.contact-form button {
  margin-top: 28px;
  padding: 16px 36px;
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
  font-family: var(--sans);
  font-weight: 500;
  letter-spacing: 4px;
  font-size: 11px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all .3s;
}
.contact-form button:hover {
  background: var(--gold);
  color: var(--bg);
}

/* ---------- Footer ---------- */
.site-footer {
  background: #050302;
  border-top: 1px solid var(--gold-line);
  padding: 56px 32px 36px;
  margin-top: 72px;
  color: var(--text-muted);
  font-size: 14px;
  position: relative;
}
.site-footer::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 20%, var(--gold-bright) 50%, var(--gold) 80%, transparent 100%);
  opacity: 0.4;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}
.footer-col h4 {
  font-family: var(--sans);
  color: var(--burgundy-bright);
  letter-spacing: 4px;
  font-size: 10px;
  margin: 0 0 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 10px; font-family: var(--serif); font-style: italic; }
.footer-col a { color: var(--text-muted); }
.footer-col a:hover { color: var(--gold-bright); }
.footer-bottom {
  max-width: 1200px;
  margin: 44px auto 0;
  padding-top: 28px;
  border-top: 1px solid var(--gold-line);
  text-align: center;
  font-size: 12px;
  color: var(--text-muted);
  font-family: var(--serif);
  font-style: italic;
}
.footer-bottom .warning {
  display: inline-block;
  border: 1px solid var(--burgundy);
  color: var(--burgundy-bright);
  padding: 3px 12px;
  font-weight: 500;
  margin-right: 12px;
  font-size: 11px;
  letter-spacing: 2px;
  font-style: normal;
  font-family: var(--sans);
}

/* ---------- Simple pages ---------- */
.simple-page { max-width: 720px; }
.simple-page h2 { margin-top: 40px; }
.helpline-box {
  background: var(--bg-panel);
  border: 1px solid var(--gold);
  padding: 28px 32px;
  margin: 32px 0;
}
.helpline-box h3 { margin-top: 0; color: var(--gold); font-family: var(--serif-display); font-style: normal; }

/* ---------- Mobile ---------- */
@media (max-width: 768px) {
  body { font-size: 16px; line-height: 1.75; }
  .header-inner { flex-direction: column; padding: 18px 20px; gap: 14px; text-align: center; }
  .logo { font-size: 20px; letter-spacing: 2px; }
  .site-nav ul { gap: 16px; justify-content: center; }
  .site-nav a { font-size: 11px; letter-spacing: 2px; }
  main { padding: 32px 20px 48px; }
  article h2 { font-size: 1.5rem; margin: 40px 0 16px; }
  .author-bio { flex-direction: column; align-items: center; text-align: center; }
  .toc { padding: 24px; }
  .toc ol { columns: 1; }
  .hero-img::before, .hero-img::after { width: 12px; height: 12px; }
  article > p.opener::first-letter { font-size: 3.5rem; }
}

/* ---------- Print ---------- */
@media print {
  .site-header, .site-footer, .site-nav, .breadcrumbs { display: none !important; }
  body { background: white; color: black; }
  article h2 { color: black; }
  article h2::before { display: none; }
  a { color: black; text-decoration: underline; }
}
