:root {
  --navy: #07162d;
  --ink: #13233a;
  --muted: #5b6470;
  --line: #d9e1ea;
  --paper: #fffaf2;
  --white: #ffffff;
  --mist: #f3f7fa;
  --orange: #f36b22;
  --gold: #f4ba3f;
  --teal: #19b7b6;
  --green: #2e6f55;
  --shadow: 0 18px 55px rgba(7, 22, 45, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--white);
  color: var(--navy);
  padding: 0.6rem 0.8rem;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 72px;
  padding: 0.85rem clamp(1rem, 4vw, 3rem);
  background: rgba(255, 250, 242, 0.94);
  border-bottom: 1px solid rgba(217, 225, 234, 0.9);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border: 2px solid var(--navy);
  border-bottom-color: var(--orange);
  background: linear-gradient(135deg, var(--navy) 0 54%, var(--orange) 54% 100%);
  color: var(--white);
  font-weight: 900;
  letter-spacing: 0;
}

.brand-name,
.brand-region {
  display: block;
  white-space: nowrap;
}

.brand-name {
  font-size: clamp(0.98rem, 1.8vw, 1.1rem);
  font-weight: 900;
  line-height: 1.05;
}

.brand-region {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.75rem, 2vw, 1.6rem);
  font-size: 0.95rem;
  font-weight: 800;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--orange);
}

.hero {
  position: relative;
  min-height: min(760px, 78svh);
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.hero-media,
.hero-media img,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 22, 45, 0.92) 0%, rgba(7, 22, 45, 0.68) 45%, rgba(7, 22, 45, 0.16) 100%),
    linear-gradient(0deg, rgba(7, 22, 45, 0.62) 0%, rgba(7, 22, 45, 0) 34%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: min(760px, 78svh);
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(2.5rem, 8vw, 5rem) 0;
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.8rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 1rem;
  font-size: 6.75rem;
  line-height: 0.9;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  color: var(--navy);
  max-width: 980px;
  font-size: 3rem;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  color: var(--navy);
  font-size: 1.18rem;
  line-height: 1.15;
  text-wrap: balance;
}

.hero-lede {
  max-width: 660px;
  margin-bottom: 1.7rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.15rem, 2.5vw, 1.55rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: clamp(1.8rem, 6vw, 4rem);
}

.button,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
}

.button {
  padding: 0.78rem 1rem;
}

.button-primary {
  background: var(--orange);
  color: var(--white);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: var(--white);
}

.button:hover,
.text-link:hover {
  transform: translateY(-1px);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(860px, 100%);
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.18);
}

.hero-proof div {
  padding: 0.9rem;
  background: rgba(7, 22, 45, 0.54);
}

.hero-proof dt {
  font-weight: 950;
}

.hero-proof dd {
  margin: 0.2rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.section {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3.25rem, 7vw, 5.75rem) 0;
}

.intro-section {
  padding-top: clamp(3rem, 7vw, 5rem);
}

.intro-grid,
.event-feature,
.story-split,
.flyer-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.intro-grid > div:first-child p {
  max-width: 760px;
}

.intro-grid p,
.feature-copy p,
.story-split p,
.flyer-section p {
  color: var(--muted);
  font-size: 1.08rem;
}

.mission-note {
  border-left: 6px solid var(--orange);
  width: min(760px, 100%);
  padding: 1.25rem 1.5rem;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.mission-note p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.25rem, 3vw, 1.55rem);
  font-weight: 850;
  line-height: 1.25;
}

.section-heading {
  max-width: 980px;
  margin-bottom: 2rem;
}

.section-heading,
.proof-band > div:first-child,
.tour-summary > div:first-child {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading h2,
.proof-band h2,
.tour-summary h2 {
  margin-left: auto;
  margin-right: auto;
}

.card-grid {
  display: grid;
  gap: 1rem;
}

.card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card,
.action-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.3rem;
  background: var(--white);
}

.info-card {
  min-height: 260px;
}

.info-card p,
.action-card p,
.small-note {
  color: var(--muted);
}

