/* Self-hosted fonts: local WOFF2 files replace the external font CDN. */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/cormorant-garamond-v21-latin-300.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/cormorant-garamond-v21-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/cormorant-garamond-v21-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/cormorant-garamond-v21-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/cormorant-garamond-v21-latin-300italic.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/cormorant-garamond-v21-latin-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/inter-v20-latin-300.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/inter-v20-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/inter-v20-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/inter-v20-latin-600.woff2") format("woff2");
}

:root {
  /* Brand palette — abgeleitet vom Messestand (Soft Luxury / Dreamy Boutique) */
  --sky-blue:         #B7CCD9;
  --powder-blue:      #8FAABD;
  --powder-blue-deep: #7D97AA;
  --warm-ivory:       #F4EFE7;
  --linen-beige:      #DCCFBE;
  --champagne-gold:   #C8A978;
  --blush-rose:       #D9B7B2;
  --cloud-white:      #FBFAF7;
  --soft-espresso:    #5A4B43;
  --muted-taupe:      #8A7C72;

  /* Semantic aliases (Dreamy Pastel · Messestand-immersiv) */
  --bg:           var(--sky-blue);
  --bg-soft:      var(--warm-ivory);
  --ink:          var(--soft-espresso);
  --ink-soft:     #6F5F54;
  --line:         var(--linen-beige);
  --accent:       var(--champagne-gold);
  --accent-2:     var(--blush-rose);
  --primary:      var(--soft-espresso);
  --primary-deep: #3D332C;

  --shadow:    0 1px 2px rgba(90,75,67,.05), 0 8px 28px rgba(90,75,67,.08);
  --serif:     "Cormorant Garamond", "Iowan Old Style", "Apple Garamond", "Baskerville", "Times New Roman", serif;
  --sans:      "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background-color: var(--bg);
  background-image: url('../images/background.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.lightbox-open { overflow: hidden; }
/* Sky-Sektionen werden transparent, damit der Wolken-Sterne-Hintergrund durchscheint */
section.block:not(.alt) {
  background: transparent;
}
.hero-image { background: transparent; }
img { max-width: 100%; height: auto; display: block; }

/* Sanftes Einblenden für alle Bilder beim Laden — kaschiert den Ladevorgang */
img.lazy-fade {
  opacity: 0;
  transition: opacity 0.7s ease;
}
img.lazy-fade.is-loaded {
  opacity: 1;
}
/* Reduced motion: kein Fade, direkt sichtbar */
@media (prefers-reduced-motion: reduce) {
  img.lazy-fade { opacity: 1; transition: none; }
}
a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--accent); }

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.005em;
  margin: 0;
}
h1 { font-size: clamp(2.4rem, 5vw, 4.4rem); line-height: 1.05; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.8rem); line-height: 1.15; }
h3 { font-size: 1.35rem; line-height: 1.25; }
.eyebrow {
  font-family: var(--sans);
  font-size: 0.86rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 0.7em; height: 0.7em;
  margin-right: 0.55em;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 0 L13.5 10.5 L24 12 L13.5 13.5 L12 24 L10.5 13.5 L0 12 L10.5 10.5 Z' fill='%23C8A978'/></svg>") no-repeat center/contain;
}
.cat .caption .eyebrow::before {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 0 L13.5 10.5 L24 12 L13.5 13.5 L12 24 L10.5 13.5 L0 12 L10.5 10.5 Z' fill='%23D9B7B2'/></svg>") no-repeat center/contain;
}

.container { max-width: 1240px; margin: 0 auto; padding: 0 1.5rem; }

/* HEADER */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(183,204,217,0.35);
  backdrop-filter: saturate(150%) blur(18px);
  -webkit-backdrop-filter: saturate(150%) blur(18px);
  border-bottom: 1px solid rgba(220,207,190,0.30);
  transition: padding 0.3s ease,
              background 0.4s ease,
              backdrop-filter 0.4s ease,
              -webkit-backdrop-filter 0.4s ease,
              border-color 0.4s ease;
  will-change: padding, backdrop-filter;
}
.site-header.is-scrolled {
  background: rgba(183, 204, 217, 0.18);
  backdrop-filter: saturate(160%) blur(34px);
  -webkit-backdrop-filter: saturate(160%) blur(34px);
  border-bottom-color: rgba(220, 207, 190, 0.18);
}
/* Goldene Ornament-Linie unter dem Header — Art Nouveau-Akzent, volle Breite */
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 18px;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='%23C8A978'><path d='M9 0 L10.2 7.2 L18 9 L10.2 10.8 L9 18 L7.8 10.8 L0 9 L7.8 7.2 Z'/></svg>") center/18px 18px no-repeat,
    linear-gradient(to right,
      rgba(200, 169, 120, 0) 0%,
      rgba(200, 169, 120, 0.65) 4%,
      rgba(200, 169, 120, 0.9) 28%,
      rgba(200, 169, 120, 0.55) 46%,
      rgba(200, 169, 120, 0) 49%,
      rgba(200, 169, 120, 0) 51%,
      rgba(200, 169, 120, 0.55) 54%,
      rgba(200, 169, 120, 0.9) 72%,
      rgba(200, 169, 120, 0.65) 96%,
      rgba(200, 169, 120, 0) 100%) 0 50% / 100% 1.2px no-repeat;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.3s ease;
}
.site-header.is-scrolled::after {
  opacity: 0.8;
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 1.8rem; padding-bottom: 1.8rem;
  position: relative;
  gap: 2rem;
  transition: padding 0.3s ease;
}
.site-header.is-scrolled .container { padding-top: 0.8rem; padding-bottom: 0.8rem; }
.site-header.is-scrolled .brand-mark { font-size: 1.1rem; }
.site-header.is-scrolled .brand-divider { height: 1.4rem; }
.site-header.is-scrolled .brand-name { font-size: 1.4rem; }
.site-header.is-scrolled .brand-tag { font-size: 0.62rem; letter-spacing: 0.18em; }
.site-header.is-scrolled .header-balloon { opacity: 0; transform: translateX(60px); }

.brand { display: flex; align-items: center; gap: 1.4rem; flex-shrink: 0; }
.brand-mark {
  font-family: var(--serif);
  font-size: 1.8rem; font-weight: 400;
  letter-spacing: 0.08em; line-height: 1;
  color: var(--muted-taupe);
  transition: font-size 0.3s ease;
}
.brand-divider {
  width: 1px; height: 2.2rem;
  background: var(--linen-beige);
  transition: height 0.3s ease;
}
.brand-text { display: flex; flex-direction: column; gap: 0.4rem; }
.brand-name {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: 2.25rem; line-height: 1;
  color: var(--ink);
  transition: font-size 0.3s ease;
}
.brand-tag {
  font-family: var(--sans);
  font-size: 0.74rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--champagne-gold); font-weight: 600;
  display: inline-flex; align-items: center;
}
.brand-tag::before {
  content: "";
  display: inline-block;
  width: 0.7em; height: 0.7em;
  margin-right: 0.55em;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 0 L13.5 10.5 L24 12 L13.5 13.5 L12 24 L10.5 13.5 L0 12 L10.5 10.5 Z' fill='%23C8A978'/></svg>") no-repeat center/contain;
}

nav.primary ul {
  list-style: none; display: flex; gap: 2rem;
  margin: 0; padding: 0; align-items: center;
}
nav.primary li { position: relative; }

/* Submenu (Kollektionen unter Werke) */
nav.primary li.has-submenu > a { display: inline-flex; align-items: center; gap: 0.35rem; }
nav.primary .submenu-caret {
  width: 0.8rem; height: 0.8rem;
  transition: transform 0.25s ease;
  opacity: 0.7;
}
nav.primary li.has-submenu:hover > a .submenu-caret,
nav.primary li.has-submenu:focus-within > a .submenu-caret { transform: rotate(180deg); opacity: 1; }

