/* ═══════════════════════════════════════════════════════════
   HOUSE OF DRONES — Premium FPV Aerial Cinematography
   Inspiro-style palette (houseofdrones.ch): #101010 header, #f9fafd page, gold accent
   Legacy token names --gold* map to the teal accent for minimal churn.
   ═══════════════════════════════════════════════════════════ */

/* Dodge — nur Hero-Wortmarke „HOUSE OF DRONES“; alle anderen Titel: --font-display (Cormorant) */
@font-face {
  font-family: 'Dodge';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/dodge-dodgv2.ttf') format('truetype');
}

:root {
  /* WP global-styles „background“ (houseofdrones.ch / Inspiro) */
  --bg:            #f9fafd;
  --bg-elevated:   #f2f4f8;
  /* Studio drone PNGs use #fff — sections that show them use this so no halo frame */
  --studio-bg:     #ffffff;
  --bg-card:       #eef1f6;
  --bg-overlay:    rgba(249, 250, 253, 0.94);

  --text:          #101010;
  --text-dim:      #2a2a2a;
  --text-muted:    #6c6c77;

  /* WP theme “primary” — Inspiro / houseofdrones.ch */
  --gold:          #b8922a;
  --gold-light:    #c9a84c;
  --gold-dark:     #8a7234;
  --gold-glow:     rgba(201, 168, 76, 0.12);

  --border:        rgba(0, 0, 0, 0.08);
  --border-hover:  rgba(201, 168, 76, 0.45);

  /* Hero sits on dark video — keep type light regardless of page theme */
  --hero-text:       #f5f3ec;
  --hero-text-dim:   rgba(245, 243, 236, 0.88);
  --hero-text-muted: rgba(245, 243, 236, 0.52);

  --font-display:  'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  /* Lora + Poppins: aligns with Anthropic brand-guidelines skill (body/editorial + UI) */
  --font-body:     'Lora', Georgia, 'Times New Roman', serif;
  --font-ui:       'Poppins', Arial, Helvetica, sans-serif;
  /* About lead: editorial display, distinct from hero + body */
  --font-about-lead: 'Instrument Serif', 'Georgia', serif;
  /* Skill accent refs (use sparingly alongside HoD teal accent) */
  --skill-accent-orange: #d97757;
  --skill-accent-blue:   #6a9bcc;
  --skill-accent-green:  #788c5d;

  --ease-out:      cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out:   cubic-bezier(0.87, 0, 0.13, 1);

  --nav-height:    80px;
  --container-max:  1400px;
  --container-pad:  clamp(24px, 5vw, 80px);

  /* Honeycomb (global + section) */
  --honey-size: 72px 62px;
  --honey-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='62' viewBox='0 0 72 62'%3E%3Cg fill='none' stroke='%23c9a84c' stroke-opacity='0.22' stroke-width='0.9'%3E%3Cpath d='M18 1 L36 11 L36 31 L18 41 L0 31 L0 11 Z'/%3E%3Cpath d='M54 1 L72 11 L72 31 L54 41 L36 31 L36 11 Z'/%3E%3Cpath d='M36 31 L54 41 L54 61 L36 71 L18 61 L18 41 Z'/%3E%3C/g%3E%3C/svg%3E");
  --honey-opacity: 0.05;
}

/* ─── DJI-style product page layout (light bands, feature modules) ─ */
html:has(body.site-layout-dji) {
  background: #f9fafd;
  font-size: 15px;
}

body.site-layout-dji {
  /* Inspiro / houseofdrones.ch: cool light base + teal accent */
  --dji-bg: #f9fafd;
  --dji-panel: #ffffff;
  --dji-text: #101010;
  --dji-muted: #6c6c77;
  --dji-line: rgba(20, 20, 19, 0.09);
  color: var(--dji-text);
  font-weight: 400;
  letter-spacing: 0.012em;
  line-height: 1.58;
  background-color: var(--dji-bg);
  background-image:
    radial-gradient(ellipse 90% 60% at 104% -8%, rgba(201, 168, 76, 0.09), transparent 55%),
    radial-gradient(ellipse 65% 50% at -12% 42%, rgba(106, 155, 204, 0.06), transparent 50%),
    radial-gradient(ellipse 55% 42% at 88% 96%, rgba(120, 140, 93, 0.04), transparent 48%),
    linear-gradient(185deg, #fbfcfe 0%, var(--dji-bg) 16%, var(--dji-bg) 100%);
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(201, 168, 76, 0.14);
}

body.site-layout-dji .nav__link,
body.site-layout-dji .nav__logo-sub,
body.site-layout-dji .lang-switch {
  font-family: var(--font-ui);
  letter-spacing: 0.14em;
}

body.site-layout-dji .menu-overlay__link {
  font-family: var(--font-ui);
  font-weight: 500;
  letter-spacing: 0.08em;
}

body.site-layout-dji .hero__eyebrow {
  font-family: var(--font-ui);
  font-weight: 500;
  letter-spacing: 0.2em;
}

body.site-layout-dji .hero__subtitle {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(0.72rem, 1.05vw, 0.92rem);
  letter-spacing: 0.1em;
  line-height: 1.45;
}

body.site-layout-dji .hero__scroll-text {
  font-family: var(--font-ui);
  font-weight: 500;
  letter-spacing: 0.22em;
}

body.site-layout-dji .grain {
  opacity: 0.018;
  mix-blend-mode: multiply;
}

body.site-layout-dji .menu-overlay {
  background: rgba(255, 255, 255, 0.97);
  overscroll-behavior: contain;
}

body.site-layout-dji .menu-overlay__link {
  color: var(--dji-muted);
}

body.site-layout-dji .menu-overlay__link:hover {
  color: var(--dji-text);
}

body.site-layout-dji .nav__logo-img {
  height: 58px;
  max-width: min(520px, 65vw);
}

/* DJI / Impressum: gleicher dunkler Inspiro-Header (#101010) */
body.site-layout-dji .nav.nav--on-light.scrolled {
  background: #101010;
  backdrop-filter: blur(16px) saturate(1.05);
  -webkit-backdrop-filter: blur(16px) saturate(1.05);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.45),
    0 1px 0 rgba(255, 255, 255, 0.05) inset;
}

body.site-layout-dji .hero {
  display: block;
}

body.site-layout-dji .hero__content {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: clamp(72px, 12vh, 132px);
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-pad);
  text-align: left;
  width: 100%;
}

body.site-layout-dji .hero__title {
  max-width: 18ch;
  font-size: clamp(1.65rem, 4vw, 3.35rem);
}

body.site-layout-dji .hero__subtitle {
  max-width: 28rem;
  margin-left: 0;
  margin-right: auto;
  letter-spacing: 0.14em;
}

body.site-layout-dji .hero__scroll {
  left: auto;
  right: max(var(--container-pad), 5vw);
  transform: none;
  bottom: clamp(28px, 5vh, 56px);
  align-items: flex-end;
}

body.site-layout-dji .about {
  padding: clamp(24px, 3.8vh, 48px) 0 clamp(40px, 6.5vh, 88px);
  background: #ffffff;
}

body.site-layout-dji .about .video-sector__title {
  color: #101010;
}

body.site-layout-dji .about__body {
  font-size: clamp(0.82rem, 0.98vw, 0.95rem);
  line-height: 1.68;
  color: rgba(30, 30, 30, 0.78);
}

body.site-layout-dji .about__line {
  background: rgba(0, 0, 0, 0.12);
}

.about__product-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(18px, 3vw, 34px) clamp(20px, 4vw, 56px);
  align-items: stretch;
}

/* Title + copy (left) — Inspire + stills (right), top-aligned */
.about__intro {
  grid-column: 1 / -1;
  grid-row: 1;
  margin-bottom: clamp(14px, 2.4vh, 28px);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.98fr);
  gap: clamp(20px, 3vw, 40px);
  align-items: start;
}

.about__intro-left {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.2vh, 12px);
  min-width: 0;
}

.about__intro-left .about__sector {
  margin: 0;
  padding: 0;
}

.about__intro-left .video-sector__title {
  margin: 0;
  line-height: 1.08;
}

.about__intro-left .about__dual-copy {
  margin-top: 0;
}

.about__intro-right {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vh, 22px);
  min-width: 0;
  width: 100%;
  max-width: min(720px, 100%);
  margin-left: auto;
}

.about__intro .about__dual-copy {
  max-width: min(52rem, 100%);
}

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

  .about__intro-right {
    margin-left: 0;
    max-width: none;
  }
}

/* YouTube embeds (About, Services, Equipment) */
.yt-embed {
  position: relative;
  width: 100%;
  background: #0a0a0a;
  border-radius: inherit;
  overflow: hidden;
}

.yt-embed--169 {
  aspect-ratio: 16 / 9;
}

.yt-embed--fill {
  position: absolute;
  inset: 0;
  min-height: 200px;
}

.yt-embed iframe {
  /* Crop/overscan so no YouTube UI edges appear */
  position: absolute;
  left: 50%;
  top: 50%;
  width: 118%;
  height: 118%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

/* Mask typical YouTube bars/watermarks for yt-embed blocks too */
.yt-embed::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to top, #0a0a0afa 0%, rgba(10, 10, 10, 0.55) 12%, transparent 34%),
    linear-gradient(to left, transparent 0%, transparent 76%, rgba(10, 10, 10, 0.82) 100%),
    linear-gradient(to right, transparent 0%, transparent 88%, rgba(10, 10, 10, 0.55) 100%);
}

/* Self-hosted clips + masked fallback (no recognizable YouTube UI) */
.hod-video {
  position: relative;
}

.hod-video__stage {
  position: absolute;
  inset: 0;
}

.hod-video__native {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #0a0a0a;
}

.hod-video__yt-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  background: #0a0a0a;
}

.hod-video__iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 118%;
  height: 118%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

.hod-video__mask {
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* Bottom bar + typical watermark corner */
  background:
    linear-gradient(to top, #0a0a0afa 0%, rgba(10, 10, 10, 0.55) 12%, transparent 34%),
    linear-gradient(to left, transparent 0%, transparent 76%, rgba(10, 10, 10, 0.82) 100%),
    linear-gradient(to right, transparent 0%, transparent 88%, rgba(10, 10, 10, 0.55) 100%);
}

.hod-video__yt-frame--hero {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hod-video__mask--hero {
  background:
    linear-gradient(to top, rgba(8, 8, 8, 0.55) 0%, transparent 28%),
    linear-gradient(to left, transparent 0%, transparent 84%, rgba(8, 8, 8, 0.35) 100%);
}

.hod-video__yt-frame--crop {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
}

.hod-video__mask--crop {
  background:
    linear-gradient(to top, rgba(10, 10, 10, 0.92) 0%, rgba(10, 10, 10, 0.4) 16%, transparent 38%),
    linear-gradient(to left, transparent 0%, transparent 72%, rgba(10, 10, 10, 0.88) 100%);
}

.about__visual-plate {
  grid-column: 1 / -1;
  grid-row: 2;
  position: relative;
  align-self: stretch;
  min-height: clamp(360px, 46vh, 580px);
  border-radius: 0;
  background: #ffffff;
  overflow: hidden;
  border: none;
  box-shadow: none;
}

.about__visual-plate::before,
.about__visual-plate::after {
  content: none;
}

/* Alle drei: gleiches Scope 2.35:1 — 1 & 3 maximal groß, 2 gleiches Format, Staffel */
.about__video-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: clamp(14px, 2.2vh, 26px) clamp(14px, 2.0vw, 36px) clamp(14px, 2.2vh, 26px);
  display: grid;
  grid-template-columns: 1.34fr 0.66fr;
  grid-template-rows: 1fr;
  gap: clamp(16px, 2.2vw, 26px);
  align-content: center;
}

.about__video-grid > * {
  min-height: 0;
}

.about__clip {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: none;
  transition: opacity 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
  .about__clip:hover {
    opacity: 0.97;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about__clip,
  .about__clip video {
    transition: none !important;
  }
}

.about__clip::before {
  content: none;
}

.about__clip--primary {
  grid-column: 1;
  grid-row: 1;
  align-self: stretch;
  margin-left: 0;
  border-radius: clamp(4px, 0.45vw, 8px);
}

.about__clip--secondary {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  align-self: stretch;
  margin-right: 0;
  margin-top: 0;
  border-radius: clamp(4px, 0.45vw, 8px);
}

/* Dual Operator: photo stills paired with the videos (inside the plate) */
.about__stills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
  align-self: stretch;
}

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

.about__intro-right .about__stills {
  margin-top: clamp(4px, 1vh, 10px);
}

.about__still {
  appearance: none;
  border: 0;
  background: #ffffff;
  border-radius: clamp(4px, 0.45vw, 8px);
  padding: 0;
  overflow: hidden;
  position: relative;
  box-shadow: none;
  transition: opacity 0.2s ease;
  align-self: stretch;
  -webkit-mask-image: none;
  mask-image: none;
}

.about__still:hover {
  opacity: 0.95;
}

.about__still img,
.about__still video {
  width: 100%;
  height: auto;
  min-height: clamp(112px, 14vw, 168px);
  display: block;
  object-fit: contain;
  object-position: center 50%;
  aspect-ratio: 4 / 3;
  background: #ffffff;
  mix-blend-mode: normal;
  filter: none;
  transform: translateZ(0);
}

/* Dual Operator: lift Inspire framing a bit (photo — video — photo) */
.about__stills .about__still:nth-child(1) img,
.about__stills .about__still:nth-child(3) img {
  object-position: center 34%;
}

.about__still--video video {
  object-fit: cover;
  mix-blend-mode: normal;
  filter: none;
  background: #0a0a0a;
  min-height: clamp(120px, 16vw, 200px);
  aspect-ratio: 16 / 10;
}

.about__clip-chrome {
  display: none;
}

.about__clip video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  background: #0a0a0a;
  filter: none;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.about__clip--secondary video {
  object-position: center 40%;
}

/* ─── Video scrubber (native controls) ────────────────────── */

video[controls] {
  accent-color: var(--gold);
}

/* Safari/Chromium controls styling (best-effort, non-critical) */
video::-webkit-media-controls-panel {
  background: rgba(10, 10, 10, 0.22);
}

video::-webkit-media-controls-timeline {
  filter: saturate(1.05) contrast(1.05);
}

video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-time-remaining-display {
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

@media (min-width: 901px) {
  .about__visual-plate {
    margin-right: calc(-1 * var(--container-pad));
    width: calc(100% + var(--container-pad));
    max-width: none;
  }

  .about__product-grid {
    overflow: visible;
  }

  /* Flacher als 16:9 bei gleicher Breite */
  .about__video-grid .about__clip {
    aspect-ratio: 2.35 / 1;
  }
}

/* Dual Operator: two clips row, then full-width summer clip below */
.about__bottom-video {
  grid-column: 1 / -1;
  grid-row: 3;
  margin-top: 0;
}

.about__bottom-video-frame {
  position: relative;
  width: calc(100% + 2 * var(--container-pad));
  margin-left: calc(-1 * var(--container-pad));
  margin-right: calc(-1 * var(--container-pad));
  border-radius: clamp(4px, 0.45vw, 8px);
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: none;
}

.about__bottom-video-frame::before {
  content: none;
}

.about__bottom-video-frame video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-height: clamp(280px, 34vh, 520px);
  display: block;
  object-fit: cover;
  background: #0a0a0a;
}

/* Intro moved above videos */

.about__drone-wrap {
  position: relative;
  pointer-events: none;
  margin-bottom: 0;
  border-radius: 0;
  overflow: visible;
}

.about__drone {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: normal;
  filter: none;
  transform: translate3d(0, -4px, 0);
}

.about__intro-right .about__drone-wrap {
  align-self: start;
}

.about__intro-right .about__drone {
  transform: translate3d(0, -4px, 0);
}

@media (min-width: 901px) {
  /* Dual Operator: intro + bottom clip + main clips */
  .about__product-grid {
    grid-template-rows: auto auto auto;
    align-items: start;
  }

  .about__visual-plate {
    width: calc(100% + 2 * var(--container-pad));
    margin-left: calc(-1 * var(--container-pad));
    margin-right: calc(-1 * var(--container-pad));
  }
}

body.site-layout-dji .services {
  padding: clamp(72px, 10vh, 120px) 0 0;
  background: var(--dji-panel);
}

body.site-layout-dji .services::before {
  display: none;
}

/* Small services kicker (black, minimal) */
.services__kicker {
  margin: 0 0 clamp(6px, 1.1vh, 10px);
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.62);
  text-align: center;
}

.services__kicker-wrap {
  padding-bottom: 0;
}

.services__kicker--footer {
  margin: 0;
  color: rgba(0, 0, 0, 0.52);
}

/* Sit on the bottom edge of the beige band: no section padding under the line */
body.site-layout-dji .services--refined .services__kicker--footer {
  margin-bottom: 0;
  line-height: 1.2;
}

body.site-layout-dji .services .section-label {
  font-family: var(--font-ui);
  font-weight: 500;
  color: var(--dji-muted);
}

body.site-layout-dji .services .section-title {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--dji-text);
}

/* Services header + cards (homepage) */
.services__header {
  padding-bottom: clamp(26px, 4vh, 44px);
}

.services__intro {
  margin: 16px 0 0;
  max-width: 72ch;
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.65;
  color: rgba(10, 10, 10, 0.76);
}

.service-cards {
  margin-top: clamp(22px, 3.8vh, 34px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 18px);
}

.service-card {
  border-radius: 16px;
  padding: 18px 18px 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.service-card__title {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(10, 10, 10, 0.92);
  line-height: 1.25;
}

.service-card__text {
  margin: 12px 0 0;
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.62;
  color: rgba(10, 10, 10, 0.72);
}

.service-card__link {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(10, 10, 10, 0.70);
  transition: transform 220ms var(--ease-out), color 220ms var(--ease-out);
}

.service-card__link::after {
  content: '→';
  transform: translateY(-0.5px);
  opacity: 0.9;
}

.service-card__link:hover {
  transform: translateY(-1px);
  color: rgba(10, 10, 10, 0.92);
}

.services__actions {
  margin-top: clamp(18px, 3.5vh, 26px);
  display: flex;
  justify-content: flex-start;
}

.services__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: rgba(255, 255, 255, 0.74);
  color: rgba(0, 0, 0, 0.78);
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 220ms var(--ease-out), background 220ms var(--ease-out), color 220ms var(--ease-out);
}

.services__cta:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.92);
  color: #000;
}

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

@media (max-width: 640px) {
  .service-cards {
    grid-template-columns: 1fr;
  }

  .services__actions {
    justify-content: stretch;
  }

  .services__cta {
    width: 100%;
  }
}

/* ─── Broadcast section ────────────────────────────────────── */

.broadcast {
  padding: clamp(72px, 10vh, 120px) 0;
  background: #070707;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.broadcast__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: start;
}

.broadcast .section-label {
  color: rgba(245, 243, 236, 0.62);
}

.broadcast__title.section-title {
  color: rgba(245, 243, 236, 0.96);
}

.broadcast__text {
  margin: 16px 0 0;
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.68;
  color: rgba(245, 243, 236, 0.78);
  max-width: 70ch;
}

.broadcast__bullets {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  max-width: 66ch;
}

.broadcast__bullet {
  position: relative;
  padding-left: 18px;
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(245, 243, 236, 0.82);
}

.broadcast__bullet::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 1px;
  background: rgba(201, 168, 76, 0.95);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.12);
  border-radius: 999px;
}

.broadcast__actions {
  margin-top: 22px;
}

.broadcast__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(245, 243, 236, 0.22);
  background: rgba(10, 10, 10, 0.28);
  color: rgba(245, 243, 236, 0.92);
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 220ms var(--ease-out), background 220ms var(--ease-out), border-color 220ms var(--ease-out);
}

.broadcast__cta:hover {
  transform: translateY(-1px);
  background: rgba(10, 10, 10, 0.38);
  border-color: rgba(245, 243, 236, 0.34);
}

.broadcast__media {
  min-width: 0;
}

.broadcast__media-frame {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #0a0a0a;
  border: 1px solid rgba(245, 243, 236, 0.14);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.6);
}

.broadcast__video {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.broadcast__caption {
  margin: 12px 0 0;
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 243, 236, 0.62);
}

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

/* ─── Selected work section ────────────────────────────────── */

.work {
  padding: clamp(72px, 10vh, 120px) 0;
  background: #070707;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.work .section-label {
  color: rgba(245, 243, 236, 0.62);
}

.work__title.section-title {
  color: rgba(245, 243, 236, 0.96);
}

.work__intro {
  margin: 16px 0 0;
  max-width: 72ch;
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.68;
  color: rgba(245, 243, 236, 0.78);
}

.work__cards {
  margin-top: clamp(22px, 4vh, 36px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.8vw, 18px);
}

.work-card {
  position: relative;
  display: block;
  padding: 18px 18px 16px;
  border-radius: 16px;
  border: 1px solid rgba(245, 243, 236, 0.14);
  background:
    radial-gradient(900px 260px at 12% 0%, rgba(201, 168, 76, 0.12), transparent 55%),
    radial-gradient(760px 240px at 108% 110%, rgba(106, 155, 204, 0.09), transparent 55%),
    rgba(10, 10, 10, 0.34);
  text-decoration: none;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.6);
  transition: transform 220ms var(--ease-out), border-color 220ms var(--ease-out), background 220ms var(--ease-out);
}

.work-card:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 243, 236, 0.26);
  background:
    radial-gradient(900px 260px at 12% 0%, rgba(201, 168, 76, 0.16), transparent 55%),
    radial-gradient(760px 240px at 108% 110%, rgba(106, 155, 204, 0.12), transparent 55%),
    rgba(10, 10, 10, 0.40);
}

