@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('assets/dm-sans.woff2') format('woff2'); }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400 800; font-display: swap; src: url('assets/manrope.woff2') format('woff2'); }

:root {
  --ink: #0a1721;
  --muted: #65747d;
  --paper: #f5f5f0;
  --warm: #efeee9;
  --line: #d8dedc;
  --blue: #0785df;
  --blue-bright: #48cbff;
  --blue-deep: #062b48;
  --night: #08151f;
  --night-card: #0c202e;
  --white: #f7faf9;
  --sans: 'DM Sans', Arial, sans-serif;
  --display: 'Manrope', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.section-dark { color: var(--white); background: var(--night); }
.section-light { background: var(--paper); }
.section-paper { background: var(--warm); }
.section-blue { color: var(--white); background: var(--blue-deep); }
.eyebrow { align-items: center; color: var(--blue); display: flex; font-size: 10px; font-weight: 700; gap: 9px; letter-spacing: .18em; margin: 0 0 29px; text-transform: uppercase; }
.eyebrow span { background: currentColor; display: block; height: 5px; width: 5px; }
.eyebrow-light { color: var(--blue-bright); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); letter-spacing: -.065em; }
h2 { font-size: clamp(46px, 5.7vw, 78px); line-height: .99; margin-bottom: 0; }
h2 em, h1 em { color: var(--blue); font-style: normal; }
.text-link { border-bottom: 1px solid currentColor; color: var(--ink); display: inline-flex; font-size: 12px; font-weight: 700; gap: 20px; letter-spacing: .02em; padding-bottom: 7px; transition: color .2s, gap .2s; }
.text-link span { font-size: 16px; line-height: 13px; }
.text-link:hover { color: var(--blue); gap: 27px; }
.text-link-light { color: var(--white); }
.button { align-items: center; border: 0; cursor: pointer; display: inline-flex; font-size: 12px; font-weight: 700; gap: 24px; justify-content: space-between; letter-spacing: .01em; padding: 17px 19px 17px 22px; transition: background .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; font-weight: 400; line-height: 12px; }
.button-primary { background: var(--blue); color: #fff; }
.button-primary:hover { background: #0a72bf; }

/* Navigation */
.site-header { align-items: center; background: var(--night); color: var(--white); display: flex; height: 83px; justify-content: space-between; padding: 0 max(32px, calc((100vw - 1160px) / 2)); position: relative; z-index: 20; }
.brand { align-items: center; display: inline-flex; gap: 10px; }
.brand-mark { display: block; height: 38px; width: 38px; }
.brand-mark svg { display: block; height: 100%; width: 100%; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: var(--display); font-size: 19px; letter-spacing: -.04em; }
.brand-copy span { color: #92a8b5; font-size: 7px; font-weight: 700; letter-spacing: .2em; margin-top: 4px; }
.desktop-nav { display: flex; gap: 37px; margin-left: auto; margin-right: 69px; }
.desktop-nav a { color: #9aacb5; font-size: 11px; font-weight: 600; transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a.active { color: #fff; }
.desktop-nav a.active:after { background: var(--blue-bright); content: ''; display: inline-block; height: 4px; margin-left: 8px; width: 4px; vertical-align: middle; }
.header-cta { border: 1px solid #536773; font-size: 11px; font-weight: 700; padding: 12px 14px 12px 17px; transition: border-color .2s, background .2s; }
.header-cta span { color: var(--blue-bright); font-size: 16px; margin-left: 13px; }
.header-cta:hover { background: #102b3d; border-color: var(--blue-bright); }
.menu-toggle, .mobile-nav { display: none; }

/* Hero */
.hero { min-height: 632px; overflow: hidden; position: relative; }
.hero-photo { background: linear-gradient(90deg, var(--night) 0%, rgba(8, 21, 31, .97) 39%, rgba(8, 21, 31, .56) 72%, rgba(8, 21, 31, .86) 100%), linear-gradient(0deg, var(--night), transparent 65%), url('assets/cargo-ship.jpg') center right / cover no-repeat; filter: saturate(.62) contrast(1.08); inset: 0; opacity: .55; position: absolute; }
.hero-grid { background-image: linear-gradient(rgba(67, 111, 133, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(67, 111, 133, .09) 1px, transparent 1px); background-size: 90px 90px; height: 100%; inset: 0 0 0 48%; mask-image: linear-gradient(90deg, transparent, #000 30%); opacity: .55; position: absolute; }
.hero-orb { border: 1px solid rgba(77, 177, 221, .12); border-radius: 50%; position: absolute; }
.hero-orb-one { height: 750px; right: -180px; top: -190px; width: 750px; }
.hero-orb-two { height: 470px; right: -20px; top: -50px; width: 470px; }
.hero-content { align-items: center; display: grid; grid-template-columns: 1fr 1fr; min-height: 534px; position: relative; }
.hero-copy { padding: 53px 0 45px; position: relative; z-index: 1; }
.hero h1 { font-size: clamp(65px, 8.2vw, 113px); font-weight: 500; line-height: .89; margin: 0 0 37px; }
.hero-lead { color: #9db0ba; font-size: 17px; line-height: 1.55; max-width: 395px; }
.hero-actions { align-items: center; display: flex; gap: 32px; margin-top: 38px; }
.hero-visual { height: 470px; position: relative; }
.world-lines { height: 100%; inset: 0; overflow: visible; position: absolute; width: 100%; }
.visual-glow { background: #036493; border-radius: 50%; filter: blur(90px); height: 150px; opacity: .2; position: absolute; right: 23%; top: 35%; width: 190px; }
.visual-caption { align-items: flex-start; bottom: 47px; color: #708995; display: flex; font-size: 10px; gap: 10px; left: 50%; letter-spacing: .06em; line-height: 1.35; position: absolute; text-transform: uppercase; }
.visual-caption strong { color: #dcebf0; font-weight: 500; }
.pulse-dot { background: var(--blue-bright); border-radius: 50%; box-shadow: 0 0 0 5px rgba(72, 203, 255, .13); height: 6px; margin-top: 4px; width: 6px; }
.hero-footer { align-items: center; bottom: 30px; color: #617984; display: flex; font-size: 10px; letter-spacing: .06em; position: absolute; }
.hero-footer > span:first-child { color: var(--blue-bright); font-weight: 700; }
.hero-line { background: #31505f; display: block; height: 1px; margin: 0 16px; width: 43px; }
.hero-footer a { color: var(--blue-bright); font-size: 20px; margin-left: auto; }

/* Intro */
.intro { padding: 130px 0 0; }
.intro-grid { display: grid; gap: 80px; grid-template-columns: 1fr 1.08fr; }
.intro-title h2 { font-weight: 500; }
.intro-body { max-width: 480px; padding-top: 47px; }
.intro-body p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.intro-body .large-copy { color: var(--ink); font-family: var(--display); font-size: 24px; letter-spacing: -.035em; line-height: 1.35; margin-bottom: 23px; }
.intro-body .large-copy strong { color: var(--blue); font-weight: 600; }
.intro-body .text-link { margin-top: 20px; }
.stats-row { align-items: stretch; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 1fr 1.7fr; margin-top: 108px; }
.stat { border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; min-height: 141px; padding-left: 20px; }
.stat:first-child { padding-left: 0; }
.stat strong { color: var(--blue); font-family: var(--display); font-size: 41px; font-weight: 500; letter-spacing: -.07em; line-height: 1; }
.stat > span:not(.stat-pin) { color: var(--muted); font-size: 11px; margin-top: 8px; }
.stat-location { align-items: center; border-right: 0; flex-direction: row; gap: 15px; padding-left: 52px; }
.stat-pin { color: var(--blue); font-size: 24px; }
.stat-location > span:last-child { color: var(--muted); font-size: 11px; line-height: 1.6; }

/* Services */
.services { padding: 133px 0 146px; }
.heading-row { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: 60px; }
.heading-row > p { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0 0 5px; max-width: 310px; }
.service-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); }
.service-card { background: #f9f9f5; border: 1px solid #e0e2dc; min-height: 304px; padding: 29px 29px 25px; position: relative; transition: background .2s, transform .2s, box-shadow .2s; }
.service-card:hover { background: #fff; box-shadow: 0 12px 35px rgba(8, 21, 31, .07); transform: translateY(-4px); z-index: 1; }
.service-card-featured { background: var(--blue); border-color: var(--blue); color: #fff; }
.service-card-featured:hover { background: #087bcf; }
.service-card-lower { min-height: 276px; }
.service-card-pickup { background: #edf1ee; }
.service-card-top { align-items: center; display: flex; justify-content: space-between; }
.service-number { color: #90a1a6; font-family: var(--display); font-size: 11px; }
.service-card-featured .service-number { color: #bcecff; }
.service-icon { color: var(--blue); font-size: 29px; font-weight: 400; line-height: 1; }
.service-card-featured .service-icon { color: #bdefff; }
.icon-box { font-size: 23px; transform: rotate(45deg); }
.icon-car { font-size: 27px; transform: scaleX(1.25); }
.icon-route { font-size: 42px; transform: rotate(-25deg); }
.icon-target { font-size: 40px; }
.icon-wheel { font-size: 27px; }
.icon-plane { font-size: 27px; }
.service-card h3 { font-family: var(--display); font-size: 26px; font-weight: 600; letter-spacing: -.06em; line-height: 1.05; margin: 44px 0 14px; }
.service-card p { color: var(--muted); font-size: 12px; line-height: 1.55; margin-bottom: 0; max-width: 245px; }
.service-card-featured p { color: #d7f0fb; }
.service-card a { bottom: 24px; color: var(--blue); font-size: 11px; font-weight: 700; left: 29px; position: absolute; }
.service-card-featured a { color: #fff; }
.service-card a span { font-size: 16px; margin-left: 16px; }

/* Principles */
.principles { overflow: hidden; padding: 128px 0 136px; position: relative; }
.principles:after { border: 1px solid rgba(91, 195, 233, .13); border-radius: 50%; content: ''; height: 680px; position: absolute; right: -265px; top: -250px; width: 680px; }
.principles-grid { display: grid; gap: 125px; grid-template-columns: 1fr 1fr; position: relative; z-index: 1; }
.principles-title h2 { font-weight: 500; margin-bottom: 28px; }
.principles-title > p:last-child { color: #9eb5c0; font-size: 14px; line-height: 1.7; max-width: 260px; }
.principles-list { border-top: 1px solid #2d5267; }
.principle { align-items: center; border-bottom: 1px solid #2d5267; display: grid; gap: 23px; grid-template-columns: 32px 125px 1fr; min-height: 75px; }
.principle > span { color: #62bde8; font-family: var(--display); font-size: 10px; }
.principle h3 { font-family: var(--display); font-size: 16px; letter-spacing: -.03em; margin: 0; }
.principle p { color: #94acb8; font-size: 11px; line-height: 1.4; margin: 0; }

/* Process */
.process { padding: 130px 0 145px; }
.process-heading { margin-bottom: 77px; }
.process-track { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.process-track:before { background: var(--line); content: ''; height: 1px; left: 29px; position: absolute; right: 29px; top: 33px; }
.process-step { padding-right: 35px; position: relative; }
.step-icon { align-items: center; background: var(--paper); border: 1px solid #b4c2c5; border-radius: 50%; color: var(--blue); display: flex; font-family: var(--display); font-size: 12px; height: 67px; justify-content: center; margin-bottom: 27px; position: relative; width: 67px; z-index: 1; }
.process-step h3 { font-family: var(--display); font-size: 20px; letter-spacing: -.05em; line-height: 1.08; margin-bottom: 13px; }
.process-step p { color: var(--muted); font-size: 12px; line-height: 1.6; max-width: 190px; }

/* Markets and FAQ */
.markets { padding: 123px 0 132px; }
.markets-grid { display: grid; gap: 140px; grid-template-columns: 1fr 1.08fr; }
.markets-copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 28px 0; max-width: 310px; }
.market-list { border-top: 1px solid var(--line); }
.market-list > div { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 26px; grid-template-columns: 34px 1fr; min-height: 61px; }
.market-list span { color: var(--blue); font-family: var(--display); font-size: 10px; }
.market-list p { font-size: 13px; margin: 0; }
.faq { padding: 130px 0 138px; }
.faq-grid { display: grid; gap: 145px; grid-template-columns: .85fr 1.15fr; }
.faq-intro { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 29px 0 24px; max-width: 260px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 21px 0; }
.faq-list summary { cursor: pointer; display: flex; font-family: var(--display); font-size: 15px; font-weight: 600; justify-content: space-between; letter-spacing: -.03em; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 21px; font-weight: 400; line-height: 20px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); font-size: 12px; line-height: 1.7; margin: 16px 33px 0 0; max-width: 530px; }

/* Contact */
.contact { min-height: 600px; overflow: hidden; padding: 123px 0 116px; position: relative; }
.contact-grid-lines { background-image: linear-gradient(rgba(67, 111, 133, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(67, 111, 133, .1) 1px, transparent 1px); background-size: 90px 90px; inset: 0 0 0 49%; mask-image: linear-gradient(90deg, transparent, #000 25%); opacity: .5; position: absolute; }
.contact:after { border: 1px solid rgba(76, 168, 211, .11); border-radius: 50%; content: ''; height: 600px; position: absolute; right: -260px; top: -230px; width: 600px; }
.contact-grid { display: grid; gap: 145px; grid-template-columns: 1fr 1.08fr; position: relative; z-index: 1; }
.contact-copy h2 { font-weight: 500; margin-bottom: 28px; }
.contact-copy > p:not(.eyebrow) { color: #a2b5bd; font-size: 14px; line-height: 1.7; max-width: 325px; }
.contact-location { align-items: flex-start; border-top: 1px solid #2c4d5d; color: #a2b5bd; display: flex; font-size: 11px; gap: 16px; line-height: 1.6; margin-top: 45px; padding-top: 20px; }
.contact-location > span { color: var(--blue-bright); font-size: 22px; line-height: 1; }
.contact-location strong { color: #fff; font-size: 12px; font-weight: 600; }
.contact-form { align-self: center; background: #102632; padding: 31px 34px 28px; }
.form-field { border-bottom: 1px solid #49606b; margin-bottom: 23px; }
.form-field label { color: #79a1b0; display: block; font-size: 10px; letter-spacing: .06em; margin-bottom: 5px; }
.form-field input, .form-field select, .form-field textarea { background: transparent; border: 0; border-radius: 0; color: #f1f8fa; display: block; font-size: 13px; outline: 0; padding: 2px 0 11px; resize: vertical; width: 100%; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #607984; }
.form-field select { color: #607984; }
.form-field select:valid { color: #f1f8fa; }
.form-field option { background: var(--night); color: #fff; }
.form-trap { height: 0; left: -9999px; overflow: hidden; position: absolute; width: 0; }
.form-submit { margin-top: 3px; width: 100%; }
.form-submit:disabled { cursor: wait; opacity: .65; transform: none; }
.form-note { color: #6d8a95; font-size: 10px; margin: 13px 0 0; text-align: center; }

/* Footer */
.site-footer { background: #06111a; color: #a4b5bc; padding: 46px 0 24px; }
.footer-top { align-items: flex-start; border-bottom: 1px solid #223642; display: grid; grid-template-columns: 1.2fr 1fr .8fr; padding-bottom: 42px; }
.brand-footer .brand-mark { height: 34px; width: 34px; }
.brand-footer .brand-copy strong { color: #fff; }
.footer-top > p { font-size: 11px; line-height: 1.55; margin: 0; }
.footer-links { display: flex; gap: 27px; justify-content: flex-end; }
.footer-links a, .footer-bottom { font-size: 10px; }
.footer-links a:hover, .footer-bottom a:hover { color: var(--blue-bright); }
.footer-bottom { color: #61747e; display: flex; justify-content: space-between; padding-top: 20px; }
.footer-bottom a { color: #9eb0b7; }

@media (max-width: 900px) {
  .container { width: min(100% - 42px, 640px); }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { background: none; border: 0; display: flex; flex-direction: column; gap: 6px; padding: 8px 0 8px 8px; }
  .menu-toggle span { background: #d4e7ed; display: block; height: 1px; width: 25px; }
  .mobile-nav { background: var(--night); border-top: 1px solid #23404e; display: flex; flex-direction: column; left: 0; opacity: 0; padding: 15px 21px 23px; pointer-events: none; position: absolute; right: 0; top: 83px; transform: translateY(-12px); transition: opacity .2s, transform .2s; }
  .mobile-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .mobile-nav a { border-bottom: 1px solid #1a3340; color: #c5d6db; font-size: 13px; padding: 12px 0; }
  .mobile-nav-cta { color: var(--blue-bright) !important; }
  .hero-content, .intro-grid, .principles-grid, .markets-grid, .faq-grid, .contact-grid { gap: 55px; grid-template-columns: 1fr; }
  .hero { min-height: 790px; }
  .hero-content { align-items: start; min-height: 700px; }
  .hero-copy { padding-top: 76px; }
  .hero-visual { height: 300px; margin-top: -48px; }
  .hero-footer { bottom: 23px; }
  .intro, .services, .principles, .process, .markets, .faq, .contact { padding: 88px 0; }
  .intro-body { padding-top: 0; }
  .stats-row { margin-top: 70px; }
  .principles-grid { gap: 60px; }
  .heading-row { align-items: start; flex-direction: column; gap: 30px; }
  .heading-row > p { max-width: 430px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card-featured { grid-column: span 2; }
  .process-track { gap: 35px 0; grid-template-columns: 1fr 1fr; }
  .process-track:before { display: none; }
  .markets-grid { gap: 65px; }
  .faq-grid, .contact-grid { gap: 60px; }
  .contact { min-height: auto; }
  .footer-top { gap: 30px; grid-template-columns: 1fr 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 520px) {
  .container { width: calc(100% - 38px); }
  .site-header { height: 72px; padding: 0 19px; }
  .mobile-nav { top: 72px; }
  .hero { min-height: 720px; }
  .hero-content { min-height: 640px; }
  .hero-copy { padding-top: 67px; }
  .hero h1 { font-size: 65px; }
  .hero-lead { font-size: 15px; max-width: 330px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-visual { height: 240px; margin-top: -45px; }
  .visual-caption { bottom: 14px; left: 45%; }
  .hero-footer { font-size: 9px; }
  .hero-footer > span:last-of-type { max-width: 190px; }
  .intro-grid, .principles-grid, .markets-grid, .faq-grid, .contact-grid { gap: 42px; }
  h2 { font-size: 49px; }
  .intro-body .large-copy { font-size: 21px; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .stat { border-bottom: 1px solid var(--line); min-height: 105px; padding-left: 0; }
  .stat:nth-child(2) { border-right: 0; padding-left: 20px; }
  .stat:nth-child(3) { border-bottom: 0; }
  .stat-location { border-bottom: 0; padding-left: 20px; }
  .services { padding-top: 88px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card-featured { grid-column: auto; }
  .service-card, .service-card-lower { min-height: 280px; }
  .principle { gap: 10px; grid-template-columns: 25px 95px 1fr; }
  .principle h3 { font-size: 14px; }
  .principle p { font-size: 10px; }
  .process-track { grid-template-columns: 1fr; }
  .process-step { display: grid; gap: 0 20px; grid-template-columns: 67px 1fr; padding: 0; }
  .step-icon { grid-row: span 2; margin: 0; }
  .process-step h3 { align-self: end; margin-bottom: 5px; }
  .process-step p { align-self: start; margin-bottom: 0; }
  .contact-form { padding: 24px 20px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-wrap: wrap; gap: 12px; }
}
