/* =========================================================
   Components — Gasthof zur Peif
   ========================================================= */

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  transition: background-color 300ms ease, backdrop-filter 300ms ease, box-shadow 300ms ease, padding 300ms ease;
  padding: 16px 0;
}
.site-header.scrolled {
  background: rgba(250, 246, 238, 0.92);
  -webkit-backdrop-filter: blur(10px) saturate(1.2);
  backdrop-filter: blur(10px) saturate(1.2);
  box-shadow: 0 1px 0 rgba(42,31,20,0.08);
  padding: 10px 0;
}
.site-header-row {
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
}
.site-logo {
  display: flex; align-items: center; gap: 12px;
  color: var(--fg);
}
.site-header:not(.scrolled) .site-logo,
.site-header:not(.scrolled) .site-nav a,
.site-header:not(.scrolled) .phone-link { color: #fff; }
.logo-mark { display: block; line-height: 0; color: var(--terracotta); }
.site-header:not(.scrolled) .logo-mark { color: var(--sun); }
.logo-mark img { width: 40px; height: 44px; display: block; }
.logo-words { display: flex; flex-direction: column; line-height: 1; font-family: var(--font-heading); }
.logo-top { font-size: 10px; font-family: var(--font-label); letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.75; }
.logo-bot { font-size: 20px; font-weight: 700; font-style: italic; margin-top: 2px; }
.logo-est { font-size: 9px; font-family: var(--font-label); letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.55; margin-top: 4px; }

.site-nav { display: flex; gap: 28px; }
.site-nav a {
  font-family: var(--font-label); font-size: 13px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--fg); padding: 6px 0; position: relative;
  transition: color 150ms ease;
}
.site-nav a::after {
  content: ''; position: absolute; left: 0; bottom: 0; height: 1px; width: 0;
  background: var(--terracotta); transition: width 200ms ease;
}
.site-nav a:hover::after { width: 100%; }

.lang-switch { display: flex; align-items: center; gap: 6px; }
.lang-chip {
  width: 34px; height: 30px; border-radius: 999px;
  border: 1px solid var(--border); background: transparent;
  font-family: var(--font-label); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--fg-2);
}
.lang-chip.active { border-color: var(--sun); background: rgba(232,217,106,0.18); color: var(--fg); }
.site-header:not(.scrolled) .lang-chip { border-color: rgba(255,255,255,0.35); color: #fff; }
.site-header:not(.scrolled) .lang-chip.active { border-color: var(--sun); background: rgba(232,217,106,0.24); color: #fff; }

.site-header-cta { display: flex; align-items: center; gap: 20px; }
.phone-link {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 500;
}
.phone-link:hover { color: var(--terracotta); }

.site-menu-btn {
  display: none; width: 40px; height: 40px; flex-direction: column; gap: 5px;
  align-items: center; justify-content: center; background: none; border: none;
}
.site-menu-btn span { display: block; width: 22px; height: 1.5px; background: var(--fg); }
.site-header:not(.scrolled) .site-menu-btn span { background: #fff; }

@media (max-width: 960px) {
  .site-nav, .site-header-cta { display: none; }
  .site-menu-btn { display: flex; }
  .lang-switch { display: none; }
}
.site-mobile-menu {
  background: var(--cream); padding: 24px; display: flex; flex-direction: column; gap: 16px;
  border-top: 1px solid var(--border);
}
.site-mobile-menu a { padding: 8px 0; font-family: var(--font-label); letter-spacing: 0.12em; text-transform: uppercase; font-size: 14px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  padding: 140px 0 100px; color: #fff; overflow: hidden;
}
/* Hero-Hintergrundbild: CSS background-image (cover, center, responsive) */
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  will-change: transform; /* GPU-Beschleunigung für smooth scroll */
}
@media (max-width: 720px) {
  /* Hochformat-Fotos: oberes Drittel zeigen (Fassade) */
  .hero-bg { background-position: center 20%; }
}
.hero-veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(26, 17, 10, 0.65) 0%, rgba(26, 17, 10, 0.55) 40%, rgba(26, 17, 10, 0.85) 100%),
    linear-gradient(90deg, rgba(90, 35, 39, 0.3), transparent 60%);
}
.hero-content { position: relative; z-index: 3; max-width: 880px; }
.hero-meta {
  display: flex; align-items: center; gap: 14px; margin-bottom: 28px;
  font-family: var(--font-label); font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--sun); flex-wrap: wrap;
}
.hero-dot { width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: 0.7; }

