/* ===========================================================
   pc.css — pre-checkout layer
   Sits on top of v1.css + pp.css (same v6 chrome). Adds the
   compressed buy-moment components: step indicator, SKU recap
   hero, stack list, proof anchor (stat row + testimonial),
   guarantee, order summary, primary CTA, FAQ, sticky CTA.
   Container compresses to 720px to signal "we're closing now."
   =========================================================== */

.pc {
  --pc-max: 720px;
  --pc-pad-y: clamp(40px, 5vw, 72px);
  --pc-pad-x: clamp(20px, 4vw, 32px);
}

/* tighten the bar CTA so it fits the slim chrome */
.pc .c2-bar { border-bottom: 1px solid var(--c2-rule); }
.pc .c2-bar__cta { white-space: nowrap; }

/* ---------- shared section frame (override pp narrower) ---------- */
.pc .pc-sec {
  padding: var(--pc-pad-y) var(--pc-pad-x);
  border-bottom: 1px solid var(--c2-rule);
}
.pc .pc-sec--white { background: #FFF; }
.pc .pc-sec--cream { background: var(--c2-paper, #FAF7EE); }
.pc .pc-sec--ink   { background: var(--c2-ink, #003838); color: rgba(255,255,255,0.86); }
.pc .pc-sec__inner { max-width: var(--pc-max); margin: 0 auto; }

.pc .pc-mark {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--c2-ink-mute);
  margin-bottom: 14px;
  display: inline-block;
}

/* ===========================================================
   §4.2 STEP INDICATOR
   =========================================================== */
.pc-steps {
  background: #FFF;
  border-bottom: 1px solid var(--c2-rule);
  padding: 28px var(--pc-pad-x) 22px;
}
.pc-steps__inner {
  max-width: var(--pc-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 14px;
}
.pc-step {
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c2-ink-mute);
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.3;
  font-weight: 500;
}
.pc-step__dot {
  width: 16px; height: 16px;
  border-radius: 50%;
  border: 1px solid var(--c2-rule);
  background: #FFF;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  color: var(--c2-ink-mute);
  line-height: 1;
}
.pc-step--done .pc-step__dot {
  background: var(--c2-teal-deep, #003838);
  border-color: var(--c2-teal-deep, #003838);
  color: #FFF;
  width: 16px; height: 16px;
}
.pc-step--done .pc-step__dot::before {
  content: "";
  width: 7px;
  height: 3.5px;
  border-left: 1.5px solid #FFF;
  border-bottom: 1.5px solid #FFF;
  transform: rotate(-45deg) translate(0, -1px);
}
.pc-step--current {
  color: var(--c2-ink);
  font-weight: 700;
  position: relative;
}
.pc-step--current::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: var(--c2-orange-deep, #E37B1A);
  border-radius: 1px;
}
.pc-step--current .pc-step__dot {
  background: var(--c2-orange-deep, #E37B1A);
  border: 1px solid var(--c2-orange-deep, #E37B1A);
  color: #FFF;
  box-shadow: 0 0 0 4px rgba(227, 123, 26, 0.16);
}
.pc-step--current .pc-step__dot::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #FFF;
}
.pc-step__rail {
  height: 1px;
  background: var(--c2-rule);
  position: relative;
  min-width: 24px;
}
.pc-step--done + .pc-step__rail { background: var(--c2-teal-deep, #003838); }
@media (max-width: 700px) {
  .pc-steps__inner { gap: 8px; }
  .pc-step { font-size: 10px; letter-spacing: 0.14em; }
  .pc-step__label-long { display: none; }
}

/* ===========================================================
   §4.3 SKU RECAP HERO
   =========================================================== */
.pc-recap {
  background: #FFF;
  padding: var(--pc-pad-y) var(--pc-pad-x) calc(var(--pc-pad-y) - 8px);
  border-bottom: 1px solid var(--c2-rule);
}
.pc-recap__inner { max-width: var(--pc-max); margin: 0 auto; }
.pc-recap__eyebrow {
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--c2-orange-deep, #E37B1A);
  margin-bottom: 18px;
}
.pc-recap__h {
  font-family: var(--font-display, var(--font-serif, Georgia, serif));
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--c2-ink);
  margin: 0 0 20px;
  text-wrap: pretty;
}
.pc-recap__h em { font-style: italic; color: var(--c2-orange-deep, #E37B1A); }
.pc-recap__sub {
  font-size: clamp(18px, 1.4vw, 21px);
  line-height: 1.5;
  color: var(--c2-ink);
  margin: 0 0 28px;
  max-width: 56ch;
}
.pc-recap__price-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 22px;
  border-top: 1px solid var(--c2-rule);
}
.pc-recap__price {
  font-family: var(--font-display, var(--font-serif, Georgia, serif));
  font-size: clamp(36px, 4.4vw, 48px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--c2-ink);
  font-feature-settings: "tnum", "ss01", "cv11";
  font-weight: 500;
}
.pc-recap__price-meta {
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c2-ink-mute);
}

/* ===========================================================
   §4.4 STACK (what's included)
   =========================================================== */
.pc-stack__h {
  font-family: var(--font-display, var(--font-serif, Georgia, serif));
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--c2-ink);
  margin: 0 0 24px;
  text-wrap: pretty;
}
.pc-stack__h em { font-style: italic; color: var(--c2-orange-deep, #E37B1A); }
.pc-stack__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--c2-rule);
}
.pc-stack__list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid var(--c2-rule);
  font-size: 16px;
  line-height: 1.55;
  color: var(--c2-ink);
}
.pc-stack__list li::before {
  content: "✓";
  color: var(--c2-orange-deep, #E37B1A);
  font-weight: 700;
  margin-top: 1px;
  font-size: 15px;
}
.pc-stack__list li strong { font-weight: 600; }

/* ===========================================================
   §4.5 PROOF ANCHOR — stat row + testimonial slot
   =========================================================== */
.pc-proof__h {
  font-family: var(--font-display, var(--font-serif, Georgia, serif));
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.2;
  color: var(--c2-ink);
  margin: 0 0 24px;
  text-wrap: pretty;
}
.pc-proof__h em { font-style: italic; color: var(--c2-orange-deep, #E37B1A); }

.pc-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: #FFF;
  border: 1px solid var(--c2-rule);
  border-radius: 4px;
  margin-bottom: 32px;
  overflow: hidden;
}
.pc-stat {
  padding: 28px 22px;
  border-right: 1px solid var(--c2-rule);
}
.pc-stat:last-child { border-right: 0; }
.pc-stat__num {
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--c2-teal-deep, #003838);
  line-height: 1;
  margin-bottom: 10px;
  font-feature-settings: "tnum";
}
.pc-stat__label {
  font-size: 12px;
  line-height: 1.45;
  color: var(--c2-ink-mute);
  letter-spacing: 0.02em;
}
@media (max-width: 700px) {
  .pc-stats { grid-template-columns: 1fr; }
  .pc-stat { border-right: 0; border-bottom: 1px solid var(--c2-rule); }
  .pc-stat:last-child { border-bottom: 0; }
}

/* Testimonial slot — placeholder-styled */
.pc-quote {
  background: var(--c2-paper, #FAF7EE);
  border: 1px solid var(--c2-rule);
  border-radius: 4px;
  padding: 32px clamp(24px, 3vw, 40px);
  position: relative;
}
.pc-quote::before {
  content: "“";
  position: absolute;
  top: 12px; left: 18px;
  font-family: var(--font-display, var(--font-serif, Georgia, serif));
  font-size: 64px;
  line-height: 1;
  color: var(--c2-orange-deep, #E37B1A);
  opacity: 0.45;
}
.pc-quote__body {
  font-family: var(--font-display, var(--font-serif, Georgia, serif));
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.5;
  font-style: italic;
  color: var(--c2-ink);
  margin: 0 0 18px;
  text-wrap: pretty;
  position: relative;
  z-index: 1;
}
.pc-quote__attribution {
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c2-ink-mute);
  font-weight: 700;
}
.pc-quote--placeholder {
  border-style: dashed;
  background: repeating-linear-gradient(
    135deg,
    var(--c2-paper, #FAF7EE) 0 12px,
    #F4EFE0 12px 24px
  );
}
.pc-quote--placeholder .pc-quote__body { color: var(--c2-ink-mute); font-style: normal; font-size: 15px; line-height: 1.6; font-family: var(--font-mono, ui-monospace, monospace); letter-spacing: 0.02em; }
.pc-quote--placeholder::before { content: ""; }

/* ===========================================================
   §4.6 GUARANTEE BLOCK
   =========================================================== */
.pc-guarantee {
  background: var(--c2-paper-warm, #F1ECDD);
  border: 1px solid var(--c2-rule);
  border-radius: 4px;
  padding: 32px clamp(24px, 3vw, 40px);
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  align-items: start;
}
.pc-guarantee__seal {
  width: 56px; height: 56px;
  border: 2px solid var(--c2-orange-deep, #E37B1A);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 11px;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: var(--c2-orange-deep, #E37B1A);
  line-height: 1;
  text-align: center;
}
.pc-guarantee__seal small {
  display: block;
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 2px;
  color: var(--c2-ink-mute);
}
.pc-guarantee__body {
  font-size: 16px;
  line-height: 1.6;
  color: var(--c2-ink);
}
.pc-guarantee__body strong {
  font-weight: 700;
  display: block;
  font-size: 17px;
  margin-bottom: 6px;
  color: var(--c2-ink);
}
@media (max-width: 600px) {
  .pc-guarantee { grid-template-columns: 1fr; gap: 16px; }
  .pc-guarantee__seal { margin: 0; }
}

/* ===========================================================
   §4.7 ORDER SUMMARY
   =========================================================== */
.pc-order {
  background: #FFF;
  border: 1px solid var(--c2-rule);
  border-radius: 4px;
  padding: 28px clamp(20px, 3vw, 32px);
}
.pc-order__head {
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c2-ink-mute);
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--c2-rule);
}
.pc-order__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 12px 0;
  font-size: 16px;
  color: var(--c2-ink);
  align-items: baseline;
}
.pc-order__row-label { line-height: 1.4; }
.pc-order__row-amount {
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 16px;
  font-weight: 700;
  font-feature-settings: "tnum";
  color: var(--c2-ink);
}
.pc-order__total {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding-top: 16px;
  margin-top: 4px;
  border-top: 2px solid var(--c2-ink);
  align-items: baseline;
}
.pc-order__total-label {
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--c2-ink);
}
.pc-order__total-amount {
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 700;
  font-feature-settings: "tnum";
  color: var(--c2-ink);
  line-height: 1;
}

/* ===========================================================
   §4.8 PRIMARY CTA
   =========================================================== */
.pc-cta-wrap {
  margin-top: 28px;
  text-align: center;
}
.pc-cta {
  display: inline-block;
  width: 100%;
  max-width: 480px;
  background: var(--c2-orange-deep, #E37B1A);
  color: #FFF;
  text-decoration: none;
  padding: 22px 32px;
  font-family: var(--font-display, var(--font-serif, Georgia, serif));
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 600;
  letter-spacing: -0.005em;
  border-radius: 4px;
  box-shadow: 0 6px 16px -6px rgba(227, 123, 26, 0.45), 0 2px 4px -1px rgba(0,0,0,0.06);
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.15s ease;
  text-align: center;
}
.pc-cta:hover {
  background: #C96A14;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px -6px rgba(227, 123, 26, 0.55), 0 3px 6px -1px rgba(0,0,0,0.08);
}
.pc-cta:active { transform: translateY(0); }
.pc-cta-note {
  margin-top: 16px;
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c2-ink-mute);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pc-cta-note__lock {
  width: 12px; height: 12px;
  display: inline-block;
  position: relative;
  border: 1.5px solid var(--c2-ink-mute);
  border-radius: 1px;
  margin-top: -2px;
}
.pc-cta-note__lock::before {
  content: "";
  position: absolute;
  width: 8px; height: 6px;
  border: 1.5px solid var(--c2-ink-mute);
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  top: -7px; left: 50%;
  transform: translateX(-50%);
}

/* ===========================================================
   §4.9 FAQ
   =========================================================== */
.pc-faq {
  border-top: 1px solid var(--c2-rule);
}
.pc-faq__item {
  border-bottom: 1px solid var(--c2-rule);
  padding: 20px 0;
}
.pc-faq__q {
  font-family: var(--font-display, var(--font-serif, Georgia, serif));
  font-size: 19px;
  line-height: 1.3;
  color: var(--c2-ink);
  margin: 0 0 8px;
  letter-spacing: -0.005em;
}
.pc-faq__a {
  font-size: 15px;
  line-height: 1.65;
  color: var(--c2-ink-mute);
  margin: 0;
}
.pc-faq__a a {
  color: var(--c2-ink);
  border-bottom: 1px solid var(--c2-rule);
  text-decoration: none;
  padding-bottom: 1px;
}
.pc-faq__a a:hover { border-bottom-color: var(--c2-orange-deep, #E37B1A); color: var(--c2-orange-deep, #E37B1A); }

/* ===========================================================
   §4.10 TRUST FOOTER
   =========================================================== */
.pc-foot {
  background: var(--c2-paper, #FAF7EE);
  padding: 36px var(--pc-pad-x) 32px;
}
.pc-foot__inner {
  max-width: var(--pc-max);
  margin: 0 auto;
  display: grid;
  gap: 18px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--c2-ink-mute);
}
.pc-foot__row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
  justify-content: space-between;
}
.pc-foot__secure {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c2-ink-mute);
}
.pc-foot__secure-marks {
  font-family: var(--font-mono, ui-monospace, monospace);
  letter-spacing: 0.04em;
  font-weight: 700;
  color: var(--c2-ink);
}
.pc-foot a {
  color: var(--c2-ink-mute);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.pc-foot a:hover { color: var(--c2-ink); border-bottom-color: var(--c2-rule); }
.pc-foot__back {
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* ===========================================================
   STICKY MOBILE CTA
   =========================================================== */
.pc-sticky {
  display: none;
}
@media (max-width: 700px) {
  .pc-sticky {
    display: flex;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid var(--c2-rule);
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    z-index: 50;
    box-shadow: 0 -4px 14px -4px rgba(0,0,0,0.08);
  }
  .pc-sticky a {
    flex: 1;
    background: var(--c2-orange-deep, #E37B1A);
    color: #FFF;
    text-align: center;
    padding: 14px 18px;
    border-radius: 4px;
    text-decoration: none;
    font-family: var(--font-display, var(--font-serif, Georgia, serif));
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.005em;
  }
  body.pc--has-sticky { padding-bottom: 80px; }
}

/* ===========================================================
   Section dividers / spacing helpers
   =========================================================== */
.pc-spacer-top { margin-top: 32px; }
.pc-rule {
  border: 0;
  height: 1px;
  background: var(--c2-rule);
  margin: 32px 0;
}
