/* ===== DESIGN TOKENS (shared across the whole site) ===== */
  :root {
    --paper: #F6F1E2;
    --paper-2: #EFE7D2;
    --ink: #20281F;
    --ink-soft: #5B6354;
    --trail: #9C5A2E;
    --pine: #2E5C44;
    --mustard: #D69A2D;
    --wood: #8A5E3A;
    --wood-dark: #5E3D24;
    --wood-light: #A77A4F;
    --line: rgba(32,40,31,0.18);
    --display: 'Anton', sans-serif;
    --type: 'Special Elite', monospace;
    --body: 'DM Sans', sans-serif;
  }

  *, *::before, *::after { box-sizing: border-box; }

  html { scroll-behavior: smooth; }

  body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--body);
    line-height: 1.65;
  }

  a { color: inherit; text-decoration: none; }

  img { max-width: 100%; display: block; }

  .vrx-skip-link {
    position: absolute;
    left: -999px;
    top: auto;
  }
  .vrx-skip-link:focus {
    left: 1rem;
    top: 1rem;
    z-index: 999;
    background: var(--paper);
    border: 1px solid var(--line);
    padding: 0.5rem 1rem;
    border-radius: 6px;
  }

      
  .vrx3c-contours{
    position: absolute; inset: 0; overflow: hidden;
    pointer-events: none; opacity: 0.5; z-index: 0;
  }
  .vrx3c-contours svg{ width: 100%; height: 100%; }
  .vrx3c-contours path{ fill: none; stroke: var(--ink); stroke-width: 1; opacity: 0.12; }

  .vrx3c-eyebrow{
    font-family: var(--type);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pine);
  }

  /* ---------- HERO ---------- */
  .vrx3c-hero{
    position: relative;
    z-index: 1;
    padding: 11vh 6vw 7vh;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }
  .vrx3c-compass{
    position: absolute;
    top: -10px;
    right: 2vw;
    width: 240px;
    height: 240px;
    opacity: 0.13;
    z-index: 0;
  }
  @media (max-width: 720px){ .vrx3c-compass{ width: 170px; height: 170px; top: -20px; right: -40px; } }

  .vrx3c-hero-content{ position: relative; z-index: 1; }
  .vrx3c-coords{
    font-family: var(--type);
    font-size: 0.75rem;
    color: var(--ink-soft);
    margin-bottom: 1.5rem;
    letter-spacing: 0.04em;
  }
  .vrx3c-hero h1{
    font-family: var(--display);
    font-weight: 400;
    text-transform: uppercase;
    font-size: clamp(2.4rem, 6.6vw, 5rem);
    line-height: 1.02;
    letter-spacing: 0.01em;
    margin: 0 auto 1.5rem;
  }
  .vrx3c-hero h1 .vrx3c-ul{
    text-decoration: underline;
    text-decoration-color: var(--mustard);
    text-decoration-thickness: 6px;
    text-underline-offset: 6px;
  }
  .vrx3c-hero-sub{
    font-size: 1.05rem;
    color: var(--ink-soft);
    max-width: 50ch;
    margin: 0 auto 1.8rem;
  }
  .vrx3c-route-arrow{ width: 64px; height: 64px; display: block; margin: 0 auto; }
  .vrx3c-route-arrow path.vrx3c-draw{
    fill: none; stroke: var(--trail); stroke-width: 2; stroke-linecap: round;
    stroke-dasharray: 140; stroke-dashoffset: 140;
    animation: vrx3c-draw 1.6s 0.3s ease forwards;
  }
  @keyframes vrx3c-draw{ to{ stroke-dashoffset: 0; } }
  .vrx3c-scroll-cue{
    display: inline-flex;
    margin-top: 0.2rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-bottom: 2px solid var(--trail);
    padding-bottom: 0.2rem;
  }

  /* ---------- SIGNPOST / APPS ---------- */
  .vrx3c-apps{
    position: relative;
    z-index: 1;
    padding: 2vh 6vw 11vh;
  }
  .vrx3c-apps .vrx3c-section-head{
    max-width: 640px;
    margin: 0 auto 4rem;
    text-align: center;
  }
  .vrx3c-apps .vrx3c-section-head h2{
    font-family: var(--display);
    text-transform: uppercase;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    margin: 0.5rem 0 0.6rem;
  }
  .vrx3c-apps .vrx3c-section-head p{ color: var(--ink-soft); margin: 0; }

  .vrx3c-signpost{
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 1.5rem;
  }

  /* the wooden post running straight down the middle */
  .vrx3c-post{
    position: absolute;
    top: -22px;
    bottom: -34px;
    left: 50%;
    width: clamp(18px, 1.8vw, 26px);
    transform: translateX(-50%);
    background: linear-gradient(90deg, var(--wood-dark), var(--wood) 35%, var(--wood-light) 50%, var(--wood) 65%, var(--wood-dark));
    border-radius: 3px;
    box-shadow: 0 6px 14px rgba(32,40,31,0.18);
    z-index: 1;
  }
  /* pointed cap on top of the post */
  .vrx3c-post::before{
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0; height: 0;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 22px solid var(--wood-dark);
  }
  /* grain lines on the post */
  .vrx3c-post::after{
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(rgba(94,61,36,0.5) 0, rgba(94,61,36,0.5) 1px, transparent 1px, transparent 9px);
    opacity: 0.5;
  }

  .vrx3c-rows{
    display: flex;
    flex-direction: column;
    gap: clamp(3rem, 5vw, 4.5rem);
    position: relative;
    z-index: 2;
  }
  .vrx3c-sign-row{
    display: grid;
    grid-template-columns: 1fr clamp(18px, 1.8vw, 26px) 1fr;
    align-items: center;
  }
  .vrx3c-sign-row .vrx3c-group{
    display: flex;
    align-items: center;
  }
  .vrx3c-sign-row .vrx3c-group.vrx3c-right{ grid-column: 3; justify-self: start; }
  .vrx3c-sign-row .vrx3c-group.vrx3c-left{ grid-column: 1; justify-self: end; flex-direction: row-reverse; }

  .vrx3c-peg{
    width: clamp(26px, 2.4vw, 38px);
    height: clamp(9px, 1vw, 13px);
    background: var(--wood-dark);
    border-radius: 2px;
    position: relative;
    flex-shrink: 0;
    margin: 0 -3px;
    z-index: 3;
    box-shadow: 0 2px 3px rgba(32,40,31,0.25);
  }
  .vrx3c-peg::after{
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    width: 5px; height: 5px;
    background: var(--wood-light);
    border-radius: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.7;
  }

  /* the arrow-shaped trail sign */
  .vrx3c-sign{
    flex: 1;
    width: clamp(320px, 34vw, 480px);
    background: var(--paper-2);
    background-image: repeating-linear-gradient(0deg, rgba(32,40,31,0.025) 0 2px, transparent 2px 14px);
    border: 2px solid var(--ink);
    padding: clamp(1.4rem, 2vw, 2.1rem) clamp(2rem, 3vw, 2.8rem);
    position: relative;
    box-shadow: 4px 6px 0 rgba(32,40,31,0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .vrx3c-sign.vrx3c-right{
    clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
    padding-right: clamp(2.6rem, 3.6vw, 3.4rem);
  }
  .vrx3c-sign.vrx3c-left{
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 12% 100%, 0 50%);
    padding-left: clamp(2.6rem, 3.6vw, 3.4rem);
  }
  .vrx3c-sign:not(.vrx3c-empty):hover{
    transform: translateY(-4px);
    box-shadow: 5px 9px 0 rgba(32,40,31,0.16);
  }
  .vrx3c-sign.vrx3c-r1{ transform: rotate(-1deg); }
  .vrx3c-sign.vrx3c-r2{ transform: rotate(0.8deg); }
  .vrx3c-sign.vrx3c-r3{ transform: rotate(-0.6deg); }
  .vrx3c-sign.vrx3c-empty{
    background: transparent;
    background-image: none;
    border-style: dashed;
    border-color: var(--ink-soft);
    box-shadow: none;
    opacity: 0.78;
  }

  .vrx3c-wp-code{
    font-family: var(--type);
    font-size: clamp(0.7rem, 0.8vw, 0.8rem);
    color: var(--ink-soft);
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .vrx3c-sign h3{
    font-family: var(--display);
    text-transform: uppercase;
    font-size: clamp(1.4rem, 2.2vw, 1.9rem);
    margin: 0.3rem 0 0.4rem;
  }
  .vrx3c-sign p.vrx3c-tagline{
    color: var(--ink-soft);
    margin: 0 0 0.8rem;
    font-size: clamp(0.9rem, 1.1vw, 1.02rem);
  }
  .vrx3c-sign-meta{ display: flex; align-items: center; gap: 0.7rem; flex-wrap: wrap; }
  .vrx3c-status-tag{
    font-size: clamp(0.66rem, 0.75vw, 0.74rem);
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.22rem 0.6rem;
    border-radius: 999px;
    display: inline-block;
  }
  .vrx3c-status-tag.vrx3c-open{ background: rgba(46,92,68,0.12); color: var(--pine); }
  .vrx3c-status-tag.vrx3c-closed{ background: rgba(32,40,31,0.07); color: var(--ink-soft); }
  .vrx3c-trail-link{
    font-weight: 600;
    font-size: clamp(0.86rem, 1vw, 0.95rem);
    color: var(--ink);
    border-bottom: 2px solid var(--mustard);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.6rem;
  }
  .vrx3c-trail-link svg{ width: 13px; height: 13px; }

  /* grass tuft at the base of the post */
  .vrx3c-post-base{
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    z-index: 0;
    opacity: 0.8;
  }

  @media (max-width: 760px){
    .vrx3c-post{ left: 26px; }
    .vrx3c-post::before{ left: 26px; transform: translateX(-50%); }
    .vrx3c-post-base{ left: 26px; }
    .vrx3c-sign-row{ grid-template-columns: 36px 1fr; }
    .vrx3c-sign-row .vrx3c-group.vrx3c-right,
    .vrx3c-sign-row .vrx3c-group.vrx3c-left{
      grid-column: 2;
      justify-self: start;
      flex-direction: row;
    }
    .vrx3c-sign{ width: 100%; }
    .vrx3c-sign.vrx3c-left{ clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%); padding-left: clamp(2rem, 6vw, 2.6rem); padding-right: clamp(2.6rem, 8vw, 3.4rem); }
  }

  /* ---------- FIELD NOTE ---------- */
  .vrx3c-note{
    position: relative; z-index: 1;
    padding: 6vh 6vw 8vh;
    border-top: 1px dashed var(--line);
  }
  .vrx3c-note-box{
    max-width: 640px;
    margin: 0 auto;
    background: var(--paper-2);
    border: 1px solid var(--line);
    padding: 2rem 2.2rem;
    position: relative;
  }
  .vrx3c-note-box::before{
    content: 'FIELD NOTE';
    position: absolute; top: -0.7rem; left: 1.5rem;
    background: var(--paper);
    padding: 0 0.6rem;
    font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em;
    color: var(--ink-soft);
  }
  .vrx3c-note-box p{ margin: 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.6; text-align: center; }

  /* ---------- FOOTER ---------- */
  .vrx-footer{
    position: relative; z-index: 1;
    border-top: 1px solid var(--line);
    padding: 1.6rem 6vw;
    display: flex; justify-content: space-between; align-items: center;
    flex-wrap: wrap; gap: 0.6rem;
    font-size: 0.78rem; color: var(--ink-soft);
  }
  .vrx-footer .vrx3c-mini-compass{ width: 20px; height: 20px; opacity: 0.8; }

  /* ---------- TOPBAR / LOGO ---------- */
  .vrx3c-topbar{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1.4rem 6vw 0;
    max-width: 900px;
    margin: 0 auto;
  }
  .vrx3c-topbar img{
    width: 38px;
    height: 38px;
    display: block;
  }
  .vrx3c-topbar span{
    font-family: var(--display);
    text-transform: uppercase;
    font-size: 1.05rem;
    letter-spacing: 0.02em;
    color: var(--ink);
  }

  /* ===== SITE HEADER / NAV (shared on every page) ===== */
  .vrx-header{
    position: sticky;
    top: 0;
    z-index: 50;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }
  .vrx-nav{
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 6vw;
  }
  .vrx-nav-brand{
    display: flex;
    align-items: center;
    gap: 0.55rem;
  }
  .vrx-nav-brand img{ width: 32px; height: 32px; }
  .vrx-nav-brand span{
    font-family: var(--display);
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.02em;
    color: var(--ink);
  }
  .vrx-nav-links{
    display: flex;
    align-items: center;
    gap: 1.8rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .vrx-nav-links a{
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--ink-soft);
    padding: 0.3rem 0;
    border-bottom: 2px solid transparent;
    transition: color 0.15s, border-color 0.15s;
  }
  .vrx-nav-links a:hover{ color: var(--ink); }
  .vrx-nav-links a[aria-current="page"]{
    color: var(--ink);
    border-bottom-color: var(--mustard);
  }
  .vrx-nav-toggle{
    display: none;
    background: none;
    border: 1px solid var(--line);
    border-radius: 6px;
    width: 40px;
    height: 36px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .vrx-nav-toggle svg{ width: 20px; height: 20px; }

  @media (max-width: 760px){
    .vrx-nav-toggle{ display: flex; }
    .vrx-nav-links{
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      background: var(--paper);
      border-bottom: 1px solid var(--line);
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.25s ease;
    }
    .vrx-nav-links.is-open{ max-height: 280px; }
    .vrx-nav-links li{ width: 100%; }
    .vrx-nav-links a{
      display: block;
      width: 100%;
      padding: 0.9rem 6vw;
      border-bottom: 1px solid var(--line);
    }
  }

  /* ===== BREADCRUMB ===== */
  .vrx-breadcrumb{
    max-width: 1180px;
    margin: 0 auto;
    padding: 1.4rem 6vw 0;
    font-size: 0.82rem;
    color: var(--ink-soft);
  }
  .vrx-breadcrumb a{ color: var(--pine); font-weight: 600; }
  .vrx-breadcrumb a:hover{ text-decoration: underline; }
  .vrx-breadcrumb .sep{ margin: 0 0.4rem; color: var(--ink-soft); }
  .vrx-breadcrumb [aria-current="page"]{ color: var(--ink); font-weight: 600; }

  /* ===== SITE FOOTER (shared on every page) ===== */
  .vrx-footer-main{
    border-top: 1px solid var(--line);
    margin-top: 4rem;
    padding: 4vh 6vw 3vh;
  }
  .vrx-footer-inner{
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 2.5rem;
  }
  .vrx-footer-brand{ display: flex; flex-direction: column; gap: 0.6rem; }
  .vrx-footer-brand .vrx-footer-logo{
    display: flex; align-items: center; gap: 0.5rem;
  }
  .vrx-footer-brand .vrx-footer-logo img{ width: 28px; height: 28px; }
  .vrx-footer-brand .vrx-footer-logo span{
    font-family: var(--display);
    text-transform: uppercase;
    font-size: 0.95rem;
  }
  .vrx-footer-brand p{
    color: var(--ink-soft);
    font-size: 0.88rem;
    max-width: 32ch;
    margin: 0;
  }
  .vrx-footer-social{
    display: flex;
    gap: 0.7rem;
    margin-top: 0.4rem;
  }
  .vrx-footer-social a{
    width: 32px; height: 32px;
    border: 1px solid var(--line);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--ink-soft);
    transition: border-color 0.15s, color 0.15s;
  }
  .vrx-footer-social a:hover{ border-color: var(--pine); color: var(--pine); }
  .vrx-footer-social svg{ width: 15px; height: 15px; }

  .vrx-footer-col h4{
    font-family: var(--display);
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    margin: 0 0 0.9rem;
    color: var(--ink);
  }
  .vrx-footer-col ul{ list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.6rem; }
  .vrx-footer-col a{ color: var(--ink-soft); font-size: 0.88rem; }
  .vrx-footer-col a:hover{ color: var(--pine); text-decoration: underline; }

  .vrx-footer-bottom{
    max-width: 1180px;
    margin: 2.6rem auto 0;
    padding-top: 1.4rem;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.6rem;
    font-size: 0.78rem;
    color: var(--ink-soft);
  }

  @media (max-width: 760px){
    .vrx-footer-inner{ grid-template-columns: 1fr; gap: 2rem; }
  }

  /* ===== APP LANDING PAGE COMPONENTS (shared, e.g. walkburn.vrionix.com) ===== */
  .vrx-btn{
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--body);
    font-weight: 700;
    font-size: 0.92rem;
    padding: 0.85rem 1.5rem;
    border-radius: 999px;
    border: 2px solid var(--ink);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  .vrx-btn svg{ width: 16px; height: 16px; }
  .vrx-btn-primary{
    background: var(--ink);
    color: var(--paper);
  }
  .vrx-btn-primary:hover{ transform: translateY(-2px); box-shadow: 0 6px 0 rgba(32,40,31,0.15); }
  .vrx-btn-ghost{
    background: transparent;
    color: var(--ink);
  }
  .vrx-btn-ghost:hover{ background: var(--paper-2); }

  .vrx-app-hero{
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    padding: 9vh 6vw 6vh;
  }
  .vrx-app-badge{
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--type);
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--pine);
    background: var(--paper-2);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    margin-bottom: 1.4rem;
  }
  .vrx-app-hero h1{
    font-family: var(--display);
    text-transform: uppercase;
    font-size: clamp(2.4rem, 6.4vw, 4.4rem);
    line-height: 1.02;
    margin: 0 0 1rem;
  }
  .vrx-app-hero .vrx-tagline{
    font-size: 1.15rem;
    color: var(--ink-soft);
    max-width: 50ch;
    margin: 0 auto 0.8rem;
  }
  .vrx-app-hero .vrx-desc{
    font-size: 1rem;
    color: var(--ink-soft);
    max-width: 56ch;
    margin: 0 auto 2.2rem;
  }
  .vrx-cta-row{
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .vrx-section{
    max-width: 1100px;
    margin: 0 auto;
    padding: 6vh 6vw;
  }
  .vrx-section-head{
    max-width: 640px;
    margin: 0 auto 3rem;
    text-align: center;
  }
  .vrx-section-head h2{
    font-family: var(--display);
    text-transform: uppercase;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    margin: 0.5rem 0 0.6rem;
  }
  .vrx-section-head p{ color: var(--ink-soft); margin: 0; }

  .vrx-feature-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
  }
  .vrx-feature-card{
    background: var(--paper-2);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 1.7rem 1.6rem;
  }
  .vrx-feature-icon{
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--paper);
    border: 1.5px solid var(--ink);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.1rem;
  }
  .vrx-feature-icon svg{ width: 22px; height: 22px; stroke: var(--ink); }
  .vrx-feature-card h3{
    font-family: var(--display);
    text-transform: uppercase;
    font-size: 1.05rem;
    margin: 0 0 0.5rem;
  }
  .vrx-feature-card p{
    color: var(--ink-soft);
    font-size: 0.9rem;
    margin: 0;
  }

  .vrx-privacy-box{
    max-width: 880px;
    margin: 0 auto;
    background: var(--paper-2);
    border: 1.5px solid var(--pine);
    border-radius: 16px;
    padding: 2.2rem 2.4rem;
    display: flex;
    gap: 1.4rem;
    align-items: flex-start;
  }
  .vrx-privacy-box .vrx-privacy-icon{
    width: 46px; height: 46px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--paper);
    border: 1.5px solid var(--pine);
    display: flex; align-items: center; justify-content: center;
  }
  .vrx-privacy-box .vrx-privacy-icon svg{ width: 22px; height: 22px; stroke: var(--pine); }
  .vrx-privacy-box h3{
    font-family: var(--display);
    text-transform: uppercase;
    font-size: 1.15rem;
    margin: 0 0 0.5rem;
  }
  .vrx-privacy-box p{ color: var(--ink-soft); margin: 0 0 0.8rem; font-size: 0.95rem; }
  .vrx-privacy-box a{ font-weight: 700; border-bottom: 2px solid var(--mustard); }

  .vrx-cta-band{
    text-align: center;
    padding: 7vh 6vw;
    border-top: 1px dashed var(--line);
  }
  .vrx-cta-band h2{
    font-family: var(--display);
    text-transform: uppercase;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    margin: 0 0 1rem;
  }
  .vrx-cta-band p{ color: var(--ink-soft); max-width: 48ch; margin: 0 auto 1.8rem; }

  @media (max-width: 860px){
    .vrx-feature-grid{ grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 560px){
    .vrx-feature-grid{ grid-template-columns: 1fr; }
    .vrx-privacy-box{ flex-direction: column; }
  }

        
  .vrxpp-shell{
    max-width: 760px;
    margin: 0 auto;
    padding: 6vh 6vw 10vh;
  }

  .vrxpp-title{
    font-family: var(--display);
    text-transform: uppercase;
    font-size: clamp(1.9rem, 5vw, 2.8rem);
    line-height: 1.05;
    margin: 0.6rem 0 1rem;
  }
  .vrxpp-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 2.4rem;
  }
  .vrxpp-meta span{
    font-size: 0.78rem;
    color: var(--ink-soft);
    background: var(--paper-2);
    border: 1px solid var(--line);
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
  }
  .vrxpp-intro{
    font-size: 1.02rem;
    color: var(--ink-soft);
    margin-bottom: 2.6rem;
  }
  .vrxpp-intro strong{ color: var(--ink); }

  .vrxpp-toc{
    background: var(--paper-2);
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 1.4rem 1.6rem;
    margin-bottom: 3rem;
  }
  .vrxpp-toc-title{
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink-soft);
    margin: 0 0 0.8rem;
  }
  .vrxpp-toc ol{
    margin: 0;
    padding-left: 1.2rem;
    columns: 2;
    column-gap: 1.5rem;
  }
  .vrxpp-toc li{ margin-bottom: 0.45rem; font-size: 0.9rem; }
  .vrxpp-toc a{ text-decoration: none; }
  .vrxpp-toc a:hover{ text-decoration: underline; }
  @media (max-width: 560px){ .vrxpp-toc ol{ columns: 1; } }

  .vrxpp-section{
    padding-top: 2.4rem;
    border-top: 1px solid var(--line);
    scroll-margin-top: 1.5rem;
  }
  .vrxpp-section:first-of-type{ border-top: none; padding-top: 0; }
  .vrxpp-section h2{
    font-family: var(--display);
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 0.01em;
    margin: 0 0 1rem;
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
  }
  .vrxpp-section h2 .vrxpp-num{
    font-family: var(--body);
    font-weight: 700;
    color: var(--mustard);
    font-size: 0.9rem;
  }
  .vrxpp-section p{ margin: 0 0 1rem; color: var(--ink); }
  .vrxpp-section ul{ margin: 0 0 1rem; padding-left: 1.3rem; }
  .vrxpp-section li{ margin-bottom: 0.5rem; }
  .vrxpp-section li::marker{ color: var(--pine); }

  .vrxpp-contact{
    margin-top: 3rem;
    background: var(--paper-2);
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 1.6rem 1.8rem;
    text-align: center;
  }
  .vrxpp-contact p{ margin: 0 0 0.6rem; color: var(--ink-soft); }
  .vrxpp-contact a{ font-weight: 700; font-size: 1.05rem; }

  .vrxpp-footer{
    margin-top: 3.5rem;
    padding-top: 1.6rem;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.78rem;
    color: var(--ink-soft);
  }