.work-card__title {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(245, 243, 236, 0.92);
  line-height: 1.25;
}

.work-card__text {
  margin: 12px 0 0;
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.62;
  color: rgba(245, 243, 236, 0.78);
}

.work__actions {
  margin-top: 22px;
  display: flex;
  justify-content: flex-start;
}

.work__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(245, 243, 236, 0.22);
  background: rgba(10, 10, 10, 0.28);
  color: rgba(245, 243, 236, 0.92);
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 220ms var(--ease-out), background 220ms var(--ease-out), border-color 220ms var(--ease-out);
}

.work__cta:hover {
  transform: translateY(-1px);
  background: rgba(10, 10, 10, 0.38);
  border-color: rgba(245, 243, 236, 0.34);
}

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

  .work__actions {
    justify-content: stretch;
  }

  .work__cta {
    width: 100%;
  }
}

/* ─── Systems section (reframed gear) ──────────────────────── */

.systems {
  padding: clamp(72px, 10vh, 120px) 0;
  background: var(--studio-bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
  z-index: 2;
}

.systems__text {
  margin: 16px 0 0;
  max-width: 72ch;
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.68;
  color: rgba(10, 10, 10, 0.76);
}

.systems__grid {
  margin-top: clamp(22px, 4vh, 36px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 18px);
}

.systems-card {
  display: block;
  border-radius: 16px;
  padding: 16px 16px 14px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  transition: transform 220ms var(--ease-out), border-color 220ms var(--ease-out), background 220ms var(--ease-out);
}

.systems-card:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 168, 76, 0.35);
  background: rgba(255, 255, 255, 0.96);
}

.systems-card__title {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(10, 10, 10, 0.92);
}

.systems-card__text {
  margin: 10px 0 0;
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.58;
  color: rgba(10, 10, 10, 0.70);
}

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

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

body.site-layout-dji .dji-feature {
  display: block;
  border-top: 1px solid var(--dji-line);
  padding: clamp(48px, 7vh, 104px) 0;
  background: var(--dji-panel);
  color: inherit;
  text-decoration: none;
  transition: background 0.35s ease;
}

body.site-layout-dji .dji-feature:last-of-type {
  border-bottom: 1px solid var(--dji-line);
}

body.site-layout-dji .dji-feature:hover {
  background: #fafafa;
}

body.site-layout-dji .dji-feature__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
}

body.site-layout-dji .dji-feature--reverse .dji-feature__inner {
  direction: rtl;
}

body.site-layout-dji .dji-feature--reverse .dji-feature__copy,
body.site-layout-dji .dji-feature--reverse .dji-feature__media {
  direction: ltr;
}

body.site-layout-dji .dji-feature__index {
  display: block;
  margin-bottom: 12px;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--dji-muted);
}

body.site-layout-dji .dji-feature__title {
  margin-bottom: 16px;
  font-family: var(--font-ui);
  font-size: clamp(1.45rem, 2.35vw, 2.2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

body.site-layout-dji .dji-feature__text {
  max-width: 36rem;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.58;
  color: var(--dji-muted);
}

body.site-layout-dji .dji-feature__link-hint {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--dji-text);
  text-decoration: none;
}

body.site-layout-dji .dji-feature__link-hint svg {
  flex-shrink: 0;
  transition: transform 0.35s var(--ease-out);
}

body.site-layout-dji .dji-feature:hover .dji-feature__link-hint svg {
  transform: translate(4px, -4px);
}

body.site-layout-dji .dji-feature__media {
  min-height: 0;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #0a0a0a;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

body.site-layout-dji .dji-feature__media .yt-embed--169 {
  border-radius: 18px;
}

body.site-layout-dji .dji-feature__media--b,
body.site-layout-dji .dji-feature__media--c {
  background: #0a0a0a;
}

/* Services — refined: calm typography, soft depth, no heavy blur / clip tricks */
body.site-layout-dji .services--refined {
  padding: clamp(16px, 2.4vh, 26px) 0 0;
  background: linear-gradient(180deg, #ebe9e2 0%, #f2f0ea 40%, #ebe9e2 100%);
  border-top: 1px solid rgba(20, 20, 19, 0.06);
  border-bottom: 1px solid rgba(20, 20, 19, 0.06);
}

body.site-layout-dji .services--refined .section-label {
  font-family: var(--font-ui);
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--dji-muted);
}

body.site-layout-dji .services--refined .section-label::before {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  margin-bottom: 14px;
  background: linear-gradient(90deg, var(--gold-light), var(--gold));
  border-radius: 1px;
}

body.site-layout-dji .services--refined .dji-feature {
  border: none;
  padding: clamp(8px, 1.3vh, 12px) 0;
  background: transparent;
  transition: none;
}

body.site-layout-dji .services--refined .dji-feature:hover {
  background: transparent;
}

body.site-layout-dji .services--refined .dji-feature:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

body.site-layout-dji .services--refined .dji-feature:last-of-type {
  border-bottom: none;
}

body.site-layout-dji .services--refined .dji-feature__inner {
  grid-template-columns: minmax(0, 1fr) minmax(0, min(100%, 400px));
  gap: clamp(8px, 1.4vw, 14px);
  align-items: center;
}

body.site-layout-dji .services--refined .dji-feature__copy {
  padding: 0;
  padding-right: clamp(0px, 2vw, 16px);
}

body.site-layout-dji .services--refined .dji-feature--reverse .dji-feature__copy {
  padding-right: 0;
  padding-left: clamp(0px, 2vw, 16px);
}

body.site-layout-dji .services--refined .dji-feature__title {
  font-family: var(--font-ui);
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: none;
  font-size: clamp(1.32rem, 2.1vw, 1.82rem);
  margin-bottom: 2px;
  line-height: 1.14;
}

body.site-layout-dji .services--refined .dji-feature__text {
  max-width: 38rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.58;
  color: var(--dji-muted);
}

body.site-layout-dji .services--refined .dji-feature__link-hint {
  margin-top: 4px;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dji-text);
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.45s ease, color 0.45s ease;
}

body.site-layout-dji .services--refined .dji-feature__link-hint:hover {
  color: var(--skill-accent-orange);
  border-bottom-color: rgba(217, 119, 87, 0.4);
}

body.site-layout-dji .services--refined .dji-feature__link-hint svg {
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

body.site-layout-dji .services--refined .dji-feature__link-hint:hover svg {
  transform: translate(3px, -3px);
}

body.site-layout-dji .services--refined .dji-feature__media {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.1);
  transform: none;
  transition: box-shadow 0.65s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.65s ease;
}

body.site-layout-dji .services--refined .dji-feature--reverse .dji-feature__media {
  margin-left: 0;
  margin-right: auto;
}

body.site-layout-dji .services--refined .dji-feature__media .service-video {
  max-height: min(220px, 52vw);
}

/* Services media: keep videos crisp (bigger on mobile) */
@media (max-width: 560px) {
  body.site-layout-dji .services--refined .dji-feature__media .service-video {
    max-height: min(260px, 60vw);
  }
}

body.site-layout-dji .services--refined .dji-feature:hover .dji-feature__media {
  box-shadow: 0 32px 72px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.09);
}

body.site-layout-dji .services--refined .dji-feature__media .yt-embed--169 {
  border-radius: 13px;
}

body.site-layout-dji .services--refined .hod-video__native {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.site-layout-dji .equipment {
  background: var(--dji-panel);
}

/* Work section removed */

body.site-layout-dji .equipment .section-label {
  font-family: var(--font-ui);
  font-weight: 500;
  color: var(--dji-muted);
}

body.site-layout-dji .equipment .section-title {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: clamp(1.58rem, 3.1vw, 2.38rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--dji-text);
}

body.site-layout-dji .equipment .equipment__desc {
  font-family: var(--font-body);
  font-size: clamp(0.82rem, 0.98vw, 0.95rem);
  line-height: 1.58;
  color: var(--dji-muted);
}

body.site-layout-dji .contact {
  background: transparent;
}

body.site-layout-dji .contact .section-label {
  font-family: var(--font-ui);
  font-weight: 500;
  color: rgba(245, 242, 235, 0.52);
}

body.site-layout-dji .contact__heading {
  font-size: clamp(0.58rem, 0.88vw, 0.74rem);
  line-height: 1.35;
  margin-bottom: clamp(18px, 2.5vh, 26px);
}

body.site-layout-dji .contact__email {
  color: var(--gold);
}

body.site-layout-dji .contact__email::after {
  background: var(--gold);
}

body.site-layout-dji .footer {
  background: var(--bg-card);
  border-top-color: var(--dji-line);
}

body.site-layout-dji .footer__copy,
body.site-layout-dji .footer__links a {
  font-family: var(--font-ui);
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--dji-muted);
}

body.site-layout-dji .contact__location {
  font-family: var(--font-body);
  color: rgba(245, 242, 235, 0.48);
}

body.site-layout-dji .clients .section-label {
  font-family: var(--font-ui);
  font-weight: 600;
  letter-spacing: 0.18em;
}

body.site-layout-dji .clients .section-title {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: clamp(1.58rem, 3.1vw, 2.38rem);
  letter-spacing: -0.02em;
  line-height: 1.08;
}

body.site-layout-dji .equipment-menu__name,
body.site-layout-dji .equipment-sticky__kicker {
  font-family: var(--font-ui);
  font-weight: 500;
}

body.site-layout-dji .equipment-sticky__title {
  font-family: var(--font-ui);
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.site-layout-dji .equipment-sticky__tag,
body.site-layout-dji .equipment-panel__body,
body.site-layout-dji .equipment-spec {
  font-family: var(--font-body);
  font-size: 0.92rem;
  line-height: 1.55;
}

body.site-layout-dji .equipment-spec__label {
  font-family: var(--font-ui);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.site-layout-dji a:focus-visible,
body.site-layout-dji button:focus-visible {
  outline: 2px solid var(--skill-accent-blue);
  outline-offset: 3px;
}

body.site-layout-dji .section-title {
  text-wrap: balance;
}

.clients--marquee-off .marquee__track {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__track {
    animation: none !important;
  }

  .nav {
    transition: none;
  }

  .contact__video {
    display: none;
  }

  .contact__scrim {
    background: linear-gradient(180deg, #101010 0%, #080808 100%);
  }

  .contact__inner {
    animation: none !important;
  }
}

body.site-layout-dji .footer__links a:hover {
  color: var(--dji-text);
}

/* ─── Impressum ───────────────────────────────────────────── */

.impressum {
  padding: clamp(80px, 11vh, 132px) 0;
  background: var(--bg-elevated);
}

.impressum .section-label {
  color: rgba(0, 0, 0, 0.42);
}

.impressum .section-title {
  color: rgba(0, 0, 0, 0.92);
}

.impressum__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.8vw, 34px);
  margin-top: clamp(18px, 3vh, 28px);
}

.impressum__block {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: clamp(14px, 1.8vw, 18px);
  padding: clamp(16px, 2.2vw, 22px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.06);
}

.impressum__block--wide {
  grid-column: 1 / -1;
}

.impressum__h {
  margin: 0 0 10px;
  font-family: var(--font-ui);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.72);
}

.impressum__p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.62);
}

.impressum__p + .impressum__p {
  margin-top: 12px;
}

.impressum__link {
  color: rgba(0, 0, 0, 0.78);
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 168, 76, 0.55);
}

.impressum__link:hover {
  color: rgba(0, 0, 0, 0.92);
  border-bottom-color: rgba(201, 168, 76, 0.9);
}

/* Impressum page: right-side icon links feel */
.impressum-nav .nav__right {
  display: flex;
  gap: 18px;
  align-items: center;
}

@media (max-width: 768px) {
  /* Impressum: keep nav links + social visible (no burger on this page) */
  .impressum-nav .nav__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 14px;
    max-width: min(100%, 420px);
  }

  .impressum-nav .nav__right {
    display: flex;
  }

  .impressum-nav .nav__inner {
    flex-wrap: wrap;
    row-gap: 12px;
  }
}

@media (max-width: 420px) {
  .hero__supporting {
    display: none;
  }
}

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

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

  .about__intro {
    grid-row: 1;
  }

  .about__bottom-video {
    grid-row: 3;
  }

  .about__visual-plate {
    grid-column: 1;
    grid-row: 2;
    margin-right: 0;
    width: 100%;
    max-width: none;
    min-height: min(760px, 108vh);
    border-radius: 0;
  }

  .about__video-grid {
    padding: clamp(18px, 4vw, 32px) clamp(4px, 2vw, 12px) clamp(22px, 5vw, 40px);
    gap: clamp(16px, 4vw, 26px);
    justify-content: flex-start;
  }

  .about__clip--primary {
    aspect-ratio: 2.35 / 1;
    max-height: none;
    width: 100%;
    margin-left: 0;
    border-radius: clamp(4px, 0.45vw, 8px);
  }

  .about__clip--secondary {
    aspect-ratio: 2.35 / 1;
    width: min(100%, 94%);
    max-height: none;
    margin-right: 0;
    margin-top: 0;
    align-self: flex-end;
    border-radius: clamp(4px, 0.45vw, 8px);
  }

  .about__clip--tertiary {
    aspect-ratio: 2.35 / 1;
    max-height: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    border-radius: clamp(4px, 0.45vw, 8px);
  }

  .about__product-grid .about__detail {
    grid-column: 1;
    grid-row: 3;
  }

  body.site-layout-dji .dji-feature__inner {
    grid-template-columns: 1fr;
  }

  body.site-layout-dji .dji-feature--reverse .dji-feature__inner {
    direction: ltr;
  }

  body.site-layout-dji .dji-feature__media {
    order: -1;
  }

  body.site-layout-dji .services--refined .dji-feature__inner {
    grid-template-columns: 1fr;
  }

  body.site-layout-dji .services--refined .dji-feature__copy,
  body.site-layout-dji .services--refined .dji-feature--reverse .dji-feature__copy {
    padding-left: 0;
    padding-right: 0;
  }

  body.site-layout-dji .services--refined .dji-feature__media,
  body.site-layout-dji .services--refined .dji-feature--reverse .dji-feature__media {
    margin-left: auto;
    margin-right: auto;
    max-width: min(380px, 100%);
  }

  body.site-layout-dji .services--refined .dji-feature__media .service-video {
    max-height: none;
  }
}

/* Tablet: gleiches 2.35:1, 1+3 groß */
@media (min-width: 560px) and (max-width: 900px) {
  .about__visual-plate {
    margin-right: 0;
    width: 100%;
    min-height: min(860px, 108vh);
    border-radius: 0;
  }

  .about__video-grid {
    padding: clamp(20px, 3vh, 40px) clamp(8px, 2vw, 14px) clamp(24px, 3.5vh, 44px);
    gap: clamp(18px, 2.4vw, 28px);
  }

  .about__clip--primary {
    max-height: min(48vh, 600px);
    margin-left: 0;
    border-radius: clamp(4px, 0.45vw, 8px);
  }

  .about__clip--secondary {
    width: min(100%, 86%);
    max-height: min(26vh, 320px);
    margin-right: clamp(10px, 2.5vw, 32px);
  }

  .about__clip--tertiary {
    width: 100%;
    max-height: min(54vh, 780px);
    margin-left: clamp(6px, 1.5vw, 16px);
  }
}

/* ─── Reset & Base ────────────────────────────────────────── */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: auto;
  background: var(--bg);
}

html.lenis, html.lenis body {
  height: auto;
}

html,
body {
  cursor: auto;
}

html.no-scroll,
html.no-scroll body {
  overflow: hidden;
}

.skip-link {
  position: fixed;
  left: 12px;
  top: -120px;
  z-index: 100002;
  padding: 10px 18px;
  background: var(--dji-text, #101010);
  color: var(--dji-bg, #f9fafd);
  font-family: var(--font-ui, system-ui, sans-serif);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  border-radius: 8px;
  transition: top 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.skip-link:focus {
  outline: none;
}

.skip-link:focus-visible {
  top: 12px;
  outline: 2px solid var(--skill-accent-blue, #6a9bcc);
  outline-offset: 3px;
}

#hero,
#about,
#about-us,
#services,
#equipment,
#clients,
#contact,
#main-content {
  scroll-margin-top: calc(var(--nav-height) + 12px);
}

body {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
  line-height: 1.6;
}

/* Honeycomb background (global) — gold + very subtle */
body { }
body.site-layout-dji { }

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(ellipse 78% 52% at 50% 0%, rgba(201, 168, 76, 0.08), transparent 58%),
    radial-gradient(ellipse 72% 48% at 50% 100%, rgba(0, 0, 0, 0.04), transparent 52%),
    var(--honey-pattern);
  background-size: auto, auto, var(--honey-size);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: center top, center bottom, 0 0;
  opacity: var(--honey-opacity);
  filter: none;
  transform: translateZ(0);
}

/* Ensure content stays above the background layer */
body > * {
  position: relative;
  z-index: 1;
}

/* Trusted by: keep background clean for perfect logos */
.clients .marquee-wrap {
  position: relative;
}

/* Don't let honeycomb show through service videos/cards */
.services .dji-feature__media,
.services .service-video,
.services .service-video video {
  position: relative;
  z-index: 2;
  background: #0a0a0a;
}

.services .dji-feature__media::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* solid shield behind the border/glass */
  background: #0a0a0a;
  z-index: -1;
}

/* Ensure content width is consistent */
.about > .container,
.about-us > .container,
.clients > .container,
.services > .container,
.reviews > .container,
.contact > .container,
.footer > .container,
.sport1 > .container,
.bmw1 > .container {
  max-width: min(1740px, 100vw - 2 * var(--container-pad));
}

/* (Removed) section honeycomb overlays to avoid “double” patterns */

/* ─── BMW1 / Sport1 (media + copy spots) ──────────────────── */
.bmw1 {
  padding: clamp(56px, 8vh, 96px) 0 clamp(72px, 11vh, 120px);
  background-color: var(--studio-bg);
  position: relative;
  z-index: 2;
  border-bottom: 1px solid var(--border);
}

.sport1 {
  padding: clamp(72px, 10vh, 108px) 0 clamp(56px, 8vh, 96px);
  position: relative;
  z-index: 2;
  box-shadow: none;
  overflow: hidden;
  background-color: transparent;
  background-image: linear-gradient(90deg, transparent, var(--border), transparent);
  background-size: 100% 1px;
  background-position: top center;
  background-repeat: no-repeat;
}

.sport1 .video-sector__subtitle {
  margin: 14px 0 0;
  max-width: 62ch;
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.6;
  color: rgba(10, 10, 10, 0.72);
}

.sport1__bullets {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  max-width: 62ch;
}

.video-sector--with-gallery .sport1__body {
  grid-column: 1 / -1;
  margin-top: clamp(10px, 2vh, 16px);
  min-width: 0;
}

#sport1Videos.video-showcase--cols-2 {
  gap: clamp(14px, 2.1vw, 22px);
  max-width: none;
}

.sport1__bullet {
  position: relative;
  padding-left: 18px;
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(10, 10, 10, 0.74);
}

.sport1__bullet::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 1px;
  background: rgba(201, 168, 76, 0.9);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.12);
  border-radius: 999px;
}

.beauty {
  --beauty-gap: clamp(18px, 2.2vw, 28px);
  --beauty-stack: clamp(14px, 1.75vw, 22px);
  padding: clamp(32px, 5vh, 56px) 0 clamp(48px, 7vh, 88px);
  background-color: var(--studio-bg);
  position: relative;
  z-index: 2;
  border-bottom: 1px solid var(--border);
}

.beauty__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.88fr);
  gap: var(--beauty-gap);
  column-gap: clamp(16px, 2vw, 26px);
  align-items: start;
  position: relative;
  z-index: 2;
}

.beauty__top-left {
  display: flex;
  flex-direction: column;
  gap: var(--beauty-stack);
  min-width: 0;
}

.beauty__top-left .video-sector {
  margin-bottom: 0;
  max-width: 100%;
}

.beauty__top-left .video-sector__title {
  margin: 0;
  letter-spacing: 0.02em;
}

/* Bilderblock links an die Textspalte rücken (nicht in der rechten Hälfte zentrieren) */
.beauty__visual {
  display: grid;
  grid-template-columns: minmax(0, 2.05fr) minmax(0, 1.2fr) minmax(0, 0.75fr);
  gap: clamp(12px, 1.5vw, 16px);
  align-items: stretch;
  width: 100%;
  min-width: 0;
  justify-self: start;
  align-self: start;
}

.beauty__tile {
  min-width: 0;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(4px, 0.45vw, 8px);
  overflow: hidden;
  background: transparent;
  border: none;
  box-shadow: none;
}

.beauty__tile--product {
  margin: 0;
  padding: 0;
}

.beauty__tile--product .beauty__tile-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.beauty__copy {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.beauty__copy .beauty__p {
  margin: 0;
  font-size: clamp(1rem, 1.05vw, 1.0625rem);
  line-height: 1.74;
  letter-spacing: 0.01em;
  color: rgba(28, 28, 28, 0.82);
  max-width: min(46rem, 100%);
}

@media (max-width: 900px) {
  .beauty__top {
    grid-template-columns: 1fr;
    gap: var(--beauty-stack);
    column-gap: unset;
    align-items: stretch;
  }

  .beauty__visual {
    max-width: min(560px, 100%);
    margin-inline: 0;
    gap: clamp(10px, 2vw, 14px);
  }
}

@media (max-width: 480px) {
  .beauty__visual {
    gap: 10px;
  }
}

.beauty__still {
  appearance: none;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  transition: opacity 180ms var(--ease-out);
}

.beauty__still:hover {
  opacity: 0.92;
}

.beauty__still:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.beauty__visual .beauty__still img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

.beauty__body {
  margin-top: clamp(28px, 3.5vw, 40px);
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 3.2vw, 32px);
  position: relative;
  z-index: 2;
}

