/* =========================================================
   LÖGL Haus- & Küchengeräte — Mattsee am See (seit 1914)
   "Million Euro Agency" High-End Editorial Design System
   Master Mobile Perfection Upgrade (320px to 4K Displays)
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Jost:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

:root {
  --paper:        #fbf9f5;   /* ultra warm cream base */
  --paper-2:      #ffffff;   /* cards / crisp white */
  --paper-3:      #f3efe6;   /* alt fills & chips */
  --paper-dark:   #161513;   /* obsidian dark fill */
  
  --ink:          #161513;   /* warm deep obsidian */
  --ink-2:        #2d2b27;
  --ink-soft:     #6b665e;   /* warm grey text */
  --ink-mute:     #969085;
  
  --gold:         #c49a45;   /* noble warm gold */
  --gold-light:   #f4ebd9;   /* pale gold tint */
  --gold-dark:    #9e792e;
  --gold-glow:    rgba(196, 154, 69, 0.18);
  
  --line:         rgba(22, 21, 19, 0.08);
  --line-2:       rgba(22, 21, 19, 0.16);
  --line-gold:    rgba(196, 154, 69, 0.35);

  --on-dark:      #f4efe6;
  --on-dark-soft: rgba(244, 239, 230, 0.68);
  --on-dark-line: rgba(244, 239, 230, 0.12);

  --serif: "Cormorant Garamond", Georgia, serif;
  --sans:  "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  --price: "Jost", "Plus Jakarta Sans", -apple-system, sans-serif;

  --wrap: 1280px;
  --sp: 8.5rem;
  --r: 16px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-sm: 0 4px 20px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 24px 60px -15px rgba(22, 21, 19, 0.10);
  --shadow-glow: 0 0 30px rgba(196, 154, 69, 0.25);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 90px; zoom: 0.9; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink-2);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden !important; }

img, svg, iframe { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--gold); color: #fff; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 32px; }

/* ---------- Icon Utilities ---------- */
.icon {
  display: inline-block; vertical-align: middle; flex-shrink: 0;
  stroke-linecap: round; stroke-linejoin: round; transition: transform 0.3s var(--ease);
}
.icon--gold { color: var(--gold); }
.icon--arrow { transition: transform 0.3s var(--ease); }
.link-arrow:hover .icon--arrow { transform: translateX(4px); }

/* ---------- Type Primitives ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.75rem;
  font-family: var(--sans); font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold-dark); margin-bottom: 1rem;
}
.eyebrow::before { content: ""; width: 28px; height: 1.5px; background: var(--gold); }
.eyebrow--dark { color: var(--gold-dark); }
.eyebrow--light { color: var(--gold-light); }
.eyebrow--light::before { background: var(--gold); }

.section-title {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(2rem, 4.5vw, 3.8rem);
  line-height: 1.08; letter-spacing: -0.015em; color: var(--ink); margin: 0;
}
.section-title em { font-style: italic; font-weight: 400; color: var(--gold-dark); }

.section-head { max-width: 780px; margin-bottom: 3.5rem; }
.section-head--center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head--center .eyebrow { justify-content: center; }
.section-head--center .eyebrow::before { display: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.65rem;
  padding: 1.05em 2.2em; font-family: var(--sans); font-size: 0.92rem; font-weight: 600;
  letter-spacing: 0.03em; border-radius: 8px; cursor: pointer; min-height: 46px;
  border: 1px solid transparent; transition: all 0.35s var(--ease);
  touch-action: manipulation;
}
.btn--primary {
  background: var(--ink); color: #fff;
  box-shadow: 0 10px 25px -8px rgba(22, 21, 19, 0.4);
}
.btn--primary:hover {
  background: var(--gold-dark); color: #fff;
  transform: translateY(-3px); box-shadow: 0 16px 30px -10px rgba(158, 121, 46, 0.4);
}
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn--ghost:hover { border-color: var(--gold-dark); color: var(--gold-dark); background: rgba(196, 154, 69, 0.06); transform: translateY(-3px); }
.btn--gold { background: var(--gold); color: #fff; }
.btn--gold:hover { background: var(--gold-dark); transform: translateY(-3px); }
.btn--wide { width: 100%; }

/* ---------- Topbar & Live Status Pill ---------- */
.topbar { background: #121110; color: var(--on-dark); font-size: 0.78rem; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.topbar__inner { display: flex; align-items: center; gap: 1.2rem; min-height: 44px; flex-wrap: wrap; padding-top: 0.2rem; padding-bottom: 0.2rem; }
.topbar__spacer { flex: 1; }
.topbar__item { color: var(--on-dark-soft); display: inline-flex; align-items: center; gap: 0.5rem; }
.topbar__link { transition: color 0.25s; display: inline-flex; align-items: center; gap: 0.45rem; }
.topbar__link:hover { color: var(--gold-light); }
.topbar__sep { opacity: 0.25; }

.status-badge {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.32em 0.9em; border-radius: 30px; font-size: 0.73rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase; background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.14);
}
.status-badge__dot {
  width: 8px; height: 8px; border-radius: 50%; background: #4ae076;
  box-shadow: 0 0 10px #4ae076; animation: pulseDot 2s infinite; display: inline-block;
}
.status-badge--closed .status-badge__dot { background: #e0934a; box-shadow: 0 0 10px #e0934a; }

@keyframes pulseDot {
  0% { transform: scale(0.92); opacity: 0.85; }
  50% { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(0.92); opacity: 0.85; }
}

/* ---------- Header & Navigation ---------- */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251, 249, 245, 0.96);
  backdrop-filter: blur(20px) saturate(1.2); -webkit-backdrop-filter: blur(20px) saturate(1.2);
  border-bottom: 1px solid transparent; transition: all 0.4s var(--ease);
}
.header.is-stuck { border-color: var(--line); box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05); }
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 104px; }

.brand { display: flex; align-items: center; gap: 0.8rem; line-height: 0; }
.brand__logo { height: 84px; width: auto; mix-blend-mode: multiply; transition: opacity 0.3s, transform 0.3s; }

