/* ============================================================
   JAIHO RUMMY — DESIGN SYSTEM
   Light, festive, vibrant. Indian rummy + casino energy.
   ============================================================ */

:root {
  /* Colors — Brand */
  --brand:        #D7263D;
  --brand-dark:   #9A1B2C;
  --brand-light:  #F26D7D;

  /* Colors — Accent (saffron / marigold gold) */
  --accent:       #F2A93B;
  --accent-warm:  #E26D3A;
  --accent-soft:  #FFD27A;

  /* Colors — Surfaces (LIGHT background) */
  --bg:           #FFF7E8;
  --bg-card:      #FFFFFF;
  --bg-elevated:  #FFEFD0;
  --bg-panel:     #1F1226;
  --bg-warm:      #FCEAD0;

  /* Colors — Text */
  --text:         #1A1024;
  --text-muted:   #5C4A5A;
  --text-dim:     #8E7B8E;
  --text-on-dark: #FBF1E1;

  /* Borders */
  --border:        rgba(242, 169, 59, 0.22);
  --border-strong: rgba(242, 169, 59, 0.45);
  --border-soft:   rgba(26, 16, 36, 0.10);
  --border-deep:   rgba(215, 38, 61, 0.18);

  /* Typography */
  --font-body:    'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --font-heading: 'Fraunces', 'Cormorant Garamond', Georgia, serif;

  /* Spacing scale */
  --sp-1:  0.25rem;
  --sp-2:  0.5rem;
  --sp-3:  0.75rem;
  --sp-4:  1rem;
  --sp-5:  1.25rem;
  --sp-6:  1.5rem;
  --sp-8:  2rem;
  --sp-10: 2.5rem;
  --sp-12: 3rem;
  --sp-16: 4rem;
  --sp-20: 5rem;
  --sp-24: 6rem;
  --sp-32: 8rem;

  /* Radius */
  --r-sm:   8px;
  --r-md:   14px;
  --r-lg:   20px;
  --r-xl:   28px;
  --r-pill: 999px;
  --card-radius: 18px;

  /* Shadows */
  --shadow-soft:  0 8px 28px -12px rgba(154, 27, 44, 0.20);
  --shadow-card:  0 18px 44px -22px rgba(154, 27, 44, 0.30), 0 4px 10px -4px rgba(26, 16, 36, 0.06);
  --shadow-card-hover: 0 28px 60px -22px rgba(154, 27, 44, 0.40), 0 6px 14px -4px rgba(26, 16, 36, 0.08);
  --shadow-cta:   0 12px 32px -10px rgba(215, 38, 61, 0.55);
  --shadow-glow:  0 0 24px rgba(242, 169, 59, 0.35);

  /* Layout */
  --container:    1200px;
  --container-wide: 1320px;
  --header-top-h: 2.25rem;
  --header-main-h: 4.5rem;
  --header-h: calc(var(--header-top-h) + var(--header-main-h));
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  background-image:
    radial-gradient(1200px 720px at 92% -10%, rgba(242, 169, 59, 0.18), transparent 65%),
    radial-gradient(900px 600px at -10% 20%, rgba(215, 38, 61, 0.10), transparent 60%),
    radial-gradient(800px 600px at 50% 110%, rgba(15, 163, 163, 0.08), transparent 70%);
  background-attachment: fixed;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg { display: block; max-width: 100%; }

a {
  color: var(--brand-dark);
  text-decoration: none;
  transition: color 0.18s ease;
}
a:hover { color: var(--brand); }

::selection { background: var(--accent-soft); color: var(--text); }

/* ----- Typography ----- */
h1, h2, h3, h4, h5 {
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.18;
  color: var(--text);
  margin: 0 0 var(--sp-4);
}

h1 { font-size: clamp(2.4rem, 4.6vw, 4.4rem); font-weight: 500; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.7rem, 2.6vw, 2.6rem); font-weight: 500; }
h3 { font-size: clamp(1.2rem, 1.6vw, 1.55rem); font-weight: 600; letter-spacing: 0; }
h4 { font-size: 1.08rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--brand-dark); }

h1 em, h2 em, h3 em {
  font-style: italic;
  color: var(--accent-warm);
  font-weight: 500;
}

p { margin: 0 0 var(--sp-4); }
p:last-child { margin-bottom: 0; }

ul, ol { margin: 0 0 var(--sp-4) 0; padding-left: 1.4rem; }
li { margin-bottom: var(--sp-2); }
li::marker { color: var(--accent); }

strong, b { font-weight: 700; color: var(--text); }
em, i { font-style: italic; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.25rem;
}
.container-wide { max-width: var(--container-wide); }

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brand-dark);
}
.kicker::before {
  content: '';
  width: 28px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), var(--brand));
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 0.85rem;
}
.section-label::before {
  content: '—';
  color: var(--accent);
  font-weight: 400;
  letter-spacing: 0;
}

.section-heading {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  font-weight: 500;
  margin: 0 0 0.75rem;
}
.section-intro {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 62ch;
}

/* ============================================================
   BUTTONS
   ============================================================ */

.btn-primary,
.btn-secondary,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  padding: 0.95rem 1.6rem;
  border-radius: var(--r-pill);
  text-decoration: none;
  cursor: pointer;
  border: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  color: #FFF8EC !important;
  box-shadow: var(--shadow-cta);
}
.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 30%, rgba(255, 210, 122, 0.35) 50%, transparent 70%);
  transform: translateX(-110%);
  transition: transform 0.6s ease;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -10px rgba(215, 38, 61, 0.65); color: #FFF8EC !important; }
.btn-primary:hover::after { transform: translateX(110%); }

