/* ==========================================================================
   SohoCasino — Members-club design system  (v2 · the glow-up)
   Bottle green · gilt brass · Fraunces display · oil-painted portraits
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght,SOFT@0,9..144,300..700,0..100;1,9..144,300..700,0..100&family=Italiana&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');

:root {
  /* Core palette — evergreen deep bottle green + warm gilt brass */
  --ink: #0E1C15;
  --ink-2: #32453A;
  --ink-muted: #6E7C72;

  --cream: #F3ECDC;
  --cream-2: #EAE1CE;
  --cream-line: #D9CFB5;
  --cream-deep: #DDD0B4;

  --bottle: #0E3B2E;
  --bottle-2: #0A2F24;
  --bottle-3: #062219;
  --bottle-4: #03150F;       /* deepest, near-black */

  --brass: #B8945A;
  --brass-2: #8E6F3F;
  --brass-3: #6E5329;
  --brass-light: #D9BE88;
  --brass-glow: #F3D79A;     /* highlight gold */

  --claret: #7C1F2A;
  --claret-2: #5A151D;
  --ivory: #FAF6EA;
  --ivory-2: #F5EFDD;

  --ok: #3E7A51;
  --warn: #B8741F;

  /* Typography — Fraunces is our voice now. Italiana is used sparingly for masthead flourish. */
  --font-display: "Fraunces", "Cormorant Garamond", "EB Garamond", Georgia, serif;
  --font-mast: "Italiana", "Fraunces", Georgia, serif;
  --font-serif: "Fraunces", "Cormorant Garamond", "EB Garamond", Georgia, serif;
  --font-body: "Inter", "Helvetica Neue", system-ui, -apple-system, sans-serif;
  --font-mono: "JetBrains Mono", "Courier New", monospace;

  /* Layout */
  --container: 1200px;
  --container-narrow: 860px;
  --radius: 2px;
  --radius-lg: 4px;

  /* Effects */
  --shadow-soft: 0 1px 2px rgba(14,28,21,.06), 0 8px 24px rgba(14,28,21,.08);
  --shadow-card: 0 2px 0 rgba(14,28,21,.03), 0 24px 48px -22px rgba(14,28,21,.28);
  --shadow-deep: 0 30px 80px -30px rgba(3,21,15,.6);

  /* Gilt brass gradient — used for decorative rules, frames, etc. */
  --gilt: linear-gradient(90deg, transparent 0%, var(--brass-3) 15%, var(--brass) 35%, var(--brass-glow) 50%, var(--brass) 65%, var(--brass-3) 85%, transparent 100%);
  --gilt-vert: linear-gradient(180deg, transparent 0%, var(--brass-3) 15%, var(--brass) 35%, var(--brass-glow) 50%, var(--brass) 65%, var(--brass-3) 85%, transparent 100%);

  /* Grain: paper grain on cream, noise on dark */
  --grain: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.05 0 0 0 0 0.1 0 0 0 0 0.08 0 0 0 0.05 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  --grain-dark: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.9 0 0 0 0 0.8 0 0 0 0 0.5 0 0 0 0.05 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* Reset */
*,*::before,*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.72;
  color: var(--ink);
  background: var(--cream);
  background-image:
    radial-gradient(ellipse at top left, rgba(184,148,90,0.05) 0%, transparent 45%),
    radial-gradient(ellipse at bottom right, rgba(14,59,46,0.04) 0%, transparent 45%),
    var(--grain);
  background-repeat: repeat;
  background-size: auto, auto, 220px 220px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern", "liga", "onum";
}
img, svg { max-width: 100%; display: block; }
a { color: var(--bottle); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; transition: color .2s; }
a:hover { color: var(--claret); }

/* Typographic system — Fraunces w/ optical size + SOFT axis tuned for elegance */
h1,h2,h3,h4,h5 {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 144, "SOFT" 30;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -0.012em;
  line-height: 1.12;
  margin: 0 0 .55em;
}
h1 { font-size: clamp(2.6rem, 5.8vw, 4.8rem); font-weight: 300; font-variation-settings: "opsz" 144, "SOFT" 20; }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.75rem); font-weight: 400; }
h3 { font-size: 1.35rem; font-weight: 500; font-variation-settings: "opsz" 48, "SOFT" 30; }
h4 { font-size: 0.78rem; font-weight: 600; font-family: var(--font-body); letter-spacing: 0.22em; text-transform: uppercase; color: var(--brass-2); }
em, .it { font-style: italic; font-variation-settings: "opsz" 144, "SOFT" 50; }
p { margin: 0 0 1em; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 28px; }

/* ==========================================================================
   Brass rules — our signature decorative element
   ========================================================================== */
.gilt-rule {
  height: 1px; background: var(--gilt);
  border: none; margin: 0;
}
.gilt-rule-thick { height: 2px; }
.gilt-double {
  height: 6px; border: none;
  background:
    linear-gradient(90deg, transparent, var(--brass-3) 10%, var(--brass) 35%, var(--brass-glow) 50%, var(--brass) 65%, var(--brass-3) 90%, transparent) top/100% 1px no-repeat,
    linear-gradient(90deg, transparent, var(--brass-3) 10%, var(--brass) 35%, var(--brass-glow) 50%, var(--brass) 65%, var(--brass-3) 90%, transparent) bottom/100% 1px no-repeat;
}

/* Ornamental fleuron divider */
.ornament {
  text-align: center; margin: 56px 0; position: relative;
  color: var(--brass-2); font-family: var(--font-display); font-size: 22px;
  font-style: italic; font-variation-settings: "opsz" 144, "SOFT" 100;
}
.ornament::before, .ornament::after {
  content: ""; display: inline-block; width: 80px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--brass-2) 50%, var(--brass-2));
  vertical-align: middle; margin: 0 20px;
}
.ornament::after {
  background: linear-gradient(90deg, var(--brass-2) 0%, var(--brass-2) 50%, transparent);
}

