body .ppg-newsletter-form {
  display: block;
  width: 100%;
  max-width: 42rem;
}

.ppg-newsletter-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .65rem;
  align-items: stretch;
}

.ppg-newsletter-row label {
  display: block;
}

.ppg-newsletter-row input[type="email"] {
  width: 100%;
  min-height: 3.45rem;
  padding: .85rem 1rem;
  border: 1px solid rgba(11, 64, 56, .28);
  border-radius: .25rem;
  background: #fff;
  color: #0b4038;
  font: inherit;
}

.ppg-newsletter-row input[type="email"]::placeholder {
  color: #6a7d77;
}

.ppg-newsletter-row input[type="email"]:focus {
  outline: 3px solid #d4e92b;
  outline-offset: 2px;
}

.ppg-newsletter-consent {
  display: flex;
  gap: .55rem;
  align-items: flex-start;
  margin-top: .75rem;
  color: #4b615b;
  font-size: .82rem;
  line-height: 1.45;
}

.ppg-newsletter-consent input {
  margin-top: .2rem;
  accent-color: #d4e92b;
}

.ppg-form-note {
  margin: .5rem 0 0;
  color: #647871;
  font-size: .78rem;
}

.ppg-form-note a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: .16em;
}

.ppg-form-status {
  min-height: 1.5rem;
  margin-top: .55rem;
  font-size: .86rem;
  font-weight: 700;
}

.ppg-form-status.is-success {
  color: #0b5d42;
}

.ppg-form-status.is-error {
  color: #a53b2d;
}

.ppg-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.ppg-contact-form {
  padding: clamp(1.4rem, 4vw, 3rem);
  border: 1px solid rgba(11, 64, 56, .16);
  border-radius: .75rem;
  background: #fff;
  box-shadow: 0 24px 70px rgba(11, 64, 56, .08);
}

.ppg-contact-form .form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ppg-contact-form .form-grid .field:last-child {
  grid-column: 1 / -1;
}

.ppg-contact-form input,
.ppg-contact-form select,
.ppg-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(11, 64, 56, .24);
  border-radius: .35rem;
  background: #fffdf7;
  color: #0b4038;
  font: inherit;
}

.ppg-contact-form textarea {
  min-height: 10rem;
  padding: .9rem 1rem;
  line-height: 1.55;
  resize: vertical;
}

.ppg-contact-form input:focus,
.ppg-contact-form select:focus,
.ppg-contact-form textarea:focus {
  outline: 3px solid rgba(212, 233, 43, .7);
  outline-offset: 2px;
  border-color: #0b4038;
}

.ppg-message-field {
  margin-top: 1.1rem;
}

.ppg-contact-consent {
  display: flex;
  gap: .6rem;
  align-items: flex-start;
  margin: 1rem 0 1.25rem;
  color: #4b615b;
  font-size: .86rem;
  line-height: 1.5;
}

.ppg-contact-consent input {
  width: auto;
  margin-top: .2rem;
  accent-color: #0b4038;
}

.ppg-contact-form .ppg-form-status.is-success {
  color: #0b5d42;
}

.ppg-contact-form .ppg-form-status.is-error {
  color: #a53b2d;
}

.tool-result:focus,
.rules-card:focus {
  outline: 3px solid rgba(11, 64, 56, .32);
  outline-offset: 3px;
}

.tool-form button[disabled],
.ppg-newsletter-form button[disabled],
.tool-card-scorekeeper button[disabled] {
  cursor: wait;
  opacity: .68;
}

.tool-card-scorekeeper {
  overflow: hidden;
  padding: clamp(1.25rem, 3vw, 2.4rem);
  color: #f9f8f2;
  background: #0b4038;
}

.scorekeeper-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(12rem, 17rem);
  gap: 2rem;
  align-items: end;
}

.scorekeeper-topline h2 {
  margin: .2rem 0 .45rem;
  color: #fff;
}

.scorekeeper-topline p {
  max-width: 43rem;
  color: rgba(255, 255, 255, .78);
}

.scorekeeper-mode span {
  color: #fff;
}

.scorekeeper-mode select {
  color: #0b4038;
  background: #fff;
}

.scorekeeper-call {
  display: grid;
  justify-items: center;
  margin: 2rem 0 1.25rem;
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: .8rem;
  background: rgba(255, 255, 255, .06);
  text-align: center;
}

.scorekeeper-call span {
  color: #d4e92b;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.scorekeeper-call strong {
  margin: .1rem 0;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(3.5rem, 10vw, 7rem);
  font-weight: 600;
  line-height: .95;
}

.scorekeeper-call p {
  margin: .35rem 0 0;
  color: rgba(255, 255, 255, .76);
}

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

.scorekeeper-teams article {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .75rem 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: .65rem;
  background: rgba(255, 255, 255, .04);
}

.scorekeeper-teams article.is-serving {
  border-color: #d4e92b;
  box-shadow: inset 0 0 0 1px #d4e92b;
}

.scorekeeper-teams label span {
  display: block;
  margin-bottom: .35rem;
  color: rgba(255, 255, 255, .7);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.scorekeeper-teams input {
  width: 100%;
  padding: .65rem .7rem;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: .3rem;
  color: #fff;
  background: rgba(0, 0, 0, .14);
  font: inherit;
  font-weight: 700;
}

.scorekeeper-teams input:focus {
  outline: 3px solid rgba(212, 233, 43, .75);
  outline-offset: 2px;
}

.scorekeeper-teams strong {
  grid-row: span 2;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(3rem, 7vw, 5rem);
  font-weight: 600;
  line-height: 1;
}

.scorekeeper-teams small {
  color: #d4e92b;
  font-weight: 800;
}

.scorekeeper-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 1rem;
}

.scorekeeper-actions .button {
  justify-content: center;
  width: 100%;
}

.scorekeeper-utilities {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 1rem;
}

.scorekeeper-utilities button {
  padding: .2rem;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: rgba(255, 255, 255, .82);
  background: transparent;
  font: inherit;
  font-size: .86rem;
  font-weight: 700;
  cursor: pointer;
}

.scorekeeper-note {
  max-width: 52rem;
  margin: 1.25rem auto 0;
  color: rgba(255, 255, 255, .68);
  font-size: .82rem;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 680px) {
  .ppg-newsletter-row {
    grid-template-columns: 1fr;
  }

  .ppg-newsletter-row .button {
    width: 100%;
    justify-content: center;
  }

  .ppg-contact-form .form-grid {
    grid-template-columns: 1fr;
  }

  .ppg-contact-form .form-grid .field:last-child {
    grid-column: auto;
  }

  .scorekeeper-topline,
  .scorekeeper-teams,
  .scorekeeper-actions {
    grid-template-columns: 1fr;
  }

  .scorekeeper-topline {
    gap: 1rem;
  }

  .scorekeeper-teams strong {
    font-size: 3.5rem;
  }
}

