
/* ============================================================
   SINGH AUTO IMPORTS - NETLIFY READY STATIC SITE
============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black: #050505;
  --black-2: #0d0d0d;
  --card-bg: #111111;
  --card-bg-2: #161616;
  --gold: #C9A84C;
  --gold-light: #D4AF5A;
  --white: #FFFFFF;
  --grey: #888888;
  --grey-light: #AAAAAA;
  --border: rgba(201,168,76,0.2);
  --border-subtle: rgba(255,255,255,0.07);
  --font: 'Inter', 'Helvetica Neue', Arial, sans-serif;
}

html { scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--white);
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, select, input, textarea { font-family: var(--font); }
button { cursor: pointer; }

.page { display: none; }
.page.active { display: block; }

.label-gold {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.hero-heading {
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.gold-text { color: var(--gold); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.2s ease;
  border: none;
  white-space: nowrap;
  flex-shrink: 0;
}

.btn-primary { background: var(--gold); color: #000; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }

.btn-secondary {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(201,168,76,0.5);
}
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-1px); }

.btn-outline-gold {
  background: transparent;
  color: var(--gold);
  border: 1.5px solid var(--gold);
}
.btn-outline-gold:hover { background: var(--gold); color: #000; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #030303;
  border-bottom: 1px solid rgba(255,255,255,0.055);
}

.header-inner {
  height: 66px;
  padding: 0 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
  cursor: pointer;
  min-width: 185px;
}

.logo-icon { width: 40px; height: 40px; object-fit: contain; display: block; }

.logo-text {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.085em;
  text-transform: uppercase;
  line-height: 1.22;
  color: var(--gold);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: 4px;
}

.main-nav a {
  font-size: 13.5px;
  font-weight: 500;
  color: #c8c8c8;
  position: relative;
  padding: 23px 0 20px;
  cursor: pointer;
  line-height: 1;
}

.main-nav a:hover { color: var(--white); }
.main-nav a.active { color: var(--gold); }
.main-nav a.active::after {
  content: '';
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 35px;
  height: 1.5px;
  background: var(--gold);
  border-radius: 2px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.header-right .btn {
  height: 38px;
  padding: 0 18px;
  font-size: 12.5px;
  border-radius: 5px;
}

.connect-label {
  margin-left: 4px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #b8b8b8;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.social-icons a {
  color: #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.social-icons a:hover { color: var(--gold); }
.social-icons svg { width: 17px; height: 17px; fill: currentColor; }

/* Home */

.home-hero {
  position: relative;
  min-height: 640px;
  display: block;
  overflow: hidden;
  background: #050505;
}

.home-hero-content {
  padding: 68px 40px 80px 96px;
  width: 565px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  z-index: 3;
}

.home-hero-content .label-gold {
  display: block;
  margin-bottom: 18px;
}

.home-hero-content .hero-heading {
  font-size: 52px;
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin-bottom: 22px;
}

.hero-divider {
  width: 50px;
  height: 2px;
  background: var(--gold);
  margin-bottom: 24px;
}

.home-hero-content p {
  font-size: 15px;
  color: var(--grey-light);
  line-height: 1.7;
  max-width: 380px;
  margin-bottom: 34px;
}

.hero-buttons {
  display: flex;
  gap: 14px;
}

.home-hero-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}

.home-hero-image img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: unset;
  object-position: top right;
  image-rendering: auto;
}

.home-hero-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right,
      rgba(5,5,5,0.98) 0%,
      rgba(5,5,5,0.90) 16%,
      rgba(5,5,5,0.55) 32%,
      rgba(5,5,5,0.15) 50%,
      rgba(5,5,5,0.04) 72%,
      rgba(5,5,5,0.02) 100%),
    linear-gradient(to bottom,
      rgba(5,5,5,0.05) 0%,
      rgba(5,5,5,0.00) 55%,
      rgba(5,5,5,0.40) 82%,
      rgba(5,5,5,0.86) 100%);
  z-index: 2;
  pointer-events: none;
}

.hero-image, .showroom-hero-image, .about-hero-image, .hiw-hero-image {
  position: relative;
  overflow: hidden;
}

.hero-image img, .showroom-hero-image img, .about-hero-image img, .hiw-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showroom-hero-image::before, .hiw-hero-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--black) 0%, transparent 45%);
  z-index: 1;
  pointer-events: none;
}

/* Facts */

.facts-section {
  position: relative;
  width: calc(100% - 220px);
  max-width: 1180px;
  min-height: 190px;
  margin: -6px auto 0;
  background: #0b0b0b;
  border: 1px solid rgba(255,255,255,0.075);
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 250px repeat(4, 1fr);
  z-index: 5;
}

.facts-label-col {
  padding: 42px 30px;
  border-right: 1px solid rgba(255,255,255,0.075);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.facts-title {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.05;
  color: var(--white);
  margin-top: 6px;
}

.facts-divider {
  width: 42px;
  height: 2px;
  background: var(--gold);
  margin-top: 18px;
}

.fact-item {
  padding: 36px 26px 30px;
  border-right: 1px solid rgba(255,255,255,0.075);
  display: grid;
  grid-template-columns: 46px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-content: center;
}

.fact-item:last-child { border-right: none; }

.fact-icon {
  grid-column: 1;
  grid-row: 1;
  width: 43px;
  height: 43px;
  object-fit: contain;
  display: block;
  align-self: start;
  justify-self: start;
  margin-top: -4px;
}

.fact-item h4 {
  grid-column: 2;
  grid-row: 1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.42;
  color: var(--white);
}

.fact-item p {
  grid-column: 2;
  grid-row: 2;
  font-size: 13px;
  color: var(--grey-light);
  line-height: 1.58;
  margin-top: 13px;
}


/* How It Works */
.hiw-page-wrap {
  width: calc(100% - 180px);
  max-width: 1260px;
  margin: 0 auto;
}

.hiw-breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--grey);
  font-size: 11px;
  padding: 22px 0 12px;
}

.hiw-breadcrumb a { color: var(--grey); cursor: pointer; }

.hiw-hero {
  position: relative;
  min-height: 455px;
  overflow: hidden;
  border-bottom: 1px solid rgba(201,168,76,0.12);
  background: #050505;
}

.hiw-hero-content {
  position: relative;
  z-index: 3;
  width: 39%;
  min-height: 455px;
  padding: 48px 0 42px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hiw-hero-content .label-gold { margin-bottom: 10px; }

.hiw-hero-content .hero-heading {
  font-size: 48px;
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin-bottom: 20px;
}

.hiw-hero-content p {
  color: var(--grey-light);
  font-size: 14px;
  line-height: 1.65;
  max-width: 365px;
  margin-bottom: 20px;
}

.hiw-hero-content .lead-text {
  color: var(--white);
  font-weight: 700;
  margin-bottom: 14px;
}

.hiw-hero-buttons {
  display: flex;
  gap: 12px;
  margin-top: 4px;
}

.hiw-hero-buttons .btn {
  height: 42px;
  padding: 0 20px;
  font-size: 12px;
}

.hiw-hero-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 79%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.hiw-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  display: block;
}

.hiw-hero-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right,
      #050505 0%,
      rgba(5,5,5,0.95) 18%,
      rgba(5,5,5,0.68) 31%,
      rgba(5,5,5,0.16) 52%,
      rgba(5,5,5,0.05) 100%),
    linear-gradient(to bottom,
      rgba(5,5,5,0.06) 0%,
      rgba(5,5,5,0.0) 62%,
      rgba(5,5,5,0.26) 100%);
  z-index: 2;
  pointer-events: none;
}

.import-process {
  padding: 38px 0 46px;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

.import-process h2,
.why-japan h2 {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 8px;
}

.process-sub {
  color: var(--grey);
  font-size: 12px;
  margin-bottom: 28px;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  position: relative;
}

.process-steps::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 7%;
  right: 7%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(201,168,76,0.55), transparent);
  z-index: 0;
}

.process-step {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 0 4px;
}

.process-icon-circle {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: 1px solid rgba(201,168,76,0.35);
  background: #111;
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  font-size: 21px;
}

.process-step-num {
  text-align: center;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 12px;
}

.process-step h4 {
  color: var(--white);
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
  margin-bottom: 12px;
}

.process-step p {
  color: var(--grey-light);
  font-size: 11.5px;
  line-height: 1.68;
  text-align: left;
}

.why-japan {
  padding: 34px 0 26px;
  text-align: center;
}

.why-japan-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.why-japan-card {
  background: #0b0b0b;
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: 7px;
  padding: 26px 18px 24px;
  min-height: 168px;
}

.why-japan-card .icon-circle {
  color: var(--gold);
  border: none;
  width: 34px;
  height: 34px;
  margin: 0 auto 12px;
  font-size: 28px;
}

.why-japan-card h4 {
  color: var(--white);
  font-size: 12px;
  margin-bottom: 8px;
}

.why-japan-card p {
  color: var(--grey-light);
  font-size: 11px;
  line-height: 1.58;
}

.import-confidence {
  margin: 0 0 28px;
  background: #0b0b0b;
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: 7px;
  display: grid;
  grid-template-columns: 42% 30% 28%;
  overflow: hidden;
  min-height: 170px;
}

.confidence-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.confidence-content {
  padding: 38px 30px;
  text-align: left;
}

.confidence-content h2 {
  color: var(--white);
  font-size: 22px;
  margin-bottom: 12px;
}

.confidence-content p {
  color: var(--grey-light);
  font-size: 12px;
  line-height: 1.55;
}

.confidence-list {
  padding: 28px 28px 24px;
  display: grid;
  gap: 13px;
}

.confidence-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  text-align: left;
}

.confidence-item > span {
  color: var(--gold);
  font-size: 17px;
  width: 20px;
  flex-shrink: 0;
}

.confidence-item-text strong {
  display: block;
  color: var(--white);
  font-size: 11px;
  margin-bottom: 2px;
}

.confidence-item-text small {
  display: block;
  color: var(--grey);
  font-size: 10px;
}

/* Showroom */
/* Warranty hero - mirrors Finance hero structure: dedicated grid cell image,
   not a background-image, with the same typography rhythm and button styling. */
.warranty-hero {
  position: relative;
  min-height: 640px;
  display: block;
  overflow: hidden;
  background: #050505;
}

.warranty-hero-content {
  padding: 88px 40px 80px 96px;
  width: 565px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  z-index: 3;
}

.warranty-hero-content .label-gold {
  display: block;
  margin-bottom: 18px;
}

.warranty-hero-content .hero-heading {
  font-size: 52px;
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin-bottom: 22px;
}

.warranty-hero-content p {
  font-size: 15px;
  color: var(--grey-light);
  line-height: 1.7;
  max-width: 380px;
  margin-bottom: 20px;
}
.warranty-hero-content .btn {
  align-self: flex-start;
  width: auto;
}

.warranty-hero-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}

.warranty-hero-image img {
  position: absolute;
  top: 0;
  right: 0;
  width: 94%;
  height: auto;
  max-width: none;
  object-fit: unset;
  image-rendering: auto;
}

.warranty-hero-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right,
      rgba(0,0,0,0.66) 0%,
      rgba(0,0,0,0.31) 26%,
      rgba(0,0,0,0) 45%),
    linear-gradient(to right,
      rgba(5,5,5,0.86) 0%,
      rgba(5,5,5,0.79) 16%,
      rgba(5,5,5,0.48) 32%,
      rgba(5,5,5,0.13) 50%,
      rgba(5,5,5,0.04) 72%,
      rgba(5,5,5,0.02) 100%),
    linear-gradient(to bottom,
      rgba(5,5,5,0.05) 0%,
      rgba(5,5,5,0.00) 55%,
      rgba(5,5,5,0.40) 82%,
      rgba(5,5,5,0.86) 100%);
  z-index: 2;
  pointer-events: none;
}

/* Warranty */
.warranty-cards-section { padding: 0 40px 40px; margin-top: 46px; position: relative; z-index: 4; }
.warranty-main-card {
  background: rgba(17,17,17,0.72);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr 32px 1fr;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.38);
}
.warranty-twelve, .warranty-whatyouget { padding: 26px 44px 22px; }
.warranty-whatyouget h2 { font-size: 26px; margin-bottom: 14px; }
.big-number {
  font-size: 96px;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  text-shadow: 0 0 36px rgba(201,168,76,0.4), 0 0 4px rgba(201,168,76,0.25);
}
.months-text { display: inline-block; margin-left: 16px; font-size: 18px; font-weight: 800; text-transform: uppercase; line-height: 1.3; }
.warranty-twelve-row { display: flex; align-items: center; gap: 26px; }
.warranty-twelve-left { display: flex; align-items: center; }
.warranty-twelve-divider { width: 1px; align-self: stretch; background: var(--border-subtle); }
.warranty-twelve-right { display: flex; align-items: center; gap: 16px; }
.shield-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
  background: radial-gradient(circle at 35% 28%, rgba(201,168,76,0.18), rgba(201,168,76,0.02) 72%);
  filter: drop-shadow(0 0 12px rgba(201,168,76,0.5));
}
.shield-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.covered-text { font-weight: 800; text-transform: uppercase; }
.covered-text span { color: var(--gold); }
.warranty-note { margin-top: 16px; font-size: 12px; color: var(--grey); border-top: 1px solid var(--border-subtle); padding-top: 12px; }
.warranty-divider { width: 1px; justify-self: center; align-self: stretch; margin: 24px 0; background: rgba(255,255,255,0.16); }
.warranty-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 24px; }
.warranty-benefit { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--grey-light); }
.warranty-benefit svg { width: 18px; height: 18px; fill: none; stroke: var(--gold); stroke-width: 1.4; flex-shrink: 0; }

