/* ==========================================================
   NAUTILUS Fischrestaurant – Naschmarkt Wien
   Eura Media Werbeagentur · 2026
   ========================================================== */

:root {
  --ink: #07130e;          /* tiefes Flaschengrün, fast schwarz */
  --deep: #07130e;         /* Sektionen: gleiches Dunkelgrün, keine helleren Flächen */
  --deep-2: #07130e;
  --sand: #c8a55e;         /* Gold/Sand-Akzent */
  --sand-soft: #d9bc7f;
  --foam: #e9e4d8;         /* Creme/Schaum – Fließtext */
  --foam-dim: #b9b3a5;
  --seagreen: #2e6e5e;     /* Nautilus-Grün, dezent */
  --line: rgba(200,165,94,.35);
  --font-display: "Playfair Display", serif;
  --font-serif: "Playfair Display", serif;
  --font-body: "Lato", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { overflow-x: clip; }
body {
  background: var(--ink);
  color: var(--foam);
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 500; letter-spacing: .03em; color: var(--foam); line-height: 1.2; }
h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); line-height: 1.1; }
h2 { font-size: clamp(1.9rem, 3.5vw, 3rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); }

.accent { color: var(--sand); }

/* ---------- Preloader ---------- */
.preloader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--ink);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1.4rem;
  transition: opacity .7s ease, visibility .7s;
}
.preloader.done { opacity: 0; visibility: hidden; }
.preloader h1 { font-size: clamp(1.6rem, 4vw, 2.6rem); color: var(--sand); }
.preloader img { height: 88px; width: auto; }
.load-bar { width: min(260px, 60vw); height: 1px; background: rgba(233,228,216,.15); overflow: hidden; }
.load-bar span { display: block; height: 100%; width: 100%; background: var(--sand); transform: translateX(-100%); animation: load 1.4s ease forwards; }
@keyframes load { to { transform: translateX(0); } }

/* ---------- Topbar ---------- */
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 2rem;
  transition: background .4s ease, padding .4s ease, box-shadow .4s;
}
.topbar.scrolled {
  background: rgba(7,19,14,.92);
  backdrop-filter: blur(8px);
  padding: .6rem 2rem;
  box-shadow: 0 2px 24px rgba(0,0,0,.45);
}
.topbar .left { display: flex; align-items: center; gap: 1.4rem; }
.logo-link img { height: 52px; width: auto; transition: height .4s ease; }
.topbar.scrolled .logo-link img { height: 40px; }
.topbar .top-nav { display: flex; gap: 1.9rem; }
.topbar .top-nav a {
  font-family: var(--font-display);
  font-size: 1.02rem; letter-spacing: .14em;
  color: var(--foam); opacity: .72;
  transition: opacity .3s, color .3s;
}
.topbar .top-nav a:hover { opacity: 1; }
.topbar .top-nav a.current { opacity: 1; color: var(--sand); }
.topbar .lang { display: flex; gap: .8rem; font-size: .85rem; letter-spacing: .18em; }
.topbar .lang a { opacity: .55; }
.topbar .lang a.active { opacity: 1; font-weight: 500; color: var(--sand); }
.topbar .actions { display: flex; align-items: center; gap: 1.2rem; }
.topbar .social { display: flex; gap: .9rem; }
.topbar .social a { opacity: .75; transition: opacity .3s; }
.topbar .social a:hover { opacity: 1; }
.topbar .social svg { width: 20px; height: 20px; fill: var(--foam); }

.btn {
  display: inline-block;
  font-family: var(--font-body); font-size: .82rem; font-weight: 400;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--foam);
  border: 1px solid var(--line);
  padding: .75rem 1.9rem;
  background: transparent;
  cursor: pointer;
  transition: background .35s, color .35s, border-color .35s;
}
.btn:hover { background: var(--sand); border-color: var(--sand); color: var(--ink); }
.btn.solid { background: var(--sand); border-color: var(--sand); color: var(--ink); }
.btn.solid:hover { background: var(--sand-soft); }

