:root {
  --green: #119137;
  --green-dark: #075b25;
  --ink: #151816;
  --muted: #5e6862;
  --line: #dfe7e2;
  --soft: #f4f7f5;
  --gold: #f1b533;
  --blue: #155f95;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(15, 37, 25, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  background: var(--white);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green-dark); text-decoration-thickness: 0.08em; text-underline-offset: 0.16em; }
.container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 36px)); }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 10; background: var(--ink); color: white; padding: 8px 12px; }
.skip-link:focus { left: 8px; }

.notice-bar { background: var(--green-dark); color: white; font-size: 0.88rem; }
.notice-bar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.notice-bar a { color: white; opacity: 0.92; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.96); box-shadow: 0 1px 0 rgba(0,0,0,0.08); backdrop-filter: blur(10px); }
.nav-shell { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--ink); text-decoration: none; min-width: 280px; }
.brand img { width: 84px; }
.brand strong { display: block; font-size: 1.05rem; line-height: 1.1; }
.brand em { display: block; color: var(--muted); font-size: 0.82rem; font-style: normal; }
.menu { list-style: none; display: flex; align-items: center; gap: 6px; padding: 0; margin: 0; }
.menu a { display: block; padding: 12px 13px; color: var(--ink); text-decoration: none; font-weight: 700; font-size: 0.92rem; }
.menu a:hover { color: var(--green); }
.menu-toggle { display: none; border: 1px solid var(--line); background: white; padding: 9px 12px; font-weight: 700; }
.header-account-link,
.header-cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--green-dark);
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}
.header-account-link {
  background: rgba(17,145,55,0.08);
  border-color: rgba(17,145,55,0.28);
}
.header-account-link:hover,
.header-cart-link:hover {
  border-color: rgba(17,145,55,0.42);
  background: rgba(17,145,55,0.06);
  color: var(--green-dark);
}
.header-account-link svg,
.header-cart-link svg {
  flex: 0 0 auto;
}
.cart-count {
  min-width: 22px;
  min-height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: 0.76rem;
  line-height: 1;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.1;
}
.button-primary { background: var(--green); color: white; box-shadow: 0 10px 22px rgba(17,145,55,0.25); }
.button-primary:hover { background: var(--green-dark); color: white; }
.button-secondary { border-color: var(--green); color: var(--green-dark); background: white; }
.button-wide { width: 100%; }

.hero {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(90deg, rgba(3,22,10,0.96) 0%, rgba(3,22,10,0.9) 37%, rgba(3,22,10,0.58) 68%, rgba(3,22,10,0.28) 100%),
    url("/wp-content/uploads/2026/07/ptw-hero-racing-slots-casino-collage.jpg") center right / cover no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.38));
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(0,0,0,0.18) 0%, transparent 58%);
}
.hero-art {
  display: none;
}
.hero-track {
  position: absolute;
  right: 8%;
  top: 12%;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255,255,255,0.2);
  transform: rotate(-10deg);
  background:
    linear-gradient(90deg, transparent 0 30%, rgba(255,255,255,0.08) 30% 31%, transparent 31% 63%, rgba(255,255,255,0.08) 63% 64%, transparent 64%),
    rgba(255,255,255,0.035);
}
.hero-tile,
.hero-slip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 22px 50px rgba(0,0,0,0.24);
}
.hero-tile {
  width: 92px;
  height: 92px;
  border-radius: 8px;
  background: rgba(255,255,255,0.12);
  color: #ffffff;
  font-weight: 900;
}
.hero-tile-one { right: 32%; top: 20%; }
.hero-tile-two { right: 12%; top: 34%; background: rgba(241,181,51,0.2); }
.hero-tile-three { right: 26%; bottom: 18%; background: rgba(17,145,55,0.22); }
.hero-slip {
  right: 7%;
  bottom: 30%;
  min-width: 190px;
  min-height: 58px;
  padding: 10px 18px;
  border-radius: 8px;
  background: rgba(255,255,255,0.92);
  color: var(--ink);
  font-weight: 900;
}
.hero-grid { position: relative; z-index: 1; min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.1fr) 390px; gap: 44px; align-items: center; padding: 58px 0; }
.eyebrow { margin: 0 0 10px; color: var(--green); font-size: 0.78rem; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.hero .eyebrow, .hero-panel .panel-label { color: #bff6ce; }
.hero h1 { font-size: clamp(2.5rem, 5vw, 5.1rem); line-height: 0.98; margin: 0; max-width: 820px; }
.hero-lede { max-width: 660px; font-size: 1.2rem; color: rgba(255,255,255,0.86); margin: 24px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.trust-row span { border: 1px solid rgba(255,255,255,0.22); background: rgba(255,255,255,0.08); padding: 8px 12px; border-radius: 999px; color: rgba(255,255,255,0.9); font-size: 0.9rem; }
.hero-panel { background: rgba(255,255,255,0.96); color: var(--ink); border-radius: 8px; padding: 24px; box-shadow: var(--shadow); }
.hero-panel .panel-label { display: inline-block; background: var(--green-dark); color: white; padding: 6px 10px; border-radius: 999px; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; }
.hero-panel img { max-height: 90px; width: auto; margin: 18px 0; }
.hero-panel h2 { font-size: 1.8rem; line-height: 1.12; margin: 0 0 10px; }
.hero-panel small, .bonus-action small { display: block; margin-top: 9px; color: var(--muted); font-size: 0.78rem; }
.racing-feature { border-top: 4px solid var(--gold); }
.racing-feature h2 {
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  white-space: nowrap;
}
.racing-mini-card {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(17,145,55,0.1), transparent),
    repeating-linear-gradient(0deg, transparent 0 17px, rgba(21,24,22,0.08) 17px 18px);
}
.racing-mini-card span,
.racing-mini-card em { display: block; color: var(--muted); font-style: normal; font-weight: 800; }
.racing-mini-card strong { display: block; color: var(--ink); font-size: 2rem; line-height: 1.05; margin: 4px 0; }
.track-tip-rotator {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 42px;
  margin: 0 0 16px;
  padding: 9px 14px;
  border: 1px solid rgba(17,145,55,0.26);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(17,145,55,0.12), rgba(241,181,51,0.14));
  color: var(--green-dark);
  font-weight: 900;
}
.track-tip-rotator::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  margin-right: 9px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(241,181,51,0.16);
}
.track-tip-rotator span {
  position: absolute;
  left: 31px;
  right: 14px;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 280ms ease, transform 280ms ease;
  white-space: nowrap;
}
.track-tip-rotator span.is-active {
  opacity: 1;
  transform: translateY(0);
}