.warranty-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(17,17,17,0.72);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.38);
}
.warranty-feature-card {
  padding: 28px 26px;
  border-right: 1px solid rgba(255,255,255,0.12);
  transition: background 0.25s ease, transform 0.25s ease;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.warranty-feature-card:hover {
  background: rgba(201,168,76,0.05);
  transform: translateY(-2px);
}
.warranty-feature-card:last-child { border-right: none; }
.warranty-feature-card svg, .warranty-feature-card img.wf-icon { width: 43px; height: 43px; color: var(--gold); flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.4; filter: drop-shadow(0 0 8px rgba(201,168,76,0.3)); object-fit: contain; }
.warranty-feature-card h4 { color: var(--gold); margin-bottom: 6px; font-size: 14px; }
.warranty-feature-card p { font-size: 12px; color: var(--grey); line-height: 1.5; }

.warranty-bottom {
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 20px;
  padding: 0 40px 60px;
}
.autoguard-panel, .warranty-cta-panel {
  background: var(--card-bg);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(0,0,0,0.32);
}
.autoguard-panel { padding: 40px 40px; display: flex; align-items: center; gap: 40px; }
.warranty-cta-panel { padding: 28px 40px; border-color: var(--gold); display: flex; align-items: center; gap: 14px; box-shadow: 0 14px 32px rgba(0,0,0,0.32), 0 0 24px rgba(201,168,76,0.08); }
.autoguard-logo { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.autoguard-logo-img { height: 64px; width: auto; object-fit: contain; display: block; }
.autoguard-name strong { display: block; font-size: 22px; color: var(--white); }
.award-group { display: flex; flex-direction: column; gap: 12px; }
.award-heading { font-size: 13px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; color: var(--white); }
.award-badges { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.award-badge-img { height: 59px; width: auto; object-fit: contain; border-radius: 6px; flex-shrink: 0; }
.wcp-icon { flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--gold); display: flex; align-items: center; justify-content: center; color: var(--gold); background: radial-gradient(circle at 35% 28%, rgba(201,168,76,0.18), rgba(201,168,76,0.02) 72%); }
.wcp-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.wcp-icon-img { width: 25px; height: 25px; object-fit: contain; }
.warranty-cta-panel h3 { color: var(--gold); font-size: 14px; margin-bottom: 6px; }
.warranty-cta-panel p { font-size: 12px; color: var(--grey-light); line-height: 1.5; }

/* About */
.about-hero {
  position: relative;
  min-height: 640px;
  display: block;
  overflow: hidden;
  background: #050505;
}
.about-hero-content {
  padding: 76px 40px 88px 96px;
  width: 740px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  z-index: 3;
}
.about-hero-content .label-gold {
  display: block;
  margin-bottom: 18px;
}
.about-hero-content .hero-heading {
  font-size: 52px;
  line-height: 1.12;
  letter-spacing: -0.035em;
}
.about-underline, .offer-underline { width: 40px; height: 2px; background: var(--gold); margin: 16px 0 65px; }
.gold-icon-box {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(201,168,76,0.35);
  border-radius: 8px;
  background: rgba(201,168,76,0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
}
.gold-icon-box svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.about-hero-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}
.about-hero-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.about-hero-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right,
      rgba(5,5,5,0.98) 0%,
      rgba(5,5,5,0.90) 16%,
      rgba(5,5,5,0.55) 32%,
      rgba(5,5,5,0.15) 50%,
      rgba(5,5,5,0.04) 72%,
      rgba(5,5,5,0.02) 100%),
    linear-gradient(to bottom,
      rgba(5,5,5,0.05) 0%,
      rgba(5,5,5,0.00) 55%,
      rgba(5,5,5,0.40) 82%,
      rgba(5,5,5,0.86) 100%);
  z-index: 2;
  pointer-events: none;
}
.about-body { padding: 40px 40px 0; max-width: 1080px; margin: 0 auto; }
.about-body-heading { text-align: left; margin-bottom: 8px; }
.about-body-heading .label-gold { display: block; margin-bottom: 14px; }
.about-body-heading h2 { margin-bottom: 0; font-size: 28px; }
.about-body-heading .about-underline { margin: 14px 0 0; }
.about-subheading { font-size: 18px; font-weight: 700; color: var(--gold); margin-bottom: 10px; }
.about-paragraph {
  padding: 22px 0;
  border-bottom: 1px solid rgba(201,168,76,0.14);
}
.about-paragraph:last-child { border-bottom: none; }
.about-paragraph p { color: var(--grey-light); }
.offer-section { padding: 26px 40px 36px; }
.offer-section h2 { max-width: 1080px; margin: 0 auto; font-size: 28px; }
.offer-underline { margin: 12px auto 22px; }
.offer-grid {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}
.offer-card {
  padding: 32px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: rgba(17,17,17,0.72);
  border: 1px solid rgba(201,168,76,0.16);
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.offer-card:hover {
  transform: translateY(-3px);
  border-color: rgba(201,168,76,0.4);
  background: rgba(201,168,76,0.05);
}
.offer-card .gold-icon-box { width: 42px; height: 42px; margin-bottom: 0; }
.offer-card .check-gold { margin-top: 2px; }
.offer-card .gold-icon-box svg { width: 18px; height: 18px; }
.offer-card p { font-size: 10.5px; color: var(--grey-light); line-height: 1.4; min-height: 30px; }
.check-gold { color: var(--gold); font-size: 14px; font-weight: 800; }
.about-wa-bar {
  max-width: 1080px;
  margin: 14px auto 40px;
  background: rgba(17,17,17,0.72);
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: 12px;
  padding: 22px 30px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.32);
}
.about-wa-bar p { color: var(--grey-light); }
.about-wa-bar a { color: var(--gold); font-weight: 700; }
.about-wa-icon { width: 46px; height: 46px; border-radius: 50%; }
.about-wa-icon svg { width: 20px; height: 20px; }


/* Contact */
.contact-section {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  padding: 60px 40px;
  min-height: 600px;
}
.contact-left { padding-right: 60px; }
.contact-left h1 { font-size: 48px; font-weight: 900; margin: 12px 0 16px; }
.contact-left > p { color: var(--grey-light); max-width: 320px; margin-bottom: 36px; }
.contact-info-item {
  display: flex;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border-subtle);
}
.info-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: var(--card-bg);
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}
.info-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; }
.contact-info-item p { font-size: 13px; color: var(--grey-light); }

.contact-wa-box {
  margin-top: 24px;
  background: var(--card-bg);
  border: 1px solid var(--border-subtle);
  border-radius: 10px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-wa-box-left { display: flex; gap: 14px; align-items: center; }

.contact-right {
  background: var(--card-bg);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 40px;
}
.contact-right h2 { font-size: 22px; margin-bottom: 8px; }
.contact-right > p { font-size: 13px; color: var(--grey); margin-bottom: 28px; }
.form-group { margin-bottom: 16px; }
.form-input, .form-textarea {
  width: 100%;
  background: var(--black);
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  color: var(--white);
  font-size: 14px;
  padding: 14px 18px;
}
.form-textarea { height: 120px; resize: vertical; }
.form-buttons { display: flex; gap: 12px; margin-top: 20px; }
.form-security { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--grey); margin-top: 12px; }

/* How it works */
.hiw-breadcrumb { padding: 16px 40px; font-size: 12px; color: var(--grey); }
.hiw-breadcrumb a:hover { color: var(--gold); cursor: pointer; }
.hiw-hero-buttons { display: flex; gap: 14px; }
.import-process {
  padding: 70px 40px;
  text-align: center;
  border-top: 1px solid var(--border-subtle);
}
.import-process h2 { font-size: 28px; margin-bottom: 8px; }
.process-sub { font-size: 13px; color: var(--grey); margin-bottom: 52px; }
.process-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.process-step { text-align: center; padding: 0 12px; position: relative; }
.process-icon-circle {
  width: 64px; height: 64px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: var(--card-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.process-icon-circle svg { width: 26px; height: 26px; fill: none; stroke: var(--gold); }
.process-step-num { font-size: 22px; font-weight: 900; color: var(--gold); margin-bottom: 8px; }
.process-step h4 { font-size: 13px; margin-bottom: 8px; }
.process-step p { font-size: 12px; color: var(--grey); }

.why-japan {
  padding: 60px 40px;
  border-top: 1px solid var(--border-subtle);
  text-align: center;
}
.why-japan h2 { font-size: 26px; margin-bottom: 32px; }
.why-japan-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.why-japan-card {
  background: var(--card-bg);
  border: 1px solid var(--border-subtle);
  border-radius: 10px;
  padding: 28px 20px;
}
.icon-circle {
  width: 48px; height: 48px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
  color: var(--gold);
}
.icon-circle svg { width: 22px; height: 22px; fill: none; stroke: currentColor; }
.why-japan-card p { font-size: 12px; color: var(--grey); }

.import-confidence {
  margin: 0 40px 60px;
  background: var(--card-bg);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  display: grid;
  grid-template-columns: 420px 1fr;
  overflow: hidden;
}
.confidence-image img { width: 100%; height: 100%; object-fit: cover; }
.confidence-content { padding: 48px 52px; }
.confidence-content h2 { font-size: 28px; margin-bottom: 10px; }
.confidence-content > p { font-size: 13px; color: var(--grey); margin-bottom: 32px; }
.confidence-list { display: flex; flex-direction: column; gap: 16px; }
.confidence-item { display: flex; align-items: center; gap: 14px; }
.confidence-item svg { width: 20px; height: 20px; fill: none; stroke: var(--gold); }
.confidence-item-text strong { display: block; }
.confidence-item-text span { font-size: 12px; color: var(--grey); }

/* Finance */
.finance-hero {
  position: relative;
  min-height: 640px;
  display: block;
  overflow: hidden;
  background: #050505;
}

.finance-hero-content {
  padding: 68px 40px 80px 96px;
  width: 565px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  z-index: 3;
}

.finance-hero-content .label-gold { margin-bottom: 18px; }
.finance-hero-content .hero-heading {
  font-size: 52px;
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin-bottom: 22px;
}
.finance-hero-content p {
  color: var(--grey-light);
  font-size: 15px;
  line-height: 1.7;
  max-width: 400px;
  margin-bottom: 34px;
}

.finance-hero-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}

.finance-hero-image img {
  position: absolute;
  top: 0;
  right: 0;
  width: min(88%, 1672px);
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: right top;
  image-rendering: auto;
}

.finance-hero-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right,
      rgba(5,5,5,0.98) 0%,
      rgba(5,5,5,0.90) 16%,
      rgba(5,5,5,0.55) 32%,
      rgba(5,5,5,0.15) 50%,
      rgba(5,5,5,0.04) 72%,
      rgba(5,5,5,0.02) 100%),
    linear-gradient(to bottom,
      rgba(5,5,5,0.05) 0%,
      rgba(5,5,5,0.00) 55%,
      rgba(5,5,5,0.40) 82%,
      rgba(5,5,5,0.86) 100%);
  z-index: 2;
  pointer-events: none;
}

.finance-feature-row {
  display: flex;
  gap: 20px;
}
.finance-feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.finance-feature-item .icon-circle {
  margin: 0;
  width: 52px;
  height: 52px;
  border: none;
}
.finance-feature-item .icon-circle img { width: auto; height: 100%; max-width: 100%; display: block; }
.finance-feature-item span {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.35;
}

.finance-options {
  width: calc(100% - 220px);
  max-width: 1180px;
  margin: 44px auto 0;
  text-align: center;
}
.finance-options h2 { font-size: 28px; margin-bottom: 8px; }
.finance-options-sub { color: var(--grey-light); font-size: 13.5px; margin-bottom: 4px; }

.finance-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: left;
}
.finance-card {
  background: var(--card-bg);
  border: 1px solid rgba(201,168,76,0.32);
  border-radius: 12px;
  padding: 22px 28px 32px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.finance-card:hover {
  border-color: rgba(201,168,76,0.6);
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.5);
}
.finance-card .icon-circle {
  margin: 0 0 20px;
  width: 67px;
  height: 67px;
  border: none;
  background: none;
}
.finance-card .icon-circle img { width: auto; height: 100%; max-width: 100%; display: block; }
.finance-card .icon-circle { margin: 0 0 18px; }
.finance-card h3 { font-size: 19px; margin-bottom: 10px; color: var(--white); }
.finance-card > p { font-size: 13.5px; color: var(--grey-light); line-height: 1.55; margin-bottom: 20px; }
.finance-benefits { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; flex-grow: 1; }
.finance-benefits li { display: flex; align-items: center; gap: 9px; font-size: 13px; color: var(--grey-light); }
.finance-benefits li svg { width: 15px; height: 15px; flex-shrink: 0; fill: none; stroke: var(--gold); }
.finance-card .btn { align-self: flex-start; }

.finance-partner-strip {
  width: calc(100% - 220px);
  max-width: 1180px;
  margin: 36px auto 50px;
  background: var(--card-bg);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 28px 40px;
  display: grid;
  grid-template-columns: 200px 1fr auto;
  align-items: center;
  gap: 30px;
}
.finance-partner-logo span { display: block; font-size: 11px; color: var(--grey); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
.finance-partner-logo strong { font-size: 19px; color: var(--white); font-weight: 800; }
.finance-disclaimer { font-size: 12.5px; color: var(--grey); line-height: 1.5; margin: 0; }

/* Footer */
.site-footer {
  background: var(--black-2);
  border-top: 1px solid var(--border-subtle);
}
.footer-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--border-subtle);
}
.footer-trust-item {
  display: flex;
  gap: 16px;
  padding: 36px 40px;
  border-right: 1px solid var(--border-subtle);
}
.footer-trust-item .icon-circle { margin: 0; flex-shrink: 0; }
.footer-trust-item:last-child { border-right: none; }
.footer-trust-item h4 { font-size: 14px; margin-bottom: 4px; }
.footer-trust-item p { font-size: 12px; color: var(--grey); }
.footer-main {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  padding: 56px 40px;
  border-bottom: 1px solid var(--border-subtle);
}
.footer-col { padding-right: 40px; }
.footer-logo-wrap { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-tagline { font-size: 13px; color: var(--grey); margin-bottom: 20px; }
.footer-socials { display: flex; gap: 14px; }
.footer-socials svg { width: 18px; height: 18px; fill: currentColor; color: var(--grey); }
.footer-col-title {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 13px; color: var(--grey); cursor: pointer; }
.footer-contact-list { display: flex; flex-direction: column; gap: 12px; }
.footer-contact-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--grey); }
.footer-contact-item svg { width: 15px; height: 15px; fill: currentColor; color: var(--gold); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
}
.footer-bottom p, .footer-bottom-links a { font-size: 12px; color: var(--grey); }
.footer-bottom-links { display: flex; gap: 20px; }

