/*
Theme Name: USA Golf Mag V2 Theme
Theme URI: https://local.test/usagolfmagv2
Author: Local Build
Description: Magazine-style golf news theme inspired by modern equipment journalism sites.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: usagolfmagv2
*/

:root {
  --bg: #ffffff;
  --text: #0f1218;
  --muted: #5f6672;
  --line: #c9cdd2;
  --card: #f4f4f4;
  --ink: #121722;
  --accent: #1f4f95;
  --accent-dark: #16376a;
  --accent-red: #b80202;
  --accent-red-dark: #8f0000;
  --accent-soft: #e7efff;
}

.ad-slot {
  margin: 14px 0;
  padding: 10px;
  background: #f7f8fa;
  border: 1px solid #d7dde6;
}

.ad-slot .adsbygoogle {
  min-height: 90px;
}

.ad-slot-sidebar_desktop {
  margin-top: 0;
}

.ad-slot-footer_multiplex {
  margin-top: 24px;
}

.ad-slot-home_top_leaderboard,
.ad-slot-single_top {
  display: none !important;
}

.ad-slot-desktop-only {
  display: block;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: var(--bg);
  color: var(--text);
}

a { color: inherit; text-decoration: none; }

.site-wrap {
  width: min(1540px, calc(100% - 50px));
  margin: 0 auto;
}

.topbar {
  background: #111827;
  color: #fff;
  border-bottom: 4px solid #000;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 1.9rem;
  line-height: 1;
  padding-bottom: 8px;
}

.brand::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b22234 0%, #ffffff 50%, #3c3b6e 100%);
  opacity: 0.95;
}

.brand-usa {
  color: #f7f9fc;
}

.brand-golf {
  color: #3f5fae;
  margin-left: 1px;
}

.brand-mag {
  color: #b80202;
  margin-left: 2px;
}

.meta {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #c7d1de;
  font-size: 0.74rem;
}

.nav-row {
  border-bottom: 1px solid var(--line);
  background: #f9f9f9;
}

.nav-row .site-wrap {
  display: flex;
  align-items: center;
}

.nav-toggle {
  display: none;
  border: 1px solid #1b2430;
  background: #ffffff;
  color: #111a27;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  padding: 9px 12px;
}

.nav-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.nav-row li a {
  display: block;
  padding: 14px 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.73rem;
  font-weight: 800;
}

.nav-row li a:hover { background: #ececec; }

.home-shell {
  margin-top: 24px;
  margin-bottom: 40px;
}

.home-hero-bleed {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
}

.home-hero-bleed .hero-carousel {
  margin: 0;
}

.hero-carousel {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
}

.hero-carousel-track {
  display: flex;
  width: 100%;
  transition: transform 560ms ease;
  will-change: transform;
}

.hero-article {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 560px;
  margin-bottom: 28px;
  border: 1px solid #c9cfd8;
  background: #0f1720;
}

.hero-carousel .hero-article {
  flex: 0 0 100%;
  width: 100%;
  margin-bottom: 0;
}

.hero-article > a {
  display: block;
}

.hero-article::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 11, 18, 0.2) 0%, rgba(7, 11, 18, 0.35) 50%, rgba(7, 11, 18, 0.45) 100%);
  pointer-events: none;
}

.hero-image {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
  background: #cfd6de;
}

.hero-copy {
  position: absolute;
  z-index: 2;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: min(43%, 560px);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(8, 11, 16, 0.28);
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.hero-kicker,
.mini-kicker {
  display: inline-block;
  background: #0f1116;
  color: var(--accent-red);
  font-size: 0.73rem;
  text-transform: uppercase;
  font-weight: 800;
  padding: 5px 10px;
  letter-spacing: 0.07em;
  margin-bottom: 8px;
}

.hero-copy h1 {
  margin: 0 0 10px;
  font-size: clamp(1.55rem, 2.2vw, 2.3rem);
  line-height: 1.13;
}

.hero-copy p {
  margin: 0;
  color: #3e4654;
  line-height: 1.5;
  font-size: 1.02rem;
}

.hero-controls {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(13, 19, 28, 0.76);
  border: 1px solid rgba(220, 227, 238, 0.25);
  border-radius: 999px;
  padding: 6px 8px;
}

.hero-control {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(242, 245, 249, 0.36);
  background: rgba(0, 0, 0, 0.28);
  color: #ffffff;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1;
}

.hero-control:hover {
  background: rgba(255, 255, 255, 0.2);
}

.hero-dots {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.26);
  cursor: pointer;
  padding: 0;
}

.hero-dot.is-active {
  background: var(--accent);
  border-color: var(--accent);
}

.read-link {
  margin-top: 12px;
  display: inline-block;
  color: var(--accent);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.content-section {
  border-top: 1px solid #d5d5d5;
  padding-top: 26px;
  margin-top: 12px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 14px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.6vw, 4.2rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 900;
}

.pill-btn {
  border: 2px solid #31343b;
  border-radius: 999px;
  padding: 9px 20px;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 800;
  background: #f2f2f2;
}

.section-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.05fr 1fr;
  gap: 14px;
  align-items: start;
}

.content-section.is-reversed .section-grid {
  grid-template-columns: 1fr 1.05fr 1.05fr;
}

.content-section.is-reversed .right-rail {
  grid-column: 1;
  grid-row: 1;
  border-left: 0;
  border-right: 1px solid #d7d7d7;
  padding-left: 0;
  padding-right: 12px;
}

.content-section.is-reversed .feature-card-a {
  grid-column: 2;
  grid-row: 1;
}

.content-section.is-reversed .feature-card-b {
  grid-column: 3;
  grid-row: 1;
}

.feature-card img {
  width: 100%;
  aspect-ratio: 16 / 12;
  object-fit: cover;
  display: block;
  background: #d6dbe2;
}

.feature-body {
  padding: 10px 0 0;
}

.feature-body h3 {
  margin: 0;
  line-height: 1.15;
  font-size: clamp(1.15rem, 1.9vw, 2rem);
}

.feature-body p {
  margin: 8px 0 0;
  font-size: 1rem;
  color: #313c48;
  line-height: 1.45;
}

.right-rail {
  border-left: 1px solid #d7d7d7;
  padding-left: 12px;
}

.rail-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 10px;
  padding: 8px 0 12px;
  border-bottom: 1px solid #d2d2d2;
}

.rail-thumb img {
  width: 100%;
  height: 92px;
  object-fit: cover;
  display: block;
  background: #d9dde4;
}

.rail-body h4 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.25;
  font-weight: 800;
}

.rail-meta {
  margin-top: 8px;
  color: #5e6673;
  font-size: 0.82rem;
}

.footer {
  margin-top: 34px;
  background: #101823;
  color: #d6dfeb;
  padding: 20px 0;
  font-size: 0.9rem;
}

.footer strong { color: #fff; }

.footer--home {
  margin-top: 40px;
  background: #020202;
  color: #f2f2f2;
  padding: 54px 0 26px;
}

.footer-home-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 44px;
}

.footer-home-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.footer-home-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-home-links li {
  margin-bottom: 14px;
}

.footer-home-links a {
  color: #f0f0f0;
  font-size: 1.02rem;
}

.footer-home-links a:hover {
  color: #84a9f7;
}

.footer-quote {
  align-self: start;
}

