/* Golf Gear Lab 12.3 — compact scale below the homepage hero */

/* Preserve the approved hero and proof strip. Only the publication body is resized. */
@media (min-width: 821px) {
  body.ggl-home-v6 .v6-main .v6-section,
  body.ggl-home-v6 .v6-main .v6-section:first-of-type {
    min-height: 0 !important;
    padding-block: 54px !important;
  }

  body.ggl-home-v6 .v6-main .v6-head {
    margin-bottom: 24px !important;
  }

  body.ggl-home-v6 .v6-main .v6-head h2,
  body.ggl-home-v6 .v6-main .v6-wide h2,
  body.ggl-home-v6 .v6-main .v6-decision h2 {
    font-size: clamp(34px, 3.3vw, 52px) !important;
    line-height: 1.02 !important;
  }

  body.ggl-home-v6 .v6-main .v6-head p {
    font-size: 16px !important;
  }

  body.ggl-home-v6 .v7-chapter-no {
    top: 18px !important;
    font-size: 12px !important;
  }

  /* Categories: retain the five-column overview without the oversized imagery. */
  body.ggl-home-v6 .v81-category-head h2 {
    max-width: 760px !important;
    font-size: clamp(40px, 4.2vw, 62px) !important;
  }

  body.ggl-home-v6 .v6-grid-5 {
    gap: 16px !important;
  }

  body.ggl-home-v6 .v6-category .v6-card-media {
    height: 150px !important;
    border-radius: 18px !important;
  }

  body.ggl-home-v6 .v6-category .v6-card-body {
    padding: 16px 4px 6px !important;
  }

  body.ggl-home-v6 .v6-category .v6-card-body h3 {
    font-size: 19px !important;
  }

  body.ggl-home-v6 .v6-category .v6-card-body p {
    font-size: 14px !important;
    line-height: 1.42 !important;
  }

  /* Recommendations: reduce the feature-card dominance and secondary card height. */
  body.ggl-home-v6 .v7-editorial-picks {
    grid-template-columns: 1.28fr repeat(2, 1fr) !important;
    gap: 16px !important;
  }

  body.ggl-home-v6 .v7-editorial-picks .v7-featured-pick {
    grid-template-rows: 285px auto !important;
  }

  body.ggl-home-v6 .v7-editorial-picks .v7-featured-pick .v6-card-media {
    min-height: 0 !important;
    height: 285px !important;
  }

  body.ggl-home-v6 .v7-editorial-picks .v7-featured-pick .v6-card-body {
    padding: 24px !important;
  }

  body.ggl-home-v6 .v7-editorial-picks .v7-featured-pick h3 {
    font-size: clamp(28px, 2.4vw, 40px) !important;
  }

  body.ggl-home-v6 .v7-editorial-picks .v6-card:not(.v7-featured-pick) {
    min-height: 190px !important;
    grid-template-columns: 40% 60% !important;
  }

  body.ggl-home-v6 .v7-editorial-picks .v6-card:not(.v7-featured-pick) .v6-card-body {
    padding: 17px !important;
  }

  body.ggl-home-v6 .v7-editorial-picks .v6-card:not(.v7-featured-pick) h3 {
    font-size: 19px !important;
  }

  body.ggl-home-v6 .v7-editorial-picks .v6-card-body p {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  body.ggl-home-v6 .v7-editorial-picks .v6-price {
    font-size: 14px !important;
  }

  /* Buying guides: a compact intro followed by shorter guide cards. */
  body.ggl-home-v6 .v81-guides {
    gap: 22px !important;
  }

  body.ggl-home-v6 .v81-guides-intro {
    padding: 22px 28px !important;
    gap: 18px !important;
  }

  body.ggl-home-v6 .v81-guides-intro h2 {
    font-size: clamp(32px, 3.2vw, 46px) !important;
  }

  body.ggl-home-v6 .v81-guides-intro p {
    font-size: 15px !important;
  }

  body.ggl-home-v6 .v81-guide-links {
    gap: 16px !important;
  }

  body.ggl-home-v6 .v81-guide-links > a {
    min-height: 150px !important;
    padding: 20px !important;
  }

  body.ggl-home-v6 .v81-guide-links strong {
    font-size: 18px !important;
  }

  body.ggl-home-v6 .v81-guide-links small {
    font-size: 13px !important;
  }

  /* Comparisons: smaller imagery and tighter cards. */
  body.ggl-home-v6 .v6-comparison-grid {
    gap: 18px !important;
  }

  body.ggl-home-v6 .v6-compare-card {
    padding: 16px !important;
  }

  body.ggl-home-v6 .v6-compare-images {
    height: 105px !important;
  }

  body.ggl-home-v6 .v6-compare-images img {
    height: 96px !important;
  }

  body.ggl-home-v6 .v6-vs {
    width: 48px !important;
    height: 48px !important;
    border-width: 4px !important;
    box-shadow: 0 0 0 4px #fff !important;
  }

  /* Reviews: use the same compact magazine rhythm as recommendations. */
  body.ggl-home-v6 .v7-review-magazine {
    grid-template-columns: 1.28fr 1fr 1fr !important;
    gap: 16px !important;
  }

  body.ggl-home-v6 .v7-review-magazine .v6-card:first-child {
    grid-template-rows: 285px auto !important;
  }

  body.ggl-home-v6 .v7-review-magazine .v6-card:first-child .v6-card-media {
    min-height: 0 !important;
    height: 285px !important;
  }

  body.ggl-home-v6 .v7-review-magazine .v6-card:first-child h3 {
    font-size: clamp(28px, 2.4vw, 40px) !important;
  }

  body.ggl-home-v6 .v7-review-magazine .v6-card:nth-child(n+2) {
    min-height: 180px !important;
    grid-template-columns: 40% 60% !important;
  }

  body.ggl-home-v6 .v7-review-magazine .v6-card-body {
    padding: 17px !important;
  }

  body.ggl-home-v6 .v7-review-magazine .v6-card-body h3 {
    font-size: 19px !important;
  }

  body.ggl-home-v6 .v7-review-magazine .v6-card-body p {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  /* News rows no longer need the height of a feature card. */
  body.ggl-home-v6 .v6-news {
    min-height: 118px !important;
    padding: 12px !important;
  }

  body.ggl-home-v6 .v6-news img {
    width: 92px !important;
    height: 88px !important;
  }

  body.ggl-home-v6 .v6-news h3 {
    font-size: 16px !important;
  }
}

@media (max-width: 820px) {
  body.ggl-home-v6 .v6-main .v6-section,
  body.ggl-home-v6 .v6-main .v6-section:first-of-type {
    padding-block: 42px !important;
  }

  body.ggl-home-v6 .v6-main .v6-head h2,
  body.ggl-home-v6 .v81-category-head h2 {
    font-size: clamp(34px, 10vw, 48px) !important;
  }
}
