/* ============================================================
   A&A Profimontage - Markenwelt: Warmweiß / Gold / Walnussbraun
   Multi-Page Design-System
   ============================================================ */

/* ---------- Fonts (self-hosted) ---------- */
@font-face { font-family: 'Sora'; src: url('../../fonts/sora-600.woff2') format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Sora'; src: url('../../fonts/sora-700.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Sora'; src: url('../../fonts/sora-800.woff2') format('woff2'); font-weight: 800; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('../../fonts/inter-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('../../fonts/inter-500.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Inter'; src: url('../../fonts/inter-600.woff2') format('woff2'); font-weight: 600; font-display: swap; }

/* ---------- Tokens ---------- */
:root {
  /* Marke: Warmweiß, Gold, Walnuss */
  --white: #faf7f1;
  --white-2: #f2ecdf;
  --panel: #fffdf9;
  --walnut-950: #201410;
  --walnut-900: #2a1b13;
  --walnut-800: #3b281c;
  --walnut-700: #4f3826;
  --walnut-600: #6b4e35;
  --gold: #b98b2e;
  --gold-strong: #a1751f;
  --gold-light: #d9ad55;
  --gold-soft: rgba(185, 139, 46, 0.12);
  --text: #2b1e14;
  --text-muted: #6f6152;
  --text-on-dark: #f6f0e4;
  --muted-on-dark: #c8b9a4;
  --line: rgba(43, 30, 20, 0.12);
  --line-strong: rgba(43, 30, 20, 0.22);
  --line-dark: rgba(246, 240, 228, 0.14);
  --font-display: 'Sora', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --section-pad: clamp(4.5rem, 10vh, 8rem);
  --gutter: clamp(1.25rem, 4vw, 4rem);
  --radius: 18px;
  --shadow-soft: 0 18px 50px -18px rgba(43, 30, 20, 0.25);
  --shadow-gold: 0 12px 34px -12px rgba(185, 139, 46, 0.45);
}

/* ---------- Reset / Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
/* Horizontales Ziehen auf iOS unterbinden: Clipping muss auch auf html liegen,
   Safari pannt sonst auf Wurzel-Ebene trotz overflow-x auf body.
   clip statt hidden, damit kein Scroll-Container entsteht (Fallback: hidden). */
html { scroll-behavior: auto; overflow-x: hidden; overflow-x: clip; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  background: var(--white);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-x: clip;
}
::selection { background: var(--gold); color: #fff; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul { list-style: none; }

/* Feines Papierkorn */
body::after {
  content: '';
  position: fixed; inset: -50%;
  width: 200%; height: 200%;
  pointer-events: none;
  z-index: 2000;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Typo-Helfer ---------- */
.display {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-strong);
  margin-bottom: 1.3rem;
}
.section-tag::before { content: ''; width: 2.2rem; height: 2px; background: var(--gold); }
.section-title { font-size: clamp(2.2rem, 5.4vw, 4.4rem); letter-spacing: -0.03em; margin-bottom: 1.2rem; color: var(--walnut-900); }
.section-intro { color: var(--text-muted); max-width: 42rem; font-size: clamp(1.02rem, 1.45vw, 1.18rem); }
.accent { color: var(--gold-strong); }
.on-dark .section-title { color: var(--text-on-dark); }
.on-dark .section-intro { color: var(--muted-on-dark); }
.on-dark .section-tag { color: var(--gold-light); }

.split-line { display: block; overflow: hidden; }
.split-line > span { display: inline-block; transform: translateY(115%); }
.no-js .split-line > span, .reduced-motion .split-line > span { transform: none; }

/* ---------- Layout ---------- */
.container { width: min(1240px, 100% - 2 * var(--gutter)); margin-inline: auto; }
section { position: relative; padding-block: var(--section-pad); }
.section-alt { background: var(--white-2); }
.section-dark { background: linear-gradient(160deg, var(--walnut-900), var(--walnut-950)); color: var(--text-on-dark); }

/* ---------- Preloader (edel dunkel) ---------- */
#preloader {
  position: fixed; inset: 0;
  z-index: 3000;
  background: linear-gradient(160deg, var(--walnut-900), var(--walnut-950));
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 1.4rem;
  transition: opacity 0.6s var(--ease-out), visibility 0.6s;
}
#preloader.done { opacity: 0; visibility: hidden; }
.pre-logo-img {
  width: min(200px, 42vw);
  height: auto;
  opacity: 0;
  transform: translateY(18px) scale(0.94);
  animation: pre-pop 0.9s var(--ease-out) 0.1s forwards;
}
@keyframes pre-pop { to { opacity: 1; transform: translateY(0) scale(1); } }
.pre-bar { width: min(260px, 60vw); height: 2px; background: rgba(246, 240, 228, 0.15); position: relative; overflow: hidden; }
.pre-bar i { position: absolute; inset: 0; background: var(--gold-light); transform-origin: left; transform: scaleX(0); }

/* ---------- Custom Cursor ---------- */
.cursor-dot, .cursor-ring {
  position: fixed; top: 0; left: 0;
  pointer-events: none; z-index: 2500;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.cursor-dot { width: 6px; height: 6px; background: var(--gold); }
.cursor-ring {
  width: 36px; height: 36px;
  border: 1px solid rgba(185, 139, 46, 0.5);
  transition: width 0.25s, height 0.25s, background 0.25s;
}
.cursor-ring.is-hover { width: 60px; height: 60px; background: rgba(185, 139, 46, 0.1); }
@media (hover: none), (pointer: coarse) { .cursor-dot, .cursor-ring { display: none; } }

/* ---------- Header ---------- */
#site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(250, 247, 241, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: transform 0.45s var(--ease-out), border-color 0.3s, background 0.3s;
}
#site-header.scrolled { border-color: var(--line); }
#site-header.hidden { transform: translateY(-100%); }
.header-inner { display: flex; align-items: center; gap: 1.2rem; padding: 0.9rem 0; }

.logo { display: flex; align-items: center; gap: 0.7rem; margin-right: auto; flex: none; }
.logo .logo-img { width: 58px; height: auto; }
footer .logo .logo-img { width: 64px; }
.logo-slogan {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-strong);
  border-left: 1px solid var(--line-strong);
  padding-left: 0.7rem;
}
footer .logo-slogan { color: var(--gold-light); border-color: var(--line-dark); }
@media (max-width: 480px) { .logo-slogan { display: none; } }
.logo-word {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.18rem;
  letter-spacing: -0.01em;
  color: var(--walnut-900);
  line-height: 1.1;
}
.logo-word .amp { color: var(--gold-strong); }
.logo-word small {
  display: block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.56rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.main-nav { display: flex; gap: 1.7rem; align-items: center; }
.main-nav > a, .nav-drop > button {
  font-size: 0.9rem; font-weight: 500;
  color: var(--text-muted);
  position: relative;
  padding: 0.4rem 0;
  transition: color 0.25s;
  display: inline-flex; align-items: center; gap: 0.3rem;
}
.main-nav > a:hover, .main-nav > a.active, .nav-drop > button:hover { color: var(--walnut-900); }
.main-nav > a::after {
  content: '';
  position: absolute; left: 0; bottom: 0;
  width: 100%; height: 2px;
  background: var(--gold);
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.35s var(--ease-out);
}
.main-nav > a:hover::after, .main-nav > a.active::after { transform: scaleX(1); transform-origin: left; }

.nav-drop { position: relative; }
.nav-drop > button svg { width: 12px; height: 12px; transition: transform 0.3s; }
.nav-drop:hover > button svg, .nav-drop:focus-within > button svg { transform: rotate(180deg); }
.drop-menu {
  position: absolute; top: calc(100% + 10px); left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 240px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  padding: 0.5rem;
  opacity: 0; visibility: hidden;
  transition: opacity 0.25s, transform 0.3s var(--ease-out), visibility 0.25s;
}
.nav-drop:hover .drop-menu, .nav-drop:focus-within .drop-menu {
  opacity: 1; visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.drop-menu a {
  display: block;
  padding: 0.6rem 0.9rem;
  border-radius: 9px;
  font-size: 0.88rem;
  color: var(--text);
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.drop-menu a:hover { background: var(--gold-soft); color: var(--gold-strong); transform: translateX(3px); }

/* Suche */
.search-wrap { position: relative; }
.search-box {
  display: flex; align-items: center; gap: 0.5rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  background: var(--panel);
  transition: border-color 0.25s, box-shadow 0.25s, width 0.3s var(--ease-out);
  width: 200px;
}
.search-box:focus-within { border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-soft); width: 250px; }
.search-box svg { width: 15px; height: 15px; stroke: var(--text-muted); flex: none; }
.search-box input {
  border: 0; outline: 0; background: none;
  font: inherit; font-size: 0.86rem;
  color: var(--text);
  width: 100%;
}
.search-results {
  position: absolute; top: calc(100% + 10px); right: 0;
  width: min(400px, 86vw);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  padding: 0.5rem;
  max-height: 380px;
  overflow: auto;
  display: none;
}
.search-results.open { display: block; }
.search-results a {
  display: block;
  padding: 0.65rem 0.9rem;
  border-radius: 10px;
}
.search-results a:hover, .search-results a.sel { background: var(--gold-soft); }
.search-results b { display: block; font-family: var(--font-display); font-size: 0.9rem; font-weight: 600; color: var(--walnut-900); }
.search-results span { font-size: 0.8rem; color: var(--text-muted); }
.search-results .sr-empty { padding: 0.8rem 1rem; color: var(--text-muted); font-size: 0.86rem; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.85rem 1.7rem;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s, border-color 0.3s, box-shadow 0.3s;
  will-change: transform;
}
.btn-primary { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #241505; box-shadow: var(--shadow-gold); }
.btn-primary::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--gold), var(--gold-strong));
  transform: translateY(101%);
  transition: transform 0.4s var(--ease-out);
  border-radius: inherit;
}
.btn-primary:hover::before { transform: translateY(0); }
.btn-primary:hover { color: #fff; }
.btn-primary > * { position: relative; z-index: 1; }
.btn-ghost { border: 1.5px solid var(--line-strong); color: var(--walnut-900); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-strong); }
.on-dark .btn-ghost, .btn-ghost.light { border-color: var(--line-dark); color: var(--text-on-dark); }
.on-dark .btn-ghost:hover, .btn-ghost.light:hover { border-color: var(--gold-light); color: var(--gold-light); }
.btn svg { width: 1em; height: 1em; }
.header-cta { padding: 0.65rem 1.3rem; font-size: 0.84rem; flex: none; }

