/* CARSTN invites – carstninvites.com
   Tokens + Komponenten aus dem CARSTN Design System (_ds_bundle.css), reduziert auf das, was diese Seite braucht. */

@font-face { font-family: 'Bricolage Grotesque'; font-style: normal; font-weight: 200 800; font-display: swap; src: url(fonts/bricolage-grotesque-latin-ext.woff2) format('woff2'); 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: 'Bricolage Grotesque'; font-style: normal; font-weight: 200 800; font-display: swap; src: url(fonts/bricolage-grotesque-latin.woff2) format('woff2'); 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: 'Inter'; font-style: normal; font-weight: 100 900; font-display: swap; src: url(fonts/inter-latin-ext.woff2) format('woff2'); 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: 'Inter'; font-style: normal; font-weight: 100 900; font-display: swap; src: url(fonts/inter-latin.woff2) format('woff2'); 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: 'Caveat'; font-style: normal; font-weight: 400 700; font-display: swap; src: url(fonts/caveat-latin-ext.woff2) format('woff2'); 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: 'Caveat'; font-style: normal; font-weight: 400 700; font-display: swap; src: url(fonts/caveat-latin.woff2) format('woff2'); 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; }

:root {
  --c-yellow: #FFE600;
  --c-yellow-soft: #FFF4A3;
  --c-yellow-deep: #F0C800;
  --c-bg: #FFFFFF;
  --c-bg-soft: #FFFDF2;
  --c-fg: #0A0A0A;
  --c-fg-muted: #5C5C5C;
  --c-line: #E5E5E5;
  --c-dark-bg: #0A0A0A;
  --c-dark-fg: #FFFFFF;
  --font-display: "Bricolage Grotesque", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --font-label: "Inter", system-ui, sans-serif;
  --font-script: "Caveat", "Brush Script MT", cursive;
  --tracking-tight: -0.02em;
  --tracking-label: 0.02em;
  --max-w: 1440px;
  --gutter: clamp(20px, 4vw, 56px);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; background: var(--c-bg); color: var(--c-fg); font-family: var(--font-body); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body { overflow-x: clip; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: clamp(64px, 9vw, 128px) 0; }
.section--soft { background: var(--c-bg-soft); }
.section--yellow { background: var(--c-yellow); color: var(--c-fg); }
.section--dark { background: var(--c-dark-bg); color: var(--c-dark-fg); }

.kicker { font-family: var(--font-label); font-size: 13px; font-weight: 600; letter-spacing: var(--tracking-label); display: inline-flex; align-items: center; gap: 8px; color: var(--c-fg-muted); }
.kicker .dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; display: inline-block; }
.kicker--yellow { color: var(--c-yellow); }

.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: clamp(32px, 4vw, 56px); flex-wrap: wrap; }
.section-head > p { margin: 0; max-width: 34ch; font-size: 16px; line-height: 1.5; color: var(--c-fg-muted); }
.section-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(36px, 5vw, 80px); line-height: 0.9; letter-spacing: -0.03em; margin: 12px 0 0; }
.script { font-family: var(--font-script); font-weight: 700; display: inline-block; transform: rotate(-3deg); }
.script--deep { color: var(--c-yellow-deep); }

