/* =========================================================
   Blumen & Geschenke Thömmes — gemeinsames Stylesheet
   1  Schrift & Tokens
   2  Basis & Barrierefreiheit
   3  Typografie
   4  Buttons & Links
   5  Header / Navigation
   6  Startseite (Hero, Intro, Leistungen, Feature, Galerie …)
   7  Unterseiten (Page-Hero, Steps, Related, Prose/Recht)
   8  Bestell-Wizard
   9  Footer & Mobile-Actionbar
   10 Motion (Reveal, Parallax, View Transitions)
   11 Responsive
   12 Reduced Motion & Print
   ========================================================= */

/* ---------------------------------------------------------
   1  Schrift & Tokens
   Fraunces wird selbst gehostet: keine Anfrage an Dritte
   (DSGVO), keine Layout-Verschiebung durch fremde CDNs.
   Variabler Schnitt 100–900, optische Größe fest auf 40.
   --------------------------------------------------------- */
@font-face {
  font-family: "Fraunces";
  src: url("fonts/fraunces-display.woff2") format("woff2-variations"),
       url("fonts/fraunces-display.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("fonts/fraunces-display-italic.woff2") format("woff2");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --ink: #40302c;
  --ink-soft: #6d5851;
  --forest: #35563f;
  --forest-deep: #223d2e;
  --moss: #64805b;
  --sage: #bcd0b2;
  --sage-pale: #e6eede;
  --cream: #fdf7f1;
  --cream-2: #f7e9e0;
  --paper: #fffaf5;
  --blush: #f8e4dc;
  --rose: #d98a82;
  --rose-deep: #b8564c;
  --clay: #d2825f;          /* nur dekorativ (Flächen ohne Text) */
  --clay-deep: #a4502c;     /* Text auf Creme, Links */
  --clay-btn: #9c4a27;      /* Flächen mit weißem Text (AA) */
  --clay-btn-hover: #85391b;
  --gold: #a9822f;
  --line: #ecdfd2;
  --white: #ffffff;
  --error: #a5382a;
  --success: #2f6a40;
  --shadow-sm: 0 6px 20px -12px rgba(36, 59, 44, 0.5);
  --shadow: 0 26px 60px -34px rgba(22, 39, 28, 0.55);
  --shadow-lg: 0 40px 80px -40px rgba(22, 39, 28, 0.5);
  --maxw: 1180px;
  --r: 6px;
  --r-lg: 16px;
  --font-head: "Fraunces", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --font-body: system-ui, -apple-system, "Segoe UI", "Helvetica Neue", sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 86px;
}

/* ---------------------------------------------------------
   2  Basis & Barrierefreiheit
   --------------------------------------------------------- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 12px);
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.75;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
::selection { background: var(--sage); color: var(--forest-deep); }

.skip-link {
  position: absolute; left: 1rem; top: -70px; z-index: 200;
  background: var(--forest-deep); color: var(--cream);
  padding: 0.75rem 1.25rem; border-radius: 0 0 8px 8px; font-weight: 700; font-size: 0.92rem;
  transition: top 0.2s ease;
}
.skip-link:focus { top: 0; }

:focus-visible { outline: 3px solid var(--clay-deep); outline-offset: 3px; border-radius: 3px; }
.mainnav a:focus-visible, .submenu a:focus-visible { outline-offset: 1px; }

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

/* ---------------------------------------------------------
   3  Typografie
   --------------------------------------------------------- */
h1, h2, h3, .h-alt {
  font-family: var(--font-head);
  color: var(--forest-deep);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.018em;
  font-optical-sizing: auto;
  text-wrap: balance;
}
h1 { font-size: clamp(2.5rem, 5.4vw, 4.2rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.85rem); }
h3 { font-size: 1.35rem; letter-spacing: -0.01em; }

.wrap { width: min(var(--maxw), 90%); margin: 0 auto; }
section { padding: clamp(3.5rem, 6vw, 6rem) 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-size: 0.72rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--clay-deep); font-weight: 700; margin-bottom: 1.1rem;
}
.eyebrow::before {
  content: ""; width: 17px; height: 17px; flex: none; display: inline-block;
  background-color: currentColor;
  -webkit-mask: url("images/flower.svg") center / contain no-repeat;
  mask: url("images/flower.svg") center / contain no-repeat;
}
.eyebrow.center { justify-content: center; }

.lede { font-size: 1.18rem; color: var(--ink-soft); }
.sec-head { max-width: 44rem; margin-bottom: 3rem; }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head p { color: var(--ink-soft); margin-top: 0.9rem; font-size: 1.1rem; }

/* ---------------------------------------------------------
   4  Buttons & Links
   --------------------------------------------------------- */
.btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  min-height: 48px; padding: 0.9rem 1.9rem;
  font-size: 0.94rem; font-weight: 700; letter-spacing: 0.03em;
  border: none; cursor: pointer; border-radius: var(--r);
  font-family: var(--font-body); text-align: center;
  transition: transform 0.22s var(--ease-out), background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}
