/* Eclipse opening and the following two full-screen scenes */
.eclipse-hero .hero-image { top:0; height:100%; object-fit:cover; object-position:center; filter:none; }
.eclipse-hero::after { background:linear-gradient(180deg,#0008 0,transparent 18%,transparent 78%,#000b 100%); }
.eclipse-hero .hero-top { top:clamp(62px,6.8vh,76px); width:min(430px,34vw); }
.eclipse-hero .restaurant-label { margin:0 0 4px; color:#f4eee2; font:clamp(18px,1.8vw,27px)/1 "Special Elite",monospace; letter-spacing:.34em; text-transform:uppercase; }
.eclipse-hero h1 { top:58%; left:50%; width:min(460px,31vw); transform:translate(-50%,-50%); padding:0; background:transparent; font-size:clamp(30px,2.75vw,44px); }
.eclipse-hero .actions { bottom:28px; }
.exterior-page { position:relative; min-height:100svh; overflow:hidden; color:#f4eee2; background:#050505; }
.exterior-page img { position:absolute; inset:0; height:100%; object-fit:contain; object-position:center; filter:saturate(.9) contrast(1.04) brightness(.88); }
.exterior-page::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,#000b 0,transparent 30%,transparent 78%,#0006 100%); }
.exterior-page h2 { position:absolute; z-index:2; top:max(90px,9vh); left:50%; width:min(1100px,86vw); transform:translateX(-50%); margin:0; text-align:center; font-size:clamp(24px,3.2vw,48px); font-weight:normal; line-height:1.05; letter-spacing:-.025em; text-shadow:0 2px 14px #000; }
.about-v3 { min-height:100svh; grid-template-columns:minmax(0,1fr) minmax(300px,.78fr); gap:clamp(35px,6vw,100px); align-items:center; padding:92px 7vw 54px; color:#eee4cf; background:#080808; }
.about-copy-v3 h2 { margin:0 0 30px; max-width:760px; font-size:clamp(32px,4.2vw,66px); font-weight:normal; line-height:1.02; letter-spacing:-.035em; }
.about-copy-v3>p:not(.kicker) { max-width:720px; margin:0 0 16px; color:#c7bfb0; font-size:clamp(14px,1.15vw,17px); line-height:1.58; }
.about-copy-v3 .magic-note { margin-top:28px!important; color:#e9b93f!important; }
.santa-image { height:min(82vh,820px); margin:0; overflow:hidden; background:#080808; }
.santa-image img { width:100%; height:100%; object-fit:contain; }
@media(max-width:900px){
  .eclipse-hero .hero-image{top:15%;height:80%;object-fit:contain;object-position:center}
  .eclipse-hero .hero-top{top:72px;width:min(330px,80vw)}
  .eclipse-hero .restaurant-label{margin-bottom:5px;font-size:16px;letter-spacing:.28em}
  .eclipse-hero .logo-name{margin-top:-30px}
  .eclipse-hero h1{top:57%;left:50%;width:74vw;transform:translate(-50%,-50%);font-size:clamp(26px,7.2vw,36px)}
  .eclipse-hero .actions{bottom:14px}
  .eclipse-hero .hero-caption{bottom:66px}
  .exterior-page img{object-fit:contain;object-position:center}
  .exterior-page h2{top:82px;left:50%;width:86vw;transform:translateX(-50%);font-size:clamp(22px,6.5vw,32px)}
  .about-v3{display:flex;min-height:auto;flex-direction:column;align-items:stretch;padding:88px 24px 55px}
  .about-copy-v3 h2{font-size:clamp(31px,9vw,45px)}
  .santa-image{width:100%;height:auto}
  .santa-image img{height:auto}
}
