/*
Theme Name: Trail Camera Help
Theme URI: https://trailcamerahelp.com/
Description: Camouflage-derived child theme for Trail Camera Help. Implements the TrailCamHelp design system.
Author: Trail Camera Help
Template: twentytwentyfive
Version: 1.0.0
Text Domain: tch
*/

:root {
  --tch-paper:      #efece0;
  --tch-sand:       #dcd6c2;
  --tch-rule:       #d8d2ba;
  --tch-ink:        #252b1c;
  --tch-outline:    #1a2013;
  --tch-field:      #3a4127;
  --tch-field-lt:   #4d5535;
  --tch-moss:       #6b6b3f;
  --tch-gold:       #8a8552;
  --tch-gold-deep:  #5c5a2e;
  --tch-muted:      #c9c4ab;
  --tch-blaze:      #ff6700;
  --tch-max:        1280px;
  --tch-display:    'Oswald', 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --tch-ui:         'Rajdhani', 'Barlow Semi Condensed', system-ui, sans-serif;
}

body {
  margin: 0;
  background: var(--tch-paper);
  color: var(--tch-ink);
  font-family: var(--tch-ui);
  font-size: 18px;
  line-height: 1.6;
}

.tch a { color: var(--tch-gold-deep); text-decoration: none; }
.tch a:hover { color: var(--tch-ink); }

.tch-wrap { max-width: var(--tch-max); margin: 0 auto; }

/* ---------- announcement ---------- */
.tch-bar {
  background: var(--tch-ink);
  color: var(--tch-paper);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  padding: 8px 20px;
}
.tch-bar a { color: var(--tch-paper); text-decoration: underline; }

/* ---------- header ---------- */
.tch-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 48px;
  border-bottom: 2px solid var(--tch-ink);
  flex-wrap: wrap;
}
.tch-brand { display: flex; align-items: center; gap: 12px; }
.tch-brand img { display: block; width: 44px; height: 44px; }
.tch-brand-name {
  font-family: var(--tch-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: .3px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tch-ink);
}
.tch-brand-name span { color: var(--tch-moss); }
.tch-nav { display: flex; gap: 32px; flex-wrap: wrap; }
.tch-nav a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--tch-ink);
}
.tch-nav a:hover { color: var(--tch-moss); }

/* ---------- buttons ---------- */
.tch-btn,
.tch-btn-ghost {
  display: inline-block;
  font-family: var(--tch-ui);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 16px 28px;
  font-size: 15px;
}
.tch-btn { background: var(--tch-ink); color: var(--tch-paper); }
.tch-btn:hover { background: var(--tch-outline); color: var(--tch-paper); }
.tch-btn-ghost { border: 2px solid var(--tch-ink); color: var(--tch-ink); }
.tch-btn-ghost:hover { background: var(--tch-ink); color: var(--tch-paper); }
.tch-btn-sm { padding: 11px 22px; font-size: 14px; }
.tch-btn-xs { padding: 9px 16px; font-size: 13px; letter-spacing: .5px; white-space: nowrap; }

/* ---------- typography ---------- */
.tch h1, .tch h2, .tch h3 { font-family: var(--tch-display); text-transform: uppercase; margin: 0; }
.tch-h1 { font-weight: 700; font-size: clamp(34px, 5vw, 56px); line-height: 1.05; margin: 0 0 20px; }
.tch-h2 { font-weight: 700; font-size: clamp(26px, 3.4vw, 34px); margin: 0 0 32px; }
.tch-eyebrow {
  font-size: 14px; font-weight: 700; letter-spacing: 3px;
  color: var(--tch-moss); text-transform: uppercase; margin-bottom: 14px;
}
.tch-kicker {
  font-size: 12px; font-weight: 700; letter-spacing: 1.5px;
  color: var(--tch-moss); text-transform: uppercase;
}

/* ---------- sections ---------- */
.tch-section { padding: 64px 48px; }
.tch-section--hero { padding: 72px 48px; }
.tch-section--dark { background: var(--tch-ink); }
.tch-section--sand { background: var(--tch-sand); }

