:root {
  --ink: #111210;
  --paper: #f3f3f0;
  --white: #ffffff;
  --gold: #e3ad28;
  --gold-bright: #efb52d;
  --muted: #666861;
  --line: #d9dad4;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd { margin: 0; }
ul, ol { list-style: none; margin: 0; padding: 0; }
img, picture, video, canvas, svg { display: block; max-width: 100%; }
button { background: none; border: 0; padding: 0; }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes slow-zoom {
  from { transform: scale(1); }
  to { transform: scale(1.09); }
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 260px 1fr auto auto;
  align-items: center;
  gap: 28px;
  min-height: 86px;
  padding: 12px clamp(22px, 4vw, 68px);
  background: rgba(17, 18, 16, .96);
  color: white;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand img { display: block; width: 230px; height: 56px; object-fit: contain; object-position: left; }
nav { display: flex; justify-content: center; gap: clamp(22px, 3vw, 46px); font-size: 13px; }
nav a, .header-contact { opacity: .8; transition: .2s ease; }
nav a:hover, .header-contact:hover { opacity: 1; color: var(--gold); }
nav a.active { opacity: 1; color: var(--gold); }
.header-contact { font-size: 13px; font-weight: 600; }

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
}
.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: white;
  transition: transform .25s ease, opacity .25s ease;
}
.menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 54px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 650;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,0,0,.16); }
.button span, .text-link span, .card-action span, .fleet-scroll span { font-size: 18px; display: inline-block; transition: transform .25s ease; }
.button:hover span, .text-link:hover span, .card-action:hover span { transform: translate(4px, -4px); }
.fleet-scroll:hover span, .text-link.down:hover span { transform: translateY(4px); }
.button.small { min-height: 44px; padding: 0 14px; }
.button-gold { background: var(--gold-bright); color: var(--ink); }
.button-light { background: white; color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 600; }
.light { color: white; }

.hero {
  position: relative;
  min-height: calc(100svh - 86px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: white;
}
.hero-image, .service-showcase > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-image { object-position: center 55%; animation: slow-zoom 18s ease-in-out infinite alternate; }
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4,5,4,.88) 0%, rgba(4,5,4,.34) 52%, rgba(4,5,4,.10) 100%),
    linear-gradient(0deg, rgba(0,0,0,.46), transparent 56%);
}
.hero-copy { position: relative; z-index: 2; max-width: 920px; padding: 10vh clamp(22px, 4vw, 68px) 9vh; }
.eyebrow { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 700; }
.eyebrow::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 10px; background: var(--gold-bright); }
.hero h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(62px, 8.4vw, 138px);
  line-height: .84;
  letter-spacing: -.075em;
  font-weight: 520;
}
.hero-description { max-width: 610px; margin: 32px 0; font-size: 18px; line-height: 1.55; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; align-items: center; gap: 34px; }

.section-pad { padding: clamp(80px, 9vw, 150px) clamp(22px, 4vw, 68px); }
.intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; background: var(--white); }
.intro h2, .section-head h2, .detail-title h2, .order-intro h2 {
  margin: 0; font-size: clamp(44px, 5.4vw, 84px); line-height: .96; letter-spacing: -.055em; font-weight: 520;
}
.intro-copy { align-self: end; max-width: 570px; font-size: 20px; line-height: 1.5; }
.intro-copy p { margin: 0 0 30px; }
.trust-line {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-top: 50px;
  border-top: 1px solid var(--line);
}
.trust-line span { padding: 22px 0; font-size: 14px; border-right: 1px solid var(--line); }
.trust-line b { margin-right: 18px; color: var(--muted); font-weight: 450; }

