/* Booking-first layout; original visual identity retained. */
html { scroll-padding-top: 100px; }
section { padding: 76px 0; }
.hero { min-height: auto; padding: 64px 0 72px; }
.hero-grid { gap: 44px; }
h1 { font-size: clamp(3.8rem, 6.7vw, 6rem); }
.hero-copy { margin: 24px 0 20px; }
.hero-facts { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 18px; font-weight: 700; }
.hero-facts strong { font-family: "League Spartan", sans-serif; font-size: 2.4rem; color: var(--teal); }
.hero-facts span + span { border-left: 2px solid var(--teal-wash); padding-left: 18px; }
.hero-deposit { margin: 8px 0 26px; font-size: .85rem; line-height: 1.6; }
.hero-deposit a { white-space: nowrap; }
.hero-video { min-width: 0; margin: 0; border: 2px solid var(--charcoal); border-radius: 22px; overflow: hidden; box-shadow: 10px 10px 0 var(--teal-wash); }
.hero-video .video-shell { width: 100%; border: 0; border-radius: 0; box-shadow: none; }
.hero-video figcaption { padding: 18px 24px; background: var(--cream); border-top: 2px solid var(--charcoal); font-weight: 700; font-size: 1rem; }
.party-card { align-items: start; }
.party-cost { margin: 14px 0 !important; font-size: .85rem; font-weight: 700; }
.party-book { gap: 12px; }
.price-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 28px; }
.price-actions > a:not(.button) { font-size: .85rem; }
.deposit-note { margin-top: 24px; font-size: .85rem; line-height: 1.75; }
.pricing .eyebrow, .contact .eyebrow { color: var(--cream); }
.booking-help { margin-top: 18px; }
.booking-help a { font-weight: 700; }
.square-direct { margin-bottom: 24px; gap: 12px; }
.booking-widget iframe { width: 100%; border: 0; }
.joe-layout { grid-template-columns: 240px 1fr; gap: 44px; }
.joe-photo-wrap { padding: 0 14px 14px 0; }
.joe-photo-wrap::after { inset: 14px 0 0 14px; }
.joe-photo { height: 290px; aspect-ratio: auto; object-position: center 30%; }
.joe-copy h2 { font-size: clamp(2.8rem, 5vw, 4.5rem); }
.joe-credentials { display: flex; flex-wrap: wrap; }
.faq-item.open .faq-answer { max-height: none; }
.contact-copy a { overflow-wrap: anywhere; }
.mobile-actions { display: none; }
.review-card footer { padding-top: 20px; }
@media (max-width: 900px) {
  .nav-links { gap: 18px; }
  .nav-links li.nav-pricing { display: block; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-video { max-width: 620px; width: 100%; margin: 0 auto; }
  .booking-layout, .pricing-layout, .contact-layout, .details-layout, .faq-layout { gap: 32px; }
  .mobile-actions { display: grid; grid-template-columns: 1.35fr 1fr; gap: 12px; position: fixed; bottom: 0; left: 0; right: 0; z-index: 30; padding: 12px 16px calc(14px + env(safe-area-inset-bottom)); border-top: 2px solid var(--teal); background: var(--cream); }
  .mobile-actions .button { padding: 0 10px; min-height: 46px; font-size: .79rem; }
  body { padding-bottom: calc(90px + env(safe-area-inset-bottom)); }
  html { scroll-padding-bottom: 110px; }
}
@media (max-width: 620px) {
  section { padding: 52px 0; }
  .hero { padding: 32px 0 48px; }
  .hero .eyebrow { font-size: .67rem; letter-spacing: .09em; }
  h1 { font-size: clamp(3.45rem, 15vw, 4.8rem); }
  .hero-copy { font-size: .95rem; line-height: 1.65; }
  .hero-facts { font-size: .82rem; gap: 9px 12px; }
  .hero-facts span + span { padding-left: 12px; }
  .hero-actions { gap: 12px; }
  .hero-actions .button { padding: 0 14px; font-size: .77rem; }
  .nav { gap: 10px; }
  .nav-links { gap: 12px; }
  .nav-pricing a { font-size: .8rem; }
  .brand img { height: 50px; }
  .party-card { grid-template-columns: 1fr; padding: 24px; }
  .party-icon { width: 58px; height: 58px; }
  .party-icon img { width: 44px; height: 42px; }
  .party-book { width: 100%; }
  .price-actions { gap: 20px; }
  .booking-widget { padding: 24px 16px; }
  .square-direct { width: 100%; font-size: .8rem; padding: 0 10px; }
  .joe-layout { grid-template-columns: 1fr; gap: 26px; }
  .joe-photo-wrap { width: 180px; }
  .joe-photo { height: 210px; }
  .joe-copy h2 br { display: none; }
  .joe-copy h2 { line-height: 1.1; }
}

/* Open house invitation */
.open-house { position: fixed; inset: 0; margin: auto; width: min(520px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 36px; overflow-y: auto; border: 2px solid var(--charcoal); border-radius: 20px; background: var(--cream); color: var(--charcoal); box-shadow: 8px 8px 0 var(--teal); }
.open-house::backdrop { background: rgba(20, 38, 38, .72); }
body:has(.open-house[open]) { overflow: hidden; }
.open-house h2 { font-size: clamp(2.5rem, 8vw, 3.5rem); margin: 12px 0 20px; }
.open-house > p { line-height: 1.6; margin-bottom: 22px; }
.open-house .eyebrow { padding-right: 30px; }
.open-house-close { position: absolute; top: 8px; right: 8px; width: 44px; height: 44px; border: 0; background: transparent; font-size: 2rem; cursor: pointer; }
.open-house form { display: grid; gap: 16px; }
.open-house-helper, #open-house-status { font-size: .8rem; line-height: 1.5; }
#open-house-status:empty { display: none; }
.open-house-skip, .open-house-invite button { border: 0; background: transparent; color: var(--teal); text-decoration: underline; cursor: pointer; font: inherit; font-weight: 700; min-height: 44px; }
.open-house-skip { display: block; margin: 18px auto 0; }
.open-house-invite { margin: 8px 0; }
@media (max-width: 620px) { .open-house { padding: 30px 22px 22px; } }

.open-house-dates { margin: 0 0 18px; padding: 14px; background: var(--teal-wash); border-radius: 8px; line-height: 1.7; }
.open-house-dates span { font-size: .8rem; }
.open-house-address { font-style: normal; font-size: .9rem; line-height: 1.6; margin-bottom: 22px; }
.open-house-rsvp { width: 100%; gap: 10px; }
.open-house .open-house-helper { margin: 14px 0; }
.open-house .open-house-contact { font-size: .8rem; line-height: 1.8; margin: 16px 0; overflow-wrap: anywhere; }

#open-house-title { color: var(--orange); }

.open-house .open-house-offer { margin: 16px 0; color: var(--teal); font-weight: 700; font-size: .95rem; line-height: 1.5; text-align: center; }

.open-house-invite { display: flex; align-items: center; flex-wrap: wrap; gap: 4px 12px; }
.open-house-invite span { font-size: .85rem; line-height: 1.5; }

.open-house-invite[hidden] { display: none; }
