.garage-entry { position:fixed; inset:0; height:100svh; z-index:99999; pointer-events:none; overflow:hidden; color:#f7f7f5; background:transparent; }
.garage-entry[hidden] { display:none; }
.garage-entry-scene { position:absolute; inset:0; transform-origin:50% 65%; }
.garage-entry-facade { position:absolute; inset:0; width:100%; height:100%; }
.garage-entry-door { position:absolute; overflow:hidden; }
.garage-entry-panel { position:absolute; left:0; width:100%; background-repeat:no-repeat; transform-origin:50% 0; will-change:transform; }
.garage-entry-panel:last-child { box-shadow:0 9px 12px rgba(0,0,0,.28); }
.garage-entry-copy { position:absolute; top:clamp(50px,12svh,130px); left:20px; right:20px; text-align:center; }
.garage-entry-name { margin:0; font:500 clamp(25px,4vw,56px)/1.14 var(--rushmore-font),sans-serif; letter-spacing:.06em; }
.garage-entry-tag { margin:22px 0 0; font:400 clamp(11px,1.1vw,15px)/1.5 var(--rushmore-font),sans-serif; letter-spacing:.3em; }
.garage-entry-cue { position:absolute; bottom:30px; left:0; right:0; text-align:center; font:500 10px/1.5 var(--rushmore-font),sans-serif; letter-spacing:.24em; }
.garage-entry-cue::after { content:''; display:block; width:1px; height:38px; background:currentColor; margin:16px auto 0; opacity:.65; }
html.garage-entry-active .header-nav,html.garage-entry-active .header-logo { visibility:hidden; }
@media(max-width:600px) { .garage-entry-copy { top:12svh; } .garage-entry-cue { bottom:24px; } }