.tch-hero {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center;
  max-width: var(--tch-max); margin: 0 auto;
}
.tch-hero p { font-size: 19px; line-height: 1.6; color: var(--tch-field); margin: 0 0 32px; max-width: 520px; }
.tch-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.tch-hero-media { position: relative; }
.tch-hero-media .tch-slot { width: 100%; height: 420px; border-radius: 6px; }
.tch-hero-card {
  position: absolute; bottom: -24px; left: -24px;
  background: var(--tch-outline); color: var(--tch-paper);
  padding: 16px 20px; border-radius: 2px;
  box-shadow: 0 6px 18px rgba(0,0,0,.3); max-width: 260px;
}
.tch-hero-card .tch-kicker { color: var(--tch-gold); margin-bottom: 4px; }
.tch-hero-card-name { font-family: var(--tch-display); font-size: 18px; font-weight: 600; }

/* image placeholders until real photography exists */
.tch-slot {
  display: flex; align-items: center; justify-content: center;
  background: repeating-linear-gradient(-18deg, #3a4127 0 22px, #4d5535 22px 40px, #252b1c 40px 54px);
  color: var(--tch-paper); font-size: 12px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; text-align: center; padding: 8px;
}

/* ---------- section head ---------- */
.tch-section-head {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 28px; flex-wrap: wrap; gap: 12px;
}
.tch-section-head .tch-h2 { margin: 0; }
.tch-section-note { font-size: 15px; color: var(--tch-gold-deep); font-weight: 600; }

/* ---------- table ---------- */
.tch-table-wrap { overflow-x: auto; border: 2px solid var(--tch-ink); border-radius: 4px; }
.tch-table { width: 100%; border-collapse: collapse; min-width: 820px; }
.tch-table thead tr { background: var(--tch-ink); color: var(--tch-paper); }
.tch-table th {
  text-align: left; padding: 16px 18px; font-size: 13px;
  font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
}
.tch-table td { padding: 14px 18px; font-size: 15px; color: var(--tch-field); }
.tch-table tbody tr { border-top: 1px solid var(--tch-rule); }
.tch-table .tch-cam { display: flex; align-items: center; gap: 14px; }
.tch-table .tch-cam .tch-slot { width: 56px; height: 56px; flex-shrink: 0; border-radius: 4px; font-size: 0; }
.tch-table .tch-cam span { font-weight: 700; font-size: 16px; color: var(--tch-ink); }
.tch-claimed { color: var(--tch-gold-deep); font-style: italic; }
.tch-unrated { color: var(--tch-gold-deep); font-weight: 600; }

/* ---------- category cards ---------- */
.tch-cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.tch-cat {
  display: flex; flex-direction: column; gap: 10px;
  background: var(--tch-field); padding: 26px; border-radius: 4px;
}
.tch-cat-icon { width: 36px; height: 36px; border-radius: 2px; background: var(--tch-gold); }
.tch-cat-name {
  font-family: var(--tch-display); font-size: 20px; font-weight: 600;
  color: var(--tch-paper); text-transform: uppercase;
}
.tch-cat-desc { font-size: 14px; color: var(--tch-muted); line-height: 1.4; }
.tch-cat:hover { background: var(--tch-field-lt); }

/* ---------- article grid ---------- */
.tch-arts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.tch-art { display: flex; flex-direction: column; gap: 14px; }
.tch-art .tch-slot { width: 100%; height: 180px; border-radius: 4px; }
.tch-art-title {
  font-family: var(--tch-display); font-size: 19px; font-weight: 600;
  line-height: 1.3; color: var(--tch-ink); text-transform: none;
}

/* ---------- trust band ---------- */
.tch-trust {
  max-width: var(--tch-max); margin: 0 auto;
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center;
}
.tch-trust .tch-slot { width: 100%; height: 320px; border-radius: 4px; }
.tch-trust h2 { font-size: clamp(24px, 3vw, 32px); margin: 0 0 18px; line-height: 1.15; }
.tch-trust p { font-size: 17px; line-height: 1.65; color: var(--tch-field); margin: 0 0 16px; }
.tch-trust p:last-child { margin-bottom: 0; }

/* ---------- faq ---------- */
.tch-faq { max-width: 900px; margin: 0 auto; }
.tch-faq .tch-h2 { text-align: center; margin-bottom: 28px; }
.tch-faq details { border-bottom: 2px solid var(--tch-sand); }
.tch-faq summary {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 4px; cursor: pointer; list-style: none;
  font-size: 18px; font-weight: 700; color: var(--tch-ink);
}
.tch-faq summary::-webkit-details-marker { display: none; }
.tch-faq summary::after {
  content: '+'; font-size: 22px; font-weight: 600;
  color: var(--tch-moss); flex-shrink: 0; margin-left: 16px;
}
.tch-faq details[open] summary::after { content: '\2212'; }
.tch-faq p { font-size: 16px; line-height: 1.6; color: var(--tch-field); margin: 0 0 20px; padding: 0 4px; }

/* ---------- footer ---------- */
.tch-footer { background: var(--tch-outline); color: var(--tch-muted); padding: 48px 48px 28px; }
.tch-footer a { color: var(--tch-muted); font-size: 14px; }
.tch-footer a:hover { color: var(--tch-paper); }
.tch-footer-top {
  max-width: var(--tch-max); margin: 0 auto;
  display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap;
}
.tch-footer-blurb { max-width: 340px; }
.tch-footer-name {
  font-family: var(--tch-display); font-weight: 700; font-size: 20px;
  letter-spacing: .3px; text-transform: uppercase; color: var(--tch-paper); margin-bottom: 10px;
}
.tch-footer-name span { color: var(--tch-gold); }
.tch-footer-blurb p { font-size: 14px; line-height: 1.6; margin: 0; }
.tch-footer-cols { display: flex; gap: 56px; flex-wrap: wrap; }
.tch-footer-col { display: flex; flex-direction: column; gap: 10px; }
.tch-footer-col-head {
  font-size: 13px; font-weight: 700; letter-spacing: 1px;
  color: var(--tch-gold); text-transform: uppercase; margin-bottom: 4px;
}
.tch-footer-base {
  max-width: var(--tch-max); margin: 32px auto 0; padding-top: 20px;
  border-top: 1px solid var(--tch-field); font-size: 13px; color: var(--tch-gold);
}

/* ---------- interior pages ---------- */
.tch-page { max-width: 760px; margin: 0 auto; padding: 56px 24px 72px; }
.tch-page h1 { font-size: clamp(32px, 4.4vw, 46px); line-height: 1.08; margin: 0 0 28px; }
.tch-page h2 { font-size: clamp(22px, 2.6vw, 28px); margin: 40px 0 14px; }
.tch-page p, .tch-page li { font-size: 18px; line-height: 1.68; color: var(--tch-field); }
.tch-page strong { color: var(--tch-ink); }
.tch-page table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 16px; }
.tch-page th { background: var(--tch-ink); color: var(--tch-paper); text-align: left; padding: 12px 14px; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }
.tch-page td { padding: 12px 14px; border-top: 1px solid var(--tch-rule); color: var(--tch-field); vertical-align: top; }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .tch-hero, .tch-trust { grid-template-columns: 1fr; gap: 32px; }
  .tch-hero-card { position: static; margin-top: 16px; max-width: none; }
  .tch-cats { grid-template-columns: repeat(2, 1fr); }
  .tch-arts { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .tch-header, .tch-section, .tch-section--hero, .tch-footer { padding-left: 20px; padding-right: 20px; }
  .tch-cats, .tch-arts { grid-template-columns: 1fr; }
  .tch-nav { gap: 18px; }
}