.footer-quote-text {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 4.4rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #f7f7f7;
  font-weight: 900;
}

.footer-quote-meta {
  margin-top: 18px;
  color: #d9d9d9;
  font-size: 1.08rem;
}

.footer-home-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 32px;
}

.footer-home-subnav a {
  color: #84a9f7;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.9rem;
  font-weight: 700;
}

.footer-home-subnav a:hover {
  color: #b9ceff;
}

.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.footer-socials a {
  width: 58px;
  height: 58px;
  background: #2a2a2a;
  border: 1px solid #3b3b3b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.footer-socials a:hover {
  background: #3a3a3a;
}

.footer-socials a svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer-home-copy {
  margin-top: 26px;
  color: #d6d6d6;
  font-size: 0.95rem;
}

/* Keep the homepage content on a clean white canvas without alternating surfaces. */
body.home {
  background: #ffffff;
}

body.home .home-shell,
body.home .content-section,
body.home .section-grid,
body.home .feature-card,
body.home .feature-body,
body.home .right-rail,
body.home .rail-item,
body.home .hero-copy {
  background: #ffffff;
}

body.home .hero-article,
body.home .hero-copy,
body.home .content-section,
body.home .right-rail,
body.home .rail-item,
body.home .content-section.is-reversed .right-rail {
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

body.home .home-hero-bleed,
body.home .home-hero-bleed .hero-carousel,
body.home .home-hero-bleed .hero-article {
  padding: 0;
  margin-top: 0;
}

body.home .pill-btn {
  background: #ffffff;
}

body.home .section-buyers-guide {
  background: #000000;
  color: #f3f3f3;
  padding: 26px 22px 22px;
}

body.home .section-buyers-guide .section-head,
body.home .section-buyers-guide .section-grid,
body.home .section-buyers-guide .feature-card,
body.home .section-buyers-guide .feature-body,
body.home .section-buyers-guide .right-rail,
body.home .section-buyers-guide .rail-item {
  background: transparent;
}

body.home .section-buyers-guide .section-head h2,
body.home .section-buyers-guide .feature-body h3,
body.home .section-buyers-guide .rail-body h4,
body.home .section-buyers-guide .rail-body h4 a,
body.home .section-buyers-guide .feature-body h3 a {
  color: #ffffff;
}

body.home .section-buyers-guide .feature-body p,
body.home .section-buyers-guide .rail-meta {
  color: #d8d8d8;
}

body.home .section-buyers-guide .mini-kicker {
  background: var(--accent-red);
  color: #111111;
}

body.home .section-buyers-guide .pill-btn {
  background: #111111;
  border-color: var(--accent-red);
  color: #ffffff;
}

body.home .section-buyers-guide .read-link {
  color: #8eb2ff;
}

body.home .section-buyers-guide .content-section,
body.home .section-buyers-guide.right-rail,
body.home .section-buyers-guide .right-rail,
body.home .section-buyers-guide .rail-item,
body.home .section-buyers-guide.content-section.is-reversed .right-rail {
  border-color: rgba(197, 154, 88, 0.28);
}

@media (max-width: 1260px) {
  .section-grid {
    grid-template-columns: 1fr 1fr;
  }

  .right-rail {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid #d7d7d7;
    padding-left: 0;
    padding-top: 10px;
  }

  .content-section.is-reversed .section-grid {
    grid-template-columns: 1fr 1fr;
  }

  .content-section.is-reversed .right-rail {
    grid-column: 1 / -1;
    grid-row: auto;
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-section.is-reversed .feature-card-a,
  .content-section.is-reversed .feature-card-b {
    grid-column: auto;
  }
}

@media (max-width: 980px) {
  .site-wrap {
    width: min(1540px, calc(100% - 28px));
  }

  .nav-row .site-wrap {
    display: block;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0;
    position: relative;
  }

  .nav-toggle::before {
    content: '';
    width: 16px;
    height: 12px;
    display: inline-block;
    background:
      linear-gradient(#111a27, #111a27) 0 0 / 100% 2px no-repeat,
      linear-gradient(#111a27, #111a27) 0 50% / 100% 2px no-repeat,
      linear-gradient(#111a27, #111a27) 0 100% / 100% 2px no-repeat;
  }

  .nav-row.is-open .nav-toggle::before {
    content: '';
  }

  .nav-row .menu {
    display: none;
    width: 100%;
    margin: 0;
    border-top: 1px solid #d9dee5;
    padding-top: 4px;
  }

  .nav-row.is-open .menu {
    display: block;
  }

  .nav-row .menu li a {
    padding: 12px 0;
    border-bottom: 1px solid #eceff3;
  }

  .hero-article {
    min-height: 0;
  }

  .hero-image {
    height: 320px;
  }

  .hero-article::after {
    background: linear-gradient(180deg, rgba(7, 11, 18, 0.16) 0%, rgba(7, 11, 18, 0.42) 100%);
  }

  .hero-copy {
    position: static;
    transform: none;
    width: auto;
    margin: 0;
    box-shadow: none;
    border-top: 0;
    background: #ffffff;
  }

  .hero-controls {
    left: 12px;
    top: 274px;
    bottom: auto;
  }

  .section-grid {
    grid-template-columns: 1fr;
  }

  .content-section.is-reversed .right-rail {
    grid-column: auto;
    grid-row: auto;
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-section.is-reversed .feature-card-a,
  .content-section.is-reversed .feature-card-b {
    grid-column: auto;
    grid-row: auto;
  }

  .rail-item {
    grid-template-columns: 128px 1fr;
    gap: 10px;
    align-items: start;
    padding: 10px 0 12px;
  }

  .rail-thumb img {
    height: 122px;
  }

  .rail-body h4 {
    font-size: 1.12rem;
    line-height: 1.08;
  }

  .rail-body .read-link {
    margin-top: 8px;
  }

  .rail-meta {
    margin-top: 8px;
    font-size: 0.95rem;
  }

  .footer-home-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-home-links {
    grid-template-columns: 1fr;
  }

  .ad-slot-desktop-only {
    display: none;
  }
}

@media (max-width: 620px) {
  .brand { font-size: 1.35rem; }
  .section-head h2 { font-size: 2.2rem; }
  .pill-btn { font-size: 0.72rem; padding: 7px 12px; }
  .meta { display: none; }

  .rail-item {
    grid-template-columns: 122px 1fr;
  }

  .rail-thumb img {
    height: 118px;
  }

  .rail-body h4 {
    font-size: 1.08rem;
  }

  .rail-meta {
    font-size: 0.9rem;
  }

}

/* News Page */
.news-page-wrap {
  background: #efefef;
}

.news-page-hero {
  background: linear-gradient(145deg, #05070b 0%, #090d14 52%, #121824 100%);
  color: #fff;
  border-top: 1px solid #2a2f39;
  border-bottom: 1px solid #202631;
  position: relative;
  overflow: hidden;
}

.news-page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-radial-gradient(circle at 100% 40%, rgba(183, 134, 63, 0.18), rgba(183, 134, 63, 0.18) 2px, transparent 2px, transparent 18px);
  opacity: 0.35;
  pointer-events: none;
}

.news-page-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 240px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  padding: 44px 0;
}

.news-hero-kicker {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
  font-weight: 800;
}

.news-page-hero h1 {
  margin: 4px 0 0;
  text-transform: uppercase;
  font-size: clamp(3.2rem, 9vw, 7rem);
  line-height: 0.9;
  letter-spacing: 0.03em;
}

.news-page-hero p {
  margin: 0;
  max-width: 560px;
  font-size: 1.06rem;
  line-height: 1.45;
  color: #dae1ea;
}

.news-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 0;
  align-items: start;
}

.news-filters {
  background: #ededed;
  border-right: 1px solid #d0d0d0;
  padding: 22px 22px 28px;
  position: static;
  top: auto;
  max-height: none;
  overflow: visible;
}

.news-filters--travel {
  position: static;
  top: auto;
  max-height: none;
  overflow: visible;
}

.news-filters--instruction {
  position: static;
  top: auto;
  max-height: none;
  overflow: visible;
}

.filters-head {
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  font-weight: 800;
  color: var(--accent);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--accent-red);
  margin-bottom: 18px;
}

.filters-toggle {
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.filter-group {
  margin-bottom: 30px;
}

.filter-group h3 {
  margin: 0 0 12px;
  font-size: 2.35rem;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.filter-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  font-size: 1.06rem;
  font-weight: 700;
}

.filter-item input[type='checkbox'] {
  width: 18px;
  height: 18px;
  accent-color: var(--accent);
}

.filter-list--collapsible.is-collapsed .filter-item:nth-of-type(n + 11) {
  display: none;
}

.filter-more-toggle {
  border: 0;
  background: transparent;
  color: #152238;
  font-weight: 800;
  font-size: 1.05rem;
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  cursor: pointer;
  padding: 2px 0 0;
}

.filter-more-toggle:hover,
.filter-more-toggle:focus {
  color: #0f1a2d;
}

.filter-empty {
  margin: 0;
  color: #57606c;
}

.filter-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  position: sticky;
  bottom: 0;
  background: #ededed;
  border-top: 1px solid #d0d0d0;
  padding-top: 10px;
  z-index: 3;
}

.filter-top-actions {
  display: flex;
  justify-content: flex-end;
  margin: -8px 0 10px;
}

.filter-clear-top {
  color: #152238;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-underline-offset: 2px;
}

.filter-count {
  color: #152238;
  font-weight: 800;
}

.filter-btn {
  border: 1px solid #444a53;
  background: #f8f8f8;
  color: #18202c;
  padding: 10px 12px;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 800;
}

.filter-btn-primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #0e1117;
}

.news-results {
  padding: 0 0 24px;
  background: #f7f7f7;
}

.news-featured {
  position: relative;
  min-height: 540px;
  background: #121820;
}

.news-featured img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  display: block;
}

.news-featured::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 10, 15, 0.66) 0%, rgba(8, 10, 15, 0.4) 48%, rgba(8, 10, 15, 0.15) 100%);
  pointer-events: none;
}

