@font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/ibm-plex-mono-normal-500-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Noto Sans Display'; font-style: italic; font-weight: 400 600; font-display: swap; src: url('/assets/fonts/noto-sans-display-italic-400-600-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Noto Sans Display'; font-style: normal; font-weight: 400 800; font-display: swap; src: url('/assets/fonts/noto-sans-display-normal-400-800-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Source Sans 3'; font-style: italic; font-weight: 400; font-display: swap; src: url('/assets/fonts/source-sans-3-italic-400-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Source Sans 3'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('/assets/fonts/source-sans-3-normal-400-700-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* =========================================================================
   Osiyo Transportation LLC — "Halftone Atlas" theme
   Airy editorial layout, steel/navy palette from the halftone globe logo,
   Noto Sans Display (logo-matched humanist display) + Source Sans 3 + IBM Plex Mono.
   ========================================================================= */
:root {
  --c-accent: #2b5d8e; --c-accent-dark: #1d4670; --c-accent-ring: rgba(43,93,142,.18); --c-accent-tint: rgba(43,93,142,.08);
  --c-ink: #0c1f33; --c-body: #3d5064; --c-muted: #56687b; --c-line: #dbe4ee; --c-input: #b9c7d6; --c-consent: #eef3f8;
  --c-surface: #ffffff; --c-success: #166534; --c-success-bg: #effaf3; --c-danger: #b42318; --c-danger-bg: #fef3f2;
  --c-paper: #f6f8fb; --c-mist: #eaf0f6; --c-navy: #0b1b2c; --c-navy-2: #12304d; --c-sky: #a9c6e3; --c-dot: rgba(43,93,142,.22);
  --r-sm: 10px; --r: 16px; --r-lg: 24px;
  --shadow-sm: 0 1px 2px rgba(12,31,51,.05), 0 1px 3px rgba(12,31,51,.05);
  --shadow: 0 18px 40px -18px rgba(12,31,51,.22), 0 2px 6px rgba(12,31,51,.05);
  --shadow-lg: 0 40px 80px -32px rgba(12,31,51,.30), 0 4px 14px rgba(12,31,51,.06);
  --f-display: "Noto Sans Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --f-text: "Source Sans 3", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --f-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --header-h: 84px;
}

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--c-paper); color: var(--c-body); font-family: var(--f-text); font-size: 1.0625rem; line-height: 1.7; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; }
h1, h2, h3, h4 { font-family: var(--f-display); color: var(--c-ink); line-height: 1.12; letter-spacing: -.018em; font-weight: 600; margin: 0; }
p { margin: 0 0 1em; }
a { color: var(--c-accent-dark); text-underline-offset: 3px; transition: color .25s ease; }
a:hover { color: var(--c-ink); }
strong { color: var(--c-ink); font-weight: 650; }
ul, ol { margin: 0; padding: 0; }
button, input, select, textarea { font: inherit; }
.container { max-width: 1280px; padding-inline: 24px; }
.section { padding-block: 112px; position: relative; }
.ico-arrow { transition: transform .25s ease; }
a:hover .ico-arrow, button:hover .ico-arrow { transform: translateX(3px); }

