/* ============================================================
   Magic City Casino Parties — merged stylesheet
   Landing page rules are scoped to body.page-home,
   pricing page rules to body.page-pricing.
   ============================================================ */

/* ===================== LANDING (index.html) ===================== */

/* ============================================================
   Magic City Casino Parties — standalone stylesheet
   ============================================================ */

:root {
  --bg: #f6f4ee;
  --ink: #141210;
  --gold: #c9961e;
  --gold-soft: #e8b93a;
  --line: rgba(0, 0, 0, 0.1);
  --card: #e9e4d8;
  --font-display: "Bricolage Grotesque", sans-serif;
  --font-body: "Inter", ui-sans-serif, system-ui, sans-serif;
  --font-serif: "Instrument Serif", serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: auto; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

body.page-home {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

::selection { background: var(--gold-soft); color: var(--ink); }

img { max-width: 100%; display: block; }
button { font-family: inherit; background: none; border: 0; color: inherit; }

@media (hover: hover) and (pointer: fine) {
  body.page-home, a, button { cursor: none; }
}

main { position: relative; z-index: 10; }

.page-home .container { max-width: 1600px; margin: 0 auto; width: 100%; }

.page-home .section { position: relative; padding: 4rem 1.5rem; }
.page-home .section-tight { padding: 3.5rem 1.5rem; }

/* ---------- film grain ---------- */
body.page-home.grain::before {
  content: "";
  position: fixed;
  inset: -200%;
  z-index: 60;
  pointer-events: none;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 0.6s steps(2, end) infinite;
}
@keyframes grain {
  0% { transform: translate(0); }
  50% { transform: translate(-4%, 3%); }
  100% { transform: translate(3%, -2%); }
}

/* ---------- ambient orbs ---------- */
.page-home .orbs { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.page-home .orb { position: absolute; border-radius: 9999px; }
.page-home .orb-1 { left: -15%; top: 8%; height: 60vh; width: 60vh; background: rgba(191, 219, 254, 0.4); filter: blur(160px); }
.page-home .orb-2 { right: -10%; top: 35%; height: 65vh; width: 65vh; background: rgba(221, 214, 254, 0.4); filter: blur(170px); }
.page-home .orb-3 { bottom: -10%; left: 20%; height: 55vh; width: 55vh; background: rgba(199, 210, 254, 0.35); filter: blur(160px); }
.page-home .orb-4 { right: 15%; top: 68%; height: 45vh; width: 45vh; background: rgba(232, 185, 58, 0.15); filter: blur(150px); }

/* ---------- custom cursor ---------- */
.page-home .cursor-layer { display: none; }
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .page-home .cursor-layer { display: block; position: fixed; inset: 0; z-index: 100; pointer-events: none; }
}
.page-home .cursor-dot {
  position: fixed; left: 0; top: 0;
  width: 8px; height: 8px; border-radius: 9999px; background: var(--ink);
}
.page-home .cursor-ring {
  position: fixed; left: 0; top: 0;
  width: 40px; height: 40px; border-radius: 9999px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: flex; align-items: center; justify-content: center;
  background: transparent;
  transition: width 0.3s ease-out, height 0.3s ease-out, background-color 0.3s ease-out;
}
.page-home .cursor-ring.hovered { width: 88px; height: 88px; background: rgba(20, 18, 16, 0.9); }
.page-home .cursor-ring span {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: #fff;
  opacity: 0; transition: opacity 0.2s;
}
.page-home .cursor-ring.hovered span.show { opacity: 1; }

/* ---------- preloader ---------- */
.page-home .preloader {
  position: fixed; inset: 0; z-index: 90;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: var(--bg);
}
.page-home .pl-fade { display: flex; flex-direction: column; align-items: center; }
.page-home .pl-logo { width: 52vw; max-width: 280px; object-fit: contain; opacity: 0; }
.page-home .pl-track { margin-top: 2.5rem; height: 1px; width: 60vw; max-width: 28rem; overflow: hidden; background: rgba(0, 0, 0, 0.1); }
.page-home .pl-bar { height: 100%; width: 100%; transform-origin: left; transform: scaleX(0); background: var(--ink); }
.page-home .pl-meta {
  margin-top: 1.5rem; display: flex; width: 60vw; max-width: 28rem;
  align-items: center; justify-content: space-between;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.3em; color: rgba(0, 0, 0, 0.5);
}
.page-home .pl-text { transform: translateY(8px); opacity: 0; }

/* header + fullscreen menu styles now live in the SHARED HEADER
   section at the end of this file (used by every page) */

/* ---------- shared type ---------- */
.page-home .eyebrow {
  display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.3em; color: rgba(0, 0, 0, 0.4);
}
.page-home .eyebrow-loose { margin-bottom: 4rem; }
.page-home .eyebrow-dash { height: 1px; width: 2.5rem; background: var(--gold); }
.page-home .serif-gold { font-family: var(--font-serif); font-style: italic; color: var(--gold); font-weight: 400; }

.page-home .h2-std {
  max-width: 48rem; margin-bottom: 4rem;
  font-family: var(--font-display); font-size: 9vw; font-weight: 500;
  line-height: 1; letter-spacing: -0.025em;
}
.page-home .h2-about {
  font-family: var(--font-display); font-size: 8vw; font-weight: 500;
  line-height: 1.05; letter-spacing: -0.025em;
}
.page-home .h2-events {
  font-family: var(--font-display); font-size: 11vw; font-weight: 500;
  line-height: 1; letter-spacing: -0.025em;
}

.page-home .word, .page-home .char { display: inline-block; }
.page-home .line-mask { display: block; overflow: hidden; }
.page-home .line-inner { display: block; }

/* ---------- buttons ---------- */
.page-home .btn {
  position: relative; display: inline-flex; align-items: center; gap: 0.75rem;
  overflow: hidden; border-radius: 9999px; padding: 1rem 2rem;
  font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.1em;
}
.page-home .btn-bg { position: absolute; inset: 0; background: var(--ink); }
.page-home .btn-fill {
  position: absolute; inset: 0; border-radius: 9999px; background: var(--gold);
  transform: scaleY(0); transform-origin: bottom;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.page-home .btn:hover .btn-fill { transform: scaleY(1); }
.page-home .btn-label, .page-home .btn-arrow { position: relative; z-index: 1; transition: color 0.3s, transform 0.3s; }
.page-home .btn-solid { color: #fff; }
.page-home .btn-solid:hover .btn-label, .page-home .btn-solid:hover .btn-arrow { color: var(--ink); }
.page-home .btn-arrow { width: 1rem; height: 1rem; }
.page-home .btn:hover .btn-arrow { transform: translate(2px, -2px); }

/* ---------- hero ---------- */
.page-home .hero { position: relative; }
.page-home .hero-text { padding: 9rem 1.5rem 2rem; }
.page-home .hero-eyebrow {
  display: flex; flex-wrap: wrap; align-items: center;
  column-gap: 2rem; row-gap: 0.5rem; margin-bottom: 2rem;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.3em; color: rgba(0, 0, 0, 0.5);
}
.page-home .eyebrow-line { display: none; height: 1px; width: 4rem; background: rgba(0, 0, 0, 0.2); }
.page-home .hero-title {
  font-family: var(--font-display); font-size: 13vw; font-weight: 500;
  line-height: 0.85; letter-spacing: -0.025em;
}
.page-home .hero-line2 { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: 0.25em; }
.page-home .hero-line2 .line-mask { display: inline-block; }
.page-home .hero-bottom {
  margin-top: 2.5rem;
  display: flex; flex-direction: column; align-items: flex-start;
  justify-content: space-between; gap: 2rem;
}
.page-home .hero-desc { max-width: 50rem; font-size: 1rem; line-height: 1.6; color: rgba(0, 0, 0, 0.6); }
.page-home .hero-sub, .page-home .hero-cta { opacity: 0; }

/* scroll-expanding banner */
.page-home .banner-wrap { position: relative; width: 100%; height: calc(1500px + 100vh); }
.page-home .banner-sticky {
  position: sticky; top: 0; height: 100vh; width: 100%;
  background: var(--ink); will-change: transform;
}
.page-home .banner-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  /* contain = the whole video frame is always visible (never cropped);
     any letterboxing falls back to the dark .banner-sticky background */
  object-fit: contain;
  object-position: center;
}
.page-home .banner-content { position: absolute; inset: 0; opacity: 0; }
.page-home .banner-grad {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), transparent 55%);
}
.page-home .banner-caption {
  position: absolute; left: 1.5rem; right: 1.5rem; bottom: 2rem;
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1rem;
}
.page-home .banner-caption p { max-width: 20rem; font-size: 0.875rem; line-height: 1.6; color: rgba(255, 255, 255, 0.9); }
.page-home .banner-badge {
  border-radius: 9999px; background: rgba(255, 255, 255, 0.9);
  padding: 0.625rem 1.25rem;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--ink);
}

/* ---------- about ---------- */
.page-home .about-grid { display: grid; gap: 4rem; }
.page-home .about-copy .eyebrow { margin-bottom: 2.5rem; }
.page-home .about-paras { margin-top: 3.5rem; display: grid; gap: 2.5rem; }
.page-home .about-paras p, .page-home .pricing-intro p { line-height: 1.7; color: rgba(0, 0, 0, 0.55); }
.page-home .offer-block { margin-top: 3.5rem; }
.page-home .offer-label { margin-bottom: 1.5rem; font-size: 12px; text-transform: uppercase; letter-spacing: 0.3em; color: rgba(0, 0, 0, 0.4); }
.page-home .offer-list { list-style: none; display: grid; gap: 0.75rem; }
.page-home .offer-list li {
  display: flex; align-items: flex-start; gap: 0.75rem;
  border-top: 1px solid var(--line); padding-top: 0.75rem;
  color: rgba(0, 0, 0, 0.7);
}
.page-home .check { margin-top: 4px; height: 1rem; width: 1rem; flex-shrink: 0; color: var(--gold); }
.page-home .about-img-frame {
  position: relative; aspect-ratio: 4 / 5; overflow: hidden;
  border-radius: 2px; background: var(--card);
}
.page-home .about-img-frame img { height: 100%; width: 100%; object-fit: cover; }
.page-home .about-img-grad { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent 50%); }