nav.primary .submenu {
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  min-width: 16rem;
  padding: 0.7rem 0;
  background: rgba(244, 239, 231, 0.96);
  backdrop-filter: saturate(150%) blur(18px);
  -webkit-backdrop-filter: saturate(150%) blur(18px);
  border: 1px solid rgba(220, 207, 190, 0.45);
  border-radius: 4px;
  box-shadow: 0 14px 36px rgba(20, 15, 12, 0.10);
  opacity: 0; pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
  z-index: 60;
}
nav.primary .submenu::before {
  content: "";
  position: absolute;
  top: -6px; left: 50%; transform: translateX(-50%) rotate(45deg);
  width: 10px; height: 10px;
  background: rgba(244, 239, 231, 0.96);
  border-top: 1px solid rgba(220, 207, 190, 0.45);
  border-left: 1px solid rgba(220, 207, 190, 0.45);
}
nav.primary li.has-submenu:hover > .submenu,
nav.primary li.has-submenu:focus-within > .submenu {
  opacity: 1; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
nav.primary .submenu li { width: 100%; }
nav.primary .submenu a {
  display: block;
  padding: 0.65rem 1.4rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, padding 0.2s ease;
}
nav.primary .submenu a:hover {
  background: rgba(200, 169, 120, 0.16);
  color: var(--accent);
  padding-left: 1.7rem;
}
/* Sicher kein doppelter Underline-Strich in Submenu */
nav.primary .submenu a::after { display: none; }
nav.primary .submenu a::before { display: none; }
/* Übergangs-Hover-Bridge, damit der Pfad zur Submenu nicht abbricht */
nav.primary li.has-submenu::after {
  content: "";
  position: absolute;
  top: 100%; left: 0; right: 0;
  height: 0.8rem;
  display: block;
}
nav.primary a {
  position: relative;
  display: inline-block;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
  padding: 0.5rem 0.25rem 0.85rem;
  transition: color 0.25s ease, letter-spacing 0.35s ease;
}
nav.primary a:hover {
  color: var(--accent);
  letter-spacing: 0.02em;
}
/* Kein aktiver Punkt-Indikator über Items */
nav.primary a::before { display: none; }
nav.primary a::after {
  content: ""; position: absolute;
  left: 50%; bottom: 0.4rem; width: 0; height: 1px;
  background: var(--champagne-gold);
  transition: width 0.3s ease, left 0.3s ease;
}
nav.primary a:hover::after,
nav.primary a.is-active::after {
  width: calc(100% - 0.5rem); left: 0.25rem;
}
nav.primary a.is-active {
  color: var(--ink);
  font-weight: 600;
}

/* MOBILE NAV TOGGLE */
.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  width: 2.8rem; height: 2.8rem;
  align-items: center; justify-content: center;
  cursor: pointer;
  padding: 0;
  color: var(--ink);
  transition: color 0.2s ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.nav-toggle:hover { background: transparent; color: var(--accent); }
.nav-toggle:focus-visible {
  outline: 2px solid rgba(200, 169, 120, 0.75);
  outline-offset: 0.25rem;
}
.nav-toggle svg { width: 1.45rem; height: 1.45rem; display: block; }
.nav-toggle svg,
.nav-toggle svg * { pointer-events: none; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-open { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }

/* SPRACHUMSCHALTER (DE/EN, erweiterbar) */
nav.primary { margin-left: auto; } /* Brand links, Navigation + Umschalter rechts */
.lang-switch {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 2px;
  padding: 2px;
  border: 1px solid rgba(200, 169, 120, 0.55);
  border-radius: 999px;
  background: rgba(251, 250, 247, 0.45);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.lang-switch:empty { display: none; } /* kein leeres Pill, bevor JS die Knöpfe baut */
.lang-switch__btn {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--ink-soft);
  padding: 0.42rem 0.62rem;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.25s ease;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.lang-switch__btn:hover { color: var(--accent); }
.lang-switch__btn.is-active { background: var(--primary); color: var(--cloud-white); }
.lang-switch__btn.is-active:hover { color: var(--cloud-white); }
.lang-switch__btn:focus-visible {
  outline: 2px solid rgba(200, 169, 120, 0.8);
  outline-offset: 2px;
}

/* Verhindert ein Aufblitzen deutscher Inhalte, solange eine Fremdsprache
   noch nicht angewandt wurde (siehe i18n.js: data-lang-pending). */
html[data-lang-pending] body { visibility: hidden; }

/* Hinweis auf den Rechtliches-Seiten: nur sichtbar, wenn i18n Text einsetzt
   (deutsche Baseline ist leer -> :empty blendet ihn aus). */
.lang-note { margin-top: 0.9rem; font-style: italic; color: var(--ink-soft); font-size: 0.95rem; }
.lang-note:empty { display: none; }
@media (max-width: 900px) {
  .lang-switch { margin-right: 0.1rem; }
  .lang-switch__btn { padding: 0.36rem 0.5rem; font-size: 0.68rem; }
}

.header-balloon {
  position: absolute; right: -1rem; top: -1.5rem;
  width: clamp(140px, 13vw, 200px); height: auto;
  pointer-events: none;
  z-index: 1;
  filter: drop-shadow(0 8px 18px rgba(20,15,12,0.10));
  transition: opacity 0.3s ease, transform 0.3s ease;
}

section[id] { scroll-margin-top: 9rem; }

/* HERO */
.hero {
  display: grid; grid-template-columns: 5fr 7fr; gap: 0;
  min-height: 78vh;
}
.hero-text {
  padding: clamp(2rem, 6vw, 5.5rem) clamp(1.5rem, 5vw, 4rem);
  display: flex; flex-direction: column; justify-content: center;
  background: var(--warm-ivory);
}
.hero-brand {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  line-height: 1.0;
  color: var(--soft-espresso);
  margin-bottom: 1.6rem;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  position: relative;
}
.hero-brand::after {
  content: "";
  display: block;
  width: 3.6rem;
  height: 1px;
  background: linear-gradient(90deg, var(--champagne-gold), transparent);
  margin-left: 0.4rem;
  flex-shrink: 0;
}
.hero-text .eyebrow { margin-bottom: 1.4rem; }
.hero-text h1 { margin-bottom: 1.6rem; max-width: 14ch; font-size: clamp(2rem, 4.2vw, 3.6rem); }
.hero-text .lead {
  font-family: var(--serif); font-style: italic; font-size: 1.35rem; line-height: 1.5;
  color: var(--ink); max-width: 36ch; margin-bottom: 2.4rem;
}
.hero-image { position: relative; overflow: hidden; background: var(--sky-blue); }
.hero-image img {
  width: 100%; height: 100%; object-fit: cover; object-position: center center;
}
/* Soft fade at bottom of hero so the warm-ivory dissolves into the sky-blue body */
.hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: -1px;
  height: 140px;
  background: linear-gradient(to bottom,
    rgba(244, 239, 231, 0) 0%,
    rgba(244, 239, 231, 0.30) 50%,
    rgba(183, 204, 217, 0.55) 100%);
  pointer-events: none;
  z-index: 2;
}
.hero { position: relative; }

.cta-row { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 0.85rem 1.6rem;
  font-size: 0.88rem; letter-spacing: 0.12em; text-transform: uppercase;
  border: 1px solid var(--ink); color: var(--ink); background: transparent;
  transition: all .25s ease;
  cursor: pointer;
}
.btn:hover { background: var(--ink); color: var(--cloud-white); }
.btn.primary { background: var(--primary); border-color: var(--primary); color: var(--cloud-white); }
.btn.primary:hover { background: var(--primary-deep); border-color: var(--primary-deep); color: var(--cloud-white); }

/* SECTION SHELL */
section.block { padding: clamp(4rem, 8vw, 7rem) 0; }
section.block.tight { padding: clamp(3rem, 6vw, 5rem) 0; }
section.alt { background: var(--bg-soft); }
.section-head { max-width: 60ch; margin: 0 0 3rem; }
.section-head .eyebrow { display: block; margin-bottom: 0.8rem; color: var(--ink); }
.page-hero .eyebrow { color: var(--ink); }

/* ABOUT */
#atelier {
  padding-top: clamp(7rem, 11vw, 11rem);
  position: relative;
}
#atelier::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 240px;
  background: linear-gradient(to bottom,
    rgba(244, 239, 231, 0.55) 0%,
    rgba(244, 239, 231, 0.25) 45%,
    rgba(244, 239, 231, 0) 100%);
  pointer-events: none;
  z-index: 0;
}
#atelier > .container { position: relative; z-index: 1; }
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.about-portrait {
  aspect-ratio: 4 / 5; overflow: hidden; background: var(--bg-soft);
  box-shadow: var(--shadow);
}
.about-portrait img { width: 100%; height: 100%; object-fit: cover; }
.about-text p { font-size: 1.08rem; max-width: 52ch; }
.about-text .lede {
  font-family: var(--serif); font-size: 1.5rem; line-height: 1.4; font-style: italic;
  color: var(--ink); margin: 0 0 1.6rem; max-width: 30ch;
}
.stats { display: flex; gap: 3rem; margin-top: 2.4rem; flex-wrap: wrap; }
.stat .num { font-family: var(--serif); font-size: 2.6rem; line-height: 1; color: var(--accent); }
.stat .lbl { font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); margin-top: 0.4rem; }

/* CATEGORIES */
.cat-grid {
  display: grid; gap: clamp(1rem, 2.4vw, 1.8rem);
  grid-template-columns: repeat(12, 1fr);
}
.cat {
  position: relative; overflow: hidden;
  background: var(--bg-soft);
  aspect-ratio: 4 / 5;
}
.cat-1 { grid-column: span 6; aspect-ratio: 4 / 5; }
.cat-2 { grid-column: span 6; aspect-ratio: 4 / 5; }
.cat-3 { grid-column: span 6; aspect-ratio: 4 / 5; }
.cat-4 { grid-column: span 6; aspect-ratio: 4 / 5; }
.cat-5 { grid-column: span 4; aspect-ratio: 4 / 5; }
.cat img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.cat:hover img { transform: scale(1.06); }

