/* ==========================================================================
   DROOL FOR TOOLS - WIRECUTTER EDITORIAL STYLESHEET
   Independent Craftsman & Shop Equipment Reviews
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,500;0,600;0,700;1,400;1,600&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;600;700&display=swap');
@import url('/nerd-fonts.css');

/* --------------------------------------------------------------------------
   Nerd Fonts & Icon Utility System
   -------------------------------------------------------------------------- */
.nf {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  vertical-align: -0.06em;
}

.nf-gold { color: #d97706; }
.nf-accent { color: var(--accent); }
.nf-green { color: var(--green); }
.nf-warning { color: var(--red); }
.nf-blue { color: var(--blue); }

.rating-star-icon {
  color: var(--accent);
  margin-right: 0.2rem;
  font-size: 0.9em;
}

.pick-badge-icon {
  font-size: 0.85rem;
  margin-right: 0.35rem;
}

.theme-icon {
  font-size: 0.9rem;
  margin-right: 0.35rem;
  color: var(--accent);
}

:root {
  /* Texas Upland Prairie Grass & Duck Canvas Theme (Default / Day Mode) */
  --bg: #f3efe4;                 /* Sun-Cured Texas Prairie Grass & Duck Canvas */
  --surface: #ffffff;            /* Crisp Field Paper */
  --surface-alt: #eae4d3;        /* Weathered Cedar & Khaki Canvas */
  --surface-hover: #e2dac7;      /* Field Silt Hover */
  --border: #d2c8b2;             /* Caliche Earth & Prairie Dust Border */
  --border-subtle: #dfd8c5;
  --text-main: #1f1b16;          /* Deep Field Charcoal */
  --text-muted: #5e574d;         /* Weathered Timber Brown-Gray */
  --text-inverse: #ffffff;
  
  --font-serif: 'Lora', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  /* Texas Upland Field & Prairie Grass Accents */
  --field-grass: #2d4c1e;        /* Deep Texas Prairie Grass */
  --field-sage: #3f6212;         /* Texas Olive Sagebrush */
  --field-grass-light: #ecfccb;  /* Fresh Grass Blade Highlight */
  --field-grass-subtle: #edf5ea; /* Subtle Pasture Tint */
  --accent: #b45309;             /* Horween Saddle Leather Amber */
  --accent-hover: #92400e;       /* Oiled Boot Leather */
  --accent-light: #fef3c7;       /* Raw Hide Stitching */
  --hunter-blaze: #c2410c;       /* Upland Hunter Blaze Orange / Clay Target */
  --hunter-blaze-bg: #fff7ed;
  --hunter-blaze-border: #fed7aa;
  
  --green: #2d4c1e;              /* Prairie Grass Verified */
  --green-bg: #edf5ea;
  --green-border: #b8dcac;
  --red: #b91c1c;                /* Warning / Avoid Crimson */
  --red-bg: #fef2f2;
  --red-border: #fecaca;
  --blue: #0f5478;               /* Precision Machining Steel */
  --blue-bg: #f0f7fa;
  --blue-border: #bae0f0;
  
  /* Retailer Branding */
  --retailer-hd: #f96302;
  --retailer-amazon: #ff9900;
  --retailer-lowes: #004990;

  --max-w-content: 780px;
  --max-w-container: 1180px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 14px;
  --shadow-sm: 0 1px 3px rgba(31, 27, 22, 0.06);
  --shadow-md: 0 4px 14px rgba(31, 27, 22, 0.09);
  --shadow-lg: 0 14px 30px rgba(31, 27, 22, 0.13);
}

[data-theme="dark"] {
  /* Mesquite Campfire & Prairie Night Mode */
  --bg: #111611;                 /* Deep Prairie Night */
  --surface: #172016;            /* Cedar Post & Mesquite Shadow */
  --surface-alt: #1e2a1d;        /* Campfire Perimeter */
  --surface-hover: #263525;
  --border: #2c3e2b;             /* Night Sage Border */
  --border-subtle: #223021;
  --text-main: #d4ded3;          /* Moonlit Canvas */
  --text-muted: #8d9c8c;         /* Night Fog */
  --text-inverse: #111611;
  
  --field-grass: #65a30d;
  --field-sage: #84cc16;
  --field-grass-light: #223b18;
  --field-grass-subtle: #192518;
  --accent: #d97706;             /* Campfire Ember */
  --accent-hover: #f59e0b;
  --accent-light: #332410;
  --hunter-blaze: #ea580c;       /* Blaze Vest at Dusk */
  --hunter-blaze-bg: #2d160c;
  --hunter-blaze-border: #6c2e12;
  
  --green: #4ade80;
  --green-bg: #132a18;
  --green-border: #1c4524;
  --red: #f87171;
  --red-bg: #2b1414;
  --red-border: #4c1d1d;
  --blue: #38bdf8;
  --blue-bg: #0c2738;
  --blue-border: #16425f;
  
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.45);
  --shadow-lg: 0 12px 28px rgba(0, 0, 0, 0.55);
}

