/* ===================================================
   MIDAS RESTAURANT CAPELLE — DEMO SITE
   Palette: Gold #8B6914, Bordeaux #6B0E0E, Near-black #1A1A1A, Cream #F5F0E8
   Fonts: Oswald (headlines) + Montserrat (body)
=================================================== */

/* ---- RESET & TOKENS ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --gold: #8B6914;
  --gold-light: #C49A2A;
  --gold-pale: #F0E3BE;
  --bordeaux: #6B0E0E;
  --bordeaux-dark: #4A0A0A;
  --near-black: #1A1A1A;
  --near-black2: #2A2A2A;
  --cream: #F5F0E8;
  --cream2: #EDE6D6;
  --white: #FFFFFF;
  --text-on-dark: #F0E3BE;
  --font-head: 'Oswald', 'Impact', condensed, sans-serif;
  --font-body: 'Montserrat', 'Segoe UI', sans-serif;
  --nav-h: 72px;
  --radius: 8px;
  --transition: 250ms ease;
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--near-black);
  overflow-x: hidden;
  line-height: 1.6;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; height: auto; }

a { color: inherit; text-decoration: none; }

address { font-style: normal; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ---- IMAGE FILL UTILITY ---- */
.media, .img-fill, figure.photo {
  position: relative; overflow: hidden;
}
.media > img, .img-fill > img, figure.photo > img,
.gallery img, .card img, .hero__img,
.award-food-img img, .sfeer-grid__main .photo img,
.sfeer-grid__side .photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

/* ---- TYPOGRAPHY ---- */
h1, h2, h3, h4 {
  font-family: var(--font-head);
  line-height: 1.1;
  letter-spacing: 0.01em;
}

h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 700; }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 600; }
h4 { font-size: 1rem; font-weight: 600; }
p  { font-size: 1rem; line-height: 1.7; }

.section-label {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.section-label--gold { color: var(--gold-light); }

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3rem;
}
.section-head--light h2,
.section-head--light p { color: var(--cream); }

.section-intro {
  margin-top: 0.75rem;
  font-size: 1.05rem;
  opacity: 0.85;
}

/* ---- BUTTONS ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.85rem 1.75rem;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  transition: background var(--transition), color var(--transition), transform var(--transition);
  min-height: 48px;
  text-decoration: none;
}
.btn:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 2px; }

.btn--gold {
  background: var(--gold);
  color: var(--white);
  border-color: var(--gold);
}
.btn--gold:hover { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-1px); }

.btn--bordeaux {
  background: var(--bordeaux);
  color: var(--white);
  border-color: var(--bordeaux);
}
.btn--bordeaux:hover { background: var(--bordeaux-dark); border-color: var(--bordeaux-dark); transform: translateY(-1px); }

.btn--full { width: 100%; justify-content: center; }

/* ============================================================
   HEADER / NAV
============================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 900;
  height: var(--nav-h);
  background: rgba(26, 26, 26, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(139, 105, 20, 0.25);
  transition: background var(--transition);
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

/* Logo */
.logo-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--gold);
  border: 2px solid var(--gold-light);
  flex-shrink: 0;
  line-height: 1;
  gap: 0;
}
.logo-circle--sm { width: 52px; height: 52px; }

.logo-m {
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}
.logo-circle--sm .logo-m { font-size: 1.3rem; }

.logo-tagline {
  font-family: var(--font-body);
  font-size: 0.3rem;
  font-weight: 600;
  color: var(--gold-pale);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  margin-top: 2px;
}
.logo-circle--sm .logo-tagline { font-size: 0.28rem; }

/* Desktop nav links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  flex: 1;
  justify-content: flex-end;
}
.nav-links a {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--cream);
  transition: color var(--transition);
}
.nav-links a:hover { color: var(--gold-light); }

.nav-cta {
  background: var(--bordeaux);
  color: var(--white) !important;
  padding: 0.5rem 1.1rem;
  border-radius: var(--radius);
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  transition: background var(--transition) !important;
}
.nav-cta:hover { background: var(--bordeaux-dark) !important; }

/* Mobile trigger */
.mobile-menu__trigger {
  display: none;
  background: none;
  border: none;
  color: var(--cream);
  cursor: pointer;
  padding: 0.5rem;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  transition: color var(--transition);
}
.mobile-menu__trigger:hover { color: var(--gold-light); }

