:root {
  --navy: #082a47;
  --blue: #245d82;
  --blue-bright: #4aa6d3;
  --red: #e84a4f;
  --ink: #102436;
  --muted: #5e6c78;
  --paper: #f6f8fa;
  --white: #ffffff;
  --line: #dce4ea;
  --shadow: 0 22px 55px rgba(5, 32, 54, 0.14);
}

* { 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: 1rem;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 50; padding: .75rem 1rem; color: white; background: var(--navy); }
.skip-link:focus { top: 1rem; }

.site-header {
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; margin-right: auto; }
.brand img { width: 54px; height: 54px; object-fit: cover; object-position: center 24%; border-radius: 50%; }
.brand span { display: grid; line-height: 1.08; }
.brand strong { font-family: Georgia, serif; font-size: 1.16rem; letter-spacing: .01em; }
.brand small { color: var(--muted); font-size: .78rem; margin-top: .25rem; letter-spacing: .08em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 1.3rem; }
nav a { color: #314554; font-size: .92rem; font-weight: 650; text-decoration: none; padding: .5rem 0; border-bottom: 2px solid transparent; }
nav a:hover, nav a[aria-current="page"] { color: var(--navy); border-color: var(--red); }
.header-cta { text-decoration: none; color: white; background: var(--navy); border-radius: 999px; padding: .72rem 1.12rem; font-weight: 750; }
.header-cta:hover { background: var(--blue); }

.hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 7rem);
  width: min(1180px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 4.5rem 0 6rem;
}
.hero-copy { position: relative; z-index: 1; }
.eyebrow, .card-label { margin: 0 0 1rem; color: var(--blue); font-weight: 800; letter-spacing: .11em; text-transform: uppercase; font-size: .79rem; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.04; }
h1 { margin: 0; max-width: 650px; font-size: clamp(3.6rem, 7vw, 6.8rem); font-weight: 500; letter-spacing: -.045em; }
.intro { max-width: 600px; margin: 1.7rem 0 2rem; color: #40515f; font-size: 1.2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 50px; padding: .8rem 1.15rem; border-radius: 5px; font-weight: 800; text-decoration: none; }
.button.primary { color: white; background: var(--red); box-shadow: 0 10px 24px rgba(232, 74, 79, .22); }
.button.primary:hover { background: #cb343a; }
.button.secondary { color: var(--navy); border: 1px solid #aebdc8; background: rgba(255,255,255,.75); }
.microcopy { margin: 1rem 0 0; color: var(--muted); font-size: .9rem; }
.hero-visual { position: relative; min-height: 555px; }
.hero-visual::before {
  content: ""; position: absolute; inset: -30px 40px 40px -35px; z-index: -1;
  background: var(--navy); border-radius: 55% 45% 48% 52% / 42% 54% 46% 58%;
}
.hero-visual::after { content: ""; position: absolute; width: 170px; height: 10px; right: -20px; top: 30px; background: var(--red); transform: rotate(-18deg); }
.hero-visual > img { width: 100%; height: 555px; object-fit: cover; object-position: 40% center; border-radius: 5px; box-shadow: var(--shadow); }
.score-card { position: absolute; left: -38px; bottom: 32px; display: flex; align-items: center; gap: .75rem; padding: .9rem 1.1rem; color: white; background: var(--navy); border-left: 5px solid var(--red); box-shadow: var(--shadow); }
.score-card span { font-family: Georgia, serif; font-size: 3rem; line-height: 1; }
.score-card small { font-weight: 750; line-height: 1.15; }

.quick-info {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1rem;
  padding: 5rem max(1.5rem, calc((100% - 1180px) / 2));
  color: white;
  background: var(--navy);
}
.section-kicker { align-self: end; padding: 1rem 2rem 1rem 0; }
.section-kicker span { color: #88c7e8; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; }
.section-kicker h2 { margin: .7rem 0 0; font-size: clamp(2.4rem, 4vw, 4.3rem); font-weight: 500; }
.info-card { min-height: 300px; padding: 1.6rem; color: var(--ink); background: white; border-top: 4px solid var(--red); }
.card-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 2rem; color: white; background: var(--blue); border-radius: 50%; font-size: 1.3rem; }
.time-row { display: flex; justify-content: space-between; gap: 1rem; padding: .78rem 0; border-top: 1px solid var(--line); }
.time-row strong { color: var(--navy); }
.location h3 { margin: 0 0 .7rem; font-size: 1.75rem; }
.location p { color: var(--muted); }
.location a { display: inline-flex; align-items: center; gap: .45rem; margin-top: 1.5rem; color: var(--blue); font-weight: 800; text-decoration: none; }

.facts { display: grid; grid-template-columns: repeat(3, 1fr); width: min(960px, calc(100% - 3rem)); margin: 0 auto; padding: 4.5rem 0; }
.facts div { display: grid; justify-items: center; gap: .25rem; padding: 1rem; border-right: 1px solid var(--line); }
.facts div:last-child { border: 0; }
.facts strong { color: var(--navy); font-family: Georgia, serif; font-size: 3.5rem; line-height: 1; }
.facts span { color: var(--muted); font-weight: 700; }

.site-footer { display: flex; justify-content: space-between; gap: 2rem; padding: 2.4rem max(1.5rem, calc((100% - 1180px) / 2)); color: #dbe7ef; background: #051d31; }
.site-footer > div:first-child { display: grid; gap: .35rem; }
.site-footer span { color: #9db2c1; }
.footer-links { display: flex; align-items: end; gap: 1.2rem; }
.footer-links a { color: #dbe7ef; }

.page-hero { width: min(1180px, calc(100% - 3rem)); margin: 0 auto; padding: 5.5rem 0 4.5rem; border-top: 1px solid var(--line); }
.page-hero h1 { max-width: 920px; font-size: clamp(3.2rem, 7vw, 6.4rem); }
.page-hero > p:last-child { max-width: 780px; margin: 1.4rem 0 0; color: var(--muted); font-size: 1.2rem; }
.story-layout { display: grid; grid-template-columns: minmax(320px, .8fr) 1.2fr; gap: clamp(2rem, 6vw, 6rem); width: min(1180px, calc(100% - 3rem)); margin: 0 auto; padding-bottom: 6rem; }
.story-image { position: sticky; top: 2rem; align-self: start; }
.story-image img { width: 100%; height: 560px; object-fit: cover; box-shadow: var(--shadow); }
.timeline article { display: grid; grid-template-columns: 155px 1fr; gap: 2rem; padding: 0 0 2.2rem; border-top: 1px solid var(--line); }
.timeline time { padding-top: 1.5rem; color: var(--blue); font-size: .85rem; font-weight: 800; }
.timeline h2 { margin: 1.3rem 0 .5rem; font-size: 1.8rem; }
.timeline p { margin: 0; color: var(--muted); }
.board-section { padding: 5rem max(1.5rem, calc((100% - 1180px) / 2)); background: white; }
.section-heading h2 { margin: 0 0 2rem; font-size: clamp(2.4rem, 5vw, 4rem); }
.board-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.board-grid article { padding: 2rem; border: 1px solid var(--line); background: var(--paper); }
.board-grid article > span { display: grid; place-items: center; width: 56px; height: 56px; color: white; background: var(--navy); border-radius: 50%; font-weight: 800; }
.board-grid h3 { margin: 1.5rem 0 .25rem; font-size: 1.55rem; }
.board-grid p { margin: 0; color: var(--blue); font-weight: 750; }
.goal-band { padding: 5rem max(1.5rem, calc((100% - 900px) / 2)); color: white; text-align: center; background: var(--navy); }
.goal-band h2 { margin: 0; font-size: clamp(2.8rem, 6vw, 5rem); }
.goal-band > p:not(.eyebrow) { max-width: 650px; margin: 1.2rem auto 2rem; color: #c7d8e4; font-size: 1.15rem; }
.goal-band .eyebrow { color: #88c7e8; }
.training-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; width: min(1180px, calc(100% - 3rem)); margin: 0 auto 6rem; }
.training-card { min-height: 360px; padding: clamp(1.6rem, 4vw, 3rem); background: white; border: 1px solid var(--line); }
.training-card h2 { margin: 0 0 1rem; font-size: 2.3rem; }
.training-card > p:not(.card-label) { color: var(--muted); font-size: 1.08rem; }
.primary-card { color: white; background: var(--navy); border-color: var(--navy); }
.primary-card .card-label { color: #88c7e8; }
.large-time { display: flex; align-items: baseline; justify-content: space-between; gap: 2rem; padding: 1.2rem 0; border-top: 1px solid #41647d; }
.large-time span { font-size: 1.2rem; }
.large-time strong { font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 500; }
.text-link { display: inline-flex; align-items: center; gap: .4rem; margin-top: 1rem; color: var(--blue); font-weight: 800; text-decoration: none; }
.image-card { padding: 0; overflow: hidden; }
.image-card img { width: 100%; height: 100%; object-fit: cover; }
.check-list { display: grid; gap: .9rem; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.6rem; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .48em; width: 8px; height: 8px; background: var(--red); transform: rotate(45deg); }
.events-layout { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: clamp(2rem, 6vw, 6rem); width: min(1180px, calc(100% - 3rem)); margin: 0 auto 6rem; }
.events-layout > * { min-width: 0; }
.empty-event { align-self: start; padding: 2.3rem; color: white; background: var(--navy); border-top: 6px solid var(--red); }
.empty-event h2 { margin: 1.4rem 0 .7rem; font-size: 2.4rem; }
.empty-event p { color: #c7d8e4; }
.date-badge { display: inline-block; padding: .35rem .6rem; color: var(--navy); background: #d9effb; font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.social-row { display: flex; gap: 1rem; margin-top: 1.7rem; }
.social-row a { font-weight: 800; }
.report-list > article { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 1.3rem; padding: 1.5rem 0 2rem; border-top: 1px solid var(--line); }
.report-list > article > span { color: var(--red); font-family: Georgia, serif; font-size: 2.2rem; }
.report-list time { color: var(--blue); font-size: .82rem; font-weight: 800; text-transform: uppercase; }
.report-list h2 { margin: .35rem 0 .5rem; font-size: 2rem; hyphens: auto; overflow-wrap: anywhere; }
.report-list p { margin: 0; color: var(--muted); }
.draft-notice { display: flex; gap: 1.2rem; align-items: baseline; width: min(1180px, calc(100% - 3rem)); margin: -1.5rem auto 2rem; padding: 1rem 1.2rem; background: #fff1c9; border-left: 5px solid #e0a728; }
.draft-notice span { color: #655528; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; width: min(1180px, calc(100% - 3rem)); margin: 0 auto 6rem; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; background: var(--navy); }
.gallery-grid figure.wide { grid-column: 1 / -1; }
.gallery-grid img { width: 100%; height: 520px; object-fit: cover; transition: transform .35s ease; }
.gallery-grid figure:not(.wide) img { height: 600px; }
.gallery-grid figure:hover img { transform: scale(1.015); }
.gallery-grid figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 3.5rem 1.4rem 1.3rem; color: white; background: linear-gradient(transparent, rgba(5,29,49,.9)); font-weight: 750; }
.gallery-grid figcaption span { display: block; color: #9bd1eb; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-layout { width: min(1180px, calc(100% - 3rem)); margin: 0 auto 6rem; }
.contact-methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 1rem; }
.contact-card { display: grid; gap: .55rem; min-width: 0; padding: 1.7rem; background: white; border: 1px solid var(--line); text-decoration: none; }
.contact-card.featured { color: white; background: var(--navy); border-color: var(--navy); }
.contact-card > span { color: var(--blue); font-size: .8rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.contact-card.featured > span { color: #88c7e8; }
.contact-card strong { overflow-wrap: anywhere; font-family: Georgia, serif; font-size: 1.55rem; }
.contact-card small { display: flex; align-items: center; gap: .4rem; margin-top: 1rem; font-weight: 750; }
.venue-card { display: grid; grid-template-columns: 1.05fr .95fr; background: white; border: 1px solid var(--line); }
.venue-card > img { width: 100%; height: 500px; object-fit: cover; }
.venue-card > div { align-self: center; padding: clamp(2rem, 5vw, 4.5rem); }
.venue-card h2 { margin: 0 0 1rem; font-size: clamp(2rem, 4vw, 3.4rem); }
.venue-card p:not(.card-label) { color: var(--muted); }
.legal-page .page-hero { padding-bottom: 3rem; }
.legal-content { width: min(780px, calc(100% - 3rem)); margin: 0 auto 6rem; padding: 2.5rem; background: white; border: 1px solid var(--line); }
.legal-content h2 { margin: 2.2rem 0 .7rem; font-size: 1.7rem; }
.legal-content a { color: var(--blue); }
.legal-warning { padding: 1.1rem 1.3rem; background: #fff1c9; border-left: 5px solid #e0a728; }
.legal-warning p { margin: .35rem 0 0; }
.placeholder { color: #7c6114; background: #fff7df; padding: 1rem; }

@media (max-width: 980px) {
  .site-header { flex-wrap: wrap; gap: .7rem 1.2rem; padding: .8rem 0; }
  nav { order: 3; width: 100%; overflow-x: auto; padding-bottom: .2rem; }
  .hero { grid-template-columns: 1fr; padding-top: 3rem; }
  .hero-visual { min-height: 460px; margin-left: 2rem; }
  .hero-visual > img { height: 460px; }
  .quick-info { grid-template-columns: 1fr 1fr; }
  .section-kicker { grid-column: 1 / -1; }
  .story-layout, .events-layout { grid-template-columns: minmax(0, 1fr); }
  .story-image { position: static; }
  .story-image img { height: 420px; }
  .contact-methods { grid-template-columns: 1fr 1fr; }
  .venue-card { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-header, .hero { width: min(100% - 2rem, 1180px); }
  .brand small { display: none; }
  .brand img { width: 46px; height: 46px; }
  .header-cta { padding: .62rem .8rem; font-size: .88rem; }
  nav { flex-wrap: wrap; gap: .15rem .85rem; overflow: visible; padding: .55rem 0 0; border-top: 1px solid var(--line); }
  nav a { padding: .35rem 0; }
  h1 { font-size: clamp(3rem, 16vw, 4.8rem); }
  .hero { min-height: auto; gap: 3.5rem; padding-bottom: 5rem; }
  .hero-visual { min-height: 380px; margin-left: 1rem; }
  .hero-visual::before { inset: -20px 25px 30px -18px; }
  .hero-visual > img { height: 380px; }
  .score-card { left: -16px; bottom: 20px; }
  .quick-info { grid-template-columns: 1fr; padding-top: 4rem; }
  .section-kicker { padding-right: 0; }
  .facts { grid-template-columns: 1fr; }
  .facts div { border-right: 0; border-bottom: 1px solid var(--line); }
  .site-footer { flex-direction: column; }
  .footer-links { flex-wrap: wrap; }
  .page-hero { width: min(100% - 2rem, 1180px); padding: 3.5rem 0 3rem; }
  .story-layout, .training-grid, .events-layout, .gallery-grid, .contact-layout { width: min(100% - 2rem, 1180px); }
  .timeline article { grid-template-columns: 1fr; gap: 0; }
  .timeline h2 { margin-top: .35rem; }
  .board-grid, .training-grid, .contact-methods { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid figure.wide { grid-column: auto; }
  .gallery-grid img, .gallery-grid figure:not(.wide) img { height: 420px; }
  .draft-notice { width: min(100% - 2rem, 1180px); flex-direction: column; gap: .2rem; }
  .venue-card > img { height: 340px; }
  .large-time { flex-direction: column; gap: .2rem; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
