:root {
  --pcv-ink: #171816;
  --pcv-graphite: #2e332f;
  --pcv-stone: #eeebe3;
  --pcv-paper: #fffaf0;
  --pcv-paper-2: #f8f4eb;
  --pcv-muted: #6f756e;
  --pcv-line: #ded7c9;
  --pcv-orange: #ff8a00;
  --pcv-orange-dark: #d86600;
  --pcv-green: #2f7d64;
  --pcv-blue: #31566c;
  --pcv-shadow: 0 22px 70px rgba(23, 24, 22, 0.13);
  --pcv-radius: 8px;
  --pcv-shell: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--pcv-paper);
  color: var(--pcv-ink);
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.6;
}

body.pcv-nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

.screen-reader-text,
.pcv-skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pcv-skip-link:focus {
  z-index: 200;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  background: var(--pcv-ink);
  color: #fff;
}

.pcv-shell {
  width: min(var(--pcv-shell), calc(100% - 40px));
  margin-inline: auto;
}

.pcv-site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(23, 24, 22, 0.08);
  background: rgba(255, 250, 240, 0.91);
  backdrop-filter: blur(18px);
}

.pcv-site-header__inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.pcv-brand {
  display: inline-flex;
  align-items: center;
  width: 248px;
  text-decoration: none;
}

.pcv-brand__image {
  display: block;
  width: 248px;
}

.pcv-primary-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-family: ui-sans-serif, "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.86rem;
  font-weight: 750;
}

.pcv-menu,
.pcv-footer-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pcv-menu ul {
  display: none;
}

.pcv-menu a {
  color: var(--pcv-graphite);
  text-decoration: none;
}

.pcv-menu a:hover {
  color: var(--pcv-orange-dark);
}

.pcv-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--pcv-line);
  border-radius: var(--pcv-radius);
  background: #fff;
}

.pcv-nav-toggle span:not(.screen-reader-text) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--pcv-ink);
}

.pcv-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 2px solid var(--pcv-orange);
  border-radius: var(--pcv-radius);
  background: var(--pcv-orange);
  box-shadow: 0 12px 32px rgba(255, 138, 0, 0.28);
  color: #171816;
  font-family: ui-sans-serif, "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.94rem;
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.pcv-button:hover {
  box-shadow: 0 18px 42px rgba(255, 138, 0, 0.34);
  transform: translateY(-1px);
}

.pcv-button--small {
  min-height: 40px;
  padding: 9px 13px;
  font-size: 0.82rem;
}

.pcv-button--ghost {
  border-color: rgba(23, 24, 22, 0.18);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: none;
}

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

.pcv-button--full {
  width: 100%;
}

.pcv-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 72px;
  background:
    radial-gradient(circle at 80% 24%, rgba(255, 138, 0, 0.22), transparent 28%),
    linear-gradient(120deg, #fffaf0 0%, #f3efe4 54%, #dcd6c8 100%);
}

.pcv-hero::after {
  position: absolute;
  inset: auto -10% -38% 48%;
  width: 580px;
  height: 580px;
  border: 1px solid rgba(23, 24, 22, 0.08);
  border-radius: 50%;
  content: "";
}

.pcv-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
  align-items: center;
  gap: 58px;
}

.pcv-kicker {
  margin: 0 0 12px;
  color: var(--pcv-orange-dark);
  font-family: ui-sans-serif, "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--pcv-ink);
  font-family: ui-sans-serif, "Avenir Next", "Segoe UI", sans-serif;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 9vw, 6.7rem);
}

h2 {
  font-size: clamp(2.1rem, 5vw, 4.2rem);
}

h3 {
  font-size: 1.28rem;
  line-height: 1.14;
}

.pcv-lede,
.pcv-hero__content > p:not(.pcv-kicker) {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--pcv-graphite);
  font-size: 1.18rem;
}

.pcv-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.pcv-actions--center {
  justify-content: center;
}

.pcv-hero__visual {
  position: relative;
  min-height: 450px;
  border: 1px solid rgba(23, 24, 22, 0.11);
  border-radius: var(--pcv-radius);
  background:
    linear-gradient(rgba(23, 24, 22, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 24, 22, 0.04) 1px, transparent 1px),
    var(--pcv-ink);
  background-size: 32px 32px, 32px 32px, auto;
  box-shadow: var(--pcv-shadow);
}

.pcv-hero__visual::before {
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--pcv-radius);
  background: radial-gradient(circle at 60% 55%, rgba(255, 138, 0, 0.24), transparent 34%);
  content: "";
}

.pcv-audit-panel {
  position: absolute;
  top: 52px;
  left: -18px;
  display: flex;
  width: min(380px, calc(100% - 38px));
  align-items: center;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--pcv-radius);
  background: rgba(255, 250, 240, 0.95);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.pcv-audit-panel img {
  width: 82px;
}

.pcv-audit-panel span,
.pcv-score-card span,
.pcv-score-card small {
  display: block;
  color: var(--pcv-muted);
  font-family: ui-sans-serif, "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}

.pcv-audit-panel strong {
  display: block;
  margin-top: 4px;
  font-family: ui-sans-serif, "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  line-height: 1.2;
}

.pcv-score-card {
  position: absolute;
  right: 34px;
  bottom: 42px;
  width: 178px;
  padding: 22px;
  border-radius: var(--pcv-radius);
  background: var(--pcv-orange);
  box-shadow: 0 24px 60px rgba(255, 138, 0, 0.32);
}

.pcv-score-card strong {
  display: block;
  margin: 10px 0;
  font-family: ui-sans-serif, "Avenir Next", "Segoe UI", sans-serif;
  font-size: 4rem;
  line-height: 0.9;
}

.pcv-score-card small {
  color: rgba(23, 24, 22, 0.76);
}

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

.pcv-section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.pcv-card-grid {
  display: grid;
  gap: 18px;
}

.pcv-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pcv-card {
  border: 1px solid var(--pcv-line);
  border-radius: var(--pcv-radius);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 10px 32px rgba(23, 24, 22, 0.06);
}

.pcv-path-card,
.pcv-post-card__link {
  display: block;
  min-height: 230px;
  padding: 24px;
  text-decoration: none;
}

.pcv-path-card span,
.pcv-post-card__type {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--pcv-orange-dark);
  font-family: ui-sans-serif, "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
}

.pcv-path-card p,
.pcv-post-card p {
  margin: 16px 0 0;
  color: var(--pcv-muted);
}

.pcv-process {
  background: var(--pcv-ink);
  color: #fff;
}

.pcv-process h2,
.pcv-process .pcv-kicker {
  color: #fff;
}

.pcv-process p {
  color: rgba(255, 255, 255, 0.74);
}

.pcv-process__grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 46px;
}

.pcv-steps {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pcv-steps li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--pcv-radius);
  background: rgba(255, 255, 255, 0.05);
}

.pcv-steps span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pcv-orange);
  color: var(--pcv-ink);
  font-family: ui-sans-serif, "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 900;
}

.pcv-steps strong {
  display: block;
  font-family: ui-sans-serif, "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.2rem;
}

.pcv-steps p {
  grid-column: 2;
  margin: -8px 0 0;
}

.pcv-chip-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.pcv-chip-grid a {
  min-height: 82px;
  padding: 18px;
  border: 1px solid var(--pcv-line);
  border-radius: var(--pcv-radius);
  background: #fff;
  color: var(--pcv-ink);
  font-family: ui-sans-serif, "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
}

.pcv-chip-grid a:hover {
  border-color: var(--pcv-orange);
}

.pcv-offer__box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 36px;
  border: 1px solid rgba(255, 138, 0, 0.34);
  border-radius: var(--pcv-radius);
  background: linear-gradient(135deg, rgba(255, 138, 0, 0.13), rgba(47, 125, 100, 0.1)), #fff;
}

.pcv-offer__box p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--pcv-graphite);
}

.pcv-page-hero {
  padding: 74px 0 54px;
  background: linear-gradient(135deg, #fffaf0, #eee7d9);
}

.pcv-page-hero--center {
  min-height: 56vh;
  display: flex;
  align-items: center;
  text-align: center;
}

.pcv-page-hero__inner {
  max-width: 880px;
}

.pcv-page-hero--center .pcv-page-hero__inner {
  margin-inline: auto;
}

.pcv-content-section {
  padding: 64px 0 90px;
}

.pcv-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: start;
  gap: 42px;
}

.pcv-entry {
  max-width: 780px;
}

.pcv-entry h2,
.pcv-entry h3 {
  margin: 1.6em 0 0.5em;
  line-height: 1.08;
}

.pcv-entry p,
.pcv-entry li {
  color: var(--pcv-graphite);
}

.pcv-entry a {
  color: var(--pcv-orange-dark);
  font-weight: 700;
}

.pcv-featured-image {
  display: block;
  margin-bottom: 28px;
  border-radius: var(--pcv-radius);
}

.pcv-entry-aside {
  position: sticky;
  top: 104px;
}

.pcv-sticky-cta {
  padding: 22px;
}

.pcv-sticky-cta img {
  width: 74px;
  margin-bottom: 10px;
}

.pcv-sticky-cta h2 {
  font-size: 1.34rem;
  line-height: 1.1;
}

.pcv-sticky-cta p {
  color: var(--pcv-muted);
}

.pcv-pagination {
  margin-top: 34px;
  font-family: ui-sans-serif, "Avenir Next", "Segoe UI", sans-serif;
}

.pcv-empty {
  padding: 40px;
  border: 1px solid var(--pcv-line);
  border-radius: var(--pcv-radius);
  background: #fff;
}

.pcv-search-form {
  display: flex;
  gap: 10px;
}

.pcv-search-form label {
  flex: 1;
}

.pcv-search-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--pcv-line);
  border-radius: var(--pcv-radius);
  font: inherit;
}

.pcv-search-form button {
  min-height: 48px;
  padding: 0 16px;
  border: 0;
  border-radius: var(--pcv-radius);
  background: var(--pcv-ink);
  color: #fff;
  font-weight: 800;
}

.pcv-site-footer {
  padding: 54px 0 28px;
  background: var(--pcv-ink);
  color: rgba(255, 255, 255, 0.76);
}

.pcv-site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
}

.pcv-footer-brand img {
  width: 220px;
  filter: drop-shadow(0 12px 30px rgba(255, 138, 0, 0.18));
}

.pcv-site-footer p {
  max-width: 440px;
}

.pcv-footer-menu {
  align-items: flex-start;
  flex-direction: column;
}

.pcv-footer-menu a,
.pcv-site-footer__bottom a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.pcv-site-footer__bottom {
  display: flex;
  gap: 18px;
  padding-top: 24px;
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-family: ui-sans-serif, "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.85rem;
}

@media (max-width: 980px) {
  .pcv-card-grid--three,
  .pcv-hero__grid,
  .pcv-process__grid,
  .pcv-content-layout,
  .pcv-site-footer__grid,
  .pcv-offer__box {
    grid-template-columns: 1fr;
  }

  .pcv-chip-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pcv-entry-aside {
    position: static;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 17px;
  }

  .pcv-shell {
    width: min(var(--pcv-shell), calc(100% - 28px));
  }

  .pcv-brand,
  .pcv-brand__image {
    width: 204px;
  }

  .pcv-nav-toggle {
    display: block;
  }

  .pcv-primary-nav {
    position: fixed;
    inset: 78px 14px auto;
    display: none;
    padding: 18px;
    border: 1px solid var(--pcv-line);
    border-radius: var(--pcv-radius);
    background: #fff;
    box-shadow: var(--pcv-shadow);
  }

  .pcv-primary-nav.is-open {
    display: block;
  }

  .pcv-menu {
    display: grid;
    gap: 0;
  }

  .pcv-menu a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid var(--pcv-line);
  }

  .pcv-primary-nav .pcv-button {
    width: 100%;
    margin-top: 14px;
  }

  .pcv-hero {
    padding: 58px 0 50px;
  }

  h1 {
    font-size: clamp(2.8rem, 18vw, 4.8rem);
  }

  .pcv-hero__visual {
    min-height: 360px;
  }

  .pcv-audit-panel {
    left: 16px;
    top: 36px;
  }

  .pcv-score-card {
    right: 18px;
    bottom: 24px;
  }

  .pcv-section {
    padding: 58px 0;
  }

  .pcv-chip-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pcv-site-footer__bottom {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .pcv-actions,
  .pcv-search-form {
    display: grid;
  }

  .pcv-button {
    width: 100%;
  }

  .pcv-chip-grid {
    grid-template-columns: 1fr;
  }

  .pcv-audit-panel {
    width: calc(100% - 32px);
  }
}
