/*
Theme Name: Peptide Stack Lab
Theme URI: https://peptidestacklab.com/
Description: A branded child theme for a peptide stack questionnaire and recommendation experience.
Author: Codex
Template: twentytwentyfive
Version: 1.0.0
Text Domain: peptide-stack-lab
*/

:root {
  --psl-ink: #111827;
  --psl-graphite: #1f2933;
  --psl-panel: #f6f8f9;
  --psl-card: #ffffff;
  --psl-teal: #0f766e;
  --psl-cyan: #28c7c9;
  --psl-coral: #ff7a66;
  --psl-lime: #b7e06d;
  --psl-muted: #697783;
  --psl-line: rgba(17, 24, 39, 0.12);
  --psl-shadow: 0 24px 70px rgba(17, 24, 39, 0.16);
}

html {
  scroll-behavior: smooth;
}

body.psl-body {
  margin: 0;
  color: var(--psl-ink);
  background: #fbfcfc;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.psl-body * {
  box-sizing: border-box;
}

.psl-site {
  min-height: 100vh;
  overflow: hidden;
}

.psl-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.psl-topbar {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  padding: 24px 0;
}

.psl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.psl-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
}

.psl-mark {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 8px;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.2));
}

.psl-mark img {
  display: block;
  width: 100%;
  height: 100%;
}

.psl-brand-word {
  display: grid;
  gap: 1px;
  font-weight: 750;
  line-height: 1;
}

.psl-brand-word span:last-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
}

.psl-navlinks {
  display: flex;
  align-items: center;
  gap: 22px;
}

.psl-navlinks a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.psl-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  color: #081013;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.psl-button.dark {
  color: #fff;
  background: var(--psl-ink);
  box-shadow: none;
}

.psl-button-primary {
  min-height: 54px;
  padding: 0 24px;
  background: linear-gradient(135deg, #fff, #dffcf7);
}

.psl-button.ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
}

.psl-hero {
  position: relative;
  min-height: 740px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 16, 19, 0.94) 0%, rgba(8, 16, 19, 0.74) 42%, rgba(8, 16, 19, 0.22) 100%),
    url("./assets/images/peptide-stack-lab-hero.png") center right / cover no-repeat,
    #111827;
}

.psl-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(251, 252, 252, 0), #fbfcfc);
}

.psl-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 650px) minmax(320px, 420px);
  gap: 64px;
  align-items: end;
  padding: 150px 0 96px;
}

.psl-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 9px 13px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.09);
  font-size: 13px;
  font-weight: 750;
}

.psl-kicker i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--psl-lime);
  box-shadow: 0 0 24px var(--psl-lime);
}

.psl-hero h1 {
  max-width: 680px;
  margin: 24px 0 22px;
  font-size: clamp(46px, 7vw, 82px);
  line-height: 0.94;
  letter-spacing: 0;
}

.psl-hero p {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  line-height: 1.6;
}

.psl-hero-note {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  font-weight: 700;
}

.psl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.psl-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 46px;
}

.psl-proof div {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding-top: 14px;
}

.psl-proof strong {
  display: block;
  font-size: 22px;
}

.psl-proof span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.35;
}

.psl-assessment-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 18px;
  background: rgba(8, 16, 19, 0.72);
  box-shadow: var(--psl-shadow);
  backdrop-filter: blur(18px);
}

.psl-card-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}

.psl-card-head strong {
  font-size: 14px;
}

.psl-card-head span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
}

.psl-progress {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.psl-progress i {
  display: block;
  width: 62%;
  height: 100%;
  background: linear-gradient(90deg, var(--psl-cyan), var(--psl-coral));
}

.psl-question {
  margin: 20px 0 14px;
  font-size: 20px;
  font-weight: 800;
}

.psl-options {
  display: grid;
  gap: 10px;
}

.psl-options span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  font-weight: 700;
}

.psl-options span:first-child {
  border-color: rgba(40, 199, 201, 0.55);
  background: rgba(40, 199, 201, 0.14);
}

