:root {
  --navy-950: #020d19;
  --navy-900: #051c34;
  --navy-800: #0a2a48;
  --cream: #faf4e3;
  --paper: #fffdf8;
  --red: #a51f1c;
  --red-bright: #c52a23;
  --gold: #e2a42d;
  --gold-bright: #f6c956;
  --green: #2f8167;
  --ink: #071727;
  --muted: #62707d;
  --line: #ddd1b9;
  --shell: min(1180px, calc(100% - 48px));
  --shadow: 0 28px 70px rgba(2, 13, 25, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Trebuchet MS", "Avenir Next", Arial, sans-serif; line-height: 1.55; }
body.nav-open { overflow: hidden; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 4px; }
.page-shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; border-radius: 6px; color: var(--navy-950); background: var(--gold-bright); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.site-header { position: relative; z-index: 100; color: var(--cream); background: var(--navy-950); border-bottom: 1px solid rgba(226, 164, 45, 0.34); }
.header-inner { display: grid; grid-template-columns: 245px 1fr; align-items: center; min-height: 98px; gap: 36px; }
.brand-link { display: block; width: 230px; }
.brand-link img { width: 100%; filter: drop-shadow(0 8px 18px rgba(0,0,0,.35)); }
.site-nav { display: flex; justify-content: flex-end; align-items: center; gap: clamp(18px, 2vw, 32px); }
.site-nav a { color: #e9dfcc; font-size: .78rem; font-weight: 800; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--gold-bright); }
.site-nav .nav-cta { min-height: 46px; display: inline-flex; align-items: center; padding: 10px 20px; border: 1px solid rgba(226,164,45,.7); border-radius: 999px; color: var(--navy-950); background: var(--gold-bright); }
.nav-toggle { display: none; }

.contact-hero { position: relative; color: var(--cream); background: radial-gradient(circle at 78% 20%, rgba(16,84,132,.55), transparent 32%), radial-gradient(circle at 4% 90%, rgba(165,31,28,.18), transparent 27%), linear-gradient(130deg, var(--navy-950), #06213b 74%, #03121f); overflow: hidden; }
.contact-hero::after { position: absolute; right: -12%; bottom: -150px; width: 620px; height: 260px; border: 2px solid rgba(226,164,45,.24); border-radius: 50%; content: ""; transform: rotate(-9deg); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; min-height: 590px; gap: clamp(48px, 8vw, 110px); padding-block: 76px; }
.eyebrow { margin: 0 0 14px; color: var(--gold-bright); font-size: .72rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.red { color: var(--red-bright); }
.contact-hero h1 { max-width: 720px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.4rem, 7.4vw, 6.2rem); line-height: .94; letter-spacing: -.045em; }
.contact-hero h1 em { display: block; color: var(--gold-bright); font-weight: 400; }
.hero-lede { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.75); font-size: 1.04rem; line-height: 1.75; }
.status-card { padding: clamp(28px, 4vw, 42px); border: 1px solid rgba(246,201,86,.48); border-radius: 24px; background: rgba(2,13,25,.72); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.status-label { display: flex; align-items: center; gap: 10px; color: var(--gold-bright); font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.status-label span { width: 11px; height: 11px; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 0 6px rgba(246,201,86,.12); }
.status-card.status-open .status-label span { background: #71d49b; box-shadow: 0 0 0 6px rgba(113,212,155,.13); }
.status-card.status-closed .status-label span { background: #ef7b72; box-shadow: 0 0 0 6px rgba(239,123,114,.13); }
.status-card h2 { margin: 22px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.85rem, 3.4vw, 2.65rem); line-height: 1.08; }
.status-card > p { margin: 0; color: rgba(255,255,255,.68); }
.status-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.status-actions a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 18px; border: 1px solid rgba(246,201,86,.54); border-radius: 999px; color: white; font-size: .78rem; font-weight: 900; text-decoration: none; }
.status-actions a:first-child { color: var(--navy-950); background: var(--gold-bright); }

.section { padding-block: clamp(76px, 9vw, 118px); }
.section-heading { max-width: 770px; margin-bottom: 42px; }
.section-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1; letter-spacing: -.035em; }
.section-heading > p:last-child { color: var(--muted); }
.section-heading a { color: var(--red); font-weight: 900; }
.answer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.answer-card { position: relative; min-height: 345px; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: 0 18px 45px rgba(2,13,25,.07); overflow: hidden; }
.card-number { position: absolute; top: 12px; right: 20px; color: rgba(5,28,52,.08); font-family: Georgia, serif; font-size: 4.5rem; font-weight: 700; line-height: 1; }
.card-kicker { position: relative; margin: 0 0 20px; color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.answer-card h3 { position: relative; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; line-height: 1.18; }
.answer-card > p:not(.card-kicker) { color: var(--muted); font-size: .88rem; }
.answer-card > a { position: absolute; right: 34px; bottom: 30px; left: 34px; color: var(--red); font-size: .8rem; font-weight: 900; text-decoration: none; }

.route-section { padding-block: clamp(76px, 9vw, 110px); color: var(--cream); background: linear-gradient(135deg, var(--navy-950), #082a48); }
.section-heading.light h2 { color: white; }
.route-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.route-card { min-height: 300px; display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(226,164,45,.3); border-radius: 18px; background: rgba(255,255,255,.045); text-decoration: none; transition: transform 160ms ease, border-color 160ms ease, background 160ms ease; }
.route-card:hover { border-color: var(--gold-bright); background: rgba(255,255,255,.08); transform: translateY(-4px); }
.route-card > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--navy-950); background: var(--gold-bright); font-weight: 900; }
.route-card h3 { margin: 22px 0 8px; font-family: Georgia, serif; font-size: 1.4rem; }
.route-card p { margin: 0; color: rgba(255,255,255,.63); font-size: .82rem; }
.route-card b { margin-top: auto; padding-top: 24px; color: var(--gold-bright); font-size: .76rem; }

.contact-layout { display: grid; grid-template-columns: minmax(0, 1.23fr) minmax(300px, .77fr); align-items: start; gap: clamp(34px, 6vw, 70px); }
.contact-form { padding: clamp(26px, 5vw, 52px); border: 1px solid var(--line); border-radius: 26px; background: var(--paper); box-shadow: var(--shadow); }
.form-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.form-heading h3 { margin: 0; font-family: Georgia, serif; font-size: 2rem; }
.form-heading p { margin: 0; color: var(--muted); font-size: .74rem; }
.contact-form label { display: block; margin: 22px 0 8px; font-size: .78rem; font-weight: 900; }
.contact-form label > span:not(.sr-only) { color: var(--muted); font-size: .68rem; font-weight: 500; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #c7bdad; border-radius: 10px; color: var(--ink); background: white; }
.contact-form input, .contact-form select { min-height: 51px; padding: 0 14px; }
.contact-form textarea { min-height: 175px; padding: 14px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(165,31,28,.14); border-color: var(--red); }
.contact-form [aria-invalid="true"] { border-color: var(--red); background: #fff7f5; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.field-note { margin: 7px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.5; }
.field-error { min-height: 1em; margin: 5px 0 0; color: #8f1f1b; font-size: .72rem; font-weight: 700; }
.error-summary { margin-bottom: 24px; padding: 16px 18px; border: 1px solid rgba(165,31,28,.35); border-radius: 12px; color: #7d1714; background: #fff4f1; }
.error-summary h3 { margin: 0; font-size: .9rem; }
.error-summary ul { margin: 8px 0 0; padding-left: 20px; font-size: .78rem; }
.error-summary a { color: inherit; font-weight: 800; }
.privacy-note { margin-top: 24px; padding: 17px 19px; border-left: 4px solid var(--gold); border-radius: 0 12px 12px 0; color: #5d553f; background: #fff7df; }
.privacy-note p { margin: 0; font-size: .75rem; }
.privacy-note p + p { margin-top: 7px; }
.privacy-note a { color: var(--red); font-weight: 800; }
.submit-button { width: 100%; min-height: 54px; margin-top: 24px; border: 0; border-radius: 999px; color: white; background: linear-gradient(135deg, var(--red-bright), #8f1414); font-weight: 900; cursor: pointer; }
.submit-button[disabled] { cursor: wait; opacity: .65; }
.form-result { margin: 18px 0 0; padding: 15px 17px; border: 1px solid rgba(47,129,103,.35); border-radius: 12px; color: #1d654d; background: rgba(47,129,103,.08); font-size: .8rem; }
.form-result.is-error { border-color: rgba(165,31,28,.35); color: #8f1f1b; background: #fff4f1; }
.form-trap { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }

.contact-methods { padding: 34px; border-radius: 24px; color: white; background: var(--navy-900); }
.contact-methods > h3 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 2rem; }
.contact-method { padding: 24px 0; border-bottom: 1px solid rgba(226,164,45,.26); }
.contact-method > span, .contact-method > strong, .contact-method > small { display: block; }
.contact-method > span { margin-bottom: 6px; color: var(--gold-bright); font-size: .66rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.contact-method > a, .contact-method > strong { color: white; font-family: Georgia, serif; font-size: clamp(1.08rem, 2vw, 1.45rem); font-weight: 700; overflow-wrap: anywhere; }
.contact-method > small { color: rgba(255,255,255,.62); }
.contact-method p, .tonight-note p { margin: 8px 0 0; color: rgba(255,255,255,.6); font-size: .75rem; }
.tonight-note { margin-top: 24px; padding: 18px; border: 1px solid rgba(246,201,86,.4); border-radius: 14px; background: rgba(246,201,86,.07); }
.tonight-note strong { color: var(--gold-bright); }
.tonight-note a { color: white; font-weight: 900; }

.connect-section { padding-block: 78px; color: white; background: var(--red); }
.connect-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.connect-grid article { padding: clamp(28px, 4vw, 45px); border: 1px solid rgba(255,255,255,.28); border-radius: 22px; background: rgba(2,13,25,.14); }
.connect-grid h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; }
.connect-grid article > p:not(.eyebrow) { color: rgba(255,255,255,.75); }
.connect-grid button { padding: 0; border: 0; color: var(--gold-bright); background: none; font-size: .8rem; font-weight: 900; cursor: pointer; }

.site-footer { color: #e9dfca; background: var(--navy-950); border-top: 2px solid var(--gold); }
.footer-main { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 42px; padding-block: 58px; }
.footer-brand img { width: 230px; }
.footer-brand p { max-width: 230px; color: rgba(255,255,255,.64); font-family: Georgia, serif; }
.footer-column { display: flex; flex-direction: column; gap: 9px; }
.footer-column h2 { margin: 0 0 7px; color: var(--gold-bright); font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-column a { color: #e9dfca; font-size: .78rem; text-decoration: none; }
.footer-column a:hover { color: var(--gold-bright); text-decoration: underline; }
.footer-bottom { border-top: 1px solid rgba(226,164,45,.35); }
.footer-bottom .page-shell { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: rgba(255,255,255,.52); font-size: .72rem; }
.footer-bottom nav { display: flex; gap: 20px; }
.footer-bottom a { color: inherit; }

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 220px auto; }
  .nav-toggle { display: inline-flex; justify-self: end; align-items: center; gap: 10px; min-height: 44px; padding: 8px 14px; border: 1px solid rgba(226,164,45,.6); border-radius: 999px; color: white; background: transparent; font-weight: 800; }
  .nav-toggle i, .nav-toggle i::before, .nav-toggle i::after { display: block; width: 19px; height: 2px; content: ""; background: var(--gold-bright); }
  .nav-toggle i { position: relative; }
  .nav-toggle i::before { position: absolute; top: -6px; }
  .nav-toggle i::after { position: absolute; top: 6px; }
  .site-nav { position: absolute; top: 98px; right: 0; left: 0; display: grid; gap: 0; padding: 20px 24px 28px; border-bottom: 2px solid var(--gold); background: var(--navy-950); opacity: 0; visibility: hidden; transform: translateY(-10px); }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { padding: 14px; border-bottom: 1px solid rgba(226,164,45,.2); text-align: center; }
  .site-nav .nav-cta { margin-top: 12px; justify-content: center; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .status-card { max-width: 720px; }
  .route-grid { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 2 / 4; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 620px); }
  .answer-grid, .contact-layout, .connect-grid { grid-template-columns: 1fr; }
  .answer-card { min-height: 300px; }
  .field-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:last-child { grid-column: auto; }
}

@media (max-width: 520px) {
  .header-inner { grid-template-columns: minmax(170px, 1fr) auto; min-height: 82px; }
  .brand-link { width: min(195px, 100%); }
  .site-nav { top: 82px; }
  .nav-toggle span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .hero-grid { gap: 32px; padding-block: 56px; }
  .contact-hero h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
  .status-actions { flex-direction: column; }
  .route-grid, .footer-main { grid-template-columns: 1fr; }
  .route-card { min-height: 250px; }
  .contact-form, .contact-methods { padding: 23px 18px; border-radius: 18px; }
  .form-heading { display: block; }
  .form-heading p { margin-top: 7px; }
  .footer-brand, .footer-column:last-child { grid-column: auto; }
  .footer-bottom .page-shell { align-items: flex-start; flex-direction: column; padding-block: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
