@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400&family=Manrope:wght@300;400;500&family=Newsreader:opsz,wght@6..72,300;6..72,400&display=swap');

:root {
  --night: #020c25;
  --deep-blue: #061a42;
  --cream: #f2eee5;
  --paper: #eee9df;
  --ink: #15263a;
  --muted: #61707a;
  --amber: #f2a44e;
  --pale-blue: #dbe4e8;
  --line-dark: rgba(242, 238, 229, .2);
  --line-light: rgba(21, 38, 58, .2);
  --sans: "Manrope", system-ui, sans-serif;
  --serif: "Newsreader", Georgia, serif;
  --mono: "DM Mono", ui-monospace, monospace;
  --wrap: min(1180px, calc(100% - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; }
body.lightbox-open { overflow: hidden; }
a { color: inherit; }
button { font: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.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; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; color: var(--night); background: var(--cream); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; color: var(--cream); }
.nav-shell { width: var(--wrap); min-height: 88px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line-dark); }
.wordmark { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 500; text-decoration: none; }
.wordmark-icon { display: block; width: 28px; height: 28px; flex: 0 0 auto; object-fit: cover; border-radius: 50%; }
.site-nav { display: flex; gap: 32px; font: 400 10px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.site-nav a { text-decoration: none; opacity: .66; transition: opacity .2s; }
.site-nav a:hover, .site-nav a:focus-visible { opacity: 1; }
.nav-toggle { display: none; padding: 10px; color: inherit; background: transparent; border: 0; }

.hero { position: relative; min-height: 720px; height: 100svh; overflow: hidden; color: var(--cream); background: var(--night); }
.hero::after { content: ""; position: absolute; inset: 0; background: rgba(0, 7, 25, .18); }
.hero-art { position: absolute; inset: 0; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 62px; }
.eyebrow, .section-kicker { margin: 0; font: 400 9px/1 var(--mono); letter-spacing: .19em; text-transform: uppercase; }
.eyebrow { margin-bottom: 32px; color: #f5c58f; }
.hero-logo { display: block; width: clamp(330px, 42vw, 560px); max-width: 90%; }
.hero-logo img { display: block; width: 100%; height: auto; }
.hero-invitation { margin: 42px 0 16px; font: 300 clamp(24px, 2.4vw, 34px)/1.25 var(--serif); letter-spacing: -.025em; }
.hero-status { margin: 0; color: rgba(242, 238, 229, .74); font-size: 12px; line-height: 1.75; }
.hero-status span { color: rgba(242, 238, 229, .48); }
.scroll-note { position: absolute; z-index: 3; right: 34px; bottom: 34px; display: flex; gap: 14px; align-items: center; color: var(--cream); font: 300 9px/1 var(--mono); letter-spacing: .16em; text-decoration: none; text-transform: uppercase; opacity: .62; }
.scroll-note span { transition: transform .2s; }
.scroll-note:hover span { transform: translateY(3px); }

.section { padding: 170px 0; }
.section-kicker { margin-bottom: 34px; color: #8d6745; }
.section h2 { margin: 0; font: 300 clamp(56px, 6.4vw, 88px)/.94 var(--serif); letter-spacing: -.05em; }
.editorial-grid, .development-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(280px, 4fr); gap: 11%; align-items: start; }
.flight-notes { background: var(--paper); }
.flight-copy { max-width: 420px; padding-top: 80px; }
.flight-copy p { margin: 0; color: var(--muted); font-size: 14px; }
.flight-copy .lead { margin-bottom: 34px; color: var(--ink); font: 300 30px/1.35 var(--serif); letter-spacing: -.02em; }
.development-note { margin-top: 58px !important; padding-top: 22px; border-top: 1px solid var(--line-light); font-size: 11px !important; }

.views { color: var(--cream); background: var(--deep-blue); }
.views .section-kicker { color: #d09a64; }
.views-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 72px; }
.views-heading > p { max-width: 300px; margin: 0 0 7px; color: rgba(242, 238, 229, .58); font: 300 22px/1.45 var(--serif); }
.gallery { width: min(1320px, calc(100% - 48px)); margin-inline: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 24px; }
.gallery-item { min-width: 0; margin: 0; }
.gallery-open { position: relative; display: grid; aspect-ratio: 16 / 9; overflow: hidden; place-items: center; color: inherit; background: var(--night); text-decoration: none; }
.gallery-open::after { content: ""; position: absolute; inset: 0; pointer-events: none; border: 1px solid transparent; transition: border-color .2s, background-color .2s; }
.gallery-open:focus-visible::after { border-color: rgba(242, 164, 78, .75); background: rgba(2, 12, 37, .06); }
.gallery-open img { display: block; width: 100%; height: 100%; object-fit: contain; transition: opacity .25s; }
.gallery-expand { position: absolute; z-index: 1; right: 16px; bottom: 14px; color: var(--cream); font: 300 8px/1 var(--mono); letter-spacing: .13em; text-transform: uppercase; opacity: 0; transition: opacity .2s; }
.gallery-open:focus-visible .gallery-expand { opacity: 1; }
.gallery-item figcaption { padding-top: 12px; color: rgba(242, 238, 229, .64); font: 300 10px/1.5 var(--mono); letter-spacing: .05em; }

@media (hover: hover) and (pointer: fine) {
  .gallery-open:hover::after { border-color: rgba(242, 238, 229, .3); }
  .gallery-open:hover img { opacity: .94; }
  .gallery-open:hover .gallery-expand { opacity: .8; }
}

.development { background: var(--pale-blue); }
.development .section-kicker { color: #537184; }
.development-copy { max-width: 390px; padding-top: 84px; }
.development-copy > p:first-child { margin: 0; color: #3c5666; font: 300 23px/1.55 var(--serif); }
.departure-status { display: flex; align-items: center; gap: 12px; margin: 62px 0 0; padding-top: 20px; color: #537184; border-top: 1px solid rgba(21, 38, 58, .16); font: 300 9px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.departure-status span { width: 5px; height: 5px; background: var(--amber); border-radius: 50%; }

.lightbox { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 70px 7vw 42px; overflow: hidden; color: var(--cream); background: rgba(0, 7, 27, .97); border: 0; }
.lightbox::backdrop { background: rgba(0, 5, 18, .92); backdrop-filter: blur(12px); }
.lightbox[open] { display: grid; grid-template-columns: minmax(48px, 1fr) minmax(0, 12fr) minmax(48px, 1fr); align-items: center; gap: 24px; }
.lightbox-content { display: flex; min-width: 0; height: 100%; margin: 0; flex-direction: column; align-items: center; justify-content: center; }
.lightbox-content img { display: block; width: auto; max-width: 100%; height: auto; max-height: calc(100dvh - 145px); object-fit: contain; }
.lightbox-content figcaption { width: 100%; max-width: 1100px; padding-top: 14px; color: #aab8c3; font: 300 9px/1.4 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.lightbox-close, .lightbox-nav { color: var(--cream); background: transparent; border: 1px solid rgba(255, 255, 255, .24); font: 300 8px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.lightbox-close { position: absolute; top: 22px; right: 24px; padding: 11px 14px; }
.lightbox-nav { width: 100%; padding: 14px 8px; }
.lightbox-close:hover, .lightbox-nav:hover { color: #f5c58f; border-color: #f5c58f; }

.site-footer { padding: 40px 0; color: #788a99; background: var(--night); border-top: 1px solid rgba(255, 255, 255, .08); }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.site-footer .wordmark { color: var(--cream); }
.footer-row p { margin: 0; font: 300 8px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; }

:focus-visible { outline: 2px solid var(--amber); outline-offset: 5px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 760px) {
  :root { --wrap: min(100% - 32px, 620px); }
  .nav-shell { min-height: 72px; }
  .nav-toggle { display: grid; gap: 6px; }
  .nav-toggle span[aria-hidden] { display: block; width: 24px; height: 1px; background: currentColor; transition: transform .2s; }
  .nav-toggle[aria-expanded="true"] span[aria-hidden]:first-of-type { transform: translateY(3.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span[aria-hidden]:last-of-type { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: absolute; top: 72px; left: 16px; right: 16px; display: none; padding: 26px; flex-direction: column; gap: 22px; color: var(--cream); background: rgba(2, 12, 37, .97); border: 1px solid rgba(255, 255, 255, .14); }
  .site-nav.is-open { display: flex; }
  .hero { min-height: 700px; }
  .hero-content { justify-content: flex-end; padding: 0 0 96px; }
  .hero::after { background: rgba(0, 7, 25, .35); }
  .hero-art img { object-position: 60% center; }
  .hero-logo { width: min(436px, 92vw); }
  .hero-invitation { margin-top: 34px; }
  .scroll-note { right: 18px; bottom: 24px; }
  .section { padding: 112px 0; }
  .section h2 { font-size: clamp(50px, 15vw, 72px); }
  .editorial-grid, .development-grid { grid-template-columns: 1fr; gap: 54px; }
  .flight-copy, .development-copy { padding-top: 0; }
  .views-heading { display: block; margin-bottom: 50px; }
  .views-heading > p { margin-top: 30px; }
  .gallery { width: var(--wrap); gap: 34px 16px; }
  .gallery-expand { display: none; }
  .lightbox { padding: 62px 16px 24px; }
  .lightbox[open] { grid-template-columns: 1fr 1fr; grid-template-rows: minmax(0, 1fr) auto; gap: 14px; }
  .lightbox-content { grid-column: 1 / -1; grid-row: 1; }
  .lightbox-content img { max-height: calc(100dvh - 150px); }
  .lightbox-previous { grid-column: 1; grid-row: 2; }
  .lightbox-next { grid-column: 2; grid-row: 2; }
  .lightbox-close { top: 14px; right: 16px; }
  .footer-row { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
  .gallery { grid-template-columns: 1fr; gap: 40px; }
}