/* ============================================================
   MOBILE MENU OVERLAY — fullscreen, 100svh
============================================================ */
.mobile-menu__overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100svh;
  background: var(--near-black);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease;
}
.mobile-menu__overlay.is-open {
  opacity: 1;
  pointer-events: all;
}

.mobile-menu__panel {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  padding: 1.5rem;
}

.mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(139, 105, 20, 0.3);
  margin-bottom: 1.5rem;
}

.mobile-menu__close {
  background: none;
  border: 1px solid rgba(240, 227, 190, 0.25);
  color: var(--cream);
  cursor: pointer;
  border-radius: var(--radius);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color var(--transition), border-color var(--transition);
}
.mobile-menu__close:hover { color: var(--gold-light); border-color: var(--gold-light); }

.mobile-menu__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
}

.mobile-menu__item {
  display: flex;
  align-items: center;
  padding: 1rem 0.5rem;
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--cream);
  border-bottom: 1px solid rgba(240, 227, 190, 0.1);
  transition: color var(--transition), padding-left var(--transition);
  text-decoration: none;
  letter-spacing: 0.02em;
  min-height: 56px;
}
.mobile-menu__item:hover { color: var(--gold-light); padding-left: 1rem; }

.mobile-menu__footer {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-top: 1px solid rgba(139, 105, 20, 0.3);
}

.mobile-menu__cta {
  justify-content: center;
  background: var(--gold);
  color: var(--white) !important;
  border-radius: var(--radius);
  padding: 1rem 1.5rem !important;
  font-size: 1rem !important;
  border-bottom: none !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.mobile-menu__cta:hover { background: var(--gold-light); padding-left: 1rem !important; }

.mobile-menu__tel {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-body) !important;
  font-size: 1rem !important;
  color: var(--gold-pale) !important;
  border-bottom: none !important;
  min-height: 44px !important;
  padding: 0.5rem !important;
}
.mobile-menu__tel:hover { color: var(--gold-light) !important; padding-left: 0.5rem !important; }

/* ============================================================
   HERO
============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(26, 26, 26, 0.75) 0%,
    rgba(107, 14, 14, 0.45) 50%,
    rgba(26, 26, 26, 0.85) 100%
  );
}

.hero__grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 256px;
  opacity: 0.35;
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  padding: calc(var(--nav-h) + 3rem) 1.5rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.hero__badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(139, 105, 20, 0.25);
  border: 1px solid var(--gold);
  color: var(--gold-light);
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.4rem 0.9rem;
  border-radius: 100px;
}
.hero__badge-pill svg { color: var(--gold-light); }

.hero__h1 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 6.5vw, 4.5rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1.05;
  text-shadow: 0 2px 20px rgba(0,0,0,0.5);
}

.hero__sub {
  font-family: var(--font-body);
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--gold-pale);
  font-weight: 400;
  opacity: 0.9;
}

.hero__ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.5rem;
}

.hero__scroll-cue {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--gold-light);
  opacity: 0.7;
  z-index: 3;
  animation: bounce 2s ease-in-out infinite;
}
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

/* ============================================================
   AWARD SECTIE
============================================================ */
.award-section {
  background: var(--near-black);
  padding: 5rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.award-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.06'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 200px;
  opacity: 0.3;
  pointer-events: none;
}

.award-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Award badge */
.award-badge-col {
  display: flex;
  justify-content: center;
}

.award-badge {
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-badge__ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--gold);
}
.award-badge__ring--outer {
  inset: 0;
  border-width: 3px;
}
.award-badge__ring--inner {
  inset: 10px;
  border-width: 1px;
  border-style: dashed;
  opacity: 0.5;
}

