/* =========================================================
   Elevated Events — site styles
   Brand: black + marquee gold, Cinzel display / Inter body
   ========================================================= */
:root {
  --ink: #141312;
  --ink-2: #1f1d1b;
  --ink-3: #2b2825;
  --gold: #e9b32a;
  --gold-hi: #f4c542;
  --gold-deep: #b98a14;
  --cream: #faf6ee;
  --paper: #ffffff;
  --line: #e8e1d3;
  --text: #26231f;
  --muted: #6b645a;
  --muted-light: #b9b2a6;
  --ok: #2f8f5b;
  --err: #c0392b;

  --radius: 14px;
  --radius-sm: 8px;
  --shadow: 0 10px 30px rgba(20, 19, 18, .10);
  --shadow-lg: 0 24px 60px rgba(20, 19, 18, .22);
  --wrap: 1180px;
  --header-h: 72px;

  --f-display: "Cinzel", "Trajan Pro", Georgia, serif;
  --f-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--f-body); font-size: 17px; line-height: 1.6; color: var(--text); background: var(--cream); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; height: auto; }
a { color: var(--gold-deep); }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4 { line-height: 1.15; margin: 0 0 .5em; color: inherit; }
h2 { font-family: var(--f-display); font-weight: 600; font-size: clamp(1.8rem, 3.6vw, 2.6rem); letter-spacing: .01em; }
h3 { font-size: 1.25rem; font-weight: 700; }
p { margin: 0 0 1em; }
svg { fill: currentColor; }

.wrap { width: min(100% - 32px, var(--wrap)); margin-inline: auto; }
.center { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -9999px; top: 8px; background: var(--gold); color: var(--ink); padding: 8px 14px; border-radius: 6px; z-index: 200; font-weight: 600; }
.skip:focus { left: 8px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }

.eyebrow { font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: .8em; }
.eyebrow.dark { color: var(--gold-deep); }
.stars { color: var(--gold); letter-spacing: 2px; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border-radius: 999px; font-weight: 600; font-size: .98rem; text-decoration: none; border: 2px solid transparent; transition: transform .15s ease, background .15s ease, box-shadow .15s ease, color .15s ease; white-space: nowrap; line-height: 1.2; }
.btn:hover { transform: translateY(-1px); }
.btn svg { width: 18px; height: 18px; }
.btn-gold { background: var(--gold); color: var(--ink); box-shadow: 0 6px 18px rgba(233, 179, 42, .35); }
.btn-gold:hover { background: var(--gold-hi); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--ink-3); }
.btn-outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-outline-light { border-color: rgba(255,255,255,.7); color: #fff; background: rgba(0,0,0,.15); }
.btn-outline-light:hover { background: #fff; color: var(--ink); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.3); }
.btn-sm { padding: 9px 16px; font-size: .9rem; }
.btn-lg { padding: 15px 28px; font-size: 1.05rem; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .6; pointer-events: none; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(20, 19, 18, .96); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(233, 179, 42, .18); color: #fff; }
.header-inner { height: var(--header-h); display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; flex-shrink: 0; }
.brand img { width: 56px; height: auto; }
.brand span { font-family: var(--f-display); font-weight: 600; font-size: 1.2rem; letter-spacing: .04em; }
.nav { display: flex; gap: 26px; margin-left: auto; }
.nav a { color: #e9e4da; text-decoration: none; font-size: .95rem; font-weight: 500; }
.nav a:hover { color: var(--gold); }
.nav-mobile-extra { display: none; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.social-icon { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: #e9e4da; background: rgba(255,255,255,.07); transition: background .15s, color .15s; }
.social-icon svg { width: 19px; height: 19px; }
.social-icon:hover { background: var(--gold); color: var(--ink); }
.social-icon.lg { width: 42px; height: 42px; }
.social-icon.lg svg { width: 21px; height: 21px; }
.header-phone { display: inline-flex; align-items: center; gap: 6px; color: #fff; text-decoration: none; font-weight: 600; font-size: .95rem; margin: 0 4px 0 6px; }
.header-phone svg { width: 16px; height: 16px; color: var(--gold); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 10px; flex-direction: column; justify-content: space-between; }
.menu-toggle span { display: block; height: 2px; background: #fff; border-radius: 2px; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: min(88vh, 760px); display: flex; align-items: center; color: #fff; overflow: hidden; background: var(--ink); }
.hero-bg, .hero-bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,13,12,.88) 0%, rgba(14,13,12,.66) 45%, rgba(14,13,12,.15) 100%), linear-gradient(0deg, rgba(14,13,12,.5), transparent 40%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.25fr .85fr; gap: 48px; align-items: center; padding: 72px 0; }
.hero h1 { font-family: var(--f-display); font-weight: 700; font-size: clamp(2.5rem, 5.6vw, 4.3rem); line-height: 1.05; letter-spacing: .01em; margin-bottom: .35em; }
.hero h1 em { font-style: normal; color: var(--gold); }
.hero .lead { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: #ece7dd; max-width: 34em; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 26px; }
.hero-ctas.center { justify-content: center; }
.hero-proof { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px 26px; font-size: .95rem; color: #ddd6c9; }
.hero-proof li { display: flex; align-items: center; gap: 8px; }
.hero-proof svg { width: 18px; height: 18px; color: var(--gold); }

.planner-card { background: rgba(255,255,255,.97); color: var(--text); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-lg); border-top: 4px solid var(--gold); }
.planner-kicker { font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: .4em; }
.planner-card h2 { font-family: var(--f-body); font-size: 1.35rem; font-weight: 700; letter-spacing: 0; margin-bottom: 16px; }
.planner-row { display: flex; gap: 8px; }
.planner-row input { flex: 1; min-width: 0; }
.planner-foot { font-size: .88rem; color: var(--muted); margin: 12px 0 18px; }
.planner-price { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; padding-top: 16px; border-top: 1px solid var(--line); font-size: .9rem; color: var(--muted); }
.planner-price strong { font-family: var(--f-display); font-size: 1.9rem; color: var(--ink); }

input, select, textarea { width: 100%; font: inherit; font-size: 16px; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: #fff; color: var(--text); transition: border-color .15s, box-shadow .15s; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(233,179,42,.25); }
textarea { resize: vertical; }

/* ---------- Towns strip ---------- */
.towns { background: var(--gold); color: var(--ink); font-weight: 600; font-size: .95rem; }
.towns-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 14px; padding: 14px 0; }
.towns-label { text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 800; margin-right: 6px; }
.towns i { width: 5px; height: 5px; border-radius: 50%; background: var(--ink); opacity: .5; }

/* ---------- Sections ---------- */
.section { padding: clamp(64px, 9vw, 110px) 0; }
.section-head { max-width: 720px; margin-bottom: 44px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head .sub { color: var(--muted); font-size: 1.08rem; }
.small-note { color: var(--muted); margin-top: 28px; }

/* How it works */
.how { background: var(--paper); }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: s; }
.steps li { position: relative; padding: 32px 28px 26px; background: var(--cream); border-radius: var(--radius); border: 1px solid var(--line); }
.step-num { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--ink); color: var(--gold); font-family: var(--f-display); font-weight: 700; font-size: 1.25rem; margin-bottom: 16px; }
.steps p { color: var(--muted); margin: 0; }

/* Packages */
.packages { display: grid; grid-template-columns: repeat(2, minmax(0, 440px)); justify-content: center; gap: 32px; }
.pkg { position: relative; background: var(--paper); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); display: flex; flex-direction: column; }
.pkg-featured { border: 2px solid var(--gold); box-shadow: 0 18px 44px rgba(185, 138, 20, .22); }
.pkg-ribbon { position: absolute; top: 16px; right: 16px; z-index: 2; background: var(--gold); color: var(--ink); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; }
.pkg-img img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.pkg-body { padding: 26px 28px 30px; display: flex; flex-direction: column; flex: 1; }
.pkg h3 { font-family: var(--f-display); font-size: 1.5rem; font-weight: 600; margin-bottom: 4px; }
.pkg-blurb { color: var(--muted); margin-bottom: 14px; }
.pkg-price { font-family: var(--f-display); font-size: 3rem; font-weight: 700; line-height: 1; margin-bottom: 6px; color: var(--ink); }
.pkg-price .cur { font-size: 1.5rem; vertical-align: top; margin-right: 2px; position: relative; top: 6px; }
.pkg-price .per { font-family: var(--f-body); font-size: .95rem; font-weight: 500; color: var(--muted); margin-left: 6px; }
.pkg-seats { color: var(--text); margin-bottom: 14px; }
.pkg-note { background: #fff6dc; border-radius: var(--radius-sm); padding: 10px 14px; font-size: .92rem; margin: 4px 0 18px; }
.pkg .btn { margin-top: auto; }

.checks { list-style: none; padding: 0; margin: 0 0 22px; }
.checks li { position: relative; padding-left: 28px; margin-bottom: 8px; }
.checks li::before { content: ""; position: absolute; left: 0; top: .32em; width: 18px; height: 18px; border-radius: 50%; background: var(--gold) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23141312' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center / 13px no-repeat; }
.checks.light li { color: #e9e4da; }

/* Rentals */
.rentals-section { background: var(--paper); }
.rental-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.rental-card { background: var(--cream); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; }
.rental-img img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.rental-body { padding: 24px 24px 20px; }
.rental-body h3 { font-family: var(--f-display); font-weight: 600; font-size: 1.35rem; }
.price-list { list-style: none; margin: 0; padding: 0; }
.price-list li { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 11px 0; border-bottom: 1px dashed #d9d0bf; }
.price-list li:last-child { border-bottom: 0; }
.price-list small { display: block; color: var(--muted); font-size: .82rem; }
.price-list b { font-family: var(--f-display); font-size: 1.2rem; color: var(--ink); }
.games-art { aspect-ratio: 4 / 3; display: flex; align-items: flex-end; justify-content: center; gap: 6%; padding: 12% 8% 10%; background: radial-gradient(ellipse at 50% 100%, #7fb24a 0 38%, transparent 39%), linear-gradient(180deg, #cfe6f7 0%, #eaf4fb 60%, #8cc152 60%, #6fa83c 100%); }
.games-art svg { height: 100%; width: auto; filter: drop-shadow(0 6px 6px rgba(0,0,0,.18)); }
.games-art .g-c4 { height: 92%; }
.games-art .g-jenga { height: 100%; }
.games-art .g-buckets { height: 78%; }

/* Split / weather */
.split { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: #fff; }
.split-img img { width: 100%; height: 100%; object-fit: cover; min-height: 360px; }
.split-copy { padding: clamp(40px, 7vw, 90px) clamp(24px, 6vw, 80px); align-self: center; max-width: 620px; }
.split-copy p { color: #d8d1c4; }

/* ---------- Quote builder ---------- */
.quote-section { background: linear-gradient(180deg, var(--cream), #f3ecdf); }
.builder { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 32px; align-items: start; }
.guest-helper { background: var(--ink); color: #fff; border-radius: var(--radius); padding: 22px 24px; margin-bottom: 18px; }
.guest-helper label { display: block; margin-bottom: 12px; color: #e9e4da; }
.guest-helper strong { color: #fff; }
.guest-helper .btn-dark { background: var(--gold); color: var(--ink); }
.helper-msg { margin: 10px 0 0; font-size: .92rem; color: var(--gold); min-height: 1.2em; }
.helper-msg:empty { display: none; }
.pkg-toggle { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.chip { border: 1.5px solid var(--line); background: #fff; border-radius: 999px; padding: 8px 16px; font-size: .9rem; font-weight: 600; color: var(--text); transition: all .15s; }
.chip:hover { border-color: var(--gold); }
.chip.active { background: var(--ink); color: var(--gold); border-color: var(--ink); }
.chip-clear { color: var(--muted); background: transparent; border-style: dashed; }

.item-group { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 16px; overflow: hidden; }
.item-group h3 { font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-deep); padding: 16px 22px 0; margin: 0; }
.item-row { display: grid; grid-template-columns: 1fr auto auto; gap: 16px; align-items: center; padding: 14px 22px; border-bottom: 1px solid #f0eadf; }
.item-row:last-child { border-bottom: 0; }
.item-row.has-qty { background: #fffaea; }
.item-name { font-weight: 600; }
.item-name small { display: block; font-weight: 400; color: var(--muted); font-size: .84rem; }
.item-price { font-family: var(--f-display); font-weight: 600; color: var(--ink); white-space: nowrap; text-align: right; }
.item-price small { font-family: var(--f-body); font-weight: 400; font-size: .75rem; color: var(--muted); }
.stepper { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 999px; background: #fff; overflow: hidden; }
.stepper button { width: 38px; height: 38px; border: 0; background: transparent; font-size: 1.25rem; line-height: 1; color: var(--ink); }
.stepper button:hover { background: var(--cream); }
.stepper input { width: 54px; border: 0; border-radius: 0; text-align: center; padding: 8px 0; font-weight: 700; -moz-appearance: textfield; appearance: textfield; }
.stepper input::-webkit-outer-spin-button, .stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.stepper input:focus { box-shadow: none; }
.toggle { position: relative; width: 52px; height: 30px; border-radius: 999px; background: #d9d2c4; border: 0; transition: background .15s; }
.toggle::after { content: ""; position: absolute; top: 3px; left: 3px; width: 24px; height: 24px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.25); transition: transform .15s; }
.toggle[aria-pressed="true"] { background: var(--gold); }
.toggle[aria-pressed="true"]::after { transform: translateX(22px); }

.summary { position: sticky; top: calc(var(--header-h) + 16px); }
.summary-card { background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 26px; border-top: 4px solid var(--gold); }
.summary-card h3 { font-family: var(--f-display); font-weight: 600; font-size: 1.35rem; }
.summary-lines { list-style: none; padding: 0; margin: 0 0 12px; font-size: .94rem; max-height: 220px; overflow: auto; }
.summary-lines li { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; border-bottom: 1px dashed #eee4d2; }
.summary-lines li.empty { color: var(--muted); border: 0; justify-content: flex-start; }
.summary-total { display: flex; justify-content: space-between; align-items: baseline; padding: 12px 0 6px; border-top: 2px solid var(--ink); }
.summary-total span { font-weight: 600; }
.summary-total strong { font-family: var(--f-display); font-size: 2.2rem; color: var(--ink); line-height: 1; }
.summary-total.bump strong { animation: bump .35s ease; }
@keyframes bump { 50% { transform: scale(1.08); color: var(--gold-deep); } }
.summary-incl { display: flex; align-items: center; gap: 6px; font-size: .88rem; color: var(--ok); font-weight: 600; margin: 4px 0 6px; }
.summary-incl svg { width: 16px; height: 16px; }
.summary-cap { font-size: .88rem; color: var(--muted); margin: 0 0 8px; min-height: 0; }
.summary-cap:empty { display: none; }
.summary-cap.warn { color: #9a5b00; }

.quote-form { border-top: 1px solid var(--line); padding-top: 18px; margin-top: 10px; }
.quote-form h4 { margin: 0 0 12px; font-size: 1rem; }
.field { margin-bottom: 12px; }
.field label { display: block; font-size: .84rem; font-weight: 600; margin-bottom: 4px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.field.invalid input { border-color: var(--err); }
.field .err { color: var(--err); font-size: .8rem; margin-top: 3px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-error { color: var(--err); font-size: .9rem; font-weight: 600; margin: 0 0 10px; }
.form-error:empty { display: none; }
.form-foot { font-size: .84rem; color: var(--muted); text-align: center; margin: 12px 0 0; }
.quote-success { text-align: center; padding: 18px 0 6px; outline: none; }
.success-icon { width: 60px; height: 60px; margin: 0 auto 12px; border-radius: 50%; display: grid; place-items: center; background: var(--ok); color: #fff; }
.success-icon svg { width: 32px; height: 32px; }
.quote-success h4 { font-size: 1.3rem; margin-bottom: 6px; }
.quote-success p { color: var(--muted); font-size: .95rem; }

/* ---------- Gallery ---------- */
.gallery-section { background: var(--paper); }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 12px; }
.g-item { padding: 0; border: 0; border-radius: 10px; overflow: hidden; background: var(--line); position: relative; }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.g-item:hover img { transform: scale(1.05); }
.g-wide { grid-column: span 2; }
.gallery-more { margin-top: 32px; }

.lightbox { border: 0; padding: 0; background: transparent; max-width: 100vw; max-height: 100vh; width: 100vw; height: 100vh; }
.lightbox::backdrop { background: rgba(10, 9, 8, .92); }
.lightbox[open] { display: flex; align-items: center; justify-content: center; }
.lightbox figure { margin: 0; max-width: min(1200px, 90vw); }
.lightbox img { max-height: 80vh; width: auto; margin: 0 auto; border-radius: 8px; }
.lightbox figcaption { color: #e9e4da; text-align: center; margin-top: 12px; }
.lb-close, .lb-nav { position: fixed; border: 0; background: rgba(255,255,255,.12); color: #fff; border-radius: 50%; width: 48px; height: 48px; font-size: 1.8rem; line-height: 1; }
.lb-close:hover, .lb-nav:hover { background: var(--gold); color: var(--ink); }
.lb-close { top: 18px; right: 18px; }
.lb-prev { left: 18px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 18px; top: 50%; transform: translateY(-50%); }

/* ---------- Reviews ---------- */
.reviews-section { background: var(--ink); color: #fff; }
.reviews-section .sub { color: #cfc8bb; }
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 30px; }
.review { margin: 0; background: var(--ink-2); border: 1px solid rgba(233,179,42,.2); border-radius: var(--radius); padding: 30px 28px 24px; display: flex; flex-direction: column; }
.review::before { content: "★★★★★"; color: var(--gold); letter-spacing: 3px; margin-bottom: 14px; }
.review blockquote { margin: 0 0 20px; font-size: 1.04rem; color: #ece7dd; flex: 1; }
.review figcaption { display: flex; align-items: center; gap: 12px; }
.review figcaption small { display: block; color: var(--muted-light); font-size: .8rem; }
.avatar { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: var(--ink); font-weight: 700; font-family: var(--f-display); }
.text-link { font-weight: 600; text-decoration: none; }
.text-link.light { color: var(--gold); }

/* ---------- FAQ ---------- */
.faq-wrap { display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px; align-items: start; }
.faq details { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); margin-bottom: 12px; }
.faq summary { list-style: none; cursor: pointer; padding: 18px 52px 18px 22px; font-weight: 600; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--gold-deep); transition: transform .2s; }
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { padding: 0 22px 18px; margin: 0; color: var(--muted); }

/* ---------- Final CTA ---------- */
.final-cta { background: radial-gradient(ellipse at 50% 0%, #2d2922 0%, var(--ink) 70%); color: #fff; text-align: center; padding: clamp(64px, 9vw, 110px) 0; }
.final-inner img { margin: 0 auto 18px; width: 120px; }
.final-cta p { color: #cfc8bb; font-size: 1.1rem; }

/* ---------- Footer ---------- */
.site-footer { background: #0d0c0b; color: #bdb6a9; font-size: .95rem; padding-top: 64px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr 1fr; gap: 40px; padding-bottom: 44px; }
.footer-brand img { width: 220px; margin-bottom: 16px; }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.site-footer h4 { color: #fff; font-family: var(--f-display); font-weight: 600; font-size: 1.05rem; margin-bottom: 14px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 9px; }
.site-footer a { color: #d9d2c5; text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; border-top: 1px solid #25221f; padding: 20px 0 28px; font-size: .85rem; color: #857e72; }

/* ---------- Mobile bar ---------- */
.mobile-bar { display: none; }

/* ---------- 404 ---------- */
.notfound { min-height: 70vh; display: grid; place-items: center; text-align: center; padding: 60px 16px; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1080px) {
  .header-phone { display: none; }
  .nav { gap: 18px; }
  .builder { grid-template-columns: minmax(0, 1fr) 360px; }
}

@media (max-width: 900px) {
  :root { --header-h: 64px; }
  .menu-toggle { display: flex; }
  .header-actions .btn-sm, .header-actions .social-icon { display: none; }
  .nav { position: fixed; inset: var(--header-h) 0 auto 0; flex-direction: column; gap: 0; background: var(--ink); padding: 8px 16px 24px; border-bottom: 1px solid rgba(233,179,42,.25); transform: translateY(-110%); transition: transform .25s ease; z-index: -1; visibility: hidden; }
  .nav.open { transform: translateY(0); visibility: visible; }
  .nav a { padding: 14px 4px; border-bottom: 1px solid #2a2724; font-size: 1.05rem; }
  .nav-mobile-extra { display: grid; gap: 10px; margin-top: 16px; }
  .nav-mobile-extra a { border: 0; padding: 14px; }
  .header-inner { justify-content: space-between; }

  .hero { min-height: 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 28px; padding: 56px 0 44px; }
  .hero-shade { background: linear-gradient(180deg, rgba(14,13,12,.55) 0%, rgba(14,13,12,.85) 60%, rgba(14,13,12,.95) 100%); }
  .steps { grid-template-columns: 1fr; }
  .packages { grid-template-columns: minmax(0, 520px); }
  .rental-grid { grid-template-columns: 1fr 1fr; }
  .games-card { grid-column: span 2; }
  .games-card .games-art { aspect-ratio: 16 / 7; }
  .split { grid-template-columns: 1fr; }
  .split-img img { min-height: 0; aspect-ratio: 16 / 10; }
  .builder { grid-template-columns: 1fr; }
  .summary { position: static; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .reviews { grid-template-columns: 1fr; }
  .faq-wrap { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }

  body { padding-bottom: 68px; }
  .mobile-bar { display: grid; grid-template-columns: 1fr 1fr 1.6fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: var(--ink); border-top: 1px solid rgba(233,179,42,.3); padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); gap: 8px; }
  .mobile-bar a { display: flex; align-items: center; justify-content: center; gap: 6px; height: 48px; border-radius: 10px; text-decoration: none; font-weight: 700; font-size: .95rem; color: #fff; background: var(--ink-3); }
  .mobile-bar svg { width: 18px; height: 18px; color: var(--gold); }
  .mobile-bar .mb-quote { background: var(--gold); color: var(--ink); }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .brand span { font-size: 1.02rem; }
  .brand img { width: 46px; }
  .hero-ctas .btn { flex: 1 1 100%; }
  .planner-card { padding: 22px; }
  .rental-grid { grid-template-columns: 1fr; }
  .games-card { grid-column: auto; }
  .games-card .games-art { aspect-ratio: 4 / 3; }
  .item-row { grid-template-columns: 1fr auto; gap: 8px 12px; padding: 14px 16px; }
  .item-row .item-price { grid-row: 1; grid-column: 2; }
  .item-row .stepper, .item-row .toggle { grid-column: 1 / -1; justify-self: start; }
  .item-row .toggle { grid-column: 2; grid-row: 2; justify-self: end; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .summary-card { padding: 22px 18px; }
  .gallery { grid-auto-rows: 140px; gap: 8px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .pkg-body { padding: 22px 20px 24px; }
  .towns { font-size: .88rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Package pricing line in the estimate */
.summary-lines li.pkg-line { color: var(--ok); font-weight: 600; }
