:root {
  --red: #ae0f18;
  --red-dark: #79070e;
  --yellow: #f3c724;
  --ink: #151515;
  --ink-soft: #3e3e3e;
  --paper: #f5f3ee;
  --white: #fff;
  --line: rgba(21, 21, 21, .14);
  --container: min(1240px, calc(100% - 48px));
  --shadow: 0 20px 60px rgba(12, 12, 12, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 82px; }
#sertifikati { scroll-margin-top: 110px; }
#top { scroll-margin-top: 0; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", sans-serif; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: var(--container); 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; z-index: 999; top: 12px; left: 12px; transform: translateY(-150%); padding: 12px 18px; background: var(--yellow); color: var(--ink); font-weight: 800; }
.skip-link:focus { transform: none; }

.utility-bar { background: #111; color: rgba(255,255,255,.74); font-size: 12px; letter-spacing: .05em; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-links { display: flex; align-items: center; gap: 28px; }
.utility-links a:hover { color: white; }
.lang { display: flex; gap: 10px; color: rgba(255,255,255,.44); }
.lang b { color: var(--yellow); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(0,0,0,.08); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { flex: 0 0 220px; }
.brand img { width: 220px; height: auto; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.primary-nav > a:not(.nav-cta), .nav-dropdown-toggle { position: relative; padding: 28px 0; }
.primary-nav > a:not(.nav-cta)::after, .nav-dropdown-toggle::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--red); transition: right .25s ease; }
.primary-nav > a:not(.nav-cta):hover::after, .nav-dropdown-toggle:hover::after, .nav-dropdown.is-open .nav-dropdown-toggle::after { right: 0; }
.nav-dropdown { position: relative; align-self: stretch; display: flex; align-items: center; }
.nav-dropdown-toggle { display: flex; align-items: center; gap: 7px; border: 0; color: inherit; background: transparent; cursor: pointer; font-weight: 700; }
.nav-dropdown-toggle > span { font-size: 16px; transition: transform .2s ease; }
.nav-dropdown:hover .nav-dropdown-toggle > span, .nav-dropdown.is-open .nav-dropdown-toggle > span { transform: rotate(180deg); }
.nav-submenu { position: absolute; top: calc(100% - 8px); left: -24px; min-width: 276px; padding: 12px; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-8px); color: #fff; background: #111; box-shadow: 0 24px 60px rgba(0,0,0,.3); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.nav-dropdown:hover .nav-submenu, .nav-dropdown.is-open .nav-submenu { visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
.nav-submenu a { display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 12px; padding: 13px 12px; border-bottom: 1px solid rgba(255,255,255,.1); line-height: 1.35; transition: color .2s ease, background .2s ease; }
.nav-submenu a:last-child { border-bottom: 0; }
.nav-submenu a:hover, .nav-submenu a:focus-visible { color: var(--yellow); background: rgba(255,255,255,.06); }
.nav-submenu small { color: var(--yellow); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 23px; border: 1px solid transparent; font-weight: 800; letter-spacing: -.01em; transition: .25s ease; }
.nav-cta { color: #fff; background: var(--red); }
.nav-cta:hover, .button-primary:hover { background: var(--red-dark); transform: translateY(-2px); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .25s ease; }

.hero { position: relative; min-height: calc(100vh - 120px); display: grid; align-items: center; color: white; overflow: hidden; background: #17191a; }
.hero-bg { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(10,11,12,.93) 0%, rgba(10,11,12,.72) 44%, rgba(10,11,12,.17) 82%), linear-gradient(0deg, rgba(10,11,12,.44), transparent 40%), url("assets/images/logistics.jpg"); background-position: center; background-size: cover; transform: scale(1.015); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: repeating-linear-gradient(120deg, transparent 0 9px, rgba(255,255,255,.1) 10px); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; min-height: calc(100vh - 120px); padding-block: 96px 120px; display: grid; grid-template-columns: minmax(0, 1fr) 290px; align-items: end; gap: 8vw; }
.hero-copy { max-width: 790px; }
.eyebrow { margin: 0 0 22px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--yellow); }
.hero h1, h2, .service-card h3, .fleet-panel h3, .location-card h3 { margin: 0; font-family: "Oswald", sans-serif; text-transform: uppercase; line-height: 1.02; }
.hero h1 { max-width: 820px; font-size: clamp(58px, 7.5vw, 112px); letter-spacing: -.035em; }
.hero h1 span { color: var(--yellow); }
.hero-lead { max-width: 690px; margin: 28px 0 38px; color: rgba(255,255,255,.8); font-size: clamp(17px, 1.6vw, 21px); }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button-primary { color: white; background: var(--red); }
.text-link { display: inline-flex; gap: 14px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-weight: 800; }
.light-link { color: white; }
.text-link:hover span { transform: translateX(4px); }
.text-link span { transition: transform .2s ease; }
.hero-facts { align-self: end; border-top: 1px solid rgba(255,255,255,.35); }
.fact { display: grid; grid-template-columns: 90px 1fr; align-items: baseline; gap: 14px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.fact strong { color: var(--yellow); font-family: "Oswald", sans-serif; font-size: 36px; line-height: 1; }
.fact span { color: rgba(255,255,255,.8); font-size: 13px; }
.hero-scroll { position: absolute; z-index: 3; left: 24px; bottom: 38px; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left bottom; }
.hero-scroll span { display: block; width: 38px; height: 1px; background: var(--yellow); }

.trust-strip { background: white; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { position: relative; min-height: 150px; padding: 34px 30px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-number { display: block; margin-bottom: 15px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.trust-grid strong { display: block; margin-bottom: 6px; font-size: 14px; }
.trust-grid small { color: #747474; font-size: 12px; line-height: 1.4; }

.section { padding: 120px 0; }
.section-heading { margin-bottom: 58px; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .65fr); gap: 10vw; align-items: end; }
.section h2, .quote-section h2 { font-size: clamp(42px, 5.2vw, 72px); letter-spacing: -.025em; }
.section-heading > p, .fleet-intro > p { margin: 0; color: #666; font-size: 16px; }

.services { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-auto-rows: 380px; gap: 16px; }
.service-card { position: relative; min-height: 380px; overflow: hidden; color: white; background: #222; }
.service-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.service-card:hover img { transform: scale(1.04); }
.service-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.86)); }
.service-featured { grid-row: span 2; }
.service-wide { grid-column: 1 / -1; min-height: 340px; }
.service-wide img { object-position: center 58%; }
.service-content { position: absolute; inset: auto 36px 34px; max-width: 640px; }
.service-index { display: block; margin-bottom: 12px; color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-card h3 { font-size: clamp(30px, 3.2vw, 48px); }
.service-card p { max-width: 600px; margin: 15px 0 0; color: rgba(255,255,255,.76); font-size: 14px; }
.service-card a { display: inline-flex; gap: 12px; margin-top: 22px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.55); font-size: 13px; font-weight: 800; }

.fleet { color: white; background: #171919; }
.fleet-intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr); gap: 10vw; align-items: end; margin-bottom: 60px; }
.fleet-intro > p { color: rgba(255,255,255,.62); }
.fleet-stage { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(390px, .85fr); min-height: 640px; background: #222424; }
.fleet-photo { position: relative; min-height: 580px; overflow: hidden; }
.fleet-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(34,36,36,.45)); }
.fleet-photo img { height: 100%; object-fit: cover; object-position: center; }
.photo-label { position: absolute; z-index: 2; left: 24px; bottom: 24px; padding: 8px 12px; color: #111; background: var(--yellow); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.fleet-control { display: grid; grid-template-columns: 126px 1fr; }
.fleet-tabs { display: flex; flex-direction: column; border-left: 1px solid rgba(255,255,255,.1); border-right: 1px solid rgba(255,255,255,.1); }
.fleet-tab { flex: 1; padding: 18px 14px; color: rgba(255,255,255,.52); background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; writing-mode: vertical-rl; transform: rotate(180deg); }
.fleet-tab.is-active { color: #111; background: var(--yellow); }
.fleet-panels { display: grid; align-items: center; padding: 50px 42px; }
.fleet-panel { grid-area: 1 / 1; }
.fleet-panel[hidden] { display: none; }
.fleet-kicker { color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.fleet-panel h3 { margin-top: 15px; font-size: 44px; }
.fleet-panel p { color: rgba(255,255,255,.68); }
.fleet-panel ul { margin: 30px 0 0; padding: 0; list-style: none; }
.fleet-panel li { padding: 11px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.fleet-panel li::before { content: "—"; margin-right: 12px; color: var(--yellow); }

.about { background: white; }
.about-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr); gap: 9vw; align-items: center; }
.about-photo-wrap { position: relative; padding: 0 50px 50px 0; }
.about-photo { min-height: 570px; object-fit: cover; }
.about-badge { position: absolute; right: 0; bottom: 0; width: 190px; height: 190px; display: grid; place-content: center; text-align: center; color: white; background: var(--red); box-shadow: var(--shadow); }
.about-badge strong { font-family: "Oswald", sans-serif; font-size: 54px; line-height: 1; }
.about-badge span { margin-top: 10px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.about-copy .lead { margin: 28px 0 22px; color: #303030; font-size: 20px; line-height: 1.55; }
.about-copy > p:not(.eyebrow):not(.lead) { color: #666; }
.about-copy blockquote { margin: 34px 0; padding: 24px 0 24px 24px; border-left: 3px solid var(--yellow); font-family: "Oswald", sans-serif; font-size: 24px; line-height: 1.3; text-transform: uppercase; }

.quality { position: relative; overflow: hidden; color: white; background: var(--red); }
.quality::before { content: "Z"; position: absolute; right: -1vw; bottom: -16vw; color: rgba(255,255,255,.035); font-family: "Oswald", sans-serif; font-size: 44vw; font-weight: 700; line-height: 1; }
.quality-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; align-items: center; }
.quality-copy > p:not(.eyebrow) { margin: 28px 0 34px; color: rgba(255,255,255,.75); }
.button-light { color: #111; background: white; }
.button-light:hover { background: var(--yellow); transform: translateY(-2px); }
.cert-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.28); border-left: 1px solid rgba(255,255,255,.28); }
.cert-grid a { min-height: 230px; padding: 34px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); transition: .25s ease; }
.cert-grid a:hover { color: #111; background: var(--yellow); }
.cert-grid strong { font-family: "Oswald", sans-serif; font-size: 42px; line-height: 1; }
.cert-grid span { margin: 8px 0 auto; font-weight: 800; }
.cert-grid small { color: rgba(255,255,255,.66); font-size: 11px; }
.cert-grid a:hover small { color: rgba(0,0,0,.65); }

.locations { background: var(--paper); }
.locations-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.location-card { min-height: 310px; padding: 34px 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); transition: .25s ease; }
.location-card:hover { background: white; transform: translateY(-4px); box-shadow: var(--shadow); }
.location-card > span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.location-card h3 { margin: 14px 0 20px; font-size: 34px; }
.location-card p { margin: 0 0 auto; color: #6c6c6c; font-size: 13px; }
.location-card a { margin-top: 8px; font-size: 13px; font-weight: 800; }
.location-main { color: white; background: #1b1d1d; }
.location-main:hover { background: #1b1d1d; }
.location-main p { color: rgba(255,255,255,.62); }
.location-main > span { color: var(--yellow); }

.quote-section { padding: 120px 0; color: white; background: #111; }
.quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: start; }
.quote-copy > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.quote-contact { margin-top: 42px; display: flex; flex-direction: column; gap: 6px; }
.quote-contact span { color: rgba(255,255,255,.52); font-size: 12px; }
.quote-contact a { color: var(--yellow); font-family: "Oswald", sans-serif; font-size: 30px; }
.quote-form { display: grid; gap: 22px; padding: 42px; color: var(--ink); background: white; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.quote-form label { display: grid; gap: 8px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quote-form input, .quote-form textarea { width: 100%; padding: 15px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #bdbdbd; border-radius: 0; outline: 0; resize: vertical; text-transform: none; }
.quote-form input:focus, .quote-form textarea:focus { border-color: var(--red); box-shadow: 0 1px 0 var(--red); }
.quote-form .button { justify-self: start; cursor: pointer; }
.form-note { margin: -8px 0 0; color: #777; font-size: 11px; }

.site-footer { padding: 72px 0 24px; color: rgba(255,255,255,.62); background: #080808; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 6vw; padding-bottom: 60px; }
.footer-brand img { width: 220px; margin-bottom: 22px; opacity: .9; }
.footer-brand p { font-size: 13px; }
.footer-grid h3 { margin: 0 0 20px; color: white; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: 12px; }
.footer-grid a:hover { color: var(--yellow); }
.footer-grid p { margin: 0; }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.footer-credit { margin-left: 8px; }
.footer-credit a { color: rgba(255,255,255,.82); font-weight: 700; }
.footer-credit a:hover { color: var(--yellow); }

@media (max-width: 1050px) {
  :root { --container: min(100% - 36px, 960px); }
  .primary-nav { gap: 20px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-facts { display: grid; grid-template-columns: repeat(4, 1fr); }
  .fact { grid-template-columns: 1fr; }
  .fleet-stage { grid-template-columns: 1fr; }
  .fleet-control { min-height: 430px; }
  .about-grid, .quality-grid, .quote-grid { gap: 6vw; }
  .locations-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 960px) and (min-width: 821px) {
  .nav-wrap { gap: 18px; }
  .brand { flex-basis: 160px; }
  .brand img { width: 160px; }
  .primary-nav { gap: 12px; font-size: 12px; }
  .nav-cta { min-height: 46px; padding-inline: 14px; }
}

@media (max-width: 820px) {
  .utility-bar { display: none; }
  .nav-wrap { min-height: 70px; }
  .brand { flex-basis: 170px; }
  .brand img { width: 170px; }
  .menu-toggle { display: block; position: relative; z-index: 3; cursor: pointer; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: absolute; z-index: 100; top: 100%; right: 0; left: 0; height: calc(100vh - 70px); height: calc(100dvh - 70px); display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 28px 24px; overflow-y: auto; visibility: hidden; opacity: 0; transform: translateY(-10px); color: white; background: #111; box-shadow: 0 24px 48px rgba(0,0,0,.35); transition: .25s ease; }
  .primary-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .primary-nav > a:not(.nav-cta) { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-family: "Oswald", sans-serif; font-size: 26px; text-transform: uppercase; }
  .primary-nav > a:not(.nav-cta)::after { display: none; }
  .nav-dropdown { display: block; align-self: stretch; }
  .nav-dropdown-toggle { width: 100%; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #fff; font-family: "Oswald", sans-serif; font-size: 26px; text-transform: uppercase; }
  .nav-dropdown-toggle::after { display: none; }
  .nav-dropdown-toggle > span { font-family: "Manrope", sans-serif; font-size: 20px; }
  .nav-submenu { position: static; min-width: 0; max-height: 0; padding: 0; overflow: hidden; visibility: visible; opacity: 1; pointer-events: auto; transform: none; background: rgba(255,255,255,.04); box-shadow: none; transition: max-height .3s ease, padding .3s ease; }
  .nav-dropdown.is-open .nav-submenu { max-height: 280px; padding: 8px 0; }
  .nav-submenu a { padding: 12px 16px; font-size: 14px; }
  .nav-cta { margin-top: 24px; }
  .hero { min-height: calc(100svh - 70px); }
  .hero-grid { min-height: calc(100svh - 70px); padding-block: 82px 88px; align-items: end; }
  .hero-bg { background-image: linear-gradient(90deg, rgba(10,11,12,.9), rgba(10,11,12,.32)), linear-gradient(0deg, rgba(10,11,12,.72), transparent 55%), url("assets/images/logistics.jpg"); background-position: 62% center; }
  .hero-facts { grid-template-columns: repeat(2, 1fr); }
  .hero-scroll { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .section, .quote-section { padding: 88px 0; }
  .split-heading, .fleet-intro, .about-grid, .quality-grid, .quote-grid { grid-template-columns: 1fr; }
  .split-heading, .fleet-intro { gap: 24px; }
  .services-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .service-card, .service-featured, .service-wide { grid-column: auto; grid-row: auto; min-height: 430px; }
  .about-photo-wrap { max-width: 680px; }
  .cert-grid { margin-top: 18px; }
  .footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 30px); }
  .hero h1 { font-size: clamp(50px, 16vw, 76px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-facts { gap: 0; }
  .fact { padding: 15px 0; }
  .fact:nth-child(odd) { padding-right: 12px; }
  .fact:nth-child(even) { padding-left: 12px; border-left: 1px solid rgba(255,255,255,.22); }
  .fact strong { font-size: 30px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: auto; padding: 24px; border-left: 1px solid var(--line); }
  .section { padding: 72px 0; }
  .section h2, .quote-section h2 { font-size: 40px; }
  .section-heading { margin-bottom: 40px; }
  .service-card, .service-featured, .service-wide { min-height: 390px; }
  .service-content { inset: auto 22px 24px; }
  .fleet-stage { min-height: 0; }
  .fleet-photo { min-height: 340px; }
  .fleet-control { grid-template-columns: 1fr; min-height: 0; }
  .fleet-tabs { display: grid; grid-template-columns: repeat(2, 1fr); border: 0; }
  .fleet-tab { min-height: 52px; writing-mode: horizontal-tb; transform: none; }
  .fleet-panels { padding: 36px 26px; min-height: 430px; }
  .fleet-panel h3 { font-size: 36px; }
  .about-photo-wrap { padding: 0 24px 68px 0; }
  .about-photo { min-height: 420px; }
  .about-badge { width: 140px; height: 140px; }
  .about-badge strong { font-size: 42px; }
  .cert-grid { grid-template-columns: 1fr; }
  .cert-grid a { min-height: 180px; }
  .locations-grid { grid-template-columns: 1fr; }
  .location-card { min-height: 270px; }
  .quote-form { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; }
  .quote-form .button { width: 100%; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

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