/* ========================================================================== 
   MIVARE MOTORS — VISUAL SALES LAYER
   Shared chrome DNA: Labs / Systems / Motors
   Motors-only area begins between hero and footer.
   ========================================================================== */

:root {
  --shell: min(1640px, calc(100vw - 56px));
  --content-shell: min(88vw, 1640px);
  --mivare-page-bg: #fcf8fd;
  --mivare-paper: #ffffff;
  --mivare-surface-soft: #f8f1fa;
  --mivare-surface-dark: #241126;
  --mivare-stone: #eadbed;
  --mivare-brown: #5e2865;
  --mivare-ink: #211823;
  --mivare-copy: #554757;
  --mivare-muted: #776a79;
  --mivare-line: rgba(116, 56, 123, 0.16);
  --mivare-shadow: 0 28px 72px rgba(80, 32, 86, 0.13);
  --mivare-copper: var(--mivare-title-brand);
  --mivare-copper-light: var(--mivare-brand-on-dark);
  --mivare-copper-hover: var(--mivare-brand-darker);
  --motors-ink: #251827;
  --motors-plum: #5e2865;
  --motors-purple: #74387b;
  --motors-violet: #8d4696;
  --motors-lilac: #d39ada;
  --motors-pale: #faf0fb;
  --motors-cream: #fffafc;
  --motors-night: #180b1a;
  --motors-line: rgba(116, 56, 123, .17);
}

body.motors-site {
  background: var(--mivare-page-bg);
  color: var(--motors-ink);
}

body.motors-site main {
  background: var(--mivare-page-bg);
}

body.motors-site h1,
body.motors-site h2,
body.motors-site h3 {
  text-wrap: balance;
}

body.motors-site h1 em,
body.motors-site h2 em,
body.motors-site h3 em {
  color: var(--motors-violet);
  font-style: italic;
}

/* --------------------------------------------------------------------------
   SHARED CHROME — same geometry as Labs,
Motors palette only
   -------------------------------------------------------------------------- */

.motors-site .labs-topbar {
  background: #241126;
  border-bottom-color: rgba(211, 154, 218, .18);
}

.motors-site .labs-topbar::before {
  background: linear-gradient(90deg, transparent, rgba(211, 154, 218, .45), transparent);
}

.motors-site .labs-topbar .topbar__divider {
  background: rgba(211, 154, 218, .34);
}

.motors-site .labs-topbar__brand {
  color: #e4bce8 !important;
}

.motors-site .labs-header {
  background: rgba(255, 250, 252, .97);
  border-bottom-color: rgba(116, 56, 123, .13);
  box-shadow: 0 12px 34px rgba(73, 28, 78, .06);
}

.motors-site .labs-header .brand-logo img {
  width: 210px;
  max-height: 76px;
  object-fit: contain;
}

.motors-site .labs-main-nav > a:hover,
.motors-site .labs-main-nav > a.is-active,
.motors-site .labs-main-nav .nav-brands.is-current > .nav-brands__button,
.motors-site .labs-main-nav .nav-brands.is-open > .nav-brands__button {
  color: var(--motors-purple);
}

.motors-site .labs-main-nav > a::after,
.motors-site .labs-main-nav .nav-brands__button::after {
  background: var(--motors-purple);
}

.motors-site .labs-main-nav > a.labs-nav-cta {
  color: #fff;
  background: var(--motors-purple);
  border-color: var(--motors-purple);
}

.motors-site .labs-main-nav > a.labs-nav-cta:hover,
.motors-site .labs-main-nav > a.labs-nav-cta.is-active {
  color: #fff;
  background: var(--motors-plum);
  border-color: var(--motors-plum);
}

.motors-site .labs-dropdown {
  border-color: rgba(116, 56, 123, .18);
  box-shadow: 0 24px 58px rgba(78, 31, 84, .14);
}

.motors-site .labs-dropdown a small {
  color: var(--motors-purple);
}

.motors-site .labs-dropdown__all {
  border-top-color: rgba(116, 56, 123, .1);
  background: #faf0fb;
}

.motors-site .labs-menu-panel .menu-panel__inner {
  background: #241126;
  border-left-color: rgba(211, 154, 218, .26);
}

.motors-site .labs-menu-panel .menu-panel__label,
.motors-site .labs-menu-panel .menu-panel nav small {
  color: #e4bce8;
}

.motors-site .labs-language-toast {
  background: rgba(36, 17, 38, .97);
  border-color: rgba(211, 154, 218, .24);
}

.motors-site .mivare-kicker {
  color: var(--motors-purple);
}

.motors-site .mivare-button--primary {
  color: #fff;
  background: var(--motors-purple);
  border-color: var(--motors-purple);
}

.motors-site .mivare-button--primary:hover {
  background: var(--motors-plum);
  border-color: var(--motors-plum);
}

.motors-site .mivare-button--secondary {
  color: var(--motors-purple);
  background: rgba(255,255,255,.78);
  border-color: rgba(116, 56, 123, .38);
}

.motors-site .mivare-button--secondary:hover {
  color: #fff;
  background: var(--motors-plum);
  border-color: var(--motors-plum);
}

/* --------------------------------------------------------------------------
   SHARED HERO / BANNERS — same Mivare geometry,
less height,
no purple wash
   -------------------------------------------------------------------------- */

.motors-site .labs-home-hero,
.motors-site .labs-subhero {
  min-height: 620px;
  background: #f7eff8;
}

.motors-site .labs-home-hero .mivare-hero__layout,
.motors-site .labs-subhero .mivare-hero__layout {
  min-height: 620px;
}

.motors-site .labs-subhero {
  min-height: 510px;
}

.motors-site .labs-subhero .mivare-hero__layout {
  min-height: 510px;
}

.motors-site .labs-home-hero .mivare-hero__media::after,
.motors-site .labs-subhero .mivare-hero__media::after {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(252,248,253,.98) 0%, rgba(252,248,253,.94) 25%, rgba(252,248,253,.62) 43%, rgba(252,248,253,.08) 64%, rgba(252,248,253,0) 100%);
  pointer-events: none;
}

.motors-site .labs-home-hero .mivare-hero__media img,
.motors-site .labs-subhero .mivare-hero__media img {
  object-position: 68% center;
  filter: saturate(.95) contrast(1.02);
}

.motors-site .labs-home-hero .mivare-hero__content,
.motors-site .labs-subhero .mivare-hero__content {
  width: min(640px, 47vw);
  margin-left: max(36px, calc((100vw - min(1640px, calc(100vw - 56px))) / 2 + 42px));
  padding: 42px 0;
  color: var(--motors-ink);
}

.motors-site .labs-home-hero .mivare-hero__content::before,
.motors-site .labs-subhero .mivare-hero__content::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 82px;
  margin-left: -28px;
  margin-top: 2px;
  background: linear-gradient(180deg, var(--motors-plum), var(--motors-lilac));
}

.motors-site .labs-home-hero .mivare-hero h1,
.motors-site .labs-subhero .mivare-hero h1 {
  max-width: 610px;
  margin-top: 18px;
  color: var(--motors-ink);
  font-size: 32px;
  line-height: 1.2;
}

.motors-site .labs-home-hero .mivare-hero__content > p,
.motors-site .labs-subhero .mivare-hero__content > p {
  max-width: 590px;
  color: #544657;
  font-size: 16px;
  line-height: 1.75;
}

.motors-hero-note {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
  color: #756879;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .16em;
}

.motors-hero-note i {
  width: 22px;
  height: 1px;
  background: rgba(116,56,123,.34);
}

/* --------------------------------------------------------------------------
   GLOBAL MOTORS CONTENT RHYTHM
   -------------------------------------------------------------------------- */

.motors-site main > section:not(.mivare-hero) {
  position: relative;
}

.motors-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .64fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: end;
  margin-bottom: 42px;
}

.motors-section-head h2 {
  margin-top: 13px;
  color: var(--motors-ink);
  font-size: 32px;
}

.motors-section-head > p {
  max-width: 520px;
  color: var(--mivare-copy);
  font-size: 14px;
  line-height: 1.8;
}

.motors-section-head--compact {
  align-items: center;
}

.motors-section-head--light h2,
.motors-section-head--light > p {
  color: #fff;
}

.motors-section-head--light .mivare-kicker {
  color: #e4bce8;
}

.motors-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--motors-purple);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.motors-inline-link span {
  transition: transform .25s ease;
}

.motors-inline-link:hover span {
  transform: translateX(5px);
}

.motors-reveal {
  opacity: 1;
  transform: none;
}

.js .motors-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1);
}

.js .motors-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* --------------------------------------------------------------------------
   HOME / VISUAL MANIFESTO
   -------------------------------------------------------------------------- */

.motors-manifesto {
  padding: 96px 0 118px;
  background: #fff;
  overflow: hidden;
}

.motors-manifesto::before {
  content: "MOTORS";
  position: absolute;
  right: 1.5vw;
  top: 24px;
  color: rgba(116,56,123,.035);
  font-family: var(--serif);
  font-size: 32px;
  letter-spacing: .42em;
  writing-mode: vertical-rl;
}

.motors-manifesto__grid {
  display: grid;
  grid-template-columns: .86fr 1.24fr .52fr;
  grid-template-rows: auto 150px;
  gap: 26px;
  align-items: start;
}

.motors-manifesto__copy {
  grid-row: 1 / span 2;
  padding: 36px 12px 28px 0;
}

.motors-manifesto__copy h2 {
  margin-top: 17px;
  max-width: 520px;
  font-size: 32px;
}

.motors-manifesto__copy > p {
  margin-top: 22px;
  max-width: 510px;
  color: var(--mivare-copy);
  font-size: 14px;
  line-height: 1.85;
}

.motors-manifesto__copy blockquote {
  position: relative;
  margin: 34px 0 0 44px;
  padding: 0 0 0 22px;
  max-width: 440px;
  color: var(--motors-purple);
  border-left: 1px solid rgba(116,56,123,.35);
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
  line-height: 1.65;
}

.motors-manifesto__main,
.motors-manifesto__small,
.motors-material__hero,
.motors-material__detail {
  margin: 0;
  overflow: hidden;
  background: #eee6ef;
}

.motors-manifesto__main {
  position: relative;
  min-height: 480px;
}

.motors-manifesto__main img,
.motors-manifesto__small img,
.motors-material__hero img,
.motors-material__detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2,.7,.2,1);
}

.motors-manifesto__main:hover img,
.motors-manifesto__small:hover img,
.motors-material__hero:hover img,
.motors-material__detail:hover img {
  transform: scale(1.025);
}

.motors-manifesto__main figcaption,
.motors-manifesto__small figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  color: #fff;
  background: rgba(24,11,26,.72);
  backdrop-filter: blur(8px);
  font-size: 9px;
  letter-spacing: .15em;
}

.motors-manifesto__main figcaption span {
  color: #e4bce8;
}

.motors-manifesto__small {
  position: relative;
  height: 330px;
  margin-top: 72px;
}

.motors-manifesto__stamp {
  grid-column: 2;
  align-self: center;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-right: 26px;
  color: var(--motors-purple);
}

.motors-manifesto__stamp > span {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(116,56,123,.28);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 28px;
}

.motors-manifesto__stamp small {
  font-size: 8px;
  line-height: 1.6;
  letter-spacing: .14em;
}

/* --------------------------------------------------------------------------
   INTERACTIVE SELECTOR — not cards,
one moving stage
   -------------------------------------------------------------------------- */

.motors-selector-section {
  padding: 100px 0 112px;
  background: linear-gradient(135deg, #faf0fb 0%, #fff 42%, #f5eaf7 100%);
  border-top: 1px solid rgba(116,56,123,.08);
  border-bottom: 1px solid rgba(116,56,123,.10);
}

.motors-selector {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  min-height: 590px;
  background: #fff;
  border: 1px solid rgba(116,56,123,.16);
  box-shadow: var(--mivare-shadow);
}

.motors-selector__nav {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-right: 1px solid rgba(116,56,123,.12);
}

.motors-selector__nav button {
  position: relative;
  flex: 1 1 0;
  display: grid;
  grid-template-columns: 36px 1fr;
  grid-template-rows: auto auto;
  gap: 2px 10px;
  align-content: center;
  padding: 18px 22px;
  color: var(--motors-ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(116,56,123,.1);
  text-align: left;
  cursor: pointer;
  transition: background .25s ease, color .25s ease;
}

.motors-selector__nav button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--motors-violet);
  transform: scaleY(0);
  transform-origin: center;
  transition: transform .25s ease;
}

.motors-selector__nav button span {
  grid-row: 1 / span 2;
  color: var(--motors-violet);
  font-family: var(--serif);
  font-size: 18px;
}

.motors-selector__nav button strong {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .11em;
}

.motors-selector__nav button small {
  color: var(--mivare-muted);
  font-size: 8px;
  letter-spacing: .13em;
}

.motors-selector__nav button:hover,
.motors-selector__nav button.is-active {
  background: #faf0fb;
}

.motors-selector__nav button.is-active::after {
  transform: scaleY(1);
}

.motors-selector__stage {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #1d111f;
}

.motors-selector__stage > figure {
  position: absolute;
  inset: 0;
  margin: 0;
}

.motors-selector__stage > figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(24,11,26,.16), rgba(24,11,26,0) 45%), linear-gradient(0deg, rgba(24,11,26,.65), rgba(24,11,26,0) 58%);
}

.motors-selector__stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .24s ease, transform .55s ease;
}

.motors-selector__stage.is-switching img {
  opacity: .42;
  transform: scale(1.015);
}

.motors-selector__hud {
  position: absolute;
  left: 42px;
  bottom: 42px;
  width: min(540px, calc(100% - 84px));
  padding: 28px 30px 26px;
  color: #fff;
  background: rgba(36,17,38,.78);
  border: 1px solid rgba(228,188,232,.24);
  backdrop-filter: blur(12px);
}

.motors-selector__hud small {
  color: #e4bce8;
  font-size: 9px;
  letter-spacing: .15em;
}

.motors-selector__hud h3 {
  margin-top: 10px;
  color: #fff;
  font-size: 25px;
  line-height: 1.28;
}

.motors-selector__hud p {
  margin-top: 11px;
  max-width: 470px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.75;
}

.motors-selector__hud a {
  display: inline-flex;
  gap: 10px;
  margin-top: 18px;
  color: #e4bce8;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .14em;
}

.motors-selector__meter {
  position: absolute;
  right: 26px;
  top: 24px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.72);
  font-size: 8px;
  letter-spacing: .15em;
}

.motors-selector__meter i {
  width: 54px;
  height: 1px;
  background: rgba(255,255,255,.36);
}

/* --------------------------------------------------------------------------
   PROJECT FILMSTRIP — horizontal editorial rail
   -------------------------------------------------------------------------- */

.motors-project-film {
  padding: 104px 0 112px;
  background: #fff;
}

.motors-filmrail-wrap {
  width: min(94vw, 1780px);
  margin-inline: auto;
  overflow: hidden;
}

.motors-filmrail {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 0 0 18px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(116,56,123,.35) transparent;
  cursor: grab;
}

.motors-filmrail.is-dragging {
  cursor: grabbing;
  user-select: none;
  scroll-snap-type: none;
}

.motors-filmcard {
  position: relative;
  flex: 0 0 300px;
  height: 390px;
  overflow: hidden;
  background: #eee5ef;
  scroll-snap-align: start;
}

.motors-filmcard--wide {
  flex-basis: 500px;
}

.motors-filmcard--tall {
  flex-basis: 260px;
  height: 440px;
  margin-top: 34px;
}

.motors-filmcard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .35s ease;
}

.motors-filmcard:hover img {
  transform: scale(1.035);
  filter: saturate(1.05);
}

.motors-filmcard::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(0deg, rgba(24,11,26,.84), transparent);
}

.motors-filmcard > span {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 18px;
  display: grid;
  gap: 2px;
  color: #fff;
}

.motors-filmcard small {
  color: #e4bce8;
  font-size: 8px;
  letter-spacing: .15em;
}

.motors-filmcard strong {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 300;
}

.motors-filmcard em {
  color: rgba(255,255,255,.72);
  font-size: 10px;
  font-style: normal;
  letter-spacing: .08em;
}

/* --------------------------------------------------------------------------
   COMPARE — interaction + restrained image size
   -------------------------------------------------------------------------- */

.motors-compare-section {
  padding: 105px 0 118px;
  background: #f6edf7;
}

.motors-compare-section__grid {
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  gap: clamp(50px, 7vw, 110px);
  align-items: center;
}

.motors-compare-copy h2 {
  margin-top: 15px;
  max-width: 500px;
  font-size: 32px;
}

.motors-compare-copy p {
  margin-top: 21px;
  max-width: 480px;
  color: var(--mivare-copy);
  font-size: 14px;
  line-height: 1.85;
}

.motors-compare-copy__labels {
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
  padding-top: 12px;
  max-width: 460px;
  color: var(--motors-purple);
  border-top: 1px solid rgba(116,56,123,.18);
  font-size: 8px;
  letter-spacing: .16em;
}

.motors-compare {
  position: relative;
  height: 490px;
  overflow: hidden;
  background: #e8ddea;
  box-shadow: 0 22px 60px rgba(75,27,80,.12);
}

.motors-compare__base,
.motors-compare__top {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.motors-compare__top {
  width: 52%;
  z-index: 2;
}

.motors-compare__base img,
.motors-compare__top img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.motors-compare__top img {
  width: calc(100% / .52);
}

.motors-compare input {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}

.motors-compare__line {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 52%;
  width: 1px;
  background: rgba(255,255,255,.9);
  pointer-events: none;
}

.motors-compare__line span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  transform: translate(-50%,-50%);
  color: var(--motors-purple);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(43,16,46,.22);
  font-size: 15px;
}

/* --------------------------------------------------------------------------
   MATERIAL / INTERIOR — editorial composition
   -------------------------------------------------------------------------- */

.motors-material-section {
  padding: 110px 0 122px;
  background: #fff;
}

.motors-material__grid {
  display: grid;
  grid-template-columns: 1.18fr .72fr .34fr;
  grid-template-rows: 200px 230px;
  gap: 22px;
}

.motors-material__hero {
  position: relative;
  grid-row: 1 / span 2;
  min-height: 452px;
}

.motors-material__hero figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 9px 12px;
  color: #fff;
  background: rgba(24,11,26,.72);
  font-size: 8px;
  letter-spacing: .15em;
}

.motors-material__copy {
  grid-column: 2 / span 2;
  padding: 10px 18px 0 6px;
}

.motors-material__copy h2 {
  margin-top: 13px;
  max-width: 620px;
  font-size: 32px;
}

.motors-material__copy p {
  margin: 16px 0 18px;
  max-width: 650px;
  color: var(--mivare-copy);
  font-size: 13px;
  line-height: 1.8;
}

.motors-material__samples {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  align-self: stretch;
}

.motors-material__samples > span {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px;
  min-height: 210px;
  overflow: hidden;
  color: #fff;
  background: var(--sample);
}

.motors-material__samples > span::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .23;
  background: repeating-linear-gradient(115deg, transparent 0 5px, rgba(255,255,255,.10) 5px 6px);
}

.motors-material__samples b,
.motors-material__samples em {
  position: relative;
  font-size: 8px;
  font-style: normal;
  letter-spacing: .12em;
}

.motors-material__samples b {
  margin-bottom: auto;
  opacity: .72;
}

.motors-material__detail {
  min-height: 210px;
}

/* --------------------------------------------------------------------------
   REAL LIFE — composed two-column,
no full-screen photo
   -------------------------------------------------------------------------- */

.motors-life-scene {
  padding: 110px 0;
  background: linear-gradient(180deg, #f8f1fa, #fdf9fd);
}

.motors-life-scene__grid {
  display: grid;
  grid-template-columns: 1.2fr .72fr;
  gap: clamp(46px, 7vw, 100px);
  align-items: center;
}

.motors-life-scene__visual {
  position: relative;
  margin: 0;
  height: 500px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(70,26,75,.12);
}

.motors-life-scene__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.motors-life-scene__visual figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: min(410px, calc(100% - 40px));
  padding: 22px 24px;
  color: #fff;
  background: rgba(36,17,38,.78);
  border: 1px solid rgba(228,188,232,.2);
  backdrop-filter: blur(10px);
}

.motors-life-scene__visual figcaption small {
  display: block;
  margin-bottom: 7px;
  color: #e4bce8;
  font-size: 8px;
  letter-spacing: .14em;
}

.motors-life-scene__visual figcaption strong {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.45;
}

.motors-life-scene__copy h2 {
  margin-top: 13px;
  font-size: 32px;
}

.motors-life-scene__copy p {
  margin-top: 20px;
  color: var(--mivare-copy);
  font-size: 14px;
  line-height: 1.85;
}

.motors-life-scene__copy .mivare-button {
  margin-top: 28px;
}

/* --------------------------------------------------------------------------
   PROCESS ROUTE — visual journey instead of 4 equal boxes
   -------------------------------------------------------------------------- */

.motors-route-section {
  padding: 108px 0 118px;
  color: #fff;
  background: radial-gradient(circle at 78% 25%, rgba(141,70,150,.32), transparent 36%), linear-gradient(135deg, #180b1a 0%, #2c1230 52%, #4d2053 100%);
}

.motors-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  padding-top: 20px;
}

.motors-route__track {
  position: absolute;
  left: 7%;
  right: 7%;
  top: 88px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(228,188,232,.62) 8%, rgba(228,188,232,.62) 92%, transparent);
}

.motors-route__stop {
  position: relative;
  display: grid;
  grid-template-rows: 132px auto;
  gap: 20px;
}

.motors-route__stop:nth-child(even) {
  margin-top: 58px;
}

.motors-route__stop figure {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 132px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(228,188,232,.2);
}

.motors-route__stop figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.motors-route__stop > span {
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 106px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #3d1b41;
  background: #e4bce8;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 15px;
}

.motors-route__stop > div {
  padding-right: 18px;
}

.motors-route__stop small {
  color: #d39ada;
  font-size: 8px;
  letter-spacing: .14em;
}

.motors-route__stop h3 {
  margin-top: 4px;
  color: #fff;
  font-size: 21px;
}

.motors-route__stop p {
  margin-top: 7px;
  color: rgba(255,255,255,.67);
  font-size: 12px;
  line-height: 1.7;
}

.motors-route-section__action {
  display: flex;
  justify-content: flex-end;
  margin-top: 44px;
}

.motors-route-section .motors-inline-link {
  color: #e4bce8;
}

/* --------------------------------------------------------------------------
   MOSAIC CLOSE
   -------------------------------------------------------------------------- */

.motors-mosaic-close {
  padding: 112px 0 128px;
  background: #fff;
}

.motors-mosaic-close__grid {
  display: grid;
  grid-template-columns: .9fr .72fr .48fr;
  grid-template-rows: 230px 190px;
  gap: 18px;
}

.motors-mosaic-close__statement {
  grid-row: 1 / span 2;
  align-self: center;
  padding-right: 54px;
}

.motors-mosaic-close__statement h2 {
  margin-top: 14px;
  max-width: 570px;
  font-size: 32px;
}

.motors-mosaic-close__statement .mivare-button {
  margin-top: 28px;
}

.motors-mosaic-close figure {
  margin: 0;
  overflow: hidden;
  background: #eee6ef;
}

.motors-mosaic-close figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.motors-mosaic-close figure:hover img {
  transform: scale(1.035);
}

.motors-mosaic-close__a {
  grid-row: 1 / span 2;
}

/* --------------------------------------------------------------------------
   SUBPAGE VISUAL SYSTEM
   -------------------------------------------------------------------------- */

.motors-page-intro {
  padding: 88px 0 94px;
  background: #fff;
}

.motors-page-intro__grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(50px, 8vw, 130px);
  align-items: start;
}

.motors-page-intro__title h2 {
  margin-top: 14px;
  font-size: 32px;
}

.motors-page-intro__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.motors-page-intro__body > p {
  color: var(--mivare-copy);
  font-size: 15px;
  line-height: 1.9;
}

.motors-page-intro__facts {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--motors-line);
}

.motors-page-intro__facts span {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--motors-line);
  color: var(--mivare-copy);
  font-size: 12px;
}

.motors-page-intro__facts b {
  color: var(--motors-violet);
  font-family: var(--serif);
  font-weight: 300;
}

.motors-visual-story {
  padding: 100px 0 110px;
  background: #f7eef8;
}

