@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-var.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

:root {
  --nl-ink: #171916;
  --nl-ink-soft: #30332f;
  --nl-muted: #686d67;
  --nl-paper: #f3f1ea;
  --nl-white: #fdfcf8;
  --nl-blue: #2458ff;
  --nl-blue-soft: #dfe6ff;
  --nl-line: rgba(23, 25, 22, 0.14);
  --nl-green: #c9f66b;
  --nl-radius: 1.25rem;
  --nl-shadow: 0 28px 90px rgba(17, 20, 18, 0.18);
  --nl-max: 91rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

html { scroll-behavior: smooth; }
body { min-width: 0; overflow-x: clip; background: var(--nl-paper); color: var(--nl-ink); font-family: "Inter", sans-serif; line-height: 1.5; }
body:has(dialog[open]) { overflow: hidden; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; background: none; cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1.15rem; height: 1.15rem; stroke-width: 1.75; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--nl-blue); outline-offset: 3px; }

.nl-visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.nl-skip { position: fixed; top: 0.5rem; left: 0.5rem; z-index: 100; padding: 0.7rem 1rem; border-radius: 999px; background: var(--nl-blue); color: white; transform: translateY(-180%); }
.nl-skip:focus { transform: translateY(0); }

.nl-preview-bar { min-height: 2.45rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; padding: 0.45rem clamp(1rem, 3vw, 3rem); background: var(--nl-ink); color: rgba(255,255,255,.72); font-size: .68rem; font-weight: 650; letter-spacing: .02em; }
.nl-preview-bar a { display: inline-flex; align-items: center; gap: .45rem; }
.nl-preview-bar a:last-child { justify-self: end; color: white; }
.nl-preview-bar p { display: flex; align-items: center; gap: .45rem; text-align: center; }
.nl-preview-bar p > span { width: .42rem; height: .42rem; border-radius: 50%; background: var(--nl-green); box-shadow: 0 0 0 .23rem rgba(201,246,107,.12); }
.nl-preview-bar svg { width: .85rem; }

