:root {
  --navy: #071426;
  --navy-2: #0d2340;
  --gold: #c6922e;
  --cream: #f6efe3;
  --paper: #fffaf0;
  --ink: #101827;
  --muted: #5d6674;
  --green: #2f6b4f;
  --line: rgba(7, 20, 38, 0.14);
  --shadow: 0 20px 60px rgba(7, 20, 38, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

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

.hero {
  position: relative;
  min-height: min(760px, 88vh);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: white;
  background-image: url("assets/hero-front.jpg");
  background-size: cover;
  background-position: center;
}

.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 20, 38, 0.92) 0%, rgba(7, 20, 38, 0.76) 42%, rgba(7, 20, 38, 0.2) 100%),
    linear-gradient(0deg, rgba(7, 20, 38, 0.66) 0%, rgba(7, 20, 38, 0.04) 56%);
}

.hero__content {
  position: relative;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 86px;
}

.kicker,
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 900px;
  color: #fff;
  font-size: clamp(4.4rem, 16vw, 10.5rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-shadow: 0 7px 18px rgba(0, 0, 0, 0.32);
}

.hero__subhead {
  max-width: 760px;
  margin: 22px 0 0;
  color: #fff7e7;
  font-size: clamp(1.3rem, 3vw, 2.1rem);
  font-weight: 800;
}

.hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}

.hero__facts span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  color: #fff;
  background: rgba(198, 146, 46, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 6px;
  font-weight: 900;
}

.hero__actions,
.video-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 6px;
  border: 2px solid transparent;
  font-weight: 900;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

.button--primary {
  color: var(--navy);
  background: var(--gold);
}

.button--secondary {
  color: var(--navy);
  background: var(--cream);
}

.button--ghost {
  color: white;
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(7, 20, 38, 0.28);
}

.button--video {
  position: relative;
  padding-left: 42px;
}

.button--video::before {
  content: "";
  position: absolute;
  left: 17px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid currentColor;
}

.terms-band {
  background: var(--navy);
  color: white;
}

.terms-band__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.terms-band article {
  min-height: 150px;
  padding: 28px;
  background: var(--navy);
}

.terms-band strong,
.terms-band span {
  display: block;
}

.terms-band strong {
  color: var(--gold);
  font-size: 1.35rem;
  line-height: 1.15;
}

.terms-band span {
  margin-top: 10px;
  color: #efe8da;
}

.split-section,
.featured-video,
.gallery,
.contact-band,
.media-strip {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.featured-video {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
  padding: 74px 0 24px;
}

.featured-video__copy {
  color: var(--navy);
}

.featured-video__copy h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.2rem, 5.6vw, 4.6rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.featured-video__copy p {
  max-width: 500px;
  margin: 18px 0 26px;
  color: var(--muted);
  font-size: 1.08rem;
}

.featured-video__frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--navy);
  border: 6px solid var(--gold);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.featured-video__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  padding: 86px 0 76px;
}

.copy-block h2,
.section-heading h2,
.media-strip h2,
.contact-band h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.copy-block p,
.contact-band p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.08rem;
}

.detail-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 32px 0 0;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}

.detail-list div {
  min-height: 98px;
  padding: 18px;
  background: #fff;
}

.detail-list dt {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.detail-list dd {
  margin: 0;
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 900;
}

.flyer-panel {
  margin: 0;
  background: var(--navy);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.flyer-panel figcaption {
  padding: 12px 16px 14px;
  color: var(--cream);
  font-size: 0.86rem;
}

.media-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px;
  color: white;
  background: var(--green);
  border-top: 6px solid var(--gold);
}

.media-strip h2 {
  color: white;
  max-width: 650px;
  font-size: clamp(1.7rem, 4vw, 3.1rem);
}

.media-strip .eyebrow {
  color: #ffe3a2;
}

.gallery {
  padding: 78px 0 88px;
}

.section-heading {
  margin-bottom: 28px;
}

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

.gallery-card {
  height: 260px;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--navy);
}

.gallery-card--wide {
  grid-column: span 2;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-band {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  margin-bottom: 78px;
  padding: 44px;
  border: 1px solid var(--line);
  border-left: 8px solid var(--gold);
  background: white;
}

.contact-band h2 {
  font-size: clamp(2.1rem, 6vw, 5rem);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 30px max(20px, calc((100vw - 1120px) / 2));
  color: #d9e1eb;
  background: var(--navy);
}

.site-footer p {
  max-width: 680px;
  margin: 0;
  font-size: 0.92rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-content: flex-start;
  justify-content: flex-end;
  min-width: 260px;
}

.site-footer a {
  color: #ffe3a2;
  font-weight: 800;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  text-decoration: underline;
}

.legal-page {
  min-height: 100vh;
  background: var(--paper);
}

.legal-wrap {
  width: min(960px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(44px, 8vw, 96px) 0;
}

.legal-wrap h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(2.7rem, 7vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.legal-wrap > p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.1rem;
}

.legal-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 38px 0;
}

.legal-list article {
  padding: 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.legal-list h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.25rem;
  line-height: 1.15;
}

.legal-list p {
  margin: 0;
  color: var(--muted);
}

.legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 860px) {
  .hero {
    min-height: 84vh;
    background-position: 62% center;
  }

  .hero__shade {
    background:
      linear-gradient(0deg, rgba(7, 20, 38, 0.9) 0%, rgba(7, 20, 38, 0.62) 54%, rgba(7, 20, 38, 0.26) 100%);
  }

  .hero__content {
    padding: 56px 0 42px;
  }

  .terms-band__inner,
  .featured-video,
  .split-section,
  .detail-list,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .featured-video {
    padding: 54px 0 8px;
  }

  .split-section {
    padding: 56px 0;
  }

  .media-strip,
  .contact-band,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .media-strip,
  .contact-band {
    padding: 28px;
  }

  .gallery {
    padding: 56px 0;
  }

  .gallery-card,
  .gallery-card--wide {
    grid-column: auto;
    height: 230px;
  }

  .site-footer nav {
    justify-content: flex-start;
    min-width: 0;
  }

  .legal-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .hero__actions,
  .video-actions,
  .contact-actions {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .hero__facts span {
    width: 100%;
  }
}