/* "Pfeil oben rechts" — Klick-Affordanz, dauerhaft sichtbar */
.cat .cat-arrow {
  position: absolute; top: 1rem; right: 1rem;
  width: 2.6rem; height: 2.6rem;
  display: flex; align-items: center; justify-content: center;
  background: rgba(251, 250, 247, 0.92);
  color: var(--ink);
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(20, 15, 12, 0.18);
  z-index: 2;
  transition: transform 0.3s ease, background 0.3s ease;
  pointer-events: none;
}
.cat .cat-arrow svg { width: 1.1rem; height: 1.1rem; }
.cat:hover .cat-arrow {
  transform: translate(2px, -2px);
  background: var(--accent);
  color: var(--cloud-white);
}

.cat .caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 1.4rem 1.4rem 1.5rem;
  background: linear-gradient(to top, rgba(26,23,20,0.85) 0%, rgba(26,23,20,0.45) 55%, rgba(26,23,20,0) 100%);
  color: #fff;
}
.cat .caption .eyebrow { color: var(--accent-2); margin-bottom: .25rem; }
.cat .caption h3 { color: #fff; font-weight: 500; margin-bottom: 0.5rem; }
.cat .caption .cat-cta {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85); font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0.15rem;
  transition: color 0.25s ease, border-color 0.25s ease, gap 0.25s ease;
}
.cat:hover .caption .cat-cta {
  color: var(--cloud-white);
  border-color: var(--accent);
  gap: 0.75rem;
}
.cat .caption .cat-cta::after {
  content: "→";
  font-family: var(--sans);
}

/* Cloud Section-Divider */
/* Cloud Section-Divider — der Heißluftballon ragt absichtlich in die angrenzenden Sektionen */
.cloud-divider {
  position: relative;
  width: 100%; height: 60px;
  line-height: 0; display: block;
  margin: 0; padding: 0;
  overflow: visible;
  z-index: 4;
}
.cloud-divider .balloon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -20%);
  width: clamp(140px, 18vw, 240px);
  height: auto;
  pointer-events: none;
  z-index: 5;
  filter: drop-shadow(0 14px 28px rgba(20,15,12,0.16));
}
/* Damit der Ballon sichtbar über die angrenzenden alt-Sektionen hinausreichen kann */
section.block.alt { position: relative; z-index: 1; }
section.block.alt + .cloud-divider { margin-top: -30px; }
.cloud-divider + section.block { margin-top: -30px; }
/* Hero → Atelier: dezenter Scroll-Indikator statt Ballon */
.scroll-cue {
  display: flex; flex-direction: column; align-items: center;
  gap: 0.85rem;
  width: 100%;
  padding: 2rem 0 1rem;
  margin: 0;
  color: var(--cloud-white);
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
  position: relative;
  z-index: 4;
  background: transparent;
  text-shadow: 0 1px 8px rgba(20, 15, 12, 0.18);
}
.scroll-cue:hover { color: var(--accent); transform: translateY(2px); }
.scroll-cue-line {
  width: 1px; height: 2.6rem;
  background: linear-gradient(to bottom, transparent 0%, var(--cloud-white) 100%);
  opacity: 0.85;
}
.scroll-cue-label {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  color: inherit;
  font-weight: 500;
}
.scroll-cue-arrow {
  width: 1.45rem; height: 1.45rem;
  stroke-width: 1.6;
  animation: scrollCueBob 2.2s ease-in-out infinite;
  filter: drop-shadow(0 2px 6px rgba(20, 15, 12, 0.22));
}
@keyframes scrollCueBob {
  0%, 100% { transform: translateY(0); opacity: 0.85; }
  50% { transform: translateY(5px); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-cue-arrow { animation: none; }
}

.lead-secondary {
  font-family: var(--serif); font-style: italic;
  font-size: 1.5rem; line-height: 1.4;
  color: var(--ink); margin: 0 0 1.4rem; max-width: 28ch;
}

.floral-mark {
  display: block;
  width: 2.4rem; height: 2.4rem;
  margin-bottom: 1.2rem;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'><g fill='%23C8A978' opacity='0.85'><ellipse cx='24' cy='10' rx='6' ry='10'/><ellipse cx='24' cy='38' rx='6' ry='10'/><ellipse cx='10' cy='24' rx='10' ry='6'/><ellipse cx='38' cy='24' rx='10' ry='6'/><circle cx='24' cy='24' r='4' fill='%23D9B7B2'/></g></svg>") no-repeat center/contain;
}

/* FAIRS */
.fairs { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: 880px; }
.fair {
  border-top: 1px solid var(--line); padding-top: 1.6rem;
}
.fair .date {
  font-family: var(--serif); font-size: 2.2rem; line-height: 1; color: var(--accent); margin-bottom: .6rem;
}
.fair .place { font-size: 1.05rem; font-weight: 500; }
.fair .where { color: var(--ink-soft); margin-top: .2rem; font-size: 0.95rem; }
.fair-actions {
  display: flex; flex-wrap: wrap; gap: 1.2rem;
  margin-top: 1rem;
}
.fair-link {
  display: inline-flex; align-items: center; gap: 0.45rem;
  min-height: 44px;
  font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink); font-weight: 500;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid var(--linen-beige);
  transition: color 0.2s ease, border-color 0.2s ease, gap 0.2s ease;
}
.fair-link:hover { color: var(--accent); border-color: var(--accent); gap: 0.65rem; }
.fair-link svg { width: 0.95rem; height: 0.95rem; flex-shrink: 0; }

/* PRESS */
.press-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; align-items: start; }
.press-card { background: var(--bg); padding: 1rem; box-shadow: var(--shadow); }
.press-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.press-card .meta { padding: 1rem 0.4rem 0.2rem; }
.press-card .meta h3 { font-size: 1.15rem; margin-bottom: 0.3rem; }
.press-card .meta p { color: var(--ink); font-size: 0.94rem; margin: 0; }

/* Sanfter Auslauf am unteren Rand der Werke-Sektion (alt/ivory), damit
   das Ivory weich in den blauen Himmel-Hintergrund übergeht und keine
   harte Kante zur folgenden transparenten Sektion sichtbar bleibt. */
section.block.alt {
  position: relative;
}
section.block.alt::before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: -1px;
  height: 160px;
  background: linear-gradient(to bottom,
    rgba(244, 239, 231, 0) 0%,
    rgba(244, 239, 231, 0.35) 55%,
    rgba(183, 204, 217, 0.55) 100%);
  pointer-events: none;
  z-index: 0;
}
section.block.alt > .container { position: relative; z-index: 1; }

/* KONTAKT-Sektion: extra Platz oben, damit der Ballon aus dem cloud-divider
   darüber den Atelier-Eintrag im Daten-Block nicht überdeckt. */
#kontakt {
  margin-top: 0 !important;
  padding-top: clamp(6rem, 11vw, 9rem);
}

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; }
.contact-info dt { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); margin-top: 1.6rem; }
.contact-info dt:first-child { margin-top: 0; }
.contact-info dd { font-family: var(--serif); font-size: 1.5rem; margin: 0.3rem 0 0; }
.contact-info dd a { border-bottom: 1px solid var(--line); }
.contact-info dd a:hover { border-color: var(--accent); }
.contact-prompts {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 0;
  display: grid;
  gap: 0.65rem;
  max-width: 48ch;
}
.contact-prompts li {
  position: relative;
  padding-left: 1.45rem;
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.55;
}
.contact-prompts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.63em;
  width: 0.48rem;
  height: 0.48rem;
  background: var(--accent);
  transform: rotate(45deg);
}

/* Social Icons inside Contact */
.contact-info .social-list {
  list-style: none; padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0;
}
.contact-info .social-list a {
  display: inline-flex; align-items: center; gap: 0.55rem;
  min-height: 44px;
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 0.55rem 0.95rem 0.55rem 0.75rem;
  border: 1px solid var(--linen-beige);
  border-radius: 999px;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.contact-info .social-list a:hover {
  color: var(--cloud-white);
  background: var(--accent);
  border-color: var(--accent);
}
.contact-info .social-list svg {
  width: 1.05rem; height: 1.05rem;
  flex-shrink: 0;
}

/* FOOTER */
footer.site-footer {
  background: rgba(183,204,217,0.35);
  backdrop-filter: saturate(150%) blur(18px);
  -webkit-backdrop-filter: saturate(150%) blur(18px);
  border-top: 1px solid rgba(220,207,190,0.30);
  padding: 3rem 0 2rem;
  font-size: 0.92rem; color: var(--ink-soft);
}
footer .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; }
footer h3 { font-family: var(--serif); font-size: 1.15rem; margin: 0 0 0.8rem; color: var(--ink); font-weight: 500; }
footer ul { list-style: none; padding: 0; margin: 0; }
footer ul li { margin-bottom: 0.5rem; }
footer .legal {
  margin-top: 2.4rem; padding-top: 1.4rem; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
  font-size: 0.82rem;
}

