/* =========================================================================
   Beastlabel Entertainment — token-driven theme
   Animation upgrade: Emil Kowalski curves, stagger, tactile press,
   surface textures, gold radials, parallax, shimmer.
   ========================================================================= */

/* ---------- Tier 1: primitives ---------- */
:root {
  --ink-950: #000000;
  --ink-900: #050505;
  --ink-850: #0a0a0a;
  --ink-800: #111111;
  --ink-750: #161616;
  --ink-700: #2a2a35;

  --paper-50:  #f5f2ea;
  --paper-200: #d9d5c9;
  --paper-400: #a8a496;
  --paper-500: #8b8779;

  --gold-200: #e6cf94;
  --gold-300: #ddc078;
  --gold-400: #cca455;
  --gold-500: #b8923d;
  --gold-600: #997328;
  --gold-700: #6e5319;

  --red-500: #d6584f;

  --font-display: "Oswald", "Arial Narrow", system-ui, sans-serif;
  --font-hero: "Bebas Neue", "Oswald", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --fs-eyebrow: 0.75rem;
  --fs-body-sm: 0.875rem;
  --fs-body: 1rem;
  --fs-lead: 1.125rem;
  --fs-h3: 1.375rem;
  --fs-h2: clamp(1.75rem, 3.5vw, 2.75rem);
  --fs-display: clamp(3.25rem, 8.5vw, 7.5rem);
  --fs-stat: clamp(1.75rem, 4vw, 2.75rem);

  --sp-1: 0.25rem;
  --sp-2: 0.5rem;
  --sp-3: 0.75rem;
  --sp-4: 1rem;
  --sp-5: 1.5rem;
  --sp-6: 2rem;
  --sp-7: 3rem;
  --sp-8: 4rem;
  --sp-9: 6rem;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 14px;
  --radius-pill: 999px;

  --shadow-card: 0 10px 30px -12px rgba(0, 0, 0, 0.7);
  --shadow-lift: 0 18px 48px -16px rgba(0, 0, 0, 0.85);

  --page-gutter: 140px;
  --nav-h: 76px;
  --header-background: var(--ink-950);
  /* Safe-Area-Tokens: nur diese beiden verwenden, nie env() direkt in calc().
     Links/rechts werden dort, wo sie relevant sind, per max() gegen den
     regulären Abstand gesetzt. */
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);

  /* Emil Kowalski custom easings */
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-snap: cubic-bezier(0.2, 0.7, 0.3, 1);

  --dur-fast: 160ms;
  --dur-normal: 220ms;
  --dur-enter: 500ms;
  --dur-reveal: 700ms;

  --transition: var(--dur-normal) var(--ease-out);

  /* ---------- Tier 2: semantic ---------- */
  --color-bg: var(--ink-950);
  --color-surface: var(--ink-850);
  --color-surface-2: var(--ink-800);
  --color-surface-raised: var(--ink-750);
  --color-border: rgba(184, 146, 61, 0.16);
  --color-border-strong: rgba(184, 146, 61, 0.42);
  --color-hairline: rgba(245, 242, 234, 0.08);

  --color-text: var(--paper-50);
  --color-text-secondary: var(--paper-200);
  --color-text-muted: var(--paper-400);

  --color-accent: var(--gold-500);
  --color-accent-hover: var(--gold-400);
  --color-accent-strong: var(--gold-300);
  --color-on-accent: #14100a;

  --gradient-gold: linear-gradient(103deg, var(--gold-300) 0%, var(--gold-500) 46%, var(--gold-600) 100%);
  /* Vertical metallic gradients for hero title, stats & primary button */
  --gradient-gold-v: linear-gradient(180deg, #ead28e 0%, #ddc078 26%, #b8923d 60%, #806020 100%);
  --gradient-silver-v: linear-gradient(180deg, #ffffff 0%, #f2efe6 50%, #c7c1b2 100%);
  /* Diagonal highlight gradients for hero title contour */
  --gradient-gold-shine: linear-gradient(125deg, #fff8e6 0%, #f2d88a 22%, #ffffff 44%, #c9a84a 66%, #705018 100%);
  --gradient-silver-shine: linear-gradient(125deg, #ffffff 0%, #ddd8cc 24%, #ffffff 46%, #a8a296 68%, #706a60 100%);
  /* Header hairline that fades toward both outer edges */
  --hairline-fade: linear-gradient(90deg, transparent 0%, rgba(184,146,61,0.08) 6%, rgba(204,164,85,0.85) 50%, rgba(184,146,61,0.08) 94%, transparent 100%);
  --underline-fade: linear-gradient(90deg, transparent 0%, rgba(204,164,85,0.15) 18%, rgba(221,192,120,1) 50%, rgba(204,164,85,0.15) 82%, transparent 100%);
  --gradient-fade-bottom: linear-gradient(180deg, transparent 0%, var(--color-bg) 100%);
  --gradient-fade-left: linear-gradient(90deg, var(--color-bg) 8%, rgba(0, 0, 0, 0.35) 55%, transparent 100%);
  --gradient-hero-bottom: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.45) 0%,
    transparent 22%,
    transparent 46%,
    rgba(0, 0, 0, 0.32) 70%,
    rgba(0, 0, 0, 0.86) 86%,
    var(--color-bg) 100%
  );

  /* Glass surface (matches service cards) */
  --glass-border: rgba(255, 255, 255, 0.14);
  --glass-bg: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0.03) 38%,
    rgba(255, 255, 255, 0.015) 100%
  );
  --glass-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(0, 0, 0, 0.15),
    0 16px 48px rgba(0, 0, 0, 0.32);
  --glass-blur: blur(22px) saturate(160%);
  --glass-shadow-btn:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(0, 0, 0, 0.12),
    0 4px 16px rgba(0, 0, 0, 0.22);
  --btn-glass-bg: rgba(0, 0, 0, 0.28);
  --btn-glass-border: rgba(204, 164, 85, 0.42);
  --btn-glass-blur: blur(18px);

  /* ---------- Tier 3: component ---------- */
  --btn-primary-bg: var(--gradient-gold);
  --btn-primary-fg: var(--color-on-accent);
  --btn-ghost-fg: var(--color-text);
  --btn-ghost-border: var(--color-border-strong);
  --btn-height: 48px;

  --card-bg: var(--color-surface);
  --card-border: var(--color-hairline);
  --card-pad: var(--sp-5);

  --nav-bg: rgba(0, 0, 0, 0.72);
  --nav-border: var(--color-hairline);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  background-color: var(--header-background);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.001ms !important;
  }
}

body {
  margin: 0;
  background-color: var(--header-background);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* Surface noise texture (CSS-only grain) */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.032;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 200px;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }

:focus-visible {
  outline: 2px solid var(--gold-300);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

/* ---------- layout primitives ---------- */
.container {
  width: 100%;
  margin-inline: auto;
  /* Im Querformat ragt die Notch seitlich in den Viewport — der Gutter wächst
     dann auf das jeweilige Inset an, bleibt sonst unverändert. */
  padding-left: max(var(--page-gutter), env(safe-area-inset-left, 0px));
  padding-right: max(var(--page-gutter), env(safe-area-inset-right, 0px));
}

.section {
  position: relative;
  background: var(--color-bg);
  padding-block: clamp(3rem, 6vw, 4.5rem);
}
.section--tight { padding-block: clamp(3rem, 6vw, 4.5rem); }

/* Section glow disabled — keep backgrounds pure black */
.section::before { display: none; }

.section-head {
  text-align: center;
  margin-bottom: clamp(1.75rem, 3vw, 2.25rem);
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: var(--fs-eyebrow);
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin: 0 0 var(--sp-3);
}

.section-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-h2);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.05;
}

.section-title--gold {
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.divider {
  width: 64px;
  height: 2px;
  margin: var(--sp-4) auto 0;
  background: var(--gradient-gold);
  border-radius: var(--radius-pill);
  position: relative;
  overflow: hidden;
}
/* Animated gold shimmer across dividers */
.divider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.6) 50%, transparent 100%);
  transform: translateX(-100%);
  animation: shimmer 3s var(--ease-in-out) infinite;
}

@keyframes shimmer {
  0%, 100% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
}

.text-muted { color: var(--color-text-muted); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  min-height: var(--btn-height);
  padding: 0 var(--sp-5);
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: var(--fs-body-sm);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform var(--dur-fast) var(--ease-out),
    box-shadow var(--transition),
    background var(--transition),
    border-color var(--transition),
    color var(--transition),
    backdrop-filter var(--transition);
  white-space: nowrap;
}
/* Emil: buttons must feel responsive with scale on press */
.btn:active { transform: scale(0.97); }

@media (hover: hover) and (pointer: fine) {
  .btn:hover { transform: translateY(-2px); }
  .btn:hover:active { transform: scale(0.97); }
}

.btn--primary {
  background: var(--gradient-gold-v);
  color: var(--btn-primary-fg);
  border-color: rgba(122, 95, 32, 0.85);
  box-shadow: 0 8px 22px -10px rgba(184, 146, 61, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}
@media (hover: hover) and (pointer: fine) {
  .btn--primary:hover { box-shadow: 0 12px 30px -8px rgba(184, 146, 61, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.45); }
}

/* Blurry glass — outline & ghost buttons with gold border */
.btn--outline,
.btn--ghost {
  background: var(--btn-glass-bg);
  border-color: var(--btn-glass-border);
  backdrop-filter: var(--btn-glass-blur);
  -webkit-backdrop-filter: var(--btn-glass-blur);
}

.btn--outline {
  color: var(--color-accent-strong);
}
@media (hover: hover) and (pointer: fine) {
  .btn--outline:hover {
    color: var(--gold-200);
    border-color: rgba(221, 192, 120, 0.62);
    background: rgba(0, 0, 0, 0.36);
  }
}

.btn--ghost {
  color: var(--btn-ghost-fg);
}
@media (hover: hover) and (pointer: fine) {
  .btn--ghost:hover {
    color: var(--color-accent-strong);
    border-color: rgba(221, 192, 120, 0.58);
    background: rgba(0, 0, 0, 0.34);
  }
}

.btn--sm { min-height: 40px; padding: 0 var(--sp-4); font-size: 0.8rem; }
.btn--block { width: 100%; }
.btn .icon { width: 18px; height: 18px; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-family: var(--font-hero);
  font-weight: 400;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-accent-strong);
  cursor: pointer;
  transition: gap var(--transition), color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
  .link-arrow:hover { gap: var(--sp-3); color: var(--color-accent-strong); }
}
.link-arrow .icon { width: 16px; height: 16px; }

/* ---------- icons ---------- */
.icon { display: inline-block; vertical-align: middle; stroke: currentColor; fill: none; }

.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--glass-border);
  color: var(--gold-300);
  margin-bottom: var(--sp-4);
}
.icon-badge .icon { width: 26px; height: 26px; }

/* ============================ NAV ============================ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  box-sizing: border-box;
  /* Der Header reicht bis an die Gerätekante; nur sein Inhalt (.nav__inner)
     wird durch das Safe-Area-Padding aus der Notch/Dynamic Island geschoben. */
  padding-top: var(--safe-top);
  height: calc(var(--nav-h) + var(--safe-top));
  display: flex;
  align-items: center;
  background-color: transparent;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  transition:
    background-color 420ms var(--ease-out),
    backdrop-filter 420ms var(--ease-out),
    -webkit-backdrop-filter 420ms var(--ease-out),
    box-shadow 420ms var(--ease-out);
}

/* Full-width hairline: brightest center, fades to transparent at both edges */
.nav::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: var(--hairline-fade);
  opacity: 0;
  transform: scaleX(0.55);
  transform-origin: center;
  transition:
    opacity 380ms var(--ease-out),
    transform 520ms var(--ease-out);
  pointer-events: none;
}
.nav.is-scrolled {
  background-color: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 10px 40px -14px rgba(0, 0, 0, 0.75);
}
.nav.is-scrolled::after {
  opacity: 1;
  transform: scaleX(1);
}
/* Mobile menu open: always show bar even at top */
.nav:has(.nav__links.is-open) {
  background-color: rgba(0, 0, 0, 0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.nav:has(.nav__links.is-open)::after {
  opacity: 1;
  transform: scaleX(1);
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-5);
  width: 100%;
  height: var(--nav-h);
  min-height: var(--nav-h);
  box-sizing: border-box;
}
.nav__brand {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: var(--sp-3);
}
.nav__brand img {
  display: block;
  height: 40px;
  width: auto;
  max-width: none;
  object-fit: contain;
}
.nav__inner > nav {
  flex: 1 1 auto;
  min-width: 0;
}
.nav__links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: var(--sp-6);
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__links li {
  flex: 0 0 auto;
}
.nav__links a {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(0.62rem, 0.55rem + 0.22vw, 0.82rem);
  letter-spacing: clamp(0.1em, 0.08em + 0.08vw, 0.16em);
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--color-text-secondary);
  padding-block: var(--sp-2);
  position: relative;
  transition: color var(--transition);
}
.nav__links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100% + 12px);
  height: 1px;
  background: var(--underline-fade);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 280ms var(--ease-out);
}
.nav__links a[aria-current="page"] { color: var(--color-text); }
.nav__links a[aria-current="page"]::after { transform: translateX(-50%) scaleX(1); }

@media (hover: hover) and (pointer: fine) {
  .nav__links a:hover { color: var(--color-text); }
  .nav__links a:hover::after { transform: translateX(-50%) scaleX(1); }
}

.nav__inner > .btn,
.nav__toggle {
  flex-shrink: 0;
}

.nav__toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  color: var(--color-text);
  width: 44px; height: 44px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.nav__toggle .icon { width: 24px; height: 24px; }

/* ============================ HERO ============================ */
.hero {
  position: relative;
  /* svh = kleinster Viewport (Safari mit ausgeklappter Leiste), vh als Fallback. */
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: calc(var(--nav-h) + var(--safe-top));
  overflow: hidden;
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__media picture {
  display: block;
  position: absolute;
  inset: 0;
}
.hero__picture--mobile,
.hero__img--mobile {
  display: none;
}
.hero__media img,
.hero__media .hero__img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 72% top;
  transform-origin: 72% top;
}
.hero__media .hero__img--desktop {
  animation: kenBurns 26s ease-in-out infinite alternate;
  will-change: transform, object-position;
}

@keyframes kenBurns {
  0% {
    transform: scale(1);
    object-position: 72% top;
  }
  100% {
    transform: scale(1.1);
    object-position: 64% 10%;
  }
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 52%,
    rgba(0, 0, 0, 0.35) 78%,
    var(--color-bg) 100%
  );
}

.hero .container { position: relative; z-index: 1; }
.hero__content {
  max-width: min(780px, 54vw);
  padding-block: var(--sp-8);
}

/* Hero entrance: staggered fade + clip reveal */
.hero__title,
.hero__sub,
.hero__actions,
.hero__stats {
  opacity: 0;
  transform: translateY(18px);
  animation: heroIn var(--dur-reveal) var(--ease-out) forwards;
}
.hero__title    { animation-delay: 200ms; }
.hero__sub      { animation-delay: 350ms; }
.hero__actions  { animation-delay: 500ms; }
.hero__stats    { animation-delay: 650ms; }

@keyframes heroIn {
  to { opacity: 1; transform: translateY(0); }
}

.hero__eyebrow {
  display: block;
  font-family: var(--font-body);
  font-size: var(--fs-eyebrow);
  font-weight: 600;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--color-accent);
  opacity: 0.72;
  margin-bottom: var(--sp-4);
}
.hero__title {
  --title-ch: 11;
  font-family: var(--font-hero);
  font-weight: 400;
  font-size: var(--fs-display);
  line-height: 0.88;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 var(--sp-5);
  max-width: calc(var(--title-ch) * 1ch);
  text-wrap: balance;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.6));
}
.hero__title .line-white,
.hero__title .gold {
  display: inline;
}
.hero__title .hero__title-line {
  display: inline;
}
.hero__title .hero__title-line + .hero__title-line::before {
  content: " ";
}
.hero__title .line-white,
.hero__title .gold {
  -webkit-text-stroke: 0.85px transparent;
  paint-order: stroke fill;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.hero__title .line-white {
  background-image: var(--gradient-silver-v), var(--gradient-silver-shine);
  background-origin: padding-box, border-box;
}
.hero__title .gold {
  background-image: var(--gradient-gold-v), var(--gradient-gold-shine);
  background-origin: padding-box, border-box;
}
.hero__sub {
  font-size: var(--fs-lead);
  color: var(--color-text-secondary);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  max-width: 36em;
  margin: 0 0 var(--sp-6);
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-4);
  margin-bottom: var(--sp-8);
}
.hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(2rem, 5vw, 4.5rem);
  margin: 0;
  padding: 0;
  max-width: min(780px, 54vw);
}
.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 0;
}
.stat__num {
  font-family: var(--font-hero);
  font-weight: 400;
  font-size: var(--fs-stat);
  line-height: 1;
  margin: 0;
  background: var(--gradient-gold-v);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stat__label {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin: var(--sp-2) 0 0;
  text-align: center;
  max-width: 14ch;
}

/* ============================ FUHRPARK TEASER ============================ */
.fleet-strip {
  position: relative;
  z-index: 2;
  border-block: 1px solid rgba(204, 164, 85, 0.16);
  background:
    linear-gradient(90deg, rgba(204, 164, 85, 0.04), rgba(204, 164, 85, 0.1), rgba(204, 164, 85, 0.04)),
    rgba(7, 7, 8, 0.88);
}

.fleet-strip--assets {
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.fleet-strip--assets .fleet-strip__inner {
  padding-inline: clamp(1rem, 2vw, 1.5rem);
}

.fleet-strip__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 3rem);
  min-height: 78px;
  color: inherit;
  text-decoration: none;
}