.nl-header { position: sticky; top: 0; z-index: 30; min-height: 5.15rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: .8rem clamp(1rem, 4vw, 4.5rem); border-bottom: 1px solid var(--nl-line); background: color-mix(in srgb, var(--nl-paper) 90%, transparent); backdrop-filter: blur(18px); }
.nl-brand { display: inline-flex; align-items: center; gap: .75rem; }
.nl-brand__mark { width: 2.55rem; height: 2.55rem; display: grid; place-items: center; border-radius: .72rem .72rem .72rem .2rem; background: var(--nl-blue); color: white; font-size: 1.1rem; font-weight: 850; letter-spacing: -.08em; }
.nl-brand > span:last-child { display: grid; line-height: 1; }
.nl-brand strong { font-size: .86rem; font-weight: 820; letter-spacing: .09em; }
.nl-brand small { margin-top: .34rem; color: var(--nl-muted); font-size: .57rem; font-weight: 630; letter-spacing: .06em; text-transform: uppercase; }
.nl-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.1rem); font-size: .74rem; font-weight: 680; }
.nl-nav > a { position: relative; min-height: 2.75rem; display: inline-flex; align-items: center; }
.nl-nav > a::after { position: absolute; right: 0; bottom: -.45rem; left: 0; height: 1px; background: var(--nl-blue); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nl-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nl-menu-toggle { min-width: 2.75rem; min-height: 2.75rem; display: none; align-items: center; justify-content: center; gap: .5rem; }

.nl-button { min-height: 3.2rem; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; padding: .75rem 1.2rem; border: 1px solid var(--nl-ink); border-radius: 999px; background: var(--nl-ink); color: white; font-size: .75rem; font-weight: 750; transition: transform .2s ease, background .2s ease, color .2s ease; }
.nl-button:hover { transform: translateY(-2px); }
.nl-button--small { min-height: 2.6rem; padding: .55rem 1rem; font-size: .68rem; }
.nl-button--ghost { background: transparent; color: var(--nl-ink); }
.nl-button--light { border-color: white; background: white; color: var(--nl-ink); }
.nl-button--full { width: 100%; }
.nl-text-link { min-height: 2.75rem; display: inline-flex; align-items: center; gap: .45rem; border-bottom: 1px solid currentColor; font-size: .75rem; font-weight: 750; }

.nl-hero { position: relative; min-height: calc(100svh - 7.6rem); display: grid; align-items: end; overflow: hidden; background: #ddd8cd; }
.nl-hero__image, .nl-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.nl-hero__image { object-fit: cover; object-position: center; }
.nl-hero__veil { background: linear-gradient(90deg, rgba(246,243,234,.96) 0%, rgba(246,243,234,.82) 31%, rgba(246,243,234,.12) 64%, rgba(246,243,234,.02) 100%), linear-gradient(0deg, rgba(20,22,20,.12), transparent 35%); }
.nl-hero__copy { position: relative; z-index: 2; width: min(55rem, 100%); padding: clamp(5rem, 11vw, 10rem) clamp(1rem, 5vw, 5rem) clamp(10rem, 18vw, 13rem); }
.nl-eyebrow { display: flex; align-items: center; gap: .55rem; color: var(--nl-blue); font-size: .63rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nl-eyebrow::before { width: .42rem; height: .42rem; border-radius: 50%; background: currentColor; content: ""; }
.nl-hero h1 { max-width: 8.7ch; margin-top: 1.35rem; font-size: clamp(4rem, 8.5vw, 8.4rem); font-weight: 580; letter-spacing: -.078em; line-height: .86; }
.nl-hero h1 span { color: var(--nl-blue); }
.nl-hero__copy > p:not(.nl-eyebrow) { max-width: 40rem; margin-top: 1.6rem; color: var(--nl-ink-soft); font-size: clamp(.95rem, 1.6vw, 1.15rem); }
.nl-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }

.nl-finder { position: absolute; right: clamp(1rem, 3vw, 3.5rem); bottom: 2rem; left: clamp(1rem, 3vw, 3.5rem); z-index: 4; min-height: 6.7rem; display: grid; grid-template-columns: .65fr repeat(3, 1fr) auto; align-items: center; gap: 0; padding: .6rem; border: 1px solid rgba(255,255,255,.5); border-radius: 1.1rem; background: rgba(255,255,255,.86); box-shadow: 0 20px 70px rgba(17,20,18,.17); backdrop-filter: blur(20px); }
.nl-finder > p { padding-inline: 1.4rem; font-size: .72rem; font-weight: 780; }
.nl-finder label { min-height: 4.6rem; display: grid; align-content: center; padding: .55rem 1.4rem; border-left: 1px solid var(--nl-line); }
.nl-finder label span { color: var(--nl-muted); font-size: .57rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.nl-finder label, .nl-finder select { min-width: 0; max-width: 100%; }
.nl-finder select { margin-top: .25rem; border: 0; background: transparent; outline: none; font-size: .77rem; font-weight: 700; }
.nl-finder > button { width: 4.4rem; height: 4.4rem; display: grid; place-items: center; border-radius: .8rem; background: var(--nl-blue); color: white; }

.nl-proof { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); background: var(--nl-white); }
.nl-proof p { min-height: 8.5rem; display: flex; align-items: center; justify-content: center; gap: .8rem; padding: 1.2rem; border-right: 1px solid var(--nl-line); text-align: left; }
.nl-proof p:last-child { border-right: 0; }
.nl-proof strong { font-size: 1.3rem; letter-spacing: -.05em; }
.nl-proof span { max-width: 9rem; color: var(--nl-muted); font-size: .64rem; font-weight: 670; line-height: 1.35; }

.nl-section { width: min(var(--nl-max), calc(100% - 2rem)); margin-inline: auto; padding-block: clamp(6rem, 11vw, 11rem); }
.nl-section-head { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(19rem,.45fr); gap: clamp(3rem,8vw,9rem); align-items: end; }
.nl-section h2, .nl-continuum h2, .nl-service h2, .nl-app-promo h2, .nl-visit h2 { margin-top: .8rem; font-size: clamp(3rem, 7vw, 6.7rem); font-weight: 580; letter-spacing: -.075em; line-height: .92; }
.nl-section-head > p, .nl-finance__intro > p:last-child { color: var(--nl-muted); font-size: .92rem; }

.nl-inventory-tools { display: flex; align-items: center; gap: .75rem; min-width: 0; margin-top: 3.5rem; }
.nl-search { min-height: 3rem; display: flex; align-items: center; gap: .55rem; flex: 1; padding: .4rem .9rem; border: 1px solid var(--nl-line); border-radius: 999px; background: var(--nl-white); }
.nl-search, .nl-search input, .nl-filter-pills { min-width: 0; max-width: 100%; }
.nl-search input { width: 100%; border: 0; background: transparent; outline: 0; font-size: .72rem; }
.nl-filter-pills { display: flex; gap: .35rem; padding: .3rem; border: 1px solid var(--nl-line); border-radius: 999px; background: rgba(255,255,255,.55); }
.nl-filter-pills button, .nl-saved-button { min-height: 2.75rem; padding: .45rem .8rem; border-radius: 999px; color: var(--nl-muted); font-size: .65rem; font-weight: 720; }
.nl-filter-pills button.is-active { background: var(--nl-ink); color: white; }
.nl-saved-button { display: inline-flex; align-items: center; gap: .4rem; border: 1px solid var(--nl-line); background: var(--nl-white); }
.nl-saved-button[aria-pressed="true"] { border-color: var(--nl-blue); color: var(--nl-blue); }
.nl-saved-button span { min-width: 1.2rem; height: 1.2rem; display: grid; place-items: center; border-radius: 50%; background: var(--nl-blue-soft); color: var(--nl-blue); font-size: .55rem; }

.nl-vehicle-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; margin-top: 1.2rem; }
.nl-vehicle-card { overflow: hidden; border: 1px solid var(--nl-line); border-radius: var(--nl-radius); background: var(--nl-white); }
.nl-vehicle-card__media { position: relative; aspect-ratio: 1.32; overflow: hidden; background: #dadbd6; }
.nl-vehicle-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.nl-vehicle-card:hover img { transform: scale(1.035); }
.nl-vehicle-card__tag { position: absolute; top: .8rem; left: .8rem; padding: .38rem .6rem; border-radius: 999px; background: rgba(255,255,255,.86); font-size: .55rem; font-weight: 780; backdrop-filter: blur(8px); }
.nl-save { position: absolute; top: .7rem; right: .7rem; width: 2.75rem; height: 2.75rem; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.9); }
.nl-save.is-saved { background: var(--nl-blue); color: white; }
.nl-vehicle-card__body { padding: 1.15rem; }
.nl-vehicle-card__title { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .35rem 1rem; }
.nl-vehicle-card__title h3 { font-size: 1.13rem; letter-spacing: -.035em; }
.nl-vehicle-card__title strong { font-size: .9rem; }
.nl-vehicle-card__specs { display: flex; flex-wrap: wrap; gap: .45rem 1rem; margin-top: .7rem; color: var(--nl-muted); font-size: .61rem; }
.nl-vehicle-card__payment { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-top: 1.1rem; padding-top: .9rem; border-top: 1px solid var(--nl-line); }
.nl-vehicle-card__payment p { color: var(--nl-muted); font-size: .58rem; }
.nl-vehicle-card__payment p strong { color: var(--nl-ink); font-size: .8rem; }
.nl-card-link { min-height: 2.75rem; display: inline-flex; align-items: center; gap: .35rem; color: var(--nl-blue); font-size: .62rem; font-weight: 780; }
.nl-empty { grid-column: 1/-1; min-height: 20rem; display: grid; place-items: center; border: 1px dashed var(--nl-line); border-radius: var(--nl-radius); color: var(--nl-muted); text-align: center; }

.nl-continuum { padding: clamp(6rem,11vw,11rem) max(1rem,calc((100% - var(--nl-max))/2)); background: var(--nl-ink); color: white; }
.nl-continuum > div { max-width: 62rem; }
.nl-continuum .nl-eyebrow { color: var(--nl-green); }
.nl-continuum h2 { color: white; }
.nl-continuum ol { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: clamp(4rem,8vw,8rem); padding: 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.nl-continuum li { min-height: 20rem; padding: 1.2rem; border-right: 1px solid rgba(255,255,255,.18); }
.nl-continuum li:last-child { border-right: 0; }
.nl-continuum li > span { color: rgba(255,255,255,.45); font-size: .6rem; }
.nl-continuum li > div { display: grid; align-content: end; min-height: 15rem; }
.nl-continuum li svg { width: 1.5rem; height: 1.5rem; color: var(--nl-green); }
.nl-continuum h3 { margin-top: 1rem; font-size: 1.25rem; }
.nl-continuum li p { margin-top: .6rem; color: rgba(255,255,255,.58); font-size: .72rem; }

.nl-trade { display: grid; grid-template-columns: minmax(0,.78fr) minmax(27rem,.62fr); gap: clamp(3rem,9vw,10rem); align-items: center; }
.nl-trade__copy h2 { max-width: 9ch; }
.nl-trade__copy > p:not(.nl-eyebrow) { max-width: 38rem; margin-top: 1.5rem; color: var(--nl-muted); }
.nl-trade__copy ul { display: grid; gap: .65rem; margin-top: 1.8rem; padding: 0; list-style: none; font-size: .72rem; font-weight: 650; }
.nl-trade__copy li { display: flex; align-items: center; gap: .65rem; }
.nl-trade__copy li svg { color: var(--nl-blue); }
.nl-trade-form { padding: clamp(1.2rem,3vw,2rem); border: 1px solid var(--nl-line); border-radius: 1.5rem; background: var(--nl-white); box-shadow: 0 30px 80px rgba(17,20,18,.08); }
.nl-form-head { display: flex; justify-content: space-between; padding-bottom: 1.2rem; border-bottom: 1px solid var(--nl-line); font-size: .68rem; font-weight: 760; }
.nl-form-head small { color: var(--nl-muted); font-weight: 600; }
.nl-form-grid, .nl-booking-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .8rem; margin-top: 1.2rem; }
.nl-form-grid label, .nl-booking-form label { display: grid; gap: .4rem; }
.nl-form-grid label span, .nl-booking-form label span { color: var(--nl-muted); font-size: .57rem; font-weight: 740; text-transform: uppercase; letter-spacing: .06em; }
.nl-form-grid input, .nl-form-grid select, .nl-booking-form input, .nl-booking-form select, .nl-booking-form textarea { width: 100%; min-height: 3.15rem; padding: .7rem .85rem; border: 1px solid var(--nl-line); border-radius: .72rem; background: var(--nl-paper); outline: 0; font-size: .72rem; }
.nl-field-wide { grid-column: 1/-1; }
.nl-trade-form > .nl-button { margin-top: 1.2rem; }
.nl-trade-result { margin-top: 1rem; padding: 1.2rem; border-radius: 1rem; background: var(--nl-blue-soft); }
.nl-trade-result small { color: var(--nl-blue); font-size: .58rem; font-weight: 780; text-transform: uppercase; }
.nl-trade-result strong { display: block; margin-top: .25rem; color: var(--nl-blue); font-size: 2rem; letter-spacing: -.06em; }
.nl-trade-result p { margin-top: .25rem; color: #45507e; font-size: .64rem; }
.nl-fine-print { margin-top: .8rem; color: var(--nl-muted); font-size: .55rem; line-height: 1.45; }

.nl-service { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); background: var(--nl-white); }
.nl-service__media { position: relative; min-height: 55rem; overflow: hidden; }
.nl-service__media img { width: 100%; height: 100%; object-fit: cover; }
.nl-service__media > span { position: absolute; right: 1rem; bottom: 1rem; padding: .35rem .55rem; border-radius: 999px; background: rgba(255,255,255,.75); font-size: .5rem; backdrop-filter: blur(8px); }
.nl-service__content { align-self: center; padding: clamp(3rem,8vw,8rem); }
.nl-service__content h2 { max-width: 10ch; font-size: clamp(3.1rem,6vw,6rem); }
.nl-service__content > p:not(.nl-eyebrow) { max-width: 34rem; margin-top: 1.3rem; color: var(--nl-muted); }
.nl-service-list { margin-top: 2.4rem; border-top: 1px solid var(--nl-line); }
.nl-service-list article { display: grid; grid-template-columns: 2rem 1fr; gap: .8rem; padding-block: 1.2rem; border-bottom: 1px solid var(--nl-line); }
.nl-service-list article > svg { color: var(--nl-blue); }
.nl-service-list h3 { font-size: .82rem; }
.nl-service-list p { margin-top: .25rem; color: var(--nl-muted); font-size: .68rem; }

.nl-finance { display: grid; grid-template-columns: minmax(0,.55fr) minmax(32rem,.75fr); gap: clamp(3rem,8vw,9rem); align-items: center; }
.nl-finance__intro h2 { max-width: 8ch; }
.nl-finance__intro > p:last-child { max-width: 32rem; margin-top: 1.3rem; }
.nl-calculator { display: grid; grid-template-columns: minmax(13rem,.55fr) 1fr; overflow: hidden; border: 1px solid var(--nl-line); border-radius: 1.5rem; background: var(--nl-white); box-shadow: 0 30px 80px rgba(17,20,18,.08); }
.nl-calculator__result { padding: 2rem; background: var(--nl-blue); color: white; }
.nl-calculator__result > p { font-size: .62rem; font-weight: 700; }
.nl-calculator__result > strong { display: block; margin-top: .5rem; font-size: clamp(2.6rem,4vw,4.4rem); letter-spacing: -.075em; line-height: .95; }
.nl-calculator__result > span { color: rgba(255,255,255,.64); font-size: .58rem; }
.nl-calculator__result > div { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.2); font-size: .62rem; }
.nl-calculator__result small { color: rgba(255,255,255,.64); }
.nl-calculator__controls { display: grid; gap: 1.4rem; padding: 2rem; }
.nl-calculator__controls label > span { display: flex; justify-content: space-between; gap: 1rem; font-size: .65rem; }
.nl-calculator__controls output { color: var(--nl-blue); font-weight: 760; }
.nl-calculator__controls input { width: 100%; margin-top: .75rem; accent-color: var(--nl-blue); }