/* ---------- Fixes Seitenmenü (Desktop) ---------- */
.side-nav {
  position: fixed; left: 2.2rem; top: 50%; transform: translateY(-50%);
  z-index: 800;
  display: flex; align-items: stretch; gap: 1.1rem;
}
.side-nav .ruler {
  width: 10px;
  background-image: repeating-linear-gradient(to bottom, var(--sand) 0 1px, transparent 1px 12px);
  background-size: 10px 12px;
  background-repeat: repeat-y;
  opacity: .6;
}
.side-nav ul { list-style: none; display: flex; flex-direction: column; gap: 1.05rem; }
.side-nav a {
  font-family: var(--font-display);
  font-size: 1.15rem; letter-spacing: .14em;
  color: var(--foam); opacity: .7;
  transition: opacity .3s, color .3s, letter-spacing .3s;
}
.side-nav a:hover { opacity: 1; letter-spacing: .2em; }
.side-nav a.current { opacity: 1; color: var(--sand); }
.side-nav .reserve-link a { color: var(--sand); opacity: .9; }

/* ---------- Hamburger (Mobil) ---------- */
.burger {
  display: none;
  width: 30px; height: 22px; position: relative; z-index: 950;
  background: none; border: none; cursor: pointer;
}
.burger span {
  position: absolute; left: 0; width: 100%; height: 1.5px;
  background: var(--foam); transition: transform .35s, opacity .35s, top .35s;
}
.burger span:nth-child(1) { top: 0; }
.burger span:nth-child(2) { top: 10px; }
.burger span:nth-child(3) { top: 20px; }
.burger.open span:nth-child(1) { top: 10px; transform: rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { top: 10px; transform: rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 940;
  background: linear-gradient(160deg, var(--ink) 0%, var(--deep-2) 100%);
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  gap: .6rem;
  opacity: 0; visibility: hidden; transition: opacity .45s ease, visibility .45s;
}
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu a.item {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 6vw, 2.4rem);
  letter-spacing: .1em; color: var(--foam);
  padding: .25rem 0;
}
.mobile-menu a.item.reserve { color: var(--sand); margin-top: 1.4rem; }
.mobile-menu .menu-logo { height: 76px; width: auto; margin-bottom: 1.6rem; }
.mobile-menu .menu-lang { display: flex; gap: 1.8rem; margin-top: 1.6rem; font-size: .95rem; letter-spacing: .24em; }
.mobile-menu .menu-lang a { opacity: .6; }
.mobile-menu .menu-lang a.active { opacity: 1; color: var(--sand); }
.mobile-menu .social { display: flex; gap: 2rem; margin-top: 2.6rem; }
.mobile-menu .social svg { width: 26px; height: 26px; fill: var(--foam); }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 30% 110%, rgba(46,110,94,.35), transparent 55%),
    radial-gradient(ellipse at 80% -10%, rgba(200,165,94,.14), transparent 50%),
    linear-gradient(175deg, #0a2118 0%, var(--ink) 70%);
}
.hero video {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  opacity: .55;
}
.hero .veil { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(7,19,14,.35), rgba(7,19,14,.75)); }
.hero .center { position: relative; z-index: 2; text-align: center; padding: 0 1.5rem; }
.hero .center img.logo { width: min(210px, 52vw); margin: 0 auto 1.8rem; filter: drop-shadow(0 4px 30px rgba(0,0,0,.55)); }
.hero .wordmark { font-family: var(--font-display); font-size: clamp(3rem, 9vw, 6.5rem); letter-spacing: .28em; text-indent: .28em; color: var(--foam); }
.hero .tagline { font-size: clamp(.85rem, 2vw, 1.05rem); letter-spacing: .45em; text-transform: uppercase; color: var(--sand); margin-top: .8rem; }
.hero .scroll-cue {
  position: absolute; bottom: 2.4rem; left: 50%; transform: translateX(-50%);
  z-index: 2; width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  animation: bob 2.4s ease-in-out infinite;
}
.hero .scroll-cue svg { width: 16px; height: 16px; fill: var(--sand); }
@keyframes bob { 0%,100% { transform: translate(-50%,0);} 50% { transform: translate(-50%,10px);} }

