/*
 * Szeged-inspired editorial atmosphere for DroneFlight Busch.
 *
 * The source site uses a fixed entry scene. DroneFlight remains a scrollable,
 * multi-page site, while adopting the same visual grammar: image-led spaces,
 * tight sans-serif display type, fine grain, layered gradients, restrained
 * glass and subtle depth.
 */

:root {
  --dfb-paper: #f4edec;
  --dfb-paper-warm: #eee6e1;
  --dfb-ink: #161d20;
  --dfb-ink-soft: #26373c;
  --dfb-muted: #5b6a6d;
  --dfb-accent: #a75f4a;
  --dfb-accent-dark: #874632;
  --dfb-sky: #b9d0d2;
  --dfb-line: rgba(22, 29, 32, 0.17);
  --dfb-font-display: var(--dfb-font-sans);
  --dfb-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dfb-glass: rgba(244, 237, 236, 0.52);
  --dfb-dark: #0f242a;
  --dfb-dark-soft: #17343b;
  --dfb-header-height: 4.75rem;
  --dfb-radius-sm: 0.5rem;
  --dfb-radius: 0.9rem;
  --dfb-radius-lg: 1.35rem;
}

@view-transition {
  navigation: auto;
}

::view-transition-group(root) {
  animation-duration: 720ms;
  animation-timing-function: var(--dfb-ease-out);
}

body {
  background: var(--dfb-paper);
  color: var(--dfb-ink);
  line-height: 1.58;
}

body::before {
  position: fixed;
  z-index: 9998;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.84' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  content: "";
  opacity: 0.04;
  pointer-events: none;
}

h1,
h2,
h3,
h4 {
  font-family: var(--dfb-font-sans);
  font-weight: 540;
  letter-spacing: -0.052em;
}

h2 {
  line-height: 0.98;
}

h3,
h4 {
  letter-spacing: -0.035em;
}

.shell,
.site-header__inner,
.site-footer__main,
.site-footer__bottom {
  width: min(calc(100% - clamp(2.5rem, 7.6vw, 8.5rem)), 98rem);
}

.eyebrow {
  font-size: 0.63rem;
  font-weight: 760;
  letter-spacing: 0.155em;
}

.button,
a.button,
button.button {
  min-height: 2.95rem;
  padding: 0.76rem 1.15rem;
  border-radius: 999px;
  box-shadow: none;
  font-size: 0.82rem;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover,
a.button:hover,
button.button:hover {
  transform: translateY(-2px);
}

/* Transparent masthead, then the same soft material change as Szeged. */
.site-header {
  height: var(--dfb-header-height);
  border-bottom-color: transparent;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition: height 220ms ease, background-color 260ms ease, box-shadow 260ms ease, border-color 260ms ease, backdrop-filter 260ms ease;
}

.site-header.is-scrolled {
  height: 4.25rem;
  border-bottom-color: rgba(22, 29, 32, 0.1);
  background: rgba(244, 237, 236, 0.82);
  box-shadow: 0 10px 38px rgba(22, 29, 32, 0.07);
  -webkit-backdrop-filter: blur(18px) saturate(0.92);
  backdrop-filter: blur(18px) saturate(0.92);
}

.brand {
  gap: 0.65rem;
}

.brand__mark {
  width: 2.35rem;
  border-color: currentColor;
  background: rgba(255, 255, 255, 0.16);
  font-size: 0.61rem;
  font-weight: 760;
}

.brand__wordmark {
  gap: 0.22rem;
  font-size: 0.67rem;
  font-weight: 720;
  letter-spacing: 0.105em;
}

.brand__wordmark i {
  height: 0.95rem;
}

.site-nav ul {
  gap: clamp(0.75rem, 1.6vw, 1.7rem);
}

.site-nav a {
  padding: 0.45rem 0;
  font-size: 0.72rem;
  font-weight: 560;
}

.site-nav a::after {
  right: 0;
  bottom: 0.17rem;
  left: 0;
  height: 1px;
}

.site-nav a.site-nav__cta {
  min-height: 0;
  padding: 0.45rem 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--dfb-ink);
}

.site-nav a.site-nav__cta:hover {
  background: transparent;
  color: var(--dfb-accent-dark);
}

/* Home entry scene */
.hero--home {
  min-height: max(46rem, 100svh);
  align-items: stretch;
  background: var(--dfb-paper);
}

.hero--home .hero__media {
  inset: -2%;
  background: #cbd6d4;
}

.hero--home .hero__media img {
  top: 0;
  height: 100%;
  filter: saturate(0.83) contrast(0.95);
  object-position: center 46%;
  scale: 1.055;
  transform: translate3d(0, var(--hero-parallax, 0), 0);
  animation: dfb-scene-settle 9s var(--dfb-ease-out) both;
}

.hero--home .hero__media::after {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(244, 237, 236, 0.94) 0%, rgba(244, 237, 236, 0.73) 25%, rgba(244, 237, 236, 0.08) 61%, rgba(11, 25, 29, 0.78) 100%),
    linear-gradient(90deg, rgba(244, 237, 236, 0.07) 0%, transparent 46%, rgba(244, 237, 236, 0.52) 72%, rgba(244, 237, 236, 0.86) 100%),
    radial-gradient(circle at 78% 42%, rgba(167, 95, 74, 0.16), transparent 38%);
}

.hero--home .hero__veil {
  z-index: 3;
  background:
    radial-gradient(circle at 12% 74%, rgba(185, 208, 210, 0.13), transparent 36%),
    linear-gradient(110deg, transparent 0 67%, rgba(255, 255, 255, 0.08) 100%);
}

.hero__layout {
  display: grid;
  width: min(calc(100% - clamp(2.5rem, 7.6vw, 8.5rem)), 98rem);
  min-height: max(46rem, 100svh);
  grid-template-columns: minmax(0, 1.12fr) minmax(22rem, 0.76fr);
  grid-template-rows: max-content minmax(min-content, 1fr) max-content;
  align-items: start;
  gap: clamp(1rem, 2.4svh, 2rem) clamp(2rem, 7vw, 8rem);
  padding-block: calc(var(--dfb-header-height) + clamp(1.25rem, 3vh, 2.5rem)) clamp(3.6rem, 7vh, 5.5rem);
  perspective: 1600px;
  transform: rotateX(var(--dfb-tilt-x, 0deg)) rotateY(var(--dfb-tilt-y, 0deg));
  transform-style: preserve-3d;
  transition: transform 140ms linear;
}

.hero__heading {
  grid-column: 1 / -1;
  max-width: 78rem;
}

.hero__heading .eyebrow {
  margin-bottom: 0.65rem;
  color: var(--dfb-accent-dark);
}

.hero__heading h1,
.hero--home h1 {
  max-width: 13ch;
  margin: 0;
  color: #141b1e;
  font-size: clamp(3.15rem, 6.4vw, 7.35rem);
  font-weight: 530;
  letter-spacing: -0.067em;
  line-height: 0.92;
  text-shadow: 0 1px 24px rgba(255, 255, 255, 0.38);
}

.hero__intro {
  align-self: end;
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 20px rgba(6, 17, 20, 0.48);
}

.hero__intro > p {
  max-width: 39rem;
  margin-bottom: 1.2rem;
  color: inherit;
  font-size: clamp(0.93rem, 0.87rem + 0.25vw, 1.12rem);
  line-height: 1.55;
}

.hero__intro .button-row {
  margin-bottom: 0;
}

.hero__intro a.button--ghost {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.hero__intro a.button--ghost:hover {
  background: rgba(255, 255, 255, 0.26);
}

.hero__promise {
  color: rgba(255, 255, 255, 0.77);
  font-size: 0.66rem;
  font-weight: 600;
}

.hero__promise span::before {
  background: var(--dfb-sky);
}

.hero__pipeline {
  position: relative;
  display: grid;
  width: min(100%, 34rem);
  grid-template-columns: 0.55rem minmax(0, 1fr) auto;
  align-items: center;
  align-self: end;
  justify-self: end;
  gap: 0.2rem 0.8rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.7rem;
  background: rgba(11, 31, 37, 0.67);
  box-shadow: 0 1.15rem 3.5rem rgba(7, 22, 27, 0.22);
  color: #fff;
  text-decoration: none;
  -webkit-backdrop-filter: blur(13px) saturate(0.9);
  backdrop-filter: blur(13px) saturate(0.9);
}

.hero__pipeline::before {
  width: 0.5rem;
  height: 0.5rem;
  grid-column: 1;
  grid-row: 1 / 3;
  border-radius: 50%;
  background: var(--dfb-sky);
  box-shadow: 0 0 0 0.32rem rgba(185, 208, 210, 0.15);
  content: "";
}

.hero__pipeline > span {
  grid-column: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.58rem;
  font-weight: 720;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero__pipeline strong {
  grid-column: 2;
  margin: 0;
  color: #fff;
  font-size: clamp(1rem, 1.35vw, 1.3rem);
  font-weight: 590;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.hero__pipeline small {
  display: flex;
  grid-column: 3;
  grid-row: 1 / 3;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.64rem;
  font-weight: 650;
  white-space: nowrap;
}

.hero__pipeline small i {
  display: grid;
  width: 1.85rem;
  height: 1.85rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  font-size: 0.7rem;
  font-style: normal;
  transition: transform 220ms ease, background 220ms ease;
}

.hero__pipeline:hover small i,
.hero__pipeline:focus-visible small i {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(0.2rem);
}

.hero__pipeline:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 0.25rem;
}

.hero__scroll {
  right: clamp(1.25rem, 3.8vw, 4.25rem);
  bottom: 1.2rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.58rem;
}

[data-depth] {
  transform: translate3d(var(--dfb-depth-x, 0), var(--dfb-depth-y, 0), 0);
  will-change: transform;
}

@keyframes dfb-scene-settle {
  from { scale: 1.055; }
  to { scale: 1.015; }
}

/* Synchronized offer carousel: editorial copy and aerial scene move together. */
.offer-slider {
  touch-action: pan-y pinch-zoom;
}

.offer-slider:focus-visible {
  outline: 2px solid var(--dfb-accent);
  outline-offset: -4px;
}

.offer-slider__media-set {
  position: absolute;
  z-index: -2;
  inset: 0;
  pointer-events: none;
}

.hero--home .offer-slider__media {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 950ms var(--dfb-ease-out),
    visibility 0s linear 950ms;
  will-change: opacity, transform;
}

.hero--home .offer-slider__media.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.hero--home .offer-slider__media img {
  animation: none;
  scale: 1.045;
}

.hero--home .offer-slider__media.is-active img {
  animation: dfb-scene-settle 9s var(--dfb-ease-out) both;
}

.offer-slider .hero__heading {
  grid-row: 1;
}

.offer-slider__intro {
  width: 100%;
  grid-column: 1;
  grid-row: 2;
}

.offer-slider .hero__pipeline {
  grid-column: 2;
  grid-row: 2;
}

.offer-slider__panels {
  display: grid;
  align-items: end;
}

.offer-slider__panel {
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 1.5rem, 0);
  transition:
    opacity 520ms ease,
    transform 760ms var(--dfb-ease-out),
    visibility 0s linear 760ms;
}

.offer-slider__panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  transition-delay: 150ms, 150ms, 0s;
}

.offer-slider__label {
  display: block;
  margin-bottom: 0.62rem;
  color: #d2e5e6;
  font-size: 0.63rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.offer-slider__panel h2 {
  max-width: 16ch;
  margin: 0 0 0.78rem;
  color: #fff;
  font-size: clamp(1.8rem, 3.1vw, 3.5rem);
  font-weight: 540;
  letter-spacing: -0.052em;
  line-height: 0.98;
  text-shadow: 0 2px 22px rgba(6, 17, 20, 0.55);
}

.offer-slider__panel > p {
  max-width: 40rem;
  margin-bottom: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.86rem, 0.81rem + 0.2vw, 1rem);
  line-height: 1.5;
}

.offer-slider__intro .hero__promise {
  margin-top: 0.85rem;
}

.offer-slider__controls {
  z-index: 5;
  display: none;
  grid-column: 1 / -1;
  grid-row: 3;
  align-items: center;
  align-self: end;
  gap: 0.35rem;
  padding-right: clamp(8rem, 13vw, 13rem);
}

.js .offer-slider__controls {
  display: flex;
}

