/* ============================================================
   product.css — triGLP product detail page
   ============================================================ */

/* ---------- Shared eyebrow ---------- */
.pd-eyebrow {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #FE5000;
  margin: 0 0 14px;
}

/* ---------- PRODUCT HERO ---------- */
.po-hero {
  width: 100%;
  background: #fff;
  padding: 40px 0 0;
  overflow: hidden;
}
.po-hero-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 24px 1.5rem 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.po-hero-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.po-hero-media img {
  height: 340px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
/* faint drop watermark behind the bottle */
.po-drop-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -54%);
  width: 320px;
  height: auto;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}
.po-hero-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 0.9;
  color: #1a1a1a;
  margin: 0 0 8px;
}
.po-hero-sub {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 34px;
  font-weight: 400;
  color: #262626;
  margin: 0 0 14px;
}
.po-hero-desc {
  font-family: 'Poppins', var(--ffc);
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0 0 26px;
  max-width: 460px;
}
.po-cta {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 12px 40px;
  border-radius: 6px;
  border: none;
  background: #FE5000;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.2s;
}
.po-cta:hover { opacity: 0.9; }

/* ---------- Orange stats band ---------- */
.po-stats {
  width: 100%;
  background: #FE5000;
  padding: 28px 0;
}
.po-stats-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.po-stat {
  text-align: center;
  color: #fff;
}
.po-stat-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}
.po-stat-lbl {
  font-family: 'Barlow', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.95;
}

@media (max-width: 768px) {
  .po-hero-title { font-size: 56px; }
  .po-hero-sub { font-size: 26px; }
  .po-hero-media img { height: 240px; }
  .po-stats-inner { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}

/* ---------- THE SCIENCE ---------- */
.pd-science {
  width: 100%;
  background: #FDF3EC;
  padding: 88px 0 96px;
  position: relative;
  overflow: hidden;
}
.pd-science .po-drop-watermark {
  top: 55%;
  width: 640px;
  opacity: 0.05;
}
.pd-science-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}
.pd-science-head { text-align: center; margin-bottom: 64px; }
.pd-science-head .pd-eyebrow { margin-bottom: 18px; }
.pd-science-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 0.98;
  color: #333;
  margin: 0;
}
.pd-science-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.pathway-card {
  background: #fff;
  border: 1px solid #f0e4da;
  border-radius: 16px;
  padding: 32px 28px 36px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  transition: transform 0.25s, box-shadow 0.25s;
}
.pathway-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.08); }
.pathway-icon { width: 44px; height: 44px; margin-bottom: 26px; }
.pathway-icon img { width: 100%; height: 100%; object-fit: contain; }
.pathway-label {
  font-family: 'Barlow', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FE5000;
  margin: 0 0 8px;
}
.pathway-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #262626;
  margin: 0 0 14px;
}
.pathway-desc {
  font-family: 'Poppins', var(--ffc);
  font-size: 13.5px;
  line-height: 1.7;
  color: #6b7280;
  margin: 0;
}
@media (max-width: 900px) {
  .pd-science-grid { grid-template-columns: 1fr; gap: 20px; }
  .pd-science-title { font-size: 42px; }
}

