/* =========================================================
   Bahsegel VIP — Layout R "Five-Star Luxury Hotel" (cream variant)
   Emerald #0e3a2a + Champagne Gold #d4af37 + Cream #f8f5ee
   Cormorant Garamond (display, italic) + Inter (body)
   ========================================================= */

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; max-width: 100vw; }

:root {
  --emerald: #0e3a2a;
  --emerald-deep: #082017;
  --gold: #d4af37;
  --gold-bright: #f1cf5d;
  --gold-soft: rgba(212,175,55,.35);
  --gold-faint: rgba(212,175,55,.18);
  --cream: #f8f5ee;
  --cream-deep: #efe8d8;
  --paper: #fdfbf6;
  --ink: #1a1f1c;
  --ink-soft: #4a534d;
  --rule: rgba(14,58,42,.18);
}

body {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 400;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.7;
  font-size: 16px;
  min-height: 100vh;
}

@media (min-width: 768px) { body { font-size: 17px; } }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; height: auto; }

/* Typography */
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', 'Times New Roman', serif;
  font-weight: 600;
  color: var(--emerald);
  letter-spacing: -0.5px;
}

h1 {
  font-size: clamp(40px, 9vw, 96px);
  font-style: italic;
  line-height: 1;
  letter-spacing: -1.5px;
  margin-bottom: 22px;
}
h1 .gold { color: var(--gold); }
h1 .underline {
  display: inline-block;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 6px;
}

h2 {
  font-size: clamp(28px, 5.5vw, 48px);
  line-height: 1.1;
  margin-bottom: 18px;
}
h2::before {
  content: "\25C6";
  color: var(--gold);
  font-size: 0.55em;
  margin-right: 14px;
  vertical-align: middle;
  font-style: normal;
}
h2 .em { font-style: italic; color: var(--gold); font-weight: 500; }

h3 {
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 10px;
  color: var(--emerald);
}

h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--emerald);
}

p { color: var(--ink-soft); margin-bottom: 14px; max-width: 70ch; }
p.lead { font-size: clamp(16px, 2vw, 19px); line-height: 1.8; max-width: 720px; color: var(--ink); font-weight: 400; }
strong { color: var(--emerald); font-weight: 600; }
em { color: var(--gold); font-style: italic; }

ul, ol { margin: 0 0 16px 0; padding-left: 0; list-style: none; }
ul li, ol li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  color: var(--ink-soft);
}
ul li::before {
  content: "\25C6";
  position: absolute; left: 0; top: 0;
  color: var(--gold);
  font-size: 14px;
}
ol { counter-reset: item; }
ol li { counter-increment: item; }
ol li::before {
  content: counter(item, decimal-leading-zero);
  font-family: 'Cormorant Garamond', serif;
  color: var(--gold);
  font-weight: 700;
  font-size: 14px;
}

/* Layout */
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 22px; }
@media (min-width: 768px) { .wrap { padding: 0 40px; } }

section { padding: 60px 0; position: relative; }
@media (min-width: 768px) { section { padding: 90px 0; } }

/* Eyebrow / kicker */
.kicker {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.divider-label {
  display: flex; align-items: center; gap: 16px;
  color: var(--gold);
  font-size: 10px; font-weight: 500;
  letter-spacing: 4px; text-transform: uppercase;
  margin-bottom: 28px;
}
.divider-label::before, .divider-label::after {
  content: ""; flex: 1; height: 1px;
  background: var(--gold-soft); max-width: 80px;
}

.gold-divider {
  position: relative; height: 5px; margin: 50px 0;
  max-width: 100%;
}
.gold-divider::before, .gold-divider::after {
  content: ""; position: absolute; left: 0; right: 0; height: 1px; background: var(--gold);
}
.gold-divider::before { top: 0; }
.gold-divider::after { top: 4px; }

/* Header */
header.site-header {
  padding: 16px 0;
  background: var(--paper);
  border-bottom: 1px solid var(--gold-faint);
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(6px);
}
.top-bar {
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
}
.logo-link { display: flex; align-items: center; gap: 10px; }
.logo-link img {
  height: 38px; width: auto;
}
.logo-link .mark {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 600;
  font-size: 13px;
  color: var(--gold);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-left: 1px solid var(--gold-soft);
  padding-left: 12px;
}
@media (max-width: 720px) { .logo-link .mark { display: none; } .logo-link img { height: 32px; } }

nav.main-nav {
  display: none;
  gap: 26px;
  font-size: 12px; font-weight: 500;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--ink-soft);
}
@media (min-width: 980px) { nav.main-nav { display: flex; } }
nav.main-nav a {
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: color .2s, border-color .2s;
}
nav.main-nav a:hover, nav.main-nav a.current {
  color: var(--gold);
  border-color: var(--gold);
}