.award-badge__body {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 30%, var(--gold) 0%, #5A3E00 60%, #3A2800 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2px;
  padding: 1rem;
  box-shadow: 0 0 40px rgba(139, 105, 20, 0.4), inset 0 1px 0 rgba(255,255,255,0.1);
}

.award-badge__star { color: var(--gold-pale); }
.award-badge__star--bottom { margin-top: 2px; }

.award-badge__year {
  font-family: var(--font-body);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-pale);
  opacity: 0.8;
}
.award-badge__title {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.award-badge__sub {
  font-family: var(--font-body);
  font-size: 0.6rem;
  font-weight: 600;
  color: var(--gold-pale);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.4;
}
.award-badge__country {
  font-family: var(--font-body);
  font-size: 0.5rem;
  font-weight: 600;
  color: var(--gold-pale);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.75;
}

/* Award content */
.award-content-col { color: var(--cream); }
.award-content-col h2 {
  color: var(--white);
  margin: 0.5rem 0 1rem;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
}
.award-content-col p {
  color: var(--text-on-dark);
  opacity: 0.85;
  margin-bottom: 1rem;
  line-height: 1.7;
}
.award-content-col .btn { margin-top: 0.5rem; }

/* Award food image */
.award-food-col { display: flex; justify-content: center; }
.award-food-img {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--gold);
  box-shadow: 0 0 40px rgba(139, 105, 20, 0.3);
  flex-shrink: 0;
}
.award-food-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============================================================
   ACTIEKAARTEN
============================================================ */
.cards-section {
  background: var(--cream);
  padding: 5rem 1.5rem;
}
.cards-section .section-head { margin-bottom: 3rem; }

.card-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.card {
  background: var(--white);
  border-radius: 12px;
  padding: 2rem 1.75rem 1.75rem;
  border: 1px solid rgba(139, 105, 20, 0.15);
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: box-shadow var(--transition), transform var(--transition);
}
.card:hover {
  box-shadow: 0 8px 32px rgba(139, 105, 20, 0.15);
  transform: translateY(-3px);
}

.card__icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(139, 105, 20, 0.1);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.25rem;
}
.card__icon--bordeaux {
  background: rgba(107, 14, 14, 0.1);
  color: var(--bordeaux);
}

.card__title {
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--near-black);
}

.card__desc {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.65;
  flex: 1;
}

.card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--gold);
  text-decoration: none;
  margin-top: 0.25rem;
  transition: gap var(--transition), color var(--transition);
}
.card__link:hover { gap: 0.7rem; }
.card__link--bordeaux { color: var(--bordeaux); }

/* ============================================================
   SFEER SECTIE
============================================================ */
.sfeer-section {
  background: var(--near-black2);
  padding: 5rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.sfeer-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n2'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n2)' opacity='0.06'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 200px;
  opacity: 0.25;
  pointer-events: none;
}

.sfeer-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.sfeer-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 1.5rem;
  align-items: stretch;
}

.sfeer-grid__main .photo {
  height: 480px;
  border-radius: 12px;
  overflow: hidden;
}
.sfeer-grid__main .photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

.sfeer-grid__main .photo figcaption,
.sfeer-grid__side .photo figcaption {
  display: none;
}

.sfeer-grid__side {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.sfeer-grid__side .photo {
  height: 240px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}
.sfeer-grid__side .photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

.sfeer-quote {
  flex: 1;
  min-height: 160px;
  background: rgba(139, 105, 20, 0.12);
  border: 1px solid rgba(139, 105, 20, 0.3);
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
}
.sfeer-quote__icon { color: var(--gold-light); }
.sfeer-quote blockquote {
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--cream);
  line-height: 1.4;
  quotes: none;
}
.sfeer-quote cite {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--gold-pale);
  opacity: 0.75;
  font-style: normal;
}

/* ============================================================
   LOCATIE SECTIE
============================================================ */
.locatie-section {
  background: var(--cream2);
  padding: 5rem 1.5rem;
}