.psl-mini-stack {
  display: grid;
  gap: 9px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.psl-result-preview {
  align-self: center;
}

.psl-fit-ring {
  display: grid;
  width: 132px;
  height: 132px;
  place-items: center;
  margin: 8px 0 20px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(8, 16, 19, 0.95) 0 56%, transparent 57%),
    conic-gradient(var(--psl-cyan) 0 94%, rgba(255, 255, 255, 0.16) 94% 100%);
}

.psl-fit-ring span {
  margin-top: 18px;
  color: #fff;
  font-size: 36px;
  font-weight: 850;
  line-height: 1;
}

.psl-fit-ring small {
  margin-top: -20px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.psl-result-lines {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.psl-result-lines span {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.07);
}

.psl-result-lines b {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  text-transform: uppercase;
}

.psl-result-lines em {
  color: #fff;
  font-style: normal;
  font-weight: 750;
}

.psl-mini-stack div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.psl-mini-stack b {
  color: #fff;
  font-size: 14px;
}

.psl-section {
  padding: 86px 0;
}

.psl-section.alt {
  background: #eef4f4;
}

.psl-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.psl-section-head.centered {
  display: grid;
  justify-items: center;
  text-align: center;
}

.psl-section-head.centered p {
  max-width: 660px;
}

.psl-samples {
  position: relative;
  margin-top: -38px;
  padding-top: 76px;
  background: #fbfcfc;
}

.psl-results-showcase {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(520px, 1.22fr);
  gap: 32px;
  align-items: center;
}

.psl-results-intro {
  display: grid;
  gap: 20px;
}

.psl-mini-eyebrow {
  width: fit-content;
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--psl-teal);
  background: #e9f8f5;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.psl-results-intro h2 {
  max-width: 560px;
  margin: 0;
  color: var(--psl-ink);
  font-size: clamp(38px, 5vw, 62px);
  line-height: 0.98;
}

.psl-graphic-bullets {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.psl-graphic-bullets li {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 40px;
  color: var(--psl-graphite);
  font-weight: 750;
}

.psl-graphic-bullets i {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: var(--psl-ink);
}

.psl-graphic-bullets i::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: var(--psl-cyan);
}

.psl-graphic-bullets li:nth-child(2) i::after { background: var(--psl-coral); }
.psl-graphic-bullets li:nth-child(3) i::after { background: var(--psl-lime); }
.psl-graphic-bullets li:nth-child(4) i::after { background: #fff; }
.psl-graphic-bullets li:nth-child(5) i::after { background: var(--psl-teal); }

.psl-result-dashboard {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 14px;
}

.psl-result-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--psl-line);
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.08);
}

.psl-result-card::before {
  content: "";
  position: absolute;
  right: -48px;
  top: -48px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(40, 199, 201, 0.12);
}

.psl-result-card.primary {
  grid-row: span 2;
  color: #fff;
  background:
    radial-gradient(circle at 84% 12%, rgba(40, 199, 201, 0.28), transparent 34%),
    linear-gradient(145deg, var(--psl-ink), #0f2f2c);
}

.psl-result-card.primary::before {
  background: rgba(255, 255, 255, 0.1);
}

.psl-result-card-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 28px;
}

.psl-result-card-top span,
.psl-result-card-top b {
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 850;
}

.psl-result-card-top span {
  color: var(--psl-teal);
  background: #e7f8f5;
}

.psl-result-card-top b {
  color: #06312c;
  background: #c9f7ea;
}

.psl-result-card.primary .psl-result-card-top span {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.psl-result-card h3 {
  position: relative;
  z-index: 2;
  max-width: 320px;
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.05;
}

.psl-result-card.primary h3 {
  font-size: 38px;
}

.psl-score-line {
  position: relative;
  z-index: 2;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  margin-bottom: 18px;
  background: rgba(17, 24, 39, 0.09);
}

.psl-result-card.primary .psl-score-line {
  background: rgba(255, 255, 255, 0.12);
}

.psl-score-line i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--psl-cyan), var(--psl-lime));
}

