@import '_base.css';
@import '_effects.css';

/* ===========================================================
   WeTheNorth · wtn.today
   Mood: minimal · luxury minimalism · light-cool palette
   Single accent: thin hsl(210,65%,56%) vertical line (spine)
   Typography: Instrument Sans / Work Sans
   =========================================================== */

:root {
  --container: 1180px;
  --gutter: clamp(1.25rem, 3vw, 2rem);
  --rule: 1px solid hsl(var(--line-1));
  --rule-soft: 1px solid hsl(var(--line-1) / 0.6);
  --quiet-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

body.pvb34-body {
  background: hsl(var(--bg-0));
  color: hsl(var(--fg-1));
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: -0.005em;
}

.pvb34-container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
  position: relative;
}

/* --- Vertical spine — the single accent element --- */
.pvb34-spine {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(
    to bottom,
    hsl(var(--accent-h) var(--accent-s) var(--accent-l) / 0) 0%,
    hsl(var(--accent-h) var(--accent-s) var(--accent-l) / 0.35) 12%,
    hsl(var(--accent-h) var(--accent-s) var(--accent-l) / 0.35) 88%,
    hsl(var(--accent-h) var(--accent-s) var(--accent-l) / 0) 100%
  );
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  z-index: 0;
  pointer-events: none;
  display: none;
}
@media (min-width: 1100px) {
  .pvb34-spine { display: block; left: calc(50vw - 540px); }
}

/* =================== HEADER =================== */
.pvb34-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: hsl(var(--bg-0) / 0.78);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: var(--rule-soft);
  transition: transform 0.4s var(--quiet-ease), box-shadow 0.3s ease;
}
.pvb34-header--shrink {
  box-shadow: 0 1px 0 hsl(var(--line-1) / 0.7);
}
.pvb34-header-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 1rem var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.pvb34-brand { display: inline-flex; align-items: center; }
.pvb34-logo {
  max-height: 36px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1) contrast(1.1);
  opacity: 0.85;
  transition: opacity 0.3s ease, filter 0.3s ease;
}
.pvb34-brand:hover .pvb34-logo { opacity: 1; filter: grayscale(0); }

.pvb34-header-cta {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: hsl(var(--fg-1));
  text-decoration: none;
  padding: 0.625rem 1.125rem;
  border: 1px solid hsl(var(--fg-1));
  border-radius: 999px;
  transition: background 0.3s var(--quiet-ease), color 0.3s var(--quiet-ease), transform 0.2s;
  white-space: nowrap;
}
.pvb34-header-cta:hover {
  background: hsl(var(--fg-1));
  color: hsl(var(--bg-0));
}
.pvb34-header-cta:active { transform: scale(0.98); }

/* =================== HERO =================== */
.pvb34-hero {
  padding: clamp(4rem, 10vw, 8rem) 0 clamp(3rem, 7vw, 6rem);
  position: relative;
  background:
    radial-gradient(ellipse 80% 40% at 50% 0%, hsl(var(--accent-h) var(--accent-s) 96%) 0%, transparent 60%),
    linear-gradient(180deg, hsl(var(--bg-0)) 0%, hsl(var(--bg-1) / 0.5) 100%);
}
.pvb34-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 920px) {
  .pvb34-hero-grid {
    grid-template-columns: 1.15fr 1fr;
    gap: 5rem;
  }
}
.pvb34-eyebrow {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: hsl(var(--fg-2));
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 2rem;
  padding: 0.4rem 0.875rem;
  border: 1px solid hsl(var(--line-1));
  border-radius: 999px;
  background: hsl(var(--bg-0));
  text-shadow: 0 1px 0 hsl(var(--bg-0));
}
.pvb34-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: hsl(var(--status-ok));
  box-shadow: 0 0 0 3px hsl(var(--status-ok) / 0.18);
  animation: pvb34-pulse 2.4s ease-in-out infinite;
}
@keyframes pvb34-pulse {
  0%, 100% { box-shadow: 0 0 0 3px hsl(var(--status-ok) / 0.18); }
  50% { box-shadow: 0 0 0 6px hsl(var(--status-ok) / 0.08); }
}
.pvb34-dot--live { background: hsl(var(--link-live)); box-shadow: 0 0 0 3px hsl(var(--link-live) / 0.18); }

.pvb34-hero-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.6rem, 6.4vw, 5rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: hsl(var(--fg-1));
  margin: 0 0 1.5rem;
  text-wrap: balance;
  text-shadow: 0 1px 0 hsl(var(--bg-0));
}
.pvb34-hero-sub {
  font-size: clamp(1.0625rem, 1.4vw, 1.1875rem);
  line-height: 1.7;
  color: hsl(var(--fg-2));
  max-width: 42rem;
  margin-bottom: 2.5rem;
}

/* Link box — hero */
.pvb34-linkbox {
  border: 1px solid hsl(var(--line-2));
  border-radius: 14px;
  padding: 1.25rem 1.5rem;
  background: hsl(var(--bg-0));
  box-shadow:
    0 1px 0 hsl(var(--bg-0)) inset,
    0 1px 2px hsl(210 40% 20% / 0.04),
    0 12px 40px hsl(var(--accent-h) var(--accent-s) var(--accent-l) / 0.06);
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-bottom: 2rem;
  transition: box-shadow 0.4s var(--quiet-ease), transform 0.4s var(--quiet-ease);
}
.pvb34-linkbox:hover {
  box-shadow:
    0 1px 0 hsl(var(--bg-0)) inset,
    0 2px 4px hsl(210 40% 20% / 0.05),
    0 24px 60px hsl(var(--accent-h) var(--accent-s) var(--accent-l) / 0.12);
}
@media (min-width: 640px) {
  .pvb34-linkbox {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1.25rem;
  }
}
.pvb34-linkbox-label {
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: hsl(var(--fg-3));
}
.pvb34-linkbox-addr {
  font-family: ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: hsl(var(--fg-1));
  word-break: break-all;
  letter-spacing: 0.01em;
  background: none;
  padding: 0;
}

/* Buttons */
.pvb34-copy-btn {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: hsl(var(--bg-0));
  background: hsl(var(--fg-1));
  border: 1px solid hsl(var(--fg-1));
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.3s var(--quiet-ease), transform 0.2s, box-shadow 0.3s;
  white-space: nowrap;
  box-shadow: 0 2px 8px hsl(var(--fg-1) / 0.15);
}
.pvb34-copy-btn:hover {
  background: hsl(var(--accent));
  border-color: hsl(var(--accent));
  color: hsl(var(--bg-0));
  box-shadow: 0 8px 20px hsl(var(--accent-h) var(--accent-s) var(--accent-l) / 0.28);
}
.pvb34-copy-btn:active { transform: scale(0.97); }
.pvb34-copy-btn:focus-visible { outline: 2px solid hsl(var(--accent)); outline-offset: 3px; }