/* CTA bars */
.whatsapp-bar {
  width: calc(100% - 220px);
  max-width: 1180px;
  min-height: 138px;
  margin: 34px auto 60px;
  background: #0b0b0b;
  border: 1px solid rgba(201,168,76,0.22);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 36px;
}

.whatsapp-bar-left {
  display: flex;
  align-items: center;
  gap: 28px;
}

.whatsapp-bar-left .label-gold {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 4px;
}

.whatsapp-bar-left p {
  color: var(--grey-light);
  font-size: 15px;
  line-height: 1.6;
}

.wa-icon {
  width: 78px;
  height: 78px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.whatsapp-bar .btn {
  min-width: 255px;
  height: 48px;
  padding: 0 28px;
}

/* Responsive rebuild begins below (see end of file for breakpoints) */


@media (max-width: 1200px) {
  .hiw-page-wrap {
    width: calc(100% - 100px);
  }
  .hiw-hero-content .hero-heading {
    font-size: 44px;
  }
  .process-steps {
    gap: 16px;
  }
}








/* How It Works final compact mockup correction */
.import-process {
  padding: 24px 0 26px;
}

.import-process h2,
.why-japan h2 {
  font-size: 22px;
  line-height: 1.08;
  margin-bottom: 7px;
}

.process-sub {
  font-size: 11.5px;
  margin-bottom: 18px;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  align-items: start;
  position: relative;
}

.process-steps::before {
  top: 38px;
  left: 7.2%;
  right: 7.2%;
  height: 1px;
  opacity: 0.8;
}

.process-step {
  display: grid;
  grid-template-rows: 76px 22px 36px auto;
  justify-items: center;
  align-items: start;
  padding: 0 2px;
  text-align: center;
}

.process-icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 999px;
  border: 1px solid rgba(201,168,76,0.82);
  background: #111111;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 auto 4px;
  overflow: hidden;
}

.process-icon-circle img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}

.process-step-num {
  display: block !important;
  text-align: center;
  color: var(--gold);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  margin: 0;
}

.process-step h4 {
  min-height: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  margin: 0 0 8px;
  color: var(--white);
  font-size: 11.2px;
  line-height: 1.18;
  letter-spacing: -0.01em;
}

.process-step p {
  margin: 0 auto;
  max-width: 124px;
  color: var(--grey-light);
  font-size: 10.3px;
  line-height: 1.46;
  text-align: left;
}

.process-step-img {
  display: none !important;
}

.why-japan {
  padding: 22px 0 14px;
}

.why-japan-grid {
  gap: 12px;
  margin-top: 16px;
}

.why-japan-card {
  min-height: 124px;
  padding: 16px 12px 15px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-card-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
  margin: 0 auto 8px;
}

.why-japan-card .icon-circle {
  display: none !important;
}

.why-japan-card h4 {
  font-size: 11px;
  line-height: 1.2;
  margin-bottom: 6px;
}

.why-japan-card p {
  max-width: 138px;
  margin-left: auto;
  margin-right: auto;
  font-size: 9.8px;
  line-height: 1.38;
}

.import-confidence {
  grid-template-columns: 44% 25% 31%;
  /* height intentionally preserved because user likes current height */
  margin-bottom: 10px;
  border-radius: 6px;
}

.confidence-image {
  overflow: hidden;
}

.confidence-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  transform: scale(1.04);
}

.confidence-content {
  padding: 24px 18px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.confidence-content h2 {
  max-width: 175px;
  font-size: 19px;
  line-height: 1.12;
  margin-bottom: 9px;
}

.confidence-content p {
  max-width: 220px;
  font-size: 10.6px;
  line-height: 1.42;
}

.confidence-list {
  padding: 20px 26px 20px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.confidence-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  text-align: left;
}

.confidence-item img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
  margin-top: 0;
}

.confidence-item > span {
  display: none !important;
}

.confidence-item-text strong {
  font-size: 10px;
  line-height: 1.15;
  margin-bottom: 1px;
}

.confidence-item-text small {
  font-size: 8.6px;
  line-height: 1.14;
}

.site-footer {
  padding-top: 22px;
  padding-bottom: 20px;
}

.footer-grid {
  gap: 28px;
}


/* Keep the process section compact and closer to the reference mockup */
.process-section {
  padding-top: 40px !important;
  padding-bottom: 42px !important;
}

.process-section .section-heading,
.process-section h2 {
  margin-bottom: 8px !important;
}

.process-section .section-subtitle,
.process-section > p {
  margin-bottom: 36px !important;
}

/* Line behind icons */
.process-steps {
  position: relative !important;
  overflow: visible !important;
  align-items: start !important;
}

.process-steps::before {
  top: 39px !important;
  left: 8.5% !important;
  right: 8.5% !important;
  height: 1px !important;
  background: linear-gradient(
    to right,
    transparent,
    rgba(201, 168, 76, 0.24),
    rgba(201, 168, 76, 0.24),
    transparent
  ) !important;
  z-index: 0 !important;
}

/* Small gold divider dots like the mockup, without touching the HTML */
.process-step::before {
  content: "" !important;
  position: absolute !important;
  top: 36px !important;
  left: -8px !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 50% !important;
  background: #c9a84c !important;
  opacity: 0.75 !important;
  z-index: 1 !important;
  box-shadow: 0 0 8px rgba(201, 168, 76, 0.28) !important;
}

.process-step:first-child::before {
  display: none !important;
}

/* Tighter grid now that numbers are removed */
.process-step {
  position: relative !important;
  z-index: 1 !important;
  overflow: visible !important;
  grid-template-rows: 86px 40px auto !important;
  row-gap: 7px !important;
  align-items: start !important;
}

/* Dark bubble behind each gold icon, like the mockup */
.process-icon-circle {
  width: 78px !important;
  height: 78px !important;
  min-width: 78px !important;
  min-height: 78px !important;
  border: none !important;
  border-radius: 50% !important;
  background:
    radial-gradient(circle at center, rgba(22, 22, 22, 0.96) 0%, rgba(14, 14, 14, 0.96) 68%, rgba(10, 10, 10, 0.20) 100%) !important;
  box-shadow:
    0 0 0 1px rgba(201, 168, 76, 0.08),
    0 0 18px rgba(0, 0, 0, 0.55) !important;
  padding: 0 !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 3 !important;
  margin: 0 auto !important;
  transform: translateY(-2px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.process-icon-circle img {
  width: 72px !important;
  height: 72px !important;
  object-fit: contain !important;
  display: block !important;
  background: transparent !important;
}

/* Hide any accidental leftover numbers without changing layout */
.process-step-num,
.process-number {
  display: none !important;
}

/* Titles and copy tightened to match the premium mockup feel */
.process-step h3,
.process-card h3 {
  line-height: 1.16 !important;
  margin: 0 auto !important;
  max-width: 150px !important;
}

.process-step p,
.process-card p {
  line-height: 1.5 !important;
  margin-top: 0 !important;
  max-width: 155px !important;
}

/* Slightly reduce empty air before the next section */
.why-imports,
.why-section {
  margin-top: 34px !important;
}


/* 1 and 2 already looked correct.
   3,4,5,6 needed optical centering adjustments because their artwork
   sits differently inside the exported PNG bounds. Front-end joy. */

.process-step:nth-child(3) .process-icon-circle img {
  transform: translateX(-1px) translateY(1px) scale(1.01) !important;
}

.process-step:nth-child(4) .process-icon-circle img {
  transform: translateX(-1px) translateY(0px) scale(1.01) !important;
}

.process-step:nth-child(5) .process-icon-circle img {
  transform: translateX(0px) translateY(0px) scale(1.02) !important;
}

.process-step:nth-child(6) .process-icon-circle img {
  transform: translateX(-1px) translateY(1px) scale(1.01) !important;
}


/* Fully remove any leftover numbers/artifacts */
.process-step-num,
.process-number,
.process-step span,
.process-step .number {
  display: none !important;
}

/* Remove visible gaps in circles for icons 3-6 */
.process-step:nth-child(3) .process-icon-circle,
.process-step:nth-child(4) .process-icon-circle,
.process-step:nth-child(5) .process-icon-circle,
.process-step:nth-child(6) .process-icon-circle {
  overflow: hidden !important;
}

/* Slight optical scaling so circles match 1 and 2 */
.process-step:nth-child(3) .process-icon-circle img,
.process-step:nth-child(4) .process-icon-circle img,
.process-step:nth-child(5) .process-icon-circle img,
.process-step:nth-child(6) .process-icon-circle img {
  transform: scale(1.045) translateY(0px) !important;
}

/* Ensure icon bubble perfectly masks circle edges */
.process-icon-circle {
  border-radius: 50% !important;
  overflow: hidden !important;
}

/* Tiny spacing refinement */
.process-step {
  row-gap: 5px !important;
}

/* ===== FINAL CLEAN PROCESS ICON SYSTEM ===== */

.process-section {
  padding-top: 40px !important;
  padding-bottom: 42px !important;
}

.process-section .section-heading,
.process-section h2 {
  margin-bottom: 8px !important;
}

.process-section .section-subtitle,
.process-section > p {
  margin-bottom: 34px !important;
}

.process-steps {
  position: relative !important;
  overflow: visible !important;
  align-items: start !important;
}

.process-steps::before {
  content: "" !important;
  position: absolute !important;
  top: 40px !important;
  left: 8.5% !important;
  right: 8.5% !important;
  height: 1px !important;
  background: linear-gradient(
    to right,
    transparent,
    rgba(201, 168, 76, 0.26),
    rgba(201, 168, 76, 0.26),
    transparent
  ) !important;
  z-index: 0 !important;
}

.process-step {
  position: relative !important;
  z-index: 1 !important;
  overflow: visible !important;
  grid-template-rows: 86px 42px auto !important;
  row-gap: 6px !important;
  align-items: start !important;
}

/* divider dots between icons */
.process-step::before {
  content: "" !important;
  position: absolute !important;
  top: 38px !important;
  left: -8px !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 999px !important;
  background: #c9a84c !important;
  opacity: 0.72 !important;
  z-index: 1 !important;
  box-shadow: 0 0 8px rgba(201, 168, 76, 0.28) !important;
}

.process-step:first-child::before {
  display: none !important;
}

/* dark bubble behind the clean transparent SVGs */
.process-icon-circle {
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  min-height: 80px !important;
  border: none !important;
  border-radius: 50% !important;
  background: radial-gradient(
    circle at center,
    rgba(22, 22, 22, 0.98) 0%,
    rgba(13, 13, 13, 0.98) 68%,
    rgba(5, 5, 5, 0.15) 100%
  ) !important;
  box-shadow:
    0 0 0 1px rgba(201, 168, 76, 0.08),
    0 0 18px rgba(0, 0, 0, 0.62) !important;
  padding: 0 !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 3 !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.process-icon-circle img {
  width: 74px !important;
  height: 74px !important;
  object-fit: contain !important;
  display: block !important;
  background: transparent !important;
  transform: none !important;
}

/* kill any remaining numbers, including baked number containers */
.process-step-num,
.process-number,
.process-step .number {
  display: none !important;
}

.process-step h3,
.process-card h3 {
  line-height: 1.16 !important;
  margin: 0 auto !important;
  max-width: 155px !important;
}

.process-step p,
.process-card p {
  line-height: 1.5 !important;
  margin-top: 0 !important;
  max-width: 158px !important;
}



/* ===== FINAL SIMPLIFIED PROCESS SECTION ===== */

.process-icon-circle,
.process-step-icon,
.process-step img,
.process-step svg,
.process-step::before,
.process-steps::before,
.process-step-num,
.process-number,
.number {
    display: none !important;
}

.process-step {
    padding-top: 0 !important;
    margin-top: 0 !important;
    grid-template-rows: auto auto !important;
    row-gap: 10px !important;
}

.process-step h3 {
    margin-top: 0 !important;
}

.process-steps {
    gap: 28px !important;
    align-items: start !important;
}



/* ===== FINAL PROCESS SPACING + BOX WIDTH FIX ===== */

/* push process section slightly lower */
.process-section,
.import-process,
.how-it-works-process {
    margin-top: 42px !important;
    padding-top: 32px !important;
}

/* make lower confidence box align to same width system */
.import-confidence-section,
.confidence-section,
.confidence-wrapper,
.confidence-card {
    width: 100% !important;
    max-width: 100% !important;
}

/* ensure inner container matches card row width */
.import-confidence-section .container,
.confidence-section .container {
    max-width: 1120px !important;
    width: calc(100% - 80px) !important;
    margin: 0 auto !important;
}

/* tighten symmetry left/right */
.import-confidence-section > *,
.confidence-section > * {
    box-sizing: border-box !important;
}



/* ===== FINAL IMPORT CONFIDENCE BOX FIX ===== */

/* make full lower section same visual width as top cards */
.import-confidence-section,
.confidence-section,
.confidence-wrapper,
.confidence-card {
    max-width: 1225px !important;
    width: calc(100% - 40px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* enlarge right-side feature list */
.import-confidence-section ul,
.import-confidence-section li,
.confidence-features,
.confidence-features li {
    font-size: 18px !important;
    line-height: 1.7 !important;
}

/* make titles stronger */
.confidence-features strong,
.import-confidence-section strong {
    font-size: 19px !important;
    font-weight: 700 !important;
}

/* increase spacing so box feels premium */
.confidence-features li,
.import-confidence-section li {
    margin-bottom: 14px !important;
}

/* give right side more room */
.confidence-features,
.import-confidence-right {
    width: 100% !important;
    max-width: 420px !important;
}

/* vertically align content better */
.import-confidence-content,
.import-confidence-right,
.confidence-content {
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
}

/* ===== ACTUAL IMPORT CONFIDENCE WIDTH + TEXT FIX ===== */

/* This is the real class used by the M340i section. */
.import-confidence {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: grid !important;
  grid-template-columns: 43% 26% 31% !important;
  min-height: 285px !important;
}

/* Keep the image filling its side cleanly */
.import-confidence .confidence-image {
  height: 100% !important;
}

.import-confidence .confidence-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 56% center !important;
}

/* Main middle text */
.import-confidence .confidence-content {
  padding: 42px 32px !important;
  justify-content: center !important;
}

.import-confidence .confidence-content h2 {
  font-size: 25px !important;
  line-height: 1.12 !important;
  max-width: 220px !important;
  margin-bottom: 14px !important;
}

.import-confidence .confidence-content p {
  font-size: 13px !important;
  line-height: 1.55 !important;
  max-width: 250px !important;
}

/* Right-side feature list: make it actually readable and fill the box */
.import-confidence .confidence-list {
  padding: 42px 46px 42px 26px !important;
  justify-content: center !important;
  gap: 18px !important;
}

.import-confidence .confidence-item {
  gap: 13px !important;
  align-items: flex-start !important;
}

.import-confidence .confidence-item img {
  width: 18px !important;
  height: 18px !important;
  margin-top: 2px !important;
}

.import-confidence .confidence-item-text strong {
  font-size: 14px !important;
  line-height: 1.18 !important;
  font-weight: 800 !important;
  margin-bottom: 3px !important;
}

.import-confidence .confidence-item-text small {
  font-size: 11.5px !important;
  line-height: 1.25 !important;
}

/* Make sure old wrong selector experiments do not constrain this section */
.import-confidence-section,
.confidence-section,
.confidence-wrapper,
.confidence-card {
  max-width: none !important;
}



/* ===== FINAL CONFIDENCE CONTENT POLISH ===== */

.import-confidence {
  grid-template-columns: 43% 24% 33% !important;
}

/* Move right feature column slightly right and enlarge text */
.import-confidence .confidence-list {
  padding: 42px 54px 42px 42px !important;
}

.import-confidence .confidence-item-text strong {
  font-size: 16px !important;
  line-height: 1.18 !important;
}

.import-confidence .confidence-item-text small {
  font-size: 13px !important;
  line-height: 1.35 !important;
}

/* Improve WhatsApp button icon alignment */
.whatsapp-btn,
.btn-whatsapp,
a[href*="wa.me"],
a[href*="whatsapp"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}

.whatsapp-btn img,
.btn-whatsapp img,
a[href*="wa.me"] img,
a[href*="whatsapp"] img,
.whatsapp-btn svg,
.btn-whatsapp svg {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain !important;
  position: relative !important;
  top: 0 !important;
  transform: none !important;
  vertical-align: middle !important;
}


/* ===== REMOVE IMPORT CONFIDENCE SECTION ===== */

.import-confidence,
.confidence-section,
.import-confidence-section,
.confidence-wrapper,
.confidence-card {
    display: none !important;
}

/* ============================================================
   SHOWROOM PAGE
   ============================================================ */

#page-showroom {
  background: #050505;
}

/* ---- Hero (full-bleed, matches Home / Finance / About) ---- */
.showroom-hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #050505;
}

.showroom-hero-content {
  position: relative;
  z-index: 3;
  width: 565px;
  padding: 0 40px 0 96px;
}

.showroom-hero-content .label-gold {
  display: block;
  margin-bottom: 18px;
}

.showroom-hero-content .hero-heading {
  font-size: 52px;
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin-bottom: 22px;
}

.showroom-hero-content .gold-text { color: var(--gold); }

.showroom-hero-content > p {
  color: var(--grey-light);
  font-size: 15px;
  line-height: 1.7;
  max-width: 400px;
}

.showroom-hero-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}

.showroom-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% 38%;
  filter: brightness(1.05) contrast(1.06) saturate(0.97);
}

