:root {
  --navy-950: #02121e;
  --navy-900: #061c2c;
  --navy-800: #0b2e46;
  --navy-700: #164563;
  --red: #c8102e;
  --red-dark: #a60c25;
  --gold: #d2af5f;
  --gold-light: #ead69c;
  --white: #fff;
  --off-white: #f5f3ed;
  --ink: #102332;
  --muted: #60717b;
  --line: rgba(6, 28, 44, .14);
  --shell: min(1160px, calc(100% - 40px));
  --shadow: 0 28px 70px rgba(0, 19, 31, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--off-white); font-family: "Segoe UI", Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; color: var(--navy-900); background: white; border-radius: 3px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; color: white; border-bottom: 1px solid rgba(255,255,255,.12); transition: background .25s, box-shadow .25s; }
.site-header.is-scrolled { background: rgba(2,18,30,.96); box-shadow: 0 9px 35px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.wordmark { display: inline-flex; align-items: stretch; gap: 13px; color: white; line-height: 1; text-decoration: none; }
.wordmark-rule { width: 4px; background: var(--gold); }
.wordmark span:last-child { display: grid; gap: 6px; }
.wordmark strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; letter-spacing: .01em; }
.wordmark small { color: rgba(255,255,255,.62); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 27px; }
nav a { color: rgba(255,255,255,.72); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: white; }
.nav-button { padding: 11px 17px; color: white; border: 1px solid rgba(255,255,255,.32); }

