/* ==========================================================================
   BackstageIV — LUXE layer
   Same template. Quieter type, champagne gold, tailored edges.
   Loaded after site.css; remove the <link> to go back to the original.
   ========================================================================== */

:root {
  --ink: #080807;
  --ink-2: #0e0d0b;
  --ink-3: #171512;
  --line: rgba(214, 186, 128, 0.14);
  --line-2: rgba(214, 186, 128, 0.28);
  --paper: #f3eee6;
  --muted: #a39b8e;
  --dim: #6d665c;

  --gold: #d6ba80;
  --gold-hi: #f1e1b8;
  --gold-lo: #9c7a3f;
  --metal: linear-gradient(115deg, #a5813f 0%, #e9d5a4 32%, #fff3d4 48%, #c9a45e 66%, #8f6d34 100%);
  --heat: var(--metal);
  --red: #c8102e; /* reserved for emergency notices only */

  --f-display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --f-stencil: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --f-body: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  --f-mono: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;

  --radius: 4px;
  --max: 1240px;
}

body { font-size: 16.5px; line-height: 1.75; letter-spacing: 0.005em; }
body::after { opacity: 0.035; }
::selection { background: var(--gold); color: var(--ink); }

/* ---------- Type: lighter, wider, calmer ---------- */
.display, h1, h2, h3 {
  font-family: var(--f-display);
  font-weight: 300;
  font-stretch: 118%;
  font-variation-settings: "wdth" 118;
  letter-spacing: 0.01em;
  line-height: 1.02;
}
h1 { font-size: clamp(42px, 11.5vw, 120px); }
h2 { font-size: clamp(34px, 7.4vw, 78px); }
h3 { font-size: clamp(21px, 2.3vw, 28px); line-height: 1.15; font-weight: 400; letter-spacing: 0.04em; }
.hero h1 { font-weight: 200; }
.lede { font-size: clamp(17px, 1.6vw, 19px); color: #cfc7bb; font-weight: 400; line-height: 1.7; max-width: 44ch; }

.heat {
  background: var(--metal); background-size: 200% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-weight: 400;
  animation: sheen 9s ease-in-out infinite;
}
@keyframes sheen { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
.outline { color: transparent; -webkit-text-stroke: 1px rgba(214, 186, 128, 0.75); font-weight: 400; }

.tag {
  font-family: var(--f-body); font-weight: 500; font-size: 11px; letter-spacing: 0.32em; color: var(--gold);
  gap: 14px;
}
.tag::before {
  width: 28px; height: 1px; border-radius: 0; background: var(--gold); box-shadow: none; animation: none;
}

/* ---------- Buttons: tailored, not pills ---------- */
.btn {
  min-height: 54px; padding: 0 30px; border-radius: 2px;
  font-family: var(--f-body); font-weight: 600; font-size: 12px; letter-spacing: 0.26em;
  background: var(--gold); color: #0b0a08;
  box-shadow: none;
}
.btn:hover { box-shadow: 0 14px 40px -18px rgba(214, 186, 128, 0.7); background: var(--gold-hi); }
.btn::after { background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.5) 50%, transparent 80%); }
.btn .arrow { font-weight: 400; letter-spacing: 0; }
.btn--ghost { background: transparent; color: var(--paper); border: 1px solid var(--line-2); }
.btn--ghost:hover { background: transparent; border-color: var(--gold); color: var(--gold-hi); box-shadow: none; }

/* ---------- Chrome ---------- */
.hdr { padding: 18px 0; }
.hdr.is-scrolled { background: rgba(8, 8, 7, 0.78); border-bottom-color: var(--line); }
.logo img { height: 34px; }
.logo--full img { height: 64px; }
.nav { gap: clamp(20px, 2.1vw, 34px); }
.nav a { font-family: var(--f-body); font-weight: 500; font-size: 11px; letter-spacing: 0.26em; }
.nav a[aria-current="page"]::after { height: 1px; background: var(--gold); bottom: -10px; }
.nav .btn { min-height: 42px; font-size: 11px; padding: 0 20px; }
.burger { border-color: var(--line-2); }
.burger span, .burger span::before, .burger span::after { height: 1px; }

.mnav::before { background: radial-gradient(90% 60% at 100% 100%, rgba(214, 186, 128, 0.14), transparent 70%); }
.mnav a.big { font-weight: 200; font-stretch: 118%; font-variation-settings: "wdth" 118; font-size: clamp(30px, 8.6vw, 60px); padding: 10px 0; border-bottom: 1px solid var(--line); letter-spacing: 0.02em; }
.mnav a.big small { font-family: var(--f-body); font-weight: 500; font-size: 10px; letter-spacing: 0.2em; color: var(--gold); }
.mnav a.big[aria-current="page"] { color: var(--gold-hi); }
.mnav__foot { font-family: var(--f-body); letter-spacing: 0.08em; }

.actbar { border-radius: 6px; border-color: var(--line-2); background: rgba(14, 13, 11, 0.86); }
.actbar a { border-radius: 3px; font-family: var(--f-body); font-weight: 500; font-size: 10px; letter-spacing: 0.2em; }
.actbar a svg { stroke-width: 1.4; }
.actbar a.primary { background: var(--gold); font-family: var(--f-body); font-weight: 600; font-size: 11.5px; letter-spacing: 0.24em; }

/* Loader + laminate */
.loader__ecg path { stroke: var(--gold); stroke-width: 1.5; }
.laminate svg text { font-family: var(--f-body); font-size: 8px; letter-spacing: 2.1px; fill: var(--gold-hi); }
.laminate__core { border-color: var(--gold-lo); box-shadow: 0 0 30px rgba(214, 186, 128, 0.25); }

/* ---------- Hero ---------- */
.hero::before {
  background:
    linear-gradient(180deg, rgba(8, 8, 7, 0.6) 0%, rgba(8, 8, 7, 0) 30%, rgba(8, 8, 7, 0.4) 58%, var(--ink) 100%),
    linear-gradient(90deg, rgba(8, 8, 7, 0.88) 0%, rgba(8, 8, 7, 0) 70%);
}
.hero__media img { filter: saturate(0.82) contrast(1.04); }
.hero__haze { background: radial-gradient(50% 50% at 50% 50%, rgba(214, 170, 90, 0.16), transparent 70%); }
.hero__row { margin-top: 34px; }
.scrollcue { font-family: var(--f-body); letter-spacing: 0.3em; font-size: 10px; }
.scrollcue i { background: linear-gradient(var(--gold), transparent); }

/* ---------- Marquee: quiet ribbon ---------- */
.marquee { padding: 22px 0; background: var(--ink); }
.marquee__track { animation-duration: 48s; }
.marquee__track span {
  font-family: var(--f-display); font-weight: 200; font-stretch: 118%; font-variation-settings: "wdth" 118;
  font-size: clamp(20px, 2.8vw, 32px); letter-spacing: 0.14em; gap: 44px; padding-right: 44px;
}
.marquee__track span::after { content: "◆"; font-size: 0.32em; color: var(--gold); }
.marquee__track span:nth-child(even) { color: var(--muted); -webkit-text-stroke: 0; }
.marquee--red { background: var(--metal); color: #0b0a08; transform: none; }
.marquee--red .marquee__track span { font-weight: 400; }
.marquee--red .marquee__track span::after { color: #0b0a08; }
.marquee--red .marquee__track span:nth-child(even) { color: rgba(11, 10, 8, 0.6); }

/* ---------- Sections ---------- */
.sec { padding: clamp(90px, 13vw, 180px) 0; }
.sec__head { gap: 26px; }
.ecg path { stroke: var(--gold); stroke-width: 1.2; filter: drop-shadow(0 0 4px rgba(214, 186, 128, 0.6)); }

.aud { gap: 14px; }
.aud__card { border-radius: var(--radius); border-color: var(--line); padding: 30px; }
.aud__card img { filter: saturate(0.8); }
.aud__num { font-family: var(--f-body); font-weight: 500; font-size: 10.5px; letter-spacing: 0.28em; color: var(--gold); top: 26px; left: 30px; text-transform: uppercase; }
.aud__card h3 { font-size: clamp(22px, 2.2vw, 28px); margin-bottom: 12px; }
.aud__card p { color: #cbc3b6; font-size: 15.5px; }
.aud__go { font-family: var(--f-body); font-weight: 500; font-size: 11px; letter-spacing: 0.26em; color: var(--gold); }

.split__media { border-radius: var(--radius); }
.split__media img { filter: saturate(0.85); }
.ticks li { padding: 20px 0; }
.ticks li::before { content: "◆"; color: var(--gold); font-size: 8px; line-height: 2.9; }
.ticks b { font-weight: 500; letter-spacing: 0.01em; }

.step { border-radius: var(--radius); background: var(--ink-2); padding: 36px 30px; }
.step::before {
  font-family: var(--f-display); font-weight: 100; font-stretch: 118%; font-variation-settings: "wdth" 118;
  font-size: 64px; line-height: 1; margin-bottom: 24px;
}
.step h3 { font-size: 22px; }

/* Drip cards */
.drip { border-radius: var(--radius); padding: 32px 28px 28px; gap: 16px; }
.drip::before { background: radial-gradient(circle, rgba(214, 186, 128, 0.14), transparent 65%); }
.drip:hover { border-color: rgba(214, 186, 128, 0.55); }
.drip__label { font-family: var(--f-body); font-weight: 500; font-size: 10.5px; letter-spacing: 0.3em; color: var(--gold); }
.drip h3 { font-size: 26px; margin-top: 8px; }
.drip__price { font-family: var(--f-display); font-weight: 200; font-stretch: 118%; font-variation-settings: "wdth" 118; font-size: 30px; color: var(--gold-hi); }
.drip__price small { font-family: var(--f-body); font-size: 9.5px; letter-spacing: 0.24em; text-transform: uppercase; margin-top: 4px; }
.drip p { color: #c7bfb2; font-size: 15.5px; }
.chip { font-family: var(--f-body); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; border-radius: 2px; padding: 6px 10px; }
.drip .btn { min-height: 46px; font-size: 11px; }

.addon em { font-family: var(--f-display); font-weight: 300; font-stretch: 118%; font-variation-settings: "wdth" 118; font-size: 20px; color: var(--gold-hi); }
.addon b { font-weight: 500; }

.pkg { border-radius: var(--radius); padding: 36px 30px; }
.pkg--hot { background: linear-gradient(170deg, rgba(214, 186, 128, 0.12), var(--ink-2) 60%); border-color: rgba(214, 186, 128, 0.5); }
.pkg h3 { font-size: 30px; }

.fact b { font-family: var(--f-display); font-weight: 100; font-stretch: 118%; font-variation-settings: "wdth" 118; font-size: clamp(38px, 5vw, 64px); }
.fact span { font-family: var(--f-body); font-weight: 500; font-size: 10.5px; letter-spacing: 0.22em; }

.pass { border-radius: 6px; border-color: var(--line-2); }
.pass__bg img { filter: saturate(0.75); opacity: 0.5; }
.pass__lanyard { width: 26px; height: 54px; background: var(--metal); }

.bio__photo { border-radius: var(--radius); border-color: var(--line-2); background: repeating-linear-gradient(135deg, var(--ink-2) 0 14px, var(--ink-3) 14px 28px); }
.bio__photo .ph b { font-weight: 200; font-stretch: 118%; font-variation-settings: "wdth" 118; font-size: 30px; }
.bio__photo .ph { font-family: var(--f-body); letter-spacing: 0.24em; font-size: 10.5px; }
.quote { font-family: var(--f-display); font-weight: 200; font-stretch: 118%; font-variation-settings: "wdth" 118; font-size: clamp(22px, 3vw, 34px); line-height: 1.3; letter-spacing: 0.02em; }
.quote::before, .quote::after { color: var(--gold); }

/* FAQ */
.qa summary { font-family: var(--f-display); font-weight: 300; font-stretch: 112%; font-variation-settings: "wdth" 112; font-size: clamp(17px, 2vw, 21px); letter-spacing: 0.03em; line-height: 1.3; padding: 26px 0; }
.qa summary i { width: 34px; height: 34px; border-color: var(--line-2); }
.qa summary i::before, .qa summary i::after { width: 12px; height: 1px; }
.qa[open] summary i { background: var(--gold); border-color: var(--gold); }
.qa[open] summary i::before, .qa[open] summary i::after { background: var(--ink); }
.qa__a a { color: var(--gold); }

/* Booking */
.wiz { border-radius: 6px; }
.wiz__bar { height: 2px; }
.wiz__count { font-family: var(--f-body); font-weight: 500; font-size: 10.5px; letter-spacing: 0.3em; color: var(--gold); }
.wiz h3 { font-size: clamp(26px, 3.6vw, 38px); font-weight: 200; }
.opt label { border-radius: 4px; padding: 20px; }
.opt label .ic { border-radius: 2px; background: transparent; border: 1px solid var(--line-2); color: var(--gold); font-size: 18px; }
.opt label b { font-family: var(--f-display); font-weight: 400; font-stretch: 112%; font-variation-settings: "wdth" 112; font-size: 16px; letter-spacing: 0.06em; }
.opt label em { font-family: var(--f-display); font-weight: 300; font-size: 17px; color: var(--gold-hi); }
.opt input:checked + label { border-color: var(--gold); background: linear-gradient(120deg, rgba(214, 186, 128, 0.12), transparent); }
.opt input:checked + label .ic { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.opt input:focus-visible + label { outline-color: var(--gold); }
.field label { font-family: var(--f-body); font-weight: 500; font-size: 10.5px; letter-spacing: 0.24em; }
.field input, .field select, .field textarea { border-radius: 3px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(214, 186, 128, 0.14); }
.check input { accent-color: var(--gold); }
.wiz__err { color: #e6a15a; }
.summary dt { font-family: var(--f-body); font-weight: 500; font-size: 10.5px; letter-spacing: 0.22em; }
.done__icon { background: var(--gold); box-shadow: 0 0 50px rgba(214, 186, 128, 0.35); }
.done__icon svg { stroke-width: 2; }
.side__card { border-radius: var(--radius); }
.side__card h3 { font-size: 20px; }

/* Emergency notices stay unmistakable, but refined */
.notice { border-radius: 4px; border-color: rgba(200, 16, 46, 0.5); background: rgba(200, 16, 46, 0.07); }
.notice b { font-family: var(--f-body); font-weight: 600; font-size: 12px; letter-spacing: 0.26em; color: #ff5a6e; }
.side__card--alert { border-color: rgba(200, 16, 46, 0.5); background: linear-gradient(160deg, rgba(200, 16, 46, 0.12), var(--ink-2) 70%); }

/* Footer */
.ftr { background: var(--ink); }
.ftr h4 { font-family: var(--f-body); font-weight: 500; font-size: 10.5px; letter-spacing: 0.3em; color: var(--gold); }
.ftr a:hover { color: var(--gold-hi); }
.ftr__big {
  font-weight: 100; font-stretch: 125%; font-variation-settings: "wdth" 125; letter-spacing: 0.04em;
  font-size: clamp(40px, 10.5vw, 170px);
  background: linear-gradient(180deg, rgba(214, 186, 128, 0.3), rgba(214, 186, 128, 0)); -webkit-background-clip: text; background-clip: text;
}

@media (min-width: 1000px) {
  .hero h1 { font-size: clamp(72px, 7.6vw, 124px); }
  .hero--page h1 { font-size: clamp(64px, 7vw, 112px); }
  .laminate__core { width: 74px; height: 74px; }
}
@media (max-width: 719px) {
  .laminate svg text { font-size: 8.6px; letter-spacing: 1.8px; }
  .hero .tag { max-width: 64%; letter-spacing: 0.24em; line-height: 1.9; }
  .hero .tag::before { display: none; }
}

/* Phones: step cards become a compact numbered list instead of stacked boxes */
@media (max-width: 719px) {
  .steps { gap: 0; border-top: 1px solid var(--line); }
  .step {
    display: grid; grid-template-columns: 52px 1fr; column-gap: 16px; align-items: start;
    padding: 22px 0; background: none; border: 0; border-bottom: 1px solid var(--line); border-radius: 0;
  }
  .step::before { grid-row: 1 / span 2; font-size: 34px; line-height: 1; margin: 2px 0 0; }
  .step h3 { font-size: 16px; letter-spacing: 0.08em; margin: 2px 0 6px; }
  .step p { grid-column: 2; font-size: 15px; line-height: 1.6; }
}