/* =========================================================
   REVIEW / ROUNDUP PAGE
   ========================================================= */

:root { --tch-rust: #a15c3f; }

.tch-rev { max-width: 1000px; margin: 0 auto; padding: 0 48px; }
.tch-rev--intro { padding-top: 56px; padding-bottom: 32px; }

.tch-rev h1 {
  font-family: var(--tch-display); font-weight: 700;
  font-size: clamp(30px, 4.2vw, 46px); line-height: 1.1;
  margin: 0 0 18px; text-transform: uppercase;
}
.tch-rev-standfirst { font-size: 19px; line-height: 1.6; color: var(--tch-field); margin: 0 0 20px; }

.tch-rev-meta {
  display: flex; gap: 24px; flex-wrap: wrap;
  font-size: 14px; color: var(--tch-gold-deep); font-weight: 600;
}

.tch-rev-hero .tch-slot { width: 100%; height: 380px; border-radius: 6px; }

/* jump nav */
.tch-jump {
  display: flex; gap: 12px; flex-wrap: wrap; align-items: center;
  padding: 16px 0; border-top: 2px solid var(--tch-ink); border-bottom: 2px solid var(--tch-ink);
}
.tch-jump-label {
  font-size: 13px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: var(--tch-gold-deep); margin-right: 6px;
}
.tch-jump a {
  font-size: 14px; font-weight: 600; background: var(--tch-sand);
  padding: 8px 14px; border-radius: 20px; color: var(--tch-ink);
}
.tch-jump a:hover { background: var(--tch-ink); color: var(--tch-paper); }

/* per-camera block */
.tch-pick {
  display: grid; grid-template-columns: 340px 1fr; gap: 40px;
  padding: 44px 0; border-bottom: 2px solid var(--tch-sand);
  scroll-margin-top: 24px;
}
.tch-pick-media .tch-slot { width: 100%; height: 260px; border-radius: 6px; }
.tch-pick-badge { display: flex; align-items: center; gap: 14px; margin-top: 18px; }

.tch-score {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--tch-ink); color: var(--tch-paper);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; text-align: center; line-height: 1;
}
.tch-score b { font-family: var(--tch-display); font-size: 20px; font-weight: 700; display: block; }
.tch-score i { font-size: 9px; letter-spacing: .5px; color: var(--tch-gold); font-style: normal; }
.tch-score--unrated b { font-size: 13px; letter-spacing: .5px; }