.nav { display: flex; align-items: center; gap: 1.8rem; }
.nav__link {
  position: relative; font-size: 0.86rem; font-weight: 700; color: var(--ink-2); padding: 6px 0;
  letter-spacing: 0.06em; text-transform: uppercase; transition: color 0.25s;
}
.nav__link::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px;
  background: var(--gold-dark); transition: width 0.35s var(--ease);
}
.nav__link:hover, .nav__link.is-active { color: var(--gold-dark); }
.nav__link:hover::after, .nav__link.is-active::after { width: 100%; }

.burger { display: none; background: none; border: 0; cursor: pointer; width: 44px; height: 44px; padding: 10px 8px; position: relative; }
.burger span { position: absolute; left: 8px; right: 8px; height: 2.5px; background: var(--ink); border-radius: 2px; transition: transform 0.4s var(--ease), opacity 0.3s; }
.burger span:nth-child(1) { top: 12px; }
.burger span:nth-child(2) { top: 21px; }
.burger span:nth-child(3) { top: 30px; }

/* ---------- COMPACT SUBHERO ---------- */
.subhero {
  background: linear-gradient(180deg, #f5f1e8 0%, var(--paper) 100%);
  padding: 2.2rem 0 1.8rem; border-bottom: 1px solid var(--line);
}
.subhero__inner { max-width: 860px; }
.subhero__breadcrumb {
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold-dark); margin-bottom: 0.5rem; display: flex; align-items: center; gap: 0.4rem; flex-wrap: wrap;
}
.subhero__breadcrumb a { color: var(--ink-soft); transition: color 0.25s; }
.subhero__breadcrumb a:hover { color: var(--ink); }
.subhero__title {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(2.1rem, 4vw, 3.4rem); line-height: 1.05; color: var(--ink); margin: 0 0 0.5rem;
}
.subhero__title em { font-style: italic; font-weight: 400; color: var(--gold-dark); }
.subhero__lead { font-size: 1.02rem; color: var(--ink-soft); line-height: 1.6; margin: 0; }

/* ---------- Hero Section (Side-by-side 2 Column Grid) ---------- */
.hero { position: relative; background: linear-gradient(180deg, #f7f4ed 0%, var(--paper) 100%); overflow: hidden; padding: 2.5rem 0 4.5rem; }
.hero__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 4rem; align-items: center; min-height: 540px; }
.hero__content { max-width: 620px; position: relative; z-index: 2; }
.hero__title {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(2.5rem, 5.2vw, 5rem); line-height: 1.02; letter-spacing: -0.02em;
  color: var(--ink); margin: 0 0 1.8rem;
}
.hero__title em { font-style: italic; font-weight: 400; color: var(--gold-dark); }
.hero__lead { max-width: 32rem; color: var(--ink-soft); font-size: 1.12rem; margin: 0 0 2.5rem; line-height: 1.7; }
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3.5rem; }
.hero__meta { display: flex; gap: 0; background: var(--paper-2); padding: 1.2rem; border-radius: 14px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.hero__meta div { display: flex; flex-direction: column; padding: 0 1.8rem; border-left: 1px solid var(--line); }
.hero__meta div:first-child { padding-left: 0.4rem; border-left: 0; }
.hero__meta strong { font-family: var(--serif); font-size: 2.2rem; font-weight: 600; line-height: 1; color: var(--ink); }
.hero__meta span { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); margin-top: 0.4rem; }

.hero__media { position: relative; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--line); aspect-ratio: 3 / 2; max-height: 68vh; transform: translateY(-78px); }
.hero__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.hero__media:hover img { transform: scale(1.04); }

/* ---------- HERO SLIDESHOW (DIASHOW) ---------- */
.slideshow { position: absolute; inset: 0; }
.slideshow__track { position: absolute; inset: 0; }
.slide { position: absolute; inset: 0; margin: 0; opacity: 0; z-index: 0; pointer-events: none; transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1); }
.slide.is-active { opacity: 1; z-index: 1; pointer-events: auto; }
.slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: transform 6s cubic-bezier(0.22, 1, 0.36, 1); }
.slide.is-active img { transform: scale(1.07); }

.slideshow__arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 44px; height: 44px; display: grid; place-items: center;
  border: none; border-radius: 50%; cursor: pointer;
  background: rgba(255,255,255,0.82); color: var(--ink);
  box-shadow: 0 4px 16px rgba(0,0,0,0.18); backdrop-filter: blur(4px);
  opacity: 0; transition: opacity 0.35s var(--ease), background 0.25s var(--ease), transform 0.25s var(--ease);
}
.slideshow__arrow--prev { left: 0.9rem; }
.slideshow__arrow--next { right: 0.9rem; }
.slideshow:hover .slideshow__arrow, .slideshow__arrow:focus-visible { opacity: 1; }
.slideshow__arrow:hover { background: #fff; transform: translateY(-50%) scale(1.06); }

.slideshow__dots { position: absolute; left: 0; right: 0; bottom: 0.95rem; z-index: 3; display: flex; justify-content: center; gap: 0.5rem; }
.slideshow__dot { width: 9px; height: 9px; padding: 0; border: none; border-radius: 50%; cursor: pointer; background: rgba(255,255,255,0.55); box-shadow: 0 1px 4px rgba(0,0,0,0.25); transition: background 0.25s var(--ease), width 0.25s var(--ease); }
.slideshow__dot.is-active { background: #fff; width: 22px; border-radius: 5px; }

@media (max-width: 640px) {
  .slideshow__arrow { opacity: 1; width: 38px; height: 38px; }
}
@media (prefers-reduced-motion: reduce) {
  .slide, .slide img { transition: none; }
  .slide img { transform: none; }
}

/* ---------- BRANDS HORIZONTAL GRID ---------- */
.brands { padding: 3rem 0; background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.brands__label { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-dark); text-align: center; margin-bottom: 2rem; }
.brands__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.2rem; align-items: center; justify-items: center; }
.brand-card {
  width: 100%; height: 64px; display: flex; align-items: center; justify-content: center;
  padding: 0.5rem 0.8rem; background: #fff; border: 1px solid var(--line); border-radius: 10px;
  transition: all 0.3s var(--ease); box-shadow: var(--shadow-sm);
}
.brand-card:hover { border-color: var(--line-gold); transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.brand-card img { max-height: 36px; width: auto; object-fit: contain; filter: none; opacity: 1; transition: transform 0.3s var(--ease); }
.brand-card:hover img { transform: scale(1.06); }

/* ---------- INTRO SECTION ---------- */
.intro { padding: 6rem 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.intro__grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 4.5rem; align-items: center; }
.intro__photo { margin: 0; position: relative; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--line); }
.intro__photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1 / 1; }
.intro__body { display: flex; flex-direction: column; gap: 1.2rem; }
.owner-quote {
  margin-top: 1rem; padding: 1.4rem 1.8rem; background: var(--paper-2); border-left: 3px solid var(--gold-dark);
  border-radius: 0 12px 12px 0; font-family: var(--serif); font-size: 1.25rem; font-style: italic;
  color: var(--ink); line-height: 1.6; box-shadow: var(--shadow-sm);
}