.nav-cta {
  font-size: 11px; font-weight: 500;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--paper);
  background: var(--emerald);
  border: 1px solid var(--gold);
  padding: 12px 22px;
  transition: all .25s;
  min-height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
}
.nav-cta:hover { background: var(--gold); color: var(--emerald); }

.menu-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; border: 1px solid var(--gold);
  color: var(--emerald); padding: 8px 12px; font-size: 18px;
  cursor: pointer; min-width: 44px; min-height: 44px;
}
@media (min-width: 980px) { .menu-toggle { display: none; } }

.mobile-menu {
  display: none; flex-direction: column; gap: 4px;
  padding: 16px 0 24px; border-top: 1px solid var(--gold-faint);
  margin-top: 16px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  padding: 14px 6px; font-size: 14px; letter-spacing: 2px;
  text-transform: uppercase; color: var(--emerald); font-weight: 500;
  border-bottom: 1px solid var(--rule);
  min-height: 44px; display: flex; align-items: center;
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 16px 38px; min-height: 48px;
  background: transparent; border: 1px solid var(--gold);
  color: var(--emerald);
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 4px; text-transform: uppercase;
  cursor: pointer; transition: all .25s;
}
.btn:hover { background: var(--gold); color: var(--emerald); }
.btn.solid { background: var(--emerald); color: var(--paper); border-color: var(--emerald); }
.btn.solid:hover { background: var(--gold); border-color: var(--gold); color: var(--emerald); }
.btn.gold { background: var(--gold); color: var(--emerald); border-color: var(--gold); }
.btn.gold:hover { background: var(--gold-bright); border-color: var(--gold-bright); }

.btn-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }

/* HERO */
.hero {
  padding: 50px 0 40px;
  position: relative;
  background: linear-gradient(180deg, var(--paper) 0%, var(--cream) 100%);
  overflow: hidden;
}
@media (min-width: 768px) { .hero { padding: 90px 0 70px; } }
.hero::before, .hero::after {
  content: "";
  position: absolute;
  width: 110px; height: 110px;
  border: 1px solid var(--gold-soft);
  pointer-events: none;
}
.hero::before { top: 18px; left: 18px; border-right: 0; border-bottom: 0; }
.hero::after  { bottom: 18px; right: 18px; border-left: 0; border-top: 0; }
@media (max-width: 600px) {
  .hero::before, .hero::after { width: 60px; height: 60px; }
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}
@media (min-width: 900px) {
  .hero-inner { grid-template-columns: 1.15fr 1fr; gap: 60px; }
}

.hero h1 {
  font-size: clamp(44px, 10vw, 108px);
}

.hero .sub {
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.85;
  font-weight: 400;
  color: var(--ink);
  max-width: 560px;
  margin-top: 14px;
  margin-bottom: 26px;
}

.hero-img {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--gold-soft);
  background: var(--cream-deep);
}
.hero-img::before {
  content: ""; position: absolute; inset: 12px;
  border: 1px solid rgba(212,175,55,.4);
  pointer-events: none; z-index: 2;
}
.hero-img img { width: 100%; height: 100%; object-fit: cover; }

/* Tier ladder (5-step horizontal stepper) */
.tier-ladder {
  margin: 36px 0;
  background: var(--paper);
  border: 1px solid var(--gold-faint);
  padding: 36px 22px;
  position: relative;
}
.tier-ladder-title {
  text-align: center; margin-bottom: 26px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(22px, 3.5vw, 32px);
  color: var(--emerald);
}
.ladder-grid {
  display: grid; gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 700px) { .ladder-grid { grid-template-columns: repeat(5, 1fr); } }

