:root{
  --bg:#f8f3ed;
  --text:#22222a;
  --muted:#68616b;
  --card:#fffaf4;
  --accent:#b85c57;
  --dark:#24232b;
  --line:rgba(0,0,0,.09);
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background:linear-gradient(135deg,#fbf3ed 0%,#f4eee7 45%,#f8f7f3 100%);
  color:var(--text);
}
a{color:inherit}
.site-header{
  max-width:1180px;
  margin:0 auto;
  padding:26px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  font-weight:800;
}
.brand img{width:42px;height:42px}
nav{display:flex;gap:22px;flex-wrap:wrap}
nav a{
  text-decoration:none;
  color:var(--muted);
  font-weight:650;
}
nav a:hover{color:var(--text)}
.hero{
  max-width:1180px;
  margin:0 auto;
  padding:86px 22px 70px;
  display:grid;
  grid-template-columns:1fr 0.9fr;
  gap:56px;
  align-items:center;
}
.eyebrow{
  display:inline-block;
  margin:0 0 18px;
  color:var(--accent);
  font-size:13px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
h1{
  margin:0;
  font-size:clamp(56px,8vw,96px);
  line-height:.9;
  letter-spacing:-.07em;
}
.lead{
  max-width:620px;
  color:var(--muted);
  font-size:21px;
  line-height:1.55;
  margin:28px 0;
}
.actions{display:flex;gap:14px;flex-wrap:wrap}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 26px;
  border-radius:999px;
  background:var(--dark);
  color:white;
  text-decoration:none;
  text-transform:uppercase;
  font-size:13px;
  letter-spacing:.13em;
  font-weight:900;
}
.button.secondary{
  background:transparent;
  color:var(--dark);
  border:1px solid var(--line);
}
.radar-card{
  background:rgba(255,250,244,.82);
  border:1px solid var(--line);
  border-radius:34px;
  padding:30px;
  box-shadow:0 28px 80px rgba(50,35,25,.11);
  backdrop-filter: blur(8px);
}
.radar-card h2{
  margin:0 0 24px;
  font-size:32px;
  letter-spacing:-.04em;
}
.pick{
  padding:22px;
  border-radius:20px;
  border:1px solid var(--line);
  min-height:112px;
}
.pick span{
  display:block;
  color:var(--accent);
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:900;
  margin-bottom:14px;
}
.pick strong{font-size:22px}
.pick.primary{
  background:var(--dark);
  color:white;
  margin-bottom:18px;
}
.pick.primary span{color:#c9b8ad}
.pick-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.section{
  max-width:980px;
  margin:0 auto;
  padding:54px 22px;
}
.section h2{
  font-size:42px;
  letter-spacing:-.04em;
  margin:0 0 14px;
}
.section p{
  font-size:18px;
  line-height:1.7;
  color:var(--muted);
}
.cards{
  max-width:1180px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.cards article{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:26px;
  padding:26px;
}
.cards h3{margin:0 0 10px;font-size:22px}
.page{
  max-width:920px;
  margin:0 auto;
  padding:70px 22px;
}
.page h1{
  font-size:54px;
  line-height:1;
  margin-bottom:28px;
}
.page h2{margin-top:34px}
.page p,.page li{
  font-size:17px;
  color:var(--muted);
  line-height:1.75;
}
footer{
  max-width:1180px;
  margin:40px auto 0;
  padding:34px 22px 46px;
  border-top:1px solid var(--line);
  color:var(--muted);
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}
footer a{color:var(--text);font-weight:700}
@media (max-width:850px){
  .hero,.cards{grid-template-columns:1fr}
  .site-header{align-items:flex-start;flex-direction:column}
  h1{font-size:58px}
}

/* ===== Product Grid ===== */
.product-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));
  gap:22px;
  max-width:1180px;
  margin:0 auto;
  padding:0 22px 60px;
}
.empty{text-align:center;color:var(--muted);padding:60px}
.product-card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  transition:box-shadow .2s;
}
.product-card:hover{box-shadow:0 8px 32px rgba(50,35,25,.12)}
.product-card img{width:100%;height:220px;object-fit:cover}
.product-placeholder{
  width:100%;height:220px;
  background:linear-gradient(135deg, #e8e4df 0%, #d5cfc8 100%);
  display:flex;align-items:center;justify-content:center;
  color:var(--text);font-weight:700;font-size:14px;
  text-align:center;padding:20px;
}
.product-placeholder-large{height:400px;font-size:18px}
.product-card .info{padding:20px}
.category-tag{
  display:inline-block;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:var(--accent);
  font-weight:700;
  margin-bottom:8px;
}
.product-card h3{margin:0 0 8px;font-size:20px}
.product-card h3 a{text-decoration:none}
.product-card p{font-size:14px;color:var(--muted);margin:0 0 16px;line-height:1.5}
.product-card .button{width:100%;margin-bottom:6px}
.ad-badge{font-size:10px;color:var(--muted);display:block;text-align:center}

/* ===== Product Page ===== */
.product-page-container{max-width:1100px;margin:0 auto;padding:40px 22px 70px}
.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.product-main-image{width:100%;border-radius:20px}
.product-hero-info h1{font-size:38px;line-height:1.1;margin:10px 0 14px}
.brand{font-size:15px;color:var(--muted)}
.product-description{font-size:17px;line-height:1.7;margin:16px 0}
.features{list-style:none;padding:0}
.features li{padding:6px 0;font-size:15px}
.features li::before{content:\"✓ \";color:var(--accent);font-weight:700}
.cta{font-size:16px;padding:0 40px;min-height:58px;margin:20px 0 10px}
.price-note{font-size:12px;color:var(--muted)}
.disclosure{font-size:12px;color:var(--muted);margin-top:8px}

@media (max-width:700px){
  .product-hero{grid-template-columns:1fr}
  .product-hero-info h1{font-size:28px}
}