/* ---------- Sektionen ---------- */
section.block { position: relative; padding: clamp(2.2rem, 4.5vw, 3.8rem) 0; }
section.block.tint { background: var(--deep); }
section.block.tint2 { background: var(--deep-2); }

.wrap { width: min(1120px, 88vw); margin: 0 auto; }
.wrap.narrow { width: min(820px, 88vw); }

.kicker {
  display: inline-block;
  font-size: .78rem; letter-spacing: .38em; text-transform: uppercase;
  color: var(--sand); margin-bottom: 1.1rem;
}
.lead { font-size: 1.06rem; color: var(--foam-dim); max-width: 58ch; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.split .text h2 { margin-bottom: 1.2rem; }
.split .text p + p { margin-top: 1rem; }
.split .text > .btn { margin-top: 2rem; }

/* Echte Fotos */
.photo {
  width: 100%; aspect-ratio: 1/1; object-fit: cover;
  border: 1px solid rgba(233,228,216,.08);
}

/* Bildplatzhalter bis Fotos geliefert sind */
.ph {
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse at 70% 20%, rgba(200,165,94,.16), transparent 55%),
    linear-gradient(150deg, #143526 0%, #0b2018 100%);
  border: 1px solid rgba(233,228,216,.08);
  aspect-ratio: 4/5;
  display: flex; align-items: flex-end;
}
.ph.wide { aspect-ratio: 16/10; }
.ph.square { aspect-ratio: 1/1; }
.ph .label {
  font-size: .72rem; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(233,228,216,.4); padding: 1rem 1.2rem;
}
.ph::before {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 8a42 42 0 1 0 42 42c0-14-8-22-20-22-10 0-16 7-16 15 0 7 5 12 11 12 5 0 8-3 8-7' fill='none' stroke='rgba(200,165,94,0.18)' stroke-width='1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 42%;
}

/* (Galerie-Strip ersetzt durch Collage-Raster .gal-grid, siehe unten) */

/* Karten / Speisekarten-Teaser */
.dish-list { list-style: none; margin-top: 1.6rem; }
.dish-list li {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  padding: .85rem 0; border-bottom: 1px solid rgba(233,228,216,.1);
}
.dish-list .name { font-family: var(--font-serif); font-size: 1.25rem; letter-spacing: .03em; }
.dish-list .desc { display: block; font-family: var(--font-body); font-size: .82rem; color: var(--foam-dim); letter-spacing: .04em; }
.dish-list .price { font-family: var(--font-serif); font-size: 1.15rem; color: var(--sand); white-space: nowrap; }

/* Presse */
.press-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2.6rem; }
.press-card {
  border: 1px solid rgba(233,228,216,.1);
  padding: 2rem 1.7rem;
  background: rgba(255,255,255,.02);
  transition: border-color .35s, transform .35s;
}
.press-card:hover { border-color: var(--line); transform: translateY(-4px); }
.press-grid.stats { grid-template-columns: repeat(4, 1fr); margin-top: 0; }
.press-card .score { font-family: var(--font-display); font-size: 2.6rem; color: var(--sand); line-height: 1; }
.press-card .src { font-size: .78rem; letter-spacing: .28em; text-transform: uppercase; color: var(--foam-dim); margin-top: .6rem; }
.press-card p { font-size: .92rem; color: var(--foam-dim); margin-top: .9rem; }

/* Öffnungszeiten / Kontakt */
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); }
.hours dt { font-family: var(--font-serif); font-size: 1.2rem; color: var(--sand); margin-top: 1.1rem; }
.hours dd { color: var(--foam-dim); }
.map-embed { border: 1px solid rgba(233,228,216,.12); filter: grayscale(.6) contrast(1.05) brightness(.9); }
.map-embed iframe { display: block; width: 100%; height: 340px; border: 0; }