/* ---------- stats ---------- */
.page-home .stats-heading {
  max-width: 46rem; margin-bottom: 1rem;
  font-family: var(--font-display); font-size: clamp(1.9rem, 5.5vw, 3rem);
  font-weight: 500; line-height: 1.05; letter-spacing: -0.025em; color: var(--ink);
}
.page-home .stats-intro {
  max-width: 42rem; margin-bottom: 4rem;
  font-family: var(--font-display); font-size: 1.5rem; line-height: 1.35; color: rgba(0, 0, 0, 0.7);
}
.page-home .stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 2rem; row-gap: 3rem; }
.page-home .stat { border-top: 1px solid var(--line); padding-top: 1.5rem; }
.page-home .stat-num {
  display: flex; align-items: baseline;
  font-family: var(--font-display); font-size: 13vw; font-weight: 500;
  line-height: 1; letter-spacing: -0.025em;
}
.page-home .stat-suffix { font-family: var(--font-serif); color: var(--gold); }
.page-home .stat p { margin-top: 1rem; font-size: 12px; text-transform: uppercase; letter-spacing: 0.25em; color: rgba(0, 0, 0, 0.45); }

/* ---------- event types ---------- */
/* --- Event Types: pinned horizontal scroll (see style.js) --- */
.page-home .events-h {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.75rem;
  padding: 4rem 0;
}
.page-home .events-h-head {
  max-width: 1600px; margin: 0 auto; width: 100%; padding: 0 1.25rem;
}
.page-home .events-head {
  margin-bottom: 0;
  display: flex; flex-direction: column; justify-content: space-between; gap: 1.5rem;
}
.page-home .events-side { max-width: 20rem; font-size: 0.875rem; line-height: 1.6; color: rgba(0, 0, 0, 0.5); }
.page-home .events-hint {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-family: var(--font-body); font-size: 0.7rem; text-transform: uppercase;
  letter-spacing: 0.28em; color: var(--gold);
}
.page-home .events-hint-arrow { display: inline-block; animation: events-hint-nudge 1.6s ease-in-out infinite; }
@keyframes events-hint-nudge { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(5px); } }

.page-home .events-track {
  --evt-gut: 1.25rem;   /* container gutter — matches .events-h-head padding */
  --evt-gap: 1rem;      /* gap between cards */
  --evt-max: 1600px;    /* container max width */
  display: flex; flex-wrap: nowrap;
  gap: var(--evt-gap);
  width: max-content;
  /* first card aligns with the container's left edge (centered past --evt-max) */
  padding-left: max(var(--evt-gut), calc((100vw - var(--evt-max)) / 2 + var(--evt-gut)));
  padding-right: var(--evt-gut);
  will-change: transform;
}
/* each card fills exactly half the container so precisely two show at rest.
   --evt-card is set from JS (measured container, scrollbar-accurate); the
   calc is a pre-JS / reduced-motion fallback. */
.page-home .events-track .event-wrap {
  flex: 0 0 var(--evt-card, calc((min(100vw, var(--evt-max)) - 2 * var(--evt-gut) - var(--evt-gap)) / 2));
  will-change: transform;
}
.page-home .event-card { display: block; text-decoration: none; color: inherit; }
.page-home .event-media {
  position: relative; aspect-ratio: 4 / 3; overflow: hidden;
  border-radius: 2px; background: var(--card);
}
.page-home .event-media img {
  height: 100%; width: 100%; object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.page-home .event-card:hover .event-media img { transform: scale(1.05); }
.page-home .event-grad {
  position: absolute; inset: 0; opacity: 0.7; transition: opacity 0.5s;
  background: linear-gradient(to top, rgba(5, 5, 5, 0.8), transparent 60%);
}
.page-home .event-card:hover .event-grad { opacity: 0.9; }
.page-home .event-open {
  position: absolute; right: 1.25rem; top: 1.25rem;
  display: flex; height: 3rem; width: 3rem; align-items: center; justify-content: center;
  border-radius: 9999px; background: #fff; color: #050505;
  opacity: 0; transform: translateY(8px); transition: all 0.5s;
}
.page-home .event-open svg { width: 1.25rem; height: 1.25rem; }
.page-home .event-card:hover .event-open { opacity: 1; transform: translateY(0); }
.page-home .event-blurb {
  position: absolute; left: 1.25rem; right: 1.25rem; bottom: 1.25rem;
  max-width: 24rem; font-size: 0.875rem; line-height: 1.6; color: rgba(255, 255, 255, 0.8);
  opacity: 0; transition: opacity 0.5s;
}
.page-home .event-card:hover .event-blurb { opacity: 1; }
.page-home .event-meta { margin-top: 1.25rem; }
.page-home .event-meta h3 {
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 500; letter-spacing: -0.02em;
  transition: transform 0.5s;
}
.page-home .event-card:hover .event-meta h3 { transform: translateX(4px); }
.page-home .event-meta p { margin-top: 0.25rem; font-size: 0.875rem; color: rgba(0, 0, 0, 0.45); }

/* ---------- testimonials ---------- */
.page-home .quote-stage { position: relative; min-height: 46vh; }
.page-home .quote-slide blockquote {
  max-width: 64rem;
  font-family: var(--font-display); font-size: 7vw; font-weight: 500;
  line-height: 1.05; letter-spacing: -0.025em;
}
.page-home .quote-person { margin-top: 3rem; display: flex; align-items: center; gap: 1rem; }
.page-home .quote-avatar { height: 3.5rem; width: 3.5rem; overflow: hidden; border-radius: 9999px; background: var(--card); }
.page-home .quote-avatar img { height: 100%; width: 100%; object-fit: cover; }
.page-home .q-name { color: var(--ink); }
.page-home .q-role { font-size: 0.875rem; color: rgba(0, 0, 0, 0.45); }
.page-home .quote-controls { margin-top: 3rem; display: flex; align-items: center; gap: 1rem; }
.page-home .quote-arrow {
  display: flex; height: 3rem; width: 3rem; align-items: center; justify-content: center;
  border-radius: 9999px; border: 1px solid rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, color 0.3s;
}
.page-home .quote-arrow:hover { background: var(--ink); color: #fff; }
.page-home .quote-arrow svg { width: 1rem; height: 1rem; }
.page-home .quote-count { margin-left: 1rem; font-size: 0.875rem; color: rgba(0, 0, 0, 0.4); }

/* ---------- accordions (why us + faq) ---------- */
.page-home .accordion { border-top: 1px solid var(--line); }
.page-home .acc-item { border-bottom: 1px solid var(--line); }
.page-home .acc-head { display: flex; width: 100%; align-items: center; gap: 1.5rem; padding: 2rem 0; text-align: left; }
.page-home .acc-num { font-size: 0.875rem; color: rgba(0, 0, 0, 0.3); }
.page-home .acc-title {
  flex: 1; font-family: var(--font-display); font-size: 2.25rem; font-weight: 500; letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.5); transition: color 0.3s;
}
.page-home .acc-head:hover .acc-title, .page-home .acc-item.open .acc-title { color: var(--ink); }
.page-home .acc-plus { height: 1.75rem; width: 1.75rem; flex-shrink: 0; color: rgba(0, 0, 0, 0.4); transition: transform 0.5s, color 0.5s; }
.page-home .acc-item.open .acc-plus { transform: rotate(45deg); color: var(--gold); }
.page-home .acc-body { height: 0; opacity: 0; overflow: hidden; }
.page-home .acc-body-in {
  display: flex; flex-direction: column; gap: 1.5rem; padding-bottom: 2.5rem;
}
.page-home .acc-body-in p { max-width: 36rem; line-height: 1.7; color: rgba(0, 0, 0, 0.55); }
.page-home .acc-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.page-home .acc-tags span {
  border-radius: 9999px; border: 1px solid rgba(0, 0, 0, 0.15); padding: 0.375rem 1rem;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(0, 0, 0, 0.6);
}
.page-home .accordion-sm .acc-title { font-size: 1.5rem; }
.page-home .accordion-sm .acc-plus { height: 1.5rem; width: 1.5rem; }
.page-home .accordion-sm .acc-body-in { padding-bottom: 2rem; }
.page-home .accordion-sm .acc-body-in p { max-width: 42rem; }

/* ---------- pricing ---------- */
.page-home .pricing-intro { margin-top: -1.5rem; margin-bottom: 4rem; display: grid; gap: 2.5rem; max-width: 56rem; }
.page-home .pricing-grid { display: grid; gap: 1.5rem; }
.page-home .pkg { height: 100%; will-change: transform; }
/* mobile: the pricing cards slide in from an off-screen-right position
   (translateX); clip it here so it can't widen the page / cause a
   horizontal scroll. Desktop (≥1280) pins & flies in, so leave it alone. */
@media (max-width: 1279px) {
  .page-home #pricing { overflow-x: clip; }
}
.page-home .pkg-card {
  position: relative; display: flex; height: 100%; flex-direction: column; overflow: hidden;
  border-radius: 2px; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.5);
  padding: 2rem;
  transition: border-color 0.5s, box-shadow 0.5s;
}
.page-home .pkg-card:hover {
  border-color: rgba(201, 150, 30, 0.6);
  box-shadow: 0 24px 60px -24px rgba(20, 18, 16, 0.25);
}
.page-home .pkg-card::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(201, 150, 30, 0.12), transparent 65%);
  opacity: 0; transition: opacity 0.5s;
}
.page-home .pkg-card:hover::after { opacity: 1; }
.page-home .pkg-card h3 { font-family: var(--font-display); font-size: 1.875rem; font-weight: 500; letter-spacing: -0.02em; }
.page-home .pkg-meta {
  margin-top: 0.75rem; display: flex; flex-direction: column; gap: 0.25rem;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.2em; color: rgba(0, 0, 0, 0.45);
}
.page-home .pkg-games { list-style: none; margin-top: 2rem; flex: 1; }
.page-home .pkg-games li {
  display: flex; align-items: flex-start; gap: 0.75rem;
  border-top: 1px solid var(--line); padding: 0.75rem 0;
  font-size: 0.875rem; color: rgba(0, 0, 0, 0.7);
}
.page-home .pkg-games .check { margin-top: 2px; }
.page-home .pkg-foot { margin-top: 2.5rem; border-top: 1px solid var(--line); padding-top: 1.5rem; }
.page-home .pkg-price { display: flex; align-items: baseline; gap: 0.25rem; }
.page-home .pkg-price .dollar { font-family: var(--font-serif); font-style: italic; font-size: 1.5rem; color: var(--gold); }
.page-home .pkg-price .amount { font-family: var(--font-display); font-size: 3rem; font-weight: 500; letter-spacing: -0.02em; }
.page-home .pkg-cta {
  margin-top: 1.25rem; display: flex; align-items: center; gap: 0.5rem;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold);
  opacity: 0; transform: translateY(4px); transition: all 0.5s;
}
.page-home .pkg-cta svg { width: 1rem; height: 1rem; }
.page-home .pkg-card:hover .pkg-cta { opacity: 1; transform: translateY(0); }

