/* ============================================================
   SWEETWATER MECHANICAL — site styles
   Brand: Jet Black #0A0A0A · Charcoal #1A1A1A · Steel #4D4D4D
          Silver #C0C0C0 · White · Accent Blue #0072CE
   Type:  Montserrat (brand secondary; display set in 800/900)
   ============================================================ */

:root {
  --black: #0a0a0a;
  --charcoal: #141414;
  --panel: #1a1a1a;
  --panel-2: #202020;
  --steel: #4d4d4d;
  --silver: #c0c0c0;
  --white: #ffffff;
  --blue: #0072ce;
  --blue-bright: #2e96f5;
  --body: #b4b4b4;
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 255, 255, 0.16);
  --max: 1200px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--black);
  color: var(--body);
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ---------- type ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--blue-bright);
}
.eyebrow::before {
  content: ""; width: 34px; height: 2px; background: var(--blue);
  transform: skewX(-30deg);
}
h1, h2, h3 { color: var(--white); text-transform: uppercase; font-family: "Chakra Petch", "Montserrat", sans-serif; }
.display {
  font-weight: 700; letter-spacing: 0.005em; line-height: 0.98;
  background: linear-gradient(178deg, #ffffff 0%, #e8e8e8 38%, #9d9d9d 68%, #d6d6d6 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
h1.display { font-size: clamp(44px, 7.5vw, 92px); }
h2.display { font-size: clamp(32px, 4.6vw, 56px); }
h3 { font-size: 17px; font-weight: 800; letter-spacing: 0.04em; }
.lead { font-size: clamp(17px, 2vw, 19px); color: #cfcfcf; font-weight: 500; }
.accent { color: var(--blue-bright); -webkit-text-fill-color: var(--blue-bright); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 34px; font-family: inherit; font-size: 14px; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer;
  border: 0; transition: all 0.18s ease;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}
.btn-primary { background: var(--blue); color: var(--white); }
.btn-primary:hover { background: var(--blue-bright); transform: translateY(-2px); }
.btn-ghost {
  background: rgba(255, 255, 255, 0.06); color: var(--white);
  box-shadow: inset 0 0 0 1px var(--line-strong);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.12); transform: translateY(-2px); }

/* ---------- header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: transform 0.35s ease, opacity 0.35s ease, top 0.25s ease;
  background: rgba(10, 10, 10, 0.82);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px; gap: 24px;
}
.brand-lockup { display: flex; align-items: center; gap: 12px; line-height: 1.1; }
.brand-lockup .bl-mark { height: 34px; width: auto; }
.brand-lockup .bl-top {
  font-family: "Chakra Petch", sans-serif;
  font-size: 17px; font-weight: 700; letter-spacing: 0.06em; color: var(--white);
  text-transform: uppercase;
}
.brand-lockup .bl-top span { color: var(--silver); font-weight: 700; }
.brand-lockup .bl-sub {
  font-size: 8.5px; font-weight: 700; letter-spacing: 0.42em;
  text-transform: uppercase; color: var(--blue-bright); margin-top: 3px;
}
.nav { display: flex; align-items: center; gap: 30px; }
.nav a {
  font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: #d9d9d9; padding: 6px 0; border-bottom: 2px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.nav a:hover { color: var(--white); border-color: var(--blue); }
.nav a.active { color: var(--white); border-color: var(--blue); }
.nav .nav-cta {
  background: var(--blue); color: var(--white); padding: 11px 22px; border-bottom: 0;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}
.nav .nav-cta:hover { background: var(--blue-bright); color: var(--white); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--white); margin: 5px 0; }

/* ---------- announcement bar ---------- */
.announce {
  background: linear-gradient(90deg, #003c6d, var(--blue));
  color: var(--white); text-align: center; padding: 9px 16px;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
}
.announce b { color: #bfe0ff; }
body.has-announce .site-header { top: 38px; }
.site-header.scrolled { top: 0 !important; }
.site-header.hidden { transform: translateY(-110%); opacity: 0; }
@media (max-width: 640px) {
  .announce { font-size: 10.5px; padding: 8px 12px; }
  .announce .announce-tail { display: none; }
  body.has-announce .site-header { top: 34px; }
  body.has-announce .nav { top: 106px; }
}

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 92vh; display: flex; align-items: center;
  overflow: hidden; padding-top: 110px;
}
.hero-media, .hero-media video, .hero-media img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(115deg, rgba(10, 10, 10, 0.93) 0%, rgba(10, 10, 10, 0.72) 45%, rgba(10, 10, 10, 0.45) 100%);
}
.hero .wrap { position: relative; z-index: 2; padding-top: 40px; padding-bottom: 80px; }
.hero-logo { width: clamp(150px, 20vw, 220px); margin-bottom: 26px; mix-blend-mode: screen; }
.hero p.lead { max-width: 640px; margin: 26px 0 36px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 16px; }
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 44px;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: #9a9a9a;
}
.hero-trust li { display: flex; align-items: center; gap: 9px; }
.hero-trust li::before { content: ""; width: 7px; height: 7px; background: var(--blue); transform: skewX(-20deg); }

/* ---------- section scaffolding ---------- */
section.band { padding: 96px 0; }
section.band.tight { padding: 72px 0; }
.band-dark { background: var(--black); }
.band-charcoal { background: var(--charcoal); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sec-head { max-width: 760px; margin-bottom: 56px; }
.sec-head h2 { margin: 18px 0 16px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head.center .eyebrow::before { display: none; }

/* ---------- split cards (the two divisions) ---------- */
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.division-card {
  position: relative; min-height: 460px; display: flex; align-items: flex-end;
  overflow: hidden; border: 1px solid var(--line);
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 26px 100%, 0 calc(100% - 26px));
}
.division-card img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s ease; filter: saturate(0.85);
}
.division-card:hover img { transform: scale(1.05); }
.division-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(8deg, rgba(10, 10, 10, 0.94) 12%, rgba(10, 10, 10, 0.35) 60%, rgba(10, 10, 10, 0.25) 100%);
}
.division-card .dc-body { position: relative; z-index: 2; padding: 36px; }
.division-card .dc-tag {
  font-size: 11px; font-weight: 800; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--blue-bright); display: block; margin-bottom: 10px;
}
.division-card h3 { font-size: clamp(26px, 3vw, 36px); font-weight: 700; line-height: 1; }
.division-card p { margin: 12px 0 20px; max-width: 420px; color: #c6c6c6; }
.division-card .dc-link {
  font-size: 13px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--white); display: inline-flex; align-items: center; gap: 8px;
}
.division-card .dc-link::after { content: "→"; color: var(--blue-bright); transition: transform 0.15s ease; }
.division-card:hover .dc-link::after { transform: translateX(5px); }