.showroom-hero-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right,
      rgba(5,5,5,0.97) 0%,
      rgba(5,5,5,0.88) 16%,
      rgba(5,5,5,0.52) 34%,
      rgba(5,5,5,0.16) 54%,
      rgba(5,5,5,0.05) 74%,
      rgba(5,5,5,0.02) 100%),
    linear-gradient(to bottom,
      rgba(5,5,5,0.05) 0%,
      rgba(5,5,5,0.00) 55%,
      rgba(5,5,5,0.36) 84%,
      rgba(5,5,5,0.78) 100%);
  z-index: 2;
  pointer-events: none;
}

/* ---- Shell / spacing ---- */
.showroom-shell {
  width: calc(100% - 220px);
  max-width: 1180px;
  margin: 40px auto 0;
}

.filter-bar {
  width: 100%;
  margin: 0 0 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}

.filter-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
}

.filter-select {
  appearance: none;
  -webkit-appearance: none;
  height: 36px;
  min-width: 124px;
  padding: 0 32px 0 14px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23C9A84C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 14px center / 10px 6px no-repeat,
    #0b0b0b;
  color: #d8d8d8;
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  outline: none;
  transition: border-color 0.2s ease;
}
.filter-select:hover { border-color: rgba(201,168,76,0.45); }

.filter-search-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid rgba(201,168,76,0.30);
  background: #0b0b0b;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.filter-search-btn svg { width: 16px; height: 16px; }
.filter-search-btn:hover { border-color: var(--gold); background: rgba(201,168,76,0.10); }

.clear-filters {
  height: 36px;
  padding: 0 6px;
  background: transparent;
  border: none;
  color: #9d9d9d;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.clear-filters:hover { color: var(--gold); }

.filter-right {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  flex-wrap: wrap;
}

.sort-wrap { display: flex; align-items: center; gap: 6px; color: #9d9d9d; font-size: 12px; white-space: nowrap; }
.sort-select { min-width: 116px; height: 36px; border-color: transparent; background-color: transparent; padding-left: 4px; color: #e5e5e5; }

.view-toggle { display: flex; gap: 8px; align-items: center; }
.view-btn {
  width: 36px; height: 36px; border-radius: 6px;
  border: 1px solid rgba(201,168,76,0.20);
  background: #0b0b0b; color: #8e8e8e;
  font-size: 18px; line-height: 1; cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.view-btn:hover { border-color: rgba(201,168,76,0.45); }
.view-btn.active { border-color: var(--gold); color: var(--gold); }

/* ---- Empty state (premium, dealership-grade) ---- */
.showroom-empty-state {
  grid-column: 1 / -1;
  text-align: center;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 76px 48px;
  box-shadow: 0 18px 44px rgba(0,0,0,0.34), 0 0 30px rgba(201,168,76,0.05);
}
.showroom-empty-state .icon-circle {
  width: 60px;
  height: 60px;
  margin: 0 auto 22px;
  background: radial-gradient(circle at 35% 28%, rgba(201,168,76,0.16), rgba(201,168,76,0.02) 72%);
}
.showroom-empty-state .icon-circle svg { width: 24px; height: 24px; }
.showroom-empty-state .label-gold { display: block; margin-bottom: 14px; }
.showroom-empty-state h3 {
  color: #ffffff;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}
.showroom-empty-state .empty-state-divider {
  width: 44px; height: 2px;
  background: var(--gold);
  margin: 0 auto 22px;
}
.showroom-empty-state p {
  color: #b8b8b8;
  font-size: 15px;
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto 30px;
}
.showroom-empty-state .btn { min-width: 230px; height: 48px; }

/* ---- Vehicle grid / cards (shown once stock is live) ---- */
.vehicle-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
}
.vehicle-card {
  background: var(--card-bg);
  border: 1px solid var(--border-subtle);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(0,0,0,0.28);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.vehicle-card:hover {
  border-color: rgba(201,168,76,0.42);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.4);
}
.vehicle-card-image { height: 232px; overflow: hidden; background: #050505; margin: 10px 10px 0; border-radius: 7px; }
.vehicle-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vehicle-card-body { padding: 18px 22px 12px; }
.vehicle-card-title-row { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: 8px; }
.vehicle-card-title { font-size: 18px; line-height: 1.2; color: #ffffff; font-weight: 800; }
.vehicle-card-price { color: var(--gold); font-size: 16px; font-weight: 800; white-space: nowrap; }
.vehicle-card-meta { color: #aaaaaa; font-size: 13px; line-height: 1.45; margin-bottom: 18px; }
.vehicle-badges { display: grid; grid-template-columns: repeat(3, auto); align-items: center; gap: 20px; color: #cfcfcf; font-size: 11.5px; }
.vehicle-badge { display: inline-flex; align-items: center; gap: 7px; color: #d6d6d6; white-space: nowrap; }
.vehicle-badge::first-letter { color: var(--gold); }
.vehicle-card-cta {
  height: 44px; margin: 10px 22px 18px; padding: 0 16px;
  border: 1px solid rgba(201,168,76,0.55); border-radius: 5px;
  color: var(--gold);
  display: flex; align-items: center; justify-content: space-between;
  font-size: 14px; font-weight: 800;
}

/* ---- No-results ---- */
.showroom-no-results {
  width: 100%;
  margin: 18px 0 26px;
  padding: 30px 24px;
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: 10px;
  background: var(--card-bg);
  color: #d8d8d8;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

/* ---- WhatsApp CTA bar ---- */
.showroom-whatsapp-bar {
  width: 100%;
  max-width: none;
  min-height: 78px;
  margin: 8px 0 54px;
  background: var(--card-bg);
  border: 1px solid var(--border-subtle);
  border-radius: 10px;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.showroom-whatsapp-bar .whatsapp-bar-left { display: flex; align-items: center; gap: 20px; }
.showroom-whatsapp-bar .wa-icon { width: 50px; height: 50px; flex-shrink: 0; }
.showroom-whatsapp-bar .wa-title { font-size: 19px; color: #ffffff; font-weight: 700; margin-bottom: 4px; }
.showroom-whatsapp-bar p { color: #b8b8b8; font-size: 14px; line-height: 1.4; margin: 0; }
.showroom-whatsapp-bar .btn { min-width: 230px; height: 46px; font-size: 14px; background: var(--gold); }




.footer, .site-footer {
  padding-top: 46px !important;
  padding-bottom: 30px !important;
}
.social-icons, .nav-socials, .connect-socials {
  align-items: center !important;
  gap: 13px !important;
}
.social-icons a, .nav-socials a, .connect-socials a {
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Navbar: tighter and cleaner */
.navbar,
.site-header,
.header {
  min-height: 76px !important;
}

.nav-links a,
.nav-menu a {
  font-size: 13px !important;
  letter-spacing: -0.01em !important;
}

.nav-links,
.nav-menu {
  gap: 26px !important;
}

/* Footer slightly tighter */
.footer,
.site-footer {
  padding-top: 42px !important;
  padding-bottom: 28px !important;
}

/* Footer tighter and cleaner */
footer,
.site-footer {
    padding-top: 34px !important;
    padding-bottom: 22px !important;
}

footer .footer-grid,
.site-footer .footer-grid {
    gap: 42px !important;
}

footer p,
footer a,
.site-footer p,
.site-footer a {
    line-height: 1.45 !important;
    font-size: 12px !important;
}

/* Footer final clean-up */
footer,
.site-footer {
  padding-top: 34px !important;
  padding-bottom: 22px !important;
  border-top: 1px solid rgba(255,255,255,0.05) !important;
}

footer .footer-grid,
.site-footer .footer-grid {
  gap: 34px !important;
  align-items: flex-start !important;
}

footer h3,
footer h4,
.site-footer h3,
.site-footer h4 {
  font-size: 11px !important;
  letter-spacing: 0.16em !important;
  color: #C3A04A !important;
  margin-bottom: 18px !important;
}

footer p,
footer a,
.site-footer p,
.site-footer a {
  font-size: 12px !important;
  line-height: 1.42 !important;
  color: #9f9f9f !important;
}

footer a:hover,
.site-footer a:hover {
  color: #C3A04A !important;
}

footer .footer-logo,
.site-footer .footer-logo {
  margin-bottom: 16px !important;
}

footer .footer-bottom,
.site-footer .footer-bottom {
  padding-top: 22px !important;
  margin-top: 30px !important;
  border-top: 1px solid rgba(255,255,255,0.05) !important;
}

footer .footer-bottom p,
.site-footer .footer-bottom p,
footer .footer-bottom a,
.site-footer .footer-bottom a {
  font-size: 11px !important;
}

/* DETAIL PAGE REBUILD */
.detail-back{max-width:1400px;margin:20px auto 10px;color:#c9a84c;padding:0 40px;font-size:15px;cursor:pointer}.detail-top{max-width:1400px;margin:0 auto;padding:0 40px 40px;display:grid;grid-template-columns:360px 1fr 190px;gap:24px;align-items:start}.detail-left{background:#0b0b0b;border:1px solid rgba(201,168,76,.2);border-radius:18px;padding:32px}.detail-title{font-size:56px;line-height:.95;font-weight:800;margin-bottom:24px}.detail-quick-meta{display:flex;flex-wrap:wrap;gap:10px;color:#ddd;margin-bottom:28px}.detail-quick-meta span{font-size:18px}.detail-specs-grid,.detail-badges-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;border:1px solid rgba(201,168,76,.2);border-radius:14px;overflow:hidden;margin-bottom:24px}.spec-cell,.detail-badge-cell{padding:22px;border-right:1px solid rgba(201,168,76,.15);border-bottom:1px solid rgba(201,168,76,.15);background:#090909}.spec-value{font-size:26px;font-weight:700;margin-bottom:8px}.spec-label{color:#aaa}.detail-gallery{position:relative;height:760px;border-radius:20px;overflow:hidden;border:1px solid rgba(201,168,76,.2)}.detail-main-image{width:100%;height:100%;object-fit:cover}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:50%;border:none;background:#050505d9;color:#fff;font-size:36px}.gallery-arrow.prev{left:18px}.gallery-arrow.next{right:18px}.detail-thumbnails{display:flex;flex-direction:column;gap:14px}.thumb-img{width:100%;height:170px;object-fit:cover;border-radius:14px;border:2px solid transparent;cursor:pointer}.thumb-img.active{border-color:#c9a84c}.detail-lower{max-width:1400px;margin:0 auto;padding:0 40px 40px;display:grid;grid-template-columns:1.1fr .9fr;gap:28px}.detail-doc-section,.spec-highlights{background:#0b0b0b;border:1px solid rgba(201,168,76,.18);border-radius:18px;padding:36px}.detail-doc-section h2,.spec-highlights h2{font-size:34px;margin-bottom:10px}.detail-doc-section h3{font-size:28px;margin:32px 0 10px}.section-underline{width:80px;height:2px;background:#c9a84c;margin-bottom:18px}.detail-doc-section p,.spec-list-item{font-size:17px;line-height:1.8;color:#c8c8c8}.spec-list{display:flex;flex-direction:column;gap:20px}.spec-list-item{padding-left:26px;position:relative}.spec-list-item:before{content:"✓";position:absolute;left:0;color:#c9a84c}.detail-cta-strip{max-width:1400px;margin:0 auto 50px;padding:28px 40px;border:1px solid rgba(201,168,76,.18);border-radius:18px;display:flex;justify-content:space-between;align-items:center;background:#0b0b0b}.detail-cta-buttons{display:flex;gap:16px}.detail-contact-info{display:flex;flex-direction:column;gap:8px;text-align:right}.detail-contact-info a{color:#d5d5d5;text-decoration:none}



/* Left panel */
#page-detail .vehicle-info-panel,
#page-detail .detail-info,
#page-detail .detail-sidebar {
  background: #0c0c0c !important;
  border: 1px solid rgba(195,160,74,0.18) !important;
  border-radius: 14px !important;
  padding: 30px 30px 26px !important;
  min-height: 520px !important;
}

#page-detail h1 {
  font-size: 50px !important;
  line-height: 1.04 !important;
  letter-spacing: -0.04em !important;
  margin: 0 0 28px !important;
  max-width: 320px !important;
  color: #fff !important;
}

#page-detail .vehicle-meta,
#page-detail .detail-meta {
  display: grid !important;
  gap: 12px !important;
  margin-bottom: 28px !important;
  color: #d8d8d8 !important;
  font-size: 16px !important;
}

#page-detail .vehicle-meta strong,
#page-detail .detail-meta strong,
#page-detail .price-highlight {
  color: #fff !important;
  font-weight: 800 !important;
}

#page-detail .spec-grid,
#page-detail .vehicle-spec-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  border: 1px solid rgba(195,160,74,0.16) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  margin-bottom: 24px !important;
}

#page-detail .spec-card,
#page-detail .stat-card {
  min-height: 112px !important;
  padding: 22px !important;
  border-right: 1px solid rgba(195,160,74,0.14) !important;
  border-bottom: 1px solid rgba(195,160,74,0.14) !important;
  background: #080808 !important;
}

#page-detail .spec-card:nth-child(2n),
#page-detail .stat-card:nth-child(2n) {
  border-right: none !important;
}

#page-detail .spec-card:nth-last-child(-n+2),
#page-detail .stat-card:nth-last-child(-n+2) {
  border-bottom: none !important;
}

#page-detail .spec-card strong,
#page-detail .stat-card strong {
  display: block !important;
  font-size: 24px !important;
  color: #fff !important;
  margin-bottom: 8px !important;
}

#page-detail .spec-card span,
#page-detail .stat-card span {
  display: block !important;
  font-size: 13px !important;
  color: #a8a8a8 !important;
}

#page-detail .assurance-grid,
#page-detail .feature-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  border: 1px solid rgba(195,160,74,0.16) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}

#page-detail .assurance-grid > *,
#page-detail .feature-grid > * {
  min-height: 80px !important;
  padding: 18px 22px !important;
  border-right: 1px solid rgba(195,160,74,0.12) !important;
  border-bottom: 1px solid rgba(195,160,74,0.12) !important;
  background: #080808 !important;
  color: #fff !important;
  font-size: 14px !important;
}

#page-detail .assurance-grid > *:nth-child(2n),
#page-detail .feature-grid > *:nth-child(2n) {
  border-right: none !important;
}

#page-detail .assurance-grid > *:nth-last-child(-n+2),
#page-detail .feature-grid > *:nth-last-child(-n+2) {
  border-bottom: none !important;
}

/* Main blank gallery */
#page-detail .gallery-main,
#page-detail .main-gallery,
#page-detail .detail-main-image,
#page-detail .vehicle-main-image {
  position: relative !important;
  min-height: 520px !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #090909 !important;
  border: 1px solid rgba(195,160,74,0.16) !important;
}

#page-detail .blank-gallery-panel {
  width: 100% !important;
  height: 560px !important;
  min-height: 560px !important;
  border-radius: 14px !important;
  background:
    linear-gradient(135deg, rgba(195,160,74,0.08), rgba(255,255,255,0.02)),
    #090909 !important;
  border: 1px solid rgba(195,160,74,0.16) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(255,255,255,0.26) !important;
  font-size: 13px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

#page-detail .gallery-arrow,
#page-detail .detail-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: rgba(0,0,0,0.75) !important;
  border: 1px solid rgba(195,160,74,0.16) !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 3 !important;
}