.section { padding: 72px 0; }
.section-heading { max-width: 780px; margin-bottom: 30px; }
.section-heading h2, .content-card h2, .store-band h2 { font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1.05; margin: 0 0 14px; }
.section-heading p, .content-card p, .store-band p { color: var(--muted); }
.compact { margin-bottom: 20px; }

.affiliate-section { background: var(--soft); }
.bonus-grid { display: grid; gap: 14px; }
.bonus-card {
  position: relative;
  display: grid;
  grid-template-columns: 48px 150px minmax(0, 1fr) 210px;
  align-items: center;
  gap: 18px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 10px 26px rgba(14, 30, 20, 0.06);
}
.bonus-card.is-featured { border-color: rgba(17,145,55,0.42); box-shadow: var(--shadow); }
.bonus-rank { color: var(--green-dark); font-weight: 900; font-size: 1.4rem; }
.bonus-logo { min-height: 88px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 12px; }
.bonus-logo img { max-height: 68px; width: auto; object-fit: contain; }
.bonus-logo strong { font-size: 1.15rem; color: var(--blue); }
.bonus-tag { display: inline-flex; width: fit-content; background: rgba(241,181,51,0.18); color: #7a5400; border: 1px solid rgba(241,181,51,0.4); padding: 4px 9px; border-radius: 999px; font-size: 0.76rem; font-weight: 900; text-transform: uppercase; }
.bonus-main h3 { font-size: 1.55rem; margin: 8px 0 4px; }
.bonus-main p { margin: 0; color: var(--muted); }
.bonus-offer { color: var(--ink) !important; font-size: 1.1rem; font-weight: 900; }
.bonus-action { text-align: center; }
.rating { margin-bottom: 10px; }
.rating strong { font-size: 1.7rem; }
.rating span { color: var(--muted); }

.split-section { background: white; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.content-card { border: 1px solid var(--line); border-radius: 8px; padding: 32px; min-height: 360px; background: var(--soft); }
.feature-card {
  overflow: hidden;
  padding: 0;
  background: white;
  box-shadow: 0 16px 42px rgba(14, 30, 20, 0.08);
}
.feature-media {
  position: relative;
  aspect-ratio: 16 / 8.2;
  overflow: hidden;
  background: var(--ink);
}
.feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,0.58));
}
.feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}
.feature-media span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 1;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}
.feature-body { padding: 28px 30px 30px; }
.feature-body h2 { font-size: clamp(1.8rem, 2.4vw, 2.7rem); }
.feature-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0 0; }
.feature-actions .button { min-height: 42px; padding: 11px 14px; }
.slots-card { background: linear-gradient(135deg, #f8fbf9, #eef8f1); }
.racing-card { background: linear-gradient(135deg, #f8fbff, #eef5fb); }
.category-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.category-pills a { background: white; border: 1px solid var(--line); padding: 9px 12px; border-radius: 999px; text-decoration: none; font-weight: 800; color: var(--ink); }
.category-pills a:hover { border-color: var(--green); color: var(--green-dark); }

.latest-section { background: var(--soft); }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.post-card { background: white; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: 0 10px 26px rgba(14, 30, 20, 0.06); }
.post-thumb { aspect-ratio: 16 / 9; display: grid; place-items: center; background: linear-gradient(135deg, var(--green-dark), var(--blue)); color: white; text-decoration: none; font-weight: 900; }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-card-body { padding: 18px; }
.post-meta { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 0.84rem; font-weight: 700; }
.post-meta a { color: var(--green-dark); text-decoration: none; }
.post-card h3 { margin: 8px 0 8px; font-size: 1.18rem; line-height: 1.25; }
.post-card h3 a { color: var(--ink); text-decoration: none; }
.post-card p { color: var(--muted); margin: 0; }
.section-action { text-align: center; margin-top: 28px; }

.store-tease { background: white; }
.store-band {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  min-height: 310px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  padding: 44px 34px;
  color: white;
  background:
    linear-gradient(90deg, rgba(8,17,12,0.96) 0%, rgba(8,17,12,0.82) 46%, rgba(8,17,12,0.28) 100%),
    url("/wp-content/uploads/2026/07/ptw-store-merchandise-background.jpg") center right / cover no-repeat;
  box-shadow: 0 20px 60px rgba(15, 37, 25, 0.18);
}
.store-band::after {
  content: "PTW Store";
  position: absolute;
  right: 34px;
  bottom: 28px;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.86);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}
.store-band > * { position: relative; z-index: 1; }
.store-band h2 { max-width: 720px; }
.store-band p { color: rgba(255,255,255,0.84); max-width: 720px; }
.store-band .button-secondary { border-color: white; background: rgba(255,255,255,0.94); color: var(--green-dark); box-shadow: 0 16px 30px rgba(0,0,0,0.18); }

.archive-hero {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(90deg, rgba(3,22,10,0.96) 0%, rgba(3,22,10,0.84) 46%, rgba(3,22,10,0.42) 100%),
    url("/wp-content/uploads/2026/07/ptw-archive-library-background.jpg") center right / cover no-repeat;
  padding: 44px 0 32px;
}
.archive-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1), rgba(0,0,0,0.34));
}
.archive-hero .container { position: relative; z-index: 1; }
.archive-hero h1, .single-hero h1 { font-size: clamp(2.2rem, 4vw, 4.2rem); line-height: 1.04; margin: 0; }
.archive-hero .eyebrow { color: #bff6ce; }
.archive-hero p { color: rgba(255,255,255,0.82); max-width: 760px; }
.filter-strip {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #e9f0ec, var(--soft));
  padding: 16px 0 18px;
}
.filter-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px 22px;
  background: linear-gradient(135deg, #f9fbfa, #eef6f2);
  border: 1px solid rgba(7,91,37,0.12);
  border-radius: 8px;
  padding: 16px 18px;
  box-shadow: 0 14px 34px rgba(3, 22, 10, 0.12);
}
.filter-group + .filter-group { margin-top: 0; padding-top: 0; padding-left: 22px; border-top: 0; border-left: 1px solid rgba(7,91,37,0.12); }
.filter-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 8px; }
.filter-heading span { font-weight: 900; color: var(--ink); }
.filter-heading a { font-weight: 800; text-decoration: none; color: var(--green-dark); }
.filter-heading a.is-active { color: var(--ink); }
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.84rem;
}
.filter-chip span {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(7,91,37,0.08);
  color: var(--muted);
  font-size: 0.78rem;
}
.filter-chip:hover,
.filter-chip.is-active { border-color: var(--green); color: var(--green-dark); background: rgba(17,145,55,0.07); }
.filter-chip.is-active span { background: var(--green); color: white; }
.keyword-chip { font-size: 0.8rem; min-height: 30px; }
.filter-strip + .section { padding-top: 44px; }
.pagination-wrap { margin-top: 30px; }
.nav-links { display: flex; gap: 8px; justify-content: center; }
.page-numbers { padding: 8px 12px; border: 1px solid var(--line); text-decoration: none; color: var(--ink); background: white; }
.page-numbers.current { background: var(--green); color: white; border-color: var(--green); }