/* Burger + Mobile-Menü */
#burger { display: none; width: 44px; height: 44px; position: relative; z-index: 1200; flex: none; }
#burger span {
  position: absolute; left: 10px; right: 10px; height: 2px;
  background: var(--walnut-900);
  transition: transform 0.35s var(--ease-out), opacity 0.25s, top 0.35s var(--ease-out);
}
#burger span:nth-child(1) { top: 16px; }
#burger span:nth-child(2) { top: 22px; }
#burger span:nth-child(3) { top: 28px; }
#burger.open span:nth-child(1) { top: 22px; transform: rotate(45deg); }
#burger.open span:nth-child(2) { opacity: 0; }
#burger.open span:nth-child(3) { top: 22px; transform: rotate(-45deg); }

#mobile-menu {
  position: fixed; inset: 0;
  /* unter dem Header (1000): so bleiben Logo und Schliessen-X sichtbar und klickbar */
  z-index: 990;
  background: #201410;
  display: flex; flex-direction: column; justify-content: flex-start;
  padding: 6rem var(--gutter) max(1.2rem, env(safe-area-inset-bottom));
  gap: 0.15rem;
  opacity: 0; visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* Sichere Zentrierung: Spacer kollabieren, wenn der Inhalt hoeher als der Viewport ist -
   so bleibt der oberste Eintrag erreichbar statt abgeschnitten */
#mobile-menu::before, #mobile-menu::after { content: ""; margin-block: auto; flex: 0 0 auto; }
#mobile-menu.open { opacity: 1; visibility: visible; }
#mobile-menu a,
#mobile-menu .mm-head {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.4rem, 6vw, 2rem);
  padding: 0.42rem 0;
  color: var(--text-on-dark);
}
#mobile-menu .mm-head {
  display: flex; align-items: center; justify-content: space-between; gap: 0.8rem;
  width: 100%; background: none; border: 0; text-align: left; cursor: pointer;
  line-height: inherit;
}
#mobile-menu .mm-head svg {
  width: 24px; height: 24px; flex: none; opacity: 0.65;
  transition: transform 0.3s var(--ease-out);
}
#mobile-menu .mm-group.open .mm-head svg { transform: rotate(180deg); }
#mobile-menu .mm-sub {
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s var(--ease-out);
}
#mobile-menu .mm-sub a { display: block; }
#mobile-menu .mm-group.open .mm-sub { max-height: 420px; }
#mobile-menu a.sub { font-size: clamp(1rem, 4vw, 1.2rem); font-weight: 600; color: var(--muted-on-dark); padding: 0.28rem 0 0.28rem 1.2rem; }
#mobile-menu a:hover { color: var(--gold-light); }
#mobile-menu .menu-meta { margin-top: 1.6rem; color: var(--muted-on-dark); font-size: 0.9rem; }
/* Kompaktere Eintraege auf niedrigen Viewports, damit alles ohne Scrollen passt */
body.menu-open { overflow: hidden; }
@media (max-height: 780px) {
  #mobile-menu { padding-top: 5.4rem; gap: 0; }
  #mobile-menu a, #mobile-menu .mm-head { font-size: clamp(1.15rem, 5vw, 1.45rem); padding: 0.24rem 0; }
  #mobile-menu a.sub { font-size: clamp(0.9rem, 3.4vw, 1.05rem); padding: 0.12rem 0 0.12rem 1.2rem; }
  #mobile-menu .menu-meta { margin-top: 0.8rem; font-size: 0.8rem; }
}
@media (max-height: 640px) {
  #mobile-menu a, #mobile-menu .mm-head { font-size: clamp(1.05rem, 4.6vw, 1.3rem); padding: 0.18rem 0; }
  #mobile-menu a.sub { font-size: clamp(0.85rem, 3.2vw, 1rem); padding: 0.1rem 0 0.1rem 1.2rem; }
}