.offer-slider__controls button {
  display: inline-grid;
  min-width: 2.7rem;
  min-height: 2.7rem;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(15, 36, 42, 0.38);
  color: #fff;
  font-size: 0.85rem;
  line-height: 1;
  cursor: pointer;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.offer-slider__controls button:hover:not(:disabled) {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(15, 36, 42, 0.62);
  transform: translateY(-1px);
}

.offer-slider__controls button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.offer-slider__controls button:disabled {
  opacity: 0.52;
  cursor: default;
}

.offer-slider__dots {
  display: flex;
  align-items: center;
  gap: 0.05rem;
}

.offer-slider__dots button {
  position: relative;
  min-width: 1.85rem;
  border-color: transparent;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.offer-slider__dots button:hover:not(:disabled) {
  border-color: transparent;
  background: transparent;
}

.offer-slider__dots button::before {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.54);
  content: "";
  transition: width 220ms ease, border-radius 220ms ease, background 220ms ease;
}

.offer-slider__dots button[aria-current="true"]::before {
  width: 1.4rem;
  border-radius: 999px;
  background: #fff;
}

/* Editorial content rhythm */
.section {
  padding-block: clamp(5.25rem, 9vw, 9.25rem);
}

.section--approach,
.section--services,
.section--applications,
.section--faq,
.section--contact-form,
.section--legal {
  background: var(--dfb-paper);
}

.section--makerspace,
.section--tint,
.section--precision {
  background: var(--dfb-paper-warm);
}

.section-heading {
  margin-bottom: clamp(2.5rem, 6vw, 5rem);
}

.section-heading h2,
.editorial-split h2 {
  font-size: clamp(2.65rem, 5.5vw, 6.2rem);
  letter-spacing: -0.063em;
  line-height: 0.94;
}

.section-heading--split {
  align-items: end;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.58fr);
}

.section-heading--split > p {
  font-size: clamp(0.94rem, 0.88rem + 0.22vw, 1.08rem);
}

.process > article {
  min-height: 12rem;
  padding: 1.55rem 1.15rem 1.2rem 0;
  border-top-color: rgba(22, 29, 32, 0.22);
}

.process > article > span {
  width: 2.25rem;
  height: 2.25rem;
  margin-top: -2.72rem;
  background: var(--dfb-paper);
  font-size: 0.62rem;
}

.process > article h3 {
  font-size: 1rem;
  font-weight: 620;
  letter-spacing: -0.025em;
}

.process > article p {
  max-width: 14rem;
  font-size: 0.78rem;
}

/* One dominant story, two editorial follow-ups. */
.service-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.72fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(2rem, 5vw, 5.5rem);
}

.service-card {
  min-height: 0;
  padding: clamp(1.7rem, 3vw, 2.5rem) 0;
  border: 0;
  border-top: 1px solid var(--dfb-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.service-card:hover {
  border-color: rgba(22, 29, 32, 0.38);
  box-shadow: none;
  transform: translateY(-3px);
}

.service-card::before {
  content: none;
}

.service-card--primary {
  grid-row: 1 / 3;
  min-height: 36rem;
  padding: clamp(2.2rem, 4vw, 4rem);
  border: 0;
  border-radius: var(--dfb-radius-lg);
  background:
    radial-gradient(circle at 77% 18%, rgba(185, 208, 210, 0.25), transparent 32%),
    linear-gradient(145deg, #10252b, #17343b 60%, #0e2126);
  box-shadow: 0 30px 80px rgba(15, 36, 42, 0.17);
}

.service-card--primary:hover {
  box-shadow: 0 34px 90px rgba(15, 36, 42, 0.22);
}

.service-card h3 {
  max-width: 13ch;
  font-size: clamp(1.8rem, 3.2vw, 3.7rem);
  line-height: 0.98;
}

.service-card:not(.service-card--primary) h3 {
  font-size: clamp(1.55rem, 2.2vw, 2.55rem);
}

.service-card p {
  max-width: 34rem;
  font-size: 0.88rem;
}

.service-card__graphic {
  width: 5.2rem;
  height: 5.2rem;
  margin-bottom: auto;
  border-radius: 50%;
}

.service-card--primary .service-card__graphic {
  width: clamp(7rem, 10vw, 10rem);
  height: clamp(7rem, 10vw, 10rem);
  margin-bottom: clamp(3rem, 8vw, 8rem);
}

.section--viewer {
  background:
    radial-gradient(circle at 86% 6%, rgba(185, 208, 210, 0.18), transparent 35rem),
    radial-gradient(circle at 12% 84%, rgba(167, 95, 74, 0.13), transparent 28rem),
    linear-gradient(145deg, #0e2228, #17353c 58%, #0c2026);
}

.pointcloud-viewer,
[data-pointcloud] {
  border-radius: 0.75rem;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.3);
}

.makerspace-card {
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  border-top: 1px solid var(--dfb-line);
  border-bottom: 1px solid var(--dfb-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.makerspace-card__mark {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.application-list a {
  padding-block: 1.55rem;
  transition: color 180ms ease, padding 220ms var(--dfb-ease-out);
}

.application-list a:hover {
  padding-inline: 0.75rem;
  background: transparent;
  color: var(--dfb-accent-dark);
}

.application-list strong {
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  font-weight: 560;
  letter-spacing: -0.025em;
}

.accordion summary {
  font-size: 0.94rem;
  font-weight: 610;
}

.accordion summary::after {
  border-radius: 50%;
}

.contact-teaser {
  border-radius: 0;
  background:
    radial-gradient(circle at 85% 8%, rgba(185, 208, 210, 0.19), transparent 22rem),
    var(--dfb-dark);
}

/* Subpages reuse the same large image-space and close-set typography. */
.page-hero {
  display: grid;
  min-height: min(78svh, 52rem);
  align-items: end;
  padding-block: calc(var(--dfb-header-height) + clamp(4rem, 10vw, 9rem)) clamp(4rem, 8vw, 7rem);
  background:
    linear-gradient(180deg, rgba(244, 237, 236, 0.9), rgba(244, 237, 236, 0.28) 55%, rgba(185, 208, 210, 0.32)),
    radial-gradient(circle at 82% 18%, rgba(167, 95, 74, 0.2), transparent 31rem),
    #d8dfdc;
  isolation: isolate;
}

.page-hero::after {
  border-color: rgba(22, 29, 32, 0.11);
}

.page-hero__inner {
  z-index: 3;
}

.page-hero h1 {
  max-width: 13ch;
  margin-bottom: 1.3rem;
  font-size: clamp(3.15rem, 7vw, 7.4rem);
  font-weight: 530;
  letter-spacing: -0.067em;
  line-height: 0.92;
}

.page-hero__inner > p {
  max-width: 43rem;
  font-size: clamp(0.98rem, 0.9rem + 0.3vw, 1.18rem);
  line-height: 1.55;
}

.page-hero__backdrop,
.page-hero__image {
  transition: transform 140ms linear;
}

.page-hero--media {
  background: #bfccca;
}

.page-hero--media .page-hero__image img {
  filter: saturate(0.82) contrast(0.94);
  scale: 1.035;
  animation: dfb-scene-settle 9s var(--dfb-ease-out) both;
}

.page-hero--media .page-hero__image span {
  background:
    linear-gradient(180deg, rgba(244, 237, 236, 0.88), rgba(244, 237, 236, 0.3) 48%, rgba(12, 28, 33, 0.68)),
    linear-gradient(90deg, rgba(244, 237, 236, 0.72), transparent 72%);
}

.page-hero--media h1,
.page-hero--media .eyebrow {
  color: #fff;
  text-shadow: 0 2px 24px rgba(7, 18, 22, 0.48);
}

.page-hero--media .page-hero__inner > p {
  color: rgba(255, 255, 255, 0.86);
  text-shadow: 0 2px 20px rgba(7, 18, 22, 0.42);
}

.page-hero--image-led {
  background: #627477;
}

.page-hero--image-led::after {
  content: none;
}

.page-hero--image-led .page-hero__image {
  z-index: -1;
  overflow: hidden;
}

.page-hero--image-led .page-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(0.82) contrast(0.96);
  scale: 1.035;
  animation: dfb-scene-settle 9s var(--dfb-ease-out) both;
}

.page-hero--image-led .page-hero__image span {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(244, 237, 236, 0.44), rgba(10, 24, 28, 0.12) 42%, rgba(8, 21, 25, 0.76)),
    linear-gradient(90deg, rgba(8, 21, 25, 0.76), rgba(8, 21, 25, 0.34) 58%, rgba(8, 21, 25, 0.08));
}

.page-hero--image-led h1,
.page-hero--image-led .eyebrow {
  color: #fff;
  text-shadow: 0 2px 24px rgba(7, 18, 22, 0.58);
}

.page-hero--image-led .page-hero__inner > p {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 20px rgba(7, 18, 22, 0.5);
}

.use-case-media {
  margin: 0;
  padding-block: clamp(0.5rem, 2vw, 1.5rem) clamp(3.5rem, 7vw, 6rem);
  overflow: hidden;
  border-top: 1px solid var(--dfb-line);
}

.use-case-media img {
  width: 100%;
  aspect-ratio: 16 / 8.2;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(0.84) contrast(0.96);
}

.use-case-media figcaption {
  padding-top: 0.72rem;
  color: var(--dfb-muted);
  font-size: 0.68rem;
  letter-spacing: 0.025em;
}

.editorial-split,
.solar-layout,
.precision-card,
.scope-card,
.audience-card {
  gap: clamp(2.5rem, 8vw, 8rem);
}

.feature-grid > article,
.media-card,
.timeline > div,
.project-placeholder article {
  border-radius: 0;
  box-shadow: none;
}

.feature-grid > article,
.timeline > div {
  border-top: 1px solid var(--dfb-line);
  background: transparent;
}

.media-card:not(.media-card--dark) {
  border-width: 1px 0;
  background: transparent;
}

.use-case {
  padding-block: clamp(3.5rem, 7vw, 6rem);
  border-top: 1px solid var(--dfb-line);
}

.use-case h2 {
  font-size: clamp(2.6rem, 5vw, 5.5rem);
  line-height: 0.94;
}

.contact-panel__form,
.contact-form {
  border-color: rgba(22, 29, 32, 0.15);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 24px 70px rgba(22, 29, 32, 0.09);
  -webkit-backdrop-filter: blur(18px) saturate(0.92);
  backdrop-filter: blur(18px) saturate(0.92);
}

.form-field input,
.form-field textarea,
.contact-form input:not([type="checkbox"]):not([type="radio"]),
.contact-form textarea,
.contact-form select {
  border-width: 0 0 1px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.25);
}

.legal-hero {
  padding-block: calc(var(--dfb-header-height) + 6rem) 5rem;
  background:
    radial-gradient(circle at 82% 20%, rgba(185, 208, 210, 0.52), transparent 31rem),
    var(--dfb-paper);
}

.legal-hero h1 {
  font-size: clamp(3.4rem, 8vw, 8rem);
  font-weight: 530;
  letter-spacing: -0.067em;
  line-height: 0.92;
}

.legal-notice {
  border-radius: 0;
}

.site-footer {
  background:
    radial-gradient(circle at 78% 12%, rgba(185, 208, 210, 0.13), transparent 28rem),
    #0d2025;
}

.site-footer__brand > p {
  font-family: var(--dfb-font-sans);
  font-weight: 520;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

/* Szeged timing, with useful directional variants. */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: opacity 780ms ease, transform 980ms var(--dfb-ease-out);
}

.js [data-reveal="left"] {
  transform: translate3d(0, 2.8rem, 0);
}

.js [data-reveal="right"] {
  transform: translate3d(0, 2.2rem, 0);
}

.js [data-reveal="scale"] {
  transform: scale(0.965);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.js [data-reveal][data-depth].is-visible {
  transform: translate3d(var(--dfb-depth-x, 0), var(--dfb-depth-y, 0), 0) scale(1);
}

@media (min-width: 56.01rem) and (max-height: 68rem) {
  .offer-slider.hero--home {
    height: 100svh;
    min-height: 40rem;
  }

  .offer-slider .hero__layout {
    min-height: 0;
    height: 100%;
    grid-template-rows: max-content minmax(min-content, 1fr) max-content;
    gap: 0.85rem clamp(2rem, 7vw, 8rem);
    padding-block: calc(var(--dfb-header-height) + 0.8rem) 1.1rem;
  }

  .offer-slider .hero__heading h1 {
    max-width: 14ch;
    font-size: clamp(3rem, min(5.6vw, 9svh), 6.2rem);
    line-height: 0.9;
  }

  .page-hero__sticky-stage {
    padding-block: calc(var(--dfb-header-height) + clamp(1.5rem, 4svh, 3rem)) clamp(2rem, 5svh, 4rem);
  }

  .page-hero h1 {
    margin-bottom: 0.9rem;
    font-size: clamp(3rem, min(6vw, 9svh), 6rem);
  }

  .offer-slider__panel h2 {
    margin-bottom: 0.5rem;
    font-size: clamp(1.55rem, 2.35vw, 2.65rem);
  }

  .offer-slider__panel > p {
    margin-bottom: 0.65rem;
    font-size: 0.78rem;
    line-height: 1.4;
  }

  .offer-slider__label {
    margin-bottom: 0.38rem;
    font-size: 0.56rem;
  }

  .offer-slider__intro .button {
    min-height: 2.55rem;
    padding: 0.56rem 0.95rem;
    font-size: 0.72rem;
  }

  .offer-slider__intro .hero__promise {
    margin-top: 0.4rem;
    font-size: 0.58rem;
  }

  .offer-slider .hero__pipeline {
    padding-block: 0.78rem;
  }

  .offer-slider .hero__pipeline > span {
    margin-bottom: 0.32rem;
    font-size: 0.54rem;
  }

  .offer-slider .hero__pipeline strong {
    margin-bottom: 0.2rem;
    font-size: 1.15rem;
  }

  .offer-slider .hero__pipeline p {
    font-size: 0.7rem;
    line-height: 1.42;
  }

  .offer-slider__controls button {
    min-width: 2.35rem;
    min-height: 2.35rem;
  }

  .offer-slider .hero__scroll {
    display: none;
  }
}

@media (max-width: 68rem) {
  .hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.7fr);
    gap: 2rem 3rem;
  }

  .service-grid {
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.72fr);
  }
}

@media (max-width: 56rem) {
  :root {
    --dfb-header-height: 4.25rem;
  }

  .shell,
  .site-header__inner,
  .site-footer__main,
  .site-footer__bottom {
    width: min(calc(100% - 2rem), 98rem);
  }

  .site-header:not(.is-scrolled) .menu-toggle {
    background: rgba(244, 237, 236, 0.28);
  }

  .site-header__inner {
    position: relative;
  }

  .brand,
  .menu-toggle {
    position: relative;
    z-index: 1002;
  }

  .site-nav {
    z-index: 1001;
    top: 0;
    height: 100dvh;
    padding-top: calc(var(--dfb-header-height) + 2rem);
    background:
      radial-gradient(circle at 82% 16%, rgba(185, 208, 210, 0.34), transparent 22rem),
      rgba(244, 237, 236, 0.96);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .site-nav a,
  .site-nav a.site-nav__cta {
    font-size: clamp(1.7rem, 6vw, 2.65rem);
    font-weight: 530;
    letter-spacing: -0.045em;
  }

  .js [data-reveal="left"],
  .js [data-reveal="right"] {
    transform: translate3d(0, 2.5rem, 0);
  }

  .hero--home,
  .hero__layout {
    min-height: 52rem;
  }

  .offer-slider.hero--home,
  .offer-slider .hero__layout {
    min-height: 58rem;
  }

  .hero__layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(2rem, 1fr) auto auto;
    gap: 1.2rem;
    padding-top: calc(var(--dfb-header-height) + 1.4rem);
    transform: none;
  }

  .hero__heading {
    grid-column: auto;
  }

  .hero__heading h1,
  .hero--home h1 {
    font-size: clamp(3.1rem, 10.6vw, 5rem);
    line-height: 0.93;
  }

  .hero__intro {
    max-width: 36rem;
  }

  .offer-slider__intro {
    grid-column: 1;
    grid-row: 2;
  }

  .hero__pipeline {
    max-width: 36rem;
    justify-self: start;
    background: rgba(11, 31, 37, 0.72);
  }

  .offer-slider .hero__pipeline {
    grid-column: 1;
    grid-row: 3;
  }

  .offer-slider__controls {
    grid-column: 1;
    grid-row: 4;
    padding-right: 0;
  }

  .offer-slider__panel h2 {
    font-size: clamp(1.65rem, 5.8vw, 2.65rem);
  }

  .service-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0;
  }

  .service-card--primary {
    grid-row: auto;
    min-height: 31rem;
    margin-bottom: 1.5rem;
  }

  .section-heading--split {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: min(74svh, 46rem);
  }

  .page-hero--image-led .page-hero__image img {
    object-position: 58% center;
  }
}