.products { background: var(--paper); }
.section-head { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; margin-bottom: 64px; }
.section-head > p { max-width: 460px; margin: 0; font-size: 16px; line-height: 1.6; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.product-card {
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  background: white;
  border: 1px solid #e3e4df;
  transition: transform .35s ease, box-shadow .35s ease;
}
.product-card:hover { transform: translateY(-10px); box-shadow: 0 24px 46px rgba(0,0,0,.14); }
.product-2 { background: var(--ink); color: white; }
.product-3 { background: var(--gold-bright); }
.card-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 15px; }
.card-code { font-size: 34px; letter-spacing: -.06em; }
.card-pill { max-width: 180px; padding: 9px 11px; border: 1px solid currentColor; border-radius: 30px; font-size: 10px; text-transform: uppercase; text-align: center; }
.product-card h3 { margin: 0 0 18px; font-size: clamp(28px, 2.4vw, 42px); line-height: 1; letter-spacing: -.04em; font-weight: 520; }
.product-card p { margin: 0; max-width: 380px; line-height: 1.55; font-size: 14px; opacity: .72; }
.card-action {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 0;
  background: none;
  border: 0;
  border-top: 1px solid currentColor;
  color: inherit;
  font-weight: 650;
}

.service-showcase { position: relative; min-height: 760px; color: white; overflow: hidden; }
.service-showcase > img { object-position: center; animation: slow-zoom 18s ease-in-out infinite alternate; }
.showcase-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.2), rgba(0,0,0,.76)); }
.showcase-copy {
  position: absolute;
  z-index: 2;
  right: clamp(22px, 7vw, 120px);
  bottom: 80px;
  width: min(650px, 70vw);
}
.showcase-copy h2 { margin: 0; font-size: clamp(50px, 6vw, 96px); line-height: .9; letter-spacing: -.06em; font-weight: 520; }
.showcase-copy > p:not(.eyebrow) { max-width: 600px; margin: 28px 0; color: rgba(255,255,255,.78); line-height: 1.6; }
.showcase-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }

.service-detail { display: grid; grid-template-columns: .9fr 1.2fr .9fr; gap: 22px; background: white; }
.detail-title { align-self: start; padding-right: 40px; }
.detail-title h2 { font-size: clamp(40px, 4vw, 68px); }
.detail-image img { display: block; width: 100%; min-height: 600px; height: 100%; object-fit: cover; }
.detail-list { align-self: stretch; display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.detail-list article {
  flex: 1;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  transition: transform .3s ease;
}
.detail-list article:hover { transform: translateX(6px); }
.detail-list article:hover > span { color: var(--gold-bright); }
.detail-list article > span { color: var(--muted); font-size: 12px; transition: color .3s ease; }
.detail-list h3 { margin: 0 0 10px; font-size: 24px; font-weight: 550; }
.detail-list p { margin: 0; color: var(--muted); line-height: 1.55; font-size: 14px; }

.order-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; background: var(--ink); color: white; }
.order-intro { position: sticky; top: 130px; align-self: start; }
.order-intro > p:not(.eyebrow) { color: #aaa; font-size: 17px; line-height: 1.55; }
.contact-quick { display: flex; flex-direction: column; gap: 10px; margin-top: 48px; font-size: 14px; }
.contact-quick a:hover { color: var(--gold-bright); }
.order-form { background: #1c1d1a; padding: clamp(24px, 4vw, 54px); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 26px 18px; }
.form-grid label { display: flex; flex-direction: column; gap: 9px; color: #a7a8a2; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.form-grid .wide { grid-column: 1 / -1; }
input, select, textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #55564f;
  border-radius: 0;
  padding: 12px 0;
  background: transparent;
  color: white;
  outline: none;
  text-transform: none;
}
select option { color: black; }
input:focus, select:focus, textarea:focus { border-color: var(--gold-bright); }
textarea { min-height: 90px; resize: vertical; }
.check { display: flex; align-items: flex-start; gap: 9px; margin-top: 20px; color: #aaa; font-size: 12px; line-height: 1.4; }
.check input { width: 15px; margin-top: 1px; accent-color: var(--gold-bright); }
.form-submit { width: 100%; margin-top: 30px; border: 0; }
.form-submit:disabled { cursor: wait; opacity: .7; transform: none; }
.form-message { margin: 16px 0 0; padding: 14px 16px; font-size: 13px; line-height: 1.5; }
.form-message.success { background: rgba(83, 174, 86, .14); color: #b9e9bb; border-left: 3px solid #53ae56; }
.form-message.error { background: rgba(215, 75, 75, .14); color: #f1b0b0; border-left: 3px solid #d74b4b; }
.form-message { display: none; }
.form-message.is-visible { display: block; }
.privacy-note { margin: 20px 0 0; font-size: 10px; color: #777; line-height: 1.55; }

footer { padding: 86px clamp(22px, 4vw, 68px) 26px; background: #0d0e0c; color: white; }
.footer-lead { position: relative; padding-bottom: 70px; border-bottom: 1px solid #333; }
.footer-lead > p { margin: 0; color: #999; font-size: 28px; }
.footer-lead h2 { margin: 0; font-size: clamp(90px, 17vw, 260px); line-height: .8; letter-spacing: -.09em; font-weight: 520; }
.footer-lead .button { position: absolute; right: 0; bottom: 68px; }
.footer-info { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 50px; padding: 58px 0; }
.footer-info p, .footer-info a { display: block; margin: 0 0 7px; color: #aaa; font-size: 13px; line-height: 1.55; }
.footer-info a:hover { color: var(--gold-bright); }
.footer-label { color: white !important; text-transform: uppercase; letter-spacing: .12em; font-size: 10px !important; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid #333; color: #777; font-size: 11px; }

.fleet-hero {
  position: relative;
  min-height: calc(100svh - 86px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: white;
}
.fleet-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  animation: slow-zoom 18s ease-in-out infinite alternate;
}
.fleet-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4,5,4,.86), rgba(4,5,4,.15) 68%),
    linear-gradient(0deg, rgba(4,5,4,.58), transparent 55%);
}
.fleet-hero-copy {
  position: relative;
  z-index: 2;
  width: min(1100px, 88vw);
  padding: 9vh clamp(22px, 4vw, 68px);
}
.fleet-hero h1 {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(64px, 8.8vw, 140px);
  line-height: .85;
  letter-spacing: -.075em;
  font-weight: 520;
}
.fleet-hero-copy > p:last-child {
  max-width: 650px;
  margin: 34px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 18px;
  line-height: 1.6;
}
.fleet-scroll {
  position: absolute;
  z-index: 2;
  right: clamp(22px, 4vw, 68px);
  bottom: 9vh;
  display: flex;
  gap: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,.7);
  font-size: 13px;
  font-weight: 600;
}
.fleet-intro {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 80px;
  background: white;
}
.fleet-intro h2, .gallery-heading h2 {
  margin: 0;
  font-size: clamp(48px, 6vw, 92px);
  line-height: .94;
  letter-spacing: -.06em;
  font-weight: 520;
}
.fleet-intro-copy {
  align-self: end;
  max-width: 620px;
}
.fleet-intro-copy > p {
  margin: 0 0 46px;
  font-size: 20px;
  line-height: 1.55;
}
.fleet-features {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}
.fleet-features span {
  display: grid;
  grid-template-columns: 48px 1fr;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.fleet-features b { color: var(--muted); font-weight: 450; }
.fleet-gallery { background: var(--paper); }
.gallery-heading {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 74px;
}
.gallery-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -22px; }
.gallery-heading > p:last-child {
  margin: 0;
  max-width: 460px;
  color: var(--muted);
  line-height: 1.65;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 42px 14px;
  align-items: start;
}
.gallery-grid figure { margin: 0; }
.gallery-wide { grid-column: span 8; }
.gallery-tall { grid-column: span 4; }
.gallery-small { grid-column: span 4; }
.gallery-image {
  position: relative;
  height: 410px;
  overflow: hidden;
  background: #ddd;
}
.gallery-wide .gallery-image { height: 560px; }
.gallery-tall .gallery-image { height: 720px; }
.gallery-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}
.gallery-image:hover img { transform: scale(1.025); }
.gallery-image > span {
  position: absolute;
  top: 14px;
  left: 14px;
  min-width: 38px;
  padding: 7px 8px;
  background: var(--gold-bright);
  color: var(--ink);
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}
.gallery-grid figcaption {
  display: grid;
  grid-template-columns: .55fr 1fr;
  gap: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--ink);
}
.gallery-grid h3 { margin: 0; font-size: 17px; font-weight: 600; }
.gallery-grid figcaption p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.fleet-cta {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: white;
}
.fleet-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: slow-zoom 18s ease-in-out infinite alternate;
}
.fleet-cta-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.84), rgba(0,0,0,.08)); }
.fleet-cta-copy { position: relative; z-index: 2; padding: 80px clamp(22px, 4vw, 68px); }
.fleet-cta h2 {
  max-width: 1000px;
  margin: 0 0 38px;
  font-size: clamp(54px, 7vw, 112px);
  line-height: .88;
  letter-spacing: -.065em;
  font-weight: 520;
}
.fleet-cta-copy > div { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto auto auto; }
  nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: rgba(17, 18, 16, .98);
    border-bottom: 1px solid rgba(255,255,255,.12);
    padding: 4px clamp(22px, 4vw, 68px) 12px;
  }
  nav.nav-open { display: flex; }
  nav a {
    width: 100%;
    padding: 14px 0;
    border-top: 1px solid rgba(255,255,255,.08);
    font-size: 14px;
  }
  nav a:first-child { border-top: 0; }
  .menu-toggle { display: inline-flex; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 340px; }
  .service-detail { grid-template-columns: 1fr 1fr; }
  .detail-title { grid-column: 1 / -1; margin-bottom: 30px; }
  .gallery-wide { grid-column: span 7; }
  .gallery-tall { grid-column: span 5; }
  .gallery-small { grid-column: span 6; }
}