.pvb34-copy-btn--ghost {
  background: hsl(var(--bg-0));
  color: hsl(var(--fg-1));
  border: 1px solid hsl(var(--line-2));
  box-shadow: none;
}
.pvb34-copy-btn--ghost:hover {
  background: hsl(var(--fg-1));
  border-color: hsl(var(--fg-1));
  color: hsl(var(--bg-0));
}

.pvb34-open-btn {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: hsl(var(--fg-1));
  text-decoration: none;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.pvb34-open-btn:hover {
  background: hsl(var(--bg-1));
  border-color: hsl(var(--line-2));
  color: hsl(var(--fg-1));
}

/* Trust row */
.pvb34-trust {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.75rem;
  font-size: 0.875rem;
  color: hsl(var(--fg-2));
  padding: 0;
  margin: 0;
}
.pvb34-trust li {
  position: relative;
  padding-left: 1.125rem;
}
.pvb34-trust li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: hsl(var(--accent));
  box-shadow: 0 0 0 3px hsl(var(--accent-h) var(--accent-s) var(--accent-l) / 0.18);
}

/* Hero art */
.pvb34-hero-art {
  position: relative;
  display: grid;
  gap: 1.25rem;
}
.pvb34-hero-img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid hsl(var(--line-1));
  filter: saturate(0.92) contrast(1.02);
  box-shadow:
    0 1px 0 hsl(var(--bg-0)) inset,
    0 24px 60px hsl(210 40% 20% / 0.08);
}
.pvb34-hero-meta {
  border: 1px solid hsl(var(--line-1));
  border-radius: 14px;
  background: hsl(var(--bg-0) / 0.95);
  padding: 0.25rem 1.25rem;
  backdrop-filter: blur(8px);
}
.pvb34-hero-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.75rem 0;
  font-size: 0.875rem;
  border-bottom: var(--rule-soft);
}
.pvb34-hero-meta-row:last-child { border-bottom: none; }
.pvb34-hero-meta-row span:first-child {
  color: hsl(var(--fg-3));
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.6875rem;
  font-weight: 600;
}
.pvb34-hero-meta-row span:last-child {
  color: hsl(var(--fg-1));
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

/* =================== SECTION HEAD =================== */
.pvb34-section-head {
  margin-bottom: clamp(3rem, 6vw, 5rem);
  max-width: 44rem;
}
.pvb34-section-head--compact { margin-bottom: clamp(2rem, 4vw, 3rem); }
.pvb34-section-tag {
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: hsl(var(--accent));
  display: inline-block;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid hsl(var(--accent) / 0.5);
}
.pvb34-section-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.9rem, 3.6vw, 2.75rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: hsl(var(--fg-1));
  margin-bottom: 1rem;
  text-wrap: balance;
}
.pvb34-section-lede {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: hsl(var(--fg-2));
  max-width: 40rem;
}

/* =================== FEATURES =================== */
.pvb34-features {
  padding: clamp(4rem, 8vw, 8rem) 0;
  border-top: var(--rule-soft);
}
.pvb34-feature-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  border-top: var(--rule-soft);
}
.pvb34-feature-row:first-of-type { border-top: none; }
@media (min-width: 860px) {
  .pvb34-feature-row {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
  .pvb34-feature-row--reverse .pvb34-feature-visual { order: -1; }
}
.pvb34-feature-num {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: hsl(var(--accent));
  display: inline-block;
  margin-bottom: 1rem;
}
.pvb34-feature-text h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 1.875rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: hsl(var(--fg-1));
  margin-bottom: 1.25rem;
  text-wrap: balance;
}
.pvb34-feature-text p {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: hsl(var(--fg-2));
  margin-bottom: 1rem;
  max-width: 34rem;
}
.pvb34-feature-text a {
  color: hsl(var(--fg-1));
  border-bottom: 1px solid hsl(var(--accent));
  transition: color 0.25s ease;
}
.pvb34-feature-text a:hover { color: hsl(var(--accent)); }

.pvb34-feature-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
  filter: saturate(0.9) contrast(1.02);
  border: 1px solid hsl(var(--line-1));
  box-shadow: 0 20px 50px hsl(210 40% 20% / 0.08);
  transition: transform 0.8s var(--quiet-ease), filter 0.8s var(--quiet-ease);
}
.pvb34-feature-row:hover .pvb34-feature-visual img { transform: scale(1.015); filter: saturate(1); }

/* =================== CONTEXT · editorial =================== */
.pvb34-context {
  padding: clamp(4rem, 8vw, 8rem) 0;
  border-top: var(--rule-soft);
}
.pvb34-context-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 920px) {
  .pvb34-context-grid {
    grid-template-columns: 1fr 1.6fr;
    gap: 5rem;
    align-items: start;
  }
  .pvb34-context-lede { position: sticky; top: 5rem; }
}
.pvb34-context-body p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: hsl(var(--fg-1));
  margin-bottom: 1.5rem;
  max-width: 38rem;
}
.pvb34-context-body p:not(:first-child) { color: hsl(var(--fg-2)); }
.pvb34-pullquote {
  margin: 2.5rem 0;
  padding: 1.75rem 2rem;
  border-left: 2px solid hsl(var(--accent));
  background: linear-gradient(90deg, hsl(var(--accent-h) var(--accent-s) 97%) 0%, transparent 100%);
  max-width: 42rem;
}
.pvb34-pullquote p {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.3125rem, 2vw, 1.625rem);
  line-height: 1.45;
  color: hsl(var(--fg-1));
  letter-spacing: -0.015em;
  margin-bottom: 1rem;
  text-wrap: balance;
}
.pvb34-pullquote cite {
  font-style: normal;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: hsl(var(--fg-3));
  font-weight: 500;
}