/* PROTOTYPE BADGE — entfernt aus Live-Ansicht */
.proto-badge { display: none; }

/* ============================== */
/* SUB-PAGE LAYOUTS               */
/* ============================== */

/* Page hero for sub-pages */
.page-hero {
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(2rem, 4vw, 3.5rem);
  background: var(--warm-ivory);
  border-bottom: 1px solid var(--line);
}
.page-hero .eyebrow { display: block; margin-bottom: 1rem; }
.page-hero h1 { max-width: 22ch; margin-bottom: 1.2rem; }
.page-hero .lede {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.45;
  color: var(--ink); max-width: 56ch; margin: 0;
}
.breadcrumb {
  font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-soft); margin-bottom: 1.6rem;
  display: flex; gap: 0.6rem; align-items: center; flex-wrap: wrap;
}
.breadcrumb a { color: var(--ink-soft); }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb .sep { color: var(--linen-beige); }

/* Gallery grid for collection pages */
.gallery {
  display: grid;
  gap: clamp(0.8rem, 1.6vw, 1.4rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 440px), 560px));
  align-items: start;
  justify-content: start;
}
.gallery-item {
  position: relative; overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--bg-soft);
  box-shadow: var(--shadow);
}
.gallery-item.is-available {
  border: 2px solid rgba(200, 169, 120, 0.92);
  box-shadow: 0 0 0 5px rgba(200, 169, 120, 0.18), var(--shadow);
}
.gallery-item.tall { aspect-ratio: 4 / 5; }
.gallery-item.wide { aspect-ratio: 4 / 3; grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item .gcap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 0.9rem 1.1rem;
  background: linear-gradient(to top, rgba(26,23,20,0.65), rgba(26,23,20,0));
  color: #fff;
  font-size: 0.9rem; letter-spacing: 0.08em;
}
.gallery-item.is-available .gcap {
  padding-bottom: 4.15rem;
  background: linear-gradient(to top, rgba(26,23,20,0.78), rgba(26,23,20,0.14), rgba(26,23,20,0));
}
.gallery-actions {
  position: absolute;
  left: 1rem; right: 1rem; bottom: 0.9rem;
  z-index: 5;
}
.available-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  max-width: 100%;
  padding: 0.6rem 0.9rem;
  background: rgba(251, 250, 247, 0.96);
  border: 1px solid rgba(200, 169, 120, 0.88);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(20, 15, 12, 0.14);
}
.available-link:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--cloud-white);
}
.availability-ribbon,
.available-badge {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: calc(100% - 1.6rem);
  padding: 0.42rem 0.68rem;
  background: rgba(251, 250, 247, 0.96);
  border: 1px solid rgba(200, 169, 120, 0.9);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.15;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(20, 15, 12, 0.14);
}
.availability-ribbon {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  z-index: 5;
}

/* Doll product cards: shop-like grid, large hero image per doll */
.doll-list {
  display: grid;
  gap: clamp(1.6rem, 3vw, 2.4rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
  align-items: stretch;
}
.doll-row {
  display: flex;
  flex-direction: column;
  background: rgba(244, 239, 231, 0.78);
  border: 1px solid rgba(220, 207, 190, 0.55);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-width: 0;
}
.doll-row:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(90, 75, 67, 0.07), 0 22px 44px rgba(90, 75, 67, 0.16);
}
.doll-row:has(.gallery-item.is-available) {
  border: 2px solid rgba(200, 169, 120, 0.88);
  box-shadow: 0 0 0 4px rgba(200, 169, 120, 0.14), var(--shadow);
}
.doll-row:has(.gallery-item.is-available):hover {
  box-shadow: 0 0 0 4px rgba(200, 169, 120, 0.22), 0 22px 44px rgba(90, 75, 67, 0.16);
}

/* doll-main is structural only — its children sit as flex items of doll-row */
.doll-main { display: contents; }

.doll-photos {
  order: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0;
  background: var(--bg-soft);
  position: relative;
}
.doll-photos > .gallery-item {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4 / 5;
  box-shadow: none;
  margin: 0;
}
.doll-photos > .gallery-item.wide {
  aspect-ratio: 4 / 3;
}
.doll-photos > .gallery-item:not(:first-child) {
  flex: 0 0 auto;
  width: clamp(78px, 14vw, 118px);
  aspect-ratio: 1 / 1;
  margin: 0 0 0.6rem 0.6rem;
}
.doll-photos > .gallery-item:not(:first-child) .gcap {
  display: none;
}
/* Cards already carry the gold border on .doll-row — avoid doubling on the hero */
.doll-photos > .gallery-item.is-available {
  border: none;
  box-shadow: none;
}
.doll-photos > .gallery-item.is-available .gcap {
  padding-bottom: 0.9rem;
  background: linear-gradient(to top, rgba(26, 23, 20, 0.65), rgba(26, 23, 20, 0));
}
/* Soft golden divider between media and body */
.doll-photos::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right,
    rgba(200, 169, 120, 0) 0%,
    rgba(200, 169, 120, 0.55) 30%,
    rgba(200, 169, 120, 0.85) 50%,
    rgba(200, 169, 120, 0.55) 70%,
    rgba(200, 169, 120, 0) 100%);
  margin-top: auto;
  flex-basis: 100%;
}

/* Slider mode: Instagram-like horizontal scroll for multi-image cards.
   Controls (arrows, dots, icon) sit on the outer container; the inner
   __track is the actual scroll area, so the controls stay put while
   the images move. */
.doll-photos.is-slider {
  display: block;
  overflow: visible;
  gap: 0;
}
.doll-photos.is-slider::after { display: none; }
.doll-photos__track {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x pan-y;
  width: 100%;
}
.doll-photos__track::-webkit-scrollbar { display: none; }
.doll-photos__track > .gallery-item {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4 / 5;
  margin: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  box-shadow: none;
}
.doll-photos__track > .gallery-item .gcap {
  display: block;
}
.doll-photos__track > .gallery-item.is-available {
  border: none;
  box-shadow: none;
}
.doll-photos__track > .gallery-item.is-available .gcap {
  padding-bottom: 0.9rem;
  background: linear-gradient(to top, rgba(26, 23, 20, 0.65), rgba(26, 23, 20, 0));
}

/* Multi-image stack icon (top-right) */
.doll-photos__multi-icon {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 6;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(251, 250, 247, 0.94);
  color: var(--ink);
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(20, 15, 12, 0.2);
  pointer-events: none;
}
.doll-photos__multi-icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

/* Slider nav buttons */
.doll-photos__nav {
  position: absolute;
  top: calc(50% - 1.2rem);
  z-index: 6;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(251, 250, 247, 0.92);
  color: var(--ink);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(20, 15, 12, 0.22);
  transition: background 0.2s ease, color 0.2s ease, opacity 0.25s ease, transform 0.2s ease;
  padding: 0;
}
.doll-photos__nav:hover {
  background: var(--accent);
  color: var(--cloud-white);
  transform: scale(1.06);
}
.doll-photos__nav[disabled] {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}
.doll-photos__nav--prev { left: 0.8rem; }
.doll-photos__nav--next { right: 0.8rem; }
.doll-photos__nav svg { width: 1.1rem; height: 1.1rem; }

/* Slider dots */
.doll-photos__dots {
  position: absolute;
  bottom: 0.9rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  display: flex;
  gap: 0.4rem;
  padding: 0.42rem 0.7rem;
  background: rgba(26, 23, 20, 0.46);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 999px;
  pointer-events: none;
}
.doll-photos__dot {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(251, 250, 247, 0.55);
  transition: background 0.25s ease, transform 0.25s ease;
}
.doll-photos__dot.is-active {
  background: var(--cloud-white);
  transform: scale(1.3);
}
/* Reduced motion: keep scrolling instant rather than animated */
@media (prefers-reduced-motion: reduce) {
  .doll-photos.is-slider { scroll-behavior: auto; }
  .doll-photos__nav { transition: none; }
}

