/* Luna shared: live What's On tiles + Photos gallery. Inherits each site's fonts/colours via --accent and currentColor. */
/* Live What's On: a schedule of rows, matching each site's designed event list.
   Rows never leave dead space the way a card grid does on a one-event night. */
.lw{display:block;margin:0 0 2rem}
.lw[hidden]{display:none}
.lw-row{display:grid;gap:.55rem 1.4rem;padding:1.15rem 0;border-bottom:1px solid var(--edge,rgba(255,255,255,.12));align-items:start}
.lw-row:first-child{border-top:1px solid var(--edge,rgba(255,255,255,.12))}
.lw-when{display:flex;gap:.6rem;align-items:baseline;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase}
.lw-when b{color:var(--accent,#fff);font-weight:600;letter-spacing:.1em;font-variant-numeric:tabular-nums;white-space:nowrap}
.lw-when span{opacity:.62;font-variant-numeric:tabular-nums;white-space:nowrap}
.lw-main{min-width:0}
.lw-main h3{margin:0;font-size:1.12rem;line-height:1.15}
.lw-main p{margin:.3rem 0 0;font-size:.88rem;opacity:.78;max-width:56ch}
.lw-where{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;opacity:.62;line-height:1.5}
.lw-where b{display:block;opacity:.95;font-weight:600;letter-spacing:.04em;text-wrap:balance}
.lw-where:empty{display:none}
.lw-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:.5rem}
.lw-tag{font-size:.66rem;letter-spacing:.1em;text-transform:uppercase;padding:3px 7px;border:1px solid var(--edge-hot,rgba(255,255,255,.22));opacity:.85}
.lw-cta{display:flex;gap:8px;flex-wrap:wrap}
.lw-na{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;opacity:.5;padding:.45rem 0}
.lw-day{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;opacity:.6;padding:1.6rem 0 .55rem;border-bottom:1px solid var(--edge,rgba(255,255,255,.12))}
.lw-head{margin-top:2.2rem}
.lw-day b{font-size:1rem;letter-spacing:0;text-transform:none;opacity:1;margin-right:.6rem}
@media(min-width:900px){
  .lw-row{grid-template-columns:150px minmax(0,1fr) 182px 176px;align-items:center;padding:1.25rem 0}
  .lw-when{flex-direction:column;gap:.28rem;align-self:start;padding-top:.15rem}
  .lw-cta{justify-content:flex-end;text-align:right}
  .lw-na{min-width:0}
}

/* gallery */
.gal{margin-top:1.4rem}
.gal-empty{padding:2.4rem 0;opacity:.7;font-size:.95rem;max-width:56ch}
.gal-albums{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
@media(min-width:760px){.gal-albums{grid-template-columns:repeat(3,1fr);gap:14px}}
@media(min-width:1100px){.gal-albums{grid-template-columns:repeat(4,1fr)}}
.gal-album{position:relative;display:block;aspect-ratio:4/5;overflow:hidden;background:#0b0b10;border:1px solid var(--edge,rgba(255,255,255,.1));color:inherit;text-decoration:none;cursor:pointer;padding:0;text-align:left;width:100%}
.gal-album img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}
@media(hover:hover){.gal-album:hover img{transform:scale(1.04)}}
.gal-album .shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(5,5,10,.94),rgba(5,5,10,.4) 40%,transparent 66%)}
.gal-album .txt{position:absolute;left:14px;right:14px;bottom:14px}
.gal-album .txt b{display:block;font-size:1.05rem;line-height:1.15}
.gal-album .txt span{display:block;font-size:.72rem;opacity:.7;margin-top:4px;letter-spacing:.06em}
.gal-album.first{grid-column:span 2;aspect-ratio:16/9}
@media(min-width:760px){.gal-album.first{grid-row:span 2;aspect-ratio:auto}}
.gal-crumbs{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:1rem}
.gal-head{margin:.4rem 0 1rem}
.gal-head h2{margin:0;font-size:1.6rem;line-height:1.05}
.gal-head span{display:block;font-size:.76rem;letter-spacing:.1em;text-transform:uppercase;opacity:.65;margin-top:.4rem}
.gal-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:150px;grid-auto-flow:dense;gap:6px}
@media(min-width:640px){.gal-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:190px;gap:8px}}
@media(min-width:1000px){.gal-grid{grid-template-columns:repeat(6,1fr);grid-auto-rows:210px}}
.gal-ph{position:relative;background:#0b0b10;border:0;padding:0;overflow:hidden;cursor:zoom-in;display:block;width:100%;height:100%}
.gal-ph img{width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .5s}
.gal-ph img.in{opacity:1}
.gal-ph.land{grid-column:span 2}.gal-ph.port{grid-row:span 2}.gal-ph.big{grid-column:span 2;grid-row:span 2}
.gal-more{display:flex;justify-content:center;padding:1.4rem 0 0}
.gal-lb{position:fixed;inset:0;z-index:90;background:#04050A;display:none;flex-direction:column;color:#EEF0F7}
.gal-lb[open]{display:flex}
.gal-lb .top{display:flex;align-items:center;gap:12px;padding:12px 20px;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;opacity:.85}
.gal-lb .top .sp{flex:1}
.gal-lb .stage{flex:1;position:relative;display:flex;align-items:center;justify-content:center;padding:0 20px 16px;min-height:0;touch-action:pan-y}
.gal-lb .stage img{max-width:100%;max-height:100%;object-fit:contain;box-shadow:0 30px 80px rgba(0,0,0,.6)}
.gal-lb .nav{position:absolute;top:0;bottom:0;width:22%;border:0;background:transparent;cursor:pointer;color:transparent}
.gal-lb .nav.prev{left:0}.gal-lb .nav.next{right:0}
.gal-lb .cap{padding:0 20px 18px;font-size:.85rem;opacity:.8;display:flex;gap:16px;align-items:center;flex-wrap:wrap}
.gal-lb .cap .sp{flex:1}
.gal-ico{width:36px;height:36px;display:inline-grid;place-items:center;border:1px solid rgba(255,255,255,.25);background:transparent;color:#fff;cursor:pointer;font-size:14px}
@media(prefers-reduced-motion:reduce){.gal-album img,.gal-ph img{transition:none}}

/* lost property form (lunagroup.com.au/lost-property/) — the one form that emails reception */
.lp{display:flex;flex-direction:column;gap:14px}
.lp-grid{display:grid;gap:14px}
@media(min-width:620px){.lp-grid{grid-template-columns:1fr 1fr}}
.fi{width:100%;padding:.72rem .8rem;background:rgba(255,255,255,.03);color:inherit;font:inherit;font-size:.95rem;
    border:1px solid var(--edge,rgba(255,255,255,.14));border-radius:2px;transition:border-color .2s,background .2s}
.fi:hover{border-color:var(--edge-hot,rgba(255,255,255,.24))}
.fi:focus-visible,.fi:focus{outline:none;border-color:var(--accent,#fff);background:rgba(255,255,255,.05)}
.fi::placeholder{color:currentColor;opacity:.38}
select.fi{appearance:none;background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);
    background-position:calc(100% - 18px) 52%,calc(100% - 13px) 52%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:2.4rem}
select.fi option{background:#101018;color:#fff}
textarea.fi{resize:vertical;min-height:5.2rem;line-height:1.5}
.lp-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.lp-msg{margin:0;font-size:.9rem;line-height:1.5;padding:.7rem .85rem;border-left:3px solid var(--accent,#fff);background:rgba(255,255,255,.04)}
.lp-msg[data-state=error]{border-left-color:#E8254B}
.lp [aria-busy=true]{opacity:.6;pointer-events:none}
.lp.lp-sent > *:not(.lp-msg):not(h3){display:none}
.formnote a{color:inherit;text-decoration:underline;text-underline-offset:2px}

/* ---------- phone ---------- */
@media(max-width:720px){
  /* The section nav was a sideways-scrolling strip — 948px of tabs inside a 390px screen on
     Su Casa — so Menu, Functions and Visit were off-screen and most people never found them.
     Wrap it instead: every page visible, nothing to swipe. */
  .tabs{overflow-x:visible}
  .tabsin{min-width:0;flex-wrap:wrap;justify-content:center;column-gap:0;row-gap:0;padding-inline:8px}
  .tab{font-size:13px;padding:.44rem .5rem;min-height:36px;line-height:1.2;display:inline-flex;align-items:center}
  .tab::after{bottom:2px}
  /* Wrapped to two or three rows the header would be ~200px of a 844px screen, and it is
     sticky. These sites all carry a fixed bottom bar with the booking CTAs on mobile, so the
     header can scroll away instead. Scoped with :has() so Eclipse — no tab bar, nav lives in
     a drawer opened from a fixed header — keeps its header pinned. */
  header.top:has(.tabs){position:static}
  /* Landscape photography cropped to a portrait screen: these rooms are shot with the subject
     right of centre, so a centred crop shows the dead space on the left. Anchor right of centre. */
  .ph{object-position:72% 50%}
}

/* WhatsApp channel bar — sits above each site's header, dismissible, remembered per browser */
.wa{--wa-h:40px;position:relative;z-index:53;display:flex;align-items:center;justify-content:center;
    gap:10px;min-height:var(--wa-h);padding:9px 44px 9px 16px;text-align:center;
    font-size:.76rem;line-height:1.35;letter-spacing:.02em;
    background:#0A2A1E;color:#E9FBF2;border-bottom:1px solid rgba(37,211,102,.3)}
.wa[hidden]{display:none}
.wa a{color:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:9px;font-weight:600}
.wa a b{font-weight:600;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;
        text-decoration-color:rgba(37,211,102,.65)}
.wa a:hover b{text-decoration-color:#25D366}
.wa svg{width:16px;height:16px;flex:none;fill:#25D366}
.wa em{font-style:normal;opacity:.7;font-weight:400}
@media(max-width:680px){.wa em{display:none}}
.wa-x{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:32px;height:32px;
      display:grid;place-items:center;background:none;border:0;color:inherit;opacity:.45;
      cursor:pointer;font:inherit;font-size:16px;line-height:1}
.wa-x:hover,.wa-x:focus-visible{opacity:1}
/* Eclipse's header is position:fixed, so its bar is fixed too and the header drops below it */
.wa-fixed{position:fixed;top:0;left:calc(var(--rail,0px) + var(--safe-l,0px));right:var(--safe-r,0px)}
body.wa-fixed-on header.top{top:var(--wa-h,40px)}
body.wa-fixed-on .topprog{top:var(--wa-h,40px)}
/* a WhatsApp CTA sitting inline with a site's own buttons (After Dark) */
.btn-wa{display:inline-flex;align-items:center;gap:8px}
.btn-wa svg{width:15px;height:15px;flex:none;fill:#25D366}

/* promoter / DJ call-out — nightclub sites only (Eclipse, After Dark, Su Casa) */
.pr{display:grid;gap:clamp(20px,3vw,44px);align-items:center}
@media(min-width:900px){.pr{grid-template-columns:1fr 1fr}}
.pr-card{display:flex;flex-direction:column;gap:14px;justify-content:center}
.pr-card > p{margin:0}
.pr-head > *{margin:0}
.pr-head .display{margin:.2rem 0 .6rem}

/* contact fact grid: empty cells in the last row were showing the divider colour as a blank panel */
.facts[data-fill]{background:var(--slab,transparent)}
.facts[data-fill] .fact{box-shadow:0 0 0 1px var(--edge,rgba(255,255,255,.12))}
