:root {
  color-scheme: light;
  --bg: #f6f4ef;
  --paper: #fffefa;
  --surface: #ffffff;
  --text: #111111;
  --muted: #5f6068;
  --line: #dedad0;
  --line-strong: #202020;
  --accent: #e1192d;
  --accent-dark: #980f1c;
  --soft: #f7f4ed;
  --shadow: 0 16px 42px rgba(17, 17, 17, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--text); line-height: 1.55; background: var(--bg); }
a { color: var(--text); text-decoration-color: var(--accent); text-decoration-thickness: 0.1em; text-underline-offset: 0.18em; }
a:hover { color: var(--accent-dark); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,254,250,0.96); border-top: 4px solid var(--text); border-bottom: 1px solid var(--line); padding: 0 24px; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand, .brand-logo { color: var(--text); font-weight: 900; letter-spacing: -0.04em; text-decoration: none; display: inline-flex; align-items: center; min-width: auto; }
.brand-logo::before { content: none; }
.brand-logo img { display: block; width: clamp(170px, 22vw, 238px); height: auto; filter: none; }
nav { display: flex; align-items: center; flex-wrap: wrap; gap: 0; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.045em; text-transform: uppercase; }
nav a { color: var(--text); text-decoration: none; border-left: 1px solid var(--line); padding: 8px 13px; }
nav a:hover { color: var(--accent); background: transparent; }
main { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 54px; }
.hero, .article { background: var(--paper); border: 1px solid var(--line); border-radius: 0; box-shadow: none; }
.hero { display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr); gap: 0; padding: 0; overflow: hidden; }
.hero::after { content: none; }
.hero-copy { padding: clamp(28px, 4.5vw, 54px); border-right: 1px solid var(--line); }
.hero-panel { min-height: auto; background: #181818; color: #fff; border-radius: 0; box-shadow: none; padding: clamp(22px, 3.5vw, 36px); display: grid; align-content: center; gap: 16px; }
.hero-panel p { color: rgba(255,255,255,0.78); margin: 0; }
.verdict-chip, .badge { display: inline-flex; width: fit-content; background: var(--accent); color: #fff; padding: 5px 9px; border-radius: 0; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.panel-score { display: grid; gap: 8px; margin: 28px 0; }
.panel-score strong { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 0.98; letter-spacing: -0.07em; font-family: Arial Black, Arial, Helvetica, sans-serif; }
.panel-score span { color: rgba(255,255,255,0.72); }
.eyebrow { color: var(--accent); text-transform: uppercase; font-weight: 900; font-size: 0.72rem; letter-spacing: 0.14em; margin: 0 0 14px; }
h1, h2, h3 { font-family: Arial Black, Arial, Helvetica, sans-serif; line-height: 0.98; letter-spacing: -0.055em; }
h1 { max-width: 700px; font-size: clamp(2.4rem, 4.6vw, 4.25rem); margin: 0; }
h2 { font-size: clamp(1.45rem, 2.7vw, 2.2rem); margin: 0; }
h3 { font-size: 1.05rem; margin: 0 0 10px; letter-spacing: -0.035em; }
.lede { max-width: 610px; color: var(--muted); font-size: clamp(1rem, 1.65vw, 1.14rem); margin: 20px 0 0; }
.actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; }
.button, .cta-button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--text); background: var(--text); color: #fff; border-radius: 0; padding: 11px 14px; font-weight: 900; font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; box-shadow: none; }
.button:hover, .cta-button:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.button.secondary { background: transparent; color: var(--text); }
.button.secondary:hover { background: var(--text); color: #fff; }
.product-hero-card { display: grid; grid-template-columns: minmax(170px, 0.42fr) minmax(0, 0.58fr); gap: 22px; align-items: stretch; background: #fff; border: 1px solid var(--line); padding: 18px; margin-top: 0; box-shadow: var(--shadow); }
.hero-panel .product-hero-card { background: #fffefa; border-color: rgba(255,255,255,0.28); color: var(--text); }
.product-image, .product-art { aspect-ratio: 1 / 1; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; overflow: hidden; }
.product-image img { display: block; width: 100%; height: 100%; object-fit: contain; padding: 18px; background: #fff; }
.product-art svg { width: 100%; height: 100%; opacity: 0.82; }
.product-image.placeholder { background: linear-gradient(145deg, #fff, #f3f0e8); color: var(--muted); }
.product-image.placeholder figcaption { padding: 8px 10px; font-size: 0.78rem; color: var(--muted); text-align: center; }
.hero-panel .product-image, .hero-panel .product-art { border-color: var(--line); background: #fff; }
.product-meta { display: flex; flex-direction: column; gap: 10px; justify-content: center; }
.product-meta strong { font-family: Arial Black, Arial, Helvetica, sans-serif; font-size: clamp(1.25rem, 2.1vw, 1.8rem); line-height: 1.05; letter-spacing: -0.04em; }
.product-meta p { margin: 0; color: var(--muted); }
.hero-panel .product-meta p { color: var(--muted); }
.price-note { font-size: 0.78rem; color: rgba(255,255,255,0.74); }
.review-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.55fr); gap: 28px; align-items: start; max-width: none; }
.review-hero header { border: 0; margin: 0; padding: 0; }
.review-summary { display: grid; gap: 14px; border: 1px solid var(--line); background: #fff; padding: 18px; box-shadow: var(--shadow); }
.grade { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; }
.grade strong { display: grid; place-items: center; width: 74px; height: 74px; border: 4px solid var(--accent); font-family: Arial Black, Arial, Helvetica, sans-serif; font-size: 2rem; line-height: 1; }
.grade span { font-weight: 900; font-size: 1.05rem; }
.review-disclosure { font-size: 0.82rem; color: var(--muted); margin: 8px 0 0; }
.quick-take { border-top: 1px solid var(--line); padding-top: 14px; }
.quick-take p { margin: 0; }
.product-review-layout { display: grid; grid-template-columns: minmax(300px, 0.45fr) minmax(0, 0.55fr); gap: 22px; align-items: start; margin: 28px 0; }
.product-review-layout .product-image { background: #fff; }
.buy-box { display: grid; gap: 12px; border: 1px solid var(--line); background: #fff; padding: 18px; box-shadow: var(--shadow); }
.buy-box h2 { font-size: clamp(1.35rem, 2.2vw, 1.8rem); }
.buy-box ul { margin: 0; }
.compact-note { font-size: 0.86rem; color: var(--muted); }
.section-heading { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.5fr); gap: 28px; align-items: end; border-top: 3px solid var(--text); margin: 42px 0 18px; padding-top: 18px; }
.section-heading p { color: var(--muted); margin: 0; }
.grid, .product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 0 0 30px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.card, .product-card { position: relative; min-height: 210px; padding: 20px; background: var(--paper); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; box-shadow: none; display: flex; flex-direction: column; justify-content: space-between; }
.card::before { content: none; }
.card p, .product-card p, .notice p, .article p, li { color: var(--muted); }
.card a, .product-card a:not(.cta-button) { font-size: 0.78rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; color: var(--accent); }
.card a::after, .product-card a:not(.cta-button)::after { content: " →"; }
.product-card { gap: 14px; }
.product-card .product-art { width: 100%; background: #fff; }
.product-card footer { border: 0; padding: 0; width: auto; margin: 0; display: flex; gap: 8px; flex-wrap: wrap; }
.product-card .cta-button { width: 100%; }
.card:hover, .product-card:hover { transform: none; background: #fff; }
.notice { border: 1px solid var(--line); border-left: 5px solid var(--accent); border-radius: 0; box-shadow: none; padding: 18px; margin: 28px 0; background: #fff; }
.notice.compact { padding: 10px 12px; border-left-width: 4px; font-size: 0.82rem; }
.notice.compact p { margin: 0; font-size: 0.82rem; }
.notice.compact .eyebrow, .notice.compact h2 { display: none; }
.article { padding: clamp(24px, 5vw, 54px); }
.article header { max-width: 900px; margin-bottom: 28px; padding-bottom: 24px; border-bottom: 3px solid var(--text); }
.article h1 { font-size: clamp(2.1rem, 4.6vw, 4.35rem); }
.article p, .article li { font-size: 1.02rem; }
.article ul, .article ol { padding-left: 1.2rem; }
.article section { margin: 30px 0; }
.callout { border: 1px solid var(--line); border-left: 5px solid var(--accent); background: #fff; padding: 18px; border-radius: 0; }
.scorecard { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.scorecard div { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; padding: 18px; background: var(--soft); }
footer { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 24px 0 48px; color: var(--muted); font-size: 0.86rem; border-top: 1px solid var(--line); }
@media (max-width: 920px) { .site-header { align-items: flex-start; flex-direction: column; padding: 14px 16px; } nav a:first-child { border-left: 0; padding-left: 0; } .hero, .review-hero, .product-review-layout { grid-template-columns: 1fr; } .hero-copy { border-right: 0; border-bottom: 1px solid var(--line); } .grid, .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .section-heading { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .brand-logo img { width: min(76vw, 230px); } nav { font-size: 0.78rem; } nav a { padding: 6px 8px; } main { width: min(100% - 20px, 1180px); padding-top: 20px; } .grid, .product-grid, .scorecard { grid-template-columns: 1fr; } .product-hero-card { grid-template-columns: 1fr; } .article { padding: 22px; } .grade { grid-template-columns: 1fr; } }