/* ---------- capability strip ---------- */
.cap-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.cap {
  background: var(--charcoal); padding: 34px 20px; text-align: center;
  transition: background 0.2s ease;
}
.cap:hover { background: var(--panel-2); }
.cap svg { width: 34px; height: 34px; stroke: var(--silver); margin: 0 auto 14px; }
.cap:hover svg { stroke: var(--blue-bright); }
.cap span { display: block; font-size: 12px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: #ddd; }

/* ---------- service cards ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc {
  background: var(--panel); border: 1px solid var(--line); padding: 30px 28px;
  border-top: 3px solid var(--steel); transition: border-color 0.2s ease, transform 0.2s ease;
}
.svc:hover { border-top-color: var(--blue); transform: translateY(-4px); }
.svc h3 { margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.svc h3::before { content: ""; width: 9px; height: 9px; background: var(--steel); transform: skewX(-20deg); flex-shrink: 0; transition: background 0.2s ease; }
.svc:hover h3::before { background: var(--blue); }
.svc p { font-size: 14.5px; }

/* ---------- chips ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 12px; }
.chips li {
  padding: 12px 22px; background: rgba(255, 255, 255, 0.05); border: 1px solid var(--line-strong);
  font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #ddd;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}

/* ---------- builder logos ---------- */
.logo-marquee { overflow: hidden; position: relative; padding: 14px 0; }
.logo-marquee::before, .logo-marquee::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 110px; z-index: 2; pointer-events: none;
}
.logo-marquee::before { left: 0; background: linear-gradient(90deg, var(--charcoal), transparent); }
.logo-marquee::after { right: 0; background: linear-gradient(-90deg, var(--charcoal), transparent); }
.logo-track {
  display: flex; align-items: center; gap: 96px; width: max-content;
  animation: roll 36s linear infinite; padding-right: 96px;
}
.logo-marquee:hover .logo-track { animation-play-state: paused; }
.logo-track img {
  height: 72px; width: auto; max-width: 220px; object-fit: contain; flex-shrink: 0;
  filter: grayscale(1) brightness(4.5); opacity: 0.7; transition: opacity 0.2s ease, filter 0.2s ease;
}
.logo-track img:hover { opacity: 1; filter: grayscale(0) brightness(1); }
@media (max-width: 640px) { .logo-track img { height: 52px; max-width: 160px; } .logo-track { gap: 56px; padding-right: 56px; } }

