:root {
  --ink: #123334;
  --muted: #587071;
  --deep: #083f3d;
  --teal: #0d625d;
  --sea: #1d8078;
  --foam: #edf7f3;
  --pale: #f4f1e9;
  --sand: #e4d6bd;
  --gold: #f3a640;
  --coral: #d85b42;
  --white: #fff;
  --line: rgba(18, 51, 52, .15);
  --shadow: 0 18px 50px rgba(6, 53, 51, .12);
  --radius: 22px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fffdf9;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 12px 16px; background: white; color: var(--deep); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.alert-bar { background: var(--deep); color: white; font-size: .88rem; }
.alert-inner { min-height: 44px; display: flex; align-items: center; gap: 12px; }
.alert-inner p { margin: 0; flex: 1; }
.alert-inner a { color: #ffd58a; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 3px; white-space: nowrap; }
.alert-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(243,166,64,.15); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,253,249,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: .89rem; line-height: 1.12; letter-spacing: -.01em; }
.brand strong { font-size: 1.03rem; }
.brand-mark { width: 42px; height: 42px; color: var(--teal); flex: 0 0 auto; }
.brand-mark svg { width: 100%; height: 100%; }
nav { display: flex; align-items: center; gap: 26px; }
nav a { font-size: .87rem; font-weight: 750; text-decoration: none; }
nav a:hover { color: var(--teal); }
.nav-contact { padding: 10px 16px; color: white !important; background: var(--teal); border-radius: 999px; }
.nav-toggle { display: none; width: 42px; height: 42px; background: white; border: 1px solid var(--line); border-radius: 10px; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--deep); }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f8f2e7 0%, #f4faf6 55%, #dfeeea 100%); border-bottom: 1px solid var(--line); }
.hero-contours { position: absolute; inset: 0 0 0 46%; opacity: .26; background-image: url("data:image/svg+xml,%3Csvg width='220' height='140' viewBox='0 0 220 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%230d625d' stroke-width='1'%3E%3Cpath d='M-10 25C30 5 70 50 110 25s80-10 120 10'/%3E%3Cpath d='M-10 50c40-20 80 25 120 0s80-10 120 10'/%3E%3Cpath d='M-10 75c40-20 80 25 120 0s80-10 120 10'/%3E%3Cpath d='M-10 100c40-20 80 25 120 0s80-10 120 10'/%3E%3Cpath d='M-10 125c40-20 80 25 120 0s80-10 120 10'/%3E%3C/g%3E%3C/svg%3E"); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.16fr .84fr; gap: clamp(45px, 8vw, 110px); align-items: center; min-height: 650px; padding-block: 88px; }
.eyebrow { margin: 0 0 13px; color: var(--teal); font-size: .76rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; letter-spacing: -.035em; line-height: 1.06; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(3.1rem, 7vw, 6.35rem); font-weight: 820; }
h2 { margin-bottom: 18px; font-size: clamp(2.05rem, 4vw, 3.7rem); }
h3 { margin-bottom: 12px; font-size: 1.3rem; }
p { margin-top: 0; }
.hero-lede { max-width: 650px; margin-bottom: 30px; color: #355657; font-size: clamp(1.03rem, 1.7vw, 1.27rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 12px 19px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(5,45,43,.14); }
.button.primary { background: var(--teal); color: white; }
.button.secondary { background: rgba(255,255,255,.64); border-color: rgba(13,98,93,.28); color: var(--deep); }
.button.light { background: white; color: var(--deep); }

.quick-card { padding: 34px; border: 1px solid rgba(255,255,255,.55); border-radius: 28px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); }
.quick-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 22px; border-radius: 50%; background: var(--gold); color: var(--deep); font-size: 1.45rem; font-weight: 900; }
.quick-card h2 { font-size: 2rem; }
.quick-card ol { margin: 25px 0 0; padding: 0; list-style: none; }
.quick-card li { display: flex; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line); }
.quick-card li > span { display: grid; place-items: center; flex: 0 0 29px; width: 29px; height: 29px; border-radius: 50%; background: var(--foam); color: var(--teal); font-size: .75rem; font-weight: 900; }
.quick-card li div { display: grid; gap: 4px; min-width: 0; }
.step-button { justify-self: start; min-height: 44px; max-width: 100%; margin-top: 8px; padding: 9px 12px; font-size: .875rem; line-height: 1.35; text-align: center; }
#supply-resources { scroll-margin-top: 100px; }
.quick-card small { color: var(--muted); font-size: .84rem; line-height: 1.45; }

