:root {
  --canvas: #f8f9ff;
  --card: #ffffff;
  --navy: #101a2d;
  --navy-2: #1b293d;
  --text: #0b1c30;
  --muted: #637083;
  --border: #dfe6f1;
  --border-dark: #cbd6e5;
  --accent: #f5a20a;
  --accent-dark: #8a5100;
  --ice: #eef6ff;
  --radius: 8px;
  --shadow: 0 2px 8px rgba(20, 30, 48, .06);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--text); font-family: "Segoe UI", "Plus Jakarta Sans", Arial, sans-serif; font-size: 14px; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }

.topbar { height: 56px; padding: 0 18px; display: flex; align-items: center; gap: 12px; background: var(--card); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 20; }
.icon-button { width: 34px; height: 34px; border: 0; background: transparent; color: #344054; cursor: pointer; font-size: 17px; }
.back-link { font-size: 15px; transform: rotate(160deg); }
.brand { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; white-space: nowrap; }
.brand img { width: 92px; height: 38px; object-fit: contain; }
.desktop-nav, .header-cta { display: none; }
.phone-link { margin-left: auto; font-size: 20px; transform: rotate(-20deg); }

.category-nav { height: 35px; background: var(--ice); padding: 5px 16px; display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; border-bottom: 1px solid #d8e3f3; }
.category-nav::-webkit-scrollbar { display: none; }
.category-nav a { flex: 1 0 auto; text-align: center; min-width: 77px; height: 25px; line-height: 25px; font-size: 10px; letter-spacing: .03em; border: 1px solid #cdd9e9; background: #fff; }
.category-nav .active { color: white; background: var(--navy); border-color: var(--navy); font-weight: 700; }

.mobile-menu { position: fixed; inset: 56px 0 auto 0; padding: 16px; background: #fff; box-shadow: 0 14px 30px rgba(20,30,48,.14); z-index: 19; display: grid; gap: 2px; transform: translateY(-120%); opacity: 0; transition: transform .22s ease, opacity .22s ease; }
.mobile-menu.open { transform: translateY(0); opacity: 1; }
.mobile-menu a { padding: 12px; border-bottom: 1px solid var(--border); font-weight: 600; }

.wrap { width: min(100% - 24px, 1180px); margin-inline: auto; }
.hero { margin-top: 14px; padding: 20px; border-radius: var(--radius); color: #f8fbff; background: radial-gradient(circle at 90% 5%, rgba(64, 87, 121, .32), transparent 31%), var(--navy); box-shadow: 0 5px 18px rgba(20,30,48,.14); }
.hero-kicker { display: inline-flex; align-items: center; gap: 7px; margin: 0 0 15px; padding: 5px 8px; font-size: 10px; font-weight: 700; letter-spacing: .035em; background: #344156; border-radius: 4px; }
.hero-kicker span { color: var(--accent); }
.hero h1 { margin: 0; max-width: 720px; font-size: clamp(25px, 5vw, 46px); line-height: 1.17; letter-spacing: -.025em; }
.hero-content > p:not(.hero-kicker) { max-width: 680px; margin: 16px 0; color: #e1e8f3; line-height: 1.55; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 16px; border-radius: 4px; font-size: 12px; font-weight: 700; transition: transform .16s ease, background .16s ease; }
.btn:active, .submit-btn:active { transform: translateY(1px) scale(.99); }
.btn-accent { color: var(--navy); background: var(--accent); }
.btn-accent:hover { background: #e59400; }
.btn-secondary { color: #fff; background: #344156; border: 1px solid #4a5b72; }

.hero-poster { position: relative; margin-top: 14px; overflow: hidden; border-radius: var(--radius); background: var(--navy); box-shadow: 0 8px 26px rgba(20,30,48,.16); }
.hero-poster-media { display: block; }
.hero-poster-media img { display: block; width: 100%; height: auto; aspect-ratio: 1672 / 941; object-fit: cover; }
.hero-mobile-copy { padding: 18px 16px 20px; color: #f8fbff; background: var(--navy); }
.hero-mobile-copy h1 { margin: 0; font-size: 21px; line-height: 1.15; letter-spacing: -.025em; }
.hero-mobile-copy p { margin: 10px 0 15px; color: #dce4ef; line-height: 1.5; }

.section { padding-top: 26px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; margin-bottom: 12px; }
.section-heading h2 { margin: 0; font-size: 17px; letter-spacing: -.015em; }
.section-heading p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.section-heading > span { color: #566273; font-size: 9px; letter-spacing: .08em; white-space: nowrap; }

.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: var(--card); box-shadow: var(--shadow); }
.metrics-grid article { min-height: 158px; padding: 15px; border-right: 1px solid var(--border); }
.metrics-grid article:last-child { border: 0; }
.metric-top { display: flex; justify-content: space-between; align-items: center; color: var(--accent-dark); }
.metric-icon { color: var(--accent); font-size: 17px; }
.tag, .cert { padding: 3px 6px; color: #48627d; background: #f4f8ff; border: 1px solid #d7e2f1; font-size: 8px; }
.metrics-grid strong { display: block; margin: 25px 0 8px; font-size: clamp(24px, 3vw, 37px); line-height: 1; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.metrics-grid small { font-size: .45em; letter-spacing: 0; }
.metrics-grid p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.45; }

.mission { margin-top: 26px; padding: 22px; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.mission-copy { border-left: 3px solid var(--accent); padding-left: 16px; }
.eyebrow { margin: 0 0 12px; color: #89590c; font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.mission h2 { margin: 0 0 15px; max-width: 650px; font-size: 24px; line-height: 1.28; }
.mission-copy > p:last-child { max-width: 840px; margin: 0; color: var(--muted); line-height: 1.75; font-size: 12px; }
.principles { margin-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); background: #f8faff; }
.principles div { padding: 18px; text-align: center; border-right: 1px solid var(--card); display: grid; justify-items: center; gap: 5px; }
.principles div:last-child { border: 0; }
.principles b { font-size: 17px; }
.principles strong { font-size: 11px; }
.principles span { color: var(--muted); font-size: 9px; }

.standards-title { align-items: center; }
.seal { font-size: 18px !important; }
.standards-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.standards-list article { min-height: 150px; padding: 16px; display: grid; grid-template-columns: 36px 1fr auto; align-items: start; gap: 13px; background: var(--card); border: 1px solid var(--border); border-radius: 4px; box-shadow: var(--shadow); }
.standard-icon { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; background: var(--navy); border-radius: 3px; font-size: 18px; }
.standards-list h3 { margin: 0 0 8px; font-size: 13px; }
.standards-list p { margin: 0; color: var(--muted); line-height: 1.5; font-size: 9px; }
.cert { align-self: start; font-size: 8px; }
.cert.green { color: #12814d; background: #edfff4; border-color: #bcebd0; }
.cert.blue { color: #2267b8; }
.cert.amber { color: #a96500; background: #fff8e8; border-color: #f6d692; }

.map-card { position: relative; min-height: 330px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius) var(--radius) 0 0; background-color: #e9eff7; background-image: url('assets/facilities-optimized.jpg'); background-size: 200% 200%; background-position: right top; }
.map-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,25,43,.88) 0, rgba(13,25,43,.18) 40%, transparent 68%); }
.map-copy { position: absolute; z-index: 1; left: 18px; bottom: 18px; max-width: 430px; color: white; display: grid; gap: 5px; }
.map-copy span { color: var(--accent); font-size: 10px; font-weight: 700; }
.map-copy strong { font-size: 21px; line-height: 1.2; }
.delivery-points { padding: 16px 18px 8px; background: var(--card); border-inline: 1px solid var(--border); }
.delivery-points p { display: grid; grid-template-columns: 22px 1fr; gap: 10px; margin: 0 0 14px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.delivery-points b:first-child { color: var(--accent); }
.delivery-points strong { display: block; color: var(--text); font-size: 10px; }
.delivery-score { display: flex; justify-content: space-between; align-items: center; padding: 12px 18px; background: #fbfcff; border: 1px solid var(--border); border-top: 0; border-radius: 0 0 var(--radius) var(--radius); color: var(--muted); font-size: 10px; }
.delivery-score strong { color: var(--text); font-size: 20px; font-variant-numeric: tabular-nums; }

.facility-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.facility-grid article { overflow: hidden; background: var(--card); border: 1px solid var(--border); border-radius: 4px; box-shadow: var(--shadow); }
.facility-photo { aspect-ratio: 1.55; background-image: url('assets/facilities-optimized.jpg'); background-repeat: no-repeat; background-size: 200% 200%; }
.facility-photo.warehouse { background-position: left top; }
.facility-photo.truck { background-position: right top; }
.facility-photo.lab { background-position: left bottom; }
.facility-photo.sorting { background-position: right bottom; }
.facility-grid h3 { margin: 12px 12px 6px; font-size: 12px; }
.facility-grid p { margin: 0 12px 14px; color: var(--muted); font-size: 9px; line-height: 1.5; }

.contract-card { margin-top: 26px; margin-bottom: 18px; padding: 22px; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.contract-title { display: flex; gap: 12px; align-items: flex-start; }
.contract-title > span { display: grid; place-items: center; flex: 0 0 34px; height: 34px; color: var(--navy); background: var(--accent); border-radius: 4px; }
.contract-title h2 { margin: 0; font-size: 18px; }
.contract-title p, .contract-copy > p { margin: 5px 0 0; color: var(--muted); line-height: 1.5; font-size: 10px; }
.contract-copy > p { margin: 14px 0 18px; }
.contract-benefits { display: none; }
form { display: grid; gap: 12px; }
form label, fieldset legend { display: grid; gap: 6px; color: #23334a; font-size: 10px; font-weight: 700; }
input, select { width: 100%; height: 42px; padding: 0 11px; color: var(--text); background: #fbfcff; border: 1px solid var(--border-dark); border-radius: 3px; outline: none; }
input:focus, select:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(20,30,48,.08); }
input.invalid { border-color: #ba1a1a; box-shadow: 0 0 0 3px rgba(186,26,26,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
fieldset { margin: 0; padding: 0; border: 0; }
.checks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.checks label { grid-template-columns: 16px 1fr; align-items: center; min-height: 42px; padding: 9px; background: #fbfcff; border: 1px solid var(--border); font-weight: 500; }
.checks input { width: 13px; height: 13px; padding: 0; accent-color: var(--navy); }
.submit-btn { min-height: 46px; color: #fff; background: var(--navy); border: 0; border-radius: 3px; font-weight: 700; cursor: pointer; }
.submit-btn:hover { background: var(--navy-2); }
.form-error { display: none; margin: 0; color: #a80e0e; font-size: 10px; }
.form-success { display: none; margin: 0; padding: 12px; color: #17623d; background: #ecfff5; border: 1px solid #b8e6ce; font-size: 11px; }
.form-success.show, .form-error.show { display: block; }
.contact-panel { padding: 34px; display: flex; flex-direction: column; justify-content: center; gap: 14px; background: var(--card); }
.contact-panel h3 { margin: 0; color: var(--navy); font-size: 28px; }
.contact-panel p { margin: 0; color: var(--muted); line-height: 1.65; }
.contact-panel .submit-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: max-content; padding: 0 22px; }
.contact-panel small { color: var(--muted); line-height: 1.5; }
.footer a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }

.footer { padding: 8px 8px 90px; color: #7a8492; font-size: 9px; line-height: 1.5; }
.footer p { margin: 4px 0; }
.footer span { color: var(--accent); }
.bottom-nav { display: none; }
.reveal { opacity: 1; transform: translateY(0); }

@media (max-width: 767px) {
  body { font-size: 12px; }
  .wrap { width: min(100% - 16px, 520px); }
  .topbar { height: 45px; padding: 0 8px; gap: 5px; }
  .icon-button { width: 25px; height: 25px; padding: 0; font-size: 14px; }
  .back-link { font-size: 12px; }
  .brand { font-size: 11px; }
  .brand img { display: none; }
  .phone-link { font-size: 15px; }
  .category-nav { height: 29px; padding: 4px 7px; gap: 3px; }
  .category-nav a { min-width: 58px; height: 21px; line-height: 19px; font-size: 7px; }
  .mobile-menu { top: 45px; }
  .hero { margin-top: 12px; padding: 14px 13px; }
  .hero-kicker { margin-bottom: 12px; padding: 4px 6px; font-size: 7px; }
  .hero h1 { font-size: 20px; line-height: 1.2; }
  .hero-content > p:not(.hero-kicker) { margin: 11px 0 12px; font-size: 8px; line-height: 1.45; }
  .hero-actions { gap: 7px; }
  .btn { min-height: 36px; padding: 0 12px; font-size: 8px; }
  .section { padding-top: 21px; }
  .section-heading { margin-bottom: 8px; }
  .section-heading h2 { font-size: 12px; }
  .section-heading p { font-size: 8px; }
  .section-heading > span { font-size: 6px; }
  .metrics-grid { grid-template-columns: 1fr 1fr; }
  .metrics-grid article { min-height: 128px; padding: 11px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .metrics-grid article:nth-child(2n) { border-right: 0; }
  .metrics-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .metric-icon { font-size: 13px; }
  .tag { font-size: 6px; padding: 2px 4px; }
  .metrics-grid strong { margin: 19px 0 7px; font-size: 24px; }
  .metrics-grid p { font-size: 7px; }
  .mission { margin-top: 21px; padding: 13px 11px; }
  .mission-copy { padding-left: 10px; }
  .eyebrow { margin-bottom: 9px; font-size: 6px; }
  .mission h2 { margin-bottom: 10px; font-size: 16px; }
  .mission-copy > p:last-child { font-size: 8px; line-height: 1.65; }
  .principles { margin-top: 14px; }
  .principles div { padding: 11px 4px; }
  .principles b { font-size: 13px; }
  .principles strong { font-size: 8px; }
  .principles span { font-size: 6px; }
  .standards-list { grid-template-columns: 1fr; gap: 7px; }
  .standards-list article { min-height: 86px; padding: 10px; grid-template-columns: 31px 1fr auto; gap: 9px; }
  .standard-icon { width: 29px; height: 29px; font-size: 14px; }
  .standards-list h3 { margin-bottom: 5px; font-size: 10px; }
  .standards-list p { font-size: 7px; }
  .cert { font-size: 6px; }
  .map-card { min-height: 184px; }
  .map-copy { left: 10px; bottom: 10px; gap: 3px; }
  .map-copy span { font-size: 6px; }
  .map-copy strong { max-width: 270px; font-size: 11px; }
  .delivery-points { padding: 10px 11px 3px; }
  .delivery-points p { grid-template-columns: 16px 1fr; gap: 6px; margin-bottom: 9px; font-size: 7px; }
  .delivery-points strong { font-size: 7px; }
  .delivery-score { padding: 8px 11px; font-size: 7px; }
  .delivery-score strong { font-size: 13px; }
  .facility-grid { grid-template-columns: 1fr 1fr; gap: 5px; }
  .facility-grid h3 { margin: 8px 8px 4px; font-size: 9px; }
  .facility-grid p { margin: 0 8px 9px; font-size: 7px; }
  .contract-card { margin-top: 21px; padding: 12px 10px; }
  .contact-panel { padding: 18px 4px 4px; gap: 10px; }
  .contact-panel h3 { font-size: 18px; }
  .contact-panel .submit-btn { width: 100%; }
  .contract-title { gap: 8px; }
  .contract-title > span { flex-basis: 28px; height: 28px; }
  .contract-title h2 { font-size: 11px; }
  .contract-title p, .contract-copy > p { font-size: 7px; }
  .contract-copy > p { margin: 9px 0 12px; }
  form { gap: 8px; }
  form label, fieldset legend { gap: 4px; font-size: 7px; }
  input, select { height: 35px; padding: 0 8px; font-size: 8px; }
  .checks { grid-template-columns: 1fr 1fr; gap: 5px; }
  .checks label { min-height: 34px; padding: 6px; font-size: 7px; }
  .checks input { width: 11px; height: 11px; }
  .submit-btn { min-height: 38px; font-size: 8px; }
  .footer { padding: 5px 4px 70px; font-size: 6px; }
  .bottom-nav { position: fixed; z-index: 18; inset: auto 0 0; height: 54px; padding: 5px 5px max(5px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(255,255,255,.97); border-top: 1px solid var(--border); box-shadow: 0 -5px 18px rgba(20,30,48,.06); }
  .bottom-nav a { display: grid; place-items: center; align-content: center; gap: 2px; color: #475569; font-size: 6px; }
  .bottom-nav b { color: var(--navy); font-size: 12px; font-weight: 500; }
}

@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(12px); transition: opacity .45s ease, transform .45s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }
}

@media (prefers-color-scheme: dark) {
  :root { --canvas: #0f1827; --card: #172337; --text: #eef4fc; --muted: #a9b5c6; --border: #2b3a50; --border-dark: #45556d; --ice: #162338; }
  .topbar, .category-nav, .mobile-menu, .bottom-nav { background-color: #172337; }
  .category-nav a { background: #1e2c41; }
  .category-nav .active { background: var(--accent); border-color: var(--accent); color: var(--navy); }
  .principles, input, select, .checks label, .delivery-score { background: #131f32; }
  .btn-accent, .contract-title > span { color: #101a2d; }
  .form-success { color: #b8efd2; background: #113326; border-color: #245941; }
}

@media (min-width: 768px) {
  .topbar { padding-inline: max(24px, calc((100% - 1180px) / 2)); }
  .category-nav { justify-content: center; }
  .hero { min-height: 430px; }
  .hero-mobile-copy { display: none; }
}

@media (min-width: 1024px) {
  body { font-size: 15px; background-image: radial-gradient(circle at 10% 12%, rgba(211, 228, 254, .32), transparent 25%), radial-gradient(circle at 90% 32%, rgba(245, 162, 10, .05), transparent 19%); }
  .wrap { width: min(100% - 64px, 1280px); }
  .topbar { height: 76px; padding-inline: max(32px, calc((100% - 1280px) / 2)); gap: 34px; border-bottom-color: rgba(203, 214, 229, .72); }
  .menu-button, .back-link, .phone-link { display: none; }
  .brand { flex: 0 0 auto; }
  .brand img { display: block; width: 146px; height: 58px; }
  .brand span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .desktop-nav { display: flex; align-items: center; justify-content: center; gap: 34px; margin-left: auto; }
  .desktop-nav a { position: relative; padding: 27px 0 25px; color: #344054; font-size: 13px; font-weight: 650; }
  .desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--accent); transition: right .28s cubic-bezier(.16,1,.3,1); }
  .desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
  .header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 19px; color: var(--navy); background: var(--accent); border-radius: 4px; font-size: 12px; font-weight: 800; transition: transform .22s cubic-bezier(.16,1,.3,1), background .22s ease; }
  .header-cta:hover { background: #e89804; transform: translateY(-2px); }
  .header-cta:active { transform: translateY(0) scale(.98); }
  .category-nav { display: none; }

  main { padding-top: 24px; }
  .hero-poster { margin-top: 0; border-radius: 12px; }
  .hero { min-height: min(650px, calc(100dvh - 124px)); margin-top: 0; padding: 0; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); overflow: hidden; border-radius: 12px; }
  .hero-content { position: relative; z-index: 2; padding: clamp(48px, 5vw, 76px); display: flex; flex-direction: column; justify-content: center; }
  .hero-kicker { width: max-content; margin-bottom: 22px; padding: 7px 10px; font-size: 10px; }
  .hero h1 { max-width: 730px; font-size: clamp(42px, 4vw, 58px); line-height: 1.06; letter-spacing: -.045em; }
  .hero > p:not(.hero-kicker) { max-width: 590px; margin: 20px 0 0; }
  .hero-content > p:not(.hero-kicker) { max-width: 570px; margin: 22px 0 28px; color: #dce4ef; font-size: 15px; line-height: 1.65; }
  .hero-actions { gap: 12px; }
  .btn { min-height: 48px; padding-inline: 20px; font-size: 12px; }
  .hero-visual { position: relative; min-width: 0; background-image: url('assets/facilities-optimized.jpg'); background-size: 200% 200%; background-position: left top; }
  .hero-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0, rgba(16,26,45,.28) 24%, transparent 65%), linear-gradient(0deg, rgba(16,26,45,.32), transparent 38%); }
  .hero-visual::after { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(255,255,255,.22); border-radius: 6px; pointer-events: none; }

  .section { padding-top: 82px; }
  .section-heading { margin-bottom: 22px; align-items: end; }
  .section-heading h2 { font-size: 26px; }
  .section-heading p { margin-top: 7px; font-size: 12px; }
  .section-heading > span { font-size: 9px; }

  .metrics-grid { border-inline: 0; border-radius: 0; box-shadow: none; background: transparent; }
  .metrics-grid article { min-height: 190px; padding: 24px 26px 28px; background: rgba(255,255,255,.66); transition: background .25s ease, transform .25s cubic-bezier(.16,1,.3,1); }
  .metrics-grid article:hover { position: relative; z-index: 1; background: var(--card); transform: translateY(-4px); }
  .metrics-grid strong { margin: 34px 0 12px; font-size: 42px; }
  .metrics-grid p { max-width: 220px; font-size: 11px; }

  .mission { margin-top: 82px; padding: 0; display: grid; grid-template-columns: 1.2fr .8fr; overflow: hidden; border-radius: 12px; }
  .mission-copy { padding: 54px 58px; border-left: 0; border-top: 4px solid var(--accent); }
  .mission h2 { max-width: 700px; margin-bottom: 22px; font-size: 34px; line-height: 1.2; }
  .mission-copy > p:last-child { max-width: 690px; font-size: 13px; line-height: 1.85; }
  .principles { margin: 0; grid-template-columns: 1fr; background: var(--navy); }
  .principles div { padding: 26px 30px; grid-template-columns: 40px 1fr; grid-template-rows: auto auto; justify-items: start; align-items: center; text-align: left; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); color: white; }
  .principles div:last-child { border-bottom: 0; }
  .principles b { grid-row: 1 / 3; color: var(--accent); font-size: 22px; }
  .principles strong { font-size: 13px; }
  .principles span { color: #aebbcf; font-size: 10px; }

  .standards-list { grid-template-columns: 1.35fr .65fr; grid-template-rows: 1fr 1fr; gap: 14px; }
  .standards-list article { min-height: 156px; padding: 24px; grid-template-columns: 44px 1fr auto; align-items: start; border-radius: 8px; transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s ease; }
  .standards-list article:hover { transform: translateY(-4px); box-shadow: 0 12px 26px rgba(20,30,48,.1); }
  .standards-list article:first-child { grid-row: 1 / 3; min-height: 326px; padding: 34px; align-content: center; color: white; background: var(--navy); border-color: var(--navy); }
  .standards-list article:first-child .standard-icon { color: var(--navy); background: var(--accent); }
  .standards-list article:first-child h3 { max-width: 420px; margin-bottom: 18px; font-size: 25px; }
  .standards-list article:first-child p { max-width: 520px; color: #c7d2e3; font-size: 12px; line-height: 1.7; }
  .standards-list article:nth-child(3) { background: #fff8e8; border-color: #f4dfb4; }
  .standard-icon { width: 42px; height: 42px; }
  .standards-list h3 { margin-bottom: 9px; font-size: 15px; }
  .standards-list p { font-size: 10px; line-height: 1.6; }

  .geography-layout { display: grid; grid-template-columns: 1.45fr .55fr; min-height: 470px; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; background: var(--card); box-shadow: var(--shadow); }
  .map-card { min-height: 470px; border: 0; border-radius: 0; background-size: 200% 200%; background-position: right top; }
  .map-copy { left: 32px; bottom: 30px; max-width: 520px; }
  .map-copy strong { font-size: 26px; }
  .geo-panel { display: flex; flex-direction: column; border-left: 1px solid var(--border); }
  .delivery-points { flex: 1; padding: 36px 32px; border: 0; display: flex; flex-direction: column; justify-content: center; gap: 22px; }
  .delivery-points p { grid-template-columns: 26px 1fr; gap: 12px; margin: 0; font-size: 11px; line-height: 1.65; }
  .delivery-points strong { margin-bottom: 5px; font-size: 12px; }
  .delivery-score { padding: 24px 32px; border: 0; border-top: 1px solid var(--border); border-radius: 0; }
  .delivery-score strong { font-size: 28px; }

  .facility-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 250px 250px; gap: 14px; }
  .facility-grid article { position: relative; border-radius: 8px; transition: transform .28s cubic-bezier(.16,1,.3,1), box-shadow .28s ease; }
  .facility-grid article:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(20,30,48,.12); }
  .facility-grid article:nth-child(1) { grid-column: 1 / 7; grid-row: 1 / 3; }
  .facility-grid article:nth-child(2) { grid-column: 7 / 13; grid-row: 1; }
  .facility-grid article:nth-child(3) { grid-column: 7 / 10; grid-row: 2; }
  .facility-grid article:nth-child(4) { grid-column: 10 / 13; grid-row: 2; }
  .facility-photo { height: 178px; aspect-ratio: auto; transition: transform .55s cubic-bezier(.16,1,.3,1); }
  .facility-grid article:hover .facility-photo { transform: scale(1.025); }
  .facility-grid article:nth-child(1) .facility-photo { height: 408px; }
  .facility-grid h3 { margin: 14px 16px 7px; font-size: 14px; }
  .facility-grid p { margin: 0 16px 16px; font-size: 10px; }
  .facility-grid article:nth-child(n+3) h3 { margin-top: 11px; font-size: 12px; }
  .facility-grid article:nth-child(n+3) p { display: none; }

  .contract-card { margin-top: 82px; margin-bottom: 32px; padding: 0; display: grid; grid-template-columns: .72fr 1.28fr; overflow: hidden; border-radius: 12px; }
  .contract-copy { padding: 48px 42px; color: white; background: var(--navy); }
  .contract-title { display: block; }
  .contract-title > span { width: 40px; margin-bottom: 26px; }
  .contract-title h2 { font-size: 30px; line-height: 1.15; }
  .contract-title p, .contract-copy > p { color: #bcc9da; font-size: 11px; line-height: 1.65; }
  .contract-copy > p { margin: 20px 0 32px; }
  .contract-benefits { display: grid; gap: 10px; }
  .contract-benefits span { padding: 11px 0; color: #e7eef8; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 11px; }
  .contract-benefits span::before { content: "✓"; margin-right: 9px; color: var(--accent); font-weight: 800; }
  .contract-card form { padding: 44px; gap: 14px; background: var(--card); }
  .contact-panel { padding: 48px; }
  .contract-card form label, .contract-card fieldset legend { font-size: 11px; }
  input, select { height: 46px; }
  .checks { grid-template-columns: 1fr 1fr; }
  .submit-btn { min-height: 50px; margin-top: 4px; }
  .footer { padding: 26px 0 42px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 5px 40px; font-size: 10px; }
  .bottom-nav { display: none; }
}

@media (min-width: 1024px) and (max-width: 1180px) {
  .desktop-nav { gap: 20px; }
  .header-cta { padding-inline: 13px; }
  .hero { grid-template-columns: 1.15fr .85fr; }
  .hero h1 { font-size: 43px; }
  .hero-content { padding: 48px; }
}

@media (prefers-reduced-motion: no-preference) and (min-width: 1024px) {
  .hero.visible .hero-content { animation: hero-copy-in .7s cubic-bezier(.16,1,.3,1) both; }
  .hero.visible .hero-visual { animation: hero-image-in .9s cubic-bezier(.16,1,.3,1) both; }
  @keyframes hero-copy-in { from { opacity: 0; transform: translateX(-18px); } to { opacity: 1; transform: translateX(0); } }
  @keyframes hero-image-in { from { opacity: 0; transform: scale(1.04); } to { opacity: 1; transform: scale(1); } }
}

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

@media (prefers-color-scheme: dark) and (min-width: 1024px) {
  .desktop-nav a { color: #d7e1ee; }
  .metrics-grid article { background: rgba(23,35,55,.76); }
  .metrics-grid article:hover { background: #1d2a40; }
  .standards-list article:nth-child(3) { background: #302714; border-color: #59451d; }
}