/* ---------- Home-Hero (edel: Walnuss + Gold, 3D) ---------- */
#hero {
  min-height: 92svh;
  display: flex;
  align-items: center;
  padding-block: 8rem 4rem;
  overflow: hidden;
  background:
    radial-gradient(65% 60% at 75% 32%, rgba(217, 173, 85, 0.2), transparent 62%),
    radial-gradient(40% 45% at 8% 90%, rgba(185, 139, 46, 0.14), transparent 70%),
    linear-gradient(160deg, var(--walnut-800) 0%, var(--walnut-900) 55%, var(--walnut-950) 100%);
  color: var(--text-on-dark);
}
#hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.hero-inner { position: relative; z-index: 2; }
.hero-kicker {
  display: inline-flex; align-items: center; gap: 0.7rem;
  font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted-on-dark);
  margin-bottom: 1.6rem;
  border: 1px solid rgba(217, 173, 85, 0.35);
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}
.hero-kicker i {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 12px var(--gold-light);
  animation: pulse 2.4s infinite;
}
@keyframes pulse { 50% { opacity: 0.4; } }
.hero-title { font-size: clamp(3rem, 8.6vw, 7rem); max-width: 12ch; color: #fff; }
.hero-title .accent { color: var(--gold-light); }
.hero-sub { margin-top: 1.8rem; max-width: 32rem; color: var(--muted-on-dark); font-size: clamp(1rem, 1.5vw, 1.16rem); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.5rem; }
.hero-meta { margin-top: 3.6rem; display: flex; flex-wrap: wrap; gap: 2.6rem; color: var(--muted-on-dark); font-size: 0.85rem; }
.hero-meta strong { display: block; font-family: var(--font-display); font-size: 1.5rem; color: var(--gold-light); font-weight: 700; }
.scroll-hint {
  position: absolute; bottom: 2rem; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: 0.6rem;
  color: var(--muted-on-dark);
  font-size: 0.68rem; letter-spacing: 0.28em; text-transform: uppercase;
}
.scroll-hint::after {
  content: '';
  width: 1px; height: 44px;
  background: linear-gradient(var(--gold-light), transparent);
  animation: drop 1.8s var(--ease-out) infinite;
}
@keyframes drop {
  0% { transform: scaleY(0); transform-origin: top; }
  45% { transform: scaleY(1); transform-origin: top; }
  55% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ---------- Seiten-Hero (kinoreif: Vollbild + Overlay + XXL-Titel) ---------- */
.page-hero {
  position: relative;
  min-height: clamp(440px, 64vh, 660px);
  display: flex;
  align-items: flex-end;
  padding: 9rem 0 clamp(2.8rem, 6vh, 4.2rem);
  background: var(--walnut-950);
  color: var(--text-on-dark);
  overflow: hidden;
}
.page-hero .ph-bg { position: absolute; inset: 0; }
.page-hero .ph-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  will-change: transform;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  z-index: 1;
  background:
    linear-gradient(to top, rgba(26, 14, 9, 0.97) 4%, rgba(26, 14, 9, 0.55) 45%, rgba(26, 14, 9, 0.28) 75%, rgba(26, 14, 9, 0.45)),
    linear-gradient(100deg, rgba(26, 14, 9, 0.6), transparent 55%);
}
.page-hero .container { position: relative; z-index: 2; }
.breadcrumbs {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-on-dark);
  margin-bottom: 1.2rem;
}
.breadcrumbs a:hover { color: var(--gold-light); }
.breadcrumbs svg { width: 11px; height: 11px; stroke: var(--muted-on-dark); }
.page-hero h1 {
  font-size: clamp(2.4rem, 7vw, 5.6rem);
  letter-spacing: -0.03em;
  color: #fff;
  max-width: 15ch;
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}
.page-hero h1 .accent { color: var(--gold-light); }
/* Lange deutsche Komposita auf schmalen Screens trennen statt abschneiden */
@media (max-width: 480px) {
  .page-hero h1, .section-title { overflow-wrap: break-word; hyphens: auto; }
}
.page-hero .ph-sub { margin-top: 1.2rem; max-width: 36rem; color: rgba(246, 240, 228, 0.85); font-size: clamp(1rem, 1.45vw, 1.14rem); }
.ph-grid { display: contents; }
.ph-media { display: none; }

/* ---------- Partner-Marquee ---------- */
#partner-strip {
  padding-block: 2rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  background: var(--panel);
}
.partner-label { text-align: center; font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 1.3rem; }
.marquee { display: flex; width: max-content; gap: 4.5rem; animation: marquee 32s linear infinite; }
.marquee:hover { animation-play-state: paused; }
.marquee-item { display: flex; align-items: center; gap: 4.5rem; }
.marquee-item span {
  font-family: var(--font-display);
  font-weight: 700; font-size: 1.2rem;
  color: rgba(43, 30, 20, 0.62);
  white-space: nowrap;
  transition: color 0.3s;
}
.marquee-item span:hover { color: var(--gold-strong); }
.marquee-item i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); opacity: 0.5; flex: none; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Karten (Leistungen) ---------- */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(310px, 100%), 1fr)); gap: 1.4rem; margin-top: 3.2rem; }
.service-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--walnut-900);
  min-height: 400px;
  display: flex; flex-direction: column; justify-content: flex-end;
  transform-style: preserve-3d;
  will-change: transform;
  box-shadow: 0 10px 34px -16px rgba(43, 30, 20, 0.4);
  transition: box-shadow 0.35s;
}
.service-card:hover { box-shadow: 0 26px 60px -20px rgba(43, 30, 20, 0.5); }
.service-card .card-img { position: absolute; inset: 0; overflow: hidden; }
.service-card .card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.85;
  transform: scale(1.08);
  transition: transform 0.9s var(--ease-out), opacity 0.5s;
}
.service-card:hover .card-img img { transform: scale(1.02); opacity: 1; }
.service-card .card-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26, 15, 10, 0.94) 8%, rgba(26, 15, 10, 0.35) 48%, rgba(26, 15, 10, 0.05));
}
.card-body { position: relative; padding: 1.7rem; transform: translateZ(40px); color: var(--text-on-dark); }
.card-num { font-family: var(--font-display); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; color: var(--gold-light); margin-bottom: 0.6rem; }
.card-title { font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; margin-bottom: 0.5rem; color: #fff; }
.card-text { color: var(--muted-on-dark); font-size: 0.91rem; max-width: 30rem; }
.card-arrow {
  position: absolute; top: 1.4rem; right: 1.4rem;
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: grid; place-items: center;
  transition: background 0.3s, transform 0.4s var(--ease-out), border-color 0.3s;
  z-index: 2;
}
.service-card:hover .card-arrow { background: var(--gold); border-color: var(--gold); transform: rotate(45deg); }
.card-arrow svg { width: 16px; height: 16px; stroke: #fff; }

/* ---------- Feature-Listen / Checks ---------- */
.check-list { display: grid; gap: 0.9rem; margin-top: 1.8rem; }
.check-list li {
  display: flex; gap: 0.9rem; align-items: flex-start;
  padding: 1rem 1.2rem;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.check-list li:hover { border-color: rgba(185, 139, 46, 0.5); transform: translateX(6px); box-shadow: var(--shadow-soft); }
.check-list svg { width: 21px; height: 21px; flex: none; stroke: var(--gold-strong); margin-top: 2px; }
.check-list strong { display: block; font-family: var(--font-display); font-weight: 600; font-size: 0.97rem; color: var(--walnut-900); }
.check-list span { color: var(--text-muted); font-size: 0.88rem; }

/* Zweispalter */
.split-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.split-media { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-media .badge {
  position: absolute; left: 1.3rem; bottom: 1.3rem;
  background: rgba(32, 20, 16, 0.86);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(217, 173, 85, 0.4);
  border-radius: 14px;
  padding: 0.95rem 1.3rem;
  display: flex; align-items: center; gap: 1rem;
  color: var(--text-on-dark);
}
.split-media .badge strong { font-family: var(--font-display); font-size: 1.9rem; font-weight: 800; color: var(--gold-light); line-height: 1; }
.split-media .badge span { font-size: 0.8rem; color: var(--muted-on-dark); line-height: 1.35; }

/* ---------- Stats (XXL-Band) ---------- */
.stats-band { margin-top: var(--section-pad); display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-strong); }
.stat { padding: 2.6rem 1rem 0.6rem; text-align: center; border-left: 1px solid var(--line-strong); }
.stat:first-child { border-left: 0; }
.stat b { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.8rem, 6vw, 5rem); letter-spacing: -0.03em; color: var(--walnut-900); white-space: nowrap; }
@media (max-width: 480px) { .stat b { font-size: clamp(2rem, 10vw, 2.8rem); } }
.stat b span { display: inline; font-size: inherit; letter-spacing: inherit; text-transform: none; color: inherit; margin: 0; font-weight: inherit; }
.stat b .suffix { color: var(--gold-strong); }
.stat > span { display: block; margin-top: 0.5rem; color: var(--text-muted); font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; }

/* ---------- Prozess ---------- */
.process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); gap: 1.3rem; margin-top: 3.2rem; counter-reset: step; }
.process-step {
  position: relative;
  padding: 1.9rem 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  overflow: hidden;
  transition: border-color 0.3s, transform 0.4s var(--ease-out), box-shadow 0.35s;
}
.process-step:hover { border-color: rgba(185, 139, 46, 0.5); transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.process-step::before {
  counter-increment: step;
  content: '0' counter(step);
  position: absolute; top: -1.1rem; right: 0.4rem;
  font-family: var(--font-display); font-weight: 800; font-size: 5.2rem;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(185, 139, 46, 0.3);
  line-height: 1;
  pointer-events: none;
}
.process-step h3 { font-family: var(--font-display); font-size: 1.12rem; font-weight: 700; margin: 2rem 0 0.55rem; color: var(--walnut-900); }
.process-step p { color: var(--text-muted); font-size: 0.91rem; }
.process-step .step-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--gold-soft); display: grid; place-items: center; }
.process-step .step-icon svg { width: 22px; height: 22px; stroke: var(--gold-strong); }