.section { padding-block: 104px; }
.section.pale { background: var(--pale); }
.section-heading { margin-bottom: 48px; }
.section-heading.narrow { max-width: 770px; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 1.07rem; }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 70px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin-bottom: 5px; }

.supply-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.stat-card { display: flex; gap: 25px; align-items: center; min-height: 168px; padding: 28px 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.water-card { background: var(--deep); color: white; }
.stat { min-width: 95px; color: var(--gold); font-size: 5rem; font-weight: 850; line-height: .9; letter-spacing: -.07em; }
.stat-card strong { font-size: 1.15rem; }
.stat-card p { margin: 6px 0 0; color: var(--muted); font-size: .9rem; }
.water-card p { color: #c9ddda; }
.kit-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 55px; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--foam); }
.kit-panel p { color: var(--muted); }
.kit-links { display: grid; gap: 7px; margin-top: 24px; }
.kit-links a { color: var(--teal); font-weight: 800; text-underline-offset: 4px; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-content: start; margin: 0; padding: 0; list-style: none; }
.check-grid li { display: flex; align-items: center; gap: 9px; min-height: 52px; padding: 10px 13px; border-radius: 10px; background: white; font-size: .9rem; font-weight: 750; }
.check-grid span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: #d8eee6; color: var(--teal); font-weight: 900; }