.card-number {
  display: block;
  margin-bottom: 1.2rem;
  color: var(--orange);
  font-size: 0.84rem;
  font-weight: 950;
}

.event-feature {
  width: 100%;
  max-width: none;
  padding-left: max(1rem, calc((100vw - 1180px) / 2));
  padding-right: max(1rem, calc((100vw - 1180px) / 2));
  background: var(--navy);
  color: var(--white);
}

.event-feature h2,
.proof-band h2 {
  color: var(--white);
}

.event-feature p {
  color: rgba(255, 255, 255, 0.78);
}

.text-link {
  color: var(--navy);
  background: var(--gold);
  padding: 0.75rem 1rem;
}

.feature-image-link {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-image-link img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.proof-band {
  width: 100%;
  max-width: none;
  padding-left: max(1rem, calc((100vw - 1180px) / 2));
  padding-right: max(1rem, calc((100vw - 1180px) / 2));
  background: var(--green);
  color: var(--white);
}

.proof-grid,
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.proof-grid figure,
.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
}

.proof-grid img,
.gallery-grid img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.proof-grid figcaption,
.gallery-grid figcaption {
  padding: 0.85rem 1rem;
  color: var(--ink);
  font-weight: 850;
}

.get-involved {
  padding-bottom: clamp(5rem, 10vw, 8rem);
}

.small-note {
  max-width: 820px;
  margin: 1.2rem 0 0;
  font-size: 0.95rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem clamp(1rem, 4vw, 3rem);
  background: var(--navy);
  color: var(--white);
}

.site-footer p {
  max-width: 560px;
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-content: start;
  font-weight: 850;
}

.site-footer a {
  color: var(--white);
  text-decoration: none;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 6rem) 0 clamp(2rem, 6vw, 4rem);
}

.page-hero-copy {
  min-width: 0;
}

.page-hero h1 {
  max-width: 650px;
  font-size: 4.4rem;
  line-height: 0.96;
  overflow-wrap: normal;
}

.page-hero-copy p {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.3rem);
}

.page-hero img,
.story-split img,
.flyer-section img {
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.tour-summary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
  border-top: 1px solid var(--line);
}

.tour-summary > div:first-child {
  max-width: 980px;
}

.summary-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.summary-list div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1rem;
  background: var(--mist);
}

.summary-list strong,
.summary-list span {
  display: block;
}

.summary-list strong {
  color: var(--navy);
  font-size: 1.2rem;
}

.summary-list span {
  margin-top: 0.25rem;
  color: var(--muted);
}

.story-split {
  border-top: 1px solid var(--line);
}

.tour-gallery {
  width: 100%;
  max-width: none;
  padding-left: max(1rem, calc((100vw - 1180px) / 2));
  padding-right: max(1rem, calc((100vw - 1180px) / 2));
  background: var(--mist);
}

.gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flyer-section {
  align-items: start;
}

.flyer-section img {
  width: min(100%, 520px);
  justify-self: center;
}

@media (max-width: 920px) {
  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .hero-proof,
  .card-grid.four,
  .card-grid.three,
  .proof-grid,
  .gallery-grid,
  .intro-grid,
  .event-feature,
  .story-split,
  .flyer-section,
  .page-hero,
  .tour-summary {
    grid-template-columns: 1fr;
  }

  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-hero h1 {
    font-size: 3.5rem;
  }

  .summary-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .info-card {
    min-height: 0;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .site-header {
    position: static;
  }

  .brand-region {
    white-space: normal;
  }

  .hero {
    min-height: 78svh;
  }

  .hero-content {
    min-height: 78svh;
    justify-content: end;
  }

  .hero-media img {
    object-position: center;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(7, 22, 45, 0.9) 0%, rgba(7, 22, 45, 0.68) 56%, rgba(7, 22, 45, 0.16) 100%);
  }

  h1 {
    font-size: 3.85rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .page-hero h1 {
    font-size: 3rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-proof,
  .summary-list,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .proof-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.6rem;
  }

  .proof-grid figure {
    flex: 0 0 min(82vw, 340px);
    scroll-snap-align: start;
  }

  .site-footer {
    flex-direction: column;
  }
}
