.pp-hero {
    background: #2A2118;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 170px 55px 125px;
    position: relative;
    overflow: hidden;
  }
  /* Pashmina process page — scroll reveal: data-cs-scroll-reveal + theme.css + components/js/animation.js */
  section.pp-hero[data-cs-scroll-reveal] .reveal.reveal--delay-2 {
    text-align: center !important;
  }
  .pp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 55% at 50% 42%, rgba(184,148,90,0.13) 0%, transparent 68%);
    pointer-events: none;
  }
  .pp-hero::after {
    content: 'Pashmina';
    position: absolute;
    font-family: var(--theme-font-display);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(8rem, 22vw, 28rem);
    color: rgba(184,148,90,0.045);
    letter-spacing: -0.02em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -38%);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    z-index: 0;
  }
  .pp-hero-inner { position: relative; z-index: 1; max-width: 820px; }
  .pp-hero-eyebrow {
    font-family: var(--theme-font-family);
    font-size: 9px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--theme-accent);
    margin-bottom: 32px;
  }
  .pp-hero-title {
    font-family: var(--theme-font-display);
    font-size: clamp(3rem, 7vw, 7rem);
    font-weight: 400;
    line-height: 1.05;
    color: var(--theme-bg);
    margin-bottom: 36px;
  }
  .pp-hero-title em {
    font-style: italic;
    color: rgba(248,244,238,0.55);
  }
  .pp-hero-rule {
    width: 40px;
    height: 1px;
    background: rgba(184,148,90,0.5);
    margin: 0 auto 36px;
  }
  .pp-hero-sub {
    font-family: var(--theme-font-serif);
    font-style: italic;
    font-size: clamp(1rem, 1.8vw, 1.3rem);
    color: rgba(248,244,238,0.55);
    line-height: 1.75;
    max-width: 540px;
    margin: 0 auto;
  }
  .pp-hero-scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 1;
  }
  .pp-hero-scroll span {
    font-family: var(--theme-font-family);
    font-size: 8px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(248,244,238,0.3);
  }
  .pp-hero-scroll-line {
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, rgba(184,148,90,0.5), transparent);
  }


  .pp-intro {
    background: var(--theme-surface-card);
    padding: clamp(64px, 8vw, 108px) 0;
    border-bottom: 1px solid rgba(42,33,24,0.07);
    position: relative;
  }
  .pp-intro-inner {
    max-width: 740px;
    margin: 0 auto;
    padding: 0 var(--gutter);
    text-align: center;
  }
  .pp-intro-ornament {
    font-family: var(--theme-font-display);
    font-size: 4rem;
    line-height: 1;
    color: rgba(184,148,90,0.3);
    display: block;
    margin-bottom: 24px;
    font-style: italic;
  }
  .pp-intro-text {
    font-family: var(--theme-font-serif);
    font-size: clamp(1.15rem, 2vw, 1.6rem);
    line-height: 1.75;
    color: rgba(42,33,24,0.68);
  }
  .pp-intro-text em { color: #2A2118; font-style: italic; }


  .pp-compare {
    background: var(--theme-bg);
    padding: clamp(64px, 8vw, 112px) 0 0;
  }
  .pp-compare-head {
    text-align: center;
    padding: 0 var(--gutter);
    margin-bottom: clamp(48px, 6vw, 80px);
  }
  .pp-compare-head .eyebrow { color: rgba(42,33,24,0.4); }
  .pp-compare-head h2 {
    font-size: clamp(2rem, 4vw, 3.6rem);
    color: #2A2118;
  }
  .pp-compare-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .pp-cmp-card {
    padding: clamp(44px, 6vw, 80px) clamp(40px, 7vw, 120px);
  }
  .pp-cmp-card--cashmere {
    background: var(--theme-bg);
    border-top: 1px solid rgba(42,33,24,0.1);
  }
  .pp-cmp-card--pashmina {
    background: #2A2118;
    border-top: 3px solid var(--theme-accent);
  }
  .pp-cmp-label {
    font-family: var(--theme-font-family);
    font-size: 9px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    margin-bottom: 40px;
    display: block;
  }
  .pp-cmp-card--cashmere .pp-cmp-label { color: rgba(42,33,24,0.35); }
  .pp-cmp-card--pashmina .pp-cmp-label { color: var(--theme-accent); }
  .pp-cmp-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid;
  }
  .pp-cmp-card--cashmere .pp-cmp-row { border-color: rgba(42,33,24,0.07); }
  .pp-cmp-card--pashmina .pp-cmp-row { border-color: rgba(248,244,238,0.08); }
  .pp-cmp-attr {
    font-family: var(--theme-font-serif);
    font-style: italic;
    font-size: 1rem;
  }
  .pp-cmp-card--cashmere .pp-cmp-attr { color: rgba(42,33,24,0.42); }
  .pp-cmp-card--pashmina .pp-cmp-attr { color: rgba(248,244,238,0.38); }
  .pp-cmp-val {
    font-family: var(--theme-font-family);
    font-size: 11.5px;
    letter-spacing: 0.1em;
    text-align: right;
  }
  .pp-cmp-card--cashmere .pp-cmp-val { color: rgba(42,33,24,0.7); }
  .pp-cmp-card--pashmina .pp-cmp-val { color: var(--theme-bg); font-weight: 500; }

  .pp-process-head {
    background: #2A2118;
    padding: clamp(48px, 6vw, 80px) var(--gutter) clamp(40px, 5vw, 64px);
    text-align: center;
    border-top: 1px solid rgba(184,148,90,0.16);
  }
  .pp-process-head .eyebrow { color: var(--theme-accent); }
  .pp-process-head h2 {
    color: var(--theme-bg);
    font-size: clamp(2rem, 4vw, 3.4rem);
    margin-top: 10px;
  }
  .pp-process-head p {
    font-family: var(--theme-font-serif);
    font-style: italic;
    font-size: clamp(0.9rem, 1.4vw, 1.05rem);
    color: rgba(248,244,238,0.4);
    margin-top: 16px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .pp-step {
    display: flex;
    align-items: stretch;
    min-height: clamp(500px, 62vh, 700px);
  }
  .pp-step:nth-child(even) .pp-step-art { order: 2; }
  .pp-step:nth-child(even) .pp-step-text { order: 1; }

  .pp-step--dark { background: #2A2118; }
  .pp-step--light { background: var(--theme-bg); }

  .pp-step-art {
    flex: 0 0 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .pp-step--dark .pp-step-art  { background: #1c1409; }
  .pp-step--light .pp-step-art { background: var(--theme-surface-card); }

  .pp-step-art::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
  }
  .pp-step--dark .pp-step-art::before {
    background: radial-gradient(circle at center, rgba(184,148,90,0.1) 0%, transparent 62%);
  }
  .pp-step--light .pp-step-art::before {
    background: radial-gradient(circle at center, rgba(184,148,90,0.08) 0%, transparent 60%);
  }

  .pp-step-ghost {
    position: absolute;
    font-family: var(--theme-font-display);
    font-style: italic;
    font-size: clamp(6rem, 12vw, 14rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.04em;
    user-select: none;
    pointer-events: none;
    bottom: -0.08em;
    right: -0.02em;
    z-index: 0;
  }
  .pp-step--dark .pp-step-ghost  { color: rgba(184,148,90,0.18); }
  .pp-step--light .pp-step-ghost { color: rgba(42,33,24,0.1); }

  .pp-step-svg {
    width: clamp(150px, 24vw, 280px);
    height: clamp(150px, 24vw, 280px);
    position: relative;
    z-index: 1;
  }
  .pp-step-svg svg { width: 100%; height: 100%; }
  .pp-step--dark .pp-step-svg  { color: rgba(248,244,238,0.78); }
  .pp-step--light .pp-step-svg { color: rgba(42,33,24,0.65); }

  .pp-step-text {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(52px, 6vw, 88px) clamp(48px, 8vw, 128px);
  }
  .pp-step-eyebrow {
    font-family: var(--theme-font-family);
    font-size: 9px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--theme-accent);
    margin-bottom: 20px;
  }
  .pp-step-title {
    font-family: var(--theme-font-display);
    font-size: clamp(2.2rem, 3.6vw, 3.8rem);
    font-weight: 400;
    line-height: 1.12;
    margin-bottom: 32px;
  }
  .pp-step--dark .pp-step-title  { color: var(--theme-bg); }
  .pp-step--light .pp-step-title { color: #2A2118; }
  .pp-step-title em { font-style: italic; }
  .pp-step--dark  .pp-step-title em { color: rgba(248,244,238,0.55); }
  .pp-step--light .pp-step-title em { color: rgba(42,33,24,0.5); }

  .pp-step-rule {
    width: 32px;
    height: 1px;
    background: rgba(184,148,90,0.4);
    margin-bottom: 28px;
  }

  .pp-step-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .pp-step-bullets li {
    font-family: var(--theme-font-serif);
    font-size: clamp(0.95rem, 1.4vw, 1.1rem);
    line-height: 1.65;
    padding-left: 22px;
    position: relative;
  }
  .pp-step-bullets li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--theme-accent);
    font-family: var(--theme-font-family);
    font-size: 11px;
  }
  .pp-step--dark  .pp-step-bullets li { color: rgba(248,244,238,0.48); }
  .pp-step--light .pp-step-bullets li { color: rgba(42,33,24,0.58); }

  .pp-close {
    background: #2A2118;
    padding: clamp(80px, 10vw, 140px) var(--gutter);
    text-align: center;
    border-top: 1px solid rgba(184,148,90,0.14);
    padding: clamp(80px, 10vw, 140px) 48px;
  }
  .pp-close-quote {
    font-family: var(--theme-font-serif);
    font-style: italic;
    font-size: clamp(1.3rem, 2.4vw, 2.1rem);
    color: rgba(248,244,238,0.7);
    line-height: 1.55;
    max-width: 680px;
    margin: 0 auto 24px;
  }
  .pp-close-attr {
    font-family: var(--theme-font-family);
    font-size: 9px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(184,148,90,0.45);
    margin-bottom: 52px;
  }

  @media (max-width: 900px) {
    .pp-step-text {
      padding: clamp(40px, 5vw, 64px) clamp(32px, 5vw, 64px);
    }
  }
  @media (max-width: 768px) {
    .pp-step {
      flex-direction: column;
      min-height: auto;
    }
    .pp-step:nth-child(even) .pp-step-art,
    .pp-step:nth-child(even) .pp-step-text { order: unset; }
    .pp-step-art {
      flex: none;
      width: 100%;
      min-height: 280px;
    }
    .pp-step-text {
      flex: none;
      width: 100%;
      padding: 44px 28px;
    }
    .pp-compare-cards {
      grid-template-columns: 1fr;
    }
    .pp-cmp-card--pashmina {
      border-top: 2px solid var(--theme-accent);
    }
    .pp-intro{
        padding: 20px;
    }
    .pp-process-lead .pp-process-head.reveal {
        padding: 42px 17px;
    }
    section.pp-close {
        padding: 60px 20px;
    }
  }
  @media (max-width: 520px) {
    .pp-hero-title { font-size: clamp(2.2rem, 9vw, 3rem); }
    .pp-step-title { font-size: clamp(1.8rem, 7vw, 2.4rem); }
  }