﻿.crossborder { --accent:#175a9e; --hero:url("/assets/templates/images/pc/crossborder/crossborder-ops-floor-real.webp"); --shade:rgba(6,24,42,.7); }
.crossborder .real-nav { background: rgba(255,255,255,.94); }
.crossborder .nav-cta { background:#175a9e; }
.crossborder .hero-full { min-height:min(720px, calc(100svh - 132px)); }
.crossborder-hero { background-position:center; }
.crossborder-hero::before { background:linear-gradient(90deg,rgba(5,20,36,.82),rgba(5,20,36,.58) 42%,rgba(5,20,36,.12)); }
.crossborder-hero .hero-copy { max-width: 680px; }
.crossborder-hero .hero-copy h1 { max-width: 680px; font-size: 86px; letter-spacing: 0; }
.crossborder-hero .lead { max-width: 590px; }

.crossborder-pulse {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid #d8e1e8;
  border-bottom:1px solid #d8e1e8;
  background:#edf3f7;
}
.crossborder-pulse div { display:grid; grid-template-columns:72px 1fr; gap:18px; align-items:center; padding:30px 7vw; background:#fff; border-right:1px solid #d8e1e8; }
.crossborder-pulse div:last-child { border-right:0; }
.crossborder-pulse b { color:#175a9e; font-size:28px; line-height:1; }
.crossborder-pulse span { color:#4d5c67; font-size:14px; line-height:1.7; font-weight:800; }

.crossborder-desk {
  display:grid;
  grid-template-columns:1.04fr .96fr;
  min-height:660px;
  background:#f5f8fb;
}
.crossborder-desk-photo picture,
.crossborder-flow-photo picture,
.crossborder-market-photo picture,
.crossborder-handoff picture,
.crossborder-contact-photo picture { display:block; width:100%; height:100%; }
.crossborder-desk-photo img { width:100%; height:100%; min-height:660px; object-fit:cover; }
.crossborder-board { display:flex; flex-direction:column; justify-content:center; padding:72px 7vw 72px 58px; }
.crossborder-board span,
.crossborder-market-copy span,
.crossborder-handoff-copy span,
.crossborder-contact-copy span {
  display:block;
  margin-bottom:12px;
  color:#175a9e;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.crossborder-board h2,
.crossborder-market-copy h2,
.crossborder-handoff-copy h2,
.crossborder-contact-copy h2 { margin-bottom:18px; font-size:42px; line-height:1.15; }
.crossborder-board p { max-width:560px; margin-bottom:0; }
.crossborder-board-lines { margin-top:34px; border-top:1px solid #cfdae3; }
.crossborder-board-lines div {
  display:grid;
  grid-template-columns:96px 1fr 92px;
  gap:18px;
  align-items:start;
  padding:18px 0;
  border-bottom:1px solid #cfdae3;
}
.crossborder-board-lines b { color:#175a9e; font-size:14px; }
.crossborder-board-lines strong { color:#152435; font-size:16px; line-height:1.5; }
.crossborder-board-lines em { color:#68717d; font-size:12px; font-style:normal; font-weight:800; text-align:right; }

.crossborder-fulfillment { background:#fff; }
.crossborder-fulfillment .section-title p { max-width:500px; margin-bottom:0; }
.crossborder-flow { display:grid; grid-template-columns:1.15fr .85fr; gap:0; align-items:stretch; background:#07172a; }
.crossborder-flow-photo img { width:100%; height:100%; min-height:620px; object-fit:cover; }
.crossborder-flow-rail { display:grid; grid-template-columns:1fr; padding:28px; gap:1px; background:#16314d; }
.crossborder-flow-rail div { display:flex; flex-direction:column; justify-content:center; min-height:132px; padding:24px 26px; background:#07172a; }
.crossborder-flow-rail b { margin-bottom:18px; color:#83c8ff; font-size:13px; }
.crossborder-flow-rail h3 { margin-bottom:10px; color:#fff; font-size:24px; }
.crossborder-flow-rail p { margin-bottom:0; color:rgba(255,255,255,.72); font-size:14px; }

.crossborder-market {
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  align-items:stretch;
  background:#0d1b2a;
  color:#fff;
}
.crossborder-market-copy { display:flex; flex-direction:column; justify-content:center; padding:82px 7vw; }
.crossborder-market-copy span { color:#83c8ff; }
.crossborder-market-copy p { max-width:560px; color:rgba(255,255,255,.72); }
.crossborder-market-copy ul { margin:30px 0 0; padding:0; list-style:none; border-top:1px solid rgba(255,255,255,.14); }
.crossborder-market-copy li { display:grid; grid-template-columns:90px 1fr; gap:18px; padding:18px 0; border-bottom:1px solid rgba(255,255,255,.14); }
.crossborder-market-copy b { color:#fff; }
.crossborder-market-copy li span { margin:0; color:rgba(255,255,255,.74); font-size:14px; line-height:1.7; text-transform:none; }
.crossborder-market-photo img { width:100%; height:100%; min-height:620px; object-fit:cover; }

.crossborder-handoff {
  position:relative;
  min-height:620px;
  display:flex;
  align-items:flex-end;
  padding:82px 7vw;
  overflow:hidden;
  color:#fff;
}
.crossborder-handoff::before { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(180deg,rgba(4,13,23,.04),rgba(4,13,23,.78)); }
.crossborder-handoff img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.crossborder-handoff-copy { position:relative; z-index:2; max-width:720px; }
.crossborder-handoff-copy span { color:#b9ddff; }
.crossborder-handoff-copy p { max-width:620px; margin-bottom:0; color:rgba(255,255,255,.78); }

.crossborder-contact {
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  align-items:stretch;
  background:#f5f8fb;
}
.crossborder-contact-copy { display:flex; flex-direction:column; justify-content:center; padding:78px 7vw; }
.crossborder-contact-copy p { max-width:520px; }
.crossborder-contact-copy .real-btn { align-self:flex-start; margin-top:10px; }
.crossborder-contact-photo img { width:100%; height:100%; min-height:500px; object-fit:cover; }

@media (max-width: 720px) {
.crossborder { --hero:url("/assets/templates/images/mobile/crossborder/crossborder-ops-floor-real.webp"); }
  .crossborder .real-nav { background:rgba(255,255,255,.94); }
  .crossborder .hero-full {
    min-height:min(650px, calc(100svh - 112px));
    padding-top:76px;
    padding-bottom:32px;
    background-position:58% center;
  }
  .crossborder .hero-full::before {
    background:linear-gradient(180deg, rgba(5,24,45,.86) 0%, rgba(5,24,45,.64) 58%, rgba(5,24,45,.32) 100%);
  }
  .crossborder-hero .hero-copy { max-width:340px; }
  .crossborder-hero .hero-copy .kicker { margin-bottom:14px; font-size:13px; line-height:1.5; }
  .crossborder-hero .hero-copy h1 { max-width:330px; margin-bottom:18px; font-size:42px; line-height:1.1; word-break:normal; }
  .crossborder-hero .hero-copy .lead { max-width:330px; font-size:16px; line-height:1.62; }
  .crossborder-hero .hero-points { margin-top:20px; gap:10px 14px; }
  .crossborder-hero .hero-actions { max-width:320px; gap:10px; margin-top:24px; }
  .crossborder-hero .real-btn { flex:1 1 100%; width:100%; min-height:46px; padding:0 14px; font-size:14px; }
  .crossborder-hero .real-btn.ghost { background:rgba(255,255,255,.08); }
  .crossborder-pulse { grid-template-columns:1fr; }
  .crossborder-pulse div { grid-template-columns:56px 1fr; padding:20px; border-right:0; border-bottom:1px solid #d8e1e8; }
  .crossborder-pulse div:last-child { border-bottom:0; }
  .crossborder-pulse b { font-size:22px; }
  .crossborder-desk { grid-template-columns:1fr; min-height:0; }
  .crossborder-desk-photo img { min-height:0; height:auto; aspect-ratio:1.16 / 1; object-fit:cover; }
  .crossborder-board { padding:42px 20px 50px; }
  .crossborder-board h2,
  .crossborder-market-copy h2,
  .crossborder-handoff-copy h2,
  .crossborder-contact-copy h2 { font-size:32px; }
  .crossborder-board-lines { margin-top:26px; }
  .crossborder-board-lines div { grid-template-columns:1fr; gap:8px; padding:18px 0; }
  .crossborder-board-lines em { text-align:left; }
  .crossborder-fulfillment .section-title p { max-width:none; }
  .crossborder-flow { grid-template-columns:1fr; }
  .crossborder-flow-photo img { min-height:0; height:auto; aspect-ratio:1.15 / 1; object-fit:cover; }
  .crossborder-flow-rail { padding:1px; }
  .crossborder-flow-rail div { min-height:0; padding:24px 20px; }
  .crossborder-market { grid-template-columns:1fr; }
  .crossborder-market-copy { padding:52px 20px; }
  .crossborder-market-copy li { grid-template-columns:1fr; gap:8px; }
  .crossborder-market-photo img { min-height:0; height:auto; aspect-ratio:1.15 / 1; object-fit:cover; }
  .crossborder-handoff { min-height:560px; padding:52px 20px 78px; }
  .crossborder-handoff::before { background:linear-gradient(180deg,rgba(4,13,23,.16),rgba(4,13,23,.9)); }
  .crossborder-contact { grid-template-columns:1fr; }
  .crossborder-contact-copy { padding:52px 20px 26px; }
  .crossborder-contact-photo img { min-height:0; height:auto; aspect-ratio:1.15 / 1; object-fit:cover; }
  .crossborder .mobile-gallery-float {
    left:auto;
    right:14px;
    bottom:12px;
    min-height:36px;
    padding:0 12px;
    background:rgba(8,16,27,.92);
    font-size:12px;
  }
  .crossborder .footer-real { padding-bottom:84px; }
  html.js-ready body.crossborder .reveal { opacity:1; transform:none; }
}

@media (max-width: 360px) {
.crossborder-hero .hero-copy h1 {
    max-width:280px;
    font-size:31px;
  }
  .crossborder-hero .hero-copy .lead {
    max-width:280px;
    font-size:15px;
  }
  .crossborder-hero .hero-actions {
    max-width:280px;
  }
}
/* 2026-06-04 real hero source + whitespace */
.crossborder {
  --hero: url("/assets/templates/images/pc/crossborder/real-crossborder-hero.webp");
  --nav-ink: #152435;
  --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,20,36,.84),rgba(5,20,36,.44) 44%,rgba(5,20,36,.04));
  --hero-mobile-overlay: linear-gradient(180deg,rgba(5,20,36,.84),rgba(5,20,36,.48) 58%,rgba(5,20,36,.82));
  --hero-title-size: 66px;
  --hero-mobile-title-size: 36px;
  --hero-copy-width: 550px;
  --hero-title-width: 620px;
  --hero-lead-width: 500px;
  --hero-btn-bg: #0b1118;
}
.crossborder .real-nav {
  color: var(--nav-ink);
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}
.crossborder .hero-full {
  background-position: var(--hero-pos);
}
.crossborder .hero-full::before {
  background: var(--hero-overlay);
}
@media (max-width: 720px) {
  .crossborder {
    --hero: url("/assets/templates/images/mobile/crossborder/real-crossborder-hero.webp");
    --mobile-nav-ink: var(--nav-ink);
  }
  .crossborder .hero-full {
    background-position: var(--hero-mobile-pos);
  }
  .crossborder .hero-full::before {
    background: var(--hero-mobile-overlay);
  }
}
/* end 2026-06-04 real hero source + whitespace */