@media (max-width: 40rem) {
  body::before {
    opacity: 0.032;
  }

  .shell,
  .site-header__inner,
  .site-footer__main,
  .site-footer__bottom,
  .hero__layout {
    width: min(calc(100% - 1.5rem), 98rem);
  }

  .brand__mark {
    width: 2.2rem;
  }

  .brand__wordmark {
    font-size: 0.62rem;
  }

  .hero--home,
  .hero__layout {
    min-height: 54rem;
  }

  .offer-slider.hero--home,
  .offer-slider .hero__layout {
    min-height: 58rem;
  }

  .hero--home .hero__media img {
    object-position: 57% center;
  }

  .hero--home .hero__media::after {
    background:
      linear-gradient(180deg, rgba(244, 237, 236, 0.9) 0%, rgba(244, 237, 236, 0.58) 31%, rgba(244, 237, 236, 0.05) 58%, rgba(10, 24, 28, 0.86) 100%),
      radial-gradient(circle at 76% 28%, rgba(255, 255, 255, 0.2), transparent 42%);
  }

  .hero__heading .eyebrow {
    display: none;
  }

  .hero__heading h1,
  .hero--home h1 {
    max-width: 11ch;
    font-size: clamp(2.85rem, 13.2vw, 4.4rem);
  }

  .offer-slider .hero__heading h1 {
    max-width: 11.5ch;
    font-size: clamp(2.65rem, 12.3vw, 4rem);
  }

  .hero__intro > p {
    font-size: 0.83rem;
  }

  .hero__intro .button-row {
    gap: 0.55rem;
  }

  .hero__intro .button {
    min-height: 2.7rem;
    padding: 0.65rem 0.9rem;
    font-size: 0.72rem;
  }

  .offer-slider__panel h2 {
    max-width: 17ch;
    font-size: clamp(1.48rem, 7vw, 2.15rem);
  }

  .offer-slider__panel > p {
    margin-bottom: 0.85rem;
    font-size: 0.78rem;
    line-height: 1.43;
  }

  .offer-slider__label {
    margin-bottom: 0.45rem;
    font-size: 0.55rem;
  }

  .offer-slider__controls button {
    min-width: 2.5rem;
    min-height: 2.5rem;
  }

  .offer-slider__dots button {
    min-width: 1.55rem;
  }

  .hero__promise {
    display: flex;
    gap: 0.25rem 0.8rem;
    margin-top: 0.5rem;
    font-size: 0.55rem;
    line-height: 1.35;
  }

  .hero__pipeline {
    padding-block: 0.9rem;
  }

  .hero__pipeline > span {
    display: block;
    font-size: 0.52rem;
  }

  .hero__pipeline strong {
    margin: 0;
    font-size: 1rem;
  }

  .hero__pipeline small {
    gap: 0;
    font-size: 0;
  }

  .section {
    padding-block: clamp(4.2rem, 17vw, 6.5rem);
  }

  .section-heading h2,
  .editorial-split h2 {
    font-size: clamp(2.5rem, 12.4vw, 4.25rem);
  }

  .service-card--primary {
    min-height: 29rem;
    padding: 1.6rem;
  }

  .service-card--primary .service-card__graphic {
    margin-bottom: 4rem;
  }

  .process {
    padding-left: 2.2rem;
  }

  .process > article {
    min-height: 0;
    padding: 0 0 2.5rem 1.45rem;
    border-top: 0;
  }

  .process > article > span {
    position: absolute;
    top: 0;
    left: -2.8rem;
    margin: 0;
  }

  .page-hero {
    min-height: 39rem;
  }

  .page-hero h1 {
    font-size: clamp(3rem, 13vw, 4.7rem);
  }

  .use-case-media img {
    aspect-ratio: 4 / 3;
  }

  .contact-panel__form,
  .contact-form {
    padding: 1.25rem;
  }

  .makerspace-card,
  .contact-teaser {
    padding-inline: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-group(root) {
    animation-duration: 1ms;
  }

  .hero--home .hero__media img,
  .page-hero--media .page-hero__image img,
  .page-hero--image-led .page-hero__image img {
    animation: none;
    scale: 1.015;
  }

  .offer-slider__media,
  .offer-slider__panel,
  .offer-slider__dots button::before {
    transition: none;
  }

  .hero__layout,
  [data-depth] {
    transform: none !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Interaction gate: the page keeps scrolling until the 3D view is deliberately activated. */
.pointcloud-viewer,
[data-pointcloud] {
  touch-action: pan-y pinch-zoom;
}

.pointcloud-viewer canvas,
[data-pointcloud] canvas {
  position: relative;
  z-index: 1;
  pointer-events: none;
  touch-action: auto;
}

.pointcloud-viewer[data-viewer-active="true"],
[data-pointcloud][data-viewer-active="true"] {
  touch-action: none;
}

.pointcloud-viewer[data-viewer-active="true"] canvas,
[data-pointcloud][data-viewer-active="true"] canvas {
  pointer-events: auto;
  touch-action: none;
}

.pointcloud-viewer__activation {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 3rem);
  background:
    radial-gradient(circle at 72% 28%, rgba(185, 208, 210, 0.16), transparent 38%),
    linear-gradient(120deg, rgba(7, 22, 27, 0.3), rgba(7, 22, 27, 0.72));
}

.pointcloud-viewer__activation[hidden],
.pointcloud-viewer__deactivate[hidden] {
  display: none !important;
}

.pointcloud-viewer__activation-card {
  width: min(100%, 32rem);
  padding: clamp(1.4rem, 3.5vw, 2.6rem);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 0.7rem;
  background: rgba(244, 237, 236, 0.84);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.24);
  color: var(--dfb-ink);
  -webkit-backdrop-filter: blur(18px) saturate(0.92);
  backdrop-filter: blur(18px) saturate(0.92);
}

.pointcloud-viewer__activation-card .eyebrow {
  margin-bottom: 0.8rem;
  color: var(--dfb-accent-dark);
}

.pointcloud-viewer__activation-card strong {
  display: block;
  margin-bottom: 0.7rem;
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  font-weight: 560;
  letter-spacing: -0.045em;
  line-height: 1;
}

.pointcloud-viewer__activation-card p {
  max-width: 29rem;
  margin: 0 0 1.25rem;
  color: var(--dfb-muted);
  font-size: 0.88rem;
}

.pointcloud-viewer__activation-card .button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.pointcloud-viewer__deactivate {
  position: absolute;
  z-index: 6;
  top: 1rem;
  right: 1rem;
  min-height: 2.35rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(7, 22, 27, 0.76);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 680;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.pointcloud-viewer__deactivate span {
  margin-left: 0.4rem;
  color: var(--dfb-sky);
}

.pointcloud-viewer[data-viewer-active="true"] [data-viewer-status] {
  top: auto;
  right: 1rem;
  bottom: 1rem;
  left: auto;
}

/* A gentle image-only scroll offset; overlays and slider transitions stay stationary. */
.hero--home .hero__media img,
.page-hero--image-led .page-hero__image img {
  transform: translate3d(0, var(--dfb-image-flight-y, 0px), 0);
}

.hero--home .hero__media img {
  filter:
    blur(var(--dfb-image-flight-blur, 0px))
    brightness(var(--dfb-image-flight-brightness, 1))
    saturate(0.83)
    contrast(0.95);
}

.page-hero--image-led .page-hero__image img {
  filter:
    blur(var(--dfb-image-flight-blur, 0px))
    brightness(var(--dfb-image-flight-brightness, 1))
    saturate(0.82)
    contrast(0.96);
}

.hero--home .offer-slider__media.is-active img,
.page-hero--image-led .page-hero__image img {
  will-change: transform, filter;
}

.page-hero--image-led .page-hero__image img {
  position: absolute;
  top: -2.25rem;
  left: 0;
  height: calc(100% + 4.5rem);
}

.hero--home .hero__media::after {
  background: transparent;
}

.hero--home .hero__veil,
.page-hero--image-led .page-hero__image span {
  background: transparent;
}

.page-hero--image-led .page-hero__inner::before {
  content: none;
}

.page-hero--image-led .page-hero__inner > * {
  position: relative;
}

.page-hero--image-led h1,
.page-hero--image-led .eyebrow,
.page-hero--image-led .page-hero__inner > p {
  text-shadow: 0 2px 16px rgba(7, 18, 22, 0.78), 0 1px 2px rgba(7, 18, 22, 0.72);
}

.page-hero--image-led .text-link {
  color: #fff;
  text-shadow: 0 2px 12px rgba(7, 18, 22, 0.72);
}

.page-hero--image-led .text-link::after {
  background: currentColor;
}

.page-hero--image-led .contact-facts span {
  color: rgba(255, 255, 255, 0.76);
}

.page-hero--image-led .contact-facts strong {
  color: #fff;
}

.page-hero--image-led .contact-facts span {
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0.5rem;
  background: rgba(7, 22, 27, 0.3);
  box-shadow: 0 14px 36px rgba(7, 18, 22, 0.12);
  -webkit-backdrop-filter: blur(10px) saturate(0.9);
  backdrop-filter: blur(10px) saturate(0.9);
}

.hero--home .offer-slider__intro {
  padding: clamp(1rem, 2.4vw, 1.6rem);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0.55rem;
  background: rgba(7, 22, 27, 0.28);
  box-shadow: 0 20px 56px rgba(7, 18, 22, 0.15);
  -webkit-backdrop-filter: blur(10px) saturate(0.9);
  backdrop-filter: blur(10px) saturate(0.9);
}

.hero--home .hero__heading h1 {
  text-shadow: 0 2px 18px rgba(255, 255, 255, 0.82), 0 1px 2px rgba(255, 255, 255, 0.94);
}

/* Oversized editorial labels and glass layers interrupt the repeated section rhythm. */
.section--editorial-scene {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.section--editorial-scene::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -0.04em;
  transform: translateY(-53%);
  color: rgba(22, 29, 32, 0.035);
  content: attr(data-scene-label);
  font-size: clamp(10rem, 26vw, 29rem);
  font-weight: 760;
  letter-spacing: -0.1em;
  line-height: 0.7;
  pointer-events: none;
  white-space: nowrap;
}

.section--editorial-scene .editorial-split {
  position: relative;
  grid-template-columns: minmax(18rem, 0.82fr) minmax(22rem, 1fr);
  align-items: center;
}

.section--editorial-scene .section-heading {
  position: relative;
  z-index: 2;
  padding-block: clamp(2rem, 5vw, 5rem);
}

.section--editorial-scene .prose {
  position: relative;
  z-index: 2;
  margin-left: clamp(-7rem, -6vw, -3rem);
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 0.7rem;
  background: rgba(244, 237, 236, 0.72);
  box-shadow: 0 24px 70px rgba(22, 29, 32, 0.1);
  -webkit-backdrop-filter: blur(18px) saturate(0.92);
  backdrop-filter: blur(18px) saturate(0.92);
}

/* 3D results become a weighted bento composition. */
.feature-grid--bento {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(13rem, auto));
  gap: 1rem;
}

.feature-grid--bento > article {
  display: flex;
  min-height: 13rem;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.4rem, 3vw, 2.5rem);
  border: 1px solid rgba(22, 29, 32, 0.11);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.38);
}