.ladder-step {
  text-align: center; padding: 18px 12px;
  border: 1px solid var(--gold-soft);
  background: var(--cream);
  position: relative;
  transition: all .25s;
}
.ladder-step:hover { background: var(--paper); border-color: var(--gold); transform: translateY(-2px); }
.ladder-step .badge {
  font-size: 26px; color: var(--gold); margin-bottom: 6px; line-height: 1;
}
.ladder-step .name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 22px; color: var(--emerald);
  font-weight: 600; line-height: 1.1;
}
.ladder-step .pts {
  display: block; font-size: 11px;
  letter-spacing: 2px; color: var(--ink-soft);
  text-transform: uppercase; margin-top: 6px;
}
.ladder-step.diamond { background: var(--emerald); border-color: var(--gold); }
.ladder-step.diamond .name { color: var(--gold); }
.ladder-step.diamond .pts { color: var(--gold-bright); }

/* Tier card grid */
.tiers-grid {
  display: grid; gap: 22px; margin-top: 28px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) { .tiers-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .tiers-grid { grid-template-columns: repeat(3, 1fr); } }

.tier-card {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--gold-soft);
  padding: 42px 26px 26px;
  transition: all .25s;
}
.tier-card::before {
  content: "";
  position: absolute;
  top: 0; left: 24px; right: 24px; height: 4px;
  background: var(--gold);
}
.tier-card.diamond::before { background: linear-gradient(90deg, var(--gold), var(--gold-bright), var(--gold)); }
.tier-card:hover { transform: translateY(-3px); border-color: var(--gold); box-shadow: 0 18px 36px -22px rgba(14,58,42,.25); }
.tier-card .ribbon {
  position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  background: var(--emerald); color: var(--gold);
  font-size: 10px; letter-spacing: 4px; text-transform: uppercase;
  padding: 6px 18px; border: 1px solid var(--gold);
  font-weight: 600;
}
.tier-card .tier-name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-weight: 600;
  font-size: 36px; color: var(--emerald);
  line-height: 1; margin-bottom: 12px; margin-top: 14px;
}
.tier-card .threshold {
  font-size: 12px; letter-spacing: 2px;
  color: var(--gold); text-transform: uppercase;
  margin-bottom: 16px; font-weight: 600;
}
.tier-card .metrics {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
  margin: 18px 0; padding: 16px 0;
  border-top: 1px solid var(--gold-faint);
  border-bottom: 1px solid var(--gold-faint);
}
.tier-card .metric { text-align: left; }
.tier-card .metric .num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-weight: 700;
  color: var(--gold); font-size: 32px; line-height: 1;
}
.tier-card .metric .lbl {
  font-size: 10px; letter-spacing: 2px;
  text-transform: uppercase; color: var(--ink-soft);
  margin-top: 4px;
}
.tier-card ul li { font-size: 14px; padding-left: 22px; margin-bottom: 6px; }
.tier-card ul li::before { font-size: 11px; }
.tier-card .tier-cta {
  margin-top: 16px; display: block; text-align: center;
  padding: 12px; min-height: 44px;
  border: 1px solid var(--gold);
  font-size: 11px; letter-spacing: 3px;
  text-transform: uppercase; color: var(--emerald);
  font-weight: 600;
}
.tier-card .tier-cta:hover { background: var(--gold); }

/* Comparison table */
.tbl-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 22px 0;
  border: 1px solid var(--gold-faint);
  background: var(--paper);
}
.cmp-table {
  width: 100%; min-width: 720px;
  border-collapse: collapse;
  font-size: 14px;
}
.cmp-table thead th {
  background: var(--emerald); color: var(--gold);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-weight: 600;
  font-size: 18px;
  padding: 16px 14px;
  text-align: center;
  border-right: 1px solid var(--gold-soft);
}
.cmp-table thead th:first-child { text-align: left; color: var(--paper); }
.cmp-table tbody th {
  background: var(--cream-deep);
  text-align: left;
  font-weight: 600; color: var(--emerald);
  padding: 14px 16px;
  font-size: 13px;
  border-bottom: 1px solid var(--gold-faint);
  letter-spacing: 0.5px;
}
.cmp-table tbody td {
  padding: 14px 12px; text-align: center;
  border-bottom: 1px solid var(--rule);
  border-right: 1px solid var(--rule);
  color: var(--ink);
  font-weight: 500;
}
.cmp-table tbody tr:hover td { background: var(--cream); }
.cmp-table .cell-best {
  background: rgba(212,175,55,.08); color: var(--emerald);
  font-weight: 700;
}
.cmp-table .cell-tier {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--gold);
}

