@font-face {
  font-family: "PV Archivo";
  src: url("../fonts/archivo-variable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "PV Inter";
  src: url("../fonts/inter-variable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --paper: #f3f2ef;
  --paper-bright: #fbfaf7;
  --concrete: #d6d4d3;
  --concrete-dark: #bcb9b6;
  --ink: #111210;
  --ink-soft: #242522;
  --muted: #686863;
  --red: #e84f2f;
  --red-dark: #b93019;
  --red-soft: #f0a391;
  --lilac: #e1dfdb;
  --lilac-strong: #e84f2f;
  --sage: #a9ae9e;
  --night: #07100b;
  --line: rgba(17, 18, 16, 0.18);
  --font-display: "PV Archivo", "Helvetica Neue", Arial, sans-serif;
  --font-ui: "PV Inter", "Helvetica Neue", Arial, sans-serif;
  --shell: min(94vw, 1640px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  padding: 0 0 110px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.pv-design-v3 {
  --theme-link-initial-color: var(--ink);
  --theme-link-hover-color: var(--red);
  --theme-button-background-initial-color: var(--ink);
  --theme-button-background-hover-color: var(--paper-bright);
  --theme-button-text-initial-color: #fff;
  --theme-button-text-hover-color: var(--ink);
}

body.pv-design-v3,
body.pv-design-v3 #main-container,
body.pv-design-v3 .site-main,
body.pv-design-v3 .ct-container-full,
body.pv-design-v3 main#main {
  background-color: var(--paper);
}

body.pv-design-v3 main h1,
body.pv-design-v3 main h2,
body.pv-design-v3 main h3,
body.pv-design-v3 main h4 {
  color: inherit;
}

body.pv-is-platform #main-container,
body.pv-is-platform main#main,
body.pv-is-platform .site-main,
body.pv-is-platform .ct-container,
body.pv-is-platform .ct-container-full,
body.pv-is-platform .content-area {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}

body.pv-design-v3 :focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 3px;
}

body.pv-menu-open {
  overflow: hidden;
}

body.pv-design-v3 h1,
body.pv-design-v3 h2,
body.pv-design-v3 h3,
body.pv-design-v3 h4,
.pv-footer-brand,
.pv-wordmark,
.pvc-page-head h2,
.pvc-explorer__hero h2 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body.admin-bar .pv-site-header:not(.pv-site-header--internal) {
  top: 32px;
}

body.admin-bar .pv-site-header--internal {
  top: 32px;
}

img {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none !important;
}

.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  z-index: 99999;
  top: 12px;
  left: 12px;
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 12px 16px;
  background: var(--paper-bright);
  color: var(--ink);
}

::selection {
  background: var(--red);
  color: white;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

body.pv-design-v3 a:hover {
  color: inherit;
}

.pv-section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.pv-site-header {
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 88px;
  padding-inline: max(3vw, calc((100vw - 1640px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(17, 18, 16, 0.28);
}

.pv-site-header--internal {
  position: sticky;
  top: 0;
  background: var(--paper);
  box-shadow: 0 1px 0 rgba(17, 18, 16, .16);
}

.pv-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.pv-wordmark-dot {
  width: 11px;
  height: 11px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(232, 79, 47, 0.16);
}

.pv-desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2vw, 38px);
  font-size: 12px;
  font-weight: 600;
}

.pv-desktop-nav a,
.pv-text-button {
  position: relative;
}

.pv-desktop-nav a::after,
.pv-text-button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: currentColor;
  transition: transform 260ms ease;
}

.pv-desktop-nav a:hover::after,
.pv-text-button:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.pv-header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 22px;
}

.pv-text-button,
.pv-menu-button {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 650;
}

.pv-menu-button {
  display: none;
  justify-self: end;
}

.pv-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  overflow: hidden;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 680;
  line-height: 1;
  isolation: isolate;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 0;
  transition: color 260ms ease, background-color 260ms ease, background-size 320ms cubic-bezier(.65, 0, .35, 1), border-color 260ms ease, transform 260ms ease;
}

.pv-button::before {
  display: none;
}

.pv-button > * ,
.pv-button .pv-arrow {
  position: relative;
  z-index: 1;
}

.pv-button:hover {
  border-color: var(--ink);
  color: var(--ink);
  background-size: 100% 100%;
}

.pv-button:hover .pv-arrow {
  transform: translate(4px, -2px);
}

.pv-button-small {
  min-height: 42px;
  padding-inline: 18px;
}

.pv-button-large {
  min-height: 66px;
  padding-inline: 30px;
  font-size: 14px;
}

.pv-button-dark {
  background-color: var(--ink);
  background-image: linear-gradient(var(--paper-bright), var(--paper-bright));
  color: white;
}

.pv-button-red {
  background-color: var(--red);
  background-image: linear-gradient(var(--ink), var(--ink));
  color: white;
}