.news-featured-overlay {
  position: absolute;
  z-index: 1;
  left: 32px;
  right: 32px;
  bottom: 28px;
  max-width: 760px;
  max-height: calc(100% - 42px);
  overflow: hidden;
  color: #fff;
}

.news-tag {
  display: inline-block;
  padding: 5px 8px;
  background: #11151c;
  color: var(--accent-red);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 800;
}

.news-featured-overlay h2 {
  margin: 10px 0 8px;
  line-height: 0.96;
  text-transform: uppercase;
  font-size: clamp(1.8rem, 3.9vw, 3.95rem);
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  line-clamp: 6;
  text-overflow: ellipsis;
}

.news-featured-meta {
  font-size: 1rem;
}

.news-read-btn {
  margin-top: 14px;
  display: inline-block;
  border: 1px solid #d9dde4;
  color: #fff;
  padding: 12px 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 800;
}

.news-list {
  padding: 18px 18px 0;
}

.news-item {
  display: grid;
  grid-template-columns: minmax(220px, 36%) 1fr;
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
  background: #fff;
  border: 1px solid #d8d8d8;
}

.news-item-thumb img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  display: block;
}

.news-item-body {
  padding: 14px 16px 16px 0;
}

.news-item h3 {
  margin: 8px 0;
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1.06;
  text-transform: uppercase;
}

.news-item p {
  margin: 0;
  color: #37404d;
  line-height: 1.45;
  font-size: 1rem;
}

.news-item-meta {
  margin-top: 10px;
  font-size: 0.87rem;
  color: #5c6675;
}

.news-empty {
  padding: 28px;
  font-size: 1.05rem;
  color: #3b4450;
}

.news-pagination {
  padding: 20px 18px;
}

.news-pagination .page-numbers {
  display: inline-block;
  margin-right: 6px;
  border: 1px solid #adb3bc;
  background: #fff;
  padding: 6px 11px;
  color: #141b25;
  font-weight: 700;
}

.news-pagination .current {
  background: var(--accent);
  border-color: var(--accent);
}

@media (max-width: 1220px) {
  .news-layout {
    grid-template-columns: 280px 1fr;
  }
}

@media (max-width: 980px) {
  .news-page-hero-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding: 30px 0;
  }

  .news-layout {
    grid-template-columns: 1fr;
  }

  .news-page-wrap--instruction .news-results {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .news-page-wrap--travel .news-results {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .news-filters {
    position: static;
    max-height: none;
    border-right: 0;
    border-bottom: 1px solid #d0d0d0;
  }

  .filters-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0 0 10px;
  }

  .filters-toggle::before {
    content: '';
    width: 16px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
    background:
      linear-gradient(var(--accent), var(--accent)) 0 0 / 100% 2px no-repeat,
      linear-gradient(var(--accent), var(--accent)) 0 50% / 70% 2px no-repeat,
      linear-gradient(var(--accent), var(--accent)) 0 100% / 40% 2px no-repeat;
    order: 1;
  }

  .filters-toggle::after {
    content: '';
    flex: 1;
    order: 2;
  }

  .news-filters.is-open .filters-toggle::before,
  .buyers-filters.is-open .filters-toggle::before,
  .reviews-filters.is-open .filters-toggle::before {
    content: '';
  }

  .news-filters:not(.is-open) .filter-group,
  .news-filters:not(.is-open) .filter-actions,
  .news-filters:not(.is-open) .reviews-guides-link,
  .buyers-filters:not(.is-open) .filter-group,
  .buyers-filters:not(.is-open) .filter-actions,
  .reviews-filters:not(.is-open) .filter-group,
  .reviews-filters:not(.is-open) .filter-actions,
  .reviews-filters:not(.is-open) .reviews-guides-link {
    display: none;
  }

  .news-featured,
  .news-featured img {
    min-height: 420px;
    height: 420px;
  }

  .news-featured-overlay {
    left: 18px;
    right: 18px;
    bottom: 18px;
    max-width: none;
    max-height: calc(100% - 30px);
  }

  .news-featured-overlay h2 {
    font-size: clamp(1.45rem, 6.6vw, 3rem);
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
}

@media (max-width: 700px) {
  .news-item {
    grid-template-columns: 1fr;
  }

  .news-item-body {
    padding: 14px;
  }

  .news-featured,
  .news-featured img {
    min-height: 320px;
    height: 320px;
  }
}


/* Buyers Guide Page */
.buyers-page {
  background: #0a0a0a;
  color: #f3f3f3;
}

.buyers-hero {
  position: relative;
  min-height: 640px;
  background: #0d1218;
  background-image: url('/wp-content/themes/usagolfmagv2-theme/assets/img/buyers-hero-bg.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.buyers-hero::before {
  content: none;
}

.buyers-hero-overlay {
  display: none;
}

.buyers-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 640px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 36px;
}

.buyers-badge {
  display: inline-block;
  border: 2px solid var(--accent);
  color: var(--accent);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.07em;
  padding: 10px 14px;
  margin-bottom: 14px;
}

.buyers-sub {
  color: var(--accent-red);
  text-transform: uppercase;
  font-size: 2.9rem;
  line-height: 0.9;
  letter-spacing: 0.02em;
  font-weight: 900;
}

.buyers-hero-left h1 {
  margin: 10px 0 0;
  text-transform: uppercase;
  font-family: Impact, "Arial Narrow Bold", "Franklin Gothic Heavy", sans-serif;
  font-size: clamp(3rem, 8vw, 8.2rem);
  line-height: 0.86;
  letter-spacing: 0.02em;
}

.buyers-hero-right p {
  margin: 0 0 16px;
  font-size: 2rem;
  line-height: 1.26;
}

.buyers-hero-btn {
  margin-top: 20px;
  display: inline-block;
  border: 1px solid var(--accent);
  color: #b9ceff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 800;
  padding: 18px 36px;
}

.buyers-products {
  background: #040404;
  padding: 54px 0 66px;
}

.buyers-products h2 {
  margin: 0 0 18px;
  color: var(--accent);
  text-transform: uppercase;
  font-family: Impact, "Arial Narrow Bold", "Franklin Gothic Heavy", sans-serif;
  font-size: clamp(2.8rem, 7vw, 7.2rem);
  line-height: 0.9;
}

.buyers-product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px 16px;
}

