/* ==========================================================================
   Crumbeletta — style.css
   Farbwelt aus dem Flyer: Rot #CB010C · Gold #DFB67F · Ink #1B1B1F
   Schrift: PP Pangaia (Display) · Jost (Text)
   ========================================================================== */

/* ---------- Fonts ---------- */
@font-face { font-family: "PP Pangaia"; src: url("/assets/fonts/PPPangaia-Ultralight.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "PP Pangaia"; src: url("/assets/fonts/PPPangaia-UltralightItalic.woff2") format("woff2"); font-weight: 300; font-style: italic; font-display: swap; }
@font-face { font-family: "PP Pangaia"; src: url("/assets/fonts/PPPangaia-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "PP Pangaia"; src: url("/assets/fonts/PPPangaia-MediumItalic.woff2") format("woff2"); font-weight: 500; font-style: italic; font-display: swap; }
@font-face { font-family: "PP Pangaia"; src: url("/assets/fonts/PPPangaia-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "PP Pangaia"; src: url("/assets/fonts/PPPangaia-BoldItalic.woff2") format("woff2"); font-weight: 700; font-style: italic; font-display: swap; }
@font-face { font-family: "Jost"; src: url("/assets/fonts/jost-latin-wght-normal.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Jost"; src: url("/assets/fonts/jost-latin-ext-wght-normal.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Jost"; src: url("/assets/fonts/jost-latin-wght-italic.woff2") format("woff2"); font-weight: 100 900; font-style: italic; font-display: swap; }

/* ---------- Tokens ---------- */
:root {
  --cream: #F8F3EE;
  --cream-2: #F1E9E1;
  --blush: #E9D7C5;
  --blush-2: #DFC7B0;
  --gold: #DFB67F;
  --gold-2: #C79A5C;
  --red: #CB010C;
  --red-2: #A8000A;
  --ink: #1B1B1F;
  --ink-2: #2A2A30;
  --espresso: #4A3020;
  --muted: #7A6656;
  --white: #FFFFFF;

  --font-display: "PP Pangaia", "Cormorant Garamond", Georgia, serif;
  --font-text: "Jost", "Helvetica Neue", Arial, sans-serif;

  --r-xl: 40px;
  --r-lg: 28px;
  --r-md: 18px;
  --r-pill: 999px;

  --gutter: clamp(20px, 5vw, 72px);
  --max: 1520px;
  --section: clamp(96px, 12vw, 180px);

  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
  --shadow-lg: 0 30px 80px -30px rgba(74, 48, 32, .35);
  --shadow-md: 0 18px 40px -22px rgba(74, 48, 32, .35);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: auto; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-text);
  font-weight: 400;
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; }
::selection { background: var(--red); color: var(--white); }
:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; border-radius: 4px; }

.skip { position: absolute; left: -999px; top: 12px; z-index: 1000; background: var(--ink); color: var(--white); padding: 10px 16px; border-radius: var(--r-pill); }
.skip:focus { left: 12px; }

/* ---------- Typography ---------- */
.overline {
  font-family: var(--font-text);
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--red);
  margin-bottom: clamp(16px, 2vw, 28px);
}
.overline--light { color: var(--espresso); }
.overline--gold { color: var(--gold); }

.h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(38px, 5.2vw, 78px);
  line-height: 1.02;
  letter-spacing: -.015em;
  color: var(--ink);
  text-wrap: balance;
}
.h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(30px, 3.4vw, 52px);
  line-height: 1.05;
  letter-spacing: -.01em;
}
.lead {
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.5;
  font-weight: 400;
  color: var(--ink);
  max-width: 34em;
  margin-top: clamp(20px, 2.4vw, 36px);
}
.lead--sm { font-size: clamp(17px, 1.2vw, 20px); color: var(--espresso); }
.body { max-width: 36em; color: var(--espresso); margin-top: 1.2em; }
em { font-style: italic; }

/* ---------- Buttons & Links ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 18px 30px; white-space: nowrap;
  border-radius: var(--r-pill);
  font-weight: 500; font-size: 15px; letter-spacing: .02em;
  background: var(--ink); color: var(--white);
  transition: transform .5s var(--ease-out), background .3s, box-shadow .5s var(--ease-out);
  will-change: transform;
}
.btn--red { background: var(--red); }
.btn--sm { padding: 12px 20px; font-size: 13px; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -16px rgba(203, 1, 12, .6); }
.btn--red:hover { background: var(--red-2); }
.btn__arrow { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .5s var(--ease-out); }
.btn:hover .btn__arrow { transform: translateX(4px); }

.link-arrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 500; font-size: 15px; letter-spacing: .02em;
  color: var(--ink);
  padding-bottom: 4px;
  background: linear-gradient(currentColor, currentColor) no-repeat 0 100% / 100% 1px;
  transition: background-size .5s var(--ease-out), color .3s;
}
.link-arrow::after { content: "→"; transition: transform .5s var(--ease-out); }
.link-arrow:hover { color: var(--red); background-size: 0 1px; }
.link-arrow:hover::after { transform: translateX(6px); }

.round-btn {
  width: 60px; height: 60px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(27, 27, 31, .25);
  color: var(--ink);
  transition: background .4s, color .4s, border-color .4s, transform .5s var(--ease-out);
}
.round-btn svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.round-btn:hover { background: var(--ink); color: var(--white); border-color: var(--ink); transform: scale(1.06); }
.round-btn:disabled { opacity: .3; pointer-events: none; }

.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.tags li { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 500; padding: 8px 14px; border: 1px solid rgba(27, 27, 31, .2); border-radius: var(--r-pill); color: var(--espresso); }

/* ---------- Header ---------- */
.header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  padding: 18px var(--gutter);
  transition: padding .5s var(--ease-out), background .5s, backdrop-filter .5s, box-shadow .5s;
}
.header.is-scrolled {
  padding: 10px var(--gutter);
  background: rgba(248, 243, 238, .82);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  backdrop-filter: blur(14px) saturate(1.2);
  box-shadow: 0 1px 0 rgba(27, 27, 31, .06);
}
.header__inner { max-width: var(--max); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo {
  font-family: var(--font-display); font-weight: 700; font-size: 28px; letter-spacing: -.02em; color: var(--red); line-height: 1;
}
.nav { display: none; gap: 34px; }
.nav__link { font-size: 14px; font-weight: 500; letter-spacing: .04em; position: relative; padding: 6px 0; }
.nav__link::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .5s var(--ease-out); }
.nav__link:hover::after { transform: scaleX(1); transform-origin: left; }
.header__right { display: flex; align-items: center; gap: 16px; }
.header__cta { display: none; }
.lang { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 500; letter-spacing: .06em; }
.lang__cur { color: var(--ink); }
.lang__sep, .lang__alt { color: var(--muted); }
.lang:hover .lang__alt { color: var(--red); }

.burger { width: 44px; height: 44px; display: grid; place-items: center; position: relative; }
.burger span { position: absolute; width: 24px; height: 1.5px; background: var(--ink); transition: transform .5s var(--ease-out), background .3s; }
.burger span:first-child { transform: translateY(-4px); }
.burger span:last-child { transform: translateY(4px); }
.burger[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }
body.menu-open .burger span { background: var(--white); }
body.menu-open .logo { color: var(--gold); }
body.menu-open .lang__cur, body.menu-open .lang__sep, body.menu-open .lang__alt { color: var(--white); }
body.menu-open .header { background: transparent; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }

@media (min-width: 960px) {
  .nav { display: flex; gap: 22px; }
  .header__cta { display: inline-flex; }
  .burger { display: none; }
}
@media (min-width: 1200px) { .nav { gap: 34px; } }

/* ---------- Mobile Menu ---------- */
.menu {
  position: fixed; inset: 0; z-index: 90;
  background: var(--red); color: var(--white);
  clip-path: inset(0 0 100% 0);
  transition: clip-path .8s var(--ease-in-out);
  visibility: hidden;
}
.menu.is-open { clip-path: inset(0 0 0 0); visibility: visible; }
.menu__inner { height: 100%; padding: 110px var(--gutter) 40px; display: flex; flex-direction: column; justify-content: space-between; overflow-y: auto; }
.menu__nav { display: flex; flex-direction: column; gap: 6px; }
.menu__link {
  font-family: var(--font-display); font-weight: 500; font-size: clamp(36px, 9vw, 64px); line-height: 1.1;
  display: flex; align-items: baseline; gap: 16px;
  opacity: 0; transform: translateY(24px);
  transition: opacity .6s var(--ease-out), transform .6s var(--ease-out);
}
.menu.is-open .menu__link { opacity: 1; transform: none; }
.menu.is-open .menu__link:nth-child(1) { transition-delay: .25s; }
.menu.is-open .menu__link:nth-child(2) { transition-delay: .32s; }
.menu.is-open .menu__link:nth-child(3) { transition-delay: .39s; }
.menu.is-open .menu__link:nth-child(4) { transition-delay: .46s; }
.menu.is-open .menu__link:nth-child(5) { transition-delay: .53s; }
.menu__num { font-family: var(--font-text); font-size: 12px; letter-spacing: .2em; color: var(--gold); }
.menu__foot { display: flex; flex-direction: column; gap: 28px; padding-top: 32px; }
.menu__foot .btn--red { background: var(--white); color: var(--red); align-self: flex-start; }
.menu__meta { display: flex; flex-wrap: wrap; gap: 18px 28px; font-size: 14px; letter-spacing: .04em; opacity: .9; }

/* ---------- Reveal-Zustände (nur mit JS) ---------- */
html.js [data-reveal], html.js [data-reveal-scale] { opacity: 0; }
html.js .line { display: block; overflow: hidden; }
html.js [data-line] { display: inline-block; transform: translateY(110%); }
html.js [data-split] .word { display: inline-block; overflow: hidden; vertical-align: top; }
html.js [data-split] .word > span { display: inline-block; transform: translateY(110%); }
html.js .gallery__item { opacity: 0; }
@media (prefers-reduced-motion: reduce) {
  html.js [data-reveal], html.js [data-reveal-scale], html.js .gallery__item { opacity: 1; }
  html.js [data-line], html.js [data-split] .word > span { transform: none; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
.line { display: block; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  padding: clamp(120px, 16vh, 180px) var(--gutter) clamp(60px, 8vh, 100px);
  display: flex; align-items: center;
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; z-index: 0;
  width: 60vmax; height: 60vmax; right: -20vmax; top: -10vmax;
  background: radial-gradient(closest-side, rgba(233, 215, 197, .9), rgba(233, 215, 197, 0));
  pointer-events: none;
}
.hero__inner {
  position: relative; z-index: 1;
  max-width: var(--max); margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr; gap: clamp(40px, 6vw, 96px); align-items: center;
}
.hero__title {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(34px, 4.4vw, 66px);
  line-height: 1.02; letter-spacing: -.02em;
  color: var(--ink);
}
.hero__title em { font-style: italic; font-weight: 300; color: var(--red); }
.hero__lead { margin-top: clamp(24px, 3vw, 40px); max-width: 30em; font-size: clamp(17px, 1.3vw, 21px); color: var(--espresso); }
.hero__actions { margin-top: clamp(28px, 3vw, 44px); display: flex; flex-wrap: wrap; align-items: center; gap: 20px 32px; }

.hero__visual { position: relative; justify-self: center; width: min(100%, 560px); }
.hero__arch {
  position: relative; overflow: hidden;
  border-radius: 999px 999px var(--r-lg) var(--r-lg);
  aspect-ratio: 4 / 4.6;
  box-shadow: var(--shadow-lg);
  background: var(--blush);
}
.hero__img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; transform: scale(1.12); will-change: transform; }

.badge {
  position: absolute; left: -22px; bottom: 6%;
  width: clamp(110px, 12vw, 150px); aspect-ratio: 1;
  display: grid; place-items: center;
  background: var(--cream); border-radius: 50%;
  box-shadow: var(--shadow-md);
}
.badge__ring { position: absolute; inset: 8px; animation: spin 18s linear infinite; }
.badge__ring text { font-family: var(--font-text); font-size: 9px; text-transform: uppercase; font-weight: 500; fill: var(--ink); }
.badge__mark { font-family: var(--font-display); font-weight: 700; font-size: clamp(36px, 4vw, 52px); color: var(--red); line-height: 1; transform: translateY(-4px); }
@keyframes spin { to { transform: rotate(360deg); } }

.hero__scroll {
  position: absolute; left: var(--gutter); bottom: 28px; z-index: 2;
  display: none; align-items: center; gap: 12px;
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted);
}
.hero__scroll i { width: 48px; height: 1px; background: var(--muted); position: relative; overflow: hidden; }
.hero__scroll i::after { content: ""; position: absolute; inset: 0; background: var(--red); transform: translateX(-100%); animation: slide 2.4s var(--ease-in-out) infinite; }
@keyframes slide { 0% { transform: translateX(-100%); } 60%, 100% { transform: translateX(100%); } }

@media (min-width: 960px) {
  .hero__inner { grid-template-columns: 1.15fr .85fr; }
  .hero__visual { justify-self: end; width: 100%; max-width: 620px; }
  .hero__scroll { display: inline-flex; }
}

/* ---------- Marquee ---------- */
.marquee {
  background: var(--red); color: var(--cream);
  padding: 16px 0; overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, .12);
}
.marquee__track { display: flex; white-space: nowrap; width: max-content; animation: marquee 40s linear infinite; }
.marquee__item { font-family: var(--font-display); font-weight: 500; font-size: clamp(18px, 1.6vw, 26px); padding: 0 22px; letter-spacing: .01em; }
.marquee__dot { color: var(--gold); font-size: 12px; display: inline-flex; align-items: center; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Layout helpers ---------- */
.intro, .offer, .craft, .process, .faq, .contact, .cakes { padding: var(--section) var(--gutter); }
.intro__inner, .offer__head, .offer__list, .craft__inner, .process__head, .steps, .faq__head, .contact__panel, .cakes__head, .sara__inner, .process__note, .footer__inner, .footer__bottom { max-width: var(--max); margin-inline: auto; }

/* ---------- Intro ---------- */
.intro { padding-top: calc(var(--section) * .8); }
.intro__inner { display: grid; grid-template-columns: 1fr; gap: clamp(40px, 6vw, 110px); align-items: center; }
.intro__media { position: relative; overflow: hidden; border-radius: var(--r-xl); aspect-ratio: 1; box-shadow: var(--shadow-lg); background: var(--blush); }
.intro__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); will-change: transform; }
.intro__caption {
  position: absolute; left: 20px; bottom: 20px;
  font-family: var(--font-display); font-style: italic; font-weight: 300; font-size: clamp(16px, 1.3vw, 20px);
  background: rgba(248, 243, 238, .86); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  padding: 10px 18px; border-radius: var(--r-pill); color: var(--ink);
}
@media (min-width: 960px) {
  .intro__inner { grid-template-columns: 1.1fr 1fr; }
  .intro__copy { padding-right: 4vw; }
}