/* ---------- gallery ---------- */
.page-home .section-gallery { position: relative; padding: 3.5rem 0; }
.page-home .marquee { display: flex; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 2rem 0; }
.page-home .marquee-track {
  display: flex; flex-shrink: 0; align-items: center; gap: 2.5rem; padding-right: 2.5rem;
  animation: marquee 28s linear infinite;
}
@keyframes marquee { to { transform: translateX(-100%); } }
.page-home .m-item { display: flex; align-items: center; gap: 2.5rem; }
.page-home .m-word { font-family: var(--font-display); font-size: 3.75rem; font-weight: 500; letter-spacing: -0.02em; color: rgba(0, 0, 0, 0.8); white-space: nowrap; }
.page-home .m-star { font-family: var(--font-serif); font-style: italic; font-size: 2.25rem; color: var(--gold); }
.page-home .gallery-body { margin-top: 4rem; padding: 0 1.5rem; }
.page-home .gallery-grid { columns: 2; column-gap: 0; }
.page-home .g-item { break-inside: avoid; will-change: transform; }
.page-home .g-frame { position: relative; display: block; overflow: hidden; background: var(--card); }
.page-home .g-frame img {
  display: block; height: auto; width: 100%; vertical-align: top;
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.page-home .g-item:hover .g-frame img { transform: scale(1.05); }
.page-home .g-grad {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.7; transition: opacity 0.5s;
  background: linear-gradient(to top, rgba(5, 5, 5, 0.5), transparent 60%);
}
.page-home .g-item:hover .g-grad { opacity: 0; }

/* ---------- footer ---------- */
.page-home .footer { position: relative; overflow: hidden; padding: 5rem 1.5rem 3rem; }
.page-home .footer-orb {
  position: absolute; bottom: -33%; left: 50%; transform: translateX(-50%);
  height: 70vh; width: 70vh; border-radius: 9999px;
  background: rgba(201, 150, 30, 0.05); filter: blur(140px); pointer-events: none;
}
.page-home .footer .eyebrow { margin-bottom: 2.5rem; }
.page-home .footer-title {
  font-family: var(--font-display); font-size: 13vw; font-weight: 500;
  line-height: 0.9; letter-spacing: -0.025em;
}
.page-home .footer-cta-row {
  margin-top: 3.5rem;
  display: flex; flex-direction: column; align-items: flex-start; gap: 2rem;
}
.page-home .footer-contacts { display: flex; flex-direction: column; gap: 0.75rem; }
.page-home .footer-contacts a {
  display: flex; align-items: center; gap: 0.75rem;
  font-size: 1.125rem; color: rgba(0, 0, 0, 0.6); text-decoration: none; transition: color 0.3s;
}
.page-home .footer-contacts a:hover { color: var(--ink); }
.page-home .c-icon { height: 1rem; width: 1rem; color: var(--gold); }
.page-home .footer-bottom {
  margin-top: 8rem; border-top: 1px solid var(--line); padding-top: 2.5rem;
  display: flex; flex-direction: column; gap: 2.5rem;
}
.page-home .footer-logo { height: 5rem; width: auto; object-fit: contain; }
.page-home .footer-nav { display: flex; flex-wrap: wrap; column-gap: 2rem; row-gap: 0.75rem; }
.page-home .footer-copy { font-size: 0.875rem; color: rgba(0, 0, 0, 0.4); }

/* ---------- reveal helpers ---------- */
.page-home [data-reveal] { opacity: 0; }
.page-home [data-reveal="clip"] { opacity: 1; clip-path: inset(100% 0 0 0); }


nav ul{
  display: flex;
  gap:30px;
}

nav ul li{
  list-style: none;
}

nav ul li a{
  position: relative;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(0, 0, 0, 0.7);
    transition: color 0.3s;
}

nav ul li a:after{
  position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    background: var(--ink);
    transition: width 0.3s;
    display: none;
    width: 100%;
    height: 1px;
    content: '';
}

.menu-overlay ul{
  display: flex;
  flex-direction: column;
}

.menu-overlay ul li a{
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--border);
    padding: 16px 0;
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 5vw;
    line-height: 1;
    letter-spacing: -0.025em;
    color: rgba(0, 0, 0, 0.8);
    transition: color 0.3s, opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
    text-transform: capitalize;  
}

.overlay-menu ul{
  display: flex;
  flex-direction: column;
}

.overlay-menu ul li a{
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--border);
    padding: 16px 0;
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 5vw;
    line-height: 1;
    letter-spacing: -0.025em;
    color: rgba(0, 0, 0, 0.8);
    transition: color 0.3s, opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
    text-transform: capitalize;  
}



.footer-nav ul li a:after{
  position: absolute;
    left: 0;
    bottom: -4px;
    height: 1px;
    width: 0;
    background: var(--ink);
    transition: width 0.3s;
    display: block;
    content: '';
}
.footer-nav ul li a:hover:after{
  width: 100%;
}




/* ============================================================
   breakpoints
   ============================================================ */
@media (min-width: 768px) {
  .page-home .section { padding: 6rem 3rem; }
  .page-home .section-tight { padding: 5rem 3rem; }
  .page-home .hero-text { padding: 11rem 3rem 2.5rem; }
  .page-home .hero-title { font-size: 8.5vw; }
  .page-home .hero-bottom { flex-direction: row; align-items: flex-end; }
  .page-home .eyebrow-line { display: block; }
  .page-home .banner-caption { left: 3rem; right: 3rem; }
  .page-home .h2-std { font-size: 3.6vw; }
  .page-home .h2-about { font-size: 3.6vw; }
  .page-home .h2-events , .page-home .stats-heading { font-size: 3.6vw; }
  .page-home .about-paras { grid-template-columns: 1fr 1fr; }
  .page-home .offer-list { grid-template-columns: 1fr 1fr; }
  .page-home .stats-intro { font-size: 2rem; margin-bottom: 4rem; }
  .page-home .stats-grid { grid-template-columns: repeat(4, 1fr); }
  .page-home .stat-num { font-size: 6vw; }
  .page-home .events-head { flex-direction: row; align-items: flex-end; }
  .page-home .events-h-head { padding: 0 3rem; }
  /* only bump the gutter/gap vars — card sizing stays container-based */
  .page-home .events-track { --evt-gut: 3rem; --evt-gap: 2.5rem; }
  .page-home .event-meta h3 { font-size: 1.5rem; }
  .page-home .quote-slide blockquote { font-size: 2.4vw; }
  .page-home .acc-head { padding: 2.5rem 0; }
  .page-home .acc-title { font-size: 2.6vw; }
  .page-home .accordion-sm .acc-head { padding: 2rem 0; }
  .page-home .accordion-sm .acc-title { font-size: 2.6vw; }
  .page-home .acc-body-in { flex-direction: row; align-items: flex-end; justify-content: space-between; padding-left: 3.5rem; }
  .page-home .accordion-sm .acc-body-in { flex-direction: column; align-items: flex-start; padding-left: 0; }
  .page-home .pricing-intro { grid-template-columns: 1fr 1fr; }
  .page-home .pricing-grid { grid-template-columns: 1fr 1fr; }
  .page-home .section-gallery { padding: 5rem 0; }
  .page-home .gallery-body { padding: 0 3rem; }
  .page-home .gallery-grid { columns: 3; }
  .page-home .m-word { font-size: 6rem; }
  .page-home .footer { padding: 7rem 3rem 3rem; }
  .page-home .footer-title { font-size: 7vw; }
  .page-home .footer-cta-row { flex-direction: row; align-items: center; }
  .page-home .footer-bottom { flex-direction: row; align-items: flex-end; justify-content: space-between; }
}

@media (min-width: 1280px) {
  .page-home .about-grid { grid-template-columns: 7fr 5fr; }
  .page-home .pricing-grid { grid-template-columns: repeat(4, 1fr); }
}


/* ===================== PRICING (pricing.html) ===================== */

