:root {
  --red: #cf2f24;
  --red-dark: #8f1f18;
  --ink: #111111;
  --charcoal: #202020;
  --paper: #ffffff;
  --soft: #f4f4f4;
  --line: #e7e7e7;
  --muted: #747474;
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.18);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(16, 16, 16, 0.95);
  color: #fff;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
}

.nav-shell {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--red);
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 26px;
  line-height: 0.9;
}

.brand small {
  color: #bdbdbd;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-nav a {
  opacity: 0.82;
}

.site-nav a:hover {
  opacity: 1;
  color: #fff;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  padding: 13px 24px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--red);
  color: #fff;
}

.btn-dark {
  background: var(--ink);
  color: #fff;
}

.btn-ghost,
.btn-outline.light {
  border-color: rgba(255, 255, 255, 0.48);
  color: #fff;
}

.site-header .btn-outline {
  border-color: rgba(255, 255, 255, 0.48);
  color: #fff;
}

.landing-hero {
  position: relative;
  min-height: 810px;
  overflow: hidden;
  color: #fff;
  background: #0c0c0c;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.42) 52%, rgba(0, 0, 0, 0.12)),
    url("https://images.unsplash.com/photo-1525609004556-c46c7d6cf023?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.62)),
    linear-gradient(90deg, rgba(207, 47, 36, 0.32), transparent 36%);
}

.hero-scooter {
  position: absolute;
  right: clamp(-170px, -6vw, -40px);
  bottom: 118px;
  z-index: 2;
  width: min(760px, 58vw);
  filter: drop-shadow(0 34px 42px rgba(0, 0, 0, 0.5));
}

.hero-inner {
  position: relative;
  z-index: 4;
  min-height: 690px;
  display: flex;
  align-items: center;
  padding-bottom: 72px;
}

.hero-copy {
  max-width: 630px;
}

.kicker,
.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.kicker.dark {
  color: var(--red);
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  line-height: 0.95;
  text-transform: uppercase;
}

h1 {
  max-width: 590px;
  font-size: clamp(64px, 8vw, 116px);
}

h2 {
  font-size: clamp(44px, 5vw, 76px);
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
}

p {
  line-height: 1.7;
}

.hero-copy p:not(.kicker) {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-ribbon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--red);
  color: #fff;
}

.hero-ribbon span {
  min-height: 90px;
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
}

.intro-cards {
  position: relative;
  z-index: 8;
  padding-top: 64px;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.intro-card {
  position: relative;
  min-height: 292px;
  padding: 46px 46px 42px;
  color: #fff;
  overflow: hidden;
}

.intro-card.red {
  background: linear-gradient(135deg, var(--red), var(--red-dark));
}

.intro-card.charcoal {
  background: linear-gradient(135deg, #2c2c2c, #121212);
}

.intro-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 240px;
  height: 240px;
  border: 32px solid rgba(255, 255, 255, 0.08);
  transform: rotate(18deg);
}

.icon-badge {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 26px;
  background: rgba(255, 255, 255, 0.14);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  font-weight: 800;
}

.intro-card h2 {
  font-size: 44px;
  max-width: 360px;
}

.intro-card p {
  max-width: 520px;
  margin: 16px 0 22px;
  color: rgba(255, 255, 255, 0.82);
}

.intro-card a,
.vehicle-info a {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 2px solid currentColor;
}

.dealer-section {
  padding: 100px 0 86px;
  background: #fff;
}

.dealer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: center;
}

.dealer-media {
  min-height: 520px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(207, 47, 36, 0.88), rgba(143, 31, 24, 0.92)),
    #b9251d;
  clip-path: polygon(0 0, 100% 9%, 86% 100%, 0 92%);
}

.dealer-media img {
  width: min(620px, 112%);
  transform: translateX(7%);
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.35));
}

.dealer-copy > p:not(.kicker) {
  color: #666;
  font-size: 17px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 34px;
  margin-top: 36px;
}

.service-grid article span {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-weight: 900;
}

.service-grid h3 {
  margin-bottom: 8px;
  font-size: 28px;
}

.service-grid p {
  margin: 0;
  color: #777;
}

.inventory-section {
  padding: 96px 0 104px;
  background: var(--soft);
}