/* ---------- Cakes / Slider ---------- */
.cakes {
  background: var(--blush);
  border-radius: var(--r-xl) var(--r-xl) 0 0;
  padding-inline: 0;
  overflow: hidden;
  position: relative;
}
.cakes__head {
  padding-inline: var(--gutter);
  display: grid; grid-template-columns: 1fr; gap: 24px; align-items: end;
  margin-bottom: clamp(40px, 5vw, 72px);
}
.cakes__head .lead--sm { margin-top: 0; color: var(--espresso); }
@media (min-width: 960px) { .cakes__head { grid-template-columns: 1.4fr 1fr; gap: 60px; } .cakes__head .lead--sm { justify-self: end; max-width: 28em; } }

.slider { position: relative; }
.slider__track {
  display: flex; gap: clamp(14px, 1.6vw, 24px);
  overflow-x: auto; overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding-inline: var(--gutter);
  padding-bottom: 8px;
  scrollbar-width: none;
  cursor: grab;
}
.slider__track::-webkit-scrollbar { display: none; }
.slider__track.is-dragging { cursor: grabbing; }
.slider__track.is-snap-off { scroll-snap-type: none; }
.slider__track.is-dragging .cake-card,
.slider__track.is-scrolling .cake-card { pointer-events: none; }
.slider__track:focus-visible { outline-offset: -2px; }
.cake-card {
  flex: 0 0 auto;
  width: clamp(250px, 26vw, 380px);
  scroll-snap-align: start;
  scroll-margin-inline: var(--gutter);
  display: flex; flex-direction: column;
}
.cake-card__media {
  position: relative; width: 100%; aspect-ratio: 1 / 1.1; cursor: zoom-in; text-align: inherit;
  border-radius: var(--r-lg);
  background:
    radial-gradient(120% 80% at 50% 100%, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 60%),
    linear-gradient(180deg, #F6EEE6 0%, #EFE1D3 100%);
  overflow: hidden;
  display: flex; align-items: flex-end; justify-content: center;
  padding: 10%;
  transition: transform .8s var(--ease-out), box-shadow .8s var(--ease-out);
}
.cake-card__media img {
  width: 100%; height: 100%; object-fit: contain; object-position: bottom;
  filter: drop-shadow(0 30px 30px rgba(74, 48, 32, .18));
  transition: transform 1s var(--ease-out);
  user-select: none; -webkit-user-drag: none;
}
.cake-card:hover .cake-card__media { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.cake-card:hover .cake-card__media img { transform: scale(1.05); }
.cake-card__meta { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 14px; padding: 18px 6px 0; align-items: baseline; }
.cake-card__num { grid-row: 1 / 3; font-size: 11px; letter-spacing: .2em; color: var(--muted); font-weight: 500; align-self: start; padding-top: 6px; }
.cake-card__name { font-family: var(--font-display); font-weight: 500; font-size: clamp(20px, 1.6vw, 26px); line-height: 1.15; }
.cake-card__tag { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--red); font-weight: 500; margin-top: 6px; }

.slider__ui {
  max-width: var(--max); margin: clamp(28px, 3vw, 44px) auto 0;
  padding-inline: var(--gutter);
  display: grid; grid-template-columns: 1fr auto; grid-template-areas: "progress nav" "hint nav"; align-items: center; gap: 12px 32px;
}
.slider__progress { grid-area: progress; height: 1px; background: rgba(27, 27, 31, .15); position: relative; }
.slider__progress span { position: absolute; left: 0; top: -1px; height: 3px; width: 20%; background: var(--red); border-radius: 2px; transition: width .2s; }
.slider__hint { grid-area: hint; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.slider__nav { grid-area: nav; display: flex; gap: 12px; }

/* ---------- Angebot ---------- */
.offer { background: var(--cream); }
.offer__head { margin-bottom: clamp(56px, 7vw, 120px); }
.offer__head .h2 { max-width: 12em; }
.offer__list { display: flex; flex-direction: column; gap: clamp(72px, 9vw, 150px); }
.offer-item { display: grid; grid-template-columns: 1fr; gap: clamp(32px, 5vw, 96px); align-items: center; }
.offer-item__media { overflow: hidden; border-radius: var(--r-xl); aspect-ratio: 4 / 5; box-shadow: var(--shadow-lg); background: var(--blush); }
.offer-item__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.1); will-change: transform; }
.offer-item__num { font-family: var(--font-display); font-weight: 300; font-size: clamp(48px, 5vw, 80px); line-height: 1; color: var(--gold-2); display: block; margin-bottom: 20px; }
.offer-item__sub { font-family: var(--font-display); font-style: italic; font-weight: 300; font-size: clamp(20px, 1.8vw, 28px); margin-top: 18px; color: var(--red); }
.offer-item .link-arrow { margin-top: 32px; }
@media (min-width: 960px) {
  .offer-item { grid-template-columns: 1fr 1fr; }
  .offer-item__copy { padding-inline: 4vw 2vw; }
  .offer-item--flip .offer-item__media { order: 2; }
  .offer-item--flip .offer-item__copy { order: 1; padding-inline: 2vw 4vw; }
  .offer-item__media { max-width: 620px; }
  .offer-item--flip .offer-item__media { justify-self: end; }
}