/* ==========================================================================
   Magic City Casino Parties — Packages & Pricing
   Vanilla CSS, mirrors the landing page design system:
   bg #f6f4ee · ink #141210 · gold #c9961e · Bricolage / Inter / Instrument
   ========================================================================== */

:root {
  --bg: #f6f4ee;
  --ink: #141210;
  --gold: #c9961e;
  --gold-bright: #e8b93a;
  --border: rgba(0, 0, 0, 0.1);
  --muted-40: rgba(0, 0, 0, 0.4);
  --muted-55: rgba(0, 0, 0, 0.55);
  --muted-70: rgba(0, 0, 0, 0.7);
  --font-display: "Bricolage Grotesque", sans-serif;
  --font-body: "Inter", sans-serif;
  --font-serif: "Instrument Serif", serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

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

html:has(body.page-pricing) {
  scroll-behavior: smooth;
}

body.page-pricing {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body), ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  line-height: 1.5;
}

::selection {
  background: var(--gold-bright);
  color: var(--ink);
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
}

/* hide native cursor on fine pointers — custom cursor replaces it */
@media (hover: hover) and (pointer: fine) {
  body.page-pricing, a, button {
    cursor: none;
  }
}

/* ---------- film grain (same as landing) ---------- */

body.page-pricing.grain::before {
  content: "";
  position: fixed;
  inset: -200%;
  z-index: 60;
  pointer-events: none;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 0.6s steps(2, end) infinite;
}

@keyframes grain {
  0% { transform: translate(0); }
  50% { transform: translate(-4%, 3%); }
  100% { transform: translate(3%, -2%); }
}

/* ---------- pastel orbs (same as landing) ---------- */

.page-pricing .orbs {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.page-pricing .orb {
  position: absolute;
  border-radius: 9999px;
}

.page-pricing .orb-1 { left: -15%; top: 8%; width: 60vh; height: 60vh; background: rgba(191, 219, 254, 0.4); filter: blur(160px); }
.page-pricing .orb-2 { right: -10%; top: 35%; width: 65vh; height: 65vh; background: rgba(221, 214, 254, 0.4); filter: blur(170px); }
.page-pricing .orb-3 { left: 20%; bottom: -10%; width: 55vh; height: 55vh; background: rgba(199, 210, 254, 0.35); filter: blur(160px); }
.page-pricing .orb-4 { right: 15%; top: 68%; width: 45vh; height: 45vh; background: rgba(232, 185, 58, 0.15); filter: blur(150px); }

main, .page-pricing .site-header, .page-pricing .site-footer {
  position: relative;
  z-index: 10;
}

/* ---------- custom cursor ---------- */

.page-pricing .cursor-layer {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .page-pricing .cursor-layer { display: block; }
}

.page-pricing .cursor-dot {
  position: fixed;
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 9999px;
  background: var(--ink);
}

.page-pricing .cursor-ring {
  position: fixed;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 9999px;
  background: transparent;
  transition:
    width 0.3s ease-out, height 0.3s ease-out, margin 0.3s ease-out, background-color 0.3s ease-out;
}

.page-pricing .cursor-ring.is-hover {
  width: 88px;
  height: 88px;
  margin: -44px 0 0 -44px;
  background: rgba(20, 18, 16, 0.9);
}

.page-pricing .cursor-ring span {
  font-family: var(--font-body);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0;
  transition: opacity 0.2s;
}

.page-pricing .cursor-ring.is-hover span { opacity: 1; }

/* ---------- layout ---------- */

.page-pricing .container {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 768px) {
  .page-pricing .container {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.page-pricing .section {
  padding-top: 64px;
  padding-bottom: 64px;
}

@media (min-width: 768px) {
  .page-pricing .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.page-pricing .section-tint {
  background: rgba(255, 255, 255, 0.35);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* ---------- section label (— (0X) — Name) ---------- */

.page-pricing .section-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  font-family: var(--font-body);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--muted-40);
}

.page-pricing .label-line {
  height: 1px;
  width: 40px;
  background: var(--gold);
  flex-shrink: 0;
}

/* ---------- typography ---------- */

.page-pricing .section-title {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
  font-size: 9vw;
  max-width: 900px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .page-pricing .section-title { font-size: 3.6vw; }
}

.page-pricing .lead {
  font-family: var(--font-body);
  line-height: 1.7;
  color: var(--muted-55);
  max-width: 560px;
}

.page-pricing .lead.narrow { margin-bottom: 40px; }

/* ---------- reveal / split animations ---------- */

.page-pricing [data-reveal] {
  opacity: 0;
  transform: translateY(60px);
  transition:
    opacity 1.2s var(--ease-out), transform 1.2s var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.page-pricing [data-reveal].in {
  opacity: 1;
  transform: translateY(0);
}

/* word-mask reveal: JS wraps each word in .w-mask > .w */
.page-pricing .w-mask {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  padding-bottom: 0.08em;
  margin-bottom: -0.08em;
}

.page-pricing .w-mask .w {
  display: inline-block;
  transform: translateY(120%);
  transition: transform 1.1s var(--ease-out);
  transition-delay: var(--w-delay, 0ms);
  will-change: transform;
}

.page-pricing .is-split-in .w-mask .w {
  transform: translateY(0);
}

/* header styles now live in the SHARED HEADER section at the end of
   this file — .nav-link stays because the footer nav uses it */

.page-pricing .nav-link {
  position: relative;
  font-family: var(--font-body);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted-70);
  transition: color 0.3s;
}

.page-pricing .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 1px;
  width: 0;
  background: var(--ink);
  transition: width 0.3s;
}

.page-pricing .nav-link:hover { color: var(--ink); }
.page-pricing .nav-link:hover::after { width: 100%; }

.page-pricing .nav-link.is-active { color: var(--ink); }
.page-pricing .nav-link.is-active::after { width: 100%; background: var(--gold); }

/* menu-toggle + overlay styles now live in the SHARED HEADER section
   at the end of this file */

/* ---------- buttons (magnetic, gold-fill rise) ---------- */

.page-pricing .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  border-radius: 9999px;
  padding: 16px 32px;
  font-family: var(--font-body);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  will-change: transform;
}

.page-pricing .btn-solid { color: #fff; background: var(--ink); }
.page-pricing .btn-outline { color: var(--ink); border: 1px solid rgba(0, 0, 0, 0.25); }

.page-pricing .btn-fill {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.page-pricing .btn-solid .btn-fill { background: var(--gold); }
.page-pricing .btn-outline .btn-fill { background: var(--ink); }

.page-pricing .btn:hover .btn-fill { transform: scaleY(1); }

.page-pricing .btn-text, .page-pricing .btn-arrow {
  position: relative;
  z-index: 1;
  transition: color 0.3s, transform 0.3s;
}

.page-pricing .btn-outline:hover .btn-text, .page-pricing .btn-outline:hover .btn-arrow { color: #fff; }

.page-pricing .btn-arrow {
  width: 16px;
  height: 16px;
}

.page-pricing .btn:hover .btn-arrow { transform: translate(2px, -2px); }

/* ---------- hero ---------- */

.page-pricing .hero {
  padding-top: 180px;
  padding-bottom: 64px;
}

@media (min-width: 768px) {
  .page-pricing .hero {
    padding-top: 220px;
    padding-bottom: 96px;
  }
}

.page-pricing .hero-title {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 0.95;
  font-size: 14vw;
}

@media (min-width: 768px) {
  .page-pricing .hero-title { font-size: 8.5vw; }
}

.page-pricing .hero-serif {
  margin-top: 8px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 7vw;
  line-height: 1.1;
  color: var(--gold);
}

@media (min-width: 768px) {
  .page-pricing .hero-serif { font-size: 3vw; }
}

.page-pricing .hero-grid {
  margin-top: 48px;
  display: grid;
  gap: 40px;
}

@media (min-width: 640px) {
  .page-pricing .hero-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 1000px;
  }
}

.page-pricing .hero-actions {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.page-pricing .trust-strip {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
}

.page-pricing .trust-strip li {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 9999px;
  padding: 6px 16px;
  font-family: var(--font-body);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.6);
}

/* ---------- packages ---------- */

.page-pricing .package-grid {
  margin-top: 24px;
  display: grid;
  gap: 24px;
}

@media (min-width: 768px) {
  .page-pricing .package-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1280px) {
  .page-pricing .package-grid { grid-template-columns: repeat(4, 1fr); }
}

.page-pricing .pkg-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.5);
  padding: 32px;
  transition:
    border-color 0.5s, box-shadow 0.5s, opacity 1.2s var(--ease-out), transform 1.2s var(--ease-out);
  will-change: transform;
  transform-style: preserve-3d;
}

.page-pricing .pkg-card:hover {
  border-color: rgba(201, 150, 30, 0.6);
  box-shadow: 0 24px 60px -24px rgba(20, 18, 16, 0.25);
}

.page-pricing .pkg-card.is-popular {
  border-color: rgba(201, 150, 30, 0.55);
  box-shadow: 0 18px 50px -28px rgba(201, 150, 30, 0.45);
}

.page-pricing .pkg-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 9999px;
  background: var(--gold);
  color: #fff;
  padding: 6px 14px;
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.page-pricing .pkg-spotlight {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
  background: radial-gradient(
    420px circle at var(--mx, 50%) var(--my, 50%), rgba(201, 150, 30, 0.12), transparent 65%
  );
}

.page-pricing .pkg-card:hover .pkg-spotlight { opacity: 1; }

.page-pricing .pkg-name {
  position: relative;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 30px;
  letter-spacing: -0.025em;
}

.page-pricing .pkg-meta {
  position: relative;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: var(--font-body);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(0, 0, 0, 0.45);
}

.page-pricing .pkg-games {
  position: relative;
  margin-top: 32px;
  flex: 1;
  list-style: none;
}

.page-pricing .pkg-games li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-top: 1px solid var(--border);
  padding: 12px 0;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--muted-70);
}