.tch-pick-for { font-size: 13px; font-weight: 700; letter-spacing: 1px; color: var(--tch-moss); text-transform: uppercase; }
.tch-pick-note { font-size: 15px; font-weight: 700; color: var(--tch-ink); }

.tch-pick-head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 8px; flex-wrap: wrap; }
.tch-pick-rank { font-family: var(--tch-display); font-size: 14px; font-weight: 700; color: var(--tch-gold); }
.tch-pick h2 { font-family: var(--tch-display); font-weight: 700; font-size: clamp(22px, 2.6vw, 28px); margin: 0; text-transform: uppercase; }
.tch-pick-body { font-size: 16px; line-height: 1.65; color: var(--tch-field); margin: 0 0 20px; }

.tch-proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 20px; }
.tch-pc-head { font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 8px; }
.tch-pc-head--pro { color: var(--tch-moss); }
.tch-pc-head--con { color: var(--tch-rust); }
.tch-pc-item { font-size: 15px; color: var(--tch-ink); margin-bottom: 6px; padding-left: 18px; position: relative; }
.tch-pc-item::before { position: absolute; left: 0; font-weight: 700; }
.tch-pc--pro .tch-pc-item::before { content: '+'; color: var(--tch-moss); }
.tch-pc--con .tch-pc-item::before { content: '\2212'; color: var(--tch-rust); }