.doll-title {
  order: 2;
  padding: clamp(1.1rem, 2.2vw, 1.5rem);
  min-height: 14.5rem;
}
.doll-title .eyebrow {
  margin-bottom: 0.45rem;
}
.doll-title h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.65rem, 2.6vw, 2.1rem);
  margin: 0.15rem 0 0.4rem;
  line-height: 1.15;
}
.doll-meta {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.96rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
.doll-description {
  margin: 0.85rem 0 0;
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.55;
}

.doll-inquiry {
  order: 3;
  background: transparent;
  border: none;
  padding: 0 clamp(1.1rem, 2.2vw, 1.5rem) clamp(1.2rem, 2.4vw, 1.6rem);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}
.doll-inquiry .available-badge {
  align-self: flex-start;
  margin: 0 0 0.7rem;
}
/* When the hero already shows an availability ribbon, drop the duplicate badge */
.doll-row:has(.gallery-item.is-available) .doll-inquiry .available-badge {
  display: none;
}
.doll-inquiry h4 {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
  color: var(--ink);
  line-height: 1.25;
}
.doll-inquiry p {
  margin: 0 0 1.1rem;
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.55;
}
.doll-inquiry .btn {
  width: 100%;
  text-align: center;
  padding-block: 0.95rem;
  padding-inline: 0.9rem;
  margin-top: 0.1rem;
}
.doll-inquiry-note {
  display: block;
  margin-top: 0.7rem;
  color: var(--ink-soft);
  font-size: 0.8rem;
  line-height: 1.45;
  text-align: center;
}

/* Collection feature block: text + key image */
.feature-row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem); align-items: center;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}
.feature-row.reverse { direction: rtl; }
.feature-row.reverse > * { direction: ltr; }
.feature-row > img,
.feature-row .feature-media {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
}
.feature-row > img,
.feature-row .feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 5;
}
.feature-row .feature-media {
  position: relative;
  overflow: hidden;
  background: var(--bg-soft);
  box-shadow: var(--shadow);
}
.feature-row .feature-media.is-available {
  border: 2px solid rgba(200, 169, 120, 0.92);
  box-shadow: 0 0 0 5px rgba(200, 169, 120, 0.18), var(--shadow);
}
.feature-row .feature-media img { box-shadow: none; }
.feature-row .feature-text p { font-size: 1.06rem; max-width: 48ch; }
.feature-row .feature-text .lede {
  font-family: var(--serif); font-size: 1.45rem; line-height: 1.45; font-style: italic;
  color: var(--ink); margin: 0.6rem 0 1.4rem; max-width: 30ch;
}
.feature-row .feature-text ul {
  list-style: none; padding: 0; margin: 1.2rem 0 0;
  display: grid; gap: 0.6rem;
}
.feature-row .feature-text ul li {
  font-size: 1rem; padding-left: 1.2rem; position: relative; color: var(--ink);
}
.feature-row .feature-text ul li::before {
  content: ""; position: absolute; left: 0; top: 0.7em;
  width: 0.45rem; height: 0.45rem;
  background: var(--accent);
  transform: rotate(45deg);
}
.available-callout {
  margin: 1.5rem 0;
  padding: 1.1rem 1.2rem 1.25rem;
  background: rgba(244, 239, 231, 0.78);
  border: 1px solid rgba(200, 169, 120, 0.55);
  border-left: 4px solid var(--accent);
  box-shadow: 0 10px 24px rgba(90, 75, 67, 0.07);
}
.available-callout p {
  margin: 0.85rem 0 1rem;
  color: var(--ink);
}
.available-callout .btn { padding-inline: 1.1rem; }
.doll-mail { max-width: 100%; white-space: normal; text-align: center; }
.is-lightboxable { cursor: zoom-in; }
.image-lightbox[hidden] { display: none; }
.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2rem);
}
.image-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26, 23, 20, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.image-lightbox__figure {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: min(1080px, 92vw);
  max-height: 90vh;
  display: grid;
  gap: 0.8rem;
}
.image-lightbox__image {
  max-width: min(1080px, 92vw);
  max-height: min(76vh, 820px);
  width: auto;
  height: auto;
  object-fit: contain;
  background: var(--warm-ivory);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}
.image-lightbox__caption {
  color: var(--cloud-white);
  font-size: 0.95rem;
  line-height: 1.45;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
.image-lightbox__close {
  position: fixed;
  top: clamp(0.8rem, 2vw, 1.4rem);
  right: clamp(0.8rem, 2vw, 1.4rem);
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(251, 250, 247, 0.7);
  background: rgba(251, 250, 247, 0.94);
  color: var(--ink);
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}
.image-lightbox__close:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--cloud-white);
}

/* Inquiry CTA card */
.inquiry-card {
  background: var(--warm-ivory);
  border: 1px solid var(--line);
  padding: clamp(1.8rem, 4vw, 3rem);
  display: grid; grid-template-columns: 1fr auto; gap: 2rem;
  align-items: center;
  box-shadow: var(--shadow);
}
.inquiry-card h3 { font-size: 1.7rem; margin-bottom: 0.5rem; }
.inquiry-card p { margin: 0; color: var(--ink-soft); max-width: 50ch; }

