:root {
  --bg: #eef8f6; --card: #ffffff; --ink: #062c36; --muted: #3b5f68;
  --accent: #0891b2; --accent-dark: #0e7490; --lime: #84cc16;
  --border: #b7dde6; --radius: 14px;
  --shadow: 0 14px 34px rgba(8,145,178,.16);
  --card-shadow: 0 14px 34px rgba(6,44,54,.14);
  --card-shadow-hover: 0 20px 46px rgba(6,44,54,.22);
  --hero-wash: linear-gradient(130deg, rgba(8,145,178,.16), rgba(132,204,22,.12));
  font-family: Georgia, "Times New Roman", serif;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--ink); line-height: 1.6; }
.skip { position: absolute; left: -999px; }
.wrap { width: min(1000px, 92vw); margin: 0 auto; }
.site-header { background: linear-gradient(115deg, #062c36, #0e7490 55%, #0891b2); color: #fff; padding: 1rem 0; font-family: system-ui, sans-serif; box-shadow: 0 8px 26px rgba(6,44,54,.28); }
.brand-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; }
.logo { color: #fff; font-weight: 700; text-decoration: none; font-size: 1.15rem; }
nav { display: flex; flex-wrap: wrap; gap: .6rem 1rem; }
nav a { color: #ccfbf1; text-decoration: none; font-size: .9rem; font-weight: 600; }
nav a.active, nav a:hover { color: #fff; text-decoration: underline; }
.disclosure { background: #ecfdf5; border: 1px solid #99f6e4; border-radius: 8px; padding: .7rem 1rem; margin: 1rem auto; font-size: .9rem; font-family: system-ui, sans-serif; }
.hero { padding: 2rem 0 1rem; border-bottom: 3px solid var(--accent); }
.hero h1 { font-size: clamp(1.6rem, 3.5vw, 2.2rem); margin: 0 0 .5rem; }
.lede { color: var(--muted); font-size: 1.08rem; max-width: 40rem; }
.section { padding: 1.6rem 0; }
.section h2 { font-size: 1.35rem; color: var(--accent-dark); }
.grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); font-family: system-ui, sans-serif; }
.product-card, .card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 1rem 1.1rem; box-shadow: var(--shadow); text-decoration: none; color: inherit; }
.product-card h3, .card h3 { margin: 0 0 .35rem; font-size: 1rem; }
.why, .muted { color: var(--muted); font-size: .92rem; }
.price { font-weight: 700; color: var(--accent-dark); font-family: system-ui, sans-serif; }
.asin { font-size: .78rem; color: #6b8f86; font-family: system-ui, sans-serif; }
.btn { display: inline-block; background: var(--accent); color: #fff !important; text-decoration: none; font-weight: 700; padding: .5rem .95rem; border-radius: 6px; font-family: system-ui, sans-serif; font-size: .9rem; }
.btn:hover { background: var(--accent-dark); }
.callout { background: #fff7ed; border: 1px solid #fed7aa; padding: 1rem; border-radius: 8px; margin: 1rem 0; font-family: system-ui, sans-serif; font-size: .95rem; }
.callout a { color: #9a3412; font-weight: 700; }
.outline li { margin: .4rem 0; color: var(--muted); }
.site-footer { background: #134e4a; color: #ccfbf1; padding: 1.8rem 0; margin-top: 1.5rem; font-size: .88rem; font-family: system-ui, sans-serif; }
.site-footer a { color: #5eead4; }
article.prose { max-width: 42rem; }
article.prose h1 { margin-bottom: .3rem; }
.compare { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; font-family: system-ui, sans-serif; }
@media (max-width: 640px) { .compare { grid-template-columns: 1fr; } }
.compare .card h3 { color: var(--accent-dark); }


/* --- polish: images, hero, cards, mobile --- */
img { max-width: 100%; height: auto; display: block; }
.hero-layout { display: grid; gap: 1.5rem; align-items: center; }
@media (min-width: 768px) {
  .hero-layout { grid-template-columns: 1.15fr 0.85fr; }
}
.hero-media { margin: 0; border-radius: 14px; overflow: hidden; box-shadow: 0 12px 32px rgba(0,0,0,.12); }
.hero-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.product-card { display: flex; flex-direction: column; }
.product-card .product-img {
  margin: -0.15rem -0.15rem 0.85rem;
  background: #f8fafc;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  display: flex; align-items: center; justify-content: center;
}
.product-card .product-img img {
  width: 100%; height: 100%; object-fit: contain; padding: 0.65rem;
}
.product-card .btn { margin-top: auto; align-self: flex-start; }
.card-grid-tight { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.related-guides { margin-top: 1.25rem; font-size: .92rem; opacity: .95; }
.related-guides a { font-weight: 650; }
.site-header nav { gap: .5rem .85rem; }
@media (max-width: 640px) {
  .brand-row { flex-direction: column; align-items: flex-start; }
  nav { width: 100%; }
  .hero { padding-top: 1.4rem; }
  .product-card .product-img { aspect-ratio: 4/3; }
}

/* --- visual-upgrade 2026-08-22: accents, shadows, larger product art, heroes --- */
.product-card, .card {
  box-shadow: var(--card-shadow, 0 14px 36px rgba(15, 23, 42, .14)) !important;
  transition: transform .18s ease, box-shadow .18s ease;
}
.product-card:hover, .card:hover {
  transform: translateY(-3px);
  box-shadow: var(--card-shadow-hover, 0 18px 44px rgba(15, 23, 42, .2)) !important;
}
.product-card .product-img {
  aspect-ratio: 1 / 1;
  min-height: 220px;
  background: linear-gradient(180deg, #fff, #f1f5f9);
  border-radius: 12px;
}
.product-card .product-img img {
  padding: 0.35rem;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero {
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 0;
  opacity: .55;
  background: var(--hero-wash, linear-gradient(135deg, rgba(30,58,138,.08), rgba(132,204,22,.08)));
  z-index: 0;
}
.hero > * { position: relative; z-index: 1; }
.hero-media {
  box-shadow: 0 18px 48px rgba(15, 23, 42, .22) !important;
  border: 1px solid rgba(255,255,255,.35);
}
@media (max-width: 640px) {
  .product-card .product-img { min-height: 180px; aspect-ratio: 4/3; }
}

body { font-size: 1.05rem; line-height: 1.65; }
.hero p.lede { font-size: 1.15rem; max-width: 38rem; }
.price { font-size: 1.25rem; }
.price-asof { font-size: .78rem; color: #6b7c93; margin: -.15rem 0 .7rem; }
.section.prose, article.prose { max-width: 40rem; }