.motors-visual-story__grid {
  display: grid;
  grid-template-columns: 1.22fr .55fr .65fr;
  grid-template-rows: 260px 230px;
  gap: 18px;
}

.motors-visual-story figure {
  margin: 0;
  overflow: hidden;
  background: #e9dfea;
}

.motors-visual-story figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.motors-visual-story__large {
  grid-row: 1 / span 2;
}

.motors-visual-story__quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  color: #fff;
  background: var(--motors-plum);
}

.motors-visual-story__quote small {
  color: #e4bce8;
  font-size: 8px;
  letter-spacing: .15em;
}

.motors-visual-story__quote blockquote {
  margin: 14px 0 0;
  font-family: var(--serif);
  font-size: 20px;
  font-style: italic;
  line-height: 1.55;
}

.motors-detail-rail {
  padding: 96px 0;
  background: #fff;
}

.motors-detail-rail__items {
  display: grid;
  grid-template-columns: 1.15fr .85fr 1fr;
  gap: 18px;
}

.motors-detail-rail__items article {
  position: relative;
  min-height: 370px;
  overflow: hidden;
  background: #eee5ef;
}

.motors-detail-rail__items article:nth-child(2) {
  margin-top: 54px;
  min-height: 316px;
}

.motors-detail-rail__items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.motors-detail-rail__items div {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 16px 18px;
  color: #fff;
  background: rgba(36,17,38,.76);
  backdrop-filter: blur(8px);
}

.motors-detail-rail__items small {
  color: #e4bce8;
  font-size: 8px;
  letter-spacing: .14em;
}

.motors-detail-rail__items h3 {
  margin-top: 4px;
  color: #fff;
  font-size: 20px;
}

.motors-detail-rail__items p {
  margin-top: 5px;
  color: rgba(255,255,255,.72);
  font-size: 11px;
  line-height: 1.6;
}

.motors-service-close {
  padding: 100px 0 106px;
  background: linear-gradient(135deg, #241126, #5e2865);
  color: #fff;
}

.motors-service-close__grid {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 90px;
  align-items: center;
}

.motors-service-close h2 {
  margin-top: 12px;
  color: #fff;
  font-size: 32px;
}

.motors-service-close p {
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.8;
}

.motors-service-close .mivare-kicker {
  color: #e4bce8;
}

/* Projects index */
.motors-projects-gallery {
  padding: 100px 0 118px;
  background: #fff;
}

.motors-projects-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.motors-project-tile {
  position: relative;
  grid-column: span 4;
  min-height: 390px;
  overflow: hidden;
  background: #eee6ef;
}

.motors-project-tile:nth-child(1),
.motors-project-tile:nth-child(5) {
  grid-column: span 7;
  min-height: 470px;
}

.motors-project-tile:nth-child(2),
.motors-project-tile:nth-child(6) {
  grid-column: span 5;
}

.motors-project-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.motors-project-tile:hover img {
  transform: scale(1.03);
}

.motors-project-tile::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(0deg, rgba(24,11,26,.85), transparent);
}

.motors-project-tile > span {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 20px;
  color: #fff;
}

.motors-project-tile small {
  display: block;
  color: #e4bce8;
  font-size: 8px;
  letter-spacing: .14em;
}

.motors-project-tile strong {
  display: block;
  margin-top: 4px;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 300;
}

.motors-project-tile em {
  font-size: 10px;
  font-style: normal;
  letter-spacing: .08em;
}

/* Project detail */
.motors-project-editorial {
  padding: 100px 0 120px;
  background: #fff;
}

.motors-project-editorial__lead {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 54px;
}

.motors-project-editorial__lead h2 {
  margin-top: 13px;
  font-size: 32px;
}

.motors-project-editorial__lead p {
  color: var(--mivare-copy);
  font-size: 15px;
  line-height: 1.85;
}

.motors-project-editorial__masonry {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: 350px 280px 340px;
  gap: 18px;
}

.motors-project-editorial__masonry figure {
  margin: 0;
  overflow: hidden;
  background: #eee6ef;
}

.motors-project-editorial__masonry figure:nth-child(1) {
  grid-row: 1 / span 2;
}

.motors-project-editorial__masonry figure:nth-child(4) {
  grid-column: 1 / span 2;
}

.motors-project-editorial__masonry img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.motors-project-spec {
  padding: 96px 0;
  background: #f7eef8;
}

.motors-project-spec__grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
}

.motors-project-spec h2 {
  margin-top: 12px;
  font-size: 32px;
}

.motors-project-spec__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--motors-line);
}

.motors-project-spec__list span {
  padding: 18px 16px 18px 0;
  border-bottom: 1px solid var(--motors-line);
}

.motors-project-spec__list small {
  display: block;
  color: var(--motors-violet);
  font-size: 8px;
  letter-spacing: .13em;
}

.motors-project-spec__list strong {
  display: block;
  margin-top: 4px;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 300;
}

/* Custom page / process / why / about */
.motors-collage {
  padding: 100px 0 112px;
  background: #fff;
}

.motors-collage__grid {
  display: grid;
  grid-template-columns: 1.1fr .55fr .55fr;
  grid-template-rows: 240px 240px;
  gap: 18px;
}

.motors-collage figure {
  margin: 0;
  overflow: hidden;
}

.motors-collage figure:first-child {
  grid-row: 1 / span 2;
}

.motors-collage figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.motors-collage__note {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  color: #fff;
  background: var(--motors-plum);
}

.motors-collage__note small {
  color: #e4bce8;
  font-size: 8px;
  letter-spacing: .14em;
}

.motors-collage__note strong {
  margin-top: 10px;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
}

.motors-timeline {
  padding: 104px 0 118px;
  background: #fff;
}

.motors-timeline__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  padding-top: 40px;
}

.motors-timeline__grid::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 70px;
  height: 1px;
  background: var(--motors-line);
}

.motors-timeline article {
  position: relative;
  padding-top: 62px;
}

.motors-timeline article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 3px solid var(--motors-violet);
  border-radius: 50%;
}

.motors-timeline article small {
  color: var(--motors-violet);
  font-size: 8px;
  letter-spacing: .14em;
}

.motors-timeline article h3 {
  margin-top: 6px;
  font-size: 20px;
}

.motors-timeline article p {
  margin-top: 8px;
  color: var(--mivare-copy);
  font-size: 12px;
  line-height: 1.7;
}

/* FAQs / contact preserve Labs structures but recolor */
.motors-site .labs-faq-item,
.motors-site .labs-contact-card {
  border-color: rgba(116,56,123,.15);
}

/* --------------------------------------------------------------------------
   FOOTER — exact Labs geometry,
Motors palette + automotive background
   -------------------------------------------------------------------------- */

.motors-site .labs-reference-footer {
  background: #180b1a;
}

.motors-site .labs-reference-footer__bg {
  opacity: .44;
  background-image: linear-gradient(90deg, rgba(24,11,26,.94), rgba(36,17,38,.74), rgba(24,11,26,.72)), url("../img/backgrounds/footer-1.webp");
  background-size: cover;
  background-position: center;
}

.motors-site .labs-reference-footer__gridlines {
  opacity: .36;
  background-image: linear-gradient(rgba(211,154,218,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(211,154,218,.08) 1px, transparent 1px);
}

.motors-site .labs-reference-footer__cta-panel,
.motors-site .labs-reference-footer__brand-panel,
.motors-site .labs-reference-footer__nav-panel,
.motors-site .labs-reference-footer__bottom {
  border-color: rgba(228,188,232,.16);
}

.motors-site .labs-reference-footer__cta-copy small,
.motors-site .labs-reference-footer__brand-panel strong,
.motors-site .labs-reference-footer__column strong,
.motors-site .labs-reference-footer__column--contactlead small,
.motors-site .labs-reference-footer__motto {
  color: #d39ada;
}

.motors-site .labs-reference-footer__cta-copy h2 em {
  color: #e4bce8;
}

.motors-site .labs-reference-footer__cta-button {
  background: var(--motors-violet);
  border-color: var(--motors-violet);
}

.motors-site .labs-reference-footer__cta-button:hover {
  background: var(--motors-purple);
}

/* --------------------------------------------------------------------------
   RESPONSIVE
   -------------------------------------------------------------------------- */

@media (max-width: 1260px) {
  :root {
    --content-shell: min(92vw, 1500px);
  }

  .motors-selector {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .motors-material__grid {
    grid-template-columns: 1fr .62fr .38fr;
  }
}

@media (max-width: 980px) {
  :root {
    --shell: calc(100vw - 36px);
    --content-shell: calc(100vw - 48px);
  }

  .motors-site .labs-home-hero,
.motors-site .labs-home-hero .mivare-hero__layout {
    min-height: 600px;
  }

  .motors-site .labs-home-hero .mivare-hero__content,
.motors-site .labs-subhero .mivare-hero__content {
    width: min(560px, 56vw);
    margin-left: 32px;
  }

  .motors-manifesto__grid {
    grid-template-columns: .85fr 1.15fr;
    grid-template-rows: auto 240px;
  }

  .motors-manifesto__small {
    height: 240px;
    margin-top: 0;
  }

  .motors-manifesto__stamp {
    grid-column: 1;
    justify-self: start;
  }

  .motors-selector {
    grid-template-columns: 230px minmax(0, 1fr);
  }

  .motors-compare-section__grid,
.motors-life-scene__grid,
.motors-page-intro__grid,
.motors-project-editorial__lead,
.motors-project-spec__grid,
.motors-service-close__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .motors-material__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 320px auto 220px;
  }

  .motors-material__hero {
    grid-column: 1 / span 2;
    grid-row: 1;
    min-height: 320px;
  }

  .motors-material__copy {
    grid-column: 1 / span 2;
  }

  .motors-route {
    grid-template-columns: repeat(2, 1fr);
  }

  .motors-route__track {
    display: none;
  }

  .motors-route__stop:nth-child(even) {
    margin-top: 28px;
  }

  .motors-mosaic-close__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 250px 220px;
  }

  .motors-mosaic-close__statement {
    grid-column: 1 / span 2;
    grid-row: 1;
    padding: 0 0 26px;
  }

  .motors-mosaic-close__a {
    grid-row: 2 / span 2;
  }

  .motors-visual-story__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 360px 220px 220px;
  }

  .motors-visual-story__large {
    grid-column: 1 / span 2;
    grid-row: 1;
  }

  .motors-detail-rail__items {
    grid-template-columns: 1fr 1fr;
  }

  .motors-detail-rail__items article:nth-child(2) {
    margin-top: 0;
  }

  .motors-detail-rail__items article:last-child {
    grid-column: 1 / span 2;
  }

  .motors-timeline__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .motors-timeline__grid::before {
    display: none;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: calc(100vw - 24px);
    --content-shell: calc(100vw - 28px);
  }

  .motors-site .labs-home-hero,
.motors-site .labs-home-hero .mivare-hero__layout,
.motors-site .labs-subhero,
.motors-site .labs-subhero .mivare-hero__layout {
    min-height: 680px;
  }

  .motors-site .labs-home-hero .mivare-hero__media,
.motors-site .labs-subhero .mivare-hero__media {
    height: 320px;
  }

  .motors-site .labs-home-hero .mivare-hero__media::after,
.motors-site .labs-subhero .mivare-hero__media::after {
    background: linear-gradient(0deg, rgba(252,248,253,.98) 0%, rgba(252,248,253,.72) 35%, rgba(252,248,253,0) 72%);
  }

  .motors-site .labs-home-hero .mivare-hero__layout,
.motors-site .labs-subhero .mivare-hero__layout {
    padding-top: 306px;
  }

  .motors-site .labs-home-hero .mivare-hero__content,
.motors-site .labs-subhero .mivare-hero__content {
    width: 100%;
    margin-left: 0;
    padding: 36px 20px 48px;
  }

  .motors-site .labs-home-hero .mivare-hero__content::before,
.motors-site .labs-subhero .mivare-hero__content::before {
    display: none;
  }

  .motors-section-head,
.motors-manifesto__grid,
.motors-selector,
.motors-material__grid,
.motors-page-intro__body,
.motors-detail-rail__items,
.motors-project-editorial__masonry,
.motors-collage__grid {
    grid-template-columns: 1fr;
  }

  .motors-section-head {
    gap: 18px;
    margin-bottom: 30px;
  }

  .motors-manifesto,
.motors-selector-section,
.motors-project-film,
.motors-compare-section,
.motors-material-section,
.motors-life-scene,
.motors-route-section,
.motors-mosaic-close,
.motors-page-intro,
.motors-visual-story,
.motors-detail-rail,
.motors-projects-gallery,
.motors-project-editorial,
.motors-project-spec,
.motors-collage,
.motors-timeline {
    padding-top: 72px;
    padding-bottom: 76px;
  }

  .motors-manifesto__copy {
    grid-row: auto;
  }

  .motors-manifesto__main {
    min-height: 340px;
  }

  .motors-manifesto__small {
    height: 260px;
    margin-top: 0;
  }

  .motors-manifesto__stamp {
    grid-column: 1;
  }

  .motors-selector {
    min-height: 0;
  }

  .motors-selector__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-right: 0;
  }

  .motors-selector__nav button {
    min-height: 90px;
    padding: 14px;
    border-right: 1px solid rgba(116,56,123,.1);
  }

  .motors-selector__stage {
    height: 470px;
  }

  .motors-selector__hud {
    left: 18px;
    right: 18px;
    bottom: 18px;
    width: auto;
    padding: 20px;
  }

  .motors-filmcard,
.motors-filmcard--wide,
.motors-filmcard--tall {
    flex-basis: 78vw;
    height: 360px;
    margin-top: 0;
  }

  .motors-compare {
    height: 360px;
  }

  .motors-material__grid {
    grid-template-rows: auto;
  }

  .motors-material__hero,
.motors-material__copy,
.motors-material__samples,
.motors-material__detail {
    grid-column: 1;
    grid-row: auto;
  }

  .motors-material__hero {
    min-height: 330px;
  }

  .motors-material__samples {
    grid-template-columns: repeat(2, 1fr);
  }

  .motors-material__samples > span {
    min-height: 140px;
  }

  .motors-life-scene__visual {
    height: 360px;
  }

  .motors-route {
    grid-template-columns: 1fr;
  }

  .motors-route__stop,
.motors-route__stop:nth-child(even) {
    margin-top: 0;
  }

  .motors-mosaic-close__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto 280px 220px 220px;
  }

  .motors-mosaic-close__statement,
.motors-mosaic-close__a,
.motors-mosaic-close__b,
.motors-mosaic-close__c {
    grid-column: 1;
    grid-row: auto;
  }

  .motors-visual-story__grid,
.motors-collage__grid {
    grid-template-rows: auto;
  }

  .motors-visual-story__large,
.motors-collage figure:first-child {
    grid-column: 1;
    grid-row: auto;
    min-height: 320px;
  }

  .motors-visual-story figure,
.motors-collage figure {
    min-height: 240px;
  }

  .motors-detail-rail__items article,
.motors-detail-rail__items article:nth-child(2),
.motors-detail-rail__items article:last-child {
    grid-column: 1;
    min-height: 320px;
  }

  .motors-projects-gallery__grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .motors-project-tile,
.motors-project-tile:nth-child(1),
.motors-project-tile:nth-child(2),
.motors-project-tile:nth-child(5),
.motors-project-tile:nth-child(6) {
    grid-column: 1;
    min-height: 360px;
  }

  .motors-project-editorial__masonry {
    grid-template-rows: repeat(5, 270px);
  }

  .motors-project-editorial__masonry figure:nth-child(1),
.motors-project-editorial__masonry figure:nth-child(4) {
    grid-column: 1;
    grid-row: auto;
  }

  .motors-project-spec__list {
    grid-template-columns: 1fr;
  }

  .motors-timeline__grid {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .motors-timeline article {
    padding: 12px 0 20px 42px;
    border-bottom: 1px solid var(--motors-line);
  }

  .motors-timeline article::before {
    left: 4px;
    top: 16px;
  }
}

@media (max-width: 520px) {
  .motors-site .labs-home-hero .mivare-hero h1,
.motors-site .labs-subhero .mivare-hero h1,
.motors-section-head h2,
.motors-manifesto__copy h2,
.motors-compare-copy h2,
.motors-material__copy h2,
.motors-life-scene__copy h2,
.motors-mosaic-close__statement h2,
.motors-page-intro__title h2,
.motors-project-editorial__lead h2,
.motors-project-spec h2,
.motors-service-close h2 {
    font-size: 28px;
  }

  .motors-selector__nav {
    grid-template-columns: 1fr;
  }

  .motors-selector__nav button {
    min-height: 74px;
  }

  .motors-selector__stage {
    height: 430px;
  }

  .motors-compare {
    height: 300px;
  }

  .motors-life-scene__visual {
    height: 310px;
  }

  .motors-life-scene__visual figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motors-reveal,
.motors-filmcard img,
.motors-manifesto__main img,
.motors-manifesto__small img,
.motors-material__hero img,
.motors-material__detail img {
    transition: none !important;
    transform: none !important;
  }
}