/* Thumbnail rail */
#page-detail .thumbnail-rail,
#page-detail .gallery-thumbnails,
#page-detail .thumbs {
  display: grid !important;
  gap: 16px !important;
}

#page-detail .thumbnail,
#page-detail .gallery-thumb,
#page-detail .detail-thumb {
  height: 116px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #090909 !important;
  border: 1px solid rgba(195,160,74,0.18) !important;
}

#page-detail .thumbnail.active,
#page-detail .gallery-thumb.active,
#page-detail .detail-thumb.active {
  border-color: #C3A04A !important;
}

#page-detail .blank-thumb-panel {
  width: 100% !important;
  height: 100% !important;
  background:
    linear-gradient(135deg, rgba(195,160,74,0.07), rgba(255,255,255,0.015)),
    #080808 !important;
}

/* Lower content */
#page-detail .detail-content,
#page-detail .vehicle-detail-content,
#page-detail .overview-section {
  max-width: 1320px !important;
  margin: 34px auto 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) 460px !important;
  gap: 34px !important;
}

#page-detail .overview-card,
#page-detail .documentation-card,
#page-detail .spec-highlights,
#page-detail .highlights-card {
  background: #0c0c0c !important;
  border: 1px solid rgba(195,160,74,0.16) !important;
  border-radius: 12px !important;
  padding: 28px 30px !important;
}

#page-detail h2,
#page-detail h3 {
  font-size: 21px !important;
  color: #fff !important;
  margin: 0 0 12px !important;
  line-height: 1.2 !important;
}

#page-detail h2::after,
#page-detail h3::after {
  content: "" !important;
  display: block !important;
  width: 56px !important;
  height: 2px !important;
  background: #C3A04A !important;
  margin-top: 8px !important;
}

#page-detail p,
#page-detail li {
  color: #c9c9c9 !important;
  font-size: 14px !important;
  line-height: 1.58 !important;
}

#page-detail .spec-highlights ul,
#page-detail .highlights-card ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: grid !important;
  gap: 16px !important;
}

#page-detail .spec-highlights li,
#page-detail .highlights-card li {
  position: relative !important;
  padding-left: 26px !important;
}

#page-detail .spec-highlights li::before,
#page-detail .highlights-card li::before {
  content: "✓" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: #C3A04A !important;
  font-weight: 800 !important;
}

/* Buttons */
#page-detail .detail-actions,
#page-detail .vehicle-actions {
  display: flex !important;
  gap: 14px !important;
  margin-top: 24px !important;
}

#page-detail .btn,
#page-detail button {
  height: 42px !important;
  border-radius: 6px !important;
  padding: 0 22px !important;
}

/* Hide all actual images on detail page for now */
#page-detail img {
  display: none !important;
}


/* ===== VEHICLE DETAIL MOCKUP REBUILD FINAL ===== */

#page-detail {
  background: #050505 !important;
  color: #fff !important;
  padding: 0 42px 42px !important;
}

#page-detail .vd-hero-wrap,
#page-detail .vd-content-grid,
#page-detail .vd-bottom-strip {
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#page-detail .vd-back {
  display: inline-flex !important;
  align-items: center !important;
  margin: 22px 0 14px !important;
  color: #C3A04A !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

#page-detail .vd-hero-grid {
  display: grid !important;
  grid-template-columns: 340px minmax(0, 1fr) 170px !important;
  gap: 22px !important;
  align-items: stretch !important;
}

#page-detail .vd-info-panel {
  background: #090909 !important;
  border: 1px solid rgba(195,160,74,0.20) !important;
  border-radius: 12px !important;
  padding: 0 !important;
  overflow: hidden !important;
}

#page-detail .vd-info-panel h1 {
  font-size: 31px !important;
  line-height: 1.1 !important;
  letter-spacing: -0.03em !important;
  margin: 0 0 22px !important;
  padding: 24px 26px 0 !important;
  color: #fff !important;
  max-width: 300px !important;
}

#page-detail .vd-meta-line {
  padding: 0 26px 22px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px 14px !important;
  font-size: 13px !important;
  line-height: 1.38 !important;
  color: #e8e8e8 !important;
}

#page-detail .vd-meta-line span::after {
  content: "•";
  color: #C3A04A;
  margin-left: 14px;
}

#page-detail .vd-meta-line span:last-child::after {
  content: "";
  margin: 0;
}

#page-detail .vd-spec-row {
  margin: 0 26px 20px !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0,1fr)) !important;
  border: 1px solid rgba(195,160,74,0.16) !important;
  border-radius: 8px !important;
  background: #0b0b0b !important;
  overflow: hidden !important;
}

#page-detail .vd-assurance-specs {
  margin-bottom: 0 !important;
}

#page-detail .vd-spec-card {
  min-height: 100px !important;
  padding: 16px 10px !important;
  text-align: center !important;
  border-right: 1px solid rgba(195,160,74,0.14) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

#page-detail .vd-spec-card:last-child {
  border-right: none !important;
}

#page-detail .vd-icon {
  width: 28px !important;
  height: 28px !important;
  color: #C3A04A !important;
  border: 1px solid rgba(195,160,74,0.7) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  margin-bottom: 10px !important;
}

#page-detail .vd-spec-card strong {
  font-size: 13px !important;
  line-height: 1.25 !important;
  color: #fff !important;
  font-weight: 800 !important;
  margin-bottom: 4px !important;
}

#page-detail .vd-primary-specs .vd-spec-card strong {
  color: #fff !important;
}

#page-detail .vd-primary-specs .vd-spec-card:first-child strong {
  color: #C3A04A !important;
}

#page-detail .vd-spec-card span {
  font-size: 11.5px !important;
  color: #c5c5c5 !important;
  line-height: 1.35 !important;
}

/* Gallery, blank placeholders */
#page-detail .vd-gallery-main {
  min-height: 398px !important;
  background: #090909 !important;
  border: 1px solid rgba(195,160,74,0.18) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  position: relative !important;
}

#page-detail .vd-placeholder-large {
  width: 100% !important;
  height: 100% !important;
  min-height: 398px !important;
  background:
    linear-gradient(135deg, rgba(195,160,74,0.075), rgba(255,255,255,0.015)),
    #070707 !important;
}

#page-detail .vd-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(195,160,74,0.16) !important;
  background: rgba(0,0,0,0.75) !important;
  color: #fff !important;
  font-size: 28px !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#page-detail .vd-prev { left: 18px !important; }
#page-detail .vd-next { right: 18px !important; }

#page-detail .vd-thumbs {
  display: grid !important;
  gap: 14px !important;
  grid-template-rows: repeat(4, 1fr) !important;
}

#page-detail .vd-thumb {
  min-height: 89px !important;
  background:
    linear-gradient(135deg, rgba(195,160,74,0.08), rgba(255,255,255,0.015)),
    #080808 !important;
  border: 1px solid rgba(195,160,74,0.15) !important;
  border-radius: 8px !important;
}

#page-detail .vd-thumb.active {
  border-color: #C3A04A !important;
}

/* Content area */
#page-detail .vd-content-grid {
  margin-top: 36px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.45fr) 460px !important;
  gap: 34px !important;
}

#page-detail .vd-copy-card,
#page-detail .vd-highlights-card {
  background: #0b0b0b !important;
  border: 1px solid rgba(195,160,74,0.16) !important;
  border-radius: 10px !important;
  padding: 28px 32px !important;
}

#page-detail .vd-copy-card h2,
#page-detail .vd-highlights-card h2 {
  font-size: 21px !important;
  line-height: 1.2 !important;
  margin: 0 0 12px !important;
  color: #fff !important;
  letter-spacing: -0.02em !important;
}

#page-detail .vd-copy-card h2::after,
#page-detail .vd-highlights-card h2::after {
  content: "" !important;
  display: block !important;
  width: 58px !important;
  height: 2px !important;
  margin-top: 8px !important;
  background: #C3A04A !important;
}

#page-detail .vd-copy-card p {
  font-size: 14px !important;
  line-height: 1.58 !important;
  color: #d0d0d0 !important;
  margin: 0 0 22px !important;
}

#page-detail .vd-highlights-card ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 22px 0 0 !important;
  display: grid !important;
  gap: 18px !important;
}

#page-detail .vd-highlights-card li {
  position: relative !important;
  padding-left: 28px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #d0d0d0 !important;
}

#page-detail .vd-highlights-card li::before {
  content: "✓" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: #C3A04A !important;
  font-weight: 800 !important;
}

#page-detail .vd-action-row {
  display: flex !important;
  gap: 14px !important;
  margin-top: 20px !important;
}

#page-detail .vd-action-row .btn {
  height: 42px !important;
  min-width: 170px !important;
  border-radius: 5px !important;
}

/* Bottom strip */
#page-detail .vd-bottom-strip {
  margin-top: 28px !important;
  display: grid !important;
  grid-template-columns: 360px repeat(3, 1fr) 260px !important;
  gap: 0 !important;
  background: #090909 !important;
  border: 1px solid rgba(195,160,74,0.16) !important;
  border-radius: 0 !important;
  padding: 18px 24px !important;
  align-items: center !important;
}

#page-detail .vd-brand-mini {
  display: grid !important;
  grid-template-columns: 70px 1fr !important;
  gap: 14px !important;
  align-items: center !important;
}

#page-detail .vd-brand-logo {
  color: #C3A04A !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}

#page-detail .vd-brand-mini p,
#page-detail .vd-strip-item span {
  margin: 0 !important;
  color: #d4d4d4 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

#page-detail .vd-strip-item {
  min-height: 58px !important;
  padding: 0 18px !important;
  border-left: 1px solid rgba(195,160,74,0.18) !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

#page-detail .vd-strip-icon {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(195,160,74,0.65) !important;
  color: #C3A04A !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 800 !important;
  flex-shrink: 0 !important;
}

#page-detail .vd-contact-box {
  padding-left: 22px !important;
  border-left: 1px solid rgba(195,160,74,0.18) !important;
  display: grid !important;
  gap: 7px !important;
}

#page-detail .vd-contact-box h3 {
  color: #C3A04A !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  margin: 0 0 4px !important;
}