/* ==========================================================================
   Disclosure bar & header
   ========================================================================== */
.disclosure-bar {
  background: var(--bottle-4);
  color: var(--cream);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 8px 16px;
  font-family: var(--font-body);
}
.disclosure-bar a { color: var(--brass-light); text-decoration: underline; text-underline-offset: 2px; }

.site-header {
  background: var(--bottle);
  color: var(--cream);
  border-bottom: 1px solid var(--brass-3);
  position: sticky; top: 0; z-index: 30;
  box-shadow: 0 4px 16px rgba(3,21,15,.25);
}
.site-header::before {
  content: ""; position: absolute; inset: 0;
  background-image: var(--grain-dark);
  opacity: 0.28; pointer-events: none;
}
.site-header::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: var(--gilt); opacity: 0.7; pointer-events: none;
}
.header-inner { display: flex; align-items: center; gap: 32px; padding: 18px 28px; position: relative; }

/* Brand wordmark — now with Italiana for the SOHO, Fraunces italic for Casino */
.brand { display: flex; align-items: baseline; gap: 10px; color: var(--cream); text-decoration: none; line-height: 1; }
.brand .word {
  font-family: var(--font-mast);
  font-size: 28px;
  letter-spacing: 0.14em;
  color: var(--cream);
  text-transform: uppercase;
  font-weight: 400;
}
.brand .word-italic {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--brass-light);
  font-style: italic;
  font-variation-settings: "opsz" 48, "SOFT" 50;
  letter-spacing: 0.01em;
}
.brand:hover .word-italic { color: var(--brass-glow); }

.nav-main { margin-left: auto; }
.nav-main ul { display: flex; gap: 32px; list-style: none; margin: 0; padding: 0; }
.nav-main a {
  color: var(--cream); text-decoration: none;
  font-size: 11.5px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 500;
  padding: 8px 0; position: relative;
  transition: color .2s;
}
.nav-main a::after {
  content: ""; position: absolute; left: 50%; right: 50%; bottom: 0; height: 1px;
  background: var(--brass-light); transition: left .3s, right .3s;
}
.nav-main a:hover { color: var(--brass-light); }
.nav-main a:hover::after { left: 0; right: 0; }

.header-cta { display: flex; gap: 12px; align-items: center; }

/* Buttons */
.btn {
  display: inline-block; padding: 13px 26px;
  font-family: var(--font-body); font-size: 11.5px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  text-decoration: none; border-radius: var(--radius);
  border: 1px solid transparent; cursor: pointer; transition: all .25s;
  white-space: nowrap;
  position: relative;
}
.btn.btn-brass, a.btn.btn-brass {
  background: linear-gradient(180deg, var(--brass-glow) 0%, var(--brass) 50%, var(--brass-2) 100%);
  color: var(--bottle-4);
  border-color: var(--brass-2);
  box-shadow: inset 0 1px 0 rgba(255,235,180,0.5), 0 1px 3px rgba(3,21,15,0.25);
}
.btn.btn-brass:hover, a.btn.btn-brass:hover {
  background: linear-gradient(180deg, var(--brass-glow) 0%, var(--brass-glow) 50%, var(--brass) 100%);
  color: var(--bottle-4);
  box-shadow: inset 0 1px 0 rgba(255,245,200,0.7), 0 2px 8px rgba(184,148,90,0.4);
}
.btn.btn-outline, a.btn.btn-outline {
  background: transparent; border-color: var(--brass-light); color: var(--brass-light);
}
.btn.btn-outline:hover, a.btn.btn-outline:hover { background: var(--brass-light); color: var(--bottle-4); }
.btn.btn-solid, a.btn.btn-solid {
  background: var(--bottle); color: var(--cream);
  border-color: var(--bottle-3);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}
.btn.btn-solid:hover, a.btn.btn-solid:hover { background: var(--bottle-2); color: var(--brass-light); border-color: var(--brass-3); }
.btn.btn-ghost, a.btn.btn-ghost {
  background: transparent; color: var(--bottle); border-color: var(--brass-2);
}
.btn.btn-ghost:hover, a.btn.btn-ghost:hover { background: var(--bottle); color: var(--cream); border-color: var(--bottle); }
.prose a.btn { text-decoration: none; }
.prose a.btn.btn-solid { color: var(--cream); }
.prose a.btn.btn-outline { color: var(--brass-light); }
.prose a.btn.btn-brass { color: var(--bottle-4); }
.btn-sm { padding: 9px 18px; font-size: 10.5px; letter-spacing: 0.18em; }
.btn-lg { padding: 17px 36px; font-size: 12.5px; }

/* Nav overlay (mobile) */
.nav-toggle { display: none; background: transparent; border: 1px solid var(--brass-light); width: 42px; height: 42px; padding: 0; cursor: pointer; position: relative; }
.nav-toggle span { display: block; width: 18px; height: 1px; background: var(--cream); margin: 0 auto; position: absolute; left: 50%; transform: translateX(-50%); }
.nav-toggle span:nth-child(1) { top: 14px; }
.nav-toggle span:nth-child(2) { top: 20px; }
.nav-toggle span:nth-child(3) { top: 26px; }

.nav-overlay { position: fixed; inset: 0; background: var(--bottle-4); color: var(--cream); z-index: 50; display: flex; align-items: center; justify-content: center; }
.nav-overlay::before { content: ""; position: absolute; inset: 0; background: var(--grain-dark); opacity: 0.3; pointer-events: none; }
.nav-overlay[hidden] { display: none; }
.nav-overlay-inner { text-align: center; position: relative; z-index: 1; }
.nav-overlay ul { list-style: none; padding: 0; margin: 0 0 32px; }
.nav-overlay li { margin: 18px 0; }
.nav-overlay a { color: var(--cream); font-family: var(--font-display); font-size: 2.2rem; font-weight: 300; text-decoration: none; font-variation-settings: "opsz" 144; }
.nav-overlay a:hover { color: var(--brass-light); font-style: italic; }
.nav-overlay-close { position: absolute; top: 24px; right: 24px; background: transparent; border: 1px solid var(--brass-light); color: var(--cream); width: 44px; height: 44px; font-size: 20px; cursor: pointer; }

