/* ==========================================================
   Long-form product page system (portfolio samples)
   Scope: .pp  |  theme per brand via .pp-pv / .pp-ke
   ========================================================== */
html { scroll-behavior: smooth; }
body.pp-body { margin: 0; }
.pp {
  --pp-bg: #F7F4EF; --pp-bg2: #FFFFFF; --pp-ink: #15172A; --pp-muted: #545872; --pp-line: #E3DFD6;
  --pp-accent: #4B4BC4; --pp-accent-ink: #FFFFFF; --pp-accent2: #F2B894; --pp-soft: #ECE9F8; --pp-deep: #15172A;
  --pp-head: "Instrument Serif", Georgia, serif; --pp-body: "Manrope", "Segoe UI", system-ui, sans-serif;
  --pp-radius: 22px; --pp-max: 1180px;
  background: var(--pp-bg); color: var(--pp-ink); font-family: var(--pp-body); font-size: 17px; line-height: 1.7;
  -webkit-font-smoothing: antialiased; overflow-x: clip;
}
.pp-ke {
  --pp-bg: #F3F1EA; --pp-bg2: #FFFFFF; --pp-ink: #0F231D; --pp-muted: #4C5F57; --pp-line: #DCE2DA;
  --pp-accent: #1F6F5C; --pp-accent-ink: #FFFFFF; --pp-accent2: #C8743C; --pp-soft: #E2ECE4; --pp-deep: #0E2A22;
  --pp-head: "Sora", "Segoe UI", system-ui, sans-serif;
}
.pp *, .pp *::before, .pp *::after { box-sizing: border-box; }
.pp h1, .pp h2, .pp h3, .pp h4 { font-family: var(--pp-head) !important; color: var(--pp-ink) !important; margin: 0 0 .5em; line-height: 1.08; letter-spacing: -0.01em; font-weight: 400; text-transform: none; }
.pp-ke h1, .pp-ke h2, .pp-ke h3, .pp-ke h4 { font-weight: 600; letter-spacing: -0.03em; }
.pp h1 { font-size: clamp(2.5rem, 5.6vw, 4.6rem); }
.pp h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.pp h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); line-height: 1.2; }
.pp-ke h3 { font-size: clamp(1.1rem, 1.8vw, 1.3rem); }
.pp h1 em, .pp h2 em { font-style: italic; color: var(--pp-accent) !important; }
.pp-ke h1 em, .pp-ke h2 em { font-style: normal; color: var(--pp-accent) !important; }
.pp p { margin: 0 0 1em; }
.pp a { color: var(--pp-accent); }
.pp img { max-width: 100%; height: auto; display: block; }
.pp sup { font-size: .62em; line-height: 0; }
.pp sup a { text-decoration: none; font-weight: 700; }
.pp :focus-visible { outline: 3px solid var(--pp-accent); outline-offset: 3px; border-radius: 6px; }
.pp-wrap { width: 100%; max-width: var(--pp-max); margin: 0 auto; padding: 0 28px; }
.pp-sec { padding: clamp(64px, 9vw, 120px) 0; position: relative; }
.pp-alt { background: var(--pp-bg2); }
.pp-deep { background: var(--pp-deep); color: #D9DCEB; }
.pp-ke .pp-deep { color: #D3E2DA; }
.pp-deep h2, .pp-deep h3 { color: #FFFFFF !important; }
.pp-deep h2 em { color: var(--pp-accent2) !important; }
.pp-head { max-width: 780px; margin: 0 auto clamp(36px, 5vw, 60px); text-align: center; }
.pp-head p { color: var(--pp-muted); font-size: 1.1rem; margin-left: auto; margin-right: auto; max-width: 62ch; }
.pp-deep .pp-head p { color: #B9BDD6; }
.pp-ke .pp-deep .pp-head p { color: #AFC7BC; }
.pp-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: .85rem; letter-spacing: .02em; color: var(--pp-accent); background: var(--pp-soft); padding: 7px 14px; border-radius: 999px; margin-bottom: 18px; }
.pp-deep .pp-eyebrow { background: rgba(255,255,255,.08); color: var(--pp-accent2); }
.pp-eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }

/* buttons */
.pp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--pp-body); font-weight: 800; font-size: 1.02rem; line-height: 1; padding: 18px 28px; border-radius: 999px; border: 0; cursor: pointer; text-decoration: none; background: var(--pp-accent); color: var(--pp-accent-ink) !important; box-shadow: 0 12px 28px -14px var(--pp-accent); transition: transform .2s ease, box-shadow .2s ease; position: relative; overflow: hidden; }
.pp-btn::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.35) 50%, transparent 70%); transform: translateX(-120%); transition: transform .7s ease; }
.pp-btn:hover { transform: translateY(-2px); box-shadow: 0 18px 34px -14px var(--pp-accent); }
.pp-btn:hover::after { transform: translateX(120%); }
.pp-btn-ghost { background: transparent; color: var(--pp-ink) !important; border: 2px solid var(--pp-ink); box-shadow: none; }
.pp-btn-block { width: 100%; }

