/* Graphite Motion — the user's selected visual world, across every public route. */
@font-face { font-family: Sora; src: url('assets/fonts/Sora-Variable.ttf') format('truetype'); font-style: normal; font-weight: 100 800; font-display: swap; }
@font-face { font-family: Manrope; src: url('assets/fonts/Manrope-Variable.ttf') format('truetype'); font-style: normal; font-weight: 200 800; font-display: swap; }
:root {
  --night: #171c22; --night-2: #1f2831; --night-3: #303e4b;
  --blue: #9cbedb; --blue-strong: #315c7d; --blue-pale: #e9f0f5;
  --ink: #202a33; --ink-soft: #53616c; --line: #cfd6dd;
  --surface: #eef1f3; --paper: #f8f9fa; --sun: #a9c7df;
  --shell: min(1280px, calc(100% - 156px)); --shadow: 0 14px 30px rgb(8 15 20 / 12%);
}
body { font-family: Manrope, Arial, sans-serif; background: var(--paper); font-size: 16px; line-height: 1.65; }
.graphite-home { --home-gutter: clamp(20px, 2.25vw, 44px); }
.graphite-home .site-header .shell,
.graphite-home .cinema-hero > .shell,
.graphite-home .location-strip .shell { width: auto; max-width: none; margin-inline: var(--home-gutter); }
[hidden] { display: none !important; }
img { object-fit: contain; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
h1,h2,h3 { font-family: Sora, Arial, sans-serif; font-weight: 500; letter-spacing: -.03em; }
button { font-weight: 600; }
a { text-underline-offset: 4px; }
button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible { outline: 3px solid #699dc5; outline-offset: 5px; }
.ui-icon { display: inline-block; flex-shrink: 0; width: 22px; height: 22px; vertical-align: middle; }
.site-header,.site-header--solid { position: relative; color: #f5f7f8; background: #171e26; border: 0; }
.header-row { min-height: 80px; gap: 32px; }
.brand img { width: 188px; height: 75px; max-height: 75px; object-fit: contain; filter: none !important; }
.brand__fallback { font-family: Sora, sans-serif; }
.site-nav { margin-left: auto; margin-right: 44px; gap: 42px; font-size: 15px; font-weight: 500; }
.site-nav a { padding: 14px 0; white-space: nowrap; }
.site-nav a::after { background: #9cbedb; height: 1px; }
.header-phone { white-space: nowrap; font-size: 15px; font-weight: 600; }
.header-phone:hover { color: #b6d5ee; }
.header-actions { gap: 16px; }
.menu-toggle { display: none; border: 1px solid #667784; border-radius: 4px; background: transparent; color: #fff; width: 46px; min-height: 46px; }
.menu-toggle .ui-icon { filter: invert(1); }
.button,.quiet-button,.filter-reset,.chip,.save-toggle,.toolbar-controls select,.form-field input,.form-field select,.form-field textarea { border-radius: 3px; font-weight: 600; }
.button { min-height: 48px; background: #315c7d; }
.button:hover { background: #234663; color: #fff; }
.button--dark { background: #171e26; }
.button--light { background: #f5f7f8; color: #171c22; }
.button--light:hover { color: #171c22; background: #dce7ef; }
.quiet-button { min-height: 46px; }
.section-link { font-weight: 600; }
.form-field label { text-transform: none; letter-spacing: 0; font-size: 14px; font-weight: 500; }
.form-field input,.form-field select,.form-field textarea { font-weight: 400; }
.cinema-hero { position: relative; overflow: hidden; min-height: 600px; color: #f5f7f8; background: #10171f; isolation: isolate; }
.cinema-hero__poster,.cinema-hero__youtube,.cinema-hero__video,.cinema-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.cinema-hero__poster { z-index: -2; }
.cinema-hero__poster img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 54%; }
.cinema-hero__youtube { z-index: -1; overflow: hidden; opacity: 0; transition: opacity .45s ease; }
.cinema-hero__youtube > div { position: absolute; inset: 0; }
.cinema-hero__youtube iframe { position: absolute; top: 50%; left: 50%; width: 100vw; min-width: 177.78vh; height: 56.25vw; min-height: 100vh; border: 0; transform: translate(-50%,-50%) scale(1.035); pointer-events: none; }
.cinema-hero__video { z-index: -1; object-fit: cover; object-position: 50% 54%; opacity: 0; transition: opacity .45s ease; }
.cinema-hero__shade { z-index: 0; background: linear-gradient(90deg, rgb(3 8 13 / 91%) 0%, rgb(5 11 17 / 76%) 31%, rgb(7 13 19 / 30%) 58%, rgb(7 13 19 / 13%) 100%); }
.cinema-hero[data-motion="playing"] .cinema-hero__youtube,.cinema-hero[data-motion="playing"] .cinema-hero__video { opacity: 1; }
.cinema-hero__content { position: relative; z-index: 1; padding: 95px 0 42px; }
.brand-line { margin: 0 0 14px; color: #9cbedb; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; }
.cinema-hero h1 { margin: 0; max-width: 790px; font-size: clamp(42px,4.5vw,64px); font-weight: 500; letter-spacing: -.035em; line-height: 1.13; }
.cinema-hero__intro { margin: 16px 0 31px; font-size: 16px; color: #d1d7dc; }
.cinema-search { display: grid; gap: 18px; max-width: 430px; }
.cinema-search .form-field { gap: 7px; }
.cinema-search label { color: #d7dce2; font-size: 13px; }
.cinema-search select { min-height: 44px; color: #f5f7f8; border: 1px solid #66717a; background: #131a21; padding: 0 12px; font-size: 14px; color-scheme: dark; }
.cinema-search .button { min-height: 54px; margin-top: 4px; font-size: 15px; gap: 30px; }
.hero-chat { margin: 16px 0 0; color: #b4bec6; font-size: 14px; }
.hero-chat a { color: #a6c9e5; font-weight: 600; }
.hero-chat a:hover { text-decoration: underline; }
.location-strip { background: #f1f3f6; font-size: 15px; }
.location-strip .shell { min-height: 68px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.location-strip p { margin: 0; }
.location-strip a { display: inline-flex; align-items: center; gap: 24px; color: #315c7d; }
.engineering-teaser { color: #f5f7f8; background: #131b23; }
.engineering-teaser__inner { position: relative; display: grid; grid-template-columns: 35% 65%; align-items: center; min-height: 360px; }
.engineering-teaser__copy { position: relative; z-index: 1; padding: 36px 0; }
.engineering-teaser h2 { margin: 0 0 20px; font-size: 38px; font-weight: 500; line-height: 1.22; }
.steel-link { display: inline-flex; align-items: center; gap: 20px; color: #a6c9e5; font-size: 15px; }
.steel-link:hover { color: #fff; text-decoration: underline; }
.steel-link .ui-icon { filter: invert(.78); }
.illustration-note { margin: 30px 0 0; color: #aab7c0; font-size: 12px; }
.engineering-teaser__image { display: block; margin: 0 -40px 0 -28px; }
.engineering-teaser__image img { display: block; width: 100%; height: 330px; object-fit: contain; mix-blend-mode: lighten; }
.section { padding: 88px 0; }
.section-heading h2 { max-width: 22ch; text-transform: none; font-family: Sora, sans-serif; font-size: clamp(28px,3vw,42px); font-weight: 500; line-height: 1.2; }
.section-heading p { margin-top: 14px; font-size: 15px; }
.vehicle-card { border: 0; background: transparent; }
.vehicle-card__image { aspect-ratio: 4/3; background: #dce2e7; border-radius: 3px; }
.vehicle-card__body { padding: 20px 0; }
.vehicle-card__title { font-size: 19px; letter-spacing: -.025em; }
.vehicle-card__price { color: #202a33; font-family: Sora,sans-serif; font-size: 23px; font-weight: 500; }
.vehicle-card__meta { font-size: 13px; font-weight: 400; }
.vehicle-card__footer { border-top: 1px solid var(--line); padding-top: 16px; }
.vehicle-card__detail { font-size: 14px; font-weight: 600; }
.vehicle-card__save { width: 44px; height: 44px; display: grid; place-items: center; }
.vehicle-card__save[aria-pressed="true"] { border: 2px solid #315c7d; background: #dcebf7; }
.compare-toggle { min-height: 44px; padding-inline: 12px; font-size: 13px; font-weight: 500; }
.stock-tools { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 14px; }
.stock-tools p { margin: 0; }
.stock-tools > div { display: flex; flex-shrink: 0; gap: 24px; color: #315c7d; }
.stock-tools a { padding: 10px 0; }
.team-grid { gap: 48px; }
.team-person { border: 0; background: transparent; grid-template-columns: 170px 1fr; }
.team-person img { border-radius: 3px; }
.team-person h3 { font-size: 20px; }
.team-person p { font-size: 14px; }
.questions-layout { display: grid; grid-template-columns: 35% 65%; gap: 0; }
.questions-layout h2 { font-size: 38px; line-height: 1.25; margin: 0; }
.faq-list summary { display: list-item; list-style: disclosure-closed inside; font-weight: 500; padding-block: 20px; }
.faq-list details[open] summary { list-style-type: disclosure-open; }
.faq-list summary::after { display: none; }
.faq-list summary::-webkit-details-marker { display: initial; }
.faq-list a { color: #c0ddf4; text-decoration: underline; }
.faq-list p { font-size: 14px; }
.page-hero__inner { padding: 58px 0 52px; min-height: 280px; }
.page-hero h1 { font-family: Sora,sans-serif; font-size: clamp(36px,4.1vw,58px); text-transform: none; max-width: 18ch; line-height: 1.12; font-weight: 500; }
.page-hero__aside { border-top: 1px solid #657b8c; font-size: 14px; }
.page-hero .section-link { color: #adcde6; }
.page-hero p { font-size: 16px; }
.filter-panel { border: 0; background: transparent; padding: 0 24px 0 0; }
.filter-panel h2 { font-size: 17px; }
.filter-search input,.toolbar-controls select { min-height: 46px; }
.filter-search .ui-icon { position: absolute; top: 13px; right: 12px; }
.toolbar-results { font-weight: 500; }
.toolbar-controls { font-size: 14px; }
.toolbar-controls label { font-weight: 500; }
.active-filters button { min-height: 44px; font-weight: 500; border: 1px solid var(--line); }
.vehicle-gallery { display: block; min-width: 0; }
.vehicle-gallery__stage { margin: 0; }
.vehicle-gallery__main { display: block; width: 100%; height: auto !important; aspect-ratio: 16/10; object-fit: contain !important; background: #111a22; }
.vehicle-gallery figure { background: transparent; }
.vehicle-gallery__caption { display: flex; justify-content: space-between; gap: 16px; padding-block: 12px; color: var(--ink-soft); font-size: 13px; }
.vehicle-gallery__caption a { color: #315c7d; text-decoration: underline; }
.vehicle-gallery__controls { display: flex; gap: 12px; justify-content: space-between; margin-bottom: 14px; }
.vehicle-gallery__controls p { margin: 0; align-self: center; font-size: 12px; line-height: 1.5; text-align: center; }
.gallery-previous-icon { transform: rotate(180deg); }
.vehicle-gallery__controls .ui-icon { width: 22px; height: 22px; object-fit: contain; flex: 0 0 22px; }
.vehicle-gallery__controls button { padding: 8px 18px; border: 1px solid var(--line); background: transparent; min-height: 44px; border-radius: 3px; color: var(--ink); }
.vehicle-gallery__thumbnails { display: flex; gap: 10px; overflow-x: auto; padding: 5px 5px 15px; scroll-snap-type: x proximity; }
.vehicle-gallery__thumbnail { position: relative; flex: 0 0 112px; height: 84px; border: 2px solid transparent; border-radius: 3px; padding: 3px; background: #dde4e9; scroll-snap-align: start; }
.vehicle-gallery__number { position: absolute; bottom: 5px; right: 5px; min-width: 22px; padding: 2px 5px; background: #101921; color: #fff; font-size: 11px; line-height: 1.5; }
.vehicle-gallery__thumbnail img { display: block; width: 100%; height: 100%; aspect-ratio: 4/3; object-fit: cover; }
.vehicle-gallery__thumbnail[aria-pressed="true"] { border-color: #315c7d; background: white; }
.vehicle-summary { border: 0; padding: 0 0 0 14px; background: transparent; }
.vehicle-summary h1 { font-family: Sora,sans-serif; text-transform: none; font-weight: 500; line-height: 1.15; font-size: clamp(28px,3.1vw,44px); }
.vehicle-summary__price { color: var(--ink); font-weight: 500; font-size: 27px; }
.vehicle-summary__specs { border-left: 0; }
.vehicle-summary__specs div { padding-left: 0; border-right: 0; }
.vehicle-summary__specs dt { text-transform: none; letter-spacing: 0; font-weight: 400; font-size: 12px; }
.vehicle-summary__specs dd { font-weight: 500; font-size: 15px; }
.vehicle-information { margin-top: 0; }
.vehicle-information p { font-size: 16px; line-height: 1.8; }
.detail-journey { border: 0; border-top: 1px solid var(--line); background: transparent; }
.contact-form { border: 0; background: transparent; padding: 0; }
.contact-rail { border: 0; background: var(--paper); }
.contact-rail a { font-weight: 600; }
.form-layout { gap: 64px; }
.contact-form__footer a { text-decoration: underline; }
.human-band h2 { font-family: Sora,sans-serif; text-transform: none; font-size: 28px; line-height: 1.25; }
.human-band { border: 0; }
.empty-state { border: 1px solid var(--line); background: transparent; }
.footer { background: #11171e; }
.footer__top { padding: 64px 0 48px; gap: 72px; }
.footer__brand { width: 180px; height: 72px; object-position: left center; }
.footer p,.footer address { color: #afbdc9; font-size: 14px; margin-bottom: 12px; }
.footer h2 { font-family: Manrope,sans-serif; font-weight: 600; }
.footer nav { font-size: 14px; gap: 9px; }
.footer__bottom { font-size: 12px; color: #aebbc6; align-items: center; }
.footer__bottom > div { display: flex; gap: 24px; }
.footer__bottom a { padding-block: 10px; }
.chat-launcher { box-shadow: none; background: #dce7ef; color: #171c22; font-weight: 500; margin-top: 24px; border-radius: 3px; }
.chat-launcher:hover { background: #c4d9e9; }
.toast { bottom: 24px; font-weight: 500; border-radius: 3px; }
@media (min-width: 1600px) { .cinema-hero { min-height: 680px; } .cinema-hero__content { padding-top: 120px; } }
@media (max-width: 1150px) {
  :root { --shell: calc(100% - 64px); }
  .site-nav { gap: 24px; margin-right: 8px; }
  .brand img { width: 154px; }
  .header-phone { font-size: 13px; }
  .cinema-hero { min-height: 570px; }
  .cinema-hero__content { padding-top: 72px; }
  .cinema-hero h1 { font-size: 48px; }
  .cinema-search { max-width: 380px; }
  .team-grid { gap: 24px; }
  .team-person { grid-template-columns: 130px 1fr; }
}
@media (max-width: 820px) {
  :root { --shell: calc(100% - 40px); }
  .graphite-home { --home-gutter: 20px; }
  .site-header,.site-header--solid { background: #171e26; }
  .header-row { min-height: 72px; gap: 12px; }
  .brand img { width: 145px; height: 58px; }
  .header-phone { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .site-nav { margin: 0; padding: 12px 20px; gap: 0; background: #1b2530; color: #f5f7f8; border-color: #607382; }
  .site-nav a { padding: 14px 0; border-color: #526574; }
  .cinema-hero { min-height: 640px; }
  .cinema-hero__content { padding-top: 54px; padding-bottom: 34px; }
  .cinema-hero__poster img { object-position: 69% center; opacity: .42; }
  .cinema-hero__youtube,.cinema-hero__video { display: none; }
  .cinema-hero__shade { background: linear-gradient(90deg, rgb(7 13 19 / 82%) 0%, rgb(7 13 19 / 59%) 70%, rgb(7 13 19 / 42%) 100%); }
  .cinema-hero h1 { max-width: 13ch; font-size: clamp(38px,7vw,52px); }
  .cinema-hero__intro { max-width: 30ch; margin-bottom: 30px; }
  .cinema-search { width: 100%; max-width: 450px; }
  .brand-line { font-size: 11px; letter-spacing: .13em; }
  .location-strip .shell { min-height: 88px; gap: 6px; align-items: flex-start; justify-content: center; flex-direction: column; padding-block: 12px; }
  .location-strip { font-size: 13px; }
  .location-strip a { gap: 12px; }
  .engineering-teaser__inner { grid-template-columns: 1fr; padding-top: 14px; }
  .engineering-teaser__copy { padding: 28px 0 0; }
  .engineering-teaser h2 { font-size: 30px; }
  .engineering-teaser h2 br { display: none; }
  .engineering-teaser__image { margin: 0 -12px; }
  .engineering-teaser__image img { height: 270px; }
  .illustration-note { margin-top: 18px; }
  .section { padding: 64px 0; }
  .section-heading h2 { font-size: 32px; max-width: 22ch; }
  .stock-tools { flex-direction: column; align-items: start; gap: 8px; }
  .questions-layout { grid-template-columns: 1fr; gap: 26px; }
  .questions-layout h2 { font-size: 32px; }
  .questions-layout h2 br { display: none; }
  .page-hero__inner { padding: 44px 0; gap: 26px; }
  .page-hero h1 { font-size: 40px; }
  .filter-panel { border: 1px solid var(--line); padding: 20px; }
  .vehicle-summary { padding: 0; }
  .vehicle-summary h1 { font-size: 34px; }
  .vehicle-summary__specs { grid-template-columns: 1fr 1fr; }
  .vehicle-gallery__thumbnail { flex-basis: 92px; height: 69px; }
  .vehicle-gallery__controls { display: grid; grid-template-columns: 1fr 1fr; }
  .vehicle-gallery__controls p { grid-column: 1/-1; grid-row: 2; }
  .form-layout { gap: 40px; }
  .footer__top { gap: 32px; }
  .footer__bottom { align-items: flex-start; gap: 12px; flex-direction: column; }
}
@media (max-width: 560px) {
  .header-row { gap: 10px; }
  .cinema-hero { min-height: 600px; }
  .cinema-hero__content { padding-top: 44px; }
  .cinema-hero h1 { font-size: 42px; }
  .cinema-search { gap: 18px; }
  .cinema-search select { min-height: 48px; }
  .engineering-teaser__image img { height: 210px; }
  .team-person { grid-template-columns: 100px 1fr; gap: 16px; }
  .team-person h3 { font-size: 17px; }
  .team-person__body { padding: 12px 0; }
  .vehicle-gallery__caption { font-size: 12px; }
  .contact-form { padding: 0; }
  .section-heading { margin-bottom: 26px; }
  .section-heading h2 { font-size: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  .cinema-hero__youtube,.cinema-hero__video { display: none !important; }
  html { scroll-behavior: auto; }
}