/* FAQ --------------------------------------------------------------------- */
.motors-faq { padding: 100px 0 120px; background:#fff; }
.motors-faq__grid { display:grid; grid-template-columns:.72fr 1.28fr; gap:clamp(52px,8vw,120px); align-items:start; }
.motors-faq__intro { position:sticky; top:150px; }
.motors-faq__intro h2 { margin-top:14px; font-size:32px; }
.motors-faq__intro > p { margin-top:18px; color:var(--mivare-copy); font-size:14px; line-height:1.8; }
.motors-faq__intro figure { height:240px; margin:32px 0 0; overflow:hidden; }
.motors-faq__intro figure img { width:100%; height:100%; object-fit:cover; }
.motors-faq__list { border-top:1px solid var(--motors-line); }
.motors-faq__list details { border-bottom:1px solid var(--motors-line); }
.motors-faq__list summary { display:grid; grid-template-columns:42px 1fr 24px; gap:12px; align-items:center; padding:22px 4px; cursor:pointer; list-style:none; }
.motors-faq__list summary::-webkit-details-marker { display:none; }
.motors-faq__list summary span { color:var(--motors-violet); font-family:var(--serif); font-size:16px; }
.motors-faq__list summary strong { color:var(--motors-ink); font-family:var(--serif); font-size:19px; font-weight:300; line-height:1.35; }
.motors-faq__list summary i { color:var(--motors-purple); font-size:18px; font-style:normal; transition:transform .25s ease; }
.motors-faq__list details[open] summary i { transform:rotate(45deg); }
.motors-faq__list details > p { padding:0 40px 24px 54px; color:var(--mivare-copy); font-size:13px; line-height:1.8; }
@media (max-width:760px) { .motors-faq {padding:72px 0 80px}.motors-faq__grid {grid-template-columns:1fr;gap:42px}.motors-faq__intro {position:static}.motors-faq__intro h2 {font-size:28px}.motors-faq__intro figure {height:220px}.motors-faq__list details>p {padding-left:42px}.motors-faq__list summary {grid-template-columns:34px 1fr 20px}.motors-faq__list summary strong {font-size:17px} }

/* ========================================================
   SERVICE PAGE VARIANTS — the service pages share chrome,
but intentionally do not share one repeated middle layout.
======================================================== */
.motors-service-variant-b .motors-visual-story__grid {
  grid-template-columns: .72fr .72fr 1.28fr;
  grid-template-rows: 300px 260px 190px;
}
.motors-service-variant-b .motors-visual-story__large { grid-column: 3; grid-row: 1 / span 2; }
.motors-service-variant-b .motors-visual-story__quote { grid-column: 1 / span 2; grid-row: 1; }
.motors-service-variant-b .motors-visual-story__grid > figure:nth-of-type(2) { grid-column: 1; grid-row: 2; }
.motors-service-variant-b .motors-visual-story__grid > figure:nth-of-type(3) { grid-column: 2; grid-row: 2 / span 2; }
.motors-service-variant-b .motors-visual-story__grid > figure:nth-of-type(4) { grid-column: 1; grid-row: 3; }
.motors-service-variant-b .motors-detail-rail article:nth-child(1) { transform: translateY(44px); }
.motors-service-variant-b .motors-detail-rail article:nth-child(2) { transform: translateY(0); }
.motors-service-variant-b .motors-detail-rail article:nth-child(3) { transform: translateY(82px); }

.motors-service-variant-c .motors-visual-story__grid {
  grid-template-columns: 1.22fr .78fr;
  grid-template-rows: 250px 250px 200px;
}
.motors-service-variant-c .motors-visual-story__large { grid-column: 1; grid-row: 1 / span 2; }
.motors-service-variant-c .motors-visual-story__quote { grid-column: 2; grid-row: 1; }
.motors-service-variant-c .motors-visual-story__grid > figure:nth-of-type(2) { grid-column: 2; grid-row: 2; }
.motors-service-variant-c .motors-visual-story__grid > figure:nth-of-type(3) { grid-column: 1; grid-row: 3; }
.motors-service-variant-c .motors-visual-story__grid > figure:nth-of-type(4) { grid-column: 2; grid-row: 3; }
.motors-service-variant-c .motors-detail-rail { grid-template-columns: 1.2fr .72fr 1fr; }
.motors-service-variant-c .motors-detail-rail article:nth-child(1) { transform: translateY(0); }
.motors-service-variant-c .motors-detail-rail article:nth-child(2) { transform: translateY(70px); }
.motors-service-variant-c .motors-detail-rail article:nth-child(3) { transform: translateY(24px); }

/* Documents — intentionally simple and visual,
not inherited Labs trust cards */
.motors-docs { padding: 100px 0 128px; background: #fcf8fd; }
.motors-docs__grid { display:grid; grid-template-columns:repeat(12,1fr); gap:18px; margin-top:48px; }
.motors-doc { position:relative; min-height:270px; padding:30px; background:#fff; border:1px solid rgba(116,56,123,.15); text-decoration:none; color:#262626; overflow:hidden; transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease; }
.motors-doc::after { content:""; position:absolute; width:170px; height:170px; border-radius:50%; right:-72px; bottom:-90px; background:radial-gradient(circle,rgba(211,154,218,.28),rgba(211,154,218,0) 70%); }
.motors-doc:nth-child(1) {grid-column:span 5}.motors-doc:nth-child(2) {grid-column:span 3}.motors-doc:nth-child(3) {grid-column:span 4}.motors-doc:nth-child(4) {grid-column:span 7}.motors-doc:nth-child(5) {grid-column:span 5}
.motors-doc:hover { transform:translateY(-6px); border-color:rgba(116,56,123,.4); box-shadow:0 18px 45px rgba(77,32,83,.09); }
.motors-doc > span { display:block; font:300 26px/1 Taviraj,serif; color:#D39ADA; }
.motors-doc small { display:block; margin-top:42px; letter-spacing:.18em; color:#8D4696; font-size:10px; }
.motors-doc h3 { margin:10px 0 12px; font:300 22px/1.18 Taviraj,serif; color:#4D2053; }
.motors-doc p { max-width:36ch; color:#666; font-size:13px; line-height:1.7; }
.motors-doc b { position:absolute; left:30px; bottom:26px; font-size:10px; letter-spacing:.15em; color:#74387B; }
.motors-doc b i { margin-left:12px; font-style:normal; }

@media (max-width:900px) {
  .motors-service-variant-b .motors-visual-story__grid,
.motors-service-variant-c .motors-visual-story__grid {display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .motors-service-variant-b .motors-visual-story__grid > *,
.motors-service-variant-c .motors-visual-story__grid > * {grid-column:auto!important;grid-row:auto!important}
  .motors-service-variant-b .motors-detail-rail article,
.motors-service-variant-c .motors-detail-rail article {transform:none!important}
  .motors-docs__grid {grid-template-columns:1fr 1fr}.motors-doc:nth-child(n) {grid-column:auto}
}
@media (max-width:620px) {.motors-docs__grid {grid-template-columns:1fr}}

/* ========================================================================== 
   V4 REFINEMENTS — stronger banners,
purple intro bands,
upgraded mosaics,
contact redesign,
and more automotive footer styling.
   ========================================================================== */

.motors-site .labs-main-nav > a.labs-nav-cta {
  color: inherit;
  background: transparent;
  border-color: transparent;
  padding: 0;
}

.motors-site .labs-main-nav > a,
.motors-site .labs-main-nav .nav-brands__button {
  min-height: 44px;
}

.motors-site .labs-home-hero {
  min-height: 720px;
}

.motors-site .labs-home-hero .mivare-hero__layout {
  min-height: 720px;
}

.motors-site .labs-subhero {
  min-height: 620px;
}

.motors-site .labs-subhero .mivare-hero__layout {
  min-height: 620px;
}

.motors-site .labs-home-hero .mivare-hero__content,
.motors-site .labs-subhero .mivare-hero__content {
  position: relative;
  width: min(660px, 48vw);
  padding: 48px 0 54px;
}

.motors-site .labs-home-hero .mivare-hero__content::after,
.motors-site .labs-subhero .mivare-hero__content::after {
  content: "";
  position: absolute;
  inset: -32px -36px;
  z-index: -1;
  background: linear-gradient(135deg, rgba(255,250,252,.66), rgba(255,250,252,.18));
  border: 1px solid rgba(116,56,123,.13);
  backdrop-filter: blur(8px);
}

.motors-site .labs-home-hero .mivare-hero__actions,
.motors-site .labs-subhero .mivare-hero__actions {
  margin-top: 30px;
}

.motors-site .labs-home-hero .mivare-hero__content > p,
.motors-site .labs-subhero .mivare-hero__content > p {
  font-size: 17px;
}

.motors-home-band {
  z-index: 3;
  margin-top: -86px;
  padding: 0 0 54px;
}

.motors-home-band__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 26px;
  align-items: stretch;
}

.motors-home-band__lead,
.motors-home-band__points {
  border: 1px solid rgba(228,188,232,.15);
  background: linear-gradient(135deg, #2a102d, #5e2865 58%, #7a3c82 100%);
  box-shadow: 0 28px 72px rgba(48, 14, 53, .22);
}

.motors-home-band__lead {
  padding: 42px 42px 46px;
  color: #fff;
}

.motors-home-band__lead .mivare-kicker,
.motors-home-band__points small {
  color: #f0c8f4;
}

.motors-home-band__lead h2 {
  margin-top: 14px;
  color: #fff;
  font-size: 32px;
}

.motors-home-band__lead p {
  margin-top: 18px;
  max-width: 620px;
  color: rgba(255,255,255,.82);
  font-size: 15px;
  line-height: 1.8;
}

.motors-home-band__lead .mivare-button--secondary {
  margin-top: 28px;
  color: #fff;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.24);
}

.motors-home-band__lead .mivare-button--secondary:hover {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.36);
}

.motors-home-band__points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  padding: 1px;
}

.motors-home-band__points article {
  padding: 28px 28px 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.05));
}

.motors-home-band__points strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 300;
}

.motors-home-band__points p {
  margin-top: 8px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.7;
}

.motors-page-intro {
  z-index: 2;
  margin-top: -78px;
  padding: 34px 0 42px;
  background: transparent;
}

.motors-page-intro__grid {
  padding: 38px 42px 44px;
  color: #fff;
  background: linear-gradient(135deg, #2b102e 0%, #5d2765 60%, #7b3b83 100%);
  border: 1px solid rgba(228,188,232,.15);
  box-shadow: 0 28px 72px rgba(48, 14, 53, .22);
}

.motors-page-intro__title h2,
.motors-page-intro__body > p {
  color: #fff;
}

.motors-page-intro__title .mivare-kicker,
.motors-page-intro__facts b {
  color: #f0c8f4;
}

.motors-page-intro__body {
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: 30px;
}

.motors-page-intro__body > p {
  font-size: 15px;
  line-height: 1.9;
}

.motors-page-intro__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  border-top: 0;
}

.motors-page-intro__facts span {
  align-items: start;
  min-height: 82px;
  padding: 18px 18px 20px;
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.06);
  font-size: 12px;
}

.motors-page-intro--project {
  margin-bottom: -20px;
}

.motors-project-film {
  padding-bottom: 126px;
  background: #fff;
}

.motors-filmrail-wrap {
  width: var(--content-shell);
  margin: 0 auto;
  overflow: visible;
}

.motors-filmrail {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 170px;
  gap: 18px;
  overflow: visible;
  padding: 0;
  cursor: default;
}

.motors-filmcard,
.motors-filmcard--wide,
.motors-filmcard--tall {
  min-width: 0;
  height: auto;
  margin: 0 !important;
  border: 1px solid rgba(116,56,123,.08);
  box-shadow: 0 26px 56px rgba(74, 27, 78, .08);
}

.motors-filmcard { grid-column: span 3; grid-row: span 2; }
.motors-filmcard--wide { grid-column: span 4; grid-row: span 3; }
.motors-filmcard--tall { grid-column: span 2; grid-row: span 3; }

.motors-filmcard > span {
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 0;
}

.motors-filmcard strong {
  font-size: 18px;
}

.motors-filmcard em {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.78);
  font-size: 11px;
  letter-spacing: .06em;
}

.motors-route-section {
  padding: 112px 0 126px;
  background: radial-gradient(circle at 15% 25%, rgba(143,70,150,.28), transparent 32%), linear-gradient(135deg, #140816, #321136 40%, #5e2865 100%);
}

.motors-route {
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.motors-route__track {
  left: 8%;
  right: 8%;
  top: 132px;
  height: 2px;
  background: linear-gradient(90deg, rgba(240,200,244,.18), rgba(240,200,244,.56), rgba(240,200,244,.18));
}

.motors-route__stop,
.motors-route__stop:nth-child(even) {
  margin-top: 0;
  padding: 16px 16px 22px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(8px);
}

.motors-route__stop--two { margin-top: 52px; }
.motors-route__stop--three { margin-top: 96px; }
.motors-route__stop--four { margin-top: 30px; }

.motors-route__stop figure {
  margin-bottom: 18px;
}

.motors-route__stop > span {
  background: #f6d5fa;
  color: #4c2353;
  box-shadow: 0 12px 24px rgba(0,0,0,.12);
}

.motors-route__stop > div {
  padding: 0;
}

.motors-route__stop small,
.motors-route__stop h3,
.motors-route__stop p {
  color: #fff;
}

.motors-route__stop p {
  color: rgba(255,255,255,.78);
}

.motors-route-section__action {
  margin-top: 36px;
}

.motors-route-section .motors-inline-link {
  color: #f0c8f4;
}

.motors-projects-gallery__grid {
  gap: 22px;
}

.motors-project-tile {
  border: 1px solid rgba(116,56,123,.08);
  box-shadow: 0 26px 56px rgba(74, 27, 78, .08);
}

.motors-project-tile::after {
  inset: 38% 0 0;
  background: linear-gradient(0deg, rgba(24,11,26,.92) 0%, rgba(24,11,26,.58) 44%, rgba(24,11,26,0) 100%);
}

.motors-project-tile > span {
  display: grid;
  gap: 6px;
}

.motors-project-tile strong {
  font-size: 22px;
}

.motors-project-tile em {
  display: block;
  color: rgba(255,255,255,.8);
  line-height: 1.6;
  font-size: 11px;
}

.motors-service-proof {
  padding: 12px 0 42px;
  background: #fff;
}

.motors-service-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.motors-service-proof__grid article,
.motors-custom-brief__grid article {
  padding: 28px 26px 30px;
  background: linear-gradient(180deg, #fff, #faf0fb);
  border: 1px solid rgba(116,56,123,.10);
  box-shadow: 0 24px 42px rgba(74, 27, 78, .06);
}

.motors-service-proof__grid small,
.motors-custom-brief__grid small,
.motors-values-showcase__panel small,
.motors-custom-path__copy .mivare-kicker,
.contact-options__aside .mivare-kicker,
.contact-options__head .mivare-kicker {
  color: var(--motors-purple);
}

.motors-service-proof__grid h3,
.motors-custom-brief__grid h3 {
  margin-top: 8px;
  font-size: 22px;
}

.motors-service-proof__grid p,
.motors-custom-brief__grid p {
  margin-top: 10px;
  color: var(--mivare-copy);
  font-size: 13px;
  line-height: 1.8;
}

.motors-custom-brief {
  padding: 26px 0 96px;
  background: #fff;
}

.motors-custom-brief__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.motors-custom-path {
  padding: 96px 0 116px;
  background: linear-gradient(135deg, #180b1a, #2f1133 48%, #58245e 100%);
  color: #fff;
}

.motors-custom-path__grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 34px;
  align-items: start;
}

.motors-custom-path__copy h2 {
  margin-top: 12px;
  color: #fff;
  font-size: 32px;
}

.motors-custom-path__copy p {
  margin-top: 16px;
  color: rgba(255,255,255,.78);
  line-height: 1.85;
}

.motors-custom-path__copy .mivare-button {
  margin-top: 26px;
}

.motors-custom-path__steps {
  display: grid;
  gap: 14px;
}

.motors-custom-path__steps article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(8px);
}

.motors-custom-path__steps b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #4c2353;
  background: #f6d5fa;
  border-radius: 50%;
  font-family: var(--serif);
  font-weight: 300;
}

.motors-custom-path__steps strong {
  display: block;
  color: #fff;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 300;
}

.motors-custom-path__steps p {
  margin-top: 6px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.75;
}

.motors-values-showcase {
  padding: 108px 0 122px;
  background: radial-gradient(circle at 20% 20%, rgba(143,70,150,.26), transparent 28%), linear-gradient(135deg, #180b1a, #311134 45%, #5e2865 100%);
  color: #fff;
}

.motors-values-showcase .mivare-kicker {
  color: #f0c8f4;
}

.motors-values-showcase__grid {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 26px;
}

.motors-values-showcase__nav {
  display: grid;
  gap: 10px;
}

.motors-values-showcase__nav button {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px 18px 18px 20px;
  color: rgba(255,255,255,.84);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  text-align: left;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.motors-values-showcase__nav button:hover,
.motors-values-showcase__nav button.is-active {
  transform: translateX(6px);
  border-color: rgba(240,200,244,.34);
  background: rgba(255,255,255,.10);
}

.motors-values-showcase__nav button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #4c2353;
  background: #f6d5fa;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 18px;
}

.motors-values-showcase__nav button strong {
  display: block;
  color: #fff;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 300;
}

.motors-values-showcase__nav button small {
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,.65);
  font-size: 10px;
  letter-spacing: .08em;
}

.motors-values-showcase__stage {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
}

.motors-values-showcase__stage figure,
.motors-values-showcase__stage img {
  width: 100%;
  height: 100%;
}

.motors-values-showcase__stage img {
  object-fit: cover;
}

.motors-values-showcase__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(24,11,26,.12), rgba(24,11,26,.02) 35%, rgba(24,11,26,.18) 100%);
}

.motors-values-showcase__panel {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  width: min(460px, calc(100% - 48px));
  padding: 26px 26px 28px;
  color: #fff;
  background: rgba(24,11,26,.72);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
}

.motors-values-showcase__panel h3 {
  margin-top: 8px;
  color: #fff;
  font-size: 30px;
}

.motors-values-showcase__panel p {
  margin-top: 12px;
  color: rgba(255,255,255,.78);
  line-height: 1.8;
}

.motors-values-showcase__meter {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  color: rgba(255,255,255,.62);
  font-size: 10px;
  letter-spacing: .1em;
}

.motors-values-showcase__meter i {
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,.18);
}

.contact-options {
  z-index: 2;
  margin-top: -84px;
  padding: 0 0 34px;
  background: transparent;
}

.contact-options__gridwrap {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
  gap: 24px;
  align-items: start;
}

.contact-options__aside,
.contact-options__main {
  box-shadow: 0 28px 72px rgba(48, 14, 53, .22);
}

.contact-options__aside {
  padding: 34px 30px 36px;
  color: #fff;
  background: linear-gradient(135deg, #2a102d, #5e2865 58%, #7a3c82 100%);
  border: 1px solid rgba(228,188,232,.15);
}

.contact-options__aside h2 {
  margin-top: 12px;
  color: #fff;
  font-size: 32px;
}

.contact-options__aside p {
  margin-top: 16px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.8;
}

.contact-options__aside ol {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.contact-options__aside li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
}

.contact-options__aside li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #4c2353;
  background: #f6d5fa;
  border-radius: 50%;
  font-family: var(--serif);
}

.contact-options__aside strong {
  color: #fff;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 300;
}

.contact-options__aside li p {
  margin-top: 4px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
}

.contact-options__main {
  padding: 34px 36px 36px;
  background: #fff;
  border: 1px solid rgba(116,56,123,.10);
}

.contact-options__head h2 {
  margin-top: 12px;
  font-size: 32px;
}

.contact-options__grid {
  margin-top: 28px;
}

.contact-console {
  padding: 24px 0 96px;
  background: #fff;
}

.contact-console--wide .shell {
  max-width: 1160px;
}

.contact-console__grid {
  display: block;
}

.contact-console--wide .contact-form {
  width: 100%;
  max-width: none;
}

.contact-console--wide .contact-form__row {
  grid-template-columns: 1fr 1fr;
}

.motors-contact-page .labs-quote {
  background: #fff;
}

.motors-site .labs-reference-footer {
  background: #110713;
}

.motors-site .labs-reference-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240,200,244,.46), transparent);
}

.motors-site .labs-reference-footer__bg {
  opacity: .56;
  background-image: linear-gradient(90deg, rgba(17,7,19,.96), rgba(17,7,19,.68) 36%, rgba(17,7,19,.38) 100%), url("../img/backgrounds/footer-1.webp");
  background-position: center right;
}

.motors-site .labs-reference-footer__gridlines {
  display: none;
}

.motors-site .labs-reference-footer__cta-panel {
  background: linear-gradient(135deg, rgba(255,255,255,.02), rgba(255,255,255,.04));
}

.motors-site .labs-reference-footer__cta-copy h2 {
  max-width: 580px;
}

.motors-site .labs-reference-footer__brand-mark {
  display: none;
}

.motors-site .labs-reference-footer__brand-panel {
  background: rgba(255,255,255,.03);
}

.motors-site .labs-reference-footer__motto {
  max-width: 320px;
  color: rgba(240,200,244,.84);
}

.motors-site .labs-reference-footer__bottom {
  background: rgba(255,255,255,.03);
}

@media (max-width: 1260px) {
  .motors-home-band__grid,
.motors-values-showcase__grid,
.contact-options__gridwrap,
.motors-custom-path__grid {
    grid-template-columns: 1fr;
  }

  .motors-filmrail {
    grid-template-columns: repeat(8, 1fr);
  }

  .motors-filmcard,
.motors-filmcard--wide,
.motors-filmcard--tall {
    grid-column: span 4;
    grid-row: span 2;
  }

  .motors-route {
    grid-template-columns: repeat(2, 1fr);
  }

  .motors-route__stop--two,
.motors-route__stop--three,
.motors-route__stop--four {
    margin-top: 0;
  }

  .motors-route__track {
    display: none;
  }
}

@media (max-width: 980px) {
  .motors-page-intro__body,
.motors-page-intro__facts,
.motors-service-proof__grid,
.motors-custom-brief__grid {
    grid-template-columns: 1fr;
  }

  .motors-filmrail {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 250px;
  }

  .motors-filmcard,
.motors-filmcard--wide,
.motors-filmcard--tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .contact-console--wide .contact-form__row {
    grid-template-columns: 1fr;
  }

  .motors-values-showcase__stage {
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  .motors-site .labs-home-hero,
.motors-site .labs-home-hero .mivare-hero__layout,
.motors-site .labs-subhero,
.motors-site .labs-subhero .mivare-hero__layout {
    min-height: 760px;
  }

  .motors-site .labs-home-hero .mivare-hero__content,
.motors-site .labs-subhero .mivare-hero__content {
    width: 100%;
    padding: 34px 20px 40px;
  }

  .motors-site .labs-home-hero .mivare-hero__content::after,
.motors-site .labs-subhero .mivare-hero__content::after {
    inset: -16px -12px;
  }

  .motors-home-band,
.motors-page-intro,
.contact-options {
    margin-top: -44px;
  }

  .motors-home-band__lead,
.motors-page-intro__grid,
.contact-options__aside,
.contact-options__main {
    padding: 28px 22px 30px;
  }

  .motors-route {
    grid-template-columns: 1fr;
  }

  .motors-values-showcase__grid {
    gap: 18px;
  }

  .motors-values-showcase__nav button {
    grid-template-columns: 38px 1fr;
    padding: 16px;
  }

  .motors-values-showcase__panel {
    left: 16px;
    right: 16px;
    width: auto;
    bottom: 16px;
    padding: 18px 18px 22px;
  }

  .motors-values-showcase__panel h3 {
    font-size: 26px;
  }

  .contact-options__gridwrap {
    gap: 16px;
  }
}

/* ========================================================================== 
   V5 SERVICE PAGES — rebuilt around customer questions,
not generic mosaics.
   ========================================================================== */

.motors-service-v5 .labs-subhero,
.motors-service-v5 .labs-subhero .mivare-hero__layout {
  min-height: 650px;
}

.motors-service-v5 .labs-subhero .mivare-hero__content {
  width: min(680px, 48vw);
}

.motors-service-intro-v5 {
  position: relative;
  z-index: 4;
  margin-top: -74px;
  padding: 0 0 74px;
  background: #fff;
}

.motors-service-intro-v5__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 72px;
  padding: 46px 52px 50px;
  color: #fff;
  background: #2b0f30;
  border: 1px solid rgba(228,188,232,.14);
  box-shadow: 0 28px 68px rgba(43,15,48,.18);
}

.motors-service-intro-v5 .mivare-kicker {
  color: #e4bce8;
}

.motors-service-intro-v5__lead h2 {
  margin-top: 14px;
  max-width: 620px;
  color: #fff;
  font-size: 32px;
  line-height: 1.24;
}

.motors-service-intro-v5__lead p {
  margin-top: 20px;
  max-width: 600px;
  color: rgba(255,255,255,.76);
  font-size: 14px;
  line-height: 1.85;
}

.motors-service-intro-v5__facts {
  border-top: 1px solid rgba(255,255,255,.15);
}

.motors-service-intro-v5__facts article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 18px 2px 20px;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.motors-service-intro-v5__facts small {
  color: #d39ada;
  font-family: var(--serif);
  font-size: 18px;
}

.motors-service-intro-v5__facts strong {
  color: #fff;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 300;
}

.motors-service-intro-v5__facts p {
  margin-top: 5px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  line-height: 1.7;
}

.motors-restoration-map,
.motors-custom-compass,
.motors-detail-problem {
  padding: 96px 0 112px;
  background: #fff;
}

.motors-service-selector {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  min-height: 560px;
  border: 1px solid var(--motors-line);
  background: #fff;
  box-shadow: 0 28px 60px rgba(70,27,76,.08);
}

.motors-service-selector__nav {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  border-right: 1px solid var(--motors-line);
  background: #faf5fb;
}

.motors-service-selector__nav button {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  padding: 22px 22px 22px 24px;
  border: 0;
  border-bottom: 1px solid var(--motors-line);
  color: var(--motors-ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background .25s ease, color .25s ease;
}

.motors-service-selector__nav button:last-child {
  border-bottom: 0;
}

.motors-service-selector__nav button:hover,
.motors-service-selector__nav button.is-active {
  color: #fff;
  background: #5e2865;
}

.motors-service-selector__nav button span {
  color: var(--motors-violet);
  font-family: var(--serif);
  font-size: 20px;
}

.motors-service-selector__nav button:hover span,
.motors-service-selector__nav button.is-active span {
  color: #e4bce8;
}

.motors-service-selector__nav strong {
  display: block;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 300;
}

.motors-service-selector__nav small {
  display: block;
  margin-top: 4px;
  color: var(--mivare-muted);
  font-size: 9px;
  letter-spacing: .08em;
}

.motors-service-selector__nav button:hover small,
.motors-service-selector__nav button.is-active small {
  color: rgba(255,255,255,.7);
}

.motors-service-selector__stage {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #ece4ee;
}

.motors-service-selector__stage figure,
.motors-service-selector__stage img {
  width: 100%;
  height: 100%;
}

.motors-service-selector__stage img {
  object-fit: cover;
  transition: opacity .2s ease, transform .55s ease;
}

.motors-service-selector__stage.is-switching img {
  opacity: .35;
  transform: scale(1.015);
}

.motors-service-selector__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(20,8,22,.78) 100%);
}

.motors-service-selector__panel {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 28px;
  max-width: 620px;
  padding: 24px 26px 27px;
  color: #fff;
  background: rgba(31,11,34,.84);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
}

.motors-service-selector__panel small {
  color: #e4bce8;
  font-size: 9px;
  letter-spacing: .12em;
}

.motors-service-selector__panel h3 {
  margin-top: 8px;
  color: #fff;
  font-size: 26px;
}

.motors-service-selector__panel p {
  margin-top: 10px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.8;
}

.motors-restoration-truth {
  padding: 104px 0 112px;
  background: #f8f1fa;
}

.motors-restoration-truth__grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 92px;
  align-items: start;
}

.motors-restoration-truth__title h2 {
  margin-top: 14px;
  font-size: 32px;
}

.motors-restoration-truth__content {
  border-top: 1px solid var(--motors-line);
}

.motors-restoration-truth__content article {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  padding: 22px 0;
  border-bottom: 1px solid var(--motors-line);
}

.motors-restoration-truth__content small {
  color: var(--motors-purple);
  font-size: 9px;
  letter-spacing: .1em;
}

.motors-restoration-truth__content p {
  color: var(--mivare-copy);
  font-size: 13px;
  line-height: 1.8;
}

.motors-service-proofline {
  padding: 0 0 104px;
  background: #f8f1fa;
}

.motors-service-proofline__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--motors-line);
  border-bottom: 1px solid var(--motors-line);
}

.motors-service-proofline__items span {
  padding: 26px 24px;
  border-right: 1px solid var(--motors-line);
}

.motors-service-proofline__items span:last-child {
  border-right: 0;
}

.motors-service-proofline__items b,
.motors-service-proofline__items em {
  display: block;
}

.motors-service-proofline__items b {
  color: var(--motors-purple);
  font-size: 10px;
  letter-spacing: .1em;
}

.motors-service-proofline__items em {
  margin-top: 8px;
  color: var(--mivare-copy);
  font-family: var(--serif);
  font-size: 17px;
  font-style: normal;
  line-height: 1.5;
}

.motors-custom-questions {
  padding: 102px 0 114px;
  background: #f8f1fa;
}

.motors-custom-questions__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.motors-custom-questions__grid article {
  min-height: 230px;
  padding: 26px 22px;
  background: #fff;
  border: 1px solid var(--motors-line);
}

.motors-custom-questions__grid b {
  color: var(--motors-violet);
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 300;
}

.motors-custom-questions__grid h3 {
  margin-top: 24px;
  font-size: 19px;
}

.motors-custom-questions__grid p {
  margin-top: 10px;
  color: var(--mivare-copy);
  font-size: 12px;
  line-height: 1.7;
}

.motors-interior-lab {
  padding: 98px 0 112px;
  background: #fff;
}

.motors-interior-lab__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 30px;
}

.motors-interior-lab__visual {
  position: relative;
}

.motors-interior-lab__visual figure {
  height: 560px;
  margin: 0;
  overflow: hidden;
}

.motors-interior-lab__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.motors-interior-lab__zones {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--motors-line);
  border-top: 0;
}

.motors-interior-lab__zones span {
  padding: 13px 10px;
  color: var(--motors-purple);
  border-right: 1px solid var(--motors-line);
  font-size: 8px;
  letter-spacing: .08em;
  text-align: center;
}

.motors-interior-lab__zones span:last-child {
  border-right: 0;
}

.motors-interior-lab__content {
  padding: 42px 34px;
  background: #2b0f30;
  color: #fff;
}

.motors-interior-lab__content .mivare-kicker {
  color: #e4bce8;
}

.motors-interior-lab__content h2 {
  margin-top: 14px;
  color: #fff;
  font-size: 32px;
}

.motors-interior-lab__content p {
  margin-top: 18px;
  color: rgba(255,255,255,.75);
  line-height: 1.8;
}

.motors-interior-lab__swatches {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.motors-interior-lab__swatches span {
  position: relative;
  min-height: 112px;
  padding: 18px;
  background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.38)), var(--sw);
  border: 1px solid rgba(255,255,255,.12);
}

.motors-interior-lab__swatches b,
.motors-interior-lab__swatches small {
  position: absolute;
  left: 16px;
  bottom: 28px;
  color: #fff;
}