.btn-secondary {
  background: var(--bg-card);
  color: var(--brand-dark) !important;
  border: 1px solid var(--border-strong);
  box-shadow: 0 6px 20px -8px rgba(26, 16, 36, 0.18);
}
.btn-secondary:hover {
  background: var(--bg-elevated);
  border-color: var(--accent);
  color: var(--brand-dark) !important;
  transform: translateY(-2px);
}

.btn-ghost {
  background: transparent;
  color: var(--brand-dark) !important;
  border: 1px solid var(--border);
}
.btn-ghost:hover { background: rgba(242, 169, 59, 0.10); color: var(--brand-dark) !important; }

/* ============================================================
   STICKY 2-ROW HEADER
   Top utility bar (slim, dark) + main bar (light, primary nav)
   ============================================================ */

.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--bg-panel);
  color: var(--text-on-dark);
  border-bottom: 1px solid rgba(242, 169, 59, 0.20);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.20);
  transition: box-shadow 0.25s ease;
}
.site-header.is-scrolled {
  box-shadow: 0 10px 28px -10px rgba(0, 0, 0, 0.45);
}

/* ── Top utility bar (slightly darker for hierarchy) ── */
.header-top {
  background: rgba(0, 0, 0, 0.18);
  color: var(--text-on-dark);
  font-size: 0.78rem;
  height: var(--header-top-h);
  display: flex;
  align-items: center;
  position: relative;
}
.header-top::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent) 20%, var(--accent) 80%, transparent);
  opacity: 0.45;
}
.header-top-inner {
  width: 100%;
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.header-trust {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(251, 241, 225, 0.78);
  letter-spacing: 0.06em;
}
.trust-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(242, 169, 59, 0.55);
  animation: trustPulse 2.2s ease-out infinite;
}
@keyframes trustPulse {
  0%   { box-shadow: 0 0 0 0 rgba(242, 169, 59, 0.55); }
  70%  { box-shadow: 0 0 0 9px rgba(242, 169, 59, 0); }
  100% { box-shadow: 0 0 0 0 rgba(242, 169, 59, 0); }
}
.header-utility {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.header-utility a {
  color: rgba(251, 241, 225, 0.78);
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  transition: color 0.18s ease;
}
.header-utility a + a::before {
  content: '';
  position: absolute;
  left: -0.75rem; top: 50%;
  width: 3px; height: 3px;
  background: rgba(242, 169, 59, 0.5);
  border-radius: 50%;
  transform: translateY(-50%);
}
.header-utility a:hover { color: var(--accent-soft); }

/* ── Main bar ── */
.header-main {
  height: var(--header-main-h);
  display: flex;
  align-items: center;
}
.header-main-inner {
  width: 100%;
  max-width: var(--container-wide);
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.brand-mark {
  height: 40px;
  width: auto;
  object-fit: contain;
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: auto;
  position: relative;
}
.nav a {
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(251, 241, 225, 0.85);
  padding: 0.6rem 0.95rem;
  border-radius: var(--r-pill);
  position: relative;
  transition: color 0.18s ease;
  z-index: 2;
}
.nav a:hover { color: var(--accent-soft); }
.nav a.active { color: var(--accent); }
.nav-indicator {
  position: absolute;
  bottom: -0.05rem;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--brand));
  border-radius: 2px;
  pointer-events: none;
  opacity: 0;
  transition: left 0.32s cubic-bezier(.4,.1,.2,1), width 0.32s cubic-bezier(.4,.1,.2,1), opacity 0.2s ease;
}

