/* ============================================================
   SCULPTRIX V2 — "Clinic Modern"
   Editorial soul, product-page skeleton. August 2026 rebuild.
   Same tokens as brand-system v1.6; entirely new components.
   Rails: humanized, no AI-template patterns, one CTA per screen.
   ============================================================ */

:root {
  --ink: #1A1A1A;
  --cream: #F5F0E6;
  --stationery-white: #FAFAF7;
  --oxblood: #6E1818;
  --navy: #1E3A5F;
  --sandstone: #D9C9A8;
  --slate: #4A4A48;
  --stone: #8C8985;
  --rule: rgba(26, 26, 26, 0.15);
  --rule-soft: rgba(26, 26, 26, 0.08);
  --font-body: 'Newsreader', Georgia, 'Times New Roman', serif;
  --font-mono: 'JetBrains Mono', 'Menlo', 'Courier New', monospace;
  --max-text: 620px;
  --max-wide: 1100px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  font-size: 19px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.mono {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
}
.wrap { max-width: var(--max-wide); margin: 0 auto; padding: 0 24px; }

/* ---------- nav ---------- */
.nav2 {
  position: sticky; top: 0; z-index: 50;
  background: rgba(245, 240, 230, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--rule);
}
.nav2__inner {
  max-width: var(--max-wide); margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; gap: 28px; height: 68px;
}
.nav2__mark {
  font-weight: 800; font-size: 21px; letter-spacing: 0.01em;
  text-decoration: none; margin-right: auto;
}
.nav2__mark span { color: var(--oxblood); }
.nav2__link {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.1em;
  text-transform: uppercase; text-decoration: none; color: var(--slate);
}
.nav2__link:hover { color: var(--oxblood); }
.nav2__cta {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.1em;
  text-transform: uppercase; text-decoration: none;
  background: var(--oxblood); color: var(--cream);
  padding: 10px 18px; border-radius: 2px;
}
.nav2__cta:hover { background: #571212; }
@media (max-width: 820px) { .nav2__link { display: none; } }

/* ---------- buttons ---------- */
.btn {
  display: inline-block; text-decoration: none;
  font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.1em;
  text-transform: uppercase; border-radius: 2px; padding: 15px 26px;
}
.btn--primary { background: var(--oxblood); color: var(--cream); }
.btn--primary:hover { background: #571212; }
.btn--ghost { border: 1px solid var(--ink); color: var(--ink); }
.btn--ghost:hover { border-color: var(--oxblood); color: var(--oxblood); }
.btn--cream { background: var(--cream); color: var(--ink); }

/* ---------- hero ---------- */
.hero2 { padding: 88px 0 64px; }
.hero2__eyebrow { color: var(--oxblood); margin-bottom: 22px; }
.hero2 h1 {
  font-size: clamp(38px, 5.4vw, 62px);
  line-height: 1.08; font-weight: 800; letter-spacing: -0.01em;
  max-width: 15em;
}
.hero2 h1 em { font-style: italic; font-weight: 400; color: var(--oxblood); }
.hero2__dek {
  font-size: 22px; font-style: italic; color: var(--slate);
  max-width: var(--max-text); margin: 26px 0 34px; line-height: 1.5;
}
.hero2__actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* ---------- stat band ---------- */
.stat-band { background: var(--ink); color: var(--cream); padding: 54px 0; }
.stat-band__grid {
  display: grid; grid-template-columns: minmax(180px, 5fr) 7fr;
  gap: 40px; align-items: center;
}
.stat-band__num {
  font-size: clamp(64px, 8vw, 104px); font-weight: 800; line-height: 1;
}
.stat-band__num sup { font-size: 0.4em; font-weight: 400; }
.stat-band__text { font-size: 21px; line-height: 1.55; max-width: 24em; }
.stat-band__text em { color: var(--sandstone); }
.stat-band__src { color: var(--stone); margin-top: 14px; }
@media (max-width: 720px) { .stat-band__grid { grid-template-columns: 1fr; gap: 18px; } }
.stat-band--statement { padding: 64px 0; }
.stat-band__statement {
  font-size: clamp(24px, 3.2vw, 34px); line-height: 1.4; font-weight: 400;
  max-width: 26em;
}
.stat-band__statement em { font-style: italic; color: var(--sandstone); }
.stat-band__support {
  margin-top: 24px; font-size: 18px; line-height: 1.55; color: #C9C2B4;
  max-width: 36em; border-left: 2px solid var(--oxblood); padding-left: 18px;
}

/* ---------- steps ---------- */
.steps { padding: 84px 0; }
.section-eyebrow { color: var(--oxblood); margin-bottom: 14px; }
.section-title { font-size: clamp(28px, 3.4vw, 40px); font-weight: 800; line-height: 1.15; margin-bottom: 10px; }
.section-title em { font-style: italic; font-weight: 400; }
.steps__list { margin-top: 46px; display: flex; flex-direction: column; }
.step {
  display: grid; grid-template-columns: 110px 1fr; gap: 28px;
  padding: 34px 0; border-top: 1px solid var(--rule);
}
.step:last-child { border-bottom: 1px solid var(--rule); }
.step__num {
  font-family: var(--font-mono); font-size: 15px; color: var(--oxblood);
  padding-top: 6px;
}
.step h3 { font-size: 24px; font-weight: 700; margin-bottom: 8px; }
.step p { max-width: var(--max-text); color: var(--slate); }
@media (max-width: 640px) { .step { grid-template-columns: 1fr; gap: 6px; } }

/* ---------- pull quote ---------- */
.pull { background: var(--navy); color: var(--cream); padding: 76px 0; }
.pull blockquote {
  font-size: clamp(24px, 3.2vw, 36px); font-style: italic; font-weight: 400;
  line-height: 1.35; max-width: 24em;
}
.pull blockquote strong { font-style: normal; font-weight: 700; color: var(--sandstone); }
.pull figcaption { margin-top: 20px; color: #9FB2C8; }

/* ---------- compatibility ribbon ---------- */
.ribbon { border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 30px 0; background: var(--stationery-white); }
.ribbon__inner { display: flex; gap: 12px 30px; align-items: baseline; flex-wrap: wrap; }
.ribbon__label { color: var(--oxblood); }
.ribbon__name { font-size: 18px; font-style: italic; color: var(--slate); }
.ribbon a { color: var(--slate); }
.ribbon a:hover { color: var(--oxblood); }

/* ---------- figure ---------- */
.figure2 { padding: 84px 0 0; }
.figure2 img { width: 100%; filter: grayscale(1); }
.figure2 figcaption {
  padding: 14px 2px 0; font-size: 15px; color: var(--slate); font-style: italic;
  max-width: 46em;
}
.figure2 figcaption .mono { color: var(--stone); font-style: normal; margin-right: 10px; }

/* ---------- prose block ---------- */
.prose { padding: 84px 0; }
.prose__grid { display: grid; grid-template-columns: 5fr 7fr; gap: 56px; }
.prose p { max-width: 34em; margin-bottom: 1em; color: var(--slate); }
.prose p strong { color: var(--ink); }
@media (max-width: 760px) { .prose__grid { grid-template-columns: 1fr; gap: 20px; } }

/* ---------- paw (identity, not claim) ---------- */
.paw2 { width: 20px; height: 20px; color: var(--oxblood); opacity: 0.85; }

/* ---------- cta band ---------- */
.cta-band { background: var(--oxblood); color: var(--cream); padding: 72px 0; }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.cta-band h2 { font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; line-height: 1.2; max-width: 18em; }
.cta-band h2 em { font-style: italic; font-weight: 400; color: var(--sandstone); }

/* ---------- offer detail (scorecard page) ---------- */
.detail-list { margin-top: 40px; }
.detail {
  display: grid; grid-template-columns: 220px 1fr; gap: 28px;
  padding: 26px 0; border-top: 1px solid var(--rule);
}
.detail:last-child { border-bottom: 1px solid var(--rule); }
.detail__label { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--oxblood); padding-top: 5px; }
.detail p { color: var(--slate); max-width: var(--max-text); }
@media (max-width: 640px) { .detail { grid-template-columns: 1fr; gap: 4px; } }

.fineprint { font-size: 15px; color: var(--stone); font-style: italic; max-width: 42em; margin-top: 26px; }

/* ---------- FAQ ---------- */
.faq2 { padding: 84px 0; }
.faq2__item { border-top: 1px solid var(--rule); padding: 26px 0; }
.faq2__item:last-child { border-bottom: 1px solid var(--rule); }
.faq2__q { font-size: 21px; font-weight: 700; margin-bottom: 8px; }
.faq2__a { color: var(--slate); max-width: var(--max-text); }

/* ---------- form (book page) ---------- */
.form2 { max-width: 640px; }
.form2 .row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .form2 .row { grid-template-columns: 1fr; } }
.form2 label { display: block; margin: 22px 0 6px; }
.form2 label .mono { color: var(--slate); }
.form2 input, .form2 select, .form2 textarea {
  width: 100%; font-family: var(--font-body); font-size: 18px;
  padding: 13px 14px; border: 1px solid var(--rule); border-radius: 2px;
  background: var(--stationery-white); color: var(--ink);
}
.form2 input:focus, .form2 select:focus, .form2 textarea:focus {
  outline: none; border-color: var(--oxblood);
}
.form2 textarea { min-height: 110px; resize: vertical; }
.form2 button {
  margin-top: 30px; cursor: pointer; border: none;
  background: var(--oxblood); color: var(--cream);
  font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.1em;
  text-transform: uppercase; border-radius: 2px; padding: 16px 30px;
}
.form2 button:hover { background: #571212; }
.form-status { margin-top: 20px; font-style: italic; display: none; }
.form-status--ok { color: #2e5d3a; }
.form-status--err { color: var(--oxblood); }

/* ---------- footer ---------- */
.footer2 { background: var(--ink); color: var(--cream); padding: 56px 0 40px; margin-top: 0; }
.footer2__grid { display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.footer2__brand { font-weight: 800; font-size: 20px; }
.footer2__brand span { color: var(--sandstone); }
.footer2__tag { font-style: italic; color: var(--stone); margin-top: 6px; font-size: 16px; }
.footer2__links { display: flex; gap: 22px; flex-wrap: wrap; align-items: baseline; }
.footer2__links a {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--stone); text-decoration: none;
}
.footer2__links a:hover { color: var(--cream); }
.footer2__line { border: none; border-top: 1px solid rgba(245,240,230,0.14); margin: 34px 0 18px; }
.footer2__legal { color: var(--stone); font-size: 14px; display: flex; gap: 18px; flex-wrap: wrap; }