.fleet-strip__eyebrow {
  color: var(--gold-300);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
}

.fleet-strip__inner strong {
  overflow: hidden;
  color: rgba(245, 242, 234, 0.72);
  font-family: var(--font-display);
  font-size: clamp(0.78rem, 1.1vw, 0.95rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.fleet-strip__link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(245, 242, 234, 0.86);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.fleet-strip__link .icon {
  width: 1rem;
  height: 1rem;
  transition: transform 0.25s ease;
}

.fleet-strip__inner:hover .fleet-strip__link {
  color: var(--gold-300);
}

.fleet-strip__inner:hover .fleet-strip__link .icon {
  transform: translateX(3px);
}

@media (max-width: 820px) {
  .fleet-strip__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.35rem 1rem;
    min-height: 88px;
    padding-block: 1rem;
  }

  .fleet-strip__eyebrow {
    grid-column: 1 / -1;
  }

  .fleet-strip__inner strong {
    font-size: 0.72rem;
  }

  .fleet-strip__link {
    font-size: 0;
  }

  .fleet-strip__link .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
}

/* ============================ LEISTUNGEN ============================ */
.section--services {
  background: var(--color-bg);
  padding-block: clamp(3rem, 6vw, 4.5rem);
  margin-top: -1px;
}
.section--services::before { display: none; }

.services-head {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: clamp(1.75rem, 3vw, 2.25rem);
}

.services-head__line {
  flex: 1;
  height: 1px;
  min-width: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(184, 146, 61, 0.05) 20%,
    rgba(204, 164, 85, 0.82) 100%
  );
}
.services-head__line--right {
  background: linear-gradient(
    270deg,
    transparent 0%,
    rgba(184, 146, 61, 0.05) 20%,
    rgba(204, 164, 85, 0.82) 100%
  );
}

.services-head__title {
  flex: none;
  margin: 0;
  padding-inline: 1.75rem;
  font-family: var(--font-hero);
  font-weight: 400;
  font-size: clamp(1.05rem, 1.55vw, 1.32rem);
  letter-spacing: 0.34em;
  text-transform: uppercase;
  white-space: nowrap;
  background: var(--gradient-gold-v);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.services-head__center {
  flex: none;
  padding-inline: 1.75rem;
  text-align: center;
  max-width: min(100%, 42rem);
}

.services-head__center .services-head__title {
  padding-inline: 0;
  white-space: normal;
  line-height: 1.2;
}

.services-head__eyebrow {
  margin: 0 0 0.55rem;
  font-family: var(--font-body);
  font-size: var(--fs-eyebrow);
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(204, 164, 85, 0.72);
}

.services-head--featured .services-head__title {
  font-size: clamp(1.15rem, 2.1vw, 1.65rem);
  letter-spacing: 0.22em;
  color: var(--paper-50);
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
}

.services-head__accent {
  background: var(--gradient-gold-v);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  min-height: 260px;
  padding: 2.5rem 0.85rem 2.4rem;
  border-radius: 12px;
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  box-shadow: var(--glass-shadow);
  isolation: isolate;
  overflow: hidden;
  transition:
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.5s ease,
    border-color 0.4s ease;
}

.service-card--bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--card-bg);
  background-size: cover;
  background-position: center;
  z-index: -2;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.service-card--bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 8, 10, 0.5) 0%,
    rgba(8, 8, 10, 0.84) 100%
  );
  z-index: -1;
  transition: background 0.5s ease, opacity 0.5s ease;
}

.service-card--bg:hover {
  transform: translateY(-10px);
  border-color: rgba(204, 164, 85, 0.48);
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(204, 164, 85, 0.22),
    0 0 36px rgba(184, 146, 61, 0.24);
}

.service-card--bg:hover::before {
  transform: scale(1.12);
}

.service-card--bg:hover::after {
  background: linear-gradient(
    125deg,
    rgba(8, 8, 10, 0.62) 0%,
    rgba(204, 164, 85, 0.16) 46%,
    rgba(8, 8, 10, 0.5) 100%
  );
}

.service-card--bg {
  border-color: rgba(204, 164, 85, 0.18);
}

.service-card--imagefilme { --card-bg: url("assets/Brand_Visuals.png"); }
.service-card--event-recaps { --card-bg: url("assets/Event_recaps.png"); }
.service-card--teaser-reels { --card-bg: url("assets/Teaser_Reels.png"); }
.service-card--brand-visuals { --card-bg: url("assets/Brand_Visuals.png"); }
.service-card--asset-access { --card-bg: url("assets/Asset_access.png"); }

/* Minimal AI-Act transparency label (Art. 50) */
.ai-label {
  position: absolute;
  z-index: 4;
  right: 0.5rem;
  bottom: 0.45rem;
  margin: 0;
  padding: 0.18rem 0.35rem;
  border: 0;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.35);
  color: rgba(245, 242, 234, 0.55);
  font-family: var(--font-body, inherit);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.service-card > .ai-label {
  right: auto;
  left: 0.5rem;
  bottom: 0.45rem;
  color: rgba(245, 242, 234, 0.5);
  background: rgba(0, 0, 0, 0.28);
}
.asset__img > .ai-label {
  top: 0.5rem;
  right: 0.5rem;
  bottom: auto;
}
.brand-card__media > .ai-label {
  right: 0.55rem;
  bottom: 0.55rem;
}
.hero__media > .ai-label {
  z-index: 2;
  right: 0.75rem;
  bottom: 0.75rem;
  color: rgba(245, 242, 234, 0.48);
  background: rgba(0, 0, 0, 0.32);
}
@media (max-width: 820px) {
  .hero__media > .ai-label {
    right: 0.55rem;
    bottom: 0.55rem;
  }
}

.service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 1.15rem;
  flex: none;
  position: relative;
  z-index: 1;
  transition:
    transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1),
    filter 0.4s ease;
}

.service-card__icon .ui-icon {
  width: 2.05rem;
  height: 2.05rem;
  color: var(--gold-300);
  stroke: currentColor;
}

.service-card:hover .service-card__icon {
  transform: scale(1.2) translateY(-5px);
  filter: drop-shadow(0 0 14px rgba(204, 164, 85, 0.55));
}

.service-card__title {
  font-family: var(--font-hero);
  font-weight: 400;
  font-size: clamp(1.28rem, 1.2vw, 1.55rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--paper-50);
  margin: 0 0 0.8rem;
  line-height: 1.12;
  position: relative;
  z-index: 1;
  max-width: 100%;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    letter-spacing 0.45s ease,
    color 0.35s ease,
    text-shadow 0.35s ease;
}

.service-card:hover .service-card__title {
  transform: translateY(-3px);
  letter-spacing: 0.08em;
  color: #f5ecd4;
  text-shadow: 0 0 22px rgba(204, 164, 85, 0.32);
}

.service-card__desc {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
  color: rgba(245, 242, 234, 0.58);
  margin: 0;
  position: relative;
  z-index: 1;
  transition: color 0.35s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card:hover .service-card__desc {
  color: rgba(245, 242, 234, 0.82);
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .service-card,
  .service-card--bg::before,
  .service-card--bg::after,
  .service-card__icon,
  .service-card__title,
  .service-card__desc {
    transition: none;
  }

  .service-card--bg:hover,
  .service-card:hover .service-card__icon,
  .service-card:hover .service-card__title,
  .service-card:hover .service-card__desc {
    transform: none;
  }

  .service-card--bg:hover::before {
    transform: none;
  }
}

/* ============================ CARDS / GRIDS ============================ */
.grid { display: grid; gap: var(--sp-5); }
.grid--services { grid-template-columns: repeat(5, 1fr); }
.grid--assets { grid-template-columns: repeat(3, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-md);
  padding: var(--card-pad);
  box-shadow: var(--shadow-card);
  cursor: pointer;
  transition: transform var(--dur-fast) var(--ease-out),
    border-color var(--transition),
    box-shadow var(--transition);
}
.card:active { transform: scale(0.97); }
@media (hover: hover) and (pointer: fine) {
  .card:hover {
    transform: translateY(-4px);
    border-color: var(--color-border-strong);
    box-shadow: var(--shadow-lift);
  }
  .card:hover:active { transform: scale(0.97); }
}
.card__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: var(--fs-h3);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 var(--sp-2);
}
.card__desc { color: var(--color-text-muted); font-size: var(--fs-body-sm); margin: 0; }

/* asset media card */
.asset {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: var(--glass-shadow);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  cursor: pointer;
  transition: border-color var(--transition);
  isolation: isolate;
}
.asset:active { transform: scale(0.98); }
@media (hover: hover) and (pointer: fine) {
  .asset:hover { border-color: rgba(255, 255, 255, 0.22); }
  .asset:hover:active { transform: scale(0.98); }
}
.asset__img {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.asset__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease-out);
  filter: saturate(0.85) brightness(0.72);
}
@media (hover: hover) and (pointer: fine) {
  .asset:hover .asset__img img { transform: scale(1.06); }
}
.asset__img::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.08) 30%, rgba(0,0,0,0.88) 100%);
}
.asset__body { position: relative; z-index: 1; padding: var(--sp-5); }
.asset__title {
  font-family: var(--font-hero);
  font-weight: 400;
  font-size: 1.08rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--paper-50);
  margin: 0 0 var(--sp-1);
  line-height: 1.15;
}
.asset__desc {
  color: rgba(245, 242, 234, 0.58);
  font-size: 0.78rem;
  line-height: 1.6;
  margin: 0 0 var(--sp-4);
}

/* ============================ FOUNDERS ============================ */
.founders {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--sp-7);
  align-items: center;
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  box-shadow: var(--glass-shadow);
  isolation: isolate;
}
.founders::before { display: none; }
.founders__media { position: relative; min-height: 380px; }
.founders__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.founders__body { padding: var(--sp-7) var(--sp-7) var(--sp-7) 0; position: relative; }
.founders__title {
  font-family: var(--font-hero);
  font-weight: 400;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--paper-50);
  margin: 0 0 var(--sp-2);
}
.founders__role {
  font-size: var(--fs-eyebrow);
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(204, 164, 85, 0.72);
  margin: 0 0 var(--sp-4);
}
.founders__lead {
  color: rgba(245, 242, 234, 0.58);
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0 0 var(--sp-5);
}
.signature {
  font-family: var(--font-hero);
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--gradient-gold-v);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.value-list { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--sp-4); }
.value-list li { display: flex; gap: var(--sp-3); }
.value-list .icon-badge {
  width: 40px;
  height: 40px;
  margin: 0;
  flex: none;
  border-color: var(--glass-border);
  background: rgba(255, 255, 255, 0.04);
}
.value-list .icon-badge .icon { width: 18px; height: 18px; }
.value__name {
  font-family: var(--font-hero);
  font-weight: 400;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--paper-50);
}
.value__desc {
  color: rgba(245, 242, 234, 0.58);
  font-size: 0.78rem;
  line-height: 1.6;
}

/* ============================ STORY PROFILES ============================ */
.profile {
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  overflow: hidden;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  box-shadow: var(--glass-shadow);
  isolation: isolate;
}
.profile__media { position: relative; height: 260px; overflow: hidden; }
.profile__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.78) saturate(0.9);
  transition: transform 600ms var(--ease-out);
}
@media (hover: hover) and (pointer: fine) {
  .profile:hover .profile__media img { transform: scale(1.04); }
}
.profile__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.92) 100%);
}
.profile__head {
  position: absolute; left: var(--sp-5); bottom: var(--sp-4); z-index: 1;
}
.profile__name {
  font-family: var(--font-hero);
  font-weight: 400;
  font-size: 1.35rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--paper-50);
  margin: 0;
  line-height: 1.15;
}
.profile__role {
  font-size: var(--fs-eyebrow);
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(204, 164, 85, 0.72);
}
.profile__body { padding: var(--sp-6); display: grid; gap: var(--sp-4); }
.trait { display: flex; gap: var(--sp-3); }
.trait .icon { width: 20px; height: 20px; color: var(--gold-300); flex: none; margin-top: 3px; }
.trait__name {
  font-family: var(--font-hero);
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--paper-50);
}
.trait__desc {
  color: rgba(245, 242, 234, 0.58);
  font-size: 0.78rem;
  line-height: 1.6;
}

/* ============================ PROCESS ============================ */
.step {
  position: relative;
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  padding: var(--sp-6);
  overflow: hidden;
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  box-shadow: var(--glass-shadow);
  isolation: isolate;
  transition: border-color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
  .step:hover { border-color: rgba(255, 255, 255, 0.22); }
  .step::after { display: none; }
}

.step__num {
  font-family: var(--font-hero);
  font-weight: 400;
  font-size: 3.25rem;
  line-height: 1;
  background: var(--gradient-gold-v);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.55;
  margin-bottom: var(--sp-4);
}
.step__title {
  font-family: var(--font-hero);
  font-weight: 400;
  font-size: 1.08rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--paper-50);
  margin: 0 0 var(--sp-2);
  line-height: 1.15;
}
.step__desc {
  color: rgba(245, 242, 234, 0.58);
  font-size: 0.78rem;
  line-height: 1.6;
  margin: 0;
}

/* ============================ CTA BAND ============================ */
.cta-band {
  position: relative;
  overflow: hidden;
  background: var(--color-bg);
  padding-block: clamp(3rem, 6vw, 4.5rem);
}
.cta-band::before,
.cta-band::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  pointer-events: none;
}
.cta-band::before {
  top: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(184, 146, 61, 0.05) 20%,
    rgba(204, 164, 85, 0.82) 50%,
    rgba(184, 146, 61, 0.05) 80%,
    transparent 100%
  );
}
.cta-band::after {
  bottom: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(184, 146, 61, 0.05) 20%,
    rgba(204, 164, 85, 0.82) 50%,
    rgba(184, 146, 61, 0.05) 80%,
    transparent 100%
  );
}

.cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-6);
  padding-block: 0;
  flex-wrap: wrap;
  position: relative;
}
.cta-band__title {
  font-family: var(--font-hero);
  font-weight: 400;
  font-size: clamp(1.35rem, 2.8vw, 2.25rem);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.05;
  color: var(--paper-50);
  margin: 0 0 var(--sp-2);
}
.cta-band__sub {
  color: rgba(245, 242, 234, 0.58);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  margin: 0;
}

/* ============================ PARTNERS ============================ */
.partner {
  display: flex;
  align-items: center;
  gap: var(--sp-5);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  padding: var(--sp-6);
  background: var(--glass-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  box-shadow: var(--glass-shadow);
  isolation: isolate;
  cursor: pointer;
  transition: border-color var(--transition), transform var(--dur-fast) var(--ease-out);
}
.partner:active { transform: scale(0.98); }
@media (hover: hover) and (pointer: fine) {
  .partner:hover { border-color: rgba(255, 255, 255, 0.22); }
  .partner:hover:active { transform: scale(0.98); }
}
.partner__logo {
  width: 72px; height: 72px; flex: none;
  border-radius: var(--radius-md);
  border: 1px solid var(--glass-border);
  display: flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}
.partner__logo img { width: 60%; height: 60%; object-fit: contain; }
.partner__name {
  font-family: var(--font-hero);
  font-weight: 400;
  font-size: 1.08rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--paper-50);
  margin: 0 0 var(--sp-1);
  line-height: 1.15;
}
.partner__desc {
  color: rgba(245, 242, 234, 0.58);
  font-size: 0.78rem;
  line-height: 1.6;
  margin: 0;
}

/* ============================ FOOTER ============================ */
.footer {
  position: relative;
  background: var(--color-bg);
  padding-block: var(--sp-8) var(--sp-6);
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(184, 146, 61, 0.05) 20%,
    rgba(204, 164, 85, 0.82) 50%,
    rgba(184, 146, 61, 0.05) 80%,
    transparent 100%
  );
  pointer-events: none;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.8fr 0.8fr 0.9fr 1fr;
  gap: var(--sp-6);
}
.footer__brand img {
  width: auto;
  height: 34px;
  max-height: 34px;
  margin-bottom: var(--sp-4);
}
.footer__brand p {
  color: rgba(245, 242, 234, 0.58);
  font-size: 0.78rem;
  line-height: 1.6;
  max-width: 32ch;
  margin: 0;
}
.footer__col h4 {
  font-family: var(--font-hero);
  font-weight: 400;
  font-size: 0.78rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(204, 164, 85, 0.72);
  margin: 0 0 var(--sp-4);
}
.footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}
.footer__col li {
  position: relative;
  padding-left: 0.95em;
}
.footer__col li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: rgba(204, 164, 85, 0.55);
}
.footer__col a, .footer__col li {
  color: rgba(245, 242, 234, 0.58);
  font-size: 0.78rem;
  line-height: 1.6;
  transition: color var(--transition);
}
@media (hover: hover) and (pointer: fine) {
  .footer__col a:hover { color: var(--color-accent); }
}

