/* Honda Markaz v30.86 — focused public website
   Keeps the existing Honda Markaz theme and editable content while removing
   distracting decoration, duplicate prompts and approval-oriented wholesale UI. */

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.hm-public-body .hm-header-inner {
  gap: 20px;
}
.hm-public-body .hm-header-tools {
  gap: 10px;
}
.hm-public-body .hm-login-button,
.hm-public-body .hm-cart-tool {
  flex: 0 0 auto;
}

/* --------------------------------------------------------------------------
   Home hero — one message, one action, quiet navigation
   -------------------------------------------------------------------------- */
.hm-public-body .hm-hero,
.hm-public-body .hm-hero-slides,
.hm-public-body .hm-hero-slide,
.hm-public-body .hm-hero-slide.active {
  min-height: clamp(440px, 62vh, 570px) !important;
  height: auto !important;
}
.hm-public-body .hm-hero {
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.hm-public-body .hm-hero-vector-divider,
.hm-public-body .hm-hero-rail,
.hm-public-body .hm-slider-progress,
.hm-public-body .hm-hero-trust,
.hm-public-body .hm-secondary-button,
.hm-public-body .hm-under-hero-actions {
  display: none !important;
}
.hm-public-body .hm-hero-slide::before,
.hm-public-body .hm-hero-divider-curve .hm-hero-shade,
.hm-public-body .hm-hero-divider-diagonal .hm-hero-shade,
.hm-public-body .hm-hero-divider-fade .hm-hero-shade,
.hm-public-body .hm-hero-shade {
  display: block !important;
  position: absolute;
  inset: 0;
  width: auto;
  background: linear-gradient(90deg, rgba(6,7,9,.96) 0%, rgba(6,7,9,.82) 39%, rgba(6,7,9,.28) 72%, rgba(6,7,9,.12) 100%) !important;
  pointer-events: none;
}
.hm-public-body .hm-hero-content,
.hm-public-body .hm-hero-slide .hm-hero-content,
.hm-public-body .hm-hero-slide.active .hm-hero-content {
  position: relative;
  z-index: 2;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: min(1180px, calc(100% - 64px)) !important;
  min-height: clamp(440px, 62vh, 570px);
  margin: 0 auto !important;
  padding: 46px 0 !important;
  transform: none !important;
}
.hm-public-body .hm-hero-eyebrow {
  width: auto !important;
  height: auto !important;
  margin: 0 0 12px !important;
  color: #ff4b52;
  font-size: var(--hero-eyebrow-size, 12px) !important;
  line-height: 1.2 !important;
  letter-spacing: .16em;
}
.hm-public-body .hm-hero-content h1,
.hm-public-body .hm-hero-content h1 span,
.hm-public-body .hm-hero-content h1 strong,
.hm-public-body .hm-hero-content h1 em {
  width: auto !important;
  max-width: 720px !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
}
.hm-public-body .hm-hero-content h1 {
  display: block !important;
  margin-bottom: 16px !important;
  font-size: clamp(42px, 5.1vw, var(--hero-title-desktop, 70px)) !important;
  text-transform: none;
}
.hm-public-body .hm-hero-content h1 span,
.hm-public-body .hm-hero-content h1 strong,
.hm-public-body .hm-hero-content h1 em {
  display: inline !important;
  font-style: normal;
}
.hm-public-body .hm-hero-content h1 strong {
  color: #ed1b24;
}
.hm-public-body .hm-hero-content > p {
  width: auto !important;
  max-width: 600px !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 24px !important;
  color: rgba(255,255,255,.75);
  font-size: var(--hero-description-size, 15px) !important;
  line-height: 1.65 !important;
}
.hm-public-body .hm-hero-actions {
  display: flex !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
}
.hm-public-body .hm-primary-button {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 13px;
  box-shadow: none;
}
.hm-public-body .hm-slider-controls {
  right: max(22px, calc((100vw - 1180px) / 2));
  bottom: 22px;
  gap: 8px;
}
.hm-public-body .hm-slider-controls button {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(8,9,11,.58);
  box-shadow: none;
  font-size: 18px;
  backdrop-filter: blur(8px);
}
.hm-public-body .hm-slider-controls button.next {
  background: rgba(229,27,35,.88);
}

/* --------------------------------------------------------------------------
   Home content — essential sections only
   -------------------------------------------------------------------------- */
.hm-public-body .hm-hx {
  padding-top: 0;
}
.hm-public-body .hm-hx-aura {
  display: none;
}
.hm-public-body .hm-hx-inner {
  padding-top: 72px;
}
.hm-public-body .hm-hx-head {
  max-width: 700px;
  margin: 0 auto 34px;
}
.hm-public-body .hm-hx-head h2 {
  font-size: clamp(34px, 4.5vw, 56px);
  letter-spacing: -.04em;
}
.hm-public-body .hm-hx-head p {
  max-width: 620px;
  margin-inline: auto;
}
.hm-public-body .hm-hx-card,
.hm-public-body .hm-hx-cta {
  border-radius: 18px;
  box-shadow: none;
}
.hm-public-body .hm-hx-grid {
  gap: 18px;
}
.hm-public-body .hm-hx-span-6 {
  grid-column: span 6;
}
.hm-public-body .hm-hx-card-head {
  padding: 22px 22px 16px;
}
.hm-public-body .hm-hx-badge {
  width: 40px;
  height: 40px;
}
.hm-public-body .hm-hx-flag,
.hm-public-body .hm-hx-ribbon {
  display: none;
}
.hm-public-body .hm-hx-parts-grid {
  grid-template-columns: repeat(2, minmax(0,1fr));
}
.hm-public-body .hm-hx-wholesale {
  min-height: 330px;
}
.hm-public-body .hm-hx-wholesale-copy {
  padding: 30px;
}
.hm-public-body .hm-hx-wholesale-media img {
  filter: saturate(.88) contrast(.98);
}
.hm-public-body .hm-hx-cta {
  padding: 30px;
}

/* --------------------------------------------------------------------------
   Inner-page banners — compact, readable, one clear CTA
   -------------------------------------------------------------------------- */
.hm-public-body.hm-inner-page .page-hero {
  min-height: 270px !important;
  padding: 46px 0 !important;
  border-bottom: 1px solid #25272c;
}
.hm-public-body.hm-inner-page .page-hero::before {
  background: linear-gradient(90deg, rgba(6,7,9,.96) 0%, rgba(6,7,9,.82) 45%, rgba(6,7,9,.3) 100%) !important;
}
.hm-public-body.hm-inner-page .page-hero::after,
.hm-public-body.hm-inner-page .page-hero .container::before,
.hm-public-body.hm-inner-page .page-hero-eyebrow {
  display: none !important;
}
.hm-public-body.hm-inner-page .page-hero .container {
  max-width: 1180px;
}
.hm-public-body.hm-inner-page .breadcrumbs {
  display: inline-block;
  margin-bottom: 14px;
  padding: 0;
  border: 0;
  background: none;
  color: #ff5a61;
  font-size: 11px;
  letter-spacing: .1em;
}
.hm-public-body.hm-inner-page .page-hero h1 {
  max-width: 760px;
  margin: 0 0 12px;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1;
  letter-spacing: -.045em;
  text-transform: none;
}
.hm-public-body.hm-inner-page .page-hero p {
  max-width: 620px;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.6;
}
.hm-public-body.hm-inner-page .page-hero-button {
  margin-top: 20px;
  border-radius: 8px;
}

/* --------------------------------------------------------------------------
   Wholesale contact — no approval, no account gate, no request form
   -------------------------------------------------------------------------- */
.hm-wholesale-contact-section {
  padding-top: 54px !important;
}
.hm-wholesale-contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(18,20,24,.08);
}
.hm-wholesale-contact-copy {
  padding: clamp(28px, 4vw, 52px);
}
.hm-wholesale-contact-copy h2 {
  max-width: 620px;
  margin: 8px 0 14px;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.hm-wholesale-contact-copy > p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.hm-wholesale-contact-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
  margin: 26px 0;
}
.hm-wholesale-contact-points span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 54px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--soft);
  color: var(--ink);
  font-size: 12.5px;
}
.hm-wholesale-contact-points .ui-icon {
  width: 18px;
  height: 18px;
  color: var(--red);
}
.hm-wholesale-contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.hm-wholesale-contact-actions .button {
  min-height: 46px;
  border-radius: 9px;
  gap: 8px;
}
.hm-wholesale-contact-actions .ui-icon,
.hm-wholesale-email .ui-icon {
  width: 17px;
  height: 17px;
}
.hm-wholesale-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}
.hm-wholesale-contact-media {
  min-height: 430px;
  background: var(--soft);
}
.hm-wholesale-contact-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Public wholesale pricing note is now a simple enquiry prompt. */
.hm-public-body .wholesale-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: #f7f8fa;
  border-color: var(--line);
  color: var(--ink);
}