#page-detail .vd-contact-box a {
  color: #e5e5e5 !important;
  font-size: 12px !important;
  text-decoration: none !important;
}

/* kill old broken detail structures */
#page-detail .detail-top,
#page-detail .detail-lower,
#page-detail .detail-cta-strip,
#page-detail .detail-left,
#page-detail .detail-gallery,
#page-detail .detail-thumbnails,
#page-detail img {
  display: none !important;
}

/* ============================================
   POLISH: animations & micro-interactions
   ============================================ */

/* Page crossfade transition */
.page.page-leaving {
  animation: pageFadeOut 0.18s ease forwards;
}
.page.page-entering {
  animation: pageFadeIn 0.45s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes pageFadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}
@keyframes pageFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Scroll reveal utility (applied dynamically via JS) */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.revealed {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .page.page-entering, .page.page-leaving { animation: none; }
}

/* Checkmark pop-in (offer cards) */
.reveal .check-gold {
  display: inline-block;
  transform: scale(0.4);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.25s, opacity 0.3s ease 0.25s;
}
.reveal.revealed .check-gold {
  transform: scale(1);
  opacity: 1;
}

/* Divider draw-in (applied dynamically via JS to gold underline elements) */
.divider-animate {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.divider-animate.revealed { transform: scaleX(1); }

/* Nav link hover underline */
.main-nav a::before {
  content: '';
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 35px;
  height: 1.5px;
  background: var(--gold);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.main-nav a:hover::before { transform: scaleX(1); }
.main-nav a.active::before { transform: scaleX(0); }

/* Button gold shimmer sweep */
.btn-primary {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.btn-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: -60%;
  width: 40%;
  height: 100%;
  background: linear-gradient(115deg, transparent, rgba(255,255,255,0.45), transparent);
  transform: skewX(-18deg);
  transition: left 0.65s ease;
  pointer-events: none;
}
.btn-primary:hover::after { left: 130%; }

/* Cinematic film grain over full-bleed cinematic heroes */
.home-hero-image::after,
.warranty-hero-image::after,
.showroom-hero-image::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

/* Card hover lift (cards that previously had no hover treatment) */
.why-japan-card {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}
.why-japan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201,168,76,0.45);
  box-shadow: 0 16px 30px rgba(0,0,0,0.4);
}

/* Hero image gentle mouse parallax (transform set inline via JS, transition smooths it) */
.home-hero-image img,
.warranty-hero-image img,
.about-hero-image img,
.showroom-hero-image img,
.finance-hero-image img,
.hiw-hero-image img {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}



/* ============================================================
   RESPONSIVE REBUILD — content reflow (tablet/iPad widths)
   ============================================================ */

@media (max-width: 1024px) {
  /* Home: facts strip */
  .facts-section {
    width: calc(100% - 48px);
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }
  .facts-label-col { grid-column: 1 / -1; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.075); padding: 28px 24px; }
  .fact-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.075); }
  .fact-item:nth-last-child(-n+2) { border-bottom: none; }
  .fact-item { border-bottom: 1px solid rgba(255,255,255,0.075); padding: 26px 20px; }

  /* Home: why japan cards */
  .why-japan-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 14px !important; }

  /* Home / How-it-works: process steps */
  .process-steps { grid-template-columns: repeat(3, 1fr) !important; gap: 20px !important; }
  .process-steps::before { display: none; }

  /* Warranty: 12-month / divider / what-you-get card */
  .warranty-main-card { grid-template-columns: 1fr !important; }
  .warranty-divider { display: none; }
  .warranty-main-card > div:first-child { padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .warranty-features { grid-template-columns: repeat(2, 1fr); }
  .warranty-feature-card { border-right: none !important; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .warranty-feature-card:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.12) !important; }
  .warranty-bottom { grid-template-columns: 1fr; gap: 20px; }
  .autoguard-panel { flex-wrap: wrap; gap: 20px; }
  .award-badges { flex-wrap: wrap; }

  /* About: offer cards */
  .offer-grid { grid-template-columns: repeat(4, 1fr); gap: 10px; }
  .offer-card:nth-child(n+5) { margin-top: 0; }

  /* Footer */
  .footer-trust { grid-template-columns: repeat(2, 1fr) !important; }
  .footer-main { grid-template-columns: 1fr 1fr !important; gap: 32px !important; }

  /* Contact */
  .contact-section { grid-template-columns: 1fr !important; gap: 40px; padding: 40px 24px !important; }

  /* Finance */
  .finance-cards-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .finance-partner-strip { grid-template-columns: 1fr !important; text-align: center; justify-items: center; gap: 14px; }
}

@media (max-width: 820px) {
  .why-japan-grid { grid-template-columns: 1fr !important; }
  .process-steps { grid-template-columns: repeat(2, 1fr) !important; }
  .warranty-features { grid-template-columns: 1fr; }
  .warranty-feature-card:nth-child(odd) { border-right: none !important; }
  .warranty-feature-card { border-bottom: 1px solid rgba(255,255,255,0.12); }
  .warranty-benefits { grid-template-columns: 1fr !important; }
  .offer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-trust { grid-template-columns: 1fr !important; }
  .footer-main { grid-template-columns: 1fr !important; gap: 28px !important; text-align: left; }
  .finance-cards-grid { grid-template-columns: 1fr !important; }
}





@media (max-width: 1024px) {
  #page-detail .vd-hero-grid { grid-template-columns: 1fr !important; }
  #page-detail .vd-thumbs { display: none !important; }
  #page-detail .overview-section { grid-template-columns: 1fr !important; }
  #page-detail .vd-content-grid { grid-template-columns: 1fr !important; }
  #page-detail .vd-spec-row { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
  #page-detail .vd-bottom-strip {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    text-align: center !important;
    justify-items: center !important;
  }
  #page-detail .vd-strip-item { flex-direction: column !important; text-align: center !important; }
  #page-detail .detail-cta-strip { flex-direction: column !important; gap: 18px !important; align-items: stretch !important; }
  #page-detail .detail-contact-info { text-align: left !important; }
}

@media (max-width: 820px) {
  #page-detail .vd-spec-row { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
  #page-detail .spec-grid, #page-detail .vehicle-spec-grid,
  #page-detail .assurance-grid, #page-detail .feature-grid {
    grid-template-columns: 1fr !important;
  }
}


/* ============================================================
   RESPONSIVE & COMPOSITION LAYER (consolidated)
   ── About hero: cinematic full-bleed rebuild, trust pills
   ── Finance hero: crop keeps the whole car, no softening
   ── Mobile: designed independently of desktop
   Car positions derived from asset luminance analysis:
   golf (57,35) · gti (64,50) · audi (62,57) · m140i (77,52)
   amg (67,51)
============================================================ */

/* ════════════════ ABOUT HERO — DESKTOP base geometry ════════════════
   (final text position + centring is set once, later, in the
   "ABOUT HERO: clean & cinematic" block below — single source of truth) */
@media (min-width: 901px) {
  .about-hero-content {
    position: relative;
    z-index: 3;
    width: 640px;
    max-width: 52%;
  }
  .about-hero-content .hero-heading { font-size: clamp(40px, 3.9vw, 54px); }

  /* Full-bleed image — the car reads large and integrated, like Home */
  .about-hero-image {
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  .about-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 901px) and (max-width: 1100px) {
  .about-hero-content { max-width: 58%; }
  .about-hero-content .hero-heading { font-size: clamp(34px, 4.6vw, 44px); }
}

/* About body: brand-story rhythm, readable measure */
.about-body { max-width: 920px; padding-top: 58px; }
.about-body-heading h2 { font-size: 30px; }
.about-paragraph { padding: 26px 0; }
.about-paragraph p { font-size: 15px; line-height: 1.8; color: #b4b4b4; }
.about-subheading { margin-bottom: 12px; }
.offer-section { padding-top: 40px; }
.offer-card p { font-size: 11.5px; min-height: 0; }

/* ════════════════ FINANCE HERO — DESKTOP ════════════════ */
/* Sharpest available asset (PNG, 1672×941) confirmed by edge analysis.
   Car occupies x 27–100%, y 20–100% of the frame, so the crop is biased
   low (62%) to keep the full body + stance; never upscaled past native. */
.finance-hero-image img {
  object-position: right 45%; /* lifts crop away from the reflective floor */
  filter: contrast(0.95) saturate(0.92) brightness(0.99); /* de-gloss, keeps edges */
}
/* swallow the noisy floor reflections in shadow */
.finance-hero-image::before {
  background:
    linear-gradient(to right,
      rgba(5,5,5,0.98) 0%,
      rgba(5,5,5,0.90) 16%,
      rgba(5,5,5,0.55) 32%,
      rgba(5,5,5,0.15) 50%,
      rgba(5,5,5,0.04) 72%,
      rgba(5,5,5,0.02) 100%),
    linear-gradient(to bottom,
      rgba(5,5,5,0.05) 0%,
      rgba(5,5,5,0.00) 48%,
      rgba(5,5,5,0.55) 76%,
      rgba(5,5,5,0.97) 100%);
}

/* Home WhatsApp CTA — sharp real text, aligned */
.whatsapp-bar { align-items: center; }
.whatsapp-bar-left { align-items: center; }
.whatsapp-bar-left .label-gold {
  font-size: 15px;
  letter-spacing: 0.14em;
  line-height: 1.35;
  margin-bottom: 5px;
}
.whatsapp-bar-left p { font-size: 15px; line-height: 1.55; }
.wa-icon { width: 64px; height: 64px; }

/* ════════════════ HEADER — LAPTOP DECLUTTER ════════════════ */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: none;
  flex-shrink: 0;
}
.menu-toggle-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.menu-toggle.open .menu-toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.open .menu-toggle-bar:nth-child(2) { opacity: 0; }
.menu-toggle.open .menu-toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  top: 66px;
  left: 0; right: 0; bottom: 0;
  z-index: 99;
  background: #050505;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 26px 24px 40px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu.open { display: block; }
body.menu-open { overflow: hidden; }
.mobile-menu-links { display: flex; flex-direction: column; }
.mobile-menu-links a {
  font-size: 17px;
  font-weight: 600;
  color: #e2e2e2;
  padding: 16px 2px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  cursor: pointer;
}
.mobile-menu-links a:active { color: var(--gold); }
.mobile-menu-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 26px; }
.mobile-menu-actions .btn { width: 100%; min-height: 50px; font-size: 14.5px; }
.mobile-menu-socials { display: flex; align-items: center; gap: 16px; margin-top: 30px; }
.mobile-menu-socials a { color: #d8d8d8; display: inline-flex; }
.mobile-menu-socials svg { width: 20px; height: 20px; }

@media (max-width: 1340px) {
  .connect-label { display: none; }
  .header-inner { padding: 0 26px; gap: 16px; }
  .main-nav { gap: 22px; }
}
@media (max-width: 1180px) {
  .site-header .social-icons { display: none; }
  .logo-wrap { min-width: 0; }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 13px; }
  .header-right .btn { padding: 0 14px; }
}
@media (max-width: 1023px) {
  .header-inner { padding: 0 16px 0 20px; height: 62px; }
  .main-nav { display: none; }
  .header-right .btn-secondary { display: none; }
  .menu-toggle { display: flex; }
  .mobile-menu { top: 62px; }
  .header-right { gap: 8px; }
  .header-right .btn-primary { height: 38px; font-size: 12px; padding: 0 14px; }
}
@media (max-width: 560px) {
  .header-right .btn-primary { display: none; }
  .logo-text { font-size: 10.5px; }
  .logo-icon { width: 34px; height: 34px; }
}

/* ════════════════ TABLET CONTAINERS ════════════════ */
@media (max-width: 1024px) {
  .whatsapp-bar, .finance-options, .finance-partner-strip { width: calc(100% - 48px); }
  .hiw-page-wrap { width: calc(100% - 48px); }
}

/* ════════════════ TABLET (761–1024) grid reflow ════════════════ */
@media (min-width: 901px) and (max-width: 1024px) {
  .facts-section { width: calc(100% - 48px); grid-template-columns: 1fr 1fr; grid-auto-rows: auto; }
  .facts-label-col { grid-column: 1 / -1; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.075); padding: 28px 24px; }
  .fact-item { border-bottom: 1px solid rgba(255,255,255,0.075); padding: 26px 20px; }
  .fact-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.075); }
  .fact-item:nth-last-child(-n+2) { border-bottom: none; }
  .why-japan-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 14px !important; }
  .process-steps { grid-template-columns: repeat(3, 1fr) !important; gap: 20px !important; }
  .process-steps::before { display: none; }
  .warranty-main-card { grid-template-columns: 1fr !important; }
  .warranty-divider { display: none; }
  .warranty-features { grid-template-columns: repeat(2, 1fr); }
  .warranty-bottom { grid-template-columns: 1fr; gap: 20px; }
  .offer-grid { grid-template-columns: repeat(4, 1fr); gap: 10px; }
  .footer-trust { grid-template-columns: repeat(2, 1fr) !important; }
  .footer-main { grid-template-columns: 1fr 1fr !important; gap: 32px !important; }
  .contact-section { grid-template-columns: 1fr !important; gap: 40px; padding: 40px 24px !important; }
  .finance-cards-grid { grid-template-columns: 1fr !important; max-width: 640px; margin: 0 auto; }
  .finance-partner-strip { grid-template-columns: 1fr !important; text-align: center; justify-items: center; gap: 14px; }
}

/* ════════════════ GLOBAL GUARD ════════════════ */
html, body { max-width: 100%; overflow-x: hidden; }


/* ============================================================
   ROUND 5 — About hero cleanup + trust strip relocation +
   mobile-native design system (bottom action bar, numbered
   process rail, refined rhythm)
============================================================ */

/* ─── ABOUT HERO: clean & cinematic (no pills) ─── */
@media (min-width: 901px) {
  .about-hero {
    min-height: 620px;
    display: flex;
    align-items: center;   /* text block truly centres in the hero */
  }
  .about-hero-content {
    justify-content: center;
    padding: 0 0 130px 96px;  /* biased high — headline rides the upper third */
  }
  .about-hero-content .about-underline { margin: 20px 0 0; }
  .about-hero-image img {
    object-position: 63% 56%;
    filter: brightness(1.16) contrast(1.13) saturate(1.05); /* car pops, no distortion */
  }
  /* lighter over the car, still strong under the text */
  .about-hero-image::before {
    background:
      linear-gradient(to right,
        rgba(5,5,5,0.97) 0%,
        rgba(5,5,5,0.88) 18%,
        rgba(5,5,5,0.55) 34%,
        rgba(5,5,5,0.14) 52%,
        rgba(5,5,5,0.00) 70%),
      linear-gradient(to bottom,
        rgba(5,5,5,0.10) 0%,
        rgba(5,5,5,0.00) 52%,
        rgba(5,5,5,0.42) 82%,
        rgba(5,5,5,1) 100%);
  }
}