/* Photo + scrim: only inside section, z-index 0 — all content in .container sits above (z-index 1) */
.sport1::before {
  content: none;
}

.bmw1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
}

.video-sector {
  max-width: min(72ch, 100%);
}

/* Default sector header spacing (no gallery in header) */
.video-sector:not(.video-sector--with-gallery) {
  margin-bottom: clamp(18px, 2.8vw, 32px);
}

.beauty .beauty__top-left .video-sector:not(.video-sector--with-gallery) {
  margin-bottom: 0;
}

.video-sector--with-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 740px);
  gap: clamp(28px, 4.2vw, 52px);
  align-items: start;
  max-width: none;
  margin-bottom: 0 !important;
}

/* Sport1: stack copy + gallery to avoid dead space */
.sport1 .video-sector--with-gallery {
  grid-template-columns: 1fr;
  gap: clamp(18px, 3vw, 28px);
}

.sport1 .video-sector--with-gallery .video-sector__gallery {
  width: 100%;
  max-width: none;
}

.sport1 .video-sector--with-gallery .hod-gallery__track {
  grid-auto-columns: clamp(150px, 18vw, 210px);
}

.sport1 .hod-gallery::before,
.sport1 .hod-gallery::after {
  display: none;
}

.sport1 .hod-gallery__track {
  mask-image: none;
}

@media (max-width: 900px) {
  .video-sector--with-gallery {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  /* Prevent horizontal overflow from gallery chrome (fixes clipped text on iPhone) */
  .hod-gallery {
    width: 100%;
    justify-self: stretch;
    overflow: hidden;
  }

  .hod-gallery__arrow--left { left: 6px; }
  .hod-gallery__arrow--right { right: 6px; }

  .hod-gallery::before { left: 0; }
  .hod-gallery::after { right: 0; }

  .video-sector__gallery .hod-gallery__arrow--left { left: 6px; }
  .video-sector__gallery .hod-gallery__arrow--right { right: 6px; }
}

.video-sector__copy {
  min-width: 0;
}

.video-sector--with-gallery .video-sector__title {
  margin-bottom: clamp(6px, 1vh, 10px);
}

.video-sector--with-gallery .sport1__lead,
.video-sector--with-gallery .bmw1__lead {
  margin: 0;
  max-width: 72ch;
}

.video-sector__gallery {
  margin: 0;
  width: min(740px, 100%);
  align-self: flex-start;
}

.video-sector__gallery .hod-gallery__arrow--left { left: -10px; }
.video-sector__gallery .hod-gallery__arrow--right { right: -10px; }

/* When gallery sits in the sector header, match title baseline */
.video-sector--with-gallery .video-sector__gallery {
  margin-top: 0;
}

/* Einheitliche Sektions-Titel: FPV Race Drone, Smallest live drone, Dual Operator, Beauty */
.video-sector__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.5vw, 1.95rem);
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.22;
  color: var(--text);
  text-wrap: balance;
  max-width: min(72ch, 100%);
}

/* Intro oben, drei Player darunter volle Containerbreite — deutlich grössere Videos */
.bmw1__body {
  margin-top: clamp(40px, 6vw, 80px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 52px);
  align-items: start;
  position: relative;
  z-index: 2;
}

.bmw1__intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 2vw, 20px);
  min-width: 0;
  max-width: min(40rem, 100%);
}

@media (min-width: 720px) {
  .bmw1__intro {
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 740px);
    align-items: start;
    column-gap: clamp(14px, 2.2vw, 24px);
    max-width: none;
  }

  .bmw1__lead {
    max-width: 68ch;
  }
}

.bmw1__lead {
  grid-column: unset;
}

.bmw1__mini-clips {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
  max-width: min(300px, 100%);
}

.bmw1__mini-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  background: #070707;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow:
    0 3px 0 0 rgba(184, 146, 42, 0.18),
    0 18px 44px rgba(0, 0, 0, 0.10),
    0 1px 0 rgba(255, 255, 255, 0.06) inset;
}

.bmw1__mini-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background: #0a0a0a;
}

#bmw1Videos {
  grid-column: 1;
  width: 100%;
  min-width: 0;
}

/* Race Drone: volle Breite */
#bmw1Videos.video-showcase--cols-3,
#bmw1Videos.video-showcase--cols-2 {
  gap: clamp(10px, 1.4vw, 18px);
}

#bmw1Videos .video-showcase__item {
  gap: clamp(10px, 1.4vw, 14px);
}

#bmw1Videos .video-showcase__frame {
  border-radius: clamp(14px, 1.6vw, 20px);
}

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

  #bmw1Videos {
    grid-column: 1;
    grid-row: auto;
    max-width: 100%;
    margin-inline: 0;
  }

  .bmw1__intro {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .bmw1__intro {
    row-gap: 12px;
  }
}

/* ─── Video showcase (BMW + Sport grids) ─────────────────── */
.video-showcase {
  display: grid;
  gap: clamp(20px, 3vw, 32px);
  width: 100%;
  min-width: 0;
}

.video-showcase--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#beautyVideos.video-showcase--cols-2 {
  gap: clamp(18px, 2.2vw, 28px);
}


#beautyVideos .video-showcase__item {
  gap: clamp(10px, 1.4vw, 14px);
}

.video-showcase--cols-1 {
  grid-template-columns: 1fr;
}

.video-showcase--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.video-showcase--cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.video-showcase__item {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.8vw, 16px);
  min-width: 0;
}

.video-showcase__group-label {
  margin: 0 0 2px;
  padding: 0;
  font-family: var(--font-ui);
  font-size: clamp(0.58rem, 1vw, 0.68rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.38);
}

.video-showcase__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: clamp(14px, 1.6vw, 20px);
  overflow: hidden;
  background: #070707;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow:
    0 4px 0 0 rgba(184, 146, 42, 0.22),
    0 28px 64px rgba(0, 0, 0, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.06) inset;
  transform: translateZ(0);
  transition: box-shadow 0.45s var(--ease-out), transform 0.45s var(--ease-out);
}

/* Ensure play overlays position correctly */
.hero__video-container,
.service-video,
.about__clip,
.about__still--video,
.about__bottom-video-frame,
.contact__media,
.media-separator__side {
  position: relative;
}

/* Video placeholder (prevents "black box" perception on mobile) */
.video-showcase__frame::before,
.service-video::before,
.about__clip::before,
.about__still--video::before,
.contact__media::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(700px 320px at 20% 20%, rgba(201, 168, 76, 0.18), transparent 55%),
    radial-gradient(560px 280px at 86% 88%, rgba(0, 0, 0, 0.18), transparent 62%),
    linear-gradient(180deg, #0b0b0b 0%, #050505 100%);
}

.video-showcase__frame::after,
.service-video::after,
.about__clip::after,
.about__still--video::after,
.contact__media::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background-image: url('../assets/brand/hod-mark.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56px 56px;
  opacity: 0.12;
  filter: grayscale(1) contrast(1.1);
}

.video-showcase__media,
.service-video video,
.about__clip video,
.about__still--video video,
.contact__video,
.media-separator__side-video {
  position: relative;
  z-index: 2;
}

/* Mobile tap-to-play affordance */
html.is-mobile-play .video-showcase__frame::after,
html.is-mobile-play .service-video::after,
html.is-mobile-play .about__clip::after,
html.is-mobile-play .about__still--video::after,
html.is-mobile-play .contact__media::after,
html.is-mobile-play .media-separator__side::after {
  opacity: 0.28;
  background-size: 72px 72px;
}

html.is-mobile-play .video-showcase__frame:not(.is-playing),
html.is-mobile-play .service-video:not(.is-playing),
html.is-mobile-play .about__clip:not(.is-playing),
html.is-mobile-play .about__still--video:not(.is-playing),
html.is-mobile-play .contact__media:not(.is-playing),
html.is-mobile-play .media-separator__side:not(.is-playing) {
  cursor: pointer;
}