/* =================== STATS =================== */
.pvb34-stats {
  padding: clamp(4rem, 8vw, 8rem) 0;
  border-top: var(--rule-soft);
  background: linear-gradient(180deg, hsl(var(--bg-1) / 0.3) 0%, hsl(var(--bg-0)) 100%);
}
.pvb34-stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: var(--rule-soft);
}
@media (min-width: 720px) {
  .pvb34-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .pvb34-stats-grid .pvb34-stat:nth-child(odd) { border-right: var(--rule-soft); }
}
@media (min-width: 1000px) {
  .pvb34-stats-grid { grid-template-columns: repeat(4, 1fr); }
  .pvb34-stats-grid .pvb34-stat { border-right: var(--rule-soft); }
  .pvb34-stats-grid .pvb34-stat:last-child { border-right: none; }
}
.pvb34-stat {
  padding: 2.5rem 1.75rem;
  border-bottom: var(--rule-soft);
  position: relative;
  transition: background 0.3s ease;
}
.pvb34-stat:hover { background: hsl(var(--accent-h) var(--accent-s) 97%); }
.pvb34-stat-num {
  display: block;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  line-height: 1;
  letter-spacing: -0.03em;
  color: hsl(var(--fg-1));
  margin-bottom: 0.75rem;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 1px 0 hsl(var(--bg-0));
}
.pvb34-stat-num em {
  font-size: 0.55em;
  color: hsl(var(--accent));
  font-style: normal;
  margin-left: 0.1em;
}
.pvb34-stat-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--fg-1));
  margin-bottom: 0.5rem;
}
.pvb34-stat-note {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: hsl(var(--fg-3));
}
.pvb34-stats-foot {
  margin-top: 2.25rem;
  font-size: 0.9375rem;
  color: hsl(var(--fg-3));
}
.pvb34-stats-foot a {
  color: hsl(var(--fg-1));
  border-bottom: 1px solid hsl(var(--accent));
}
.pvb34-stats-foot a:hover { color: hsl(var(--accent)); }

/* =================== HOW-TO · timeline =================== */
.pvb34-howto {
  padding: clamp(4rem, 8vw, 8rem) 0;
  border-top: var(--rule-soft);
}
.pvb34-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  counter-reset: step;
}
.pvb34-steps::before {
  content: '';
  position: absolute;
  left: 22px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    to bottom,
    hsl(var(--accent) / 0) 0%,
    hsl(var(--accent) / 0.4) 8%,
    hsl(var(--accent) / 0.4) 92%,
    hsl(var(--accent) / 0) 100%
  );
}
@media (min-width: 720px) {
  .pvb34-steps::before { left: 28px; }
}
.pvb34-step {
  position: relative;
  padding: 0 0 3rem 3.75rem;
  display: block;
}
.pvb34-step:last-child { padding-bottom: 0; }
@media (min-width: 720px) {
  .pvb34-step { padding-left: 5rem; }
}
.pvb34-step-num {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: hsl(var(--bg-0));
  border: 1px solid hsl(var(--line-2));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 500;
  color: hsl(var(--fg-1));
  letter-spacing: 0.05em;
  box-shadow: 0 2px 12px hsl(210 40% 20% / 0.05);
  transition: border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
@media (min-width: 720px) {
  .pvb34-step-num { width: 56px; height: 56px; font-size: 0.9375rem; }
}
.pvb34-step:hover .pvb34-step-num {
  border-color: hsl(var(--accent));
  color: hsl(var(--accent));
  transform: scale(1.05);
}
.pvb34-step-body h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.25rem, 2.2vw, 1.625rem);
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: hsl(var(--fg-1));
  margin-bottom: 0.75rem;
  padding-top: 0.4rem;
}
.pvb34-step-body p {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: hsl(var(--fg-2));
  max-width: 44rem;
  margin-bottom: 1rem;
}
.pvb34-step-body a {
  color: hsl(var(--fg-1));
  border-bottom: 1px solid hsl(var(--accent));
}
.pvb34-step-body a:hover { color: hsl(var(--accent)); }

.pvb34-step-img {
  margin-top: 1.5rem;
  max-width: 90%;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid hsl(var(--line-1));
  box-shadow: 0 16px 36px hsl(210 40% 20% / 0.08);
  filter: saturate(0.9);
}

/* =================== FAQ =================== */
.pvb34-faq {
  padding: clamp(4rem, 8vw, 8rem) 0;
  border-top: var(--rule-soft);
  background: linear-gradient(180deg, hsl(var(--bg-0)) 0%, hsl(var(--bg-1) / 0.35) 100%);
}
.pvb34-faq-list {
  max-width: 60rem;
  margin: 0 auto;
  border-top: var(--rule-soft);
}
.pvb34-faq-item {
  border-bottom: var(--rule-soft);
  padding: 0;
  position: relative;
  transition: background 0.3s ease;
}
.pvb34-faq-item[open] { background: hsl(var(--bg-0)); }
.pvb34-faq-item summary {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.125rem, 1.6vw, 1.3125rem);
  line-height: 1.35;
  color: hsl(var(--fg-1));
  padding: 1.75rem 3rem 1.75rem 0;
  cursor: pointer;
  list-style: none;
  position: relative;
  letter-spacing: -0.015em;
  transition: color 0.3s ease;
}
.pvb34-faq-item summary::-webkit-details-marker { display: none; }
.pvb34-faq-item summary:hover { color: hsl(var(--accent)); }
.pvb34-faq-item summary::after {
  content: '';
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image:
    linear-gradient(to right, hsl(var(--fg-1)), hsl(var(--fg-1))),
    linear-gradient(to right, hsl(var(--fg-1)), hsl(var(--fg-1)));
  background-size: 14px 1px, 1px 14px;
  background-position: center center, center center;
  background-repeat: no-repeat;
  transition: transform 0.4s var(--quiet-ease);
}
.pvb34-faq-item[open] summary::after {
  background-size: 14px 1px, 1px 0px;
  transform: translateY(-50%) rotate(180deg);
}
.pvb34-faq-item p {
  padding: 0 3rem 1.75rem 0;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: hsl(var(--fg-2));
  max-width: 52rem;
}
.pvb34-faq-item p a {
  color: hsl(var(--fg-1));
  border-bottom: 1px solid hsl(var(--accent));
}
.pvb34-faq-item p a:hover { color: hsl(var(--accent)); }

