/*
  S Motor overrides — loaded AFTER motoplex.webflow.css.
  Replaces MUNDP's CDN-hosted photo backgrounds with neutral gradients.
  To use real photos: drop files in images/ and swap the background shorthand
  on the matching selector below, e.g.
    .section-hero { background: url("../images/hero.jpg") center / cover no-repeat; }
*/

/* ============================================================
   0. Accent color — formula red (#e10600, darker #b30500 for
   hover). The Webflow stylesheet routes its accent through the
   --blue token; we keep the token name and swap its value so
   buttons, arrows, and menu links all follow.
   ============================================================ */

:root {
  --blue: #e10600;
}

/* Hero (homepage + subpage variants) — real photo at ~40% opacity over
   the black background (flat 60% black overlay on a fully-opaque photo
   is equivalent to the photo itself sitting at 40% opacity on black). */
.section-hero,
.section-hero.background-color-black,
.section-hero.background-color-black.about-page,
.section-hero.background-color-black.istanbul-page,
.section-hero.background-color-black.exec-page,
.section-hero.background-color-black.schedule-page,
.section-hero.background-color-black.koc-page,
.section-hero.background-color-black.theme-page {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../images/hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Split-image panels */
.header_image-wrapper,
.header_image-wrapper.is-about,
.callout-bg,
.callout-bg.is-about {
  background-image: linear-gradient(135deg, #2b2b2b, #4a4a4a 55%, #1c1c1c);
}

/* Brand slider cards — real model photos (smotor.com.tr) behind a dark
   overlay; the gradient second layer stays as fallback while loading.
   The slide's own .cta4_background-image-wrapper sits at z-index:-1,
   behind this element's background, so the photo must live here. */
.service-1, .service-1.ist-1, .service-1.koc-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.65)),
    url("../images/modeller/vespa-gts-super-250/vespa-1-1.webp"),
    linear-gradient(120deg, #0e3a2f, #08251e); /* Vespa */
  background-size: cover;
  background-position: center;
}
.service-2, .service-2.ist-2, .service-2.koc-2, .service-2.card {
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.65)),
    url("../images/modeller/aprilia-rs-660/aprilia-big-1-4.webp"),
    linear-gradient(120deg, #5a0d0d, #2b0505); /* Aprilia */
  background-size: cover;
  background-position: center;
}
.service-3, .service-3.ist-3, .service-3.ist-4,
.service-3.koc-3, .service-3.koc-4, .service-3.koc-5 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.65)),
    url("../images/modeller/moto-guzzi-stelvio/motoguzzi-stelvio-galeri-1.webp"),
    linear-gradient(120deg, #3d2b12, #1c1206); /* Moto Guzzi */
  background-size: cover;
  background-position: center;
}
.service-1.piaggio {
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.65)),
    url("../images/modeller/piaggio-mp3-530-exclusive/piaggio-mp3-530-galeri-big-1.webp"),
    linear-gradient(120deg, #0b2545, #050f1d); /* Piaggio */
  background-size: cover;
  background-position: center;
}

/* Bottom CTA band */
.section-cta.background-color-black {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.85)),
    radial-gradient(circle at 70% 30%, #333, #0a0a0a 75%);
}

/* MUNDP hid their nav CTA when the conference ended; S Motor wants it shown */
.nav-menu-two .mobile-margin-top-10 {
  display: list-item;
}

/* MUNDP also switched off their theme callout; re-enable it for the featured
   model. Its background is hardcoded blue in the Webflow CSS → formula red */
.header-callout.background-color-peach {
  display: flex;
  background-color: #e10600;
}

/* Hide gray placeholder <img> slots until real photos exist;
   delete these rules once images/ has real content */
img.header_background-image[src$="placeholder.svg"],
img.header5_background-image[src$="placeholder.svg"] {
  opacity: 0;
}

/* About-section photo slot: same dark-gradient treatment as the other
   placeholders; swap for a real <img> when photos arrive */