/* --------------------------------------------------------------------------
   Reset & Base Typography
   -------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--bg);
  background-image: 
    radial-gradient(ellipse at 50% 20%, rgba(243, 239, 228, 0.65) 0%, rgba(243, 239, 228, 0.82) 55%, rgba(234, 228, 211, 0.92) 100%),
    url('/images/prairie_field_bg.jpg');
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--text-main);
  font-family: var(--font-sans);
  font-size: 1.0625rem; /* 17px base for high editorial legibility */
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 0.2s ease, color 0.2s ease;
}

[data-theme="dark"] body {
  background-image: 
    radial-gradient(ellipse at 50% 0%, rgba(17, 22, 17, 0.82) 0%, rgba(17, 22, 17, 0.94) 65%, rgba(17, 22, 17, 0.98) 100%),
    url('/images/prairie_field_bg.jpg');
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.25;
  color: var(--text-main);
  margin-bottom: 1rem;
}

h1 { font-size: 2.35rem; letter-spacing: -0.02em; }
h2 { font-size: 1.75rem; letter-spacing: -0.015em; margin-top: 2.25rem; border-bottom: 1px solid var(--border-subtle); padding-bottom: 0.5rem; }
h3 { font-size: 1.35rem; margin-top: 1.75rem; }

p { margin-bottom: 1.25rem; }
a { color: var(--accent); text-decoration: none; transition: color 0.15s; }
a:hover { color: var(--accent-hover); text-decoration: underline; }

img { max-width: 100%; height: auto; display: block; }

/* --------------------------------------------------------------------------
   Texas Upland Prairie Field Top Ribbon & Navigation
   -------------------------------------------------------------------------- */