/* =================== TESTIMONIALS =================== */
.pvb34-testimonials {
  padding: clamp(4rem, 8vw, 8rem) 0;
  border-top: var(--rule-soft);
}
.pvb34-testimonial-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 820px) {
  .pvb34-testimonial-grid { grid-template-columns: repeat(3, 1fr); }
}
.pvb34-testimonial {
  border: 1px solid hsl(var(--line-1));
  border-radius: 14px;
  padding: 2rem 1.75rem 1.5rem;
  background: hsl(var(--bg-0));
  position: relative;
  transition: transform 0.5s var(--quiet-ease), border-color 0.3s ease, box-shadow 0.5s var(--quiet-ease);
  box-shadow: 0 1px 2px hsl(210 40% 20% / 0.02);
}
.pvb34-testimonial:hover {
  transform: translateY(-4px);
  border-color: hsl(var(--accent) / 0.6);
  box-shadow: 0 24px 54px hsl(var(--accent-h) var(--accent-s) var(--accent-l) / 0.1);
}
.pvb34-testimonial::before {
  content: '"';
  position: absolute;
  top: 0.4rem;
  left: 1.4rem;
  font-family: var(--font-display);
  font-size: 4rem;
  line-height: 1;
  color: hsl(var(--accent) / 0.18);
  pointer-events: none;
}
.pvb34-testimonial p {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: hsl(var(--fg-1));
  margin-bottom: 1.5rem;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.01em;
  position: relative;
  padding-top: 1rem;
}
.pvb34-testimonial footer {
  border-top: var(--rule-soft);
  padding-top: 1.125rem;
  display: grid;
  gap: 0.25rem;
}
.pvb34-t-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--fg-1));
  font-family: ui-monospace, Menlo, monospace;
}
.pvb34-t-meta {
  font-size: 0.75rem;
  color: hsl(var(--fg-3));
  letter-spacing: 0.02em;
}
.pvb34-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.125rem;
  margin-top: 0.375rem;
  font-size: 0.8125rem;
  color: hsl(var(--fg-2));
}
.pvb34-rating em {
  font-style: normal;
  margin-left: 0.4rem;
  font-weight: 500;
  color: hsl(var(--fg-1));
  font-variant-numeric: tabular-nums;
}
.pvb34-star {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: linear-gradient(90deg, hsl(var(--accent)) 0%, hsl(var(--accent)) 100%, hsl(var(--line-2)) 100%);
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 .587l3.668 7.568L24 9.432l-6 5.85L19.336 24 12 19.897 4.664 24 6 15.282 0 9.432l8.332-1.277z'/></svg>") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 .587l3.668 7.568L24 9.432l-6 5.85L19.336 24 12 19.897 4.664 24 6 15.282 0 9.432l8.332-1.277z'/></svg>") center / contain no-repeat;
}
.pvb34-star--full { background: hsl(var(--accent)); }
.pvb34-star--part { background: linear-gradient(90deg, hsl(var(--accent)) 0% 82%, hsl(var(--line-2)) 82% 100%); }

/* =================== LINKS =================== */
.pvb34-links {
  padding: clamp(4rem, 8vw, 8rem) 0 clamp(5rem, 10vw, 10rem);
  border-top: var(--rule-soft);
  background: linear-gradient(180deg, hsl(var(--bg-1) / 0.3) 0%, hsl(var(--bg-0)) 100%);
}
.pvb34-linklist {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.pvb34-linkrow {
  border: 1px solid hsl(var(--line-2));
  border-radius: 14px;
  background: hsl(var(--bg-0));
  padding: 1.75rem 1.75rem 1.5rem;
  transition: border-color 0.4s var(--quiet-ease), box-shadow 0.4s var(--quiet-ease), transform 0.4s var(--quiet-ease);
  box-shadow:
    0 1px 0 hsl(var(--bg-0)) inset,
    0 2px 4px hsl(210 40% 20% / 0.03);
}
.pvb34-linkrow:hover {
  border-color: hsl(var(--accent) / 0.7);
  box-shadow:
    0 1px 0 hsl(var(--bg-0)) inset,
    0 28px 64px hsl(var(--accent-h) var(--accent-s) var(--accent-l) / 0.1);
  transform: translateY(-2px);
}
.pvb34-linkrow-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: var(--rule-soft);
  flex-wrap: wrap;
}
.pvb34-linkrow-label {
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: hsl(var(--fg-1));
}
.pvb34-linkrow-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: hsl(var(--fg-2));
  font-weight: 500;
}
.pvb34-linkrow-addr {
  display: block;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.875rem;
  line-height: 1.55;
  color: hsl(var(--fg-1));
  word-break: break-all;
  padding: 0.875rem 1rem;
  background: hsl(var(--bg-1) / 0.6);
  border: 1px solid hsl(var(--line-1));
  border-radius: 8px;
  margin-bottom: 1rem;
  letter-spacing: 0.01em;
}
.pvb34-linkrow-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.pvb34-linkrow-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: var(--rule-soft);
}
.pvb34-linkrow-meta div { display: grid; gap: 0.25rem; }
.pvb34-linkrow-meta dt {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: hsl(var(--fg-3));
}
.pvb34-linkrow-meta dd {
  font-size: 0.875rem;
  color: hsl(var(--fg-1));
  margin: 0;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}

.pvb34-links-note {
  border-left: 2px solid hsl(var(--accent));
  padding: 0.25rem 0 0.25rem 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: hsl(var(--fg-2));
  max-width: 52rem;
}
.pvb34-links-note strong { color: hsl(var(--fg-1)); font-weight: 600; }
.pvb34-links-note a {
  color: hsl(var(--fg-1));
  border-bottom: 1px solid hsl(var(--accent));
}
.pvb34-links-note a:hover { color: hsl(var(--accent)); }

/* =================== FOOTER =================== */
.pvb34-footer {
  border-top: 1px solid hsl(var(--line-2));
  padding: clamp(3rem, 6vw, 5rem) 0 2rem;
  background: hsl(var(--bg-1) / 0.3);
}
.pvb34-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: var(--rule-soft);
}
@media (min-width: 700px) {
  .pvb34-footer-grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 3rem; }
}
.pvb34-footer-brand p {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: hsl(var(--fg-2));
  max-width: 28rem;
  margin-top: 1rem;
}
.pvb34-footer-updated {
  font-size: 0.8125rem;
  color: hsl(var(--fg-3));
  margin-top: 1rem;
  font-variant-numeric: tabular-nums;
}
.pvb34-footer-updated span { color: hsl(var(--fg-1)); font-weight: 500; }
.pvb34-footer-col h4 {
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: hsl(var(--fg-1));
  margin-bottom: 1.25rem;
}
.pvb34-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.625rem;
}
.pvb34-footer-col a {
  color: hsl(var(--fg-2));
  font-size: 0.9375rem;
  text-decoration: none;
  transition: color 0.25s ease, padding-left 0.25s ease;
  display: inline-block;
  position: relative;
}
.pvb34-footer-col a:hover { color: hsl(var(--fg-1)); padding-left: 0.25rem; }
.pvb34-footer-col a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: hsl(var(--accent));
  transition: width 0.4s var(--quiet-ease);
}
.pvb34-footer-col a:hover::before { width: 100%; }

.pvb34-footer-legal {
  padding-top: 1.75rem;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.8125rem;
  color: hsl(var(--fg-3));
}

