/* =========================================================================
   PROJECT HERO — Private Mobile Bar brochure
   Brand system: deep navy + warm gold, Playfair display + Inter UI
   Canvas: 1440 x 810 (16:9)
   ========================================================================= */

:root {
  --navy-0: #050812;
  --navy-1: #080a12;
  --navy-2: #101827;
  --ink: #04060d;

  --gold: #d4af37;
  --gold-hi: #f4d983;
  --gold-soft: #c8a861;
  --gold-deep: #8f6128;

  --cream: #f4ecdc;
  --cream-2: rgba(244, 236, 220, 0.84);
  --cream-3: rgba(244, 236, 220, 0.62);
  --cream-4: rgba(244, 236, 220, 0.42);

  --burg: #5a1628;
  --burg-2: #481d28;
  --green: #0f3a2e;

  --line: rgba(212, 175, 55, 0.16);
  --line-2: rgba(212, 175, 55, 0.30);
  --line-3: rgba(244, 236, 220, 0.12);

  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Inter", "Segoe UI", system-ui, sans-serif;
  --mono: "Spline Sans Mono", ui-monospace, "SFMono-Regular", Consolas, monospace;

  --pad-x: 70px;
  --pad-t: 50px;
  --pad-b: 44px;
}

* { box-sizing: border-box; }

deck-stage:not(:defined) { visibility: hidden; }

html, body {
  margin: 0;
  background: #000;
  font-family: var(--sans);
}

section {
  color: var(--cream);
  -webkit-font-smoothing: antialiased;
}

/* ---- Page shell ---------------------------------------------------------- */
.page {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: var(--pad-t) var(--pad-x) var(--pad-b);
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 50% at 84% 12%, rgba(212, 175, 55, 0.16), transparent 60%),
    radial-gradient(ellipse 55% 55% at 14% 92%, rgba(15, 58, 46, 0.34), transparent 60%),
    linear-gradient(140deg, var(--navy-0) 0%, var(--navy-1) 50%, var(--navy-2) 100%);
}

/* feature pages: warmer, with burgundy depth */
.page--feature {
  background:
    radial-gradient(ellipse 64% 52% at 80% 10%, rgba(212, 175, 55, 0.20), transparent 60%),
    radial-gradient(ellipse 60% 60% at 12% 96%, rgba(90, 22, 40, 0.40), transparent 62%),
    linear-gradient(140deg, #07060c 0%, #0a0810 48%, #150f1c 100%);
}

/* subtle paper-grain / vignette */
.page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(130% 120% at 50% 50%, transparent 62%, rgba(0, 0, 0, 0.42) 100%);
  z-index: 0;
}

/* inset gold frame */
.frame {
  position: absolute;
  inset: 22px;
  border: 1px solid var(--line);
  border-radius: 4px;
  pointer-events: none;
  z-index: 1;
}
.frame::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(212, 175, 55, 0.08);
  border-radius: 2px;
}

/* ---- Running header ------------------------------------------------------ */
.rh {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.rh-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}
.rh-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  color: var(--gold);
}
.rh-mark svg { width: 17px; height: 17px; display: block; }
.rh-brand-copy { display: grid; gap: 2px; }
.rh-brand-copy strong {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--cream);
}
.rh-brand-copy span {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cream-4);
}
.rh-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cream-4);
}
.rh-pageno { color: var(--gold-soft); }
.rh-pageno b { color: var(--gold-hi); font-weight: 500; }

/* ---- Body region --------------------------------------------------------- */
.body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: 26px 0 22px;
}

/* ---- Footer disclaimer --------------------------------------------------- */
.rf {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.07em;
  color: var(--cream-4);
}
.rf span:last-child { text-align: right; }

/* ---- Typographic atoms --------------------------------------------------- */
.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
}
.title {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--cream);
  line-height: 0.98;
  letter-spacing: 0;
}
h1.title { font-size: 40px; margin: 16px 0 0; max-width: 22ch; }
h2.title { font-size: 32px; margin: 14px 0 0; max-width: 24ch; }
.lede {
  margin: 16px 0 0;
  max-width: 78ch;
  font-size: 17px;
  line-height: 1.5;
  color: var(--cream-2);
}
.lede em { color: var(--gold-hi); font-style: italic; }
.kept { color: var(--gold-hi); }