.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-family: var(--font-body); font-size: 14px; font-weight: 600; letter-spacing: 0.01em; border: 1.5px solid transparent; transition: transform 160ms var(--ease-out), background 160ms var(--ease-out); white-space: nowrap; cursor: pointer; }
.btn--primary { background: var(--c-fg); color: #fff; }
.btn--primary:hover { background: var(--c-fg); transform: translateY(-1px); }
.btn--ghost { background: transparent; color: currentColor; border-color: currentColor; }
.btn--ghost:hover { background: var(--c-fg); color: var(--c-bg); }
.btn--lg { padding: 18px 30px; font-size: 16px; }
.btn .arr { transition: transform 200ms var(--ease-out); }
.btn:hover .arr { transform: translateX(3px); }

/* Sticker-Elemente (weiße Kästchen, leicht gedreht) */
.tag { display: inline-block; background: #FFFFFF; color: var(--c-fg); font-family: var(--font-label); font-weight: 800; font-size: 12px; letter-spacing: var(--tracking-label); text-transform: uppercase; padding: 8px 12px; }
.grain { position: absolute; inset: 0; background: url(icons/grain.png) repeat; background-size: 180px; mix-blend-mode: multiply; opacity: 0.55; pointer-events: none; }
.glow { position: absolute; inset: -60% -30%; pointer-events: none; }

/* ------- HEADER ------- */
.site-header { background: var(--c-yellow); position: relative; z-index: 2; }
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 64px; }
.brand { display: flex; align-items: center; gap: 8px; font-family: var(--font-display); font-weight: 800; font-size: 20px; letter-spacing: -0.03em; text-transform: uppercase; }
.brand__logo { height: 34px; width: auto; display: block; }
.brand .script { font-size: 26px; text-transform: none; line-height: 1; transform: rotate(-4deg); position: relative; top: -2px; }
.site-header__link { font-family: var(--font-label); font-size: 12px; font-weight: 700; letter-spacing: var(--tracking-label); text-transform: uppercase; background: #FFFFFF; padding: 6px 10px; transform: rotate(1.5deg); display: inline-flex; align-items: center; gap: 6px; }
.site-header__link img { width: 14px; height: 14px; object-fit: contain; }

/* ------- HERO ------- */
.hero { background: var(--c-yellow); position: relative; overflow: hidden; }
.hero .glow { background: radial-gradient(ellipse at 55% 30%, rgba(255,255,255,0.22) 0 18%, rgba(255,255,255,0.08) 19% 30%, transparent 31% 42%, rgba(255,255,255,0.1) 43% 52%, transparent 53% 64%, rgba(255,255,255,0.08) 65% 74%, transparent 75%); }
.hero .container { position: relative; padding-top: clamp(16px, 3vw, 40px); padding-bottom: clamp(36px, 5vw, 72px); }
.hero__title-wrap { position: relative; }
.hero__title { position: relative; z-index: 1; font-family: var(--font-display); font-weight: 800; font-size: clamp(72px, 15.5vw, 236px); line-height: 0.84; letter-spacing: -0.03em; text-transform: uppercase; color: #FFFFFF; text-align: center; }
.hero__doodle { position: absolute; z-index: 3; }
.hero__doodle--sig { left: 0; top: 62%; width: clamp(64px, 9vw, 130px); transform: rotate(-10deg); }
.hero__doodle--sun { right: 0; top: 55%; width: clamp(32px, 4.5vw, 64px); animation: wobble 5s ease-in-out infinite; }
.hero__doodle--smiley { right: 12%; top: -6%; width: clamp(26px, 3.4vw, 48px); transform: rotate(8deg); }
.hero__doodle--herz { left: 10%; top: -4%; width: clamp(18px, 2.4vw, 34px); transform: rotate(-8deg); }
.hero__doodle--schirm { right: 2%; top: 100%; width: clamp(30px, 4vw, 58px); transform: rotate(6deg); }
@keyframes wobble { 0%, 100% { transform: rotate(-6deg); } 50% { transform: rotate(6deg); } }

.collage { position: relative; z-index: 2; margin: clamp(-110px, -6vw, -12px) auto 0; width: min(100%, 720px); display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 0; align-items: end; }
.collage__a { aspect-ratio: 4 / 5; position: relative; transform: rotate(-2deg); filter: drop-shadow(0 0 0 #FFFFFF) drop-shadow(2px 0 0 #FFFFFF) drop-shadow(-2px 0 0 #FFFFFF) drop-shadow(0 2px 0 #FFFFFF) drop-shadow(0 -2px 0 #FFFFFF); }
.collage__b { aspect-ratio: 3 / 4; position: relative; transform: rotate(2.5deg); margin-left: -12%; filter: drop-shadow(2px 0 0 #FFFFFF) drop-shadow(-2px 0 0 #FFFFFF) drop-shadow(0 2px 0 #FFFFFF) drop-shadow(0 -2px 0 #FFFFFF); }
.collage img { width: 100%; height: 100%; object-fit: cover; }
.collage__a img, .collage__b img { object-fit: contain; object-position: bottom; }
.collage__time { position: absolute; left: -6%; bottom: 14%; background: #FFFFFF; padding: 6px 12px; font-family: var(--font-display); font-weight: 800; font-size: clamp(16px, 2vw, 26px); letter-spacing: -0.01em; text-transform: uppercase; transform: rotate(-3deg); white-space: nowrap; }
.collage__place { position: absolute; right: -12%; top: 22%; background: #FFFFFF; padding: 6px 12px; line-height: 1; transform: rotate(2deg); text-align: left; }
.collage__place small { display: block; font-family: var(--font-label); font-size: clamp(9px, 0.9vw, 12px); font-weight: 800; letter-spacing: var(--tracking-label); text-transform: uppercase; }
.collage__place strong { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(18px, 2.2vw, 30px); letter-spacing: -0.02em; text-transform: uppercase; }

.info-rows { position: relative; z-index: 2; margin: 32px auto 0; width: min(100%, 720px); display: grid; gap: 10px; font-family: var(--font-display); font-weight: 800; font-size: clamp(15px, 1.8vw, 24px); letter-spacing: -0.01em; text-transform: uppercase; color: var(--c-fg); }
.row { display: flex; align-items: center; gap: 14px; }
.row .line { flex: 1; border-top: 2px solid currentColor; }
.row .line--dotted { border-top-style: dotted; }
.row > span:last-child { text-align: right; }

.hero__cta { position: relative; z-index: 2; margin: 32px auto 0; width: min(100%, 720px); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px 20px; }
.hero__price { transform: rotate(-2deg); }

/* ------- MARQUEE ------- */
.marquee { overflow: hidden; background: var(--c-fg); color: var(--c-yellow); }
.marquee__track { display: flex; gap: 48px; padding: 22px 0; width: max-content; animation: scroll 38s linear infinite; font-family: var(--font-display); font-weight: 700; font-size: clamp(28px, 4vw, 56px); letter-spacing: -0.02em; white-space: nowrap; }
.marquee__item { display: flex; align-items: center; gap: 48px; }
.marquee__item::after { content: "☀"; font-size: 0.85em; opacity: 0.85; }
@keyframes scroll { to { transform: translateX(calc(-50% - 24px)); } }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; } .hero__doodle--sun { animation: none; } }

/* ------- WAS IST CARSTN INVITES ------- */
.about__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: clamp(32px, 5vw, 80px); align-items: center; }
.about__title { margin-bottom: 24px; }
.about__lead { margin: 0 0 16px; font-size: clamp(17px, 1.4vw, 20px); line-height: 1.5; max-width: 44ch; }
.about__copy { font-size: 16px; line-height: 1.55; color: var(--c-fg-muted); max-width: 44ch; }
.about__tags { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.about__tag { background: var(--c-yellow); padding: 8px 12px; font-family: var(--font-display); font-weight: 800; font-size: 13px; text-transform: uppercase; display: inline-block; }
.about__tag:nth-child(1) { transform: rotate(-1.5deg); }
.about__tag:nth-child(2) { transform: rotate(1deg); }
.about__tag:nth-child(3) { transform: rotate(-0.5deg); }
.about__media { position: relative; padding: 12px 16px 16px 0; }
.about__photo { aspect-ratio: 4 / 5; overflow: hidden; transform: rotate(2deg); border: 8px solid #FFFFFF; box-shadow: 10px 10px 0 0 var(--c-yellow); }
.about__photo img { width: 100%; height: 100%; object-fit: cover; }
.about__sun { position: absolute; left: -6px; top: 0; width: clamp(40px, 4.5vw, 64px); transform: rotate(-10deg); }
.about__since { position: absolute; right: 0; bottom: 8%; background: #FFFFFF; border: 1.5px solid var(--c-fg); padding: 8px 12px; font-family: var(--font-script); font-weight: 700; font-size: clamp(20px, 2vw, 28px); line-height: 1; transform: rotate(-4deg); }

/* ------- KURZ ERKLÄRT ------- */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 20px; }
.step { position: relative; background: var(--c-yellow); padding: 32px 28px 28px; }
.step:nth-child(1) { transform: rotate(-1deg); }
.step:nth-child(2) { transform: rotate(1deg); }
.step:nth-child(3) { transform: rotate(-0.5deg); background: var(--c-fg); color: #FFFFFF; }
.step__num { position: absolute; top: -14px; left: 20px; background: #FFFFFF; padding: 4px 10px; font-family: var(--font-display); font-weight: 800; font-size: 14px; letter-spacing: 0.04em; border: 1.5px solid var(--c-fg); color: var(--c-fg); }
.step:nth-child(1) .step__num { transform: rotate(-3deg); }
.step:nth-child(2) .step__num { transform: rotate(2deg); }
.step:nth-child(3) .step__num { transform: rotate(-2deg); background: var(--c-yellow); }
.step h3 { font-family: var(--font-display); font-weight: 800; font-size: clamp(26px, 2.4vw, 36px); letter-spacing: -0.03em; line-height: 0.95; margin: 8px 0 14px; text-transform: uppercase; }
.step:nth-child(3) h3 { color: var(--c-yellow); }
.step p { font-size: 15px; line-height: 1.55; }

/* ------- SPENDE ------- */
.spende { position: relative; overflow: hidden; }
.spende .grain { mix-blend-mode: overlay; opacity: 0.25; }
.spende .container { position: relative; }
.spende__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: clamp(32px, 5vw, 80px); align-items: end; }
.spende__big { position: relative; }
.spende__amount { font-family: var(--font-display); font-weight: 800; font-size: clamp(120px, 22vw, 320px); line-height: 0.82; letter-spacing: -0.05em; color: var(--c-yellow); margin: 16px 0 0; }
.spende__per { position: absolute; right: 0; bottom: 10%; background: #FFFFFF; color: var(--c-fg); padding: 8px 14px; font-family: var(--font-display); font-weight: 800; font-size: clamp(14px, 1.4vw, 20px); text-transform: uppercase; letter-spacing: -0.01em; transform: rotate(-6deg); }
.spende__herz { position: absolute; right: 8%; top: 0; width: clamp(28px, 3vw, 44px); transform: rotate(12deg); }
.spende__text { display: flex; flex-direction: column; gap: 20px; }
.spende__lead { font-family: var(--font-display); font-weight: 600; font-size: clamp(22px, 2.2vw, 32px); letter-spacing: -0.02em; line-height: 1.15; color: #FFFFFF; }
.spende__copy { font-size: clamp(16px, 1.3vw, 19px); line-height: 1.55; color: #FFFFFF; max-width: 42ch; }
.spende__rows { display: grid; gap: 8px; font-family: var(--font-display); font-weight: 800; font-size: 15px; text-transform: uppercase; color: var(--c-yellow); }
.spende__rows .row { gap: 12px; }
.spende__rows .line { border-top: 2px dotted rgba(255,230,0,0.5); }

/* ------- LINE-UP & ABLAUF ------- */
.two-col { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: clamp(40px, 6vw, 96px); align-items: start; }
.two-col .section-title { margin-bottom: 32px; }
.lineup__name { font-family: var(--font-display); font-weight: 800; font-size: clamp(56px, 7vw, 112px); letter-spacing: -0.04em; line-height: 0.9; text-transform: uppercase; position: relative; display: inline-block; }
.lineup__badge { position: absolute; right: -10px; top: -14px; background: var(--c-yellow); font-size: 12px; font-family: var(--font-label); font-weight: 800; letter-spacing: 0.08em; padding: 5px 9px; transform: rotate(6deg); }
.lineup__support { margin-top: 20px; font-family: var(--font-display); font-weight: 800; font-size: clamp(15px, 1.6vw, 20px); text-transform: uppercase; display: flex; align-items: center; gap: 12px; }
.lineup__support .script { text-transform: none; font-size: 1.4em; }
.lineup__note { margin: 28px 0 14px; font-size: 15px; line-height: 1.5; color: var(--c-fg-muted); max-width: 36ch; }
.rounds { display: grid; gap: 14px; }
.round { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; padding: 22px 24px; background: var(--c-bg-soft); transform: rotate(-0.8deg); }
.round--2 { background: var(--c-yellow); transform: rotate(0.8deg); }
.round__time { font-family: var(--font-display); font-weight: 800; font-size: clamp(40px, 4vw, 64px); letter-spacing: -0.03em; line-height: 1; }
.round__time span { font-size: 0.4em; margin-left: 4px; }
.round__name { font-family: var(--font-display); font-weight: 800; font-size: 18px; text-transform: uppercase; letter-spacing: -0.01em; }
.round__meta { font-size: 14px; margin-top: 4px; }
.round:not(.round--2) .round__meta { color: var(--c-fg-muted); }

/* ------- EDITIONEN ------- */
.editions { overflow: hidden; position: relative; }
.editions .glow { background: radial-gradient(ellipse at 80% 30%, rgba(255,255,255,0.2) 0 18%, transparent 19% 32%, rgba(255,255,255,0.1) 33% 44%, transparent 45%); }
.editions .grain { opacity: 0.5; }
.editions .container { position: relative; }
.editions .section-head > p { color: var(--c-fg); }
.editions .section-title { color: #FFFFFF; }
.gal { position: relative; display: grid; grid-auto-flow: column; grid-auto-columns: min(78vw, 320px); gap: 28px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter); padding: 16px var(--gutter) 24px; scrollbar-width: none; max-width: var(--max-w); margin: 0 auto; }
.gal::-webkit-scrollbar { display: none; }
.ed { margin: 0; scroll-snap-align: start; position: relative; aspect-ratio: 1 / 1; overflow: visible; border: 8px solid #FFFFFF; background: #FFFFFF; box-shadow: 8px 8px 0 0 #FFFFFF; }
.ed--framed { border-color: var(--c-yellow-deep); }
/* frühere Karten liegen oben, damit die überstehenden Sticker nicht von der Nachbarkarte verdeckt werden */
.ed:nth-child(1) { transform: rotate(-1.5deg); z-index: 4; }
.ed:nth-child(2) { transform: rotate(1.2deg); z-index: 3; }
.ed:nth-child(3) { transform: rotate(-0.8deg); z-index: 2; }
.ed:nth-child(4) { transform: rotate(1.5deg); z-index: 1; }
.ed__img { position: absolute; inset: 0; overflow: hidden; }
.ed__img img { width: 100%; height: 100%; object-fit: cover; }
.ed figcaption { position: absolute; left: -8px; right: -8px; bottom: -12px; display: flex; justify-content: space-between; align-items: end; gap: 10px; pointer-events: none; }
.ed__name { background: #FFFFFF; color: var(--c-fg); padding: 8px 12px; transform: rotate(-2deg); }
.ed__name strong { display: block; font-family: var(--font-display); font-weight: 800; font-size: 16px; letter-spacing: -0.01em; line-height: 1; text-transform: uppercase; }
.ed__name small { display: block; font-family: var(--font-label); font-size: 11px; font-weight: 700; margin-top: 3px; }
.ed__stat { background: var(--c-yellow); color: var(--c-fg); padding: 8px 10px; text-align: right; transform: rotate(3deg); border: 1.5px solid var(--c-fg); }
.ed__stat strong { display: block; font-family: var(--font-display); font-weight: 800; font-size: 20px; letter-spacing: -0.02em; line-height: 1; }
.ed__stat small { display: block; font-family: var(--font-label); font-size: 9px; font-weight: 800; letter-spacing: var(--tracking-label); text-transform: uppercase; margin-top: 4px; white-space: nowrap; }

/* ------- PARTNER ------- */
.partners { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); gap: 16px; }
.partner { display: flex; flex-direction: column; gap: 12px; background: #FFFFFF; padding: 20px; border: 1.5px solid var(--c-fg); box-shadow: 6px 6px 0 0 var(--c-yellow); transition: transform 160ms var(--ease-out); }
.partner:nth-child(odd) { transform: rotate(-0.8deg); }
.partner:nth-child(even) { transform: rotate(0.8deg); }
.partner:hover { transform: rotate(0deg) translateY(-2px); }
.partner__logo { aspect-ratio: 3 / 2; position: relative; }
.partner__logo img { position: absolute; left: 6%; top: 8%; width: 88%; height: 84%; object-fit: contain; }
.partner__logo--tall img { left: 15%; width: 70%; }
.partner__meta { display: flex; justify-content: center; }
.partner__role { color: var(--c-fg); }
.partner__name { font-family: var(--font-display); font-weight: 800; font-size: 15px; text-transform: uppercase; letter-spacing: -0.01em; }
.partner__role { font-family: var(--font-label); font-size: 11px; font-weight: 700; letter-spacing: var(--tracking-label); text-transform: uppercase; color: var(--c-fg-muted); white-space: nowrap; }
.partner-foot { margin-top: 32px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.partner-foot p { font-size: 15px; color: var(--c-fg-muted); }
.partner-thanks { margin-top: 20px; font-size: 14px; color: var(--c-fg-muted); }

/* ------- FAQ ------- */
.faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: clamp(32px, 5vw, 80px); align-items: start; }
.faq-intro p { margin: 24px 0 0; max-width: 32ch; font-size: 16px; line-height: 1.5; color: var(--c-fg-muted); }
.mark { color: var(--c-fg); font-weight: 600; background: var(--c-yellow); padding: 0 4px; }
.faq-list { border-top: 2px solid var(--c-fg); }
.faq { border-bottom: 1px solid var(--c-line); }
.faq summary { list-style: none; cursor: pointer; display: flex; width: 100%; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 0; font-family: var(--font-display); font-weight: 800; font-size: clamp(18px, 1.6vw, 22px); letter-spacing: -0.02em; line-height: 1.2; color: var(--c-fg); text-transform: uppercase; }
.faq summary::-webkit-details-marker { display: none; }
.faq__icon { flex-shrink: 0; width: 32px; height: 32px; border: 1.5px solid var(--c-fg); display: inline-flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 500; background: transparent; transition: transform 0.2s var(--ease-out), background 0.2s var(--ease-out); }
.faq:nth-child(odd) .faq__icon { transform: rotate(-4deg); }
.faq:nth-child(even) .faq__icon { transform: rotate(4deg); }
.faq__icon::before { content: "+"; }
.faq[open] .faq__icon { background: var(--c-yellow); transform: rotate(0deg); }
.faq[open] .faq__icon::before { content: "–"; }
.faq p { padding: 0 48px 22px 0; font-size: 15px; line-height: 1.6; color: var(--c-fg-muted); }

/* ------- CTA BAND ------- */
.cta-band { position: relative; overflow: hidden; }
.cta-band .glow { background: radial-gradient(ellipse at 50% 50%, rgba(255,255,255,0.22) 0 16%, transparent 17% 30%, rgba(255,255,255,0.1) 31% 42%, transparent 43%); }
.cta-band .grain { opacity: 0.5; }
.cta-band .container { position: relative; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 28px; }
.cta-band__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(56px, 10vw, 160px); letter-spacing: -0.04em; line-height: 0.85; text-transform: uppercase; color: #FFFFFF; }
.cta-band__sub { font-family: var(--font-script); font-weight: 700; font-size: clamp(28px, 3vw, 44px); line-height: 1; transform: rotate(-3deg); margin-top: -12px; }
.cta-band__smiley { position: absolute; left: 6%; top: 12%; width: clamp(40px, 5vw, 72px); transform: rotate(-10deg); }
.cta-band__schirm { position: absolute; right: 6%; bottom: 10%; width: clamp(44px, 6vw, 84px); transform: rotate(8deg); }

/* ------- ANFAHRT ------- */
.anfahrt { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: clamp(32px, 5vw, 80px); align-items: start; }
.anfahrt .section-title { margin-bottom: 24px; }
.anfahrt__copy { margin: 0 0 24px; font-size: 16px; line-height: 1.55; color: var(--c-fg-muted); max-width: 40ch; }
.anfahrt__rows { display: grid; gap: 10px; margin-bottom: 28px; font-family: var(--font-display); font-weight: 800; font-size: 15px; text-transform: uppercase; }
.anfahrt__rows .row { align-items: baseline; gap: 12px; }
.anfahrt__rows .line { border-top: 2px dotted var(--c-line); align-self: center; }
.anfahrt__rows .val { text-align: right; font-family: var(--font-body); font-weight: 400; text-transform: none; font-size: 15px; max-width: 26ch; }
.anfahrt__rows .mark { text-transform: none; font-family: var(--font-body); font-size: 15px; }
.anfahrt__photo { aspect-ratio: 4 / 3; overflow: hidden; transform: rotate(1.5deg); box-shadow: 10px 10px 0 0 var(--c-yellow); background: var(--c-yellow); }
.anfahrt__photo img { width: 100%; height: 100%; object-fit: cover; }

/* ------- FOOTER ------- */
.site-footer { background: var(--c-fg); color: #FFFFFF; padding: 56px 0 32px; }
.site-footer__top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 32px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.15); }
.site-footer__brand { display: flex; align-items: center; gap: 14px; color: var(--c-yellow); }
.site-footer__brand img { height: 56px; width: auto; }
.site-footer__brand .script { font-size: 44px; line-height: 1; transform: rotate(-4deg); position: relative; top: -3px; }
.site-footer__claim { margin: 12px 0 0; font-size: 14px; line-height: 1.5; color: rgba(255,255,255,0.7); max-width: 36ch; }
.site-footer__claim a { color: #FFFFFF; font-weight: 600; }
.site-footer__links { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.site-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; padding-top: 24px; font-family: var(--font-label); font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.6); }
.site-footer__bottom .copy { display: inline-flex; align-items: center; gap: 6px; }
.site-footer__bottom .copy img { width: 14px; height: 14px; object-fit: contain; }
.site-footer__legal { display: flex; gap: 18px; }

/* ------- STICKY CTA (mobil) ------- */
.sticky-cta { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: var(--c-yellow); border-top: 2px solid var(--c-fg); align-items: center; justify-content: space-between; gap: 12px; }
.sticky-cta__text { font-family: var(--font-display); font-size: 13px; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.sticky-cta__text small { display: block; font-family: var(--font-label); font-weight: 600; font-size: 13px; text-transform: none; }
.sticky-cta .btn { flex-shrink: 0; }
@media (max-width: 720px) {
  .sticky-cta { display: flex; }
  body { padding-bottom: 72px; }
}

@media (max-width: 720px) {
  /* Doodles in die freien Ränder neben die Headline, nicht auf die Buchstaben */
  .hero__doodle--herz { left: 1%; top: 10%; width: 20px; }
  .hero__doodle--smiley { right: 2%; top: 8%; width: 24px; }
  .hero__doodle--sig { left: 0; top: 96%; width: 46px; }
  .hero__doodle--sun { right: 0; top: 62%; width: 28px; }
  .hero__doodle--schirm { right: 3%; top: 104%; width: 30px; }
  .collage__place { right: -2%; top: 16%; }
  .partners { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .partner { padding: 14px; gap: 8px; }
  .partner__meta { flex-direction: column; align-items: flex-start; gap: 2px; }
  .partner__name { font-size: 13px; }
}
