.airport-reel {
  scroll-margin-top: 150px;
  min-width: 0;
}
.airport-reel > img {
  position: absolute;
  inset: 0;
}
.airport-reel-panel {
  position: relative;
  margin: 1.5rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: 24px;
  background: #fff8ef;
  color: #1d1d1f;
}
.airport-reel [hidden] { display: none !important; }
.airport-reel h2 {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.airport-reel p { line-height: 1.55; color: #1d1d1f; }
.airport-reel-source {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
}
.airport-reel-intro { margin: 0.85rem 0 1.1rem; }
.airport-reel summary,
.airport-reel button {
  font: inherit;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 999px;
  cursor: pointer;
  padding: 0.8rem 1.15rem;
  min-height: 48px;
  border: 1px solid #1d1d1f;
}
.airport-reel summary,
.airport-reel-accept {
  background: #1d1d1f;
  color: #fff8ef;
}
.airport-reel summary { width: fit-content; list-style: none; }
.airport-reel summary::-webkit-details-marker { display: none; }
.airport-reel-consent[open] > summary { background: #fff8ef; color: #1d1d1f; }
.airport-reel-consent-copy { font-size: 0.88rem; }
.airport-reel-consent-copy a,
.airport-reel-original { text-decoration: underline; text-underline-offset: 3px; }
.airport-reel-validity { margin: 1rem 0 0.35rem; font-size: 0.82rem; }
.airport-reel-original { display: inline-block; font-size: 0.86rem; font-weight: 700; padding-block: 0.5rem; }
.airport-reel-close { background: #fff8ef; color: #1d1d1f; }
.airport-reel-hint { font-size: 0.82rem; margin-block: 0.75rem; }
.airport-reel-frame { max-width: 420px; margin-inline: auto; }
.airport-reel-frame iframe {
  display: block;
  width: 100%;
  height: 740px;
  border: 0;
  background: #fff;
  border-radius: 12px;
}
.airport-reel :where(a, button, summary):focus-visible {
  outline: 3px solid #0f4c81;
  outline-offset: 4px;
}
@media (max-width: 980px) {
  .hero-stage.airport-reel { min-height: 0; }
  .airport-reel > img { position: static; height: clamp(220px, 45vw, 360px); }
  .airport-reel-panel { margin: 0; border-radius: 0; }
  .airport-reel-frame iframe { height: 700px; }
}
@media (max-width: 400px) {
  .airport-reel-panel { padding: 1.25rem; }
  .airport-reel-frame iframe { height: 620px; }
}