.socials { display: flex; gap: var(--sp-3); margin-top: var(--sp-4); }
.socials a {
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm);
  color: rgba(245, 242, 234, 0.58);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  transition: color var(--transition), border-color var(--transition), transform var(--dur-fast) var(--ease-out);
}
.socials a:active { transform: scale(0.93); }
@media (hover: hover) and (pointer: fine) {
  .socials a:hover { color: var(--color-accent); border-color: var(--color-accent); transform: translateY(-2px); }
  .socials a:hover:active { transform: scale(0.93); }
}
.socials .icon { width: 18px; height: 18px; }

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  margin-top: var(--sp-6);
  padding-top: var(--sp-4);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  flex-wrap: wrap;
}
.footer__bottom p {
  margin: 0;
  color: rgba(245, 242, 234, 0.35);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
}
.footer__tag {
  font-family: var(--font-hero);
  letter-spacing: 0.34em;
  text-transform: uppercase;
  background: var(--gradient-gold-v);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 0.68rem;
}

/* ============================ reveal + stagger ============================ */
.reveal {
  opacity: 0;
  transform: translateY(20px) scale(0.98);
  transition: opacity var(--dur-reveal) var(--ease-out),
              transform var(--dur-reveal) var(--ease-out);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Stagger children (grid items with .reveal): via CSS custom property set by JS */
.reveal[style*="--stagger"] {
  transition-delay: var(--stagger);
}

/* ============================ responsive ============================ */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .grid--services { grid-template-columns: repeat(3, 1fr); }
  .grid--assets { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  :root { --page-gutter: clamp(1.25rem, 5vw, 2.5rem); }

  .services-head__title { letter-spacing: 0.22em; padding-inline: 1rem; }
  .services-head__center { padding-inline: 1rem; }
  .services-head--featured .services-head__title { letter-spacing: 0.14em; }
  .services-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }

  .hero__content,
  .hero__stats {
    max-width: 100%;
  }

  .nav__links { display: none; }
  .nav__inner .btn { display: none; }
  .nav__toggle { display: inline-flex; }

  .founders { grid-template-columns: 1fr; }
  .founders__media { min-height: 300px; }
  .founders__body { padding: var(--sp-6); }
  .grid--3, .grid--2 { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .services-grid { grid-template-columns: 1fr; }
  .grid--services, .grid--assets { grid-template-columns: 1fr; }
  .hero__stats { gap: var(--sp-6); }
  .cta-band__inner { flex-direction: column; align-items: flex-start; }
}

/* =========================================================================
   Beastlabel 2026 — SEO/personality architecture additions
   Keeps the original black / metallic-gold visual system intact.
   ========================================================================= */

/* Accessibility & global refinements */
.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }
.anchor-target { position: absolute; top: 0; }
.menu-open { overflow: hidden; }
.container { max-width: 1920px; }
.section-action { display: flex; justify-content: center; margin-top: var(--sp-6); }

/* Selected work */
.section--work { padding-top: clamp(3rem, 6vw, 5rem); }
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sp-5);
}
.work-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  background: var(--glass-bg);
  box-shadow: var(--glass-shadow);
  isolation: isolate;
  transition: transform 420ms var(--ease-out), border-color var(--transition), box-shadow var(--transition);
}
.work-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--ink-850);
}
.work-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.72) 100%);
  pointer-events: none;
}
.work-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.78) saturate(0.82) contrast(1.05);
  transition: transform 700ms var(--ease-out), filter 450ms var(--ease-out);
}
.work-card__play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(230, 207, 148, 0.52);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.58);
  color: var(--gold-300);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transition: transform 350ms var(--ease-out), background var(--transition), color var(--transition);
}
.work-card__play i { margin-left: 2px; }
.work-card__body { padding: var(--sp-5); }
.work-card__type,
.brand-card__type,
.profile__alias {
  display: block;
  margin-bottom: 0.35rem;
  color: rgba(204, 164, 85, 0.82);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.work-card h3 {
  margin: 0 0 0.5rem;
  color: var(--paper-50);
  font-family: var(--font-hero);
  font-size: clamp(1.1rem, 1.6vw, 1.48rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.12;
  text-transform: uppercase;
}
.work-card p {
  margin: 0;
  color: rgba(245, 242, 234, 0.58);
  font-size: 0.8rem;
  line-height: 1.65;
}
@media (hover: hover) and (pointer: fine) {
  .work-card:hover {
    transform: translateY(-8px);
    border-color: rgba(204, 164, 85, 0.42);
    box-shadow: var(--shadow-lift), 0 0 32px rgba(184, 146, 61, 0.12);
  }
  .work-card:hover .work-card__media img { transform: scale(1.055); filter: brightness(0.9) saturate(0.95); }
  .work-card:hover .work-card__play { transform: translate(-50%, -50%) scale(1.08); background: var(--gradient-gold-v); color: #171108; }
}

/* People / entity section */
.section--people { overflow: hidden; }
.people-intro {
  max-width: 880px;
  margin: 0 auto clamp(1.8rem, 4vw, 3rem);
  text-align: center;
}
.people-intro p {
  margin: 0;
  color: rgba(245, 242, 234, 0.68);
  font-size: clamp(0.95rem, 1.35vw, 1.08rem);
  line-height: 1.85;
}
.people-grid { align-items: stretch; }
.profile--person { display: flex; flex-direction: column; }
.profile--person .profile__media {
  display: block;
  height: clamp(310px, 34vw, 520px);
}
.profile--person .profile__media::after {
  background: linear-gradient(180deg, rgba(0,0,0,0.04) 22%, rgba(0,0,0,0.92) 100%);
}
.profile--person .profile__media img { object-position: center 22%; }

@media (min-width: 821px) {
  .profile--person .profile__media img { object-position: center top; }
}
.profile--person .profile__head { right: var(--sp-5); }
.profile--person .profile__name {
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
  text-wrap: balance;
}
.profile--person .profile__body {
  flex: 1;
  align-content: start;
  padding: clamp(1.35rem, 3vw, 2rem);
}
.profile__intro {
  margin: 0;
  color: rgba(245, 242, 234, 0.66);
  font-size: 0.88rem;
  line-height: 1.78;
}
.profile__facts { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.profile__facts span {
  padding: 0.4rem 0.7rem;
  border: 1px solid rgba(204, 164, 85, 0.22);
  border-radius: var(--radius-pill);
  background: rgba(184, 146, 61, 0.06);
  color: rgba(230, 207, 148, 0.86);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.profile__link { margin-top: 0; padding-top: 0; }
.profile__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  margin-top: auto;
  padding-top: 0.15rem;
}
.profile__social {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.9rem 0.55rem 0.7rem;
  border: 1px solid rgba(204, 164, 85, 0.38);
  border-radius: var(--radius-sm);
  background: rgba(184, 146, 61, 0.1);
  color: var(--gold-300);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 0.28s var(--ease-out),
    border-color 0.28s var(--ease-out),
    background-color 0.28s var(--ease-out),
    transform 0.28s var(--ease-out),
    box-shadow 0.28s var(--ease-out);
}
.profile__social .ui-icon {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.28s var(--ease-out);
}
.profile__social:active {
  transform: scale(0.96);
}
@media (hover: hover) and (pointer: fine) {
  .profile__social:hover {
    color: #fff4d4;
    border-color: rgba(230, 207, 148, 0.85);
    background: rgba(184, 146, 61, 0.22);
    box-shadow: 0 6px 18px rgba(184, 146, 61, 0.18);
    transform: translateY(-2px);
  }
  .profile__social:hover .ui-icon {
    transform: scale(1.12);
  }
  .profile__social:hover:active {
    transform: scale(0.96);
  }
}

/* Brand/project network */
.brand-grid .partner { align-items: flex-start; height: 100%; }
.brand-card { cursor: pointer; }
.brand-card .partner__logo { width: 62px; height: 62px; }
.brand-card__type { margin-top: 0.1rem; }

/* Person profile pages */
.person-page { background: var(--color-bg); }
.person-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  padding-top: calc(var(--nav-h) + var(--safe-top));
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(184, 146, 61, 0.12);
}
.person-hero__media { position: absolute; inset: 0; }
.person-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  filter: brightness(0.76) saturate(0.82) contrast(1.04);
}
.person-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.48) 46%, rgba(0,0,0,0.18) 74%, rgba(0,0,0,0.42) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.12) 0%, transparent 42%, #000 100%);
}
.person-hero .container { position: relative; z-index: 1; }
.person-hero__content {
  width: min(780px, 65vw);
  padding-block: var(--sp-8);
}
.person-hero__eyebrow {
  margin: 0 0 var(--sp-3);
  color: var(--gold-300);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.person-hero__title {
  margin: 0 0 var(--sp-3);
  color: var(--paper-50);
  font-family: var(--font-hero);
  font-size: clamp(3.3rem, 8vw, 7.6rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 0.9;
  text-transform: uppercase;
  text-wrap: balance;
  filter: drop-shadow(0 8px 30px rgba(0,0,0,0.58));
}
.person-hero__alias {
  display: block;
  margin-bottom: var(--sp-4);
  background: var(--gradient-gold-v);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: var(--font-hero);
  font-size: clamp(1.25rem, 3vw, 2rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.person-hero__lead {
  max-width: 670px;
  margin: 0 0 var(--sp-6);
  color: rgba(245, 242, 234, 0.72);
  font-size: clamp(0.95rem, 1.35vw, 1.12rem);
  line-height: 1.8;
}
.person-hero__actions { display: flex; flex-wrap: wrap; gap: var(--sp-3); }
.breadcrumbs {
  margin-bottom: var(--sp-5);
  color: rgba(245,242,234,0.52);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.breadcrumbs a { color: var(--gold-300); }
.breadcrumbs span { margin-inline: 0.55rem; opacity: 0.55; }

.person-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.72fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}
.person-content { min-width: 0; }
.person-copy {
  color: rgba(245,242,234,0.7);
  font-size: clamp(0.94rem, 1.2vw, 1.04rem);
  line-height: 1.92;
}
.person-copy p { margin: 0 0 1.35rem; }
.person-copy strong { color: var(--paper-50); }
.person-section { margin-bottom: clamp(3rem, 7vw, 5.5rem); scroll-margin-top: calc(var(--nav-h) + 1.5rem); }
.person-section:last-child { margin-bottom: 0; }
.person-section__eyebrow {
  margin: 0 0 0.6rem;
  color: rgba(204,164,85,0.72);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.person-section__title {
  margin: 0 0 1.2rem;
  color: var(--paper-50);
  font-family: var(--font-hero);
  font-size: clamp(1.75rem, 3.7vw, 3rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.05;
  text-transform: uppercase;
}
.person-section__title .gold-text {
  background: var(--gradient-gold-v);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.person-sidebar {
  position: sticky;
  top: calc(var(--nav-h) + 2rem);
  display: grid;
  gap: var(--sp-4);
}
.fact-card,
.quote-card,
.link-card {
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  background: var(--glass-bg);
  box-shadow: var(--glass-shadow);
  backdrop-filter: var(--glass-blur);
}
.fact-card { padding: var(--sp-5); }
.fact-card__title,
.link-card__title {
  margin: 0 0 var(--sp-4);
  color: var(--gold-300);
  font-family: var(--font-hero);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.fact-list { margin: 0; display: grid; gap: 0.85rem; }
.fact-list div { display: grid; gap: 0.14rem; }
.fact-list dt {
  color: rgba(245,242,234,0.42);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.fact-list dd { margin: 0; color: rgba(245,242,234,0.82); font-size: 0.84rem; line-height: 1.55; }
.link-card { padding: var(--sp-5); }
.official-links { display: grid; gap: 0.65rem; }
.official-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.72rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: rgba(245,242,234,0.72);
  font-size: 0.82rem;
  transition: color var(--transition), padding-left var(--transition);
}
.official-links a:last-child { border-bottom: 0; }
.official-links i { color: var(--gold-300); }
@media (hover: hover) and (pointer: fine) {
  .official-links a:hover { color: var(--gold-300); padding-left: 0.25rem; }
}
.quote-card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 2.4rem);
}
.quote-card::before {
  content: "“";
  position: absolute;
  right: 1.2rem;
  top: -1rem;
  color: rgba(204,164,85,0.13);
  font-family: Georgia, serif;
  font-size: 8rem;
  line-height: 1;
}
.quote-card blockquote {
  position: relative;
  margin: 0;
  color: var(--paper-50);
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.5;
}
.quote-card cite {
  display: block;
  margin-top: 1rem;
  color: var(--gold-300);
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-style: normal;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.role-grid,
.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sp-4);
}
.role-card,
.project-card {
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  padding: var(--sp-5);
  background: var(--glass-bg);
  box-shadow: var(--glass-shadow);
}
.role-card__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: var(--sp-4);
  border: 1px solid rgba(204,164,85,0.22);
  border-radius: 8px;
  color: var(--gold-300);
  background: rgba(184,146,61,0.06);
}
.role-card h3,
.project-card h3 {
  margin: 0 0 0.45rem;
  color: var(--paper-50);
  font-family: var(--font-hero);
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.role-card p,
.project-card p { margin: 0; color: rgba(245,242,234,0.56); font-size: 0.8rem; line-height: 1.7; }
.project-card a { display: inline-flex; margin-top: 1rem; }

.timeline {
  position: relative;
  display: grid;
  gap: 0;
  --tl-label: 6rem;
  --tl-gap: 2rem;
  --tl-dot: 11px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: calc(var(--tl-label) + var(--tl-gap) / 2);
  top: 0.65rem;
  bottom: 0.65rem;
  width: 1px;
  background: linear-gradient(180deg, var(--gold-400), rgba(184,146,61,0.12));
}
.timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: var(--tl-label) 1fr;
  gap: var(--tl-gap);
  align-items: start;
  padding: 0 0 1.65rem;
}
.timeline__item:last-child { padding-bottom: 0; }
.timeline__year {
  min-width: 0;
  padding-top: 0.2rem;
  color: var(--gold-300);
  font-family: var(--font-hero);
  font-size: 1.3rem;
  line-height: 1.15;
  letter-spacing: 0.05em;
  text-align: right;
  overflow-wrap: break-word;
  hyphens: auto;
}
/* Textual markers ("Ausbildung", "Historie", "Heute") stay inside the label column. */
.timeline__year--label {
  padding-top: 0.62rem;
  font-size: 0.78rem;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.timeline__content {
  position: relative;
  padding: 0.1rem 0 0;
  color: rgba(245,242,234,0.67);
  font-size: 0.86rem;
  line-height: 1.68;
}
.timeline__content::before {
  content: "";
  position: absolute;
  left: calc(-1 * var(--tl-gap) / 2 - var(--tl-dot) / 2);
  top: 0.35rem;
  width: var(--tl-dot);
  height: var(--tl-dot);
  border: 2px solid #000;
  border-radius: 50%;
  background: var(--gold-400);
  box-shadow: 0 0 0 1px rgba(204,164,85,0.45), 0 0 20px rgba(204,164,85,0.3);
}

.person-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--sp-6);
  align-items: center;
  padding: clamp(1.5rem, 4vw, 2.6rem);
  border: 1px solid rgba(204,164,85,0.26);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(184,146,61,0.1), rgba(255,255,255,0.02));
}
.person-cta h2 { margin: 0 0 0.35rem; color: var(--paper-50); font-family: var(--font-hero); font-size: clamp(1.35rem, 3vw, 2rem); font-weight: 400; text-transform: uppercase; }
.person-cta p { margin: 0; color: rgba(245,242,234,0.58); font-size: 0.82rem; }

.profile-nav-current { color: var(--gold-300) !important; }

@media (max-width: 1100px) {
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .work-card:last-child { grid-column: 1 / -1; }
  .person-layout { grid-template-columns: 1fr; }
  .person-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .person-sidebar .quote-card { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .work-grid { grid-template-columns: 1fr; }
  .work-card:last-child { grid-column: auto; }
  .person-hero__media {
    overflow: hidden;
  }
  .person-hero__media img {
    position: absolute;
    top: 0;
    right: -300px;
    width: auto;
    height: 100%;
    max-width: none;
    object-fit: unset;
    object-position: unset;
  }
  .person-hero__media::after {
    background: linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.35) 38%, #000 100%);
  }
  .person-hero__content { width: 100%; }
  .person-sidebar { grid-template-columns: 1fr; }
  .person-sidebar .quote-card { grid-column: auto; }
  .role-grid, .project-grid { grid-template-columns: 1fr; }
  .person-cta { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .profile--person .profile__media { height: 380px; }
  .person-hero__title { font-size: clamp(3rem, 16vw, 5rem); }
  .person-hero__actions { align-items: stretch; }
  .person-hero__actions .btn { width: 100%; }
  .timeline { --tl-label: 4.7rem; --tl-gap: 1.35rem; --tl-dot: 9px; }
  .timeline__year { font-size: 1.15rem; }
  .timeline__year--label { padding-top: 0.52rem; font-size: 0.66rem; letter-spacing: 0.09em; }
}

@media (max-width: 1220px) and (min-width: 821px) {
  :root { --page-gutter: clamp(2rem, 6vw, 5rem); }
  .nav__links { gap: clamp(0.65rem, 1.2vw, 1.35rem); }
  .nav__links a {
    font-size: clamp(0.58rem, 0.5rem + 0.28vw, 0.72rem);
    letter-spacing: clamp(0.08em, 0.06em + 0.05vw, 0.12em);
  }
  .nav__brand img { height: 34px; }
  .nav.is-past-hero .nav__brand img { height: 28px; }
  .nav__inner > .btn {
    padding-inline: clamp(0.65rem, 1vw, 0.95rem);
    font-size: clamp(0.58rem, 0.52rem + 0.18vw, 0.68rem);
  }
}

/* =========================================================================
   Beastlabel refinement v2 — clean navigation + interactive asset inventory
   ========================================================================= */
:root {
  --nav-h: 72px;
}

/* Cleaner, lighter navigation. It becomes compact only after the hero. */
.nav {
  transition:
    height 460ms var(--ease-out),
    background-color 460ms var(--ease-out),
    backdrop-filter 460ms var(--ease-out),
    -webkit-backdrop-filter 460ms var(--ease-out),
    box-shadow 460ms var(--ease-out);
}

.nav::after {
  height: 1px;
  background: linear-gradient(90deg, transparent 6%, rgba(204,164,85,0.08) 24%, rgba(204,164,85,0.28) 50%, rgba(204,164,85,0.08) 76%, transparent 94%);
  opacity: 0;
  transform: scaleX(0.82);
}

.nav.is-scrolled:not(.is-past-hero) {
  background-color: rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.nav.is-scrolled:not(.is-past-hero)::after {
  opacity: 0;
}

.nav.is-past-hero {
  height: calc(60px + var(--safe-top));
  background-color: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  box-shadow: 0 14px 34px -24px rgba(0, 0, 0, 0.95);
}

.nav.is-past-hero::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav__inner {
  position: relative;
  gap: clamp(0.75rem, 1.6vw, 1.8rem);
}

.nav__brand img {
  height: 35px;
  max-width: none;
  object-fit: contain;
  transition: height 440ms var(--ease-out), opacity 240ms ease;
}

.nav.is-past-hero .nav__brand img {
  height: 29px;
}

.nav__links {
  gap: clamp(0.75rem, 1.4vw, 2rem);
}

.nav__links a {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(0.62rem, 0.56rem + 0.18vw, 0.74rem);
  letter-spacing: clamp(0.1em, 0.08em + 0.06vw, 0.18em);
  white-space: nowrap;
  color: rgba(245, 242, 234, 0.68);
  padding-block: 0.55rem;
  transition: color 200ms ease, opacity 200ms ease;
}

.nav__links a::after {
  bottom: 0.16rem;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(221,192,120,0.7) 22%, rgba(221,192,120,0.9) 50%, rgba(221,192,120,0.7) 78%, transparent 100%);
  opacity: 0.68;
  transition: transform 260ms var(--ease-out), opacity 200ms ease;
}

.nav__links a[aria-current="page"] {
  color: rgba(255, 255, 255, 0.94);
}

.nav__inner > .btn--outline {
  min-height: 36px;
  padding-inline: 0.9rem;
  border-color: rgba(204,164,85,0.28);
  color: rgba(221,192,120,0.9);
  font-weight: 500;
  font-size: 0.7rem;
  letter-spacing: 0.13em;
  transition:
    min-height 440ms var(--ease-out),
    padding 440ms var(--ease-out),
    border-color 200ms ease,
    color 200ms ease,
    background 200ms ease,
    transform 160ms var(--ease-out);
}

.nav.is-past-hero .nav__inner > .btn--outline {
  min-height: 32px;
  padding-inline: 0.78rem;
}

.nav__toggle {
  width: 40px;
  height: 40px;
  border-color: rgba(204,164,85,0.22);
}

/* Service architecture: four compact services + one wider interactive asset card. */
.services-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.service-card {
  min-height: 278px;
  grid-column: span 1;
}

.service-card--interactive {
  grid-column: span 2;
  cursor: pointer;
  outline: none;
}

.service-card--interactive:focus-visible {
  outline: 1px solid rgba(221,192,120,0.9);
  outline-offset: 4px;
}

.service-card__front {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition:
    opacity 330ms ease,
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 330ms ease;
}

.service-card__hint {
  margin-top: auto;
  padding-top: 1rem;
  font-family: var(--font-body);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(221,192,120,0.66);
}

.service-card__details {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(1rem, 2vw, 1.6rem);
  align-content: center;
  padding: clamp(1.1rem, 2vw, 1.45rem);
  opacity: 0;
  transform: translateY(22px) scale(0.985);
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 15%, rgba(204,164,85,0.15), transparent 38%),
    linear-gradient(145deg, rgba(8,8,8,0.9), rgba(0,0,0,0.97));
  border-radius: inherit;
  transition:
    opacity 330ms ease,
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card__asset-group {
  min-width: 0;
}

.service-card__asset-group h4 {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.65rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(204,164,85,0.18);
  font-family: var(--font-hero);
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-300);
}

.service-card__asset-group h4 i {
  width: 1rem;
  text-align: center;
  font-size: 0.72rem;
}

.service-card__asset-group ul {
  display: grid;
  gap: 0.31rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-card__asset-group li {
  position: relative;
  padding-left: 0.72rem;
  font-size: clamp(0.62rem, 0.68vw, 0.73rem);
  line-height: 1.34;
  color: rgba(245,242,234,0.72);
}

.service-card__asset-group li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold-400);
  box-shadow: 0 0 8px rgba(204,164,85,0.55);
}

.service-card--interactive:hover .service-card__front,
.service-card--interactive:focus .service-card__front,
.service-card--interactive.is-open .service-card__front {
  opacity: 0;
  transform: translateY(-26px) scale(0.96);
  filter: blur(3px);
}

.service-card--interactive:hover .service-card__details,
.service-card--interactive:focus .service-card__details,
.service-card--interactive.is-open .service-card__details {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.service-card--interactive:hover::before,
.service-card--interactive:focus::before,
.service-card--interactive.is-open::before {
  transform: scale(1.1);
}

.service-card--interactive:hover::after,
.service-card--interactive:focus::after,
.service-card--interactive.is-open::after {
  background: rgba(0,0,0,0.94);
}

@media (max-width: 1179px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card--interactive {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .nav__links.is-open {
    background: rgba(3,3,3,0.985);
    border-bottom-color: rgba(204,164,85,0.14);
  }
  .nav__links.is-open a {
    font-size: 0.78rem;
    font-weight: 400;
    letter-spacing: 0.17em;
  }
}

@media (max-width: 620px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card--interactive {
    grid-column: auto;
    min-height: 350px;
  }

  .service-card__details {
    grid-template-columns: 0.92fr 1.08fr;
    gap: 0.8rem;
    padding: 1rem;
  }

  .service-card__asset-group h4 {
    font-size: 0.72rem;
    letter-spacing: 0.06em;
  }

  .service-card__asset-group li {
    font-size: 0.59rem;
    line-height: 1.3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav,
  .nav__brand,
  .nav__brand img,
  .nav__toggle,
  .nav__inner > .btn--outline,
  .service-card__front,
  .service-card__details {
    transition: none !important;
  }
}

/* =========================================================================
   Beastlabel v3 — restored services grid + visible asset inventory
   ========================================================================= */
section[id],
#asset-inventory {
  scroll-margin-top: calc(var(--nav-h) + 1.5rem);
}

/* Restore the original five equal service cards. */
.services-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.service-card {
  grid-column: auto;
  min-height: 260px;
}

.service-card--link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.service-card--link:focus-visible {
  outline: 1px solid rgba(221, 192, 120, 0.9);
  outline-offset: 4px;
}

.assets-intro {
  max-width: 62rem;
  margin: 0 auto clamp(1.75rem, 3vw, 2.4rem);
  color: rgba(245, 242, 234, 0.64);
  font-size: clamp(0.9rem, 1.15vw, 1rem);
  line-height: 1.75;
  text-align: center;
}

.assets-intro strong {
  color: rgba(245, 242, 234, 0.9);
  font-weight: 600;
}

.asset-inventory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sp-5);
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.asset-inventory--single {
  grid-template-columns: 1fr;
}

.inventory-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  background:
    radial-gradient(circle at 100% 0%, rgba(204, 164, 85, 0.1), transparent 34%),
    var(--glass-bg);
  box-shadow: var(--glass-shadow);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
}

.inventory-panel::after {
  content: "";
  position: absolute;
  inset: auto 1.5rem 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(204, 164, 85, 0.45), transparent);
  opacity: 0.5;
}