.field-ribbon-bar {
  background: #243a18;
  color: #f5f2e9;
  border-bottom: 2px solid var(--accent);
  padding: 0.35rem 1.25rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

[data-theme="dark"] .field-ribbon-bar {
  background: #14220f;
  border-bottom-color: #d97706;
}

.field-ribbon-inner {
  max-width: var(--max-w-container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.field-ribbon-left {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.field-badge-ribbon {
  background: var(--field-sage);
  color: #ecfccb;
  padding: 0.15rem 0.55rem;
  border-radius: 4px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.field-ribbon-text {
  color: #d8e5d2;
}

.field-ribbon-right {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.field-ribbon-highlight {
  color: #fde68a;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.field-ribbon-stat {
  color: #fed7aa;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.site-nav {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--shadow-sm);
}

.site-nav-inner {
  max-width: var(--max-w-container);
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--text-main);
}

.brand-mark {
  width: 36px;
  height: 36px;
  background: var(--accent);
  color: #ffffff;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  box-shadow: 0 2px 6px rgba(180, 83, 9, 0.35);
  flex-shrink: 0;
}

.brand-text-wrap {
  display: flex;
  flex-direction: column;
}

.brand-text {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.15;
}

.brand-text span {
  color: var(--accent);
  font-style: italic;
}

.brand-subtext {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--field-grass);
  margin-top: 0.1rem;
}

[data-theme="dark"] .brand-subtext {
  color: var(--field-sage);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.925rem;
  font-weight: 600;
}

.nav-links a {
  color: var(--text-muted);
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.nav-links a:hover {
  color: var(--accent);
  text-decoration: none;
}

.theme-btn {
  background: var(--surface-alt);
  border: 1px solid var(--border);
  color: var(--text-main);
  padding: 0.35rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.theme-btn:hover {
  background: var(--surface-hover);
}

/* --------------------------------------------------------------------------
   Breadcrumbs & Article Meta
   -------------------------------------------------------------------------- */
.breadcrumb-container {
  max-width: var(--max-w-content);
  margin: 1.5rem auto 0;
  padding: 0 1.25rem;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  list-style: none;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.breadcrumb-separator {
  color: var(--border);
}

.review-article {
  max-width: var(--max-w-content);
  margin: 1.5rem auto 4rem;
  padding: 0 1.25rem;
}

.article-header {
  margin-bottom: 2rem;
}

.article-title {
  margin-bottom: 0.75rem;
}

.article-deck {
  font-size: 1.25rem;
  line-height: 1.45;
  color: var(--text-muted);
  font-family: var(--font-serif);
  font-style: italic;
  margin-bottom: 1.25rem;
}

.article-byline-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.875rem;
  color: var(--text-muted);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  padding: 0.75rem 0;
  margin-bottom: 1.5rem;
}

.author-badge {
  font-weight: 700;
  color: var(--text-main);
}

.testing-disclosure {
  background: var(--surface-alt);
  border-left: 3px solid var(--accent);
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  color: var(--text-muted);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin-bottom: 2rem;
}

/* --------------------------------------------------------------------------
   Wirecutter Style Upfront "Pick" Card
   -------------------------------------------------------------------------- */
.wc-pick-card {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  margin-bottom: 2.5rem;
  box-shadow: 0 6px 20px rgba(31, 27, 22, 0.08);
  position: relative;
}

.wc-pick-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 20px;
  margin-bottom: 1rem;
}

.badge-top-pick {
  background: var(--green);
  color: #ffffff;
}

.badge-anchor {
  background: var(--accent);
  color: #ffffff;
}

.badge-budget {
  background: var(--blue);
  color: #ffffff;
}

.badge-avoid {
  background: var(--red);
  color: #ffffff;
}

.pick-product-headline {
  font-size: 1.65rem;
  margin-bottom: 0.5rem;
}

.pick-image-wrapper {
  margin: 1.25rem 0;
  background: var(--surface-alt);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 420px;
  overflow: hidden;
}

.pick-image-wrapper img {
  max-height: 380px;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.pick-bottom-line {
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  line-height: 1.55;
}

/* --------------------------------------------------------------------------
   Where to Buy Button Group
   -------------------------------------------------------------------------- */
.buy-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin: 1.25rem 0;
}

.btn-buy {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.85rem 1.4rem;
  border-radius: var(--radius-md);
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.95rem;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.btn-buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
  filter: brightness(1.08);
}

.btn-buy.homedepot { background: #f96302; }
.btn-buy.amazon    { background: #131921; border: 1px solid #37475a; }
.btn-buy.amazon span.retailer { color: #ff9900; }
.btn-buy.lowes     { background: #004990; }
.btn-buy.direct    { background: var(--text-main); color: var(--surface) !important; }

.btn-buy .price-tag {
  background: rgba(255, 255, 255, 0.2);
  padding: 0.15rem 0.5rem;
  border-radius: var(--radius-sm);
  font-family: var(--font-mono);
  font-size: 0.85rem;
}

/* --------------------------------------------------------------------------
   Multi-Retailer Price Comparison Matrix
   -------------------------------------------------------------------------- */
.price-matrix-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.5rem;
  margin: 1.75rem 0;
  box-shadow: var(--shadow-sm);
  border-left: 4px solid var(--accent);
}

.price-matrix-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border);
}

.price-matrix-title {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--text-main);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.price-matrix-subtitle {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-family: var(--font-mono);
}

.price-matrix-rows {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.price-retailer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.1rem;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  text-decoration: none !important;
  color: var(--text-main) !important;
  transition: all 0.2s ease;
}

.price-retailer-row:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: var(--accent);
}

.price-retailer-left {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.price-retailer-logo {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #ffffff;
  flex-shrink: 0;
}

.price-retailer-logo.homedepot { background: #f96302; }
.price-retailer-logo.amazon    { background: #131921; color: #ff9900; border: 1px solid #37475a; }
.price-retailer-logo.lowes     { background: #004990; }

.price-retailer-meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.price-retailer-name {
  font-weight: 700;
  font-size: 0.95rem;
}

.price-retailer-tag {
  font-size: 0.78rem;
  color: var(--field-grass);
  font-weight: 600;
}

[data-theme="dark"] .price-retailer-tag {
  color: #a3e635;
}

.price-retailer-right {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.price-retailer-val {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--text-main);
}

.btn-price-check {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.85rem;
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  font-weight: 700;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text-main);
  transition: all 0.15s ease;
}

.price-retailer-row:hover .btn-price-check {
  background: var(--accent);
  color: #ffffff;
  border-color: var(--accent);
}

/* --------------------------------------------------------------------------
   Pros & Cons Grid (Wirecutter Signature)
   -------------------------------------------------------------------------- */
.pros-cons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin: 2rem 0;
}

@media (max-width: 680px) {
  .pros-cons-grid {
    grid-template-columns: 1fr;
  }
}

.pros-card, .cons-card {
  padding: 1.25rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
}

.pros-card {
  background: var(--green-bg);
  border-color: var(--green-border);
}

.cons-card {
  background: var(--red-bg);
  border-color: var(--red-border);
}

.pc-title {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.pros-card .pc-title { color: var(--green); }
.cons-card .pc-title { color: var(--red); }

.pc-list {
  list-style: none;
  font-size: 0.95rem;
  line-height: 1.5;
}

.pc-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.65rem;
}

.pc-list li:last-child {
  margin-bottom: 0;
}

.pros-card .pc-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 800;
}

.cons-card .pc-list li::before {
  content: "✕";
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 800;
}

/* --------------------------------------------------------------------------
   Editorial Body Content
   -------------------------------------------------------------------------- */
.editorial-body {
  margin-top: 2rem;
}

.editorial-body p {
  margin-bottom: 1.35rem;
}

.editorial-body ul, .editorial-body ol {
  margin: 1.25rem 0 1.5rem 1.5rem;
}

.editorial-body li {
  margin-bottom: 0.5rem;
}

.editorial-body blockquote {
  border-left: 3px solid var(--accent);
  padding: 0.65rem 1.25rem;
  background: var(--surface-alt);
  font-style: italic;
  margin: 1.5rem 0;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

/* --------------------------------------------------------------------------
   Wirecutter Lab & Field Benchmark Table
   -------------------------------------------------------------------------- */
.spec-box {
  margin: 2.5rem 0;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.spec-box-header {
  background: var(--surface-alt);
  padding: 0.85rem 1.25rem;
  border-bottom: 1px solid var(--border);
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.95rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.925rem;
}

.spec-table th, .spec-table td {
  padding: 0.75rem 1.25rem;
  text-align: left;
  border-bottom: 1px solid var(--border-subtle);
}

.spec-table tr:last-child td {
  border-bottom: none;
}

.spec-table tr:nth-child(even) {
  background: var(--surface-alt);
}

.spec-table td.spec-key {
  font-weight: 600;
  color: var(--text-muted);
  width: 38%;
}

.spec-table td.spec-val {
  font-family: var(--font-mono);
  font-weight: 600;
  color: var(--text-main);
}

/* --------------------------------------------------------------------------
   Video Script & Field Audio Box
   -------------------------------------------------------------------------- */
.video-script-box {
  margin: 2.5rem 0;
  background: var(--surface-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.5rem;
}

.video-script-title {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--accent);
  margin-bottom: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.video-script-content {
  font-family: var(--font-mono);
  font-size: 0.875rem;
  line-height: 1.6;
  white-space: pre-line;
  color: var(--text-main);
}

/* --------------------------------------------------------------------------
   Related Category Guides
   -------------------------------------------------------------------------- */
.related-reviews-section {
  margin-top: 3.5rem;
  padding-top: 2rem;
  border-top: 2px solid var(--border);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.related-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1rem;
  text-decoration: none !important;
  color: var(--text-main) !important;
  transition: transform 0.15s, border-color 0.15s;
}

.related-card:hover {
  transform: translateY(-2px);
  border-color: var(--accent);
}

.related-card-title {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.4rem;
  line-height: 1.35;
}

.related-card-meta {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* --------------------------------------------------------------------------
   Hub / Index Page - Wirecutter Editorial Layout
   -------------------------------------------------------------------------- */
.hub-container {
  max-width: var(--max-w-container);
  margin: 0 auto;
  padding: 2rem 1.25rem 5rem;
}

.hub-hero {
  text-align: center;
  margin-bottom: 3.5rem;
  padding: 2.5rem 1rem 1rem;
}

.hub-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--accent-light);
  color: var(--accent);
  padding: 0.35rem 0.85rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.hub-hero-title {
  font-size: 3rem;
  letter-spacing: -0.025em;
  margin-bottom: 0.85rem;
}

.hub-hero-deck {
  font-size: 1.25rem;
  color: var(--text-muted);
  max-width: 720px;
  margin: 0 auto 1.75rem;
  font-family: var(--font-serif);
  font-style: italic;
  line-height: 1.5;
}

.hub-stats-strip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 1.15rem 1.75rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 3.5px solid var(--field-grass);
  border-radius: var(--radius-md);
  font-size: 0.9rem;
  color: var(--text-muted);
  max-width: 900px;
  margin: 0 auto;
  box-shadow: var(--shadow-sm);
}

.hub-stat-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.hub-stat-item strong {
  color: var(--field-grass);
  font-family: var(--font-mono);
  font-size: 1.05rem;
}

[data-theme="dark"] .hub-stat-item strong {
  color: var(--field-sage);
}

/* Featured Top Picks Section */
.top-picks-section {
  margin-bottom: 4rem;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid var(--border);
  padding-bottom: 0.75rem;
  margin-bottom: 2rem;
}

.section-header h2 {
  border-bottom: none;
  margin: 0;
  padding: 0;
  font-size: 1.85rem;
}

.section-header .section-subtitle {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.top-picks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 1.75rem;
}

/* Catalog Filter & Search Bar */
.filter-bar {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  margin-bottom: 2.5rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.filter-row-top {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.search-input-wrapper {
  flex: 1;
  min-width: 260px;
  position: relative;
}

.search-input {
  width: 100%;
  padding: 0.65rem 1rem 0.65rem 2.5rem;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  background: var(--surface-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text-main);
  outline: none;
  transition: border-color 0.15s;
}
.search-input:focus {
  border-color: var(--accent);
}

.search-icon {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  font-size: 0.95rem;
}

.sort-select {
  padding: 0.65rem 1rem;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  background: var(--surface-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text-main);
  outline: none;
  cursor: pointer;
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.filter-pill {
  background: var(--surface-alt);
  border: 1px solid var(--border);
  color: var(--text-muted);
  padding: 0.35rem 0.85rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
}

.filter-pill:hover,
.filter-pill.active {
  background: var(--accent);
  border-color: var(--accent);
  color: #ffffff;
}

/* Tool Grid & Cards */
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.75rem;
}

.tool-card {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border);
  border-top: 3.5px solid var(--field-grass);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 16px rgba(31, 27, 22, 0.08);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  position: relative;
}

.tool-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--accent);
  border-top-color: var(--accent);
}

.tool-card-media {
  position: relative;
  background: var(--surface-alt);
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border-subtle);
}

.tool-card-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
  transition: transform 0.2s ease;
}

.tool-card:hover .tool-card-img {
  transform: scale(1.03);
}

.card-pick-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
}

.tool-card-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.tool-card-platform {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--accent);
  margin-bottom: 0.35rem;
}

.tool-card-title {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.5rem;
}

.tool-card-title a {
  color: var(--text-main);
  text-decoration: none;
}
.tool-card-title a:hover {
  color: var(--accent);
}

.tool-card-rating-strip {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}

.rating-stars {
  color: var(--accent);
  font-weight: 700;
}

.price-tag-card {
  font-family: var(--font-mono);
  font-weight: 700;
  color: var(--text-main);
  margin-left: auto;
}

.tool-card-verdict {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.45;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

.tool-card-footer {
  border-top: 1px solid var(--border-subtle);
  padding-top: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.btn-read-review {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
}
.btn-read-review:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .hub-hero-title {
    font-size: 2.15rem;
  }
  .catalog-grid,
  .top-picks-grid {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------------------------
   Site Footer
   -------------------------------------------------------------------------- */
.site-footer {
  background: var(--surface);
  border-top: 1px solid var(--border);
  margin-top: 4rem;
  padding: 3rem 1.25rem;
  text-align: center;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.footer-inner {
  max-width: var(--max-w-container);
  margin: 0 auto;
}

.footer-inner p {
  margin-bottom: 0.75rem;
}

/* --------------------------------------------------------------------------
   Texas Upland Field & Rocko GSP Hero Banner
   -------------------------------------------------------------------------- */
.rocko-hero-banner {
  background: 
    linear-gradient(135deg, rgba(29, 51, 20, 0.86) 0%, rgba(40, 68, 27, 0.80) 50%, rgba(52, 87, 35, 0.88) 100%),
    url('/images/prairie_field_bg.jpg') center center / cover no-repeat;
  border: 2px solid var(--accent);
  border-radius: var(--radius-lg);
  box-shadow: 0 12px 32px rgba(29, 51, 20, 0.28);
  padding: 2.5rem 2.25rem;
  color: #f7f5ed;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin-bottom: 2.25rem;
  position: relative;
  overflow: hidden;
  text-align: left;
}

.rocko-hero-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #b45309 0%, #65a30d 30%, #b45309 70%, #ea580c 100%);
}

[data-theme="dark"] .rocko-hero-banner {
  background: linear-gradient(135deg, #132210 0%, #1a2f15 50%, #243c1c 100%);
  border-color: #d97706;
}

@media (max-width: 768px) {
  .rocko-hero-banner {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1.25rem;
    gap: 1.5rem;
  }
}

.rocko-avatar-wrap {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rocko-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--accent);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  display: block;
  background: #243a18;
}

.rocko-badge-floating {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.25rem 0.8rem;
  border-radius: 12px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.rocko-dog-caption {
  margin-top: 1.1rem;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fde68a;
  letter-spacing: 0.04em;
}

.rocko-hero-text {
  max-width: 720px;
}

.rocko-hero-text .hub-hero-eyebrow {
  background: transparent;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.eyebrow-tag {
  background: rgba(180, 83, 9, 0.4);
  border: 1px solid rgba(245, 158, 11, 0.5);
  color: #fef3c7;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 0.25rem 0.65rem;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.rocko-hero-text .hub-hero-title {
  color: #ffffff;
  font-size: 2.85rem;
  margin-bottom: 0.5rem;
  font-family: var(--font-serif);
  letter-spacing: -0.02em;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  line-height: 1.1;
}

.rocko-hero-text .hub-hero-deck {
  color: #e2edd8;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.field-pill-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

@media (max-width: 768px) {
  .field-pill-strip, .hub-hero-eyebrow {
    justify-content: center;
  }
}

.field-pill {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #f3f9ee;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  backdrop-filter: blur(4px);
}

.field-pill i {
  color: #a3e635;
}

/* Card Field Tested Badge */
.card-field-tag {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--field-grass);
  background: var(--field-grass-subtle);
  border: 1px solid var(--green-border);
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

[data-theme="dark"] .card-field-tag {
  color: var(--field-sage);
  background: var(--field-grass-subtle);
  border-color: var(--border);
}

/* Back to Hub navigation buttons */
.btn-back-hub {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--accent);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.4rem 0.8rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  transition: all 0.15s ease;
}

.btn-back-hub:hover {
  background: var(--surface-hover);
  border-color: var(--accent);
}

.back-hub-bottom {
  margin: 3.5rem 0 2rem;
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}

.btn-back-hub-large {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--surface);
  color: var(--text-main);
  border: 1px solid var(--border);
  padding: 0.85rem 1.75rem;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: all 0.2s ease;
}

.btn-back-hub-large:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.tool-card {
  cursor: pointer;
}

