:root {
  --text-inverse: #fff;
  --text-inverse-muted: #dbe4fa;
  --border-inverse: rgba(255, 255, 255, 0.42);
  --focus-inverse: #ffbd66;
}

.commercial-main {
  min-width: 0;
  padding-top: var(--header-h);
  overflow-x: clip;
}
.commercial-main :where(h1, h2, h3, p, li, a, small, strong) {
  overflow-wrap: anywhere;
}
.commercial-main
  :where(.shell, .commercial-heading, .commercial-split, .commercial-rule, .commercial-cta-inner, .price-poster)
  > * {
  min-width: 0;
}
.commercial-hero {
  position: relative;
  min-height: calc(86svh - var(--header-h));
  display: grid;
  align-items: end;
  padding: clamp(90px, 13vh, 150px) 0 64px;
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
}
.commercial-hero .shell {
  position: relative;
  z-index: 1;
}
.commercial-hero::after {
  content: '';
  position: absolute;
  inset: var(--header-h) 0 auto auto;
  width: min(48vw, 720px);
  height: calc(86svh - var(--header-h));
  background:
    linear-gradient(135deg, transparent 10%, rgba(0, 55, 166, 0.78)),
    url('../assets/site/airport-evidence-v1.webp') center/cover;
  opacity: 0.62;
}
.commercial-hero h1 {
  max-width: 850px;
  font-size: clamp(3.8rem, 7.7vw, 7.6rem);
  line-height: 0.88;
  letter-spacing: -0.07em;
}
.commercial-hero p {
  max-width: 650px;
  margin: 28px 0 0;
  color: #d8d8d4;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
}
.commercial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.commercial-actions .button-line {
  border-color: var(--border-inverse);
  color: var(--text-inverse);
}
.commercial-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  margin-bottom: 22px;
  color: #c8d6f6;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.14em;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}
.commercial-kicker::before {
  content: '';
  flex: 0 0 34px;
  width: 34px;
  height: 2px;
  background: var(--orange-bright);
}
.commercial-section {
  padding: clamp(78px, 10vw, 140px) 0;
}
.commercial-section.paper {
  background: var(--paper);
}
.commercial-section.blue {
  background: var(--cobalt);
  color: var(--text-inverse);
}
.commercial-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
  gap: clamp(34px, 7vw, 100px);
  align-items: end;
  margin-bottom: 58px;
}
.commercial-heading p {
  margin: 0;
  color: var(--muted);
}
.commercial-section.blue .commercial-heading p {
  color: var(--text-inverse-muted);
}
.commercial-rule-list {
  border-top: 1px solid currentColor;
}
.commercial-rule {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) minmax(220px, 0.55fr);
  gap: 24px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--rule);
}
.commercial-rule > span {
  color: var(--cobalt);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.commercial-rule h3 {
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
}
.commercial-rule p {
  margin: 5px 0 0;
  color: var(--muted);
}
.commercial-section.blue .commercial-rule {
  border-color: var(--border-inverse);
}
.commercial-section.blue .commercial-rule > span {
  color: var(--focus-inverse);
}
.commercial-section.blue .commercial-rule p {
  color: var(--text-inverse-muted);
}
.commercial-split {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(48px, 9vw, 130px);
  align-items: start;
}
.commercial-sticky {
  position: sticky;
  top: calc(var(--header-h) + 34px);
}
.commercial-sticky p {
  color: var(--muted);
}
.commercial-ledger {
  background: #eeece5;
  padding: clamp(28px, 5vw, 60px);
}
.commercial-ledger .line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--rule);
}
.commercial-ledger .line.total {
  margin-top: 18px;
  border-top: 2px solid var(--ink);
  font-size: 1.25rem;
  font-weight: 800;
}
.commercial-boundary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--rule);
}
.commercial-boundary article {
  padding: 30px 28px;
}
.commercial-boundary article + article {
  border-left: 1px solid var(--rule);
}
.commercial-boundary small {
  color: var(--cobalt);
  font-weight: 850;
  letter-spacing: 0.1em;
}
.commercial-boundary h3 {
  margin-top: 14px;
}
.commercial-boundary p {
  color: var(--muted);
}
.commercial-section.blue .commercial-boundary {
  border-color: var(--border-inverse);
}
.commercial-section.blue .commercial-boundary article + article {
  border-color: var(--border-inverse);
}
.commercial-section.blue .commercial-boundary small {
  color: var(--focus-inverse);
}
.commercial-section.blue .commercial-boundary p {
  color: var(--text-inverse-muted);
}
.commercial-cta {
  padding: clamp(80px, 12vw, 150px) 0;
  background: var(--orange);
  color: #fff;
}
.commercial-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.55fr);
  gap: 60px;
  align-items: end;
}
.commercial-cta p {
  color: #ffe7dd;
}
.commercial-cta .button-light {
  color: var(--ink);
}
.commercial-footer-note {
  max-width: 820px;
}
.legal-hero {
  min-height: min(62svh, 680px);
}
.legal-document {
  max-width: 920px;
}
.legal-document > section {
  padding: 34px 0;
  border-top: 1px solid var(--rule);
}
.legal-document > section:first-of-type {
  border-top: 0;
}
.legal-document h2 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -0.04em;
}
.legal-document h3 {
  margin: 26px 0 10px;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}