.inventory-panel__head {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  margin-bottom: 1.35rem;
}

.inventory-panel__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: none;
  border: 1px solid rgba(204, 164, 85, 0.28);
  border-radius: 9px;
  background: rgba(204, 164, 85, 0.07);
  color: var(--gold-300);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.inventory-panel__icon i {
  font-size: 1rem;
}

.inventory-panel__eyebrow {
  margin: 0 0 0.18rem;
  color: rgba(204, 164, 85, 0.68);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.inventory-panel__title {
  margin: 0;
  color: var(--paper-50);
  font-family: var(--font-hero);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.inventory-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.inventory-group h4 {
  margin: 0 0 0.75rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(204, 164, 85, 0.16);
  color: rgba(221, 192, 120, 0.88);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.inventory-list {
  display: grid;
  gap: 0.58rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.inventory-list li {
  position: relative;
  padding-left: 0.9rem;
  color: rgba(245, 242, 234, 0.72);
  font-size: 0.82rem;
  line-height: 1.45;
}

.inventory-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold-400);
  box-shadow: 0 0 8px rgba(204, 164, 85, 0.5);
}

.asset-inventory__footer {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(204, 164, 85, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.025);
}

.asset-inventory__footer p {
  max-width: 62rem;
  margin: 0;
  color: rgba(245, 242, 234, 0.56);
  font-size: 0.75rem;
  line-height: 1.6;
}

@media (max-width: 1179px) {
  .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .asset-inventory {
    grid-template-columns: 1fr;
  }

  .asset-inventory__footer {
    grid-column: auto;
  }
}

@media (max-width: 820px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (max-width: 620px) {
  .services-grid,
  .inventory-groups {
    grid-template-columns: 1fr;
  }

  .asset-inventory__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .asset-inventory__footer .btn {
    width: 100%;
  }
}

/* =========================================================================
   V4 — cinematic process, contact form and restrained interaction polish
   ========================================================================= */

/* Reveal variants: same motion language, different directions. */
.reveal--left { transform: translate3d(-34px, 10px, 0); }
.reveal--right { transform: translate3d(34px, 10px, 0); }
.reveal--up { transform: translate3d(0, 30px, 0) scale(0.985); }
.reveal--scale { transform: translate3d(0, 16px, 0) scale(0.94); }
.reveal--fade { transform: none; }
.reveal--left,
.reveal--right,
.reveal--up,
.reveal--scale,
.reveal--fade {
  filter: blur(7px);
  transition-property: opacity, transform, filter;
}
.reveal--left.is-visible,
.reveal--right.is-visible,
.reveal--up.is-visible,
.reveal--scale.is-visible,
.reveal--fade.is-visible {
  transform: none;
  filter: blur(0);
}

/* Section-title lines build outward as the heading enters. */
.services-head.reveal .services-head__line {
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 900ms var(--ease-out) 120ms;
}
.services-head.reveal .services-head__line--right { transform-origin: left center; }
.services-head.reveal.is-visible .services-head__line { transform: scaleX(1); }

/* Subtle light that follows the pointer. The layer is injected by main.js. */
[data-card-glow] { --pointer-x: 50%; --pointer-y: 50%; }
.card-glow-layer {
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(
    280px circle at var(--pointer-x) var(--pointer-y),
    rgba(232, 207, 148, 0.16),
    rgba(204, 164, 85, 0.055) 32%,
    transparent 68%
  );
  mix-blend-mode: screen;
  transition: opacity 320ms var(--ease-out);
}
[data-card-glow]:hover > .card-glow-layer { opacity: 1; }

/* Metallic sweep on primary calls to action. */
.btn--primary { position: relative; overflow: hidden; isolation: isolate; }
.skip-link.btn--primary { position: fixed; overflow: visible; }
.btn--primary::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -55%;
  width: 42%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  opacity: 0;
  transition: left 620ms var(--ease-out), opacity 220ms ease;
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .btn--primary:hover::after { left: 120%; opacity: 0.85; }
}

/* ============================ EXPANDED PROCESS ============================ */
.section--process {
  overflow: hidden;
  padding-block: clamp(4rem, 7vw, 6.75rem);
  background:
    radial-gradient(circle at 15% 48%, rgba(184, 146, 61, 0.07), transparent 28%),
    radial-gradient(circle at 88% 74%, rgba(204, 164, 85, 0.045), transparent 30%),
    var(--color-bg);
}
.section--process::after {
  content: "";
  position: absolute;
  inset: 14% -8% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(204, 164, 85, 0.16), transparent);
  transform: rotate(-4deg);
  pointer-events: none;
}

.process-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  margin: 0 0 clamp(2.5rem, 5vw, 4rem);
}
.process-intro__copy { max-width: 54rem; }
.process-intro__eyebrow {
  margin: 0 0 0.7rem;
  color: rgba(221, 192, 120, 0.76);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.process-intro__copy h3 {
  max-width: 18ch;
  margin: 0 0 1rem;
  color: var(--paper-50);
  font-family: var(--font-hero);
  font-size: clamp(2rem, 4.7vw, 4rem);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 0.98;
  text-transform: uppercase;
}
.process-intro__copy > p:last-child {
  max-width: 62rem;
  margin: 0;
  color: rgba(245, 242, 234, 0.62);
  font-size: clamp(0.9rem, 1.15vw, 1.02rem);
  line-height: 1.85;
}
.process-intro__facts {
  display: grid;
  border-top: 1px solid rgba(204, 164, 85, 0.24);
  border-bottom: 1px solid rgba(204, 164, 85, 0.12);
}
.process-intro__facts > div {
  display: grid;
  grid-template-columns: 3.8rem 1fr;
  align-items: center;
  min-height: 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.process-intro__facts > div:last-child { border-bottom: 0; }
.process-intro__facts strong {
  color: var(--gold-300);
  font-family: var(--font-hero);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.process-intro__facts span {
  color: rgba(245, 242, 234, 0.72);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.process-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.process-flow__track {
  position: absolute;
  z-index: 0;
  left: 6%;
  right: 6%;
  top: 48px;
  height: 1px;
  overflow: hidden;
  background: rgba(204, 164, 85, 0.12);
}
.process-flow__progress {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(204, 164, 85, 0.12), var(--gold-300), rgba(204, 164, 85, 0.12));
  box-shadow: 0 0 18px rgba(221, 192, 120, 0.42);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.45s var(--ease-out) 180ms;
}
.process-flow.is-active .process-flow__progress { transform: scaleX(1); }

.step--detailed {
  min-height: 100%;
  padding: clamp(1.35rem, 2.5vw, 2rem);
  border-color: rgba(204, 164, 85, 0.14);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.015)),
    rgba(8, 8, 8, 0.84);
  transition:
    transform 520ms var(--ease-out),
    border-color 360ms ease,
    box-shadow 520ms var(--ease-out),
    background 520ms ease;
}
.step--detailed::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: radial-gradient(circle at 90% 0%, rgba(204, 164, 85, 0.12), transparent 38%);
  opacity: 0.35;
  transition: opacity 420ms ease, transform 620ms var(--ease-out);
}
.step--detailed::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: auto 1.5rem 0;
  height: 1px;
  display: block;
  background: linear-gradient(90deg, transparent, rgba(221, 192, 120, 0.56), transparent);
  transform: scaleX(0.25);
  opacity: 0.45;
  transition: transform 560ms var(--ease-out), opacity 320ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .step--detailed:hover {
    transform: translateY(-9px);
    border-color: rgba(221, 192, 120, 0.38);
    box-shadow: 0 28px 70px -28px rgba(0, 0, 0, 0.92), 0 0 34px rgba(184, 146, 61, 0.09);
  }
  .step--detailed:hover::before { opacity: 0.75; transform: scale(1.08); }
  .step--detailed:hover::after { transform: scaleX(1); opacity: 0.9; }
}
.step__topline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: clamp(1.8rem, 4vw, 3.4rem);
}
.step--detailed .step__num {
  margin: 0;
  font-size: clamp(2.7rem, 4.4vw, 4.25rem);
  opacity: 0.78;
  transition: opacity 320ms ease, transform 520ms var(--ease-out);
}
.step__tag {
  max-width: 13ch;
  padding-top: 0.5rem;
  color: rgba(204, 164, 85, 0.65);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.45;
  text-align: right;
  text-transform: uppercase;
}
.step--detailed .step__title {
  position: relative;
  z-index: 1;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  margin-bottom: 0.75rem;
}
.step--detailed .step__desc {
  position: relative;
  z-index: 1;
  min-height: 4.8em;
  color: rgba(245, 242, 234, 0.68);
  font-size: 0.82rem;
  line-height: 1.65;
}
.step__list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.62rem;
  margin: 1.2rem 0 0;
  padding: 1.15rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  list-style: none;
}
.step__list li {
  position: relative;
  padding-left: 1rem;
  color: rgba(245, 242, 234, 0.5);
  font-size: 0.72rem;
  line-height: 1.55;
  transition: color 260ms ease, transform 260ms var(--ease-out);
}
.step__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold-400);
  box-shadow: 0 0 8px rgba(204, 164, 85, 0.45);
}
@media (hover: hover) and (pointer: fine) {
  .step--detailed:hover .step__num { opacity: 1; transform: translateY(-3px); }
  .step--detailed:hover .step__list li { color: rgba(245, 242, 234, 0.68); }
}