.btn .arrow { transition: transform 0.22s var(--ease-out); display: inline-block; }
.btn:hover .arrow { transform: translateX(4px); }
.btn:active { transform: translateY(0) scale(0.985); }
.btn::after {
  content: ""; position: absolute; inset: 0 auto 0 -80%; width: 45%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: skewX(-22deg); transition: left 0.65s var(--ease-out); pointer-events: none;
}
.btn:hover::after { left: 130%; }
.btn--solid { background: var(--forest); color: var(--cream); box-shadow: var(--shadow-sm); }
.btn--solid:hover { background: var(--forest-deep); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn--clay { background: var(--clay-btn); color: var(--white); }
.btn--clay:hover { background: var(--clay-btn-hover); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn--ghost { background: transparent; color: var(--forest-deep); box-shadow: inset 0 0 0 1.5px var(--moss); }
.btn--ghost:hover { background: var(--forest); color: var(--cream); box-shadow: inset 0 0 0 1.5px var(--forest); transform: translateY(-2px); }
.btn--light { background: var(--cream); color: var(--forest-deep); }
.btn--light:hover { background: var(--white); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn--onDark { background: transparent; color: var(--cream); box-shadow: inset 0 0 0 1.5px var(--sage); }
.btn--onDark:hover { background: var(--sage); color: var(--forest-deep); }
.btn[disabled], .btn[aria-disabled="true"] { opacity: 0.55; cursor: not-allowed; transform: none; }

.textlink {
  font-weight: 700; color: var(--clay-deep);
  display: inline-flex; align-items: center; gap: 0.4rem;
  text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px;
}
.textlink .arrow { transition: transform 0.18s ease; display: inline-block; }
.textlink:hover .arrow { transform: translateX(4px); }

/* ---------------------------------------------------------
   5  Header / Navigation
   --------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 80;
  background: rgba(253, 247, 241, 0.86);
  backdrop-filter: blur(14px) saturate(1.25);
  -webkit-backdrop-filter: blur(14px) saturate(1.25);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  padding-top: env(safe-area-inset-top);
}
.site-header.scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 12px 32px -22px rgba(22, 39, 28, 0.4);
  background: rgba(253, 247, 241, 0.95);
}
/* Lesefortschritt — dezente Linie am Header-Fuß */
.scroll-progress {
  position: absolute; left: 0; bottom: -1px; height: 2px; width: 100%;
  background: linear-gradient(90deg, var(--clay), var(--rose));
  transform: scaleX(var(--progress, 0)); transform-origin: left;
  opacity: 0; transition: opacity 0.3s ease;
}
.site-header.scrolled .scroll-progress { opacity: 1; }

.nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.05rem 0; transition: padding 0.25s ease; }
.site-header.scrolled .nav { padding: 0.7rem 0; }
.logo { display: flex; flex-direction: column; line-height: 1.05; }
.logo-img { display: block; height: 58px; width: auto; transition: height 0.25s ease; }
.site-header.scrolled .logo-img { height: 48px; }
.logo .lg-name { font-family: var(--font-head); font-size: 1.4rem; font-weight: 700; color: var(--forest-deep); letter-spacing: -0.01em; }
.logo .lg-sub { font-size: 0.64rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ink-soft); margin-top: 4px; }

.mainnav { display: flex; align-items: center; gap: 1.9rem; }
.mainnav > a, .navbtn {
  font-size: 0.95rem; font-weight: 600; color: var(--forest-deep);
  background: none; border: none; cursor: pointer; padding: 0.4rem 0; position: relative;
  font-family: inherit; display: inline-flex; align-items: center; gap: 0.35rem;
}
.mainnav > a::after, .navbtn::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px;
  background: var(--clay-deep); transition: width 0.25s var(--ease-out);
}
.mainnav > a:hover::after, .has-sub:hover .navbtn::after, .navbtn[aria-expanded="true"]::after { width: 100%; }
.mainnav > a[aria-current="page"]::after { width: 100%; background: var(--forest); }
.navbtn .chev { font-size: 0.66rem; transition: transform 0.25s var(--ease-out); }
.has-sub:hover .navbtn .chev, .navbtn[aria-expanded="true"] .chev { transform: rotate(180deg); }

.has-sub { position: relative; }
.submenu {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(10px);
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow); padding: 0.6rem; min-width: 258px;
  opacity: 0; visibility: hidden;
  transition: opacity 0.22s var(--ease-out), transform 0.22s var(--ease-out), visibility 0.22s;
}
.has-sub:hover .submenu, .navbtn[aria-expanded="true"] + .submenu {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(6px);
}
.submenu a {
  display: block; padding: 0.62rem 0.9rem; font-size: 0.93rem; font-weight: 600;
  color: var(--forest-deep); border-radius: 8px;
  transition: background 0.15s, color 0.15s, transform 0.15s;
}
.submenu a:hover { background: var(--sage-pale); color: var(--clay-deep); transform: translateX(3px); }
.submenu a[aria-current="page"] { color: var(--clay-deep); background: var(--sage-pale); }

.nav-phone { font-weight: 700; color: var(--forest-deep); font-size: 0.95rem; white-space: nowrap; }
.nav-phone::before {
  content: ""; width: 15px; height: 15px; display: inline-block; margin-right: 0.4rem;
  background-color: currentColor; vertical-align: -2px;
  -webkit-mask: url("images/phone.svg") center / contain no-repeat;
  mask: url("images/phone.svg") center / contain no-repeat;
}
.burger {
  display: none; flex-direction: column; gap: 5px; background: none; border: none;
  cursor: pointer; padding: 11px; margin-right: -11px;
}
.burger span { width: 26px; height: 2px; background: var(--forest-deep); border-radius: 2px; transition: transform 0.3s var(--ease-out), opacity 0.2s; }
.burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.active span:nth-child(2) { opacity: 0; }
.burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------------------------------------------------------
   6  Startseite
   --------------------------------------------------------- */
