:root {
  --ink: #092f3c;
  --ink-2: #164958;
  --ocean: #087f8c;
  --ocean-dark: #05606a;
  --mint: #20c997;
  --mint-soft: #ddf8f0;
  --sky-soft: #eaf8fb;
  --paper: #ffffff;
  --canvas: #f5f8f7;
  --line: #dbe7e6;
  --muted: #667c82;
  --yellow: #ffc857;
  --red: #e85d5d;
  --red-soft: #fff0ef;
  --coral: #d95d55;
  --coral-dark: #b9423d;
  --coral-soft: #fff0ed;
  --amber: #e6a23c;
  --amber-soft: #fff6df;
  --leaf: #15825f;
  --leaf-soft: #e7f7f0;
  --shadow: 0 18px 45px rgba(7, 54, 66, .11);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.hidden { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; padding: 10px 14px; color: white; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .94); border-bottom: 1px solid rgba(10, 70, 82, .09); backdrop-filter: blur(18px); }
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 17px; letter-spacing: .035em; }
.brand small { margin-top: 4px; color: var(--ocean); font-size: 8px; font-weight: 800; letter-spacing: .32em; }
.brand-symbol { position: relative; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px 14px 14px 5px; color: white; background: linear-gradient(145deg, #ed5c55, #c83e3a); overflow: hidden; box-shadow: 0 10px 24px rgba(200,62,58,.28); }
.brand-symbol::before { content: ""; position: absolute; width: 27px; height: 10px; border-radius: 3px; background: white; box-shadow: 0 0 0 1px rgba(255,255,255,.1); }
.brand-symbol::after { content: ""; position: absolute; width: 10px; height: 27px; border-radius: 3px; background: white; }
.brand-symbol i { position: absolute; width: 38px; height: 18px; right: -13px; bottom: -5px; border: 2px solid rgba(255,255,255,.22); border-radius: 50%; transform: rotate(-18deg); }
.brand-symbol b { display: none; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.desktop-nav a, .text-button { color: #3b5961; font-size: 13px; font-weight: 650; }
.desktop-nav a:hover, .text-button:hover { color: var(--ocean); }
.text-button { border: 0; padding: 0; background: transparent; cursor: pointer; }
.menu-toggle { width: 46px; height: 46px; padding: 0; display: none; place-items: center; align-content: center; gap: 5px; border: 1px solid #c8dada; border-radius: 13px; color: var(--ink); background: white; box-shadow: 0 7px 18px rgba(5,49,60,.08); cursor: pointer; }
.menu-toggle span { width: 20px; height: 2px; display: block; border-radius: 2px; background: currentColor; transition: transform .18s, opacity .18s; }
.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle.open span:nth-child(2) { opacity: 0; }.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: absolute; z-index: 70; top: 100%; left: 0; right: 0; padding: 18px 0 20px; border-top: 1px solid var(--line); color: var(--ink); background: rgba(255,255,255,.99); box-shadow: 0 24px 45px rgba(4,43,53,.17); backdrop-filter: blur(18px); }
.mobile-menu[hidden] { display: none; }
.mobile-menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.mobile-menu-grid a, .mobile-menu-grid button { min-height: 78px; padding: 13px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 10px; align-items: center; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: #f8fbfa; text-align: left; cursor: pointer; }
.mobile-menu-grid a:hover, .mobile-menu-grid button:hover { border-color: #afd1d0; background: #eff9f8; }.mobile-menu-grid span { grid-row: 1 / 3; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: var(--ocean); background: var(--sky-soft); font-size: 18px; font-weight: 850; }.mobile-menu-grid b { align-self: end; font-size: 11px; }.mobile-menu-grid small { align-self: start; color: var(--muted); font-size: 8px; }
.mobile-menu-action { margin-top: 10px; }.mobile-menu-action button { width: 100%; }

.primary-button, .secondary-button, .outline-light-button, .white-button { min-height: 44px; padding: 0 18px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; font-weight: 750; font-size: 13px; cursor: pointer; transition: transform .16s, box-shadow .16s, background .16s; }
.primary-button { color: white; background: var(--ocean); box-shadow: 0 9px 22px rgba(8, 127, 140, .2); }
.primary-button:hover { background: var(--ocean-dark); box-shadow: 0 11px 28px rgba(8, 127, 140, .27); transform: translateY(-1px); }
.primary-button:disabled { opacity: .58; cursor: wait; transform: none; }
.secondary-button { border-color: #bcd2d2; color: var(--ocean-dark); background: white; }
.secondary-button:hover { border-color: var(--ocean); background: #f5fbfb; }
.large { min-height: 52px; padding-inline: 21px; font-size: 14px; }

.urgent-strip { color: white; background: linear-gradient(105deg, #082f3b, #0b3e49); border-bottom: 1px solid rgba(255,255,255,.08); }
.urgent-inner { min-height: 78px; padding-block: 11px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.urgent-copy { display: flex; align-items: center; gap: 12px; min-width: 0; }
.urgent-icon { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 11px; color: white; background: var(--coral); box-shadow: 0 7px 18px rgba(217,93,85,.25); font-weight: 950; }
.urgent-inner strong { font-size: 14px; }
.urgent-inner p { margin: 4px 0 0; color: #9fb7bc; font-size: 10px; }
.urgent-actions { display: flex; align-items: center; gap: 8px; }
.urgent-actions a, .urgent-actions button { min-height: 48px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; color: #dbe9eb; background: rgba(255,255,255,.045); font-size: 10px; font-weight: 750; cursor: pointer; white-space: nowrap; }
.urgent-actions a:hover, .urgent-actions button:hover { border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.09); }
.urgent-actions .urgent-primary { min-width: 205px; border-color: rgba(232,93,93,.62); background: rgba(232,93,93,.12); }
.urgent-actions b { color: #ffaaa3; font-size: 20px; line-height: 1; }
.urgent-actions button b { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: white; background: rgba(255,255,255,.12); font-size: 15px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f9fcfb 0%, #eff9f8 55%, #e4f6f4 100%); }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; right: -180px; top: -280px; border: 1px solid rgba(8,127,140,.08); border-radius: 50%; box-shadow: 0 0 0 78px rgba(8,127,140,.025), 0 0 0 156px rgba(8,127,140,.02); }
.hero-grid { min-height: 590px; padding-block: 72px 66px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 17px; display: flex; align-items: center; gap: 9px; color: var(--ocean); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 22px; height: 2px; background: var(--mint); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(42px, 5vw, 66px); line-height: .99; letter-spacing: -.055em; }
.hero h1 em { color: var(--ocean); font-style: normal; }
.hero-lead { max-width: 650px; margin: 26px 0 30px; color: #496870; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 12px; }
.trust-line { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 17px; color: #5a777d; font-size: 11px; font-weight: 650; }
.trust-line span { display: flex; align-items: center; gap: 6px; }
.trust-line i { width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; color: var(--ocean); background: #d7f1ed; font-size: 10px; font-style: normal; }

.hero-panel { position: relative; min-height: 390px; }
.country-shape { position: absolute; width: 220px; height: 285px; left: 50%; top: 51%; transform: translate(-50%, -50%) rotate(-5deg); display: grid; place-items: center; color: white; background: linear-gradient(145deg, var(--ocean), #095766); clip-path: polygon(44% 0, 65% 14%, 76% 27%, 70% 46%, 86% 60%, 64% 74%, 54% 100%, 39% 84%, 26% 71%, 24% 51%, 8% 35%, 27% 20%); filter: drop-shadow(0 25px 28px rgba(4, 73, 84, .22)); }
.country-shape::before { content: ""; position: absolute; inset: 22%; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.country-shape span { width: 55px; height: 55px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(255,255,255,.1); font-size: 32px; font-weight: 300; }
.signal-orbit { position: absolute; left: 50%; top: 51%; transform: translate(-50%, -50%); border: 1px solid rgba(8,127,140,.12); border-radius: 50%; }
.orbit-one { width: 350px; height: 350px; }
.orbit-two { width: 440px; height: 440px; border-style: dashed; }
.network-card { position: absolute; z-index: 2; min-width: 154px; padding: 13px 15px; display: flex; gap: 11px; align-items: center; border: 1px solid rgba(10,91,103,.1); border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.network-card b { display: block; font-size: 19px; }
.network-card small { display: block; margin-top: 2px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.network-dot { width: 11px; height: 11px; border-radius: 50%; box-shadow: 0 0 0 5px rgba(8,127,140,.1); }
.network-dot.blue { background: var(--ocean); }.network-dot.yellow { background: var(--yellow); box-shadow: 0 0 0 5px rgba(255,200,87,.17); }.network-dot.green { background: var(--mint); box-shadow: 0 0 0 5px rgba(32,201,151,.14); }
.network-top { top: 28px; right: 0; }.network-left { top: 180px; left: -20px; }.network-bottom { right: 3px; bottom: 16px; }
.hero-panel-label { position: absolute; left: 50%; bottom: -15px; transform: translateX(-50%); color: #789095; font-size: 8px; font-weight: 800; letter-spacing: .18em; white-space: nowrap; }

.quick-actions { position: relative; z-index: 4; margin-top: -31px; }
.action-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.action-card { min-height: 108px; padding: 20px; display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: center; text-align: left; border: 1px solid var(--line); border-radius: 17px; background: white; box-shadow: var(--shadow); cursor: pointer; transition: transform .18s, border-color .18s; }
.action-card:hover { transform: translateY(-3px); border-color: #b3d0d1; }
.action-card > span:nth-child(2) b { display: block; margin-bottom: 6px; font-size: 15px; }
.action-card small { display: block; color: var(--muted); font-size: 11px; line-height: 1.4; }
.action-card > i { color: #789195; font-size: 20px; font-style: normal; }
.action-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; font-size: 23px; }
.action-red .action-icon { color: var(--red); background: var(--red-soft); }.action-green .action-icon { color: #079769; background: var(--mint-soft); }.action-blue .action-icon { color: var(--ocean); background: var(--sky-soft); }
.action-orange .action-icon { color: #bc6b22; background: #fff0dc; }
.action-sos .action-icon { color: white; background: var(--coral); box-shadow: 0 8px 18px rgba(217,93,85,.22); }

.section { padding-block: 96px; }
.people-section { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #fffaf7 48%, #fff 100%); }
.people-section::before { content: ""; position: absolute; width: 340px; height: 340px; right: -170px; top: 42px; border-radius: 50%; background: radial-gradient(circle, rgba(217,93,85,.1), rgba(217,93,85,0) 70%); pointer-events: none; }
.section-heading { margin-bottom: 34px; }
.section-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 43px); letter-spacing: -.04em; }
.section-heading p:not(.eyebrow) { max-width: 640px; margin: 10px 0 0; color: var(--muted); line-height: 1.6; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.heading-actions { display: flex; align-items: center; gap: 8px; }
.people-heading { position: relative; align-items: center; }
.people-heading .eyebrow { color: var(--coral-dark); }.people-heading .eyebrow span { background: var(--coral); }
.people-heading h2 { max-width: 690px; font-size: clamp(42px, 5.2vw, 62px); line-height: .98; letter-spacing: -.055em; }
.people-heading h2 span { color: var(--coral); }
.people-heading p:not(.eyebrow) { max-width: 720px; font-size: 15px; }
.case-update-button { min-height: 50px; padding-inline: 20px; border-color: #add8c8; color: var(--leaf); background: var(--leaf-soft); box-shadow: 0 10px 24px rgba(21,130,95,.09); }
.case-update-button:hover { border-color: var(--leaf); color: #0b6b4c; background: #dcf3e9; }

.search-panel { padding: 11px; display: grid; grid-template-columns: 1fr 230px auto; gap: 10px; border: 1px solid var(--line); border-radius: 16px; background: var(--canvas); }
.people-section .search-panel { border-color: #ead8d2; background: rgba(255,255,255,.92); box-shadow: 0 16px 38px rgba(83,43,32,.08); }
.people-section .search-field { color: var(--coral); }
.case-search-button { background: var(--coral); box-shadow: 0 9px 22px rgba(217,93,85,.22); }
.case-search-button:hover { background: var(--coral-dark); box-shadow: 0 11px 28px rgba(217,93,85,.28); }
.child-search-callout { margin-top: 18px; padding: 16px 18px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; border: 1px solid #efd596; border-radius: 16px; background: linear-gradient(135deg, #fff9e9, #fff4d5); box-shadow: 0 12px 28px rgba(137,91,25,.07); }
.child-search-symbol { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: #775019; background: #ffd97a; font-size: 12px; font-weight: 950; letter-spacing: .06em; }
.child-search-callout h3 { margin: 0; color: #624315; font-size: 14px; }.child-search-callout p { margin: 5px 0 0; color: #776647; font-size: 10px; line-height: 1.5; }
.child-search-callout p a { color: #8f5311; font-weight: 900; text-decoration: underline; text-underline-offset: 2px; }
.child-search-callout > button { padding: 10px 13px; border: 1px solid #dfbd6f; border-radius: 10px; color: #79501a; background: rgba(255,255,255,.64); font-size: 10px; font-weight: 850; cursor: pointer; }
.child-search-callout > button:hover { border-color: #c99534; background: white; }
.case-view-tabs { margin: 18px 0 4px; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }.case-view-tabs::-webkit-scrollbar { display: none; }
.case-view-tabs button { min-height: 38px; padding: 0 14px; flex: 0 0 auto; border: 1px solid #e2d7d1; border-radius: 999px; color: #75665f; background: white; font-size: 10px; font-weight: 800; cursor: pointer; }
.case-view-tabs button.active { border-color: var(--coral); color: white; background: var(--coral); box-shadow: 0 7px 18px rgba(217,93,85,.18); }
.search-panel input, .search-panel select { width: 100%; height: 48px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.search-panel select { padding-inline: 14px; border-left: 1px solid var(--line); }
.filter-city > input { padding-inline: 14px; border-left: 1px solid var(--line); font-size: 12px; }
.city-autocomplete { position: relative; min-width: 0; }
.city-autocomplete > small { color: #789095; font-size: 9px; font-weight: 550; }
.city-autocomplete-results { position: absolute; z-index: 140; top: calc(100% + 6px); left: 0; right: 0; max-height: 280px; overflow-y: auto; padding: 6px; border: 1px solid #bfd2d2; border-radius: 12px; background: white; box-shadow: 0 18px 38px rgba(5,49,60,.18); }
.city-autocomplete-results[hidden] { display: none; }
.city-autocomplete-results button { width: 100%; padding: 10px 11px; display: flex; align-items: start; justify-content: space-between; gap: 12px; border: 0; border-radius: 8px; text-align: left; color: var(--ink); background: transparent; cursor: pointer; }
.city-autocomplete-results button:hover, .city-autocomplete-results button.active { background: var(--sky-soft); }
.city-autocomplete-results strong { font-size: 11px; }.city-autocomplete-results small { color: var(--muted); font-size: 9px; text-align: right; }
.city-empty { margin: 0; padding: 12px; color: var(--muted); font-size: 10px; }
.search-field { display: flex; align-items: center; gap: 11px; padding-left: 14px; color: var(--ocean); font-size: 22px; }
.search-field input { font-size: 14px; }
.results-meta { margin: 28px 0 13px; display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 11px; }
.results-meta p { margin: 0; font-weight: 750; color: var(--ink-2); }
.results-meta span { display: flex; align-items: center; gap: 7px; }
.results-meta i { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.case-card { min-height: 475px; overflow: hidden; display: flex; flex-direction: column; border: 1px solid #e9ddd7; border-top: 4px solid var(--coral); border-radius: var(--radius); background: white; box-shadow: 0 10px 26px rgba(62,42,34,.06); transition: transform .18s, box-shadow .18s; }
.case-card-review { border-top-color: var(--amber); }.case-card-located { border-top-color: var(--leaf); }
.case-card:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgba(62,42,34,.12); }
.case-visual { position: relative; min-height: 250px; padding: 22px; display: flex; align-items: end; background: linear-gradient(145deg, #ffe6dc, #ffd1c4 55%, #f3a992); overflow: hidden; }
.case-card-review .case-visual { background: linear-gradient(145deg, #fff2ce, #f4d792); }.case-card-located .case-visual { background: linear-gradient(145deg, #dff5e9, #a9ddc8); }
.case-visual::after { content: ""; position: absolute; width: 210px; height: 210px; right: -45px; top: -85px; border: 1px solid rgba(185,66,61,.16); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.12); }
.case-visual:has(.case-photo-button)::after { display: none; }
.case-avatar { width: 96px; height: 96px; z-index: 1; display: grid; place-items: center; color: white; border: 5px solid rgba(255,255,255,.82); border-radius: 28px; background: linear-gradient(145deg, var(--coral), var(--coral-dark)); box-shadow: 0 12px 30px rgba(137,48,43,.2); font-size: 30px; font-weight: 850; }
.case-card-review .case-avatar { background: linear-gradient(145deg, #ebb24f, #bd7922); }.case-card-located .case-avatar { background: linear-gradient(145deg, #2aa67e, #116d51); }
.case-photo-button { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; overflow: hidden; border: 0; background-position: center; background-size: cover; cursor: zoom-in; }
.case-photo-button::before { content: ""; position: absolute; inset: -18px; z-index: 0; background: rgba(35,30,28,.32); backdrop-filter: blur(14px); }
.case-photo { position: relative; z-index: 1; width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; filter: saturate(1.04) contrast(1.02); }
.case-photo-open { position: absolute; z-index: 3; left: 14px; bottom: 14px; padding: 7px 10px; border-radius: 999px; color: white; background: rgba(35,30,28,.72); font-size: 9px; font-weight: 800; backdrop-filter: blur(8px); }
.minor-badge { position: absolute; z-index: 4; top: 14px; left: 14px; padding: 7px 9px; border: 1px solid rgba(213,145,32,.28); border-radius: 999px; color: #815510; background: rgba(255,249,232,.95); box-shadow: 0 6px 18px rgba(62,42,34,.1); font-size: 7px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.status-pill { position: absolute; z-index: 4; top: 14px; right: 14px; padding: 7px 10px; border: 1px solid rgba(217,93,85,.2); border-radius: 999px; color: var(--coral-dark); background: rgba(255,255,255,.94); box-shadow: 0 6px 18px rgba(62,42,34,.1); font-size: 8px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.status-pill.review { border-color: rgba(230,162,60,.25); color: #946311; background: #fffaf0; }.status-pill.located { border-color: rgba(21,130,95,.22); color: #087753; background: #f4fff9; }
.case-content { padding: 21px 20px 16px; flex: 1; }
.case-code { margin: 0 0 8px; color: var(--coral-dark); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.case-card-review .case-code { color: #9b6918; }.case-card-located .case-code { color: var(--leaf); }
.case-content h3 { margin: 0; font-size: 22px; line-height: 1.15; }
.case-detail { margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.case-detail b { color: var(--ink-2); }
.case-note { margin: 13px 0 0; padding: 10px 11px; border-radius: 10px; background: #fff7f3; color: #685953; font-size: 10px; line-height: 1.45; }
.case-card-review .case-note { background: var(--amber-soft); }.case-card-located .case-note { background: var(--leaf-soft); }
.case-actions { padding: 14px 18px; display: flex; flex-wrap: wrap; align-items: center; gap: 9px; border-top: 1px solid #eee2dc; background: #fffdfc; }
.case-actions button { min-height: 34px; padding: 0 11px; border: 1px solid #f0c5bf; border-radius: 9px; color: var(--coral-dark); background: var(--coral-soft); font-size: 10px; font-weight: 850; cursor: pointer; }
.case-actions button:hover { border-color: var(--coral); background: #ffe5e1; }
.case-actions button.found-button { border-color: #b8decf; color: #087753; background: var(--leaf-soft); }
.case-actions button.found-button:hover { border-color: var(--leaf); background: #d9f2e7; }
.case-actions span { margin-left: auto; color: #829497; font-size: 9px; }
.empty-state { padding: 50px; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); }
.empty-state > span { color: var(--ocean); font-size: 34px; }.empty-state h3 { margin: 10px 0 4px; }.empty-state p { margin: 0; color: var(--muted); }
.load-more-row { margin-top: 24px; display: flex; justify-content: center; }
.load-more-row[hidden] { display: none; }
.load-more-button { min-width: 250px; min-height: 54px; padding: 9px 22px; display: inline-flex; align-items: center; justify-content: center; flex-direction: column; gap: 2px; border: 1px solid #e8b9b3; border-radius: 16px; color: var(--coral-dark); background: #fff8f6; box-shadow: 0 9px 24px rgba(98,52,45,.08); font: inherit; cursor: pointer; }
.load-more-button span { font-size: 12px; font-weight: 900; }.load-more-button small { color: var(--muted); font-size: 9px; }
.load-more-button:hover { border-color: var(--coral); background: var(--coral-soft); transform: translateY(-1px); }

.pet-section { background: #fff9f0; border-block: 1px solid #f2e4d0; }
.pet-eyebrow { color: #a85f20; }.pet-eyebrow span { background: #e69a50; }
.pet-search { background: #fffdf9; border-color: #eadac4; }
.pet-button { background: #a85f20; box-shadow: 0 9px 22px rgba(168,95,32,.18); }
.pet-button:hover { background: #874914; box-shadow: 0 11px 28px rgba(168,95,32,.24); }
.pet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pet-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid #eadac4; border-radius: var(--radius); background: white; transition: transform .18s, box-shadow .18s; }
.pet-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.pet-photo-wrap { position: relative; height: 210px; overflow: hidden; background: linear-gradient(135deg, #f5dec4, #e7bd91); }
.pet-photo-button { position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden; padding: 0; border: 0; background-position: center; background-size: cover; cursor: zoom-in; }
.pet-photo-button::before { content: ""; position: absolute; inset: -16px; background: rgba(66,42,25,.3); backdrop-filter: blur(13px); }
.pet-photo { position: relative; z-index: 1; width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
.pet-load-more-button { border-color: #e4c49f; color: #874914; background: #fffaf2; }.pet-load-more-button:hover { border-color: #c6884f; background: #fff2df; }
.pet-photo-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: #a85f20; font-size: 52px; font-weight: 800; }
.pet-photo-wrap .status-pill { color: #934b11; }.pet-photo-wrap .status-pill.located { color: #087753; }
.pet-content { padding: 18px; flex: 1; }.pet-content h3 { margin: 0; font-size: 20px; }.pet-code { margin: 0 0 7px; color: #a85f20; font-size: 8px; font-weight: 850; letter-spacing: .12em; }
.pet-facts { margin: 9px 0 0; display: flex; flex-wrap: wrap; gap: 6px; }.pet-facts span { padding: 5px 7px; border-radius: 6px; color: #77563d; background: #fff3e4; font-size: 9px; }
.pet-detail { margin: 11px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }.pet-detail b { color: var(--ink-2); }

.requests-section { position: relative; overflow: hidden; background: linear-gradient(145deg, #fff8f5, #fff 55%, #f6fbfa); }
.requests-section::before { content: "SOS"; position: absolute; right: -25px; top: 30px; color: rgba(217,93,85,.045); font-size: 190px; font-weight: 950; letter-spacing: -.08em; }
.requests-heading { position: relative; z-index: 1; }
.sos-eyebrow { color: var(--coral-dark); }.sos-eyebrow span { background: var(--coral); }
.sos-button { color: white; background: var(--coral); box-shadow: 0 9px 22px rgba(217,93,85,.22); }.sos-button:hover { background: var(--coral-dark); }
.privacy-callout { margin: -12px 0 22px; padding: 12px 15px; border: 1px solid #eed5ce; border-radius: 12px; color: #725950; background: #fffaf8; font-size: 10px; line-height: 1.55; }
.requests-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); gap: 18px; align-items: start; }
.requests-map { position: relative; z-index: 1; height: 560px; overflow: hidden; border: 1px solid #decac4; border-radius: var(--radius); background: #e6efec; box-shadow: var(--shadow); }
.requests-map > p { height: 100%; margin: 0; display: grid; place-items: center; color: var(--muted); }
.requests-summary { margin-bottom: 10px; padding: 14px 16px; display: flex; align-items: baseline; gap: 8px; border-radius: 14px; color: white; background: var(--ink); }.requests-summary b { color: var(--yellow); font-size: 24px; }.requests-summary span { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.request-list { max-height: 506px; display: flex; flex-direction: column; gap: 10px; overflow: auto; scrollbar-width: thin; }
.request-card { padding: 16px; border: 1px solid #ead8d2; border-radius: 16px; background: white; box-shadow: 0 10px 24px rgba(82,48,39,.07); }
.request-immediate { border-left: 5px solid var(--coral); }.request-today { border-left: 5px solid var(--amber); }.request-stable { border-left: 5px solid var(--ocean); }
.request-head { display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 10px; }.request-alert-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--coral); font-size: 18px; font-weight: 950; }.request-head h3 { margin: 0; font-size: 15px; }.request-head small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; }
.urgency-badge { padding: 5px 7px; border-radius: 99px; font-size: 7px; letter-spacing: .06em; text-transform: uppercase; }.urgency-immediate { color: #9c322f; background: #ffe4e0; }.urgency-today { color: #7b5715; background: #fff0c8; }.urgency-stable { color: #075f6a; background: #dff3f3; }
.request-place { margin: 13px 0 9px; color: var(--ink-2); font-size: 10px; font-weight: 750; }.request-needs { display: flex; flex-wrap: wrap; gap: 5px; }.request-needs span { padding: 5px 7px; border-radius: 6px; color: #834d43; background: var(--coral-soft); font-size: 8px; font-weight: 750; }.request-details { margin: 10px 0; color: var(--muted); font-size: 10px; line-height: 1.5; }.request-route { display: block; padding: 10px; border-radius: 9px; color: white; background: var(--ocean); font-size: 10px; font-weight: 850; text-align: center; }.request-code { display: block; margin-top: 10px; color: #8a9a9d; font-size: 8px; }.request-empty { margin: 0; padding: 20px; border: 1px dashed #d7c6c1; border-radius: 14px; color: var(--muted); background: white; font-size: 11px; }
.help-alert-marker, .help-picker-marker { border: 0; background: transparent; }.help-alert-marker span, .help-picker-marker span { width: 44px; height: 44px; display: grid; place-items: center; border: 4px solid white; border-radius: 50%; color: white; background: var(--coral); box-shadow: 0 8px 22px rgba(128,41,38,.38); font-size: 22px; font-weight: 950; }.help-alert-marker.urgency-today span { background: var(--amber); }.help-alert-marker.urgency-stable span { background: var(--ocean); }
.sos-step { color: var(--coral-dark); }.sos-warning { color: #713f38; background: var(--coral-soft); }.sos-picker { border-color: #e6c8c0; background: #fff8f5; }.help-needs { border-color: #e8cfc8; background: #fff9f7; }.help-needs legend { color: var(--coral-dark); }

.help-section { color: white; background: var(--ink); }
.light-heading h2 { color: white; }.light-heading p:not(.eyebrow) { color: #9fb7bc; }.eyebrow.light { color: #86e3d0; }
.outline-light-button { color: white; border-color: rgba(255,255,255,.24); background: transparent; }
.outline-light-button:hover { background: rgba(255,255,255,.08); }
.help-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: 22px; align-items: start; }
.aid-map-panel { position: sticky; top: 96px; min-width: 0; }
.map-board { position: relative; z-index: 1; width: 100%; height: min(620px, calc(100vh - 150px)); min-height: 480px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: #dce9e7; box-shadow: 0 18px 42px rgba(0,0,0,.2); }
.map-board > p { height: 100%; margin: 0; display: grid; place-items: center; color: #607b80; background: #dce9e7; font-size: 11px; }
.aid-map-legend { margin-top: 10px; padding: 10px 12px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; color: #d3e3e5; background: rgba(255,255,255,.045); }
.aid-map-legend span { display: flex; align-items: center; gap: 7px; font-size: 9px; font-weight: 800; }.aid-map-legend i { width: 10px; height: 10px; border: 2px solid white; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 3px rgba(255,200,87,.17); }.aid-map-legend small { color: #8ba5aa; font-size: 8px; text-align: right; }
.aid-map-marker { border: 0; background: transparent; }.aid-map-marker span { width: 42px; height: 42px; display: grid; place-items: center; border: 4px solid white; border-radius: 50% 50% 50% 9px; color: var(--ink); background: var(--yellow); box-shadow: 0 8px 20px rgba(2,30,38,.36); transform: rotate(-45deg); }.aid-map-marker b { font-size: 12px; font-weight: 950; line-height: 1; transform: rotate(45deg); }
.aid-map-popup { min-width: 190px; display: flex; flex-direction: column; gap: 4px; }.aid-map-popup strong { color: var(--ink); font-size: 12px; }.aid-map-popup span { color: var(--ink-2); font-size: 9px; }.aid-map-popup small { color: var(--muted); font-size: 8px; }
.map-board .leaflet-control-zoom a { color: var(--ink); }.map-board .leaflet-control-attribution { font-size: 7px; }
.point-list { min-width: 0; display: flex; flex-direction: column; gap: 14px; overflow: visible; }
.point-list-summary { padding:12px 15px;display:flex;align-items:baseline;gap:8px;border:1px solid rgba(255,255,255,.12);border-radius:14px;color:#dbe9eb;background:rgba(6,46,57,.94); }.point-list-summary b { color:var(--yellow);font-size:22px; }.point-list-summary span { font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.06em; }
.point-card { min-width:0; overflow:hidden; border: 1px solid #d7e4e4; border-radius: 19px; color:var(--ink); background: #fff; box-shadow:0 12px 30px rgba(0,0,0,.14); cursor: pointer; }
.point-card>*:not(.point-photo-button) { margin-inline:18px; }.point-photo-button { position:relative;width:100%;height:150px;padding:0;display:block;overflow:hidden;border:0;background:#dce9e7;cursor:pointer; }.point-photo { width:100%;height:100%;display:block;object-fit:cover; }.point-photo-button>span { position:absolute;right:12px;bottom:10px;padding:6px 9px;border-radius:99px;color:#fff;background:rgba(3,35,44,.82);font-size:8px;font-weight:850; }
.point-head { margin-top:17px;display: flex; align-items:start;justify-content: space-between; gap: 12px; }.point-identity { min-width:0;display:flex;align-items:start;gap:10px; }.point-number { width:31px;height:31px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px;color:#60440c;background:var(--yellow);font-size:12px; }.point-head h3 { margin: 0; overflow-wrap:anywhere; font-size: 17px;line-height:1.25; }.point-identity p { margin:4px 0 0;color:var(--muted);font-size:10px; }.point-head .point-status { height: fit-content; padding: 6px 8px; flex:0 0 auto; border-radius: 99px; color: #087555; background: #ddf4ea; font-size: 7px; font-weight: 900; letter-spacing: .08em; }
.point-services { margin-top:14px;display: flex; flex-wrap: wrap; align-items: center; gap: 5px; }
.point-services small, .point-tags small { width: 100%; color: #587278; font-size: 7px; font-weight: 950; letter-spacing: .11em; }
.point-services span { padding: 7px 9px; border: 1px solid #ead08c; border-radius: 8px; color: #6f4e0c; background: #fff7dc; font-size: 9px; font-weight: 850; line-height:1.3; }
.point-practical { margin-top:13px;display:grid;grid-template-columns:1.2fr .8fr;gap:8px; }.point-practical-item { min-width:0;padding:11px;display:flex;align-items:start;gap:8px;border:1px solid #e1ebeb;border-radius:11px;background:#f6f9f8; }.point-practical-item>i { width:27px;height:27px;display:grid;place-items:center;flex:0 0 auto;border-radius:7px;color:#fff;background:var(--ocean);font-size:14px;font-style:normal; }.point-practical-item small,.point-practical-item strong,.point-practical-item span { display:block; }.point-practical-item small { color:#789095;font-size:7px;font-weight:950;letter-spacing:.1em; }.point-practical-item strong { margin-top:3px;overflow-wrap:anywhere;font-size:10px;line-height:1.35; }.point-practical-item span { margin-top:3px;overflow-wrap:anywhere;color:var(--muted);font-size:9px;line-height:1.45; }
.point-tags { margin-top:13px;display: flex; flex-wrap: wrap; gap: 5px; }
.point-tags span { padding: 5px 7px; border-radius: 6px; color: #395e66; background: #eaf2f2; font-size: 8px;font-weight:750; }
.point-needs { margin-top:12px!important;padding:12px 13px;border-left:3px solid var(--coral);color:#694b46;background:#fff3f0;font-size:10px;line-height:1.55; }.point-needs b { display:block;margin-bottom:4px;color:#9b3f38;font-size:8px;text-transform:uppercase;letter-spacing:.05em; }.point-needs p { margin:0;overflow-wrap:anywhere; }.point-capacity { margin-top:10px!important;margin-bottom:0;color:var(--muted);font-size:9px;line-height:1.5; }.point-capacity b { color:var(--ink-2); }
.point-footer { margin-top:14px!important;margin-bottom:17px;display: flex; align-items: center; justify-content: flex-end; gap: 8px; flex-wrap: wrap; }
.point-footer small { margin-right: auto; }
.point-footer small { color: #78969d; font-size: 7px; }.point-footer .point-directions { padding:9px 11px;border-radius:9px;color:#fff;background:var(--ocean);font-size:9px;font-weight:850;text-decoration:none; }
.report-content-button { padding: 5px 7px !important; border: 0; color: #71898e !important; background: transparent; font-size: 8px !important; font-weight: 750; cursor: pointer; }
.report-content-button:hover { color: var(--coral) !important; text-decoration: underline; }
.request-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.offer-help-button { min-height: 34px; padding: 0 12px; border: 0; border-radius: 9px; color: #073b4c; background: var(--yellow); font-size: 9px; font-weight: 900; cursor: pointer; }
.private-offers { margin-top: 16px; padding: 13px; border-radius: 12px; background: #eef8f6; }.private-offers h3 { margin: 0 0 9px; font-size: 13px; }.private-offers article { margin-top: 8px; padding: 10px; border: 1px solid #c9e1dc; border-radius: 9px; background: white; }.private-offers article strong, .private-offers article a { display: block; font-size: 10px; }.private-offers article a { margin-top: 3px; color: var(--ocean); font-weight: 800; }.private-offers article p, .private-offers > div > p { margin: 7px 0 0; color: #536e73; font-size: 9px; line-height: 1.5; }

.health-section { padding-block: 84px; background: var(--canvas); }
.health-card { position: relative; min-height: 275px; padding: 48px 50px; display: grid; grid-template-columns: 130px 1fr auto; gap: 32px; align-items: center; overflow: hidden; border-radius: 26px; color: white; background: linear-gradient(125deg, var(--ocean-dark), #078f8c); box-shadow: var(--shadow); }
.health-card::after { content: "+"; position: absolute; right: 9%; top: -45px; color: rgba(255,255,255,.055); font-size: 260px; font-weight: 200; }
.health-symbol { width: 116px; height: 116px; z-index: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.21); border-radius: 50%; box-shadow: 0 0 0 18px rgba(255,255,255,.05), 0 0 0 38px rgba(255,255,255,.025); }
.health-symbol span { font-size: 48px; font-weight: 200; }
.health-copy { position: relative; z-index: 1; }.health-copy h2 { margin: 0; font-size: 34px; letter-spacing: -.035em; }.health-copy > p:not(.eyebrow) { max-width: 620px; margin: 12px 0; color: #d6efed; font-size: 13px; line-height: 1.6; }
.health-tags { display: flex; flex-wrap: wrap; gap: 6px; }.health-tags span { padding: 5px 8px; border-radius: 7px; color: #ddf6f2; background: rgba(255,255,255,.11); font-size: 8px; }
.health-official-link { display: inline-flex; margin-top: 13px; color: #fff5bb; font-size: 10px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.professional-directory { margin-top: 26px; }.professional-directory-head { margin-bottom: 18px;display:flex;align-items:end;justify-content:space-between;gap:24px; }.professional-directory-head h3 { margin:8px 0 0;font-size:28px;letter-spacing:-.025em; }.professional-directory-head>p { max-width:540px;margin:0;color:var(--muted);font-size:11px;line-height:1.6; }.professional-list { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px; }.professional-card { min-width:0;padding:18px;display:grid;grid-template-columns:76px 1fr;gap:15px;align-items:center;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 12px 28px rgba(4,49,60,.07); }.professional-portrait { width:76px;height:76px;display:grid;place-items:center;overflow:hidden;border-radius:22px;color:#fff;background:linear-gradient(145deg,var(--ocean),#31b997);font-size:23px;font-weight:850; }.professional-portrait button { width:100%;height:100%;padding:0;border:0;background:none;cursor:pointer; }.professional-portrait img { width:100%;height:100%;display:block;object-fit:cover; }.professional-copy { min-width:0; }.professional-copy code { color:var(--ocean);font-size:8px;font-weight:850; }.professional-copy h4 { margin:4px 0 2px;font-size:16px; }.professional-copy strong { display:block;color:var(--green);font-size:10px; }.professional-copy p { margin:5px 0;color:var(--muted);font-size:9px;line-height:1.45; }.professional-copy .professional-availability { padding:6px 8px;border-radius:7px;color:var(--ink);background:#f0f7f5; }.professional-copy small { display:block;color:#a66c19;font-size:8px;font-weight:750; }
.white-button { position: relative; z-index: 2; min-width: 205px; color: var(--ocean-dark); background: white; box-shadow: 0 10px 22px rgba(0,0,0,.12); }
.white-button:hover { transform: translateY(-2px); }.white-button span { font-size: 18px; }

.process-section { background: white; }
.centered { text-align: center; }.centered .eyebrow { justify-content: center; }.centered h2 { font-size: 36px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.process-grid article { position: relative; min-height: 235px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--canvas); }
.process-grid article > span { position: absolute; right: 18px; top: 16px; color: #ccdcdd; font-size: 28px; font-weight: 850; }
.process-icon { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 13px; color: var(--ocean); background: #ddf3f2; font-size: 20px; }
.process-grid h3 { margin: 25px 0 9px; font-size: 17px; }.process-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }

footer { padding: 58px 0 24px; color: #b4c8cc; background: #062934; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; }
.footer-brand strong { color: white; }.footer-grid > div:first-child p { max-width: 270px; color: #78979e; font-size: 11px; line-height: 1.6; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: start; gap: 11px; }
.footer-grid > div > strong { margin-bottom: 3px; color: white; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid a, .footer-grid button, .footer-grid span { border: 0; padding: 0; color: #8ca8ae; background: transparent; font-size: 10px; text-align: left; cursor: pointer; }
.footer-grid a:hover, .footer-grid button:hover { color: white; }
.footer-bottom { margin-top: 45px; padding-top: 19px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.08); color: #5f8188; font-size: 9px; }

.mobile-nav { display: none; }

.modal-backdrop { position: fixed; inset: 0; z-index: 80; background: rgba(3, 26, 33, .7); backdrop-filter: blur(5px); }
.app-modal { width: min(760px, calc(100% - 28px)); max-height: min(88vh, 900px); margin: auto; padding: 0; overflow: auto; border: 0; border-radius: 22px; color: var(--ink); background: white; box-shadow: 0 30px 80px rgba(2,26,33,.35); }
.app-modal::backdrop { background: transparent; }
.compact-modal { width: min(520px, calc(100% - 28px)); }
.emergency-modal { width: min(610px, calc(100% - 28px)); }
.emergency-modal-content { padding: 27px; }
.emergency-step { color: var(--coral-dark); }
.emergency-directory { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.emergency-directory a { min-height: 78px; padding: 14px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid var(--line); border-radius: 13px; background: #f8fbfa; transition: border-color .16s, transform .16s, background .16s; }
.emergency-directory a:hover { border-color: #e4b2aa; background: #fff8f6; transform: translateY(-1px); }
.emergency-directory a > span { display: flex; flex-direction: column; gap: 3px; }.emergency-directory b { color: var(--ink); font-size: 11px; }.emergency-directory small { color: var(--muted); font-size: 8px; }.emergency-directory strong { color: var(--coral); font-size: 24px; }
.emergency-directory .emergency-main { grid-column: 1 / -1; min-height: 90px; color: white; border: 0; background: linear-gradient(125deg, var(--coral), #c9423d); box-shadow: 0 12px 26px rgba(185,66,61,.21); }.emergency-directory .emergency-main:hover { background: linear-gradient(125deg, #e3544d, #b83935); }.emergency-directory .emergency-main span { position: relative; padding-left: 46px; }.emergency-directory .emergency-main i { position: absolute; left: 0; top: 50%; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: white; font-style: normal; transform: translateY(-50%); }.emergency-directory .emergency-main b, .emergency-directory .emergency-main strong { color: white; }.emergency-directory .emergency-main small { color: #ffe3df; }
.modal-form { padding: 27px; }
.modal-head { margin-bottom: 20px; display: flex; justify-content: space-between; gap: 20px; }
.modal-head h2 { margin: 2px 0 7px; font-size: 28px; letter-spacing: -.04em; }.modal-head p:not(.step-label) { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.step-label { margin: 0; color: var(--ocean); font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.close-button { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #577178; background: white; font-size: 24px; cursor: pointer; }
.form-warning { margin-bottom: 20px; padding: 12px 14px; border-radius: 10px; color: #6b5316; background: #fff4d6; font-size: 10px; line-height: 1.5; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.field-grid .full { grid-column: 1 / -1; }
.modal-form > label:not(.consent), .field-grid label { display: flex; flex-direction: column; gap: 7px; margin-bottom: 14px; }
.field-grid label { margin-bottom: 0; }
.modal-form label > span, .categories legend { color: #49636a; font-size: 10px; font-weight: 750; }
.modal-form input, .modal-form select, .modal-form textarea { width: 100%; min-height: 45px; padding: 10px 12px; outline: 0; border: 1px solid #cfdede; border-radius: 10px; color: var(--ink); background: #fbfdfd; font-size: 12px; }
.modal-form textarea { min-height: 84px; resize: vertical; }
.file-field { padding: 14px; border: 1px dashed #abc9c9; border-radius: 12px; background: #f4fafa; }
.file-field span { display: flex; justify-content: space-between; gap: 12px; }
.file-field span small { color: #789095; font-weight: 550; }
.modal-form .file-field input[type="file"] { min-height: auto; padding: 9px; background: white; }
.file-field em { color: #71878c; font-size: 9px; font-style: normal; line-height: 1.45; }
.location-picker { padding: 14px; border: 1px solid #c9dddd; border-radius: 14px; background: #f4fafa; }
.location-picker-head { margin-bottom: 11px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.location-picker-head strong { display: block; color: var(--ink-2); font-size: 11px; }.location-picker-head span { display: block; margin-top: 3px; color: #71878c; font-size: 9px; }
.location-picker-head .secondary-button { min-height: 38px; flex: 0 0 auto; }
.picker-map { position: relative; z-index: 1; width: 100%; height: 330px; overflow: hidden; border: 1px solid #b7cece; border-radius: 12px; background: #dce9e7; }
.picker-map > p { height: 100%; margin: 0; display: grid; place-items: center; color: #607b80; font-size: 11px; }
.location-feedback { margin: 9px 0 0; color: var(--ocean-dark); font-size: 10px; font-weight: 700; }
.picker-marker-shell { border: 0; background: transparent; }
.picker-marker-shell span { width: 42px; height: 42px; display: grid; place-items: center; border: 4px solid white; border-radius: 50% 50% 50% 9px; color: white; background: var(--ocean); box-shadow: 0 7px 18px rgba(3,52,62,.34); font-size: 22px; font-weight: 400; transform: rotate(-45deg); }
.picker-marker-shell b { display: block; font-weight: 400; transform: rotate(45deg); }
.leaflet-container { font-family: inherit; }
.modal-form input:focus, .modal-form select:focus, .modal-form textarea:focus { border-color: var(--ocean); box-shadow: 0 0 0 3px rgba(8,127,140,.08); }
.categories { margin: 0; padding: 12px; border: 1px solid #cfdede; border-radius: 10px; }.categories legend { padding-inline: 5px; }.categories label { display: inline-flex; flex-direction: row; align-items: center; gap: 5px; margin: 5px 12px 5px 0; color: #506b71; font-size: 10px; }.categories input { width: 15px; min-height: auto; }
.service-categories { border-color: #b7d8d2; background: #f1faf7; }.service-categories legend { color: #087753; }.service-categories label { color: #276b59; font-weight: 700; }
.consent { margin-top: 18px; display: flex; align-items: start; gap: 9px; color: var(--muted); font-size: 10px; line-height: 1.5; }.consent input { width: 17px; min-height: 17px; margin: 0; flex: 0 0 17px; }
.modal-actions { margin-top: 22px; padding-top: 18px; display: flex; justify-content: flex-end; gap: 9px; border-top: 1px solid var(--line); }
.form-status { min-height: 0; margin-top: 13px; padding: 0; border-radius: 10px; font-size: 11px; line-height: 1.5; }
.form-status.error, .form-status.success { min-height: 42px; padding: 12px; }.form-status.error { color: #993a3a; background: var(--red-soft); }.form-status.success { color: #07694d; background: var(--mint-soft); }
.management-link-box { margin-top: 11px; padding: 13px; border: 1px solid #79baa8; border-radius: 10px; background: white; }
.management-link-box strong { display: block; color: #075f49; font-size: 12px; }.management-link-box p { margin: 5px 0 10px; color: #55736c; font-size: 9px; }
.management-link-box button { min-height: 38px; }
.legal-modal { width: min(690px, calc(100% - 28px)); }.legal-content { padding: 28px; }.legal-content h3 { margin: 22px 0 6px; font-size: 14px; }.legal-content p, .legal-content li { color: #526d73; font-size: 11px; line-height: 1.65; }.legal-content ul { padding-left: 20px; }.legal-note { margin-top: 24px; padding: 12px; border-radius: 9px; color: #75581d !important; background: #fff4d5; }
.secret-box { display: block; margin-top: 7px; padding: 9px; border: 1px dashed #67aa9b; border-radius: 8px; font-family: ui-monospace, monospace; font-size: 12px; word-break: break-all; }
.photo-viewer { width: min(820px, calc(100% - 28px)); padding: 22px; background: #fffaf7; }
.photo-viewer-head { margin-bottom: 16px; display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.photo-viewer-head h2 { margin: 3px 0 0; font-size: 26px; letter-spacing: -.035em; }
.photo-viewer-canvas { position: relative; min-height: 260px; max-height: 72vh; overflow: auto; display: grid; place-items: center; border-radius: 16px; background: #211f1e; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
.photo-viewer-canvas img { width: auto; height: auto; max-width: 100%; max-height: 72vh; display: block; object-fit: contain; }
.photo-viewer-nav { position: absolute; z-index: 2; top: 50%; width: 44px; height: 54px; border: 1px solid rgba(255,255,255,.35); border-radius: 14px; color: white; background: rgba(20,20,20,.68); font-size: 32px; cursor: pointer; transform: translateY(-50%); backdrop-filter: blur(8px); }.photo-viewer-nav[hidden] { display: none; }.photo-viewer-prev { left: 12px; }.photo-viewer-next { right: 12px; }
.photo-viewer-footer { margin-top: 12px; display: flex; align-items: center; justify-content: center; gap: 16px; color: var(--muted); font-size: 10px; }.photo-viewer-note { margin: 0; }.photo-viewer-footer span { padding: 4px 8px; border-radius: 999px; color: var(--ink-2); background: #f3e8e2; font-weight: 800; white-space: nowrap; }
.toast { position: fixed; z-index: 120; right: 22px; bottom: 22px; max-width: 340px; padding: 13px 16px; border-radius: 12px; color: white; background: var(--ink); box-shadow: var(--shadow); font-size: 11px; transform: translateY(160%); opacity: 0; transition: .25s; }.toast.visible { transform: translateY(0); opacity: 1; }

@media (max-width: 1180px) {
  .desktop-nav { gap: 14px; }
  .desktop-nav a, .text-button { font-size: 11px; }
  .header-inner { gap: 14px; }
  .header-cta { display: none; }
}

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr .75fr; gap: 20px; }
  .network-left { left: -35px; }
  .case-grid { grid-template-columns: 1fr 1fr; }
  .action-grid { grid-template-columns: 1fr 1fr; }
  .pet-grid { grid-template-columns: 1fr 1fr; }
  .help-layout { grid-template-columns: 1fr 1fr; }
  .requests-layout { grid-template-columns: 1fr 1fr; }
  .health-card { grid-template-columns: 100px 1fr; }.health-symbol { width: 90px; height: 90px; }.health-card > button { grid-column: 2; width: fit-content; }
  .professional-list { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .process-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; margin-left: auto; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 70px; }
  body { padding-bottom: calc(88px + env(safe-area-inset-bottom)); }
  .container { width: min(100% - 28px, 620px); }
  .site-header { top: 0; }.header-inner { min-height: 64px; }.header-cta { display: none; }.menu-toggle { margin-left: auto; }.mobile-menu { max-height: calc(100vh - 64px); overflow-y: auto; padding-block: 13px 16px; }.mobile-menu-grid { grid-template-columns: 1fr; gap: 7px; }.mobile-menu-grid a, .mobile-menu-grid button { min-height: 66px; }
  .urgent-inner { padding-block: 12px; align-items: stretch; flex-direction: column; gap: 10px; }.urgent-icon { width: 30px; height: 30px; flex-basis: 30px; }.urgent-copy { align-items: start; }.urgent-actions { display: grid; grid-template-columns: 1.15fr .85fr; }.urgent-actions .urgent-primary { min-width: 0; }.urgent-actions a, .urgent-actions button { min-width: 0; padding-inline: 12px; gap: 10px; white-space: normal; }.urgent-actions button span { line-height: 1.2; text-align: left; }
  .hero-grid { min-height: auto; padding-block: 58px 78px; display: block; }.hero h1 { font-size: clamp(42px, 12vw, 56px); }.hero-lead { font-size: 15px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions > * { width: 100%; }.trust-line { gap: 10px 15px; }
  .hero-panel { min-height: 350px; margin-top: 44px; transform: scale(.9); }.network-left { left: -18px; }.network-top { right: -8px; }.network-bottom { right: -5px; }
  .quick-actions { margin-top: -48px; }.action-grid { grid-template-columns: 1fr; }.action-card { min-height: 94px; }
  .section { padding-block: 70px; }.split-heading { align-items: start; flex-direction: column; }.split-heading .secondary-button, .split-heading .outline-light-button { width: 100%; }.section-heading h2 { font-size: 34px; }
  .people-heading h2 { font-size: clamp(40px, 12vw, 52px); }.people-heading p:not(.eyebrow) { font-size: 13px; }.case-update-button { width: 100%; }
  .child-search-callout { grid-template-columns: auto 1fr; }.child-search-callout > button { grid-column: 1 / -1; width: 100%; }.case-view-tabs { margin-inline: -1px; padding-bottom: 2px; }
  .heading-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .search-panel { grid-template-columns: 1fr; }.search-panel select, .filter-city > input { border: 0; border-top: 1px solid var(--line); }.search-panel .primary-button { width: 100%; }.results-meta { align-items: start; gap: 8px; flex-direction: column; }
  .case-grid { grid-template-columns: 1fr; }.case-visual { min-height: 310px; }.case-card { min-height: 520px; }.case-actions button { flex: 1; }.load-more-button { width: 100%; }.photo-viewer { padding: 15px; }.photo-viewer-canvas { min-height: 220px; max-height: 68vh; }.photo-viewer-canvas img { max-height: 68vh; }.photo-viewer-nav { width: 38px; height: 48px; }.photo-viewer-footer { align-items: start; justify-content: space-between; }
  .pet-grid { grid-template-columns: 1fr; }
  .help-layout { grid-template-columns: 1fr; }.aid-map-panel { position:static; }.map-board { height: 370px;min-height:0; }.aid-map-legend { align-items: start; flex-direction: column; }.aid-map-legend small { text-align: left; }.point-list { padding-right:0; }.point-practical { grid-template-columns:1fr; }.point-card>*:not(.point-photo-button) { margin-inline:15px; }.point-footer { align-items:stretch; }.point-footer small { width:100%; }.point-footer .point-directions { flex:1;text-align:center; }
  .requests-layout { grid-template-columns: 1fr; }.requests-map { height: 390px; }.request-list { max-height: none; }
  .health-card { padding: 38px 26px; display: flex; align-items: start; flex-direction: column; }.health-symbol { width: 74px; height: 74px; }.health-symbol span { font-size: 36px; }.health-copy h2 { font-size: 30px; }.health-card > button { width: 100%; }
  .professional-directory-head { align-items:start;flex-direction:column; }.professional-list { grid-template-columns:1fr; }.professional-card { grid-template-columns:68px 1fr; }.professional-portrait { width:68px;height:68px;border-radius:19px; }
  .process-grid { grid-template-columns: 1fr; }.process-grid article { min-height: 200px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-bottom { align-items: start; flex-direction: column; gap: 8px; }
  .mobile-nav { position: fixed; z-index: 60; left: 10px; right: 10px; bottom: calc(8px + env(safe-area-inset-bottom)); min-height: 70px; padding: 7px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; align-items: center; border: 1px solid rgba(13,83,94,.12); border-radius: 22px; background: rgba(255,255,255,.97); box-shadow: 0 14px 40px rgba(5,49,60,.2); backdrop-filter: blur(18px); }.mobile-nav a { min-width: 0; height: 56px; padding: 4px 2px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 3px; border: 1px solid transparent; border-radius: 15px; font-size: 8px; font-weight: 850; }.mobile-nav a:hover { filter: saturate(1.08) brightness(.98); }.mobile-nav span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; color: white; font-size: 17px; font-weight: 850; box-shadow: 0 6px 14px rgba(10,60,70,.14); }
  .mobile-nav a:nth-child(1) { color: #086b76; border-color: #d4ecec; background: #edf9f8; }.mobile-nav a:nth-child(1) span { background: var(--ocean); }
  .mobile-nav a:nth-child(2) { color: #316b91; border-color: #d8e8f3; background: #eef6fb; }.mobile-nav a:nth-child(2) span { background: #4b84aa; }
  .mobile-nav a:nth-child(3) { color: #a33e39; border-color: #f0d4d0; background: var(--coral-soft); }.mobile-nav a:nth-child(3) span { background: var(--coral); box-shadow: 0 6px 14px rgba(217,93,85,.22); }
  .mobile-nav a:nth-child(4) { color: #72500f; border-color: #f0dfae; background: #fff7df; }.mobile-nav a:nth-child(4) span { color: #62450e; background: var(--yellow); box-shadow: 0 6px 14px rgba(255,200,87,.28); }
  .mobile-nav a:nth-child(5) { color: #116c51; border-color: #d0eadd; background: var(--leaf-soft); }.mobile-nav a:nth-child(5) span { background: var(--leaf); box-shadow: 0 6px 14px rgba(21,130,95,.2); }
  .modal-form { padding: 21px 18px; }.field-grid { grid-template-columns: 1fr; }.field-grid .full { grid-column: auto; }.modal-actions { align-items: stretch; flex-direction: column-reverse; }.modal-actions button { width: 100%; }.toast { right: 14px; left: 14px; bottom: 82px; max-width: none; }
  .emergency-modal-content { padding: 21px 18px; }.emergency-directory { grid-template-columns: 1fr; }.emergency-directory .emergency-main { grid-column: auto; }.emergency-directory a { min-height: 68px; }
  .location-picker-head { align-items: stretch; flex-direction: column; }.location-picker-head .secondary-button { width: 100%; }.picker-map { height: 290px; }
}

@media (max-width: 430px) {
  .brand strong { font-size: 15px; }.brand-symbol { width: 36px; height: 36px; }
  .hero-panel { margin-inline: -30px; }
  .footer-grid { grid-template-columns: 1fr; }.footer-grid > div:first-child { grid-column: auto; }
}

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