/* Legal / long-form pages */
.prose {
  max-width: 75ch;
  margin: 0 auto;
}
.prose h2 {
  font-size: 1.5rem;
  margin: 2.6rem 0 0.9rem;
  color: var(--ink);
  font-weight: 500;
}
.prose h2:first-of-type { margin-top: 0; }
.prose h3 {
  font-size: 1.1rem;
  margin: 1.6rem 0 0.5rem;
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.prose p, .prose ul, .prose ol {
  font-size: 1rem; line-height: 1.7;
  color: var(--ink); margin: 0 0 1rem;
}
.prose ul, .prose ol { padding-left: 1.4rem; }
.prose li { margin-bottom: 0.4rem; }
.prose a { color: var(--ink); border-bottom: 1px solid var(--linen-beige); }
.prose a:hover { color: var(--accent); border-color: var(--accent); }
.prose strong { color: var(--ink); font-weight: 600; }
.prose .meta-note {
  background: rgba(216, 196, 168, 0.18);
  border-left: 3px solid var(--accent);
  padding: 1rem 1.2rem;
  margin: 0 0 2rem;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.prose dl { margin: 0 0 1.4rem; }
.prose dl dt { font-weight: 600; margin-top: 0.6rem; }
.prose dl dd { margin-left: 0; }
.prose-page { background: var(--warm-ivory); padding: clamp(3rem, 7vw, 6rem) 0; }

/* MOBILE */
@media (max-width: 900px) {
  body {
    background-image: url('../images/background-960.jpg');
    background-attachment: scroll;
  }

  .nav-toggle { display: inline-flex; }
  .header-balloon { display: none; }
  .site-header .container { gap: 0.8rem; }
  .brand {
    flex: 1 1 auto;
    min-width: 0;
    gap: 0.8rem;
  }
  .brand-text { min-width: 0; }
  .brand-mark { font-size: 1.4rem; }
  .brand-divider { height: 1.8rem; }
  .brand-name {
    font-size: clamp(1.12rem, 6vw, 1.4rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .brand-tag {
    font-size: clamp(0.54rem, 2.5vw, 0.62rem);
    letter-spacing: 0.13em;
    line-height: 1.25;
    white-space: normal;
  }
  .site-header .container { padding-top: 1rem; padding-bottom: 1rem; }
  .nav-toggle { flex: 0 0 2.8rem; }

  /* Off-canvas mobile nav */
  nav.primary {
    position: fixed;
    inset: 0;
    min-height: 100vh;
    min-height: 100dvh;
    background: rgba(244, 239, 231, 0.98);
    backdrop-filter: saturate(140%) blur(14px);
    -webkit-backdrop-filter: saturate(140%) blur(14px);
    z-index: 60;
    opacity: 0;
    pointer-events: none;
    transform: none;
    transition: opacity 0.24s ease, visibility 0.24s ease;
    visibility: hidden;
    overflow-y: auto;
    padding: 6rem 2rem 2rem;
  }
  nav.primary.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  nav.primary ul {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  nav.primary li {
    width: 100%;
    border-bottom: 1px solid var(--linen-beige);
  }
  nav.primary a::before, nav.primary a::after { display: none; }

  /* Mobile: Submenu inline + immer ausgeklappt */
  nav.primary .submenu {
    position: static;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    min-width: 0;
    padding: 0 0 0.6rem 1.2rem;
  }
  nav.primary .submenu::before { display: none; }
  nav.primary .submenu a {
    padding: 0.65rem 0;
    font-size: 1rem;
  }
  nav.primary .submenu a:hover { padding-left: 0.25rem; background: transparent; }
  nav.primary li.has-submenu > a .submenu-caret { display: none; }
  nav.primary li.has-submenu::after { display: none; }
  nav.primary a {
    display: block;
    padding: 1.2rem 0;
    font-size: 1.05rem;
  }
  nav.primary a::after { display: none; }
  /* Make sure toggle stays clickable above panel */
  .nav-toggle { position: relative; z-index: 70; }
  body.nav-open .site-header {
    z-index: 80;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-image { order: -1; aspect-ratio: 4 / 3; }
  .about-grid { grid-template-columns: 1fr; }
  .about-portrait { max-width: 420px; }
  .cat-1, .cat-2 { grid-column: span 12; }
  .cat-3, .cat-4, .cat-5 { grid-column: span 12; }
  .fairs { grid-template-columns: 1fr; }
  .press-row { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  footer .footer-grid { grid-template-columns: 1fr; }
  .feature-row { grid-template-columns: 1fr; }
  .feature-row.reverse { direction: ltr; }
  .inquiry-card { grid-template-columns: 1fr; }
  .doll-list { gap: 1.5rem; }
  .doll-photos > .gallery-item:not(:first-child) {
    width: clamp(72px, 22vw, 110px);
  }
  .gallery-item.wide { grid-column: span 1; }
}

/* Body scroll lock when mobile nav open */
body.nav-open { overflow: hidden; }

/* ============================================================ */
/* ENHANCED INTERACTIVITY (v3) — animations + micro-interactions */
/* ============================================================ */

/* Scroll reveal — fade + lift on enter */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
}
/* Hero text reveals immediately on load (it's above the fold) */
.hero-text.reveal { transition-delay: 120ms; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* Hero image: gentle Ken Burns + soft slow float */
.hero-image img {
  animation: heroKenBurns 22s ease-in-out infinite alternate;
  transform-origin: 52% 42%;
  will-change: transform;
}
@keyframes heroKenBurns {
  0%   { transform: scale(1.00) translate(0, 0); }
  100% { transform: scale(1.06) translate(-1.4%, -1.2%); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-image img { animation: none; }
}

/* Header brand subtle entrance */
.site-header .brand {
  animation: brandFadeIn 1.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes brandFadeIn {
  from { opacity: 0; transform: translateX(-10px); }
  to   { opacity: 1; transform: translateX(0); }
}
@media (prefers-reduced-motion: reduce) {
  .site-header .brand { animation: none; }
}

/* Hero CTA shimmer on hover */
.btn { position: relative; overflow: hidden; isolation: isolate; }
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.35) 50%,
    transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
  z-index: -1;
  pointer-events: none;
}
.btn:hover::before { transform: translateX(120%); }
.btn.primary::before {
  background: linear-gradient(120deg,
    transparent 30%,
    rgba(200, 169, 120, 0.5) 50%,
    transparent 70%);
}

/* Pulse halo on primary CTA */
.btn.primary {
  box-shadow: 0 0 0 0 rgba(200, 169, 120, 0.55);
  animation: btnPulse 3.2s ease-in-out infinite;
}
@keyframes btnPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(200, 169, 120, 0); }
  50%      { box-shadow: 0 0 0 14px rgba(200, 169, 120, 0); }
  10%      { box-shadow: 0 0 0 0 rgba(200, 169, 120, 0.45); }
}
@media (prefers-reduced-motion: reduce) {
  .btn.primary { animation: none; }
  .btn::before { display: none; }
}

/* Twinkling sparkle layer over the cloud background */
.sparkle-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.sparkle {
  position: absolute;
  width: var(--size, 8px);
  height: var(--size, 8px);
  background: radial-gradient(circle,
    rgba(255, 246, 220, 0.95) 0%,
    rgba(200, 169, 120, 0.55) 40%,
    transparent 70%);
  border-radius: 50%;
  opacity: 0;
  animation: sparkleTwinkle var(--dur, 3.4s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
  filter: blur(0.4px);
  mix-blend-mode: screen;
}
.sparkle::before, .sparkle::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 200%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 246, 220, 0.85), transparent);
  transform: translate(-50%, -50%);
}
.sparkle::after { transform: translate(-50%, -50%) rotate(90deg); }
@keyframes sparkleTwinkle {
  0%, 100% { opacity: 0; transform: scale(0.6); }
  50%      { opacity: 0.85; transform: scale(1.15); }
}
/* Don't sparkle over the cream sections — only over sky-colored bg */
section.block.alt, .hero-text, .page-hero { position: relative; z-index: 2; }
.site-header, footer.site-footer { z-index: 50; }

/* Cloud-divider balloon — gentle sway + parallax */
.cloud-divider .balloon.balloon-drift {
  animation: balloonDrift 7s ease-in-out infinite;
  animation-delay: var(--drift-delay, 0s);
  transform-origin: 50% 100%;
}
.cloud-divider .balloon {
  --parallax-y: 0px;
  transform: translate(-50%, calc(-20% + var(--parallax-y)));
}
@keyframes balloonDrift {
  0%, 100% { translate: 0 0; rotate: -1.2deg; }
  50%      { translate: 0 -10px; rotate: 1.2deg; }
}
@media (prefers-reduced-motion: reduce) {
  .cloud-divider .balloon.balloon-drift { animation: none; }
}

/* Category cards — smoother transform + soft glow on hover */
.cat {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.5s ease;
  transform-style: preserve-3d;
}
.cat:hover {
  box-shadow: 0 30px 60px rgba(90, 75, 67, 0.22),
              0 0 0 1px rgba(200, 169, 120, 0.35);
}
.cat img { transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }

/* Soft gold gleam sweep across category card on hover */
.cat::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg,
    transparent 30%,
    rgba(255, 246, 220, 0.18) 50%,
    transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.9s ease;
  pointer-events: none;
  z-index: 3;
}
.cat:hover::after { transform: translateX(100%); }

/* Fair cards: lift + accent line slide on hover */
.fair {
  position: relative;
  transition: transform 0.4s ease;
}
.fair::before {
  content: "";
  position: absolute;
  top: -1px; left: 0;
  height: 2px; width: 0;
  background: var(--accent);
  transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.fair:hover { transform: translateY(-3px); }
.fair:hover::before { width: 100%; }

/* Press cards: lift and gold border on hover */
.press-card {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.4s ease;
}
.press-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(90, 75, 67, 0.18);
}
.press-card img { transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.press-card:hover img { transform: scale(1.04); }

/* Stat numbers — soft scale-in pop */
.stat .num {
  display: inline-block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
              color 0.4s ease;
}
.reveal .stat .num { transform: scale(0.85); }
.reveal.is-revealed .stat .num { transform: scale(1); }

/* Nav link letter spacing ease — already present, plus underline shimmer */
nav.primary a:hover::after {
  background: linear-gradient(90deg,
    transparent 0%,
    var(--champagne-gold) 30%,
    var(--champagne-gold) 70%,
    transparent 100%);
}

/* Floating mark for floral-mark + decorative ornaments */
.floral-mark { animation: floralPulse 5s ease-in-out infinite; }
@keyframes floralPulse {
  0%, 100% { transform: scale(1) rotate(0); opacity: 0.85; }
  50%      { transform: scale(1.08) rotate(8deg); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .floral-mark { animation: none; }
}

/* Lightbox — fade + scale in */
.image-lightbox:not([hidden]) {
  animation: lbFade 0.32s ease both;
}
.image-lightbox__figure {
  animation: lbZoom 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes lbFade {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes lbZoom {
  from { opacity: 0; transform: scale(0.96); }
  to   { opacity: 1; transform: scale(1); }
}
.image-lightbox__image {
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}
.image-lightbox__image.is-swapping {
  opacity: 0;
  transform: translateX(var(--swap-x, 0));
}

/* Lightbox prev/next arrows */
.image-lightbox__arrow {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(251, 250, 247, 0.9);
  border: 1px solid rgba(251, 250, 247, 0.4);
  color: var(--ink);
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transition: background 0.2s ease, color 0.2s ease,
              transform 0.2s ease, opacity 0.2s ease;
  padding: 0;
}
.image-lightbox__arrow:hover {
  background: var(--accent);
  color: var(--cloud-white);
  transform: translateY(-50%) scale(1.06);
}
.image-lightbox__arrow svg { width: 1.3rem; height: 1.3rem; }
.image-lightbox__arrow--prev { left: clamp(0.8rem, 2vw, 1.6rem); }
.image-lightbox__arrow--next { right: clamp(0.8rem, 2vw, 1.6rem); }
.image-lightbox__arrow[disabled] {
  opacity: 0.35;
  pointer-events: none;
}
.image-lightbox__counter {
  position: fixed;
  top: clamp(1rem, 2.5vw, 1.6rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  padding: 0.4rem 0.95rem;
  background: rgba(26, 23, 20, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--cloud-white);
  font-family: var(--sans);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 999px;
  display: none;
}
@media (max-width: 600px) {
  .image-lightbox__arrow { width: 2.5rem; height: 2.5rem; }
  .image-lightbox__arrow svg { width: 1.05rem; height: 1.05rem; }
}

/* Doll-row entrance: stagger plus subtle skew correction */
.doll-row.reveal { transform: translateY(40px) scale(0.985); }
.doll-row.reveal.is-revealed { transform: translateY(0) scale(1); }

/* Gallery items: gentle hover lift */
.gallery-item {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.5s ease;
}
.gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(90, 75, 67, 0.18);
}

/* Mobile nav: staggered link entrance */
@media (max-width: 900px) {
  nav.primary.is-open ul > li {
    opacity: 0;
    transform: translateY(14px);
    animation: navLinkIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  nav.primary.is-open ul > li:nth-child(1) { animation-delay: 0.05s; }
  nav.primary.is-open ul > li:nth-child(2) { animation-delay: 0.12s; }
  nav.primary.is-open ul > li:nth-child(3) { animation-delay: 0.19s; }
  nav.primary.is-open ul > li:nth-child(4) { animation-delay: 0.26s; }
  nav.primary.is-open ul > li:nth-child(5) { animation-delay: 0.33s; }
}
@keyframes navLinkIn {
  to { opacity: 1; transform: translateY(0); }
}

/* Submenu caret — gentle wiggle on Werke hover */
nav.primary li.has-submenu:hover > a .submenu-caret {
  animation: caretBounce 0.6s ease;
}
@keyframes caretBounce {
  0% { transform: rotate(0) translateY(0); }
  50% { transform: rotate(180deg) translateY(3px); }
  100% { transform: rotate(180deg) translateY(0); }
}

/* Brand-name italic underline shimmer */
.site-header .brand-name {
  background-image: linear-gradient(90deg, var(--accent), var(--accent));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  transition: background-size 0.5s ease;
}
.site-header .brand:hover .brand-name { background-size: 100% 1px; }

/* Slider dots: pulse on the active one */
.doll-photos__dot.is-active {
  animation: dotPulse 1.8s ease-in-out infinite;
}
@keyframes dotPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(251, 250, 247, 0); }
  50%      { box-shadow: 0 0 0 5px rgba(251, 250, 247, 0); }
  20%      { box-shadow: 0 0 0 0 rgba(251, 250, 247, 0.6); }
}
@media (prefers-reduced-motion: reduce) {
  .doll-photos__dot.is-active { animation: none; }
}

/* Subtle scroll progress accent line under header */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg,
    rgba(200, 169, 120, 0) 0%,
    var(--champagne-gold) 30%,
    var(--blush-rose) 60%,
    var(--champagne-gold) 80%,
    rgba(200, 169, 120, 0) 100%);
  z-index: 70;
  transition: width 0.1s linear;
  pointer-events: none;
}

/* Eyebrow icon — soft pulse */
.eyebrow::before {
  animation: eyebrowSparkle 4s ease-in-out infinite;
  transform-origin: center;
}
@keyframes eyebrowSparkle {
  0%, 100% { transform: rotate(0) scale(1); opacity: 0.8; }
  50%      { transform: rotate(180deg) scale(1.18); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .eyebrow::before { animation: none; }
}

/* Placeholder media card — used when product photography isn't ready yet */
.feature-media .placeholder-card {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: var(--muted-taupe);
  background:
    repeating-linear-gradient(135deg,
      rgba(220, 207, 190, 0.18) 0 14px,
      rgba(220, 207, 190, 0.0) 14px 28px),
    var(--warm-ivory);
}
.feature-media .placeholder-card svg {
  width: 28%;
  height: auto;
  max-width: 130px;
  opacity: 0.55;
}
.feature-media .placeholder-card span {
  font-family: var(--sans);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted-taupe);
}

/* ============================================================ */
/* E-BOOK PAGE                                                   */
/* ============================================================ */

.ebook-hero {
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
  background: var(--warm-ivory);
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.ebook-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(183, 204, 217, 0.35), transparent 38%),
    radial-gradient(circle at 85% 80%, rgba(217, 183, 178, 0.22), transparent 40%);
  pointer-events: none;
}
.ebook-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  position: relative;
}

.ebook-cover-stage {
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1400px;
}
.ebook-cover-wrap {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 5 / 7;
  transform: rotate(-3deg);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  filter: drop-shadow(0 28px 50px rgba(20, 15, 12, 0.22))
          drop-shadow(0 4px 8px rgba(20, 15, 12, 0.10));
  animation: ebookFloat 7s ease-in-out infinite;
}
.ebook-cover-wrap:hover {
  transform: rotate(0deg) scale(1.02);
}
.ebook-cover-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}
.ebook-cover-wrap::after {
  /* Spine sliver — implies a printed book even though it's a PDF */
  content: "";
  position: absolute;
  top: 1.5%;
  left: -1.2%;
  bottom: 1.5%;
  width: 2.4%;
  background: linear-gradient(90deg,
    rgba(20, 15, 12, 0.32) 0%,
    rgba(20, 15, 12, 0.08) 50%,
    transparent 100%);
  transform: skewY(-1deg);
  pointer-events: none;
}
@keyframes ebookFloat {
  0%, 100% { translate: 0 0; }
  50%      { translate: 0 -8px; }
}
@media (prefers-reduced-motion: reduce) {
  .ebook-cover-wrap { animation: none; }
}