/* ---------- Sara ---------- */
.sara {
  position: relative; overflow: hidden;
  background: var(--red); color: var(--cream);
  padding: var(--section) var(--gutter);
  border-radius: var(--r-xl);
  margin-inline: clamp(8px, 1vw, 16px);
}
.sara__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: clamp(40px, 6vw, 110px); align-items: center; }
.sara__media {
  overflow: hidden; border-radius: 999px 999px var(--r-lg) var(--r-lg);
  aspect-ratio: 4 / 5; box-shadow: 0 40px 100px -40px rgba(0, 0, 0, .5);
  max-width: 560px; justify-self: center; width: 100%;
  background: #E9B8B0;
}
.sara__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; transform: scale(1.12); will-change: transform; }
.sara__quote {
  font-family: var(--font-display); font-weight: 300; font-style: italic;
  font-size: clamp(30px, 3.6vw, 56px); line-height: 1.12; letter-spacing: -.01em;
  color: var(--white);
  text-wrap: balance;
}
.sara__name { margin-top: clamp(24px, 3vw, 40px); font-weight: 500; font-size: 15px; letter-spacing: .04em; display: flex; flex-wrap: wrap; gap: 4px 14px; align-items: baseline; }
.sara__name span { font-weight: 400; color: var(--gold); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.sara .body { color: rgba(248, 243, 238, .86); }
.stations { margin-top: clamp(32px, 4vw, 52px); padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .2); display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: start; }
.stations__label { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); padding-top: 6px; }
.stations ul { display: flex; flex-wrap: wrap; gap: 8px 10px; }
.stations li { font-size: 13px; letter-spacing: .04em; padding: 8px 14px; border: 1px solid rgba(255, 255, 255, .28); border-radius: var(--r-pill); color: var(--cream); }
@media (max-width: 599px) { .stations { grid-template-columns: 1fr; gap: 12px; } }
.sara__word {
  position: absolute; left: 0; bottom: -0.18em; z-index: 0;
  font-family: var(--font-display); font-weight: 700; font-size: clamp(120px, 26vw, 420px); line-height: 1;
  color: rgba(223, 182, 127, .12); white-space: nowrap; pointer-events: none; user-select: none;
}
@media (min-width: 960px) {
  .sara__inner { grid-template-columns: .9fr 1.1fr; }
  .sara__media { justify-self: start; }
  .sara__copy { padding-right: 2vw; }
}