.hero-title {
  font-family: var(--font-heading); font-weight: 500;
  font-size: clamp(2.8rem, 7vw, 6rem); line-height: 1.08; letter-spacing: -0.02em;
  color: #fff; margin-bottom: 24px;
}
.hero-line-1 { display: block; line-height: 1.05; }
.hero-line-2 {
  display: block;
  font-family: var(--font-script); font-style: italic; font-weight: 400;
  font-size: 1.1em; color: #f3c979;
  margin-top: 10px;
  line-height: 1.1;
}

.hero-sub { max-width: 640px; font-size: 1.125rem; line-height: 1.6; color: rgba(255,255,255,0.86); margin-bottom: 36px; }

.hero-news {
  max-width: 720px;
  margin-bottom: 26px;
  padding: 14px 16px;
  border: 1px solid rgba(232,217,106,0.35);
  border-radius: 10px;
  background: rgba(20, 12, 8, 0.35);
}
.hero-news-label {
  display: inline-block;
  font-family: var(--font-label); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--sun);
  margin-bottom: 8px;
}
.hero-news p { margin: 0; color: rgba(255,255,255,0.93); line-height: 1.5; }
.hero-news-badge {
  display: inline-block;
  margin-top: 10px;
  font-family: var(--font-label); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase;
  color: #fef3b0;
}

.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-cta .btn-outline { color: #fff; border-color: rgba(255,255,255,0.4); }
.hero-cta .btn-outline:hover { background: #fff; color: var(--wood); }

.hero-pills {
  display: flex; gap: 10px; flex-wrap: wrap;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.18);
}
.hero-pills span {
  font-family: var(--font-label); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.82);
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.hero-scroll {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.6); font-family: var(--font-label); font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase;
  animation: hero-bob 2.4s ease-in-out infinite;
}
@keyframes hero-bob { 0%,100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 6px); } }

/* ---------- USPs ---------- */
.usps-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.usp {
  padding: 48px 40px; border-right: 1px solid var(--border);
}
.usp:last-child { border-right: none; }
.usp-num {
  font-family: var(--font-heading); font-weight: 500;
  font-size: clamp(2.8rem, 5vw, 4rem); line-height: 1; color: var(--terracotta);
  margin-bottom: 16px; letter-spacing: -0.02em;
}
.usp-unit { font-family: var(--font-label); font-size: 0.3em; letter-spacing: 0.15em; text-transform: uppercase; color: var(--fg-3); margin-left: 8px; vertical-align: middle; }
.usp-title { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 500; margin-bottom: 12px; }
.usp p { font-size: 0.95rem; }

@media (max-width: 860px) {
  .usps-grid { grid-template-columns: 1fr; }
  .usp { border-right: none; border-bottom: 1px solid var(--border); padding: 36px 0; }
  .usp:last-child { border-bottom: none; }
}