.buyers-product-card {
  display: block;
  border-bottom: 3px solid var(--accent-red);
  padding-bottom: 10px;
  position: relative;
}

.buyers-product-card img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  display: block;
  margin-bottom: 12px;
  background: transparent;
}

.buyers-product-card span {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1.55rem;
  font-weight: 900;
  display: inline-block;
  max-width: calc(100% - 26px);
}

.buyers-product-arrow {
  position: absolute;
  right: 2px;
  bottom: 11px;
  color: var(--accent);
  font-size: 1.55rem;
  line-height: 1;
}

.buyers-year-brand {
  background: #060606;
  padding: 44px 0 54px;
  border-top: 1px solid #1c1c1c;
}

.buyers-year-brand-grid {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 42px;
}

.buyers-year-brand h3 {
  margin: 0 0 18px;
  text-transform: uppercase;
  color: var(--accent);
  font-family: Impact, "Arial Narrow Bold", "Franklin Gothic Heavy", sans-serif;
  font-size: 2.9rem;
  line-height: 1;
}

.buyers-year-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.buyers-year-pill,
.buyers-brand-pill {
  border: 1px solid #d6d6d6;
  color: #f2f2f2;
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 800;
  font-size: 1.65rem;
}

.buyers-year-pill.is-gold,
.buyers-brand-pill.is-more,
.buyers-year-pill.is-active,
.buyers-brand-pill.is-active {
  background: var(--accent-red);
  border-color: var(--accent-red);
  color: #0b0d12;
}

.buyers-brand-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.buyers-guides-wrap {
  background: #efefef;
  color: #11131a;
  padding: 48px 0;
}

.buyers-guides-title {
  margin: 0 0 16px;
  font-family: Impact, "Arial Narrow Bold", "Franklin Gothic Heavy", sans-serif;
  font-size: clamp(3.6rem, 9vw, 8rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.buyers-guides-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
}

.buyers-filters {
  background: transparent;
  padding: 10px 12px;
}

.buyers-filters,
.buyers-filters .filter-form,
.buyers-filters .filter-actions {
  position: static;
  top: auto;
  bottom: auto;
  max-height: none;
  overflow: visible;
}

.buyers-filters .filter-group h3 {
  font-family: Impact, "Arial Narrow Bold", "Franklin Gothic Heavy", sans-serif;
  font-size: 2.15rem;
  line-height: 0.9;
}

.buyers-filters .filter-item {
  font-size: 1.03rem;
}

.buyers-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.buyers-guide-card {
  position: relative;
  min-height: 360px;
  background: #000;
}

.buyers-guide-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.buyers-guide-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.84));
  padding: 16px 14px;
}

.buyers-guide-meta {
  color: var(--accent-red);
  text-transform: uppercase;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  font-weight: 800;
}

.buyers-guide-overlay h4 {
  margin: 6px 0 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.92rem;
  font-family: Impact, "Arial Narrow Bold", "Franklin Gothic Heavy", sans-serif;
  line-height: 1.02;
}

.buyers-guide-arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-red);
  color: #111;
  font-weight: 900;
  font-size: 1.2rem;
}

.buyers-load-more-wrap {
  background: #efefef;
  min-height: 560px;
}

.buyers-load-more-inner {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 180px;
}

.buyers-load-more-btn {
  display: inline-block;
  border: 1px solid #12161d;
  background: transparent;
  color: #12161d;
  text-transform: uppercase;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 18px 40px;
  text-decoration: none;
}

.buyers-load-more-dots {
  display: inline-flex;
  gap: 10px;
}

.buyers-load-more-dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d3d3d3;
}

.buyers-match-section {
  background: #080808;
}

.buyers-match-hero {
  position: relative;
  min-height: 430px;
  background: linear-gradient(120deg, #1a1f24 0%, #343f46 48%, #1b2328 100%);
  overflow: hidden;
}

.buyers-match-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(31, 79, 149, 0.22), transparent 38%),
    radial-gradient(circle at 82% 70%, rgba(255, 255, 255, 0.08), transparent 40%);
  opacity: 1;
}

.buyers-match-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.24) 48%, rgba(0, 0, 0, 0.56) 100%);
}

.buyers-match-inner {
  position: relative;
  z-index: 1;
  min-height: 430px;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 20px;
  align-items: center;
}

.buyers-match-kicker {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 2.2rem;
  line-height: 0.95;
  font-weight: 900;
}

.buyers-match-inner h2 {
  margin: 8px 0 14px;
  color: #fff;
  text-transform: uppercase;
  font-family: Impact, "Arial Narrow Bold", "Franklin Gothic Heavy", sans-serif;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.9;
}

.buyers-match-btn {
  display: inline-block;
  background: #ffffff;
  color: #12161d;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding: 16px 32px;
}

.buyers-match-inner p {
  margin: 0;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.35;
  max-width: 500px;
}

.buyers-match-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.buyers-match-card {
  position: relative;
  min-height: 380px;
}

.buyers-match-card img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

.buyers-match-card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.86));
}

.buyers-match-card-overlay h4 {
  margin: 6px 0 0;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.05;
  font-size: 1.82rem;
  font-family: Impact, "Arial Narrow Bold", "Franklin Gothic Heavy", sans-serif;
}