.nl-app-promo { min-height: 54rem; display: grid; grid-template-columns: minmax(0,.8fr) minmax(22rem,.55fr); gap: clamp(3rem,9vw,10rem); align-items: center; padding: clamp(4rem,9vw,9rem) max(1rem,calc((100% - var(--nl-max))/2)); overflow: hidden; background: var(--nl-blue); color: white; }
.nl-app-promo .nl-eyebrow { color: var(--nl-green); }
.nl-app-promo h2 { max-width: 8ch; color: white; }
.nl-app-promo__copy > p:not(.nl-eyebrow) { max-width: 37rem; margin-top: 1.5rem; color: rgba(255,255,255,.68); }
.nl-app-promo__copy .nl-button { margin-top: 2rem; }
.nl-phone-preview { width: min(100%, 22rem); min-height: 43rem; margin-inline: auto; padding: 1rem; border: .45rem solid #111411; border-radius: 3rem; background: #eff1ed; color: var(--nl-ink); box-shadow: 0 42px 100px rgba(0,0,0,.28); transform: rotate(3deg); }
.nl-phone-preview__top { display: flex; justify-content: space-between; padding: .3rem .4rem 1.2rem; font-size: .6rem; font-weight: 750; }
.nl-phone-preview__body { padding: .6rem; }
.nl-phone-preview__body > small { color: var(--nl-muted); font-size: .62rem; }
.nl-phone-preview__body > h3 { margin-top: .5rem; font-size: 2.4rem; letter-spacing: -.07em; line-height: .95; }
.nl-phone-preview__status { display: grid; grid-template-columns: repeat(4,1fr); gap: .25rem; margin-top: 1.5rem; }
.nl-phone-preview__status span { height: .28rem; border-radius: 999px; background: #cbd0ca; }
.nl-phone-preview__status span:nth-child(-n+2) { background: var(--nl-blue); }
.nl-phone-preview__card { display: grid; grid-template-columns: 2rem 1fr auto; gap: .7rem; align-items: center; margin-top: .75rem; padding: 1rem; border: 1px solid var(--nl-line); border-radius: 1rem; background: white; }
.nl-phone-preview__card > svg { color: var(--nl-blue); }
.nl-phone-preview__card div { display: grid; }
.nl-phone-preview__card strong { font-size: .68rem; }
.nl-phone-preview__card span { color: var(--nl-muted); font-size: .55rem; }
.nl-phone-preview__card b { width: 1.5rem; height: 1.5rem; display: grid; place-items: center; border-radius: 50%; background: #fee0dc; color: #bd3a2c; font-size: .6rem; }
.nl-phone-preview__nav { display: flex; justify-content: space-around; margin-top: 13rem; padding: .9rem .5rem .25rem; border-top: 1px solid var(--nl-line); }
.nl-phone-preview__nav svg:first-child { color: var(--nl-blue); }

.nl-visit { display: grid; grid-template-columns: minmax(0,1fr) minmax(20rem,.6fr); gap: clamp(3rem,8vw,9rem); align-items: end; padding: clamp(6rem,11vw,11rem) max(1rem,calc((100% - var(--nl-max))/2)); background: var(--nl-green); }
.nl-visit h2 { max-width: 9ch; }
.nl-visit > div:last-child { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.5rem; color: rgba(23,25,22,.68); font-size: .72rem; }
.nl-visit .nl-button { grid-column: 1/-1; width: fit-content; }
.nl-footer { display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 2rem; align-items: start; padding: 3rem clamp(1rem,4vw,4.5rem); background: var(--nl-ink); color: rgba(255,255,255,.58); font-size: .62rem; }
.nl-brand--footer { color: white; }
.nl-brand--footer small { color: rgba(255,255,255,.55); }
.nl-footer > div { display: flex; flex-wrap: wrap; gap: 1rem; color: white; }
.nl-footer > p:last-child { grid-column: 2/-1; }
.nl-footer a { text-decoration: underline; text-underline-offset: .2rem; }

.nl-dialog, .nl-alert { width: min(calc(100% - 2rem), 58rem); max-height: calc(100svh - 2rem); margin: auto; padding: 0; overflow-y: auto; overscroll-behavior: contain; border: 1px solid var(--nl-line); border-radius: 1.5rem; background: var(--nl-paper); color: var(--nl-ink); box-shadow: var(--nl-shadow); }
.nl-dialog::backdrop, .nl-alert::backdrop { background: rgba(12,15,13,.68); backdrop-filter: blur(7px); }
.nl-dialog__header { position: sticky; top: 0; z-index: 3; display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding: 1.3rem; border-bottom: 1px solid var(--nl-line); background: color-mix(in srgb, var(--nl-paper) 92%, transparent); backdrop-filter: blur(15px); }
.nl-dialog__header h2 { margin-top: .35rem; font-size: 2.2rem; letter-spacing: -.06em; }
.nl-dialog__header > button { width: 2.75rem; height: 2.75rem; display: grid; place-items: center; border: 1px solid var(--nl-line); border-radius: 50%; }
.nl-vehicle-detail__media { position: relative; aspect-ratio: 1.8; overflow: hidden; }
.nl-vehicle-detail__media img { width: 100%; height: 100%; object-fit: cover; }
.nl-vehicle-detail__content { padding: 1.4rem; }
.nl-vehicle-detail__heading { display: flex; justify-content: space-between; gap: 1rem; align-items: start; }
.nl-vehicle-detail__heading h2 { margin-top: .3rem; font-size: clamp(2rem,5vw,4rem); letter-spacing: -.075em; }
.nl-vehicle-detail__heading > div:last-child { text-align: right; }
.nl-vehicle-detail__heading strong { font-size: 1.5rem; }
.nl-vehicle-detail__heading small { display: block; color: var(--nl-muted); font-size: .55rem; }
.nl-vehicle-detail__copy { max-width: 44rem; margin-top: 1rem; color: var(--nl-muted); }
.nl-spec-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 1.3rem; border: 1px solid var(--nl-line); border-radius: 1rem; }
.nl-spec-grid div { padding: 1rem; border-right: 1px solid var(--nl-line); }
.nl-spec-grid div:last-child { border-right: 0; }
.nl-spec-grid small, .nl-spec-grid strong { display: block; }
.nl-spec-grid small { color: var(--nl-muted); font-size: .55rem; }
.nl-spec-grid strong { margin-top: .25rem; font-size: .7rem; }
.nl-detail-actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.3rem; }
.nl-booking-form { margin: 0; padding: 1.3rem; }
.nl-booking-form > .nl-button { margin-top: .3rem; }
.nl-alert { width: min(calc(100% - 2rem), 30rem); padding: 2rem; text-align: center; }
.nl-alert__icon { width: 3.5rem; height: 3.5rem; display: grid; place-items: center; margin: 0 auto 1rem; border-radius: 50%; background: var(--nl-green); }
.nl-alert .nl-eyebrow { justify-content: center; }
.nl-alert h2 { margin-top: .5rem; font-size: 2.1rem; letter-spacing: -.06em; }
.nl-alert > p:not(.nl-eyebrow) { margin-top: .6rem; color: var(--nl-muted); font-size: .72rem; }
.nl-alert__actions { display: grid; grid-template-columns: repeat(2,1fr); gap: .5rem; margin-top: 1.3rem; }
.nl-toast { position: fixed; right: 1rem; bottom: 1rem; z-index: 90; max-width: 22rem; padding: .8rem 1rem; border-radius: .8rem; background: var(--nl-ink); color: white; box-shadow: var(--nl-shadow); font-size: .68rem; }

@media (max-width: 1100px) {
  .nl-section-head, .nl-trade, .nl-finance { grid-template-columns: 1fr; }
  .nl-vehicle-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .nl-service { grid-template-columns: 1fr; }
  .nl-service__media { min-height: 36rem; }
  .nl-continuum ol { grid-template-columns: repeat(2,1fr); }
  .nl-continuum li:nth-child(2) { border-right: 0; }
  .nl-continuum li:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
}

@media (max-width: 820px) {
  .nl-preview-bar { grid-template-columns: 1fr auto; }
  .nl-preview-bar p { display: none; }
  .nl-header { min-height: 4.5rem; }
  .nl-menu-toggle { display: flex; }
  .nl-nav { position: absolute; top: calc(100% + .7rem); right: .7rem; left: .7rem; max-height: calc(100svh - 6rem); display: none; align-items: stretch; flex-direction: column; overflow-y: auto; padding: 1rem; border: 1px solid var(--nl-line); border-radius: 1rem; background: var(--nl-white); box-shadow: var(--nl-shadow); }
  .nl-nav.is-open { display: flex; }
  .nl-nav .nl-button { width: 100%; }
  .nl-hero { min-height: 58rem; align-items: start; }
  .nl-hero__image { object-position: 64% center; }
  .nl-hero__veil { background: linear-gradient(180deg, rgba(246,243,234,.96), rgba(246,243,234,.83) 48%, rgba(246,243,234,.1) 75%); }
  .nl-hero__copy { padding: 4.5rem 1rem 17rem; }
  .nl-hero h1 { font-size: clamp(3.7rem,15vw,6.5rem); }
  .nl-finder { grid-template-columns: repeat(3,1fr) auto; }
  .nl-finder > p { display: none; }
  .nl-finder label { padding-inline: .8rem; }
  .nl-proof { grid-template-columns: repeat(2,1fr); }
  .nl-proof p:nth-child(2) { border-right: 0; }
  .nl-proof p:nth-child(-n+2) { border-bottom: 1px solid var(--nl-line); }
  .nl-inventory-tools { align-items: stretch; flex-wrap: wrap; }
  .nl-search { flex-basis: 100%; }
  .nl-app-promo { grid-template-columns: 1fr; }
  .nl-phone-preview { margin-top: 2rem; }
  .nl-visit { grid-template-columns: 1fr; }
  .nl-footer { grid-template-columns: 1fr; }
  .nl-footer > p:last-child { grid-column: auto; }
}

@media (max-width: 620px) {
  .nl-preview-bar { font-size: .58rem; }
  .nl-preview-bar a span { display: none; }
  .nl-header { padding-inline: .8rem; }
  .nl-brand__mark { width: 2.25rem; height: 2.25rem; }
  .nl-finder { right: .7rem; bottom: .7rem; left: .7rem; grid-template-columns: 1fr auto; }
  .nl-finder label { min-height: 3.5rem; border-left: 0; border-bottom: 1px solid var(--nl-line); }
  .nl-finder label:nth-of-type(3) { border-bottom: 0; }
  .nl-finder > button { grid-column: 2; grid-row: 1/4; align-self: stretch; height: auto; }
  .nl-proof p { min-height: 7rem; flex-direction: column; align-items: flex-start; }
  .nl-inventory-tools { display: grid; grid-template-columns: 1fr auto; }
  .nl-search { grid-column: 1/-1; }
  .nl-filter-pills { width: 100%; grid-column: 1/-1; overflow-x: auto; overscroll-behavior-inline: contain; }
  .nl-filter-pills button { flex: 1 0 auto; }
  .nl-vehicle-grid { grid-template-columns: 1fr; }
  .nl-continuum ol { grid-template-columns: 1fr; }
  .nl-continuum li { min-height: 14rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .nl-continuum li > div { min-height: 9rem; }
  .nl-form-grid, .nl-booking-form { grid-template-columns: 1fr; }
  .nl-field-wide { grid-column: auto; }
  .nl-service__media { min-height: 27rem; }
  .nl-service__content { padding: 4.5rem 1rem; }
  .nl-app-promo { padding-inline: 1rem; }
  .nl-calculator { grid-template-columns: 1fr; }
  .nl-phone-preview { transform: none; }
  .nl-visit > div:last-child { grid-template-columns: 1fr; }
  .nl-visit .nl-button { grid-column: auto; }
  .nl-dialog, .nl-alert { width: min(calc(100% - 1rem), 58rem); max-height: calc(100svh - 1rem); border-radius: 1.1rem; }
  .nl-dialog__header { padding: 1rem; }
  .nl-dialog__header h2 { font-size: clamp(1.65rem, 9vw, 2.2rem); }
  .nl-dialog__header > button { width: 2.75rem; height: 2.75rem; flex: 0 0 auto; }
  .nl-vehicle-detail__media { aspect-ratio: 1.2; }
  .nl-vehicle-detail__heading { display: grid; }
  .nl-vehicle-detail__heading > div:last-child { text-align: left; }
  .nl-spec-grid { grid-template-columns: repeat(2,1fr); }
  .nl-spec-grid div:nth-child(2) { border-right: 0; }
  .nl-spec-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--nl-line); }
  .nl-alert__actions { grid-template-columns: 1fr; }
  .nl-detail-actions > * { width: 100%; }
  .nl-toast { right: .5rem; left: .5rem; max-width: none; }
}

@media (max-width: 380px) {
  .nl-preview-bar { gap: .5rem; padding-inline: .7rem; }
  .nl-header { gap: .75rem; }
  .nl-menu-toggle { min-width: 2.75rem; min-height: 2.75rem; justify-content: center; }
  .nl-hero h1 { font-size: 3.45rem; }
  .nl-section { width: calc(100% - 1.25rem); }
  .nl-finder { padding: .45rem; }
  .nl-finder label { padding-inline: .65rem; }
  .nl-finder > button { width: 3.85rem; }
  .nl-proof p { padding: 1rem; }
  .nl-booking-form, .nl-vehicle-detail__content { padding: 1rem; }
  .nl-alert { padding: 1.35rem; }
}

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