/* Landing redesign. Scoped to .landing-page because landing.css supplies shared
   tokens and primitives for the rest of the public site. */

.landing-page {
  --landing-paper: #fefcf6;
  --landing-ink: #241d15;
  --landing-soft: #6b5f52;
  --landing-faint: #a2917c;
  --landing-teal: #0f7c72;
  --landing-teal-dark: #1f5b53;
  --landing-amber: #d99a3e;
  --landing-coral: #b8543c;
  --landing-line: rgba(132, 111, 83, 0.2);
  --landing-serif: "Newsreader", "Iowan Old Style", Georgia, serif;
  --landing-sans: "Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  background-color: var(--landing-paper);
  background-image: url("/assets/paper.svg");
  background-repeat: repeat;
  background-size: 600px 600px;
  color: var(--landing-ink);
  font-family: var(--landing-sans);
}

.landing-page .landing-shell {
  width: min(100%, 1280px);
  margin: 0 auto;
  overflow: hidden;
  background: transparent;
}

.landing-page .landing-nav {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.55rem clamp(1.2rem, 5vw, 4rem);
}

.landing-page .brand { font-family: var(--landing-sans); color: var(--landing-ink); }
.landing-page .brand-dim { color: var(--landing-faint); }
.landing-page .landing-nav-links { display: flex; align-items: center; gap: 1rem; }
.landing-page .landing-nav-links a { font-size: 0.9rem; text-decoration: none; }
.landing-page .nav-saved-district { color: var(--landing-ink); }

.landing-page .landing-nav-cta,
.landing-page .landing-button-primary,
.landing-page .landing-closer-cta {
  border-radius: 999px;
  background: var(--landing-ink);
  color: var(--landing-paper);
  font-weight: 700;
  text-decoration: none;
}

.landing-page .landing-nav-cta { padding: 0.64rem 1.35rem; white-space: nowrap; }

@keyframes landing-bloom {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 0.68; transform: scale(1); }
}

@keyframes landing-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes landing-chip-pop {
  0%, 38% { opacity: 0.3; transform: scale(0.97); }
  56%, 100% { opacity: 1; transform: scale(1); }
}

@keyframes landing-dim {
  0%, 42% { opacity: 1; }
  68%, 100% { opacity: 0.2; }
}

@keyframes landing-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1.2rem, 5vw, 4rem) clamp(4rem, 8vw, 6.5rem);
}

.landing-hero-copy { min-width: 0; }
.parent-trust { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1.55rem; color: var(--landing-soft); font-size: 0.92rem; font-weight: 700; }
.parent-faces { display: flex; align-items: center; padding-left: 5px; }
.parent-faces img { display: block; width: 32px; height: 32px; margin-left: -8px; border: 3px solid var(--landing-paper); border-radius: 50%; object-fit: cover; background: #e7ddd0; }

.landing-page h1,
.landing-page h2,
.landing-page h3 { color: var(--landing-ink); }

.landing-page .landing-hero h1 {
  max-width: 39rem;
  margin: 0 0 1.35rem;
  font: 400 clamp(3.2rem, 6.1vw, 5rem) / 1.02 var(--landing-serif);
  letter-spacing: -0.03em;
}

.landing-page .landing-hero h1 em { color: var(--landing-teal); font-weight: 400; }
.landing-page .landing-hero h1 em::after { display: none; }
.landing-lede { max-width: 34rem; margin: 0 0 2.2rem; color: var(--landing-soft); font-size: clamp(1rem, 1.5vw, 1.16rem); }
.landing-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 0.9rem 1.4rem; }
.landing-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0.8rem 1.45rem; text-decoration: none; font-weight: 700; }
.landing-button-primary { border-radius: 12px !important; background: var(--landing-teal) !important; }
.landing-button-saved { border: 1px solid var(--landing-line); border-radius: 12px; color: var(--landing-ink); white-space: nowrap; }
.landing-button[hidden] { display: none; }
.landing-text-link { color: var(--landing-ink); font-weight: 700; text-decoration: none; border-bottom: 2px solid rgba(36, 29, 21, 0.22); padding-bottom: 2px; }

