/* Purposefully isolated last-mile mobile layout rules. */
.hero-image{background-image:url('assets/allure-live.jpg')}
/* Real logo overlay: hidden on desktop, shown fully (never cut off) on mobile. */
.hero-logo{display:none}
.brand-mark{display:grid;place-items:center;overflow:visible;line-height:0}
.brand-mark img{display:block;max-width:none;object-fit:contain;object-position:center;clip-path:none;border-radius:0}
.calendar-choices{display:flex;gap:10px;margin-top:24px}
.calendar-choices .button{flex:1;justify-content:space-between}

@media (max-width:680px){
  .site-header{height:78px;padding-inline:18px}
  .brand{min-width:0;min-height:58px;gap:9px;overflow:visible}
  .brand-mark{width:54px;height:54px;flex:0 0 54px;display:grid;place-items:center;overflow:visible}
  .brand-mark img,.brand img{width:54px!important;height:54px!important;display:block;max-width:none;overflow:visible;object-fit:contain;object-position:center}
  .brand>span:last-child{font-size:10px;letter-spacing:.16em;white-space:nowrap}

  .hero{height:min(680px,100svh);min-height:610px;align-items:stretch}
  .hero-copy{position:absolute;inset:0 0 58px;width:100%;margin:0;padding:clamp(108px,14svh,126px) 22px 28px;display:flex;flex-direction:column;align-items:flex-start}
  .hero h1{max-width:360px;font-size:clamp(3.25rem,14.5vw,4.9rem);line-height:.88}
  /* Zoom/pan so the photo's baked-in bottom watermark is pushed out of frame. */
  .hero-image{background-position:50% 30%;background-size:auto 138%;filter:saturate(.82) contrast(.94)}
  /* Real logo: in-flow, left-aligned with the copy, fully visible, never cut off. */
  .hero-logo{display:block;position:static;transform:none;margin:auto 0 20px;width:118px;height:auto;opacity:.96;pointer-events:none;filter:drop-shadow(0 8px 26px rgba(0,0,0,.55))}
  .hero-scrim{background:linear-gradient(0deg,rgba(4,4,3,.97) 0%,rgba(4,4,3,.86) 24%,rgba(4,4,3,.44) 63%,rgba(4,4,3,.12) 100%)}
  .hero-intro{max-width:300px;margin:18px 0 0;font-size:15px;line-height:1.45}
  /* Reserve + See what's on: tidy left-aligned stack under the logo. */
  .hero-actions{position:relative;z-index:2;flex-direction:column;margin:0;padding:0 0 8px;gap:20px;align-items:flex-start}
  .hero-actions .button-gold{min-height:58px;padding:19px 29px;font-size:12px;letter-spacing:.15em;box-shadow:0 17px 42px rgba(208,148,60,.27),0 0 0 1px rgba(255,221,153,.14)}

  .reservation-section{padding-top:68px;padding-bottom:60px;gap:24px}
  .reservation-perks{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:6px;margin-top:18px;font-size:10.5px;white-space:nowrap}
  .reservation-perks>span,.reservation-perks>span:last-child{display:inline-flex;flex:0 1 auto;align-items:center}
  .reservation-perks i{width:16px;height:16px;flex:0 0 16px;margin-right:4px;font-size:7px}

  .booking-progress{grid-template-columns:repeat(5,minmax(0,1fr));padding-bottom:13px}
  .progress-step{padding-inline:1px}
  .progress-step i{font-size:15px;margin-bottom:3px}
  .progress-step span{font-size:6px;letter-spacing:.06em;white-space:normal;line-height:1.15}
  .progress-step.complete::after{left:calc(50% + 5px)}
  .booking-step{gap:14px}
  .available-events{gap:7px}
  .available-event>span{min-height:67px;padding:8px 11px;gap:10px}
  .available-event time b{font-size:27px}
  .available-event time small{font-size:6px}
  .available-event strong{font-size:16px}
  .available-event strong small{font-size:6px;margin-top:2px}
  .guest-picker{display:block}
  .guest-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:8px}
  .guest-options button{min-height:48px;border:1px solid rgba(240,231,216,.2);border-radius:10px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));color:var(--paper);font:600 16px/1 var(--sans);cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}
  .guest-options button.selected,.guest-options button[aria-pressed="true"]{border-color:var(--gold-bright);background:linear-gradient(135deg,#f4cc75,#c98929);color:#17120c;box-shadow:0 8px 20px rgba(198,135,36,.22),inset 0 1px 0 rgba(255,255,255,.42)}
  .guest-options button:active{transform:scale(.96)}
  .guest-picker-note{margin:9px 0 0;color:#92897d;font-size:10px;line-height:1.35}
  .reservation-early .choice-grid{gap:8px}
  .reservation-early .choice>span{min-height:68px;padding:13px 15px}
  .reservation-early .choice b{font-size:19px}
  .reservation-early .choice small{font-size:10px}
  body.booking-in-view .mobile-reserve{opacity:0!important;visibility:hidden;pointer-events:none!important}
  .calendar-choices{flex-direction:column}
}

@media (max-width:360px){
  .site-header{padding-inline:12px}
  .brand{gap:6px}
  .brand-mark{width:48px;height:48px;flex-basis:48px}
  .brand-mark img,.brand img{width:48px!important;height:48px!important}
  .brand>span:last-child{font-size:9px;letter-spacing:.13em}
  .hero-copy{padding-inline:18px;padding-top:102px}
  .hero h1{font-size:clamp(3rem,14.5vw,4.25rem)}
  .reservation-perks{gap:3px;font-size:8.8px}
  .reservation-perks i{width:14px;height:14px;flex-basis:14px;margin-right:3px;font-size:6px}
  .progress-step span{font-size:5.5px}
  .guest-options{gap:6px}
}
