.single-product main {
  background:
    radial-gradient(
      circle at top right,
      rgba(184, 134, 11, 0.08),
      transparent 34%
    ),
    #0c0c0c;
}


.single-product .page-hero {
  position: relative;
  padding: 110px 0 90px;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.96),
      rgba(25, 20, 10, 0.94)
    );
  border-bottom: 1px solid rgba(201, 159, 55, 0.22);
}

.single-product .page-hero::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(201, 159, 55, 0.08);
  filter: blur(15px);
}

.single-product .page-hero .container {
  position: relative;
  z-index: 2;
}

.single-product .page-hero h1 {
  max-width: 850px;
  margin: 12px 0 16px;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
}

.single-product .page-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.8;
}

/* ========================================
   GENERAL SECTION SPACING
======================================== */

.single-product .section-space {
  padding: 100px 0;
}

.single-product .section-space.pt-0 {
  padding-top: 0 !important;
}

.single-product .lead-copy {
  max-width: 100%;
}

/* ========================================
   PRODUCT IMAGE AREA
======================================== */

.single-product .detail-media {
  position: relative;
  min-height: 520px;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(201, 159, 55, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 50% 45%,
      rgba(201, 159, 55, 0.12),
      transparent 48%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.045),
      rgba(255, 255, 255, 0.015)
    );
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.single-product .detail-media::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(201, 159, 55, 0.09);
  border-radius: 50%;
  background: rgba(201, 159, 55, 0.025);
}

.single-product .detail-media::after {
  content: "";
  position: absolute;
  bottom: 35px;
  left: 50%;
  width: 65%;
  height: 35px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  filter: blur(18px);
  transform: translateX(-50%);
}

.single-product .detail-media img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 520px;
  max-height: 440px;
  object-fit: contain;
  filter: drop-shadow(0 24px 26px rgba(0, 0, 0, 0.38));
  transition:
    transform 0.4s ease,
    filter 0.4s ease;
}

.single-product .detail-media:hover img {
  transform: scale(1.035);
  filter: drop-shadow(0 30px 32px rgba(0, 0, 0, 0.5));
}

/* ========================================
   PRODUCT MAIN CONTENT
======================================== */

.single-product .detail-content {
  padding-left: 30px;
}

.single-product .detail-content .eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(201, 159, 55, 0.28);
  border-radius: 999px;
  color: #d6ad45;
  background: rgba(201, 159, 55, 0.08);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.single-product .detail-content h2 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
}

.single-product .detail-content .lead-copy {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.8;
}

/* ========================================
   FEATURE LIST
======================================== */

.single-product .feature-list {
  display: grid;
  gap: 14px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.single-product .feature-list li {
  position: relative;
  padding: 16px 18px 16px 50px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.035);
  line-height: 1.6;
}

.single-product .feature-list li::before {
  content: "✓";
  position: absolute;
  top: 15px;
  left: 17px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #090909;
  background: #c99f37;
  font-size: 12px;
  font-weight: 800;
}

/* ========================================
   OVERVIEW SECTION
======================================== */

.single-product .overview-row {
  margin-bottom: 90px;
}

.single-product .overview-row .section-kicker {
  margin-bottom: 14px;
}

.single-product .overview-row .section-title {
  margin: 0 0 30px;
}

.single-product .product-description {
  width: 100%;
  max-width: none;
  padding: 34px 36px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 22px;
  color: rgba(255, 255, 255, 0.74);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.04),
      rgba(255, 255, 255, 0.018)
    );
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
  font-size: 17px;
  line-height: 1.85;
}

.single-product .product-description p {
  margin: 0 0 18px;
}

.single-product .product-description p:last-child {
  margin-bottom: 0;
}

.single-product .product-description ul,
.single-product .product-description ol {
  margin: 18px 0;
  padding-left: 22px;
}

.single-product .product-description li {
  margin-bottom: 8px;
}

/* ========================================
   TECHNICAL SPECIFICATIONS
======================================== */

