:root {
  --red: #e60012;
  --red-dark: #b9000e;
  --black: #080808;
  --ink: #151515;
  --graphite: #242424;
  --muted: #666;
  --line: #d9d9d9;
  --paper: #f4f4f2;
  --white: #fff;
  --shell: min(1320px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 118px; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; color: #fff; background: var(--red); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #ff3545; outline-offset: 3px; }
.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; }
.section-pad { padding: clamp(78px, 10vw, 150px) 0; }
.eyebrow { margin: 0 0 20px; color: var(--red); font-size: 11px; line-height: 1; letter-spacing: .24em; font-weight: 800; }
.eyebrow.light { color: #fff; }
.button { min-height: 56px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid transparent; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .12em; transition: .25s ease; cursor: pointer; }
.button span { font-size: 18px; }
.button-red { background: var(--red); color: #fff; }
.button-red:hover { background: var(--red-dark); transform: translateY(-2px); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.6); }
.button-ghost:hover { background: #fff; color: #000; }

/* Sticky navigation */
.site-header { position: sticky; top: 0; z-index: 50; height: 76px; background: rgba(255,255,255,.97); border-bottom: 1px solid #e7e7e7; }
.header-inner { height: 100%; display: flex; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 200px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--red); color: #fff; font-size: 14px; font-weight: 900; letter-spacing: -.04em; }
.brand-mark-logo { width: 54px; height: 54px; padding: 0; overflow: hidden; flex: 0 0 54px; box-sizing: border-box; background: transparent; }
.brand-mark-logo img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; display: block; object-fit: contain; }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-size: 14px; letter-spacing: .09em; }
.brand-copy small { color: #777; font-size: 8px; letter-spacing: .22em; font-weight: 700; }
.primary-nav { margin: auto; display: flex; align-items: center; gap: clamp(18px, 2.6vw, 40px); }
.primary-nav a { position: relative; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--red); transition: .2s; }
.primary-nav a:hover::after { right: 0; }
.header-cta { min-width: 140px; min-height: 42px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: var(--black); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 12px; border: 0; background: none; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: #111; }
.section-nav { height: 48px; position: sticky; top: 76px; z-index: 40; color: #fff; background: #101010; }
.section-nav-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.section-nav span { font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.section-nav div { display: flex; height: 100%; }
.section-nav a { padding: 0 22px; display: flex; align-items: center; border-left: 1px solid #333; color: #aaa; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; transition: .2s; }
.section-nav a:hover { color: #fff; background: var(--red); }

/* Hero */
.hero { position: relative; min-height: calc(100svh - 124px); color: #fff; background: #111; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: url("../images/mitsubishi-xforce.webp") 63% center / cover no-repeat; transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.93) 0%, rgba(0,0,0,.66) 37%, rgba(0,0,0,.08) 72%), linear-gradient(0deg, rgba(0,0,0,.7), transparent 42%); }
.hero-content { position: relative; min-height: calc(100svh - 124px); padding-block: 24px 52px; display: flex; flex-direction: column; justify-content: space-between; }
.breadcrumb { margin: 0; color: #aaa; font-size: 10px; letter-spacing: .08em; }
.breadcrumb span { color: #fff; }.breadcrumb i { margin: 0 12px; color: var(--red); font-style: normal; }
.hero-copy { max-width: 820px; padding-top: 8vh; }
.hero h1 { margin: 0; font-size: clamp(52px, 7.5vw, 116px); line-height: .84; letter-spacing: -.065em; font-weight: 900; }
.hero h1 em { color: transparent; -webkit-text-stroke: 1.5px #fff; font-style: normal; }
.hero-lede { max-width: 585px; margin: 30px 0 34px; color: #ddd; font-size: clamp(15px, 1.5vw, 19px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-price { align-self: flex-end; width: 310px; padding: 18px 0 0 24px; display: grid; border-left: 3px solid var(--red); }
.hero-price span { color: #aaa; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.hero-price strong { margin-top: 4px; font-size: 25px; letter-spacing: -.03em; }
.hero-price small { margin-top: 5px; color: #bbb; font-size: 10px; }

/* Editorial intro */
.statement { background: #fff; }
.statement-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 8vw; }
.section-index { margin: 4px 0; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.statement h2, .section-head h2, .services h2, .testimonials h2, .contact h2 { margin: 0; font-size: clamp(42px, 6.4vw, 92px); line-height: .91; letter-spacing: -.055em; font-weight: 900; }
.large-copy { max-width: 840px; margin: 38px 0 0; color: #555; font-size: clamp(17px, 2vw, 26px); line-height: 1.55; }

/* About */
.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(50px, 8vw, 120px); align-items: center; }
.portrait-wrap { position: relative; }
.portrait { aspect-ratio: 4 / 5; display: grid; place-items: center; color: rgba(255,255,255,.5); background: linear-gradient(145deg, #424242, #0c0c0c 64%); font-size: 12px; text-align: center; letter-spacing: .22em; line-height: 1.7; }
.portrait::before { content: "NL"; position: absolute; color: rgba(255,255,255,.03); font-size: clamp(160px, 25vw, 340px); font-weight: 900; letter-spacing: -.12em; }
.experience-badge { position: absolute; right: -24px; bottom: 42px; width: 154px; height: 154px; padding: 24px; display: grid; place-content: center; background: var(--red); color: #fff; }
.experience-badge strong { font-size: 48px; line-height: .85; }.experience-badge span { margin-top: 9px; font-size: 9px; line-height: 1.4; font-weight: 800; letter-spacing: .15em; }
.about-copy h2 { margin: 0 0 34px; font-size: clamp(56px, 8vw, 116px); line-height: .78; letter-spacing: -.07em; font-weight: 900; }
.about-copy h2 span, .services h2 span, .testimonials h2 span, .contact h2 span { color: var(--red); }
.about-copy > p:not(.eyebrow) { max-width: 630px; color: #555; font-size: 16px; line-height: 1.75; }
.trust-row { margin: 42px 0 26px; padding-block: 26px; display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid #ccc; }
.trust-row div { padding-left: 22px; display: grid; border-left: 1px solid #ccc; }
.trust-row div:first-child { padding-left: 0; border-left: 0; }
.trust-row strong { font-size: 28px; }.trust-row span { margin-top: 5px; color: #666; font-size: 10px; }
.cert-line { color: #444; font-size: 11px; font-weight: 700; letter-spacing: .04em; }.cert-line span { color: var(--red); }

/* Vehicles */
.inventory { color: #fff; background: var(--black); }
.section-head { margin-bottom: 54px; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.section-head > p { max-width: 430px; margin: 0 0 8px; color: #aaa; font-size: 14px; line-height: 1.7; }
.vehicle-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.vehicle-card { background: #171717; border: 1px solid #292929; transition: transform .25s, border-color .25s; }
.vehicle-card:hover { transform: translateY(-5px); border-color: #555; }
.vehicle-image { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #222; }
.vehicle-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); transition: transform .5s; }.vehicle-card:hover img { transform: scale(1.035); }
.vehicle-image > span { position: absolute; top: 16px; left: 16px; padding: 8px 11px; background: var(--red); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.vehicle-body { padding: 28px; }.vehicle-body > p { margin: 0 0 7px; color: #888; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.vehicle-body h3 { margin: 0; font-size: clamp(24px, 3vw, 38px); text-transform: uppercase; letter-spacing: -.04em; }
.spec-row { margin: 24px 0; display: flex; border-block: 1px solid #333; }.spec-row span { flex: 1; padding: 14px 10px; color: #aaa; border-left: 1px solid #333; font-size: 9px; text-align: center; }.spec-row span:first-child { border-left: 0; }
.vehicle-bottom { display: flex; align-items: center; justify-content: space-between; }.vehicle-bottom strong { font-size: 17px; }.vehicle-bottom a { color: var(--red); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.inventory-note { margin: 34px 0 0; color: #888; text-align: center; font-size: 12px; }.inventory-note a { color: #fff; border-bottom: 1px solid var(--red); }

/* Services */
.services { background: #fff; }
.services-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; }
.services-title { position: sticky; top: 160px; align-self: start; }.services-title > p:last-child { max-width: 420px; margin-top: 30px; color: #666; line-height: 1.7; }
.service-list article { padding: 30px 0; display: grid; grid-template-columns: 50px 1fr 30px; gap: 20px; border-top: 1px solid #ccc; }
.service-list article:last-child { border-bottom: 1px solid #ccc; }.service-list article > span { color: var(--red); font-size: 10px; font-weight: 900; }
.service-list h3 { margin: 0 0 9px; font-size: 24px; text-transform: uppercase; letter-spacing: -.02em; }.service-list p { margin: 0; max-width: 520px; color: #666; font-size: 14px; line-height: 1.6; }.service-list b { color: var(--red); font-size: 22px; font-weight: 400; }

/* Manufacturer-style feature chapters */
.why { background: #080808; }
.feature-panel { min-height: 660px; display: grid; grid-template-columns: 1.15fr .85fr; }
.feature-panel-two { grid-template-columns: .85fr 1.15fr; }
.feature-photo { min-height: 520px; background-size: cover; background-position: center; }
.feature-panel-one .feature-photo { background-image: linear-gradient(90deg,transparent,rgba(0,0,0,.12)),url("../images/mitsubishi-xforce.webp"); }
.feature-panel-two .feature-photo { background-image: url("../images/mitsubishi-montero-sport.webp"); }
.feature-panel-three .feature-photo { background-image: url("../images/mitsubishi-xpander-cross.webp"); }
.feature-copy { padding: clamp(60px, 8vw, 130px); display: flex; flex-direction: column; justify-content: center; color: #fff; background: #111; }
.feature-copy h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: .9; letter-spacing: -.055em; }
.feature-copy > p:last-child { max-width: 460px; margin: 28px 0 0; color: #aaa; line-height: 1.7; }

/* Testimonials */
.testimonials { background: var(--paper); }
.testimonials-head { margin-bottom: 56px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.rating { display: flex; align-items: center; gap: 18px; }.rating > strong { font-size: 72px; letter-spacing: -.07em; }.rating span { display: grid; color: var(--red); letter-spacing: .09em; }.rating small { margin-top: 7px; color: #777; font-size: 9px; letter-spacing: .1em; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
blockquote { min-height: 345px; margin: 0; padding: 34px; display: flex; flex-direction: column; background: #fff; border-top: 3px solid #111; }
.quote-mark { height: 52px; color: var(--red); font-family: Georgia,serif; font-size: 70px; line-height: 1; }.testimonial-grid blockquote > p { color: #333; font-size: 16px; line-height: 1.7; }
blockquote footer { margin-top: auto; padding-top: 24px; display: grid; border-top: 1px solid #ddd; }blockquote footer strong { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }blockquote footer span { margin-top: 5px; color: #888; font-size: 9px; }

/* Contact */
.contact { color: #fff; background: #111; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; }
.contact-copy > p:not(.eyebrow) { max-width: 460px; color: #aaa; line-height: 1.7; }
.direct-contact { max-width: 440px; margin-top: 48px; display: grid; gap: 10px; }
.contact-method { min-height: 76px; padding: 13px 16px; display: grid; grid-template-columns: 42px minmax(0,1fr) 24px; gap: 14px; align-items: center; border: 1px solid #383838; background: rgba(255,255,255,.025); transition: border-color .2s, background .2s, transform .2s; }
.contact-method:hover { border-color: #666; background: rgba(255,255,255,.06); transform: translateX(4px); }
.contact-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red); font-size: 17px; font-weight: 900; }
.contact-icon img { width: 22px; height: 22px; display: block; }
.contact-method-viber .contact-icon { background: #7360f2; }
.contact-details { min-width: 0; display: grid; gap: 5px; }
.contact-details small { color: #888; font-size: 8px; letter-spacing: .18em; }
.contact-details strong { overflow-wrap: anywhere; color: #fff; font-size: 15px; }
.contact-arrow { color: #777; font-size: 18px; transition: color .2s; }
.contact-method:hover .contact-arrow { color: var(--red); }
.contact-method-viber:hover .contact-arrow { color: #9d90ff; }
.lead-form { padding: clamp(28px, 5vw, 58px); color: #111; background: #fff; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.lead-form label { display: grid; gap: 9px; margin-bottom: 20px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.lead-form input:not([type=checkbox]), .lead-form select, .lead-form textarea { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid #bbb; border-radius: 0; outline: 0; background: transparent; font-size: 14px; text-transform: none; letter-spacing: 0; }.lead-form textarea { resize: vertical; }.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--red); }
.consent { grid-template-columns: 17px 1fr; align-items: start; color: #777; font-size: 8px !important; line-height: 1.5; text-transform: none !important; letter-spacing: .04em !important; }.consent input { accent-color: var(--red); }.form-submit { width: 100%; margin-top: 8px; border: 0; }.success { margin: 18px 0 0; padding: 12px; color: #14632d; background: #e9f7ed; font-size: 11px; line-height: 1.5; }

/* Map and footer */
.map-placeholder { min-height: 380px; position: relative; display: grid; place-items: center; background-color: #dfdfdb; background-image: linear-gradient(30deg,transparent 48%,rgba(255,255,255,.75) 49%,rgba(255,255,255,.75) 51%,transparent 52%),linear-gradient(120deg,transparent 45%,rgba(255,255,255,.7) 46%,rgba(255,255,255,.7) 49%,transparent 50%),linear-gradient(90deg,rgba(0,0,0,.05) 1px,transparent 1px),linear-gradient(rgba(0,0,0,.05) 1px,transparent 1px); background-size: 180px 180px,230px 230px,44px 44px,44px 44px; }
.map-pin { width: 62px; height: 62px; position: relative; display: grid; place-items: center; background: var(--red); color: #fff; font-size: 13px; font-weight: 900; transform: rotate(45deg); box-shadow: 0 12px 30px rgba(0,0,0,.22); }.map-pin::after { content:""; position:absolute; inset:8px; border:1px solid rgba(255,255,255,.5); }.map-pin + .map-label { margin-top: 118px; position: absolute; padding: 14px 20px; display: grid; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.12); text-align: center; }.map-pin + .map-label strong { font-size: 11px; letter-spacing: .12em; }.map-pin + .map-label small { margin-top: 4px; color: #777; font-size: 9px; }
.footer { padding-top: 70px; color: #ccc; background: #070707; }.footer-top { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 60px; padding-bottom: 55px; }.footer-brand { color: #fff; }.footer-top > div:first-child > p { max-width: 330px; margin-top: 20px; color: #777; font-size: 12px; line-height: 1.6; }.footer h3 { margin: 0 0 18px; color: #777; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }.footer-top > div:not(:first-child) { display: flex; flex-direction: column; gap: 11px; }.footer-top a,.footer-top p { margin: 0; font-size: 11px; line-height: 1.6; }.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #292929; color: #666; font-size: 9px; }.footer-bottom div { display: flex; gap: 20px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .header-cta { display: none; }.menu-toggle { display: block; margin-left: auto; }.primary-nav { position: absolute; top: 76px; left: 0; right: 0; padding: 12px 24px 24px; display: none; align-items: stretch; flex-direction: column; gap: 0; background: #fff; border-bottom: 1px solid #ddd; }.primary-nav.is-open { display: flex; }.primary-nav a { padding: 15px 0; border-bottom: 1px solid #eee; }.section-nav-inner > span { display: none; }.section-nav-inner { overflow-x: auto; }.section-nav-inner div { min-width: 100%; }.section-nav a { flex: 1; justify-content: center; padding-inline: 12px; }
  .hero-image { background-position: 68% center; }.hero-shade { background: linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.35)),linear-gradient(0deg,rgba(0,0,0,.7),transparent); }.hero-price { align-self: flex-start; }
  .statement-grid { grid-template-columns: 1fr; gap: 40px; }.about-grid,.services-grid,.contact-grid { grid-template-columns: 1fr; }.services-title { position: static; }.vehicle-grid { grid-template-columns: 1fr; }.feature-panel,.feature-panel-two { min-height: 0; grid-template-columns: 1fr; }.feature-panel-two .feature-copy { order: 2; }.feature-photo { min-height: 420px; }.testimonial-grid { grid-template-columns: 1fr; }.testimonial-grid blockquote { min-height: 280px; }.footer-top { grid-template-columns: 2fr 1fr 1fr; }.footer-top > div:last-child { display: none; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 24px); }.site-header { height: 68px; }.section-nav { top: 68px; height: 44px; }.brand-mark { width: 38px; height: 38px; }.brand-mark-logo { width: 44px; height: 44px; padding: 0; flex-basis: 44px; }.brand-copy strong { font-size: 12px; }.section-nav a { font-size: 8px; }
  .hero { min-height: calc(100svh - 112px); }.hero-content { min-height: calc(100svh - 112px); padding-block: 18px 28px; }.hero-copy { padding-top: 14vh; }.breadcrumb { max-width: 260px; line-height: 1.5; }.hero h1 { font-size: clamp(48px,15vw,76px); }.hero-lede { margin: 23px 0; font-size: 14px; }.hero-actions { display: grid; grid-template-columns: 1fr; }.hero-price { width: 100%; margin-top: 36px; }.button { width: 100%; }.statement h2,.section-head h2,.services h2,.testimonials h2,.contact h2 { font-size: 45px; }
  .experience-badge { width: 118px; height: 118px; right: -5px; bottom: 22px; padding: 18px; }.experience-badge strong { font-size: 38px; }.about-copy h2 { font-size: 70px; }.trust-row strong { font-size: 21px; }.trust-row span { font-size: 8px; }.trust-row div { padding-left: 10px; }
  .section-head,.testimonials-head { align-items: start; flex-direction: column; }.vehicle-body { padding: 20px; }.spec-row span { font-size: 8px; }.services-grid { gap: 60px; }.service-list article { grid-template-columns: 36px 1fr 22px; }.feature-photo { min-height: 320px; }.feature-copy { padding: 60px 24px; }.rating > strong { font-size: 54px; }.form-row { grid-template-columns: 1fr; gap: 0; }.lead-form { padding: 26px 20px; }.footer-top { grid-template-columns: 1fr 1fr; gap: 42px 25px; }.footer-top > div:first-child { grid-column: 1/-1; }.footer-top > div:last-child { display: flex; }.footer-bottom { padding-block: 22px; align-items: start; flex-direction: column; }
}

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