html.is-mobile-play .video-showcase__frame:not(.is-playing)::before,
html.is-mobile-play .service-video:not(.is-playing)::before,
html.is-mobile-play .about__clip:not(.is-playing)::before,
html.is-mobile-play .about__still--video:not(.is-playing)::before,
html.is-mobile-play .contact__media:not(.is-playing)::before,
html.is-mobile-play .media-separator__side:not(.is-playing)::before {
  /* a bit brighter so posters read clearly */
  background:
    radial-gradient(700px 320px at 20% 20%, rgba(201, 168, 76, 0.22), transparent 55%),
    radial-gradient(560px 280px at 86% 88%, rgba(0, 0, 0, 0.12), transparent 62%),
    linear-gradient(180deg, #0f0f0f 0%, #070707 100%);
}

/* Ensure the media-separator side video is actually tappable on mobile */
html.is-mobile-play .media-separator__side {
  pointer-events: auto;
}

/* Disable any attempted pseudo-labels on <video> (not reliable across browsers) */
html.is-mobile-play video::after,
html.is-mobile-play video::before {
  content: none !important;
}

/* Mobile uses tap-to-play without overlay button */

/* Mobile play button overlay (Tap-to-play fully removed) */
html.is-mobile-play .video-showcase__frame:not(.is-playing) .video-showcase__media,
html.is-mobile-play .service-video:not(.is-playing) video,
html.is-mobile-play .about__clip:not(.is-playing) video,
html.is-mobile-play .about__still--video:not(.is-playing) video,
html.is-mobile-play .contact__media:not(.is-playing) .contact__video,
html.is-mobile-play .media-separator__side:not(.is-playing) .media-separator__side-video {
  /* keep poster visible; ensure overlay sits above */
}

html.is-mobile-play .video-showcase__frame:not(.is-playing)::marker { content: none; }

/* Kill any legacy tap-to-play pills/labels (cached CSS/JS) */
.tap-to-play-pill,
.tap-to-play,
.mobile-play-btn,
.mobile-play-btn__bg,
.mobile-play-btn__icon {
  display: none !important;
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after {
  /* mark stays subtle; label comes from separate layer */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before {
  /* keep as-is */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing),
html.is-tap-to-play .service-video:not(.is-playing),
html.is-tap-to-play .about__clip:not(.is-playing),
html.is-tap-to-play .about__still--video:not(.is-playing),
html.is-tap-to-play .contact__media:not(.is-playing),
html.is-tap-to-play .media-separator__side:not(.is-playing) {
  position: relative;
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before {
  /* already defined above */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing) .tap-to-play,
html.is-tap-to-play .service-video:not(.is-playing) .tap-to-play,
html.is-tap-to-play .about__clip:not(.is-playing) .tap-to-play,
html.is-tap-to-play .about__still--video:not(.is-playing) .tap-to-play,
html.is-tap-to-play .contact__media:not(.is-playing) .tap-to-play,
html.is-tap-to-play .media-separator__side:not(.is-playing) .tap-to-play {
  display: none;
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after {
  /* keep mark */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before {
  /* keep background */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after {
  /* keep mark */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before {
  /* keep background */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after {
  /* keep mark */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before {
  /* keep background */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after {
  /* keep mark */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before {
  /* keep background */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after {
  /* keep mark */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before {
  /* keep background */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after {
  /* keep mark */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before {
  /* keep background */
}

/* Actual label */
html.is-tap-to-play .video-showcase__frame:not(.is-playing)::selection { background: transparent; }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

/* A simple pill label using an extra pseudo element */
html.is-tap-to-play .video-showcase__frame:not(.is-playing) .tap-to-play,
html.is-tap-to-play .service-video:not(.is-playing) .tap-to-play,
html.is-tap-to-play .about__clip:not(.is-playing) .tap-to-play,
html.is-tap-to-play .about__still--video:not(.is-playing) .tap-to-play,
html.is-tap-to-play .contact__media:not(.is-playing) .tap-to-play,
html.is-tap-to-play .media-separator__side:not(.is-playing) .tap-to-play { display: none; }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before { /* already */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after { /* already */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after { /* already */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after { /* already */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after { /* already */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after { /* already */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after { /* already */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after { /* already */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after { /* already */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after { /* already */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after { /* already */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after { /* already */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after { /* already */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after { /* already */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after { /* already */ }

/* Label layer */
html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before { /* background stays */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after { /* mark stays */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before { /* keep */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after { /* keep */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before { /* keep */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after { /* keep */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before { /* keep */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after { /* keep */ }

/* Minimal, direct label using another pseudo-element on z-index 3 */
html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before { /* keep */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after { /* keep */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before { /* keep */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after { /* keep */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after { /* keep */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

/* The actual label */
html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before { /* keep */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after { /* keep */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

/* Label pseudo: use the mark layer plus a centered pill */
html.is-tap-to-play .video-showcase__frame:not(.is-playing),
html.is-tap-to-play .service-video:not(.is-playing),
html.is-tap-to-play .about__clip:not(.is-playing),
html.is-tap-to-play .about__still--video:not(.is-playing),
html.is-tap-to-play .contact__media:not(.is-playing),
html.is-tap-to-play .media-separator__side:not(.is-playing) {
  --tap-pill: "";
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before { /* keep */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after { /* keep */ }

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep mark */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before {
  /* keep bg */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep mark */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before {
  /* keep bg */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep mark */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before {
  /* keep bg */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep mark */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before {
  /* keep bg */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep mark */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before {
  /* keep bg */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep mark */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before {
  /* keep bg */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep mark */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before {
  /* keep bg */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep mark */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before {
  /* keep bg */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep mark */
}

/* Pill label layer */
html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before {
  /* keep background; label is separate to avoid rewriting */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after {
  /* keep mark */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after {
  /* keep */
}

/* Single rule: label using an extra pseudo element via outline trick */
html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after {
  /* mark remains */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

/* Use a real label with ::before on z-index 3 */
html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before {
  /* keep */
}

/* Add label via an additional layer */
html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before {
  /* background is z=0; label comes from a new pseudo */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after {
  /* mark is z=1 */
}

/* Pill label as box-shadowed text using a new pseudo element */
html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before {
  /* keep */
}

/* Final: simple label on a new pseudo element */
html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after {
  /* mark still */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep */
}

/* Add a dedicated label using `::before` of the video element wrapper (z=3) */
html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after {
  /* keep */
}

/* Label using a new pseudo element via `outline` is too hacky; use `::before` on a child overlay */
html.is-tap-to-play .video-showcase__frame:not(.is-playing),
html.is-tap-to-play .service-video:not(.is-playing),
html.is-tap-to-play .about__clip:not(.is-playing),
html.is-tap-to-play .about__still--video:not(.is-playing),
html.is-tap-to-play .contact__media:not(.is-playing),
html.is-tap-to-play .media-separator__side:not(.is-playing) {
  /* add an overlay label */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after {
  /* keep mark */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before {
  /* keep */
}

/* Create the pill using a real pseudo element on z-index 3 */
html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after {
  /* keep */
}

/* Final pill label */
html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before {
  /* keep */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after {
  /* keep mark */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before {
  /* keep */
}

/* Minimal pill using another pseudo element isn't possible; reuse mark and add text via background */
html.is-tap-to-play .video-showcase__frame:not(.is-playing)::after,
html.is-tap-to-play .service-video:not(.is-playing)::after,
html.is-tap-to-play .about__clip:not(.is-playing)::after,
html.is-tap-to-play .about__still--video:not(.is-playing)::after,
html.is-tap-to-play .contact__media:not(.is-playing)::after,
html.is-tap-to-play .media-separator__side:not(.is-playing)::after {
  /* keep mark */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before {
  /* keep */
}

/* Real label: use `::after` mark and add a centered pill with `::before` on video element */
html.is-tap-to-play video {
  -webkit-tap-highlight-color: transparent;
}

html.is-tap-to-play video::before { content: none; }

html.is-tap-to-play .video-showcase__frame:not(.is-playing) .video-showcase__media,
html.is-tap-to-play .service-video:not(.is-playing) video,
html.is-tap-to-play .about__clip:not(.is-playing) video,
html.is-tap-to-play .about__still--video:not(.is-playing) video,
html.is-tap-to-play .contact__media:not(.is-playing) video,
html.is-tap-to-play .media-separator__side:not(.is-playing) video {
  outline: none;
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing) .video-showcase__media,
html.is-tap-to-play .service-video:not(.is-playing) video,
html.is-tap-to-play .about__clip:not(.is-playing) video,
html.is-tap-to-play .about__still--video:not(.is-playing) video,
html.is-tap-to-play .contact__media:not(.is-playing) video,
html.is-tap-to-play .media-separator__side:not(.is-playing) video {
  /* label */
}

html.is-tap-to-play .video-showcase__frame:not(.is-playing) .video-showcase__media::after,
html.is-tap-to-play .service-video:not(.is-playing) video::after,
html.is-tap-to-play .about__clip:not(.is-playing) video::after,
html.is-tap-to-play .about__still--video:not(.is-playing) video::after,
html.is-tap-to-play .contact__media:not(.is-playing) video::after,
html.is-tap-to-play .media-separator__side:not(.is-playing) video::after {
  content: none !important;
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  z-index: 3;
  padding: 8px 12px;
  border-radius: 999px;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px) saturate(1.1);
  -webkit-backdrop-filter: blur(10px) saturate(1.1);
  pointer-events: none;
}
html.is-tap-to-play .video-showcase__frame:not(.is-playing)::before,
html.is-tap-to-play .service-video:not(.is-playing)::before,
html.is-tap-to-play .about__clip:not(.is-playing)::before,
html.is-tap-to-play .about__still--video:not(.is-playing)::before,
html.is-tap-to-play .contact__media:not(.is-playing)::before,
html.is-tap-to-play .media-separator__side:not(.is-playing)::before {
  /* a bit brighter so posters read clearly */
  background:
    radial-gradient(700px 320px at 20% 20%, rgba(201, 168, 76, 0.22), transparent 55%),
    radial-gradient(560px 280px at 86% 88%, rgba(0, 0, 0, 0.12), transparent 62%),
    linear-gradient(180deg, #0f0f0f 0%, #070707 100%);
}

html.is-tap-to-play .is-playing::after {
  opacity: 0;
}

.video-showcase__item:hover .video-showcase__frame {
  box-shadow:
    0 4px 0 0 rgba(184, 146, 42, 0.42),
    0 36px 80px rgba(0, 0, 0, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.08) inset;
  transform: translateY(-2px);
}

.video-showcase__media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background: #0a0a0a;
}

.video-showcase__clip-panel {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  min-width: 0;
}

/* Ein Block, klare Zeilen — neutral, ohne Akzentfarben */
.video-showcase__tracklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: clamp(12px, 1.5vw, 16px);
  background: #fafafa;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  overflow: hidden;
}

.video-showcase__tracklist li {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.video-showcase__tracklist li:last-child {
  border-bottom: 0;
}

.video-showcase__track {
  display: block;
  width: 100%;
  text-align: left;
  appearance: none;
  border: 0;
  border-radius: 0;
  padding: clamp(11px, 1.5vw, 13px) clamp(14px, 2vw, 18px);
  margin: 0;
  font-family: var(--font-ui);
  font-size: clamp(0.64rem, 1.02vw, 0.74rem);
  font-weight: 500;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.42);
  background: transparent;
  transition:
    background 0.22s var(--ease-out),
    color 0.22s var(--ease-out),
    box-shadow 0.22s var(--ease-out);
}

.video-showcase__track:hover {
  color: rgba(0, 0, 0, 0.72);
  background: rgba(0, 0, 0, 0.03);
}

.video-showcase__track.is-active {
  color: #0a0a0a;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: rgba(0, 0, 0, 0.04);
  box-shadow: inset 2px 0 0 0 rgba(0, 0, 0, 0.35);
}

.video-showcase__track:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.22);
  outline-offset: -2px;
  z-index: 1;
  position: relative;
}

.video-showcase__sheen {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(680px 340px at 14% 12%, rgba(255, 255, 255, 0.09), transparent 55%),
    radial-gradient(560px 300px at 92% 88%, rgba(255, 255, 255, 0.05), transparent 58%),
    linear-gradient(105deg, transparent 0%, rgba(0, 0, 0, 0.18) 100%);
  mix-blend-mode: screen;
}

.video-showcase__caption {
  margin: 0;
  padding: 0 4px 0 clamp(14px, 2vw, 20px);
  border-left: 2px solid var(--gold);
  font-family: var(--font-ui);
  font-size: clamp(0.62rem, 1.1vw, 0.72rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.45;
  color: var(--text-muted);
}

@media (max-width: 900px) {
  .video-showcase--cols-2,
  .video-showcase--cols-3,
  .video-showcase--cols-4 {
    grid-template-columns: 1fr;
  }

  .video-showcase__item:hover .video-showcase__frame {
    transform: none;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .video-showcase--cols-3 {
    grid-template-columns: 1fr;
  }

  /* FPV Race: drei Spalten beibehalten — sonst wirken die Clips zu schmal */
  #bmw1Videos.video-showcase--cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .video-showcase--cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Scroll-through still between BMW block and Sport block */
.media-separator {
  position: relative;
  z-index: 1;
  background: #050505;
}

.media-separator__track {
  min-height: 235vh;
  position: relative;
}

.media-separator__sticky {
  position: sticky;
  top: var(--nav-height);
  z-index: 0;
  height: calc(100vh - var(--nav-height));
  display: block;
  overflow: hidden;
  background: #030303;
  transform: translateZ(0);
}

.media-separator__sticky::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.32) 0%,
    rgba(0, 0, 0, 0.08) 24%,
    rgba(0, 0, 0, 0.1) 76%,
    rgba(0, 0, 0, 0.38) 100%
  );
}

/* Still as GPU-friendly background (no <img> layout decode jank while scrolling) */
.media-separator__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  background-color: #1a1f24;
  background-image: url('../assets/images/odermatt-separator@2x.jpg');
  background-image: image-set(
    url('../assets/images/odermatt-separator.png') 1x,
    url('../assets/images/odermatt-separator@2x.jpg') 2x
  );
  background-size: cover;
  background-position: center 32%;
  background-repeat: no-repeat;
  transform: translateZ(0);
  will-change: transform, background-position;
  backface-visibility: hidden;
}

.media-separator__side {
  position: absolute;
  right: clamp(18px, 4vw, 44px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: clamp(260px, 32vw, 560px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: auto;
  border: 0;
  background: transparent;
  pointer-events: none;
}

.media-separator__side--left {
  left: clamp(18px, 4vw, 44px);
  right: auto;
}

.media-separator__side-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: clamp(12px, 1.6vw, 18px);
  border: 0;
  box-shadow:
    0 28px 80px -30px rgba(0, 0, 0, 0.7),
    0 1px 0 rgba(255, 255, 255, 0.10) inset;
  background: #000;
}

.media-separator__side-caption {
  position: static;
  z-index: 4;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  font-family: var(--font-ui);
  font-size: clamp(0.62rem, 1.05vw, 0.74rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.35;
  text-align: center;
  color: rgba(0, 0, 0, 0.78);
  text-shadow:
    0 1px 18px rgba(255, 255, 255, 0.55),
    0 0 1px rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.media-separator__overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(28px, 6vh, 72px) clamp(18px, 4vw, 52px);
  pointer-events: none;
  width: 100%;
  box-sizing: border-box;
}

.media-separator__text {
  box-sizing: border-box;
  width: min(100%, 920px);
  max-width: min(92vw, 920px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateX(calc(-6.5cm));
}

/* Dodge wordmark — same language as hero „HOUSE OF DRONES“, driven by scroll-scale */
.media-separator__headline {
  margin: 0 auto;
  padding: 0 clamp(12px, 3vw, 28px);
  max-width: min(96vw, 920px);
  width: 100%;
  font-family: 'Dodge', var(--font-display);
  font-weight: 300;
  font-size: clamp(1.65rem, 8.5vw, 6.75rem);
  line-height: 0.92;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  text-wrap: balance;
  text-align: center;
  color: #0a0a0a;
  text-shadow:
    0 0 28px rgba(255, 255, 255, 0.85),
    0 0 8px rgba(255, 255, 255, 0.55),
    0 1px 2px rgba(255, 255, 255, 0.65);
  will-change: transform, opacity, filter;
}

/* Event line on the still (ski) — lower third */
.media-separator__scene {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: clamp(14px, 2.5vh, 28px);
  margin: 0;
  z-index: 5;
  max-width: min(36rem, 100%);
  font-family: var(--font-ui);
  font-size: clamp(0.62rem, 1.05vw, 0.74rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.78);
  text-shadow:
    0 1px 18px rgba(255, 255, 255, 0.55),
    0 0 1px rgba(255, 255, 255, 0.7);
  pointer-events: none;
  transform: translateX(-50%);
  text-align: center;
}

/* Avoid one frame of full-size type before GSAP applies inline transforms */
#mediaSeparator:not(.media-separator--static) .media-separator__headline {
  opacity: 0.0008;
  transform: scale(0.00002);
  transform-origin: 50% 50%;
  filter: blur(30px);
  letter-spacing: 0.72em;
}

/* Compact bridge — no sticky scrub, normal page scroll */
.media-separator--static .media-separator__track {
  min-height: 0;
}

.media-separator--static .media-separator__sticky {
  position: relative;
  top: auto;
  height: min(72vh, 640px);
  min-height: min(64vh, 560px);
}

.media-separator--static .media-separator__sticky::after {
  background:
    /* Top fade into Hero (dark) */
    linear-gradient(
      180deg,
      rgba(8, 8, 8, 0.92) 0%,
      rgba(8, 8, 8, 0.42) 12%,
      rgba(8, 8, 8, 0.10) 26%,
      rgba(8, 8, 8, 0.06) 52%,
      rgba(235, 233, 226, 0.12) 72%,
      rgba(235, 233, 226, 0.72) 92%,
      rgba(235, 233, 226, 0.92) 100%
    );
}

.media-separator--static .media-separator__bg {
  will-change: auto;
  transform: none !important;
  background-size: cover;
  /* Skier bleibt im rechten Drittel — linker Bereich nur Himmel/Schnee */
  background-position: 100% 28%;
}

/* Text nur in linker Spalte — rechte Spalte bleibt frei für den Fahrer */
.media-separator--static .media-separator__overlay {
  display: grid;
  grid-template-columns: minmax(0, min(36vw, 340px)) 1fr;
  align-items: center;
  justify-content: stretch;
  column-gap: clamp(12px, 2.5vw, 24px);
  padding: clamp(24px, 5vh, 56px) clamp(16px, 3vw, 40px);
}

.media-separator--static .media-separator__text {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  align-items: flex-start;
  text-align: left;
  transform: none;
}

.media-separator--static .media-separator__headline {
  opacity: 1;
  transform: none;
  filter: none;
  will-change: auto;
  text-align: left;
  color: #f5f3ec;
  text-shadow:
    0 1px 26px rgba(0, 0, 0, 0.75),
    0 0 2px rgba(0, 0, 0, 0.85);
  /* Kleiner, damit lange Zeilen in der schmalen linken Spalte bleiben */
  font-size: clamp(1.65rem, 3.35vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: 0.065em;
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.media-separator--static .media-separator__headline {
  text-transform: uppercase;
  font-variation-settings: "wdth" 105;
}

.media-separator--static .media-separator__headline::after {
  content: '';
  display: block;
  width: min(260px, 62%);
  height: 1px;
  margin-top: clamp(10px, 1.8vh, 16px);
  background: linear-gradient(90deg, rgba(201, 168, 76, 0.0), rgba(201, 168, 76, 0.65), rgba(201, 168, 76, 0.0));
  opacity: 0.95;
}

/* Static separator: keep original left-lower caption composition */
.media-separator--static .media-separator__scene {
  left: 50%;
  right: auto;
  max-width: min(92vw, 42rem);
}

@media (max-width: 900px) {
  .media-separator__track {
    min-height: 200vh;
  }

  .media-separator--static .media-separator__track {
    min-height: 0;
  }

  .media-separator__bg {
    background-position: center 28%;
  }

  .media-separator__headline {
    font-size: clamp(1.35rem, 9vw, 4.25rem);
    letter-spacing: 0.05em;
    line-height: 0.96;
  }

  .media-separator__text {
    transform: translateX(calc(-3.25cm));
    max-width: min(94vw, 880px);
    width: min(100%, 880px);
  }

  .media-separator--static .media-separator__bg {
    /* Mobile: force a single consistent source (avoid DPR image-set crop drift) */
    background-image: url('../assets/images/odermatt-separator@2x.jpg') !important;
    /* Keep drone fully inside frame (no left cut) */
    background-position: 18% 30% !important;
  }

  .media-separator--static .media-separator__overlay {
    grid-template-columns: minmax(0, min(72vw, 300px)) 1fr;
    align-items: center;
  }

  .media-separator--static .media-separator__headline {
    font-size: clamp(1.45rem, 6.2vw, 2.4rem);
    letter-spacing: 0.038em;
    line-height: 1.04;
  }

  .media-separator--static .media-separator__scene {
    max-width: min(72vw, 300px);
  }

  .media-separator__side {
    /* Lock position on iOS reload (avoid dynamic vh jumps / overrides) */
    position: absolute;
    top: auto !important;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 18px) !important;
    right: var(--container-pad, 22px) !important;
    left: auto !important;
    transform: none !important;
    width: min(58vw, 340px);
    align-items: flex-end;
  }

  /* Hard override (wins even if other blocks get loaded later) */
  #mediaSeparator.media-separator--static .media-separator__sticky .media-separator__side {
    position: absolute !important;
    top: unset !important;
    left: unset !important;
    right: var(--container-pad, 22px) !important;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 18px) !important;
    transform: none !important;
    margin: 0 !important;
  }

  .media-separator__side--left {
    display: none;
  }

  .sport1 {
    box-shadow: none;
  }
}

@media (max-width: 420px) {
  /* Very small phones: nudge a bit further right */
  #mediaSeparator.media-separator--static .media-separator__bg {
    background-position: 20% 30% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .media-separator__track {
    min-height: 0;
  }

  .media-separator__sticky {
    position: relative;
    top: auto;
    height: auto;
    min-height: min(62vh, 480px);
  }

  .media-separator__sticky::after {
    display: none;
  }

  .media-separator__headline {
    opacity: 1;
    transform: none;
    filter: none;
    letter-spacing: inherit;
  }

  #mediaSeparator .media-separator__headline {
    letter-spacing: 0.055em;
  }

  .media-separator__bg {
    transform: none !important;
    background-position: center 32% !important;
    will-change: auto;
  }

}

html.no-gsap .media-separator__headline {
  opacity: 1;
  transform: none;
  filter: none;
  letter-spacing: inherit;
}

html.no-gsap #mediaSeparator .media-separator__headline {
  letter-spacing: 0.055em;
}

html.no-gsap .media-separator__bg {
  transform: none !important;
  background-position: center 32% !important;
  will-change: auto;
}

.sport1__body {
  margin-top: clamp(40px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 3.8vw, 32px);
  position: relative;
  z-index: 1;
}

/* Mini gallery (reusable) */
.hod-gallery {
  width: min(740px, 100%);
  justify-self: end;
  align-self: start;
  margin-top: 0;
  position: relative;
}

.hod-gallery__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.10);
  display: grid;
  place-items: center;
  font-family: var(--font-ui);
  font-size: 26px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(10px) saturate(1.05);
  -webkit-backdrop-filter: blur(10px) saturate(1.05);
  transition: transform 220ms var(--ease-out), background 220ms var(--ease-out), color 220ms var(--ease-out);
}

.hod-gallery__arrow:hover {
  transform: translateY(-50%) scale(1.06);
  background: rgba(255, 255, 255, 0.9);
  color: rgba(0, 0, 0, 0.78);
}

.hod-gallery__arrow:active {
  transform: translateY(-50%) scale(0.98);
}

.hod-gallery__arrow--left { left: -10px; }
.hod-gallery__arrow--right { right: -10px; }

.hod-gallery__arrow span {
  transform: translateY(-1px);
}

.hod-gallery__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 172px;
  gap: 14px;
  padding: 4px 4px 12px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  cursor: grab;
  padding-left: 18px;
  padding-right: 18px;
}

.hod-gallery__track::-webkit-scrollbar { display: none; }

.hod-gallery::before,
.hod-gallery::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 86px;
  pointer-events: none;
  opacity: 0.9;
}

.hod-gallery::before {
  left: -6px;
  background:
    radial-gradient(closest-side at 28px 43px, rgba(0,0,0,0.18), rgba(0,0,0,0) 70%),
    linear-gradient(90deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0) 100%);
  mask-image: linear-gradient(90deg, #000 45%, transparent 100%);
}

.hod-gallery::after {
  right: -6px;
  background:
    radial-gradient(closest-side at 26px 43px, rgba(0,0,0,0.18), rgba(0,0,0,0) 70%),
    linear-gradient(270deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0) 100%);
  mask-image: linear-gradient(270deg, #000 45%, transparent 100%);
}

.hod-gallery__track::after {
  content: none;
}

/* Scroll hint removed; keep rule inert */
.hod-gallery:hover .hod-gallery__track::after { opacity: 0; }

.hod-thumb {
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(248, 248, 248, 0.74) 100%);
  border-radius: 18px;
  padding: 0;
  overflow: hidden;
  box-shadow:
    0 18px 54px rgba(0, 0, 0, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out);
  scroll-snap-align: start;
  touch-action: pan-x;
}

.hod-thumb:hover {
  transform: translateY(-6px);
  box-shadow:
    0 26px 72px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.hod-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 11;
  filter: contrast(1.04) saturate(1.04);
  background: #ffffff;
}

@media (max-width: 980px) {
  .hod-gallery { width: 100%; }
  .hod-gallery__track { grid-auto-columns: 156px; }
}

@media (max-width: 560px) {
  .hod-gallery__track { grid-auto-columns: 144px; gap: 10px; }
}

.hod-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100005;
  display: none;
}

.hod-lightbox.is-open {
  display: block;
}

.hod-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px) saturate(1.05);
  -webkit-backdrop-filter: blur(10px) saturate(1.05);
}

.hod-lightbox__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(860px, calc(100vw - 40px));
  max-height: calc(86vh - 24px);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.55);
}

.hod-lightbox__close {
  position: absolute;
  top: 10px;
  right: 10px;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.92);
  padding: 10px 12px;
  border-radius: 12px;
  font-family: var(--font-ui);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hod-lightbox__img {
  width: 100%;
  height: auto;
  max-height: 82vh;
  display: block;
  object-fit: contain;
  background: rgba(0, 0, 0, 0.25);
}

.hod-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.9);
  display: grid;
  place-items: center;
  cursor: pointer;
  backdrop-filter: blur(10px) saturate(1.1);
  -webkit-backdrop-filter: blur(10px) saturate(1.1);
  transition: transform 220ms var(--ease-out), background 220ms var(--ease-out), opacity 220ms var(--ease-out);
}

.hod-lightbox__nav:hover {
  background: rgba(0, 0, 0, 0.55);
  transform: translateY(-50%) scale(1.04);
}

.hod-lightbox__nav--left { left: 12px; }
.hod-lightbox__nav--right { right: 12px; }

@media (max-width: 560px) {
  .hod-lightbox__nav { width: 42px; height: 42px; }
  .hod-lightbox__nav--left { left: 10px; }
  .hod-lightbox__nav--right { right: 10px; }
}

.sport1__intro {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 22px);
  max-width: min(48rem, 100%);
  position: relative;
}

@media (min-width: 900px) {
  .sport1__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, 740px);
    align-items: start;
    column-gap: clamp(14px, 2.2vw, 24px);
    max-width: none;
  }

  .sport1__lead {
    max-width: 68ch;
  }
}

.bmw1__lead {
  margin: 0;
  font-size: clamp(0.94rem, 1.05vw, 1.02rem);
  line-height: 1.62;
  color: var(--text-dim);
  max-width: 40ch;
}

.sport1__lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-dim);
  max-width: 44ch;
}

@media (max-width: 900px) {
  .bmw1__lead,
  .sport1__lead {
    max-width: 60ch;
  }

  .sport1::before {
    background-position: 0 0, 64% 42%;
    background-size: 100% 100%, cover;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  background: none;
  color: inherit;
  font-family: inherit;
}

img {
  max-width: 100%;
  display: block;
}

::selection {
  background: var(--gold);
  color: var(--bg);
}

.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-pad);
}

/* ─── Custom Cursor ───────────────────────────────────────── */

.cursor {
  display: none;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 10px;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 100000;
  opacity: 0;
  transition: width 0.4s var(--ease-out), height 0.4s var(--ease-out),
              opacity 0.3s, background 0.3s, border-color 0.3s;
  transform: translate(-50%, -50%);
  mix-blend-mode: normal;
}

.cursor.visible {
  opacity: 1;
}

.cursor.expand {
  width: 44px;
  height: 44px;
  background-color: transparent;
}

.cursor-dot {
  display: none;
  width: 5px;
  height: 5px;
  background: var(--gold);
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 100001;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}

.cursor-dot.visible {
  opacity: 1;
}

@media (pointer: coarse) {
  .cursor, .cursor-dot { display: none !important; }
  .grain { display: none !important; }

  /* Reduce expensive blur layers on mobile GPUs */
  .nav,
  .nav.scrolled,
  .menu-overlay,
  .reviews__card {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  /* Reduce scroll jank: avoid snap computations on mobile */
  .about-us__gallery,
  .hod-gallery__track {
    scroll-snap-type: none !important;
  }

  /* No overlay button on mobile */

  /* Reduce paint cost: heavy shadows -> lighter */
  .video-showcase__frame,
  .services .dji-feature__media,
  .reviews__card,
  .about-us__box {
    box-shadow: none !important;
  }
  /* content-visibility rules are defined globally (see @supports block) */
}

/* ─── Film Grain ──────────────────────────────────────────── */

.grain {
  position: fixed;
  inset: 0;
  z-index: 99999;
  pointer-events: none;
  opacity: 0.022;
  mix-blend-mode: multiply;
  background-repeat: repeat;
  background-size: 256px 256px;
}

/* ─── Preloader ───────────────────────────────────────────── */

.preloader {
  position: fixed;
  inset: 0;
  z-index: 100010;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  /* Safety timeout: never trap the page behind the preloader. */
  animation: preloaderSafetyHide 0.001s linear 12s forwards;
}

.preloader::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 40%, rgba(255,255,255,0.06), transparent 60%),
    radial-gradient(ellipse 50% 40% at 50% 55%, rgba(255,255,255,0.04), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,0.02), transparent 30%, rgba(0,0,0,0.25));
  opacity: 0.9;
  pointer-events: none;
}

.preloader::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(255,255,255,0.03) 0%, transparent 18%, transparent 82%, rgba(0,0,0,0.35) 100%),
    radial-gradient(circle at 50% 50%, transparent 0 38%, rgba(0,0,0,0.35) 75%, rgba(0,0,0,0.75) 100%);
  opacity: 0.10;
  mix-blend-mode: normal;
  pointer-events: none;
  transform: translateZ(0);
  animation: none;
}

/* If JS/GSAP fails, don't keep the UI hidden behind overlays. */
html.no-gsap .preloader {
  display: none !important;
}

@keyframes preloaderSafetyHide {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

/* When GSAP-driven reveal animations are disabled, force content visible. */
html.no-gsap .hero__eyebrow,
html.no-gsap .hero__subtitle,
html.no-gsap .hero__scroll,
html.no-gsap .section-header,
html.no-gsap .service-card,
html.no-gsap .about__line,
html.no-gsap .hero__title-inner,
html.no-gsap .hero__tagline,
html.no-gsap .hero__title,
html.no-gsap .hero__subheadline,
html.no-gsap .hero__supporting,
html.no-gsap .hero__actions,
html.no-gsap .hero__trust {
  opacity: 1 !important;
  transform: none !important;
}

html.no-gsap .about__line {
  transform: scaleX(1) !important;
}

.preloader__inner {
  text-align: center;
}

.preloader__mark {
  position: relative;
  width: clamp(164px, 18vw, 248px);
  height: clamp(164px, 18vw, 248px);
  margin: 0 auto 30px;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  animation: preloaderMarkIn 0.9s 0.18s var(--ease-out) forwards;
}

.preloader__logo {
  width: 94%;
  height: 94%;
  object-fit: contain;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,0.5));
  animation: preloaderLogoClean 1.55s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  transform-origin: 50% 55%;
}

.preloader__ring {
  position: absolute;
  inset: -12px;
  border-radius: 0;
  border: 1px solid rgba(255,255,255,0.36);
  /* 8-sided frame */
  clip-path: polygon(
    30% 0%,
    70% 0%,
    100% 30%,
    100% 70%,
    70% 100%,
    30% 100%,
    0% 70%,
    0% 30%
  );
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.06) inset,
    0 18px 60px rgba(0,0,0,0.55);
}

.preloader:not(.is-done) .preloader__ring {
  animation: preloaderOctPulse 1.25s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.preloader__ring::before {
  content: '';
  position: absolute;
  inset: 12px;
  clip-path: inherit;
  /* clean honeycomb (crisp SVG pattern) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='62' viewBox='0 0 72 62'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.55)' stroke-width='1'%3E%3Cpath d='M18 1 L36 11 L36 31 L18 41 L0 31 L0 11 Z'/%3E%3Cpath d='M54 1 L72 11 L72 31 L54 41 L36 31 L36 11 Z'/%3E%3Cpath d='M36 31 L54 41 L54 61 L36 71 L18 61 L18 41 Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 72px 62px;
  background-repeat: repeat;
  opacity: 0.30;
  filter: none;
  mask-image: radial-gradient(circle at 50% 50%, #000 0 68%, transparent 92%);
}

.preloader:not(.is-done) .preloader__ring::before {
  animation: preloaderHoneyDrift 2.2s linear infinite;
}

/* Orbit: a subtle dot that circles, plus a soft arc glow */
.preloader__orbit {
  position: absolute;
  inset: -14px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 0%, rgba(201,168,76,0.28), transparent 42%),
    conic-gradient(from 180deg, transparent 0 72%, rgba(201,168,76,0.18) 80%, transparent 92% 100%);
  filter: blur(0.2px);
  animation: preloaderOrbit 1.65s linear infinite;
}

.preloader__orbit::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(201,168,76,0.14);
}

.preloader__hud {
  position: absolute;
  width: 18px;
  height: 18px;
  opacity: 0.55;
  pointer-events: none;
  background:
    linear-gradient(var(--gold), var(--gold)) left top / 10px 1px no-repeat,
    linear-gradient(var(--gold), var(--gold)) left top / 1px 10px no-repeat,
    linear-gradient(rgba(240,237,230,0.22), rgba(240,237,230,0.22)) right bottom / 10px 1px no-repeat,
    linear-gradient(rgba(240,237,230,0.22), rgba(240,237,230,0.22)) right bottom / 1px 10px no-repeat;
  filter: drop-shadow(0 10px 26px rgba(201,168,76,0.10));
  animation: preloaderHudFlicker 2.8s ease-in-out infinite;
}

.preloader__hud--tl { left: -20px; top: -20px; }
.preloader__hud--tr { right: -20px; top: -20px; transform: scaleX(-1); }
.preloader__hud--bl { left: -20px; bottom: -20px; transform: scaleY(-1); }
.preloader__hud--br { right: -20px; bottom: -20px; transform: scale(-1); }

.preloader__reticle {
  position: absolute;
  inset: 16px;
  border-radius: 999px;
  border: 1px dashed rgba(255,255,255,0.10);
  opacity: 0.32;
  pointer-events: none;
  animation: preloaderReticle 2.2s ease-in-out infinite;
}

.preloader__reticle::before,
.preloader__reticle::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64%;
  height: 1px;
  background: rgba(201,168,76,0.35);
  transform: translate(-50%, -50%);
  opacity: 0.55;
}

.preloader__reticle::after {
  width: 1px;
  height: 64%;
}

/* keep the mark clean — no extra rotor arcs */
.preloader__mark::before { content: none; }

.preloader__mark::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 52%;
  width: 180%;
  height: 180%;
  transform: translate(-50%, -50%);
  background: radial-gradient(closest-side, rgba(255,255,255,0.08), transparent 70%);
  filter: blur(12px);
  opacity: 0.0;
  pointer-events: none;
}

.preloader:not(.is-done) .preloader__mark {
  animation:
    preloaderMarkIn 0.9s 0.18s var(--ease-out) forwards,
    preloaderHover 2.4s 0.9s ease-in-out infinite;
}

.preloader.is-done .preloader__mark {
  animation: preloaderTakeoffWow 1.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.preloader.is-done .preloader__mark::after {
  opacity: 1;
  animation: preloaderTrailWow 1.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.preloader.is-done .preloader__logo {
  animation: preloaderLogoTakeoff 1.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.preloader__bar {
  width: 200px;
  height: 1px;
  background: var(--border);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 999px;
}

.preloader__progress {
  position: relative;
  width: 0%;
  height: 100%;
  background: rgba(255,255,255,0.86);
  transition: width 0.3s ease;
}

/* add a soft sheen that loops while loading */
.preloader__progress::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.35) 50%, transparent 100%);
  transform: translateX(-120%);
  animation: preloaderSheen 1.2s ease-in-out infinite;
  opacity: 0.6;
}

@keyframes preloaderMarkIn {
  0% { opacity: 0; transform: translateY(18px) scale(0.96); }
  70% { opacity: 1; transform: translateY(-2px) scale(1.045); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes preloaderOctPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.06) inset, 0 18px 60px rgba(0,0,0,0.55);
  }
  55% {
    transform: scale(1.02);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.10) inset, 0 26px 92px rgba(0,0,0,0.62);
  }
}

@keyframes preloaderHoneyDrift {
  0% { background-position: 0 0; }
  100% { background-position: 72px 62px; }
}

@keyframes preloaderOrbit {
  to { transform: rotate(360deg); }
}

@keyframes preloaderRotor {
  to { transform: rotate(360deg); }
}

@keyframes preloaderLogoBreath {
  0%, 100% { transform: translateY(0) scale(1); filter: drop-shadow(0 18px 40px rgba(0,0,0,0.5)); }
  50% { transform: translateY(-2px) scale(1.03); filter: drop-shadow(0 26px 60px rgba(0,0,0,0.55)); }
}

@keyframes preloaderHover {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-6px) scale(1.01); }
}

@keyframes preloaderTakeoff {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
    filter: blur(0px);
  }
  28% {
    transform: translate3d(-8px, -16px, 0) rotate(-6deg) scale(1.03);
  }
  58% {
    transform: translate3d(46px, -62px, 0) rotate(14deg) scale(1.02);
  }
  100% {
    transform: translate3d(320px, -420px, 0) rotate(22deg) scale(0.88);
    opacity: 0;
    filter: blur(1.6px);
  }
}

@keyframes preloaderTrail {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.0;
  }
  25% {
    opacity: 0.55;
  }
  100% {
    transform: translate(-65%, -35%) scale(1.18);
    opacity: 0.0;
  }
}

@keyframes preloaderTakeoffWow {
  0% { transform: translate3d(0, 0, 0) scale(1); opacity: 1; filter: blur(0px); }
  10% { transform: translate3d(0, 2px, 0) scale(0.99); }
  26% { transform: translate3d(0, -8px, 0) scale(1.06); filter: blur(0.25px); }
  55% { transform: translate3d(0, -38px, 0) scale(1.02); filter: blur(0.6px); }
  100% { transform: translate3d(0, -240px, 0) scale(0.86); opacity: 0; filter: blur(1.8px); }
}

@keyframes preloaderTrailWow {
  0% { transform: translate(-50%, -50%) scale(0.85); opacity: 0; }
  22% { opacity: 0.55; }
  60% { transform: translate(-50%, -64%) scale(1.35); opacity: 0.22; }
  100% { transform: translate(-50%, -82%) scale(1.75); opacity: 0; }
}

@keyframes preloaderLogoTakeoff {
  0% { transform: translateY(0) scale(1); }
  35% { transform: translateY(-2px) scale(1.035); }
  70% { transform: translateY(-6px) scale(1.01); }
  100% { transform: translateY(-12px) scale(0.965); }
}

@keyframes preloaderHudFlicker {
  0%, 100% { opacity: 0.4; transform: translateY(0); }
  15% { opacity: 0.7; }
  32% { opacity: 0.45; }
  48% { opacity: 0.78; transform: translateY(-1px); }
  66% { opacity: 0.5; }
  85% { opacity: 0.72; }
}

@keyframes preloaderReticle {
  0%, 100% { transform: scale(0.98); opacity: 0.26; }
  50% { transform: scale(1.03); opacity: 0.42; }
}

@keyframes preloaderGridDrift {
  0% { transform: translate3d(0,0,0); }
  100% { transform: translate3d(-40px, 24px, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .preloader::after,
  .preloader__mark::before,
  .preloader__ring,
  .preloader__ring::before,
  .preloader__logo,
  .preloader__hud,
  .preloader__reticle,
  .preloader__progress::after {
    animation: none !important;
  }

  .about__drone {
    animation: none !important;
  }
}

@keyframes preloaderLogoClean {
  0% { transform: translateY(0) scale(1); filter: drop-shadow(0 18px 40px rgba(0,0,0,0.50)); }
  45% { transform: translateY(-1px) scale(1.02); filter: drop-shadow(0 22px 54px rgba(0,0,0,0.56)); }
  100% { transform: translateY(0) scale(1); filter: drop-shadow(0 18px 40px rgba(0,0,0,0.50)); }
}


@keyframes preloaderSheen {
  0%, 45% { transform: translateX(-120%); }
  100% { transform: translateX(120%); }
}

/* ─── Navigation ──────────────────────────────────────────── */

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: var(--nav-height);
  /* WP preset „header-footer“ / secondary — Inspiro (houseofdrones.ch) */
  background: rgba(16, 16, 16, 0.96);
  backdrop-filter: blur(16px) saturate(1.05);
  -webkit-backdrop-filter: blur(16px) saturate(1.05);
  transition: background 0.45s ease, border-color 0.45s ease, box-shadow 0.45s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

.nav.scrolled {
  background: #101010;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.45),
    0 1px 0 rgba(255, 255, 255, 0.05) inset;
}

.nav.scrolled .nav__link,
.nav .nav__link {
  color: rgba(255, 255, 255, 0.86);
}

.nav.scrolled .nav__link:hover,
.nav .nav__link:hover {
  color: #ffffff;
}

.nav.scrolled .nav__link::after,
.nav .nav__link::after {
  background: var(--gold-light);
}

.nav.scrolled .lang-switch__opt,
.nav .lang-switch__opt {
  color: rgba(255, 255, 255, 0.55);
}

.nav.scrolled .lang-switch__opt.active,
.nav .lang-switch__opt.active {
  color: #ffffff;
}

.nav.scrolled .lang-switch__opt:hover,
.nav .lang-switch__opt:hover {
  color: rgba(255, 255, 255, 0.95);
}

.nav.scrolled .lang-switch__sep,
.nav .lang-switch__sep {
  color: rgba(255, 255, 255, 0.32);
}

.nav.scrolled .nav__burger span,
.nav .nav__burger span {
  background: rgba(255, 255, 255, 0.92);
}

.nav.scrolled::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.07) 0%,
    rgba(255, 255, 255, 0) 42%
  );
}

.nav__inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-pad);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav__logo {
  display: flex;
  align-items: center;
  gap: 0;
  z-index: 2;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* Header logo PNG */
.nav__logo-img {
  width: auto;
  height: 58px;
  max-width: min(520px, 65vw);
  object-fit: contain;
  object-position: left center;
  display: block;
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  vertical-align: middle;
  transform: translateZ(0);
  transition: opacity 0.35s ease;
  -webkit-user-drag: none;
  user-select: none;
}

/* Logo ist bereits korrekt (kein invert) */
.nav .nav__logo-img {
  filter: none;
}

.nav__logo:focus,
.nav__logo:focus-visible {
  outline: none;
}

.nav__logo:focus-visible .nav__logo-img {
  outline: none;
  box-shadow: none;
}

.nav__logo-text {
  display: none;
  font-family: 'Dodge', var(--font-display);
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: #ffffff;
}

/* Wenn das PNG fehlt/kaputt ist: Text-Logo anzeigen */
.nav__logo.nav__logo--text-only .nav__logo-img {
  display: none;
}

.nav__logo.nav__logo--text-only .nav__logo-text {
  display: block;
  line-height: 1;
}

.nav__logo-divider {
  width: 1px;
  height: 20px;
  background: var(--text-muted);
}

.nav__logo-sub {
  font-size: 0.7rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.nav__links {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.8vw, 36px);
}

.nav__link {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
  position: relative;
  transition: color 0.3s;
}

.nav__link--contact {
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(201, 168, 76, 0.35);
  background: rgba(10, 10, 10, 0.12);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.38);
}

.nav__link--contact::after {
  display: none;
}

.nav__link--contact:hover {
  border-color: rgba(201, 168, 76, 0.55);
  background: rgba(10, 10, 10, 0.18);
}

.nav__link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.4s var(--ease-out);
}

.nav__link:hover {
  color: #ffffff;
}

.nav__link:hover::after {
  width: 100%;
}

.nav .nav__logo-sub {
  color: rgba(255, 255, 255, 0.62);
}

.nav .nav__logo-divider {
  background: rgba(255, 255, 255, 0.22);
}

.nav__right {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 22px);
  z-index: 2;
}

.nav__social {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav__social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.06);
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease,
    transform 0.25s var(--ease-out);
}

.nav__social-btn:hover {
  border-color: rgba(201, 168, 76, 0.65);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.nav__social-icon {
  flex-shrink: 0;
  display: block;
}

.lang-switch {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
  min-height: 34px;
  padding: 0 2px;
  overflow: visible;
  height: auto;
  border: 0;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
}

.lang-switch__opt {
  color: var(--text-muted);
  transition: color 0.3s;
  padding: 7px 6px;
  line-height: 1.1;
  display: inline-flex;
  align-items: center;
  overflow: visible;
}

.lang-switch__opt.active {
  color: var(--gold);
}

.lang-switch__opt:hover {
  color: var(--text);
}

.lang-switch__sep {
  color: var(--text-muted);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  overflow: visible;
}

.nav__burger {
  display: none;
  flex-direction: column;
  gap: 6px;
  padding: 8px;
}

.nav__burger span {
  display: block;
  width: 24px;
  height: 1px;
  background: var(--text);
  transition: transform 0.4s var(--ease-out), opacity 0.3s;
}

.nav__burger.active span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.nav__burger.active span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

/* ─── Mobile Menu Overlay ─────────────────────────────────── */

.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s var(--ease-out);
}

.menu-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.menu-overlay__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.menu-overlay__link {
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 300;
  letter-spacing: 0.05em;
  color: var(--text-dim);
  transition: color 0.3s;
  transform: translateY(30px);
  opacity: 0;
}

.menu-overlay.open .menu-overlay__link {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s var(--ease-out), opacity 0.6s, color 0.3s;
}

.menu-overlay.open .menu-overlay__link:nth-child(1) { transition-delay: 0.1s; }
.menu-overlay.open .menu-overlay__link:nth-child(2) { transition-delay: 0.15s; }
.menu-overlay.open .menu-overlay__link:nth-child(3) { transition-delay: 0.2s; }
.menu-overlay.open .menu-overlay__link:nth-child(4) { transition-delay: 0.25s; }
.menu-overlay.open .menu-overlay__link:nth-child(5) { transition-delay: 0.3s; }

.menu-overlay__social {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.42);
  transform: translateY(18px);
  opacity: 0;
  transition: transform 0.55s var(--ease-out), opacity 0.55s ease;
}

.menu-overlay.open .menu-overlay__social {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.38s;
}

.menu-overlay__social-link {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: color 0.3s ease;
}

.menu-overlay__social-link:hover {
  color: var(--gold);
}

.menu-overlay__social-sep {
  color: rgba(0, 0, 0, 0.22);
  font-weight: 300;
}

.menu-overlay__link:hover {
  color: var(--gold);
}

/* ─── Hero Section ────────────────────────────────────────── */

.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: radial-gradient(ellipse at center, #1a1a1a 0%, #0a0a0a 55%, #050505 100%);
}

.hero__video-wrap {
  position: absolute;
  inset: 0;
}

.hero__video-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero__video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  min-width: 177.78vh;
  min-height: 56.25vw;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  pointer-events: none;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 8, 8, 0.42) 0%,
    rgba(8, 8, 8, 0.24) 40%,
    rgba(8, 8, 8, 0.30) 60%,
    rgba(8, 8, 8, 0.72) 100%
  );
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero__actions {
  margin-top: clamp(14px, 2.4vh, 22px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    transform 220ms var(--ease-out),
    background 220ms var(--ease-out),
    color 220ms var(--ease-out),
    border-color 220ms var(--ease-out),
    box-shadow 220ms var(--ease-out);
  will-change: transform;
}

.hero__btn:hover {
  transform: translateY(-1px);
}

.hero__btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.28);
}

.hero__btn--primary {
  background: rgba(201, 168, 76, 0.92);
  border: 1px solid rgba(201, 168, 76, 0.62);
  color: rgba(10, 10, 10, 0.96);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.46),
    0 1px 0 rgba(255, 255, 255, 0.18) inset;
}

.hero__btn--primary:hover {
  background: rgba(201, 168, 76, 0.98);
  border-color: rgba(255, 235, 170, 0.55);
}

.hero__btn--secondary {
  background: rgba(10, 10, 10, 0.25);
  border: 1px solid rgba(245, 243, 236, 0.28);
  color: rgba(245, 243, 236, 0.92);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero__btn--secondary:hover {
  background: rgba(10, 10, 10, 0.34);
  border-color: rgba(245, 243, 236, 0.44);
}

.hero__subheadline-wrap {
  margin-top: clamp(14px, 2.4vh, 22px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.hero__subheadline {
  max-width: min(52ch, calc(100vw - 2 * var(--container-pad)));
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 1.55vw, 1.22rem);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.90);
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.52);
  margin: 0;
}

.hero__supporting {
  max-width: min(64ch, calc(100vw - 2 * var(--container-pad)));
  font-family: var(--font-body);
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.52);
  margin: 0;
}

.hero__supporting::after {
  content: '';
  display: block;
  width: min(220px, 46%);
  height: 1px;
  margin: clamp(14px, 2vh, 18px) auto 0;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.65), transparent);
  opacity: 0.9;
}

.hero__trust {
  margin: clamp(10px, 2vh, 16px) auto 0;
  max-width: min(78ch, calc(100vw - 2 * var(--container-pad)));
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: rgba(245, 243, 236, 0.68);
  text-transform: uppercase;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.52);
}

.hero__eyebrow-wrap {
  overflow: hidden;
  margin-bottom: 24px;
}

.hero__eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0;
  transform: translateY(100%);
}

.hero__title-wrap {
  overflow: hidden;
}

.hero__tagline-wrap {
  margin-top: clamp(14px, 2vh, 20px);
  display: flex;
  justify-content: center;
}

.hero__tagline {
  max-width: min(72ch, calc(100vw - 2 * var(--container-pad)));
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.35vw, 1.15rem);
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.86);
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.5);
  margin: 0;
  opacity: 0;
  transform: translateY(110%);
}

.hero__tagline::after {
  content: '';
  display: block;
  width: min(220px, 46%);
  height: 1px;
  margin: clamp(14px, 2vh, 20px) auto 0;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.65), transparent);
  opacity: 0.9;
}

.hero__title {
  font-family: 'Dodge', var(--font-display);
  font-size: clamp(1.65rem, 4.25vw, 3.75rem);
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 0.95;
  color: var(--hero-text);
  white-space: normal;
  text-wrap: balance;
  max-width: min(22ch, calc(100vw - 2 * var(--container-pad)));
}

.hero__title-line {
  display: block;
  overflow: hidden;
}

.hero__title-inner {
  display: inline-block;
  transform: translateY(110%);
  white-space: normal;
}

.hero__sub-wrap {
  overflow: hidden;
  margin-top: 24px;
}

.hero__subtitle {
  font-size: clamp(0.75rem, 1.2vw, 1rem);
  font-weight: 300;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--hero-text-dim);
  opacity: 0;
  transform: translateY(100%);
}

.hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  opacity: 0;
}

.hero__scroll-text {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--hero-text-muted);
}

.hero__scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

/* ─── Trust Strip (post-hero positioning) ─────────────────── */

.trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  background: #070707;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-strip__inner {
  padding: 18px 0;
}

