/* ============================================================
   Indoor Drone Flythrough Page
   ============================================================ */

.page-indoor-flythrough {
  background:
    radial-gradient(circle at 14% 4%, rgba(196, 141, 38, 0.12), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(47, 103, 90, 0.08), transparent 24%),
    linear-gradient(180deg, #f7f2e8 0%, #fffdfa 38%, #f2ece1 100%);
}

.industry-hero--indoor-flythrough .hero__bg img {
  object-position: center 54%;
  filter: saturate(0.92) contrast(1.06);
}

.industry-hero--indoor-flythrough .hero__overlay {
  background:
    radial-gradient(circle at 64% 22%, rgba(214, 166, 74, 0.16), transparent 24%),
    radial-gradient(circle at 26% 48%, rgba(5, 14, 10, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(8, 19, 15, 0.24) 0%, rgba(8, 19, 15, 0.46) 38%, rgba(8, 19, 15, 0.92) 100%);
}

.industry-hero--indoor-flythrough .hero__content {
  width: min(100%, 860px);
}

.industry-hero--indoor-flythrough .hero__title {
  max-width: 10.4ch;
}

.industry-hero--indoor-flythrough .hero__sub {
  max-width: 54ch;
}

.flythrough-intro,
.flythrough-proof,
.flythrough-story,
.flythrough-usage,
.flythrough-workflow,
.flythrough-fit,
.flythrough-guardrail,
.flythrough-pricing,
.page-indoor-flythrough .faq,
.page-indoor-flythrough .launch-banner,
.page-indoor-flythrough #contact {
  scroll-margin-top: 112px;
}

.flythrough-intro,
.flythrough-proof,
.flythrough-workflow,
.flythrough-fit,
.flythrough-pricing,
.page-indoor-flythrough .faq {
  padding-top: 56px;
}

.flythrough-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.84fr);
  gap: 22px;
  align-items: stretch;
}

.flythrough-intro__copy,
.flythrough-intro__visual {
  border-radius: 34px;
  box-shadow: var(--shadow-md);
}

.flythrough-intro__copy {
  padding: 38px;
  background: rgba(255, 253, 248, 0.96);
  border: 1px solid rgba(15, 31, 22, 0.08);
}

.flythrough-intro__copy h2 {
  margin: 0;
  color: var(--green-deep);
  font-family: var(--font-heading);
  font-size: 3rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.flythrough-intro__copy p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.flythrough-checklist {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.flythrough-checklist li {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 12px;
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1.58;
}

.flythrough-checklist li::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-top: 0.24rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #e2b050 0%, #b57e20 100%);
}

.flythrough-intro__visual {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  margin: 0;
  border: 1px solid rgba(15, 31, 22, 0.08);
  background: #0e1b16;
}

.flythrough-intro__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flythrough-intro__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 17, 13, 0.08) 30%, rgba(8, 17, 13, 0.8) 100%);
}

.flythrough-preview__hud {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.flythrough-preview__hud span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(7, 16, 11, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(245, 241, 232, 0.88);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.flythrough-intro__visual figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  padding: 22px;
  border-radius: 24px;
  background: rgba(7, 15, 10, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white-on-dark);
  backdrop-filter: blur(12px);
}

.flythrough-intro__visual strong,
.flythrough-intro__visual span {
  display: block;
}

.flythrough-intro__visual strong {
  font-family: var(--font-heading);
  font-size: 1.18rem;
  line-height: 1.12;
}

.flythrough-intro__visual span {
  margin-top: 8px;
  color: rgba(245, 241, 232, 0.76);
  font-size: 0.92rem;
  line-height: 1.55;
}

.flythrough-proof__head,
.flythrough-workflow__head,
.flythrough-fit__head,
.flythrough-story__head {
  max-width: 760px;
}

.flythrough-proof__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) repeat(3, minmax(0, 0.72fr));
  gap: 18px;
}

.flythrough-proof-card {
  min-height: 100%;
  padding: 28px 24px;
  border-radius: 28px;
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid rgba(15, 31, 22, 0.08);
  box-shadow: var(--shadow-sm);
}

