/* ==========================================================================
   Twentytwo Customs — Editorial Luxus-Atelier
   Type:  Fraunces (display serif) · Hanken Grotesk (body) · Space Mono (labels)
   System: monochrome canvas + a single restrained red (#c80000)
   ========================================================================== */

/* ---------- Tokens ---------- */
:root {
  --red: #c80000;
  --red-deep: #9c0000;

  --black: #0b0b0b;
  --near: #111110;
  --char: #161614;
  --paper: #f4f1ea;     /* warm atelier paper, not pure white */
  --paper-2: #eae6dd;

  --ink: #ece8e0;       /* warm off-white text on dark */
  --ink-soft: #a39e94;
  --ink-faint: #868178;  /* AA-kontraststark auf Dunkel (>=4.5:1) */
  --red-ink: #f23a30;    /* helleres Rot nur für kleinen Text auf Dunkel (>=4.5:1) */
  --on-paper: #1a1916;
  --on-paper-soft: #5b574e;

  --line: rgba(236, 232, 224, 0.14);
  --line-soft: rgba(236, 232, 224, 0.08);
  --line-paper: rgba(26, 25, 22, 0.16);

  --maxw: 1340px;
  --gutter: clamp(1.25rem, 5vw, 4rem);

  --ease: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-soft: cubic-bezier(0.33, 1, 0.68, 1);
  --t: 360ms;
  --t-slow: 900ms;

  --f-display: "Bricolage Grotesque", system-ui, -apple-system, sans-serif;
  --f-body: "Hanken Grotesk", system-ui, -apple-system, sans-serif;
  --f-mono: "Space Mono", ui-monospace, "Courier New", monospace;

  --nav-h: 92px;

  --z-grain: 1;
  --z-nav: 50;
  --z-overlay: 60;
  --z-modal: 80;
  --z-cookie: 70;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-h);
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: var(--f-body);
  font-weight: 400;
  background: var(--black);
  color: var(--ink);
  font-size: 1.0625rem;
  line-height: 1.7;
  letter-spacing: 0.005em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
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: none; cursor: pointer; }
ul { list-style: none; padding: 0; }
input, textarea, select { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
::selection { background: var(--red); color: #fff; }

/* filmic grain */
body::after {
  content: "";
  position: fixed; inset: 0; z-index: var(--z-grain);
  pointer-events: none; opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: var(--f-display);
  font-weight: 700;
  font-optical-sizing: auto;
  line-height: 1.02;
  letter-spacing: -0.035em;
}
.display {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(2.6rem, 7vw, 6rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
}
/* emphasized words = brand-red accent (modern, no italics) */
em, .ital, .serif-accent { font-style: normal; font-family: var(--f-display); color: var(--red); }

/* mono micro-labels — the atelier signature */
.label {
  font-family: var(--f-mono);
  font-weight: 400;
  font-size: 0.72rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.label--red { color: var(--red-ink); }
.section--paper .label--red { color: var(--red-deep); }
.index {
  font-family: var(--f-mono);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  color: var(--ink-faint);
}

p { max-width: 64ch; }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(5rem, 10vw, 10rem); position: relative; }
.section--paper { background: var(--paper); color: var(--on-paper); }
.section--paper .label { color: var(--on-paper-soft); }
.section--paper .index { color: var(--on-paper-soft); }
.section--near { background: var(--near); }
.rule { height: 1px; background: var(--line); border: 0; }
.section--paper .rule { background: var(--line-paper); }

/* editorial section header: index + hairline + serif title, asymmetric */
.head { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: center; margin-bottom: clamp(2.6rem, 6vw, 4.5rem); }
.head__meta { display: flex; flex-direction: column; gap: 1.6rem; }
.head__kicker { display: inline-flex; align-items: center; gap: 1rem; }
.head__kicker::before { content: ""; width: 42px; height: 1px; background: currentColor; opacity: 0.5; }
.head h2 { font-size: clamp(1.9rem, 4.6vw, 3.9rem); font-weight: 700; max-width: 16ch; }
.head__aside { padding-bottom: 0.5rem; }
.head__aside p { font-family: var(--f-mono); font-weight: 400; font-size: 0.82rem; letter-spacing: 0.02em; line-height: 1.8; color: var(--ink-soft); max-width: 52ch; }
.section--paper .head__aside p { color: var(--on-paper-soft); }
.head--center { text-align: center; grid-template-columns: 1fr; justify-items: center; }
.head--center .head__kicker::before { display: none; }
.head--center h2 { max-width: 20ch; }

/* ---------- Buttons / links ---------- */
.btn {
  --bg: var(--red); --fg: #fff;
  display: inline-flex; align-items: center; gap: 0.9rem;
  font-family: var(--f-mono); font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 1.15rem 1.9rem;
  background: var(--bg); color: var(--fg);
  border: 1px solid var(--bg);
  position: relative; overflow: hidden; isolation: isolate;
  transition: color var(--t) var(--ease), border-color var(--t) var(--ease);
}
.btn::before {
  content: ""; position: absolute; inset: 0; z-index: -1; background: #fff;
  transform: scaleX(0); transform-origin: right; transition: transform var(--t-slow) var(--ease);
}
.btn:hover { color: var(--black); border-color: #fff; }
.btn:hover::before { transform: scaleX(1); transform-origin: left; }
.btn .arr { transition: transform var(--t) var(--ease); }
.btn:hover .arr { transform: translateX(4px); }
.btn--outline { --bg: transparent; --fg: var(--ink); border-color: var(--line); }
.btn--outline::before { background: var(--ink); }
.btn--outline:hover { color: var(--black); border-color: var(--ink); }
.section--paper .btn--outline { --fg: var(--on-paper); border-color: var(--line-paper); }
.section--paper .btn--outline::before { background: var(--on-paper); }
.section--paper .btn--outline:hover { color: var(--paper); }

/* underline text link */
.tlink {
  font-family: var(--f-mono); font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 0.7rem;
  position: relative; padding-bottom: 4px;
}
.tlink::after { content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; background: currentColor; transform: scaleX(0.0); transform-origin: left; opacity: 0.5; transition: transform var(--t) var(--ease); }
.tlink:hover::after { transform: scaleX(1); opacity: 1; }
.tlink .arr { transition: transform var(--t) var(--ease); }
.tlink:hover .arr { transform: translateX(4px); }

/* ---------- Maker's-mark seal ---------- */
.seal { width: 132px; height: 132px; position: relative; color: var(--ink); }
.seal__ring { width: 100%; height: 100%; animation: spin 38s linear infinite; }
.seal__ring text { font-family: var(--f-mono); font-size: 8.1px; letter-spacing: 2.1px; fill: currentColor; text-transform: uppercase; }
.seal__core {
  position: absolute; inset: 0; display: grid; place-items: center;
  font-family: var(--f-display); font-weight: 400; font-size: 2.1rem; letter-spacing: -0.04em;
}
.seal__core .r { color: var(--red); }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; height: var(--nav-h); z-index: var(--z-nav);
  display: flex; align-items: center;
  transition: height var(--t) var(--ease), background var(--t) var(--ease), backdrop-filter var(--t);
}
.nav::after {
  content: ""; position: absolute; left: var(--gutter); right: var(--gutter); bottom: 0; height: 1px;
  background: var(--line); transition: opacity var(--t);
}
.nav.is-stuck {
  height: 70px; background: rgba(11, 11, 11, 0.72);
  backdrop-filter: saturate(150%) blur(16px); -webkit-backdrop-filter: saturate(150%) blur(16px);
}
.nav__inner { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1.5rem; }

.nav__inner > .brand { grid-column: 1; justify-self: start; }
.nav__inner > .nav__links { grid-column: 2; }
.nav__inner > .nav__right { grid-column: 3; }
.brand { display: flex; align-items: center; gap: 0.85rem; flex-shrink: 0; }
.brand__mark { width: 40px; height: 40px; flex-shrink: 0; }
.brand__mark svg { width: 100%; height: 100%; }
.brand__name { display: flex; flex-direction: column; line-height: 1; gap: 4px; }
.brand__name b { font-family: var(--f-display); font-weight: 700; font-size: 1.16rem; letter-spacing: -0.03em; }
.brand__name small { font-family: var(--f-mono); font-size: 0.58rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--ink-soft); }

.nav__links { display: flex; align-items: center; gap: 0.4rem; justify-self: center; }
.nav__links a {
  font-family: var(--f-mono); font-size: 0.74rem; letter-spacing: 0.13em; text-transform: uppercase;
  color: var(--ink-soft); padding: 0.5rem 0.95rem; position: relative; transition: color var(--t);
}
.nav__links a .dot { position: absolute; left: 50%; bottom: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--red); transform: translate(-50%, 4px) scale(0); transition: transform var(--t) var(--ease); }
.nav__links a:hover, .nav__links a.is-active { color: var(--ink); }
.nav__links a.is-active .dot { transform: translate(-50%, 0) scale(1); }
.nav__right { display: flex; align-items: center; gap: 1.4rem; justify-self: end; }
.nav__cta { display: inline-flex; }

.burger { display: none; width: 48px; height: 48px; align-items: center; justify-content: center; }
.burger span, .burger span::before, .burger span::after { content: ""; display: block; width: 26px; height: 1.5px; background: var(--ink); transition: transform var(--t) var(--ease), opacity var(--t); }
.burger span { position: relative; }
.burger span::before { position: absolute; top: -8px; left: 0; }
.burger span::after { position: absolute; top: 8px; left: 0; }
body.menu-open .burger span { background: transparent; }
body.menu-open .burger span::before { transform: translateY(8px) rotate(45deg); }
body.menu-open .burger span::after { transform: translateY(-8px) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: var(--z-overlay);
  background: radial-gradient(120% 90% at 100% 0%, rgba(200, 0, 0,0.14), transparent 55%), var(--black);
  display: flex; flex-direction: column; gap: 1.4rem;
  padding: calc(var(--nav-h) + 0.6rem) var(--gutter) calc(var(--gutter) + env(safe-area-inset-bottom));
  clip-path: inset(0 0 100% 0); transition: clip-path var(--t-slow) var(--ease); visibility: hidden;
  overflow-y: auto;
}
body.menu-open { overflow: hidden; }
body.menu-open .mobile-menu { clip-path: inset(0 0 0 0); visibility: visible; }
.mm__close { position: absolute; top: calc(env(safe-area-inset-top) + 1.05rem); right: var(--gutter); width: 46px; height: 46px; display: grid; place-items: center; color: var(--ink); border: 1px solid var(--line); border-radius: 4px; background: rgba(236,232,224,0.04); z-index: 3; opacity: 0; transition: opacity .4s var(--ease) .12s, border-color var(--t), color var(--t); }
body.menu-open .mm__close { opacity: 1; }
.mm__close:hover { border-color: var(--red); color: var(--red-ink); }
.mm__close svg { width: 22px; height: 22px; }
.mm__links { display: flex; flex-direction: column; gap: 0.1rem; margin-top: clamp(0.5rem, 3vh, 2rem); }
.mm__links a {
  font-family: var(--f-display); font-weight: 700; font-size: clamp(1.55rem, 7vw, 2.4rem); line-height: 1.12;
  letter-spacing: -0.03em; padding: 0.72rem 0; display: flex; align-items: baseline; gap: 1.1rem;
  border-bottom: 1px solid var(--line);
  opacity: 0; transform: translateY(26px);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease), color var(--t);
}
.mm__links a:first-child { border-top: 1px solid var(--line); }
.mm__n { font-family: var(--f-mono); font-weight: 400; font-size: 0.74rem; letter-spacing: 0.1em; color: var(--red-ink); transform: translateY(-0.5em); }
.mm__links a:active, .mm__links a:hover { color: var(--red); }
body.menu-open .mm__links a { opacity: 1; transform: none; }
body.menu-open .mm__links a:nth-child(1) { transition-delay: 0.12s; }
body.menu-open .mm__links a:nth-child(2) { transition-delay: 0.18s; }
body.menu-open .mm__links a:nth-child(3) { transition-delay: 0.24s; }
body.menu-open .mm__links a:nth-child(4) { transition-delay: 0.30s; }
body.menu-open .mm__links a:nth-child(5) { transition-delay: 0.36s; }
body.menu-open .mm__links a:nth-child(6) { transition-delay: 0.42s; }
.mm__foot { margin-top: auto; padding-top: 2rem; display: flex; flex-direction: column; gap: 1.4rem; opacity: 0; transition: opacity 0.5s var(--ease) 0.4s; }
body.menu-open .mm__foot { opacity: 1; }
.mm__cta { justify-content: center; width: 100%; }
.mm__contact { display: flex; flex-direction: column; gap: 0.35rem; }
.mm__contact a { font-family: var(--f-mono); font-size: 0.82rem; letter-spacing: 0.04em; color: var(--ink-soft); }
.mm__contact a:hover { color: var(--red); }