.motors-interior-lab__swatches small {
  bottom: 12px;
  color: rgba(255,255,255,.68);
  font-size: 8px;
}

.motors-interior-scope {
  padding: 102px 0 116px;
  background: #f8f1fa;
}

.motors-interior-scope__grid,
.motors-mech-symptoms__grid,
.motors-inspection-flow__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.motors-interior-scope__grid article,
.motors-mech-symptoms__grid article,
.motors-inspection-flow__grid article {
  min-height: 220px;
  padding: 26px 24px;
  background: #fff;
  border: 1px solid var(--motors-line);
}

.motors-interior-scope__grid small,
.motors-mech-symptoms__grid small,
.motors-inspection-flow__grid b {
  color: var(--motors-violet);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 300;
}

.motors-interior-scope__grid h3,
.motors-mech-symptoms__grid h3,
.motors-inspection-flow__grid h3 {
  margin-top: 22px;
  font-size: 20px;
}

.motors-interior-scope__grid p,
.motors-mech-symptoms__grid p,
.motors-inspection-flow__grid p {
  margin-top: 9px;
  color: var(--mivare-copy);
  font-size: 12px;
  line-height: 1.75;
}

.motors-detail-choice {
  padding: 102px 0 116px;
  background: #f8f1fa;
}

.motors-detail-choice__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.motors-detail-choice__grid article {
  min-height: 250px;
  padding: 30px 28px;
  background: #fff;
  border-top: 4px solid var(--motors-purple);
  box-shadow: 0 20px 42px rgba(65,25,70,.06);
}

.motors-detail-choice__grid small {
  color: var(--motors-violet);
  font-size: 9px;
  letter-spacing: .1em;
}

.motors-detail-choice__grid h3 {
  margin-top: 26px;
  font-size: 23px;
}

.motors-detail-choice__grid p {
  margin-top: 12px;
  color: var(--mivare-copy);
  font-size: 13px;
  line-height: 1.8;
}

.motors-mech-dashboard {
  padding: 98px 0 112px;
  background: #fff;
}

.motors-mech-dashboard__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 30px;
}

.motors-mech-dashboard__visual figure {
  height: 500px;
  margin: 0;
  overflow: hidden;
}

.motors-mech-dashboard__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.motors-mech-dashboard__readout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #2b0f30;
}

.motors-mech-dashboard__readout span {
  padding: 16px 14px;
  border-right: 1px solid rgba(255,255,255,.12);
}

.motors-mech-dashboard__readout span:last-child {
  border-right: 0;
}

.motors-mech-dashboard__readout small,
.motors-mech-dashboard__readout b {
  display: block;
}

.motors-mech-dashboard__readout small {
  color: #d39ada;
  font-size: 8px;
}

.motors-mech-dashboard__readout b {
  margin-top: 5px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}

.motors-mech-dashboard__copy {
  padding: 42px 36px;
  background: #f8f1fa;
  border: 1px solid var(--motors-line);
}

.motors-mech-dashboard__copy h2 {
  margin-top: 14px;
  font-size: 32px;
}

.motors-mech-dashboard__copy p {
  margin-top: 18px;
  color: var(--mivare-copy);
  line-height: 1.85;
}

.motors-mech-dashboard__copy ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--motors-line);
}

.motors-mech-dashboard__copy li {
  padding: 13px 0;
  border-bottom: 1px solid var(--motors-line);
  color: var(--motors-ink);
  font-size: 12px;
}

.motors-mech-symptoms {
  padding: 102px 0 116px;
  background: #f8f1fa;
}

.motors-report {
  padding: 98px 0 112px;
  background: #fff;
}

.motors-report__grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 74px;
  align-items: start;
}

.motors-report__copy {
  padding-top: 30px;
}

.motors-report__copy h2 {
  margin-top: 14px;
  font-size: 32px;
}

.motors-report__copy p {
  margin-top: 18px;
  color: var(--mivare-copy);
  line-height: 1.85;
}

.motors-report__sheet {
  border: 1px solid var(--motors-line);
  box-shadow: 0 30px 64px rgba(66,24,72,.09);
  background: #fff;
}

.motors-report__head {
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
  color: #fff;
  background: #2b0f30;
  font-size: 9px;
  letter-spacing: .1em;
}

.motors-report__sheet article {
  display: grid;
  grid-template-columns: 120px 1fr 1.2fr;
  gap: 22px;
  align-items: center;
  padding: 22px 20px;
  border-bottom: 1px solid var(--motors-line);
}

.motors-report__sheet article:last-child {
  border-bottom: 0;
}

.motors-report__sheet small {
  color: var(--motors-purple);
  font-size: 9px;
  letter-spacing: .08em;
}

.motors-report__sheet strong {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 300;
}

.motors-report__sheet p {
  color: var(--mivare-copy);
  font-size: 12px;
  line-height: 1.7;
}

.motors-report__sheet article.is-priority {
  background: #faf0fb;
}

.motors-report__sheet article.is-optional {
  opacity: .78;
}

.motors-inspection-flow {
  padding: 102px 0 116px;
  background: #f8f1fa;
}

.motors-service-cta-v5 {
  padding: 72px 0 78px;
  color: #fff;
  background: #2b0f30;
}

.motors-service-cta-v5__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
  gap: 80px;
  align-items: center;
}

.motors-service-cta-v5 .mivare-kicker {
  color: #e4bce8;
}

.motors-service-cta-v5 h2 {
  margin-top: 12px;
  color: #fff;
  font-size: 32px;
}

.motors-service-cta-v5 p {
  color: rgba(255,255,255,.76);
  font-size: 14px;
  line-height: 1.8;
}

.motors-service-cta-v5 .mivare-button {
  margin-top: 22px;
}

@media (max-width: 1100px) {
  .motors-service-intro-v5__grid,
.motors-restoration-truth__grid,
.motors-interior-lab__grid,
.motors-mech-dashboard__grid,
.motors-report__grid,
.motors-service-cta-v5__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .motors-service-selector {
    grid-template-columns: 260px 1fr;
  }

  .motors-custom-questions__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .motors-service-proofline__items,
.motors-interior-scope__grid,
.motors-mech-symptoms__grid,
.motors-inspection-flow__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .motors-service-intro-v5 {
    margin-top: -40px;
    padding-bottom: 54px;
  }

  .motors-service-intro-v5__grid {
    padding: 30px 22px 32px;
  }

  .motors-service-selector {
    grid-template-columns: 1fr;
  }

  .motors-service-selector__nav {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    border-right: 0;
    border-bottom: 1px solid var(--motors-line);
  }

  .motors-service-selector__nav button {
    min-height: 104px;
    padding: 15px;
    border-right: 1px solid var(--motors-line);
  }

  .motors-service-selector__stage {
    min-height: 460px;
  }

  .motors-restoration-truth__content article,
.motors-report__sheet article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .motors-service-proofline__items,
.motors-custom-questions__grid,
.motors-interior-scope__grid,
.motors-mech-symptoms__grid,
.motors-inspection-flow__grid,
.motors-detail-choice__grid {
    grid-template-columns: 1fr;
  }

  .motors-service-proofline__items span {
    border-right: 0;
    border-bottom: 1px solid var(--motors-line);
  }

  .motors-interior-lab__visual figure,
.motors-mech-dashboard__visual figure {
    height: 360px;
  }

  .motors-interior-lab__zones,
.motors-mech-dashboard__readout {
    grid-template-columns: 1fr 1fr;
  }

  .motors-interior-lab__zones span,
.motors-mech-dashboard__readout span {
    border-bottom: 1px solid rgba(116,56,123,.12);
  }
}

/* ========================================================================== 
   HOME BAND V5.1 — editorial composition,
no split cards / no gradient wash
   ========================================================================== */

.motors-home-band {
  z-index: 3;
  margin-top: -38px;
  padding: 0;
  background: #2b0f30;
  overflow: hidden;
}

.motors-home-band::before,
.motors-home-band::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(228,188,232,.08);
  border-radius: 50%;
}

.motors-home-band::before {
  width: 520px;
  height: 520px;
  right: 7vw;
  top: -250px;
}

.motors-home-band::after {
  width: 340px;
  height: 340px;
  right: 12vw;
  top: -160px;
}

.motors-home-band__frame {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr);
  gap: clamp(72px, 9vw, 150px);
  align-items: center;
  min-height: 510px;
  padding-top: 78px;
  padding-bottom: 78px;
}

.motors-home-band__intro,
.motors-home-band__list {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.motors-home-band__intro {
  padding: 0;
  color: #fff;
}

.motors-home-band__intro .mivare-kicker {
  color: #dca7e2;
}

.motors-home-band__intro h2 {
  margin-top: 18px;
  max-width: 560px;
  color: #fff;
  font-size: 32px;
  line-height: 1.28;
}

.motors-home-band__intro h2 em {
  color: #d39ada;
}

.motors-home-band__intro > p {
  margin-top: 24px;
  max-width: 560px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.9;
}

.motors-home-band__signature {
  margin-top: 34px;
  color: rgba(228,188,232,.72);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .16em;
}

.motors-home-band__list {
  display: grid;
  border-top: 1px solid rgba(228,188,232,.16);
}

.motors-home-band__list a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 30px;
  gap: 20px;
  align-items: start;
  padding: 24px 0 25px;
  color: #fff;
  border-bottom: 1px solid rgba(228,188,232,.16);
  transition: padding .25s ease, background .25s ease;
}

.motors-home-band__list a:hover {
  padding-left: 14px;
  padding-right: 14px;
  background: rgba(255,255,255,.035);
}

.motors-home-band__list b {
  color: #d39ada;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 300;
}

.motors-home-band__list strong {
  display: block;
  color: #fff;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 300;
}

.motors-home-band__list p {
  margin-top: 7px;
  max-width: 620px;
  color: rgba(255,255,255,.7);
  font-size: 12px;
  line-height: 1.7;
}

.motors-home-band__list > a > span {
  color: #d39ada;
  font-size: 16px;
  transition: transform .25s ease;
}

.motors-home-band__list a:hover > span {
  transform: translateX(5px);
}

@media (max-width: 980px) {
  .motors-home-band__frame {
    grid-template-columns: 1fr;
    gap: 48px;
    min-height: 0;
    padding-top: 66px;
    padding-bottom: 70px;
  }
}

@media (max-width: 760px) {
  .motors-home-band {
    margin-top: -24px;
  }

  .motors-home-band__frame {
    gap: 38px;
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .motors-home-band__list a {
    grid-template-columns: 34px 1fr 20px;
    gap: 12px;
    padding: 20px 0;
  }
}

/* ========================================================================== 
   V6 — CHROME LOCK + GROUP-QUALITY CONTENT RHYTHM
   The topbar/header/hero geometry is intentionally locked to Labs DNA.
   Motors diverges only below the hero.
   ========================================================================== */

/* 01. CHROME LOCK -------------------------------------------------------- */
.motors-site .labs-header {
  height: 92px;
  background: rgba(255, 250, 252, .97);
  border-bottom-color: rgba(116, 56, 123, .12);
  box-shadow: 0 9px 26px rgba(70, 27, 76, .055);
}

.motors-site .labs-header .header-shell {
  width: calc(100vw - 40px);
  min-height: 92px;
  height: 92px;
  padding: 10px 0;
  grid-template-columns: 260px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.motors-site .labs-header .brand-logo {
  height: 72px;
  justify-content: center;
  align-self: center;
}

.motors-site .labs-header .brand-logo img {
  width: 245px;
  height: 66px;
  max-height: 66px;
  object-fit: contain;
  object-position: left center;
}

.motors-site .labs-main-nav {
  gap: clamp(8px, 1vw, 18px);
  align-items: center;
}

.motors-site .labs-main-nav > a,
.motors-site .labs-main-nav .nav-brands__button {
  min-height: 42px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--mivare-ink);
  background: transparent;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  transition: color .24s ease, background .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.motors-site .labs-main-nav > a::after,
.motors-site .labs-main-nav .nav-brands__button::after {
  display: none;
}

.motors-site .labs-main-nav > a:hover,
.motors-site .labs-main-nav .nav-brands__button:hover,
.motors-site .labs-main-nav .nav-brands.is-open > .nav-brands__button {
  color: var(--motors-purple);
  background: transparent;
  border-color: rgba(116, 56, 123, .38);
  box-shadow: none;
}

.motors-site .labs-main-nav > a.is-active,
.motors-site .labs-main-nav .nav-brands.is-current > .nav-brands__button {
  color: #fff !important;
  background: linear-gradient(180deg, var(--motors-violet) 0%, var(--motors-plum) 100%);
  border-color: var(--motors-plum);
  box-shadow: 0 10px 24px rgba(141, 70, 150, .14);
}

/* 02. HERO LOCK — exact shared dimensions -------------------------------- */
.motors-site .labs-home-hero,
.motors-site .labs-home-hero .mivare-hero__layout {
  min-height: 820px !important;
  height: 820px;
}

.motors-site .labs-subhero,
.motors-site .labs-subhero .mivare-hero__layout,
.motors-service-v5 .labs-subhero,
.motors-service-v5 .labs-subhero .mivare-hero__layout {
  min-height: 650px !important;
  height: 650px;
}

.motors-site .labs-home-hero,
.motors-site .labs-subhero {
  overflow: hidden;
  background: #f4edf5;
}

.motors-site .labs-home-hero .mivare-hero__media,
.motors-site .labs-subhero .mivare-hero__media {
  inset: 0;
}

.motors-site .labs-home-hero .mivare-hero__media::after,
.motors-site .labs-subhero .mivare-hero__media::after {
  display: none !important;
  content: none !important;
}

.motors-site .labs-home-hero .mivare-hero__media img,
.motors-site .labs-subhero .mivare-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: none;
}

@media (min-width: 761px) {
  .motors-site .labs-home-hero .mivare-hero__content,
.motors-site .labs-subhero .mivare-hero__content,
.motors-service-v5 .labs-subhero .mivare-hero__content {
    position: relative;
    isolation: isolate;
    width: 43% !important;
    max-width: none !important;
    margin-left: max(20px, 1.25vw) !important;
    padding: 46px 48px !important;
    color: var(--motors-ink);
  }

  .motors-site .labs-home-hero .mivare-hero__content::before,
.motors-site .labs-subhero .mivare-hero__content::before {
    position: absolute;
    z-index: -1;
    top: -28px;
    right: -30px;
    bottom: -28px;
    left: -18px;
    width: auto;
    height: auto;
    margin: 0;
    content: "";
    background: linear-gradient(115deg, rgba(255, 250, 252, .55) 0%, rgba(252, 247, 253, .38) 58%, rgba(248, 240, 249, .2) 100%);
    border: 1px solid rgba(116, 56, 123, .14);
    border-left: 1px solid rgba(116, 56, 123, .30);
    box-shadow: 0 16px 42px rgba(70, 27, 76, .05), inset 0 1px 0 rgba(255, 255, 255, .36);
    backdrop-filter: blur(3px) saturate(1.02);
    -webkit-backdrop-filter: blur(3px) saturate(1.02);
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
  }

  .motors-site .labs-home-hero .mivare-hero__content::after,
.motors-site .labs-subhero .mivare-hero__content::after {
    display: none !important;
    content: none !important;
  }
}

.motors-site .labs-home-hero .mivare-hero h1,
.motors-site .labs-subhero .mivare-hero h1 {
  width: 100%;
  max-width: none;
  margin-top: 22px;
  color: var(--motors-ink);
  font-size: 32px;
  line-height: 1.2;
}

.motors-site .labs-home-hero .mivare-hero__content > p,
.motors-site .labs-subhero .mivare-hero__content > p {
  width: 100%;
  max-width: none;
  margin-top: 24px;
  color: #4f4251;
  font-size: 15px;
  line-height: 1.78;
}

/* 03. ONE SHARED PURPLE BAND ------------------------------------------- */
.motors-purple-band {
  position: relative;
  overflow: hidden;
  padding: 92px 0 98px;
  color: #fff;
  background: #2b0f30;
}

.motors-purple-band::before {
  content: "";
  position: absolute;
  right: 5vw;
  top: -70px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(228, 188, 232, .08);
  border-radius: 50%;
  box-shadow: inset 0 0 0 110px rgba(228, 188, 232, .018), inset 0 0 0 220px rgba(228, 188, 232, .012);
  pointer-events: none;
}

.motors-purple-band::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(228, 188, 232, .26), transparent);
}

.motors-purple-band__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
  gap: clamp(72px, 9vw, 150px);
  align-items: center;
}

.motors-purple-band .mivare-kicker {
  color: #e4bce8;
}

.motors-purple-band__lead h2 {
  margin-top: 16px;
  max-width: 620px;
  color: #fff;
  font-size: 32px;
  line-height: 1.25;
}

.motors-purple-band__lead h2 em {
  color: #d39ada;
}

.motors-purple-band__lead > p {
  margin-top: 22px;
  max-width: 600px;
  color: rgba(255,255,255,.76);
  font-size: 14px;
  line-height: 1.85;
}

.motors-purple-band__list {
  border-top: 1px solid rgba(255,255,255,.16);
}

.motors-purple-band__list article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 20px;
  padding: 22px 0 24px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.motors-purple-band__list small {
  color: #d39ada;
  font-family: var(--serif);
  font-size: 18px;
}

.motors-purple-band__list strong {
  color: #fff;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 300;
}

.motors-purple-band__list p {
  margin-top: 7px;
  max-width: 720px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  line-height: 1.7;
}

/* Legacy floating intro variants are not used in V6. */
.motors-service-intro-v5,
.motors-home-band,
.motors-page-intro {
  margin-top: 0;
}

/* 04. HOME PROJECT GRID — balanced editorial mosaic --------------------- */
.motors-project-film {
  padding: 104px 0 122px;
  background: #fff;
}

.motors-filmrail-wrap {
  width: var(--shell) !important;
  margin: 0 auto !important;
  overflow: visible !important;
}

.motors-filmrail {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  grid-template-rows: 190px 190px 220px !important;
  gap: 18px !important;
  width: 100%;
  overflow: visible !important;
  padding: 0 !important;
  cursor: default !important;
}

.motors-filmcard,
.motors-filmcard--wide,
.motors-filmcard--tall {
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  grid-column: auto;
  grid-row: auto;
  border: 1px solid rgba(116,56,123,.09);
  background: #e9e1ea;
  box-shadow: 0 20px 42px rgba(74,27,78,.07);
}

.motors-filmrail > :nth-child(1) { grid-column: 1 / 6; grid-row: 1 / 3; }
.motors-filmrail > :nth-child(2) { grid-column: 6 / 10; grid-row: 1 / 2; }
.motors-filmrail > :nth-child(3) { grid-column: 10 / 13; grid-row: 1 / 2; }
.motors-filmrail > :nth-child(4) { grid-column: 6 / 13; grid-row: 2 / 3; }
.motors-filmrail > :nth-child(5) { grid-column: 1 / 5; grid-row: 3 / 4; }
.motors-filmrail > :nth-child(6) { grid-column: 5 / 13; grid-row: 3 / 4; }

.motors-filmcard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.motors-filmcard::after {
  inset: 44% 0 0;
  background: linear-gradient(0deg, rgba(20,8,22,.88), rgba(20,8,22,.42) 55%, transparent);
}

.motors-filmcard > span {
  left: 20px;
  right: 20px;
  bottom: 18px;
}

.motors-filmcard strong {
  font-size: 21px;
}

/* 05. HOME PROCESS — interactive,
not four static cards ----------------- */
.motors-home-process {
  padding: 108px 0 122px;
  background: #2b0f30;
}

.motors-home-process .mivare-kicker {
  color: #e4bce8;
}

.motors-home-process .motors-section-head--light h2,
.motors-home-process .motors-section-head--light > p {
  color: #fff;
}

.motors-home-process .motors-service-selector {
  border-color: rgba(255,255,255,.12);
  background: #160719;
  box-shadow: none;
}

.motors-home-process .motors-service-selector__nav {
  background: #1d0a20;
  border-right-color: rgba(255,255,255,.12);
}

.motors-home-process .motors-service-selector__nav button {
  color: rgba(255,255,255,.86);
  border-bottom-color: rgba(255,255,255,.10);
}

.motors-home-process .motors-service-selector__nav button small {
  color: rgba(255,255,255,.55);
}

.motors-home-process .motors-service-selector__nav button:hover,
.motors-home-process .motors-service-selector__nav button.is-active {
  background: #5e2865;
}

.motors-home-process .motors-service-selector__panel a {
  display: inline-flex;
  gap: 10px;
  margin-top: 16px;
  color: #f0c8f4;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* 06. SERVICE PAGES — keep content specific,
remove floating/shading ----- */
.motors-restoration-map,
.motors-custom-compass,
.motors-detail-problem,
.motors-interior-lab,
.motors-mech-dashboard,
.motors-report,
.motors-process-control {
  padding: 104px 0 118px;
  background: #fff;
}

.motors-service-selector {
  min-height: 580px;
  border: 1px solid rgba(116,56,123,.14);
  box-shadow: 0 24px 54px rgba(70,27,76,.08);
}

.motors-service-selector__stage {
  min-height: 580px;
}

.motors-service-selector__stage figure {
  margin: 0;
}

.motors-service-selector__stage img {
  object-fit: cover;
  object-position: center;
}

.motors-service-selector__panel {
  max-width: 680px;
  background: rgba(31,11,34,.88);
}

.motors-restoration-truth,
.motors-custom-questions,
.motors-interior-scope,
.motors-detail-choice,
.motors-mech-symptoms,
.motors-inspection-flow,
.motors-process-decisions {
  padding: 104px 0 116px;
  background: #f8f1fa;
}

/* Replace generic card-wall feeling with calmer lined rows where possible. */
.motors-custom-questions__grid,
.motors-interior-scope__grid,
.motors-mech-symptoms__grid,
.motors-inspection-flow__grid {
  gap: 0;
  border-top: 1px solid var(--motors-line);
  border-bottom: 1px solid var(--motors-line);
}

.motors-custom-questions__grid article,
.motors-interior-scope__grid article,
.motors-mech-symptoms__grid article,
.motors-inspection-flow__grid article {
  min-height: 210px;
  padding: 30px 28px 32px;
  border: 0;
  border-right: 1px solid var(--motors-line);
  background: transparent;
}

.motors-custom-questions__grid article:last-child,
.motors-interior-scope__grid article:last-child,
.motors-mech-symptoms__grid article:last-child,
.motors-inspection-flow__grid article:last-child {
  border-right: 0;
}

.motors-custom-questions__grid h3,
.motors-interior-scope__grid h3,
.motors-mech-symptoms__grid h3,
.motors-inspection-flow__grid h3 {
  margin-top: 28px;
}

.motors-detail-choice__grid {
  gap: 18px;
}

.motors-detail-choice__grid article {
  min-height: 270px;
  border: 1px solid rgba(116,56,123,.12);
  border-top: 3px solid var(--motors-purple);
  background: #fff;
}

/* 07. PROCESS PAGE — explicit approvals,
no decorative mosaic ----------- */
.motors-process-decisions__grid {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: clamp(64px, 8vw, 120px);
  align-items: start;
}

.motors-process-decisions__lead h2 {
  margin-top: 14px;
  font-size: 32px;
}

.motors-process-decisions__lead p {
  margin-top: 18px;
  color: var(--mivare-copy);
  font-size: 14px;
  line-height: 1.85;
}

.motors-process-decisions__list {
  border-top: 1px solid var(--motors-line);
}

.motors-process-decisions__list article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 180px;
  gap: 20px;
  align-items: center;
  padding: 22px 0 24px;
  border-bottom: 1px solid var(--motors-line);
}

.motors-process-decisions__list small {
  color: var(--motors-violet);
  font-family: var(--serif);
  font-size: 18px;
}

.motors-process-decisions__list strong {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 300;
}

.motors-process-decisions__list p {
  margin-top: 6px;
  color: var(--mivare-copy);
  font-size: 12px;
  line-height: 1.7;
}

.motors-process-decisions__list b {
  color: var(--motors-purple);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: right;
}

/* 08. SERVICE CTA — compact,
solid purple,
useful ------------------------ */
.motors-service-cta-v5 {
  padding: 58px 0 62px;
  background: #2b0f30;
}

.motors-service-cta-v5__grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
  gap: 72px;
}

.motors-service-cta-v5 h2 {
  max-width: 680px;
}

.motors-service-cta-v5 p {
  max-width: 620px;
}