.flythrough-proof-card--primary {
  background:
    radial-gradient(circle at 14% 12%, rgba(243, 198, 109, 0.16), transparent 24%),
    linear-gradient(145deg, #16281f 0%, #0d1713 100%);
  border-color: rgba(243, 198, 109, 0.16);
  color: var(--white-on-dark);
}

.flythrough-proof-card__eyebrow,
.flythrough-workflow-card__number,
.flythrough-proof-card__number {
  display: inline-flex;
  width: fit-content;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(196, 141, 38, 0.12);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.flythrough-proof-card--primary .flythrough-proof-card__eyebrow {
  background: rgba(243, 198, 109, 0.14);
  color: #f3c66d;
}

.flythrough-proof-card h3,
.flythrough-workflow-card h3 {
  margin: 18px 0 10px;
  color: var(--green-deep);
  font-family: var(--font-heading);
  font-size: 1.18rem;
  line-height: 1.16;
  letter-spacing: 0;
}

.flythrough-proof-card--primary h3 {
  color: var(--white-on-dark);
  font-size: 1.44rem;
}

.flythrough-proof-card p,
.flythrough-workflow-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.66;
}

.flythrough-proof-card--primary p {
  color: rgba(245, 241, 232, 0.8);
}

.flythrough-story {
  margin-top: 88px;
  padding: 96px 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(44, 88, 61, 0.2), transparent 22%),
    linear-gradient(180deg, #07150f 0%, #092113 100%);
}

.flythrough-story .section-head h2,
.flythrough-story .section-head p {
  color: var(--white-on-dark);
}

.flythrough-story .section-label {
  color: #e2b050;
}

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

.flythrough-story__card {
  position: relative;
  grid-column: span 4;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #102119;
  box-shadow: 0 26px 60px rgba(3, 9, 6, 0.28);
}

.flythrough-story__card--large {
  grid-column: span 6;
  min-height: 420px;
}

.flythrough-story__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flythrough-story__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 19, 13, 0.04) 28%, rgba(9, 19, 13, 0.9) 100%);
}