/* ---------- Craft / Atelier ---------- */
.craft { padding-inline: 0; overflow: hidden; }
.craft__inner { padding-inline: var(--gutter); display: grid; grid-template-columns: 1fr; gap: clamp(40px, 5vw, 80px); align-items: end; }
.facts { display: grid; grid-template-columns: 1fr; gap: 0; border-top: 1px solid rgba(27, 27, 31, .15); }
.facts li { padding: 26px 0; border-bottom: 1px solid rgba(27, 27, 31, .15); display: grid; grid-template-columns: 1fr; gap: 6px; }
.facts h3 { font-family: var(--font-display); font-weight: 500; font-size: clamp(22px, 1.8vw, 28px); }
.facts p { color: var(--espresso); font-size: 15px; max-width: 30em; }
@media (min-width: 960px) {
  .craft__inner { grid-template-columns: 1.2fr 1fr; }
  .facts li { grid-template-columns: 1fr 1.4fr; gap: 24px; align-items: baseline; }
}
.gallery {
  display: flex; gap: clamp(14px, 2vw, 28px);
  padding-inline: var(--gutter);
  margin-top: clamp(56px, 7vw, 110px);
  width: max-content;
  will-change: transform;
}
.gallery__item { flex: 0 0 auto; width: clamp(220px, 26vw, 400px); border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 5; background: var(--blush); box-shadow: var(--shadow-md); }
.gallery__item:nth-child(even) { margin-top: clamp(24px, 4vw, 64px); }
.gallery__item:nth-child(3n) { margin-top: clamp(-24px, -2vw, -12px); }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.gallery__item:hover img { transform: scale(1.06); }
.craft { padding-bottom: calc(var(--section) + clamp(24px, 4vw, 64px)); }