.pv-button-red::before {
  display: none;
}

.pv-button-red:hover {
  border-color: var(--ink);
}

.pv-button-light {
  background-color: var(--paper-bright);
  background-image: linear-gradient(var(--red), var(--red));
  color: var(--ink);
}

.pv-button-dark:hover {
  border-color: var(--ink);
  color: var(--ink);
}

.pv-button-light:hover {
  border-color: var(--red);
  color: white;
}

.pv-button-red:hover {
  color: white;
}

body.pv-design-v3 a.pv-button-dark:hover {
  color: var(--ink) !important;
}

body.pv-design-v3 a.pv-button-light:hover,
body.pv-design-v3 a.pv-button-red:hover {
  color: white !important;
}

.pv-button > *,
.pv-button:hover > * {
  color: inherit !important;
}

.pv-arrow {
  display: inline-block;
  transition: transform 240ms ease;
}

.pv-hero {
  position: relative;
  min-height: max(920px, 100svh);
  overflow: hidden;
  background: var(--concrete);
  border-bottom: 1px solid rgba(17, 18, 16, 0.32);
}

.pv-hero-noise,
.pv-quality-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .24;
  background-image:
    radial-gradient(circle at 25% 20%, rgba(255,255,255,.34) 0 1px, transparent 1.4px),
    radial-gradient(circle at 75% 70%, rgba(0,0,0,.14) 0 1px, transparent 1.5px);
  background-size: 18px 18px, 23px 23px;
  mix-blend-mode: soft-light;
}

.pv-hero-inner {
  position: relative;
  z-index: 2;
  width: var(--shell);
  min-height: max(920px, 100svh);
  margin-inline: auto;
  padding: clamp(178px, 20vh, 230px) 0 112px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pv-hero h1 {
  position: relative;
  z-index: 2;
  width: min(100%, 1390px);
  margin: 0 auto 62px;
  font-family: var(--font-display);
  font-size: clamp(4.2rem, 9.6vw, 10.4rem);
  font-weight: 760;
  line-height: .82;
  letter-spacing: -.073em;
  text-transform: uppercase;
}

.pv-hero h1 span {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
  white-space: nowrap;
}

.pv-hero h1 span:nth-child(1) {
  transform: translateX(-4vw);
}

.pv-hero h1 span:nth-child(2) {
  transform: translateX(1.8vw);
}

.pv-hero h1 .outline-line {
  color: transparent;
  -webkit-text-stroke: 2px var(--ink);
  text-stroke: 2px var(--ink);
}

.pv-hero h1 span:nth-child(3) {
  transform: translateX(-1.5vw);
}

.pv-hero h1 span:nth-child(4) {
  transform: translateX(4vw);
  margin-top: .08em;
}

.pv-hero-bottom {
  display: grid;
  grid-template-columns: minmax(220px, .65fr) minmax(480px, 1.4fr);
  gap: clamp(40px, 7vw, 120px);
  align-items: end;
  width: min(100%, 1100px);
  margin-inline: auto;
  margin-top: auto;
}

.pv-hero-copy {
  margin: 0;
  max-width: 350px;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.48;
  letter-spacing: -.025em;
}

.pv-finder {
  position: relative;
  padding: 18px 18px 14px 20px;
  background: var(--paper-bright);
  border: 1px solid var(--ink);
  box-shadow: 10px 10px 0 rgba(17, 18, 16, .12);
}

.pv-finder label {
  display: block;
  margin-bottom: 7px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pv-finder-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pv-finder input {
  width: 100%;
  min-width: 0;
  padding: 5px 0 9px;
  border: 0;
  border-bottom: 1px solid rgba(17, 18, 16, .28);
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(19px, 1.65vw, 28px);
  font-weight: 520;
  letter-spacing: -.045em;
}

.pv-finder input::placeholder {
  color: #777671;
  opacity: 1;
}

.pv-finder input:focus {
  border-color: var(--red);
}

.pv-finder-row > button {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background: var(--red);
  color: white;
  font-size: 25px;
  transition: transform 260ms ease, background 260ms ease;
}

.pv-finder-row > button:hover {
  transform: rotate(-12deg) scale(1.06);
  background: var(--ink);
}

.pv-quick-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 13px;
}

.pv-quick-prompts button,
.pv-quick-prompts a {
  padding: 4px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #66655f;
  font-size: 10px;
}

.pv-quick-prompts > * + *::before {
  content: "/";
  margin-right: 7px;
  color: rgba(17,18,16,.3);
}

.pv-quick-prompts button:hover,
.pv-quick-prompts a:hover {
  color: var(--red);
}

.pv-hero-index {
  position: absolute;
  right: 0;
  bottom: 28px;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  opacity: .15;
  pointer-events: none;
}

.pv-hero-index > span {
  font-size: clamp(92px, 12vw, 205px);
  font-weight: 650;
  line-height: .8;
  letter-spacing: -.08em;
}

.pv-hero-index small {
  padding-bottom: 1.2vw;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
}

.pv-model-ticker {
  overflow: hidden;
  padding: 20px 0 18px;
  background: var(--ink);
  color: white;
}

.pv-ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 28s linear infinite;
}