/* 09. CONTACT — purple info band + white full-width form ---------------- */
.contact-options--simple {
  margin: 0;
  padding: 92px 0 38px;
  background: #fff;
}

.contact-options--simple .contact-options__head {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 70px;
  align-items: end;
}

.contact-options--simple .contact-options__head p {
  margin: 0;
  max-width: 620px;
}

.contact-options--simple .contact-options__grid {
  margin-top: 38px;
}

.contact-console,
.contact-console--wide {
  padding: 34px 0 104px;
  background: #fff !important;
}

.contact-console--wide .shell {
  width: var(--shell);
  max-width: none;
}

.contact-console--wide .contact-form {
  width: 100%;
  max-width: none;
  background: #fff;
}

/* 10. PROJECT INDEX / PROJECT DETAIL image discipline ------------------- */
.motors-projects-gallery__grid {
  align-items: stretch;
}

.motors-project-tile,
.motors-project-tile:nth-child(1),
.motors-project-tile:nth-child(2),
.motors-project-tile:nth-child(5),
.motors-project-tile:nth-child(6) {
  min-height: 430px;
}

.motors-project-tile img {
  object-fit: cover;
  object-position: center;
}

.motors-project-editorial__masonry {
  grid-template-rows: 360px 360px 360px;
}

.motors-project-editorial__masonry figure {
  min-height: 0;
}

/* 11. RESPONSIVE --------------------------------------------------------- */
@media (max-width: 1100px) {
  .motors-purple-band__grid,
  .motors-process-decisions__grid,
  .contact-options--simple .contact-options__head {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .motors-filmrail {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(3, 320px) !important;
  }

  .motors-filmrail > :nth-child(n) {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .motors-process-decisions__list article {
    grid-template-columns: 42px 1fr;
  }

  .motors-process-decisions__list b {
    grid-column: 2;
    text-align: left;
  }
}

@media (max-width: 760px) {
  .motors-site .labs-header {
    height: auto;
  }

  .motors-site .labs-home-hero,
.motors-site .labs-home-hero .mivare-hero__layout,
.motors-site .labs-subhero,
.motors-site .labs-subhero .mivare-hero__layout,
.motors-service-v5 .labs-subhero,
.motors-service-v5 .labs-subhero .mivare-hero__layout {
    height: auto;
    min-height: 720px !important;
  }

  .motors-purple-band {
    padding: 72px 0 78px;
  }

  .motors-purple-band::before {
    width: 360px;
    height: 360px;
    right: -120px;
  }

  .motors-filmrail {
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
    grid-auto-rows: 330px !important;
  }

  .motors-home-process,
.motors-process-control,
.motors-restoration-map,
.motors-custom-compass,
.motors-detail-problem,
.motors-interior-lab,
.motors-mech-dashboard,
.motors-report,
.motors-process-decisions {
    padding-top: 76px;
    padding-bottom: 82px;
  }

  .motors-custom-questions__grid,
.motors-interior-scope__grid,
.motors-mech-symptoms__grid,
.motors-inspection-flow__grid {
    grid-template-columns: 1fr;
  }

  .motors-custom-questions__grid article,
.motors-interior-scope__grid article,
.motors-mech-symptoms__grid article,
.motors-inspection-flow__grid article {
    border-right: 0;
    border-bottom: 1px solid var(--motors-line);
  }
}

/* ========================================================================== 
   V7 — PAKIETY STAŁE / PRODUCT FAMILY
   Equestrian · Business · Family · Adventure · Dog Lovers
   ========================================================================== */

/* Navigation ------------------------------------------------------------- */
.motors-packages-dropdown {
  width: 360px;
}

.motors-packages-dropdown a {
  grid-template-columns: 34px 1fr;
  align-items: start;
}

.motors-packages-dropdown a span {
  display: block;
}

.motors-packages-dropdown a b,
.motors-packages-dropdown a em {
  display: block;
  font-style: normal;
}

.motors-packages-dropdown a b {
  color: var(--motors-ink);
  font-weight: 500;
}

.motors-packages-dropdown a em {
  margin-top: 4px;
  color: var(--mivare-muted);
  font-size: 10px;
  line-height: 1.4;
}

.motors-packages-dropdown a:hover b {
  color: var(--motors-purple);
}

.motors-packages-dropdown .labs-dropdown__all span {
  color: var(--motors-purple);
  font-weight: 500;
}

.motors-site .labs-menu-panel .menu-panel__subnav {
  display: grid;
  margin: -4px 0 10px 32px;
  padding: 6px 0 8px 18px;
  border-left: 1px solid rgba(228,188,232,.18);
}

.motors-site .labs-menu-panel .menu-panel__subnav a {
  min-height: 34px;
  padding: 5px 0;
}

.motors-site .labs-menu-panel .menu-panel__subnav a small {
  color: rgba(228,188,232,.55);
  font-size: 8px;
}

.motors-site .labs-menu-panel .menu-panel__subnav a span {
  font-size: 14px;
}

/* Packages index --------------------------------------------------------- */
.motors-packages-grid {
  padding: 104px 0 122px;
  background: #fff;
}

.motors-packages-grid__items {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 18px;
}

.motors-package-card {
  position: relative;
  display: grid;
  grid-template-rows: 260px 1fr;
  grid-column: span 2;
  min-height: 500px;
  overflow: hidden;
  color: var(--motors-ink);
  background: #fff;
  border: 1px solid rgba(116,56,123,.12);
  box-shadow: 0 24px 54px rgba(74,27,78,.07);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.motors-package-card:hover {
  transform: translateY(-6px);
  border-color: rgba(116,56,123,.28);
  box-shadow: 0 32px 70px rgba(74,27,78,.12);
}

.motors-package-card figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #eee6ef;
}

.motors-package-card figure::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(0deg, rgba(24,11,26,.48), transparent);
}

.motors-package-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.motors-package-card:hover img {
  transform: scale(1.035);
}

.motors-package-card__body {
  display: flex;
  flex-direction: column;
  padding: 25px 24px 27px;
}

.motors-package-card__body small {
  color: var(--motors-violet);
  font-size: 8px;
  letter-spacing: .14em;
}

.motors-package-card__body h3 {
  margin-top: 8px;
  font-size: 23px;
}

.motors-package-card__body p {
  margin-top: 12px;
  color: var(--mivare-copy);
  font-size: 12px;
  line-height: 1.75;
}

.motors-package-card__body > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 22px;
  color: var(--motors-purple);
  border-top: 1px solid var(--motors-line);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .11em;
}

.motors-package-card__body > span b {
  font-size: 16px;
  transition: transform .25s ease;
}

.motors-package-card:hover .motors-package-card__body > span b {
  transform: translateX(5px);
}

.motors-packages-help {
  padding: 94px 0 104px;
  color: #fff;
  background: #2b0f30;
}

.motors-packages-help__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .7fr);
  gap: clamp(70px, 10vw, 160px);
  align-items: center;
}

.motors-packages-help h2 {
  margin-top: 14px;
  max-width: 660px;
  color: #fff;
  font-size: 32px;
}

.motors-packages-help .mivare-kicker,
.motors-packages-help h2 em {
  color: #d39ada;
}

.motors-packages-help p {
  color: rgba(255,255,255,.75);
  font-size: 14px;
  line-height: 1.85;
}

.motors-packages-help .mivare-button {
  margin-top: 26px;
}

/* Package detail — story ------------------------------------------------- */
.motors-package-story {
  padding: 104px 0 116px;
  background: #fff;
}

.motors-package-story__grid {
  display: grid;
  grid-template-columns: minmax(320px, .7fr) minmax(0, 1.3fr);
  gap: clamp(56px, 8vw, 126px);
  align-items: center;
}

.motors-package-story__copy h2 {
  margin-top: 16px;
  max-width: 600px;
  font-size: 32px;
  line-height: 1.28;
}

.motors-package-story__copy > p {
  margin-top: 22px;
  max-width: 560px;
  color: var(--mivare-copy);
  font-size: 14px;
  line-height: 1.9;
}

.motors-package-story__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.motors-package-story__labels span {
  padding: 9px 12px;
  color: var(--motors-purple);
  background: var(--motors-pale);
  border: 1px solid rgba(116,56,123,.13);
  font-size: 8px;
  letter-spacing: .12em;
}

.motors-package-story__visual {
  position: relative;
  height: 540px;
  margin: 0;
  overflow: hidden;
  background: #eee6ef;
}

.motors-package-story__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.motors-package-story__visual figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  max-width: 470px;
  padding: 20px 22px;
  color: #fff;
  background: rgba(28,10,31,.78);
  border: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(8px);
}

.motors-package-story__visual figcaption small {
  display: block;
  color: #e4bce8;
  font-size: 8px;
  letter-spacing: .13em;
}

.motors-package-story__visual figcaption strong {
  display: block;
  margin-top: 7px;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

/* Product zones ---------------------------------------------------------- */
.motors-package-zone {
  padding: 108px 0 118px;
}

.motors-package-zone--inside {
  background: #faf6fb;
}

.motors-package-zone--outside {
  color: #fff;
  background: #1d0b20;
}

.motors-package-zone__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(58px, 8vw, 124px);
  align-items: center;
}

.motors-package-zone__grid--reverse {
  grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr);
}

.motors-package-zone__image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #e9dfea;
  box-shadow: 0 30px 68px rgba(56,17,61,.12);
}

.motors-package-zone__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.motors-package-zone__image > span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 13px;
  color: #fff;
  background: rgba(28,10,31,.78);
  border: 1px solid rgba(255,255,255,.1);
  font-size: 8px;
  letter-spacing: .13em;
  backdrop-filter: blur(8px);
}

.motors-package-zone__copy .mivare-kicker {
  color: var(--motors-purple);
}

.motors-package-zone--outside .motors-package-zone__copy .mivare-kicker {
  color: #d39ada;
}

.motors-package-zone__copy h2 {
  margin-top: 15px;
  max-width: 660px;
  font-size: 32px;
  line-height: 1.28;
}

.motors-package-zone--outside .motors-package-zone__copy h2 {
  color: #fff;
}

.motors-package-zone__copy > p {
  margin-top: 20px;
  max-width: 640px;
  color: var(--mivare-copy);
  font-size: 14px;
  line-height: 1.85;
}

.motors-package-zone--outside .motors-package-zone__copy > p {
  color: rgba(255,255,255,.72);
}

.motors-package-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
  margin-top: 28px;
  border-top: 1px solid var(--motors-line);
}

.motors-package-checklist span {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  min-height: 54px;
  padding: 13px 0;
  color: var(--mivare-copy);
  border-bottom: 1px solid var(--motors-line);
  font-size: 11px;
  line-height: 1.55;
}

.motors-package-checklist i {
  color: var(--motors-violet);
  font-family: var(--serif);
  font-size: 16px;
  font-style: normal;
}

.motors-package-checklist--dark {
  border-color: rgba(255,255,255,.13);
}

.motors-package-checklist--dark span {
  color: rgba(255,255,255,.77);
  border-color: rgba(255,255,255,.13);
}

.motors-package-checklist--dark i {
  color: #d39ada;
}

/* Package configuration ------------------------------------------------- */
.motors-package-config {
  padding: 104px 0 116px;
  background: #fff;
}

.motors-package-config__grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(70px, 9vw, 145px);
  align-items: start;
}

.motors-package-config__lead {
  position: sticky;
  top: 140px;
}

.motors-package-config__lead h2 {
  margin-top: 15px;
  max-width: 580px;
  font-size: 32px;
}

.motors-package-config__lead > p {
  margin-top: 20px;
  color: var(--mivare-copy);
  font-size: 14px;
  line-height: 1.9;
}

.motors-package-config__steps {
  border-top: 1px solid var(--motors-line);
}

.motors-package-config__steps article {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  padding: 25px 0 27px;
  border-bottom: 1px solid var(--motors-line);
}

.motors-package-config__steps small {
  color: var(--motors-violet);
  font-family: var(--serif);
  font-size: 20px;
}

.motors-package-config__steps strong {
  color: var(--motors-ink);
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 300;
}

.motors-package-config__steps p {
  margin-top: 7px;
  color: var(--mivare-copy);
  font-size: 12px;
  line-height: 1.75;
}

/* Final package CTA ------------------------------------------------------ */
.motors-package-final {
  padding: 96px 0 104px;
  background: #f7eef8;
}

.motors-package-final__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, .74fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: center;
}

.motors-package-final figure {
  height: 390px;
  margin: 0;
  overflow: hidden;
  background: #eee6ef;
}

.motors-package-final figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.motors-package-final__copy h2 {
  margin-top: 14px;
  font-size: 32px;
}

.motors-package-final__copy p {
  margin-top: 17px;
  color: var(--mivare-copy);
  font-size: 14px;
  line-height: 1.85;
}

.motors-package-final__copy .mivare-button {
  margin-top: 25px;
}

/* Package pages get a slightly stronger image focus without changing hero DNA. */
.motors-package-page .labs-subhero .mivare-hero__media img,
.motors-packages-index .labs-subhero .mivare-hero__media img {
  object-position: center center;
}

