/* Launch updates: complete rainbow hero and verified public booking links. */
:root,
body[data-atmosphere="sunset"],
body[data-atmosphere="night"] {
  --hero-image: url("./assets/hero-rainbow-full.jpg");
}

.hero-media {
  z-index: 0 !important;
  background: #173f48 !important;
}

.hero-photo {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
}

.hero {
  min-height: 0 !important;
}

@media (max-width: 820px) {
  .hero {
    position: relative !important;
    padding: 0 !important;
  }

  .hero-media {
    aspect-ratio: 16 / 9 !important;
  }

  .hero-photo {
    height: 100% !important;
  }

  .hero-content {
    position: absolute !important;
    inset: auto auto clamp(0.85rem, 4vw, 1.25rem) clamp(0.85rem, 4vw, 1.25rem) !important;
    z-index: 3 !important;
    width: min(70%, 280px) !important;
    padding: 0 !important;
  }

  .hero .hero-brand-lockup h1 {
    font-size: clamp(1rem, 4.8vw, 1.35rem) !important;
    line-height: 1.05 !important;
    text-shadow: 0 2px 12px rgba(5, 26, 22, 0.72) !important;
  }

  .hero .hero-brand-lockup h1 span,
  .hero .hero-brand-lockup h1 span:first-child {
    display: inline !important;
    margin: 0 !important;
    font-size: inherit !important;
  }

  .atmosphere-switch {
    display: none !important;
  }
}

.channel-node {
  color: var(--forest);
  text-decoration: none;
  transition: color 220ms ease, background-color 220ms ease;
}

a.channel-node:hover,
a.channel-node:focus-visible {
  color: #ffffff;
  background: var(--editorial-leaf, #4d8069);
}

.platform-directory {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.8fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
  padding-block: clamp(1.5rem, 3vw, 2.6rem);
  border-block: 1px solid rgba(22, 69, 58, 0.18);
}

.platform-directory-heading h3 {
  max-width: 420px;
  margin: 0.45rem 0 0;
  color: var(--editorial-deep, #0d352e);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1;
}

.platform-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(22, 69, 58, 0.16);
  border: 1px solid rgba(22, 69, 58, 0.16);
}

.platform-link-grid a {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.25rem 0.8rem;
  min-height: 96px;
  padding: 1rem 1.1rem;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  transition: color 220ms ease, background-color 220ms ease;
}

.platform-link-grid strong {
  align-self: end;
  font-size: 1rem;
}

.platform-link-grid span {
  grid-column: 1;
  color: var(--soft-ink);
  font-size: 0.78rem;
}

.platform-link-grid svg {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  width: 18px;
  height: 18px;
}

.platform-link-grid a:hover,
.platform-link-grid a:focus-visible {
  color: #ffffff;
  background: var(--editorial-deep, #0d352e);
}

.platform-link-grid a:hover span,
.platform-link-grid a:focus-visible span {
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 820px) {
  .proof-band {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .proof-band > div {
    min-height: 116px !important;
    padding: 1rem 0.75rem !important;
    border-right: 1px solid rgba(21, 75, 62, 0.12) !important;
    border-bottom: 1px solid rgba(21, 75, 62, 0.12) !important;
  }

  .proof-band > div:nth-child(2n) {
    border-right: 0 !important;
  }

  .proof-band > div:nth-last-child(-n + 2) {
    border-bottom: 0 !important;
  }

  .proof-band strong {
    font-size: clamp(1.75rem, 9vw, 2.35rem) !important;
  }

  .proof-band span {
    font-size: 0.64rem !important;
  }

  .platform-directory {
    grid-template-columns: 1fr;
  }
}

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