/* spec grid */
.tch-specs-head { font-size: 13px; font-weight: 700; letter-spacing: 1px; color: var(--tch-moss); text-transform: uppercase; margin-bottom: 8px; }
.tch-specs {
  display: grid; grid-template-columns: repeat(2, 1fr);
  border: 1.5px solid var(--tch-sand); border-radius: 4px;
  margin-bottom: 20px; overflow: hidden;
}
.tch-spec {
  display: flex; justify-content: space-between; gap: 10px;
  padding: 10px 14px; border-bottom: 1px solid #ece7d6; border-right: 1px solid #ece7d6;
}
.tch-spec dt { font-size: 13px; font-weight: 600; color: var(--tch-gold-deep); margin: 0; }
.tch-spec dd { font-size: 13px; font-weight: 700; color: var(--tch-ink); text-align: right; margin: 0; }
.tch-spec dd.is-claimed { color: var(--tch-gold-deep); font-weight: 600; font-style: italic; }
.tch-spec dd.is-verified::after { content: ' ✓'; color: var(--tch-moss); }
.tch-specs-key { font-size: 13px; color: var(--tch-gold-deep); margin: -12px 0 20px; }

/* two-column feature grids */
.tch-grid2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.tch-grid2 h3 { font-family: var(--tch-display); font-size: 18px; font-weight: 600; text-transform: uppercase; margin: 0 0 8px; }
.tch-section--dark .tch-grid2 h3 { color: var(--tch-paper); }
.tch-section--dark .tch-grid2 p { color: var(--tch-muted); font-size: 15px; line-height: 1.6; margin: 0; }
.tch-grid2 p { font-size: 15px; line-height: 1.6; color: var(--tch-field); margin: 0; }

/* benefit rows with rule */
.tch-benefit { display: flex; gap: 16px; }
.tch-benefit-bar { width: 6px; background: var(--tch-moss); border-radius: 3px; flex-shrink: 0; }
.tch-benefit h3 { font-family: var(--tch-display); font-size: 19px; font-weight: 600; margin: 0 0 6px; text-transform: uppercase; }

