:root {
  --navy: #0a2342;
  --blue: #075fbd;
  --blue-2: #eaf4ff;
  --gold: #d6a328;
  --ink: #152238;
  --muted: #526176;
  --paper: #f7f9fc;
  --white: #ffffff;
  --line: #d8e0ea;
  --green: #176b4d;
  --amber: #8c5a00;
  --gray: #596273;
  --shadow: 0 18px 45px rgba(10, 35, 66, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.62;
}
a { color: var(--blue); text-underline-offset: 0.18em; }
a:hover { color: #034685; }
img { max-width: 100%; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 100;
  padding: .75rem 1rem;
  background: var(--white);
  color: var(--navy);
  border-radius: .5rem;
}

.topbar {
  background: var(--navy);
  color: var(--white);
  border-bottom: 4px solid var(--gold);
}
.nav {
  max-width: 1120px;
  margin: 0 auto;
  min-height: 82px;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: .85rem;
  color: var(--white);
  text-decoration: none;
  line-height: 1.16;
}
.seal {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--gold);
}
.brand strong { display: block; font-size: 1rem; letter-spacing: .01em; }
.brand small { display: block; margin-top: .2rem; color: #c8d7ea; font-size: .78rem; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .35rem; }
.nav-links a {
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  font-size: .9rem;
  padding: .5rem .65rem;
  border-radius: .4rem;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { background: rgba(255,255,255,.13); }

.hero {
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(10,35,66,.98) 0%, rgba(7,95,189,.92) 72%, rgba(7,95,189,.84) 100%),
    radial-gradient(circle at 80% 15%, rgba(214,163,40,.3), transparent 35%);
  padding: clamp(3.5rem, 8vw, 7rem) 1.25rem;
}
.home-hero {
  position: relative;
  overflow: hidden;
  color: var(--navy);
  background:
    radial-gradient(circle at 72% 34%, rgba(244, 201, 86, .24), transparent 28%),
    linear-gradient(135deg, #fffef9 0%, #fff9e9 52%, #f7e7bd 100%);
  border-bottom: 6px solid var(--gold);
  padding-top: clamp(2.8rem, 6vw, 5.4rem);
  padding-bottom: 0;
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 1.4rem 2.2rem auto;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent 42%, transparent 58%, var(--gold));
}
.home-hero .eyebrow { color: #a36d00; }
.home-hero h1 {
  margin: 0;
  max-width: none;
  color: var(--navy);
  font-size: clamp(3.65rem, 10vw, 8.6rem);
  line-height: .82;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.home-hero h1 span { display: block; }
.home-hero h1 small {
  display: block;
  margin-top: .72rem;
  color: #173b67;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.35rem, 3vw, 2.4rem);
  font-weight: 900;
  letter-spacing: .22em;
  line-height: 1.12;
  text-transform: uppercase;
}
.hero-title-lockup { max-width: 1050px; margin: 0 auto clamp(2.2rem, 5vw, 4rem); text-align: center; }
.hero-title-lockup .eyebrow { margin-bottom: 1.35rem; }
.hero-address {
  display: inline-block;
  margin: 1.35rem 0 0;
  padding: .5rem 1.15rem;
  color: #6f4c08;
  border-top: 1px solid rgba(163,109,0,.42);
  border-bottom: 1px solid rgba(163,109,0,.42);
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hero-spanish {
  margin: .75rem 0 0;
  color: #173b67;
  font-family: Georgia, serif;
  font-size: clamp(1.05rem, 2.2vw, 1.45rem);
  font-style: italic;
  font-weight: 700;
  letter-spacing: .025em;
}
.hero-story { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(290px, .82fr); gap: clamp(1.5rem, 4vw, 3.6rem); align-items: center; }
.home-hero .lede { max-width: 690px; color: #354258; font-family: Georgia, serif; font-size: clamp(1.08rem, 2vw, 1.35rem); }
.home-hero .button.secondary { color: var(--navy); border-color: rgba(10,35,66,.45); background: rgba(255,255,255,.58); }
.welcome-note { margin: 0 0 .45rem; color: #9a6805; font-family: Georgia, serif; font-size: 1.15rem; font-style: italic; }
.building-portrait {
  position: relative;
  height: clamp(380px, 50vw, 590px);
  margin: 0;
  overflow: hidden;
  background: #fffdf5;
  border: 1px solid rgba(163,109,0,.35);
  border-radius: 48% 48% 1.1rem 1.1rem / 14% 14% 1.1rem 1.1rem;
  box-shadow: 0 24px 60px rgba(75,49,0,.17);
}
.building-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 76% 62%;
  transform: scale(1.24);
  transform-origin: 76% 62%;
  filter: saturate(.92) contrast(1.02) brightness(1.03);
}
.building-portrait figcaption {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: .15rem;
  padding: 1.15rem 1.3rem;
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, transparent, rgba(6,24,46,.96) 34%);
}
.building-portrait figcaption strong { font-family: Georgia, serif; font-size: 1.2rem; }
.building-portrait figcaption span { color: #f4cf72; font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.formed-ribbon {
  max-width: 1120px;
  margin: clamp(2.1rem, 5vw, 3.8rem) auto 0;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #fff;
  background: var(--navy);
  border: 2px solid var(--gold);
  border-bottom: 0;
  border-radius: .8rem .8rem 0 0;
}
.formed-ribbon span { color: #f2dfab; font-size: .87rem; }
.hero-inner, .container { max-width: 1120px; margin: 0 auto; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); gap: 3rem; align-items: center; }
.eyebrow {
  display: inline-block;
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; line-height: 1.13; color: var(--navy); }
h1 { max-width: 820px; margin-bottom: 1.2rem; color: var(--white); font-family: Georgia, serif; font-size: clamp(2.55rem, 6.8vw, 5.3rem); letter-spacing: -.035em; }
h2 { font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.25rem); letter-spacing: -.025em; }
h3 { font-size: 1.25rem; }
.lede { max-width: 760px; margin: 0; color: #e7f0fa; font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-card {
  padding: 1.5rem;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.25);
  border-left: 5px solid var(--gold);
  border-radius: .75rem;
  backdrop-filter: blur(4px);
}
.hero-card strong { display: block; color: var(--white); font-size: 1.15rem; }
.hero-card p { margin: .55rem 0 0; color: #dbe9f8; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.8rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .7rem 1rem;
  border: 2px solid transparent;
  border-radius: .45rem;
  font-weight: 800;
  text-decoration: none;
}
.button.primary { background: var(--gold); color: #152238; }
.button.secondary { color: var(--white); border-color: rgba(255,255,255,.7); }
.button.light { color: var(--navy); background: var(--white); border-color: var(--line); }

.social-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.social-card {
  min-height: 220px;
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 5px solid var(--gold);
  border-radius: .8rem;
  box-shadow: 0 10px 28px rgba(10,35,66,.08);
}
.social-card div { display: grid; gap: .18rem; }
.social-card strong { color: var(--navy); font-size: 1.15rem; }
.social-card div span { color: var(--muted); font-size: .92rem; }
.social-card small { margin-top: auto; color: #6f4c08; font-size: .8rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.social-mark { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; border-radius: 13px; font-size: 1.05rem; font-weight: 900; }
.social-mark.instagram { background: linear-gradient(135deg, #6f2dbd, #d62976 52%, #f7a34b); }
.social-mark.tiktok { background: #111; box-shadow: inset 3px 0 #25f4ee, inset -3px 0 #fe2c55; font-size: 1.5rem; }
.social-mark.x-social { background: #111; }
.social-note { margin: 1.1rem 0 0; color: var(--muted); font-size: .9rem; }

main section { padding: clamp(3.5rem, 7vw, 6rem) 1.25rem; }
main section.alt { background: var(--white); }
.section-intro { max-width: 740px; margin-bottom: 2rem; color: var(--muted); font-size: 1.08rem; }
.grid-2, .grid-3, .grid-4 { display: grid; gap: 1.15rem; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  padding: 1.45rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: .7rem;
  box-shadow: 0 8px 24px rgba(10,35,66,.06);
}
.alt .card { background: var(--paper); }
.card p:last-child, .card ul:last-child { margin-bottom: 0; }
.card-number {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: .85rem;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
  font-weight: 900;
}
.fact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: .8rem;
  box-shadow: var(--shadow);
}
.fact { padding: 1.6rem; background: var(--white); }
.fact strong { display: block; color: var(--navy); font-family: Georgia, serif; font-size: 2rem; line-height: 1; }
.fact span { display: block; margin-top: .5rem; color: var(--muted); }

.status-list { display: grid; gap: .9rem; }
.status {
  position: relative;
  padding: 1.2rem 1.2rem 1.2rem 1.4rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: .55rem;
}
.status::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 6px; border-radius: .55rem 0 0 .55rem; }
.status.documented::before { background: var(--green); }
.status.reported::before { background: var(--amber); }
.status.unknown::before { background: var(--gray); }
.status-label { display: block; margin-bottom: .25rem; font-size: .75rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.documented .status-label { color: var(--green); }
.reported .status-label { color: var(--amber); }
.unknown .status-label { color: var(--gray); }

.callout {
  padding: clamp(1.5rem, 4vw, 2.4rem);
  color: var(--white);
  background: var(--navy);
  border-radius: .8rem;
  box-shadow: var(--shadow);
}
.callout h2, .callout h3 { color: var(--white); }
.callout p { color: #dbe9f8; }
.callout .button { margin-top: .5rem; }
.plain-list { padding-left: 1.2rem; }
.plain-list li + li { margin-top: .55rem; }
.source-list { padding-left: 1.2rem; color: var(--muted); }
.source-list li + li { margin-top: .65rem; }
.small { font-size: .9rem; color: var(--muted); }

.page-hero { padding: 4rem 1.25rem; background: var(--navy); color: var(--white); }
.page-hero h1 { font-size: clamp(2.5rem, 6vw, 4.7rem); }
.page-hero .lede { max-width: 850px; }
.video-section {
  background:
    linear-gradient(135deg, rgba(10,35,66,.04), rgba(7,95,189,.09)),
    var(--paper);
}
.video-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 398px);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.video-copy .section-intro { margin-bottom: 1rem; }
.video-shell {
  width: min(100%, 398px);
  margin-inline: auto;
  padding: .65rem;
  background: var(--navy);
  border: 1px solid rgba(214,163,40,.72);
  border-radius: 1.1rem;
  box-shadow: 0 24px 60px rgba(10,35,66,.22);
}
.video-shell video {
  display: block;
  width: 100%;
  aspect-ratio: 398 / 708;
  object-fit: cover;
  background: #06182e;
  border-radius: .65rem;
}
.money {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.money .card strong { display: block; color: var(--blue); font-family: Georgia, serif; font-size: 2.2rem; }
.timeline { position: relative; display: grid; gap: 1rem; margin-top: 1.5rem; }
.timeline::before { content: ""; position: absolute; top: .5rem; bottom: .5rem; left: 8.2rem; width: 2px; background: var(--line); }
.event { display: grid; grid-template-columns: 7rem 1fr; gap: 2.4rem; align-items: start; }
.event time { color: var(--blue); font-weight: 850; }
.event-content { position: relative; padding: 1rem 1.1rem; background: var(--white); border: 1px solid var(--line); border-radius: .55rem; }
.event-content::before { content: ""; position: absolute; width: .7rem; height: .7rem; left: -1.64rem; top: 1.2rem; background: var(--gold); border: 3px solid var(--paper); border-radius: 50%; }

.footer { padding: 2.3rem 1.25rem; color: #c8d7ea; background: #06182e; }
.footer-inner { max-width: 1120px; margin: 0 auto; display: flex; justify-content: space-between; gap: 2rem; }
.footer strong { display: block; color: var(--white); }
.footer p { max-width: 740px; margin: .35rem 0 0; font-size: .9rem; }

@media (max-width: 820px) {
  .hero-grid, .hero-story, .grid-3, .grid-4, .social-grid { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .fact-strip, .money { grid-template-columns: 1fr; }
  .nav { align-items: flex-start; flex-direction: column; }
  .nav-links { justify-content: flex-start; }
  .home-welcome { text-align: center; }
  .home-welcome .actions { justify-content: center; }
  .home-hero h1 small { letter-spacing: .13em; }
  .timeline::before { left: .35rem; }
  .event { grid-template-columns: 1fr; gap: .35rem; padding-left: 1.7rem; }
  .event-content::before { left: -1.72rem; }
  .footer-inner { flex-direction: column; }
  .home-hero .hero-grid { grid-template-columns: 1fr; }
  .building-portrait { height: 390px; }
  .formed-ribbon { align-items: flex-start; flex-direction: column; }
  .video-feature { grid-template-columns: 1fr; }
}

@media print {
  .topbar, .actions, .footer { display: none; }
  body { background: white; color: black; }
  main section, .page-hero { padding: 1.25rem 0; }
  .page-hero { background: white; color: black; }
  .page-hero h1, .page-hero .lede { color: black; }
  .card, .status, .callout { break-inside: avoid; box-shadow: none; }
  .callout { color: black; background: white; border: 2px solid black; }
  .callout h2, .callout h3, .callout p { color: black; }
}
