@font-face {
  font-family: "Grander";
  src: url("assets/Grander-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-copy: "Myriad Pro", "Myriad", "Myriad Set Pro", Arial, sans-serif;
  --font-grander: "Grander", var(--font-copy);
  --ink: #153238;
  --muted: #60747a;
  --line: rgba(21, 50, 56, 0.14);
  --aqua: #5f86d6;
  --aqua-dark: #153f8f;
  --aqua-soft: #e9effb;
  --leaf: #153f8f;
  --cream: #fbfaf5;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(21, 63, 143, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font-copy);
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  width: min(calc(100% - 32px), 1160px);
  min-height: 64px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 16px 42px rgba(22, 52, 60, 0.12);
  backdrop-filter: blur(18px);
}

.brand,
.nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
}

.brand img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.brand span {
  color: #123764;
  font-family: var(--font-copy);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.nav {
  gap: 8px;
  color: #173763;
  font-family: var(--font-copy);
  font-size: 0.92rem;
  font-weight: 600;
}

.nav a {
  border-radius: 999px;
  padding: 10px 14px;
}

.nav a:hover {
  background: rgba(111, 183, 189, 0.16);
}

.nav .nav-cta {
  color: var(--white);
  background: var(--aqua-dark);
}

.hero {
  position: relative;
  min-height: 86svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 128px max(24px, calc((100vw - 1160px) / 2)) 54px;
  isolation: isolate;
}

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

.hero-image {
  z-index: -3;
  object-fit: cover;
}

.hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(251, 250, 245, 0.98) 0%, rgba(251, 250, 245, 0.88) 34%, rgba(251, 250, 245, 0.28) 68%, rgba(251, 250, 245, 0.08) 100%),
    linear-gradient(180deg, rgba(251, 250, 245, 0.56) 0%, rgba(251, 250, 245, 0.18) 60%, var(--cream) 100%);
}

.hero-content {
  width: min(650px, 100%);
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--aqua-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 10ch;
  margin-bottom: 24px;
  font-family: var(--font-grander);
  font-size: clamp(3.2rem, 6.8vw, 6.6rem);
  line-height: 0.94;
  font-weight: 400;
  letter-spacing: 0;
}

h2 {
  max-width: 13.5ch;
  margin-bottom: 0;
  font-family: var(--font-grander);
  font-size: clamp(1.85rem, 3.2vw, 3.45rem);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: 0;
}

.subheadline {
  max-width: 670px;
  margin-bottom: 18px;
  color: #345a61;
  font-size: clamp(1.18rem, 2vw, 1.7rem);
  line-height: 1.42;
  font-weight: 500;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  margin-bottom: 28px;
  padding: 11px 15px 11px 12px;
  border: 1px solid rgba(21, 63, 143, 0.18);
  border-radius: 999px;
  color: var(--aqua-dark);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 38px rgba(21, 63, 143, 0.12);
  backdrop-filter: blur(12px);
  font-family: var(--font-copy);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.15;
}

.hero-badge span {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--aqua-dark);
}

.hero-badge span::before {
  content: "✦";
  font-size: 0.78rem;
  line-height: 1;
}

.hero-actions,
.closing-inner {
  display: flex;
  align-items: center;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 15px 23px;
  font-weight: 800;
  line-height: 1.1;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--aqua-dark);
  box-shadow: 0 16px 34px rgba(21, 63, 143, 0.24);
}

.button-primary:hover {
  background: #0f3172;
}

.button-secondary {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.68);
}

.section {
  width: min(calc(100% - 48px), 1160px);
  margin: 0 auto;
  padding: 106px 0;
}

.intro {
  padding-top: 58px;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(360px, 1.08fr) minmax(320px, 0.82fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: start;
}

#event-title {
  max-width: 15.5ch;
}