.page-pricing .pkg-games li::before {
  content: "";
  flex-shrink: 0;
  margin-top: 2px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c9961e' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.page-pricing .pkg-foot {
  position: relative;
  margin-top: 40px;
  border-top: 1px solid var(--border);
  padding-top: 24px;
}

.page-pricing .pkg-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.page-pricing .pkg-price .dollar {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 24px;
  color: var(--gold);
}

.page-pricing .pkg-price .amount {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 48px;
  letter-spacing: -0.025em;
}

.page-pricing .pkg-cta {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.5s, transform 0.5s;
}

.page-pricing .pkg-cta svg { width: 16px; height: 16px; }

.page-pricing .pkg-card:hover .pkg-cta {
  opacity: 1;
  transform: translateY(0);
}

.page-pricing .fine-print {
  margin-top: 40px;
  max-width: 640px;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.45);
}

/* ---------- included ---------- */

.page-pricing .included-grid {
  display: grid;
  gap: 40px 32px;
}

@media (min-width: 640px) {
  .page-pricing .included-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .page-pricing .included-grid { grid-template-columns: repeat(4, 1fr); }
}

.page-pricing .included-num {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.3);
}

.page-pricing .included-item h3 {
  margin-top: 16px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.page-pricing .included-item p {
  margin-top: 12px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted-55);
}

/* ---------- rentals ---------- */

.page-pricing .rental-list {
  list-style: none;
  border-top: 1px solid var(--border);
  max-width: 1000px;
}

.page-pricing .rental-row {
  display: flex;
  align-items: baseline;
  gap: 20px;
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
  transition: padding-left 0.4s var(--ease-out);
}

.page-pricing .rental-row:hover { padding-left: 12px; }

.page-pricing .rental-name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.02em;
  transition: color 0.3s;
}

@media (min-width: 768px) {
  .page-pricing .rental-name { font-size: 28px; }
}

.page-pricing .rental-name small {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  color: var(--muted-40);
  letter-spacing: 0;
}

.page-pricing .rental-dots {
  flex: 1;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.18);
  transform: translateY(-6px);
}

.page-pricing .rental-price {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .page-pricing .rental-price { font-size: 28px; }
}

.page-pricing .rental-price em {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.75em;
  color: var(--gold);
  margin-right: 2px;
}

.page-pricing .rental-price small {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--muted-40);
}

.page-pricing .rental-row:hover .rental-name { color: var(--gold); }

/* ---------- add-ons ---------- */

.page-pricing .addon-grid {
  display: grid;
  gap: 24px;
}

@media (min-width: 640px) {
  .page-pricing .addon-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1280px) {
  .page-pricing .addon-grid { grid-template-columns: repeat(4, 1fr); }
}

.page-pricing .addon-card {
  display: flex;
  flex-direction: column;
  border-radius: 2px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.5);
  padding: 28px;
  transition:
    border-color 0.5s, box-shadow 0.5s, translate 0.5s var(--ease-out), opacity 1.2s var(--ease-out), transform 1.2s var(--ease-out);
}

.page-pricing .addon-card:hover {
  border-color: rgba(201, 150, 30, 0.6);
  box-shadow: 0 24px 60px -24px rgba(20, 18, 16, 0.25);
  translate: 0 -6px;
}

.page-pricing .addon-card h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 21px;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.page-pricing .addon-card h3 small {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  color: var(--muted-40);
}

.page-pricing .addon-card p {
  margin-top: 10px;
  flex: 1;
  font-family: var(--font-body);
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--muted-55);
}

.page-pricing .addon-price {
  margin-top: 22px;
  border-top: 1px solid var(--border);
  padding-top: 16px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.02em;
}

.page-pricing .addon-price em {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.7em;
  color: var(--gold);
  margin-right: 2px;
}

/* ---------- accordions (why us / faq) ---------- */

.page-pricing .accordion {
  border-top: 1px solid var(--border);
}

.page-pricing .acc-item {
  border-bottom: 1px solid var(--border);
}

.page-pricing .acc-head {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 24px;
  padding: 32px 0;
  text-align: left;
}

@media (min-width: 768px) {
  .page-pricing .accordion:not(.accordion-faq) .acc-head { padding: 40px 0; }
}

.page-pricing .acc-num {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
}

.page-pricing .acc-title {
  flex: 1;
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.025em;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.5);
  transition: color 0.3s;
}

@media (min-width: 768px) {
  .page-pricing .acc-title { font-size: 2.6vw; }
  .page-pricing .accordion-faq .acc-title { font-size: 2.6vw; }
}

.page-pricing .acc-head:hover .acc-title, .page-pricing .acc-item.is-open .acc-title {
  color: var(--ink);
}

/* plus icon drawn with pseudo-elements */
.page-pricing .acc-plus {
  position: relative;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  transition: transform 0.5s;
}

.page-pricing .acc-plus::before, .page-pricing .acc-plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s;
}

.page-pricing .acc-plus::before {
  width: 2px;
  height: 100%;
  transform: translate(-50%, -50%);
}

.page-pricing .acc-plus::after {
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
}

.page-pricing .acc-item.is-open .acc-plus { transform: rotate(45deg); }
.page-pricing .acc-item.is-open .acc-plus::before, .page-pricing .acc-item.is-open .acc-plus::after { background: var(--gold); }

.page-pricing .acc-body {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.55s var(--ease-out), opacity 0.55s var(--ease-out);
}

.page-pricing .acc-body-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .page-pricing .acc-body-inner {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding-left: 56px;
  }
  .page-pricing .accordion-faq .acc-body-inner { padding-left: 0; }
}

.page-pricing .acc-body-inner p {
  max-width: 640px;
  font-family: var(--font-body);
  line-height: 1.7;
  color: var(--muted-55);
}

.page-pricing .acc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-pricing .acc-tags span {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 9999px;
  padding: 6px 16px;
  font-family: var(--font-body);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.6);
}

/* ---------- footer ---------- */

.page-pricing .site-footer {
  position: relative;
  overflow: hidden;
  padding: 80px 0 48px;
}

@media (min-width: 768px) {
  .page-pricing .site-footer { padding-top: 112px; }
}

.page-pricing .footer-glow {
  position: absolute;
  bottom: -33%;
  left: 50%;
  transform: translateX(-50%);
  width: 70vh;
  height: 70vh;
  border-radius: 9999px;
  background: rgba(201, 150, 30, 0.05);
  filter: blur(140px);
  pointer-events: none;
}

.page-pricing .footer-title {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 0.9;
  font-size: 13vw;
}

@media (min-width: 768px) {
  .page-pricing .footer-title { font-size: 9vw; }
}

.page-pricing .footer-serif {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
  display: inline-block;
}

.page-pricing .footer-actions {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

@media (min-width: 768px) {
  .page-pricing .footer-actions {
    flex-direction: row;
    align-items: center;
  }
}

.page-pricing .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-pricing .footer-contact a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  transition: color 0.3s;
}

.page-pricing .footer-contact a:hover { color: var(--ink); }

.page-pricing .footer-contact svg {
  width: 16px;
  height: 16px;
  color: var(--gold);
}

.page-pricing .footer-bottom {
  margin-top: 128px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-top: 1px solid var(--border);
  padding-top: 40px;
}

@media (min-width: 768px) {
  .page-pricing .footer-bottom {
   flex-direction: row;
        align-items: center;
        justify-content: space-between;
  }
}

.page-pricing .footer-logo {
  height: 80px;
  width: auto;
  object-fit: contain;
}

.page-pricing .footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
}

.page-pricing .footer-nav .nav-link {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.page-pricing .footer-copy {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--muted-40);
}

/* ---------- reduced motion ---------- */

@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;
  }

  .page-pricing [data-reveal], .page-pricing .w-mask .w {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ===== PRICING: full-width rental list + cursor image preview ===== */
.page-pricing .rental-list { max-width: none; width: 100%; }

.page-pricing #rentalPreview {
  position: fixed; left: 0; top: 0; z-index: 80;
  width: 280px; aspect-ratio: 4 / 3;
  pointer-events: none; will-change: transform;
}
.page-pricing #rentalPreview .rp-inner {
  width: 100%; height: 100%; overflow: hidden; border-radius: 2px;
  box-shadow: 0 24px 60px -24px rgba(20, 18, 16, 0.35);
  opacity: 0; transform: scale(0.85);
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.page-pricing #rentalPreview.show .rp-inner { opacity: 1; transform: scale(1); }
.page-pricing #rentalPreview img { width: 100%; height: 100%; object-fit: cover; }
/* ===== PRICING: package scroll scrub (matches landing page) ===== */
.page-pricing .pkg-card { transition: border-color 0.5s, box-shadow 0.5s; }
.page-pricing .pkg-item { height: 100%; will-change: transform, opacity; }
.page-pricing .pkg-slide {
  opacity: 0;
  transform: translateX(120px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.page-pricing .pkg-slide-in { opacity: 1; transform: translateX(0); }
/* mobile: clip the same translateX slide-in so it can't widen the page */
@media (max-width: 1279px) {
  .page-pricing .pkg-scroll { overflow-x: clip; }
}
/* ============================================================
   SHARED HEADER — single source of truth for every page.
   Markup is injected by renderSiteHeader() in style.js.
   ============================================================ */

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 70 !important;
  border-bottom: 1px solid transparent;
  transition: background-color 0.5s, border-color 0.5s, backdrop-filter 0.5s;
}

.site-header.scrolled {
  border-bottom-color: rgba(0, 0, 0, 0.05);
  background: rgba(246, 244, 238, 0.7);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}

.header-inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
}

.logo-img {
  height: 80px;
  width: auto;
  object-fit: contain;
}

/* ---- desktop nav ---- */