/* progress */
.progress { position: fixed; inset: 0 0 auto 0; height: 2px; z-index: var(--z-nav); pointer-events: none; }
.progress__bar { height: 100%; width: 100%; background: var(--red); transform: scaleX(0); transform-origin: left; }

/* ---------- Media (duotone treatment) ---------- */
.media { position: relative; overflow: hidden; background: var(--char); }
.media__img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  background-size: cover; background-position: center;
  filter: grayscale(1) contrast(1.06) brightness(0.92);
  transition: filter var(--t-slow) var(--ease), transform 1.6s var(--ease);
  transform: scale(1.02);
}
.media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(8,8,8,0.5)); mix-blend-mode: multiply; pointer-events: none; }
.media.is-color .media__img,
.media:hover .media__img { filter: grayscale(0) contrast(1.02) brightness(1); }
.media:hover .media__img { transform: scale(1.06); }

/* ---------- Hero — exactly one viewport tall ---------- */
.hero { position: relative; height: 100svh; min-height: 600px; display: flex; flex-direction: column; overflow: hidden; isolation: isolate; }
.hero__bg { position: absolute; inset: 0; z-index: -3; }
.hero__bg .media__img { filter: grayscale(1) contrast(1.08) brightness(0.5); transform: scale(1.08); will-change: transform; }
.hero__veil { position: absolute; inset: 0; z-index: -2; background:
  linear-gradient(90deg, rgba(8,8,8,0.88) 0%, rgba(8,8,8,0.55) 45%, rgba(8,8,8,0.22) 100%),
  linear-gradient(0deg, rgba(8,8,8,0.95) 0%, rgba(8,8,8,0.15) 48%, rgba(8,8,8,0.55) 100%);
}
.hero__inner { width: 100%; max-width: var(--maxw); margin-inline: auto; padding: 0 var(--gutter); flex: 1 1 auto; display: flex; flex-direction: column; justify-content: center; padding-top: calc(var(--nav-h) + 1rem); padding-bottom: 1.2rem; will-change: transform, opacity; }
.hero__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; }
.hero__kicker { display: flex; flex-direction: column; gap: 0.7rem; margin-bottom: clamp(1.2rem, 3vw, 2rem); }
.hero__seal { display: block; }
.hero h1 { font-weight: 800; font-size: clamp(2.6rem, 7.4vw, 5.8rem); line-height: 0.94; letter-spacing: -0.045em; max-width: 16ch; text-transform: uppercase; overflow-wrap: break-word; }
.hero h1 .line { display: block; }
.hero h1 .line > span { display: block; }
.hero__lede { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: end; margin-top: clamp(1.5rem, 3.5vw, 2.6rem); }
.hero__lede p { color: var(--ink-soft); font-size: clamp(1rem, 1.3vw, 1.14rem); max-width: 46ch; font-weight: 300; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: flex-start; }
.hero__foot { margin-top: auto; padding-top: 1.4rem; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 1.2rem 3rem; align-items: center; }
.hero__fact { display: flex; flex-direction: column; gap: 4px; }
.hero__fact b { font-family: var(--f-display); font-weight: 400; font-size: 1.15rem; }
.hero__fact b .star { color: var(--red); }
.hero__fact span { font-family: var(--f-mono); font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-faint); }
.hero__fact + .hero__fact { padding-left: 3rem; border-left: 1px solid var(--line); }
.hero__scroll { margin-left: auto; }

/* ---------- Marquee ---------- */
.ticker { background: var(--paper); color: var(--on-paper); overflow: hidden; border-block: 1px solid var(--line-paper); }
.ticker__track { display: flex; width: max-content; animation: marq 40s linear infinite; }
.ticker__track > span { font-family: var(--f-display); font-style: italic; font-weight: 360; font-size: clamp(1.4rem, 3vw, 2.4rem); padding: 1.1rem 0; display: inline-flex; align-items: center; }
.ticker__track > span::after { content: "/"; color: var(--red); margin: 0 clamp(1.5rem, 4vw, 3rem); font-style: normal; }
@keyframes marq { to { transform: translateX(-50%); } }
.ticker:hover .ticker__track { animation-play-state: paused; }

/* ---------- Services — modern image cards ---------- */
.scards { margin-top: clamp(2.5rem, 6vw, 4.5rem); display: grid; grid-template-columns: repeat(6, 1fr); gap: clamp(0.8rem, 1.6vw, 1.2rem); }
.scard { grid-column: span 2; position: relative; aspect-ratio: 4/5; overflow: hidden; isolation: isolate; display: flex; align-items: flex-end; }
.scard--wide { grid-column: span 3; aspect-ratio: 16/11; }
.scard .media__img { filter: grayscale(1) contrast(1.06) brightness(0.85); }
.scard:hover .media__img { filter: grayscale(0) contrast(1.02) brightness(1); transform: scale(1.07); }
.scard::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(8,8,8,0.94) 6%, rgba(8,8,8,0.3) 48%, transparent 78%); transition: background var(--t); }
.scard__body { position: relative; z-index: 2; padding: clamp(1.3rem, 2.2vw, 1.8rem); width: 100%; }
.scard__name { font-family: var(--f-display); font-weight: 700; font-size: clamp(1.35rem, 2.1vw, 1.95rem); letter-spacing: -0.03em; color: #fff; display: flex; align-items: center; gap: 0.6rem; line-height: 1.05; }
.scard__name .arr { color: var(--red); opacity: 0; transform: translateX(-8px); transition: opacity var(--t), transform var(--t) var(--ease); }
.scard:hover .scard__name .arr { opacity: 1; transform: none; }
.scard__desc { color: var(--ink-soft); font-size: 0.92rem; font-weight: 300; line-height: 1.55; margin-top: 0; max-width: 40ch; max-height: 0; opacity: 0; overflow: hidden; transition: max-height var(--t) var(--ease), opacity var(--t) var(--ease), margin var(--t); }
.scard:hover .scard__desc { max-height: 7em; opacity: 1; margin-top: 0.6rem; }
@media (hover: none) {
  .scard__desc { max-height: 7em; opacity: 1; margin-top: 0.6rem; }
  .scard__name .arr { opacity: 1; transform: none; }
}

/* ---------- Pricing ---------- */
/* Fahrzeugtyp-Umschalter (zentriert über den Preisen) */
.pktabs { display: flex; flex-direction: column; align-items: center; gap: 0.8rem; margin-bottom: clamp(1.8rem, 4vw, 2.6rem); }
.pktabs__label { font-family: var(--f-mono); font-size: 0.64rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-faint); }
.tabs { display: inline-flex; gap: 0.25rem; border: 1px solid var(--line); border-radius: 4px; padding: 4px; background: rgba(236,232,224,0.03); }
.tab { font-family: var(--f-mono); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.8rem 1.8rem; border-radius: 2px; color: var(--ink-soft); transition: color var(--t), background var(--t); }
.tab.is-active { background: var(--red); color: #fff; }
.tab:hover:not(.is-active) { color: var(--ink); }

.plans { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-paper); border-left: 1px solid var(--line-paper); }
.plan { border-right: 1px solid var(--line-paper); border-bottom: 1px solid var(--line-paper); padding: clamp(1.8rem, 3vw, 2.6rem); display: flex; flex-direction: column; position: relative; background: transparent; transition: background var(--t) var(--ease); }
.plan:hover { background: var(--paper-2); }
.plan--featured { background: var(--on-paper); color: var(--paper); }
.plan--featured:hover { background: var(--black); }
.plan--featured .plan__price b, .plan--featured .plan__name { color: var(--paper); }
.plan--featured .plan__list li { color: var(--paper); }
.plan--featured .plan__list svg { color: var(--red); }
.plan__tag { font-family: var(--f-mono); font-size: 0.64rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); margin-bottom: 1.4rem; min-height: 1em; }
.plan--featured .plan__tag { color: #ff5a5a; }
.plan__name { font-family: var(--f-display); font-weight: 700; font-size: 1.75rem; letter-spacing: -0.025em; }
.plan__desc { color: var(--on-paper-soft); font-size: 0.9rem; margin-top: 0.5rem; min-height: 2.6em; font-weight: 300; }
.plan--featured .plan__desc { color: rgba(244,241,234,0.7); }
.plan__price { display: flex; align-items: baseline; gap: 0.5rem; margin: 1.8rem 0; }
.plan__price b { font-family: var(--f-display); font-weight: 800; font-size: 3.4rem; letter-spacing: -0.04em; line-height: 1; }
.plan__price span { font-family: var(--f-mono); font-size: 0.78rem; color: var(--on-paper-soft); }
.plan__ab { font-family: var(--f-mono); font-size: 0.9rem; color: var(--on-paper-soft); align-self: center; }
.plan--featured .plan__ab { color: rgba(244,241,234,0.6); }
.plan--featured .plan__price span { color: rgba(244,241,234,0.6); }
.plan__list { display: flex; flex-direction: column; gap: 0.9rem; margin: 0.4rem 0 2.2rem; flex: 1; }
.plan__list li { display: flex; gap: 0.8rem; font-size: 0.94rem; color: var(--on-paper); align-items: baseline; }
.plan__list svg { width: 14px; height: 14px; color: var(--red); flex-shrink: 0; transform: translateY(2px); }
.plan .btn { width: 100%; justify-content: space-between; }
.plan--featured .btn--outline { --fg: var(--paper); border-color: rgba(244,241,234,0.3); }
.plan--featured .btn--outline::before { background: var(--paper); }
.plan--featured .btn--outline:hover { color: var(--black); }
.price-panel { display: none; }
.price-panel.is-active { display: block; }
.price-note { margin-top: 2.5rem; font-family: var(--f-mono); font-size: 0.78rem; letter-spacing: 0.04em; color: var(--ink-soft); }

/* ---------- Process flow (connected, animated 1→2→3→4) ---------- */
.flow { margin-top: clamp(3rem, 7vw, 5.5rem); position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.5rem, 3vw, 2.5rem); }
.flow__line { position: absolute; top: 38px; left: 12.5%; right: 12.5%; height: 2px; background: var(--line); z-index: 0; }
.flow__fill { position: absolute; top: 38px; left: 12.5%; height: 2px; width: 0; background: var(--red); z-index: 1; transition: width 0.25s linear, height 0.25s linear; }
.fstep { position: relative; z-index: 2; text-align: center; }
.fstep__dot { width: 76px; height: 76px; border-radius: 50%; background: var(--near); border: 1px solid var(--line); display: grid; place-items: center; font-family: var(--f-display); font-weight: 800; font-size: 1.6rem; color: var(--ink-faint); margin: 0 auto clamp(1.4rem, 3vw, 2.2rem); transition: background var(--t) var(--ease), color var(--t) var(--ease), border-color var(--t) var(--ease), transform var(--t) var(--ease); }
.section--paper .fstep__dot { background: var(--paper); }
.fstep.is-on .fstep__dot { background: var(--red); color: #fff; border-color: var(--red); transform: scale(1.08); }
.fstep h3 { font-weight: 700; font-size: clamp(1.2rem, 2vw, 1.6rem); margin-bottom: 0.6rem; }
.fstep p { color: var(--ink-soft); font-weight: 300; font-size: 0.96rem; max-width: 26ch; margin: 0 auto; }

/* ---------- About ---------- */
.about { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.about__quote { font-family: var(--f-display); font-weight: 600; font-size: clamp(1.7rem, 3.3vw, 2.8rem); line-height: 1.15; letter-spacing: -0.035em; }
.about__quote em { color: var(--red); }
.about__text { color: var(--ink-soft); font-weight: 300; margin-top: 2rem; max-width: 52ch; }
.about__sign { display: flex; gap: 2.5rem; margin-top: 2.5rem; }
.about__sign div b { font-family: var(--f-display); font-size: 1.1rem; display: block; }
.about__sign div span { font-family: var(--f-mono); font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-faint); }
.founders { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.founder { position: relative; aspect-ratio: 3/4; }
.founder:nth-child(2) { margin-top: clamp(1.5rem, 5vw, 3.5rem); }
.founder__cap { position: absolute; left: 1rem; bottom: 1rem; z-index: 1; }
.founder__cap b { font-family: var(--f-display); font-size: 1rem; color: #fff; display: block; }
.founder__cap span { font-family: var(--f-mono); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--red-ink); }

/* ---------- Reviews ---------- */
.reviews { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.reviews__score { position: sticky; top: var(--nav-h); }
.reviews__big { font-family: var(--f-display); font-weight: 800; font-size: clamp(4rem, 11vw, 8rem); line-height: 0.9; color: var(--on-paper); letter-spacing: -0.05em; }
.reviews__stars { display: inline-flex; gap: 3px; margin: 0.8rem 0 0.6rem; }
.reviews__stars svg { width: 18px; height: 18px; color: var(--red); }
.reviews__score p { font-family: var(--f-mono); font-size: 0.74rem; letter-spacing: 0.08em; color: var(--on-paper-soft); text-transform: uppercase; }
.review { padding: clamp(1.6rem, 3vw, 2.4rem) 0; border-top: 1px solid var(--line-paper); }
.review:first-child { border-top: 0; padding-top: 0; }
.review__q { font-family: var(--f-display); font-weight: 360; font-size: clamp(1.2rem, 2.2vw, 1.65rem); line-height: 1.35; letter-spacing: -0.01em; }
.review__who { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.3rem; }
.review__name { font-family: var(--f-mono); font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--on-paper-soft); }
.review__name b { color: var(--on-paper); font-weight: 700; }
.review__g { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--f-mono); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--on-paper-soft); }
.review__g svg { width: 16px; height: 16px; }

