:root {
  --ink: #0a0d0b;
  --ink-2: #111612;
  --panel: #171d18;
  --paper: #f5f7f3;
  --muted: #a9b2a9;
  --line: rgba(255,255,255,.13);
  --green: #5ee600;
  --green-dark: #46ad00;
  --white: #fff;
  --shell: min(1180px, calc(100% - 40px));
  --shadow: 0 28px 70px rgba(0,0,0,.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #172018; background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--green); color: #071000; padding: 10px 14px; font-weight: 800; text-decoration: none; }
.skip-link:focus { top: 12px; }

.topbar { background: #050706; color: #bdc7bd; font-size: .8rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; gap: 14px; }
.topbar-inner a { color: var(--green); margin-left: auto; text-decoration: none; }
.topbar-divider { width: 1px; height: 12px; background: #596159; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(10,13,11,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(15px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: block; flex: 0 0 auto; }
.brand img { width: 206px; height: auto; mix-blend-mode: screen; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: #dbe2db; font-size: .92rem; font-weight: 750; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--green); }
.site-nav .nav-cta { padding: 11px 17px; border: 1px solid var(--green); color: var(--green); }
.menu-toggle { display: none; width: 44px; height: 42px; padding: 9px; border: 1px solid var(--line); background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; }

.hero { overflow: hidden; color: white; background: radial-gradient(circle at 78% 32%, rgba(94,230,0,.12), transparent 28%), linear-gradient(140deg, #0d110e 0%, #090b0a 60%, #111711 100%); }
.hero-grid { min-height: 660px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 72px; padding-block: 74px 82px; }
.eyebrow, .section-kicker { margin: 0 0 15px; color: var(--green-dark); font-size: .77rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hero .eyebrow { color: var(--green); display: flex; align-items: center; gap: 11px; }
.eyebrow span { width: 32px; height: 2px; background: var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.05; letter-spacing: -.035em; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(3.3rem, 6.2vw, 6.2rem); font-weight: 950; text-transform: uppercase; }
h1 em { display: block; color: var(--green); font-style: normal; }
.hero-lede { max-width: 650px; margin-bottom: 30px; color: #c6cec6; font-size: 1.13rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border: 1px solid transparent; border-radius: 2px; font-size: .9rem; font-weight: 900; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; fill: currentColor; }
.button-primary { background: var(--green); color: #081000; box-shadow: 0 12px 36px rgba(94,230,0,.15); }
.button-primary:hover { background: #6cff08; }
.button-secondary { border-color: rgba(255,255,255,.36); color: white; }
.button-secondary:hover { border-color: white; background: rgba(255,255,255,.06); }
.button-dark { margin-top: 12px; background: var(--ink); color: white; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 24px; padding: 0; margin: 0; list-style: none; color: #98a198; font-size: .84rem; text-transform: uppercase; letter-spacing: .05em; }
.trust-row li::before { content: "✓"; color: var(--green); margin-right: 7px; font-weight: 900; }
.trust-row strong { color: white; }
.hero-visual { position: relative; }
.photo-frame { position: relative; overflow: hidden; border: 1px solid rgba(94,230,0,.35); box-shadow: var(--shadow); transform: rotate(1.2deg); }
.photo-frame::before { content: ""; position: absolute; inset: 0; z-index: 1; box-shadow: inset 0 0 0 10px rgba(10,13,11,.28); pointer-events: none; }
.photo-frame img { width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; filter: contrast(1.04) saturate(.92); }
.hero-card { position: absolute; left: -38px; bottom: -24px; z-index: 2; display: flex; align-items: center; gap: 13px; padding: 16px 19px; background: white; color: var(--ink); box-shadow: 0 18px 48px rgba(0,0,0,.35); }
.hero-card div { display: flex; flex-direction: column; }
.hero-card strong { font-size: .93rem; text-transform: uppercase; }
.hero-card small { color: #5d665d; font-size: .72rem; }
.pulse { width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(94,230,0,.16); }
.service-ribbon { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.025); }
.service-ribbon .shell { min-height: 66px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.service-ribbon span { padding: 0 20px; color: #d8dfd8; border-left: 1px solid var(--line); font-size: .76rem; font-weight: 850; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.service-ribbon span:last-child { border-right: 1px solid var(--line); }

.section-pad { padding-block: 104px; }
h2 { margin-bottom: 36px; color: var(--ink); font-size: clamp(2.4rem, 5vw, 4.8rem); font-weight: 950; text-transform: uppercase; }
.audiences h2 { max-width: 800px; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.audience-card { position: relative; min-height: 450px; padding: 42px; overflow: hidden; border: 1px solid #dbe0da; background: white; }
.fleet-card { color: white; border-color: #1d261f; background: var(--ink-2); }
.card-number { position: absolute; top: 12px; right: 22px; color: rgba(14,22,15,.06); font-size: 7.5rem; font-weight: 950; line-height: 1; }
.fleet-card .card-number { color: rgba(255,255,255,.06); }
.card-label { color: var(--green-dark); font-size: .76rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.audience-card h3 { max-width: 450px; margin-bottom: 19px; font-size: clamp(2rem, 3.5vw, 3.2rem); text-transform: uppercase; }
.audience-card > p:not(.card-label) { max-width: 520px; color: #626d63; }
.fleet-card > p:not(.card-label) { color: #aeb8ae; }
.audience-card ul { padding: 0; margin: 28px 0 32px; list-style: none; }
.audience-card li { padding: 11px 0; border-bottom: 1px solid #e6eae5; font-weight: 720; }
.fleet-card li { border-color: rgba(255,255,255,.11); }
.audience-card li::before { content: "+"; margin-right: 11px; color: var(--green-dark); font-weight: 950; }
.text-link { color: inherit; font-size: .86rem; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; text-underline-offset: 5px; }
.text-link span { color: var(--green-dark); font-size: 1.25rem; }

.services { background: #e9ede7; }
.services-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.services-intro { position: sticky; top: 130px; }
.services-intro h2 { font-size: clamp(2.3rem, 4vw, 4rem); }
.services-intro > p:not(.section-kicker) { max-width: 480px; color: #5f695f; }
.service-list { border-top: 1px solid #c9d0c8; }
.service-list article { display: grid; grid-template-columns: 62px 1fr; gap: 18px; padding: 30px 0; border-bottom: 1px solid #c9d0c8; }
.service-list article > span { color: var(--green-dark); font-size: .78rem; font-weight: 900; }
.service-list h3 { margin-bottom: 7px; font-size: 1.5rem; text-transform: uppercase; }
.service-list p { margin: 0; color: #626c62; }

.work { color: white; background: var(--ink); }
.work h2 { margin-bottom: 0; color: white; }
.section-heading-row { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: end; margin-bottom: 42px; }
.section-heading-row > p { color: #9fa99f; }
.work-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 390px 310px; gap: 12px; }
.work-grid figure { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #202620; }
.work-grid img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.05); transition: transform .5s ease, filter .5s ease; }
.work-grid figure:nth-child(1) img { object-position: 62% center; }
.work-grid figure:nth-child(2) img { object-position: center 44%; }
.work-grid figure:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.04); }
.work-grid figcaption { position: absolute; left: 14px; bottom: 14px; padding: 8px 11px; background: rgba(8,11,9,.86); color: white; font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

.why { background: white; }
.why-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.why h2 { font-size: clamp(2.3rem, 4.5vw, 4.3rem); }
.reason-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #d9ded8; border-left: 1px solid #d9ded8; }
.reason-grid article { min-height: 220px; padding: 27px; border-right: 1px solid #d9ded8; border-bottom: 1px solid #d9ded8; }
.reason-grid strong { color: var(--green-dark); font-size: .75rem; }
.reason-grid h3 { margin: 22px 0 11px; font-size: 1.25rem; text-transform: uppercase; }
.reason-grid p { color: #657065; font-size: .94rem; }

.request { color: white; background: linear-gradient(125deg, #101511, #070908); }
.request-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: start; }
.request h2 { color: white; }
.request-copy > p:not(.section-kicker) { color: #aab4aa; font-size: 1.05rem; }
.contact-block { display: flex; flex-direction: column; align-items: flex-start; margin-top: 46px; padding-left: 20px; border-left: 3px solid var(--green); }
.contact-block small { color: #8f998f; font-weight: 800; text-transform: uppercase; }
.contact-block a { color: white; font-size: clamp(2rem, 4vw, 3rem); font-weight: 950; letter-spacing: -.04em; text-decoration: none; }
.contact-block span { color: #8f998f; }
.request-form { display: grid; gap: 20px; padding: 36px; border: 1px solid var(--line); background: rgba(255,255,255,.045); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.request-form label { display: grid; gap: 7px; color: #dfe5df; font-size: .84rem; font-weight: 800; }
.request-form input, .request-form select, .request-form textarea { width: 100%; border: 1px solid #3d463e; border-radius: 0; outline: none; background: #0d120e; color: white; padding: 14px; }
.request-form input:focus, .request-form select:focus, .request-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(94,230,0,.1); }
.request-form textarea { resize: vertical; }
.submit-button { width: 100%; }
.form-note { margin: -6px 0 0; color: #8e988e; font-size: .78rem; }
.form-status { min-height: 0; color: var(--green); font-weight: 750; }

.site-footer { padding: 60px 0 28px; color: #bcc5bc; background: #050706; }
.footer-main { display: grid; grid-template-columns: 220px 1fr 1.4fr .8fr; gap: 34px; align-items: center; padding-bottom: 40px; }
.footer-main img { width: 190px; mix-blend-mode: screen; }
.footer-main div { display: flex; flex-direction: column; gap: 5px; }
.footer-main strong { color: white; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-main span, .footer-main a { font-size: .89rem; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid var(--line); color: #7e887e; font-size: .78rem; }
.footer-bottom div { display: flex; gap: 24px; }
.footer-bottom a { color: #b7c0b7; }
.mobile-bar { display: none; }

@media (max-width: 940px) {
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 20px; background: #0a0d0b; border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 8px; border-bottom: 1px solid var(--line); }
  .site-nav .nav-cta { margin-top: 12px; text-align: center; }
  .menu-toggle { display: block; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 58px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { max-width: 680px; }
  .services-layout, .why-grid, .request-grid { grid-template-columns: 1fr; gap: 50px; }
  .services-intro { position: static; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  :root { --shell: min(100% - 28px, 1180px); }
  body { padding-bottom: 58px; }
  .topbar-inner { justify-content: center; }
  .topbar-inner span:nth-child(2), .topbar-inner span:nth-child(3), .topbar-inner a { display: none; }
  .header-inner { min-height: 74px; }
  .brand img { width: 164px; }
  .hero-grid { padding-block: 54px 58px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.4rem); }
  .hero-actions .button { width: 100%; }
  .hero-card { left: 12px; right: 12px; bottom: -24px; }
  .service-ribbon .shell { grid-template-columns: 1fr 1fr; padding-block: 8px; }
  .service-ribbon span { min-height: 44px; display: grid; place-items: center; padding: 8px; border-bottom: 1px solid var(--line); }
  .section-pad { padding-block: 76px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 0; padding: 30px 24px; }
  .work-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 300px); }
  .section-heading-row { grid-template-columns: 1fr; gap: 18px; }
  .reason-grid, .field-row { grid-template-columns: 1fr; }
  .request-form { padding: 25px 20px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main img { width: 210px; }
  .footer-bottom { flex-direction: column; gap: 15px; }
  .mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: 1fr 1fr; height: 58px; box-shadow: 0 -8px 30px rgba(0,0,0,.24); }
  .mobile-bar a { display: grid; place-items: center; color: #081000; background: var(--green); font-size: .84rem; font-weight: 950; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
  .mobile-bar a:last-child { color: white; background: #101411; border-left: 1px solid #303830; }
}

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