@media (max-width: 760px) {
  .site-header { min-height: 72px; grid-template-columns: 1fr auto auto; gap: 14px; padding: 9px 18px; }
  .brand img { width: 170px; height: 48px; }
  .header-contact { display: none; }
  .button.small { font-size: 11px; min-height: 40px; }
  .hero { min-height: calc(100svh - 72px); }
  .hero-shade { background: linear-gradient(0deg, rgba(4,5,4,.88), rgba(4,5,4,.12)); }
  .hero-copy { padding: 80px 20px 80px; }
  .hero h1 { font-size: clamp(58px, 18vw, 92px); }
  .hero-description { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-index { display: none; }
  .intro, .section-head, .order-section { grid-template-columns: 1fr; gap: 42px; }
  .trust-line { grid-template-columns: 1fr; margin-top: 10px; }
  .trust-line span { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-head { margin-bottom: 42px; }
  .product-card { min-height: 390px; }
  .service-showcase { min-height: 680px; }
  .showcase-shade { background: linear-gradient(0deg, rgba(0,0,0,.84), rgba(0,0,0,.08)); }
  .showcase-copy { left: 20px; right: 20px; bottom: 48px; width: auto; }
  .showcase-actions { align-items: flex-start; flex-direction: column; }
  .service-detail { grid-template-columns: 1fr; }
  .detail-title { grid-column: auto; }
  .detail-image img { min-height: 440px; }
  .order-intro { position: static; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .wide { grid-column: auto; }
  .footer-lead > p { font-size: 20px; }
  .footer-lead h2 { font-size: 23vw; }
  .footer-lead .button { position: static; margin-top: 40px; }
  .footer-info { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .fleet-hero { min-height: calc(100svh - 72px); }
  .fleet-hero-shade { background: linear-gradient(0deg, rgba(4,5,4,.88), rgba(4,5,4,.1)); }
  .fleet-hero-copy { width: 100%; padding: 72px 20px; }
  .fleet-hero h1 { font-size: clamp(58px, 17vw, 92px); }
  .fleet-hero-copy > p:last-child { font-size: 15px; }
  .fleet-scroll { display: none; }
  .fleet-intro, .gallery-heading { grid-template-columns: 1fr; gap: 38px; }
  .gallery-heading .eyebrow { grid-column: auto; margin-bottom: -16px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 44px; }
  .gallery-wide, .gallery-tall, .gallery-small { grid-column: auto; }
  .gallery-image, .gallery-wide .gallery-image, .gallery-tall .gallery-image { height: min(68vh, 520px); }
  .gallery-grid figcaption { grid-template-columns: 1fr; gap: 8px; }
  .fleet-cta { min-height: 620px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