.racing-landing {
  background: #f4f7f5;
}
.racing-conversion-hero {
  position: relative;
  overflow: hidden;
  color: white;
  min-height: 560px;
  padding: 58px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 74% 24%, rgba(241,181,51,0.22), transparent 25%),
    linear-gradient(90deg, rgba(3,22,10,0.98) 0%, rgba(3,22,10,0.93) 38%, rgba(3,22,10,0.48) 66%, rgba(3,22,10,0.14) 100%),
    url("/wp-content/uploads/2026/07/ptw-racing-app-promo.webp") center right / cover no-repeat;
}
.racing-conversion-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.24)),
    linear-gradient(0deg, rgba(3,22,10,0.48), transparent 42%);
}
.racing-conversion-hero > .container {
  position: relative;
  z-index: 1;
}
.racing-landing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 44px;
  align-items: end;
}
.racing-hero-copy {
  max-width: 760px;
  padding: 18px 0 24px;
}
.racing-hero-copy .eyebrow,
.racing-value-copy .eyebrow,
.racing-final-cta .eyebrow {
  color: #bff6ce;
}
.racing-hero-copy h1 {
  font-size: clamp(2.55rem, 4.7vw, 4.9rem);
  line-height: 0.98;
  margin: 0 0 18px;
  max-width: 820px;
}
.racing-lead {
  color: rgba(255,255,255,0.86);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  max-width: 680px;
  margin: 0 0 26px;
}
.racing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.racing-hero-actions .button-secondary {
  border-color: rgba(255,255,255,0.46);
  color: white;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
}
.racing-value-pill {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 8px 12px;
  border-radius: 999px;
  color: white;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
}
.racing-value-pill span {
  color: rgba(255,255,255,0.76);
  font-weight: 800;
}
.racing-value-pill strong {
  color: #ffe09a;
}
.racing-price-card {
  padding: 26px;
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(255,255,255,0.54);
  box-shadow: 0 28px 80px rgba(0,0,0,0.28);
}
.racing-price-card h2 {
  font-size: 3.5rem;
  line-height: 0.95;
  margin: 14px 0 8px;
}
.racing-price-card p {
  color: var(--muted);
  margin: 0 0 18px;
}
.racing-price-card .button {
  width: 100%;
  margin-top: 16px;
}
.racing-price-card small {
  display: block;
  margin-top: 13px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}
.racing-price-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-top: 1px solid var(--line);
}
.racing-price-line span {
  color: var(--muted);
  font-weight: 800;
}
.racing-price-line strong {
  color: var(--green-dark);
}
.racing-stat-band {
  background: #0d1510;
  padding: 18px 0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}