@media (max-width: 1400px) {
  .buyers-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .buyers-brand-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1020px) {
  .buyers-hero-inner {
    grid-template-columns: 1fr;
    padding: 38px 0;
    min-height: 0;
  }

  .buyers-year-brand-grid,
  .buyers-guides-layout {
    grid-template-columns: 1fr;
  }

  .buyers-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-template-page-buyers-guide .buyers-guide-grid {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .buyers-guide-grid {
    grid-template-columns: 1fr;
  }

  .buyers-load-more-wrap,
  .buyers-load-more-inner {
    min-height: 360px;
  }

  .buyers-load-more-inner {
    gap: 90px;
  }

  .buyers-match-inner {
    grid-template-columns: 1fr;
    padding: 30px 0;
    min-height: 0;
  }

  .buyers-match-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .buyers-sub {
    font-size: 1.6rem;
  }

  .buyers-hero-right p {
    font-size: 1.08rem;
  }

  .buyers-product-grid,
  .buyers-year-grid,
  .buyers-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .buyers-product-card span {
    font-size: 1.2rem;
  }
}

/* Reviews Page */
.reviews-page {
  background: #efefef;
  color: #10141b;
}

.reviews-hero {
  background: linear-gradient(135deg, #16376a 0%, #1f4f95 58%, #b80202 100%);
  border-bottom: 1px solid #1f4f95;
  position: relative;
  overflow: hidden;
}

.reviews-hero::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
  height: 100%;
  background: repeating-radial-gradient(circle at 70% 20%, rgba(0,0,0,0.12), rgba(0,0,0,0.12) 2px, transparent 2px, transparent 16px);
  opacity: 0.55;
  pointer-events: none;
}

.reviews-hero-inner {
  min-height: 520px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  position: relative;
  z-index: 1;
  padding: 42px 0 44px;
}

.reviews-kicker {
  text-transform: uppercase;
  color: #1b2533;
  letter-spacing: 0.03em;
  font-size: 2.2rem;
  font-family: Impact, "Arial Narrow Bold", "Franklin Gothic Heavy", sans-serif;
}

.reviews-hero h1 {
  margin: 2px 0 18px;
  text-transform: uppercase;
  color: #f8f8f8;
  font-size: clamp(5.6rem, 10vw, 10.4rem);
  line-height: 0.86;
  font-family: Impact, "Arial Narrow Bold", "Franklin Gothic Heavy", sans-serif;
}

.reviews-hero p {
  margin: 0;
  max-width: 360px;
  font-size: 1.12rem;
  line-height: 1.45;
  color: #202a36;
}

.reviews-content-wrap {
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.reviews-content-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 16px;
  align-items: start;
}

.reviews-filters {
  background: #f3f3f3;
  border: 1px solid #d8d8d8;
  padding: 18px 18px 24px;
  position: sticky;
  top: 0;
  max-height: calc(100vh - 12px);
  overflow: auto;
}

.reviews-filters {
  max-height: none;
  overflow: visible;
}

.reviews-filters .filter-group h3 {
  font-family: Impact, "Arial Narrow Bold", "Franklin Gothic Heavy", sans-serif;
  font-size: 2.35rem;
  line-height: 0.9;
}

.filter-see-more {
  display: inline-block;
  margin-top: 10px;
  color: #111a25;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.reviews-guides-link {
  display: inline-block;
  margin: 4px 0 18px;
  color: #121b28;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 1.02rem;
  font-weight: 900;
}

.reviews-grid-area {
  min-width: 0;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.reviews-card {
  position: relative;
  min-height: 430px;
}

.reviews-card img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
}

.reviews-card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 12px 10px;
  background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.88));
}

.reviews-score {
  display: inline-flex;
  flex-direction: column;
  border: 1px solid var(--accent);
  padding: 7px 10px;
  color: #fff;
  margin-bottom: 7px;
}

.reviews-score span {
  font-size: 2.15rem;
  line-height: 1;
  font-weight: 900;
}

.reviews-score small {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.62rem;
  color: #b9ceff;
}

.reviews-meta {
  color: #b9ceff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.78rem;
  font-weight: 800;
}

.reviews-card-overlay h3 {
  margin: 4px 52px 0 0;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.03;
  font-size: 1.75rem;
  font-family: Impact, "Arial Narrow Bold", "Franklin Gothic Heavy", sans-serif;
}

.reviews-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52px;
  height: 52px;
  background: var(--accent-red);
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.news-reviews-grid {
  padding: 18px 18px 0;
}

.news-reviews-card,
.news-reviews-card img {
  min-height: 420px;
  height: 420px;
}

.news-reviews-card-overlay {
  padding: 14px 14px 12px;
}

.news-reviews-meta {
  margin-right: 56px;
}

.news-reviews-card .reviews-card-overlay h3 {
  margin-top: 8px;
}

.news-reviews-grid--hero-first .news-reviews-card--hero {
  grid-column: 1 / -1;
  min-height: 560px;
}

.news-reviews-grid--hero-first .news-reviews-card--hero img {
  height: 560px;
}

.news-reviews-grid--hero-first .news-reviews-card--hero .reviews-card-overlay {
  padding: 18px 18px 16px;
}

.news-reviews-grid--hero-first .news-reviews-card--hero .reviews-card-overlay h3 {
  max-width: 70%;
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  line-height: 0.98;
}

.reviews-grid--hero-first .reviews-card--hero {
  grid-column: 1 / -1;
  min-height: 560px;
}

.reviews-grid--hero-first .reviews-card--hero img {
  height: 560px;
}

.reviews-grid--hero-first .reviews-card--hero .reviews-card-overlay {
  padding: 18px 18px 16px;
}

.reviews-grid--hero-first .reviews-card--hero .reviews-card-overlay h3 {
  max-width: 70%;
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  line-height: 0.98;
}

.reviews-load-more-wrap {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 190px;
}

.reviews-load-more-btn {
  display: inline-block;
  border: 1px solid #111722;
  background: transparent;
  color: #111722;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 16px 42px;
  text-decoration: none;
}

.reviews-compare-section {
  background: #080808;
}

.reviews-compare-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #0f1217;
}

.reviews-compare-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 22%, rgba(31, 79, 149, 0.22), transparent 38%),
    radial-gradient(circle at 74% 64%, rgba(255, 255, 255, 0.08), transparent 42%);
  opacity: 1;
}

.reviews-compare-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.48), rgba(0,0,0,0.62));
}

.reviews-compare-inner {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.reviews-compare-inner h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(3.2rem, 6vw, 5.8rem);
  line-height: 0.95;
  font-family: Impact, "Arial Narrow Bold", "Franklin Gothic Heavy", sans-serif;
}

.reviews-compare-inner p {
  margin: 18px 0 0;
  max-width: 1000px;
  font-size: 1.12rem;
  line-height: 1.45;
}

.reviews-compare-btn {
  margin-top: 22px;
  display: inline-block;
  background: #fff;
  color: #111721;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.05em;
  padding: 16px 34px;
}

.reviews-compare-section .buyers-match-card {
  min-height: 345px;
}

.reviews-compare-section .buyers-match-card img {
  height: 345px;
}

@media (max-width: 1200px) {
  .reviews-content-layout {
    grid-template-columns: 270px 1fr;
  }

  .reviews-card,
  .reviews-card img {
    min-height: 370px;
    height: 370px;
  }

  .news-reviews-card,
  .news-reviews-card img {
    min-height: 370px;
    height: 370px;
  }
}