/* ---------- Process ---------- */
.process { background: var(--cream-2); border-radius: var(--r-xl); margin-inline: clamp(8px, 1vw, 16px); }
.process__head { max-width: var(--max); display: grid; grid-template-columns: 1fr; gap: 20px; align-items: end; margin-bottom: clamp(48px, 6vw, 88px); }
.process__head .lead--sm { margin-top: 0; }
@media (min-width: 960px) { .process__head { grid-template-columns: 1.3fr 1fr; gap: 60px; } .process__head .lead--sm { justify-self: end; max-width: 28em; } }
.steps { display: grid; grid-template-columns: 1fr; gap: 16px; counter-reset: step; }
.step {
  position: relative;
  background: var(--cream); border-radius: var(--r-lg);
  padding: clamp(24px, 2.6vw, 40px);
  min-height: 260px; display: flex; flex-direction: column;
  transition: transform .7s var(--ease-out), box-shadow .7s var(--ease-out);
}
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.step__num { font-family: var(--font-display); font-weight: 300; font-size: clamp(40px, 4vw, 64px); line-height: 1; color: var(--red); }
.step__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(22px, 1.8vw, 28px); padding-top: clamp(28px, 3vw, 44px); }
.step__text { color: var(--espresso); font-size: 15px; margin-top: 10px; }
.process__note { margin-top: 28px; font-size: 13px; letter-spacing: .04em; color: var(--muted); }
@media (min-width: 700px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .steps { grid-template-columns: repeat(4, 1fr); } }
/* Nummer, Titel und Text aller Karten auf einer Linie */
@supports (grid-template-rows: subgrid) {
  @media (min-width: 700px) {
    .step { display: grid; grid-row: span 3; grid-template-rows: subgrid; }
    .steps { grid-template-rows: repeat(2, auto auto 1fr); }
  }
  @media (min-width: 1100px) { .steps { grid-template-rows: auto auto 1fr; } }
}