/* ---------- Gallery ---------- */
.ba { position: relative; overflow: hidden; aspect-ratio: 16/9; user-select: none; touch-action: none; background: var(--char); }
.ba .media__img { filter: grayscale(0.2) contrast(1.05); transition: none; transform: none; }
.ba__after { position: absolute; inset: 0; }
.ba__before { position: absolute; inset: 0; clip-path: inset(0 50% 0 0); }
.ba__before .media__img { filter: grayscale(1) contrast(1.1) brightness(0.8); }
.ba__tag { position: absolute; bottom: 1.2rem; z-index: 3; font-family: var(--f-mono); font-size: 0.64rem; letter-spacing: 0.2em; text-transform: uppercase; color: #fff; padding: 0.4rem 0.8rem; background: rgba(0,0,0,0.55); backdrop-filter: blur(4px); }
.ba__tag--b { left: 1.2rem; } .ba__tag--a { right: 1.2rem; }
.ba__handle { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: #fff; z-index: 4; transform: translateX(-50%); cursor: ew-resize; }
.ba__grip { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 54px; height: 54px; border-radius: 50%; background: var(--red); color: #fff; display: grid; place-items: center; box-shadow: 0 10px 30px -8px rgba(0,0,0,0.6); }
.ba__grip svg { width: 22px; height: 22px; }

.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(0.6rem, 1.5vw, 1rem); margin-top: clamp(1rem, 3vw, 1.6rem); }
.gitem { position: relative; overflow: hidden; cursor: pointer; aspect-ratio: 3/4; }
.gitem--a { grid-column: span 6; }
.gitem--b { grid-column: span 6; }
.gitem--c { grid-column: span 4; }
.gitem__zoom { position: absolute; right: 1rem; bottom: 1rem; z-index: 2; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,0.4); border-radius: 50%; display: grid; place-items: center; opacity: 0; transform: scale(0.9); transition: opacity var(--t), transform var(--t); }
.gitem__zoom svg { width: 16px; height: 16px; color: #fff; }
.gitem:hover .gitem__zoom { opacity: 1; transform: scale(1); }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: var(--z-modal); background: rgba(8,8,8,0.96); backdrop-filter: blur(6px); display: grid; place-items: center; padding: 5vw; opacity: 0; visibility: hidden; transition: opacity var(--t); }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox__img { width: min(900px, 92vw); height: min(85vh, 1200px); background-size: contain; background-repeat: no-repeat; background-position: center; }
.lightbox__close, .lightbox__nav { position: absolute; width: 56px; height: 56px; border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink); transition: background var(--t), color var(--t); }
.lightbox__close:hover, .lightbox__nav:hover { background: var(--red); color: #fff; border-color: var(--red); }
.lightbox__close { top: 4vh; right: 4vw; } .lightbox__close svg, .lightbox__nav svg { width: 22px; height: 22px; }
.lightbox__nav { top: 50%; transform: translateY(-50%); } .lightbox__nav--prev { left: 3vw; } .lightbox__nav--next { right: 3vw; }

/* ---------- CTA ---------- */
.cta { position: relative; overflow: hidden; isolation: isolate; padding-block: clamp(5rem, 12vw, 9rem); text-align: center; }
.cta__bg { position: absolute; inset: 0; z-index: -2; }
.cta__bg .media__img { filter: grayscale(1) contrast(1.1) brightness(0.4); }
.cta::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(70% 100% at 50% 100%, rgba(200, 0, 0,0.22), transparent 60%); }
.cta h2 { font-weight: 800; font-size: clamp(2.1rem, 5.8vw, 4.8rem); max-width: 16ch; margin-inline: auto; text-transform: uppercase; letter-spacing: -0.04em; }
.cta p { color: var(--ink-soft); margin: 1.5rem auto 2.5rem; max-width: 48ch; font-weight: 300; }

/* ---------- Contact ---------- */
.contact { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.contact__info { position: sticky; top: var(--nav-h); }
.contact__list { margin-top: 2.5rem; }
.iline { display: flex; justify-content: space-between; gap: 1.5rem; align-items: baseline; padding: 1.2rem 0; border-top: 1px solid var(--line); }
.iline .label { color: var(--ink-faint); }
.iline a, .iline span { font-family: var(--f-display); font-size: 1.15rem; }
.iline a:hover { color: var(--red); }
.map { margin-top: 2rem; position: relative; aspect-ratio: 16/9; overflow: hidden; background: var(--char); border: 1px solid var(--line); }
.map iframe { width: 100%; height: 100%; border: 0; filter: invert(0.92) hue-rotate(180deg) brightness(0.95) contrast(0.92) saturate(0.85); transition: filter .5s var(--ease); }
.map:hover iframe { filter: none; }
.map__consent { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: 2rem; background: rgba(16,16,15,0.85); }
.map__consent p { color: var(--ink-soft); font-size: 0.9rem; margin: 0.8rem auto 1.4rem; max-width: 38ch; font-weight: 300; }

.form { }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.field { margin-bottom: 1.5rem; position: relative; }
.field label { font-family: var(--f-mono); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); display: block; margin-bottom: 0.7rem; }
.field label .req { color: var(--red-ink); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.field input, .field select, .field textarea {
  width: 100%; padding: 0.9rem 0; background: transparent; border: 0; border-bottom: 1px solid var(--line);
  color: var(--ink); font-size: 1.05rem; font-family: var(--f-body); transition: border-color var(--t);
}
.field input::placeholder, .field textarea::placeholder { color: var(--ink-faint); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--red); }
.field textarea { resize: vertical; min-height: 110px; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23a39e94' stroke-width='1.6'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0 center; }
.field select option { background: var(--near); }
.consent { display: flex; gap: 0.8rem; align-items: flex-start; margin: 0.5rem 0 2rem; }
.consent input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--red); flex-shrink: 0; }
.consent label { font-size: 0.84rem; color: var(--ink-soft); font-weight: 300; line-height: 1.6; margin: 0; font-family: var(--f-body); letter-spacing: 0; text-transform: none; }
.consent a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.form__note { font-family: var(--f-mono); font-size: 0.68rem; letter-spacing: 0.06em; color: var(--ink-faint); margin-top: 1.2rem; }
.form__ok { display: none; padding: 3rem 0; }
.form__ok.is-on { display: block; }
.form__ok .seal { margin-bottom: 1.5rem; }
.form__ok h3 { font-weight: 400; font-size: 1.8rem; }
.form__ok p { color: var(--ink-soft); margin-top: 0.8rem; font-weight: 300; }

/* ---------- Footer ---------- */
.footer { background: var(--black); padding-top: clamp(3.5rem, 8vw, 6rem); padding-bottom: 2.5rem; border-top: 1px solid var(--line); }
.footer__top { display: grid; grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr)); gap: 2.5rem; padding-bottom: clamp(3rem, 7vw, 5rem); }
.footer__brand p { color: var(--ink-soft); font-weight: 300; max-width: 32ch; margin: 1.5rem 0; }
.socials { display: flex; gap: 0.6rem; }
.socials a { width: 44px; height: 44px; border: 1px solid var(--line); display: grid; place-items: center; transition: background var(--t), color var(--t), border-color var(--t); }
.socials a:hover { background: var(--red); border-color: var(--red); color: #fff; }
.socials svg { width: 18px; height: 18px; }
.footer__col h4 { font-family: var(--f-mono); font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 1.4rem; font-weight: 400; }
.footer__col a, .footer__col span { display: block; color: var(--ink-soft); padding: 0.4rem 0; transition: color var(--t); font-weight: 300; }
.footer__col a:hover { color: var(--red); }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.footer__bottom, .footer__bottom a { font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.08em; color: var(--ink-faint); }
.footer__bottom a:hover { color: var(--ink); }

/* CTA-Footer (Beispiel-Design, verfeinert) */
.footer--cta { position: relative; overflow: hidden; isolation: isolate; border-top: 1px solid var(--line); padding-top: clamp(3.5rem, 8vw, 6.5rem); padding-bottom: clamp(1.8rem, 4vw, 2.8rem); }
.footer--cta::after { content: ""; position: absolute; z-index: -1; right: 0; bottom: 0; width: min(60%, 680px); height: min(85%, 460px); background: radial-gradient(120% 120% at 100% 100%, rgba(200, 0, 0,0.24), transparent 64%); pointer-events: none; }
.footer--cta .footer__panel { border: 0; background: transparent; padding: 0; margin: 0; overflow: visible; isolation: auto; }
.footer--cta .footer__panel::after { display: none; }
.footer__aside { display: flex; flex-direction: column; gap: 1.5rem; align-items: flex-start; }
.footer__aside .ftv__nav { margin-top: 0.2rem; }
.footer--cta .footer__bottom {
  margin-top: clamp(2.6rem, 6vw, 4rem); padding-top: clamp(1.4rem, 3vw, 1.8rem);
  border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center; gap: 0.6rem 2rem; flex-wrap: wrap;
}
.footer__totop { font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); display: inline-flex; align-items: center; gap: 0.5rem; transition: color var(--t); }
.footer__totop:hover { color: var(--red); }
.footer__totop .arr { transition: transform var(--t) var(--ease); }
.footer__totop:hover .arr { transform: translateY(-3px); }

/* Sticky-Footer: kurze Seiten (Impressum/Datenschutz) füllen die Höhe, kein Leerraum */
body { min-height: 100vh; display: flex; flex-direction: column; }
body > main { flex: 1 0 auto; }
.footer { flex-shrink: 0; }
/* Kompakter Footer auf Rechtstext-Seiten */
.footer--legal { padding-top: clamp(2rem, 4vw, 3rem); padding-bottom: clamp(1.6rem, 3vw, 2.2rem); }
.footer--legal .footer__bottom { margin-top: 0; padding-top: 0; border-top: none; }