/* ---------- Specials ---------- */
.special-stage { display: grid; gap: 48px; }
.special-main {
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; align-items: center;
}
.special-image {
  position: relative; aspect-ratio: 4/3; overflow: hidden; border-radius: 10px;
  border: 1px solid var(--border);
}
.special-image img {
  width: 100%; height: 100%; object-fit: cover;
  animation: img-fade 500ms ease;
}
@keyframes img-fade { from { opacity: 0.6; transform: scale(1.02); } to { opacity: 1; transform: scale(1); } }
.special-tag {
  position: absolute; top: 20px; left: 20px;
  background: var(--sun); color: #1b1408;
  padding: 8px 14px; border-radius: 999px;
  font-family: var(--font-label); font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase;
}
.special-image--empty {
  background: linear-gradient(135deg, var(--olive-deep, #2d3a1e) 0%, var(--olive, #39472f) 100%);
  display: flex; align-items: flex-start; justify-content: flex-start;
}
.special-main--noimg {
  grid-template-columns: 1fr;
}
.special-main--noimg .special-image--empty {
  aspect-ratio: auto; padding: 20px; border-radius: 10px;
}
.special-body { padding: 16px 0; }
.special-period {
  font-family: var(--font-label); font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--sun); margin-bottom: 20px;
}
.special-title {
  font-family: var(--font-heading); font-size: clamp(2rem, 4vw, 3rem); font-weight: 500;
  margin-bottom: 20px; line-height: 1.05;
}
.special-body p { font-size: 1.05rem; line-height: 1.6; }
.special-meta { display: flex; align-items: center; gap: 16px; margin-top: 28px; flex-wrap: wrap; }
.special-price {
  font-family: var(--font-heading); font-size: 1.75rem; font-style: italic; color: var(--sun);
}
.special-sep { color: var(--fg-3); }

.special-nav {
  display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center;
  padding-top: 40px; border-top: 1px solid var(--border);
}
.special-arrow {
  width: 48px; height: 48px; border-radius: 999px; border: 1px solid var(--border);
  font-size: 20px; color: var(--fg); transition: all 150ms ease;
  display: flex; align-items: center; justify-content: center;
}
.special-arrow:hover { background: var(--sun); color: #1b1408; border-color: var(--sun); transform: translateY(-2px); }
.special-pager { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.special-pager-item {
  text-align: left; padding: 8px 12px;
  border-left: 1px solid var(--border); color: var(--fg-2);
  transition: border-color 150ms ease, color 150ms ease;
}
.special-pager-item:hover { color: var(--fg); }
.special-pager-item.active { border-left-color: var(--sun); color: var(--fg); }
.sp-num { display: block; font-family: var(--font-label); font-size: 10px; letter-spacing: 0.15em; color: var(--fg-3); margin-bottom: 4px; }
.sp-lbl { font-family: var(--font-heading); font-size: 14px; font-style: italic; }

@media (max-width: 860px) {
  .special-main { grid-template-columns: 1fr; gap: 32px; }
  .special-nav { grid-template-columns: 1fr; }
  .special-pager { grid-template-columns: 1fr 1fr; }
  .special-arrow { display: none; }
}

/* ---------- News ---------- */
.news-section {
  background: linear-gradient(150deg, rgba(232,217,106,0.12) 0%, rgba(232,133,106,0.1) 100%);
  border-top: 1px solid rgba(44,26,14,0.08);
  border-bottom: 1px solid rgba(44,26,14,0.08);
}
.news-head { margin-bottom: 24px; }
.news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.news-card {
  background: rgba(255,255,255,0.9);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 8px 24px rgba(44,26,14,0.06);
}
.news-card h3 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  margin-bottom: 6px;
}
.news-card p {
  color: var(--fg-2);
  line-height: 1.55;
}
.news-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.news-menu-list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--fg-2);
}
.news-menu-list strong {
  color: var(--terracotta);
  font-family: var(--font-heading);
  font-size: 1rem;
}
.news-note {
  margin-top: 10px;
  font-family: var(--font-label);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-3);
}

.news-lunch-cta {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(44,26,14,0.14);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(44,26,14,0.92) 0%, rgba(42,95,127,0.88) 100%);
  box-shadow: 0 10px 26px rgba(44,26,14,0.16);
}
.news-lunch-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.news-lunch-kicker {
  font-family: var(--font-label);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sun);
}
.news-lunch-time {
  font-family: var(--font-heading);
  font-size: 1rem;
  color: #fff;
}
.news-lunch-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.news-lunch-list li {
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 10px;
  padding: 10px 12px;
  background: rgba(20,12,8,0.25);
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: rgba(255,255,255,0.95);
}
.news-lunch-list strong {
  color: #f9d991;
  font-family: var(--font-heading);
  font-size: 1.05rem;
}
.news-lunch-foot {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  color: rgba(255,255,255,0.9);
  font-family: var(--font-label);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 860px) {
  .news-grid { grid-template-columns: 1fr; }
  .news-lunch-list { grid-template-columns: 1fr; }
}