.hero { padding: clamp(2.6rem, 6vw, 5.5rem) 0 clamp(3rem, 5vw, 5rem); }
.hero-inner { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hero h1 { margin-bottom: 1.5rem; }
.hero h1 .accent { color: var(--clay-deep); font-style: italic; font-weight: 500; }
.hero .lede { max-width: 33rem; margin-bottom: 2.2rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-meta { margin-top: 2.4rem; display: flex; gap: 2.4rem; flex-wrap: wrap; }
.hero-meta .m strong {
  display: block; font-family: var(--font-head); font-size: 2.1rem; color: var(--forest-deep);
  font-weight: 700; line-height: 1; font-variant-numeric: tabular-nums;
}
.hero-meta .m span { font-size: 0.82rem; color: var(--ink-soft); }

.hero-figure { position: relative; }
.hero-figure .main-img { aspect-ratio: 4 / 5; object-fit: cover; width: 100%; border-radius: 3px; box-shadow: var(--shadow); }
.hero-figure .stamp {
  position: absolute; bottom: -26px; left: -26px; background: var(--clay-btn); color: var(--white);
  width: 132px; height: 132px; border-radius: 50%; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center; box-shadow: var(--shadow);
  animation: stamp-float 7s ease-in-out infinite;
}
.hero-figure .stamp strong { font-family: var(--font-head); font-size: 2.1rem; line-height: 1; }
.hero-figure .stamp span { font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; margin-top: 5px; }
@keyframes stamp-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(2deg); }
}

/* Vertrauensband */
.trust { padding: 1.6rem 0; background: var(--paper); border-block: 1px solid var(--line); }
.trust-grid { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 0.8rem; font-size: 0.94rem; color: var(--ink-soft); }
.trust-item strong { display: block; color: var(--forest-deep); font-weight: 700; font-size: 0.98rem; }
.trust-item .ic { width: 26px; height: 26px; flex: none; background-color: var(--moss); -webkit-mask: var(--ic) center / contain no-repeat; mask: var(--ic) center / contain no-repeat; }
.trust-logo img { height: 34px; width: auto; }

/* Intro */
.intro { background: var(--blush); }
.intro-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.intro-figure img { aspect-ratio: 1/1; object-fit: cover; width: 100%; border-radius: 3px; box-shadow: var(--shadow); }
.intro-body p { color: var(--ink-soft); margin-bottom: 1.2rem; }
.intro-sign { margin-top: 1.4rem; font-family: var(--font-head); font-size: 1.25rem; font-weight: 700; color: var(--forest-deep); }
.intro-sign span { display: block; font-family: var(--font-body); font-weight: 400; font-size: 0.9rem; color: var(--ink-soft); }

/* Leistungen */
.services { background: var(--forest); color: var(--cream); }
.services h2 { color: var(--cream); }
.services .sec-head p { color: var(--sage-pale); }
.svc-list { border-top: 1px solid rgba(245, 241, 233, 0.18); }
.svc-row {
  display: grid; grid-template-columns: 56px 1fr auto; align-items: center; gap: 1.5rem;
  padding: 1.7rem 0.5rem; border-bottom: 1px solid rgba(245, 241, 233, 0.18);
  transition: padding 0.3s var(--ease-out), background 0.3s ease; color: var(--cream);
}
.svc-row .num { font-size: 0.95rem; color: var(--sage); font-weight: 700; font-variant-numeric: tabular-nums; }
.svc-row .svc-title { font-family: var(--font-head); font-size: clamp(1.4rem, 2.4vw, 1.9rem); font-weight: 700; color: var(--cream); transition: color 0.2s; display: block; }
.svc-row .svc-desc { color: var(--sage-pale); font-size: 0.98rem; max-width: 30rem; display: block; }
.svc-row .go { color: var(--cream); font-size: 1.4rem; opacity: 0; transform: translateX(-8px); transition: opacity 0.3s var(--ease-out), transform 0.3s var(--ease-out); }
.svc-row:hover, .svc-row:focus-visible { padding-left: 1.4rem; padding-right: 1.4rem; background: rgba(245, 241, 233, 0.06); }
.svc-row:hover .svc-title { color: var(--sage); }
.svc-row:hover .go, .svc-row:focus-visible .go { opacity: 1; transform: translateX(0); }
.svc-mid { display: flex; flex-direction: column; gap: 0.25rem; }

/* Feature-Split */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.feature.flip .feature-media { order: 2; }
.feature-media img { aspect-ratio: 5/4; object-fit: cover; width: 100%; box-shadow: var(--shadow); border-radius: 3px; }
.feature-body p { color: var(--ink-soft); margin-bottom: 1.2rem; }