/* ---------- VORTEILE BANNER GRID ---------- */
.vorteile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; text-align: center; }

/* ---------- SORTIMENT SHOWCASE ---------- */
.sortiment { padding: 6.5rem 0; background: var(--paper-3); }
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
.card {
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; display: flex; flex-direction: column; transition: all 0.4s var(--ease);
  box-shadow: var(--shadow-sm);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--line-gold); }
.card__media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--paper); position: relative; margin: 0; border-bottom: 1px solid var(--line); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.card:hover .card__media img { transform: scale(1.05); }
.card__body { padding: 2.2rem; display: flex; flex-direction: column; flex: 1; }
.card__num { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 0.6rem; }
.card__title { font-family: var(--serif); font-size: 1.85rem; font-weight: 500; color: var(--ink); margin: 0 0 0.8rem; }
.card__text { color: var(--ink-soft); font-size: 0.98rem; line-height: 1.65; margin: 0 0 1.4rem; }
.card__brands { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.06em; color: var(--gold-dark); margin-bottom: 1.6rem; }
.link-arrow { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.88rem; font-weight: 700; color: var(--ink); margin-top: auto; transition: color 0.25s; }
.link-arrow:hover { color: var(--gold-dark); }

/* ---------- STATEMENT BAND ---------- */
.statement { position: relative; padding: 7rem 0; background: #121110; color: var(--on-dark); overflow: hidden; text-align: center; }
.statement__bg { position: absolute; inset: 0; opacity: 0.48; }
.statement__bg img { width: 100%; height: 100%; object-fit: cover; filter: none; }
.statement__inner { position: relative; z-index: 2; max-width: 820px; margin: 0 auto; }
.statement__quote { font-family: var(--serif); font-size: clamp(2.1rem, 5vw, 4rem); font-weight: 500; line-height: 1.1; margin: 0 0 1.2rem; }
.statement__quote em { font-style: italic; color: var(--gold-light); }
.statement__sub { font-size: 1.1rem; color: var(--on-dark-soft); margin: 0; }

/* ---------- VALUES SECTION ---------- */
.values { padding: 6.5rem 0; background: var(--paper); }
.values__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.2rem; }
.value {
  background: var(--paper-2); padding: 2.5rem 2rem; border-radius: var(--r); border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); transition: all 0.35s var(--ease);
}
.value:hover { border-color: var(--line-gold); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.value__icon {
  width: 52px; height: 52px; border-radius: 12px; background: var(--gold-light); color: var(--gold-dark);
  display: grid; place-items: center; margin-bottom: 1.4rem; transition: all 0.3s;
}
.value:hover .value__icon { background: var(--gold-dark); color: #fff; }
.value h3 { font-family: var(--serif); font-size: 1.45rem; font-weight: 500; color: var(--ink); margin: 0 0 0.8rem; }
.value p { color: var(--ink-soft); font-size: 0.95rem; line-height: 1.65; margin: 0; }

/* ---------- GALLERY / IMPRESSIONS ---------- */
.gallery { padding: 6.5rem 0; background: var(--paper-3); border-top: 1px solid var(--line); }
.gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.gallery__item {
  margin: 0; position: relative; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-sm);
  border: 1px solid var(--line); aspect-ratio: 1 / 1; cursor: pointer;
}
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.gallery__item:hover img { transform: scale(1.08); }
.gallery__zoom-icon {
  position: absolute; top: 1rem; right: 1rem; width: 36px; height: 36px; border-radius: 50%;
  background: rgba(22, 21, 19, 0.75); backdrop-filter: blur(8px); color: #fff; display: grid; place-items: center;
  opacity: 0; transform: scale(0.8); transition: all 0.3s var(--ease);
}
.gallery__item:hover .gallery__zoom-icon { opacity: 1; transform: scale(1); }
.gallery__item:focus-visible { outline: 3px solid var(--gold-dark); outline-offset: 3px; }

/* ---------- GALERIE-LIGHTBOX ---------- */
.glightbox {
  position: fixed; inset: 0; z-index: 3000;
  display: flex; align-items: center; justify-content: center;
  padding: clamp(1rem, 4vw, 3rem);
  background: rgba(18, 17, 15, 0.92); backdrop-filter: blur(6px);
  opacity: 0; transition: opacity 0.3s var(--ease);
}
.glightbox[hidden] { display: none !important; }
.glightbox.is-open { opacity: 1; }
.glightbox__stage {
  margin: 0; position: relative; display: flex; flex-direction: column; align-items: center;
  max-width: min(1100px, 100%); max-height: 100%;
}
.glightbox__img {
  display: block; max-width: 100%; max-height: calc(100vh - 8rem);
  width: auto; height: auto; object-fit: contain;
  border-radius: var(--r); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  background: #fff; transform: scale(0.96); transition: transform 0.3s var(--ease);
}
.glightbox.is-open .glightbox__img { transform: scale(1); }
.glightbox__caption {
  margin-top: 1rem; color: rgba(255, 255, 255, 0.85); font-size: 0.9rem; text-align: center;
  max-width: 60ch; line-height: 1.5;
}
.glightbox__close {
  position: absolute; top: 1.2rem; right: 1.2rem; z-index: 2;
  width: 46px; height: 46px; border-radius: 50%; border: none; cursor: pointer;
  background: rgba(255, 255, 255, 0.12); color: #fff; display: grid; place-items: center;
  transition: background 0.25s var(--ease), transform 0.25s var(--ease);
}
.glightbox__close:hover { background: rgba(255, 255, 255, 0.25); transform: rotate(90deg); }
.glightbox__nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 52px; height: 52px; border-radius: 50%; border: none; cursor: pointer;
  background: rgba(255, 255, 255, 0.12); color: #fff; display: grid; place-items: center;
  transition: background 0.25s var(--ease);
}
.glightbox__nav:hover { background: rgba(255, 255, 255, 0.25); }
.glightbox__nav--prev { left: 1.2rem; }
.glightbox__nav--next { right: 1.2rem; }
.glightbox__counter {
  position: absolute; bottom: 1.4rem; left: 50%; transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.75); font-size: 0.85rem; letter-spacing: 0.05em;
}
body.glightbox-open { overflow: hidden; }
@media (max-width: 640px) {
  .glightbox { padding: 0; }
  .glightbox__img { max-height: 72vh; border-radius: 0; }
  .glightbox__close { top: 0.9rem; right: 0.9rem; width: 42px; height: 42px; }
  .glightbox__nav { width: 44px; height: 44px; }
  .glightbox__nav--prev { left: 0.5rem; }
  .glightbox__nav--next { right: 0.5rem; }
  .glightbox__caption { padding: 0 1rem; font-size: 0.82rem; }
}

