@charset "UTF-8";

:root {
  --ink: #151719;
  --ink-soft: #25282b;
  --paper: #f2f0ea;
  --white: #fff;
  --muted: #7b7d7e;
  --line: rgba(21, 23, 25, 0.16);
  --orange: #ed6c22;
  --orange-dark: #c94d0a;
  --lime: #d9ff4f;
  --shell: min(1280px, calc(100vw - 64px));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
::selection { background: var(--orange); color: var(--white); }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 999; background: var(--orange); color: #fff; padding: 10px 16px; }
.skip-link:focus { top: 12px; }

.site-header {
  align-items: center;
  background: rgba(242, 240, 234, 0.94);
  border-bottom: 1px solid transparent;
  display: grid;
  grid-template-columns: 260px 1fr 260px;
  height: 92px;
  left: 0;
  padding: 0 max(32px, calc((100vw - 1280px) / 2));
  position: fixed;
  right: 0;
  top: 0;
  transition: height .35s var(--ease), border-color .35s, background .35s;
  z-index: 50;
}
.site-header.is-scrolled { backdrop-filter: blur(18px); border-color: var(--line); height: 72px; }
.brand { align-items: center; display: inline-flex; width: 172px; }
.brand img { height: 60px; object-fit: contain; object-position: left center; width: auto; }
.desktop-nav { display: flex; gap: 32px; justify-content: center; }
.desktop-nav a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.desktop-nav a::after { background: var(--orange); bottom: -10px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .25s; width: 100%; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { align-items: center; display: flex; justify-content: flex-end; }
.division-switch { align-items: center; background: var(--ink); color: var(--white); display: inline-flex; font-size: 12px; font-weight: 750; gap: 24px; letter-spacing: .08em; padding: 13px 18px; text-decoration: none; text-transform: uppercase; transition: background .25s; }
.division-switch:hover { background: var(--orange); }
.division-switch svg, .product-card a svg, .footer-rent svg, .text-link svg, .button svg, .vehicle-card a svg { fill: none; height: 18px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 18px; }
.menu-toggle { align-items: center; background: transparent; border: 0; display: none; height: 44px; justify-content: center; padding: 0; width: 44px; }
.menu-toggle svg { fill: none; height: 24px; stroke: currentColor; stroke-width: 1.8; width: 24px; }
.mobile-panel { display: none; }

.eyebrow { align-items: center; display: flex; font-size: 11px; font-weight: 800; gap: 12px; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { background: var(--orange); content: ""; height: 2px; width: 34px; }
.eyebrow.light { color: rgba(255,255,255,.7); }
.display { font-size: clamp(56px, 8vw, 124px); font-weight: 780; letter-spacing: -.07em; line-height: .87; margin: 0; text-transform: uppercase; }
.section-title { font-size: clamp(40px, 5vw, 76px); font-weight: 750; letter-spacing: -.055em; line-height: .98; margin: 0; }
.section-title.light { color: var(--white); }
.lead { color: #494c4e; font-size: clamp(18px, 2vw, 24px); line-height: 1.45; margin: 0; max-width: 690px; }
.button { align-items: center; border: 1px solid transparent; display: inline-flex; font-size: 12px; font-weight: 800; gap: 34px; justify-content: space-between; letter-spacing: .1em; min-width: 210px; padding: 16px 20px; text-decoration: none; text-transform: uppercase; transition: background .25s, color .25s, border-color .25s; }
.button.primary { background: var(--orange); color: var(--white); }
.button.primary:hover { background: var(--orange-dark); }
.button.dark { background: var(--ink); color: var(--white); }
.button.dark:hover { background: var(--orange); }
.button.ghost { border-color: rgba(255,255,255,.5); color: var(--white); }
.button.ghost:hover { background: var(--white); color: var(--ink); }
.text-link { align-items: center; display: inline-flex; font-size: 12px; font-weight: 800; gap: 24px; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.text-link:hover { color: var(--orange); }

.hero { background: var(--ink); color: var(--white); min-height: 850px; overflow: hidden; padding-top: 92px; position: relative; }
.hero-media { inset: 0; left: 45%; position: absolute; }
.hero-media img { filter: saturate(.7) contrast(1.1); height: 100%; object-fit: cover; width: 100%; }
.hero-media::after { background: linear-gradient(90deg, var(--ink) 0%, rgba(21,23,25,.62) 24%, rgba(21,23,25,.1) 62%), linear-gradient(0deg, rgba(21,23,25,.8), transparent 45%); content: ""; inset: 0; position: absolute; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .55fr); min-height: calc(850px - 92px); position: relative; z-index: 2; }
.hero-copy { align-self: center; padding: 90px 0 80px; }
.hero-copy .eyebrow { margin-bottom: 34px; }
.hero-copy .display { margin-left: -6px; max-width: 900px; }
.hero-copy .display em { color: var(--orange); display: block; font-style: normal; }
.hero-intro { align-items: flex-end; display: flex; gap: 42px; margin-top: 54px; }
.hero-intro p { color: rgba(255,255,255,.7); font-size: 17px; margin: 0; max-width: 430px; }
.hero-side { align-items: flex-end; border-left: 1px solid rgba(255,255,255,.22); display: flex; padding: 0 0 80px 40px; }
.hero-index { display: grid; gap: 5px; }
.hero-index span:first-child { color: var(--orange); font-size: 13px; font-weight: 800; letter-spacing: .16em; }
.hero-index span:last-child { color: rgba(255,255,255,.56); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.scroll-cue { align-items: center; background: var(--white); border: 0; bottom: 0; color: var(--ink); display: flex; font-size: 10px; font-weight: 800; height: 76px; justify-content: center; letter-spacing: .15em; position: absolute; right: 0; text-transform: uppercase; width: 210px; z-index: 3; }
.scroll-cue::after { border-bottom: 1px solid; border-right: 1px solid; content: ""; height: 7px; margin-left: 20px; transform: rotate(45deg) translateY(-3px); width: 7px; }

.positioning { background: var(--paper); padding: 150px 0 130px; }
.positioning-grid { display: grid; gap: 80px; grid-template-columns: .65fr 1.35fr; }
.positioning-kicker { border-top: 1px solid var(--line); padding-top: 22px; }
.positioning-kicker span { display: block; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.positioning-kicker strong { display: block; font-size: 64px; letter-spacing: -.06em; line-height: 1; margin-top: 28px; }
.positioning-copy .section-title { max-width: 900px; }
.positioning-copy .lead { margin: 40px 0 0 auto; max-width: 620px; }

.products { background: var(--ink); color: var(--white); padding: 130px 0; }
.section-head { align-items: end; display: flex; gap: 50px; justify-content: space-between; margin-bottom: 70px; }
.section-head .eyebrow { margin-bottom: 24px; }
.section-head p { color: rgba(255,255,255,.6); margin: 0 0 6px; max-width: 430px; }
.product-grid { border-left: 1px solid rgba(255,255,255,.15); display: grid; grid-template-columns: repeat(4, 1fr); }
.product-card { border-right: 1px solid rgba(255,255,255,.15); min-height: 510px; padding: 25px 28px 30px; position: relative; transition: background .35s var(--ease), color .35s; }
.product-card:hover { background: var(--orange); }
.product-card-top { color: rgba(255,255,255,.5); display: flex; font-size: 10px; font-weight: 700; justify-content: space-between; letter-spacing: .12em; text-transform: uppercase; }
.product-card .grade { color: rgba(255,255,255,.08); font-size: clamp(64px, 7vw, 104px); font-weight: 800; letter-spacing: -.08em; line-height: 1; margin: 78px 0 28px -8px; white-space: nowrap; }
.product-card:hover .grade { color: rgba(255,255,255,.22); }
.product-card h3 { font-size: 23px; letter-spacing: -.03em; margin: 0 0 14px; }
.product-card p { color: rgba(255,255,255,.58); font-size: 14px; margin: 0; }
.product-card:hover p { color: rgba(255,255,255,.86); }
.product-card a { align-items: center; bottom: 28px; display: flex; font-size: 10px; font-weight: 800; justify-content: space-between; left: 28px; letter-spacing: .12em; position: absolute; right: 28px; text-decoration: none; text-transform: uppercase; }

.why { overflow: hidden; padding: 140px 0; }
.why-grid { display: grid; gap: 90px; grid-template-columns: 1.05fr .95fr; }
.why-media { min-height: 700px; position: relative; }
.why-media img { height: 100%; object-fit: cover; width: 100%; }
.why-media::after { border: 1px solid rgba(255,255,255,.45); content: ""; inset: 22px; position: absolute; }
.why-media-note { background: var(--orange); bottom: 0; color: var(--white); left: 0; padding: 26px 30px; position: absolute; width: 270px; z-index: 2; }
.why-media-note span { display: block; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.why-media-note strong { display: block; font-size: 24px; line-height: 1.15; margin-top: 8px; }
.why-copy { align-self: center; }
.why-copy .eyebrow { margin-bottom: 28px; }
.why-copy .section-title { margin-bottom: 34px; }
.why-copy > p { color: #55585a; font-size: 18px; margin: 0 0 42px; }
.reason-list { border-top: 1px solid var(--line); }
.reason { border-bottom: 1px solid var(--line); display: grid; gap: 22px; grid-template-columns: 42px 1fr; padding: 24px 0; }
.reason > span { color: var(--orange); font-size: 12px; font-weight: 800; }
.reason h3 { font-size: 20px; margin: 0 0 5px; }
.reason p { color: var(--muted); font-size: 14px; margin: 0; }

.expertise { background: #dedbd3; padding: 140px 0; }
.expertise-head { display: grid; gap: 90px; grid-template-columns: 1.3fr .7fr; margin-bottom: 90px; }
.expertise-head .eyebrow { margin-bottom: 28px; }
.expertise-head p { align-self: end; color: #545758; font-size: 18px; margin: 0; }
.expertise-strip { align-items: stretch; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.expertise-item { padding: 34px 34px 34px 0; }
.expertise-item + .expertise-item { border-left: 1px solid var(--line); padding-left: 34px; }
.expertise-item span { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.expertise-item h3 { font-size: 27px; letter-spacing: -.035em; line-height: 1.1; margin: 55px 0 14px; }
.expertise-item p { color: #636566; font-size: 14px; margin: 0; }

.process { background: var(--white); padding: 140px 0; }
.process .section-head p { color: #666; }
.process-grid { counter-reset: process; display: grid; grid-template-columns: repeat(4, 1fr); }
.process-step { border-top: 1px solid var(--line); counter-increment: process; padding: 26px 36px 0 0; position: relative; }
.process-step + .process-step { border-left: 1px solid var(--line); padding-left: 36px; }
.process-step::before { color: var(--orange); content: "0" counter(process); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.process-step::after { background: var(--orange); border-radius: 50%; content: ""; height: 9px; left: -5px; position: absolute; top: -5px; width: 9px; }
.process-step:first-child::after { left: 0; }
.process-step h3 { font-size: 21px; margin: 70px 0 12px; }
.process-step p { color: var(--muted); font-size: 14px; margin: 0; }

.values { background: var(--ink); color: var(--white); padding: 140px 0 0; }
.values .section-head { margin-bottom: 60px; }
.values .section-head p { max-width: 380px; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.value-card { border-left: 1px solid rgba(255,255,255,.15); min-height: 410px; padding: 30px; }
.value-card:last-child { border-right: 1px solid rgba(255,255,255,.15); }
.value-card > span { color: var(--orange); font-size: 11px; font-weight: 800; }
.value-card h3 { font-size: 29px; letter-spacing: -.04em; margin: 150px 0 15px; }
.value-card p { color: rgba(255,255,255,.56); font-size: 14px; margin: 0; }

.rent-teaser { background: var(--lime); color: var(--ink); padding: 120px 0; position: relative; }
.rent-teaser::before { color: rgba(21,23,25,.06); content: "RENT"; font-size: 30vw; font-weight: 850; left: -2vw; letter-spacing: -.11em; line-height: .7; position: absolute; top: 50%; transform: translateY(-50%); }
.rent-teaser-grid { align-items: end; display: grid; gap: 80px; grid-template-columns: 1.35fr .65fr; position: relative; }
.rent-teaser .eyebrow::before { background: var(--ink); }
.rent-teaser h2 { font-size: clamp(54px, 7vw, 104px); letter-spacing: -.07em; line-height: .86; margin: 34px 0 0; text-transform: uppercase; }
.rent-teaser-copy p { font-size: 18px; margin: 0 0 34px; }

.contact-cta { background: var(--orange); color: var(--white); overflow: hidden; padding: 130px 0; position: relative; }
.contact-cta::after { border: 1px solid rgba(255,255,255,.22); border-radius: 50%; content: ""; height: 650px; position: absolute; right: -180px; top: -220px; width: 650px; }
.contact-cta-grid { align-items: end; display: grid; gap: 80px; grid-template-columns: 1.35fr .65fr; position: relative; z-index: 1; }
.contact-cta h2 { font-size: clamp(52px, 7vw, 102px); letter-spacing: -.07em; line-height: .9; margin: 24px 0 0; max-width: 900px; }
.contact-cta-side { border-left: 1px solid rgba(255,255,255,.35); padding-left: 36px; }
.contact-cta-side p { color: rgba(255,255,255,.78); margin: 0 0 30px; }

.site-footer { background: #0d0e0f; color: var(--white); padding: 80px 0 26px; }
.footer-main { display: grid; gap: 50px; grid-template-columns: 1.15fr .6fr 1fr .8fr; }
.footer-brand img { height: 76px; object-fit: contain; object-position: left; width: 184px; }
.footer-brand p { color: rgba(255,255,255,.46); font-size: 13px; margin: 24px 0 0; max-width: 220px; }
.footer-column { align-items: flex-start; display: flex; flex-direction: column; gap: 9px; }
.footer-column > span { color: rgba(255,255,255,.4); font-size: 10px; font-weight: 800; letter-spacing: .16em; margin-bottom: 18px; text-transform: uppercase; }
.footer-column a { color: rgba(255,255,255,.74); font-size: 13px; text-decoration: none; }
.footer-column a:hover { color: var(--orange); }
.footer-rent { align-self: start; border: 1px solid rgba(255,255,255,.2); display: grid; gap: 2px; grid-template-columns: 1fr auto; padding: 20px; text-decoration: none; transition: background .25s, color .25s; }
.footer-rent:hover { background: var(--lime); color: var(--ink); }
.footer-rent span { font-size: 9px; letter-spacing: .12em; }
.footer-rent strong { font-size: 22px; grid-column: 1; }
.footer-rent svg { grid-column: 2; grid-row: 1 / 3; margin: auto 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.38); display: flex; font-size: 10px; justify-content: space-between; letter-spacing: .08em; margin-top: 70px; padding-top: 24px; text-transform: uppercase; }

.page-hero { background: var(--ink); color: var(--white); min-height: 670px; padding-top: 92px; position: relative; }
.page-hero-media { inset: 0; left: 52%; overflow: hidden; position: absolute; }
.page-hero-media img { filter: saturate(.55); height: 100%; object-fit: cover; width: 100%; }
.page-hero-media::after { background: linear-gradient(90deg, var(--ink), rgba(21,23,25,.32)), linear-gradient(0deg, rgba(21,23,25,.8), transparent); content: ""; inset: 0; position: absolute; }
.page-hero-inner { align-items: end; display: flex; min-height: 578px; padding-bottom: 82px; position: relative; z-index: 1; }
.page-hero-copy { max-width: 850px; }
.page-hero .eyebrow { margin-bottom: 30px; }
.page-hero h1 { font-size: clamp(60px, 8vw, 120px); font-weight: 780; letter-spacing: -.07em; line-height: .86; margin: 0; text-transform: uppercase; }
.page-hero p { color: rgba(255,255,255,.66); font-size: 18px; margin: 34px 0 0; max-width: 570px; }

.story { padding: 140px 0; }
.story-grid { display: grid; gap: 90px; grid-template-columns: .8fr 1.2fr; }
.story-aside { border-top: 1px solid var(--line); padding-top: 22px; }
.story-aside span { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.story-aside p { color: var(--muted); font-size: 14px; margin: 40px 0 0; max-width: 270px; }
.story-copy h2 { font-size: clamp(38px, 4.3vw, 68px); letter-spacing: -.055em; line-height: 1; margin: 0 0 42px; }
.story-copy p { color: #55585a; font-size: 18px; margin: 0 0 22px; max-width: 720px; }
.manifesto { background: var(--orange); color: var(--white); padding: 130px 0; }
.manifesto-grid { display: grid; gap: 90px; grid-template-columns: .7fr 1.3fr; }
.manifesto .eyebrow::before { background: var(--white); }
.manifesto blockquote { font-size: clamp(38px, 5vw, 76px); font-weight: 740; letter-spacing: -.055em; line-height: .98; margin: 0; }
.manifesto blockquote span { color: var(--ink); }
.goal-panel { background: #dedbd3; padding: 130px 0; }
.goal-panel-grid { align-items: center; display: grid; gap: 100px; grid-template-columns: 1fr 1fr; }
.goal-image { min-height: 580px; }
.goal-image img { height: 100%; min-height: 580px; object-fit: cover; width: 100%; }
.goal-copy .eyebrow { margin-bottom: 28px; }
.goal-copy .section-title { margin-bottom: 34px; }
.goal-copy p { color: #55585a; font-size: 18px; }

.contact-page { padding: 150px 0 120px; }
.contact-layout { display: grid; gap: 90px; grid-template-columns: .8fr 1.2fr; }
.contact-details .eyebrow { margin-bottom: 34px; }
.contact-details h1 { font-size: clamp(46px, 6vw, 88px); letter-spacing: -.065em; line-height: .92; margin: 0 0 36px; }
.contact-details > p { color: var(--muted); font-size: 17px; margin: 0 0 56px; max-width: 440px; }
.contact-list { border-top: 1px solid var(--line); }
.contact-item { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: 32px 1fr auto; padding: 21px 0; text-decoration: none; }
.contact-item svg { fill: none; height: 20px; stroke: var(--orange); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; width: 20px; }
.contact-item span { font-size: 14px; }
.contact-item::after { content: "↗"; font-size: 14px; }
.contact-item:hover span { color: var(--orange); }
.form-card { background: var(--white); padding: 54px; }
.form-card-header { margin-bottom: 44px; }
.form-card-header span { color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.form-card-header h2 { font-size: 36px; letter-spacing: -.045em; line-height: 1.05; margin: 12px 0 0; }
.form-card-header p { color: var(--muted); font-size: 12px; margin: 16px 0 0; max-width: 520px; }
.form-grid { display: grid; gap: 28px 22px; grid-template-columns: 1fr 1fr; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field textarea, .field select { background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--ink); outline: none; padding: 12px 0; width: 100%; }
.field textarea { min-height: 112px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--orange); }
.field small { color: var(--muted); font-size: 11px; }
.form-card button { margin-top: 10px; }
.form-note { color: var(--muted); font-size: 11px; grid-column: 1 / -1; margin: 0; }
.location-strip { background: var(--ink); color: var(--white); padding: 80px 0; }
.location-strip-grid { align-items: center; display: grid; gap: 60px; grid-template-columns: 1fr auto; }
.location-strip span { color: rgba(255,255,255,.42); display: block; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.location-strip h2 { font-size: clamp(32px, 4vw, 56px); letter-spacing: -.05em; margin: 12px 0 0; }

.product-hero { background: var(--ink); color: var(--white); min-height: 720px; overflow: hidden; padding-top: 92px; position: relative; }
.product-hero::after { border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; height: 620px; position: absolute; right: -100px; top: 70px; width: 620px; }
.product-hero-grid { align-items: end; display: grid; grid-template-columns: 1.2fr .8fr; min-height: 628px; padding-bottom: 80px; position: relative; z-index: 1; }
.product-grade { color: rgba(255,255,255,.08); font-size: clamp(150px, 25vw, 360px); font-weight: 820; letter-spacing: -.12em; line-height: .6; position: absolute; right: 2vw; top: 52%; transform: translateY(-50%); }
.product-hero h1 { font-size: clamp(60px, 8vw, 116px); letter-spacing: -.075em; line-height: .86; margin: 24px 0 0; text-transform: uppercase; }
.product-hero-side { border-left: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.66); font-size: 17px; padding-left: 38px; }
.product-content { padding: 130px 0; }
.product-content-grid { display: grid; gap: 100px; grid-template-columns: 1fr 1fr; }
.product-content h2 { font-size: clamp(38px, 4vw, 62px); letter-spacing: -.05em; line-height: 1; margin: 0 0 30px; }
.product-content p { color: #57595a; font-size: 18px; }
.product-facts { border-top: 1px solid var(--line); }
.product-fact { border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 22px 0; }
.product-fact span:first-child { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-fact span:last-child { font-size: 14px; font-weight: 700; text-align: right; }
.product-disclaimer { background: #dedbd3; margin-top: 40px; padding: 24px; }
.product-disclaimer strong { display: block; font-size: 12px; margin-bottom: 6px; text-transform: uppercase; }
.product-disclaimer p { font-size: 13px; margin: 0; }
.inquiry-guide { border: 1px solid var(--line); margin-top: 12px; padding: 24px; }
.inquiry-guide strong { color: var(--orange); display: block; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.inquiry-guide ul { color: #999996; font-size: 13px; margin: 16px 0 0; padding-left: 18px; }
.inquiry-guide li + li { margin-top: 7px; }
.more-products { background: var(--ink); color: var(--white); padding: 110px 0; }
.more-products h2 { font-size: 36px; letter-spacing: -.04em; margin: 0 0 38px; }

.rent-page { --rent-accent: var(--lime); }
.rent-page .site-header { background: rgba(13,14,15,.94); color: var(--white); }
.rent-page .division-switch { background: var(--rent-accent); color: var(--ink); }
.rent-page .site-header.is-scrolled { border-color: rgba(255,255,255,.14); }
.rent-hero { background: #0d0e0f; color: var(--white); min-height: 820px; overflow: hidden; padding-top: 92px; position: relative; }
.rent-hero-art { inset: 92px 0 0 42%; position: absolute; }
.rent-hero-art::before { background: var(--rent-accent); border-radius: 50%; content: ""; filter: blur(1px); height: 45vw; max-height: 700px; max-width: 700px; min-height: 470px; min-width: 470px; position: absolute; right: 6vw; top: 50%; transform: translateY(-50%); width: 45vw; }
.rent-hero-art svg { fill: none; position: absolute; right: -3%; stroke: var(--ink); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; top: 50%; transform: translateY(-50%); width: min(66vw, 940px); z-index: 1; }
.rent-hero-grid { align-items: center; display: grid; grid-template-columns: 1.15fr .85fr; min-height: 728px; position: relative; z-index: 2; }
.rent-hero .eyebrow::before { background: var(--rent-accent); }
.rent-hero h1 { font-size: clamp(70px, 10vw, 150px); letter-spacing: -.08em; line-height: .78; margin: 32px 0 40px; text-transform: uppercase; }
.rent-hero h1 span { color: var(--rent-accent); display: block; }
.rent-hero p { color: rgba(255,255,255,.62); font-size: 18px; max-width: 480px; }
.rent-hero-actions { display: flex; gap: 14px; margin-top: 40px; }
.rent-hero .button.primary { background: var(--rent-accent); color: var(--ink); }
.rent-intro { padding: 140px 0; }
.rent-intro-grid { display: grid; gap: 100px; grid-template-columns: .7fr 1.3fr; }
.rent-intro .section-title { max-width: 900px; }
.rent-intro .lead { margin: 40px 0 0 auto; }
.fleet-section { background: #dedbd3; padding: 130px 0; }
.fleet-section .section-head p { color: #5d5f60; }
.fleet-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.vehicle-card { background: var(--white); min-height: 470px; overflow: hidden; position: relative; }
.vehicle-card > img { height: 270px; object-fit: cover; width: 100%; }
.vehicle-card h3 { font-size: 24px; margin: 0 0 8px; }
.vehicle-card p { color: var(--muted); font-size: 13px; margin: 0; }
.vehicle-card a { align-items: center; display: flex; font-size: 10px; font-weight: 800; justify-content: space-between; margin: 24px 28px; text-decoration: none; text-transform: uppercase; }
.vehicle-card.placeholder { background: #c9c6bd; border: 1px dashed rgba(21,23,25,.28); }
.vehicle-visual { align-items: center; background: #1a1c1e; display: flex; height: 290px; justify-content: center; overflow: hidden; position: relative; }
.vehicle-visual span { color: rgba(255,255,255,.08); font-size: 180px; font-weight: 820; left: -12px; letter-spacing: -.08em; line-height: 1; position: absolute; }
.vehicle-visual svg { fill: rgba(217,255,79,.07); stroke: var(--rent-accent); stroke-width: 2; width: 86%; z-index: 1; }
.vehicle-copy { padding: 28px; }
.vehicle-copy > span { color: #6a6b68; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.vehicle-copy h3 { margin-top: 10px; }
.rent-flow { background: var(--ink); color: var(--white); padding: 130px 0; }
.rent-flow-grid { display: grid; gap: 80px; grid-template-columns: .85fr 1.15fr; }
.rent-flow .section-title { margin-top: 28px; }
.rent-flow-steps { counter-reset: rentstep; }
.rent-flow-step { border-top: 1px solid rgba(255,255,255,.16); counter-increment: rentstep; display: grid; gap: 24px; grid-template-columns: 55px 1fr; padding: 28px 0; }
.rent-flow-step::before { color: var(--rent-accent); content: "0" counter(rentstep); font-size: 11px; font-weight: 800; }
.rent-flow-step h3 { font-size: 20px; margin: 0 0 7px; }
.rent-flow-step p { color: rgba(255,255,255,.52); font-size: 14px; margin: 0; }
.fleet-note { background: var(--rent-accent); color: var(--ink); padding: 22px 26px; }
.fleet-note strong { display: block; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.fleet-note p { font-size: 13px; margin: 5px 0 0; }
.rent-booking { background: var(--rent-accent); color: var(--ink); padding: 120px 0; }
.rent-booking-grid { align-items: center; display: grid; gap: 90px; grid-template-columns: 1.2fr .8fr; }
.rent-booking h2 { font-size: clamp(50px, 7vw, 96px); letter-spacing: -.07em; line-height: .9; margin: 0; text-transform: uppercase; }
.rent-booking p { font-size: 17px; margin: 0 0 30px; }

.legal-note { background: #fff7e8; border-left: 3px solid var(--orange); color: #645f54; font-size: 12px; margin-top: 24px; padding: 16px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease) var(--delay, 0ms), transform .7s var(--ease) var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 48px, 1280px); }
  .site-header { grid-template-columns: 200px 1fr 210px; padding-inline: 24px; }
  .desktop-nav { gap: 20px; }
  .hero-media { left: 38%; }
  .hero-grid { grid-template-columns: 1fr 250px; }
  .display { font-size: clamp(58px, 9.5vw, 100px); }
  .product-grid, .value-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card { min-height: 440px; }
  .product-card .grade { margin-top: 60px; }
  .why-grid, .goal-panel-grid { gap: 60px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 60px 0; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .fleet-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  :root { --shell: calc(100vw - 36px); }
  .site-header { display: flex; height: 74px; justify-content: space-between; padding-inline: 18px; }
  .site-header.is-scrolled { height: 64px; }
  .brand { width: 142px; }
  .brand img { height: 52px; }
  .desktop-nav, .division-switch { display: none; }
  .menu-toggle { display: inline-flex; }
  .mobile-panel { background: var(--ink); color: var(--white); display: block; height: 100vh; inset: 0; opacity: 0; padding: 22px; pointer-events: none; position: fixed; transform: translateY(-20px); transition: opacity .3s, transform .4s var(--ease); visibility: hidden; z-index: 60; }
  .mobile-panel.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); visibility: visible; }
  .mobile-panel-top { align-items: center; border-bottom: 1px solid rgba(255,255,255,.15); display: flex; font-size: 11px; font-weight: 800; justify-content: space-between; letter-spacing: .14em; padding-bottom: 20px; }
  .mobile-panel .close { color: var(--white); display: inline-flex; }
  .mobile-panel nav { margin-top: 50px; }
  .mobile-panel nav a { align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); display: flex; font-size: clamp(28px, 8vw, 46px); font-weight: 700; gap: 24px; letter-spacing: -.04em; padding: 14px 0; text-decoration: none; }
  .mobile-panel nav a span { color: var(--orange); font-size: 10px; letter-spacing: .1em; }
  .mobile-contact { bottom: 30px; color: rgba(255,255,255,.56); font-size: 12px; left: 22px; position: absolute; }
  .hero, .rent-hero { padding-top: 74px; }
  .hero { min-height: 760px; }
  .hero-media { inset: 74px 0 0 12%; }
  .hero-media::after { background: linear-gradient(90deg, rgba(21,23,25,.96), rgba(21,23,25,.4)), linear-gradient(0deg, var(--ink), transparent 65%); }
  .hero-grid { display: block; min-height: 686px; }
  .hero-copy { padding-top: 90px; }
  .hero-side { border: 0; bottom: 32px; left: 18px; padding: 0; position: absolute; }
  .hero-intro { align-items: flex-start; flex-direction: column; gap: 28px; margin-top: 40px; }
  .scroll-cue { display: none; }
  .display { font-size: clamp(55px, 16vw, 96px); }
  .positioning, .why, .expertise, .process, .story, .goal-panel, .contact-page, .rent-intro { padding: 90px 0; }
  .positioning-grid, .why-grid, .expertise-head, .story-grid, .manifesto-grid, .goal-panel-grid, .contact-layout, .product-content-grid, .rent-intro-grid, .rent-flow-grid { grid-template-columns: 1fr; gap: 50px; }
  .positioning-kicker strong { font-size: 46px; }
  .positioning-copy .lead, .rent-intro .lead { margin-left: 0; }
  .section-head { align-items: flex-start; flex-direction: column; margin-bottom: 50px; }
  .products, .values, .manifesto, .rent-flow { padding-top: 90px; }
  .why-media { min-height: 500px; order: 2; }
  .why-copy { order: 1; }
  .expertise-strip { grid-template-columns: 1fr; }
  .expertise-item + .expertise-item { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .expertise-item h3 { margin-top: 30px; }
  .rent-teaser-grid, .contact-cta-grid, .location-strip-grid, .rent-booking-grid { align-items: start; grid-template-columns: 1fr; gap: 50px; }
  .contact-cta-side { border-left: 0; border-top: 1px solid rgba(255,255,255,.3); padding-left: 0; padding-top: 28px; }
  .page-hero { min-height: 600px; padding-top: 74px; }
  .page-hero-inner { min-height: 526px; }
  .page-hero-media { left: 25%; }
  .page-hero-media::after { background: linear-gradient(90deg, rgba(21,23,25,.95), rgba(21,23,25,.25)), linear-gradient(0deg, var(--ink), transparent); }
  .product-hero { min-height: 650px; padding-top: 74px; }
  .product-hero-grid { grid-template-columns: 1fr; min-height: 576px; }
  .product-hero-side { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding: 28px 0 0; }
  .product-grade { top: 35%; }
  .product-content { padding: 90px 0; }
  .contact-details > p { margin-bottom: 38px; }
  .rent-hero-art { inset: 74px -100px 0 20%; opacity: .74; }
  .rent-hero-art::before { right: 0; }
  .rent-hero-grid { min-height: 686px; }
  .rent-hero-copy { padding-top: 30px; }
  .rent-hero h1 { font-size: clamp(70px, 18vw, 120px); }
}

@media (max-width: 560px) {
  .eyebrow { font-size: 9px; }
  .hero { min-height: 780px; }
  .hero-copy { padding-top: 78px; }
  .hero-copy .display { margin-left: -3px; }
  .hero-intro p { font-size: 15px; max-width: 320px; }
  .button { min-width: 188px; }
  .product-grid, .value-grid, .process-grid, .fleet-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 420px; }
  .value-card { min-height: auto; padding: 34px 0; }
  .value-card, .value-card:last-child { border-left: 0; border-right: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .value-card h3 { margin-top: 80px; }
  .process-grid { gap: 45px; }
  .process-step + .process-step { border-left: 0; padding-left: 0; }
  .process-step h3 { margin-top: 40px; }
  .rent-teaser, .contact-cta, .rent-booking { padding: 90px 0; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .form-card { padding: 34px 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .form-note { grid-column: auto; }
  .contact-item { grid-template-columns: 26px 1fr; }
  .contact-item::after { display: none; }
  .rent-hero-actions { align-items: stretch; flex-direction: column; max-width: 240px; }
  .rent-hero-art { right: -180px; }
  .product-grade { font-size: 45vw; right: -8vw; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Dark, compact, image-led corporate direction inspired by the approved reference. */
:root {
  --ink: #080808;
  --ink-soft: #121212;
  --paper: #080808;
  --white: #f4f4f1;
  --muted: #9b9b98;
  --line: rgba(255, 255, 255, .13);
  --orange: #ff4d24;
  --orange-dark: #da3412;
  --lime: #ff4d24;
  --shell: min(1240px, calc(100vw - 64px));
}

body {
  background: var(--ink);
  color: var(--white);
  font-family: Mulish, Inter, "Segoe UI", Arial, sans-serif;
}

.display,
.section-title,
.page-hero h1,
.product-hero h1,
.contact-details h1,
.rent-hero h1,
.rent-booking h2,
.contact-cta h2,
.rent-teaser h2,
.manifesto blockquote {
  font-family: "Arial Narrow", "Roboto Condensed", Bahnschrift, Arial, sans-serif;
  font-stretch: condensed;
  font-weight: 800;
  text-transform: uppercase;
}

.site-header {
  background: rgba(8, 8, 8, .96);
  border-bottom: 1px solid var(--line);
  color: var(--white);
  grid-template-columns: 240px 1fr 240px;
  height: 76px;
}
.site-header.is-scrolled { background: rgba(8,8,8,.94); border-color: var(--line); height: 66px; }
.brand { filter: brightness(0) invert(1); width: 154px; }
.brand img { height: 54px; }
.desktop-nav { gap: 0; height: 100%; }
.desktop-nav a { align-items: center; border-left: 1px solid var(--line); display: flex; font-size: 10px; height: 100%; letter-spacing: .16em; padding: 0 28px; }
.desktop-nav a:last-child { border-right: 1px solid var(--line); }
.desktop-nav a::after { bottom: 0; height: 3px; }
.division-switch { background: var(--orange); font-size: 10px; padding: 12px 16px; }
.division-switch:hover { background: var(--white); color: var(--ink); }

.eyebrow { color: #c8c8c5; font-size: 9px; letter-spacing: .2em; }
.eyebrow::before { background: var(--orange); height: 1px; width: 24px; }
.eyebrow.light { color: #c8c8c5; }
.section-title { font-size: clamp(38px, 4.7vw, 68px); letter-spacing: -.045em; line-height: .98; }
.lead { color: var(--muted); font-size: 16px; line-height: 1.65; }
.button { border-radius: 0; font-size: 10px; min-width: 185px; padding: 15px 18px; }
.button.primary { background: var(--orange); }
.button.dark { background: var(--orange); color: var(--white); }
.button.dark:hover { background: var(--white); color: var(--ink); }

.hero { min-height: 820px; padding-top: 76px; }
.hero-media { inset: 76px 0 0; }
.hero-media img { filter: saturate(.65) contrast(1.25); }
.hero-media::after { background: linear-gradient(90deg, rgba(0,0,0,.97) 0%, rgba(0,0,0,.74) 44%, rgba(0,0,0,.22) 78%), linear-gradient(0deg, #080808 0%, transparent 42%), linear-gradient(120deg, transparent 58%, rgba(255,77,36,.24) 100%); }
.hero-grid { min-height: 620px; }
.hero-copy { padding: 75px 0 120px; }
.hero-copy .display { font-size: clamp(58px, 7vw, 98px); letter-spacing: -.055em; line-height: .88; max-width: 760px; }
.hero-copy .display em { color: var(--white); }
.hero-copy .display em::first-line { color: var(--white); }
.hero-copy .eyebrow { margin-bottom: 26px; }
.hero-intro { align-items: center; margin-top: 38px; }
.hero-intro p { color: #b2b2af; font-size: 14px; max-width: 390px; }
.hero-side { display: none; }
.hero-services { bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); left: 50%; position: absolute; transform: translateX(-50%); z-index: 5; }
.hero-services a { background: rgba(8,8,8,.88); border-left: 1px solid var(--line); border-top: 1px solid var(--line); min-height: 124px; padding: 22px 24px; text-decoration: none; transition: background .25s; }
.hero-services a:last-child { border-right: 1px solid var(--line); }
.hero-services a:hover { background: rgba(255,77,36,.92); }
.hero-services span { color: var(--orange); display: block; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.hero-services a:hover span { color: var(--white); }
.hero-services strong { display: block; font-size: 16px; margin: 14px 0 3px; text-transform: uppercase; }
.hero-services small { color: #858583; font-size: 11px; }
.hero-services a:hover small { color: rgba(255,255,255,.75); }
.scroll-cue { display: none; }

.positioning { background: #080808; padding: 110px 0 0; }
.positioning-grid { gap: 100px; grid-template-columns: .55fr 1.45fr; }
.positioning-kicker { border-color: var(--line); }
.positioning-kicker span { color: #898986; font-size: 9px; }
.positioning-kicker strong { color: rgba(255,255,255,.18); font-size: 54px; }
.positioning-copy .lead { margin: 28px 0 0; max-width: 680px; }
.intro-features { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 70px; }
.intro-features article { min-height: 190px; padding: 28px 34px 30px 0; }
.intro-features article:nth-child(even) { border-left: 1px solid var(--line); padding-left: 34px; }
.intro-features article:nth-child(n+3) { border-top: 1px solid var(--line); }
.intro-features span { color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.intro-features h3 { font-family: "Arial Narrow", Bahnschrift, Arial, sans-serif; font-size: 20px; margin: 36px 0 8px; text-transform: uppercase; }
.intro-features p { color: #858583; font-size: 12px; margin: 0; max-width: 420px; }

.products { background: #080808; padding: 110px 0; }
.section-head { margin-bottom: 52px; }
.section-head p { color: #8f8f8c; font-size: 13px; }
.product-grid { border-color: var(--line); gap: 8px; }
.product-card { background: #101010; border: 1px solid var(--line); min-height: 390px; overflow: hidden; padding: 22px; }
.product-card::before { background: radial-gradient(circle at 70% 32%, rgba(255,77,36,.2), transparent 38%), repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 1px, transparent 1px 10px); content: ""; inset: 0; opacity: .75; position: absolute; }
.product-card > * { position: relative; z-index: 1; }
.product-card .grade { color: rgba(255,255,255,.08); font-size: clamp(54px, 5vw, 76px); margin: 70px 0 22px -4px; }
.product-card:hover { background: var(--orange); }
.product-card h3 { font-family: "Arial Narrow", Bahnschrift, Arial, sans-serif; font-size: 19px; text-transform: uppercase; }
.product-card p { font-size: 12px; }
.product-card a { bottom: 22px; font-size: 9px; left: 22px; right: 22px; }

.why { background: #080808; padding: 0 0 110px; }
.why-grid { gap: 0; grid-template-columns: 1fr 1fr; }
.why-media { min-height: 620px; }
.why-media::after { border: 0; background: linear-gradient(90deg, transparent 60%, #111 100%), linear-gradient(0deg, rgba(255,77,36,.25), transparent 55%); inset: 0; }
.why-media-note { background: var(--orange); padding: 22px 24px; width: 250px; }
.why-copy { background: #111; padding: 60px; }
.why-copy > p { color: #92928f; font-size: 14px; }
.reason-list, .reason { border-color: var(--line); }
.reason h3 { font-family: "Arial Narrow", Bahnschrift, Arial, sans-serif; font-size: 17px; text-transform: uppercase; }
.reason p { color: #7f7f7c; font-size: 12px; }

.expertise { background: #0e0e0e; padding: 105px 0; }
.expertise-head { gap: 100px; margin-bottom: 56px; }
.expertise-head p { color: #8b8b88; font-size: 14px; }
.expertise-strip { border-color: var(--line); }
.expertise-item + .expertise-item { border-color: var(--line); }
.expertise-item h3 { font-family: "Arial Narrow", Bahnschrift, Arial, sans-serif; font-size: 20px; margin-top: 44px; text-transform: uppercase; }
.expertise-item p { color: #777774; font-size: 12px; }

.business-fit { background: linear-gradient(90deg, rgba(8,8,8,.97), rgba(8,8,8,.58)), url("../images/corporate/tanker-truck.jpg") center 44% / cover; padding: 105px 0; }
.business-fit .section-head p { color: #aaa9a5; }
.business-fit-grid { display: grid; gap: 8px; grid-template-columns: repeat(3, 1fr); }
.business-fit-grid article { background: rgba(8,8,8,.78); border: 1px solid var(--line); min-height: 270px; padding: 26px; }
.business-fit-grid span { color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.business-fit-grid h3 { font-family: "Arial Narrow", Bahnschrift, Arial, sans-serif; font-size: 20px; margin: 94px 0 10px; text-transform: uppercase; }
.business-fit-grid p { color: #92928f; font-size: 12px; margin: 0; }

.process { background: #080808; padding: 110px 0; }
.process > .shell { display: grid; gap: 70px; grid-template-columns: .75fr 1.25fr; }
.process .section-head { align-items: flex-start; display: block; margin: 0; }
.process .section-head p { margin-top: 26px; }
.process-grid { gap: 8px; grid-template-columns: repeat(2, 1fr); }
.process-step { background: linear-gradient(145deg, rgba(255,77,36,.12), transparent 60%), #111; border: 1px solid var(--line) !important; min-height: 250px; padding: 22px !important; }
.process-step::after { display: none; }
.process-step h3 { font-family: "Arial Narrow", Bahnschrift, Arial, sans-serif; font-size: 18px; margin: 82px 0 10px; text-transform: uppercase; }
.process-step p { color: #81817e; font-size: 12px; }

.values { background: #101010; padding: 105px 0; }
.value-grid { gap: 8px; }
.value-card, .value-card:last-child { background: #080808; border: 1px solid var(--line); min-height: 330px; padding: 24px; }
.value-card h3 { font-family: "Arial Narrow", Bahnschrift, Arial, sans-serif; font-size: 21px; margin: 112px 0 12px; text-transform: uppercase; }
.value-card p { color: #7e7e7b; font-size: 12px; }

.faq { background: #080808; padding: 110px 0; }
.faq-grid { display: grid; gap: 0; grid-template-columns: 1fr 1fr; }
.faq-media { min-height: 590px; }
.faq-media img { filter: saturate(.55) contrast(1.1); height: 100%; object-fit: cover; width: 100%; }
.faq-copy { background: #111; padding: 60px; }
.faq-copy .section-title { margin: 24px 0 46px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-family: "Arial Narrow", Bahnschrift, Arial, sans-serif; font-size: 15px; font-weight: 750; list-style: none; padding: 21px 40px 21px 0; position: relative; text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { background: var(--orange); content: "+"; display: grid; height: 28px; place-items: center; position: absolute; right: 0; top: 16px; width: 28px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { color: #8e8e8b; font-size: 12px; margin: -4px 40px 22px 0; }

.rent-teaser { background: #101010; color: var(--white); padding: 95px 0; }
.rent-teaser::before { color: rgba(255,255,255,.025); }
.rent-teaser .eyebrow::before { background: var(--orange); }
.rent-teaser h2 { font-size: clamp(46px, 6vw, 82px); }
.rent-teaser-copy p { color: #92928f; font-size: 14px; }
.contact-cta { background: linear-gradient(90deg, rgba(8,8,8,.95), rgba(8,8,8,.42)), url("../images/corporate/tanker-truck.jpg") center 58% / cover; padding: 115px 0; }
.contact-cta::after { display: none; }
.contact-cta h2 { font-size: clamp(44px, 5.5vw, 78px); }
.contact-cta-side { border-color: rgba(255,255,255,.24); }
.site-footer { border-top: 1px solid var(--line); }

.page-hero, .product-hero { padding-top: 76px; }
.page-hero { min-height: 600px; }
.page-hero-inner { min-height: 524px; padding-bottom: 66px; }
.page-hero-media { inset: 76px 0 0 38%; }
.page-hero-media::after { background: linear-gradient(90deg,#080808 0%,rgba(8,8,8,.62) 38%,rgba(8,8,8,.18)),linear-gradient(0deg,#080808,transparent 60%),linear-gradient(120deg,transparent 60%,rgba(255,77,36,.2)); }
.page-hero h1 { font-size: clamp(54px, 7vw, 94px); }
.story, .goal-panel, .contact-page, .product-content, .more-products, .rent-intro, .fleet-section { background: #080808; color: var(--white); }
.story-aside, .contact-list, .contact-item, .product-facts, .product-fact { border-color: var(--line); }
.story-aside p, .story-copy p, .goal-copy p, .contact-details > p, .product-content p { color: #92928f; }
.manifesto { background: var(--orange); }
.manifesto blockquote span { color: #080808; }
.goal-panel { background: #101010; }
.form-card { background: #111; }
.field input, .field textarea, .field select { border-color: var(--line); color: var(--white); }
.field select option { background: #111; }
.form-note, .field small { color: #777774; }
.location-strip { background: #111; }
.product-hero::after { border-color: var(--line); }
.product-content-grid { gap: 70px; }
.product-disclaimer { background: #111; }
.more-products { background: #0e0e0e; }

.rent-page { --rent-accent: var(--orange); }
.rent-page .brand { filter: brightness(0) invert(1); }
.rent-page .division-switch { background: var(--orange); color: var(--white); }
.rent-hero { padding-top: 76px; }
.rent-hero-art { inset: 76px 0 0 42%; }
.rent-hero-art::before { background: rgba(255,77,36,.92); border-radius: 0; clip-path: polygon(24% 0,100% 0,100% 100%,0 100%); height: 100%; max-height: none; max-width: none; right: 0; top: 0; transform: none; width: 100%; }
.rent-hero h1 span { color: var(--orange); }
.rent-hero .button.primary { background: var(--orange); color: var(--white); }
.fleet-section { background: #101010; }
.vehicle-card.placeholder { background: #111; border-color: var(--line); }
.vehicle-visual { background: #080808; }
.vehicle-visual svg { stroke: var(--orange); }
.vehicle-copy > span, .vehicle-card p { color: #858582; }
.fleet-note { background: var(--orange); color: var(--white); }
.rent-booking { background: linear-gradient(90deg, rgba(8,8,8,.92), rgba(8,8,8,.25)), url("../images/corporate/tanker-truck.jpg") center / cover; color: var(--white); }

@media (max-width: 900px) {
  :root { --shell: min(100% - 40px, 1240px); }
  .site-header { height: 68px; padding-inline: 20px; }
  .site-header.is-scrolled { height: 60px; }
  .hero { min-height: 850px; padding-top: 68px; }
  .hero-media { inset: 68px 0 0; }
  .hero-grid { min-height: 660px; }
  .hero-copy { padding-top: 90px; }
  .hero-services { grid-template-columns: 1fr; position: relative; }
  .hero-services a { min-height: 92px; }
  .hero-services a + a { border-top: 0; }
  .positioning-grid, .process > .shell { grid-template-columns: 1fr; gap: 48px; }
  .product-grid, .value-grid { grid-template-columns: repeat(2, 1fr); }
  .business-fit-grid { grid-template-columns: 1fr; }
  .business-fit-grid article { min-height: 220px; }
  .business-fit-grid h3 { margin-top: 60px; }
  .why-grid, .faq-grid { grid-template-columns: 1fr; }
  .why-copy, .faq-copy { padding: 44px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .rent-hero { padding-top: 68px; }
  .rent-hero-art { inset: 68px -10% 0 28%; opacity: .58; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100vw - 28px); }
  .brand { width: 140px; }
  .hero { min-height: auto; }
  .hero-grid { min-height: 620px; }
  .hero-copy { padding: 72px 0 100px; }
  .hero-copy .display { font-size: clamp(48px, 15vw, 72px); }
  .hero-intro { align-items: flex-start; flex-direction: column; }
  .hero-services { bottom: auto; left: auto; transform: none; width: var(--shell); }
  .positioning { padding-top: 82px; }
  .intro-features, .product-grid, .value-grid, .process-grid { grid-template-columns: 1fr; }
  .intro-features article:nth-child(even) { border-left: 0; padding-left: 0; }
  .intro-features article:nth-child(n+2) { border-top: 1px solid var(--line); }
  .product-card { min-height: 350px; }
  .why-copy, .faq-copy { padding: 34px 24px; }
  .why-media, .faq-media { min-height: 390px; }
  .process-step { min-height: 220px; }
  .value-card, .value-card:last-child { padding: 24px; }
  .page-hero, .product-hero { padding-top: 68px; }
  .page-hero-media { inset: 68px 0 0 12%; }
}

/* Rent-a-Car content system */
.fleet-action { align-items: center; border: 1px solid var(--line); border-top: 0; display: flex; justify-content: space-between; padding: 24px 26px; }
.fleet-action p { color: var(--muted); font-size: 13px; margin: 0; }
.rent-flow-intro { color: rgba(255,255,255,.55); font-size: 13px; margin: 26px 0 0; max-width: 430px; }

.rent-benefits { background: #101010; padding: 110px 0; }
.rent-benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.rent-benefits-grid article { border-left: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: 34px 1fr; min-height: 220px; padding: 26px; }
.rent-benefits-grid article:nth-child(3n) { border-right: 1px solid var(--line); }
.rent-benefits-grid article:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
.rent-benefits-grid span { color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.rent-benefits-grid h3 { font-family: "Arial Narrow", Bahnschrift, Arial, sans-serif; font-size: 18px; margin: 62px 0 8px; text-transform: uppercase; }
.rent-benefits-grid p { color: #858582; font-size: 12px; margin: 0; }

.rent-showcase { background: #080808; padding: 110px 0; }
.rent-showcase-grid { align-items: stretch; display: grid; grid-template-columns: .8fr 1.2fr; }
.rent-showcase-copy { background: #111; padding: 60px; }
.rent-showcase-copy .section-title { margin: 28px 0; }
.rent-showcase-copy p { color: #8f8f8c; font-size: 13px; margin: 0 0 34px; }
.rent-showcase-art { align-items: center; background: var(--orange); display: flex; justify-content: center; min-height: 520px; overflow: hidden; position: relative; }
.rent-showcase-art span { color: rgba(8,8,8,.08); font-family: "Arial Narrow", Bahnschrift, Arial, sans-serif; font-size: 340px; font-weight: 850; left: -20px; letter-spacing: -.12em; position: absolute; top: 50%; transform: translateY(-54%); }
.rent-showcase-art svg { fill: rgba(8,8,8,.04); position: relative; stroke: #111; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 88%; z-index: 1; }

.rent-faq { background: #101010; padding: 110px 0; }
.rent-faq-grid { display: grid; gap: 90px; grid-template-columns: .8fr 1.2fr; }
.rent-faq-grid > div:first-child > .section-title { margin: 28px 0 24px; }
.rent-faq-grid > div:first-child > p { color: #888885; font-size: 13px; max-width: 390px; }
.rent-faq .faq-list p { font-size: 13px; }

@media (max-width: 900px) {
  .rent-benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .rent-benefits-grid article:nth-child(3n) { border-right: 0; }
  .rent-benefits-grid article:nth-child(even) { border-right: 1px solid var(--line); }
  .rent-benefits-grid article:nth-last-child(-n+3) { border-bottom: 0; }
  .rent-benefits-grid article:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .rent-showcase-grid, .rent-faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .fleet-action { align-items: flex-start; flex-direction: column; gap: 20px; }
  .rent-benefits, .rent-showcase, .rent-faq { padding: 82px 0; }
  .rent-benefits-grid { grid-template-columns: 1fr; }
  .rent-benefits-grid article, .rent-benefits-grid article:nth-child(3n), .rent-benefits-grid article:nth-child(even) { border-bottom: 0; border-right: 1px solid var(--line); min-height: 190px; }
  .rent-benefits-grid article:last-child { border-bottom: 1px solid var(--line); }
  .rent-benefits-grid h3 { margin-top: 40px; }
  .rent-showcase-copy { padding: 36px 24px; }
  .rent-showcase-art { min-height: 340px; }
  .rent-showcase-art span { font-size: 220px; }
  .rent-faq-grid { gap: 50px; }
}

/* Verified fleet catalogue */
.fleet-hero .page-hero-inner { align-items: end; justify-content: space-between; }
.fleet-hero-stat { align-items: flex-end; border-left: 1px solid var(--line); display: flex; gap: 16px; margin-bottom: 4px; padding: 20px 0 20px 34px; position: relative; z-index: 2; }
.fleet-hero-stat strong { color: var(--orange); font-family: "Arial Narrow", Bahnschrift, Arial, sans-serif; font-size: 84px; letter-spacing: -.08em; line-height: .75; }
.fleet-hero-stat span { color: #999996; font-size: 10px; font-weight: 800; letter-spacing: .12em; line-height: 1.45; text-transform: uppercase; }
.fleet-catalog .fleet-grid { align-items: stretch; }
.vehicle-card.actual { background: #111; border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 560px; }
.vehicle-card.actual .vehicle-visual { border-bottom: 1px solid var(--line); height: 270px; flex: 0 0 auto; }
.vehicle-card.actual .vehicle-visual::after { background: radial-gradient(circle at 50% 70%, rgba(255,77,36,.12), transparent 46%), repeating-linear-gradient(135deg, rgba(255,255,255,.018) 0 1px, transparent 1px 12px); content: ""; inset: 0; position: absolute; }
.vehicle-card.actual .vehicle-visual svg { fill: rgba(255,77,36,.035); stroke: var(--orange); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 90%; }
.vehicle-card.actual .vehicle-visual small { bottom: 14px; color: #5f5f5c; font-size: 8px; font-weight: 700; left: 18px; letter-spacing: .1em; position: absolute; text-transform: uppercase; z-index: 2; }
.vehicle-card.actual .vehicle-copy { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.vehicle-meta { color: #777774; display: flex; font-size: 8px; font-weight: 800; justify-content: space-between; letter-spacing: .12em; text-transform: uppercase; }
.vehicle-card.actual h3 { font-family: "Arial Narrow", Bahnschrift, Arial, sans-serif; font-size: 25px; line-height: 1; margin: 23px 0 7px; text-transform: uppercase; }
.vehicle-variant { color: var(--orange); font-size: 10px; letter-spacing: .12em; margin-bottom: 16px; text-transform: uppercase; }
.vehicle-card.actual .vehicle-copy p { color: #aaa9a5; font-size: 12px; margin: 10px 0; }
.vehicle-card.actual .vehicle-copy > small { color: #686865; font-size: 10px; line-height: 1.5; }
.vehicle-card.actual .vehicle-copy > a { border-top: 1px solid var(--line); color: var(--white); margin: auto 0 0; padding: 19px 0 0; }
.vehicle-card.actual .vehicle-copy > a:hover { color: var(--orange); }
.vehicle-suv svg, .vehicle-defender-long svg { transform: scaleY(1.08) translateY(-4px); transform-origin: center bottom; }
.vehicle-defender-short svg { transform: scaleX(.87) scaleY(1.1); }
.vehicle-sport svg { transform: scaleY(.78) translateY(18px); transform-origin: center bottom; }
.vehicle-suv-coupe svg { transform: scaleY(.93) skewX(-2deg); }

@media (max-width: 900px) {
  .fleet-hero .page-hero-inner { align-items: flex-start; flex-direction: column; justify-content: flex-end; }
  .fleet-hero-stat { border-left: 0; border-top: 1px solid var(--line); margin-top: 32px; padding: 24px 0 0; }
}

@media (max-width: 560px) {
  .fleet-hero-stat strong { font-size: 64px; }
  .vehicle-card.actual { min-height: 520px; }
}

/* Motion and scroll transitions */
.scroll-progress { background: var(--orange); bottom: -1px; height: 2px; left: 0; pointer-events: none; position: absolute; transform: scaleX(0); transform-origin: left center; width: 100%; z-index: 70; }

.motion-ready .scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity .7s var(--ease) var(--reveal-delay, 0ms), transform .85s var(--ease) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.motion-ready .scroll-reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }

.motion-ready .image-reveal {
  opacity: 0;
  transform: scale(.965);
  transition: opacity .75s ease, transform 1.05s var(--ease);
  will-change: opacity, transform;
}
.motion-ready .image-reveal.is-visible { opacity: 1; transform: scale(1); }

.motion-ready .hero-copy .eyebrow,
.motion-ready .hero-copy .display,
.motion-ready .hero-intro,
.motion-ready .rent-hero-copy .eyebrow,
.motion-ready .rent-hero-copy h1,
.motion-ready .rent-hero-copy > p,
.motion-ready .rent-hero-actions {
  animation: hero-enter .8s var(--ease) both;
}
.motion-ready .hero-copy .display,
.motion-ready .rent-hero-copy h1 { animation-delay: .09s; }
.motion-ready .hero-intro,
.motion-ready .rent-hero-copy > p { animation-delay: .18s; }
.motion-ready .rent-hero-actions { animation-delay: .27s; }

@keyframes hero-enter {
  from { opacity: 0; transform: translate3d(0, 24px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.hero-media img, .page-hero-media img { transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.055); transition: transform .12s linear; }
.contact-cta, .rent-booking { background-position: center calc(50% + var(--parallax-y, 0px)); }

.product-card, .vehicle-card.actual, .business-fit-grid article, .rent-benefits-grid article, .process-step { transition: border-color .3s ease, background-color .3s ease, transform .4s var(--ease), box-shadow .4s var(--ease); }
.vehicle-card.actual:hover, .business-fit-grid article:hover, .rent-benefits-grid article:hover, .process-step:hover { border-color: rgba(255,77,36,.65) !important; box-shadow: 0 22px 48px rgba(0,0,0,.28); transform: translateY(-6px); }
.vehicle-card.actual .vehicle-visual svg { transition: transform .55s var(--ease), stroke .3s ease; }
.vehicle-card.actual:hover .vehicle-visual svg { transform: translateY(-5px) scale(1.025); }
.vehicle-card.actual:hover .vehicle-suv svg, .vehicle-card.actual:hover .vehicle-defender-long svg { transform: scaleY(1.08) translateY(-9px) scale(1.025); }
.button svg, .text-link svg, .division-switch svg, .vehicle-card a svg, .product-card a svg { transition: transform .3s var(--ease); }
.button:hover svg, .text-link:hover svg, .division-switch:hover svg, .vehicle-card a:hover svg, .product-card a:hover svg { transform: translateX(5px); }

@media (prefers-reduced-motion: reduce) {
  .motion-ready .scroll-reveal,
  .motion-ready .image-reveal { opacity: 1; transform: none; transition: none; }
  .motion-ready .hero-copy .eyebrow,
  .motion-ready .hero-copy .display,
  .motion-ready .hero-intro,
  .motion-ready .rent-hero-copy .eyebrow,
  .motion-ready .rent-hero-copy h1,
  .motion-ready .rent-hero-copy > p,
  .motion-ready .rent-hero-actions { animation: none; }
  .hero-media img, .page-hero-media img { transform: none; transition: none; }
}
