@font-face {
  font-family: Manrope;
  src: url("/assets/manrope-variable.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --bg: #10191e;
  --deep: #0b1216;
  --surface: #162229;
  --line: #2b373d;
  --text: #f4f6f4;
  --muted: #abb8be;
  --accent: #ff6848;
  --paper: #f0f1ed;
  --ink: #152329;
  --soft: #526069;
  --mono: "Cascadia Code", "Consolas", monospace;
  --font: Manrope, "Segoe UI", "Microsoft YaHei", sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
summary,
select {
  cursor: pointer;
}
button {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
svg {
  flex-shrink: 0;
}
button {
  border: 0;
}
h1,
h2,
h3 {
  line-height: 1.13;
  font-weight: 650;
  letter-spacing: -0.055em;
}
h2 {
  font-size: clamp(32px, 3.7vw, 52px);
  white-space: pre-line;
}
h3 {
  letter-spacing: -0.035em;
}
p {
  color: var(--muted);
}
a,
button {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
select:focus-visible,
input:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}
main:focus {
  outline: none;
}
::selection {
  background: var(--accent);
  color: var(--deep);
}
.container {
  width: 100%;
  max-width: 1376px;
  margin: auto;
  padding-inline: 64px;
}
.section {
  padding-block: 108px;
}
.light-section {
  background: var(--paper);
  color: var(--ink);
}
.light-section p {
  color: var(--soft);
}
.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;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: -100px;
  left: 20px;
  background: var(--paper);
  color: var(--ink);
  padding: 12px 24px;
}
.skip-link:focus {
  top: 12px;
}
.loading-brand {
  display: grid;
  place-content: center;
  min-height: 100vh;
  font-size: 32px;
  letter-spacing: 4px;
}
.loading-brand span {
  font-size: 12px;
}
.no-script {
  padding-block: 80px;
}
.no-script a {
  display: inline-block;
  margin: 24px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(16, 25, 30, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.nav-inner {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.brand-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 44px;
  border: 1px solid #3c4a50;
  font-size: 24px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -5px;
  line-height: 1;
  padding-right: 4px;
  position: relative;
}
.brand-symbol > span {
  position: absolute;
  top: -10px;
  right: -6px;
  color: var(--accent);
  font-size: 22px;
  font-style: normal;
  letter-spacing: 0;
  background: var(--bg);
  padding: 0 2px;
}
.brand-name {
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.2;
}
.brand-name > span {
  display: block;
  font-family: var(--mono);
  font-weight: 400;
  font-size: 7.5px;
  letter-spacing: 1.2px;
  margin-top: 5px;
  color: #aebac0;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-left: auto;
}
.desktop-nav a {
  font-size: 12px;
  color: #b5bec2;
  min-height: 44px;
  display: flex;
  align-items: center;
  position: relative;
  transition: color 0.2s;
}
.desktop-nav a:hover,
.desktop-nav a[aria-current] {
  color: #fff;
}
.desktop-nav a[aria-current]::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 14px;
  height: 2px;
  background: var(--accent);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.language {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #b5bec2;
}
.language select {
  border: 0;
  background: transparent;
  color: #dbe1e4;
  min-height: 44px;
  min-width: 49px;
  font-size: 11px;
  padding: 0 0 0 3px;
}
.language option {
  background: var(--bg);
  color: white;
}
.nav-quote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid #657078;
  min-height: 42px;
  padding: 8px 16px;
  font-size: 11px;
  white-space: nowrap;
  transition: background 0.2s;
}
.nav-quote:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--deep);
}
.menu-toggle {
  display: none;
  background: transparent;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}
.mobile-nav {
  display: none;
}
.eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1.8px;
  line-height: 1.5;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 26px;
  font-weight: 400;
}
.eyebrow > span {
  width: 7px;
  height: 7px;
  background: var(--accent);
  display: inline-block;
  flex-shrink: 0;
}
.light-section .eyebrow {
  color: var(--soft);
}
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  min-height: 52px;
  padding: 15px 23px;
  background: var(--accent);
  color: var(--deep);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 750;
  border: 1px solid var(--accent);
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #ff896f;
  transform: translateY(-2px);
}
.button-secondary {
  background: transparent;
  color: var(--text);
  border: 1px solid #67757b;
}
.button-secondary:hover {
  background: var(--surface);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  min-height: 44px;
  font-size: 12px;
  font-weight: 500;
}
.text-link:hover {
  color: var(--accent);
}
.tech-grid {
  background-image:
    linear-gradient(rgba(139, 163, 173, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139, 163, 173, 0.045) 1px, transparent 1px);
  background-size: 78px 78px;
  background-position: center;
}
.hero {
  position: relative;
  overflow: hidden;
}
.hero-layout {
  display: grid;
  grid-template-columns: 1fr 0.94fr;
  gap: 58px;
  align-items: center;
  padding-top: 58px;
  padding-bottom: 60px;
}
.hero-copy {
  padding-block: 12px;
}
.hero h1 {
  font-size: clamp(52px, 6.25vw, 88px);
  font-weight: 650;
  letter-spacing: -0.065em;
  line-height: 1.01;
  margin-bottom: 28px;
}
.hero h1 > span {
  color: var(--accent);
}
.hero-copy .eyebrow {
  font-size: 9px;
  letter-spacing: 1.7px;
  color: #c0cbd0;
  margin-bottom: 30px;
}
.hero-copy > p {
  font-size: 14px;
  line-height: 1.9;
  max-width: 425px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.hero-phone {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 29px;
  color: #b4c0c5;
  font-size: 11px;
  font-family: var(--mono);
  letter-spacing: 0.1px;
  min-height: 44px;
}
.hero-phone > span {
  font-size: 9px;
  margin-left: 8px;
  padding-left: 15px;
  border-left: 1px solid #657078;
}
.hero-visual {
  position: relative;
  min-width: 0;
  padding-right: 0;
}
.visual-topline,
.visual-bottomline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 1.3px;
  color: #a6b5bc;
  height: 32px;
}
.visual-topline {
  border-top: 1px solid #48565c;
}
.hero-photo {
  height: 506px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--surface);
}
.hero-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 39%;
  filter: saturate(0.65);
  transition: transform 1s;
}
.hero-photo:hover > img {
  transform: scale(1.025);
}
.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 20, 24, 0.02) 35%,
    rgba(10, 20, 24, 0.25) 65%,
    rgba(10, 20, 24, 0.94) 100%
  );
  z-index: 0;
  pointer-events: none;
}
.hero-photo figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 70px 25px 27px;
  z-index: 1;
}
.hero-photo figcaption > small {
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #b5c4cc;
  display: block;
  margin-bottom: 6px;
}
.hero-photo figcaption > strong {
  font-size: 21px;
  display: block;
  letter-spacing: -0.03em;
}
.hero-photo figcaption > span:not(.photo-corner) {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #c8d2d6;
  font-size: 10px;
  margin-top: 6px;
}
.hero-photo figcaption > a {
  position: absolute;
  right: 24px;
  bottom: 29px;
  width: 44px;
  height: 44px;
  border: 1px solid #728087;
  display: grid;
  place-items: center;
}
.photo-corner {
  position: absolute;
  width: 20px;
  height: 20px;
  border-left: 2px solid var(--accent);
  border-top: 2px solid var(--accent);
  left: 25px;
  top: 40px;
}
.visual-bottomline {
  border-bottom: 1px solid #48565c;
  font-size: 7px;
}
.mini-bars {
  height: 13px;
  width: 39px;
  background: repeating-linear-gradient(
    90deg,
    #9fafb6 0 1px,
    transparent 1px 3px,
    #9fafb6 3px 5px,
    transparent 5px 7px
  );
}
.visual-stamp {
  position: absolute;
  left: -25px;
  top: 60px;
  width: 51px;
  height: 51px;
  background: var(--accent);
  color: var(--deep);
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -3px;
  padding-right: 3px;
  border: 7px solid var(--bg);
}
.hero-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 1px;
  color: #acbbc3;
}
.hero-bottom > a {
  display: flex;
  align-items: center;
  gap: 35px;
  min-height: 44px;
}
.hero-bottom > a > span {
  font-size: 18px;
}
.hero-bottom > span {
  display: flex;
  align-items: center;
  gap: 15px;
}
.hero-bottom i {
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: var(--accent);
}
.capability-strip {
  background: #17242b;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.capability-strip > .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.capability-strip .container > span {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  letter-spacing: 0.15px;
  min-height: 73px;
  border-right: 1px solid #304048;
}
.capability-strip .container > span:last-child {
  border-right: 0;
}
.strip-plus {
  color: var(--accent);
  font-size: 18px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 48px;
}
.section-heading .eyebrow {
  margin-bottom: 18px;
}
.section-heading > p {
  max-width: 340px;
  font-size: 12px;
  line-height: 1.9;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #cdd4d1;
}
.service-card {
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #cdd4d1;
  min-width: 0;
  transition: background 0.25s;
}
.service-card:last-child {
  border-right: 0;
}
.service-card:hover {
  background: #fff;
}
.service-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 38px;
}
.service-card-top > span {
  font: 9px var(--mono);
  color: #647273;
}
.service-card-top > svg {
  color: #bf3c23;
}
.service-card h3 {
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 1.25;
  font-weight: 700;
  min-height: 50px;
  letter-spacing: -0.035em;
}
.service-card p {
  font-size: 12px;
  line-height: 1.85;
  flex: 1;
}
.service-card-bottom {
  font-size: 10px;
  font-weight: 650;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #cdd4d1;
  margin-top: 30px;
  padding-top: 21px;
}
.service-card-bottom svg {
  color: #bc412b;
}
.coverage-home {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}
.coverage-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.coverage-layout h2 {
  margin-bottom: 26px;
}
.coverage-layout > div > p {
  font-size: 13px;
  max-width: 390px;
  line-height: 1.95;
  margin-bottom: 30px;
}
.coverage-layout .button {
  margin-top: 8px;
}
.route-graphic {
  border: 1px solid #445259;
  background: #142027;
  position: relative;
}
.route-head {
  font: 8px var(--mono);
  letter-spacing: 1px;
  border-bottom: 1px solid #394950;
  padding: 21px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #becbd0;
}
.route-head svg {
  margin-left: auto;
}
.signal-mark {
  height: 5px;
  width: 5px;
  background: var(--accent);
  flex-shrink: 0;
}
.route-stops {
  padding: 27px 29px 27px 48px;
  list-style: none;
  position: relative;
}
.route-stops::before {
  content: "";
  position: absolute;
  top: 63px;
  bottom: 65px;
  left: 48px;
  width: 1px;
  background: #667c87;
}
.route-stops li {
  display: flex;
  align-items: center;
  position: relative;
  gap: 25px;
  min-height: 79px;
}
.route-stops li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 68px;
  width: 5px;
  height: 8px;
  background: var(--accent);
  animation: route-pulse 3.6s ease-in-out infinite;
}
.route-dot {
  width: 7px;
  height: 7px;
  border: 1px solid #abbfc6;
  border-radius: 50%;
  background: var(--bg);
  margin-left: -3px;
  flex-shrink: 0;
  z-index: 1;
}
.route-stops li:first-child .route-dot {
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 0 0 5px #ff684817;
}
.route-stops small {
  display: block;
  font: 7px var(--mono);
  color: #a8bac4;
  letter-spacing: 1.3px;
  margin-bottom: 6px;
}
.route-stops strong {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.route-stops li:first-child strong {
  color: var(--accent);
}
.route-number {
  margin-left: auto;
  color: #96aab4;
  font: 8px var(--mono);
}
.route-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #394950;
  padding: 15px 20px;
  font: 7px var(--mono);
  letter-spacing: 0.6px;
  color: #aebfc7;
}
.route-foot span:nth-child(2) {
  color: var(--accent);
  font-size: 14px;
}
.gallery-home {
  background: #0d151a;
}
.gallery-home h2 {
  max-width: 530px;
}
.gallery-home .section-heading > a {
  font-size: 11px;
  border-bottom: 1px solid #71828b;
}
.home-photos {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 17px;
}
.project-photo {
  position: relative;
  overflow: hidden;
  background: var(--surface);
}
.project-photo img {
  width: 100%;
  height: 315px;
  object-fit: cover;
  filter: saturate(0.6);
  transition:
    transform 0.5s,
    filter 0.5s;
}
.project-photo:first-child img {
  object-position: center 45%;
}
.project-photo:hover img {
  transform: scale(1.04);
  filter: saturate(1);
}
.project-caption {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 20px 22px;
  background: linear-gradient(transparent, rgba(9, 18, 24, 0.95));
  color: white;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}