.header-aside {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.header-cta {
  padding: 0.65rem 1.2rem;
  font-size: 0.85rem;
}

.menu-toggle {
  display: none;
  width: 42px; height: 42px;
  background: transparent;
  border: 1px solid rgba(242, 169, 59, 0.35);
  border-radius: var(--r-pill);
  cursor: pointer;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.menu-toggle span {
  display: block;
  width: 18px; height: 2px;
  background: var(--accent-soft);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
  transform-origin: center;
}
.menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 700px) {
  .header-trust span:not(.trust-dot) { display: none; }
  .header-trust::after {
    content: 'Licensed · 18+';
    color: rgba(251, 241, 225, 0.78);
  }
}

@media (max-width: 900px) {
  .menu-toggle { display: flex; }
  .nav {
    position: fixed;
    inset: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0.5rem;
    padding: 6rem 1.5rem 2rem;
    background: rgba(31, 18, 38, 0.97);
    backdrop-filter: blur(28px) saturate(180%);
    -webkit-backdrop-filter: blur(28px) saturate(180%);
    transform: translateY(-110%);
    transition: transform 0.35s ease;
    margin: 0;
    z-index: 199;
    overflow-y: auto;
  }
  .nav.is-open { transform: translateY(0); }
  .nav a {
    font-family: var(--font-heading);
    font-size: 1.55rem;
    font-weight: 500;
    padding: 0.85rem 1rem;
    text-align: left;
    color: rgba(251, 241, 225, 0.9);
    border-bottom: 1px solid rgba(242, 169, 59, 0.18);
    border-radius: 0;
  }
  .nav a:hover, .nav a.active { color: var(--accent-soft); }
  .nav-indicator { display: none; }
  .header-cta { display: none; }
}

body.no-scroll { overflow: hidden; }

/* ============================================================
   HERO — asymmetric editorial split with decorative card stack
   ============================================================ */

.hero {
  position: relative;
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(4rem, 7vw, 6rem);
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(900px 700px at 88% 18%, rgba(242, 169, 59, 0.32), transparent 60%),
    radial-gradient(800px 700px at 8% 75%, rgba(215, 38, 61, 0.14), transparent 60%),
    radial-gradient(700px 600px at 50% 110%, rgba(15, 163, 163, 0.10), transparent 65%),
    linear-gradient(165deg, #FFF7E8 0%, #FFEFD0 60%, #FFE7BC 100%);
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    radial-gradient(1px 1px at 18% 32%, rgba(215, 38, 61, 0.35) 50%, transparent 50%),
    radial-gradient(1px 1px at 73% 14%, rgba(242, 169, 59, 0.45) 50%, transparent 50%),
    radial-gradient(1px 1px at 42% 78%, rgba(15, 163, 163, 0.45) 50%, transparent 50%),
    radial-gradient(1px 1px at 88% 64%, rgba(215, 38, 61, 0.45) 50%, transparent 50%),
    radial-gradient(1px 1px at 26% 88%, rgba(242, 169, 59, 0.45) 50%, transparent 50%);
  background-size: 280px 280px;
  background-repeat: repeat;
  opacity: 0.7;
  pointer-events: none;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
  opacity: 0.18;
  mix-blend-mode: multiply;
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg,
    rgba(255, 247, 232, 0.78) 0%,
    rgba(255, 247, 232, 0.5) 45%,
    rgba(255, 247, 232, 0.15) 75%,
    transparent 100%);
}

.hero-inner {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero-content { max-width: 600px; }
.hero-content .kicker { margin-bottom: 1.2rem; }
.hero-content h1 {
  margin: 0 0 1.3rem;
  font-size: clamp(2.4rem, 5.4vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
}
.hero-content h1 .highlight {
  position: relative;
  display: inline-block;
  font-style: italic;
  color: var(--accent-warm);
}
.hero-content h1 .highlight::after {
  content: '';
  position: absolute;
  left: -2px; right: -2px; bottom: 0.05em;
  height: 0.32em;
  background: rgba(242, 169, 59, 0.32);
  z-index: -1;
  border-radius: 2px;
}
.hero-content .lead {
  font-size: clamp(1.05rem, 1.3vw, 1.18rem);
  color: var(--text-muted);
  max-width: 54ch;
  margin: 0 0 1.8rem;
  line-height: 1.6;
}
.hero-actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

/* Hero "pill ribbon" social proof */
.hero-proof {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.55rem 1rem 0.55rem 0.6rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--r-pill);
  box-shadow: var(--shadow-soft);
}
.hero-proof .stack {
  display: inline-flex;
}
.hero-proof .chip {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 2px solid var(--bg-card);
  background: linear-gradient(135deg, var(--brand), var(--accent-warm));
  display: inline-block;
  margin-left: -10px;
}
.hero-proof .chip:first-child { margin-left: 0; background: linear-gradient(135deg, var(--accent), var(--brand)); }
.hero-proof .chip:nth-child(2) { background: linear-gradient(135deg, #0FA3A3, var(--accent)); }
.hero-proof .chip:nth-child(3) { background: linear-gradient(135deg, var(--brand-light), var(--brand-dark)); }
.hero-proof .text {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.3;
}
.hero-proof .text strong {
  color: var(--text);
  font-weight: 700;
}

/* ── Hero ART — playful card stack ── */
.hero-art {
  position: relative;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  /* fallback height for browsers that don't compute aspect-ratio against 100% width */
  min-height: 380px;
}
.hero-art-card {
  position: absolute;
  width: 52%;
  aspect-ratio: 5 / 7;
  background: var(--bg-card);
  border-radius: 18px;
  border: 1px solid var(--border-strong);
  box-shadow: 0 30px 60px -22px rgba(154, 27, 44, 0.45),
              0 8px 18px -8px rgba(154, 27, 44, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-style: italic;
  font-size: clamp(3.5rem, 7vw, 6rem);
  font-weight: 500;
  line-height: 1;
  transition: transform 0.4s cubic-bezier(.2,.8,.2,1);
}
.hero-art-card::before {
  content: attr(data-corner);
  position: absolute;
  top: 0.7rem; left: 0.85rem;
  font-family: var(--font-body);
  font-style: normal;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
.hero-art-card::after {
  content: attr(data-corner);
  position: absolute;
  bottom: 0.7rem; right: 0.85rem;
  font-family: var(--font-body);
  font-style: normal;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.1;
  transform: rotate(180deg);
}
.hero-art-card--c1 {
  top: 6%; left: 2%;
  transform: rotate(-12deg);
  color: var(--brand);
  z-index: 1;
}
.hero-art-card--c2 {
  top: 14%; left: 26%;
  transform: rotate(4deg);
  color: var(--text);
  z-index: 2;
}
.hero-art-card--c3 {
  top: 8%; left: 48%;
  transform: rotate(16deg);
  color: var(--brand-dark);
  background: linear-gradient(180deg, #FFFFFF 80%, var(--bg-elevated));
  z-index: 1;
}
.hero-art:hover .hero-art-card--c1 { transform: rotate(-15deg) translateX(-6px) translateY(-4px); }
.hero-art:hover .hero-art-card--c2 { transform: rotate(2deg) translateY(-6px); }
.hero-art:hover .hero-art-card--c3 { transform: rotate(20deg) translateX(6px) translateY(-4px); }

/* Floating "100%" chip badge */
.hero-art-chip {
  position: absolute;
  bottom: 4%;
  right: 0;
  width: 130px; height: 130px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--brand) 100%);
  color: #FFF8EC;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 24px 48px -16px rgba(215, 38, 61, 0.55), inset 0 0 0 4px rgba(255, 248, 236, 0.2);
  font-family: var(--font-heading);
  z-index: 4;
  animation: chipFloat 4s ease-in-out infinite;
}
.hero-art-chip::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 2px dashed rgba(255, 248, 236, 0.45);
  border-radius: 50%;
}
.hero-art-chip .num {
  font-size: 1.85rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
}
.hero-art-chip .lbl {
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0.25rem;
}

/* Floating sparkle dots */
.hero-art-spark {
  position: absolute;
  font-family: var(--font-heading);
  font-style: italic;
  color: var(--accent);
  pointer-events: none;
}
.hero-art-spark--a { top: -2%; right: 18%; font-size: 2.2rem; animation: sparkFloat 5s ease-in-out infinite; }
.hero-art-spark--b { top: 38%; right: -3%; font-size: 1.4rem; color: var(--brand); animation: sparkFloat 4s ease-in-out infinite 1s; }
.hero-art-spark--c { bottom: 6%; left: 0%; font-size: 1.8rem; color: #0FA3A3; animation: sparkFloat 6s ease-in-out infinite 0.5s; }

@keyframes chipFloat {
  0%, 100% { transform: translateY(0) rotate(-6deg); }
  50%      { transform: translateY(-10px) rotate(-2deg); }
}
@keyframes sparkFloat {
  0%, 100% { transform: translateY(0) rotate(0); opacity: 0.85; }
  50%      { transform: translateY(-12px) rotate(20deg); opacity: 1; }
}

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-art { max-width: 440px; }
  .hero-content { max-width: none; text-align: left; }
}
@media (max-width: 560px) {
  .hero-art { max-width: 360px; }
  .hero-art-chip { width: 100px; height: 100px; }
  .hero-art-chip .num { font-size: 1.45rem; }
}

/* ============================================================
   STAT STRIP (hero bridge)
   ============================================================ */

.hero-bridge {
  position: relative;
  margin-top: -3.25rem;
  margin-bottom: 4rem;
  z-index: 5;
}
.hero-stats-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--card-radius);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  position: relative;
}
.hero-stats-strip::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--accent), var(--accent-warm), var(--brand));
}
.stat-tile {
  padding: 1.6rem 1.25rem;
  text-align: center;
  border-right: 1px solid var(--border-soft);
  position: relative;
}
.stat-tile:last-child { border-right: 0; }
.stat-tile .num {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 500;
  color: var(--brand-dark);
  line-height: 1;
  letter-spacing: -0.01em;
  display: block;
  margin-bottom: 0.4rem;
}
.stat-tile .num em { color: var(--accent-warm); font-style: italic; }
.stat-tile .label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}