@media (max-width: 980px) {
  .nav-main, .header-cta .btn-brass { display: none; }
  .nav-toggle { display: block; }
  .header-cta { margin-left: auto; }
}

/* ==========================================================================
   Hero — now a painterly split
   ========================================================================== */
.hero {
  position: relative;
  background: var(--bottle);
  color: var(--cream);
  padding: 96px 0 112px;
  overflow: hidden;
  border-bottom: 1px solid var(--brass-3);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 10% 15%, rgba(217,190,136,0.14) 0%, transparent 45%),
    radial-gradient(ellipse at 90% 90%, rgba(124,31,42,0.18) 0%, transparent 45%),
    var(--grain-dark);
  opacity: 1;
  pointer-events: none;
}
.hero::after {
  /* Bottom gilt line */
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: var(--gilt); pointer-events: none;
}
.hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px;
  align-items: center;
}
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
}
.hero-eyebrow {
  font-family: var(--font-body); font-size: 11px;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--brass-light);
  margin-bottom: 28px; display: flex; align-items: center; gap: 18px;
  font-weight: 500;
}
.hero-eyebrow::before { content: ""; flex: 0 0 48px; height: 1px; background: var(--brass); }
.hero h1 {
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(3rem, 6.4vw, 5.4rem);
  font-weight: 300;
  font-variation-settings: "opsz" 144, "SOFT" 10;
  line-height: 1.02;
  margin: 0 0 .45em;
  letter-spacing: -0.02em;
}
.hero h1 em {
  font-style: italic; color: var(--brass-light); font-weight: 300;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
.hero-lede {
  font-family: var(--font-serif); font-size: clamp(1.15rem, 1.55vw, 1.32rem);
  line-height: 1.58; color: var(--cream); opacity: 0.88;
  max-width: 560px; font-weight: 300;
  font-variation-settings: "opsz" 72, "SOFT" 30;
}
.hero-lede em { color: var(--brass-light); font-style: italic; }
.hero-actions { display: flex; gap: 14px; margin-top: 40px; flex-wrap: wrap; }

/* Hero painting on the right */
.hero-portrait {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.hero-portrait img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.98) saturate(1.02);
}
.hero-portrait::before {
  /* gilt frame */
  content: ""; position: absolute; inset: 0;
  padding: 8px; pointer-events: none;
  background: linear-gradient(135deg, var(--brass-3) 0%, var(--brass) 30%, var(--brass-glow) 50%, var(--brass) 70%, var(--brass-3) 100%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.hero-portrait::after {
  content: ""; position: absolute; inset: 10px; pointer-events: none;
  border: 1px solid rgba(217,190,136,0.35);
}

/* Retired circle seal — replaced by portrait */
.hero-seal { display: none; }

/* ==========================================================================
   Section primitives
   ========================================================================== */
section { padding: 88px 0; }
.section-dark { background: var(--bottle-3); color: var(--cream); position: relative; }
.section-dark::before { content: ""; position: absolute; inset: 0; background: var(--grain-dark); opacity: 0.4; pointer-events: none; }
.section-dark > * { position: relative; z-index: 1; }
.section-dark h1, .section-dark h2, .section-dark h3 { color: var(--cream); }
.section-dark h1 em, .section-dark h2 em, .section-dark h3 em { color: var(--brass-light); font-style: italic; }
.section-dark .prose h2 em { color: var(--brass-light); }
.section-dark .faq-q { color: var(--cream); }
.section-dark .faq-q::after { color: var(--brass-light); }
.section-dark .faq-a { color: var(--cream); opacity: 0.85; }
.section-dark .faq-item { border-color: var(--brass-3); }

.section-deepest { background: var(--bottle-4); color: var(--cream); }

.section-header { text-align: center; margin-bottom: 60px; }
.section-header .eyebrow {
  font-size: 10.5px; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--brass-2); margin-bottom: 16px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 14px;
}
.section-header .eyebrow::before, .section-header .eyebrow::after {
  content: "✦"; color: var(--brass); font-size: 10px; letter-spacing: 0;
}
.section-dark .section-header .eyebrow { color: var(--brass-light); }
.section-header h2 {
  font-size: clamp(2.1rem, 4.2vw, 3.2rem);
  margin-bottom: 18px;
  font-weight: 300;
  font-variation-settings: "opsz" 144, "SOFT" 20;
}
.section-header h2 em { font-style: italic; color: var(--bottle); font-variation-settings: "opsz" 144, "SOFT" 60; }
.section-dark .section-header h2 em { color: var(--brass-light); }
.section-header .sub {
  max-width: 640px; margin: 0 auto;
  font-family: var(--font-serif); font-size: 1.22rem;
  color: var(--ink-2); line-height: 1.55;
  font-variation-settings: "opsz" 72, "SOFT" 40;
  font-weight: 300;
}
.section-dark .section-header .sub { color: var(--cream); opacity: 0.78; }

/* ==========================================================================
   House-file cards (casino cards) — now with a framed painting at the top
   ========================================================================== */
.house-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); gap: 32px; }
.house-card {
  background: var(--ivory);
  border: 1px solid var(--cream-line);
  display: flex; flex-direction: column;
  position: relative;
  transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s;
  text-decoration: none;
  color: var(--ink);
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(14,28,21,.02);
}
.house-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); color: var(--ink); }
.house-card:hover .house-portrait img { transform: scale(1.04); }