/* ---------- Galerie ---------- */
.filter-bar { display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 2.2rem 0 1.8rem; }
.filter-bar button {
  font-family: var(--font-display);
  font-size: 0.82rem; font-weight: 600;
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
  border: 1.5px solid var(--line-strong);
  color: var(--text-muted);
  transition: all 0.25s;
}
.filter-bar button:hover { border-color: var(--gold); color: var(--gold-strong); }
.filter-bar button.active { background: var(--walnut-900); border-color: var(--walnut-900); color: var(--gold-light); }
.masonry { columns: 3 300px; column-gap: 1.2rem; }
.masonry .g-item { margin-bottom: 1.2rem; break-inside: avoid; width: 100%; aspect-ratio: auto; }
.g-item {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 8px 26px -14px rgba(43, 30, 20, 0.4);
}
.g-item img { width: 100%; transition: transform 0.8s var(--ease-out); }
.g-item:hover img { transform: scale(1.05); }
.g-item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 2.2rem 1.1rem 1rem;
  background: linear-gradient(transparent, rgba(26, 15, 10, 0.88));
  color: #fff;
  font-size: 0.85rem;
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
}
.g-item figcaption em { font-style: normal; color: var(--gold-light); font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; flex: none; }
.g-item.hidden { display: none; }

/* Vorschau-Reihe auf der Startseite */
.preview-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); gap: 1.2rem; margin-top: 3rem; }
.preview-row .g-item { aspect-ratio: 3 / 4; }
.preview-row .g-item img { height: 100%; object-fit: cover; }

/* ---------- Lightbox ---------- */
#lightbox {
  position: fixed; inset: 0;
  z-index: 2600;
  background: rgba(26, 15, 10, 0.95);
  backdrop-filter: blur(8px);
  display: grid; place-items: center;
  opacity: 0; visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}
#lightbox.open { opacity: 1; visibility: visible; }
#lightbox img {
  max-width: min(92vw, 1100px);
  max-height: 84vh;
  border-radius: 12px;
  object-fit: contain;
  transform: scale(0.94);
  transition: transform 0.4s var(--ease-out);
}
#lightbox.open img { transform: scale(1); }
#lightbox .lb-caption { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); color: var(--muted-on-dark); font-size: 0.9rem; }
#lightbox .lb-close, .lb-nav {
  position: absolute;
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: grid; place-items: center;
  transition: background 0.3s, transform 0.3s;
}
#lightbox .lb-close { top: 1.5rem; right: 1.8rem; }
#lightbox .lb-close:hover { background: var(--gold); transform: rotate(90deg); }
#lightbox svg { width: 18px; height: 18px; stroke: #fff; }
.lb-nav { top: 50%; transform: translateY(-50%); }
.lb-nav:hover { background: rgba(185, 139, 46, 0.25); }
.lb-prev { left: 1.5rem; }
.lb-next { right: 1.5rem; }
@media (max-width: 700px) { .lb-nav { display: none; } }

/* ---------- Statement (edles Walnuss-Band) ---------- */
#statement, .statement { text-align: center; }
.statement {
  background:
    radial-gradient(55% 90% at 50% 0%, rgba(217, 173, 85, 0.16), transparent 70%),
    linear-gradient(160deg, var(--walnut-800), var(--walnut-950));
}
.statement-text { font-size: clamp(1.9rem, 4.6vw, 3.6rem); letter-spacing: -0.02em; max-width: 24ch; margin-inline: auto; color: var(--text-on-dark); }
.statement-text .word { opacity: 0.14; display: inline-block; }

/* ---------- Leistungs-Showcase (Hover-Liste mit schwebendem Bild) ---------- */
.work-list { margin-top: 3.2rem; border-top: 1px solid var(--line-strong); }
.work-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  padding: clamp(1.4rem, 3vh, 2.1rem) 0.4rem;
  border-bottom: 1px solid var(--line-strong);
  position: relative;
  transition: background 0.3s, padding-left 0.4s var(--ease-out);
}
.work-item:hover { background: rgba(185, 139, 46, 0.05); padding-left: 1.2rem; }
.work-item .w-num {
  font-family: var(--font-display);
  font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--gold-strong);
}
.work-item h3 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.6rem, 4vw, 3.2rem);
  letter-spacing: -0.03em;
  color: var(--walnut-900);
  transition: color 0.3s;
  line-height: 1.05;
}
.work-item:hover h3 { color: var(--gold-strong); }
.work-item .w-sub { display: block; font-family: var(--font-body); font-weight: 400; font-size: 0.9rem; letter-spacing: 0; color: var(--text-muted); margin-top: 0.35rem; }
.work-item .w-arrow {
  width: 52px; height: 52px;
  border-radius: 50%;
  border: 1.5px solid var(--line-strong);
  display: grid; place-items: center;
  transition: background 0.3s, border-color 0.3s, transform 0.4s var(--ease-out);
}
.work-item:hover .w-arrow { background: var(--gold); border-color: var(--gold); transform: rotate(45deg) scale(1.06); }
.work-item .w-arrow svg { width: 18px; height: 18px; stroke: var(--walnut-900); }
.work-item:hover .w-arrow svg { stroke: #241505; }
.work-float {
  position: fixed;
  top: 0; left: 0;
  width: min(340px, 26vw);
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
  pointer-events: none;
  z-index: 60;
  opacity: 0;
  transition: opacity 0.25s;
  box-shadow: 0 30px 70px -20px rgba(43, 30, 20, 0.55);
}
.work-float.on { opacity: 1; }
.work-float img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.3s; }
.work-float img.show { opacity: 1; }
@media (hover: none), (pointer: coarse) { .work-float { display: none; } }

