:root {
  --blue-950: #04245b;
  --blue-900: #073b8f;
  --blue-800: #0a49a8;
  --blue-100: #dbe8fa;
  --blue-50: #edf4fd;
  --gold: #dfa220;
  --gold-light: #f5c557;
  --ink: #11213b;
  --muted: #5b6b83;
  --surface: #f7f9fc;
  --white: #ffffff;
  --border: rgba(7, 59, 143, 0.12);
  --shadow: 0 24px 70px rgba(18, 49, 91, 0.12);
}

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

html {
  color-scheme: light;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  min-height: 100svh;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 8%, rgba(10, 73, 168, 0.13), transparent 28rem),
    radial-gradient(circle at 7% 91%, rgba(223, 162, 32, 0.12), transparent 24rem),
    linear-gradient(145deg, #fbfcfe 0%, var(--surface) 50%, #f1f5fb 100%);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.page {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(100%, 1600px);
  min-height: 100vh;
  min-height: 100svh;
  margin-inline: auto;
  overflow: hidden;
}

.page::before,
.page::after {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.page::before {
  top: -15rem;
  right: -10rem;
  width: 38rem;
  height: 38rem;
  border: 1px solid rgba(7, 59, 143, 0.09);
  box-shadow:
    0 0 0 5rem rgba(7, 59, 143, 0.025),
    0 0 0 10rem rgba(7, 59, 143, 0.018);
}

.page::after {
  bottom: -24rem;
  left: -15rem;
  width: 43rem;
  height: 43rem;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(223, 162, 32, 0.16);
}

.background-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(7, 59, 143, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 59, 143, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
  pointer-events: none;
}

.site-header,
.main-content,
.site-footer {
  width: min(1120px, calc(100% - 3rem));
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  padding-top: clamp(1.5rem, 4vh, 3.25rem);
}

.logo-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(9.5rem, 16vw, 12rem);
  padding: 0.5rem 0.7rem;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(7, 59, 143, 0.08);
  border-radius: 0.9rem;
  box-shadow: 0 12px 32px rgba(20, 54, 101, 0.09);
}

.logo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 927 / 390;
  object-fit: contain;
}

.main-content {
  display: flex;
  align-items: center;
  padding-block: clamp(3rem, 8vh, 6rem);
}

.hero {
  display: grid;
  grid-template-columns: minmax(14rem, 0.72fr) minmax(0, 1.8fr);
  align-items: start;
  width: 100%;
  gap: clamp(3rem, 7vw, 7.5rem);
}

.identity {
  display: flex;
  gap: 1rem;
  padding-top: 0.6rem;
}

.identity-rule {
  flex: 0 0 auto;
  width: 3px;
  height: 4.1rem;
  background: linear-gradient(to bottom, var(--gold-light), var(--gold));
  border-radius: 999px;
  box-shadow: 0 0 16px rgba(223, 162, 32, 0.28);
}

.identity p {
  margin: 0;
}

.identity-short {
  color: var(--blue-900);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1;
}

.identity-name {
  max-width: 17rem;
  margin-top: 0.7rem !important;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.55;
}

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

.eyebrow {
  margin: 0 0 1.2rem;
  color: var(--blue-800);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1 {
  max-width: 15ch;
  margin: 0;
  color: var(--blue-950);
  font-size: clamp(3.25rem, 7vw, 6.8rem);
  font-weight: 730;
  letter-spacing: -0.065em;
  line-height: 0.91;
  text-wrap: balance;
}

h1 span {
  display: block;
  color: var(--blue-800);
}

.accent-line {
  position: relative;
  width: min(22rem, 65%);
  height: 3px;
  margin-block: clamp(1.8rem, 4vh, 2.7rem);
  overflow: hidden;
  background: var(--blue-100);
  border-radius: 999px;
}

.accent-line span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 38%;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: inherit;
  animation: line-progress 3.2s ease-in-out infinite;
}

.message {
  max-width: 37rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.75;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: clamp(1.8rem, 4vh, 2.5rem);
  padding: 0.7rem 1rem;
  color: var(--blue-900);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--border);
  border-radius: 999px;
  box-shadow: 0 8px 28px rgba(27, 62, 108, 0.07);
  backdrop-filter: blur(10px);
}

.status-label {
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-dots {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.status-dots i {
  width: 0.32rem;
  height: 0.32rem;
  background: var(--gold);
  border-radius: 50%;
  animation: dot-pulse 1.4s ease-in-out infinite;
}

.status-dots i:nth-child(2) {
  animation-delay: 0.18s;
}

.status-dots i:nth-child(3) {
  animation-delay: 0.36s;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: clamp(1.5rem, 4vh, 2.5rem);
}

.site-footer p {
  flex: 0 0 auto;
  margin: 0;
  color: #718096;
  font-size: 0.72rem;
  letter-spacing: 0.025em;
}

.footer-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--border), transparent);
}

@keyframes line-progress {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(165%);
  }
}

@keyframes dot-pulse {
  0%,
  60%,
  100% {
    opacity: 0.35;
    transform: translateY(0);
  }

  30% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

@media (max-width: 760px) {
  .site-header,
  .main-content,
  .site-footer {
    width: min(100% - 2rem, 40rem);
  }

  .site-header {
    padding-top: 1.25rem;
  }

  .logo-frame {
    width: 9rem;
    padding: 0.42rem 0.58rem;
    border-radius: 0.75rem;
  }

  .main-content {
    align-items: flex-start;
    padding-block: clamp(2.6rem, 8vh, 4.5rem);
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .identity {
    padding-top: 0;
  }

  .identity-rule {
    height: 3.7rem;
  }

  .desktop-break {
    display: none;
  }

  .eyebrow {
    margin-bottom: 1rem;
    font-size: 0.65rem;
  }

  h1 {
    max-width: 12ch;
    font-size: clamp(2.8rem, 13.1vw, 4.7rem);
    letter-spacing: -0.06em;
    line-height: 0.94;
  }

  .accent-line {
    width: 75%;
    margin-block: 1.7rem;
  }

  .message {
    max-width: 33rem;
    font-size: 1rem;
    line-height: 1.65;
  }

  .status {
    margin-top: 1.7rem;
  }

  .site-footer {
    gap: 1rem;
    padding-bottom: 1.25rem;
  }
}

@media (max-width: 380px) {
  .site-header,
  .main-content,
  .site-footer {
    width: calc(100% - 1.5rem);
  }

  .main-content {
    padding-block: 2.2rem 2.8rem;
  }

  .hero {
    gap: 2rem;
  }

  h1 {
    font-size: clamp(2.45rem, 13.5vw, 3.15rem);
  }

  .status {
    padding-inline: 0.85rem;
  }

  .site-footer p {
    font-size: 0.66rem;
  }

  .footer-line {
    display: none;
  }
}

@media (max-height: 700px) and (min-width: 761px) {
  .main-content {
    padding-block: 2rem;
  }

  .site-header {
    padding-top: 1.5rem;
  }

  h1 {
    font-size: clamp(3.6rem, 8vh, 5rem);
  }

  .accent-line {
    margin-block: 1.5rem;
  }

  .status {
    margin-top: 1.5rem;
  }

  .site-footer {
    padding-bottom: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