@media (max-width: 900px) {
  .hero-stats-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat-tile:nth-child(2) { border-right: 0; }
  .stat-tile:nth-child(1), .stat-tile:nth-child(2) { border-bottom: 1px solid var(--border-soft); }
}
@media (max-width: 480px) {
  .hero-stats-strip { grid-template-columns: 1fr; }
  .stat-tile { border-right: 0; border-bottom: 1px solid var(--border-soft); }
  .stat-tile:last-child { border-bottom: 0; }
}

/* ============================================================
   SECTIONS — common
   ============================================================ */

.home-section,
.page-section {
  padding: 3rem 0;
  position: relative;
}
.home-section-head {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 2rem;
}
.home-section-head .section-intro { margin: 0 auto; }

.section-eyebrow-symbol {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 2.3rem;
  color: var(--accent);
  display: block;
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* ============================================================
   FLOOR GRID (H3 group cards)
   ============================================================ */

.floor-grid {
  display: grid;
  gap: 1.25rem;
}
.floor-grid--cols-1 { grid-template-columns: 1fr; max-width: 600px; margin: 0 auto; }
.floor-grid--cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.floor-grid--cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.floor-grid--cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* Rich variant — single-column editorial when tiles have nested H4 + lists */
.floor-grid--rich {
  grid-template-columns: 1fr;
  max-width: 920px;
  margin: 0 auto;
  gap: 1.5rem;
}
.floor-grid--rich .floor-tile {
  padding: 2.4rem 2.2rem 2.2rem;
}
.floor-grid--rich .floor-tile h3 {
  font-size: 1.55rem;
  margin-bottom: 1.1rem;
}
.floor-grid--rich .floor-tile > p {
  font-size: 1rem;
  line-height: 1.7;
}
/* H4 sub-section header → uppercase kicker with a bold rule above */
.floor-grid--rich .floor-tile h4 {
  margin: 2rem 0 1.1rem;
  padding-top: 1.4rem;
  border-top: 2px solid var(--brand);
  color: var(--brand-dark);
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
/* Sub-card list — each LI becomes its own padded card with an accent left bar */
.floor-grid--rich .floor-tile ul,
.floor-grid--rich .floor-tile ol {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0.5rem;
  display: grid;
  gap: 0.75rem;
}
.floor-grid--rich .floor-tile li {
  position: relative;
  background: var(--bg);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-md);
  padding: 1rem 1.15rem 1rem 1.45rem;
  margin: 0;
  list-style: none;
  font-size: 0.96rem;
  line-height: 1.55;
  color: var(--text);
}
.floor-grid--rich .floor-tile li::marker { content: ''; }
.floor-grid--rich .floor-tile li::before {
  content: '';
  position: absolute;
  left: 0; top: 0.5rem; bottom: 0.5rem;
  width: 3px;
  background: linear-gradient(180deg, var(--accent), var(--accent-warm));
  border-radius: 2px;
}
.floor-grid--rich .floor-tile li strong {
  color: var(--brand-dark);
  font-weight: 700;
}
@media (max-width: 700px) {
  .floor-grid--rich .floor-tile { padding: 1.8rem 1.4rem; }
}

@media (max-width: 900px) {
  .floor-grid--cols-3, .floor-grid--cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .floor-grid { grid-template-columns: 1fr !important; }
}

.floor-tile {
  position: relative;
  padding: 2.2rem 1.7rem 1.8rem;
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--card-radius);
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(.2,.8,.2,1), box-shadow 0.28s ease, border-color 0.28s ease;
  box-shadow: var(--shadow-card);
}
.floor-tile::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-warm) 50%, var(--brand) 100%);
  opacity: 0.85;
}
.floor-tile::after {
  content: attr(data-mono);
  position: absolute;
  right: 0.6rem;
  bottom: -2rem;
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 8.5rem;
  font-weight: 500;
  color: rgba(242, 169, 59, 0.14);
  line-height: 1;
  pointer-events: none;
  z-index: 0;
  transition: color 0.3s ease, transform 0.3s ease;
}
.floor-tile:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--border-strong);
}
.floor-tile:hover::after {
  color: rgba(215, 38, 61, 0.18);
  transform: translateY(-4px) rotate(-3deg);
}