/* ---------- projects marquee ---------- */
.marquee { overflow: hidden; position: relative; }
.marquee::before, .marquee::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2; pointer-events: none;
}
.marquee::before { left: 0; background: linear-gradient(90deg, var(--black), transparent); }
.marquee::after { right: 0; background: linear-gradient(-90deg, var(--black), transparent); }
.marquee-track { display: flex; gap: 18px; width: max-content; animation: roll 42s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes roll { to { transform: translateX(-50%); } }
.m-col { display: flex; flex-direction: column; gap: 18px; width: 300px; flex-shrink: 0; }
.m-col img { width: 100%; object-fit: cover; border: 1px solid var(--line); filter: saturate(0.9); }
.m-col .tall { height: 340px; }
.m-col .short { height: 200px; }
.video-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 18px; }
.video-strip video { width: 100%; height: 240px; object-fit: cover; border: 1px solid var(--line); }

/* ---------- team ---------- */
.team-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.tm {
  width: 200px; background: var(--panel); border: 1px solid var(--line); overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.tm:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.tm .tm-photo { aspect-ratio: 4 / 5; overflow: hidden; position: relative; }
.tm .tm-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; filter: saturate(0.85); }
.tm .tm-initials {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(160deg, #2b2b2b, #101010);
  font-size: 52px; font-weight: 900; color: var(--silver);
}
.tm .tm-meta { padding: 16px 14px; text-align: center; }
.tm .tm-meta b { display: block; color: var(--white); font-size: 15px; font-weight: 800; }
.tm .tm-meta span { font-size: 12.5px; font-weight: 600; color: var(--blue-bright); letter-spacing: 0.04em; }
.team-group { margin-bottom: 64px; }
.team-group .tg-head { text-align: center; margin-bottom: 30px; }
.team-group .tg-head h3 { font-size: 22px; }
.team-group .tg-head p { font-size: 13.5px; color: #8f8f8f; margin-top: 4px; }

/* ---------- story ---------- */
.story-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center; margin-bottom: 56px; }
.story-photo { position: relative; }
.story-photo img {
  width: 100%; height: 420px; object-fit: cover; border: 1px solid var(--line); filter: saturate(0.85);
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 26px 100%, 0 calc(100% - 26px));
}
.story-logo { display: flex; align-items: center; justify-content: center; }
.story-logo img { width: 100%; max-width: 460px; height: auto; }
@media (max-width: 1000px) { .story-grid { grid-template-columns: 1fr; gap: 36px; } .story-photo img { height: 300px; } .story-logo img { max-width: 340px; } }