/* ---------- WHAT YOU GET ---------- */
.pd-wyg {
  width: 100%;
  background: #fff;
  padding: 88px 0 96px;
}
.pd-wyg-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.pd-wyg-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
  color: #333;
  margin: 0 0 40px;
}
.pd-wyg-gallery {
  display: flex;
  gap: 18px;
  align-items: center;
}
.pd-thumbs {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
}
.pd-thumb {
  width: 52px;
  height: 52px;
  border-radius: 6px;
  background: #f2f2f2;
  border: 1px solid #cfcfcf;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd-thumb.active { border-color: #FE5000; }
.pd-thumb img { width: 100%; height: 100%; object-fit: cover; }
.pd-main-img {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd-main-img img { max-height: 340px; object-fit: contain; }
.pd-add-cart {
  display: block;
  width: 100%;
  margin-top: 24px;
  padding: 14px 24px;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

/* right column */
.pd-features {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pd-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Poppins', var(--ffc);
  font-size: 14px;
  color: #374151;
}
.pd-features li img { width: 15px; height: 18px; flex-shrink: 0; }
.pd-supply-label {
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9ca3af;
  margin: 0 0 16px;
}
.pd-supply-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.supply-card {
  position: relative;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  padding: 22px 18px 18px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.supply-card:hover { border-color: #FE5000; }
.supply-card.active {
  border-color: #FE5000;
  box-shadow: 0 0 0 1px #FE5000, 0 10px 24px rgba(254,80,0,0.08);
}
.supply-badge {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #FE5000;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.supply-media {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.supply-media img { max-height: 100%; max-width: 100%; object-fit: contain; }
.supply-count {
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9ca3af;
  margin: 0 0 6px;
}
.supply-price {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #6b7280;
}
.supply-card.active .supply-price { color: #262626; }

@media (max-width: 900px) {
  .pd-wyg-inner { grid-template-columns: 1fr; gap: 40px; }
  .pd-wyg-title { font-size: 40px; }
}
@media (max-width: 480px) {
  .pd-supply-grid { grid-template-columns: 1fr; }
}

/* ---------- ORYGN PROMISE ---------- */
.pd-promise {
  width: 100%;
  background: #1a1a1a;
  padding: 88px 0 96px;
}
.pd-promise-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.pd-promise-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 0.98;
  color: #fff;
  margin: 0 0 24px;
}
.pd-promise-title .orange { color: #FE5000; }
.pd-promise-desc {
  font-family: 'Poppins', var(--ffc);
  font-size: 13.5px;
  line-height: 1.8;
  color: #fff;
  margin: 0;
  max-width: 320px;
}
.pd-promise-badge {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd-promise-badge svg { width: 220px; height: 220px; }

@media (max-width: 900px) {
  .pd-promise-inner { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .pd-promise-desc { max-width: none; }
  .pd-promise-title { font-size: 42px; }
  .pd-promise-badge { order: -1; }
}

/* ============================================================
   IGNYT product page
   ============================================================ */

/* ---------- Hero title lockup ---------- */
.ig-hero-title {
  letter-spacing: 0.16em;
  font-size: 82px;
  margin: 0 0 6px;
}
.ig-hero-metab {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #262626;
  margin: 0 0 22px;
  padding-left: 0.42em;
}
.ig-hero-desc { margin-bottom: 28px; }
@media (max-width: 768px) {
  .ig-hero-title { font-size: 54px; }
  .ig-hero-metab { font-size: 16px; }
}

/* ---------- Orange trust band ---------- */
.ig-trust {
  width: 100%;
  background: #FE5000;
  padding: 26px 0;
}
.ig-trust-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ig-trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
}
.ig-trust-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}
.ig-trust-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #fff;
  stroke-width: 1.6;
}
.ig-trust-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 5px;
}
.ig-trust-sub {
  font-family: 'Barlow', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0.92;
  margin: 0;
}
@media (max-width: 768px) {
  .ig-trust-inner { grid-template-columns: 1fr; gap: 22px; }
}

/* ---------- WHY IGNYT ---------- */
.ig-why {
  width: 100%;
  background: #fff;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.ig-why-deco {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 380px;
  height: auto;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}
.ig-why-deco svg { width: 100%; height: 100%; stroke: #FE5000; fill: none; }
.ig-why-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.ig-why-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.05;
  color: #333;
  margin: 0 0 26px;
}
.ig-why-title .orange { color: #FE5000; }
.ig-why-desc {
  font-family: 'Poppins', var(--ffc);
  font-size: 13.5px;
  line-height: 1.8;
  color: #6b7280;
  margin: 0 0 16px;
  max-width: 420px;
}
.ig-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.ig-benefit {
  background: #fff;
  border: 1px solid #f0e4da;
  border-radius: 14px;
  padding: 28px 18px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  transition: transform 0.25s, box-shadow 0.25s;
}
.ig-benefit:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.08); }
.ig-benefit-icon {
  width: 56px;
  height: 56px;
  border: 2px solid #FE5000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.ig-benefit-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #FE5000;
  stroke-width: 1.7;
}
.ig-benefit-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.15;
  color: #262626;
  margin: 0;
}
@media (max-width: 900px) {
  .ig-why-inner { grid-template-columns: 1fr; gap: 40px; }
  .ig-why-title { font-size: 38px; }
  .ig-why-deco { display: none; }
}
@media (max-width: 560px) {
  .ig-benefits { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- THE PROOF (dark) ---------- */
.ig-proof {
  width: 100%;
  background: #141414;
  padding: 74px 0;
}
.ig-proof-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 48px;
  align-items: center;
}
.ig-proof-h {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin: 0 0 20px;
}
.ig-proof-p {
  font-family: 'Poppins', var(--ffc);
  font-size: 13px;
  line-height: 1.85;
  color: #9ca3af;
  margin: 0;
  max-width: 300px;
}
.ig-proof-p b { color: #fff; font-weight: 600; }
.ig-proof-col--right { text-align: right; }
.ig-proof-col--right .ig-proof-p { margin-left: auto; }
.ig-proof-badges {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.ig-badge-ring svg,
.ig-badge-ring img { width: 128px; height: 128px; }
.ig-progo {
  width: 128px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ig-progo img { width: 100%; height: 100%; object-fit: contain; }
.ig-progo-top {
  font-family: 'Poppins', var(--ffc);
  font-size: 8px;
  font-weight: 700;
  color: #1667b5;
  letter-spacing: 0.2px;
  line-height: 1.2;
  margin-bottom: 2px;
}
.ig-progo-main {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #1667b5;
  line-height: 0.9;
}
.ig-progo-main sup { font-size: 11px; top: -0.9em; }
.ig-progo-bot {
  font-family: 'Poppins', var(--ffc);
  font-size: 8.5px;
  font-weight: 600;
  color: #1667b5;
  margin-top: 2px;
}
@media (max-width: 900px) {
  .ig-proof-inner { grid-template-columns: 1fr; gap: 44px; text-align: center; }
  .ig-proof-p { max-width: none; margin: 0 auto; }
  .ig-proof-col--right { text-align: center; }
  .ig-proof-badges { order: -1; }
}

/* ---------- THE SCIENCE BEHIND IGNYT ---------- */
.ig-sci {
  width: 100%;
  background: #FDF3EC;
  padding: 90px 0 96px;
}
.ig-sci-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.ig-sci-head { max-width: 780px; margin: 0 0 56px; }
.ig-sci-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
  color: #333;
  margin: 0 0 20px;
}
.ig-sci-powered {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #FE5000;
  margin: 0 0 6px;
}
.ig-sci-sub {
  font-family: 'Poppins', var(--ffc);
  font-weight: 700;
  font-size: 15px;
  color: #262626;
  margin: 0 0 18px;
}
.ig-sci-p {
  font-family: 'Poppins', var(--ffc);
  font-size: 13.5px;
  line-height: 1.85;
  color: #6b7280;
  margin: 0 0 14px;
}
.ig-sci-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.ig-sci-card {
  background: #fff;
  border: 1px solid #f0e4da;
  border-radius: 16px;
  padding: 32px 28px 36px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  transition: transform 0.25s, box-shadow 0.25s;
}
.ig-sci-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.08); }
.ig-sci-card-icon { display: flex; width: 44px; height: 44px; margin-bottom: 20px; }
.ig-sci-card-icon svg { width: 100%; height: 100%; fill: none; stroke: #FE5000; stroke-width: 1.7; }
.ig-sci-card-icon img { width: 100%; height: 100%; object-fit: contain; }
.ig-sci-card-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #262626;
  margin: 0 0 12px;
}
.ig-sci-card-intro {
  font-family: 'Poppins', var(--ffc);
  font-size: 13px;
  line-height: 1.6;
  color: #6b7280;
  margin: 0 0 16px;
}
.ig-sci-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.ig-sci-list li {
  position: relative;
  padding-left: 20px;
  font-family: 'Poppins', var(--ffc);
  font-size: 13px;
  line-height: 1.5;
  color: #374151;
}
.ig-sci-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FE5000;
}
@media (max-width: 900px) {
  .ig-sci-grid { grid-template-columns: 1fr; gap: 20px; }
  .ig-sci-title { font-size: 40px; }
}