.hero { position: relative; min-height: 760px; overflow: hidden; color: white; background: var(--navy-900); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero::after { content: ""; position: absolute; width: 720px; height: 720px; right: -250px; top: -200px; border: 1px solid rgba(210,175,95,.16); border-radius: 50%; box-shadow: 0 0 0 75px rgba(210,175,95,.025), 0 0 0 150px rgba(210,175,95,.02); }
.hero-grid { position: relative; z-index: 2; min-height: 744px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 90px; padding-top: 115px; padding-bottom: 75px; }
.service-line, .eyebrow { margin: 0 0 21px; color: var(--gold-light); font-size: 10px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.service-line { display: flex; align-items: center; gap: 12px; }
.service-line span { width: 40px; height: 2px; background: var(--red); }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.04; }
h1 { margin-bottom: 27px; color: white; font-size: clamp(62px, 7.2vw, 102px); letter-spacing: -.055em; }
h1 em { color: var(--gold); font-style: normal; }
h2 { margin-bottom: 25px; color: var(--navy-900); font-size: clamp(42px, 5vw, 66px); letter-spacing: -.045em; }
.hero-lede { max-width: 640px; margin: 0 0 35px; color: rgba(255,255,255,.7); font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 18px; padding: 13px 22px; font-size: 13px; font-weight: 900; letter-spacing: .02em; text-decoration: none; transition: background .2s, color .2s, transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-red { color: white; background: var(--red); box-shadow: 0 13px 32px rgba(200,16,46,.23); }
.button-red:hover { background: var(--red-dark); }
.button-outline { color: white; border: 1px solid rgba(255,255,255,.3); }
.button-outline:hover { background: rgba(255,255,255,.08); }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 660px; margin: 52px 0 0; }
.hero-facts div { padding: 0 23px; border-left: 1px solid rgba(255,255,255,.15); }
.hero-facts div:first-child { padding-left: 0; border-left: 0; }
.hero-facts dt { color: rgba(255,255,255,.42); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hero-facts dd { margin: 4px 0 0; color: white; font-size: 14px; font-weight: 800; }

.badge-stage { position: relative; display: grid; justify-items: center; padding: 45px 35px 28px; border: 1px solid rgba(210,175,95,.35); background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); box-shadow: var(--shadow); }
.badge-stage::before, .badge-stage::after { content: ""; position: absolute; top: 19px; width: 62px; height: 4px; background: var(--gold); }
.badge-stage::before { left: 19px; }
.badge-stage::after { right: 19px; }
.badge-label { position: absolute; top: 14px; color: var(--gold-light); font-size: 9px; font-weight: 900; letter-spacing: .25em; }
.badge-frame { width: min(100%, 420px); aspect-ratio: 1; overflow: hidden; border: 8px solid white; background: white; box-shadow: 0 18px 48px rgba(0,0,0,.3); }
.badge-frame img { width: 100%; height: 100%; object-fit: cover; }
.badge-stage p { margin: 22px 0 0; color: rgba(255,255,255,.56); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.signal-stripe { position: absolute; z-index: 4; inset: auto 0 0; display: grid; grid-template-columns: 2fr 1fr 5fr; height: 9px; }
.signal-stripe span:nth-child(1) { background: var(--red); }
.signal-stripe span:nth-child(2) { background: white; }
.signal-stripe span:nth-child(3) { background: var(--gold); }

.unit-section { padding: 115px 0; background: var(--off-white); }
.unit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.eyebrow { color: var(--red); }
.section-copy > p:not(.eyebrow) { max-width: 510px; color: var(--muted); }
.official-links { border-top: 1px solid var(--line); }
.official-links a { display: grid; grid-template-columns: 42px 1fr 35px; align-items: center; gap: 16px; min-height: 105px; padding: 19px 8px; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .2s, background .2s; }
.official-links a:hover { padding-inline: 18px; background: white; }
.link-index { color: var(--red); font-size: 10px; font-weight: 900; }
.official-links small, .official-links strong { display: block; }
.official-links small { margin-bottom: 5px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.official-links strong { color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 500; }
.official-links i { display: grid; width: 32px; height: 32px; place-items: center; color: var(--navy-900); border: 1px solid var(--line); border-radius: 50%; font-style: normal; }

.social-strip { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 55px; margin-top: 70px; padding: 31px 34px; color: white; background: var(--navy-900); border-left: 5px solid var(--gold); box-shadow: 0 18px 45px rgba(2,18,30,.14); }
.social-copy .eyebrow { margin-bottom: 7px; color: var(--gold-light); }
.social-copy h3 { margin: 0 0 7px; color: white; font-size: 28px; }
.social-copy > span { display: block; max-width: 430px; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.5; }
.social-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.social-link { display: grid; grid-template-columns: 44px 1fr 24px; align-items: center; gap: 13px; min-height: 76px; padding: 13px 16px; color: white; border: 1px solid rgba(255,255,255,.17); text-decoration: none; transition: transform .2s, background .2s, border-color .2s; }
.social-link:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.07); }
.social-icon { display: grid; width: 44px; height: 44px; place-items: center; color: white; background: var(--navy-700); }
.social-link.instagram .social-icon { background: var(--red); }
.social-icon svg { width: 23px; height: 23px; fill: currentColor; }
.social-link.instagram svg { fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-link.instagram .dot { fill: currentColor; stroke: none; }
.social-link small, .social-link strong { display: block; }
.social-link small { color: rgba(255,255,255,.45); font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.social-link strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 500; }
.social-link i { color: var(--gold-light); font-style: normal; }

.contact-section { position: relative; overflow: hidden; padding: 105px 0 95px; color: white; background: var(--navy-800); }
.contact-section::after { content: ""; position: absolute; right: -200px; bottom: -360px; width: 700px; height: 700px; border: 1px solid rgba(210,175,95,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(210,175,95,.02), 0 0 0 160px rgba(210,175,95,.015); }
.contact-section > .shell { position: relative; z-index: 2; }
.contact-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 35px 80px; align-items: end; margin-bottom: 46px; }
.contact-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -10px; }
.eyebrow-light { color: var(--gold-light); }
.contact-heading h2 { margin: 0; color: white; }
.contact-heading > p:not(.eyebrow) { margin: 0 0 8px; color: rgba(255,255,255,.62); }
.contact-grid { display: grid; grid-template-columns: 1.25fr .85fr 1.1fr; gap: 12px; }
.contact-card { position: relative; display: flex; align-items: flex-start; gap: 16px; min-height: 180px; padding: 26px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.045); text-decoration: none; transition: transform .2s, background .2s, border-color .2s; }
.contact-card:hover { transform: translateY(-4px); border-color: rgba(210,175,95,.5); background: rgba(255,255,255,.08); }
.contact-icon { display: grid; width: 43px; height: 43px; flex: none; place-items: center; color: var(--gold-light); border: 1px solid rgba(210,175,95,.4); }
.contact-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-card small, .contact-card strong, .contact-card b { display: block; }
.contact-card small { margin-bottom: 8px; color: rgba(255,255,255,.45); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.contact-card strong { color: white; font-size: 14px; overflow-wrap: anywhere; }
.contact-card b { margin-top: 8px; color: var(--gold-light); font-size: 10px; font-weight: 700; }
.contact-card > i { position: absolute; right: 18px; bottom: 16px; color: rgba(255,255,255,.48); font-style: normal; }
.parade-times { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 40px; margin-top: 12px; padding: 25px 28px; color: var(--ink); background: white; }
.parade-times div { display: grid; grid-template-columns: 1fr auto; gap: 2px 20px; }
.parade-times small { grid-column: 1 / -1; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.parade-times strong { color: var(--navy-900); font-size: 14px; }
.parade-times span { color: var(--red); font-size: 12px; font-weight: 900; }
.parade-times > a { padding: 12px 18px; color: white; background: var(--red); font-size: 11px; font-weight: 900; text-decoration: none; white-space: nowrap; }

.site-footer { color: white; background: var(--navy-950); }
.footer-main { display: grid; grid-template-columns: 60px 1fr 1.4fr auto; align-items: center; gap: 18px 25px; padding: 42px 0; }
.footer-badge { width: 58px; height: 58px; overflow: hidden; border: 2px solid var(--gold); background: white; }
.footer-badge img { width: 100%; height: 100%; object-fit: cover; }
.footer-main strong, .footer-main span { display: block; }
.footer-main strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; }
.footer-main span { color: rgba(255,255,255,.48); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-main > p { margin: 0; color: rgba(255,255,255,.45); font-size: 12px; }
.footer-main > a { color: var(--gold-light); font-size: 12px; font-weight: 800; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding: 18px 0 23px; color: rgba(255,255,255,.28); border-top: 1px solid rgba(255,255,255,.08); font-size: 9px; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width: 980px) {
  :root { --shell: min(760px, calc(100% - 32px)); }
  nav > a:not(.nav-button) { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; padding-top: 145px; padding-bottom: 80px; }
  .hero-copy { max-width: 670px; }
  .badge-stage { max-width: 560px; width: 100%; justify-self: center; }
  .unit-grid { grid-template-columns: 1fr; gap: 55px; }
  .social-strip { grid-template-columns: 1fr; gap: 25px; }
  .contact-heading { grid-template-columns: 1fr; gap: 10px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 145px; }
  .parade-times { grid-template-columns: 1fr 1fr; }
  .parade-times > a { grid-column: 1 / -1; text-align: center; }
  .footer-main { grid-template-columns: 60px 1fr; }
  .footer-main > p, .footer-main > a { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  body { font-size: 16px; }
  html { scroll-padding-top: 75px; }
  .header-inner { min-height: 74px; }
  .wordmark strong { font-size: 16px; }
  .wordmark small { font-size: 7px; }
  .nav-button { padding: 9px 11px; font-size: 9px; }
  .nav-button span { display: none; }
  .hero-grid { padding-top: 116px; }
  h1 { font-size: clamp(52px, 16vw, 74px); }
  h2 { font-size: 42px; }
  .hero-lede { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-facts { grid-template-columns: 1fr 1fr; gap: 22px 0; }
  .hero-facts div { padding-inline: 14px; }
  .hero-facts div:nth-child(3) { padding-left: 0; border: 0; }
  .badge-stage { padding: 41px 18px 24px; }
  .badge-frame { border-width: 5px; }
  .unit-section { padding: 78px 0; }
  .official-links a { grid-template-columns: 32px 1fr 30px; gap: 9px; }
  .official-links strong { font-size: 18px; }
  .social-strip { margin-top: 45px; padding: 26px 20px; }
  .social-links { grid-template-columns: 1fr; }
  .contact-section { padding: 78px 0 65px; }
  .contact-card { min-height: 165px; padding: 23px 19px; }
  .parade-times { grid-template-columns: 1fr; gap: 22px; padding: 22px 20px; }
  .parade-times > a { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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