.trust-strip__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.trust-strip__item {
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(245, 243, 236, 0.10);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(245, 243, 236, 0.82);
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

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

@media (max-width: 520px) {
  .trust-strip__inner {
    padding: 16px 0;
  }

  .trust-strip__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .trust-strip__item {
    text-align: left;
    padding: 12px 14px;
  }
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; transform: scaleY(0.6); transform-origin: top; }
  50% { opacity: 1; transform: scaleY(1); }
}

/* ─── About Section ───────────────────────────────────────── */

.about {
  padding: clamp(32px, 5vh, 64px) 0 clamp(56px, 8vh, 104px);
  position: relative;
  overflow-x: visible;
  overflow-y: hidden;
  background: #ffffff;
}

/* Dual Operator: photos are paired with videos via .about__still */

.about__line {
  width: 60px;
  height: 1px;
  background: rgba(0, 0, 0, 0.14);
  transform-origin: left;
  transform: scaleX(0);
}

.about__intro-left .video-sector__title {
  color: #141414;
}

.about__dual-copy {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.6vh, 18px);
  max-width: min(46rem, 100%);
}

.about__dual-copy p {
  margin: 0;
}

.about__body--dual-result {
  margin-top: 0.15rem;
  white-space: pre-line;
}

.about__body {
  font-size: clamp(0.9rem, 1.1vw, 1.05rem);
  font-weight: 300;
  line-height: 1.68;
  color: rgba(30, 30, 30, 0.78);
}

/* ─── Section Headers ─────────────────────────────────────── */

.section-header {
  margin-bottom: clamp(48px, 6vh, 96px);
}

.section-header--center {
  text-align: center;
}

.section-label {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.section-subtitle {
  margin: 16px auto 0;
  max-width: min(60ch, 100%);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text-muted);
}

/* ─── Reviews Section ──────────────────────────────────────── */
.reviews {
  padding: clamp(72px, 11vh, 132px) 0;
  background-color: var(--bg-elevated);
  background-image: var(--honey-pattern);
  background-size: var(--honey-size);
  background-repeat: repeat;
  background-position: 0 0;
  border-top: 1px solid rgba(20, 20, 19, 0.06);
  border-bottom: 1px solid rgba(20, 20, 19, 0.06);
}

.reviews__card {
  width: min(980px, 100%);
  margin: 0 auto;
  border-radius: clamp(14px, 2vw, 20px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px) saturate(1.05);
  -webkit-backdrop-filter: blur(12px) saturate(1.05);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.10);
  overflow: hidden;
}

.reviews__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px 18px;
  align-items: center;
  padding: clamp(18px, 2.6vw, 24px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.62);
}

.reviews__desc {
  margin: 0;
  justify-self: center;
  text-align: center;
  max-width: 46ch;
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.54);
}

.reviews__score {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.reviews__score-num {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.82);
}

.reviews__score-meta {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.46);
}

.reviews__stars {
  justify-self: end;
  display: inline-flex;
  gap: 6px;
  font-size: 16px;
  color: rgba(201, 168, 76, 0.95);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.12);
}

.reviews__carousel.hod-gallery {
  width: 100%;
  position: relative;
}

.reviews__track.hod-gallery__track {
  grid-auto-columns: clamp(280px, 46vw, 420px);
  gap: 14px;
  padding: clamp(18px, 2.6vw, 24px);
  padding-left: clamp(18px, 2.6vw, 24px);
  padding-right: clamp(18px, 2.6vw, 24px);
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

/* Make arrows subtle inside reviews */
.reviews .hod-gallery__arrow {
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: rgba(255, 255, 255, 0.74);
  color: rgba(0, 0, 0, 0.55);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.10);
}

.reviews .hod-gallery__arrow:hover {
  background: rgba(255, 255, 255, 0.9);
  color: rgba(0, 0, 0, 0.78);
}

.reviews .hod-gallery::before,
.reviews .hod-gallery::after {
  content: none;
}

.review {
  margin: 0;
  padding: 16px 16px 14px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  min-width: 0;
  scroll-snap-align: start;
}

.review__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 10px;
  align-items: start;
  margin-bottom: 10px;
}

.review__name {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(0, 0, 0, 0.78);
}

.review__stars {
  justify-self: end;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  color: rgba(201, 168, 76, 0.95);
}

.review__time {
  grid-column: 1 / -1;
  margin: 0;
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.42);
}

.review__text {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(0, 0, 0, 0.74);
}

.reviews__actions {
  padding: 14px 16px;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.reviews__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: rgba(255, 255, 255, 0.78);
  color: rgba(0, 0, 0, 0.78);
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 220ms var(--ease-out), background 220ms var(--ease-out), color 220ms var(--ease-out);
}