.pv-ticker-set {
  display: flex;
  align-items: center;
  gap: 34px;
  padding-right: 34px;
}

.pv-ticker-set span {
  font-family: var(--font-display);
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 720;
  line-height: 1;
  letter-spacing: -.05em;
}

.pv-ticker-set i {
  color: var(--red);
  font-size: 10px;
  font-style: normal;
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

.pv-manifesto {
  padding-block: clamp(110px, 14vw, 230px);
}

.pv-section-label {
  display: grid;
  grid-template-columns: 38px auto;
  gap: 14px;
  align-items: baseline;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.pv-section-label span:first-child {
  color: var(--red);
}

.pv-section-label.compact {
  margin-bottom: 28px;
}

.pv-manifesto-copy {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: clamp(70px, 10vw, 180px);
  margin-top: 72px;
  padding-left: clamp(0px, 7vw, 110px);
}

.pv-manifesto-copy > p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(42px, 5.6vw, 94px);
  font-weight: 450;
  line-height: .98;
  letter-spacing: -.068em;
}

.pv-manifesto-copy > p strong {
  font-weight: 760;
}

.pv-manifesto-side {
  align-self: end;
  padding-bottom: 9px;
}

.pv-manifesto-side p,
.pv-section-heading > p {
  margin: 0 0 34px;
  max-width: 440px;
  color: #4f4f4b;
  font-size: 15px;
  line-height: 1.58;
  letter-spacing: -.018em;
}

.pv-task-world {
  padding-bottom: clamp(130px, 15vw, 240px);
}

.pv-task-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: clamp(190px, 17vw, 300px);
  gap: 12px;
}

.pv-task-tile {
  position: relative;
  grid-column: span 4;
  overflow: hidden;
  min-height: 250px;
  border: 1px solid rgba(17, 18, 16, .35);
  background: var(--ink);
  color: white;
  isolation: isolate;
}

.pv-task-tile--writing {
  grid-column: span 7;
  grid-row: span 2;
}

.pv-task-tile--research {
  grid-column: span 5;
}

.pv-task-tile--analysis {
  grid-column: span 5;
}

.pv-task-tile--design,
.pv-task-tile--planning,
.pv-task-tile--automation {
  grid-column: span 4;
}

.pv-task-tile--code {
  grid-column: span 12;
}

.pv-task-tile img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.015);
  filter: saturate(.87) contrast(1.03);
  transition: transform 700ms cubic-bezier(.2,.75,.2,1), filter 400ms ease;
}

.pv-task-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.05) 18%, rgba(0,0,0,.78) 100%);
  transition: background 350ms ease;
}

.pv-task-tile::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(251, 250, 247, .96);
  transform: translateY(102%);
  transition: transform 470ms cubic-bezier(.65,0,.35,1);
}

.pv-task-tile:hover::after,
.pv-task-tile:focus-visible::after {
  transform: translateY(0);
}

.pv-task-tile:hover img,
.pv-task-tile:focus-visible img {
  transform: scale(1.075);
  filter: grayscale(.12) contrast(1.08);
}

.pv-task-number,
.pv-task-arrow {
  position: absolute;
  top: 18px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 9px;
  letter-spacing: .08em;
  transition: color 320ms ease;
}

.pv-task-number {
  left: 20px;
}

.pv-task-arrow {
  right: 20px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,.66);
  border-radius: 50%;
  font-size: 18px;
  transition: transform 320ms ease, background 320ms ease, color 320ms ease;
}

.pv-task-tile:hover .pv-task-arrow,
.pv-task-tile:focus-visible .pv-task-arrow {
  transform: rotate(45deg);
  border-color: var(--ink);
  background: var(--ink);
  color: white;
}

.pv-task-copy {
  position: absolute;
  right: 22px;
  bottom: 24px;
  left: 22px;
  display: grid;
  gap: 8px;
  transition: color 320ms ease;
}

.pv-task-copy strong {
  max-width: 88%;
  font-family: var(--font-display);
  font-size: clamp(27px, 2.65vw, 48px);
  font-weight: 680;
  line-height: .98;
  letter-spacing: -.055em;
}

.pv-task-copy small {
  max-width: 390px;
  color: rgba(255,255,255,.78);
  font-size: 11px;
  line-height: 1.45;
  transition: color 320ms ease;
}

.pv-task-tile:hover,
.pv-task-tile:focus-visible,
.pv-task-tile:hover .pv-task-copy small,
.pv-task-tile:focus-visible .pv-task-copy small {
  color: var(--ink);
}

.pv-solutions-label {
  margin-bottom: 28px;
}