/* ---------- Menu ---------- */
.menu-tabs {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
  margin-bottom: 48px;
}
.tab-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--terracotta); }
.menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 64px; }
.menu-item { padding: 20px 0; border-bottom: 1px dashed var(--border); }
.menu-item-head { display: flex; align-items: baseline; gap: 8px; margin-bottom: 6px; }
.menu-item-name { font-family: var(--font-heading); font-size: 1.25rem; font-weight: 500; letter-spacing: -0.005em; display: flex; align-items: center; gap: 10px; }
.menu-dots { flex: 1; border-bottom: 1px dotted var(--border-strong); min-width: 20px; margin: 0 4px; transform: translateY(-5px); }
.menu-price { font-family: var(--font-heading); font-size: 1.125rem; font-weight: 500; color: var(--terracotta); white-space: nowrap; font-style: italic; }
.menu-item-desc { font-size: 0.95rem; color: var(--fg-2); line-height: 1.5; padding-right: 80px; }
.menu-tag {
  font-family: var(--font-label); font-size: 9px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  padding: 3px 8px; border-radius: 3px; vertical-align: middle;
}
.tag-sign { background: var(--sun); color: #1b1408; }
.tag-season { background: var(--terracotta); color: #fff; }
.tag-veg { background: var(--olive-hero); color: #fff; }
.tag-default { background: var(--bg-sunk); color: var(--fg-2); border: 1px solid var(--border); }

.menu-footer {
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  margin-top: 56px; padding-top: 32px; border-top: 1px solid var(--border); flex-wrap: wrap;
}
.menu-footer-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 860px) {
  .menu-grid { grid-template-columns: 1fr; gap: 0; }
  .menu-item-desc { padding-right: 0; }
}

/* ---------- Reservation ---------- */
.res-wrap { display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: start; }
.res-info { display: flex; flex-direction: column; gap: 20px; }
.res-info-item { display: flex; gap: 16px; align-items: flex-start; }
.res-info-item svg { color: var(--sun); flex-shrink: 0; margin-top: 4px; }
.res-info-lbl { font-family: var(--font-label); font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--sun); margin-bottom: 4px; }

.res-lunch-box {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 14px 16px;
  background: rgba(255,255,255,0.05);
}
.res-lunch-time { font-family: var(--font-heading); font-size: 1.05rem; margin-bottom: 8px; }
.res-lunch-list { display: flex; flex-direction: column; gap: 6px; }
.res-lunch-list li { display: flex; justify-content: space-between; gap: 12px; font-size: 0.92rem; }
.res-lunch-list strong { color: var(--sun); font-weight: 700; }
.res-lunch-note { margin-top: 8px; font-size: 0.82rem; color: var(--fg-3); text-transform: uppercase; letter-spacing: 0.08em; }

.phone-inline-link { text-decoration: underline; }
.res-success-note { font-size: 1.25rem; color: var(--terracotta); }

.res-form {
  padding: 40px;
  background: linear-gradient(160deg, #fdfaf6 0%, #f6efe3 100%);
  color: var(--wood);
  border: 1px solid rgba(193,96,62,0.18);
}
.res-form .field label {
  color: #6d5644;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.res-form .field input,
.res-form .field select,
.res-form .field textarea {
  background: rgba(255,255,255,0.86);
  color: var(--wood);
  border-color: rgba(42,31,20,0.28);
}
.res-form .field input::placeholder,
.res-form .field textarea::placeholder { color: #9c8876; opacity: 1; }
.res-form .field select option { color: var(--wood); }
.res-form .field input:focus,
.res-form .field select:focus,
.res-form .field textarea:focus {
  border-color: var(--terracotta);
  box-shadow: 0 0 0 3px rgba(193,96,62,0.2);
}
.res-form .res-form-title { color: var(--wood); }
.res-form .res-note { color: #7e6a58; }
.res-form .res-form-eyebrow { color: var(--terracotta); }
.res-form .res-form-badge { color: #1f6f2b; }
.res-form-head {
  display: flex; justify-content: space-between; align-items: center;
  padding-bottom: 24px; margin-bottom: 28px;
  border-bottom: 1px solid var(--border);
}
.res-form-eyebrow { font-family: var(--font-label); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 4px; }
.res-form-title { font-family: var(--font-heading); font-size: 1.35rem; font-style: italic; }
.res-form-badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 10px; background: rgba(126,232,50,0.15);
  border: 1px solid rgba(46, 204, 113, 0.4); color: #2e7d32;
  border-radius: 999px; font-size: 11px; font-family: var(--font-label); letter-spacing: 0.1em; text-transform: uppercase;
}
.res-form-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #2ecc71; }

.res-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.res-grid .span-2 { grid-column: span 2; }
.res-submit { width: 100%; margin-top: 24px; }
.res-note { margin-top: 12px; font-size: 12px; color: var(--fg-3); text-align: center; }
.res-error { margin-top: 12px; font-size: 13px; color: #c0392b; text-align: center; background: rgba(192,57,43,.08); border: 1px solid rgba(192,57,43,.2); border-radius: 6px; padding: 10px 14px; }
.res-submit:disabled { opacity: .6; cursor: wait; }

.res-success { text-align: center; max-width: 640px; margin: 0 auto; padding: 48px 0; }
.res-success-icon {
  width: 80px; height: 80px; border-radius: 50%;
  background: rgba(126,232,50,0.15); border: 2px solid #2ecc71;
  display: flex; align-items: center; justify-content: center;
  color: #2ecc71; margin: 0 auto 28px;
}

@media (max-width: 960px) {
  .res-wrap { grid-template-columns: 1fr; gap: 40px; }
  .res-grid { grid-template-columns: 1fr; }
  .res-grid .span-2 { grid-column: span 1; }
  .res-form { padding: 28px; }
}

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.pull-quote {
  margin: 32px 0; padding: 24px 0 24px 28px;
  border-left: 2px solid var(--terracotta);
  font-family: var(--font-script); font-style: italic; font-size: 1.35rem; line-height: 1.4;
  color: var(--fg);
  position: relative;
}
.pull-quote .quote-mark {
  position: absolute; top: -10px; left: 14px;
  font-family: var(--font-script); font-size: 3rem; color: var(--terracotta); line-height: 1;
}
.pull-quote footer { font-family: var(--font-label); font-size: 12px; font-style: normal; letter-spacing: 0.15em; text-transform: uppercase; color: var(--fg-3); margin-top: 16px; }
.about-stats { display: flex; gap: 40px; padding-top: 32px; border-top: 1px solid var(--border); flex-wrap: wrap; }
.about-stats > div { display: flex; flex-direction: column; gap: 4px; }
.about-stats strong { font-family: var(--font-heading); font-size: 2.25rem; font-weight: 500; color: var(--terracotta); font-style: italic; line-height: 1; }
.about-stats span { font-family: var(--font-label); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--fg-3); }

.wow-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.wow-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 14px;
  background: var(--bg-sunk);
}
.wow-card h3 { font-family: var(--font-heading); font-size: 1.02rem; margin-bottom: 6px; }
.wow-card p { font-size: 0.9rem; color: var(--fg-2); }

.about-visual { position: relative; }
.about-img { position: relative; overflow: hidden; border-radius: 10px; border: 1px solid var(--border); }
.about-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-img-1 { aspect-ratio: 3/4; }
.about-img-2 { aspect-ratio: 3/4; position: absolute; right: 0; bottom: 0; width: 35%; border: 4px solid var(--cream); z-index: 2; }
.about-img-3 { aspect-ratio: 16/9; margin-top: 12px; }
.about-caption {
  position: absolute; bottom: 12px; left: 12px;
  background: rgba(42,31,20,0.88); color: #fff;
  padding: 6px 12px; border-radius: 4px;
  font-family: var(--font-label); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase;
}
.about-badge {
  position: absolute; top: -20px; right: 10%;
  background: var(--cream); color: var(--terracotta);
  border-radius: 50%; padding: 8px;
  box-shadow: 0 10px 28px -10px rgba(42,31,20,0.3);
  transform: rotate(-8deg);
}

@media (max-width: 960px) {
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-img-1 { margin-right: 10%; }
  .wow-grid { grid-template-columns: 1fr; }
}

/* ---------- Gallery / Slideshow ---------- */
.slideshow {
  position: relative;
  padding: 20px 0 56px;
  overflow: hidden;
}
.slideshow-track {
  position: relative;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slideshow-slide {
  position: absolute;
  width: 60%;
  max-width: 700px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transform: translateX(calc(var(--offset) * 105%)) scale(var(--scale));
  opacity: var(--opa);
  z-index: var(--z);
  transition: transform .5s cubic-bezier(.4,0,.2,1), opacity .5s ease;
  will-change: transform, opacity;
  -webkit-user-select: none;
  user-select: none;
}
.slideshow-slide.is-active { cursor: zoom-in; }
.slideshow-slide:not(.is-visible) { pointer-events: none; }
.slideshow-slide img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  -webkit-user-drag: none;
}
.slideshow-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px 20px 14px;
  background: linear-gradient(to top, rgba(20,10,4,.65) 0%, transparent 100%);
  color: rgba(255,255,255,.92);
  font-family: var(--font-label);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-align: center;
}
.slideshow-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px; height: 48px;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(42,31,20,.1);
  color: var(--fg);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 12px rgba(0,0,0,.1);
  transition: background .2s, box-shadow .2s;
}
.slideshow-arrow:hover {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,.15);
}
.slideshow-prev { left: 20px; }
.slideshow-next { right: 20px; }
.slideshow-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
}
.slideshow-dot {
  width: 8px; height: 8px;
  border-radius: 999px;
  background: rgba(42,31,20,.15);
  border: none;
  padding: 0;
  transition: background .2s, width .2s;
}
.slideshow-dot.is-active {
  width: 24px;
  background: var(--terracotta);
}
.slideshow-counter {
  position: absolute;
  top: 12px; right: 20px;
  font-family: var(--font-label);
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--fg-3);
}