/* Touch-Geraete: Vorschaubild fest in der Zeile, eingeblendet beim Scrollen (site.js) */
.work-item .w-thumb { display: none; }
@media (hover: none), (pointer: coarse) {
  .work-item .w-thumb {
    display: block;
    grid-column: 1 / -1;
    margin-top: 1.1rem;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 18px 40px -18px rgba(43, 30, 20, 0.4);
  }
  .work-item .w-thumb img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
}

/* ---------- Partner-Wall (grosse Namen) ---------- */
.partner-wall { border-top: 1px solid var(--line-dark); margin-top: 3rem; }
.wall-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1.5rem;
  padding: clamp(1.2rem, 2.6vh, 1.9rem) 0.4rem;
  border-bottom: 1px solid var(--line-dark);
  transition: padding-left 0.4s var(--ease-out), background 0.3s;
}
.wall-item:hover { padding-left: 1.2rem; background: rgba(217, 173, 85, 0.05); }
.wall-item b {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.7rem, 4.4vw, 3.6rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: rgba(246, 240, 228, 0.38);
  transition: color 0.35s;
  overflow-wrap: anywhere;
  min-width: 0;
}
@media (max-width: 640px) {
  .wall-item { flex-direction: column; align-items: flex-start; gap: 0.3rem; }
  .wall-item b { font-size: clamp(1.3rem, 6.4vw, 1.7rem); }
}
.wall-item:hover b { color: var(--gold-light); }
.wall-item span { flex: none; font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted-on-dark); }
.wall-item .wall-desc {
  color: var(--muted-on-dark);
  font-size: 0.9rem;
  max-width: 48rem;
  margin-top: 0.4rem;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s, max-height 0.5s var(--ease-out);
}
.wall-item:hover .wall-desc { opacity: 1; max-height: 80px; }
@media (hover: none) { .wall-item .wall-desc { opacity: 1; max-height: none; } }

/* ---------- Kundenstimmen ---------- */
.rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.6rem;
  padding: 0.7rem 1.2rem;
  background: var(--panel);
  border: 1px solid rgba(185, 139, 46, 0.4);
  border-radius: 999px;
  font-size: 0.95rem;
  color: var(--text-muted);
  box-shadow: var(--shadow-soft);
}
.rating-badge svg { margin: 0 -2px; }
.rating-badge b { font-family: var(--font-display); color: var(--walnut-900); }
.quote-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: 1.3rem; margin-top: 3rem; }
.quote-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.8rem 1.7rem;
  position: relative;
  transition: border-color 0.3s, transform 0.35s var(--ease-out), box-shadow 0.35s;
}
.quote-card:hover { border-color: rgba(185, 139, 46, 0.5); transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.quote-card .stars { display: flex; gap: 3px; margin-bottom: 0.9rem; }
.quote-card p { color: var(--text-muted); font-size: 0.94rem; font-style: italic; }
.quote-card footer {
  margin-top: 1.1rem; padding: 0; background: none; border: 0;
  font-family: var(--font-display);
  font-weight: 600; font-size: 0.88rem;
  color: var(--walnut-900);
}
.quote-card footer span { display: block; font-family: var(--font-body); font-weight: 400; font-size: 0.78rem; color: var(--text-muted); }

/* ---------- Partner-Seite ---------- */
.partner-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(270px, 100%), 1fr)); gap: 1.3rem; margin-top: 3rem; }
.partner-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem 1.7rem;
  transition: border-color 0.3s, transform 0.35s var(--ease-out), box-shadow 0.35s;
}
.partner-card:hover { border-color: rgba(185, 139, 46, 0.5); transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.partner-card h3 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; color: var(--walnut-900); }
.partner-card .p-typ {
  display: inline-block;
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold-strong);
  background: var(--gold-soft);
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  margin-bottom: 0.9rem;
}
.partner-card p { color: var(--text-muted); font-size: 0.9rem; margin-top: 0.5rem; }

/* ---------- FAQ ---------- */
.faq-list { margin-top: 2.6rem; display: grid; gap: 0.9rem; max-width: 52rem; }
.faq-list details {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.3s;
}
.faq-list details[open] { border-color: rgba(185, 139, 46, 0.5); }
.faq-list summary {
  cursor: pointer;
  list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.1rem 1.3rem;
  font-family: var(--font-display);
  font-weight: 600; font-size: 0.98rem;
  color: var(--walnut-900);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: '+';
  font-size: 1.4rem;
  color: var(--gold-strong);
  transition: transform 0.3s;
  flex: none;
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { padding: 0 1.3rem 1.2rem; color: var(--text-muted); font-size: 0.93rem; max-width: 60ch; }

/* ---------- CTA-Band ---------- */
/* Full-Width-CTA (kinoreif) */
.cta-full {
  position: relative;
  background:
    radial-gradient(70% 110% at 80% 15%, rgba(217, 173, 85, 0.28), transparent 60%),
    linear-gradient(155deg, var(--walnut-800), var(--walnut-950));
  color: var(--text-on-dark);
  padding: clamp(4rem, 11vh, 7.5rem) 0;
  overflow: hidden;
}
.cta-full::after {
  content: '';
  position: absolute;
  right: -6rem; bottom: -10rem;
  width: clamp(320px, 42vw, 560px);
  height: clamp(320px, 42vw, 560px);
  background: url('../img/logo-hell.webp') no-repeat center / contain;
  opacity: 0.07;
  transform: rotate(-8deg);
  pointer-events: none;
}
.cta-full .container { position: relative; z-index: 1; }
.cta-full h2 { font-size: clamp(2.4rem, 5.8vw, 4.6rem); letter-spacing: -0.03em; color: #fff; max-width: 18ch; }
.cta-full p { color: var(--muted-on-dark); margin-top: 1rem; max-width: 40rem; font-size: 1.05rem; }
.cta-full .btn-row { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.4rem; }

/* ---------- Regionen ---------- */
.region-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr)); gap: 1.2rem; margin-top: 3rem; }
.region-card {
  position: relative;
  padding: 1.6rem 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  transition: border-color 0.3s, transform 0.35s var(--ease-out), box-shadow 0.35s;
  overflow: hidden;
}
.region-card:hover { border-color: rgba(185, 139, 46, 0.55); transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.region-card .pin { width: 40px; height: 40px; border-radius: 11px; background: var(--gold-soft); display: grid; place-items: center; margin-bottom: 1rem; }
.region-card .pin svg { width: 20px; height: 20px; stroke: var(--gold-strong); }
.region-card h3 { font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; color: var(--walnut-900); }
.region-card p { color: var(--text-muted); font-size: 0.87rem; margin-top: 0.4rem; }
.region-card .rc-arrow { position: absolute; top: 1.3rem; right: 1.3rem; color: var(--gold-strong); opacity: 0; transform: translateX(-6px); transition: all 0.3s; }
.region-card:hover .rc-arrow { opacity: 1; transform: translateX(0); }

/* ---------- Kontakt ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2.2rem, 6vw, 5rem); margin-top: 2.8rem; }
.contact-cards { display: grid; gap: 1rem; align-content: start; }
.contact-card {
  display: flex; align-items: center; gap: 1.1rem;
  padding: 1.25rem 1.4rem;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.contact-card:hover { border-color: rgba(185, 139, 46, 0.5); transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.contact-card .ico { width: 48px; height: 48px; flex: none; border-radius: 12px; background: var(--gold-soft); display: grid; place-items: center; }
.contact-card .ico svg { width: 22px; height: 22px; stroke: var(--gold-strong); fill: none; }
.contact-card .ico.wa svg { fill: var(--gold-strong); stroke: none; }
.contact-card b { display: block; font-family: var(--font-display); font-size: 0.97rem; color: var(--walnut-900); }
.contact-card span { color: var(--text-muted); font-size: 0.86rem; }
.contact-note { margin-top: 0.5rem; color: var(--text-muted); font-size: 0.82rem; }

.contact-form, .form-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.4rem, 3vw, 2.3rem);
  box-shadow: var(--shadow-soft);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { position: relative; margin-bottom: 1.05rem; }
.field input, .field textarea, .field select {
  width: 100%;
  background: var(--white);
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  color: var(--text);
  font: inherit; font-size: 0.95rem;
  padding: 0.9rem 1.05rem;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.field select { appearance: none; }
/* iOS-Zoom-Falle: unter 16px zoomt Safari beim Fokussieren in die Seite
   und laesst sie danach horizontal ziehbar zurueck */
@media (pointer: coarse) {
  .field input, .field textarea, .field select, .search-box input { font-size: 1rem; }
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-soft); }
.field label {
  display: block;
  font-size: 0.76rem; font-weight: 600;
  letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.45rem;
}
.form-hint { font-size: 0.78rem; color: var(--text-muted); margin-top: 0.85rem; }
@media (max-width: 640px) { .form-row { grid-template-columns: 1fr; } }