.pv-line-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-width: 200px;
  padding: 0 0 8px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 650;
}

.pv-line-link:hover .pv-arrow {
  transform: translate(4px, -2px);
}

.pv-solutions {
  padding-bottom: clamp(130px, 14vw, 230px);
}

.pv-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, .65fr);
  gap: clamp(50px, 9vw, 150px);
  align-items: end;
  margin-bottom: 74px;
}

.pv-section-heading h2,
.pv-quality-intro h2,
.pv-creator h2,
.pv-final-cta h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(48px, 6.4vw, 104px);
  font-weight: 720;
  line-height: .91;
  letter-spacing: -.074em;
}

.pv-section-heading > p {
  margin-bottom: 4px;
}

.pv-journal-meta,
.pv-result-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 15px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 8px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.pv-quality-section {
  position: relative;
  overflow: clip;
  background: var(--night);
  color: #f1f0eb;
}

.pv-quality-section h2,
.pv-quality-section h3 {
  color: inherit !important;
}

.pv-quality-section::before {
  content: "";
  position: absolute;
  top: 9%;
  right: -14vw;
  width: 48vw;
  height: 48vw;
  border-radius: 50%;
  background: var(--red);
  filter: blur(2px);
  opacity: .9;
}

.pv-quality-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(117deg, transparent 0 15px, rgba(255,255,255,.018) 16px 17px),
    radial-gradient(ellipse at 70% 35%, transparent 0 32%, rgba(7,16,11,.92) 72%);
  pointer-events: none;
}

.pv-quality-grain {
  opacity: .16;
  mix-blend-mode: screen;
}

.pv-quality-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(330px, .78fr) minmax(480px, 1.22fr);
  gap: clamp(50px, 9vw, 150px);
  padding-block: clamp(110px, 13vw, 210px);
}

.pv-quality-intro {
  position: sticky;
  top: 90px;
  align-self: start;
}

.pv-section-label.on-dark {
  color: #9fa49d;
}

.pv-quality-intro h2 {
  margin: 48px 0 38px;
  font-size: clamp(54px, 6.3vw, 100px);
}

.pv-quality-intro > p {
  max-width: 420px;
  margin: 0 0 42px;
  color: #a8ada7;
  font-size: 15px;
  line-height: 1.58;
}

.pv-stack-stage {
  position: relative;
  padding-bottom: 10vh;
}

.pv-stack-card {
  position: sticky;
  top: calc(95px + var(--stack-index) * 17px);
  min-height: 360px;
  margin-bottom: 20vh;
  padding: 22px 22px 28px;
  border: 1px solid rgba(17, 18, 16, .9);
  background: var(--paper-bright);
  color: var(--ink);
  box-shadow: 0 -14px 34px rgba(0,0,0,.2);
}

.pv-stack-card-2 { background: #ddd9d3; transform: rotate(.6deg); }
.pv-stack-card-3 { background: #b4b9ab; transform: rotate(-.45deg); }
.pv-stack-card-4 { background: var(--red); color: white; transform: rotate(.35deg); }

.pv-stack-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid currentColor;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 8px;
  letter-spacing: .05em;
}

.pv-stack-card h3 {
  margin: 15px 0 72px;
  font-size: clamp(45px, 5vw, 78px);
  font-weight: 560;
  line-height: .96;
  letter-spacing: -.065em;
}

.pv-stack-card-bottom {
  display: grid;
  grid-template-columns: 1.5fr .7fr;
  gap: 30px;
  align-items: end;
}

.pv-stack-card-bottom p {
  margin: 0;
  max-width: 480px;
  font-size: 14px;
  line-height: 1.48;
}

.pv-stack-metric {
  padding-left: 16px;
  border-left: 1px solid currentColor;
}

.pv-stack-metric strong {
  display: block;
  font-size: 42px;
  font-weight: 520;
  line-height: 1;
  letter-spacing: -.06em;
}

.pv-stack-metric span {
  display: block;
  margin-top: 7px;
  font-family: ui-monospace, monospace;
  font-size: 7px;
  text-transform: uppercase;
}

.pv-evidence {
  padding-block: clamp(130px, 14vw, 230px);
}

.pv-evidence-board {
  border: 1px solid var(--ink);
  background: var(--concrete);
}

.pv-evidence-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 16px 0 22px;
  border-bottom: 1px solid var(--ink);
  font-family: ui-monospace, monospace;
  font-size: 9px;
}

.pv-evidence-nav > div {
  display: flex;
  gap: 5px;
}

.pv-evidence-nav button {
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  font-size: 9px;
}

.pv-evidence-nav button.active,
.pv-evidence-nav button:hover {
  border-color: var(--ink);
  background: var(--paper-bright);
}

.pv-evidence-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr .55fr;
  gap: 1px;
  background: var(--ink);
}

.pv-evidence-grid > div {
  min-height: 400px;
  padding: clamp(24px, 3.4vw, 55px);
  background: var(--paper-bright);
}