/* =================== Motion / Accessibility =================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .pvb34-spine { display: none; }
}

/* Override effects grid for light theme (was designed for dark bg) */
.pvb34-grid-bg::before {
  background-image:
    linear-gradient(hsl(var(--accent-h) var(--accent-s) var(--accent-l) / 0.04) 1px, transparent 1px),
    linear-gradient(90deg, hsl(var(--accent-h) var(--accent-s) var(--accent-l) / 0.04) 1px, transparent 1px);
}

/* Scoped entrance targets — kept opacity 1 in CSS; gsap.from handles entrance */
.pvb34-reveal { opacity: 1; }

/* =========================================================
   INNER PAGE: /how-to/ — User Manual
   Appended styles; reuses existing variables and classes.
   Layout: sticky TOC sidebar (28%) + content (72%)
   ========================================================= */

/* Skip link */
.pvb34-skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.pvb34-skip-link:focus {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  width: auto;
  height: auto;
  padding: 0.5rem 1rem;
  background: hsl(var(--fg-1));
  color: hsl(var(--bg-0));
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 6px;
  z-index: 9999;
}

/* Breadcrumb */
.pvb34-breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.8125rem;
  color: hsl(var(--fg-3));
}
.pvb34-breadcrumb ol li + li::before {
  content: '/';
  margin-right: 0.5rem;
  opacity: 0.5;
}
.pvb34-breadcrumb a {
  color: hsl(var(--fg-2));
  text-decoration: none;
  transition: color 0.2s ease;
}
.pvb34-breadcrumb a:hover { color: hsl(var(--accent)); }

/* Manual hero (not the same grid hero as homepage) */
.pvb34-manual-hero {
  padding: clamp(3rem, 7vw, 6rem) 0 clamp(2rem, 4vw, 4rem);
  border-bottom: var(--rule-soft);
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, hsl(var(--accent-h) var(--accent-s) 96%) 0%, transparent 70%),
    hsl(var(--bg-0));
}
.pvb34-manual-hero-inner {
  max-width: 52rem;
}
.pvb34-manual-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: hsl(var(--fg-1));
  margin: 1.5rem 0 1.25rem;
  text-shadow: 0 1px 0 hsl(var(--bg-0));
  text-wrap: balance;
}
.pvb34-manual-subtitle {
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  line-height: 1.75;
  color: hsl(var(--fg-2));
  max-width: 42rem;
  margin-bottom: 2rem;
}

/* Chapter chips — horizontal progress indicator */
.pvb34-chapter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.pvb34-chip {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: hsl(var(--fg-2));
  text-decoration: none;
  padding: 0.375rem 0.875rem;
  border: 1px solid hsl(var(--line-2));
  border-radius: 999px;
  background: hsl(var(--bg-0));
  transition: border-color 0.3s var(--quiet-ease), color 0.3s var(--quiet-ease), background 0.3s var(--quiet-ease);
  white-space: nowrap;
}
.pvb34-chip:hover,
.pvb34-chip.is-active {
  border-color: hsl(var(--accent));
  color: hsl(var(--accent));
  background: hsl(var(--accent-h) var(--accent-s) 96%);
}

/* Manual two-column layout */
.pvb34-manual {
  padding: clamp(3rem, 6vw, 5.5rem) 0 clamp(4rem, 8vw, 7rem);
  border-top: none;
}
.pvb34-manual-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 980px) {
  .pvb34-manual-wrap {
    grid-template-columns: 220px 1fr;
    gap: 5rem;
  }
}
@media (min-width: 1100px) {
  .pvb34-manual-wrap {
    grid-template-columns: 240px 1fr;
  }
}

/* Sticky sidebar */
.pvb34-manual-aside {
  display: none;
}
@media (min-width: 980px) {
  .pvb34-manual-aside {
    display: block;
    position: sticky;
    top: 5rem;
    max-height: calc(100vh - 7rem);
    overflow-y: auto;
    scrollbar-width: none;
  }
  .pvb34-manual-aside::-webkit-scrollbar { display: none; }
}

/* TOC nav */
.pvb34-toc { padding: 0; }
.pvb34-toc-head {
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: hsl(var(--fg-3));
  margin: 0 0 0.875rem;
}
.pvb34-toc-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
  display: grid;
  gap: 0;
  counter-reset: toc;
}
.pvb34-toc-list li {
  counter-increment: toc;
  position: relative;
}
.pvb34-toc-link {
  display: block;
  font-size: 0.9rem;
  line-height: 1.5;
  color: hsl(var(--fg-2));
  text-decoration: none;
  padding: 0.55rem 0.5rem 0.55rem 1.5rem;
  border-left: 2px solid hsl(var(--line-1));
  transition: color 0.25s ease, border-color 0.25s ease, padding-left 0.25s ease;
  position: relative;
}
.pvb34-toc-link::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute;
  left: -0.1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: hsl(var(--fg-3));
  background: hsl(var(--bg-0));
  padding: 0 0.25rem;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.pvb34-toc-link:hover,
.pvb34-toc-link.is-active {
  color: hsl(var(--accent));
  border-color: hsl(var(--accent));
  padding-left: 1.75rem;
}
.pvb34-toc-link.is-active::before { opacity: 1; }

.pvb34-toc-divider {
  width: 100%;
  height: 1px;
  background: hsl(var(--line-1));
  margin: 1.25rem 0;
}
.pvb34-toc-sub {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.375rem;
}
.pvb34-toc-sub a {
  font-size: 0.85rem;
  color: hsl(var(--fg-3));
  text-decoration: none;
  transition: color 0.25s ease;
}
.pvb34-toc-sub a:hover { color: hsl(var(--fg-1)); }

/* Main content area */
.pvb34-manual-content {
  min-width: 0;
}

/* Intro text */
.pvb34-manual-intro {
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
  border-bottom: var(--rule-soft);
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.pvb34-intro-lede {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.55;
  letter-spacing: -0.015em;
  color: hsl(var(--fg-1));
  margin-bottom: 1.5rem;
  text-wrap: balance;
}
.pvb34-manual-intro p:not(.pvb34-intro-lede) {
  font-size: 1.0625rem;
  line-height: 1.78;
  color: hsl(var(--fg-2));
  max-width: 46rem;
  margin-bottom: 1rem;
}

/* Chapter */
.pvb34-chapter {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  border-top: var(--rule-soft);
}
.pvb34-chapter-head {
  margin-bottom: 2rem;
  display: grid;
  gap: 0.5rem;
}
.pvb34-chapter-label {
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: hsl(var(--accent));
}
.pvb34-chapter h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: hsl(var(--fg-1));
  margin: 0;
  text-wrap: balance;
}
.pvb34-chapter h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: hsl(var(--fg-1));
  margin: 2rem 0 0.875rem;
}
.pvb34-chapter p {
  font-size: 1.0625rem;
  line-height: 1.78;
  color: hsl(var(--fg-2));
  max-width: 46rem;
  margin-bottom: 1.25rem;
}
.pvb34-chapter a {
  color: hsl(var(--fg-1));
  border-bottom: 1px solid hsl(var(--accent));
  text-decoration: none;
  transition: color 0.25s ease;
}
.pvb34-chapter a:hover { color: hsl(var(--accent)); }
.pvb34-chapter code {
  font-family: ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;
  font-size: 0.8125rem;
  background: hsl(var(--bg-1));
  border: 1px solid hsl(var(--line-1));
  border-radius: 4px;
  padding: 0.15em 0.4em;
  color: hsl(var(--fg-1));
}
.pvb34-chapter strong { font-weight: 600; color: hsl(var(--fg-1)); }