/* Tag chip in upper-right (optional pill that can be added) */
.floor-tile .tile-chip {
  position: absolute;
  top: 1.1rem; right: 1.1rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand);
  background: rgba(215, 38, 61, 0.08);
  padding: 0.28rem 0.65rem;
  border-radius: var(--r-pill);
  z-index: 2;
}
.floor-tile > * { position: relative; z-index: 1; }
.floor-tile h3 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 0.8rem;
  color: var(--text);
  line-height: 1.25;
}
.floor-tile p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.65;
}
.floor-tile p:not(:last-child) { margin-bottom: 0.6rem; }

/* ============================================================
   SPLIT LAYOUT (image + feature list)
   ============================================================ */

.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}
.split-layout--reverse { direction: rtl; }
.split-layout--reverse > * { direction: ltr; }

.split-image {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: linear-gradient(135deg, var(--brand-dark), var(--bg-panel));
  box-shadow: var(--shadow-card);
}
.split-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
.split-image::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 210, 122, 0.25);
  border-radius: var(--r-xl);
  pointer-events: none;
}

.split-content h2 { margin-top: 0; }

.feature-check-list {
  list-style: none;
  padding: 1.6rem 1.7rem 1.3rem 1.7rem;
  margin: 1.4rem 0;
  background: linear-gradient(135deg, rgba(242, 169, 59, 0.12), rgba(255, 247, 232, 0.5));
  border: 1px solid var(--border);
  border-left: 4px solid var(--accent);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  box-shadow: var(--shadow-soft);
}
.feature-check-list li {
  position: relative;
  padding-left: 2.1rem;
  margin-bottom: 0.85rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--text);
}
.feature-check-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 0.15rem;
  width: 22px; height: 22px;
  background: linear-gradient(135deg, var(--accent), var(--accent-warm));
  border-radius: 50%;
  box-shadow: 0 4px 10px -3px rgba(242, 169, 59, 0.55);
}
.feature-check-list li::after {
  content: '';
  position: absolute;
  left: 7px; top: 0.5rem;
  width: 5px; height: 9px;
  border-right: 2px solid #FFF8EC;
  border-bottom: 2px solid #FFF8EC;
  transform: rotate(45deg);
}
.feature-check-list--plain {
  background: var(--bg-card);
  border: 1px solid var(--border);
}

@media (max-width: 900px) {
  .split-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
    direction: ltr !important;
  }
  .split-image { aspect-ratio: 16 / 11; }
}

/* ============================================================
   PLAIN CARD (paragraphs only)
   ============================================================ */

.plain-card {
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-xl);
  padding: clamp(2.2rem, 4.5vw, 3.2rem);
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
.plain-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--accent), var(--accent-warm), var(--brand));
  opacity: 0.85;
}
.plain-card > * { position: relative; z-index: 1; }
.plain-card p { font-size: 1.02rem; line-height: 1.75; }

/* ============================================================
   IMAGE DIVIDER — contained editorial figure (image + numbered aside)
   ============================================================ */

body { counter-reset: img-div; }

.image-divider {
  padding: 1.5rem 0 !important;
  background: transparent;
  width: 100%;
  aspect-ratio: auto;
  max-height: none;
  overflow: visible;
  position: relative;
  counter-increment: img-div;
}
.image-divider::before, .image-divider::after { display: none; }

.image-divider-inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 1.5rem;
  width: calc(100% - 2.5rem);
  max-width: 1100px;
  margin: 0 auto;
  align-items: stretch;
}

.image-divider-figure {
  margin: 0;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--border-soft);
  position: relative;
}
.image-divider-figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}

.image-divider-aside {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 1.8rem;
  background: linear-gradient(135deg, var(--bg-card), var(--bg-elevated));
  border: 1px solid var(--border-soft);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.image-divider-aside::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--accent-warm), var(--brand));
  opacity: 0.85;
}
.image-divider-num {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 500;
  color: var(--accent);
  line-height: 0.9;
  display: block;
  margin-bottom: 0.85rem;
  letter-spacing: -0.02em;
}
.image-divider-num::before { content: counter(img-div, decimal-leading-zero); }
.image-divider-kicker {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brand);
  display: inline-block;
  margin-bottom: 0.45rem;
}
.image-divider-label {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 500;
  margin: 0;
  color: var(--text);
  line-height: 1.25;
}

@media (max-width: 700px) {
  .image-divider-inner { grid-template-columns: 1fr; gap: 1rem; }
  .image-divider-aside { padding: 1.4rem 1.4rem; }
}

/* ============================================================
   INTRO BLOCK
   ============================================================ */

.intro-block {
  max-width: 780px;
  margin: 0 auto 3rem;
  text-align: center;
  padding: 0 1rem;
}
.intro-block p {
  font-size: clamp(1.05rem, 1.3vw, 1.18rem);
  line-height: 1.65;
  color: var(--text-muted);
  margin-bottom: 1rem;
}
.intro-block p:first-child { font-family: var(--font-heading); font-style: italic; font-size: clamp(1.2rem, 1.6vw, 1.45rem); color: var(--text); font-weight: 400; }