/* Path / steps */
.path-grid {
  display: grid; gap: 18px;
  grid-template-columns: 1fr;
  margin-top: 24px;
}
@media (min-width: 700px) { .path-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .path-grid { grid-template-columns: repeat(3, 1fr); } }
.path-step {
  background: var(--paper);
  border: 1px solid var(--gold-faint);
  padding: 28px 24px;
  position: relative;
}
.path-step .num {
  position: absolute; top: 14px; right: 18px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; color: var(--gold);
  font-size: 56px; line-height: 1; font-weight: 700;
  opacity: .6;
}
.path-step h3 { padding-right: 50px; margin-bottom: 8px; }

/* Math example */
.math-card {
  background: var(--emerald); color: var(--cream);
  padding: 36px 26px;
  border: 1px solid var(--gold);
  margin: 26px 0;
  position: relative;
}
.math-card::before {
  content: ""; position: absolute; inset: 8px;
  border: 1px solid var(--gold-soft);
  pointer-events: none;
}
.math-card h3 { color: var(--gold); font-style: italic; }
.math-card p { color: rgba(248,245,238,.85); }
.math-card .calc {
  display: grid; gap: 14px; grid-template-columns: 1fr;
  margin: 22px 0;
}
@media (min-width: 700px) { .math-card .calc { grid-template-columns: repeat(3, 1fr); } }
.math-card .calc .row {
  background: rgba(255,255,255,.04);
  border: 1px solid var(--gold-soft);
  padding: 18px 16px;
  text-align: center;
}
.math-card .calc .lbl {
  font-size: 10px; letter-spacing: 3px;
  color: var(--gold); text-transform: uppercase;
}
.math-card .calc .v {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-weight: 700;
  color: var(--cream); font-size: 30px;
  line-height: 1.1; margin-top: 6px;
}
.math-card .calc .v.gold { color: var(--gold-bright); }

/* Two-column layout (text + image) */
.two-col {
  display: grid; gap: 36px;
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 900px) { .two-col { grid-template-columns: 1fr 1fr; gap: 56px; } }
.two-col .col-img {
  aspect-ratio: 4/5; overflow: hidden;
  border: 1px solid var(--gold-soft);
  position: relative;
}
.two-col .col-img::before {
  content: ""; position: absolute; inset: 10px;
  border: 1px solid var(--gold-soft);
  pointer-events: none; z-index: 2;
}
.two-col .col-img img { width: 100%; height: 100%; object-fit: cover; }
.two-col.reverse .col-img { order: -1; }
@media (min-width: 900px) { .two-col.reverse .col-img { order: 2; } }

/* Events / gifts strip */
.gifts-grid {
  display: grid; gap: 20px;
  grid-template-columns: 1fr;
  margin-top: 22px;
}
@media (min-width: 700px) { .gifts-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .gifts-grid { grid-template-columns: repeat(4, 1fr); } }
.gift {
  background: var(--paper);
  border: 1px solid var(--gold-faint);
  padding: 24px 20px;
  text-align: center;
}
.gift .ic {
  font-size: 32px; color: var(--gold);
  display: block; margin-bottom: 10px;
}
.gift h4 { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 22px; }
.gift p { font-size: 14px; margin: 0 auto; }

/* FAQ */
.faq { margin-top: 26px; }
.faq details {
  background: var(--paper);
  border: 1px solid var(--gold-faint);
  padding: 18px 22px;
  margin-bottom: 12px;
  cursor: pointer;
}
.faq details[open] { border-color: var(--gold); }
.faq summary {
  list-style: none;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 600; color: var(--emerald);
  cursor: pointer; position: relative;
  padding-right: 32px; padding-left: 22px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before {
  content: "\25C6";
  position: absolute; left: 0; top: 4px;
  color: var(--gold); font-size: 12px;
}
.faq summary::after {
  content: "+"; position: absolute; right: 0; top: -2px;
  color: var(--gold); font-size: 26px;
  font-family: 'Cormorant Garamond', serif;
}
.faq details[open] summary::after { content: "\2013"; }
.faq details p { margin-top: 12px; padding-left: 22px; font-size: 15px; }

/* VIP-only games strip */
.salon-grid {
  display: grid; gap: 18px;
  grid-template-columns: 1fr;
  margin-top: 22px;
}
@media (min-width: 700px) { .salon-grid { grid-template-columns: repeat(3, 1fr); } }
.salon-card {
  background: var(--emerald); color: var(--cream);
  padding: 30px 22px;
  border: 1px solid var(--gold);
  position: relative;
}
.salon-card .min {
  position: absolute; top: 14px; right: 16px;
  font-size: 10px; letter-spacing: 2.5px;
  color: var(--gold); text-transform: uppercase;
}
.salon-card h4 { color: var(--gold); font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 24px; margin-bottom: 8px; }
.salon-card p { color: rgba(248,245,238,.78); font-size: 14px; }

/* Footer */
footer.site-footer {
  background: var(--emerald);
  color: var(--cream);
  padding: 60px 0 30px;
  margin-top: 50px;
  border-top: 4px solid var(--gold);
}
.footer-grid {
  display: grid; gap: 32px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; } }