/* ---------- NEWS & PRESSE PAGE STYLES ---------- */
.press { padding: 4.5rem 0 6rem; background: var(--paper); }
.press__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.8rem; }
.press__item {
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 2.2rem; display: flex; flex-direction: column; transition: all 0.35s var(--ease);
  box-shadow: var(--shadow-sm); text-decoration: none; color: var(--ink);
}
.press__item:hover { border-color: var(--line-gold); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.press__tag { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 0.6rem; }
.press__item h3 { font-family: var(--serif); font-size: 1.6rem; font-weight: 500; margin: 0 0 1.2rem; line-height: 1.25; color: var(--ink); }
.press__pdf { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; font-weight: 700; color: var(--ink-soft); margin-top: auto; transition: color 0.25s; }
.press__item:hover .press__pdf { color: var(--gold-dark); }

.story { padding: 6.5rem 0; background: var(--paper-3); border-top: 1px solid var(--line); }
.story__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 4.5rem; align-items: start; }
.story__left { display: flex; flex-direction: column; gap: 1.2rem; }
.story__photo { margin: 1.5rem 0 0; border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-md); }
.story__photo img { width: 100%; height: auto; display: block; }

.timeline { list-style: none; padding: 0; margin: 0; position: relative; border-left: 2px solid var(--line-gold); padding-left: 2.2rem; }
.timeline__item { position: relative; margin-bottom: 2.4rem; }
.timeline__item:last-child { margin-bottom: 0; }
.timeline__item::before {
  content: ""; position: absolute; left: -2.75rem; top: 0.35rem; width: 14px; height: 14px;
  border-radius: 50%; background: var(--paper); border: 3px solid var(--gold-dark); box-shadow: 0 0 0 4px var(--paper-3);
}
.timeline__year { display: inline-block; font-family: var(--serif); font-size: 1.5rem; font-weight: 700; color: var(--gold-dark); margin-bottom: 0.2rem; }
.timeline__item h4 { font-size: 1.1rem; font-weight: 700; color: var(--ink); margin: 0 0 0.4rem; }
.timeline__item p { font-size: 0.94rem; color: var(--ink-soft); line-height: 1.6; margin: 0; }

/* ---------- KONTAKT & ANFRAGE PAGE STYLES ---------- */
.kontakt { background: var(--paper); }
.kontakt__grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 4.5rem; }
.kontakt__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1.8rem; }
.kontakt__block h3 { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-dark); margin: 0 0 0.6rem; }
.kontakt__block p { font-size: 0.95rem; color: var(--ink-soft); line-height: 1.65; margin: 0; }

.hours { width: 100%; border-collapse: collapse; font-size: 0.92rem; }
.hours td { padding: 0.55rem 0; border-bottom: 1px dashed var(--line); vertical-align: top; }
.hours tr:last-child td { border-bottom: 0; }
.hours tr.is-today td { color: var(--gold-dark); font-weight: 700; }
.hours__closed td { color: var(--ink-mute); }

.kontakt__map { position: relative; border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); aspect-ratio: 16 / 9; min-height: 340px; }
.kontakt__map iframe { width: 100%; height: 100%; border: 0; filter: contrast(1.05) saturate(1.1); }
.kontakt__maplink {
  position: absolute; bottom: 12px; right: 12px; background: rgba(22, 21, 19, 0.9); color: #fff;
  padding: 0.5em 1em; border-radius: 30px; font-size: 0.78rem; font-weight: 700; backdrop-filter: blur(10px);
  display: inline-flex; align-items: center; gap: 0.4rem; transition: background 0.3s;
}
.kontakt__maplink:hover { background: var(--gold-dark); }

