:root {
  color-scheme: dark;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #142940;
  color: #fff;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
  background: #142940;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 72% 20%, rgb(247 199 168 / 10%), transparent 30rem),
    linear-gradient(155deg, #142940 0%, #3d5266 52%, #753847 110%);
}

a {
  color: inherit;
}

a:focus-visible {
  outline: 2px solid #f7c7a8;
  outline-offset: 4px;
  border-radius: 2px;
}

.page-shell {
  width: min(1180px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  padding: 28px clamp(24px, 6vw, 72px) 56px;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 28px;
  border-bottom: 1px solid rgb(255 255 255 / 24%);
}

.wordmark {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  font-family: ui-serif, Georgia, serif;
  font-size: 1.2rem;
  text-decoration: none;
}

.wordmark-mark {
  color: #f7c7a8;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: rgb(255 255 255 / 76%);
  text-underline-offset: 5px;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: #f7c7a8;
}

.hero {
  max-width: 860px;
  padding: clamp(80px, 14vw, 168px) 0 clamp(72px, 10vw, 120px);
}

.eyebrow,
.glimpse-label {
  margin: 0;
  color: #f7c7a8;
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  max-width: 13ch;
  margin: 22px 0 26px;
  font-family: ui-serif, Georgia, serif;
  font-size: clamp(3.25rem, 9vw, 7.25rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.96;
  text-wrap: balance;
}

.hero-copy {
  max-width: 620px;
  margin: 0;
  color: rgb(255 255 255 / 76%);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.65;
}

.status {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 36px 0 0;
  color: rgb(255 255 255 / 62%);
  font-size: 0.95rem;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b66a55;
  box-shadow: 0 0 0 5px rgb(182 106 85 / 16%);
}

.glimpse {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgb(255 255 255 / 24%);
}

.glimpse article {
  min-height: 210px;
  padding: 30px 28px 28px 0;
}

.glimpse article + article {
  padding-left: 28px;
  border-left: 1px solid rgb(255 255 255 / 24%);
}

.glimpse-value {
  margin: 28px 0 12px;
  font-family: ui-serif, Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.glimpse-detail {
  max-width: 24ch;
  margin: 0;
  color: rgb(255 255 255 / 62%);
  line-height: 1.55;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px 48px;
  align-items: center;
  margin-top: 44px;
  padding-top: 30px;
  border-top: 1px solid rgb(255 255 255 / 24%);
  color: rgb(255 255 255 / 62%);
  font-size: 0.92rem;
}

.footer-brand {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  width: fit-content;
  min-height: 44px;
  color: #fff;
  font-family: ui-serif, Georgia, serif;
  font-size: 1.05rem;
  text-decoration: none;
}

.footer-brand span {
  color: #f7c7a8;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  justify-content: flex-end;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-underline-offset: 5px;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #f7c7a8;
}

.site-footer > p {
  grid-column: 1 / -1;
  margin: 0;
}

.utility-page {
  background:
    radial-gradient(circle at 78% 8%, rgb(247 199 168 / 8%), transparent 25rem),
    linear-gradient(160deg, #142940 0%, #30465b 42%, #643b4b 130%);
  background-attachment: fixed;
}

.utility-shell {
  width: min(920px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  padding: 28px clamp(24px, 6vw, 64px) 56px;
}

.utility-header {
  padding: clamp(64px, 11vw, 112px) 0 52px;
  border-bottom: 1px solid rgb(255 255 255 / 24%);
}

.utility-header h1 {
  max-width: 12ch;
  margin: 18px 0 20px;
  font-size: clamp(3rem, 8vw, 5.8rem);
}

.utility-intro {
  max-width: 650px;
  margin: 0;
  color: rgb(255 255 255 / 76%);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.65;
}

.effective-date {
  margin: 22px 0 0;
  color: rgb(255 255 255 / 58%);
  font-size: 0.92rem;
}

.prose {
  padding: 52px 0 20px;
  color: rgb(255 255 255 / 76%);
  font-size: 1.02rem;
  line-height: 1.75;
}

.prose h2 {
  margin: 64px 0 18px;
  color: #fff;
  font-family: ui-serif, Georgia, serif;
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  font-weight: 400;
  line-height: 1.2;
}

.prose h3 {
  margin: 36px 0 12px;
  color: #f7c7a8;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.prose p,
.prose ul {
  margin: 0 0 18px;
}

.prose ul {
  padding-left: 1.3rem;
}

.prose li + li {
  margin-top: 8px;
}

.prose strong {
  color: #fff;
}

.prose a,
.support-email {
  color: #f7c7a8;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}

.summary-note,
.support-panel {
  margin: 8px 0 48px;
  padding: 26px 28px;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 18px;
  background: rgb(255 255 255 / 7%);
}

.summary-note p:last-child,
.support-panel p:last-child {
  margin-bottom: 0;
}

.legal-caps {
  font-size: 0.95rem;
  line-height: 1.65;
}

.support-panel {
  margin-top: 0;
}

.support-email {
  display: inline-block;
  margin: 8px 0 10px;
  font-size: clamp(1rem, 3vw, 1.35rem);
  font-weight: 650;
}

@media (max-width: 700px) {
  .page-shell {
    padding-top: 16px;
  }

  .hero {
    padding-top: 72px;
  }

  .glimpse {
    grid-template-columns: 1fr;
  }

  .glimpse article {
    min-height: auto;
    padding: 28px 0;
  }

  .glimpse article + article {
    padding-left: 0;
    border-top: 1px solid rgb(255 255 255 / 24%);
    border-left: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .site-footer > p {
    grid-column: auto;
  }

  .utility-shell {
    padding-top: 16px;
  }

  .utility-header {
    padding-top: 72px;
  }

  .prose {
    padding-top: 36px;
  }

  .prose h2 {
    margin-top: 48px;
  }

  .summary-note,
  .support-panel {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .status-dot {
    animation: breathe 3s ease-in-out infinite;
  }
}

@keyframes breathe {
  50% {
    box-shadow: 0 0 0 9px rgb(182 106 85 / 8%);
  }
}