.process-deliverables {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
  padding: 0.9rem;
  border: 1px solid rgba(204, 164, 85, 0.13);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.022);
}
.process-deliverables span {
  padding: 0.48rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 999px;
  color: rgba(245, 242, 234, 0.62);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.process-deliverables__label {
  border-color: transparent !important;
  color: rgba(221, 192, 120, 0.8) !important;
  font-weight: 600;
}

/* ============================ CONTACT ============================ */
.section--contact {
  overflow: hidden;
  padding-block: clamp(4.25rem, 8vw, 7rem);
  background:
    radial-gradient(circle at 8% 20%, rgba(204, 164, 85, 0.09), transparent 28%),
    radial-gradient(circle at 93% 80%, rgba(184, 146, 61, 0.055), transparent 32%),
    #020202;
}
.section--contact::after {
  content: "";
  position: absolute;
  width: min(44vw, 680px);
  aspect-ratio: 1;
  right: -18%;
  top: -36%;
  border: 1px solid rgba(204, 164, 85, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(204, 164, 85, 0.018), 0 0 0 180px rgba(204, 164, 85, 0.012);
  pointer-events: none;
}
.contact-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
}
.contact-copy { padding-top: clamp(0.5rem, 2vw, 1.5rem); }
.contact-copy__eyebrow {
  margin: 0 0 0.9rem;
  color: rgba(221, 192, 120, 0.75);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.contact-copy__title {
  max-width: 12ch;
  margin: 0 0 1.25rem;
  color: var(--paper-50);
  font-family: var(--font-hero);
  font-size: clamp(2.8rem, 6.4vw, 6rem);
  font-weight: 400;
  letter-spacing: 0.018em;
  line-height: 0.92;
  text-transform: uppercase;
}
.contact-copy__title span {
  background: var(--gradient-gold-v);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.contact-copy__lead {
  max-width: 42rem;
  margin: 0;
  color: rgba(245, 242, 234, 0.62);
  font-size: 0.9rem;
  line-height: 1.8;
}
.contact-points {
  display: grid;
  gap: 0;
  margin-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid rgba(204, 164, 85, 0.18);
}
.contact-point {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0.9rem;
  padding-block: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
}
.contact-point__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(204, 164, 85, 0.2);
  border-radius: 8px;
  background: rgba(204, 164, 85, 0.055);
  color: var(--gold-300);
}
.contact-point__icon i { font-size: 0.82rem; }
.contact-point strong {
  display: block;
  margin-bottom: 0.2rem;
  color: rgba(245, 242, 234, 0.88);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.contact-point div > span {
  display: block;
  color: rgba(245, 242, 234, 0.46);
  font-size: 0.72rem;
  line-height: 1.55;
}
.contact-direct {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 1.45rem;
}
.contact-direct > span {
  color: rgba(245, 242, 234, 0.38);
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.contact-direct a {
  color: var(--gold-300);
  font-size: 0.84rem;
  transition: color var(--transition);
}
.contact-direct a:hover { color: var(--gold-200); }

.contact-form {
  position: relative;
  overflow: hidden;
  padding: clamp(1.25rem, 3vw, 2.1rem);
  border: 1px solid rgba(204, 164, 85, 0.2);
  border-radius: 14px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018) 48%, rgba(204, 164, 85, 0.025)),
    rgba(7, 7, 7, 0.86);
  box-shadow: 0 30px 90px -42px rgba(0, 0, 0, 0.95), inset 0 1px 0 rgba(255, 255, 255, 0.085);
  backdrop-filter: blur(20px) saturate(145%);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
}
.contact-form::before {
  content: "";
  position: absolute;
  inset: 0 12% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(221, 192, 120, 0.65), transparent);
  opacity: 0.55;
}
.contact-form__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  color: rgba(221, 192, 120, 0.78);
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.contact-form__status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(245, 242, 234, 0.46);
  font-family: var(--font-body);
  font-size: 0.58rem;
  letter-spacing: 0.13em;
}
.contact-form__status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-400);
  box-shadow: 0 0 0 4px rgba(204, 164, 85, 0.08), 0 0 10px rgba(204, 164, 85, 0.55);
  animation: contactPulse 2.2s ease-in-out infinite;
}
@keyframes contactPulse {
  0%, 100% { opacity: 0.55; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1); }
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.form-field {
  position: relative;
  display: grid;
  gap: 0.5rem;
}
.form-field--full { grid-column: 1 / -1; }

.form-field--hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.form-field > span {
  color: rgba(245, 242, 234, 0.5);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: color 240ms ease;
}
.form-field:focus-within > span { color: var(--gold-300); }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 8px;
  outline: none;
  background: rgba(0, 0, 0, 0.42);
  color: var(--paper-50);
  font: inherit;
  font-size: 0.8rem;
  line-height: 1.5;
  transition:
    border-color 240ms ease,
    box-shadow 280ms ease,
    background 240ms ease,
    transform 240ms var(--ease-out);
}
.form-field textarea { min-height: 145px; resize: vertical; }
.form-field select {
  cursor: pointer;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(221, 192, 120, 0.8) 50%),
    linear-gradient(135deg, rgba(221, 192, 120, 0.8) 50%, transparent 50%);
  background-position: calc(100% - 17px) 21px, calc(100% - 12px) 21px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 2.5rem;
}
.form-field select option { background: #111; color: var(--paper-50); }
.form-field input::placeholder,
.form-field textarea::placeholder { color: rgba(245, 242, 234, 0.27); }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(221, 192, 120, 0.55);
  background-color: rgba(5, 5, 5, 0.78);
  box-shadow: 0 0 0 3px rgba(204, 164, 85, 0.075), 0 12px 28px -18px rgba(204, 164, 85, 0.35);
  transform: translateY(-1px);
}
.contact-form__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 1.25rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.contact-form__footer > .contact-form__notice {
  flex: 1 1 100%;
  order: -1;
  margin: 0;
}
.contact-form__footer p {
  max-width: 35rem;
  margin: 0;
  color: rgba(245, 242, 234, 0.34);
  font-size: 0.62rem;
  line-height: 1.55;
}
.contact-form__submit { min-width: 210px; }

/* Responsive additions */
@media (max-width: 1180px) {
  .process-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-flow__track { display: none; }
  .contact-shell { grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr); gap: 3rem; }
}

@media (max-width: 920px) {
  .process-intro,
  .contact-shell { grid-template-columns: 1fr; }
  .process-intro__facts { max-width: 44rem; }
  .contact-copy__title { max-width: 15ch; }
  .contact-copy__lead { max-width: 54rem; }
  .contact-points { max-width: 54rem; }
}

@media (max-width: 700px) {
  .process-flow,
  .form-grid { grid-template-columns: 1fr; }
  .form-field--full { grid-column: auto; }
  .step--detailed .step__desc { min-height: 0; }
  .contact-form__footer { align-items: stretch; flex-direction: column; }
  .contact-form__submit { width: 100%; min-width: 0; }
  .contact-form__topline { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .process-deliverables { justify-content: flex-start; }
  .process-intro__facts > div { grid-template-columns: 3rem 1fr; }
  .contact-copy__title { font-size: clamp(2.7rem, 15vw, 4.5rem); }
}

@media (prefers-reduced-motion: reduce) {
  .card-glow-layer { display: none; }
  .process-flow__progress { transform: scaleX(1); transition: none; }
  .contact-form__status i { animation: none; }
  .btn--primary::after { display: none; }
}

.section[id] {
  scroll-margin-top: calc(var(--nav-h) + 1rem);
}

/* =========================================================================
   V5 — one uninterrupted cinematic background across the complete homepage
   ========================================================================= */

/* The whole homepage now shares one continuous atmospheric canvas. The hero
   image fades into it; every following section and the footer remain
   transparent, so there are no visible background seams between sections. */
body.home-page {
  /* Hero-Bild: horizontalen Fokus hier anpassen (links ← 50% → rechts) */
  --hero-focus-x: 58%;
  --hero-focus-y: center;
  --hero-focus-x-mobile: 50%;
  background-color: #020202;
  background-image:
    radial-gradient(ellipse 66% 13% at 8% 17%, rgba(204, 164, 85, 0.075) 0%, rgba(184, 146, 61, 0.026) 44%, transparent 76%),
    radial-gradient(ellipse 58% 15% at 96% 31%, rgba(221, 192, 120, 0.055) 0%, rgba(184, 146, 61, 0.018) 48%, transparent 78%),
    radial-gradient(ellipse 72% 18% at 1% 49%, rgba(153, 115, 40, 0.055) 0%, rgba(110, 83, 25, 0.016) 52%, transparent 82%),
    radial-gradient(ellipse 66% 17% at 99% 67%, rgba(204, 164, 85, 0.07) 0%, rgba(184, 146, 61, 0.018) 50%, transparent 80%),
    radial-gradient(ellipse 80% 14% at 18% 86%, rgba(221, 192, 120, 0.045) 0%, rgba(184, 146, 61, 0.014) 50%, transparent 84%),
    linear-gradient(118deg, transparent 0 38%, rgba(204, 164, 85, 0.017) 48%, transparent 58% 100%),
    linear-gradient(180deg, #000000 0%, #020202 13%, #050403 33%, #020202 52%, #050403 72%, #020202 89%, #040302 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
}

/* A very subtle, full-height light structure makes the background feel like
   one designed image rather than a collection of independently styled bands. */
body.home-page::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, transparent 0%, rgba(221, 192, 120, 0.022) 50%, transparent 100%),
    repeating-linear-gradient(116deg, transparent 0 220px, rgba(255, 255, 255, 0.009) 221px, transparent 222px 440px);
  background-size: 100% 100%, 100% 100%;
  background-repeat: no-repeat;
}

/* Remove the old block backgrounds. Cards keep their glass surfaces, while
   the page canvas remains visible continuously behind every section. */
.home-page main,
.home-page main .section,
.home-page main .section--services,
.home-page main .section--work,
.home-page main .section--people,
.home-page main .section--process,
.home-page main .section--contact,
.home-page .footer {
  background-color: transparent;
  background-image: none;
}

/* Keep the contact area's large decorative orbit, but let it sit on the same
   global canvas instead of introducing a separate rectangular background. */
.home-page .section--contact::after {
  opacity: 0.72;
}

/* Footer continues the same canvas instead of ending in another black strip. */
.home-page .footer {
  position: relative;
}

/* With one more navigation item, keep the rhythm clean at large widths. */
@media (min-width: 1081px) {
  .home-page .nav__links {
    gap: clamp(0.9rem, 1.5vw, 2rem);
  }
  .home-page .nav__links a {
    font-size: clamp(0.68rem, 0.6rem + 0.16vw, 0.8rem);
    letter-spacing: clamp(0.1em, 0.08em + 0.04vw, 0.135em);
  }
}

/* Desktop refinement: more breathing room in the header navigation. */
@media (min-width: 1280px) {
  .nav__inner {
    gap: clamp(1rem, 1.8vw, 2.4rem);
  }
  .nav__links {
    gap: clamp(0.95rem, 1.5vw, 2.2rem);
  }
  .nav__links a {
    font-size: clamp(0.72rem, 0.64rem + 0.14vw, 0.82rem);
    letter-spacing: clamp(0.11em, 0.09em + 0.04vw, 0.145em);
    padding-block: 0.62rem;
  }
  .nav__brand img {
    height: 39px;
  }
  .nav__inner > .btn--outline {
    min-height: 38px;
    padding-inline: clamp(0.8rem, 1vw, 1.05rem);
    font-size: clamp(0.62rem, 0.56rem + 0.12vw, 0.74rem);
  }
}

/* Hamburger when inline navigation no longer fits on one line (JS: .nav--collapsed). */
@media (min-width: 821px) {
  .nav.nav--collapsed .nav__inner > nav {
    position: static;
    flex: 0 0 auto;
    width: 0;
    min-width: 0;
    overflow: visible;
  }

  .nav.nav--collapsed .nav__links:not(.is-open) {
    display: none;
  }

  .nav.nav--collapsed .nav__inner > .btn {
    display: none;
  }

  .nav.nav--collapsed .nav__toggle {
    display: inline-flex;
  }

  .nav.nav--collapsed .nav__links.is-open {
    display: flex;
    position: fixed;
    z-index: 12;
    top: calc(var(--nav-h) + var(--safe-top));
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: var(--sp-4) var(--page-gutter);
    border-bottom: 1px solid rgba(204, 164, 85, 0.14);
    background: rgba(3, 3, 3, 0.98);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 18px 40px -24px rgba(0, 0, 0, 0.95);
  }

  .nav.nav--collapsed .nav__links.is-open a {
    display: block;
    padding-block: var(--sp-3);
    font-family: var(--font-display);
    font-size: 0.78rem;
    font-weight: 400;
    letter-spacing: 0.16em;
    white-space: nowrap;
  }

  .nav.nav--collapsed .nav__links.is-open a::before {
    content: none;
  }

  .nav.nav--collapsed .nav__links.is-open a::after {
    left: 0;
    bottom: 0.35rem;
    width: 100%;
    transform: scaleX(0);
  }

  .nav.nav--collapsed .nav__links.is-open a[aria-current="page"]::after,
  .nav.nav--collapsed .nav__links.is-open a:hover::after {
    transform: scaleX(1);
  }
}

@media (max-width: 700px) {
  body.home-page {
    background-image:
      radial-gradient(ellipse 110% 10% at 10% 18%, rgba(204, 164, 85, 0.065), transparent 76%),
      radial-gradient(ellipse 115% 12% at 95% 43%, rgba(221, 192, 120, 0.048), transparent 80%),
      radial-gradient(ellipse 120% 12% at 0% 72%, rgba(184, 146, 61, 0.05), transparent 82%),
      linear-gradient(180deg, #000 0%, #030302 35%, #020202 68%, #040302 100%);
    background-size: 100% 100%;
  }
}

/* =========================================================================
   V6 — mobile-first cinematic polish, universal blur reveals & image cards
   ========================================================================= */

/* Every scroll entrance now shares one consistent blur/fade language. */
.reveal {
  opacity: 0;
  filter: blur(14px);
  transform: translate3d(0, 26px, 0) scale(0.985);
  transition:
    opacity 760ms var(--ease-out),
    transform 820ms var(--ease-out),
    filter 900ms var(--ease-out);
  will-change: opacity, transform, filter;
}
.reveal--left { transform: translate3d(-38px, 14px, 0) scale(0.985); }
.reveal--right { transform: translate3d(38px, 14px, 0) scale(0.985); }
.reveal--up { transform: translate3d(0, 36px, 0) scale(0.975); }
.reveal--scale { transform: translate3d(0, 18px, 0) scale(0.93); }
.reveal--fade { transform: translate3d(0, 8px, 0); }
.reveal.is-visible,
.reveal--left.is-visible,
.reveal--right.is-visible,
.reveal--up.is-visible,
.reveal--scale.is-visible,
.reveal--fade.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: none;
  will-change: auto;
}

/* Hero uses the same blur/fade motion, staggered on first paint. */
.hero__title,
.hero__sub,
.hero__actions,
.hero__stats,
.hero__scroll-cue {
  opacity: 0;
  filter: blur(16px);
  transform: translate3d(0, 24px, 0) scale(0.985);
  animation: heroBlurIn 900ms var(--ease-out) forwards;
}
.hero__title { animation-delay: 160ms; }
.hero__sub { animation-delay: 300ms; }
.hero__actions { animation-delay: 440ms; }
.hero__stats { animation-delay: 580ms; }
.hero__scroll-cue { animation-delay: 740ms; }
@keyframes heroBlurIn {
  to { opacity: 1; filter: blur(0); transform: none; }
}

/* A fine page-progress line becomes visible as the header condenses. */
.nav::before {
  content: "";
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-600), var(--gold-300), var(--gold-500));
  box-shadow: 0 0 12px rgba(221, 192, 120, 0.45);
  transform: scaleX(var(--page-progress, 0));
  transform-origin: left center;
  opacity: 0;
  transition: opacity 300ms ease;
  pointer-events: none;
}
.nav.is-scrolled::before { opacity: 0.72; }

/* Hero scroll cue. */
.hero__scroll-cue {
  position: absolute;
  left: var(--page-gutter);
  bottom: clamp(1rem, 3vh, 2rem);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(245, 242, 234, 0.52);
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.hero__scroll-cue i {
  position: relative;
  display: block;
  width: 48px;
  height: 1px;
  overflow: hidden;
  background: rgba(245, 242, 234, 0.18);
}
.hero__scroll-cue i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-gold);
  transform: translateX(-100%);
  animation: cueLine 2.2s var(--ease-in-out) infinite;
}
@keyframes cueLine {
  0%, 18% { transform: translateX(-100%); }
  62%, 100% { transform: translateX(100%); }
}

/* Image-led cards for “Ein Netzwerk mit eigener Substanz”. */
.brand-grid { align-items: stretch; }
.brand-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(204, 164, 85, 0.17);
  border-radius: 14px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012)),
    rgba(5, 5, 5, 0.76);
  box-shadow: var(--glass-shadow);
  isolation: isolate;
  cursor: pointer;
  transition:
    transform 560ms var(--ease-out),
    border-color 360ms ease,
    box-shadow 560ms var(--ease-out);
}
.brand-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #070707;
}
.brand-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06) 18%, rgba(0, 0, 0, 0.18) 56%, rgba(0, 0, 0, 0.92) 100%),
    linear-gradient(110deg, rgba(204, 164, 85, 0.08), transparent 42%);
  pointer-events: none;
}
.brand-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.04) brightness(0.88);
  transition: transform 900ms var(--ease-out), filter 520ms ease;
}
.brand-card__headline {
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  margin: 0;
  text-transform: uppercase;
  font-family: var(--font-hero);
  font-size: clamp(1.06rem, 2.3vw, 1.7rem);
  line-height: 0.92;
  letter-spacing: 0.09em;
  color: rgba(245, 242, 234, 0.92);
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.78);
  pointer-events: none;
}
.brand-card__headline-accent { color: rgba(221, 192, 120, 0.96); }
.brand-card__index {
  position: absolute;
  z-index: 2;
  top: 1rem;
  right: 1rem;
  color: rgba(245, 242, 234, 0.42);
  font-family: var(--font-hero);
  font-size: 0.86rem;
  letter-spacing: 0.12em;
}
.brand-card__media .brand-card__type {
  position: absolute;
  z-index: 2;
  left: 1rem;
  bottom: 0.9rem;
  margin: 0;
  padding: 0.42rem 0.62rem;
  border: 1px solid rgba(221, 192, 120, 0.24);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.46);
  color: rgba(230, 207, 148, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
}
.brand-card__content {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: center;
  flex: 1;
  padding: 1.2rem;
}
.brand-card__mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  flex: none;
  border: 1px solid rgba(204, 164, 85, 0.18);
  border-radius: 9px;
  background: rgba(204, 164, 85, 0.045);
}
.brand-card__mark img { width: 78%; height: 78%; object-fit: contain; }
.brand-card__arrow {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(204, 164, 85, 0.14);
  border-radius: 50%;
  color: rgba(221, 192, 120, 0.7);
  font-size: 0.7rem;
  transition: transform 420ms var(--ease-out), background 320ms ease, color 320ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .brand-card:hover {
    transform: translateY(-9px);
    border-color: rgba(221, 192, 120, 0.38);
    box-shadow: 0 30px 72px -30px rgba(0, 0, 0, 0.96), 0 0 32px rgba(184, 146, 61, 0.1);
  }
  .brand-card:hover .brand-card__media img { transform: scale(1.065); filter: saturate(0.98) contrast(1.06) brightness(0.98); }
  .brand-card:hover .brand-card__arrow { transform: translate(2px, -2px); background: var(--gradient-gold-v); color: #151009; }
}

/* Fine tactile feedback for touch screens. */
@media (hover: none) and (pointer: coarse) {
  .work-card:active,
  .service-card:active,
  .asset:active,
  .profile:active,
  .brand-card:active,
  .step--detailed:active {
    transform: scale(0.985);
    border-color: rgba(221, 192, 120, 0.38);
  }
}

/* -------------------------------------------------------------------------
   Mobile: designed as a native cinematic experience, not a stacked desktop.
   ------------------------------------------------------------------------- */
@media (max-width: 820px) {
  :root {
    --nav-h: 64px;
    --page-gutter: clamp(1rem, 4.8vw, 1.45rem);
    --mobile-nav-edge: max(var(--page-gutter), env(safe-area-inset-right, 0px));
  }

  html { scroll-padding-top: calc(var(--nav-h) + var(--safe-top) + 0.75rem); }
  body.home-page { overscroll-behavior-y: none; }
  /* Der fixe Grain-Layer erzeugt in Safari eine zweite bildschirmweite
     Compositing-Fläche. Mobil ist die Textur kaum sichtbar und wird entfernt. */
  body::before { display: none; }
  .home-page main { overflow: clip; }
  .section { padding-block: clamp(3.8rem, 13vw, 5.5rem); }
  .section--tight { padding-block: clamp(3.6rem, 12vw, 5rem); }

  /* Beim Scrollen verdichtet sich der Header zu einer schwebenden Glas-Pille,
     die nur noch den Menue-Button traegt. Da dann kein Balken mehr an der
     Viewport-Oberkante klebt, entfaellt die harte Kante unter der iOS-
     Statusleiste, in die Safari ohnehin eigenmaechtig Seiteninhalt zeichnet. */
  .nav,
  .nav.is-scrolled,
  .nav.is-scrolled:not(.is-past-hero),
  .nav.is-past-hero,
  .nav:has(.nav__links.is-open),
  body:not(.home-page) .nav,
  body:not(.home-page) .nav.is-scrolled,
  body:not(.home-page) .nav.is-scrolled:not(.is-past-hero),
  body:not(.home-page) .nav.is-past-hero {
    background-color: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
  }

  /* Haarlinie und Fortschrittsbalken gehoeren zum durchgehenden Balken. */
  .nav::after,
  .nav::before {
    display: none;
  }

  .nav {
    right: auto;
    overflow: visible;
    transition:
      top 620ms var(--ease-out),
      left 620ms var(--ease-out),
      width 620ms var(--ease-out),
      height 560ms var(--ease-out);
  }
  .nav.is-scrolled,
  .nav.is-past-hero {
    top: 8px;
    left: calc(100% - var(--mobile-nav-edge) - 42px);
    width: 42px;
    height: 42px;
    padding-top: 0;
  }
  .nav__inner {
    position: relative;
    height: 100%;
    min-height: 0;
    padding-inline: 0;
  }

  /* Das Logo weicht der Pille und kehrt mit geoeffnetem Menue zurueck.
     z-index haelt es ueber dem Vollbild-Overlay. */
  .nav__brand {
    position: absolute;
    z-index: 13;
    left: var(--page-gutter);
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center;
    transition:
      left 620ms var(--ease-out),
      opacity 480ms var(--ease-out),
      transform 620ms var(--ease-out);
  }
  .nav__brand img,
  .nav.is-past-hero .nav__brand img {
    height: 29px;
    transition: height 560ms var(--ease-out);
  }
  /* Das Logo wandert nach rechts in die Pille und schrumpft dabei weg. */
  .nav.is-scrolled .nav__brand {
    left: 0;
    opacity: 0;
    transform: translateY(-50%) scale(0.28);
    pointer-events: none;
  }
  .nav:has(.nav__links.is-open) {
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--nav-h) + var(--safe-top));
    padding-top: var(--safe-top);
  }
  .nav:has(.nav__links.is-open) .nav__brand {
    left: var(--page-gutter);
    opacity: 1;
    transform: translateY(-50%);
    pointer-events: auto;
  }

  .nav__toggle {
    position: absolute;
    z-index: 13;
    top: 50%;
    right: var(--mobile-nav-edge);
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border-color: rgba(204, 164, 85, 0.16);
    background: rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition:
      width 560ms var(--ease-out),
      height 560ms var(--ease-out),
      right 620ms var(--ease-out),
      background-color 420ms var(--ease-out),
      border-color 420ms var(--ease-out),
      box-shadow 420ms var(--ease-out);
  }
  /* Liquid Glass: Blur mit Saettigung, helle Lichtkante oben, weicher Schatten. */
  .nav.is-scrolled .nav__toggle,
  .nav:has(.nav__links.is-open) .nav__toggle {
    width: 42px;
    height: 42px;
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(12, 12, 14, 0.46);
    backdrop-filter: blur(24px) saturate(185%) brightness(1.14);
    -webkit-backdrop-filter: blur(24px) saturate(185%) brightness(1.14);
    box-shadow:
      0 12px 30px -12px rgba(0, 0, 0, 0.9),
      0 3px 10px -6px rgba(0, 0, 0, 0.7),
      inset 0 1px 0 rgba(255, 255, 255, 0.2),
      inset 0 -1px 0 rgba(255, 255, 255, 0.06);
  }
  .nav.is-scrolled .nav__toggle { right: 0; }
  .nav:has(.nav__links.is-open) .nav__toggle {
    right: var(--mobile-nav-edge);
  }
  .nav__toggle .icon { width: 21px; height: 21px; transition: transform 420ms var(--ease-out); }
  .nav__toggle[aria-expanded="true"] .icon { transform: rotate(90deg); }
  .nav__links,
  .nav__links.is-open {
    position: fixed;
    z-index: 12;
    inset: 0;
    top: 0;
    height: 100dvh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    margin: 0;
    /* Vollflächiges Overlay: Hintergrund edge-to-edge, Inhalt in der Safe Area. */
    padding:
      calc(var(--nav-h) + var(--safe-top) + 0.9rem)
      max(var(--page-gutter), env(safe-area-inset-right, 0px))
      max(1.25rem, var(--safe-bottom))
      max(var(--page-gutter), env(safe-area-inset-left, 0px));
    border: 0;
    background:
      radial-gradient(circle at 86% 12%, rgba(204, 164, 85, 0.16), transparent 34%),
      radial-gradient(circle at 5% 90%, rgba(184, 146, 61, 0.1), transparent 38%),
      rgba(2, 2, 2, 0.965);
    backdrop-filter: blur(24px) saturate(125%);
    -webkit-backdrop-filter: blur(24px) saturate(125%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -14px, 0) scale(1.015);
    filter: blur(12px);
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    transition:
      opacity 420ms var(--ease-out),
      visibility 420ms,
      transform 520ms var(--ease-out),
      filter 520ms var(--ease-out);
    counter-reset: mobile-nav;
  }
  .nav__links::-webkit-scrollbar { display: none; }
  .nav__links.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    filter: blur(0);
  }
  .nav__links li {
    flex: 0 0 auto;
    counter-increment: mobile-nav;
    border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  }
  .nav__links li:first-child { border-top: 1px solid rgba(255, 255, 255, 0.065); }
  .nav__links a,
  .nav__links.is-open a {
    display: grid;
    grid-template-columns: 2.5rem 1fr auto;
    align-items: center;
    width: 100%;
    padding: 0.9rem 0;
    color: rgba(245, 242, 234, 0.78);
    font-family: var(--font-hero);
    font-size: clamp(1.25rem, 6vw, 1.65rem);
    font-weight: 400;
    letter-spacing: 0.07em;
  }
  .nav__links a::before {
    content: "0" counter(mobile-nav);
    color: rgba(204, 164, 85, 0.58);
    font-family: var(--font-body);
    font-size: 0.58rem;
    letter-spacing: 0.14em;
  }
  .nav__links a::after {
    position: static;
    width: 28px;
    height: 1px;
    transform: scaleX(0.25);
    background: var(--gradient-gold);
    opacity: 0.35;
  }
  .nav__links a[aria-current="page"]::after { transform: scaleX(1); opacity: 1; }

  /* Mobile hero: dedicated portrait crop, no transforms, full decode sharpness.
     Der Hero läuft absichtlich bis unter die Statusleiste — der Freiraum für
     Notch und Header entsteht über das padding-block von .hero__content. */
  .hero {
    align-items: flex-end;
    padding-top: 0;
  }
  .hero__img--desktop,
  .hero__picture--desktop {
    display: none !important;
  }
  .hero__picture--mobile,
  .hero__img--mobile {
    display: block;
  }
  .hero__media img,
  .hero__media .hero__img {
    object-fit: cover;
    object-position: var(--hero-focus-x-mobile, var(--hero-focus-x, 72%)) var(--hero-focus-y, center);
    animation: none;
    transform: none;
    will-change: auto;
    image-rendering: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .hero__media::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.04) 24%, rgba(0, 0, 0, 0.38) 54%, rgba(0, 0, 0, 0.92) 82%, #000 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.08) 72%);
  }
  .hero__content {
    width: 100%;
    max-width: none;
    padding-block: clamp(8rem, 25vh, 14rem) calc(4.4rem + var(--safe-bottom));
  }
  .hero__title {
    --title-ch: 9;
    max-width: none;
    margin-bottom: 1.65rem;
    font-size: clamp(4.2rem, 20.5vw, 7.1rem);
    line-height: 0.84;
    letter-spacing: 0.008em;
    text-wrap: unset;
  }
  .hero__title .line-white,
  .hero__title .gold,
  .hero__title .hero__title-line {
    display: block;
  }
  .hero__title .hero__title-line + .hero__title-line::before {
    content: none;
  }
  .hero__sub {
    max-width: 31rem;
    margin-bottom: 1.35rem;
    color: rgba(245, 242, 234, 0.72);
    font-size: clamp(0.74rem, 3.1vw, 0.92rem);
    line-height: 1.65;
    letter-spacing: 0.095em;
  }
  .hero__actions {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 0.65rem;
    margin-bottom: 1.35rem;
  }
  .hero__actions .btn {
    min-width: 0;
    min-height: 50px;
    padding-inline: 0.8rem;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }
  .hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    max-width: none;
    gap: 0;
    padding: 0.8rem 0.35rem;
    border: 1px solid rgba(221, 192, 120, 0.16);
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.018)), rgba(0,0,0,0.34);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 18px 50px rgba(0,0,0,0.28);
    backdrop-filter: blur(18px) saturate(130%);
    -webkit-backdrop-filter: blur(18px) saturate(130%);
  }
  .hero__stats .stat { padding-inline: 0.3rem; }
  .hero__stats .stat + .stat { border-left: 1px solid rgba(255, 255, 255, 0.08); }
  .stat__num { font-size: clamp(1.65rem, 8vw, 2.25rem); }
  .stat__label { max-width: 10ch; font-size: 0.52rem; letter-spacing: 0.14em; }
  .hero__scroll-cue { display: none; }

  /* Headings breathe better on narrow screens. */
  .services-head { margin-bottom: 1.65rem; }
  .services-head__line { min-width: 1.25rem; opacity: 0.72; }
  .services-head__center { padding-inline: 0.7rem; }
  .services-head__eyebrow { font-size: 0.59rem; letter-spacing: 0.24em; }
  .services-head--featured .services-head__title,
  .services-head__title {
    padding-inline: 0.7rem;
    font-size: clamp(1.15rem, 5.7vw, 1.55rem);
    letter-spacing: 0.11em;
    line-height: 1.2;
    text-wrap: balance;
  }

  /* Native horizontal rails show a deliberate “next card” peek. */
  .home-page .work-grid,
  .home-page .services-grid,
  .home-page .grid--assets,
  .home-page .brand-grid {
    display: flex;
    width: auto;
    gap: 0.85rem;
    margin-inline: calc(var(--page-gutter) * -1);
    padding: 0.15rem var(--page-gutter) 1.15rem;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: var(--page-gutter);
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .home-page .work-grid::-webkit-scrollbar,
  .home-page .services-grid::-webkit-scrollbar,
  .home-page .grid--assets::-webkit-scrollbar,
  .home-page .brand-grid::-webkit-scrollbar { display: none; }
  .home-page .work-grid > *,
  .home-page .services-grid > *,
  .home-page .grid--assets > *,
  .home-page .brand-grid > * {
    flex: 0 0 min(82vw, 390px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .home-page .services-grid > * { flex-basis: min(72vw, 330px); }
  .home-page .grid--assets > * { flex-basis: min(78vw, 360px); }
  .home-page .brand-grid > * { flex-basis: min(84vw, 390px); }

  .work-card__media { aspect-ratio: 16 / 10; }
  .work-card__body { padding: 1.15rem; }
  .work-card__play { width: 48px; height: 48px; }
  .service-card { min-height: 285px; padding: 2.5rem 1rem 2rem; }
  .asset { min-height: 365px; }

  /* People remain vertically discoverable and get a more cinematic crop. */
  .people-intro { margin-bottom: 1.5rem; text-align: left; }
  .people-intro p { font-size: 0.9rem; line-height: 1.78; }
  .people-grid { gap: 1rem; }
  .profile--person { border-radius: 14px; }
  .profile--person .profile__media { height: min(105vw, 470px); }
  .profile--person .profile__head { left: 1.1rem; right: 1.1rem; bottom: 1.05rem; }
  .profile--person .profile__name { font-size: clamp(1.65rem, 8vw, 2.25rem); }
  .profile--person .profile__body { padding: 1.15rem; }
  .profile__facts { gap: 0.4rem; }
  .profile__facts span { font-size: 0.58rem; }

  /* Inventory is compact, scannable and thumb-friendly. */
  .assets-intro { margin-bottom: 1.4rem; text-align: left; font-size: 0.88rem; line-height: 1.75; }
  .asset-inventory { margin-top: 1rem; gap: 0.8rem; }
  .inventory-panel { padding: 1.1rem; }
  .inventory-panel__head { margin-bottom: 1rem; }
  .inventory-panel__icon { width: 42px; height: 42px; }
  .inventory-groups { gap: 0.85rem; }
  .inventory-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }
  .inventory-list li {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 0.55rem 0.65rem 0.55rem 1.15rem;
    border: 1px solid rgba(255,255,255,0.065);
    border-radius: 8px;
    background: rgba(255,255,255,0.02);
    font-size: 0.66rem;
  }
  .inventory-list li::before {
    top: 50%;
    left: 0.58rem;
    transform: translateY(-50%);
  }

  /* The production process becomes a true vertical mobile timeline. */
  .process-intro { gap: 1.5rem; margin-bottom: 1.65rem; }
  .process-intro__copy h3 { font-size: clamp(2.1rem, 10vw, 3rem); }
  .process-intro__facts > div { min-height: 56px; }
  .process-flow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding-left: 1.35rem;
  }
  .process-flow::before {
    content: "";
    position: absolute;
    left: 0.25rem;
    top: 1.2rem;
    bottom: 1.2rem;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(221, 192, 120, 0.5) 12%, rgba(204, 164, 85, 0.16) 86%, transparent);
    box-shadow: 0 0 14px rgba(204, 164, 85, 0.18);
  }
  .process-flow__track { display: none; }
  .step--detailed { min-height: 0; padding: 1.15rem; border-radius: 12px; }
  .step--detailed::after { inset-inline: 1rem; }
  .step__topline { margin-bottom: 1.1rem; }
  .step--detailed .step__num { font-size: 2.65rem; }
  .step__tag { padding-top: 0.35rem; font-size: 0.52rem; }
  .step--detailed .step__desc { min-height: 0; }
  .step__list { margin-top: 0.9rem; padding-top: 0.9rem; }
  .process-deliverables {
    justify-content: flex-start;
    margin-top: 1rem;
    padding: 0.75rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }
  .process-deliverables::-webkit-scrollbar { display: none; }
  .process-deliverables span { flex: none; }

  /* Brand imagery dominates the mobile card. */
  .brand-card__media { aspect-ratio: 4 / 3; }
  .brand-card__content { padding: 1rem; }
  .brand-card__mark { width: 40px; height: 40px; }
  .brand-card .partner__name { font-size: 1.28rem; }

  /* Contact form becomes a premium full-width mobile panel. */
  .section--contact { padding-bottom: calc(4.5rem + var(--safe-bottom)); }
  .contact-shell { gap: 1.8rem; }
  .contact-copy { padding-top: 0; }
  .contact-copy__title { max-width: 9ch; font-size: clamp(3.2rem, 16vw, 5.2rem); line-height: 0.88; }
  .contact-copy__lead { font-size: 0.88rem; line-height: 1.75; }
  .contact-points { gap: 0.7rem; }
  .contact-point { padding: 0.85rem; border: 1px solid rgba(255,255,255,0.055); border-radius: 10px; background: rgba(255,255,255,0.018); }
  .contact-form { margin-inline: calc(var(--page-gutter) * -0.2); padding: 1.05rem; border-radius: 13px; }
  .form-grid { gap: 0.85rem; }
  .form-field input,
  .form-field select,
  .form-field textarea {
    min-height: 52px;
    font-size: 16px; /* prevents iOS input zoom */
  }
  .form-field textarea { min-height: 150px; }
  .contact-form__footer { margin-top: 1rem; }
  .contact-form__submit { min-height: 54px; }

  /* Footer feels lighter and less like a desktop table. */
  .footer { padding-block: 3.5rem calc(1.5rem + var(--safe-bottom)); }
  .footer__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem 1rem; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__brand img { height: 30px; }
  .footer__brand p { max-width: 34rem; }
  .footer__col h4 { font-size: 0.68rem; }
  .footer__col a,
  .footer__col li { font-size: 0.72rem; }
  .footer__bottom { align-items: flex-start; gap: 0.8rem; }
}

@media (max-width: 520px) {
  .hero__content { padding-top: clamp(7rem, 20vh, 10rem); }
  .hero__actions { grid-template-columns: 1fr; }
  .hero__actions .btn { width: 100%; }
  .hero__stats { margin-top: 0.2rem; }
  .stat__num { font-size: 1.65rem; }

  .home-page .work-grid > * { flex-basis: 86vw; }
  .home-page .services-grid > * { flex-basis: 77vw; }
  .home-page .grid--assets > * { flex-basis: 84vw; }
  .home-page .brand-grid > * { flex-basis: 88vw; }

  .inventory-list { grid-template-columns: 1fr; }
  .brand-card__content { grid-template-columns: auto minmax(0, 1fr); }
  .brand-card__arrow { display: none; }
  .contact-form__topline { gap: 0.55rem; }
  .footer__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 370px) {
  :root { --page-gutter: 0.9rem; }
  .hero__title { font-size: 4rem; }
  .hero__stats { padding-inline: 0.15rem; }
  .stat__label { font-size: 0.48rem; }
  .nav__links a,
  .nav__links.is-open a { font-size: 1.15rem; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .hero__title,
  .hero__sub,
  .hero__actions,
  .hero__stats,
  .hero__scroll-cue {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
    transition: none;
  }
  .hero__scroll-cue i::after { animation: none; transform: none; }
}

/* =========================================================================
   V7 — edge-to-edge mobile hero, no sideways rails and cleaner real footer
   ========================================================================= */

/* The hero image always starts at the physical top edge. Navigation floats
   above it instead of reserving a dark strip. A second, long fade bridges the
   photography into the shared page canvas without a visible seam. */
.home-page .hero {
  isolation: isolate;
  margin-top: 0;
  padding-top: 0;
}
.home-page .hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: -2px;
  height: clamp(110px, 19vh, 220px);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(2, 2, 2, 0) 0%,
    rgba(2, 2, 2, 0.24) 28%,
    rgba(2, 2, 2, 0.76) 68%,
    #020202 100%
  );
}
.home-page .hero__media {
  inset: -2px 0 -3px;
}
.home-page .hero__media img {
  min-height: 100%;
}

/* Footer: brand + three compact columns. */
.home-page .footer__grid {
  grid-template-columns: minmax(260px, 1.8fr) minmax(120px, 0.8fr) minmax(140px, 0.9fr) minmax(150px, 1fr);
  align-items: start;
}

@media (max-width: 1024px) {
  .home-page .footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .home-page .footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .home-page .hero__media .hero__img--mobile {
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: var(--hero-focus-x-mobile, var(--hero-focus-x, 72%)) var(--hero-focus-y, center);
  }
  .home-page .hero__media::after {
    background:
      linear-gradient(180deg,
        rgba(0, 0, 0, 0.05) 0%,
        rgba(0, 0, 0, 0.02) 22%,
        rgba(0, 0, 0, 0.30) 53%,
        rgba(1, 1, 1, 0.78) 78%,
        #020202 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.08) 72%);
  }
  .home-page .hero::after {
    height: clamp(130px, 22vh, 230px);
  }

  /* Every mobile section heading follows the reading edge. Decorative rules
     disappear on narrow screens so the typography feels deliberate, not
     squeezed into a desktop component. */
  .home-page .services-head,
  .home-page .section-head {
    display: block;
    width: 100%;
    text-align: left;
  }
  .home-page .services-head__line {
    display: none;
  }
  .home-page .services-head__center {
    width: 100%;
    max-width: none;
    padding-inline: 0;
    text-align: left;
  }
  .home-page .services-head__eyebrow,
  .home-page .services-head__title,
  .home-page .services-head--featured .services-head__title,
  .home-page .section-title {
    width: 100%;
    padding-inline: 0;
    text-align: left;
    text-wrap: pretty;
  }
  .home-page .divider {
    margin-left: 0;
    margin-right: auto;
  }

  /* No sideways interaction is required anywhere on mobile. Former carousel
     rails become compact editorial grids and bento layouts. */
  .home-page .work-grid,
  .home-page .services-grid,
  .home-page .grid--assets,
  .home-page .brand-grid {
    display: grid;
    width: 100%;
    margin-inline: 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
    scroll-padding-inline: 0;
    overscroll-behavior-inline: auto;
  }
  .home-page .work-grid > *,
  .home-page .services-grid > *,
  .home-page .grid--assets > *,
  .home-page .brand-grid > * {
    min-width: 0;
    width: auto;
    flex: initial;
    scroll-snap-align: none;
  }

  .home-page .work-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  /* Services: uniform two-column grid — every card shares the same size. */
  .home-page .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 0.75rem;
  }
  .home-page .service-card {
    min-height: 240px;
    height: 100%;
    padding: 2rem 0.8rem 1.55rem;
  }
  /* Fifth card: centered in the last row, same width as the others. */
  .home-page .services-grid > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc((100% - 0.75rem) / 2);
    max-width: calc((100% - 0.75rem) / 2);
    justify-self: center;
  }

  /* Assets: one full-width card per row on mobile — no orphan half-width card. */
  .home-page .grid--assets {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .home-page .grid--assets > * {
    grid-column: 1;
  }
  .home-page .grid--assets .asset {
    min-height: 300px;
  }
  .home-page .grid--assets > :first-child {
    min-height: 350px;
  }

  .home-page .brand-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  /* Deliverables wrap inside the viewport instead of becoming another
     horizontal strip. The label gets its own row. */
  .home-page .process-deliverables {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    gap: 0.5rem;
    overflow: visible;
    flex-wrap: initial;
    padding: 0.75rem;
  }
  .home-page .process-deliverables__label {
    grid-column: 1 / -1;
    width: 100%;
    padding: 0 0 0.25rem;
    border: 0;
    text-align: left;
  }
  .home-page .process-deliverables span:not(.process-deliverables__label) {
    min-width: 0;
    width: 100%;
    padding-inline: 0.55rem;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .home-page .footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .home-page .footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .home-page .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-page .service-card {
    min-height: 220px;
    height: 100%;
    padding: 1.65rem 0.65rem 1.35rem;
  }
  .home-page .services-grid > :last-child:nth-child(odd) {
    width: calc((100% - 0.65rem) / 2);
    max-width: calc((100% - 0.65rem) / 2);
  }
  .home-page .service-card__icon {
    width: 46px;
    height: 46px;
    margin-bottom: 0.8rem;
  }
  .home-page .service-card__icon .ui-icon {
    width: 1.7rem;
    height: 1.7rem;
  }
  .home-page .service-card__title {
    font-size: 1.08rem;
  }
  .home-page .service-card__desc {
    font-size: 0.68rem;
  }

  .home-page .grid--assets {
    gap: 0.65rem;
  }
  .home-page .grid--assets .asset {
    min-height: 280px;
  }
  .home-page .grid--assets > :first-child {
    min-height: 330px;
  }
  .home-page .asset__body {
    padding: 1rem;
  }

  .home-page .process-deliverables {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .footer__grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .home-page .footer__brand,
  .home-page .footer__col {
    grid-column: 1;
  }
}

@media (max-width: 370px) {
  .home-page .services-grid {
    grid-template-columns: 1fr;
  }
  .home-page .services-grid > * {
    grid-column: 1;
  }
  .home-page .services-grid > :last-child:nth-child(odd) {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }
  .home-page .grid--assets .asset {
    min-height: 290px;
  }
}


/* =========================================================================
   V8 — hero: full-bleed cover, adjustable horizontal focus, bottom fade
   ========================================================================= */

.home-page .hero__media {
  inset: 0;
}

.home-page .hero__media .hero__img--desktop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: var(--hero-focus-x, 72%) var(--hero-focus-y, center);
  transform: none;
  transform-origin: var(--hero-focus-x, 72%) var(--hero-focus-y, center);
  animation: none;
}

.home-page .hero__media .hero__picture--mobile,
.home-page .hero__media .hero__img--mobile {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: var(--hero-focus-x-mobile, var(--hero-focus-x, 72%)) var(--hero-focus-y, center);
  transform: none;
  animation: none;
}

.home-page .hero__media::after {
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.02) 0%,
    rgba(0, 0, 0, 0.02) 38%,
    rgba(0, 0, 0, 0.22) 58%,
    rgba(1, 1, 1, 0.72) 82%,
    #020202 100%
  );
}

/* Desktop only: left text scrim — dark → transparent over the text column */
@media (min-width: 821px) {
  .home-page .hero__media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.92) 0%,
      rgba(0, 0, 0, 0.78) 8%,
      rgba(0, 0, 0, 0.55) 18%,
      rgba(0, 0, 0, 0.28) 28%,
      rgba(0, 0, 0, 0.08) 36%,
      transparent 44%
    );
  }
}

@media (max-width: 820px) {
  .home-page .hero__media {
    top: 0;
    bottom: 0;
  }

  .home-page .hero__media .hero__img--mobile {
    object-position: var(--hero-focus-x-mobile, var(--hero-focus-x, 72%)) var(--hero-focus-y, center);
    transform: none;
    will-change: auto;
  }

  .home-page .hero__media::after {
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.02) 0%,
        rgba(0, 0, 0, 0.01) 30%,
        rgba(0, 0, 0, 0.24) 55%,
        rgba(1, 1, 1, 0.78) 80%,
        #020202 100%
      ),
      linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.02) 58%);
  }
}

@media (min-width: 821px) {
  .hero__picture--mobile,
  .hero__img--mobile {
    display: none !important;
  }
  .hero__img--desktop {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .hero__media .hero__img--desktop,
  .home-page .hero__media .hero__img--mobile {
    animation: none;
  }
}

/* SEO / Accessibility */
.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;
}

.section--faq {
  padding-block: clamp(4rem, 8vw, 6rem);
}

.faq-list {
  display: grid;
  gap: var(--sp-3);
  max-width: 52rem;
  margin-inline: auto;
}

.faq-item {
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-radius: var(--radius-md, 12px);
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(8px);
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.15rem 1.35rem;
  font-family: var(--font-display, "Oswald", sans-serif);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-text, #f5f5f5);
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--color-accent, #d4af37);
  font-weight: 600;
}

.faq-item[open] summary::after { content: "−"; }

