:root {
  --ink: #111111;
  --muted: #666666;
  --yellow: #ffc800;
  --yellow-deep: #edb900;
  --paper: #ffffff;
  --soft: #f7f7f4;
  --line: #d9d9d4;
  --navy: #111111;
  --gold: #ffc800;
  --gold2: #ffc800;
  --bg: #f7f7f4;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Instrument Sans", sans-serif; font-size: 16px; line-height: 1.55; }
::selection { color: var(--ink); background: var(--yellow); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.hidden { display: none; }

.site-header {
  min-height: 78px;
  padding: 0 4.5%;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(150px, 1fr);
  align-items: center;
  gap: 28px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; width: fit-content; }
.brand img { display: block; width: 158px; height: 58px; object-fit: contain; mix-blend-mode: multiply; }
.nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 1.8vw, 30px); }
.nav a { font-size: 11px; font-weight: 700; letter-spacing: .2px; text-transform: uppercase; white-space: nowrap; position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--yellow); transition: right .25s ease; }
.nav a:hover::after, .nav a:focus-visible::after { right: 0; }
.nav-cta { justify-self: end; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 24px; }

.btn {
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: .2px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-3px) rotate(-.35deg); box-shadow: 5px 5px 0 var(--ink); }
.btn:active { transform: translateY(0); }
.btn:focus-visible { outline: 3px solid rgba(255,200,0,.5); outline-offset: 3px; }
.btn-gold { border-color: var(--yellow); background: var(--yellow); color: var(--ink); }
.btn-gold:hover { background: var(--yellow-deep); border-color: var(--yellow-deep); }
.btn-outline { background: transparent; color: var(--ink); }
.btn-outline:hover, .btn-navy:hover { background: var(--ink); color: var(--paper); }
.btn-navy { background: var(--ink); color: var(--paper); border-color: var(--ink); }