.about-media {
  width: 100%;
  aspect-ratio: 4 / 5;
  background-image: linear-gradient(160deg, #2f2f2f, #191919);
}

/* Misc image slots from the original design */
.service-img-test,
.header5_background-image,
.gallery20_image,
.gallery20_image-wrapper,
.body,
.comparison-negative,
.comparison-positive {
  background-image: linear-gradient(135deg, #2f2f2f, #191919);
}

/* ============================================================
   2. Navbar — fixed bar is transparent in the Webflow CSS and
   its links are white, which disappears over light sections.
   Give it a constant translucent dark bar + readable states.
   ============================================================ */

/* !important: webflow.main.js (IX2) writes an inline transparent
   background-color onto this element on load */
.navbar-logo-left {
  background-color: rgba(10, 10, 12, 0.82) !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: background-color 0.35s ease, box-shadow 0.35s ease;
}
.navbar-logo-left.nav-scrolled {
  background-color: rgba(10, 10, 12, 0.95) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Brand wordmark and hamburger were inheriting near-black */
.navbar-brand h4 { color: #fff; }
.navbar-brand { transition: opacity 0.25s ease; }
.navbar-brand:hover { opacity: 0.75; }
.menu-button { color: #fff; }

/* Nav links: always white — the Webflow sheet leaves them at a dark
   default until IX2 writes an inline color, which flashes dark on load.
   Hover/current rules below still win (higher specificity). */
.nav-link {
  position: relative;
  color: #fff !important;
  transition: color 0.25s ease;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
.nav-link:hover::after,
.nav-link.w--current::after {
  transform: scaleX(1);
}
/* !important throughout: webflow.main.js (IX2) keeps writing inline
   color:#fff onto every .nav-link, which killed hover feedback and made
   the links invisible in the white mobile menu */
@media (min-width: 992px) {
  .nav-link:hover { color: #ff8c86 !important; } /* light formula red that reads on dark */
}

/* Opened mobile/tablet menu: Webflow ships it as a white pill, which
   forced dark link text. Restyle it as a dark panel matching the bar,
   so the page names stay white everywhere. */
@media (max-width: 991px) {
  .nav-menu-two {
    background-color: rgba(10, 10, 12, 0.97);
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  }
  .nav-menu-wrapper .nav-link { color: #fff !important; }
  .nav-menu-wrapper .nav-link:hover { color: #ff8c86 !important; }
  .nav-menu-wrapper .nav-link.w--current { color: #ff8c86 !important; }
}

/* Anchored sections shouldn't hide behind the fixed bar */
#markalar, #hakkimizda, #iletisim, #showroomlar, #test-surusu {
  scroll-margin-top: 96px;
}

/* ============================================================
   3. Section rhythm — the Webflow compound rule
   `.padding-vertical.padding-xhuge` zeroes vertical padding, so
   the stats band, campaign grid, stock table and test form all
   touch their section edges. Restore breathing room.
   ============================================================ */

.padding-vertical.padding-xhuge {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}
@media (max-width: 991px) {
  .padding-vertical.padding-xhuge { padding-top: 4.5rem; padding-bottom: 4.5rem; }
}
@media (max-width: 767px) {
  .padding-vertical.padding-xhuge { padding-top: 3.5rem; padding-bottom: 3.5rem; }
}

/* The stats/cards grid has zero column gap on desktop — the white
   campaign cards were touching edge to edge */
.layout227_component {
  grid-column-gap: 2.5rem;
}

/* Homepage stats band: center the captions under their centered numbers.
   Its Webflow background is navy — the lone blue left after the formula-red
   accent swap — so pull it into the same family as a deep maroon */
.section-stats.background-color-antique-white {
  background-color: #3d0805;
}
.section-stats.background-color-antique-white .layout227_item p {
  text-align: center;
}

/* Showroom callout: a four-line paragraph was right-aligned (ragged-left),
   which is genuinely hard to read — keep the composition, align the text */
.header_content-right .text-size-medium.text-lineheight-tall.is-right {
  text-align: left;
}

/* Showroom callout (2026-07-28): the Webflow component forced the whole
   section to 100vh so its empty photo-placeholder column (never given a
   real photo) rendered as a tall grey band. The photo column was removed
   from the markup entirely; drop the height constraint and shrink the
   padding so the section reads as a slim divider-like band instead of a
   second hero. Scoped to #showroomlar — .callout_component/.padding-xxlarge
   are Webflow-generic classes but this is the only page that uses them. */
#showroomlar .callout_component {
  height: auto;
  min-height: 0;
}
#showroomlar .padding-vertical.padding-xxlarge {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 991px) {
  #showroomlar .padding-vertical.padding-xxlarge { padding-top: 2rem; padding-bottom: 2rem; }
}
@media (max-width: 767px) {
  #showroomlar .padding-vertical.padding-xxlarge { padding-top: 1.75rem; padding-bottom: 1.75rem; }
}

/* Stats band (2026-07-28): thin it down so it reads as a compact strip
   between the brand grid and showroom callout rather than a tall block —
   scoped to #ih-stats so the shared .padding-xhuge rhythm used by the
   stock table / campaign grid / test form elsewhere is untouched. */
#ih-stats .padding-vertical.padding-xhuge {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 991px) {
  #ih-stats .padding-vertical.padding-xhuge { padding-top: 2.5rem; padding-bottom: 2.5rem; }
}
@media (max-width: 767px) {
  #ih-stats .padding-vertical.padding-xhuge { padding-top: 2rem; padding-bottom: 2rem; }
}

/* ============================================================
   4. Buttons — only .button-primary had a transition; give the
   whole family fluent hover/active states
   ============================================================ */

.button,
.button-secondary,
.button-primary {
  transition:
    transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}
.button:hover,
.button-secondary:hover,
.button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}
.button:active,
.button-secondary:active,
.button-primary:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.14);
}
.button.blue:hover { background-color: #b30500; border-color: #b30500; }
/* Webflow sends the primary button to slate gray on hover — keep it in the red family */
.button-primary:hover { background-color: #b30500; }
.button-primary:active { background-color: #9c0400; }
.button-secondary:hover { background-color: var(--black); color: var(--white); }
.button-secondary.is-white:hover { background-color: var(--white); color: #111; }

/* Brand slider arrows + dots */
.gallery20_arrow {
  transition: background-color 0.25s ease, transform 0.25s ease;
}
.gallery20_arrow:hover { background-color: #b30500; transform: scale(1.08); }
.w-slider-dot { transition: background-color 0.3s ease, transform 0.3s ease; }
.w-slider-dot.w-active { transform: scale(1.25); }

/* Footer links */
.footer_social-link { transition: transform 0.25s ease, opacity 0.25s ease; }
.footer_social-link:hover { transform: translateY(-3px); opacity: 0.65; }
.footer_legal-link { transition: opacity 0.25s ease; }
.footer_legal-link:hover { opacity: 0.6; }

/* ============================================================
   5. Bottom CTA band — opening hours were an oversized wrapping
   h2; restyle as a quiet caption line
   ============================================================ */

.cta-hours {
  color: #b9b9b9;
  text-align: center;
  margin-top: 3rem;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* ---- Subpage components (Kampanyalar / Stok Durumu / Test Sürüşü) ---- */

/* Subpages: navbar has no scroll animation, keep content clear of the fixed bar */
.padding-vertical.subpage-header {
  padding-top: 11rem;
}

/* Kampanyalar grid: independent of the Webflow layout227/campaign-card
   classes (dropped in the 2026-07-27 redesign) — plain CSS grid of
   photo-top cards, square corners to match the rest of the site */
.camp-intro {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 3rem;
}
.camp-intro h2 { margin: 0; }

.camp-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .camp-grid { grid-template-columns: 1fr; gap: 2rem; }
}

.camp-card {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(42, 24, 22, 0.05);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.35s ease;
}
.camp-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(42, 24, 22, 0.12);
}
.camp-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background-color: #191919;
}
.camp-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.camp-card:hover .camp-card-media img { transform: scale(1.06); }
.camp-badge {
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  padding: 0.4rem 0.9rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background-color: #e10600;
}
.camp-badge-finance { background-color: #111; }
.camp-badge-gift { background-color: #3d0805; }
.camp-badge-discount { background-color: #5a0d0f; }

.camp-card-body {
  padding: 1.6rem 1.6rem 1.9rem;
}
.camp-card-date {
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 0.6rem;
}
.camp-card-body h3 {
  color: #111;
  margin-bottom: 0.7rem;
}
.camp-card-body p {
  color: #3d3d3d;
  margin-bottom: 1.2rem;
}
.camp-card-link {
  display: inline-block;
  font-weight: 700;
  font-size: 0.9rem;
  color: #b30500;
  text-decoration: none;
  transition: color 0.25s ease;
}
.camp-card-link:hover { color: #111; }

/* Stok Durumu table */
.stock-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.stock-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}
.stock-table th,
.stock-table td {
  padding: 14px 18px;
  border-bottom: 1px solid #e2ded9;
  text-align: left;
}
.stock-table th {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.85rem;
  color: #6b645e;
}
.stock-th-sub {
  display: block;
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 0.78rem;
  color: #9a938c;
  margin-top: 2px;
}
.stock-table tbody tr {
  transition: background-color 0.25s ease;
}
.stock-table tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.55);
}
.stock-table tbody tr:hover {
  background-color: #fff;
}
.stock-model-link {
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.stock-model-link:hover {
  color: #b30500;
  border-bottom-color: #b30500;
}
.stock-status {
  font-weight: 600;
  opacity: 0.6;
}
.stock-status.in-stock { color: #0a7d33; opacity: 1; }
.stock-status.low-stock { color: #b7791f; opacity: 1; }
.stock-status.out-of-stock { color: #b91c1c; opacity: 1; }
/* real quantities from the showroom inventory (see .claude/stock-pipeline) */
.stock-model-name {
  font-weight: 600;
}
.stock-qty {
  font-weight: 700;
  font-size: 1.05rem;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.stock-variants {
  font-size: 0.86rem;
  color: #4a443f;
  line-height: 1.5;
}
.stock-variant {
  display: block;
  white-space: nowrap;
}
.stock-variant b {
  font-weight: 700;
  color: #111;
  font-variant-numeric: tabular-nums;
}
.stock-variant-none {
  color: #9a938c;
}

/* Test Sürüşü form */
.test-form {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.test-form label {
  display: block;
  margin: 1.4rem 0 0.4rem;
  font-weight: 600;
}
.test-form .w-input,
.test-form .w-select {
  height: auto;
  padding: 12px 14px;
  border: 1px solid #d6d1cb;
  background-color: #fff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.test-form .w-input:focus,
.test-form .w-select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(225, 6, 0, 0.12);
  outline: 0;
}
.test-form .form-success {
  display: none;
  padding: 2.5rem;
  text-align: center;
  border: 1px solid #d6d1cb;
  background-color: #fff;
  animation: successIn 0.5s ease both;
}
.test-form .form-success h3 {
  color: #111; /* .heading-small is #9b9b9b — too faint on white */
}
@keyframes successIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

/* Tablet & mobile: the original design right-aligns several text blocks
   (.is-right, .heading.sm, callout headings) which reads fine in two-column
   desktop layouts but looks broken once columns stack — align left and
   collapse the hero's fixed viewport height */
@media (max-width: 991px) {
  .is-right,
  .heading.sm,
  .heading-2.heading-large,
  .heading-2.heading-xxlarge {
    text-align: left !important;
  }
  .button-row {
    justify-content: flex-start;
  }
  .grid-halves-section .section.align-content-center {
    height: auto;
    min-height: 60vh;
    padding-top: 9rem;
    padding-bottom: 4rem;
  }
}

/* ============================================================
   6. Motion — smooth anchors, hero entrance, scroll-reveal.
   js/motoplex.js adds .reveal / .reveal-visible; if JS never
   runs, nothing is hidden.
   ============================================================ */

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }

  .section-hero .main-container {
    animation: heroRise 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  }
  .section-hero .main-container:not(.top) {
    animation-delay: 0.18s;
  }
}
@keyframes heroRise {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: none; }
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.reveal.reveal-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ============================================================
   7. Modeller — brand catalogue (modeller.html) and per-model
   detail pages (modeller/*.html). Content sourced from the
   distributor's site; layout follows the Webflow design family:
   flat surfaces, sharp corners, seashell/white bands, formula-red
   accents, Playfair for statement headings.
   ============================================================ */

/* Homepage brand slider now carries real photos */
.header5_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- shared band rhythm --- */
.model-band {
  padding: 5rem 5%;
}
@media (max-width: 991px) { .model-band { padding: 4rem 5%; } }
@media (max-width: 767px) { .model-band { padding: 3rem 5%; } }
.model-band-inner {
  max-width: 80rem;
  margin: 0 auto;
}
.model-band h2.band-title {
  margin-bottom: 2.5rem;
}
.band-title-kicker {
  color: #b30500;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

/* --- brand anchors clear the fixed navbar --- */
#vespa, #piaggio, #aprilia, #moto-guzzi {
  scroll-margin-top: 90px;
}

/* --- catalogue: sticky filter bar + collapsible stock panel --- */
#stok {
  scroll-margin-top: 90px;
}
.catalog-toolbar-band {
  position: sticky;
  top: 87px; /* fixed navbar is 88px tall; 1px overlap avoids a hairline gap */
  z-index: 50; /* under the fixed navbar, above content */
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #eee9e3;
  box-shadow: 0 6px 18px rgba(42, 24, 22, 0.06);
  padding: 0.9rem 5%;
}
.catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  flex-wrap: wrap;
}
.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.filter-pill {
  appearance: none;
  border: 1px solid #d6d1cb;
  background-color: transparent;
  color: #3d3d3d;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.55rem 1rem;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease,
    border-color 0.25s ease, transform 0.25s ease;
}
.filter-pill:hover {
  border-color: #111;
  color: #111;
  transform: translateY(-1px);
}
.filter-pill.is-active {
  background-color: #e10600;
  border-color: #e10600;
  color: #fff;
}
.pill-count {
  display: inline-block;
  margin-left: 0.35rem;
  opacity: 0.55;
  font-weight: 600;
}
.filter-pill.is-active .pill-count {
  opacity: 0.8;
}
.stock-toggle {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid #111;
  background-color: #111;
  color: #fff;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.55rem 1.1rem;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.stock-toggle:hover {
  background-color: #b30500;
  border-color: #b30500;
  transform: translateY(-1px);
}
.stock-toggle-chevron {
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.stock-toggle[aria-expanded="true"] .stock-toggle-chevron {
  transform: rotate(180deg);
}
.stock-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.stock-panel-inner {
  overflow: hidden;
  min-height: 0;
}
.stock-panel.is-open {
  grid-template-rows: 1fr;
}
.stock-panel.is-open .stock-panel-inner {
  padding-top: 1.4rem;
}
.stock-panel-note {
  color: #6b645e;
  font-size: 0.88rem;
  margin: 1.1rem 0 0.5rem;
}
/* rows hidden by the brand filter keep the zebra readable enough; the
   panel is short-lived UI, not a report */
.brand-section.is-hidden {
  display: none;
}
.brand-section-in {
  animation: brandSectionIn 0.45s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
@keyframes brandSectionIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .brand-section-in { animation: none; }
  .stock-panel { transition: none; }
}

/* --- catalogue: brand section head --- */
.brand-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 2rem 4rem;
  align-items: end;
  margin-bottom: 3rem;
}
@media (max-width: 767px) { .brand-head { grid-template-columns: 1fr; } }
.brand-head .brand-count {
  color: #b30500;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.brand-head p {
  color: #3d3d3d;
  line-height: 1.7;
  margin: 0;
}

/* --- catalogue: model cards --- */
.model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
@media (max-width: 991px) { .model-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .model-grid { grid-template-columns: 1fr; } }
.model-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(42, 24, 22, 0.05);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.35s ease;
}
.model-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(42, 24, 22, 0.14);
}
.model-card-img {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 1px solid #f0ece7;
}
.model-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.model-card:hover .model-card-img img {
  transform: scale(1.04);
}
.model-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 1.5rem 1.4rem;
}
.model-card-body h3 {
  margin: 0 0 0.45rem;
  color: #111;
  font-size: 1.35rem;
  line-height: 1.25;
}
.model-card-tag {
  color: #b30500;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.5;
  margin: 0 0 0.4rem;
}
.model-card-desc {
  color: #55504b;
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0;
}
.model-card-cta {
  margin-top: auto;
  padding-top: 1.1rem;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  color: #111;
  transition: color 0.25s ease;
}
.model-card:hover .model-card-cta { color: #b30500; }

/* colour strip on the catalogue cards */
.model-card-colors {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.2rem 0 1rem;
}
.model-card-colors img {
  width: 2.6rem;
  height: 1.75rem;
  object-fit: contain;
  background-color: #fff;
  border: 1px solid #e8e3dd;
  padding: 0.12rem;
  display: block;
}
.model-card-colors-n {
  margin-left: 0.3rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b645e;
}

/* --- model picker --- */
.pick-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11.5rem, 1fr));
  gap: 1rem;
}
.pick-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 2px solid #eee9e3;
  cursor: pointer;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.pick-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(42, 24, 22, 0.1);
}
.pick-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.pick-card.is-picked,
.pick-card:has(input:checked) {
  border-color: #e10600;
  box-shadow: 0 10px 26px rgba(225, 6, 0, 0.14);
}
.pick-card.is-picked::after,
.pick-card:has(input:checked)::after {
  content: "✓";
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e10600;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
}
.pick-card-img {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.pick-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pick-card-name {
  display: block;
  padding: 0.75rem 0.9rem 0.1rem;
  color: #111;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.3;
}
.pick-card-brand {
  display: block;
  padding: 0 0.9rem 0.85rem;
  color: #b30500;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.pick-card.is-hidden { display: none; }

/* --- layout: form column + sticky summary --- */
.ts-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 3rem 4rem;
  align-items: start;
}
@media (max-width: 900px) { .ts-layout { grid-template-columns: 1fr; } }

/* --- showroom cards --- */
.showroom-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
@media (max-width: 700px) { .showroom-grid { grid-template-columns: 1fr; } }
.showroom-card {
  position: relative;
  display: block;
  background-color: #fff;
  border: 2px solid #eee9e3;
  padding: 1.3rem 1.4rem;
  cursor: pointer;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.showroom-card:hover { border-color: #c9c2ba; }
.showroom-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.showroom-card.is-picked,
.showroom-card:has(input:checked) {
  border-color: #e10600;
  box-shadow: 0 8px 22px rgba(225, 6, 0, 0.12);
}
.showroom-card-name {
  display: block;
  color: #111;
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}
.showroom-card-sub {
  display: block;
  color: #6b645e;
  font-size: 0.88rem;
  line-height: 1.5;
}

/* --- fields reuse .test-form styles; unclamp inside the layout --- */
.ts-fields { max-width: none; margin: 0; }
.ts-fields label:first-of-type { margin-top: 0; }
.ts-block + .ts-block { margin-top: 3.2rem; }

/* --- sticky summary --- */
.ts-summary {
  position: sticky;
  top: 108px;
  background-color: #fff;
  border: 1px solid #eee9e3;
  box-shadow: 0 2px 10px rgba(42, 24, 22, 0.05);
  padding: 1.6rem 1.6rem 1.4rem;
}
.ts-summary h3 {
  margin: 0 0 1.1rem;
  color: #111;
  font-size: 1.05rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.ts-summary-media {
  aspect-ratio: 3 / 2;
  background-color: #faf7f3;
  border: 1px solid #f0ece7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
  overflow: hidden;
}
.ts-summary-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ts-summary-media .ts-summary-empty {
  color: #b0a89f;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ts-summary dl {
  margin: 0 0 1.2rem;
}
.ts-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid #f0ece7;
}
.ts-summary dt {
  color: #6b645e;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ts-summary dd {
  margin: 0;
  color: #111;
  font-weight: 600;
  font-size: 0.92rem;
  text-align: right;
}
.ts-notes {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ts-notes li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.4rem;
  color: #55504b;
  font-size: 0.88rem;
  line-height: 1.55;
}
.ts-notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 0.55rem;
  height: 0.55rem;
  background-color: #e10600;
}

/* success card */
#form-success-band { display: none; }
#form-success-band.is-visible { display: block; }
#form-success-band .form-success {
  display: block;
  max-width: 40rem;
  margin: 0 auto;
}

/* ============================================================
   9. İletişim — showroom info cards, topic pills, quick access.
   Shares the test-drive family (.ts-layout, .ts-summary, .ts-*).
   ============================================================ */

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
@media (max-width: 1100px) { .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 650px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card {
  background-color: #fff;
  border: 1px solid #eee9e3;
  border-top: 3px solid #e10600;
  box-shadow: 0 2px 10px rgba(42, 24, 22, 0.05);
  padding: 2rem 2rem 1.6rem;
}
.contact-card-kicker {
  color: #b30500;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.contact-card h3 {
  margin: 0 0 0.6rem;
  color: #111;
  font-size: 1.6rem;
}
.contact-card > p {
  color: #55504b;
  line-height: 1.65;
  margin: 0 0 1.4rem;
}
.contact-card dl { margin: 0; }
.contact-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid #f0ece7;
}
.contact-card dl div:last-child { border-bottom: 0; }
.contact-card dt {
  flex: none;
  color: #6b645e;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-top: 0.1rem;
}
.contact-card dd {
  margin: 0;
  color: #111;
  font-weight: 600;
  font-size: 0.94rem;
  text-align: right;
  line-height: 1.5;
}
.contact-card dd a { transition: color 0.25s ease; }
.contact-card dd a:hover { color: #b30500; }
.contact-card dd .pending {
  color: #b0a89f;
  font-weight: 500;
}

/* topic pills: radio-backed, look like filter pills */
.topic-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.topic-pill {
  position: relative;
  display: inline-block;
  border: 1px solid #d6d1cb;
  color: #3d3d3d;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.55rem 1rem;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease,
    border-color 0.25s ease, transform 0.25s ease;
}
.topic-pill:hover {
  border-color: #111;
  color: #111;
  transform: translateY(-1px);
}
.topic-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.topic-pill.is-picked,
.topic-pill:has(input:checked) {
  background-color: #e10600;
  border-color: #e10600;
  color: #fff;
}

/* quick access list in the sticky aside */
.quick-links {
  list-style: none;
  margin: 0 0 1.4rem;
  padding: 0;
}
.quick-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.7rem 0.2rem;
  border-bottom: 1px solid #f0ece7;
  color: #111;
  font-weight: 600;
  font-size: 0.92rem;
  transition: color 0.25s ease, padding-left 0.25s ease;
}
.quick-links a::after {
  content: "→";
  color: #b30500;
  transition: transform 0.25s ease;
}
.quick-links a:hover {
  color: #b30500;
  padding-left: 0.5rem;
}
.quick-links a:hover::after { transform: translateX(3px); }

/* ============================================================
   10. Homepage — simplified intro hero (2026-07-27). Full
   custom markup (ih- prefix), independent of the Webflow
   .section-hero / .grid-halves-section classes, so none of
   their inherited sizing applies. Main color: dark red.
   ============================================================ */

.ih-hero {
  position: relative;
  height: 100vh;
  min-height: 34rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0c0304;
}

.ih-collage {
  position: absolute;
  inset: 0;
  display: flex;
  gap: 4px;
  padding: 4px;
  box-sizing: border-box;
  z-index: 0;
}
.ih-reel {
  position: relative;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  will-change: transform;
  animation: ihScrollUp 46s linear infinite;
}
.ih-reel-alt { animation-name: ihScrollDown; }
.ih-tile {
  flex: none;
  aspect-ratio: 3 / 2;
  background-color: #efe9e2;
  overflow: hidden;
  padding: 6px;
  box-sizing: border-box;
}
.ih-tile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@keyframes ihScrollUp {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, -50%, 0); }
}
@keyframes ihScrollDown {
  from { transform: translate3d(0, -50%, 0); }
  to { transform: translate3d(0, 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .ih-reel { animation: none; }
}
@media (max-width: 900px) {
  .ih-reel:nth-child(5), .ih-reel:nth-child(6) { display: none; }
}
@media (max-width: 600px) {
  .ih-reel:nth-child(4) { display: none; }
}

.ih-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 40%, rgba(122, 15, 18, 0.22), transparent 60%),
    linear-gradient(180deg, rgba(18, 3, 4, 0.48) 0%, rgba(35, 6, 7, 0.58) 42%, rgba(12, 2, 3, 0.78) 100%);
}

.ih-hero-content {
  position: relative;
  z-index: 2;
  max-width: 46rem;
  padding: 0 1.5rem;
  text-align: center;
  color: #fff;
}
.ih-hero-title {
  margin: 0 0 1.2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: clamp(2.3rem, 6vw, 4.2rem);
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 4px 26px rgba(0, 0, 0, 0.45);
}
.ih-hero-sub {
  margin: 0 auto 2.2rem;
  max-width: 32rem;
  color: #ecdedc;
  font-size: 1.1rem;
  line-height: 1.65;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}
.ih-hero-actions.button-row {
  justify-content: center;
}

.ih-scroll-cue {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 1.9rem;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.25s ease;
}
.ih-scroll-cue:hover { color: #fff; }
.ih-scroll-cue::after {
  content: "";
  width: 1px;
  height: 1.8rem;
  background-color: currentColor;
  opacity: 0.7;
}
@media (prefers-reduced-motion: no-preference) {
  .ih-scroll-cue::after { animation: ihCueMove 1.8s ease-in-out infinite; }
}
@keyframes ihCueMove {
  0%, 100% { transform: scaleY(1); transform-origin: top; }
  50% { transform: scaleY(0.5); transform-origin: top; }
}
@media (max-width: 600px) {
  .ih-scroll-cue { display: none; }
}

/* --- brands grid (replaces the slider with a static, dependency-free grid) --- */
.ih-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (max-width: 900px) { .ih-brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .ih-brand-grid { grid-template-columns: 1fr; } }
.ih-brand-card {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background-color: #111;
  color: #fff;
  text-decoration: none;
}
.ih-brand-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.ih-brand-card:hover img { transform: scale(1.06); }
.ih-brand-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 4, 5, 0.1) 0%, rgba(35, 6, 7, 0.55) 55%, rgba(14, 3, 4, 0.92) 100%);
  transition: background 0.35s ease;
}
.ih-brand-card:hover .ih-brand-card-overlay {
  background: linear-gradient(180deg, rgba(20, 4, 5, 0.2) 0%, rgba(122, 15, 18, 0.55) 55%, rgba(14, 3, 4, 0.94) 100%);
}
.ih-brand-card-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem 1.4rem;
}
.ih-brand-card-text h3 {
  margin: 0 0 0.4rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
.ih-brand-card-text p {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #e8dedc;
}
.ih-brand-card-link {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ff9d97;
  transition: color 0.25s ease;
}
.ih-brand-card:hover .ih-brand-card-link { color: #fff; }

/* --- about brief (short intro copy, replaces the long letter) --- */
.ih-about { background-color: #fff; }
.ih-about-inner {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
}
.ih-about-inner h2 { margin-bottom: 1.2rem; }
.ih-about-link {
  display: inline-block;
  margin-top: 1.5rem;
  color: #b30500;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: color 0.25s ease;
}
.ih-about-link:hover { color: #111; }

/* CTA band: deepen from neutral black to the dark-red family */
.section-cta.background-color-black {
  background-image: linear-gradient(rgba(12, 2, 3, 0.75), rgba(12, 2, 3, 0.9)),
    radial-gradient(circle at 70% 30%, #5a0d0f, #0c0203 72%);
}

/* ============================================================
   11. Aksesuarlar — accessory catalogue (aksesuarlar.html).
   Reuses the Modeller catalogue's band/brand-section/model-card
   scaffolding; adds a two-axis (brand + type) filter toolbar and
   a square product-tile image treatment (accessory photos are
   catalogue cutouts/detail shots of mixed aspect, unlike the
   3:2 vehicle photos on model cards).
   ============================================================ */
.acc-toolbar {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.acc-filter-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.acc-filter-row-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6b645e;
  min-width: 6.5rem;
}

.acc-card-img {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background-color: #f7f5f2;
  border-bottom: 1px solid #f0ece7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.acc-card-img img {
  width: 86%;
  height: 86%;
  object-fit: contain;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.model-card:hover .acc-card-img img {
  transform: scale(1.06);
}
.acc-badge {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background-color: #e10600;
}
.acc-badge-aksesuar {
  background-color: #111;
}
.acc-card-brand {
  color: #6b645e;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 0.4rem;
}
.acc-card.is-hidden {
  display: none;
}
/* showroom stock line on cards + toolbar note (data: .claude/stock-pipeline) */
.acc-stock {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #4a443f;
}
.acc-stock-label {
  display: inline-block;
  margin-right: 0.55rem;
  padding: 0.15rem 0.5rem;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0a7d33;
  background-color: rgba(10, 125, 51, 0.1);
}
.acc-stock b {
  font-weight: 700;
  color: #111;
  font-variant-numeric: tabular-nums;
}
.acc-stock-note {
  margin: 0;
  font-size: 0.8rem;
  color: #6b645e;
}
/* "Showroomda Stokta Olan Diğer Ürünler" — ERP inventory codes with no
   catalogue card, listed as a table after the brand sections */
.acc-extra-section[hidden] {
  display: none;
}
.acc-extra-table {
  min-width: 560px;
  background-color: #fff;
}
.acc-extra-table th,
.acc-extra-table td {
  padding: 10px 16px;
}
/* collapsed: only the first 20 rows (EXTRA_PREVIEW_ROWS in the generator + js/aksesuar.js) */
.acc-extra-table.is-collapsed tbody tr:nth-child(n + 21) {
  display: none;
}
.acc-extra-toggle {
  display: inline-block;
  margin-top: 1.25rem;
  padding: 0.7rem 1.4rem;
  border: 1px solid #111;
  background: transparent;
  color: #111;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.acc-extra-toggle:hover {
  background-color: #111;
  color: #fff;
}
.acc-extra-toggle[hidden] {
  display: none;
}
.acc-extra-table th.acc-extra-qty,
.acc-extra-table td.acc-extra-qty {
  text-align: right;
  white-space: nowrap;
}
.acc-extra-table td.acc-extra-qty {
  font-weight: 700;
  font-size: 0.98rem;
  font-variant-numeric: tabular-nums;
  color: #111;
}
.acc-extra-table td.acc-extra-qty-none {
  font-weight: 400;
  color: #b8b1aa;
}
.acc-extra-name {
  font-weight: 600;
  color: #111;
}
.acc-extra-code {
  display: block;
  margin-top: 2px;
  font-weight: 400;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  color: #9a938c;
  font-variant-numeric: tabular-nums;
}

/* ============================================================
   12. Model showcase pages (modeller/<slug>.html) — "md-" family.
   Generated by .claude/modeller-pipeline/build_pages.py; behaviour in
   js/model.js (stage switcher, scrollspy, count-up, lightbox, live stock).
   ============================================================ */
:root {
  --md-red: #e10600;
  --md-red-deep: #b30500;
  --md-ink: #111111;
  --md-ink-2: #4a443f;
  --md-ink-3: #8a837c;
  --md-line: #eee9e3;
  --md-soft: #f6f1eb;
  --md-dark: #0f0e10;
}
.md-hero, .md-section, .md-subnav { font-family: Manrope, "Open Sans", sans-serif; }

/* --- hero / product stage --- */
.md-hero {
  position: relative;
  overflow: hidden;
  min-height: min(100vh, 58rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8.5rem 5% 4.5rem;
  background-color: #0a0a0c;
  color: #fff;
}
.md-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(55% 60% at 72% 42%, rgba(225, 6, 0, 0.22), transparent 62%),
    radial-gradient(45% 45% at 15% 105%, rgba(61, 8, 5, 0.75), transparent 70%),
    linear-gradient(180deg, #0a0a0c 0%, #151216 100%);
}
.md-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 96px 96px;
  -webkit-mask-image: radial-gradient(70% 70% at 60% 50%, #000 30%, transparent 100%);
  mask-image: radial-gradient(70% 70% at 60% 50%, #000 30%, transparent 100%);
}
.md-hero-word {
  position: absolute;
  right: -1.5%;
  top: 42%;
  transform: translateY(-50%);
  font-size: clamp(6rem, 21vw, 19rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.09);
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
}
.md-hero-inner {
  position: relative;
  width: 100%;
  max-width: 84rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 3rem 4rem;
  align-items: center;
}
.md-crumb {
  display: inline-block;
  color: #b8b1aa;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  margin-bottom: 2.4rem;
  transition: color 0.25s ease;
}
.md-crumb:hover { color: #fff; }
.md-kicker {
  color: #ff6f68;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin: 0 0 0.8rem;
}
.md-title {
  margin: 0 0 1rem;
  font-size: clamp(3rem, 7.2vw, 6.4rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.95;
  color: #fff;
}
.md-tagline {
  margin: 0 0 1.4rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d8d2cc;
}
.md-chips {
  list-style: none;
  padding: 0;
  margin: 0 0 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.md-chips li {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #e8e4df;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.4rem 0.8rem;
}
.md-keyspecs {
  list-style: none;
  padding: 1.4rem 0 0;
  margin: 0 0 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.md-keyspecs li { display: flex; flex-direction: column; }
.md-keyspecs b {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.md-keyspecs span {
  margin-top: 0.35rem;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a8a19b;
}
.md-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.md-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.6rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.md-btn:hover { transform: translateY(-1px); }
.md-btn-primary { background-color: var(--md-red); color: #fff; }
.md-btn-primary:hover { background-color: var(--md-red-deep); color: #fff; }
.md-btn-ghost { border-color: rgba(255, 255, 255, 0.4); color: #fff; }
.md-btn-ghost:hover { background-color: #fff; color: var(--md-ink); border-color: #fff; }
.md-btn-sm { padding: 0.6rem 1.1rem; font-size: 0.68rem; }
.md-avail { margin: 1.6rem 0 0; font-size: 0.86rem; color: #c9c4bf; }
.md-avail b { color: #fff; }
.md-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #7a736d;
  margin-right: 0.55rem;
  vertical-align: 1px;
}
.md-dot.is-on { background-color: #22c55e; box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18); }
/* test-drive availability line under the actions */
.md-td { margin: 0.55rem 0 0; font-size: 0.82rem; color: #8a837c; }
.md-td.is-on { color: #c9c4bf; }
.md-td-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.7rem;
  vertical-align: -2px;
}
.md-td.is-on .md-td-mark { border-color: #22c55e; color: #22c55e; }
.md-hero.is-light .md-td { color: var(--md-ink-3); }
.md-hero.is-light .md-td.is-on { color: var(--md-ink-2); }
.md-hero.is-light .md-td-mark { border-color: rgba(0, 0, 0, 0.2); }

.md-hero-stage { position: relative; }
.md-stage { position: relative; width: 100%; aspect-ratio: 3 / 2; }
.md-stage::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 4%;
  height: 18%;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(225, 6, 0, 0.35), rgba(0, 0, 0, 0) 70%);
  filter: blur(18px);
}
.md-stage-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 34px 44px rgba(0, 0, 0, 0.55));
  transition: opacity 0.55s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  animation: mdStageIn 1s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
@keyframes mdStageIn {
  from { opacity: 0; transform: translateX(40px) scale(0.97); }
  to { opacity: 1; transform: none; }
}
.md-stage-img.is-next { opacity: 0; transform: translateX(28px) scale(0.985); animation: none; }
.md-stage-img.is-next.is-in { opacity: 1; transform: none; }
.md-stage-img.is-current.is-out { opacity: 0; transform: translateX(-28px) scale(0.985); }

.md-picker { margin-top: 1.4rem; }
.md-picker-label {
  margin: 0 0 0.8rem;
  font-size: 0.82rem;
  color: #c9c4bf;
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
}
.md-picker-kind { font-size: 0.66rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: #ff6f68; }
.md-picker-name { color: #fff; font-size: 1rem; }
.md-picker-count { margin-left: auto; font-size: 0.72rem; color: #8a837c; letter-spacing: 0.06em; }
.md-picker-options { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.md-swatch, .md-pill {
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.md-swatch { width: 4.9rem; height: 3.3rem; }
.md-swatch input, .md-pill input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.md-swatch img { width: 100%; height: 100%; object-fit: contain; padding: 0.3rem; display: block; }
.md-swatch-name {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.45rem);
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: #fff;
  color: var(--md-ink);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 0.55rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 2;
}
.md-swatch:hover .md-swatch-name, .md-swatch:focus-within .md-swatch-name { opacity: 1; }
.md-swatch:hover, .md-pill:hover { border-color: rgba(255, 255, 255, 0.5); transform: translateY(-2px); }
.md-swatch.is-active, .md-pill.is-active {
  border-color: var(--md-red);
  box-shadow: 0 0 0 1px var(--md-red);
  background-color: rgba(225, 6, 0, 0.1);
}
.md-swatch:focus-within, .md-pill:focus-within { outline: 2px solid #fff; outline-offset: 2px; }
.md-pill { padding: 0.55rem 0.9rem; }
.md-pill span { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #e8e4df; }
.md-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 1.4rem;
  transform: translateX(-50%);
  width: 1px;
  height: 3.2rem;
  overflow: hidden;
}
.md-scroll-cue span {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, #fff 50%, transparent);
  animation: mdCue 2.2s ease-in-out infinite;
}
@keyframes mdCue { from { transform: translateY(-100%); } to { transform: translateY(100%); } }

/* light stage for opaque (non cut-out) photos */
.md-hero.is-light { background-color: #fbfaf8; color: var(--md-ink); }
.md-hero.is-light .md-hero-bg {
  background:
    radial-gradient(55% 60% at 72% 42%, rgba(225, 6, 0, 0.05), transparent 62%),
    linear-gradient(180deg, #ffffff 0%, #f7f3ee 100%);
}
.md-hero.is-light .md-hero-bg::after { background-image: linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px); }
.md-hero.is-light .md-hero-word { -webkit-text-stroke-color: rgba(0, 0, 0, 0.07); }
.md-hero.is-light .md-crumb { color: #6b645e; }
.md-hero.is-light .md-crumb:hover { color: var(--md-ink); }
.md-hero.is-light .md-kicker { color: var(--md-red-deep); }
.md-hero.is-light .md-title { color: var(--md-ink); }
.md-hero.is-light .md-tagline { color: var(--md-ink-2); }
.md-hero.is-light .md-chips li { border-color: rgba(0, 0, 0, 0.25); color: var(--md-ink-2); }
.md-hero.is-light .md-keyspecs { border-top-color: rgba(0, 0, 0, 0.14); }
.md-hero.is-light .md-keyspecs span { color: var(--md-ink-3); }
.md-hero.is-light .md-btn-ghost { border-color: var(--md-ink); color: var(--md-ink); }
.md-hero.is-light .md-btn-ghost:hover { background-color: var(--md-ink); color: #fff; }
.md-hero.is-light .md-avail { color: var(--md-ink-2); }
.md-hero.is-light .md-avail b { color: var(--md-ink); }
/* opaque renders on pure white blend into the light stage; grey studio
   backdrops (.is-studio) become a deliberate white product card instead */
.md-hero.is-light .md-stage-img { mix-blend-mode: multiply; filter: none; }
.md-hero.is-light .md-stage.is-studio .md-stage-img {
  mix-blend-mode: normal;
  filter: none;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 34px 70px rgba(42, 24, 22, 0.18), 0 2px 6px rgba(42, 24, 22, 0.08);
}
.md-hero.is-light .md-stage.is-studio::before { display: none; }
.md-hero.is-light .md-stage::before { background: radial-gradient(50% 50% at 50% 50%, rgba(42, 24, 22, 0.22), rgba(0, 0, 0, 0) 70%); }
.md-hero.is-light .md-picker-label { color: var(--md-ink-2); }
.md-hero.is-light .md-picker-name { color: var(--md-ink); }
.md-hero.is-light .md-swatch, .md-hero.is-light .md-pill { border-color: rgba(0, 0, 0, 0.18); background-color: #fff; }
.md-hero.is-light .md-swatch.is-active, .md-hero.is-light .md-pill.is-active { border-color: var(--md-red); background-color: #fff; }
.md-hero.is-light .md-swatch:focus-within, .md-hero.is-light .md-pill:focus-within { outline-color: var(--md-ink); }
.md-hero.is-light .md-pill span { color: var(--md-ink); }
.md-hero.is-light .md-swatch-name { background-color: var(--md-ink); color: #fff; }
.md-hero.is-light .md-scroll-cue span { background: linear-gradient(180deg, transparent, var(--md-ink) 50%, transparent); }

/* --- sticky in-page nav --- */
.md-subnav {
  position: sticky;
  top: 87px;
  z-index: 50;
  background-color: rgba(12, 12, 14, 0.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}
.md-subnav-inner {
  max-width: 84rem;
  margin: 0 auto;
  padding: 0.55rem 5%;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.md-subnav-model { font-weight: 800; letter-spacing: -0.01em; white-space: nowrap; }
.md-subnav-brand { color: #ff6f68; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; margin-right: 0.35rem; }
.md-subnav-links { display: flex; gap: 0.2rem; margin-left: auto; overflow-x: auto; scrollbar-width: none; }
.md-subnav-links::-webkit-scrollbar { display: none; }
.md-subnav-links a {
  color: #b8b1aa;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.55rem 0.8rem;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.md-subnav-links a:hover, .md-subnav-links a.is-active { color: #fff; border-bottom-color: var(--md-red); }
.md-subnav .md-btn-sm { flex-shrink: 0; }

/* --- section rhythm --- */
.md-section { padding: 6rem 5%; }
.md-inner { max-width: 84rem; margin: 0 auto; }
.md-section-dark { background-color: var(--md-dark); color: #fff; }
.md-section-soft { background-color: var(--md-soft); }
.md-head { margin-bottom: 3rem; max-width: 60rem; }
.md-head-row { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.md-eyebrow { margin: 0 0 0.7rem; color: var(--md-red); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.26em; text-transform: uppercase; }
.md-section-dark .md-eyebrow { color: #ff6f68; }
.md-h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 800; letter-spacing: -0.025em; line-height: 1.05; color: inherit; }
.md-head-sub { margin: 1rem 0 0; color: var(--md-ink-2); max-width: 44rem; line-height: 1.7; }
.md-section-dark .md-head-sub { color: #b8b1aa; }
.md-textlink { color: var(--md-red-deep); font-weight: 700; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; }
.md-textlink:hover { color: var(--md-ink); }
#genel, #ozellikler, #hikaye, #renkler, #galeri, #versiyonlar, #stok { scroll-margin-top: 140px; }

/* --- specs + features --- */
.md-specs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 1px;
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 4.5rem;
}
.md-spec { background-color: var(--md-dark); padding: 2.2rem 1.6rem 2rem; }
.md-spec-value { font-family: "Playfair Display", Georgia, serif; font-weight: 500; font-size: clamp(2.4rem, 4vw, 3.6rem); line-height: 1; font-variant-numeric: tabular-nums; }
.md-spec-label { margin-top: 0.7rem; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; color: #a8a19b; }
.md-spec.is-text .md-spec-value { font-family: inherit; font-weight: 800; font-size: 1.35rem; letter-spacing: 0.06em; text-transform: uppercase; padding-top: 0.6rem; }
.md-feature-banner { margin: 0 0 2.5rem; }
.md-feature-banner img { width: 100%; max-height: 34rem; object-fit: contain; display: block; }
.md-features { display: grid; grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr)); gap: 1rem; }
.md-feature {
  position: relative;
  background-color: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 2px solid var(--md-red);
  padding: 1.5rem;
  min-height: 9rem;
  transition: background-color 0.25s ease, transform 0.25s ease;
}
.md-feature:hover { background-color: rgba(255, 255, 255, 0.07); transform: translateY(-3px); }
.md-feature.has-img { padding: 0 0 1.4rem; }
.md-feature.has-img img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; margin-bottom: 1.1rem; }
.md-feature.has-img h3 { padding: 0 1.3rem; }
.md-feature h3 { margin: 0; font-size: 1rem; font-weight: 700; line-height: 1.4; color: #fff; }
.md-feature-num { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 2.2rem; line-height: 1; color: rgba(255, 255, 255, 0.28); margin-bottom: 1.2rem; }

/* --- story --- */
.md-lead { max-width: 54rem; }
.md-lead-text { margin: 0 0 1.4rem; font-size: clamp(1.35rem, 2.2vw, 1.85rem); font-weight: 500; line-height: 1.45; letter-spacing: -0.01em; color: var(--md-ink); }
.md-lead-more { margin: 0 0 1rem; color: var(--md-ink-2); line-height: 1.8; }
.md-row { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: 3rem 4.5rem; align-items: center; margin-top: 5.5rem; }
.md-row.is-flip .md-row-media { order: 2; }
.md-row-media { margin: 0; overflow: hidden; }
.md-row-media img { width: 100%; display: block; transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1); }
.md-row:hover .md-row-media img { transform: scale(1.03); }
.md-row-num { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 2.6rem; line-height: 1; color: var(--md-red); margin-bottom: 0.8rem; }
.md-row-title { margin: 0 0 1rem; font-size: clamp(1.5rem, 2.4vw, 2.2rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; }
.md-row-text p { color: var(--md-ink-2); line-height: 1.8; margin: 0 0 1rem; }
.md-quote {
  margin: 5rem auto 0;
  max-width: 58rem;
  padding: 0 0 0 1.6rem;
  border: 0;
  border-left: 3px solid var(--md-red);
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.md-quote p { font-size: 1rem; font-weight: 400; color: var(--md-ink-2); line-height: 1.8; margin: 1rem 0 0; }
.md-icons { display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 1.2rem; margin-top: 4.5rem; }
.md-icon-card { background-color: #fff; border: 1px solid var(--md-line); padding: 2.2rem 1.8rem; text-align: center; }
.md-icon-card img { height: 4rem; width: auto; margin: 0 auto 1.2rem; display: block; object-fit: contain; }
.md-icon-card h3 { margin: 0 0 0.6rem; font-size: 1.05rem; font-weight: 800; }
.md-icon-card p { margin: 0; color: var(--md-ink-2); line-height: 1.7; font-size: 0.95rem; }
.md-closing { max-width: 54rem; margin-top: 4.5rem; color: var(--md-ink-2); line-height: 1.8; }

/* --- colours --- */
.md-colors { display: grid; grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr)); gap: 1.2rem; }
.md-color {
  appearance: none;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid var(--md-line);
  padding: 1.2rem 1.2rem 1.1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.md-color:hover, .md-color:focus-visible { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(42, 24, 22, 0.12); border-color: #d9d2ca; }
.md-color img { width: 100%; aspect-ratio: 3 / 2; object-fit: contain; display: block; }
.md-color-name { display: block; margin-top: 0.9rem; padding-top: 0.8rem; border-top: 1px solid #f0ece7; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--md-ink); }
.md-color-cta { display: block; margin-top: 0.3rem; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; color: var(--md-red-deep); opacity: 0; transition: opacity 0.25s ease; }
.md-color:hover .md-color-cta, .md-color:focus-visible .md-color-cta { opacity: 1; }

/* --- gallery (bento + lightbox) --- */
.md-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 14rem; gap: 0.8rem; }
.md-gallery.has-lead .md-gal-item:first-child { grid-column: span 2; grid-row: span 2; }
.md-gal-item { appearance: none; border: 0; padding: 0; overflow: hidden; background-color: #191919; cursor: zoom-in; }
.md-gal-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1); }
.md-gal-item:hover img { transform: scale(1.05); }
.md-gal-item:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.md-lightbox { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; background-color: rgba(8, 8, 10, 0.95); animation: mdFade 0.25s ease both; }
.md-lightbox[hidden] { display: none !important; }
@keyframes mdFade { from { opacity: 0; } to { opacity: 1; } }
.md-lb-figure { margin: 0; max-width: 92vw; max-height: 86vh; text-align: center; }
.md-lb-figure img { max-width: 92vw; max-height: 80vh; object-fit: contain; display: block; margin: 0 auto; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6); }
.md-lb-count { margin-top: 0.9rem; color: #b8b1aa; font-size: 0.75rem; letter-spacing: 0.16em; }
.md-lb-close, .md-lb-prev, .md-lb-next {
  position: fixed;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
  font: inherit;
  font-size: 1.4rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.md-lb-close:hover, .md-lb-prev:hover, .md-lb-next:hover { background-color: var(--md-red); border-color: var(--md-red); }
.md-lb-close { top: 1.2rem; right: 1.2rem; }
.md-lb-prev { left: 1.2rem; top: 50%; transform: translateY(-50%); }
.md-lb-next { right: 1.2rem; top: 50%; transform: translateY(-50%); }
body.md-lb-open { overflow: hidden; }

/* --- versions --- */
.md-versions { display: grid; grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr)); gap: 1.2rem; }
.md-version { background-color: #fff; border: 1px solid var(--md-line); padding: 1.2rem; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.md-version:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(42, 24, 22, 0.12); }
.md-version img { width: 100%; aspect-ratio: 3 / 2; object-fit: contain; display: block; margin-bottom: 0.9rem; }
.md-version h3 { margin: 0; font-size: 0.9rem; font-weight: 800; letter-spacing: 0.04em; }

/* --- showroom stock --- */
.md-stock-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr); gap: 2rem; align-items: start; }
.md-stock-card { background-color: #fff; border: 1px solid var(--md-line); border-top: 3px solid var(--md-red); padding: 2rem 2rem 1.6rem; }
.md-stock-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; padding-bottom: 1.4rem; border-bottom: 1px solid var(--md-line); }
.md-stock-total { font-family: "Playfair Display", Georgia, serif; font-size: 4rem; line-height: 1; font-variant-numeric: tabular-nums; }
.md-stock-total-label { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: var(--md-ink-3); margin-top: 0.4rem; }
.md-stock-status { font-size: 0.9rem; color: var(--md-ink-2); }
.md-stock-status b { color: var(--md-ink); }
.md-stock-card.is-off .md-stock-total, .md-stock-card.is-unknown .md-stock-total { color: var(--md-ink-3); }
.md-stock-lines { list-style: none; margin: 0; padding: 0; }
.md-stock-line { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 1rem; align-items: center; padding: 0.9rem 0; border-bottom: 1px solid #f0ece7; }
.md-stock-line-name { font-weight: 700; font-size: 0.92rem; }
.md-stock-line-meta { font-size: 0.8rem; color: var(--md-ink-3); white-space: nowrap; }
.md-stock-line-qty { font-family: "Playfair Display", Georgia, serif; font-size: 1.5rem; line-height: 1; min-width: 2.2rem; text-align: right; }
.md-stock-line.is-empty { display: block; color: var(--md-ink-2); line-height: 1.7; font-size: 0.92rem; }
.md-stock-note { margin: 1.2rem 0 0; font-size: 0.78rem; color: var(--md-ink-3); line-height: 1.6; }
.md-showrooms { display: grid; gap: 0.8rem; }
.md-showroom { display: block; background-color: var(--md-ink); color: #fff; text-decoration: none; padding: 1.4rem 1.6rem; transition: background-color 0.25s ease, transform 0.25s ease; }
.md-showroom:hover { background-color: var(--md-red); color: #fff; transform: translateX(4px); }
.md-showroom-name { display: block; font-weight: 800; font-size: 1.05rem; letter-spacing: -0.01em; }
.md-showroom-where { display: block; margin-top: 0.2rem; font-size: 0.82rem; color: rgba(255, 255, 255, 0.7); }
.md-showroom-cta { display: block; margin-top: 0.9rem; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }

/* --- related --- */
.md-related { background-color: #fff; border-top: 1px solid var(--md-line); }
.md-related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); gap: 1.2rem; }
.md-related-card { display: block; background-color: var(--md-soft); border: 1px solid var(--md-line); padding: 1.2rem; color: var(--md-ink); text-decoration: none; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.md-related-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(42, 24, 22, 0.12); color: var(--md-ink); }
.md-related-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: contain; display: block; margin-bottom: 0.8rem; }
.md-related-name { display: block; font-weight: 800; font-size: 1.05rem; }
.md-related-cta { display: block; margin-top: 0.3rem; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--md-red-deep); }

/* --- responsive --- */
@media (max-width: 991px) {
  .md-hero { min-height: 0; padding: 7.5rem 5% 4rem; }
  .md-hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .md-hero-stage { order: -1; }
  .md-hero-word { top: 30%; font-size: clamp(5rem, 24vw, 12rem); }
  .md-subnav-model { display: none; }
  .md-subnav-links { margin-left: 0; }
  .md-section { padding: 4.5rem 5%; }
  .md-row, .md-row.is-flip { grid-template-columns: 1fr; gap: 1.6rem; }
  .md-row.is-flip .md-row-media { order: 0; }
  .md-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 11rem; }
  .md-stock-grid { grid-template-columns: 1fr; }
  .md-scroll-cue { display: none; }
}
@media (max-width: 600px) {
  .md-title { font-size: clamp(2.6rem, 14vw, 3.6rem); }
  .md-specs { grid-template-columns: repeat(2, 1fr); }
  .md-gallery.has-lead .md-gal-item:first-child { grid-column: span 2; grid-row: span 1; }
  .md-subnav .md-btn-sm { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .md-stage-img, .md-scroll-cue span, .md-lightbox { animation: none; }
  .md-stage-img, .md-gal-item img, .md-row-media img, .md-btn, .md-color, .md-version, .md-related-card, .md-showroom, .md-feature { transition: none; }
}

/* ============================================================
   13. Site-wide "md" language (2026-09-02) — the showcase-page
   design applied to every page: page heroes, CTA bands, dark
   footer, dark glass toolbar, cards, forms, homepage components.
   ============================================================ */

/* --- generic page hero (list + utility pages) --- */
.md-page-hero { min-height: min(72vh, 46rem); padding: 8.5rem 5% 4rem; }
.md-page-hero .md-hero-inner { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); }
.md-page-hero.no-visual .md-hero-inner { grid-template-columns: minmax(0, 1fr); max-width: 64rem; margin: 0; }
.md-page-sub { margin: 0 0 1.6rem; max-width: 36rem; color: #c9c4bf; font-size: 1.05rem; line-height: 1.75; }
.md-hero.is-light .md-page-sub { color: var(--md-ink-2); }
.md-page-hero .md-keyspecs { margin-bottom: 1.8rem; }

/* --- shared CTA band --- */
.md-cta {
  position: relative;
  overflow: hidden;
  background-color: #0a0a0c;
  color: #fff;
  padding: 6.5rem 5%;
  text-align: center;
}
.md-cta .md-hero-bg {
  background:
    radial-gradient(60% 70% at 50% 60%, rgba(225, 6, 0, 0.22), transparent 62%),
    linear-gradient(180deg, #0a0a0c 0%, #151216 100%);
}
.md-cta .md-hero-word { left: 50%; right: auto; top: 50%; transform: translate(-50%, -50%); font-size: clamp(5rem, 18vw, 16rem); }
.md-cta-inner { position: relative; max-width: 50rem; margin: 0 auto; }
.md-cta .md-eyebrow { color: #ff6f68; }
.md-cta .md-h2 { color: #fff; }
.md-cta-sub { margin: 1.2rem auto 2rem; max-width: 34rem; color: #c9c4bf; line-height: 1.75; }
.md-cta .md-h2 + .md-actions { margin-top: 2rem; }
.md-cta .md-actions { justify-content: center; }
.md-cta-hours { margin: 2.4rem 0 0; color: #8a837c; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }

/* --- dark footer --- */
.footer.background-color-seashell { background-color: #0a0a0c; color: #b8b1aa; border-top: 1px solid rgba(255, 255, 255, 0.06); }
.footer.background-color-seashell h3 { color: #fff; font-weight: 800; }
.footer.background-color-seashell .text-size-medium { color: #b8b1aa; }
.footer.background-color-seashell .footer_social-link { color: #fff; }
.footer.background-color-seashell .line-divider { background-color: rgba(255, 255, 255, 0.1); }
.footer.background-color-seashell .footer_credit-text { color: #8a837c; }
.footer.background-color-seashell .footer_legal-link { color: #b8b1aa; }
.footer.background-color-seashell .footer_legal-link:hover { color: #ff6f68; opacity: 1; }

/* --- catalogue / accessory toolbar: dark glass, like the showcase subnav --- */
.catalog-toolbar-band {
  background-color: rgba(12, 12, 14, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
  color: #fff;
}
.filter-pill { border-color: rgba(255, 255, 255, 0.25); color: #d8d2cc; }
.filter-pill:hover { border-color: #fff; color: #fff; }
.filter-pill.is-active { background-color: var(--md-red); border-color: var(--md-red); color: #fff; }
.acc-filter-row-label { color: #8a837c; }
.stock-toggle { border-color: rgba(255, 255, 255, 0.35); background-color: transparent; color: #fff; }
.stock-toggle:hover { background-color: var(--md-red); border-color: var(--md-red); }
.stock-panel .stock-table th { color: #a8a19b; border-bottom-color: rgba(255, 255, 255, 0.12); }
.stock-panel .stock-table td { border-bottom-color: rgba(255, 255, 255, 0.08); color: #e8e4df; }
.stock-panel .stock-table tbody tr:nth-child(even) { background-color: rgba(255, 255, 255, 0.03); }
.stock-panel .stock-table tbody tr:hover { background-color: rgba(255, 255, 255, 0.07); }
.stock-panel .stock-model-link { color: #fff; }
.stock-panel .stock-model-link:hover { color: #ff6f68; border-bottom-color: #ff6f68; }
.stock-panel .stock-model-name { color: #fff; }
.stock-panel .stock-variants { color: #b8b1aa; }
.stock-panel .stock-variant b { color: #fff; }
.stock-panel .stock-th-sub { color: #6b645e; }
.stock-panel .stock-panel-note { color: #8a837c; }
.stock-panel .stock-status.in-stock { color: #4ade80; }
.stock-panel .stock-status.low-stock { color: #fbbf24; }
.stock-panel .stock-status.out-of-stock { color: #f87171; }
.acc-stock-note { color: #8a837c; }

/* --- brand sections + cards (catalogue, accessories) --- */
.brand-section.background-color-seashell { background-color: var(--md-soft); }
.brand-head .brand-count { color: var(--md-red); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.26em; text-transform: uppercase; }
.brand-head h2.heading-xlarge { font-family: Manrope, "Open Sans", sans-serif; font-weight: 800; letter-spacing: -0.025em; }
.brand-head p { color: var(--md-ink-2); }
.model-card { border: 1px solid var(--md-line); box-shadow: none; }
.model-card:hover { box-shadow: 0 18px 40px rgba(42, 24, 22, 0.12); }
.model-card-body h3 { font-family: Manrope, "Open Sans", sans-serif; font-weight: 800; letter-spacing: -0.01em; }
.model-card-cta { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--md-red-deep); }
.model-card:hover .model-card-cta { color: var(--md-ink); }
.acc-badge { background-color: var(--md-ink); color: #fff; }
.acc-badge-aksesuar { background-color: var(--md-red); }
.acc-extra-toggle { border-color: var(--md-ink); }

/* --- campaigns --- */
.camp-card { border: 1px solid var(--md-line); box-shadow: none; }
.camp-card:hover { box-shadow: 0 18px 40px rgba(42, 24, 22, 0.12); }
.camp-badge { background-color: var(--md-red); color: #fff; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.66rem; border-radius: 0; }
.camp-badge-finance { background-color: var(--md-ink); }
.camp-badge-gift { background-color: #b30500; }
.camp-badge-discount { background-color: #3d0805; }
.camp-card-date { color: var(--md-red-deep); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; }
.camp-card-body h3 { font-family: Manrope, "Open Sans", sans-serif; font-weight: 800; letter-spacing: -0.01em; }
.camp-card-link { color: var(--md-red-deep); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.camp-card-link:hover { color: var(--md-ink); }
.md-camp-note { max-width: 44rem; margin: 3.5rem auto 0; text-align: center; color: var(--md-ink-3); font-size: 0.88rem; line-height: 1.7; }

/* --- contact: dark showroom cards, form, aside --- */
.contact-card { background-color: var(--md-ink); color: #fff; border: 0; border-top: 3px solid var(--md-red); box-shadow: none; }
.contact-card-kicker { color: #ff6f68; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; }
.contact-card h3 { color: #fff; font-family: Manrope, "Open Sans", sans-serif; font-weight: 800; letter-spacing: -0.01em; }
.contact-card > p { color: #b8b1aa; }
.contact-card dl div { border-color: rgba(255, 255, 255, 0.1); }
.contact-card dt { color: #8a837c; }
.contact-card dd { color: #e8e4df; }
.contact-card dd a { color: #fff; }
.contact-card dd a:hover { color: #ff6f68; }
.contact-card dd .pending { color: #8a837c; }
.ts-step-num { background-color: var(--md-red); color: #fff; border-radius: 50%; font-weight: 800; width: 2.6rem; height: 2.6rem; min-width: 2.6rem; flex: 0 0 2.6rem; display: inline-flex; align-items: center; justify-content: center; padding: 0; }
.ts-step-head h2 { font-family: Manrope, "Open Sans", sans-serif; font-weight: 800; letter-spacing: -0.02em; }
.ts-step-hint { color: var(--md-ink-2); }
.test-form label { color: var(--md-ink-3); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; }
.test-form .w-input, .test-form .w-select { border: 1px solid #d9d2ca; background-color: #fff; border-radius: 0; box-shadow: none; }
.test-form .w-input:focus, .test-form .w-select:focus { border-color: var(--md-red); box-shadow: 0 0 0 3px rgba(225, 6, 0, 0.14); }
.topic-pill, .showroom-card { border: 1px solid #d9d2ca; background-color: #fff; border-radius: 0; box-shadow: none; }
.topic-pill { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--md-ink); }
.topic-pill:hover, .showroom-card:hover { border-color: var(--md-ink); transform: translateY(-2px); }
.topic-pill.is-picked, .topic-pill:has(input:checked), .showroom-card.is-picked, .showroom-card:has(input:checked) {
  border-color: var(--md-red); background-color: rgba(225, 6, 0, 0.06); box-shadow: 0 0 0 1px var(--md-red); color: var(--md-ink);
}
.showroom-card-name { font-weight: 800; }
.showroom-card-sub { color: var(--md-ink-2); }
.ts-summary { background-color: var(--md-ink); color: #fff; border: 0; border-top: 3px solid var(--md-red); box-shadow: none; }
.ts-summary h3 { color: #fff; font-family: Manrope, "Open Sans", sans-serif; font-weight: 800; }
.ts-summary dt { color: #8a837c; }
.ts-summary dd { color: #fff; }
.ts-summary dl div { border-color: rgba(255, 255, 255, 0.1); }
.ts-summary-media { background-color: rgba(255, 255, 255, 0.05); }
.ts-summary-media .ts-summary-empty { color: #8a837c; }
.ts-notes li { color: #b8b1aa; }
.ts-notes li::before { background-color: var(--md-red); }
.quick-links a { color: #fff; }
.quick-links a:hover { color: #ff6f68; }
.quick-links a { border-bottom-color: rgba(255, 255, 255, 0.12); }
.quick-links a::after { color: #ff6f68; }
#form-success-band .form-success { background-color: var(--md-ink); color: #fff; border: 0; border-top: 3px solid #22c55e; }
#form-success-band .form-success h3 { color: #fff; }
#form-success-band .form-success p { color: #b8b1aa; }
.md-form-section { padding: 5rem 5%; }

/* --- test drive: the model picker lives in the hero --- */
.md-ts-hero .md-hero-inner { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); }
.md-ts-picks { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.6rem; }
.md-ts-picks .pick-card {
  position: relative;
  display: block;
  padding: 0.6rem 0.6rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: rgba(255, 255, 255, 0.04);
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.md-ts-picks .pick-card:hover { border-color: rgba(255, 255, 255, 0.5); transform: translateY(-2px); background-color: rgba(255, 255, 255, 0.06); }
.md-ts-picks .pick-card.is-picked, .md-ts-picks .pick-card:has(input:checked) { border-color: var(--md-red); box-shadow: 0 0 0 1px var(--md-red); background-color: rgba(225, 6, 0, 0.1); }
.md-ts-picks .pick-card.is-picked::after, .md-ts-picks .pick-card:has(input:checked)::after { content: none; }
.md-ts-picks .pick-card:focus-within { outline: 2px solid #fff; outline-offset: 2px; }
.md-ts-picks .pick-card input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.md-ts-picks .pick-card-img { display: block; aspect-ratio: 3 / 2; margin: 0 0 0.45rem; background: none; }
.md-ts-picks .pick-card-img img { width: 100%; height: 100%; object-fit: contain; display: block; }
.md-ts-picks .pick-card-name { display: block; color: #fff; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.06em; }
.md-ts-picks .pick-card-brand { display: block; color: #ff6f68; font-size: 0.6rem; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; margin-top: 0.15rem; }
.md-ts-hero .md-picker-label { margin-bottom: 0.8rem; }

/* --- homepage --- */
.md-picker-link { margin-left: auto; color: #ff6f68; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; }
.md-picker-link:hover { color: #fff; }
.md-picker-link + .md-picker-count { margin-left: 1rem; }
.md-home-stats { padding: 0 5% 5rem; }
.md-home-stats .md-specs { margin-bottom: 0; }
.md-brand-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; }
.md-brand-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 24rem;
  padding: 1.6rem 1.5rem 1.5rem;
  background: linear-gradient(180deg, #17151a 0%, #0f0e10 100%);
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.35s ease;
}
.md-brand-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35); color: #fff; }
.md-brand-card-word {
  position: absolute;
  left: -0.05em;
  top: 0.55rem;
  font-size: clamp(3.6rem, 6vw, 5.4rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
  white-space: nowrap;
  pointer-events: none;
}
.md-brand-card img { position: relative; width: 100%; aspect-ratio: 3 / 2; object-fit: contain; margin: 2.6rem 0 1.4rem; filter: drop-shadow(0 22px 30px rgba(0, 0, 0, 0.5)); transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1); }
.md-brand-card:hover img { transform: translateX(6px) scale(1.03); }
.md-brand-card h3 { margin: 0 0 0.4rem; font-size: 1.5rem; font-weight: 800; letter-spacing: -0.02em; color: #fff; }
.md-brand-card p { margin: 0 0 1.2rem; color: #b8b1aa; font-size: 0.9rem; line-height: 1.6; }
.md-brand-card-cta { margin-top: auto; color: #ff6f68; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.md-brand-card:hover .md-brand-card-cta { color: #fff; }
.md-brand-card-n { color: #8a837c; font-weight: 700; margin-left: 0.5rem; }
.md-feat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; }
.md-feat-card { display: block; position: relative; background-color: #fff; border: 1px solid var(--md-line); padding: 1.2rem; color: var(--md-ink); text-decoration: none; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.md-feat-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(42, 24, 22, 0.12); color: var(--md-ink); }
.md-feat-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: contain; display: block; margin-bottom: 0.9rem; }
.md-feat-card-brand { display: block; color: var(--md-red-deep); font-size: 0.64rem; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; }
.md-feat-card-name { display: block; font-size: 1.15rem; font-weight: 800; letter-spacing: -0.01em; margin: 0.2rem 0 0.6rem; }
.md-feat-card .md-td { margin: 0; font-size: 0.74rem; }
.md-feat-card .md-td-mark { border-color: #22c55e; color: #22c55e; }
.md-home-showrooms .md-showrooms { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.md-home-showrooms .md-showroom { background-color: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1); border-top: 2px solid var(--md-red); padding: 1.8rem 1.6rem; }
.md-home-showrooms .md-showroom:hover { background-color: var(--md-red); transform: translateY(-4px); }
.md-showroom-addr { display: block; margin-top: 0.9rem; color: #b8b1aa; font-size: 0.86rem; line-height: 1.6; }
.md-showroom:hover .md-showroom-addr { color: rgba(255, 255, 255, 0.85); }
.md-about-inner { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 3rem 5rem; align-items: start; }
.md-about-inner .md-lead-text { margin-top: 0; }
#markalar, #showroomlar, #hakkimizda { scroll-margin-top: 90px; }

@media (max-width: 991px) {
  .md-page-hero { min-height: 0; padding: 7.5rem 5% 3.5rem; }
  .md-page-hero .md-hero-inner, .md-ts-hero .md-hero-inner { grid-template-columns: 1fr; }
  .md-brand-grid, .md-feat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md-home-showrooms .md-showrooms { grid-template-columns: 1fr; }
  .md-about-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .md-cta { padding: 4.5rem 5%; }
}
@media (max-width: 600px) {
  .md-brand-grid, .md-feat-grid { grid-template-columns: 1fr; }
  .md-ts-picks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.md-ts-hero .md-stage-img { transition: opacity 0.2s ease, transform 0.2s ease; animation: none; }
.md-ts-hero .md-stage-img.is-swapping { opacity: 0; transform: translateX(16px); }

/* multi-word homepage headline: one size down from the model-name scale */
.md-home-hero .md-title { font-size: clamp(2.6rem, 5.2vw, 4.6rem); letter-spacing: -0.03em; line-height: 1; }
/* studio (white-ground) photos on any stage: a deliberate white product card */
.md-stage.is-studio .md-stage-img { background-color: #fff; border-radius: 6px; box-shadow: 0 34px 70px rgba(0, 0, 0, 0.45), 0 2px 6px rgba(0, 0, 0, 0.2); filter: none; animation-name: mdStageInFlat; }
.md-stage.is-studio::before { display: none; }
@keyframes mdStageInFlat { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: none; } }

/* homepage: general (no product) hero — centred typographic opener */
.md-home-hero.is-general { min-height: min(88vh, 52rem); padding-top: 9rem; }
.md-home-hero.is-general .md-hero-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
.md-home-hero.is-general .md-hero-copy { max-width: 54rem; }
.md-home-hero.is-general .md-title { font-size: clamp(2.8rem, 6.4vw, 5.6rem); }
.md-home-hero.is-general .md-page-sub { margin-left: auto; margin-right: auto; max-width: 40rem; }
.md-home-hero.is-general .md-keyspecs { justify-content: center; gap: 0.8rem 3rem; }
.md-home-hero.is-general .md-keyspecs li { align-items: center; }
.md-home-hero.is-general .md-actions { justify-content: center; }
.md-home-hero.is-general .md-hero-word { left: 50%; right: auto; transform: translate(-50%, -50%); top: 50%; font-size: clamp(6rem, 22vw, 22rem); }
.md-home-hero.is-general .md-hero-bg { background:
    radial-gradient(60% 55% at 50% 60%, rgba(225, 6, 0, 0.24), transparent 62%),
    radial-gradient(45% 45% at 15% 105%, rgba(61, 8, 5, 0.75), transparent 70%),
    linear-gradient(180deg, #0a0a0c 0%, #151216 100%); }
@media (max-width: 991px) { .md-home-hero.is-general { min-height: 0; padding-top: 7.5rem; } }