.racing-hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.racing-stat {
  min-height: 92px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255,255,255,0.11);
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(12px);
}
.racing-stat strong,
.racing-stat span {
  display: block;
}
.racing-stat strong {
  color: white;
  font-size: 1.45rem;
  line-height: 1.08;
}
.racing-stat span {
  color: rgba(255,255,255,0.72);
  margin-top: 7px;
  font-weight: 800;
  line-height: 1.35;
}
.racing-proof-section {
  background: white;
}
.racing-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.racing-proof-card {
  min-height: 300px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(17,145,55,0.05), rgba(255,255,255,0)),
    white;
  box-shadow: 0 12px 34px rgba(14, 30, 20, 0.06);
}
.racing-proof-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--green-dark);
  background: rgba(17,145,55,0.1);
  font-weight: 900;
  margin-bottom: 18px;
}
.racing-proof-card h3 {
  font-size: 1.35rem;
  line-height: 1.15;
  margin: 0 0 10px;
}
.racing-proof-card p {
  color: var(--muted);
  margin: 0;
}
.racing-value-section {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(135deg, rgba(7,91,37,0.96), rgba(13,21,16,0.98) 58%, rgba(21,95,149,0.88)),
    linear-gradient(90deg, transparent, rgba(241,181,51,0.2));
}
.racing-value-section::after {
  content: "";
  position: absolute;
  right: -70px;
  top: 30px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255,255,255,0.16);
  transform: rotate(12deg);
}
.racing-value-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 48px;
  align-items: center;
}
.racing-value-copy h2,
.racing-final-cta h2 {
  font-size: clamp(2.1rem, 4vw, 4.25rem);
  line-height: 1.02;
  margin: 0 0 16px;
}
.racing-value-copy p,
.racing-final-cta p {
  color: rgba(255,255,255,0.78);
  max-width: 720px;
}
.racing-calculator {
  padding: 28px;
  border-radius: 8px;
  background: rgba(255,255,255,0.96);
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(0,0,0,0.24);
}
.racing-calc-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.racing-calc-row span {
  color: var(--muted);
  font-weight: 800;
}
.racing-calc-row strong {
  font-size: 1.25rem;
}
.racing-calc-total {
  display: grid;
  gap: 4px;
  margin-top: 22px;
  padding: 24px;
  border-radius: 8px;
  text-align: center;
  background: linear-gradient(135deg, rgba(241,181,51,0.18), rgba(17,145,55,0.1));
}
.racing-calc-total span,
.racing-calc-total em {
  color: var(--muted);
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.racing-calc-total strong {
  color: var(--green-dark);
  font-size: 4rem;
  line-height: 0.95;
}
.racing-app-section {
  background:
    linear-gradient(180deg, #f4f7f5, #ffffff);
}
.racing-app-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: stretch;
}
.racing-app-panel {
  padding: 34px;
  border-radius: 8px;
  color: white;
  background:
    linear-gradient(135deg, rgba(3,22,10,0.96), rgba(7,91,37,0.86)),
    url("/wp-content/uploads/2026/07/ptw-feature-horse-racing.jpg") center / cover no-repeat;
  box-shadow: var(--shadow);
}
.racing-app-panel p {
  color: rgba(255,255,255,0.78);
}
.racing-app-panel .button-secondary {
  border-color: white;
  color: var(--green-dark);
}
.racing-benefit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.racing-benefit-list div {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: white;
}
.racing-benefit-list h3 {
  margin: 0 0 8px;
  font-size: 1.22rem;
}
.racing-benefit-list p {
  color: var(--muted);
  margin: 0;
}
.racing-final-cta {
  padding: 44px 0;
  color: white;
  background: #0d1510;
}
.racing-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.store-landing {
  background: #f4f7f5;
}
.store-hero {
  position: relative;
  overflow: hidden;
  color: white;
  min-height: 560px;
  padding: 70px 0;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(3,22,10,0.98) 0%, rgba(3,22,10,0.91) 42%, rgba(3,22,10,0.48) 70%, rgba(3,22,10,0.14) 100%),
    url("/wp-content/uploads/2026/07/ptw-store-mug-hero.webp") center right / cover no-repeat;
}
.store-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05), rgba(0,0,0,0.28));
}
.store-hero > .container {
  position: relative;
  z-index: 1;
}
.store-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 42px;
  align-items: end;
}
.store-hero-copy {
  max-width: 760px;
}
.store-hero-copy .eyebrow {
  color: #bff6ce;
}
.store-hero h1 {
  font-size: clamp(2.6rem, 4.9vw, 5rem);
  line-height: 0.98;
  margin: 0 0 18px;
  max-width: 850px;
}
.store-hero p {
  color: rgba(255,255,255,0.82);
  font-size: clamp(1.04rem, 1.4vw, 1.24rem);
  max-width: 660px;
}
.store-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.store-hero-actions .button-secondary {
  border-color: rgba(255,255,255,0.46);
  color: white;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
}
.store-launch-card {
  padding: 26px;
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255,255,255,0.94);
  box-shadow: 0 28px 80px rgba(0,0,0,0.26);
}
.store-launch-card h2 {
  font-size: 3.7rem;
  line-height: 0.95;
  margin: 14px 0 10px;
}
.store-launch-card p {
  color: var(--muted);
  font-size: 1rem;
}
.store-launch-lines {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.store-launch-lines span {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 6px;
  background: #f4f7f5;
  color: var(--ink);
  font-weight: 900;
}
.store-filter-section {
  padding: 18px 0;
  background: #0d1510;
}
.store-filter-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  color: white;
}
.store-filter-panel .eyebrow {
  color: #bff6ce;
}
.store-filter-panel h2 {
  font-size: clamp(1.4rem, 2.3vw, 2rem);
  line-height: 1.08;
  margin: 0;
}
.store-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.store-filter-button {
  min-height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.08);
  color: white;
  padding: 8px 12px;
  font-weight: 900;
  cursor: pointer;
}
.store-filter-button:hover,
.store-filter-button.is-active {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}
.store-product-section {
  background:
    radial-gradient(circle at 18% 10%, rgba(241,181,51,0.12), transparent 28%),
    linear-gradient(180deg, #f4f7f5, white);
}
.store-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: start;
}
.store-preview-card {
  position: sticky;
  top: 118px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: white;
  box-shadow: var(--shadow);
}
.store-preview-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.store-preview-caption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border-top: 1px solid var(--line);
}
.store-preview-caption span {
  font-weight: 900;
  color: var(--ink);
}
.store-preview-caption strong {
  color: var(--muted);
  font-size: 0.9rem;
}
.store-product-copy {
  padding: 34px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: white;
  box-shadow: 0 14px 38px rgba(14,30,20,0.06);
}
.store-product-copy h2 {
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  line-height: 1.04;
  margin: 0 0 14px;
}
.store-product-intro,
.store-option-head p,
.store-care-note {
  color: var(--muted);
}
.store-product-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}
.store-product-meta div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fbf9;
}
.store-product-meta span,
.store-product-meta strong {
  display: block;
}
.store-product-meta span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}
.store-product-meta strong {
  color: var(--green-dark);
  font-size: 1.2rem;
  line-height: 1.25;
  margin-top: 5px;
}
.store-option-head {
  margin: 18px 0 12px;
}
.store-option-head h3 {
  margin: 0 0 2px;
  font-size: 1.3rem;
}
.store-variant-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.store-variant-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 104px;
  text-align: left;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: white;
  cursor: pointer;
}
.store-variant-card[hidden] {
  display: none;
}
.store-variant-card:hover,
.store-variant-card.is-active {
  border-color: var(--green);
  box-shadow: 0 12px 28px rgba(17,145,55,0.12);
}
.store-variant-card img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 6px;
  background: #eef4f1;
}
.store-variant-card span,
.store-variant-card small {
  grid-column: 2;
}
.store-variant-card span {
  color: var(--ink);
  font-weight: 900;
  line-height: 1.15;
}
.store-variant-card small {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.35;
}
.store-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.store-care-note {
  margin: 16px 0 0;
  font-size: 0.84rem;
}
.store-trust-section {
  padding: 24px 0;
  background: white;
}
.store-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.store-trust-grid div {
  padding: 18px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #f8fbf9;
}
.store-trust-grid span,
.store-trust-grid strong {
  display: block;
}
.store-trust-grid span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}
.store-trust-grid strong {
  color: var(--ink);
  font-size: 1.12rem;
  line-height: 1.25;
  margin-top: 5px;
}