.divider {
  height: 1px;
  background: linear-gradient(90deg, var(--line-2), transparent);
  margin: 20px 0;
}

/* tag chips */
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 13px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cream-3);
  background: rgba(244, 236, 220, 0.03);
}

/* ---- Definition / topic grid -------------------------------------------- */
.defs {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.defs--2 { grid-template-columns: repeat(2, 1fr); }
.defs--3 { grid-template-columns: repeat(3, 1fr); }
.defs--4 { grid-template-columns: repeat(4, 1fr); }
.def {
  background: rgba(8, 10, 20, 0.72);
  padding: 16px 18px;
  display: grid;
  gap: 7px;
  align-content: start;
}
.def h3 {
  margin: 0;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--gold-soft);
}
.def p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.46;
  color: var(--cream-2);
}
.def .num {
  font-family: var(--serif);
  font-size: 13px;
  color: var(--gold);
}

/* ---- Data table ---------------------------------------------------------- */
.tbl {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.tbl thead th {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  text-align: left;
  padding: 13px 18px;
  background: rgba(212, 175, 55, 0.06);
  border-bottom: 1px solid var(--line-2);
}
.tbl tbody td {
  padding: 13px 18px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--cream-2);
  border-bottom: 1px solid var(--line-3);
  vertical-align: top;
}
.tbl tbody tr:last-child td { border-bottom: 0; }
.tbl tbody tr:nth-child(even) td { background: rgba(244, 236, 220, 0.018); }
.tbl td:first-child { color: var(--cream); font-weight: 600; }
.tbl .price { font-family: var(--mono); font-size: 13px; color: var(--gold-hi); white-space: nowrap; }
.tbl tr.hl td { background: rgba(212, 175, 55, 0.07); }
.tbl tr.hl td:first-child { color: var(--gold-hi); }
.tnote {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--cream-3);
  max-width: 96ch;
}
.tnote b { color: var(--gold-soft); font-weight: 600; }

/* ---- Stat row ------------------------------------------------------------ */
.stats { display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 1px;
  background: var(--line); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.stat { background: rgba(8, 10, 20, 0.74); padding: 18px 20px; display: grid; gap: 6px; align-content: start; }
.stat .k {
  font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--gold-soft);
}
.stat .v { font-family: var(--serif); font-size: 34px; font-weight: 600; line-height: 1; color: var(--gold-hi); }
.stats--sm .stat { padding: 13px 18px; }
.stats--sm .v { font-size: 25px; }
.body--top { justify-content: flex-start; }
.stat .d { font-size: 12px; line-height: 1.4; color: var(--cream-3); }

/* ---- Two-column value panels --------------------------------------------- */
.cols { display: grid; gap: 18px; }
.cols--2 { grid-template-columns: repeat(2, 1fr); }
.cols--3 { grid-template-columns: repeat(3, 1fr); }
.panel {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(244, 236, 220, 0.035), rgba(8, 8, 14, 0.5));
  padding: 20px 22px;
  display: grid;
  gap: 12px;
  align-content: start;
}
.panel-head { display: grid; gap: 4px; }
.panel-head .k {
  font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold-soft);
}
.panel-head h3 {
  margin: 0; font-family: var(--serif); font-size: 21px; font-weight: 600; color: var(--cream);
}
.ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.ul li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.42;
  color: var(--cream-2);
}
.ul li::before {
  content: "";
  position: absolute;
  left: 2px; top: 8px;
  width: 5px; height: 5px;
  background: var(--gold);
  transform: rotate(45deg);
}

/* ---- Package cards ------------------------------------------------------- */
.pkgs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.pkg {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(244, 236, 220, 0.04), rgba(8, 8, 14, 0.55));
  padding: 20px 18px;
  display: grid;
  gap: 12px;
  align-content: start;
}
.pkg--hl {
  border-color: var(--line-2);
  background:
    linear-gradient(180deg, rgba(212, 175, 55, 0.10), rgba(8, 8, 14, 0.6));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(244, 236, 220, 0.06);
}
.pkg .ribbon {
  position: absolute;
  top: -10px; left: 18px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-hi);
  background: linear-gradient(180deg, var(--burg-2), var(--burg));
  border: 1px solid var(--line-2);
  border-radius: 999px;
  padding: 4px 10px;
}
.pkg .kind {
  font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--gold-soft);
}
.pkg h3 { margin: 0; min-height: 2.12em; font-family: var(--serif); font-size: 20px; font-weight: 600; color: var(--cream); line-height: 1.04; }
.pkg .cost { font-family: var(--mono); font-size: 14px; color: var(--gold-hi); }
.pkg ul { list-style: none; margin: 4px 0 0; padding: 0; display: grid; gap: 7px; }
.pkg ul li {
  position: relative; padding-left: 15px;
  font-size: 12.5px; line-height: 1.36; color: var(--cream-3);
}
.pkg ul li::before {
  content: ""; position: absolute; left: 0; top: 7px;
  width: 4px; height: 4px; border-radius: 999px; background: var(--gold-soft);
}