.flythrough-story__card figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(8, 17, 13, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.flythrough-story__card strong,
.flythrough-story__card span {
  display: block;
}

.flythrough-story__card strong {
  color: var(--white-on-dark);
  font-family: var(--font-heading);
  font-size: 1.08rem;
  line-height: 1.12;
}

.flythrough-story__card span {
  margin-top: 6px;
  color: rgba(245, 241, 232, 0.74);
  font-size: 0.9rem;
  line-height: 1.5;
}

.flythrough-usage {
  margin-top: 88px;
  padding: 96px 0;
  background:
    radial-gradient(circle at 82% 20%, rgba(196, 141, 38, 0.12), transparent 24%),
    linear-gradient(180deg, #102616 0%, #0d1b11 100%);
}

.flythrough-usage__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 24px;
  align-items: start;
}

.flythrough-usage__copy h2 {
  margin: 0;
  color: var(--white-on-dark);
  font-family: var(--font-heading);
  font-size: 3.05rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.flythrough-usage__copy p {
  margin: 16px 0 0;
  color: rgba(245, 241, 232, 0.76);
  line-height: 1.72;
}

.flythrough-usage__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.flythrough-usage-card {
  min-height: 100%;
  padding: 28px 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(243, 198, 109, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.flythrough-usage-card strong,
.flythrough-usage-card span {
  display: block;
}

.flythrough-usage-card strong {
  color: #f3c66d;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  line-height: 1.04;
}

.flythrough-usage-card span {
  margin-top: 12px;
  color: rgba(245, 241, 232, 0.74);
  font-size: 0.95rem;
  line-height: 1.6;
}

.flythrough-workflow__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.flythrough-workflow-card {
  min-height: 100%;
  padding: 28px 24px;
  border-radius: 28px;
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid rgba(15, 31, 22, 0.08);
  box-shadow: var(--shadow-sm);
}

.flythrough-fit {
  padding-bottom: 8px;
}

.flythrough-guardrail {
  margin-top: 88px;
  padding: 96px 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(196, 141, 38, 0.12), transparent 20%),
    linear-gradient(180deg, #081810 0%, #0b1b10 100%);
}

.flythrough-guardrail__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 24px;
  align-items: start;
}

.flythrough-guardrail__copy h2 {
  margin: 0;
  color: var(--white-on-dark);
  font-family: var(--font-heading);
  font-size: 3rem;
  line-height: 0.98;
}

.flythrough-guardrail__copy p {
  margin: 16px 0 0;
  color: rgba(245, 241, 232, 0.76);
  line-height: 1.72;
}

.flythrough-guardrail__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.flythrough-guardrail-card {
  min-height: 100%;
  padding: 28px 24px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.flythrough-guardrail-card strong {
  display: block;
  color: var(--white-on-dark);
  font-family: var(--font-heading);
  font-size: 1.5rem;
  line-height: 1;
}

.flythrough-guardrail-card ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
}

.flythrough-guardrail-card li {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 12px;
  color: rgba(245, 241, 232, 0.78);
  font-size: 0.95rem;
  line-height: 1.56;
}

.flythrough-guardrail-card li::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-top: 0.24rem;
  border-radius: 999px;
}

.flythrough-guardrail-card--good {
  border-color: rgba(115, 181, 135, 0.18);
  background: rgba(17, 38, 25, 0.78);
}

.flythrough-guardrail-card--good li::before {
  background: linear-gradient(135deg, #85d19b 0%, #4e9d67 100%);
}

.flythrough-guardrail-card--bad {
  border-color: rgba(243, 198, 109, 0.18);
  background: rgba(28, 34, 22, 0.8);
}

.flythrough-guardrail-card--bad li::before {
  background: linear-gradient(135deg, #f3c66d 0%, #c28d2d 100%);
}

.flythrough-pricing {
  padding-bottom: 12px;
}

.flythrough-pricing__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 0.9fr);
  gap: 24px;
  padding: 38px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 10% 18%, rgba(196, 141, 38, 0.16), transparent 26%),
    linear-gradient(145deg, #12271d 0%, #09170f 100%);
  box-shadow: 0 30px 80px rgba(8, 18, 12, 0.16);
}

.flythrough-pricing__copy h2 {
  margin: 0;
  color: var(--white-on-dark);
  font-family: var(--font-heading);
  font-size: 3rem;
  line-height: 0.98;
}

.flythrough-pricing__copy p {
  margin: 16px 0 0;
  color: rgba(245, 241, 232, 0.76);
  line-height: 1.72;
}

.flythrough-pricing__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.flythrough-pricing__card {
  min-height: 100%;
  padding: 24px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.flythrough-pricing__card strong,
.flythrough-pricing__card span {
  display: block;
}

.flythrough-pricing__card strong {
  color: #f3c66d;
  font-family: var(--font-heading);
  font-size: 2rem;
  line-height: 1;
}

.flythrough-pricing__card span {
  margin-top: 12px;
  color: rgba(245, 241, 232, 0.78);
  font-size: 0.88rem;
  line-height: 1.48;
}

.page-indoor-flythrough .faq {
  padding-top: 56px;
}

.page-indoor-flythrough .launch-banner {
  margin-top: 56px;
}

.page-indoor-flythrough .launch-banner__inner {
  border: 1px solid rgba(243, 198, 109, 0.12);
  background:
    radial-gradient(circle at 12% 16%, rgba(243, 198, 109, 0.22), transparent 30%),
    linear-gradient(120deg, rgba(243, 198, 109, 0.08) 0%, rgba(13, 24, 18, 0.95) 18%, rgba(10, 20, 14, 0.98) 100%);
}

.page-indoor-flythrough .launch-banner__inner h2 {
  max-width: 16ch;
}

.page-indoor-flythrough .launch-banner__inner p {
  max-width: 50ch;
  color: rgba(245, 241, 232, 0.82);
}

.page-indoor-flythrough .launch-banner__actions .btn--ghost {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 1180px) {
  .flythrough-intro__grid,
  .flythrough-usage__inner,
  .flythrough-guardrail__panel,
  .flythrough-pricing__panel {
    grid-template-columns: 1fr;
  }

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

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

  .flythrough-story__card,
  .flythrough-story__card--large {
    grid-column: span 6;
  }
}

@media (max-width: 900px) {
  .industry-hero--indoor-flythrough .hero__content {
    width: min(100%, 580px);
  }

  .industry-hero--indoor-flythrough .hero__title {
    max-width: 8.8ch;
    font-size: clamp(2rem, 8.6vw, 2.95rem);
  }

  .industry-hero--indoor-flythrough .hero__sub {
    max-width: 31ch;
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .flythrough-proof__grid,
  .flythrough-usage__grid,
  .flythrough-guardrail__grid,
  .flythrough-pricing__cards,
  .flythrough-story__grid {
    grid-template-columns: 1fr;
  }

  .flythrough-story__card,
  .flythrough-story__card--large {
    grid-column: span 12;
  }

  .flythrough-usage,
  .flythrough-story,
  .flythrough-guardrail {
    margin-top: 72px;
    padding: 78px 0;
  }
}

@media (max-width: 600px) {
  .flythrough-intro,
  .flythrough-proof,
  .flythrough-workflow,
  .flythrough-fit,
  .flythrough-pricing,
  .page-indoor-flythrough .faq {
    padding-top: 44px;
  }

  .flythrough-intro__copy,
  .flythrough-proof-card,
  .flythrough-workflow-card,
  .flythrough-guardrail-card,
  .flythrough-pricing__panel {
    padding: 24px;
    border-radius: 28px;
  }

  .flythrough-intro__copy h2,
  .flythrough-usage__copy h2,
  .flythrough-guardrail__copy h2,
  .flythrough-pricing__copy h2 {
    font-size: 2.2rem;
  }

  .flythrough-intro__visual {
    min-height: 380px;
    border-radius: 28px;
  }

  .flythrough-story__card,
  .flythrough-story__card--large {
    min-height: 300px;
  }

  .flythrough-story__card figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .page-indoor-flythrough .launch-banner {
    margin-top: 72px;
  }

  .page-indoor-flythrough .launch-banner__inner {
    padding: 30px 24px;
    background:
      radial-gradient(circle at 16% 12%, rgba(243, 198, 109, 0.26), transparent 34%),
      linear-gradient(160deg, rgba(243, 198, 109, 0.1) 0%, rgba(15, 26, 18, 0.95) 20%, rgba(10, 20, 14, 0.99) 100%);
  }
}

/* ============================================================
   2026 cinematic remake
   ============================================================ */

.page-indoor-flythrough {
  background: #fff;
}

.page-indoor-flythrough .main {
  padding: 0 0 72px;
  background: #fff;
}

.flythrough-hero {
  min-height: auto;
  gap: 24px;
  padding: clamp(112px, 13svh, 148px) 0 54px;
  align-content: start;
}

.flythrough-hero .hero__bg img {
  object-position: center 56%;
  filter: saturate(1.04) contrast(1.05) brightness(0.82);
}

.flythrough-hero .hero__overlay {
  background:
    linear-gradient(90deg, rgba(6, 12, 8, 0.96) 0%, rgba(6, 12, 8, 0.74) 42%, rgba(6, 12, 8, 0.46) 100%),
    radial-gradient(circle at 74% 20%, rgba(243, 198, 109, 0.22), transparent 30%);
}

.flythrough-hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.flythrough-hero__copy {
  max-width: 620px;
}

.flythrough-hero .hero__eyebrow {
  margin-bottom: 22px;
}

.flythrough-hero .hero__title {
  max-width: 10.8ch;
  margin: 0;
  color: #fff;
  font-size: clamp(3.35rem, 7.2vw, 6.45rem);
  line-height: 0.88;
  letter-spacing: 0;
  text-align: left;
}

.flythrough-hero .hero__title-accent {
  margin-top: 12px;
  color: #f3c66d;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.32);
}

.flythrough-hero .hero__sub {
  max-width: 52ch;
  margin: 22px 0 0;
  color: rgba(255, 253, 248, 0.82);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.62;
  text-align: left;
}

.flythrough-hero .hero__actions {
  justify-content: flex-start;
}

.flythrough-hero__reel,
.flythrough-film-card__video {
  position: relative;
  overflow: hidden;
  background: #071109;
}

.flythrough-hero__reel {
  aspect-ratio: 16 / 9;
  min-height: 360px;
  border: 1px solid rgba(243, 198, 109, 0.24);
  border-radius: 8px;
  box-shadow:
    0 32px 84px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.flythrough-hero__reel::before {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.flythrough-hero__reel iframe,
.flythrough-film-card__video iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.flythrough-hero__reel-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(7, 14, 9, 0.78);
  color: #fffdf8;
  backdrop-filter: blur(14px);
}

.flythrough-hero__reel-caption strong {
  color: #f3c66d;
  font-family: var(--font-heading);
  letter-spacing: 0;
}

.flythrough-hero__reel-caption span {
  color: rgba(255, 253, 248, 0.74);
  font-size: 0.9rem;
}

.flythrough-hero__metrics {
  position: relative;
  z-index: 2;
  margin-top: 8px;
}

@media (min-width: 1025px) {
  .flythrough-hero {
    min-height: 100svh;
    gap: clamp(20px, 2.7svh, 26px);
    padding: clamp(70px, 8svh, 84px) 0 clamp(18px, 2.4svh, 24px);
    align-content: center;
  }

  .flythrough-hero__layout {
    gap: clamp(24px, 3vw, 44px);
  }

  .flythrough-hero .hero__eyebrow {
    margin-bottom: 18px;
  }

  .flythrough-hero .hero__title {
    max-width: 11.6ch;
    font-size: clamp(2.6rem, 4.4vw, 4.85rem);
    line-height: 1;
  }

  .flythrough-hero .hero__title-accent {
    margin-top: 8px;
  }

  .flythrough-hero .hero__sub {
    margin-top: 20px;
    line-height: 1.58;
  }

  .flythrough-hero .hero__actions {
    gap: 18px;
    margin-top: 22px;
    transform: translateY(8px);
  }

  .flythrough-hero .hero__actions .btn {
    min-height: 46px;
    padding-top: 0.82rem;
    padding-bottom: 0.82rem;
  }

  .flythrough-hero__reel {
    min-height: clamp(300px, 38svh, 390px);
  }

  .flythrough-hero__metrics {
    width: min(100%, 980px);
    gap: 14px;
    transform: translateY(16px);
  }

  .flythrough-hero .hero__metric {
    min-height: 0;
    padding: 14px 16px;
    border-radius: 22px;
    align-content: center;
  }
}

@media (min-width: 1025px) and (max-height: 800px) {
  .flythrough-hero {
    gap: clamp(16px, 2.1svh, 22px);
    padding-top: 66px;
    padding-bottom: 14px;
  }

  .flythrough-hero .hero__title {
    font-size: clamp(2.35rem, 3.8vw, 3.65rem);
  }

  .flythrough-hero .hero__eyebrow {
    min-height: 36px;
  }

  .flythrough-hero .hero__sub {
    margin-top: 14px;
    font-size: 1rem;
    line-height: 1.52;
  }

  .flythrough-hero .hero__actions {
    margin-top: 14px;
  }

  .flythrough-hero__reel {
    min-height: clamp(260px, 36svh, 330px);
  }

  .flythrough-hero__metrics {
    width: min(100%, 920px);
  }

  .flythrough-hero .hero__metric {
    padding: 12px 14px;
  }
}

.flythrough-reasons,
.flythrough-films,
.flythrough-brief {
  scroll-margin-top: 112px;
}

.flythrough-reasons {
  padding: 76px 0 48px;
}

.flythrough-reasons__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 0.72fr));
  gap: 16px;
  align-items: stretch;
}

.flythrough-reasons__intro,
.flythrough-route-card,
.flythrough-film-card,
.flythrough-brief__panel {
  border-radius: 8px;
}

.flythrough-reasons__intro {
  padding: clamp(28px, 3.4vw, 42px);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(247, 243, 234, 0.96));
  border: 1px solid rgba(16, 33, 13, 0.08);
  box-shadow: 0 18px 42px rgba(16, 33, 13, 0.08);
}

.flythrough-reasons__intro h2,
.flythrough-films__head h2,
.flythrough-brief__copy h2 {
  margin: 0;
  color: var(--green-deep);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.flythrough-reasons__intro p,
.flythrough-films__head p,
.flythrough-brief__copy p {
  margin: 16px 0 0;
  color: rgba(47, 58, 43, 0.76);
  font-size: 1rem;
  line-height: 1.68;
}

.flythrough-route-card {
  position: relative;
  min-height: 260px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(16, 33, 13, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 250, 245, 0.96));
  box-shadow: 0 16px 34px rgba(16, 33, 13, 0.08);
}

.flythrough-route-card::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  height: 3px;
  background: linear-gradient(90deg, #296216, rgba(196, 141, 38, 0.72));
}

.flythrough-route-card span {
  color: #c48d26;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.flythrough-route-card h3 {
  margin: 72px 0 10px;
  color: var(--green-deep);
  font-family: var(--font-heading);
  font-size: 1.65rem;
  line-height: 1;
  letter-spacing: 0;
}

.flythrough-route-card p {
  margin: 0;
  color: rgba(47, 58, 43, 0.72);
  font-size: 0.94rem;
  line-height: 1.55;
}

.flythrough-route-card--gold {
  border-color: rgba(196, 141, 38, 0.36);
  background:
    radial-gradient(circle at 78% 10%, rgba(243, 198, 109, 0.24), transparent 30%),
    linear-gradient(150deg, #fff8eb 0%, #ffffff 100%);
}

.flythrough-films {
  padding: 78px 0;
  background:
    radial-gradient(circle at 82% 12%, rgba(196, 141, 38, 0.16), transparent 28%),
    linear-gradient(180deg, #071109 0%, #0e2012 100%);
}

.flythrough-films__head {
  max-width: 780px;
  margin: 0 auto 28px;
  text-align: center;
}

.flythrough-films__head .section-label,
.flythrough-brief__copy .section-label {
  color: #f3c66d;
}

.flythrough-films__head h2,
.flythrough-brief__copy h2 {
  color: #fffdf8;
}

.flythrough-films__head p,
.flythrough-brief__copy p {
  color: rgba(255, 253, 248, 0.74);
}

.flythrough-films__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.flythrough-film-card {
  overflow: hidden;
  border: 1px solid rgba(243, 198, 109, 0.16);
  background: #fffdf8;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.flythrough-film-card--dark {
  background: #101b13;
}

.flythrough-film-card__video {
  aspect-ratio: 16 / 9;
  border-bottom: 1px solid rgba(16, 33, 13, 0.1);
}

.flythrough-film-card__body {
  padding: 24px;
}

.flythrough-film-card__body span {
  color: #c48d26;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.flythrough-film-card__body h3 {
  margin: 10px 0 0;
  color: var(--green-deep);
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.flythrough-film-card--dark .flythrough-film-card__body h3 {
  color: #fffdf8;
}

.flythrough-film-card__body p {
  margin: 12px 0 0;
  color: rgba(47, 58, 43, 0.74);
  line-height: 1.62;
}

.flythrough-film-card--dark .flythrough-film-card__body p {
  color: rgba(255, 253, 248, 0.72);
}

.flythrough-brief {
  padding: 72px 0 0;
}

.flythrough-brief__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 28px;
  align-items: center;
  padding: clamp(30px, 4vw, 52px);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(243, 198, 109, 0.2), transparent 28%),
    linear-gradient(135deg, #10210d 0%, #071109 100%);
  box-shadow: 0 24px 70px rgba(16, 33, 13, 0.18);
}

.flythrough-brief__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.flythrough-brief__actions .btn--ghost {
  border-color: rgba(255, 255, 255, 0.18);
  color: #fffdf8;
  background: rgba(255, 255, 255, 0.06);
}

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

.flythrough-brief__cards article {
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.flythrough-brief__cards strong,
.flythrough-brief__cards span {
  display: block;
}

.flythrough-brief__cards strong {
  color: #f3c66d;
  font-family: var(--font-heading);
  font-size: 1.34rem;
  line-height: 1.04;
  letter-spacing: 0;
}

.flythrough-brief__cards span {
  margin-top: 12px;
  color: rgba(255, 253, 248, 0.74);
  font-size: 0.94rem;
  line-height: 1.56;
}

@media (max-width: 1080px) {
  .flythrough-hero__layout,
  .flythrough-brief__panel {
    grid-template-columns: 1fr;
  }

  .flythrough-hero__copy {
    max-width: 760px;
  }

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

  .flythrough-reasons__intro {
    grid-column: 1 / -1;
  }

  .flythrough-brief__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .flythrough-hero {
    padding: 104px 0 36px;
  }

  .flythrough-hero__layout {
    gap: 24px;
  }

  .flythrough-hero .hero__title {
    max-width: 9ch;
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .flythrough-hero__reel {
    min-height: 0;
  }

  .flythrough-hero__reel-caption {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .flythrough-reasons {
    padding: 54px 0 34px;
  }

  .flythrough-reasons__grid,
  .flythrough-films__grid,
  .flythrough-brief__cards {
    grid-template-columns: 1fr;
  }

  .flythrough-route-card {
    min-height: 220px;
  }

  .flythrough-route-card h3 {
    margin-top: 48px;
  }

  .flythrough-films {
    padding: 58px 0;
  }

  .flythrough-brief {
    padding-top: 54px;
  }

  .flythrough-brief__actions {
    display: grid;
  }

  .flythrough-brief__actions .btn {
    width: 100%;
  }
}
