/* JDS ProValet — design tokens & base reset
   Black & gold luxury system drawn from the JDS ProValet print flyers:
   metallic gold gradients, hairline gold frames, condensed caps, script accents. */
:root {
  --bg: #070708;
  --surface: #101013;
  --surface-alt: #16161A;
  --surface-raised: #1C1C21;
  --border: #26262C;
  --border-gold: rgba(217, 169, 78, 0.38);
  --border-gold-strong: rgba(233, 190, 96, 0.65);
  --text: #F5F1E6;
  --text-muted: #ADA593;
  --text-faint: #7A7466;
  --gold: #D9A94E;
  --gold-bright: #F0C568;
  --gold-deep: #A9740E;
  --gold-pale: #F8E6AE;
  --grad-gold: linear-gradient(115deg, #F8E27A 0%, #E4B85B 30%, #B37F1D 55%, #F3D77E 82%, #C8901A 100%);
  --grad-gold-soft: linear-gradient(180deg, #F3D77E 0%, #D9A94E 55%, #A9740E 100%);
  --grad-bronze: linear-gradient(115deg, #E8A56B 0%, #B4713A 45%, #8C5A2B 75%, #D9975C 100%);
  --grad-silver: linear-gradient(115deg, #FFFFFF 0%, #C9CDD4 40%, #9FA4AD 70%, #E8EAEE 100%);
  --success: #7CB45A;
  --warning: #D08A33;

  --font-display: "Bebas Neue", "Oswald", sans-serif;
  --font-body: "Manrope", sans-serif;
  --font-script: "Great Vibes", cursive;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-8: 3rem;
  --space-10: 4rem;
  --space-12: 6rem;
  --space-16: 8rem;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 14px;

  --shadow-card: 0 14px 40px rgba(0, 0, 0, 0.5);
  --glow-gold: 0 0 24px rgba(217, 169, 78, 0.22);
  --shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}

body {
  margin: 0;
  background:
    radial-gradient(1100px 500px at 50% -150px, rgba(217, 169, 78, 0.07), transparent 65%),
    var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); font-weight: 400; letter-spacing: 0.025em; line-height: 1.05; }
p { margin: 0; }

.shell { max-width: var(--shell); margin: 0 auto; padding: 0 var(--space-5); }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--gold);
  color: #0B0B0C;
  padding: var(--space-3) var(--space-5);
  z-index: 200;
  border-radius: 0 0 var(--radius-sm) 0;
  font-weight: 700;
}
.skip-link:focus { left: 0; }

:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- Buttons: metallic gold ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  min-height: 48px;
  padding: 0 var(--space-6);
  border-radius: 4px;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  white-space: nowrap;
  position: relative;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary {
  background: var(--grad-gold-soft);
  color: #14100A;
  box-shadow: inset 0 1px 0 rgba(255, 244, 200, 0.65), 0 6px 18px rgba(0, 0, 0, 0.45);
}
.btn--primary:hover { box-shadow: inset 0 1px 0 rgba(255, 244, 200, 0.65), var(--glow-gold), 0 6px 18px rgba(0, 0, 0, 0.45); }
.btn--ghost { background: transparent; border-color: var(--border-gold); color: var(--gold-bright); }
.btn--ghost:hover { border-color: var(--gold-bright); box-shadow: var(--glow-gold); }
.btn--sm { min-height: 40px; padding: 0 var(--space-5); font-size: 0.8rem; }
.btn--block { width: 100%; }

.icon { width: 1.1em; height: 1.1em; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

/* ---------- Section furniture: flyer banner + hairlines ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-bright);
}
.section-head .eyebrow {
  background: var(--grad-gold);
  color: #17120A;
  padding: 6px 22px;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 10px 100%, 0 50%);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}
.section-head .eyebrow::before,
.section-head .eyebrow::after { content: "\2605"; font-size: 0.7rem; letter-spacing: 0; }

.section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-title {
  font-size: clamp(2.2rem, 4.8vw, 3.4rem);
  margin-top: var(--space-4);
  text-wrap: balance;
  background: linear-gradient(180deg, #FDFBF4 0%, #EDE4CC 45%, #D9A94E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--gold-pale);
}
.section-lede { color: var(--text-muted); font-size: 1.02rem; max-width: 640px; margin-top: var(--space-3); }

.rule-script {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  color: var(--gold-bright);
  font-family: var(--font-script);
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.2;
}
.rule-script::before, .rule-script::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, var(--border-gold-strong));
}
.rule-script::after { background: linear-gradient(90deg, var(--border-gold-strong), transparent); }

[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: var(--reveal-delay, 0ms);
}
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; }
}

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