.desktop-nav { display: none; }

.desktop-nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.desktop-nav a {
  position: relative;
  font-family: var(--font-body);
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  transition: color 0.3s;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  display: block;
  height: 1px;
  width: 0;
  background: var(--ink);
  transition: width 0.3s;
}

.desktop-nav a:hover { color: var(--ink); }
.desktop-nav a:hover::after { width: 100%; }

.desktop-nav a.is-active { color: var(--ink); }
.desktop-nav a.is-active::after { width: 100%; background: var(--gold); }

/* ---- menu toggle ---- */

.menu-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.menu-word { display: none; }

.menu-lines {
  display: flex;
  height: 24px;
  width: 24px;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.menu-lines span {
  height: 1px;
  width: 100%;
  background: var(--ink);
  transition: transform 0.3s;
}

body.menu-open .menu-lines span:first-child { transform: translateY(3.5px) rotate(45deg); }
body.menu-open .menu-lines span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

/* ---- fullscreen overlay menu ---- */

.overlay-menu {
  position: fixed;
  inset: 0;
  z-index: 65;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 24px;
  background: rgba(246, 244, 238, 0.95);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}

body.menu-open .overlay-menu {
  opacity: 1;
  visibility: visible;
}

.menu-nav {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}

.menu-nav ul {
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-nav a {
  opacity: 0;
  transform: translateY(80px);
}

.menu-nav a:hover { color: var(--ink); }

body.menu-open .menu-nav a {
  opacity: 1;
  transform: translateY(0);
}

body.menu-open .menu-nav li:nth-child(1) a { transition-delay: 0.1s; }
body.menu-open .menu-nav li:nth-child(2) a { transition-delay: 0.17s; }
body.menu-open .menu-nav li:nth-child(3) a { transition-delay: 0.24s; }
body.menu-open .menu-nav li:nth-child(4) a { transition-delay: 0.31s; }
body.menu-open .menu-nav li:nth-child(5) a { transition-delay: 0.38s; }

/* ---- responsive ---- */

@media (min-width: 640px) {
  .menu-word { display: inline; }
}

@media (min-width: 768px) {
  .header-inner { padding: 20px 48px; }
  .logo-img { height: 96px; }
  .desktop-nav { display: block; }
  .overlay-menu { padding: 0 48px; }
}
/* ============================================================
   BRAND ASSOCIATION — scroll-driven logo-reveal storytelling.
   The .brand-stage is pinned by GSAP; the logo scales up first,
   then the frosted glass panel rises over it (see style.js).
   ============================================================ */

.page-home .brand-section {
  position: relative;
  z-index: 1;
}

.page-home .brand-stage {
  position: relative;
  height: 100vh;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 1.5rem;
  /* opaque canvas so pinned content sits on a clean backdrop
     instead of the sections scrolling behind it */
  background: radial-gradient(ellipse 90% 80% at 50% 45%, #faf8f2 0%, #f4f1e8 55%, #efe9dc 100%);
}

/* soft gold glow behind the logo */
.page-home .brand-glow {
  position: absolute;
  width: 82vh;
  height: 82vh;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(201, 150, 30, 0.16), transparent 62%);
  filter: blur(30px);
  pointer-events: none;
  z-index: 0;
}

/* logo layer — centered, GSAP scales/fades it */
.page-home .brand-logo-layer {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  will-change: transform, opacity;
}

.page-home .brand-logo-img {
  width: auto;
  height: auto;
  max-width: min(520px, 46vw);
  object-fit: contain;
  filter: drop-shadow(0 20px 50px rgba(20, 18, 16, 0.22));
}

/* frosted glass content panel that rises over the logo */
.page-home .brand-panel {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 820px;
  border-radius: 1.5rem;
  padding: 3.25rem 3rem;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow:
    0 30px 80px -40px rgba(20, 18, 16, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  will-change: transform, opacity;
}

.page-home .brand-el {
  will-change: transform, opacity;
}

.page-home .brand-panel .eyebrow { margin-bottom: 1.5rem; }

.page-home .brand-title {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4.2vw, 3.2rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.page-home .brand-desc {
  margin-top: 1.25rem;
  max-width: 40rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.6);
}

.page-home .brand-trust {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  list-style: none;
  padding: 0;
}

.page-home .brand-trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 9999px;
  padding: 0.45rem 1rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.5);
}

.page-home .brand-trust .check {
  height: 0.85rem;
  width: 0.85rem;
  color: var(--gold);
  flex-shrink: 0;
}

.page-home .brand-cta-wrap {
  margin-top: 2.25rem;
}

@media (max-width: 767px) {
  .page-home .brand-logo-img { max-width: min(320px, 76vw); }
  .page-home .brand-panel {
    padding: 2rem 1.5rem;
    border-radius: 1.25rem;
  }
  .page-home .brand-glow { width: 60vh; height: 60vh; }
}
/* ============================================================
   GET A QUOTE — form + contact (scoped to .page-quote,
   reuses .page-pricing hero / section / btn / footer styles)
   ============================================================ */

.page-quote .quote-layout {
  display: grid;
  gap: 24px;
  align-items: start;
}

@media (min-width: 1024px) {
  .page-quote .quote-layout {
    grid-template-columns: 1.55fr 1fr;
    gap: 32px;
  }
}

/* ---- form card ---- */
.page-quote .quote-form-card {
  border: 1px solid var(--border);
  border-radius: 2px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.35));
  box-shadow: 0 24px 60px -32px rgba(20, 18, 16, 0.2);
  padding: 28px 22px;
}

@media (min-width: 768px) {
  .page-quote .quote-form-card { padding: 44px 40px; }
}

.page-quote .quote-form-title {
  margin-top: 14px;
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.02;
  font-size: clamp(1.9rem, 4.5vw, 2.8rem);
}

.page-quote .quote-form { margin-top: 32px; }

.page-quote .qf-row {
  display: grid;
  gap: 22px;
}

@media (min-width: 640px) {
  .page-quote .qf-row { grid-template-columns: 1fr 1fr; }
}

.page-quote .qf-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}

.page-quote .qf-field label {
  font-family: var(--font-body);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted-55);
  margin-bottom: 10px;
}

.page-quote .qf-field .req { color: var(--gold); }
.page-quote .qf-field .opt {
  text-transform: none;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.35);
  font-size: 12px;
}

.page-quote .qf-field input,
.page-quote .qf-field select,
.page-quote .qf-field textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 14px 16px;
  transition: border-color 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out), background 0.35s var(--ease-out);
  -webkit-appearance: none;
  appearance: none;
}

.page-quote .qf-field textarea { resize: vertical; min-height: 118px; line-height: 1.6; }

.page-quote .qf-field input::placeholder,
.page-quote .qf-field textarea::placeholder { color: rgba(0, 0, 0, 0.3); }

.page-quote .qf-field input:focus,
.page-quote .qf-field select:focus,
.page-quote .qf-field textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 0 3px rgba(201, 150, 30, 0.12);
}

.page-quote .qf-field.invalid input,
.page-quote .qf-field.invalid select,
.page-quote .qf-field.invalid textarea {
  border-color: #b23b3b;
  box-shadow: 0 0 0 3px rgba(178, 59, 59, 0.1);
}

/* select caret */
.page-quote .qf-select { position: relative; }
.page-quote .qf-select select { padding-right: 42px; cursor: pointer; }
.page-quote .qf-caret {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: var(--gold);
  pointer-events: none;
}

/* human check */
.page-quote .qf-human .qf-icons {
  display: flex;
  gap: 12px;
}
.page-quote .qf-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid var(--border);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.55);
  color: rgba(0, 0, 0, 0.55);
  transition: color 0.3s, border-color 0.3s, background 0.3s, transform 0.3s var(--ease-out);
}
.page-quote .qf-icon svg { width: 24px; height: 24px; }
.page-quote .qf-icon:hover { transform: translateY(-2px); color: var(--ink); }
.page-quote .qf-icon.selected {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201, 150, 30, 0.1);
}

.page-quote .qf-error {
  margin: 0 0 18px;
  font-family: var(--font-body);
  font-size: 13px;
  color: #b23b3b;
}

.page-quote .qf-submit { margin-top: 6px; width: 100%; justify-content: center; }
@media (min-width: 640px) { .page-quote .qf-submit { width: auto; } }

/* ---- success state ---- */
.page-quote .quote-success { text-align: left; }
.page-quote .qs-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 9999px;
  background: rgba(201, 150, 30, 0.12);
  color: var(--gold);
  margin-bottom: 22px;
}
.page-quote .qs-check svg { width: 30px; height: 30px; }
.page-quote .quote-success h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.page-quote .quote-success p {
  font-family: var(--font-body);
  line-height: 1.7;
  color: var(--muted-55);
  max-width: 34rem;
  margin-bottom: 28px;
}

/* ---- contact aside ---- */
.page-quote .quote-contact-card {
  border: 1px solid var(--border);
  border-radius: 2px;
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(201, 150, 30, 0.08), transparent 60%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.3));
  box-shadow: 0 24px 60px -34px rgba(20, 18, 16, 0.18);
  padding: 28px 24px;
}
@media (min-width: 768px) { .page-quote .quote-contact-card { padding: 40px 34px; } }

.page-quote .quote-aside-lead {
  margin-top: 14px;
  font-family: var(--font-body);
  line-height: 1.7;
  color: var(--muted-55);
}

.page-quote .quote-contact-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-quote .quote-contact-list li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.page-quote .qc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border: 1px solid rgba(201, 150, 30, 0.3);
  border-radius: 9999px;
  color: var(--gold);
}
.page-quote .qc-icon svg { width: 18px; height: 18px; }
.page-quote .qc-text { display: flex; flex-direction: column; gap: 2px; }
.page-quote .qc-label {
  font-family: var(--font-body);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(0, 0, 0, 0.4);
}
.page-quote .qc-text a,
.page-quote .qc-plain {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--ink);
  text-decoration: none;
  transition: color 0.3s;
}
.page-quote .qc-text a:hover { color: var(--gold); }

