:root{--bg:#f4eee8;--paper:#fffaf6;--ink:#24181c;--muted:#706267;--wine:#74233a;--wine-dark:#1c0a11;--gold:#dcb979;--line:rgba(36,24,28,.14);--shadow:0 24px 70px rgba(49,18,28,.14);--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:fixed;z-index:60;top:12px;left:0;right:0}.header-inner{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:22px;padding:11px 14px;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(23,8,14,.78);backdrop-filter:blur(18px);box-shadow:0 14px 40px rgba(0,0,0,.22);color:#fff}.site-header.scrolled .header-inner{background:rgba(23,8,14,.96)}.brand{display:flex;align-items:center;gap:11px;min-width:210px}.brand-mark{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(220,185,121,.62);color:#f5ddb1;font-family:Georgia,serif;font-weight:700}.brand-text{display:flex;flex-direction:column;line-height:1.05}.brand-text strong{font:700 21px Georgia,serif}.brand-text small{margin-top:5px;color:#d5c8cc;font-size:10px;letter-spacing:.05em}.main-nav{display:flex;justify-content:center;gap:26px}.main-nav a{font-size:13px;color:#eadfe2}.main-nav a:hover{color:#fff}.lang-switch{display:flex;gap:3px;padding:4px;border-radius:12px;background:rgba(255,255,255,.09)}.lang-switch a{padding:7px 9px;border-radius:8px;font-size:12px;font-weight:800;color:#d6c9cd}.lang-switch a.active{background:#fff;color:#25151a;box-shadow:0 4px 12px rgba(0,0,0,.12)}.menu-toggle{display:none;border:0;background:none;color:#fff;font-size:24px;cursor:pointer}.hero{position:relative;min-height:790px;height:100svh;max-height:980px;display:flex;align-items:flex-end;overflow:hidden;background:#16090f}.hero-picture,.hero-image{position:absolute;inset:0;width:100%;height:100%}.hero-image{object-fit:cover;object-position:center 42%;transform:scale(1.02);filter:saturate(1.02) contrast(1.02)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,5,9,.78) 0%,rgba(14,5,9,.50) 36%,rgba(14,5,9,.16) 72%),linear-gradient(180deg,rgba(10,3,7,.18) 0%,rgba(10,3,7,.08) 36%,rgba(15,5,10,.72) 100%)}.hero-vignette{position:absolute;inset:0;box-shadow:inset 0 0 220px rgba(0,0,0,.24);pointer-events:none}.hero-content{position:relative;z-index:2;padding:150px 0 66px}.hero-panel{width:min(720px,100%);padding:35px 38px;border:1px solid rgba(255,255,255,.11);border-radius:30px;background:linear-gradient(135deg,rgba(24,8,14,.72),rgba(24,8,14,.34));backdrop-filter:blur(10px);box-shadow:0 28px 72px rgba(0,0,0,.24);color:#fff}.eyebrow{margin:0 0 14px;color:var(--gold);font-size:11px;font-weight:800;letter-spacing:.24em;text-transform:uppercase}.accent{color:var(--wine)}.hero h1,.section h2{font-family:Georgia,'Times New Roman',serif;letter-spacing:-.045em;line-height:.98;margin:0}.hero h1{font-size:clamp(62px,8vw,106px);font-style:italic;font-weight:500;text-wrap:balance}.hero-text{max-width:620px;margin:23px 0 0;color:#f2eaec;font-size:19px}.hero-actions,.visit-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:29px}.btn{display:inline-flex;min-height:49px;align-items:center;justify-content:center;padding:12px 21px;border-radius:999px;font-size:13px;font-weight:800;transition:.18s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--gold);color:#2a160e}.btn-glass{border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.08);color:#fff}.btn-outline{border:1px solid rgba(36,24,28,.22)}.section{padding:105px 0}.section-light{background:var(--bg)}.section-dark{background:var(--wine-dark);color:#fff}.two-col{display:grid;grid-template-columns:.8fr 1.2fr;gap:85px;align-items:start}.section h2{font-size:clamp(48px,6vw,78px);font-weight:500}.copy{max-width:700px}.lead-copy{font-size:22px;color:#3c2f33;margin-top:0}.copy p:last-child{color:var(--muted)}.section-head{display:grid;grid-template-columns:1fr 1.65fr;gap:42px;align-items:end;margin-bottom:42px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.card{min-height:260px;padding:30px;border:1px solid rgba(255,255,255,.11);border-radius:25px;background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025))}.card>span{color:var(--gold);font-size:11px;letter-spacing:.2em}.card h3{margin:22px 0 10px;font:500 34px Georgia,serif}.card p{margin:0;color:#d9cdd1}.photos-section{background:var(--paper)}.light-head{grid-template-columns:1fr 2fr}.photo-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}.photo-large{grid-row:span 2}.photo{margin:0;border-radius:25px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.photo:hover img{transform:scale(1.025)}.photo-large img{aspect-ratio:4/4.1}.photo:not(.photo-large) img{aspect-ratio:4/3}.photo figcaption{padding:15px 18px;color:var(--muted);font-size:14px}.section-visit{background:var(--bg)}.visit-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px}.visit-card,.hours-card{border-radius:var(--radius);box-shadow:var(--shadow)}.visit-card{padding:50px;background:var(--paper)}.address{font-size:19px;margin:25px 0}.contact-list{border-top:1px solid var(--line)}.contact-list a{display:flex;justify-content:space-between;gap:18px;padding:16px 0;border-bottom:1px solid var(--line)}.contact-list span{font-size:12px;color:var(--muted)}.contact-list strong{font-size:13px}.hours-card{padding:40px;background:linear-gradient(140deg,#77233b,#35101e);color:#fff}.hours-row{display:flex;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.15)}.hours-card small{display:block;margin-top:20px;color:#eadde1}.mobile-quickbar{display:none}.site-footer{padding:34px 0;background:#10070a;color:#cdbec1;font-size:12px}.footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:center}.site-footer strong{color:#fff}:focus-visible{outline:3px solid var(--gold);outline-offset:3px}@media(max-width:980px){.header-inner{grid-template-columns:1fr auto auto;gap:8px}.brand{min-width:0}.menu-toggle{display:block}.main-nav{display:none;position:absolute;left:20px;right:20px;top:70px;flex-direction:column;gap:0;padding:10px;border-radius:17px;background:#1a0a10;box-shadow:0 18px 45px rgba(0,0,0,.28)}.main-nav.open{display:flex}.main-nav a{padding:12px}.two-col,.section-head,.cards,.photo-grid,.visit-grid{grid-template-columns:1fr}.photo-large{grid-row:auto}}@media(max-width:640px){body{padding-bottom:70px}.wrap{width:calc(100% - 24px)}.site-header{top:8px}.header-inner{padding:9px}.brand-mark{width:40px;height:40px}.brand-text small{display:none}.lang-switch a{padding:6px 6px;font-size:11px}.hero{min-height:690px;height:88svh}.hero-image{object-position:53% 42%;transform:scale(1.06)}.hero-shade{background:linear-gradient(180deg,rgba(11,4,7,.24),rgba(11,4,7,.12) 22%,rgba(14,5,9,.72) 70%,rgba(14,5,9,.88))}.hero-content{padding:120px 0 28px}.hero-panel{padding:25px 23px;border-radius:24px;background:rgba(26,9,15,.62);backdrop-filter:blur(7px)}.hero h1{font-size:clamp(52px,16vw,76px)}.hero-text{font-size:16px}.hero-actions,.visit-actions{flex-direction:column;align-items:stretch}.section{padding:76px 0}.section h2{font-size:50px}.lead-copy{font-size:19px}.card,.visit-card,.hours-card{padding:26px}.card{min-height:0}.card h3{font-size:30px}.contact-list a{flex-direction:column;gap:4px}.mobile-quickbar{position:fixed;z-index:70;left:0;right:0;bottom:0;display:grid;grid-template-columns:1fr 1fr;padding:8px max(8px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));background:rgba(24,9,15,.95);backdrop-filter:blur(16px);border-top:1px solid rgba(255,255,255,.12)}.mobile-quickbar a{min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:13px;font-weight:800;border-right:1px solid rgba(255,255,255,.13)}.mobile-quickbar a:last-child{border-right:0}.footer-inner{flex-direction:column;align-items:flex-start}}

/* V10 language/touch refinements */
.lang-switch a{min-width:34px;text-align:center}.brand-text strong{letter-spacing:-.01em}@media(max-width:640px){.lang-switch{gap:2px}.lang-switch a{min-width:31px;padding:7px 5px}.hero-panel{background:linear-gradient(145deg,rgba(26,9,15,.72),rgba(26,9,15,.48))}}

.brand-logo{width:54px;height:42px;border-radius:10px;overflow:hidden;background:#fff;display:block;box-shadow:0 5px 15px rgba(0,0,0,.16)}.brand-logo img{width:100%;height:100%;object-fit:cover}.hero-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.open-badge{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.09);font-size:11px;line-height:1.2;color:#f4e9ec}.status-dot{width:8px;height:8px;border-radius:50%;background:#aaa}.open-badge.is-open .status-dot{background:#59d47b;box-shadow:0 0 0 4px rgba(89,212,123,.12)}.open-badge.is-closed .status-dot{background:#e38a8a;box-shadow:0 0 0 4px rgba(227,138,138,.12)}.btn-whatsapp{border:1px solid rgba(255,255,255,.28);background:rgba(23,160,85,.18);color:#fff}.btn-whatsapp-solid{background:#176b45;color:#fff}.highlights-section{background:#efe5dc}.highlight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.highlight-item{min-height:240px;padding:30px;border-radius:25px;background:var(--paper);box-shadow:var(--shadow);border:1px solid rgba(36,24,28,.08)}.highlight-item>span{font-size:11px;letter-spacing:.2em;color:var(--wine)}.highlight-item h3{margin:20px 0 10px;font:500 31px Georgia,serif;line-height:1.06}.highlight-item p{margin:0;color:var(--muted)}@media(max-width:980px){.highlight-grid{grid-template-columns:1fr}}@media(max-width:640px){.brand-logo{width:49px;height:38px}.hero-topline{display:block}.open-badge{width:max-content;max-width:100%;margin:0 0 18px}.highlight-item{min-height:0;padding:26px}.mobile-quickbar{grid-template-columns:repeat(3,1fr)}.mobile-quickbar a{font-size:11px;padding:0 5px}}

/* V12 Route + Weather */
.route-weather-section{background:#f8f2ec}
.route-weather-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:20px;align-items:stretch}
.map-card,.weather-card{border-radius:28px;overflow:hidden;background:var(--paper);box-shadow:var(--shadow)}
.map-frame{height:460px;background:#ddd}
.map-frame iframe{width:100%;height:100%;border:0;display:block}
.map-card-footer{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:22px 24px}
.map-card-footer>div{display:flex;flex-direction:column;gap:3px}
.map-card-footer span{font-size:13px;color:var(--muted)}
.weather-card{padding:30px;background:linear-gradient(155deg,#421222,#1b0b12);color:#fff}
.weather-heading{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}
.weather-live-dot{width:9px;height:9px;border-radius:50%;background:#6ce594;box-shadow:0 0 0 5px rgba(108,229,148,.10);margin-top:4px}
.weather-loading,.weather-error{padding:40px 0;color:#e3d7da}
.weather-main{display:flex;align-items:center;gap:18px;margin:18px 0 24px}
.weather-icon{font-size:56px;line-height:1}
.weather-temp{display:block;font:500 58px/1 Georgia,serif}
.weather-condition{margin-top:5px;color:#e9dfe2;font-size:14px}
.weather-grid-small{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.weather-stat{min-height:82px;padding:13px;border:1px solid rgba(255,255,255,.11);border-radius:17px;background:rgba(255,255,255,.055);display:flex;flex-direction:column;gap:4px}
.weather-stat span{font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:#cdbfc3}
.weather-stat strong{font-size:19px}
.weather-stat small{font-size:11px;color:#d9cbd0;line-height:1.2}
.shade-tip{margin-top:12px;padding:13px 15px;border-radius:16px;background:rgba(220,185,121,.12);color:#f3dfbb;font-size:13px}
@media(max-width:980px){.route-weather-grid{grid-template-columns:1fr}.map-frame{height:390px}}
@media(max-width:640px){
  .map-frame{height:330px}
  .map-card-footer{flex-direction:column;align-items:stretch;padding:18px}
  .weather-card{padding:24px}
  .weather-temp{font-size:52px}
  .weather-grid-small{grid-template-columns:1fr 1fr}
}

/* V13 PWA */
.pwa-install{position:fixed;z-index:90;left:50%;bottom:88px;transform:translateX(-50%);width:min(520px,calc(100% - 24px));display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;padding:14px 16px;border-radius:18px;background:rgba(25,9,15,.96);backdrop-filter:blur(16px);box-shadow:0 18px 50px rgba(0,0,0,.32);color:#fff;border:1px solid rgba(255,255,255,.12)}
.pwa-install[hidden]{display:none}
.pwa-install>div{display:flex;flex-direction:column;line-height:1.2}
.pwa-install>div strong{font-family:Georgia,serif;font-size:18px}
.pwa-install>div span{margin-top:3px;font-size:12px;color:#d7c9cd}
.pwa-install button{border:0;border-radius:999px;padding:10px 14px;font-weight:800;cursor:pointer;background:var(--gold);color:#28140d}
.pwa-install .pwa-close{width:36px;height:36px;padding:0;background:rgba(255,255,255,.08);color:#fff;font-size:22px}
@media(max-width:640px){
  .pwa-install{bottom:82px;grid-template-columns:1fr auto;padding:13px}
  .pwa-install .pwa-close{position:absolute;right:8px;top:-42px;background:rgba(25,9,15,.96)}
}


/* V15 – Cross-browser & device compatibility */

/* Better taps and text rendering on iOS/Android */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
a,button{touch-action:manipulation;-webkit-tap-highlight-color:rgba(220,185,121,.18)}
button,a{-webkit-user-select:none;user-select:none}
p,h1,h2,h3,figcaption,.copy{-webkit-user-select:text;user-select:text}

/* Backdrop-filter fallbacks (Safari needs -webkit- prefix) */
.header-inner,.hero-panel,.mobile-quickbar,.pwa-install{
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px);
}
@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){
  .header-inner{background:rgba(23,8,14,.96)}
  .hero-panel{background:rgba(26,9,15,.90)}
  .mobile-quickbar,.pwa-install{background:rgba(24,9,15,.98)}
}

/* Viewport fallback for browsers without svh */
.hero{height:100vh}
@supports (height:100svh){.hero{height:100svh}}
@media(max-width:640px){
  .hero{height:88vh}
  @supports (height:88svh){.hero{height:88svh}}
}

/* iPhone/iPad safe areas */
.site-header{padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}
@media(max-width:640px){
  body{padding-bottom:calc(70px + env(safe-area-inset-bottom,0px))}
  .mobile-quickbar{padding-bottom:calc(8px + env(safe-area-inset-bottom,0px))}
}

/* Prevent fixed UI fighting the virtual keyboard / tiny landscape screens */
@media(max-height:520px) and (orientation:landscape){
  .site-header{position:absolute}
  .hero{min-height:620px;height:auto}
  .mobile-quickbar{position:static}
  body{padding-bottom:0}
  .pwa-install{position:fixed;bottom:12px}
}

/* Tablet tuning */
@media(min-width:641px) and (max-width:1024px){
  .wrap{width:min(94%,1180px)}
  .hero-panel{width:min(680px,82vw)}
  .section{padding:88px 0}
  .map-frame{height:420px}
}

/* Large desktop / TV-ish screens */
@media(min-width:1500px){
  .wrap{width:min(1280px,calc(100% - 80px))}
  .hero-panel{width:760px}
  .hero-text{font-size:20px}
}

/* Disable hover-only movement on touch devices */
@media(hover:none){
  .btn:hover,.photo:hover img{transform:none}
}
@media(hover:hover) and (pointer:fine){
  .main-nav a:hover{color:#fff}
}

/* Reduced motion */
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
    scroll-behavior:auto!important;
  }
}

/* Increased contrast */
@media(prefers-contrast:more){
  .header-inner,.hero-panel,.weather-card,.hours-card{border:2px solid rgba(255,255,255,.45)}
  .btn{border-width:2px}
  .copy p,.photo figcaption,.map-card-footer span{color:#4a3b40}
}

/* Windows forced-colors / high contrast mode */
@media(forced-colors:active){
  .btn,.lang-switch a,.card,.highlight-item,.visit-card,.hours-card,.weather-card,.map-card{
    border:1px solid ButtonText;
  }
  .status-dot,.weather-live-dot{forced-color-adjust:none}
}

/* Firefox fixes */
.is-firefox .header-inner,
.is-firefox .hero-panel,
.is-firefox .mobile-quickbar{backdrop-filter:none;background-color:rgba(23,8,14,.95)}

/* Safari/iOS quirks */
.is-ios body,.is-safari body{min-height:-webkit-fill-available}
.is-ios .hero-image,.is-safari .hero-image{-webkit-transform:scale(1.02);transform:scale(1.02)}
.is-ios .map-frame iframe{-webkit-overflow-scrolling:touch}

/* Samsung Internet / Android: slightly larger tap areas */
.is-android .lang-switch a,.is-samsung .lang-switch a{min-height:38px;display:flex;align-items:center;justify-content:center}
.is-android .menu-toggle,.is-samsung .menu-toggle{min-width:44px;min-height:44px}

/* Avoid long translations/email/address breaking layouts */
.brand-text,.main-nav,.contact-list strong,.map-card-footer span,.weather-stat{min-width:0}
.contact-list strong,.map-card-footer span,.address{overflow-wrap:anywhere;word-break:normal}
@supports not (overflow-wrap:anywhere){
  .contact-list strong,.map-card-footer span,.address{word-break:break-word}
}

/* Better keyboard focus across browsers */
a:focus,button:focus{outline:none}
a:focus-visible,button:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
@supports not selector(:focus-visible){
  a:focus,button:focus{outline:3px solid var(--gold);outline-offset:3px}
}

/* Mobile menu scrolling on small phones */
@media(max-width:980px){
  .main-nav{max-height:calc(100vh - 100px);overflow-y:auto;-webkit-overflow-scrolling:touch}
  body.menu-open{overflow:hidden}
}


/* V16 – Day / Night / Auto */
:root{
  --page-bg:#f4eee8;
  --page-paper:#fffaf6;
  --page-ink:#24181c;
  --page-muted:#706267;
  --panel-soft:#efe5dc;
  --header-bg:rgba(23,8,14,.82);
  --hero-panel-bg:linear-gradient(135deg,rgba(24,8,14,.72),rgba(24,8,14,.34));
}
html[data-theme="day"]{
  color-scheme:light;
  --bg:#f5efe9;
  --paper:#fffaf6;
  --ink:#24181c;
  --muted:#6d6064;
  --page-bg:#f5efe9;
  --page-paper:#fffaf6;
  --page-ink:#24181c;
  --page-muted:#6d6064;
  --panel-soft:#efe4da;
  --header-bg:rgba(54,23,32,.84);
  --hero-panel-bg:linear-gradient(135deg,rgba(47,15,25,.72),rgba(47,15,25,.34));
}
html[data-theme="night"]{
  color-scheme:dark;
  --bg:#130b0e;
  --paper:#211318;
  --ink:#f4ecee;
  --muted:#c8b9be;
  --page-bg:#130b0e;
  --page-paper:#211318;
  --page-ink:#f4ecee;
  --page-muted:#c8b9be;
  --panel-soft:#1a1014;
  --line:rgba(255,255,255,.13);
  --shadow:0 24px 70px rgba(0,0,0,.30);
  --header-bg:rgba(14,6,9,.90);
  --hero-panel-bg:linear-gradient(135deg,rgba(12,5,8,.82),rgba(28,9,15,.58));
}
html[data-theme="night"] body{background:var(--page-bg);color:var(--page-ink)}
html[data-theme="night"] .section-light,
html[data-theme="night"] .section-visit{background:#130b0e}
html[data-theme="night"] .photos-section{background:#181014}
html[data-theme="night"] .highlights-section{background:#10090c}
html[data-theme="night"] .route-weather-section{background:#150d11}
html[data-theme="night"] .visit-card,
html[data-theme="night"] .photo,
html[data-theme="night"] .highlight-item,
html[data-theme="night"] .map-card{background:#211318;color:#f4ecee}
html[data-theme="night"] .copy p:last-child,
html[data-theme="night"] .photo figcaption,
html[data-theme="night"] .highlight-item p,
html[data-theme="night"] .map-card-footer span,
html[data-theme="night"] .contact-list span{color:#c8b9be}
html[data-theme="night"] .lead-copy{color:#f0e4e7}
html[data-theme="night"] .btn-outline{border-color:rgba(255,255,255,.28);color:#fff}
html[data-theme="night"] .map-frame{filter:brightness(.86) contrast(1.03)}
html[data-theme="night"] .hero-shade{
  background:
    linear-gradient(90deg,rgba(8,3,5,.82) 0%,rgba(10,4,7,.55) 38%,rgba(10,4,7,.26) 72%),
    linear-gradient(180deg,rgba(4,2,3,.30) 0%,rgba(5,2,4,.14) 36%,rgba(8,3,5,.80) 100%);
}
html[data-theme="day"] .hero-shade{
  background:
    linear-gradient(90deg,rgba(20,7,12,.64) 0%,rgba(20,7,12,.34) 38%,rgba(20,7,12,.08) 72%),
    linear-gradient(180deg,rgba(9,3,6,.08) 0%,rgba(9,3,6,.02) 40%,rgba(16,5,10,.50) 100%);
}
.header-inner{background:var(--header-bg)}
.hero-panel{background:var(--hero-panel-bg)}
.theme-switch{
  display:flex;
  gap:3px;
  padding:4px;
  border-radius:12px;
  background:rgba(255,255,255,.09);
  flex:none;
}
.theme-switch button{
  min-width:34px;
  height:34px;
  border:0;
  border-radius:8px;
  background:transparent;
  color:#d6c9cd;
  cursor:pointer;
  font-size:13px;
  font-weight:800;
  line-height:1;
}
.theme-switch button.active{
  background:#fff;
  color:#25151a;
  box-shadow:0 4px 12px rgba(0,0,0,.12);
}
html[data-theme="night"] .theme-switch button.active{
  background:#dcb979;
  color:#24140d;
}
@media(max-width:980px){
  .header-inner{grid-template-columns:1fr auto auto auto}
}
@media(max-width:700px){
  .theme-switch{order:4}
  .theme-switch button{min-width:31px;width:31px;height:32px}
}
@media(max-width:480px){
  .brand-text strong{font-size:18px}
  .lang-switch a{padding:6px 5px}
  .theme-switch button{min-width:29px;width:29px}
}


/* V17 header redesign */
.site-header{top:14px}
.header-inner{
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;gap:18px;padding:10px 12px;border-radius:22px;
  background:rgba(25,9,15,.84);border:1px solid rgba(255,255,255,.10);
  box-shadow:0 18px 48px rgba(0,0,0,.22)
}
.brand{min-width:0;gap:11px}.brand-logo{width:52px;height:42px;border-radius:11px;flex:none}
.brand-text{min-width:0}.brand-text strong{font-size:20px;white-space:nowrap}.brand-text small{font-size:10px;white-space:nowrap}
.main-nav{min-width:0;display:flex;align-items:center;justify-content:center;gap:4px;padding:0 4px}
.main-nav a{padding:9px 10px;border-radius:10px;white-space:nowrap;font-size:12px;color:#e6dade;transition:background .18s ease,color .18s ease}
.main-nav a:hover{background:rgba(255,255,255,.065);color:#fff}
.header-controls{display:flex;align-items:center;gap:8px;flex:none}
.lang-switch,.theme-switch{display:flex;align-items:center;gap:2px;padding:4px;border-radius:13px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.055)}
.lang-switch a{min-width:34px;height:34px;padding:0 8px;display:flex;align-items:center;justify-content:center;border-radius:9px;font-size:11px;font-weight:800}
.lang-switch a.active{background:#fff;color:#26151a;box-shadow:0 4px 14px rgba(0,0,0,.14)}
.theme-switch button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 9px;border:0;border-radius:9px;background:transparent;color:#d1c4c8;cursor:pointer;font-size:10px;font-weight:800;line-height:1;transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}
.theme-switch button:hover{color:#fff;background:rgba(255,255,255,.06)}.theme-switch button:active{transform:scale(.97)}
.theme-switch button.active{background:#fff;color:#26151a;box-shadow:0 4px 14px rgba(0,0,0,.14)}
html[data-theme="night"] .theme-switch button.active{background:var(--gold);color:#25140e}
.theme-icon{width:15px;height:15px;flex:none;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.theme-label{white-space:nowrap}

@media(max-width:1220px){
  .header-inner{gap:12px}.main-nav a{padding:8px 7px;font-size:11px}.theme-label{display:none}
  .theme-switch button{width:34px;min-width:34px;padding:0}
}
@media(min-width:781px) and (max-width:1024px){
  .header-inner{grid-template-columns:1fr auto;grid-template-areas:"brand controls" "nav nav";row-gap:7px}
  .brand{grid-area:brand}.header-controls{grid-area:controls}
  .main-nav{grid-area:nav;justify-content:flex-start;overflow-x:auto;padding-top:2px;scrollbar-width:none}
  .main-nav::-webkit-scrollbar{display:none}.main-nav a{flex:none;padding:8px 10px}
}
@media(max-width:780px){
  .site-header{top:8px}
  .header-inner{grid-template-columns:minmax(0,1fr) auto auto;gap:7px;padding:8px;border-radius:18px}
  .brand-logo{width:44px;height:36px}.brand-text strong{font-size:18px}.brand-text small{display:none}
  .header-controls{gap:5px;order:2}
  .menu-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;min-height:40px;border-radius:10px;background:rgba(255,255,255,.06);order:3}
  .lang-switch,.theme-switch{padding:3px}.lang-switch a{width:30px;min-width:30px;height:32px;padding:0;font-size:10px}
  .theme-switch button{width:31px;min-width:31px;height:32px;min-height:32px;padding:0}.theme-icon{width:14px;height:14px}
  .main-nav{position:absolute;display:none;left:8px;right:8px;top:64px;flex-direction:column;align-items:stretch;gap:3px;padding:8px;border-radius:16px;background:rgba(23,8,14,.98);box-shadow:0 18px 45px rgba(0,0,0,.30)}
  .main-nav.open{display:flex}.main-nav a{padding:12px 13px;font-size:13px}
}
@media(max-width:500px){
  .header-inner{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand menu" "controls controls";row-gap:6px}
  .brand{grid-area:brand}.menu-toggle{grid-area:menu;justify-self:end}.header-controls{grid-area:controls;width:100%;justify-content:space-between}
  .lang-switch,.theme-switch{flex:1;justify-content:center}.main-nav{top:105px}
}


/* =========================================================
   V18 – cleaner header + automatic day/night only
   ========================================================= */
.theme-switch{display:none !important}
.header-controls-simple{display:flex;align-items:center;justify-content:flex-end}

.site-header{top:12px}
.header-inner{
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:16px;
  padding:9px 12px;
  border-radius:22px;
  background:rgba(23,8,14,.72);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 16px 42px rgba(0,0,0,.20);
}
.site-header.scrolled .header-inner{background:rgba(23,8,14,.88)}
.brand-logo{width:50px;height:40px}
.brand-text strong{font-size:20px}
.brand-text small{font-size:10px}
.main-nav{gap:2px}
.main-nav a{padding:8px 9px;font-size:12px}
.lang-switch{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.06)}
.lang-switch a{min-width:34px;height:34px;padding:0 8px}

/* Let the storefront sign breathe a little more under the header */
.hero-image{object-position:center 49%;transform:scale(1.01)}
.hero-shade{background:
  linear-gradient(90deg,rgba(12,5,9,.72) 0%,rgba(12,5,9,.42) 38%,rgba(12,5,9,.12) 72%),
  linear-gradient(180deg,rgba(9,3,6,.10) 0%,rgba(9,3,6,.04) 32%,rgba(14,5,9,.68) 100%)}
.hero-content{padding-top:138px}

@media(max-width:1220px){
  .header-inner{gap:12px;padding:9px 10px}
  .main-nav a{padding:8px 7px;font-size:11px}
}

@media(min-width:781px) and (max-width:1024px){
  .header-inner{
    grid-template-columns:1fr auto;
    grid-template-areas:"brand controls" "nav nav";
    row-gap:7px;
  }
  .brand{grid-area:brand}
  .header-controls-simple{grid-area:controls}
  .main-nav{
    grid-area:nav;
    justify-content:flex-start;
    overflow-x:auto;
    padding-top:2px;
    scrollbar-width:none;
  }
  .main-nav::-webkit-scrollbar{display:none}
}

@media(max-width:780px){
  .site-header{top:8px}
  .header-inner{
    grid-template-columns:minmax(0,1fr) auto auto;
    gap:7px;
    padding:8px;
    border-radius:18px;
  }
  .brand-logo{width:44px;height:36px}
  .brand-text strong{font-size:18px}
  .brand-text small{display:none}
  .header-controls-simple{order:2}
  .menu-toggle{
    display:flex;align-items:center;justify-content:center;
    width:40px;height:40px;min-width:40px;min-height:40px;
    border-radius:10px;background:rgba(255,255,255,.06);order:3;
  }
  .lang-switch{padding:3px}
  .lang-switch a{width:30px;min-width:30px;height:32px;padding:0;font-size:10px}
  .main-nav{
    position:absolute;display:none;left:8px;right:8px;top:64px;
    flex-direction:column;align-items:stretch;gap:3px;padding:8px;
    border-radius:16px;background:rgba(23,8,14,.98);
    box-shadow:0 18px 45px rgba(0,0,0,.30);
  }
  .main-nav.open{display:flex}
  .main-nav a{padding:12px 13px;font-size:13px}
  .hero-image{object-position:56% 50%;transform:scale(1.05)}
  .hero-content{padding-top:118px}
}

@media(max-width:500px){
  .header-inner{
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-areas:"brand menu" "controls controls";
    row-gap:6px;
  }
  .brand{grid-area:brand}
  .menu-toggle{grid-area:menu;justify-self:end}
  .header-controls-simple{grid-area:controls;width:100%;justify-content:flex-end}
  .main-nav{top:103px}
}


/* =========================================================
   V19 – header lower on/near the awning so the upper sign
   "La Casita" stays readable
   ========================================================= */

.site-header{
  top:96px;
}

.header-inner{
  background:rgba(24,9,15,.68);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.site-header.scrolled .header-inner{
  background:rgba(24,9,15,.82);
}

/* keep the floating hero card clear of the shifted header */
.hero-content{
  padding-top:188px;
}

/* fine-tune composition so the upper storefront name stays readable */
.hero-image{
  object-position:center 47%;
  transform:scale(1.01);
}
.hero-shade{
  background:
    linear-gradient(90deg,rgba(11,4,7,.68) 0%,rgba(11,4,7,.38) 38%,rgba(11,4,7,.10) 72%),
    linear-gradient(180deg,rgba(8,3,6,.06) 0%,rgba(8,3,6,.03) 34%,rgba(13,5,9,.66) 100%);
}

@media(max-width:1220px){
  .site-header{top:88px}
  .hero-content{padding-top:176px}
}

@media(min-width:781px) and (max-width:1024px){
  .site-header{top:84px}
  .hero-content{padding-top:170px}
}

@media(max-width:780px){
  .site-header{top:74px}
  .hero-content{padding-top:156px}
  .hero-image{object-position:55% 48%;transform:scale(1.04)}
}

@media(max-width:500px){
  .site-header{top:68px}
  .hero-content{padding-top:148px}
}


/* =========================================================
   V20 – move navigation even lower onto the awning
   ========================================================= */
.site-header{
  top:132px;
}

.header-inner{
  background:rgba(24,9,15,.66);
  box-shadow:0 18px 46px rgba(0,0,0,.20);
}
.site-header.scrolled .header-inner{
  background:rgba(24,9,15,.82);
}

.hero-content{
  padding-top:224px;
}

.hero-image{
  object-position:center 46%;
}

@media(max-width:1220px){
  .site-header{top:120px}
  .hero-content{padding-top:208px}
}

@media(min-width:781px) and (max-width:1024px){
  .site-header{top:110px}
  .hero-content{padding-top:196px}
}

@media(max-width:780px){
  .site-header{top:96px}
  .hero-content{padding-top:178px}
  .main-nav{top:64px}
}

@media(max-width:500px){
  .site-header{top:88px}
  .hero-content{padding-top:170px}
  .main-nav{top:103px}
}


/* =========================================================
   V21 – cleaner mobile language switch + hamburger button
   ========================================================= */

@media(max-width:780px){
  .header-inner{
    padding:10px 12px 8px;
    gap:8px;
    border-radius:20px;
    background:rgba(23,8,14,.74);
  }

  .brand{
    gap:10px;
  }
  .brand-logo{
    width:42px;
    height:34px;
    border-radius:10px;
  }
  .brand-text strong{
    font-size:17px;
    letter-spacing:-.01em;
  }

  .menu-toggle{
    width:44px;
    height:44px;
    min-width:44px;
    min-height:44px;
    border-radius:14px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.08);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  }

  .menu-toggle span,
  .menu-toggle::before,
  .menu-toggle::after{
    background:#f6edf0;
  }

  .header-controls-simple{
    align-items:center;
  }

  .lang-switch{
    padding:4px;
    border-radius:16px;
    background:rgba(255,255,255,.045);
    border:1px solid rgba(255,255,255,.07);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
  }
  .lang-switch a{
    width:34px;
    min-width:34px;
    height:34px;
    border-radius:11px;
    font-size:11px;
    font-weight:800;
  }
  .lang-switch a.active{
    box-shadow:0 6px 16px rgba(0,0,0,.12);
  }

  .main-nav{
    top:70px;
    left:10px;
    right:10px;
    border-radius:18px;
  }
}

@media(max-width:500px){
  .header-inner{
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-areas:
      "brand menu"
      "controls controls";
    row-gap:8px;
    padding:10px 12px 10px;
  }

  .brand{grid-area:brand}
  .menu-toggle{grid-area:menu;justify-self:end}

  .header-controls-simple{
    grid-area:controls;
    width:auto;
    justify-content:flex-start;
  }

  .lang-switch{
    width:auto;
    margin-left:0;
  }

  .main-nav{
    top:112px;
  }
}


/* =========================================================
   V22 – no PWA, new mobile navigation/language UX
   ========================================================= */
.pwa-install,.theme-switch{display:none!important}
.mobile-actions,.mobile-panel{display:none}

.header-inner{
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:16px;
}
.desktop-nav{display:flex}
.desktop-language{display:flex}

@media(max-width:900px){
  .desktop-nav,.desktop-language{display:none!important}
  .mobile-actions{display:flex;align-items:center;gap:7px;margin-left:auto}

  .header-inner{
    grid-template-columns:minmax(0,1fr) auto;
    padding:9px 10px;
    border-radius:18px;
  }

  .brand-logo{width:43px;height:35px}
  .brand-text strong{font-size:18px}
  .brand-text small{display:none}

  .mobile-lang-button{
    width:42px;height:42px;border:1px solid rgba(255,255,255,.10);border-radius:13px;
    background:rgba(255,255,255,.07);color:#fff;font-size:11px;font-weight:800;letter-spacing:.03em;
    display:flex;align-items:center;justify-content:center;cursor:pointer;
  }

  .menu-toggle{
    display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:4px;
    width:42px;height:42px;min-width:42px;min-height:42px;border:1px solid rgba(255,255,255,.10);
    border-radius:13px;background:rgba(255,255,255,.07);padding:0;
  }
  .menu-toggle span{display:block;width:17px;height:2px;border-radius:99px;background:#fff;transition:.2s ease}
  .menu-toggle.active span:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .menu-toggle.active span:nth-child(2){opacity:0}
  .menu-toggle.active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

  .mobile-panel{
    display:block;position:absolute;left:12px;right:12px;top:calc(100% + 8px);
    padding:10px;border-radius:18px;background:rgba(22,8,13,.98);border:1px solid rgba(255,255,255,.10);
    box-shadow:0 20px 50px rgba(0,0,0,.34);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)
  }
  .mobile-panel[hidden]{display:none!important}
  .mobile-nav{display:grid;gap:3px}
  .mobile-nav a{display:block;padding:12px 13px;border-radius:12px;color:#f2e9ec;font-size:14px}
  .mobile-nav a:active{background:rgba(255,255,255,.08)}

  .mobile-lang-list{display:none;grid-template-columns:1fr 1fr;gap:7px;margin-top:9px;padding-top:9px;border-top:1px solid rgba(255,255,255,.10)}
  .mobile-lang-list.show-mobile-langs{display:grid}
  .mobile-lang-list a{padding:10px 12px;text-align:center;border-radius:11px;background:rgba(255,255,255,.055);font-size:12px;color:#e7dce0}
  .mobile-lang-list a.active{background:#fff;color:#27161b;font-weight:800}

  body.menu-open{overflow:hidden}
}

@media(max-width:500px){
  .site-header{top:82px}
  .header-inner{padding:8px 9px}
  .brand-logo{width:40px;height:33px}
  .brand-text strong{font-size:17px}
  .mobile-lang-button,.menu-toggle{width:40px;height:40px;min-width:40px;min-height:40px}
  .hero-content{padding-top:176px}
}


/* =========================================================
   V23 – Mobile Feinschliff
   kompakter Header + saubere Safe-Area für untere Quickbar
   ========================================================= */
@media(max-width:640px){
  body{padding-bottom:calc(96px + env(safe-area-inset-bottom,0px))!important;}
  .site-header{top:82px;padding-left:0;padding-right:0;}
  .header-inner{width:calc(100% - 24px);margin:0 auto;min-height:68px;padding:9px 10px!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;border-radius:21px!important;}
  .brand{min-width:0!important;gap:0!important;overflow:hidden;}
  .brand-logo{display:none!important;}
  .brand-text{min-width:0;display:block;}
  .brand-text strong{display:block;font-size:22px!important;line-height:1!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .brand-text small{display:none!important;}
  .mobile-actions{gap:7px!important;flex:none;}
  .mobile-lang-button,.menu-toggle{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;border-radius:15px!important;background:rgba(255,255,255,.065)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.035);}
  .mobile-lang-button{font-size:15px!important;letter-spacing:0!important;}
  .menu-toggle{gap:5px!important;}
  .menu-toggle span{width:23px!important;height:3px!important;}
  .menu-toggle.active span:nth-child(1){transform:translateY(8px) rotate(45deg)!important;}
  .menu-toggle.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)!important;}
  .mobile-panel{left:12px!important;right:12px!important;top:calc(100% + 7px)!important;border-radius:20px!important;}
  .hero-content{padding-top:166px!important;}
  .mobile-quickbar{min-height:72px;padding:8px max(8px,env(safe-area-inset-right,0px)) calc(10px + env(safe-area-inset-bottom,0px)) max(8px,env(safe-area-inset-left,0px))!important;}
  .mobile-quickbar a{min-height:50px!important;}
  main{padding-bottom:18px;}
}
@media(max-width:390px){
  .header-inner{width:calc(100% - 18px);min-height:64px;padding:8px 9px!important;}
  .brand-text strong{font-size:20px!important;}
  .mobile-lang-button,.menu-toggle{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;}
}
@media (display-mode:standalone) and (max-width:640px){
  .site-header{top:max(10px,env(safe-area-inset-top,0px));}
  .hero-content{padding-top:112px!important;}
  body{padding-bottom:calc(100px + env(safe-area-inset-bottom,0px))!important;}
}