/* ---------- FAQ ---------- */
.faq__head { display: grid; grid-template-columns: 1fr; gap: 20px; align-items: end; margin-bottom: clamp(40px, 5vw, 72px); }
.faq__head .lead--sm { margin-top: 0; }
@media (min-width: 960px) { .faq__head { grid-template-columns: 1.3fr 1fr; gap: 60px; } .faq__head .lead--sm { justify-self: end; max-width: 28em; } }
.faq__list { max-width: var(--max); margin-inline: auto; display: grid; grid-template-columns: 1fr; gap: clamp(28px, 3vw, 44px) clamp(40px, 5vw, 88px); }
.faq__item { border-top: 1px solid rgba(27, 27, 31, .14); padding-top: clamp(16px, 1.6vw, 22px); }
.faq__q { font-family: var(--font-display); font-weight: 500; font-size: clamp(19px, 1.6vw, 25px); line-height: 1.2; }
.faq__a { margin-top: 10px; color: var(--espresso); font-size: 15px; max-width: 34em; }
@media (min-width: 760px) { .faq__list { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Contact ---------- */
.contact { padding-bottom: clamp(48px, 6vw, 96px); }
.contact__area { margin-top: 28px; font-size: 13px; letter-spacing: .02em; color: var(--muted); max-width: 44em; position: relative; z-index: 1; }
.contact__panel {
  position: relative; overflow: hidden;
  background: var(--blush); border-radius: var(--r-xl);
  padding: clamp(56px, 8vw, 130px) clamp(24px, 6vw, 110px);
}
.contact__panel::after {
  content: ""; position: absolute; right: -20%; bottom: -40%; width: 70vmin; height: 70vmin; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(203, 1, 12, .12), rgba(203, 1, 12, 0)); pointer-events: none;
}
.contact__title {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(40px, 6.4vw, 104px); line-height: .98; letter-spacing: -.02em;
  max-width: 11em;
}
.contact__title em { font-weight: 300; color: var(--red); }
.contact__actions { margin-top: clamp(36px, 4vw, 56px); display: grid; grid-template-columns: 1fr; gap: 14px; max-width: 900px; position: relative; z-index: 1; }
.contact-btn {
  display: flex; flex-direction: column; gap: 6px;
  padding: clamp(22px, 2.4vw, 32px) clamp(24px, 2.6vw, 36px);
  border-radius: var(--r-lg);
  background: var(--red); color: var(--white);
  transition: transform .6s var(--ease-out), box-shadow .6s var(--ease-out), background .3s;
}
.contact-btn:hover { transform: translateY(-4px); box-shadow: 0 30px 50px -30px rgba(203, 1, 12, .7); background: var(--red-2); }
.contact-btn--ghost { background: transparent; color: var(--ink); border: 1px solid rgba(27, 27, 31, .3); }
.contact-btn--ghost:hover { background: var(--ink); color: var(--white); box-shadow: var(--shadow-lg); }
.contact-btn__label { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 500; opacity: .8; }
.contact-btn__value { font-family: var(--font-display); font-weight: 500; font-size: clamp(20px, 2vw, 30px); line-height: 1.1; word-break: break-all; }
.contact__info { margin-top: clamp(40px, 5vw, 64px); display: grid; grid-template-columns: 1fr; gap: 20px 40px; max-width: 900px; position: relative; z-index: 1; }
.contact__info dt { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 500; color: var(--red); margin-bottom: 6px; }
.contact__info dd { color: var(--espresso); font-size: 15px; }
.contact .link-arrow { margin-top: 36px; position: relative; z-index: 1; }
@media (min-width: 700px) { .contact__actions { grid-template-columns: 1fr 1fr; } .contact__info { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: rgba(248, 243, 238, .8); padding: clamp(56px, 7vw, 100px) var(--gutter) 28px; border-radius: var(--r-xl) var(--r-xl) 0 0; }
.footer__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 24px; }
.footer__brand { grid-column: 1 / -1; display: flex; flex-direction: column; gap: 6px; }
.footer__logo { font-family: var(--font-display); font-weight: 700; font-size: clamp(40px, 5vw, 72px); color: var(--gold); line-height: 1; letter-spacing: -.02em; }
.footer__tagline { font-family: var(--font-display); font-style: italic; font-weight: 300; font-size: clamp(18px, 1.5vw, 24px); color: rgba(248, 243, 238, .7); }
.footer__col { display: flex; flex-direction: column; gap: 10px; font-size: 15px; }
.footer__col a, .footer__col button { text-align: left; transition: color .3s; width: fit-content; }
.footer__col a:hover, .footer__col button:hover { color: var(--gold); }
.footer__label { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.footer__bottom { margin-top: clamp(48px, 6vw, 80px); padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .12); display: flex; flex-wrap: wrap; gap: 12px 32px; font-size: 13px; color: rgba(248, 243, 238, .55); }
.footer__bottom a:hover { color: var(--gold); }
.footer__top { margin-left: auto; }
@media (min-width: 900px) { .footer__inner { grid-template-columns: 1.6fr 1fr 1fr 1fr; } .footer__brand { grid-column: auto; } }

/* ---------- Dialog ---------- */
.dialog {
  border: 0; padding: 0; margin: auto;
  width: min(760px, calc(100vw - 32px)); max-height: min(86svh, 900px);
  background: var(--cream); color: var(--ink);
  border-radius: var(--r-lg); box-shadow: 0 60px 120px -40px rgba(0, 0, 0, .5);
  opacity: 0; transform: translateY(20px) scale(.98);
  transition: opacity .4s var(--ease-out), transform .4s var(--ease-out), overlay .4s allow-discrete, display .4s allow-discrete;
}
.dialog[open] { opacity: 1; transform: none; }
@starting-style { .dialog[open] { opacity: 0; transform: translateY(20px) scale(.98); } }
.dialog::backdrop { background: rgba(27, 27, 31, .55); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.dialog__inner { padding: clamp(28px, 4vw, 56px); overflow-y: auto; max-height: inherit; }
.dialog__close { position: absolute; top: 14px; right: 14px; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-size: 16px; transition: background .3s; }
.dialog__close:hover { background: var(--blush); }
.dialog__body { margin-top: 24px; color: var(--espresso); font-size: 15px; }
.dialog__body h3 { font-family: var(--font-display); font-weight: 500; font-size: 22px; color: var(--ink); margin: 28px 0 8px; }
.dialog__body p { margin: 0 0 12px; }
.dialog__body a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Lightbox (Torten gross) ---------- */
.lightbox { width: min(880px, calc(100vw - 24px)); max-height: 94svh; background: none; box-shadow: none; }
.lightbox::backdrop { background: rgba(20, 16, 14, .78); -webkit-backdrop-filter: blur(18px) saturate(1.1); backdrop-filter: blur(18px) saturate(1.1); }
.lightbox__figure {
  margin: 0; padding: clamp(18px, 3vw, 44px);
  background:
    radial-gradient(120% 80% at 50% 100%, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 60%),
    linear-gradient(180deg, #F6EEE6 0%, #EFE1D3 100%);
  border-radius: var(--r-xl); box-shadow: 0 60px 120px -40px rgba(0, 0, 0, .6);
}
.lightbox__img { display: block; width: 100%; max-height: 68svh; object-fit: contain; filter: drop-shadow(0 30px 30px rgba(74, 48, 32, .18)); }
.lightbox__caption { margin-top: clamp(12px, 1.6vw, 20px); display: grid; gap: 6px; justify-items: center; text-align: center; }
.lightbox__name { font-family: var(--font-display); font-weight: 500; font-size: clamp(22px, 2.2vw, 32px); line-height: 1.15; }
.lightbox__tag { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--red); font-weight: 500; }
.lightbox__close { top: clamp(8px, 1.2vw, 16px); right: clamp(8px, 1.2vw, 16px); background: rgba(255, 255, 255, .72); }
.lightbox__close:hover { background: #fff; }