@media print {
  body:has(.rules-card[data-ppg-result]) > *:not(main),
  body:has(.rules-card[data-ppg-result]) main > *:not(.tool-page-body),
  body:has(.rules-card[data-ppg-result]) .tool-page-body .tool-intro,
  body:has(.rules-card[data-ppg-result]) .rules-form > :not(.rules-card) {
    display: none !important;
  }

  .rules-card[data-ppg-result] {
    box-shadow: none;
    border: 2px solid #0b4038;
    color: #111;
    background: #fff;
  }
}

/* Sprint 8: shared reader unlocks and richer planning tools. */
[data-ppg-access-gate][hidden],
[data-ppg-access-locked][hidden],
[data-ppg-access-unlocked][hidden] {
  display: none !important;
}

.ppg-access-gate {
  position: relative;
  z-index: 6;
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(11, 64, 56, .28);
  border-radius: 1rem;
  color: #0b4038;
  background:
    radial-gradient(circle at 92% 12%, rgba(212, 233, 43, .72) 0 3rem, transparent 3.1rem),
    linear-gradient(135deg, #fffdf8 0 68%, #f3efe5 68%);
  box-shadow: 0 1.1rem 3rem rgba(11, 64, 56, .1);
}

.ppg-tool-access-gate {
  grid-column: 1 / -1;
  margin: 0 0 1.5rem;
}

.ppg-access-locked {
  display: grid;
  grid-template-columns: minmax(15rem, .72fr) minmax(20rem, 1.28fr);
  gap: clamp(1.25rem, 3vw, 3rem);
  align-items: center;
  padding: clamp(1.25rem, 3vw, 2.35rem);
}

.ppg-access-locked > p:not(.ppg-access-kicker) {
  grid-column: 1;
  margin: .65rem 0 0;
  color: #52645f;
  font-size: .9rem;
  line-height: 1.55;
}

.ppg-access-kicker {
  grid-column: 1;
  margin: 0;
  color: #a13d2d;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ppg-access-locked h3 {
  grid-column: 1;
  margin: .25rem 0 0;
  color: #0b4038;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1;
}

.ppg-access-form {
  grid-column: 2;
  grid-row: 1 / span 3;
  padding: 1.1rem;
  border: 1px solid rgba(11, 64, 56, .16);
  border-radius: .7rem;
  background: rgba(255, 255, 255, .88);
}

.ppg-access-email {
  display: grid;
  gap: .4rem;
  color: #0b4038;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ppg-access-email input {
  width: 100%;
  min-height: 3.2rem;
  padding: .75rem .9rem;
  border: 1px solid rgba(11, 64, 56, .34);
  border-radius: .4rem;
  color: #0b4038;
  background: #fff;
  font: 500 1rem/1.2 Inter, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.ppg-access-consent,
.ppg-access-marketing {
  display: flex;
  gap: .55rem;
  align-items: flex-start;
  margin-top: .7rem;
  color: #52645f;
  font-size: .72rem;
  line-height: 1.45;
}

.ppg-access-consent input,
.ppg-access-marketing input {
  flex: 0 0 auto;
  margin-top: .16rem;
  accent-color: #0b4038;
}

.ppg-access-form .button {
  width: 100%;
  margin-top: .9rem;
}

.ppg-access-form .ppg-form-note {
  color: #61716d;
}

.ppg-access-unlocked {
  padding: 1rem;
  text-align: center;
}

.ppg-access-unlocked p {
  margin: .6rem 0 0;
  color: #52645f;
  font-size: .78rem;
}

.ppg-access-unlocked .ppg-access-newsletter a {
  color: inherit;
  font-weight: 800;
}

.ppg-tool-access-gate .ppg-access-unlocked {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem 1rem;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: #0b4038;
  text-align: left;
}

.ppg-tool-access-gate .ppg-access-unlocked p {
  margin: 0;
  color: rgba(255, 255, 255, .86);
}

.ppg-tool-access-gate .ppg-access-unlocked .ppg-access-newsletter a {
  color: #d4e92b;
}

.ppg-access-gate-compact {
  overflow: visible;
  margin-top: 1rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ppg-access-gate-compact .ppg-access-locked,
.ppg-access-gate-compact .ppg-access-unlocked {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem .85rem;
  align-items: center;
  padding: 0;
  text-align: left;
}

.ppg-access-gate-compact .ppg-access-locked > p:not(.ppg-access-kicker) {
  margin: 0;
  color: #61716d;
  font-size: .7rem;
}

[data-ppg-gated-content] {
  transition: opacity .25s ease, filter .25s ease;
}

[data-ppg-gated-content].is-ppg-locked {
  opacity: .42;
  filter: saturate(.55);
  user-select: none;
}

.tool-card-scorekeeper [data-ppg-gated-content].is-ppg-locked {
  opacity: .3;
}

.field.is-disabled {
  opacity: .5;
}

.tool-card-drill .form-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tool-card-drill .tool-result {
  margin-top: 1.5rem;
  padding: 0;
  border: 1px solid rgba(11, 64, 56, .25);
  border-radius: 1rem;
  color: #0b4038;
  background: #fffdf8;
  box-shadow: 0 1.4rem 4rem rgba(11, 64, 56, .1);
}

.ppg-practice-plan-head {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: flex-end;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-bottom: 1px solid rgba(11, 64, 56, .2);
  background: #d4e92b;
}

.ppg-practice-plan-head span {
  display: block;
  color: #0b4038;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.ppg-practice-plan-head strong {
  display: block;
  max-width: 48rem;
  margin-top: .35rem;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1;
}

.ppg-practice-plan-head p {
  margin: .55rem 0 0;
  font-size: .86rem;
  font-weight: 750;
}

.ppg-practice-print {
  flex: 0 0 auto;
  min-height: 2.8rem;
  padding: 0 1rem;
  border: 1px solid #0b4038;
  border-radius: .35rem;
  color: #0b4038;
  background: transparent;
  font: 800 .75rem/1 Inter, Arial, sans-serif;
  cursor: pointer;
}

.ppg-practice-setup,
.ppg-practice-next {
  margin: 1rem;
  padding: 1rem 1.15rem;
  border-radius: .55rem;
  background: #f3efe5;
  font-size: .83rem;
  line-height: 1.55;
}

.ppg-practice-days {
  display: grid;
  gap: 1rem;
  padding: 0 1rem;
}

.ppg-practice-day {
  overflow: hidden;
  border: 1px solid rgba(11, 64, 56, .2);
  border-radius: .7rem;
  background: #fff;
  animation: ppg-plan-arrive .42s both;
}

.ppg-practice-day:nth-child(2) { animation-delay: .06s; }
.ppg-practice-day:nth-child(3) { animation-delay: .12s; }
.ppg-practice-day:nth-child(4) { animation-delay: .18s; }
.ppg-practice-day:nth-child(5) { animation-delay: .24s; }

@keyframes ppg-plan-arrive {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.ppg-practice-day > header {
  display: grid;
  grid-template-columns: 4.3rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1.1rem;
  border-bottom: 1px solid rgba(11, 64, 56, .16);
  background: #f7f3ea;
}

.ppg-practice-day > header > span {
  display: grid;
  min-height: 3rem;
  place-items: center;
  align-self: start;
  border-radius: 3rem;
  color: #fff;
  background: #0b4038;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ppg-practice-day h3 {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.ppg-practice-day header p {
  margin: .35rem 0 0;
  color: #52645f;
  font-size: .82rem;
}

.ppg-practice-blocks {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ppg-practice-blocks > div {
  min-width: 0;
  padding: 1rem;
}

.ppg-practice-blocks > div + div {
  border-left: 1px solid rgba(11, 64, 56, .14);
}

.ppg-practice-blocks b {
  display: block;
  width: max-content;
  margin-bottom: .55rem;
  padding: .24rem .42rem;
  border-radius: 2rem;
  color: #0b4038;
  background: #d4e92b;
  font-size: .65rem;
}

.ppg-practice-blocks strong {
  display: block;
  font-size: .78rem;
}

.ppg-practice-blocks p {
  margin: .35rem 0 0;
  color: #52645f;
  font-size: .72rem;
  line-height: 1.48;
}

.ppg-practice-coach {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border-top: 1px solid rgba(11, 64, 56, .16);
}

.ppg-practice-coach > div {
  padding: .8rem 1rem;
}

.ppg-practice-coach > div:nth-child(even) { border-left: 1px solid rgba(11, 64, 56, .14); }
.ppg-practice-coach > div:nth-child(n + 3) { border-top: 1px solid rgba(11, 64, 56, .14); }
.ppg-practice-coach dt { color: #a13d2d; font-size: .62rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.ppg-practice-coach dd { margin: .25rem 0 0; color: #52645f; font-size: .72rem; line-height: 1.45; }
.ppg-practice-partner { margin: 0; padding: .85rem 1rem; border-top: 1px solid rgba(11, 64, 56, .14); color: #0b4038; background: #d7eef0; font-size: .74rem; line-height: 1.5; }
.ppg-practice-next { margin-bottom: 1rem; background: #0b4038; color: #fff; }
.ppg-practice-next strong { color: #d4e92b; }
.ppg-practice-next p { margin: .3rem 0 0; color: rgba(255,255,255,.82); }

.ppg-city-field { position: relative; }
.ppg-city-options {
  position: absolute;
  z-index: 40;
  top: calc(100% + .35rem);
  right: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: min(22rem, 55vh);
  overscroll-behavior: contain;
  border: 1px solid rgba(11, 64, 56, .35);
  border-radius: .55rem;
  background: #fff;
  box-shadow: 0 1rem 2.4rem rgba(11, 64, 56, .16);
}
.ppg-city-options [role="option"] { display: flex; gap: .75rem; align-items: center; min-height: 3rem; padding: .65rem .8rem; border-bottom: 1px solid rgba(11,64,56,.1); cursor: pointer; }
.ppg-city-options [role="option"]:last-child { border-bottom: 0; }
.ppg-city-options [role="option"].is-active,
.ppg-city-options [role="option"]:hover { background: #edf5b3; }
.ppg-city-options span { font-weight: 800; }
.ppg-city-options b,
.ppg-city-options small { margin-left: auto; font-size: .62rem; letter-spacing: .05em; }
.ppg-city-options b { color: #0b4038; }
.ppg-city-options small { color: #61716d; }
.ppg-city-empty { margin: 0; padding: .9rem; color: #61716d; font-size: .76rem; }

.ppg-warmup-now {
  display: grid;
  gap: .18rem;
  width: min(100%, 28rem);
  margin: .7rem auto 0;
  padding: .7rem .9rem;
  border-radius: .5rem;
  color: #0b4038;
  background: #d4e92b;
}
.ppg-warmup-now strong { font-size: .82rem; }
.ppg-warmup-now span { font-size: .7rem; }
.ppg-warmup-now.is-complete { color: #fff; background: #0b4038; }
.routine-list ol li { transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.routine-list ol li.is-active { border-color: #0b4038; background: #edf5b3; transform: translateX(.25rem); }
.routine-list ol li.is-complete { opacity: .58; }
.routine-list ol li small { margin-left: auto; color: #61716d; font-size: .66rem; font-weight: 800; }

.ppg-skill-profile { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .45rem; margin: 1rem 0; padding: 0; list-style: none; }
.ppg-skill-profile li { display: grid; gap: .3rem; padding: .7rem; border: 1px solid rgba(11,64,56,.18); border-radius: .35rem; background: rgba(255,255,255,.72); }
.ppg-skill-profile span { color: #52645f; font-size: .65rem; line-height: 1.25; }
.ppg-skill-profile b { color: #0b4038; font-size: .72rem; }
.ppg-skill-next { margin: .85rem 0; padding: .85rem; border-left: .35rem solid #0b4038; background: #fff; }
.ppg-skill-next p { margin: .3rem 0 0; }

.tool-form button[disabled],
.ppg-newsletter-form button[disabled],
.tool-card-scorekeeper button[disabled] {
  cursor: not-allowed;
}

@media (max-width: 980px) {
  .ppg-access-locked { grid-template-columns: 1fr; }
  .ppg-access-form { grid-column: 1; grid-row: auto; }
  .tool-card-drill .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ppg-practice-blocks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ppg-practice-blocks > div:nth-child(odd) { border-left: 0; }
  .ppg-practice-blocks > div:nth-child(n + 3) { border-top: 1px solid rgba(11,64,56,.14); }
  .ppg-practice-blocks > div:last-child { grid-column: 1 / -1; }
  .ppg-skill-profile { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .ppg-access-locked { padding: 1rem; }
  .tool-card-drill .form-grid { grid-template-columns: 1fr; }
  .ppg-practice-plan-head { align-items: stretch; flex-direction: column; }
  .ppg-practice-print { width: 100%; }
  .ppg-practice-day > header { grid-template-columns: 3.5rem minmax(0, 1fr); }
  .ppg-practice-blocks { grid-template-columns: 1fr; }
  .ppg-practice-blocks > div + div,
  .ppg-practice-blocks > div:nth-child(n + 3) { border-top: 1px solid rgba(11,64,56,.14); border-left: 0; }
  .ppg-practice-blocks > div:last-child { grid-column: auto; }
  .ppg-practice-coach { grid-template-columns: 1fr; }
  .ppg-practice-coach > div:nth-child(even) { border-left: 0; }
  .ppg-practice-coach > div + div { border-top: 1px solid rgba(11,64,56,.14); }
  .ppg-skill-profile { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  [data-ppg-gated-content],
  .ppg-practice-day,
  .routine-list ol li { animation: none !important; transition: none !important; }
}

@media print {
  body.ppg-printing-plan * {
    visibility: hidden !important;
  }

  body.ppg-printing-plan .tool-result,
  body.ppg-printing-plan .tool-result * {
    visibility: visible !important;
  }

  body.ppg-printing-plan .tool-result {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    margin: 0;
    border: 0;
    box-shadow: none;
  }

  body.ppg-printing-plan .ppg-practice-print {
    display: none !important;
  }

  body:has(.ppg-practice-days) .site-header,
  body:has(.ppg-practice-days) .site-footer,
  body:has(.ppg-practice-days) .tool-intro,
  body:has(.ppg-practice-days) .tool-form > .form-grid,
  body:has(.ppg-practice-days) .tool-form > .button,
  body:has(.ppg-practice-days) .ppg-practice-print,
  body:has(.ppg-practice-days) .ppg-access-gate { display: none !important; }
  body:has(.ppg-practice-days) .tool-result { border: 0; box-shadow: none; }
  .ppg-practice-day { break-inside: avoid; animation: none; }
}

/* Research-backed city court directory. All listings remain visible without JS. */
[data-ppg-city-courts] {
  margin-top: 1.5rem;
  color: #0b4038;
}

[data-ppg-city-filters][hidden] {
  display: none !important;
}

[data-ppg-city-filters] {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.35rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid rgba(11, 64, 56, .18);
  border-radius: .8rem;
  background: #f8f4e8;
}

[data-ppg-city-filters] label,
[data-ppg-city-filters] legend {
  color: #0b4038;
  font-weight: 800;
}

[data-ppg-city-filters] input[type="search"] {
  width: 100%;
  min-height: 3.2rem;
  margin-top: .4rem;
  padding: .75rem .9rem;
  border: 1px solid rgba(11, 64, 56, .28);
  border-radius: .35rem;
  background: #fff;
  color: #0b4038;
  font: inherit;
}

[data-ppg-city-filters] fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem .75rem;
  margin: 0;
  padding: 0;
  border: 0;
}

[data-ppg-city-filters] fieldset legend {
  width: 100%;
  margin-bottom: .2rem;
}

[data-ppg-city-filters] fieldset label {
  display: inline-flex;
  gap: .45rem;
  align-items: center;
  min-height: 2.75rem;
  padding: .45rem .72rem;
  border: 1px solid rgba(11, 64, 56, .2);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font-size: .82rem;
}

[data-ppg-city-filters] .ppg-city-court-search {
  display: block;
  width: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: default;
  font-size: .92rem;
}

.ppg-city-court-filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem .75rem;
  width: 100%;
}

.ppg-city-court-filter-footer {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

[data-ppg-city-filters] input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  margin: 0;
  accent-color: #0b4038;
}

[data-ppg-city-filters] input:focus-visible,
[data-ppg-city-filters] button:focus-visible,
[data-ppg-city-card] a:focus-visible,
[data-ppg-city-card] summary:focus-visible {
  outline: 3px solid #d4e92b;
  outline-offset: 3px;
}

[data-ppg-city-reset] {
  justify-self: start;
  min-height: 2.75rem;
  padding: .55rem .9rem;
  border: 1px solid #0b4038;
  border-radius: .3rem;
  color: #0b4038;
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

[data-ppg-city-reset][disabled] {
  cursor: default;
  opacity: .5;
}

[data-ppg-city-count] {
  margin: 0;
  color: #4b615b;
  font-size: .9rem;
  font-weight: 800;
}

.ppg-city-court-list,
[data-ppg-city-courts] .ppg-city-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

[data-ppg-city-card] {
  min-width: 0;
  padding: clamp(1rem, 2.6vw, 1.45rem);
  border: 1px solid rgba(11, 64, 56, .17);
  border-radius: .75rem;
  background: #fff;
  box-shadow: 0 14px 36px rgba(11, 64, 56, .06);
}

[data-ppg-city-card][hidden],
[data-ppg-city-mode][hidden] {
  display: none !important;
}

[data-ppg-city-card] h3 {
  margin: .1rem 0 .35rem;
  color: #0b4038;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.15;
}

[data-ppg-city-card] address {
  margin: .35rem 0;
  color: #4b615b;
  font-style: normal;
  line-height: 1.55;
}

.ppg-city-court-neighborhood {
  margin: 0 0 .25rem;
  color: #8c3f2f;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ppg-city-court-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .8rem;
  margin: .75rem 0;
  font-size: .82rem;
  font-weight: 800;
}

.ppg-city-court-status,
.ppg-city-court-notice,
.ppg-city-court-conflict,
.ppg-city-court-dusk {
  margin: .75rem 0;
  padding: .75rem .85rem;
  border-radius: .35rem;
  background: #fff4d5;
  color: #513f19;
  font-size: .84rem;
  line-height: 1.5;
}

.ppg-city-court-conflict {
  border-left: .25rem solid #a74b38;
  background: #fff0ea;
  color: #663125;
}

.ppg-city-court-status p,
.ppg-city-court-notice p,
.ppg-city-court-conflict p,
.ppg-city-court-dusk p {
  margin: .2rem 0 0;
}

.ppg-city-court-venue-facts,
[data-ppg-city-mode] dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem .9rem;
  margin: .8rem 0 0;
}

.ppg-city-court-venue-facts > div,
[data-ppg-city-mode] dl > div {
  min-width: 0;
}

.ppg-city-court-venue-facts dt,
[data-ppg-city-mode] dt {
  color: #647871;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.ppg-city-court-venue-facts dd,
[data-ppg-city-mode] dd {
  margin: .15rem 0 0;
  overflow-wrap: anywhere;
  font-size: .84rem;
  line-height: 1.5;
}

.ppg-city-court-card-footer {
  margin-top: 1rem;
  padding-top: .8rem;
  border-top: 1px solid rgba(11, 64, 56, .14);
  color: #647871;
  font-size: .76rem;
  line-height: 1.45;
}

.ppg-city-court-card-footer ul {
  margin: .4rem 0 0;
  padding-left: 1rem;
}

[data-ppg-city-mode] {
  margin-top: .8rem;
  padding: .85rem;
  border-left: .25rem solid #d4e92b;
  background: #f8f4e8;
}

[data-ppg-city-mode] > :first-child {
  margin-top: 0;
}

[data-ppg-city-mode] > :last-child {
  margin-bottom: 0;
}

[data-ppg-city-card] details {
  margin-top: .9rem;
  border-top: 1px solid rgba(11, 64, 56, .14);
}

[data-ppg-city-card] summary {
  padding: .8rem 0 .2rem;
  color: #0b4038;
  font-weight: 800;
  cursor: pointer;
}

[data-ppg-city-card] a {
  overflow-wrap: anywhere;
  text-underline-offset: .17em;
}

@media (max-width: 760px) {
  .ppg-city-court-list,
  [data-ppg-city-courts] .ppg-city-list {
    grid-template-columns: 1fr;
  }

  .ppg-city-court-venue-facts,
  [data-ppg-city-mode] dl {
    grid-template-columns: 1fr;
  }
}

@media print {
  [data-ppg-city-filters] {
    display: none !important;
  }

  [data-ppg-city-card] {
    break-inside: avoid;
    box-shadow: none;
  }
}

/* Paddle finder 2.0 */
.ppg-paddle-hero {
  padding: clamp(4.75rem, 8vw, 7.75rem) 0 clamp(4rem, 7vw, 6.5rem);
}

.ppg-paddle-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(18rem, .55fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: end;
}

.ppg-paddle-hero h1 {
  max-width: 63rem;
  font-size: clamp(3.7rem, 6vw, 6.4rem);
  line-height: .92;
}

.ppg-paddle-hero h1 + p {
  max-width: 49rem;
  margin: 1.65rem 0 0;
  color: var(--muted, #50635e);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.62;
}

.ppg-paddle-proof {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ink, #0b4038);
  list-style: none;
}

.ppg-paddle-proof li {
  display: grid;
  gap: .28rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line, #cdd5d1);
}

.ppg-paddle-proof strong {
  color: var(--ink, #0b4038);
  font-family: var(--serif, Georgia, serif);
  font-size: 1.17rem;
  line-height: 1.15;
}

.ppg-paddle-proof span {
  color: var(--muted, #50635e);
  font-size: .78rem;
  line-height: 1.45;
}

.ppg-paddle-tool-section {
  padding-top: clamp(3.5rem, 7vw, 6rem);
  background: #fffdf8;
}

.ppg-paddle-matcher {
  display: block !important;
  overflow: hidden;
  padding: 0 !important;
  border: 1px solid rgba(11, 64, 56, .3);
  border-radius: 1.15rem;
  background: #fffdf8 !important;
  box-shadow: 0 1.4rem 4.5rem rgba(11, 64, 56, .08);
}

.ppg-paddle-app-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 28rem);
  gap: 2.5rem;
  align-items: end;
  padding: clamp(1.6rem, 3vw, 2.7rem);
}

.ppg-paddle-app-head h2 {
  max-width: 43rem;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: .98;
}

.ppg-paddle-app-head > p {
  margin: 0;
  color: var(--muted, #50635e);
  font-size: .9rem;
  line-height: 1.62;
}

.ppg-paddle-quiz-grid {
  display: grid;
  grid-template-columns: 11rem minmax(0, 1fr) 18.5rem;
  min-height: 36rem;
  border-top: 1px solid rgba(11, 64, 56, .2);
}

.ppg-paddle-progress {
  padding: 2.25rem 1.45rem;
  border-right: 1px solid rgba(11, 64, 56, .2);
  background: #f7f2e9;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.ppg-paddle-progress::-webkit-scrollbar {
  display: none;
}

.ppg-paddle-progress > p {
  display: grid;
  gap: .15rem;
  margin: 0 0 1.7rem;
  color: var(--muted, #50635e);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ppg-paddle-progress > p strong {
  color: var(--ink, #0b4038);
  font-size: .8rem;
}

.ppg-paddle-progress ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ppg-paddle-progress li {
  position: relative;
  min-height: 3.65rem;
}

.ppg-paddle-progress li:not(:last-child)::after {
  position: absolute;
  z-index: 0;
  top: 2rem;
  bottom: -.2rem;
  left: 1rem;
  width: 1px;
  background: rgba(11, 64, 56, .27);
  content: "";
}

.ppg-paddle-progress button {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: .65rem;
  align-items: center;
  width: 100%;
  padding: 0;
  border: 0;
  color: var(--muted, #50635e);
  background: transparent;
  font: inherit;
  text-align: left;
}

.ppg-paddle-progress button:not(:disabled) {
  cursor: pointer;
}

.ppg-paddle-progress button:disabled {
  opacity: 1;
}

.ppg-paddle-progress button > span {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid rgba(11, 64, 56, .35);
  border-radius: 50%;
  color: var(--muted, #50635e);
  background: #f7f2e9;
  font-family: var(--serif, Georgia, serif);
  font-size: .92rem;
}

.ppg-paddle-progress button b {
  font-size: .82rem;
  font-weight: 800;
}

.ppg-paddle-progress .is-current button {
  color: var(--ink, #0b4038);
}

.ppg-paddle-progress .is-current button > span {
  border-color: #bfd500;
  color: var(--ink, #0b4038);
  background: var(--lime, #d4e92b);
  font-weight: 800;
}

.ppg-paddle-progress .is-complete button > span {
  border-color: var(--ink, #0b4038);
  color: #fff;
  background: var(--ink, #0b4038);
}

.ppg-paddle-question {
  min-width: 0;
  padding: clamp(2.2rem, 4vw, 3.9rem);
}

.ppg-paddle-question-count {
  margin: 0 0 .75rem;
  color: #9e3d2c;
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.ppg-paddle-question h2 {
  max-width: 39rem;
  font-size: clamp(2.2rem, 4vw, 3.75rem);
  line-height: .98;
}

.ppg-paddle-question h2 + p {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: var(--muted, #50635e);
  font-size: .94rem;
  line-height: 1.6;
}

.ppg-paddle-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
  margin-top: 2rem;
}

.ppg-paddle-option {
  position: relative;
  display: block;
  min-width: 0;
  cursor: pointer;
}

.ppg-paddle-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.ppg-paddle-option > span {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 8.25rem;
  padding: 1.25rem 2.65rem 1.2rem 1.2rem;
  border: 1px solid rgba(11, 64, 56, .27);
  border-radius: .7rem;
  background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.ppg-paddle-option:hover > span {
  border-color: rgba(11, 64, 56, .65);
  transform: translateY(-2px);
}

.ppg-paddle-option input:focus-visible + span {
  outline: 3px solid #3d7ee8;
  outline-offset: 3px;
}

.ppg-paddle-option input:checked + span {
  border-color: #adc600;
  box-shadow: inset 0 0 0 2px var(--lime, #d4e92b);
  background: #fcffe7;
}

.ppg-paddle-option b {
  color: var(--ink, #0b4038);
  font-family: var(--serif, Georgia, serif);
  font-size: 1.42rem;
  line-height: 1.08;
}

.ppg-paddle-option small {
  margin-top: .55rem;
  color: var(--muted, #50635e);
  font-size: .78rem;
  line-height: 1.45;
}

.ppg-paddle-option i {
  position: absolute;
  top: .9rem;
  right: .9rem;
  display: none;
  width: 1.55rem;
  height: 1.55rem;
  place-items: center;
  border-radius: 50%;
  color: var(--ink, #0b4038);
  background: var(--lime, #d4e92b);
  font-size: .8rem;
  font-style: normal;
  font-weight: 900;
}

.ppg-paddle-option input:checked + span i {
  display: grid;
}

.ppg-paddle-validation {
  margin: 1rem 0 0;
  color: #a53b2d;
  font-size: .83rem;
  font-weight: 800;
}

.ppg-paddle-actions {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.45rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(11, 64, 56, .18);
}

.ppg-paddle-actions button {
  min-height: 3.25rem;
}

.ppg-paddle-actions .button {
  margin: 0;
}

.ppg-paddle-back {
  padding: 0 1rem;
  border: 0;
  border-bottom: 2px solid currentColor;
  color: var(--ink, #0b4038);
  background: transparent;
  font: inherit;
  font-size: .82rem;
  font-weight: 900;
}

.ppg-paddle-back:not(:disabled) {
  cursor: pointer;
}

.ppg-paddle-back:disabled {
  opacity: .35;
}

.ppg-paddle-profile {
  position: relative;
  overflow: hidden;
  padding: 2.25rem 1.7rem;
  border-left: 1px solid rgba(11, 64, 56, .2);
  background: #f4eee4;
}

.ppg-paddle-profile > p {
  margin: 0 0 .8rem;
  color: #9e3d2c;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.ppg-paddle-profile h2 {
  position: relative;
  z-index: 2;
  max-width: 15rem;
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  line-height: 1;
}

.ppg-paddle-silhouette {
  position: relative;
  width: 8.5rem;
  height: 11.5rem;
  margin: 1.5rem auto 1.8rem;
}

.ppg-paddle-silhouette i,
.ppg-paddle-product-visual i {
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 42% 42% 30% 30%;
  background: var(--ink, #0b4038);
  transform: translateX(-50%);
}

.ppg-paddle-silhouette i {
  width: 7.8rem;
  height: 8.6rem;
}

.ppg-paddle-silhouette i::after,
.ppg-paddle-product-visual i::after {
  position: absolute;
  right: 8%;
  bottom: 2%;
  width: 48%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--lime, #d4e92b);
  content: "";
}

.ppg-paddle-silhouette span,
.ppg-paddle-product-visual span {
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 0 0 .35rem .35rem;
  background: repeating-linear-gradient(0deg, #202624 0 8px, #5a615e 8px 10px);
  transform: translateX(-50%);
}

.ppg-paddle-silhouette span {
  width: 2.1rem;
  height: 3.6rem;
}

.ppg-paddle-profile dl {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0;
  margin: 0;
}

.ppg-paddle-profile dl > div {
  display: grid;
  gap: .2rem;
  padding: .8rem 0;
  border-top: 1px solid rgba(11, 64, 56, .2);
}

.ppg-paddle-profile dt {
  color: var(--muted, #50635e);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ppg-paddle-profile dd {
  margin: 0;
  color: var(--ink, #0b4038);
  font-size: .84rem;
  font-weight: 800;
  line-height: 1.35;
}

.ppg-paddle-noscript {
  margin: 1.5rem;
  padding: 1rem;
  border: 2px solid #a53b2d;
  background: #fff;
}

.ppg-paddle-noscript p {
  margin-bottom: 0;
}

.ppg-paddle-results[hidden] {
  display: none !important;
}

.ppg-paddle-results {
  scroll-margin-top: 1rem;
  padding: clamp(2rem, 4vw, 3.4rem);
  border-top: 1px solid rgba(11, 64, 56, .24);
  background: #f7f2e9;
}

.ppg-paddle-results:focus {
  outline: 3px solid rgba(191, 213, 0, .8);
  outline-offset: -3px;
}

.ppg-paddle-results-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
}

.ppg-paddle-results-head h2 {
  max-width: 54rem;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: .96;
}

.ppg-paddle-results-head h2 + p {
  max-width: 52rem;
  margin: 1rem 0 0;
  color: var(--muted, #50635e);
  font-size: .94rem;
  line-height: 1.6;
}

.ppg-paddle-result-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .55rem;
}

.ppg-paddle-result-actions button {
  min-height: 2.65rem;
  padding: 0 .85rem;
  border: 1px solid rgba(11, 64, 56, .5);
  border-radius: .35rem;
  color: var(--ink, #0b4038);
  background: transparent;
  font: inherit;
  font-size: .73rem;
  font-weight: 900;
  cursor: pointer;
}

.ppg-paddle-result-actions button:hover {
  background: #fff;
}

.ppg-paddle-spec-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 2rem 0 1rem;
  border: 1px solid rgba(11, 64, 56, .24);
  border-radius: .65rem;
  background: #fffdf8;
}

.ppg-paddle-spec-strip > div {
  padding: 1rem;
}

.ppg-paddle-spec-strip > div + div {
  border-left: 1px solid rgba(11, 64, 56, .2);
}

.ppg-paddle-spec-strip dt {
  color: #9e3d2c;
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ppg-paddle-spec-strip dd {
  margin: .35rem 0 0;
  color: var(--ink, #0b4038);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.35;
}

.ppg-paddle-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
}

.ppg-paddle-product {
  position: relative;
  display: grid;
  grid-template-rows: 9.5rem 1fr;
  overflow: hidden;
  border: 1px solid rgba(11, 64, 56, .25);
  border-radius: .75rem;
  background: #fffdf8;
}

.ppg-paddle-product-rank {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: grid;
  width: 2.55rem;
  height: 2.85rem;
  place-items: center;
  color: #fff;
  background: var(--ink, #0b4038);
  font-family: var(--serif, Georgia, serif);
  font-size: 1.2rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 82%, 0 100%);
}

.ppg-paddle-product-visual {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(11, 64, 56, .16);
  background: #f3ede4;
}

.ppg-paddle-product-visual::after {
  position: absolute;
  bottom: .65rem;
  left: 50%;
  width: 5rem;
  height: .55rem;
  border-radius: 50%;
  background: rgba(11, 64, 56, .12);
  content: "";
  transform: translateX(-50%);
}

.ppg-paddle-product-visual i {
  z-index: 1;
  width: 4.9rem;
  height: 5.7rem;
  margin-top: .7rem;
  background: var(--ppg-paddle-color, #0b4038);
}

.ppg-paddle-product-visual span {
  z-index: 2;
  width: 1.35rem;
  height: 3.3rem;
  margin-bottom: .7rem;
}

.ppg-paddle-product-copy {
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
}

.ppg-paddle-match-label,
.ppg-paddle-brand {
  margin: 0;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ppg-paddle-match-label {
  width: max-content;
  padding: .28rem .45rem;
  color: var(--ink, #0b4038);
  background: var(--lime, #d4e92b);
}

.ppg-paddle-brand {
  margin-top: 1.05rem;
  color: #9e3d2c;
}

.ppg-paddle-product h3 {
  margin: .25rem 0 .35rem;
  color: var(--ink, #0b4038);
  font-family: var(--serif, Georgia, serif);
  font-size: 1.65rem;
  line-height: 1.05;
}

.ppg-paddle-price {
  margin: 0;
  color: var(--ink, #0b4038);
  font-size: .92rem;
  font-weight: 900;
}

.ppg-paddle-price span {
  display: block;
  margin-top: .2rem;
  color: var(--muted, #50635e);
  font-size: .63rem;
  font-weight: 600;
}

.ppg-paddle-product-specs {
  margin: .8rem 0;
  padding: .65rem 0;
  border-top: 1px solid rgba(11, 64, 56, .15);
  border-bottom: 1px solid rgba(11, 64, 56, .15);
  color: var(--ink, #0b4038);
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.45;
}

.ppg-paddle-product-copy > p:not(.ppg-paddle-match-label, .ppg-paddle-brand, .ppg-paddle-price, .ppg-paddle-product-specs) {
  margin: .2rem 0 .55rem;
  color: var(--muted, #50635e);
  font-size: .75rem;
  line-height: 1.5;
}

.ppg-paddle-product-copy > p strong {
  color: var(--ink, #0b4038);
}

.ppg-paddle-product-copy > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: .6rem;
  min-height: 2.8rem;
  margin-top: auto;
  padding: .65rem .8rem;
  border: 1px solid var(--ink, #0b4038);
  border-radius: .35rem;
  color: var(--ink, #0b4038);
  font-size: .74rem;
  font-weight: 900;
}

.ppg-paddle-product-copy > a:hover {
  color: #fff;
  background: var(--ink, #0b4038);
}

.ppg-paddle-product-copy > a svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.ppg-paddle-result-note {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-left: 4px solid #ef6b4f;
  background: #fffdf8;
}

.ppg-paddle-result-note p {
  margin: 0;
  color: var(--muted, #50635e);
  font-size: .72rem;
  line-height: 1.55;
}

.ppg-paddle-result-note strong {
  color: var(--ink, #0b4038);
}

.ppg-paddle-copy-status {
  min-height: 1.3rem;
  margin: .65rem 0 0;
  color: var(--ink, #0b4038);
  font-size: .78rem;
  font-weight: 800;
}

.ppg-paddle-copy-fallback {
  margin-top: .75rem;
  padding: .9rem;
  border: 1px solid color-mix(in srgb, var(--ink, #0b4038) 22%, transparent);
  border-radius: 10px;
  background: #fffdf8;
}

.ppg-paddle-copy-fallback label {
  display: grid;
  gap: .15rem;
  margin-bottom: .55rem;
  color: var(--ink, #0b4038);
  font-size: .82rem;
}

.ppg-paddle-copy-fallback label span {
  color: var(--muted, #52655f);
  font-weight: 500;
}

.ppg-paddle-copy-fallback textarea {
  width: 100%;
  min-height: 9rem;
  resize: vertical;
  padding: .75rem;
  border: 1px solid color-mix(in srgb, var(--ink, #0b4038) 24%, transparent);
  border-radius: 8px;
  background: #fff;
  color: var(--ink, #0b4038);
  font: 500 .78rem/1.5 var(--font-sans, sans-serif);
}

.ppg-paddle-method .ppg-section-head > p {
  max-width: 30rem;
  color: var(--muted, #50635e);
  line-height: 1.6;
}

.ppg-paddle-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ink, #0b4038);
}

.ppg-paddle-method-grid article {
  padding: 1.8rem 2rem 0 0;
}

.ppg-paddle-method-grid article + article {
  padding-left: 2rem;
  border-left: 1px solid rgba(11, 64, 56, .2);
}

.ppg-paddle-method-grid span {
  color: #e55f46;
  font-family: var(--serif, Georgia, serif);
  font-size: 1.35rem;
}

.ppg-paddle-method-grid h3 {
  margin: 1.15rem 0 .65rem;
  color: var(--ink, #0b4038);
  font-family: var(--serif, Georgia, serif);
  font-size: 1.75rem;
  line-height: 1.05;
}

.ppg-paddle-method-grid p,
.ppg-paddle-demo-grid > div > p,
.ppg-paddle-source-grid p {
  color: var(--muted, #50635e);
  font-size: .95rem;
  line-height: 1.7;
}

.ppg-paddle-demo {
  background: var(--ink, #0b4038);
  color: #fff;
}

.ppg-paddle-demo-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(3rem, 7vw, 7rem);
}

.ppg-paddle-demo .section-label {
  color: var(--lime, #d4e92b);
}

.ppg-paddle-demo h2 {
  color: #fff;
}

.ppg-paddle-demo-grid > div > p {
  max-width: 34rem;
  color: rgba(255, 255, 255, .74);
}

.ppg-paddle-demo ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .45);
  list-style: none;
}

.ppg-paddle-demo li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.ppg-paddle-demo li > span {
  color: var(--lime, #d4e92b);
  font-family: var(--serif, Georgia, serif);
  font-size: 1.35rem;
}

.ppg-paddle-demo h3 {
  margin: 0 0 .25rem;
  color: #fff;
  font-family: var(--serif, Georgia, serif);
  font-size: 1.45rem;
}

.ppg-paddle-demo li p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: .83rem;
  line-height: 1.5;
}

.ppg-paddle-source-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(3rem, 7vw, 7rem);
}

.ppg-paddle-source-grid a {
  color: var(--ink, #0b4038);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--lime, #d4e92b);
  text-decoration-thickness: 2px;
  text-underline-offset: .18em;
}

.ppg-paddle-faq {
  background: #f7f2e9;
}

.ppg-paddle-faq h2 {
  max-width: 50rem;
}

.ppg-paddle-boundary {
  border-top: 1px solid rgba(11, 64, 56, .18);
}

@media (max-width: 1080px) {
  .ppg-paddle-quiz-grid {
    grid-template-columns: 9.5rem minmax(0, 1fr);
  }

  .ppg-paddle-profile {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(15rem, 1fr) 8rem minmax(18rem, 1fr);
    gap: 1.5rem;
    align-items: center;
    border-top: 1px solid rgba(11, 64, 56, .2);
    border-left: 0;
  }

  .ppg-paddle-profile > p,
  .ppg-paddle-profile h2 {
    grid-column: 1;
  }

  .ppg-paddle-profile h2 {
    align-self: start;
  }

  .ppg-paddle-silhouette {
    grid-column: 2;
    grid-row: 1 / 3;
    margin: 0;
  }

  .ppg-paddle-profile dl {
    grid-column: 3;
    grid-row: 1 / 3;
  }

  .ppg-paddle-results-head {
    grid-template-columns: 1fr;
  }

  .ppg-paddle-result-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 860px) {
  .ppg-paddle-hero-grid,
  .ppg-paddle-app-head,
  .ppg-paddle-demo-grid,
  .ppg-paddle-source-grid {
    grid-template-columns: 1fr;
  }

  .ppg-paddle-hero-grid {
    gap: 2.5rem;
  }

  .ppg-paddle-app-head {
    gap: 1rem;
  }

  .ppg-paddle-quiz-grid {
    grid-template-columns: 1fr;
  }

  .ppg-paddle-progress {
    overflow-x: auto;
    padding: 1rem 1.15rem;
    border-right: 0;
    border-bottom: 1px solid rgba(11, 64, 56, .2);
  }

  .ppg-paddle-progress > p {
    display: none;
  }

  .ppg-paddle-progress ol {
    grid-template-columns: repeat(6, minmax(5rem, 1fr));
    min-width: 32rem;
  }

  .ppg-paddle-progress li {
    min-height: auto;
  }

  .ppg-paddle-progress li:not(:last-child)::after {
    top: 1rem;
    right: -.2rem;
    bottom: auto;
    left: 2rem;
    width: auto;
    height: 1px;
  }

  .ppg-paddle-progress button {
    grid-template-columns: 2rem;
    justify-content: center;
    text-align: center;
  }

  .ppg-paddle-progress button b {
    display: none;
  }

  .ppg-paddle-profile {
    grid-column: auto;
  }

  .ppg-paddle-product-grid {
    grid-template-columns: 1fr;
  }

  .ppg-paddle-product {
    grid-template-columns: 10rem minmax(0, 1fr);
    grid-template-rows: 1fr;
  }

  .ppg-paddle-product-visual {
    min-height: 23rem;
    border-right: 1px solid rgba(11, 64, 56, .16);
    border-bottom: 0;
  }

  .ppg-paddle-method-grid {
    grid-template-columns: 1fr;
  }

  .ppg-paddle-method-grid article,
  .ppg-paddle-method-grid article + article {
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(11, 64, 56, .2);
    border-left: 0;
  }
}

@media (max-width: 620px) {
  .ppg-paddle-hero {
    padding-top: 3.8rem;
  }

  .ppg-paddle-hero h1 {
    font-size: clamp(3.2rem, 14.5vw, 4.6rem);
  }

  .ppg-paddle-matcher {
    border-radius: .75rem;
  }

  .ppg-paddle-progress {
    overflow-x: visible;
    padding-inline: .7rem;
  }

  .ppg-paddle-progress ol {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    min-width: 0;
  }

  .ppg-paddle-app-head,
  .ppg-paddle-question,
  .ppg-paddle-profile,
  .ppg-paddle-results {
    padding: 1.35rem;
  }

  .ppg-paddle-question h2 {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .ppg-paddle-options {
    grid-template-columns: 1fr;
  }

  .ppg-paddle-option > span {
    min-height: 7rem;
  }

  .ppg-paddle-profile {
    display: grid;
    grid-template-columns: 1fr 6.5rem;
    gap: .75rem;
  }

  .ppg-paddle-profile > p,
  .ppg-paddle-profile h2 {
    grid-column: 1;
  }

  .ppg-paddle-silhouette {
    grid-column: 2;
    grid-row: 1 / 3;
    width: 6.5rem;
    height: 9rem;
  }

  .ppg-paddle-silhouette i {
    width: 5.8rem;
    height: 6.4rem;
  }

  .ppg-paddle-silhouette span {
    width: 1.6rem;
    height: 3rem;
  }

  .ppg-paddle-profile dl {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .ppg-paddle-spec-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ppg-paddle-spec-strip > div + div {
    border-left: 0;
  }

  .ppg-paddle-spec-strip > div:nth-child(even) {
    border-left: 1px solid rgba(11, 64, 56, .2);
  }

  .ppg-paddle-spec-strip > div:nth-child(n + 3) {
    border-top: 1px solid rgba(11, 64, 56, .2);
  }

  .ppg-paddle-product {
    grid-template-columns: 7rem minmax(0, 1fr);
  }

  .ppg-paddle-product-visual {
    min-height: 26rem;
  }

  .ppg-paddle-product-copy {
    padding: 1rem;
  }

  .ppg-paddle-result-note {
    grid-template-columns: 1fr;
  }

  .ppg-paddle-result-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media print {
  body:has(.ppg-paddle-results:not([hidden])) .ppg-paddle-app-head,
  body:has(.ppg-paddle-results:not([hidden])) .ppg-paddle-quiz,
  body:has(.ppg-paddle-results:not([hidden])) .ppg-paddle-method,
  body:has(.ppg-paddle-results:not([hidden])) .ppg-paddle-demo,
  body:has(.ppg-paddle-results:not([hidden])) .ppg-paddle-sources,
  body:has(.ppg-paddle-results:not([hidden])) .ppg-paddle-faq,
  body:has(.ppg-paddle-results:not([hidden])) .ppg-paddle-boundary,
  body:has(.ppg-paddle-results:not([hidden])) .ppg-paddle-result-actions {
    display: none !important;
  }

  body:has(.ppg-paddle-results:not([hidden])) .ppg-paddle-matcher,
  body:has(.ppg-paddle-results:not([hidden])) .ppg-paddle-results,
  body:has(.ppg-paddle-results:not([hidden])) .ppg-paddle-product {
    box-shadow: none !important;
    background: #fff !important;
  }

  body:has(.ppg-paddle-results:not([hidden])) .ppg-paddle-product-grid {
    grid-template-columns: 1fr !important;
  }

  body:has(.ppg-paddle-results:not([hidden])) .ppg-paddle-product {
    break-inside: avoid;
    grid-template-columns: 7rem 1fr !important;
    grid-template-rows: auto !important;
    margin-bottom: .5rem;
  }

  body:has(.ppg-paddle-results:not([hidden])) .ppg-paddle-product-visual {
    min-height: 17rem;
  }
}