/* ---- FAQ grid ------------------------------------------------------------ */
.faq { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px 26px; }
.qa { display: grid; gap: 6px; align-content: start; }
.qa dt {
  font-family: var(--sans); font-size: 12px; font-weight: 800;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold-soft);
}
.qa dd { margin: 0; font-size: 13px; line-height: 1.44; color: var(--cream-2); }

/* ---- Process steps ------------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.step { background: rgba(8, 10, 20, 0.74); padding: 13px 14px; display: grid; gap: 6px; align-content: start; }
.step .n { font-family: var(--serif); font-size: 18px; color: var(--gold); line-height: 1; }
.step p { margin: 0; font-size: 12px; line-height: 1.34; color: var(--cream-2); }

/* ---- Cover --------------------------------------------------------------- */
.cover .body { justify-content: center; gap: 0; }
.cover-eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: 0.34em;
  text-transform: uppercase; color: var(--gold); }
.cover h1 {
  font-family: var(--serif); font-weight: 600; line-height: 0.94;
  font-size: 78px; margin: 20px 0 0; max-width: 19ch; color: var(--cream);
}
.cover h1 em { font-style: italic; color: var(--gold-hi); }
.cover-sub { margin: 22px 0 0; max-width: 70ch; font-size: 18px; line-height: 1.5; color: var(--cream-2); }
.cover-tags { margin-top: 26px; }

/* ---- Contact / closing --------------------------------------------------- */
.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 26px; align-items: start; }
.detail-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.detail-list li {
  display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: baseline;
  padding: 8px 0; border-bottom: 1px solid var(--line-3);
  font-size: 14px; color: var(--cream-2); line-height: 1.4;
}
.detail-list li:last-child { border-bottom: 0; }
.detail-list .ix { font-family: var(--mono); font-size: 11px; color: var(--gold); }
.contact-card {
  border: 1px solid var(--line-2); border-radius: 12px;
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.06), rgba(8, 8, 14, 0.6));
  padding: 24px; display: grid; gap: 14px; align-content: start;
}
.contact-row { display: grid; gap: 3px; }
.contact-row .k { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--gold-soft); }
.contact-row .val { font-size: 15px; color: var(--cream); }
.contact-row .val.big { font-family: var(--serif); font-size: 20px; color: var(--gold-hi); }

/* generic helpers */
.mt-auto { margin-top: auto; }
.row { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.grow { flex: 1 1 0; min-width: 0; }
.note-line {
  margin-top: 16px; font-size: 13.5px; line-height: 1.5; color: var(--cream-3); max-width: 100ch;
}
.note-line b { color: var(--gold-soft); font-weight: 600; }

/* ---- Corporate-events additions ----------------------------------------- */
.pkgs--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pkg p {
  margin: 2px 0 0;
  font-size: 12.5px;
  line-height: 1.42;
  color: var(--cream-3);
}
.pkg .cost-net { font-family: var(--mono); font-size: 11px; color: var(--cream-4); letter-spacing: 0.08em; }
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.tier { background: rgba(8, 10, 20, 0.74); padding: 15px 18px; display: grid; gap: 5px; align-content: start; }
.tier .name { font-family: var(--sans); font-size: 11px; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gold-soft); }
.tier .amt { font-family: var(--serif); font-size: 21px; font-weight: 600; line-height: 1; color: var(--gold-hi); }
.tier .desc { font-size: 12px; line-height: 1.38; color: var(--cream-3); }
.callout {
  display: grid; gap: 5px;
  border: 1px solid var(--line-2); border-radius: 10px;
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.08), rgba(8, 8, 14, 0.5));
  padding: 14px 18px;
}
.callout .k { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold-soft); }
.callout p { margin: 0; font-size: 13.5px; line-height: 1.46; color: var(--cream-2); }
.numlist { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; counter-reset: n; }
.numlist li { position: relative; padding-left: 30px; font-size: 13.5px; line-height: 1.42; color: var(--cream-2); counter-increment: n; }
.numlist li::before {
  content: counter(n, decimal-leading-zero);
  position: absolute; left: 0; top: 0;
  font-family: var(--mono); font-size: 11px; color: var(--gold);
}
.lead-num { display: flex; align-items: baseline; gap: 14px; }
.lead-num .big { font-family: var(--serif); font-size: 52px; font-weight: 600; line-height: 0.9; color: var(--gold-hi); }
.lead-num p { margin: 0; font-size: 14px; line-height: 1.5; color: var(--cream-2); }