/* ---------- Terminbuchung ---------- */
.booking-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem, 4vw, 3rem); margin-top: 2.6rem; align-items: start; }
.cal-panel { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; box-shadow: var(--shadow-soft); }
.cal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.cal-head b { font-family: var(--font-display); font-size: 1.05rem; color: var(--walnut-900); }
.cal-nav { display: flex; gap: 0.5rem; }
.cal-nav button {
  width: 38px; height: 38px;
  border-radius: 10px;
  border: 1px solid var(--line-strong);
  display: grid; place-items: center;
  transition: all 0.25s;
}
.cal-nav button:hover:not(:disabled) { border-color: var(--gold); background: var(--gold-soft); }
.cal-nav button:disabled { opacity: 0.35; cursor: not-allowed; }
.cal-nav svg { width: 15px; height: 15px; stroke: var(--walnut-900); }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0.35rem; }
.cal-grid .dow { text-align: center; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.08em; color: var(--text-muted); padding: 0.4rem 0; text-transform: uppercase; }
.cal-day {
  aspect-ratio: 1;
  border-radius: 10px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 2px;
  font-size: 0.9rem; font-weight: 500;
  border: 1px solid transparent;
  transition: all 0.2s;
  position: relative;
}
.cal-day.frei { background: var(--gold-soft); color: var(--walnut-900); cursor: pointer; }
.cal-day.frei:hover { border-color: var(--gold); transform: scale(1.06); }
.cal-day.frei i { width: 5px; height: 5px; border-radius: 50%; background: var(--gold-strong); }
.cal-day.voll { color: var(--walnut-700); background: rgba(43, 30, 20, 0.07); cursor: pointer; }
.cal-day.voll .voll-mark {
  font-size: 0.5rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--gold-strong); line-height: 1;
}
.cal-day.voll:hover { border-color: var(--line-strong); }
.cal-day.voll.selected { background: var(--walnut-900); color: var(--gold-light); }
.cal-day.voll.selected .voll-mark { color: var(--gold-light); }
.slot-chip.vergeben { opacity: 0.6; cursor: not-allowed; text-decoration: line-through; }
.cal-day.zu { color: rgba(111, 97, 82, 0.4); cursor: not-allowed; }
.cal-day.selected { background: var(--walnut-900); color: var(--gold-light); border-color: var(--walnut-900); }
.cal-day.selected i { background: var(--gold-light); }
.cal-legend { display: flex; flex-wrap: wrap; gap: 1.1rem; margin-top: 1rem; font-size: 0.75rem; color: var(--text-muted); }
.cal-legend i { display: inline-block; width: 10px; height: 10px; border-radius: 3px; margin-right: 0.35rem; vertical-align: -1px; }
.cal-legend .l-frei i { background: var(--gold-soft); border: 1px solid var(--gold); }
.cal-legend .l-voll i { background: rgba(43, 30, 20, 0.08); }
.cal-legend .l-zu i { background: transparent; border: 1px dashed var(--line-strong); }

