/* Purna Junior — sub-brand skin v2. Section colour rhythm from SmartyPants; card layout from the reference; inline-SVG doodles. */
.pj {
	/* Brand ladder. Every colour on the page comes from here; jar colours feed the accents. */
	--brand-900: #2A0E52; --brand-800: #3A1275; --brand-700: #61118C; --brand-400: #9B5BC2;
	--brand-100: #EEE4F4; --brand-50: #F8F5FB;
	--accent-amber: #F59404; --accent-amber-deep: #A86603; --accent-brick: #D01A19;
	--accent-crimson: #E8100D; --accent-citrus: #D63B00; --accent-indigo: #2E2383;
	--accent-pine: #2E6B5E; --accent-pine-light: #5FAE92; --sand-100: #F6E7E1; --sand-50: #FBEEE9;
	--ink: #221F26; --muted: #6A6470; --line: #E6E1EC; --paper: #FFFFFF; --grey: #F2EFF5;
	/* Role aliases: components read these, and a product page re-points them to its own jar colour. */
	--coral: var(--brand-700); --red: var(--brand-800); --orange: var(--accent-citrus);
	--apricot: var(--sand-100); --peach: var(--brand-100); --cream: var(--brand-50);
	--yellow: var(--accent-amber); --teal: var(--accent-indigo); --green: var(--accent-pine); --pink: var(--accent-brick);
	--v: var(--coral); --vs: var(--peach); --ink-on-v: #FFFFFF;
	--font-d: 'Outfit', 'Nunito', system-ui, sans-serif; --font-b: 'Nunito', system-ui, sans-serif;
	--wrap: 1200px; --gut: clamp(18px, 4vw, 44px); --sec: clamp(44px, 5.6vw, 84px); --gap: clamp(20px, 2.6vw, 32px); --r: 16px; --ease: cubic-bezier(.22, 1, .36, 1);
	margin: 0; font-family: var(--font-b); font-size: 1.05rem; line-height: 1.6; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
.pj *, .pj *::before, .pj *::after { box-sizing: border-box; }
.pj img { max-width: 100%; height: auto; display: block; }
.pj a { text-decoration: none; }
.pj a:not(.pj-btn) { color: inherit; }
.pj :where(button) { font: inherit; cursor: pointer; color: inherit; }
.pj h1, .pj h2, .pj h3 { font-family: var(--font-d); font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; margin: 0 0 .5em; }
.pj h1 { font-size: clamp(2.6rem, 6.6vw, 5rem); }
.pj h2 { font-size: clamp(2rem, 4.4vw, 3.3rem); color: var(--coral); }
.pj h3 { font-size: 1.25rem; }
.pj p { margin: 0 0 1em; }
.pj :where(ul, ol) { margin: 0; padding: 0; list-style: none; }
.pj :focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.pj a.pj-skip { color: #fff; }
.pj-skip { position: absolute; top: -60px; left: 16px; background: var(--ink); color: #fff; padding: 10px 16px; z-index: 999; }
.pj-skip:focus { top: 12px; }
.pj-wrap { width: min(100% - 2 * var(--gut), var(--wrap)); margin-inline: auto; }
.pj-wrap--narrow { width: min(100% - 2 * var(--gut), 800px); margin-inline: auto; }
.pj-center { text-align: center; }
.pj-br-m { display: none; } /* line break that only applies on phones */
.pj-sec { padding-block: var(--sec); }
.pj-sec__head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 10px 24px; margin-bottom: clamp(18px, 2.2vw, 30px); }
.pj-sec__head h2 { margin-bottom: 0; }
.pj-sec__head .pj-lead { margin-top: 2px; }
.pj-sec__head .pj-lead { flex-basis: 100%; }
.pj-lead { color: var(--muted); font-size: 1.15rem; max-width: 62ch; margin: 0; }
.pj-tiny { font-size: .8rem; }
.pj-muted { color: var(--muted); }
/* Coloured sections: everything inside becomes white on colour */
.pj-sec--peach { background: var(--peach); }
.pj-sec--cream { background: var(--cream); }
.pj-sec--coral { background: var(--coral); color: #fff; }
.pj-sec--orange { background: var(--orange); color: #fff; }
.pj-sec--apricot { background: var(--apricot); }
.pj-sec--coral h2, .pj-sec--orange h2, .pj-sec--coral .pj-lead, .pj-sec--orange .pj-lead { color: #fff; }
.pj-sec--apricot h2 { color: var(--ink); }

/* Reveals: class added by JS, so no-JS/throttled tabs still show everything */
.pj-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.pj-reveal.is-in { opacity: 1; transform: none; }

/* Doodles */
.pj-doodle { display: inline-block; width: 1em; height: 1em; color: currentColor; }
.pj-h-doodle { position: relative; display: inline-block; padding-bottom: 12px; }
.pj-h-doodle :where(.pj-doodle--underline, .pj-doodle--brush, .pj-doodle--scribble, .pj-doodle--swash, .pj-doodle--wave) { position: absolute; left: 0; bottom: -4px; width: 60%; height: 18px; color: var(--yellow); pointer-events: none; }
.pj-h-doodle .pj-doodle--brush { width: 66%; height: 15px; bottom: -8px; }
.pj-h-doodle .pj-doodle--scribble { width: 72%; height: 20px; bottom: -9px; }
.pj-h-doodle .pj-doodle--swash { width: 70%; height: 18px; bottom: -9px; }
.pj-h-doodle .pj-doodle--wave { width: 74%; height: 20px; bottom: -10px; }
.pj-h-doodle .pj-doodle path[pathLength] { stroke-dashoffset: 0; }
/* One marker colour per section, so the page keeps its multi-colour feel. */
.pj-routine .pj-doodle--wave { color: var(--accent-pine); }
.pj-faq-sec .pj-doodle--swash { color: var(--brand-700); }
.pj-stock .pj-doodle--underline { color: var(--accent-brick); }
/* Centred headings get a centred rule. */
.pj-center.pj-h-doodle :where(.pj-doodle--underline, .pj-doodle--brush, .pj-doodle--scribble, .pj-doodle--swash, .pj-doodle--wave) { left: 50%; transform: translateX(-50%); }
.pj-doodle path[pathLength] { stroke-dasharray: 1; stroke-dashoffset: 1; }
.is-in .pj-doodle path[pathLength], .pj-doodle.is-in path[pathLength] { animation: pj-draw .9s var(--ease) forwards; }
@keyframes pj-draw { to { stroke-dashoffset: 0; } }
/* Heading underline: draws itself, holds, wipes away and starts again, on a loop. */
/* Heading rules keep redrawing themselves. Written out (not :where) so they outrank
   the one-shot `.is-in .pj-doodle` draw above, which otherwise froze them after one pass. */
.pj-h-doodle .pj-doodle--underline path[pathLength],
.pj-h-doodle .pj-doodle--brush path[pathLength],
.pj-h-doodle .pj-doodle--scribble path[pathLength],
.pj-h-doodle .pj-doodle--swash path[pathLength],
.pj-h-doodle .pj-doodle--wave path[pathLength] { animation: pj-underline-loop 4.2s var(--ease) .15s infinite; }
/* The scribble's second pass trails the first, like going over the word twice. */
.pj-h-doodle .pj-doodle--scribble path:nth-of-type(2) { animation-delay: .55s !important; }
@keyframes pj-underline-loop {
	0%, 4% { stroke-dashoffset: 1; }
	26%, 70% { stroke-dashoffset: 0; }
	92%, 100% { stroke-dashoffset: -1; }
}
.pj-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-d); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; color: var(--vt, var(--v)); margin-bottom: 1em; }
.pj-tag--sticker { background: #fff; color: var(--ink); padding: 8px 14px; border: 2px solid var(--ink); border-radius: 8px; transform: rotate(-2.5deg); box-shadow: 4px 4px 0 var(--ink); }
.pj-tag--sticker em { font-style: normal; background: var(--v); color: var(--ink-on-v); padding: 0 7px; border-radius: 4px; transition: background .8s ease, color .4s; }
.pj-tag__crown { width: 22px; height: 18px; color: var(--yellow); }

/* Buttons — never black: coral primary, white on colour, variant on cards */
.pj-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 26px; border-radius: 999px; font-family: var(--font-d); font-weight: 800; letter-spacing: .04em; font-size: .95rem; border: 2px solid var(--coral); background: var(--coral); color: #fff; transition: transform .25s var(--ease), box-shadow .25s, filter .25s; }
.pj-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0, 0, 0, .18); filter: brightness(1.05); }
.pj-btn--white { background: #fff; border-color: #fff; color: var(--coral); }
.pj-btn--hero { background: #fff; border-color: #fff; color: var(--vt, var(--v)); }
.pj-btn--ghost { background: transparent; border-color: currentColor; color: var(--ink-on-v); }
.pj-btn--outline { background: #fff; border-color: var(--coral); color: var(--coral); }
.pj-btn--outline-v { background: #fff; border-color: var(--vt, var(--v)); color: var(--vt, var(--v)); }
.pj-btn--card { background: #fff; border-color: #fff; color: var(--vt, var(--v)); width: 100%; }
.pj-btn--variant { background: var(--v); border-color: var(--v); color: var(--ink-on-v); }
.pj-btn--sm { padding: 9px 16px; font-size: .8rem; width: auto; }
.pj-btn--lg { padding: 17px 30px; font-size: 1.02rem; }
.pj-btn svg { width: 18px; height: 18px; }
.pj-btn.loading { opacity: .6; pointer-events: none; }

/* Header */
.pj-announce { background: var(--coral); color: #fff; text-align: center; font-size: .85rem; font-weight: 800; padding: 9px var(--gut); }
.pj-header { position: sticky; top: 0; z-index: 50; background: #fff; box-shadow: 0 2px 0 var(--peach); }
.pj-header__in { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 72px; }
.pj-logo { display: inline-flex; align-items: baseline; gap: 6px; line-height: 1; font-family: var(--font-d); }
.pj-logo__purna { font-weight: 900; font-size: 1.75rem; letter-spacing: -.04em; color: var(--coral); }
.pj-logo__jr { font-weight: 900; font-size: .8rem; letter-spacing: .2em; background: linear-gradient(90deg, var(--accent-amber-deep), var(--accent-citrus), var(--accent-brick), var(--accent-indigo), var(--brand-700)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.pj-logo--lg .pj-logo__purna { font-size: 2.2rem; }
.pj-nav { display: flex; gap: clamp(16px, 2.4vw, 34px); font-weight: 800; font-family: var(--font-d); font-size: .95rem; }
.pj-nav a { position: relative; padding: 4px 0; }
.pj-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: -3px; height: 3px; background: var(--coral); border-radius: 2px; transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.pj-nav a:hover::after { transform: scaleX(1); }
.pj-nav__parent { color: var(--muted); font-weight: 700; }
.pj-header__actions { display: flex; align-items: center; gap: 14px; }
.pj-cart { position: relative; display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--peach); color: var(--coral); }
.pj-cart svg { width: 22px; height: 22px; }
.pj-cart-count { position: absolute; top: -2px; right: -2px; min-width: 20px; height: 20px; border-radius: 10px; background: var(--coral); color: #fff; font-size: .7rem; font-weight: 800; line-height: 20px; text-align: center; padding: 0 5px; border: 2px solid #fff; }
.pj-cart-count[data-count="0"] { display: none; }
.pj-burger { display: none; width: 44px; height: 44px; border: 0; background: none; color: var(--coral); }
.pj-burger svg { width: 26px; height: 26px; }
.pj-burger .c { display: none; }
.pj-nav-open .pj-burger .o { display: none; }
.pj-nav-open .pj-burger .c { display: block; }
@media (max-width: 900px) {
	.pj-header__cta { display: none; }
	.pj-burger { display: inline-grid; place-items: center; }
	.pj-nav { position: fixed; inset: 72px 0 0; background: var(--peach); flex-direction: column; gap: 0; padding: 24px var(--gut); font-size: 1.5rem; transform: translateX(100%); transition: transform .4s var(--ease); z-index: 49; }
	.pj-nav a { padding: 16px 0; border-bottom: 2px solid #fff; }
	.pj-nav-open .pj-nav { transform: none; }
	.pj-nav-open { overflow: hidden; }
}

/* Hero — auto-rotating showcase (no scroll/hover dependency; CSS transitions only) */
.pj-hero .pj-tag { margin-bottom: clamp(10px, 1.8svh, 20px); }
.pj-hero { position: relative; background: var(--v); color: var(--ink-on-v); overflow: hidden; transition: background .8s ease, color .4s; }
.pj-hero__grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(24px, 4vw, 64px); align-items: center; min-height: calc(100svh - 72px); padding-block: clamp(18px, 3.2svh, 64px); position: relative; z-index: 2; }
.pj-hero__name { font-family: var(--font-d); font-weight: 900; letter-spacing: .14em; text-transform: uppercase; font-size: .82rem; opacity: .9; margin: 0 0 6px; }
.pj-hero__copy .pj-hero__name, .pj-hero__copy .pj-hero__h1, .pj-hero__copy .pj-hero__sub { transition: opacity .22s ease, transform .22s ease; }
.pj-hero__copy.is-swapping .pj-hero__name, .pj-hero__copy.is-swapping .pj-hero__h1, .pj-hero__copy.is-swapping .pj-hero__sub { opacity: 0; transform: translateY(8px); }
.pj-hero .pj-hero__h1 { color: inherit; max-width: 16ch; margin-bottom: clamp(8px, 1.6svh, 18px); font-size: clamp(2rem, min(4.6vw, 7.2svh), 3.6rem); }
.pj-hero__sub { font-size: clamp(.98rem, 1.9svh, 1.12rem); max-width: 46ch; opacity: .94; margin: 0 0 clamp(14px, 2.4svh, 26px); }
.pj-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.pj-hero__cta .pj-btn--hero { color: var(--vt, var(--v)); transition: color .4s, transform .25s var(--ease), box-shadow .25s; }
.pj-hero__stage { position: relative; touch-action: pan-y; cursor: grab; width: 100%; aspect-ratio: 1; max-width: min(100%, 520px, calc(100svh - 230px)); margin-left: auto; }
.pj-hero__stage::before { content: ''; position: absolute; inset: 6%; border-radius: 50%; background: rgba(255, 255, 255, .16); }
.pj-hero__jar { position: absolute; inset: 0; display: block; opacity: 0; transform: translateY(18px) scale(.94) rotate(-2deg); transition: opacity .55s ease, transform .7s var(--ease); pointer-events: none; }
.pj-hero__jar.is-active { opacity: 1; transform: none; pointer-events: auto; z-index: 2; }
.pj-hero__jar.is-dragging { transition: none; will-change: transform; }
.pj-hero__stage.is-grabbing { cursor: grabbing; }
.pj-hero__jar img { -webkit-user-drag: none; user-select: none; }
.pj-hero__jar.is-leaving { opacity: 0; transform: translateY(-14px) scale(.96) rotate(2deg); }
.pj-hero__jar img { width: 100%; height: 100%; object-fit: contain; border-radius: 28px; filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .28)); }
.pj-hero__stickers { position: absolute; inset: 0; pointer-events: none; z-index: 1; color: #fff; }
.pj-stk { position: absolute; opacity: .9; }
.pj-stk--1 { left: 5%; top: 12%; width: 120px; height: 40px; }
.pj-hero__burst { position: absolute; left: -6px; bottom: -66px; width: 44px; height: 44px; color: var(--yellow); z-index: 6; pointer-events: none; animation: pj-star 5s ease-in-out infinite .8s; }
.pj-hero__star { position: absolute; right: -22px; top: -18px; width: 62px; height: 62px; color: var(--yellow); z-index: 6; filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .25)); animation: pj-star 5s ease-in-out infinite; }
@keyframes pj-star { 0%, 100% { transform: rotate(-8deg) scale(1); } 50% { transform: rotate(8deg) scale(1.08); } }
@media (max-width: 860px) {
	.pj-hero__grid { grid-template-columns: 1fr; min-height: 0; padding-block: 16px 36px; gap: 14px; }
	.pj-hero__stage { order: -1; max-width: min(100%, 90vw, calc(100svh - 330px)); margin: 0 auto 52px; }
	.pj-hero .pj-hero__h1 { font-size: clamp(1.7rem, 7.4vw, 2.3rem); max-width: none; }
	.pj-hero__sub { font-size: .95rem; margin-bottom: 16px; }
	.pj-hero__cta .pj-btn--lg { padding: 13px 20px; font-size: .9rem; }
	.pj-tag--sticker { font-size: .68rem; padding: 6px 10px; }
	.pj-hero__star { right: -12px; top: -12px; width: 46px; height: 46px; }
	.pj-hero__burst { left: -5px; bottom: -50px; width: 35px; height: 35px; }
	.pj-stk { transform: scale(.72); }
	.pj-stk--1 { left: 2%; top: 4%; width: 86px; height: 30px; }
}

/* Trust strip */
.pj-strip { background: var(--ink); color: #fff; }
.pj-strip__in { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 32px; padding: 16px 0; font-weight: 800; font-size: .9rem; font-family: var(--font-d); }
.pj-strip__in span { display: inline-flex; align-items: center; gap: 8px; }
.pj-strip .pj-doodle { width: 20px; height: 20px; color: var(--accent-pine-light); }
@media (max-width: 860px) {
	/* Phones show one line at a time; JS swipes to the next every 3s. */
	.pj-strip__in { display: block; position: relative; height: 46px; padding: 0; overflow: hidden; font-size: .8rem; }
	.pj-strip__in span { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 8px; line-height: 1.3; text-align: center; padding: 0 var(--gut); opacity: 0; transform: translateX(26px); transition: opacity .4s ease, transform .5s var(--ease); }
	.pj-strip__in span:first-child { opacity: 1; transform: none; }
	/* Once JS takes over, only the line it marks is-on shows. */
	.pj-strip__in.is-rotating span { opacity: 0; transform: translateX(26px); }
	.pj-strip__in span.is-on { opacity: 1; transform: none; }
	.pj-strip__in span.is-out { opacity: 0; transform: translateX(-26px); }
	.pj-strip .pj-doodle { width: 16px; height: 16px; flex: none; }
}
@media (max-width: 480px) {
	.pj-strip__in { font-size: .78rem; height: 44px; }
}

/* Range grid + cards (reference layout) */
.pj-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.pj-tabs button { padding: 9px 14px; border: 2px solid var(--coral); background: #fff; color: var(--coral); border-radius: 999px; font-family: var(--font-d); font-weight: 800; font-size: .78rem; letter-spacing: .06em; transition: all .2s; }
.pj-tabs button[aria-selected="true"] { background: var(--coral); color: #fff; }
.pj-tabs__short { display: none; }
.pj-tabs button[data-pj-filter]:not([data-pj-filter="all"]) { border-color: var(--v); color: var(--vt, var(--v)); }
.pj-tabs button[data-pj-filter]:not([data-pj-filter="all"])[aria-selected="true"] { background: var(--v); color: #fff; }
.pj-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 268px), 1fr)); gap: var(--gap); }
.pj-card { border-radius: 14px; background: var(--v); color: var(--ink-on-v); overflow: hidden; display: flex; flex-direction: column; transition: transform .3s var(--ease), box-shadow .3s; }
.pj-card:hover { transform: translateY(-6px); box-shadow: 0 22px 40px rgba(0, 0, 0, .18); }
.pj-card[hidden] { display: none; }
.pj-card__media { position: relative; aspect-ratio: 1; background: linear-gradient(to bottom, var(--vs) 0 84%, var(--v) 84% 100%); display: block; overflow: hidden; }
.pj .pj-card__img { position: absolute; inset: 6% 6% 12%; width: 88%; object-fit: contain; border-radius: 12px; background: #fff; box-shadow: 0 10px 20px rgba(0, 0, 0, .14); transition: opacity .4s, transform .5s var(--ease); }
.pj-card__img--alt { opacity: 0; }
.pj-card:hover .pj-card__img--alt { opacity: 1; }
.pj-card:hover .pj-card__img { transform: scale(1.04); }
.pj-card__doodle { position: absolute; color: var(--v); opacity: .85; pointer-events: none; }
.pj-card__doodle--a { right: 3%; top: 2%; width: 40px; height: 16px; transform: rotate(-14deg); }
.pj-card__doodle--b { left: 2%; top: 46%; width: 34px; height: 14px; transform: rotate(10deg); }
/* Flavour and jar size sit under the photo, side by side, at the top of the coloured body. */
.pj-card__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 2px 0 2px; }
.pj-card__pill { background: #fff; color: var(--ink); border-radius: 999px; padding: 6px 13px; font-size: .74rem; font-weight: 800; line-height: 1.2; }
.pj-card__pill i { font-style: normal; color: var(--accent-amber); }
.pj-card__count { background: #fff; color: var(--ink); border-radius: 999px; padding: 6px 13px; font-size: .74rem; font-weight: 800; line-height: 1.2; }
.pj-card__count strong { font-weight: 800; font-size: inherit; }
.pj-card__body { padding: 18px 18px 20px; display: grid; gap: 8px; align-content: start; }
.pj-card__body h3 { font-size: 1.05rem; line-height: 1.32; margin: 0 0 2px; color: inherit; }
.pj-card__price, .pj-price { font-family: var(--font-d); font-weight: 800; font-size: 1.35rem; line-height: 1.15; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; margin: 0; }
.pj-card__off { font-size: .72rem; font-weight: 900; letter-spacing: .04em; background: var(--yellow); color: var(--ink); padding: 4px 9px; border-radius: 6px; }
.pj-card__mrp { font-size: .74rem; opacity: .85; margin: -4px 0 4px; }
.pj-card__packs { display: flex; gap: 8px; margin-bottom: 4px; }
.pj-card__packs button { flex: 1 1 0; padding: 9px 10px; border-radius: 999px; border: 2px solid currentColor; background: transparent; color: inherit; font-family: var(--font-d); font-weight: 800; font-size: .82rem; transition: background .2s, color .2s; }
.pj-card__packs button[aria-pressed="true"] { background: #fff; border-color: #fff; color: var(--vt, var(--v)); }
.pj-soon { display: inline-block; font-weight: 800; opacity: .8; font-size: .85rem; }
@media (max-width: 720px) {
	.pj-sec__head { gap: 8px 16px; margin-bottom: 16px; }
	.pj-br-m { display: inline; }
	.pj-tabs { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; /* margin-inline: calc(-1 * var(--gut)); */ padding: 4px var(--gut) 4px var(--gut); scroll-snap-type: x proximity; gap: 6px;
		/* Short labels plus a faded right edge, so it reads as a row you can swipe. */
		-webkit-mask-image: linear-gradient(to right, #000 0 88%, transparent 100%); mask-image: linear-gradient(to right, #000 0 88%, transparent 100%); }
	.pj-tabs__full { display: none; }
	.pj-tabs__short { display: inline; }
	.pj-tabs button { padding: 8px 13px; font-size: .7rem; }
	.pj-tabs::-webkit-scrollbar { display: none; }
	.pj-tabs button { flex: 0 0 auto; scroll-snap-align: start; }
	.pj-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.pj-card { border-radius: 12px; }
	.pj-card__body { padding: 12px 12px 14px; gap: 6px; }
	.pj-card__body h3 { font-size: .88rem; line-height: 1.28; }
	.pj-card__price, .pj-price { font-size: 1.1rem; }
	.pj-card__off { font-size: .62rem; padding: 3px 6px; }
	.pj-card__mrp { font-size: .64rem; }
	.pj-card__meta { gap: 5px; }
	.pj-card__pill { padding: 4px 8px; font-size: .58rem; white-space: nowrap; }
	.pj-card__count { padding: 4px 8px; font-size: .58rem; white-space: nowrap; }
	/* Two-up cards are too narrow for both labels; the title already says "60 gummies". */
	.pj-card__count > span { display: none; }
	.pj-card__doodle { display: none; }
	.pj-card__packs button { padding: 7px 6px; font-size: .72rem; border-width: 1.5px; }
	.pj-btn--card { padding: 11px 10px; font-size: .78rem; }
	.pj-sec { padding-block: clamp(34px, 8vw, 52px); }
}

/* Range: one product at a time. Mobile first: one full card; from 861px the same card
   turns into a two-column feature (photo left, details right). Scoped to the landing grid only. */
.pj-range { background: var(--range-bg, var(--peach)); transition: background .5s ease; }
.pj-grid.pj-grid--single { display: block; max-width: 440px; margin-inline: auto; }
.pj-grid--single:not(.is-ready) > .pj-card:not(:first-child) { display: none; }
.pj-grid--single .pj-card { box-shadow: 0 18px 40px rgba(0, 0, 0, .12); }
.pj-grid--single .pj-card:hover { transform: none; }
.pj-grid--single .pj-card__body { padding: 18px 20px 22px; gap: 9px; }
.pj-grid--single .pj-card__body h3 { font-size: 1.15rem; line-height: 1.3; }
.pj-grid--single .pj-card__price { font-size: 1.45rem; }
.pj-grid--single .pj-card__mrp { font-size: .76rem; }
.pj-grid--single .pj-card__pill, .pj-grid--single .pj-card__count { padding: 6px 13px; font-size: .76rem; }
.pj-grid--single .pj-card__count > span { display: inline; }
.pj-grid--single .pj-card__packs button { padding: 10px; font-size: .86rem; border-width: 2px; }
.pj-grid--single .pj-btn--card { padding: 14px 18px; font-size: .92rem; }
@media (min-width: 861px) {
	.pj-grid.pj-grid--single { max-width: 980px; }
	.pj-grid--single .pj-card { flex-direction: row; min-height: 460px; border-radius: 20px; }
	.pj-grid--single .pj-card__media { flex: 0 0 52%; aspect-ratio: auto; background: var(--vs); }
	.pj-grid--single .pj-card__body { flex: 1 1 auto; padding: clamp(28px, 4vw, 52px); align-content: center; gap: 14px; }
	.pj-grid--single .pj-card__body h3 { font-size: clamp(1.4rem, 2.2vw, 1.9rem); }
	.pj-grid--single .pj-card__price { font-size: 2rem; }
	.pj-grid--single .pj-card__pill, .pj-grid--single .pj-card__count { font-size: .84rem; padding: 7px 15px; }
	.pj-grid--single .pj-card__packs, .pj-grid--single .pj-btn--card { max-width: 380px; }
}

/* Buy panel: the featured card in "The Junior range". White panel, product-coloured accents
   (--v fills, --vt text, --vs tints), so every product re-colours it. Mobile first. */
.pj-grid--single .pj-card { background: var(--v); color: var(--ink-on-v); border: 2px solid var(--v); }
.pj-grid--single .pj-card__media { background: var(--vs); }
.pj-buy { padding: 20px 18px 22px; text-align: left; }
.pj-grid--single .pj-buy { display: block; }
.pj .pj-buy__eyebrow { margin: 0 0 4px; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-on-v); }
.pj .pj-buy__title { margin: 0 0 16px; font-size: 1.5rem; line-height: 1.15; color: var(--ink-on-v); }
.pj-grid--single .pj-buy h3.pj-buy__title { font-size: 1.5rem; line-height: 1.15; }
.pj .pj-buy__title a { color: inherit; }
.pj .pj-buy__lab { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 8px; font-family: var(--font-d); font-weight: 800; font-size: .95rem; color: var(--ink-on-v); }
.pj-buy__tag { font-family: var(--font-b); font-weight: 700; font-size: .72rem; color: var(--ink-on-v); border: 1px dashed currentColor; border-radius: 6px; padding: 2px 7px; }
.pj-buy__chips { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0 0 16px; }
.pj-buy__chips span { border: 2px solid var(--ink-on-v); border-radius: 12px; padding: 11px 8px; text-align: center; font-weight: 800; font-size: .92rem; color: var(--ink-on-v); background: rgba(255, 255, 255, .1); }
.pj-buy__hr { border: 0; border-top: 1px solid rgba(255, 255, 255, .35); margin: 0 0 14px; }
.pj-buy__kids { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 4px; margin: 0 0 18px; border: 2px solid var(--ink-on-v); border-radius: 999px; }
.pj .pj-buy__kids button { min-height: 46px; border: 0; border-radius: 999px; background: transparent; font-family: var(--font-d); font-weight: 800; font-size: 1.05rem; color: var(--ink-on-v); transition: background .2s, color .2s; }
.pj .pj-buy__kids button[aria-checked="true"] { background: #fff; color: var(--vt, var(--v)); }
.pj-buy__opt { margin: 0 0 14px; border: 2px solid #fff; border-radius: 14px; overflow: hidden; background: #fff; }
.pj .pj-buy__badge { margin: 0; padding: 6px 10px; background: var(--v-strong, var(--v)); color: var(--badge-ink, #fff); font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; text-align: center; }
.pj-buy__in { display: grid; grid-template-columns: 22px minmax(0, 1fr) auto; gap: 10px; align-items: start; padding: 14px; }
.pj-buy__dot { display: grid; place-items: center; width: 20px; height: 20px; margin-top: 2px; border: 2px solid var(--vt, var(--v)); border-radius: 50%; }
.pj-buy__dot::after { content: ''; width: 10px; height: 10px; border-radius: 50%; background: var(--vt, var(--v)); }
.pj .pj-buy__t { margin: 0; font-family: var(--font-d); font-weight: 800; font-size: 1.02rem; color: var(--ink); }
.pj .pj-buy__s { margin: 2px 0 0; font-size: .8rem; color: var(--muted); }
.pj .pj-buy__p { margin: 0; text-align: right; line-height: 1.2; white-space: nowrap; }
.pj-buy__p b { font-family: var(--font-d); font-weight: 900; font-size: 1.3rem; color: var(--vt, var(--v)); }
.pj-buy__p s { margin-left: 4px; font-size: .82rem; color: var(--muted); }
.pj-buy__p small { display: block; margin-top: 2px; font-size: .72rem; color: var(--muted); }
.pj .pj-buy__note { margin: 0; padding: 0 14px 12px 46px; font-size: .76rem; color: var(--muted); }
.pj a.pj-buy__cta { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 56px; border-radius: 999px; background: #fff; color: var(--vt, var(--v)); font-family: var(--font-d); font-weight: 800; font-size: 1.05rem; letter-spacing: .05em; text-transform: uppercase; transition: transform .2s var(--ease), box-shadow .2s, opacity .2s; }
.pj a.pj-buy__cta:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0, 0, 0, .18); }
.pj a.pj-buy__cta.is-busy { opacity: .7; pointer-events: none; }
.pj-buy__cta svg { width: 20px; height: 20px; }
.pj .pj-buy__foot { margin: 10px 0 0; text-align: center; font-size: .88rem; font-weight: 700; color: var(--ink-on-v); }
.pj .pj-buy__cod { margin: 4px 0 0; text-align: center; font-size: .76rem; color: var(--ink-on-v); }
.pj .pj-buy__alt { margin: 8px 0 0; text-align: center; font-size: .84rem; }
.pj .pj-buy__alt a { font-weight: 800; color: var(--ink-on-v); text-decoration: underline; text-underline-offset: 3px; }
.pj-buy .added_to_cart { display: none; }
@media (min-width: 861px) {
	.pj-grid--single .pj-buy { padding: clamp(28px, 3.4vw, 44px); }
	.pj-grid--single .pj-buy h3.pj-buy__title { font-size: 1.9rem; }
}

/* TV reviews */
.pj-tv h2 { display: block; margin: 0 auto clamp(18px, 2.4vw, 30px); }
.pj-tv__frame { position: relative; max-width: 760px; margin: 0 auto; background: var(--brand-100); border: 4px solid var(--ink); border-radius: 36px; padding: 22px 22px 18px; box-shadow: 8px 8px 0 var(--ink); }
.pj-tv__screen { position: relative; aspect-ratio: 16 / 9; border: 4px solid var(--ink); border-radius: 22px; overflow: hidden; background: var(--ink); }
.pj-tv__video { width: 100%; height: 100%; object-fit: cover; }
.pj-tv__play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 76px; height: 76px; border-radius: 50%; background: #fff; color: var(--coral); border: 4px solid var(--ink); font-size: 1.6rem; display: grid; place-items: center; box-shadow: 4px 4px 0 var(--ink); }
.pj-tv__play.is-playing { opacity: 0; pointer-events: none; }
.pj-tv__name { position: absolute; left: 16px; bottom: 12px; margin: 0; background: #fff; color: var(--ink); padding: 4px 12px; border-radius: 999px; font-weight: 800; font-size: .8rem; }
.pj-tv__static { height: 100%; display: grid; place-items: center; text-align: center; padding: 24px; color: #fff; background: repeating-linear-gradient(0deg, rgba(255, 255, 255, .06) 0 2px, transparent 2px 5px), var(--ink); }
.pj-tv__static p { margin: 0; font-size: 1.05rem; }
.pj-tv__panel { display: flex; align-items: center; gap: 10px; padding-top: 14px; }
.pj-tv__knob { width: 34px; height: 34px; border-radius: 50%; border: 4px solid var(--ink); background: repeating-linear-gradient(45deg, var(--ink) 0 4px, #fff 4px 8px); }
.pj-tv__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ink); }
.pj-tv__speaker { margin-left: auto; width: 70px; height: 26px; border-radius: 6px; background: repeating-linear-gradient(90deg, var(--ink) 0 3px, transparent 3px 8px); }
.pj-tv__star { position: absolute; left: -34px; bottom: 40px; width: 70px; height: 70px; color: var(--yellow); }
.pj-tv__thumbs { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 24px; }
.pj-tv__thumbs button { width: 120px; border: 3px solid transparent; border-radius: 14px; overflow: hidden; background: #fff; color: var(--ink); padding: 0; font-weight: 800; font-size: .75rem; }
.pj-tv__thumbs button[aria-current="true"] { border-color: var(--yellow); }
.pj-tv__thumbs img { aspect-ratio: 4 / 3; object-fit: cover; }
.pj-tv__thumbs span { display: block; padding: 6px 8px; }
.pj-reviews__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); gap: var(--gap); margin-top: 40px; }
.pj-review { margin: 0; background: #fff; color: var(--ink); border-radius: var(--r); padding: 24px; }
.pj-stars { display: flex; gap: 2px; color: var(--yellow); margin-bottom: 10px; }
.pj-stars svg { width: 18px; height: 18px; }
.pj-review footer { font-size: .82rem; font-weight: 800; color: var(--coral); }

/* What's inside */
.pj-inside { margin-top: clamp(28px, 4vw, 52px); }
.pj-inside__head h3 { font-family: var(--font-d); font-size: clamp(1.25rem, 2.4vw, 1.8rem); color: #fff; }
.pj-inside__head p { opacity: .92; font-size: .96rem; margin: 6px 0 16px; max-width: 62ch; }
.pj-inside__tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.pj-inside__tab { border: 2px solid rgba(255, 255, 255, .5); background: transparent; color: #fff; border-radius: 999px; padding: 9px 16px; font-weight: 800; font-size: .82rem; cursor: pointer; transition: background .2s var(--ease), color .2s var(--ease); }
.pj-inside__tab:hover { background: rgba(255, 255, 255, .18); }
.pj-inside__tab.is-on { background: #fff; color: var(--ink); border-color: #fff; }
.pj-inside__panel { background: #fff; color: var(--ink); border-radius: var(--r); padding: clamp(18px, 2.4vw, 26px); display: grid; gap: 12px; }
.pj-inside__good { font-weight: 800; font-size: 1rem; margin: 0; color: var(--ink); }
.pj-inside__made { display: flex; flex-wrap: wrap; gap: 8px; }
.pj-inside__made li { background: var(--grey); border-radius: 999px; padding: 7px 13px; font-size: .84rem; font-weight: 700; }
.pj .pj-inside__more { font-weight: 800; font-size: .8rem; color: var(--coral); justify-self: start; }
@media (max-width: 640px) { .pj-inside__tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; } .pj-inside__tab { flex: none; } }

/* Why */
.pj-why__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(28px, 5vw, 80px); align-items: center; }
.pj-why__copy p { opacity: .92; font-size: 1.1rem; margin-bottom: 24px; }
.pj-why__stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: clamp(24px, 3vw, 40px); }
.pj-why__stats li { background: rgba(0, 0, 0, .14); border-radius: 14px; padding: 14px 16px; display: grid; }
.pj-why__stats strong { font-family: var(--font-d); font-size: 2rem; line-height: 1; }
.pj-why__stats span { font-size: .82rem; opacity: .9; }
.pj-why__list { display: grid; gap: 14px; }
.pj-why__list li { display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px; border-radius: 14px; background: rgba(0, 0, 0, .12); font-weight: 700; }
.pj-why__list .pj-doodle { width: 28px; height: 28px; flex: none; }
.pj-why__list .is-no { text-decoration: line-through; opacity: .85; }
.pj-why__list .is-no .pj-doodle { color: rgba(255, 255, 255, .75); }
.pj-why__list .is-yes { background: #fff; color: var(--ink); }
.pj-why__list .is-yes .pj-doodle { color: var(--green); }
@media (max-width: 800px) { .pj-why__grid { grid-template-columns: 1fr; } }

/* Marquee */
.pj-marquee { background: var(--yellow); color: var(--ink); overflow: hidden; }
.pj-marquee__track { display: flex; gap: 32px; align-items: center; white-space: nowrap; padding: 16px 0; width: max-content; font-family: var(--font-d); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: 1.1rem; animation: pj-marquee 24s linear infinite; }
.pj-marquee__track i { font-style: normal; color: var(--coral); }
@keyframes pj-marquee { to { transform: translateX(-33.333%); } }

/* Routine */
.pj-routine__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr)); gap: var(--gap); }
.pj-routine__tile { margin: 0; border-radius: var(--r); overflow: hidden; background: var(--v); color: var(--ink-on-v); }
.pj-routine__tile img { aspect-ratio: 1; object-fit: cover; width: 100%; background: var(--vtint, #fff); }
.pj-routine__tile figcaption { padding: 18px 20px; display: grid; gap: 2px; }
.pj-routine__tile strong { font-family: var(--font-d); font-size: 1.15rem; }
.pj-routine__tile span { font-size: .9rem; opacity: .9; }

/* Stock up carousel */
.pj-stock__head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.pj-stock__head h2 { margin-bottom: 0; }
.pj-stock__nav { display: flex; gap: 8px; }
.pj-stock__nav button { width: 46px; height: 46px; border-radius: 50%; border: 0; background: var(--accent-citrus); color: #fff; font-weight: 800; }
.pj-stock__track { display: flex; gap: var(--gap); overflow-x: auto; /* scroll-snap-type: x mandatory; */ padding: 4px var(--gut) 28px; scrollbar-width: none; }
.pj-stock__track::-webkit-scrollbar { display: none; }
.pj-stock__card { flex: 0 0 min(78vw, 280px); scroll-snap-align: start; border-radius: var(--r); padding: 16px; background: #fff; }
.pj-stock__card img { border-radius: 12px; background: var(--vs); margin-bottom: 14px; }
.pj-stock__card h3 { font-size: 1.05rem; color: var(--v); }
.pj-stock__card small { color: var(--muted); font-weight: 600; }
.pj-stock__row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.pj-stock__card .pj-btn--card { background: var(--v); color: var(--ink-on-v); border-color: var(--v); }

/* FAQ */
.pj-faq-sec h2 { display: block; margin: 0 auto 22px; color: var(--accent-citrus); }
.pj-faq-split { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.pj-faq-split__media { position: sticky; top: 96px; display: grid; gap: 12px; }
.pj-founder { position: relative; aspect-ratio: 4 / 5; border-radius: 20px; overflow: hidden; background: var(--vs, var(--peach)); box-shadow: 0 18px 40px rgba(0, 0, 0, .14); }
.pj-founder__video { width: 100%; height: 100%; object-fit: cover; }
.pj-founder__play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 74px; height: 74px; border-radius: 50%; border: 0; background: #fff; color: var(--coral); font-size: 1.5rem; display: grid; place-items: center; box-shadow: 0 10px 24px rgba(0, 0, 0, .25); transition: transform .25s var(--ease); }
.pj-founder__play:hover { transform: translate(-50%, -50%) scale(1.06); }
.pj-founder__play.is-playing { opacity: 0; pointer-events: none; }
.pj-founder__cap { margin: 0; display: grid; gap: 2px; }
.pj-founder__cap strong { font-family: var(--font-d); font-size: 1.05rem; }
.pj-founder__cap span { font-size: .88rem; color: var(--muted); }
/* Founder card (FAQ section) + founder page */
.pj-founder-card { display: grid; gap: 14px; text-decoration: none; }
.pj-founder-card__photo { position: relative; display: block; aspect-ratio: 4 / 5; border-radius: 20px; overflow: hidden; background: var(--peach); box-shadow: 0 18px 40px rgba(0, 0, 0, .14); }
.pj-founder-card__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; transition: transform .6s var(--ease); }
.pj-founder-card:hover .pj-founder-card__photo img { transform: scale(1.04); }
.pj-founder-card__star { position: absolute; right: -16px; top: -14px; width: 56px; height: 56px; color: var(--yellow); filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .22)); }
.pj-founder-card__cap { display: grid; gap: 2px; }
.pj-founder-card__cap strong { font-family: var(--font-d); font-weight: 800; font-size: 1.45rem; letter-spacing: -.02em; color: var(--ink); }
.pj-founder-card__cap > span { font-size: .9rem; color: var(--muted); }
.pj-founder-card__cap em { font-style: normal; display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; font-family: var(--font-d); font-weight: 800; font-size: .84rem; color: var(--accent-citrus); }
.pj-founder-card__cap em svg { width: 15px; height: 15px; }
.pj-founder-card:hover .pj-founder-card__cap em svg { transform: translateX(3px); transition: transform .25s var(--ease); }
.pj-founder-hero { padding-block: clamp(24px, 4vw, 48px) var(--sec); }
.pj-founder-hero__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.pj-founder-hero__photo { position: relative; border-radius: 24px; overflow: hidden; background: var(--peach); box-shadow: 0 22px 50px rgba(0, 0, 0, .16); }
.pj-founder-hero__photo img { width: 100%; height: auto; display: block; }
.pj-founder-hero__star { position: absolute; right: -18px; top: -16px; width: 62px; height: 62px; color: var(--yellow); }
.pj-founder-hero__copy h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); color: var(--coral); margin-bottom: 6px; }
.pj-founder-hero__role { font-family: var(--font-d); font-weight: 800; color: var(--muted); margin-bottom: 20px; }
.pj-founder-hero__copy p { color: var(--ink); }
.pj-press__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); gap: var(--gap); }
.pj-press__card { background: var(--cream); border-radius: var(--r); padding: 24px; display: grid; gap: 8px; align-content: start; }
.pj-press__pub { display: flex; flex-wrap: wrap; gap: 8px; align-items: baseline; font-family: var(--font-d); font-weight: 800; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--coral); margin: 0; }
.pj-press__pub span { font-size: .72rem; letter-spacing: .04em; text-transform: none; color: var(--muted); font-weight: 700; }
.pj-press__card h3 { font-size: 1.1rem; margin: 0; }
.pj-press__card p { margin: 0; color: var(--muted); font-size: .95rem; }
.pj-press__empty { background: var(--cream); border-radius: var(--r); padding: 32px; text-align: center; }
.pj-press__empty p { margin: 0 0 6px; color: var(--muted); }
.pj-press__empty strong { color: var(--ink); }
@media (max-width: 900px) {
	.pj-founder-hero__grid { grid-template-columns: 1fr; gap: 24px; }
	.pj-founder-card__cap strong { font-size: 1.25rem; }
}
.pj-founder--empty { display: grid; place-items: center; text-align: center; padding: 24px; background: var(--peach); }
.pj-founder--empty p { margin: 0; display: grid; gap: 4px; }
.pj-founder--empty strong { font-family: var(--font-d); font-size: 1.15rem; color: var(--coral); }
.pj-founder--empty span { font-size: .9rem; color: var(--muted); }
.pj-founder__star { width: 46px; height: 46px; color: var(--yellow); margin-bottom: 14px; }
@media (max-width: 900px) {
	.pj-faq-split { grid-template-columns: 1fr; gap: 24px; }
	.pj-faq-split__media { position: static; }
	.pj-founder { aspect-ratio: 16 / 10; }
	.pj-founder__play { width: 60px; height: 60px; font-size: 1.2rem; }
}
.pj-faq { display: grid; gap: 12px; }
.pj-faq__item { border-radius: 14px; padding: 0 20px; background: var(--sand-50); }
.pj-faq__item summary { list-style: none; cursor: pointer; padding: 18px 40px 18px 0; font-weight: 800; font-family: var(--font-d); position: relative; color: var(--ink); }
.pj-faq__item summary::-webkit-details-marker { display: none; }
.pj-faq__item summary span { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 26px; height: 26px; border-radius: 50%; background: var(--accent-citrus); color: #fff; display: grid; place-items: center; font-weight: 800; transition: transform .25s; }
.pj-faq__item[open] summary span { transform: translateY(-50%) rotate(45deg); }
.pj-faq__item p { padding-bottom: 18px; color: var(--muted); }

/* Product page */
.pj-crumb { font-size: .82rem; color: var(--muted); padding: 22px 0; }
.pj-crumb a { font-weight: 700; color: var(--coral); }
.pj-product__top { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: start; padding-bottom: 56px; }
.pj-gallery { position: sticky; top: 88px; }
.pj-gallery__main { border-radius: var(--r); background: var(--vs); overflow: hidden; aspect-ratio: 1; padding: 6%; }
.pj-gallery__main img { width: 100%; height: 100%; object-fit: contain; }
.pj-gallery__thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.pj-gallery__thumbs button { width: 68px; height: 68px; padding: 0; border: 3px solid transparent; border-radius: 12px; overflow: hidden; background: var(--vs); opacity: .6; }
.pj-gallery__thumbs button[aria-current="true"], .pj-gallery__thumbs button:hover { border-color: var(--vt, var(--v)); opacity: 1; }
.pj-summary h1 { font-size: clamp(2rem, 4vw, 3rem); color: var(--vt, var(--v)); }
.pj-summary h1 span { display: block; font-size: 1rem; font-weight: 700; color: var(--muted); letter-spacing: 0; margin-top: 8px; font-family: var(--font-b); }
.pj-price--lg { font-size: 1.9rem; margin: 12px 0 18px; color: var(--ink); }
.pj-price--lg small { font-family: var(--font-b); font-weight: 600; font-size: .74rem; color: var(--muted); width: 100%; }
.pj-summary__desc { color: var(--muted); font-size: 1.05rem; }
.pj-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 28px; }
.pj-chips li { font-size: .74rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 7px 13px; border-radius: 999px; background: var(--vs); color: var(--vt, var(--v)); }
.pj-chips--soft li { background: var(--peach); color: var(--vt, var(--coral)); }
.pj-cartform { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin: 0 0 28px; }
.pj-cartform .single_add_to_cart_button { background: var(--v); border-color: var(--v); color: var(--ink-on-v); }
.pj-qty { display: inline-flex; align-items: center; border: 2px solid var(--v); border-radius: 999px; overflow: hidden; background: #fff; }
.pj-qty button { width: 44px; height: 50px; border: 0; background: #fff; color: var(--vt, var(--v)); font-size: 1.3rem; font-weight: 800; }
.pj-qty .qty { width: 56px; text-align: center; border: 0; font-weight: 800; font-size: 1rem; -moz-appearance: textfield; }
.pj-qty .qty::-webkit-inner-spin-button, .pj-qty .qty::-webkit-outer-spin-button { -webkit-appearance: none; }
.pj-reassure { display: grid; gap: 12px; padding-top: 24px; border-top: 2px solid var(--peach); font-size: .92rem; color: var(--muted); }
.pj-reassure li { display: flex; gap: 10px; align-items: center; }
.pj-reassure svg { width: 20px; height: 20px; color: var(--green); flex: none; }
.pj-jump { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 36px; }
.pj-jump a { padding: 9px 14px; border: 2px solid var(--vt, var(--v)); color: var(--vt, var(--v)); border-radius: 999px; font-family: var(--font-d); font-weight: 800; font-size: .8rem; }
.pj-jump a:hover { background: var(--v); color: var(--ink-on-v); }
.pj-product__details { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 64px); align-items: start; }
.pj-product__col { display: grid; gap: 32px; }
.pj-product__col h2 { font-size: 1.5rem; color: var(--vt, var(--v)); }
.pj-product__col h3 { font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-top: 1.4em; }
.pj-product__col p { color: var(--muted); }
.pj-product__faq, .pj-product__reviews { margin-top: 56px; }
.pj-product__faq h2 { color: var(--vt, var(--v)); }
.pj-facts { border-radius: var(--r); overflow: hidden; background: #fff; border: 3px solid var(--v); }
.pj-facts__head { background: var(--v); color: var(--ink-on-v); padding: 16px 20px; display: grid; }
.pj-facts__head strong { font-family: var(--font-d); font-size: 1.4rem; }
.pj-facts__head span { font-size: .82rem; opacity: .9; }
.pj-facts__block { padding: 14px 20px; border-bottom: 1px solid var(--line); }
.pj-facts__block h4 { margin: 0 0 8px; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.pj-facts__benefits { display: flex; flex-wrap: wrap; gap: 8px; }
.pj-facts__benefits li { background: var(--vs); color: var(--vt, var(--v)); font-weight: 800; font-size: .82rem; padding: 7px 14px; border-radius: 999px; }
.pj-facts__actives { display: grid; gap: 6px; }
.pj-facts__actives li { position: relative; padding-left: 20px; font-weight: 700; font-size: .95rem; }
.pj-facts__actives li::before { content: ''; position: absolute; left: 0; top: .45em; width: 9px; height: 9px; border-radius: 50%; background: var(--v); }
.pj-facts__marks { display: grid; gap: 5px; color: var(--muted); font-size: .85rem; }
.pj-facts__full { padding: 0 20px 14px; }
.pj-facts__full summary { cursor: pointer; padding: 12px 0; font-weight: 800; font-size: .82rem; color: var(--vt, var(--v)); list-style: none; }
.pj-facts__full summary::-webkit-details-marker { display: none; }
.pj-facts__full summary::after { content: ' +'; }
.pj-facts__full[open] summary::after { content: ' "12'; }
.pj-facts table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.pj-facts th, .pj-facts td { text-align: left; padding: 9px 20px; border-bottom: 1px solid var(--line); vertical-align: top; }
.pj-facts th { font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.pj-facts td:nth-child(2), .pj-facts th:nth-child(2), .pj-facts td:nth-child(3), .pj-facts th:nth-child(3) { text-align: right; white-space: nowrap; }
.pj-facts__gap td { padding: 0; height: 8px; background: var(--vs); border: 0; }
.pj-facts__active td { font-weight: 800; }
.pj-facts__note { padding: 10px 20px 16px; font-size: .74rem; color: var(--muted); margin: 0; }
@media (max-width: 860px) { .pj-product__top, .pj-product__details { grid-template-columns: 1fr; } .pj-gallery { position: static; } }

/* WooCommerce bits inside our templates */
.pj .woocommerce-message, .pj .woocommerce-error, .pj .woocommerce-info { list-style: none; border-radius: 12px; padding: 12px 16px; margin: 0 0 20px; background: var(--peach); color: var(--ink); font-weight: 700; display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; border-left: 5px solid var(--coral); }
.pj .woocommerce-message .button { padding: 8px 14px; border-radius: 999px; background: var(--coral); color: #fff; font-weight: 800; font-size: .8rem; }
.pj .added_to_cart { display: none; }
.pj .pj-product__reviews h2 { font-size: 1.5rem; color: var(--vt, var(--v)); }
.pj .commentlist { display: grid; gap: 12px; margin: 16px 0; }
.pj .commentlist .comment_container { display: grid; grid-template-columns: 44px 1fr; gap: 14px; background: var(--peach); border-radius: 12px; padding: 16px; }
.pj .commentlist .avatar { border-radius: 50%; }
.pj .star-rating { position: relative; display: inline-block; width: 5.4em; height: 1em; line-height: 1; overflow: hidden; color: var(--accent-amber-deep); font-size: .9em; }
.pj .star-rating::before { content: '\2606\2606\2606\2606\2606'; position: absolute; top: 0; left: 0; letter-spacing: .1em; opacity: .4; }
.pj .star-rating span { position: absolute; top: 0; left: 0; overflow: hidden; padding-top: 1.5em; }
.pj .star-rating span::before { content: '\2605\2605\2605\2605\2605'; position: absolute; top: 0; left: 0; letter-spacing: .1em; }
.pj #review_form_wrapper { background: var(--peach); border-radius: var(--r); padding: 24px; }
.pj .comment-form { display: grid; gap: 12px; }
.pj .comment-form input[type="text"], .pj .comment-form input[type="email"], .pj .comment-form textarea { width: 100%; padding: 12px 14px; border: 2px solid #fff; border-radius: 10px; font: inherit; }
.pj .comment-form .submit { padding: 12px 22px; border-radius: 999px; border: 0; background: var(--coral); color: #fff; font-weight: 800; }
.pj .comment-form-rating .stars a { color: var(--accent-amber-deep); }

/* Footer: deepest step of the ladder, so it closes the page */
.pj-footer { background: var(--footer-bg, var(--brand-900)); color: #fff; padding: clamp(48px, 6vw, 80px) 0 28px; }
.pj-footer .pj-logo__purna { color: #fff; }
.pj-footer .pj-logo__jr { background: none; -webkit-text-fill-color: #fff; color: #fff; }
.pj-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 36px; }
.pj-footer h2 { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: #fff; margin-bottom: 14px; }
.pj-footer nav a, .pj-footer div > a { display: block; font-weight: 700; padding: 4px 0; }
.pj-footer nav a:hover { text-decoration: underline; }
.pj-footer p { opacity: 1; }
.pj-social { display: flex; gap: 16px; margin-top: 10px; }
.pj-footer__legal { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .3); display: grid; gap: 6px; }
.pj-footer__legal p { margin: 0; opacity: 1; font-size: .9rem; }
/* Below the desktop layout the brand block and contact span the full width,
   so the two link lists sit side by side: Junior on the left, Purna Gummies on the right. */
@media (max-width: 800px) {
	.pj-footer__grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
	.pj-footer__grid > *:first-child, .pj-footer__grid > *:last-child { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) { .pj *, .pj *::before, .pj *::after { transition-duration: .001s !important; animation: none !important; } .pj-doodle path[pathLength] { stroke-dashoffset: 0; } }