/* "Schritt für Schritt — Knetmethode" round stamp pinned to cover */
.ebook-cover-stamp {
  position: absolute;
  top: 4%;
  right: -7%;
  width: clamp(82px, 22%, 130px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--warm-ivory);
  border: 1px solid var(--champagne-gold);
  box-shadow: 0 8px 18px rgba(20, 15, 12, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  text-align: center;
  padding: 0.6rem;
  transform: rotate(8deg);
  animation: stampSpin 14s ease-in-out infinite;
}
.ebook-cover-stamp .stamp-eyebrow {
  font-family: var(--sans);
  font-size: 0.52rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  line-height: 1.1;
}
.ebook-cover-stamp .stamp-line {
  width: 40%;
  height: 1px;
  background: var(--champagne-gold);
  opacity: 0.6;
}
.ebook-cover-stamp .stamp-title {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(0.88rem, 2.4vw, 1.15rem);
  line-height: 1.05;
  color: var(--ink);
}
@keyframes stampSpin {
  0%, 100% { transform: rotate(8deg); }
  50%      { transform: rotate(2deg); }
}
@media (prefers-reduced-motion: reduce) {
  .ebook-cover-stamp { animation: none; }
}

.ebook-pitch .breadcrumb { margin-bottom: 1.4rem; }
.ebook-pitch .eyebrow { display: inline-flex; margin-bottom: 1rem; }
.ebook-pitch h1 {
  font-size: clamp(2.2rem, 4.4vw, 3.8rem);
  margin-bottom: 1.2rem;
  max-width: 18ch;
}
.ebook-pitch .lede {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  line-height: 1.5;
  color: var(--ink);
  margin: 0 0 2rem;
  max-width: 44ch;
}
.ebook-pitch .cta-row { margin-bottom: 2.4rem; }

.ebook-pills {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.4rem;
}
.ebook-pills li {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 1rem 0.55rem 0.7rem;
  background: rgba(251, 250, 247, 0.7);
  border: 1px solid var(--linen-beige);
  border-radius: 999px;
}
.ebook-pills .pill-num {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--accent);
  line-height: 1;
  min-width: 1.5rem;
  text-align: center;
}
.ebook-pills .pill-lbl {
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 600;
}

/* Vier Säulen */
.ebook-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
}
.ebook-pillar {
  padding: clamp(1.4rem, 2.4vw, 2rem);
  background: rgba(251, 250, 247, 0.82);
  border: 1px solid rgba(220, 207, 190, 0.5);
  border-top: 3px solid var(--champagne-gold);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.4s ease;
}
.ebook-pillar:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(90, 75, 67, 0.14);
}
.ebook-pillar__icon {
  width: 2.6rem;
  height: 2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: var(--accent);
}
.ebook-pillar__icon svg { width: 100%; height: 100%; }
.ebook-pillar h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
  color: var(--ink);
}
.ebook-pillar p {
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}

/* Mini cover (Methoden-Sektion) */
.ebook-cover-mini {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.ebook-cover-mini img {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 5 / 7;
  object-fit: cover;
  box-shadow: var(--shadow);
  transform: rotate(2deg);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.ebook-cover-mini img:hover { transform: rotate(0); }

/* Für wen */
.ebook-fits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.2rem, 2.4vw, 2rem);
}
.ebook-fit {
  padding: clamp(1.4rem, 2.4vw, 1.8rem);
  background: var(--cloud-white);
  border-left: 3px solid var(--accent-2);
  box-shadow: var(--shadow);
}
.ebook-fit h3 {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: 1.3rem;
  margin: 0 0 0.6rem;
  color: var(--ink);
}
.ebook-fit p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.6;
  color: var(--ink-soft);
}

@media (max-width: 900px) {
  .ebook-hero__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .ebook-cover-wrap { max-width: 320px; }
  .ebook-cover-stamp { right: -4%; }
  .ebook-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ebook-fits {
    grid-template-columns: 1fr;
  }
  .ebook-cover-mini img { transform: none; }
}
@media (max-width: 540px) {
  .ebook-pillars {
    grid-template-columns: 1fr;
  }
}