.faq-item summary:hover,
.faq-item summary:focus-visible {
  color: var(--color-accent, #d4af37);
  outline: none;
}

.faq-item__answer {
  padding: 0 1.35rem 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.faq-item__answer p {
  margin: 1rem 0 0;
  color: rgba(245, 245, 245, 0.78);
  line-height: 1.65;
}

.faq-item__answer a {
  color: var(--color-accent, #d4af37);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

@media (prefers-reduced-motion: no-preference) {
  .faq-item[open] .faq-item__answer {
    animation: faqReveal 240ms ease;
  }
}

@keyframes faqReveal {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- self-hosted sprite icons (Heroicons + Simple Icons) ---------- */
.ui-icon {
  width: 1.15em;
  height: 1.15em;
  display: inline-block;
  vertical-align: -0.15em;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.ui-icon--solid {
  fill: currentColor;
  stroke: none;
}

.ui-icon:has(use[href*="icon-play"]),
.ui-icon:has(use[href*="icon-instagram"]),
.ui-icon:has(use[href*="icon-youtube"]) {
  fill: currentColor;
  stroke: none;
}

.service-card__icon .ui-icon,
.role-card__icon .ui-icon,
.inventory-panel__icon .ui-icon,
.contact-point__icon .ui-icon {
  width: 1.35rem;
  height: 1.35rem;
}

.work-card__play .ui-icon {
  width: 1.1rem;
  height: 1.1rem;
}

.brand-card__arrow .ui-icon,
.link-card a .ui-icon {
  width: 1rem;
  height: 1rem;
}

.btn .ui-icon {
  width: 1.05rem;
  height: 1.05rem;
}

/* ---------- footer legal links ---------- */
.footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.1rem;
  align-items: center;
}

.footer__legal a,
.footer__legal button {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: rgba(245, 242, 234, 0.45);
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  transition: color var(--transition);
}

.footer__legal a:hover,
.footer__legal button:hover,
.footer__legal a:focus-visible,
.footer__legal button:focus-visible {
  color: var(--color-accent);
  outline: none;
}

/* ---------- cookie consent ---------- */
body.consent-locked {
  overflow: hidden;
}

body.consent-locked #main,
body.consent-locked .nav,
body.consent-locked .footer {
  pointer-events: none;
  user-select: none;
}

#consent-root {
  position: relative;
  z-index: 20000;
}

.consent-backdrop {
  position: fixed;
  inset: 0;
  z-index: 20000;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(3px);
  pointer-events: auto;
}

.consent-backdrop[hidden],
.consent-backdrop:not(.is-visible) {
  display: none !important;
}

.consent-banner,
.consent-modal {
  position: fixed;
  z-index: 20001;
  pointer-events: auto;
}

.consent-banner {
  left: max(var(--sp-4), env(safe-area-inset-left, 0px));
  right: max(var(--sp-4), env(safe-area-inset-right, 0px));
  bottom: calc(var(--sp-4) + var(--safe-bottom));
  max-width: 42rem;
  margin: 0 auto;
  padding: var(--sp-5);
  border: 1px solid var(--color-border-strong);
  border-radius: var(--radius-lg);
  background: rgba(10, 10, 10, 0.98);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-lift);
}

.consent-banner[hidden],
.consent-modal[hidden] {
  display: none !important;
}

.consent-banner.is-open,
.consent-modal.is-open {
  display: block;
}

.consent-modal.is-open {
  display: flex;
}

.consent-banner__title {
  margin: 0 0 var(--sp-2);
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.consent-banner__text,
.consent-modal__intro {
  margin: 0 0 var(--sp-4);
  color: var(--color-text-secondary);
  font-size: var(--fs-body-sm);
  line-height: 1.6;
}

.consent-banner__actions,
.consent-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
}

.consent-modal {
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--sp-5);
  background: rgba(0, 0, 0, 0.72);
}

.consent-modal__panel {
  width: min(100%, 34rem);
  max-height: min(88vh, 720px);
  overflow: auto;
  padding: var(--sp-6);
  border: 1px solid var(--color-border-strong);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
}

.consent-modal__title {
  margin: 0 0 var(--sp-3);
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.consent-category {
  padding: var(--sp-4) 0;
  border-top: 1px solid var(--color-hairline);
}

.consent-category:first-of-type {
  border-top: 0;
}

.consent-category__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
}

.consent-category__head h3 {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}

.consent-category__head span {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.consent-category p {
  margin: var(--sp-2) 0 0;
  color: var(--color-text-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.consent-toggle {
  position: relative;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
}

.consent-toggle input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.consent-toggle input:disabled {
  cursor: not-allowed;
}

.consent-toggle input:not(:disabled) {
  cursor: pointer;
}

.consent-fab {
  position: fixed;
  right: max(0.65rem, env(safe-area-inset-right, 0px));
  bottom: calc(0.65rem + var(--safe-bottom));
  z-index: 19999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: rgba(10, 10, 10, 0.45);
  color: rgba(255, 255, 255, 0.38);
  cursor: pointer;
  opacity: 0.55;
  transition:
    color var(--transition),
    border-color var(--transition),
    background var(--transition),
    opacity var(--transition),
    transform var(--dur-fast) var(--ease-out);
}

.consent-fab .icon {
  width: 13px;
  height: 13px;
}

.consent-fab:hover,
.consent-fab:focus-visible {
  color: var(--color-accent);
  border-color: rgba(184, 146, 61, 0.45);
  background: rgba(10, 10, 10, 0.82);
  opacity: 1;
  outline: none;
}

body.consent-locked .consent-fab {
  bottom: calc(0.65rem + 11rem + var(--safe-bottom));
}

.consent-banner.is-open ~ .consent-fab,
.consent-modal.is-open ~ .consent-fab {
  opacity: 0;
  pointer-events: none;
}

.consent-toggle__track {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.12);
  transition: background var(--transition);
}

.consent-toggle__track::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-text);
  transition: transform var(--transition);
}

.consent-toggle input:checked + .consent-toggle__track {
  background: rgba(184, 146, 61, 0.55);
}

.consent-toggle input:checked + .consent-toggle__track::after {
  transform: translateX(20px);
}

.consent-toggle input:disabled + .consent-toggle__track {
  opacity: 0.55;
}

/* ---------- legal pages ---------- */
.legal-page main {
  padding-top: calc(var(--nav-h) + var(--safe-top) + var(--sp-6));
}

.legal-hero {
  padding: var(--sp-7) 0 var(--sp-5);
}

.legal-hero__eyebrow {
  margin: 0 0 var(--sp-2);
  font-size: var(--fs-eyebrow);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-accent);
}

.legal-hero__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.legal-hero__meta {
  margin: var(--sp-3) 0 0;
  color: var(--color-text-muted);
  font-size: var(--fs-body-sm);
}

.legal-content {
  padding-bottom: var(--sp-9);
}

.legal-section {
  margin-bottom: var(--sp-6);
  padding: var(--sp-5);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.02);
}

.legal-section h2 {
  margin: 0 0 var(--sp-3);
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.legal-section h3 {
  margin: var(--sp-4) 0 var(--sp-2);
  font-size: 1rem;
}

.legal-section p,
.legal-section li {
  color: var(--color-text-secondary);
  line-height: 1.65;
}

.legal-section ul {
  margin: 0;
  padding-left: 1.2rem;
}

.legal-section a {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.legal-alert {
  margin-bottom: var(--sp-5);
  padding: var(--sp-4);
  border: 1px solid rgba(214, 88, 79, 0.45);
  border-radius: var(--radius-md);
  background: rgba(214, 88, 79, 0.08);
  color: #f0c4c0;
  font-size: var(--fs-body-sm);
  line-height: 1.55;
}

.contact-form__notice {
  margin: 0 0 var(--sp-3);
  padding: var(--sp-3) var(--sp-4);
  border: 1px solid rgba(184, 146, 61, 0.28);
  border-radius: var(--radius-md);
  background: rgba(184, 146, 61, 0.08);
  color: var(--color-text-secondary);
  font-size: 0.82rem;
  line-height: 1.55;
}

.contact-form__notice a {
  color: var(--color-accent);
}

.contact-form__notice--success {
  border-color: rgba(88, 184, 120, 0.35);
  background: rgba(88, 184, 120, 0.1);
  color: #d8f2e0;
}

.contact-form__notice--error {
  border-color: rgba(214, 88, 79, 0.35);
  background: rgba(214, 88, 79, 0.1);
  color: #f0c4c0;
}

.contact-form__notice--loading {
  border-color: rgba(184, 146, 61, 0.42);
  background: rgba(184, 146, 61, 0.12);
  color: var(--color-text-primary);
}

.contact-form.is-submitting {
  pointer-events: none;
  opacity: 0.92;
}

.contact-form__submit:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.contact-form__status--inactive {
  color: rgba(214, 88, 79, 0.9);
}

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

.form-field--consent {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--color-text-muted);
}

.form-field--consent input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  margin-top: 0.2rem;
  padding: 0;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.55);
  accent-color: var(--color-accent);
  cursor: pointer;
}

.form-field--consent input {
  margin-top: 0.2rem;
  accent-color: var(--color-accent);
}

@media (max-width: 640px) {
  .consent-banner {
    left: max(var(--sp-3), env(safe-area-inset-left, 0px));
    right: max(var(--sp-3), env(safe-area-inset-right, 0px));
    bottom: calc(var(--sp-3) + var(--safe-bottom));
    padding: var(--sp-4);
  }

  .consent-banner__actions,
  .consent-modal__actions {
    flex-direction: column;
  }

  .consent-banner__actions .btn,
  .consent-modal__actions .btn {
    width: 100%;
    justify-content: center;
  }

  .consent-fab {
    right: max(0.45rem, env(safe-area-inset-right, 0px));
    bottom: calc(0.45rem + var(--safe-bottom));
    width: 1.65rem;
    height: 1.65rem;
  }

  .consent-fab .icon {
    width: 11px;
    height: 11px;
  }

  body.consent-locked .consent-fab {
    bottom: calc(0.45rem + 10.5rem + var(--safe-bottom));
  }
}

/* =========================================================================
   Promotion & Werbegesicht — kompaktes Buchungs-Band (Start- und Personenseiten)
   ========================================================================= */
.promo-band {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.44fr);
  gap: clamp(1.4rem, 3.5vw, 3rem);
  align-items: center;
  padding: clamp(1.35rem, 2.8vw, 2.15rem);
  border: 1px solid rgba(204, 164, 85, 0.22);
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(204, 164, 85, 0.1), transparent 38%),
    var(--glass-bg);
  box-shadow: var(--glass-shadow);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
}

.promo-band::after {
  content: "";
  position: absolute;
  inset: auto 1.5rem 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(204, 164, 85, 0.45), transparent);
  opacity: 0.5;
}

.promo-band__head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.9rem;
}

.promo-band__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: none;
  border: 1px solid rgba(204, 164, 85, 0.28);
  border-radius: 9px;
  background: rgba(204, 164, 85, 0.07);
  color: var(--gold-300);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.promo-band__icon .ui-icon {
  width: 1.3rem;
  height: 1.3rem;
}

.promo-band__eyebrow {
  margin: 0;
  color: rgba(221, 192, 120, 0.78);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.promo-band__title {
  margin: 0 0 0.75rem;
  color: var(--paper-50);
  font-family: var(--font-hero);
  font-size: clamp(1.45rem, 3.2vw, 2.35rem);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.promo-band__title span {
  background: var(--gradient-gold-v);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.promo-band__lead {
  max-width: 52rem;
  margin: 0;
  color: rgba(245, 242, 234, 0.62);
  font-size: 0.88rem;
  line-height: 1.75;
}

.promo-band__lead a {
  color: rgba(221, 192, 120, 0.9);
  text-decoration: underline;
  text-decoration-color: rgba(204, 164, 85, 0.35);
  text-underline-offset: 0.18em;
  transition: color var(--transition);
}

.promo-band__lead a:hover {
  color: var(--gold-200);
}

.promo-band__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}

.promo-band__tags li {
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 999px;
  color: rgba(245, 242, 234, 0.6);
  font-size: 0.63rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.promo-band__action {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
  padding-left: clamp(1.4rem, 3vw, 2.5rem);
  border-left: 1px solid rgba(204, 164, 85, 0.18);
}

.promo-band__action-label {
  margin: 0;
  color: rgba(245, 242, 234, 0.38);
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.promo-band__note {
  margin: 0;
  color: rgba(245, 242, 234, 0.42);
  font-size: 0.68rem;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .promo-band {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .promo-band__action {
    padding-left: 0;
    padding-top: clamp(1.1rem, 3vw, 1.5rem);
    border-left: 0;
    border-top: 1px solid rgba(204, 164, 85, 0.18);
    align-self: stretch;
  }
}

@media (max-width: 620px) {
  .promo-band__action .btn {
    width: 100%;
    justify-content: center;
  }
}

/* =========================================================================
   Liquid Glass — iOS-26 refraction (SVG displacement + backdrop-filter:url)
   ========================================================================= */
.liquid-glass {
  --lg-tint: rgba(255, 255, 255, 0.08);
  --lg-tint-strong: rgba(255, 255, 255, 0.12);
  --lg-border: rgba(255, 255, 255, 0.18);
  --lg-specular: rgba(255, 255, 255, 0.34);
  --lg-specular-soft: rgba(255, 255, 255, 0.1);
  --lg-shadow: 0 10px 28px -12px rgba(0, 0, 0, 0.55);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid var(--lg-border);
  border-radius: var(--radius-lg);
  background: transparent;
  box-shadow: var(--lg-shadow);
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.liquid-glass__tint,
.liquid-glass__filter,
.liquid-glass__specular {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.liquid-glass__tint {
  z-index: 0;
  background: var(--lg-tint);
}

.liquid-glass__filter {
  z-index: 1;
  display: block;
  overflow: hidden;
}

.liquid-glass__specular {
  z-index: 2;
  box-shadow:
    inset 0 1px 0 var(--lg-specular),
    inset 0 -1px 0 rgba(0, 0, 0, 0.22),
    inset 1px 0 0 var(--lg-specular-soft),
    inset -1px 0 0 rgba(0, 0, 0, 0.08);
}

.liquid-glass__content {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  height: 100%;
  min-width: 0;
}

/* Panel / Container */
.liquid-glass--panel {
  --lg-tint: rgba(8, 8, 10, 0.28);
  --lg-border: rgba(255, 255, 255, 0.14);
  display: flex;
  width: 100%;
  padding: var(--sp-5);
  border-radius: var(--radius-lg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 16px 40px -18px rgba(0, 0, 0, 0.65);
}

.liquid-glass--panel .liquid-glass__content {
  display: block;
  height: auto;
  text-align: left;
}

/* Button */
.liquid-glass--button {
  --lg-tint: rgba(255, 255, 255, 0.12);
  --lg-border: rgba(255, 255, 255, 0.22);
  min-height: 2.75rem;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    transform 280ms var(--ease-out),
    border-color 280ms var(--ease-out),
    box-shadow 280ms var(--ease-out),
    background 280ms var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .liquid-glass--button:hover {
    --lg-tint: rgba(255, 255, 255, 0.16);
    border-color: rgba(230, 207, 148, 0.36);
    transform: translateY(-2px);
    box-shadow:
      0 14px 30px -12px rgba(0, 0, 0, 0.7),
      0 0 0 1px rgba(184, 146, 61, 0.12);
  }
}

.liquid-glass--button:active {
  transform: translateY(0) scale(0.98);
}

/* Inline pill */
.liquid-glass--pill {
  --lg-tint: rgba(255, 255, 255, 0.1);
  --lg-border: rgba(255, 255, 255, 0.16);
  display: inline-flex;
  min-height: 2rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.8rem;
  line-height: 1.2;
  vertical-align: middle;
}

.liquid-glass--fallback .liquid-glass__tint {
  background: color-mix(in srgb, var(--lg-tint) 70%, rgba(12, 12, 14, 0.45));
}

@media (prefers-reduced-motion: reduce) {
  .liquid-glass--button {
    transition: none;
  }

  .liquid-glass--button:hover,
  .liquid-glass--button:active {
    transform: none;
  }
}

/* ---------- Hellgallery sticky FAB ---------- */
.hellgallery-fab {
  --hg-fab-lift: 0px;
  --hg-fab-scale: 1;
  --lg-tint: rgba(255, 255, 255, 0.1);
  --lg-border: rgba(255, 255, 255, 0.2);
  position: fixed;
  right: max(0.85rem, env(safe-area-inset-right, 0px));
  bottom: calc(3.2rem + var(--safe-bottom));
  z-index: 19998;
  width: 3.55rem;
  height: 3.55rem;
  min-height: 0;
  padding: 0.68rem;
  margin: 0;
  border-radius: 999px;
  outline: none;
  box-shadow:
    0 10px 28px -10px rgba(0, 0, 0, 0.72),
    0 0 0 1px rgba(184, 146, 61, 0.08);
  transform: translateY(var(--hg-fab-lift)) scale(var(--hg-fab-scale));
  transition:
    transform 280ms var(--ease-out),
    border-color 280ms var(--ease-out),
    box-shadow 280ms var(--ease-out),
    opacity var(--transition);
}

.hellgallery-fab .liquid-glass__content {
  width: 100%;
  height: 100%;
}

.hellgallery-fab img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  border: 0;
  background: transparent;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
  transition: transform 280ms var(--ease-out), filter 280ms var(--ease-out);
}

@media (hover: hover) and (pointer: fine) {
  .hellgallery-fab:hover {
    --hg-fab-lift: -4px;
    --hg-fab-scale: 1.07;
    --lg-tint: rgba(255, 255, 255, 0.15);
    border-color: rgba(230, 207, 148, 0.4);
    box-shadow:
      0 16px 36px -12px rgba(0, 0, 0, 0.82),
      0 0 0 1px rgba(184, 146, 61, 0.22),
      0 0 24px rgba(184, 146, 61, 0.12);
  }

  .hellgallery-fab:hover img {
    transform: scale(1.06);
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.45));
  }
}

.hellgallery-fab:focus-visible {
  --hg-fab-lift: -3px;
  --hg-fab-scale: 1.05;
  border-color: rgba(230, 207, 148, 0.55);
  box-shadow:
    0 0 0 2px rgba(184, 146, 61, 0.35),
    0 14px 32px -12px rgba(0, 0, 0, 0.8);
}

.hellgallery-fab:active {
  --hg-fab-lift: 0px;
  --hg-fab-scale: 0.96;
}

body.consent-locked .hellgallery-fab {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 640px) {
  .hellgallery-fab {
    right: max(0.55rem, env(safe-area-inset-right, 0px));
    bottom: calc(2.7rem + var(--safe-bottom));
    width: 3.1rem;
    height: 3.1rem;
    padding: 0.58rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hellgallery-fab,
  .hellgallery-fab img {
    transition: none;
  }

  .hellgallery-fab:hover,
  .hellgallery-fab:focus-visible,
  .hellgallery-fab:active {
    --hg-fab-lift: 0px;
    --hg-fab-scale: 1;
    transform: none;
  }

  .hellgallery-fab:hover img {
    transform: none;
  }
}