/* portfolio bar */
.pp-bar { background: #0B0C14; color: #C9CBD9; font-size: .88rem; }
.pp-bar .pp-wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 18px; padding-top: 10px; padding-bottom: 10px; }
.pp-bar a { color: #FFFFFF; font-weight: 700; text-decoration: none; }
.pp-bar a:hover { text-decoration: underline; }
.pp-bar-links { display: flex; gap: 18px; flex-wrap: wrap; }

/* brand nav */
.pp-nav { position: sticky; top: 0; z-index: 40; background: color-mix(in srgb, var(--pp-bg) 88%, transparent); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--pp-line); }
.pp-nav .pp-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 70px; }
.pp-brand { font-family: var(--pp-head); font-size: 1.45rem; color: var(--pp-ink); text-decoration: none; display: flex; align-items: center; gap: 10px; }
.pp-ke .pp-brand { font-weight: 700; font-size: 1.2rem; letter-spacing: -0.02em; }
.pp-brand small { font-family: var(--pp-body); font-size: .75rem; font-weight: 600; color: var(--pp-muted); }
.pp-links { display: flex; gap: 4px; }
.pp-links a { color: var(--pp-ink); text-decoration: none; font-weight: 600; font-size: .95rem; padding: 9px 13px; border-radius: 999px; }
.pp-links a:hover { background: var(--pp-soft); }
.pp-nav .pp-btn { padding: 13px 20px; font-size: .95rem; }

/* hero */
.pp-hero { padding: clamp(40px, 6vw, 80px) 0 clamp(56px, 8vw, 100px); position: relative; overflow: hidden; }
.pp-hero::before { content: ""; position: absolute; width: 900px; height: 900px; right: -260px; top: -300px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--pp-accent2) 55%, transparent) 0%, transparent 62%); filter: blur(10px); animation: ppBreath 12s ease-in-out infinite alternate; pointer-events: none; }
.pp-hero::after { content: ""; position: absolute; width: 700px; height: 700px; left: -300px; bottom: -380px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--pp-accent) 22%, transparent) 0%, transparent 65%); pointer-events: none; }
@keyframes ppBreath { from { transform: scale(1) translate(0, 0); } to { transform: scale(1.12) translate(-40px, 30px); } }
.pp-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 70px); align-items: center; }
.pp-hero .pp-lead { font-size: clamp(1.08rem, 1.5vw, 1.22rem); color: var(--pp-muted); max-width: 56ch; }
.pp-checks { list-style: none; padding: 0; margin: 22px 0 28px; display: grid; gap: 12px; }
.pp-checks li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; align-items: start; font-weight: 500; }
.pp-checks li::before { content: ""; width: 26px; height: 26px; border-radius: 50%; background: var(--pp-accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6 9 17l-5-5' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px no-repeat; margin-top: 1px; }
.pp-stage { position: relative; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; }
.pp-orb { position: absolute; inset: 8%; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #FFFFFF 0%, var(--pp-soft) 45%, color-mix(in srgb, var(--pp-accent2) 45%, var(--pp-soft)) 100%); box-shadow: inset 0 -30px 60px -30px color-mix(in srgb, var(--pp-accent) 40%, transparent), 0 40px 80px -40px color-mix(in srgb, var(--pp-accent) 60%, transparent); }
.pp-orbit { position: absolute; inset: 2%; border-radius: 50%; border: 1.5px dashed color-mix(in srgb, var(--pp-accent) 35%, transparent); animation: ppSpin 40s linear infinite; }
.pp-orbit::before, .pp-orbit::after { content: ""; position: absolute; width: 14px; height: 14px; border-radius: 50%; background: var(--pp-accent); top: 12%; left: 12%; box-shadow: 0 0 0 6px color-mix(in srgb, var(--pp-accent) 18%, transparent); }
.pp-orbit::after { top: auto; left: auto; bottom: 10%; right: 14%; width: 10px; height: 10px; background: var(--pp-accent2); }
@keyframes ppSpin { to { transform: rotate(360deg); } }
.pp-product { position: relative; z-index: 2; width: 74%; animation: ppFloat 6s ease-in-out infinite; filter: drop-shadow(0 40px 40px rgba(20,20,40,.28)); }
.pp-product img { width: 100%; border-radius: 18px; }
@keyframes ppFloat { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-16px) rotate(1deg); } }
.pp-float-tag { position: absolute; z-index: 3; background: var(--pp-bg2); border: 1px solid var(--pp-line); border-radius: 16px; padding: 10px 14px; font-weight: 700; font-size: .85rem; box-shadow: 0 18px 40px -22px rgba(20,20,40,.45); display: flex; align-items: center; gap: 10px; animation: ppFloat 7s ease-in-out infinite; }
.pp-float-tag b { display: block; font-size: 1.15rem; color: var(--pp-accent); line-height: 1; }
.pp-float-tag span { color: var(--pp-muted); font-weight: 600; font-size: .78rem; display: block; }
.pp-float-tag.t1 { left: 0; top: 16%; animation-delay: -2s; }
.pp-float-tag.t2 { right: 0; top: 40%; animation-delay: -4s; }
.pp-float-tag.t3 { left: 6%; bottom: 10%; animation-delay: -1s; }

/* hero purchase box */
.pp-buybox { background: var(--pp-bg2); border: 1px solid var(--pp-line); border-radius: var(--pp-radius); padding: 18px; max-width: 520px; box-shadow: 0 24px 50px -36px rgba(20,20,40,.5); }
.pp-opt { display: grid; grid-template-columns: 22px 1fr auto; gap: 12px; align-items: center; padding: 14px 14px; border: 2px solid var(--pp-line); border-radius: 14px; cursor: pointer; margin-bottom: 10px; transition: border-color .2s ease, background-color .2s ease; }
.pp-opt input { position: absolute; opacity: 0; pointer-events: none; }
.pp-opt .pp-radio { width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--pp-muted); position: relative; }
.pp-opt.is-on { border-color: var(--pp-accent); background: var(--pp-soft); }
.pp-opt.is-on .pp-radio { border-color: var(--pp-accent); }
.pp-opt.is-on .pp-radio::after { content: ""; position: absolute; inset: 3px; border-radius: 50%; background: var(--pp-accent); }
.pp-opt strong { display: block; font-size: .98rem; }
.pp-opt small { color: var(--pp-muted); font-size: .84rem; }
.pp-opt .pp-price { font-weight: 800; font-size: 1.15rem; text-align: right; }
.pp-opt .pp-price s { display: block; font-size: .8rem; color: var(--pp-muted); font-weight: 600; }
.pp-save { display: inline-block; background: var(--pp-accent2); color: var(--pp-deep); font-size: .72rem; font-weight: 800; padding: 3px 8px; border-radius: 6px; margin-left: 6px; vertical-align: 2px; }
.pp-trust { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 14px; font-size: .85rem; color: var(--pp-muted); font-weight: 600; }
.pp-trust span { display: inline-flex; align-items: center; gap: 6px; }
.pp-trust svg { color: var(--pp-accent); flex: none; }