@media (max-width: 960px) {
  .slideshow-track { height: 340px; }
  .slideshow-slide { width: 70%; }
}
@media (max-width: 680px) {
  .slideshow-track { height: 280px; }
  .slideshow-slide { width: 82%; }
  .slideshow-arrow { width: 40px; height: 40px; }
  .slideshow-prev { left: 10px; }
  .slideshow-next { right: 10px; }
}
@media (max-width: 440px) {
  .slideshow-track { height: 240px; }
  .slideshow-slide { width: 88%; }
}

.lightbox {
  position: fixed; inset: 0; background: rgba(20, 14, 8, 0.92);
  display: flex; align-items: center; justify-content: center; z-index: 1000;
  padding: 40px; -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.lightbox img { max-width: 90vw; max-height: 85vh; object-fit: contain; border-radius: 6px; }
.lightbox-close {
  position: absolute; top: 24px; right: 24px; width: 44px; height: 44px; border-radius: 999px;
  background: rgba(255,255,255,0.1); color: #fff; font-size: 28px; border: 1px solid rgba(255,255,255,0.2);
}
.lightbox-close:hover { background: rgba(255,255,255,0.2); }
.lightbox-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 52px; height: 52px; border-radius: 999px;
  background: rgba(255,255,255,0.1); color: #fff; font-size: 20px; border: 1px solid rgba(255,255,255,0.2);
}
.lightbox-arrow.left { left: 24px; } .lightbox-arrow.right { right: 24px; }
.lightbox-caption {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,0.8); font-family: var(--font-label); font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase;
}