/* ---------- Cookie ---------- */
.cookie { position: fixed; left: var(--gutter); bottom: var(--gutter); width: min(370px, calc(100vw - var(--gutter) * 2)); z-index: var(--z-cookie); background: rgba(17,17,16,0.94); backdrop-filter: blur(14px) saturate(140%); -webkit-backdrop-filter: blur(14px) saturate(140%); border: 1px solid var(--line); border-radius: 4px; padding: 1.4rem 1.5rem; box-shadow: 0 24px 60px -24px rgba(0,0,0,0.85); transform: translateY(180%); transition: transform var(--t-slow) var(--ease); }
@media (max-width: 560px) { .cookie { left: var(--gutter); right: var(--gutter); width: auto; } }
.cookie.is-on { transform: none; }
.cookie__text { font-size: 0.82rem; line-height: 1.6; color: var(--ink-soft); font-weight: 300; }
.cookie__lead { display: block; font-family: var(--f-mono); font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 0.55rem; }
.cookie__text a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.cookie__text a:hover { color: var(--red); }
.cookie__opts { display: none; flex-direction: column; margin: 1rem 0 0; }
.cookie.show-opts .cookie__opts { display: flex; }
.cookie__opt { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.7rem 0; border-top: 1px solid var(--line-soft); }
.cookie__opt b { font-size: 0.8rem; font-weight: 500; display: block; }
.cookie__opt span { font-size: 0.69rem; color: var(--ink-faint); font-weight: 300; }
.switch { position: relative; width: 38px; height: 20px; flex-shrink: 0; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch .track { position: absolute; inset: 0; background: rgba(236,232,224,0.18); border-radius: 999px; transition: background var(--t); cursor: pointer; }
.switch .track::before { content: ""; position: absolute; top: 2px; left: 2px; width: 16px; height: 16px; border-radius: 50%; background: #fff; transition: transform var(--t) var(--ease); }
.switch input:checked + .track { background: var(--red); }
.switch input:checked + .track::before { transform: translateX(18px); }
.switch input:disabled + .track { opacity: 0.45; cursor: not-allowed; }
.cookie__actions { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.1rem; }
.cookie__actions .btn { flex: 1; min-width: 120px; justify-content: center; padding: 0.8rem 1rem; font-size: 0.7rem; }
.cookie__actions .btn--text { flex: none; flex-basis: 100%; background: none; border: 0; color: var(--ink-faint); padding: 0.35rem; letter-spacing: 0.16em; }
.cookie__actions .btn--text::before { display: none; }
.cookie__actions .btn--text:hover { color: var(--red); }

/* ---------- Legal ---------- */
.legal { max-width: 880px; padding-top: calc(var(--nav-h) + clamp(2.5rem, 6vw, 5rem)); padding-bottom: 6rem; }
.legal h1 { font-weight: 700; font-size: clamp(2.4rem, 6vw, 4rem); margin-bottom: 1rem; }
.legal .lead { font-family: var(--f-mono); font-size: 0.78rem; letter-spacing: 0.08em; color: var(--ink-soft); margin-bottom: 3.5rem; }
.legal h2 { font-weight: 400; font-size: 1.5rem; margin: 3rem 0 1rem; }
.legal h3 { font-weight: 400; font-size: 1.15rem; margin: 1.8rem 0 0.6rem; }
.legal p, .legal li { color: var(--ink-soft); font-weight: 300; margin-bottom: 1rem; max-width: 70ch; }
.legal ul { list-style: none; padding-left: 0; }
.legal ul li { padding-left: 1.4rem; position: relative; }
.legal ul li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; background: var(--red); }
.legal a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.legal a:hover { color: var(--red); }
.legal__back { display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--f-mono); font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 3rem; }
.legal__back:hover { color: var(--red); }
.legal__back svg { width: 16px; height: 16px; }

/* ---------- 404 ---------- */
.e404 { min-height: 100svh; display: grid; place-items: center; text-align: center; position: relative; overflow: hidden; padding: var(--gutter); }
.e404__bg { position: absolute; inset: 0; z-index: -2; }
.e404__bg .media__img { filter: grayscale(1) contrast(1.1) brightness(0.35); }
.e404::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, var(--black), rgba(11,11,11,0.5)); }
.e404 .code { font-family: var(--f-display); font-weight: 800; font-size: clamp(6rem, 24vw, 16rem); line-height: 0.85; letter-spacing: -0.06em; }
.e404 .code em { color: var(--red); }
.e404 h1 { font-weight: 700; font-size: clamp(1.5rem, 4vw, 2.6rem); margin: 1.5rem 0 1rem; }
.e404 p { color: var(--ink-soft); font-weight: 300; margin: 0 auto 2.5rem; }

/* ---------- Reveal ---------- */
.js [data-reveal] { transition: opacity 1.05s var(--ease), transform 1.05s var(--ease), clip-path 1.15s var(--ease); will-change: opacity, transform; }
.js [data-reveal]:not(.is-visible) { opacity: 0; transform: translateY(32px); }
[data-delay="1"] { transition-delay: 0.09s; }
[data-delay="2"] { transition-delay: 0.18s; }
[data-delay="3"] { transition-delay: 0.27s; }
[data-delay="4"] { transition-delay: 0.36s; }

/* masked line reveal (headlines) */
.mask { display: block; overflow: hidden; }
.mask > span { display: block; transform: translateY(110%); transition: transform 1.1s var(--ease); }
.is-visible .mask > span, .mask.is-visible > span { transform: none; }
.hero h1 .line > span { opacity: 0; transform: translateY(46px); animation: rise 1s var(--ease) forwards; }
.hero h1 .line:nth-child(1) > span { animation-delay: 0.12s; }
.hero h1 .line:nth-child(2) > span { animation-delay: 0.26s; }
.hero h1 .line:nth-child(3) > span { animation-delay: 0.4s; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .head { grid-template-columns: 1fr; gap: clamp(0.9rem, 2.5vw, 1.4rem); }
  .head__aside { padding-bottom: 0; }
  .reviews { grid-template-columns: 1fr; } .reviews__score { position: static; }
  .scards { grid-template-columns: repeat(2, 1fr); }
  .scard, .scard--wide { grid-column: span 1; aspect-ratio: 4/5; }
  .scards .scard:first-child { grid-column: 1 / -1; aspect-ratio: 16/9; }
  .plans { grid-template-columns: 1fr; }
  .gitem--a { grid-column: span 12; aspect-ratio: 4/5; }
  .gitem--b, .gitem--c { grid-column: span 6; }
  .footer__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  /* Mobile-Header: stabiles Flex-Layout (Logo links, Burger rechts) */
  .nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
  .nav__inner > .brand { justify-self: auto; }
  .nav__inner > .nav__right { justify-self: auto; }
  .nav__links { display: none; }
  .burger { display: flex; flex-shrink: 0; }
  .hero__lede { grid-template-columns: 1fr; }
  .about, .contact { grid-template-columns: 1fr; } .contact__info { position: static; }
  /* flow → vertical, line runs top→down */
  .flow { grid-template-columns: 1fr; gap: 0; }
  .flow__line { top: 38px; bottom: 38px; left: 38px; right: auto; width: 2px; height: auto; }
  .flow__fill { top: 38px; left: 38px; width: 2px; height: 0; transition: height 0.25s linear; }
  .fstep { display: grid; grid-template-columns: 76px 1fr; gap: 0 1.5rem; text-align: left; padding-bottom: 2.6rem; }
  .fstep:last-child { padding-bottom: 0; }
  .fstep__dot { grid-row: 1 / span 2; margin: 0; }
  .fstep h3 { grid-column: 2; margin-top: 0.8rem; }
  .fstep p { grid-column: 2; margin: 0; max-width: none; }
}
@media (max-width: 560px) {
  .nav__cta { display: none; }
  .form__row { grid-template-columns: 1fr; }
  .scards { grid-template-columns: 1fr; }
  .scard, .scard--wide, .scards .scard:first-child { grid-column: 1 / -1; aspect-ratio: 16/11; }
  .founders { gap: 0.6rem; }
  .footer__top { grid-template-columns: 1fr; gap: 2rem; }
  .hero__fact + .hero__fact { padding-left: 1.5rem; }
  .hero__foot { gap: 1rem 1.5rem; }
}

/* ==========================================================================
   VARIANTEN-VERGLEICH (live in der Seite) — entfernen, sobald gewählt
   ========================================================================== */
.vtag { display: flex; align-items: baseline; gap: 1rem; margin: clamp(3rem,7vw,5rem) 0 2rem; padding-top: 2.2rem; border-top: 1px dashed var(--line); }
.vtag .n { font-family: var(--f-mono); font-size: 0.74rem; letter-spacing: 0.2em; color: var(--red); }
.vtag b { font-family: var(--f-display); font-weight: 700; font-size: clamp(1.1rem,2.4vw,1.5rem); letter-spacing: -0.025em; }
.vtag .h { margin-left: auto; font-family: var(--f-mono); font-size: 0.64rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-faint); text-align: right; }

/* directional reveals */
.js [data-reveal="left"]:not(.is-visible) { transform: translateX(-48px); }
.js [data-reveal="right"]:not(.is-visible) { transform: translateX(48px); }
.js [data-reveal="scale"]:not(.is-visible) { transform: scale(0.92); }
/* Rahmen & Bilder: dezentes Scale-In (wirkt wie „reingleitende" Kacheln) */
.js .lbA__c[data-reveal]:not(.is-visible), .js .gitem[data-reveal]:not(.is-visible), .js .founder[data-reveal]:not(.is-visible), .js .ba[data-reveal]:not(.is-visible) { transform: translateY(30px) scale(0.965); }
/* Galerie: gestaffeltes Einblenden der Kacheln */
.gitem[data-reveal]:nth-child(2) { transition-delay: 0.08s; }
.gitem[data-reveal]:nth-child(3) { transition-delay: 0.14s; }
.gitem[data-reveal]:nth-child(4) { transition-delay: 0.20s; }
.gitem[data-reveal]:nth-child(5) { transition-delay: 0.26s; }

/* shared bento grid (2 wide oben, 3 unten = volle Breite) */
.bento { display: grid; grid-template-columns: repeat(6,1fr); gap: clamp(0.8rem,1.6vw,1.1rem); }
.bento > *:nth-child(1), .bento > *:nth-child(2) { grid-column: span 3; }
.bento > *:nth-child(n+3) { grid-column: span 2; }
@media (max-width:860px){ .bento{ grid-template-columns:1fr 1fr; } .bento>*{ grid-column:auto!important; } .bento>*:nth-child(1){ grid-column:1/-1!important; } }
@media (max-width:520px){ .bento{ grid-template-columns:1fr; } .bento>*:nth-child(1){ grid-column:auto!important; } }