/* versus columns */
.tch-versus { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.tch-vs-col { background: var(--tch-paper); border-radius: 4px; border: 2px solid var(--tch-ink); overflow: hidden; }
.tch-vs-head {
  background: var(--tch-ink); color: var(--tch-paper); padding: 16px 20px;
  font-family: var(--tch-display); font-size: 18px; font-weight: 600; text-transform: uppercase;
}
.tch-vs-row { display: flex; justify-content: space-between; gap: 14px; padding: 14px 20px; border-bottom: 1px solid var(--tch-sand); }
.tch-vs-row dt { font-size: 13px; font-weight: 700; letter-spacing: .5px; color: var(--tch-gold-deep); text-transform: uppercase; flex-shrink: 0; margin: 0; }
.tch-vs-row dd { font-size: 14px; font-weight: 600; color: var(--tch-ink); text-align: right; margin: 0; }

/* numbered steps */
.tch-steps { display: flex; flex-direction: column; gap: 28px; }
.tch-step { display: flex; gap: 20px; }
.tch-step-n {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--tch-ink); color: var(--tch-paper);
  font-family: var(--tch-display); font-weight: 700; font-size: 16px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.tch-step h3 { font-family: var(--tch-display); font-size: 19px; font-weight: 600; margin: 0 0 6px; text-transform: uppercase; }
.tch-step p { font-size: 16px; line-height: 1.65; color: var(--tch-field); margin: 0; }

/* conclusion */
.tch-conclusion { border-left: 4px solid var(--tch-moss); padding: 8px 0 8px 28px; }
.tch-conclusion p { font-size: 18px; line-height: 1.7; color: var(--tch-ink); margin: 0; }

@media (max-width: 900px) {
  .tch-pick { grid-template-columns: 1fr; gap: 24px; }
  .tch-grid2, .tch-versus, .tch-specs { grid-template-columns: 1fr; }
  .tch-proscons { grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 640px) {
  .tch-rev { padding-left: 20px; padding-right: 20px; }
}

/* ---------- real imagery ---------- */
.tch-hero-img { width: 100%; height: 420px; object-fit: cover; border-radius: 6px; display: block; }
.tch-trust-img { width: 100%; height: 320px; object-fit: cover; border-radius: 4px; display: block; }

/* ---------- latest posts query grid ---------- */
.tch-latest-wrap { max-width: 1280px; margin: 0 auto; }
.tch-latest .wp-block-post-template { gap: 28px !important; }
.tch-latest .wp-block-post { display: flex; flex-direction: column; gap: 12px; }
.tch-latest .wp-block-post-featured-image { margin: 0; }
.tch-latest .wp-block-post-featured-image img { width: 100%; border-radius: 4px; display: block; }
.tch-latest .tch-art-title,
.tch-latest .wp-block-post-title {
  font-family: var(--tch-display); font-size: 19px; font-weight: 600;
  line-height: 1.3; margin: 0; text-transform: none;
}
.tch-latest .wp-block-post-title a { color: var(--tch-ink); text-decoration: none; }
.tch-latest .wp-block-post-title a:hover { color: var(--tch-moss); }

@media (max-width: 900px) { .tch-hero-img { height: 300px; } }

/* ---------- single post ---------- */
.tch-byline {
  font-size: 14px; font-weight: 600; letter-spacing: .5px;
  color: var(--tch-gold-deep); text-transform: uppercase;
  gap: 10px !important; margin: 0 0 24px;
}
.tch-byline p { margin: 0; font-size: 14px; }
.tch-post-hero { margin: 0 0 32px; }
.tch-post-hero img { width: 100%; border-radius: 6px; display: block; }
.tch-postfoot {
  margin: 48px 0 0; padding: 24px 28px;
  background: var(--tch-sand); border-left: 4px solid var(--tch-moss); border-radius: 4px;
}
.tch-postfoot p { font-size: 16px; line-height: 1.6; color: var(--tch-field); margin: 0 0 10px; }
.tch-postfoot p:last-child { margin-bottom: 0; }
.tch-postfoot-disc { font-size: 14px !important; color: var(--tch-gold-deep) !important; }
.tch-page ol, .tch-page ul { font-size: 18px; line-height: 1.68; color: var(--tch-field); }
.tch-page h3 { font-size: clamp(19px, 2.1vw, 22px); margin: 28px 0 10px; }

/* ---------- uniform card imagery (overrides WP aspectRatio handling) ---------- */
.tch-latest .wp-block-post-template {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 28px !important;
  align-items: start;
}
.tch-latest .wp-block-post {
  display: flex; flex-direction: column; gap: 12px;
  margin: 0 !important; width: auto !important;
}
.tch-latest .wp-block-post-featured-image,
.tch-latest .wp-block-post-featured-image a {
  display: block; margin: 0; width: 100%;
}
.tch-latest .wp-block-post-featured-image img {
  width: 100% !important;
  aspect-ratio: 16 / 9;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  display: block;
}
@media (max-width: 900px) { .tch-latest .wp-block-post-template { grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 620px) { .tch-latest .wp-block-post-template { grid-template-columns: 1fr !important; } }

/* post hero uses the same discipline */
.tch-post-hero img { aspect-ratio: 16 / 9; object-fit: cover; height: auto; }

/* picks table: no product thumbnails until licensed imagery exists */
.tch-table .tch-cam { gap: 0; }

.tch-table-key { font-size: 15px; line-height: 1.6; color: var(--tch-gold-deep); margin: 16px 0 0; max-width: 90ch; }
.tch-table-key em { color: var(--tch-field); }
.tch-table td .tch-claimed { font-style: italic; }

/* ---------- in-article product blocks ---------- */
.tch-prod {
  border: 2px solid var(--tch-sand); border-radius: 6px;
  padding: 24px 26px; margin: 0 0 36px; background: var(--tch-surface);
}
.tch-prod-label {
  display: inline-block; background: var(--tch-ink); color: var(--tch-paper);
  font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 6px 12px; border-radius: 2px; margin-bottom: 16px;
}
.tch-prod-verdict { font-size: 17px; line-height: 1.65; color: var(--tch-field); margin: 0 0 14px; }
.tch-prod .tch-specs { margin: 20px 0; }
.tch-prod .tch-proscons { margin-bottom: 0; }
.tch-notice {
  background: var(--tch-sand); border-left: 4px solid var(--tch-moss);
  padding: 18px 22px; border-radius: 4px; margin: 28px 0;
  font-size: 16px; line-height: 1.6; color: var(--tch-field);
}
.tch-notice strong { color: var(--tch-ink); }
.tch-page .tch-table { min-width: 0; font-size: 14px; }
.tch-page .tch-table th { padding: 12px 10px; font-size: 12px; }
.tch-page .tch-table td { padding: 11px 10px; font-size: 14px; }
.tch-page .tch-table-wrap { margin: 20px 0; }

/* ---------- wide review/roundup template ---------- */
.tch-reviewpage { padding-bottom: 64px; }
.tch-reviewpage .tch-rev { max-width: 1000px; margin: 0 auto; padding: 0 48px; }
.tch-reviewpage .tch-rev--intro { padding-top: 48px; padding-bottom: 8px; }
.tch-reviewpage h1 {
  font-family: var(--tch-display); font-weight: 700;
  font-size: clamp(30px, 4.2vw, 46px); line-height: 1.1;
  margin: 0 0 14px; text-transform: uppercase;
}
.tch-reviewpage .tch-rev-meta p { margin: 0; }
.tch-reviewpage .tch-rev-hero { padding-bottom: 8px; }
.tch-reviewpage .tch-rev-hero img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 6px; display: block; }
.tch-reviewpage .tch-rev-body > * { max-width: none; }
.tch-reviewpage h2 { font-size: clamp(24px, 3vw, 32px); margin: 40px 0 16px; }
.tch-reviewpage .tch-pick h2 { margin: 0; }
.tch-reviewpage h3 { font-size: clamp(19px, 2.1vw, 22px); margin: 28px 0 10px; }
.tch-reviewpage p, .tch-reviewpage li { font-size: 17px; line-height: 1.68; color: var(--tch-field); }
.tch-reviewpage .tch-rev-standfirst { font-size: 19px; color: var(--tch-field); }

/* media column holds the score badge when no product image exists */
.tch-pick-media .tch-pick-badge { margin-top: 0; }
.tch-score--unrated b { font-size: 11px; line-height: 1.15; }

.tch-whofor {
  background: var(--tch-sand); border-radius: 4px;
  padding: 16px 20px; margin-top: 20px;
}
.tch-whofor-head {
  font-size: 12px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--tch-gold-deep); margin-bottom: 8px;
}
.tch-whofor p { font-size: 16px; line-height: 1.6; margin: 0 0 8px; }
.tch-whofor p:last-child { margin-bottom: 0; }
.tch-spec dd.is-verified { color: var(--tch-moss); }
.tch-spec dd.is-verified::after { content: ' ✓'; }
td.is-verified { color: var(--tch-moss); font-weight: 700; }
td.is-verified::after { content: ' ✓'; }

@media (max-width: 640px) { .tch-reviewpage .tch-rev { padding: 0 20px; } }

/* ---------- review score block ---------- */
.tch-scorebox {
  display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
  background: var(--tch-sand); border-left: 5px solid var(--tch-moss);
  border-radius: 6px; padding: 24px 28px; margin: 28px 0 32px;
}
.tch-score--lg { width: 104px; height: 104px; flex-shrink: 0; }
.tch-score--lg b { font-size: 36px; }
.tch-score--lg i { font-size: 12px; }
.tch-scorebox-body { flex: 1 1 320px; }
.tch-scorebox-label {
  font-size: 12px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--tch-gold-deep); margin-bottom: 8px;
}
.tch-scorebox-body p { font-size: 17px; line-height: 1.6; color: var(--tch-field); margin: 0 0 8px; }
.tch-scorebox-note { font-size: 14px !important; color: var(--tch-gold-deep) !important; margin: 0 !important; }
@media (max-width: 560px) { .tch-scorebox { gap: 16px; padding: 20px; } }
