/* =============================================================
   Zahnarztpraxis Dr. med. dent. Ena Vuletić
   Design system — "Warm & Calming" (sage palette)
   Serif display: Fraunces · Body/UI: Inter
   ============================================================= */

/* ---------- Fonts (self-hosted, two subsets per weight) ------ */
/* latin */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/fraunces-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/fraunces-ext-600.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Inter 400 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/inter-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/inter-ext-400.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Inter 500 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/inter-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/inter-ext-500.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Inter 700 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/inter-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/inter-ext-700.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- Design tokens ----------------------------------- */
:root {
  /* palette */
  --cream: #FBFAF6;
  --panel: #F1EEE6;
  --sage: #4E7A68;
  --sage-deep: #33503F;
  --sand: #C9A98A;
  --ink: #2C312E;
  --mut: #6E7671;
  --line: #E7E3DA;
  --white: #FFFFFF;

  /* derived */
  --sand-ink: #3A2F22;      /* readable ink on sand */
  --sage-hover: #416656;
  --mut-strong: #656D68;    /* AA small-text variant of --mut on --cream/--panel (~5.1:1) */
  --footer-mut: #B3C3B8;    /* AA small-text variant for muted text on --sage-deep (~4.8:1) */

  /* typography */
  --font-serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  /* spacing scale */
  --sp-1: 0.25rem;
  --sp-2: 0.5rem;
  --sp-3: 0.75rem;
  --sp-4: 1rem;
  --sp-5: 1.5rem;
  --sp-6: 2rem;
  --sp-7: 3rem;
  --sp-8: 4rem;
  --sp-9: 5.5rem;

  /* radii */
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-pill: 999px;

  /* shadows */
  --sh-sm: 0 1px 2px rgba(44, 49, 46, .06);
  --sh-md: 0 12px 30px rgba(44, 49, 46, .08);
  --sh-lg: 0 24px 60px rgba(44, 49, 46, .12);
}

/* ---------- Reset & base ------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-sans);
  font-weight: 400;
  line-height: 1.6;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img,
svg,
picture {
  display: block;
  max-width: 100%;
}

a {
  color: var(--sage-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

h1,
h2,
h3 {
  font-family: var(--font-serif);
  color: var(--sage-deep);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.015em;
}

h1 {
  font-size: clamp(2.15rem, 1.3rem + 3.6vw, 3.4rem);
}

h2 {
  font-size: clamp(1.7rem, 1.2rem + 2vw, 2.35rem);
}

h3 {
  font-size: 1.12rem;
  line-height: 1.3;
}

p {
  color: #4f5a53;
}

:focus-visible {
  outline: 3px solid var(--sage);
  outline-offset: 2px;
  border-radius: 3px;
}

/* ---------- Utilities --------------------------------------- */
.container {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 44px);
}

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

.skip-link {
  position: absolute;
  left: 12px;
  top: -60px;
  z-index: 100;
  background: var(--sage-deep);
  color: var(--white);
  padding: 10px 18px;
  border-radius: var(--r-sm);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: top 0.18s ease;
}

.skip-link:focus {
  top: 12px;
}

.eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage-deep);
  font-weight: 700;
  margin-bottom: var(--sp-4);
}

.kicker {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage-deep);
  font-weight: 700;
  margin-bottom: var(--sp-3);
  padding-bottom: 4px;
  border-bottom: 2px solid var(--sand);
}

/* ---------- Buttons ----------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 12px 24px;
  border-radius: var(--r-pill);
  font-family: var(--font-sans);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease,
    border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.btn--primary {
  background: var(--sage);
  color: var(--white);
}

.btn--primary:hover {
  background: var(--sage-hover);
  box-shadow: var(--sh-md);
  transform: translateY(-1px);
}

.btn--secondary {
  background: transparent;
  color: var(--sage-deep);
  border-color: #ccd6cd;
}

.btn--secondary:hover {
  background: var(--panel);
  border-color: var(--sage);
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
}

.btn--ghost:hover {
  background: var(--white);
  color: var(--sage-deep);
}

/* ---------- Header / nav ------------------------------------ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 250, 246, 0.92);
  backdrop-filter: saturate(1.4) blur(8px);
  border-bottom: 1px solid var(--line);
}

.nav {
  display: flex;
  align-items: center;
  gap: var(--sp-5);
  min-height: 72px;
  padding-block: 12px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  flex-shrink: 1;
  min-width: 0;
}

.brand__mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--sage);
  color: var(--white);
  display: grid;
  place-items: center;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.brand b {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--sage-deep);
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.brand__text {
  display: block;
  min-width: 0;
}

.brand__subtitle {
  display: block;
  font-size: 0.68rem;
  color: var(--mut-strong);
  font-weight: 500;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav__menu {
  display: flex;
  align-items: center;
  gap: var(--sp-6);
  margin-left: auto;
  list-style: none;
}

.nav__link {
  color: #43504a;
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 2px;
  position: relative;
  transition: color 0.16s ease;
}

.nav__link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: var(--sage);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.nav__link:hover {
  color: var(--sage-deep);
}

.nav__link.is-current {
  color: var(--sage-deep);
}

.nav__link.is-current::after {
  transform: scaleX(1);
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: var(--sp-5);
  border-left: 1px solid var(--line);
  list-style: none;
}

.lang-switch__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding-inline: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--sage);
  text-decoration: none;
  text-transform: uppercase;
}

.lang-switch__item:hover {
  color: var(--sage-deep);
}

.lang-switch__item.is-active {
  color: var(--sage-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nav__cta {
  flex-shrink: 0;
}

.nav__menu-cta {
  display: none;
}

.nav__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-left: auto;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  color: var(--sage-deep);
  cursor: pointer;
}

.nav__toggle svg {
  width: 22px;
  height: 22px;
}

/* ---------- Hero -------------------------------------------- */
.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
  background: linear-gradient(165deg, #f2f5f1 0%, #e6efe8 100%);
  border-bottom: 1px solid var(--line);
}

.hero__body {
  padding: clamp(2.5rem, 4vw, 4.5rem) clamp(1.5rem, 4vw, 3.5rem);
  align-self: center;
  max-width: 620px;
  margin-left: auto;
  width: 100%;
}

.hero__body h1 {
  margin-bottom: var(--sp-4);
}

.hero__lede {
  font-size: clamp(1rem, 0.94rem + 0.4vw, 1.16rem);
  color: #4f5a53;
  max-width: 42ch;
  margin-bottom: var(--sp-6);
}

.hero__actions {
  display: flex;
  gap: var(--sp-3);
  flex-wrap: wrap;
  align-items: center;
}

.hero__media {
  min-height: 460px;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.lang-note {
  margin-top: var(--sp-6);
  font-size: 0.85rem;
  color: var(--mut);
}

.lang-note b {
  color: var(--sage-deep);
  font-weight: 600;
}

/* ---------- Hours strip ------------------------------------- */
#oeffnungszeiten {
  background: var(--sage-deep);
}

.hours__label {
  margin: 0;
  padding: clamp(1.5rem, 3vw, 2.1rem) 1.25rem 0;
  text-align: center;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sand);
}

.hours {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: var(--sage-deep);
  color: #eaf1ec;
  padding-top: clamp(1rem, 2vw, 1.4rem);
}

.hours__cell {
  padding: clamp(1.1rem, 2vw, 1.6rem) clamp(1.1rem, 2.2vw, 1.7rem);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.hours__cell:nth-child(6n) {
  border-right: none;
}

.hours__k {
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 8px;
  font-weight: 700;
}

.hours__v {
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
}

.hours__v small {
  display: block;
  font-weight: 400;
  opacity: 0.9;
  font-size: 0.82rem;
}

/* ---------- Generic section --------------------------------- */
.section {
  padding-block: clamp(3.5rem, 7vw, 6rem);
}

.section--panel {
  background: var(--panel);
}

.section__inner {
  max-width: 720px;
}

.section__inner--center {
  margin-inline: auto;
  text-align: center;
}

.section__lede {
  font-size: 1.05rem;
  margin-top: var(--sp-3);
}

/* ---------- Split (alternating media/text) ------------------ */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.split__body {
  max-width: 46ch;
}

.split__body h2 {
  margin-bottom: var(--sp-4);
}

.split__body p + p {
  margin-top: var(--sp-4);
}

.split__features {
  margin-top: var(--sp-5);
  color: var(--sage-deep);
  font-weight: 600;
  font-size: 0.95rem;
}

.media {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-lg);
}

.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 5 / 4;
}

.split--reverse .split__media {
  order: 2;
}

.split--reverse .split__body {
  order: 1;
  margin-left: auto;
}

/* ---------- Services ---------------------------------------- */
.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-4);
  margin-top: var(--sp-7);
}

.service-card {
  min-width: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: var(--sp-5);
  box-shadow: var(--sh-sm);
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.service-card h3,
.service-card p {
  overflow-wrap: break-word;
  hyphens: auto;
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-md);
  border-color: #d8dcd3;
}

.service-card__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--panel);
  font-size: 1.35rem;
  line-height: 1;
  margin-bottom: var(--sp-4);
}

.service-card h3 {
  margin-bottom: 6px;
}

.service-card p {
  font-size: 0.9rem;
  color: #54605a;
  line-height: 1.55;
}

.services-note {
  margin-top: var(--sp-5);
  font-size: 0.85rem;
  color: var(--mut-strong);
  font-style: italic;
}

/* ---------- Reviews ----------------------------------------- */
.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-4);
  margin-top: var(--sp-7);
}

.review-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: var(--sp-6);
  box-shadow: var(--sh-sm);
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.stars {
  color: var(--sand);
  font-size: 1.05rem;
  letter-spacing: 0.12em;
}

.review-card blockquote {
  color: #4f5a53;
  font-size: 0.98rem;
  line-height: 1.6;
}

.reviews-link {
  margin-top: var(--sp-6);
  text-align: center;
}

.reviews-link a {
  color: var(--sage-deep);
  font-weight: 600;
  font-size: 0.95rem;
}

/* ---------- Contact ----------------------------------------- */
.contact__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.contact__list {
  list-style: none;
  display: grid;
  gap: var(--sp-4);
  margin-top: var(--sp-5);
}

.contact__list li {
  display: flex;
  gap: var(--sp-3);
  align-items: baseline;
  font-size: 1.02rem;
  color: var(--ink);
}

.contact__list .contact__label {
  min-width: 92px;
  color: var(--mut-strong);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}

.contact__list a {
  color: var(--sage-deep);
  font-weight: 600;
  text-decoration: none;
}

.contact__list a:hover {
  text-decoration: underline;
}

.contact__emergency {
  margin-top: var(--sp-5);
  padding: clamp(1.1rem, 2.5vw, 1.5rem) clamp(1.25rem, 3vw, 1.75rem);
  background: #F6ECDD;
  border-left: 4px solid var(--sand);
  border-radius: var(--r-md);
  color: var(--sand-ink);
}

.contact__emergency-label {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--sand-ink);
}

.contact__emergency-text {
  margin: var(--sp-2) 0 var(--sp-3);
  font-size: 0.96rem;
  line-height: 1.5;
  color: var(--sand-ink);
}

.contact__emergency-phone {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--sand-ink);
  text-decoration: none;
}

.contact__emergency-phone:hover {
  text-decoration: underline;
}

.contact__cta {
  margin-top: var(--sp-6);
}

.contact__card {
  background: var(--sage-deep);
  color: #eaf1ec;
  border-radius: var(--r-lg);
  padding: clamp(1.75rem, 4vw, 2.5rem);
  box-shadow: var(--sh-md);
}

.contact__card h3 {
  color: var(--white);
  margin-bottom: var(--sp-2);
}

.contact__card p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.96rem;
  margin-bottom: var(--sp-5);
}

.contact__card .btn {
  width: 100%;
}

.contact__card .btn + .btn {
  margin-top: var(--sp-3);
}

/* ---------- Map --------------------------------------------- */
.map {
  display: grid;
  gap: var(--sp-4);
}

.map__static {
  border-radius: var(--r-md);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--sh-sm);
}

.map__static img {
  width: 100%;
  height: auto;
}

.map__details {
  color: var(--sage-deep);
  font-weight: 600;
  font-size: 0.95rem;
}

/* ---------- CTA band ---------------------------------------- */
.cta-band {
  background: var(--sage);
  color: var(--white);
  text-align: center;
  padding-block: clamp(3rem, 6vw, 5rem);
}

.cta-band h2 {
  color: var(--white);
  margin-bottom: var(--sp-3);
}

.cta-band p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: var(--sp-6);
  font-size: 1.05rem;
}

.cta-band .btn--ghost {
  background: var(--white);
  color: var(--sage-deep);
  border-color: var(--white);
}

.cta-band .btn--ghost:hover {
  background: var(--cream);
  color: var(--sage-deep);
}

/* ---------- Footer ------------------------------------------ */
.site-footer {
  background: var(--sage-deep);
  color: #d7e2da;
  padding-block: clamp(2.5rem, 5vw, 3.5rem);
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-5);
  align-items: center;
  justify-content: space-between;
}

.site-footer__info {
  font-size: 0.9rem;
  line-height: 1.7;
}

.site-footer__info strong {
  color: var(--white);
  font-weight: 600;
}

.site-footer__info a {
  color: #d7e2da;
  text-decoration: none;
}

.site-footer__info a:hover {
  text-decoration: underline;
}

.footer__links {
  display: flex;
  gap: var(--sp-5);
  list-style: none;
  flex-wrap: wrap;
}

.footer__links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding-block: 4px;
  color: var(--white);
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
}

.footer__links a:hover {
  text-decoration: underline;
}

.site-footer .lang-switch {
  border-left: none;
  padding-left: 0;
}

.site-footer .lang-switch__item {
  color: #b7c7bc;
}

.site-footer .lang-switch__item.is-active {
  color: var(--white);
}

.site-footer__meta {
  width: 100%;
  margin-top: var(--sp-5);
  padding-top: var(--sp-4);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.8rem;
  color: var(--footer-mut);
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-4);
  justify-content: space-between;
}

/* =============================================================
   Responsive
   ============================================================= */
@media (max-width: 1150px) {
  .nav__toggle {
    display: inline-flex;
    order: 2;
    margin-left: 0.5rem;
  }

  .nav__cta {
    order: 1;
    margin-left: auto;
  }

  .nav__menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    margin-left: 0;
    padding: var(--sp-4) clamp(20px, 5vw, 44px) var(--sp-5);
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--sh-md);
    display: none;
  }

  .nav__menu.is-open {
    display: flex;
  }

  .nav__link {
    padding: 15px 2px;
    font-size: 1.08rem;
    min-height: 50px;
  }

  .nav__link::after {
    display: none;
  }

  .lang-switch {
    margin-top: var(--sp-3);
    padding-left: 0;
    border-left: none;
    gap: 16px;
  }
}

@media (max-width: 900px) {
  .services {
    grid-template-columns: repeat(2, 1fr);
  }
  .reviews {
    grid-template-columns: 1fr;
  }
  .contact__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero__media {
    order: -1;
    min-height: 0;
    height: 340px;
  }

  .hero__body {
    max-width: none;
    margin-left: 0;
  }

  .hours {
    grid-template-columns: 1fr 1fr;
  }

  .hours__cell:nth-child(2n) {
    border-right: none;
  }

  .split {
    grid-template-columns: 1fr;
    gap: var(--sp-5);
  }

  .split__media {
    order: -1 !important;
  }

  .split__body {
    order: 0 !important;
    max-width: none;
    margin-left: 0 !important;
  }

  .services {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

@media (max-width: 480px) {
  .brand__subtitle {
    display: none;
  }

  .nav__cta {
    display: none;
  }

  .nav__toggle {
    margin-left: auto;
  }

  .nav__menu-cta {
    display: block;
    margin-top: var(--sp-4);
  }

  .nav__menu-cta .btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .hours {
    grid-template-columns: 1fr;
  }
  .hours__cell {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 400px) {
  .hero__media {
    height: 250px;
  }
}

/* ---------- Reduced motion ---------------------------------- */
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}

/* ---------- Legal pages (Impressum / Datenschutz) ------------ */
.legal {
  max-width: 760px;
  padding-block: clamp(3rem, 8vw, 6rem);
}

.legal h1 {
  margin-bottom: var(--sp-4);
}

.legal h2 {
  margin-top: var(--sp-6);
  margin-bottom: var(--sp-3);
  font-size: 1.3rem;
}

.legal p {
  margin-bottom: var(--sp-3);
  color: var(--ink);
}

.legal__note {
  color: var(--mut-strong);
  font-size: 0.95rem;
}
