﻿.logistics { --accent:#1f5c89; --hero:url("/assets/templates/images/pc/logistics/logistics-yard-hero-real.webp"); --shade:rgba(5,25,43,.72); }
.logistics .real-nav { background:rgba(255,255,255,.93); }
.logistics .nav-cta { background:#1f5c89; }
.logistics .hero-full { min-height:min(820px, calc(100svh - 136px)); }
.logistics-hero .hero-copy { max-width:760px; }
.logistics-hero .hero-copy h1 { max-width:760px; font-size:72px; letter-spacing:0; }
.logistics-hero .real-btn.ghost { background:rgba(255,255,255,.08); }

.logistics-overview {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  background:#d8e1e8;
  border-top:1px solid #d8e1e8;
  border-bottom:1px solid #d8e1e8;
}
.logistics-overview div { padding:32px 7vw; background:#fff; }
.logistics-overview b { display:block; margin-bottom:8px; color:#1f5c89; font-size:24px; }
.logistics-overview p { margin-bottom:0; color:#5b6670; font-size:14px; line-height:1.7; font-weight:700; overflow-wrap:anywhere; }

.logistics-network { background:#f5f8fa; }
.logistics-network .section-title p { max-width:470px; margin-bottom:0; }
.logistics-network-grid {
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:22px;
}
.logistics-network-main,
.logistics-network-card {
  position:relative;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(31,92,137,.14);
}
.logistics-network-main { min-height:620px; grid-row:span 2; }
.logistics-network-main picture,
.logistics-network-card picture,
.logistics-control-photo picture,
.logistics-delivery-photo picture { display:block; width:100%; height:100%; }
.logistics-network-main img { width:100%; height:100%; min-height:620px; object-fit:cover; }
.logistics-network-main > div {
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  padding:24px;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(16px);
}
.logistics-network-main span,
.logistics-control-copy span,
.logistics-contact-copy span {
  display:block;
  margin-bottom:12px;
  color:#5aa8d8;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.logistics-network-main h3,
.logistics-network-card h3 { margin-bottom:10px; font-size:24px; }
.logistics-network-main p,
.logistics-network-card p { margin-bottom:0; font-size:14px; }
.logistics-network-card img { width:100%; height:260px; object-fit:cover; }
.logistics-network-card h3,
.logistics-network-card p { padding:0 24px; }
.logistics-network-card h3 { margin-top:22px; }
.logistics-network-card p { padding-bottom:24px; }

.logistics-control {
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:34px;
  align-items:center;
  padding:72px 7vw;
  background:#0e2234;
  color:#fff;
}
.logistics-control h2,
.logistics-contact-copy h2 { margin-bottom:18px; font-size:42px; line-height:1.15; }
.logistics-control p { color:rgba(255,255,255,.72); }
.logistics-control ul { margin:28px 0 0; padding:0; list-style:none; }
.logistics-control li { padding:14px 0 14px 28px; color:rgba(255,255,255,.84); border-top:1px solid rgba(255,255,255,.12); position:relative; }
.logistics-control li::before { content:""; position:absolute; left:0; top:23px; width:9px; height:9px; background:#5aa8d8; }
.logistics-control-photo { position:relative; min-height:430px; }
.logistics-control-photo img { width:100%; height:430px; object-fit:cover; border:1px solid rgba(255,255,255,.12); }
.logistics-tags {
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:16px;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(12px);
}
.logistics-tags b { margin-right:6px; color:#1f5c89; }
.logistics-tags span { padding:7px 10px; color:#475461; background:#eef3f7; font-size:12px; font-weight:800; }

.logistics-delivery { background:#fff; }
.logistics-delivery .section-title p { max-width:430px; margin-bottom:0; }
.logistics-delivery-row { display:grid; grid-template-columns:1fr 1fr; gap:22px; align-items:stretch; }
.logistics-delivery-photo img { width:100%; height:100%; min-height:540px; object-fit:cover; }
.logistics-steps { display:grid; grid-template-columns:1fr 1fr; gap:1px; background:#d8e1e8; }
.logistics-steps div { padding:34px 28px; background:#f5f8fa; }
.logistics-steps b { display:block; margin-bottom:22px; color:#1f5c89; font-size:13px; }
.logistics-steps h3 { margin-bottom:10px; font-size:22px; }
.logistics-steps p { margin-bottom:0; font-size:14px; }

.logistics-contact {
  position:relative;
  min-height:520px;
  display:flex;
  align-items:center;
  padding:72px 7vw;
  overflow:hidden;
  color:#fff;
}
.logistics-contact::before { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(90deg,rgba(5,25,43,.9),rgba(5,25,43,.6),rgba(5,25,43,.16)); }
.logistics-contact picture { position:absolute; inset:0; width:100%; height:100%; }
.logistics-contact img { width:100%; height:100%; object-fit:cover; }
.logistics-contact-copy { position:relative; z-index:2; max-width:560px; }
.logistics-contact-copy p { color:rgba(255,255,255,.78); }
html.js-ready body.logistics .reveal { opacity:1; transform:none; }

@media (max-width: 1080px) {
.logistics-hero .hero-copy h1 { font-size:58px; }
  .logistics-network-grid,
  .logistics-control,
  .logistics-delivery-row { grid-template-columns:1fr; }
  .logistics-network-main,
  .logistics-network-main img { min-height:480px; }
  .logistics-delivery-photo img { min-height:420px; }
}

@media (max-width: 720px) {
.logistics { --hero:url("/assets/templates/images/mobile/logistics/logistics-yard-hero-real.webp"); }
  .logistics .real-nav { background:rgba(255,255,255,.94); }
  .logistics .hero-full {
    min-height:min(760px, calc(100svh - 64px));
    padding-top:74px;
    padding-bottom:30px;
    background-position:58% bottom;
  }
  .logistics .hero-full::before { background:linear-gradient(180deg,rgba(5,25,43,.82),rgba(5,25,43,.42) 58%,rgba(5,25,43,.9)); }
  .logistics-hero .hero-copy { max-width:340px; }
  .logistics-hero .hero-copy .kicker { margin-bottom:14px; font-size:13px; line-height:1.5; }
  .logistics-hero .hero-copy h1 { max-width:330px; margin-bottom:18px; font-size:33px; line-height:1.12; word-break:normal; }
  .logistics-hero .hero-copy .lead { max-width:330px; font-size:16px; line-height:1.62; }
  .logistics-hero .hero-points { margin-top:20px; gap:10px 14px; }
  .logistics-hero .hero-actions { max-width:320px; gap:10px; margin-top:24px; }
  .logistics-hero .real-btn { flex:1 1 100%; width:100%; min-height:46px; padding:0 14px; font-size:14px; }
  .logistics-overview { grid-template-columns:1fr; }
  .logistics-overview div { min-width:0; padding:22px 20px; }
  .logistics-overview b { font-size:21px; }
  .logistics-overview p { width:100%; max-width:310px; word-break:break-all; overflow-wrap:anywhere; }
  .logistics-network .section-title p,
  .logistics-delivery .section-title p { max-width:330px; word-break:break-all; overflow-wrap:anywhere; }
  .logistics-network-grid { grid-template-columns:1fr; gap:18px; }
  .logistics-network-main { min-height:auto; grid-row:auto; }
  .logistics-network-main picture,
  .logistics-network-card picture { height:auto; }
  .logistics-network-main img,
  .logistics-network-card img { min-height:0; height:auto; aspect-ratio:1.18 / 1; object-fit:cover; }
  .logistics-network-main > div { position:static; padding:20px; background:#fff; backdrop-filter:none; }
  .logistics-network-card h3,
  .logistics-network-card p { padding:0 20px; }
  .logistics-network-card h3 { margin-top:20px; }
  .logistics-network-card p { padding-bottom:20px; }
  .logistics-control { grid-template-columns:1fr; gap:22px; padding:52px 20px; }
  .logistics-control h2,
  .logistics-contact-copy h2 { font-size:32px; }
  .logistics-control-photo,
  .logistics-control-photo img { min-height:0; height:auto; }
  .logistics-control-photo img { aspect-ratio:1.15 / 1; object-fit:cover; }
  .logistics-tags { position:static; margin-top:10px; padding:14px; }
  .logistics-delivery-row { grid-template-columns:1fr; gap:18px; }
  .logistics-delivery-photo picture { height:auto; }
  .logistics-delivery-photo img { min-height:0; height:auto; aspect-ratio:1.18 / 1; object-fit:cover; }
  .logistics-steps { grid-template-columns:1fr; }
  .logistics-steps div { padding:24px 20px; }
  .logistics-contact { min-height:520px; padding:48px 20px 92px; align-items:flex-end; }
  .logistics-contact::before { background:linear-gradient(180deg,rgba(5,25,43,.26),rgba(5,25,43,.92)); }
html.js-ready body.logistics .reveal { opacity:1; transform:none; }
}

/* 2026-06-04 structure pass: dispatch board */
.logistics-overview {
  grid-template-columns: 1fr 1.3fr 1fr;
  background: #071d31;
}
.logistics-overview div {
  background: #071d31;
  color: #fff;
}
.logistics-overview div:nth-child(2) {
  background: #f5f8fb;
  color: #123b5d;
}
.logistics-overview div:not(:nth-child(2)) b,
.logistics-overview div:not(:nth-child(2)) p { color: #fff; }
.logistics-network-grid {
  grid-template-columns: 1.2fr .8fr;
}
.logistics-network-card {
  min-height: 230px;
}
.logistics-control {
  grid-template-columns: .68fr 1.32fr;
}
.logistics-steps {
  grid-template-columns: repeat(4, minmax(0,1fr));
}
.logistics-steps div {
  min-height: 260px;
}

@media (max-width:720px) {
  .logistics-overview,
  .logistics-network-grid,
  .logistics-control,
  .logistics-steps { grid-template-columns: 1fr; }
}

/* 2026-06-04 premium hero tuning */
.logistics {
  --nav-ink: #fff;
  --nav-cta-bg: #080808;
  --hero-pos: 70% center;
  --hero-mobile-pos: 58% center;
  --hero-overlay: linear-gradient(90deg,rgba(4,18,31,.82),rgba(4,18,31,.30) 50%,rgba(4,18,31,.04));
  --hero-mobile-overlay: linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,.30) 56%,rgba(0,0,0,.82));
  --hero-title-size: 70px;
  --hero-mobile-title-size: 38px;
  --hero-copy-width: 620px;
  --hero-title-width: 720px;
  --hero-lead-width: 520px;
  --hero-btn-bg: #080808;
}
.logistics .real-nav {
  position: absolute;
  width: 100%;
  color: var(--nav-ink);
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}
.logistics .hero-full {
  min-height: min(790px, 100svh);
  padding: 138px 8vw 86px;
  background-position: var(--hero-pos);
}
.logistics .hero-full::before { background: var(--hero-overlay); }
.logistics-hero .hero-copy h1 {
  max-width: var(--hero-title-width);
  font-family: var(--serif);
  font-size: var(--hero-title-size);
  line-height: .98;
  font-weight: 400;
  letter-spacing: 0;
}
.logistics-hero .hero-copy .lead {
  max-width: var(--hero-lead-width);
  font-size: 21px;
  line-height: 1.62;
}
.logistics-hero .real-btn { background: var(--hero-btn-bg); }
.logistics-hero .real-btn.ghost {
  color: currentColor;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.48);
}
@media (max-width:720px) {
  .logistics .real-nav { background: linear-gradient(180deg,rgba(0,0,0,.34),transparent); }
  .logistics .hero-full {
    min-height: min(700px, 100svh);
    padding: 96px 20px 44px;
    background-position: var(--hero-mobile-pos);
  }
  .logistics .hero-full::before { background: var(--hero-mobile-overlay); }
  .logistics-hero .hero-copy h1 {
    max-width: 330px;
    font-size: var(--hero-mobile-title-size);
    line-height: 1.05;
    word-break: normal;
  }
  .logistics-hero .hero-copy .lead {
    max-width: 330px;
    font-size: 16px;
  }
}
/* 2026-06-04 real hero source + whitespace */
.logistics {
  --hero: url("/assets/templates/images/pc/logistics/real-logistics-hero.webp");
  --nav-ink: #fff;
  --nav-cta-bg: #0b1118;
  --hero-text: #fff;
  --hero-muted: rgba(255,255,255,.82);
  --hero-pos: 68% center;
  --hero-mobile-pos: 60% center;
  --hero-overlay: linear-gradient(90deg,rgba(5,25,43,.84),rgba(5,25,43,.40) 45%,rgba(5,25,43,.04));
  --hero-mobile-overlay: linear-gradient(180deg,rgba(5,25,43,.84),rgba(5,25,43,.46) 58%,rgba(5,25,43,.82));
  --hero-title-size: 62px;
  --hero-mobile-title-size: 34px;
  --hero-copy-width: 540px;
  --hero-title-width: 610px;
  --hero-lead-width: 500px;
  --hero-btn-bg: #0b1118;
}
.logistics .real-nav {
  color: var(--nav-ink);
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}
.logistics .hero-full {
  background-position: var(--hero-pos);
}
.logistics .hero-full::before {
  background: var(--hero-overlay);
}
@media (max-width: 720px) {
  .logistics {
    --hero: url("/assets/templates/images/mobile/logistics/real-logistics-hero.webp");
    --mobile-nav-ink: var(--nav-ink);
  }
  .logistics .hero-full {
    background-position: var(--hero-mobile-pos);
  }
  .logistics .hero-full::before {
    background: var(--hero-mobile-overlay);
  }
}
/* end 2026-06-04 real hero source + whitespace */