/* ---------- Testimonials ---------- */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial { padding: 36px 32px; display: flex; flex-direction: column; gap: 20px; }
.testimonial-stars { display: flex; gap: 2px; color: var(--sun); }
.testimonial blockquote p {
  font-family: var(--font-heading); font-size: 1.125rem; font-style: italic;
  line-height: 1.5; color: var(--fg);
}
.testimonial figcaption { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--border); }
.t-name { font-weight: 600; font-size: 0.95rem; color: var(--fg); }
.t-role { font-family: var(--font-label); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--fg-3); margin-top: 4px; }
@media (max-width: 860px) { .testimonials-grid { grid-template-columns: 1fr; } }

/* ---------- Recruiting / Team Call ---------- */
.teamcall-wrap {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 32px;
  padding: 36px;
}
.teamcall-main h2 { margin-top: 8px; }
.teamcall-roles {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.teamcall-roles li {
  position: relative;
  padding-left: 18px;
  color: var(--fg-2);
}
.teamcall-roles li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--terracotta);
}
.teamcall-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.teamcall-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.teamcall-card {
  background: var(--bg-sunk);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 18px;
}
.teamcall-card-title {
  font-family: var(--font-label);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 10px;
}
.teamcall-social-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.teamcall-social-links a,
.teamcall-hj a {
  color: var(--fg);
  font-weight: 600;
}
.teamcall-social-links a:hover,
.teamcall-hj a:hover {
  color: var(--terracotta);
}
.teamcall-hj p {
  color: var(--fg-2);
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.jobs-popup-backdrop {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(24, 12, 6, 0.62);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.jobs-popup-card {
  position: relative;
  width: min(560px, 100%);
  border-radius: 12px;
  background: var(--cream);
  border: 1px solid var(--border);
  padding: 22px;
  box-shadow: 0 18px 48px -20px rgba(0,0,0,.55);
}
.jobs-popup-kicker {
  font-family: var(--font-label);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 8px;
}
.jobs-popup-card h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.jobs-popup-card p {
  color: var(--fg-2);
  margin-bottom: 14px;
}
.jobs-popup-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.jobs-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--fg-2);
  font-size: 20px;
  line-height: 1;
}
.jobs-popup-close:hover {
  color: var(--terracotta);
}