/* Responsive ------------------------------------------------------------- */
@media (max-width: 1380px) {
  .motors-packages-grid__items {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .motors-package-card {
    grid-column: span 2;
  }

  .motors-package-card:nth-child(4),
  .motors-package-card:nth-child(5) {
    grid-column: span 3;
  }
}

@media (max-width: 1100px) {
  .motors-package-story__grid,
.motors-package-zone__grid,
.motors-package-zone__grid--reverse,
.motors-package-config__grid,
.motors-package-final__grid,
.motors-packages-help__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .motors-package-config__lead {
    position: static;
  }

  .motors-package-story__visual {
    height: 500px;
  }

  .motors-package-zone__grid--reverse .motors-package-zone__copy {
    order: 2;
  }

  .motors-package-zone__grid--reverse .motors-package-zone__image {
    order: 1;
  }
}

@media (max-width: 820px) {
  .motors-packages-grid__items {
    grid-template-columns: 1fr 1fr;
  }

  .motors-package-card,
.motors-package-card:nth-child(4),
.motors-package-card:nth-child(5) {
    grid-column: auto;
  }

  .motors-package-checklist {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .motors-packages-grid,
.motors-package-story,
.motors-package-zone,
.motors-package-config,
.motors-package-final,
.motors-packages-help {
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .motors-packages-grid__items {
    grid-template-columns: 1fr;
  }

  .motors-package-card {
    min-height: 0;
    grid-template-rows: 240px auto;
  }

  .motors-package-story__visual {
    height: 390px;
  }

  .motors-package-zone__image {
    aspect-ratio: 4 / 3;
  }

  .motors-package-final figure {
    height: 300px;
  }

  .motors-package-story__copy h2,
.motors-package-zone__copy h2,
.motors-package-config__lead h2,
.motors-package-final__copy h2,
.motors-packages-help h2 {
    font-size: 28px;
  }

  .motors-packages-dropdown {
    width: min(360px, calc(100vw - 24px));
  }
}

/* ========================================================================== 
   V8.1 — NAV ACTIVE STATE
   Active/current items must stay visually identical to the shared Mivare
   navigation DNA: no filled button,
no gradient tile,
only brand colour and
   a restrained underline.
   ========================================================================== */

.motors-site .labs-main-nav > a,
.motors-site .labs-main-nav .nav-brands__button {
  position: relative;
  background: transparent !important;
  box-shadow: none !important;
}

.motors-site .labs-main-nav > a.is-active,
.motors-site .labs-main-nav .nav-brands.is-current > .nav-brands__button,
.motors-site .labs-main-nav .nav-brands.is-open > .nav-brands__button {
  color: var(--motors-purple) !important;
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.motors-site .labs-main-nav > a::after,
.motors-site .labs-main-nav .nav-brands__button::after {
  content: "";
  position: absolute;
  display: block !important;
  left: 14px;
  right: 14px;
  bottom: 6px;
  height: 1px;
  background: var(--motors-purple);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: opacity .22s ease, transform .22s ease;
}

.motors-site .labs-main-nav > a:hover::after,
.motors-site .labs-main-nav > a.is-active::after,
.motors-site .labs-main-nav .nav-brands:hover > .nav-brands__button::after,
.motors-site .labs-main-nav .nav-brands.is-current > .nav-brands__button::after,
.motors-site .labs-main-nav .nav-brands.is-open > .nav-brands__button::after {
  opacity: 1;
  transform: scaleX(1);
}

.motors-site .labs-main-nav > a:hover,
.motors-site .labs-main-nav .nav-brands__button:hover {
  color: var(--motors-purple) !important;
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

/* ========================================================================== 
   V8.2 — FINAL NAV VISIBILITY LOCK
   Hard reset for the shared header navigation. Active/current items are
   never filled buttons: white/transparent header,
dark text,
purple active
   text + underline. Explicit values avoid legacy brand rules leaking in.
   ========================================================================== */

body.motors-site .labs-header .labs-main-nav > a,
body.motors-site .labs-header .labs-main-nav .nav-brands > .nav-brands__button {
  appearance: none !important;
  -webkit-appearance: none !important;
  color: #211823 !important;
  -webkit-text-fill-color: #211823 !important;
  background: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

body.motors-site .labs-header .labs-main-nav > a.is-active,
body.motors-site .labs-header .labs-main-nav .nav-brands.is-current > .nav-brands__button,
body.motors-site .labs-header .labs-main-nav .nav-brands.is-open > .nav-brands__button,
body.motors-site .labs-header .labs-main-nav > a:hover,
body.motors-site .labs-header .labs-main-nav .nav-brands > .nav-brands__button:hover {
  color: #74387B !important;
  -webkit-text-fill-color: #74387B !important;
  background: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

body.motors-site .labs-header .labs-main-nav .nav-brands > .nav-brands__button .labs-nav-chevron,
body.motors-site .labs-header .labs-main-nav .nav-brands.is-current > .nav-brands__button .labs-nav-chevron,
body.motors-site .labs-header .labs-main-nav .nav-brands.is-open > .nav-brands__button .labs-nav-chevron {
  color: currentColor !important;
  -webkit-text-fill-color: currentColor !important;
}

body.motors-site .labs-header .labs-main-nav > a::after,
body.motors-site .labs-header .labs-main-nav .nav-brands > .nav-brands__button::after {
  background: #74387B !important;
}

/* ========================================================================== 
   V8.3 — DROPDOWN FOOTER LINK VISIBILITY
   labs.css sets every dropdown link to a light text color for the dark menu.
   The final "all" row in Motors is intentionally light,
so its text must be
   explicitly dark/purple instead of inheriting the generic white link color.
   ========================================================================== */

body.motors-site .labs-header .labs-dropdown .labs-dropdown__all,
body.motors-site .labs-header .labs-dropdown .labs-dropdown__all:visited,
body.motors-site .labs-header .labs-dropdown .labs-dropdown__all span,
body.motors-site .labs-header .labs-dropdown .labs-dropdown__all small {
  color: #74387B !important;
  -webkit-text-fill-color: #74387B !important;
  opacity: 1 !important;
}

body.motors-site .labs-header .labs-dropdown .labs-dropdown__all {
  background: #FAF0FB !important;
  border-top-color: rgba(116, 56, 123, .16) !important;
}

body.motors-site .labs-header .labs-dropdown .labs-dropdown__all:hover,
body.motors-site .labs-header .labs-dropdown .labs-dropdown__all:focus-visible {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  background: #5E2865 !important;
  border-top-color: #5E2865 !important;
}

body.motors-site .labs-header .labs-dropdown .labs-dropdown__all:hover span,
body.motors-site .labs-header .labs-dropdown .labs-dropdown__all:hover small,
body.motors-site .labs-header .labs-dropdown .labs-dropdown__all:focus-visible span,
body.motors-site .labs-header .labs-dropdown .labs-dropdown__all:focus-visible small {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  opacity: 1 !important;
}

/* Homepage refinement: service-led,
restrained imagery,
simple footer. */
.motors-refined-hero { position: relative; min-height: min(640px, 78vh); display: grid; align-items: center; overflow: hidden; background: #190b1d; }
.motors-refined-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,8,23,.94) 0%, rgba(25,10,29,.78) 42%, rgba(25,10,29,.12) 100%); }
.motors-refined-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.motors-refined-hero__content { position: relative; z-index: 1; max-width: 720px; padding-top: 108px; padding-bottom: 88px; color: #fff; }
.motors-refined-hero .mivare-kicker { color: #e4bce8; }
.motors-refined-hero h1 { margin: 18px 0 22px; color: #fff; font-family: var(--serif); font-size: 32px; line-height: 1.22; font-weight: 300; }
.motors-refined-hero h1 em,
.motors-refined-intro h2 em,
.motors-refined-story h2 em,
.motors-refined-life h2 em,
.motors-refined-process h2 em,
.motors-refined-projects h2 em,
.motors-refined-cta h2 em { color: #dba4e0; font-style: italic; }
.motors-refined-hero p { max-width: 620px; color: rgba(255,255,255,.86); font-size: 18px; line-height: 1.7; }
.motors-refined-hero .mivare-actions { margin-top: 32px; }
.motors-refined-intro { padding: 96px 0 0; background: #26102b; color: #fff; }
.motors-refined-intro__grid,
.motors-refined-story__grid,
.motors-refined-life__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(44px, 7vw, 120px); align-items: center; }
.motors-refined-intro h2,
.motors-refined-story h2,
.motors-refined-life h2,
.motors-refined-process h2,
.motors-refined-cta h2 { margin: 16px 0 0; font-family: var(--serif); font-size: 32px; line-height: 1.22; font-weight: 300; }
.motors-refined-intro p { margin: 0; color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.75; }
.motors-inline-link--light { color: #edc9ef; margin-top: 22px; }
.motors-refined-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 70px; border-top: 1px solid rgba(255,255,255,.15); }
.motors-refined-services article { padding: 28px 24px 38px 0; border-right: 1px solid rgba(255,255,255,.12); }
.motors-refined-services article:not(:first-child) { padding-left: 24px; }
.motors-refined-services article:last-child { border-right: 0; }
.motors-refined-services small { color: #dba4e0; font-family: var(--serif); font-size: 19px; }
.motors-refined-services h3 { margin: 16px 0 10px; color: #fff; font-family: var(--serif); font-weight: 300; font-size: 24px; }
.motors-refined-services p { color: rgba(255,255,255,.7); line-height: 1.6; font-size: 14px; }
.motors-refined-story { padding: 112px 0; background: #fbfaf8; }
.motors-refined-story figure,
.motors-refined-life figure { margin: 0; height: 390px; overflow: hidden; }
.motors-refined-story figure img,
.motors-refined-life figure img { width: 100%; height: 100%; object-fit: cover; }
.motors-refined-story p,
.motors-refined-life p { margin: 22px 0; color: #5d5660; line-height: 1.75; font-size: 17px; }
.motors-refined-list { display: grid; gap: 10px; margin: 0 0 28px; padding: 0; list-style: none; color: #34223a; }
.motors-refined-list li::before { content: "✓"; color: #74387b; margin-right: 10px; }
.motors-refined-life { padding: 105px 0; background: #f2edf2; }
.motors-refined-life__grid { grid-template-columns: 1.08fr .92fr; }
.motors-refined-life .mivare-actions { align-items: center; margin-top: 30px; }
.motors-refined-process { padding: 108px 0; background: #17091a; color: #fff; }
.motors-refined-process header { max-width: 720px; }
.motors-refined-process .mivare-kicker { color: #e4bce8; }
.motors-refined-process__steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 54px; border-top: 1px solid rgba(255,255,255,.16); }
.motors-refined-process__steps article { padding: 28px 25px 0 0; border-right: 1px solid rgba(255,255,255,.14); }
.motors-refined-process__steps article:not(:first-child) { padding-left: 25px; }
.motors-refined-process__steps article:last-child { border-right: 0; }
.motors-refined-process__steps b { color: #dba4e0; font-family: var(--serif); font-size: 21px; font-weight: 300; }
.motors-refined-process__steps h3 { margin: 18px 0 11px; color: #fff; font-family: var(--serif); font-size: 25px; font-weight: 300; }
.motors-refined-process__steps p { color: rgba(255,255,255,.69); line-height: 1.65; font-size: 14px; }
.motors-refined-projects { padding: 108px 0 112px; background: #fff; }
.motors-refined-projects .motors-section-head { margin-bottom: 46px; }
.motors-refined-projects__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.motors-refined-projects__grid a { display: block; color: #2b1b31; background: #f7f4f7; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.motors-refined-projects__grid a:hover { transform: translateY(-5px); box-shadow: 0 18px 36px rgba(45,20,49,.12); }
.motors-refined-projects__grid img { display: block; width: 100%; height: 210px; object-fit: cover; }
.motors-refined-projects__grid span { display: block; padding: 22px 22px 25px; }
.motors-refined-projects__grid small { color: #74387b; font-size: 10px; letter-spacing: .12em; }
.motors-refined-projects__grid strong { display: block; margin: 8px 0; font-family: var(--serif); font-size: 26px; font-weight: 300; }
.motors-refined-projects__grid em { color: #6d6470; font-size: 14px; line-height: 1.55; font-style: normal; }
.motors-refined-cta { padding: 116px 0; background: linear-gradient(90deg, rgba(27,10,30,.97), rgba(49,20,53,.72)), url('../img/backgrounds/cta-right.webp') center/cover no-repeat; color: #fff; }
.motors-refined-cta__content { max-width: 760px; }
.motors-refined-cta .mivare-kicker { color: #e4bce8; }
.motors-refined-cta p { max-width: 580px; margin: 22px 0 30px; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.7; }
.motors-footer { padding: 72px 0 0; background: #100813; color: rgba(255,255,255,.7); }
.motors-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.25fr; gap: 40px; padding-bottom: 60px; }
.motors-footer__brand img { width: min(240px, 100%); filter: brightness(0) invert(1); }
.motors-footer__brand p { max-width: 260px; margin-top: 20px; line-height: 1.65; }
.motors-footer strong { display: block; margin-bottom: 19px; color: #e8c7ea; font-size: 11px; letter-spacing: .13em; }
.motors-footer nav a,
.motors-footer__contact > a { display: block; margin: 0 0 12px; color: rgba(255,255,255,.72); text-decoration: none; font-size: 14px; }
.motors-footer nav a:hover,
.motors-footer__contact > a:hover { color: #fff; }
.motors-footer__contact p { margin: 0 0 16px; line-height: 1.6; font-size: 14px; }
.motors-footer__contact .motors-footer__phone { margin-bottom: 21px; }
.motors-footer__contact-button { display: inline-flex !important; gap: 12px; color: #fff !important; border-bottom: 1px solid #c88dce; padding-bottom: 8px; letter-spacing: .08em; font-size: 11px !important; }
.motors-footer__contact-button span { color: #dba4e0; }
.motors-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 72px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.44); font-size: 12px; }
.motors-footer__bottom nav { display: flex; gap: 18px; }
.motors-footer__bottom a { color: inherit; text-decoration: none; }
@media (max-width: 900px) { .motors-refined-intro__grid,
.motors-refined-story__grid,
.motors-refined-life__grid { grid-template-columns: 1fr; gap: 36px; } .motors-refined-services,
.motors-refined-process__steps { grid-template-columns: repeat(2, 1fr); } .motors-refined-services article:nth-child(2),
.motors-refined-process__steps article:nth-child(2) { border-right: 0; } .motors-refined-services article:nth-child(n+3),
.motors-refined-process__steps article:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.12); padding-top: 28px; } .motors-refined-projects__grid,
.motors-footer__grid { grid-template-columns: repeat(2, 1fr); } .motors-footer__brand { grid-column: span 2; } }
@media (max-width: 600px) { .motors-refined-hero { min-height: 590px; } .motors-refined-hero::after { background: linear-gradient(90deg, rgba(20,8,23,.94), rgba(20,8,23,.55)); } .motors-refined-hero__content { padding-top: 130px; } .motors-refined-intro,
.motors-refined-story,
.motors-refined-life,
.motors-refined-process,
.motors-refined-projects,
.motors-refined-cta { padding: 72px 0; } .motors-refined-services,
.motors-refined-process__steps,
.motors-refined-projects__grid,
.motors-footer__grid { grid-template-columns: 1fr; } .motors-refined-services article,
.motors-refined-services article:not(:first-child),
.motors-refined-process__steps article,
.motors-refined-process__steps article:not(:first-child) { border-right: 0; border-top: 1px solid rgba(255,255,255,.12); padding: 24px 0; } .motors-refined-services article:first-child,
.motors-refined-process__steps article:first-child { border-top: 0; } .motors-refined-story figure,
.motors-refined-life figure { height: 260px; } .motors-footer__brand { grid-column: auto; } .motors-footer__bottom { align-items: flex-start; flex-direction: column; padding: 20px 0; } }

/* Final type and contrast guardrail: no marketing heading exceeds 32px. */
.motors-home-refined .motors-refined-hero__content { position: relative; left: auto; width: min(470px, 38vw); max-width: none; margin-inline: max(6vw, 72px) 0; padding-left: 0; }
.motors-home-refined .motors-refined-hero h1,
.motors-home-refined .motors-refined-intro h2,
.motors-home-refined .motors-refined-story h2,
.motors-home-refined .motors-refined-life h2,
.motors-home-refined .motors-refined-process h2,
.motors-home-refined .motors-refined-projects h2,
.motors-home-refined .motors-refined-cta h2 { color: inherit; font-size: 32px !important; line-height: 1.22; }
.motors-home-refined .motors-refined-hero h1 { color: #fff; }
.motors-home-refined .motors-refined-hero p { font-size: 16px; line-height: 1.65; }
.motors-home-refined .motors-refined-intro h2,
.motors-home-refined .motors-refined-process h2,
.motors-home-refined .motors-refined-cta h2 { color: #fff; }
.motors-home-refined .motors-refined-intro h2 em,
.motors-home-refined .motors-refined-process h2 em,
.motors-home-refined .motors-refined-cta h2 em { color: #e6b3ea; }
.motors-home-refined .motors-refined-intro p,
.motors-home-refined .motors-refined-services p,
.motors-home-refined .motors-refined-process p,
.motors-home-refined .motors-refined-cta p { color: rgba(255,255,255,.88); }
.motors-home-refined .motors-refined-intro .mivare-kicker,
.motors-home-refined .motors-refined-process .mivare-kicker,
.motors-home-refined .motors-refined-cta .mivare-kicker { color: #f0c7f1; }
.motors-refined-tabs { display: grid; grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr); gap: 32px; margin-top: 42px; }
.motors-refined-tabs nav { display: grid; align-content: start; border-top: 1px solid rgba(255,255,255,.18); }
.motors-refined-tabs button { display: grid; grid-template-columns: 38px 1fr; gap: 12px; width: 100%; padding: 20px 0; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.72); text-align: left; cursor: pointer; transition: color .2s ease, padding-left .2s ease, background .2s ease; }
.motors-refined-tabs button b { color: #e8b8ec; font-family: var(--serif); font-weight: 300; font-size: 17px; }
.motors-refined-tabs button span { font-family: var(--serif); font-size: 20px; font-weight: 300; }
.motors-refined-tabs button:hover,
.motors-refined-tabs button.is-active { padding-left: 14px; color: #fff; background: linear-gradient(90deg, rgba(172,80,180,.26), transparent); }
.motors-refined-tabs__stage { display: grid; grid-template-columns: minmax(220px, .9fr) minmax(0, 1fr); min-height: 360px; background: #241027; border: 1px solid rgba(255,255,255,.13); }
.motors-refined-tabs__stage figure { margin: 0; overflow: hidden; }
.motors-refined-tabs__stage figure img { width: 100%; height: 100%; object-fit: cover; transition: opacity .18s ease, transform .35s ease; }
.motors-refined-tabs__stage.is-switching figure img { opacity: .25; transform: scale(1.025); }
.motors-refined-tabs__stage > div { padding: 34px 30px; }
.motors-refined-tabs__stage small { color: #edc6ef; font-size: 10px; letter-spacing: .14em; }
.motors-refined-tabs__stage h3 { margin: 16px 0; color: #fff; font-family: var(--serif); font-size: 27px; line-height: 1.25; font-weight: 300; }
.motors-refined-tabs__stage p { margin: 0; color: rgba(255,255,255,.84); font-size: 15px; line-height: 1.65; }
.motors-refined-tabs__stage .motors-inline-link { margin-top: 25px; }
.motors-home-refined .motors-refined-cta { padding: 78px 0; }
.motors-home-refined .motors-refined-cta__content { max-width: 600px; }
.motors-footer { background: #120a15; color: #ebe1eb; }
.motors-footer__brand p,
.motors-footer__contact p { color: #d8cbd8; }
.motors-footer nav a,
.motors-footer__contact > a { color: #f2eaf2; }
.motors-footer__bottom { color: #d4c7d4; }
@media (max-width: 900px) { .motors-home-refined .motors-refined-hero__content { width: min(520px, 72vw); } .motors-refined-tabs { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .motors-home-refined .motors-refined-hero__content { width: auto; padding-right: 22px; } .motors-home-refined .motors-refined-hero h1,
.motors-home-refined .motors-refined-intro h2,
.motors-home-refined .motors-refined-story h2,
.motors-home-refined .motors-refined-life h2,
.motors-home-refined .motors-refined-process h2,
.motors-home-refined .motors-refined-projects h2,
.motors-home-refined .motors-refined-cta h2 { font-size: 29px !important; } .motors-refined-tabs__stage { grid-template-columns: 1fr; } .motors-refined-tabs__stage figure { height: 220px; } }

/* Concept-led landing sections: layered cards,
restrained type,
real workshop imagery. */
.motors-showcase { position: relative; overflow: hidden; padding: 86px 0 64px; background: radial-gradient(circle at 85% 0%, rgba(142,65,151,.22), transparent 32%), #170a1b; color: #fff; }
.motors-showcase::before { content: "M"; position: absolute; right: 5%; top: -120px; color: rgba(255,255,255,.025); font: 400 540px/1 var(--serif); pointer-events: none; }
.motors-showcase__intro { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.motors-showcase__intro h2,
.motors-refined-offer h2,
.motors-refined-assurance h2 { margin: 15px 0 0; font: 300 32px/1.22 var(--serif); }
.motors-showcase__intro h2 { color: #fff; }
.motors-showcase h2 em,
.motors-refined-offer h2 em,
.motors-refined-assurance h2 em { color: #b766c0; font-style: italic; }
.motors-showcase__intro p { color: rgba(255,255,255,.86); font-size: 16px; line-height: 1.7; }
.motors-showcase__cards { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 46px; }
.motors-showcase__cards > a { position: relative; display: flex; min-height: 410px; overflow: hidden; border: 1px solid rgba(236,183,241,.45); background: #211025; color: #fff; text-decoration: none; isolation: isolate; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.motors-showcase__cards > a:hover { z-index: 2; transform: translateY(-9px) perspective(900px) rotateX(2deg); border-color: #ebacf0; box-shadow: 0 24px 44px rgba(0,0,0,.35), 0 0 32px rgba(182,85,194,.18); }
.motors-showcase__cards img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .62; transition: transform .5s ease, opacity .3s ease; }
.motors-showcase__cards > a:hover img { transform: scale(1.075); opacity: .78; }
.motors-showcase__cards > a::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(17,6,20,.18), rgba(17,6,20,.96) 68%); pointer-events: none; }
.motors-showcase__cards span { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; width: 100%; padding: 24px; }
.motors-showcase__cards small { color: #f1c2f4; font-size: 10px; letter-spacing: .13em; }
.motors-showcase__cards strong { margin: 13px 0 10px; color: #fff; font: 300 26px/1.15 var(--serif); }
.motors-showcase__cards em { color: rgba(255,255,255,.83); font-size: 14px; line-height: 1.55; font-style: normal; }
.motors-showcase__cards b { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; color: #eab9ef; font-size: 10px; letter-spacing: .13em; font-weight: 500; }
.motors-showcase__cards b i { font-size: 20px; font-style: normal; }
.motors-refined-offer { padding: 96px 0 72px; background: #fbfaf8; color: #201726; }
.motors-refined-offer__intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: end; }
.motors-refined-offer__intro p { margin: 0; color: #605866; font-size: 16px; line-height: 1.7; }
.motors-refined-offer__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 45px; }
.motors-refined-offer__cards article { min-height: 420px; overflow: hidden; border: 1px solid #ddd1df; background: rgba(255,255,255,.75); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.motors-refined-offer__cards article > figure { position: relative; height: 164px; margin: 0; overflow: hidden; background: #27112c; }
.motors-refined-offer__cards article > figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(35,10,39,.04), rgba(45,14,49,.5)); }
.motors-refined-offer__cards article > figure img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.78) contrast(1.05); transition: transform .5s ease, filter .5s ease; }
.motors-refined-offer__cards article > div { padding: 24px 29px 28px; }
.motors-refined-offer__cards article:nth-child(2) { border-color: #b268bc; box-shadow: 0 17px 34px rgba(73,28,79,.1); transform: translateY(-10px); }
.motors-refined-offer__cards article:hover { transform: translateY(-8px); border-color: #9d4ba6; box-shadow: 0 18px 36px rgba(73,28,79,.14); }
.motors-refined-offer__cards article:hover > figure img { transform: scale(1.06); filter: saturate(1) contrast(1.08); }
.motors-refined-offer__cards small { color: #85448c; font-size: 10px; letter-spacing: .13em; }
.motors-refined-offer__cards h3 { margin: 18px 0 13px; font: 300 29px/1.15 var(--serif); }
.motors-refined-offer__cards p { color: #625a67; font-size: 15px; line-height: 1.65; }
.motors-refined-offer__cards a { display: inline-flex; gap: 12px; margin-top: 20px; color: #74387b; font-size: 10px; letter-spacing: .1em; text-decoration: none; }
.motors-refined-offer__cards a span { font-size: 18px; line-height: 10px; }
.motors-refined-offer__note { display: flex; align-items: center; gap: 36px; margin-top: 38px; padding: 22px 26px; border: 1px solid #ddd1df; color: #746b77; font-size: 13px; }
.motors-refined-offer__note strong { color: #302536; font: 300 21px/1.3 var(--serif); margin-right: auto; }
.motors-refined-assurance { padding: 0; overflow: hidden; background: #211025; color: #fff; }
.motors-refined-assurance__grid { display: grid; grid-template-columns: .88fr 1.12fr; min-height: 680px; }
.motors-refined-assurance figure { margin: 0; overflow: hidden; }
.motors-refined-assurance figure img { width: 100%; height: 100%; object-fit: cover; opacity: .72; }
.motors-refined-assurance__grid > div { padding: 84px clamp(36px, 7vw, 120px) 72px 60px; }
.motors-refined-assurance .mivare-kicker { color: #eec4f1; }
.motors-refined-assurance h2 { color: #fff; }
.motors-refined-assurance > div p { color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.7; }
.motors-refined-assurance__list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; margin-top: 34px; }
.motors-refined-assurance__list article { padding: 19px 0; border-top: 1px solid rgba(255,255,255,.18); }
.motors-refined-assurance__list b { color: #d993e0; font: 300 18px var(--serif); }
.motors-refined-assurance__list h3 { margin: 9px 0; color: #fff; font: 300 23px var(--serif); }
.motors-refined-assurance__list p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.55; }
@media (max-width: 1000px) { .motors-showcase__cards { grid-template-columns: 1fr 1fr; } .motors-refined-assurance__grid { grid-template-columns: 1fr; } .motors-refined-assurance figure { height: 390px; } .motors-refined-assurance__grid > div { padding: 70px 0; } }
@media (max-width: 700px) { .motors-showcase,
.motors-refined-offer { padding: 70px 0; } .motors-showcase__intro,
.motors-refined-offer__intro { grid-template-columns: 1fr; gap: 24px; } .motors-showcase__cards,
.motors-refined-offer__cards,
.motors-refined-assurance__list { grid-template-columns: 1fr; } .motors-showcase__cards > a { min-height: 340px; } .motors-refined-offer__cards article:nth-child(2) { transform: none; } .motors-refined-offer__note { display: grid; gap: 12px; } .motors-refined-assurance figure { height: 260px; } .motors-refined-assurance__grid > div { padding: 64px 0; } }

/* Alternating light / dark rhythm after the opening showcase. */
.motors-home-refined .motors-refined-life { background: radial-gradient(circle at 82% 14%, rgba(150,68,160,.26), transparent 28%), #1a0b1e; color: #fff; }
.motors-home-refined .motors-refined-life h2 { color: #fff; }
.motors-home-refined .motors-refined-life h2 em { color: #e3abe8; }
.motors-home-refined .motors-refined-life p { color: rgba(255,255,255,.84); }
.motors-home-refined .motors-refined-life .mivare-kicker { color: #edc3f0; }
.motors-home-refined .motors-refined-life .motors-inline-link { color: #f0c6f2; }
.motors-home-refined .motors-refined-life figure { box-shadow: 22px 22px 0 rgba(255,255,255,.05); }

/* Process returns to light after the dark benefit panel. */
.motors-home-refined .motors-refined-process { background: #fbfaf8; color: #251b2a; }
.motors-home-refined .motors-refined-process h2 { color: #251b2a; }
.motors-home-refined .motors-refined-process h2 em { color: #8a4592; }
.motors-home-refined .motors-refined-process .mivare-kicker { color: #7f4087; }
.motors-home-refined .motors-refined-tabs nav { border-top-color: #d9cedb; }
.motors-home-refined .motors-refined-tabs button { color: #675e69; border-bottom-color: #ddd3df; }
.motors-home-refined .motors-refined-tabs button b { color: #944c9d; }
.motors-home-refined .motors-refined-tabs button:hover,
.motors-home-refined .motors-refined-tabs button.is-active { color: #281c2c; background: linear-gradient(90deg, rgba(186,111,194,.18), transparent); }
.motors-home-refined .motors-refined-tabs__stage { background: #fff; border-color: #d9cedb; box-shadow: 0 18px 38px rgba(48,25,52,.1); }
.motors-home-refined .motors-refined-tabs__stage small { color: #814389; }
.motors-home-refined .motors-refined-tabs__stage h3 { color: #2d2130; }
.motors-home-refined .motors-refined-tabs__stage p { color: #665d68; }
.motors-home-refined .motors-refined-tabs__stage .motors-inline-link--light { color: #74387b; }

/* CTA and footer are distinct compositions,
not one continuous dark block. */
.motors-home-refined .motors-refined-cta { position: relative; min-height: 430px; display: grid; align-items: center; margin-top: 22px; margin-bottom: 28px; padding: 80px 0; background: linear-gradient(90deg, rgba(25,8,28,.94) 0%, rgba(25,8,28,.78) 42%, rgba(25,8,28,.25) 100%), url('../img/backgrounds/cta-left.webp') center/cover no-repeat; border-top: 1px solid rgba(229,180,233,.45); border-bottom: 1px solid rgba(229,180,233,.45); }
.motors-home-refined .motors-refined-cta::after { content: "MIVARE MOTORS"; position: absolute; right: 7%; bottom: 34px; color: rgba(255,255,255,.36); letter-spacing: .24em; font-size: 10px; }
.motors-home-refined .motors-refined-cta__content { position: relative; z-index: 1; }
.motors-home-refined .motors-refined-cta h2 { max-width: 540px; }
.motors-home-refined .motors-refined-cta p { max-width: 490px; }
.motors-footer { position: relative; overflow: hidden; padding-top: 92px; background: linear-gradient(90deg, rgba(13,6,16,.96), rgba(20,8,23,.76)), url('../img/backgrounds/footer-2.webp') center/cover no-repeat; border-top: 1px solid rgba(227,176,233,.27); }
.motors-footer::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(13,6,16,.9), transparent 58%); pointer-events: none; }
.motors-footer__grid,
.motors-footer__bottom { position: relative; z-index: 1; }
.motors-footer__grid { padding-bottom: 72px; }
.motors-footer__brand { padding-right: 30px; }
.motors-footer__brand p { font-size: 15px; line-height: 1.75; color: #fff; }
.motors-footer strong { color: #f0c9f2; }
.motors-footer nav a,
.motors-footer__contact > a { color: rgba(255,255,255,.94); }
.motors-footer__bottom { min-height: 84px; color: rgba(255,255,255,.75); }

/* Final white proof section and a Motors footer built on the Group composition. */
.motors-home-refined .motors-refined-why { padding: 92px 0 104px; background: #fbfaf8; color: #251b2a; }
.motors-refined-why__lead { display: grid; grid-template-columns: minmax(0, .95fr) minmax(280px, .72fr); gap: clamp(32px, 8vw, 130px); align-items: end; padding-bottom: 38px; border-bottom: 1px solid #e4dce5; }
.motors-refined-why h2 { max-width: 600px; margin: 15px 0 0; font-family: var(--serif); font-size: 32px; font-weight: 300; line-height: 1.22; }
.motors-refined-why h2 em { color: #873f8c; font-style: italic; }
.motors-refined-why__lead > p { max-width: 470px; margin: 0; color: #625968; font-size: 16px; line-height: 1.72; }
.motors-refined-why__body { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr); gap: clamp(30px, 5vw, 80px); margin-top: 42px; align-items: stretch; }
.motors-refined-why figure { min-height: 400px; margin: 0; overflow: hidden; background: #211325; }
.motors-refined-why figure img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.82) contrast(1.04); }
.motors-refined-why__points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #e4dce5; border-left: 1px solid #e4dce5; }
.motors-refined-why__points article { min-height: 200px; padding: 27px 26px 25px; border-right: 1px solid #e4dce5; border-bottom: 1px solid #e4dce5; transition: background .22s ease, transform .22s ease; }
.motors-refined-why__points article:hover { background: #f3edf4; transform: translateY(-3px); }
.motors-refined-why__points small { color: #86418b; font-family: var(--serif); font-size: 18px; }
.motors-refined-why__points h3 { margin: 28px 0 10px; font-family: var(--serif); font-size: 22px; line-height: 1.2; font-weight: 300; }
.motors-refined-why__points p { margin: 0; color: #625968; font-size: 14px; line-height: 1.62; }

/* The CTA mirrors the footer: vehicle to the left,
message to the right. */
.motors-home-refined .motors-refined-cta { background-image: linear-gradient(90deg, rgba(25,8,28,.18) 0%, rgba(25,8,28,.58) 45%, rgba(25,8,28,.96) 100%), url('../img/backgrounds/cta-right.webp'); background-position: center; }
.motors-home-refined .motors-refined-cta__content { margin-left: auto; }
.motors-home-refined .motors-refined-cta::after { right: auto; left: 7%; }

/* Larger,
easier-to-scan desktop navigation. */
body.motors-site .labs-header .labs-main-nav > a,
body.motors-site .labs-header .labs-main-nav .nav-brands > .nav-brands__button { min-height: 54px; padding-inline: 16px; font-size: 17px; font-weight: 300; }
body.motors-site .labs-header .labs-main-nav .nav-brands > .nav-brands__button { display: inline-flex; align-items: center; gap: 6px; }
body.motors-site .labs-header .labs-main-nav .nav-brands > .nav-brands__button .labs-nav-chevron { display: inline-flex; align-items: center; justify-content: center; width: 14px; height: 17px; margin: 0; font-size: 16px; line-height: 1; transform: translateY(-1px); }

.motors-footer { position: relative; overflow: hidden; padding: 0; color: #fff; background-color: #100713; background-image: linear-gradient(90deg, rgba(13,6,16,.91), rgba(25,9,29,.52) 51%, rgba(13,6,16,.88)), url('../img/backgrounds/footer-2.webp'); background-position: center; background-size: cover; background-repeat: no-repeat; border-top: 1px solid rgba(225,174,231,.46); }
.motors-footer::before { content: ""; position: absolute; inset: 0 0 88px; background: linear-gradient(180deg, rgba(17,7,20,.12), rgba(17,7,20,.58)); pointer-events: none; }
.motors-footer::after { content: ""; position: absolute; left: 50%; bottom: 88px; width: min(650px, 55vw); height: 260px; border: 1px solid rgba(210,141,217,.18); border-radius: 50% 50% 0 0; transform: translateX(-50%) perspective(260px) rotateX(65deg); pointer-events: none; }
.motors-footer > .shell { position: relative; z-index: 2; padding-top: 40px; }
.motors-footer__coordinates { display: grid; grid-template-columns: auto minmax(80px, 1fr) auto; align-items: center; gap: 18px; color: #e9b6ed; font-size: 10px; font-weight: 600; letter-spacing: .17em; }
.motors-footer__coordinates > b { height: 1px; background: linear-gradient(90deg, rgba(226,164,231,.1), rgba(226,164,231,.58), rgba(226,164,231,.1)); }
.motors-footer__coordinates span { display: flex; align-items: center; gap: 12px; }
.motors-footer__coordinates span:last-child { justify-content: flex-end; }
.motors-footer__coordinates i { display: block; width: 9px; height: 9px; border: 1px solid #df9ee5; border-radius: 50%; box-shadow: 0 0 0 5px rgba(219,138,227,.08); }
.motors-footer__statement { width: min(100%, 560px); margin: 19px auto 0; text-align: center; }
.motors-footer__statement h2 { margin: 0; color: #fff; font-family: var(--serif); font-size: 30px; font-weight: 300; line-height: 1.15; text-shadow: 0 3px 18px rgba(0,0,0,.65); }
.motors-footer__statement h2 em { color: #e7a9eb; font-style: italic; }
.motors-footer__statement > i { display: block; width: 72px; height: 1px; margin: 17px auto; background: linear-gradient(90deg, transparent, #d88ddd, transparent); }
.motors-footer__statement p { margin: 0; color: rgba(255,255,255,.86); font-size: 15px; line-height: 1.62; text-shadow: 0 2px 12px rgba(0,0,0,.68); }
.motors-footer__worlds { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(130px,.9fr) minmax(140px,.9fr) minmax(260px,1.35fr) minmax(150px,.95fr) minmax(170px,1.05fr); gap: 30px; align-items: start; padding: 38px 0 66px; }
.motors-footer__column { display: flex; flex-direction: column; font-style: normal; }
.motors-footer__column strong { margin-bottom: 15px; color: #eab5ee; font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.motors-footer__column a,
.motors-footer__column > span { display: flex; align-items: center; min-height: 34px; color: rgba(255,255,255,.88); text-decoration: none; font-size: 14px; transition: color .2s ease, transform .2s ease; }
.motors-footer__column a:hover { color: #fff; transform: translateX(3px); }
.motors-footer__locations > span,
.motors-footer__contact > a { border-bottom: 1px solid rgba(255,255,255,.16); }
.motors-footer__contact > a { justify-content: space-between; gap: 12px; }
.motors-footer__contact b { color: #e9a7ed; font-size: 14px; font-weight: 300; }
.motors-footer__core { display: flex; flex-direction: column; align-items: center; gap: 24px; padding-top: 28px; text-align: center; }
.motors-footer__identity { display: flex; justify-content: center; width: 100%; }
.motors-footer__identity img { width: min(270px,100%); height: auto; filter: brightness(0) invert(1) drop-shadow(0 16px 25px rgba(0,0,0,.58)); }
.motors-footer .mivare-button--secondary { color: #f9e9fb; border-color: rgba(232,175,237,.52); background: rgba(111,46,119,.38); backdrop-filter: blur(8px); }
.motors-footer__horizon { position: absolute; z-index: 1; left: 50%; bottom: 88px; width: min(720px, 65vw); height: 215px; transform: translateX(-50%); pointer-events: none; }
.motors-footer__horizon::before,
.motors-footer__horizon::after { content: ""; position: absolute; inset: 42% -10% -65%; border: 1px solid rgba(220,147,225,.2); border-radius: 50%; transform: perspective(280px) rotateX(64deg); }
.motors-footer__horizon::after { inset: 55% -20% -90%; border-color: rgba(220,147,225,.35); }
.motors-footer__bottom { position: relative; z-index: 3; min-height: 84px; border-top: 1px solid rgba(221,151,227,.25); background: rgba(12,5,14,.55); }
.motors-footer__bottom .shell { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.motors-footer__bottom p { margin: 0; color: rgba(255,255,255,.75); font-size: 12px; }
.motors-footer__legal { display: flex; align-items: center; gap: 18px; }
.motors-footer__legal a { color: rgba(255,255,255,.9); font-size: 12px; text-decoration: none; }
.motors-footer__legal a:hover { color: #fff; }
.motors-footer__legal i { width: 3px; height: 3px; background: #dc98e1; border-radius: 50%; }

/* Package signatures: each package tells a different visual story after its banner. */
.package-family-day { padding: 104px 0; background: #fbfaf8; color: #251b2a; }
.package-family-day header { display: flex; align-items: end; justify-content: space-between; gap: 34px; margin-bottom: 38px; }
.package-family-day h2,
.package-equestrian-route h2,
.package-adventure-atlas h2,
.package-dog-life h2 { max-width: 670px; margin: 15px 0 0; font: 300 32px/1.2 var(--serif); }
.package-family-day h2 em,
.package-equestrian-route h2 em,
.package-adventure-atlas h2 em,
.package-dog-life h2 em { color: #914798; font-style: italic; }
.package-family-day__grid { display: grid; grid-template-columns: 1.16fr .84fr .84fr; grid-template-rows: 210px 210px; gap: 16px; }
.package-family-day figure { position: relative; margin: 0; overflow: hidden; background: #2c1631; }
.package-family-day figure img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.85); transition: transform .45s ease; }
.package-family-day figure:hover img { transform: scale(1.05); }
.package-family-day__main { grid-row: span 2; }
.package-family-day__main figcaption { position: absolute; left: 22px; bottom: 20px; max-width: 245px; color: #fff; font: italic 22px/1.22 var(--serif); text-shadow: 0 2px 10px rgba(0,0,0,.5); }
.package-family-day__grid > div { padding: 30px; background: #2b1230; color: #fff; }
.package-family-day__grid > div b { color: #e6a9ea; font: 300 26px var(--serif); }
.package-family-day__grid > div h3 { margin: 31px 0 10px; font: 300 24px/1.2 var(--serif); }
.package-family-day__grid > div p { margin: 0; color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.65; }
.motors-package-page--family .motors-package-story { background: #f3edf4; }
.motors-package-page--family .motors-package-zone--inside { background: #fff; }

.package-equestrian-route { padding: 92px 0 106px; background: radial-gradient(circle at 70% 20%, rgba(158,77,168,.23), transparent 30%), #190b1d; color: #fff; }
.package-equestrian-route header { max-width: 760px; }
.package-equestrian-route header > p { max-width: 580px; margin: 19px 0 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.7; }
.package-equestrian-route__track { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 45px; border-top: 1px solid rgba(236,184,241,.35); }
.package-equestrian-route__track article { padding: 24px 22px 0; border-right: 1px solid rgba(236,184,241,.25); }
.package-equestrian-route__track article:first-child { padding-left: 0; }
.package-equestrian-route__track article:last-child { border-right: 0; }
.package-equestrian-route__track small { display: block; margin-bottom: 18px; color: #e6aceb; font-size: 10px; letter-spacing: .13em; }
.package-equestrian-route__track img { display: block; width: 100%; height: 230px; object-fit: cover; filter: saturate(.84) contrast(1.06); }
.package-equestrian-route__track strong { display: block; max-width: 280px; margin-top: 17px; color: #fff; font: 300 21px/1.24 var(--serif); }
.motors-package-page--equestrian .motors-package-story { background: #f8f5f8; }
.motors-package-page--equestrian .motors-package-zone--outside { background: #211025; }

.package-adventure-atlas { padding: 104px 0; background: #eee9eb; color: #241a29; }
.package-adventure-atlas__intro { display: grid; grid-template-columns: .9fr .7fr; gap: clamp(35px,8vw,140px); align-items: end; margin-bottom: 42px; }
.package-adventure-atlas__intro p { margin: 0; color: #645b67; font-size: 16px; line-height: 1.7; }
.package-adventure-atlas__grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: 235px 235px; gap: 16px; }
.package-adventure-atlas figure { margin: 0; overflow: hidden; background: #251127; }
.package-adventure-atlas figure img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.06); transition: transform .5s ease; }
.package-adventure-atlas figure:hover img { transform: scale(1.05); }
.package-adventure-atlas .is-wide { grid-row: span 2; }
.package-adventure-atlas article { padding: 27px; background: #fff; border: 1px solid #ddd3df; }
.package-adventure-atlas article small { color: #88448e; font-size: 10px; letter-spacing: .13em; }
.package-adventure-atlas article h3 { margin: 29px 0 10px; font: 300 25px/1.2 var(--serif); }
.package-adventure-atlas article p { margin: 0; color: #635b66; font-size: 14px; line-height: 1.63; }
.motors-package-page--adventure .motors-package-story { background: #fff; }
.motors-package-page--adventure .motors-package-config { background: #1a0b1e; color: #fff; }

.package-dog-life { padding: 96px 0 106px; background: #fbfaf8; color: #251b2a; }
.package-dog-life header { display: grid; grid-template-columns: .9fr .65fr; gap: clamp(35px,8vw,130px); align-items: end; margin-bottom: 42px; }
.package-dog-life header p { max-width: 460px; margin: 0; color: #625966; font-size: 16px; line-height: 1.7; }
.package-dog-life__gallery { display: grid; grid-template-columns: 1.3fr .7fr .7fr; grid-template-rows: 185px 185px; gap: 15px; }
.package-dog-life figure { position: relative; margin: 0; overflow: hidden; background: #29122d; }
.package-dog-life figure img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.85); transition: transform .45s ease; }
.package-dog-life figure:hover img { transform: scale(1.06); }
.package-dog-life figure:first-child { grid-row: span 2; }
.package-dog-life figure:first-child figcaption { position: absolute; left: 20px; bottom: 19px; max-width: 250px; color: #fff; font: italic 21px/1.2 var(--serif); text-shadow: 0 2px 11px rgba(0,0,0,.55); }
.package-dog-life article { padding: 24px; background: #2a1230; color: #fff; }
.package-dog-life article b { color: #e3a9e9; font: 300 23px var(--serif); }
.package-dog-life article h3 { margin: 22px 0 9px; font: 300 22px/1.18 var(--serif); }
.package-dog-life article p { margin: 0; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.58; }
.motors-package-page--dog-lovers .motors-package-story { background: #f2ecf3; }
.motors-package-page--dog-lovers .motors-package-zone--inside { background: #fff; }

/* A bright breathing space before the workshop-process section. */
.motors-home-refined .motors-refined-sell { position: relative; overflow: hidden; padding: 96px 0; background: #fbfaf8; color: #251b2a; }
.motors-refined-sell::before { content: "M"; position: absolute; right: 3%; top: -155px; color: rgba(119,58,126,.035); font: 400 520px/1 var(--serif); pointer-events: none; }
.motors-refined-sell__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.93fr) minmax(340px,.87fr); gap: clamp(42px,8vw,135px); align-items: center; }
.motors-refined-sell h2 { max-width: 630px; margin: 15px 0 18px; font: 300 32px/1.22 var(--serif); }
.motors-refined-sell h2 em { color: #8c4593; font-style: italic; }
.motors-refined-sell p { max-width: 580px; margin: 0; color: #625966; font-size: 16px; line-height: 1.72; }
.motors-refined-sell__note { margin-top: 17px !important; padding-left: 17px; border-left: 2px solid #b76bbf; color: #4d414f !important; font-size: 14px !important; }
.motors-refined-sell .mivare-actions { align-items: center; margin-top: 29px; }
.motors-refined-sell .motors-inline-link { color: #763c7c; }
.motors-refined-sell figure { position: relative; min-height: 360px; margin: 0; overflow: hidden; background: #251028; box-shadow: 20px 22px 0 #efe8ef; }
.motors-refined-sell figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(140deg, rgba(45,13,50,.1), rgba(36,10,40,.48)); }
.motors-refined-sell figure img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.03); transition: transform .5s ease, filter .5s ease; }
.motors-refined-sell figure:hover img { transform: scale(1.045); filter: saturate(.95) contrast(1.06); }
.motors-refined-sell figcaption { position: absolute; z-index: 1; right: 26px; bottom: 22px; max-width: 285px; color: #fff; font: italic 20px/1.25 var(--serif); text-align: right; text-shadow: 0 2px 10px rgba(0,0,0,.48); }

/* The process is intentionally dark: it is the workshop chapter,
not a form. */
.motors-home-refined .motors-refined-process { background: radial-gradient(circle at 84% 9%, rgba(149,68,159,.22), transparent 29%), #17091a; color: #fff; }
.motors-home-refined .motors-refined-process h2 { color: #fff; }
.motors-home-refined .motors-refined-process h2 em { color: #e6b3ea; }
.motors-home-refined .motors-refined-process .mivare-kicker { color: #f0c7f1; }
.motors-home-refined .motors-refined-tabs nav { border-top-color: rgba(255,255,255,.18); }
.motors-home-refined .motors-refined-tabs button { color: rgba(255,255,255,.72); border-bottom-color: rgba(255,255,255,.14); }
.motors-home-refined .motors-refined-tabs button b { color: #e1a5e5; }
.motors-home-refined .motors-refined-tabs button:hover,
.motors-home-refined .motors-refined-tabs button.is-active { color: #fff; background: linear-gradient(90deg, rgba(186,111,194,.21), transparent); }
.motors-home-refined .motors-refined-tabs__stage { background: rgba(255,255,255,.04); border-color: rgba(235,190,240,.28); box-shadow: 0 18px 38px rgba(0,0,0,.24); }
.motors-home-refined .motors-refined-tabs__stage small { color: #e7b3eb; }
.motors-home-refined .motors-refined-tabs__stage h3 { color: #fff; }
.motors-home-refined .motors-refined-tabs__stage p { color: rgba(255,255,255,.84); }
.motors-home-refined .motors-refined-tabs__stage .motors-inline-link--light { color: #edc9ef; }

@media (max-width: 1050px) { .motors-refined-why__body { grid-template-columns: 1fr; } .motors-refined-why figure { min-height: 280px; } .motors-footer__worlds { grid-template-columns: repeat(4, minmax(0,1fr)); } .motors-footer__core { grid-column: 1 / -1; grid-row: 1; } body.motors-site .labs-header .labs-main-nav > a,
body.motors-site .labs-header .labs-main-nav .nav-brands > .nav-brands__button { padding-inline: 11px; font-size: 14px; } }
@media (max-width: 720px) { .motors-home-refined .motors-refined-why,
.motors-home-refined .motors-refined-sell { padding: 68px 0; } .motors-refined-why__lead,
.motors-refined-why__body,
.motors-refined-sell__grid { grid-template-columns: 1fr; } .motors-refined-why__lead { gap: 20px; } .motors-refined-why__points { grid-template-columns: 1fr; } .motors-refined-why__points article { min-height: auto; } .motors-refined-sell figure { min-height: 280px; box-shadow: 12px 14px 0 #efe8ef; } .motors-refined-sell figcaption { right: 17px; bottom: 16px; font-size: 18px; } .motors-home-refined .motors-refined-cta__content { margin-left: 0; } .motors-footer > .shell { padding-top: 30px; } .motors-footer__coordinates { grid-template-columns: 1fr auto; } .motors-footer__coordinates > b,
.motors-footer__coordinates span:last-child { display: none; } .motors-footer__worlds { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 30px 24px; padding-bottom: 52px; } .motors-footer__core { grid-column: 1 / -1; } .motors-footer__bottom .shell { min-height: 130px; padding: 22px 0; flex-direction: column; justify-content: center; text-align: center; } .motors-footer__legal { flex-wrap: wrap; justify-content: center; } }

@media (max-width: 900px) {
  .package-family-day__grid,
.package-adventure-atlas__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 210px 210px; }
  .package-family-day__main,
.package-adventure-atlas .is-wide { grid-column: span 2; grid-row: auto; }
  .package-family-day__grid > div,
.package-adventure-atlas article { min-height: 210px; }
  .package-equestrian-route__track { grid-template-columns: 1fr; gap: 24px; border-top: 0; }
  .package-equestrian-route__track article,
.package-equestrian-route__track article:first-child { padding: 0; border-right: 0; }
  .package-equestrian-route__track img { height: 260px; }
  .package-dog-life header { grid-template-columns: 1fr; gap: 20px; }
  .package-dog-life__gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 180px 180px; }
  .package-dog-life figure:first-child { grid-column: span 2; grid-row: auto; }
}
@media (max-width: 600px) {
  .package-family-day,
.package-equestrian-route,
.package-adventure-atlas,
.package-dog-life { padding: 68px 0; }
  .package-family-day h2,
.package-equestrian-route h2,
.package-adventure-atlas h2,
.package-dog-life h2 { font-size: 29px; }
  .package-family-day__grid,
.package-adventure-atlas__grid,
.package-dog-life__gallery { grid-template-columns: 1fr; grid-template-rows: none; }
  .package-family-day__main,
.package-adventure-atlas .is-wide,
.package-dog-life figure:first-child { grid-column: auto; }
  .package-family-day figure,
.package-adventure-atlas figure,
.package-dog-life figure { min-height: 220px; }
  .package-family-day__grid > div,
.package-adventure-atlas article,
.package-dog-life article { min-height: auto; }
  .package-equestrian-route__track img { height: 220px; }
}

/* Service-page scale: the selector must read as one compact chapter,
not a
   full-screen slideshow.  The labels are deliberately large enough to use. */
.motors-service-restoration .motors-service-selector {
  grid-template-columns: 292px minmax(0, 1fr);
  min-height: 460px;
}

.motors-service-restoration .motors-service-selector__stage {
  min-height: 460px;
}

.motors-service-restoration .motors-service-selector__nav button {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 17px 24px;
}

.motors-service-restoration .motors-service-selector__nav strong {
  font-size: 21px;
}

.motors-service-restoration .motors-service-selector__nav small {
  margin-top: 6px;
  color: #6b5c6e;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.42;
}

.motors-service-restoration .motors-service-selector__nav button.is-active small,
.motors-service-restoration .motors-service-selector__nav button:hover small {
  color: rgba(255,255,255,.88);
}

.motors-service-restoration .motors-service-selector__panel {
  right: 22px;
  bottom: 20px;
  left: 22px;
  max-width: 610px;
  padding: 21px 25px 22px;
}

.motors-service-restoration .motors-service-selector__panel p {
  font-size: 14px;
  line-height: 1.68;
}

/* This is a practical answer,
so it needs stronger ink than a pale
   information panel. */
.motors-service-restoration .motors-restoration-truth {
  position: relative;
  overflow: hidden;
  padding: 82px 0 88px;
  background:
    linear-gradient(90deg, rgba(251,248,252,.98) 0%, rgba(251,248,252,.94) 58%, rgba(247,239,249,.88) 100%),
    url('../img/backgrounds/section-2.webp') right center / cover no-repeat;
}

.motors-service-restoration .motors-restoration-truth__grid {
  gap: clamp(48px, 7vw, 96px);
}

.motors-service-restoration .motors-restoration-truth__title h2 {
  max-width: 500px;
  color: #27142c;
}

.motors-service-restoration .motors-restoration-truth__content {
  border-top-color: rgba(91,47,99,.22);
  background: rgba(255,255,255,.50);
}

.motors-service-restoration .motors-restoration-truth__content article {
  grid-template-columns: minmax(220px, .66fr) minmax(0, 1.34fr);
  gap: 28px;
  padding: 25px 0;
  border-bottom-color: rgba(91,47,99,.18);
}

.motors-service-restoration .motors-restoration-truth__content small {
  color: #713b79;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .075em;
  line-height: 1.4;
}

.motors-service-restoration .motors-restoration-truth__content p {
  color: #463849;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.62;
}

/* A CTA should feel like a destination.  The background stays quiet behind
   a very dark overlay so its copy remains readable on every screen. */
.motors-service-restoration .motors-service-cta-v5 {
  position: relative;
  overflow: hidden;
  padding: 76px 0 80px;
  background:
    linear-gradient(90deg, rgba(26,7,30,.97) 0%, rgba(37,10,42,.91) 52%, rgba(25,6,29,.67) 100%),
    url('../img/backgrounds/cta-left.webp') center / cover no-repeat;
}

.motors-service-restoration .motors-service-cta-v5::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(11,3,13,.22), transparent 58%);
  pointer-events: none;
}

.motors-service-restoration .motors-service-cta-v5__grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .74fr);
}

.motors-service-restoration .motors-service-cta-v5 p {
  color: rgba(255,255,255,.92);
  font-size: 15px;
  line-height: 1.68;
}

/* Package configuration is deliberately more tangible: a real image and a
   structured plan now fill the space that previously looked unfinished. */
.motors-package-page--family .motors-package-config { --package-config-image: url('../img/packages/family-6.webp'); }
.motors-package-page--equestrian .motors-package-config { --package-config-image: url('../img/packages/equestrian-6.webp'); }
.motors-package-page--adventure .motors-package-config { --package-config-image: url('../img/packages/adventure-6.webp'); }
.motors-package-page--dog-lovers .motors-package-config { --package-config-image: url('../img/packages/dog-lovers-8.webp'); }

.motors-package-config {
  position: relative;
  overflow: hidden;
  padding: 86px 0 92px;
}

.motors-package-config__lead {
  padding-bottom: 228px;
}

.motors-package-config__lead::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 190px;
  background: linear-gradient(0deg, rgba(26,8,30,.44), rgba(26,8,30,.03) 72%), var(--package-config-image) center / cover no-repeat;
  box-shadow: 14px 16px 0 rgba(113,59,121,.10);
}

.motors-package-config__lead::before {
  content: "AUTO DOPASOWANE DO CIEBIE";
  position: absolute;
  z-index: 1;
  bottom: 17px;
  left: 17px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .13em;
}

.motors-package-config__steps {
  overflow: hidden;
  border: 1px solid rgba(112,55,120,.18);
  background: rgba(255,255,255,.72);
  box-shadow: 0 20px 44px rgba(72,26,77,.06);
}

.motors-package-config__steps article {
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 20px;
  padding: 22px 24px;
  transition: background .25s ease, transform .25s ease;
}

.motors-package-config__steps article:hover {
  background: linear-gradient(90deg, rgba(169,90,179,.13), transparent 72%);
}

.motors-package-config__steps small { font-size: 23px; }
.motors-package-config__steps strong { font-size: 22px; }
.motors-package-config__steps p { color: #5c5160; font-size: 13px; line-height: 1.62; }

.motors-package-page--adventure .motors-package-config__lead h2,
.motors-package-page--adventure .motors-package-config__steps strong { color: #fff; }
.motors-package-page--adventure .motors-package-config__lead > p,
.motors-package-page--adventure .motors-package-config__steps p { color: rgba(255,255,255,.78); }
.motors-package-page--adventure .motors-package-config__steps { border-color: rgba(235,184,241,.26); background: rgba(255,255,255,.045); box-shadow: none; }
.motors-package-page--adventure .motors-package-config__steps article { border-bottom-color: rgba(235,184,241,.18); }
.motors-package-page--adventure .motors-package-config__steps article:hover { background: linear-gradient(90deg, rgba(190,104,200,.19), transparent 72%); }

@media (max-width: 1000px) {
  .motors-service-restoration .motors-service-selector { grid-template-columns: 250px minmax(0, 1fr); }
  .motors-package-config__lead { padding-bottom: 220px; }
}

@media (max-width: 700px) {
  .motors-service-restoration .motors-service-selector { grid-template-columns: 1fr; min-height: auto; }
  .motors-service-restoration .motors-service-selector__nav { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .motors-service-restoration .motors-service-selector__nav button { min-height: 104px; padding: 14px; }
  .motors-service-restoration .motors-service-selector__stage { min-height: 350px; }
  .motors-service-restoration .motors-service-selector__panel { padding: 17px 18px; }
  .motors-service-restoration .motors-restoration-truth { padding: 64px 0 68px; }
  .motors-service-restoration .motors-restoration-truth__content article { grid-template-columns: 1fr; gap: 8px; }
  .motors-service-restoration .motors-service-cta-v5 { padding: 60px 0 64px; }
  .motors-package-config__lead { padding-bottom: 196px; }
  .motors-package-config__lead::after { height: 168px; }
}

/* Every subpage hero uses the landing-page rule: one strong image,
protected
   copy on the left,
and no washed-out translucent card. */
.motors-site .labs-subhero,
.motors-site .labs-subhero .mivare-hero__layout,
.motors-service-v5 .labs-subhero,
.motors-service-v5 .labs-subhero .mivare-hero__layout {
  min-height: 560px !important;
  height: 560px;
}

.motors-site .labs-subhero .mivare-hero__media::after {
  display: block !important;
  z-index: 1;
  content: "" !important;
  background: linear-gradient(90deg, rgba(20,8,23,.95) 0%, rgba(25,10,29,.82) 39%, rgba(25,10,29,.35) 61%, rgba(25,10,29,.04) 100%);
}

@media (min-width: 761px) {
  .motors-site .labs-subhero .mivare-hero__content,
.motors-service-v5 .labs-subhero .mivare-hero__content {
    z-index: 2;
    width: min(610px, 43vw) !important;
    margin-left: max(6vw, 72px) !important;
    padding: 0 !important;
    color: #fff;
  }

  .motors-site .labs-subhero .mivare-hero__content::before {
    display: none !important;
    content: none !important;
  }
}

.motors-site .labs-subhero .mivare-hero h1 { color: #fff; }
.motors-site .labs-subhero .mivare-hero h1 em { color: #dba4e0; }
.motors-site .labs-subhero .mivare-hero__content > p { color: rgba(255,255,255,.88); font-size: 16px; line-height: 1.68; }
.motors-site .labs-subhero .mivare-kicker { color: #efc4f1; }

/* The process promise is a selling section,
so its four reasons are now
   visual tiles instead of a long low-contrast list. */
.motors-process-promise { padding: 78px 0 82px; }
.motors-process-promise .motors-purple-band__grid { display: block; }
.motors-process-promise .motors-purple-band__lead { max-width: 760px; }
.motors-process-promise .motors-purple-band__lead > p { max-width: 680px; font-size: 15px; line-height: 1.7; }
.motors-process-promise__cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 42px; border: 0; }
.motors-process-promise__cards article { position: relative; display: grid; grid-template-columns: 1fr; gap: 0; min-height: 300px; padding: 0 22px 23px; overflow: hidden; border: 1px solid rgba(235,185,240,.30); background: rgba(12,3,15,.35); }
.motors-process-promise__cards figure { position: relative; height: 128px; margin: 0 -22px 19px; overflow: hidden; }
.motors-process-promise__cards figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(26,7,30,.7)); }
.motors-process-promise__cards img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.05); transition: transform .4s ease; }
.motors-process-promise__cards article:hover img { transform: scale(1.06); }
.motors-process-promise__cards small { position: absolute; top: 103px; left: 18px; color: #f0c2f3; font-size: 20px; }
.motors-process-promise__cards strong { color: #fff; font-size: 22px; }
.motors-process-promise__cards p { margin-top: 10px; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.55; }

/* Agreement moments should not look like a spreadsheet. */
.motors-process-decisions { padding: 82px 0 90px; }
.motors-process-decisions__grid { grid-template-columns: 1fr; gap: 38px; }
.motors-process-decisions__lead { max-width: 760px; }
.motors-process-decisions__lead p { max-width: 650px; color: #544857; font-size: 15px; line-height: 1.7; }
.motors-process-decisions__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; border: 0; }
.motors-process-decisions__list article { grid-template-columns: 48px minmax(0, 1fr); gap: 15px; min-height: 160px; padding: 24px 22px; border: 1px solid #ded3df; background: #fff; box-shadow: 0 12px 28px rgba(72,26,77,.05); }
.motors-process-decisions__list article:hover { border-color: #ad67b5; box-shadow: 0 18px 34px rgba(72,26,77,.10); }
.motors-process-decisions__list small { font-size: 22px; }
.motors-process-decisions__list strong { color: #2c2030; font-size: 22px; }
.motors-process-decisions__list p { color: #5c5260; font-size: 14px; line-height: 1.56; }
.motors-process-decisions__list b { grid-column: 2; margin-top: auto; color: #82448a; font-size: 10px; text-align: left; }

/* A white,
useful landing strip deliberately separates the strong CTA from
   the art footer. */
.motors-process-next { padding: 92px 0 98px; background: #fbfaf8; }
.motors-process-next__grid { display: grid; grid-template-columns: minmax(290px,.72fr) minmax(0,1.28fr); gap: clamp(42px,8vw,130px); align-items: center; }
.motors-process-next figure { position: relative; min-height: 330px; margin: 0; overflow: hidden; background: #2b1230; box-shadow: 18px 18px 0 #eee5ef; }
.motors-process-next figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(140deg, rgba(37,10,42,.07), rgba(37,10,42,.48)); }
.motors-process-next figure img { width: 100%; height: 100%; object-fit: cover; }
.motors-process-next h2 { max-width: 590px; margin: 14px 0 28px; color: #2a1c2e; font: 300 32px/1.22 var(--serif); }
.motors-process-next h2 em { color: #914798; font-style: italic; }
.motors-process-next__cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.motors-process-next__cards article { min-height: 180px; padding: 20px; border: 1px solid #ddd3df; background: #fff; }
.motors-process-next__cards b { color: #944c9d; font: 300 22px var(--serif); }
.motors-process-next__cards strong { display: block; margin-top: 26px; color: #2d2031; font: 300 20px/1.15 var(--serif); }
.motors-process-next__cards p { margin: 9px 0 0; color: #625866; font-size: 13px; line-height: 1.55; }

@media (max-width: 900px) {
  .motors-process-promise__cards { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .motors-process-next__grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .motors-site .labs-subhero,
.motors-site .labs-subhero .mivare-hero__layout { min-height: 560px !important; height: auto; }
  .motors-site .labs-subhero .mivare-hero__media::after { background: linear-gradient(0deg, rgba(20,8,23,.95), rgba(20,8,23,.32)); }
  .motors-process-promise__cards,
.motors-process-decisions__list,
.motors-process-next__cards { grid-template-columns: 1fr; }
  .motors-process-promise__cards article { min-height: 254px; }
  .motors-process-decisions__list article { min-height: auto; }
  .motors-process-next { padding: 68px 0; }
  .motors-process-next figure { min-height: 245px; }
}

/* Contact: direct details first,
in one visual scene.  The form itself stays
   deliberately light,
calm and easy to complete. */
.motors-contact-page .contact-options--simple {
  position: relative;
  overflow: hidden;
  padding: 88px 0 94px;
  background:
    linear-gradient(90deg, rgba(17,5,21,.94) 0%, rgba(28,9,33,.82) 50%, rgba(22,7,27,.63) 100%),
    url('../img/backgrounds/section-4.webp') center / cover no-repeat;
}

.motors-contact-page .contact-options--simple::before { display: none; content: none; }
.motors-contact-page .contact-options__head { display: block; max-width: 650px; }
.motors-contact-page .contact-options__head .mivare-kicker { color: #edc0f0; }
.motors-contact-page .contact-options__head h2 { margin-top: 14px; color: #fff; }
.motors-contact-page .contact-options__head h2 em { color: #e5ace9; }
.motors-contact-page .contact-options__head p { margin-top: 18px; color: rgba(255,255,255,.86); font-size: 16px; line-height: 1.7; }
.motors-contact-page .contact-options__grid { margin-top: 38px; }
.motors-contact-page .contact-options__grid > a,
.motors-contact-page .contact-options__grid > div {
  min-height: 176px;
  border-color: rgba(235,191,240,.34);
  background: rgba(21,7,25,.51);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter: blur(9px);
}
.motors-contact-page .contact-options__grid > a:hover { border-color: #e1a3e7; box-shadow: 0 18px 38px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.12); }
.motors-contact-page .contact-options__grid small { color: #e9b7ed; }
.motors-contact-page .contact-options__grid strong { color: #fff; font-size: 23px; }
.motors-contact-page .contact-options__grid span { color: rgba(255,255,255,.80); }

.motors-contact-page .contact-console--wide {
  position: relative;
  padding: 82px 0 96px;
  background: #f8f6f8 !important;
}
.motors-contact-page .contact-console--wide::before { display: none; content: none; }
.motors-contact-page .contact-form {
  padding: 36px;
  border-color: #d9cedb;
  background: #fff;
  box-shadow: 0 22px 54px rgba(62,28,68,.10);
  backdrop-filter: none;
}
.motors-contact-page .contact-form__statusbar { border-bottom-color: #ded4e0; color: #77407e; }
.motors-contact-page .contact-form__head > div > span { color: #88448e; }
.motors-contact-page .contact-form__head h3 { color: #2b1d30; }
.motors-contact-page .contact-form__head p { color: #625866; }
.motors-contact-page .contact-field,
.motors-contact-page .contact-topic { border-color: #ded4e0; }
.motors-contact-page .contact-field > span,
.motors-contact-page .contact-topic legend { color: #4e4051; }
.motors-contact-page .contact-field > span b,
.motors-contact-page .contact-topic legend b { color: #88448e; }
.motors-contact-page .contact-field input,
.motors-contact-page .contact-field textarea { color: #2d2031; border-bottom-color: #d7cbd9; }
.motors-contact-page .contact-field input::placeholder,
.motors-contact-page .contact-field textarea::placeholder { color: #9a8f9d; }
.motors-contact-page .contact-topic label > span { border-color: #ded4e0; background: #fcfbfc; }
.motors-contact-page .contact-topic label input:checked + span { border-color: #a556ae; background: linear-gradient(145deg, #f6edf7, #fff); box-shadow: inset 0 0 0 1px rgba(143,71,152,.12); }
.motors-contact-page .contact-topic label > span strong { color: #2d2031; }
.motors-contact-page .contact-topic label > span em { color: #665b69; }
.motors-contact-page .contact-consent-wrap,
.motors-contact-page .contact-form__footer { border-top-color: #ded4e0; }
.motors-contact-page .contact-consent em,
.motors-contact-page .contact-form__meta small { color: #625866; }
.motors-contact-page .contact-consent a,
.motors-contact-page .contact-form__meta span { color: #7e4086; }

@media (max-width: 700px) {
  .motors-contact-page .contact-options--simple { padding: 68px 0 72px; }
  .motors-contact-page .contact-console--wide { padding: 62px 0 70px; }
  .motors-contact-page .contact-form { padding: 22px; }
}

/* About is a brand story,
not a collage of finished customer projects. */
.motors-about-origin { padding: 96px 0 104px; background: #fbfaf8; color: #281c2d; }
.motors-about-origin__grid { display: grid; grid-template-columns: minmax(290px,.9fr) minmax(340px,1.1fr); gap: clamp(48px,8vw,130px); align-items: center; }
.motors-about-origin h2,
.motors-about-standard h2,
.motors-about-reassurance h2 { max-width: 600px; margin: 15px 0 20px; font: 300 32px/1.22 var(--serif); }
.motors-about-origin h2 em,
.motors-about-standard h2 em,
.motors-about-reassurance h2 em { color: #914798; font-style: italic; }
.motors-about-origin__copy > p { max-width: 580px; margin: 14px 0 0; color: #5b5160; font-size: 15px; line-height: 1.72; }
.motors-about-origin__visual { display: grid; grid-template-columns: minmax(0,1fr) 172px; gap: 15px; align-items: end; }
.motors-about-origin__visual figure { position: relative; min-height: 390px; margin: 0; overflow: hidden; background: #250c2a; }
.motors-about-origin__visual figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(27,7,31,.65), transparent 56%); }
.motors-about-origin__visual img { width: 100%; height: 100%; object-fit: cover; }
.motors-about-origin__visual figcaption { position: absolute; z-index: 1; right: 22px; bottom: 20px; left: 22px; color: #fff; font: italic 21px/1.22 var(--serif); }
.motors-about-origin__visual > div { padding: 23px 20px; background: #321537; color: #fff; }
.motors-about-origin__visual b { display: block; color: #e5ace9; font: 300 58px/.88 var(--serif); }
.motors-about-origin__visual span { display: block; margin-top: 9px; font-size: 11px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.motors-about-origin__visual p { margin: 25px 0 0; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.58; }

.motors-about-mission { padding: 92px 0 100px; background: radial-gradient(circle at 84% 7%, rgba(151,70,161,.18), transparent 26%), #190b1d; color: #fff; }
.motors-about-mission__lead { display: grid; grid-template-columns: minmax(280px,.82fr) minmax(0,1.18fr); gap: clamp(40px,8vw,130px); align-items: end; }
.motors-about-mission h2 { max-width: 610px; margin: 15px 0 0; color: #fff; font: 300 32px/1.22 var(--serif); }
.motors-about-mission h2 em { color: #e3abe8; font-style: italic; }
.motors-about-mission__lead > p { max-width: 600px; margin: 0; color: rgba(255,255,255,.83); font-size: 16px; line-height: 1.7; }
.motors-about-mission__cards { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin-top: 43px; }
.motors-about-mission__cards article { overflow: hidden; border: 1px solid rgba(235,185,240,.28); background: rgba(255,255,255,.035); }
.motors-about-mission__cards figure { height: 145px; margin: 0; overflow: hidden; }
.motors-about-mission__cards figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.05); transition: transform .4s ease; }
.motors-about-mission__cards article:hover figure img { transform: scale(1.06); }
.motors-about-mission__cards article > div { padding: 19px 19px 23px; }
.motors-about-mission__cards b { color: #e7afea; font: 300 20px var(--serif); }
.motors-about-mission__cards h3 { margin: 22px 0 9px; color: #fff; font: 300 21px/1.18 var(--serif); }
.motors-about-mission__cards p { margin: 0; color: rgba(255,255,255,.77); font-size: 13px; line-height: 1.57; }

.motors-about-standard { padding: 92px 0 98px; background: #f6f0f7; color: #281c2d; }
.motors-about-standard__grid { display: grid; grid-template-columns: minmax(300px,.78fr) minmax(0,1.22fr); gap: clamp(44px,8vw,128px); align-items: start; }
.motors-about-standard__lead > p { max-width: 560px; color: #5c5160; font-size: 15px; line-height: 1.72; }
.motors-about-standard__points { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.motors-about-standard__points article { display: grid; grid-template-columns: 40px 1fr; gap: 16px; min-height: 150px; padding: 22px; border: 1px solid #ded3df; background: #fff; }
.motors-about-standard__points small { color: #944c9d; font: 300 22px var(--serif); }
.motors-about-standard__points strong { color: #2d2031; font: 300 22px/1.18 var(--serif); }
.motors-about-standard__points p { margin: 9px 0 0; color: #625866; font-size: 13px; line-height: 1.56; }

.motors-about-reassurance { padding: 92px 0 100px; background: #fff; }
.motors-about-reassurance__grid { display: grid; grid-template-columns: minmax(300px,.92fr) minmax(0,1.08fr); gap: clamp(44px,8vw,130px); align-items: center; }
.motors-about-reassurance figure { min-height: 360px; margin: 0; overflow: hidden; background: #270d2b; box-shadow: 18px 20px 0 #eee5ef; }
.motors-about-reassurance figure img { width: 100%; height: 100%; object-fit: cover; }
.motors-about-reassurance p { max-width: 570px; margin: 0; color: #5d5260; font-size: 15px; line-height: 1.72; }
.motors-about-reassurance .mivare-button { margin-top: 27px; }

@media (max-width: 900px) {
  .motors-about-origin__grid,
.motors-about-mission__lead,
.motors-about-standard__grid,
.motors-about-reassurance__grid { grid-template-columns: 1fr; }
  .motors-about-mission__cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 600px) {
  .motors-about-origin,
.motors-about-mission,
.motors-about-standard,
.motors-about-reassurance { padding: 68px 0; }
  .motors-about-origin h2,
.motors-about-mission h2,
.motors-about-standard h2,
.motors-about-reassurance h2 { font-size: 29px; }
  .motors-about-origin__visual,
.motors-about-mission__cards,
.motors-about-standard__points { grid-template-columns: 1fr; }
  .motors-about-origin__visual figure { min-height: 260px; }
  .motors-about-mission__cards figure { height: 185px; }
  .motors-about-reassurance figure { min-height: 260px; }
}

/* Final hero/contact lock: these rules sit after legacy variants on purpose. */
.motors-site .labs-subhero,
.motors-site .labs-subhero .mivare-hero__layout,
.motors-service-v5 .labs-subhero,
.motors-service-v5 .labs-subhero .mivare-hero__layout {
  min-height: 700px !important;
  height: 700px;
}
.motors-site .labs-subhero h1 { color: #fff !important; }
.motors-site .labs-subhero h1 em { color: #dca5e1 !important; }
.motors-site .labs-subhero .mivare-hero__content > p { color: rgba(255,255,255,.91) !important; }
.motors-site .labs-subhero .mivare-hero__actions {
  display: flex !important;
  flex-flow: row wrap !important;
  align-items: center;
  gap: 12px;
}
.motors-site .labs-subhero .mivare-hero__actions .mivare-button { width: auto; min-width: 220px; }

/* The contact form must win over older dark-contact styles. */
.motors-contact-page .contact-console--wide { background: #f8f6f8 !important; }
.motors-contact-page .contact-console--wide::before { display: none !important; content: none !important; }
.motors-contact-page .contact-form { background: #fff !important; border-color: #d9cedb !important; box-shadow: 0 22px 54px rgba(62,28,68,.10) !important; backdrop-filter: none !important; }
.motors-contact-page .contact-form__statusbar { color: #77407e !important; border-bottom-color: #ded4e0 !important; }
.motors-contact-page .contact-form__head > div > span { color: #88448e !important; }
.motors-contact-page .contact-form__head h3 { color: #2b1d30 !important; }
.motors-contact-page .contact-form__head p { color: #625866 !important; }
.motors-contact-page .contact-field,
.motors-contact-page .contact-topic { border-color: #ded4e0 !important; }
.motors-contact-page .contact-field > span,
.motors-contact-page .contact-topic legend { color: #4e4051 !important; }
.motors-contact-page .contact-field > span b,
.motors-contact-page .contact-topic legend b { color: #88448e !important; }
.motors-contact-page .contact-field input,
.motors-contact-page .contact-field textarea { color: #2d2031 !important; border-bottom-color: #d7cbd9 !important; }
.motors-contact-page .contact-field input::placeholder,
.motors-contact-page .contact-field textarea::placeholder { color: #9a8f9d !important; }
.motors-contact-page .contact-topic label > span { border-color: #ded4e0 !important; background: #fcfbfc !important; }
.motors-contact-page .contact-topic label input:checked + span { border-color: #a556ae !important; background: linear-gradient(145deg,#f6edf7,#fff) !important; }
.motors-contact-page .contact-topic label > span strong { color: #2d2031 !important; }
.motors-contact-page .contact-topic label > span em { color: #665b69 !important; }
.motors-contact-page .contact-consent-wrap,
.motors-contact-page .contact-form__footer { border-top-color: #ded4e0 !important; }
.motors-contact-page .contact-consent em,
.motors-contact-page .contact-form__meta small { color: #625866 !important; }
.motors-contact-page .contact-consent a,
.motors-contact-page .contact-form__meta span { color: #7e4086 !important; }

@media (max-width: 700px) {
  .motors-site .labs-subhero,
.motors-site .labs-subhero .mivare-hero__layout { min-height: 600px !important; height: auto; }
  .motors-site .labs-subhero .mivare-hero__actions .mivare-button { width: 100%; }
}

/* Contact is a destination in its own right,
not a generic utility form. */
.motors-contact-page .contact-options--simple { position: relative; padding: 92px 0 48px; background: #fbfaf8; }
.motors-contact-page .contact-options--simple::before { content: "ROZMOWA"; position: absolute; right: 4%; top: 18px; color: rgba(121,58,128,.035); font: 400 152px/1 var(--serif); pointer-events: none; }
.motors-contact-page .contact-options__head { position: relative; z-index: 1; }
.motors-contact-page .contact-options__head h2 { max-width: 580px; font: 300 32px/1.2 var(--serif); }
.motors-contact-page .contact-options__head h2 em { color: #914798; font-style: italic; }
.motors-contact-page .contact-options__head p { color: #625966; font-size: 16px; line-height: 1.7; }
.motors-contact-page .contact-options__grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.motors-contact-page .contact-options__grid > a,
.motors-contact-page .contact-options__grid > div { min-height: 186px; display: flex; flex-direction: column; align-items: flex-start; padding: 26px; border: 1px solid #ded4e0; background: #fff; color: #281d2d; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.motors-contact-page .contact-options__grid > a:hover { transform: translateY(-6px); border-color: #a556ae; box-shadow: 0 18px 38px rgba(72,26,77,.12); }
.motors-contact-page .contact-options__grid small { color: #88448e; font-size: 10px; letter-spacing: .13em; }
.motors-contact-page .contact-options__grid strong { margin-top: 28px; font: 300 22px/1.2 var(--serif); }
.motors-contact-page .contact-options__grid span { margin-top: auto; color: #75407a; font-size: 13px; }
.motors-contact-page .contact-console--wide { position: relative; overflow: hidden; padding: 84px 0 106px; background: radial-gradient(circle at 82% 10%, rgba(159,77,168,.22), transparent 30%), linear-gradient(120deg, rgba(21,7,24,.98), rgba(45,17,50,.88)), url('../img/backgrounds/section-4.webp') center/cover no-repeat !important; }
.motors-contact-page .contact-console--wide::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,4,12,.06), rgba(10,4,12,.45)); pointer-events: none; }
.motors-contact-page .contact-console--wide .shell { position: relative; z-index: 1; }
.motors-contact-page .contact-form { padding: 34px; border: 1px solid rgba(235,191,240,.36); background: rgba(22,8,25,.72); box-shadow: 0 30px 70px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.motors-contact-page .contact-form__statusbar { border-bottom-color: rgba(235,191,240,.28); color: #eec4f1; }
.motors-contact-page .contact-form__head { display: grid; grid-template-columns: 1fr minmax(260px,.7fr); gap: 36px; margin: 27px 0 31px; }
.motors-contact-page .contact-form__head > div > span { color: #ebb6ef; font-size: 10px; letter-spacing: .14em; }
.motors-contact-page .contact-form__head h3 { max-width: 520px; margin: 10px 0 0; color: #fff; font: 300 30px/1.2 var(--serif); }
.motors-contact-page .contact-form__head p { margin: 0; align-self: end; color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.65; }
.motors-contact-page .contact-field,
.motors-contact-page .contact-topic { border-color: rgba(235,191,240,.26); }
.motors-contact-page .contact-field > span,
.motors-contact-page .contact-topic legend { color: #f1d0f3; }
.motors-contact-page .contact-field > span b,
.motors-contact-page .contact-topic legend b { color: #e2a5e7; }
.motors-contact-page .contact-field input,
.motors-contact-page .contact-field textarea { color: #fff; border-bottom-color: rgba(235,191,240,.34); }
.motors-contact-page .contact-field input::placeholder,
.motors-contact-page .contact-field textarea::placeholder { color: rgba(255,255,255,.46); }
.motors-contact-page .contact-topic__grid { grid-template-columns: repeat(4,1fr); }
.motors-contact-page .contact-topic label > span { min-height: 148px; border-color: rgba(235,191,240,.24); background: rgba(255,255,255,.03); }
.motors-contact-page .contact-topic label input:checked + span { border-color: #d88cdf; background: linear-gradient(145deg, rgba(165,79,175,.38), rgba(255,255,255,.06)); box-shadow: inset 0 0 0 1px rgba(230,173,235,.15); }
.motors-contact-page .contact-topic label > span strong { color: #fff; }
.motors-contact-page .contact-topic label > span em { color: rgba(255,255,255,.7); }
.motors-contact-page .contact-consent-wrap { border-top-color: rgba(235,191,240,.24); }
.motors-contact-page .contact-consent em,
.motors-contact-page .contact-form__meta small { color: rgba(255,255,255,.72); }
.motors-contact-page .contact-consent a { color: #efc7f2; }
.motors-contact-page .contact-form__footer { border-top-color: rgba(235,191,240,.24); }
.motors-contact-page .contact-form__meta span { color: #efc7f2; }
.motors-contact-page .labs-quote { padding: 82px 0; background: #fbfaf8; }
.motors-contact-page .labs-quote blockquote { max-width: 850px; color: #2b1a30; font: 300 30px/1.3 var(--serif); }
.motors-contact-page .labs-quote blockquote em { color: #8c4593; }
@media (max-width: 900px) { .motors-contact-page .contact-options__grid,
.motors-contact-page .contact-topic__grid { grid-template-columns: repeat(2,1fr); } .motors-contact-page .contact-form__head { grid-template-columns: 1fr; gap: 15px; } }
@media (max-width: 600px) { .motors-contact-page .contact-options--simple { padding: 68px 0 30px; } .motors-contact-page .contact-options__grid,
.motors-contact-page .contact-topic__grid { grid-template-columns: 1fr; } .motors-contact-page .contact-console--wide { padding: 55px 0 68px; } .motors-contact-page .contact-form { padding: 22px; } .motors-contact-page .contact-form__head h3,
.motors-contact-page .labs-quote blockquote { font-size: 27px; } }
