/* ==========================================================================
   Flatwhite · Weihnachtsaktion 2026
   Welt: Die Bescherung. Rotes Geschenkpapier, Kraftpapier, Chalk, ein schwarzes
   Ripsband, Anhänger an Schnur. Oswald für den Aufdruck, Rubik zum Lesen.
   ========================================================================== */

:root {
  --red: #b3261a;
  --red-deep: #8f1d13;
  --red-tint: #f3cfc8;
  --kraft: #d6bd93;
  --kraft-deep: #b99a68;
  --kraft-ink: #3d2f1e;
  --kraft-tint: #6f5a3c;
  --chalk: #f5f5f1;
  --chalk-deep: #e9e7df;
  --paper: #ffffff;
  --ink: #232322;
  --ink-soft: #4a4844;
  --ribbon: #1a1a19;
  --twine: #b8a688;
  --tag: #fbf7ee;

  --font-display: 'Oswald', 'Arial Narrow', sans-serif;
  --font-body: 'Rubik', ui-sans-serif, system-ui, sans-serif;

  --max: 1240px;
  --gutter: clamp(20px, 4vw, 48px);
  --section: clamp(80px, 11vw, 150px);
  --tear: 84px;

  --shadow-tag: 0 18px 30px -12px rgba(35, 35, 34, 0.45), 0 2px 4px rgba(35, 35, 34, 0.18);
  --shadow-photo: 0 30px 50px -20px rgba(35, 35, 34, 0.5);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--chalk);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--red); color: #fff; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; border-radius: 2px; }