.legal-document p,
.legal-document li,
.legal-document address {
  max-width: 790px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}
.legal-document address {
  font-style: normal;
}
.legal-document ul {
  display: grid;
  gap: 9px;
  padding-left: 24px;
}
.legal-document a {
  color: var(--cobalt);
  text-underline-offset: 0.18em;
}
.legal-meta {
  margin: 0 0 26px;
  color: var(--cobalt) !important;
  font-size: 0.78rem !important;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.legal-table-wrap {
  max-width: 100%;
  margin: 24px 0;
  overflow-x: auto;
  outline-offset: 4px;
}
.legal-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  font-size: 0.86rem;
  line-height: 1.55;
}
.legal-table th,
.legal-table td {
  padding: 15px;
  border: 1px solid var(--rule);
  text-align: left;
  vertical-align: top;
}
.legal-table th {
  background: var(--ink);
  color: var(--paper);
}
.legal-table code {
  color: var(--ink);
  font-size: 0.78rem;
  overflow-wrap: anywhere;
}
.airline-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--rule);
}
.airline-link {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 28px;
  border-bottom: 1px solid var(--rule);
  color: inherit;
  text-decoration: none;
  transition:
    background 0.18s ease,
    color 0.18s ease;
}
.airline-link:nth-child(odd) {
  border-right: 1px solid var(--rule);
}
.airline-link:hover,
.airline-link:focus-visible {
  background: var(--cobalt);
  color: var(--text-inverse);
}
.airline-link:focus-visible {
  outline-color: var(--focus-inverse);
  outline-offset: -5px;
}
.airline-link small {
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.airline-link h2 {
  margin-top: 38px;
  font-size: clamp(2rem, 4vw, 4rem);
}
.airline-link p {
  margin: 12px 0 0;
  color: var(--muted);
}
.airline-link:hover p,
.airline-link:focus-visible p {
  color: var(--text-inverse-muted);
}
.airline-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 22px;
  padding: 7px 10px;
  border: 1px solid currentColor;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: 0.08em;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}