footer h4 {
  color: var(--gold); font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-size: 20px; margin-bottom: 14px;
}
footer ul li { color: rgba(248,245,238,.7); font-size: 14px; margin-bottom: 8px; }
footer ul li::before { color: var(--gold); }
footer a { color: rgba(248,245,238,.78); }
footer a:hover { color: var(--gold); }
footer p { color: rgba(248,245,238,.7); font-size: 14px; }
.footer-brand p { font-size: 13px; line-height: 1.7; }
.footer-bottom {
  margin-top: 36px; padding-top: 22px;
  border-top: 1px solid var(--gold-faint);
  display: flex; flex-wrap: wrap; gap: 14px;
  justify-content: space-between; align-items: center;
  font-size: 12px;
}
.badges {
  display: flex; gap: 10px; flex-wrap: wrap;
  align-items: center;
}
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px;
  border: 1px solid var(--gold-soft);
  color: var(--gold);
  font-size: 11px; letter-spacing: 2px;
  text-transform: uppercase;
}

/* Cookie banner */
.cookie {
  position: fixed; bottom: 12px; left: 12px; right: 12px;
  background: var(--emerald); color: var(--cream);
  border: 1px solid var(--gold);
  padding: 16px 18px;
  z-index: 100;
  display: none;
  font-size: 13px;
  align-items: center; gap: 14px; flex-wrap: wrap;
  max-width: 720px; margin: 0 auto;
}
.cookie.show { display: flex; }
.cookie p { color: rgba(248,245,238,.85); margin: 0; flex: 1; min-width: 200px; }
.cookie button {
  background: var(--gold); color: var(--emerald);
  border: 0; padding: 10px 22px; min-height: 44px;
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  font-weight: 600; cursor: pointer;
}

/* Sticky FAB mobile */
.fab {
  position: fixed; bottom: 16px; left: 50%; transform: translateX(-50%);
  z-index: 90;
  background: var(--emerald);
  color: var(--gold);
  border: 2px solid var(--gold);
  padding: 14px 28px;
  font-size: 12px; letter-spacing: 3px;
  text-transform: uppercase; font-weight: 700;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 12px 28px -8px rgba(14,58,42,.55);
  min-height: 52px; display: inline-flex;
  align-items: center; justify-content: center; gap: 8px;
}
.fab::before { content: "\25C6"; color: var(--gold-bright); }
@media (min-width: 980px) { .fab { display: none; } }

/* Breadcrumb */
.breadcrumb {
  font-size: 12px; letter-spacing: 1px; color: var(--ink-soft);
  margin: 24px 0 0;
}
.breadcrumb a { color: var(--gold); }
.breadcrumb .sep { margin: 0 8px; color: var(--gold-soft); }

/* Notice / age-warning */
.notice {
  background: var(--cream-deep); border-left: 3px solid var(--gold);
  padding: 18px 22px; margin: 26px 0; font-size: 14px;
}
.notice strong { color: var(--emerald); }

/* responsive image radius cleanup */
.hero-img img, .col-img img, .tier-card img { border-radius: 0; }

/* Utility */
.center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.mt-l { margin-top: 36px; }

/* Long-content prose width */
.prose { max-width: 760px; }
.prose p, .prose ul, .prose ol { margin-bottom: 14px; }

/* Section header with kicker centered */
.sec-head { margin-bottom: 28px; }
.sec-head.center { text-align: center; }
.sec-head.center h2::before { content: ""; margin: 0; }
.sec-head.center h2 { display: inline-block; }
.sec-head.center .kicker { display: block; }

/* Page-bottom CTA strip */
.cta-strip {
  background: var(--paper);
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  padding: 50px 0;
  text-align: center;
  margin-top: 50px;
}
.cta-strip h2 {
  font-style: italic;
  font-size: clamp(28px, 5vw, 44px);
  margin-bottom: 14px;
}
.cta-strip h2::before { display: none; }