/* Galerie */
.gallery { background: var(--cream-2); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.gallery-grid figure { position: relative; overflow: hidden; margin: 0; box-shadow: var(--shadow-sm); border-radius: 3px; transition: box-shadow 0.35s ease, transform 0.35s var(--ease-out); }
.gallery-grid figure:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.gallery-grid img { aspect-ratio: 4/3; object-fit: cover; width: 100%; transition: transform 0.7s var(--ease-out); }
.gallery-grid figure:hover img { transform: scale(1.06); }
.gallery-grid figcaption {
  position: absolute; inset: auto 0 0 0; padding: 1.6rem 1rem 0.9rem; color: var(--cream);
  font-weight: 600; font-size: 0.92rem; background: linear-gradient(transparent, rgba(20, 36, 26, 0.86));
}

/* Info-Band */
.infoband { background: var(--forest-deep); color: var(--cream); }
.infoband .eyebrow { color: var(--sage); }
.infoband-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); }
.infoband h2 { color: var(--cream); margin-bottom: 1.6rem; }
.hours { list-style: none; }
.hours li { display: flex; justify-content: space-between; gap: 1rem; padding: 0.7rem 0; border-bottom: 1px solid rgba(245, 241, 233, 0.16); }
.hours li .d { color: var(--sage-pale); }
.hours li .t { font-weight: 700; color: var(--sage); font-variant-numeric: tabular-nums; }
.hours li.closed .t { color: #f0b49b; }
.hours li.today { background: rgba(188, 208, 178, 0.1); margin-inline: -0.7rem; padding-inline: 0.7rem; border-radius: 6px; }
.hours li.today .d::after { content: " · heute"; color: var(--sage); font-weight: 700; font-size: 0.82rem; }
.open-badge {
  display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.86rem; font-weight: 700;
  padding: 0.35rem 0.8rem; border-radius: 100px; margin-bottom: 1.2rem;
  background: rgba(188, 208, 178, 0.16); color: var(--sage);
}
.open-badge .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--sage); flex: none; }
.open-badge.is-open .dot { background: #8ad39a; box-shadow: 0 0 0 4px rgba(138, 211, 154, 0.2); }
.open-badge.is-closed { color: #f0b49b; background: rgba(240, 180, 155, 0.14); }
.open-badge.is-closed .dot { background: #f0b49b; }
.contact-lines { list-style: none; }
.contact-lines li { display: flex; gap: 0.9rem; margin-bottom: 1.2rem; color: var(--sage-pale); }
.contact-lines li .k { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sage); min-width: 92px; padding-top: 4px; flex: none; }
.contact-lines li a { color: var(--cream); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(188, 208, 178, 0.5); display: inline-block; padding: 0.15rem 0; }
.contact-lines li a:hover { color: var(--sage); }
.contact-actions { margin-top: 1.8rem; display: flex; gap: 1rem; flex-wrap: wrap; }

/* FAQ */
.faq { background: var(--cream); }
.faq h2.center, .faq .eyebrow.center { text-align: center; }
.faq-list { max-width: 46rem; margin: 2.4rem auto 0; }
.faq-list details { border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--white); margin-bottom: 1rem; padding: 0 1.4rem; transition: border-color 0.2s ease, box-shadow 0.25s ease; }
.faq-list details:hover { box-shadow: var(--shadow-sm); }
.faq-list details[open] { border-color: var(--rose); box-shadow: var(--shadow-sm); }
.faq-list details.closing { border-color: var(--line); }
.faq-list summary { list-style: none; cursor: pointer; font-size: 1.12rem; font-weight: 700; color: var(--forest-deep); padding: 1.2rem 2.2rem 1.2rem 0; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 1.6rem; line-height: 1; color: var(--rose-deep); font-weight: 400; transition: transform 0.25s var(--ease-out); }
.faq-list details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-list details > *:not(summary) { margin: 0 0 1.3rem; color: var(--ink-soft); line-height: 1.7; animation: fade-up 0.3s var(--ease-out); }
@keyframes fade-up { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }

/* CTA-Band */
.cta { background: linear-gradient(135deg, #b4643f 0%, #8f4526 100%); color: var(--white); text-align: center; }
.cta h2 { color: var(--white); margin-bottom: 1rem; }
.cta .eyebrow { color: rgba(255, 255, 255, 0.9); }
.cta p { max-width: 38rem; margin: 0 auto 2rem; color: rgba(255, 255, 255, 0.95); font-size: 1.1rem; }

/* ---------------------------------------------------------
   7  Unterseiten
   --------------------------------------------------------- */
.page-hero { position: relative; color: var(--cream); padding: clamp(3.4rem, 8vw, 7rem) 0 clamp(2.8rem, 6vw, 4.6rem); overflow: hidden; }
.page-hero::before {
  content: ""; position: absolute; inset: -12% 0 0 0; z-index: -2;
  background-image: var(--bg); background-size: cover; background-position: center;
  transform: translateY(var(--par, 0px)); will-change: transform;
}
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(28, 50, 38, 0.9) 12%, rgba(28, 50, 38, 0.68) 55%, rgba(148, 74, 52, 0.55)); z-index: -1; }
.page-hero h1 { color: var(--cream); max-width: 18ch; }
.page-hero .eyebrow { color: var(--sage); }
.page-hero p { color: #eaf0e4; max-width: 40rem; margin-top: 1.2rem; font-size: 1.15rem; }

/* Brotkrumen */
.crumb { font-size: 0.82rem; letter-spacing: 0.02em; margin-bottom: 1.4rem; }
.crumb ol { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 0.45rem; }
.crumb li { display: flex; align-items: center; gap: 0.45rem; color: #dbe6d4; }
.crumb li + li::before { content: "›"; color: var(--sage); }
.crumb a { color: #dbe6d4; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(188, 208, 178, 0.45); }
.crumb a:hover { color: var(--white); }
.crumb [aria-current="page"] { color: var(--white); font-weight: 600; }

/* Checkliste */
.checklist { list-style: none; margin: 1.4rem 0; }
.checklist li { position: relative; padding-left: 2rem; margin-bottom: 0.9rem; color: var(--ink-soft); }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: 0.48rem; width: 16px; height: 16px;
  background-color: var(--moss);
  -webkit-mask: url("images/flower.svg") center / contain no-repeat;
  mask: url("images/flower.svg") center / contain no-repeat;
}

/* Ablauf / Prozess */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.4rem; counter-reset: step; }
.step-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.7rem 1.5rem; position: relative; transition: transform 0.3s var(--ease-out), box-shadow 0.3s ease; }
.step-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.step-card::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: var(--font-head); font-size: 1.05rem; font-weight: 700; color: var(--clay-deep);
  display: block; margin-bottom: 0.7rem; letter-spacing: 0.06em;
}
.step-card h3 { font-size: 1.15rem; margin-bottom: 0.5rem; }
.step-card p { color: var(--ink-soft); font-size: 0.96rem; }

/* Verwandte Leistungen */
.related { background: var(--cream-2); }
.related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1rem; }
.related-card {
  display: flex; flex-direction: column; gap: 0.35rem; background: var(--paper);
  border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.3rem 1.4rem;
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s ease, border-color 0.25s ease;
}
.related-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: var(--sage); }
.related-card .rc-title { font-family: var(--font-head); font-size: 1.2rem; font-weight: 700; color: var(--forest-deep); }
.related-card .rc-desc { font-size: 0.92rem; color: var(--ink-soft); }
.related-card .rc-go { margin-top: 0.4rem; font-size: 0.88rem; font-weight: 700; color: var(--clay-deep); }