/* Code block */
.pvb34-code-block {
  background: hsl(var(--bg-1));
  border: 1px solid hsl(var(--line-2));
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  margin: 1.25rem 0;
  overflow-x: auto;
  font-family: ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;
  font-size: 0.875rem;
  line-height: 1.65;
  color: hsl(var(--fg-1));
  box-shadow:
    inset 0 1px 0 hsl(var(--bg-0) / 0.6),
    0 4px 16px hsl(210 40% 20% / 0.04);
}
.pvb34-code-block code {
  background: none;
  border: none;
  padding: 0;
  font-size: inherit;
}

/* Callout boxes */
.pvb34-callout {
  border: 1px solid hsl(var(--accent) / 0.4);
  border-left: 3px solid hsl(var(--accent));
  border-radius: 10px;
  background: hsl(var(--accent-h) var(--accent-s) 97%);
  padding: 1.25rem 1.5rem;
  margin: 1.75rem 0;
  max-width: 46rem;
}
.pvb34-callout--warning {
  border-color: hsl(35 80% 55% / 0.4);
  border-left-color: hsl(35 80% 55%);
  background: hsl(40 80% 97%);
}
.pvb34-callout-label {
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: hsl(var(--accent));
  margin-bottom: 0.625rem;
}
.pvb34-callout--warning .pvb34-callout-label { color: hsl(35 75% 40%); }
.pvb34-callout p:not(.pvb34-callout-label) {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: hsl(var(--fg-2));
  margin: 0;
  max-width: none;
}
.pvb34-callout a {
  color: hsl(var(--fg-1));
  border-bottom: 1px solid hsl(var(--accent));
  text-decoration: none;
}
.pvb34-callout a:hover { color: hsl(var(--accent)); }

/* Manual images */
.pvb34-manual-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid hsl(var(--line-1));
  box-shadow: 0 16px 40px hsl(210 40% 20% / 0.07);
  filter: saturate(0.9);
  margin: 1.5rem 0 2rem;
  object-fit: cover;
}
.pvb34-manual-img--screenshot {
  max-width: 90%;
  height: auto;
  aspect-ratio: auto;
  object-fit: cover;
}

/* Comparison table */
.pvb34-compare-table-wrap {
  margin: 1.75rem 0;
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid hsl(var(--line-2));
}
.pvb34-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
}
.pvb34-compare-table caption {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: hsl(var(--fg-3));
  padding: 1rem 1.25rem 0.75rem;
  text-align: left;
  border-bottom: 1px solid hsl(var(--line-1));
}
.pvb34-compare-table th {
  background: hsl(var(--bg-1) / 0.6);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  color: hsl(var(--fg-1));
  padding: 0.875rem 1.25rem;
  text-align: left;
  border-bottom: 1px solid hsl(var(--line-2));
}
.pvb34-compare-table td {
  padding: 0.875rem 1.25rem;
  font-size: 0.9375rem;
  color: hsl(var(--fg-2));
  border-bottom: 1px solid hsl(var(--line-1));
  line-height: 1.5;
  vertical-align: top;
}
.pvb34-compare-table tr:last-child td { border-bottom: none; }
.pvb34-compare-table td:first-child {
  font-weight: 500;
  color: hsl(var(--fg-1));
}
.pvb34-compare-table tr:hover td {
  background: hsl(var(--accent-h) var(--accent-s) 98%);
}

/* Cross-links block */
.pvb34-manual-crosslinks {
  padding: 2rem 0;
  border-top: var(--rule-soft);
  margin-top: 1rem;
}
.pvb34-manual-crosslinks p {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: hsl(var(--fg-2));
  max-width: 46rem;
}
.pvb34-manual-crosslinks a {
  color: hsl(var(--fg-1));
  border-bottom: 1px solid hsl(var(--accent));
  text-decoration: none;
}
.pvb34-manual-crosslinks a:hover { color: hsl(var(--accent)); }

/* CTA section */
.pvb34-manual-cta {
  padding: clamp(4rem, 8vw, 7rem) 0 clamp(5rem, 9vw, 8rem);
  border-top: var(--rule-soft);
  background: linear-gradient(180deg, hsl(var(--bg-1) / 0.3) 0%, hsl(var(--bg-0)) 100%);
}
.pvb34-cta-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 900px) {
  .pvb34-cta-inner {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}
.pvb34-cta-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: hsl(var(--fg-1));
  margin: 1rem 0 1rem;
  text-wrap: balance;
}
.pvb34-cta-text p {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: hsl(var(--fg-2));
  max-width: 36rem;
}

/* Mobile: hide TOC aside, show chips as horizontal scroll */
@media (max-width: 979px) {
  .pvb34-chapter-chips {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.25rem;
  }
  .pvb34-chapter-chips::-webkit-scrollbar { display: none; }
}

/* ===================================================================================
   INNER PAGE: /tor-links/ — Mirror Links & Verification
   Appended styles; reuses .pvb34-breadcrumb, .pvb34-code-block, .pvb34-callout.
   Layout: compact editorial hero → link rows → 70/30 articles → table → FAQ → CTA
   =================================================================================== */