.project-caption small {
  display: block;
  font: 8px var(--mono);
  letter-spacing: 1px;
  color: #d8e0e4;
  margin-bottom: 6px;
}
.steps-section h2 {
  max-width: 710px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-top: 45px;
}
.step-number {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 15px 25px;
  border-bottom: 1px solid #c5d0cb;
  color: #7b898b;
  font: 12px var(--mono);
  margin-bottom: 26px;
}
.step-number svg {
  color: #af412b;
}
.steps h3 {
  font-size: 21px;
  margin-bottom: 13px;
}
.steps p {
  font-size: 12px;
  line-height: 1.9;
  max-width: 300px;
}
.cta-section {
  background: #203139;
  overflow: hidden;
  position: relative;
}
.cta-inner {
  position: relative;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  padding-block: 80px;
}
.cta-inner h2 {
  font-size: clamp(32px, 3.8vw, 51px);
  position: relative;
  z-index: 1;
}
.cta-inner .eyebrow {
  color: #b3c3ca;
}
.cta-inner p {
  font-size: 12px;
  margin-top: 19px;
  max-width: 430px;
  position: relative;
  z-index: 1;
}
.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 1;
  min-width: 195px;
}
.phone-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font: 11px var(--mono);
  min-height: 44px;
}
.cta-arrow {
  position: absolute;
  right: 210px;
  top: -76px;
  pointer-events: none;
  font-size: 350px;
  font-family: Arial, sans-serif;
  line-height: 1;
  color: rgba(143, 169, 181, 0.07);
  transform: rotate(-4deg);
}
.page-head {
  position: relative;
  padding-block: 85px 80px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.page-head > .container {
  position: relative;
}
.page-head h1 {
  font-size: clamp(38px, 5vw, 66px);
  max-width: 900px;
  letter-spacing: -0.055em;
}
.page-head p {
  font-size: 15px;
  max-width: 640px;
  line-height: 1.9;
  margin-top: 22px;
  position: relative;
  z-index: 1;
}
.page-index {
  position: absolute;
  right: 64px;
  bottom: -75px;
  font-size: 240px;
  font-weight: 750;
  color: #d3e1e708;
  letter-spacing: -0.12em;
  line-height: 1;
  pointer-events: none;
}
.service-details {
  display: flex;
  flex-direction: column;
}
.service-detail {
  display: grid;
  grid-template-columns: 45px 70px 1fr 50px;
  gap: 20px;
  align-items: start;
  border-top: 1px solid #c7d0cc;
  padding-block: 40px;
}
.service-detail:last-child {
  border-bottom: 1px solid #c7d0cc;
}
.detail-number {
  font: 11px var(--mono);
  color: #687776;
}
.service-detail > svg {
  color: #b3432c;
}
.service-detail h2 {
  font-size: 28px;
  margin-bottom: 17px;
  letter-spacing: -0.04em;
}
.service-detail p {
  font-size: 14px;
  max-width: 770px;
  line-height: 1.9;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}
.tags > span {
  font: 10px var(--mono);
  padding: 7px 12px;
  background: #e5e9e4;
  border: 1px solid #cbd5ce;
}
.round-link {
  width: 44px;
  height: 44px;
  border: 1px solid #aebdb5;
  display: grid;
  place-items: center;
}
.round-link:hover {
  background: var(--ink);
  color: white;
}
.section-lede {
  margin-block: 20px 40px;
  font-size: 14px;
  max-width: 600px;
}
.fleet-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #43535b;
}
.fleet-card {
  padding: 32px 25px;
  border-right: 1px solid #43535b;
}
.fleet-card:last-child {
  border: 0;
}
.fleet-card > svg {
  color: var(--accent);
  margin-bottom: 26px;
}
.fleet-card h3 {
  font-size: 17px;
  min-height: 40px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.fleet-card strong {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.fleet-card p {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.8;
}
.hdd-section {
  background: #192830;
}
.hdd-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
}
.hdd-layout > img {
  height: 520px;
  width: 100%;
  object-fit: cover;
  filter: saturate(0.7);
}
.hdd-layout h2 {
  font-size: 40px;
  margin-bottom: 25px;
}
.hdd-layout h2 > span {
  color: var(--accent);
}
.hdd-layout p {
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 20px;
}
.hdd-layout .button {
  margin-top: 15px;
}
.gallery-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 35px;
}
.filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.filters > button {
  border: 1px solid #56666e;
  background: transparent;
  color: #c2cfd4;
  min-height: 44px;
  padding: 10px 16px;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.filters > button > span {
  font: 8px var(--mono);
  opacity: 0.85;
}
.filters > button[aria-pressed="true"] {
  background: var(--accent);
  color: var(--deep);
  border-color: var(--accent);
  font-weight: 700;
}
.gallery-count {
  font: 11px var(--mono);
  color: var(--muted);
  white-space: nowrap;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gallery-photo {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  background: var(--surface);
  overflow: hidden;
}
.gallery-photo img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: transform 0.4s;
}
.gallery-photo:hover img {
  transform: scale(1.035);
}
.gallery-note {
  font-size: 10px;
  color: #9daeb7;
  font-family: var(--mono);
  margin-top: 25px;
}
.lightbox {
  border: 0;
  padding: 60px 24px 24px;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: rgba(5, 10, 14, 0.95);
  color: white;
}
.lightbox[open] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.9);
}
.lightbox figure {
  max-width: 90vw;
  max-height: calc(100dvh - 150px);
  display: flex;
  flex-direction: column;
}
.lightbox img {
  max-height: calc(100dvh - 200px);
  width: auto;
  height: auto;
  object-fit: contain;
  min-height: 0;
}
.lightbox figcaption {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  font: 11px var(--mono);
  gap: 30px;
  flex-shrink: 0;
}
.lightbox-controls {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.icon-button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #70848f;
  background: var(--bg);
  color: white;
}
.lightbox-close {
  position: absolute;
  right: 24px;
  top: 16px;
}
.states > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 14px;
  border-bottom: 1px solid #384952;
  gap: 15px;
}
.states > div > span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.states small {
  font-size: 10px;
  color: #a2b5be;
  text-align: right;
}
.state-base {
  color: var(--accent);
}
.routes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-block: 45px;
}
.routes-grid article {
  padding: 30px;
  border: 1px solid #becbc4;
}
.routes-grid small {
  display: block;
  font: 11px var(--mono);
  margin-block: 25px 10px;
  color: #954230;
}
.routes-grid h3 {
  font-size: 24px;
  margin-bottom: 18px;
}
.routes-grid p {
  font-size: 13px;
  line-height: 1.9;
}
.careers-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.career-details {
  margin-top: 35px;
}
.career-details > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 17px;
  border-bottom: 1px solid #bfcbc4;
}
.career-details small {
  color: #4d625f;
  font-size: 11px;
}
.career-details strong {
  font-size: 13px;
  font-weight: 600;
  max-width: 60%;
  text-align: right;
}
.career-checklists article {
  background: #e4e8e1;
  padding: 32px;
  margin-bottom: 22px;
}
.career-checklists h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.career-checklists ul {
  padding: 0;
  list-style: none;
}
.career-checklists li {
  display: flex;
  gap: 12px;
  font-size: 13px;
  margin-top: 12px;
  line-height: 1.7;
  color: #3a514c;
}
.career-checklists svg {
  margin-top: 4px;
  color: #984831;
}
.careers-apply {
  text-align: center;
  max-width: 820px;
}
.careers-apply .eyebrow {
  justify-content: center;
}
.careers-apply p {
  margin-block: 20px 28px;
  font-size: 14px;
}
.careers-apply .phone-link {
  margin-left: 25px;
}
.faq-layout {
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: 85px;
}
.faq-layout aside h2 {
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: -0.04em;
  margin-bottom: 30px;
}
.faq-list details {
  border-top: 1px solid #aabbb1;
}
.faq-list details:last-child {
  border-bottom: 1px solid #aabbb1;
}
.faq-list summary {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-block: 25px;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-number {
  font: 10px var(--mono);
  color: #6b7d75;
}
.faq-list summary > svg {
  margin-left: auto;
  color: #98442b;
}
.faq-list details[open] summary > svg {
  transform: rotate(45deg);
}
.faq-list details p {
  padding: 0 15px 28px 31px;
  font-size: 13px;
  line-height: 1.95;
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  align-items: start;
}
.contact-layout h2 {
  font-size: 37px;
  line-height: 1.15;
  margin-bottom: 25px;
}
.contact-layout > div > p {
  font-size: 14px;
  line-height: 1.9;
}
.contact-channel {
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #bfcec2;
  padding-block: 25px;
}
.contact-channel:first-of-type {
  margin-top: 20px;
}
.contact-channel > svg:first-child {
  color: #93432d;
}
.contact-channel > svg:last-child {
  margin-left: auto;
}
.contact-channel small {
  display: block;
  font: 9px var(--mono);
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #53685d;
}
.contact-channel strong {
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -0.03em;
}
.contact-location {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}
.contact-location > span > * {
  display: block;
}
.contact-location strong {
  font-size: 14px;
  font-weight: 600;
}
.contact-location small {
  font-size: 11px;
  color: #56675e;
  margin-top: 3px;
}
.contact-hours {
  margin-top: 25px;
  font-size: 12px !important;
}
.enquiry-panel {
  background: white;
  border: 1px solid #c0cdc4;
  padding: 32px;
}
.form-heading {
  display: flex;
  gap: 15px;
  align-items: center;
  border-bottom: 1px solid #ccd5ce;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.form-heading h2 {
  font-size: 23px;
  letter-spacing: -0.035em;
  margin: 0;
}
.form-heading > span {
  font: 9px var(--mono);
  margin-left: auto;
  color: #5d7366;
}
.enquiry-panel label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 11px;
  font-weight: 650;
  margin-bottom: 19px;
}
.enquiry-panel input {
  min-width: 0;
  width: 100%;
  border: 1px solid #acbfb0;
  border-radius: 0;
  background: #f8faf6;
  color: #1b3024;
  padding: 13px 12px;
  font-size: 13px;
  min-height: 49px;
}
.enquiry-panel input::placeholder {
  color: #68796d;
  font-size: 11px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.enquiry-panel form > .button {
  width: 100%;
  margin-top: 8px;
}
.form-note {
  font-size: 10px !important;
  color: #55685c !important;
  line-height: 1.7;
  margin-top: 17px;
}
.form-ready {
  border: 1px solid #a4bfb0;
  padding: 18px;
  background: #eef6ef;
  margin-top: 24px;
}
.form-ready p {
  font-size: 12px;
  margin: 10px 0;
}
.form-ready .button {
  width: 100%;
}
.footer {
  padding-block: 74px 0;
  background: var(--deep);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.65fr 1.1fr 0.65fr;
  gap: 55px;
  padding-bottom: 60px;
}
.brand-footer .brand-symbol > span {
  background: var(--deep);
}
.footer .brand-name {
  font-size: 22px;
}
.footer .brand-name > span {
  font-size: 6.7px;
}
.footer-grid > div:first-child > p {
  font-size: 11px;
  line-height: 1.9;
  margin-top: 24px;
  max-width: 270px;
}
.footer-phone {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font: 11px var(--mono);
  min-height: 44px;
  margin-top: 12px;
  color: #d4dfe3;
}
.footer-grid h3 {
  font: 9px var(--mono);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 7px 0 19px;
  color: #dbe1e3;
}
.footer-grid > div:not(:first-child) > a {
  display: block;
  font-size: 11px;
  color: #a8b9c1;
  line-height: 1.7;
  min-height: 33px;
  margin-bottom: 2px;
  padding: 7px 0;
}
.footer a:hover {
  color: var(--accent);
}
.footer-bottom {
  border-top: 1px solid #34444b;
  padding-block: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #a9bbc4;
  font: 9px var(--mono);
  letter-spacing: 0.25px;
}
.footer-bottom > span:nth-child(2) {
  font-size: 7px;
  letter-spacing: 1.2px;
}
.footer-bottom > a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
}
@keyframes route-pulse {
  0%,
  100% {
    opacity: 0.35;
    transform: translateY(-3px);
  }
  50% {
    opacity: 1;
    transform: translateY(3px);
  }
}
@media (min-width: 1500px) {
  .hero-layout {
    padding-top: 75px;
    padding-bottom: 70px;
  }
  .hero-photo {
    height: 550px;
  }
}
@media (max-width: 1220px) {
  .container {
    padding-inline: 40px;
  }
  .nav-inner {
    gap: 18px;
  }
  .desktop-nav {
    gap: 17px;
  }
  .header-actions {
    gap: 17px;
  }
  .brand-name {
    font-size: 21px;
  }
  .brand-name > span {
    font-size: 6.5px;
  }
  .brand-symbol {
    width: 43px;
    height: 40px;
  }
  .nav-quote {
    gap: 12px;
    padding-inline: 12px;
  }
  .hero-layout {
    gap: 42px;
  }
  .hero-photo {
    height: 480px;
  }
  .hero h1 {
    font-size: clamp(53px, 6.5vw, 78px);
  }
  .hero-actions {
    gap: 18px;
  }
  .coverage-layout {
    gap: 65px;
  }
  .service-card {
    padding: 25px 21px;
  }
  .service-card h3 {
    font-size: 18px;
  }
  .contact-layout {
    gap: 60px;
  }
  .footer-grid {
    gap: 35px;
  }
}
@media (max-width: 1060px) {
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: flex;
  }
  .mobile-nav {
    display: grid;
    padding-top: 12px;
    padding-bottom: 24px;
    border-top: 1px solid var(--line);
    max-height: calc(100dvh - 80px);
    overflow: auto;
  }
  .mobile-nav > a {
    min-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #33464e;
    font-size: 14px;
    color: #c7d3d9;
  }
  .mobile-nav > a[aria-current] {
    color: var(--accent);
  }
  .nav-inner {
    height: 78px;
  }
  .header-actions {
    margin-left: auto;
    gap: 24px;
  }
  .hero-layout {
    padding-top: 45px;
    padding-bottom: 35px;
    gap: 40px;
  }
  .hero-photo {
    height: 440px;
  }
  .hero-copy > p {
    font-size: 12px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .hero h1 {
    font-size: clamp(48px, 6.5vw, 67px);
  }
  .hero-actions {
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-phone {
    margin-top: 15px;
  }
  .hero-actions .button {
    min-width: 175px;
  }
  .hero-photo figcaption {
    padding-inline: 20px;
  }
  .hero-photo figcaption > strong {
    font-size: 18px;
  }
  .hero-photo figcaption > a {
    right: 17px;
    bottom: 25px;
    width: 38px;
    height: 38px;
  }
  .hero-photo figcaption > span:not(.photo-corner) {
    font-size: 8px;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-card {
    padding: 30px;
  }
  .service-card:nth-child(2) {
    border-right: 0;
  }
  .service-card:nth-child(-n + 2) {
    border-bottom: 1px solid #cdd4d1;
  }
  .service-card h3 {
    font-size: 23px;
    min-height: 0;
  }
  .section {
    padding-block: 80px;
  }
  .capability-strip .container {
    padding-inline: 20px;
  }
  .capability-strip .container > span {
    padding-inline: 10px;
    line-height: 1.6;
    font-size: 9px;
  }
  .coverage-layout {
    gap: 40px;
  }
  .route-stops {
    padding-left: 35px;
  }
  .route-stops::before {
    left: 35px;
  }
  .route-stops strong {
    font-size: 16px;
  }
  .route-head {
    font-size: 7px;
    padding: 18px 16px;
  }
  .route-foot {
    font-size: 6px;
    padding-inline: 15px;
  }
  .section-heading > p {
    max-width: 270px;
  }
  .section-heading h2 {
    font-size: 39px;
  }
  .project-photo img {
    height: 265px;
  }
  .project-caption {
    font-size: 10px;
    padding-inline: 15px;
  }
  .steps {
    gap: 30px;
  }
  .steps h3 {
    font-size: 19px;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fleet-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fleet-card:nth-child(2) {
    border-right: 0;
  }
  .fleet-card:nth-child(-n + 2) {
    border-bottom: 1px solid #43535b;
  }
  .hdd-layout {
    gap: 35px;
  }
  .hdd-layout h2 {
    font-size: 32px;
  }
  .hdd-layout > img {
    height: 475px;
  }
  .careers-layout {
    gap: 40px;
  }
  .faq-layout {
    gap: 40px;
    grid-template-columns: 0.65fr 1fr;
  }
  .contact-layout {
    gap: 35px;
    grid-template-columns: 1fr 1.15fr;
  }
  .contact-layout h2 {
    font-size: 30px;
  }
  .enquiry-panel {
    padding: 23px;
  }
  .form-heading h2 {
    font-size: 20px;
  }
  .footer-grid {
    grid-template-columns: 1.2fr 0.7fr 1fr;
    gap: 30px;
  }
  .footer-grid > div:last-child {
    display: none;
  }
  .brand-name {
    font-size: 24px;
  }
  .brand-name > span {
    font-size: 7.5px;
  }
}
@media (max-width: 760px) {
  .container {
    padding-inline: 24px;
  }
  .nav-inner {
    height: 76px;
  }
  .header-actions {
    gap: 12px;
  }
  .brand {
    gap: 10px;
  }
  .brand-symbol {
    width: 38px;
    height: 36px;
    font-size: 21px;
  }
  .brand-name {
    font-size: 21px;
  }
  .brand-name > span {
    font-size: 6px;
    letter-spacing: 0.8px;
  }
  .nav-quote {
    display: none;
  }
  .language {
    gap: 0;
  }
  .language > svg {
    display: none;
  }
  .language select {
    min-width: 46px;
  }
  .menu-toggle {
    width: 40px;
  }
  .section {
    padding-block: 64px;
  }
  .hero-layout {
    grid-template-columns: 1fr;
    padding-top: 43px;
    gap: 35px;
    padding-bottom: 24px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero h1 {
    font-size: clamp(50px, 11.4vw, 76px);
    line-height: 1.03;
    margin-bottom: 24px;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
    margin-bottom: 24px;
  }
  .hero-copy > p {
    font-size: 13px;
    line-height: 1.85;
    max-width: 480px;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 28px;
  }
  .hero-actions .button {
    min-width: 0;
    gap: 20px;
  }
  .hero-actions .text-link {
    font-size: 10px;
    gap: 8px;
  }
  .hero-phone {
    margin-top: 14px;
  }
  .hero-visual {
    margin-top: 0;
  }
  .hero-photo {
    height: 385px;
  }
  .hero-photo > img {
    object-position: center 41%;
  }
  .visual-stamp {
    left: -13px;
    top: 49px;
  }
  .hero-photo figcaption {
    padding: 80px 23px 24px;
  }
  .hero-photo figcaption > strong {
    font-size: 22px;
  }
  .hero-photo figcaption > span:not(.photo-corner) {
    font-size: 10px;
  }
  .hero-photo figcaption > a {
    width: 44px;
    height: 44px;
    right: 23px;
    bottom: 25px;
  }
  .hero-bottom {
    font-size: 7px;
    gap: 12px;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  .hero-bottom > a {
    gap: 13px;
  }
  .hero-bottom > span {
    gap: 7px;
  }
  .hero-coordinate {
    display: none !important;
  }
  .capability-strip > .container {
    grid-template-columns: 1fr 1fr;
    padding-inline: 24px;
  }
  .capability-strip .container > span {
    justify-content: flex-start;
    padding: 13px 10px;
    font-size: 9px;
    min-height: 60px;
  }
  .capability-strip .container > span:nth-child(2) {
    border-right: 0;
  }
  .capability-strip .container > span:nth-child(-n + 2) {
    border-bottom: 1px solid #304048;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
    margin-bottom: 21px;
  }
  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
  }
  .section-heading > p {
    max-width: 460px;
    font-size: 12px;
  }
  .section-heading h2,
  h2 {
    font-size: 37px;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-card {
    padding: 22px 18px;
  }
  .service-card-top {
    margin-bottom: 30px;
  }
  .service-card h3 {
    font-size: 19px;
    line-height: 1.2;
    min-height: 68px;
  }
  .service-card p {
    font-size: 11px;
    line-height: 1.85;
  }
  .service-card-bottom {
    font-size: 9px;
    margin-top: 25px;
    padding-top: 18px;
    gap: 8px;
  }
  .service-card-top > svg {
    width: 26px;
  }
  .coverage-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .coverage-layout h2 {
    font-size: 42px;
  }
  .coverage-layout > div > p {
    max-width: none;
    font-size: 13px;
  }
  .route-graphic {
    width: 100%;
  }
  .route-head {
    font-size: 8px;
    padding: 20px;
  }
  .route-stops {
    padding: 20px 30px 20px 40px;
  }
  .route-stops::before {
    left: 40px;
    top: 56px;
    bottom: 59px;
  }
  .route-stops li {
    min-height: 76px;
    gap: 25px;
  }
  .route-stops li:not(:last-child)::after {
    top: 65px;
  }
  .route-stops strong {
    font-size: 19px;
  }
  .route-stops small {
    font-size: 7px;
  }
  .route-foot {
    font-size: 6px;
    padding: 17px;
  }
  .home-photos {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .project-photo:first-child {
    grid-column: 1/-1;
  }
  .project-photo:first-child img {
    height: 325px;
  }
  .project-photo img {
    height: 240px;
  }
  .project-caption {
    font-size: 10px;
    padding: 40px 12px 15px;
    gap: 5px;
  }
  .project-caption svg {
    width: 16px;
  }
  .project-photo:first-child .project-caption {
    font-size: 13px;
    padding: 40px 20px 22px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 35px;
  }
  .step-number {
    margin-bottom: 20px;
    padding-block: 5px 18px;
  }
  .steps h3 {
    font-size: 23px;
  }
  .steps p {
    max-width: none;
    font-size: 13px;
  }
  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
    padding-block: 60px;
    gap: 32px;
  }
  .cta-inner h2 {
    font-size: 36px;
  }
  .cta-inner p {
    font-size: 12px;
    max-width: 330px;
  }
  .cta-actions {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .cta-actions .button {
    gap: 20px;
  }
  .cta-actions .phone-link {
    font-size: 10px;
  }
  .cta-arrow {
    right: 5px;
    top: -10px;
    font-size: 250px;
  }
  .page-head {
    padding-block: 53px 52px;
  }
  .page-head h1 {
    font-size: 42px;
    line-height: 1.13;
  }
  .page-head p {
    font-size: 13px;
    line-height: 1.85;
    max-width: 520px;
  }
  .page-index {
    font-size: 180px;
    right: 20px;
    bottom: -45px;
  }
  .service-detail {
    grid-template-columns: 28px 1fr 44px;
    gap: 12px;
    padding-block: 30px;
  }
  .service-detail > svg {
    display: none;
  }
  .service-detail h2 {
    font-size: 23px;
    line-height: 1.2;
  }
  .service-detail p {
    font-size: 12px;
  }
  .tags {
    gap: 6px;
  }
  .tags > span {
    font-size: 8px;
    padding: 6px 8px;
  }
  .fleet-card {
    padding: 24px 20px;
  }
  .fleet-card h3 {
    font-size: 17px;
    min-height: 48px;
  }
  .fleet-card strong {
    font-size: 24px;
  }
  .fleet-card p {
    font-size: 11px;
  }
  .hdd-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hdd-layout > img {
    height: 340px;
  }
  .hdd-layout h2 {
    font-size: 36px;
  }
  .hdd-layout p {
    font-size: 13px;
  }
  .gallery-toolbar {
    align-items: flex-start;
  }
  .filters {
    gap: 7px;
  }
  .filters > button {
    padding: 9px 12px;
    font-size: 10px;
    gap: 8px;
  }
  .gallery-count {
    display: none;
  }
  .gallery-grid {
    gap: 13px;
  }
  .gallery-photo img {
    height: 265px;
  }
  .gallery-photo .project-caption {
    font-size: 10px;
    display: flex;
    align-items: flex-end;
  }
  .gallery-note {
    font-size: 9px;
    line-height: 1.8;
  }
  .lightbox {
    padding-inline: 15px;
  }
  .lightbox figure {
    max-width: 100%;
  }
  .lightbox figcaption {
    font-size: 9px;
    gap: 15px;
  }
  .routes-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-block: 30px;
  }
  .routes-grid article {
    padding: 25px;
  }
  .routes-grid h3 {
    font-size: 23px;
  }
  .careers-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .career-checklists article {
    padding: 25px;
  }
  .careers-apply .phone-link {
    display: flex;
    margin: 20px 0 0;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .faq-layout aside h2 {
    font-size: 27px;
    max-width: 460px;
  }
  .faq-list summary {
    font-size: 13px;
    padding-block: 23px;
    gap: 12px;
  }
  .faq-list details p {
    font-size: 13px;
    padding-left: 27px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .contact-layout h2 {
    font-size: 35px;
  }
  .contact-channel strong {
    font-size: 22px;
  }
  .enquiry-panel {
    padding: 25px;
  }
  .form-heading h2 {
    font-size: 22px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .footer {
    padding-top: 55px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 25px;
    padding-bottom: 40px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-grid > div:first-child > p {
    max-width: 400px;
    font-size: 12px;
  }
  .footer-grid > div:last-child {
    display: block;
  }
  .footer-grid > div:nth-child(3) {
    grid-column: 2;
    grid-row: 2 / span 2;
  }
  .footer-grid > div:not(:first-child) > a {
    min-height: 44px;
    font-size: 11px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 6px 20px;
    font-size: 8px;
    padding-block: 18px;
  }
  .footer-bottom > span:nth-child(2) {
    display: none;
  }
  .footer-bottom > a {
    margin-left: auto;
  }
  .footer-grid h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 380px) {
  .container {
    padding-inline: 20px;
  }
  .brand-name {
    font-size: 19px;
  }
  .brand-name > span {
    font-size: 5.5px;
  }
  .brand-symbol {
    width: 34px;
  }
  .header-actions {
    gap: 7px;
  }
  .hero h1 {
    font-size: 49px;
  }
  .hero-actions {
    gap: 11px;
  }
  .hero-actions .button {
    padding-inline: 18px;
    font-size: 11px;
  }
  .hero-actions .text-link {
    font-size: 9px;
  }
  .service-card {
    padding: 20px 14px;
  }
  .service-card h3 {
    font-size: 18px;
  }
  .route-head {
    font-size: 7px;
    padding: 18px 15px;
  }
  .route-stops strong {
    font-size: 17px;
  }
  .route-foot {
    font-size: 5.5px;
  }
  .cta-inner h2 {
    font-size: 32px;
  }
  .enquiry-panel {
    padding: 20px;
  }
  .form-heading h2 {
    font-size: 21px;
  }
}
html[lang="zh-Hans"] h1,
html[lang="zh-Hans"] h2,
html[lang="zh-Hans"] h3 {
  letter-spacing: -0.025em;
}
html[lang="zh-Hans"] .hero h1 {
  line-height: 1.22;
}
html[lang="zh-Hans"] .hero-copy > p {
  line-height: 2;
}
html[lang="zh-Hans"] .eyebrow {
  letter-spacing: 2px;
}
html[lang="ms"] .nav-quote {
  font-size: 9px;
}
html[lang="ms"] .hero h1 {
  font-size: clamp(48px, 5.7vw, 77px);
}
@media (max-width: 760px) {
  html[lang="ms"] .hero h1 {
    font-size: clamp(43px, 10vw, 70px);
  }
  html[lang="zh-Hans"] .hero h1 {
    font-size: clamp(46px, 11.3vw, 69px);
  }
  html[lang="ms"] .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  html[lang="ms"] .service-card h3 {
    font-size: 18px;
    min-height: 85px;
  }
  html[lang="ms"] .cta-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  html[lang="ms"] .route-head {
    font-size: 7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* Editorial additions share the existing graphite, coral and warm-white palette. */
.editorial-head h1 { max-width: 1000px; font-size: clamp(36px, 4.6vw, 66px); overflow-wrap: anywhere; }
.editorial-head p { max-width: 840px; }
.breadcrumbs { display: flex; gap: 12px; flex-wrap: wrap; padding-block: 20px; font-size: 12px; color: var(--muted); }
.breadcrumbs a { padding-block: 6px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 72px; align-items: start; }
.article-body section { margin-bottom: 44px; }
.article-body h2 { font-size: clamp(25px, 2.3vw, 34px); letter-spacing: -.035em; margin-bottom: 18px; }
.article-body p { font-size: 16px; line-height: 1.9; }
.article-byline { font-size: 12px; border-bottom: 1px solid var(--line-light); padding-bottom: 22px; margin-bottom: 36px; }
.article-aside h2 { font-size: 22px; line-height: 1.3; margin-bottom: 18px; }
.aside-box { border-top: 3px solid var(--accent); padding: 28px; background: var(--paper); box-shadow: inset 0 0 0 1px rgba(16,25,30,.14); }
.aside-box p { font-size: 14px; line-height: 1.8; }
.aside-box .button { margin-block: 24px; width: 100%; white-space: normal; font-size: 12px; }
.aside-box .text-link { line-height: 1.7; }
.aside-related { padding: 28px 0; }
.aside-related a { display: block; padding-block: 8px; text-decoration: underline; text-underline-offset: 5px; line-height: 1.8; }
.enquiry-template { white-space: pre-wrap; overflow-wrap: anywhere; font: inherit; line-height: 2.1; background: #e9e5dd; border-left: 3px solid var(--accent); padding: 24px; color: var(--ink); user-select: all; }
.editorial-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
.editorial-cards article { border: 1px solid rgba(16,25,30,.18); }
.editorial-card-body { padding: 32px; }
.editorial-cards h2 { font-size: clamp(25px,2.2vw,32px); margin-block: 20px; }
.editorial-cards h2 a { display: block; }
.editorial-cards h2 a:hover,.guide-teasers a:hover h3 { text-decoration: underline; text-underline-offset: 6px; }
.editorial-number { color: var(--soft); font-size: 12px; letter-spacing: 2px; }
.editorial-cards p { line-height: 1.85; }
.photo-records img { width: 100%; height: 320px; object-fit: cover; }
.index-followup { margin-top: 36px; }
.record-photos { display: grid; gap: 32px; margin-bottom: 44px; }
.record-photos img { width: 100%; height: auto; }
.record-photos figcaption { color: var(--soft); font-size: 12px; margin-top: 12px; }
.service-editorial-photo { width: 100%; height: 330px; object-fit: cover; margin-bottom: 40px; }
.region-list article { display: grid; grid-template-columns: 40px minmax(0,1fr) minmax(160px,240px); gap: 28px; padding-block: 36px; border-bottom: 1px solid rgba(16,25,30,.18); }
.region-list article:first-child { padding-top: 0; }
.region-list h2 { font-size: 32px; margin-bottom: 20px; }
.region-list ul { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; list-style: none; }
.region-list li { padding: 8px 14px; border: 1px solid rgba(16,25,30,.22); font-size: 14px; }
.region-list p { font-size: 14px; }
.coverage-planning { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin-top: 64px; }
.coverage-planning h2 { font-size: 30px; margin-bottom: 20px; }
.coverage-planning p { line-height: 1.85; }
.coverage-planning .button,.coverage-planning .text-link { margin-top: 24px; }
.guide-teasers { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.guide-teasers > a { display: flex; flex-direction: column; gap: 28px; border-top: 2px solid var(--ink); padding-block: 26px; }
.guide-teasers h3 { font-size: 25px; line-height: 1.3; }
.guide-teasers span { font-size: 12px; margin-top: auto; }
.footer-languages { display: flex; gap: 24px; flex-wrap: wrap; padding-block: 20px; border-top: 1px solid var(--line); }
.footer-languages a { display: inline-block; padding-block: 12px; font-size: 13px; }
.footer-grid > div:last-child a { overflow-wrap: anywhere; }
.route-stops strong { font-size: clamp(16px,1.5vw,22px); line-height: 1.5; }
.no-js-note { padding: 16px 24px; background: var(--paper); color: var(--ink); font-size: 14px; }
.fleet-card { min-width: 0; overflow-wrap: anywhere; }
.fleet-card strong { white-space: normal; }
@media (max-width: 1024px) {
  .article-layout { grid-template-columns: minmax(0,1fr) 280px; gap: 32px; }
  .aside-box { padding: 24px; }
  .guide-teasers h3 { font-size: 22px; }
}
@media (max-width: 760px) {
  .article-layout,.editorial-cards,.coverage-planning,.guide-teasers { grid-template-columns: 1fr; gap: 32px; }
  .editorial-head h1 { font-size: clamp(34px,8vw,48px); }
  .article-body p { font-size: 15px; }
  .article-body section { margin-bottom: 32px; }
  .editorial-card-body { padding: 24px; }
  .photo-records img { height: 260px; }
  .service-editorial-photo { height: 240px; }
  .region-list article { grid-template-columns: 24px minmax(0,1fr); gap: 18px; }
  .region-list p { grid-column: 2; }
  .region-list h2 { font-size: 28px; }
  .region-list li { font-size: 13px; padding: 6px 10px; }
  .coverage-planning { margin-top: 40px; }
  .enquiry-template { padding: 20px; font-size: 14px; }
  .route-stops strong { font-size: 17px; }
  .guide-teasers > a { gap: 18px; padding-block: 22px; }
}