.section-title.centered {
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-title.centered p:not(.kicker) {
  color: #6e6e6e;
}

.inventory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.vehicle-card {
  background: #fff;
  box-shadow: var(--shadow);
}

.vehicle-photo {
  min-height: 250px;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(180deg, #f7f7f7, #ededed),
    #efefef;
}

.vehicle-photo img {
  width: 105%;
  max-height: 235px;
  object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.22));
}

.vehicle-info {
  padding: 30px;
}

.vehicle-status {
  margin: 0 0 4px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.vehicle-info strong {
  display: block;
  margin: 12px 0 24px;
  color: var(--red);
  font-size: 20px;
  font-weight: 900;
}

.vehicle-info h4 {
  margin-bottom: 12px;
}

.vehicle-info ul,
.service-copy ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.vehicle-info li,
.service-copy li {
  position: relative;
  margin: 9px 0;
  padding-left: 18px;
  color: #646464;
}

.vehicle-info li::before,
.service-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: var(--red);
}

.vehicle-info a {
  color: var(--red);
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.finance-band {
  position: relative;
  overflow: hidden;
  padding: 66px 0;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.88), rgba(10, 10, 10, 0.68)),
    url("https://images.unsplash.com/photo-1558981359-219d6364c9c8?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.finance-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 36px;
  align-items: center;
}

.finance-number {
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  border: 8px solid var(--red);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 86px;
  font-weight: 800;
}

.finance-inner h2 {
  max-width: 720px;
  font-size: clamp(42px, 4vw, 68px);
}

.brand-section {
  padding: 96px 0;
  background: #fff;
}

.brand-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 46px;
  align-items: center;
}

.brand-copy p:not(.kicker) {
  color: #666;
}

.logo-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.logo-wall span {
  min-height: 104px;
  display: grid;
  place-items: center;
  padding: 18px;
  background: #f2f2f2;
  color: #555;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.service-band {
  padding: 96px 0;
  background: var(--charcoal);
  color: #fff;
}

.service-band-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 46px;
  align-items: center;
}

.service-photo {
  min-height: 480px;
  background-image: url("copy/store-night.jpg");
  background-size: 125% auto;
  background-position: 118% 42%;
  background-repeat: no-repeat;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}

.service-copy p:not(.kicker),
.service-copy li {
  color: rgba(255, 255, 255, 0.78);
}

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

.contact-preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 52px;
  align-items: start;
}

.contact-preview p:not(.kicker) {
  color: #666;
}

.mini-form,
.contact-form {
  display: grid;
  gap: 16px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 56px;
  border: 1px solid var(--line);
  padding: 14px 16px;
  background: #f7f7f7;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

.site-footer {
  padding: 34px 0;
  background: #101010;
  color: #fff;
}

.footer-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-shell p {
  margin: 4px 0;
  color: rgba(255, 255, 255, 0.68);
}

.footer-links {
  display: flex;
  gap: 18px;
}

.subhero {
  position: relative;
  min-height: 58vh;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.subhero.compact {
  min-height: 46vh;
}

.subhero-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.subhero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.36));
}

.subhero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 118px 0 72px;
  color: #fff;
}

.subhero-content h1 {
  max-width: 720px;
  font-size: clamp(58px, 7vw, 104px);
}

.subhero-content p:not(.kicker):not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.about-cover {
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?auto=format&fit=crop&w=1600&q=80");
}

.listings-cover {
  background-image: url("https://images.unsplash.com/photo-1558981806-ec527fa84c39?auto=format&fit=crop&w=1600&q=80");
}

.contact-cover {
  background-image: url("https://images.unsplash.com/photo-1486262715619-67b85e0b08d3?auto=format&fit=crop&w=1600&q=80");
}

.section,
.section-dark {
  padding: 90px 0;
}

.section-dark {
  background: #171717;
  color: #fff;
}

.split-layout,
.contact-layout,
.listing-grid.large,
.three-up,
.feature-grid,
.category-grid,
.listing-grid {
  display: grid;
  gap: 28px;
}

.split-layout,
.contact-layout {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
}

.listing-grid,
.three-up,
.category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.listing-grid.large,
.feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card,
.plain-card,
.info-panel,
.contact-panel,
.contact-form,
.listing-card,
.benefit-item,
.category-card {
  background: #fff;
  padding: 28px;
  box-shadow: var(--shadow);
}