.woocommerce .woocommerce-breadcrumb {
  width: min(1040px, calc(100% - 36px));
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 0.88rem;
}
.woocommerce .woocommerce-breadcrumb a {
  color: var(--green-dark);
  font-weight: 800;
}
body.single-product .woocommerce {
  width: min(1040px, calc(100% - 36px));
  margin: 0 auto;
  padding: 24px 0 68px;
}
body.single-product #content.site-main,
body.single-product .site-main {
  width: min(1040px, calc(100% - 36px));
  margin: 0 auto;
  padding: 24px 0 68px;
}
body.single-product #sidebar {
  display: none !important;
}
body.single-product #container {
  width: 100%;
}
.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  float: none !important;
  width: auto !important;
}
.woocommerce div.product div.images {
  overflow: hidden;
  justify-self: start;
  max-width: 420px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: white;
  box-shadow: 0 14px 34px rgba(14,30,20,0.08);
}
.woocommerce div.product div.images img {
  width: 100%;
  height: auto;
  display: block;
  cursor: default;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
}
.woocommerce div.product div.images.ptw-gallery-ready .woocommerce-product-gallery__image {
  display: none;
}
.woocommerce div.product div.images.ptw-gallery-ready .woocommerce-product-gallery__image.is-active {
  display: block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  cursor: default;
}
.woocommerce div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 10px !important;
  padding: 0 !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}