.feature-grid--bento > article:first-child {
  grid-column: 1 / 7;
  grid-row: 1 / 3;
  min-height: 28rem;
  background:
    radial-gradient(circle at 78% 22%, rgba(185, 208, 210, 0.26), transparent 45%),
    linear-gradient(145deg, var(--dfb-dark), var(--dfb-dark-soft));
  color: #fff;
}

.feature-grid--bento > article:nth-child(2) {
  grid-column: 7 / 13;
}

.feature-grid--bento > article:nth-child(3) {
  grid-column: 7 / 10;
}

.feature-grid--bento > article:nth-child(4) {
  grid-column: 10 / 13;
}

.feature-grid--bento > article:first-child > span {
  margin-bottom: auto;
  color: var(--dfb-sky);
}

.feature-grid--bento > article:first-child h3 {
  max-width: 10ch;
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 5.4rem);
  line-height: 0.93;
}

.feature-grid--bento > article:first-child p {
  max-width: 30rem;
  color: rgba(255, 255, 255, 0.7);
}

/* Full-bleed precision and film stages. */
.image-stage,
.section--timeline-stage {
  position: relative;
  min-height: clamp(42rem, 74svh, 55rem);
  overflow: hidden;
  isolation: isolate;
}

.image-stage__media,
.timeline-stage__media {
  position: absolute;
  z-index: -1;
  inset: 0;
}

.image-stage__media img,
.timeline-stage__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(0.96);
  scale: 1.04;
}

.image-stage__media span,
.timeline-stage__media span {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(8, 21, 25, 0.58), rgba(8, 21, 25, 0.08) 58%),
    linear-gradient(180deg, rgba(8, 21, 25, 0.06), rgba(8, 21, 25, 0.66));
}

.precision-card--glass {
  position: relative;
  margin-right: 0;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(244, 237, 236, 0.81);
  box-shadow: 0 35px 100px rgba(7, 18, 22, 0.28);
  -webkit-backdrop-filter: blur(20px) saturate(0.9);
  backdrop-filter: blur(20px) saturate(0.9);
}

/* Solar: real imagery and the analysis layers overlap instead of sitting side by side. */
.solar-layout--editorial {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0;
}

.solar-layout--editorial .solar-visual {
  grid-column: 1 / 9;
  grid-row: 1;
}

.solar-layout--editorial > div:last-child {
  z-index: 2;
  grid-column: 7 / 13;
  grid-row: 1;
  align-self: center;
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 0.7rem;
  background: rgba(244, 237, 236, 0.82);
  box-shadow: 0 30px 85px rgba(22, 29, 32, 0.17);
  -webkit-backdrop-filter: blur(20px) saturate(0.9);
  backdrop-filter: blur(20px) saturate(0.9);
}

.solar-visual--image {
  min-height: clamp(35rem, 62vw, 49rem);
  margin: 0;
  border-radius: 0.7rem;
  background: var(--dfb-dark);
  box-shadow: 0 34px 90px rgba(22, 29, 32, 0.19);
}

.solar-visual--image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  filter: saturate(0.82) contrast(0.96);
  inset: 0;
}

.solar-visual__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 21, 25, 0.04), rgba(8, 21, 25, 0.7));
}

.solar-visual__metric {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  display: grid;
  grid-template-columns: auto 1fr auto auto 1fr auto auto 1fr;
  align-items: center;
  gap: 0.65rem;
  color: #fff;
  font-size: 0.68rem;
}

.solar-visual__metric span {
  color: var(--dfb-sky);
  font-size: 0.58rem;
  font-weight: 760;
}

.solar-visual__metric strong {
  font-weight: 620;
}

.solar-visual__metric i {
  width: 2rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.solar-visual--image figcaption {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.45rem 0.65rem;
  border-radius: 999px;
  background: rgba(7, 22, 27, 0.56);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.6rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* A zig-zag route replaces another flat five-column process strip. */
.process--route {
  position: relative;
  display: grid;
  max-width: 74rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem clamp(4rem, 10vw, 10rem);
  margin-inline: auto;
}

.process--route::before {
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 50%;
  width: 1px;
  background: linear-gradient(var(--dfb-accent), rgba(22, 29, 32, 0.12));
  content: "";
}

.process--route > article {
  min-height: 11rem;
  padding: 1.6rem;
  border: 1px solid rgba(22, 29, 32, 0.12);
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.3);
}

.process--route > article:nth-child(even) {
  grid-column: 2;
  transform: translateY(4.5rem);
}

.process--route > article:nth-child(odd) {
  grid-column: 1;
}

.process--route > article::after {
  top: 50%;
  right: clamp(-5.32rem, -5vw, -2.32rem);
}

.process--route > article:nth-child(even)::after {
  right: auto;
  left: clamp(-5.32rem, -5vw, -2.32rem);
}

.process--route > article > span {
  margin-top: -3rem;
}

/* Foto and video becomes a staggered editorial contact sheet. */
.media-grid--editorial {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: clamp(1rem, 2.2vw, 2rem);
}

.media-grid--editorial .media-card {
  --dfb-card-pad: clamp(1.35rem, 3vw, 2.5rem);
  overflow: hidden;
  padding: var(--dfb-card-pad);
  border: 1px solid rgba(22, 29, 32, 0.12);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 24px 65px rgba(22, 29, 32, 0.08);
}

.media-grid--editorial .media-card--dark {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 82% 8%, rgba(185, 208, 210, 0.16), transparent 24rem),
    var(--dfb-dark);
  box-shadow: 0 28px 75px rgba(7, 18, 22, 0.2);
}

.media-grid--editorial .media-card:first-child {
  grid-column: 1 / 8;
}

.media-grid--editorial .media-card:nth-child(2) {
  grid-column: 8 / 13;
  margin-top: 8rem;
}

.media-grid--editorial .media-card:nth-child(3) {
  grid-column: 3 / 11;
  margin-top: 1rem;
}

.media-card__media {
  position: relative;
  overflow: hidden;
  margin: calc(var(--dfb-card-pad) * -1) calc(var(--dfb-card-pad) * -1) 1.8rem;
}

.media-card__media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.82) contrast(0.96);
  transition: scale 800ms var(--dfb-ease-out);
}

.media-card:hover .media-card__media img {
  scale: 1.025;
}

.media-card__media figcaption {
  position: absolute;
  right: 0.75rem;
  bottom: 0.65rem;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: rgba(7, 22, 27, 0.6);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.56rem;
}

.section--timeline-stage {
  display: grid;
  align-items: center;
  color: #fff;
}

.timeline-stage__inner {
  position: relative;
  z-index: 2;
}

.section--timeline-stage .section-heading h2,
.section--timeline-stage .section-heading .eyebrow {
  color: #fff;
  text-shadow: 0 2px 20px rgba(7, 18, 22, 0.46);
}

.section--timeline-stage .section-heading > p,
.section--timeline-stage .section-heading--split > p {
  color: rgba(255, 255, 255, 0.74);
}

.timeline--glass {
  gap: 0.75rem;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.timeline--glass > div {
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 0.6rem;
  background: rgba(244, 237, 236, 0.78);
  box-shadow: 0 22px 60px rgba(7, 18, 22, 0.18);
  -webkit-backdrop-filter: blur(16px) saturate(0.9);
  backdrop-filter: blur(16px) saturate(0.9);
}

.timeline--glass > div:nth-child(2) {
  transform: translateY(2.2rem);
}

/* Applications: alternating imagery and overlapping cards replace five text rows. */
.use-cases {
  gap: clamp(8rem, 14vw, 15rem);
}

.use-case--visual {
  position: relative;
  display: grid;
  min-height: 38rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  padding: 0;
  border: 0;
}

.use-case--visual:last-child {
  border: 0;
}

.use-case--visual .use-case__number {
  position: absolute;
  z-index: -1;
  top: -0.55em;
  left: -0.06em;
  color: rgba(22, 29, 32, 0.06);
  font-size: clamp(7rem, 15vw, 15rem);
  font-weight: 760;
  letter-spacing: -0.1em;
  line-height: 1;
}

.use-case__media {
  position: relative;
  z-index: 1;
  grid-column: 1 / 9;
  grid-row: 1;
  min-height: 38rem;
  margin: 0;
  overflow: hidden;
  border-radius: 0.65rem;
  box-shadow: 0 30px 85px rgba(22, 29, 32, 0.16);
}

.use-case__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(0.96);
  transition: scale 1000ms var(--dfb-ease-out);
  inset: 0;
}

.use-case--visual:hover .use-case__media img {
  scale: 1.025;
}

.use-case__media--detail img {
  object-position: 74% center;
  scale: 1.16;
}

.use-case__media figcaption {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 1rem;
  padding: 0.42rem 0.62rem;
  border-radius: 999px;
  background: rgba(7, 22, 27, 0.62);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.58rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.use-case__card {
  z-index: 2;
  grid-column: 7 / 13;
  grid-row: 1;
  align-self: center;
  padding: clamp(2rem, 4.5vw, 4rem);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 0.7rem;
  background: rgba(244, 237, 236, 0.84);
  box-shadow: 0 32px 90px rgba(22, 29, 32, 0.17);
  -webkit-backdrop-filter: blur(20px) saturate(0.9);
  backdrop-filter: blur(20px) saturate(0.9);
}

.use-case__card h2 {
  font-size: clamp(2.5rem, 4.5vw, 4.8rem);
}

.use-case__card ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1.25rem;
  margin-top: 1.8rem;
}

.use-case--visual:nth-child(even) .use-case__media {
  grid-column: 5 / 13;
}

.use-case--visual:nth-child(even) .use-case__card {
  grid-column: 1 / 7;
}

.use-case--visual:nth-child(even) .use-case__number {
  right: -0.02em;
  left: auto;
}