.pv-micro-label {
  font-family: ui-monospace, monospace;
  font-size: 8px;
  letter-spacing: .06em;
}

.pv-brief-panel > p {
  margin: 50px 0 35px;
  font-size: clamp(24px, 2.5vw, 42px);
  line-height: 1.08;
  letter-spacing: -.052em;
}

.pv-brief-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.pv-brief-tags span {
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: 9px;
}

.pv-result-panel {
  background: #fff !important;
}

.pv-result-panel h3 {
  margin: 55px 0 20px;
  font-size: clamp(29px, 3vw, 48px);
  line-height: 1;
  letter-spacing: -.058em;
}

.pv-result-panel > p {
  color: #4e4e4a;
  font-size: 14px;
  line-height: 1.55;
}

.pv-result-panel ul {
  display: grid;
  gap: 8px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
}

.pv-result-panel li span {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--red);
  color: white;
  font-size: 9px;
}

.pv-score-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--red) !important;
  color: white;
}

.pv-score-panel small,
.pv-score-panel > span {
  font-family: ui-monospace, monospace;
  font-size: 8px;
}

.pv-score-panel strong {
  margin: 18px 0 0;
  font-size: clamp(80px, 9vw, 150px);
  font-weight: 450;
  line-height: .8;
  letter-spacing: -.1em;
}

.pv-score-bars {
  display: grid;
  gap: 5px;
  margin-top: 34px;
}

.pv-score-bars i {
  display: block;
  height: 4px;
  background: white;
}

.pv-creator {
  position: relative;
  overflow: hidden;
  min-height: 850px;
  padding-block: clamp(120px, 14vw, 220px);
  background: var(--red);
  color: var(--ink);
}

.pv-creator::after {
  content: "";
  position: absolute;
  right: -8vw;
  bottom: -18vw;
  width: 50vw;
  height: 50vw;
  border: 1px solid rgba(17,18,16,.48);
  border-radius: 50%;
  box-shadow: 0 0 0 4vw rgba(17,18,16,.04), 0 0 0 9vw rgba(17,18,16,.04);
}

.pv-creator-inner {
  position: relative;
  z-index: 2;
}

.pv-section-label.on-red span:first-child {
  color: white;
}

.pv-creator h2 {
  max-width: 1200px;
  margin-top: clamp(80px, 10vw, 160px);
  font-size: clamp(62px, 9.5vw, 150px);
}

.pv-creator-bottom {
  display: grid;
  grid-template-columns: minmax(260px, .65fr) auto;
  gap: 60px;
  align-items: end;
  width: min(100%, 920px);
  margin: 80px 0 0 auto;
}

.pv-creator-bottom p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -.025em;
}

.pv-creator-orbit {
  position: absolute;
  top: 11%;
  right: -2%;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(17,18,16,.3);
  border-radius: 50%;
  animation: spin 18s linear infinite;
}

.pv-creator-orbit span {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 370px;
  transform: translate(-50%, -50%) rotate(22deg);
  font-family: ui-monospace, monospace;
  font-size: 8px;
  letter-spacing: .2em;
  text-align: center;
}

@keyframes spin { to { transform: rotate(360deg); } }

.pv-journal {
  padding-block: clamp(130px, 14vw, 220px);
}

.pv-journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 34px);
}

.pv-journal-card {
  padding-top: 12px;
  border-top: 1px solid var(--ink);
}

.pv-journal-art {
  position: relative;
  min-height: 285px;
  overflow: hidden;
  margin-bottom: 15px;
  background: var(--concrete);
}

.pv-journal-art > span {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  font-family: ui-monospace, monospace;
  font-size: 9px;
}

.pv-journal-art i {
  position: absolute;
  transition: transform 500ms cubic-bezier(.2,.8,.2,1);
}

.art-1 i {
  width: 185px;
  height: 185px;
  right: 12%;
  bottom: -30px;
  border: 24px solid var(--red);
  border-radius: 50%;
}

.art-2 {
  background: var(--ink);
}

.art-2 > span { color: white; }

.art-2 i {
  top: 20%;
  left: 19%;
  width: 62%;
  height: 62%;
  background: repeating-linear-gradient(90deg, var(--red) 0 3px, transparent 3px 10px);
  transform: skew(-14deg);
}

.art-3 {
  background: var(--sage);
}

.art-3 i {
  top: 18%;
  right: -13%;
  width: 75%;
  height: 75%;
  border: 1px solid var(--ink);
  box-shadow: -26px 26px 0 var(--red), -52px 52px 0 var(--paper-bright);
}

.pv-journal-card:hover .pv-journal-art i {
  transform: scale(1.08) rotate(5deg);
}

.pv-journal-card h3 {
  min-height: 3.1em;
  margin: 20px 0 35px;
  font-size: clamp(27px, 2.6vw, 42px);
  line-height: 1.02;
  letter-spacing: -.057em;
}