.reviews__btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.92);
  color: #000;
}

@media (max-width: 768px) {
  .hero__subheadline-wrap {
    gap: 8px;
  }

  .hero__subheadline {
    max-width: 32ch;
  }

  .hero__supporting {
    max-width: 36ch;
  }

  .hero__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero__btn {
    width: 100%;
  }

  .hero__trust {
    font-size: 0.64rem;
    letter-spacing: 0.1em;
    line-height: 1.45;
  }

  .reviews {
    padding: clamp(56px, 9vh, 96px) 0;
  }

  .reviews__top {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .reviews__score {
    align-items: center;
  }

  .reviews__stars {
    justify-self: center;
  }

  .reviews__desc {
    max-width: 30ch;
    font-size: 0.95rem;
  }

  .reviews__track.hod-gallery__track {
    grid-auto-columns: clamp(260px, 78vw, 360px);
    gap: 12px;
  }
}

/* ─── About us Section ─────────────────────────────────────── */

.about-us {
  padding: clamp(80px, 11vh, 132px) 0;
  background: #070707;
  position: relative;
  overflow: hidden;
}

/* Hex grid (SVG): accent-tinted lines — no photo */
.about-us::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #070707;
  background-image:
    radial-gradient(ellipse 85% 65% at 50% 18%, rgba(201, 168, 76, 0.09), transparent 58%),
    linear-gradient(180deg, rgba(7, 7, 7, 0.15) 0%, rgba(7, 7, 7, 0.55) 45%, rgba(4, 4, 4, 0.92) 100%),
    var(--honey-pattern);
  background-size: auto, auto, var(--honey-size);
  background-position: center, center, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  opacity: 1;
}

.about-us::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.38) 35%, rgba(0, 0, 0, 0.48) 100%),
    radial-gradient(95% 75% at 50% 12%, rgba(201, 168, 76, 0.1), transparent 55%);
  mix-blend-mode: normal;
  /* override shared .about-us::after honeycomb rule above */
  opacity: 1;
  filter: none;
  mask-image: none;
}

.about-us > .container {
  position: relative;
  z-index: 1;
}

.about-us .section-title {
  color: rgba(255, 255, 255, 0.96);
}

/* Showreel: centered between lead copy and gear divider line */
.about-us__intro-mid {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: clamp(14px, 2.2vh, 28px) 0;
}

.about-us__showreel-wrap--intro {
  display: flex;
  justify-content: center;
  width: 100%;
}

.about-us__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(28px, 4vw, 72px);
  align-items: stretch;
}

.about-us__gear-cta {
  text-align: center;
  margin: 0;
  flex-shrink: 0;
  align-self: center;
  width: 100%;
  max-width: min(300px, 100%);
  padding-top: clamp(28px, 4vh, 48px);
  padding-bottom: clamp(8px, 1.4vh, 16px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.about-us__gear-title {
  margin: 0 0 12px;
  font-family: var(--font-ui);
  font-size: clamp(0.72rem, 1.05vw, 0.88rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}

.about-us__gear-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: clamp(14px, 2.4vmin, 22px);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 0 0 1px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition:
    border-color 0.28s ease,
    background 0.28s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.about-us__gear-link:hover {
  border-color: rgba(201, 168, 76, 0.5);
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-3px);
  box-shadow:
    0 24px 60px -34px rgba(0, 0, 0, 0.72),
    0 1px 0 rgba(255, 255, 255, 0.1) inset;
}

.about-us__gear-link:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.about-us__gear-link:active {
  transform: translateY(-1px);
}

/* Only the hex mark: crop to left strip of 600×131 logo (≈165px hex width) */
.about-us__gear-hex {
  /* smaller + tighter crop so no letter parts show */
  --hex-h: clamp(120px, 18vmin, 190px);
  --hex-offset-x: -2px;
  display: block;
  height: var(--hex-h);
  width: calc(var(--hex-h) * 122 / 131);
  overflow: hidden;
  line-height: 0;
}

.about-us__gear-hex-img {
  display: block;
  height: var(--hex-h);
  width: auto;
  max-width: none;
  filter: invert(1) brightness(1.08);
  opacity: 0.92;
  transition: opacity 0.22s ease;
  transform: translateX(var(--hex-offset-x));
}

.about-us__gear-link:hover .about-us__gear-hex-img {
  opacity: 1;
}

.about-us__intro {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  min-width: 0;
  min-height: 100%;
}

.about-us__intro-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(18px, 2.6vh, 28px);
  flex-shrink: 0;
}

.about-us__lead {
  font-family: var(--font-display);
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.14;
  font-size: clamp(1.35rem, 2.6vw, 2.2rem);
  color: rgba(255, 255, 255, 0.94);
  max-width: 28ch;
  text-wrap: balance;
}

/* Same display typeface + weight as lead; tuned for the three-beat line */
.about-us__sublead {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.18;
  font-size: clamp(1.35rem, 2.6vw, 2.2rem);
  color: rgba(255, 255, 255, 0.94);
  max-width: 36ch;
  text-wrap: balance;
}

.about-us__body {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  padding-left: clamp(18px, 2.2vw, 28px);
  padding-top: 0;
}

.about-us__body-copy {
  min-width: 0;
}

.about-us__showreel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 28px;
  border-radius: 999px;
  border: 1px solid rgba(201, 168, 76, 0.42);
  background: rgba(255, 255, 255, 0.06);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    0 14px 40px -18px rgba(0, 0, 0, 0.65);
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.92);
  transition:
    border-color 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.about-us__showreel:hover {
  border-color: rgba(201, 168, 76, 0.65);
  background: rgba(201, 168, 76, 0.12);
  color: #fff;
  transform: translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12) inset,
    0 20px 48px -20px rgba(0, 0, 0, 0.75);
}

.about-us__showreel:focus-visible {
  outline: 2px solid rgba(201, 168, 76, 0.75);
  outline-offset: 4px;
}

.about-us__showreel:active {
  transform: translateY(0);
}

.about-us__collage-wrap {
  margin-top: clamp(22px, 3.4vh, 44px);
  position: relative;
}

/* ─── About-us gallery (new layout) ───────────────────────── */
.about-us__gallery {
  /* 2-row strip + horizontal scroll */
  --bts-row-h: clamp(92px, 12vw, 132px);
  /* very tight spacing (as requested) */
  --bts-gap: clamp(2px, 0.35vw, 6px);

  display: flex;
  flex-direction: column;
  gap: var(--bts-gap);
  height: calc(var(--bts-row-h) * 2 + var(--bts-gap));

  /* clearer affordance on mobile */
  padding-left: 0;
  padding-right: 0;

  /* Single scroll container (rows move together) */
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  padding-bottom: 4px; /* room for scrollbar */
}

.about-us__gallery-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: var(--bts-gap);
  align-items: stretch;
  height: var(--bts-row-h);
  width: max-content; /* lets the wrapper scroll */
}

@media (max-width: 900px) {
  /* Mobile: less height, slightly more gap for touch clarity */
  .about-us__gallery {
    --bts-row-h: clamp(76px, 18vw, 108px);
    --bts-gap: clamp(4px, 0.9vw, 8px);
    padding-bottom: 2px;
  }

  /* Mobile: hide scrollbars (still scrollable) */
  .about-us__gallery::-webkit-scrollbar { height: 0; }

  /* Mobile: arrows are redundant with swipe */
  .about-us__gallery-arrow { display: none; }
}

.about-us__gallery::-webkit-scrollbar { height: 8px; }
.about-us__gallery::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
}
.about-us__gallery::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}

/* Edge fades to indicate horizontal scroll */
.about-us__collage-wrap::before,
.about-us__collage-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(22px, 5vw, 44px);
  pointer-events: none;
  z-index: 2;
  opacity: 1;
  transition: opacity 220ms var(--ease-out);
}

.about-us__collage-wrap::before {
  left: 0;
  background: linear-gradient(90deg, rgba(16,16,16,0.95), rgba(16,16,16,0));
}

.about-us__collage-wrap::after {
  right: 0;
  background: linear-gradient(270deg, rgba(16,16,16,0.95), rgba(16,16,16,0));
}

/* Hide fades after user interacted */
.about-us__collage-wrap.is-interacted::before,
.about-us__collage-wrap.is-interacted::after {
  opacity: 0;
}

.about-us__gallery-hint {
  position: absolute;
  right: 10px;
  bottom: -2px;
  z-index: 3;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 6px 10px;
  backdrop-filter: blur(10px) saturate(1.1);
  -webkit-backdrop-filter: blur(10px) saturate(1.1);
  transition: opacity 220ms var(--ease-out), transform 220ms var(--ease-out);
}

.about-us__collage-wrap.is-interacted .about-us__gallery-hint {
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
}

@media (min-width: 901px) {
  /* Keep hint mainly for mobile/tablet */
  .about-us__gallery-hint { display: none; }
}

/* Scroll arrows (visible affordance) */
.about-us__gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.42);
  color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px) saturate(1.1);
  -webkit-backdrop-filter: blur(10px) saturate(1.1);
  transition: transform 220ms var(--ease-out), background 220ms var(--ease-out), opacity 220ms var(--ease-out);
}
.about-us__gallery-arrow:hover {
  background: rgba(0, 0, 0, 0.58);
  transform: translateY(-50%) scale(1.04);
}
.about-us__gallery-arrow--left { left: 8px; }
.about-us__gallery-arrow--right { right: 8px; }

@media (max-width: 900px) {
  .about-us__gallery-arrow { width: 40px; height: 40px; }
  .about-us__gallery-arrow--left { left: 6px; }
  .about-us__gallery-arrow--right { right: 6px; }
}

/* One-line compact strip */
.about-us__collage-item {
  width: 100%;
  height: 100%;
  scroll-snap-align: start;
}

.about-us__gallery .about-us__collage-item {
  /* Hard reset in gallery context (prevents "black tiles"). */
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: stretch !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 0 !important;
  max-width: none !important;
  width: auto !important;          /* shrink to content */
  height: 100% !important;
  aspect-ratio: auto !important;

  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  filter: none !important;
}

.about-us__gallery .about-us__collage-item.is-not-ready {
  /* Keep in DOM so iOS still loads images */
  opacity: 0 !important;
  pointer-events: none !important;
}

.about-us__gallery .about-us__collage-item img {
  height: 100% !important;
  width: auto !important;
  object-fit: contain !important;
  background: transparent !important;
}

.about-us__collage-row {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 14px);
}

.about-us__collage-slider.hod-gallery {
  width: 100%;
  margin-top: clamp(12px, 2.2vh, 18px);
}

.about-us__collage-slider .hod-gallery__track {
  grid-auto-columns: clamp(180px, 22vw, 260px);
  gap: clamp(10px, 1.2vw, 14px);
  padding-top: 6px;
  padding-bottom: 10px;
}

.about-us__collage-slider .about-us__collage-item--slide {
  aspect-ratio: 4 / 3;
}

.about-us .hod-gallery__arrow {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(10, 10, 9, 0.55);
  color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
}

.about-us .hod-gallery__arrow:hover {
  background: rgba(10, 10, 9, 0.72);
  color: rgba(255, 255, 255, 0.92);
}

.about-us .hod-gallery::before {
  background:
    radial-gradient(closest-side at 28px 43px, rgba(0,0,0,0.55), rgba(0,0,0,0) 70%),
    linear-gradient(90deg, rgba(14,14,13,0.92) 0%, rgba(14,14,13,0) 100%);
}

.about-us .hod-gallery::after {
  background:
    radial-gradient(closest-side at 26px 43px, rgba(0,0,0,0.55), rgba(0,0,0,0) 70%),
    linear-gradient(270deg, rgba(14,14,13,0.92) 0%, rgba(14,14,13,0) 100%);
}

.about-us__collage-item {
  position: relative;
  overflow: hidden;
  border-radius: clamp(12px, 1.6vw, 18px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent; /* strict: no dark placeholder background */
  box-shadow: none;        /* keep it minimal + calm */
  transform: translateZ(0);
  transition: transform 0.35s var(--ease-out), border-color 0.35s ease, filter 0.35s ease;
  cursor: pointer;
  padding: 0;
}

/* No dark overlays that could hide images. */
.about-us__collage-item::after { content: none; }

.about-us__collage-item img {
  width: auto;
  height: 100%;
  display: block;
  /* Safe default: no aggressive crop (fixes portrait black/crop issues) */
  object-fit: contain;
  filter: none;
  transform: none;
  transition: transform 0.35s var(--ease-out);
}

/* Portrait images: keep the whole image visible (avoid aggressive crop that can read as “black”). */
.about-us__collage-item.is-portrait img {
  object-fit: contain;
  transform: none;
  filter: none;
}

/* About-us collage: keep tiles visually neutral (no placeholder-looking backgrounds) */
.about-us__collage-item { background: transparent; }
.about-us__collage-item img { background: transparent; }

/* Tiny previews should look clean (avoid dark/overfiltered look that reads as “black tile”). */
.about-us__collage-item img[data-phase="tiny"],
.about-us__collage-item img[data-phase="placeholder"] {
  filter: none !important;
  transform: none !important;
}

/* (Removed) placeholder opacity rule — could look like empty tiles. */

.about-us__collage-item:hover {
  border-color: rgba(201, 168, 76, 0.55);
  transform: translateY(-1px);
  filter: drop-shadow(0 14px 34px rgba(0, 0, 0, 0.32));
}

.about-us__collage-item:hover img {
  transform: scale(1.02);
}

.about-us__collage-item.is-portrait:hover img {
  transform: scale(1.02);
}

/* Uniform tiles for a cohesive collage */
.about-us__collage-item {
  aspect-ratio: 1 / 1;
}

/* About-us gallery: never force square tiles */
.about-us__gallery .about-us__collage-item {
  aspect-ratio: auto !important;
}

@media (max-width: 900px) {
  .about-us__collage-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .about-us__gallery {
    gap: 10px;
    padding-left: 2px;
    padding-right: 2px;
  }
  .about-us__collage-item {
    width: clamp(160px, 62vw, 240px);
    height: calc(var(--bts-row-h) * 2 + var(--bts-gap));
  }
}

.about-us__media {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: clamp(14px, 1.8vw, 18px);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.35);
  box-shadow:
    0 28px 80px -30px rgba(0, 0, 0, 0.55),
    0 1px 0 rgba(255, 255, 255, 0.12) inset;
  margin-bottom: clamp(16px, 2.4vh, 24px);
}

.about-us__media-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-us__p {
  font-size: 0.96rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.78);
}

.about-us__p + .about-us__p {
  margin-top: 16px;
}

@media (max-width: 980px) {
  .about-us__grid {
    grid-template-columns: 1fr;
  }
  .about-us__body {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding-top: 14px;
  }

  .about-us__lead {
    max-width: none;
  }
  .about-us__sublead {
    max-width: none;
  }
}

.about-us__boxes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
  margin-top: clamp(40px, 5.5vw, 64px);
  padding-top: clamp(32px, 4.5vw, 48px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.about-us__box {
  margin: 0;
  padding: clamp(18px, 2.2vw, 26px);
  border-radius: clamp(12px, 1.2vw, 16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 18px 48px -28px rgba(0, 0, 0, 0.55);
  min-height: 0;
}

.about-us__box::before {
  content: '';
  display: block;
  width: 2.25rem;
  height: 2px;
  margin-bottom: clamp(12px, 1.6vw, 16px);
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), rgba(201, 168, 76, 0.35));
  opacity: 0.85;
}

.about-us__box-title {
  margin: 0 0 clamp(10px, 1.2vw, 14px);
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  letter-spacing: 0.02em;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.95);
}

.about-us__box-p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.74);
}

.about-us__box-p + .about-us__box-p {
  margin-top: 12px;
}

@media (max-width: 900px) {
  .about-us__boxes {
    grid-template-columns: 1fr;
    gap: clamp(12px, 2.5vw, 18px);
  }
}

/* ─── Services Section ────────────────────────────────────── */

.services {
  padding: clamp(80px, 12vh, 160px) 0;
  background: var(--bg-elevated);
  position: relative;
}

/* Refined: override default .services padding (was 80–160px bottom → huge gap above hex section) */
#services.services--refined {
  display: flex;
  flex-direction: column;
  min-height: clamp(480px, 68vh, 880px);
  padding: clamp(16px, 2.4vh, 26px) 0 clamp(6px, 1.1vh, 14px);
  /* Clean light band (reverted) */
  background:
    radial-gradient(ellipse 80% 60% at 18% 10%, rgba(201, 168, 76, 0.10), transparent 58%),
    radial-gradient(ellipse 70% 55% at 92% 88%, rgba(0, 0, 0, 0.04), transparent 62%),
    linear-gradient(180deg, #ffffff 0%, #f7f8fb 55%, #ffffff 100%),
    var(--honey-pattern);
  background-size: auto, auto, auto, var(--honey-size);
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-position: center, center, center, 0 0;
  background-blend-mode: normal, normal, normal, multiply;
  border-top: 1px solid rgba(20, 20, 19, 0.06);
  border-bottom: 1px solid rgba(20, 20, 19, 0.06);
}

/* Services (this site): modern typography + clearer hierarchy */
.services .dji-feature__copy {
  max-width: 46rem;
}

.services .dji-feature__title {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.12;
  color: rgba(10, 10, 10, 0.92);
  text-wrap: balance;
}

.services .dji-feature__text {
  margin: 0;
  max-width: 52ch;
  font-family: var(--font-body);
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.72;
  color: rgba(30, 30, 30, 0.72);
  white-space: pre-line;
}

/* Example button (was plain link) */
.services .dji-feature__link-hint {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.10),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
  color: rgba(0, 0, 0, 0.72);
  text-decoration: none;
  transition:
    transform 220ms var(--ease-out),
    background 220ms var(--ease-out),
    color 220ms var(--ease-out),
    border-color 220ms var(--ease-out),
    box-shadow 220ms var(--ease-out);
}

.services .dji-feature__link-hint svg {
  opacity: 0.9;
  transition: transform 220ms var(--ease-out), opacity 220ms var(--ease-out);
}

.services .dji-feature__link-hint:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.92);
  color: rgba(0, 0, 0, 0.88);
  border-color: rgba(201, 168, 76, 0.35);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.85) inset;
}

.services .dji-feature__link-hint:hover svg {
  transform: translate(3px, -3px);
  opacity: 1;
}

.services .dji-feature__link-hint:focus-visible {
  outline: 2px solid rgba(201, 168, 76, 0.7);
  outline-offset: 4px;
}

@media (max-width: 768px) {
  .services .dji-feature__text {
    font-size: 1rem;
    max-width: none;
  }
}

#services.services--refined .services__main {
  flex: 0 0 auto;
  width: 100%;
}

#services.services--refined .services__kicker-wrap {
  margin-top: auto;
  padding-bottom: 0;
}

#services.services--refined .services__kicker--footer {
  margin-top: 0;
}

@media (max-width: 768px) {
  #services.services--refined {
    min-height: 0;
  }

  #services.services--refined .services__kicker-wrap {
    margin-top: clamp(18px, 3.5vh, 36px);
  }
}

/* Services media sizing (smaller, cleaner) */
.services .dji-feature__inner {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.services .dji-feature--reverse .dji-feature__inner {
  direction: rtl;
}

.services .dji-feature--reverse .dji-feature__copy,
.services .dji-feature--reverse .dji-feature__media {
  direction: ltr;
}

.services .dji-feature__media {
  max-width: 620px;
  margin-left: auto;
  border-radius: 16px;
  overflow: hidden;
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.services .dji-feature__media .service-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 320px;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  background: #0a0a0a;
}

.services .dji-feature__media .service-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  background: #0a0a0a;
}

/* Service 02 (Single-take coverage): adjust crop */
.services .dji-feature--reverse .service-video video {
  object-position: 50% 20%;
}

/* Service 01 (Commercial & narrative film): adjust crop */
.services .dji-feature:first-of-type .service-video video {
  object-position: 50% 35%;
}

/* Refined services: compact video card, wide gutter, calm vertical rhythm */
.services.services--refined .dji-feature {
  padding-block: clamp(8px, 1.4vh, 12px);
}

.services.services--refined .dji-feature:first-of-type {
  padding-top: clamp(6px, 1.1vh, 10px);
}

.services.services--refined .dji-feature__inner {
  grid-template-columns: minmax(0, 1fr) minmax(0, min(100%, 400px));
  gap: clamp(8px, 1.4vw, 14px);
  align-items: center;
}

.services.services--refined .dji-feature__media {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  border-radius: 18px;
  box-shadow:
    0 22px 56px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.06);
}

.services.services--refined .dji-feature--reverse .dji-feature__media {
  margin-left: 0;
  margin-right: auto;
}

.services.services--refined .dji-feature__media .service-video {
  max-height: min(180px, 44vw);
  aspect-ratio: 16 / 9;
}

.services.services--refined .dji-feature__media .service-video video {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 980px) {
  .services .dji-feature__inner {
    grid-template-columns: 1fr;
  }
  .services .dji-feature__media {
    max-width: 100%;
    margin-left: 0;
  }
  .services .dji-feature--reverse .dji-feature__inner {
    direction: ltr;
  }

  .services.services--refined .dji-feature__inner {
    gap: clamp(12px, 3.2vw, 16px);
  }

  .services.services--refined .dji-feature__media,
  .services.services--refined .dji-feature--reverse .dji-feature__media {
    margin-left: auto;
    margin-right: auto;
    max-width: min(380px, 100%);
  }

  .services.services--refined .dji-feature__media .service-video {
    max-height: none;
  }
}