.info-panel,
.contact-panel,
.contact-form,
.plain-card,
.timeline-item {
  border-top: 6px solid var(--red);
}

.panel-label {
  display: block;
  margin-bottom: 6px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.expanded,
.plain-card,
.benefit-item,
.info-panel,
.contact-panel,
.contact-form {
  color: var(--ink);
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading h2,
.split-layout h2,
.contact-panel h2 {
  max-width: 760px;
}

.category-card {
  min-height: 320px;
  display: flex;
  align-items: end;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.category-card.bike {
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.76)), url("https://images.unsplash.com/photo-1517846693594-1567da72af75?auto=format&fit=crop&w=1200&q=80");
}

.category-card.scooter {
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.76)), url("https://images.unsplash.com/photo-1558981806-ec527fa84c39?auto=format&fit=crop&w=1200&q=80");
}

.category-card.bicycle {
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.76)), url("https://images.unsplash.com/photo-1541625602330-2277a4c46182?auto=format&fit=crop&w=1200&q=80");
}

.card-tint {
  display: none;
}

.card-content {
  position: relative;
}

.listing-card {
  overflow: hidden;
}

.listing-media {
  min-height: 260px;
  margin: -28px -28px 24px;
  background-size: cover;
  background-position: center;
}

.listing-grid.large .listing-card {
  padding: 0;
}

.listing-grid.large .listing-media {
  min-height: 300px;
  margin: 0;
}

.listing-grid.large .listing-content {
  padding: 32px;
}

.media-velax,
.media-rs20,
.media-gt20,
.media-e8s {
  background-color: #efefef;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 92% auto;
}

.media-velax {
  background-image: url("https://www.yadea.my/assets/images/general/Velax%20Right.png");
}

.media-rs20 {
  background-image: url("https://www.yadea.my/assets/images/general/rs20-header.png");
}

.media-gt20 {
  background-image: url("https://www.yadea.my/assets/images/general/GT20.png");
}

.media-e8s {
  background-image: url("https://www.yadea.my/assets/images/general/E8S-PRO.png");
}

.listing-content p,
.plain-card p,
.benefit-item p,
.info-panel strong,
.timeline-item p,
.body-copy {
  color: #666;
}

.specs {
  padding-left: 18px;
}

.text-link {
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
}

.benefit-item {
  display: flex;
  gap: 18px;
}

.benefit-item span,
.timeline-index {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: var(--red);
  color: #fff;
  font-weight: 900;
}

.contact-list,
.timeline-list,
.benefit-stack {
  display: grid;
  gap: 16px;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

@media (max-width: 1020px) {
  .nav-shell {
    min-height: 74px;
    gap: 18px;
  }

  .site-nav {
    gap: 18px;
    margin-left: auto;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .hero-scooter {
    opacity: 0.58;
    right: -260px;
    width: 860px;
  }

  .dealer-grid,
  .inventory-grid,
  .finance-inner,
  .brand-grid,
  .service-band-grid,
  .contact-preview-grid,
  .split-layout,
  .contact-layout,
  .listing-grid.large,
  .three-up,
  .category-grid,
  .listing-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .finance-inner {
    justify-items: start;
  }

  .logo-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-shell {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 700px) {
  .nav-shell {
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 0;
  }

  .brand {
    width: 100%;
  }

  .site-nav {
    order: 2;
    width: 100%;
    margin-left: 0;
    gap: 20px;
    padding: 2px 0 4px;
    font-size: 13px;
  }

  .btn-outline.light {
    display: none;
  }

  .landing-hero {
    min-height: 760px;
  }

  .hero-inner {
    min-height: 630px;
    align-items: flex-start;
    padding-top: 92px;
  }

  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 42px;
  }

  .hero-copy p:not(.kicker) {
    font-size: 16px;
  }

  .hero-scooter {
    right: -270px;
    bottom: 100px;
    width: 720px;
  }

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

  .hero-ribbon span {
    min-height: 62px;
    font-size: 20px;
  }

  .intro-cards {
    padding-top: 38px;
  }

  .intro-grid,
  .field-row,
  .logo-wall {
    grid-template-columns: 1fr;
  }

  .intro-card {
    padding: 34px 28px;
  }

  .dealer-media,
  .service-photo {
    min-height: 360px;
  }
}