.house-portrait {
  position: relative; aspect-ratio: 4/3; overflow: hidden;
  background: var(--bottle-2);
  border-bottom: 1px solid var(--brass-3);
}
.house-portrait img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.7,.3,1);
}
.house-portrait::after {
  /* vignette + bottom brass gradient */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, transparent 60%, rgba(6,34,25,0.55) 100%),
              radial-gradient(ellipse at center, transparent 55%, rgba(3,21,15,0.4) 100%);
}
.house-portrait .rating-seal {
  position: absolute; top: 16px; right: 16px;
  width: 62px; height: 62px;
  background: var(--ivory);
  border: 1px solid var(--brass);
  border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 2px 8px rgba(3,21,15,.4);
  z-index: 2;
}
.house-portrait .rating-seal::before {
  content: ""; position: absolute; inset: 3px; border: 1px solid var(--brass);
  border-radius: 50%;
}
.house-portrait .rating-seal .num {
  font-family: var(--font-display); font-size: 1.45rem; color: var(--bottle); line-height: 1;
  font-weight: 500;
}
.house-portrait .rating-seal .lbl {
  font-size: 7.5px; letter-spacing: 0.22em; color: var(--brass-2);
  text-transform: uppercase; margin-top: 3px; font-weight: 600;
}
.house-portrait .file-label {
  position: absolute; bottom: 14px; left: 16px;
  font-family: var(--font-display); font-style: italic;
  font-size: 11.5px; letter-spacing: 0.15em;
  color: var(--brass-glow); text-transform: lowercase;
  text-shadow: 0 1px 3px rgba(3,21,15,.8);
  z-index: 2;
}

.house-body { padding: 28px 30px 32px; display: flex; flex-direction: column; flex: 1; }
.house-card .name {
  font-family: var(--font-display); font-size: 2.2rem; font-weight: 400;
  line-height: 1; margin: 0 0 10px; color: var(--bottle);
  letter-spacing: -0.015em;
  font-variation-settings: "opsz" 144, "SOFT" 20;
}
.house-card .tagline {
  font-family: var(--font-serif); font-style: italic; font-size: 1.08rem;
  color: var(--ink-2); margin: 0 0 22px; line-height: 1.42;
  font-variation-settings: "opsz" 72, "SOFT" 70;
  font-weight: 400;
}
.house-card .meta-row {
  display: flex; gap: 24px; padding: 14px 0;
  border-top: 1px solid var(--cream-line); border-bottom: 1px solid var(--cream-line);
  margin-bottom: 18px;
  font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brass-2);
  font-weight: 600;
}
.house-card .meta-row strong {
  display: block; color: var(--ink); font-family: var(--font-display);
  font-size: 15px; letter-spacing: 0; text-transform: none; margin-top: 4px;
  font-weight: 500;
}
.house-card .bonus {
  padding: 18px 22px;
  background: linear-gradient(180deg, var(--bottle) 0%, var(--bottle-2) 100%);
  color: var(--cream);
  margin: 0 -30px 22px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  position: relative;
  border-top: 1px solid var(--brass-3);
  border-bottom: 1px solid var(--brass-3);
  font-weight: 500;
}
.house-card .bonus em {
  color: var(--brass-glow); font-style: normal; font-family: var(--font-display);
  font-size: 1.3rem; display: block; margin-top: 4px; letter-spacing: 0;
  text-transform: none; font-weight: 400;
  font-variation-settings: "opsz" 72, "SOFT" 20;
}
.house-card .description {
  font-size: 15px; line-height: 1.65; color: var(--ink-2); margin-bottom: 24px; flex: 1;
}
.house-card .actions { display: flex; gap: 10px; }
.house-card .actions .btn { flex: 1; text-align: center; }

/* Legacy .rank kept for hidden fallback — card now uses .house-portrait .file-label */
.house-card .rank { display: none; }
.house-card > .rating-seal { display: none; }

/* ==========================================================================
   Slot of the Day
   ========================================================================== */
.daily-feature {
  background: var(--bottle-3);
  color: var(--cream);
  padding: 96px 0;
  position: relative;
  border-top: 1px solid var(--brass-3);
  border-bottom: 1px solid var(--brass-3);
}
.daily-feature::before { content: ""; position: absolute; inset: 0; background: var(--grain-dark); opacity: 0.45; pointer-events: none; }
.daily-feature::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px;
  background: var(--gilt); pointer-events: none;
}
.daily-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 980px) { .daily-inner { grid-template-columns: 1fr; gap: 40px; } }
.daily-feature .eyebrow {
  font-size: 10.5px; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--brass-light); margin-bottom: 18px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 14px;
}
.daily-feature .eyebrow::before { content: "✦"; color: var(--brass); font-size: 10px; letter-spacing: 0; }
.daily-feature h2 {
  font-family: var(--font-display); font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 300; color: var(--cream); margin: 0 0 18px; line-height: 1;
  font-variation-settings: "opsz" 144, "SOFT" 10;
  letter-spacing: -0.015em;
}
.daily-feature h2 em { color: var(--brass-light); font-style: italic; }
.daily-feature .curator-note {
  font-family: var(--font-serif); font-size: 1.25rem; line-height: 1.55;
  color: var(--cream); opacity: 0.88; font-style: italic; margin: 0 0 28px;
  font-variation-settings: "opsz" 72, "SOFT" 50;
  font-weight: 300;
  max-width: 520px;
}
.daily-feature .stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
  margin: 32px 0; padding: 24px 0;
  border-top: 1px solid var(--brass-3); border-bottom: 1px solid var(--brass-3);
  position: relative;
}
.daily-feature .stats::before, .daily-feature .stats::after {
  content: ""; position: absolute; left: 0; right: 0; height: 1px;
  background: var(--gilt); opacity: 0.5;
}
.daily-feature .stats::before { top: -1px; }
.daily-feature .stats::after { bottom: -1px; }
.daily-feature .stats div { text-align: left; }
.daily-feature .stats .lbl {
  font-size: 9.5px; letter-spacing: 0.28em; color: var(--brass-light);
  text-transform: uppercase; font-weight: 600;
}
.daily-feature .stats .val {
  font-family: var(--font-display); font-size: 1.5rem; color: var(--cream);
  margin-top: 6px; font-weight: 400;
}