/* ─── Services + Dual Operator: hard mobile cleanup ────────── */
@media (max-width: 900px) {
  /* Prevent any mobile shrink-to-min-content weirdness */
  body.site-layout-dji .services--refined .dji-feature__inner,
  body.site-layout-dji .services--refined .dji-feature__copy,
  body.site-layout-dji .services--refined .dji-feature__media,
  .video-sector--with-gallery .video-sector__copy {
    width: 100%;
    min-width: 0;
  }

  /* Services: always full width (no centered 380px media) */
  .services.services--refined .dji-feature__media,
  .services.services--refined .dji-feature--reverse .dji-feature__media {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }

  body.site-layout-dji .services--refined .dji-feature {
    padding: 0 var(--container-pad);
  }

  body.site-layout-dji .services--refined .dji-feature__inner {
    border-radius: 18px;
    overflow: hidden;
  }

  body.site-layout-dji .services--refined .dji-feature__copy {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 16px 16px 12px;
  }

  body.site-layout-dji .services--refined .dji-feature__media,
  body.site-layout-dji .services--refined .dji-feature--reverse .dji-feature__media {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }

  body.site-layout-dji .services--refined .dji-feature__media .service-video {
    min-height: clamp(210px, 56vw, 320px);
  }

  /* Dual Operator: remove edge-to-edge negative margins on mobile */
  .about__bottom-video-frame {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #0a0a0a;
  }
}

/* ─── Mobile typography: professional readable prose ───────── */
@media (max-width: 900px) {
  :root {
    /* Slightly wider gutters on most phones to avoid "edge kissing" text */
    --container-pad: 22px;
  }

  /* Keep all long text safely inside its box */
  .services--refined .dji-feature__text,
  .sport1__lead,
  .bmw1__lead,
  .beauty__copy .beauty__p,
  body.site-layout-dji .about__body {
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: manual;
  }

  /* Scan-friendly rhythm */
  .services--refined .dji-feature__text,
  .sport1__lead,
  .bmw1__lead {
    font-size: 1.02rem;
    line-height: 1.78;
    letter-spacing: 0;
    color: rgba(16, 16, 16, 0.78);
    max-width: none;
  }

  /* Services: left aligned copy, consistent margins */
  body.site-layout-dji .services--refined .dji-feature__copy {
    text-align: left;
  }

  /* Sector headers: avoid cramped edges when stacked */
  .video-sector--with-gallery .video-sector__copy {
    padding-right: 0;
  }

  /* Reduce tiny “columns” feeling on phone */
  .video-sector--with-gallery {
    gap: clamp(16px, 4vw, 22px);
  }

  /* Ensure copy blocks never visually clip against rounded containers */
  body.site-layout-dji .services--refined .dji-feature__copy,
  .video-sector__copy {
    box-sizing: border-box;
    padding-inline: 0;
  }
}

/* ─── Mobile performance: defer heavy rendering ───────────── */
@media (max-width: 900px) {
  /* iOS Safari can be flaky with content-visibility; keep layout predictable there */
  @supports (-webkit-touch-callout: none) {
    .services,
    .sport1,
    .bmw1,
    .about,
    .beauty,
    .clients,
    .reviews,
    .contact {
      content-visibility: visible;
    }
  }

  /* Reduce expensive shadows on phones */
  .video-showcase__frame,
  .services--refined .dji-feature__media,
  .about__clip,
  .media-separator__side-video {
    box-shadow: none !important;
  }
}
.services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
}

.service-card {
  display: flex;
  flex-direction: column;
  padding: clamp(32px, 3vw, 56px);
  background: var(--bg-elevated);
  transition: background 0.5s, transform 0.5s var(--ease-out);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--gold-glow), transparent 60%);
  opacity: 0;
  transition: opacity 0.5s;
}

.service-card:hover::before {
  opacity: 1;
}

.service-card:hover {
  background: var(--bg-card);
}

.service-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}

.service-card__num {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
  opacity: 0.6;
}

.service-card__arrow {
  color: var(--text-muted);
  transition: color 0.3s, transform 0.3s var(--ease-out);
}

.service-card:hover .service-card__arrow {
  color: var(--gold);
  transform: translate(4px, -4px);
}

.service-card__title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  position: relative;
}

.service-card__desc {
  font-size: clamp(0.85rem, 1vw, 0.95rem);
  font-weight: 300;
  line-height: 1.7;
  color: var(--text-dim);
  flex: 1;
  position: relative;
}

.service-card__line {
  width: 40px;
  height: 1px;
  background: var(--gold);
  margin-top: 32px;
  transition: width 0.5s var(--ease-out);
  position: relative;
}

.service-card:hover .service-card__line {
  width: 80px;
}

/* ─── Equipment Section ───────────────────────────────────── */

.equipment {
  padding: clamp(80px, 12vh, 160px) 0;
  position: relative;
  overflow: hidden;
}

/* ─── Work / Productions Section (removed) ─────────────────── */

.equipment__inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-pad);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 100px);
  align-items: center;
  min-height: 70vh;
}

.equipment__text {
  position: relative;
  z-index: 2;
}

.equipment__desc {
  font-size: clamp(0.95rem, 1.1vw, 1.1rem);
  font-weight: 300;
  line-height: 1.8;
  color: var(--text-dim);
  margin-top: 32px;
  max-width: 480px;
}

.equipment__stats {
  display: flex;
  gap: clamp(32px, 4vw, 64px);
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}

.equipment__stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.equipment__stat-num {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
}

.equipment__stat-label {
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.equipment__viewer {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  max-height: 600px;
}

#droneCanvas {
  width: 100% !important;
  height: 100% !important;
}

#droneCanvas:active {
}

.equipment__viewer-hint {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  opacity: 0.6;
  transition: opacity 0.3s;
  pointer-events: none;
}

/* ─── Equipment Showcase (Scroll) ──────────────────────────── */

.equipment-showcase__header {
  max-width: 920px;
  margin: 0 auto clamp(28px, 4vh, 48px);
  text-align: center;
}

.equipment-showcase__header .equipment__desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.equipment-showcase__layout {
  display: block;
}

.equipment-sticky {
  position: sticky;
  top: calc(var(--nav-height) + 24px);
  align-self: start;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  overflow: hidden;
  background: rgba(12, 12, 12, 0.65);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.45);
  margin-bottom: clamp(18px, 3vh, 28px);
}

.equipment-stage {
  min-height: calc(100vh - var(--nav-height) - 48px);
  display: grid;
  grid-template-rows: auto 1fr;
}

.equipment-stage__top {
  display: grid;
  gap: 10px;
  padding: 16px 16px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.equipment-stage__grid {
  display: grid;
  grid-template-columns: 0.92fr 1.16fr 0.92fr;
  gap: clamp(18px, 2.6vw, 44px);
  align-items: center;
  padding: 18px 18px 22px;
}

.equipment-panel {
  min-height: 320px;
}

.equipment-panel__body {
  margin-top: 14px;
  color: rgba(240, 237, 230, 0.82);
  font-size: 1rem;
  line-height: 1.9;
}

.equipment-visual {
  display: grid;
  place-items: center;
}

.equipment-sticky__media {
  height: clamp(340px, 62vh, 640px);
  --mx: 40%;
  --my: 30%;
  --g1: rgba(201, 168, 76, 0.22);
  --g2: rgba(240, 237, 230, 0.08);
  --g3: rgba(255,255,255,0.06);
  background:
    radial-gradient(120% 140% at var(--mx) var(--my), var(--g1), transparent 58%),
    radial-gradient(80% 90% at 30% 70%, var(--g2), transparent 60%),
    linear-gradient(135deg, var(--g3), rgba(255,255,255,0.02));
  position: relative;
  overflow: hidden;
}

.equipment-sticky__media-inner {
  position: absolute;
  inset: -30%;
  --sil: rgba(240, 237, 230, 0.10);
  --sil2: rgba(201, 168, 76, 0.12);
  background:
    radial-gradient(ellipse 42% 26% at 52% 54%, var(--sil), transparent 62%),
    radial-gradient(ellipse 28% 18% at 44% 58%, var(--sil2), transparent 64%),
    radial-gradient(ellipse 28% 18% at 60% 58%, var(--sil2), transparent 64%),
    radial-gradient(circle at 50% 40%, rgba(240, 237, 230, 0.06), transparent 55%);
  transform: translate3d(0,0,0);
  opacity: 0.9;
  filter: blur(0px);
}

.equipment-sticky__media::after {
  content: '';
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 50% 50%, rgba(201, 168, 76, 0.16), transparent 55%);
  transform: translate3d(0,0,0);
  opacity: 0.9;
}

.equipment-sticky__media[data-variant="2"] { filter: hue-rotate(10deg) saturate(1.05); }
.equipment-sticky__media[data-variant="3"] { filter: hue-rotate(-12deg) saturate(1.05); }
.equipment-sticky__media[data-variant="4"] { filter: hue-rotate(18deg) saturate(1.05); }
.equipment-sticky__media[data-variant="5"] { filter: hue-rotate(-22deg) saturate(1.05); }
.equipment-sticky__media[data-variant="6"] { filter: hue-rotate(28deg) saturate(1.05); }

/* Per-drone placeholder "images" (distinct compositions) */
.equipment-sticky__media[data-variant="1"] {
  --g1: rgba(201, 168, 76, 0.24);
  --sil: rgba(240, 237, 230, 0.10);
}
.equipment-sticky__media[data-variant="2"] {
  --g1: rgba(126, 211, 255, 0.16);
  --g2: rgba(240, 237, 230, 0.06);
  --sil2: rgba(126, 211, 255, 0.14);
}
.equipment-sticky__media[data-variant="3"] {
  --g1: rgba(255, 122, 80, 0.15);
  --sil2: rgba(255, 122, 80, 0.14);
}
.equipment-sticky__media[data-variant="4"] {
  --g1: rgba(160, 255, 184, 0.14);
  --sil: rgba(240, 237, 230, 0.085);
  --sil2: rgba(160, 255, 184, 0.12);
}
.equipment-sticky__media[data-variant="5"] {
  --g1: rgba(180, 140, 255, 0.15);
  --sil2: rgba(180, 140, 255, 0.13);
}
.equipment-sticky__media[data-variant="6"] {
  --g1: rgba(255, 215, 110, 0.18);
  --sil: rgba(240, 237, 230, 0.11);
  --sil2: rgba(255, 215, 110, 0.14);
}

.equipment-sticky__media {
  width: 100%;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.equipment-sticky__media--yt {
  background: #0a0a0a !important;
  filter: none !important;
  padding: 0;
}

.equipment-sticky__media--yt .equipment-sticky__media-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.equipment-sticky__media--yt .hod-video__yt-frame--crop {
  z-index: 1;
}

.equipment-sticky__media--yt .hod-video__yt-frame--crop .equipment-sticky__video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 115%;
  height: 115%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

.equipment-sticky__media--yt .hod-video__mask--crop {
  z-index: 2;
}

.equipment-sticky__media--yt::after {
  z-index: 2;
  pointer-events: none;
  opacity: 0.4;
}

.equipment-sticky__panel {
  padding: 22px 22px 18px;
}

.equipment-sticky__kicker {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(240, 237, 230, 0.65);
  margin-bottom: 10px;
}

.equipment-progress {
  height: 1px;
  background: rgba(255, 255, 255, 0.10);
  overflow: hidden;
  margin-bottom: 14px;
}

.equipment-progress__bar {
  height: 100%;
  width: 0%;
  background: rgba(201, 168, 76, 0.9);
  transform-origin: left;
}

.equipment-menu {
  display: grid;
  gap: 8px;
  margin: 8px 0 14px;
  padding: 10px 0 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.equipment-menu--overlay {
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(8, 8, 8, 0.40);
  border-radius: 16px;
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
}

.equipment-menu--overlay::-webkit-scrollbar { height: 0; }

.equipment-menu__item {
  width: 100%;
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 14px;
  text-align: left;
  color: rgba(240, 237, 230, 0.78);
  background: rgba(255, 255, 255, 0.00);
  transition: background 0.25s var(--ease-out), color 0.25s var(--ease-out), transform 0.25s var(--ease-out);
}

.equipment-menu--overlay .equipment-menu__item {
  width: auto;
  flex: 0 0 auto;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.equipment-menu--overlay .equipment-menu__name {
  white-space: nowrap;
}

.equipment-menu__num {
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: rgba(201, 168, 76, 0.85);
  letter-spacing: 0.08em;
  min-width: 2.2ch;
}

.equipment-menu__name {
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.equipment-menu__item:hover {
  background: rgba(255, 255, 255, 0.05);
}

.equipment-menu__item.is-active {
  background: rgba(201, 168, 76, 0.12);
  color: rgba(240, 237, 230, 0.95);
  transform: translateY(-1px);
}

.equipment-scrollphases {
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
}

.equipment-phase {
  height: 100vh;
}

/* Centered drone placeholder inside the pinned hero */
.equipment-drone {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  width: min(860px, 92%);
  height: min(380px, 50vh);
  pointer-events: none;
}

.equipment-drone__frame {
  position: absolute;
  inset: 0;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(60% 80% at 50% 40%, rgba(240, 237, 230, 0.12), transparent 62%),
    radial-gradient(50% 60% at 38% 55%, rgba(201, 168, 76, 0.16), transparent 65%),
    radial-gradient(50% 60% at 62% 55%, rgba(201, 168, 76, 0.16), transparent 65%),
    linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.02));
  box-shadow: 0 60px 180px rgba(0,0,0,0.45);
}

.equipment-drone__shadow {
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 70%;
  height: 44px;
  background: radial-gradient(closest-side, rgba(0,0,0,0.55), transparent 72%);
  filter: blur(10px);
  opacity: 0.55;
}

.equipment-sticky__title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.4vw, 2.6rem);
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.1;
}

.equipment-sticky__tag {
  margin-top: 10px;
  color: var(--text-dim);
  font-size: 0.95rem;
  line-height: 1.6;
}

.equipment-specs {
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 14px;
  display: grid;
  gap: 10px;
}

.equipment-spec {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.85rem;
  line-height: 1.5;
}

.equipment-spec__label {
  color: rgba(240, 237, 230, 0.55);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.65rem;
  margin-top: 2px;
}

.equipment-spec__value {
  color: rgba(240, 237, 230, 0.9);
  text-align: right;
  flex: 1;
}

.equipment-steps {
  display: grid;
  gap: 18px;
  max-width: 920px;
  margin: 0 auto;
}

.equipment-step {
  min-height: 76vh;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 18px 18px 16px;
  background: rgba(15, 15, 15, 0.45);
  transition: border-color 0.35s var(--ease-out), background 0.35s var(--ease-out), transform 0.35s var(--ease-out);
}

.equipment-step.is-active {
  border-color: rgba(201, 168, 76, 0.35);
  background: rgba(12, 12, 12, 0.62);
  transform: translateY(-1px);
}

.equipment-step__num {
  font-family: var(--font-display);
  font-weight: 300;
  color: rgba(201, 168, 76, 0.9);
  font-size: 1.1rem;
  letter-spacing: 0.08em;
}

.equipment-step__title {
  margin-top: 10px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}

.equipment-step__body {
  margin-top: 10px;
  color: var(--text-dim);
  font-size: 0.95rem;
  line-height: 1.8;
}

.equipment-step__bullets {
  margin-top: 14px;
  padding-left: 18px;
  color: rgba(240, 237, 230, 0.8);
  font-size: 0.85rem;
  line-height: 1.7;
}

.equipment-step__bullets li {
  margin: 6px 0;
}

@media (max-width: 1024px) {
  .equipment-sticky {
    position: relative;
    top: auto;
  }

  .equipment-stage__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .equipment-panel {
    min-height: auto;
  }
}

/* Performance: skip rendering large offscreen sections (supported browsers only) */
@supports (content-visibility: auto) {
  .services {
    content-visibility: auto;
    contain-intrinsic-size: 980px;
  }
  .sport1,
  .bmw1,
  .beauty {
    content-visibility: auto;
    contain-intrinsic-size: 1100px;
  }
  .about,
  .about-us {
    content-visibility: auto;
    contain-intrinsic-size: 1050px;
  }
  .clients {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
  }
  .reviews {
    content-visibility: auto;
    contain-intrinsic-size: 720px;
  }
  .contact {
    content-visibility: auto;
    contain-intrinsic-size: 880px;
  }
}

/* ─── Clients Section ─────────────────────────────────────── */

.clients {
  padding: 6px 0 6px;
  overflow: hidden;
  background: #ffffff;
  position: relative;
}

.clients .section-header {
  display: block;
  margin-bottom: 2px;
  opacity: 1 !important;
  transform: none !important;
}

.clients .section-header:empty,
.clients .section-label:empty,
.clients .section-title:empty {
  display: none !important;
}

.clients .section-title {
  color: #0a0a0a !important;
  -webkit-text-fill-color: #0a0a0a !important;
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
}

.clients .section-label {
  color: var(--gold-dark) !important;
  -webkit-text-fill-color: var(--gold-dark) !important;
}

.clients::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
}

.clients::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(8, 8, 8, 0.08);
}

.marquee-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 0;
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
}

.marquee__track {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
  will-change: transform;
}

.marquee--forward .marquee__track {
  animation: marqueeForward 70s linear infinite;
}

.marquee--reverse .marquee__track {
  animation: marqueeReverse 65s linear infinite;
}

/* Slight per-row speed variance (more premium feel) */
.marquee--r1 .marquee__track { animation-duration: 72s; }
.marquee--r2 .marquee__track { animation-duration: 64s; }
.marquee--r3 .marquee__track { animation-duration: 76s; }
.marquee--r4 .marquee__track { animation-duration: 66s; }
.marquee--r5 .marquee__track { animation-duration: 74s; }

.client-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  position: relative;
  text-decoration: none;
  height: 78px;
  transition: transform 0.25s var(--ease-out), opacity 0.25s var(--ease-out);
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

a.client-logo.client-logo--link {
  cursor: pointer;
}

.client-logo::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  transform: translateY(-50%);
  background: rgba(8, 8, 8, 0.10);
}

.marquee__track .client-logo:first-child::before { display: none; }

.client-logo__img-stack {
  position: relative;
  display: inline-block;
}

.client-logo__img {
  display: block;
  height: 50px;
  width: auto;
  max-width: 320px;
  object-fit: contain;
  /* Clean monochrome default; full brand color on hover (see .client-logo:hover) */
  filter: grayscale(1) contrast(1.18) brightness(0.98);
  opacity: 0.94;
  transform: translateZ(0) scale(var(--logo-scale, 1));
  transition: opacity 0.25s var(--ease-out), transform 0.25s var(--ease-out), filter 0.25s var(--ease-out);
}

/* Per-logo tuning for legibility */
.client-logo__img[src*="/assets/clients/bmw-roundel.svg"] {
  --logo-scale: 1.08;
  filter: grayscale(1) contrast(1.05) brightness(1.22);
}

.client-logo__img[src*="/assets/clients/tension-festival.png"] {
  /* Force true black in BW state (avoid pale grey) */
  filter: grayscale(1) contrast(3) brightness(0.35);
}

/* Big Air / Urban Surf / Lincotek now have color originals.
   Keep the global grayscale->color hover behavior. */
.client-logo__img[src*="/assets/clients/big-air-festival.webp"],
.client-logo__img[src*="/assets/clients/urban-surf.svg"],
.client-logo__img[src*="/assets/clients/lincotek.svg"] { --logo-scale: 1.06; }

.client-logo__img[src*="/assets/clients/atomic.svg"] {
  --logo-scale: 1.06;
}

/* HOD: tuned replacements (crisp SVG/PNG variants) */
.client-logo__img[src*="assets/clients/hod/_fixed/srf--"] {
  --logo-scale: 1.22;
  height: 44px;
  border-radius: 10px;
}
.client-logo__img[src*="assets/clients/hod/_fixed/bmw--"] { --logo-scale: 1.04; height: 54px; }
.client-logo__img[src*="assets/clients/hod/_fixed/nep--"] { --logo-scale: 1.28; height: 52px; }
.client-logo__img[src*="assets/clients/hod/_fixed/weltklasse--"] { --logo-scale: 1.18; }
.client-logo__img[src*="assets/clients/hod/_fixed/ulrich--"] { --logo-scale: 1.18; }
.client-logo__img[src*="assets/clients/hod/_fixed/fis-ski--"] { --logo-scale: 1.15; }
.client-logo__img[src*="assets/clients/hod/_fixed/hotel-des-balances--"] { --logo-scale: 1.08; }
.client-logo__img[src*="assets/clients/hod/_fixed/baechli--"] { --logo-scale: 1.18; }
.client-logo__img[src*="assets/clients/hod/_fixed/airtime-unlimited--color.png"] { --logo-scale: 1.36; height: 54px; }
.client-logo__img[src*="assets/clients/hod/_fixed/bbm-productions--white.png"] { --logo-scale: 1.15; }

/* Optional BW/Color stacking for tricky logos */
.client-logo__img-stack .client-logo__img--color {
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
  filter: none;
  transform: translateZ(0) scale(var(--logo-scale, 1));
  transition: opacity 0.25s var(--ease-out), transform 0.25s var(--ease-out);
}
.client-logo__img-stack .client-logo__img--bw {
  opacity: 0.92;
}

/* Ensure stacked BW stays crisp/legible (no global grayscale wash) */
.client-logo__img-stack .client-logo__img--bw[src*="srf--bw.svg"] {
  opacity: 1;
  filter: none;
}
.client-logo__img-stack .client-logo__img--bw[src*="bmw--bw."] {
  opacity: 1;
  filter: none;
}

/* NEP: use the clean color source and style it to BW */
.client-logo__img-stack .client-logo__img--bw[src*="nep--bw.png"] {
  opacity: 1;
  filter: none;
}