.layer--red :focus-visible { outline-color: #fff; }

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button { font: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p, figure { margin: 0; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }

/* --- Typo: Aufdruck und Lesetext ------------------------------------------- */
.print, h1, h2 {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.012em;
  text-wrap: balance;
}
h1 { font-size: clamp(64px, 11.5vw, 168px); }
h2 { font-size: clamp(44px, 6.6vw, 92px); line-height: 1.14; }
h3 { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; font-size: clamp(22px, 2.2vw, 30px); line-height: 1.05; letter-spacing: 0.005em; }
.lead { font-size: clamp(18px, 1.55vw, 22px); line-height: 1.5; max-width: 34em; }
.lead--strong { font-family: var(--font-display); font-weight: 500; font-size: clamp(22px, 2.3vw, 32px); line-height: 1.25; color: var(--ink); max-width: 24em; }
.small { font-size: 14px; }
.stamp {
  display: inline-block; font-family: var(--font-display); font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.08em; font-size: 13px; line-height: 1; padding: 6px 10px 5px;
  border: 1.5px solid currentColor; border-radius: 3px; transform: rotate(-2deg);
}

/* --- Lagen und Rissenkanten ------------------------------------------------- */
.layer { position: relative; }
.layer--red { background-color: var(--red); background-image: url("../assets/paper/print.svg"), url("../assets/paper/grain.svg"); background-size: 160px 160px, 240px 240px; color: #fff; }
.layer--kraft { background-color: var(--kraft); background-image: url("../assets/paper/kraft.svg"); background-size: 300px 300px; color: var(--kraft-ink); }
.layer--chalk { background: var(--chalk); color: var(--ink); }
.layer--torn { z-index: 1; }
/* Jede Lage liegt über der nächsten, damit ihre gerissene Kante sichtbar bleibt */
.who { z-index: 6; } .band-facts { z-index: 5; } .socks { z-index: 4; } .card-layer { z-index: 3; } .faq { z-index: 2; }
.layer--torn::after, .layer--torn::before {
  content: ""; position: absolute; left: -2%; right: -2%; bottom: calc(var(--tear) * -1); height: calc(var(--tear) * 2);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 93% 76%, 86% 72%, 79% 79%, 71% 73%, 64% 77%, 57% 71%, 50% 78%, 43% 73%, 36% 80%, 29% 74%, 22% 78%, 15% 72%, 8% 77%, 0 73%);
  pointer-events: none;
}
.layer--torn::after {
  background-color: inherit; background-image: inherit; background-size: inherit;
  filter: url(#tear);
}
.layer--torn::before { /* Papierrückseite: heller Faserstreifen unter der Kante */
  background: rgba(255,255,255,0.8); transform: translateY(7px);
  filter: url(#tear-fine);
}
.layer--chalk.layer--torn::before { background: #fff; }
.layer--torn + .layer { padding-top: calc(var(--section) + var(--tear)); }

/* --- Aktionsleiste über dem Header ------------------------------------------ */
.promo { position: relative; z-index: 21; background: var(--ribbon); color: #fff; font-size: 14px; font-weight: 500; text-align: center; padding: 10px var(--gutter); }
.promo strong { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; font-size: 13px; color: var(--red-tint); margin-right: 14px; }
.promo span + span::before { content: ""; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--red); margin: 0 12px 2px; vertical-align: middle; }
@media (max-width: 640px) { .promo { font-size: 13px; line-height: 1.4; } .promo strong { display: block; margin: 0 0 2px; } .promo span + span::before { display: none; } .promo span + span { display: block; } }


/* --- Header ---------------------------------------------------------------- */
.header { position: relative; z-index: 20; color: #fff; background-color: var(--red); background-image: url("../assets/paper/print.svg"), url("../assets/paper/grain.svg"); background-size: 160px 160px, 240px 240px; }
.header::before { /* das Ripsband läuft schon durch den Header */
  content: ""; position: absolute; top: 0; bottom: -2px; left: 70%; width: clamp(40px, 4.2vw, 60px);
  background-color: var(--ribbon);
  background-image: repeating-linear-gradient(180deg, rgba(255,255,255,0.06) 0 2px, transparent 2px 5px);
  box-shadow: -8px 0 22px rgba(0,0,0,0.3), 8px 0 22px rgba(0,0,0,0.3);
}
.legal-page .header::before { display: none; }
@media (max-width: 900px) { .header::before { left: auto; right: 10%; width: 32px; } }
.header__inner { position: relative; display: flex; align-items: center; justify-content: space-between; height: 112px; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 18px; text-decoration: none; }
.brand__logo { height: 40px; width: auto; }
.brand__tag { font-size: 13px; color: var(--red-tint); font-weight: 500; padding-left: 18px; border-left: 1px solid rgba(255,255,255,0.35); line-height: 1.2; }
.header__actions { display: flex; align-items: center; gap: 10px; }
@media (max-width: 720px) { .brand__tag { display: none; } .brand__logo { height: 30px; } .header__inner { height: 80px; } .header__actions .tag { padding: 11px 14px 11px 28px; font-size: 14px; } .header__actions .tag::before { left: 11px; width: 7px; height: 7px; margin-top: -3.5px; } }

/* --- Anhänger als Steuerelement --------------------------------------------- */
.tag {
  position: relative;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 20px 14px 34px;
  background: var(--tag); color: var(--ink);
  font-weight: 600; font-size: 16px; line-height: 1.15; text-decoration: none;
  clip-path: polygon(14px 0, 100% 0, 100% 100%, 14px 100%, 0 50%);
  filter: drop-shadow(0 12px 14px rgba(35, 35, 34, 0.28));
  cursor: pointer; border: 0;
  transform-origin: 8px 50%;
  transition: transform .5s var(--ease-out), background-color .2s;
}
.tag::before {
  content: ""; position: absolute; left: 15px; top: 50%; width: 8px; height: 8px; margin-top: -4px;
  border-radius: 50%; background: var(--chalk-deep); box-shadow: inset 0 0 0 2px rgba(0,0,0,0.18);
}
.layer--red .tag::before { background: var(--red-deep); box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3); }
.tag:hover { transform: rotate(-3deg); }
.tag:active { transform: rotate(-1deg) translateY(1px); }
.tag--red { background: var(--red); color: #fff; }
.tag--red::before { background: var(--tag) !important; box-shadow: inset 0 0 0 2px rgba(0,0,0,0.35) !important; }
.tag--red:hover { background: var(--red-deep); }
.tag--ink { background: var(--ribbon); color: #fff; }
.tag--ink::before { background: var(--chalk) !important; }
.tag--ink:hover { background: #000; }
.tag--lg { padding: 20px 28px 20px 40px; font-size: 19px; clip-path: polygon(18px 0, 100% 0, 100% 100%, 18px 100%, 0 50%); }
.tag--lg::before { left: 18px; width: 10px; height: 10px; margin-top: -5px; }
.tag--stack { flex-direction: column; align-items: flex-start; gap: 4px; }
.tag--stack small { font-weight: 400; font-size: 13px; opacity: .8; }
.tag svg { width: 18px; height: 18px; flex: none; }
.tag.is-swinging { animation: swing 1.1s var(--ease-out); }
@keyframes swing { 0% { transform: rotate(0); } 20% { transform: rotate(-6deg); } 55% { transform: rotate(3deg); } 80% { transform: rotate(-1.5deg); } 100% { transform: rotate(0); } }

/* --- Hero: das eingepackte Geschenk ------------------------------------------- */
.hero { position: relative; min-height: clamp(640px, 100svh, 1000px); overflow: hidden; color: #fff; z-index: 1; }
.hero__under { position: absolute; inset: 0; background: var(--chalk); }
.hero__under img { position: absolute; left: 50%; top: 28%; width: 70%; max-width: none; height: auto; }
.hero__under::after {
  content: ""; position: absolute; inset: 0; background: linear-gradient(200deg, rgba(35,35,34,0.18), transparent 45%);
  pointer-events: none;
}
.hero__paper, .hero__paperback {
  position: absolute; inset: 0;
  clip-path: polygon(var(--tear-poly, 0 0, 100% 0, 100% 100%, 0 100%));
  will-change: clip-path;
}
.hero__paper {
  background-color: var(--red); background-image: url("../assets/paper/print.svg"), url("../assets/paper/grain.svg"); background-size: 160px 160px, 240px 240px;
}
.hero__paperback { /* die weiße Rückseite des Geschenkpapiers, unter der Rissenkante sichtbar */
  background: #f7efe9; transform: translate(-10px, 10px);
  filter: url(#tear-fine);
}
.hero__ribbon {
  position: absolute; top: -20px; bottom: -20px; left: 70%; width: clamp(40px, 4.2vw, 60px);
  background-color: var(--ribbon);
  background-image: repeating-linear-gradient(180deg, rgba(255,255,255,0.06) 0 2px, transparent 2px 5px);
  box-shadow: -8px 0 22px rgba(0,0,0,0.3), 8px 0 22px rgba(0,0,0,0.3);
}
.hero__inner { position: relative; z-index: 2; padding-top: 48px; padding-bottom: clamp(80px, 12vh, 160px); }
.hero h1 { max-width: 7.4ch; color: #fff; }
.hero .lead { margin-top: 28px; color: #fff; max-width: 26em; }
.hero__note { margin-top: 18px; font-size: 14px; color: var(--red-tint); max-width: 32em; }
.hero__tags { position: absolute; z-index: 3; left: calc(70% + clamp(40px, 4.2vw, 60px) / 2 - 18px); top: 30%; display: grid; gap: 26px; }
.hero__tags .tag { transform: rotate(-4deg); }
.hero__tags .tag:hover { transform: rotate(-7deg); }
.hero__tags .tag:nth-child(2) { transform: rotate(2deg) translateX(8px); }
.hero__tags .tag:nth-child(2):hover { transform: rotate(5deg) translateX(8px); }
@media (max-width: 900px) {
  .hero { min-height: auto; }
  .hero__inner { padding-top: 32px; padding-bottom: 58vw; }
  .hero__ribbon { left: auto; right: 10%; width: 32px; }
  .hero__under img { left: 4%; top: 58%; width: 120%; height: auto; }
  .hero__tags { position: static; margin-top: 36px; grid-template-columns: 1fr; justify-items: start; gap: 18px; }
  .hero__tags .tag, .hero__tags .tag:nth-child(2) { transform: rotate(-2deg); }
}

/* --- Bänder: Referenzen --------------------------------------------------------- */
.bands { position: relative; z-index: 2; background: var(--ribbon); color: #fff; padding: 22px 0;
  box-shadow: 0 -10px 24px rgba(0,0,0,0.3), 0 10px 24px rgba(0,0,0,0.3); }
.bands__note { text-align: center; text-wrap: balance; max-width: 40ch; margin-left: auto; margin-right: auto; font-size: 13px; color: #cfcdc6; font-weight: 400; margin: 14px 0 0; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.12); }
.bands__title { text-align: center; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: #cfcdc6; margin-bottom: 14px; font-weight: 500; }
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee + .marquee { margin-top: 10px; border-top: 1px solid rgba(255,255,255,0.12); padding-top: 10px; }
.marquee__track { display: flex; width: max-content; animation: marquee-left 52s linear infinite; }
.marquee--right .marquee__track { animation-name: marquee-right; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__group { display: flex; align-items: center; flex: none; }
.logo { display: inline-flex; align-items: center; height: 40px; padding: 0 clamp(24px, 3vw, 44px); white-space: nowrap; color: #fff;
  font-family: var(--font-display); font-weight: 600; font-size: 22px; letter-spacing: 0.05em; text-transform: uppercase; }
.logo img { height: 30px; width: auto; filter: brightness(0) invert(1); }
.logo--wide { font-family: var(--font-body); font-weight: 600; text-transform: none; letter-spacing: -0.01em; font-size: 20px; }
.logo--script { font-family: var(--font-body); font-style: italic; text-transform: none; font-weight: 500; letter-spacing: 0; font-size: 21px; }
.logo--mono { font-weight: 500; letter-spacing: 0.2em; font-size: 17px; }
.logo--box { border: 2px solid #fff; padding: 0 12px; height: 32px; font-size: 15px; letter-spacing: 0.1em; margin: 0 clamp(24px, 3vw, 44px); border-radius: 3px; }
@keyframes marquee-left { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes marquee-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@media (prefers-reduced-motion: reduce) {
  .marquee__track { animation: none; width: auto; flex-wrap: wrap; justify-content: center; }
  .marquee__group:last-child { display: none; }
  .marquee { mask-image: none; -webkit-mask-image: none; }
}

/* --- Anhänger-Wand: für wen -------------------------------------------------------- */
.who { padding-top: var(--section); padding-bottom: var(--section); }
.who__head { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: end; margin-bottom: clamp(48px, 6vw, 80px); }
.who__head .lead { color: var(--ink-soft); }
.rail { position: relative; height: 2px; background: var(--twine); margin: 0 calc(var(--gutter) * -1); }
.tags-wall { display: flex; flex-wrap: wrap; gap: 44px 22px; padding-top: 44px; align-items: flex-start; }
.hang { position: relative; padding-top: 34px; }
.hang::before { content: ""; position: absolute; top: -44px; left: 22px; width: 2px; height: 78px; background: var(--twine); transform: rotate(var(--lean, 0deg)); transform-origin: top; }
.hang .tag { transform: rotate(var(--lean, 0deg)); transform-origin: 22px -44px; }
.hang .tag:hover { transform: rotate(calc(var(--lean, 0deg) - 3deg)); }
.hang:nth-child(3n+1) { --lean: -3deg; }
.hang:nth-child(3n+2) { --lean: 2deg; margin-top: 18px; }
.hang:nth-child(3n+3) { --lean: -1deg; margin-top: 6px; }
.hang .tag--stack { min-width: 220px; max-width: 300px; }
.hang .tag--stack strong { font-size: 18px; }
@media (max-width: 860px) { .who__head { grid-template-columns: 1fr; gap: 20px; } .tags-wall { gap: 40px 14px; } .hang .tag--stack { min-width: 0; } }

/* --- Banderole: Fakten und Ablauf ---------------------------------------------------- */
.band-facts { padding-bottom: var(--section); }
.band-facts h2 { color: var(--kraft-ink); max-width: 12ch; }
.band-facts .lead { color: var(--kraft-tint); margin-top: 20px; }
.spec { margin-top: clamp(40px, 5vw, 64px); border-top: 2px solid var(--kraft-ink); border-bottom: 2px solid var(--kraft-ink); display: grid; grid-template-columns: repeat(3, 1fr); }
.spec__item { padding: 26px 28px 30px 0; border-right: 1px dashed rgba(61,47,30,0.35); }
.spec__item:nth-child(3n) { border-right: 0; }
.spec__item:nth-child(n+4) { border-top: 1px dashed rgba(61,47,30,0.35); }
.spec__item:not(:nth-child(3n+1)) { padding-left: 28px; }
.spec__k { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: clamp(26px, 2.6vw, 36px); line-height: 1; letter-spacing: -0.01em; }
.spec__v { margin-top: 8px; color: var(--kraft-tint); font-size: 15.5px; line-height: 1.45; max-width: 30em; }
@media (max-width: 860px) {
  .spec { grid-template-columns: 1fr 1fr; }
  .spec__item { border-right: 0 !important; padding-left: 0 !important; padding-right: 16px; }
  .spec__item:nth-child(n+3) { border-top: 1px dashed rgba(61,47,30,0.35); }
  .spec__item:nth-child(2n) { padding-left: 16px !important; border-left: 1px dashed rgba(61,47,30,0.35); padding-right: 0; }
}
@media (max-width: 520px) { .spec { grid-template-columns: 1fr; } .spec__item { border-left: 0 !important; padding: 20px 0 !important; } .spec__item:nth-child(n+2) { border-top: 1px dashed rgba(61,47,30,0.35); } }

.steps { margin-top: clamp(64px, 8vw, 110px); display: grid; grid-template-columns: repeat(3, 1fr); position: relative; }
.steps::before { content: ""; position: absolute; left: 0; right: 0; top: 34px; height: 2px; background: var(--kraft-ink); opacity: .35; }
.step { position: relative; padding: 0 28px 0 0; }
.step:not(:first-child) { padding-left: 28px; }
.step__no { position: relative; display: inline-grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; background: var(--kraft-ink); color: var(--kraft);
  font-family: var(--font-display); font-weight: 700; font-size: 30px; line-height: 1; border: 4px solid var(--kraft); box-shadow: 0 0 0 2px var(--kraft-ink); }
.step h3 { margin-top: 20px; color: var(--kraft-ink); }
.step p { margin-top: 10px; color: var(--kraft-tint); font-size: 16px; max-width: 30em; }
.step .stamp { margin-top: 16px; color: var(--kraft-ink); }
@media (max-width: 860px) {
  .steps { grid-template-columns: 1fr; gap: 40px; }
  .steps::before { left: 33px; right: auto; top: 0; bottom: 0; width: 2px; height: auto; }
  .step { padding: 0 0 0 96px !important; }
  .step__no { position: absolute; left: 0; top: 0; }
  .step h3 { margin-top: 12px; }
}

/* --- Socke: Galerie in aufgerissenen Fenstern ----------------------------------------- */
.socks { padding-bottom: var(--section); }
.socks__head { max-width: 760px; }
.socks__head .lead { margin-top: 20px; color: var(--ink-soft); }
.windows { display: grid; align-items: start; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(16px, 2vw, 28px); margin-top: clamp(44px, 5vw, 72px); }
.window { position: relative; grid-column: span 3; min-width: 0; }
.window--lg { grid-column: span 6; }
.window__frame { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--paper); box-shadow: var(--shadow-photo); }
.window--lg .window__frame { aspect-ratio: 4 / 3; }
.window__frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.window:hover img { transform: scale(1.05); }
.window__paper {
  position: absolute; inset: 0; pointer-events: none;
  background: var(--red) url("../assets/paper/print.svg") 0 0 / 160px 160px;
  clip-path: polygon(0 0, 100% 0, 100% 17%, 95% 14%, 90% 21%, 83% 19%, 79% 12%, 72% 16%, 66% 24%, 58% 20%, 53% 13%, 47% 15%, 41% 22%, 34% 18%, 29% 25%, 22% 17%, 16% 14%, 9% 20%, 4% 16%, 0 21%);
  filter: drop-shadow(0 4px 4px rgba(35,35,34,0.25));
}
.window:nth-child(2n) .window__paper { clip-path: polygon(42% 0, 100% 0, 100% 46%, 94% 41%, 88% 43%, 82% 34%, 76% 33%, 70% 25%, 63% 22%, 57% 14%, 50% 11%); }
.window:nth-child(3n) .window__paper { clip-path: polygon(0 0, 58% 0, 50% 10%, 44% 11%, 37% 21%, 30% 22%, 24% 31%, 17% 33%, 11% 42%, 5% 43%, 0 50%); }
.window .tag { position: absolute; left: 14px; bottom: 14px; padding: 9px 14px 9px 28px; font-size: 14px; transform: rotate(-2deg); }
.window .tag::before { left: 11px; width: 7px; height: 7px; margin-top: -3.5px; }
.window--cta { grid-column: span 3; display: flex; }
.window--cta .tag--red { position: static; width: 100%; height: 100%; align-items: flex-start; flex-direction: column; justify-content: space-between; padding: 24px 24px 24px 38px; font-size: 18px; transform: rotate(0); clip-path: polygon(16px 0, 100% 0, 100% 100%, 16px 100%, 0 50%); }
.window--cta .tag--red:hover { transform: rotate(-1.5deg); }
.window--cta .tag--red h3 { font-size: clamp(26px, 2.4vw, 34px); }
.window--cta .tag--red p { font-weight: 400; font-size: 15px; color: var(--red-tint); margin-top: 10px; }
.window--cta .tag--red span { font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 960px) { .window { grid-column: span 6; } .window--lg { grid-column: span 12; } .window--cta { grid-column: span 6; } }
@media (max-width: 520px) { .windows { gap: 14px; } .window, .window--cta { grid-column: span 6; } .window--lg { grid-column: span 12; } .window--cta .tag--red h3 { font-size: 22px; } }

/* --- Karte: Anfrage ------------------------------------------------------------------- */
.card-layer { padding-bottom: var(--section); }
.card-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.card-grid h2 { color: #fff; max-width: 10ch; }
.card-grid .lead { margin-top: 20px; color: #fff; }
.contact-tags { margin-top: 32px; display: grid; gap: 16px; justify-items: start; }
.contact-tags .tag { padding-right: 28px; }
.contact-tags .tag:nth-child(2) { transform: rotate(1.5deg); }
.contact-tags .tag:nth-child(2):hover { transform: rotate(-1.5deg); }
.card {
  position: relative; background: var(--tag); color: var(--ink); padding: clamp(28px, 4vw, 48px);
  box-shadow: 0 40px 70px -30px rgba(0,0,0,0.6), 0 2px 6px rgba(0,0,0,0.15);
  transform: rotate(-0.6deg);
}
.card::before {
  content: ""; position: absolute; top: 18px; left: 18px; width: 12px; height: 12px; border-radius: 50%; background: var(--red); box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3);
}
.card__head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 0 0 18px 30px; border-bottom: 1.5px dashed var(--chalk-deep); margin-bottom: 26px; }
.card__head .print { font-size: 26px; }
.card__head .small { color: var(--ink-soft); }
.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
.form__field { display: grid; gap: 6px; }
.form__field--full { grid-column: 1 / -1; }
.form label { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; font-family: var(--font-display); }
.form input, .form select, .form textarea {
  width: 100%; font: inherit; font-size: 16px; color: var(--ink); caret-color: var(--red);
  background: transparent; border: 0; border-bottom: 2px solid var(--ink); border-radius: 0; padding: 10px 2px;
}
.form select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23232322' stroke-width='2.2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 4px center; background-size: 18px; padding-right: 30px; }
.form textarea { min-height: 96px; resize: vertical; border: 2px solid var(--ink); padding: 12px; }
.form ::placeholder { color: #6b6965; }
.form input:focus, .form select:focus, .form textarea:focus { outline: 0; border-color: var(--red); box-shadow: 0 2px 0 var(--red); }
.form textarea:focus { box-shadow: none; }
.form input:user-invalid, .form select:user-invalid { border-color: var(--red); }
.form__consent { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: var(--ink-soft); }
.form__consent input { width: 20px; height: 20px; margin-top: 2px; flex: none; accent-color: var(--red); }
.form__submit { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 8px; }
.form__submit .small { color: var(--ink-soft); }
.form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form__status { padding: 12px 14px; font-size: 15px; font-weight: 500; background: var(--chalk-deep); }
.form__status--err { background: #fbe4df; color: var(--red-deep); }
.form__success { text-align: center; padding: 32px 10px; }
.form__success .print { font-size: 40px; }
.form__success p { margin-top: 14px; color: var(--ink-soft); }
@media (max-width: 960px) { .card-grid { grid-template-columns: 1fr; } .card { transform: none; } }
@media (max-width: 560px) { .form__grid { grid-template-columns: 1fr; } }

/* --- Beipackzettel: FAQ ------------------------------------------------------------------ */
.faq { padding-bottom: var(--section); }
.faq__grid { display: grid; grid-template-columns: 0.9fr 1.4fr; gap: clamp(32px, 5vw, 72px); }
.faq__grid .lead { margin-top: 20px; color: var(--ink-soft); }
.faq__grid .tag { margin-top: 28px; }
.faq details { border-top: 1.5px dashed var(--twine); }
.faq details:last-child { border-bottom: 1.5px dashed var(--twine); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 4px; font-weight: 600; font-size: 18px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary svg { width: 22px; height: 22px; flex: none; color: var(--red); transition: transform .35s var(--ease-out); }
.faq details[open] summary svg { transform: rotate(45deg); }
.faq details p { padding: 0 4px 22px; color: var(--ink-soft); max-width: 62ch; }
@media (max-width: 860px) { .faq__grid { grid-template-columns: 1fr; } }

/* --- Fuß auf Kraftpapier ------------------------------------------------------------------ */
.footer { padding-top: calc(var(--section) * 0.5 + var(--tear)) !important; padding-bottom: 120px; font-size: 14px; color: var(--kraft-tint); }
.footer__inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px 40px; align-items: flex-start; }
.footer__logo { height: 26px; width: auto; margin-bottom: 16px; }
.footer__links { display: flex; flex-wrap: wrap; gap: 10px; }
.footer__links .tag { padding: 9px 14px 9px 28px; font-size: 14px; }
.footer__links .tag::before { left: 11px; width: 7px; height: 7px; margin-top: -3.5px; }
@media (min-width: 761px) { .footer { padding-bottom: 64px; } }

/* --- Sticky-Anhänger auf Mobil ------------------------------------------------------------ */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: none; gap: 10px; padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom));
  background: rgba(26,26,25,0.94); backdrop-filter: blur(8px); }
.sticky-cta .tag { flex: 1; justify-content: center; padding: 14px 12px 14px 26px; font-size: 15px; transform: none; filter: none; }
.sticky-cta .tag:hover { transform: none; }
@media (max-width: 760px) { .sticky-cta { display: flex; } }

/* --- Consent ------------------------------------------------------------------------------- */
.consent { position: fixed; z-index: 60; left: 16px; right: 16px; bottom: 16px; max-width: 520px; margin: 0 auto;
  background: var(--tag); color: var(--ink); padding: 22px 24px; box-shadow: 0 30px 60px -20px rgba(0,0,0,0.6); border-top: 6px solid var(--red); font-size: 14px; }
.consent h3 { font-size: 20px; margin-bottom: 8px; }
.consent p { color: var(--ink-soft); }
.consent__actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.consent__actions .tag { padding: 11px 16px 11px 28px; font-size: 15px; }
.consent__actions .tag::before { left: 11px; width: 7px; height: 7px; margin-top: -3.5px; }
@media (max-width: 760px) { .consent { bottom: 84px; } }

/* --- Rechtsseiten: Beipackzettel ----------------------------------------------------------- */
.legal-page { background: var(--kraft) url("../assets/paper/kraft.svg") 0 0 / 300px 300px; min-height: 100vh; }
.legal-page .header { background: var(--ribbon); }
.legal { max-width: 720px; margin: 0 auto; padding: calc(var(--section) * 0.6) var(--gutter) var(--section); color: var(--kraft-ink); }
.legal h1 { font-size: clamp(44px, 7vw, 88px); margin-bottom: 32px; }
.legal h2 { font-size: 28px; margin: 44px 0 12px; }
.legal h3 { margin: 24px 0 8px; font-size: 18px; text-transform: none; font-family: var(--font-body); font-weight: 600; }
.legal p, .legal li { font-size: 16px; color: var(--kraft-ink); }
.legal p + p { margin-top: 12px; }
.legal ul { list-style: disc; padding-left: 22px; display: grid; gap: 6px; margin: 10px 0; }
.legal .todo { background: rgba(255,255,255,0.55); padding: 2px 6px; font-weight: 500; border-bottom: 2px solid var(--red); }
.legal .back { display: inline-block; margin-bottom: 24px; font-size: 14px; }
.legal-page .footer { border-top: 2px dashed var(--kraft-deep); padding-top: 40px !important; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
[hidden] { display: none !important; }