.page-quote .quote-trust {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--border);
}
.page-quote .quote-trust p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
}
.page-quote .quote-trust .trust-strip { margin-top: 20px; }

/* ============================================================
   LOCATION PAGE (birmingham.html) — reuses .page-pricing hero/
   section/btn/footer + .page-quote form styles; scoped extras here.
   ============================================================ */

/* the header sits in the document flow on these pages, so the hero only
   needs a little breathing room (not a fixed-header clearance) — this keeps
   the quote form above the fold */
.page-location .loc-hero {
  padding: 20px 0 48px;
}
@media (min-width: 768px) {
  .page-location .loc-hero { padding: 24px 0 56px; }
}

.page-location .loc-hero-grid {
  display: grid;
  gap: 28px;
  align-items: start;
}
@media (min-width: 1024px) {
  .page-location .loc-hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 44px;
    align-items: start;   /* top-align so the form stays above the fold */
  }
}

.page-location .loc-hero-title {
  margin-top: 8px;
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
  font-size: clamp(2.4rem, 6vw, 4rem);
}
.page-location .loc-hero-serif {
  margin-top: 10px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.2rem, 2.6vw, 1.9rem);
  color: var(--gold);
}
.page-location .loc-hero-copy .lead { margin-top: 22px; max-width: 34rem; }
.page-location .loc-hero-copy .trust-strip { margin-top: 26px; }

.page-location .loc-hero-contact {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
}
.page-location .loc-hero-contact a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--ink);
  text-decoration: none;
  transition: color 0.3s;
}
.page-location .loc-hero-contact a:hover { color: var(--gold); }
.page-location .loc-hero-contact svg { width: 16px; height: 16px; color: var(--gold); }

/* compact hero form so it stays above the fold */
.page-location .loc-form-card { padding: 24px 22px; }
@media (min-width: 768px) {
  .page-location .loc-form-card { padding: 26px 30px; }
}
.page-location .loc-form-card .quote-form { margin-top: 14px; }
.page-location .loc-form-card .qf-field { margin-bottom: 12px; }
.page-location .loc-form-card .quote-form-title { margin-top: 6px; font-size: clamp(1.6rem, 3.2vw, 2.1rem); }
.page-location .loc-form-note {
  margin-top: 8px;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.55;
  color: var(--muted-55);
}

/* copy grid + service-area chips */
.page-location .loc-copy-grid { display: grid; gap: 28px; }
@media (min-width: 768px) {
  .page-location .loc-copy-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}
.page-location .loc-areas { margin-top: 40px; }
.page-location .loc-areas-label {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--muted-40);
  margin-bottom: 16px;
}
.page-location .loc-areas ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-location .loc-areas li {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 9999px;
  padding: 8px 18px;
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
  background: rgba(255, 255, 255, 0.5);
  transition: border-color 0.3s, color 0.3s;
}
.page-location .loc-areas li:hover { border-color: var(--gold); color: var(--ink); }

/* content cards */
.page-location .loc-grid {
  margin-top: 8px;
  display: grid;
  gap: 20px;
}
@media (min-width: 640px) { .page-location .loc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .page-location .loc-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 768px) { .page-location .loc-grid-3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 640px) and (max-width: 767px) { .page-location .loc-grid-3 { grid-template-columns: 1fr; } }

.page-location .loc-card {
  border: 1px solid var(--border);
  border-radius: 2px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.3));
  padding: 28px 24px;
  transition: border-color 0.5s, box-shadow 0.5s, translate 0.5s var(--ease-out);
}
.page-location .loc-card:hover {
  border-color: rgba(201, 150, 30, 0.55);
  box-shadow: 0 24px 60px -30px rgba(20, 18, 16, 0.25);
  translate: 0 -5px;
}
.page-location .loc-card-num {
  display: block;
  font-family: var(--font-serif);
  font-size: 2rem;
  line-height: 1;
  color: var(--gold);
  margin-bottom: 14px;
}
.page-location .loc-card h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}
.page-location .loc-card p {
  margin-top: 10px;
  font-family: var(--font-body);
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--muted-55);
}
.page-location .loc-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-location .loc-list li {
  position: relative;
  padding-left: 20px;
  font-family: var(--font-body);
  font-size: 13.5px;
  color: var(--muted-70);
}
.page-location .loc-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: var(--gold);
  opacity: 0.55;
}
.page-location .loc-dealers { margin-top: 40px; max-width: 52rem; }
.page-location .loc-dealers strong { color: var(--ink); font-weight: 500; }

/* why-us tiles */
.page-location .loc-why {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-top: 1px solid var(--border);
  padding: 22px 0;
}
.page-location .loc-why-num {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.4rem;
  color: var(--gold);
  line-height: 1;
  flex-shrink: 0;
}
.page-location .loc-why-body { flex: 1; }
.page-location .loc-why-body h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.page-location .loc-why-body p {
  margin-top: 8px;
  font-family: var(--font-body);
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--muted-55);
}
/* legacy single-line variant (kept harmless) */
.page-location .loc-why > p {
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.page-location .loc-closing { margin-top: 40px; max-width: 46rem; }
.page-location .loc-cta-row {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* ---- scroll-expanding YouTube video (small -> large, like the landing banner) ---- */
.page-location .loc-video-wrap {
  position: relative;
  height: calc(1100px + 100vh);
}
.page-location .loc-video-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  /* match the page background so the letterbox area blends in, not black */
  background: var(--bg);
}
.page-location .loc-video-frame {
  position: absolute;
  inset: 0;
  /* JS scrubs this from a small centered box to full-bleed on scroll */
  clip-path: polygon(22% 22%, 78% 22%, 78% 78%, 22% 78%);
  will-change: clip-path;
  /* size the video relative to THIS box (not the viewport) so the
     scrollbar width can't push the frame past the stage edges */
  container-type: size;
}
.page-location .loc-video-frame iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* contain: fit the whole 16:9 video inside the stage with no crop.
     Each dimension is capped to the largest 16:9 box that fits; the
     cream stage shows around it (frame is exactly 16:9, so no bars). */
  width: min(100cqw, calc(100cqh * 16 / 9));
  height: min(calc(100cqw * 9 / 16), 100cqh);
  border: 0;
  pointer-events: none;
}
.page-location .loc-video-badge {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 2;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.6rem 1.2rem;
  font-family: var(--font-body);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink);
}
@media (min-width: 768px) {
  .page-location .loc-video-badge { left: 3rem; bottom: 2.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  .page-location .loc-video-frame { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important; }
}

/* ---- scroll-expanding Google map (small -> large, like the video) ---- */
.page-location .loc-map-wrap {
  position: relative;
  height: calc(1100px + 100vh);
}
.page-location .loc-map-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: var(--bg);
}
.page-location .loc-map-frame {
  position: absolute;
  inset: 0;
  /* JS scrubs this from a small centered box to full-bleed on scroll */
  clip-path: polygon(22% 22%, 78% 22%, 78% 78%, 22% 78%);
  will-change: clip-path;
}
.page-location .loc-map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  /* soft, on-brand tint so the map blends with the cream palette */
  filter: grayscale(0.35) contrast(1.02);
}
.page-location .loc-map-badge {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 2;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.6rem 1.2rem;
  font-family: var(--font-body);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink);
  pointer-events: none;
}
@media (min-width: 768px) {
  .page-location .loc-map-badge { left: 3rem; bottom: 2.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  .page-location .loc-map-frame { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important; }
}

/* ---- event-type card image/illustration header ---- */
.page-location .loc-card { overflow: hidden; }
.page-location .loc-card-media {
  /* break out of the card's 28px 24px padding to sit flush at the top */
  margin: -28px -24px 22px;
  height: 150px;
  background: #141210;
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.page-location .loc-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}
.page-location .loc-card:hover .loc-card-media img { transform: scale(1.05); }

/* =========================================================
   WEDDINGS & PRIVATE — sticky stacked story cards
   ========================================================= */
.page-location .stack-section { position: relative; }
.page-location .stack-intro { margin-bottom: 40px; }

.page-location .stack {
  position: relative;
  /* uses the .container class for width + responsive side padding so cards
     align exactly with the rest of the page; this just adds bottom room */
  padding-bottom: 12vh;
}

.page-location .stack-card {
  position: sticky;
  /* each successive card pins slightly lower, leaving a sliver of the one behind */
  top: calc(96px + var(--i) * 26px);
  display: grid;
  grid-template-columns: 44% 1fr;
  min-height: 380px;
  margin: 0 0 8vh;
  width: 100%;
  background: linear-gradient(160deg, #ffffff, #f3efe6);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 40px 90px -50px rgba(20, 18, 16, 0.55);
  transform-origin: center top;
  will-change: transform, opacity;
}
.page-location .stack-card:last-child { margin-bottom: 0; }

.page-location .stack-card-media {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  background: #141210;
}
.page-location .stack-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-location .stack-card-body {
  padding: 44px 44px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-location .stack-card-eyebrow {
  font-family: var(--font-body);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--gold);
  margin-bottom: 14px;
}
.page-location .stack-card-body h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.page-location .stack-card-body p {
  margin-top: 16px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted-70);
}
.page-location .stack-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink);
  text-decoration: none;
  transition: gap 0.4s var(--ease-out), color 0.4s;
}
.page-location .stack-card-cta svg { width: 16px; height: 16px; }
.page-location .stack-card-cta:hover { gap: 14px; color: var(--gold); }