.hero { min-height: 530px; display: grid; grid-template-columns: 49% 51%; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero-media { grid-column: 2; grid-row: 1; min-height: 100%; position: relative; overflow: hidden; clip-path: polygon(18% 0,100% 0,100% 100%,8% 100%,0 77%,18% 0); background: var(--ink); }
.hero-media::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; border-left: 3px solid var(--yellow); background: linear-gradient(90deg, rgba(17,17,17,.12), transparent 32%); clip-path: polygon(18% 0,100% 0,100% 100%,8% 100%,0 77%,18% 0); }
.hero-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.04); transition: opacity .75s ease, transform 5.8s ease; }
.hero-slide.is-active { opacity: 1; transform: scale(1); z-index: 1; }
.hero-slide img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-slide:nth-child(1) img { object-position: 52% center; }
.hero-slide:nth-child(2) img { object-position: 50% 46%; }
.hero-slide:nth-child(3) img { object-position: 48% center; }
.slider-controls { position: absolute; right: 5%; bottom: 28px; z-index: 4; display: flex; align-items: center; gap: 12px; padding: 7px; color: var(--paper); background: rgba(17,17,17,.78); backdrop-filter: blur(8px); }
.slider-arrow { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.35); color: inherit; background: transparent; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.slider-arrow:hover, .slider-arrow:focus-visible { color: var(--ink); background: var(--yellow); transform: translateY(-2px); outline: 0; }
.slider-dots { display: flex; align-items: center; gap: 7px; }
.slider-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.45); cursor: pointer; transition: transform .2s ease, background .2s ease; }
.slider-dot.is-active { background: var(--yellow); transform: scale(1.45); }
.slider-dot:focus-visible { outline: 2px solid var(--yellow); outline-offset: 3px; }
.hero-content { grid-column: 1; grid-row: 1; align-self: center; padding: 68px 5% 58px 9%; position: relative; z-index: 2; animation: hero-rise .75s cubic-bezier(.2,.8,.2,1) both; }
.eyebrow { color: var(--yellow-deep); font-size: 19px; font-weight: 800; margin-bottom: 28px; }
.eyebrow span { color: #777; font-size: 12px; margin-left: 5px; }
.hero h1 { font: 800 clamp(46px, 4.65vw, 76px)/.94 "Bricolage Grotesque", sans-serif; letter-spacing: -4px; word-spacing: .08em; margin: 0; text-wrap: balance; }
.hero h1 span::after { content: ""; width: .15em; height: .15em; margin-left: .08em; display: inline-block; background: var(--yellow); border-radius: 50%; }
.hero p { margin: 28px 0 30px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.6px; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.quote-wrap { margin: 0; padding: 28px 5%; display: grid; grid-template-columns: 190px 1fr; gap: 35px; background: var(--soft); border-bottom: 1px solid var(--line); }
.quote-title { display: flex; align-items: center; gap: 14px; }
.quote-title .icon { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--yellow-deep); }
.quote-title strong { display: block; font: 700 21px "Bricolage Grotesque", sans-serif; }
.quote-title small { color: var(--muted); font-size: 11px; line-height: 1.45; }
.quote-form { display: grid; grid-template-columns: repeat(5, 1fr) auto; gap: 12px; align-items: end; }
.quote-form label { color: var(--muted); font-size: 9.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .75px; }
.quote-form input, .quote-form select { width: 100%; height: 46px; margin-top: 7px; padding: 0 12px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 0; font-size: 13px; outline: 0; }
.quote-form input:focus, .quote-form select:focus { border-color: var(--yellow-deep); box-shadow: 0 0 0 2px rgba(255,200,0,.16); }

.section { padding: 78px 5%; border-bottom: 1px solid var(--line); }
.section-heading { margin-bottom: 30px; }
.section-heading > span, .section-label { display: block; font-size: 10.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.section-heading > span::before, .section-label::before { content: ""; display: inline-block; width: 26px; height: 2px; background: var(--yellow); margin-right: 9px; vertical-align: middle; }
.section-heading h2 { font: 700 clamp(35px, 3.35vw, 52px)/.98 "Bricolage Grotesque", sans-serif; letter-spacing: -2.5px; margin: 12px 0 0; }
.section-heading h2::after { content: "."; color: var(--yellow); }
.section-heading.row { display: flex; align-items: end; justify-content: space-between; }
.section-heading.row > a { font-size: 11px; font-weight: 700; text-transform: uppercase; border-bottom: 3px solid var(--yellow); padding-bottom: 4px; }

.cards.four { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.card { min-width: 0; background: var(--paper); border-right: 1px solid var(--line); position: relative; overflow: hidden; transition: background .25s ease, transform .25s ease; }
.card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--yellow); transform: scaleY(0); transform-origin: bottom; transition: transform .3s ease; }
.card:last-child { border-right: 0; }
.card:hover { background: var(--soft); transform: translateY(-5px); }
.card:hover::before { transform: scaleY(1); }
.card-photo { height: 190px; overflow: hidden; background: var(--soft); border-bottom: 1px solid var(--line); }
.card-photo img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.03); transition: transform .55s ease, filter .35s ease; }
.card:nth-child(2) .card-photo img { object-position: 58% center; }
.card:nth-child(3) .card-photo img { object-position: center 56%; }
.card:nth-child(4) .card-photo img { object-position: center 48%; }
.card:hover .card-photo img { transform: scale(1.045); filter: saturate(1) contrast(1.03); }
.card-body { padding: 28px 25px 30px; }
.round-icon { width: 50px; height: 50px; border: 1px solid #b9b9b4; border-radius: 50%; display: grid; place-items: center; color: var(--yellow-deep); font-size: 21px; transition: transform .3s ease, background .3s ease; }
.card:hover .round-icon { background: var(--yellow); color: var(--ink); transform: rotate(-8deg); }
.card h3 { min-height: 55px; font: 700 22px/1.12 "Bricolage Grotesque", sans-serif; margin: 20px 0 12px; }
.card p { min-height: 78px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.card a { font-size: 10.5px; font-weight: 700; text-transform: uppercase; border-bottom: 2px solid var(--yellow); padding-bottom: 3px; }

.network { min-height: 460px; padding: 72px 5%; display: grid; grid-template-columns: 38% 62%; background: var(--soft); border-bottom: 1px solid var(--line); }
.network-copy { padding: 35px 8% 20px 0; border-right: 1px solid var(--line); }
.network-copy h2 { font: 700 clamp(39px, 3.8vw, 60px)/.98 "Bricolage Grotesque", sans-serif; letter-spacing: -3px; margin: 15px 0 20px; }
.network-copy h2::after { content: "."; color: var(--yellow); }
.network-copy p { max-width: 430px; color: var(--muted); font-size: 14px; line-height: 1.72; margin-bottom: 29px; }
.map { min-height: 320px; margin-left: 5%; position: relative; overflow: hidden; background: radial-gradient(circle at center, #fff 0 2px, transparent 3px), radial-gradient(circle at center, rgba(0,0,0,.07) 0 1px, transparent 1.5px); background-size: 100% 100%, 8px 8px; }
.map::after { content: "MALAYSIA"; position: absolute; left: 51%; top: 56%; padding: 6px 9px; background: var(--yellow); font-size: 9px; font-weight: 800; }
.map-grid { position: absolute; inset: 12% 4%; background: linear-gradient(21deg,transparent 49.8%,rgba(255,200,0,.75) 50%,transparent 50.2%), linear-gradient(-18deg,transparent 49.8%,rgba(255,200,0,.75) 50%,transparent 50.2%); }
.map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.map path { fill: none; stroke: var(--yellow-deep); stroke-width: 1.5; stroke-dasharray: 5 6; }
.node { position: absolute; padding: 4px 6px; background: var(--paper); font-size: 8px; font-weight: 800; text-transform: uppercase; z-index: 2; }
.n1{left:49%;top:63%}.n2{left:34%;top:73%}.n3{left:65%;top:70%}.n4{left:60%;top:25%}.n5{left:35%;top:48%}.n6{left:15%;top:50%}.n7{left:8%;top:23%}
.route-preview { margin-top: 0; margin-bottom: 0; border: 1px solid var(--line); background: #eef4f9; box-shadow: 12px 12px 0 var(--yellow); }
.route-preview::after { display: none; }
.route-preview img { width: 100%; height: 100%; min-height: 320px; display: block; object-fit: contain; object-position: center; }

.fleet { scroll-margin-top: 76px; background: var(--soft); }
.fleet-heading { margin-bottom: 42px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 8%; }
.fleet-heading h2 { margin: 12px 0 0; font: 700 clamp(45px, 5vw, 72px)/.92 "Bricolage Grotesque", sans-serif; letter-spacing: -4px; }
.fleet-heading p { max-width: 620px; margin: 0 0 3px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.fleet-showcase { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(380px, .82fr); color: var(--paper); background: var(--ink); box-shadow: 14px 14px 0 var(--yellow); }
.fleet-image { min-height: 510px; position: relative; background: url("assets/aircraft.jpg") center 52%/cover no-repeat; }
.fleet-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(13,13,13,.58)); pointer-events: none; }
.fleet-image-tag { position: absolute; left: 24px; bottom: 22px; z-index: 1; padding: 9px 12px; color: var(--ink); background: var(--yellow); font-size: 9px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.fleet-overview { padding: 48px 44px 42px; display: flex; flex-direction: column; }
.fleet-kicker { color: var(--yellow); font-size: 9px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.fleet-overview h3 { max-width: 490px; margin: 17px 0 34px; font: 700 clamp(34px, 3vw, 48px)/.98 "Bricolage Grotesque", sans-serif; letter-spacing: -2.5px; }
.fleet-highlights { margin-bottom: 34px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #3a3a38; }
.fleet-highlights div { min-height: 112px; padding: 18px 14px 16px 0; border-bottom: 1px solid #3a3a38; }
.fleet-highlights div:nth-child(odd) { border-right: 1px solid #3a3a38; }
.fleet-highlights div:nth-child(even) { padding-left: 20px; }
.fleet-highlights small, .fleet-highlights strong, .fleet-highlights em { display: block; }
.fleet-highlights small { margin-bottom: 9px; color: #a9aaa5; font-size: 8.5px; font-weight: 700; letter-spacing: .65px; text-transform: uppercase; }
.fleet-highlights strong { font: 700 26px/1 "Bricolage Grotesque", sans-serif; letter-spacing: -.8px; }
.fleet-highlights strong span { color: var(--yellow); font-size: .63em; letter-spacing: 0; }
.fleet-highlights em { margin-top: 6px; color: #a9aaa5; font-size: 9px; font-style: normal; }
.fleet-cta { margin-top: auto; align-self: flex-start; }
.fleet-specification { margin-top: 62px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); background: var(--paper); }
.specification-intro, .spec-group { padding: 34px 36px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.specification-intro { min-height: 290px; color: var(--paper); background: var(--ink); }
.specification-intro > span { color: var(--yellow); font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.specification-intro h2 { max-width: 430px; margin: 54px 0 16px; font: 700 clamp(34px, 3vw, 48px)/.95 "Bricolage Grotesque", sans-serif; letter-spacing: -2.2px; }
.specification-intro p { max-width: 450px; margin: 0; color: #b9bab5; font-size: 12px; line-height: 1.65; }
.spec-group-wide { grid-column: 1 / -1; }
.spec-group-heading { margin-bottom: 24px; display: flex; align-items: center; gap: 13px; }
.spec-group-heading span { width: 31px; height: 31px; display: grid; place-items: center; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: 9px; font-weight: 800; }
.spec-group-heading h3 { margin: 0; font: 700 20px "Bricolage Grotesque", sans-serif; letter-spacing: -.6px; }
.spec-group dl { margin: 0; display: grid; grid-template-columns: 1fr; }
.spec-group-wide dl { grid-template-columns: 1fr 1fr; column-gap: 38px; }
.spec-group dl div { min-height: 61px; padding: 13px 0 12px; display: grid; grid-template-columns: minmax(145px, .8fr) minmax(0, 1.2fr); align-items: start; gap: 20px; border-top: 1px solid var(--line); }
.spec-group-wide dl .spec-long { grid-column: span 1; }
.spec-group dt { color: var(--muted); font-size: 10px; font-weight: 700; line-height: 1.35; text-transform: uppercase; }
.spec-group dd { margin: 0; text-align: right; font-size: 13px; font-weight: 700; line-height: 1.35; }
.spec-group dd small { margin-top: 4px; display: block; color: var(--muted); font-size: 9.5px; font-weight: 500; line-height: 1.45; }

.why { padding: 65px 5%; display: grid; grid-template-columns: 26% 74%; color: var(--ink); background: var(--yellow); }
.why h2 { font: 700 36px/1 "Bricolage Grotesque", sans-serif; margin: 12px 0; }
.why .section-label::before { background: var(--ink); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.why-grid > div { padding: 5px 24px; border-left: 1px solid rgba(17,17,17,.25); }
.why-grid b { display: block; font: 700 29px "Bricolage Grotesque", sans-serif; }
.why-grid strong { display: block; margin: 5px 0 8px; font-size: 10.5px; text-transform: uppercase; }
.why-grid p { font-size: 12px; line-height: 1.6; }

.about { display: grid; grid-template-columns: 42% 58%; }
.about-copy { padding: 35px 10% 20px 0; }
.about-copy h2 { font: 700 clamp(39px, 3.7vw, 58px)/.98 "Bricolage Grotesque", sans-serif; letter-spacing: -2.8px; margin: 14px 0 22px; }
.about-copy p { color: var(--muted); font-size: 14px; line-height: 1.78; }
.about-visual { min-height: 385px; position: relative; overflow: hidden; background: var(--paper); }
.about-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(17,17,17,.14); }
.about-visual img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }

.relationships { padding: 78px 0 82px; color: var(--paper); background: var(--ink); border-bottom: 1px solid #2c2c2c; overflow: hidden; }
.relationships-heading { width: min(1180px, 90%); margin: 0 auto 42px; display: grid; grid-template-columns: 1fr 1.2fr; column-gap: 8%; align-items: end; }
.relationships-heading .section-label { grid-column: 1 / -1; margin-bottom: 18px; color: var(--yellow); }
.relationships-heading h2 { margin: 0; font: 700 clamp(42px, 4.2vw, 66px)/.94 "Bricolage Grotesque", sans-serif; letter-spacing: -3.5px; }
.relationships-heading h2 em { color: var(--yellow); font-style: normal; }
.relationships-heading p { max-width: 520px; margin: 0 0 5px; color: #b8b8b2; font-size: 14px; line-height: 1.75; }
.relationship-rail { position: relative; overflow: hidden; }
.relationship-rail::before, .relationship-rail::after { content: ""; position: absolute; top: 0; bottom: 0; z-index: 2; width: 9%; pointer-events: none; }
.relationship-rail::before { left: 0; background: linear-gradient(90deg, var(--ink), transparent); }
.relationship-rail::after { right: 0; background: linear-gradient(-90deg, var(--ink), transparent); }
.relationship-track { display: flex; width: max-content; animation: relationship-scroll 50s linear infinite; }
.relationship-rail:hover .relationship-track, .relationship-rail:focus-within .relationship-track { animation-play-state: paused; }
.relationship-set { display: flex; gap: 14px; padding-right: 14px; }
.partner-logo { width: 245px; height: 132px; padding: 27px 31px; display: flex; align-items: center; justify-content: center; background: #f3f2ed; border: 1px solid #deddd6; color: var(--ink); position: relative; overflow: hidden; }
.partner-logo::after { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.partner-logo:hover::after { transform: scaleX(1); }
.partner-logo-image { display: block; max-width: 100%; max-height: 64px; object-fit: contain; }
.partner-logo-image.pos-malaysia { max-height: 70px; }
.partner-logo-image.dhl { max-width: 150px; }
.partner-logo-image.airline-logo { max-width: 185px; max-height: 82px; }
.partner-logo-image.world-cargo { max-width: 104px; max-height: 104px; }
.partner-logo-image.client-logo { max-width: 185px; max-height: 86px; }
.partner-logo-image.ninja-van { max-width: 172px; max-height: 96px; }
.partner-logo-image.eml { max-width: 132px; max-height: 88px; }
.partner-logo-image.fedex { max-width: 88px; max-height: 88px; }

.cta { padding: 62px 5%; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 35px; color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--line); }
.cta span { font-size: 10.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.cta h2 { font: 700 clamp(44px, 4.4vw, 68px)/.94 "Bricolage Grotesque", sans-serif; letter-spacing: -3.5px; margin: 8px 0 0; }
.cta h2::after { content: "."; color: var(--yellow); }
.cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }

footer { padding: 42px 5% 22px; display: grid; grid-template-columns: 2fr repeat(4, 1fr); gap: 35px; color: var(--ink); background: var(--soft); }
.footer-brand img { display: block; width: 190px; height: 95px; object-fit: contain; mix-blend-mode: multiply; }
footer h4 { margin: 0 0 14px; font-size: 10.5px; text-transform: uppercase; }
footer div:not(.footer-brand) a { display: block; margin: 9px 0; color: var(--muted); font-size: 11px; }
footer a:hover { color: var(--ink); }
.copyright { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9.5px; }

.founder-page { background: var(--soft); }
.founder-page .site-header { background: rgba(247,247,244,.96); }

.fleet-page { background: var(--soft); }
.fleet-page .site-header { background: rgba(247,247,244,.96); }
.fleet-page .nav a[aria-current="page"]::after { right: 0; }
.fleet-detail-main { overflow: hidden; }
.fleet-detail-hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: .85fr 1.15fr; grid-template-rows: minmax(530px, 1fr) auto; color: var(--paper); background: var(--ink); }
.fleet-detail-copy { padding: clamp(100px, 12vw, 170px) 8% 70px 10%; position: relative; display: flex; flex-direction: column; justify-content: center; }
.fleet-detail-copy::after { content: ""; position: absolute; right: -48px; bottom: -48px; z-index: 2; width: 96px; height: 96px; background: var(--yellow); transform: rotate(45deg); }
.fleet-detail-copy .back-link { color: #b9bab5; }
.fleet-detail-kicker { margin: 0 0 24px; color: var(--yellow); font-size: 9px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; }
.fleet-detail-copy h1 { margin: 0; font: 700 clamp(58px, 7vw, 108px)/.82 "Bricolage Grotesque", sans-serif; letter-spacing: clamp(-6px, -.5vw, -3px); }
.fleet-detail-copy h1 span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.74); }
.fleet-detail-copy > p:last-child { max-width: 520px; margin: 34px 0 0; color: #b9bab5; font-size: 15px; line-height: 1.72; }
.fleet-detail-visual { min-width: 0; margin: 0; position: relative; overflow: hidden; }
.fleet-detail-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 35px 0 60px rgba(17,17,17,.25); pointer-events: none; }
.fleet-detail-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 52%; animation: founder-reveal 1.1s cubic-bezier(.2,.7,.2,1) both; }
.fleet-detail-visual figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 25px; padding: 14px 16px; display: flex; justify-content: space-between; gap: 20px; color: var(--paper); background: rgba(17,17,17,.86); border-left: 4px solid var(--yellow); backdrop-filter: blur(10px); font-size: 9px; letter-spacing: 1px; text-transform: uppercase; }
.fleet-detail-visual figcaption strong { color: var(--yellow); }
.fleet-detail-highlights { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #30302e; background: #191918; }
.fleet-detail-highlights div { min-height: 126px; padding: 25px 4vw 22px; border-right: 1px solid #30302e; }
.fleet-detail-highlights div:last-child { border-right: 0; }
.fleet-detail-highlights small, .fleet-detail-highlights strong, .fleet-detail-highlights em { display: block; }
.fleet-detail-highlights small { margin-bottom: 10px; color: #92938f; font-size: 8.5px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }
.fleet-detail-highlights strong { font: 700 clamp(24px, 2.2vw, 34px)/1 "Bricolage Grotesque", sans-serif; letter-spacing: -1px; }
.fleet-detail-highlights strong span { color: var(--yellow); font-size: .62em; }
.fleet-detail-highlights em { margin-top: 7px; color: #92938f; font-size: 9px; font-style: normal; }
.fleet-detail-specs { padding: clamp(75px, 9vw, 130px) 5%; background: var(--soft); }
.fleet-detail-specs .fleet-specification { width: min(1320px, 100%); margin: 0 auto; }
.fleet-detail-cta { padding: 72px 5%; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; color: var(--paper); background: var(--ink); }
.fleet-detail-cta span { color: var(--yellow); font-size: 9px; font-weight: 800; letter-spacing: 1px; }
.fleet-detail-cta h2 { margin: 8px 0 0; font: 700 clamp(38px, 4vw, 60px)/.95 "Bricolage Grotesque", sans-serif; letter-spacing: -3px; }
.founder-hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(360px, .84fr) minmax(520px, 1.16fr);
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
}
.founder-hero-copy {
  position: relative;
  z-index: 2;
  padding: clamp(56px, 8vw, 120px) 5vw 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.founder-hero-copy::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: 0;
  width: 180px;
  height: 180px;
  background: var(--yellow);
  transform: rotate(45deg) translateY(72%);
}
.back-link {
  position: absolute;
  top: 34px;
  left: 5vw;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #b8b8b2;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition: color .2s ease, transform .2s ease;
}
.back-link:hover, .back-link:focus-visible { color: var(--yellow); transform: translateX(-4px); }
.founder-kicker { margin: 0 0 24px; color: var(--yellow); font-size: 10px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; }
.founder-hero h1 { margin: 0; font: 700 clamp(58px, 6.4vw, 104px)/.86 "Bricolage Grotesque", sans-serif; letter-spacing: clamp(-5px, -.45vw, -2px); }
.founder-hero h1 span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.72); }
.founder-identity { margin-top: clamp(42px, 7vw, 90px); padding-left: 22px; border-left: 3px solid var(--yellow); display: grid; gap: 3px; }
.founder-identity strong { font: 700 clamp(24px, 2.2vw, 34px)/1 "Bricolage Grotesque", sans-serif; }
.founder-identity span { color: #b8b8b2; font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }
.founder-portrait { min-width: 0; margin: 0; position: relative; overflow: hidden; }
.founder-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,17,17,.24), transparent 28%), linear-gradient(0deg, rgba(17,17,17,.5), transparent 30%); pointer-events: none; }
.founder-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 55% center; animation: founder-reveal 1.1s cubic-bezier(.2,.7,.2,1) both; }
.founder-portrait figcaption { position: absolute; z-index: 2; right: 5vw; bottom: 34px; display: flex; align-items: center; gap: 14px; font-size: 9px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; }
.founder-portrait figcaption span { color: var(--yellow); }
.founder-story { padding: clamp(75px, 10vw, 145px) 8%; display: grid; grid-template-columns: minmax(220px, .6fr) minmax(0, 1.4fr); gap: clamp(50px, 10vw, 160px); align-items: start; background: var(--soft); }
.founder-aside { position: sticky; top: 130px; }
.founder-monogram { display: flex; align-items: baseline; gap: clamp(6px, .7vw, 12px); font: 800 clamp(100px, 13vw, 190px)/.72 "Bricolage Grotesque", sans-serif; letter-spacing: -4px; }
.founder-monogram span:first-child { color: var(--yellow); }
.founder-monogram span:last-child { color: var(--ink); }
.founder-aside p { max-width: 235px; margin: 34px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: .6px; text-transform: uppercase; }
.founder-copy { max-width: 820px; }
.founder-copy p { margin: 0 0 28px; color: #4f4f4b; font-size: clamp(17px, 1.55vw, 22px); line-height: 1.72; }
.founder-copy .lead { margin-bottom: 36px; color: var(--ink); font: 600 clamp(27px, 3vw, 44px)/1.2 "Bricolage Grotesque", sans-serif; letter-spacing: -1.5px; }
.founder-copy blockquote { margin: clamp(55px, 7vw, 90px) 0 42px; padding: 35px 0 10px 35px; border-left: 5px solid var(--yellow); color: var(--ink); font: 700 clamp(31px, 4vw, 58px)/1.08 "Bricolage Grotesque", sans-serif; letter-spacing: -2.4px; }
.founder-copy blockquote::before { content: "“"; display: block; height: 28px; color: var(--yellow); font-size: 82px; line-height: .7; }
.founder-gallery { width: min(100%, 960px); margin: 10px 0 42px; position: relative; overflow: hidden; padding: 14px 0; background: var(--ink); border-block: 1px solid #2c2c2c; }
.founder-gallery::before, .founder-gallery::after { content: ""; position: absolute; top: 0; bottom: 0; z-index: 2; width: 7%; pointer-events: none; }
.founder-gallery::before { left: 0; background: linear-gradient(90deg, var(--ink), transparent); }
.founder-gallery::after { right: 0; background: linear-gradient(-90deg, var(--ink), transparent); }
.founder-gallery-track { display: flex; width: max-content; animation: founder-gallery-scroll 34s linear infinite; }
.founder-gallery-set { display: flex; gap: 14px; padding-right: 14px; }
.founder-gallery figure { width: clamp(280px, 38vw, 500px); aspect-ratio: 3 / 2; margin: 0; flex: none; position: relative; overflow: hidden; background: #f3f2ed; border: 1px solid #deddd6; }
.founder-gallery figure::after { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.founder-gallery figure:hover::after { transform: scaleX(1); }
.founder-gallery img { width: 100%; height: 100%; display: block; object-fit: contain; transition: transform .45s ease; }
.founder-gallery figure:hover img { transform: scale(1.025); }
.founder-gallery:hover .founder-gallery-track { animation-play-state: paused; }
.founder-return { margin-top: 18px; }

@keyframes founder-gallery-scroll {
  to { transform: translateX(-50%); }
}

.network-page { background: var(--soft); }
.network-page .site-header { background: rgba(247,247,244,.96); }
.network-page .nav a[aria-current="page"]::after { right: 0; }
.network-hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(430px, .78fr) minmax(620px, 1.22fr);
  grid-template-rows: 1fr auto;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}
.network-hero-copy {
  position: relative;
  z-index: 2;
  padding: clamp(105px, 10vw, 155px) 5vw clamp(65px, 8vw, 105px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.network-hero-copy::after {
  content: "";
  position: absolute;
  right: -64px;
  bottom: 0;
  width: 128px;
  height: 128px;
  background: var(--yellow);
  transform: rotate(45deg) translateY(70%);
}
.network-kicker { margin: 0 0 24px; color: var(--yellow); font-size: 10px; font-weight: 700; letter-spacing: 1.7px; text-transform: uppercase; }
.network-hero h1 { margin: 0; font: 700 clamp(56px, 6.1vw, 96px)/.88 "Bricolage Grotesque", sans-serif; letter-spacing: clamp(-5px, -.42vw, -2.8px); }
.network-hero h1 span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.7); }
.network-intro { max-width: 565px; margin: 30px 0 0; color: #bebeb8; font-size: clamp(15px, 1.35vw, 19px); line-height: 1.7; }
.network-hero-actions { margin-top: 40px; display: flex; align-items: center; gap: 30px; }
.network-text-link { display: inline-flex; align-items: center; gap: 16px; color: var(--paper); font-size: 11px; font-weight: 700; letter-spacing: .3px; text-transform: uppercase; }
.network-text-link span { color: var(--yellow); transition: transform .2s ease; }
.network-text-link:hover span, .network-text-link:focus-visible span { transform: translateX(6px); }
.network-hero-map { min-width: 0; margin: 0; position: relative; overflow: hidden; background: #eef4f9; }
.network-hero-map::after { content: ""; position: absolute; inset: 0; box-shadow: inset 24px 0 45px rgba(17,17,17,.18); pointer-events: none; }
.network-hero-map img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 33% center; animation: founder-reveal 1.1s cubic-bezier(.2,.7,.2,1) both; }
.network-hero-map figcaption { position: absolute; z-index: 2; left: 32px; right: 32px; bottom: 28px; padding: 16px 18px; display: flex; justify-content: space-between; gap: 20px; color: var(--paper); background: rgba(17,17,17,.86); border-left: 4px solid var(--yellow); backdrop-filter: blur(10px); font-size: 9px; letter-spacing: 1px; text-transform: uppercase; }
.network-hero-map figcaption strong { color: var(--yellow); }
.network-stats { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #30302e; background: #191918; }
.network-stats div { min-height: 112px; padding: 20px 5vw; display: flex; align-items: center; gap: 18px; border-right: 1px solid #30302e; }
.network-stats div:last-child { border-right: 0; }
.network-stats strong { color: var(--yellow); font: 700 42px/1 "Bricolage Grotesque", sans-serif; letter-spacing: -2px; }
.network-stats span { max-width: 115px; color: #b8b8b2; font-size: 9px; font-weight: 700; letter-spacing: 1px; line-height: 1.5; text-transform: uppercase; }
.route-directory { padding: clamp(75px, 9vw, 130px) 5% 0; background: var(--soft); }
.route-directory-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; }
.route-directory-heading h2 { margin: 14px 0 0; font: 700 clamp(48px, 5.2vw, 78px)/.92 "Bricolage Grotesque", sans-serif; letter-spacing: -4px; }
.route-directory-heading p { max-width: 520px; margin: 0 0 8px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.route-jump { margin-top: clamp(48px, 7vw, 82px); display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ink); }
.route-jump a { min-height: 92px; padding: 22px 26px; display: flex; align-items: center; gap: 18px; border-right: 1px solid var(--ink); background: var(--paper); font: 700 clamp(16px, 1.5vw, 22px)/1.1 "Bricolage Grotesque", sans-serif; transition: color .25s ease, background .25s ease; }
.route-jump a:last-child { border-right: 0; }
.route-jump a span { color: var(--yellow-deep); font: 700 10px/1 "Instrument Sans", sans-serif; letter-spacing: 1px; }
.route-jump a:hover, .route-jump a:focus-visible { color: var(--paper); background: var(--ink); outline: 0; }
.route-section { padding: clamp(85px, 10vw, 145px) 5%; scroll-margin-top: 78px; }
.route-section-international { background: var(--soft); }
.route-section-heading { margin-bottom: 46px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; }
.route-number, .route-list-label { display: block; margin-bottom: 14px; color: var(--yellow-deep); font-size: 9px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; }
.route-section-heading h2 { margin: 0; font: 700 clamp(42px, 4.6vw, 70px)/.94 "Bricolage Grotesque", sans-serif; letter-spacing: -3.5px; }
.route-section-heading p { max-width: 510px; margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.route-map-panel { min-width: 0; margin: 0; position: relative; border: 1px solid var(--line); background: var(--paper); box-shadow: 14px 14px 0 var(--yellow); overflow: hidden; }
.route-map-panel img { width: 100%; display: block; }
.route-map-panel figcaption { position: absolute; left: 0; bottom: 0; padding: 12px 16px; color: var(--paper); background: var(--ink); font-size: 8.5px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.route-map-wide img { aspect-ratio: 1600 / 687; object-fit: contain; }
.destination-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.destination-grid article { min-height: 138px; padding: 22px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); transition: transform .2s ease, background .2s ease; }
.destination-grid article:hover { position: relative; z-index: 1; transform: translateY(-4px); background: #fff9dc; }
.destination-grid h3 { margin: 0 0 18px; font: 700 16px/1.1 "Bricolage Grotesque", sans-serif; }
.destination-grid p { margin: 0; display: flex; flex-wrap: wrap; gap: 5px; }
.destination-grid p span { padding: 5px 7px; color: #565650; background: var(--soft); border: 1px solid var(--line); font-size: 9px; font-weight: 700; letter-spacing: .6px; }
.domestic-route { background: var(--paper); }
.domestic-layout { display: grid; grid-template-columns: minmax(0, 1.48fr) minmax(340px, .52fr); gap: clamp(35px, 6vw, 90px); align-items: start; }
.route-list-card { padding: 8px 0 0; }
.route-list-card ol { margin: 0; padding: 0; list-style: none; counter-reset: route; border-top: 1px solid var(--line); }
.route-list-card li { min-height: 73px; padding: 14px 0 14px 35px; display: grid; grid-template-columns: auto 1fr auto auto 1fr; align-items: center; gap: 9px; position: relative; border-bottom: 1px solid var(--line); counter-increment: route; }
.route-list-card li::before { content: counter(route, decimal-leading-zero); position: absolute; left: 0; color: var(--yellow-deep); font-size: 8px; font-weight: 700; }
.route-list-card strong { font: 700 15px/1 "Bricolage Grotesque", sans-serif; }
.route-list-card span { color: var(--muted); font-size: 9px; line-height: 1.3; }
.route-list-card i { color: var(--yellow-deep); font-style: normal; font-size: 14px; }
.domestic-route-dark { color: var(--paper); background: var(--ink); }
.domestic-route-dark .route-section-heading p, .domestic-route-dark .route-list-card span { color: #adada8; }
.domestic-route-dark .route-section-heading .route-number { color: var(--yellow); }
.domestic-route-dark .route-map-panel { border-color: #393936; box-shadow: 14px 14px 0 var(--yellow); }
.domestic-route-dark .route-list-card ol, .domestic-route-dark .route-list-card li { border-color: #393936; }
.domestic-layout-reverse { grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr); }
.network-cta { padding: clamp(65px, 8vw, 105px) 5%; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; background: var(--yellow); }
.network-cta span { font-size: 9px; font-weight: 700; letter-spacing: 1.3px; }
.network-cta h2 { margin: 10px 0 14px; font: 700 clamp(42px, 4.7vw, 70px)/.94 "Bricolage Grotesque", sans-serif; letter-spacing: -3.5px; }
.network-cta p { max-width: 590px; margin: 0; font-size: 14px; }
.network-cta .btn-gold { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.network-cta .btn-gold:hover { color: var(--ink); background: var(--paper); border-color: var(--ink); }

@keyframes founder-reveal {
  from { opacity: 0; transform: scale(1.05); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes hero-rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes relationship-scroll {
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
.copyright span { float: right; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: auto 1fr auto; gap: 16px; }
  .nav { gap: 15px; }
  .nav a { font-size: 9px; }
  .quote-wrap { grid-template-columns: 1fr; }
  .quote-form { grid-template-columns: repeat(3, 1fr); }
  .quote-form .btn { grid-column: span 3; }
  .cards.four { grid-template-columns: repeat(2, 1fr); }
  .card:nth-child(2) { border-right: 0; }
  .card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .why { grid-template-columns: 1fr; gap: 28px; }
  .relationships-heading { grid-template-columns: 1fr; gap: 22px; }
  .about { grid-template-columns: 1fr; }
  .about-copy { padding-right: 0; margin-bottom: 30px; }
  .founder-hero { grid-template-columns: minmax(320px, .9fr) 1.1fr; }
  .founder-hero h1 { font-size: clamp(52px, 7vw, 74px); }
  .network-hero { grid-template-columns: minmax(360px, .82fr) minmax(490px, 1.18fr); }
  .network-hero h1 { font-size: clamp(50px, 6.5vw, 72px); }
  .destination-grid { grid-template-columns: repeat(4, 1fr); }
  .domestic-layout, .domestic-layout-reverse { grid-template-columns: 1fr; }
  .route-list-card { padding-top: 20px; }
}

@media (max-width: 780px) {
  .site-header { min-height: 70px; padding: 0 5%; display: flex; justify-content: space-between; }
  .brand img { width: 130px; height: 52px; }
  .menu-toggle { display: block; }
  .nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 18px 5%; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); }
  .nav.open { display: flex; }
  .nav a { padding: 10px 0; font-size: 10px; }
  .nav-cta { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-media { grid-column: 1; grid-row: 2; min-height: 340px; clip-path: polygon(0 10%,12% 0,100% 0,100% 100%,0 100%); }
  .hero-media::after { clip-path: polygon(0 10%,12% 0,100% 0,100% 100%,0 100%); border-left: 0; border-top: 3px solid var(--yellow); }
  .hero-slide:nth-child(2) img { object-position: center 42%; }
  .hero-content { grid-column: 1; grid-row: 1; padding: 70px 7% 55px; }
  .hero h1 { letter-spacing: -2.5px; }
  .quote-form { grid-template-columns: 1fr 1fr; }
  .quote-form .btn { grid-column: span 2; }
  .section, .network { padding: 62px 6%; }
  .network { grid-template-columns: 1fr; }
  .network-copy { border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 35px; }
  .map { margin: 25px 0 0; }
  .fleet-heading { grid-template-columns: 1fr; gap: 24px; }
  .fleet-heading h2 { letter-spacing: -3px; }
  .fleet-showcase { grid-template-columns: 1fr; }
  .fleet-image { min-height: 280px; }
  .fleet-overview { padding: 38px 34px; }
  .fleet-specification { grid-template-columns: 1fr; }
  .spec-group-wide { grid-column: auto; }
  .spec-group-wide dl { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; gap: 20px 0; }
  .relationships { padding: 62px 0 66px; }
  .relationships-heading { width: 88%; margin-bottom: 32px; }
  .partner-logo { width: 215px; height: 116px; padding: 24px 27px; }
  .cta { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .founder-hero { min-height: auto; grid-template-columns: 1fr; }
  .founder-hero-copy { min-height: 560px; padding: 100px 7% 65px; }
  .back-link { top: 30px; left: 7%; }
  .founder-portrait { min-height: 58vw; }
  .founder-story { grid-template-columns: 1fr; gap: 50px; padding-left: 7%; padding-right: 7%; }
  .founder-aside { position: static; display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 35px; }
  .founder-monogram { font-size: 110px; }
  .founder-aside p { margin: 0 0 5px; }
  .founder-gallery { width: calc(100vw - 14%); }
  .fleet-detail-hero { min-height: auto; grid-template-columns: 1fr; grid-template-rows: auto minmax(440px, 58vw) auto; }
  .fleet-detail-copy { min-height: 540px; padding: 110px 7% 70px; }
  .fleet-detail-copy::after { display: none; }
  .fleet-detail-visual { grid-row: 2; }
  .fleet-detail-highlights { grid-column: 1; grid-template-columns: 1fr 1fr; }
  .fleet-detail-highlights div:nth-child(2) { border-right: 0; }
  .fleet-detail-highlights div:nth-child(-n+2) { border-bottom: 1px solid #30302e; }
  .fleet-detail-cta { grid-template-columns: 1fr; }
  .network-hero { min-height: auto; grid-template-columns: 1fr; grid-template-rows: auto auto auto; }
  .network-hero-copy { min-height: 570px; padding: 105px 7% 70px; }
  .network-hero-map { min-height: 58vw; }
  .network-hero-map img { object-position: 31% center; }
  .network-stats { grid-column: 1; }
  .network-stats div { padding-left: 7%; padding-right: 7%; }
  .route-directory, .route-section { padding-left: 7%; padding-right: 7%; }
  .route-directory-heading, .route-section-heading { grid-template-columns: 1fr; gap: 28px; }
  .route-jump { grid-template-columns: 1fr; }
  .route-jump a { min-height: 74px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .route-jump a:last-child { border-bottom: 0; }
  .destination-grid { grid-template-columns: repeat(3, 1fr); }
  .route-map-panel { box-shadow: 9px 9px 0 var(--yellow); }
  .network-cta { grid-template-columns: 1fr; gap: 35px; padding-left: 7%; padding-right: 7%; }
}

@media (max-width: 500px) {
  .hero h1 { font-size: 43px; letter-spacing: -2.4px; }
  .hero-media { min-height: 300px; }
  .slider-controls { right: 5%; bottom: 18px; }
  .slider-arrow { width: 34px; height: 34px; }
  .hero-actions, .cta-actions { flex-direction: column; align-items: stretch; }
  .quote-form { grid-template-columns: 1fr; }
  .quote-form .btn { grid-column: auto; }
  .cards.four, .why-grid { grid-template-columns: 1fr; }
  .fleet-highlights { grid-template-columns: 1fr; }
  .fleet-highlights div:nth-child(odd) { border-right: 0; }
  .fleet-highlights div:nth-child(even) { padding-left: 0; }
  .fleet-overview { padding: 34px 24px; }
  .fleet-overview h3 { font-size: 35px; }
  .specification-intro, .spec-group { padding: 30px 24px; }
  .specification-intro { min-height: auto; }
  .specification-intro h2 { margin-top: 42px; }
  .spec-group dl div { grid-template-columns: 1fr; gap: 7px; }
  .spec-group dd { text-align: left; }
  .fleet-detail-copy { min-height: 500px; }
  .fleet-detail-copy h1 { font-size: 56px; letter-spacing: -3.5px; }
  .fleet-detail-visual { min-height: 360px; }
  .fleet-detail-visual figcaption { left: 16px; right: 16px; bottom: 16px; }
  .fleet-detail-highlights { grid-template-columns: 1fr; }
  .fleet-detail-highlights div { min-height: 108px; padding: 22px 7%; border-right: 0; border-bottom: 1px solid #30302e; }
  .fleet-detail-highlights div:last-child { border-bottom: 0; }
  .fleet-detail-cta { padding: 58px 7%; }
  .relationships-heading h2 { letter-spacing: -2.5px; }
  .relationships-heading p { font-size: 13px; }
  .partner-logo { width: 195px; height: 108px; padding: 21px 24px; }
  .card, .card:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-heading.row { align-items: flex-start; gap: 20px; flex-direction: column; }
  .specs { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .copyright span { float: none; display: block; margin-top: 8px; }
  .founder-hero-copy { min-height: 510px; }
  .founder-hero h1 { font-size: 50px; letter-spacing: -3px; }
  .founder-identity { margin-top: 55px; }
  .founder-portrait { min-height: 78vw; }
  .founder-portrait img { object-position: 55% center; }
  .founder-portrait figcaption { right: 7%; bottom: 22px; }
  .founder-aside { display: block; }
  .founder-aside p { margin-top: 28px; }
  .founder-copy blockquote { padding-left: 22px; letter-spacing: -1.7px; }
  .founder-gallery { width: 100%; }
  .network-hero-copy { min-height: 540px; }
  .network-hero h1 { font-size: 49px; letter-spacing: -3px; }
  .network-hero-actions { align-items: stretch; flex-direction: column; gap: 22px; }
  .network-hero-actions .btn { align-self: stretch; }
  .network-hero-map { min-height: 82vw; }
  .network-hero-map figcaption { left: 7%; right: 7%; bottom: 18px; }
  .network-stats { grid-template-columns: 1fr; }
  .network-stats div { min-height: 90px; border-right: 0; border-bottom: 1px solid #30302e; }
  .network-stats div:last-child { border-bottom: 0; }
  .route-directory-heading h2, .route-section-heading h2, .network-cta h2 { letter-spacing: -2.5px; }
  .destination-grid { grid-template-columns: repeat(2, 1fr); }
  .destination-grid article { min-height: 124px; }
  .route-map-panel figcaption { position: static; }
  .route-list-card li { grid-template-columns: auto 1fr auto auto 1fr; gap: 7px; }
  .route-list-card span { font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .founder-gallery { overflow-x: auto; }
  .founder-gallery-track { animation: none; }
}
