/* =========================================================
   Bep Hong - Product Detail: Malloca Gas
   File: bephong-product-malloca-gas.css
   Scope: .bph-product-malloca-gas
   ========================================================= */

.bph-product-malloca-gas {
  color: #f7f1e6;
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  line-height: 1.65;
}

.bph-product-malloca-gas * {
  box-sizing: border-box;
}

.bph-product-malloca-gas a {
  color: #d9b45a;
  text-decoration: none;
}

.bph-product-malloca-gas a:hover {
  color: #e31b23;
}

/* =========================
   1. HERO
   ========================= */

.bph-product-malloca-gas .bph-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: center;
  margin: 0 0 30px;
  padding: 18px 0 8px;
}

.bph-product-malloca-gas .bph-product-hero__text {
  min-width: 0;
}

.bph-product-malloca-gas .bph-product-hero-title {
  margin: 0 0 16px;
  line-height: 1.08;
  font-weight: 800;
}

.bph-product-malloca-gas .bph-product-hero-title__type {
  display: block;
  margin-bottom: 6px;
  color: #f7f1e6;
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.bph-product-malloca-gas .bph-product-hero-title__model {
  display: block;
  color: #d9b45a;
  font-size: clamp(34px, 4.4vw, 64px);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.bph-product-malloca-gas .bph-product-hero__desc {
  max-width: 680px;
  margin: 0;
  color: rgba(247, 241, 230, 0.88);
  font-size: 16px;
}

.bph-product-malloca-gas .bph-product-hero__media {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.bph-product-malloca-gas .bph-product-hero__media--image {
  aspect-ratio: 2 / 1;
}

.bph-product-malloca-gas .bph-product-hero__media img,
.bph-product-malloca-gas .bph-product-hero__media iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.bph-product-malloca-gas .bph-product-hero__media--video {
  aspect-ratio: 16 / 9;
}

.bph-product-malloca-gas .bph-product-hero__media--short {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 9 / 16;
}

/* =========================
   2. QUICK 3 ITEMS
   ========================= */

.bph-product-malloca-gas .bph-product-quick {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 34px;
}

.bph-product-malloca-gas .bph-product-quick__item {
  min-width: 0;
  padding: 18px 18px 20px;
  border: 1px solid rgba(217, 180, 90, 0.28);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.bph-product-malloca-gas .bph-product-quick__item h2 {
  margin: 0 0 8px;
  color: #d9b45a;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.bph-product-malloca-gas .bph-product-quick__item p {
  margin: 0;
  color: rgba(247, 241, 230, 0.88);
  font-size: 14.5px;
}

/* =========================
   3. OVERVIEW + SPECS
   PC: 40 / 60
   ========================= */

.bph-product-malloca-gas .bph-product-overview-specs,
.bph-product-malloca-gas .bph-product-feature-install,
.bph-product-malloca-gas .bph-product-usage-fit {
  display: grid;
  gap: 22px;
  margin: 0 0 34px;
}

.bph-product-malloca-gas .bph-product-overview-specs,
.bph-product-malloca-gas .bph-product-feature-install {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.bph-product-malloca-gas .bph-product-usage-fit {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
}

.bph-product-malloca-gas .bph-product-overview,
.bph-product-malloca-gas .bph-product-specs,
.bph-product-malloca-gas .bph-product-features,
.bph-product-malloca-gas .bph-product-install,
.bph-product-malloca-gas .bph-product-usage,
.bph-product-malloca-gas .bph-product-fit,
.bph-product-malloca-gas .bph-product-faq,
.bph-product-malloca-gas .bph-product-cta {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(217, 180, 90, 0.24);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.bph-product-malloca-gas h2 {
  margin: 0 0 14px;
  color: #d9b45a;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.22;
  font-weight: 800;
}

.bph-product-malloca-gas h3 {
  margin: 0 0 8px;
  color: #d9b45a;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}

.bph-product-malloca-gas p {
  margin: 0 0 12px;
  color: rgba(247, 241, 230, 0.88);
}

.bph-product-malloca-gas p:last-child {
  margin-bottom: 0;
}

/* Specs table */

.bph-product-malloca-gas .bph-product-specs table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 14px;
}

.bph-product-malloca-gas .bph-product-specs th,
.bph-product-malloca-gas .bph-product-specs td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(217, 180, 90, 0.18);
  vertical-align: top;
  text-align: left;
  font-size: 14.5px;
}

.bph-product-malloca-gas .bph-product-specs th {
  width: 38%;
  color: #d9b45a;
  font-weight: 800;
}

.bph-product-malloca-gas .bph-product-specs td {
  color: rgba(247, 241, 230, 0.9);
}

.bph-product-malloca-gas .bph-product-specs tr:last-child th,
.bph-product-malloca-gas .bph-product-specs tr:last-child td {
  border-bottom: 0;
}

/* =========================
   4. SERVICE STRIP
   One seamless block
   ========================= */

.bph-product-malloca-gas .bph-product-service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 34px;
  padding: 18px 12px;
  border: 1px solid rgba(217, 180, 90, 0.28);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.bph-product-malloca-gas .bph-product-service-strip__item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  padding: 10px 14px;
  text-align: center;
}

.bph-product-malloca-gas .bph-product-service-strip__item:not(:last-child) {
  border-right: 1px solid rgba(217, 180, 90, 0.16);
}

.bph-product-malloca-gas .bph-product-service-strip__item img {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.bph-product-malloca-gas .bph-product-service-strip__item span {
  display: block;
  color: #d9b45a;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.bph-product-malloca-gas .bph-product-service-strip__item strong {
  display: block;
  color: #f7f1e6;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

/* =========================
   5. FEATURES + INSTALL
   PC: 40 / 60
   ========================= */

.bph-product-malloca-gas .bph-product-feature-list {
  display: grid;
  gap: 14px;
}

.bph-product-malloca-gas .bph-product-feature {
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(217, 180, 90, 0.16);
}

.bph-product-malloca-gas .bph-product-feature:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.bph-product-malloca-gas .bph-product-feature p {
  font-size: 14.5px;
}

.bph-product-malloca-gas .bph-product-audio {
  margin-top: 18px;
  padding: 14px;
  border: 1px solid rgba(217, 180, 90, 0.26);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.18);
}

.bph-product-malloca-gas .bph-product-audio__text {
  margin-bottom: 10px;
}

.bph-product-malloca-gas .bph-product-audio__text strong {
  display: block;
  color: #d9b45a;
  font-size: 16px;
  line-height: 1.3;
}

.bph-product-malloca-gas .bph-product-audio__text span {
  display: block;
  color: rgba(247, 241, 230, 0.82);
  font-size: 13.5px;
}

.bph-product-malloca-gas .bph-product-audio audio {
  width: 100%;
  display: block;
}

.bph-product-malloca-gas .bph-product-install ul,
.bph-product-malloca-gas .bph-product-usage ul,
.bph-product-malloca-gas .bph-product-fit ul {
  margin: 0;
  padding-left: 20px;
  color: rgba(247, 241, 230, 0.88);
}

.bph-product-malloca-gas .bph-product-install li,
.bph-product-malloca-gas .bph-product-usage li,
.bph-product-malloca-gas .bph-product-fit li {
  margin-bottom: 8px;
}

.bph-product-malloca-gas .bph-product-install__image {
  margin-top: 16px;
  overflow: hidden;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.04);
  aspect-ratio: 2 / 1;
}

.bph-product-malloca-gas .bph-product-install__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================
   6. USAGE + FIT
   PC: 60 / 40
   ========================= */

.bph-product-malloca-gas .bph-product-usage li,
.bph-product-malloca-gas .bph-product-fit li {
  color: rgba(247, 241, 230, 0.88);
}

/* =========================
   7. FAQ
   ========================= */

.bph-product-malloca-gas .bph-product-faq {
  margin: 0 0 34px;
}

.bph-product-malloca-gas .bph-product-faq__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bph-product-malloca-gas .bph-product-faq__item {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(217, 180, 90, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.028);
}

.bph-product-malloca-gas .bph-product-faq__item h3 {
  margin-bottom: 8px;
  font-size: 15.5px;
}

.bph-product-malloca-gas .bph-product-faq__item p {
  font-size: 13.8px;
}

/* =========================
   8. CTA
   ========================= */

.bph-product-malloca-gas .bph-product-cta {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
  border-color: rgba(227, 27, 35, 0.3);
  background: rgba(227, 27, 35, 0.06);
}

.bph-product-malloca-gas .bph-product-cta__text {
  min-width: 0;
}

.bph-product-malloca-gas .bph-product-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  background: #d71920;
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
}

.bph-product-malloca-gas .bph-product-cta__button:hover {
  background: #b80f16;
  color: #fff;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1024px) {
  .bph-product-malloca-gas .bph-product-hero,
  .bph-product-malloca-gas .bph-product-overview-specs,
  .bph-product-malloca-gas .bph-product-feature-install,
  .bph-product-malloca-gas .bph-product-usage-fit {
    grid-template-columns: 1fr;
  }

  .bph-product-malloca-gas .bph-product-hero__media--image {
    aspect-ratio: 2 / 1;
  }

  .bph-product-malloca-gas .bph-product-install__image {
    aspect-ratio: 1 / 1;
  }

  .bph-product-malloca-gas .bph-product-service-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bph-product-malloca-gas .bph-product-service-strip__item:not(:last-child) {
    border-right: 0;
  }

  .bph-product-malloca-gas .bph-product-service-strip__item:nth-child(odd) {
    border-right: 1px solid rgba(217, 180, 90, 0.16);
  }

  .bph-product-malloca-gas .bph-product-service-strip__item:nth-child(1),
  .bph-product-malloca-gas .bph-product-service-strip__item:nth-child(2) {
    border-bottom: 1px solid rgba(217, 180, 90, 0.16);
  }

  .bph-product-malloca-gas .bph-product-faq__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bph-product-malloca-gas .bph-product-hero {
    gap: 18px;
    margin-bottom: 24px;
    padding-top: 8px;
  }

  .bph-product-malloca-gas .bph-product-hero-title {
    margin-bottom: 12px;
  }

  .bph-product-malloca-gas .bph-product-hero__desc {
    font-size: 14.5px;
  }

  .bph-product-malloca-gas .bph-product-hero__media--image {
    aspect-ratio: 2 / 1;
  }

  .bph-product-malloca-gas .bph-product-quick {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
  }

  .bph-product-malloca-gas .bph-product-quick__item,
  .bph-product-malloca-gas .bph-product-overview,
  .bph-product-malloca-gas .bph-product-specs,
  .bph-product-malloca-gas .bph-product-features,
  .bph-product-malloca-gas .bph-product-install,
  .bph-product-malloca-gas .bph-product-usage,
  .bph-product-malloca-gas .bph-product-fit,
  .bph-product-malloca-gas .bph-product-faq,
  .bph-product-malloca-gas .bph-product-cta {
    padding: 16px;
    border-radius: 14px;
  }

  .bph-product-malloca-gas .bph-product-overview-specs,
  .bph-product-malloca-gas .bph-product-feature-install,
  .bph-product-malloca-gas .bph-product-usage-fit {
    gap: 14px;
    margin-bottom: 24px;
  }

  .bph-product-malloca-gas .bph-product-specs table,
  .bph-product-malloca-gas .bph-product-specs tbody,
  .bph-product-malloca-gas .bph-product-specs tr,
  .bph-product-malloca-gas .bph-product-specs th,
  .bph-product-malloca-gas .bph-product-specs td {
    display: block;
    width: 100%;
  }

  .bph-product-malloca-gas .bph-product-specs tr {
    padding: 10px 0;
    border-bottom: 1px solid rgba(217, 180, 90, 0.18);
  }

  .bph-product-malloca-gas .bph-product-specs tr:last-child {
    border-bottom: 0;
  }

  .bph-product-malloca-gas .bph-product-specs th,
  .bph-product-malloca-gas .bph-product-specs td {
    padding: 2px 0;
    border-bottom: 0;
  }

  .bph-product-malloca-gas .bph-product-service-strip {
    grid-template-columns: 1fr;
    padding: 8px 12px;
  }

  .bph-product-malloca-gas .bph-product-service-strip__item {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(217, 180, 90, 0.16);
  }

  .bph-product-malloca-gas .bph-product-service-strip__item:last-child {
    border-bottom: 0;
  }

  .bph-product-malloca-gas .bph-product-install__image {
    aspect-ratio: 1 / 1;
  }

  .bph-product-malloca-gas .bph-product-faq__grid {
    grid-template-columns: 1fr;
  }

  .bph-product-malloca-gas .bph-product-cta {
    display: block;
  }

  .bph-product-malloca-gas .bph-product-cta__action {
    margin-top: 14px;
  }

  .bph-product-malloca-gas .bph-product-cta__button {
    width: 100%;
  }
}