@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/jost-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/jost-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --navy: #02101f;
  --indigo: #2b2977;
  --red: #e52b31;
  --paper: #f8fbff;
  --muted: rgb(248 251 255 / 72%);
  --line: rgb(248 251 255 / 26%);
  color-scheme: dark;
}

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

html {
  min-width: 320px;
  min-height: 100%;
  background: var(--navy);
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  background: var(--navy);
  color: var(--paper);
  font-family: 'Jost', Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

.coming-soon {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: var(--navy);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -3;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  filter: saturate(0.88) contrast(1.04);
  transform: scale(1.003);
}

.hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgb(2 16 31 / 96%) 0%, rgb(2 16 31 / 86%) 43%, rgb(2 16 31 / 45%) 78%, rgb(2 16 31 / 32%) 100%),
    linear-gradient(180deg, rgb(2 16 31 / 32%) 0%, rgb(2 16 31 / 8%) 32%, rgb(2 16 31 / 84%) 100%),
    radial-gradient(circle at 80% 18%, rgb(43 41 119 / 10%), transparent 36%);
}

.site-frame {
  display: flex;
  width: min(100%, 1680px);
  min-height: 100vh;
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(24px, 4.4vw, 72px) clamp(24px, 6.4vw, 108px) clamp(26px, 4vw, 62px);
  flex-direction: column;
}

.site-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: clamp(12px, 1.25vw, 18px);
}

.brand-emblem {
  display: grid;
  width: clamp(54px, 5.5vw, 76px);
  aspect-ratio: 1;
  flex: 0 0 auto;
  place-items: center;
  border: 1.25px solid rgb(248 251 255 / 94%);
  border-radius: 50%;
  color: var(--paper);
  font-size: clamp(39px, 4vw, 56px);
  font-weight: 460;
  letter-spacing: -0.09em;
  line-height: 1;
  text-indent: -0.05em;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: clamp(4px, 0.5vw, 7px);
}

.brand-copy strong {
  color: var(--paper);
  font-size: clamp(26px, 2.75vw, 40px);
  font-weight: 520;
  letter-spacing: 0.13em;
  line-height: 0.95;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-copy small {
  color: rgb(248 251 255 / 76%);
  font-size: clamp(12px, 1.25vw, 18px);
  font-weight: 350;
  letter-spacing: 0.035em;
  line-height: 1;
  white-space: nowrap;
}

.site-footer a:focus-visible,
.brand:focus-visible {
  outline: 2px solid var(--paper);
  outline-offset: 5px;
}

.content {
  width: min(100%, 980px);
  margin-top: auto;
  padding-top: clamp(72px, 13vh, 160px);
}

.eyebrow,
.rank-label,
.location,
.award-copy span {
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

.eyebrow {
  margin: 0 0 clamp(16px, 2vh, 24px);
  color: rgb(248 251 255 / 76%);
  font-size: clamp(11px, 0.88vw, 14px);
  font-weight: 600;
}

.rule {
  width: 100%;
  height: 1px;
  background: var(--line);
}

.award-row {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 30px);
  padding: clamp(14px, 1.8vh, 21px) 0;
}

.enr-mark {
  display: grid;
  width: clamp(78px, 7.5vw, 112px);
  aspect-ratio: 1.86;
  flex: 0 0 auto;
  place-items: center;
  background: var(--red);
  color: #fff;
  font-size: clamp(26px, 2.35vw, 36px);
  font-weight: 700;
  letter-spacing: -0.06em;
}

.award-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 7px;
}

.award-copy span {
  color: var(--paper);
  font-size: clamp(10px, 0.86vw, 14px);
  font-weight: 650;
  line-height: 1.45;
}

.award-copy strong {
  color: var(--red);
  font-size: clamp(12px, 1vw, 16px);
  letter-spacing: 0.16em;
}

.rank-row {
  display: flex;
  align-items: baseline;
  gap: clamp(18px, 2.5vw, 38px);
  padding: clamp(11px, 1.5vh, 19px) 0 clamp(9px, 1.2vh, 15px);
}

.rank-label {
  color: rgb(248 251 255 / 68%);
  font-size: clamp(10px, 0.88vw, 14px);
  font-weight: 600;
}

.rank-number {
  color: var(--red);
  font-size: clamp(54px, 6.3vw, 94px);
  font-weight: 650;
  letter-spacing: -0.05em;
  line-height: 0.86;
}

.announcement {
  padding: clamp(24px, 3vh, 38px) 0 clamp(22px, 2.8vh, 34px);
}

.announcement h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(42px, 5.7vw, 86px);
  font-weight: 350;
  letter-spacing: -0.038em;
  line-height: 0.98;
  text-wrap: balance;
}

.announcement h1 span {
  display: block;
}

.announcement p {
  margin: clamp(17px, 2.2vh, 28px) 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.28vw, 20px);
  font-weight: 400;
  letter-spacing: 0.015em;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: clamp(18px, 2.2vh, 28px);
  color: rgb(248 251 255 / 78%);
}

.location {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0;
  font-size: clamp(10px, 0.85vw, 13px);
  font-style: normal;
  font-weight: 600;
}

.location i {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--red);
}

.site-footer a {
  color: var(--paper);
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 550;
  letter-spacing: 0.08em;
  transition: color 160ms ease;
}

.site-footer a:hover {
  color: #ff5b60;
}

@media (max-width: 680px) {
  .coming-soon {
    overflow-y: auto;
  }

  .hero-media img {
    object-position: 58% 50%;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgb(2 16 31 / 94%) 0%, rgb(2 16 31 / 76%) 72%, rgb(2 16 31 / 52%) 100%),
      linear-gradient(180deg, rgb(2 16 31 / 34%) 0%, rgb(2 16 31 / 26%) 25%, rgb(2 16 31 / 93%) 100%);
  }

  .site-frame {
    min-height: max(100svh, 760px);
  }

  .brand {
    gap: 11px;
  }

  .brand-emblem {
    width: 52px;
    font-size: 38px;
  }

  .brand-copy strong {
    font-size: clamp(22px, 7.2vw, 28px);
    letter-spacing: 0.11em;
  }

  .brand-copy small {
    font-size: clamp(10px, 3.3vw, 12px);
  }

  .content {
    padding-top: 96px;
  }

  .eyebrow {
    line-height: 1.5;
  }

  .award-copy span {
    letter-spacing: 0.15em;
  }

  .announcement h1 {
    line-height: 1.01;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}

@media (max-height: 760px) and (min-width: 681px) {
  .site-frame {
    min-height: 760px;
  }

  .coming-soon {
    overflow-y: auto;
  }

  .content {
    padding-top: 80px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer a {
    transition: none;
  }
}
