/* Pijalni Wino & Bistro — Dark, moody, intimate */

/* ===== Fonts ===== */
/* Syne — subsetted to 112 heading chars (8KB, was 48KB in 2 files) */
@font-face {
  font-family: 'Syne';
  src: url('/fonts/syne-subset.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
/* Size-adjusted fallbacks — minimize visual shift during font swap */
@font-face {
  font-family: 'Aujournuit Fallback';
  src: local('Arial');
  size-adjust: 40%;
  ascent-override: 95%;
  descent-override: 22%;
  line-gap-override: 0%;
}
@font-face {
  font-family: 'Syne Fallback';
  src: local('Arial');
  size-adjust: 95%;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}

/* Aujournuit Variable — subsetted to 163 chars (33KB, was 51KB) */
@font-face {
  font-family: 'Aujournuit';
  src: url('/fonts/aujournuit-v3.woff2') format('woff2');
  font-weight: 100 1000;
  font-display: swap;
}

/* ===== Variables ===== */
:root {
  --burgundy: #4a1023;
  --burgundy-light: #6b1d38;
  --cream: #ddc5cc;
  --cream-dim: #d0b5bd;
  --sage: #3d4834;
  --sage-dark: #2e3628;
  --charcoal: #ddc5cc;
  --charcoal-light: #bfceaf;
  --warm-gray: #c4aab3;
  --text-primary: #1a1a1a;
  --text-secondary: #3a3535;
  --text-muted: #5a5550;
  --font-display: 'Syne', 'Syne Fallback', system-ui, sans-serif;
  --font-body: 'Aujournuit', 'Aujournuit Fallback', system-ui, sans-serif;
  --max-w: 1100px;
  --max-w-text: 800px;
}

/* Light "Pijalni" theme — matches current Framer site */
/* Colors: mauve bg #ddc5cc, sage green #3d4834, sage panel #bfceaf, coral accent #ff5831, dark text #1a1a1a */
  --burgundy: #4a1023;
  --burgundy-light: #6b1d38;
  --cream: #ddc5cc;
  --cream-dim: #d0b5bd;
  --sage: #3d4834;
  --sage-dark: #2e3628;
  --charcoal: #ddc5cc;
  --charcoal-light: #bfceaf;
  --warm-gray: #c4aab3;
  --text-primary: #1a1a1a;
  --text-secondary: #21261c;
  --text-muted: #5a5550;
}

/* ===== Reset ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

body {
  font-family: var(--font-body);
  font-weight: 1000;
  font-variation-settings: "wdth" 2;
  font-size: 19px;
  line-height: 1.5;
  overflow-x: hidden;
  max-width: 100%;
  letter-spacing: 0;
  color: #1a1a1a;
  background: #ddc5cc;
  -webkit-font-smoothing: antialiased;
}


img { max-width: 100%; height: auto; display: block; }
a { color: #3d4834; font-weight: 500; text-decoration: none; transition: color .2s; }
a:hover { color: #1a1a1a; }

/* ===== Typography ===== */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-variation-settings: normal;
  font-feature-settings: "ss04" on, "ss05" on;
  line-height: 1.2;
  color: #1a1a1a;
}
h1 { font-size: 33px; letter-spacing: 0; }
h2 { font-size: 26px; letter-spacing: 0; }
h3 { font-size: 19px; }
h4 { font-size: 1.1rem; }