.airline-status::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}
.airline-status.preview::before {
  background: var(--orange);
}
.airline-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--rule);
  background: var(--paper);
}
.airline-fact {
  min-height: 150px;
  padding: 24px;
}
.airline-fact + .airline-fact {
  border-left: 1px solid var(--rule);
}
.airline-fact small {
  color: var(--muted);
}
.airline-fact strong {
  display: block;
  margin-top: 12px;
  font-size: 1.08rem;
}
.source-list {
  list-style: none;
  padding: 0;
  border-top: 1px solid var(--rule);
}
.source-list li {
  border-bottom: 1px solid var(--rule);
}
.source-list a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  padding: 17px 0;
  text-decoration: none;
}
.source-list a:hover {
  color: var(--cobalt);
}
.source-list small {
  color: var(--muted);
  overflow-wrap: anywhere;
}
.price-poster {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.55fr);
  border-block: 1px solid var(--ink);
}
.price-poster > div {
  padding: clamp(34px, 6vw, 76px) 0;
}
.price-poster > div + div {
  padding-left: clamp(32px, 5vw, 70px);
  border-left: 1px solid var(--ink);
}
.price-number {
  font-size: clamp(5rem, 12vw, 11rem);
  line-height: 0.78;
  letter-spacing: -0.09em;
}
.price-number sup {
  font-size: 0.18em;
  letter-spacing: 0;
  vertical-align: top;
}
.price-includes {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}
.price-includes li {
  padding: 12px 0;
  border-bottom: 1px solid var(--rule);
}
.sample-sheet {
  min-height: 680px;
  padding: clamp(34px, 6vw, 78px);
  background: #fff;
  box-shadow: 0 24px 80px rgba(23, 25, 26, 0.12);
}
.sample-sheet header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--ink);
}
.sample-sheet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 50px;
  margin-top: 40px;
}
.sample-sheet-grid div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--rule);
}
.reveal-commercial,
[data-commercial-reveal] {
  opacity: 1;
  transform: none;
}
.commercial-reveal-enhanced .reveal-commercial,
.commercial-reveal-enhanced [data-commercial-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}
.commercial-reveal-enhanced .reveal-commercial.is-visible,
.commercial-reveal-enhanced [data-commercial-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.commercial-hero :focus-visible,
.commercial-section.blue :focus-visible {
  outline-color: var(--focus-inverse);
}
.commercial-cta :focus-visible {
  outline-color: var(--ink);
}
.source-list a:focus-visible {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .commercial-hero::after {
    width: 70vw;
    opacity: 0.35;
  }
  .commercial-heading,
  .commercial-split,
  .commercial-cta-inner,
  .price-poster {
    grid-template-columns: 1fr;
  }
  .commercial-sticky {
    position: static;
  }
  .commercial-rule {
    grid-template-columns: 54px minmax(0, 1fr);
  }
  .commercial-rule > p {
    grid-column: 2;
  }
  .commercial-boundary,
  .airline-facts {
    grid-template-columns: 1fr 1fr;
  }
  .commercial-boundary article:nth-child(3) {
    border-top: 1px solid var(--rule);
    border-left: 0;
  }
  .airline-fact:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--rule);
  }
  .airline-fact:nth-child(4) {
    border-top: 1px solid var(--rule);
  }
  .price-poster > div + div {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--ink);
  }
}

@media (max-width: 680px) {
  .commercial-main {
    padding-top: 72px;
  }
  .commercial-hero {
    min-height: calc(100svh - 72px);
    padding: 86px 0 42px;
  }
  .commercial-hero::after {
    inset: 72px 0 auto;
    width: 100%;
    height: 45%;
    opacity: 0.36;
  }
  .commercial-hero h1 {
    font-size: clamp(3.25rem, 17vw, 5.2rem);
  }
  .commercial-actions {
    display: grid;
  }
  .commercial-actions .button {
    width: 100%;
  }
  .commercial-heading {
    margin-bottom: 36px;
  }
  .commercial-rule {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
  }
  .commercial-boundary,
  .airline-index,
  .airline-facts,
  .sample-sheet-grid {
    grid-template-columns: 1fr;
  }
  .commercial-boundary article + article,
  .airline-link:nth-child(odd),
  .airline-fact + .airline-fact {
    border-left: 0;
  }
  .commercial-boundary article + article,
  .airline-fact + .airline-fact {
    border-top: 1px solid var(--rule);
  }
  .airline-link {
    min-height: 190px;
  }
  .sample-sheet {
    min-height: 0;
  }
  .airline-status {
    align-items: flex-start;
  }
}

@media (pointer: coarse) {
  .commercial-actions .button,
  .source-list a {
    min-height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .commercial-reveal-enhanced .reveal-commercial,
  .commercial-reveal-enhanced [data-commercial-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media print {
  .reveal-commercial,
  [data-commercial-reveal],
  .commercial-reveal-enhanced .reveal-commercial,
  .commercial-reveal-enhanced [data-commercial-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