/* ============================================================
   HOMEPAGE BESPOKE SECTIONS
   ============================================================ */

/* home-intro */
.home-intro {
  padding: 3.5rem 0 2rem;
  text-align: center;
  position: relative;
}
.home-intro .container { max-width: 820px; }
.home-intro h2 { font-size: clamp(1.9rem, 3vw, 2.7rem); margin-bottom: 1.25rem; }
.home-intro p { font-size: 1.06rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 1rem; }
.home-intro .cta-inline {
  margin-top: 1.5rem;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}
.home-intro .cta-inline a { color: #FFF8EC !important; }
.home-intro .cta-inline .btn-secondary { color: var(--brand-dark) !important; }

/* home-floor — bento grid */
.home-floor { padding: 2.5rem 0 3rem; }
.bento-floor {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(180px, auto);
  gap: 1rem;
}
.bento-floor .floor-tile { padding: 1.75rem 1.5rem 1.5rem; }
.bento-floor .floor-tile--wide { grid-column: span 2; grid-row: span 2; padding: 2.5rem 2rem 2rem; }
.bento-floor .floor-tile--tall { grid-row: span 2; }
.bento-floor .floor-tile--wide h3 { font-size: 1.85rem; }
.bento-floor .floor-tile--wide::after { font-size: 13rem; right: -1rem; bottom: -2.5rem; }

@media (max-width: 900px) {
  .bento-floor { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; }
  .bento-floor .floor-tile--wide,
  .bento-floor .floor-tile--tall { grid-column: span 2; grid-row: span 1; }
}
@media (max-width: 560px) {
  .bento-floor { grid-template-columns: 1fr; }
  .bento-floor .floor-tile--wide { grid-column: span 1; }
}

/* home-live — split */
.home-live { padding: 3rem 0; background: linear-gradient(180deg, transparent, var(--bg-warm) 60%, transparent); }

/* home-secure — art-deco grid */
.home-secure { padding: 3rem 0; }
.security-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 900px) { .security-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .security-grid { grid-template-columns: 1fr; } }

.security-card,
.accred-badge {
  position: relative;
  padding: 2.4rem 1.5rem 1.8rem;
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--card-radius);
  text-align: center;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(.2,.8,.2,1), box-shadow 0.28s ease, border-color 0.28s ease;
  box-shadow: var(--shadow-soft);
}
.security-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--brand));
  opacity: 0.7;
}
.security-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 30%, rgba(242, 169, 59, 0.18) 50%, transparent 70%);
  transform: translateX(-110%);
  transition: transform 0.7s ease;
  pointer-events: none;
}
.security-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-hover);
  border-color: var(--border-strong);
}
.security-card:hover::after { transform: translateX(110%); }

.accred-corner {
  position: absolute;
  width: 16px; height: 16px;
  border-color: var(--accent);
  border-style: solid;
  transition: all 0.3s ease;
}
.accred-corner--tl { top: 8px; left: 8px; border-width: 1.5px 0 0 1.5px; }
.accred-corner--tr { top: 8px; right: 8px; border-width: 1.5px 1.5px 0 0; }
.accred-corner--bl { bottom: 8px; left: 8px; border-width: 0 0 1.5px 1.5px; }
.accred-corner--br { bottom: 8px; right: 8px; border-width: 0 1.5px 1.5px 0; }
.security-card:hover .accred-corner,
.accred-badge:hover .accred-corner {
  width: 22px; height: 22px;
  border-color: var(--brand);
}

.security-card h3 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0.6rem 0 0.5rem;
}
.security-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
}
.security-card .icon-circle {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-warm));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  color: #FFF8EC;
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 600;
  font-size: 1.4rem;
}

/* home-rewards — bento mix */
.home-rewards { padding: 3rem 0; }
.rewards-bento {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.rewards-tile {
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--card-radius);
  padding: 1.8rem 1.6rem;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform 0.28s cubic-bezier(.2,.8,.2,1), box-shadow 0.28s ease;
}
.rewards-tile::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-warm));
  opacity: 0.7;
}
.rewards-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
}
.rewards-tile h3 { font-family: var(--font-heading); font-size: 1.25rem; margin: 0 0 0.55rem; line-height: 1.25; }
.rewards-tile p { font-size: 0.94rem; color: var(--text-muted); line-height: 1.6; margin: 0; }
.rewards-tile .reward-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand);
  background: rgba(215, 38, 61, 0.08);
  padding: 0.25rem 0.6rem;
  border-radius: var(--r-pill);
  margin-bottom: 0.7rem;
}

