:root {
  --ink: #163f4e;
  --blue: #226089;
  --paper: #edf6fa;
  --line: #194e642b;
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #298dcd;
  outline-offset: 5px;
}
button:disabled {
  cursor: default;
}
button {
  color: inherit;
}
button:focus:not(:focus-visible) {
  outline: none;
}
::selection {
  background: #9ed9f5;
  color: #153e50;
}
[hidden] {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  background: white;
  padding: 14px;
  z-index: 100;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
.eyebrow {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.16em;
  font-weight: 600;
  margin: 0 0 23px;
}
em {
  font-weight: 400;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 1px solid transparent;
  border-radius: 99px;
  padding: 16px 25px;
  min-height: 54px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  transition:
    transform 0.25s,
    background 0.25s,
    box-shadow 0.25s;
}
.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 20px #153f4b13;
}
.button-primary {
  color: #fff;
  background: var(--ink);
}
.button-primary:hover {
  background: #22586c;
}
.button-soft {
  background: #ffffff80;
  border-color: #25536d24;
}
.button-white {
  background: #f7fcff;
  color: var(--ink);
}
.button-time {
  padding-left: 14px;
  border-left: 1px solid #ffffff40;
  font-size: 12px;
  opacity: 0.8;
}
.play-icon {
  font-size: 12px;
}
.text-button {
  background: none;
  border: 0;
  border-bottom: 1px solid #25516b50;
  padding: 8px 0;
  min-height: 44px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.text-button:hover {
  border-color: currentColor;
}
.round-button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #ffffff90;
  border-radius: 50%;
  background: #eef7f1ba;
  backdrop-filter: blur(14px);
  font-size: 18px;
  flex: none;
}
.site-header {
  height: 91px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 12px 4vw;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 5;
}
.brand {
  display: block;
  width: 190px;
  flex: none;
}
.brand img {
  width: 100%;
  height: auto;
}
.header-tag {
  font-size: 12px;
  line-height: 1.6;
  color: #4a6b77;
  border-left: 1px solid var(--line);
  padding-left: 27px;
}
.header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 13px;
}
.launch-status {
  font-size: 12px;
  letter-spacing: 0.035em;
}
.social-link {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 12px 17px;
  border: 1px solid var(--line);
  border-radius: 50px;
  font-size: 14px;
}
.social-link:hover {
  background: #fff9;
}
.hero {
  overflow: hidden;
  background: linear-gradient(#edf6fa, #e7f1f4);
}
.hero-copy {
  text-align: center;
  padding: 45px 24px 34px;
  position: relative;
  z-index: 2;
}
.hero-copy .eyebrow {
  margin-bottom: 17px;
}
.hero h1 {
  font: 400 clamp(55px, 6.8vw, 112px) / 1.04 var(--serif);
  letter-spacing: -0.045em;
  margin: 0 auto 20px;
  max-width: 1400px;
}
.hero h1 em {
  display: inline-block;
  color: #377793;
  transform-origin: 20% 80%;
  transition: transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.hero-description {
  font-size: 16px;
  margin: 0 0 26px;
  line-height: 1.6;
  color: #416574;
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 11px;
  flex-wrap: wrap;
}
.hero-stage {
  position: relative;
  aspect-ratio: 7/3;
  width: 100%;
  overflow: hidden;
  background: #aecbd6;
  isolation: isolate;
}
.hero-stage video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.film-note {
  position: absolute;
  left: 4vw;
  bottom: 34px;
  color: white;
  text-shadow: 0 2px 15px #0009;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
}
.film-note span:first-child {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  border-right: 1px solid #fffa;
  padding-right: 18px;
}
.hero-stage > .round-button {
  position: absolute;
  right: 4vw;
  bottom: 26px;
}
.hero-footnote {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 4vw;
  font-size: 12px;
  gap: 25px;
  border-bottom: 1px solid var(--line);
}
.hero-footnote a {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.hero-footnote > span {
  color: #53747b;
}
.hero-footnote > span:last-child {
  text-align: right;
}
.stories {
  padding: 105px 6vw 75px;
  max-width: 1680px;
  margin: auto;
  position: relative;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 44px;
}
.section-heading h2 {
  font: 400 clamp(48px, 5.5vw, 82px) / 1.03 var(--serif);
  letter-spacing: -0.05em;
  margin: 0;
}
.section-heading h2 em {
  color: #3c7c92;
}
.section-heading > p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 5px;
  max-width: 370px;
}
.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.story-card {
  --angle: 0deg;
  min-width: 0;
  transition: transform 0.4s;
}
.story-play {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  color: inherit;
}
.story-image-wrap {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  background: #d7e8ed;
}
.story-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.story-play:hover img {
  transform: scale(1.045);
}
.story-duration {
  position: absolute;
  left: 15px;
  top: 15px;
  background: #f3faffd9;
  padding: 6px 9px;
  border-radius: 30px;
  font-size: 12px;
}
.play-bubble {
  position: absolute;
  right: 17px;
  bottom: 17px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f5fbfff0;
  display: grid;
  place-items: center;
  font-size: 19px;
  box-shadow: 0 6px 20px #142c4820;
}
.story-text {
  padding: 21px 0 17px;
  border-bottom: 1px solid var(--line);
}
.story-text p {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 9px;
  color: #50737d;
}
.story-text h3 {
  font: 400 clamp(23px, 2.2vw, 34px) / 1.16 var(--serif);
  letter-spacing: -0.03em;
  margin: 0;
}
.stories-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  margin-top: 18px;
}
.stories-bottom p {
  font-size: 12px;
  color: #52727f;
}
.effects-cloud {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 60px 0 8px;
  flex-wrap: wrap;
}
.effect-pill {
  border: 1px solid #4879913a;
  background: #dceef4;
  font-size: 14px;
  border-radius: 40px;
  padding: 14px 21px;
  display: inline-flex;
  gap: 22px;
  align-items: center;
  min-height: 48px;
  transition:
    transform 0.4s,
    background 0.4s;
}
.effect-pill:nth-child(1) {
  rotate: -5deg;
}
.effect-pill:nth-child(2) {
  rotate: 3deg;
}
.effect-pill:nth-child(3) {
  rotate: -3deg;
}
.effect-pill:hover {
  background: #cde6f1;
  transform: translateY(-7px);
}
.effect-pill span {
  font-size: 20px;
}
.finale {
  height: 820px;
  min-height: 620px;
  max-height: 95svh;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #afd2ec;
}
.finale > video,
.finale-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.finale-shade {
  z-index: -1;
  background: linear-gradient(180deg, #e2f0fc3b, #dbedf857 40%, #a9cce063);
}
.finale-content {
  padding: 45px 24px 70px;
  max-width: 920px;
}
.finale .eyebrow {
  font-size: 12px;
  text-shadow: 0 1px 10px white;
}
.finale h2 {
  font: 400 clamp(76px, 9vw, 136px) / 0.96 var(--serif);
  letter-spacing: -0.045em;
  margin: 0 0 28px;
  color: #173d51;
  text-shadow: 0 1px 20px #d5eaf466;
}
.finale-content > p:not(.eyebrow) {
  font-size: 17px;
  line-height: 1.6;
  text-shadow: 0 1px 10px #dff1ff;
  margin: 0 0 28px;
}
.final-launch {
  display: block;
  font-size: 12px;
  margin: 20px 0 0;
  letter-spacing: 0.04em;
}
.finale-bottom {
  position: absolute;
  left: 4vw;
  right: 4vw;
  bottom: 82px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.finale-bottom .text-button {
  background: #e4f4ffba;
  border: 1px solid #eefaffc4;
  border-radius: 50px;
  padding: 13px 22px;
  font-size: 13px;
  backdrop-filter: blur(10px);
}
.sightings-details {
  padding: 0 6vw;
  background: #e2f0f6;
}
.sightings-details > summary {
  padding: 29px 0;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  border-bottom: 1px solid var(--line);
}
.sightings-details > summary::-webkit-details-marker {
  display: none;
}
.sightings-details > summary > span {
  font-size: 24px;
  line-height: 18px;
  transition: rotate 0.2s;
}
.sightings-details[open] > summary > span {
  rotate: 45deg;
}
.city-section {
  padding: 60px 0 30px;
}
.city-title {
  text-align: center;
  padding: 0 20px 30px;
}
.city-title h2 {
  font: 400 clamp(36px, 4vw, 64px) / 1.12 var(--serif);
  letter-spacing: -0.04em;
  margin: 0;
}
.city-stage {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  isolation: isolate;
  background: #86afc5;
  border-radius: 4px;
}
.city-stage video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.city-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #092d4fba, transparent 70%);
}
.city-index {
  position: absolute;
  top: 28px;
  left: 30px;
  right: 30px;
  display: flex;
  justify-content: space-between;
  color: white;
  font-size: 12px;
}
.city-caption {
  position: absolute;
  left: 32px;
  bottom: 32px;
  color: white;
}
.city-caption h3 {
  font: 400 clamp(34px, 5vw, 70px) / 1 var(--serif);
  letter-spacing: -0.04em;
  margin: 0 0 12px;
}
.city-caption p {
  font-size: 15px;
  margin: 0;
}
.city-transport {
  position: absolute;
  bottom: 32px;
  right: 30px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.city-transport .round-button {
  color: white;
  background: #eff7ff24;
}
.tour-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #eefaff26;
  color: white;
  border: 1px solid #ffffff5c;
  backdrop-filter: blur(12px);
  min-height: 44px;
  border-radius: 60px;
  font-size: 14px;
  padding: 12px 18px;
}
.city-picker {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.city-picker button {
  border: 1px solid transparent;
  background: transparent;
  color: #3d6685;
  padding: 12px 18px;
  min-height: 44px;
  border-radius: 40px;
  font-size: 14px;
}
.city-picker button[aria-pressed="true"] {
  background: var(--ink);
  color: white;
}
.city-picker button:hover {
  border-color: var(--line);
}
.site-footer {
  padding: 44px 6vw 95px;
  background: #eaf4f8;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}
.footer-top > .brand {
  width: 205px;
}
.footer-top > p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.official-links {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  font-size: 14px;
}
.official-links a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.disclaimer {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 10vw;
  font-size: 12px;
  line-height: 1.8;
  padding: 25px 0;
  color: #526f7d;
}
.disclaimer p {
  margin: 0;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-size: 12px;
  border-top: 1px solid var(--line);
  padding-top: 15px;
}
.footer-bottom > div {
  display: flex;
  gap: 25px;
}
.footer-bottom .text-button {
  font-size: 12px;
  border: 0;
}
.flight-controls {
  position: fixed;
  right: 18px;
  bottom: 16px;
  display: flex;
  gap: 2px;
  padding: 5px;
  border: 1px solid #ffffffc9;
  background: #f2f9f9ed;
  border-radius: 99px;
  box-shadow: 0 5px 26px #153f591b;
  backdrop-filter: blur(16px);
  z-index: 25;
  transition: opacity 0.25s;
}
.flight-controls button {
  border: 0;
  min-height: 38px;
  padding: 9px 13px;
  border-radius: 99px;
  background: transparent;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.flight-controls button[aria-pressed="true"] {
  background: var(--ink);
  color: white;
}
.modal-open .flight-controls {
  opacity: 0;
  pointer-events: none;
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 83px;
  transform: translate(-50%, 10px);
  background: #163f4eef;
  color: #fff;
  border-radius: 12px;
  font-size: 14px;
  padding: 15px 23px;
  max-width: calc(100vw - 32px);
  width: max-content;
  z-index: 70;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
  box-shadow: 0 8px 30px #163f4e22;
}
.toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.modal-open {
  overflow: hidden;
}
.is-floating .hero h1 em {
  transform: translateY(-22px) rotate(-5deg);
}
.is-floating .hero-stage {
  box-shadow: 0 30px 80px #2b61862e;
}
.is-floating .effect-pill {
  animation: pill-float 4s ease-in-out infinite alternate;
}
.is-floating .effect-pill:nth-child(2) {
  animation-delay: -2s;
}
.is-floating .effect-pill:nth-child(3) {
  animation-delay: -3s;
}
@keyframes pill-float {
  to {
    translate: 0 -20px;
    rotate: 5deg;
  }
}
.float-particle {
  position: fixed;
  z-index: 28;
  pointer-events: none;
  font-family: var(--serif);
  font-size: 22px;
  color: #287bb4;
  animation: float-away 2.4s cubic-bezier(0.1, 0.65, 0.3, 1) forwards;
}
@keyframes float-away {
  0% {
    transform: translate(0, 0) rotate(0);
    opacity: 1;
  }
  100% {
    transform: translate(var(--dx), -220px) rotate(var(--rot));
    opacity: 0;
  }
}
.reveal {
  transition:
    opacity 0.8s,
    transform 0.8s;
}
.ready .reveal:not(.in-view) {
  opacity: 0;
  transform: translateY(20px);
}
dialog {
  color: var(--ink);
  padding: 0;
  border: 0;
  max-height: 92svh;
  overflow-y: auto;
  box-shadow: 0 30px 80px #061c4055;
  border-radius: 12px;
}
dialog::backdrop {
  background: #0a243cbb;
  backdrop-filter: blur(10px);
}
.film-dialog {
  width: min(1200px, 94vw);
  background: #f0f7fa;
}
.film-dialog-top {
  padding: 22px 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.film-dialog-top .eyebrow {
  margin: 0 0 5px;
  font-size: 11px;
}
.film-dialog-top h2 {
  font: 400 29px/1.15 var(--serif);
  letter-spacing: -0.03em;
  margin: 0;
}
.dialog-close {
  border: 1px solid #1d577f40;
  background: transparent;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font: 300 27px Arial;
  flex: 0 0 44px;
  color: var(--ink);
}
.dialog-close:hover {
  background: #d9effe;
}
.film-dialog video {
  display: block;
  width: 100%;
  max-height: 66svh;
  background: #0b2538;
}
.film-caption {
  font-size: 12px;
  margin: 17px 27px 20px;
  color: #527890;
}
.video-error {
  font-size: 14px;
  padding: 0 27px;
}
.postcard-dialog {
  width: min(730px, 94vw);
  background: #f3faff;
  padding: 34px;
}
.postcard-heading {
  position: relative;
}
.postcard-heading > .dialog-close {
  position: absolute;
  right: 0;
  top: 0;
}
.postcard-heading .eyebrow {
  padding-right: 56px;
  font-size: 11px;
  margin-bottom: 15px;
}
.postcard-heading h2 {
  font: 400 46px/1.04 var(--serif);
  letter-spacing: -0.04em;
  margin: 0 0 28px;
}
.postcard-fields {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 18px;
  margin-bottom: 24px;
}
.postcard-fields label {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.postcard-fields input,
.postcard-fields select {
  font: 16px var(--sans);
  padding: 13px 14px;
  min-width: 0;
  width: 100%;
  border: 1px solid #36688935;
  border-radius: 8px;
  background: white;
  color: var(--ink);
  min-height: 48px;
}
.postcard-fields input:focus,
.postcard-fields select:focus {
  outline: 2px solid #71c7fc;
  outline-offset: 2px;
}
#postcard-canvas {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  background: #d5eefa;
}
.postcard-status {
  font-size: 13px;
  min-height: 19px;
  margin: 12px 0;
}
.postcard-dialog .button {
  width: 100%;
}
.privacy-note {
  font-size: 12px;
  color: #537086;
  text-align: center;
  line-height: 1.5;
  margin: 16px 0 0;
}
@media (min-width: 1800px) {
  .hero-copy {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .hero-stage {
    max-height: 720px;
  }
  .hero-stage video {
    object-fit: cover;
  }
  .stories {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1050px) {
  .header-tag {
    display: none;
  }
  .hero h1 {
    max-width: 750px;
  }
  .hero h1 em {
    white-space: nowrap;
  }
  .hero-copy {
    padding-top: 42px;
  }
  .section-heading > p {
    max-width: 300px;
    font-size: 15px;
  }
  .story-grid {
    gap: 20px;
  }
  .city-caption {
    bottom: 105px;
  }
  .city-transport {
    left: 30px;
    right: auto;
    bottom: 28px;
  }
  .finale {
    height: 750px;
  }
  .film-note {
    bottom: 25px;
  }
}
@media (max-width: 700px) {
  .site-header {
    height: 78px;
    padding: 10px 20px;
    gap: 12px;
  }
  .brand {
    width: 140px;
  }
  .header-actions {
    gap: 8px;
    flex-direction: column;
    align-items: flex-end;
  }
  .header-actions .launch-status {
    font-size: 10px;
    letter-spacing: 0.02em;
  }
  .social-link {
    font-size: 12px;
    padding: 0;
    border: 0;
    gap: 10px;
  }
  .header-tag {
    display: none;
  }
  .hero-copy {
    padding: 40px 20px 30px;
  }
  .hero-copy .eyebrow {
    font-size: 10px;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
  }
  .hero h1 {
    font-size: clamp(57px, 11.8vw, 82px);
    line-height: 1.04;
    letter-spacing: -0.05em;
    max-width: 600px;
    margin-bottom: 22px;
  }
  .hero h1 em {
    display: block;
  }
  .hero-description {
    font-size: 14px;
    max-width: 260px;
    margin: 0 auto 23px;
    line-height: 1.7;
  }
  .hero-actions {
    gap: 10px;
  }
  .hero-actions > .button {
    font-size: 13px;
    padding: 14px 18px;
    gap: 10px;
    min-height: 48px;
  }
  .button-time {
    font-size: 11px;
    padding-left: 10px;
  }
  .hero-stage {
    aspect-ratio: 7/3;
  }
  .film-note {
    display: none;
  }
  .hero-stage > .round-button {
    width: 34px;
    height: 34px;
    right: 12px;
    bottom: 12px;
    font-size: 14px;
  }
  .hero-footnote {
    justify-content: center;
    padding: 20px;
    font-size: 12px;
  }
  .hero-footnote > span {
    display: none;
  }
  .hero-footnote a {
    font-size: 12px;
  }
  .stories {
    padding: 62px 22px 50px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading .eyebrow {
    font-size: 10px;
    margin-bottom: 18px;
  }
  .section-heading h2 {
    font-size: 54px;
  }
  .section-heading h2 br {
    display: none;
  }
  .section-heading > p {
    font-size: 14px;
    max-width: none;
    margin-top: 20px;
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .story-image-wrap {
    aspect-ratio: 16/10;
  }
  .story-text {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 16px 0;
  }
  .story-text p {
    margin: 0;
    font-size: 11px;
  }
  .story-text h3 {
    font-size: 30px;
  }
  .stories-bottom {
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
    margin-top: 20px;
  }
  .stories-bottom p {
    margin: 0;
  }
  .stories-bottom .text-button {
    font-size: 13px;
  }
  .effects-cloud {
    padding: 40px 0 3px;
    gap: 12px;
  }
  .effect-pill {
    font-size: 12px;
    padding: 11px 16px;
    gap: 16px;
    min-height: 43px;
  }
  .effect-pill span {
    font-size: 17px;
  }
  .finale {
    height: 760px;
    min-height: 690px;
    max-height: none;
  }
  .finale-content {
    padding-bottom: 115px;
  }
  .finale .eyebrow {
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    max-width: 240px;
    margin: 0 auto 27px;
  }
  .finale h2 {
    font-size: 84px;
    letter-spacing: -0.06em;
    line-height: 1;
    margin-bottom: 25px;
  }
  .finale-content > p:not(.eyebrow) {
    font-size: 14px;
    max-width: 245px;
    margin: 0 auto 26px;
    line-height: 1.7;
  }
  .finale-bottom {
    left: 20px;
    right: 20px;
    bottom: 82px;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
  .finale-bottom .text-button {
    font-size: 12px;
    padding: 10px 16px;
    min-height: 42px;
  }
  .sightings-details {
    padding: 0 22px;
  }
  .sightings-details > summary {
    font-size: 13px;
    padding: 24px 0;
    gap: 20px;
  }
  .city-section {
    padding-top: 35px;
  }
  .city-title {
    padding: 0 0 25px;
  }
  .city-title .eyebrow {
    font-size: 10px;
  }
  .city-title h2 {
    font-size: 37px;
  }
  .city-stage {
    aspect-ratio: 4/5;
  }
  .city-index {
    top: 18px;
    left: 18px;
    right: 18px;
    font-size: 10px;
    gap: 30px;
  }
  .city-index > span:last-child {
    text-align: right;
  }
  .city-caption {
    left: 20px;
    bottom: 105px;
    right: 20px;
  }
  .city-caption h3 {
    font-size: 39px;
  }
  .city-caption p {
    font-size: 13px;
    line-height: 1.6;
  }
  .city-transport {
    left: 20px;
    right: 20px;
    bottom: 25px;
    justify-content: space-between;
    gap: 7px;
  }
  .city-transport .round-button {
    width: 40px;
    height: 40px;
  }
  .tour-button {
    font-size: 12px;
    padding: 11px 13px;
  }
  .city-picker {
    gap: 3px;
  }
  .city-picker button {
    font-size: 12px;
    padding: 10px 11px;
  }
  .site-footer {
    padding: 32px 22px 100px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-top > .brand {
    width: 160px;
  }
  .footer-top > p {
    font-size: 12px;
    margin-left: auto;
  }
  .official-links {
    margin: 0;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
  }
  .official-links .launch-status {
    font-size: 12px;
  }
  .disclaimer {
    grid-template-columns: 1fr;
    gap: 18px;
    font-size: 12px;
    line-height: 1.7;
    padding: 22px 0;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .footer-bottom > span {
    font-size: 11px;
  }
  .footer-bottom > div {
    justify-content: space-between;
    width: 100%;
    gap: 18px;
  }
  .footer-bottom .text-button {
    font-size: 12px;
  }
  .flight-controls {
    bottom: 12px;
    right: 12px;
    padding: 4px;
  }
  .flight-controls button {
    font-size: 11px;
    min-height: 36px;
    padding: 8px 11px;
  }
  .toast {
    bottom: 78px;
    font-size: 13px;
    line-height: 1.5;
  }
  .film-dialog-top {
    padding: 18px;
  }
  .film-dialog-top h2 {
    font-size: 24px;
  }
  .film-caption {
    margin: 15px 18px;
    font-size: 11px;
  }
  .postcard-dialog {
    padding: 25px 20px;
  }
  .postcard-heading h2 {
    font-size: 36px;
  }
  .postcard-fields {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .postcard-heading .eyebrow {
    font-size: 10px;
    max-width: 220px;
  }
  .privacy-note {
    font-size: 12px;
  }
  .is-floating .hero h1 em {
    transform: translateY(-9px) rotate(-4deg);
  }
}
@media (max-width: 370px) {
  .site-header {
    padding: 10px 15px;
  }
  .brand {
    width: 122px;
  }
  .hero-copy {
    padding: 32px 15px 25px;
  }
  .hero h1 {
    font-size: 54px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: center;
  }
  .hero-actions > .button {
    min-width: 220px;
  }
  .hero-description {
    max-width: 230px;
  }
  .section-heading h2 {
    font-size: 47px;
  }
  .footer-top > p {
    margin: 0;
  }
  .finale h2 {
    font-size: 76px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
body.reduce-motion,
body.reduce-motion * {
  scroll-behavior: auto !important;
}
body.reduce-motion *,
body.reduce-motion *:before,
body.reduce-motion *:after {
  animation: none !important;
  transition: none !important;
}
body.reduce-motion .reveal {
  opacity: 1 !important;
  transform: none !important;
}