/* Prose (Impressum, Datenschutz, 404) */
.prose { max-width: 46rem; }
.prose h2 { font-size: clamp(1.5rem, 2.6vw, 1.95rem); margin: 2.6rem 0 0.9rem; }
.prose h3 { font-size: 1.15rem; margin: 1.8rem 0 0.5rem; }
.prose p, .prose li { color: var(--ink-soft); }
.prose p { margin-bottom: 1rem; }
.prose ul, .prose ol { margin: 0 0 1.2rem 1.3rem; }
.prose li { margin-bottom: 0.45rem; }
.prose a { color: var(--clay-deep); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.prose .lead { font-size: 1.12rem; color: var(--ink); }
.prose dl { margin-bottom: 1.2rem; }
.prose dt { font-weight: 700; color: var(--forest-deep); margin-top: 0.9rem; }
.prose dd { color: var(--ink-soft); margin-left: 0; }
.prose .toc { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.2rem 1.5rem; margin-bottom: 2rem; }
.prose .toc ol { margin-bottom: 0; }
.notice { background: var(--sage-pale); border-left: 4px solid var(--moss); border-radius: 0 8px 8px 0; padding: 1rem 1.2rem; margin: 1.4rem 0; font-size: 0.96rem; color: var(--ink); }

/* 404 */
.errorpage { text-align: center; padding: clamp(3rem, 8vw, 6rem) 0; }
.errorpage .big { font-family: var(--font-head); font-size: clamp(4rem, 14vw, 8rem); line-height: 1; color: var(--moss); }
.errorpage p { color: var(--ink-soft); max-width: 34rem; margin: 1rem auto 2rem; }
.errorpage .btn-row { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ---------------------------------------------------------
   8  Bestell-Wizard
   --------------------------------------------------------- */
.order { padding: clamp(2rem, 4vw, 3.5rem) 0 clamp(4rem, 7vw, 6rem); }
.order-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: 2.5rem; align-items: start; }

.wizard-progress { display: flex; align-items: flex-start; margin-bottom: 2.2rem; list-style: none; }
.wp-step { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; flex: none; width: 92px; text-align: center; }
.wp-dot {
  width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: var(--white); border: 2px solid var(--line); color: var(--ink-soft);
  font-weight: 700; font-size: 0.95rem; transition: all 0.3s var(--ease-out); flex: none;
}
.wp-label { font-size: 0.74rem; font-weight: 600; color: var(--ink-soft); letter-spacing: 0.02em; transition: color 0.3s; }
.wp-line { flex: 1; height: 2px; background: var(--line); position: relative; overflow: hidden; margin: 19px 6px 0; }
.wp-line::after { content: ""; position: absolute; inset: 0; background: var(--forest); transform: scaleX(0); transform-origin: left; transition: transform 0.45s var(--ease-out); }
.wp-step.active .wp-dot { border-color: var(--forest); background: var(--forest); color: var(--cream); box-shadow: 0 0 0 5px rgba(53, 86, 63, 0.15); }
.wp-step.active .wp-label { color: var(--forest-deep); }
.wp-step.done .wp-dot { border-color: var(--forest); background: var(--sage-pale); color: var(--forest); }
.wp-step.done .wp-dot::before { content: "✓"; }
.wp-step.done .wp-dot .n { display: none; }
.wp-step.done .wp-label { color: var(--forest); }
.wp-line.done::after { transform: scaleX(1); }

.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.4rem, 3vw, 2.2rem); margin-bottom: 1.5rem; box-shadow: 0 10px 34px -26px rgba(22, 39, 28, 0.35); }
.wizard-step { display: none; }
.wizard-step.active { display: block; animation: step-in 0.4s var(--ease-out); }
.wizard-step.leaving { animation: step-out 0.18s ease; }
@keyframes step-in { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } }
@keyframes step-out { from { opacity: 1; transform: translateX(0); } to { opacity: 0; transform: translateX(-14px); } }

.card h2 { font-size: 1.6rem; margin-bottom: 1.3rem; }
.card .step-sub { color: var(--ink-soft); font-size: 0.98rem; margin: -0.8rem 0 1.4rem; }
.step-count { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--clay-deep); display: block; margin-bottom: 0.5rem; }