.slot-panel h3 { font-family: var(--font-display); font-size: 1.02rem; color: var(--walnut-900); margin-bottom: 0.9rem; }
.slot-grid { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 1.4rem; }
.slot-chip {
  font-family: var(--font-display);
  font-weight: 600; font-size: 0.9rem;
  padding: 0.6rem 1.15rem;
  border-radius: 999px;
  border: 1.5px solid var(--line-strong);
  color: var(--walnut-900);
  transition: all 0.22s;
}
.slot-chip:hover { border-color: var(--gold); color: var(--gold-strong); }
.slot-chip.selected { background: var(--walnut-900); border-color: var(--walnut-900); color: var(--gold-light); }
.slot-empty { color: var(--text-muted); font-size: 0.9rem; padding: 0.4rem 0 1rem; }
.booking-success {
  border: 1px solid rgba(94, 155, 74, 0.4);
  background: rgba(94, 155, 74, 0.1);
  color: #3c6e2e;
  border-radius: 14px;
  padding: 1.4rem 1.5rem;
  font-size: 0.95rem;
}
.booking-success b { font-family: var(--font-display); display: block; margin-bottom: 0.3rem; font-size: 1.05rem; }
.booking-error { color: #a0392e; font-size: 0.88rem; margin-top: 0.7rem; }
@media (max-width: 900px) { .booking-wrap { grid-template-columns: 1fr; } }

/* ---------- Admin ---------- */
.admin-wrap { padding: 8.5rem 0 4rem; min-height: 80vh; }
.admin-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1.8rem; }
.admin-head h1 { font-size: clamp(1.7rem, 4vw, 2.4rem); color: var(--walnut-900); }
.admin-login { max-width: 420px; margin: 3rem auto 0; }
.admin-toolbar { display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: end; margin-bottom: 1.4rem; }
.admin-toolbar .field { margin-bottom: 0; }
.admin-table-wrap { overflow-x: auto; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.admin-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; min-width: 720px; }
.admin-table th {
  text-align: left;
  font-family: var(--font-display);
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-muted);
  padding: 0.9rem 1.1rem;
  border-bottom: 1px solid var(--line);
  background: var(--white-2);
}
.admin-table td { padding: 0.85rem 1.1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.admin-table tr:last-child td { border-bottom: 0; }
.admin-table tr:hover td { background: rgba(185, 139, 46, 0.05); }
.tag { display: inline-block; padding: 0.2rem 0.65rem; border-radius: 999px; font-size: 0.72rem; font-weight: 600; }
.tag.gebucht { background: var(--gold-soft); color: var(--gold-strong); }
.tag.bestaetigt { background: rgba(94, 155, 74, 0.16); color: #3c6e2e; }
.tag.blockiert { background: var(--walnut-700); color: var(--gold-light); }
.tag.web { background: rgba(94, 155, 74, 0.14); color: #3c6e2e; }
.tag.admin { background: rgba(76, 195, 138, 0.0); border: 1px solid var(--line-strong); color: var(--text-muted); }
.tag.frei { background: transparent; border: 1px dashed var(--line-strong); color: var(--text-muted); }
.tag.storniert { background: rgba(160, 57, 46, 0.12); color: #a0392e; }
.tag.code { background: transparent; border: 1px solid var(--gold); color: var(--gold-strong); letter-spacing: 0.04em; }
.tag.neu { background: var(--gold-strong); color: #fff; }

/* ---------- Admin: Kalender + Tagesansicht ---------- */
.admin-sub {
  font-family: var(--font-display); font-size: 1.3rem; color: var(--walnut-900);
  margin: 2.4rem 0 1rem;
}
.admin-cal-wrap { display: grid; grid-template-columns: 1fr 1.15fr; gap: 1.4rem; align-items: start; }
@media (max-width: 900px) { .admin-cal-wrap { grid-template-columns: 1fr; } }
.acal-grid { gap: 0.3rem; }
.acal-day {
  aspect-ratio: 1;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--white);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
  font-size: 0.88rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
}
.acal-day b { font-weight: 600; }
.acal-day.leer { background: transparent; border-color: transparent; color: var(--text-muted); }
.acal-day:hover { border-color: var(--gold); background: var(--gold-soft); color: var(--walnut-900); transform: scale(1.05); }
.acal-day.heute { border-color: var(--gold-strong); }
.acal-day.selected, .acal-day.selected:hover { background: var(--walnut-900); color: var(--gold-light); border-color: var(--walnut-900); }
.acal-dots { display: flex; gap: 3px; min-height: 6px; }
.acal-dots i { width: 6px; height: 6px; border-radius: 50%; }
.acal-dots i.d-gebucht { background: var(--gold-strong); }
.acal-dots i.d-bestaetigt { background: #4d8a3a; }
.acal-dots i.d-blockiert { background: var(--walnut-700); }
.acal-dots i.ganz { width: 22px; border-radius: 3px; }
.acal-day.selected .acal-dots i.d-blockiert { background: var(--gold-light); }

.slot-row {
  display: flex; align-items: center; gap: 0.9rem;
  padding: 0.75rem 0.2rem;
  border-bottom: 1px solid var(--line);
}
.slot-row:last-child { border-bottom: 0; }
.sr-zeit { font-family: var(--font-display); font-weight: 700; font-size: 0.95rem; color: var(--walnut-900); width: 3.2rem; flex: none; }
.sr-info { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 0.3rem; align-items: flex-start; }
.sr-wer { font-size: 0.86rem; line-height: 1.45; overflow-wrap: anywhere; }
.sr-wer small { color: var(--text-muted); }
.sr-akt { display: flex; flex-wrap: wrap; gap: 0.35rem; justify-content: flex-end; }
@media (max-width: 560px) {
  .slot-row { flex-wrap: wrap; }
  .sr-akt { width: 100%; justify-content: flex-start; padding-left: 4.1rem; }
}

/* ---------- Admin: Filter-Chips + Termin-Karten ---------- */
.chip-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0.9rem 0 1.2rem; }
.chip {
  padding: 0.45rem 1.05rem;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: var(--white);
  font-size: 0.82rem; font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  transition: all 0.2s;
}
.chip:hover { border-color: var(--gold); color: var(--walnut-900); }
.chip.active { background: var(--walnut-900); border-color: var(--walnut-900); color: var(--gold-light); }

.termin-cards { display: flex; flex-direction: column; gap: 0.7rem; }
.tag-gruppe {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  overflow: hidden;
}
.tag-gruppe summary {
  list-style: none;
  display: flex; align-items: baseline; gap: 0.9rem; flex-wrap: wrap;
  padding: 0.85rem 1.15rem;
  cursor: pointer;
  user-select: none;
}
.tag-gruppe summary::-webkit-details-marker { display: none; }
.tag-gruppe summary::after {
  content: ""; margin-left: auto; align-self: center;
  width: 9px; height: 9px;
  border-right: 2px solid var(--text-muted); border-bottom: 2px solid var(--text-muted);
  transform: rotate(45deg);
  transition: transform 0.2s;
}
.tag-gruppe[open] summary::after { transform: rotate(225deg); }
.tag-gruppe summary b { font-family: var(--font-display); font-size: 1rem; color: var(--walnut-900); }
.tg-info { font-size: 0.82rem; color: var(--text-muted); }
.tg-info em { font-style: normal; color: var(--gold-strong); font-weight: 600; }
.tag-gruppe:hover { border-color: var(--line-strong); }
.tg-cards {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1rem;
  padding: 0.2rem 1.15rem 1.15rem;
}
.btn-csv { margin-left: auto; }
@media (max-width: 640px) { .btn-csv { margin-left: 0; } }
.termin-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: 1.15rem 1.2rem;
  display: flex; flex-direction: column; gap: 0.65rem;
}
.termin-card.blockiert-card { background: var(--panel); }
.termin-card header { display: flex; align-items: baseline; justify-content: space-between; gap: 0.6rem; }
.termin-card header b { font-family: var(--font-display); font-size: 1.05rem; color: var(--walnut-900); }
.termin-card header span { font-weight: 600; color: var(--gold-strong); white-space: nowrap; }
.tc-tags { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.tc-feld { font-size: 0.88rem; line-height: 1.45; overflow-wrap: anywhere; }
.tc-feld small {
  display: block;
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 0.1rem;
}
.tc-feld a { color: var(--gold-strong); text-decoration: underline; text-underline-offset: 2px; }
.tc-leer { color: var(--text-muted); font-style: italic; }
.termin-card .tc-actions { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: auto; padding-top: 0.35rem; }
.btn-mini {
  font-size: 0.78rem; font-weight: 600;
  padding: 0.35rem 0.8rem;
  border-radius: 8px;
  border: 1px solid var(--line-strong);
  color: #a0392e;
  transition: all 0.25s;
}
.btn-mini:hover { background: #a0392e; border-color: #a0392e; color: #fff; }
.btn-mini.gold { color: var(--gold-strong); }
.btn-mini.gold:hover { background: var(--gold); border-color: var(--gold); color: #241505; }
.btn-mini.gruen { color: #3c6e2e; }
.btn-mini.gruen:hover { background: #4d8a3a; border-color: #4d8a3a; color: #fff; }

/* ---------- Naechster-Termin-Hinweis ---------- */
.next-slot {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.1rem;
  font-size: 0.88rem;
  color: var(--muted-on-dark);
}
.next-slot i {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #4dc37a;
  box-shadow: 0 0 10px rgba(77, 195, 122, 0.8);
  animation: pulse 2.2s infinite;
}
.next-slot b { color: var(--gold-light); font-family: var(--font-display); }
.next-slot-dunkel { color: var(--text-muted); margin: 0 0 1.4rem; }
.next-slot-dunkel b { color: var(--gold-strong); }

/* Chat-Bilder */
.chat .msg img {
  max-width: 240px;
  border-radius: 10px;
  margin-top: 0.4rem;
  cursor: pointer;
  display: block;
}

/* ---------- Nachrichten-Thread (Portal + Admin) ---------- */
.chat {
  display: grid;
  gap: 0.7rem;
  max-height: 420px;
  overflow-y: auto;
  padding: 1.1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  margin-bottom: 1rem;
}
.chat .msg {
  max-width: 82%;
  padding: 0.75rem 1rem;
  border-radius: 14px;
  font-size: 0.92rem;
  line-height: 1.5;
  white-space: pre-line;
}
.chat .msg b { display: block; font-family: var(--font-display); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.25rem; color: var(--gold-strong); }
.chat .msg time { display: block; font-size: 0.68rem; color: var(--text-muted); margin-top: 0.35rem; }
.chat .msg.kunde { justify-self: end; background: var(--gold-soft); border: 1px solid rgba(185, 139, 46, 0.35); border-bottom-right-radius: 4px; }
.chat .msg.betrieb { justify-self: start; background: var(--panel); border: 1px solid var(--line); border-bottom-left-radius: 4px; }
.portal-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
  gap: 1rem;
  margin-bottom: 1.4rem;
}
.portal-summary .ps-item {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.9rem 1.1rem;
}
.portal-summary .ps-item small { display: block; font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 0.3rem; font-weight: 600; }
.portal-summary .ps-item b { font-family: var(--font-display); color: var(--walnut-900); font-size: 0.98rem; }
.admin-new { margin-top: 2rem; }
.admin-new h2 { font-family: var(--font-display); font-size: 1.15rem; color: var(--walnut-900); margin-bottom: 1rem; }
.admin-msg { margin: 0.8rem 0; font-size: 0.9rem; }
.admin-msg.ok { color: #3c6e2e; }
.admin-msg.err { color: #a0392e; }

/* ---------- Karten-Karte (Kontakt) ---------- */
.map-card {
  position: relative;
  display: block;
  margin-top: 2.6rem;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--line);
}
.map-card img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  transition: transform 0.8s var(--ease-out), filter 0.4s;
}
.map-card:hover img { transform: scale(1.03); filter: saturate(1.1); }
.map-card .map-cta {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(32, 20, 16, 0);
  transition: background 0.35s;
}
.map-card .map-cta .btn { opacity: 0; transform: translateY(10px); transition: opacity 0.35s, transform 0.4s var(--ease-out); pointer-events: none; }
.map-card:hover .map-cta { background: rgba(32, 20, 16, 0.25); }
.map-card:hover .map-cta .btn { opacity: 1; transform: translateY(0); }
@media (hover: none) {
  .map-card .map-cta { background: none; align-items: end; justify-items: end; padding: 1rem; }
  .map-card .map-cta .btn { opacity: 1; transform: none; }
}
.map-card .map-attribution {
  position: absolute;
  right: 0.6rem; bottom: 0.4rem;
  font-size: 0.62rem;
  color: rgba(43, 30, 20, 0.75);
  background: rgba(255, 255, 255, 0.75);
  padding: 0.15rem 0.5rem;
  border-radius: 6px;
}

/* ---------- Footer ---------- */
footer {
  background: linear-gradient(170deg, var(--walnut-900), var(--walnut-950));
  color: var(--muted-on-dark);
  padding: 4rem 0 2rem;
  margin-top: var(--section-pad);
  overflow: hidden;
}
.footer-word {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(3.4rem, 11vw, 9.5rem);
  letter-spacing: -0.03em;
  line-height: 0.95;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(217, 173, 85, 0.22);
  white-space: nowrap;
  margin-bottom: 3rem;
  user-select: none;
}
.footer-word .amp { -webkit-text-stroke-color: rgba(217, 173, 85, 0.45); }
footer.tight { margin-top: 0; }
.footer-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2.4rem; margin-bottom: 3rem; }
.footer-grid .logo-word { color: var(--text-on-dark); }
.footer-grid .logo-word small { color: var(--muted-on-dark); }
.footer-grid > div:first-child p { color: var(--muted-on-dark); font-size: 0.9rem; max-width: 24rem; margin-top: 0.9rem; }
.footer-links { display: flex; gap: clamp(1.6rem, 4vw, 3.4rem); flex-wrap: wrap; }
.footer-links .f-head {
  font-family: var(--font-display);
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 0.9rem;
}
.footer-links a { display: block; padding: 0.26rem 0; color: var(--muted-on-dark); font-size: 0.9rem; transition: color 0.25s, transform 0.25s; }
/* Groessere Tap-Flaechen auf Touch-Geraeten */
@media (pointer: coarse) {
  .footer-links a { padding: 0.5rem 0; }
}
.footer-links a:hover { color: var(--gold-light); transform: translateX(4px); }
.footer-bottom {
  border-top: 1px solid var(--line-dark);
  padding-top: 1.5rem;
  display: flex; flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.8rem;
}
.footer-bottom a:hover { color: var(--gold-light); }

/* ---------- WhatsApp Float ---------- */
#wa-float {
  position: fixed; right: 1.4rem; bottom: 1.4rem;
  z-index: 900;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #25d366;
  display: grid; place-items: center;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
  transition: transform 0.3s var(--ease-out);
}
#wa-float:hover { transform: scale(1.1) rotate(6deg); }
#wa-float svg { width: 29px; height: 29px; fill: #fff; }

/* ---------- Legal ---------- */
.legal-page { padding: 9rem 0 4rem; min-height: 70vh; }
.legal-page h1 { font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 2rem; color: var(--walnut-900); }
.legal-page h2 { font-family: var(--font-display); font-size: 1.2rem; margin: 2rem 0 0.6rem; color: var(--walnut-900); }
.legal-page p, .legal-page li { color: var(--text-muted); max-width: 46rem; margin-bottom: 0.7rem; }
.legal-page ul { list-style: disc; padding-left: 1.4rem; }
.legal-todo {
  border: 1px dashed rgba(185, 139, 46, 0.6);
  background: var(--gold-soft);
  color: var(--gold-strong);
  border-radius: 10px;
  padding: 0.9rem 1.2rem;
  font-size: 0.88rem;
  margin: 1rem 0;
  max-width: 46rem;
}

/* ---------- Reveals ---------- */
[data-reveal] { opacity: 0; transform: translateY(36px); will-change: transform, opacity; }
.no-js [data-reveal], .reduced-motion [data-reveal] { opacity: 1; transform: none; }

/* ---------- Prose (Leistungsseiten-Text) ---------- */
.prose { max-width: 52rem; }
.prose h2 { font-family: var(--font-display); font-size: clamp(1.3rem, 2.6vw, 1.7rem); color: var(--walnut-900); margin: 2.4rem 0 0.8rem; }
.prose p { color: var(--text-muted); margin-bottom: 1rem; font-size: 1rem; }
.prose strong { color: var(--walnut-800); }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .search-box { width: 150px; }
  .main-nav { gap: 1.2rem; }
}
@media (max-width: 940px) {
  .main-nav, .header-cta, .search-wrap { display: none; }
  #burger { display: block; }
  .split-grid, .contact-grid { grid-template-columns: 1fr; }
  .stats-band { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-left: 0; }
  .stat { padding-top: 1.5rem; }
  .hero-meta { gap: 1.8rem; }
  .scroll-hint { display: none; }
  .masonry { columns: 2 220px; }
}
@media (max-width: 760px) {
  #hero-canvas { opacity: 0.5; }
}
@media (max-width: 560px) { .masonry { columns: 1; } }

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