:root {
  color-scheme: light;
  --ink: #1f2522;
  --muted: #68726e;
  --paper: #f4f1ea;
  --panel: #fffaf1;
  --line: #d9d0c0;
  --accent: #1f6f62;
  --accent-dark: #174f48;
  --gold: #c59236;
  --sky: #d9e7ea;
  --shadow: 0 24px 70px rgba(42, 49, 45, 0.14);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(217, 231, 234, 0.78), transparent 34%),
    linear-gradient(315deg, rgba(197, 146, 54, 0.2), transparent 38%),
    var(--paper);
}

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

.page-shell {
  width: min(1120px, calc(100% - 40px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 28px 0;
  display: flex;
  flex-direction: column;
  gap: 44px;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.02rem;
  font-weight: 750;
}

.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--accent-dark);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(23, 79, 72, 0.24);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav-links a {
  padding: 8px 0;
}

.nav-links a:hover {
  color: var(--ink);
}

.hero {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 56px;
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: 6.4rem;
  line-height: 0.92;
  letter-spacing: 0;
}

.lead {
  max-width: 600px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.28rem;
  line-height: 1.6;
}

.status-panel {
  padding: 26px;
  background: rgba(255, 250, 241, 0.82);
  border: 1px solid rgba(217, 208, 192, 0.86);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.status-panel > div:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

.status-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(31, 111, 98, 0.13);
}

.status-label {
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
}

dl {
  margin: 0;
}

.status-panel dl {
  display: grid;
  gap: 16px;
}

.status-panel dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

dt {
  color: var(--muted);
}

dd {
  margin: 0;
  font-weight: 750;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-block {
  min-height: 220px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255, 250, 241, 0.72);
  border: 1px solid rgba(217, 208, 192, 0.8);
  border-radius: 8px;
}

.feature-number {
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 850;
}

.feature-block h2 {
  margin-bottom: 12px;
  font-size: 1.25rem;
}

.feature-block p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.notice-band {
  padding: 28px 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.notice-band p,
.site-footer p {
  margin: 0;
  color: var(--muted);
}

.notice-band strong {
  font-size: 1.28rem;
}

.site-footer {
  margin-top: auto;
  padding: 10px 0 4px;
  color: var(--muted);
}

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

@media (max-width: 840px) {
  .page-shell {
    width: min(100% - 28px, 720px);
    gap: 34px;
  }

  .site-header,
  .site-footer,
  .notice-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 30px 0 8px;
  }

  h1 {
    font-size: 4.45rem;
  }

  .status-panel {
    width: 100%;
  }

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

@media (max-width: 460px) {
  .page-shell {
    width: min(100% - 24px, 420px);
    padding-top: 18px;
  }

  .nav-links {
    font-size: 0.9rem;
  }

  h1 {
    font-size: 3.15rem;
  }

  .lead,
  .notice-band strong {
    font-size: 1.08rem;
  }

  .status-panel dl div {
    flex-direction: column;
    gap: 4px;
  }
}

@media (max-width: 370px) {
  h1 {
    font-size: 2.85rem;
  }
}