/* Felder */
label { display: block; font-weight: 700; font-size: 0.9rem; margin-bottom: 0.4rem; color: var(--forest-deep); }
.field { margin-bottom: 1.2rem; }
.req { color: var(--clay-deep); }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
input, select, textarea {
  width: 100%; padding: 0.82rem 0.95rem; border: 1.5px solid var(--line); border-radius: 8px;
  font-family: inherit; font-size: 16px; color: var(--ink); background: var(--white);
  transition: border-color 0.18s, box-shadow 0.18s;
  -webkit-appearance: none; appearance: none; min-height: 48px;
}
select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236d5851' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 0.9rem center; padding-right: 2.4rem;
}
select:disabled { background-color: #f4efe9; color: var(--ink-soft); cursor: not-allowed; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--moss); box-shadow: 0 0 0 3px rgba(100, 128, 91, 0.35); }
textarea { resize: vertical; min-height: 92px; line-height: 1.6; }
.hint { font-size: 0.85rem; color: var(--ink-soft); margin-top: 0.4rem; }
.hint a { color: var(--clay-deep); font-weight: 700; }
.charcount { float: right; font-variant-numeric: tabular-nums; }

.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: var(--error); background: #fdf4f2; }
.field.invalid input:focus, .field.invalid select:focus, .field.invalid textarea:focus { box-shadow: 0 0 0 3px rgba(165, 56, 42, 0.2); }
.field-error { display: none; font-size: 0.85rem; color: var(--error); font-weight: 600; margin-top: 0.4rem; }
.field-error::before { content: "▲ "; font-size: 0.7em; vertical-align: 1px; }
.field.invalid .field-error { display: block; animation: fade-up 0.25s var(--ease-out); }
.field.valid input, .field.valid select { border-color: var(--moss); }

/* Strauß-Auswahl */
.sizes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.8rem; }
.size { position: relative; }
.size input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.size label {
  display: flex; flex-direction: column; gap: 2px; padding: 1rem; border: 1.5px solid var(--line);
  border-radius: 12px; cursor: pointer; transition: transform 0.2s var(--ease-out), border-color 0.2s, background 0.2s, box-shadow 0.2s;
  margin: 0; background: var(--white); height: 100%;
}
.size label:hover { border-color: var(--moss); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.size label .t { font-size: 1.1rem; font-weight: 700; color: var(--forest-deep); font-family: var(--font-head); }
.size label .p { font-size: 0.9rem; color: var(--ink-soft); font-weight: 600; }
.size input:checked + label { border-color: var(--forest); box-shadow: var(--shadow-sm); background: var(--sage-pale); }
.size input:focus-visible + label { outline: 3px solid var(--clay-deep); outline-offset: 2px; }

/* Karten- und Checkbox-Optionen */
.cards { display: flex; flex-direction: column; gap: 0.6rem; }
.cardopt {
  display: flex; align-items: center; gap: 0.75rem; padding: 0.85rem 0.95rem; border: 1.5px solid var(--line);
  border-radius: 10px; cursor: pointer; background: var(--white); transition: border-color 0.18s, background 0.18s;
  margin: 0; font-weight: 400; min-height: 48px;
}
.cardopt:hover { border-color: var(--moss); }
.cardopt:has(input:checked) { border-color: var(--forest); background: var(--sage-pale); }
.cardopt:has(input:focus-visible) { outline: 3px solid var(--clay-deep); outline-offset: 2px; }
.cardopt input { width: auto; min-height: 0; flex: none; -webkit-appearance: auto; appearance: auto; accent-color: var(--forest); }
.cardopt .lt { flex: 1; font-weight: 600; font-size: 0.96rem; line-height: 1.5; }
.cardopt .pt { color: var(--clay-deep); font-weight: 700; font-size: 0.9rem; flex: none; }
.cardopt--consent { align-items: flex-start; }
.cardopt--consent input { margin-top: 4px; }
.cardopt--consent .lt { font-weight: 400; font-size: 0.92rem; color: var(--ink-soft); }
.cardopt--consent .lt a { color: var(--clay-deep); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }

.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* Navigation im Wizard */
.wizard-nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.8rem; }
.wizard-nav .btn-back { visibility: hidden; }
.wizard-nav.show-back .btn-back { visibility: visible; }
.draft-note { font-size: 0.82rem; color: var(--ink-soft); margin-top: 1rem; display: flex; align-items: center; gap: 0.4rem; }
.draft-note button { background: none; border: none; color: var(--clay-deep); font-weight: 700; text-decoration: underline; cursor: pointer; font-size: inherit; padding: 0.3rem 0.2rem; white-space: nowrap; }

/* Prüfen-Schritt */
.review-list { list-style: none; }
.review-list li { display: flex; justify-content: space-between; gap: 1rem; padding: 0.65rem 0; border-bottom: 1px dashed var(--line); font-size: 0.96rem; }
.review-list li .rk { color: var(--ink-soft); flex: none; }
.review-list li .rv { font-weight: 600; text-align: right; color: var(--forest-deep); overflow-wrap: anywhere; }
.review-total { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-top: 1.1rem; padding-top: 1.1rem; border-top: 2px solid var(--line); }
.review-total .rk { font-size: 1.15rem; font-weight: 700; color: var(--forest-deep); }
.review-total .rv { font-family: var(--font-head); font-size: 1.9rem; font-weight: 700; color: var(--clay-deep); font-variant-numeric: tabular-nums; }
.review-edit { background: none; border: none; color: var(--clay-deep); font-weight: 700; font-size: 0.86rem; text-decoration: underline; cursor: pointer; padding: 0.2rem 0.3rem; }

/* Sidebar */
.summary { position: sticky; top: calc(var(--header-h) + 14px); background: var(--forest-deep); color: var(--cream); border-radius: var(--r-lg); padding: 2rem; box-shadow: var(--shadow); }
.summary h3 { color: var(--cream); font-size: 1.45rem; margin-bottom: 1.4rem; }
.sline { display: flex; justify-content: space-between; gap: 0.8rem; padding: 0.65rem 0; border-bottom: 1px solid rgba(245, 241, 233, 0.18); font-size: 0.97rem; }
.sline .l { color: var(--sage-pale); }
.sline .v { font-weight: 700; text-align: right; font-variant-numeric: tabular-nums; transition: color 0.25s; }
.sline .v.flash { color: #a8e0b8; }
.stotal { display: flex; justify-content: space-between; align-items: baseline; gap: 0.8rem; margin-top: 1.3rem; padding-top: 1.3rem; border-top: 2px solid rgba(245, 241, 233, 0.3); }
.stotal .l { font-size: 1.25rem; font-weight: 700; }
.stotal .v { font-family: var(--font-head); font-size: 2rem; color: var(--sage); font-weight: 700; font-variant-numeric: tabular-nums; }
.summary .note { font-size: 0.82rem; color: rgba(245, 241, 233, 0.82); margin-top: 1rem; line-height: 1.55; }
.empty { color: rgba(245, 241, 233, 0.8); font-style: italic; font-weight: 400; }

.aside-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.5rem; margin-top: 1.5rem; }
.aside-card h3 { font-size: 1.15rem; margin-bottom: 0.7rem; }
.aside-card p { font-size: 0.93rem; color: var(--ink-soft); margin-bottom: 0.9rem; }
.aside-card .fleurop { height: 30px; width: auto; margin-bottom: 0.9rem; }
.aside-steps { list-style: none; counter-reset: astep; }
.aside-steps li { position: relative; padding-left: 2.1rem; margin-bottom: 0.7rem; font-size: 0.93rem; color: var(--ink-soft); }
.aside-steps li::before {
  counter-increment: astep; content: counter(astep);
  position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--sage-pale); color: var(--forest); font-weight: 700; font-size: 0.76rem;
  display: flex; align-items: center; justify-content: center;
}