.psl-result-card ul {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.psl-result-card li {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 8px;
  align-items: start;
  color: var(--psl-muted);
  font-size: 14px;
  line-height: 1.35;
}

.psl-result-card li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 5px;
  background: var(--psl-teal);
}

.psl-result-card.primary li {
  color: rgba(255, 255, 255, 0.78);
}

.psl-result-card.primary li::before {
  background: var(--psl-cyan);
}

.psl-sample-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.94fr 0.94fr;
  gap: 16px;
  align-items: stretch;
}

.psl-sample-card {
  display: flex;
  min-height: 340px;
  flex-direction: column;
  border: 1px solid var(--psl-line);
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(17, 24, 39, 0.08);
}

.psl-sample-card.featured {
  color: #fff;
  background:
    radial-gradient(circle at 85% 8%, rgba(40, 199, 201, 0.28), transparent 34%),
    linear-gradient(145deg, var(--psl-ink), #0f2f2c);
}

.psl-sample-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 44px;
}

.psl-sample-top span,
.psl-sample-top b {
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 850;
}

.psl-sample-top span {
  color: var(--psl-teal);
  background: #e7f8f5;
}

.psl-sample-top b {
  color: #06312c;
  background: #c9f7ea;
}

.psl-sample-card.featured .psl-sample-top span {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.psl-sample-card h3 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.05;
}

.psl-sample-card p {
  margin: 0;
  color: var(--psl-muted);
  line-height: 1.58;
}

.psl-sample-card.featured p {
  color: rgba(255, 255, 255, 0.72);
}

.psl-module-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0;
}

.psl-module-list span {
  border: 1px solid var(--psl-line);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--psl-graphite);
  background: #f7faf9;
  font-size: 12px;
  font-weight: 800;
}

.psl-sample-card.featured .psl-module-list span {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
}

.psl-sample-card small {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.45;
}

.psl-centered-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.psl-focus-band {
  background: #fbfcfc;
}

.psl-section-head h2 {
  max-width: 720px;
  margin: 0;
  color: var(--psl-ink);
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1;
  letter-spacing: 0;
}

.psl-section-head p {
  max-width: 420px;
  margin: 0;
  color: var(--psl-muted);
  line-height: 1.6;
}

.psl-system-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.psl-tile {
  min-height: 240px;
  border: 1px solid var(--psl-line);
  border-radius: 8px;
  padding: 22px;
  background: var(--psl-card);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
}

.psl-tile i {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  margin-bottom: 42px;
  background: linear-gradient(135deg, var(--psl-teal), var(--psl-cyan));
}

.psl-tile:nth-child(2) i { background: linear-gradient(135deg, var(--psl-coral), #ffd2a1); }
.psl-tile:nth-child(3) i { background: linear-gradient(135deg, var(--psl-graphite), var(--psl-teal)); }
.psl-tile:nth-child(4) i { background: linear-gradient(135deg, var(--psl-lime), var(--psl-cyan)); }

.psl-tile h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.1;
}

.psl-tile p {
  margin: 0;
  color: var(--psl-muted);
  line-height: 1.55;
  font-size: 15px;
}

.psl-lab-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
}

.psl-stack-board {
  border-radius: 8px;
  padding: 22px;
  background: var(--psl-ink);
  color: #fff;
  box-shadow: var(--psl-shadow);
}

.psl-board-row {
  display: grid;
  grid-template-columns: 120px 1fr 84px;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.psl-board-row:last-child {
  border-bottom: 0;
}

.psl-board-row b {
  color: #fff;
}

.psl-board-row i {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--psl-cyan), var(--psl-lime));
}

.psl-board-row:nth-child(2) i { width: 76%; background: linear-gradient(90deg, var(--psl-coral), var(--psl-cyan)); }
.psl-board-row:nth-child(3) i { width: 66%; }
.psl-board-row:nth-child(4) i { width: 88%; background: linear-gradient(90deg, #fff, var(--psl-coral)); }

.psl-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.02;
}

.psl-copy p {
  margin: 0 0 22px;
  color: var(--psl-muted);
  font-size: 18px;
  line-height: 1.65;
}

.psl-checks {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.psl-checks li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--psl-graphite);
  line-height: 1.45;
}

