:root {
  --navy: #082b57;
  --navy-soft: #174977;
  --teal: #0c7e87;
  --teal-light: #d9f2f1;
  --gold: #c89f37;
  --ink: #102b45;
  --muted: #5b7082;
  --paper: #f3f8f8;
  --white: #fff;
  --line: rgb(16 43 69 / 14%);
  --shadow: 0 24px 60px rgb(8 43 87 / 12%);
  --font-display: "Trebuchet MS", Inter, ui-sans-serif, system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 7%, rgb(12 126 135 / 12%), transparent 25rem),
    radial-gradient(circle at 7% 44%, rgb(200 159 55 / 10%), transparent 25rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.site-header,
main,
footer {
  width: min(1140px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgb(8 43 87 / 18%);
}

.brand span {
  display: grid;
  gap: 2px;
}

.brand strong {
  font-size: 0.96rem;
  letter-spacing: -0.02em;
}

.brand small,
.breadcrumb,
.header-action,
footer {
  font-size: 0.72rem;
}

.brand small,
.breadcrumb,
footer {
  color: var(--muted);
}

.header-action {
  color: var(--navy);
  font-weight: 850;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

main {
  padding: 4px 0 34px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 5px 2px 18px;
}

.breadcrumb a,
footer a {
  text-decoration: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1.05fr);
  align-items: center;
  gap: clamp(38px, 6vw, 78px);
  padding: clamp(42px, 7vw, 76px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgb(255 255 255 / 88%);
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0 0 17px;
  color: var(--teal);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
p {
  text-wrap: pretty;
}

h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.25rem, 6.6vw, 5.85rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.9;
}

h1 em {
  color: var(--teal);
  font-style: normal;
}

.hero-description {
  max-width: 520px;
  margin: 27px 0 22px;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.5vw, 1.12rem);
  line-height: 1.65;
}

.schedule-summary {
  display: grid;
  gap: 8px;
  margin-bottom: 26px;
  padding: 13px 0;
  border-block: 1px solid var(--line);
}

.schedule-summary > small {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 750;
}

.schedule-summary > div {
  display: grid;
  grid-template-columns: 68px 1fr;
  align-items: baseline;
  gap: 12px;
}

.schedule-summary span {
  color: var(--teal);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

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

.hero-actions {
  display: grid;
  justify-items: start;
  gap: 9px;
}

.hero-actions p {
  margin: 0;
  color: var(--muted);
  font-size: 0.68rem;
}

.primary-action {
  min-width: 245px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 15px 18px;
  border-radius: 13px;
  color: var(--white);
  background: var(--navy);
  font-size: 0.82rem;
  font-weight: 850;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.primary-action:hover {
  background: var(--teal);
  transform: translateY(-2px);
}

.hero-side {
  min-width: 0;
  display: grid;
  gap: 14px;
}

.community-art {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
}

.community-art img {
  width: 100%;
  height: auto;
  display: block;
}

.next-call {
  padding: 22px 24px;
  border-radius: 22px;
  color: var(--white);
  background: var(--navy);
}

.next-call-heading,
.countdown-row {
  display: flex;
  align-items: center;
}

.next-call-heading {
  gap: 9px;
}

.next-call-heading p,
.countdown-row > span {
  margin: 0;
  color: #b9d9e5;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #45ded2;
  box-shadow: 0 0 0 5px rgb(69 222 210 / 15%);
}

.next-call h2 {
  margin: 18px 0 4px;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.next-call > p {
  margin: 0;
  color: #b9d9e5;
  font-size: 0.68rem;
}

.countdown-row {
  justify-content: space-between;
  gap: 16px;
  margin-top: 19px;
  padding-top: 17px;
  border-top: 1px solid rgb(255 255 255 / 15%);
}

.countdown-row strong {
  display: inline-flex;
  align-items: baseline;
  gap: 0.22em;
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
}

.countdown-part {
  display: inline-flex;
  align-items: baseline;
  gap: 0.05em;
}

.countdown-part small {
  color: #b9d9e5;
  font-size: 0.42em;
  font-weight: 800;
}

.offers {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: clamp(42px, 8vw, 110px);
  margin-top: 24px;
  padding: clamp(40px, 7vw, 70px);
  border-radius: 30px;
  color: var(--white);
  background: var(--teal);
  box-shadow: var(--shadow);
}

.offers .eyebrow {
  color: #d9fffb;
}

.offers h2 {
  max-width: 9ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.offers ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offers li {
  display: grid;
  gap: 5px;
  padding: 18px 0;
  border-bottom: 1px solid rgb(255 255 255 / 22%);
}

.offers li:first-child {
  padding-top: 0;
}

.offers li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.offers li strong {
  font-family: var(--font-display);
  font-size: 1.18rem;
}

.offers li span {
  color: #e5fffd;
  font-size: 0.78rem;
  line-height: 1.5;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 25px 0 30px;
}

.header-action:hover,
.breadcrumb a:hover,
footer a:hover {
  color: var(--teal);
}

.brand:focus-visible,
.header-action:focus-visible,
.breadcrumb a:focus-visible,
.primary-action:focus-visible,
footer a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

@media (max-width: 860px) {
  .hero,
  .offers {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 670px;
  }

  .offers h2 {
    max-width: 12ch;
  }
}

@media (max-width: 580px) {
  .site-header,
  main,
  footer {
    width: min(100% - 24px, 1140px);
  }

  .site-header {
    min-height: 74px;
  }

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

  .brand strong {
    font-size: 0.84rem;
  }

  .brand small,
  .header-action span {
    display: none;
  }

  .breadcrumb {
    padding-bottom: 13px;
    font-size: 0.66rem;
  }

  .hero,
  .offers {
    border-radius: 21px;
  }

  .hero {
    gap: 32px;
    padding: 35px 23px 23px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.15rem);
  }

  .hero-description {
    margin-top: 22px;
    font-size: 0.92rem;
  }

  .primary-action {
    width: 100%;
    min-width: 0;
  }

  .community-art,
  .next-call {
    border-radius: 17px;
  }

  .next-call {
    padding: 21px;
  }

  .countdown-row {
    align-items: flex-end;
    flex-direction: column;
    gap: 8px;
  }

  .countdown-row strong {
    font-size: 1.8rem;
  }

  .offers {
    gap: 31px;
    margin-top: 16px;
    padding: 34px 23px;
  }

  .offers h2 {
    font-size: 2.75rem;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    padding-bottom: 22px;
  }
}

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

  .primary-action {
    transition: none;
  }
}