.single-product .specifications-card {
  width: 100%;
}

.single-product .specifications-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.single-product .specifications-heading .section-kicker {
  margin-bottom: 14px;
}

.single-product .specifications-heading .section-title {
  margin: 0;
}

.single-product .spec-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(201, 159, 55, 0.2);
  border-radius: 22px;
  background:
    linear-gradient(
      145deg,
      #151515,
      #101010
    );
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.single-product .spec-table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.single-product .spec-table tbody {
  display: block;
  padding: 10px 22px;
}

.single-product .spec-table tr {
  display: grid;
  grid-template-columns: minmax(190px, 0.8fr) 1.4fr;
  gap: 25px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.single-product .spec-table tr:last-child {
  border-bottom: 0;
}

.single-product .spec-table th,
.single-product .spec-table td {
  padding: 0;
  border: 0;
  background: transparent;
}

.single-product .spec-table th {
  color: #d5aa3d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.single-product .spec-table td {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.7;
  word-break: break-word;
}

.single-product .spec-empty {
  padding: 30px;
  border: 1px solid rgba(201, 159, 55, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.single-product .spec-empty p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

/* ========================================
   GLOBAL CTA
======================================== */

.single-product .global-cta {
  padding: 30px 0 100px;
  background: transparent;
}

.single-product .cta-panel {
  position: relative;
  padding: 60px;
  overflow: hidden;
  border: 1px solid rgba(201, 159, 55, 0.25);
  border-radius: 26px;
  text-align: center;
  background:
    linear-gradient(
      135deg,
      rgba(201, 159, 55, 0.13),
      rgba(255, 255, 255, 0.025)
    );
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.single-product .cta-panel h2 {
  margin-bottom: 16px;
  color: #ffffff;
  font-size: clamp(30px, 3.6vw, 46px);
}

.single-product .cta-panel p {
  max-width: 650px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.7;
}

/* ========================================
   TABLET
======================================== */

@media (max-width: 991px) {
  .single-product .section-space {
    padding: 75px 0;
  }

  .single-product .detail-content {
    padding-left: 0;
  }

  .single-product .detail-media {
    min-height: 430px;
  }

  .single-product .overview-row {
    margin-bottom: 70px;
  }

  .single-product .cta-panel {
    padding: 45px 30px;
  }

  .single-product .spec-table tr {
    grid-template-columns: minmax(160px, 0.8fr) 1.4fr;
  }
}

/* ========================================
   MOBILE
======================================== */

@media (max-width: 767px) {
  .single-product .page-hero {
    padding: 85px 0 65px;
  }

  .single-product .page-hero p {
    font-size: 16px;
    line-height: 1.7;
  }

  .single-product .section-space {
    padding: 65px 0;
  }

  .single-product .detail-media {
    min-height: 340px;
    padding: 22px;
    border-radius: 20px;
  }

  .single-product .detail-media::before {
    width: 250px;
    height: 250px;
  }

  .single-product .detail-media::after {
    bottom: 24px;
    width: 72%;
  }

  .single-product .detail-media img {
    max-height: 300px;
  }

  .single-product .detail-content .lead-copy {
    font-size: 16px;
    line-height: 1.7;
  }

  .single-product .overview-row {
    margin-bottom: 60px;
  }

  .single-product .overview-row .section-title {
    margin-bottom: 22px;
  }

  .single-product .product-description {
    padding: 24px 22px;
    border-radius: 18px;
    font-size: 16px;
    line-height: 1.75;
  }

  .single-product .specifications-heading {
    margin-bottom: 24px;
  }

  .single-product .spec-table-wrap {
    border-radius: 18px;
  }

  .single-product .spec-table tbody {
    padding: 8px 18px;
  }

  .single-product .spec-table tr {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 16px 0;
  }

  .single-product .spec-table th {
    font-size: 13px;
  }

  .single-product .spec-table td {
    font-size: 14px;
  }

  .single-product .cta-panel {
    padding: 38px 22px;
    border-radius: 20px;
  }
}