/* OBERFELDLE — Product Detail Page CSS */

/* Breadcrumb */
.breadcrumb{padding:1rem 2rem;font-size:11px;color:var(--dim);border-bottom:.5px solid rgba(255,145,0,.10);}
.breadcrumb a{color:var(--orange-dim);text-decoration:none;}
.breadcrumb a:hover{color:var(--orange);}
.breadcrumb span{margin:0 6px;}

/* Detail layout */
.detail-page{max-width:900px;margin:0 auto;padding:2rem 1.5rem 4rem;}

/* Product hero card */
.product-hero-card{
  background:var(--bg2);border:.5px solid var(--orange-border);
  border-radius:10px;overflow:hidden;margin-bottom:1.5rem;
}
.product-img-area{
  background:#0b0b0b;display:flex;align-items:center;justify-content:center;
  padding:3rem 2rem;border-bottom:.5px solid rgba(255,145,0,.10);
}
.product-img-area img{max-height:200px;max-width:260px;object-fit:contain;}

.product-info-area{padding:2rem 2rem 1.5rem;}
.product-status-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1rem;align-items:center;}

.product-name{
  font-family:'Cormorant Garamond',serif;
  font-size:38px;font-weight:500;color:var(--orange-b);
  letter-spacing:.03em;line-height:1.1;margin-bottom:6px;
}
.product-alias{font-size:13px;color:var(--body);margin-bottom:14px;letter-spacing:.03em;}

/* Category tags */
.cat-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:1.5rem;}
.cat-tag{
  font-size:10px;font-weight:500;letter-spacing:.08em;
  padding:5px 14px;border:.5px solid var(--orange-border);
  color:var(--orange-dim);border-radius:3px;
}

/* Info boxes row */
.info-boxes{
  display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:1.5rem;
}
@media(max-width:640px){.info-boxes{grid-template-columns:repeat(2,1fr);}}
.info-box{
  background:var(--bg3);border:.5px solid rgba(255,145,0,.15);
  border-radius:6px;padding:14px;
}
.info-box-label{
  font-size:8.5px;font-weight:700;letter-spacing:.28em;text-transform:uppercase;
  color:var(--orange-dim);margin-bottom:6px;display:flex;align-items:center;gap:5px;
}
.info-box-label svg{width:12px;height:12px;fill:var(--orange-dim);}
.info-box-val{font-size:14px;font-weight:600;color:var(--text);line-height:1.3;}

