:root {
  --paper: #fffdf7;
  --ink: #0b4038;
  --leaf: #0b4038;
  --forest-dark: #062f2a;
  --muted: #61716d;
  --line: rgba(11, 64, 56, .22);
  --lime: #d4e92b;
  --lime-deep: #b9d022;
  --lime-soft: #edf5b3;
  --clay: #ff6f50;
  --clay-text: #a83f2e;
  --blue: #35647a;
  --sand: #f4f0e7;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Inter", Arial, Helvetica, sans-serif;
}

.section-label:not(.light) { color: var(--clay-text); }

html { scroll-padding-top: 108px; }
body { font-family: var(--sans); background: var(--paper); color: var(--ink); }
body.ppg-menu-open { overflow: hidden; }
body.admin-bar .site-header { top: 32px; }
body.admin-bar .article-aside { top: 130px; }
.shell { width: min(1280px, calc(100% - 64px)); }
.site-main { min-height: 52vh; }
.site-main img { max-width: 100%; height: auto; }
.site-main p { text-wrap: pretty; }
h1, h2, h3, h4, h5, h6 { text-wrap: balance; }
h1, h2, h3, .quick-answer p, .brand + strong { font-family: var(--serif); }
:focus-visible { outline: 3px solid var(--forest-dark); outline-offset: 3px; box-shadow: 0 0 0 6px var(--lime); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 99999; background: var(--lime); color: var(--ink); padding: 12px 16px; font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid var(--line); background: rgba(255, 253, 247, .97); backdrop-filter: blur(14px); }
.header-inner { height: 96px; gap: 22px; }
.brand { flex: 0 0 auto; font-family: var(--sans); font-size: 13px; line-height: .92; letter-spacing: .045em; }
.brand-mark { width: 46px; height: 46px; margin-right: 11px; overflow: visible; border-radius: 0; background: transparent; transform: none; }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand-mark i { display: none; }
.main-nav { margin: 0 8px 0 auto; }
.main-nav .menu { display: flex; align-items: center; gap: clamp(17px, 1.75vw, 30px); list-style: none; margin: 0; padding: 0; }
.main-nav a { color: var(--ink); font-size: 14px; font-weight: 600; white-space: nowrap; }
.main-nav a:hover, .main-nav .current-menu-item > a, .main-nav .current_page_ancestor > a { color: var(--clay); }
.nav-action { min-height: 52px; padding: 0 23px; font-size: 14px; }
.mobile-menu-toggle { display: none; align-items: center; gap: 10px; min-height: 48px; border: 0; background: transparent; color: var(--ink); padding: 4px; font: 800 15px/1 var(--sans); }
.mobile-menu-toggle > span { display: grid; gap: 5px; width: 26px; }
.mobile-menu-toggle i { display: block; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.mobile-menu-toggle[aria-expanded="true"] i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-menu-toggle[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
.mobile-menu-toggle[aria-expanded="true"] i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { max-height: calc(100vh - 92px); max-height: calc(100dvh - 92px); overflow-y: auto; overscroll-behavior: contain; border-top: 1px solid var(--line); background: var(--paper); }
.mobile-menu .menu { list-style: none; margin: 0; padding: 18px 0 28px; display: grid; }
.mobile-menu li { border-bottom: 1px solid var(--line); }
.mobile-menu a { display: flex; align-items: center; min-height: 54px; font: 700 17px/1.2 var(--sans); }
.mobile-menu a::after { content: "→"; margin-left: auto; color: var(--clay); }

.button { font-family: var(--sans); font-size: 14px; min-height: 50px; padding: 0 24px; border-radius: 14px; box-shadow: none; }
.button:hover { box-shadow: none; transform: translateY(-2px); }
.button-outline-light { border-color: rgba(255,255,255,.75); color: #fff; background: transparent; }
.button-outline-light:hover { background: #fff; color: var(--ink); }

/* Homepage */
.ppg-hero-redesign { position: relative; padding: 54px 0 0; overflow: hidden; }
.ppg-hero-redesign::before { content: ""; position: absolute; left: 0; top: 86px; bottom: 0; width: 72px; border: 2px solid var(--clay); border-right: 0; border-radius: 0 64px 0 0; pointer-events: none; }
.ppg-hero-redesign .hero-grid { align-items: stretch; grid-template-columns: .9fr 1.1fr; gap: 28px; }
.ppg-hero-redesign .hero-copy { align-self: center; padding: 58px 30px 64px 46px; }
.hero-kicker { color: #526a67 !important; font: 800 12px/1.5 var(--sans) !important; letter-spacing: .15em; text-transform: uppercase; margin: 0 0 24px !important; }
.ppg-hero-redesign .hero-copy h1 { font-size: clamp(62px, 5.75vw, 92px); max-width: 720px; }
.ppg-hero-redesign .hero-copy > p:not(.hero-kicker) { max-width: 620px; }
.ppg-hero-redesign .hero-media { min-height: 640px; aspect-ratio: auto; border-radius: 190px 18px 0 0; }
.ppg-hero-redesign .hero-media::after { display: none; }
.ppg-hero-redesign .hero-media img { object-position: center; }
.ppg-hero-redesign .hero-proof li::before { background: var(--lime); }

.ppg-pathway-section { border-bottom: 1px solid var(--line); }
.ppg-workspace-grid { display: grid; grid-template-columns: minmax(320px, .68fr) minmax(600px, 1.32fr); gap: clamp(46px, 6vw, 92px); align-items: start; }
.ppg-workspace-grid > div:first-child > h2 { font-size: clamp(40px, 4vw, 62px); max-width: 540px; margin-bottom: 34px; }
.ppg-pathway-rail { list-style: none; margin: 0; padding: 0; counter-reset: path; }
.ppg-pathway-rail li { border-bottom: 1px solid var(--line); }
.ppg-pathway-rail li:first-child { border-top: 1px solid var(--line); }
.ppg-pathway-rail a { display: grid; grid-template-columns: 52px 1fr 26px; gap: 18px; align-items: center; min-height: 116px; padding: 18px 10px 18px 0; }
.ppg-pathway-rail a > span { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; font: 600 22px/1 var(--serif); transition: background .2s ease, color .2s ease; }
.ppg-pathway-rail a:hover > span, .ppg-pathway-rail li:first-child a > span { background: var(--ink); color: #fff; border-color: var(--ink); }
.ppg-pathway-rail h3 { margin: 0 0 5px; font-size: 24px; letter-spacing: -.035em; }
.ppg-pathway-rail p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.ppg-pathway-rail b { font: 500 24px/1 var(--sans); }

.ppg-tool-workspace { border: 1px solid var(--ink); border-radius: 18px; padding: clamp(26px, 3vw, 46px); background: rgba(255,255,255,.3); }
.ppg-tool-workspace .tool-card { display: block; }
.ppg-tool-workspace .tool-intro { margin-bottom: 30px; }
.ppg-tool-workspace .tool-intro h2 { font-size: clamp(38px, 3.2vw, 52px); }
.ppg-tool-workspace .tool-intro > p:not(.tool-label) { color: var(--muted); }
.ppg-tool-workspace .tool-label { color: #526a67; }
.ppg-tool-workspace .form-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.ppg-tool-workspace .field { color: var(--ink); }
.ppg-tool-workspace .field select { border: 1px solid var(--line); border-radius: 6px; }
.ppg-tool-workspace .tool-form > .button { margin-top: 22px; background: var(--ink); color: #fff; }
.ppg-tool-workspace .tool-result { border-radius: 8px; }

.ppg-court-feature { padding-top: 32px; }
.ppg-court-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.ppg-court-copy { padding: clamp(34px, 5vw, 74px); align-self: center; }
.ppg-court-copy h2 { max-width: 610px; }
.ppg-court-copy > p:not(.section-label) { color: var(--muted); font-size: 18px; line-height: 1.6; max-width: 560px; }
.ppg-court-grid > img { width: 100%; height: 100%; min-height: 550px; object-fit: cover; }
.ppg-court-feature .tool-card { display: block; margin-top: 34px; }
.ppg-court-feature .tool-intro { display: none; }
.ppg-court-feature .tool-form .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ppg-court-feature .tool-form > .button { background: var(--ink); color: #fff; }

.ppg-safety-band { background: var(--ink); color: #fff; }
.ppg-safety-grid { display: grid; grid-template-columns: 1fr 1.1fr; min-height: 440px; }
.ppg-safety-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: 0 110px 0 0; }
.ppg-safety-grid > div { align-self: center; padding: clamp(44px, 6vw, 92px); position: relative; }
.ppg-safety-grid > div::after { content: ""; position: absolute; inset: 34px 0 34px auto; width: 200px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; pointer-events: none; opacity: .5; }
.ppg-safety-grid h2 { max-width: 600px; color: #fff; }
.ppg-safety-grid p:not(.section-label) { color: #d8e1dd; font-size: 18px; line-height: 1.6; max-width: 620px; }

.ppg-section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 42px; }
.ppg-section-head > a { font-weight: 800; padding-bottom: 5px; border-bottom: 2px solid var(--lime); }
.ppg-ranked-guides { display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ppg-ranked-guides li { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 24px; min-height: 170px; padding: 24px 34px; border-right: 1px solid var(--line); }
.ppg-ranked-guides li:last-child { border-right: 0; }
.ppg-ranked-guides li > span { color: transparent; -webkit-text-stroke: 1.5px var(--clay); font: 600 clamp(58px, 5vw, 86px)/1 var(--serif); }
.ppg-ranked-guides a { display: grid; gap: 13px; }
.ppg-ranked-guides strong { font: 600 27px/1.06 var(--serif); letter-spacing: -.04em; }
.ppg-ranked-guides small { font-weight: 800; font-size: 13px; }

.ppg-gear-feature { border-top: 1px solid var(--line); }
.ppg-gear-hero { display: grid; grid-template-columns: .85fr 1.15fr; border-bottom: 1px solid var(--line); }
.ppg-gear-hero > div { padding: clamp(38px, 6vw, 82px) clamp(28px, 5vw, 72px) clamp(38px, 6vw, 82px) 0; align-self: center; }
.ppg-gear-hero h2 { max-width: 540px; }
.ppg-gear-hero p:not(.section-label) { color: var(--muted); font-size: 18px; line-height: 1.6; max-width: 560px; }
.ppg-gear-hero img { width: 100%; height: 100%; min-height: 510px; object-fit: cover; border-radius: 150px 18px 0 0; }
.ppg-gear-rail { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 30px; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.ppg-gear-rail > a { display: grid; grid-template-columns: 1fr auto; align-items: center; border-right: 1px solid var(--line); }
.ppg-gear-rail > a:last-child { border-right: 0; }
.ppg-gear-crop { grid-column: 1 / -1; display: block; height: 245px; background: url('../images/gear-editorial.webp') center / 180% auto no-repeat; border-bottom: 1px solid var(--line); }
.ppg-gear-crop.crop-paddle { background-position: 75% 28%; }
.ppg-gear-crop.crop-shoe { background-position: 45% 60%; }
.ppg-gear-crop.crop-eye { background-position: 88% 78%; }
.ppg-gear-crop.crop-ball { background-position: 12% 76%; }
.ppg-gear-rail strong { padding: 20px; font-size: 15px; }
.ppg-gear-rail b { padding-right: 20px; font-size: 20px; }

.ppg-rules-band { background: linear-gradient(105deg, var(--ink) 0 56%, var(--lime) 56% 100%); color: #fff; overflow: hidden; }
.ppg-rules-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; min-height: 470px; }
.ppg-rules-grid > div:first-child { max-width: 660px; padding: 70px 60px 70px 0; }
.ppg-rules-grid h2 { color: #fff; }
.ppg-rules-grid p { color: #d6e2dc; font-size: 18px; line-height: 1.6; }
.ppg-rules-card { justify-self: center; width: min(380px, 82%); background: var(--paper); color: var(--ink); padding: 38px; border-radius: 10px; box-shadow: 0 30px 60px rgba(6,47,42,.25); transform: rotate(4deg); }
.ppg-rules-card > span { display: block; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ppg-rules-card > strong { display: block; font: 600 46px/1 var(--serif); margin: 12px 0; }
.ppg-rules-card > i { color: var(--muted); font-style: normal; }
.ppg-rules-card ul { list-style: none; margin: 24px 0 0; padding: 0; }
.ppg-rules-card li { border-top: 1px solid var(--line); padding: 10px 0; font-weight: 700; }
.ppg-rules-card li::before { content: "○"; color: var(--lime-deep); margin-right: 10px; }
.ppg-rules-card i { color: #294f48; }

.ppg-newsletter-section { padding: 58px 0; border-bottom: 1px solid var(--line); }
.ppg-newsletter-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.ppg-newsletter-grid h2 { font-size: clamp(38px, 4vw, 58px); }
.ppg-newsletter-grid p { color: var(--muted); }
.ppg-newsletter-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: start; }
.ppg-newsletter-form input { min-height: 52px; border: 1px solid var(--line); background: #fff; padding: 0 16px; border-radius: 6px; font: 500 15px/1 var(--sans); }
.ppg-newsletter-form .button { min-width: 132px; border-radius: 6px; }
.ppg-newsletter-message { grid-column: 1 / -1; min-height: 22px; margin: 0; color: var(--muted); font-size: 13px; }

/* Article and migrated page refinements */
.article-shell { padding-top: 74px; }
.article-grid { max-width: 1280px; grid-template-columns: minmax(0, 1fr) 300px; gap: 92px; }
.article-main { max-width: 790px; }
.article-main h1 { font-size: clamp(50px, 5.2vw, 78px); }
.article-main .article-lead { font-size: 20px; }
.article-toc { border: 1px solid var(--line); border-radius: 8px; padding: 20px 22px; margin: 32px 0 46px; }
.article-toc > span { display: block; margin-bottom: 10px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-toc a { display: inline-block; margin: 6px 18px 6px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.article-section p, .article-section li { font-size: 18px; }
.ppg-equipment-catalog { margin-top: 52px; padding: 34px; border: 1px solid var(--line); border-radius: 14px; background: #f7f8e8; }
.ppg-equipment-catalog > h2 { margin-bottom: 12px; }
.ppg-equipment-catalog > p { color: var(--muted); }
.ppg-equipment-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 28px 0 20px; }
.ppg-equipment-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ppg-equipment-card { display: flex; flex-direction: column; min-width: 0; padding: 22px; border: 1px solid var(--line); border-top: 4px solid var(--clay); border-radius: 10px; background: var(--paper); box-shadow: 0 12px 25px rgba(6,47,42,.06); }
.ppg-equipment-card h3 { margin: 4px 0 12px; font-size: 28px; line-height: 1.03; }
.ppg-equipment-card p, .ppg-equipment-card li { font-size: 15px; line-height: 1.55; }
.ppg-equipment-card ul { margin: 6px 0 18px; padding-left: 20px; }
.ppg-equipment-kind { margin: 0; color: var(--clay-text) !important; font-size: 10px !important; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ppg-equipment-price { margin: 0 0 12px; color: var(--ink) !important; font-size: 20px !important; font-weight: 900; }
.ppg-equipment-price span { display: inline-block; color: var(--muted); font-size: 11px; font-weight: 700; }
.ppg-equipment-links { margin-top: auto !important; padding-top: 12px; border-top: 1px solid var(--line); font-size: 13px !important; font-weight: 800; }
.ppg-equipment-links a { color: var(--ink); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .18em; overflow-wrap: anywhere; }
.ppg-equipment-approval { display: inline-block; margin-top: 8px; }
.ppg-verification-status { padding: 18px 20px; border-left: 4px solid var(--clay); background: #fff; color: var(--ink) !important; }
.ppg-equipment-disclosure { margin: 20px 0 0 !important; padding-top: 18px; border-top: 1px solid var(--line); font-size: 14px !important; }
.ppg-shoe-guide .article-main { min-width: 0; }
.ppg-table-wrap { width: 100%; max-width: 100%; box-sizing: border-box; margin: 26px 0 34px; overflow-x: auto; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); box-shadow: 0 12px 25px rgba(6,47,42,.05); }
.ppg-table-wrap:focus-visible { outline: 3px solid var(--lime-deep); outline-offset: 3px; }
.ppg-comparison-table { width: 100%; min-width: 720px; border-collapse: collapse; color: var(--ink); font-size: 14px; line-height: 1.45; }
.ppg-comparison-table caption { padding: 14px 18px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 800; text-align: left; }
.ppg-comparison-table th, .ppg-comparison-table td { padding: 15px 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.ppg-comparison-table th:last-child, .ppg-comparison-table td:last-child { border-right: 0; }
.ppg-comparison-table tr:last-child th, .ppg-comparison-table tr:last-child td { border-bottom: 0; }
.ppg-comparison-table thead th { color: var(--forest-dark); background: #edf0cf; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.ppg-comparison-table tbody th { min-width: 150px; background: rgba(247,248,232,.58); font-weight: 850; }
.ppg-comparison-table tfoot th, .ppg-comparison-table tfoot td { background: #f7f8e8; font-weight: 800; }
.ppg-shoe-finalists { grid-template-columns: 1fr; }
.ppg-shoe-finalist { border-top-width: 6px; padding: clamp(22px, 4vw, 32px); }
.ppg-shoe-card-head { display: flex; gap: 18px; align-items: flex-start; justify-content: space-between; }
.ppg-shoe-score { display: inline-flex; flex: 0 0 auto; align-items: baseline; margin: 0 !important; padding: 8px 11px; border-radius: 999px; color: var(--forest-dark) !important; background: var(--lime); font-size: 12px !important; font-weight: 900; line-height: 1; }
.ppg-shoe-score strong { font-size: 25px; }
.ppg-shoe-score span { margin-left: 2px; }
.ppg-shoe-ledger th:first-child { min-width: 235px; }
.ppg-editorial-disclosure { margin: 40px 0 28px; padding: 22px 24px; border: 1px solid var(--line); border-left: 5px solid var(--clay); border-radius: 8px; background: #fff8f2; }
.ppg-editorial-disclosure p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.ppg-editorial-disclosure a { color: var(--ink); font-weight: 800; text-decoration: underline; text-underline-offset: .18em; }
.ppg-check-list { display: grid; gap: 12px; padding-left: 20px; }
.quick-answer { background: #f7f8e8; border: 1px solid rgba(185,208,34,.55); border-left: 5px solid var(--lime-deep); border-radius: 8px; padding: 22px 24px; }
.faq-list details { border: 1px solid var(--line); border-bottom: 0; background: rgba(255,255,255,.28); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 18px 52px 18px 18px; font-weight: 700; cursor: pointer; position: relative; }
.faq-list summary::after { content: "+"; position: absolute; right: 18px; top: 14px; font-size: 24px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 18px 20px; color: var(--muted); line-height: 1.65; }
.article-aside { top: 118px; }

/* WordPress and WooCommerce */
.ppg-post-list { display: grid; gap: 0; }
.ppg-post-list article { padding: 30px 0; border-bottom: 1px solid var(--line); }
.ppg-post-list h2 { font-size: 34px; }
.ppg-post-list p { color: var(--muted); max-width: 740px; }
.ppg-post-image { margin: 34px 0; border-radius: 18px; overflow: hidden; }
.ppg-not-found { padding: 130px 0; }
.ppg-not-found h1 { max-width: 760px; }
.ppg-not-found > .shell > p:not(.section-label) { color: var(--muted); font-size: 19px; max-width: 620px; line-height: 1.6; }
.ppg-shop-main { padding: 84px 0 120px; }
.woocommerce .woocommerce-breadcrumb { color: var(--muted); font-size: 13px; margin-bottom: 28px; }
.woocommerce-products-header__title.page-title, .woocommerce div.product .product_title { font: 600 clamp(48px, 5vw, 76px)/.96 var(--serif); letter-spacing: -.055em; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; padding: 0 0 20px; background: #fff; }
.woocommerce ul.products li.product a img { margin: 0 0 20px; aspect-ratio: 1; object-fit: cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button { margin-left: 20px; margin-right: 20px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--ink); font: 600 24px/1.1 var(--serif); }
.woocommerce ul.products li.product .price { color: var(--ink); font-weight: 800; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { border-radius: 8px; background: var(--ink); color: #fff; font: 800 14px/1 var(--sans); padding: 15px 18px; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--clay); color: #fff; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--lime-deep); background: #f7f8e8; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--ink); }
.woocommerce span.onsale { background: var(--clay); min-width: 48px; min-height: 48px; line-height: 48px; }
.woocommerce div.product { display: grid; gap: 52px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width: auto; float: none; }

/* Footer */
.ppg-footer { background: var(--ink); color: #fff; padding: 72px 0 0; }
.ppg-footer-grid { display: grid; grid-template-columns: 1.7fr repeat(4, 1fr); gap: 46px; }
.ppg-footer .brand { color: #fff; }
.ppg-footer .brand-mark { background: transparent; }
.ppg-footer p { color: #cbd8d3; line-height: 1.6; max-width: 260px; margin-top: 22px; }
.ppg-footer h2 { color: var(--lime); font: 800 12px/1.2 var(--sans); letter-spacing: .12em; text-transform: uppercase; margin: 0 0 24px; }
.ppg-footer a:not(.brand) { color: #e2e9e5; margin-bottom: 14px; }
.ppg-footer a:not(.brand):hover { color: var(--lime); }
.ppg-footer-legal { border-top: 1px solid rgba(255,255,255,.28); display:flex; flex-wrap:wrap; gap:10px 24px; margin-top:60px; padding-top:24px; }
.ppg-footer-legal a { font-size:12px; font-weight:700; margin:0 !important; }
.ppg-footer-bottom { display: flex; justify-content: space-between; gap: 30px; color: #b7c8c1; font-size: 12px; padding: 18px 0 30px; }

/* Commerce, newsletter, and trust-page refinements */
.ppg-cart-link { position: relative; display: inline-flex; width: 44px; height: 44px; flex: 0 0 auto; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--paper); transition: background .2s ease, color .2s ease, border-color .2s ease; }
.ppg-cart-link:hover { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.ppg-cart-link svg { width: 22px; height: 22px; }
.ppg-cart-count { position: absolute; top: -4px; right: -4px; display: grid; min-width: 19px; height: 19px; padding: 0 4px; place-items: center; border: 2px solid var(--paper); border-radius: 999px; color: var(--ink); background: var(--lime); font: 800 10px/1 var(--sans); }
.ppg-account-link { display: inline-flex; min-height: 44px; flex: 0 0 auto; align-items: center; justify-content: center; gap: 7px; padding: 0 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: var(--paper); font-size: 12px; font-weight: 800; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.ppg-account-link:hover { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.ppg-account-link svg { width: 20px; height: 20px; }
.ppg-mobile-account-link { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); }

.ppg-newsletter-page-signup { border-bottom: 1px solid var(--line); background: linear-gradient(125deg, var(--paper), #f2f0e4); }
.ppg-newsletter-page-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(340px, 1fr); gap: clamp(36px, 7vw, 100px); align-items: center; }
.ppg-newsletter-page-grid h2 { max-width: 560px; font-size: clamp(42px, 5vw, 66px); }
.ppg-newsletter-page-grid > div > p:last-child { max-width: 600px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.ppg-newsletter-page-grid .ppg-newsletter-form { max-width: none; padding: clamp(24px, 4vw, 40px); border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 24px 70px rgba(11,64,56,.08); }
.newsletter-explainer a { color: var(--ink); text-decoration: underline; text-underline-offset: .18em; }
.newsletter-explainer .text-link { text-decoration: none; }

.ppg-contact-hero { background: linear-gradient(135deg, var(--sand), var(--paper)); }
.ppg-contact-layout { display: grid; grid-template-columns: minmax(0, .75fr) minmax(480px, 1.25fr); gap: clamp(44px, 8vw, 110px); align-items: start; }
.ppg-contact-layout > div:first-child { position: sticky; top: 130px; }
.ppg-contact-layout h2 { font-size: clamp(42px, 5vw, 64px); }
.ppg-contact-layout > div:first-child > p:not(.section-label) { color: var(--muted); font-size: 17px; line-height: 1.65; }
.ppg-contact-note { margin-top: 28px; padding: 20px 22px; border-left: 4px solid var(--clay); background: var(--sand); }

.ppg-shop-main { padding: 72px 0 110px; }
.ppg-shop-main .woocommerce-breadcrumb { margin: 0 0 30px; color: var(--muted); font-size: 13px; }
.ppg-shop-main .woocommerce-products-header__title { margin-bottom: 42px; font-size: clamp(50px, 7vw, 84px); }
.ppg-empty-shop { max-width: 900px; margin: 20px 0 40px; padding: clamp(34px, 6vw, 72px); border: 1px solid var(--line); border-radius: 10px; background: var(--sand); }
.ppg-empty-shop h2 { max-width: 650px; font-size: clamp(40px, 5vw, 62px); }
.ppg-empty-shop > p:not(.section-label) { max-width: 650px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.ppg-empty-shop > div { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; margin-top: 30px; }
.ppg-empty-shop .text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 800; }
.ppg-empty-shop .text-link svg { width: 20px; }

/* Product-led shop */
.ppg-home-shop { border-top: 1px solid var(--line); background: linear-gradient(180deg, var(--paper), #f8f5ed); }
.ppg-home-shop .ppg-section-head { margin-bottom: 36px; }
.ppg-home-shop .ppg-section-head > div > p:last-child { max-width: 620px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.ppg-home-shop .ppg-section-head > a { flex: 0 0 auto; color: var(--ink); font-size: 14px; font-weight: 800; }
.ppg-home-shop .woocommerce ul.products { margin-bottom: 0; }
.ppg-home-shop .woocommerce ul.products li.product .ppg-product-card-summary { display: none; }
.ppg-home-shop .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 23px; }
.ppg-shop-main { overflow: hidden; }
.ppg-shop-main .woocommerce-products-header { margin-bottom: clamp(28px, 5vw, 58px); }
.ppg-shop-main .woocommerce-products-header__title { max-width: 1050px; }
.ppg-shop-intro { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: clamp(30px, 7vw, 90px); align-items: end; margin: 0 0 36px; padding: clamp(28px, 5vw, 52px); border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(135deg, var(--sand), var(--paper)); }
.ppg-shop-intro h2 { max-width: 670px; font-size: clamp(38px, 4vw, 58px); }
.ppg-shop-intro > p { max-width: 560px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.68; }
.ppg-store-launch-note { display: flex; gap: 30px; align-items: center; justify-content: space-between; margin: 0 0 46px; padding: 24px 28px; border-left: 6px solid var(--lime); color: #fff; background: var(--ink); }
.ppg-store-launch-note > div { max-width: 820px; }
.ppg-store-launch-note span, .ppg-product-preview-cta > span { display: block; margin-bottom: 7px; color: var(--lime); font: 800 10px/1.2 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.ppg-store-launch-note strong { font: 600 24px/1.15 var(--serif); }
.ppg-store-launch-note p { margin: 7px 0 0; color: #d8e2de; font-size: 14px; line-height: 1.5; }
.ppg-store-launch-note .button { flex: 0 0 auto; border-color: var(--lime); color: var(--ink); background: var(--lime); }

.woocommerce ul.products { margin: 0 0 70px; }
.woocommerce ul.products li.product { display: flex; flex-direction: column; min-width: 0; border-radius: 16px; padding-bottom: 22px; box-shadow: 0 16px 46px rgba(11,64,56,.05); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.woocommerce ul.products li.product:hover { border-color: rgba(11,64,56,.42); box-shadow: 0 22px 52px rgba(11,64,56,.11); transform: translateY(-4px); }
.woocommerce ul.products li.product .woocommerce-loop-product__link { display: flex; flex: 1 1 auto; flex-direction: column; }
.woocommerce ul.products li.product a img { width: 100%; margin-bottom: 0; border-bottom: 1px solid var(--line); }
.woocommerce ul.products li.product .ppg-product-format { align-self: flex-start; margin: 19px 20px 0; color: var(--clay-text); font: 800 10px/1.2 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { margin-top: 10px; margin-bottom: 0; font-size: clamp(22px, 2vw, 28px); }
.woocommerce ul.products li.product .ppg-product-card-summary { margin: 12px 20px 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.woocommerce ul.products li.product .price { margin-top: auto; padding-top: 18px; font-size: 18px; }
.woocommerce ul.products li.product .price del { color: var(--muted); font-size: 13px; opacity: 1; }
.woocommerce ul.products li.product .price ins { color: var(--clay-text); text-decoration: none; }
.woocommerce ul.products li.product > .button { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; }
.woocommerce ul.products li.product > .button svg { width: 18px; height: 18px; }
.woocommerce span.onsale { top: 16px; left: 16px; z-index: 2; display: grid; place-items: center; padding: 0 10px; border-radius: 999px; background: var(--clay-text); font: 800 11px/1 var(--sans); }

.single-product .ppg-shop-main > .shell { max-width: 1180px; }
.woocommerce div.product { grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); align-items: start; column-gap: clamp(38px, 6vw, 78px); row-gap: 60px; }
.woocommerce div.product div.images { margin-bottom: 0; }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: #fff; }
.woocommerce div.product div.images img { margin: 0; }
.woocommerce div.product div.summary { margin-bottom: 0; padding-top: 6px; }
.woocommerce div.product .product_title { margin-bottom: 22px; font-size: clamp(46px, 5vw, 70px); }
.woocommerce div.product p.price, .woocommerce div.product span.price { margin: 0 0 24px; color: var(--ink); font: 800 28px/1 var(--sans); }
.woocommerce div.product p.price del { color: var(--muted); font-size: 16px; opacity: 1; }
.woocommerce div.product p.price ins { color: var(--clay-text); text-decoration: none; }
.woocommerce-product-details__short-description { max-width: 620px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.woocommerce-product-details__short-description strong { color: var(--ink); }
.ppg-product-proof { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0; padding: 0; list-style: none; }
.ppg-product-proof li { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: var(--sand); font-size: 11px; font-weight: 800; }
.ppg-product-preview-cta { margin: 26px 0; padding: 25px; border-radius: 12px; color: #fff; background: var(--ink); }
.ppg-product-preview-cta strong { display: block; font: 600 28px/1.05 var(--serif); }
.ppg-product-preview-cta p { margin: 10px 0 19px; color: #d8e2de; font-size: 14px; line-height: 1.55; }
.ppg-product-preview-cta .button { color: var(--ink); background: var(--lime); }
.ppg-download-delivery { margin: 24px 0; padding: 16px 18px; border-left: 4px solid var(--lime-deep); color: var(--muted); background: var(--sand); font-size: 14px; line-height: 1.55; }
.ppg-shop-policy-links,.ppg-product-policy-links { display:flex; flex-wrap:wrap; gap:8px 20px; }
.ppg-shop-policy-links { border-bottom:1px solid var(--line); border-top:1px solid var(--line); margin:22px 0 32px; padding:15px 0; }
.ppg-product-policy-links { margin:18px 0 4px; }
.ppg-shop-policy-links a,.ppg-product-policy-links a { color:var(--ink); font-size:12px; font-weight:900; text-decoration:underline; text-decoration-color:var(--lime-deep); text-decoration-thickness:2px; text-underline-offset:3px; }
.ppg-store-preview .woocommerce div.product .stock.out-of-stock { display: none; }
.woocommerce div.product .product_meta { display: grid; gap: 7px; margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.woocommerce div.product .product_meta a { color: var(--ink); font-weight: 800; }
.woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related.products, .woocommerce div.product .upsells.products { grid-column: 1 / -1; width: 100%; }
.woocommerce div.product .woocommerce-tabs ul.tabs { margin: 0 0 38px; padding: 0; border-bottom: 1px solid var(--line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0 26px 0 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 15px 0; color: var(--muted); font-size: 13px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { border-bottom: 3px solid var(--clay); color: var(--ink); }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 820px; margin: 0 auto; }
.woocommerce div.product .woocommerce-tabs .panel > h2:first-child { display: none; }
.ppg-product-story > p, .ppg-product-story > ul { color: var(--muted); font-size: 17px; line-height: 1.7; }
.ppg-product-story > h2 { margin: 52px 0 18px; font-size: clamp(34px, 4vw, 48px); }
.ppg-product-story > ul { display: grid; gap: 9px; padding-left: 22px; }
.ppg-product-lead { color: var(--ink) !important; font: 600 clamp(22px, 2.8vw, 30px)/1.35 var(--serif) !important; }
.ppg-product-note { margin: 36px 0; padding: 24px 26px; border-left: 5px solid var(--clay); background: var(--sand); }
.ppg-product-note strong { font: 600 22px/1.2 var(--serif); }
.ppg-product-note p { margin: 8px 0 0; color: var(--muted); line-height: 1.6; }
.ppg-product-faq details { border-bottom: 1px solid var(--line); }
.ppg-product-faq details:first-of-type { border-top: 1px solid var(--line); }
.ppg-product-faq summary { position: relative; padding: 18px 34px 18px 0; cursor: pointer; color: var(--ink); font: 600 20px/1.25 var(--serif); list-style: none; }
.ppg-product-faq summary::-webkit-details-marker { display: none; }
.ppg-product-faq summary::after { position: absolute; top: 13px; right: 3px; color: var(--clay-text); content: "+"; font: 400 27px/1 var(--sans); }
.ppg-product-faq details[open] summary::after { content: "-"; }
.ppg-product-faq details p { margin: 0; padding: 0 26px 20px 0; color: var(--muted); line-height: 1.65; }
.ppg-product-related { margin-top: 44px; padding: 22px 24px; border-radius: 10px; background: var(--lime-soft); }
.ppg-product-related a { color: var(--ink); font-weight: 800; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .18em; }
.woocommerce .related.products > h2, .woocommerce .upsells.products > h2 { margin: 10px 0 30px; font-size: clamp(38px, 4vw, 54px); }
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td { padding: 12px 14px; border-color: var(--line); }
.woocommerce table.shop_attributes th { color: var(--ink); background: var(--sand); }
.woocommerce table.shop_attributes td { background: var(--paper); }
.woocommerce #reviews #comments ol.commentlist { padding: 0; }

.ppg-utility-page { padding: clamp(64px, 8vw, 110px) 0; }
.ppg-utility-header { margin-bottom: 44px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.ppg-utility-header h1 { margin: 24px 0 0; font-size: clamp(48px, 7vw, 82px); }
.ppg-utility-content { min-height: 220px; }
.ppg-utility-content .woocommerce { max-width: 100%; }
.ppg-utility-content .woocommerce .u-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 5vw, 60px); }
.ppg-utility-content .woocommerce .u-column1,
.ppg-utility-content .woocommerce .u-column2 { width: auto; padding: clamp(22px, 4vw, 38px); border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 18px 54px rgba(11,64,56,.07); }
.ppg-utility-content .woocommerce h2 { margin-top: 0; font-size: clamp(34px, 4vw, 48px); }
.ppg-utility-content .woocommerce form.login,
.ppg-utility-content .woocommerce form.register { margin: 0; padding: 0; border: 0; }
.ppg-utility-content .woocommerce form .form-row { margin: 0 0 16px; }
.ppg-utility-content .woocommerce form input.input-text { min-height: 50px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); color: var(--ink); }
.ppg-utility-content .woocommerce form label { color: var(--ink); font-size: 13px; font-weight: 800; }

@media (max-width: 1180px) {
  .main-nav .menu { gap: 15px; }
  .main-nav a { font-size: 13px; }
  .ppg-account-link { width: 44px; padding: 0; }
  .ppg-account-link span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
  .ppg-workspace-grid { grid-template-columns: 1fr; }
  .ppg-tool-workspace .form-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .ppg-footer-grid { grid-template-columns: 1.6fr repeat(2, 1fr); }
}

@media (max-width: 1040px) {
  .main-nav { display: none; }
  .mobile-menu-toggle { display: inline-flex; }
  .nav-action { margin-left: auto; }
}

@media (max-width: 960px) {
  body.admin-bar .site-header { top: 46px; }
  .mobile-menu { max-height: calc(100vh - 82px); max-height: calc(100dvh - 82px); }
  body.admin-bar .mobile-menu { max-height: calc(100vh - 128px); max-height: calc(100dvh - 128px); }
  .shell { width: min(100% - 40px, 720px); }
  .header-inner { height: 82px; }
  .main-nav { display: none; }
  .mobile-menu-toggle { display: inline-flex; }
  .nav-action { margin-left: auto; min-height: 46px; padding: 0 17px; }
  .ppg-account-link { width: 42px; min-height: 42px; }
  .ppg-hero-redesign { padding-top: 26px; }
  .ppg-hero-redesign::before { left: 0; width: 42px; top: 52px; }
  .ppg-hero-redesign .hero-grid, .ppg-court-grid, .ppg-gear-hero, .ppg-newsletter-grid { grid-template-columns: 1fr; }
  .ppg-hero-redesign .hero-copy { padding: 54px 8px 40px 34px; }
  .ppg-hero-redesign .hero-copy h1 { font-size: clamp(54px, 10vw, 76px); }
  .ppg-hero-redesign .hero-media { min-height: 0; aspect-ratio: 4/3; border-radius: 110px 14px 0 0; }
  .ppg-tool-workspace .form-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ppg-court-grid > img { min-height: 380px; order: -1; }
  .ppg-safety-grid { grid-template-columns: 1fr; }
  .ppg-safety-grid img { max-height: 430px; border-radius: 0 90px 0 0; }
  .ppg-ranked-guides { grid-template-columns: 1fr; }
  .ppg-ranked-guides li { border-right: 0; border-bottom: 1px solid var(--line); }
  .ppg-ranked-guides li:last-child { border-bottom: 0; }
  .ppg-gear-hero > div { padding-right: 0; }
  .ppg-gear-hero img { min-height: 380px; border-radius: 110px 16px 0 0; }
  .ppg-gear-rail { grid-template-columns: repeat(2, 1fr); }
  .ppg-gear-rail > a:nth-child(2) { border-right: 0; }
  .ppg-gear-rail > a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .ppg-rules-band { background: var(--ink); }
  .ppg-rules-grid { grid-template-columns: 1fr; padding-bottom: 60px; }
  .ppg-rules-grid > div:first-child { padding-right: 0; }
  .ppg-rules-card { background: var(--lime); }
  .article-grid { grid-template-columns: 1fr; gap: 42px; }
  .article-aside { display: none; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ppg-shop-intro { grid-template-columns: 1fr; align-items: start; }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related.products, .woocommerce div.product .upsells.products { grid-column: auto; }
  .ppg-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .ppg-footer-brand { grid-column: 1 / -1; }
  .ppg-newsletter-page-grid, .ppg-contact-layout { grid-template-columns: 1fr; }
  .ppg-contact-layout > div:first-child { position: static; }
  .ppg-utility-content .woocommerce .u-columns { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 680px); }
  .site-header .brand { font-size: 11px; }
  .site-header .brand-mark { width: 34px; height: 34px; margin-right: 8px; }
  .header-inner { gap: 10px; }
  .nav-action { display: none; }
  .ppg-search-link { display: none; }
  .ppg-account-link { order: 2; }
  .ppg-cart-link { order: 2; margin-left: auto; }
  .mobile-menu-toggle { order: 3; gap: 7px; }
  .mobile-menu-toggle > span { width: 22px; }
  .ppg-hero-redesign::before { width: 24px; }
  .ppg-hero-redesign .hero-copy { padding: 48px 0 36px 22px; }
  .hero-kicker { font-size: 11px !important; }
  .ppg-hero-redesign .hero-copy h1 { font-size: clamp(47px, 14.2vw, 62px); }
  .ppg-hero-redesign .hero-copy > p:not(.hero-kicker) { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; }
  .ppg-hero-redesign .hero-media { aspect-ratio: 3/3.4; border-radius: 80px 12px 0 0; }
  .section { padding: 70px 0; }
  .ppg-workspace-grid > div:first-child > h2 { font-size: 42px; }
  .ppg-pathway-rail a { grid-template-columns: 44px 1fr 20px; gap: 12px; min-height: 104px; }
  .ppg-pathway-rail a > span { width: 40px; height: 40px; font-size: 19px; }
  .ppg-pathway-rail h3 { font-size: 22px; }
  .ppg-tool-workspace { padding: 22px 17px; }
  .ppg-tool-workspace .form-grid, .ppg-court-feature .tool-form .form-grid { grid-template-columns: 1fr; }
  .ppg-court-copy { padding: 34px 22px; }
  .ppg-safety-grid > div { padding: 46px 22px 58px; }
  .ppg-section-head { align-items: start; flex-direction: column; }
  .ppg-ranked-guides li { grid-template-columns: 68px 1fr; padding: 20px 10px; }
  .ppg-ranked-guides li > span { font-size: 54px; }
  .ppg-ranked-guides strong { font-size: 24px; }
  .ppg-gear-rail { grid-template-columns: 1fr; }
  .ppg-gear-rail > a { border-right: 0; border-bottom: 1px solid var(--line); }
  .ppg-gear-rail > a:last-child { border-bottom: 0; }
  .ppg-gear-crop { height: 220px; }
  .ppg-rules-grid > div:first-child { padding: 56px 0 38px; }
  .ppg-rules-card { width: 92%; }
  .ppg-newsletter-form { grid-template-columns: 1fr; }
  .ppg-newsletter-form .button { width: 100%; }
  .article-main h1 { font-size: 46px; }
  .article-section p, .article-section li { font-size: 17px; }
  .ppg-equipment-catalog { margin-inline: -4px; padding: 24px 16px; }
  .ppg-equipment-grid, .ppg-equipment-grid-two { grid-template-columns: 1fr; }
  .article-toc a { display: block; margin-right: 0; padding: 7px 0; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .ppg-shop-intro { padding: 28px 22px; }
  .ppg-home-shop .ppg-section-head { align-items: flex-start; }
  .ppg-store-launch-note { align-items: stretch; flex-direction: column; padding: 24px 22px; }
  .ppg-store-launch-note .button { align-self: stretch; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 28px; }
  .woocommerce div.product .product_title { font-size: 44px; }
  .woocommerce div.product .woocommerce-tabs ul.tabs { display: grid; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li { margin-right: 0; }
  .ppg-product-story > p, .ppg-product-story > ul { font-size: 16px; }
  .ppg-footer-grid { grid-template-columns: 1fr; }
  .ppg-footer-brand { grid-column: auto; }
  .ppg-footer-bottom { flex-direction: column; }
	.ppg-footer-legal { gap:10px 18px; margin-top:42px; }
  .ppg-newsletter-page-grid .ppg-newsletter-form, .ppg-contact-form { padding: 22px 18px; }
  .ppg-empty-shop { padding: 30px 22px; }
}

@media (max-width: 360px) {
  .mobile-menu-toggle { gap: 0; }
  .mobile-menu-toggle b { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Keep clay as a bright brand accent while meeting text contrast requirements. */
.button-clay,
.read-card.clay,
.city-callout,
.city-callout span,
.city-callout a,
.city-callout .text-link { color: var(--forest-dark); }
.read-card.clay p { opacity: 1; }
.section-label,
.hero-kicker,
.article-toc > span,
.article-toc a:hover,
.ppg-step-list > li > span,
.ppg-editorial-review span,
.tool-label,
.collection-hero > .shell > span,
.quick-answer span,
.article-aside span,
.article-aside a:hover,
.rules-card > span,
.tool-index-row > span,
.about-principles span,
.location-card > div > span,
.tool-copy-grid > ol > li > span,
.policy-updated { color: var(--clay-text); }
.tool-card-drill .tool-label,
.section-label.light { color: var(--lime); }
.tool-card-scorekeeper .tool-label { color: var(--clay-on-dark); }
.newsletter-notes span { color: var(--clay-on-dark); }
.main-nav a:hover,
.main-nav .current-menu-item > a,
.main-nav .current_page_ancestor > a,
.main-nav a[aria-current="page"],
.mobile-nav a[aria-current="page"] { color: var(--clay-text); }

/* Sprint 8: image-led gear desk, real guide previews, and game-day editorial. */
.ppg-gear-hub { overflow: hidden; }
.ppg-gear-hub .ppg-gear-hero { display: block; border-bottom: 1px solid var(--line); background: linear-gradient(120deg, #fffdf7 0 66%, #edf5b3 66%); }
.ppg-gear-hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(28rem, 1.1fr); gap: clamp(2rem, 5vw, 5.5rem); align-items: center; padding-block: clamp(3.5rem, 7vw, 7rem); }
.ppg-gear-hero-copy h1 { max-width: 50rem; margin: 1.1rem 0 1.3rem; font-size: clamp(4rem, 7vw, 7.2rem); line-height: .88; letter-spacing: -.065em; }
.ppg-gear-hero-lead { max-width: 42rem; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.6; }
.ppg-gear-hero-copy .hero-actions { margin-top: 1.6rem; }
.ppg-gear-proof-chips { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .5rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.ppg-gear-proof-chips li { display: grid; gap: .12rem; padding: .75rem; border: 1px solid var(--line); border-radius: .5rem; background: rgba(255,255,255,.72); }
.ppg-gear-proof-chips strong { font: 600 1.8rem/1 var(--serif); }
.ppg-gear-proof-chips span { color: var(--muted); font-size: .65rem; font-weight: 750; line-height: 1.25; }
.ppg-gear-review-date { margin: .8rem 0 0; color: var(--muted); font-size: .72rem; font-weight: 750; }
.ppg-gear-hero-media { position: relative; overflow: hidden; margin: 0; border-radius: 12rem 1rem 1rem 1rem; background: var(--ink); box-shadow: 0 2rem 5rem rgba(11,64,56,.2); }
.ppg-gear-hero-media img { display: block; width: 100%; min-height: 42rem; object-fit: cover; transition: transform .65s cubic-bezier(.2,.75,.2,1); }
.ppg-gear-hero-media:hover img { transform: scale(1.025); }
.ppg-gear-hero-media figcaption { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; padding: .8rem 1rem; border-radius: .5rem; color: #fff; background: rgba(6,47,42,.88); font-size: .74rem; line-height: 1.4; backdrop-filter: blur(8px); }

.ppg-gear-proof { background: #f4f0e7; }
.ppg-gear-proof-grid { display: grid; grid-template-columns: minmax(18rem, .75fr) minmax(0, 1.25fr); gap: clamp(2rem, 7vw, 7rem); }
.ppg-gear-proof-grid h2 { max-width: 34rem; }
.ppg-gear-proof-copy { max-width: 52rem; color: var(--muted); font-size: 1.03rem; line-height: 1.7; }

.ppg-gear-paths { background: #fffdf7; }
.ppg-gear-path-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.ppg-gear-path { position: relative; display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: 1rem; background: #fff; transition: transform .28s ease, box-shadow .28s ease; }
.ppg-gear-path:hover { transform: translateY(-5px); box-shadow: 0 1.5rem 3.5rem rgba(11,64,56,.1); }
.ppg-gear-path-featured { grid-column: 1 / -1; grid-template-columns: minmax(0, 1.15fr) minmax(21rem, .85fr); }
.ppg-gear-path-wide { grid-column: 1 / -1; grid-template-columns: minmax(0, .85fr) minmax(22rem, 1.15fr); }
.ppg-gear-path-media { display: block; overflow: hidden; min-height: 23rem; background: #d7eef0; }
.ppg-gear-path-media img { width: 100%; height: 100%; min-height: 23rem; object-fit: cover; transition: transform .55s cubic-bezier(.2,.75,.2,1); }
.ppg-gear-path:hover .ppg-gear-path-media img { transform: scale(1.035); }
.ppg-gear-path-copy { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(1.4rem, 3vw, 2.4rem); }
.ppg-gear-path-copy h3 { margin: .3rem 0 .75rem; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; }
.ppg-gear-path-copy h3 a { color: inherit; }
.ppg-gear-path-copy > p:not(.section-label) { color: var(--muted); line-height: 1.6; }
.ppg-gear-path-copy ul { margin: .5rem 0 1.2rem; padding-left: 1.1rem; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.ppg-gear-path-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: auto; }
.ppg-gear-path-small { grid-template-columns: 11rem minmax(0, 1fr); min-height: 24rem; }
.ppg-gear-path-small .ppg-gear-path-copy h3 { font-size: clamp(1.65rem, 2.6vw, 2.45rem); }
.ppg-gear-path-small-media,
.ppg-gear-path-small-media img { min-height: 100%; }
.ppg-gear-path-small-media img { object-position: center; }
.ppg-gear-path-illustration,
.ppg-gear-eye-illustration { position: relative; overflow: hidden; background: #35647a; }
.ppg-gear-path-illustration span { position: absolute; width: 5.2rem; height: 5.2rem; border: .3rem solid var(--ink); border-radius: 50%; background: var(--lime); box-shadow: inset -.65rem -.75rem 0 rgba(11,64,56,.12); }
.ppg-gear-path-illustration span::before,
.ppg-gear-path-illustration span::after { position: absolute; width: .55rem; height: .55rem; border-radius: 50%; background: var(--ink); content: ""; }
.ppg-gear-path-illustration span::before { top: 1.1rem; left: 1.1rem; box-shadow: 2.4rem .35rem 0 var(--ink), 1.1rem 2.45rem 0 var(--ink); }
.ppg-gear-path-illustration span:nth-child(1) { top: 2rem; left: 1rem; transform: rotate(-8deg); }
.ppg-gear-path-illustration span:nth-child(2) { top: 8.1rem; right: -.6rem; transform: scale(.72); }
.ppg-gear-path-illustration span:nth-child(3) { bottom: .8rem; left: -1rem; transform: scale(.58); }
.ppg-gear-eye-illustration { background: var(--clay); }
.ppg-gear-eye-illustration::before,
.ppg-gear-eye-illustration::after { position: absolute; top: 7rem; width: 5rem; height: 3.4rem; border: .45rem solid var(--ink); border-radius: 1.1rem 1.1rem 2rem 2rem; background: rgba(215,238,240,.65); content: ""; }
.ppg-gear-eye-illustration::before { left: .3rem; transform: rotate(-5deg); }
.ppg-gear-eye-illustration::after { right: .3rem; transform: rotate(5deg); }
.ppg-gear-eye-illustration span { position: absolute; top: 8.2rem; left: 50%; width: 2rem; height: .35rem; background: var(--ink); transform: translateX(-50%); }

.ppg-gear-ledger { padding: clamp(4rem, 8vw, 7rem) 0; color: #fff; background: var(--forest-dark); }
.ppg-gear-ledger .section-label { color: var(--lime); }
.ppg-gear-ledger h2 { color: #fff; }
.ppg-gear-ledger-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(20rem, .7fr); gap: 3rem; align-items: end; }
.ppg-gear-ledger-head > p { color: rgba(255,255,255,.72); line-height: 1.6; }
.ppg-gear-ledger-wrap { overflow-x: auto; margin-top: 2.2rem; border: 1px solid rgba(255,255,255,.22); border-radius: .8rem; }
.ppg-gear-ledger-table { width: 100%; min-width: 64rem; border-collapse: collapse; color: rgba(255,255,255,.82); font-size: .78rem; line-height: 1.5; }
.ppg-gear-ledger-table th,
.ppg-gear-ledger-table td { padding: 1.1rem; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); text-align: left; vertical-align: top; }
.ppg-gear-ledger-table tr:last-child > * { border-bottom: 0; }
.ppg-gear-ledger-table th:last-child,
.ppg-gear-ledger-table td:last-child { border-right: 0; }
.ppg-gear-ledger-table thead { color: var(--lime); background: rgba(255,255,255,.06); }
.ppg-gear-ledger-table tbody th strong { display: block; color: #fff; font: 600 1.15rem/1.1 var(--serif); }
.ppg-gear-ledger-table tbody th span { display: block; margin-top: .35rem; color: rgba(255,255,255,.55); font-size: .64rem; }
.ppg-gear-ledger-table a { color: var(--lime); font-weight: 800; }

.ppg-gear-featured-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.ppg-gear-featured-card { display: flex; flex-direction: column; min-height: 22rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: .8rem; color: var(--ink); background: #fff; transition: transform .25s ease, background .25s ease; }
.ppg-gear-featured-card:hover { transform: translateY(-4px) rotate(-.3deg); background: #edf5b3; }
.ppg-gear-featured-card > span { color: var(--clay-text); font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.ppg-gear-featured-card strong { margin-top: 1.2rem; font: 600 clamp(1.65rem, 2.6vw, 2.55rem)/1 var(--serif); }
.ppg-gear-featured-card p { color: var(--muted); line-height: 1.55; }
.ppg-gear-featured-card b { margin-top: auto; font-size: .78rem; }

.ppg-gear-eye-limit { padding: clamp(4rem, 8vw, 7rem) 0; color: #fff; background: var(--forest-dark); }
.ppg-gear-eye-limit-grid { display: grid; grid-template-columns: 15rem minmax(0, 1fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.ppg-gear-eye-limit .section-label { color: var(--lime); }
.ppg-gear-eye-limit h2 { color: #fff; font-size: clamp(3.3rem, 6vw, 6rem); }
.ppg-gear-eye-limit p { max-width: 56rem; color: rgba(255,255,255,.9); font-size: 1rem; line-height: 1.65; }
.ppg-gear-eye-limit-mark { position: relative; height: 12rem; border: .55rem solid var(--lime); border-radius: 4rem 4rem 7rem 7rem; background: rgba(215,238,240,.92); transform: rotate(-6deg); }
.ppg-gear-eye-limit-mark::before,
.ppg-gear-eye-limit-mark::after { position: absolute; top: 5rem; width: 1.4rem; height: 1.4rem; border-radius: 50%; background: var(--forest-dark); content: ""; }
.ppg-gear-eye-limit-mark::before { left: 4rem; }
.ppg-gear-eye-limit-mark::after { right: 4rem; }

.ppg-gear-paddle-cta { background: #d7eef0; }
.ppg-gear-paddle-cta-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(24rem, 1.1fr); gap: clamp(2rem, 7vw, 7rem); }
.ppg-gear-demo-sequence { margin: 0; padding: 0; list-style: none; }
.ppg-gear-demo-sequence li { display: grid; grid-template-columns: 4rem 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.ppg-gear-demo-sequence li:first-child { border-top: 1px solid var(--line); }
.ppg-gear-demo-sequence > li > span { font: 600 2.5rem/1 var(--serif); color: var(--clay-text); }
.ppg-gear-demo-sequence strong { font-size: .95rem; }
.ppg-gear-demo-sequence p { margin: .3rem 0 0; color: var(--muted); font-size: .82rem; }

.ppg-gear-checklist { padding: clamp(4rem, 8vw, 7rem) 0; background: var(--lime); }
.ppg-gear-checklist-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(22rem, .72fr); gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.ppg-gear-checklist-card { padding: 1.4rem; border: .35rem solid var(--ink); border-radius: 1rem; background: #fffdf7; box-shadow: .7rem .7rem 0 var(--ink); transform: rotate(1deg); }
.ppg-gear-checklist-card > span { color: var(--clay-text); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.ppg-gear-checklist-card > strong { display: block; margin: .7rem 0; font: 600 2rem/1 var(--serif); }
.ppg-gear-checklist-card > ul { display: grid; gap: .45rem; margin: 0 0 1rem; padding: 0; list-style: none; }
.ppg-gear-checklist-card > ul li::before { margin-right: .5rem; content: "□"; }
.ppg-gear-checklist-card .ppg-access-locked { grid-template-columns: 1fr; padding: 1rem; }
.ppg-gear-checklist-card .ppg-access-form { grid-column: 1; grid-row: auto; }

.ppg-gear-method { background: #f4f0e7; }
.ppg-gear-method-grid { display: grid; grid-template-columns: minmax(18rem, .7fr) minmax(0, 1.3fr); gap: clamp(2rem, 7vw, 7rem); }
.ppg-gear-method-steps { margin: 0; padding: 0; list-style: none; }
.ppg-gear-method-steps li { display: grid; grid-template-columns: 3.5rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.ppg-gear-method-steps li:first-child { border-top: 1px solid var(--line); }
.ppg-gear-method-steps > li > span { color: var(--clay-text); font: 600 1.8rem/1 var(--serif); }
.ppg-gear-method-steps h3 { margin: 0; font-size: 1.25rem; }
.ppg-gear-method-steps p { margin: .25rem 0 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }

.ppg-guide-library { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.ppg-guide-card,
.ppg-printable-grid-rich .ppg-printable-card { overflow: hidden; border: 1px solid var(--line); border-radius: .9rem; background: #fff; box-shadow: 0 1.2rem 3rem rgba(11,64,56,.07); }
.ppg-guide-card > div,
.ppg-printable-grid-rich .ppg-printable-card > div { padding: 1.25rem; }
.ppg-guide-card h3,
.ppg-printable-grid-rich h3 { margin: .3rem 0 .7rem; font-size: clamp(1.7rem, 2.5vw, 2.5rem); line-height: 1; }
.ppg-guide-card p,
.ppg-guide-card li,
.ppg-printable-grid-rich p { color: var(--muted); line-height: 1.55; }
.ppg-guide-card li { font-size: .78rem; }
.ppg-guide-preview,
.ppg-printable-preview { display: block; overflow: hidden; height: 24rem; background: #e9e5dc; }
.ppg-guide-preview img,
.ppg-printable-preview img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .5s ease; }
.ppg-guide-card:hover .ppg-guide-preview img,
.ppg-printable-card:hover .ppg-printable-preview img { transform: scale(1.025); }
.ppg-guide-card .ppg-access-gate,
.ppg-printable-card .ppg-access-gate { margin-top: 1rem; box-shadow: none; }
.ppg-guide-card .ppg-access-locked,
.ppg-printable-card .ppg-access-locked { grid-template-columns: 1fr; padding: 1rem; }
.ppg-guide-card .ppg-access-form,
.ppg-printable-card .ppg-access-form { grid-column: 1; grid-row: auto; }
.ppg-guide-card .ppg-access-gate-compact .ppg-access-locked,
.ppg-guide-card .ppg-access-gate-compact .ppg-access-unlocked,
.ppg-printable-card .ppg-access-gate-compact .ppg-access-locked,
.ppg-printable-card .ppg-access-gate-compact .ppg-access-unlocked { display: flex; padding: 0; }
.ppg-library-access { padding-block: clamp(2rem, 5vw, 4rem); background: #d7eef0; }
.ppg-library-access .ppg-access-gate { max-width: 72rem; margin-inline: auto; }
.ppg-printable-grid-rich { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ppg-printable-grid-rich .ppg-printable-card { display: grid; grid-template-columns: minmax(13rem, .7fr) minmax(0, 1.3fr); }
.ppg-printable-preview { height: 100%; min-height: 28rem; border-right: 1px solid var(--line); }

.ppg-real-guide-preview { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: .8rem; background: #e9e5dc; box-shadow: 0 1.5rem 4rem rgba(11,64,56,.12); transform: rotate(-1deg); }
.ppg-real-guide-preview img { display: block; width: 100%; max-height: 42rem; object-fit: cover; object-position: top; }
.ppg-real-guide-preview figcaption { padding: .65rem .8rem; color: var(--muted); background: #fff; font-size: .7rem; }

.ppg-game-day-hero { background: linear-gradient(120deg, #fffdf7 0 64%, #d7eef0 64%); }
.ppg-game-day-hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(26rem, 1.1fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.ppg-game-day-hero h1 { max-width: 48rem; }
.ppg-game-day-hero figure { overflow: hidden; margin: 0; border-radius: 8rem 1rem 1rem; }
.ppg-game-day-hero figure img { width: 100%; min-height: 34rem; object-fit: cover; }
.ppg-game-day-hero figcaption { padding: .7rem; color: #fff; background: var(--ink); font-size: .7rem; }
.ppg-game-day-check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.ppg-game-day-check-grid > div { padding: 1rem; border: 1px solid var(--line); border-radius: .6rem; background: #f4f0e7; }
.ppg-game-day-timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: .7rem; overflow: hidden; }
.ppg-game-day-timeline > div { padding: 1rem; }
.ppg-game-day-timeline > div + div { border-left: 1px solid var(--line); }
.ppg-game-day-timeline span { color: var(--clay-text); font-size: .67rem; font-weight: 900; letter-spacing: .08em; }
.ppg-game-day-timeline h3 { margin: .5rem 0; font-size: 1.35rem; }
.ppg-game-day-timeline p { margin: 0; font-size: .8rem; }
.ppg-article-photo { overflow: hidden; margin: 1rem 0 2rem; border-radius: 5rem .7rem .7rem; }
.ppg-article-photo img { width: 100%; max-height: 34rem; object-fit: cover; }
.ppg-numbered-guide { margin: 1rem 0; padding: 0; list-style: none; }
.ppg-numbered-guide li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.ppg-numbered-guide > li > span { color: var(--clay-text); font: 600 1.7rem/1 var(--serif); }
.ppg-numbered-guide h3 { margin: 0; }
.ppg-numbered-guide p { margin: .2rem 0 0; }
.ppg-partner-plan { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; }
.ppg-partner-plan > div { min-height: 12rem; padding: 1rem; border-radius: .65rem; background: #d7eef0; }
.ppg-partner-plan span { color: var(--clay-text); font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ppg-partner-plan strong { display: block; margin: .65rem 0; font: 600 1.5rem/1.05 var(--serif); }
.ppg-simple-table { width: 100%; border-collapse: collapse; font-size: .78rem; line-height: 1.45; }
.ppg-simple-table th,
.ppg-simple-table td { padding: .8rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.ppg-simple-table th { background: #edf5b3; }

.ppg-practice-month { background: #f4f0e7; }
.ppg-practice-month-intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.ppg-practice-month-intro h2 { max-width: 46rem; }
.ppg-practice-month-intro > div:last-child p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.72; }
.ppg-practice-month-intro > div:last-child p + p { margin-top: 1rem; }
.ppg-practice-week-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: clamp(2rem, 5vw, 4rem); border: 1px solid var(--line); border-radius: .75rem; overflow: hidden; background: #fff; }
.ppg-practice-week-nav a { display: grid; gap: .3rem; min-height: 5.5rem; padding: 1rem; align-content: center; transition: background .2s ease, color .2s ease; }
.ppg-practice-week-nav a + a { border-left: 1px solid var(--line); }
.ppg-practice-week-nav a:hover { color: #fff; background: var(--ink); }
.ppg-practice-week-nav span { color: var(--clay-text); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.ppg-practice-week-nav a:hover span { color: var(--lime); }
.ppg-practice-week-nav strong { font: 600 1.2rem/1.1 var(--serif); }
.ppg-practice-week { --ppg-practice-accent: var(--lime); margin-top: clamp(3.5rem, 7vw, 6.5rem); scroll-margin-top: 2rem; }
.ppg-practice-week-two { --ppg-practice-accent: #d7eef0; }
.ppg-practice-week-three { --ppg-practice-accent: #f7c8bd; }
.ppg-practice-week-four { --ppg-practice-accent: #edf5b3; }
.ppg-practice-week-header { display: grid; grid-template-columns: 9rem minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: center; padding: clamp(1.4rem, 3vw, 2.25rem); border-radius: .85rem .85rem 0 0; color: #fff; background: var(--ink); }
.ppg-practice-week-header > div:first-child { display: grid; gap: .3rem; align-content: center; min-height: 5.75rem; padding: 1rem; border-radius: .55rem; color: var(--ink); background: var(--ppg-practice-accent); text-align: center; }
.ppg-practice-week-header > div:first-child span { font: 600 1.75rem/1 var(--serif); }
.ppg-practice-week-header > div:first-child small { font-size: .63rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ppg-practice-week-header h3 { margin: 0; color: #fff; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1; }
.ppg-practice-week-header p { max-width: 55rem; margin: .65rem 0 0; color: rgba(255,255,255,.78); font-size: .88rem; line-height: 1.6; }
.ppg-practice-session-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.ppg-practice-session-grid > li { display: flex; min-width: 0; }
.ppg-practice-session { display: flex; flex: 1; flex-direction: column; min-width: 0; padding: clamp(1.15rem, 2.5vw, 1.6rem); border: 1px solid var(--line); border-top: .35rem solid var(--ppg-practice-accent); border-radius: .7rem; background: #fff; box-shadow: 0 .8rem 2.2rem rgba(11,64,56,.055); }
.ppg-practice-session header { display: grid; grid-template-columns: 4.4rem minmax(0, 1fr); gap: 1rem; align-items: center; }
.ppg-practice-session header > span { display: grid; min-height: 2.8rem; place-items: center; border-radius: 3rem; color: var(--ink); background: var(--ppg-practice-accent); font-size: .65rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.ppg-practice-session h4 { margin: 0; font: 600 clamp(1.45rem, 2.3vw, 2rem)/1 var(--serif); }
.ppg-practice-session > p { margin: 1rem 0 1.25rem; color: var(--ink); font-size: .92rem; font-weight: 750; line-height: 1.5; }
.ppg-practice-session dl { display: grid; gap: .8rem; margin: auto 0 0; }
.ppg-practice-session dl > div { padding-top: .8rem; border-top: 1px solid var(--line); }
.ppg-practice-session dt { color: var(--clay-text); font-size: .62rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.ppg-practice-session dd { margin: .3rem 0 0; color: var(--muted); font-size: .8rem; line-height: 1.5; }

[data-ppg-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.2,1); }
[data-ppg-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .ppg-gear-hero-grid,
  .ppg-gear-proof-grid,
  .ppg-gear-ledger-head,
  .ppg-gear-eye-limit-grid,
  .ppg-gear-paddle-cta-grid,
  .ppg-gear-checklist-grid,
  .ppg-gear-method-grid,
  .ppg-game-day-hero-grid { grid-template-columns: 1fr; }
  .ppg-gear-hero-media img { min-height: 32rem; }
  .ppg-gear-path-featured,
  .ppg-gear-path-wide { grid-template-columns: 1fr; }
  .ppg-gear-featured-grid,
  .ppg-guide-library { grid-template-columns: 1fr; }
  .ppg-printable-grid-rich { grid-template-columns: 1fr; }
  .ppg-practice-month-intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .ppg-guide-card { display: grid; grid-template-columns: minmax(15rem, .7fr) minmax(0, 1.3fr); }
  .ppg-game-day-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ppg-game-day-timeline > div:nth-child(odd) { border-left: 0; }
  .ppg-game-day-timeline > div:nth-child(n + 3) { border-top: 1px solid var(--line); }
}

@media (max-width: 680px) {
  .ppg-gear-hub .ppg-gear-hero { background: #fffdf7; }
  .ppg-gear-hero-copy h1 { font-size: clamp(3.6rem, 16vw, 5.4rem); }
  .ppg-gear-proof-chips { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ppg-gear-hero-media { border-radius: 6rem .8rem .8rem; }
  .ppg-gear-hero-media img { min-height: 25rem; }
  .ppg-gear-path-grid,
  .ppg-printable-grid-rich,
  .ppg-partner-plan,
  .ppg-game-day-check-grid { grid-template-columns: 1fr; }
  .ppg-practice-week-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ppg-practice-week-nav a:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .ppg-practice-week-nav a:nth-child(4) { border-top: 1px solid var(--line); }
  .ppg-practice-week-header { grid-template-columns: 1fr; }
  .ppg-practice-week-header > div:first-child { min-height: 0; justify-self: start; padding: .75rem 1rem; text-align: left; }
  .ppg-practice-session-grid { grid-template-columns: 1fr; }
  .ppg-practice-session header { grid-template-columns: 4rem minmax(0, 1fr); }
  .ppg-gear-path-small { grid-template-columns: 8rem minmax(0, 1fr); }
  .ppg-gear-featured-grid { grid-template-columns: 1fr; }
  .ppg-guide-card,
  .ppg-printable-grid-rich .ppg-printable-card { display: block; }
  .ppg-guide-preview,
  .ppg-printable-preview { height: 24rem; min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .ppg-game-day-timeline { grid-template-columns: 1fr; }
  .ppg-game-day-timeline > div + div,
  .ppg-game-day-timeline > div:nth-child(n + 3) { border-top: 1px solid var(--line); border-left: 0; }
  .ppg-simple-table { display: block; overflow-x: auto; }
}

@media (prefers-reduced-motion: reduce) {
  [data-ppg-reveal] { opacity: 1; transform: none; }
}