.pv-journal-card > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  font-weight: 650;
}

.pv-journal-card > a:hover .pv-arrow {
  transform: translate(4px, -2px);
}

.pv-final-cta {
  position: relative;
  overflow: hidden;
  padding-block: clamp(120px, 14vw, 210px);
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(17,18,16,.045) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(rgba(17,18,16,.045) 1px, transparent 1px) 0 0 / 72px 72px,
    var(--concrete);
  border-top: 1px solid var(--ink);
}

.pv-final-cta::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -5vw;
  width: clamp(360px, 43vw, 760px);
  height: clamp(360px, 43vw, 760px);
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 1px rgba(17,18,16,.42), 0 0 0 5vw rgba(17,18,16,.035), 0 0 0 10vw rgba(17,18,16,.025);
  animation: pv-orbit-breathe 8s ease-in-out infinite;
}

.pv-final-cta::after {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: -14%;
  left: -8%;
  width: 48%;
  height: 32%;
  transform: rotate(-7deg);
  border: 1px solid rgba(17,18,16,.28);
  display: none;
}

.pv-final-cta .pv-section-shell {
  position: relative;
  z-index: 2;
}

.pv-final-cta .pv-micro-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: white;
  font-weight: 750;
  letter-spacing: .085em;
}

.pv-final-cta h2 {
  max-width: 1180px;
  margin: 70px 0 65px;
  font-size: clamp(72px, 12vw, 190px);
  text-wrap: balance;
}

.pv-final-cta h2 span {
  color: var(--ink) !important;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}

@keyframes pv-orbit-breathe {
  0%, 100% { transform: translateY(-50%) scale(1); }
  50% { transform: translateY(-50%) scale(1.035); }
}

.pv-site-footer {
  padding: 70px 3vw 30px;
  background: var(--ink);
  color: white;
}

.pv-footer-brand {
  padding-bottom: 55px;
  border-bottom: 1px solid rgba(255,255,255,.22);
  font-size: clamp(22px, 7.8vw, 132px);
  font-weight: 730;
  line-height: .8;
  letter-spacing: -.075em;
  white-space: nowrap;
}

.pv-footer-brand span {
  margin-left: 10px;
  color: var(--red);
  font-size: .18em;
  vertical-align: top;
}

.pv-footer-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: min(680px, 100%);
  margin: 70px 0 80px auto;
}

.pv-footer-columns > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.pv-footer-columns small {
  margin-bottom: 12px;
  color: #868783;
  font-family: ui-monospace, monospace;
  font-size: 8px;
}

.pv-footer-columns a {
  font-size: 13px;
}

.pv-footer-columns a:hover {
  color: var(--red-soft);
}

.pv-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.22);
  color: #92938f;
  font-family: ui-monospace, monospace;
  font-size: 8px;
  text-transform: uppercase;
}

.pv-action-dock {
  position: fixed;
  z-index: 80;
  left: 50%;
  bottom: 18px;
  display: flex;
  align-items: stretch;
  gap: 5px;
  padding: 5px;
  transform: translateX(-50%);
  border: 5px solid #4a4b48;
  border-radius: 17px;
  background: #2b2c2a;
  box-shadow: 0 18px 50px rgba(0,0,0,.28);
  color: white;
}

.pv-action-dock > a,
.pv-action-dock > button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid #4a4b48;
  border-radius: 9px;
  background: #2b2c2a;
  color: white;
  cursor: pointer;
  white-space: nowrap;
  font-size: 11px;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.pv-action-dock > a:hover,
.pv-action-dock > button:hover {
  background: #383936;
}

.pv-action-dock .pv-dock-brand {
  min-width: 55px;
  padding: 0 14px;
  border-color: #151614;
  background: #151614;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 780;
  letter-spacing: -.035em;
}

.pv-action-dock button span,
.pv-action-dock .pv-dock-favorites span {
  display: grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  padding: 0 4px;
  border-radius: 50%;
  background: #4b4c49;
  font-size: 9px;
}

.pv-action-dock .pv-dock-score {
  border-color: var(--red);
  color: var(--red-soft);
}

.pv-action-dock .pv-dock-compare {
  min-width: 220px;
  border-color: var(--red);
  background: var(--red);
  color: white;
  font-weight: 700;
}

.pv-action-dock .pv-dock-compare strong {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: white;
  color: var(--ink);
  font-size: 9px;
}

.pv-action-dock .pv-dock-compare:hover {
  border-color: var(--red-dark);
  background: var(--red-dark);
}

.pv-action-dock .pv-dock-compare:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.pv-action-dock .pv-dock-compare[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: .56;
}

.pv-action-dock .pv-dock-compare[aria-disabled="true"]:hover {
  border-color: var(--red);
  background: var(--red);
}

