:root {
  --ink: #071b2c;
  --ink-2: #0c2b43;
  --blue: #087f9f;
  --ice: #75d9f0;
  --ice-soft: #dff7fb;
  --white: #fff;
  --paper: #f4f7f8;
  --line: #d9e2e6;
  --muted: #59707f;
  --green: #17765f;
  --orange: #cc6b2c;
  --shadow: 0 20px 60px rgba(7, 27, 44, .12);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.04; }
h1 { font-size: clamp(3rem, 7vw, 6.4rem); }
h2 { font-size: clamp(2.2rem, 4.4vw, 4rem); }
h3 { font-size: 1.4rem; }
p { color: var(--muted); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 110px 0; }
.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: 12px; z-index: 999; background: #fff; color: var(--ink); padding: 10px 16px; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; font-weight: 800; font-size: .75rem; letter-spacing: .15em; color: var(--blue); }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--ice); }

.site-header { height: 76px; background: var(--white); border-bottom: 1px solid rgba(7,27,44,.09); position: relative; z-index: 30; }
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: .94rem; font-weight: 700; letter-spacing: .08em; line-height: 1; }
.brand b { color: var(--blue); }
.brand-mark { position: relative; width: 30px; height: 34px; display: inline-grid; place-items: center; background: var(--ink); clip-path: polygon(50% 0, 92% 48%, 50% 100%, 8% 48%); }
.brand-mark::before, .brand-mark::after, .brand-mark span::before { content: ""; position: absolute; background: var(--ice); opacity: .95; }
.brand-mark::before { width: 2px; height: 22px; transform: rotate(28deg); }
.brand-mark::after { width: 2px; height: 22px; transform: rotate(-28deg); }
.brand-mark span::before { width: 20px; height: 2px; left: -10px; top: -1px; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav > a { position: relative; color: #294555; font-size: .91rem; font-weight: 700; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--blue); transition: right .2s ease; }
.site-nav > a:hover::after, .site-nav > a.active::after { right: 0; }
.site-nav .nav-cta { background: var(--ink); color: white; padding: 13px 19px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 11px; }
.menu-toggle i { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.hero { min-height: 700px; height: calc(100vh - 76px); max-height: 860px; position: relative; overflow: hidden; background: var(--ink); color: white; }
.hero > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,17,29,.96) 0%, rgba(4,17,29,.80) 35%, rgba(4,17,29,.18) 69%, rgba(4,17,29,.1) 100%), linear-gradient(0deg, rgba(4,17,29,.48), transparent 42%); }
.hero-inner { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding-top: 18px; }
.hero h1 { max-width: 800px; margin-bottom: 26px; font-weight: 750; }
.hero h1 em { color: var(--ice); font-style: normal; font-weight: 400; }
.hero-copy { max-width: 640px; color: rgba(255,255,255,.8); font-size: 1.18rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 52px; padding: 13px 21px; border: 1px solid transparent; font-weight: 800; font-size: .9rem; letter-spacing: .01em; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ice); color: var(--ink); }
.button-primary:hover { background: #a4edf9; }
.button-ghost { border-color: rgba(255,255,255,.42); color: white; background: rgba(255,255,255,.04); }
.button-outline { border-color: #aebdc4; background: transparent; color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.button-white { background: white; color: var(--ink); }
.hero-proof { position: absolute; bottom: 36px; display: flex; gap: 0; border-top: 1px solid rgba(255,255,255,.2); padding-top: 20px; }
.hero-proof div { min-width: 150px; padding-right: 30px; margin-right: 30px; border-right: 1px solid rgba(255,255,255,.18); }
.hero-proof div:last-child { border-right: 0; }
.hero-proof strong { display: block; font-size: 1.4rem; color: white; }
.hero-proof span { display: block; color: rgba(255,255,255,.56); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }

.city-strip { border-bottom: 1px solid var(--line); background: white; }
.city-strip-inner { min-height: 78px; display: flex; align-items: center; gap: 30px; }
.city-label { flex: 0 0 auto; color: var(--blue); font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.city-list { display: flex; flex-wrap: wrap; gap: 8px 26px; }
.city-list a { font-weight: 700; color: #385463; font-size: .86rem; }
.city-list a:hover { color: var(--blue); }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }
.intro-copy { padding-bottom: 6px; }
.intro-copy p { font-size: 1.1rem; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-weight: 800; font-size: .9rem; }
.text-link:hover span { transform: translateX(3px); }
.text-link span { transition: transform .2s; }

.process-section { background: var(--paper); border-block: 1px solid var(--line); }
.row-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 55px; }
.row-heading h2 { max-width: 700px; margin: 0; }
.row-heading > p { max-width: 450px; margin-bottom: 5px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: white; }
.process-grid article { position: relative; padding: 45px 38px 42px; min-height: 260px; border-right: 1px solid var(--line); }
.process-grid article:last-child { border-right: 0; }
.process-grid article > span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 38px; border: 1px solid #b7c8cf; color: var(--blue); font-size: .75rem; font-weight: 900; }
.process-grid h3 { margin-bottom: 13px; }
.process-grid p { margin: 0; font-size: .94rem; }

.directory-preview { background: white; }
.listing-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.compact-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.supplier-card { padding: 30px; border: 1px solid var(--line); background: white; transition: transform .2s, box-shadow .2s, border-color .2s; }
.supplier-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #b9cbd2; }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 34px; color: #788d97; font-size: .72rem; }
.status-pill { color: var(--green); background: #e3f5ef; padding: 5px 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.supplier-card h3 { font-size: 1.25rem; margin-bottom: 10px; }
.supplier-location { color: var(--blue); font-weight: 800; }
.supplier-card > p:not(.supplier-location) { font-size: .89rem; min-height: 48px; }
.notice { border: 1px solid var(--line); padding: 25px; background: var(--paper); }

.image-feature { padding-top: 0; }
.image-feature-grid { display: grid; grid-template-columns: 1.13fr .87fr; min-height: 610px; background: var(--ice-soft); }
.image-frame { overflow: hidden; min-height: 520px; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { padding: clamp(45px,6vw,80px); align-self: center; }
.feature-copy h2 { font-size: clamp(2.2rem,3.7vw,3.7rem); }
.check-list { list-style: none; padding: 0; margin: 28px 0 34px; }
.check-list li { padding: 13px 0 13px 30px; border-top: 1px solid rgba(7,27,44,.15); position: relative; font-weight: 750; }
.check-list li:last-child { border-bottom: 1px solid rgba(7,27,44,.15); }
.check-list li::before { content: "✦"; position: absolute; left: 2px; color: var(--blue); }
.cta-band { background: var(--ink); color: white; padding-block: 75px; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-band h2 { margin: 0; max-width: 760px; }
.source-note { padding-block: 30px; font-size: .76rem; color: #778a93; }
.source-note a { text-decoration: underline; }

.page-hero, .directory-hero { background: var(--ink); color: white; padding: 100px 0; position: relative; overflow: hidden; }
.page-hero::after, .directory-hero::after { content: ""; position: absolute; right: -10%; top: -80%; width: 55%; aspect-ratio: 1; border-radius: 50%; border: 100px solid rgba(117,217,240,.06); }
.page-hero-grid, .directory-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; position: relative; z-index: 1; }
.page-hero h1, .directory-hero h1 { margin-bottom: 0; font-size: clamp(3.3rem,6vw,6rem); }
.page-hero-grid > p, .directory-hero-grid > div > p:last-child { color: rgba(255,255,255,.72); font-size: 1.12rem; margin: 0 0 10px; }
.compact-hero { padding: 82px 0; }
.compact-hero h1 { font-size: clamp(3.1rem,5vw,5rem); }

.science-grid, .batch-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.temperature-panel { background: var(--paper); border: 1px solid var(--line); padding: 44px; }
.temp-label, .formula-kicker { font-size: .7rem; letter-spacing: .15em; font-weight: 900; color: var(--blue); margin-bottom: 36px; }
.temp-row { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 10px; margin-bottom: 30px; }
.temp-row span { font-weight: 800; }
.temp-row strong { font-size: 1.55rem; }
.temp-row i { grid-column: 1 / -1; display: block; height: 10px; background: #dae5e9; position: relative; }
.temp-row i::before { content: ""; display: block; width: var(--bar); height: 100%; background: var(--blue); }
.temp-row.ice i::before { background: var(--ice); }
.temperature-panel small { display: block; color: #6e838e; line-height: 1.55; }
.science-grid h2, .batch-grid h2 { font-size: clamp(2.2rem,3.9vw,3.7rem); }
.concerns-section { background: var(--paper); border-block: 1px solid var(--line); }
.narrow-heading { max-width: 730px; margin-bottom: 54px; }
.narrow-heading > p:last-child { font-size: 1.08rem; }
.concern-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); background: white; }
.concern-grid article { padding: 34px 28px; border-right: 1px solid var(--line); }
.concern-grid article:last-child { border-right: 0; }
.concern-grid article > span { color: var(--blue); font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.concern-grid h3 { margin: 45px 0 15px; }
.concern-grid p { font-size: .9rem; margin: 0; }
.formula-card { background: var(--ink); color: white; padding: 45px; }
.formula-card > div { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; margin-bottom: 28px; }
.formula-card b { background: rgba(255,255,255,.1); padding: 12px 15px; font-size: .87rem; }
.formula-card i { color: var(--ice); font-style: normal; font-weight: 900; }
.formula-card p { color: rgba(255,255,255,.66); margin: 0; }
.guidance-section { background: var(--ink); color: white; }
.guidance-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.guidance-grid h2 { margin: 0; }
.guidance-grid ol { list-style: none; margin: 0; padding: 0; }
.guidance-grid li { display: flex; gap: 24px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.16); }
.guidance-grid li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.guidance-grid li > span { color: var(--ice); font-weight: 900; }
.guidance-grid h3 { margin: 0 0 7px; }
.guidance-grid p { color: rgba(255,255,255,.58); margin: 0; }
.references-section h2 { max-width: 760px; }
.reference-list { margin-top: 42px; border-top: 1px solid var(--line); }
.reference-list a { display: grid; grid-template-columns: 190px 1fr auto; gap: 25px; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--line); }
.reference-list span { color: var(--blue); font-weight: 900; font-size: .78rem; letter-spacing: .08em; }
.reference-list strong { font-size: 1.06rem; }
.reference-list i { font-style: normal; font-size: 1.25rem; }
.disclaimer { margin-top: 30px; max-width: 900px; font-size: .8rem; }

.directory-hero { padding: 90px 0; }
.directory-hero-grid { align-items: center; }
.directory-hero h1 { margin-bottom: 28px; }
.finder-box { background: white; color: var(--ink); padding: 30px; box-shadow: var(--shadow); }
.finder-box label { display: block; font-weight: 850; margin-bottom: 10px; }
.finder-control { display: flex; }
.finder-control select { flex: 1; min-width: 0; height: 56px; border: 1px solid var(--line); border-right: 0; padding: 0 14px; background: white; color: var(--ink); }
.finder-control button { border: 0; padding: 0 20px; background: var(--ice); font-weight: 850; }
.finder-box small { display: block; margin-top: 12px; color: #71838d; }
.directory-section { background: var(--paper); }
.results-bar { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.results-bar > div:first-child { display: flex; align-items: baseline; gap: 16px; }
.results-bar h2 { font-size: 2rem; margin: 0; }
.result-count { font-size: 1rem; color: white; background: var(--blue); padding: 2px 11px; font-weight: 900; }
.view-disclaimer { font-size: .78rem; color: #758791; }
.full-card { padding: 34px; }
.full-card h3 { font-size: 1.6rem; }
.supplier-data { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 20px; margin: 28px 0; padding: 22px 0; border-block: 1px solid var(--line); }
.supplier-data span { display: block; margin-bottom: 5px; color: #7b8e98; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.supplier-data strong { display: block; font-size: .86rem; line-height: 1.45; }
.delivery-note { min-height: auto !important; }
.card-actions { display: flex; gap: 10px; margin-top: 25px; }
.empty-state { text-align: center; padding: 80px 30px; border: 1px solid var(--line); background: white; }
.empty-icon { display: inline-grid; place-items: center; width: 58px; height: 58px; margin-bottom: 25px; background: var(--ice-soft); color: var(--blue); }
.empty-state h2 { max-width: 700px; margin: 0 auto 18px; font-size: 2.3rem; }
.empty-state p { max-width: 660px; margin: 0 auto 28px; }
.coverage-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.city-map-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.city-map-list a { display: grid; grid-template-columns: 32px 1fr auto; gap: 12px; align-items: center; padding: 19px 16px 19px 0; border-bottom: 1px solid var(--line); }
.city-map-list a:nth-child(odd) { margin-right: 28px; }
.city-map-list span { color: var(--blue); font-size: .7rem; font-weight: 900; }
.city-map-list b { font-size: .95rem; }
.city-map-list i { font-style: normal; transition: transform .2s; }
.city-map-list a:hover i { transform: translateX(4px); }
.request-section { background: var(--ink); color: white; }
.request-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.request-grid > div:first-child > p:last-child { color: rgba(255,255,255,.63); }
.form-card { background: white; border: 1px solid var(--line); padding: 42px; }
.dark-form-card { color: var(--ink); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .78rem; font-weight: 850; color: #344f5e; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cbd7dc; border-radius: 0; background: white; color: var(--ink); padding: 13px 14px; outline: none; }
.field input, .field select { height: 50px; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,127,159,.12); }
.form-footnote { grid-column: 1 / -1; font-size: .72rem; margin: 0; }
.honeypot { position: absolute !important; left: -9999px !important; }
.alert { padding: 14px 16px; margin-bottom: 24px; border: 1px solid; font-weight: 700; font-size: .88rem; }
.alert.success { color: #0e614c; background: #e5f7f0; border-color: #a8dbc9; }
.alert.error { color: #9d3f29; background: #fff0ec; border-color: #efb8aa; }

.contact-section { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.detail-list { list-style: none; padding: 0; margin: 35px 0; border-top: 1px solid var(--line); }
.detail-list li { display: flex; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.detail-list li > span { color: var(--blue); font-size: .7rem; font-weight: 900; }
.detail-list b, .detail-list small { display: block; }
.detail-list small { color: var(--muted); margin-top: 3px; }
.supplier-note { padding: 25px; background: var(--ink); color: white; }
.supplier-note p { color: rgba(255,255,255,.63); margin: 7px 0 0; font-size: .87rem; }

.site-footer { background: #04131f; color: white; padding: 76px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .7fr 1fr; gap: 70px; padding-bottom: 65px; }
.footer-grid p { color: rgba(255,255,255,.54); max-width: 360px; }
.footer-grid h2 { font-size: .74rem; letter-spacing: .13em; color: var(--ice); margin-bottom: 18px; }
.footer-grid > div:nth-child(2) a { display: block; margin: 9px 0; color: rgba(255,255,255,.75); }
.footer-brand { margin-bottom: 22px; }
.footer-brand .brand-mark { background: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.13); padding-top: 23px; color: rgba(255,255,255,.42); font-size: .72rem; }

/* Admin */
.admin-login-body { min-height: 100vh; display: grid; place-items: center; background: var(--paper); }
.admin-login-shell { width: min(440px, calc(100% - 32px)); }
.admin-brand { margin-bottom: 30px; }
.admin-login-card { background: white; padding: 38px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.admin-login-card h1 { font-size: 2.7rem; margin-bottom: 10px; }
.admin-login-card .contact-form { grid-template-columns: 1fr; margin-top: 25px; }
.full-button { width: 100%; }
.back-link { display: block; text-align: center; margin-top: 22px; color: var(--muted); font-weight: 700; font-size: .85rem; }
.admin-body { background: #f3f6f7; }
.admin-layout { min-height: 100vh; display: grid; grid-template-columns: 250px 1fr; }
.admin-sidebar { background: var(--ink); color: white; padding: 30px 22px; position: fixed; inset: 0 auto 0 0; width: 250px; display: flex; flex-direction: column; z-index: 20; }
.admin-sidebar .admin-brand { padding-left: 8px; }
.admin-sidebar nav { display: grid; gap: 5px; }
.admin-sidebar nav a { display: flex; align-items: center; gap: 12px; padding: 12px 13px; color: rgba(255,255,255,.62); font-weight: 750; font-size: .87rem; }
.admin-sidebar nav a.active, .admin-sidebar nav a:hover { background: rgba(117,217,240,.12); color: white; }
.admin-sidebar nav a span { color: var(--ice); width: 18px; text-align: center; }
.admin-sidebar-bottom { margin-top: auto; display: grid; gap: 9px; padding: 18px 10px 0; border-top: 1px solid rgba(255,255,255,.13); }
.admin-sidebar-bottom a { color: rgba(255,255,255,.55); font-size: .78rem; }
.admin-main { grid-column: 2; min-width: 0; }
.admin-topbar { height: 70px; display: flex; justify-content: flex-end; align-items: center; padding: 0 35px; background: white; border-bottom: 1px solid var(--line); }
.admin-topbar > div { text-align: right; font-size: .75rem; }
.admin-topbar span { display: block; color: #7c8e98; }
.admin-menu-toggle { display: none; }
.admin-content { padding: 42px; max-width: 1450px; margin: 0 auto; }
.admin-page-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.admin-page-heading h1 { font-size: clamp(2.1rem,3.5vw,3.3rem); margin: 0; }
.stat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-bottom: 25px; }
.stat-grid article { background: white; border: 1px solid var(--line); padding: 28px; }
.stat-grid span { color: var(--muted); font-weight: 750; font-size: .82rem; }
.stat-grid strong { display: block; margin: 15px 0 18px; font-size: 2.5rem; }
.stat-grid a { color: var(--blue); font-size: .8rem; font-weight: 850; }
.admin-panel { background: white; border: 1px solid var(--line); }
.panel-heading { display: flex; justify-content: space-between; gap: 25px; align-items: center; padding: 24px 28px; border-bottom: 1px solid var(--line); }
.panel-heading h2 { font-size: 1.35rem; margin-bottom: 4px; }
.panel-heading p { margin: 0; font-size: .84rem; }
.panel-heading > a { color: var(--blue); font-weight: 800; font-size: .82rem; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 700px; }
.admin-table th, .admin-table td { padding: 16px 20px; border-bottom: 1px solid #e6ecee; text-align: left; vertical-align: top; }
.admin-table th { background: #f8fafb; color: #6f828c; font-size: .69rem; text-transform: uppercase; letter-spacing: .08em; }
.admin-table td { font-size: .84rem; }
.admin-table td strong, .admin-table td small { display: block; }
.admin-table td small { color: #758791; margin-top: 3px; max-width: 300px; }
.admin-status { display: inline-block; padding: 4px 8px; color: var(--green); background: #e4f5ef; font-weight: 900; font-size: .67rem; text-transform: uppercase; letter-spacing: .05em; }
.admin-status.closed { background: #eef1f2; color: #687a83; }
.admin-status.in_progress { background: #fff2df; color: #9b5b12; }
.admin-status.active { color: var(--green); background: #e4f5ef; }
.admin-empty { padding: 50px; text-align: center; color: var(--muted); }
.search-heading { justify-content: space-between; }
.admin-search { display: flex; width: min(520px,100%); }
.admin-search input { flex: 1; min-width: 0; border: 1px solid var(--line); padding: 10px 13px; }
.admin-search button { border: 0; background: var(--ink); color: white; padding: 0 18px; font-weight: 800; }
.actions-col { width: 130px; }
.actions { display: flex; gap: 14px; }
.actions a, .actions button { color: var(--blue); font-weight: 800; border: 0; background: none; padding: 0; font-size: .8rem; }
.actions button { color: #b34c3b; }
.edit-form { padding: 0; }
.form-section { padding: 30px; border-bottom: 1px solid var(--line); }
.form-section h2 { font-size: 1.3rem; margin-bottom: 20px; }
.form-section > p { font-size: .88rem; }
.toggle-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 30px; border-bottom: 1px solid var(--line); }
.toggle-row label { display: flex; gap: 13px; align-items: flex-start; padding: 18px; background: var(--paper); }
.toggle-row input { margin-top: 5px; }
.toggle-row b, .toggle-row small { display: block; }
.toggle-row small { color: var(--muted); margin-top: 3px; }
.form-actions { padding: 24px 30px; }
.filter-tabs { display: flex; gap: 4px; margin-bottom: 20px; }
.filter-tabs a { padding: 9px 14px; background: white; border: 1px solid var(--line); font-size: .8rem; font-weight: 800; }
.filter-tabs a.active { background: var(--ink); border-color: var(--ink); color: white; }
.message-list { display: grid; gap: 16px; }
.message-card { padding: 28px; }
.message-heading { display: flex; justify-content: space-between; gap: 30px; }
.message-type { color: var(--blue); margin-left: 8px; font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.message-heading h2 { font-size: 1.35rem; margin: 15px 0 5px; }
.message-heading p { margin: 0; }
.message-heading time { color: #7a8c95; font-size: .75rem; }
.message-details { display: flex; flex-wrap: wrap; gap: 40px; margin: 24px 0; padding: 18px 0; border-block: 1px solid var(--line); }
.message-details span, .message-details strong { display: block; }
.message-details span { color: #7b8c95; font-size: .68rem; text-transform: uppercase; letter-spacing: .07em; }
.message-details strong { font-size: .88rem; margin-top: 4px; }
.message-body { color: #344f5e; white-space: normal; }
.status-form { display: flex; gap: 8px; align-items: center; justify-content: flex-end; }
.status-form label { font-size: .75rem; font-weight: 800; }
.status-form select { height: 38px; border: 1px solid var(--line); background: white; }
.status-form button { height: 38px; border: 0; background: var(--ink); color: white; padding: 0 14px; font-weight: 800; }
.account-form { max-width: 800px; }

@media (max-width: 980px) {
  .section { padding: 82px 0; }
  .site-nav { gap: 20px; }
  .split-heading, .page-hero-grid, .directory-hero-grid, .science-grid, .batch-grid, .coverage-grid, .request-grid, .contact-grid { gap: 45px; }
  .compact-grid { grid-template-columns: repeat(2,1fr); }
  .image-feature-grid { grid-template-columns: 1fr; }
  .image-frame { min-height: 420px; max-height: 500px; }
  .concern-grid { grid-template-columns: repeat(2,1fr); }
  .concern-grid article:nth-child(2) { border-right: 0; }
  .concern-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .guidance-grid { gap: 55px; }
  .supplier-data { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.3fr .7fr 1fr; gap: 35px; }
  .admin-content { padding: 30px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); }
  h1 { font-size: clamp(2.7rem,14vw,4.5rem); }
  h2 { font-size: clamp(2rem,10vw,3.1rem); }
  .section { padding: 68px 0; }
  .site-header { height: 68px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 0; right: 0; top: 68px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 14px; background: white; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav > a { padding: 13px 10px; }
  .site-nav > a::after { display: none; }
  .site-nav .nav-cta { text-align: center; margin-top: 6px; }
  .hero { height: 760px; min-height: 0; max-height: none; }
  .hero > img { object-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg,rgba(4,17,29,.95),rgba(4,17,29,.6)), linear-gradient(0deg,rgba(4,17,29,.8),transparent); }
  .hero-inner { justify-content: flex-start; padding-top: 90px; }
  .hero h1 { margin-bottom: 20px; }
  .hero-copy { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; width: min(100%,390px); }
  .hero-proof { bottom: 24px; right: 14px; left: 14px; justify-content: space-between; }
  .hero-proof div { min-width: 0; padding-right: 12px; margin-right: 12px; }
  .hero-proof strong { font-size: 1.08rem; }
  .hero-proof span { font-size: .58rem; letter-spacing: .05em; }
  .city-strip-inner { align-items: flex-start; flex-direction: column; gap: 12px; padding-block: 20px; }
  .city-list { gap: 7px 17px; }
  .split-heading, .page-hero-grid, .directory-hero-grid, .science-grid, .batch-grid, .coverage-grid, .request-grid, .contact-grid, .guidance-grid { grid-template-columns: 1fr; gap: 35px; }
  .split-heading { align-items: start; }
  .row-heading { align-items: flex-start; flex-direction: column; gap: 25px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid article:last-child { border-bottom: 0; }
  .compact-grid, .listing-grid { grid-template-columns: 1fr; }
  .image-feature-grid { width: 100%; }
  .image-frame { min-height: 330px; }
  .feature-copy { padding: 45px 24px; }
  .cta-band-inner { align-items: flex-start; flex-direction: column; }
  .page-hero, .directory-hero { padding: 70px 0; }
  .page-hero h1, .directory-hero h1 { font-size: clamp(3rem,14vw,4.4rem); }
  .page-hero-grid > p { font-size: 1rem; }
  .temperature-panel { padding: 28px 22px; }
  .concern-grid { grid-template-columns: 1fr; }
  .concern-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .reference-list a { grid-template-columns: 1fr auto; gap: 5px 15px; }
  .reference-list span { grid-column: 1 / -1; }
  .city-map-list { grid-template-columns: 1fr; }
  .city-map-list a:nth-child(odd) { margin-right: 0; }
  .results-bar { align-items: flex-start; flex-direction: column; }
  .supplier-data { grid-template-columns: 1fr; }
  .card-actions { flex-direction: column; }
  .contact-form { grid-template-columns: 1fr; }
  .field.full, .form-footnote { grid-column: 1; }
  .form-card { padding: 28px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
  .admin-layout { display: block; }
  .admin-main { width: 100%; }
  .admin-sidebar { transform: translateX(-100%); transition: transform .2s; box-shadow: var(--shadow); }
  .admin-sidebar.open { transform: translateX(0); }
  .admin-topbar { justify-content: space-between; padding: 0 18px; }
  .admin-menu-toggle { display: block; border: 1px solid var(--line); background: white; padding: 8px 12px; font-weight: 800; }
  .admin-content { padding: 25px 16px; }
  .admin-page-heading { align-items: flex-start; flex-direction: column; }
  .stat-grid { grid-template-columns: 1fr; }
  .toggle-row { grid-template-columns: 1fr; padding: 20px; }
  .form-section { padding: 24px 20px; }
  .message-heading { flex-direction: column; gap: 5px; }
  .status-form { justify-content: flex-start; }
}

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