/* Formular */
.res-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; margin-top: 2.2rem; }
.res-form .full { grid-column: 1 / -1; }
.res-form label { display: block; font-size: .74rem; letter-spacing: .22em; text-transform: uppercase; color: var(--foam-dim); margin-bottom: .45rem; }
.res-form input, .res-form select, .res-form textarea {
  width: 100%;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(233,228,216,.14);
  color: var(--foam);
  font-family: var(--font-body); font-size: 1rem; font-weight: 300;
  padding: .8rem 1rem;
  transition: border-color .3s;
}
.res-form input:focus, .res-form select:focus, .res-form textarea:focus { outline: none; border-color: var(--sand); }
.res-form textarea { min-height: 110px; resize: vertical; }
.res-form .btn { justify-self: start; }
.form-note { font-size: .8rem; color: var(--foam-dim); margin-top: 1rem; }
.hp-field { position: absolute; left: -9999px; opacity: 0; }

/* ---------- Footer ---------- */
footer {
  background: #050f0a;
  padding: 3.5rem 0 2.5rem;
  border-top: 1px solid rgba(233,228,216,.08);
}
footer .cols { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem; align-items: flex-start; }
footer .brand { font-family: var(--font-display); font-size: 1.5rem; letter-spacing: .2em; }
footer .brand small { display: block; font-family: var(--font-body); font-size: .72rem; letter-spacing: .3em; color: var(--sand); margin-top: .3rem; }
footer .f-logo { height: 100px; width: auto; opacity: .92; }
footer nav { display: flex; flex-direction: column; gap: .45rem; font-size: .9rem; color: var(--foam-dim); }
footer nav a:hover { color: var(--sand); }
footer .legal { width: 100%; margin-top: 2.5rem; padding-top: 1.4rem; border-top: 1px solid rgba(233,228,216,.06); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; font-size: .8rem; color: var(--foam-dim); }
footer .legal a { color: var(--sand); }

/* ---------- Rechtstexte ---------- */
.legal-text h3 { color: var(--sand); margin: 2.2rem 0 .7rem; font-size: 1.25rem; }
.legal-text p { color: var(--foam-dim); font-size: .98rem; margin-bottom: .6rem; }
.legal-text a { color: var(--sand); }

/* ---------- Cookie-Consent ---------- */
.cc-banner {
  position: fixed; z-index: 9900;
  left: 50%; bottom: 1.6rem; transform: translate(-50%, 30px);
  width: min(560px, calc(100vw - 2rem));
  opacity: 0; transition: opacity .45s ease, transform .45s ease;
}
.cc-banner.show { opacity: 1; transform: translate(-50%, 0); }
.cc-card {
  background: var(--ink);
  border: 1px solid var(--line);
  box-shadow: 0 24px 80px rgba(0,0,0,.6);
  padding: 2rem 2.2rem;
  text-align: center;
}
.cc-card .cc-spiral { width: 40px; height: 40px; margin: 0 auto .8rem; display: block; }
.cc-card h3 { font-family: var(--font-serif); font-size: 1.35rem; margin-bottom: .6rem; }
.cc-card p { color: var(--foam-dim); font-size: .9rem; line-height: 1.65; }
.cc-card p a { color: var(--sand); }
.cc-actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; align-items: center; margin-top: 1.4rem; }
.cc-link {
  background: none; border: none; cursor: pointer;
  color: var(--foam-dim); font-family: var(--font-body); font-size: .8rem;
  letter-spacing: .18em; text-transform: uppercase; text-decoration: underline;
  text-underline-offset: 4px;
}
.cc-link:hover { color: var(--sand); }