.section--contact-overlap {
  position: relative;
  z-index: 4;
  margin-top: -4rem;
  padding-top: 0;
  background: transparent;
}

.section--contact-overlap .contact-panel {
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 0.75rem;
  background: rgba(244, 237, 236, 0.87);
  box-shadow: 0 34px 90px rgba(22, 29, 32, 0.15);
  -webkit-backdrop-filter: blur(20px) saturate(0.9);
  backdrop-filter: blur(20px) saturate(0.9);
}

/* Scroll flight: independently layered copy, images and compact windows drift through space. */
.dfb-flight-layer {
  transform-origin: center;
  translate: var(--dfb-flight-x, 0px) var(--dfb-flight-y, 0px);
  rotate: var(--dfb-flight-rotate, 0deg);
  scale: var(--dfb-flight-scale, 1);
}

@media (max-width: 80rem) {
  .feature-grid--bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .feature-grid--bento > article,
  .feature-grid--bento > article:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .feature-grid--bento > article:first-child {
    grid-column: 1 / -1;
  }

  .feature-grid--bento > article:nth-child(4) {
    grid-column: 1 / -1;
  }

  .use-cases {
    gap: 7rem;
  }

  .use-case--visual,
  .use-case--visual:nth-child(even) {
    display: grid;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .use-case--visual .use-case__media,
  .use-case--visual:nth-child(even) .use-case__media {
    grid-column: 1;
    grid-row: 1;
    min-height: 34rem;
  }

  .use-case--visual .use-case__card,
  .use-case--visual:nth-child(even) .use-case__card {
    grid-column: 1;
    grid-row: 2;
    width: calc(100% - 12%);
    margin: -5rem 0 0 12%;
  }
}

@media (max-width: 56rem) {
  .section--editorial-scene .editorial-split {
    grid-template-columns: 1fr;
  }

  .section--editorial-scene .section-heading {
    max-width: 46rem;
  }

  .section--editorial-scene .prose {
    max-width: 44rem;
    margin: -2rem 0 0 auto;
  }

  .solar-layout--editorial {
    grid-template-columns: 1fr;
  }

  .solar-layout--editorial .solar-visual,
  .solar-layout--editorial > div:last-child {
    grid-column: 1;
  }

  .solar-layout--editorial .solar-visual {
    grid-row: 1;
  }

  .solar-layout--editorial > div:last-child {
    grid-row: 2;
    width: calc(100% - 8%);
    margin: -5rem 0 0 8%;
  }

  .media-grid--editorial {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-grid--editorial .media-card:nth-child(n) {
    grid-column: auto;
    margin-top: 0;
  }

  .media-grid--editorial .media-card:nth-child(3) {
    grid-column: 1 / -1;
    width: 78%;
    margin-left: auto;
  }

  .faq-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .faq-layout > * {
    min-width: 0;
  }

  .faq-layout .section-heading {
    grid-template-columns: minmax(0, 1fr);
  }

  .faq-layout .section-heading > *,
  .faq-layout summary {
    min-width: 0;
    hyphens: auto;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 40rem) {
  .pointcloud-viewer__activation {
    align-items: end;
    padding: 0.75rem;
  }

  .pointcloud-viewer__activation-card {
    padding: 1.2rem;
  }

  .pointcloud-viewer__activation-card strong {
    font-size: 1.65rem;
  }

  .pointcloud-viewer__activation-card p {
    font-size: 0.75rem;
  }

  .pointcloud-viewer__deactivate {
    top: 0.75rem;
    right: 0.75rem;
  }

  .page-hero--image-led .page-hero__inner::before {
    bottom: -1.25rem;
    left: -0.75rem;
    width: calc(100% + 1.5rem);
    height: calc(100% + 2.5rem);
  }

  .section--editorial-scene::before {
    top: 22%;
    font-size: 42vw;
  }

  .section--editorial-scene .prose {
    margin-top: -1rem;
    padding: 1.4rem;
  }

  .section--editorial-scene .section-heading h2 {
    font-size: clamp(2.25rem, 10vw, 3.35rem);
    hyphens: auto;
    overflow-wrap: break-word;
  }

  .feature-grid--bento,
  .media-grid--editorial {
    grid-template-columns: 1fr;
  }

  .feature-grid--bento > article:first-child {
    min-height: 23rem;
  }

  .feature-grid--bento > article:nth-child(n),
  .media-grid--editorial .media-card:nth-child(n) {
    grid-column: 1;
    width: auto;
    margin: 0;
  }

  .image-stage,
  .section--timeline-stage {
    min-height: 0;
  }

  .precision-card--glass {
    padding: 1.4rem;
  }

  .solar-visual--image {
    min-height: 28rem;
  }

  .solar-visual__metric {
    grid-template-columns: auto 1fr;
  }

  .solar-visual__metric i {
    display: none;
  }

  .solar-layout--editorial > div:last-child {
    width: calc(100% - 1.5rem);
    margin: -2rem 0 0 1.5rem;
    padding: 1.4rem;
  }

  .process--route {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-left: 0;
  }

  .process--route::before {
    content: none;
  }

  .process--route > article,
  .process--route > article:nth-child(even),
  .process--route > article:nth-child(odd) {
    grid-column: 1;
    min-height: 0;
    padding: 1.35rem;
    transform: none;
  }

  .process--route > article::after {
    content: none;
  }

  .process--route > article > span {
    position: static;
    margin: 0 0 1rem;
  }

  .timeline--glass > div:nth-child(2) {
    transform: none;
  }

  .use-cases {
    gap: 5rem;
  }

  .use-case--visual .use-case__media,
  .use-case--visual:nth-child(even) .use-case__media {
    min-height: 24rem;
  }

  .use-case--visual .use-case__card,
  .use-case--visual:nth-child(even) .use-case__card {
    width: calc(100% - 1rem);
    margin: -1.5rem 0 0 1rem;
    padding: 1.35rem;
  }

  .use-case__card h2 {
    font-size: clamp(2.35rem, 11vw, 3.6rem);
  }

  .use-case__card ul {
    grid-template-columns: 1fr;
  }

  .section--contact-overlap {
    margin-top: -1.5rem;
  }

  .section--contact-overlap .contact-panel {
    padding: 0.8rem;
  }
}

/* The homepage promise is one continuous service path, not an isolated label. */
.section--approach {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 16%, rgba(185, 208, 210, 0.2), transparent 30rem),
    var(--dfb-paper);
}

.section--approach::before {
  position: absolute;
  top: 1.2rem;
  right: -0.04em;
  color: rgba(22, 29, 32, 0.035);
  content: "01—06";
  font-family: var(--dfb-font-display);
  font-size: clamp(7rem, 20vw, 21rem);
  font-weight: 520;
  letter-spacing: -0.09em;
  line-height: 0.8;
  pointer-events: none;
}

.section--approach > .shell {
  position: relative;
  z-index: 1;
}

.process--pipeline {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: clamp(4rem, 7vw, 7rem);
}

.process--pipeline > article {
  min-width: 0;
}

.process--pipeline > article h3 {
  overflow-wrap: anywhere;
}

.pipeline-assurance {
  display: grid;
  grid-template-columns: minmax(13rem, 0.55fr) minmax(18rem, 1fr) auto;
  align-items: center;
  gap: 1.25rem 2.5rem;
  margin-top: clamp(1.5rem, 3vw, 3rem);
  padding: 1.35rem 0;
  border-top: 1px solid rgba(22, 29, 32, 0.2);
  border-bottom: 1px solid rgba(22, 29, 32, 0.13);
}

.pipeline-assurance > span {
  color: var(--dfb-ink);
  font-family: var(--dfb-font-display);
  font-size: clamp(1.25rem, 1.8vw, 1.75rem);
  font-weight: 560;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.pipeline-assurance p {
  margin: 0;
  color: var(--dfb-muted);
  font-size: 0.85rem;
}

.pipeline-assurance .text-link {
  justify-self: end;
  white-space: nowrap;
}

@media (max-width: 68rem) {
  .process--pipeline > article {
    padding-right: 0.85rem;
  }

  .process--pipeline > article h3 {
    font-size: 0.9rem;
  }

  .process--pipeline > article p {
    font-size: 0.72rem;
  }

  .pipeline-assurance {
    grid-template-columns: minmax(12rem, 0.6fr) minmax(0, 1fr);
  }

  .pipeline-assurance .text-link {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 56rem) {
  .process--pipeline {
    grid-template-columns: 1fr;
    margin-top: 3.75rem;
  }

  .process--pipeline > article,
  .process--pipeline > article:last-child {
    padding-bottom: 2.35rem;
  }

  .process--pipeline > article h3 {
    font-size: 1.08rem;
  }

  .process--pipeline > article p {
    max-width: 28rem;
    font-size: 0.8rem;
  }

  .pipeline-assurance {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    margin-top: 0;
  }

  .pipeline-assurance .text-link {
    grid-column: 1;
  }
}

@media (max-width: 40rem) {
  .hero__pipeline {
    grid-template-columns: 0.5rem minmax(0, 1fr) auto;
    padding: 0.8rem 0.9rem;
  }

  .hero__pipeline strong {
    font-size: 0.93rem;
  }

  .hero__pipeline small i {
    width: 1.75rem;
    height: 1.75rem;
  }

  .section--approach::before {
    top: 2.5rem;
    font-size: 31vw;
  }
}

/* True scroll flight scenes: the landscape stays pinned while copy crosses it. */
.hero__sticky-stage,
.page-hero__sticky-stage {
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
}

.hero__sticky-stage {
  min-height: inherit;
}

.page-hero--image-led {
  padding-block: 0;
}

.page-hero__sticky-stage {
  display: grid;
  min-height: min(78svh, 52rem);
  align-items: end;
  padding-block: calc(var(--dfb-header-height) + clamp(4rem, 10vw, 9rem)) clamp(4rem, 8vw, 7rem);
}

.hero--home .offer-slider__media img,
.page-hero--image-led .page-hero__image img {
  animation: none !important;
  scale: var(--dfb-image-flight-scale, 1.055);
}

.dfb-scroll-flight-layer {
  transform-origin: center;
  will-change: translate, scale, opacity;
}

body.has-site-flight-backdrop {
  background: transparent;
  isolation: isolate;
}

/* One image plane from the first hero pixel to the footer. The local hero
   media remains in the DOM only so the slider can keep its existing state. */
.has-site-flight-backdrop .hero--home,
.has-site-flight-backdrop .page-hero--image-led {
  background: transparent;
}

.has-site-flight-backdrop .hero--home .offer-slider__media-set,
.has-site-flight-backdrop .page-hero--image-led .page-hero__image {
  display: none;
}

.site-flight-backdrop {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background: #718286;
  pointer-events: none;
}

.site-flight-backdrop__media {
  position: absolute;
  inset: -8%;
  translate: 0 var(--dfb-image-flight-y, 0px);
  scale: var(--dfb-image-flight-scale, 1.055);
  transform: translate3d(var(--dfb-image-pointer-x, 0px), var(--dfb-image-pointer-y, 0px), 0);
  transform-origin: center;
}

.site-flight-backdrop__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  opacity: 0;
  filter:
    blur(var(--dfb-image-flight-blur, 0px))
    brightness(var(--dfb-image-flight-brightness, 1))
    saturate(0.78)
    contrast(0.95);
  transition: opacity 950ms var(--dfb-ease-out);
}

.site-flight-backdrop__media img.is-active {
  opacity: 1;
}

.site-flight-backdrop__wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(244, 237, 236, 0.12), rgba(244, 237, 236, 0.03) 42%, rgba(7, 22, 27, 0.16)),
    radial-gradient(circle at 15% 30%, rgba(255, 255, 255, 0.12), transparent 38%);
}

.has-site-flight-backdrop .site-header,
.has-site-flight-backdrop main,
.has-site-flight-backdrop .site-footer {
  position: relative;
  z-index: 1;
}

.has-site-flight-backdrop .skip-link {
  position: fixed;
  z-index: 10000;
}

.has-site-flight-backdrop .site-header {
  position: fixed;
  z-index: 1000;
}

.has-site-flight-backdrop main > .section:not(.image-stage):not(.section--timeline-stage) {
  border-top: 0;
  background: transparent !important;
}

.has-site-flight-backdrop main > .section:not(.image-stage):not(.section--timeline-stage) .section-heading h2,
.has-site-flight-backdrop main > .section:not(.image-stage):not(.section--timeline-stage) .editorial-split h2,
.has-site-flight-backdrop main > .section:not(.image-stage):not(.section--timeline-stage) .section-heading .eyebrow {
  text-shadow:
    0 2px 20px rgba(244, 237, 236, 0.94),
    0 1px 2px rgba(244, 237, 236, 0.98);
}

.has-site-flight-backdrop main > .section .section-heading--split > p,
.has-site-flight-backdrop main > .section .process > article p,
.has-site-flight-backdrop main > .section .pipeline-assurance p {
  color: #34474c;
  text-shadow:
    0 1px 14px rgba(244, 237, 236, 0.94),
    0 0 3px rgba(244, 237, 236, 0.9);
}

.has-site-flight-backdrop main > .section--viewer {
  color: var(--dfb-ink);
}

.has-site-flight-backdrop main > .section--viewer h2,
.has-site-flight-backdrop main > .section--viewer h3,
.has-site-flight-backdrop main > .section--viewer .section-heading--light h2 {
  color: var(--dfb-ink);
}

.has-site-flight-backdrop main > .section--viewer .eyebrow,
.has-site-flight-backdrop main > .section--viewer .pointcloud__meta .eyebrow {
  color: var(--dfb-accent-dark);
}

.has-site-flight-backdrop main > .section--viewer .pointcloud__meta {
  color: #53666b;
}

.has-site-flight-backdrop main > .section--viewer .viewer-link .button--light {
  border-color: var(--dfb-ink);
  background: var(--dfb-ink);
  color: #fff;
}

.has-site-flight-backdrop .site-footer {
  background:
    radial-gradient(circle at 78% 12%, rgba(185, 208, 210, 0.12), transparent 28rem),
    rgba(8, 26, 31, 0.88);
}

@media (min-width: 56.01rem) and (min-height: 44rem) and (prefers-reduced-motion: no-preference) {
  .offer-slider.hero--home {
    display: block;
    height: 195svh;
    min-height: 82rem;
    overflow: visible;
  }

  .hero__sticky-stage {
    position: sticky;
    top: 0;
    height: 100svh;
    min-height: 44rem;
  }

  .offer-slider .hero__layout {
    height: 100%;
    min-height: 0;
  }

  .page-hero--image-led {
    display: block;
    height: 155svh;
    min-height: 68rem;
    overflow: visible;
  }

  .page-hero__sticky-stage {
    position: sticky;
    top: 0;
    height: 100svh;
    min-height: 44rem;
  }
}

@media (max-width: 56rem) {
  .page-hero__sticky-stage {
    min-height: min(74svh, 46rem);
  }

  .dfb-scroll-flight-layer {
    will-change: auto;
  }

}

@media (prefers-reduced-motion: reduce) {
  .offer-slider.hero--home,
  .page-hero--image-led {
    height: auto;
    overflow: hidden;
  }

  .hero__sticky-stage,
  .page-hero__sticky-stage {
    position: relative;
    top: auto;
    height: auto;
  }

  .dfb-scroll-flight-layer {
    opacity: 1 !important;
    translate: none !important;
    scale: 1 !important;
    will-change: auto;
  }

  .site-flight-backdrop__media {
    translate: none;
    scale: 1.045;
    transform: none;
  }

  .site-flight-backdrop__media img {
    filter: saturate(0.78) contrast(0.95);
    transition: none;
  }

  .hero--home .hero__media img,
  .page-hero--image-led .page-hero__image img {
    transform: none;
    will-change: auto;
  }

  .media-card__media img,
  .use-case__media img {
    transition: none;
  }

  .dfb-flight-layer {
    translate: none;
    rotate: none;
    scale: 1;
    transition: none;
    will-change: auto;
  }
}

/* Slider-derived small panes: headings stay free, compact copy gains contrast. */
.has-site-flight-backdrop {
  --dfb-fly-pane: rgba(7, 22, 27, 0.62);
  --dfb-fly-pane-hover: rgba(7, 22, 27, 0.74);
  --dfb-fly-line: rgba(255, 255, 255, 0.3);
  --dfb-fly-copy: rgba(255, 255, 255, 0.92);
  --dfb-fly-muted: rgba(255, 255, 255, 0.9);
  --dfb-fly-shadow: 0 1.15rem 3.5rem rgba(7, 22, 27, 0.22);
}

.has-site-flight-backdrop .site-header:not(.is-scrolled) {
  border-bottom-color: transparent;
  background: linear-gradient(
    180deg,
    rgba(244, 237, 236, 0.74),
    rgba(244, 237, 236, 0.5) 72%,
    rgba(244, 237, 236, 0.16)
  );
  box-shadow: none;
  -webkit-backdrop-filter: blur(8px) saturate(0.92);
  backdrop-filter: blur(8px) saturate(0.92);
}

.has-site-flight-backdrop main > .section:not(.image-stage):not(.section--timeline-stage) :is(
  .section-heading h2,
  .editorial-split h2,
  .makerspace-card h2,
  .scope-card h2,
  .audience-card h2,
  .contact-teaser h2,
  .contact-panel__intro h2,
  .pipeline-assurance > span,
  .pipeline-assurance .text-link,
  .inline-note .text-link
) {
  color: var(--dfb-ink);
  text-shadow:
    0 1px 2px rgba(244, 237, 236, 1),
    0 2px 20px rgba(244, 237, 236, 0.98),
    0 0 42px rgba(244, 237, 236, 0.76);
}

.has-site-flight-backdrop main > .section:not(.image-stage):not(.section--timeline-stage) :is(
  .section-heading .eyebrow,
  .makerspace-card .eyebrow,
  .scope-card .eyebrow,
  .audience-card .eyebrow,
  .contact-teaser .eyebrow,
  .contact-panel__intro .eyebrow
) {
  color: var(--dfb-accent-dark);
  text-shadow:
    0 1px 2px rgba(244, 237, 236, 1),
    0 1px 14px rgba(244, 237, 236, 0.98);
}

.has-site-flight-backdrop main :is(
  .solar-layout--editorial > div:last-child h2,
  .solar-layout--editorial > div:last-child .eyebrow,
  .use-case__card h2,
  .use-case__card .eyebrow,
  .precision-card--glass h2,
  .precision-card--glass .eyebrow
) {
  color: #fff;
  text-shadow:
    0 2px 2px rgba(7, 18, 22, 0.9),
    0 2px 22px rgba(7, 18, 22, 0.82),
    0 0 40px rgba(7, 18, 22, 0.62);
}

/* Remove broad card surfaces; only their direct copy units become panes. */
.has-site-flight-backdrop main .section--editorial-scene .prose,
.has-site-flight-backdrop main .precision-card--glass,
.has-site-flight-backdrop main .solar-layout--editorial > div:last-child,
.has-site-flight-backdrop main .scope-card,
.has-site-flight-backdrop main .audience-card,
.has-site-flight-backdrop main .makerspace-card,
.has-site-flight-backdrop main .inline-note,
.has-site-flight-backdrop main .pipeline-assurance,
.has-site-flight-backdrop main .contact-teaser,
.has-site-flight-backdrop main .use-case__card,
.has-site-flight-backdrop main .section--contact-overlap .contact-panel {
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.has-site-flight-backdrop main .section--editorial-scene .prose,
.has-site-flight-backdrop main .precision-card--glass,
.has-site-flight-backdrop main .solar-layout--editorial > div:last-child,
.has-site-flight-backdrop main .scope-card,
.has-site-flight-backdrop main .audience-card,
.has-site-flight-backdrop main .inline-note,
.has-site-flight-backdrop main .pipeline-assurance,
.has-site-flight-backdrop main .contact-teaser,
.has-site-flight-backdrop main .section--contact-overlap .contact-panel {
  padding: 0;
}

.has-site-flight-backdrop main .makerspace-card {
  padding: 0;
  overflow: visible;
}

.has-site-flight-backdrop main .section--editorial-scene .prose,
.has-site-flight-backdrop main .precision-card--glass > div:last-child {
  display: grid;
  gap: 0.72rem;
}

.has-site-flight-backdrop main .section--editorial-scene .prose > p,
.has-site-flight-backdrop main .precision-card--glass > div:last-child > p {
  margin: 0;
}

.has-site-flight-backdrop main .solar-layout--editorial > div:last-child {
  display: grid;
  align-content: center;
  gap: 0.8rem;
}

.has-site-flight-backdrop main .use-case__card {
  padding: clamp(1rem, 2.6vw, 2rem);
}

/* The pane skin is shared, while every selector remains a compact unit. */
.has-site-flight-backdrop .page-hero--image-led .page-hero__inner > p,
.has-site-flight-backdrop main > .section .section-heading--split > p,
.has-site-flight-backdrop main > .section .section-heading:not(.section-heading--split) > p,
.has-site-flight-backdrop main > .section.section--editorial-scene .prose > p,
.has-site-flight-backdrop main > .section .process > article,
.has-site-flight-backdrop main > .section .service-card,
.has-site-flight-backdrop main > .section .feature-grid--bento > article,
.has-site-flight-backdrop main > .section .application-list > a,
.has-site-flight-backdrop main > .section .accordion > details,
.has-site-flight-backdrop main > .section .media-grid--editorial .media-card,
.has-site-flight-backdrop main > .section .timeline--glass > div,
.has-site-flight-backdrop main > .section .pointcloud__meta > *,
.has-site-flight-backdrop main > .section .precision-card__value,
.has-site-flight-backdrop main > .section .precision-card--glass > div:last-child > p,
.has-site-flight-backdrop main > .section .solar-layout--editorial .check-list > li,
.has-site-flight-backdrop main > .section .solar-visual__metric > div,
.has-site-flight-backdrop main > .section .scope-card > p,
.has-site-flight-backdrop main > .section .audience-card > p,
.has-site-flight-backdrop main > .section .makerspace-card > div:nth-child(2) > p,
.has-site-flight-backdrop main > .section .inline-note > p,
.has-site-flight-backdrop main > .section .pipeline-assurance > p,
.has-site-flight-backdrop main > .section .contact-teaser > div > p,
.has-site-flight-backdrop main > .section .contact-panel__intro > p,
.has-site-flight-backdrop main > .section .contact-panel__form,
.has-site-flight-backdrop main > .section .use-case__card > p,
.has-site-flight-backdrop main > .section .use-case__card > ul > li {
  min-width: 0;
  border: 1px solid var(--dfb-fly-line);
  border-radius: 0.7rem;
  background: var(--dfb-fly-pane);
  box-shadow: var(--dfb-fly-shadow);
  color: var(--dfb-fly-copy);
  text-shadow: 0 2px 12px rgba(7, 18, 22, 0.5);
  -webkit-backdrop-filter: blur(13px) saturate(0.9);
  backdrop-filter: blur(13px) saturate(0.9);
}

.has-site-flight-backdrop .page-hero--image-led .page-hero__inner > p,
.has-site-flight-backdrop main > .section .section-heading > p,
.has-site-flight-backdrop main > .section.section--editorial-scene .prose > p,
.has-site-flight-backdrop main > .section .precision-card--glass > div:last-child > p,
.has-site-flight-backdrop main > .section .scope-card > p,
.has-site-flight-backdrop main > .section .audience-card > p,
.has-site-flight-backdrop main > .section .makerspace-card > div:nth-child(2) > p,
.has-site-flight-backdrop main > .section .inline-note > p,
.has-site-flight-backdrop main > .section .pipeline-assurance > p,
.has-site-flight-backdrop main > .section .contact-teaser > div > p,
.has-site-flight-backdrop main > .section .contact-panel__intro > p,
.has-site-flight-backdrop main > .section .use-case__card > p {
  margin: 0;
  padding: 0.95rem 1.05rem;
}

.has-site-flight-backdrop main > .section :is(
  .section-heading > p,
  .prose > p,
  .process > article p,
  .service-card p,
  .feature-grid--bento > article p,
  .accordion details p,
  .media-card p,
  .media-card li,
  .timeline--glass p,
  .pointcloud__meta p,
  .precision-card--glass p,
  .check-list li,
  .scope-card > p,
  .audience-card > p,
  .makerspace-card p,
  .inline-note > p,
  .pipeline-assurance > p,
  .contact-teaser p,
  .contact-panel__intro > p,
  .use-case__card > p,
  .use-case__card > ul > li
) {
  color: var(--dfb-fly-muted);
  text-shadow: 0 2px 12px rgba(7, 18, 22, 0.5);
}

.has-site-flight-backdrop main > .section :is(
  .process > article h3,
  .service-card h3,
  .feature-grid--bento > article h3,
  .application-list strong,
  .accordion summary,
  .media-card h2,
  .timeline--glass strong,
  .precision-card__value strong,
  .solar-visual__metric strong
) {
  color: #fff;
  text-shadow: 0 2px 12px rgba(7, 18, 22, 0.55);
}

.has-site-flight-backdrop main > .section :is(
  .process > article > span,
  .service-card__number,
  .feature-grid--bento > article > span,
  .application-list > a > span,
  .timeline--glass > div > span,
  .precision-card__value > span,
  .solar-visual__metric span
) {
  color: var(--dfb-sky);
}

.has-site-flight-backdrop main .process {
  gap: 0.75rem;
}

.has-site-flight-backdrop main .process--pipeline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

.has-site-flight-backdrop main .process > article {
  min-height: 12rem;
  padding: 1.25rem;
  border: 1px solid var(--dfb-fly-line);
  border-radius: 0.7rem;
  background: var(--dfb-fly-pane);
}

.has-site-flight-backdrop main .process > article::after {
  content: none;
}

.has-site-flight-backdrop main .process > article > span,
.has-site-flight-backdrop main .process--route > article > span {
  position: static;
  margin: 0 0 1rem;
  border-color: var(--dfb-fly-line);
  background: rgba(255, 255, 255, 0.1);
}

.has-site-flight-backdrop main .service-grid {
  gap: 0.75rem;
}

.has-site-flight-backdrop main .service-card,
.has-site-flight-backdrop main .service-card--primary {
  padding: clamp(1.35rem, 2.6vw, 2.2rem);
  border: 1px solid var(--dfb-fly-line);
  border-radius: 0.7rem;
  background: var(--dfb-fly-pane);
  box-shadow: var(--dfb-fly-shadow);
  color: #fff;
}

.has-site-flight-backdrop main .service-card--primary {
  padding: clamp(2rem, 3.5vw, 3.2rem);
}

.has-site-flight-backdrop main .service-card:hover {
  border-color: rgba(255, 255, 255, 0.52);
  background: var(--dfb-fly-pane-hover);
  box-shadow: var(--dfb-fly-shadow);
}

.has-site-flight-backdrop main .service-card .text-link {
  color: #fff;
}

.has-site-flight-backdrop main .service-card__graphic,
.has-site-flight-backdrop main .service-card--primary .service-card__graphic {
  border-color: var(--dfb-fly-line);
  background: rgba(255, 255, 255, 0.1);
}

.has-site-flight-backdrop main .application-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  border: 0;
}

.has-site-flight-backdrop main .application-list > a {
  padding: 1.05rem 1.15rem;
  border: 1px solid var(--dfb-fly-line);
  color: #fff;
}

.has-site-flight-backdrop main .application-list > a:hover {
  padding-inline: 1.35rem;
  border-color: rgba(255, 255, 255, 0.52);
  background: var(--dfb-fly-pane-hover);
  color: #fff;
}

.has-site-flight-backdrop main .application-list small {
  color: var(--dfb-fly-muted);
}

.has-site-flight-backdrop main .accordion {
  display: grid;
  gap: 0.65rem;
  border: 0;
}

.has-site-flight-backdrop main .accordion > details {
  border: 1px solid var(--dfb-fly-line);
}

.has-site-flight-backdrop main .accordion summary {
  padding: 1.1rem 3.5rem 1.1rem 1.2rem;
}

.has-site-flight-backdrop main .accordion summary::after {
  right: 1rem;
  border-color: var(--dfb-fly-line);
}

.has-site-flight-backdrop main .accordion details p {
  padding: 0 1.2rem 1.2rem;
}

.has-site-flight-backdrop main .feature-grid--bento > article,
.has-site-flight-backdrop main .media-grid--editorial .media-card,
.has-site-flight-backdrop main .timeline--glass > div {
  border-color: var(--dfb-fly-line);
  background: var(--dfb-fly-pane);
  box-shadow: var(--dfb-fly-shadow);
}

.has-site-flight-backdrop main .feature-grid--bento > article:first-child {
  background:
    radial-gradient(circle at 78% 22%, rgba(185, 208, 210, 0.18), transparent 45%),
    var(--dfb-fly-pane);
}

.has-site-flight-backdrop main .timeline--glass {
  gap: 0.75rem;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.has-site-flight-backdrop main .timeline--glass > div {
  padding: 1.4rem;
}

.has-site-flight-backdrop main > .section.section--timeline-stage .section-heading--split > p {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 2px 20px rgba(7, 18, 22, 0.76);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.has-site-flight-backdrop main .pointcloud__meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.has-site-flight-backdrop main > .section--viewer .pointcloud__meta > * {
  margin: 0;
  padding: 0.8rem 0.9rem;
  color: var(--dfb-fly-muted);
}

.has-site-flight-backdrop main > .section--viewer .pointcloud__meta .eyebrow {
  color: var(--dfb-sky);
}

.has-site-flight-backdrop main .solar-layout--editorial .check-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.has-site-flight-backdrop main .solar-layout--editorial .check-list > li {
  padding: 0.85rem 0.95rem 0.85rem 2.2rem;
}

.has-site-flight-backdrop main .solar-layout--editorial .check-list > li::before {
  left: 0.95rem;
  border-color: var(--dfb-sky);
}

.has-site-flight-backdrop main .solar-visual__metric {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.has-site-flight-backdrop main .solar-visual__metric > div {
  display: grid;
  gap: 0.18rem;
  padding: 0.65rem 0.75rem;
}

.has-site-flight-backdrop main .precision-card__value {
  padding: 1rem 1.1rem;
  border-left: 1px solid var(--dfb-fly-line);
}

.has-site-flight-backdrop main .use-case__card > ul {
  gap: 0.55rem;
}

.has-site-flight-backdrop main .use-case__card > ul > li {
  padding: 0.72rem 0.82rem;
}

.has-site-flight-backdrop main .contact-panel__form label {
  color: #fff;
}

.has-site-flight-backdrop main .contact-panel__form input:not([type="checkbox"]):not([type="radio"]),
.has-site-flight-backdrop main .contact-panel__form textarea,
.has-site-flight-backdrop main .contact-panel__form select {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.has-site-flight-backdrop main .contact-panel__form .form-submit p {
  color: var(--dfb-fly-muted);
}

.has-site-flight-backdrop main .contact-panel__form a {
  color: var(--dfb-sky);
}

.has-site-flight-backdrop main .contact-panel__intro .text-link {
  color: var(--dfb-ink);
  text-shadow:
    0 1px 2px rgba(244, 237, 236, 1),
    0 1px 14px rgba(244, 237, 236, 0.98);
}

.has-site-flight-backdrop main .contact-panel__form .form-status {
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--dfb-fly-line);
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.has-site-flight-backdrop main .contact-panel__form .form-status--success {
  border-color: rgba(185, 208, 210, 0.58);
  background: rgba(185, 208, 210, 0.16);
}

.has-site-flight-backdrop main .contact-panel__form .form-status--error {
  border-color: rgba(255, 187, 164, 0.58);
  background: rgba(167, 95, 74, 0.22);
  color: #ffe0d6;
}

@media (max-width: 68rem) {
  .has-site-flight-backdrop main .application-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 56rem) {
  .has-site-flight-backdrop main .process--pipeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .has-site-flight-backdrop main .solar-layout--editorial > div:last-child {
    padding: 1rem;
  }

  .has-site-flight-backdrop main .pointcloud__meta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 40rem) {
  .has-site-flight-backdrop main .process,
  .has-site-flight-backdrop main .process--pipeline {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    padding-left: 0;
    border-left: 0;
  }

  .has-site-flight-backdrop main .process > article,
  .has-site-flight-backdrop main .process--route > article {
    min-height: 0;
    padding: 0.95rem;
  }

  .has-site-flight-backdrop main .process > article::before {
    content: none;
  }

  .has-site-flight-backdrop main .process > article > span,
  .has-site-flight-backdrop main .process--route > article > span {
    position: static;
    margin: 0 0 0.8rem;
  }

  .has-site-flight-backdrop main .solar-layout--editorial .check-list,
  .has-site-flight-backdrop main .solar-visual__metric {
    grid-template-columns: 1fr;
  }

  .has-site-flight-backdrop main .timeline--glass > div:nth-child(2) {
    transform: none;
  }

  .has-site-flight-backdrop main .service-card,
  .has-site-flight-backdrop main .service-card--primary {
    min-height: 0;
  }
}

/* Layout refinement: stable foreground groups, a stronger backdrop flight and
   a shared twelve-column rhythm for compact panes. */
.has-site-flight-backdrop {
  --dfb-panel-gap: clamp(0.875rem, 1.45vw, 1.35rem);
  --dfb-panel-gap-lg: clamp(1.25rem, 2.5vw, 2.25rem);
}

.has-site-flight-backdrop .site-header,
.has-site-flight-backdrop .site-header:not(.is-scrolled),
.has-site-flight-backdrop .site-header.is-scrolled {
  height: var(--dfb-header-height);
  border-bottom-color: rgba(255, 255, 255, 0.24);
  background: rgba(244, 237, 236, 0.55);
  box-shadow: none;
  -webkit-backdrop-filter: blur(11px) saturate(0.94);
  backdrop-filter: blur(11px) saturate(0.94);
  transition:
    background-color 320ms ease,
    border-color 320ms ease,
    box-shadow 320ms ease,
    backdrop-filter 320ms ease;
}

.has-site-flight-backdrop .site-header.is-scrolled {
  border-bottom-color: rgba(22, 29, 32, 0.1);
  background: rgba(244, 237, 236, 0.76);
  box-shadow: 0 0.65rem 2.4rem rgba(22, 29, 32, 0.06);
  -webkit-backdrop-filter: blur(14px) saturate(0.94);
  backdrop-filter: blur(14px) saturate(0.94);
}

.dfb-scroll-flight-layer {
  scale: 1 !important;
  will-change: translate, opacity;
}

.dfb-flight-layer {
  translate: 0 var(--dfb-flight-y, 0px);
  rotate: 0deg;
  scale: 1;
  transform-origin: center;
  will-change: translate;
}

.js [data-reveal="scale"] {
  transform: translateY(40px);
}

.js [data-reveal="scale"].is-visible {
  transform: none;
}

/* Individual panes fade in without changing their geometry. The section group
   carries the subtle vertical flight, so neighbouring tiles cannot collide. */
.js .has-site-flight-backdrop main :is(
  .process > article,
  .service-grid > .service-card,
  .media-grid > .media-card,
  .use-cases > .use-case,
  .solar-visual
)[data-reveal] {
  transform: none;
}

.site-flight-backdrop__media {
  inset: -30%;
}

.has-site-flight-backdrop main :is(
  .process,
  .service-grid,
  .application-list,
  .feature-grid--bento,
  .media-grid--editorial,
  .timeline--glass,
  .accordion,
  .check-list
) {
  gap: var(--dfb-panel-gap);
}

.has-site-flight-backdrop main .editorial-split {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: var(--dfb-panel-gap-lg);
}

.has-site-flight-backdrop main .editorial-split > .section-heading {
  grid-column: 1 / 6;
  margin-bottom: 0;
}

.has-site-flight-backdrop main .editorial-split > .prose {
  grid-column: 7 / 13;
  max-width: none;
  margin: 0;
}

.has-site-flight-backdrop main .process--pipeline {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: stretch;
  gap: var(--dfb-panel-gap);
}

.has-site-flight-backdrop main .process--pipeline > article {
  grid-column: span 4;
  min-height: 12.5rem;
}

.has-site-flight-backdrop main .service-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: var(--dfb-panel-gap);
}

.has-site-flight-backdrop main .service-card--primary {
  grid-column: 1 / span 7;
  grid-row: 1 / 3;
}

.has-site-flight-backdrop main .service-card:not(.service-card--primary) {
  grid-column: 8 / span 5;
}

.has-site-flight-backdrop main .application-list {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: var(--dfb-panel-gap);
}

.has-site-flight-backdrop main .application-list > a:nth-child(1),
.has-site-flight-backdrop main .application-list > a:nth-child(4) {
  grid-column: span 7;
}

.has-site-flight-backdrop main .application-list > a:nth-child(2),
.has-site-flight-backdrop main .application-list > a:nth-child(3) {
  grid-column: span 5;
}

.has-site-flight-backdrop main .application-list > a {
  grid-template-columns: 2.5rem minmax(0, 1fr);
  column-gap: 1rem;
  row-gap: 0.35rem;
}

.has-site-flight-backdrop main .application-list > a > small {
  grid-column: 2;
}

.has-site-flight-backdrop main .solar-layout--editorial {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--dfb-panel-gap-lg);
}

.has-site-flight-backdrop main .solar-layout--editorial .solar-visual {
  grid-column: 1 / 8;
  grid-row: 1;
}

.has-site-flight-backdrop main .solar-layout--editorial > div:last-child {
  grid-column: 8 / 13;
  grid-row: 1;
  width: auto;
  margin: 0;
  padding: 0;
}

.has-site-flight-backdrop main :is(.scope-card, .audience-card) {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: var(--dfb-panel-gap-lg);
}

.has-site-flight-backdrop main :is(.scope-card, .audience-card) > div {
  grid-column: 1 / 6;
}

.has-site-flight-backdrop main :is(.scope-card, .audience-card) > p {
  grid-column: 7 / 13;
}

.has-site-flight-backdrop main .pipeline-assurance {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: var(--dfb-panel-gap);
}

.has-site-flight-backdrop main .pipeline-assurance > span {
  grid-column: 1 / 4;
}

.has-site-flight-backdrop main .pipeline-assurance > p {
  grid-column: 4 / 10;
}

.has-site-flight-backdrop main .pipeline-assurance__cta {
  grid-column: 10 / 13;
  justify-self: end;
  border-color: rgba(22, 29, 32, 0.28);
  background: rgba(244, 237, 236, 0.7);
  color: var(--dfb-ink);
  white-space: nowrap;
}

.has-site-flight-backdrop main .contact-teaser {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: var(--dfb-panel-gap-lg);
}

.has-site-flight-backdrop main .contact-teaser > div {
  grid-column: 1 / 10;
}

.has-site-flight-backdrop main .contact-teaser > .button {
  grid-column: 10 / 13;
  justify-self: end;
}

.has-site-flight-backdrop .page-hero__inner .button-row,
.has-site-flight-backdrop .offer-slider__panel .button-row {
  align-items: center;
  gap: 0.7rem;
}

.has-site-flight-backdrop .page-hero__inner .button--ghost {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(7, 22, 27, 0.42);
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.has-site-flight-backdrop .page-hero__inner .button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(7, 22, 27, 0.58);
  color: #fff;
}

.has-site-flight-backdrop main .process--route {
  display: grid;
  max-width: none;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--dfb-panel-gap);
}

.has-site-flight-backdrop main .process--route::before {
  content: none;
}

.has-site-flight-backdrop main .process--route > article,
.has-site-flight-backdrop main .process--route > article:nth-child(n) {
  grid-column: auto;
  min-height: 12rem;
  margin-top: 0;
  transform: none;
}

.has-site-flight-backdrop main .media-grid--editorial {
  gap: var(--dfb-panel-gap-lg);
}

.has-site-flight-backdrop main .media-grid--editorial .media-card:nth-child(2) {
  margin-top: clamp(2.5rem, 5vw, 5rem);
}

.has-site-flight-backdrop main .timeline--glass {
  --timeline-gap: var(--dfb-panel-gap-lg);
  --timeline-node: 2.5rem;
  position: relative;
  isolation: isolate;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--timeline-gap);
  overflow: visible;
}

.has-site-flight-backdrop main .timeline--glass::before {
  position: absolute;
  z-index: 2;
  top: calc(1.4rem + var(--timeline-node) / 2);
  right: 16.666%;
  left: 16.666%;
  height: 1px;
  background: linear-gradient(90deg, rgba(185, 208, 210, 0.38), rgba(255, 255, 255, 0.82), rgba(185, 208, 210, 0.38));
  content: "";
  pointer-events: none;
}

.has-site-flight-backdrop main .timeline--glass > div,
.has-site-flight-backdrop main .timeline--glass > div:nth-child(n) {
  position: relative;
  z-index: 1;
  min-width: 0;
  transform: none;
}

.has-site-flight-backdrop main .timeline--glass > div > span {
  position: relative;
  z-index: 3;
  display: grid;
  width: var(--timeline-node);
  height: var(--timeline-node);
  margin: 0 auto 1rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  background: #10272f;
  box-shadow: 0 0 0 0.45rem rgba(16, 39, 47, 0.42);
}

.has-site-flight-backdrop main .makerspace-card--bridge {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: var(--dfb-panel-gap-lg);
  padding: clamp(1.6rem, 3.6vw, 3rem);
  border: 1px solid rgba(185, 208, 210, 0.54);
  border-left: 0.38rem solid var(--dfb-accent);
  border-radius: 0.85rem;
  background:
    radial-gradient(circle at 88% 4%, rgba(185, 208, 210, 0.22), transparent 31rem),
    linear-gradient(135deg, rgba(7, 22, 27, 0.94), rgba(16, 48, 56, 0.9));
  box-shadow: 0 1.5rem 4.5rem rgba(7, 22, 27, 0.28);
  color: #fff;
  text-decoration: none;
  -webkit-backdrop-filter: blur(18px) saturate(0.92);
  backdrop-filter: blur(18px) saturate(0.92);
}

.has-site-flight-backdrop main .makerspace-card--bridge:hover {
  border-color: rgba(255, 255, 255, 0.62);
  border-left-color: var(--dfb-accent);
}

.has-site-flight-backdrop main .makerspace-card--bridge .makerspace-card__mark {
  grid-column: 1 / 3;
}

.has-site-flight-backdrop main .makerspace-card--bridge > div:nth-child(2) {
  grid-column: 3 / 10;
}

.has-site-flight-backdrop main .makerspace-card--bridge > .button {
  grid-column: 10 / 13;
  justify-self: end;
}

.has-site-flight-backdrop main .makerspace-card--bridge :is(h2, .eyebrow) {
  color: #fff;
  text-shadow: 0 2px 18px rgba(7, 18, 22, 0.62);
}

.has-site-flight-backdrop main .makerspace-card--bridge h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(2rem, 3.8vw, 4.4rem);
}