/* BBM: source asset is white → synthesize BW + brand-red hover */
.client-logo__img-stack .client-logo__img--bw[src*="bbm-productions--white.png"] {
  filter: invert(1) grayscale(1) contrast(1.25);
}
.client-logo__img-stack .client-logo__img--color[src*="bbm-productions--white.png"] {
  filter: invert(14%) sepia(92%) saturate(5200%) hue-rotate(351deg) brightness(0.95) contrast(1.05);
}

/* Airtime Unlimited: source mark is very light → synthesize BW + brand-cyan hover */
.client-logo__img-stack .client-logo__img--bw[src*="airtime-unlimited--color.png"] {
  filter: invert(1) grayscale(1) contrast(1.25) brightness(0.9);
}
.client-logo__img-stack .client-logo__img--color[src*="airtime-unlimited--color.png"] {
  /* cyan/teal tint for hover */
  filter: invert(42%) sepia(83%) saturate(1900%) hue-rotate(150deg) brightness(0.9) contrast(1.05);
}
.client-logo:hover .client-logo__img-stack .client-logo__img--bw {
  opacity: 0;
}
.client-logo:hover .client-logo__img-stack .client-logo__img--color {
  opacity: 1;
  transform: translateY(-1px) scale(var(--logo-scale, 1));
}

/* Some marks have lots of padding inside the asset — boost slightly */
.client-logo__img[src*="/assets/clients/pilatus-aircraft.svg"],
.client-logo__img[src*="assets/clients/hod/pilatus.png"] { --logo-scale: 1.32; }
.client-logo__img[src*="/assets/clients/gore-tex.png"],
.client-logo__img[src*="assets/clients/hod/gore-tex.png"] { --logo-scale: 1.42; }
.client-logo__img[src*="/assets/clients/srf.svg"],
.client-logo__img[src*="assets/clients/hod/srf-logo.png"] { --logo-scale: 1.36; }
.client-logo__img[src*="/assets/clients/eth-zuerich.png"],
.client-logo__img[src*="assets/clients/hod/eth.png"],
.client-logo__img[src*="assets/clients/hod/universitaet-zuerich.png"] { --logo-scale: 1.38; }


.client-logo.is-light .client-logo__img {
  opacity: 1;
}

.client-logo.is-light::after {
  display: none;
}

.client-logo.is-wide {
  padding-left: 28px;
  padding-right: 28px;
}

.client-logo.is-square {
  padding-left: 18px;
  padding-right: 18px;
}

.client-logo.is-square .client-logo__img {
  height: 58px;
  max-width: 220px;
}

.client-logo.is-tall .client-logo__img {
  height: 62px;
}

.client-logo__fallback {
  display: none;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 2.2rem);
  font-weight: 300;
  letter-spacing: 0.03em;
  color: var(--text-muted);
  white-space: nowrap;
}

/* If an image fails to load, show text fallback */
.client-logo.no-img .client-logo__img { display: none; }
.client-logo.no-img .client-logo__fallback { display: inline; }

.client-logo:focus-visible {
  outline: 2px solid rgba(201, 168, 76, 0.9);
  outline-offset: 5px;
  border-radius: 10px;
}

.client-logo:hover > .client-logo__img {
  opacity: 1;
  filter: none;
  transform: translateY(-1px) scale(var(--logo-scale, 1));
}

.client-logo:hover .client-logo__fallback {
  color: var(--gold);
}

.client-logo:hover {
  transform: translateY(-1px);
}

.client-logo::after {
  content: '';
}

@media (max-width: 768px) {
  .client-logo {
    height: 58px;
    padding: 0 22px;
  }

  .client-logo__img {
    height: 34px;
    max-width: 190px;
  }
}

@keyframes marqueeForward {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes marqueeReverse {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

/* ─── Contact Section ─────────────────────────────────────── */

.contact {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: min(92vh, 980px);
  display: flex;
  align-items: center;
  padding: clamp(100px, 16vh, 220px) 0;
}

.contact__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.contact__video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 118%;
  min-width: 100%;
  height: 118%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  background: #060606;
}

.contact__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  /* Leichter Schleier: Video bleibt gut sichtbar; Lesbarkeit über .contact__inner */
  background:
    radial-gradient(ellipse 105% 88% at 50% 40%, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.28) 52%, rgba(0, 0, 0, 0.48) 100%),
    linear-gradient(180deg, rgba(5, 5, 7, 0.38) 0%, rgba(6, 6, 8, 0.28) 44%, rgba(4, 4, 6, 0.45) 100%);
}

.contact__foreground {
  position: relative;
  z-index: 2;
  width: 100%;
}

.contact .section-label {
  color: rgba(245, 242, 235, 0.58);
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.85),
    0 8px 32px rgba(0, 0, 0, 0.55);
}

.contact__inner {
  text-align: center;
  max-width: 52rem;
  margin: 0 auto;
  padding: 0 var(--container-pad);
  will-change: transform;
  animation: contactFloat 26s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}

@keyframes contactFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  22% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(-6px);
  }
  78% {
    transform: translateY(-3px);
  }
}

.contact__heading {
  font-family: var(--font-ui);
  font-size: clamp(0.58rem, 0.88vw, 0.74rem);
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  line-height: 1.35;
  margin-bottom: clamp(18px, 2.5vh, 28px);
  color: rgba(245, 242, 235, 0.68);
  white-space: normal;
  max-width: 30ch;
  margin-left: auto;
  margin-right: auto;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.75),
    0 6px 28px rgba(0, 0, 0, 0.45);
}

.contact__text {
  margin: 0 auto 18px;
  max-width: 66ch;
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 1.68;
  color: rgba(245, 242, 235, 0.74);
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.75),
    0 6px 26px rgba(0, 0, 0, 0.45);
}

.contact__actions {
  margin: 0 0 18px;
  display: flex;
  justify-content: center;
}

.contact__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(245, 243, 236, 0.26);
  background: rgba(10, 10, 10, 0.28);
  color: rgba(245, 243, 236, 0.92);
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 220ms var(--ease-out), background 220ms var(--ease-out), border-color 220ms var(--ease-out);
}

.contact__cta:hover {
  transform: translateY(-1px);
  background: rgba(10, 10, 10, 0.38);
  border-color: rgba(245, 243, 236, 0.36);
}

@media (max-width: 380px) {
  :root {
    --container-pad: 10px;
  }

  .nav__right {
    gap: 8px;
  }

  .nav__social {
    gap: 4px;
  }

  .nav__logo-img {
    height: 40px;
    max-width: min(320px, 46vw);
  }

  .nav__social-btn {
    width: 28px;
    height: 28px;
  }

  .lang-switch {
    font-size: 0.62rem;
    letter-spacing: 0.06em;
    min-height: 30px;
  }

  .lang-switch__opt {
    padding: 6px 5px;
  }

  .contact__heading {
    white-space: normal;
    letter-spacing: 0.18em;
    max-width: min(100%, 16rem);
    margin-left: auto;
    margin-right: auto;
  }
}

.contact__email-wrap {
  margin-bottom: 32px;
}

.contact__email {
  font-family: var(--font-body);
  font-size: clamp(1rem, 2vw, 1.6rem);
  font-weight: 300;
  letter-spacing: 0.08em;
  color: var(--gold);
  position: relative;
  display: inline-block;
  transition: color 0.3s;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.75);
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.65));
}

.contact__email::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s var(--ease-out);
}

.contact__email:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.contact__location {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(245, 242, 235, 0.52);
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.85),
    0 6px 24px rgba(0, 0, 0, 0.55);
}

/* ─── Footer ──────────────────────────────────────────────── */

.footer {
  padding: 32px 0;
  border-top: 1px solid var(--border);
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__copy {
  font-size: 0.7rem;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}

.footer__links {
  display: flex;
  gap: 32px;
}

.footer__links a {
  font-size: 0.7rem;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.3s;
}

.footer__links a:hover {
  color: var(--gold);
}

/* ─── Utility: Reveal Animations ──────────────────────────── */

.reveal-up {
  opacity: 0;
  transform: translateY(40px);
}

.reveal-line {
  transform: scaleX(0);
  transform-origin: left;
}

/* ─── Responsive ──────────────────────────────────────────── */

@media (max-width: 1024px) {
  .equipment__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .equipment__desc {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .equipment__stats {
    justify-content: center;
  }

  .equipment__viewer {
    max-height: 450px;
  }
}

@media (max-width: 1024px) {
  .nav__links {
    gap: clamp(14px, 2vw, 22px);
  }

  .nav__link {
    font-size: 0.68rem;
    letter-spacing: 0.09em;
  }
}

@media (max-width: 768px) {
  :root {
    --nav-height: 64px;
  }

  :root {
    --container-pad: 20px;
  }

  .nav__links {
    display: none;
  }

  .nav__burger {
    display: flex;
  }

  .nav__logo-divider,
  .nav__logo-sub {
    display: none;
  }

  .nav__social-btn {
    width: 34px;
    height: 34px;
  }

  .nav__social-icon {
    width: 17px;
    height: 17px;
  }

  .nav__logo-img {
    display: block;
    height: 50px;
    max-width: min(480px, 72vw);
  }

  .services__grid {
    grid-template-columns: 1fr;
  }

  .about__cols {
    grid-template-columns: 1fr;
  }

  .hero__title {
    font-size: clamp(1.75rem, 9vw, 3.15rem);
  }

  .footer__inner {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .footer__links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 22px;
  }

  /* Calm vertical rhythm on small screens */
  .services {
    padding: clamp(56px, 10vh, 96px) 0;
  }

  .about-us {
    padding: clamp(56px, 10vh, 96px) 0;
  }

  .contact {
    min-height: min(74vh, 860px);
    padding: clamp(76px, 12vh, 140px) 0;
  }
}

@media (max-width: 480px) {
  :root {
    --container-pad: 18px;
  }

  /* Mobile header: single clean row */
  .nav__inner {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  /* Hide social icons on mobile (space + clarity) */
  .nav__social {
    display: none;
  }

  /* Keep language + burger aligned, no wrapping */
  .nav__right {
    flex-wrap: nowrap;
    gap: 10px;
  }

  /* Compact language control (single line, no clipping) */
  .lang-switch {
    font-size: 0.66rem;
    letter-spacing: 0.08em;
    gap: 6px;
    min-height: 30px;
    padding: 0 4px;
    border: 0;
    background: transparent;
  }

  .lang-switch__opt {
    padding: 6px 5px;
  }

  .lang-switch__sep {
    opacity: 0.7;
  }

  /* Burger: slightly tighter on phones */
  .nav__burger {
    padding: 6px;
  }

  .nav__burger span {
    width: 22px;
  }

  .equipment__stats {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .hero__scroll {
    bottom: 24px;
  }

  /* (override removed) */

  .nav__logo-img {
    height: 44px;
    max-width: min(420px, 74vw);
  }

  /* Tracklists: less shouty + better wrapping */
  .video-showcase__track {
    white-space: normal;
    word-break: break-word;
    hyphens: auto;
    padding: 11px 14px;
    font-size: 0.68rem;
    letter-spacing: 0.04em;
  }

  .video-showcase__caption {
    letter-spacing: 0.08em;
  }

  /* About-us collage: tighter + thumb-friendly */
  .about-us__collage-row {
    gap: 10px;
  }

  .about-us__collage-item {
    border-radius: 14px;
  }

  .about-us__collage-slider .hod-gallery__track {
    grid-auto-columns: clamp(150px, 62vw, 220px);
    gap: 12px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .about-us__collage-slider .about-us__collage-item--slide {
    aspect-ratio: 16 / 11;
  }

  .contact__email-wrap {
    margin-bottom: 22px;
  }

  .contact__heading {
    white-space: normal;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ─── Mobile readability + media stability (phones) ───────── */
@media (max-width: 560px) {
  /* Slightly larger baseline for editorial body copy */
  body.site-layout-dji {
    font-size: 16px;
    line-height: 1.62;
  }

  /* Headings: keep impact without wrapping awkwardly */
  .video-sector__title {
    font-size: clamp(1.4rem, 6.2vw, 1.85rem);
    line-height: 1.18;
  }

  /* Hero title: avoid clipping on mobile font rendering */
  .hero__title-wrap {
    /* keep reveal mask, but give glyphs breathing room */
    padding-top: 0.18em;
    padding-bottom: 0.22em;
  }

  .hero__title {
    font-size: clamp(1.85rem, 9.2vw, 3.05rem);
    line-height: 1.06;
    letter-spacing: 0.035em;
    white-space: normal;
    text-wrap: balance;
    max-width: min(18ch, 92vw);
    margin-left: auto;
    margin-right: auto;
  }

  .hero__title-inner {
    white-space: normal;
  }

  /* Long copy: comfortable line-length and rhythm */
  .sport1__lead,
  .bmw1__lead,
  .beauty__copy .beauty__p,
  .about-us__p,
  body.site-layout-dji .services--refined .dji-feature__text,
  body.site-layout-dji .about__body {
    font-size: 1.02rem;
    line-height: 1.78;
    letter-spacing: 0.008em;
    max-width: 62ch;
  }

  /* The live-broadcast description uses an injected <br>; avoid a hard break on narrow screens */
  body.site-layout-dji .services--refined .dji-feature__text br {
    display: none;
  }

  /* Video frames: avoid layout shifts and keep controls visible */
  .video-showcase__frame {
    border-radius: 16px;
  }

  .video-showcase__media,
  .service-video video,
  .about__clip video,
  .contact__video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background: #070707;
  }

  /* Tracklists: thumb-friendly and readable */
  .video-showcase__track {
    font-size: 0.74rem;
    line-height: 1.45;
    letter-spacing: 0.035em;
  }
}

/* ─── Services (mobile): clean stacked cards ───────────────── */
@media (max-width: 900px) {
  body.site-layout-dji .services--refined {
    padding-top: clamp(18px, 3vh, 28px);
  }

  body.site-layout-dji .services--refined .dji-feature {
    border-bottom: none;
    padding: 0 var(--container-pad);
    margin: 0 0 clamp(14px, 2.5vh, 22px);
  }

  /* `dji-feature__inner` is also `.container` → avoid double padding. */
  body.site-layout-dji .services--refined .dji-feature__inner {
    max-width: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow:
      0 18px 52px rgba(0, 0, 0, 0.10),
      0 1px 0 rgba(255, 255, 255, 0.85) inset;
  }

  body.site-layout-dji .services--refined .dji-feature__copy {
    padding: 16px 16px 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  body.site-layout-dji .services--refined .dji-feature--reverse .dji-feature__inner {
    direction: ltr;
  }

  body.site-layout-dji .services--refined .dji-feature--reverse .dji-feature__copy {
    padding: 16px 16px 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  body.site-layout-dji .services--refined .dji-feature__title {
    font-size: clamp(1.15rem, 5.4vw, 1.55rem);
    line-height: 1.16;
    margin: 0;
  }

  body.site-layout-dji .services--refined .dji-feature__text {
    font-family: var(--font-body);
    font-size: 1.02rem;
    line-height: 1.78;
    letter-spacing: 0;
    color: rgba(16, 16, 16, 0.78);
    margin: 0;
    max-width: 60ch;
    text-wrap: pretty;
    hyphens: auto;
  }

  body.site-layout-dji .services--refined .dji-feature__link-hint {
    margin-top: 2px;
    align-self: flex-start;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
    font-size: 0.78rem;
    letter-spacing: 0.10em;
  }

  body.site-layout-dji .services--refined .dji-feature__media,
  body.site-layout-dji .services--refined .dji-feature--reverse .dji-feature__media {
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
    box-shadow: none;
  }

  body.site-layout-dji .services--refined .dji-feature__media .service-video {
    max-height: none;
    aspect-ratio: 16 / 9;
    min-height: clamp(190px, 48vw, 260px);
  }
}

/* ─── Dual Operator (mobile): calm stack + swipe stills ────── */
@media (max-width: 900px) {
  /* The plate overlay layout is great on desktop but too cramped on phones */
  .about__visual-plate {
    position: relative;
    padding-top: 0;
    min-height: auto;
    overflow: visible;
  }

  .about__video-grid {
    position: relative;
    inset: auto;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 12px;
    margin-top: clamp(16px, 3vh, 22px);
  }

  .about__clip {
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: #0a0a0a;
    box-shadow:
      0 20px 56px rgba(0, 0, 0, 0.12),
      0 1px 0 rgba(255, 255, 255, 0.10) inset;
  }

  .about__clip--primary,
  .about__clip--secondary {
    grid-column: 1;
    grid-row: auto;
    align-self: auto;
    margin: 0;
  }

  .about__clip--secondary video {
    object-position: center center;
  }

  /* Stills become a swipe row */
  .about__intro-right .about__stills {
    margin-top: clamp(14px, 2.5vh, 18px);
  }

  .about__stills {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(220px, 72vw, 320px);
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .about__still {
    scroll-snap-align: start;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #ffffff;
  }

  .about__still img,
  .about__still video {
    min-height: 0;
    height: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
  }

  .about__still--video video {
    aspect-ratio: 16 / 9;
    background: #0a0a0a;
  }
}

/* ─── Work / Productions Section ──────────────────────────── */

.work {
  padding: clamp(56px, 9vh, 108px) 0;
  background: var(--bg-elevated);
}

.work .section-header {
  margin-bottom: clamp(18px, 3vh, 34px);
}

.work-list {
  list-style: none;
  margin: 0 auto;
  padding: 10px 0 0;
  max-width: 62rem;
  column-count: 2;
  column-gap: clamp(36px, 5vw, 72px);
  border-top: 1px solid var(--border);
}

.work-list__group {
  break-inside: avoid;
  column-span: all;
  padding: 14px 0 10px;
  margin: 0;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.work-list__group:first-child {
  padding-top: 6px;
}

.work-list__item {
  position: relative;
  break-inside: avoid;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 15.5rem);
  gap: 0 10px;
  align-items: start;
  padding: 10px 0 10px;
  border-bottom: 1px solid var(--border);
  font-family: var(--font-ui);
  font-size: 0.875rem;
  line-height: 1.28;
}

.work-list__item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.22), transparent);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.35s ease, transform 0.35s var(--ease-out);
}

.work-list__item:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.work-list__title {
  font-weight: 650;
  letter-spacing: -0.015em;
  color: var(--text);
  min-width: 0;
}

.work-list__meta {
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--text-muted);
  text-align: right;
  min-width: 0;
  hyphens: auto;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 720px) {
  .work-list {
    column-count: 1;
    max-width: none;
  }

  .work-list__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    row-gap: 2px;
  }

  .work-list__title {
    grid-column: 1;
    grid-row: 1;
  }

  .work-list__meta {
    grid-column: 1;
    grid-row: 2;
    text-align: left;
    font-size: 0.82rem;
  }
}

body.site-layout-dji .work {
  background: var(--dji-panel);
}

body.site-layout-dji .work .section-label {
  font-family: var(--font-ui);
  font-weight: 500;
  color: var(--dji-muted);
}

body.site-layout-dji .work .section-title {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: clamp(1.58rem, 3.1vw, 2.38rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--dji-text);
}

body.site-layout-dji .work .section-header {
  margin-bottom: clamp(18px, 2.5vh, 28px);
}

body.site-layout-dji .work-list {
  border-top-color: rgba(0, 0, 0, 0.1);
}

body.site-layout-dji .work-list__group {
  color: var(--gold-dark);
}

body.site-layout-dji .work-list__item {
  border-bottom-color: rgba(0, 0, 0, 0.09);
}

body.site-layout-dji .work-list__title {
  color: var(--dji-text);
}

body.site-layout-dji .work-list__meta {
  color: var(--dji-muted);
}

body.site-layout-dji .work-list__item::before {
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.28), transparent);
}

/* ───────────────────────────────────────────────────────────
   FINAL MOBILE OVERRIDE: Services must be clean + full-width.
   This block intentionally overrules earlier experiments.
   ─────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  #services.services--refined .services__main {
    padding: 0;
  }

  #services.services--refined .dji-feature {
    padding: 0 var(--container-pad) !important;
    margin: 0 0 16px !important;
    border: 0 !important;
    background: transparent !important;
  }

  #services.services--refined .dji-feature__inner {
    /* `.dji-feature__inner` also has `.container` → kill container padding */
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    min-width: 0 !important;

    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;

    border-radius: 18px !important;
    overflow: hidden !important;
    background: rgba(255, 255, 255, 0.86) !important;
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.10) !important;
  }

  #services.services--refined .dji-feature--reverse .dji-feature__inner {
    direction: ltr !important;
  }

  #services.services--refined .dji-feature__copy {
    width: 100% !important;
    min-width: 0 !important;
    padding: 16px 16px 14px !important;
    text-align: left !important;
  }

  #services.services--refined .dji-feature__title {
    margin: 0 0 6px !important;
    font-family: var(--font-ui) !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
    line-height: 1.18 !important;
    font-size: clamp(1.15rem, 5.4vw, 1.6rem) !important;
  }

  #services.services--refined .dji-feature__text {
    margin: 0 !important;
    font-family: var(--font-body) !important;
    font-size: 1.02rem !important;
    line-height: 1.78 !important;
    color: rgba(16, 16, 16, 0.78) !important;
    overflow-wrap: break-word !important;
    hyphens: manual !important;
    max-width: none !important;
  }

  #services.services--refined .dji-feature__link-hint {
    margin-top: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px 12px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(0, 0, 0, 0.10) !important;
    background: rgba(255, 255, 255, 0.82) !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08) !important;
    font-family: var(--font-ui) !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.10em !important;
    text-transform: uppercase !important;
  }

  #services.services--refined .dji-feature__media {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    border: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.07) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #0a0a0a !important;
  }

  #services.services--refined .service-video {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    min-height: clamp(220px, 58vw, 340px) !important;
    max-height: none !important;
  }
}