/* Daily thumb — framed like a painting */
.daily-thumb {
  position: relative; aspect-ratio: 4/3; overflow: hidden;
  background: var(--bottle-2);
}
.daily-thumb img { width: 100%; height: 100%; object-fit: cover; }
.daily-thumb::before {
  /* gilt frame */
  content: ""; position: absolute; inset: 0;
  padding: 10px; pointer-events: none;
  background: linear-gradient(135deg, var(--brass-3) 0%, var(--brass) 30%, var(--brass-glow) 50%, var(--brass) 70%, var(--brass-3) 100%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: 2;
}
.daily-thumb::after {
  content: "House Pick"; position: absolute; top: 22px; left: 22px;
  font-family: var(--font-display); font-style: italic;
  background: linear-gradient(180deg, var(--brass-glow), var(--brass));
  color: var(--bottle-4);
  padding: 7px 16px; font-size: 13px; letter-spacing: 0.08em;
  z-index: 3;
  box-shadow: 0 2px 6px rgba(3,21,15,.3);
  font-weight: 500;
}

/* ==========================================================================
   Tables (standings / comparison)
   ========================================================================== */
.ledger {
  background: var(--ivory);
  border: 1px solid var(--cream-line);
  overflow-x: auto;
  box-shadow: var(--shadow-soft);
}
.ledger table { width: 100%; border-collapse: collapse; min-width: 720px; }
.ledger th {
  background: linear-gradient(180deg, var(--bottle) 0%, var(--bottle-2) 100%);
  color: var(--cream);
  font-family: var(--font-body); font-size: 10.5px;
  letter-spacing: 0.22em; text-transform: uppercase;
  padding: 18px 22px; text-align: left; font-weight: 600;
  border-bottom: 1px solid var(--brass-2);
  position: relative;
}
.ledger th::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px;
  background: var(--gilt); opacity: 0.7;
}
.ledger td {
  padding: 20px 22px;
  border-bottom: 1px solid var(--cream-line);
  font-size: 14px; color: var(--ink-2);
  vertical-align: middle;
}
.ledger tbody tr:hover { background: var(--ivory-2); }
.ledger .casino-name {
  font-family: var(--font-display); font-size: 1.3rem; color: var(--bottle); font-weight: 500;
  letter-spacing: -0.01em;
}
.ledger .rank-num {
  font-family: var(--font-display); font-size: 1.7rem; color: var(--brass-2); font-weight: 400;
  font-style: italic;
}
.ledger .tbl-bonus strong {
  color: var(--bottle); font-family: var(--font-display); font-size: 1.12rem; font-weight: 500;
}

/* ==========================================================================
   Pills & small marks
   ========================================================================== */
.pill {
  display: inline-block; padding: 4px 12px;
  font-size: 9.5px; letter-spacing: 0.22em; text-transform: uppercase;
  border: 1px solid var(--brass); color: var(--brass-2);
  border-radius: 100px;
  font-weight: 600;
}
.pill-featured {
  background: linear-gradient(180deg, var(--brass-glow), var(--brass));
  color: var(--bottle-4); border-color: var(--brass-2);
}
.pill-crypto { border-color: var(--bottle); color: var(--bottle); }
.pill-dark { border-color: var(--brass-light); color: var(--brass-light); }

/* ==========================================================================
   Prose blocks
   ========================================================================== */
.prose {
  max-width: 720px; margin: 0 auto;
  font-size: 17.5px; line-height: 1.82;
  color: var(--ink-2);
  font-feature-settings: "kern", "liga", "onum", "ss01";
}
.prose h2, .prose h3 { color: var(--ink); margin-top: 2.2em; }
.prose h2 { font-size: 2.1rem; font-weight: 400; }
.prose h2 em { color: var(--bottle); font-style: italic; font-variation-settings: "opsz" 144, "SOFT" 60; }

/* First-paragraph drop cap on articles */
.prose.has-dropcap > p:first-of-type::first-letter,
.prose > p.dropcap::first-letter {
  font-family: var(--font-display);
  font-weight: 300;
  font-variation-settings: "opsz" 144, "SOFT" 10;
  float: left;
  font-size: 5.4em;
  line-height: 0.85;
  margin: 0.08em 0.14em 0 0;
  color: var(--bottle);
  font-style: italic;
}

.prose blockquote {
  font-family: var(--font-serif); font-style: italic; font-size: 1.42rem;
  border-left: 2px solid var(--brass);
  padding: 6px 0 6px 32px; margin: 2em 0; color: var(--bottle);
  font-variation-settings: "opsz" 72, "SOFT" 60;
  font-weight: 300;
  line-height: 1.5;
}
.prose ul, .prose ol { padding-left: 24px; }
.prose li { margin-bottom: .4em; }
.prose a { color: var(--bottle); font-weight: 500; }
.prose hr { border: none; text-align: center; margin: 3em 0; }
.prose hr::after { content: "✦  ✦  ✦"; color: var(--brass-2); letter-spacing: 1em; font-size: 10px; }

/* ==========================================================================
   Review page (House File) elements
   ========================================================================== */
