/* Small brand and disclosure refinements kept separate from the base theme. */
.editor-card {
  background: #080a09;
  box-shadow: 16px 16px 0 #292c27;
  padding: 0;
  overflow: hidden;
}

.hero {
  min-height: 570px;
}

.hero-copy {
  padding-top: 58px;
  padding-bottom: 34px;
}

.hero h1 {
  font-size: clamp(58px, 7.2vw, 108px);
  margin-top: 42px;
  margin-bottom: 26px;
}

.hero-visual {
  min-height: 570px;
}

.editor-card {
  width: 265px;
  height: 350px;
}

.orbit {
  width: 430px;
  height: 430px;
  top: 70px;
}

.orbit-two {
  width: 285px;
  height: 285px;
  top: 142px;
}

.ranking {
  padding-top: 62px;
  padding-bottom: 72px;
}

.ranking .section-head {
  margin-bottom: 30px;
}

.ranking .section-head h2 {
  font-size: clamp(38px, 4.2vw, 58px);
}

.hero-brand-logo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.route-line i {
  background: #c3ccad;
  box-shadow: 0 0 0 6px rgba(195, 204, 173, .12);
}

footer {
  flex-wrap: wrap;
}

.maintenance-note {
  flex: 0 0 100%;
  margin: 44px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(23, 25, 22, .18);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.6;
  opacity: .52;
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: auto;
}

.card-actions .card-cta {
  margin-top: 0;
}

.review-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 14px;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.review-link:hover {
  background: var(--tone);
}

.airport-name-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

@media (max-width: 600px) {
  body {
    overflow-x: hidden;
  }

  .hero-copy {
    min-width: 0;
  }

  .lead {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .maintenance-note {
    margin-top: 36px;
    font-size: 8px;
  }

  .card-actions {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    padding-top: 42px;
    padding-bottom: 34px;
  }

  .hero h1 {
    font-size: 54px;
    margin-top: 34px;
  }

  .hero-visual {
    min-height: 460px;
  }

  .ranking {
    padding-top: 52px;
  }
}
