:root {
  --ink: #0a0a0a;
  --ink-soft: #161616;
  --graphite: #242522;
  --steel: #676a64;
  --line: #d9d9d2;
  --paper: #f3f2ed;
  --white: #fffefa;
  --yellow: #ffd329;
  --yellow-deep: #e9b900;
  --orange: #ef7f1a;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 30px;
  --shadow: 0 18px 60px rgba(0, 0, 0, .14);
  --container: min(1180px, calc(100% - 40px));
  --header-height: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 118px 0; }
.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; top: 8px; left: 8px; z-index: 1000;
  transform: translateY(-150%); padding: 12px 18px; color: var(--ink);
  background: var(--yellow); border: 2px solid var(--ink); border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.eyebrow {
  display: flex; align-items: center; gap: 10px; margin-bottom: 20px;
  color: var(--yellow); font-size: .73rem; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow span { width: 30px; height: 2px; background: currentColor; }
.eyebrow.dark { color: #7a6200; }
.eyebrow.light { color: var(--yellow); }

.button {
  display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 14px;
  padding: 0 24px; border: 1px solid var(--yellow); border-radius: var(--radius-sm);
  color: var(--ink); background: var(--yellow); box-shadow: 0 10px 30px rgba(255, 211, 41, .18);
  font-size: .78rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase;
  cursor: pointer; transition: transform .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease;
}
.button:hover { transform: translateY(-2px); background: #ffe063; box-shadow: 0 15px 36px rgba(255, 211, 41, .28); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--orange); outline-offset: 3px;
}
.button-small { min-height: 44px; padding-inline: 18px; font-size: .7rem; }
.button-ghost { border-color: #bbbcb5; background: transparent; box-shadow: none; }
.button-ghost:hover { border-color: var(--ink); background: var(--white); box-shadow: none; }
.button-dark { border-color: var(--ink); color: var(--white); background: var(--ink); box-shadow: none; }
.button-dark:hover { color: var(--ink); background: var(--white); }
.button:disabled { opacity: .4; cursor: not-allowed; transform: none; box-shadow: none; }
.text-link {
  display: inline-flex; align-items: center; gap: 10px; padding: 8px 0;
  color: var(--white); border-bottom: 1px solid rgba(255,255,255,.35);
  font-size: .84rem; font-weight: 750; letter-spacing: .025em;
}
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.light-link { color: var(--white); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-height);
  color: var(--white); background: rgba(9, 9, 9, .83); border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  transition: height .25s ease, background .25s ease;
}
.site-header.is-scrolled { height: 70px; background: rgba(9,9,9,.96); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 32px; }
.brand {
  display: grid; place-items: center; width: 130px; height: 56px; overflow: hidden;
  border-radius: 9px; background: var(--yellow); box-shadow: 0 6px 20px rgba(0,0,0,.25);
}
.brand img { width: 100%; height: 100%; object-fit: cover; }
.main-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.main-nav a { position: relative; color: #d5d5d0; font-size: .79rem; font-weight: 650; }
.main-nav a::after {
  content: ""; position: absolute; inset: auto 0 -8px; height: 2px; background: var(--yellow);
  transform: scaleX(0); transform-origin: right; transition: transform .22s ease;
}
.main-nav a:hover { color: var(--white); }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; }

.hero {
  position: relative; min-height: 100svh; overflow: hidden; color: var(--white);
  background: var(--ink); padding-top: var(--header-height);
}
.hero-grid {
  position: absolute; inset: 0; opacity: .13; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 66px 66px;
  mask-image: linear-gradient(to right, black, transparent 67%);
}
.hero-layout {
  position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr;
  min-height: calc(100svh - var(--header-height) - 64px);
}
.hero-copy { align-self: center; padding: 70px 68px 80px 0; }
.hero-copy h1 {
  max-width: 720px; margin-bottom: 30px; font-size: clamp(3rem, 5.35vw, 5.45rem);
  line-height: .95; letter-spacing: -.062em; font-weight: 850;
}
.hero-copy h1 em { color: var(--yellow); font-style: normal; }
.hero-lead { max-width: 610px; margin-bottom: 34px; color: #c5c6c1; font-size: clamp(1rem, 1.45vw, 1.21rem); line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.hero-instagram-link { display: inline-grid; grid-template-columns: 32px auto 18px; align-items: center; gap: 10px; width: fit-content; margin-top: 19px; padding: 8px 12px 8px 9px; color: #f7f6ee; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.2); border-radius: 12px; transition: background .22s ease, border-color .22s ease, transform .22s ease; }
.hero-instagram-link:hover { background: rgba(255,211,41,.15); border-color: rgba(255,211,41,.65); transform: translateY(-2px); }
.hero-instagram-link svg { width: 32px; height: 32px; padding: 7px; color: var(--ink); background: var(--yellow); border-radius: 8px; }
.hero-instagram-link svg rect, .hero-instagram-link svg circle { fill: none; stroke: currentColor; stroke-width: 1.9; }
.hero-instagram-link span { display: grid; gap: 1px; }
.hero-instagram-link strong { font-size: .67rem; letter-spacing: .06em; text-transform: uppercase; }
.hero-instagram-link small { color: #c7c8c2; font-size: .63rem; }
.hero-instagram-link i { color: var(--yellow); font-size: .9rem; font-style: normal; }
.hero-points {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 580px;
  margin: 56px 0 0; padding: 27px 0 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none;
}
.hero-points li { display: flex; flex-direction: column; }
.hero-points strong { color: var(--yellow); font-size: 1.7rem; line-height: 1; }
.hero-points span { margin-top: 8px; color: #a9aaa6; font-size: .75rem; }
.hero-visual { position: relative; min-width: 0; overflow: hidden; }
.hero-visual picture, .hero-visual img { width: 100%; height: 100%; }
.hero-visual img { object-fit: cover; object-position: 54% center; }
.hero-visual-shade {
  position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, rgba(10,10,10,.12) 34%, rgba(10,10,10,.08) 65%, rgba(10,10,10,.46) 100%);
}
.visual-label {
  position: absolute; left: 28px; bottom: 30px; display: flex; align-items: center; gap: 13px;
  padding: 14px 18px; background: rgba(10,10,10,.82); border: 1px solid rgba(255,255,255,.16); border-radius: 12px;
  backdrop-filter: blur(10px);
}
.visual-label small { display: block; color: #a6a7a2; font-size: .62rem; text-transform: uppercase; letter-spacing: .12em; }
.visual-label strong { display: block; margin-top: 2px; font-size: .86rem; }
.pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 0 rgba(255,211,41,.55); animation: pulse 2s infinite; }
.route-stamp {
  position: absolute; top: 34px; right: 28px; display: flex; align-items: center; gap: 10px;
  color: var(--white); font-size: .67rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase;
}
.route-stamp i { position: relative; display: block; width: 86px; height: 1px; background: rgba(255,255,255,.72); }
.route-stamp i::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); }
.hero-marquee {
  height: 64px; overflow: hidden; color: var(--ink); background: var(--yellow); border-block: 1px solid #e5bd1c;
}
.hero-marquee div { display: flex; width: max-content; height: 100%; align-items: center; gap: 26px; padding-inline: 28px; animation: marquee 30s linear infinite; }
.hero-marquee span { font-size: .74rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.hero-marquee i { font-style: normal; }

.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 94px; display: grid; grid-template-columns: 1.7fr repeat(5, .65fr); align-items: center; gap: 22px; }
.trust-grid p { margin: 0; font-size: .8rem; font-weight: 750; }
.trust-grid span { color: #777872; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-align: center; }

.challenges { padding-top: 96px; background: var(--paper); }
.challenge-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 44px; }
.challenge-heading h2 { margin: 0; font-size: clamp(2.7rem, 5.8vw, 5.8rem); line-height: .94; letter-spacing: -.06em; }
.challenge-heading > p { max-width: 520px; margin: 0; color: var(--steel); }
.challenge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.challenge-card {
  position: relative; display: flex; min-height: 260px; flex-direction: column; align-items: flex-start; padding: 28px;
  color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); text-align: left;
  cursor: pointer; overflow: hidden; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.challenge-card::before { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.challenge-card:hover { transform: translateY(-5px); border-color: #ad8b00; box-shadow: 0 18px 45px rgba(0,0,0,.08); }
.challenge-card:hover::before { transform: scaleX(1); }
.challenge-card > span { color: #8b7000; font-size: .66rem; font-weight: 900; letter-spacing: .12em; }
.challenge-visual { position: absolute; top: 69px; right: 23px; width: min(52%, 164px); height: auto; color: #9a7900; opacity: .28; pointer-events: none; transform-origin: center; transition: opacity .25s ease, transform .25s ease; }
.challenge-visual path, .challenge-visual circle { fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.challenge-card:hover .challenge-visual { opacity: .52; transform: translateX(-4px) scale(1.035); }
.challenge-card strong { max-width: 280px; margin-top: auto; font-size: clamp(1.2rem, 2vw, 1.65rem); line-height: 1.08; letter-spacing: -.035em; }
.challenge-card small { margin-top: 12px; color: var(--steel); font-size: .72rem; }
.challenge-card i { position: absolute; top: 25px; right: 26px; display: grid; place-items: center; width: 38px; height: 38px; background: #fff6cb; border-radius: 50%; font-style: normal; transition: transform .25s ease; }
.challenge-card:hover i { transform: translate(3px,-3px); }
.challenge-card-accent { background: var(--yellow); border-color: var(--yellow-deep); }
.challenge-card-accent .challenge-visual { color: var(--ink); opacity: .24; }
.challenge-card-accent i { background: var(--ink); color: var(--white); }

.company { background: var(--white); }
.company-story-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: stretch; }
.company-media { position: relative; min-height: 680px; overflow: hidden; border-radius: var(--radius-lg); }
.company-media img { width: 100%; height: 100%; object-fit: cover; }
.company-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.65)); }
.company-stamp { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; padding: 20px 22px; color: var(--ink); background: var(--yellow); border-radius: 12px; }
.company-stamp small { display: block; font-size: .62rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.company-stamp strong { display: block; margin-top: 4px; font-size: 1.05rem; }
.company-story { padding: 34px 0; }
.company-story h3 { max-width: 700px; margin-bottom: 25px; font-size: clamp(2.15rem, 4vw, 4.15rem); line-height: .98; letter-spacing: -.05em; }
.company-story > p:not(.eyebrow) { color: var(--steel); font-size: .94rem; }
.story-path { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 36px 0 0; padding: 1px; list-style: none; background: var(--line); }
.story-path li { min-height: 145px; padding: 22px; background: var(--paper); }
.story-path li > span { color: #8b7000; font-size: .64rem; font-weight: 900; }
.story-path strong { display: block; margin-top: 28px; font-size: .9rem; }
.story-path p { margin: 4px 0 0; color: var(--steel); font-size: .72rem; }
.purpose-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 70px; }
.purpose-card { min-height: 300px; padding: 40px; background: var(--yellow); border-radius: var(--radius); }
.purpose-card > span { font-size: .65rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.purpose-card h3 { max-width: 500px; margin: 70px 0 13px; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; letter-spacing: -.04em; }
.purpose-card p { max-width: 600px; margin: 0; font-size: .88rem; }
.purpose-card-dark { color: var(--white); background: var(--ink); }
.purpose-card-dark > span { color: var(--yellow); }
.purpose-card-dark p { color: #babbb6; }
.values-block { display: grid; grid-template-columns: .45fr 1.55fr; gap: 60px; margin-top: 70px; padding-top: 54px; border-top: 1px solid var(--line); }
.values-block > div > h3 { font-size: 2rem; letter-spacing: -.035em; }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); }
.values-grid article { min-height: 145px; padding: 25px; background: var(--paper); }
.values-grid strong { font-size: .95rem; }
.values-grid p { margin: 8px 0 0; color: var(--steel); font-size: .78rem; }

.section-heading { display: grid; grid-template-columns: 1.28fr .72fr; align-items: end; gap: 80px; margin-bottom: 55px; }
.section-heading h2, .capabilities-copy h2, .safety-copy h2, .coverage-copy h2, .quote-intro h2, .closing-inner h2 {
  margin-bottom: 0; font-size: clamp(2.2rem, 4.5vw, 4.25rem); line-height: 1.01; letter-spacing: -.052em; font-weight: 830;
}
.section-heading > p { margin: 0 0 8px; color: var(--steel); font-size: 1rem; line-height: 1.75; }
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card {
  position: relative; min-height: 330px; display: flex; flex-direction: column; padding: 34px;
  background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.service-card:hover { z-index: 2; transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card-featured { color: var(--white); background: var(--ink); }
.service-number { color: #94958f; font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.service-icon { margin: 30px 0 24px; color: var(--yellow-deep); font-size: 2rem; line-height: 1; }
.service-card h3 { max-width: 280px; margin-bottom: 15px; font-size: 1.33rem; line-height: 1.18; }
.service-card p { color: var(--steel); font-size: .88rem; }
.service-card-featured p { color: #bfc0ba; }
.service-card a { margin-top: auto; font-size: .76rem; font-weight: 800; }
.service-card a span { margin-left: 7px; color: var(--yellow-deep); }

.operating-method { color: var(--white); background: #11120f; overflow: hidden; }
.method-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.method-heading h2 { max-width: 850px; margin: 0; font-size: clamp(2.6rem, 5.5vw, 5.5rem); line-height: .94; letter-spacing: -.06em; }
.method-heading > p { margin: 0; color: #adafa8; }
.method-route { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 76px 0 0; padding: 24px 0 0; list-style: none; border-top: 1px solid #3a3b36; }
.method-route::before { content: ""; position: absolute; top: 22px; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--yellow) 0 70%, #3a3b36 70%); transform-origin: left; animation: methodFlow 5s ease-in-out infinite alternate; }
.method-route li { position: relative; min-height: 300px; padding: 62px 24px 28px; border-right: 1px solid #30312d; }
.method-route li:first-child { border-left: 1px solid #30312d; }
.method-route li > span { position: absolute; top: 4px; left: 24px; display: grid; place-items: center; width: 36px; height: 36px; color: var(--ink); background: var(--yellow); border: 4px solid #11120f; border-radius: 50%; font-size: .62rem; font-weight: 900; }
.method-route small { color: #888a84; font-size: .62rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.method-route strong { display: block; margin-top: 42px; font-size: 1.06rem; }
.method-route p { margin: 10px 0 0; color: #a7a9a3; font-size: .78rem; }
.method-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 32px; padding: 22px 24px; background: #1c1d19; border-left: 4px solid var(--yellow); }
.method-cta p { margin: 0; color: #d5d6d1; font-size: .84rem; }

.construction { color: var(--white); background: #10110f; overflow: hidden; }
.construction-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.construction-heading h2 { max-width: 800px; font-size: clamp(2.6rem, 5.7vw, 5.8rem); line-height: .94; letter-spacing: -.06em; }
.construction-heading > div:last-child > p { color: #b8b9b4; }
.construction-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.construction-card { min-height: 760px; padding: 46px; color: var(--ink); background: var(--white); border-radius: var(--radius-lg); }
.construction-card-accent { background: var(--yellow); }
.construction-icon { display: grid; place-items: center; width: 60px; height: 60px; margin-bottom: 46px; background: #fff7d7; border: 1px solid #ead88c; border-radius: 14px; font-size: 1.8rem; }
.construction-card-accent .construction-icon { background: rgba(255,255,255,.42); border-color: rgba(10,10,10,.18); }
.construction-kicker { margin-bottom: 8px; color: #806700; font-size: .67rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.construction-card h3 { margin-bottom: 20px; font-size: clamp(1.85rem, 3vw, 2.8rem); letter-spacing: -.045em; }
.construction-card > p:not(.construction-kicker):not(.construction-close) { color: var(--steel); }
.construction-card ul { margin: 30px 0; padding: 0; list-style: none; }
.construction-card li { position: relative; margin: 0; padding: 11px 0 11px 34px; border-bottom: 1px solid rgba(10,10,10,.1); font-size: .83rem; font-weight: 650; }
.construction-card li::before { content: "✓"; position: absolute; left: 0; top: 10px; display: grid; place-items: center; width: 20px; height: 20px; color: var(--white); background: #a98400; border-radius: 50%; font-size: .65rem; font-weight: 900; }
.construction-close { margin: 31px 0 0; padding-top: 24px; border-top: 2px solid var(--ink); font-size: .86rem; font-weight: 750; }

.capabilities { color: var(--white); background: var(--ink); }
.capabilities-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.capabilities-media { position: relative; min-height: 680px; overflow: hidden; border-radius: var(--radius-lg) 0 0 var(--radius-lg); }
.capabilities-media img { width: 100%; height: 100%; object-fit: cover; }
.capabilities-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.7)); }
.media-corner { position: absolute; z-index: 2; left: 28px; bottom: 28px; display: flex; flex-direction: column; }
.media-corner strong { color: var(--yellow); font-size: 3.6rem; line-height: 1; letter-spacing: -.06em; }
.media-corner span { margin-top: 8px; color: #ddd; font-size: .74rem; }
.capabilities-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px; background: var(--ink-soft); border-radius: 0 var(--radius-lg) var(--radius-lg) 0; }
.capabilities-copy h2 { margin-bottom: 28px; }
.capabilities-copy > p { color: #b8b9b4; line-height: 1.75; }
.equipment-tabs { display: flex; gap: 8px; margin-top: 30px; padding-bottom: 12px; overflow-x: auto; }
.equipment-tab { padding: 11px 15px; color: #aaa; background: transparent; border: 1px solid #3d3e39; border-radius: 999px; font-size: .72rem; white-space: nowrap; cursor: pointer; }
.equipment-tab.is-active { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.equipment-panel { margin: 18px 0 28px; padding: 22px 0; border-block: 1px solid #3b3c37; }
.equipment-panel strong { color: var(--yellow); font-size: 1.7rem; }
.equipment-panel p { margin: 9px 0 0; color: #b9bab5; font-size: .86rem; }
.fleet-showcase { margin-top: 92px; }
.fleet-showcase-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 38px; }
.fleet-showcase-heading h3 { max-width: 720px; font-size: clamp(2.2rem, 4.2vw, 4.35rem); line-height: .98; letter-spacing: -.055em; }
.fleet-showcase-heading > p { margin: 0; color: #b8b9b4; }
.fleet-gallery { display: grid; grid-template-columns: 1.15fr repeat(2, 1fr); grid-template-rows: repeat(2, 330px); gap: 14px; }
.fleet-card { position: relative; min-width: 0; overflow: hidden; background: #252622; border: 1px solid #343530; border-radius: var(--radius); }
.fleet-card-tall { grid-row: 1 / span 2; }
.fleet-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.04); transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.fleet-card:hover img { transform: scale(1.045); }
.fleet-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 34%, rgba(0,0,0,.9)); }
.fleet-card > div { position: absolute; z-index: 2; inset: auto 24px 22px; }
.fleet-card small { color: var(--yellow); font-size: .61rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.fleet-card h4 { margin: 6px 0 2px; font-size: 1.17rem; }
.fleet-card p { margin: 0; color: #bebfba; font-size: .73rem; }

.safety { background: var(--white); }
.safety-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.safety-copy h2 { margin-bottom: 24px; }
.safety-copy > p { color: var(--steel); }
.check-list { margin: 35px 0 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 21px 0; border-top: 1px solid var(--line); }
.check-list li > span { color: #8a7000; font-size: .68rem; font-weight: 850; }
.check-list strong { font-size: .94rem; }
.check-list p { margin: 4px 0 0; color: var(--steel); font-size: .82rem; }
.safety-media { position: relative; min-height: 680px; }
.safety-media img { width: 100%; height: 680px; object-fit: cover; object-position: center; border-radius: var(--radius-lg); }
.permit-card {
  position: absolute; left: -45px; bottom: 28px; width: min(360px, 76%); padding: 25px;
  color: var(--white); background: var(--ink); border-left: 5px solid var(--yellow); border-radius: 0 var(--radius) var(--radius) 0; box-shadow: var(--shadow);
}
.permit-card small { display: block; color: #989994; font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; }
.permit-card strong { display: block; margin: 9px 0 14px; font-size: 1rem; }
.permit-card a { color: var(--yellow); font-size: .73rem; font-weight: 800; }
.permit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 72px; background: var(--line); border: 1px solid var(--line); }
.permit-item { padding: 25px; background: var(--paper); }
.permit-item > span { color: #8b7200; font-size: .63rem; font-weight: 900; letter-spacing: .14em; }
.permit-item h3 { margin: 14px 0 4px; font-size: .95rem; }
.permit-item p { margin: 0; color: var(--steel); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .7rem; overflow-wrap: anywhere; }

.coverage { color: var(--white); background: #10110f; overflow: hidden; }
.coverage-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 52px; align-items: center; }
.coverage-copy { position: sticky; top: 110px; }
.coverage-copy h2 { margin-bottom: 26px; }
.coverage-copy > p { color: #b4b6b0; }
.location-detail { margin-top: 40px; padding: 24px; background: linear-gradient(145deg,#22231f,#171815); border: 1px solid #3a3b36; border-radius: var(--radius); box-shadow: 0 24px 55px rgba(0,0,0,.2); }
.location-detail-status { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; color: #858781; font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.location-detail-status span { width: 8px; height: 8px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 6px rgba(255,211,41,.1); }
.location-detail-status b { font-weight: 800; }
.location-detail small { display: block; color: var(--yellow); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.location-detail strong { display: block; margin-top: 6px; font-size: 1.35rem; }
.location-detail p { margin: 8px 0 0; color: #b5b6b1; font-size: .83rem; }
.location-detail-meta { display: flex; flex-direction: column; gap: 4px; margin-top: 18px; padding-top: 16px; border-top: 1px solid #3a3b36; }
.location-detail-meta span { color: #858781; font-size: .69rem; }
.location-detail-meta a { width: fit-content; color: var(--yellow); font-size: .77rem; font-weight: 800; }
.route-map { position: relative; height: 520px; min-width: 0; background: radial-gradient(circle at 65% 35%, #2c2d28 0, #161714 50%, #10110f 75%); border: 1px solid #2f302c; border-radius: var(--radius-lg); overflow: hidden; }
.route-map::before {
  content: ""; position: absolute; inset: 0; opacity: .18;
  background-image: linear-gradient(#8e8f88 1px, transparent 1px), linear-gradient(90deg, #8e8f88 1px, transparent 1px);
  background-size: 40px 40px;
}
.route-map svg { position: absolute; inset: 2%; width: 96%; height: 96%; overflow: visible; }
.map-land { stroke: #65665f; stroke-width: 1.5; stroke-linejoin: round; }
.map-land-mexico { fill: #272823; }
.map-land-texas { fill: #30312b; }
.gulf-coast { fill: none; stroke: #a4a69c; stroke-width: 2.2; opacity: .58; }
.map-route-halo { fill: none; stroke: rgba(255,211,41,.16); stroke-width: 13; stroke-linecap: round; }
.map-route { fill: none; stroke: var(--yellow); stroke-width: 3.5; stroke-linecap: round; stroke-dasharray: 10 8; filter: drop-shadow(0 0 8px rgba(255,211,41,.45)); animation: routeFlow 18s linear infinite; }
.map-label { fill: #7e8077; font-size: 21px; font-weight: 850; letter-spacing: .18em; }
.map-label-small { font-size: 13px; }
.map-water-label { fill: #6f706a; font-size: 11px; font-weight: 750; letter-spacing: .12em; transform: rotate(-16deg); transform-origin: 545px 285px; }
.map-pin {
  position: absolute; z-index: 2; left: var(--x); top: var(--y); display: flex; align-items: center; gap: 7px;
  padding: 0; color: #aaa; background: none; border: 0; font-size: .62rem; font-weight: 750; white-space: nowrap; cursor: pointer; transform: translate(-6px,-6px);
}
.map-pin span { width: 13px; height: 13px; border: 3px solid #5e5f59; border-radius: 50%; background: #1b1c18; transition: .2s; }
.map-pin:hover, .map-pin.is-active { color: var(--white); }
.map-pin.is-active span { border-color: var(--yellow); background: var(--yellow); box-shadow: 0 0 0 7px rgba(255,211,41,.14); }

.globe-scene {
  position: relative; min-height: 700px; padding: 65px 20px 34px; overflow: hidden;
  background: radial-gradient(circle at 52% 47%, rgba(36,92,101,.2), transparent 45%), linear-gradient(145deg,#141613,#090a09);
  border: 1px solid #30322e; border-radius: 38px; box-shadow: inset 0 0 90px rgba(0,0,0,.55), 0 35px 90px rgba(0,0,0,.28);
  --traveler-x: 67.9%; --traveler-y: 78.4%;
}
.globe-scene::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: radial-gradient(circle, #e7eee8 1px, transparent 1.5px); background-size: 42px 42px; mask-image: radial-gradient(circle at center,#000,transparent 78%); }
.globe-toolbar { position: absolute; z-index: 9; top: 20px; left: 22px; right: 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.globe-state { display: flex; align-items: center; gap: 10px; min-width: 0; color: #a8aaa4; text-transform: uppercase; }
.globe-state > i { width: 8px; height: 8px; flex: 0 0 auto; background: #5fd59c; border-radius: 50%; box-shadow: 0 0 0 6px rgba(95,213,156,.1); animation: globeSignal 2s ease-out infinite; }
.globe-state > span { display: flex; min-width: 0; flex-direction: column; gap: 2px; }
.globe-state strong { font-size: .6rem; font-weight: 850; letter-spacing: .11em; }
.globe-state small { color: #747770; font-size: .5rem; font-weight: 750; letter-spacing: .06em; }
.globe-toolbar button { padding: 8px 11px; color: #d4d6d0; background: #20221e; border: 1px solid #3b3d37; border-radius: 999px; font-size: .59rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.globe-toolbar button:hover { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.globe-orbit { position: absolute; z-index: 1; left: 7%; top: 17%; width: 86%; height: 62%; border: 1px solid rgba(255,211,41,.2); border-radius: 50%; transform: rotate(-18deg); animation: globeOrbit 22s linear infinite; }
.globe-orbit::after { content: ""; position: absolute; left: 9%; top: 10%; width: 7px; height: 7px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 14px var(--yellow); }
.globe-sphere { position: relative; z-index: 2; width: min(100%, 650px); aspect-ratio: 1; margin: 0 auto; border: 1px solid rgba(199,235,238,.32); border-radius: 50%; filter: drop-shadow(0 24px 45px rgba(0,0,0,.55)); }
.globe-sphere::before { content: ""; position: absolute; z-index: 4; inset: -2px; border: 2px solid rgba(175,229,232,.25); border-radius: 50%; box-shadow: inset 34px 0 55px rgba(0,0,0,.55), inset -28px 0 55px rgba(0,0,0,.42), 0 0 40px rgba(52,138,148,.22); pointer-events: none; }
.globe-sphere::after { content: ""; position: absolute; z-index: 4; inset: 1.5%; border-radius: 50%; background: radial-gradient(circle at 30% 23%,rgba(255,255,255,.18),transparent 18%), linear-gradient(90deg,rgba(0,0,0,.42),transparent 25% 72%,rgba(0,0,0,.58)); pointer-events: none; }
.globe-network { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; border-radius: 50%; }
.globe-turn-layer { transform-box: fill-box; transform-origin: center; animation: globeTurn 12s ease-in-out infinite alternate; }
.globe-grid-lines { fill: none; stroke: rgba(184,228,231,.17); stroke-width: 1.35; }
.globe-map-image { opacity: .96; }
.globe-land { stroke: rgba(188,203,184,.45); stroke-width: 1.2; stroke-linejoin: round; }
.globe-land-mexico { fill: #30392f; }
.globe-land-texas { fill: #384239; }
.globe-coast { fill: none; stroke: rgba(218,228,213,.58); stroke-width: 2; }
.globe-border { fill: none; stroke: rgba(218,228,213,.32); stroke-width: 1.3; stroke-dasharray: 5 5; }
.globe-label { fill: rgba(222,227,216,.55); font-size: 22px; font-weight: 900; letter-spacing: .16em; }
.globe-label-small { font-size: 13px; }
.globe-water-label { fill: rgba(192,224,227,.37); font-size: 10px; font-weight: 800; letter-spacing: .12em; transform: rotate(-18deg); transform-origin: 485px 455px; }
.globe-route-glow { fill: none; stroke: rgba(255,211,41,.24); stroke-width: 16; stroke-linecap: round; }
.globe-route { fill: none; stroke: var(--yellow); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 11 9; filter: drop-shadow(0 0 8px rgba(255,211,41,.75)); animation: globeRouteFlow 8s linear infinite; }
.globe-node { position: absolute; z-index: 7; left: var(--gx); top: var(--gy); display: grid; width: 44px; height: 44px; place-items: center; padding: 0; color: #aeb1ab; background: transparent; border: 0; font-size: .62rem; font-weight: 850; white-space: nowrap; cursor: pointer; transform: translate(-50%,-50%); }
.globe-node > span { width: 14px; height: 14px; flex: 0 0 auto; background: #0c1617; border: 3px solid #758280; border-radius: 50%; box-shadow: 0 0 0 0 rgba(255,211,41,0); transition: .25s; }
.globe-node b { position: absolute; left: 32px; top: 50%; padding: 5px 8px; background: rgba(8,14,14,.58); border: 1px solid transparent; border-radius: 7px; backdrop-filter: blur(5px); font-weight: 850; transform: translateY(-50%); transition: .25s; }
.globe-node:hover, .globe-node:focus-visible, .globe-node.is-active { z-index: 10; color: var(--white); }
.globe-node:hover > span, .globe-node:focus-visible > span, .globe-node.is-active > span { background: var(--yellow); border-color: #fff1a7; box-shadow: 0 0 0 9px rgba(255,211,41,.13), 0 0 20px rgba(255,211,41,.65); }
.globe-node:hover b, .globe-node:focus-visible b, .globe-node.is-active b { color: var(--ink); background: var(--yellow); border-color: #ffe66f; }
.globe-node-villahermosa b { left: auto; right: 32px; }
.globe-node-houston b, .globe-node-laredo b { left: auto; right: 32px; }
.globe-traveler { position: absolute; z-index: 8; left: var(--traveler-x); top: var(--traveler-y); width: 28px; height: 28px; border: 1px solid rgba(255,211,41,.5); border-radius: 50%; background: rgba(255,211,41,.12); transform: translate(-50%,-50%); transition: left 1.15s cubic-bezier(.2,.75,.2,1), top 1.15s cubic-bezier(.2,.75,.2,1); pointer-events: none; }
.globe-traveler span { position: absolute; left: 50%; top: 50%; width: 6px; height: 6px; background: #fff8cb; border-radius: 50%; box-shadow: 0 0 13px 5px var(--yellow); transform: translate(-50%,-50%); }
.globe-hint { position: relative; z-index: 8; display: flex; justify-content: center; gap: 8px; margin: 17px 0 0; color: #8f928b; font-size: .66rem; text-align: center; }
.globe-hint span { color: var(--yellow); }
.globe-hint [data-globe-hint] { color: inherit; }
.globe-mobile-detail { display: none; }
.globe-scene.is-paused .globe-turn-layer, .globe-scene.is-paused .globe-route, .globe-scene.is-paused .globe-orbit { animation-play-state: paused; }
.globe-scene.is-paused .globe-state > i { background: var(--yellow); box-shadow: 0 0 0 6px rgba(255,211,41,.1); animation: none; }
.location-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 54px; }
.location-card { min-width: 0; min-height: 435px; padding: 30px; color: var(--ink); background: var(--white); border: 1px solid #d7d8d1; border-radius: var(--radius); }
.location-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 26px; }
.location-icon { display: grid; place-items: center; width: 46px; height: 46px; color: var(--ink); background: #fff7d9; border-radius: 12px; font-size: 1.3rem; }
.location-card-top small { padding: 7px 10px; border: 1px solid #d2d3cc; border-radius: 8px; color: var(--steel); font-size: .6rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.location-card:first-child .location-card-top small { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.location-card h3 { margin-bottom: 2px; font-size: 1.25rem; }
.location-region { color: var(--steel); font-size: .83rem; }
.location-card > p:not(.location-region) { min-height: 52px; color: #777870; font-size: .78rem; }
.location-card dl { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid var(--line); }
.location-card dl > div { display: grid; grid-template-columns: 70px 1fr; gap: 10px; padding: 7px 0; }
.location-card dt { color: #9a7b00; font-size: .62rem; font-weight: 900; text-transform: uppercase; }
.location-card dd { margin: 0; color: #585a54; font-size: .72rem; overflow-wrap: anywhere; }
.location-card dd a { color: #705a00; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.projects { background: var(--paper); }
.project-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, 330px); gap: 18px; }
.project-card { position: relative; min-width: 0; overflow: hidden; border-radius: var(--radius); background: #c8c8c0; }
.project-large { grid-row: 1 / span 2; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.project-card:hover img { transform: scale(1.04); }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(0,0,0,.82)); }
.project-overlay { position: absolute; z-index: 2; inset: auto 26px 26px; color: var(--white); }
.project-overlay small { color: var(--yellow); font-size: .63rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.project-overlay h3 { margin: 7px 0 0; font-size: 1.45rem; }
.project-large .project-overlay h3 { font-size: 2rem; }
.project-overlay p { max-width: 480px; margin: 8px 0 0; color: #c9cac5; font-size: .82rem; }

.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.case-card { min-width: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.case-card-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.15fr .85fr; }
.case-media { min-height: 320px; overflow: hidden; background: #c8c8c0; }
.case-card-featured .case-media { min-height: 520px; }
.case-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.case-card:hover .case-media img { transform: scale(1.035); }
.case-content { display: flex; flex-direction: column; padding: 32px; }
.case-card-featured .case-content { justify-content: center; padding: 48px; }
.case-kicker { margin-bottom: 10px; color: #806700; font-size: .64rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.case-content h3 { margin-bottom: 24px; font-size: clamp(1.55rem, 2.8vw, 2.75rem); line-height: 1.02; letter-spacing: -.045em; }
.case-content dl { margin: 0; border-top: 1px solid var(--line); }
.case-content dl > div { display: grid; grid-template-columns: 76px 1fr; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.case-content dt { color: #806700; font-size: .63rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.case-content dd { margin: 0; color: var(--steel); font-size: .76rem; }
.case-quote { display: inline-flex; align-items: center; gap: 10px; width: fit-content; margin-top: 25px; padding: 0 0 6px; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--ink); font-size: .73rem; font-weight: 850; cursor: pointer; }
.case-quote span { color: #806700; transition: transform .2s ease; }
.case-quote:hover span { transform: translateX(4px); }

.field-gallery { background: var(--white); }
.gallery-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 50px; }
.gallery-heading h2 { max-width: 760px; font-size: clamp(2.4rem, 5vw, 5rem); line-height: .96; letter-spacing: -.058em; }
.gallery-heading > div:last-child > p { color: var(--steel); }
.instagram-link { display: grid; grid-template-columns: 42px 1fr; column-gap: 12px; align-items: center; width: fit-content; margin-top: 20px; padding: 12px 15px; color: var(--ink); background: #fff8d8; border: 1px solid #e6d999; border-radius: 12px; }
.instagram-link > span { grid-row: 1 / span 2; display: grid; place-items: center; width: 42px; height: 42px; background: var(--yellow); border-radius: 10px; font-size: 1.25rem; }
.instagram-link strong { font-size: .76rem; }
.instagram-link small { color: var(--steel); font-size: .65rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; gap: 12px; }
.gallery-item { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #d4d4cc; border-radius: var(--radius); }
.gallery-item-wide { grid-column: span 2; }
.gallery-item-tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.82)); }
.gallery-item figcaption { position: absolute; z-index: 2; inset: auto 20px 18px; display: flex; flex-direction: column; color: var(--white); }
.gallery-item figcaption strong { font-size: .88rem; }
.gallery-item figcaption span { margin-top: 3px; color: #cecfca; font-size: .65rem; }

.quote { color: var(--white); background: var(--ink); }
.quote-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.quote-intro { position: sticky; top: 110px; }
.quote-intro h2 { margin-bottom: 26px; }
.quote-intro > p { color: #b7b8b3; }
.quote-contact { display: flex; flex-direction: column; margin-top: 40px; padding: 22px; background: #171815; border-left: 3px solid var(--yellow); border-radius: 0 12px 12px 0; }
.quote-contact span { color: #93948f; font-size: .64rem; letter-spacing: .11em; text-transform: uppercase; }
.quote-contact strong { margin-top: 7px; font-size: .95rem; }
.quote-contact a { margin-top: 3px; color: var(--yellow); font-size: .84rem; }
.quote-card { min-height: 560px; padding: 42px; color: var(--ink); background: var(--white); border-radius: var(--radius-lg); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.quote-progress { display: flex; align-items: center; gap: 18px; margin-bottom: 36px; }
.quote-progress-bar { flex: 1; height: 6px; overflow: hidden; background: #e6e5df; border-radius: 99px; }
.quote-progress-bar span { display: block; width: 33.333%; height: 100%; background: var(--yellow-deep); transition: width .35s ease; }
.quote-progress p { margin: 0; color: #777871; font-size: .7rem; white-space: nowrap; }
.quote-progress strong { color: var(--ink); }
.quote-step { margin: 0; padding: 0; border: 0; }
.quote-step[hidden] { display: none; }
.quote-step legend { margin-bottom: 7px; font-size: clamp(1.65rem, 3vw, 2.35rem); font-weight: 820; line-height: 1.05; letter-spacing: -.04em; }
.quote-step > p { margin-bottom: 28px; color: var(--steel); font-size: .86rem; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.choice-grid button { min-height: 65px; padding: 13px 16px; color: #3c3d38; background: var(--paper); border: 1px solid #dadad3; border-radius: 11px; text-align: left; font-size: .8rem; font-weight: 700; cursor: pointer; transition: .2s; }
.choice-grid button:hover { border-color: #9b9c95; }
.choice-grid button.is-selected { color: var(--ink); background: #fff8d1; border-color: var(--yellow-deep); box-shadow: inset 4px 0 var(--yellow-deep); }
.technical-fields { margin-bottom: 25px; padding: 20px; background: #fff9dc; border: 1px solid #ead98a; border-radius: 12px; }
.technical-fields:empty { display: none; }
.technical-fields > p { margin: 0 0 15px; color: #725b00; font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.technical-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.technical-grid label { display: flex; flex-direction: column; gap: 6px; }
.technical-grid label > span { font-size: .68rem; font-weight: 800; }
.technical-grid input, .technical-grid select { width: 100%; height: 48px; padding: 0 13px; color: var(--ink); background: var(--white); border: 1px solid #d7c66f; border-radius: 9px; }
.technical-grid input:focus, .technical-grid select:focus { border-color: #9f7f00; outline: 2px solid rgba(255,211,41,.35); }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field-full { grid-column: 1 / -1; }
.field-grid label { display: flex; flex-direction: column; gap: 7px; }
.field-grid label > span { font-size: .71rem; font-weight: 800; }
.field-grid input, .field-grid textarea { width: 100%; color: var(--ink); background: #f7f6f1; border: 1px solid #d8d8d1; border-radius: 10px; }
.field-grid input { height: 52px; padding: 0 15px; }
.field-grid textarea { padding: 13px 15px; resize: vertical; }
.field-grid input:focus, .field-grid textarea:focus { border-color: #ae8b00; outline: 2px solid rgba(255,211,41,.35); }
.field-grid .is-invalid { border-color: #b63d24; }
.form-error { margin-top: 18px; padding: 10px 13px; color: #7c2314; background: #ffe8e1; border-radius: 8px; font-size: .76rem; }
.quote-navigation { display: flex; justify-content: flex-end; gap: 10px; margin-top: 30px; }
.quote-result { padding-top: 8px; }
.result-check { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 24px; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: 1.35rem; font-weight: 900; }
.quote-result h3 { margin-bottom: 20px; font-size: 2rem; letter-spacing: -.04em; }
.quote-result h3 strong { color: #8a6e00; }
.result-summary { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-bottom: 20px; overflow: hidden; background: #dcdcd5; border: 1px solid #dcdcd5; border-radius: 12px; }
.result-summary div { padding: 13px 15px; background: var(--paper); }
.result-summary small { display: block; color: #777871; font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; }
.result-summary strong { display: block; margin-top: 3px; font-size: .84rem; }
.quote-result > p { color: var(--steel); font-size: .84rem; }
.result-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.text-button { margin-top: 20px; padding: 0; background: none; border: 0; border-bottom: 1px solid; font-size: .74rem; font-weight: 750; cursor: pointer; }

.faq { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.faq-heading { position: sticky; top: 110px; }
.faq-heading h2 { margin-bottom: 24px; font-size: clamp(2.4rem, 4.8vw, 4.7rem); line-height: .96; letter-spacing: -.055em; }
.faq-heading > p { color: var(--steel); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 27px 48px 27px 0; font-size: 1rem; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 22px; right: 4px; display: grid; place-items: center; width: 30px; height: 30px; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: 1.2rem; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: -5px 50px 28px 0; color: var(--steel); font-size: .86rem; }

.closing-cta { padding: 82px 0; background: var(--yellow); }
.closing-inner { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.closing-inner h2 { max-width: 760px; font-size: clamp(2rem, 4vw, 3.8rem); }

.site-footer { padding: 72px 0 28px; color: #d1d2cd; background: #080808; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 60px; }
.footer-brand img { width: 125px; height: 66px; object-fit: cover; border-radius: 8px; }
.footer-brand p { max-width: 320px; margin-top: 20px; color: #92938e; font-size: .82rem; }
.footer-grid h2 { margin-bottom: 18px; color: #777873; font-size: .64rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a, .footer-grid p { margin-bottom: 9px; color: #c1c2bd; font-size: .77rem; }
.footer-grid a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 24px; border-top: 1px solid #272824; }
.footer-bottom p { margin: 0; color: #666762; font-size: .66rem; }
.mobile-cta { display: none; }

/* Product motion system */
.hero-copy > * { animation: heroCopyIn .72s cubic-bezier(.2,.72,.2,1) both; }
.hero-copy > :nth-child(1) { animation-delay: .08s; }
.hero-copy > :nth-child(2) { animation-delay: .16s; }
.hero-copy > :nth-child(3) { animation-delay: .25s; }
.hero-copy > :nth-child(4) { animation-delay: .34s; }
.hero-copy > :nth-child(5) { animation-delay: .43s; }
.hero-copy > :nth-child(6) { animation-delay: .52s; }
.hero-visual { animation: heroVisualIn .95s cubic-bezier(.2,.72,.2,1) .12s both; }
.hero-visual img { animation: heroBreath 18s ease-in-out 1.1s infinite alternate; }
.hero-grid { animation: technicalGridDrift 26s ease-in-out infinite alternate; }
.hero-glass-card {
  position: absolute; z-index: 3; right: 28px; bottom: 31px; width: 230px; padding: 16px 18px;
  color: var(--white); background: rgba(15,20,18,.58); border: 1px solid rgba(255,255,255,.18); border-radius: 14px;
  box-shadow: 0 20px 55px rgba(0,0,0,.24); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);
  animation: glassCardFloat 7s ease-in-out 1.4s infinite alternate;
}
.hero-glass-card small { display: block; color: #b8bab5; font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-glass-card strong { display: block; margin-top: 4px; font-size: .84rem; }
.hero-glass-card span { display: flex; align-items: center; gap: 7px; margin-top: 13px; color: #c8cac4; font-size: .61rem; }
.hero-glass-card i { width: 7px; height: 7px; background: #5fd59c; border-radius: 50%; box-shadow: 0 0 0 5px rgba(95,213,156,.1); animation: globeSignal 2s ease-out infinite; }
.visual-label { bottom: 31px; }

.trust-strip {
  position: relative; z-index: 8; width: var(--container); margin: 0 auto;
  background: rgba(255,254,250,.88); border: 1px solid rgba(255,255,255,.7); border-radius: 18px;
  box-shadow: 0 22px 60px rgba(0,0,0,.14); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.trust-grid { width: 100%; padding-inline: 27px; }
.challenges { padding-top: 96px; }

.operating-method, .construction, .capabilities, .coverage, .quote { position: relative; isolation: isolate; }
.operating-method > .container, .construction > .container, .capabilities > .container, .coverage > .container, .quote > .container { position: relative; z-index: 2; }
.operating-method::after, .construction::before, .construction::after, .capabilities::before, .quote::before {
  content: ""; position: absolute; pointer-events: none; animation-play-state: paused;
}
.operating-method::after {
  right: -16vw; top: -30%; width: 62vw; aspect-ratio: 1; opacity: .16; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,211,41,.24), rgba(40,112,119,.14) 34%, transparent 68%);
  animation: ambientDrift 22s ease-in-out infinite alternate;
}
.construction {
  background-color: #10110f;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
}
.construction::before {
  right: -220px; top: 90px; width: 760px; aspect-ratio: 1; opacity: .22; border-radius: 50%;
  background: repeating-conic-gradient(from 0deg, rgba(255,211,41,.62) 0 1deg, transparent 1deg 13deg);
  -webkit-mask: radial-gradient(circle, transparent 0 45%, #000 45.4% 45.9%, transparent 46.3% 60%, #000 60.4% 60.8%, transparent 61.2%);
  mask: radial-gradient(circle, transparent 0 45%, #000 45.4% 45.9%, transparent 46.3% 60%, #000 60.4% 60.8%, transparent 61.2%);
  animation: ambientSpin 52s linear infinite;
}
.construction::after { inset: 0; opacity: .18; background: radial-gradient(circle at 78% 33%, rgba(255,211,41,.17), transparent 30%); animation: ambientDrift 19s ease-in-out infinite alternate-reverse; }
.construction-card { position: relative; z-index: 2; background: rgba(255,254,250,.94); box-shadow: 0 28px 85px rgba(0,0,0,.18); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.construction-card-accent { background: rgba(255,211,41,.92); transform: translateY(46px); }
.construction-grid { margin-bottom: 46px; }
.capabilities { overflow: hidden; }
.capabilities::before {
  left: -260px; top: 70px; width: 680px; aspect-ratio: 1; opacity: .14; border: 1px solid var(--yellow); border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255,211,41,.035), 0 0 0 160px rgba(255,211,41,.018);
  animation: ambientOrbit 34s ease-in-out infinite alternate;
}
.quote { overflow: hidden; }
.quote::before {
  left: -12%; top: 5%; width: 58%; aspect-ratio: 1; opacity: .34; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,211,41,.18), rgba(31,100,108,.12) 38%, transparent 68%);
  animation: ambientDrift 24s ease-in-out infinite alternate;
}
.quote-card { background: rgba(255,254,250,.95); border: 1px solid rgba(255,255,255,.7); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.operating-method.is-motion-active::after, .construction.is-motion-active::before, .construction.is-motion-active::after, .capabilities.is-motion-active::before, .quote.is-motion-active::before { animation-play-state: running; }

.safety { position: relative; z-index: 4; margin-top: -34px; border-radius: 42px 42px 0 0; }
.coverage { z-index: 5; margin-top: -34px; border-radius: 42px 42px 0 0; }
.projects { position: relative; z-index: 6; margin-top: -34px; border-radius: 42px 42px 0 0; overflow: hidden; }
.quote { z-index: 7; margin-top: -34px; border-radius: 42px 42px 0 0; }

.globe-route { animation-duration: 3.8s; }
.globe-route-tracer-halo { fill: rgba(255,211,41,.26); }
.globe-route-tracer { fill: #fff7bd; stroke: var(--yellow); stroke-width: 3; filter: drop-shadow(0 0 9px var(--yellow)); }
.globe-scene.is-paused .globe-turn-layer, .globe-scene.is-paused .globe-orbit { animation-play-state: paused; }
.globe-scene.is-paused .globe-route { animation-play-state: running; }

.mobile-swipe-hint { display: none; }

.motion-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity .62s ease, transform .72s cubic-bezier(.2,.72,.2,1), clip-path .82s cubic-bezier(.2,.72,.2,1); }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }
.motion-ready .company-story.reveal, .motion-ready .capabilities-copy.reveal, .motion-ready .safety-copy.reveal, .motion-ready .coverage-copy.reveal,
.motion-ready .globe-scene.reveal, .motion-ready .quote-card.reveal, .motion-ready .faq-list.reveal {
  opacity: 1; transform: translateY(24px);
}
.motion-ready .company-story.reveal.is-visible, .motion-ready .capabilities-copy.reveal.is-visible, .motion-ready .safety-copy.reveal.is-visible, .motion-ready .coverage-copy.reveal.is-visible,
.motion-ready .globe-scene.reveal.is-visible, .motion-ready .quote-card.reveal.is-visible, .motion-ready .faq-list.reveal.is-visible { transform: none; }
.motion-ready .challenge-card.reveal, .motion-ready .service-card.reveal, .motion-ready .purpose-card.reveal, .motion-ready .construction-card.reveal,
.motion-ready .fleet-card.reveal, .motion-ready .permit-item.reveal, .motion-ready .case-card.reveal, .motion-ready .gallery-item.reveal, .motion-ready .location-card.reveal {
  opacity: 1; transform: translateY(34px) scale(.985);
}
.motion-ready .challenge-card.reveal.is-visible, .motion-ready .service-card.reveal.is-visible, .motion-ready .purpose-card.reveal.is-visible, .motion-ready .construction-card.reveal.is-visible,
.motion-ready .fleet-card.reveal.is-visible, .motion-ready .permit-item.reveal.is-visible, .motion-ready .case-card.reveal.is-visible, .motion-ready .gallery-item.reveal.is-visible, .motion-ready .location-card.reveal.is-visible { transform: none; }
.motion-ready .construction-card-accent.reveal.is-visible { transform: translateY(46px); }
.motion-ready .company-media.reveal, .motion-ready .capabilities-media.reveal, .motion-ready .safety-media.reveal, .motion-ready .case-media.reveal {
  opacity: 1; transform: scale(.985); clip-path: inset(0 16% 0 0 round var(--radius-lg));
}
.motion-ready .company-media.reveal.is-visible, .motion-ready .capabilities-media.reveal.is-visible, .motion-ready .safety-media.reveal.is-visible, .motion-ready .case-media.reveal.is-visible { transform: none; clip-path: inset(0 0 0 0 round var(--radius-lg)); }
.motion-ready .challenge-grid .reveal:nth-child(2), .motion-ready .service-grid .reveal:nth-child(2), .motion-ready .method-route .reveal:nth-child(2) { transition-delay: .07s; }
.motion-ready .challenge-grid .reveal:nth-child(3), .motion-ready .service-grid .reveal:nth-child(3), .motion-ready .method-route .reveal:nth-child(3) { transition-delay: .14s; }
.motion-ready .challenge-grid .reveal:nth-child(4), .motion-ready .service-grid .reveal:nth-child(4), .motion-ready .method-route .reveal:nth-child(4) { transition-delay: .21s; }
.motion-ready .challenge-grid .reveal:nth-child(5), .motion-ready .service-grid .reveal:nth-child(5), .motion-ready .method-route .reveal:nth-child(5) { transition-delay: .28s; }
.motion-ready .challenge-grid .reveal:nth-child(6), .motion-ready .service-grid .reveal:nth-child(6) { transition-delay: .35s; }

@keyframes pulse { 70% { box-shadow: 0 0 0 12px rgba(255,211,41,0); } 100% { box-shadow: 0 0 0 0 rgba(255,211,41,0); } }
@keyframes marquee { to { transform: translateX(-35%); } }
@keyframes routeFlow { to { stroke-dashoffset: -300; } }
@keyframes methodFlow { from { transform: scaleX(.35); } to { transform: scaleX(1); } }
@keyframes globeTurn { from { transform: translateX(-13px) scaleX(.975); } to { transform: translateX(13px) scaleX(1.025); } }
@keyframes globeRouteFlow { to { stroke-dashoffset: -160; } }
@keyframes globeOrbit { to { transform: rotate(342deg); } }
@keyframes globeSignal { 70% { box-shadow: 0 0 0 10px rgba(95,213,156,0); } 100% { box-shadow: 0 0 0 0 rgba(95,213,156,0); } }
@keyframes heroCopyIn { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes heroVisualIn { from { opacity: 0; transform: translateX(28px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes heroBreath { from { transform: scale(1.045); } to { transform: scale(1); } }
@keyframes technicalGridDrift { from { background-position: 0 0; } to { background-position: 66px 33px; } }
@keyframes glassCardFloat { from { transform: translateY(0); } to { transform: translateY(-9px); } }
@keyframes ambientSpin { to { transform: rotate(360deg); } }
@keyframes ambientDrift { from { transform: translate3d(-2%,2%,0) scale(.96); } to { transform: translate3d(5%,-4%,0) scale(1.06); } }
@keyframes ambientOrbit { from { transform: translate3d(-3%,0,0) scale(.94); } to { transform: translate3d(8%,4%,0) scale(1.06); } }

@media (max-width: 1060px) {
  :root { --container: min(100% - 34px, 940px); }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: .73rem; }
  .hero-copy { padding-right: 40px; }
  .service-card { padding: 28px; }
  .capabilities-copy { padding: 50px; }
  .fleet-gallery { grid-template-columns: 1.1fr 1fr; grid-template-rows: repeat(3, 290px); }
  .fleet-card-tall { grid-row: 1 / span 2; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .location-cards { grid-template-columns: repeat(2, 1fr); }
  .safety-layout { gap: 55px; }
  .coverage-layout { gap: 40px; }
  .quote-layout { gap: 50px; }
  .footer-grid { gap: 35px; }
}

@media (max-width: 860px) {
  :root { --header-height: 70px; }
  .section { padding: 90px 0; }
  .header-cta { margin-left: auto; }
  .menu-toggle {
    display: flex; width: 45px; height: 45px; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
    margin-left: 0; padding: 0; color: var(--white); background: transparent; border: 1px solid #44443f; border-radius: 9px; cursor: pointer;
  }
  .menu-toggle span:not(.sr-only) { width: 19px; height: 2px; background: currentColor; transition: .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav {
    position: fixed; inset: var(--header-height) 0 auto; display: grid; gap: 0; margin: 0; padding: 12px 18px 24px;
    background: rgba(8,8,8,.98); border-bottom: 1px solid #333; transform: translateY(-120%); visibility: hidden; transition: transform .28s ease, visibility .28s;
  }
  .main-nav.is-open { transform: translateY(0); visibility: visible; }
  .main-nav a { padding: 17px 8px; border-bottom: 1px solid #272824; font-size: .9rem; }
  .main-nav a::after { display: none; }
  .hero-layout { grid-template-columns: 1fr; min-height: auto; width: 100%; }
  .hero-copy { position: relative; z-index: 2; width: var(--container); margin-inline: auto; padding: 80px 0 64px; }
  .hero-visual { min-height: 620px; }
  .hero-visual-shade { background: linear-gradient(180deg, rgba(10,10,10,.05), rgba(10,10,10,.68)); }
  .hero-grid { mask-image: linear-gradient(to bottom, black, transparent 60%); }
  .trust-grid { grid-template-columns: repeat(5, 1fr); min-height: 78px; overflow-x: auto; }
  .trust-grid p { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading > p { max-width: 620px; }
  .challenge-heading, .method-heading { grid-template-columns: 1fr; gap: 25px; }
  .challenge-grid { grid-template-columns: repeat(2, 1fr); }
  .company-story-grid, .purpose-grid, .values-block, .construction-heading, .fleet-showcase-heading, .gallery-heading { grid-template-columns: 1fr; gap: 34px; }
  .company-media { min-height: 560px; }
  .company-story { padding-bottom: 0; }
  .values-block { gap: 28px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .method-route { grid-template-columns: repeat(5, minmax(210px, 1fr)); overflow-x: auto; scroll-snap-type: x mandatory; }
  .method-route li { scroll-snap-align: start; }
  .construction-grid { grid-template-columns: 1fr; }
  .construction-card { min-height: auto; }
  .capabilities-layout { grid-template-columns: 1fr; }
  .capabilities-media { min-height: 540px; border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
  .capabilities-copy { border-radius: 0 0 var(--radius-lg) var(--radius-lg); }
  .fleet-showcase { margin-top: 72px; }
  .fleet-showcase-heading, .gallery-heading { gap: 24px; }
  .safety-layout { grid-template-columns: 1fr; }
  .safety-media { min-height: 600px; }
  .safety-media img { height: 600px; }
  .permit-card { left: 20px; }
  .permit-grid { grid-template-columns: repeat(2, 1fr); }
  .coverage-layout { grid-template-columns: 1fr; }
  .coverage-copy { position: static; }
  .globe-scene { min-height: 670px; }
  .route-map { height: 480px; }
  .case-card-featured { grid-template-columns: 1fr; }
  .case-card-featured .case-media { min-height: 430px; }
  .quote-layout { grid-template-columns: 1fr; }
  .quote-intro { position: static; }
  .faq-layout { grid-template-columns: 1fr; gap: 48px; }
  .faq-heading { position: static; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 620px) {
  :root { --container: calc(100% - 28px); --radius-lg: 22px; }
  body { font-size: 15px; padding-bottom: 64px; }
  .section { padding: 74px 0; }
  .brand { width: 100px; height: 49px; }
  .header-inner { gap: 10px; }
  .header-cta { display: none; }
  .menu-toggle { margin-left: auto; }
  .hero-layout { position: relative; isolation: isolate; }
  .hero-copy { min-height: 750px; padding: 68px 0 48px; text-shadow: 0 2px 22px rgba(0,0,0,.72); }
  .hero-copy::before { content: ""; position: absolute; z-index: -1; inset: 0 -14px; background: linear-gradient(180deg, rgba(10,10,10,.78), rgba(10,10,10,.58) 58%, rgba(10,10,10,.92)); pointer-events: none; }
  .hero-copy h1 { font-size: clamp(2.75rem, 13vw, 4.25rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-actions .button { display: none; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-instagram-link { margin-top: 15px; }
  .hero-points { gap: 14px; margin-top: 12px; }
  .hero-points strong { font-size: 1.4rem; }
  .hero-points span { font-size: .66rem; }
  .hero-visual { position: absolute; z-index: -2; inset: 0; min-height: 0; height: 100%; opacity: .58; -webkit-mask-image: linear-gradient(180deg,#000 0 70%,transparent 98%); mask-image: linear-gradient(180deg,#000 0 70%,transparent 98%); }
  .hero-visual img { object-position: 60% center; }
  .hero-visual-shade { background: linear-gradient(90deg, rgba(10,10,10,.76), rgba(10,10,10,.18) 72%, rgba(10,10,10,.55)); }
  .visual-label, .route-stamp, .hero-glass-card { display: none; }
  .trust-strip { width: var(--container); margin-top: 0; border-radius: 15px; }
  .trust-grid { grid-template-columns: repeat(5, 100px); gap: 8px; padding-inline: 14px; }
  .section-heading { margin-bottom: 36px; }
  .challenges { padding-top: 64px; }
  .challenge-grid { display: flex; width: calc(100% + 14px); margin-right: -14px; padding-right: 14px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .challenge-card { flex: 0 0 82vw; min-height: 270px; scroll-snap-align: start; }
  .challenge-visual { top: 67px; right: 20px; width: min(58%, 178px); opacity: .34; }
  .company-media { min-height: 460px; }
  .company-story h3 { font-size: 2.35rem; }
  .story-path { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .story-path li { flex: 0 0 75vw; scroll-snap-align: start; }
  .purpose-grid { margin-top: 44px; }
  .purpose-card { min-height: 260px; padding: 28px; }
  .purpose-card h3 { margin-top: 54px; }
  .values-block { margin-top: 50px; }
  .values-grid { grid-template-columns: 1fr; }
  .service-grid { display: flex; width: calc(100% + 14px); gap: 12px; margin-right: -14px; overflow-x: auto; scroll-snap-type: x mandatory; border: 0; padding-bottom: 12px; }
  .service-card { flex: 0 0 min(82vw, 320px); min-height: 330px; border: 1px solid var(--line); border-radius: var(--radius); scroll-snap-align: start; }
  .method-route { margin-top: 62px; grid-template-columns: repeat(5, 82vw); }
  .method-route li { min-height: 270px; }
  .method-cta { align-items: stretch; flex-direction: column; }
  .method-cta .button { width: 100%; }
  .construction-heading h2 { font-size: 2.75rem; }
  .construction-card { padding: 28px 24px; }
  .construction-card, .construction-card-accent { background: var(--white); backdrop-filter: none; -webkit-backdrop-filter: none; }
  .construction-card-accent { background: var(--yellow); transform: none; }
  .construction-grid { margin-bottom: 0; }
  .construction::before { right: -250px; top: 180px; width: 520px; opacity: .16; }
  .construction-icon { margin-bottom: 30px; }
  .capabilities-media { min-height: 420px; }
  .capabilities-copy { padding: 36px 25px; }
  .equipment-tabs { margin-right: -10px; }
  .fleet-gallery { display: flex; width: calc(100% + 14px); margin-right: -14px; padding-right: 14px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .fleet-card, .fleet-card-tall { flex: 0 0 82vw; height: 440px; grid-row: auto; scroll-snap-align: start; }
  .safety-media, .safety-media img { height: 520px; min-height: 520px; }
  .permit-card { left: 12px; right: 12px; width: auto; bottom: 12px; }
  .permit-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .coverage-layout { gap: 36px; }
  .coverage-copy .location-detail { display: none; }
  .globe-scene { min-height: 0; padding: 64px 10px 18px; border-radius: 24px; }
  .globe-toolbar { top: 17px; left: 15px; right: 15px; }
  .globe-state { gap: 9px; }
  .globe-state strong { font-size: .51rem; }
  .globe-state small { font-size: .45rem; }
  .globe-toolbar button { min-width: 72px; min-height: 34px; padding: 7px 10px; font-size: .5rem; }
  .globe-orbit { left: 13%; top: 12%; width: 74%; height: 48%; }
  .globe-sphere { width: 94%; margin: 0 auto; filter: drop-shadow(0 18px 30px rgba(0,0,0,.5)); }
  .globe-sphere::before { box-shadow: inset 24px 0 38px rgba(0,0,0,.5), inset -20px 0 38px rgba(0,0,0,.4), 0 0 28px rgba(52,138,148,.18); }
  .globe-node { font-size: .52rem; }
  .globe-node b { display: none; }
  .globe-node.is-active b, .globe-node:focus-visible b { left: 31px; display: block; }
  .globe-node-houston.is-active b, .globe-node-laredo.is-active b, .globe-node-houston:focus-visible b, .globe-node-laredo:focus-visible b, .globe-node-villahermosa.is-active b, .globe-node-villahermosa:focus-visible b { left: auto; right: 31px; }
  .globe-mobile-detail { position: relative; z-index: 12; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px 14px; margin: -10px 4px 0; padding: 15px 16px; scroll-margin-bottom: 78px; background: rgba(24,26,23,.95); border: 1px solid #3a3d37; border-radius: 16px; box-shadow: 0 18px 36px rgba(0,0,0,.34); backdrop-filter: blur(10px); }
  .globe-mobile-detail > div:first-child { min-width: 0; }
  .globe-mobile-detail small { display: block; color: var(--yellow); font-size: .54rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
  .globe-mobile-detail strong { display: block; margin-top: 3px; font-size: 1rem; line-height: 1.1; }
  .globe-mobile-detail > p { grid-column: 1 / -1; margin: 0; color: #b6b8b2; font-size: .7rem; line-height: 1.45; }
  .globe-mobile-meta { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 10px; border-top: 1px solid #363833; }
  .globe-mobile-meta span { color: #858982; font-size: .62rem; }
  .globe-mobile-meta a { color: var(--yellow); font-size: .67rem; font-weight: 850; white-space: nowrap; }
  .globe-hint { margin: 12px 14px 0; color: #a9aca5; font-size: .63rem; line-height: 1.35; }
  .route-map { height: 430px; }
  .map-pin { font-size: .56rem; }
  .map-pin:nth-of-type(4), .map-pin:nth-of-type(5), .map-pin:nth-of-type(6), .map-pin:nth-of-type(7) { flex-direction: column; align-items: flex-start; }
  .location-cards { display: flex; width: calc(100% + 14px); margin-right: -14px; padding-right: 14px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .location-card { flex: 0 0 86vw; min-height: 440px; padding: 25px; scroll-snap-align: start; }
  .project-grid { display: flex; margin-right: -14px; padding-right: 14px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .project-card, .project-large { flex: 0 0 84vw; height: 490px; grid-row: auto; scroll-snap-align: start; }
  .project-overlay { inset: auto 20px 20px; }
  .project-large .project-overlay h3 { font-size: 1.55rem; }
  .case-grid { display: flex; width: calc(100% + 14px); margin-right: -14px; padding-right: 14px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .case-card, .case-card-featured { display: block; flex: 0 0 88vw; scroll-snap-align: start; }
  .case-media, .case-card-featured .case-media { min-height: 300px; height: 300px; }
  .case-content, .case-card-featured .case-content { padding: 26px 22px; }
  .gallery-grid { display: flex; width: calc(100% + 14px); margin-right: -14px; padding-right: 14px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .gallery-item, .gallery-item-wide, .gallery-item-tall { flex: 0 0 84vw; height: 460px; grid-column: auto; grid-row: auto; scroll-snap-align: start; }
  .mobile-swipe-hint { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 14px 0 0; color: var(--steel); font-size: .67rem; font-weight: 750; letter-spacing: .04em; }
  .mobile-swipe-hint span { color: #8a6e00; font-size: 1rem; }
  .safety, .coverage, .projects, .quote { margin-top: -20px; border-radius: 26px 26px 0 0; }
  .quote-card { background: var(--white); backdrop-filter: none; -webkit-backdrop-filter: none; }
  .motion-ready .construction-card-accent.reveal.is-visible { transform: none; }
  .motion-ready .challenge-grid .reveal, .motion-ready .service-grid .reveal, .motion-ready .method-route .reveal { transition-delay: 0s; }
  .quote-card { min-height: auto; padding: 26px 18px; }
  .choice-grid, .field-grid, .technical-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .quote-navigation { justify-content: stretch; }
  .quote-navigation .button { flex: 1; padding-inline: 13px; }
  .result-summary { grid-template-columns: 1fr; }
  .result-actions { flex-direction: column; }
  .result-actions .button { width: 100%; }
  .faq-list summary { padding-right: 42px; }
  .closing-inner { grid-template-columns: 1fr; gap: 30px; }
  .closing-inner .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-cta {
    position: fixed; z-index: 90; inset: auto 0 0; display: flex; min-height: 58px; align-items: center; justify-content: center; gap: 12px;
    padding-bottom: env(safe-area-inset-bottom); color: var(--ink); background: var(--yellow); border-top: 1px solid #d5a900;
    font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion-ready .reveal { opacity: 1; transform: none; }
  .hero-copy > *, .hero-visual, .hero-visual img { animation: none !important; }
  .globe-route-tracer, .globe-route-tracer-halo { display: none; }
}

@media print {
  .site-header, .hero-marquee, .mobile-cta, .quote-navigation { display: none !important; }
  body { color: #000; background: #fff; }
  .hero, .capabilities, .coverage, .quote, .site-footer { color: #000; background: #fff; }
}

/* Service detail pages */
.service-page { background: var(--white); }
.service-header .main-nav { margin-left: auto; }
.service-hero {
  position: relative; min-height: 760px; padding: calc(var(--header-height) + 94px) 0 86px;
  color: var(--white); background: var(--ink); overflow: hidden;
}
.service-hero::before {
  content: ""; position: absolute; inset: 0; opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.24) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.24) 1px, transparent 1px);
  background-size: 64px 64px; mask-image: linear-gradient(90deg, #000, transparent 72%);
}
.breadcrumbs { position: relative; z-index: 2; display: flex; gap: 9px; align-items: center; margin-bottom: 58px; color: #a7a8a2; font-size: .72rem; }
.breadcrumbs a:hover { color: var(--yellow); }
.service-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.service-hero-copy h1 { max-width: 770px; margin-bottom: 26px; font-size: clamp(3.35rem, 6.4vw, 6.8rem); line-height: .92; letter-spacing: -.065em; }
.service-hero-copy h1 em { color: var(--yellow); font-style: normal; }
.service-hero-copy > p { max-width: 640px; color: #c1c2bd; font-size: clamp(1rem, 1.35vw, 1.18rem); }
.service-hero-actions { display: flex; gap: 22px; align-items: center; margin-top: 34px; }
.service-hero-media { position: relative; min-height: 500px; }
.service-hero-media img { width: 100%; height: 500px; object-fit: cover; border-radius: var(--radius-lg); filter: saturate(.88) contrast(1.06); }
.service-hero-media::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-lg); pointer-events: none; }
.service-tag { position: absolute; left: -28px; bottom: 28px; max-width: 300px; padding: 21px 24px; color: var(--ink); background: var(--yellow); border-radius: 12px; box-shadow: var(--shadow); }
.service-tag small { display: block; font-size: .62rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.service-tag strong { display: block; margin-top: 5px; font-size: 1.03rem; }
.service-facts { padding: 0; background: #171815; border-top: 1px solid #292a27; }
.service-facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-fact { min-height: 135px; padding: 30px 34px; border-right: 1px solid #343530; }
.service-fact:last-child { border-right: 0; }
.service-fact small { display: block; color: #878883; font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-fact strong { display: block; margin-top: 8px; color: var(--white); font-size: clamp(1rem, 2vw, 1.35rem); }
.service-detail { padding: 110px 0; }
.service-detail-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.service-detail-intro { position: sticky; top: 110px; }
.service-detail-intro h2 { margin-bottom: 24px; font-size: clamp(2.45rem, 5vw, 4.8rem); line-height: .96; letter-spacing: -.055em; }
.service-detail-intro p { color: var(--steel); }
.scope-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.scope-list li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.scope-list > li > span { color: #8b7000; font-size: .67rem; font-weight: 850; letter-spacing: .08em; }
.scope-list h3 { margin-bottom: 7px; font-size: 1.22rem; }
.scope-list p { margin: 0; color: var(--steel); font-size: .88rem; }
.service-process { color: var(--white); background: var(--ink); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 48px; border: 1px solid #31322e; }
.process-card { min-height: 230px; padding: 30px; border-right: 1px solid #31322e; }
.process-card:last-child { border: 0; }
.process-card > span { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 54px; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: .7rem; font-weight: 900; }
.process-card h3 { margin-bottom: 9px; font-size: 1rem; }
.process-card p { margin: 0; color: #aeb0aa; font-size: .8rem; }
.service-note { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; margin-top: 52px; padding: 26px 30px; background: #191a17; border-left: 4px solid var(--yellow); }
.service-note p { margin: 0; color: #c1c2bd; font-size: .84rem; }
.related-services { background: var(--paper); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 42px; }
.related-card { min-height: 260px; display: flex; flex-direction: column; padding: 29px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .22s ease, border-color .22s ease; }
.related-card:hover { transform: translateY(-4px); border-color: #9f8010; }
.related-card small { color: #8b7000; font-size: .63rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.related-card h3 { margin: 42px 0 10px; font-size: 1.25rem; }
.related-card p { color: var(--steel); font-size: .8rem; }
.related-card > span { margin-top: auto; font-weight: 850; }

@media (max-width: 860px) {
  .service-hero { padding-top: calc(var(--header-height) + 64px); }
  .breadcrumbs { margin-bottom: 38px; }
  .service-hero-grid, .service-detail-grid { grid-template-columns: 1fr; gap: 50px; }
  .service-hero-media, .service-hero-media img { min-height: 430px; height: 430px; }
  .service-detail-intro { position: static; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-card:nth-child(2) { border-right: 0; }
  .process-card:nth-child(-n+2) { border-bottom: 1px solid #31322e; }
}

@media (max-width: 620px) {
  .service-hero { min-height: auto; padding-bottom: 52px; }
  .service-hero-copy h1 { font-size: clamp(2.9rem, 15vw, 4.8rem); }
  .service-hero-actions { flex-direction: column; align-items: stretch; }
  .service-hero-actions .text-link { align-self: flex-start; }
  .service-hero-media, .service-hero-media img { min-height: 390px; height: 390px; }
  .service-tag { left: 12px; right: 12px; bottom: 12px; max-width: none; }
  .service-facts-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .service-fact { flex: 0 0 74vw; min-height: 116px; padding: 24px; scroll-snap-align: start; }
  .service-detail { padding: 76px 0; }
  .service-detail-grid { gap: 38px; }
  .scope-list li { grid-template-columns: 36px 1fr; gap: 12px; padding: 23px 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card, .process-card:nth-child(2) { min-height: auto; border-right: 0; border-bottom: 1px solid #31322e; }
  .process-card > span { margin-bottom: 34px; }
  .service-note { grid-template-columns: 1fr; }
  .related-grid { display: flex; width: calc(100% + 14px); margin-right: -14px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .related-card { flex: 0 0 80vw; scroll-snap-align: start; }
}