p { margin-bottom: 1rem; color: #1a1a1a; }
strong { color: #1a1a1a; font-weight: 600; }

/* ===== Layout ===== */
.container { width: 100%; max-width: var(--max-w); margin: 0 auto; padding: 0 24px; box-sizing: border-box; }
.container--narrow { max-width: var(--max-w-text); }
section { padding: 2rem 0; }

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(221, 197, 204, 0.95);
  
  border-bottom: 1px solid #c4aab3;
  padding: .75rem 0;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 1.5rem;
}
.header-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .15rem;
}
.header-logo img {
  height: 15px;
  width: auto;
}
.header-logo .logo-dark { display: block; }
.header-logo .logo-light { display: none; }
.header-logo:hover { opacity: .85; }
.logo-subtitle {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: lowercase;
  color: #5a5550;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.header-nav a {
  font-family: var(--font-display);
  font-variation-settings: normal;
  font-size: 11px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0;
  text-transform: uppercase;
}
.header-nav a:hover { color: #4a1023; }
.header-nav a.btn-reserve { color: #fff !important; }
.header-nav a.btn-reserve:hover { color: #fff !important; }

.lang-switch {
  font-size: .75rem;
  font-weight: 600;
  color: var(--text-muted);
  border: 1px solid var(--warm-gray);
  padding: .25rem .6rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.lang-switch:hover { color: var(--cream); border-color: var(--text-secondary); }

/* Language dropdown */
.lang-dropdown {
  position: relative;
  display: inline-block;
}
.lang-dropdown-btn {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #1a1a1a;
  background: none;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 3px;
  padding: .25rem .5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: .3rem;
}
.lang-dropdown-btn::after {
  content: '▾';
  font-size: 9px;
}
.lang-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 4px;
  background: rgba(221,197,204,.98);
  border: 1px solid #c4aab3;
  border-radius: 4px;
  padding: .3rem 0;
  z-index: 200;
  min-width: 100%;
  backdrop-filter: blur(8px);
}
.lang-dropdown.open .lang-dropdown-menu { display: block; }
.lang-dropdown-menu a {
  display: block;
  padding: .35rem .8rem;
  font-size: 11px;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-decoration: none;
}
.lang-dropdown-menu a:hover { background: rgba(0,0,0,.06); }
.lang-dropdown-menu a.active { font-weight: 800; color: var(--burgundy); }
.lang-dropdown .lang-label { margin-right: .15rem; font-weight: 400; }
@media (max-width: 810px) {
  .lang-dropdown .lang-label { display: none; }
}

.lang-selector {
  display: inline-flex;
  align-items: center;
  gap: .15rem;
  border: 1px solid var(--warm-gray);
  padding: .15rem .25rem;
  border-radius: 2px;
}
.lang-link {
  font-size: .7rem;
  font-weight: 500;
  color: var(--text-muted);
  padding: .15rem .35rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: color .2s, background .2s;
  border-radius: 1px;
}
.lang-link:hover { color: var(--cream); background: rgba(255,255,255,.06); }
.lang-link.active {
  color: var(--cream);
  font-weight: 700;
  background: rgba(122,140,110,.15);
}

.btn-reserve {
  display: inline-block;
  background: var(--burgundy);
  font-family: var(--font-display);
  font-variation-settings: normal;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: .5rem 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: none;
  cursor: pointer;
  transition: background .2s, transform .1s;
}
.btn-reserve:hover { background: var(--burgundy-light); color: #fff; transform: translateY(-1px); }

/* Mobile nav toggle */
/* Hide mobile-only quick nav on desktop */
.mobile-quick-nav { display: none; }
.mobile-lang { display: none; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: .5rem;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #1a1a1a;
  margin: 3px 0;
  transition: .3s;
}

/* ===== Hero ===== */
.hero {
  background: #ddc5cc;
  padding: 1rem 0 0;
  margin-bottom: 3rem;
}
.hero > .container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0;
}
.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 0;
  align-items: stretch;
  min-height: 30vh;
}
.hero-text {
  max-width: none;
  padding: 2rem 24px 2rem clamp(48px, 6vw, 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.hero-tagline {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 1.2rem;
}
.hero-body {
  font-family: var(--font-display);
  font-variation-settings: normal;
  font-feature-settings: "ss04" on, "ss05" on;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}
.hero-hours-block {
  font-size: 11px;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: .5rem;
}
.hero-address {
  font-size: 1rem;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}
.hero-cta {
  background: var(--burgundy) !important;
  color: #fff !important;
  font-size: 14px;
  padding: .4rem 1rem;
  display: inline-block;
  margin-top: .8rem;
  margin-bottom: .5rem;
  align-self: flex-start;
}
.hero-cta:hover {
  background: var(--burgundy-light) !important;
}
.hero-photo {
  overflow: hidden;
}
.hero-photo img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
/* Rotator: stacks images, cross-fades between them */
.hero-rotator { position: relative; }
.hero-rotator img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}
.hero-rotator img.active { opacity: 1; }
.hero-rotator img:first-child { position: relative; }
.header-nav .rating-badge {
  background: rgba(0,0,0,.06);
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 3px;
  color: #3a3535;
  padding: .25rem .6rem;
  margin: 0;
  font-size: 12px;
  cursor: default;
  display: inline-flex;
  align-items: center;
  position: relative;
  top: 2px;
}
.header-nav .rating-badge-stars { font-size: 11px; }
.header-nav .rating-badge-score { color: #1a1a1a; }
.hero-info {
  margin-top: 1.2rem;
  font-family: var(--font-display);
  font-variation-settings: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #1a1a1a;
}

/* ===== Sections ===== */
.section-dark { background: #ddc5cc; }
.section-darker { background: #ddc5cc; }
.section-burgundy { background: var(--burgundy); }
.section-warm { background: #d4bac2; }

.section-header {
  margin-bottom: 1.5rem;
}
.section-label {
  font-family: var(--font-display);
  font-variation-settings: normal;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #1a1a1a;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.section-title {
  margin-bottom: 1rem;
}
.section-intro {
  max-width: none;
  color: #1a1a1a;
  font-size: 26px;
  line-height: 1.6;
}

/* ===== Grid ===== */
.grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

/* ===== Cards ===== */
.card {
  background: #bfceaf;
  padding: 2rem;
  border: 1px solid #a8b89a;
}
.card-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  margin-bottom: 1.25rem;
}
.card-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin-bottom: .5rem;
}

/* ===== Team ===== */
.team-member {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: start;
  padding: 3rem 0;
  border-bottom: 1px solid var(--warm-gray);
}
.team-member:last-child { border-bottom: none; }
.team-member--reverse { direction: rtl; }
.team-member--reverse > * { direction: ltr; }
.team-photo {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.team-role {
  
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #1a1a1a;
  margin-bottom: .5rem;
}
.team-name {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.team-bio { color: var(--text-secondary); line-height: 1.8; }
.team-bio p { margin-bottom: .75rem; }

/* ===== Menu Tabs (HTMX) ===== */
.menu-tabs { display: none !important; } .DISABLED-menu-tabs {
  display: flex;
  gap: .5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid var(--warm-gray);
  padding-bottom: 1rem;
  flex-wrap: wrap;
}
.menu-tab {
  font-family: var(--font-display);
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  background: none;
  border: 1px solid transparent;
  padding: .5rem 1rem;
  cursor: pointer;
  transition: all .2s;
}
.menu-tab:hover { color: #1a1a1a; border-color: #b89ca5; }
.menu-tab.active { color: #1a1a1a; border-color: #4a1023; background: rgba(74,16,35,.08); }

.menu-section { margin-bottom: 3rem; display: block !important; }
.menu-category {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #000;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid #4a1023;
}
.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: .75rem 0;
  border-bottom: 1px solid rgba(74,16,35,.1);
}
.menu-item-name { font-weight: 1000; color: #1a1a1a; }
.menu-item-desc { font-size: 20px; color: #3a3535; margin-top: .2rem; }
.menu-item-price { font-weight: 1000; color: #4a1023; white-space: nowrap; margin-left: 1rem; }

/* ===== Wine List ===== */
.wine-region {
  margin-bottom: 2.5rem;
}
.wine-region-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-secondary);
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid var(--warm-gray);
}
.wine-entry {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: .6rem 0;
  border-bottom: 1px solid rgba(74,16,35,.1);
}
.wine-name { font-weight: 1000; color: #1a1a1a; }
.wine-producer { font-size: 20px; color: #3a3535; }
.wine-price { font-weight: 1000; color: #4a1023; }
.wine-glass-icon {
  font-size: .7rem;
  color: var(--sage);
  margin-left: .3rem;
}

/* ===== FAQ ===== */
.faq-item {
  border-bottom: 1px solid var(--warm-gray);
  padding: 1rem 0;
}
.faq-item summary {
  font-family: var(--font-display);
  font-variation-settings: normal;
  font-weight: 600;
  font-size: 1.05rem;
  color: #1a1a1a;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 0;
}
.faq-item summary::after {
  content: '+';
  font-size: 1.4rem;
  color: var(--sage);
  transition: transform .2s;
}
.faq-item[open] summary::after { content: '−'; }
.faq-answer {
  padding: .5rem 0 1rem;
  color: var(--text-secondary);
  line-height: 1.75;
}

/* ===== Contact / Map ===== */
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 3rem;
}
.contact-detail {
  margin-bottom: 1.5rem;
}
.contact-label {
  font-family: var(--font-display);
  font-variation-settings: normal;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1a1a1a;
  margin-bottom: .4rem;
}
.contact-value { color: #1a1a1a; font-size: 20px; }
.map-embed {
  width: 100%;
  aspect-ratio: 16/10;
  border: 1px solid #c4aab3;
  filter: grayscale(0.3) contrast(0.95);
}

/* ===== Footer ===== */
.site-footer {
  background: #d4bac2;
  padding: 3rem 0 2rem;
  border-top: 1px solid #c4aab3;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}
.footer-brand {
  font-family: 'Aujournuit', var(--font-display);
  font-weight: 300;
  font-size: 19px;
  color: #1a1a1a;
  margin-bottom: .5rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}
.footer-social {
  display: flex;
  gap: .3rem; flex-direction: column;
  justify-content: center;
  margin-top: .3rem;
}
.footer-social a {
  font-size: 1rem;
  color: #2a2525;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(42,37,37,.3);
  font-weight: 500;
}
.footer-social a:hover { color: #1a1a1a; text-decoration-color: #1a1a1a;
}
.footer-address { color: #1a1a1a; font-size: 1rem; line-height: 1.7; font-weight: 500; }
.footer-heading {
  font-family: var(--font-display);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #1a1a1a;
  margin-bottom: 1rem;
}
.footer-links { list-style: none; columns: 2; column-gap: 2rem; padding: 0; }
.footer-links li { margin-bottom: .5rem; break-inside: avoid; }
.footer-links a {  color: #2a2525; font-weight: 500; font-size: .95rem; }
.footer-links a:hover { color: #1a1a1a; }
.footer-bottom {
  border-top: 1px solid #c4aab3;
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .8rem;
  color: #2a2525;
}
.footer-credits a { color: #2a2525; }
.footer-credits a:hover { color: #1a1a1a; }

/* ===== Breadcrumb ===== */
.breadcrumb {
  
  padding: 1rem 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--text-muted);
}
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--cream); }
.breadcrumb span { margin: 0 .4rem; }

/* ===== Page Header ===== */
.page-header {
  padding: 6rem 0 3rem;
  background: #ddc5cc;
  text-align: center;
}
.page-header h1 { margin-bottom: 1rem; }
.page-header-intro {
  max-width: 700px;
  margin: 0 auto;
  color: #1a1a1a;
  font-size: 26px;
  line-height: 1.6;
}
.page-header-prices {
  max-width: 700px;
  margin: 1rem auto 0;
}

/* ===== Coravin Badge ===== */
.coravin-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .75rem;
  font-weight: 600;
  color: var(--sage);
  border: 1px solid var(--sage-dark);
  padding: .2rem .6rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ===== CTA Banner ===== */
.cta-banner {
  background: #d4bac2;
  padding: 3.5rem 0;
  text-align: center;
}
.cta-banner h2 { color: #1a1a1a; margin-bottom: 1rem; }
.cta-banner p { color: #3a3535; margin-bottom: 1.5rem; }
.cta-banner .btn-reserve {
  background: var(--burgundy);
  font-family: var(--font-display);
  color: #fff;
  font-size: 1rem;
  padding: .85rem 2rem;
}
.cta-banner .btn-reserve:hover { background: var(--burgundy-light); color: #fff; }

/* ===== Image fullbleed ===== */
.img-fullbleed {
  width: 100%;
  aspect-ratio: 21/9;
  object-fit: cover;
}
.img-section {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

/* ===== Prose (article content) ===== */
.prose { max-width: var(--max-w-text); }
.prose h2 { margin: 2.5rem 0 1rem; }
.prose h3 { margin: 2rem 0 .75rem; }
.prose p { margin-bottom: 1rem; }
.prose ul, .prose ol { margin: 1rem 0; padding-left: 1.5rem; color: var(--text-secondary); }
.prose li { margin-bottom: .5rem; }
.prose a { color: #3d4834; font-weight: 500; border-bottom: 1px solid rgba(61,72,52,.3); }
.prose a:hover { color: #1a1a1a; border-color: #1a1a1a; }

/* ===== Responsive ===== */

/* XL desktop — matches Framer preset 1dt2knk at ≥1920 */
@media (min-width: 1920px) {
  body { font-size: 32px; }
  .hero-tagline { font-size: 56px; }
  h1 { font-size: 56px; }
  h2 { font-size: 36px; }
  h3 { font-size: 32px; }
}

@media (max-width: 810px) {
  .container { padding: 0 16px; }
  section { padding: 2.5rem 0; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .team-member { grid-template-columns: 1fr; gap: 1.5rem; }
  .team-member--reverse { direction: ltr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }

  /* Hero — stack text above photo on mobile */
  .hero { padding: 0; }
  .hero-split { grid-template-columns: 1fr; gap: 0; min-height: auto; }
  .hero-text { padding: 2rem 16px; }
  body { font-size: 15px; font-weight: 700; overflow-wrap: break-word; word-wrap: break-word; }
  .hero-tagline { font-size: 22px !important; }
  .hero-body { font-size: 15px; }
  .hero-cta { display: none !important; }
  .hero-photo img { aspect-ratio: 4/3; height: auto; }

  /* Section headers — tighter */
  .section-header { margin-bottom: 2rem; }
  .section-title { font-size: 24px; }
  .section-label { font-family: var(--font-display);
  font-size: 20px; }

  /* Cards — readable text */
  .card-title { font-size: 1.15rem; }

  /* Food gallery — taller on mobile for impact */
  .food-gallery { aspect-ratio: 4/5; }

  /* Page headers */
  .page-header { padding: 4rem 0 2rem; }
  .page-header h1 { font-size: 22px; }
  .page-header-intro { font-size: 15px; max-width: 100%; }
  .page-header-prices { font-size: 12px; max-width: 100%; white-space: normal; }

  /* Nav */
  .header-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(221,197,204,.98);
    flex-direction: column;
    padding: 1.5rem;
    border-bottom: 1px solid #c4aab3;
  }
  .header-nav.open { display: flex; }
  .header-nav a { font-size: 1rem; padding: .4rem 0; }
  .header-nav .btn-reserve { display: none; }
  .nav-toggle { display: inline-flex; }

  /* Show quick-nav + lang dropdown inline on mobile */
  .mobile-quick-nav {
    display: flex;
    gap: .75rem;
    align-items: center;
    margin-left: auto;
    margin-right: .5rem;
  }
  .mobile-quick-nav a {
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #1a1a1a;
    text-decoration: none;
    padding: .3rem 0;
  }
  /* Show mobile-lang dropdown in header bar */
  .mobile-lang { display: inline-block; margin-right: .25rem; }
  .header-nav .lang-dropdown { display: none; }

  /* Menu — no tabs on mobile, show all sections, just scroll */
  .menu-tabs { display: none !important; } .DISABLED-menu-tabs { display: none !important; }
  .menu-section { display: block !important; }
  .menu-item { flex-direction: column; align-items: flex-start; gap: .2rem; }
  .menu-item-price { margin-left: 0; }

  /* Wine entries — stack on narrow */
  .wine-entry { grid-template-columns: 1fr; gap: .3rem; }
  .wine-price { text-align: left; }

  /* CTA banner — hidden on mobile, sticky bar is enough */
  .cta-banner { display: none; }

  /* Fullbleed images — shorter on mobile */
  .img-fullbleed { aspect-ratio: 16/9; }

  /* Map */
  .map-embed { aspect-ratio: 4/3; }

  /* Rating badge */
  .rating-badge { font-size: .82rem; }
}

@media (max-width: 480px) {
  html, body { overflow-x: hidden; width: 100%; }
  .container { padding: 0 12px; max-width: 100%; }
  body { font-size: 16px; overflow-x: hidden; }
  p, h1, h2, h3, li, td, .menu-item-name, .wine-name, .page-header-intro, .page-header-prices {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }
  h1 { font-size: 22px; hyphens: none; }
  h2 { font-size: 18px; }

  .hero { padding: 2rem 0 0; }
  .hero-tagline { font-size: 20px !important; hyphens: none; }
  .hero-body { font-size: 16px; }
  .hero-cta { padding: .8rem; font-size: 14px; }

  /* Team photos — square on small screens */
  .card img[style*="aspect-ratio:3/4"] { aspect-ratio: 1/1 !important; }

  /* Menu items — wrap properly */
  .menu-item-name { font-size: 20px; }
  .menu-item { gap: .3rem; }
  .menu-item-price { font-size: 20px; }
  .wine-name { font-size: 18px; }
  .wine-producer { font-size: .82rem; }
  .wine-price { font-size: .88rem; }

  /* Price ranges in page header */
  .page-header-intro { font-size: 14px; max-width: 100%; }
  .page-header-prices { font-size: 11px; max-width: 100%; font-family: var(--font-display);
  font-size: 1.2rem; }

  /* CTA — full-width button */
  .cta-banner .btn-reserve { width: 100%; display: block; }

  /* Footer — readable on mobile */
  .footer-grid { gap: 1.5rem; }
  .footer-brand { font-size: 1rem; letter-spacing: .06em; }
  .footer-social a { font-size: 1.1rem; }
  .footer-links a { font-size: 1.05rem; }
  .footer-heading { font-size: .85rem; }
  .footer-address { font-size: 1.05rem; }

  /* Pages */
  .page-header { padding: 3rem 0 1.5rem; }
  .page-header h1 { font-size: 28px; }
  .page-header-intro { font-size: 16px; }

  /* Prevent any horizontal overflow */
  .section-header, .prose, .page-header .container { overflow-wrap: break-word; }
}

/* ===== Food gallery carousel ===== */
.food-gallery {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  cursor: pointer;
  background: var(--charcoal);
}
.food-gallery img {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  opacity: 0;
  transition: opacity .5s ease;
  display: block;
}
.food-gallery img.active {
  opacity: 1;
}

/* Navigation arrows */
.food-gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: rgba(0,0,0,.45);
  color: var(--cream);
  border: none;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
  border-radius: 50%;
  opacity: 0;
  transition: opacity .3s, background .2s;
}
.food-gallery:hover .food-gallery-nav {
  opacity: 1;
}
.food-gallery-nav:hover {
  background: rgba(0,0,0,.7);
}
.food-gallery-nav--prev { left: .75rem; }
.food-gallery-nav--next { right: .75rem; }

/* Counter badge */
.food-gallery-counter {
  position: absolute;
  top: .75rem;
  right: .75rem;
  z-index: 3;
  background: rgba(0,0,0,.5);
  color: var(--cream);
  font-size: .72rem;
  font-weight: 600;
  padding: .25rem .6rem;
  border-radius: 3px;
  pointer-events: none;
  letter-spacing: .03em;
}

.food-gallery-dots {
  position: absolute;
  bottom: .75rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: .4rem;
  z-index: 3;
}
.food-gallery-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(245,240,232,.35);
  transition: background .3s;
  cursor: pointer;
}
.food-gallery-dots span.active {
  background: var(--cream);
}

/* Swipe hint (mobile only) */
.food-gallery-swipe {
  display: none;
}
@media (max-width: 768px) {
  .food-gallery-nav { display: none; }
  .food-gallery-swipe {
    display: flex;
    position: absolute;
    bottom: .75rem;
    right: .75rem;
    z-index: 3;
    align-items: center;
    gap: .3rem;
    background: rgba(0,0,0,.5);
    color: var(--cream);
    font-size: .68rem;
    padding: .25rem .6rem;
    border-radius: 3px;
    pointer-events: none;
    animation: swipeHint 2s ease-in-out infinite;
  }
  @keyframes swipeHint {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-6px); }
  }
}

/* ===== Reservation form fields ===== */
.res-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.res-label {
  display: block;
  font-size: .78rem;
  color: var(--text-muted);
  margin-bottom: .3rem;
}
.res-input {
  width: 100%;
  padding: .55rem .6rem;
  height: 44px;
  background: rgba(26,26,26,.8);
  color: var(--cream);
  border: 1px solid rgba(245,240,232,.2);
  border-radius: 4px;
  font-size: .95rem;
  font-family: var(--font-body);
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
@media (max-width: 810px) {
  .res-fields { grid-template-columns: 1fr; gap: .75rem; }
  .res-input { height: 48px; font-size: 1rem; }
}

/* ===== Mobile sticky reserve bar ===== */
.mobile-reserve {
  display: none;
}
@media (max-width: 768px) {
  .mobile-reserve {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: .75rem 1.2rem;
    background: rgba(221,197,204,.98);
    border-top: 1px solid #c4aab3;
    justify-content: center;
    align-items: center;
    gap: .75rem;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .mobile-reserve .btn-reserve {
    margin: 0;
    padding: .7rem 0;
    font-size: .9rem;
    width: 100%;
    text-align: center;
  }
  /* prevent body content from being hidden behind sticky bar */
  .site-footer { padding-bottom: 4rem; }
}

/* ===== Google rating badge ===== */
.rating-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: .4rem;
  margin-top: .5rem;
  padding: .3rem .7rem;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 4px;
  font-family: var(--font-display);
  font-variation-settings: normal;
  font-weight: 400;
  font-size: 13px;
  color: #f5f0e8;
  text-decoration: none;
  transition: background .2s;
}
.rating-badge:hover {
  background: rgba(255,255,255,.25);
  color: #fff;
}
.rating-badge-stars {
  color: #f4b400;
  letter-spacing: 1px;
}
.rating-badge-score {
  font-weight: 600;
  color: var(--cream);
}

/* ===== Accessibility ===== */
.skip-link {
  position: absolute;
  top: -3rem;
  left: 1rem;
  background: var(--burgundy);
  color: var(--cream);
  padding: .5rem 1rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  z-index: 200;
  transition: top .2s;
}
.skip-link:focus { top: .5rem; }

:focus-visible {
  outline: 2px solid var(--sage);
  outline-offset: 2px;
}
a:focus-visible { outline-offset: 3px; }
.btn-reserve:focus-visible { outline-color: var(--cream); }
.menu-tab:focus-visible { outline-offset: -2px; }

/* === Mobile overflow prevention === */
@media (max-width: 810px) {
  *, *::before, *::after { max-width: 100%; }
  .header-inner { overflow: hidden; }
  .page-header, .page-header h1, .page-header-intro, .page-header-prices { max-width: 100%; overflow-wrap: break-word; word-wrap: break-word; }
  .container { max-width: 100%; overflow-x: hidden; }
  .prose, p, li, td { max-width: 100%; overflow-wrap: break-word; }
  table { max-width: 100%; display: block; overflow-x: auto; }
  img { max-width: 100%; }
}

/* Mobile layout fixes */
@media (max-width: 810px) {
  .header-inner { padding: 0 10px; }
  .header-logo img { height: 12px; }
  .logo-subtitle { font-size: 9px; letter-spacing: .08em; }

  .breadcrumb { padding: 0 16px; }
  h1 { font-size: 24px; hyphens: none; word-break: normal; }
}

/* Skip rendering below-fold sections until scrolled */
.section-darker, .section-dark, .section-warm, .img-fullbleed, .cta-banner, .site-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 500px;
}