@media (max-width: 760px) {
  .page-location .stack-card {
    grid-template-columns: 1fr;
    min-height: 0;
    top: calc(72px + var(--i) * 18px);
  }
  .page-location .stack-card-media { min-height: 200px; }
  .page-location .stack-card-media img { position: relative; height: 200px; }
  .page-location .stack-card-body { padding: 28px 24px 30px; }
}

@media (prefers-reduced-motion: reduce) {
  .page-location .stack-card { position: relative; top: auto; transform: none !important; opacity: 1 !important; }
}

/* ---- (02) Top-Tier Equipment — scroll-scrubbed 3D card reveal ---- */
.page-location #tablesGrid { perspective: 1100px; }
.page-location .tilt-card {
  transform-origin: 50% 100%;
  will-change: transform, opacity;
}
/* JS adds .tilt-ready synchronously so cards start hidden without a flash;
   without JS / reduced-motion the cards simply stay visible. */
.page-location #tablesGrid.tilt-ready .tilt-card { opacity: 0; }
.page-location .tilt-card .loc-card-num {
  display: inline-block;
  will-change: transform;
}


































.footer-text{
  width: 60rem;
  padding-top: 6rem;
}

.footer-text p{    line-height: 1.7;
    color: rgba(0, 0, 0, 0.55);}

.quote-form-card form{
	margin-top:30px;
}

.quote-form-card form input[type="submit"]{
	position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    overflow: hidden;
    border-radius: 9999px;
    padding: 16px 32px;
    font-family: var(--font-body);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    will-change: transform;
    color: #fff;
    background: var(--ink);
	border:none;
}

.quote-form-card form input[type="submit"]:hover{
	   
	background: var(--gold);
}

@media (max-width: 1200px) { .footer-text{
  width: 100%;
} 
	.page-pricing .footer-bottom {
   flex-direction: column;
        align-items: center;
        justify-content: center;
  }
}

@media (max-width: 1024px) {
	.page-home .hero-bottom{
		        flex-direction: column;
        align-items: flex-start;
	}
	.page-home .stats-heading, .page-home .h2-events, .page-home .h2-about, .page-home .h2-std{
		font-size: 4.5vw;
	}
	.page-home .accordion-sm .acc-title, .page-pricing .section-title{
		font-size: 4.5vw;
	}
	.page-home .quote-slide blockquote{
		font-size: 3.4vw;
	}
	.page-home .acc-title, .page-home .accordion-sm .acc-title, .page-pricing .acc-title, .page-pricing .accordion-faq .acc-title{
		font-size: 3vw;
	}
	.page-home .stats-intro{
		font-size: 2.5vw;;
	}
	.page-pricing .rental-name{
		font-size: 3vw;
	}
}

@media (max-width: 991px) {
	.desktop-nav a{
		font-size: 0.65rem;
	}
	.desktop-nav ul{
		gap: 20px;
	}
}

@media (max-width: 800px) {
	.page-home .hero-bottom{
		flex-direction:column;
	}
	.page-home .quote-slide blockquote{
		font-size: 3.4vw;
		    line-height: 1.3;
	}
}

@media (max-width: 768px) {
	.page-pricing .footer-bottom {
   flex-direction: column;
        align-items: center;
        justify-content: center;
  }
	.page-pricing .rental-name{
		font-size: 3vw;
	}
}





@media (max-width: 480px) {
	.page-home .event-meta h3{
		font-size: 1rem;
	}
	.page-home .hero-title, .page-pricing .hero-title{
		    font-size: 10vw;
	}
	.page-home .quote-slide blockquote{
		    font-size: 5vw;
	}
	.page-home .acc-title, .page-pricing .acc-title {
		    font-size: 1.25rem;
	}
	.page-home .hero-desc, .page-home .about-paras p, .page-home .pricing-intro p, .page-home .offer-list li, .page-home .acc-body-in p, .footer-text p, .page-pricing .lead, .page-pricing .lead.narrow, .page-pricing .acc-body-inner p, .page-quote .quote-aside-lead{
		    font-size: 0.9rem;
	}
	.menu-footer-menu-container{
		width:100%;
	}
	.menu-footer-menu-container ul{
		    flex-direction: column;
    align-items: center;
		    gap: 10px;
	}
	.page-pricing .footer-copy{
		text-align:center;
	}
	.page-pricing .footer-bottom{
		    margin-top: 60px;
	}
	.page-home .h2-about, .page-home .stats-heading, .page-home .h2-events, .page-home .h2-std, .page-pricing .section-title{
		 font-size: 7vw;
	}
	.page-home .stats-intro{
		    font-size: 1.2rem;
	}
	.page-home .accordion-sm .acc-title{
		font-size: 1.25rem;
	}
	.page-pricing .footer-title{
		font-size: 10vw;
	}
	.page-pricing .acc-title, .page-pricing .accordion-faq .acc-title{
		        font-size: 1.25rem;
	}
	.page-home .pkg-card h3, .page-pricing .pkg-name{
		 font-size: 7vw;
	}
	.page-home .pkg-price .amount{
		font-size: 10vw;
	}
	.page-home .btn-label, .page-home .btn-arrow{
		font-size: 11px;
	}
}




/* =========================================================
   NAV — Location dropdown (.sub-menu)
   ========================================================= */
.sub-menu { list-style: none; margin: 0; padding: 0; }

/* ---- desktop dropdown ---- */
.desktop-nav .menu-item-has-children { position: relative; }
.desktop-nav .menu-item-has-children > a {
  padding-right: 15px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23141210' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right center;
  background-size: 9px;
}
/* invisible bridge keeps :hover alive across the gap down to the panel */
.desktop-nav .menu-item-has-children::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 18px;
}
.desktop-nav .sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 18px;
  transform: translateX(-50%) translateY(6px);
  min-width: 180px;
  padding: 8px 0;
  background: #fbfaf6;
  border: 1px solid var(--border);
  border-radius: 4px;
  box-shadow: 0 24px 50px -24px rgba(20, 18, 16, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s var(--ease-out), visibility 0s linear 0.3s;
  z-index: 60;
}
.desktop-nav .menu-item-has-children:hover .sub-menu,
.desktop-nav .menu-item-has-children:focus-within .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  transition: opacity 0.3s ease, transform 0.3s var(--ease-out);
}
.desktop-nav .sub-menu li { display: block; }
.desktop-nav .sub-menu a {
  display: block;
  padding: 9px 20px;
  white-space: nowrap;
  font-family: var(--font-body);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
  transition: color 0.25s, background 0.25s;
}
.desktop-nav .sub-menu a::after { display: none; } /* suppress the nav underline pseudo */
.desktop-nav .sub-menu a:hover { color: var(--ink); background: rgba(201, 150, 30, 0.1); }

/* ---- mobile overlay submenu — collapsible accordion under Location ---- */
/* parent row gets a chevron that flips when open */
.menu-nav .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
}
.menu-nav .menu-item-has-children > a::after {
  content: "";
  flex: 0 0 auto;
  width: 0.6em;
  height: 0.6em;
  background: no-repeat center / contain;
  /* down chevron when collapsed */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 8l8 8 8-8' fill='none' stroke='%23141210' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.menu-nav .menu-item-has-children.open > a::after {
  /* up chevron when expanded */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 16l8-8 8 8' fill='none' stroke='%23141210' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* collapsed by default; expands when the parent li has .open */
.menu-nav .sub-menu {
  overflow: hidden;
  max-height: 0;
  margin-top: 0;
  padding-left: 24px;
 /* border-left: 1px solid var(--border);*/
  transition: max-height 0.45s var(--ease-out), margin-top 0.45s var(--ease-out);
}
.menu-nav .menu-item-has-children.open .sub-menu {
  max-height: 340px;
  margin-top: 12px;
}
.menu-nav .sub-menu a {
  /* same typeface/weight/spacing/color as the main overlay links (which are
     .overlay-menu ul li a @ 5vw) — just a smaller sub-level size */
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 3.4vw;
  line-height: 1;
  letter-spacing: -0.025em;
  color: rgba(0, 0, 0, 0.8);
  text-transform: capitalize;
  padding: 12px 0;
  border-bottom: none;
}
.menu-nav .sub-menu a:hover { color: var(--ink); }

/* =========================================================
   HOME — Locations section (2 clickable location cards)
   ========================================================= */
.page-home .section-locations { position: relative; }
.page-home .locations-lead {
  max-width: 40rem;
  margin: 1rem 0 3rem;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
}
.page-home .locations-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .page-home .locations-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
.page-home .location-card {
  position: relative;
  display: block;
  border: 1px solid var(--border, rgba(0, 0, 0, 0.12));
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.5s, box-shadow 0.5s, transform 0.5s var(--ease-out, cubic-bezier(0.16, 1, 0.3, 1));
}
.page-home .location-card:hover {
  border-color: rgba(201, 150, 30, 0.55);
  box-shadow: 0 30px 70px -40px rgba(20, 18, 16, 0.4);
  transform: translateY(-6px);
}
.page-home .location-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #141210;
}
.page-home .location-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease-out, cubic-bezier(0.16, 1, 0.3, 1));
}
.page-home .location-card:hover .location-media img { transform: scale(1.06); }
.page-home .location-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 18, 16, 0.55), rgba(20, 18, 16, 0) 45%);
}
.page-home .location-body { padding: 26px 28px 30px; }
.page-home .location-state {
  font-family: var(--font-body);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--gold, #c9961e);
}
.page-home .location-city {
  margin-top: 8px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink, #141210);
}
.page-home .location-desc {
  margin-top: 12px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
}
.page-home .location-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink, #141210);
  transition: gap 0.4s var(--ease-out, ease), color 0.4s;
}
.page-home .location-cta svg { width: 16px; height: 16px; }
.page-home .location-card:hover .location-cta { gap: 14px; color: var(--gold, #c9961e); }