/* CTA button in detail */
.detail-cta{
  display:inline-flex;align-items:center;gap:10px;
  background:var(--orange-faint);border:1.5px solid var(--orange);color:var(--orange);
  padding:13px 26px;border-radius:5px;text-decoration:none;
  font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;
  transition:all .15s;cursor:pointer;
}
.detail-cta:hover{background:var(--orange);color:#000;}
.detail-cta svg{width:16px;height:16px;fill:currentColor;}

/* Content sections */
.section-card{
  background:var(--bg2);border:.5px solid rgba(255,145,0,.14);
  border-radius:8px;padding:1.8rem 1.8rem;margin-bottom:1.2rem;
}
.section-title{
  font-family:'Cormorant Garamond',serif;
  font-size:22px;font-weight:500;color:var(--text);
  margin-bottom:1rem;letter-spacing:.03em;display:flex;align-items:center;gap:10px;
}
.section-title svg{width:20px;height:20px;fill:var(--orange);flex-shrink:0;}
.section-text{font-size:12.5px;line-height:1.8;color:var(--body);}

/* Benefits grid */
.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
@media(max-width:500px){.benefits-grid{grid-template-columns:1fr;}}
.benefit-item{
  display:flex;align-items:flex-start;gap:10px;
  font-size:12px;color:var(--body);line-height:1.5;
}
.benefit-item svg{width:16px;height:16px;fill:#4ade80;flex-shrink:0;margin-top:1px;}

/* Research indications */
.indication-group{margin-bottom:1rem;}
.indication-category{font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--orange-dim);margin-bottom:.5rem;}
.indication-sub{
  border-left:2px solid var(--orange-border);padding-left:1rem;margin-bottom:.5rem;
}
.indication-sub h4{font-size:12.5px;font-weight:600;color:var(--text);margin-bottom:3px;}
.indication-sub p{font-size:11.5px;color:var(--dim);line-height:1.6;}

/* Timeline */
.timeline{display:flex;flex-direction:column;gap:12px;}
.timeline-item{display:flex;align-items:flex-start;gap:14px;}
.timeline-badge{
  flex-shrink:0;background:var(--bg3);border:.5px solid var(--orange-border);
  border-radius:4px;padding:5px 10px;font-size:10px;font-weight:600;
  color:var(--orange-dim);white-space:nowrap;letter-spacing:.04em;
}
.timeline-dot{width:8px;height:8px;background:#4ade80;border-radius:50%;flex-shrink:0;margin-top:5px;}
.timeline-text{font-size:12.5px;color:var(--body);line-height:1.5;}

/* Side effect lists */
.se-list{list-style:none;display:flex;flex-direction:column;gap:6px;}
.se-item{display:flex;align-items:flex-start;gap:10px;font-size:12.5px;color:var(--body);line-height:1.5;}
.se-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;margin-top:5px;}
.se-dot-warn{background:#fb923c;}
.se-dot-red{background:#f87171;}

/* Contraindications */
.contra-item{display:flex;align-items:center;gap:10px;font-size:12.5px;color:var(--body);padding:4px 0;}
.contra-item svg{width:18px;height:18px;fill:#f87171;flex-shrink:0;}

/* Quality check */
.qc-group{margin-bottom:1.2rem;}
.qc-group-title{font-size:13px;font-weight:600;color:var(--text);display:flex;align-items:center;gap:8px;margin-bottom:.6rem;}
.qc-group-title svg{width:18px;height:18px;flex-shrink:0;}
.qc-green svg{fill:#4ade80;}
.qc-yellow svg{fill:#fbbf24;}
.qc-red svg{fill:#f87171;}
.qc-list{list-style:none;display:flex;flex-direction:column;gap:5px;padding-left:26px;}
.qc-list li{font-size:12px;color:var(--body);line-height:1.5;display:flex;align-items:flex-start;gap:6px;}
.qc-list li::before{content:"•";flex-shrink:0;}

/* Scientific references */
.ref-item{border-left:2px solid var(--orange-border);padding:10px 0 10px 14px;margin-bottom:10px;}
.ref-item:last-child{margin-bottom:0;}
.ref-title{font-size:13px;font-weight:600;color:var(--text);display:flex;align-items:center;gap:10px;margin-bottom:4px;}
.ref-year{font-size:9.5px;font-weight:600;letter-spacing:.08em;background:var(--bg3);border:.5px solid var(--orange-border);color:var(--orange-dim);padding:2px 8px;border-radius:3px;}
.ref-text{font-size:12px;color:var(--body);line-height:1.5;}

/* Legal notice */
.legal-box{
  background:rgba(255,145,0,.05);border:.5px solid rgba(255,145,0,.2);
  border-radius:6px;padding:1.2rem 1.4rem;
  display:flex;align-items:flex-start;gap:12px;
}
.legal-box svg{width:20px;height:20px;fill:var(--orange-dim);flex-shrink:0;margin-top:1px;}
.legal-text{font-size:12px;color:var(--body);line-height:1.7;}

/* ── Language display control ── */
.lc { display:none; }
html[data-lang="es"] .lc-es,
html[data-lang="en"] .lc-en,
html[data-lang="zh"] .lc-zh { display:block; }
/* Inline elements */
span.lc-es, span.lc-en, span.lc-zh { display:none; }
html[data-lang="es"] span.lc-es,
html[data-lang="en"] span.lc-en,
html[data-lang="zh"] span.lc-zh { display:inline; }