.review-header {
  background: var(--bottle);
  color: var(--cream);
  padding: 88px 0 96px;
  position: relative;
  overflow: hidden;
}
.review-header::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 10% 15%, rgba(217,190,136,0.12) 0%, transparent 45%),
    var(--grain-dark);
  opacity: 1; pointer-events: none;
}
.review-header::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: var(--gilt); pointer-events: none;
}
.review-header .container { position: relative; z-index: 1; }
.review-header-inner {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center;
}
@media (max-width: 980px) {
  .review-header-inner { grid-template-columns: 1fr; gap: 40px; }
}
.review-header .file-label {
  font-size: 10.5px; letter-spacing: 0.35em; color: var(--brass-light);
  text-transform: uppercase; margin-bottom: 22px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 14px;
}
.review-header .file-label::before, .review-header .file-label::after {
  content: ""; display: inline-block; width: 28px; height: 1px; background: var(--brass);
}
.review-header h1 {
  color: var(--cream); font-family: var(--font-display);
  font-size: clamp(3.6rem, 7.5vw, 6.2rem);
  font-weight: 300; line-height: 0.95; margin: 0 0 .2em;
  font-variation-settings: "opsz" 144, "SOFT" 10;
  letter-spacing: -0.02em;
}
.review-header h1 em { font-style: italic; color: var(--brass-light); font-variation-settings: "opsz" 144, "SOFT" 50; }
.review-header .subtitle {
  font-family: var(--font-serif); font-size: 1.4rem;
  color: var(--cream); opacity: 0.85; font-style: italic;
  max-width: 560px;
  font-variation-settings: "opsz" 72, "SOFT" 50;
  font-weight: 300;
}

/* House portrait on the review header */
.review-portrait {
  position: relative; aspect-ratio: 4/3; overflow: hidden;
}
.review-portrait img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(1.02) saturate(1.04);
}
.review-portrait::before {
  content: ""; position: absolute; inset: 0;
  padding: 10px; pointer-events: none;
  background: linear-gradient(135deg, var(--brass-3) 0%, var(--brass) 30%, var(--brass-glow) 50%, var(--brass) 70%, var(--brass-3) 100%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: 2;
}
.review-portrait::after {
  content: ""; position: absolute; inset: 12px; pointer-events: none;
  border: 1px solid rgba(217,190,136,0.35);
}

.review-meta {
  background: var(--ivory);
  border-bottom: 1px solid var(--cream-line);
  padding: 22px 0;
  font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--brass-2);
  font-weight: 600;
}
.review-meta .container { display: flex; gap: 44px; flex-wrap: wrap; justify-content: center; }
.review-meta strong { color: var(--ink); font-family: var(--font-display); font-size: 1rem; text-transform: none; letter-spacing: 0; margin-left: 10px; font-weight: 500; }

/* Scorecard */
.scorecard {
  background: var(--ivory);
  border: 1px solid var(--cream-line);
  padding: 44px;
  margin: 48px 0;
  position: relative;
  box-shadow: var(--shadow-soft);
}
.scorecard::before, .scorecard::after {
  content: ""; position: absolute; width: 24px; height: 24px;
  border: 1px solid var(--brass);
}
.scorecard::before { top: 10px; left: 10px; border-right: none; border-bottom: none; }
.scorecard::after { bottom: 10px; right: 10px; border-left: none; border-top: none; }
.scorecard h3 {
  font-family: var(--font-display); font-size: 1.8rem; font-style: italic;
  margin: 0 0 28px; color: var(--bottle);
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  font-weight: 400;
  font-variation-settings: "opsz" 144, "SOFT" 60;
}
.scorecard h3::after {
  content: "✦"; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  color: var(--brass); font-size: 14px; font-style: normal;
}
.score-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 20px; }
.score-item { text-align: center; padding: 18px 8px; border-right: 1px solid var(--cream-line); position: relative; }
.score-item:last-child { border-right: none; }
.score-item .s-label { font-size: 9.5px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--brass-2); margin-bottom: 8px; font-weight: 600; }
.score-item .s-value { font-family: var(--font-display); font-size: 2.4rem; font-weight: 400; color: var(--bottle); font-variation-settings: "opsz" 144, "SOFT" 20; }
@media (max-width: 640px) { .score-item { border-right: none; border-bottom: 1px solid var(--cream-line); } .score-item:last-child { border-bottom: none; } }

/* Privileges (pros) / House Rules (cons) */
.privileges-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin: 48px 0; }
@media (max-width: 720px) { .privileges-grid { grid-template-columns: 1fr; } }
.privileges, .house-rules {
  padding: 36px; border: 1px solid var(--cream-line); background: var(--ivory);
  position: relative; box-shadow: var(--shadow-soft);
}
.privileges h3, .house-rules h3 {
  font-family: var(--font-display); font-size: 1.5rem; color: var(--bottle);
  margin: 0 0 22px; padding-bottom: 14px; position: relative;
  font-style: italic; font-weight: 400;
  font-variation-settings: "opsz" 144, "SOFT" 60;
}
.privileges h3::after, .house-rules h3::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: var(--gilt); opacity: 0.7;
}
.privileges ul, .house-rules ul { list-style: none; padding: 0; margin: 0; }
.privileges li, .house-rules li {
  padding: 10px 0 10px 30px; position: relative; font-size: 15px; line-height: 1.55;
  color: var(--ink-2);
}
.privileges li::before {
  content: "✦"; position: absolute; left: 4px; color: var(--brass); font-size: 12px; top: 13px;
}
.house-rules li::before {
  content: "—"; position: absolute; left: 0; color: var(--claret); font-size: 14px; top: 10px; font-weight: 600;
}