.landing-hero-stage { position: relative; min-height: 500px; overflow: hidden; border-radius: 23px; isolation: isolate; }
.landing-hero-stage picture { position: absolute; inset: 0; display: block; }
.hero-watercolor { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 20% center; opacity: 0.68; filter: saturate(0.82) contrast(0.92) brightness(1.08); -webkit-mask-image: radial-gradient(100% 100% at 50% 45%, #000 45%, transparent 88%); mask-image: radial-gradient(100% 100% at 50% 45%, #000 45%, transparent 88%); animation: landing-bloom 1.8s ease-out both; }
.landing-hero-stage::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 48% 48%, transparent 36%, rgba(254, 252, 246, 0.2) 72%, rgba(254, 252, 246, 0.58)); pointer-events: none; }
.landing-float-cluster { position: absolute; inset: 0; }
.hero-alert { position: absolute; left: 7%; width: 84%; padding: 1rem 1.2rem; border: 1px solid rgba(255, 255, 255, 0.65); border-radius: 16px; background: rgba(254, 252, 246, 0.88); box-shadow: 0 22px 42px -32px rgba(40, 30, 18, 0.9); backdrop-filter: blur(5px); transition: opacity 0.7s ease, transform 0.7s ease; }
.hero-alert:nth-child(1) { top: 10%; transition-delay: 0.08s; animation: landing-rise 0.9s 0.25s ease-out both; }
.hero-alert:nth-child(2) { top: 40%; left: 14%; width: 79%; transition-delay: 0.18s; animation: landing-rise 0.9s 0.43s ease-out both; }
.hero-alert:nth-child(3) { top: 70%; left: 6%; width: 78%; transition-delay: 0.28s; animation: landing-rise 0.9s 0.61s ease-out both; }
.hero-alert.is-entering { opacity: 0; transform: translateY(18px); }
.hero-alert-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; margin-bottom: 0.35rem; color: var(--landing-faint); font-size: 0.72rem; }
.alert-topic { --topic-wash: rgba(126, 190, 178, 0.58); position: relative; isolation: isolate; padding: 0.16rem 0.58rem; color: var(--landing-teal-dark); font-size: 0.64rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.alert-topic::before { content: ""; position: absolute; z-index: -1; inset: -0.13rem -0.2rem; border-radius: 58% 42% 54% 46% / 45% 57% 43% 55%; background: var(--topic-wash); filter: url("#landing-watercolor-edge"); transform: rotate(-1.5deg); }
.cat-risk .alert-topic { --topic-wash: rgba(230, 158, 140, 0.68); color: #8c3a28; }
.cat-staffing .alert-topic { --topic-wash: rgba(147, 191, 211, 0.64); color: #34566f; }
.cat-policy .alert-topic { --topic-wash: rgba(230, 187, 116, 0.68); color: #8a5c12; }
.hero-alert h3 { margin: 0; font: 700 0.98rem / 1.3 var(--landing-sans); }

.landing-section-head { max-width: 48rem; margin-bottom: 2.8rem; }
.landing-section-head h2 { margin: 0 0 0.65rem; font: 400 clamp(2.5rem, 4.5vw, 3.25rem) / 1.07 var(--landing-serif); letter-spacing: -0.025em; }
.landing-section-head > p { margin: 0; color: var(--landing-soft); font-size: 1.05rem; }

.landing-problems { padding: 0 clamp(1.2rem, 5vw, 4rem) clamp(4.5rem, 8vw, 6.5rem); }
.landing-problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 4vw, 3rem); }
.landing-problem h3 { margin: 0 0 0.6rem; font: 400 1.45rem / 1.2 var(--landing-serif); }
.landing-problem p { margin: 0; color: var(--landing-soft); font-size: 0.97rem; }
.watercolor-icon { --icon-wash: rgba(217, 112, 86, 0.62); position: relative; display: grid; place-items: center; width: 92px; height: 92px; margin-bottom: 1rem; color: #8c3a28; }
.watercolor-icon::before { content: ""; position: absolute; inset: 0; border-radius: 58% 42% 52% 48% / 46% 56% 44% 54%; background: radial-gradient(closest-side, var(--icon-wash), color-mix(in srgb, var(--icon-wash) 28%, transparent) 72%, transparent); filter: url("#landing-watercolor-broad"); mix-blend-mode: multiply; }
.watercolor-icon svg { position: relative; width: 76px; height: 76px; }
.amber-card .watercolor-icon { --icon-wash: rgba(217, 154, 62, 0.62); color: #8a5c12; }
.amber-card .watercolor-icon::before { border-radius: 46% 54% 58% 42% / 54% 46% 54% 46%; }
.teal-card .watercolor-icon { --icon-wash: rgba(47, 125, 114, 0.58); color: var(--landing-teal-dark); }
.teal-card .watercolor-icon::before { border-radius: 52% 48% 44% 56% / 50% 52% 48% 50%; }

.parent-quote { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 1.8rem; align-items: center; margin: 0 clamp(1.2rem, 5vw, 4rem) 3rem; padding: clamp(2rem, 4vw, 3.2rem); overflow: hidden; border: 1px solid var(--landing-line); border-radius: 24px; background: rgba(255, 252, 244, 0.7); }
.parent-quote::before { content: ""; position: absolute; left: -3.75rem; top: -2.5rem; width: 32rem; height: 16rem; background: linear-gradient(94deg, transparent, rgba(214, 146, 52, 0.24) 18%, rgba(206, 120, 72, 0.16) 55%, transparent); filter: url("#landing-watercolor-wash"); mix-blend-mode: multiply; transform: rotate(-3deg); }
.quote-portrait { position: relative; width: 104px; height: 104px; }
.quote-portrait::before { content: ""; position: absolute; inset: -9px; border-radius: 52% 48% 46% 54%; background: radial-gradient(closest-side, rgba(140, 172, 110, 0.5), transparent 72%); filter: url("#landing-watercolor-broad"); mix-blend-mode: multiply; }
.quote-portrait img { position: relative; display: block; width: 104px; height: 104px; border-radius: 50%; object-fit: cover; }
.parent-quote div { position: relative; }
.parent-quote blockquote { max-width: 46rem; margin: 0 0 0.85rem; font: italic 300 clamp(1.3rem, 2.4vw, 1.68rem) / 1.35 var(--landing-serif); }
.parent-quote p { margin: 0; color: var(--landing-faint); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }

.values-strip { display: flex; align-items: center; justify-content: center; margin: 0 clamp(1.2rem, 5vw, 4rem) clamp(4.5rem, 8vw, 6rem); padding: 1.05rem 1.2rem; border-block: 1px solid var(--landing-line); }
.values-strip div { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0.7rem; color: var(--landing-teal-dark); font-size: 1rem; font-weight: 700; text-transform: uppercase; }
.values-strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--landing-amber); }

.landing-how { padding: 0 clamp(1.2rem, 5vw, 4rem) clamp(5rem, 9vw, 7rem); }
.watch-grid { display: grid; grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr); gap: clamp(2rem, 5vw, 3.5rem); align-items: start; }
.watch-tabs { display: flex; flex-direction: column; gap: 0.45rem; }
.watch-tab { position: relative; display: flex; gap: 1rem; width: 100%; padding: 1.1rem 1.2rem; border: 1px solid transparent; border-radius: 14px; background: transparent; color: var(--landing-ink); font: 400 1.28rem / 1.25 var(--landing-serif); text-align: left; cursor: pointer; }
.watch-tab span { color: var(--landing-teal); }
.watch-tab.is-active { border-color: var(--landing-line); background: linear-gradient(96deg, transparent, rgba(255, 253, 248, 0.94) 8%, rgba(255, 253, 248, 0.94) 92%, transparent); }
.watch-tab.is-active::before { content: ""; position: absolute; left: -1px; top: 12px; bottom: 12px; width: 3px; border-radius: 3px; background: var(--landing-teal); }
.watch-tab:focus-visible { outline: 3px solid rgba(15, 124, 114, 0.25); outline-offset: 2px; }
.watch-panel { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 433px; overflow: hidden; padding: clamp(2rem, 5vw, 2.6rem); border: 1px solid var(--landing-line); border-radius: 22px; background: rgba(255, 252, 244, 0.62); }
.watch-step-content { position: relative; opacity: 1; transform: translateY(0); transition: opacity 0.16s ease, transform 0.16s ease; }
.watch-step-content[hidden] { display: none; }
.watch-panel.is-swapping .watch-step-content.is-active { opacity: 0; transform: translateY(8px); }
.watch-panel.is-arriving .watch-step-content.is-active { animation: watch-arrive 0.42s ease both; }
.watch-wash { position: absolute; left: -2.5rem; top: -1.9rem; width: 26rem; height: 13.75rem; background: linear-gradient(94deg, transparent, rgba(126, 190, 178, 0.3) 18%, transparent); filter: url("#landing-watercolor-wash"); mix-blend-mode: multiply; transform: rotate(-3deg); pointer-events: none; }
.watch-step-content[data-watch-content="1"] .watch-wash { background: linear-gradient(94deg, transparent, rgba(230, 187, 116, 0.32) 18%, transparent); }
.watch-step-content[data-watch-content="2"] .watch-wash { background: linear-gradient(94deg, transparent, rgba(217, 112, 86, 0.26) 18%, transparent); }
@keyframes watch-arrive {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.watch-step-content > p:first-of-type { position: relative; max-width: 34rem; margin: 0 0 2.2rem; color: var(--landing-soft); font-size: 1.02rem; }
.watch-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 0; }
.watch-stats dt { margin-top: 0.8rem; color: var(--landing-faint); font-size: 0.67rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }
.watch-stats dd { margin: 0; font: 300 clamp(1.75rem, 4vw, 3.1rem) / 1 var(--landing-serif); color: var(--landing-teal-dark); }
.watch-chips { position: relative; display: flex; flex-wrap: wrap; gap: 0.5rem; margin: -0.5rem 0 1rem; }
.watch-chips span { padding: 0.3rem 0.8rem; border-radius: 999px; color: var(--landing-faint); box-shadow: inset 0 0 0 1px rgba(160, 140, 110, 0.3); font-size: 0.72rem; font-weight: 700; white-space: nowrap; }
.watch-chips .is-highlighted { color: var(--landing-teal-dark); background: rgba(126, 190, 178, 0.5); box-shadow: none; }
.watch-chips .is-highlighted:nth-child(2) { color: #8c3a28; background: rgba(230, 158, 140, 0.55); }
.watch-step-content.is-active .watch-chips .is-highlighted { animation: landing-chip-pop 3.4s 0.2s ease-out both; }
.watch-signals { position: relative; display: flex; flex-direction: column; gap: 0.45rem; }
.watch-signal { display: grid; grid-template-columns: 8px auto minmax(0, 1fr); align-items: center; gap: 0.75rem; padding: 0.62rem 0.8rem; border-radius: 12px; background: rgba(255, 253, 248, 0.95); box-shadow: inset 0 0 0 1px rgba(160, 140, 110, 0.16); }
.watch-signal i { width: 8px; height: 8px; border-radius: 50%; background: var(--landing-teal-dark); }
.watch-signal b { color: var(--landing-teal-dark); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.watch-signal span { overflow: hidden; font-size: 0.86rem; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.watch-signal.cat-risk i { background: #8c3a28; }
.watch-signal.cat-risk b { color: #8c3a28; }
.watch-signal.cat-staffing i { background: #3f6f8c; }
.watch-signal.cat-staffing b { color: #3f6f8c; }
.watch-signal.cat-policy i { background: #8a5c12; }
.watch-signal.cat-policy b { color: #8a5c12; }
.watch-step-content.is-active .watch-signal.is-routine { animation: landing-dim 3.4s 0.2s ease-out both; }
.watch-label { position: relative; margin: 0 0 0.5rem !important; color: var(--landing-faint) !important; font-size: 0.7rem !important; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.watch-evidence { position: relative; margin: 0 0 1.8rem; font: italic 400 1.14rem / 1.5 var(--landing-serif); }
.watch-source { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 1.1rem; padding: 1.15rem 1.25rem; border-radius: 16px; background: rgba(255, 253, 248, 0.95); box-shadow: inset 0 0 0 1px rgba(160, 140, 110, 0.22); color: var(--landing-ink); text-decoration: none; }
.watch-source-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; background: rgba(126, 190, 178, 0.35); color: var(--landing-teal-dark); }
.watch-source-icon svg { width: 19px; height: 19px; }
.watch-source strong, .watch-source small { display: block; }
.watch-source strong { font-size: 0.92rem; line-height: 1.3; }
.watch-source small { margin-top: 0.2rem; color: var(--landing-soft); font-size: 0.78rem; }
.watch-source > b { color: var(--landing-teal-dark); font-size: 0.82rem; white-space: nowrap; }

.truth-section { padding: clamp(4.5rem, 8vw, 6.5rem) clamp(1.2rem, 5vw, 4rem); background: transparent; border-block: 1px solid rgba(132, 111, 83, 0.12); }
.truth-heading { max-width: 52rem; }
.landing-eyebrow { margin: 0 0 0.85rem !important; color: var(--landing-faint) !important; font: 700 0.71rem / 1.4 var(--landing-sans) !important; letter-spacing: 0.12em; text-transform: uppercase; }
.truth-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.truth-card { display: flex; flex-direction: column; min-width: 0; padding: 1rem 1rem 1.6rem; border: 1px solid var(--landing-line); border-radius: 20px; background: rgba(254, 252, 246, 0.82); box-shadow: 0 20px 42px -38px rgba(40, 30, 18, 0.8); }
.truth-card::before { content: ""; position: absolute; width: 13rem; height: 7rem; pointer-events: none; opacity: 0.18; filter: url("#landing-watercolor-wash"); mix-blend-mode: multiply; }
.truth-card { position: relative; overflow: hidden; }
.truth-policy::before { right: -3rem; top: -2rem; background: rgba(126, 190, 178, 0.6); transform: rotate(-8deg); }
.truth-history::before { left: -3rem; bottom: 5rem; background: rgba(230, 187, 116, 0.55); transform: rotate(7deg); }
.truth-action::before { right: -4rem; top: 8rem; background: rgba(230, 158, 140, 0.5); transform: rotate(-4deg); }
.truth-preview { min-height: 220px; margin-bottom: 1.45rem; overflow: hidden; border-radius: 14px; background: #fffdf8; box-shadow: inset 0 0 0 1px rgba(132, 111, 83, 0.14); }
.truth-card > p, .truth-card > h3, .truth-card > a { margin-inline: 0.45rem; }
.truth-number { margin-block: 0 0.45rem; color: var(--landing-teal); font-size: 0.73rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.truth-card h3 { margin-block: 0 0.65rem; font: 400 1.45rem / 1.18 var(--landing-serif); }
.truth-card > p:not(.truth-number) { margin-top: 0; color: var(--landing-soft); font-size: 0.94rem; }
.truth-card > a { margin-top: auto; padding-top: 0.7rem; color: var(--landing-teal-dark); font-weight: 700; text-decoration: none; }
.preview-bar { display: flex; gap: 5px; padding: 0.75rem; border-bottom: 1px solid var(--landing-line); }
.preview-bar span { width: 6px; height: 6px; border-radius: 50%; background: #dbcdbb; }
.policy-preview > p { margin: 1.1rem 1rem; font: 400 1.15rem var(--landing-serif); }
.state-snapshot { margin: 0 1rem 1rem; padding: 0.9rem; border-radius: 10px; background: rgba(95, 166, 151, 0.16); }
.state-snapshot b, .state-snapshot strong { display: block; }
.state-snapshot b { color: var(--landing-faint); font-size: 0.66rem; letter-spacing: 0.08em; text-transform: uppercase; }
.state-snapshot strong { color: var(--landing-teal-dark); }
.research-lines { display: grid; gap: 0.5rem; margin: 1rem; }
.research-lines i { height: 6px; border-radius: 4px; background: #e5ddd0; }
.research-lines i:nth-child(2) { width: 78%; }
.research-lines i:nth-child(3) { width: 62%; }
.history-preview { position: relative; padding: 1.1rem 1rem; }
.history-line { position: absolute; left: 1.36rem; top: 2rem; bottom: 2rem; width: 2px; background: #c9ded9; }
.history-preview > div:not(.history-line) { position: relative; display: grid; grid-template-columns: 0.78rem 1fr; gap: 0.75rem; margin-bottom: 1.1rem; }
.history-preview i { z-index: 1; width: 0.78rem; height: 0.78rem; margin-top: 0.2rem; border: 3px solid #eaf3f0; border-radius: 50%; background: var(--landing-teal); }
.history-preview small, .history-preview b { display: block; }
.history-preview small { color: var(--landing-faint); font-size: 0.65rem; text-transform: uppercase; }
.history-preview b { font-size: 0.83rem; line-height: 1.3; }
.action-preview { padding: 1rem; }
.action-preview > p { margin: 0 0 0.8rem; font: 400 1.08rem var(--landing-serif); }
.action-preview > div { margin-bottom: 0.6rem; padding: 0.65rem 0.7rem; border: 1px solid var(--landing-line); border-radius: 9px; background: rgba(255, 255, 255, 0.72); }
.action-preview span, .action-preview b { display: block; }
.action-preview span { color: var(--landing-faint); font-size: 0.61rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }
.action-preview b { font-size: 0.8rem; }

.recent-alerts { padding: clamp(4rem, 7vw, 5.5rem) 0; }
.recent-alerts > .landing-eyebrow { padding-inline: clamp(1.2rem, 5vw, 4rem); }
.recent-alert-viewport { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.recent-alert-grid { display: flex; width: max-content; padding: 0.4rem 0; animation: landing-marquee 68s linear infinite; }
.recent-alert-grid:hover { animation-play-state: paused; }
.recent-card { --recent-wash: rgba(126, 190, 178, 0.68); position: relative; display: grid; grid-template-columns: 52px minmax(0, 1fr); flex: none; width: 390px; min-width: 0; margin-right: 1.3rem; padding: 1.35rem 1.45rem; overflow: hidden; border: 1px solid var(--landing-line); border-radius: 20px; background: rgba(255, 253, 248, 0.72); }
.recent-icon { position: relative; grid-row: 1 / 4; width: 52px; height: 52px; margin-right: 1rem; color: var(--landing-teal-dark); }
.recent-icon::before { content: ""; position: absolute; inset: 0; border-radius: 52% 48% 44% 56% / 48% 52% 48% 52%; background: radial-gradient(closest-side, var(--recent-wash), transparent 76%); filter: url("#landing-watercolor-broad"); mix-blend-mode: multiply; }
.recent-icon svg { position: relative; width: 52px; height: 52px; }
.recent-card.cat-risk { --recent-wash: rgba(217, 112, 86, 0.7); }
.recent-card.cat-risk .recent-icon { color: #8c3a28; }
.recent-card.cat-staffing { --recent-wash: rgba(134, 180, 207, 0.72); }
.recent-card.cat-staffing .recent-icon { color: #3f6f8c; }
.recent-card.cat-policy { --recent-wash: rgba(230, 187, 116, 0.72); }
.recent-card.cat-policy .recent-icon { color: #8a5c12; }
.recent-card .hero-alert-meta { margin-bottom: 0.4rem; }
.recent-card h3 { margin: 0 0 0.42rem; font: 700 0.95rem / 1.28 var(--landing-sans); }
.recent-card > p { margin: 0; color: var(--landing-soft); font-size: 0.76rem; font-weight: 700; }

.landing-closer { position: relative; display: grid; min-height: 530px; place-items: center; overflow: hidden; color: white; text-align: center; }
.landing-closer > picture { position: absolute; inset: 0; display: block; }
.landing-closer > picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(0.88) brightness(0.56) contrast(1.14); }
.landing-closer::after { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(8, 36, 40, 0.34), rgba(20, 24, 17, 0.44)); }
.landing-closer-inner { position: relative; z-index: 1; max-width: 50rem; padding: 4rem 1.2rem; }
.landing-closer .landing-eyebrow { color: rgba(255, 255, 255, 0.66) !important; }
.landing-closer h2 { margin: 0 0 0.8rem; color: white; font: 400 clamp(3rem, 6vw, 4.4rem) / 1.04 var(--landing-serif); }
.landing-closer-inner > p:not(.landing-eyebrow) { max-width: 38rem; margin: 0 auto 1.8rem; color: rgba(255, 255, 255, 0.75); }
.landing-closer-cta { display: inline-flex; gap: 0.7rem; padding: 0.85rem 1.35rem; background: var(--landing-paper) !important; color: var(--landing-ink) !important; }

.landing-foot { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.55rem clamp(1.2rem, 5vw, 4rem); color: var(--landing-faint); font-size: 0.78rem; }
.landing-foot p { margin: 0; }
.landing-foot-links { display: flex; align-items: baseline; justify-content: flex-end; flex-wrap: wrap; gap: 0.65rem 1.4rem; }
.landing-foot a { color: var(--landing-soft); }

.landing-page .reveal { opacity: 1; transform: none; }

@media (max-width: 860px) {
  .landing-hero { grid-template-columns: 1fr; padding-top: 2.5rem; }
  .landing-page .landing-hero h1 { font-size: clamp(3.25rem, 12vw, 4.6rem); }
  .landing-hero-stage { min-height: 440px; }
  .landing-problem-grid, .truth-grid { grid-template-columns: 1fr; }
  .landing-problem-grid { gap: 2rem; }
  .landing-problem { display: grid; grid-template-columns: auto 1fr; column-gap: 1rem; }
  .landing-problem .watercolor-icon { grid-row: 1 / 3; width: 82px; height: 82px; }
  .watch-grid { grid-template-columns: 1fr; }
  .watch-tabs { display: grid; grid-template-columns: repeat(3, 1fr); }
  .watch-tab { display: block; padding: 0.95rem; font-size: 1.05rem; }
  .watch-tab span { display: block; margin-bottom: 0.4rem; }
  .watch-tab.is-active::before { inset: auto 12px -1px; width: auto; height: 3px; }
  .truth-card { display: grid; grid-template-columns: minmax(220px, 0.8fr) 1.2fr; column-gap: 1.3rem; }
  .truth-preview { grid-row: 1 / 6; margin-bottom: 0; }
  .recent-alert-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .landing-page .landing-nav { padding-block: 1.1rem; }
  .landing-page .brand-text { font-size: 0.9rem; }
  .landing-page .brand-mark { width: 29px; height: 29px; }
  .landing-page .nav-saved-district { display: none !important; }
  .landing-page .landing-nav-cta { padding: 0.58rem 0.95rem; }
  .landing-hero { gap: 2.25rem; padding-bottom: 4.5rem; }
  .landing-hero-stage { order: -1; min-height: 320px; }
  .landing-lede { margin-bottom: 1rem; }
  .parent-trust { margin-bottom: 1.2rem; }
  .landing-hero-copy { display: flex; flex-direction: column; }
  .landing-hero-copy .parent-trust { order: 3; }
  .landing-hero-copy h1 { order: 1; }
  .landing-hero-copy .landing-lede { order: 2; }
  .landing-hero-copy .landing-hero-actions { order: 4; }
  .landing-page .landing-hero h1 { margin-bottom: 1rem; font-size: clamp(2.75rem, 14vw, 4.2rem); }
  .hero-alert { left: 8%; width: 84%; padding: 0.58rem 0.7rem; animation-duration: 2.4s; }
  .hero-alert:nth-child(1) { top: 8%; animation-duration: 2.4s; animation-delay: 0.35s; }
  .hero-alert:nth-child(2) { top: 38%; left: 12%; width: 76%; animation-duration: 2.4s; animation-delay: 0.95s; }
  .hero-alert:nth-child(3) { top: 68%; left: 6%; width: 80%; animation-duration: 2.4s; animation-delay: 1.55s; }
  .hero-alert-meta { gap: 0.3rem; margin-bottom: 0.2rem; font-size: 0.6rem; }
  .alert-topic { padding-inline: 0.4rem; font-size: 0.55rem; }
  .hero-alert h3 { font-size: 0.78rem; }
  .landing-problem { display: block; }
  .landing-problem .watercolor-icon { width: 76px; height: 76px; }
  .parent-quote { grid-template-columns: 1fr; }
  .quote-portrait, .quote-portrait img { width: 78px; height: 78px; }
  .values-strip { text-align: center; }
  .watch-tabs { display: flex; }
  .watch-tab { display: flex; font-size: 1.1rem; }
  .watch-tab span { display: inline; margin: 0; }
  .watch-tab.is-active::before { left: -1px; right: auto; top: 12px; bottom: 12px; width: 3px; height: auto; }
  .watch-panel { min-height: 315px; padding: 1.5rem; }
  .watch-stats { gap: 0.6rem; }
  .watch-stats dd { font-size: 1.72rem; }
  .watch-stats dt { font-size: 0.57rem; }
  .watch-source { grid-template-columns: auto minmax(0, 1fr); }
  .watch-source > b { grid-column: 2; }
  .watch-signal { grid-template-columns: 8px auto minmax(0, 1fr); gap: 0.5rem; }
  .truth-card { display: flex; }
  .truth-preview { min-height: 205px; margin-bottom: 1.35rem; }
  .recent-card { width: min(340px, calc(100vw - 2.4rem)); }
  .landing-closer { min-height: 480px; }
  .landing-foot { display: block; }
  .landing-foot p + p { margin-top: 0.8rem; }
  .landing-foot-links { justify-content: flex-start; }
  .landing-foot-links .foot-journalists { order: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .landing-page *, .landing-page *::before, .landing-page *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
