:root {
  --night: #061522;
  --night-2: #0b2435;
  --night-3: #123a52;
  --blue: #1ca8e8;
  --blue-strong: #0876b1;
  --blue-pale: #dff5ff;
  --ink: #0a1d2b;
  --ink-soft: #405766;
  --line: #c9d8e1;
  --surface: #f4f7f9;
  --paper: #ffffff;
  --sun: #f8c400;
  --success: #1e8e63;
  --radius: 14px;
  --shell: min(1200px, calc(100% - 48px));
  --shadow: 0 20px 44px rgb(0 17 28 / 18%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Roboto, Arial, sans-serif;
  line-height: 1.5;
}
body.nav-is-open { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .55; }
:focus-visible { outline: 3px solid var(--sun); 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; }
.skip-link { position: absolute; z-index: 20; left: 16px; top: -100px; padding: 10px 14px; color: var(--night); background: var(--sun); font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  color: #fff;
}
.site-header--solid { position: relative; color: var(--night); background: var(--paper); border-bottom: 1px solid var(--line); }
.header-row { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; min-height: 44px; }
.brand img { display: block; width: 143px; max-height: 42px; object-fit: contain; object-position: left center; }
.brand__fallback { color: inherit; font-family: Oswald, Impact, sans-serif; font-size: 1.65rem; letter-spacing: .045em; text-transform: uppercase; }
.site-header--solid .brand img { filter: invert(1); }
.header-actions, .site-nav { display: flex; align-items: center; gap: 12px; }
.site-nav { gap: 22px; font-size: .89rem; font-weight: 700; }
.site-nav a { position: relative; padding: 9px 0; }
.site-nav a::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 2px; content: ""; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-action, .button, .quiet-button, .icon-button, .segmented__button, .filter-reset, .chip, .save-toggle {
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1;
}
.header-action, .button, .quiet-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 16px; }
.header-action { color: #fff; border-color: rgb(255 255 255 / 44%); background: rgb(6 21 34 / 22%); }
.header-action:hover { border-color: #fff; background: rgb(255 255 255 / 14%); }
.site-header--solid .header-action { color: var(--night); border-color: var(--line); background: var(--paper); }
.site-header--solid .header-action:hover { background: var(--blue-pale); }
.header-action--whatsapp { border-color: transparent; color: var(--night); background: var(--sun); }
.header-action--whatsapp:hover { background: #ffd72e; }
.button { color: #fff; background: var(--blue-strong); }
.button:hover { color: #001421; background: var(--blue); }
.button--dark { background: var(--night); }
.button--dark:hover { color: #fff; background: var(--night-3); }
.button--light { color: var(--night); background: var(--paper); }
.button--light:hover { background: var(--blue-pale); }
.quiet-button { color: var(--night); border-color: var(--line); background: transparent; }
.quiet-button:hover { border-color: var(--blue-strong); color: var(--blue-strong); }
.quiet-button--light { color: #fff; border-color: rgb(255 255 255 / 44%); }
.quiet-button--light:hover { color: #fff; border-color: #fff; background: rgb(255 255 255 / 10%); }
.icon-button { display: inline-flex; align-items: center; justify-content: center; width: 44px; padding: 0; color: inherit; background: transparent; }
.icon-button svg, .button svg, .header-action svg, .quiet-button svg, .save-toggle svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.menu-toggle { display: none; }
.saved-count { display: inline-flex; align-items: center; justify-content: center; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 99px; color: var(--night); background: var(--sun); font-size: .72rem; }

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: #fff;
  background-color: var(--night);
}
.hero__fallback, .hero__video, .hero__shade { position: absolute; inset: 0; }
.hero__fallback { background: url("../images/hero-fallback.jpg") center / cover no-repeat; }
.hero__video { overflow: hidden; opacity: 0; transition: opacity .32s ease; }
.hero__video iframe { width: 100vw; min-width: 177.78vh; height: 56.25vw; min-height: 100vh; position: absolute; top: 50%; left: 50%; border: 0; transform: translate(-50%, -50%); pointer-events: none; }
.hero__shade { background: linear-gradient(90deg, rgb(3 14 24 / 93%) 0%, rgb(3 14 24 / 72%) 48%, rgb(3 14 24 / 25%) 100%), linear-gradient(0deg, rgb(3 14 24 / 88%) 0%, transparent 55%); }
.hero[data-motion="playing"] .hero__video { opacity: .72; }
.hero__content { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 7fr) minmax(340px, 5fr); gap: 44px; align-items: end; min-height: 620px; padding: 150px 0 96px; }
.hero__copy { max-width: 700px; }
.hero h1, .page-hero h1 { max-width: 8.6ch; margin: 0; font-family: Oswald, Arial Narrow, sans-serif; font-size: clamp(3.25rem, 6.8vw, 6rem); font-weight: 600; letter-spacing: -.028em; line-height: .94; text-transform: uppercase; }
.hero__copy p { max-width: 54ch; margin: 24px 0 0; color: rgb(255 255 255 / 86%); font-size: 1.08rem; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 28px 0 0; padding: 0; list-style: none; color: #d6edf8; font-weight: 700; }
.hero__facts li { display: inline-flex; align-items: center; gap: 8px; }
.hero__facts li::before { width: 6px; height: 6px; border-radius: 50%; content: ""; background: var(--sun); }
.motion-control { position: absolute; z-index: 2; right: 24px; bottom: 26px; }
.motion-control[hidden] { display: none; }
.motion-control button { min-width: 44px; min-height: 44px; color: #fff; border: 1px solid rgb(255 255 255 / 40%); border-radius: 99px; padding: 9px 12px; background: rgb(3 14 24 / 54%); font-weight: 800; }
.motion-control button:hover { border-color: #fff; background: rgb(3 14 24 / 82%); }

.intent-panel { align-self: end; color: var(--night); background: var(--paper); box-shadow: var(--shadow); }
.segmented { display: grid; grid-template-columns: repeat(2, 1fr); border-bottom: 1px solid var(--line); }
.segmented__button { border: 0; border-radius: 0; color: var(--ink-soft); background: transparent; }
.segmented__button[aria-selected="true"] { color: var(--night); background: var(--blue-pale); }
.intent-panel__body { padding: 22px; }
.intent-panel__title { margin: 0 0 18px; font-size: 1rem; line-height: 1.2; }
.search-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.form-field { display: grid; gap: 7px; }
.form-field--wide { grid-column: 1 / -1; }
.form-field label { color: var(--ink-soft); font-size: .76rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea, .filter-search input {
  width: 100%; min-height: 46px; padding: 0 12px; color: var(--night); border: 1px solid var(--line); border-radius: 6px; background: #fff;
}
.form-field textarea { min-height: 132px; padding-block: 12px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus, .filter-search input:focus { border-color: var(--blue-strong); outline: 3px solid rgb(28 168 232 / 22%); }
.intent-panel__body .button { width: 100%; margin-top: 18px; }
.intent-note { margin: 0; color: var(--ink-soft); font-size: .92rem; }
.intent-note strong { color: var(--night); }
.intent-note + .button { margin-top: 18px; }
.intent-panel [hidden] { display: none; }

main { display: block; }
.section { padding: 88px 0; }
.section--paper { background: var(--paper); }
.section--night { color: #fff; background: var(--night); }
.section--surface { background: var(--surface); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.section-heading h2 { max-width: 16ch; margin: 0; font-family: Oswald, Arial Narrow, sans-serif; font-size: clamp(2.05rem, 4vw, 3.45rem); font-weight: 600; letter-spacing: -.025em; line-height: 1; text-transform: uppercase; }
.section-heading p { max-width: 51ch; margin: 0; color: var(--ink-soft); }
.section--night .section-heading p { color: #c8dbe6; }
.section-link { color: var(--blue-strong); font-weight: 900; white-space: nowrap; }
.section-link:hover { color: var(--night); }

.vehicle-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.vehicle-card { position: relative; display: flex; flex-direction: column; min-width: 0; color: var(--night); background: var(--paper); border: 1px solid var(--line); }
.vehicle-card__image { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #d8e4ea; }
.vehicle-card__image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .34s cubic-bezier(.2, .8, .2, 1); }
.vehicle-card:hover .vehicle-card__image img { transform: scale(1.035); }
.vehicle-card__save { position: absolute; top: 12px; right: 12px; width: 42px; min-height: 42px; color: var(--night); border: 1px solid rgb(255 255 255 / 75%); border-radius: 50%; background: rgb(255 255 255 / 92%); }
.vehicle-card__save[aria-pressed="true"] { color: #c53548; }
.vehicle-card__save svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.9; }
.vehicle-card__save[aria-pressed="true"] svg { fill: currentColor; }
.vehicle-card__body { display: flex; flex: 1; flex-direction: column; padding: 19px; }
.vehicle-card__title { margin: 0; font-size: 1.18rem; line-height: 1.18; }
.vehicle-card__title a:hover { color: var(--blue-strong); }
.vehicle-card__price { margin: 10px 0 15px; color: var(--blue-strong); font-size: 1.23rem; font-weight: 900; }
.vehicle-card__meta { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 19px; padding: 0; list-style: none; color: var(--ink-soft); font-size: .76rem; font-weight: 700; }
.vehicle-card__meta li { padding-right: 7px; border-right: 1px solid var(--line); }
.vehicle-card__meta li:last-child { padding-right: 0; border-right: 0; }
.vehicle-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.vehicle-card__detail { color: var(--night); font-weight: 900; }
.vehicle-card__detail:hover { color: var(--blue-strong); }
.compare-toggle { min-height: 34px; padding: 0 9px; color: var(--ink-soft); border: 1px solid var(--line); border-radius: 6px; background: transparent; font-size: .78rem; font-weight: 800; }
.compare-toggle:hover, .compare-toggle[aria-pressed="true"] { color: var(--blue-strong); border-color: var(--blue-strong); background: var(--blue-pale); }
.empty-state { grid-column: 1 / -1; padding: 46px 24px; color: var(--ink-soft); border: 1px dashed #9baeb9; text-align: center; background: var(--paper); }
.empty-state h2, .empty-state p { max-width: 42ch; margin-right: auto; margin-left: auto; }
.empty-state h2 { color: var(--night); font-size: 1.35rem; }

.browse-strip { display: grid; grid-template-columns: 1.25fr 1fr; gap: 0; margin-top: 26px; border: 1px solid var(--line); background: var(--paper); }
.browse-strip > div { padding: 24px; }
.browse-strip > div + div { border-left: 1px solid var(--line); }
.browse-strip h3 { margin: 0 0 8px; font-size: 1rem; }
.browse-strip p { margin: 0 0 15px; color: var(--ink-soft); }
.make-links { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { display: inline-flex; align-items: center; padding: 0 10px; color: var(--night); border-color: var(--line); background: #fff; font-size: .8rem; }
.chip:hover { color: var(--blue-strong); border-color: var(--blue-strong); }

.human-band { display: grid; grid-template-columns: 1.25fr .88fr .88fr; gap: 0; border: 1px solid rgb(255 255 255 / 20%); }
.human-band > div { min-height: 192px; padding: 28px; }
.human-band > div + div { border-left: 1px solid rgb(255 255 255 / 20%); }
.human-band h2 { max-width: 12ch; margin: 0 0 12px; font-family: Oswald, Arial Narrow, sans-serif; font-size: 2rem; line-height: 1.02; text-transform: uppercase; }
.human-band h3 { margin: 0 0 10px; font-size: 1rem; }
.human-band p { margin: 0; color: #c7dce8; }
.human-band a { color: #fff; font-weight: 800; }
.human-band a:hover { color: var(--sun); }
.human-band__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }

.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.team-person { display: grid; grid-template-columns: 168px 1fr; gap: 22px; align-items: center; padding: 0; border: 1px solid var(--line); background: var(--paper); }
.team-person img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.team-person__body { padding: 22px 22px 22px 0; }
.team-person h3 { margin: 0 0 5px; font-size: 1.2rem; }
.team-person p { margin: 0; color: var(--ink-soft); }

.page-hero { color: #fff; background: var(--night); }
.page-hero__inner { display: grid; grid-template-columns: 1fr minmax(260px, .56fr); gap: 52px; align-items: end; min-height: 376px; padding: 86px 0 58px; }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.4rem); }
.page-hero p { max-width: 48ch; margin: 18px 0 0; color: #c8dbe6; font-size: 1.03rem; }
.page-hero__aside { padding: 20px 0 0; border-top: 2px solid var(--blue); color: #dcebf1; }
.page-hero__aside strong { display: block; margin-bottom: 8px; color: #fff; }

.listing-toolbar { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: end; margin-bottom: 22px; }
.filter-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 28px; align-items: start; }
.filter-panel { padding: 20px; border: 1px solid var(--line); background: var(--paper); }
.filter-panel h2 { margin: 0 0 18px; font-size: 1.05rem; }
.filter-stack { display: grid; gap: 14px; }
.filter-stack .form-field { gap: 6px; }
.filter-reset { width: 100%; margin-top: 18px; color: var(--night); border-color: var(--line); background: transparent; }
.filter-reset:hover { color: var(--blue-strong); border-color: var(--blue-strong); }
.filter-search { position: relative; }
.filter-search input { padding-right: 42px; }
.filter-search svg { position: absolute; top: 14px; right: 13px; width: 18px; height: 18px; color: var(--ink-soft); fill: none; stroke: currentColor; stroke-width: 1.8; }
.toolbar-results { margin: 0; color: var(--ink-soft); font-weight: 700; }
.toolbar-controls { display: flex; align-items: center; gap: 10px; }
.toolbar-controls label { color: var(--ink-soft); font-size: .79rem; font-weight: 800; }
.toolbar-controls select { min-height: 42px; padding: 0 26px 0 10px; color: var(--night); border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }
.active-filters { display: flex; flex-wrap: wrap; gap: 8px; min-height: 1px; margin: 0 0 18px; }
.active-filters:empty { display: none; }
.active-filters button { display: inline-flex; align-items: center; gap: 8px; min-height: 32px; padding: 0 9px; color: var(--night); border: 1px solid #9ecde2; border-radius: 6px; background: var(--blue-pale); font-size: .78rem; font-weight: 800; }
.active-filters button:hover { border-color: var(--blue-strong); }

.vehicle-layout { display: grid; grid-template-areas: "gallery summary" "information summary"; grid-template-columns: minmax(0, 1.35fr) minmax(315px, .65fr); gap: 32px; align-items: start; }
.vehicle-gallery { grid-area: gallery; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.vehicle-gallery__main { grid-column: 1 / -1; aspect-ratio: 16 / 10; }
.vehicle-gallery figure { min-width: 0; margin: 0; overflow: hidden; background: #dae4e9; }
.vehicle-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; }
.vehicle-gallery__more { position: relative; min-height: 170px; overflow: hidden; }
.vehicle-gallery__more::after { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; content: attr(data-count); background: rgb(4 18 30 / 62%); font-weight: 900; }
.vehicle-summary { grid-area: summary; padding: 28px; border: 1px solid var(--line); background: var(--paper); }
.vehicle-summary h1 { margin: 0; font-family: Oswald, Arial Narrow, sans-serif; font-size: clamp(2.25rem, 4.2vw, 3.85rem); line-height: .95; text-transform: uppercase; }
.vehicle-summary__price { margin: 14px 0 20px; color: var(--blue-strong); font-size: 1.45rem; font-weight: 900; }
.vehicle-summary__specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 0 0 22px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.vehicle-summary__specs div { min-height: 72px; padding: 13px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.vehicle-summary__specs dt { color: var(--ink-soft); font-size: .7rem; font-weight: 800; letter-spacing: .065em; text-transform: uppercase; }
.vehicle-summary__specs dd { margin: 5px 0 0; color: var(--night); font-weight: 800; }
.vehicle-summary__actions { display: grid; gap: 10px; }
.vehicle-summary__actions .button, .vehicle-summary__actions .quiet-button { width: 100%; }
.vehicle-summary__device-note { margin: 17px 0 0; color: var(--ink-soft); font-size: .83rem; text-align: center; }
.vehicle-information { grid-area: information; min-width: 0; margin-top: 0; padding-top: 30px; border-top: 1px solid var(--line); }
.vehicle-information h2 { margin: 0 0 12px; font-size: 1.2rem; }
.vehicle-information p { max-width: 65ch; margin: 0; color: var(--ink-soft); white-space: pre-line; }
.vehicle-information__fallback { color: var(--ink-soft); font-style: italic; }
.vehicle-description, .vehicle-description__text { min-width: 0; overflow-wrap: anywhere; }
.vehicle-description > summary { max-width: 65ch; cursor: pointer; list-style: none; }
.vehicle-description > summary::-webkit-details-marker { display: none; }
.vehicle-description__preview { display: block; color: var(--ink-soft); white-space: normal; }
.vehicle-description__more, .vehicle-description__less { display: inline-flex; align-items: center; min-height: 44px; color: var(--blue-strong); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.vehicle-description__less, .vehicle-description[open] .vehicle-description__preview, .vehicle-description[open] .vehicle-description__more { display: none; }
.vehicle-description[open] .vehicle-description__less { display: inline-flex; }
.vehicle-description > summary:focus-visible { outline: 3px solid var(--blue-strong); outline-offset: 5px; border-radius: 3px; }
.vehicle-description[open] > .vehicle-description__text { margin-top: 8px; }

.detail-journey { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--line); background: var(--paper); }
.detail-journey > div { padding: 23px; }
.detail-journey > div + div { border-left: 1px solid var(--line); }
.detail-journey h3 { margin: 0 0 7px; font-size: .96rem; }
.detail-journey p { margin: 0; color: var(--ink-soft); font-size: .92rem; }

.form-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 30px; align-items: start; }
.contact-form { padding: 28px; border: 1px solid var(--line); background: var(--paper); }
.contact-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.contact-form__footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 22px; }
.contact-form__footer p { max-width: 45ch; margin: 0; color: var(--ink-soft); font-size: .82rem; }
.contact-form__honey { position: absolute; left: -9999px; }
.contact-rail { display: grid; gap: 0; border: 1px solid var(--line); background: var(--paper); }
.contact-rail > div { padding: 23px; }
.contact-rail > div + div { border-top: 1px solid var(--line); }
.contact-rail h2 { margin: 0 0 11px; font-size: 1.05rem; }
.contact-rail p { margin: 0; color: var(--ink-soft); }
.contact-rail a { color: var(--blue-strong); font-weight: 900; }
.contact-rail a:hover { color: var(--night); }
.map-frame { aspect-ratio: 16 / 10; width: 100%; border: 0; }

.compare-grid { overflow-x: auto; border: 1px solid var(--line); background: var(--paper); }
.compare-table { min-width: 660px; width: 100%; border-collapse: collapse; text-align: left; }
.compare-table th, .compare-table td { padding: 16px; vertical-align: top; border-bottom: 1px solid var(--line); }
.compare-table th { width: 150px; color: var(--ink-soft); font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; }
.compare-table thead th { color: var(--night); font-size: 1rem; letter-spacing: 0; text-transform: none; }
.compare-table img { width: 100%; max-width: 190px; aspect-ratio: 4 / 3; display: block; object-fit: cover; }
.compare-table .button, .compare-table .quiet-button { width: 100%; margin-top: 10px; }

.faq-list { border-top: 1px solid rgb(255 255 255 / 26%); }
.faq-list details { border-bottom: 1px solid rgb(255 255 255 / 26%); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; cursor: pointer; font-weight: 900; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { width: 12px; height: 12px; flex: 0 0 auto; content: "+"; color: var(--sun); font-size: 1.3rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 66ch; margin: -2px 0 20px; color: #c8dbe6; }

.footer { color: #d6e6ee; background: #04111b; }
.footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; padding: 52px 0 35px; }
.footer__brand { width: 145px; margin-bottom: 16px; }
.footer h2 { margin: 0 0 12px; color: #fff; font-size: .95rem; }
.footer p, .footer address { max-width: 33ch; margin: 0; color: #aec6d2; font-style: normal; }
.footer nav { display: grid; gap: 8px; }
.footer a:hover { color: var(--sun); }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 19px 0; border-top: 1px solid rgb(255 255 255 / 17%); color: #9fb8c4; font-size: .82rem; }
.chat-launcher { display: flex; width: fit-content; margin: 0 22px 28px auto; align-items: center; gap: 9px; min-height: 50px; padding: 0 15px; color: var(--night); background: var(--sun); box-shadow: 0 12px 26px rgb(0 12 20 / 25%); font-weight: 900; }
.chat-launcher:hover { background: #ffd82e; }
.chat-launcher svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
.toast { position: fixed; z-index: 25; right: 22px; bottom: 84px; max-width: 330px; padding: 13px 15px; color: #fff; background: var(--night); box-shadow: var(--shadow); font-weight: 700; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .18s ease, transform .18s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1060px) {
  :root { --shell: min(100% - 40px, 1200px); }
  .site-nav { gap: 16px; }
  .header-actions .header-action:first-child { display: none; }
  .hero__content { grid-template-columns: minmax(0, 1fr) 390px; gap: 26px; }
  .team-grid { grid-template-columns: 1fr; }
  .filter-layout { grid-template-columns: 230px minmax(0, 1fr); gap: 20px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 1200px); }
  .site-header { background: linear-gradient(180deg, rgb(2 14 23 / 74%), transparent); }
  .site-header--solid { background: var(--paper); }
  .header-row { min-height: 70px; }
  .brand img { width: 126px; }
  .menu-toggle { display: inline-flex; }
  .site-nav { position: fixed; inset: 70px 16px auto; display: grid; gap: 0; padding: 12px 18px; color: var(--night); border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); opacity: 0; transform: translateY(-8px); pointer-events: none; transition: opacity .18s ease, transform .18s ease; }
  .site-nav[data-open="true"] { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .site-nav a:last-child { border-bottom: 0; }
  .site-nav a::after { display: none; }
  .header-actions { margin-left: auto; }
  .header-actions .header-action { display: none; }
  .header-actions .header-action--whatsapp { display: inline-flex; min-width: 44px; padding: 0 11px; font-size: 0; }
  .header-action--whatsapp svg { width: 19px; height: 19px; }
  .hero { min-height: auto; }
  .hero__video { display: none; }
  .hero__shade { background: linear-gradient(180deg, rgb(3 14 24 / 78%) 0%, rgb(3 14 24 / 68%) 66%, var(--night) 100%); }
  .hero__content { grid-template-columns: 1fr; min-height: 0; gap: 34px; padding: 126px 0 0; }
  .hero h1 { max-width: 9.3ch; font-size: clamp(3.25rem, 13vw, 4.5rem); }
  .hero__copy p { margin-top: 18px; }
  .hero__facts { margin-top: 22px; }
  .intent-panel { width: calc(100% + 32px); margin-left: -16px; box-shadow: none; }
  .motion-control { display: none; }
  .section { padding: 66px 0; }
  .section-heading { display: grid; gap: 14px; align-items: start; }
  .section-heading h2 { max-width: 15ch; }
  .vehicle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .human-band { grid-template-columns: 1fr; }
  .human-band > div + div { border-top: 1px solid rgb(255 255 255 / 20%); border-left: 0; }
  .page-hero__inner { grid-template-columns: 1fr; gap: 18px; min-height: 0; padding: 64px 0 48px; }
  .page-hero__aside { max-width: 540px; }
  .filter-layout { grid-template-columns: 1fr; }
  .filter-panel { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; }
  .filter-panel h2 { margin: 0; }
  .filter-stack { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .filter-reset { width: auto; margin: 0; padding-inline: 13px; }
  .vehicle-layout { grid-template-areas: "gallery" "summary" "information"; grid-template-columns: 1fr; }
  .form-layout { grid-template-columns: 1fr; }
  .vehicle-summary { padding: 24px; }
  .detail-journey { grid-template-columns: 1fr; }
  .detail-journey > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .footer__top { grid-template-columns: 1.2fr 1fr; }
}

@media (max-width: 560px) {
  :root { --shell: min(100% - 28px, 1200px); }
  .header-row { gap: 10px; }
  .brand img { width: 112px; }
  .header-actions .header-action--whatsapp { min-width: 40px; min-height: 40px; }
  .menu-toggle { width: 40px; min-height: 40px; }
  .hero__content { padding-top: 111px; }
  .hero__copy p { font-size: 1rem; }
  .hero__facts { gap: 8px 14px; font-size: .9rem; }
  .segmented__button { min-height: 54px; padding: 7px; font-size: .82rem; }
  .intent-panel__body { padding: 18px 14px; }
  .search-fields { grid-template-columns: 1fr; }
  .section-heading h2 { font-size: 2.25rem; }
  .section-link { white-space: normal; }
  .vehicle-grid { grid-template-columns: 1fr; }
  .browse-strip { grid-template-columns: 1fr; }
  .browse-strip > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .team-person { grid-template-columns: 112px 1fr; gap: 16px; }
  .team-person__body { padding: 16px 16px 16px 0; }
  .listing-toolbar { grid-template-columns: 1fr; }
  .toolbar-controls { justify-content: space-between; }
  .filter-panel { grid-template-columns: 1fr auto; }
  .filter-panel h2 { grid-column: 1 / -1; }
  .filter-stack { grid-column: 1 / -1; grid-template-columns: 1fr; }
  .filter-reset { justify-self: end; }
  .vehicle-gallery { gap: 6px; }
  .vehicle-summary__specs { grid-template-columns: 1fr; }
  .contact-form { padding: 20px; }
  .contact-form__grid { grid-template-columns: 1fr; }
  .contact-form__footer { align-items: stretch; flex-direction: column; }
  .contact-form__footer .button { width: 100%; }
  .footer__top { grid-template-columns: 1fr; gap: 27px; }
  .footer__bottom { align-items: flex-start; flex-direction: column; }
  .chat-launcher { margin: 0 14px 24px auto; min-height: 46px; padding: 0 13px; }
  .toast { right: 14px; bottom: 73px; left: 14px; max-width: none; }
}

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