:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f7f7f2;
  color: #14201f;
}

* { box-sizing: border-box; }

body { margin: 0; min-width: 320px; }

.shell {
  display: grid;
  gap: 2rem;
  min-height: 100svh;
  max-width: 68rem;
  margin: 0 auto;
  padding: clamp(1.5rem, 6vw, 5rem);
  align-content: center;
}

.hero { max-width: 48rem; }

.eyebrow {
  margin: 0 0 1rem;
  color: #55716d;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { margin: 0; color: #123634; font-size: clamp(4rem, 15vw, 9rem); line-height: 0.9; letter-spacing: -0.07em; }
h2 { margin: 0 0 0.75rem; font-size: 1.75rem; }

.lede { max-width: 38rem; margin: 1.75rem 0; font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.55; }

.status {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  padding: 0.65rem 0.8rem;
  border: 1px solid #c7d2cf;
  border-radius: 999px;
  color: #285a52;
  font-size: 0.9rem;
  font-weight: 650;
}

.status-dot { width: 0.55rem; height: 0.55rem; border-radius: 50%; background: #3f9d6c; }

.next { max-width: 42rem; padding: 1.5rem; border-radius: 1rem; background: #e6eeea; }
.next p { margin: 0; line-height: 1.6; }