.psl-checks i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--psl-teal);
  margin-top: 1px;
}

.psl-cta {
  padding: 72px 0;
  background: var(--psl-ink);
  color: #fff;
}

.psl-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}

.psl-cta h2 {
  margin: 0 0 10px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
}

.psl-cta p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.55;
}

.psl-disclaimer {
  padding: 24px 0;
  color: var(--psl-muted);
  background: #fbfcfc;
  font-size: 13px;
  line-height: 1.5;
}

.psl-footer {
  padding: 28px 0 42px;
  background: #fbfcfc;
  color: var(--psl-muted);
  font-size: 14px;
}

.psl-page-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid var(--psl-line);
  background: rgba(251, 252, 252, 0.9);
  backdrop-filter: blur(16px);
}

.psl-page-header .psl-nav {
  min-height: 78px;
}

.psl-page-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--psl-ink);
  text-decoration: none;
}

.psl-page-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 8px;
  filter: drop-shadow(0 12px 22px rgba(17, 24, 39, 0.14));
}

.psl-page-mark img {
  display: block;
  width: 100%;
  height: 100%;
}

.psl-page-brand-word {
  display: grid;
  gap: 1px;
  font-weight: 850;
  line-height: 1;
}

.psl-page-brand-word span:last-child {
  color: var(--psl-teal);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.psl-page-navlinks {
  display: flex;
  align-items: center;
  gap: 22px;
}

.psl-page-navlinks a {
  color: var(--psl-muted);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.psl-page-navlinks a:hover,
.psl-page-footer-links a:hover {
  color: var(--psl-teal);
}

.psl-page-footer {
  border-top: 1px solid var(--psl-line);
  padding: 34px 0;
  background: #fbfcfc;
}

.psl-page-footer-inner {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(320px, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.psl-page-footer-copy p {
  margin: 0;
  color: var(--psl-muted);
  font-size: 13px;
  line-height: 1.5;
}

.psl-page-footer-copy p + p {
  margin-top: 6px;
}

.psl-page-footer-links {
  display: flex;
  gap: 16px;
}

.psl-page-footer-links a {
  color: var(--psl-muted);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.wp-site-blocks > .wp-block-post-content {
  margin-block-start: 0;
}

@media (max-width: 920px) {
  .psl-navlinks a {
    display: none;
  }

  .psl-page-navlinks a:not(.psl-button) {
    display: none;
  }

  .psl-hero {
    min-height: auto;
  }

  .psl-hero-grid,
  .psl-lab-panel,
  .psl-cta-inner {
    grid-template-columns: 1fr;
  }

  .psl-hero-grid {
    padding-top: 130px;
  }

  .psl-system-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .psl-sample-grid {
    grid-template-columns: 1fr;
  }

  .psl-results-showcase,
  .psl-result-dashboard {
    grid-template-columns: 1fr;
  }

  .psl-result-card.primary {
    grid-row: auto;
  }

  .psl-page-footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .psl-shell {
    width: min(100% - 28px, 1180px);
  }

  .psl-brand-word span:first-child {
    font-size: 15px;
  }

  .psl-page-brand-word span:first-child {
    font-size: 15px;
  }

  .psl-page-navlinks .psl-button {
    min-height: 42px;
    padding: 0 12px;
    font-size: 13px;
  }

  .psl-hero h1 {
    font-size: 44px;
  }

  .psl-proof,
  .psl-system-grid {
    grid-template-columns: 1fr;
  }

  .psl-section-head {
    display: grid;
  }

  .psl-board-row {
    grid-template-columns: 92px 1fr 58px;
    font-size: 12px;
  }

  .psl-result-lines span {
    grid-template-columns: 1fr;
  }

  .psl-results-intro h2 {
    font-size: 38px;
  }

  .psl-result-card.primary h3 {
    font-size: 30px;
  }
}