.cc-overlay {
  position: fixed; inset: 0; z-index: 9950;
  background: rgba(4,10,7,.8); backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center; padding: 1rem;
  opacity: 0; transition: opacity .4s ease;
}
.cc-overlay.show { opacity: 1; }
.cc-modal {
  background: var(--ink); border: 1px solid var(--line);
  box-shadow: 0 24px 80px rgba(0,0,0,.6);
  width: min(520px, 100%); max-height: 86vh; overflow-y: auto;
  padding: 2.2rem 2.4rem;
}
.cc-modal h3 { font-family: var(--font-serif); font-size: 1.4rem; margin-bottom: 1.2rem; text-align: center; }
.cc-row {
  display: flex; justify-content: space-between; align-items: center; gap: 1.2rem;
  padding: 1rem 0; border-bottom: 1px solid rgba(233,228,216,.08);
}
.cc-row strong { font-family: var(--font-serif); font-weight: 500; font-size: 1.05rem; }
.cc-row p { color: var(--foam-dim); font-size: .82rem; line-height: 1.55; margin-top: .2rem; }
.cc-foot { text-align: center; margin-top: 1.2rem; font-size: .82rem; }
.cc-foot a { color: var(--foam-dim); text-decoration: underline; text-underline-offset: 4px; }
.cc-foot a:hover { color: var(--sand); }

/* Gold-Schalter */
.cc-switch { position: relative; flex-shrink: 0; width: 46px; height: 24px; }
.cc-switch input { opacity: 0; width: 0; height: 0; }
.cc-switch span {
  position: absolute; inset: 0; cursor: pointer; border-radius: 24px;
  background: rgba(233,228,216,.15); transition: background .3s;
}
.cc-switch span::before {
  content: ""; position: absolute; width: 18px; height: 18px; border-radius: 50%;
  left: 3px; top: 3px; background: var(--foam); transition: transform .3s, background .3s;
}
.cc-switch input:checked + span { background: var(--sand); }
.cc-switch input:checked + span::before { transform: translateX(22px); background: var(--ink); }
.cc-switch.locked span { cursor: default; opacity: .55; }

/* Karten-Platzhalter bis Einwilligung */
.map-consent {
  min-height: 380px; height: 500px;
  display: flex; align-items: center; justify-content: center;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(200,165,94,.08), transparent 60%),
    var(--deep);
  border-top: 1px solid rgba(233,228,216,.07);
  border-bottom: 1px solid rgba(233,228,216,.07);
}
.map-consent .mc-inner { text-align: center; max-width: 420px; padding: 2rem; }
.map-consent svg { width: 34px; height: 34px; stroke: var(--sand); fill: none; stroke-width: 1.4; margin: 0 auto 1rem; display: block; }
.map-consent p { color: var(--foam-dim); font-size: .9rem; margin-bottom: 1.4rem; }
@media (max-width: 767px) { .map-consent { height: 380px; } }

/* ---------- Kontakt-Seite ---------- */
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.c-card {
  border: 1px solid rgba(233,228,216,.1);
  background: rgba(255,255,255,.02);
  padding: 2.4rem 1.8rem;
  text-align: center;
  transition: border-color .35s, transform .35s;
}
.c-card:hover { border-color: var(--line); transform: translateY(-4px); }
.c-card svg { width: 30px; height: 30px; stroke: var(--sand); fill: none; stroke-width: 1.4; margin: 0 auto 1.1rem; display: block; }
.c-card h3 { font-family: var(--font-serif); font-size: 1.25rem; margin-bottom: .7rem; }
.c-card p, .c-card a { color: var(--foam-dim); font-size: .95rem; line-height: 1.8; }
.c-card a:hover { color: var(--sand); }
.c-card .gold { color: var(--sand); }