/* ---------- stat / why cards ---------- */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.why {
  background: var(--panel); border: 1px solid var(--line);
  padding: 30px 28px;
}
.why h3 { margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.why h3::before { content: ""; width: 9px; height: 9px; background: var(--blue); transform: skewX(-20deg); flex-shrink: 0; }
.why p { font-size: 14.5px; }

/* ---------- CTA band ---------- */
.cta-band {
  position: relative; overflow: hidden;
  background: linear-gradient(120deg, #002a4d 0%, #00477b 55%, var(--blue) 100%);
  padding: 84px 0;
}
.cta-band::before {
  content: ""; position: absolute; top: -40px; bottom: -40px; right: -60px; width: 42%;
  background: repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.05) 0 26px, transparent 26px 78px);
  transform: skewX(-12deg);
}
.cta-band .wrap { position: relative; z-index: 2; text-align: center; }
.cta-band h2 { font-size: clamp(30px, 4.4vw, 52px); font-weight: 700; }
.cta-band p { color: #cfe6ff; max-width: 560px; margin: 16px auto 34px; font-weight: 500; }
.cta-band .btn-primary { background: var(--white); color: #00335c; }
.cta-band .btn-primary:hover { background: #eaf4ff; }
.cta-band .btn-ghost { box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4); }

/* ---------- forms ---------- */
.form-card { background: var(--panel); border: 1px solid var(--line); padding: 42px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 11.5px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: #999; }
.field input, .field select, .field textarea {
  background: var(--black); border: 1px solid var(--line-strong); color: var(--white);
  padding: 14px 16px; font-family: inherit; font-size: 15px; transition: border-color 0.15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--blue); }
.field textarea { min-height: 120px; resize: vertical; }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 380px 1fr; gap: 48px; align-items: start; }
.contact-list li { display: flex; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-list svg { width: 22px; height: 22px; stroke: var(--blue-bright); flex-shrink: 0; margin-top: 3px; }
.contact-list b { display: block; color: var(--white); font-size: 13px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 3px; }
.contact-list a:hover { color: var(--blue-bright); }

/* ---------- footer ---------- */
.site-footer { background: var(--charcoal); border-top: 1px solid var(--line); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 44px; padding-bottom: 48px; }
.site-footer h4 { font-size: 12px; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; color: var(--white); margin-bottom: 18px; }
.site-footer ul li { margin-bottom: 10px; }
.site-footer ul a { font-size: 14.5px; color: #a8a8a8; }
.site-footer ul a:hover { color: var(--white); }
.footer-brand img { width: 190px; margin-bottom: 16px; mix-blend-mode: screen; }
.footer-brand p { font-size: 13.5px; max-width: 300px; color: #8f8f8f; }
.footer-tag { font-size: 11px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: var(--blue-bright); margin-top: 14px; }
.footer-bottom {
  border-top: 1px solid var(--line); padding: 22px 0; display: flex; flex-wrap: wrap;
  justify-content: space-between; gap: 10px; font-size: 12.5px; color: #7c7c7c;
}

/* ---------- mobile sticky call bar ---------- */
.sticky-call {
  display: none; position: fixed; inset: auto 0 0 0; z-index: 90;
  background: rgba(10, 10, 10, 0.95); border-top: 1px solid var(--line-strong);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  grid-template-columns: 1fr 1fr; gap: 10px;
}
.sticky-call a {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 10px; font-size: 13px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
}
.sticky-call .sc-call { background: var(--blue); color: var(--white); }
.sticky-call .sc-bid { background: rgba(255, 255, 255, 0.08); color: var(--white); box-shadow: inset 0 0 0 1px var(--line-strong); }

/* ---------- page hero (interior pages) ---------- */
.page-hero { position: relative; min-height: 62vh; display: flex; align-items: center; overflow: hidden; padding-top: 130px; }
.page-hero .wrap { position: relative; z-index: 2; padding-bottom: 64px; }
.page-hero h1.display { font-size: clamp(40px, 6.4vw, 78px); }
.page-hero p.lead { max-width: 620px; margin: 22px 0 30px; }
.ph-center .wrap { text-align: center; }
.ph-center p.lead { margin-left: auto; margin-right: auto; }
.ph-center .hero-ctas { justify-content: center; }

/* ---------- responsive ---------- */
@media (max-width: 1000px) {
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .cap-grid { grid-template-columns: repeat(3, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .video-strip { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .nav { display: none; position: fixed; top: 72px; left: 0; right: 0; flex-direction: column; gap: 0; background: rgba(10,10,10,0.98); border-bottom: 1px solid var(--line-strong); padding: 12px 0 18px; }
  body.has-announce .nav { top: 110px; }
  .nav.open { display: flex; }
  .nav a { padding: 14px 24px; width: 100%; border-bottom: 0; }
  .nav .nav-cta { margin: 10px 24px 0; width: auto; text-align: center; justify-content: center; display: flex; }
  .nav-toggle { display: block; }
  .split-grid { grid-template-columns: 1fr; }
  .division-card { min-height: 380px; }
  .sticky-call { display: grid; }
  body { padding-bottom: 68px; }
  section.band { padding: 68px 0; }
}
@media (max-width: 560px) {
  .svc-grid { grid-template-columns: 1fr; }
  .cap-grid { grid-template-columns: repeat(2, 1fr); }
  .cap:last-child { grid-column: 1 / -1; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .video-strip { grid-template-columns: 1fr; }
  .m-col { width: 230px; }
  .m-col .tall { height: 260px; }
  .m-col .short { height: 150px; }
}

/* ---------- split hero ---------- */
.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; }
.split-hero {
  position: relative; display: flex; width: 100%;
  height: 100svh; min-height: 620px; overflow: hidden;
  padding-top: 0;
}
.sh-half {
  position: relative; flex: 1 1 0%; display: flex; align-items: center; justify-content: center;
  overflow: hidden; transition: flex-grow 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.sh-half:hover { flex-grow: 1.3; }
.sh-half video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.sh-half:hover video { transform: scale(1.05); }
.sh-half:first-child { border-right: 1px solid rgba(255, 255, 255, 0.14); }
.sh-tint {
  position: absolute; inset: 0; transition: background 0.4s ease;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.55) 0%, rgba(10, 10, 10, 0.68) 50%, rgba(10, 10, 10, 0.8) 100%);
}
.sh-half:hover .sh-tint {
  background: linear-gradient(180deg, rgba(0, 30, 55, 0.5) 0%, rgba(0, 40, 75, 0.62) 50%, rgba(0, 25, 48, 0.78) 100%);
}
.sh-body { position: relative; z-index: 2; padding: 0 clamp(28px, 5vw, 72px); max-width: 560px; }
.sh-center { text-align: center; }
.sh-center p { margin-left: auto; margin-right: auto; }
.sh-eyebrow {
  display: block; font-size: 11.5px; font-weight: 800; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--blue-bright); margin-bottom: 14px;
}
.sh-title {
  display: block; font-family: "Chakra Petch", "Montserrat", sans-serif;
  font-size: clamp(30px, 3.8vw, 52px); font-weight: 700; line-height: 1.0;
  text-transform: uppercase; color: var(--white);
  background: linear-gradient(178deg, #ffffff 0%, #e8e8e8 38%, #9d9d9d 68%, #d6d6d6 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.sh-body p { color: #d2d2d2; font-size: 15px; margin: 16px 0 24px; max-width: 400px; }
.sh-btn { pointer-events: none; }
.sh-half:hover .sh-btn { background: var(--blue); box-shadow: none; }
.sh-logo-float {
  position: absolute; top: 128px; left: 50%; transform: translateX(-50%); z-index: 20;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  pointer-events: none; text-align: center;
}
.sh-logo-float img {
  height: clamp(38px, 3.6vw, 52px); width: auto;
  filter: drop-shadow(0 6px 24px rgba(0, 0, 0, 0.75));
}
.sh-logo-float span {
  font-family: "Chakra Petch", sans-serif; font-size: 15px; font-weight: 600;
  letter-spacing: 0.34em; text-transform: uppercase; color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8); padding-left: 0.34em;
}
.sh-logo-float span b { color: var(--silver); font-weight: 700; }
.sh-cue {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 20;
  font-size: 12.5px; font-weight: 800; letter-spacing: 0.32em; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85); pointer-events: none; white-space: nowrap;
}
@media (max-width: 820px) {
  .split-hero { flex-direction: column; height: auto; min-height: 100svh; }
  .sh-half { min-height: 58svh; }
  .sh-half:first-child { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.14); padding-top: 64px; }
  .sh-body { padding: 0 24px; }
  .sh-logo-float { display: none; }
  .sh-cue { display: none; }
}

/* ---------- fleet & brand ---------- */
.fleet-banner img { width: 100%; border: 1px solid var(--line); }
.fleet-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.fleet-pair img { width: 100%; height: 100%; object-fit: cover; border: 1px solid var(--line); }
@media (max-width: 820px) { .fleet-pair { grid-template-columns: 1fr; } }
.fleet-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 14px; }
.fleet-grid img {
  width: 100%; height: 170px; object-fit: cover; border: 1px solid var(--line);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.fleet-grid img:hover { transform: scale(1.03); border-color: var(--line-strong); }
@media (max-width: 820px) { .fleet-grid { grid-template-columns: repeat(2, 1fr); } .fleet-grid img { height: 130px; } }