@media (max-width: 960px) {
  .teamcall-wrap {
    grid-template-columns: 1fr;
    padding: 24px;
  }
}

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: start; }
.contact-rows { display: flex; flex-direction: column; gap: 20px; }
.contact-row { display: flex; gap: 16px; align-items: flex-start; color: var(--fg); }
.contact-row svg { color: var(--sun); flex-shrink: 0; margin-top: 3px; }
.contact-lbl { font-family: var(--font-label); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sun); margin-bottom: 4px; }
.contact-val { font-size: 1rem; color: var(--fg); }

.contact-hours ul { display: flex; flex-direction: column; gap: 8px; }
.contact-hours li {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 8px 0; border-bottom: 1px solid var(--border);
  font-size: 0.95rem;
}
.contact-hours li.closed { color: var(--fg-3); font-style: italic; }
.contact-hours li.closed span:last-child { color: var(--terracotta); }
.holiday-note { color: var(--terracotta); }

.contact-hours-label { margin-bottom: 12px; }
.map-frame-embed { border: 0; width: 100%; height: 100%; }
.footer-brand-copy { color: var(--fg-3); }
.rating-star { color: var(--sun); }

.contact-map { position: sticky; top: 100px; }
.map-frame {
  position: relative; aspect-ratio: 4/5; border-radius: 12px; overflow: hidden;
  border: 1px solid var(--border);
  background: #e4dcc8;
}
.map-pin-card {
  position: absolute; bottom: 24px; left: 24px; right: 24px;
  background: var(--cream); color: var(--wood);
  padding: 20px 24px; border-radius: 8px;
  box-shadow: 0 16px 48px -12px rgba(0,0,0,0.5);
}
.map-pin-eyebrow { font-family: var(--font-label); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 4px; }
.map-pin-title { font-family: var(--font-heading); font-size: 1.25rem; font-weight: 500; }
.map-pin-meta { font-size: 0.85rem; color: var(--fg-3); margin-top: 4px; }

@media (max-width: 960px) {
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .contact-map { position: static; }
}

/* ---------- Footer ---------- */
.site-footer { background: var(--wood); color: #d9cfb8; padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-logo { display: flex; gap: 14px; align-items: center; color: #d9cfb8; }
.footer-brand-name { font-family: var(--font-heading); font-size: 1.35rem; font-style: italic; color: var(--cream); }
.footer-brand-sub { font-family: var(--font-label); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: #a59a80; margin-top: 2px; }
.footer-lbl { font-family: var(--font-label); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sun); margin-bottom: 16px; }
.footer-col ul { display: flex; flex-direction: column; gap: 8px; }
.footer-col li { font-size: 0.9rem; }
.footer-col li.closed { color: #a59a80; font-style: italic; }
.footer-col a:hover { color: var(--sun); }
.footer-social li a { font-family: var(--font-label); letter-spacing: 0.1em; text-transform: uppercase; font-size: 12px; }

.footer-bottom {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding-top: 24px;
  font-size: 12px; color: #8a7f69; font-family: var(--font-label); letter-spacing: 0.1em;
}
.footer-bottom a { color: #a59a80; }
.footer-bottom a:hover { color: var(--sun); }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }
