/* =========================================================================
   Mykonos Café · Bar · Restaurant — Winnenden
   Design: Ägäis-Identität — tiefes Meerblau, kalkweiß, warmer Sand,
   goldener Akzent (Sonne/Olivenöl). Signatur: griechischer Mäander.
   Nur lokale Schriften, keine externen CDNs (DSGVO / Hetzner).
   ========================================================================= */

/* ----------------------------- Lokale Schriften -------------------------- */
@font-face {
  font-family: "Fraunces";
  src: url("assets/fonts/fraunces-wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("assets/fonts/fraunces-italic-wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  src: url("assets/fonts/karla-wght.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

/* ------------------------------- Tokens ---------------------------------- */
:root {
  --sea:       #0e4a5a;
  --sea-700:   #0b3d4a;
  --sea-500:   #1a7a90;
  --sea-050:   #eef4f4;
  --gold:      #e9b44c;
  --gold-600:  #cf9526;
  --olive:     #6f7f47;
  --sand:      #faf7f0;
  --surface:   #fffdf8;
  --ink:       #241f1b;
  --muted:     #6a6357;
  --line:      #e8ddc8;
  --white:     #ffffff;

  --ff-display: "Fraunces", Georgia, "Times New Roman", serif;
  --ff-body:    "Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;

  /* Fluide Typo-Skala */
  --fs-hero:  clamp(2.6rem, 7vw + 0.5rem, 5.2rem);
  --fs-h2:    clamp(1.9rem, 3.4vw + 0.6rem, 3rem);
  --fs-h3:    clamp(1.25rem, 1.4vw + 0.7rem, 1.6rem);
  --fs-lead:  clamp(1.05rem, 0.6vw + 0.95rem, 1.3rem);
  --fs-body:  1.0625rem;
  --fs-small: 0.9rem;
  --fs-eyebrow: 0.8rem;

  /* Abstände */
  --space-section: clamp(4.5rem, 9vw, 8rem);
  --container: 1200px;
  --gutter: clamp(1.15rem, 4vw, 2.5rem);

  --radius: 18px;
  --radius-lg: 26px;
  --radius-sm: 12px;
  --radius-pill: 999px;

  --shadow-sm: 0 1px 2px rgba(14, 74, 90, 0.06), 0 4px 14px rgba(14, 74, 90, 0.06);
  --shadow-md: 0 10px 30px -12px rgba(14, 74, 90, 0.22);
  --shadow-lg: 0 30px 60px -24px rgba(11, 61, 74, 0.35);

  --header-h: 72px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* -------------------------------- Reset ---------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 12px);
}
body {
  font-family: var(--ff-body);
  font-size: var(--fs-body);
  line-height: 1.65;
  color: var(--ink);
  background: var(--sand);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, picture { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: none; }
input, textarea { font: inherit; color: inherit; }
ul { list-style: none; padding: 0; }
:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ------------------------------ Typografie ------------------------------- */
h1, h2, h3, h4 { font-family: var(--ff-display); font-weight: 600; line-height: 1.08; letter-spacing: -0.01em; }
h1 { font-size: var(--fs-hero); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); line-height: 1.2; }
p { max-width: 68ch; }

.eyebrow {
  font-family: var(--ff-body);
  font-size: var(--fs-eyebrow);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sea-500);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 8px;
  /* Mäander-Signatur als Mini-Motiv */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='8' viewBox='0 0 26 8'%3E%3Cpath d='M1 7V3h3v2h2V1h4v4h-2v2h6V3h3v2h2V1h4v6' fill='none' stroke='%23cf9526' stroke-width='1.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

/* ------------------------------- Layout ---------------------------------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--space-section); position: relative; }
.section--tint { background: var(--surface); }
.section--sea { background: var(--sea); color: #eaf3f2; }
.section__head { max-width: 62ch; margin-bottom: clamp(2rem, 4vw, 3.2rem); }
.section__head p { color: var(--muted); font-size: var(--fs-lead); margin-top: 0.9rem; }
.section--sea .section__head p { color: #b9d3d3; }
.section--sea .eyebrow { color: var(--gold); }
.section--sea .eyebrow::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='8' viewBox='0 0 26 8'%3E%3Cpath d='M1 7V3h3v2h2V1h4v4h-2v2h6V3h3v2h2V1h4v6' fill='none' stroke='%23e9b44c' stroke-width='1.4'/%3E%3C/svg%3E");
}
.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;
}
.text-center { text-align: center; }
.text-center .eyebrow { justify-content: center; }
.text-center .section__head { margin-inline: auto; }
.text-center p { margin-inline: auto; }

/* -------------------------------- Buttons -------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.8rem 1.5rem;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.01em;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background-color 0.25s var(--ease), color 0.25s var(--ease);
  will-change: transform;
  text-align: center;
}
.btn svg { width: 20px; height: 20px; }
.btn--primary { background: var(--gold); color: #3a2a06; box-shadow: 0 10px 22px -10px rgba(207, 149, 38, 0.8); }
.btn--primary:hover { background: var(--gold-600); transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(207, 149, 38, 0.9); }
.btn--sea { background: var(--sea); color: #fff; }
.btn--sea:hover { background: var(--sea-700); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--ghost { background: transparent; color: var(--sea); box-shadow: inset 0 0 0 1.5px var(--sea); }
.btn--ghost:hover { background: var(--sea); color: #fff; transform: translateY(-2px); }
.btn--light { background: rgba(255,255,255,0.14); color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,0.5); backdrop-filter: blur(4px); }
.btn--light:hover { background: #fff; color: var(--sea); transform: translateY(-2px); }
.btn--block { width: 100%; }

/* -------------------------------- Header --------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 247, 240, 0.82);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease), background-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: var(--shadow-sm); }
.header-inner {
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand { display: inline-flex; align-items: center; gap: 0.65rem; }
.brand__mark { width: 38px; height: 38px; border-radius: 10px; box-shadow: var(--shadow-sm); }
.brand__name { font-family: var(--ff-display); font-weight: 600; font-size: 1.28rem; line-height: 1; letter-spacing: 0.02em; color: var(--sea); }
.brand__sub { display: block; font-family: var(--ff-body); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.34em; text-transform: uppercase; color: var(--gold-600); margin-top: 3px; }

.nav { display: flex; align-items: center; gap: 0.4rem; }
.nav__list { display: none; }
.nav__link {
  padding: 0.5rem 0.85rem;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--ink);
  transition: color 0.2s var(--ease), background-color 0.2s var(--ease);
}
.nav__link:hover { color: var(--sea); background: var(--sea-050); }
.header-cta { display: none; }

.burger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 48px; height: 48px;
  border-radius: 12px;
  align-items: center;
}
.burger span {
  display: block; width: 24px; height: 2.5px; border-radius: 2px;
  background: var(--sea);
  transition: transform 0.3s var(--ease), opacity 0.2s var(--ease);
}
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* Mobile Drawer */
.mobile-nav {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(86vw, 360px);
  background: var(--surface);
  z-index: 200;
  padding: calc(var(--header-h) + 1.5rem) var(--gutter) 2rem;
  transform: translateX(100%);
  transition: transform 0.4s var(--ease);
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  overflow-y: auto;
}
.mobile-nav.is-open { transform: translateX(0); }
.mobile-nav__link {
  padding: 0.95rem 0.4rem;
  font-family: var(--ff-display);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--sea);
  border-bottom: 1px solid var(--line);
}
.mobile-nav__link:hover { color: var(--gold-600); }
.mobile-nav .btn { margin-top: 1.4rem; }
.mobile-nav__meta { margin-top: auto; padding-top: 1.5rem; color: var(--muted); font-size: var(--fs-small); }
.mobile-nav__meta a { color: var(--sea); font-weight: 700; }
.backdrop {
  position: fixed; inset: 0; z-index: 150;
  background: rgba(11, 61, 74, 0.5);
  opacity: 0; visibility: hidden;
  transition: opacity 0.35s var(--ease), visibility 0.35s var(--ease);
}
.backdrop.is-open { opacity: 1; visibility: visible; }
body.no-scroll { overflow: hidden; }

/* -------------------------------- Hero ----------------------------------- */
.hero { position: relative; overflow: hidden; background: var(--sea); }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11,61,74,0.55) 0%, rgba(11,61,74,0.35) 40%, rgba(11,61,74,0.82) 100%);
}
.hero__inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(6rem, 16vh, 10rem) clamp(3rem, 8vh, 5rem);
  max-width: 46rem;
}
.hero .eyebrow { color: var(--gold); }
.hero .eyebrow::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='8' viewBox='0 0 26 8'%3E%3Cpath d='M1 7V3h3v2h2V1h4v4h-2v2h6V3h3v2h2V1h4v6' fill='none' stroke='%23e9b44c' stroke-width='1.4'/%3E%3C/svg%3E");
}
.hero h1 { color: #fff; margin-top: 1rem; text-shadow: 0 2px 30px rgba(0,0,0,0.25); }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero__lead { color: #eaf3f2; font-size: var(--fs-lead); margin-top: 1.3rem; max-width: 40ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }
.hero__facts {
  display: flex; flex-wrap: wrap; gap: 1.5rem 2.4rem;
  margin-top: 2.6rem; padding-top: 1.6rem;
  border-top: 1px solid rgba(255,255,255,0.2);
}
.hero__fact { color: #eaf3f2; }
.hero__fact strong { display: block; font-family: var(--ff-display); font-size: 1.3rem; color: #fff; }
.hero__fact span { font-size: var(--fs-small); color: #b9d3d3; }

/* --------------------------- Vertrauens-Leiste --------------------------- */
.trust {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}
.trust__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  padding-block: 2.2rem;
}
.trust__item { display: flex; gap: 0.85rem; align-items: flex-start; }
.trust__item .ic {
  flex: 0 0 auto; width: 44px; height: 44px; border-radius: 12px;
  display: grid; place-items: center; background: var(--sea-050); color: var(--sea);
}
.trust__item .ic svg { width: 24px; height: 24px; }
.trust__item h3 { font-family: var(--ff-body); font-size: 1.02rem; font-weight: 700; }
.trust__item p { font-size: var(--fs-small); color: var(--muted); margin-top: 2px; }

/* -------------------------------- Karten --------------------------------- */
.cards { display: grid; grid-template-columns: 1fr; gap: 1.3rem; }
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2.2rem);
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
  height: 100%;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: #dcc9a3; }
.card__badge {
  width: 54px; height: 54px; border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(140deg, var(--sea-500), var(--sea));
  color: var(--gold); margin-bottom: 1.1rem;
}
.card__badge svg { width: 28px; height: 28px; }
.card h3 { margin-bottom: 0.5rem; }
.card p { color: var(--muted); font-size: 1rem; }
.card__list { margin-top: 1rem; display: grid; gap: 0.5rem; }
.card__list li { display: flex; gap: 0.55rem; align-items: baseline; font-size: 0.98rem; }
.card__list li::before { content: ""; flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); transform: translateY(-2px); }

/* --------------------------------- About --------------------------------- */
.about { display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.about__media { position: relative; }
.about__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width: 100%; }
.about__media::before {
  content: ""; position: absolute; inset: auto -14px -14px auto;
  width: 62%; height: 62%; border: 2px solid var(--gold);
  border-radius: var(--radius-lg); z-index: -1;
}
.about__body p { color: var(--muted); margin-top: 1rem; }
.about__body p.lead { color: var(--ink); font-size: var(--fs-lead); }
.stat-row { display: flex; flex-wrap: wrap; gap: 1.6rem 2.4rem; margin-top: 1.8rem; }
.stat strong { display: block; font-family: var(--ff-display); font-size: 2rem; color: var(--sea); line-height: 1; }
.stat span { font-size: var(--fs-small); color: var(--muted); }

/* ------------------------------- Vorteile -------------------------------- */
.features { display: grid; grid-template-columns: 1fr; gap: 1.1rem; }
.feature {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1.3rem; border-radius: var(--radius);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
}
.feature .ic { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: rgba(233,180,76,0.16); color: var(--gold); }
.feature .ic svg { width: 24px; height: 24px; }
.feature h3 { font-family: var(--ff-body); font-size: 1.05rem; font-weight: 700; color: #fff; }
.feature p { font-size: var(--fs-small); color: #b9d3d3; margin-top: 3px; }

/* -------------------------------- Speisen -------------------------------- */
.menu-note {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: var(--fs-small); color: var(--muted);
  background: var(--sea-050); border-radius: var(--radius-pill);
  padding: 0.4rem 0.9rem; margin-top: 1rem;
}
.menu-note svg { width: 16px; height: 16px; color: var(--sea-500); }
.accordion { margin-top: 1.5rem; display: grid; gap: 0.9rem; }
.acc {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
}
.acc.is-open { box-shadow: var(--shadow-sm); border-color: #dcc9a3; }
.acc__trigger {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.15rem 1.3rem;
  text-align: left;
  min-height: 56px;
}
.acc__trigger h3 { font-family: var(--ff-display); font-size: 1.25rem; }
.acc__trigger .sub { display: block; font-family: var(--ff-body); font-size: var(--fs-small); font-weight: 500; color: var(--muted); margin-top: 2px; }
.acc__icon { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--sea-050); color: var(--sea); transition: transform 0.35s var(--ease), background-color 0.3s var(--ease); }
.acc__icon svg { width: 18px; height: 18px; }
.acc.is-open .acc__icon { transform: rotate(45deg); background: var(--gold); color: #3a2a06; }
.acc__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.4s var(--ease); }
.acc.is-open .acc__panel { grid-template-rows: 1fr; }
.acc__inner { overflow: hidden; }
.acc__body { padding: 0 1.3rem 1.4rem; }
.dish { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: 0.7rem 0; border-top: 1px dashed var(--line); }
.dish:first-child { border-top: none; }
.dish__name { font-weight: 700; }
.dish__desc { display: block; font-weight: 400; font-size: var(--fs-small); color: var(--muted); }
.dish__price { flex: 0 0 auto; font-family: var(--ff-display); color: var(--sea); font-variant-numeric: tabular-nums; }

/* ------------------------------ Bewertungen ------------------------------ */
.reviews { display: grid; grid-template-columns: 1fr; gap: 1.2rem; }
.review {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 1.6rem 1.5rem;
  box-shadow: var(--shadow-sm);
}
.review__stars { display: flex; gap: 3px; color: var(--gold); margin-bottom: 0.8rem; }
.review__stars svg { width: 18px; height: 18px; }
.review p { font-family: var(--ff-display); font-style: italic; font-size: 1.12rem; line-height: 1.5; color: var(--ink); }
.review__author { margin-top: 1rem; font-weight: 700; font-size: 0.96rem; }
.review__author span { display: block; font-weight: 500; color: var(--muted); font-size: var(--fs-small); }

/* ------------------------------- Galerie --------------------------------- */
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.8rem; }
.gallery a { border-radius: var(--radius); overflow: hidden; position: relative; box-shadow: var(--shadow-sm); }
.gallery img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 5 / 4; transition: transform 0.5s var(--ease); }
.gallery a:hover img { transform: scale(1.05); }
.gallery a:nth-child(1) { grid-column: span 2; }
.gallery img.wide { aspect-ratio: 16 / 9; }

/* ------------------------------- Standort -------------------------------- */
.location { display: grid; gap: clamp(1.5rem, 4vw, 2.5rem); align-items: stretch; }
.location__map { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); min-height: 260px; }
.location__map img { width: 100%; height: 100%; object-fit: cover; }
.location__pin {
  position: absolute; left: 1rem; bottom: 1rem;
  background: rgba(255,255,255,0.94); backdrop-filter: blur(4px);
  border-radius: var(--radius); padding: 0.7rem 1rem; box-shadow: var(--shadow-sm);
  font-size: var(--fs-small); max-width: 80%;
}
.location__pin strong { color: var(--sea); }
.location__card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: clamp(1.5rem, 3vw, 2.2rem);
  box-shadow: var(--shadow-sm);
}
.info-row { display: flex; gap: 0.9rem; padding: 0.85rem 0; border-top: 1px solid var(--line); }
.info-row:first-of-type { border-top: none; }
.info-row .ic { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: var(--sea-050); color: var(--sea); }
.info-row .ic svg { width: 21px; height: 21px; }
.info-row h3 { font-family: var(--ff-body); font-size: 0.98rem; font-weight: 700; }
.info-row p, .info-row a { color: var(--muted); font-size: 0.98rem; }
.info-row a:hover { color: var(--sea); }
.hours { margin-top: 0.2rem; width: 100%; }
.hours div { display: flex; justify-content: space-between; font-size: 0.96rem; padding: 2px 0; color: var(--muted); }
.hours div span:last-child { font-variant-numeric: tabular-nums; }
.tag-ph { color: var(--gold-600); font-weight: 700; font-size: 0.82rem; }

/* -------------------------------- Kontakt -------------------------------- */
.contact { display: grid; gap: clamp(1.8rem, 4vw, 3rem); }
.form { display: grid; gap: 1.1rem; }
.field { display: grid; gap: 0.4rem; }
.field label { font-weight: 700; font-size: 0.92rem; }
.field label .req { color: var(--gold-600); }
.field input, .field textarea {
  width: 100%;
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
  min-height: 48px;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--sea-500); box-shadow: 0 0 0 3px rgba(26,122,144,0.15); }
.field--error input, .field--error textarea { border-color: #c0392b; }
.field__err { color: #c0392b; font-size: var(--fs-small); font-weight: 600; display: none; }
.field--error .field__err { display: block; }
.grid-2 { display: grid; gap: 1.1rem; }

.consent {
  display: flex; gap: 0.75rem; align-items: flex-start;
  background: var(--sea-050); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 0.9rem 1rem;
}
.consent input {
  flex: 0 0 auto; width: 24px; height: 24px; margin-top: 2px;
  accent-color: var(--sea); cursor: pointer;
}
.consent label { font-size: 0.92rem; color: var(--muted); line-height: 1.5; }
.consent a { color: var(--sea); font-weight: 700; text-decoration: underline; }
.consent.field--error { border-color: #c0392b; background: #fdece9; }

.form__status {
  display: none;
  padding: 0.9rem 1.1rem; border-radius: var(--radius-sm);
  font-weight: 600; font-size: 0.96rem;
  align-items: center; gap: 0.6rem;
}
.form__status.is-visible { display: flex; }
.form__status.ok { background: #e7f4ec; color: #1c6b3f; }
.form__status svg { width: 20px; height: 20px; flex: 0 0 auto; }

.contact__aside { align-self: start; }
.contact__aside .location__card { height: 100%; }

/* -------------------------------- Footer --------------------------------- */
.site-footer { background: var(--sea-700); color: #cfe0e0; }
.footer-top { display: grid; grid-template-columns: 1fr; gap: 2.2rem; padding-block: clamp(3rem, 6vw, 4.5rem); }
.footer-brand .brand__name { color: #fff; }
.footer-brand .brand__sub { color: var(--gold); }
.footer-brand p { color: #9dbdbd; font-size: var(--fs-small); margin-top: 1rem; max-width: 34ch; }
.footer-col h4 { font-family: var(--ff-body); font-size: 0.82rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.footer-col li { margin-bottom: 0.6rem; }
.footer-col a, .footer-col p { color: #b7d0d0; font-size: 0.96rem; }
.footer-col a:hover { color: #fff; }
.social { display: flex; gap: 0.6rem; margin-top: 0.4rem; }
.social a {
  width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center;
  background: rgba(255,255,255,0.08); color: #cfe0e0;
  transition: background-color 0.25s var(--ease), color 0.25s var(--ease), transform 0.25s var(--ease);
}
.social a:hover { background: var(--gold); color: #3a2a06; transform: translateY(-2px); }
.social svg { width: 20px; height: 20px; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.14);
  padding-block: 1.4rem;
  display: flex; flex-direction: column; align-items: center; gap: 0.7rem;
  text-align: center;
}
.footer-bottom__legal { color: #9dbdbd; font-size: var(--fs-small); }
.footer-bottom__legal a { color: #cfe0e0; }
.footer-bottom__legal a:hover { color: #fff; }
.powered { font-size: var(--fs-small); color: #9dbdbd; display: inline-flex; align-items: center; gap: 0.35rem; }
.powered a { color: #22b8e0; font-weight: 700; }
.powered a:hover { text-decoration: underline; }

/* ------------------------- Reveal-Animationen ---------------------------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 0.08s; }
.reveal[data-delay="2"] { transition-delay: 0.16s; }
.reveal[data-delay="3"] { transition-delay: 0.24s; }

/* -------------------------------- Divider -------------------------------- */
.meander {
  height: 14px; width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='14' viewBox='0 0 48 14'%3E%3Cpath d='M0 12V5h5v4h4V1h8v8H13v3h13V5h5v4h4V1h8v11' fill='none' stroke='%23e9b44c' stroke-width='1.6' opacity='0.55'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center;
  opacity: 0.9;
}

/* ============================ Breakpoints ================================= */
@media (min-width: 560px) {
  .trust__grid { grid-template-columns: 1fr 1fr; }
  .grid-2 { grid-template-columns: 1fr 1fr; }
  .reviews { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 860px) {
  .nav__list { display: flex; align-items: center; gap: 0.15rem; }
  .header-cta { display: inline-flex; }
  .burger { display: none; }
  .mobile-nav, .backdrop { display: none; }
  .cards { grid-template-columns: repeat(3, 1fr); }
  .features { grid-template-columns: 1fr 1fr; }
  .trust__grid { grid-template-columns: repeat(4, 1fr); }
  .about { grid-template-columns: 1fr 1fr; }
  .about--reverse .about__media { order: 2; }
  .location { grid-template-columns: 1.1fr 0.9fr; }
  .contact { grid-template-columns: 1.15fr 0.85fr; align-items: start; }
  .reviews { grid-template-columns: repeat(3, 1fr); }
  .gallery { grid-template-columns: repeat(4, 1fr); }
  .gallery a:nth-child(1) { grid-column: span 2; grid-row: span 2; }
  .footer-top { grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2.5rem; }
  .footer-bottom { flex-direction: row; justify-content: space-between; text-align: left; }
}

@media (min-width: 1100px) {
  .hero__inner { max-width: 50rem; }
}

/* ------------------------- Reduced Motion -------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
  .gallery a:hover img, .card:hover, .btn:hover { transform: none; }
}