/* Vollbreite Karte im Dark-Look mit Info-Karte */
.map-full { position: relative; width: 100%; }
.map-full iframe {
  display: block; width: 100%; height: 500px; border: 0;
  filter: grayscale(.85) invert(.9) hue-rotate(160deg) brightness(.9) contrast(.92);
}
.map-card {
  position: absolute; top: 50%; transform: translateY(-50%);
  left: clamp(1.5rem, 8vw, 9rem);
  background: var(--ink);
  border: 1px solid var(--line);
  padding: 2.2rem 2.4rem;
  max-width: 330px;
  box-shadow: 0 24px 70px rgba(0,0,0,.55);
}
.map-card img { height: 64px; width: auto; margin-bottom: 1.1rem; }
.map-card h3 { font-family: var(--font-serif); font-size: 1.35rem; margin-bottom: .5rem; }
.map-card p { color: var(--foam-dim); font-size: .92rem; line-height: 1.7; }
.map-card .btn { margin-top: 1.4rem; }
@media (max-width: 990px) { .contact-cards { grid-template-columns: 1fr; } }
@media (max-width: 767px) {
  .map-full iframe { height: 380px; }
  .map-card { position: static; transform: none; max-width: none; margin: 0; border-left: 0; border-right: 0; }
}

/* ---------- Instagram-Sektion (kuratiert, ohne Meta-Embed) ---------- */
.insta-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 2.2rem; }
.insta-grid a { position: relative; display: block; overflow: hidden; }
.insta-grid img, .insta-grid .ph { width: 100%; height: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; transition: transform .6s ease; }
.insta-grid a:hover img { transform: scale(1.06); }
.insta-grid a .ig-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(7,19,14,.55);
  opacity: 0; transition: opacity .35s ease;
}
.insta-grid a:hover .ig-overlay { opacity: 1; }
.insta-grid .ig-overlay svg { width: 30px; height: 30px; fill: var(--sand); }
.insta-head { text-align: center; }
.insta-head .handle { font-family: var(--font-serif); font-size: 1.25rem; color: var(--sand); letter-spacing: .04em; }
@media (max-width: 767px) { .insta-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Ornament-Trenner ---------- */
.divider {
  display: flex; align-items: center; gap: 1.4rem;
  width: min(1120px, 88vw); margin: 0 auto;
}
.divider::before, .divider::after { content: ""; flex: 1; height: 1px; }
.divider::before { background: linear-gradient(to right, transparent, var(--line)); }
.divider::after { background: linear-gradient(to left, transparent, var(--line)); }
.divider svg { width: 26px; height: 26px; flex-shrink: 0; opacity: .75; }

/* ---------- Gäste-Stimmen ---------- */
.quotes { position: relative; min-height: 210px; }
.quote {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 0 1rem;
  opacity: 0; transition: opacity 1.1s ease; pointer-events: none;
}
.quote.active { opacity: 1; }
.quote .mark { font-family: var(--font-display); font-size: 3.2rem; line-height: .5; color: var(--sand); margin-bottom: 1.2rem; }
.quote blockquote { font-family: var(--font-serif); font-style: italic; font-weight: 400; font-size: clamp(1.15rem, 2.2vw, 1.55rem); color: var(--foam); max-width: 46ch; }
.quote .who { margin-top: 1.3rem; font-size: .76rem; letter-spacing: .28em; text-transform: uppercase; color: var(--sand); }
.quote-dots { display: flex; gap: .6rem; justify-content: center; margin-top: 1.5rem; }
.quote-dots button { width: 7px; height: 7px; border-radius: 50%; border: none; background: rgba(233,228,216,.25); cursor: pointer; transition: background .3s, transform .3s; }
.quote-dots button.active { background: var(--sand); transform: scale(1.3); }

/* ---------- Ken-Burns (sanfter Schwenk) in Galerien ---------- */
@keyframes slowpan { 0% { object-position: 46% 50%; } 100% { object-position: 54% 50%; } }
.gal-grid img { animation: slowpan 26s ease-in-out infinite alternate; cursor: zoom-in; }
.gal-grid img:nth-child(2n) { animation-duration: 32s; animation-direction: alternate-reverse; }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 9800;
  background: rgba(4,10,7,.95);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: opacity .4s ease, visibility .4s;
}
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { max-width: 88vw; max-height: 82vh; object-fit: contain; border: 1px solid rgba(233,228,216,.15); box-shadow: 0 20px 80px rgba(0,0,0,.6); }
.lightbox .lb-btn {
  position: absolute; background: none; border: 1px solid var(--line); color: var(--foam);
  width: 48px; height: 48px; border-radius: 50%; cursor: pointer;
  font-size: 1.1rem; font-family: var(--font-body);
  display: flex; align-items: center; justify-content: center;
  transition: background .3s, color .3s;
}
.lightbox .lb-btn:hover { background: var(--sand); color: var(--ink); border-color: var(--sand); }
.lightbox .lb-prev { left: 2rem; top: 50%; transform: translateY(-50%); }
.lightbox .lb-next { right: 2rem; top: 50%; transform: translateY(-50%); }
.lightbox .lb-close { top: 1.6rem; right: 2rem; }
@media (max-width: 767px) {
  .lightbox .lb-prev { left: .8rem; } .lightbox .lb-next { right: .8rem; } .lightbox .lb-close { right: .8rem; }
}