.has-site-flight-backdrop main .makerspace-card--bridge > div:nth-child(2) > p {
  max-width: 44rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.82);
  text-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.has-site-flight-backdrop main .makerspace-card__mark {
  display: grid;
  width: clamp(5rem, 8vw, 7rem);
  height: auto;
  aspect-ratio: 1;
  place-content: center;
  gap: 0.1rem;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: clamp(1rem, 1.8vw, 1.45rem);
  letter-spacing: 0.1em;
  line-height: 1;
}

.has-site-flight-backdrop main .makerspace-card__mark :is(span, strong) {
  position: static;
  color: inherit;
  font: inherit;
}

.has-site-flight-backdrop main .makerspace-card__mark i {
  width: 100%;
  height: 1px;
  margin-block: 0.2rem;
  background: rgba(255, 255, 255, 0.5);
}

.has-site-flight-backdrop .button--makerspace {
  border-color: rgba(255, 255, 255, 0.2);
  background: var(--dfb-accent);
  color: #fff;
  white-space: nowrap;
}

.has-site-flight-backdrop .button--makerspace:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: var(--dfb-accent-dark);
  color: #fff;
}

.has-site-flight-backdrop main .inline-note {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  gap: var(--dfb-panel-gap);
}

.has-site-flight-backdrop main .inline-note__mark {
  grid-column: 1 / 3;
  display: grid;
  min-height: 4rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 0.7rem;
  background: rgba(7, 22, 27, 0.78);
  color: #fff;
  font-weight: 760;
  letter-spacing: 0.12em;
}