.rewards-tile--welcome {
  grid-column: 1;
  grid-row: 1;
  padding: 2.2rem 2rem;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  color: #FFF8EC;
  border-color: var(--brand-dark);
}
.rewards-tile--welcome::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-soft), var(--accent), var(--accent-soft));
  opacity: 1;
}
.rewards-tile--welcome::after {
  content: '100%';
  position: absolute;
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 7rem;
  color: rgba(255, 210, 122, 0.18);
  line-height: 1;
  right: -0.5rem; bottom: -1.5rem;
  pointer-events: none;
}
.rewards-tile--welcome > * { position: relative; z-index: 1; }
.rewards-tile--welcome h3 { color: #FFF8EC; font-size: 2rem; margin-bottom: 0.7rem; }
.rewards-tile--welcome p { color: rgba(255, 248, 236, 0.85); font-size: 1rem; }
.rewards-tile--welcome .reward-tag { color: var(--accent-soft); background: rgba(255, 210, 122, 0.15); }

.rewards-tile--vip {
  grid-column: 1 / -1;
  background: linear-gradient(95deg, var(--bg-panel) 0%, #2C1A38 100%);
  color: var(--text-on-dark);
  padding: 1.8rem 2.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  border-color: rgba(242, 169, 59, 0.3);
}
.rewards-tile--vip::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 1;
}
.rewards-tile--vip h3 { color: var(--accent-soft); margin: 0; font-size: 1.5rem; font-style: italic; }
.rewards-tile--vip p { color: rgba(251, 241, 225, 0.78); margin: 0.25rem 0 0; max-width: 60ch; }
.rewards-tile--vip .btn-primary { color: #FFF8EC !important; }

@media (max-width: 560px) {
  .rewards-bento { grid-template-columns: 1fr; }
  .rewards-tile--welcome, .rewards-tile--vip { grid-column: 1; grid-row: auto; }
}

/* home-support — editorial card */
.home-support { padding: 3rem 0 4rem; }
.support-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--r-xl);
  padding: 4rem 3rem;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.support-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--accent), var(--accent-warm), var(--brand));
  z-index: 2;
}
.support-card::before {
  content: '24/7';
  position: absolute;
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 22rem;
  font-weight: 400;
  color: rgba(215, 38, 61, 0.05);
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  letter-spacing: -0.05em;
}
.support-card > * { position: relative; z-index: 1; }
.support-card h2 { font-size: clamp(1.7rem, 2.6vw, 2.4rem); margin-bottom: 1rem; }
.support-card p { color: var(--text-muted); font-size: 1.05rem; line-height: 1.65; max-width: 60ch; margin: 0 auto 1rem; }
.support-card .cta-inline { margin-top: 1.6rem; display: inline-flex; gap: 0.85rem; flex-wrap: wrap; justify-content: center; }
.support-card .cta-inline a { color: #FFF8EC !important; }
.support-card .cta-inline .btn-secondary { color: var(--brand-dark) !important; }

@media (max-width: 700px) {
  .support-card { padding: 2.5rem 1.5rem; }
  .support-card::before { font-size: 13rem; }
}

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */

.page-hero {
  position: relative;
  padding: clamp(3rem, 8vw, 6rem) 0 clamp(2rem, 5vw, 3.5rem);
  background:
    radial-gradient(700px 500px at 90% 30%, rgba(242, 169, 59, 0.18), transparent 60%),
    radial-gradient(800px 600px at 10% 70%, rgba(215, 38, 61, 0.10), transparent 60%);
  overflow: hidden;
}
.page-hero[data-bg]::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--bg-img);
  background-size: cover;
  background-position: center 35%;
  opacity: 0.18;
  z-index: -1;
}
.page-hero .container { max-width: 920px; }

.breadcrumb {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 1.4rem;
}
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--brand); }
.breadcrumb span { color: var(--accent); margin: 0 0.55rem; }

.page-hero h1 {
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 500;
  margin: 0 0 1.1rem;
  max-width: 22ch;
}
.page-hero .subtitle {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  color: var(--text-muted);
  max-width: 60ch;
  margin: 0 0 1.2rem;
  line-height: 1.55;
}
.page-meta {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--text-dim);
  margin: 0;
  font-style: italic;
}
.page-meta-author { color: var(--brand-dark); font-style: normal; font-weight: 700; letter-spacing: 0.04em; }

/* ============================================================
   FAQ section — accordion with FAQPage schema
   ============================================================ */

.faq-section {
  padding: 3rem 0;
}
.faq-list {
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  gap: 0.75rem;
}
.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: var(--card-radius);
  overflow: hidden;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
  box-shadow: var(--shadow-soft);
}
.faq-item[open] {
  border-color: var(--border-strong);
  box-shadow: var(--shadow-card);
}
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.4rem;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--text);
  user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover .faq-q { color: var(--brand); }
.faq-q {
  flex: 1;
  line-height: 1.35;
  transition: color 0.18s ease;
}
.faq-icon {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-warm));
  position: relative;
  transition: transform 0.3s ease;
}
.faq-icon::before, .faq-icon::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 12px; height: 2px;
  background: #FFF8EC;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}
.faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] .faq-icon { transform: rotate(180deg); }
.faq-item[open] .faq-icon::after { transform: translate(-50%, -50%) rotate(0deg); opacity: 0; }
.faq-answer {
  padding: 0 1.4rem 1.3rem;
  color: var(--text-muted);
  line-height: 1.65;
}
.faq-answer p { margin: 0; font-size: 0.97rem; }

/* ============================================================
   FOOTER — modern editorial with overlapping CTA card
   ============================================================ */

.site-footer {
  margin-top: 8rem;
  background: var(--bg-panel);
  color: var(--text-on-dark);
  position: relative;
  padding-top: 5rem; /* room for the overlapping CTA */
}

/* Overlapping CTA card (sits half over previous section) */
.footer-cta {
  position: relative;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-warm) 55%, var(--brand) 100%);
  border-radius: var(--r-xl);
  padding: clamp(2.5rem, 5vw, 4rem) clamp(2rem, 5vw, 3.5rem);
  max-width: 1100px;
  margin: -10rem auto 4rem;
  color: #FFF8EC;
  display: grid;
  grid-template-columns: 1.3fr auto;
  gap: 2rem;
  align-items: center;
  box-shadow: 0 36px 80px -28px rgba(154, 27, 44, 0.55);
  overflow: hidden;
  isolation: isolate;
}
.footer-cta::before {
  content: 'Jaiho';
  position: absolute;
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 500;
  font-size: 22rem;
  line-height: 1;
  color: rgba(255, 248, 236, 0.10);
  bottom: -7rem;
  right: -3rem;
  letter-spacing: -0.05em;
  z-index: -1;
  pointer-events: none;
}
.footer-cta .cta-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 248, 236, 0.85);
  display: inline-block;
  margin-bottom: 0.7rem;
}
.footer-cta h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
  font-weight: 500;
  color: #FFF8EC;
  margin: 0 0 0.85rem;
  line-height: 1.1;
}
.footer-cta h2 em { color: rgba(255, 248, 236, 0.92); }
.footer-cta p {
  color: rgba(255, 248, 236, 0.85);
  font-size: 1rem;
  line-height: 1.55;
  max-width: 50ch;
  margin: 0;
}
.footer-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.footer-cta .btn-on-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 1.6rem;
  background: var(--bg-panel);
  color: #FFF8EC !important;
  border-radius: var(--r-pill);
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
  border: 0;
  white-space: nowrap;
}
.footer-cta .btn-on-gold:hover {
  transform: translateY(-2px);
  background: #2C1A38;
}
.footer-cta .btn-on-gold-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.6rem;
  background: transparent;
  color: #FFF8EC !important;
  border: 1.5px solid rgba(255, 248, 236, 0.6);
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
.footer-cta .btn-on-gold-ghost:hover {
  background: rgba(255, 248, 236, 0.12);
  border-color: #FFF8EC;
}