@media (max-width: 980px) {
  .hm-public-body .hm-hero-content h1 { font-size: clamp(38px, 6vw, var(--hero-title-tablet, 60px)) !important; }
  .hm-public-body .hm-hero-content,
  .hm-public-body .hm-hero-slide .hm-hero-content,
  .hm-public-body .hm-hero-slide.active .hm-hero-content {
    width: calc(100% - 42px) !important;
  }
  .hm-public-body .hm-hx-span-6 {
    grid-column: span 12;
  }
  .hm-wholesale-contact-card {
    grid-template-columns: 1fr;
  }
  .hm-wholesale-contact-media {
    min-height: 280px;
    order: -1;
  }
}

@media (max-width: 680px) {
  .hm-public-body .hm-hero,
  .hm-public-body .hm-hero-slides,
  .hm-public-body .hm-hero-slide,
  .hm-public-body .hm-hero-slide.active,
  .hm-public-body .hm-hero-content,
  .hm-public-body .hm-hero-slide .hm-hero-content,
  .hm-public-body .hm-hero-slide.active .hm-hero-content {
    min-height: 460px !important;
  }
  .hm-public-body .hm-hero-slide::before,
  .hm-public-body .hm-hero-shade {
    background: linear-gradient(180deg, rgba(6,7,9,.44) 0%, rgba(6,7,9,.92) 70%, #060709 100%) !important;
  }
  .hm-public-body .hm-hero-content,
  .hm-public-body .hm-hero-slide .hm-hero-content,
  .hm-public-body .hm-hero-slide.active .hm-hero-content {
    justify-content: flex-end;
    width: calc(100% - 32px) !important;
    padding: 36px 0 72px !important;
  }
  .hm-public-body .hm-hero-content h1 {
    font-size: clamp(34px, 11vw, var(--hero-title-mobile, 48px)) !important;
  }
  .hm-public-body .hm-slider-controls {
    right: 16px;
    bottom: 16px;
  }
  .hm-public-body .hm-hx-inner {
    padding-top: 50px;
  }
  .hm-public-body .hm-hx-parts-grid,
  .hm-wholesale-contact-points {
    grid-template-columns: 1fr;
  }
  .hm-public-body .hm-hx-wholesale {
    grid-template-columns: 1fr;
  }
  .hm-public-body .hm-hx-wholesale-media {
    min-height: 220px;
    order: -1;
  }
  .hm-public-body.hm-inner-page .page-hero {
    min-height: 230px !important;
    padding: 38px 0 !important;
  }
  .hm-public-body.hm-inner-page .page-hero h1 {
    font-size: 38px;
  }
  .hm-wholesale-contact-copy {
    padding: 26px 20px;
  }
  .hm-wholesale-contact-actions {
    display: grid;
  }
  .hm-wholesale-contact-actions .button,
  .hm-wholesale-email {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hm-public-body .hm-hero-slide,
  .hm-public-body [data-home-reveal] {
    transition: none !important;
    animation: none !important;
  }
}
.hm-public-body .wholesale-note > span {
  min-width: 0;
}
.hm-public-body .wholesale-note > span strong {
  display: block;
  margin-bottom: 2px;
}
.hm-public-body .wholesale-note > a {
  flex: 0 0 auto;
  color: var(--red);
  font-size: 12.5px;
  font-weight: 850;
  white-space: nowrap;
}
@media (max-width: 560px) {
  .hm-public-body .wholesale-note {
    align-items: flex-start;
    flex-direction: column;
  }
}