.has-site-flight-backdrop main .inline-note > p {
  grid-column: 3 / 10;
}

.has-site-flight-backdrop main .inline-note > .button {
  grid-column: 10 / 13;
  justify-self: end;
}

.image-stage--precision .image-stage__media img {
  object-position: center 48%;
}

@media (min-width: 68.01rem) and (max-width: 80rem) {
  .has-site-flight-backdrop main .process--route {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .has-site-flight-backdrop main .process--route > article:nth-child(-n + 3) {
    grid-column: span 2;
  }

  .has-site-flight-backdrop main .process--route > article:nth-child(n + 4) {
    grid-column: span 3;
  }

  .has-site-flight-backdrop main .media-grid--editorial .media-card:nth-child(2) {
    margin-top: 2.25rem;
  }
}

@media (max-width: 68rem) {
  .has-site-flight-backdrop main .process--pipeline > article {
    grid-column: span 6;
  }

  .has-site-flight-backdrop main .application-list > a:nth-child(n) {
    grid-column: 1 / -1;
  }

  .has-site-flight-backdrop main .process--route {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .has-site-flight-backdrop main .process--route > article:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 56rem) {
  .site-flight-backdrop__media {
    inset: -22%;
  }

  .has-site-flight-backdrop main .editorial-split,
  .has-site-flight-backdrop main .solar-layout--editorial,
  .has-site-flight-backdrop main :is(.scope-card, .audience-card),
  .has-site-flight-backdrop main .pipeline-assurance,
  .has-site-flight-backdrop main .contact-teaser,
  .has-site-flight-backdrop main .makerspace-card--bridge,
  .has-site-flight-backdrop main .inline-note {
    grid-template-columns: 1fr;
    gap: var(--dfb-panel-gap);
  }

  .has-site-flight-backdrop main .editorial-split > :is(.section-heading, .prose),
  .has-site-flight-backdrop main .solar-layout--editorial > :is(.solar-visual, div:last-child),
  .has-site-flight-backdrop main :is(.scope-card, .audience-card) > :is(div, p),
  .has-site-flight-backdrop main .pipeline-assurance > :is(span, p, .pipeline-assurance__cta),
  .has-site-flight-backdrop main .contact-teaser > :is(div, .button),
  .has-site-flight-backdrop main .makerspace-card--bridge > :is(.makerspace-card__mark, div:nth-child(2), .button),
  .has-site-flight-backdrop main .inline-note > :is(.inline-note__mark, p, .button) {
    grid-column: 1;
  }

  .has-site-flight-backdrop main .editorial-split > .prose {
    max-width: none;
    margin: 0;
  }

  .has-site-flight-backdrop main .solar-layout--editorial > div:last-child {
    grid-row: 2;
    width: auto;
    margin: 0;
    padding: 1.2rem 0 0;
  }

  .has-site-flight-backdrop main .solar-layout--editorial .solar-visual {
    grid-row: 1;
  }

  .has-site-flight-backdrop main .service-grid {
    grid-template-rows: auto;
  }

  .has-site-flight-backdrop main .service-card--primary {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .has-site-flight-backdrop main .service-card:not(.service-card--primary) {
    grid-column: span 6;
  }

  .has-site-flight-backdrop main :is(
    .pipeline-assurance__cta,
    .contact-teaser > .button,
    .makerspace-card--bridge > .button,
    .inline-note > .button
  ) {
    justify-self: start;
  }

  .has-site-flight-backdrop main .makerspace-card--bridge {
    padding: 1.4rem;
  }

  .has-site-flight-backdrop main .makerspace-card--bridge .makerspace-card__mark {
    width: 5rem;
  }
}

@media (max-width: 48rem) {
  .has-site-flight-backdrop main .timeline--glass {
    grid-template-columns: 1fr;
    padding-left: 3.2rem;
  }

  .has-site-flight-backdrop main .timeline--glass::before {
    content: none;
  }

  .has-site-flight-backdrop main .timeline--glass > div {
    padding: 1.2rem;
  }

  .has-site-flight-backdrop main .timeline--glass > div > span {
    position: absolute;
    top: 1rem;
    left: -3.2rem;
    margin: 0;
  }

  .has-site-flight-backdrop main .timeline--glass > div:not(:last-child)::after {
    position: absolute;
    top: calc(1rem + var(--timeline-node));
    left: calc(-3.2rem + var(--timeline-node) / 2);
    width: 1px;
    height: calc(100% + var(--timeline-gap) - var(--timeline-node));
    background: linear-gradient(rgba(255, 255, 255, 0.72), rgba(185, 208, 210, 0.34));
    content: "";
  }
}

@media (max-width: 40rem) {
  .has-site-flight-backdrop {
    --dfb-panel-gap: 0.75rem;
    --dfb-panel-gap-lg: 1rem;
  }

  .has-site-flight-backdrop main .process--pipeline > article,
  .has-site-flight-backdrop main .service-card:not(.service-card--primary) {
    grid-column: 1 / -1;
  }

  .has-site-flight-backdrop main .process--route {
    grid-template-columns: 1fr;
  }

  .has-site-flight-backdrop main .media-grid--editorial .media-card:nth-child(2) {
    margin-top: 0;
  }

  .has-site-flight-backdrop main .contact-teaser > .button,
  .has-site-flight-backdrop main .pipeline-assurance__cta,
  .has-site-flight-backdrop main .inline-note > .button {
    width: 100%;
    justify-self: stretch;
  }
}
