@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&family=Source+Sans+3:wght@300;400;600;700&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

:root {
  --green-deep:    #1a3a2a;
  --green-mid:     #2d6a4f;
  --green-light:   #52b788;
  --green-pale:    #8ee0b0;
  --gold:          #c9a84c;
  --gold-light:    #e8c96d;
  --cream:         #f8f4ec;
  --cream-dark:    #ede7d9;
  --text-on-dark:  #f0ede4;
  --muted-on-dark: #b8cdc1;
  --text-dark:     #1a1a1a;
  --text-mid:      #4a4a4a;
  --text-light:    #7a7a7a;
  --radius:        14px;
  --shadow-lg:     0 20px 60px rgba(0,0,0,0.25);
}

body {
  font-family: 'Source Sans 3', sans-serif;
  background-color: var(--green-deep);
  color: var(--text-on-dark);
  min-height: 100vh;
  line-height: 1.65;
}

.top-band {
  background: rgba(201,168,76,0.14);
  border-bottom: 1px solid rgba(201,168,76,0.22);
  text-align: center;
  padding: 11px 20px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-light);
}

.site-header {
  background: var(--green-deep);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--gold-light);
  letter-spacing: -0.02em;
  text-decoration: none;
}

.logo span { color: var(--green-light); }

.site-nav a {
  color: var(--cream);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-left: 26px;
  opacity: 0.75;
  transition: opacity 0.2s, color 0.2s;
}

.site-nav a:hover { opacity: 1; color: var(--gold-light); }

.breadcrumb { border-bottom: 1px solid rgba(255,255,255,0.07); padding: 12px 0; }

.breadcrumb .wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: var(--muted-on-dark);
}

.breadcrumb a { color: var(--gold); text-decoration: none; font-weight: 600; }
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb .sep { color: rgba(255,255,255,0.22); }

.wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

.product-hero {
  padding: 56px 0 52px;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 64px;
  align-items: start;
}

.product-image-wrap {
  background: linear-gradient(145deg, #f8f4ec, #ede7d9);
  border-radius: 20px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 90px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.product-image-wrap img { width: 100%; height: 100%; object-fit: contain; padding: 32px; }

.img-placeholder-hero { display: flex; flex-direction: column; align-items: center; gap: 14px; color: var(--green-mid); opacity: 0.45; }
.img-placeholder-hero svg { width: 72px; height: 72px; }
.img-placeholder-hero span { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }

.product-info { display: flex; flex-direction: column; gap: 0; }

.review-eyebrow { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--green-pale); margin-bottom: 10px; }

.product-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 3.8vw, 3rem); font-weight: 900; color: #fff; line-height: 1.13; margin-bottom: 6px; }
.product-title .gold { color: var(--gold-light); }

.product-subtitle { font-size: 1rem; color: var(--muted-on-dark); font-weight: 300; margin-bottom: 20px; line-height: 1.5; }

.rating-row { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; flex-wrap: wrap; }
.rating-stars { color: var(--gold); font-size: 1.3rem; letter-spacing: 2px; }
.rating-score { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: #fff; }
.rating-count { font-size: 0.85rem; color: var(--muted-on-dark); }

.specs-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 24px; }
.spec-item { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.09); border-radius: 10px; padding: 13px 16px; }
.spec-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-pale); margin-bottom: 4px; }
.spec-value { font-size: 0.95rem; font-weight: 600; color: #fff; }

.certs-row { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 24px; }
.cert-tag { display: inline-flex; align-items: center; gap: 5px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 50px; padding: 5px 13px; font-size: 0.75rem; font-weight: 600; color: var(--muted-on-dark); }

.features-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.features-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.95rem; color: var(--text-on-dark); line-height: 1.55; }
.fp-bullet { width: 20px; height: 20px; min-width: 20px; border-radius: 50%; background: rgba(201,168,76,0.15); color: var(--gold-light); font-size: 0.65rem; font-weight: 800; display: flex; align-items: center; justify-content: center; margin-top: 2px; }