/* --- BENTO V1 · Foto-Gradient (Bild im Gradient) --- */
.lbA__c { position: relative; overflow: hidden; min-height: 270px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(1.4rem,2.4vw,2rem); border: 1px solid var(--line); isolation: isolate; }
.lbA__bg { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; filter: grayscale(1) contrast(1.05) brightness(0.55); transform: scale(1.04); transition: filter .7s var(--ease), transform .7s var(--ease); }
.lbA__c::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(11,11,11,0.25) 0%, rgba(11,11,11,0.82) 68%, rgba(140,0,0,0.45) 100%); transition: background .4s; }
.lbA__c:hover .lbA__bg { filter: grayscale(0) contrast(1.02) brightness(0.8); transform: scale(1.1); }
.lbA__ic { position: absolute; top: clamp(1.4rem,2.4vw,2rem); left: clamp(1.4rem,2.4vw,2rem); width: 50px; height: 50px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.3); background: rgba(11,11,11,0.3); backdrop-filter: blur(4px); display: grid; place-items: center; transition: background .3s, border-color .3s; }
.lbA__ic svg { width: 24px; height: 24px; color: #fff; }
.lbA__c:hover .lbA__ic { background: var(--red); border-color: var(--red); }
.lbA__c h3 { font-family: var(--f-display); font-weight: 700; font-size: clamp(1.3rem,2vw,1.7rem); letter-spacing: -0.02em; color: #fff; }
.lbA__c p { color: rgba(236,232,224,0.82); font-weight: 300; font-size: 0.92rem; margin-top: 0.4rem; }

/* --- BENTO V2 · Glas mit Kennziffer --- */
.lbB__c { position: relative; overflow: hidden; min-height: 250px; display: flex; flex-direction: column; padding: clamp(1.5rem,2.5vw,2.2rem); border: 1px solid var(--line); background: rgba(255,255,255,0.03); transition: border-color .3s, background .3s, transform .3s var(--ease); }
.lbB__c:hover { border-color: var(--red); background: rgba(255,255,255,0.05); transform: translateY(-4px); }
.lbB__num { position: absolute; top: -0.4rem; right: 0.6rem; font-family: var(--f-display); font-weight: 800; font-size: 6rem; line-height: 1; color: rgba(255,255,255,0.05); transition: color .3s; }
.lbB__c:hover .lbB__num { color: rgba(200, 0, 0,0.18); }
.lbB__c::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.lbB__c:hover::before { transform: scaleX(1); }
.lbB__ic { width: 50px; height: 50px; border: 1px solid var(--line); border-radius: 12px; display: grid; place-items: center; margin-bottom: auto; transition: background .3s, border-color .3s; }
.lbB__ic svg { width: 24px; height: 24px; color: var(--red); }
.lbB__c:hover .lbB__ic { background: var(--red); border-color: var(--red); }
.lbB__c:hover .lbB__ic svg { color: #fff; }
.lbB__c h3 { font-family: var(--f-display); font-weight: 700; font-size: 1.35rem; letter-spacing: -0.02em; margin: 1.4rem 0 0.4rem; }
.lbB__c p { color: var(--ink-soft); font-weight: 300; font-size: 0.9rem; }

/* --- BENTO V3 · Outline → Fill --- */
.lbC__c { position: relative; overflow: hidden; min-height: 250px; display: flex; flex-direction: column; padding: clamp(1.5rem,2.5vw,2.2rem); border: 1px solid var(--line); transition: color .35s var(--ease); isolation: isolate; }
.lbC__c::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--red); transform: translateY(101%); transition: transform .45s var(--ease); }
.lbC__c:hover::before { transform: translateY(0); }
.lbC__c:hover { border-color: var(--red); color: #fff; }
.lbC__ic { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; margin-bottom: auto; opacity: 0.9; }
.lbC__ic svg { width: 26px; height: 26px; }
.lbC__c h3 { font-family: var(--f-display); font-weight: 700; font-size: 1.5rem; letter-spacing: -0.02em; margin: 1.4rem 0 0.4rem; }
.lbC__c p { color: var(--ink-soft); font-weight: 300; font-size: 0.9rem; transition: color .35s; }
.lbC__c:hover p { color: rgba(255,255,255,0.85); }

/* --- BENTO V4 · Foto-Split --- */
.lb4 .card { display: grid; grid-template-columns: 42% 1fr; min-height: 210px; border: 1px solid var(--line); overflow: hidden; background: var(--near); transition: border-color .3s, transform .3s var(--ease); }
.lb4 .card:hover { border-color: var(--red); transform: translateY(-4px); }
.lb4 .img { background-size: cover; background-position: center; filter: grayscale(1) contrast(1.05) brightness(.8); transition: filter .5s var(--ease), transform .5s var(--ease); }
.lb4 .card:hover .img { filter: grayscale(0) brightness(1); transform: scale(1.05); }
.lb4 .body { padding: clamp(1.3rem,2.2vw,1.8rem); display: flex; flex-direction: column; }
.lb4 .ic { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; margin-bottom: auto; transition: background .3s,border-color .3s; }
.lb4 .ic svg { width: 22px; height: 22px; color: var(--red); }
.lb4 .card:hover .ic { background: var(--red); border-color: var(--red); }
.lb4 .card:hover .ic svg { color: #fff; }
.lb4 h3 { font-family: var(--f-display); font-weight: 700; font-size: 1.25rem; letter-spacing: -.02em; margin: 1.2rem 0 .4rem; }
.lb4 p { color: var(--ink-soft); font-weight: 300; font-size: .88rem; }
@media (max-width:520px){ .lb4 .card{ grid-template-columns:1fr; } .lb4 .img{ min-height:140px; } }

/* --- BENTO V5 · Hover-Reveal-Image --- */
.lb5 .card { position: relative; overflow: hidden; min-height: 240px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; border: 1px solid var(--line); padding: 2rem; isolation: isolate; transition: border-color .3s; }
.lb5 .card:hover { border-color: var(--red); }
.lb5 .bg { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; filter: grayscale(1) brightness(.45); opacity: 0; transform: scale(1.12); transition: opacity .5s, transform .7s var(--ease); }
.lb5 .card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(11,11,11,.5); opacity: 0; transition: opacity .5s; }
.lb5 .card:hover .bg { opacity: 1; transform: scale(1); }
.lb5 .card:hover::after { opacity: 1; }
.lb5 .ic { width: 56px; height: 56px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; transition: background .3s,border-color .3s; }
.lb5 .ic svg { width: 26px; height: 26px; color: var(--red); transition: color .3s; }
.lb5 .card:hover .ic { background: var(--red); border-color: var(--red); }
.lb5 .card:hover .ic svg { color: #fff; }
.lb5 h3 { font-family: var(--f-display); font-weight: 700; font-size: 1.3rem; margin: 1.2rem 0 .4rem; transition: color .3s; }
.lb5 .card:hover h3 { color: #fff; }
.lb5 p { color: var(--ink-soft); font-weight: 300; font-size: .88rem; max-height: 0; opacity: 0; overflow: hidden; transition: max-height .4s var(--ease), opacity .4s; }
.lb5 .card:hover p { max-height: 7em; opacity: 1; color: rgba(236,232,224,.85); }

/* ==== ABLAUF · ZICKZACK (shared) ==== */
.zz { position: relative; padding: 1rem 0; }
.zz__line { position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: var(--line); transform: translateX(-50%); }
.zz__fill { position: absolute; left: 50%; top: 0; width: 2px; height: 0; background: var(--red); transform: translateX(-50%); transition: height .25s linear; z-index: 1; }
.zz__step { position: relative; width: 50%; padding: 1.5rem 3.2rem; box-sizing: border-box; z-index: 2; }
.zz__step:nth-of-type(odd) { left: 0; text-align: right; }
.zz__step:nth-of-type(even) { left: 50%; }
.zz__step h3 { font-weight: 700; font-size: 1.3rem; margin-bottom: 0.4rem; }
.zz__step p { color: var(--ink-soft); font-weight: 300; font-size: 0.94rem; }
@media (max-width:720px){
  .zz__line,.zz__fill{ left: 26px; }
  .zz__step, .zz__step:nth-of-type(even){ width:100%; left:0; text-align:left!important; padding:1.2rem 0 1.2rem 4.5rem; }
  .zz__step:nth-of-type(odd){ text-align:left; }
}
/* Zickzack V1 · Foto-Knoten */
.zzA .zz__node { position: absolute; top: 1.4rem; width: 60px; height: 60px; border-radius: 50%; overflow: hidden; border: 2px solid var(--near); background-size: cover; background-position: center; filter: grayscale(1) brightness(0.7); z-index: 3; transition: filter .3s, border-color .3s, transform .3s var(--ease); }
.zzA .zz__step:nth-of-type(odd) .zz__node { right: -30px; }
.zzA .zz__step:nth-of-type(even) .zz__node { left: -30px; }
.zzA .zz__step.lit .zz__node { filter: grayscale(0) brightness(1); border-color: var(--red); transform: scale(1.08); }
@media (max-width:720px){ .zzA .zz__step:nth-of-type(odd) .zz__node, .zzA .zz__step:nth-of-type(even) .zz__node { left:-4px; right:auto; } }
/* Zickzack V2 · Karten an der Linie */
.zzB .zz__step { padding: 1rem 3.2rem; }
.zzB .zz__card { border: 1px solid var(--line); background: var(--near); padding: 1.6rem; position: relative; transition: border-color .3s, transform .3s var(--ease); }
.zzB .zz__step.lit .zz__card { border-color: var(--red); }
.zzB .zz__num { position: absolute; top: 1.2rem; width: 44px; height: 44px; border-radius: 50%; background: var(--near); border: 1px solid var(--line); display: grid; place-items: center; font-family: var(--f-display); font-weight: 800; color: var(--ink-faint); z-index: 3; transition: background .3s, color .3s, border-color .3s; }
.zzB .zz__step:nth-of-type(odd) .zz__num { right: -22px; }
.zzB .zz__step:nth-of-type(even) .zz__num { left: -22px; }
.zzB .zz__step.lit .zz__num { background: var(--red); color: #fff; border-color: var(--red); }
@media (max-width:720px){ .zzB .zz__step:nth-of-type(odd) .zz__num, .zzB .zz__step:nth-of-type(even) .zz__num { left:4px; right:auto; } }
/* Zickzack V3 · Minimal-Linie, große Ziffern */
.zzC .zz__step { padding-block: 2rem; }
.zzC .zz__no { font-family: var(--f-display); font-weight: 800; font-size: 3rem; line-height: 1; color: transparent; -webkit-text-stroke: 1.5px var(--ink-faint); transition: color .3s, -webkit-text-stroke-color .3s; display: block; margin-bottom: 0.6rem; }
.zzC .zz__step.lit .zz__no { color: var(--red); -webkit-text-stroke-color: var(--red); }
.zzC .zz__dot { position: absolute; top: 2.4rem; width: 12px; height: 12px; border-radius: 50%; background: var(--near); border: 2px solid var(--line); z-index: 3; transition: background .3s, border-color .3s, transform .3s; }
.zzC .zz__step:nth-of-type(odd) .zz__dot { right: -7px; }
.zzC .zz__step:nth-of-type(even) .zz__dot { left: -7px; }
.zzC .zz__step.lit .zz__dot { background: var(--red); border-color: var(--red); transform: scale(1.3); }
@media (max-width:720px){ .zzC .zz__step:nth-of-type(odd) .zz__dot, .zzC .zz__step:nth-of-type(even) .zz__dot { left:20px; right:auto; } }
/* Zickzack V4 · Foto-Karten */
.zz4 .zz__num { position: absolute; top: 1.2rem; width: 44px; height: 44px; border-radius: 50%; background: var(--near); border: 1px solid var(--line); display: grid; place-items: center; font-family: var(--f-display); font-weight: 800; color: var(--ink-faint); z-index: 3; transition: background .3s,color .3s,border-color .3s; }
.zz4 .zz__step:nth-of-type(odd) .zz__num { right: -22px; }
.zz4 .zz__step:nth-of-type(even) .zz__num { left: -22px; }
.zz4 .zz__step.lit .zz__num { background: var(--red); color: #fff; border-color: var(--red); }
.zz4 .zz__card { border: 1px solid var(--line); background: var(--near); overflow: hidden; transition: border-color .3s, transform .3s var(--ease); }
.zz4 .zz__step.lit .zz__card { border-color: var(--red); }
.zz4 .zz__img { height: 130px; background-size: cover; background-position: center; filter: grayscale(1) brightness(.75); transition: filter .5s; }
.zz4 .zz__step.lit .zz__img { filter: grayscale(0) brightness(1); }
.zz4 .zz__txt { padding: 1.3rem; }
.zz4 .zz__txt h3 { margin-bottom: .3rem; }
@media (max-width:720px){ .zz4 .zz__step:nth-of-type(odd) .zz__num, .zz4 .zz__step:nth-of-type(even) .zz__num { left:4px; right:auto; } }
/* Zickzack V5 · Spine-Ziffern */
.zz5 .zz__step { padding-block: 1.4rem; }
.zz5 .zz__big { position: absolute; top: 1.1rem; width: 66px; height: 66px; border-radius: 50%; background: var(--black); border: 1px solid var(--line); display: grid; place-items: center; font-family: var(--f-display); font-weight: 800; font-size: 1.6rem; color: var(--ink-faint); z-index: 3; transition: background .3s var(--ease),color .3s,border-color .3s,transform .3s var(--ease); }
.zz5 .zz__step:nth-of-type(odd) .zz__big { right: -33px; }
.zz5 .zz__step:nth-of-type(even) .zz__big { left: -33px; }
.zz5 .zz__step.lit .zz__big { background: var(--red); color: #fff; border-color: var(--red); transform: scale(1.06); }
@media (max-width:720px){ .zz5 .zz__step:nth-of-type(odd) .zz__big, .zz5 .zz__step:nth-of-type(even) .zz__big { left:-7px; right:auto; } .zz5 .zz__step{ padding-left:5rem; } }

/* ==== PAKETE & PREISE ==== */
/* Pakete V1 · Inverted-Grid */
.pkA { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pkA__c { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: clamp(1.8rem,3vw,2.6rem); display: flex; flex-direction: column; transition: background .3s; }
.pkA__c:hover { background: var(--char); }
.pkA__c--f { background: var(--red); }
.pkA__c--f .pkA__name, .pkA__c--f .pkA__price b, .pkA__c--f li { color: #fff; }
.pkA__c--f .pkA__price span, .pkA__c--f .pkA__desc { color: rgba(255,255,255,0.8); }
.pkA__c--f li svg { color: #fff; }
.pkA__tag { font-family: var(--f-mono); font-size: 0.64rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); min-height: 1em; margin-bottom: 1.2rem; }
.pkA__c--f .pkA__tag { color: #fff; }
.pkA__name { font-family: var(--f-display); font-weight: 700; font-size: 1.6rem; }
.pkA__desc { color: var(--ink-soft); font-size: 0.88rem; font-weight: 300; margin-top: 0.4rem; min-height: 2.6em; }
.pkA__price { display: flex; align-items: baseline; gap: 0.4rem; margin: 1.6rem 0; }
.pkA__price .ab { font-family: var(--f-mono); font-size: 0.85rem; color: var(--ink-soft); }
.pkA__price b { font-family: var(--f-display); font-weight: 800; font-size: 3rem; letter-spacing: -0.03em; line-height: 1; }
.pkA__price span { font-family: var(--f-mono); font-size: 0.72rem; color: var(--ink-soft); }
.pkA ul { display: flex; flex-direction: column; gap: 0.8rem; margin: 0.5rem 0 2rem; flex: 1; }
.pkA li { display: flex; gap: 0.7rem; font-size: 0.92rem; align-items: baseline; }
.pkA li svg { width: 14px; height: 14px; color: var(--red); flex-shrink: 0; transform: translateY(2px); }
@media (max-width:860px){ .pkA{ grid-template-columns:1fr; } }
/* Pakete V2 · Vergleichstabelle */
.pkB { width: 100%; border-collapse: collapse; }
.pkB th, .pkB td { padding: 1.1rem 1rem; text-align: center; border-bottom: 1px solid var(--line); }
.pkB thead th { vertical-align: bottom; }
.pkB .feat { text-align: left; font-weight: 400; color: var(--ink-soft); font-size: 0.94rem; }
.pkB .pname { font-family: var(--f-display); font-weight: 700; font-size: 1.2rem; }
.pkB .pprice { font-family: var(--f-display); font-weight: 800; font-size: 1.9rem; letter-spacing: -0.03em; }
.pkB .pprice small { font-family: var(--f-mono); font-weight: 400; font-size: 0.6rem; color: var(--ink-soft); display:block; letter-spacing:0.05em; }
.pkB col.colF, .pkB th.colF, .pkB td.colF { background: rgba(200, 0, 0,0.07); }
.pkB .yes { color: var(--red); } .pkB .no { color: var(--ink-faint); text-align: center; }
.pkB .yes svg { width: 17px; height: 17px; margin: 0 auto; }
.pkB tfoot td { border-bottom: none; padding-top: 1.5rem; }
.pkB .badge { font-family: var(--f-mono); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--red-ink); }
@media (max-width:760px){ .pkB{ font-size:0.82rem; } .pkB th,.pkB td{ padding:0.7rem 0.4rem; } .pkB .pprice{ font-size:1.3rem; } .pkB .pname{ font-size:0.95rem; } }

/* Pakete: Karten auf Mobile (statt Tabelle) */
.pkcards { display: none; }
.pkcard { position: relative; border: 1px solid var(--line); background: #0c0c0c; padding: 1.6rem 1.5rem; }
.pkcard--feat { border-color: rgba(200, 0, 0,0.55); background: linear-gradient(180deg, rgba(200, 0, 0,0.09), #0c0c0c 42%); }
.pkcard__badge { display: inline-block; font-family: var(--f-mono); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--red-ink); margin-bottom: 0.6rem; }
.pkcard__name { font-family: var(--f-display); font-weight: 700; font-size: 1.5rem; letter-spacing: -0.02em; }
.pkcard__price { font-family: var(--f-display); font-weight: 800; font-size: 2rem; letter-spacing: -0.03em; margin: 0.3rem 0 1.1rem; }
.pkcard__price small { display: inline-block; margin-left: 0.4rem; font-family: var(--f-mono); font-weight: 400; font-size: 0.6rem; color: var(--ink-soft); letter-spacing: 0.05em; }
.pkcard__list { list-style: none; display: flex; flex-direction: column; gap: 0.65rem; margin: 0 0 1.5rem; }
.pkcard__list li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.92rem; color: var(--ink-soft); line-height: 1.35; }
.pkcard__list svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--red); margin-top: 0.15rem; }
.pkcard__btn { width: 100%; justify-content: center; }
@media (max-width: 760px) {
  .pkB-wrap { display: none; }
  .pkcards { display: grid; gap: 1rem; }
}
/* Pakete V3 · Stacked Editorial Rows */
.pkC { border-top: 1px solid var(--line); }
.pkC__row { display: grid; grid-template-columns: minmax(0,3fr) minmax(0,5fr) auto; gap: clamp(1.5rem,4vw,3rem); align-items: center; padding: clamp(1.8rem,4vw,2.8rem) 0; border-bottom: 1px solid var(--line); position: relative; transition: padding-left .3s var(--ease); }
.pkC__row:hover { padding-left: 1rem; }
.pkC__row--f::before { content: "★ Beliebt"; position: absolute; top: 1.4rem; left: 0; font-family: var(--f-mono); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--red); }
.pkC__name { font-family: var(--f-display); font-weight: 700; font-size: clamp(1.5rem,3vw,2.2rem); letter-spacing: -0.03em; }
.pkC__price { font-family: var(--f-mono); font-size: 0.8rem; color: var(--ink-soft); margin-top: 0.4rem; }
.pkC__price b { font-family: var(--f-display); font-weight: 800; font-size: 1.8rem; color: var(--ink); letter-spacing: -0.02em; }
.pkC__feats { display: flex; flex-wrap: wrap; gap: 0.5rem 0.6rem; }
.pkC__feats span { font-family: var(--f-mono); font-size: 0.68rem; letter-spacing: 0.04em; color: var(--ink-soft); border: 1px solid var(--line); padding: 0.4rem 0.7rem; border-radius: 999px; }
@media (max-width:860px){ .pkC__row{ grid-template-columns:1fr; gap:1rem; } .pkC__row--f::before{ position:static; display:block; margin-bottom:0.5rem; } }
/* Pakete V4 · Spotlight */
.pk4 { display: grid; grid-template-columns: 1fr 1.12fr 1fr; gap: 1rem; align-items: stretch; }
.pk4 .c { border: 1px solid var(--line); padding: clamp(1.6rem,2.6vw,2.4rem); display: flex; flex-direction: column; background: var(--near); transition: transform .3s var(--ease), border-color .3s; }
.pk4 .c:hover { border-color: var(--red); }
.pk4 .c--f { background: var(--red); border-color: var(--red); box-shadow: 0 30px 70px -30px rgba(200, 0, 0,.6); position: relative; z-index: 1; }
.pk4 .c--f .tag, .pk4 .c--f .nm, .pk4 .c--f .pr, .pk4 .c--f .pr small, .pk4 .c--f .fl li { color: #fff; }
.pk4 .c--f .fl li::before { color: #fff; }
.pk4 .tag { font-family: var(--f-mono); font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: var(--red); min-height: 1em; margin-bottom: 1rem; }
.pk4 .nm { font-family: var(--f-display); font-weight: 700; font-size: 1.5rem; }
.pk4 .pr { font-family: var(--f-display); font-weight: 800; font-size: 2.6rem; letter-spacing: -.03em; margin: 1.2rem 0; }
.pk4 .pr small { font-family: var(--f-mono); font-weight: 400; font-size: .6rem; color: var(--ink-soft); display: block; }
.pk4 .fl { list-style: none; padding: 0; margin: 0 0 1.8rem; flex: 1; display: flex; flex-direction: column; gap: .6rem; }
.pk4 .fl li { font-size: .9rem; } .pk4 .fl li::before { content: "✓"; color: var(--red); margin-right: .5rem; font-weight: 700; }
@media (max-width:860px){ .pk4{ grid-template-columns:1fr; } .pk4 .c--f{ transform:none; } }
/* Pakete V5 · Minimal Slim Cards */
.pk5 { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.pk5 .c { border: 1px solid var(--line); padding: clamp(1.6rem,2.4vw,2rem); text-align: center; display: flex; flex-direction: column; align-items: center; transition: background .3s, border-color .3s, transform .3s var(--ease); }
.pk5 .c:hover { border-color: var(--red); transform: translateY(-4px); }
.pk5 .nm { font-family: var(--f-mono); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-soft); }
.pk5 .pr { font-family: var(--f-display); font-weight: 800; font-size: 2.8rem; letter-spacing: -.03em; margin: .8rem 0 .2rem; }
.pk5 .meta { font-family: var(--f-mono); font-size: .62rem; color: var(--ink-faint); margin-bottom: 1.4rem; }
.pk5 .fl { list-style: none; padding: 0; margin: 0 0 1.8rem; display: flex; flex-direction: column; gap: .5rem; }
.pk5 .fl li { font-size: .86rem; color: var(--ink-soft); font-weight: 300; }
.pk5 .c .btn { margin-top: auto; }
@media (max-width:760px){ .pk5{ grid-template-columns:1fr; } }

/* ===== Lead-/Untertext-Stile (Live-Auswahl) ===== */
.ltrow { padding: 1.7rem 0; border-bottom: 1px solid var(--line); }
.ltrow .index { display: block; margin-bottom: 0.8rem; }
.lt-std p { color: var(--ink-soft); font-weight: 300; font-size: 1.05rem; line-height: 1.7; max-width: 50ch; }
.lt-lead p { color: var(--ink); font-weight: 300; font-size: clamp(1.3rem,2.4vw,1.8rem); line-height: 1.4; letter-spacing: -0.02em; max-width: 26ch; }
.lt-bar { display: flex; gap: 1.4rem; } .lt-bar::before { content: ""; width: 3px; flex: 0 0 auto; background: var(--red); } .lt-bar p { color: var(--ink-soft); font-weight: 300; font-size: 1.08rem; line-height: 1.65; max-width: 46ch; }
.lt-hl p { color: var(--ink-soft); font-weight: 300; font-size: 1.12rem; line-height: 1.6; max-width: 48ch; } .lt-hl b { color: var(--ink); font-weight: 600; } .lt-hl em { color: var(--red); font-style: normal; font-weight: 500; }
.lt-eyebrow .k { font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); display: inline-flex; align-items: center; gap: 0.7rem; margin-bottom: 1rem; } .lt-eyebrow .k::before { content: ""; width: 28px; height: 1px; background: var(--red); } .lt-eyebrow p { color: var(--ink-soft); font-weight: 300; font-size: 1.05rem; line-height: 1.7; max-width: 48ch; }
.lt-display p { font-family: var(--f-display); font-weight: 300; font-size: clamp(1.4rem,3vw,2.3rem); line-height: 1.2; letter-spacing: -0.02em; color: var(--ink); max-width: 24ch; }
.lt-cols p { color: var(--ink-soft); font-weight: 300; font-size: 1rem; line-height: 1.7; columns: 2; column-gap: 2.5rem; max-width: 62ch; }
.lt-drop p { color: var(--ink-soft); font-weight: 300; font-size: 1.06rem; line-height: 1.7; max-width: 48ch; } .lt-drop p::first-letter { font-family: var(--f-display); font-weight: 800; font-size: 3.4rem; line-height: 0.9; float: left; margin: 0.15rem 0.6rem 0 0; color: var(--red); }
.lt-center { text-align: center; } .lt-center p { color: var(--ink-soft); font-weight: 300; font-size: 1.1rem; line-height: 1.6; max-width: 44ch; margin: 0 auto; padding: 1.3rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lt-mono p { font-family: var(--f-mono); font-weight: 400; font-size: 0.84rem; letter-spacing: 0.02em; line-height: 1.75; color: var(--ink-soft); max-width: 56ch; }
.lt-firstbold p { color: var(--ink-faint); font-weight: 300; font-size: 1.08rem; line-height: 1.65; max-width: 48ch; } .lt-firstbold b { color: var(--ink); font-weight: 500; }
.lt-marker { display: flex; gap: 0.9rem; } .lt-marker .m { color: var(--red); font-family: var(--f-mono); flex: 0 0 auto; } .lt-marker p { color: var(--ink-soft); font-weight: 300; font-size: 1.06rem; line-height: 1.65; max-width: 46ch; }
.lt-quote { position: relative; padding-top: 1.6rem; } .lt-quote::before { content: "\201E"; position: absolute; top: -0.6rem; left: -0.4rem; font-family: var(--f-display); font-weight: 800; font-size: 4rem; color: var(--red); opacity: 0.55; line-height: 1; } .lt-quote p { font-family: var(--f-display); font-weight: 300; font-size: clamp(1.2rem,2.2vw,1.6rem); line-height: 1.35; color: var(--ink); max-width: 30ch; }
.lt-boxed { border: 1px solid var(--line); padding: 1.6rem 1.8rem; position: relative; max-width: 56ch; } .lt-boxed .k { position: absolute; top: -0.6rem; left: 1.4rem; background: var(--near); padding: 0 0.5rem; font-family: var(--f-mono); font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red); } .lt-boxed p { color: var(--ink-soft); font-weight: 300; font-size: 1.02rem; line-height: 1.65; }
.lt-spaced p { color: var(--ink-soft); font-weight: 300; font-size: 1.04rem; line-height: 2; letter-spacing: 0.04em; max-width: 50ch; }

/* ---------- Finalisierung: Politur der gewählten Varianten ---------- */
/* Bento Foto-Gradient als Link: Lift + Pfeil */
.lbA__c { text-decoration: none; transition: transform .45s var(--ease), border-color .45s; }
.lbA__c:hover { transform: translateY(-5px); border-color: rgba(200, 0, 0,0.55); }
.lbA__c h3 { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.lbA__c h3 .arr { color: var(--red); opacity: 0; transform: translateX(-8px); transition: opacity .3s, transform .3s var(--ease); }
.lbA__c:hover h3 .arr { opacity: 1; transform: none; }
/* Vergleichstabelle: erste Spalte auf Mobile fixiert + erzwungener Scroll für sauberes Lesen */
@media (max-width: 620px) {
  .pkB { min-width: 520px; }
  .pkB .feat { position: sticky; left: 0; background: var(--black); z-index: 2; }
  .pkB thead .feat { z-index: 3; }
}

/* ===== Hero-Designs (simpel) — In-Context-Auswahl ===== */
.hv { position: relative; min-height: 80svh; display: flex; overflow: hidden; isolation: isolate; border: 1px solid var(--line); margin-bottom: 1.4rem; }
.hv .media__img { filter: grayscale(1) contrast(1.08) brightness(0.5); }
.hv__veil { position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(8,8,8,0.9), rgba(8,8,8,0.35) 60%, rgba(8,8,8,0.55)); }
.hv__in { position: relative; z-index: 1; width: 100%; max-width: var(--maxw); margin: auto; padding: clamp(2.5rem,6vw,5rem) var(--gutter); display: flex; flex-direction: column; justify-content: center; }
.hv .label { margin-bottom: 1.2rem; }
.hv .hvh { font-family: var(--f-display); font-weight: 800; text-transform: uppercase; line-height: 0.95; letter-spacing: -0.04em; font-size: clamp(2rem,6.2vw,4.6rem); margin: 0 0 1.3rem; max-width: 16ch; }
.hv .hvh em { color: var(--red); font-style: normal; }
.hv p { color: var(--ink-soft); font-weight: 300; max-width: 50ch; font-size: clamp(1rem,1.4vw,1.15rem); }
.hv__actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.9rem; }
@media (max-width: 560px) {
  .hv__actions { flex-direction: column; align-items: stretch; gap: 0.8rem; width: 100%; max-width: 340px; margin-left: auto; margin-right: auto; }
  .hv__actions .btn { width: 100%; justify-content: center; }
}
/* V1 zentriert */
.hv--center .hv__in { align-items: center; text-align: center; }
.hv--center p { margin-inline: auto; }
.hv--center .hvh { max-width: 18ch; }
/* V2 links clean — default */
/* V3 split */
.hv--split .hv__in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
.hv--split .hvimg { aspect-ratio: 4/5; align-self: stretch; min-height: 320px; }
.hv--split .hvimg .media__img { filter: grayscale(1) contrast(1.05) brightness(0.85); }
.hv--split .hv__veil { background: linear-gradient(90deg, rgba(8,8,8,0.55), transparent 40%); }
@media (max-width: 760px) { .hv--split .hv__in { grid-template-columns: 1fr; } .hv--split .hvimg { display: none; } }
/* V4 Typo-only (kein Bild) */
.hv--typo { background: var(--near); }
.hv--typo .hvh { font-size: clamp(2.6rem,9vw,6.5rem); max-width: 14ch; }
.hv--typo .hvline { height: 1px; background: var(--line); margin: 2rem 0; }
/* V5 Vollbild-Statement (Text unten) */
.hv--full .hv__in { justify-content: flex-end; }
.hv--full .hv__veil { background: linear-gradient(0deg, rgba(8,8,8,0.92) 5%, rgba(8,8,8,0.15) 55%); }
/* finaler Hero (volle Höhe) */
.hv--hero { min-height: 100svh; border: 0; margin: 0; }
.hv__scroll { font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-soft); }
.hv__scroll:hover { color: var(--red); }

/* ===== In-Context Section-Varianten ===== */
/* Über Uns */
.abv-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4rem); align-items: center; }
.abv-split .media { aspect-ratio: 4/3; }
.abv-split h3 { font-weight: 700; font-size: clamp(1.6rem,3vw,2.4rem); letter-spacing: -0.03em; margin-bottom: 1rem; }
.abv-split p { color: var(--ink-soft); font-weight: 300; }
@media (max-width: 860px) { .abv-split { grid-template-columns: 1fr; } }
.abv-center { text-align: center; max-width: 780px; margin: 0 auto; }
.abv-center .q { font-family: var(--f-display); font-weight: 600; font-size: clamp(1.6rem,3.4vw,2.6rem); line-height: 1.2; letter-spacing: -0.03em; }
.abv-center .q em { color: var(--red); }
.abv-stats { display: flex; justify-content: center; gap: clamp(1.5rem,5vw,4rem); margin-top: 2.2rem; flex-wrap: wrap; }
.abv-stats b { font-family: var(--f-display); font-weight: 800; font-size: 2rem; display: block; }
.abv-stats span { font-family: var(--f-mono); font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-faint); }
.abv-thumbs { display: flex; gap: 1rem; justify-content: center; margin-top: 2.5rem; }
.abv-thumbs .media { width: 92px; height: 112px; }

/* Stimmen */
.rvv-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
@media (max-width: 860px) { .rvv-grid { grid-template-columns: 1fr; } }
.rvcard { border: 1px solid var(--line-paper); background: #fff; padding: 1.8rem; box-shadow: 0 18px 40px -26px rgba(0,0,0,0.25); transition: transform .3s var(--ease), box-shadow .3s; }
.rvcard:hover { transform: translateY(-5px); box-shadow: 0 26px 55px -28px rgba(0,0,0,0.35); }
.rvcard .stars { display: inline-flex; gap: 2px; margin-bottom: 0.8rem; } .rvcard .stars svg { width: 16px; height: 16px; color: #f5a623; }
.rvcard p { color: var(--on-paper); font-size: 0.98rem; }
.rvcard .who { display: flex; align-items: center; justify-content: space-between; margin-top: 1.3rem; font-family: var(--f-mono); font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--on-paper-soft); }
.rvcard .who b { color: var(--on-paper); }
.rvcard .who svg { width: 16px; height: 16px; }
.rvmarq { overflow: hidden; }
.rvmarq__t { display: flex; gap: 1.2rem; width: max-content; animation: marq 48s linear infinite; }
.rvmarq:hover .rvmarq__t { animation-play-state: paused; }
.rvchip { border: 1px solid var(--line-paper); background: #fff; padding: 1.5rem; width: 340px; flex: 0 0 auto; }
.rvchip p { color: var(--on-paper); font-size: 0.95rem; }
.rvchip .who { margin-top: 1rem; font-family: var(--f-mono); font-size: 0.66rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--on-paper-soft); }

/* Galerie */
.glv-mosaic { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 175px; gap: 0.8rem; }
.glv-mosaic .gi { overflow: hidden; cursor: pointer; position: relative; }
.glv-mosaic .gi--big { grid-column: span 2; grid-row: span 2; }
.glv-mosaic .gi--tall { grid-row: span 2; }
@media (max-width: 760px) { .glv-mosaic { grid-template-columns: repeat(2,1fr); grid-auto-rows: 140px; } .glv-mosaic .gi--big { grid-column: span 2; } }
.glv-scroll { display: flex; gap: 1rem; overflow-x: auto; padding-bottom: 1rem; scroll-snap-type: x mandatory; }
.glv-scroll .gi { flex: 0 0 clamp(260px,70vw,440px); aspect-ratio: 4/3; scroll-snap-align: start; overflow: hidden; position: relative; cursor: pointer; }

/* Kontakt */
.kov-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; margin-bottom: 2.5rem; }
@media (max-width: 760px) { .kov-cards { grid-template-columns: 1fr 1fr; } }
.kocard { border: 1px solid var(--line); padding: 1.4rem; transition: border-color .3s, transform .3s var(--ease); }
.kocard:hover { border-color: var(--red); transform: translateY(-3px); }
.kocard .label { display: block; margin-bottom: 0.5rem; } .kocard a, .kocard span { font-family: var(--f-display); font-size: 1.05rem; }
.kocard a:hover { color: var(--red); }
.kov-center { max-width: 680px; margin: 0 auto; }

/* Header-Previews oben (in Kontext) */
.hdrzone { padding: clamp(1.5rem,4vw,2.5rem) 0 0; }

/* ===== Footer-Maximierung + Wortmarke ===== */
.footer__wordmark { font-family: var(--f-display); font-weight: 800; font-size: clamp(2.4rem, 13vw, 11rem); line-height: 0.8; letter-spacing: -0.045em; color: transparent; -webkit-text-stroke: 1px rgba(236,232,224,0.16); margin-bottom: clamp(2.5rem,6vw,4rem); }
.footer__wordmark .r { color: var(--red); -webkit-text-stroke-color: var(--red); }

/* ===== Footer CTA-Band ===== */
.footer__cta { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; flex-wrap: wrap; padding-bottom: clamp(2.2rem,5vw,3.2rem); margin-bottom: clamp(2.2rem,5vw,3.2rem); border-bottom: 1px solid var(--line); }
.footer__cta h2 { font-family: var(--f-display); font-weight: 800; text-transform: uppercase; font-size: clamp(1.9rem,5vw,3.4rem); letter-spacing: -0.04em; line-height: 1; margin: 0.9rem 0 0; max-width: 16ch; }
.footer__cta p { color: var(--ink-soft); font-weight: 300; margin-top: 0.9rem; max-width: 42ch; }

/* ===== Social-Icons — 3 Stile ===== */
.soc { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.soc a { position: relative; overflow: hidden; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; transition: border-color .3s, transform .3s var(--ease); }
.soc a svg { position: relative; z-index: 1; width: 19px; height: 19px; color: #fff; transition: color .3s, transform .3s var(--ease); }
.soc a::before { content: ""; position: absolute; inset: 0; background: var(--red); transform: translateY(101%); transition: transform .35s var(--ease); }
.soc a:hover { border-color: var(--red); transform: translateY(-3px); }
.soc a:hover::before { transform: translateY(0); }
.soc--b a { border-radius: 50%; }
.soc--b a:hover svg { transform: rotate(-12deg) scale(1.1); }
.soc--c a { border: 0; border-radius: 0; width: 42px; height: 42px; }
.soc--c a::before { display: none; }
.soc--c a svg { width: 24px; height: 24px; color: var(--ink-soft); }
.soc--c a:hover { transform: translateY(-4px); }
.soc--c a:hover svg { color: var(--red); }

/* ===== Design-Test-Zone (Header- & Footer-Designs) ===== */
.dtest { background: var(--black); border-top: 1px solid var(--line); padding-block: clamp(3rem,7vw,5rem); }
.dtest .group-title { font-family: var(--f-mono); font-size: 0.8rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--red); display: block; margin-top: clamp(2.5rem,6vw,4rem); }
.dtest .group-title:first-child { margin-top: 0; }

/* Header-Previews */
.hprev { border: 1px solid var(--line); background: var(--near); margin-bottom: 1.2rem; }
.hprev__util { display: flex; justify-content: space-between; gap: 1rem; padding: 0.55rem 1.4rem; border-bottom: 1px solid var(--line); font-family: var(--f-mono); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-faint); flex-wrap: wrap; }
.hprev__util .red { color: var(--red); }
.hprev__bar { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1rem 1.4rem; }
.hprev .brand__mark { width: 38px; height: 38px; }
.hprev .brand__name b { font-size: 1.02rem; }
.hprev nav { display: flex; gap: 0.2rem; flex-wrap: wrap; }
.hprev nav a { font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); padding: 0.45rem 0.7rem; }
.hprev nav a:hover { color: var(--ink); }
.hprev__cta { font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; background: var(--red); color: #fff; padding: 0.7rem 1.1rem; white-space: nowrap; }
.hprev--center .hprev__bar { display: grid; grid-template-columns: 1fr auto 1fr; }
.hprev--center nav { justify-content: center; }
.hprev--center .hprev__cta { justify-self: end; }
.hprev--pill nav { background: rgba(255,255,255,0.04); border: 1px solid var(--line); border-radius: 999px; padding: 0.25rem; }
@media (max-width: 760px) { .hprev nav { display: none; } .hprev--center .hprev__bar { grid-template-columns: 1fr auto; } }

/* Footer-Varianten */
.ftv { border: 1px solid var(--line); background: #0c0c0c; padding: clamp(2rem,5vw,3.5rem); margin-bottom: 1.4rem; }
.ftv--min { text-align: center; }
.ftv--min .soc { justify-content: center; }
.ftv--min .ftv__nav { justify-content: center; }
.ftv--cta { position: relative; overflow: hidden; isolation: isolate; }
.ftv--cta::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(85% 130% at 100% 100%, rgba(200, 0, 0,0.2), transparent 58%); }
.ftv__cta-h { font-family: var(--f-display); font-weight: 800; font-size: clamp(2rem,5.5vw,3.6rem); letter-spacing: -0.035em; color: #fff; text-transform: uppercase; max-width: 16ch; line-height: 0.98; }
.ftv__contact { font-family: var(--f-mono); font-size: 0.76rem; color: var(--ink-soft); line-height: 1.9; }
.ftv__contact a { color: var(--ink); } .ftv__contact a:hover { color: var(--red); }
.ftv__split { display: grid; grid-template-columns: 1.2fr 1fr; gap: 2.5rem; align-items: center; }
.ftv__nav { display: flex; flex-wrap: wrap; gap: 1rem 1.6rem; }
.ftv__nav a { font-family: var(--f-mono); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); }
.ftv__nav a:hover { color: var(--red); }
.ftv p { color: var(--ink-soft); font-weight: 300; }
@media (max-width: 760px) { .ftv__split { grid-template-columns: 1fr; } }

/* ===== Stimmen-Slider (alle Bewertungen + ←/→) ===== */
.rvhead { display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; flex-wrap: wrap; }
.rvhead b { font-family: var(--f-display); font-weight: 800; font-size: 2.6rem; color: var(--on-paper); letter-spacing: -0.03em; line-height: 1; }
.rvhead .st { color: #f5a623; font-size: 1.05rem; letter-spacing: 2px; }
.rvhead span { font-family: var(--f-mono); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--on-paper-soft); }
.rvhead__logo { display: inline-flex; align-items: center; gap: 0.5rem; }
.rvhead__logo svg { width: 22px; height: 22px; }
.rvhead__logo b { font-family: var(--f-display); font-weight: 700; font-size: 1.15rem; letter-spacing: -0.01em; }
.rvhead__div { width: 1px; height: 26px; background: var(--line-paper); }
.rvcard .who span { display: inline-flex; align-items: center; gap: 0.4rem; }
.rvcard .who span::before { content: ""; width: 13px; height: 13px; flex-shrink: 0; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234285F4' d='M23.49 12.27c0-.79-.07-1.54-.19-2.27H12v4.51h6.47a5.4 5.4 0 0 1-2.39 3.58v3h3.86c2.26-2.09 3.55-5.17 3.55-8.82z'/%3E%3Cpath fill='%2334A853' d='M12 24c3.24 0 5.95-1.08 7.93-2.91l-3.86-3c-1.08.72-2.45 1.16-4.07 1.16-3.13 0-5.78-2.11-6.73-4.96H1.29v3.09A11.99 11.99 0 0 0 12 24z'/%3E%3Cpath fill='%23FBBC05' d='M5.27 14.29c-.25-.72-.38-1.49-.38-2.29s.14-1.57.38-2.29V6.62H1.29A11.99 11.99 0 0 0 0 12c0 1.94.46 3.77 1.29 5.38l3.98-3.09z'/%3E%3Cpath fill='%23EA4335' d='M12 4.75c1.77 0 3.35.61 4.6 1.8l3.42-3.42C17.95 1.19 15.24 0 12 0 7.31 0 3.26 2.69 1.29 6.62l3.98 3.09C6.22 6.86 8.87 4.75 12 4.75z'/%3E%3C/svg%3E") center/contain no-repeat; }
.rvslider { position: relative; overflow-x: clip; }
.rvslider__track { display: flex; gap: 1.2rem; overflow-x: auto; scroll-snap-type: x proximity; scroll-behavior: smooth; padding: 16px 2px 44px; scrollbar-width: none; cursor: grab; -webkit-overflow-scrolling: touch; }
.rvslider__track::-webkit-scrollbar { display: none; }
.rvslider__track.is-dragging { cursor: grabbing; scroll-snap-type: none; scroll-behavior: auto; user-select: none; }
.rvslider__track.is-dragging .rvcard { pointer-events: none; }
.rvslider__track > .rvcard { flex: 0 0 clamp(280px, 82vw, 380px); scroll-snap-align: start; }
.rvslider__nav { display: flex; gap: 0.6rem; justify-content: flex-end; margin-top: 1.4rem; }
.rvslider__btn { width: 50px; height: 50px; border: 1px solid var(--line-paper); display: grid; place-items: center; color: var(--on-paper); transition: background .3s, color .3s, border-color .3s; }
.rvslider__btn:hover { background: var(--red); border-color: var(--red); color: #fff; }
.rvslider__btn:disabled { opacity: 0.3; pointer-events: none; cursor: default; }
.rvslider__btn:disabled:hover { background: transparent; border-color: var(--line-paper); color: var(--on-paper); }
.rvslider__btn svg { width: 20px; height: 20px; }
.rvcard .stars { color: #f5a623; font-size: 0.95rem; letter-spacing: 3px; line-height: 1; margin-bottom: 0.9rem; }
.rvcard .who span { font-family: var(--f-mono); font-size: 0.64rem; letter-spacing: 0.06em; color: var(--on-paper-soft); }

/* ===== Nav: Aktiv-Effekt = ausgewähltes Viereck ===== */
.nav__links a .dot { display: none; }
.nav__links a { position: relative; border-radius: 3px; transition: color var(--t), background var(--t), box-shadow var(--t); }
.nav__links a:hover { color: var(--ink); background: rgba(236,232,224,0.06); }
.nav__links a.is-active { color: var(--red-ink); background: rgba(200, 0, 0,0.10); box-shadow: inset 0 0 0 1px rgba(200, 0, 0,0.45); }
.nav.is-stuck { height: 62px; background: rgba(11,11,11,0.85); backdrop-filter: saturate(150%) blur(16px); -webkit-backdrop-filter: saturate(150%) blur(16px); box-shadow: 0 12px 30px -22px rgba(0,0,0,0.9); }
.brand__name small { transition: opacity var(--t), max-height var(--t); }
.nav.is-stuck .brand__name small { opacity: 0; max-height: 0; overflow: hidden; }
.brand__mark { transition: transform var(--t) var(--ease); }
.nav.is-stuck .brand__mark { transform: scale(0.92); }
/* CTA verkleinert sich beim Scrollen → passt perfekt */
.nav__cta { transition: padding var(--t) var(--ease), font-size var(--t); }
.nav__cta-x { white-space: nowrap; }
.nav.is-stuck .nav__cta { padding: 0.7rem 1.1rem; font-size: 0.72rem; }
.nav.is-stuck .nav__cta-x { display: none; }

/* ===== Politur der finalen V01-Sections ===== */
.founder { transition: transform .45s var(--ease); }
.founder:hover { transform: translateY(-5px); }
.field input:focus, .field textarea:focus, .field select:focus { box-shadow: 0 1px 0 0 var(--red); }
.ba__grip { transition: transform .3s var(--ease); }
.ba:hover .ba__grip { transform: translate(-50%,-50%) scale(1.08); }

/* ===== Einheitlicher, kantiger Border-Style (wie Header-Aktiv) ===== */
:root { --rframe: rgba(200, 0, 0,0.5); }
/* Leistungen-Karten */
.lbA__c { border-radius: 3px; transition: border-color .35s var(--ease); }
.lbA__c:hover { border-color: var(--rframe); }
/* Über Uns – Teambilder */
.founder { border: 1px solid var(--line); border-radius: 3px; transition: transform .45s var(--ease), border-color .35s var(--ease); }
.founder:hover { border-color: var(--rframe); }
/* Galerie – Bilder + Vorher/Nachher */
.gitem, .ba { border: 1px solid var(--line); border-radius: 3px; }
.gitem { transition: border-color .35s var(--ease); }
.gitem:hover { border-color: var(--rframe); }
/* Kontakt – Map */
.map { border-radius: 3px; transition: border-color .35s var(--ease); }
.map:hover { border-color: var(--rframe); }
/* Stimmen – Bewertungskarten */
.rvcard { border-radius: 3px; transition: transform .3s var(--ease), box-shadow .3s, border-color .3s var(--ease); }
.rvcard:hover { border-color: var(--rframe); }
/* Pakete – Mobile-Karten + rotes Viereck um die beliebte Tabellenspalte */
.pkcard { border-radius: 3px; }
.pkB td.colF, .pkB th.colF { box-shadow: inset 1px 0 0 var(--rframe), inset -1px 0 0 var(--rframe); }
.pkB thead tr:first-child th.colF { box-shadow: inset 1px 0 0 var(--rframe), inset -1px 0 0 var(--rframe), inset 0 1px 0 var(--rframe); }
.pkB tfoot td.colF { box-shadow: inset 1px 0 0 var(--rframe), inset -1px 0 0 var(--rframe), inset 0 -1px 0 var(--rframe); }

/* ============================================================
   PREMIUM-VEREDELUNG — Tiefe · Motion · Mikrodetails
   ============================================================ */
/* Film-Grain: feine, taktile Textur (Luxus-Haptik) */
.grain { position: fixed; inset: 0; z-index: 45; pointer-events: none; opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 140px 140px; mix-blend-mode: overlay; }

/* Buttons: dezenter Lift + weicher roter Glow am primären CTA */
.btn { transition: color var(--t) var(--ease), border-color var(--t) var(--ease), transform .45s var(--ease), box-shadow .45s var(--ease); }
.btn:not(.btn--outline) { box-shadow: 0 16px 36px -22px rgba(200,0,0,0.6); }
.btn:hover { transform: translateY(-2px); }
.btn:not(.btn--outline):hover { box-shadow: 0 22px 48px -22px rgba(200,0,0,0); }
.btn:active { transform: translateY(0); }
/* Tabellen-Buttons liegen im horizontalen Scroll-Wrap → dort kein Glow (würde clippen) */
.pkB .btn { box-shadow: none; }

/* Karten: weiche Tiefe + nobler Hover-Lift */
.lbA__c, .gitem, .founder, .ba, .map, .pkcard { box-shadow: 0 24px 54px -36px rgba(0,0,0,0.82); }
.js .lbA__c, .js .gitem, .js .founder { transition: opacity 1s var(--ease), transform .6s var(--ease), box-shadow .55s var(--ease), border-color .4s var(--ease); }
.lbA__c:hover { transform: translateY(-6px); box-shadow: 0 48px 92px -42px rgba(0,0,0,0.92); }
.gitem:hover { transform: translateY(-5px); box-shadow: 0 42px 82px -40px rgba(0,0,0,0.88); }
.rvcard { transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .35s var(--ease); }
.rvcard:hover { box-shadow: 0 36px 72px -30px rgba(0,0,0,0.42); }
.map { transition: border-color .4s var(--ease), box-shadow .5s var(--ease); }

/* Premium-Tastaturfokus */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, .tab:focus-visible {
  outline: 2px solid var(--red-ink); outline-offset: 3px; border-radius: 2px;
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  [data-reveal] { opacity: 1 !important; transform: none !important; }
  .mask > span, .hero h1 .line > span { transform: none !important; }
  .seal__ring { animation: none !important; }
  .ticker__track { animation: none !important; }
}

/* ---------- Absende-Spinner (Kontaktformular) ---------- */
.btn.is-loading { pointer-events: none; opacity: 0.92; gap: 0.7em; }
.btn.is-loading .arr { display: none; }
.btn__spin {
  width: 1.05em; height: 1.05em; flex: 0 0 auto;
  border: 2px solid currentColor; border-top-color: transparent;
  border-radius: 50%; display: inline-block;
  animation: btnspin 0.6s linear infinite;
}
@keyframes btnspin { to { transform: rotate(360deg); } }