/* ---------- Parallax ---------- */
.split img.photo { will-change: transform; }

/* ---------- Preloader-Spirale ---------- */
.preloader svg.spiral { width: 96px; height: 96px; overflow: visible; }
.preloader svg.spiral path {
  stroke: var(--sand); fill: none; stroke-width: 1.6; stroke-linecap: round;
  stroke-dasharray: 620; stroke-dashoffset: 620;
  animation: drawspiral 2s ease-out forwards;
}
@keyframes drawspiral { to { stroke-dashoffset: 0; } }
.preloader .pre-word { font-family: var(--font-display); letter-spacing: .45em; text-indent: .45em; font-size: 1rem; color: var(--foam); opacity: 0; animation: fadein 1s ease .9s forwards; }
@keyframes fadein { to { opacity: .9; } }

/* ---------- Custom Cursor (Desktop) ---------- */
.cursor-dot, .cursor-ring {
  position: fixed; top: 0; left: 0; pointer-events: none; z-index: 10000;
  border-radius: 50%; transform: translate(-50%, -50%);
}
.cursor-dot { width: 5px; height: 5px; background: var(--sand); }
.cursor-ring { width: 32px; height: 32px; border: 1px solid rgba(200,165,94,.45); transition: width .25s ease, height .25s ease, border-color .25s; }
body.link-hover .cursor-ring { width: 52px; height: 52px; border-color: var(--sand); }
@media (hover: none), (pointer: coarse), (max-width: 990px) { .cursor-dot, .cursor-ring { display: none; } }