.about-body { padding-top: 56px; }


/* Mobile tab bar + FAB: hidden by default; the full system below
   (≤900px) is the only place it's switched on. */
.mobile-tab-bar { display: none; }


/* ════════════════════════════════════════════════════════════════════
   MOBILE V12 — ground-up rebuild with mobile-exclusive components.
   Design language: cinematic dealer app. Full-bleed hero with headline
   overlaid on the image fade (magazine cover, not stacked blocks), a
   scrolling gold ticker, quick-action tiles, oversized stat numerals,
   snap-scroll card rails, giant outlined section indices, and the
   fixed tab bar with raised gold WhatsApp FAB.
   Desktop (≥901px) is untouched; mobile-only markup is hidden there.
   ════════════════════════════════════════════════════════════════════ */

/* mobile-only components: invisible on desktop */
.m-ticker, .m-quick, .m-stats { display: none; }

@media (max-width: 900px) {

  /* ── Foundations ── */
  body { font-size: 15.5px; padding-bottom: 84px; }
  body.menu-open { padding-bottom: 0; }
  .btn { border-radius: 12px; }
  h1, h2, h3, h4 { letter-spacing: -0.015em; }

  .header-inner { padding: 0 18px; height: 58px; }
  .logo-icon { width: 30px; height: 30px; }
  .logo-text { font-size: 9.5px; line-height: 1.2; }
  .mobile-menu { top: 58px; background: #030303; }
  .mobile-menu-links a { font-size: 18px; padding: 17px 4px; }

  /* ── GOLD TICKER — the mobile signature ── */
  .m-ticker {
    display: block;
    overflow: hidden;
    background: linear-gradient(90deg, #0d0a04, #141006, #0d0a04);
    border-top: 1px solid rgba(201,168,76,0.25);
    border-bottom: 1px solid rgba(201,168,76,0.25);
    padding: 11px 0;
  }
  .m-ticker-track {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    white-space: nowrap;
    animation: mTicker 26s linear infinite;
    will-change: transform;
  }
  .m-ticker-track span {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
  }
  .m-ticker-track i { color: rgba(201,168,76,0.5); font-style: normal; font-size: 9px; }
  @keyframes mTicker {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }
  @media (prefers-reduced-motion: reduce) { .m-ticker-track { animation: none; } }

  /* ── CINEMATIC HERO: headline ON the image fade ──
     Image is a full-bleed band; the content block pulls up over its
     bottom third with a heavy gradient — a cover, not a stack. */
  .home-hero, .warranty-hero, .about-hero, .finance-hero,
  .showroom-hero, .hiw-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    position: relative;
    background: #000;
    overflow: visible;
  }
  /* Hero images removed on mobile — clean, high-end text-led opening.
     The car photography lives on desktop where it has room to breathe. */
  .home-hero-image, .warranty-hero-image, .about-hero-image,
  .finance-hero-image, .showroom-hero-image, .hiw-hero-image {
    display: none;
  }
  .home-hero-content, .warranty-hero-content, .about-hero-content,
  .finance-hero-content, .showroom-hero-content, .hiw-hero-content {
    order: 2;
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 58px 26px 54px;        /* generous, unhurried opening */
  }
  .home-hero-content > .label-gold, .warranty-hero-content > .label-gold,
  .about-hero-content > .label-gold, .finance-hero-content > .label-gold,
  .showroom-hero-content > .label-gold, .hiw-hero-content > .label-gold {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 10.5px;
    letter-spacing: 0.24em;
  }
  .home-hero-content > .label-gold::before, .warranty-hero-content > .label-gold::before,
  .about-hero-content > .label-gold::before, .finance-hero-content > .label-gold::before,
  .showroom-hero-content > .label-gold::before, .hiw-hero-content > .label-gold::before {
    content: '';
    width: 22px; height: 1px;
    background: var(--gold);
    flex-shrink: 0;
  }
  .home-hero-content .hero-heading, .warranty-hero-content .hero-heading,
  .about-hero-content .hero-heading, .finance-hero-content .hero-heading,
  .showroom-hero-content .hero-heading, .hiw-hero-content .hero-heading {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.08;
    margin-top: 16px;
    text-shadow: none;
  }
  .about-underline, .hero-divider {
    display: block;
    width: 44px;
    height: 2px;
    background: var(--gold);
    margin: 24px 0 0;
    border: none;
  }
  .home-hero-content p, .warranty-hero-content p, .finance-hero-content p,
  .showroom-hero-content > p, .hiw-hero-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #a9a9a9;
    max-width: 100%;
    margin: 20px 0 32px;
  }
  .hero-buttons, .hiw-hero-buttons { flex-direction: column; width: 100%; gap: 8px; }
  .hero-buttons .btn, .hiw-hero-buttons .btn { width: 100%; min-height: 52px; font-size: 15px; }
  .hero-buttons .btn-secondary, .hiw-hero-buttons .btn-secondary {
    background: none; border: none;
    color: #a6a6a6;
    text-decoration: underline;
    text-underline-offset: 4px;
    min-height: 40px;
  }
  .warranty-hero-content .btn { width: 100%; min-height: 52px; }

  /* ── QUICK ACTIONS (mobile-only markup) ── */
  .m-quick {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 26px 26px 0;
  }
  .m-quick button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    background: linear-gradient(160deg, #101010, #0a0a0a);
    border: 1px solid rgba(201,168,76,0.18);
    border-radius: 18px;
    padding: 20px 18px 18px;
    text-align: left;
  }
  .m-quick button:active { border-color: rgba(201,168,76,0.5); transform: scale(0.98); }
  .m-quick svg {
    width: 22px; height: 22px;
    fill: none; stroke: var(--gold);
    stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
    margin-bottom: 7px;
  }
  .m-quick strong { font-size: 13.5px; color: #f0f0f0; font-weight: 700; }
  .m-quick em { font-style: normal; font-size: 11px; color: #7d7d7d; }

  /* ── STAT NUMERALS (mobile-only markup) ── */
  .m-stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    padding: 44px 24px 12px;
  }
  .m-stat { text-align: center; padding: 4px 0; }
  .m-stat strong {
    display: block;
    font-size: clamp(30px, 9vw, 38px);
    font-weight: 800;
    color: var(--gold);
    line-height: 1;
    letter-spacing: -0.02em;
  }
  .m-stat strong i { font-style: normal; font-size: 0.5em; font-weight: 700; margin-left: 1px; }
  .m-stat span { display: block; margin-top: 6px; font-size: 10.5px; line-height: 1.35; color: #8a8a8a; letter-spacing: 0.03em; text-transform: uppercase; }
  .m-stat + .m-stat { border-left: 1px solid rgba(255,255,255,0.08); }

  /* ── Giant outlined section indices ── */
  .facts-label-col, .import-process h2, .why-japan h2,
  .about-body-heading h2, .finance-options h2, .offer-section h2 { position: relative; }

  /* ── Shared containers: full mobile width (root fix retained) ── */
  .facts-section, .whatsapp-bar, .about-wa-bar,
  .finance-options, .finance-partner-strip, .showroom-shell,
  .hiw-page-wrap, .about-body, .offer-section {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .facts-section, .whatsapp-bar, .finance-options,
  .finance-partner-strip, .showroom-shell, .hiw-page-wrap {
    width: calc(100% - 48px) !important;
  }

  /* ── HOME facts: gold-notched ledger cards ── */
  .facts-section {
    display: block;
    background: none;
    border: none;
    min-height: 0;
    margin-top: 52px;
  }
  .facts-label-col { padding: 0 0 22px; border: none; }
  .facts-title { font-size: 27px; }
  .fact-item {
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 16px;
    align-items: start;
    background: #0b0b0b;
    border: 1px solid rgba(255,255,255,0.07);
    border-left: 3px solid var(--gold);
    border-radius: 0 16px 16px 0;
    padding: 22px 18px 20px;
    margin-bottom: 14px;
  }
  .fact-icon {
    width: 38px; height: 38px;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(201,168,76,0.08);
    border: 1px solid rgba(201,168,76,0.3);
    margin: 0;
  }
  .fact-item h4 { font-size: 14.5px; margin: 1px 0 4px; }
  .fact-item p { font-size: 13px; line-height: 1.55; color: #949494; }

  /* ── WhatsApp CTA: gold-gradient statement card ── */
  .whatsapp-bar, .about-wa-bar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    background:
      linear-gradient(150deg, rgba(201,168,76,0.14), rgba(201,168,76,0.03) 55%, transparent),
      #0b0b0b;
    border: 1px solid rgba(201,168,76,0.32);
    border-radius: 20px;
    padding: 28px 24px;
    margin-top: 48px;
    margin-bottom: 56px;
    min-height: 0;
  }
  .whatsapp-bar-left { align-items: flex-start; gap: 13px; }
  .whatsapp-bar-left .label-gold { font-size: 13px; }
  .whatsapp-bar-left p, .about-wa-bar p { font-size: 14px; line-height: 1.6; }
  .wa-icon, .about-wa-icon { width: 44px; height: 44px; border-radius: 12px; }
  .whatsapp-bar .btn, .about-wa-bar .btn { width: 100%; min-height: 50px; }

  /* ── SHOWROOM: filters as a proper panel ──
     (previous build gridded .filter-bar — the wrong element — leaving
     half-width selects and a dead right column) */
  .filter-bar {
    display: block;
    background: #0b0b0b;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 18px 16px 16px;
    margin-top: 4px;
  }
  .filter-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
  }
  .filter-select {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    border-radius: 12px;
    background: #050505;
    border: 1px solid rgba(201,168,76,0.25);
    padding: 0 14px;
    font-size: 14px;
  }
  .filter-search-btn {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 50px;
    border-radius: 12px;
    background: var(--gold);
    color: #000;
    font-weight: 700;
  }
  .filter-search-btn svg { stroke: #000; }
  .clear-filters {
    grid-column: 1 / -1;
    text-align: center;
    padding: 10px 0 0;
    font-size: 13px;
  }
  .filter-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 14px 0 0;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.07);
  }
  .vehicle-grid { grid-template-columns: 1fr; gap: 18px; }
  .vehicle-card { border-radius: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,0.08); }
  .vehicle-card .btn { width: 100%; border-radius: 12px; }
  .showroom-empty-state { padding: 40px 24px; border-radius: 18px; }
  .showroom-empty-state .btn { width: 100%; }
  .showroom-whatsapp-bar { align-items: stretch; }
  .showroom-whatsapp-bar .btn { width: 100%; min-width: 0; }

  /* ── FINANCE: benefits as gold-notched tiles ── */
  .finance-feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 8px; }
  .finance-feature-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    background: #0b0b0b;
    border: 1px solid rgba(255,255,255,0.07);
    border-top: 3px solid var(--gold);
    border-radius: 0 0 16px 16px;
    padding: 20px 16px;
  }
  .finance-feature-item .icon-circle { width: 36px; height: 36px; border-radius: 10px; }
  .finance-feature-item span { font-size: 12.5px; text-align: left; }
  .finance-card { border-radius: 20px; padding: 28px 24px; }
  .finance-partner-strip { border-radius: 20px; padding: 30px 24px; }
  .finance-partner-strip .btn { width: 100%; }

  /* ── WARRANTY ── */
  .warranty-cards-section { padding: 0 24px 48px; margin-top: 36px; }
  .warranty-main-card { border-radius: 18px; overflow: hidden; }
  .warranty-twelve-row { flex-wrap: wrap; gap: 18px; }
  .big-number { font-size: clamp(60px, 19vw, 86px); }
  .months-text { font-size: 12.5px; }
  .warranty-benefits { grid-template-columns: 1fr; }
  .warranty-benefit { font-size: 14px; padding: 5px 0; }
  .warranty-features { grid-template-columns: 1fr; gap: 12px; }
  .warranty-feature-card {
    border: 1px solid rgba(255,255,255,0.07) !important;
    border-left: 3px solid var(--gold) !important;
    border-radius: 0 16px 16px 0;
    background: #0b0b0b;
    padding: 20px 18px !important;
  }
  .autoguard-panel { flex-direction: column; align-items: flex-start; gap: 22px; border-radius: 20px; padding: 28px 24px; }
  .award-badges { flex-wrap: wrap; gap: 10px; }
  .award-badge-img { height: 46px; width: auto; }
  .warranty-cta-panel { flex-direction: column; align-items: flex-start; border-radius: 18px; }

  /* ── ABOUT ── */
  .about-body { padding-top: 44px; }
  .about-paragraph { padding: 22px 0; }
  .about-paragraph p { font-size: 14.5px; line-height: 1.75; }
  .about-subheading { font-size: 17px; margin-bottom: 10px; }
  .offer-section { padding: 40px 0 12px; }

  /* offer cards: continuous auto-scrolling marquee.
     Cards are duplicated once in JS; the track translates -50% on loop
     so the join is seamless. Touch pauses it; reduced-motion users get
     a plain swipeable rail instead. */
  .offer-section { overflow: hidden; position: relative; }
  .offer-section::before, .offer-section::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    width: 36px;
    z-index: 2;
    pointer-events: none;
  }
  .offer-section::before { left: 0; background: linear-gradient(to right, #050505, transparent); }
  .offer-section::after { right: 0; background: linear-gradient(to left, #050505, transparent); }
  .offer-grid {
    display: flex !important;
    grid-template-columns: none;
    gap: 12px;
    width: max-content;
    padding: 2px 0 14px;
    margin: 0;
    animation: offerScroll 24s linear infinite;
    will-change: transform;
  }
  .offer-grid.paused { animation-play-state: paused; }
  @keyframes offerScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }
  .offer-card {
    flex: 0 0 200px;
    border-radius: 18px;
    padding: 24px 18px;
    background: #0b0b0b;
    border: 1px solid rgba(255,255,255,0.08);
  }
  @media (prefers-reduced-motion: reduce) {
    .offer-grid {
      animation: none;
      width: auto;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      padding-left: 24px; padding-right: 24px;
      margin-left: -24px; margin-right: -24px;
    }
    .offer-grid .offer-clone { display: none; }
    .offer-grid::-webkit-scrollbar { display: none; }
  }
  .offer-card .gold-icon-box { border-radius: 10px; }
  .offer-card p { font-size: 11.5px; min-height: 0; }

  /* ── HOW IT WORKS: numbered gold rail ── */
  .process-steps { grid-template-columns: 1fr !important; gap: 0 !important; counter-reset: step; }
  .process-steps::before { display: none; }
  .process-step {
    display: grid !important;
    grid-template-columns: 42px 1fr;
    column-gap: 16px;
    text-align: left;
    padding: 22px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }
  .process-step:last-child { border-bottom: none; }
  .process-step::before {
    counter-increment: step;
    content: counter(step, decimal-leading-zero);
    grid-row: 1 / 3;
    width: 42px; height: 42px;
    border-radius: 11px;
    border: 1px solid rgba(201,168,76,0.4);
    background: rgba(201,168,76,0.07);
    color: var(--gold);
    font-size: 12px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
  }
  .process-step h4 { text-align: left; min-height: 0; margin: 1px 0 5px; font-size: 14px; }
  .process-step p { text-align: left; max-width: 100%; font-size: 13px; line-height: 1.55; grid-column: 2; margin: 0; color: #949494; }
  .process-icon-circle, .process-step-num { display: none; }
  .why-japan-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .why-japan-grid > div {
    border-radius: 0 16px 16px 0;
    background: #0b0b0b;
    border: 1px solid rgba(255,255,255,0.07);
    border-left: 3px solid var(--gold);
    padding: 22px 18px;
  }
  .import-process h2, .why-japan h2 { font-size: clamp(21px, 6vw, 24px); }

  /* ── CONTACT ── */
  .contact-section { grid-template-columns: 1fr !important; gap: 40px; padding: 44px 24px 52px !important; }
  .contact-left h1 { font-size: clamp(28px, 8.6vw, 34px); }
  .contact-wa-box { flex-direction: column; align-items: stretch; gap: 12px; border-radius: 16px; }
  .contact-wa-box .btn { width: 100%; }
  .form-input, .form-textarea { min-height: 48px; font-size: 15px; border-radius: 12px; }
  .form-buttons { flex-direction: column; }
  .form-buttons .btn { width: 100%; }
  .footer-trust { grid-template-columns: 1fr !important; }
  .footer-trust-item { padding: 18px 20px; border-right: none !important; border-bottom: 1px solid var(--border-subtle); }
  .footer-trust-item:last-child { border-bottom: none; }

  /* ── DETAIL ── */
  #page-detail .vd-hero-wrap { padding-left: 20px; padding-right: 20px; }
  #page-detail .vd-meta-line { flex-wrap: wrap; gap: 8px 16px; }
  #page-detail .vd-action-row { flex-direction: column; gap: 10px; }
  #page-detail .vd-action-row .btn { width: 100%; }
  #page-detail .vd-content-grid { padding-left: 20px; padding-right: 20px; }
  #page-detail .vd-spec-row { grid-template-columns: 1fr 1fr !important; gap: 10px !important; }

  /* ── FOOTER ── */
  .footer-main { grid-template-columns: 1fr !important; gap: 32px !important; padding: 48px 24px 26px !important; }
  .footer-main > .footer-col:first-child { text-align: center; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.07); }
  .footer-main > .footer-col:first-child .logo-wrap { justify-content: center; }
  .footer-main > .footer-col:first-child .social-icons { justify-content: center; display: flex; margin-top: 6px; }
  .social-icons a {
    width: 34px; height: 34px; border-radius: 10px;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
  }
  .footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 18px; }
  .footer-heading { margin-bottom: 10px; }
  .footer-bottom { flex-direction: column; gap: 8px; padding: 16px 22px calc(16px + 80px); }

  /* ── TAB BAR + FAB (carried over — the part that landed) ── */
  .mobile-tab-bar {
    display: flex;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 90;
    align-items: stretch;
    height: calc(64px + env(safe-area-inset-bottom, 0px));
    padding-bottom: env(safe-area-inset-bottom, 0px);
    background: rgba(3,3,3,0.96);
    border-top: 1px solid rgba(201,168,76,0.2);
  }
  body.menu-open .mobile-tab-bar { display: none; }
  .tab-item {
    flex: 1 1 0;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 4px;
    background: none; border: none;
    color: #757575;
    padding: 7px 2px 0;
  }
  .tab-icon { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
  .tab-item span { font-size: 10px; font-weight: 600; letter-spacing: 0.02em; }
  .tab-item.active { color: var(--gold); }
  .tab-item:active { opacity: 0.7; }
  .tab-fab-spacer { flex: 0 0 60px; }
  .tab-fab {
    position: absolute;
    left: 50%; top: -22px;
    transform: translateX(-50%);
    width: 56px; height: 56px;
    border-radius: 50%;
    background: var(--gold);
    border: 4px solid #030303;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 22px rgba(201,168,76,0.4);
  }
  .tab-fab:active { transform: translateX(-50%) scale(0.94); }
}

@media (max-width: 374px) {
  .home-hero-content .hero-heading, .warranty-hero-content .hero-heading,
  .about-hero-content .hero-heading, .finance-hero-content .hero-heading,
  .showroom-hero-content .hero-heading, .hiw-hero-content .hero-heading { font-size: 29px; }
  .m-stats { padding-left: 12px; padding-right: 12px; }
  .m-stat span br { display: inline; }
  .offer-card { flex-basis: 62%; }
  .finance-feature-row { grid-template-columns: 1fr; }
  .tab-item span { font-size: 9.5px; }
}

/* ════════════════════════════════════════════════════════════════════
   MOBILE POLISH — final pass. Unified type scale, one gutter (24px),
   readable minimums everywhere. Fixes surfaced by full-page audit:
   9.8px why-japan copy, 50px double-gutter on HIW hero, 40px desktop
   padding leaking into About body, three competing gold-label sizes,
   section headings ranging 22–30px across pages.
   ════════════════════════════════════════════════════════════════════ */
@media (max-width: 900px) {

  /* One gutter to rule them all: 24px */
  .home-hero-content, .warranty-hero-content, .about-hero-content,
  .finance-hero-content, .showroom-hero-content {
    padding-left: 24px;
    padding-right: 24px;
  }
  .hiw-hero-content { padding: 44px 0 48px; }  /* page-wrap already provides the 24px gutter */
  .showroom-hero-content { padding-bottom: 34px; }
  #page-showroom .showroom-shell { margin-top: 0; }
  .m-quick { padding-left: 24px; padding-right: 24px; }
  .about-body { padding: 44px 24px 0; }
  .offer-section h2, .offer-section .offer-underline { padding-left: 0; }

  /* One heading scale for every section title */
  .facts-title,
  .finance-options h2,
  .offer-section h2,
  .about-body-heading h2,
  .import-process h2,
  .why-japan h2,
  .contact-right h2 {
    font-size: clamp(22px, 6.2vw, 25px);
    line-height: 1.25;
    margin-bottom: 12px;
  }

  /* One gold-label scale (the WhatsApp card label is a mini-title, one step up) */
  .label-gold { font-size: 11px; letter-spacing: 0.2em; }
  .whatsapp-bar-left .label-gold, .about-wa-bar .label-gold { font-size: 12px; letter-spacing: 0.16em; }

  /* Readable minimums: nothing under 13px body copy anywhere */
  .why-japan-card p, #page-how-it-works .why-japan-grid p {
    font-size: 13px !important;
    line-height: 1.6 !important;
    color: #999;
  }
  .why-japan-card h4, #page-how-it-works .why-japan-grid h4 { font-size: 14.5px; margin-bottom: 6px; }
  .process-sub { font-size: 13px; line-height: 1.55; }

  /* Heading → content rhythm on section intros */
  .import-process h2 + .process-sub { margin-bottom: 20px; }
  .facts-label-col .label-gold { margin-bottom: 8px; display: inline-flex; }
}

/* Polish stragglers: last three off-scale elements */
@media (max-width: 900px) {
  .warranty-whatyouget h2,
  .showroom-empty-state h3 {
    font-size: clamp(22px, 6.2vw, 25px);
    line-height: 1.25;
  }
  /* hero eyebrows join the unified 11px label scale
     (matches the specificity of the earlier hero rule) */
  .home-hero-content > .label-gold, .warranty-hero-content > .label-gold,
  .about-hero-content > .label-gold, .finance-hero-content > .label-gold,
  .showroom-hero-content > .label-gold, .hiw-hero-content > .label-gold {
    font-size: 11px;
    letter-spacing: 0.2em;
  }
}

/* ════════════════════════════════════════════════════════════════════
   DESKTOP POLISH — audit findings. The How-it-works page shipped with
   9.8px and 10.3px body copy (below readable threshold on any screen).
   Lifted to 11.5px with proportionally wider measures so the six-step
   grid and Why-Japan cards keep their composition. Desktop-only:
   mobile already enforces 13px minimums for these.
   ════════════════════════════════════════════════════════════════════ */
@media (min-width: 901px) {
  .process-step p {
    font-size: 11.5px;
    line-height: 1.5;
    max-width: 150px;
  }
  .why-japan-card p {
    font-size: 11.5px;
    line-height: 1.45;
    max-width: 165px;
  }
  .why-japan-card h4 {
    font-size: 12px;
  }
  .why-japan-card { min-height: 136px; }
}

/* offer-card clones exist only to make the mobile marquee seamless */
@media (min-width: 901px) {
  .offer-clone { display: none !important; }
}


/* Press feedback: subtle, everywhere */
.btn:active, .m-quick button:active, .filter-search-btn:active { transform: scale(0.98); }

/* Feature pack 2: live status pill + accessible focus */
#open-status {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  vertical-align: 1px;
}
.status-open { background: rgba(80,200,120,0.12); color: #7fd89f; border: 1px solid rgba(80,200,120,0.35); }
.status-closed { background: rgba(255,255,255,0.06); color: #9a9a9a; border: 1px solid rgba(255,255,255,0.12); }

.btn:focus-visible, .tab-item:focus-visible, .filter-select:focus-visible,
.m-quick button:focus-visible, a:focus-visible {
  outline: 2px solid rgba(201,168,76,0.7);
  outline-offset: 2px;
}

/* Gallery owns horizontal gestures; vertical scroll stays native */
.vd-gallery-main { touch-action: pan-y; }

/* ════════════════════════════════════════════════════════════════════
   CONTACT PAGE REDESIGN — desktop + mobile
   ════════════════════════════════════════════════════════════════════ */
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.contact-left h1 { margin: 10px 0 14px; }
.contact-left > p { color: #a5a5a5; line-height: 1.7; max-width: 380px; }

.contact-info-items { margin: 34px 0 30px; }
.contact-info-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  column-gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.contact-info-item:first-child { border-top: 1px solid rgba(255,255,255,0.07); }
.info-icon {
  width: 42px; height: 42px;
  border-radius: 11px;
  border: 1px solid rgba(201,168,76,0.35);
  background: rgba(201,168,76,0.07);
  display: flex; align-items: center; justify-content: center;
  font-size: 0;
}
.info-icon svg {
  width: 19px; height: 19px;
  fill: none; stroke: var(--gold);
  stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
}
.contact-info-item h4 { font-size: 14px; margin: 2px 0 4px; }
.contact-info-item p { font-size: 13.5px; color: #9a9a9a; line-height: 1.6; }

.contact-wa-box {
  background:
    linear-gradient(150deg, rgba(201,168,76,0.14), rgba(201,168,76,0.03) 55%, transparent),
    #0b0b0b;
  border: 1px solid rgba(201,168,76,0.32);
  border-radius: 18px;
  padding: 22px;
}
.contact-wa-box h4 { font-size: 15px; margin-bottom: 5px; }
.contact-wa-box p { font-size: 13.5px; color: #a5a5a5; }

/* The form becomes a proper card */
.contact-right {
  background: #0b0b0b;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 32px 30px 28px;
}
.contact-right h2 { margin-bottom: 6px; }
.contact-right > p { font-size: 13.5px; color: #9a9a9a; margin-bottom: 24px; }

.form-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 7px;
}
.form-optional { color: #777; font-weight: 500; letter-spacing: 0.06em; text-transform: none; }
.form-group { margin-bottom: 16px; }
.form-input, .form-textarea {
  width: 100%;
  background: #050505;
  border: 1px solid rgba(201,168,76,0.22);
  border-radius: 12px;
  color: #eee;
  padding: 14px 16px;
  font-size: 15px;
  transition: border-color 0.2s ease;
}
.form-input { min-height: 52px; }
.form-textarea { min-height: 130px; resize: vertical; }
.form-input:focus, .form-textarea:focus {
  outline: none;
  border-color: rgba(201,168,76,0.65);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.1);
}
.form-input::placeholder, .form-textarea::placeholder { color: #5c5c5c; }
.form-buttons { margin-top: 6px; }
.form-security { font-size: 12px; color: #777; margin-top: 14px; }

/* Success card */
.form-success { text-align: center; padding: 34px 20px 20px; }
.form-success-icon {
  width: 62px; height: 62px;
  margin: 0 auto 18px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.5);
  background: rgba(201,168,76,0.08);
  display: flex; align-items: center; justify-content: center;
}
.form-success-icon svg { width: 28px; height: 28px; fill: none; stroke: var(--gold); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.form-success h3 { font-size: 22px; margin-bottom: 10px; }
.form-success p { font-size: 14px; color: #a5a5a5; line-height: 1.65; max-width: 340px; margin: 0 auto 22px; }

/* Desktop composition */
@media (min-width: 901px) {
  .contact-section { align-items: start; gap: 70px; max-width: 1120px; margin: 0 auto; }
  .contact-right { position: sticky; top: 96px; }
}
/* Mobile: card padding tune */
@media (max-width: 900px) {
  .contact-right { padding: 26px 20px 22px; }
  .contact-wa-box { padding: 20px; }
  .contact-info-items { margin: 26px 0 24px; }
}