/* proof strip */
.pp-strip { background: var(--pp-deep); color: #FFFFFF; overflow: hidden; }
.pp-strip-in { display: grid; grid-template-columns: repeat(4, 1fr); }
.pp-strip-in div { padding: 26px 18px; text-align: center; border-left: 1px solid rgba(255,255,255,.12); }
.pp-strip-in div:first-child { border-left: 0; }
.pp-strip-in b { display: block; font-family: var(--pp-head); font-size: clamp(1.6rem, 3vw, 2.3rem); line-height: 1.1; color: #FFFFFF; font-weight: 400; }
.pp-ke .pp-strip-in b { font-weight: 700; }
.pp-strip-in span { font-size: .88rem; color: #BFC3D9; }
.pp-ke .pp-strip-in span { color: #AFC7BC; }

/* split */
.pp-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.pp-split .pp-lead { color: var(--pp-muted); font-size: 1.1rem; }
.pp-media { border-radius: 28px; overflow: hidden; position: relative; box-shadow: 0 40px 70px -46px rgba(20,20,40,.6); }
.pp-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform 1.2s ease; }
.pp-media:hover img { transform: scale(1.04); }
.pp-media-tag { position: absolute; left: 16px; bottom: 16px; right: 16px; background: rgba(255,255,255,.92); backdrop-filter: blur(6px); border-radius: 14px; padding: 12px 16px; font-size: .92rem; font-weight: 600; color: var(--pp-ink); }

/* role cards */
.pp-roles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 10px; }
.pp-role { background: var(--pp-bg2); border: 1px solid var(--pp-line); border-radius: 18px; padding: 22px; }
.pp-role h3 { font-size: 1.15rem; margin-bottom: 6px; }
.pp-role p { font-size: .95rem; color: var(--pp-muted); margin: 0; }
.pp-role-ico { width: 44px; height: 44px; border-radius: 12px; background: var(--pp-soft); color: var(--pp-accent); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }

/* pathway diagram */
.pp-path { position: relative; max-width: 920px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; align-items: center; }
.pp-node { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 22px; padding: 24px 20px; text-align: center; position: relative; }
.pp-node b { display: block; font-family: var(--pp-head); font-size: 2.2rem; color: #FFFFFF; line-height: 1; margin-bottom: 8px; font-weight: 400; }
.pp-node small { display: block; color: var(--pp-accent2); font-weight: 700; font-size: .82rem; margin-bottom: 8px; }
.pp-node p { font-size: .92rem; color: #C3C7DD; margin: 0; }
.pp-node.is-core { background: linear-gradient(160deg, color-mix(in srgb, var(--pp-accent) 70%, #000) 0%, var(--pp-accent) 100%); border-color: transparent; box-shadow: 0 0 0 0 color-mix(in srgb, var(--pp-accent) 60%, transparent); animation: ppPulse 2.6s ease-out infinite; }
@keyframes ppPulse { 0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--pp-accent) 55%, transparent); } 100% { box-shadow: 0 0 0 26px transparent; } }
.pp-flow { position: absolute; top: 50%; height: 2px; background: repeating-linear-gradient(90deg, var(--pp-accent2) 0 10px, transparent 10px 18px); background-size: 36px 2px; animation: ppFlow 1.2s linear infinite; z-index: 0; }
.pp-flow.f1 { left: calc(33.33% - 18px); width: 36px; }
.pp-flow.f2 { left: calc(66.66% - 18px); width: 36px; }
@keyframes ppFlow { to { background-position: 36px 0; } }
.pp-path-note { text-align: center; color: #AEB2CC; font-size: .92rem; max-width: 70ch; margin: 34px auto 0; }

/* delivery steps */
.pp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: pps; }
.pp-step { background: var(--pp-bg2); border: 1px solid var(--pp-line); border-radius: var(--pp-radius); padding: 28px 24px; position: relative; counter-increment: pps; transition: transform .3s ease, box-shadow .3s ease; }
.pp-step:hover { transform: translateY(-6px); box-shadow: 0 26px 50px -34px rgba(20,20,40,.5); }
.pp-step::before { content: "0" counter(pps); font-family: var(--pp-head); font-size: 2.6rem; color: var(--pp-accent); display: block; line-height: 1; margin-bottom: 14px; }
.pp-step p { color: var(--pp-muted); font-size: .98rem; margin: 0; }

/* comparison table -> cards on mobile */
.pp-table-wrap { background: var(--pp-bg2); border: 1px solid var(--pp-line); border-radius: var(--pp-radius); overflow: hidden; max-width: 980px; margin: 0 auto; }
.pp-table { width: 100%; border-collapse: collapse; }
.pp-table th, .pp-table td { padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--pp-line); font-size: .96rem; vertical-align: top; }
.pp-table thead th { font-size: .85rem; color: var(--pp-muted); font-weight: 700; background: var(--pp-bg); }
.pp-table thead th.is-us { background: var(--pp-accent); color: var(--pp-accent-ink); }
.pp-table td.is-us { background: var(--pp-soft); font-weight: 700; }
.pp-table tr:last-child td { border-bottom: 0; }
.pp-table td:first-child { font-weight: 700; }
.pp-yes { color: var(--pp-accent); font-weight: 800; }

/* formula cards */
.pp-formula { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pp-ing { background: var(--pp-bg2); border: 1px solid var(--pp-line); border-radius: 26px; padding: 30px 26px; position: relative; overflow: hidden; transition: transform .35s ease, box-shadow .35s ease; }
.pp-ing::before { content: ""; position: absolute; width: 220px; height: 220px; right: -80px; top: -80px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--pp-accent2) 45%, transparent), transparent 70%); transition: transform .6s ease; }
.pp-ing:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -40px rgba(20,20,40,.55); }
.pp-ing:hover::before { transform: scale(1.4); }
.pp-dose { position: relative; font-family: var(--pp-head); font-size: clamp(3rem, 6vw, 4.2rem); line-height: 1; color: var(--pp-accent); margin-bottom: 4px; }
.pp-ke .pp-dose { font-weight: 700; font-size: clamp(2.4rem, 4.6vw, 3.2rem); letter-spacing: -0.04em; }
.pp-dose small { font-size: .4em; color: var(--pp-muted); margin-left: 4px; font-family: var(--pp-body); font-weight: 700; }
.pp-ing h3 { position: relative; margin-bottom: 4px; }
.pp-ing .pp-role-line { position: relative; font-weight: 700; font-size: .88rem; color: var(--pp-muted); margin-bottom: 14px; display: block; }
.pp-ing p { position: relative; font-size: .97rem; color: var(--pp-muted); }
.pp-research { position: relative; font-size: .88rem; background: var(--pp-bg); border-left: 3px solid var(--pp-accent); padding: 10px 12px; border-radius: 0 10px 10px 0; color: var(--pp-ink); margin-top: 14px; }
.pp-research b { color: var(--pp-accent); }