/* Form Styles */
.form { background: var(--paper-2); padding: 2.8rem; border-radius: var(--r); }
.form__note { font-size: 0.94rem; color: var(--ink-soft); margin: 0 0 1.8rem; line-height: 1.6; }
.form__topics { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.topic-btn {
  padding: 0.55em 1.1em; border-radius: 20px; font-size: 0.82rem; font-weight: 600;
  background: var(--paper-3); border: 1px solid var(--line); color: var(--ink-soft);
  cursor: pointer; transition: all 0.25s var(--ease);
}
.topic-btn:hover { border-color: var(--line-gold); color: var(--gold-dark); background: #fff; }
.topic-btn.is-selected { background: var(--ink); color: #fff; border-color: var(--ink); box-shadow: var(--shadow-sm); }

.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.field { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1.3rem; }
.field span { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--gold-dark); }
.field input, .field textarea, .field select {
  font-family: var(--sans); font-size: 0.95rem; color: var(--ink); padding: 0.85em 1.1em;
  border: 1px solid var(--line-2); border-radius: 8px; background: var(--paper);
  transition: border-color 0.3s, box-shadow 0.3s; width: 100%; min-height: 46px;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--gold-dark); box-shadow: 0 0 0 4px var(--gold-glow); background: #fff;
}
.checkbox { display: flex; align-items: flex-start; gap: 0.8rem; font-size: 0.84rem; color: var(--ink-soft); margin-bottom: 1.8rem; cursor: pointer; }
.checkbox input { margin-top: 0.25rem; accent-color: var(--gold-dark); width: 18px; height: 18px; flex-shrink: 0; }
.form__status { margin-top: 1rem; padding: 0.8rem 1.1rem; border-radius: 8px; font-size: 0.9rem; font-weight: 600; display: none; }
.form__status.is-success { background: rgba(46, 125, 50, 0.1); color: #2e7d32; border: 1px solid rgba(46, 125, 50, 0.25); display: block; }
.form__status.is-error { background: rgba(198, 40, 40, 0.1); color: #c62828; border: 1px solid rgba(198, 40, 40, 0.25); display: block; }

/* ---------- SORTIMENT TABS & CHIPS ---------- */
.sortiment-tabs { display: flex; gap: 0.8rem; flex-wrap: wrap; margin-bottom: 2.8rem; }
.sortiment-tab {
  padding: 0.65em 1.4em; border-radius: 30px; font-size: 0.84rem; font-weight: 700;
  background: var(--paper-3); border: 1px solid var(--line); color: var(--ink-soft);
  cursor: pointer; transition: all 0.3s var(--ease); white-space: nowrap; min-height: 42px;
  touch-action: manipulation;
}
.sortiment-tab:hover { border-color: var(--line-gold); color: var(--gold-dark); background: #fff; }
.sortiment-tab.is-active { background: var(--ink); color: #fff; border-color: var(--ink); box-shadow: var(--shadow-sm); }

/* ---------- Product Grid & Compact Shop Cards ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
#productGrid { grid-auto-rows: 1fr; }
.prod-card {
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; display: flex; flex-direction: column; transition: all 0.4s var(--ease);
  box-shadow: var(--shadow-sm);
}

.prod-card--compact { padding: 0; }
.prod-card--compact .prod-card__img {
  aspect-ratio: 4 / 3; max-height: 190px; background: #fff; overflow: hidden; position: relative;
  border-bottom: 1px solid var(--line);
}
.prod-card--compact .prod-card__img img {
  width: 100%; height: 100%; object-fit: contain; padding: 1.2rem; transition: transform 0.6s var(--ease);
}
.prod-card--compact:hover .prod-card__img img { transform: scale(1.06); }
.prod-card--compact .prod-card__body { padding: 1.3rem; display: flex; flex-direction: column; flex: 1; }
.prod-card--compact .prod-card__title { font-size: 1.18rem; margin: 0 0 0.4rem; line-height: 1.3; color: var(--ink); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; overflow: hidden; min-height: 2.6em; }
.prod-card--compact .prod-card__desc { font-size: 0.86rem; color: var(--ink-soft); line-height: 1.5; margin: 0 0 1rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; overflow: hidden; min-height: 3em; }

/* ---------- FLUSH ACTION CARD BANNER IMAGE STYLING ---------- */
.card__media--banner {
  width: 100%; aspect-ratio: 16 / 9; overflow: hidden; position: relative;
  border-bottom: 1px solid var(--line); background: #fff;
}
.card__media--banner img {
  width: 100%; height: 100%; object-fit: contain; object-position: center;
  transition: transform 0.6s var(--ease);
}
.card:hover .card__media--banner img { transform: scale(1.05); }

/* ---------- LIGHTBOX / MODAL OVERLAY FIX ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 200; background: rgba(14, 13, 11, 0.88);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  display: none !important; place-items: center; padding: 2rem;
  opacity: 0; pointer-events: none; transition: opacity 0.4s var(--ease);
  overflow-y: auto;
}
.lightbox.is-open {
  display: grid !important; opacity: 1; pointer-events: auto;
}
.lightbox__content { max-width: 900px; width: 100%; max-height: 90vh; overflow-y: auto; display: flex; flex-direction: column; }

/* ---------- WARM LUXURY OWNER ADMIN PORTAL STYLES ---------- */
.admin-luxury { background: var(--paper); color: var(--ink); min-height: 100vh; display: flex; flex-direction: column; font-family: var(--sans); }
.admin-card-luxury { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r); padding: 2rem; box-shadow: var(--shadow-sm); transition: all 0.3s var(--ease); }
.admin-card-luxury:hover { border-color: var(--line-gold); box-shadow: var(--shadow-lg); }

.admin-input-luxury {
  font-family: var(--sans); font-size: 0.95rem; color: var(--ink);
  padding: 0.85em 1.1em; border: 1px solid var(--line-2); border-radius: 8px;
  background: var(--paper); transition: border-color 0.3s, box-shadow 0.3s; width: 100%; min-height: 46px;
}
.admin-input-luxury:focus { outline: none; border-color: var(--gold-dark); box-shadow: 0 0 0 4px var(--gold-glow); }

.admin-table-container { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.admin-table-luxury { width: 100%; border-collapse: collapse; text-align: left; min-width: 650px; }
.admin-table-luxury th { padding: 1.1rem 1.2rem; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-dark); background: var(--paper-3); border-bottom: 1px solid var(--line); white-space: nowrap; }
.admin-table-luxury td { padding: 1.1rem 1.2rem; border-bottom: 1px solid var(--line); vertical-align: middle; font-size: 0.95rem; }
.admin-table-luxury tr:hover td { background: rgba(196, 154, 69, 0.03); }

.file-dropzone {
  border: 2px dashed var(--line-gold); border-radius: 12px; padding: 1.5rem; text-align: center;
  background: var(--paper-3); cursor: pointer; transition: all 0.3s var(--ease); position: relative;
}
.file-dropzone:hover { background: var(--gold-light); border-color: var(--gold-dark); }
.file-dropzone input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; height: 100%; }

/* Switch Toggle */
.switch { position: relative; display: inline-block; width: 46px; height: 26px; }
.switch input { opacity: 0; width: 0; height: 0; }
.slider { position: absolute; cursor: pointer; inset: 0; background-color: #d1cbbd; transition: .3s; border-radius: 26px; }
.slider:before { position: absolute; content: ""; height: 20px; width: 20px; left: 3px; bottom: 3px; background-color: white; transition: .3s; border-radius: 50%; box-shadow: 0 2px 6px rgba(0,0,0,0.15); }
input:checked + .slider { background-color: #2e7d32; }
input:checked + .slider:before { transform: translateX(20px); }
.stock-btn { width: 34px; height: 34px; border-radius: 6px; border: 1px solid var(--line-2); background: var(--paper); color: var(--ink); font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: all 0.2s; }
.stock-btn:hover { background: var(--gold-dark); color: #fff; border-color: var(--gold-dark); }

/* ---------- Footer ---------- */
.footer { background: #121110; color: var(--on-dark); padding: 6rem 0 2.5rem; }
.footer__inner { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1.2fr; gap: 2.8rem; padding-bottom: 3.5rem; border-bottom: 1px solid var(--on-dark-line); }
.footer__logo { height: 60px; width: auto; filter: invert(1) brightness(1.8); mix-blend-mode: screen; margin-bottom: 1.2rem; }
.footer__brand p { color: var(--on-dark-soft); font-size: 0.95rem; margin: 0.5rem 0 0; }
.footer__since { font-size: 0.82rem !important; letter-spacing: 0.04em; color: var(--gold-light) !important; font-weight: 600; }
.footer__social { display: flex; gap: 0.6rem; }
.footer__social a {
  width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center;
  color: rgba(255,255,255,0.75); border: 1px solid rgba(255,255,255,0.28); background: transparent;
  transition: background 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease), transform 0.25s var(--ease);
}
.footer__social a svg { width: 18px; height: 18px; display: block; }
.footer__social a:hover { background: #fff; color: #121110; border-color: #fff; transform: translateY(-2px); }
.footer__bottom .footer__social { margin-left: auto; }
@media (max-width: 640px) {
  .footer__bottom .footer__social { margin-left: 0; }
}

/* ---------- ADMIN: Mehrbild-Upload (Thumbnails) ---------- */
.pm-thumbs { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 0.9rem; }
.pm-thumb { position: relative; width: 96px; height: 96px; border-radius: 10px; overflow: hidden; border: 2px solid var(--line); background: #fff; }
.pm-thumb.is-main { border-color: var(--gold-dark); box-shadow: 0 0 0 2px var(--gold-light); }
.pm-thumb > img { width: 100%; height: 100%; object-fit: contain; padding: 5px; }
.pm-thumb__badge { position: absolute; top: 3px; left: 3px; background: var(--gold-dark); color: #fff; font-size: 0.58rem; font-weight: 700; letter-spacing: 0.03em; padding: 2px 5px; border-radius: 4px; z-index: 2; }
.pm-thumb__btns { position: absolute; bottom: 0; left: 0; right: 0; display: flex; z-index: 2; }
.pm-thumb__btn { flex: 1; border: none; background: rgba(22,21,19,0.62); color: #fff; font-size: 0.66rem; font-weight: 700; padding: 4px 2px; cursor: pointer; transition: background 0.2s; }
.pm-thumb__btn:hover { background: rgba(22,21,19,0.85); }
.pm-thumb__btn--del:hover { background: #c62828; }
.pm-thumb--loading { display: grid; place-items: center; font-size: 0.7rem; color: var(--ink-soft); text-align: center; }

/* ---------- PRODUKT-DETAIL-GALERIE (Info-Modal) ---------- */
.pg__main { position: relative; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); background: #fff; aspect-ratio: 4 / 3; cursor: zoom-in; }
.pg__main img { width: 100%; height: 100%; object-fit: contain; padding: 0.8rem; display: block; }
.pg__arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; border-radius: 50%; border: none; cursor: pointer; background: rgba(255,255,255,0.9); color: var(--ink); display: grid; place-items: center; box-shadow: 0 2px 10px rgba(0,0,0,0.18); opacity: 0; transition: opacity 0.25s var(--ease); z-index: 2; }
.pg__main:hover .pg__arrow { opacity: 1; }
.pg__arrow--prev { left: 0.6rem; }
.pg__arrow--next { right: 0.6rem; }
.pg__zoom { position: absolute; top: 0.6rem; right: 0.6rem; width: 30px; height: 30px; border-radius: 50%; background: rgba(22,21,19,0.6); color: #fff; display: grid; place-items: center; z-index: 2; pointer-events: none; }
.pg__thumbs { display: flex; gap: 0.5rem; margin-top: 0.7rem; flex-wrap: wrap; }
.pg__thumb { width: 56px; height: 56px; border-radius: 8px; overflow: hidden; border: 2px solid var(--line); background: #fff; cursor: pointer; padding: 0; }
.pg__thumb.is-active { border-color: var(--gold-dark); box-shadow: 0 0 0 1px var(--gold-dark); }
.pg__thumb img { width: 100%; height: 100%; object-fit: contain; padding: 3px; display: block; }
@media (max-width: 640px) { .pg__arrow { opacity: 1; } }

/* Zahlen/Preise: klare, gut lesbare Schrift statt verschnörkeltem Serif */
[id^="kpi"] { font-family: var(--price) !important; font-variant-numeric: tabular-nums; letter-spacing: 0.01em; }

/* Reservierungen: Status-Filter */
.res-filter { font-family: var(--sans); font-size: 0.82rem; font-weight: 600; padding: 0.5em 1.1em; border-radius: 20px; border: 1px solid var(--line); background: #fff; color: var(--ink-soft); cursor: pointer; transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease); }
.res-filter:hover { border-color: var(--line-gold); color: var(--ink); }
.res-filter.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }

/* Neue-Reservierung: Tab-Badge, NEU-Markierung, Toast */
.admin-tab-btn { position: relative; }
.nav-badge { display: inline-grid; place-items: center; min-width: 20px; height: 20px; padding: 0 6px; border-radius: 10px; background: #c62828; color: #fff; font-family: var(--price); font-size: 0.72rem; font-weight: 700; margin-left: 0.5rem; line-height: 1; }
tr.res-row-new { background: rgba(196, 154, 69, 0.12); box-shadow: inset 3px 0 0 var(--gold-dark); }
.res-new-badge { display: inline-block; background: #c62828; color: #fff; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.05em; padding: 2px 6px; border-radius: 4px; margin-right: 6px; vertical-align: middle; }
.admin-toast { position: fixed; top: 1.2rem; right: 1.2rem; z-index: 4000; background: var(--ink); color: #fff; padding: 0.9rem 1.2rem; border-radius: 12px; box-shadow: 0 12px 32px rgba(0,0,0,0.28); font-size: 0.9rem; max-width: 340px; display: flex; align-items: center; gap: 0.6rem; transform: translateY(-10px); opacity: 0; transition: transform 0.3s var(--ease), opacity 0.3s var(--ease); }
.admin-toast.is-show { transform: translateY(0); opacity: 1; }
@media (max-width: 640px) { .admin-toast { left: 0.8rem; right: 0.8rem; max-width: none; } }
.footer__nav { display: flex; flex-direction: column; gap: 0.75rem; }
.footer__nav h4 { font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-light); margin: 0 0 0.8rem; font-weight: 700; }
.footer__nav a, .footer__nav span { color: var(--on-dark-soft); font-size: 0.95rem; transition: color 0.25s; }
.footer__nav a:hover { color: #fff; }
.footer__bottom { display: flex; justify-between: space-between; align-items: center; padding-top: 2rem; font-size: 0.85rem; color: var(--on-dark-soft); flex-wrap: wrap; gap: 1rem; }
.footer__legal { display: flex; gap: 1.8rem; }
.footer__legal a:hover { color: var(--gold-light); }

/* Scroll to top */
.totop {
  position: fixed; right: 24px; bottom: 24px; z-index: 90;
  width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center;
  background: var(--ink); color: #fff; font-size: 1.2rem; border: 1px solid var(--on-dark-line);
  box-shadow: var(--shadow-lg); opacity: 0; transform: translateY(16px); pointer-events: none;
  transition: all 0.4s var(--ease);
}
.totop.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.totop:hover { background: var(--gold-dark); transform: translateY(-3px); }

/* Reveal Animations */
.reveal { opacity: 1; transform: none; transition: opacity 0.85s var(--ease), transform 0.85s var(--ease); }

/* =========================================================
   ROBUST RESPONSIVE MEDIA QUERIES (320px to 1200px)
   ========================================================= */

@media (max-width: 1200px) {
  .cat-grid, #productGrid { grid-template-columns: repeat(3, 1fr) !important; }
  .brands__grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; }
  .cards { grid-template-columns: 1fr; }
  .intro__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .values__grid { grid-template-columns: 1fr; }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .press__grid { grid-template-columns: 1fr; }
  .story__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .kontakt__grid { grid-template-columns: 1fr; gap: 3rem; }
  .footer__inner { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}

@media (max-width: 900px) {
  .wrap { padding: 0 16px; }
  
  /* Topbar Mobile Absolute Clean Single-Row */
  .topbar { background: #121110; border-bottom: 1px solid rgba(255, 255, 255, 0.08); overflow: hidden; }
  .topbar__inner {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 0.5rem !important;
    min-height: 40px !important;
    padding: 0.3rem 16px !important;
    flex-wrap: nowrap !important;
  }
  .topbar__text-hide-mobile { display: none !important; }
  .topbar__sep, .topbar__spacer { display: none !important; }
  .status-badge { font-size: 0.68rem !important; padding: 0.28em 0.7em !important; }
  .topbar__link { font-size: 0.76rem !important; font-weight: 600 !important; color: var(--gold-light) !important; }

  .header { position: sticky; top: 0; z-index: 120; }
  .header__inner { height: 84px; }
  .brand__logo { height: 66px; }

  /* Mobile Navigation Menu Clean Card Dropdown (Zero Extra Contact Boxes) */
  .burger { display: flex !important; align-items: center; justify-content: center; z-index: 130; width: 44px; height: 44px; padding: 10px 8px; border-radius: 8px; background: rgba(22, 21, 19, 0.04); }
  .burger span { position: absolute; left: 8px; right: 8px; height: 2.5px; background: var(--ink); border-radius: 2px; transition: transform 0.4s var(--ease), opacity 0.3s; }
  .burger span:nth-child(1) { top: 12px; }
  .burger span:nth-child(2) { top: 21px; }
  .burger span:nth-child(3) { top: 30px; }

  .nav {
    position: fixed !important;
    top: 70px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: calc(100vh - 70px) !important;
    background: rgba(251, 249, 245, 0.98) !important;
    backdrop-filter: blur(25px) !important;
    -webkit-backdrop-filter: blur(25px) !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    gap: 0.6rem !important;
    padding: 1.5rem 1.2rem 2.5rem !important;
    z-index: 115 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(-10px) !important;
    transition: opacity 0.3s var(--ease), transform 0.3s var(--ease) !important;
    overflow-y: auto !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15) !important;
  }
  .nav.is-open {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .nav__link {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    padding: 1.05rem 1.3rem !important;
    border-radius: 14px !important;
    color: var(--ink) !important;
    background: var(--paper-2) !important;
    border: 1px solid var(--line) !important;
    letter-spacing: 0.04em !important;
    transition: all 0.25s var(--ease) !important;
    box-shadow: var(--shadow-sm) !important;
  }
  .nav__link::after {
    content: "→" !important;
    font-size: 1.15rem !important;
    color: var(--gold-dark) !important;
    width: auto !important; height: auto !important;
    position: static !important; background: none !important;
  }
  .nav__link.is-active, .nav__link:hover {
    background: var(--gold-light) !important;
    color: var(--gold-dark) !important;
    border-color: var(--line-gold) !important;
  }

  .burger.is-open span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
  .burger.is-open span:nth-child(2) { opacity: 0; }
  .burger.is-open span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

  /* Admin Header & Tabs Mobile */
  .admin-header-wrap { flex-direction: column !important; align-items: flex-start !important; gap: 1rem !important; }
  .admin-header-user { width: 100% !important; justify-content: space-between !important; }
  .admin-nav-tabs { flex-wrap: nowrap !important; overflow-x: auto !important; padding-bottom: 0.5rem !important; -webkit-overflow-scrolling: touch !important; scrollbar-width: none !important; }
  .admin-nav-tabs::-webkit-scrollbar { display: none; }

  .hero__grid { grid-template-columns: 1fr; gap: 2.5rem; min-height: auto; }
  .hero__media { transform: none; }
  .hero { padding: 2.5rem 0 4rem; }
  .hero__content { max-width: 100%; text-align: left; }
  .hero__actions { justify-content: flex-start; }

  .cat-grid, #productGrid { grid-template-columns: repeat(2, 1fr) !important; }
  #aktionenGrid { grid-template-columns: 1fr !important; }
  .brands__grid { grid-template-columns: repeat(3, 1fr); }
  .vorteile-grid { grid-template-columns: 1fr !important; text-align: left !important; gap: 1.2rem !important; }
  .form__row { grid-template-columns: 1fr; }
  .kontakt__cols { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  /* Prevent iOS input zoom */
  input, textarea, select, .admin-input-luxury {
    font-size: 16px !important;
  }

  .kontakt__grid { grid-template-columns: 1fr !important; gap: 2.2rem !important; }
  .kontakt__cols { grid-template-columns: 1fr !important; gap: 1.5rem !important; }
  .kontakt__map { aspect-ratio: 4 / 3 !important; min-height: 320px !important; }

  .press__grid { grid-template-columns: 1fr !important; gap: 1.4rem !important; }
  .story__grid { grid-template-columns: 1fr !important; gap: 2rem !important; }
  .timeline { padding-left: 1.6rem !important; }
  .timeline__item::before { left: -2.15rem !important; width: 12px !important; height: 12px !important; }

  .admin-kpi-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 0.8rem !important; }
  .admin-card-luxury { padding: 1.2rem !important; border-radius: 12px !important; }
  .admin-table-container { border-radius: 12px; }
  .admin-table-luxury th, .admin-table-luxury td { padding: 0.8rem 0.9rem !important; font-size: 0.85rem !important; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .wrap { padding: 0 16px; }

  .subhero { padding: 1.6rem 0 1.4rem; }
  .subhero__title { font-size: clamp(1.8rem, 6vw, 2.5rem); }
  .hero__title { font-size: clamp(2.1rem, 7vw, 3.2rem); }
  .section-title { font-size: clamp(1.9rem, 6.5vw, 2.8rem); }

  .hero__actions { flex-direction: column; width: 100%; }
  .hero__actions .btn { width: 100%; }

  /* Compact 3-Column Pill Bar for Stats on Mobile */
  .hero__meta {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.5rem !important;
    padding: 0.9rem 0.6rem !important;
    text-align: center !important;
  }
  .hero__meta div {
    padding: 0 0.4rem !important;
    border-left: 1px solid var(--line) !important;
    border-bottom: 0 !important;
  }
  .hero__meta div:first-child { border-left: 0 !important; }
  .hero__meta strong { font-size: 1.4rem !important; }
  .hero__meta span { font-size: 0.62rem !important; letter-spacing: 0.08em !important; }

  .brands__grid { grid-template-columns: repeat(3, 1fr); gap: 0.6rem; }
  .brand-card { height: 50px; padding: 0.3rem 0.5rem; }
  .brand-card img { max-height: 28px; }

  .cat-grid, #productGrid { grid-template-columns: 1fr !important; gap: 1.2rem; }
  #productGrid { grid-auto-rows: auto !important; }
  .gallery__grid { grid-template-columns: 1fr; }

  .prod-card--compact { border-radius: 14px !important; box-shadow: 0 4px 16px rgba(0,0,0,0.05) !important; }
  .prod-card--compact .prod-card__img { max-height: none !important; padding: 1rem !important; }
  .prod-card--compact .prod-card__body { padding: 1.1rem !important; }
  .prod-card--compact .prod-card__title { font-size: 1.12rem !important; line-height: 1.35 !important; margin-bottom: 0.4rem !important; }
  .prod-card--compact .prod-card__desc { font-size: 0.84rem !important; line-height: 1.5 !important; margin-bottom: 0.8rem !important; word-break: break-word !important; }

  /* Horizontal scrollable filter tabs on mobile */
  .sortiment-tabs {
    flex-wrap: nowrap; overflow-x: auto; padding-bottom: 0.6rem;
    -webkit-overflow-scrolling: touch; scrollbar-width: none; margin-bottom: 1.8rem;
  }
  .sortiment-tabs::-webkit-scrollbar { display: none; }

  .form { padding: 1.6rem 1.1rem; border-radius: 14px; }

  /* Responsive Modals */
  .lightbox { padding: 0.6rem !important; align-items: flex-end !important; }
  .lightbox__content {
    max-height: 92vh !important;
    border-radius: 20px 20px 0 0 !important;
    padding: 1.5rem 1.2rem 2rem !important;
    box-shadow: 0 -10px 40px rgba(0,0,0,0.3) !important;
  }
  .lightbox__close {
    top: 0.8rem !important; right: 0.8rem !important;
    width: 40px !important; height: 40px !important;
    display: grid !important; place-items: center !important;
    background: var(--paper-3) !important; border-radius: 50% !important;
    font-size: 1.3rem !important; border: 1px solid var(--line) !important;
  }

  /* Admin Modal Form Grids */
  .admin-grid-2col, .admin-grid-upload {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  /* Info Modal Responsive Grid */
  #productInfoModal .lightbox__content > div { grid-template-columns: 1fr !important; gap: 1.2rem !important; }
  #infoModalImg { max-height: 180px; }

  .footer { padding: 4rem 0 2rem; }
  .footer__inner { grid-template-columns: 1fr; gap: 2rem; }
  .footer__bottom { flex-direction: column; text-align: center; gap: 0.8rem; }
  .footer__legal { justify-content: center; }

  .totop { right: 16px; bottom: 16px; width: 44px; height: 44px; }
}

@media (max-width: 480px) {
  .admin-kpi-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 380px) {
  .wrap { padding: 0 12px; }
  .btn { padding: 0.9em 1.4em; font-size: 0.88rem; }
}
