:root {
  --bg: #fff4eb; --card: #ffffff; --ink: #0b1f3a; --muted: #5c4a3a;
  --pb-navy: #0b1f3a; --pb-orange: #f27b23; --border: #f0c9a4; --radius: 14px;
  --shadow: 0 14px 36px rgba(11,31,58,.16);
  --card-shadow: 0 14px 36px rgba(242,123,35,.18);
  --card-shadow-hover: 0 20px 48px rgba(11,31,58,.22);
  --hero-wash: linear-gradient(128deg, rgba(11,31,58,.14), rgba(242,123,35,.18));
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--ink); line-height: 1.55; }
.skip { position: absolute; left: -999px; }
.wrap { width: min(1060px, 92vw); margin: 0 auto; }
.site-header { background: linear-gradient(115deg, #071526, #0b1f3a 45%, #1a3358); color: #fff; padding: 1.05rem 0; border-bottom: 4px solid var(--pb-orange); box-shadow: 0 8px 28px rgba(7,21,38,.35); }
.brand-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; }
.logo { color: #fff; font-weight: 800; text-decoration: none; font-size: 1.2rem; }
.logo span { color: var(--pb-orange); }
nav { display: flex; flex-wrap: wrap; gap: .6rem 1rem; }
nav a { color: #dbeafe; text-decoration: none; font-weight: 650; font-size: .9rem; }
nav a.active, nav a:hover { color: var(--pb-orange); }
.disclosure { background: #fff4eb; border: 1px solid #f5c39a; border-radius: 10px; padding: .75rem 1rem; margin: 1rem auto; font-size: .9rem; color: #7a3e0c; }
.hero { padding: 2.2rem 0 1.2rem; }
.hero h1 { margin: 0 0 .5rem; font-size: clamp(1.7rem, 4vw, 2.35rem); letter-spacing: -.02em; }
.hero h1 em { color: var(--pb-orange); font-style: normal; }
.lede { color: var(--muted); font-size: 1.08rem; max-width: 42rem; }
.accent-bar { height: 5px; width: 80px; background: var(--pb-orange); border-radius: 3px; margin: 1rem 0 0; }
.section { padding: 1.5rem 0; }
.section h2 { color: var(--pb-navy); }
.grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.product-card, .card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.1rem; box-shadow: var(--shadow); text-decoration: none; color: inherit; }
.product-card h3, .card h3 { margin: 0 0 .35rem; color: var(--pb-navy); }
.why, .muted { color: var(--muted); font-size: .92rem; }
.price { font-weight: 800; color: var(--pb-orange); }
.asin { font-size: .78rem; color: #8b85a8; }
.btn { display: inline-block; background: var(--pb-orange); color: #fff !important; text-decoration: none; font-weight: 800; padding: .55rem 1rem; border-radius: 999px; }
.btn:hover { background: #d96512; }
.callout { background: var(--pb-navy); color: #e8eef6; padding: 1rem 1.15rem; border-radius: 12px; margin: 1.1rem 0; }
.callout a { color: var(--pb-orange); font-weight: 800; }
.outline li { margin: .35rem 0; color: var(--muted); }
.site-footer { background: #071526; color: #dbeafe; padding: 2rem 0; margin-top: 1.5rem; font-size: .9rem; }
.site-footer a { color: #fdba74; }
article.prose { max-width: 44rem; }
article.prose h1 { color: var(--pb-navy); }
.badge { display: inline-block; background: var(--pb-orange); color: #fff; font-size: .75rem; font-weight: 800; padding: .25rem .55rem; border-radius: 999px; text-transform: uppercase; letter-spacing: .04em; }


/* --- 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}.price{font-size:1.25rem}.price-asof{font-size:.78rem;color:#6b7c93;margin:-.15rem 0 .7rem}.hero p.lede{font-size:1.15rem;max-width:38rem}