/* layers (kinetic) */
.pp-layers { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.pp-layer { background: var(--pp-bg2); border: 1px solid var(--pp-line); border-radius: 26px; padding: 28px; }
.pp-layer-top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 16px; border-bottom: 1px solid var(--pp-line); padding-bottom: 14px; }
.pp-layer-top span { font-weight: 800; color: var(--pp-accent2); font-size: .85rem; white-space: nowrap; }
.pp-mini { display: grid; grid-template-columns: 1fr auto; gap: 4px 14px; padding: 14px 0; border-bottom: 1px dashed var(--pp-line); }
.pp-mini:last-child { border-bottom: 0; padding-bottom: 0; }
.pp-mini h4 { font-family: var(--pp-body) !important; font-weight: 800; font-size: 1.02rem; margin: 0; letter-spacing: 0; }
.pp-mini b { color: var(--pp-accent); font-size: 1rem; white-space: nowrap; }
.pp-mini p { grid-column: 1 / -1; margin: 4px 0 0; font-size: .95rem; color: var(--pp-muted); }
.pp-mini .pp-research { grid-column: 1 / -1; margin-top: 8px; }

/* joint diagram */
.pp-joint { width: 100%; max-width: 460px; margin: 0 auto; display: block; }
.pp-joint .j-lbl { opacity: 0; transform: translateX(-10px); transition: opacity .6s ease, transform .6s ease; }
.pp-reveal.is-in .pp-joint .j-lbl { opacity: 1; transform: none; }
.pp-reveal.is-in .pp-joint .j-lbl.l2 { transition-delay: .3s; } .pp-reveal.is-in .pp-joint .j-lbl.l3 { transition-delay: .6s; } .pp-reveal.is-in .pp-joint .j-lbl.l4 { transition-delay: .9s; }
.pp-joint .j-fluid { animation: ppFluid 3.5s ease-in-out infinite; transform-origin: center; }
@keyframes ppFluid { 0%, 100% { opacity: .55; } 50% { opacity: .95; } }