/* ---- Intro-deck additions (7-slide on-site teaser) ---------------------- */
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 28px; }
.cta {
  display: inline-flex; align-items: center; gap: 10px;
  min-height: 50px; padding: 0 24px; border-radius: 999px;
  font-family: var(--sans); font-size: 14px; font-weight: 800; letter-spacing: 0.01em;
  text-decoration: none; cursor: pointer;
  border: 1px solid color-mix(in srgb, var(--gold) 70%, white 8%);
  background: linear-gradient(180deg, #f4d983, #d4af37 58%, #8f6128);
  color: #0a0a12; box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
}
.cta:hover { filter: brightness(1.05); }
.cta svg { width: 18px; height: 18px; }
.cta-ghost {
  background: rgba(8, 10, 20, 0.5); color: var(--cream);
  border: 1px solid var(--line-2); box-shadow: none;
}
.cta-ghost svg { color: var(--gold); }
.cta-note { font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; color: var(--cream-4); margin: 0; }

/* "us vs typical" comparison */
.vs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.vs .col { border-radius: 12px; padding: 20px 22px; display: grid; gap: 12px; align-content: start; }
.vs .col.bad { border: 1px solid var(--line); background: rgba(244, 236, 220, 0.02); }
.vs .col.good {
  border: 1px solid var(--line-2);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.10), rgba(8, 8, 14, 0.55));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
}
.vs .col h3 { margin: 0; font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; }
.vs .col.bad h3 { color: var(--cream-4); }
.vs .col.good h3 { color: var(--gold); }
.vs ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.vs li { position: relative; padding-left: 22px; font-size: 14.5px; line-height: 1.4; }
.vs .bad li { color: var(--cream-3); }
.vs .good li { color: var(--cream); }
.vs .bad li::before { content: "✕"; position: absolute; left: 2px; top: 1px; color: var(--cream-4); font-size: 11px; }
.vs .good li::before { content: ""; position: absolute; left: 4px; top: 8px; width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); }

/* big persuasive claim */
.lead { font-family: var(--serif); font-size: 23px; font-weight: 500; line-height: 1.32; color: var(--cream-2); max-width: 60ch; }
.lead em { font-style: italic; color: var(--gold-hi); }

/* per-guest price cards (workshops) */
.pkgs--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pkg .amount { font-family: var(--serif); font-size: 38px; font-weight: 600; line-height: 0.92; color: var(--gold-hi); }
.pkg .unit { display: block; margin-top: 3px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; color: var(--cream-4); text-transform: uppercase; }

/* ---- Footer hidden, recover bottom padding ------------------------------- */
.rf { display: none !important; }
:root { --pad-b: 30px; }

/* ---- Back-to-hero button ------------------------------------------------- */
.deck-back {
  position: fixed;
  bottom: 16px;
  left: 16px;
  z-index: 2147483200;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 15px 7px 11px;
  background: rgba(5, 8, 18, 0.80);
  border: 1px solid rgba(212, 175, 55, 0.26);
  border-radius: 999px;
  color: rgba(244, 236, 220, 0.58);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-decoration: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
  cursor: pointer;
  white-space: nowrap;
}
.deck-back:hover {
  border-color: rgba(212, 175, 55, 0.52);
  color: rgba(244, 236, 220, 1);
  background: rgba(8, 10, 22, 0.92);
}
.deck-back svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  color: rgba(212, 175, 55, 0.65);
}