/* Promo box — now a finer framed element */
.promo-box {
  background: linear-gradient(180deg, var(--bottle) 0%, var(--bottle-2) 100%);
  color: var(--cream);
  padding: 48px 40px;
  margin: 48px 0;
  text-align: center;
  position: relative;
  border: 1px solid var(--brass-3);
  overflow: hidden;
}
.promo-box::after { content: ""; position: absolute; inset: 0; background: var(--grain-dark); opacity: 0.3; pointer-events: none; }
.promo-box > * { position: relative; z-index: 1; }
/* Gilt inner frame */
.promo-inner-frame {
  position: absolute; inset: 10px; border: 1px solid rgba(217,190,136,0.4); pointer-events: none; z-index: 1;
}
.promo-corners::before, .promo-corners::after,
.promo-corners > span::before, .promo-corners > span::after {
  content: ""; position: absolute; width: 22px; height: 22px; pointer-events: none; z-index: 2;
  border: 1px solid var(--brass);
}
.promo-corners::before { top: 16px; left: 16px; border-right: none; border-bottom: none; }
.promo-corners::after { bottom: 16px; right: 16px; border-left: none; border-top: none; }
.promo-corners > span::before { top: 16px; right: 16px; border-left: none; border-bottom: none; position: absolute; }
.promo-corners > span::after { bottom: 16px; left: 16px; border-right: none; border-top: none; position: absolute; }
.promo-box .eyebrow {
  color: var(--brass-light); font-size: 10.5px; letter-spacing: 0.35em;
  text-transform: uppercase; margin-bottom: 12px; font-weight: 600;
}
.promo-box h3 {
  font-family: var(--font-display); font-size: 2.4rem; color: var(--cream);
  margin: 0 0 12px; font-weight: 300;
  font-variation-settings: "opsz" 144, "SOFT" 10;
}
.promo-box h3 em { color: var(--brass-light); font-style: italic; font-variation-settings: "opsz" 144, "SOFT" 50; }
.promo-code-cutout {
  display: inline-flex; align-items: center; gap: 0;
  margin: 24px 0; font-family: var(--font-mono);
}
.promo-code-cutout .code {
  background: var(--cream); color: var(--bottle-4);
  padding: 15px 26px; font-size: 1.15rem; letter-spacing: 0.18em; font-weight: 700;
  border: 1px dashed var(--brass);
}
.promo-code-cutout button {
  background: linear-gradient(180deg, var(--brass-glow), var(--brass));
  color: var(--bottle-4);
  border: 1px solid var(--brass-2); padding: 15px 22px; cursor: pointer;
  font-family: var(--font-body); font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  border-left: none;
}
.promo-code-cutout button:hover { background: var(--brass-glow); }

/* ==========================================================================
   Slots archive
   ========================================================================== */
.slots-toolbar {
  background: var(--ivory);
  border: 1px solid var(--cream-line);
  padding: 22px;
  margin-bottom: 36px;
  display: flex; gap: 16px; flex-wrap: wrap; align-items: center;
  box-shadow: var(--shadow-soft);
}
.slots-toolbar input, .slots-toolbar select {
  padding: 11px 16px;
  border: 1px solid var(--cream-line);
  background: var(--cream);
  font-family: var(--font-body); font-size: 14px;
  color: var(--ink);
  border-radius: 0;
  flex: 1; min-width: 180px;
}
.slots-toolbar input:focus, .slots-toolbar select:focus { outline: 1px solid var(--brass); border-color: var(--brass); }
.slot-count {
  font-family: var(--font-display); font-style: italic; font-size: 14px;
  color: var(--ink-muted); letter-spacing: 0; margin-left: auto;
}

.slots-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 28px; }
.slot-card {
  background: var(--ivory);
  border: 1px solid var(--cream-line);
  text-decoration: none; color: var(--ink);
  display: flex; flex-direction: column;
  transition: transform .3s, box-shadow .3s;
  overflow: hidden;
}
.slot-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); color: var(--ink); }
.slot-thumb { aspect-ratio: 4/3; overflow: hidden; background: var(--bottle-2); position: relative; }
.slot-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.slot-card:hover .slot-thumb img { transform: scale(1.04); }
.slot-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(14,28,21,0.35) 100%); }
.slot-info { padding: 18px 20px; flex: 1; display: flex; flex-direction: column; }
.slot-info .provider { font-size: 9.5px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--brass-2); margin-bottom: 6px; font-weight: 600; }
.slot-info .name {
  font-family: var(--font-display); font-size: 1.22rem; font-weight: 500;
  color: var(--bottle); margin: 0 0 12px; line-height: 1.2;
  letter-spacing: -0.01em;
}
.slot-info .specs { display: flex; gap: 14px; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--cream-line); font-size: 11px; color: var(--ink-muted); letter-spacing: 0.05em; }
.slot-info .specs strong { color: var(--ink); font-weight: 600; }

/* Slot page */
.slot-hero {
  padding: 64px 0 44px;
  background: var(--bottle);
  color: var(--cream);
  position: relative;
  border-bottom: 1px solid var(--brass-3);
}
.slot-hero::before { content: ""; position: absolute; inset: 0; background: var(--grain-dark); opacity: 0.4; pointer-events: none; }
.slot-hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: var(--gilt); pointer-events: none;
}
.slot-hero .container { position: relative; z-index: 1; }
.slot-hero .breadcrumbs { font-size: 11px; letter-spacing: 0.2em; color: var(--brass-light); margin-bottom: 22px; text-transform: uppercase; font-weight: 500; }
.slot-hero .breadcrumbs a { color: var(--brass-light); }
.slot-hero h1 {
  color: var(--cream); font-family: var(--font-display); font-weight: 300;
  margin: 0 0 10px;
  font-variation-settings: "opsz" 144, "SOFT" 10;
}
.slot-hero .provider-line {
  font-family: var(--font-serif); font-style: italic;
  color: var(--cream); opacity: 0.85; font-size: 1.22rem; font-weight: 300;
  font-variation-settings: "opsz" 72, "SOFT" 50;
}