.cta-wrap { display: flex; flex-direction: column; gap: 11px; margin-bottom: 20px; }
.btn-primary { display: flex; align-items: center; justify-content: center; height: 54px; border-radius: 12px; background: linear-gradient(180deg, #edc062 0%, #c9972f 100%); color: #0f1f16; font-size: 1rem; font-weight: 700; text-decoration: none; letter-spacing: 0.03em; box-shadow: 0 6px 22px rgba(201,151,47,0.4); transition: transform 0.15s, box-shadow 0.15s; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(201,151,47,0.5); }
.guarantee-note { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 0.82rem; color: var(--green-pale); font-weight: 600; }
.trust-note { font-size: 0.75rem; color: #7a9485; text-align: center; }

.content-wrap { padding-bottom: 64px; }
.content-section { border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); padding: 36px 40px; background: rgba(255,255,255,0.04); margin-bottom: 22px; }
.content-section.gold-border { border-color: rgba(201,168,76,0.4); background: rgba(201,168,76,0.03); }
.content-section .eyebrow { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--green-pale); margin-bottom: 10px; }
.content-section h2 { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: #fff; margin-bottom: 18px; line-height: 1.25; }
.content-section p { font-size: 0.95rem; color: var(--muted-on-dark); line-height: 1.85; margin-bottom: 14px; }
.content-section p:last-child { margin-bottom: 0; }

.callout-box { background: rgba(82,183,136,0.07); border: 1px solid rgba(82,183,136,0.2); border-radius: 12px; padding: 20px 24px; margin: 18px 0; }
.callout-box h3 { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.callout-box p { font-size: 0.88rem; margin-bottom: 0; }

.potency-table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 0.88rem; }
.potency-table th { text-align: left; padding: 10px 14px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green-pale); border-bottom: 1px solid rgba(255,255,255,0.1); }
.potency-table td { padding: 12px 14px; color: var(--muted-on-dark); border-bottom: 1px solid rgba(255,255,255,0.05); line-height: 1.5; }
.potency-table tr:last-child td { border-bottom: none; }
.potency-table td:first-child { color: #fff; font-weight: 600; }

.testing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 20px 0; }
.test-item { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 18px 20px; }
.test-item h4 { font-family: 'Playfair Display', serif; font-size: 0.95rem; font-weight: 700; color: var(--gold-light); margin-bottom: 6px; }
.test-item p { font-size: 0.83rem; margin-bottom: 0; line-height: 1.6; }

.products-section { margin-bottom: 22px; }
.products-section .eyebrow { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--green-pale); margin-bottom: 10px; }
.products-section h2 { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.products-section > p { font-size: 0.95rem; color: var(--muted-on-dark); line-height: 1.75; margin-bottom: 28px; }

.product-category { margin-bottom: 32px; }
.category-title { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; color: var(--gold-light); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid rgba(201,168,76,0.2); }

.product-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.product-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.09); border-radius: 12px; padding: 18px 20px; display: flex; flex-direction: column; gap: 10px; transition: border-color 0.2s, background 0.2s; }
.product-card:hover { border-color: rgba(201,168,76,0.3); background: rgba(255,255,255,0.07); }
.product-card-img { width: 100%; height: 130px; background: linear-gradient(145deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02)); border-radius: 8px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.product-card-img img { width: 100%; height: 100%; object-fit: contain; padding: 10px; }
.product-card-name { font-family: 'Playfair Display', serif; font-size: 0.92rem; font-weight: 700; color: #fff; line-height: 1.3; }
.product-card-price { font-size: 0.82rem; color: var(--gold-light); font-weight: 600; }
.product-card-tag { display: inline-block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 9px; border-radius: 20px; background: rgba(82,183,136,0.12); color: var(--green-pale); border: 1px solid rgba(82,183,136,0.2); }
.product-card-tag.broad { background: rgba(201,168,76,0.1); color: var(--gold-light); border-color: rgba(201,168,76,0.2); }
.product-card-tag.pet { background: rgba(142,100,200,0.1); color: #c8aff0; border-color: rgba(142,100,200,0.2); }
.product-card-tag.specialty { background: rgba(142,100,200,0.1); color: #c8aff0; border-color: rgba(142,100,200,0.2); }
.btn-product { display: block; text-align: center; background: rgba(201,168,76,0.12); border: 1px solid rgba(201,168,76,0.3); color: var(--gold-light); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; padding: 9px 14px; border-radius: 8px; transition: background 0.2s, color 0.2s; margin-top: auto; }
.btn-product:hover { background: var(--gold); color: #0f1f16; border-color: var(--gold); }
.view-all-link { display: block; text-align: center; margin-top: 24px; font-size: 0.88rem; color: var(--muted-on-dark); }
.view-all-link a { color: var(--gold-light); text-decoration: none; font-weight: 600; }

.pros-cons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 8px; }
.pros-col, .cons-col { background: rgba(255,255,255,0.03); border-radius: 12px; padding: 22px 24px; }
.pros-col { border: 1px solid rgba(82,183,136,0.2); }
.cons-col { border: 1px solid rgba(220,100,100,0.2); }
.pros-col h3 { color: var(--green-pale); }
.cons-col h3 { color: #e08888; }
.pros-col h3, .cons-col h3 { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; margin-bottom: 16px; }
.pros-col ul, .cons-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.pros-col li, .cons-col li { font-size: 0.88rem; color: var(--muted-on-dark); line-height: 1.55; padding-left: 14px; position: relative; }
.pros-col li::before { content: '✓'; position: absolute; left: 0; color: var(--green-pale); font-weight: 700; }
.cons-col li::before { content: '✗'; position: absolute; left: 0; color: #e08888; font-weight: 700; }

.verdict-box { background: linear-gradient(135deg, rgba(201,168,76,0.1) 0%, rgba(201,168,76,0.04) 100%); border: 1px solid rgba(201,168,76,0.35); border-radius: var(--radius); padding: 32px 36px; margin-bottom: 22px; text-align: center; }
.verdict-box .eyebrow { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 10px; }
.verdict-score { font-family: 'Playfair Display', serif; font-size: 4rem; font-weight: 900; color: var(--gold-light); line-height: 1; margin-bottom: 6px; }
.verdict-stars { color: var(--gold); font-size: 1.5rem; letter-spacing: 3px; margin-bottom: 14px; }
.verdict-box h2 { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; color: #fff; margin-bottom: 12px; }
.verdict-box p { font-size: 0.95rem; color: var(--muted-on-dark); line-height: 1.8; max-width: 680px; margin: 0 auto 20px; }
.btn-verdict { display: inline-flex; align-items: center; justify-content: center; height: 52px; padding: 0 36px; border-radius: 12px; background: linear-gradient(180deg, #edc062 0%, #c9972f 100%); color: #0f1f16; font-size: 0.95rem; font-weight: 700; text-decoration: none; letter-spacing: 0.03em; box-shadow: 0 6px 22px rgba(201,151,47,0.4); transition: transform 0.15s, box-shadow 0.15s; }
.btn-verdict:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(201,151,47,0.5); }

.reviews-section { margin-bottom: 22px; }
.reviews-header { display: flex; align-items: center; gap: 20px; margin-bottom: 28px; }
.reviews-summary { display: flex; align-items: center; gap: 16px; }
.big-score { font-family: 'Playfair Display', serif; font-size: 3.5rem; font-weight: 900; color: #fff; line-height: 1; }
.score-right { display: flex; flex-direction: column; gap: 4px; }
.score-stars { color: var(--gold); font-size: 1.3rem; letter-spacing: 2px; }
.score-count { font-size: 0.82rem; color: var(--muted-on-dark); }
.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.review-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.09); border-radius: 16px; padding: 22px 24px; transition: border-color 0.2s; }
.review-card:hover { border-color: rgba(201,168,76,0.25); }
.review-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px; }
.reviewer-info { display: flex; flex-direction: column; gap: 2px; }
.reviewer-name { font-size: 0.88rem; font-weight: 700; color: #fff; }
.review-date { font-size: 0.72rem; color: #7a9485; }
.review-stars { color: var(--gold); font-size: 0.9rem; letter-spacing: 1px; }
.review-title { font-size: 0.82rem; font-weight: 700; color: #fff; margin: 8px 0 6px; }
.review-text { font-size: 0.88rem; color: var(--muted-on-dark); line-height: 1.7; font-style: italic; }

.faq-section { border: 1px solid rgba(201,168,76,0.35); border-radius: var(--radius); padding: 36px 40px; background: rgba(201,168,76,0.03); margin-bottom: 22px; }
.faq-section .eyebrow { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--green-pale); margin-bottom: 10px; }
.faq-section h2 { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: #fff; margin-bottom: 24px; }
.faq-list { margin-top: 4px; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,0.09); }
.faq-item:last-child { border-bottom: none; }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: none; border: none; cursor: pointer; padding: 18px 0; font-family: 'Source Sans 3', sans-serif; font-size: 0.95rem; font-weight: 600; color: #fff; text-align: left; transition: color 0.15s; }
.faq-question:hover { color: var(--gold-light); }
.faq-chevron { font-size: 1.3rem; color: var(--gold); flex-shrink: 0; transition: transform 0.25s ease; }
.faq-question.open .faq-chevron { transform: rotate(180deg); }
.faq-answer { display: none; padding: 0 0 18px; font-size: 0.88rem; color: var(--muted-on-dark); line-height: 1.8; }

.disclaimer-box { font-size: 0.75rem; color: #7a9485; line-height: 1.75; padding: 20px 24px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; margin-bottom: 24px; }

footer {
  background: rgba(0,0,0,0.25);
  border-top: 1px solid rgba(255,255,255,0.07);
  text-align: center;
  padding: 44px 24px 36px;
}

.footer-links { margin-bottom: 24px; }
.footer-links a { color: var(--gold-light); text-decoration: none; margin: 0 14px; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.04em; transition: opacity 0.2s; }
.footer-links a:hover { opacity: 0.7; }
.footer-disclaimer { max-width: 720px; margin: 0 auto; color: rgba(255,255,255,0.35); font-size: 0.78rem; line-height: 1.8; font-weight: 300; }
.footer-disclaimer p { margin-bottom: 10px; }
.footer-disclaimer p:last-child { margin-bottom: 0; }
.footer-copy { margin-top: 28px; font-size: 0.75rem; color: rgba(255,255,255,0.25); }

@media (max-width: 960px) {
  .product-hero { grid-template-columns: 1fr; gap: 36px; padding: 36px 0 32px; }
  .product-image-wrap { position: static; max-width: 300px; margin: 0 auto; }
  .product-list { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .testing-grid { grid-template-columns: 1fr; }
  .pros-cons-grid { grid-template-columns: 1fr; }
  .content-section { padding: 24px 20px; }
  .faq-section { padding: 24px 20px; }
  .site-nav { display: none; }
  .site-header { padding: 18px 20px; }
}
@media (max-width: 560px) {
  .specs-grid { grid-template-columns: 1fr; }
  .product-list { grid-template-columns: 1fr; }
}