@media (max-width: 980px) {
  .reviews-hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 30px 0 46px;
  }

  .reviews-content-wrap {
    margin-top: 0;
  }

  .reviews-content-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .reviews-filters {
    position: static;
    max-height: none;
  }

  .page-template-page-reviews .reviews-grid-area {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .news-reviews-grid {
    padding: 18px 0 0;
  }

  .news-reviews-grid--hero-first .news-reviews-card--hero,
  .news-reviews-grid--hero-first .news-reviews-card--hero img,
  .reviews-grid--hero-first .reviews-card--hero,
  .reviews-grid--hero-first .reviews-card--hero img {
    min-height: 420px;
    height: 420px;
  }

  .news-reviews-grid--hero-first .news-reviews-card--hero .reviews-card-overlay h3,
  .reviews-grid--hero-first .reviews-card--hero .reviews-card-overlay h3 {
    max-width: none;
    font-size: clamp(1.7rem, 7vw, 2.6rem);
  }

  .reviews-load-more-wrap {
    min-height: 320px;
    gap: 80px;
  }

  .reviews-compare-hero,
  .reviews-compare-inner {
    min-height: 390px;
  }

  .reviews-compare-section .buyers-match-card,
  .reviews-compare-section .buyers-match-card img {
    min-height: 300px;
    height: 300px;
  }
}

/* Single Article */
.article-page {
  background: #f1f1f1;
  padding: 26px 0 54px;
}

.article-shell {
  margin: 0;
}

.article-hero {
  padding: 14px 0 10px;
}

.article-kicker {
  margin: 0 0 8px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  font-size: 0.82rem;
}

