/* ============================================================
   odNOVA — profile.css
   Clinical Profile / "Meet Piotr" subpage.
   Reuses tokens.css + layout.css primitives (.od-sec, .od-wrap,
   .od-eyebrow, .od-dash, .wordmark, footer, mobile menu, buttons).
   Only page-specific sections live here. Values in the odNOVA
   system — no new colours, type or spacing invented.
   Sections:
     H.  Profile hero
     G.  At a glance (30-second summary)      [cream]
     R.  The rationale — restoration          [dark]
     B.  Clinical background & dermatology    [dark]
     M.  The method — how I work + judgement  [cream]
     Q.  Qualifications & training            [dark]
     Y.  Beyond the clinic                    [dark]
     S.  Clinical safety & standards          [dark]
     C.  Schedule a consultation (CTA)        [near-black]
   ============================================================ */

/* ---------- shared profile primitives ---------- */
.pf-narrow { max-width: 940px; }
.pf-eyebrow-light { color: #8D9BAE; margin-bottom: 24px; }
.pf-eyebrow-ink { color: var(--ink-soft); margin-bottom: 22px; }

.pf-h2 { font-family: var(--font-serif); font-weight: 400; font-size: 46px; line-height: 1.13; letter-spacing: -0.005em; color: var(--text-head); margin: 0 0 30px; }
.pf-h2-ink { font-family: var(--font-serif); font-weight: 400; font-size: 42px; line-height: 1.14; letter-spacing: -0.005em; color: var(--ink); margin: 0 0 26px; }

.pf-p { font-family: var(--font-sans); font-weight: 300; font-size: 19px; line-height: 1.72; color: var(--text-body); margin: 0 0 22px; max-width: 62ch; }
.pf-p:last-child { margin-bottom: 0; }
.pf-p a { color: #DCC69C; border-bottom: 1px solid var(--gold-deep); padding-bottom: 1px; }
.pf-p a:hover { color: var(--gold-soft); }
.pf-p-ink { font-family: var(--font-sans); font-weight: 300; font-size: 18.5px; line-height: 1.66; color: var(--ink-body); margin: 0 0 20px; max-width: 60ch; }
.pf-p-ink:last-child { margin-bottom: 0; }

.pf-pull { font-family: var(--font-serif); font-weight: 300; font-style: italic; font-size: 25px; line-height: 1.42; color: var(--text-warm); margin: 32px 0 0; max-width: 44ch; }
.pf-pull-ink { font-family: var(--font-serif); font-weight: 400; font-style: italic; font-size: 25px; line-height: 1.4; color: var(--ink); margin: 30px 0 0; max-width: 44ch; }

/* buttons (profile) */
.pf-btn { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; padding: 15px 26px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid transparent; cursor: pointer; transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease; }
.pf-btn--gold { background: var(--gold-pale); color: #1B1305; }
.pf-btn--gold:hover { background: #EFDCB6; color: #1B1305; }
.pf-btn--ghost { background: transparent; color: var(--text-warm); border-color: rgba(237,232,223,0.42); }
.pf-btn--ghost:hover { border-color: var(--gold); color: var(--gold-soft); }
.pf-btn--ink { background: transparent; color: var(--ink); border-color: #1F2A3A; }
.pf-btn--ink:hover { background: #1F2A3A; color: #F4F1EA; }

/* ---------- H. Profile hero ---------- */
.pf-hero { position: relative; background: radial-gradient(125% 105% at 76% 26%, rgba(30,44,64,0.55) 0%, #0B1119 46%, #080D14 100%), var(--navy-body); min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; padding: 0; }
.pf-hero-body { flex: 1; display: flex; align-items: center; padding: 44px 0 84px; }
.pf-hero-grid { display: grid; grid-template-columns: 1.04fr 0.96fr; gap: 66px; align-items: center; }
.pf-hero-name { font-family: var(--font-serif); font-weight: 300; font-size: 70px; line-height: 0.96; letter-spacing: -0.02em; color: var(--text-hi); margin: 0 0 22px; }
.pf-hero-name .pf-surname { display: block; font-style: italic; color: #EAF0F6; }
.pf-hero-lede { font-family: var(--font-serif); font-weight: 300; font-size: 23px; line-height: 1.4; color: var(--text-head); margin: 0 0 26px; max-width: 30ch; }
.pf-hero-creds { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 13px; font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.05em; line-height: 1.5; color: var(--text-body-2); margin: 0 0 34px; }
.pf-hero-creds .pf-sep { color: var(--gold); }
.pf-hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; }

.pf-portrait { position: relative; width: 100%; aspect-ratio: 4 / 5; overflow: hidden; background: var(--navy-img-well); }
.pf-portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.pf-portrait-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,10,16,0.62) 0%, rgba(7,10,16,0.10) 40%, rgba(7,10,16,0.16) 100%); }
.pf-portrait-tag { position: absolute; top: 22px; left: 24px; font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(237,232,223,0.58); }
.pf-portrait-cap { position: absolute; left: 24px; bottom: 20px; }
.pf-portrait-cap-role { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: 6px; }
.pf-portrait-cap-name { font-family: var(--font-serif); font-style: italic; font-weight: 400; font-size: 22px; color: #F4F6F8; }

/* ---------- G. At a glance ---------- */
.pf-glance { background: var(--cream-panel); }
.pf-glance-head { max-width: 760px; margin-bottom: 48px; }
.pf-glance-title { font-family: var(--font-serif); font-weight: 400; font-size: 34px; line-height: 1.16; color: var(--ink); margin: 0; }
.pf-glance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.pf-glance-item { padding-top: 20px; border-top: 1px solid var(--gold-deep); }
.pf-glance-num { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.2em; color: var(--gold-deep); }
.pf-glance-name { font-family: var(--font-serif); font-weight: 400; font-size: 23px; line-height: 1.2; color: var(--ink); margin: 12px 0 12px; }
.pf-glance-text { font-family: var(--font-sans); font-weight: 300; font-size: 16.5px; line-height: 1.62; color: var(--ink-card); margin: 0; }

/* ---------- G2. The essentials (tall panels) ---------- */
.pf-ess { background: var(--cream-panel); }
.pf-ess-head { max-width: 780px; margin-bottom: 50px; }
.pf-ess-title { font-family: var(--font-serif); font-weight: 400; font-size: 36px; line-height: 1.15; letter-spacing: -0.005em; color: var(--ink); margin: 0; }
.pf-ess-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; align-items: stretch; }
.pf-ess-panel { display: flex; flex-direction: column; padding-top: 26px; border-top: 2px solid var(--gold-deep); }
.pf-ess-num { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.24em; color: var(--gold-deep); }
.pf-ess-name { font-family: var(--font-serif); font-weight: 400; font-size: 26px; line-height: 1.16; color: var(--ink); margin: 15px 0 15px; }
.pf-ess-text { font-family: var(--font-sans); font-weight: 300; font-size: 17.5px; line-height: 1.62; color: var(--ink-body); margin: 0 0 24px; }
.pf-ess-list { list-style: none; margin: auto 0 0; padding: 22px 0 0; border-top: 1px solid var(--line-on-cream); display: flex; flex-direction: column; gap: 11px; }
.pf-ess-list li { font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.03em; color: var(--ink-card); padding-left: 17px; position: relative; line-height: 1.4; }
.pf-ess-list li::before { content: ""; position: absolute; left: 0; top: 0.5em; width: 5px; height: 5px; background: var(--gold-deep); border-radius: 50%; }
.pf-ess-proof { margin: 46px 0 0; padding: 28px 32px; background: var(--ink); max-width: 660px; }
.pf-ess-proof-stars { font-size: 12px; letter-spacing: 0.34em; color: var(--gold-soft); }
.pf-ess-proof p { font-family: var(--font-serif); font-weight: 400; font-style: italic; font-size: 22px; line-height: 1.4; margin: 13px 0 14px; color: #F4F1EA; }
.pf-ess-proof cite { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; font-style: normal; color: var(--gold-soft); }

/* ---------- R. The rationale ---------- */
.pf-rationale { background: var(--navy-deep); position: relative; overflow: hidden; }
.pf-ghost-word { position: absolute; right: -2%; bottom: -8%; font-family: var(--font-serif); font-style: italic; font-weight: 300; font-size: 260px; line-height: 1; color: rgba(192,154,99,0.05); pointer-events: none; user-select: none; z-index: 0; white-space: nowrap; }
.pf-rationale .od-wrap { position: relative; z-index: 1; }

/* ---------- B. Clinical background ---------- */
.pf-background { background: var(--navy-section); }
.pf-split { display: grid; grid-template-columns: 1.42fr 0.58fr; gap: 62px; align-items: start; }
.pf-aside { border-top: 1px solid var(--line-on-dark); padding-top: 22px; }
.pf-aside-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.pf-aside-list { display: flex; flex-direction: column; }
.pf-aside-item { font-family: var(--font-sans); font-weight: 300; font-size: 16px; letter-spacing: 0.01em; color: var(--text-body-2); padding: 13px 0; border-top: 1px solid var(--line-on-dark-faint); }
.pf-aside-item:first-child { border-top: 0; padding-top: 0; }

/* ---------- B2. My route into aesthetic medicine ---------- */
.pf-route { background: var(--navy-section); }
.pf-route-head { max-width: 820px; margin-bottom: 40px; }
.pf-route-list { display: flex; flex-direction: column; }
.pf-route-step { display: grid; grid-template-columns: 0.32fr 0.68fr; gap: 52px; padding: 42px 0; border-top: 1px solid var(--line-on-dark); align-items: start; }
.pf-route-step:last-child { border-bottom: 1px solid var(--line-on-dark); }
.pf-route-num { font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.2em; color: var(--gold); }
.pf-route-label { font-family: var(--font-serif); font-weight: 400; font-size: 30px; line-height: 1.1; color: var(--text-head); margin: 14px 0 12px; }
.pf-route-meta { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.05em; line-height: 1.55; color: #8E9BAB; }
.pf-route-body .pf-p { max-width: 60ch; }
.pf-route-body .pf-pull { margin-top: 22px; }

/* ---------- M. The method (how I work + judgement) ---------- */
.pf-method { background: var(--cream-approach); }
.pf-method-block { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 56px; align-items: start; }
.pf-method-block + .pf-method-block { margin-top: 0; padding-top: 54px; }
.pf-method-divider { height: 1px; background: var(--line-on-cream); margin: 54px 0; }
.pf-method-lead { font-family: var(--font-serif); font-weight: 400; font-style: italic; font-size: 21px; line-height: 1.4; color: var(--ink); margin: 16px 0 0; }

/* ---------- Q. Qualifications & training ---------- */
.pf-quals { background: var(--navy-section); }
.pf-quals-head { max-width: 780px; margin-bottom: 52px; }
.pf-quals-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; }
.pf-quals-group-label { display: flex; align-items: center; gap: 14px; font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.pf-quals-group-label::before { content: ""; width: 26px; height: 1px; background: var(--gold); display: inline-block; }
.pf-qual-row { padding: 18px 0; border-top: 1px solid var(--line-on-dark); }
.pf-qual-row:last-child { border-bottom: 1px solid var(--line-on-dark); }
.pf-qual-name { font-family: var(--font-serif); font-weight: 400; font-size: 20px; line-height: 1.25; color: var(--text-head); margin: 0; }
.pf-qual-meta { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.05em; color: #8E9BAB; margin-top: 7px; line-height: 1.5; }

/* ---------- Y. Beyond the clinic ---------- */
.pf-beyond { background: var(--navy-deep); position: relative; overflow: hidden; }
.pf-ghost-od { position: absolute; right: 4%; bottom: -14%; font-family: var(--font-serif); font-style: italic; font-weight: 300; font-size: 340px; line-height: 1; color: rgba(237,232,223,0.035); pointer-events: none; user-select: none; z-index: 0; }
.pf-beyond .od-wrap { position: relative; z-index: 1; }
.pf-beyond-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin: 42px 0 36px; }
.pf-note { padding-top: 16px; border-top: 1px solid var(--gold-deep); }
.pf-note-label { font-family: var(--font-serif); font-weight: 400; font-style: italic; font-size: 22px; color: var(--text-warm); }
.pf-note-text { font-family: var(--font-sans); font-weight: 300; font-size: 15.5px; line-height: 1.6; color: var(--text-body); margin: 10px 0 0; }

/* ---------- S. Clinical safety & standards ---------- */
.pf-safety { background: var(--navy-section); }
.pf-affil { display: flex; flex-direction: column; }
.pf-affil-item { padding: 15px 0; border-top: 1px solid var(--line-on-dark); }
.pf-affil-item:last-child { border-bottom: 1px solid var(--line-on-dark); }
.pf-affil-name { font-family: var(--font-mono); font-size: 14px; letter-spacing: 0.12em; color: var(--text-head); }
.pf-affil-note { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.06em; color: #8E9BAB; margin-top: 5px; }

/* ---------- C. Schedule a consultation (CTA) ---------- */
.pf-cta { background: var(--navy-near-black); text-align: center; }
.pf-cta-inner { max-width: 740px; margin: 0 auto; }
.pf-cta-eyebrow { justify-content: center; color: #8D9BAE; margin-bottom: 26px; }
.pf-cta-h2 { font-family: var(--font-serif); font-weight: 300; font-size: 44px; line-height: 1.14; color: var(--text-hi); margin: 0 0 26px; }
.pf-cta-p { font-family: var(--font-sans); font-weight: 300; font-size: 18px; line-height: 1.7; color: var(--text-body); margin: 0 auto 22px; max-width: 60ch; }
.pf-cta-p:last-of-type { margin-bottom: 0; }
.pf-cta-btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 38px; }
.pf-signature { display: block; width: 208px; height: auto; margin: 52px auto 0; filter: brightness(0) invert(1); opacity: 0.72; }
.pf-colophon { margin-top: 22px; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.pf-colophon .wordmark { font-size: 22px; justify-content: center; }
.pf-colophon-role { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: #6E7A8A; }

/* reveal prep is applied by JS only; no-JS + reduced-motion => fully visible */

/* ============================================================
   Responsive — mirrors the site's 1120 / 860 breakpoints
   ============================================================ */
@media (max-width: 1120px) {
  #heroNav { padding: 20px 26px !important; }
  .pf-hero-name { font-size: 68px; }
  .pf-h2 { font-size: 40px; }
  .pf-h2-ink { font-size: 37px; }
}

@media (max-width: 860px) {
  .pf-hero { padding: 0; }
  .pf-hero-body { padding: 24px 0 60px; }
  .pf-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .pf-hero-name { font-size: 54px; }
  .pf-portrait { max-width: 420px; }
  .pf-hero-lede { font-size: 20px; }

  .pf-glance-grid { grid-template-columns: 1fr; gap: 26px; }
  .pf-glance-title { font-size: 28px; }

  .pf-ess-grid { grid-template-columns: 1fr; gap: 34px; }
  .pf-ess-title { font-size: 29px; }
  .pf-ess-name { font-size: 24px; }
  .pf-ess-text { font-size: 18px !important; }
  .pf-ess-list li { font-size: 13px; }
  .pf-ess-proof { padding: 24px 22px; }
  .pf-ess-proof p { font-size: 20px; }

  .pf-h2, .pf-h2-ink { font-size: 31px !important; }
  .pf-p { font-size: 18px !important; line-height: 1.65 !important; }
  .pf-p-ink { font-size: 18px !important; line-height: 1.62 !important; }
  .pf-pull, .pf-pull-ink { font-size: 22px; }

  .pf-split { grid-template-columns: 1fr; gap: 40px; }
  .pf-route-step { grid-template-columns: 1fr; gap: 16px; padding: 34px 0; }
  .pf-route-label { font-size: 26px; margin: 12px 0 10px; }
  .pf-method-block { grid-template-columns: 1fr; gap: 22px; }
  .pf-method-block + .pf-method-block { padding-top: 44px; }
  .pf-method-divider { margin: 44px 0; }

  .pf-quals-grid { grid-template-columns: 1fr; gap: 44px; }
  .pf-beyond-notes { grid-template-columns: 1fr; gap: 22px; }
  .pf-ghost-word { font-size: 150px; bottom: -4%; }
  .pf-ghost-od { font-size: 200px; }

  .pf-cta-h2 { font-size: 30px; }
  .pf-hero-creds { font-size: 12.5px; }
  .pf-qual-meta { font-size: 13px; }
  .pf-affil-note { font-size: 12.5px; }
  .pf-aside-item { font-size: 16.5px; }
  .pf-signature { width: 176px; margin-top: 40px; }
}

/* ============================================================
   Evidence & presence pass — additive only
   (career path · woven patient proof · what to expect)
   ============================================================ */

/* P. Career path */
.pf-path-sec { background: var(--navy-deep); }
.pf-path-head { max-width: 820px; margin-bottom: 40px; }
.pf-path { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line-on-dark); }
.pf-path-step { padding: 24px 24px 30px 0; border-right: 1px solid var(--line-on-dark-faint); }
.pf-path-step:last-child { border-right: 0; padding-right: 0; }
.pf-path-node { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.pf-path-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.pf-path-num { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--gold); }
.pf-path-label { font-family: var(--font-serif); font-weight: 400; font-size: 21px; line-height: 1.15; color: var(--text-head); margin: 0 0 10px; }
.pf-path-text { font-family: var(--font-sans); font-weight: 300; font-size: 14.5px; line-height: 1.55; color: var(--text-body); margin: 0; }
.pf-path-close { font-family: var(--font-serif); font-style: italic; font-weight: 300; font-size: 22px; line-height: 1.42; color: var(--text-warm); margin: 40px 0 0; max-width: 48ch; }

/* woven pull quote on cream */
.pf-quote-ink { margin: 30px 0 0; padding: 4px 0 4px 22px; border-left: 2px solid var(--gold-deep); }
.pf-quote-ink p { font-family: var(--font-serif); font-weight: 400; font-style: italic; font-size: 22px; line-height: 1.4; color: var(--ink); margin: 0 0 8px; }
.pf-quote-ink cite { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); font-style: normal; }

/* X. What to expect */
.pf-expect-sec { background: var(--cream-approach); }
.pf-expect { display: grid; grid-template-columns: 1.06fr 0.94fr; gap: 60px; align-items: start; }
.pf-expect-list { list-style: none; margin: 26px 0 0; padding: 0; }
.pf-expect-item { position: relative; padding: 15px 0 15px 30px; border-top: 1px solid var(--line-on-cream); font-family: var(--font-sans); font-weight: 300; font-size: 17px; line-height: 1.55; color: var(--ink-body); }
.pf-expect-item::before { content: ""; position: absolute; left: 3px; top: 21px; width: 8px; height: 8px; border: 1px solid var(--gold-deep); border-radius: 50%; }
.pf-expect-item:last-child { border-bottom: 1px solid var(--line-on-cream); }
.pf-expect-fee { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.04em; color: var(--ink-soft); margin: 22px 0 0; }
.pf-expect-aside { display: flex; flex-direction: column; gap: 20px; }
.pf-photo { position: relative; aspect-ratio: 4 / 5; border: 1px solid var(--line-on-cream); background: #E7E1D0; overflow: hidden; }
.pf-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; display: block; }
.pf-photo-note { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #857D6B; text-align: center; line-height: 1.7; padding: 0 24px; }
.pf-qcard { background: var(--cream-card); padding: 24px 26px 20px; }
.pf-qcard-stars { color: var(--gold-deep); font-size: 12px; letter-spacing: 3px; margin-bottom: 10px; }
.pf-qcard p { font-family: var(--font-serif); font-weight: 400; font-style: italic; font-size: 20px; line-height: 1.4; color: var(--ink); margin: 0 0 12px; }
.pf-qcard-src { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); }

@media (max-width: 860px) {
  .pf-path { grid-template-columns: 1fr; border-top: 0; }
  .pf-path-step { border-right: 0; border-top: 1px solid var(--line-on-dark); padding: 20px 0 22px; }
  .pf-path-close { font-size: 20px; }
  .pf-quote-ink p { font-size: 20px; }
  .pf-expect { grid-template-columns: 1fr; gap: 32px; }
  .pf-expect-item { font-size: 16.5px; }
  .pf-qcard p { font-size: 18.5px; }
}

/* ============================================================
   Real voice pass — founder story · life outside the clinic
   ============================================================ */

/* Why I created odNOVA */
.pf-founder-sec { background: var(--navy-section); }
.pf-founder { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 60px; align-items: start; }
.pf-founder-portrait { position: sticky; top: 40px; width: 100%; aspect-ratio: 4 / 5; overflow: hidden; background: var(--navy-img-well); }
.pf-founder-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; display: block; }
.pf-founder-portrait-cap { position: absolute; left: 20px; bottom: 16px; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(237,232,223,0.62); }

/* light pull quote (on dark) */
.pf-quote-light { margin: 32px 0 0; padding: 4px 0 4px 22px; border-left: 2px solid var(--gold); }
.pf-quote-light p { font-family: var(--font-serif); font-weight: 300; font-style: italic; font-size: 23px; line-height: 1.42; color: var(--text-warm); margin: 0; }

/* Beyond — a life outside the clinic */
.pf-life { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 48px; margin-top: 40px; }
.pf-life-item { padding-top: 18px; border-top: 1px solid var(--line-on-dark); }
.pf-life-label { font-family: var(--font-serif); font-weight: 400; font-style: italic; font-size: 23px; color: var(--text-warm); margin: 0 0 12px; }
.pf-life-text { font-family: var(--font-sans); font-weight: 300; font-size: 15.5px; line-height: 1.62; color: var(--text-body); margin: 0; }

@media (max-width: 860px) {
  .pf-founder { grid-template-columns: 1fr; gap: 32px; }
  .pf-founder-portrait { position: static; max-width: 420px; }
  .pf-quote-light p { font-size: 20px; }
  .pf-life { grid-template-columns: 1fr; gap: 6px; }
}

/* Concrete training + personal-first statement */
.pf-qual-desc { font-family: var(--font-sans); font-weight: 300; font-size: 14.5px; line-height: 1.5; color: var(--text-body); margin: 8px 0 0; }
.pf-quals-pull { max-width: 760px; }
.pf-statement-sec { background: var(--navy-deep); }

/* Consultation consolidation + directness */
.pf-consult-sec { background: var(--cream-approach); }
.pf-consult-head { max-width: 860px; margin-bottom: 46px; }
.pf-cprin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 48px; margin-bottom: 54px; }
.pf-cprin { border-top: 1px solid var(--line-on-cream); padding-top: 16px; }
.pf-cprin h3 { font-family: var(--font-serif); font-weight: 400; font-style: italic; font-size: 21px; color: var(--ink); margin: 0 0 10px; }
.pf-cprin p { font-family: var(--font-sans); font-weight: 300; font-size: 16px; line-height: 1.58; color: var(--ink-body); margin: 0; }
.pf-consult-lower { display: grid; grid-template-columns: 1.06fr 0.94fr; gap: 60px; align-items: start; }
.pf-expect-label { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 8px; }
.pf-direct-sec { background: var(--navy-section); }
@media (max-width: 860px) {
  .pf-cprin-grid { grid-template-columns: 1fr; gap: 6px; margin-bottom: 40px; }
  .pf-consult-lower { grid-template-columns: 1fr; gap: 34px; }
}

/* ============================================================
   Piotr-first rebalance (2026-07-11) — person-led architecture.
   New sections: short intro · what it's like to meet me ·
   what changed how I work · life outside (portrait) · what
   patients notice · founder teaser. Reuses existing primitives
   where possible; only genuinely new treatments live here.
   ============================================================ */

/* hero — concise professional identifier (replaces the repeated cred row) */
.pf-hero-id { font-family: var(--font-sans); font-weight: 300; font-size: 18px; line-height: 1.6; color: var(--text-body-2); margin: 0 0 34px; max-width: 40ch; }

/* 2 · a short introduction (cream, centred editorial) */
.pf-intro { background: var(--cream-approach); }
.pf-intro-narrow { max-width: 820px; margin: 0 auto; text-align: center; }
.pf-eyebrow-center { justify-content: center; }
.pf-intro-lead { font-size: 40px; margin: 0 0 32px; text-wrap: balance; }
.pf-intro-narrow .pf-p-ink { text-align: left; max-width: 66ch; margin-left: auto; margin-right: auto; font-size: 19px; }
.pf-intro-narrow .pf-pull-ink { margin-left: auto; margin-right: auto; }

/* 3 · what it's like to meet me (dark) — reuses .pf-founder portrait+body layout */
.pf-meet-sec { background: var(--navy-section); }

/* 6 · what changed how I work (cream, three generous columns) */
.pf-change-sec { background: var(--cream-approach); }
.pf-change-head { max-width: 820px; margin-bottom: 52px; }
.pf-change-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; align-items: start; }
.pf-change-item { border-top: 2px solid var(--gold-deep); padding-top: 26px; }
.pf-change-meta { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.05em; color: var(--gold-deep); margin-bottom: 16px; line-height: 1.5; }
.pf-change-name { font-family: var(--font-serif); font-weight: 400; font-size: 25px; line-height: 1.18; color: var(--ink); margin: 0 0 14px; }
.pf-change-text { font-family: var(--font-sans); font-weight: 300; font-size: 18px; line-height: 1.62; color: var(--ink-body); margin: 0; }

/* 7 · life outside the clinic (dark) — portrait + generous stacked notes */
.pf-beyond-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 62px; align-items: start; }
.pf-beyond-portrait { position: sticky; top: 40px; width: 100%; aspect-ratio: 4 / 5; overflow: hidden; background: var(--navy-img-well); }
.pf-beyond-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; display: block; }
.pf-beyond-portrait-cap { position: absolute; left: 20px; bottom: 16px; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(237,232,223,0.62); }
.pf-life-stack { display: flex; flex-direction: column; gap: 30px; margin-top: 36px; }
.pf-life-stack .pf-life-item { padding-top: 20px; }
.pf-life-stack .pf-life-label { font-size: 24px; }
.pf-life-stack .pf-life-text { font-size: 17px; line-height: 1.66; }

/* 8 · what patients notice (cream) — relationships, anecdote placeholder, verified reviews */
.pf-notice-sec { background: var(--cream-approach); }
.pf-notice-head { max-width: 820px; margin-bottom: 40px; }
.pf-anecdote { max-width: 900px; margin: 0 0 44px; border: 1px dashed var(--gold-deep); background: rgba(140,113,80,0.06); padding: 24px 28px; }
.pf-anecdote-mark { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 10px; }
.pf-anecdote-text { font-family: var(--font-sans); font-weight: 300; font-style: italic; font-size: 16px; line-height: 1.62; color: var(--ink-soft); margin: 0; }
.pf-notice-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pf-qcard--placeholder { background: transparent; border: 1px dashed var(--gold-deep); }
.pf-placeholder-text { font-family: var(--font-sans) !important; font-style: normal !important; font-size: 15px !important; line-height: 1.6 !important; color: var(--ink-soft) !important; }
.pf-notice-foot { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.03em; color: var(--ink-soft); margin: 24px 0 0; }
.pf-nowrap { white-space: nowrap; }

/* 10 · founder-context teaser → The odNOVA Approach (warm cream band) */
.pf-teaser-sec { background: var(--cream-pillars); }
.pf-teaser { max-width: 900px; margin: 0 auto; text-align: center; }
.pf-teaser .od-eyebrow { justify-content: center; margin-bottom: 22px; }
.pf-teaser-text { font-family: var(--font-serif); font-weight: 400; font-style: italic; font-size: 27px; line-height: 1.4; color: var(--ink); margin: 0 auto 28px; max-width: 42ch; }
.pf-teaser-link { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); border-bottom: 1px solid var(--gold-deep); padding-bottom: 6px; }
.pf-teaser-link:hover { color: var(--gold-deep); }
.pf-teaser-arrow { transition: transform 0.35s var(--ease-out); }
.pf-teaser-link:hover .pf-teaser-arrow { transform: translateX(5px); }

/* 11 · closing — the two-way-decision line */
.pf-cta-close { font-family: var(--font-serif); font-weight: 300; font-style: italic; font-size: 21px; line-height: 1.45; color: var(--gold-soft); margin: 26px auto 0; max-width: 48ch; }

/* independent mobile pass for the new sections */
@media (max-width: 860px) {
  .pf-hero-id { font-size: 17px; }
  .pf-intro-narrow { text-align: left; }
  .pf-eyebrow-center { justify-content: flex-start; }
  .pf-intro-narrow .pf-pull-ink { margin-left: 0; }
  .pf-intro-narrow .pf-p-ink { margin-left: 0; }
  .pf-change-grid { grid-template-columns: 1fr; gap: 32px; }
  .pf-change-name { font-size: 23px; }
  .pf-change-text { font-size: 18px; }
  .pf-beyond-grid { grid-template-columns: 1fr; gap: 32px; }
  .pf-beyond-portrait { position: static; max-width: 420px; }
  .pf-life-stack { gap: 24px; }
  .pf-notice-reviews { grid-template-columns: 1fr; gap: 18px; }
  .pf-teaser-text { font-size: 22px; }
  .pf-cta-close { font-size: 19px; }
}

/* ============================================================
   Topic switcher (Meet Piotr) — sticky quick-nav, mobile-first
   ============================================================ */
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
.od-sec[id], .pf-hero[id] { scroll-margin-top: 58px; }
.pf-topics { position: sticky; top: 0; z-index: 40; background: rgba(9,13,20,0.92); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line-on-dark); }
.pf-topics-row { display: flex; gap: 2px; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; max-width: 1180px; margin: 0 auto; padding: 0 clamp(14px,5vw,60px); }
.pf-topics-row::-webkit-scrollbar { display: none; }
.pf-topics a { flex: 0 0 auto; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-body-2); padding: 15px 15px; white-space: nowrap; border-bottom: 2px solid transparent; transition: color 0.25s ease, border-color 0.25s ease; }
.pf-topics a:hover { color: var(--text-warm); }
.pf-topics a.is-active { color: var(--gold-soft); border-bottom-color: var(--gold); }
.pf-teaser-sub { font-family: var(--font-sans); font-weight: 300; font-size: 17px; line-height: 1.7; color: var(--ink-body); max-width: 46ch; margin: 0 auto 26px; }
@media (max-width: 860px) {
  .pf-topics a { font-size: 10.5px; padding: 13px 12px; letter-spacing: 0.1em; }
  .od-sec[id], .pf-hero[id] { scroll-margin-top: 50px; }
}

/* review card definition */
.pf-qcard { border: 1px solid var(--line-on-cream); }

/* reviews carousel */
.pf-rev-carousel { max-width: 720px; margin: 0 auto; text-align: center; }
.pf-rev-track { position: relative; min-height: 230px; display: flex; align-items: center; }
.pf-rev-slide { display: none; margin: 0; width: 100%; }
.pf-rev-slide.is-active { display: block; animation: pfRevFade .5s ease; }
@keyframes pfRevFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.pf-rev-stars { color: var(--gold-deep); letter-spacing: 4px; font-size: 15px; }
.pf-rev-quote { font-family: var(--font-serif); font-weight: 400; font-style: italic; font-size: clamp(19px,2.6vw,25px); line-height: 1.5; color: var(--ink); margin: 18px 0 20px; text-wrap: pretty; }
.pf-rev-name { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }
.pf-rev-dots { display: flex; gap: 8px; justify-content: center; margin-top: 28px; }
.pf-rev-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(22,33,46,.18); border: 0; padding: 0; cursor: pointer; transition: background .25s; }
.pf-rev-dot.is-active { background: var(--gold-deep); }