.slot-iframe-wrap {
  background: var(--bottle-3); border: 1px solid var(--brass-3);
  margin: 40px 0; aspect-ratio: 16/10; overflow: hidden;
  position: relative;
}
.slot-iframe-wrap::before {
  content: ""; position: absolute; inset: 0;
  padding: 6px; pointer-events: none; z-index: 1;
  background: linear-gradient(135deg, var(--brass-3) 0%, var(--brass) 30%, var(--brass-glow) 50%, var(--brass) 70%, var(--brass-3) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.slot-iframe-wrap iframe { width: 100%; height: 100%; border: 0; display: block; position: relative; z-index: 0; }

.spec-table {
  width: 100%; border-collapse: collapse; background: var(--ivory);
  border: 1px solid var(--cream-line); margin: 36px 0;
  box-shadow: var(--shadow-soft);
}
.spec-table tr:not(:last-child) td { border-bottom: 1px solid var(--cream-line); }
.spec-table td { padding: 16px 22px; font-size: 14px; }
.spec-table td:first-child {
  font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--brass-2);
  width: 35%; background: var(--ivory-2); font-weight: 600;
}
.spec-table td:last-child { color: var(--ink); font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq { max-width: 860px; margin: 0 auto; }
.faq-item { border-top: 1px solid var(--cream-line); padding: 0; }
.faq-item:last-child { border-bottom: 1px solid var(--cream-line); }
.faq-q {
  padding: 26px 40px 26px 0;
  font-family: var(--font-display); font-size: 1.28rem; font-weight: 400;
  color: var(--bottle); cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  list-style: none; gap: 20px;
  font-variation-settings: "opsz" 72, "SOFT" 30;
}
.faq-q::after { content: "+"; font-size: 1.7rem; color: var(--brass); font-weight: 300; transition: transform .2s; font-family: var(--font-display); }
.faq-item[open] .faq-q::after { content: "−"; }
.faq-a { padding: 0 40px 28px 0; color: var(--ink-2); font-size: 16px; line-height: 1.72; }

/* ==========================================================================
   Dispatch cards (editorial)
   ========================================================================== */
.dispatch-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 32px; }
.dispatch-card {
  background: var(--ivory); border: 1px solid var(--cream-line);
  padding: 36px 32px; display: flex; flex-direction: column;
  text-decoration: none; color: var(--ink);
  transition: transform .3s, box-shadow .3s;
  position: relative;
}
.dispatch-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); color: var(--ink); }
.dispatch-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: var(--gilt); opacity: 0.6;
}
.dispatch-card .eyebrow {
  font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--brass-2); margin-bottom: 16px; font-weight: 600;
  padding-bottom: 12px; border-bottom: 1px solid var(--cream-line);
}
.dispatch-card h3 {
  font-family: var(--font-display); font-size: 1.55rem;
  color: var(--bottle); margin: 0 0 16px; line-height: 1.18; font-weight: 400;
  font-variation-settings: "opsz" 72, "SOFT" 30;
  letter-spacing: -0.01em;
}
.dispatch-card .lede {
  font-family: var(--font-serif); font-style: italic; font-size: 1.02rem;
  line-height: 1.55; color: var(--ink-2); margin: 0 0 28px; flex: 1;
  font-variation-settings: "opsz" 72, "SOFT" 60; font-weight: 300;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  background: var(--bottle-4);
  color: var(--cream);
  padding: 88px 0 36px;
  position: relative;
  border-top: 1px solid var(--brass-3);
}
.site-footer::before { content: ""; position: absolute; inset: 0; background: var(--grain-dark); opacity: 0.5; pointer-events: none; }
.site-footer::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px;
  background: var(--gilt); pointer-events: none;
}
.site-footer .container { position: relative; z-index: 1; }
.footer-masthead { text-align: center; margin-bottom: 64px; padding-bottom: 48px; border-bottom: 1px solid var(--brass-3); position: relative; }
.footer-masthead::after {
  content: ""; position: absolute; left: 25%; right: 25%; bottom: -1px; height: 1px;
  background: var(--gilt); opacity: 0.7;
}
.footer-masthead .mark {
  font-family: var(--font-mast); font-size: 3.4rem; color: var(--cream);
  letter-spacing: 0.14em; font-weight: 400;
  text-transform: uppercase;
}
.footer-masthead .mark em {
  color: var(--brass-light); font-style: italic; font-family: var(--font-display);
  font-variation-settings: "opsz" 144, "SOFT" 60;
  font-weight: 300; font-size: 2.4rem; letter-spacing: 0;
  text-transform: none;
}
.footer-masthead .tagline {
  font-family: var(--font-serif); font-style: italic; font-size: 1.2rem;
  color: var(--cream); opacity: 0.72; margin-top: 12px; font-weight: 300;
  font-variation-settings: "opsz" 72, "SOFT" 60;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 56px; margin-bottom: 56px; }
.footer-about { font-size: 14px; line-height: 1.72; color: var(--cream); opacity: 0.68; max-width: 400px; }
.footer-grid h4 {
  color: var(--brass-light); font-size: 10.5px; letter-spacing: 0.3em;
  text-transform: uppercase; margin-bottom: 18px;
  font-family: var(--font-body); font-weight: 600;
}
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 11px; }
.footer-grid a { color: var(--cream); opacity: 0.78; text-decoration: none; font-size: 14px; transition: all .2s; }
.footer-grid a:hover { color: var(--brass-light); opacity: 1; }
.footer-legal {
  padding-top: 36px; border-top: 1px solid var(--brass-3);
  display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap;
  font-size: 11.5px; color: var(--cream); opacity: 0.55; letter-spacing: 0.03em;
}
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   Utilities
   ========================================================================== */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mt-2 { margin-top: 16px; }
.mt-4 { margin-top: 32px; }
.mb-0 { margin-bottom: 0; }
.mb-4 { margin-bottom: 32px; }

/* Framed image utility — wrap any <img> for a club-gilt frame */
.framed {
  position: relative; overflow: hidden; background: var(--bottle-2);
}
.framed::before {
  content: ""; position: absolute; inset: 0;
  padding: 8px; pointer-events: none; z-index: 2;
  background: linear-gradient(135deg, var(--brass-3) 0%, var(--brass) 30%, var(--brass-glow) 50%, var(--brass) 70%, var(--brass-3) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.framed::after {
  content: ""; position: absolute; inset: 10px; pointer-events: none;
  border: 1px solid rgba(217,190,136,0.3); z-index: 2;
}
.framed img { width: 100%; height: 100%; object-fit: cover; }

/* Fade-in keyframe */
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.fade-up { animation: fadeUp .6s ease both; }

/* Print friendly */
@media print {
  .site-header, .site-footer, .disclosure-bar, .hero-actions, .promo-box, .slot-iframe-wrap { display: none; }
  body { background: white; color: black; }
}