.article-title {
  margin: 0;
  color: #111722;
  font-family: Impact, "Arial Narrow Bold", "Franklin Gothic Heavy", sans-serif;
  font-size: clamp(2.1rem, 5.2vw, 4.8rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.article-dek {
  margin: 14px 0 0;
  max-width: 1020px;
  color: #34404e;
  font-size: clamp(1rem, 1.6vw, 1.26rem);
  line-height: 1.45;
}

.article-meta-row {
  margin: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: #58606c;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.78rem;
  font-weight: 800;
}

.article-cover-wrap {
  width: min(1540px, calc(100% - 50px));
  margin: 16px auto 22px;
}

.article-cover-image img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  display: block;
  border: 1px solid #cfd3d8;
}

/* Keep the shoe fully visible on this specific comparison post hero */
.single-post.post-spikeless-vs-spiked-shoes-in-wet-spring-conditions .article-cover-image img {
  object-fit: contain;
  object-position: center center;
  max-height: 560px;
  background: #f0f3f6;
  padding: 8px;
}

/* Keep the 2026 golf ball fit guide hero image proportional (no stretched crop). */
.single-post.postid-58 .article-cover-image img {
  object-fit: contain;
  object-position: center center;
  max-height: 620px;
  background: #f0f3f6;
  padding: 8px;
}

.article-grid {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.article-sidebar {
  position: sticky;
  top: 16px;
  display: grid;
  gap: 12px;
}

.article-card {
  background: #fff;
  border: 1px solid #d7dce3;
  padding: 14px;
}

.article-card h2 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: Impact, "Arial Narrow Bold", "Franklin Gothic Heavy", sans-serif;
}

.article-toc-list,
.article-facts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-toc-list li + li,
.article-facts li + li {
  margin-top: 8px;
}

.article-toc-list a {
  color: #1a2331;
  font-weight: 700;
  line-height: 1.32;
}

.article-toc-list a:hover {
  color: #a97635;
}

.article-facts li {
  color: #2f3948;
  font-size: 0.92rem;
  line-height: 1.35;
}

.article-main {
  min-width: 0;
}

.article-content {
  background: #fff;
  border: 1px solid #d7dce3;
  padding: 24px;
}

.article-content > p:first-child {
  margin-top: 0;
  font-size: 1.08rem;
  line-height: 1.58;
}

.article-content h2 {
  margin: 28px 0 10px;
  color: #111824;
  font-family: Impact, "Arial Narrow Bold", "Franklin Gothic Heavy", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 0.98;
  text-transform: uppercase;
  scroll-margin-top: 80px;
}

.article-content h3 {
  margin: 20px 0 8px;
  color: #192333;
  font-size: clamp(1.18rem, 2vw, 1.48rem);
  line-height: 1.1;
  text-transform: uppercase;
}

.article-content p {
  color: #2b3645;
  line-height: 1.62;
  font-size: 1rem;
}

.article-content ul,
.article-content ol {
  color: #2b3645;
  padding-left: 20px;
  line-height: 1.58;
}

.article-content li {
  margin-bottom: 6px;
}

.article-content img {
  width: 100%;
  height: auto;
  border: 1px solid #d9dde4;
}

.article-table-wrap {
  overflow-x: auto;
  border: 1px solid #cbd3de;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 26px rgba(16, 24, 36, 0.08);
}

.article-content table {
  width: 100%;
  min-width: 940px;
  margin: 0;
  border-collapse: collapse;
  border: 0;
  font-size: 0.92rem;
}

.article-content thead th {
  background: linear-gradient(90deg, #121a26 0%, #1a2534 100%);
  color: #f3c97e;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.75rem;
  padding: 12px 10px;
  border: 1px solid #273244;
  position: sticky;
  top: 0;
  z-index: 1;
  white-space: nowrap;
}

.article-content tbody td {
  border: 1px solid #dbe2ec;
  padding: 11px 10px;
  vertical-align: top;
  color: #1c2634;
  background: #fff;
  line-height: 1.45;
}

.article-content tbody tr:nth-child(even) td {
  background: #f6f9fc;
}

.article-content tbody tr:hover td {
  background: #edf3fa;
}

.article-content td:first-child,
.article-content th:first-child {
  min-width: 220px;
}

.article-content td:nth-child(2),
.article-content th:nth-child(2) {
  min-width: 170px;
  text-align: center;
}

.article-content td strong {
  color: #0f1825;
}

.article-content td img {
  max-width: 116px;
  width: 100%;
  height: auto;
  display: inline-block;
  border: 1px solid #d5dde8;
  background: #ffffff;
  border-radius: 6px;
  padding: 4px;
}

.article-content table caption {
  caption-side: top;
  text-align: left;
  background: #f5f8fc;
  border-bottom: 1px solid #d7e0ec;
  color: #182233;
  font-weight: 700;
  padding: 12px 12px 10px;
}

.article-content figure {
  margin: 16px 0;
}

/* Tour article: 3-up player image strip */
.tour-image-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 14px;
}

.tour-image-row figure {
  margin: 0;
}

.tour-image-row img {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  object-position: center 18%;
}

.tour-image-row figcaption {
  margin-top: 6px;
  font-size: 0.78rem;
  line-height: 1.35;
  color: #516074;
}

@media (max-width: 900px) {
  .tour-image-row {
    grid-template-columns: 1fr;
  }

  .tour-image-row img {
    max-height: none;
  }
}

.driver-profiles {
  margin-top: 26px;
}

.driver-profiles > h2 {
  margin: 0 0 14px;
  color: #111824;
  font-family: Impact, "Arial Narrow Bold", "Franklin Gothic Heavy", sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.driver-profiles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.driver-profile-card {
  background: #eef1f4;
  border: 1px solid #d5dbe4;
  padding: 16px;
}

.driver-profile-card h3 {
  margin: 0 0 10px;
  color: #131c2a;
  font-size: clamp(1.28rem, 2.2vw, 1.7rem);
  line-height: 1.06;
  text-transform: none;
}

.driver-profile-card img {
  width: min(100%, 420px);
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto 12px;
  background: #fff;
  border: 1px solid #d5dbe4;
  border-radius: 6px;
  padding: 8px;
}

.driver-profile-card p {
  margin: 0 0 10px;
  color: #2e3848;
  line-height: 1.55;
}

.driver-profile-card h4 {
  margin: 12px 0 8px;
  color: #182233;
  font-size: 1.15rem;
  text-transform: none;
}

.driver-profile-card ul {
  margin: 0 0 10px;
  padding-left: 22px;
}

.driver-profile-card li {
  margin-bottom: 5px;
}

/* Utility pages linked from the shared footer */
.utility-page {
  padding: 34px 0 56px;
}

.utility-page-card {
  width: min(980px, 100%);
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #d9dde4;
  padding: 26px 28px 30px;
  box-shadow: 0 12px 32px rgba(15, 23, 34, 0.06);
}

.utility-page-header {
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d9dde4;
}

.utility-page-kicker {
  margin: 0 0 10px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  font-weight: 800;
}

.utility-page-title {
  margin: 0;
  color: #111722;
  font-family: Impact, "Arial Narrow Bold", "Franklin Gothic Heavy", sans-serif;
  font-size: clamp(2rem, 4.5vw, 4.4rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.utility-page-content {
  color: #263242;
  font-size: 1rem;
  line-height: 1.68;
}

.utility-page-content > :first-child {
  margin-top: 0;
}

.utility-page-content h2,
.utility-page-content h3 {
  color: #111722;
  font-family: Impact, "Arial Narrow Bold", "Franklin Gothic Heavy", sans-serif;
  line-height: 0.98;
  text-transform: uppercase;
}

.utility-page-content h2 {
  margin: 30px 0 12px;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.utility-page-content h3 {
  margin: 22px 0 10px;
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
}

.utility-page-content a {
  color: #0f2c5f;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.utility-page-content ul,
.utility-page-content ol {
  padding-left: 22px;
}

@media (max-width: 1060px) {
  .article-grid {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
    order: 2;
  }
}

@media (max-width: 700px) {
  .article-page {
    padding-top: 10px;
  }

  .article-cover-wrap {
    width: min(1540px, calc(100% - 28px));
  }

  .article-content {
    padding: 16px;
  }

  .driver-profiles-grid {
    grid-template-columns: 1fr;
  }

  .utility-page {
    padding: 20px 0 40px;
  }

  .utility-page-card {
    padding: 18px 16px 22px;
  }
}

/* Flatten the rest of the site onto a white canvas with minimal panel treatment. */
body:not(.home) {
  background: #ffffff;
}

body:not(.home) .site-wrap,
body:not(.home) main,
body:not(.home) section,
body:not(.home) article {
  background-color: transparent;
}

body:not(.home) .news-page-wrap,
body:not(.home) .news-page-hero,
body:not(.home) .news-filters,
body:not(.home) .filter-actions,
body:not(.home) .news-results,
body:not(.home) .news-item,
body:not(.home) .buyers-page,
body:not(.home) .buyers-hero,
body:not(.home) .buyers-products,
body:not(.home) .buyers-year-brand,
body:not(.home) .buyers-guides-wrap,
body:not(.home) .buyers-load-more-wrap,
body:not(.home) .buyers-match-section,
body:not(.home) .buyers-match-hero,
body:not(.home) .reviews-page,
body:not(.home) .reviews-hero,
body:not(.home) .reviews-filters,
body:not(.home) .reviews-compare-section,
body:not(.home) .reviews-compare-hero,
body:not(.home) .article-page,
body:not(.home) .article-card,
body:not(.home) .article-content,
body:not(.home) .article-table-wrap,
body:not(.home) .driver-profile-card {
  background: #ffffff;
}

body:not(.home) .news-page-hero,
body:not(.home) .news-filters,
body:not(.home) .filter-actions,
body:not(.home) .news-item,
body:not(.home) .news-pagination .page-numbers,
body:not(.home) .buyers-hero,
body:not(.home) .buyers-year-brand,
body:not(.home) .buyers-year-pill,
body:not(.home) .buyers-brand-pill,
body:not(.home) .buyers-load-more-btn,
body:not(.home) .buyers-products,
body:not(.home) .buyers-product-card,
body:not(.home) .buyers-match-section,
body:not(.home) .buyers-match-hero,
body:not(.home) .reviews-hero,
body:not(.home) .reviews-filters,
body:not(.home) .reviews-score,
body:not(.home) .reviews-load-more-btn,
body:not(.home) .reviews-compare-section,
body:not(.home) .reviews-compare-hero,
body:not(.home) .article-card,
body:not(.home) .article-content,
body:not(.home) .article-cover-image img,
body:not(.home) .article-content img,
body:not(.home) .article-table-wrap,
body:not(.home) .article-content tbody td,
body:not(.home) .article-content td img,
body:not(.home) .article-content table caption,
body:not(.home) .driver-profile-card,
body:not(.home) .driver-profile-card img {
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  box-shadow: none;
}

body:not(.home) .news-page-hero::after,
body:not(.home) .buyers-hero::before,
body:not(.home) .buyers-match-hero::before,
body:not(.home) .buyers-match-hero-overlay,
body:not(.home) .reviews-hero::after,
body:not(.home) .reviews-compare-hero::before,
body:not(.home) .reviews-compare-overlay {
  display: none;
}

body:not(.home) .news-page-hero,
body:not(.home) .buyers-page,
body:not(.home) .reviews-page {
  color: #111722;
}

body:not(.home) .news-page-hero h1,
body:not(.home) .news-page-hero p,
body:not(.home) .buyers-hero-left h1,
body:not(.home) .buyers-hero-right p,
body:not(.home) .buyers-match-inner h2,
body:not(.home) .buyers-match-inner p,
body:not(.home) .reviews-hero h1,
body:not(.home) .reviews-compare-inner,
body:not(.home) .reviews-compare-inner h2,
body:not(.home) .reviews-compare-inner p {
  color: #111722;
}

body:not(.home) .buyers-sub,
body:not(.home) .buyers-products h2,
body:not(.home) .buyers-year-brand h3,
body:not(.home) .buyers-badge,
body:not(.home) .buyers-hero-btn,
body:not(.home) .buyers-match-kicker,
body:not(.home) .reviews-kicker {
  color: var(--accent);
}

body:not(.home) .buyers-badge,
body:not(.home) .buyers-hero-btn,
body:not(.home) .buyers-year-pill,
body:not(.home) .buyers-brand-pill,
body:not(.home) .reviews-score,
body:not(.home) .news-read-btn,
body:not(.home) .reviews-compare-btn,
body:not(.home) .buyers-match-btn {
  border-color: transparent;
}

body:not(.home) .buyers-product-card span,
body:not(.home) .buyers-year-pill,
body:not(.home) .buyers-brand-pill,
body:not(.home) .buyers-load-more-btn,
body:not(.home) .reviews-load-more-btn,
body:not(.home) .reviews-guides-link {
  color: #111722;
}

body:not(.home) .article-content tbody tr:nth-child(even) td,
body:not(.home) .article-content tbody tr:hover td,
body:not(.home) .article-content table caption,
body:not(.home) .driver-profile-card,
body:not(.home) .article-page {
  background: #ffffff;
}

/* Restore the Reviews hero background after the global white-page override. */
body.page-template-page-reviews .reviews-hero {
  background: linear-gradient(135deg, #16376a 0%, #1f4f95 58%, #b80202 100%);
  border-bottom: 1px solid #1f4f95;
}

body.page-template-page-reviews .reviews-hero::after {
  display: block;
}

body.page-template-page-reviews .reviews-kicker {
  color: #d7e4ff;
}

body.page-template-page-reviews .reviews-hero h1,
body.page-template-page-reviews .reviews-hero p {
  color: #ffffff;
}

/* Restore the News hero background after the global white-page override. */
.news-page-wrap--news .news-page-hero,
body.page-template-page-news .news-page-hero {
  background: linear-gradient(135deg, #111827 0%, #16376a 52%, #1f4f95 100%) !important;
  border-top: 1px solid #1a3766 !important;
  border-bottom: 1px solid #1a3766 !important;
  color: #ffffff !important;
}

.news-page-wrap--news .news-page-hero::after,
body.page-template-page-news .news-page-hero::after {
  display: block !important;
  background: repeating-radial-gradient(circle at 86% 24%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08) 2px, transparent 2px, transparent 18px) !important;
  opacity: 0.3 !important;
}

.news-page-wrap--news .news-page-hero h1,
.news-page-wrap--news .news-page-hero p,
body.page-template-page-news .news-page-hero h1,
body.page-template-page-news .news-page-hero p {
  color: #ffffff !important;
}

.news-page-wrap--news .news-hero-kicker,
body.page-template-page-news .news-hero-kicker {
  color: #d7e4ff !important;
}

/* Restore the Instruction hero background after the global white-page override. */
body.page-template-page-instruction .news-page-hero,
body.page-template-page-instruction .news-page-wrap--instruction .news-page-hero,
.news-page-wrap--instruction .news-page-hero {
  background: linear-gradient(135deg, #0f274f 0%, #1f4f95 62%, #0c1730 100%) !important;
  border-top: 1px solid #1a3766 !important;
  border-bottom: 1px solid #1a3766 !important;
  color: #ffffff !important;
}

body.page-template-page-instruction .news-page-hero::after,
body.page-template-page-instruction .news-page-wrap--instruction .news-page-hero::after,
.news-page-wrap--instruction .news-page-hero::after {
  display: block !important;
  background: repeating-radial-gradient(circle at 82% 34%, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.09) 2px, transparent 2px, transparent 18px) !important;
  opacity: 0.3 !important;
}

body.page-template-page-instruction .news-page-hero h1,
body.page-template-page-instruction .news-page-hero p,
body.page-template-page-instruction .news-page-wrap--instruction .news-page-hero h1,
body.page-template-page-instruction .news-page-wrap--instruction .news-page-hero p,
.news-page-wrap--instruction .news-page-hero h1,
.news-page-wrap--instruction .news-page-hero p {
  color: #ffffff !important;
}

body.page-template-page-instruction .news-hero-kicker,
body.page-template-page-instruction .news-page-wrap--instruction .news-hero-kicker,
.news-page-wrap--instruction .news-hero-kicker {
  color: #d7e4ff !important;
}

/* Restore the Buyer's Guide dark theme without affecting other pages. */
body.page-template-page-buyers-guide,
body.page-template-page-buyers-guide .buyers-page,
body.page-template-page-buyers-guide .buyers-hero,
body.page-template-page-buyers-guide .buyers-products,
body.page-template-page-buyers-guide .buyers-year-brand,
body.page-template-page-buyers-guide .buyers-guides-wrap,
body.page-template-page-buyers-guide .buyers-load-more-wrap,
body.page-template-page-buyers-guide .buyers-match-section,
body.page-template-page-buyers-guide .buyers-match-hero {
  background: #000000;
}

body.page-template-page-buyers-guide .buyers-page,
body.page-template-page-buyers-guide .buyers-hero-left h1,
body.page-template-page-buyers-guide .buyers-hero-right p,
body.page-template-page-buyers-guide .buyers-match-inner h2,
body.page-template-page-buyers-guide .buyers-match-inner p,
body.page-template-page-buyers-guide .buyers-product-card span,
body.page-template-page-buyers-guide .buyers-load-more-btn {
  color: #f3f3f3;
}

body.page-template-page-buyers-guide .buyers-guides-wrap {
  color: #f3f3f3;
}

body.page-template-page-buyers-guide .buyers-year-pill,
body.page-template-page-buyers-guide .buyers-brand-pill {
  background: #111111;
  border-color: var(--accent);
  color: #dfe9ff;
}

body.page-template-page-buyers-guide .buyers-year-pill:hover,
body.page-template-page-buyers-guide .buyers-brand-pill:hover {
  background: #1a1a1a;
  border-color: #8eb2ff;
  color: #ffffff;
}

body.page-template-page-buyers-guide .buyers-year-pill.is-gold,
body.page-template-page-buyers-guide .buyers-brand-pill.is-more,
body.page-template-page-buyers-guide .buyers-year-pill.is-active,
body.page-template-page-buyers-guide .buyers-brand-pill.is-active {
  background: var(--accent-red);
  border-color: var(--accent-red);
  color: #111111;
}

body.page-template-page-buyers-guide .buyers-filters .filter-actions {
  background: transparent;
  border-top: 0;
  padding-top: 14px;
  gap: 10px;
}

body.page-template-page-buyers-guide .buyers-filters .filter-btn {
  border: 1px solid var(--accent);
  background: #111111;
  color: #dfe9ff;
}

body.page-template-page-buyers-guide .buyers-filters .filter-btn:hover {
  background: #1a1a1a;
  border-color: #8eb2ff;
  color: #ffffff;
}

body.page-template-page-buyers-guide .buyers-filters .filter-btn-primary {
  background: var(--accent-red);
  border-color: var(--accent-red);
  color: #111111;
}

/* Hard override: trending mobile layout must match other sections */
@media (max-width: 900px) {
  .home-shell .section-trending .section-grid {
    display: block !important;
  }

  .home-shell .section-trending .feature-card {
    display: block !important;
    margin-bottom: 12px !important;
  }

  .home-shell .section-trending .right-rail {
    display: block !important;
    width: 100% !important;
    border-top: 1px solid #d7d7d7 !important;
    padding-top: 10px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .home-shell .section-trending .right-rail .rail-item {
    display: grid !important;
    grid-template-columns: 124px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: start !important;
    width: 100% !important;
    padding: 10px 0 12px !important;
  }

  .home-shell .section-trending .right-rail .rail-thumb img {
    width: 124px !important;
    height: 118px !important;
    object-fit: cover !important;
  }

  .home-shell .section-trending .right-rail .rail-body {
    min-width: 0 !important;
    width: 100% !important;
  }

  .home-shell .section-trending .right-rail .rail-body h4 {
    margin: 0 0 6px !important;
    font-size: 1.08rem !important;
    line-height: 1.14 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }
}