.woocommerce div.product div.images .flex-control-thumbs img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 6px;
  opacity: 0.72;
}
.woocommerce div.product div.images .flex-control-thumbs img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs img:hover {
  border-color: var(--green);
  opacity: 1;
}
.woocommerce div.product .woocommerce-product-gallery__trigger {
  display: none !important;
}
.woocommerce div.product div.summary {
  padding: 28px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: white;
  box-shadow: 0 14px 38px rgba(14,30,20,0.06);
}
.woocommerce div.product .product_title {
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  line-height: 1.08;
  margin: 0 0 12px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--green-dark);
  font-size: 1.72rem;
  font-weight: 900;
}
.woocommerce div.product form.cart {
  margin: 20px 0;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #f8fbf9;
}
.woocommerce div.product form.cart .variations {
  width: 100%;
  margin-bottom: 16px;
}
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
  display: block;
  padding: 0 0 8px;
  text-align: left;
}
.woocommerce div.product form.cart .variations label {
  display: block;
  color: var(--ink);
  font-weight: 900;
  margin-bottom: 7px;
}
.woocommerce div.product form.cart select,
.woocommerce .quantity .qty {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
  color: var(--ink);
  padding: 8px 10px;
  font: inherit;
  font-weight: 800;
}
.woocommerce .quantity .qty {
  width: 72px;
  text-align: center;
}
.woocommerce div.product form.cart .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  min-height: 44px;
  border-radius: 6px !important;
  background: var(--green) !important;
  color: white !important;
  border: 1px solid var(--green) !important;
  padding: 12px 18px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  box-shadow: 0 10px 22px rgba(17,145,55,0.25);
}
.woocommerce div.product form.cart .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--green-dark) !important;
  border-color: var(--green-dark) !important;
}
.woocommerce div.product .product_meta {
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.woocommerce div.product .product_meta a {
  color: var(--green-dark);
  font-weight: 800;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .upsells {
  grid-column: 1 / -1;
}
.woocommerce div.product .woocommerce-tabs {
  margin-top: 12px;
  padding: 22px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: white;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0 0 18px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 6px;
}

.single-layout { background: linear-gradient(180deg, #f3f7f5 0, white 520px); }
.single-hero {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(90deg, rgba(3,22,10,0.96) 0%, rgba(3,22,10,0.86) 52%, rgba(3,22,10,0.48) 100%),
    url("/wp-content/uploads/2026/07/ptw-archive-library-background.jpg") center right / cover no-repeat;
  padding: 78px 0 66px;
}
.single-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.06), rgba(0,0,0,0.34));
}
.single-hero .container { position: relative; z-index: 1; }
.single-hero .post-meta,
.single-hero .post-meta a { color: rgba(255,255,255,0.82); }
.single-hero .post-meta a { text-decoration: none; }
.single-hero p { color: rgba(255,255,255,0.82); max-width: 760px; }
.article-image { margin-top: 38px; position: relative; z-index: 1; }
.article-image img { width: 100%; max-height: 540px; object-fit: cover; border-radius: 8px; box-shadow: 0 24px 70px rgba(3,22,10,0.18); }
.article-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 42px; padding: 44px 0 80px; }
.article-content { font-size: 1.05rem; }
.article-content h2 { font-size: 2rem; line-height: 1.18; margin-top: 2em; }
.article-content h3 { font-size: 1.45rem; margin-top: 1.7em; }
.article-content img { border-radius: 8px; }
.article-content table { width: 100%; border-collapse: collapse; }
.article-content th, .article-content td { border: 1px solid var(--line); padding: 10px; }
.sidebar-stack { position: sticky; top: 118px; display: grid; gap: 16px; }
.sidebar-widget {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 36px rgba(14, 30, 20, 0.08);
}
.sidebar-widget h2 { font-size: 1.28rem; line-height: 1.15; margin: 10px 0; }
.sidebar-widget p { color: var(--muted); margin: 0; }
.sidebar-promo-gif { background: #07110b; }
.sidebar-promo-gif a,
.sidebar-promo-gif img { display: block; width: 100%; }
.sidebar-promo-gif img { height: auto; }
.compact-gif { max-height: 276px; }
.offer-board,
.racing-nudge,
.related-widget { padding: 18px; }
.offer-board {
  color: white;
  background:
    linear-gradient(155deg, rgba(7,91,37,0.96), rgba(13,21,16,0.98)),
    linear-gradient(90deg, transparent, rgba(241,181,51,0.16));
}
.offer-board .bonus-tag { background: rgba(241,181,51,0.2); color: #ffe7a1; border-color: rgba(241,181,51,0.36); }
.offer-board p,
.offer-board .sidebar-intro { color: rgba(255,255,255,0.74); }
.mini-offer-list { display: grid; gap: 10px; margin-top: 14px; }
.mini-offer {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 44px;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  color: white;
  text-decoration: none;
}
.mini-offer:hover { background: rgba(255,255,255,0.14); color: white; }
.mini-offer-logo {
  display: grid;
  place-items: center;
  width: 48px;
  height: 44px;
  border-radius: 8px;
  background: white;
  color: var(--green-dark);
  font-weight: 900;
}
.mini-offer-logo img { max-width: 40px; max-height: 32px; object-fit: contain; }
.mini-offer-copy { min-width: 0; }
.mini-offer-copy strong,
.mini-offer-copy em { display: block; }
.mini-offer-copy strong { font-size: 0.92rem; }
.mini-offer-copy em { color: rgba(255,255,255,0.72); font-size: 0.78rem; font-style: normal; line-height: 1.25; }
.mini-offer-score {
  display: grid;
  place-items: center;
  min-height: 34px;
  border-radius: 999px;
  background: var(--gold);
  color: #251800;
  font-size: 0.84rem;
  font-weight: 900;
}
.racing-nudge {
  color: white;
  background:
    linear-gradient(135deg, rgba(11,45,26,0.94), rgba(11,33,52,0.9)),
    url("/wp-content/uploads/2026/07/ptw-feature-horse-racing.jpg") center / cover no-repeat;
}
.racing-nudge .bonus-tag { background: rgba(255,255,255,0.14); color: #d7ffe1; border-color: rgba(255,255,255,0.24); }
.racing-nudge p { color: rgba(255,255,255,0.82); margin-bottom: 14px; }
.racing-nudge .button-primary { box-shadow: 0 12px 24px rgba(0,0,0,0.22); }
.related-list { display: grid; gap: 10px; margin-top: 12px; }
.related-list a {
  display: block;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
}
.related-list a:first-child { border-top: 0; padding-top: 0; }
.related-list strong { display: block; line-height: 1.25; }
.related-list span { color: var(--muted); font-size: 0.82rem; font-weight: 800; }
.article-journey {
  margin-top: 52px;
  padding: 28px;
  border: 1px solid rgba(7,91,37,0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(248,251,249,0.96), rgba(238,248,241,0.94)),
    url("/wp-content/uploads/2026/07/ptw-archive-library-background.jpg") center right / cover no-repeat;
  box-shadow: 0 18px 48px rgba(14, 30, 20, 0.08);
}
.journey-heading { max-width: 680px; }
.journey-heading h2 {
  margin: 10px 0 8px;
  font-size: clamp(1.7rem, 2.5vw, 2.4rem);
  line-height: 1.08;
}
.journey-heading p { color: var(--muted); margin: 0; }
.journey-topics { margin-top: 22px; }
.journey-topics h3,
.journey-subhead h3 {
  margin: 0;
  font-size: 1rem;
}
.journey-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 10px;
}
.journey-chips a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  color: var(--ink);
  font-weight: 800;
  font-size: 0.86rem;
  text-decoration: none;
}
.journey-chips a:hover { border-color: var(--green); color: var(--green-dark); }
.journey-related { margin-top: 24px; }
.journey-subhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}
.journey-subhead a { font-weight: 900; text-decoration: none; }
.journey-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.journey-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.92);
  color: var(--ink);
  text-decoration: none;
}
.journey-card:hover { border-color: rgba(17,145,55,0.42); color: var(--green-dark); }
.journey-thumb {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, var(--green-dark), var(--blue));
  color: white;
}
.journey-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.journey-card-body {
  display: block;
  padding: 12px;
}
.journey-card-body small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 5px;
}
.journey-card-body strong {
  display: block;
  line-height: 1.25;
  font-size: 0.92rem;
}

@media (prefers-reduced-motion: no-preference) {
  .offer-board .bonus-tag { animation: ptwPulse 2.6s ease-in-out infinite; }
  @keyframes ptwPulse {
    0%, 100% { box-shadow: 0 0 0 rgba(241,181,51,0); }
    50% { box-shadow: 0 0 0 5px rgba(241,181,51,0.14); }
  }
}