.locatie-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 3rem;
  align-items: start;
}

.locatie-card {
  background: var(--white);
  border-radius: 12px;
  padding: 2rem;
  border: 1px solid rgba(139, 105, 20, 0.2);
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
}
.locatie-card--featured {
  border-color: var(--gold);
  box-shadow: 0 6px 32px rgba(139, 105, 20, 0.15);
}

.locatie-card__badge {
  position: absolute;
  top: -12px;
  left: 1.5rem;
  background: var(--gold);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem;
  border-radius: 100px;
}

.locatie-card__name {
  font-family: var(--font-head);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--near-black);
  margin-top: 0.5rem;
}

.locatie-card__info {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.locatie-card__info li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.95rem;
  color: #444;
}
.locatie-card__info li svg { color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.locatie-card__info a { color: var(--bordeaux); text-decoration: underline; }
.locatie-card__info a:hover { color: var(--bordeaux-dark); }

.locatie-card__hours h4 {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
  font-family: var(--font-body);
  font-weight: 700;
}

.hours-table { border-collapse: collapse; width: 100%; font-size: 0.875rem; }
.hours-table td { padding: 0.3rem 0; }
.hours-table td:first-child { color: #666; padding-right: 1rem; }
.hours-table td:last-child { font-weight: 500; color: var(--near-black); }
.hours-table .closed { color: var(--bordeaux); font-weight: 500; }

/* Andere vestigingen */
.locatie-andere h3 {
  font-family: var(--font-head);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--near-black);
  margin-bottom: 1.5rem;
}

.locatie-mini-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.locatie-mini {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(139, 105, 20, 0.15);
}
.locatie-mini h4 {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  color: var(--near-black);
  margin-bottom: 0.4rem;
}
.locatie-mini p { font-size: 0.9rem; color: #555; margin-bottom: 0.4rem; }
.locatie-mini a { font-size: 0.9rem; color: var(--bordeaux); font-weight: 600; }
.locatie-mini a:hover { color: var(--bordeaux-dark); text-decoration: underline; }

/* ============================================================
   RESERVEER / CONTACT
============================================================ */
.reserveer-section {
  background: var(--near-black);
  padding: 5rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.reserveer-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n3'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n3)' opacity='0.06'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 200px;
  opacity: 0.25;
  pointer-events: none;
}

.reserveer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 4rem;
  align-items: start;
  position: relative;
  z-index: 1;
}

.reserveer-text .section-label { color: var(--gold-light); }
.reserveer-text h2 { color: var(--white); margin: 0.5rem 0 1rem; }
.reserveer-text p { color: var(--text-on-dark); opacity: 0.85; line-height: 1.7; }

.reserveer-direct {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.reserveer-direct__link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--gold-pale);
  text-decoration: none;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(240, 227, 190, 0.15);
  transition: color var(--transition);
  min-height: 44px;
}
.reserveer-direct__link:hover { color: var(--gold-light); }
.reserveer-direct__link svg { color: var(--gold); flex-shrink: 0; }

/* Contact form */
.contact-form {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(139, 105, 20, 0.25);
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.form-group label {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-pale);
}
.form-group input,
.form-group textarea {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(240, 227, 190, 0.35);
  border-radius: var(--radius);
  color: #F5F0E8;
  font-family: var(--font-body);
  font-size: 0.95rem;
  padding: 0.75rem 1rem;
  min-height: 48px;
  transition: border-color var(--transition);
  outline: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(240, 227, 190, 0.55); }
.form-group input:focus,
.form-group textarea:focus { border-color: var(--gold-light); }
.form-group textarea { resize: vertical; min-height: 100px; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

/* ============================================================
   FOOTER
============================================================ */
.footer-kit {
  background: var(--near-black);
  border-top: 1px solid rgba(139, 105, 20, 0.3);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 1.5rem 2rem;
  display: grid;
  grid-template-columns: auto 1fr 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 180px;
}

.footer-brand__tagline {
  font-family: var(--font-body);
  font-size: 0.8rem;
  color: var(--gold-pale);
  opacity: 0.7;
  font-style: italic;
  line-height: 1.4;
}

.footer-brand__award {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-light);
}
.footer-brand__award svg { color: var(--gold-light); }

.footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.25rem;
}
.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: var(--radius);
  border: 1px solid rgba(139, 105, 20, 0.3);
  color: var(--gold-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color var(--transition), color var(--transition);
}
.footer-social a:hover { border-color: var(--gold-light); color: var(--gold-light); }

.footer-col h5 {
  font-family: var(--font-head);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1rem;
}
.footer-col address {
  font-size: 0.875rem;
  color: var(--gold-pale);
  opacity: 0.75;
  line-height: 1.8;
}
.footer-col address a { color: var(--gold-pale); opacity: 0.85; }
.footer-col address a:hover { color: var(--gold-light); opacity: 1; }

.footer-hours { border-collapse: collapse; width: 100%; }
.footer-hours td { padding: 0.2rem 0; font-size: 0.8rem; color: var(--gold-pale); opacity: 0.75; }
.footer-hours td:first-child { padding-right: 0.75rem; }
.footer-hours .closed { color: rgba(107, 14, 14, 0.85); font-weight: 500; }

.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.footer-nav a {
  font-size: 0.875rem;
  color: var(--gold-pale);
  opacity: 0.75;
  transition: color var(--transition), opacity var(--transition);
  padding: 0.15rem 0;
  display: block;
  min-height: 36px;
  display: flex;
  align-items: center;
}
.footer-nav a:hover { color: var(--gold-light); opacity: 1; }

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  border-top: 1px solid rgba(139, 105, 20, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.footer-bottom p {
  font-size: 0.8rem;
  color: var(--gold-pale);
  opacity: 0.5;
}
.footer-bottom a { color: var(--gold-pale); opacity: 0.65; text-decoration: underline; }
.footer-bottom a:hover { opacity: 1; }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1100px) {
  .award-inner { grid-template-columns: auto 1fr; }
  .award-food-col { display: none; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .sfeer-grid { grid-template-columns: 1fr 1fr; }
  .sfeer-grid__side { flex-direction: row; }
  .sfeer-grid__side .photo { flex: 1; height: 220px; }
  .sfeer-quote { flex: 1; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .locatie-inner { grid-template-columns: 1fr; }
  .locatie-card { max-width: 420px; }
}

@media (max-width: 768px) {
  :root { --nav-h: 64px; }

  .nav-links { display: none; }
  .mobile-menu__trigger { display: flex; }

  .hero__h1 { font-size: clamp(1.6rem, 8vw, 2.8rem); }
  .hero__ctas { flex-direction: column; align-items: center; }
  .hero__ctas .btn { width: 100%; max-width: 320px; justify-content: center; }

  .award-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    text-align: center;
  }
  .award-badge-col { justify-content: center; }
  .award-food-col { display: flex; }
  .award-food-img { width: 220px; height: 220px; }

  .card-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }

  .sfeer-grid { grid-template-columns: 1fr; }
  .sfeer-grid__main .photo { height: 260px; }
  .sfeer-grid__side { flex-direction: column; }
  .sfeer-grid__side .photo { height: 200px; }

  .locatie-inner { grid-template-columns: 1fr; }
  .locatie-card { max-width: 100%; }

  .reserveer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .form-row { grid-template-columns: 1fr; }

  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { max-width: 100%; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .award-inner { padding: 0 0.5rem; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-brand { max-width: 100%; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
  .footer-brand .logo-circle--sm { flex-shrink: 0; }
  .footer-brand__tagline, .footer-brand__award { flex-basis: 100%; }
  .footer-social { flex-basis: 100%; }
}

/* Touch target minimum */
button, a { min-height: 44px; }
.logo-circle { min-height: unset; }
.footer-brand__award { min-height: unset; }
.hours-table td, .footer-hours td { min-height: unset; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