.copy {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.copy p {
  margin-bottom: 20px;
}

.text-highlight {
  display: inline;
  padding: 0.12em 0.34em 0.16em;
  border-radius: 6px;
  color: var(--aqua-dark);
  background: rgba(21, 63, 143, 0.1);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-weight: 800;
}

.copy .format-note {
  display: inline-block;
  margin-top: 4px;
  padding: 13px 17px;
  border-radius: 8px;
  color: var(--white);
  background: var(--aqua-dark);
  box-shadow: 0 14px 32px rgba(21, 63, 143, 0.18);
  font-weight: 800;
  line-height: 1.35;
}

.details-band {
  width: min(calc(100% - 48px), 1160px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.detail {
  min-height: 158px;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.detail:last-child {
  border-right: 0;
}

.detail span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.detail strong {
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  line-height: 1.08;
}

.countdown {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--aqua-dark);
  background: var(--aqua-soft);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
}

.countdown-label {
  color: var(--muted);
  font-weight: 700;
}

.audience {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: start;
}

.audience-list {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(21, 63, 143, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 22px 60px rgba(21, 63, 143, 0.08);
}

.audience-list article {
  display: flex;
  gap: 18px;
  align-items: center;
  min-height: 72px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(21, 63, 143, 0.1);
  background: linear-gradient(90deg, rgba(233, 239, 251, 0.74), rgba(255, 255, 255, 0.52));
}

.audience-list article:last-child {
  border-bottom: 0;
}

.audience-list article:hover {
  background: linear-gradient(90deg, rgba(233, 239, 251, 0.96), rgba(255, 255, 255, 0.72));
}

.audience-list span {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--aqua-dark);
  box-shadow: 0 0 0 8px rgba(21, 63, 143, 0.1);
}

.audience-list span::before {
  content: "✓";
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
}

.audience-list p {
  margin-bottom: 0;
  color: #243f57;
  font-size: 1.02rem;
  line-height: 1.38;
  font-weight: 700;
}

.closing {
  padding: 96px 24px;
  background:
    linear-gradient(120deg, rgba(21, 63, 143, 0.96), rgba(95, 134, 214, 0.86)),
    radial-gradient(circle at 84% 20%, rgba(255, 255, 255, 0.38), transparent 34%);
  color: var(--white);
}

.closing-inner {
  width: min(880px, 100%);
  margin: 0 auto;
  flex-direction: column;
  text-align: center;
}

.closing .eyebrow {
  color: rgba(255, 255, 255, 0.8);
}

.closing h2 {
  max-width: 15.5ch;
  margin-bottom: 22px;
}

.closing p {
  max-width: 660px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.16rem;
  line-height: 1.6;
}

.closing .button-primary {
  color: var(--aqua-dark);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(7, 45, 51, 0.28);
}

.closing .button-primary:hover {
  background: var(--aqua-soft);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px max(24px, calc((100vw - 1160px) / 2));
  color: rgba(255, 255, 255, 0.78);
  background: #153f8f;
  font-size: 0.92rem;
  font-weight: 700;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

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

.site-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer p {
  margin-bottom: 0;
}

@media (max-width: 820px) {
  .site-header {
    top: 10px;
    width: min(calc(100% - 20px), 1160px);
    align-items: flex-start;
    flex-direction: column;
    padding: 14px;
  }

  .nav {
    width: 100%;
    justify-content: space-between;
    gap: 4px;
    font-size: 0.82rem;
  }

  .nav a {
    padding: 9px 10px;
  }

  .hero {
    min-height: 780px;
    align-items: flex-start;
    padding-top: 166px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(251, 250, 245, 0.96) 0%, rgba(251, 250, 245, 0.88) 42%, rgba(251, 250, 245, 0.28) 75%, var(--cream) 100%);
  }

  .hero-image {
    object-position: 64% center;
  }

  h1 {
    font-size: clamp(3.05rem, 13vw, 4.75rem);
  }

  .intro-grid,
  .audience,
  .details-band {
    grid-template-columns: 1fr;
  }

  .details-band {
    width: min(calc(100% - 32px), 1160px);
  }

  .detail {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .detail:last-child {
    border-bottom: 0;
  }

  .section {
    width: min(calc(100% - 32px), 1160px);
    padding: 76px 0;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding-inline: 24px;
  }

}

@media (max-width: 480px) {
  .brand {
    gap: 8px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .brand span {
    font-size: 0.82rem;
  }

  .nav {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .hero {
    min-height: 760px;
    padding-inline: 18px;
  }

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

  h2 {
    font-size: 2rem;
    line-height: 1.08;
  }

  .audience-list article {
    min-height: auto;
    align-items: flex-start;
    padding: 16px 18px;
  }
}
