:root {
  --navy-950: #061d2c;
  --navy-900: #08283e;
  --navy-800: #0d3954;
  --navy-700: #15506d;
  --orange-600: #df4a18;
  --orange-500: #f05a24;
  --gold-500: #d7a941;
  --gold-300: #f0cf7a;
  --slate-900: #14232d;
  --slate-700: #425563;
  --slate-600: #5d6e79;
  --slate-300: #c4ced5;
  --slate-200: #dae1e5;
  --slate-100: #edf1f3;
  --off-white: #f7f7f3;
  --white: #fff;
  --danger: #a92525;
  --success: #1d6d4a;
  --shadow-sm: 0 5px 16px rgba(6, 29, 44, .08);
  --shadow-lg: 0 24px 70px rgba(6, 29, 44, .2);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --wrap: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; color: var(--slate-900); background: var(--off-white); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; left: 12px; top: -60px; padding: 10px 16px; color: var(--white); background: var(--navy-950); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; z-index: 50; top: 0; height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); color: var(--white); background: rgba(6, 29, 44, .97); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 250px; text-decoration: none; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; overflow: hidden; background: var(--white); border-radius: 50%; box-shadow: 0 0 0 2px rgba(215,169,65,.75); }
.brand-mark img { width: 42px; height: 41px; object-fit: contain; }
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.1; letter-spacing: .01em; }
.brand small { display: block; margin-top: 3px; color: rgba(255,255,255,.67); font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.header-nav { display: flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 750; }
.header-nav a { padding: 10px 12px; border-radius: 8px; text-decoration: none; white-space: nowrap; }
.header-nav a:hover, .header-nav a:focus-visible { background: rgba(255,255,255,.1); }
.header-nav .nav-primary { color: var(--navy-950); background: var(--gold-300); }
.header-nav .nav-primary:hover, .header-nav .nav-primary:focus-visible { background: var(--white); }

.hero { position: relative; min-height: min(760px, calc(100vh - 76px)); display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--navy-950); }
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center 54%; }
.hero-shade { background: linear-gradient(90deg, rgba(4,20,32,.94) 0%, rgba(6,29,44,.8) 37%, rgba(6,29,44,.26) 70%, rgba(6,29,44,.08) 100%), linear-gradient(0deg, rgba(6,29,44,.72) 0%, transparent 38%); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 710px) 270px; align-items: end; justify-content: space-between; gap: 70px; padding-block: 92px 116px; }
.eyebrow { margin: 0 0 13px; color: var(--gold-300); font-size: 12px; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.navy { color: var(--navy-700); }
.eyebrow.gold { color: var(--gold-300); }
.hero h1 { max-width: 790px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 6.2vw, 90px); line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
.hero-lead { max-width: 680px; margin: 25px 0 0; color: rgba(255,255,255,.9); font-size: clamp(17px, 1.8vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: 9px; font-size: 14px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-orange { color: var(--white); background: #c94013; box-shadow: 0 10px 30px rgba(223,74,24,.34); }
.button-orange:hover, .button-orange:focus-visible { background: #a93410; }
.button-glass { color: var(--white); border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.button-navy { color: var(--white); background: var(--navy-900); }
.hero-fine { max-width: 690px; margin: 24px 0 0; color: rgba(255,255,255,.62); font-size: 12px; }
.independent-badge { width: fit-content; margin: 18px 0 0; padding: 7px 10px; color: var(--white); background: rgba(6,29,44,.78); border: 1px solid rgba(255,255,255,.3); border-radius: 999px; font-size: 11px; font-weight: 750; }
.date-status { align-self: end; padding: 24px; background: rgba(6,29,44,.76); border: 1px solid rgba(255,255,255,.23); border-top: 3px solid var(--gold-500); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); backdrop-filter: blur(15px); }
.date-status span, .date-status strong, .date-status a { display: block; }
.date-status .status-kicker { color: var(--gold-300); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.date-status strong { margin-top: 11px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; line-height: 1.1; }
.date-status > span:not(.status-kicker) { margin-top: 8px; color: rgba(255,255,255,.68); font-size: 13px; }
.date-status a { margin-top: 20px; color: var(--gold-300); font-size: 12px; font-weight: 800; text-decoration: none; }
.hero-caption { position: absolute; z-index: 3; right: 20px; bottom: 16px; max-width: 500px; margin: 0; color: rgba(255,255,255,.68); font-size: 10px; text-align: right; }

.partner-band { position: relative; z-index: 5; background: var(--white); border-bottom: 1px solid var(--slate-200); box-shadow: var(--shadow-sm); }
.partner-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; gap: 32px; padding-block: 30px; }
.partner-card { display: grid; grid-template-columns: 112px 1fr; align-items: center; gap: 22px; min-width: 0; }
.partner-logo { width: 112px; height: 112px; display: grid; place-items: center; flex: none; }
.partner-logo img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.light-logo { padding: 7px; overflow: hidden; background: var(--white); border: 1px solid var(--slate-200); border-radius: 50%; }
.light-logo img { transform: translate(1px, -1px); }
.unit-logo { padding: 1px; }
.partner-label { color: var(--slate-600); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.partner-card h2 { margin: 4px 0 5px; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1.15; }
.partner-card p { margin: 0; color: var(--slate-600); font-size: 12px; }
.partner-divider { width: 1px; position: relative; background: var(--slate-200); }
.partner-divider span { position: absolute; left: 50%; top: 50%; width: 90px; padding: 5px 0; transform: translate(-50%,-50%) rotate(-90deg); color: var(--slate-600); background: var(--white); font-size: 8px; font-weight: 850; letter-spacing: .12em; text-align: center; text-transform: uppercase; }

.section { padding-block: 100px; }
.section-heading { max-width: 780px; margin-bottom: 42px; }
.section-heading h2, .dates-copy h2, .registration-intro h2, .aircraft-copy h2 { margin: 0; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 4vw, 58px); line-height: 1.05; letter-spacing: -.03em; text-wrap: balance; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.split-heading > p { margin: 0 0 7px; color: var(--slate-600); font-size: 16px; }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.experience-card { min-height: 280px; padding: 30px; background: var(--white); border: 1px solid var(--slate-200); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.experience-card.featured { color: var(--white); background: var(--navy-900); border-color: var(--navy-900); transform: translateY(-15px); box-shadow: 0 22px 50px rgba(6,29,44,.22); }
.step-number { display: inline-grid; width: 42px; height: 42px; place-items: center; color: var(--navy-900); background: var(--gold-300); border-radius: 50%; font-size: 11px; font-weight: 900; }
.experience-card h3 { margin: 54px 0 12px; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 27px; line-height: 1.12; }
.experience-card.featured h3 { color: var(--white); }
.experience-card p { margin: 0; color: var(--slate-600); font-size: 14px; }
.experience-card.featured p { color: rgba(255,255,255,.76); }

.aircraft-feature { padding-block: 88px; color: var(--white); background: var(--navy-950); overflow: hidden; }
.aircraft-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 84px; }
.aircraft-image { position: relative; border-radius: 50% 50% 12px 50%; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.aircraft-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.16); border-radius: inherit; }
.aircraft-image img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center 58%; }
.aircraft-copy h2 { color: var(--white); font-size: clamp(42px, 5vw, 67px); }
.aircraft-lead { max-width: 650px; margin: 18px 0 0; color: rgba(255,255,255,.85); font-size: 19px; }
.aircraft-copy > p:not(.eyebrow):not(.aircraft-lead) { color: rgba(255,255,255,.7); font-size: 14px; }
.spec-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; margin: 35px 0; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); }
.spec-grid div { padding: 18px; background: var(--navy-900); }
.spec-grid dt { color: var(--gold-300); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.spec-grid dd { margin: 4px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.text-link { display: inline-block; margin-top: 14px; color: var(--gold-300); font-size: 13px; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 4px; }

.gallery-section { padding-bottom: 115px; }
.gallery-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; }
.gallery-grid figure { position: relative; min-height: 430px; margin: 0; overflow: hidden; background: var(--navy-900); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.gallery-grid figcaption { position: absolute; inset: auto 0 0; padding: 45px 24px 20px; color: var(--white); background: linear-gradient(transparent, rgba(6,29,44,.92)); font-size: 12px; }

.dates-section { padding-block: 86px; color: var(--white); background: linear-gradient(135deg, var(--navy-900), var(--navy-800)); }
.dates-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.dates-copy h2 { color: var(--white); }
.dates-copy > p:not(.eyebrow):not(.date-note) { color: rgba(255,255,255,.72); }
.date-note { display: flex; align-items: center; gap: 10px; margin-top: 24px; color: var(--gold-300); font-size: 12px; font-weight: 800; }
.date-note span { font-size: 8px; animation: pulse 2s infinite; }
@keyframes pulse { 50% { opacity: .35; } }
.date-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.date-cards.single-date { grid-template-columns: minmax(160px,240px); justify-content: start; }
.date-cards article { padding: 18px 12px 16px; text-align: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.17); border-top: 3px solid var(--gold-500); border-radius: var(--radius-sm); }
.date-cards span, .date-cards small { display: block; }
.date-cards span { color: var(--gold-300); font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.date-cards strong { display: block; margin: 5px 0 3px; font-family: Georgia, "Times New Roman", serif; font-size: 45px; line-height: 1; }
.date-cards small { color: rgba(255,255,255,.65); font-size: 9px; }

.registration-section { padding-block: 110px; background: #eef2f3; }
.registration-layout { display: grid; grid-template-columns: 330px minmax(0,1fr); align-items: start; gap: 46px; }
.registration-intro { position: sticky; top: 110px; }
.registration-intro > p:not(.eyebrow) { color: var(--slate-600); }
.form-roadmap { display: grid; gap: 0; margin: 34px 0; padding: 0; list-style: none; }
.form-roadmap li { position: relative; display: flex; gap: 14px; padding-bottom: 23px; }
.form-roadmap li:not(:last-child)::before { content: ""; position: absolute; left: 17px; top: 34px; bottom: 0; width: 1px; background: var(--slate-300); }
.form-roadmap li > span { position: relative; z-index: 1; width: 35px; height: 35px; display: grid; flex: none; place-items: center; color: var(--white); background: var(--navy-900); border-radius: 50%; font-size: 11px; font-weight: 850; }
.form-roadmap strong, .form-roadmap small { display: block; }
.form-roadmap strong { color: var(--navy-900); font-size: 14px; }
.form-roadmap small { margin-top: 2px; color: var(--slate-600); font-size: 11px; }
.privacy-card { padding: 20px; background: var(--white); border-left: 4px solid var(--gold-500); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); }
.privacy-card strong { color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; }
.privacy-card p { margin: 7px 0; color: var(--slate-600); font-size: 11px; }
.privacy-card a { color: var(--navy-700); font-size: 11px; font-weight: 800; }
.form-shell { min-height: 600px; padding: 34px 38px 38px; background: var(--white); border-top: 4px solid var(--orange-500); border-radius: var(--radius-md); box-shadow: 0 24px 55px rgba(6,29,44,.12); }
.form-loading { min-height: 500px; display: grid; place-content: center; justify-items: center; color: var(--slate-600); text-align: center; }
.spinner { width: 42px; height: 42px; border: 3px solid var(--slate-200); border-top-color: var(--orange-500); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.registration-form fieldset { margin: 0; padding: 0 0 38px; border: 0; }
.registration-form fieldset + fieldset { padding-top: 38px; border-top: 1px solid var(--slate-200); }
.registration-form legend { width: 100%; display: flex; align-items: center; gap: 14px; margin: 0 0 26px; padding: 0; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 700; }
.registration-form legend > span:first-child { width: 34px; height: 34px; display: grid; flex: none; place-items: center; color: var(--white); background: var(--navy-900); border-radius: 50%; font-family: Inter, Aptos, sans-serif; font-size: 11px; }
.registration-form legend small { display: block; margin-top: 2px; color: var(--slate-600); font-family: Inter, Aptos, sans-serif; font-size: 11px; font-weight: 500; }
.field-grid { display: grid; gap: 18px; }
.field-grid.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.field-grid + .field-grid { margin-top: 20px; }
.registration-form label:not(.check-card):not(.consent-check) { display: block; color: var(--slate-900); font-size: 12px; font-weight: 750; }
.required { float: right; color: var(--slate-600); font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.registration-form input:not([type=checkbox]):not([type=radio]), .registration-form select { width: 100%; min-height: 47px; display: block; margin-top: 7px; padding: 10px 12px; color: var(--slate-900); background: #fbfcfc; border: 1px solid #6f818c; border-radius: 8px; outline: none; transition: border-color .15s, box-shadow .15s, background .15s; }
.registration-form input:focus, .registration-form select:focus { background: var(--white); border-color: var(--navy-700); box-shadow: 0 0 0 3px rgba(21,80,109,.14); }
.registration-form input:user-invalid, .registration-form select:user-invalid { border-color: var(--danger); }
.registration-form label > small { display: block; margin-top: 5px; color: var(--slate-600); font-size: 11px; font-weight: 500; }
.field-label { margin: 4px 0 10px; font-size: 12px; font-weight: 800; }
.choice-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-bottom: 22px; }
.check-card { display: flex; align-items: flex-start; gap: 10px; padding: 15px; color: var(--slate-900); background: #f7f9fa; border: 1px solid #6f818c; border-radius: 9px; cursor: pointer; }
.check-card:has(input:checked) { background: #eef5f8; border-color: var(--navy-700); box-shadow: inset 0 0 0 1px var(--navy-700); }
.check-card input, .consent-check input, .submitter-options input { width: 18px; height: 18px; flex: none; margin: 1px 0 0; accent-color: var(--navy-700); }
.check-card strong, .check-card small { display: block; }
.check-card strong { font-size: 12px; }
.check-card small { margin-top: 3px; color: var(--slate-600); font-size: 9px; }
.role-card { margin-top: 17px; padding: 20px; background: #f7f9fa; border: 1px solid #8c9aa3; border-radius: 10px; }
.role-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 13px; }
.role-heading strong { color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 16px; }
.role-heading span { color: var(--slate-600); font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.role-heading button, .add-role { min-height: 44px; padding: 9px 8px; color: var(--navy-700); background: none; border: 0; font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.add-role { display: inline-flex; align-items: center; gap: 7px; margin: 17px 0 0; text-decoration: none; }
.add-role span { width: 22px; height: 22px; display: grid; place-items: center; color: var(--white); background: var(--navy-700); border-radius: 50%; }
.title-picker { min-width: 0; }
.field-help { display: block; margin-top: 5px; color: var(--slate-600); font-size: 11px; font-weight: 500; }
.custom-title-field { margin-top: 12px; padding: 12px; background: var(--white); border-left: 3px solid var(--gold-500); border-radius: 6px; }
.custom-title-field label { margin: 0; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.date-choice-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.date-choice { display: flex; align-items: center; gap: 12px; padding: 14px; background: #f7f9fa; border: 1px solid #6f818c; border-radius: 9px; cursor: pointer; }
.date-choice:has(input:checked) { background: #eef5f8; border-color: var(--navy-700); box-shadow: inset 0 0 0 1px var(--navy-700); }
.date-choice input { width: 18px; height: 18px; flex: none; accent-color: var(--navy-700); }
.date-choice .mini-date { width: 48px; height: 52px; display: grid; flex: none; place-content: center; text-align: center; color: var(--white); background: var(--navy-900); border-radius: 7px; }
.mini-date strong, .mini-date small { display: block; }
.mini-date strong { font-family: Georgia, "Times New Roman", serif; font-size: 21px; line-height: 1; }
.mini-date small { color: var(--gold-300); font-size: 7px; font-weight: 850; }
.date-choice > span:last-child strong, .date-choice > span:last-child small { display: block; }
.date-choice > span:last-child strong { font-size: 12px; }
.date-choice > span:last-child small { color: var(--slate-600); font-size: 9px; }
.special-date-choices { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin: 10px 0 28px; }
.special-date-choices.confirmed-date-choices { grid-template-columns: 1fr; }
.submitter-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 25px; }
.submitter-options label { display: flex !important; align-items: center; gap: 8px; padding: 12px; background: #f7f9fa; border: 1px solid #6f818c; border-radius: 8px; cursor: pointer; }
.submitter-options label:has(input:checked) { border-color: var(--navy-700); background: #eef5f8; }
.submitter-options span { font-size: 10px; }
.notice-box { padding: 17px 18px; background: #fff8ec; border: 1px solid #ead5a2; border-left: 4px solid var(--gold-500); border-radius: 8px; }
.notice-box strong { color: var(--navy-900); font-size: 12px; }
.notice-box p { margin: 6px 0 0; color: var(--slate-700); font-size: 10px; }
.consent-check { display: flex; align-items: flex-start; gap: 11px; margin-top: 18px; color: var(--slate-700); font-size: 10px; cursor: pointer; }
.form-message { margin: -8px 0 18px; padding: 13px 15px; color: #7d1616; background: #fff0f0; border: 1px solid #e4b2b2; border-radius: 8px; font-size: 12px; }
.submit-button { width: 100%; min-height: 55px; display: flex; align-items: center; justify-content: space-between; padding: 14px 19px; color: var(--white); background: #c94013; border: 0; border-radius: 9px; font-size: 14px; font-weight: 850; cursor: pointer; box-shadow: 0 12px 25px rgba(223,74,24,.25); }
.submit-button:hover, .submit-button:focus-visible { background: #a93410; }
.submit-button:disabled { opacity: .6; cursor: wait; }
.submit-note { margin: 12px 10px 0; color: var(--slate-600); font-size: 9px; text-align: center; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.success-panel { min-height: 570px; display: grid; place-content: center; justify-items: center; max-width: 580px; margin: auto; text-align: center; }
.success-icon { width: 68px; height: 68px; display: grid; place-items: center; margin-bottom: 22px; color: var(--white); background: var(--success); border-radius: 50%; font-size: 30px; box-shadow: 0 10px 25px rgba(29,109,74,.25); }
.success-panel h3 { margin: 0; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 33px; line-height: 1.1; }
.success-panel p { color: var(--slate-600); font-size: 13px; }
.confirmation-box { min-width: 280px; margin: 17px 0; padding: 17px 30px; background: var(--slate-100); border: 1px dashed var(--navy-700); border-radius: 10px; }
.confirmation-box span, .confirmation-box strong { display: block; }
.confirmation-box span { color: var(--slate-600); font-size: 8px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.confirmation-box strong { margin-top: 4px; color: var(--navy-900); font-family: ui-monospace, Consolas, monospace; font-size: 27px; letter-spacing: .08em; }

.independent-notice { padding-block: 24px; color: var(--slate-700); background: #e2e8eb; border-top: 1px solid var(--slate-300); }
.independent-notice .wrap { display: grid; grid-template-columns: 180px 1fr; gap: 24px; }
.independent-notice strong { color: var(--navy-900); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.independent-notice p { margin: 0; font-size: 10px; }
.site-footer { padding-block: 34px; color: var(--white); background: var(--navy-950); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-grid strong { font-family: Georgia, "Times New Roman", serif; font-size: 19px; }
.footer-grid p { margin: 3px 0 0; color: rgba(255,255,255,.55); font-size: 10px; }
.footer-grid nav { display: flex; gap: 18px; }
.footer-grid a { color: rgba(255,255,255,.72); font-size: 11px; text-decoration: none; }
.footer-grid a:hover { color: var(--gold-300); }

@media (max-width: 980px) {
  :root { --wrap: min(100% - 32px, 760px); }
  .site-header { height: auto; min-height: 72px; padding: 10px 16px; }
  .brand { min-width: 0; }
  .header-nav a:not(.nav-primary):not(:last-child) { display: none; }
  .hero { min-height: 760px; }
  .hero-content { grid-template-columns: 1fr; align-content: end; gap: 28px; padding-block: 90px 82px; }
  .hero-copy { max-width: 700px; }
  .date-status { max-width: 330px; }
  .partner-grid { grid-template-columns: 1fr; gap: 18px; }
  .partner-divider { width: 100%; height: 1px; }
  .partner-divider span { transform: translate(-50%,-50%); width: 120px; }
  .split-heading, .aircraft-layout, .dates-layout { grid-template-columns: 1fr; gap: 40px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card { min-height: 200px; }
  .experience-card.featured { transform: none; }
  .experience-card h3 { margin-top: 30px; }
  .aircraft-image { max-width: 520px; margin: auto; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid figure { min-height: 360px; }
  .registration-layout { grid-template-columns: 1fr; }
  .registration-intro { position: static; }
  .form-roadmap { grid-template-columns: repeat(3,1fr); }
  .form-roadmap li { display: block; padding: 0; text-align: center; }
  .form-roadmap li:not(:last-child)::before { left: calc(50% + 18px); right: calc(-50% + 18px); top: 17px; bottom: auto; width: auto; height: 1px; }
  .form-roadmap li > span { margin: auto auto 7px; }
}

@media (max-width: 680px) {
  :root { --wrap: calc(100% - 24px); }
  html { scroll-padding-top: 70px; }
  .site-header { min-height: 66px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 8px; }
  .brand-mark { width: 40px; height: 40px; }
  .header-nav { gap: 2px; }
  .header-nav a { min-height: 44px; padding: 12px 9px; font-size: 11px; }
  .header-nav a:last-child { display: none; }
  .hero { min-height: 720px; }
  .hero-media img { object-position: 58% 50%; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,20,32,.97) 0%, rgba(6,29,44,.78) 57%, rgba(6,29,44,.14) 100%); }
  .hero-content { gap: 20px; padding-block: 170px 55px; }
  .hero h1 { font-size: 48px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-caption { display: block; left: 12px; right: 12px; bottom: 10px; max-width: none; font-size: 10px; text-align: left; }
  .date-status { width: 100%; max-width: none; padding: 18px; }
  .partner-grid { padding-block: 22px; }
  .partner-card { grid-template-columns: 78px 1fr; gap: 15px; }
  .partner-logo { width: 78px; height: 78px; }
  .partner-card h2 { font-size: 18px; }
  .section { padding-block: 70px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2, .dates-copy h2, .registration-intro h2 { font-size: 38px; }
  .experience-card { padding: 24px; }
  .aircraft-feature { padding-block: 65px; }
  .aircraft-copy h2 { font-size: 43px; }
  .spec-grid { grid-template-columns: 1fr 1fr; }
  .spec-grid div { padding: 14px; }
  .spec-grid dd { font-size: 18px; }
  .gallery-section { padding-bottom: 75px; }
  .gallery-grid figure { min-height: 300px; }
  .dates-section { padding-block: 65px; }
  .date-cards { grid-template-columns: repeat(2,1fr); }
  .date-cards.single-date { grid-template-columns: minmax(160px,1fr); }
  .registration-section { padding-block: 70px; }
  .registration-layout { gap: 28px; }
  .form-shell { margin-inline: -4px; padding: 25px 18px 28px; border-radius: 13px; }
  .registration-form legend { align-items: flex-start; font-size: 20px; }
  .field-grid.two, .choice-grid, .date-choice-grid, .special-date-choices, .submitter-options { grid-template-columns: 1fr; }
  .field-grid + .field-grid { margin-top: 18px; }
  .role-card { padding: 15px; }
  .form-roadmap small { display: none; }
  .privacy-card { display: block; }
  .independent-notice .wrap { grid-template-columns: 1fr; gap: 6px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .footer-grid nav { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
  .site-header, .hero-actions, .registration-section, .site-footer { display: none !important; }
  body { background: white; }
  .hero { min-height: 420px; }
}
