/* Compact official identity and header composition. */
.hero { padding:16px 0 0; }
.hero .brand-row { margin-top:12px; }
.hero .brand-mark { position:relative; display:block; flex:0 0 180px; width:180px; height:120px; background:url('/assets/santa-fe-official-logo.png') center top/180px auto no-repeat; font-size:0; }
.hero .brand-mark span,.hero .brand-name { display:none; }
.hero .brand-mark::after { content:'DESDE 1999'; position:absolute; bottom:0; left:0; width:100%; text-align:center; color:#ffe6a3; font:400 10px/16px 'Rye',Georgia,serif; letter-spacing:.14em; }
.hero .hero-copy { margin-top:16px; }
.hero .hero-rule { padding-top:8px; }
.menu-area { padding-top:18px; }
@media(min-width:701px) {
 .hero { min-height:360px; }
 .hero .brand-row { align-items:flex-start; }
 .hero .language-switch,.hero .directions { margin-top:4px; }
 .hero h1 { font-size:clamp(38px,4.2vw,54px); margin:12px 0; }
 .hero .hero-motion-layer,.hero::before,.hero::after,.hero .hero-couple { top:84px !important; height:220px !important; }
}
@media(max-width:700px) {
 .hero { min-height:0; }
 .hero .brand-row { display:grid; grid-template-columns:1fr auto; grid-template-rows:40px 40px; gap:8px 12px; margin-top:10px; }
 .hero .brand-mark { grid-column:1; grid-row:1 / 3; justify-self:start; width:150px; height:100px; background-size:150px auto; }
 .hero .language-switch { grid-column:2; grid-row:1; margin-left:0; justify-self:end; }
 .hero .directions { grid-column:2; grid-row:2; margin-left:0; justify-self:end; }
 .hero .hero-copy { margin-top:22px; max-width:none; }
 .hero .kicker { font-size:9px; }
 .hero .hero-motion-layer,.hero::before,.hero::after,.hero .hero-couple { top:190px !important; height:140px !important; }
 .hero h1 { margin:168px 0 0; font-size:clamp(23px,6.5vw,32px); }
 .hero .hero-rule { margin-top:12px; }
 .menu-area { padding-top:12px; }
}
@media(min-width:701px) {
 .hero { min-height:380px; }
 .hero .hero-motion-layer,.hero::before,.hero::after,.hero .hero-couple { top:104px !important; height:200px !important; }
}