/* ---------- eyebrow / section heads ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 18px; font-family: var(--f-mono); font-size: .76rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--c-accent-dark); }
.eyebrow-num { display: inline-grid; place-items: center; min-width: 34px; height: 24px; padding: 0 7px; border-radius: 999px; border: 1px solid rgba(43,93,142,.35); color: var(--c-accent-dark); font-size: .72rem; letter-spacing: .06em; background: #fff; }
.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head h2, .services-head h2, .company-copy h2, .gallery-head h2, .careers-copy h2, .contact-home-copy h2, .quote-intro h2 { font-size: clamp(2rem, 3.4vw, 2.85rem); }
.section-sub { font-size: 1.125rem; color: var(--c-muted); margin: 16px 0 0; max-width: 60ch; }

/* ---------- buttons ---------- */
.btn { font-family: var(--f-text); font-weight: 600; font-size: 1rem; min-height: 48px; padding: 12px 22px; border-radius: 999px; letter-spacing: .005em; }
.btn-lg { min-height: 56px; padding: 15px 28px; font-size: 1.05rem; }
.btn-primary { background: var(--c-accent); color: #fff; box-shadow: 0 10px 22px -12px rgba(29,70,112,.75); }
.btn-primary:hover { background: var(--c-accent-dark); color: #fff; }
.btn-outline { background: rgba(255,255,255,.7); color: var(--c-ink); border-color: var(--c-input); }
.btn-outline:hover { background: #fff; border-color: var(--c-accent); color: var(--c-accent-dark); }
.btn-light { background: #fff; color: var(--c-navy); }
.btn-light:hover { background: var(--c-sky); color: var(--c-navy); transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--c-accent-dark); text-decoration: none; min-height: 44px; }
.text-link:hover { color: var(--c-ink); }
.text-link:hover .ico { transform: translateX(3px); }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(246,248,251,.9); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid transparent; transition: border-color .25s ease, box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.94); border-color: var(--c-line); box-shadow: 0 8px 24px -16px rgba(12,31,51,.25); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: var(--header-h); }
.brand { display: inline-flex; align-items: center; flex: none; }
.brand img { height: 56px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.nav-list { list-style: none; display: flex; gap: 4px; }
.nav-list a { position: relative; display: inline-flex; align-items: center; min-height: 44px; padding: 0 12px; font-size: .98rem; font-weight: 600; color: var(--c-ink); text-decoration: none; }
.nav-list a::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 8px; height: 2px; border-radius: 2px; background: var(--c-accent); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.nav-list a:hover { color: var(--c-accent-dark); }
.nav-list a:hover::after, .nav-list a[aria-current="page"]::after { transform: scaleX(1); }
.nav-extra { display: flex; align-items: center; gap: 18px; }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--c-ink); font-family: var(--f-mono); font-weight: 500; font-size: .92rem; letter-spacing: .02em; min-height: 44px; padding: 0 2px; border-bottom: 1px dotted var(--c-input); }
.nav-phone .ico { width: 16px; height: 16px; color: var(--c-accent); }
.nav-phone:hover { color: var(--c-accent-dark); border-bottom-color: var(--c-accent); }
.nav-cta { min-height: 44px; padding: 10px 18px; border-radius: 10px; background: var(--c-ink); color: #fff; font-size: .95rem; }
.nav-cta:hover { background: var(--c-accent-dark); color: #fff; }
.nav-toggle { display: none; width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--c-line); background: #fff; color: var(--c-ink); cursor: pointer; place-items: center; }
.nav-toggle .ico { width: 22px; height: 22px; }

/* ---------- hero ---------- */
.hero { position: relative; padding-block: 64px 120px; overflow: hidden; background: var(--c-paper); }
.hero::before { content: ""; position: absolute; left: -60px; bottom: 40px; width: 520px; height: 360px; background-image: radial-gradient(var(--c-dot) 1.4px, transparent 1.9px); background-size: 18px 18px; -webkit-mask-image: radial-gradient(closest-side, #000 20%, transparent); mask-image: radial-gradient(closest-side, #000 20%, transparent); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; }
.hero-copy { max-width: min(590px, calc(47vw - max(24px, (100vw - 1280px) / 2 + 24px) - 28px)); }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 28px; padding: 7px 16px 7px 12px; border-radius: 999px; background: #fff; border: 1px solid var(--c-line); box-shadow: var(--shadow-sm); font-family: var(--f-mono); font-size: .74rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--c-ink); }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: #2f8f5b; box-shadow: 0 0 0 4px rgba(47,143,91,.16); }
.hero h1 { font-size: clamp(2.6rem, 5.4vw, 4.75rem); font-weight: 600; line-height: 1.03; letter-spacing: -.03em; }
.hero h1 em { font-style: italic; font-weight: 500; color: var(--c-accent); }
.hero-lead { margin: 26px 0 0; font-size: 1.2rem; line-height: 1.65; color: var(--c-body); max-width: 54ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-legend { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 40px 0 0; padding: 14px 20px; background: #fff; border: 1px solid var(--c-line); border-radius: 14px; box-shadow: var(--shadow-sm); width: fit-content; max-width: 100%; }
.hero-legend li { display: inline-flex; align-items: center; gap: 9px; font-size: 1rem; color: var(--c-body); white-space: nowrap; }
.hero-legend strong { font-family: var(--f-display); font-weight: 600; font-size: 1.25rem; color: var(--c-ink); letter-spacing: -.01em; }
.legend-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--c-accent); flex: none; }
.legend-dot-ring { background: #fff; border: 3px solid var(--c-accent); }
.hero-note { margin: 12px 0 0; font-size: .82rem; color: var(--c-muted); }
.hero-visual { position: absolute; top: 0; right: 0; bottom: 56px; width: 53%; z-index: 1; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: 92% 60%; border-bottom-left-radius: 32px;
  -webkit-mask-image: url(/assets/images/halftone-edge.svg), linear-gradient(#000, #000); mask-image: url(/assets/images/halftone-edge.svg), linear-gradient(#000, #000);
  -webkit-mask-size: 216px 36px, calc(100% - 210px) 100%; mask-size: 216px 36px, calc(100% - 210px) 100%;
  -webkit-mask-position: 0 0, 100% 0; mask-position: 0 0, 100% 0;
  -webkit-mask-repeat: repeat-y, no-repeat; mask-repeat: repeat-y, no-repeat; }

/* ---------- quote band (full-bleed rate request) ---------- */
.quote-band { position: relative; overflow: hidden; background: var(--c-navy); color: #c3d2e0; padding-block: 104px; }
.quote-band-dots { position: absolute; left: -140px; bottom: -180px; width: 640px; height: 640px; background-image: radial-gradient(rgba(169,198,227,.24) 1.7px, transparent 2.1px); background-size: 18px 18px; -webkit-mask-image: radial-gradient(circle at 40% 60%, #000 10%, transparent 68%); mask-image: radial-gradient(circle at 40% 60%, #000 10%, transparent 68%); pointer-events: none; }
.quote-band .container { position: relative; z-index: 1; }
.quote-band-head { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 48px; align-items: end; margin-bottom: 44px; }
.quote-band h2 { color: #fff; font-size: clamp(2.1rem, 4.2vw, 3.5rem); letter-spacing: -.028em; }
.eyebrow-dark { color: var(--c-sky); }
.eyebrow-dark .eyebrow-num { background: transparent; color: var(--c-sky); border-color: rgba(169,198,227,.45); }
.quote-band-aside p { margin: 0 0 14px; font-size: 1.08rem; color: #c3d2e0; }
.quote-band-phone { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: #fff; font-weight: 600; text-decoration: none; }
.quote-band-phone .ico { color: var(--c-sky); }
.quote-band-phone:hover { color: #fff; text-decoration: underline; }
.waybill { background: #fff; color: var(--c-body); border-radius: 22px; padding: 0 44px 40px; box-shadow: 0 40px 80px -40px rgba(0,0,0,.55); }
.waybill-top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px 24px; padding: 22px 0; margin-bottom: 30px; border-bottom: 2px dashed var(--c-line); }
.waybill-top h3 { font-size: 1.35rem; letter-spacing: -.015em; }
.waybill-top p { display: inline-flex; align-items: center; gap: 14px; margin: 0; font-family: var(--f-mono); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--c-muted); }
.wb-lane { display: inline-flex; align-items: center; width: 120px; }
.route-dot { width: 12px; height: 12px; border-radius: 50%; border: 3px solid var(--c-accent); background: #fff; flex: none; }
.route-dot-end { background: var(--c-accent); }
.route-track { flex: 1; height: 6px; background-image: radial-gradient(circle, var(--c-accent) 2px, transparent 2.4px); background-size: 10px 6px; background-repeat: repeat-x; background-position: center; opacity: .6; }
@media (min-width: 1025px) {
  .waybill .form { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-auto-flow: row dense; column-gap: 44px; row-gap: 18px; align-items: start; }
  .waybill .form > .form-row, .waybill .form > .field { grid-column: 1; }
  .waybill .form > .consent { grid-column: 2; grid-row: 1 / span 2; align-self: start; }
  .waybill .form > button { grid-column: 2; grid-row: 3; align-self: end; }
  .waybill .form > .form-note, .waybill .form > .form-status { grid-column: 2; }
}

/* ---------- form cards (engine) ---------- */
.form-card { border-radius: var(--r-lg); padding: 40px; box-shadow: var(--shadow); border-color: var(--c-line); }
.form-card > h2, .form-card > h3 { font-size: 1.55rem; letter-spacing: -.02em; }
.form-card .card-sub { color: var(--c-muted); }
.field label { font-size: .9rem; }
.input, .select, .textarea { min-height: 50px; border-radius: 12px; border-color: var(--c-input); background: #fff; font-size: 1rem; }
.textarea { min-height: 128px; }
.input::placeholder, .textarea::placeholder { color: #7a8898; }
.consent { background: var(--c-consent); border-color: var(--c-line); border-radius: 14px; padding: 16px 18px; }
.consent-label { font-size: .82rem; color: var(--c-body); }
.consent-label input { width: 20px; height: 20px; margin-top: 2px; }
.consent-title { font-size: .86rem; }
.form-note { color: var(--c-muted); font-size: .82rem; }
.form-status.is-success { border-color: #b7e4c7; }
.req { color: var(--c-danger); }
.opt { color: var(--c-muted); }

/* ---------- services ---------- */
.services { background: var(--c-paper); padding-top: 128px; }
.services-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 80px; align-items: start; }
.services-head { position: sticky; top: calc(var(--header-h) + 40px); }
.services-figure { margin: 36px 0 0; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 16 / 10; background: var(--c-mist); }
.services-figure img { width: 100%; height: 100%; object-fit: cover; }
.svc-list { list-style: none; border-top: 1px solid var(--c-line); }
.svc { display: grid; grid-template-columns: 52px 60px minmax(0, 1fr); gap: 20px; align-items: start; padding: 30px 8px 30px 0; border-bottom: 1px solid var(--c-line); transition: background .25s ease, padding .25s ease; }
.svc:hover { background: linear-gradient(90deg, rgba(43,93,142,.06), transparent 70%); padding-left: 12px; }
.svc-num { font-family: var(--f-mono); font-size: .8rem; letter-spacing: .1em; color: var(--c-muted); padding-top: 16px; }
.svc-ico { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 16px; background: #fff; border: 1px solid var(--c-line); color: var(--c-accent); box-shadow: var(--shadow-sm); }
.svc-ico .ico { width: 24px; height: 24px; }
.svc h3 { font-size: 1.3rem; margin: 4px 0 8px; }
.svc p { margin: 0; color: var(--c-body); }

/* ---------- statement band ---------- */
.statement { background: #fff; padding-top: 112px; border-top: 1px solid var(--c-line); }
.statement-text { max-width: 1060px; margin: 0 0 64px; font-family: var(--f-display); font-weight: 500; font-size: clamp(1.9rem, 4vw, 3.4rem); line-height: 1.12; letter-spacing: -.028em; color: var(--c-ink); }
.statement-text span { color: var(--c-accent); }
.statement-photo { position: relative; margin: 0; height: clamp(220px, 32vw, 460px); overflow: hidden; }
.statement-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; }
.statement-photo::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 90px; z-index: 1; background-image: radial-gradient(circle, #fff 5.5px, transparent 6px); background-size: 18px 18px; -webkit-mask-image: linear-gradient(#000 10%, transparent); mask-image: linear-gradient(#000 10%, transparent); }

/* ---------- process ---------- */
.process { background: var(--c-mist); overflow: hidden; }
.process-dots { position: absolute; right: -80px; top: -60px; width: 560px; height: 560px; border-radius: 50%; background-image: radial-gradient(rgba(43,93,142,.28) 1.6px, transparent 2px); background-size: 16px 16px; -webkit-mask-image: radial-gradient(circle at 70% 30%, #000 10%, transparent 68%); mask-image: radial-gradient(circle at 70% 30%, #000 10%, transparent 68%); pointer-events: none; }
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; position: relative; }
.steps::before { content: ""; position: absolute; left: 12px; right: 12px; top: 11px; height: 4px; background-image: radial-gradient(circle, var(--c-accent) 1.8px, transparent 2.2px); background-size: 12px 4px; background-repeat: repeat-x; opacity: .55; }
.step { position: relative; padding-top: 48px; }
.step-node { position: absolute; top: 0; left: 0; width: 26px; height: 26px; border-radius: 50%; background: #fff; border: 6px solid var(--c-accent); box-shadow: 0 0 0 6px var(--c-mist); }
.step:last-child .step-node { background: var(--c-accent); border-color: var(--c-ink); }
.step-num { font-family: var(--f-mono); font-size: .76rem; letter-spacing: .14em; color: var(--c-muted); margin: 0 0 8px; }
.step h3 { font-size: 1.5rem; margin-bottom: 10px; }
.step p { margin: 0; max-width: 30ch; }
.step { background: rgba(255,255,255,.0); }

/* ---------- company ---------- */
.company { background: #fff; }
.company-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 88px; align-items: center; }
.company-media { position: relative; }
.company-photo { margin: 0; border-radius: 28px; overflow: hidden; aspect-ratio: 4 / 5; background: var(--c-mist); }
.company-photo img { width: 100%; height: 100%; object-fit: cover; }
.company-globe { position: absolute; right: -44px; bottom: 48px; width: 164px; height: 164px; padding: 18px; border-radius: 50%; background: #fff; box-shadow: var(--shadow-lg); }
.company-globe img { width: 100%; height: 100%; }
.company-copy > p:not(.eyebrow) { font-size: 1.08rem; }
.company-copy h2 { margin-bottom: 22px; }
.ledger { margin: 32px 0 0; border-top: 1px solid var(--c-line); }
.ledger div { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 16px; padding: 13px 0; border-bottom: 1px dashed var(--c-line); align-items: baseline; }
.ledger dt { font-family: var(--f-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--c-muted); }
.ledger dd { margin: 0; font-weight: 600; color: var(--c-ink); }
.ledger small { font-weight: 400; color: var(--c-muted); font-size: .85rem; }
.company-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

/* ---------- gallery ---------- */
.gallery { background: var(--c-paper); }
.gallery-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 44px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { min-height: 44px; padding: 8px 18px; border-radius: 999px; border: 1px solid var(--c-input); background: #fff; color: var(--c-ink); font: 600 .92rem var(--f-text); cursor: pointer; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.chip:hover { border-color: var(--c-accent); color: var(--c-accent-dark); }
.chip[aria-pressed="true"] { background: var(--c-ink); border-color: var(--c-ink); color: #fff; }
.g-grid { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 260px; grid-auto-flow: dense; gap: 20px; }
.g-item { position: relative; border-radius: 20px; overflow: hidden; background: var(--c-mist); }
.g-item[hidden] { display: none; }
.g-wide { grid-column: span 2; }
.g-tall { grid-row: span 2; }
.g-open { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; position: relative; }
.g-open img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.g-open:hover img { transform: scale(1.04); }
.g-cap { position: absolute; left: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px; background: rgba(255,255,255,.94); color: var(--c-ink); font-size: .85rem; font-weight: 600; box-shadow: var(--shadow-sm); }
.g-open:focus-visible { outline-offset: -4px; }
.lightbox { width: min(1100px, 94vw); max-height: 92vh; padding: 0; border: 0; border-radius: 20px; background: var(--c-navy); color: #fff; overflow: visible; }
.lightbox::backdrop { background: rgba(6,16,27,.82); }
.lb-figure { margin: 0; }
.lb-figure img { width: 100%; max-height: 80vh; object-fit: contain; border-radius: 20px 20px 0 0; background: #06101b; }
.lb-figure figcaption { padding: 14px 20px; font-size: .95rem; color: #dbe6f1; }
.lb-btn { position: absolute; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; border: 0; background: #fff; color: var(--c-ink); cursor: pointer; box-shadow: var(--shadow); }
.lb-btn:hover { background: var(--c-sky); }
.lb-prev { left: -24px; top: 45%; }
.lb-next { right: -24px; top: 45%; }
.lb-close { right: -18px; top: -18px; }

/* ---------- careers ---------- */
.careers { background: var(--c-mist); }
.careers-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 72px; align-items: start; }
.checks { list-style: none; display: grid; gap: 14px; margin: 30px 0 36px; }
.checks li { display: flex; gap: 14px; align-items: flex-start; color: var(--c-ink); font-weight: 500; }
.checks .ico { width: 26px; height: 26px; padding: 5px; margin-top: 1px; border-radius: 50%; background: var(--c-accent); color: #fff; }
.careers-photo { position: relative; margin: 0; border-radius: 28px; overflow: hidden; aspect-ratio: 5 / 4; background: #d8e3ee; }
.careers-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 62%; }

/* ---------- home contact ---------- */
.contact-home { background: #fff; }
.contact-home-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 72px; align-items: start; }
.contact-list { list-style: none; display: grid; gap: 4px; margin: 32px 0 20px; }
.contact-list li { display: flex; gap: 16px; align-items: center; padding: 14px 0; border-bottom: 1px dashed var(--c-line); }
.contact-list li:last-child { border-bottom: 0; }
.cl-ico { display: grid; place-items: center; width: 48px; height: 48px; flex: none; border-radius: 14px; background: var(--c-accent-tint); color: var(--c-accent); }
.contact-list small { display: block; font-family: var(--f-mono); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--c-muted); line-height: 1.4; }
.contact-list a, .contact-list span { color: var(--c-ink); font-weight: 600; text-decoration: none; overflow-wrap: anywhere; }
.contact-list a:hover { color: var(--c-accent-dark); text-decoration: underline; }
.contact-home .form-card { background: var(--c-paper); box-shadow: none; }
.contact-home .consent { background: #fff; }

/* ---------- inner pages (engine) ---------- */
.page-hero { position: relative; overflow: hidden; background: var(--c-paper); border-bottom: 1px solid var(--c-line); padding-block: 72px 60px; }
.page-hero::after { content: ""; position: absolute; right: -40px; top: -40px; width: 460px; height: 340px; background-image: radial-gradient(var(--c-dot) 1.6px, transparent 2px); background-size: 16px 16px; -webkit-mask-image: radial-gradient(circle at 75% 25%, #000 5%, transparent 65%); mask-image: radial-gradient(circle at 75% 25%, #000 5%, transparent 65%); pointer-events: none; }
.page-hero .container { position: relative; z-index: 1; }
.breadcrumb { font-family: var(--f-mono); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--c-muted); }
.breadcrumb a { color: var(--c-accent-dark); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.page-hero h1 { font-size: clamp(2.2rem, 4.4vw, 3.5rem); font-weight: 600; letter-spacing: -.03em; line-height: 1.06; margin-bottom: 14px; }
.page-hero p { font-size: 1.15rem; color: var(--c-body); }
.page-hero .page-meta { font-family: var(--f-mono); font-size: .78rem; letter-spacing: .06em; color: var(--c-muted); }
.legal-section { padding-block: 72px 112px; background: var(--c-paper); }
.legal-layout { grid-template-columns: 270px minmax(0, 1fr); gap: 56px; }
.toc { border-radius: var(--r-lg); padding: 26px; border-color: var(--c-line); }
.toc h2 { font-family: var(--f-mono); font-weight: 500; font-size: .72rem; letter-spacing: .14em; color: var(--c-muted); }
.toc ol { font-size: .95rem; gap: 6px; }
.toc a { display: inline; padding: 3px 0; color: var(--c-body); text-decoration: none; }
.toc a:hover { color: var(--c-accent-dark); text-decoration: underline; }
.prose { border-radius: var(--r-lg); padding: 56px 60px; border-color: var(--c-line); font-size: 1.05rem; }
.prose h2 { font-size: 1.55rem; letter-spacing: -.02em; padding-top: 8px; }
.prose h2 + p, .prose h2 + ul { margin-top: 0; }
.prose h3 { font-family: var(--f-display); }
.prose a { color: var(--c-accent-dark); font-weight: 600; }
.callout { border-radius: 16px; background: var(--c-accent-tint); border-color: rgba(43,93,142,.2); border-left-color: var(--c-accent); }
.callout h3 { font-family: var(--f-mono); font-weight: 500; font-size: .78rem; letter-spacing: .12em; color: var(--c-accent-dark); }
.sample { background: var(--c-consent); border-color: var(--c-input); font-family: var(--f-mono); font-size: .86rem; border-radius: 12px; }
.contact-block { background: var(--c-consent); border-color: var(--c-line); border-radius: 16px; line-height: 1.8; }
.contact-block a { color: var(--c-accent-dark); font-weight: 600; }
.sms-summary { border-radius: 16px; border-left-color: var(--c-accent); background: var(--c-paper); }
.sms-summary a { color: var(--c-accent-dark); font-weight: 600; }
.contact-page-section { padding-block: 72px 112px; background: var(--c-paper); }
.contact-grid { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 40px; }
.contact-aside { display: grid; gap: 20px; }
.info-card { background: #fff; border: 1px solid var(--c-line); border-radius: var(--r-lg); padding: 30px; box-shadow: var(--shadow-sm); }
.info-card .contact-list { margin: 8px 0 22px; }
.info-note h3 { display: flex; align-items: center; gap: 10px; font-size: 1.1rem; margin-bottom: 8px; }
.info-note h3 .ico { color: var(--c-accent); }
.info-note p { margin: 0; font-size: .95rem; }
.map-card { position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--c-line); aspect-ratio: 16 / 10; background-color: var(--c-mist); background-image: radial-gradient(var(--c-dot) 1.5px, transparent 2px); background-size: 16px 16px; }
.map-card iframe { display: block; width: 100%; height: 100%; border: 0; }
.center-page { background: var(--c-paper); position: relative; overflow: hidden; }
.center-page h1 { font-size: clamp(2rem, 4vw, 2.8rem); letter-spacing: -.025em; margin-bottom: 14px; }
.center-page .big { font-weight: 600; font-size: clamp(5rem, 14vw, 9rem); letter-spacing: -.05em; color: var(--c-accent); }
.center-page .lead { font-size: 1.15rem; max-width: 52ch; margin-inline: auto; }
.success-ico { border-radius: 50%; background: var(--c-accent-tint); color: var(--c-accent); }

/* ---------- footer ---------- */
.site-footer { position: relative; overflow: hidden; background: var(--c-navy); color: #c3d2e0; padding-top: 88px; font-size: 1rem; }
.footer-dots { position: absolute; right: -120px; top: -140px; width: 620px; height: 620px; background-image: radial-gradient(rgba(169,198,227,.26) 1.7px, transparent 2.1px); background-size: 18px 18px; -webkit-mask-image: radial-gradient(circle at 65% 35%, #000 8%, transparent 62%); mask-image: radial-gradient(circle at 65% 35%, #000 8%, transparent 62%); pointer-events: none; }
.site-footer .container { position: relative; z-index: 1; }
.footer-top { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .8fr) minmax(0, 1fr) minmax(0, 1.45fr); gap: 48px; padding-bottom: 56px; }
.footer-brand .brand img { height: 64px; }
.footer-brand p { margin: 20px 0 24px; max-width: 34ch; color: #c3d2e0; }
.footer-col h2 { font-family: var(--f-mono); font-weight: 500; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--c-sky); margin: 8px 0 18px; }
.footer-col ul { list-style: none; display: grid; gap: 6px; }
.footer-col a { color: #e6eef6; text-decoration: none; display: inline-flex; min-height: 36px; align-items: center; }
.footer-col a:hover { color: #fff; text-decoration: underline; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; color: #e6eef6; }
.footer-contact .ico { margin-top: 10px; color: var(--c-sky); }
.footer-contact li > span { padding-top: 6px; line-height: 1.55; }
.footer-contact a { overflow-wrap: anywhere; }
@media (min-width: 1181px) { .footer-contact a { overflow-wrap: normal; white-space: nowrap; } }
.footer-disclosure { padding: 22px 26px; border: 1px solid rgba(169,198,227,.22); border-radius: 18px; background: rgba(255,255,255,.03); }
.sms-disclosure { color: #c3d2e0; font-size: .86rem; }
.sms-disclosure strong { color: #fff; }
.sms-disclosure a, .footer-bottom a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.sms-disclosure a:hover, .footer-bottom a:hover { color: var(--c-sky); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; padding-block: 26px 34px; font-size: .9rem; color: #aebfd0; }
.footer-bottom p { margin: 0; }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 6px 22px; }
.site-footer :focus-visible { outline-color: var(--c-sky); }

/* ---------- responsive ---------- */
@media (max-width: 1300px) { .badge-long { display: none; } }
@media (max-width: 1180px) {
  .nav-phone span { display: none; }
  .nav-phone { padding: 0; border: 1px solid var(--c-line); border-radius: 10px; background: #fff; }
  .nav-phone .ico { width: 42px; height: 42px; padding: 13px; }
  .footer-top { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
}
@media (max-width: 1024px) {
  .nav-toggle { display: grid; }
  .main-nav { position: fixed; left: 0; right: 0; top: var(--header-h); bottom: 0; flex-direction: column; align-items: stretch; gap: 24px; padding: 24px 24px 40px; background: #fff; border-top: 1px solid var(--c-line); overflow-y: auto; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .25s ease, transform .25s ease, visibility .25s; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav-list { flex-direction: column; gap: 0; }
  .nav-list a { width: 100%; min-height: 56px; padding: 0 4px; font-size: 1.2rem; border-bottom: 1px solid var(--c-line); }
  .nav-list a::after { display: none; }
  .nav-extra { flex-direction: column; align-items: stretch; gap: 14px; }
  .nav-phone span { display: block; }
  .nav-phone { padding: 0 16px 0 0; min-height: 54px; font-size: 1.05rem; border-radius: 12px; }
  .nav-phone .ico { width: 52px; height: 52px; padding: 17px; }
  .nav-cta { min-height: 54px; }
  .hero { padding-block: 48px 64px; }
  .hero-copy { max-width: 640px; }
  .hero-visual { bottom: auto; }
  .hero-visual { position: relative; width: auto; bottom: auto; height: 420px; margin: 40px 0 0 24px; order: 2; }
  .hero { display: flex; flex-direction: column; }
  .hero-inner { order: 1; }
  .hero-photo { border-radius: 28px 0 0 28px; -webkit-mask-image: none; mask-image: none; }
  .quote-band { padding-block: 80px; }
  .quote-band-head { grid-template-columns: 1fr; gap: 20px; align-items: start; }
  .legal-layout, .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .toc { position: static; }
  .services-grid, .company-grid, .careers-grid, .contact-home-grid { grid-template-columns: 1fr; gap: 48px; }
  .services-head { position: static; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 44px; }
  .steps::before { display: none; }
  .company-globe { right: 16px; width: 128px; height: 128px; }
  .company-photo { aspect-ratio: 16 / 11; }
  .g-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 220px; }
}
@media (max-width: 720px) {
  :root { --header-h: 72px; }
  body { font-size: 1.03rem; }
  .container { padding-inline: 18px; }
  .section { padding-block: 80px; }
  .brand img { height: 44px; }
  .nav-extra .nav-cta { display: flex; }
  .hero { padding-block: 36px 48px; }
  .hero h1 { font-size: 2.45rem; }
  .hero-lead { font-size: 1.08rem; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { height: 250px; margin-left: 18px; margin-top: 32px; }
  .hero-note { font-size: .78rem; }
  .hero-legend { gap: 8px 18px; padding: 12px 16px; margin-top: 32px; }
  .hero-legend li { font-size: .95rem; }
  .hero-legend strong { font-size: 1.1rem; }
  .badge-long { display: none; }
  .quote-band { padding-block: 64px; }
  .waybill { padding: 0 18px 26px; border-radius: 18px; }
  .waybill-top { padding: 18px 0; margin-bottom: 22px; }
  .wb-lane { display: none; }
  .form-card { padding: 26px 18px; }
  .svc { grid-template-columns: 48px minmax(0, 1fr); gap: 16px; padding: 24px 0; }
  .svc:hover { padding-left: 0; }
  .svc-num { display: none; }
  .svc-ico { width: 48px; height: 48px; border-radius: 14px; }
  .svc h3 { font-size: 1.15rem; margin-top: 2px; }
  .statement { padding-top: 80px; }
  .statement-text { margin-bottom: 40px; }
  .steps { grid-template-columns: 1fr; row-gap: 32px; }
  .process-dots { width: 300px; height: 300px; top: -40px; right: -120px; opacity: .6; }
  .step { padding: 0 0 0 48px; }
  .step-node { top: 4px; }
  .ledger div { grid-template-columns: 1fr; gap: 2px; }
  .company-globe { width: 104px; height: 104px; padding: 12px; bottom: -28px; }
  .company-actions .btn { width: 100%; }
  .gallery-head { align-items: start; }
  .g-grid { grid-template-columns: 1fr; grid-auto-rows: 230px; gap: 14px; }
  .g-wide { grid-column: auto; }
  .g-tall { grid-row: auto; }
  .lb-prev { left: 8px; } .lb-next { right: 8px; } .lb-close { right: 8px; top: 8px; }
  .page-hero { padding-block: 48px 40px; }
  .legal-section, .contact-page-section { padding-block: 40px 80px; }
  .prose { padding: 28px 20px; font-size: 1rem; }
  .info-card { padding: 22px 18px; }
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .site-footer { padding-top: 64px; }
  .footer-disclosure { padding: 18px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