/* --- Inner hero (compact, no art panel — different from homepage split-grid) --- */
.pvb34-inner-hero {
  padding: clamp(3rem, 7vw, 5.5rem) 0 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 50% at 25% 0%, hsl(var(--accent-h) var(--accent-s) 96%) 0%, transparent 55%),
    hsl(var(--bg-0));
}
.pvb34-inner-hero .pvb34-container {
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}
.pvb34-inner-page-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: hsl(var(--fg-2));
  padding: 0.4rem 0.875rem;
  border: 1px solid hsl(var(--line-1));
  border-radius: 999px;
  background: hsl(var(--bg-0));
  margin-bottom: 1.75rem;
  box-shadow: 0 1px 0 hsl(var(--bg-0)) inset, 0 2px 8px hsl(210 40% 20% / 0.03);
}
.pvb34-inner-hero-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4.8vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: hsl(var(--fg-1));
  margin: 0 0 1.5rem;
  max-width: 34rem;
  text-wrap: balance;
  text-shadow: 0 1px 0 hsl(var(--bg-0));
}
.pvb34-inner-hero-sub {
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  line-height: 1.78;
  color: hsl(var(--fg-2));
  max-width: 44rem;
  margin-bottom: 2rem;
}
.pvb34-inner-hero .pvb34-trust {
  margin-bottom: 0;
}
.pvb34-inner-hero-banner {
  margin: 0;
  padding: 0;
  line-height: 0;
  border-top: var(--rule-soft);
}
.pvb34-inner-hero-banner img {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 1280 / 400;
  filter: saturate(0.65) contrast(0.92) brightness(1.03);
  opacity: 0.55;
  display: block;
}

/* --- Article sections (editorial 2fr/1fr sidebar layout) --- */
.pvb34-article {
  padding: clamp(4rem, 8vw, 8rem) 0;
  border-top: var(--rule-soft);
}
.pvb34-article--alt {
  background: linear-gradient(180deg, hsl(var(--bg-1) / 0.22) 0%, hsl(var(--bg-0)) 100%);
}
.pvb34-article-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 900px) {
  .pvb34-article-grid {
    grid-template-columns: 2fr 1fr;
    gap: 5rem;
  }
  .pvb34-article-grid--reverse .pvb34-article-aside {
    order: -1;
  }
}
.pvb34-article-main h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: hsl(var(--fg-1));
  margin: 0 0 1.5rem;
  text-wrap: balance;
  text-shadow: 0 1px 0 hsl(var(--bg-0));
}
.pvb34-article-main h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.2rem, 2vw, 1.575rem);
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: hsl(var(--fg-1));
  margin: 0 0 1rem;
  padding-top: 2rem;
  margin-top: 2.5rem;
  border-top: var(--rule-soft);
}
.pvb34-article-main > div > h3:first-of-type,
.pvb34-article-main h3:first-of-type {
  margin-top: 2rem;
}
.pvb34-article-main p {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: hsl(var(--fg-2));
  margin-bottom: 1.25rem;
  max-width: 42rem;
}
.pvb34-article-main > p:first-of-type,
.pvb34-article-main p.pvb34-lede {
  color: hsl(var(--fg-1));
}
.pvb34-article-main a {
  color: hsl(var(--fg-1));
  border-bottom: 1px solid hsl(var(--accent) / 0.7);
  transition: color 0.25s ease, border-color 0.25s ease;
  text-decoration: none;
}
.pvb34-article-main a:hover {
  color: hsl(var(--accent));
  border-bottom-color: hsl(var(--accent));
}
.pvb34-article-main code {
  font-family: ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;
  font-size: 0.875em;
  padding: 0.15em 0.4em;
  background: hsl(var(--bg-1) / 0.8);
  border: 1px solid hsl(var(--line-1));
  border-radius: 4px;
  color: hsl(var(--fg-1));
  letter-spacing: 0.01em;
}

/* --- Aside (sticky sidebar on desktop) --- */
.pvb34-article-aside {
  position: relative;
}
@media (min-width: 900px) {
  .pvb34-article-aside {
    position: sticky;
    top: 5rem;
  }
}
.pvb34-aside-fig {
  margin: 0 0 1.5rem;
  overflow: hidden;
  border-radius: 14px;
}
.pvb34-aside-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid hsl(var(--line-1));
  filter: saturate(0.85) contrast(1.02);
  box-shadow: 0 16px 40px hsl(210 40% 20% / 0.07);
  display: block;
  transition: filter 0.7s ease, transform 0.7s var(--quiet-ease);
}
.pvb34-article-aside:hover .pvb34-aside-img {
  filter: saturate(1) contrast(1);
  transform: scale(1.015);
}
.pvb34-aside-box {
  border: 1px solid hsl(var(--line-1));
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  background: hsl(var(--bg-0));
  box-shadow:
    0 1px 0 hsl(var(--bg-0)) inset,
    0 2px 8px hsl(210 40% 20% / 0.03);
}
.pvb34-aside-box-label {
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: hsl(var(--accent));
  display: block;
  margin-bottom: 1rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid hsl(var(--accent) / 0.25);
}
.pvb34-aside-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.5rem;
}
.pvb34-aside-list li {
  font-size: 0.9rem;
  line-height: 1.55;
  color: hsl(var(--fg-2));
  padding-left: 1rem;
  position: relative;
}
.pvb34-aside-list li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: hsl(var(--accent) / 0.65);
}
.pvb34-aside-list a {
  color: hsl(var(--fg-1));
  text-decoration: none;
  border-bottom: 1px solid hsl(var(--accent) / 0.35);
  transition: color 0.25s ease, border-color 0.25s ease;
}
.pvb34-aside-list a:hover {
  color: hsl(var(--accent));
  border-bottom-color: hsl(var(--accent));
}

/* --- Numbered verification steps --- */
.pvb34-verify-steps {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  display: grid;
  gap: 0.625rem;
  counter-reset: verify-step;
}
.pvb34-verify-steps li {
  font-size: 0.9875rem;
  line-height: 1.72;
  color: hsl(var(--fg-2));
  padding: 0.75rem 1rem 0.75rem 3rem;
  border: 1px solid hsl(var(--line-1));
  border-radius: 8px;
  position: relative;
  background: hsl(var(--bg-0));
  counter-increment: verify-step;
  transition: border-color 0.3s ease, background 0.3s ease;
  max-width: 42rem;
}
.pvb34-verify-steps li:hover {
  border-color: hsl(var(--accent) / 0.5);
  background: hsl(var(--accent-h) var(--accent-s) 97.5%);
}
.pvb34-verify-steps li::before {
  content: counter(verify-step);
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background: hsl(var(--accent));
  color: hsl(var(--bg-0));
  font-size: 0.6875rem;
  font-weight: 600;
  font-family: var(--font-body);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pvb34-verify-steps a {
  color: hsl(var(--fg-1));
  border-bottom: 1px solid hsl(var(--accent));
  text-decoration: none;
}
.pvb34-verify-steps code {
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.8125em;
  background: hsl(var(--bg-1) / 0.8);
  border: 1px solid hsl(var(--line-1));
  border-radius: 3px;
  padding: 0.1em 0.35em;
}

/* --- Anti-phishing checklist --- */
.pvb34-checklist {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 1.5rem;
  display: grid;
  gap: 0.375rem;
}
.pvb34-checklist li {
  font-size: 0.9875rem;
  line-height: 1.65;
  color: hsl(var(--fg-2));
  padding: 0.6rem 1rem 0.6rem 2.375rem;
  border-radius: 6px;
  position: relative;
  max-width: 42rem;
  transition: background 0.25s ease;
}
.pvb34-checklist li:hover {
  background: hsl(var(--accent-h) var(--accent-s) 97.5%);
}
.pvb34-checklist li::before {
  content: '';
  position: absolute;
  left: 0.875rem;
  top: 0.875rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: hsl(var(--accent) / 0.5);
  border: 1px solid hsl(var(--accent));
}
.pvb34-checklist a {
  color: hsl(var(--fg-1));
  border-bottom: 1px solid hsl(var(--accent) / 0.7);
  text-decoration: none;
  transition: color 0.25s ease;
}
.pvb34-checklist a:hover { color: hsl(var(--accent)); }

/* --- Mirror status table section --- */
.pvb34-mirror-status-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
  border-top: var(--rule-soft);
  background: linear-gradient(180deg, hsl(var(--bg-0)) 0%, hsl(var(--bg-1) / 0.28) 100%);
}
.pvb34-table-wrap {
  overflow-x: auto;
  border: 1px solid hsl(var(--line-1));
  border-radius: 12px;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 12px hsl(210 40% 20% / 0.04);
}
.pvb34-mirror-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
  min-width: 560px;
}
.pvb34-mirror-table thead {
  background: hsl(var(--bg-1) / 0.55);
  border-bottom: 1px solid hsl(var(--line-1));
}
.pvb34-mirror-table th {
  text-align: left;
  padding: 0.875rem 1.25rem;
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: hsl(var(--fg-3));
  white-space: nowrap;
}
.pvb34-mirror-table td {
  padding: 1.125rem 1.25rem;
  vertical-align: middle;
  color: hsl(var(--fg-1));
  font-size: 0.9375rem;
  border-bottom: 1px solid hsl(var(--line-1) / 0.7);
}
.pvb34-mirror-table tbody tr:last-child td { border-bottom: none; }
.pvb34-mirror-table tbody tr {
  background: hsl(var(--bg-0));
  transition: background 0.25s ease;
}
.pvb34-mirror-table tbody tr:hover {
  background: hsl(var(--accent-h) var(--accent-s) 97.5%);
}
.pvb34-mirror-table td small {
  display: block;
  font-size: 0.6875rem;
  color: hsl(var(--fg-3));
  letter-spacing: 0.06em;
  margin-top: 0.25rem;
  text-transform: uppercase;
  font-weight: 600;
}
.pvb34-table-code {
  display: block;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.75rem;
  color: hsl(var(--fg-1));
  word-break: break-all;
  max-width: 26rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
.pvb34-mirror-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: var(--font-body);
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  white-space: nowrap;
}
.pvb34-mirror-badge--ok {
  background: hsl(var(--status-ok) / 0.08);
  color: hsl(var(--status-ok));
  border: 1px solid hsl(var(--status-ok) / 0.25);
}
.pvb34-table-note {
  font-size: 0.875rem;
  line-height: 1.65;
  color: hsl(var(--fg-3));
  max-width: 54rem;
}

/* --- FAQ more link --- */
.pvb34-faq-more {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: var(--rule-soft);
  font-size: 1rem;
  line-height: 1.7;
  color: hsl(var(--fg-2));
}
.pvb34-faq-more a {
  color: hsl(var(--fg-1));
  border-bottom: 1px solid hsl(var(--accent));
  text-decoration: none;
  transition: color 0.25s ease;
}
.pvb34-faq-more a:hover { color: hsl(var(--accent)); }

/* --- Inner CTA --- */
.pvb34-inner-cta {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  border-top: var(--rule-soft);
  background:
    radial-gradient(ellipse 55% 55% at 72% 50%, hsl(var(--accent-h) var(--accent-s) 95%) 0%, transparent 60%),
    hsl(var(--bg-0));
}
.pvb34-inner-cta-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 720px) {
  .pvb34-inner-cta-grid {
    grid-template-columns: 1.6fr 1fr;
    gap: 4rem;
  }
}
.pvb34-inner-cta-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.8vw, 2.125rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: hsl(var(--fg-1));
  margin: 0 0 0.875rem;
  text-wrap: balance;
}
.pvb34-inner-cta-text p {
  font-size: 1rem;
  line-height: 1.75;
  color: hsl(var(--fg-2));
  max-width: 38rem;
  margin: 0;
}
.pvb34-inner-cta-text a {
  color: hsl(var(--fg-1));
  border-bottom: 1px solid hsl(var(--accent));
  text-decoration: none;
  transition: color 0.25s ease;
}
.pvb34-inner-cta-text a:hover { color: hsl(var(--accent)); }
.pvb34-inner-cta-action {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}
@media (min-width: 720px) {
  .pvb34-inner-cta-action { align-items: flex-start; }
}
.pvb34-inner-cta-meta {
  font-size: 0.8125rem;
  color: hsl(var(--fg-3));
  letter-spacing: 0.02em;
  margin: 0;
}

/* === NAV + BURGER === */
.pvb34-nav { display: flex; align-items: center; gap: 0.25rem; flex: 1; justify-content: center; }
.pvb34-nav-link { font-size: 0.85rem; font-weight: 500; letter-spacing: 0.03em; color: hsl(var(--fg-2)); text-decoration: none; padding: 0.4rem 0.75rem; border-radius: 4px; transition: color 0.2s, background 0.2s; }
.pvb34-nav-link:hover { color: hsl(var(--fg-1)); background: hsl(var(--bg-1)); }
.pvb34-nav-link.active { color: var(--accent); }
.pvb34-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; background: none; border: none; cursor: pointer; padding: 0.5rem; width: 40px; height: 40px; }
.pvb34-burger span { display: block; width: 22px; height: 2px; background: hsl(var(--fg-1)); border-radius: 2px; transition: transform 0.25s, opacity 0.25s; }
.pvb34-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.pvb34-burger.open span:nth-child(2) { opacity: 0; }
.pvb34-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 700px) {
  .pvb34-nav { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: hsl(var(--bg-0)/.97); flex-direction: column; justify-content: center; align-items: center; gap: 1.5rem; z-index: 49; }
  .pvb34-nav.open { display: flex; }
  .pvb34-nav-link { font-size: 1.25rem; padding: 0.6rem 1.5rem; }
  .pvb34-burger { display: flex; z-index: 51; }
}