@media (max-width: 760px) {
  .footer-cta { grid-template-columns: 1fr; padding: 2rem 1.5rem; }
  .footer-cta-actions { flex-direction: row; flex-wrap: wrap; }
}

/* Main link grid */
.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  padding: 1rem 0 3rem;
  align-items: start;
}

.footer-pedestal .footer-logo {
  height: 44px;
  width: auto;
  object-fit: contain;
  margin-bottom: 1.1rem;
}
.footer-pedestal .footer-tagline {
  font-size: 0.95rem;
  color: rgba(251, 241, 225, 0.72);
  line-height: 1.65;
  margin: 0 0 1.4rem;
  max-width: 32ch;
}
.footer-pedestal .footer-payments {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.footer-pay-pill {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(251, 241, 225, 0.7);
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(242, 169, 59, 0.32);
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.03);
}

.footer-col h4 {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 500;
  font-size: 1.2rem;
  text-transform: none;
  letter-spacing: 0;
  color: var(--accent-soft);
  margin: 0 0 1.2rem;
  position: relative;
  padding-bottom: 0.7rem;
}
.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--brand));
  border-radius: 2px;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 0.6rem; }
.footer-col a {
  color: rgba(251, 241, 225, 0.78);
  font-size: 0.94rem;
  transition: color 0.15s ease, padding-left 0.2s ease;
  display: inline-block;
}
.footer-col a:hover { color: var(--accent-soft); padding-left: 6px; }

/* Trust bar — combined with bottom in a single inline row */
.footer-trustbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1.6rem 0;
  border-top: 1px solid rgba(242, 169, 59, 0.18);
}
.footer-trustbar-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.6rem;
  align-items: center;
}
.footer-trustpill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(251, 241, 225, 0.78);
}
.footer-trustpill .mark {
  font-family: var(--font-heading);
  font-style: italic;
  color: var(--accent);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0;
}
.footer-bottom {
  padding: 1.4rem 0 2rem;
  border-top: 1px solid rgba(242, 169, 59, 0.10);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.7rem;
}
.footer-bottom .copy {
  font-size: 0.84rem;
  color: rgba(251, 241, 225, 0.65);
  margin: 0;
  letter-spacing: 0.04em;
}
.footer-bottom .copy strong {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 500;
  color: var(--accent-soft);
}
.footer-bottom .disclaimer {
  font-style: italic;
  font-size: 0.78rem;
  color: rgba(251, 241, 225, 0.5);
  margin: 0;
  text-align: right;
  max-width: 50ch;
}

@media (max-width: 1100px) {
  .footer-main { grid-template-columns: 1fr 1fr 1fr; }
  .footer-pedestal { grid-column: span 3; }
}
@media (max-width: 700px) {
  .footer-main { grid-template-columns: 1fr 1fr; padding: 1rem 0 2rem; gap: 2rem; }
  .footer-pedestal { grid-column: span 2; }
  .footer-bottom { justify-content: flex-start; }
  .footer-bottom .disclaimer { text-align: left; }
  .footer-cta { margin: -8rem auto 3rem; }
}

/* ============================================================
   404
   ============================================================ */

.err-404 {
  min-height: calc(100vh - var(--header-h));
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 1.5rem;
  position: relative;
}
.err-404 .err-glyph {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(8rem, 22vw, 16rem);
  line-height: 0.85;
  color: var(--brand);
  margin: 0 0 1rem;
  background: linear-gradient(135deg, var(--brand), var(--accent-warm));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.err-404 h1 { font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: 1rem; }
.err-404 p { color: var(--text-muted); max-width: 50ch; margin: 0 auto 2rem; font-size: 1.05rem; }

/* ============================================================
   ANIMATION — staggered reveal
   ============================================================ */

@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .reveal.is-visible { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   PAGE CONTENT — generic adjustments
   ============================================================ */

.page-section + .page-section { padding-top: 0; }
.page-section .container > .section-label { display: inline-flex; }
.page-section h2 { margin-top: 0; }
.page-section .home-section-head { margin-bottom: 2.5rem; }

.page-section.image-divider { padding: 0; }

/* sandbox: prevent global a-color from bleeding into buttons */
.cta-inline a.btn-primary,
.cta-inline a.btn-secondary,
.support-card a.btn-primary,
.support-card a.btn-secondary,
.home-intro a.btn-primary,
.home-intro a.btn-secondary,
.hero-actions a.btn-primary,
.hero-actions a.btn-secondary,
.rewards-tile--vip a.btn-primary,
.footer-pedestal a.btn-primary,
.support-card .btn-primary,
.hero-actions .btn-primary,
.rewards-tile--vip .btn-primary { color: #FFF8EC; }
