:root {
  color-scheme: dark;
  --bg: #05080d;
  --surface: #0b1119;
  --surface-2: #101823;
  --text: #f4f7fb;
  --muted: #9aa7b7;
  --line: rgba(255, 255, 255, 0.13);
  --line-strong: rgba(42, 196, 238, 0.42);
  --cyan: #2ac4ee;
  --cyan-soft: rgba(42, 196, 238, 0.12);
  --green: #79df9b;
  --amber: #e6b85d;
  --max: 1220px;
  font-family: Inter, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id], article[id] { scroll-margin-top: 150px; }
body { margin: 0; background: var(--bg); color: var(--text); line-height: 1.65; }
.js body {
  opacity: 0;
  transition: opacity .28s ease;
}
.js body.page-ready { opacity: 1; }
.js body.page-leave { opacity: 0; pointer-events: none; }
body.menu-open,
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select, textarea { font: inherit; }
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 74px;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 8, 13, 0.92);
  backdrop-filter: blur(16px);
}
.header-inner {
  width: min(var(--max), calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand { display: flex; align-items: center; gap: 10px; min-width: 230px; }
.brand img { width: 40px; height: 40px; object-fit: contain; }
.brand strong { display: block; font-size: 17px; line-height: 1.15; }
.brand span { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.1; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 2px; margin-left: auto; }
.site-nav a {
  padding: 12px 14px;
  color: #c4ccd7;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px solid transparent;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] { color: #fff; border-bottom-color: var(--cyan); }
.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
}
.header-cta,
.btn-primary { background: var(--cyan); color: #041018; }
.btn-secondary { border-color: rgba(255, 255, 255, 0.3); background: rgba(255, 255, 255, 0.06); color: #fff; }
.header-cta:hover,
.btn-primary:hover { background: #60d8f7; }
.btn-secondary:hover { border-color: var(--cyan); background: var(--cyan-soft); }
.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 22px;
}

.home-hero {
  min-height: 720px;
  padding: 140px 0 72px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #05080d url("home-hero-warehouse-aerial-45k-v4.webp") center / cover no-repeat;
}
.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 6, 10, .97) 0%, rgba(3, 7, 12, .84) 43%, rgba(3, 7, 12, .34) 72%, rgba(3, 7, 12, .5) 100%),
    linear-gradient(0deg, rgba(5,8,13,.9) 0%, transparent 34%);
}
.hero-grid {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: center;
  gap: 56px;
}
.eyebrow,
.section-label {
  margin: 0 0 18px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
}
.eyebrow::before,
.section-label::before { content: ""; display: inline-block; width: 34px; height: 1px; margin-right: 12px; vertical-align: middle; background: var(--cyan); }
h1, h2, h3, p { letter-spacing: 0; }
.home-hero h1 { max-width: 720px; margin: 0; font-size: 58px; line-height: 1.12; }
.hero-lede { max-width: 700px; margin: 24px 0 0; color: #d6dde7; font-size: 20px; line-height: 1.65; }
.hero-copy { max-width: 680px; margin: 18px 0 0; color: var(--muted); font-size: 15px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.network-console {
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(5, 11, 18, .76);
  backdrop-filter: blur(8px);
  box-shadow: 0 28px 80px rgba(0,0,0,.45);
}
.console-head { height: 58px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 800; }
.console-live { color: var(--green); }
.map-wrap { position: relative; min-height: 320px; overflow: hidden; background: linear-gradient(rgba(42,196,238,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(42,196,238,.045) 1px, transparent 1px); background-size: 38px 38px; }
.us-map { position: absolute; inset: 34px 28px 20px; width: calc(100% - 56px); height: calc(100% - 54px); object-fit: contain; filter: invert(1) brightness(.38) sepia(.18) hue-rotate(145deg) saturate(.65); opacity: .72; }
.map-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-lines path { fill: none; stroke-width: 2.2; stroke-linecap: round; stroke-dasharray: 7 9; animation: route 4s linear infinite; }
.map-lines .cyan { stroke: var(--cyan); }
.map-lines .amber { stroke: var(--amber); animation-direction: reverse; }
.map-lines circle { stroke: #fff; stroke-width: 2; }
@keyframes route { to { stroke-dashoffset: -64; } }
.full-map .map-coverage { position: absolute; inset: 0; width: 100%; height: 100%; }
.full-map .map-coverage ellipse,
.full-map .coverage-in-halo { transform-box: fill-box; transform-origin: center; animation: coverage-breathe 4.8s ease-in-out infinite alternate; }
.full-map .coverage-west { fill: rgba(42,196,238,.16); stroke: rgba(42,196,238,.82); stroke-width: 2.2; }
.full-map .coverage-east { fill: rgba(230,184,93,.15); stroke: rgba(230,184,93,.78); stroke-width: 2.2; animation-delay: -2.1s; }
.full-map .coverage-in-halo { fill: rgba(121,223,155,.18); stroke: rgba(121,223,155,.9); stroke-width: 2; stroke-dasharray: 7 7; }
.full-map .coverage-node { stroke: #fff; stroke-width: 2; }
.full-map .node-ca { fill: var(--cyan); }
.full-map .node-in { fill: var(--green); }
.full-map .node-ga { fill: var(--amber); }
@keyframes coverage-breathe { from { opacity: .78; transform: scale(.985); } to { opacity: 1; transform: scale(1.015); } }
.map-node { position: absolute; min-width: 86px; padding: 9px 12px; border: 1px solid; background: rgba(4,8,13,.92); }
.map-node strong { display: block; font-size: 24px; line-height: 1; }
.map-node span { display: block; margin-top: 6px; color: var(--muted); font-size: 11px; }
.map-node.ca { left: 8%; bottom: 12%; border-color: rgba(42,196,238,.7); }
.map-node.in { left: 59%; top: 27%; border-color: rgba(121,223,155,.7); }
.map-node.ga { right: 8%; bottom: 9%; border-color: rgba(230,184,93,.7); }
.console-footer { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.console-footer div { min-height: 76px; padding: 14px 16px; border-right: 1px solid var(--line); }
.console-footer div:last-child { border-right: 0; }
.console-footer b { display: block; font-size: 14px; }
.console-footer span { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }

.fact-bar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #080d14; }
.facts { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { min-height: 126px; padding: 25px 28px; border-right: 1px solid var(--line); }
.fact:first-child { border-left: 1px solid var(--line); }
.fact strong { display: block; font-size: 30px; line-height: 1.2; }
.fact span { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; }

.section { padding: 92px 0; }
.section-alt { background: #080d14; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .55fr); gap: 70px; align-items: end; margin-bottom: 46px; }
.section-title { max-width: 780px; margin: 0; font-size: 38px; line-height: 1.22; }
.section-intro { margin: 0; color: var(--muted); font-size: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--cyan); font-weight: 800; }
.text-link::after { content: "→"; }

.service-preview { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.service-item { min-height: 188px; padding: 30px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-item:nth-child(2n+1) { border-left: 1px solid var(--line); }
.service-item small { color: var(--cyan); font-weight: 800; }
.service-item h3 { margin: 24px 0 8px; font-size: 24px; }
.service-item p { max-width: 470px; margin: 0; color: var(--muted); }
.service-item:hover { background: var(--cyan-soft); }
.service-item-wide { grid-column: 1 / -1; min-height: 152px; display: grid; grid-template-columns: minmax(220px, .7fr) minmax(320px, 1.4fr) auto; align-items: center; gap: 32px; border-left: 1px solid var(--line); background: linear-gradient(90deg, rgba(41,196,239,.09), rgba(255,255,255,.018) 58%); }
.service-item-wide h3 { margin: 10px 0 0; }
.service-item-wide p { max-width: 610px; }
.service-item-wide strong { color: var(--cyan); font-size: 14px; white-space: nowrap; }

.photo-band { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 480px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.photo-band-media { position: relative; overflow: hidden; }
.photo-band-media img { height: 100%; object-fit: cover; }
.photo-band-media::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(90deg, transparent 55%, #080d14 100%), linear-gradient(0deg, rgba(5,8,13,.35), transparent 55%); }
.warehouse-carousel { position: relative; overflow: hidden; background: #080d14; }
.warehouse-carousel-track { position: absolute; inset: 0; }
.warehouse-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: translateX(4%); transition: opacity .7s ease, transform .8s ease; pointer-events: none; }
.warehouse-slide.is-active { opacity: 1; transform: translateX(0); pointer-events: auto; z-index: 1; }
.warehouse-slide img { width: 100%; height: 100%; object-fit: cover; }
.warehouse-slide figcaption { position: absolute; left: 24px; bottom: 22px; z-index: 3; padding: 8px 11px; border: 1px solid rgba(255,255,255,.2); background: rgba(4,8,13,.72); color: #fff; font-size: 13px; font-weight: 700; backdrop-filter: blur(8px); }
.carousel-arrow { position: absolute; top: 50%; z-index: 4; width: 42px; height: 42px; padding: 0; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.28); background: rgba(4,8,13,.7); color: #fff; font-size: 22px; line-height: 1; cursor: pointer; transition: border-color .2s ease, background .2s ease; }
.carousel-arrow:hover { border-color: var(--cyan); background: rgba(8,18,27,.92); }
.carousel-prev { left: 18px; }
.carousel-next { right: 18px; }
.carousel-dots { position: absolute; right: 22px; bottom: 22px; z-index: 4; display: flex; gap: 8px; }
.carousel-dot { width: 22px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.42); cursor: pointer; transition: width .25s ease, background .25s ease; }
.carousel-dot.is-active { width: 34px; background: var(--cyan); }
.warehouse-card-carousel { height: 230px; }
.warehouse-card-carousel .warehouse-slide figcaption { left: 16px; bottom: 16px; }
.warehouse-card-carousel .carousel-arrow { width: 36px; height: 36px; font-size: 18px; opacity: 0; }
.warehouse-card-carousel:hover .carousel-arrow,
.warehouse-card-carousel:focus-within .carousel-arrow { opacity: 1; }
.warehouse-card-carousel .carousel-prev { left: 12px; }
.warehouse-card-carousel .carousel-next { right: 12px; }
.warehouse-card-carousel .carousel-dots { right: 16px; bottom: 18px; }
.warehouse-card-carousel .carousel-dot { width: 16px; }
.warehouse-card-carousel .carousel-dot.is-active { width: 26px; }
.photo-band-copy { padding: 64px 48px; display: flex; flex-direction: column; justify-content: center; background: #080d14; }
.photo-band-copy h2 { margin: 0; font-size: 38px; line-height: 1.25; }
.photo-band-copy p { margin: 20px 0 0; color: var(--muted); }
.node-list { display: grid; gap: 0; margin-top: 30px; border-top: 1px solid var(--line); }
.node-row { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.node-row strong { color: var(--cyan); }
.node-row span { color: #d6dde7; }

.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.proof-card { min-height: 250px; padding: 28px; border: 1px solid var(--line); background: var(--surface); }
.proof-card span { display: inline-block; padding: 4px 8px; background: var(--cyan-soft); color: var(--cyan); font-size: 12px; font-weight: 800; }
.proof-card h3 { margin: 48px 0 10px; font-size: 22px; }
.proof-card p { margin: 0; color: var(--muted); }

.partner-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.partner-group { padding: 26px; border: 1px solid var(--line); background: var(--surface); }
.partner-group h3 { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.partners { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding-top: 26px; border-top: 1px solid var(--line); }
.partner-group .partners { padding-top: 0; border-top: 0; }
.partner-logo { width: 174px; height: 64px; padding: 12px 18px; border: 1px solid var(--line); background: rgba(255,255,255,.96); opacity: .76; }
.partner-logo img { width: 100%; height: 100%; object-fit: contain; }
.partner-logo-goodcang { background: #164f91; }
.partner-logo-goodcang img { transform: scale(1.08); }
.partner-logo-firstunion img { transform: scale(.94); }
.partner-logo-lingxing img { transform: scale(.92); }
.partner-word { width: 138px; height: 58px; padding: 9px 13px; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid rgba(168,181,196,.32); background: #f7f8fa; }
.partner-word.channel-logo img { width: 100%; height: 100%; object-fit: contain; }
.partner-word.logo-amazon-platform img { transform: scale(.9); }
.partner-word.logo-tiktok img { transform: scale(1.32); }
.partner-word.logo-temu img { width: 42px; height: 42px; }
.partner-word.logo-shein img { transform: scale(.9); }
.partner-word.logo-ebay img { transform: scale(1.14); }
.partner-word.logo-ups img { transform: scale(.92); }
.partner-word.logo-fedex { background: #4d148c; }
.partner-word.logo-fedex img { transform: scale(.9); }
.partner-word.logo-usps img { transform: scale(.94); }
.partner-word.logo-gofo img { transform: scale(3.2); }
.partner-word.logo-uniuni img { transform: scale(.94); }
.partner-word.logo-swiftx img { transform: scale(.94); }
.partner-word.logo-speedx img { transform: scale(.94); }
.partner-word.channel-logo-amazon { padding-inline: 10px; }
.partner-word.channel-logo-cainiao { padding-block: 7px; }
.partner-word:hover,
.partner-logo:hover { opacity: 1; border-color: var(--line-strong); }

.cta-band { padding: 72px 0; border-top: 1px solid var(--line); background: linear-gradient(90deg, #07131b, #0b0f15 62%, #15120c); }
.cta-inner { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band h2 { max-width: 700px; margin: 0; font-size: 34px; line-height: 1.25; }
.cta-band p { max-width: 660px; margin: 12px 0 0; color: var(--muted); }

.page-hero { min-height: 450px; padding: 142px 0 66px; display: flex; align-items: end; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background-position: center; background-size: cover; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,6,10,.97), rgba(3,6,10,.76) 58%, rgba(3,6,10,.42)), linear-gradient(0deg, rgba(5,8,13,.9), transparent 55%); }
.page-hero.services-hero,
.page-hero.network-hero,
.page-hero.operations-hero,
.page-hero.about-hero { background-image: url("warehouse-brand-hero-v2.webp"); }
.page-hero.services-hero { background-image: url("services-hero-warehouse-logo-v3.webp"); background-position: center 54%; }
.page-hero.network-hero { min-height: 520px; background-image: url("network-hero-us-class8-v3.webp"); background-position: center 38%; }
.page-hero.network-hero::before { background: linear-gradient(90deg, rgba(3,6,10,.96), rgba(3,6,10,.72) 48%, rgba(3,6,10,.2)), linear-gradient(0deg, rgba(5,8,13,.84), transparent 58%); }
.page-hero.operations-hero { min-height: 500px; background-image: url("operations-hero-picking-branded-v3.webp"); background-position: center top; }
.page-hero.about-hero {
  min-height: 500px;
  background-color: #070a0e;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, #070a0e 0%, #090d12 62%, #12100d 100%);
  background-size: 88px 88px, 88px 88px, auto;
  background-position: center;
}
.page-hero.about-hero::before {
  background:
    linear-gradient(90deg, rgba(4,7,10,.98) 0%, rgba(5,8,12,.92) 47%, rgba(5,8,12,.25) 72%, rgba(5,8,12,.05) 100%),
    linear-gradient(0deg, rgba(4,7,10,.72), transparent 58%);
}
.about-brand-stage {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: max(6vw, 54px);
  width: min(34vw, 440px);
  transform: translateY(-46%);
  opacity: 1;
}
.about-brand-stage::before {
  content: "";
  position: absolute;
  left: -12%;
  right: -12%;
  top: 62%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,151,84,.42), transparent);
}
.about-brand-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero.about-hero .container { padding-right: min(43vw, 560px); }
.page-hero h1 { max-width: 760px; margin: 0; font-size: 46px; line-height: 1.16; }
.page-hero p { max-width: 760px; margin: 18px 0 0; color: #d7dee7; font-size: 17px; }
.breadcrumb { margin-bottom: 22px; color: var(--muted); font-size: 13px; }
.breadcrumb a:hover { color: var(--cyan); }

.tabs { position: static; border-bottom: 1px solid var(--line); background: #080d14; }
.tabs-inner { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; display: flex; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.tabs-inner::-webkit-scrollbar { display: none; }
.tabs a { flex: 0 0 auto; padding: 17px 20px; color: var(--muted); font-size: 14px; font-weight: 800; border-bottom: 2px solid transparent; }
.tabs a:hover { color: #fff; border-bottom-color: var(--cyan); }

.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.detail-card { min-height: 260px; padding: 28px; border: 1px solid var(--line); background: var(--surface); }
.detail-card b { color: var(--cyan); font-size: 13px; }
.detail-card h3 { margin: 44px 0 10px; font-size: 24px; }
.detail-card p { margin: 0; color: var(--muted); }

.process { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-step { min-height: 210px; padding: 24px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-step b { display: block; color: var(--cyan); font-size: 13px; }
.process-step h3 { margin: 40px 0 8px; font-size: 20px; }
.process-step p { margin: 0; color: var(--muted); font-size: 14px; }

.scenario-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.scenario { padding: 22px; border: 1px solid var(--line); background: var(--surface); }
.scenario h3 { margin: 0 0 8px; font-size: 18px; }
.scenario p { margin: 0; color: var(--muted); font-size: 14px; }

.warehouse-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.warehouse-card { overflow: hidden; border: 1px solid var(--line); background: var(--surface); }
.warehouse-card img { height: 230px; object-fit: cover; }
.warehouse-placeholder {
  height: 230px;
  display: flex;
  align-items: end;
  padding: 24px;
  background:
    linear-gradient(rgba(42,196,238,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42,196,238,.06) 1px, transparent 1px),
    #09111a;
  background-size: 36px 36px;
  color: rgba(255,255,255,.12);
  font-size: 72px;
  font-weight: 900;
}
.warehouse-card .warehouse-copy { padding: 24px; }
.warehouse-card small { color: var(--cyan); font-weight: 800; }
.warehouse-card h2 { margin: 8px 0 12px; font-size: 25px; }
.warehouse-card p { margin: 0; color: var(--muted); }
.warehouse-card ul { margin: 18px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; color: #d3dbe5; }
.warehouse-card li + li { margin-top: 7px; }

@media (prefers-reduced-motion: reduce) {
  .warehouse-slide { transition: none; transform: none; }
}

.full-map { display: grid; grid-template-columns: 1fr 330px; min-height: 500px; border: 1px solid var(--line); background: #060b11; }
.full-map .map-wrap { min-height: 500px; }
.map-summary { padding: 36px 30px; border-left: 1px solid var(--line); }
.map-summary h2 { margin: 0 0 16px; font-size: 28px; }
.map-summary p { color: var(--muted); }
.map-summary .node-row { grid-template-columns: 48px 1fr; }

.media-feature { display: grid; grid-template-columns: 1.1fr .9fr; border: 1px solid var(--line); background: var(--surface); }
.media-feature img { height: 440px; object-fit: cover; }
.media-feature .panorama-image { width: 100%; height: auto; aspect-ratio: 16 / 9; align-self: center; object-fit: contain; }
.equipment-feature { grid-template-columns: 1fr; }
.equipment-gallery { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 1px; background: var(--line); }
.equipment-gallery figure { min-width: 0; margin: 0; overflow: hidden; background: #060a0f; }
.equipment-gallery img { width: 100%; height: 440px; object-fit: cover; }
.equipment-gallery figure:first-child img { object-position: center; }
.equipment-gallery figure:last-child img { object-position: center; }
.equipment-gallery.equipment-carousel { display: block; width: 100%; height: auto; min-height: 0; aspect-ratio: 16 / 9; }
.equipment-carousel .warehouse-slide { background: #05080d; }
.equipment-carousel .warehouse-slide img { width: 100%; height: 100%; object-fit: cover; }
.equipment-carousel .warehouse-slide figcaption { left: 22px; bottom: 22px; }
.equipment-feature .media-copy { max-width: 900px; }
.media-copy { padding: 48px; display: flex; flex-direction: column; justify-content: center; }
.media-copy h2 { margin: 0; font-size: 34px; }
.media-copy p { margin: 18px 0 0; color: var(--muted); }
.bullet-list { margin: 24px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.bullet-list li { padding: 13px 0; border-bottom: 1px solid var(--line); color: #d7dee7; }
.bullet-list li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 12px; background: var(--cyan); vertical-align: middle; }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.timeline-item { min-height: 170px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.timeline-item strong { color: var(--cyan); font-size: 24px; }
.timeline-item h3 { margin: 24px 0 8px; font-size: 18px; }
.timeline-item p { margin: 0; color: var(--muted); font-size: 14px; }

.contact-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 64px; }
.contact-copy h2 { margin: 0; font-size: 40px; line-height: 1.2; }
.contact-copy p { color: var(--muted); }
.contact-list { border-top: 1px solid var(--line); }
.contact-line { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-line span { color: var(--muted); }
.contact-line strong { text-align: right; }

.site-footer { border-top: 1px solid var(--line); background: #03060a; }
.footer-grid { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 56px 0 40px; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.footer-brand strong { font-size: 21px; }
.footer-brand p { max-width: 420px; margin: 16px 0 0; color: var(--muted); font-size: 14px; }
.footer-col h3 { margin: 0 0 14px; font-size: 14px; }
.footer-col a,
.footer-col span { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; }
.footer-col a:hover { color: var(--cyan); }
.footer-bottom { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 18px 0; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #748194; font-size: 12px; }

.legal-page { padding: 150px 0 90px; }
.legal-page h1 { margin: 0; font-size: 44px; line-height: 1.18; }
.legal-page .legal-lead { max-width: 760px; margin: 18px 0 0; color: var(--muted); }
.legal-content { max-width: 880px; margin-top: 58px; padding-top: 8px; border-top: 1px solid var(--line); }
.legal-content section { padding: 30px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 12px; font-size: 22px; }
.legal-content p { margin: 0; color: #aeb8c6; }
.legal-content a { color: var(--cyan); }

.home-return {
  position: fixed;
  top: 92px;
  right: 24px;
  z-index: 80;
  min-width: 106px;
  height: 46px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(43,195,235,.48);
  border-radius: 4px;
  background: rgba(7,12,18,.92);
  color: #e4eaf1;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0,0,0,.28);
  backdrop-filter: blur(10px);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.home-return span:first-child { color: var(--cyan); font-size: 18px; line-height: 1; }
.home-return:hover { color: #fff; border-color: var(--cyan); background: #0b1720; transform: translateX(-3px); }

.quote-modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 24px; }
.quote-modal.open { display: flex; }
.quote-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.78); backdrop-filter: blur(8px); }
.quote-dialog { position: relative; width: min(680px, 100%); max-height: calc(100vh - 48px); overflow: auto; padding: 34px; border: 1px solid var(--line); background: #f7f9fc; color: #10151c; box-shadow: 0 24px 80px rgba(0,0,0,.55); }
.quote-close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border: 0; background: transparent; color: #5d6672; font-size: 28px; cursor: pointer; }
.quote-dialog h2 { margin: 0 48px 8px 0; font-size: 27px; line-height: 1.3; }
.quote-dialog > p { margin: 0 0 24px; color: #697382; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 700; }
.required { color: #e44747; }
.form-field input,
.form-field select,
.form-field textarea { width: 100%; border: 1px solid #d5dbe4; border-radius: 5px; padding: 11px 12px; background: #fff; color: #10151c; outline: none; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { border-color: #178fb2; box-shadow: 0 0 0 3px rgba(42,196,238,.14); }
.form-field textarea { min-height: 104px; resize: vertical; }
.form-actions { grid-column: 1 / -1; display: flex; justify-content: flex-end; gap: 10px; margin-top: 4px; }
.form-actions button { min-width: 110px; min-height: 42px; border-radius: 5px; border: 1px solid #c9d0d9; cursor: pointer; }
.form-actions .submit { border-color: #159bbb; background: #20b9de; color: #061116; font-weight: 800; }
.form-status { grid-column: 1 / -1; min-height: 20px; color: #52606d; font-size: 13px; }
.form-status a { color: #087f9e; font-weight: 700; text-decoration: underline; }
.form-notice { grid-column: 1 / -1; margin: -2px 0 0; color: #697382; font-size: 12px; }
.form-notice a { color: #087f9e; text-decoration: underline; }

@media (max-width: 1240px) {
  .hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .network-console { width: min(700px, 100%); }
}

@media (max-width: 1050px) {
  .site-nav { position: fixed; inset: 74px 0 auto; display: none; padding: 12px 24px 22px; flex-direction: column; align-items: stretch; background: #080d14; border-bottom: 1px solid var(--line); }
  body.menu-open .site-nav { display: flex; }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .header-cta { margin-left: auto; }
  .menu-button { display: block; }
  .hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .network-console { width: min(700px, 100%); }
  .home-hero { min-height: auto; }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .photo-band { grid-template-columns: 1fr; }
  .photo-band-media { min-height: 380px; }
  .photo-band-media::after { background: linear-gradient(0deg, #080d14 0%, transparent 40%); }
  .proof-grid,
  .detail-grid,
  .warehouse-grid { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(3, 1fr); }
  .partner-groups { grid-template-columns: 1fr; }
  .scenario-grid { grid-template-columns: repeat(2, 1fr); }
  .full-map { grid-template-columns: 1fr; }
  .map-summary { border-left: 0; border-top: 1px solid var(--line); }
  .media-feature { grid-template-columns: 1fr; }
  .media-feature img { height: 380px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .site-header { height: 68px; }
  .header-inner,
  .hero-grid,
  .container,
  .facts,
  .tabs-inner,
  .cta-inner,
  .footer-grid,
  .footer-bottom { width: min(100% - 30px, var(--max)); }
  .brand { min-width: 0; }
  .brand img { width: 36px; height: 36px; }
  .brand strong { font-size: 15px; }
  .brand span { display: none; }
  .header-cta { display: none; }
  .site-nav { top: 68px; }
  .home-hero { padding: 116px 0 54px; }
  .home-hero h1 { font-size: 40px; }
  .hero-lede { font-size: 17px; }
  .hero-copy { font-size: 14px; }
  .network-console { margin-top: 10px; }
  .map-wrap { min-height: 280px; }
  .map-node { min-width: 68px; padding: 7px 9px; }
  .map-node strong { font-size: 20px; }
  .map-node span { font-size: 9px; }
  .console-footer { grid-template-columns: 1fr; }
  .console-footer div { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .console-footer div:last-child { border-bottom: 0; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .fact { min-height: 112px; padding: 20px 16px; border-bottom: 1px solid var(--line); }
  .fact:nth-child(odd) { border-left: 1px solid var(--line); }
  .fact strong { font-size: 25px; }
  .section { padding: 68px 0; }
  .section-title { font-size: 31px; }
  .service-preview,
  .proof-grid,
  .detail-grid,
  .warehouse-grid,
  .process,
  .scenario-grid,
  .timeline { grid-template-columns: 1fr; }
  .service-item { min-height: 0; border-left: 1px solid var(--line); }
  .service-item-wide { grid-template-columns: 1fr; gap: 16px; }
  .service-item-wide strong { margin-top: 4px; }
  .photo-band-media { min-height: 300px; }
  .warehouse-card-carousel .carousel-arrow { opacity: 1; }
  .warehouse-slide figcaption { left: 14px; bottom: 16px; font-size: 12px; }
  .carousel-arrow { width: 38px; height: 38px; }
  .carousel-prev { left: 12px; }
  .carousel-next { right: 12px; }
  .carousel-dots { right: 14px; bottom: 18px; }
  .photo-band-copy { padding: 38px 24px; }
  .photo-band-copy h2 { font-size: 30px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .cta-band h2 { font-size: 28px; }
  .page-hero { min-height: 390px; padding: 116px 0 52px; }
  .page-hero.services-hero { background-position: right 54%; }
  .page-hero.network-hero { min-height: 410px; background-position: right center; }
  .page-hero.operations-hero { min-height: 410px; background-position: right top; }
  .page-hero.about-hero { min-height: 610px; align-items: flex-start; }
  .page-hero.about-hero .container { padding-right: 0; padding-bottom: 190px; }
  .about-brand-stage { top: auto; right: 24px; bottom: 38px; width: 210px; transform: none; }
  .page-hero h1 { font-size: 34px; }
  .page-hero p { font-size: 16px; }
  .page-hero .eyebrow { font-size: 12px; }
  .page-hero .eyebrow::before { width: 24px; margin-right: 10px; }
  .full-map .map-wrap { min-height: 370px; }
  .media-feature img { height: 300px; }
  .equipment-gallery { grid-template-columns: 1fr; }
  .equipment-gallery img { height: auto; object-fit: contain; }
  .equipment-gallery.equipment-carousel { height: auto; min-height: 0; aspect-ratio: 16 / 10; }
  .equipment-gallery.equipment-carousel img { height: 100%; }
  .media-copy { padding: 34px 24px; }
  .media-copy h2 { font-size: 29px; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .contact-copy h2 { font-size: 31px; }
  .contact-line { align-items: flex-start; flex-direction: column; gap: 4px; }
  .contact-line strong { text-align: left; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 4px; }
  .legal-page { padding: 112px 0 64px; }
  .legal-page h1 { font-size: 34px; }
  .legal-content { margin-top: 34px; }
  .home-return { top: auto; right: 15px; bottom: 15px; min-width: 98px; height: 42px; padding: 0 13px; }
  .tabs-inner { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: visible; }
  .tabs a { min-width: 0; padding: 15px 3px; text-align: center; white-space: nowrap; font-size: 12px; }
  .home-return { min-width: 44px; width: 44px; padding: 0; border-radius: 50%; }
  .home-return span:last-child { display: none; }
  .quote-dialog { padding: 26px 20px; }
  .quote-dialog h2 { font-size: 23px; }
  .quote-form { grid-template-columns: 1fr; }
  .form-field.full,
  .form-actions,
  .form-status { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .map-lines path { animation: none; }
  .full-map .map-coverage ellipse,
  .full-map .coverage-in-halo { animation: none; }
  .js body { transition: none; }
}