/* Ladezustand */
.btn.loading { pointer-events: none; }
.btn.loading .arrow { display: none; }
.btn.loading::before {
  content: ""; width: 16px; height: 16px; border-radius: 50%; flex: none;
  border: 2px solid rgba(255, 255, 255, 0.4); border-top-color: var(--white);
  animation: spin 0.7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* Abschluss-Zustände */
.order-result { display: none; max-width: 42rem; margin: 0 auto; text-align: center; }
.order-result.show { display: block; animation: step-in 0.5s var(--ease-out); }
.result-icon {
  width: 92px; height: 92px; margin: 0 auto 1.6rem; border-radius: 50%;
  background: var(--sage-pale); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 10px rgba(188, 208, 178, 0.25);
}
.result-icon svg { width: 46px; height: 46px; }
.result-icon path { stroke: var(--success); stroke-width: 3; fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 48; stroke-dashoffset: 48; animation: draw-check 0.7s 0.2s var(--ease-out) forwards; }
@keyframes draw-check { to { stroke-dashoffset: 0; } }
.result-icon.warn { background: #fdeee4; box-shadow: 0 0 0 10px rgba(210, 130, 95, 0.18); }
.result-icon.warn path { stroke: var(--clay-btn); animation: none; stroke-dashoffset: 0; }
.order-result h2 { margin-bottom: 0.9rem; }
.order-result p { color: var(--ink-soft); margin-bottom: 1rem; }
.order-result .result-meta { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.3rem 1.6rem; margin: 1.6rem 0; text-align: left; }
.order-result .result-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 1.8rem; }
.order-result .result-hint { background: var(--sage-pale); border-radius: 10px; padding: 1rem 1.2rem; font-size: 0.93rem; color: var(--ink); text-align: left; }

.form-alert { display: none; border-radius: 10px; padding: 0.95rem 1.15rem; font-size: 0.95rem; font-weight: 600; margin-bottom: 1.4rem; }
.form-alert.show { display: block; animation: fade-up 0.3s var(--ease-out); }
.form-alert--error { background: #fdf4f2; border: 1.5px solid var(--error); color: var(--error); }
.form-alert--info { background: var(--sage-pale); border: 1.5px solid var(--moss); color: var(--forest-deep); }

/* ---------------------------------------------------------
   9  Footer & Mobile-Actionbar
   --------------------------------------------------------- */
.site-footer { background: var(--forest-deep); color: rgba(245, 241, 233, 0.8); padding: clamp(3rem, 5vw, 4.5rem) 0 2rem; font-size: 0.94rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2.2rem; padding-bottom: 2.5rem; }
.footer-grid .logo .lg-name { color: var(--cream); }
.footer-grid .logo .lg-sub { color: rgba(245, 241, 233, 0.62); }
.footer-grid p { margin-top: 1rem; max-width: 24rem; }
.footer-h { color: var(--cream); font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 1.1rem; font-family: var(--font-body); font-weight: 700; }
.site-footer ul { list-style: none; }
.site-footer ul li { margin-bottom: 0.15rem; }
/* Mindestgröße 24 px für Tippziele (WCAG 2.2, 2.5.8) */
.site-footer ul li a { display: inline-block; padding: 0.28rem 0; }
.site-footer a { text-decoration: underline; text-decoration-color: rgba(245, 241, 233, 0.28); text-underline-offset: 3px; transition: color 0.15s ease; }
.site-footer a:hover { color: var(--sage); text-decoration-color: var(--sage); }
.footer-bottom { border-top: 1px solid rgba(245, 241, 233, 0.14); padding-top: 1.5rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.8rem; font-size: 0.86rem; }
.footer-legal { display: flex; gap: 1.2rem; flex-wrap: wrap; }

/* Mobile Aktionsleiste — Anrufen ist der wichtigste Weg */
.mobilebar {
  position: fixed; inset: auto 0 0 0; z-index: 90; display: none; gap: 0.6rem;
  padding: 0.6rem 4% calc(0.6rem + env(safe-area-inset-bottom));
  background: rgba(253, 247, 241, 0.95);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
  transform: translateY(110%); transition: transform 0.35s var(--ease-out);
}
.mobilebar.show { transform: translateY(0); }
.mobilebar .btn { flex: 1; padding-inline: 0.9rem; font-size: 0.9rem; }

/* ---------------------------------------------------------
   10  Motion
   --------------------------------------------------------- */
/* Reveal wird ausschließlich aktiv, wenn JavaScript läuft.
   Ohne JS ist jeder Inhalt sofort sichtbar (kein leerer Screen). */
.js .reveal { opacity: 0; transform: translateY(24px); }
.js .reveal.is-visible {
  opacity: 1; transform: translateY(0);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
  transition-delay: var(--reveal-delay, 0s);
}

.floral-divider {
  display: block; width: 240px; height: 40px; margin: 0 auto;
  background: url("images/divider.svg") center / contain no-repeat;
}
.hero, .intro, .services, .cta { position: relative; overflow: hidden; }
.hero > .wrap, .intro > .wrap, .services > .wrap, .cta > .wrap { position: relative; z-index: 1; }
.hero::after { content: ""; position: absolute; left: -55px; bottom: -60px; width: 200px; height: 330px; background: url("images/sprig.svg") bottom left / contain no-repeat; opacity: 0.3; transform: scaleX(-1) rotate(-6deg); pointer-events: none; }
.intro::before { content: ""; position: absolute; top: -45px; right: -45px; width: 180px; height: 300px; background: url("images/sprig.svg") top right / contain no-repeat; opacity: 0.4; transform: rotate(10deg); pointer-events: none; }
.services::before { content: ""; position: absolute; right: -50px; bottom: -50px; width: 260px; height: 430px; background: url("images/sprig.svg") bottom right / contain no-repeat; opacity: 0.16; pointer-events: none; }
.cta::before { content: ""; position: absolute; left: -25px; top: -25px; width: 150px; height: 250px; background: url("images/sprig.svg") top left / contain no-repeat; opacity: 0.35; transform: scaleX(-1); pointer-events: none; }
.cta::after { content: ""; position: absolute; right: -25px; bottom: -30px; width: 150px; height: 250px; background: url("images/sprig.svg") bottom right / contain no-repeat; opacity: 0.35; pointer-events: none; }

/* Sanftes Einblenden nachgeladener Bilder */
.js img[loading="lazy"]:not(.is-loaded) { opacity: 0; }
.js img[loading="lazy"].is-loaded { opacity: 1; transition: opacity 0.6s var(--ease-out); }

/* Weiche Seitenübergänge, wo unterstützt */
@view-transition { navigation: auto; }

/* ---------------------------------------------------------
   11  Responsive
   --------------------------------------------------------- */
@media (max-width: 1080px) {
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > :nth-child(4) { grid-column: 2 / -1; }
}
@media (max-width: 920px) {
  :root { --header-h: 74px; }
  .hero-inner, .intro-grid, .feature, .infoband-grid { grid-template-columns: 1fr; }
  .feature.flip .feature-media { order: 0; }
  .hero-figure { order: -1; }
  .hero-figure .main-img { aspect-ratio: 16/11; }
  .hero-figure .stamp { width: 104px; height: 104px; bottom: -20px; left: auto; right: 12px; }
  .hero-figure .stamp strong { font-size: 1.6rem; }
  .order-grid { grid-template-columns: 1fr; }
  .summary { position: static; }
  .mainnav {
    position: fixed; inset: calc(62px + env(safe-area-inset-top)) 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0.2rem;
    background: var(--paper); padding: 1.2rem 6% calc(1.6rem + env(safe-area-inset-bottom));
    border-bottom: 1px solid var(--line);
    transform: translateY(-130%); transition: transform 0.35s var(--ease-out), visibility 0.35s;
    box-shadow: var(--shadow); max-height: calc(100dvh - 62px); overflow-y: auto;
    visibility: hidden;
  }
  .mainnav.open { transform: translateY(0); visibility: visible; }
  .mainnav > a, .navbtn { padding: 0.75rem 0.2rem; font-size: 1.05rem; }
  .navbtn { width: 100%; justify-content: space-between; }
  .submenu {
    position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none;
    border: none; background: transparent; padding: 0.2rem 0 0.4rem 1rem; min-width: 0;
  }
  .has-sub:hover .submenu, .navbtn[aria-expanded="true"] + .submenu { transform: none; }
  /* Telefonnummer bleibt im geöffneten Menü stehen: für ein
     Blumengeschäft ist der Anruf der häufigste Kontaktweg. */
  .nav-phone { font-size: 1.05rem; padding: 0.75rem 0.2rem; color: var(--clay-deep); }
  .burger { display: flex; }
  .mobilebar { display: flex; }
  body { padding-bottom: 76px; }
  .trust-grid { justify-content: flex-start; gap: 1.2rem 2rem; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .gallery-grid, .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :nth-child(4) { grid-column: auto; }
  .hero-meta { gap: 1.5rem; }
  .hero-actions .btn { flex: 1 1 100%; }
  .svc-row { grid-template-columns: 1fr; gap: 0.4rem; }
  .svc-row .num, .svc-row .go { display: none; }
  .row2, .sizes { grid-template-columns: 1fr; }
  .wp-step { width: 62px; }
  .wp-label { font-size: 0.66rem; }
  .wizard-nav { flex-direction: column-reverse; }
  .wizard-nav .btn { width: 100%; }
  .wizard-nav .btn-back { order: 2; }
  .contact-actions .btn { flex: 1 1 100%; }
  .summary { padding: 1.5rem; }
  .prose h2 { margin-top: 2rem; }
}

/* ---------------------------------------------------------
   12  Reduced Motion & Print
   --------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .js .reveal { opacity: 1; transform: none; }
  .page-hero::before { transform: none !important; }
  .js img[loading="lazy"]:not(.is-loaded) { opacity: 1; }
}

@media print {
  .site-header, .mobilebar, .skip-link, .wizard-nav, .burger, .cta, .hero::after,
  .intro::before, .services::before, .cta::before, .cta::after { display: none !important; }
  body { background: #fff; color: #000; font-size: 11pt; padding: 0; }
  .js .reveal, .js .reveal.is-visible { opacity: 1 !important; transform: none !important; }
  .js img[loading="lazy"] { opacity: 1 !important; }
  a { text-decoration: underline; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 0.85em; word-break: break-all; }
  .wizard-step, .order-result { display: block !important; }
  section { padding: 1rem 0; break-inside: avoid; }
  .summary, .card { box-shadow: none; border: 1px solid #ccc; }
}