@keyframes fadeIn {
  from { opacity: 0; }
}

.pv-mobile-menu {
  position: fixed;
  z-index: 120;
  inset: 0;
  padding: 24px;
  background: var(--red);
  animation: fadeIn 220ms ease both;
}

.pv-mobile-menu-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--ink);
  font-size: 11px;
  font-weight: 700;
}

.pv-mobile-menu-head button {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 10px;
}

.pv-mobile-menu nav {
  display: grid;
  margin-top: 70px;
}

.pv-mobile-menu nav a {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  align-items: baseline;
  gap: 18px;
  padding: 21px 0;
  border-bottom: 1px solid var(--ink);
  font-size: clamp(38px, 12vw, 72px);
  font-weight: 680;
  line-height: .9;
  letter-spacing: -.06em;
}

.pv-mobile-menu nav small {
  font-family: ui-monospace, monospace;
  font-size: 9px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 750ms cubic-bezier(.2,.8,.2,1) var(--delay, 0ms), transform 750ms cubic-bezier(.2,.8,.2,1) var(--delay, 0ms);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 821px) {
  .pv-hero h1 {
    transform: translateY(clamp(44px, 6vh, 78px));
  }
}

@media (max-width: 1180px) {
  .pv-site-header {
    grid-template-columns: 1fr auto;
  }

  .pv-desktop-nav {
    display: none;
  }

  .pv-header-actions {
    display: none;
  }

  .pv-menu-button {
    display: block;
  }

  .pv-hero-inner {
    padding-inline: 0;
  }

  .pv-task-tile--writing {
    grid-column: span 7;
  }

  .pv-task-tile--research,
  .pv-task-tile--analysis {
    grid-column: span 5;
  }

  .pv-task-tile--design,
  .pv-task-tile--planning,
  .pv-task-tile--automation {
    grid-column: span 4;
  }

  .pv-quality-inner {
    grid-template-columns: minmax(280px, .7fr) minmax(430px, 1.3fr);
    gap: 50px;
  }

  .pv-evidence-grid {
    grid-template-columns: 1fr 1.25fr;
  }

  .pv-score-panel {
    grid-column: 1 / -1;
    min-height: 230px !important;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: calc(100vw - 28px);
  }

  body {
    padding-bottom: 94px;
  }

  .pv-site-header {
    height: 68px;
    padding-inline: 18px;
  }

  .pv-hero {
    min-height: max(820px, 100svh);
  }

  .pv-hero-inner {
    min-height: max(820px, 100svh);
    padding: 94px 0 82px;
  }

  .pv-hero h1 {
    width: 100%;
    margin: 54px auto 42px;
    font-size: clamp(2.35rem, 11.7vw, 5.8rem);
    line-height: .84;
    letter-spacing: -.066em;
  }

  .pv-hero h1 span:nth-child(2),
  .pv-hero h1 .outline-line {
    padding-left: 0;
  }

  .pv-hero h1 span:nth-child(1),
  .pv-hero h1 span:nth-child(2),
  .pv-hero h1 span:nth-child(3),
  .pv-hero h1 span:nth-child(4) {
    transform: none;
  }

  .pv-hero h1 .outline-line {
    margin-top: 8px;
    -webkit-text-stroke-width: 1.3px;
  }

  .pv-hero h1 span:nth-child(4) {
    margin-top: clamp(9px, 2.2vw, 14px);
  }

  .pv-final-cta::before {
    right: -35vw;
    opacity: .88;
  }

  .pv-final-cta::after {
    width: 74%;
  }

  .pv-hero-bottom {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: auto;
  }

  .pv-hero-copy {
    max-width: 480px;
  }

  .pv-finder {
    padding: 15px 14px 12px;
    box-shadow: 7px 7px 0 rgba(17,18,16,.13);
  }

  .pv-finder-row > button {
    width: 46px;
    height: 46px;
  }

  .pv-quick-prompts {
    display: grid;
    gap: 3px;
  }

  .pv-quick-prompts button,
  .pv-quick-prompts a {
    width: fit-content;
  }

  .pv-quick-prompts > * + *::before {
    display: none;
  }

  .pv-hero-index {
    display: none;
  }

  .pv-manifesto-copy,
  .pv-section-heading,
  .pv-quality-inner,
  .pv-creator-bottom {
    grid-template-columns: 1fr;
  }

  .pv-manifesto-copy {
    gap: 60px;
    margin-top: 45px;
    padding-left: 0;
  }

  .pv-section-heading {
    gap: 38px;
    margin-bottom: 45px;
  }

  .pv-task-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(300px, 46svh);
    gap: 9px;
  }

  .pv-task-tile,
  .pv-task-tile--writing,
  .pv-task-tile--research,
  .pv-task-tile--analysis,
  .pv-task-tile--design,
  .pv-task-tile--planning,
  .pv-task-tile--automation,
  .pv-task-tile--code {
    grid-column: 1 / -1;
    grid-row: span 1;
    min-height: 0;
  }

  .pv-task-copy strong {
    font-size: clamp(25px, 6vw, 39px);
  }

  .pv-quality-section::before {
    top: 18%;
    right: -30vw;
    width: 78vw;
    height: 78vw;
  }

  .pv-quality-inner {
    gap: 85px;
  }

  .pv-quality-intro {
    position: relative;
    top: auto;
  }

  .pv-stack-card {
    top: calc(75px + var(--stack-index) * 12px);
    min-height: 345px;
    margin-bottom: 14vh;
  }

  .pv-stack-card h3 {
    margin-bottom: 55px;
  }

  .pv-stack-card-bottom {
    grid-template-columns: 1fr;
  }

  .pv-stack-metric {
    display: flex;
    align-items: end;
    gap: 10px;
    padding: 13px 0 0;
    border-top: 1px solid currentColor;
    border-left: 0;
  }

  .pv-evidence-grid {
    grid-template-columns: 1fr;
  }

  .pv-evidence-grid > div {
    min-height: 0;
  }

  .pv-score-panel {
    grid-column: auto;
  }

  .pv-creator {
    min-height: 780px;
  }

  .pv-creator-bottom {
    gap: 35px;
    margin-top: 60px;
  }

  .pv-creator-bottom .pv-button {
    justify-self: start;
  }

  .pv-creator-orbit {
    top: 5%;
    right: -25%;
    opacity: .6;
  }

  .pv-journal-grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .pv-journal-card h3 {
    min-height: 0;
  }

  .pv-action-dock {
    bottom: 10px;
    width: calc(100vw - 18px);
    border-width: 4px;
  }

  .pv-action-dock > a,
  .pv-action-dock > button {
    flex: 1;
    min-height: 48px;
    padding: 0 11px;
  }

  .pv-action-dock .pv-dock-brand {
    flex: 0 0 49px;
    min-width: 49px;
  }

  .pv-action-dock > a:not(.pv-dock-brand):not(.pv-dock-compare),
  .pv-action-dock > button:not(.pv-dock-compare) {
    display: none;
  }

  .pv-action-dock .pv-dock-compare {
    min-width: 0;
    justify-content: space-between;
  }

  .pv-footer-columns {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .pv-wordmark {
    font-size: 10px;
  }

  .pv-hero {
    min-height: max(790px, 100svh);
  }

  .pv-hero-inner {
    min-height: max(790px, 100svh);
    padding-bottom: 72px;
  }

  .pv-hero h1 {
    font-size: clamp(2rem, 10.7vw, 4.1rem);
  }

  .pv-hero-copy {
    font-size: 14px;
  }

  .pv-finder input {
    font-size: 17px;
  }

  .pv-task-grid {
    display: grid;
    overflow: visible;
    margin-right: 0;
    padding-right: 0;
  }

  .pv-task-tile,
  .pv-task-tile--writing,
  .pv-task-tile--research,
  .pv-task-tile--analysis,
  .pv-task-tile--design,
  .pv-task-tile--planning,
  .pv-task-tile--automation,
  .pv-task-tile--code {
    min-height: 340px;
  }

  .pv-stack-card {
    min-height: 380px;
    padding-inline: 16px;
  }

  .pv-stack-card h3 {
    font-size: 40px;
  }

  .pv-stack-topline span:last-child {
    max-width: 180px;
    text-align: right;
  }

  .pv-evidence-nav {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 14px;
  }

  .pv-evidence-nav > div {
    width: 100%;
  }

  .pv-evidence-nav button {
    flex: 1;
    padding-inline: 5px;
  }

  .pv-creator h2 {
    font-size: clamp(52px, 16vw, 88px);
  }

  .pv-footer-columns {
    grid-template-columns: 1fr;
  }

  .pv-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .pv-footer-brand {
    font-size: clamp(21px, 7.6vw, 38px);
    letter-spacing: -.07em;
  }

  .pv-mobile-menu {
    overflow-y: auto;
    padding: 18px 16px 40px;
  }

  .pv-mobile-menu nav {
    margin-top: 42px;
  }

  .pv-mobile-menu nav a {
    grid-template-columns: 24px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 16px 0;
    font-size: clamp(29px, 9.3vw, 46px);
    line-height: .94;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .pvc-reveal {
    opacity: 1;
    transform: none;
  }
}

/* 3.0.3 — remove WooCommerce's decorative notice icon everywhere. */
:where(.woocommerce-message, .woocommerce-info, .woocommerce-error)::before {
	display: none !important;
	content: none !important;
}
:where(.woocommerce-message, .woocommerce-info, .woocommerce-error) {
	padding-left: clamp(18px, 2vw, 28px) !important;
}
.wc-block-components-notice-banner > svg,
.wc-block-components-notice-banner__content::before {
	display: none !important;
	content: none !important;
}
