:root {
  --navy: #080d5c;
  --navy-deep: #05083d;
  --red: #f52b2d;
  --ink: #161a2b;
  --muted: #6f7485;
  --pale: #f4f6fa;
  --line: #dfe3ec;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: absolute; z-index: 5; top: 0; left: 0; width: 100%; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.2); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 39px; height: 39px; display: grid; place-items: center; color: var(--red); border: 2px solid currentColor; border-radius: 50% 50% 48% 10%; transform: rotate(-12deg); font: 700 11px "Space Grotesk", sans-serif; }
.brand-logo { width: 55px; height: 55px; display: block; border: 0; border-radius: 0; object-fit: contain; transform: none; }
.brand-mark span { transform: rotate(12deg); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font: 700 17px "Space Grotesk", sans-serif; letter-spacing: .04em; }
.brand-copy small { margin-top: 5px; font-size: 7px; font-weight: 700; letter-spacing: .13em; }
.site-nav { display: flex; align-items: center; gap: 31px; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.nav-cta) { opacity: .84; transition: opacity .2s; }
.site-nav > a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { padding: 11px 16px; border: 1px solid rgba(255,255,255,.45); border-radius: 3px; }
.nav-cta span { color: #ffcbcd; margin-left: 7px; }
.menu-toggle { display: none; }

.hero { min-height: 740px; position: relative; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--navy); }
.hero-image { position: absolute; inset: 0; background: url("https://images.unsplash.com/photo-1494412651409-8963ce7935a7?auto=format&fit=crop&w=1800&q=85") center/cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,8,61,.98) 0%, rgba(7,13,92,.83) 42%, rgba(6,10,70,.25) 100%), linear-gradient(0deg, rgba(5,8,61,.3), transparent 55%); }
.hero-content { position: relative; z-index: 1; padding-top: 90px; }
.eyebrow { margin: 0 0 18px; color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.light { color: #ff8586; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Space Grotesk", sans-serif; letter-spacing: -.05em; line-height: 1.05; }
h1 { max-width: 700px; margin-bottom: 25px; font-size: clamp(54px, 8vw, 92px); }
h1 em, h2 span { color: var(--red); font-style: normal; }
.hero-text { max-width: 620px; margin-bottom: 34px; color: rgba(255,255,255,.82); font-size: 24px; line-height: 1.45; text-wrap: balance; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 15px 21px; border: 0; border-radius: 3px; font: 700 13px "DM Sans", sans-serif; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-red { color: var(--white); background: var(--red); }
.button-red:hover { background: #ff4244; }
.button-navy { color: var(--white); background: var(--navy); }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; }
.text-link span { font-size: 19px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.text-link.light { color: white; }
.text-link.dark { color: var(--navy); }
.hero-trust { display: flex; align-items: center; gap: 10px; margin-top: 74px; color: rgba(255,255,255,.57); font-size: 11px; }
.trust-dot { width: 7px; height: 7px; background: var(--red); border-radius: 50%; }
.section-pad { padding: 110px 0; }
.intro { background: var(--pale); }
.intro-grid, .section-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: start; }
h2 { margin-bottom: 0; font-size: clamp(39px, 5vw, 63px); }
.intro-copy { max-width: 440px; color: var(--muted); font-size: 16px; }
.intro > .container:first-child .eyebrow,
.services .section-heading .eyebrow,
.about-copy > .eyebrow {
  margin-top: 2px;
  margin-bottom: 18px;
  color: var(--red);
  font: 600 clamp(39px, 5vw, 63px) / 1.05 "Space Grotesk", sans-serif;
  letter-spacing: -.05em;
  text-transform: uppercase;
}
.intro-copy p { margin-bottom: 26px; }
.section-heading { margin-bottom: 52px; }
.section-heading > p { max-width: 320px; margin: 0; color: var(--muted); font-size: 14px; }
.heading-side { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.heading-side > p { max-width: 320px; margin: 0; color: var(--muted); font-size: 14px; }
.heading-side .text-link { flex-shrink: 0; white-space: nowrap; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.service-card { min-height: 335px; position: relative; display: flex; flex-direction: column; padding: 27px 24px; overflow: hidden; isolation: isolate; color: var(--white); border: 1px solid rgba(255,255,255,.35); border-radius: 14px; background: var(--navy); cursor: pointer; transition: transform .2s, box-shadow .2s, color .2s, background .2s, border-color .2s; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(8,13,92,.1); }
.service-card::before, .service-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.service-card::before { z-index: -2; background-position: center; background-size: cover; background-repeat: no-repeat; filter: saturate(.95) contrast(1.04); transition: transform .35s ease; }
.service-card::after { z-index: -1; background: linear-gradient(90deg, rgba(8,13,92,.78) 0%, rgba(19,28,92,.58) 52%, rgba(32,42,100,.38) 100%); transition: background .25s ease; }
.service-card:hover::before { transform: scale(1.06); }
.service-card:nth-child(1)::before { background-image: url("https://images.unsplash.com/photo-1494412651409-8963ce7935a7?auto=format&fit=crop&w=1600&q=90"); }
.service-card:nth-child(2)::before { background-image: url("https://images.unsplash.com/photo-1565610222536-ef125c59da2e?auto=format&fit=crop&w=1600&q=90"); }
.service-card:nth-child(3)::before { background-image: url("https://images.unsplash.com/photo-1494412574643-ff11b0a5c1c3?auto=format&fit=crop&w=1600&q=90"); }
.service-card:nth-child(4)::before { background-image: url("https://images.unsplash.com/photo-1519003722824-194d4455a60c?auto=format&fit=crop&w=1600&q=90"); }
.service-card:nth-child(5)::before { background-image: url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1600&q=90"); }
.service-card:nth-child(6)::before { background-image: url("https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?auto=format&fit=crop&w=1600&q=90"); }
.service-card:nth-child(7)::before { background-image: url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1600&q=90"); }
.service-card:nth-child(8)::before { background-image: url("https://images.unsplash.com/photo-1589829545856-d10d557cf95f?auto=format&fit=crop&w=1600&q=90"); }
.service-card:nth-child(1) { --image-tint-dark: rgba(9, 54, 88, .82); --image-tint-mid: rgba(22, 116, 150, .42); --image-tint-light: rgba(224, 111, 64, .64); }
.service-card:nth-child(2) { --image-tint-dark: rgba(27, 71, 91, .82); --image-tint-mid: rgba(105, 145, 157, .4); --image-tint-light: rgba(214, 170, 88, .62); }
.service-card:nth-child(3) { --image-tint-dark: rgba(12, 41, 76, .86); --image-tint-mid: rgba(39, 91, 130, .42); --image-tint-light: rgba(174, 194, 201, .58); }
.service-card:nth-child(4) { --image-tint-dark: rgba(74, 35, 39, .84); --image-tint-mid: rgba(163, 88, 57, .4); --image-tint-light: rgba(229, 191, 160, .64); }
.service-card:nth-child(5) { --image-tint-dark: rgba(31, 56, 63, .84); --image-tint-mid: rgba(66, 116, 119, .4); --image-tint-light: rgba(201, 151, 81, .62); }
.service-card:nth-child(6) { --image-tint-dark: rgba(25, 63, 75, .82); --image-tint-mid: rgba(71, 135, 153, .38); --image-tint-light: rgba(239, 188, 66, .58); }
.service-card:nth-child(7) { --image-tint-dark: rgba(67, 30, 21, .84); --image-tint-mid: rgba(124, 69, 44, .42); --image-tint-light: rgba(193, 119, 62, .62); }
.service-card:nth-child(8) { --image-tint-dark: rgba(58, 34, 35, .84); --image-tint-mid: rgba(123, 70, 63, .4); --image-tint-light: rgba(190, 151, 105, .62); }
.service-card-active { z-index: 2; color: var(--white); border-color: var(--red); background: var(--navy); box-shadow: 0 12px 26px rgba(8,13,92,.2); }
.service-card-active::after { background: linear-gradient(90deg, rgba(8,13,92,.84) 0%, rgba(19,28,92,.64) 52%, rgba(32,42,100,.44) 100%); }
.service-card h3 { max-width: 250px; margin-bottom: 14px; color: var(--white); font: 600 21px "Space Grotesk", sans-serif; line-height: 1.12; }
.service-card p { margin-bottom: 25px; color: rgba(255,255,255,.86); font-size: 13px; line-height: 1.55; }
.service-card-active p { color: #bdc2d5; }
.service-card a { margin-top: auto; color: var(--red); font-size: 12px; font-weight: 700; }
.service-card a span { margin-left: 7px; font-size: 17px; }

.about { background: var(--pale); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.about-visual { min-height: 530px; position: relative; }
.about-image { height: 480px; margin-right: 56px; background: url("https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=900&q=80") center/cover; }
.about-visual::after { content: ""; position: absolute; right: 0; bottom: 0; width: 100px; height: 66%; background: var(--red); z-index: 0; mix-blend-mode: multiply; }
.about-image { position: relative; z-index: 1; }
.about-badge { position: absolute; z-index: 2; left: -22px; bottom: 0; display: flex; align-items: center; gap: 14px; padding: 17px 21px; color: var(--white); background: var(--navy); }
.about-badge strong { color: var(--red); font: 700 28px "Space Grotesk", sans-serif; }
.about-badge span { font-size: 11px; line-height: 1.3; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 15px; }
.about-copy > p:nth-of-type(3) { margin-bottom: 30px; }

.objectives { color: var(--white); background: var(--navy); }
.objectives-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.objectives-copy h2 { margin-bottom: 28px; }
.objectives-copy > p:last-child { max-width: 350px; color: #bfc3d8; font-size: 15px; }
.objectives-list { border-top: 1px solid #31377e; }
.objective { display: grid; grid-template-columns: 65px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid #31377e; }
.objective > span { color: var(--red); font: 600 13px "Space Grotesk", sans-serif; }
.objective h3 { margin-bottom: 5px; font: 600 21px "Space Grotesk", sans-serif; }
.objective p { margin: 0; color: #bfc3d8; font-size: 13px; }

.why-us { background: var(--white); }
.reasons-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.reason { min-height: 290px; position: relative; display: flex; flex-direction: column; overflow: hidden; isolation: isolate; padding: 27px 22px; color: var(--white); border: 1px solid rgba(255,255,255,.35); border-radius: 14px; background: var(--navy); }
.reason::before, .reason::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.reason::before { z-index: -2; background-position: center; background-size: cover; background-repeat: no-repeat; filter: saturate(.9) contrast(1.04); transition: transform .35s ease; }
.reason::after { z-index: -1; background: linear-gradient(90deg, rgba(8,13,92,.84) 0%, rgba(19,28,92,.62) 52%, rgba(32,42,100,.42) 100%); }
.reason:hover::before { transform: scale(1.06); }
.reason:nth-child(1)::before { background-image: url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1600&q=90"); }
.reason:nth-child(2)::before { background-image: url("https://images.unsplash.com/photo-1553877522-43269d4ea984?auto=format&fit=crop&w=1600&q=90"); }
.reason:nth-child(3)::before { background-image: url("https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=1600&q=90"); }
.reason:nth-child(4)::before { background-image: url("https://images.unsplash.com/photo-1521295121783-8a321d551ad2?auto=format&fit=crop&w=1600&q=90"); }
.reason:nth-child(5)::before { background-image: url("https://images.unsplash.com/photo-1554224154-26032ffc0d07?auto=format&fit=crop&w=1600&q=90"); }
.reason-icon { position: relative; z-index: 1; display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 28px; color: var(--white); background: var(--red); border-radius: 50%; font-size: 20px; }
.reason h3 { position: relative; z-index: 1; min-height: 45px; margin-bottom: 11px; color: var(--white); font: 600 18px "Space Grotesk", sans-serif; line-height: 1.25; }
.reason p { position: relative; z-index: 1; margin: 0; color: rgba(255,255,255,.88); font-size: 13px; line-height: 1.55; }

.gallery { background: var(--pale); }
.gallery-heading { margin-bottom: 34px; }
.gallery-tabs { display: inline-flex; gap: 4px; margin-bottom: 28px; padding: 4px; border-radius: 5px; background: #e2e5ed; }
.gallery-tab { padding: 10px 22px; border: 0; border-radius: 3px; color: var(--navy); background: transparent; font: 700 12px "DM Sans", sans-serif; cursor: pointer; }
.gallery-tab.is-active { color: var(--white); background: var(--navy); }
.gallery-panel[hidden] { display: none; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.gallery-card { min-height: 195px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--navy); }
.gallery-photo-card { padding: 0; color: var(--white); cursor: pointer; text-align: left; }
.gallery-photo-card img { display: block; width: 100%; height: 195px; object-fit: cover; transition: transform .3s ease; }
.gallery-photo-card:hover img { transform: scale(1.05); }
.gallery-video-card video { display: block; width: 100%; height: 175px; object-fit: cover; background: var(--navy-deep); }
.gallery-video-card p { margin: 0; padding: 10px 13px; color: var(--white); background: var(--navy); font-size: 11px; }
.gallery-card.is-missing::before { content: "Add media to assets/images/shipments or assets/videos/shipments"; position: absolute; inset: 0; z-index: 1; display: grid; place-items: center; padding: 20px; color: #bbc0d5; background: linear-gradient(135deg, var(--navy), #1b267b); font-size: 11px; text-align: center; }
.gallery-load-more { display: block; margin: 30px auto 0; }
.gallery-lightbox { width: min(92vw, 1000px); max-width: none; padding: 45px 60px; border: 0; border-radius: 8px; color: var(--white); background: rgba(5,8,61,.97); }
.gallery-lightbox::backdrop { background: rgba(5,8,61,.8); }
.gallery-lightbox img { display: block; max-width: 100%; max-height: 78vh; margin: auto; object-fit: contain; }
.lightbox-close, .lightbox-control { position: absolute; border: 0; color: var(--white); background: transparent; cursor: pointer; }
.lightbox-close { top: 10px; right: 18px; font-size: 30px; }
.lightbox-control { top: 50%; padding: 12px; font-size: 23px; transform: translateY(-50%); }
.lightbox-prev { left: 12px; }
.lightbox-next { right: 12px; }

.contact { padding: 55px 0; color: var(--white); background: var(--navy-deep); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; align-items: start; }
.contact-copy h2 { margin-bottom: 25px; }
.contact-copy > p:not(.eyebrow) { max-width: 390px; color: #bbc0d5; font-size: 15px; }
.contact-details { display: grid; gap: 13px; margin-top: 43px; }
.contact-details a, .contact-details p { margin: 0; font-size: 13px; }
.contact-details span { display: block; margin-bottom: 3px; color: #747bab; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-icon { display: inline-block; width: 16px; margin-right: 6px; color: var(--red); font-size: 14px; font-style: normal; letter-spacing: 0; text-align: center; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 17px; align-content: start; padding: 30px; border-radius: 14px; background: var(--white); color: var(--ink); }
.contact-form label { align-self: center; margin-top: 2px; font-size: 13px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; margin-bottom: 13px; padding: 11px 0; border: 0; border-bottom: 1px solid #cfd3df; outline: none; font: inherit; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--red); }
.contact-form label:nth-of-type(4), .contact-form textarea, .contact-form button, .form-status { grid-column: 1 / -1; }
.contact-form button { justify-self: start; margin-top: 10px; }
.contact-form button:disabled { cursor: wait; opacity: .7; transform: none; }
.form-status { min-height: 20px; margin: 10px 0 0; color: var(--red); font-size: 12px; }
.form-status[data-state="success"] { color: #228149; }

.location-map { padding: 0 0 110px; background: var(--navy-deep); }
.location-map-grid { display: grid; grid-template-columns: 1.35fr .65fr; min-height: 360px; }
.map-frame { min-height: 360px; border: 8px solid var(--white); background: #dfe3ec; }
.map-frame iframe { display: block; width: 100%; height: 100%; min-height: 344px; border: 0; }
.location-details { display: flex; flex-direction: column; justify-content: center; padding: 42px; color: var(--white); background: var(--navy); }
.location-details h2 { margin-bottom: 18px; font-size: clamp(35px, 4vw, 51px); }
.location-details > p:not(.eyebrow) { margin-bottom: 20px; color: #bbc0d5; font-size: 14px; }
.location-details address { margin-bottom: 27px; color: var(--white); font-size: 15px; font-style: normal; line-height: 1.65; }
.location-details .text-link { color: var(--white); }

.site-footer { color: var(--white); background: var(--navy); }
.footer-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-wrap p, .back-top { margin: 0; color: #a7acd0; font-size: 11px; }
.back-top { color: var(--white); font-weight: 700; }

@media (max-width: 850px) {
  .site-nav { gap: 18px; }
  .service-grid, .reasons-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .about-grid, .objectives-grid, .contact-grid { gap: 55px; }
  .section-pad { padding: 80px 0; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 36px, 520px); }
  .nav-wrap { min-height: 70px; }
  .menu-toggle { z-index: 2; display: flex; width: 38px; height: 38px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.35); border-radius: 3px; background: transparent; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 17px; height: 1px; background: white; }
  .site-nav { position: absolute; top: 69px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 9px; background: var(--navy-deep); box-shadow: 0 10px 20px rgba(0,0,0,.2); }
  .site-nav.open { display: flex; }
  .site-nav > a { padding: 12px 11px; }
  .nav-cta { border: 0; }
  .hero { min-height: 680px; }
  .hero-content { padding-top: 90px; }
  h1 { font-size: clamp(48px, 15vw, 70px); }
  .hero-text { max-width: 100%; font-size: 18px; line-height: 1.4; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .hero-trust { margin-top: 56px; }

  .intro-grid, .section-heading, .about-grid, .objectives-grid, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .section-heading { margin-bottom: 35px; }
  .heading-side { align-items: start; flex-direction: column; gap: 16px; }
  .stats-grid { gap: 10px; margin-top: 55px; }
  .stat { display: block; }
  .stat strong { display: block; font-size: 31px; }
  .service-grid, .reasons-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-card, .gallery-photo-card img { min-height: 160px; height: 160px; }
  .service-card { min-height: 275px; }
  .about-visual { min-height: 370px; }
  .about-image { height: 330px; margin-right: 28px; }
  .about-visual::after { width: 58px; }
  .about-badge { left: -9px; }
  .objectives-grid { gap: 50px; }
  .contact-grid { gap: 45px; }
  .contact { padding: 42px 0; }
  .contact-form { padding: 23px 19px; }
  .location-map { padding-bottom: 70px; }
  .location-map-grid { grid-template-columns: 1fr; }
  .map-frame { min-height: 300px; border-width: 5px; }
  .map-frame iframe { min-height: 290px; }
  .location-details { padding: 35px 24px; }
  .footer-wrap { align-items: flex-start; flex-direction: column; padding: 25px 0; }
}