/* facts panel */
.pp-facts { background: #FFFFFF; color: #000000; border: 2px solid #000000; padding: 10px 14px 14px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; max-width: 480px; width: 100%; margin: 0 auto; box-shadow: 14px 14px 0 var(--pp-soft); }
.pp-facts * { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; color: #000000 !important; }
.pp-facts .ft { font-size: 2.3rem; font-weight: 900; letter-spacing: -0.03em; line-height: 1; margin: 0 0 6px; }
.pp-facts .fs { font-size: .92rem; margin: 0; line-height: 1.35; }
.pp-facts .thick { border-top: 12px solid #000; margin: 8px 0 4px; }
.pp-facts .mid { border-top: 5px solid #000; margin: 4px 0; }
.pp-facts table { width: 100%; border-collapse: collapse; }
.pp-facts th, .pp-facts td { text-align: left; font-size: .88rem; line-height: 1.3; padding: 6px 0; border-bottom: 1px solid #000; vertical-align: top; }
.pp-facts th { font-weight: 800; font-size: .8rem; }
.pp-facts td:nth-child(2), .pp-facts th:nth-child(2) { text-align: right; padding-left: 10px; white-space: nowrap; font-weight: 700; }
.pp-facts td:nth-child(3), .pp-facts th:nth-child(3) { text-align: right; padding-left: 10px; width: 44px; }
.pp-facts .fn { font-size: .74rem; line-height: 1.4; margin: 10px 0 0; }

/* benefits */
.pp-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pp-ben { padding: 26px; border-radius: 22px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); transition: background-color .3s ease, transform .3s ease; }
.pp-ben:hover { background: rgba(255,255,255,.1); transform: translateY(-4px); }
.pp-ben-ico { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: var(--pp-accent2); color: var(--pp-deep); margin-bottom: 16px; }
.pp-ben h3 { font-size: 1.25rem; }
.pp-ben p { font-size: .96rem; color: #BFC3D9; margin: 0; }
.pp-ke .pp-ben p { color: #AFC7BC; }

/* timeline */
.pp-time { position: relative; max-width: 860px; margin: 0 auto; padding-left: 44px; }
.pp-time::before { content: ""; position: absolute; left: 14px; top: 6px; bottom: 6px; width: 3px; background: var(--pp-line); border-radius: 3px; }
.pp-time-fill { position: absolute; left: 14px; top: 6px; width: 3px; height: var(--pp-p, 0%); max-height: calc(100% - 12px); background: linear-gradient(180deg, var(--pp-accent), var(--pp-accent2)); border-radius: 3px; transition: height .15s linear; }
.pp-tstep { position: relative; padding: 0 0 36px; }
.pp-tstep:last-child { padding-bottom: 0; }
.pp-tstep::before { content: ""; position: absolute; left: -38px; top: 6px; width: 19px; height: 19px; border-radius: 50%; background: var(--pp-bg); border: 3px solid var(--pp-accent); }
.pp-tstep small { display: inline-block; font-weight: 800; color: var(--pp-accent); font-size: .85rem; background: var(--pp-soft); padding: 3px 10px; border-radius: 999px; margin-bottom: 8px; }
.pp-tstep p { color: var(--pp-muted); margin: 0; }
.pp-note { text-align: center; color: var(--pp-muted); font-size: .9rem; margin: 30px auto 0; max-width: 64ch; }

/* how to use */
.pp-howto { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pp-how { text-align: center; padding: 10px; }
.pp-how-n { width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; background: var(--pp-bg2); border: 2px solid var(--pp-accent); color: var(--pp-accent); font-family: var(--pp-head); font-size: 1.7rem; }
.pp-how h3 { font-size: 1.15rem; }
.pp-how p { font-size: .95rem; color: var(--pp-muted); margin: 0; }

/* pharmacist note */
.pp-rph { display: grid; grid-template-columns: 180px 1fr; gap: 34px; align-items: start; background: var(--pp-bg2); border: 1px solid var(--pp-line); border-radius: 28px; padding: clamp(24px, 4vw, 44px); max-width: 980px; margin: 0 auto; }
.pp-rph-img { width: 180px; height: 180px; border-radius: 50%; object-fit: cover; border: 6px solid var(--pp-soft); }
.pp-rph blockquote { margin: 0; font-size: 1.08rem; }
.pp-rph blockquote p { color: var(--pp-ink); }
.pp-rph cite { display: block; font-style: normal; font-weight: 800; margin-top: 10px; }
.pp-rph cite span { display: block; font-weight: 600; color: var(--pp-muted); font-size: .9rem; }

/* safety */
.pp-safety { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 980px; margin: 0 auto; }
.pp-safe-card { background: var(--pp-bg2); border: 1px solid var(--pp-line); border-radius: 22px; padding: 26px; }
.pp-safe-card.is-warn { border-color: color-mix(in srgb, var(--pp-accent2) 60%, var(--pp-line)); background: color-mix(in srgb, var(--pp-accent2) 10%, var(--pp-bg2)); }
.pp-safe-card ul { margin: 0; padding-left: 1.1em; color: var(--pp-muted); }
.pp-safe-card li { margin-bottom: 6px; }

/* offer */
.pp-offer { display: grid; grid-template-columns: 1.3fr .9fr; gap: 28px; align-items: start; max-width: 1080px; margin: 0 auto; }
.pp-packs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pp-pack { position: relative; background: var(--pp-bg2); border: 2px solid var(--pp-line); border-radius: 22px; padding: 26px 16px 20px; text-align: center; cursor: pointer; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; font: inherit; color: inherit; }
.pp-pack:hover { transform: translateY(-3px); }
.pp-pack.is-on { border-color: var(--pp-accent); box-shadow: 0 22px 44px -30px var(--pp-accent); }
.pp-pack-flag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); white-space: nowrap; background: var(--pp-accent); color: var(--pp-accent-ink); font-size: .74rem; font-weight: 800; padding: 5px 12px; border-radius: 999px; }
.pp-pack-flag.is-alt { background: var(--pp-accent2); color: var(--pp-deep); }
.pp-bottles { display: flex; justify-content: center; align-items: flex-end; gap: 3px; height: 70px; margin-bottom: 12px; }
.pp-bottles i { width: 18px; height: 50px; border-radius: 6px 6px 4px 4px; background: linear-gradient(180deg, var(--pp-accent) 0 22%, var(--pp-soft) 22% 100%); border: 1.5px solid var(--pp-accent); display: block; }
.pp-bottles i:nth-child(even) { height: 56px; }
.pp-pack .pp-pack-h { display: block;  font-family: var(--pp-body) !important; font-weight: 800; font-size: 1.05rem; margin: 0 0 2px; letter-spacing: 0; }
.pp-pack small { color: var(--pp-muted); font-size: .85rem; display: block; }
.pp-pack .pp-each { font-size: 1.9rem; font-weight: 800; margin-top: 8px; line-height: 1; }
.pp-pack .pp-each small { display: inline; font-size: .8rem; }
.pp-summary { background: var(--pp-deep); color: #FFFFFF; border-radius: 26px; padding: 28px; position: sticky; top: 90px; }
.pp-summary h3 { color: #FFFFFF !important; margin-bottom: 14px; }
.pp-sum-row { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .95rem; color: #D6D9E8; }
.pp-sum-row b { color: #FFFFFF; }
.pp-sum-total { display: flex; justify-content: space-between; align-items: baseline; margin: 16px 0 18px; }
.pp-sum-total b { font-size: 2.2rem; color: #FFFFFF; line-height: 1; }
.pp-sum-total s { color: #9EA3C0; margin-right: 8px; }
.pp-summary .pp-btn { width: 100%; background: var(--pp-accent2); color: var(--pp-deep) !important; box-shadow: none; }
.pp-guarantee { display: grid; grid-template-columns: 58px 1fr; gap: 14px; align-items: center; margin-top: 18px; font-size: .9rem; color: #C9CCE0; }
.pp-seal { width: 58px; height: 58px; border-radius: 50%; border: 2px dashed var(--pp-accent2); display: flex; align-items: center; justify-content: center; text-align: center; font-weight: 800; font-size: .7rem; line-height: 1.1; color: var(--pp-accent2); animation: ppSpin 20s linear infinite; }
.pp-illus { font-size: .8rem; color: #9EA3C0; margin: 14px 0 0; }

/* faq */
.pp-faq { max-width: 860px; margin: 0 auto; }
.pp-faq-item { border-bottom: 1px solid var(--pp-line); }
.pp-faq-q { width: 100%; background: none; border: 0; padding: 22px 0; display: flex; justify-content: space-between; gap: 18px; align-items: center; text-align: left; cursor: pointer; font-family: var(--pp-body); font-weight: 800; font-size: 1.08rem; color: var(--pp-ink); }
.pp-faq-q i { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--pp-soft); position: relative; transition: transform .3s ease, background-color .3s ease; }
.pp-faq-q i::before, .pp-faq-q i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; background: var(--pp-accent); transform: translate(-50%, -50%); }
.pp-faq-q i::after { transform: translate(-50%, -50%) rotate(90deg); }
.pp-faq-q[aria-expanded="true"] i { transform: rotate(45deg); background: var(--pp-accent); }
.pp-faq-q[aria-expanded="true"] i::before, .pp-faq-q[aria-expanded="true"] i::after { background: #FFFFFF; }
.pp-faq-a { overflow: hidden; transition: max-height .35s ease; }
.pp-faq-a > div { padding: 0 50px 22px 0; color: var(--pp-muted); }

/* references */
.pp-refs { max-width: 900px; margin: 0 auto; font-size: .88rem; color: var(--pp-muted); padding-left: 1.4em; }
.pp-refs li { margin-bottom: 8px; padding-left: 4px; }
.pp-refs li:target { background: var(--pp-soft); border-radius: 6px; }

/* final cta + disclaimer */
.pp-final { text-align: center; }
.pp-final img { width: min(260px, 60%); margin: 0 auto 26px; animation: ppFloat 6s ease-in-out infinite; }
.pp-disclaimer { background: #0B0C14; color: #9A9EB5; font-size: .8rem; line-height: 1.6; padding: 34px 0 110px; }
.pp-disclaimer p { max-width: 90ch; margin: 0 auto 10px; text-align: center; }
.pp-disclaimer a { color: #FFFFFF; }

/* sticky mobile / scroll buy bar */
.pp-sticky { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; background: var(--pp-deep); color: #FFFFFF; border-radius: 18px; padding: 10px 10px 10px 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; box-shadow: 0 20px 40px -18px rgba(0,0,0,.6); transform: translateY(140%); transition: transform .4s cubic-bezier(.2,.7,.2,1); max-width: 720px; margin: 0 auto; }
.pp-sticky.is-on { transform: none; }
.pp-sticky span { font-size: .92rem; line-height: 1.3; }
.pp-sticky b { display: block; color: #FFFFFF; }
.pp-sticky .pp-btn { padding: 14px 20px; font-size: .95rem; background: var(--pp-accent2); color: var(--pp-deep) !important; box-shadow: none; flex: none; }

/* modal */
.pp-modal { position: fixed; inset: 0; z-index: 90; background: rgba(8,9,16,.6); backdrop-filter: blur(4px); display: none; align-items: center; justify-content: center; padding: 16px; }
.pp-modal.is-open { display: flex; animation: ppFade .25s ease; }
@keyframes ppFade { from { opacity: 0; } to { opacity: 1; } }
.pp-modal-box { background: #FFFFFF; color: #15172A; border-radius: 24px; padding: 32px 28px; max-width: 460px; width: 100%; text-align: center; position: relative; animation: ppPop .3s cubic-bezier(.2,.7,.2,1); }
@keyframes ppPop { from { transform: translateY(20px) scale(.96); } to { transform: none; } }
.pp-modal-box h3 { font-family: var(--pp-head) !important; color: #15172A !important; font-size: 1.7rem; }
.pp-modal-box p { color: #545872; }
.pp-modal-x { position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; border-radius: 50%; border: 0; background: #F0F0F5; cursor: pointer; font-size: 20px; line-height: 1; color: #15172A; }
.pp-modal-box .pp-btn { width: 100%; margin-top: 8px; }

/* reveal */
.pp.pp-js .pp-reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.pp.pp-js .pp-reveal.is-in { opacity: 1; transform: none; }
.pp.pp-js .pp-stagger > * { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.pp.pp-js .pp-stagger.is-in > * { opacity: 1; transform: none; }
.pp.pp-js .pp-stagger.is-in > *:nth-child(2) { transition-delay: .1s; } .pp.pp-js .pp-stagger.is-in > *:nth-child(3) { transition-delay: .2s; }
.pp.pp-js .pp-stagger.is-in > *:nth-child(4) { transition-delay: .3s; } .pp.pp-js .pp-stagger.is-in > *:nth-child(5) { transition-delay: .4s; } .pp.pp-js .pp-stagger.is-in > *:nth-child(6) { transition-delay: .5s; }
.pp-hero .pp-in { opacity: 0; transform: translateY(18px); animation: ppIn .8s cubic-bezier(.2,.7,.2,1) forwards; }
.pp-hero .pp-in.d2 { animation-delay: .12s; } .pp-hero .pp-in.d3 { animation-delay: .24s; } .pp-hero .pp-in.d4 { animation-delay: .36s; } .pp-hero .pp-in.d5 { animation-delay: .48s; }
@keyframes ppIn { to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  .pp *, .pp *::before, .pp *::after { animation: none !important; transition: none !important; }
  .pp.pp-js .pp-reveal, .pp.pp-js .pp-stagger > *, .pp-hero .pp-in { opacity: 1 !important; transform: none !important; }
}

/* responsive */
@media (max-width: 1024px) {
  .pp-formula, .pp-benefits, .pp-roles { grid-template-columns: 1fr 1fr; }
  .pp-howto { grid-template-columns: 1fr 1fr; }
  .pp-links { display: none; }
}
@media (max-width: 900px) {
  .pp-hero-grid, .pp-split, .pp-offer, .pp-safety { grid-template-columns: 1fr; }
  .pp-stage { max-width: 520px; margin: 0 auto; width: 100%; order: -1; }
  .pp-summary { position: static; }
  .pp-steps { grid-template-columns: 1fr; }
  .pp-layers { grid-template-columns: 1fr; }
  .pp-path { grid-template-columns: 1fr; }
  .pp-flow { display: none; }
  .pp-rph { grid-template-columns: 1fr; text-align: center; }
  .pp-rph-img { margin: 0 auto; }
}
@media (max-width: 768px) {
  .pp { font-size: 16px; }
  .pp-wrap { padding: 0 16px; }
  .pp-strip-in { grid-template-columns: 1fr 1fr; }
  .pp-strip-in div:nth-child(3) { border-left: 0; }
  .pp-strip-in div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.12); }
  .pp-formula, .pp-benefits, .pp-roles, .pp-packs { grid-template-columns: 1fr; }
  .pp-pack { display: grid; grid-template-columns: 90px 1fr auto; text-align: left; align-items: center; gap: 12px; padding: 20px 16px; }
  .pp-pack .pp-bottles { margin: 0; height: 56px; justify-content: flex-start; }
  .pp-bottles i { width: 14px; height: 40px; } .pp-bottles i:nth-child(even) { height: 45px; }
  .pp-pack .pp-each { margin: 0; font-size: 1.5rem; text-align: right; }
  .pp-buybox { max-width: none; }
  .pp-float-tag { padding: 8px 10px; font-size: .75rem; }
  .pp-float-tag b { font-size: .95rem; }
  .pp-nav .pp-btn { padding: 11px 16px; font-size: .88rem; }
  .pp-bar .pp-wrap { justify-content: center; text-align: center; }
  /* table -> stacked cards */
  .pp-table thead { display: none; }
  .pp-table, .pp-table tbody, .pp-table tr, .pp-table td { display: block; width: 100%; }
  .pp-table tr { padding: 16px; border-bottom: 1px solid var(--pp-line); }
  .pp-table tr:last-child { border-bottom: 0; }
  .pp-table td { border: 0; padding: 6px 0 6px 46%; position: relative; font-size: .93rem; }
  .pp-table td::before { content: attr(data-label); position: absolute; left: 0; top: 6px; width: 42%; font-weight: 700; font-size: .8rem; color: var(--pp-muted); }
  .pp-table td:first-child { padding-left: 0; font-size: 1.05rem; margin-bottom: 4px; }
  .pp-table td:first-child::before { display: none; }
  .pp-table td.is-us { background: transparent; color: var(--pp-accent); }
  .pp-faq-a > div { padding-right: 0; }
  .pp-howto { grid-template-columns: 1fr; }
  .pp-time { padding-left: 38px; }
}
@media (max-width: 480px) {
  .pp-wrap { padding: 0 14px; }
  .pp h1 { font-size: 2.35rem; }
  .pp-pack { grid-template-columns: 70px 1fr auto; }
  .pp-opt { grid-template-columns: 22px 1fr; }
  .pp-opt .pp-price { grid-column: 2; text-align: left; }
  .pp-float-tag.t2 { display: none; }
}
.pp-pack > span, .pp-pack .pp-each { display: block; }
.pp-pack .pp-bottles { display: flex; }
@media (max-width: 768px) { .pp-pack .pp-bottles { display: flex; } }
.pp-split .pp-roles { grid-template-columns: 1fr; gap: 12px; margin-top: 22px; }
.pp-split .pp-role { display: grid; grid-template-columns: 44px 1fr; gap: 4px 16px; align-items: center; padding: 16px 18px; }
.pp-split .pp-role .pp-role-ico { grid-row: span 2; margin: 0; }
.pp-split .pp-role h3 { margin: 0; font-size: 1.1rem; }
.pp .pp-note, .pp .pp-path-note { margin-left: auto; margin-right: auto; }
.pp .pp-note { margin-top: 30px; }
.pp .pp-path-note { margin-top: 34px; }
.pp-perks { margin: 30px 0 0; background: var(--pp-bg2); border: 1px solid var(--pp-line); border-radius: 20px; padding: 22px; }
@media (max-width: 768px) {
  .pp-layer { padding: 20px 18px; }
  .pp-nav .pp-wrap { min-height: 62px; }
}
@media (max-width: 480px) {
  .pp-brand small { display: none; }
  .pp-brand { font-size: 1.2rem; }
  .pp-ke .pp-brand { font-size: 1.05rem; }
}

/* ---------- Elementor integration ---------- */
.mkp-site .elementor .e-con, .mkp-site .elementor .e-con-inner, .pp .elementor .e-con, .pp .elementor .e-con-inner {
  --padding-top: 0px; --padding-right: 0px; --padding-bottom: 0px; --padding-left: 0px;
  --gap: 0px; --row-gap: 0px; --column-gap: 0px; --content-width: 100%; --container-max-width: 100%;
  padding: 0 !important; margin: 0; max-width: 100% !important; width: 100%;
}
.mkp-site .elementor .e-con.mkp-sec { padding: clamp(64px, 9vw, 120px) 0 !important; }
.mkp-site .elementor .e-con.mkp-wrap { max-width: var(--mkp-max) !important; margin: 0 auto; padding: 0 28px !important; }
.mkp-site .elementor .e-con.mkp-contact { display: grid !important; }
.mkp-site .elementor-widget, .pp .elementor-widget { margin: 0 !important; width: 100%; --kit-widget-spacing: 0px; }
.mkp-site .elementor-widget-container, .pp .elementor-widget-container { padding: 0 !important; margin: 0 !important; }
.mkp-site .elementor img, .pp .elementor img { box-shadow: none; }
.mkp-site .elementor .mkp-avatar-wrap img { border-radius: 50% !important; border: 6px solid #FFFFFF !important; }
.mkp-site .elementor .mkp-portrait img { border-radius: 50% !important; border: 8px solid var(--mkp-paper) !important; }
.mkp-site .elementor .mkp-show-stage img { border-radius: 14px !important; }
.mkp-site .elementor .mkp-label-imgband img { border-radius: 16px !important; }
.pp .elementor .pp-rph-img { border-radius: 50% !important; border: 6px solid var(--pp-soft) !important; }
.pp .elementor .pp-product img { border-radius: 18px !important; }
.pp .elementor .pp-final img { border-radius: 20px !important; }
/* keep every section visible while editing in Elementor */
.elementor-editor-active .mkp-site .mkp-reveal, .elementor-editor-active .mkp-site .mkp-seq, .elementor-editor-preview .mkp-site .mkp-reveal,
.elementor-editor-active .pp .pp-reveal, .elementor-editor-active .pp .pp-stagger > *, .elementor-editor-active .pp .pp-in {
  opacity: 1 !important; transform: none !important;
}
@media (max-width: 768px) { .mkp-site .elementor .e-con.mkp-wrap { padding: 0 16px !important; } }

/* ---------- Noön Labs theme ---------- */
.pp-nf {
  --pp-bg: #F7F4EF; --pp-bg2: #FFFFFF; --pp-ink: #111317; --pp-muted: #555A66; --pp-line: #E4DFD7;
  --pp-accent: #E4572E; --pp-accent-ink: #FFFFFF; --pp-accent2: #FFC857; --pp-soft: #FDE7DC; --pp-deep: #111317;
  --pp-head: "Unbounded", "Segoe UI", system-ui, sans-serif;
}
.pp-nf h1, .pp-nf h2, .pp-nf h3, .pp-nf h4 { font-weight: 600; letter-spacing: -0.035em; }
.pp-nf h1 { font-size: clamp(2.1rem, 4.6vw, 3.8rem); line-height: 1.05; }
.pp-nf h2 { font-size: clamp(1.7rem, 3.3vw, 2.6rem); }
.pp-nf h3 { font-size: clamp(1.02rem, 1.6vw, 1.2rem); letter-spacing: -0.02em; }
.pp-nf h1 em, .pp-nf h2 em { font-style: normal; color: var(--pp-accent) !important; }
.pp-nf .pp-deep h2 em { color: var(--pp-accent2) !important; }
.pp-nf .pp-dose { font-weight: 600; font-size: clamp(2.2rem, 4.2vw, 3rem); letter-spacing: -0.05em; }
.pp-nf .pp-brand { font-weight: 700; font-size: 1.15rem; letter-spacing: -0.03em; }
.pp-nf .pp-strip-in b, .pp-nf .pp-node b { font-weight: 600; letter-spacing: -0.04em; }
.pp-nf .pp-node b { font-size: 1.7rem; }
.pp-nf .pp-deep, .pp-nf .pp-strip { color: #D6D8DE; }
.pp-nf .pp-strip-in span, .pp-nf .pp-ben p, .pp-nf .pp-node p, .pp-nf .pp-path-note { color: #B5B9C4; }
.pp-nf .pp-deep .pp-head p { color: #B5B9C4; }
.pp-nf .pp-sum-row { color: #D6D8DE; }
.pp-nf .pp-formula { grid-template-columns: repeat(6, 1fr); }
.pp-nf .pp-formula .pp-ing { grid-column: span 2; }
.pp-nf .pp-formula .pp-ing:nth-child(4) { grid-column: 2 / span 2; }
.pp-nf .pp-formula .pp-ing:nth-child(5) { grid-column: 4 / span 2; }
.pp-nf .pp-path { grid-template-columns: repeat(3, 1fr); }
.pp-nf .pp-node.is-core { animation-duration: 3.2s; }
.pp-nf .pp-how-n { font-weight: 600; font-size: 1.4rem; }
.pp-nf .pp-step::before { font-weight: 600; font-size: 2.1rem; }
.pp-nf .pp-final img { border-radius: 20px; }
.pp-nf .pp-media img { aspect-ratio: 4 / 5; }
.pp-dual { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.pp-dual .pp-media img { aspect-ratio: 1 / 1; }
@media (max-width: 1024px) { .pp-nf .pp-formula { grid-template-columns: 1fr 1fr; } .pp-nf .pp-formula .pp-ing, .pp-nf .pp-formula .pp-ing:nth-child(4), .pp-nf .pp-formula .pp-ing:nth-child(5) { grid-column: auto; } }
@media (max-width: 768px) { .pp-nf .pp-formula { grid-template-columns: 1fr; } .pp-dual { grid-template-columns: 1fr; } }