.site-footer { background: #0d1510; color: rgba(255,255,255,0.78); padding: 54px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 34px; }
.footer-logo { width: 110px; margin-bottom: 14px; }
.site-footer h2 { color: white; font-size: 1rem; margin: 0 0 12px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin: 8px 0; }
.footer-links a, .copyright a { color: white; }
.affiliate-note { font-size: 0.86rem; color: rgba(255,255,255,0.62); }
.copyright { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid rgba(255,255,255,0.12); margin-top: 34px; padding-top: 20px; font-size: 0.86rem; }

.ptw-contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 28px;
  align-items: start;
}
.ptw-contact-copy,
.ptw-contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(14, 37, 25, 0.08);
}
.ptw-contact-copy {
  padding: 28px;
}
.ptw-contact-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.05;
}
.ptw-contact-copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}
.ptw-contact-form {
  display: grid;
  gap: 15px;
  padding: 24px;
}
.ptw-contact-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 900;
}
.ptw-contact-form input,
.ptw-contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}
.ptw-contact-form textarea {
  resize: vertical;
}
.ptw-contact-form input:focus,
.ptw-contact-form textarea:focus {
  outline: 2px solid rgba(17, 145, 55, 0.2);
  border-color: var(--green);
}
.ptw-hidden-field {
  position: absolute;
  left: -9999px;
}
.form-notice {
  margin: 0;
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 800;
}
.form-notice-success {
  background: rgba(17, 145, 55, 0.11);
  color: var(--green-dark);
}
.form-notice-error {
  background: rgba(179, 38, 30, 0.1);
  color: #8f1f18;
}

@media (max-width: 920px) {
  .nav-shell { min-height: 80px; }
  .brand { min-width: 0; }
  .brand img { width: 66px; }
  .brand span { display: none; }
  .menu-toggle { display: inline-flex; }
  .primary-nav { display: none; position: absolute; left: 0; right: 0; top: 108px; background: white; border-top: 1px solid var(--line); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: block; }
  .menu { display: block; width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 12px 0; }
  .menu a { padding: 12px 0; }
  .header-account-link {
    margin-left: auto;
  }
  .header-cart-link {
    margin-left: 0;
  }
  .account-label,
  .cart-label {
    display: none;
  }
  .header-account-link,
  .header-cart-link {
    width: 42px;
    padding: 9px;
  }
  .cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    min-height: 18px;
    font-size: 0.68rem;
  }
  .hero-grid, .split-grid, .article-grid, .footer-grid, .ptw-contact-shell { grid-template-columns: 1fr; }
  .racing-landing-grid, .racing-value-grid, .racing-app-grid, .racing-final-grid { grid-template-columns: 1fr; }
  .store-hero-grid, .store-filter-panel, .store-product-layout { grid-template-columns: 1fr; }
  .store-hero { min-height: auto; padding: 58px 0; background-position: 62% center; }
  .store-launch-card { max-width: 420px; }
  .store-filter-buttons { justify-content: flex-start; }
  .store-preview-card { position: static; }
  .store-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .racing-conversion-hero { min-height: auto; padding: 70px 0 30px; background-position: 62% center; }
  .racing-price-card { max-width: 440px; }
  .racing-hero-stats, .racing-proof-grid, .racing-benefit-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-grid { min-height: auto; padding: 44px 0; }
  .sidebar-stack { position: static; }
  .journey-card-grid { grid-template-columns: 1fr; }
  .filter-panel { grid-template-columns: 1fr; }
  .filter-group + .filter-group { margin-top: 12px; padding-top: 12px; padding-left: 0; border-top: 1px solid rgba(7,91,37,0.12); border-left: 0; }
  .hero-track, .hero-tile, .hero-slip { opacity: 0.35; }
  .bonus-card { grid-template-columns: 42px 112px minmax(0, 1fr); }
  .bonus-action { grid-column: 1 / -1; display: grid; grid-template-columns: 90px 1fr; gap: 12px; align-items: center; text-align: left; }
  .bonus-action small { grid-column: 1 / -1; }
  .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .notice-bar-inner, .copyright, .store-band { display: block; }
  .hero { background-position: 58% center; }
  .hero h1 { font-size: 2.35rem; }
  .store-hero {
    padding: 48px 0;
    background-position: 72% center;
  }
  .store-hero h1 { font-size: 2.35rem; }
  .store-launch-card, .store-product-copy { padding: 22px; }
  .store-product-meta, .store-variant-grid, .store-trust-grid { grid-template-columns: 1fr; }
  .store-variant-card { grid-template-columns: 74px minmax(0, 1fr); min-height: 94px; }
  .store-variant-card img { width: 74px; height: 74px; }
  .store-product-actions .button { width: 100%; }
  .store-preview-caption { display: block; }
  .store-preview-caption strong { display: block; margin-top: 4px; }
  body.single-product .woocommerce { width: min(100% - 28px, 1180px); padding-bottom: 52px; }
  .woocommerce .woocommerce-breadcrumb { width: min(100% - 28px, 1180px); }
  .woocommerce div.product div.summary,
  .woocommerce div.product .woocommerce-tabs,
  .woocommerce div.product form.cart { padding: 22px; }
  .woocommerce div.product form.cart .button { width: 100%; margin-top: 10px; }
  .racing-conversion-hero {
    padding: 52px 0 24px;
    background-position: 70% center;
  }
  .racing-hero-copy h1 { font-size: 2.45rem; }
  .racing-hero-actions .button,
  .racing-final-grid .button { width: 100%; }
  .racing-value-pill { border-radius: 8px; }
  .racing-hero-stats, .racing-proof-grid, .racing-benefit-list { grid-template-columns: 1fr; }
  .racing-stat, .racing-proof-card { min-height: auto; }
  .racing-price-card, .racing-calculator, .racing-app-panel, .racing-benefit-list div { padding: 22px; }
  .racing-price-card h2,
  .racing-calc-total strong { font-size: 3.2rem; }
  .hero-panel { padding: 18px; }
  .hero-art { display: none; }
  .filter-heading { display: block; }
  .filter-heading a { display: inline-block; margin-top: 6px; }
  .article-journey { padding: 22px; }
  .journey-subhead { display: block; }
  .journey-subhead a { display: inline-block; margin-top: 6px; }
  .bonus-card { grid-template-columns: 1fr; }
  .bonus-rank { position: absolute; top: 16px; right: 16px; }
  .bonus-logo { min-height: 76px; }
  .bonus-action { grid-template-columns: 1fr; text-align: center; }
  .post-grid { grid-template-columns: 1fr; }
  .section { padding: 52px 0; }
  .content-card, .store-band { padding: 22px; }
  .store-band { min-height: 380px; background-position: 64% center; padding-bottom: 62px; }
  .store-band::after { left: 22px; right: auto; bottom: 22px; }
  .feature-card { padding: 0; }
  .feature-body { padding: 22px; }
  .feature-media { aspect-ratio: 16 / 10; }
}