/* ============================================================ */
/* E-BOOK TEASER (Startseite)                                    */
/* ============================================================ */
.ebook-teaser {
  background: transparent;
  position: relative;
  overflow: hidden;
  margin-top: 0 !important;
  padding-top: clamp(8.5rem, 16vw, 14rem);
}
.ebook-teaser::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 30%, rgba(183, 204, 217, 0.30), transparent 36%),
    radial-gradient(circle at 88% 75%, rgba(217, 183, 178, 0.22), transparent 40%);
  pointer-events: none;
  z-index: 0;
}
.ebook-teaser__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.ebook-teaser__cover {
  display: block;
  position: relative;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 5 / 7;
  justify-self: center;
  transform: rotate(-3deg);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  filter: drop-shadow(0 24px 44px rgba(20, 15, 12, 0.22))
          drop-shadow(0 4px 8px rgba(20, 15, 12, 0.10));
  animation: ebookFloat 7s ease-in-out infinite;
}
.ebook-teaser__cover:hover {
  transform: rotate(0) scale(1.02);
}
.ebook-teaser__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}
.ebook-teaser__cover::after {
  /* Spine sliver */
  content: "";
  position: absolute;
  top: 1.5%;
  left: -1.2%;
  bottom: 1.5%;
  width: 2.4%;
  background: linear-gradient(90deg,
    rgba(20, 15, 12, 0.32) 0%,
    rgba(20, 15, 12, 0.08) 50%,
    transparent 100%);
  transform: skewY(-1deg);
  pointer-events: none;
}
.ebook-teaser__stamp {
  position: absolute;
  top: 5%;
  right: -8%;
  width: clamp(78px, 24%, 120px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--warm-ivory);
  border: 1px solid var(--champagne-gold);
  box-shadow: 0 8px 18px rgba(20, 15, 12, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  text-align: center;
  padding: 0.6rem;
  transform: rotate(10deg);
  animation: stampSpin 14s ease-in-out infinite;
  pointer-events: none;
}
.ebook-teaser__stamp .stamp-eyebrow {
  font-family: var(--sans);
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  line-height: 1.1;
}
.ebook-teaser__stamp .stamp-line {
  width: 40%;
  height: 1px;
  background: var(--champagne-gold);
  opacity: 0.6;
}
.ebook-teaser__stamp .stamp-title {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(0.92rem, 2.2vw, 1.2rem);
  line-height: 1.05;
  color: var(--ink);
}

.ebook-teaser__text .eyebrow { margin-bottom: 1rem; }
.ebook-teaser__text h2 {
  margin-bottom: 1.2rem;
  max-width: 16ch;
}
.ebook-teaser__text .lede {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  line-height: 1.5;
  color: var(--ink);
  max-width: 44ch;
  margin: 0 0 1.4rem;
}
.ebook-teaser__points {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: grid;
  gap: 0.55rem;
}
.ebook-teaser__points li {
  position: relative;
  padding-left: 1.45rem;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.55;
}
.ebook-teaser__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.48rem;
  height: 0.48rem;
  background: var(--accent);
  transform: rotate(45deg);
}

@media (max-width: 900px) {
  .ebook-teaser__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .ebook-teaser__cover { max-width: 300px; }
  .ebook-teaser__stamp { right: -4%; }
}

/* ============================================================ */
/* BABY-PARTS / AUGEN-ANFRAGE-FORMULAR                          */
/* ============================================================ */

/* Wrap inside a feature-row so the cover stays uncropped and animated. */
.feature-cover-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  background: transparent;
  box-shadow: none;
  border: none;
}
.feature-cover-stage .ebook-teaser__cover {
  max-width: 360px;
}

/* Variant für querformatige Infografiken/Produktbilder: voll sichtbar,
   ohne Box-Hintergrund und größer dargestellt. */
.feature-row .feature-media.feature-media--contain {
  aspect-ratio: auto;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  border: none;
  overflow: visible;
}
.feature-row .feature-media.feature-media--contain img {
  width: 112%;
  max-width: none;
  height: auto;
  object-fit: contain;
  aspect-ratio: auto;
  margin-inline: -6%;
  /* Goldener, doppelter Rahmen — innen weiße Linie, außen Champagne-Gold */
  padding: clamp(0.7rem, 1.2vw, 1.1rem);
  background: var(--cloud-white);
  border: 1px solid var(--champagne-gold);
  outline: 1px solid rgba(200, 169, 120, 0.45);
  outline-offset: 4px;
  box-shadow:
    0 1px 2px rgba(90, 75, 67, 0.05),
    0 14px 36px rgba(90, 75, 67, 0.16);
}
@media (max-width: 900px) {
  .feature-row .feature-media.feature-media--contain img {
    width: 100%;
    margin-inline: 0;
  }
}

.augen-form-card {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  padding: clamp(1.8rem, 4vw, 3rem);
  background: var(--warm-ivory);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  scroll-margin-top: 7rem;
}
.augen-form-card__head { max-width: 60ch; margin: 0 0 2rem; }
.augen-form-card__head .eyebrow { display: inline-flex; margin-bottom: 0.6rem; }
.augen-form-card__head h2 {
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  margin: 0 0 0.7rem;
}
.augen-form-card__head p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.55;
}

.augen-form {
  display: grid;
  gap: 1.6rem;
}
.augen-form fieldset {
  margin: 0;
  padding: 1.4rem 1.4rem 1.2rem;
  border: 1px solid rgba(220, 207, 190, 0.65);
  background: rgba(251, 250, 247, 0.6);
}
.augen-form legend {
  padding: 0 0.55rem;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--accent);
}
.augen-form__hint {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.size-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1.2rem;
}
.size-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0.8rem;
  padding: 0.55rem 0.8rem;
  background: rgba(251, 250, 247, 0.9);
  border: 1px solid rgba(220, 207, 190, 0.55);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.size-row:focus-within {
  border-color: var(--accent);
  background: var(--cloud-white);
}
.size-row__mm {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.15rem;
  color: var(--ink);
  min-width: 3.6rem;
}
.size-row__lbl {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 600;
}
.size-row__body {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}
.size-row__sub {
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.35;
}
.size-row__price {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 600;
  white-space: nowrap;
  text-align: right;
}
.size-row__price small {
  display: block;
  margin-top: 0.08rem;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.size-row__price--sale {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
}
.size-row__price--sale s {
  color: var(--muted-taupe);
  font-weight: 500;
}
.size-row__price--sale small {
  width: 100%;
}
.size-row--set {
  grid-column: 1 / -1;
  border-color: rgba(200, 169, 120, 0.55);
  background: rgba(200, 169, 120, 0.11);
}
.size-row__qty {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.size-row__qty input {
  width: 3.4rem;
  padding: 0.45rem 0.55rem;
  border: 1px solid var(--linen-beige);
  background: var(--cloud-white);
  font-family: var(--sans);
  font-size: 0.95rem;
  text-align: right;
  color: var(--ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.size-row__qty input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(200, 169, 120, 0.18);
}
.size-row__unit {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.augen-form__total {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 0.8rem;
  margin: 1rem 0 0;
  color: var(--ink);
}
.augen-form__total span {
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.augen-form__total strong {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.5vw, 1.7rem);
  font-weight: 600;
}

.augen-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}
.augen-form__info {
  display: grid;
  gap: 0.45rem;
}
.augen-form__info p {
  margin: 0;
  padding: 0.8rem 0.95rem;
  background: rgba(251, 250, 247, 0.72);
  border: 1px solid rgba(220, 207, 190, 0.65);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.2rem;
}
.augen-form__field {
  display: grid;
  gap: 0.45rem;
}
.augen-form__label {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 600;
}
.augen-form__label .muted {
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--muted-taupe);
  font-weight: 400;
}
.augen-form input[type="text"],
.augen-form input[type="email"],
.augen-form select,
.augen-form textarea {
  width: 100%;
  padding: 0.7rem 0.85rem;
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--ink);
  background: var(--cloud-white);
  border: 1px solid var(--linen-beige);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.augen-form textarea {
  resize: vertical;
  min-height: 6rem;
  line-height: 1.5;
}
.augen-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235A4B43' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  background-size: 1rem;
  padding-right: 2.4rem;
  cursor: pointer;
}
.augen-form input:focus,
.augen-form select:focus,
.augen-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(200, 169, 120, 0.18);
}

.augen-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.4rem;
  margin-top: 0.4rem;
}
.augen-form__actions .btn { padding-inline: 1.6rem; }
.augen-form__note {
  font-size: 0.84rem;
  color: var(--ink-soft);
  line-height: 1.45;
  max-width: 38ch;
}

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

@media (max-width: 760px) {
  .size-list { grid-template-columns: 1fr; }
  .size-row {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
  .size-row__qty {
    grid-column: 1 / -1;
    justify-self: end;
  }
  .size-row__price--sale {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.05rem;
  }
  .augen-form__row { grid-template-columns: 1fr; }
  .feature-cover-stage .ebook-teaser__cover { max-width: 260px; }
}