.resource-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.resource-card { position: relative; min-height: 275px; padding: 34px; border: 1px solid rgba(18,51,52,.12); border-radius: var(--radius); background: #fffdf9; }
.resource-card.featured { color: white; background: var(--deep); }
.resource-card h3 { max-width: 75%; margin-top: 38px; font-size: 1.45rem; }
.resource-card p { color: var(--muted); }
.resource-card.featured p { color: #c9ddda; }
.resource-card a { position: absolute; right: 34px; bottom: 30px; left: 34px; color: var(--teal); font-weight: 850; text-decoration: none; }
.resource-card a:hover { text-decoration: underline; text-underline-offset: 4px; }
.resource-card.featured a { color: #ffd58a; }
.card-number { position: absolute; top: 25px; right: 28px; color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .08em; }
.card-note { margin: 12px 0 45px; padding: 10px 12px; border-left: 3px solid var(--gold); background: #fff6e7; color: #71582d; font-size: .79rem; }
.wide-card { grid-column: 1 / -1; min-height: auto; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
.wide-card h3 { max-width: none; margin-top: 0; }
.wide-card p { margin-bottom: 0; }
.wide-card a { position: static; white-space: nowrap; }

.monitor-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; }
.monitor-primary { min-height: 320px; padding: 42px; border-radius: var(--radius); background: linear-gradient(145deg, var(--teal), var(--deep)); color: white; }
.monitor-primary h3 { margin-top: 50px; font-size: 2rem; }
.monitor-primary p { max-width: 430px; color: #c9ddda; }
.source-label { padding: 6px 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.monitor-list { display: grid; gap: 12px; }
.monitor-list a, .recovery-links a { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 24px 26px; border: 1px solid var(--line); border-radius: 15px; background: white; text-decoration: none; transition: transform .18s ease, border .18s ease; }
.monitor-list a:hover, .recovery-links a:hover { transform: translateX(3px); border-color: var(--sea); }
.monitor-list span, .recovery-links span { display: grid; gap: 4px; }
.monitor-list small, .recovery-links small { color: var(--muted); }
.monitor-list b, .recovery-links b { color: var(--teal); }
.advanced-tools { margin-top: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--foam); overflow: hidden; }
.advanced-tools summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 30px; cursor: pointer; list-style: none; }
.advanced-tools summary::-webkit-details-marker { display: none; }
.advanced-tools summary > span:first-child { display: grid; gap: 3px; }
.advanced-tools summary small { color: var(--muted); }
.summary-icon { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: white; color: var(--teal); font-size: 1.4rem; transition: transform .18s ease; }
.advanced-tools[open] .summary-icon { transform: rotate(45deg); }
.advanced-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border-top: 1px solid var(--line); background: var(--line); }
.advanced-grid a { display: grid; gap: 5px; min-height: 112px; padding: 26px 30px; background: white; text-decoration: none; }
.advanced-grid a:last-child { grid-column: 1 / -1; }
.advanced-grid a:hover strong { color: var(--teal); }
.advanced-grid span { color: var(--muted); font-size: .84rem; }

.training-section { overflow: hidden; color: white; background: var(--deep); }
.training-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.training-copy .eyebrow { color: #81d2c6; }
.training-copy > p:not(.eyebrow) { max-width: 660px; color: #c8ddda; font-size: 1.05rem; }
.training-copy .button.secondary { color: white; border-color: rgba(255,255,255,.26); background: rgba(255,255,255,.07); }
.course-meta { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0; }
.course-meta span { padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.08); color: #d8e9e6; font-size: .78rem; }
.training-graphic { position: relative; width: min(100%, 390px); aspect-ratio: 1; margin-inline: auto; }
.rings { position: absolute; inset: 0; margin: auto; border: 1px solid rgba(129,210,198,.34); border-radius: 50%; }
.ring-two { inset: 15%; }
.ring-three { inset: 30%; }
.center-mark { position: absolute; inset: 0; display: grid; place-items: center; margin: auto; width: 90px; height: 90px; border-radius: 50%; background: var(--gold); color: var(--deep); font-weight: 900; letter-spacing: .06em; box-shadow: 0 0 0 12px rgba(243,166,64,.11); }
.ring-label { position: absolute; padding: 6px 10px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: #0a4b47; color: #d8ebe7; font-size: .72rem; font-weight: 800; }
.label-one { top: 7%; left: 44%; }
.label-two { right: 1%; top: 53%; }
.label-three { bottom: 11%; left: 13%; }

.recovery-section { background: #f7e9df; }
.recovery-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; }
.recovery-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.recovery-links { display: grid; gap: 12px; }

.contact-section { padding-block: 72px; }
.contact-card { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; padding: 46px 52px; border-radius: 26px; background: var(--foam); }
.contact-card h2 { margin-bottom: 12px; font-size: clamp(1.9rem, 3.5vw, 3rem); }
.contact-card p { margin-bottom: 0; color: var(--muted); }
.contact-action { text-align: center; }
.contact-action p { margin-top: 13px; font-size: .78rem; }

footer { padding-block: 58px; border-top: 1px solid rgba(255,255,255,.08); background: #062e2c; color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.footer-brand { color: white; }
.footer-note { max-width: 410px; margin: 20px 0 0; color: #9fbcba; font-size: .87rem; }
.footer-disclaimer { color: #9fbcba; font-size: .8rem; }
.footer-disclaimer p:last-child { margin-bottom: 0; color: #759b97; }

@media (max-width: 860px) {
  .alert-inner { padding-block: 9px; align-items: flex-start; }
  .alert-inner a { display: none; }
  .site-header { top: 0; }
  .nav-toggle { display: block; }
  nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; padding: 20px; border-bottom: 1px solid var(--line); background: #fffdf9; box-shadow: 0 14px 30px rgba(6,53,51,.1); }
  nav.open { display: grid; }
  nav a { padding: 8px 0; }
  .nav-contact { text-align: center; }
  .hero-grid, .split-heading, .kit-panel, .monitor-grid, .training-grid, .recovery-grid, .contact-card, .footer-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding-block: 68px; }
  .hero-contours { inset: 45% 0 0; }
  .quick-card { max-width: 620px; }
  .split-heading { gap: 10px; }
  .kit-panel { gap: 32px; }
  .training-graphic { width: min(80vw, 360px); }
  .contact-card { gap: 25px; }
  .contact-action { text-align: left; }
}

@media (max-width: 620px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .section { padding-block: 74px; }
  .nav-wrap { min-height: 68px; }
  .brand { font-size: .8rem; }
  .brand strong { font-size: .94rem; }
  .brand-mark { width: 36px; height: 36px; }
  h1 { font-size: clamp(2.85rem, 15vw, 4.3rem); }
  .hero-actions, .hero-actions .button { width: 100%; }
  .quick-card { padding: 27px 22px; }
  .supply-grid, .resource-grid, .check-grid, .advanced-grid { grid-template-columns: 1fr; }
  .stat-card { padding: 24px; }
  .stat { min-width: 80px; font-size: 4.25rem; }
  .kit-panel, .monitor-primary, .contact-card { padding: 28px 22px; }
  .resource-card { min-height: 290px; padding: 28px 24px; }
  .resource-card a { right: 24px; bottom: 25px; left: 24px; }
  .wide-card { grid-column: auto; display: block; }
  .wide-card a { position: absolute; }
  .advanced-grid a:last-child { grid-column: auto; }
  .monitor-list a, .recovery-links a { padding: 20px; }
  .training-grid { gap: 52px; }
  .course-meta { display: grid; }
  .footer-grid { gap: 40px; }
}

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

.prepare .preparation-links { grid-template-columns: 1fr; }

.resource-card.shelter-card { padding-bottom: 78px; }