.store-archive {
  background: #f6f8f6;
}
.store-archive-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 74px 0 62px;
  background:
    linear-gradient(90deg, rgba(6,34,18,0.94) 0%, rgba(6,34,18,0.84) 45%, rgba(6,34,18,0.38) 100%),
    url("/wp-content/uploads/2026/07/ptw-store-merchandise-background.jpg") center right / cover no-repeat;
  color: white;
}
.store-archive-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 340px;
  gap: 42px;
  align-items: end;
}
.store-archive-copy {
  max-width: 760px;
}
.store-archive-copy .eyebrow {
  color: #bff6ce;
}
.store-archive-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5.5rem);
  line-height: 0.96;
}
.store-archive-copy p {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(255,255,255,0.84);
  font-size: 1.08rem;
  line-height: 1.65;
}
.store-archive-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.store-archive-actions .button-secondary {
  border-color: rgba(255,255,255,0.72);
  background: rgba(255,255,255,0.94);
  color: var(--green-dark);
}
.store-archive-card {
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 8px;
  background: rgba(255,255,255,0.11);
  box-shadow: 0 28px 60px rgba(0,0,0,0.22);
  backdrop-filter: blur(12px);
}
.store-archive-card span,
.store-archive-card strong {
  display: block;
}
.store-archive-card span {
  color: #bff6ce;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}
.store-archive-card strong {
  margin-top: 8px;
  font-size: 1.55rem;
  line-height: 1.12;
}
.store-archive-card p {
  margin: 12px 0 0;
  color: rgba(255,255,255,0.8);
  line-height: 1.55;
}
.store-category-strip {
  margin-top: -34px;
  position: relative;
  z-index: 2;
}
.store-category-panel {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 24px 50px rgba(15,24,18,0.12);
}
.store-category-heading,
.store-products-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}
.store-category-heading h2,
.store-products-head h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.05;
}
.store-category-reset {
  color: var(--green-dark);
  font-weight: 900;
  text-decoration: none;
}
.store-category-chips {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.store-category-chip {
  position: relative;
  display: block;
  min-height: 96px;
  padding: 16px 54px 16px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f7faf8);
  color: var(--ink);
  text-decoration: none;
}
.store-category-chip:hover,
.store-category-chip.is-active {
  border-color: rgba(17,145,55,0.5);
  box-shadow: 0 16px 34px rgba(15,24,18,0.09);
}
.store-category-chip.is-active {
  background: linear-gradient(180deg, rgba(17,145,55,0.11), #fff);
}
.store-category-chip span,
.store-category-chip small {
  display: block;
}
.store-category-chip span {
  font-weight: 900;
  font-size: 1rem;
}
.store-category-chip small {
  margin-top: 7px;
  color: var(--muted);
  line-height: 1.35;
}
.store-category-chip em {
  position: absolute;
  top: 14px;
  right: 14px;
  min-width: 30px;
  min-height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(17,145,55,0.1);
  color: var(--green-dark);
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 900;
}
.store-products-section {
  padding: 58px 0 86px;
}
.store-products-head {
  margin-bottom: 20px;
}
.store-products-head p {
  margin: 0;
  color: var(--muted);
  font-weight: 900;
}
.store-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.store-product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 18px 42px rgba(15,24,18,0.08);
}
.store-product-card:hover {
  border-color: rgba(17,145,55,0.42);
}
.store-product-media {
  display: block;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #edf4ef, #ffffff);
}
.store-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
}
.store-product-cats {
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}
.store-product-body h3 {
  margin: 7px 0 8px;
  font-size: 1.25rem;
  line-height: 1.2;
}
.store-product-body h3 a {
  color: var(--ink);
  text-decoration: none;
}
.store-product-price {
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 900;
}
.store-product-body p {
  flex: 1;
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.55;
}
.store-empty-state {
  max-width: 620px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 18px 42px rgba(15,24,18,0.08);
}
.store-empty-state h3 {
  margin: 0 0 10px;
  font-size: 2rem;
}
.store-empty-state p:not(.eyebrow) {
  color: var(--muted);
}
.ptw-native-select-hidden {
  position: absolute !important;
  width: 1px !important;
  min-width: 1px !important;
  max-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  max-height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}
.ptw-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 6px 0 12px;
}
.ptw-swatch {
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.1;
}
.ptw-swatch:hover,
.ptw-swatch.is-active {
  border-color: var(--green);
  background: rgba(17,145,55,0.1);
  color: var(--green-dark);
}
.woocommerce div.product form.cart .variations .ptw-swatches + .reset_variations {
  display: inline-block;
  margin-top: 6px;
}

@media (max-width: 920px) {
  .store-archive-grid,
  .store-category-heading,
  .store-products-head {
    display: block;
  }
  .store-archive-card {
    max-width: 420px;
    margin-top: 28px;
  }
  .store-category-chips,
  .store-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .store-category-reset,
  .store-products-head p {
    display: inline-block;
    margin-top: 8px;
  }
}

@media (max-width: 620px) {
  .store-archive-hero {
    min-height: auto;
    padding: 54px 0 72px;
    background-position: 64% center;
  }
  .store-archive-copy h1 {
    font-size: 2.45rem;
  }
  .store-archive-actions .button {
    width: 100%;
  }
  .store-category-panel,
  .store-empty-state {
    padding: 18px;
  }
  .store-category-chips,
  .store-product-grid {
    grid-template-columns: 1fr;
  }
  .store-category-chip {
    min-height: 82px;
  }
  .store-products-section {
    padding: 42px 0 62px;
  }
  .ptw-swatch {
    flex: 1 1 calc(50% - 8px);
    text-align: center;
  }
}
