:root {
  --ink: #102236;
  --muted: #5c6b79;
  --blue: #079bd3;
  --blue-dark: #05759f;
  --ice: #eef8fc;
  --line: #dce7ed;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 18px 55px rgba(14, 39, 59, .12);
}

* { 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;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 14px; color: var(--blue-dark); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section { padding: 96px 0; }
.section.alt { background: var(--ice); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.section-head h2, .split-copy h2, .cta h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.55rem); line-height: 1.08; letter-spacing: -.045em; }
.section-head p { max-width: 520px; margin: 0; color: var(--muted); }

.topbar { background: #0b1e31; color: #d8e6ef; font-size: .86rem; }
.topbar .container { min-height: 38px; display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.topbar a:hover { color: #fff; }
.header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid rgba(16,34,54,.08); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo img { width: 210px; height: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: .95rem; font-weight: 650; }
.nav-links a { padding: 10px 0; border-bottom: 2px solid transparent; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--blue-dark); border-color: var(--blue); }
.nav-cta { padding: 11px 18px !important; color: #fff !important; background: var(--blue); border-radius: 999px; border: 0 !important; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); }

.hero { position: relative; min-height: 690px; display: grid; align-items: center; overflow: hidden; color: #fff; background: #0a2437; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,23,36,.94) 0%, rgba(4,23,36,.78) 48%, rgba(4,23,36,.20) 100%), url("hero-warehouse.jpg") center/cover; }
.hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -180px; bottom: -210px; border: 90px solid rgba(7,155,211,.45); border-radius: 50%; }
.hero-inner { position: relative; z-index: 1; padding: 90px 0; }
.hero-copy { max-width: 720px; }
.hero .eyebrow { color: #82d9f6; }
.hero h1 { margin: 0 0 24px; max-width: 760px; font-size: clamp(3.15rem, 7.4vw, 6.6rem); line-height: .96; letter-spacing: -.06em; }
.hero p { max-width: 650px; margin: 0 0 34px; color: #d8e7ef; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--blue); }
.button.primary:hover { background: #0baddf; }
.button.secondary { color: #fff; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.08); }
.button.ink { color: #fff; background: var(--ink); }

.proof-strip { border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof { padding: 30px 34px; border-right: 1px solid var(--line); }
.proof:first-child { padding-left: 0; }
.proof:last-child { border-right: 0; }
.proof strong { display: block; font-size: 1.18rem; letter-spacing: -.02em; }
.proof span { color: var(--muted); font-size: .92rem; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 340px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 40px rgba(16,34,54,.05); }
.service-card .number { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 58px; color: var(--blue-dark); background: var(--ice); border-radius: 13px; font-size: .8rem; font-weight: 850; }
.service-card h3 { margin: 0 0 12px; font-size: 1.45rem; line-height: 1.15; letter-spacing: -.03em; }
.service-card p { margin: 0 0 28px; color: var(--muted); }
.text-link { margin-top: auto; color: var(--blue-dark); font-weight: 800; }

.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.split-media { position: relative; }
.split-media img { width: 100%; min-height: 510px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.split-media .badge { position: absolute; right: -22px; bottom: 30px; max-width: 210px; padding: 24px; color: #fff; background: var(--blue); border-radius: 18px; box-shadow: var(--shadow); }
.split-media .badge strong { display: block; font-size: 2rem; line-height: 1; }
.split-copy p { color: var(--muted); }
.check-list { list-style: none; padding: 0; margin: 28px 0 34px; }
.check-list li { padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.check-list li::before { content: "✓"; margin-right: 12px; color: var(--blue); }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.step { padding: 32px; border-right: 1px solid var(--line); }
.step:last-child { border-right: 0; }
.step small { color: var(--blue-dark); font-weight: 850; }
.step h3 { margin: 28px 0 8px; font-size: 1.25rem; }
.step p { margin: 0; color: var(--muted); font-size: .94rem; }

.cta { padding: 78px; color: #fff; background: linear-gradient(120deg, #071d2f, #0d3b55); border-radius: 30px; overflow: hidden; position: relative; }
.cta::after { content: ""; position: absolute; width: 320px; height: 320px; right: -110px; top: -180px; border: 70px solid rgba(7,155,211,.35); border-radius: 50%; }
.cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta p { max-width: 640px; margin: 18px 0 0; color: #cfe0e9; }

.page-hero { padding: 108px 0 76px; color: #fff; background: linear-gradient(120deg, #071d2f, #0d4967); }
.page-hero h1 { margin: 0; max-width: 850px; font-size: clamp(3rem, 7vw, 5.8rem); line-height: .98; letter-spacing: -.055em; }
.page-hero p { max-width: 700px; margin: 24px 0 0; color: #d2e3ec; font-size: 1.16rem; }
.service-detail { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.service-detail h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; letter-spacing: -.04em; }
.service-detail-copy { color: var(--muted); font-size: 1.08rem; }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 30px; }
.feature { padding: 20px; color: var(--ink); background: var(--ice); border-radius: 14px; font-weight: 700; }

.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: start; }
.contact-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.contact-card h3 { margin-top: 0; font-size: 1.4rem; }
.contact-list { display: grid; gap: 20px; }
.contact-item { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.contact-item:last-child { border: 0; padding-bottom: 0; }
.contact-item strong { display: block; margin-bottom: 4px; }
.contact-item span, .contact-item a { color: var(--muted); }
.direct-contact h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; letter-spacing: -.04em; }
.contact-lead { max-width: 560px; margin: 20px 0 30px; color: var(--muted); }
.contact-actions { display: grid; gap: 14px; }
.contact-action { display: grid; gap: 3px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--ice); transition: transform .18s ease, border-color .18s ease; }
.contact-action:hover { transform: translateY(-2px); border-color: var(--blue); }
.contact-action span { color: var(--blue-dark); font-size: .8rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-action strong { color: var(--ink); font-size: clamp(1.1rem, 2.4vw, 1.45rem); overflow-wrap: anywhere; }

.footer { padding: 70px 0 26px; color: #d5e2e9; background: #071827; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 70px; }
.footer-logo { width: 200px; margin-bottom: 20px; display: block; filter: grayscale(1) invert(1); mix-blend-mode: screen; opacity: 1; }
.footer p { max-width: 480px; color: #9fb2bf; }
.footer h3 { margin: 0 0 18px; color: #fff; font-size: .94rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-links { display: grid; gap: 9px; color: #b8c8d1; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #8399a7; font-size: .84rem; }

@media (max-width: 940px) {
  .menu-toggle { display: grid; place-items: center; }
  .nav-links { position: absolute; left: 20px; right: 20px; top: 76px; display: none; padding: 18px; flex-direction: column; align-items: stretch; gap: 4px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px; }
  .hero { min-height: 620px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .split-media .badge { right: 18px; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(2) { border-right: 0; }
  .step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cta-inner { align-items: start; flex-direction: column; }
  .service-detail { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .topbar .container { min-height: 34px; justify-content: center; gap: 14px; font-size: .75rem; }
  .topbar .email { display: none; }
  .nav { min-height: 72px; }
  .logo img { width: 168px; }
  .hero { min-height: 620px; }
  .hero::before { background: linear-gradient(90deg, rgba(4,23,36,.93), rgba(4,23,36,.62)), url("hero-warehouse.jpg") 58% center/cover; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .section { padding: 72px 0; }
  .section-head { align-items: start; flex-direction: column; gap: 18px; }
  .proof-grid, .service-grid, .process, .footer-grid, .feature-list { grid-template-columns: 1fr; }
  .proof { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof:last-child { border-bottom: 0; }
  .service-card { min-height: auto; }
  .service-card .number { margin-bottom: 34px; }
  .split-media img { min-height: 360px; }
  .split-media .badge { position: static; max-width: none; margin-top: 12px; }
  .step { border-right: 0; border-bottom: 1px solid var(--line); }
  .step:last-child { border-bottom: 0; }
  .cta { padding: 46px 28px; border-radius: 22px; }
  .page-hero { padding: 82px 0 58px; }
  .footer-grid { gap: 38px; }
  .footer-bottom { flex-direction: column; }
}

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