/* ---------- Scroll-Reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ---------- Unterseiten ---------- */
.page-head {
  padding: clamp(9rem, 18vw, 12rem) 0 clamp(3rem, 6vw, 5rem);
  text-align: center;
  background:
    radial-gradient(ellipse at 50% -30%, rgba(200,165,94,.14), transparent 60%),
    linear-gradient(180deg, #0a2118, var(--ink));
}
.page-head .kicker { margin-bottom: .8rem; }

/* Speisekarte */
.menu-nav {
  position: sticky; top: 64px; z-index: 700;
  background: rgba(7,19,14,.94); backdrop-filter: blur(8px);
  border-top: 1px solid rgba(233,228,216,.07); border-bottom: 1px solid rgba(233,228,216,.07);
  overflow-x: auto; white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.menu-nav .inner { display: flex; gap: 2rem; padding: .9rem 2rem; width: max-content; margin: 0 auto; }
.menu-nav a { font-size: .8rem; letter-spacing: .22em; text-transform: uppercase; color: var(--foam-dim); transition: color .3s; }
.menu-nav a:hover, .menu-nav a.current { color: var(--sand); }

.menu-section { padding: clamp(2.5rem, 6vw, 4.5rem) 0; }
.menu-section h2 { color: var(--sand); font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: .4rem; }
.menu-section .sub { font-size: .92rem; color: var(--foam-dim); margin-bottom: 1.4rem; }
.menu-item {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1.2rem;
  padding: .7rem 0; border-bottom: 1px solid rgba(233,228,216,.07);
}
.menu-item .n { font-family: var(--font-serif); font-size: 1.18rem; }
.menu-item .n small { font-family: var(--font-body); font-size: .72rem; color: var(--foam-dim); letter-spacing: .05em; margin-left: .4rem; }
.menu-item .d { display: block; font-family: var(--font-body); font-size: .84rem; color: var(--foam-dim); }
.menu-item .p { font-family: var(--font-serif); font-size: 1.08rem; color: var(--sand); white-space: nowrap; }
.menu-item .p small { display: block; font-size: .75rem; color: var(--foam-dim); text-align: right; }
.menu-note { font-size: .8rem; color: var(--foam-dim); margin-top: 2rem; text-align: center; }

/* Galerie-Seite: Collage-Raster */
.gal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
  gap: 8px;
}
.gal-grid .ph, .gal-grid img {
  width: 100%; height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  overflow: hidden;
}
.gal-grid img { border: 1px solid rgba(233,228,216,.08); display: block; transition: transform .6s ease, filter .6s ease; }
.gal-grid a { display: block; overflow: hidden; }
.gal-grid a:hover img { transform: scale(1.05); filter: brightness(1.08); }
.t-wide { grid-column: span 2; }
.t-tall { grid-row: span 2; }
.t-big  { grid-column: span 2; grid-row: span 2; }

/* Volle Breite (Startseiten-Collage) */
.gal-grid.full-bleed {
  width: 100%;
  grid-auto-rows: clamp(180px, 19vw, 320px);
}

/* Seitenmenü lesbar halten, wenn es über Fotos liegt */
.side-nav a { text-shadow: 0 1px 10px rgba(0,0,0,.65); }
.side-nav { transition: opacity .45s ease, visibility .45s; }
.side-nav.hidden { opacity: 0; visibility: hidden; }

/* Presse-Seite */
.press-list { display: flex; flex-direction: column; gap: 1.2rem; margin-top: 1rem; }
.press-row {
  display: flex; justify-content: space-between; align-items: center; gap: 1.5rem;
  border: 1px solid rgba(233,228,216,.1); padding: 1.6rem 1.8rem;
  transition: border-color .3s;
}
.press-row:hover { border-color: var(--line); }
.press-row h3 { font-family: var(--font-serif); }
.press-row p { font-size: .9rem; color: var(--foam-dim); }
.press-row .btn { flex-shrink: 0; }

/* Platz für das fixe Seitenmenü auf der Startseite */
@media (min-width: 991px) {
  body.has-sidenav section.block .wrap { width: min(1120px, calc(100vw - 500px)); }
}

/* ---------- Responsive ---------- */
/* Mobile Sektionsanzeige im Header */
.mob-section {
  display: none;
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  font-family: var(--font-display); font-size: 1.05rem; letter-spacing: .16em;
  color: var(--sand); white-space: nowrap;
  max-width: 55vw; overflow: hidden; text-overflow: ellipsis;
  opacity: 0; transition: opacity .4s ease; pointer-events: none;
}
.mob-section.show { opacity: 1; }

@media (max-width: 990px) {
  .side-nav { display: none; }
  .topbar .top-nav { display: none; }
  .mob-section { display: block; }
  .press-grid.stats { grid-template-columns: repeat(2, 1fr); }
  .burger { display: block; }
  .topbar .social { display: none; }
  .press-grid { grid-template-columns: 1fr; }
  .gal-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
}
@media (max-width: 767px) {
  .split, .info-grid, .res-form { grid-template-columns: 1fr; }
  .topbar { padding: 1rem 1.2rem; }
  .topbar.scrolled { padding: .6rem 1.2rem; }
  .topbar .btn { padding: .55rem 1.1rem; font-size: .72rem; }
  /* Mobile-Header aufräumen: Logo links, Sektion mittig, Burger rechts */
  .topbar .lang, .topbar .actions { display: none; }
  .press-row { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .menu-nav .inner { padding: .8rem 1.2rem; gap: 1.4rem; }
  footer .cols { flex-direction: column; }
}
