/* ==========================================================================
   NPG PRO — cattle feed. Navy + gold, drawn from the logo.

   Type: Anek (Ek Type) carries Latin, Devanagari and Gurmukhi from one
   variable superfamily, so English, Hindi and Punjabi share a skeleton and a
   weight/width axis. IBM Plex Mono sets the small eyebrow labels — Latin
   only, so Indic falls back to Anek without the wide tracking that would
   break conjuncts.
   ========================================================================== */

:root {
	--navy:       #16304F;
	--navy-deep:  #0E2140;
	--navy-lift:  #26456E;
	--gold:       #D0A75C;
	--gold-brt:   #DCB670;
	--gold-deep:  #A8813A;
	--paper:      #F8F1E5;
	--husk:       #EFE3CE;
	--white:      #FFFFFF;
	--body:       #4C5B73;
	--muted:      #8B7A55;
	--line:       #E4D8C2;
	--line-soft:  rgba(22, 48, 79, .10);
	--ok:         #2E6B44;
	--bad:        #B4342B;

	--ff:      'Anek Latin', system-ui, -apple-system, sans-serif;
	--ff-mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace;

	--wrap: 1240px;
	--gut: 20px;
	--r-pill: 999px;
	--r-lg: 22px;
	--r-md: 16px;
	--r-sm: 10px;

	--t: 180ms cubic-bezier(.2, .7, .3, 1);
}

@media (min-width: 900px) { :root { --gut: 40px; } }

/* Devanagari and Gurmukhi from the same superfamily. */
.npg-lang-hi { --ff: 'Anek Devanagari', system-ui, sans-serif; }
.npg-lang-pa { --ff: 'Anek Gurmukhi', system-ui, sans-serif; }

/* --- reset ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
	margin: 0;
	background: var(--paper);
	color: var(--body);
	font-family: var(--ff);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

img, svg, video { max-width: 100%; }
img { height: auto; display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--gold-deep); }

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
	outline: 3px solid var(--gold);
	outline-offset: 2px;
	border-radius: 4px;
}

/* --- type ----------------------------------------------------------------- */
h1, h2, h3, h4 {
	font-family: var(--ff);
	color: var(--navy);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -.025em;
	margin: 0 0 .5em;
	text-wrap: balance;
}
h1 { font-size: clamp(38px, 5.6vw, 68px); }
h2 { font-size: clamp(28px, 3.4vw, 40px); }
h3 { font-size: clamp(19px, 1.1rem + .5vw, 24px); line-height: 1.2; letter-spacing: -.02em; }
h4 { font-size: 17px; font-weight: 700; line-height: 1.3; letter-spacing: -.01em; }
p { margin: 0 0 1.1em; max-width: 68ch; }
p:last-child { margin-bottom: 0; }

/* Devanagari and Gurmukhi hang marks above and below the line: more leading,
   no negative tracking. */
.npg-indic { line-height: 1.75; }
.npg-indic h1, .npg-indic h2, .npg-indic h3, .npg-indic h4 {
	line-height: 1.32;
	letter-spacing: 0;
	font-weight: 700;
}
.npg-indic p { max-width: 60ch; }

.npg-lead { font-size: 17.5px; line-height: 1.6; color: var(--body); }
.npg-indic .npg-lead { line-height: 1.8; }

/* --- eyebrow -------------------------------------------------------------- */
/* The small monospaced label above a heading. Uppercase and wide tracking
   suit Latin only, so Indic keeps the text face and normal spacing. */
.npg-eyebrow {
	display: block;
	font-family: var(--ff-mono);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--muted);
	margin: 0 0 .9rem;
}
.npg-indic .npg-eyebrow {
	font-family: var(--ff);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .02em;
	text-transform: none;
}
.npg-sec--navy .npg-eyebrow, .npg-hero .npg-eyebrow, .npg-foot .npg-eyebrow { color: var(--gold); }

/* --- layout --------------------------------------------------------------- */
.npg-wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }
.npg-sec { padding-block: clamp(2.5rem, 4.5vw, 4rem); }
.npg-sec--tight { padding-block: clamp(1.75rem, 3vw, 2.5rem); }
.npg-sec--husk { background: var(--husk); }
.npg-sec--navy {
	background: url(../img/npg-section-farm.jpg) center / cover no-repeat, var(--navy);
	color: #B9C9DA;
}
.npg-sec--navy h2, .npg-sec--navy h3, .npg-sec--navy h4 { color: var(--white); }

.npg-sec__head { max-width: 46rem; margin-bottom: clamp(1.25rem, 2.5vw, 2rem); }
.npg-sec__head p { color: var(--body); }
.npg-sec--navy .npg-sec__head p { color: #A9BCD0; }
.npg-sec__head h2 { margin-bottom: .3em; }

/* Eyebrow sitting on the heading's baseline rather than above it. */
.npg-sec__head--inline { display: flex; align-items: baseline; flex-wrap: wrap; gap: .4rem 1.1rem; max-width: none; }
.npg-sec__head--inline h2 { margin-bottom: 0; }
.npg-sec__head--inline .npg-eyebrow { margin: 0; }

/* Heading on the left, an action on the right. */
.npg-sec__head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; max-width: none; flex-wrap: wrap; }
.npg-sec__head--row h2 { margin-bottom: 0; }

/* The gold rule the old design used is replaced by the eyebrow label. */
.npg-rule { display: none; }

/* --- buttons -------------------------------------------------------------- */
.npg-btn {
	display: inline-flex; align-items: center; gap: .5em;
	padding: .8em 1.5em;
	font-family: var(--ff); font-weight: 600; font-size: 15px;
	line-height: 1;
	border: 1px solid transparent; border-radius: var(--r-pill);
	cursor: pointer; text-decoration: none;
	transition: background var(--t), color var(--t), border-color var(--t), transform var(--t);
}
.npg-btn:active { transform: translateY(1px); }

.npg-btn--gold { background: var(--gold); color: var(--navy); border-color: var(--gold); font-weight: 700; }
.npg-btn--gold:hover { background: var(--gold-brt); border-color: var(--gold-brt); color: var(--navy); }

.npg-btn--navy { background: var(--navy); color: var(--white); border-color: var(--navy); }
.npg-btn--navy:hover { background: var(--navy-deep); border-color: var(--navy-deep); color: var(--white); }

.npg-btn--ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.npg-btn--ghost:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }

.npg-btn--ghost-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,.32); }
.npg-btn--ghost-light:hover { background: var(--white); color: var(--navy); border-color: var(--white); }

.npg-btn--sm { padding: .62em 1.15em; font-size: 13.5px; }
.npg-btns { display: flex; flex-wrap: wrap; gap: .7rem; }

.npg-link {
	display: inline-flex; align-items: center; gap: .4em;
	font-weight: 600; font-size: 14.5px;
	color: var(--navy); text-decoration: none;
	border-bottom: 1px solid var(--gold); padding-bottom: 3px;
}
.npg-link:hover { color: var(--gold-deep); border-bottom-color: var(--gold-deep); }
.npg-sec--navy .npg-link { color: var(--white); }
.npg-sec--navy .npg-link:hover { color: var(--gold-brt); }
.npg-cat--lead .npg-link { color: var(--gold); }
.npg-cat--lead .npg-link:hover { color: var(--gold-brt); border-bottom-color: var(--gold-brt); }

/* --- header --------------------------------------------------------------- */
.npg-skip {
	position: absolute; left: -9999px; top: 0; z-index: 200;
	background: var(--gold); color: var(--navy); padding: .8em 1.2em; font-weight: 700;
}
.npg-skip:focus { left: 0; }

.npg-head {
	position: sticky; top: 0; z-index: 100;
	background: var(--white);
	border-bottom: 1px solid var(--line);
}
.npg-head__bar { display: flex; align-items: center; gap: 1rem; min-height: 68px; }

.npg-brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; margin-right: auto; }
/* The mark sits on its own light tile, as in the supplied design. */
.npg-brand__mark {
	display: grid; place-items: center; flex: none;
	width: 46px; height: 46px; padding: 7px;
	background: #FCF7EE; border-radius: 12px;
}
.npg-brand__mark img { width: 100%; height: auto; }
.npg-brand__txt { display: none; }
@media (min-width: 380px) {
	.npg-brand__txt { display: block; line-height: 1.25; min-width: 0; }
	.npg-brand__name, .npg-brand__sub { display: block; }
	/* The tagline is long; it only earns its place once there is room. */
	.npg-brand__sub { display: none; }
	.npg-brand__name { font-weight: 700; font-size: 14px; color: var(--navy); letter-spacing: -.01em; white-space: nowrap; }
	@media (min-width: 600px) { .npg-brand__name { font-size: 15.5px; } }
	.npg-brand__sub {
		font-family: var(--ff-mono); font-size: 9.5px; letter-spacing: .1em;
		text-transform: uppercase; color: var(--gold-deep); font-weight: 500; margin-top: 2px;
	}
	.npg-indic .npg-brand__sub { font-family: var(--ff); font-size: 11px; letter-spacing: 0; text-transform: none; }
}
@media (min-width: 860px) { .npg-brand__sub { display: block; } }

.npg-nav { display: none; }
@media (min-width: 1024px) {
	.npg-head__bar { display: grid; grid-template-columns: 1fr auto 1fr; }
	.npg-brand { margin-right: 0; }
	.npg-nav { display: block; justify-self: center; }
	.npg-head__act { justify-self: end; }
	.npg-nav ul { display: flex; gap: 1.6rem; list-style: none; margin: 0; padding: 0; }
	.npg-nav a {
		font-weight: 500; font-size: 14.5px;
		color: var(--body); text-decoration: none; padding: .3em 0;
		border-bottom: 2px solid transparent; display: block;
	}
	.npg-nav a:hover { color: var(--navy); }
	.npg-nav .current-menu-item > a,
	.npg-nav .current_page_item > a,
	.npg-nav .npg-current > a { color: var(--navy); font-weight: 600; border-bottom-color: var(--gold); }
}

.npg-head__act { display: flex; align-items: center; gap: .6rem; }
.npg-head__cta { display: none; font-size: 14px; padding: .72em 1.3em; }
@media (min-width: 700px) { .npg-head__cta { display: inline-flex; } }

/* language switch — a single pill holding the three codes */
.npg-lang { display: flex; background: var(--husk); border-radius: var(--r-pill); padding: 3px; }
.npg-lang a {
	padding: 5px 11px; font-size: 11.5px; font-weight: 600;
	text-decoration: none; color: var(--muted); border-radius: var(--r-pill);
	font-family: var(--ff-mono); line-height: 1.3; letter-spacing: .04em;
}
.npg-lang a.is-on { background: var(--navy); color: var(--white); }
.npg-lang a:hover:not(.is-on) { color: var(--navy); }

/* mobile drawer */
.npg-burger {
	display: inline-flex; align-items: center; justify-content: center;
	width: 42px; height: 42px; background: var(--navy); color: var(--white);
	border: 0; border-radius: var(--r-pill); cursor: pointer;
}
@media (min-width: 1024px) { .npg-burger { display: none; } }

.npg-drawer {
	position: fixed; inset: 0; z-index: 150;
	background: var(--navy); color: var(--white);
	padding: 1.25rem var(--gut) 2rem;
	overflow-y: auto;
	display: flex; flex-direction: column;
}
.npg-drawer[hidden] { display: none; }
.npg-drawer__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
.npg-drawer__top img { height: 40px; width: auto; }
.npg-drawer__top-act { display: flex; align-items: center; gap: .6rem; }
.npg-drawer ul { list-style: none; margin: 0 0 1.75rem; padding: 0; }
.npg-drawer li + li { border-top: 1px solid rgba(255,255,255,.14); }
/* Scoped to the menu list: this was catching the action buttons too and
   stripping their horizontal padding, so their labels spilled out. */
.npg-drawer ul a {
	display: block; padding: .9em 0; color: var(--white); text-decoration: none;
	font-weight: 600; font-size: 1.15rem; letter-spacing: -.01em;
}
.npg-drawer ul a:hover { color: var(--gold); }
.npg-drawer__close {
	background: transparent; border: 1px solid rgba(255,255,255,.32); color: var(--white);
	width: 42px; height: 42px; border-radius: var(--r-pill); cursor: pointer;
	display: inline-flex; align-items: center; justify-content: center;
}
.npg-drawer .npg-btns { display: grid; gap: .65rem; }
.npg-drawer .npg-btn { justify-content: center; width: 100%; padding-block: .95em; font-size: 15.5px; }
.npg-drawer .npg-lang { background: rgba(255,255,255,.1); }
.npg-drawer .npg-lang a { color: #B9C9DA; }
.npg-drawer .npg-lang a.is-on { background: var(--gold); color: var(--navy); }
.npg-drawer__foot { margin-top: auto; padding-top: 1.6rem; border-top: 1px solid rgba(255,255,255,.14); display: grid; gap: .5rem; }
.npg-drawer__foot a { color: var(--white); text-decoration: none; font-weight: 600; font-size: 15px; }
.npg-drawer__foot a:hover { color: var(--gold); }
.npg-drawer__foot .npg-eyebrow { margin: 0 0 .3rem; color: var(--gold); }

/* --- hero ----------------------------------------------------------------- */
.npg-hero {
	position: relative; overflow: hidden; background: #0F3255; color: #B9C9DA;
	display: flex; align-items: center;
	min-height: calc(100vh - 69px);
}
.npg-hero__grid {
	display: flex; flex-direction: column; gap: clamp(2rem, 5vw, 3.5rem);
	padding-block: clamp(1.75rem, 3vw, 3rem);
}
@media (min-width: 1024px) {
	.npg-hero__grid { flex-direction: row; align-items: center; gap: 1.1rem; }
	/* z-index keeps the headline readable if the enlarged image's paint
	   crosses into the text column below — its layout box (and therefore
	   its position, width and line breaks) never moves either way. */
	.npg-hero__text { flex: 1 1 0%; min-width: 0; position: relative; z-index: 2; }
	.npg-hero__art { flex: 0 0 44%; z-index: 1; }
}

/* the outlined pill above the headline */
.npg-hero .npg-eyebrow {
	display: inline-block;
	border: 1px solid rgba(208,167,92,.5); border-radius: var(--r-pill);
	padding: 7px 16px; margin-bottom: 1.6rem; color: var(--gold);
}

.npg-hero h1 { color: var(--white); margin-bottom: .4em; letter-spacing: -.03em; }
@media (min-width: 1024px) {
	.npg-hero h1 { font-size: clamp(36px, 3.4vw, 45px); }
}
.npg-hero__h1-l2 { display: inline-block; }
@media (min-width: 1024px) {
	.npg-hero__h1-l2 { white-space: nowrap; }
}
.npg-hero h1 em { font-style: normal; color: var(--gold); }
.npg-hero__lead { font-size: clamp(15.5px, .95rem + .25vw, 17px); color: #A9BCD0; max-width: 42ch; margin-bottom: 2rem; }
.npg-indic .npg-hero__lead { max-width: 36ch; }

.npg-hero__call { display: flex; align-items: center; gap: .5rem; font-size: 14.5px; color: #A9BCD0; margin-top: 1.4rem; }
.npg-hero__call a { color: var(--gold); font-weight: 600; text-decoration: none; }
.npg-hero__call a:hover { text-decoration: underline; }

.npg-hero__art { position: relative; }
.npg-hero__zoom { display: block; }
.npg-hero__photo {
	display: block; margin-inline: auto;
	width: 100%; max-width: none; height: auto;
}
@media (min-width: 1024px) {
	/* Scaling lives on this inner wrapper, not .npg-hero__art itself, because
	   .npg-hero__art is a scroll-reveal target: the reveal system's own
	   opacity/transform transition also writes to `transform`, and being a
	   more specific selector it would silently win the cascade and erase
	   any scale set directly on .npg-hero__art. Scaling up (rather than
	   widening the flex column) grows only what's painted, so the text
	   column's layout box, width and line breaks never move — the text/art
	   split stops constraining how big the image can get because the
	   headline's own z-index (above) keeps it readable even where the
	   image's paint now reaches past the column boundary. */
	.npg-hero__zoom { transform: scale(1.45); transform-origin: right center; }
	.npg-hero__photo {
		width: 100%;
		margin-left: auto; margin-right: 0;
		position: relative;
		right: calc(-1 * var(--gut));
	}
}

@media (prefers-reduced-motion: no-preference) {
	.npg-hero__photo { animation: npg-rise .8s cubic-bezier(.2,.8,.3,1) both; }
}
@keyframes npg-rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

/* --- figures strip -------------------------------------------------------- */
.npg-stats { margin-top: clamp(1.5rem, 3vw, 2.25rem); padding-top: 1.35rem; }
.npg-stats__grid { display: flex; flex-wrap: nowrap; gap: 1.25rem 1.75rem; }
.npg-stat { min-width: 0; }
.npg-stat__n { font-weight: 700; font-size: clamp(20px, 1.1rem + .7vw, 26px); color: var(--white); line-height: 1.1; letter-spacing: -.02em; white-space: nowrap; }
.npg-stat__l {
	font-family: var(--ff-mono); font-size: 10.5px; letter-spacing: .1em;
	text-transform: uppercase; color: #8FA3BA; margin-top: .3rem; font-weight: 500;
}
.npg-indic .npg-stat__l { font-family: var(--ff); font-size: 12.5px; letter-spacing: 0; text-transform: none; }

/* --- split (about) -------------------------------------------------------- */
.npg-split { display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (min-width: 900px) { .npg-split { grid-template-columns: 1fr 1.1fr; } }
.npg-split--flip > :first-child { order: 2; }
@media (max-width: 899px) { .npg-split--flip > :first-child { order: 0; } }

.npg-figure { position: relative; background: var(--husk); border-radius: var(--r-lg); overflow: hidden; }
.npg-figure img { width: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.npg-figure--art { display: grid; place-items: center; padding: clamp(1.5rem, 4vw, 3rem); aspect-ratio: 4 / 3; background: var(--navy); }
.npg-figure--art .npg-bag { width: min(230px, 60%); }

.npg-figure--photo { background: var(--paper); }
.npg-figure--photo img { width: min(520px, 92%); height: auto; object-fit: contain; aspect-ratio: auto; }

.npg-marks { list-style: none; margin: 1.5rem 0 2rem; padding: 0; display: grid; gap: .75rem; }
.npg-marks li { display: flex; gap: .7rem; align-items: flex-start; font-size: 15px; }
.npg-marks .npg-i { color: var(--gold-deep); flex: none; margin-top: .28em; }
.npg-sec--navy .npg-marks .npg-i { color: var(--gold); }

/* --- product categories --------------------------------------------------- */
.npg-cats { display: grid; gap: 1.25rem; }
@media (min-width: 880px) { .npg-cats { grid-template-columns: 1fr 1fr; } }

.npg-cat { padding: clamp(1.75rem, 3vw, 2.5rem); border-radius: var(--r-lg); display: flex; flex-direction: column; position: relative; overflow: hidden; transition: box-shadow var(--t); }
.npg-cat:hover { box-shadow: 0 16px 36px rgba(22,48,79,.16); }
.npg-cat--lead { background: var(--navy); color: #B9C9DA; }
.npg-cat--lead h3 { color: var(--white); }
.npg-cat--alt { background: var(--husk); color: var(--body); }
.npg-cat p { font-size: 15px; }
.npg-cat h3 { font-size: clamp(28px, 2.4vw + 1rem, 38px); }

/* decorative swirl + breed photo bleeding off the bottom-right corner */
.npg-cat::before {
	content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
	-webkit-mask-size: 100% 100%; mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
	-webkit-mask-position: center; mask-position: center;
	background: rgba(255,255,255,.06);
}
.npg-cat--lead::before {
	-webkit-mask-image: url(../img/npg-range-swirl-milking.png); mask-image: url(../img/npg-range-swirl-milking.png);
	background: rgba(255,255,255,.16);
}
.npg-cat--alt::before {
	-webkit-mask-image: url(../img/npg-range-swirl-nonmilking.png); mask-image: url(../img/npg-range-swirl-nonmilking.png);
	background: rgba(255,255,255,.4);
}
.npg-cat__photo {
	position: absolute; z-index: 1; right: 0; bottom: 0;
	height: 54%; width: auto; max-width: none; pointer-events: none; user-select: none;
	transform-origin: bottom right; transition: transform 550ms cubic-bezier(.25, .8, .25, 1);
}
@media (prefers-reduced-motion: no-preference) {
	.npg-cat:hover .npg-cat__photo { transform: scale(1.06); }
}
.npg-cat > :not(.npg-cat__photo) { position: relative; z-index: 2; }
.npg-cat__list { list-style: none; margin: 1.3rem 0 1.6rem; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; max-width: 68%; }
.npg-cat__list a {
	display: inline-block; padding: 8px 16px; font-size: 13px; font-weight: 500;
	text-decoration: none; border-radius: var(--r-pill);
}
.npg-cat--lead .npg-cat__list a { background: rgba(255,255,255,.1); color: var(--white); }
.npg-cat--lead .npg-cat__list a:hover { background: var(--gold); color: var(--navy); }
.npg-cat--alt .npg-cat__list a { background: var(--paper); color: var(--navy); }
.npg-cat--alt .npg-cat__list a:hover { background: var(--navy); color: var(--white); }
.npg-cat .npg-btns, .npg-cat .npg-link { margin-top: auto; }
.npg-cat .npg-link { align-self: flex-start; }

/* --- product grid --------------------------------------------------------- */
.npg-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); }

.npg-card {
	display: flex; flex-direction: column;
	background: var(--white); border-radius: var(--r-md);
	overflow: hidden; transition: transform var(--t), box-shadow var(--t);
}
.npg-card:hover { box-shadow: 0 12px 30px rgba(22,48,79,.10); }
@media (prefers-reduced-motion: no-preference) { .npg-card:hover { transform: translateY(-3px); } }

.npg-card__art { background: var(--husk); display: grid; place-items: center; padding: 1.75rem 1.5rem; overflow: hidden; }
/* On a husk section the art panel would match the ground and the card would
   look like it had no top, so it flips to the lighter paper tone. */
.npg-sec--husk .npg-card__art { background: var(--paper); }
.npg-card__art .npg-bag { width: 108px; }
.npg-card__art .npg-prodimg { width: 100%; aspect-ratio: 1; object-fit: contain; }
.npg-card__art .npg-bag, .npg-card__art .npg-prodimg { transition: transform 550ms cubic-bezier(.25, .8, .25, 1); }
@media (prefers-reduced-motion: no-preference) {
	.npg-card:hover .npg-card__art .npg-bag,
	.npg-card:hover .npg-card__art .npg-prodimg { transform: scale(1.08); }
}
.npg-card__body { padding: 1.15rem 1.35rem 1.4rem; display: flex; flex-direction: column; flex: 1; }
.npg-card__body h3 { font-size: 19px; margin-bottom: .35rem; }
.npg-card__body h3 a { color: inherit; text-decoration: none; }
.npg-card__body h3 a:hover { color: var(--gold-deep); }
.npg-card__meta {
	font-family: var(--ff-mono); font-size: 11px; letter-spacing: .04em;
	color: var(--muted); margin-bottom: .55rem; font-weight: 500;
}
.npg-indic .npg-card__meta { font-family: var(--ff); font-size: 12.5px; letter-spacing: 0; }
.npg-card__body p { font-size: 14.5px; color: var(--body); margin-bottom: 1.1rem; }
.npg-card__body .npg-link { margin-top: auto; align-self: flex-start; }

/* --- benefits ------------------------------------------------------------- */
/* Numbered, divided by hairlines rather than boxed. */
.npg-bens { display: grid; gap: 0; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.npg-ben { padding: 1.5rem 1.75rem; border-top: 1px solid rgba(255,255,255,.14); counter-increment: npg-ben; position: relative; }
.npg-ben:nth-child(-n+2) { border-top: 0; }
.npg-ben + .npg-ben { border-left: 1px solid rgba(255,255,255,.14); }
@media (max-width: 639px) { .npg-ben + .npg-ben { border-left: 0; } .npg-ben:nth-child(2) { border-top: 1px solid rgba(255,255,255,.14); } }
.npg-ben::before {
	content: "0" counter(npg-ben);
	font-family: var(--ff-mono); font-size: 11px; letter-spacing: .1em;
	color: var(--gold); display: block; margin-bottom: .6rem; font-weight: 500;
}
.npg-bens { counter-reset: npg-ben; }
.npg-ben .npg-i { display: none; }
.npg-ben h3 { font-size: 17px; margin-bottom: .35rem; }
.npg-ben p { font-size: 14.5px; color: #A9BCD0; margin: 0; }
.npg-sec--navy .npg-ben p { color: #A9BCD0; }

/* --- call-to-action band -------------------------------------------------- */
/* A gold card inset in the page, not a full-bleed strip. */
.npg-band { padding-block: 0 clamp(2.25rem, 4vw, 3.5rem); background: var(--paper); }
/* After a plain section the gap is that section's own bottom padding. After a
   coloured one the padding sits inside the colour, so the card would touch
   its edge — give the band its own space in that case only. */
.npg-sec--husk + .npg-band,
.npg-sec--navy + .npg-band { padding-top: clamp(2.25rem, 4vw, 3.5rem); }
.npg-band__in {
	display: grid; gap: 1.5rem; align-items: center;
	background: var(--gold); border-radius: var(--r-lg);
	padding: clamp(1.75rem, 4vw, 2.75rem);
}
@media (min-width: 860px) { .npg-band__in { grid-template-columns: 1.6fr auto; gap: 2.5rem; } }
.npg-band h2 { color: var(--navy); margin-bottom: .3em; font-size: clamp(22px, 2.2vw, 30px); }
.npg-band p { color: #5B4620; margin: 0; font-size: 15px; }
.npg-band .npg-btn--gold { background: var(--navy); color: var(--white); border-color: var(--navy); }
.npg-band .npg-btn--gold:hover { background: var(--navy-deep); border-color: var(--navy-deep); }
.npg-band .npg-btn--ghost-light { color: var(--navy); border-color: rgba(22,48,79,.32); }
.npg-band .npg-btn--ghost-light:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }

/* --- dealer locator ------------------------------------------------------- */
.npg-find { background: var(--white); border-radius: var(--r-md); padding: 1.35rem; display: grid; gap: .85rem; margin-bottom: 1.75rem; }
@media (min-width: 760px) { .npg-find { grid-template-columns: 1fr 250px auto; align-items: end; } }
.npg-find label {
	display: block; font-family: var(--ff-mono); font-size: 10.5px; letter-spacing: .1em;
	text-transform: uppercase; color: var(--muted); margin-bottom: .45rem; font-weight: 500;
}
.npg-indic .npg-find label { font-family: var(--ff); font-size: 12.5px; letter-spacing: 0; text-transform: none; font-weight: 600; }
.npg-find input, .npg-find select {
	width: 100%; padding: .7em .95em; background: var(--paper);
	border: 1px solid var(--line); border-radius: var(--r-pill); color: var(--navy);
}
.npg-find input:focus, .npg-find select:focus { border-color: var(--gold); background: var(--white); }

.npg-count { font-family: var(--ff-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
.npg-indic .npg-count { font-family: var(--ff); font-size: 13px; letter-spacing: 0; text-transform: none; }

.npg-dealers { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); list-style: none; margin: 0; padding: 0; }
.npg-dealer { background: var(--white); border-radius: var(--r-md); padding: 1.4rem 1.5rem; }
.npg-dealer[hidden] { display: none; }
.npg-dealer h3 { font-size: 18px; margin-bottom: .2rem; }
.npg-dealer__place { font-family: var(--ff-mono); font-size: 11px; letter-spacing: .06em; color: var(--muted); margin-bottom: .8rem; }
.npg-indic .npg-dealer__place { font-family: var(--ff); font-size: 13px; letter-spacing: 0; }
.npg-dealer__addr { font-size: 14.5px; color: var(--body); margin-bottom: 1rem; font-style: normal; }
.npg-dealer__act { display: flex; flex-wrap: wrap; gap: .5rem; }
.npg-empty { padding: 2.5rem 1.5rem; background: var(--husk); border-radius: var(--r-md); text-align: center; color: var(--muted); }
.npg-empty[hidden] { display: none; }

/* --- product detail ------------------------------------------------------- */
.npg-crumbs {
	font-family: var(--ff-mono); font-size: 11px; letter-spacing: .06em;
	color: var(--muted); padding-block: 1.1rem; border-bottom: 1px solid var(--line);
}
.npg-indic .npg-crumbs { font-family: var(--ff); font-size: 13px; letter-spacing: 0; }
.npg-crumbs a { color: var(--muted); text-decoration: none; }
.npg-crumbs a:hover { color: var(--navy); }

.npg-prod { display: grid; gap: clamp(2rem, 4vw, 3rem); align-items: start; padding-block: clamp(2rem, 3.5vw, 3rem); }
@media (min-width: 900px) { .npg-prod { grid-template-columns: .85fr 1.15fr; } }
.npg-prod__art { background: var(--husk); border-radius: var(--r-lg); display: grid; place-items: center; padding: clamp(1.5rem, 4vw, 3rem); position: sticky; top: 92px; }
@media (max-width: 899px) { .npg-prod__art { position: static; } }
.npg-prod__art .npg-bag { width: min(240px, 72%); }
.npg-prod__art .npg-prodimg { width: 100%; border-radius: var(--r-md); }
.npg-prod__cat { font-family: var(--ff-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: .7rem; font-weight: 500; }
.npg-indic .npg-prod__cat { font-family: var(--ff); font-size: 13px; letter-spacing: 0; text-transform: none; font-weight: 600; }

.npg-specs { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; margin: 1.75rem 0; }
.npg-spec { background: var(--white); padding: 1rem 1.1rem; }
.npg-spec__l { font-family: var(--ff-mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: .25rem; }
.npg-indic .npg-spec__l { font-family: var(--ff); font-size: 12px; letter-spacing: 0; text-transform: none; }
.npg-spec__v { font-weight: 700; font-size: 17px; color: var(--navy); letter-spacing: -.01em; }

.npg-block { margin-bottom: 1.75rem; }
.npg-block h2 { font-size: clamp(20px, 1.2rem + .5vw, 26px); margin-bottom: .7rem; }
.npg-ticks { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.npg-ticks li { display: flex; gap: .7rem; align-items: flex-start; font-size: 15px; }
.npg-ticks .npg-i { color: var(--ok); flex: none; margin-top: .3em; }
.npg-steps { margin: 0; padding-left: 1.3rem; display: grid; gap: .6rem; font-size: 15px; }
.npg-note-box { background: var(--husk); border-radius: var(--r-md); padding: 1.15rem 1.35rem; font-size: 14.5px; color: var(--body); }
.npg-note-box strong { color: var(--navy); }

/* --- product carousel ----------------------------------------------------- */
.npg-carousel { position: relative; width: 100%; }
.npg-carousel__track {
	display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
	scrollbar-width: none; border-radius: var(--r-md); background: var(--navy-deep);
}
.npg-carousel__track::-webkit-scrollbar { display: none; }
.npg-carousel__slide { flex: 0 0 100%; scroll-snap-align: center; }
.npg-carousel__slide img { width: 100%; aspect-ratio: 1; object-fit: contain; display: block; }

.npg-carousel__nav {
	position: absolute; top: 50%; transform: translateY(-50%);
	width: 38px; height: 38px; display: grid; place-items: center;
	background: rgba(255,255,255,.9); color: var(--navy);
	border: 0; border-radius: var(--r-pill);
	font-size: 1.4rem; line-height: 1; cursor: pointer;
	transition: background var(--t);
}
.npg-carousel__nav:hover { background: var(--gold); }
.npg-carousel__nav--prev { left: 10px; }
.npg-carousel__nav--next { right: 10px; }
.npg-carousel__nav[hidden] { display: none; }

.npg-carousel__dots { display: flex; justify-content: center; gap: .4rem; margin-top: .9rem; }
.npg-carousel__dots button {
	width: 7px; height: 7px; padding: 0; border-radius: 50%; cursor: pointer;
	background: rgba(22,48,79,.22); border: 0; transition: background var(--t);
}
.npg-carousel__dots button.is-on { background: var(--gold-deep); }

/* --- spec table ----------------------------------------------------------- */
.npg-table { overflow-x: auto; border-radius: var(--r-md); background: var(--white); }
.npg-table table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.npg-table th, .npg-table td { padding: .85rem 1.2rem; text-align: left; vertical-align: top; }
.npg-table tr + tr th, .npg-table tr + tr td { border-top: 1px solid var(--line); }
.npg-table th { font-weight: 600; color: var(--navy); width: 46%; }
.npg-table td { color: var(--body); }

/* --- FAQ ------------------------------------------------------------------ */
.npg-faq { border-radius: var(--r-md); background: var(--white); overflow: hidden; }
.npg-faq details + details { border-top: 1px solid var(--line); }
.npg-faq summary {
	cursor: pointer; padding: 1.05rem 1.3rem; font-weight: 600; color: var(--navy);
	display: flex; justify-content: space-between; gap: 1rem; align-items: center;
	list-style: none; font-size: 15px;
}
.npg-faq summary::-webkit-details-marker { display: none; }
.npg-faq summary::after { content: "+"; color: var(--gold-deep); font-size: 1.3rem; line-height: 1; flex: none; }
.npg-faq details[open] summary::after { content: "\2212"; }
.npg-faq summary:hover { color: var(--gold-deep); }
.npg-faq p { margin: 0; padding: 0 1.3rem 1.3rem; color: var(--body); font-size: 14.5px; }

/* --- forms ---------------------------------------------------------------- */
.npg-form { background: var(--white); border-radius: var(--r-lg); padding: clamp(1.4rem, 3vw, 2.25rem); }
.npg-form__grid { display: grid; gap: 1.1rem; }
@media (min-width: 620px) { .npg-form__grid { grid-template-columns: 1fr 1fr; } }
.npg-field { margin: 0; }
.npg-field--wide { grid-column: 1 / -1; }
.npg-field label {
	display: block; font-family: var(--ff-mono); font-size: 10.5px; letter-spacing: .1em;
	text-transform: uppercase; color: var(--muted); margin-bottom: .45rem; font-weight: 500;
}
.npg-indic .npg-field label { font-family: var(--ff); font-size: 12.5px; letter-spacing: 0; text-transform: none; font-weight: 600; }
.npg-field input, .npg-field select, .npg-field textarea {
	width: 100%; padding: .78em 1.1em; background: var(--paper);
	border: 1px solid var(--line); border-radius: var(--r-pill); color: var(--navy);
}
/* The select arrow is drawn by the OS — one chevron on macOS, a stacked pair
   on iOS, something else again on Android — so the native control is stripped
   and the arrow drawn here. The picker itself stays native, which beats a
   scripted dropdown on a phone. */
.npg-field select,
.npg-find select {
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1.5 2 6 6.5 10.5 2' stroke='%2316304F' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1.15em center;
	background-size: 12px 8px;
	padding-right: 2.9em;
}
.npg-field textarea { resize: vertical; min-height: 120px; border-radius: var(--r-md); }
.npg-field input:focus, .npg-field select:focus, .npg-field textarea:focus { border-color: var(--gold); background: var(--white); }
.npg-field.is-bad input, .npg-field.is-bad textarea, .npg-field.is-bad select { border-color: var(--bad); background: #FDF6F5; }
.npg-err { display: block; margin-top: .35rem; font-size: 13px; color: var(--bad); font-weight: 600; }
.npg-form .npg-btn { margin-top: 1.4rem; }

/* Honeypot: kept in the layout but out of sight and out of the tab order. */
.npg-hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.npg-note { padding: .95rem 1.25rem; border-radius: var(--r-md); font-size: 14.5px; margin: 0 0 1.4rem; font-weight: 500; }
.npg-note--ok { background: #EAF5EE; color: var(--ok); }
.npg-note--err { background: #FCEEED; color: var(--bad); }

/* --- contact -------------------------------------------------------------- */
.npg-contact { display: grid; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
@media (min-width: 900px) { .npg-contact { grid-template-columns: .8fr 1.2fr; } }
.npg-info { list-style: none; margin: 0 0 2rem; padding: 0; display: grid; gap: 1.4rem; }
.npg-info li { display: flex; gap: .9rem; align-items: flex-start; }
.npg-info .npg-i { color: var(--gold-deep); flex: none; margin-top: .25em; }
.npg-info__l { font-family: var(--ff-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: .2rem; }
.npg-indic .npg-info__l { font-family: var(--ff); font-size: 12.5px; letter-spacing: 0; text-transform: none; font-weight: 600; }
.npg-info__v { color: var(--navy); font-weight: 500; font-style: normal; font-size: 15px; }
.npg-info__v a { color: var(--navy); text-decoration: none; }
.npg-info__v a:hover { color: var(--gold-deep); }
.npg-map { border-radius: var(--r-lg); overflow: hidden; margin-top: 2.5rem; }
.npg-map iframe { display: block; width: 100%; height: 380px; border: 0; }

/* --- blog ----------------------------------------------------------------- */
.npg-posts { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); }
.npg-post { background: var(--white); border-radius: var(--r-md); overflow: hidden; display: flex; flex-direction: column; }
.npg-post__art { aspect-ratio: 16 / 9; background: var(--husk); overflow: hidden; }
.npg-post__art img { width: 100%; height: 100%; object-fit: cover; }
.npg-post__art--blank { display: grid; place-items: center; background: var(--navy); color: rgba(208,167,92,.5); }
.npg-post__body { padding: 1.25rem 1.35rem 1.4rem; display: flex; flex-direction: column; flex: 1; }
.npg-post__cat { font-family: var(--ff-mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: .45rem; }
.npg-indic .npg-post__cat { font-family: var(--ff); font-size: 12.5px; letter-spacing: 0; text-transform: none; }
.npg-post__body h3 { font-size: 18px; margin-bottom: .45rem; }
.npg-post__body h3 a { color: inherit; text-decoration: none; }
.npg-post__body h3 a:hover { color: var(--gold-deep); }
.npg-post__body p { font-size: 14.5px; color: var(--body); margin-bottom: 1rem; }
.npg-post__body .npg-link { margin-top: auto; align-self: flex-start; }

.npg-article { max-width: 46rem; margin-inline: auto; padding-block: clamp(2rem, 3.5vw, 3rem); }
.npg-article__meta { font-family: var(--ff-mono); font-size: 11px; letter-spacing: .06em; color: var(--muted); margin-bottom: 1.5rem; }
.npg-indic .npg-article__meta { font-family: var(--ff); font-size: 13px; letter-spacing: 0; }
.npg-article img { border-radius: var(--r-md); margin-block: 1.6rem; }
.npg-article h2 { margin-top: 2rem; }
.npg-article h3 { margin-top: 1.6rem; }
.npg-article ul, .npg-article ol { padding-left: 1.3rem; display: grid; gap: .5rem; margin-block: 1.2rem; }
.npg-article blockquote { margin: 1.8rem 0; padding: .3rem 0 .3rem 1.4rem; border-left: 3px solid var(--gold); color: var(--navy); font-size: 1.1rem; }

.npg-pager { display: flex; gap: .5rem; flex-wrap: wrap; justify-content: center; margin-top: 2.5rem; }
.npg-pager .page-numbers {
	display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px;
	padding: 0 .7em; background: var(--white); border-radius: var(--r-pill);
	text-decoration: none; color: var(--navy); font-weight: 600; font-size: 14px;
}
.npg-pager .page-numbers.current { background: var(--navy); color: var(--white); }
.npg-pager a.page-numbers:hover { background: var(--gold); color: var(--navy); }

/* --- page header ---------------------------------------------------------- */
.npg-phead {
	background: url(../img/npg-section-farm.jpg) center / cover no-repeat, var(--navy);
	color: #B9C9DA; padding-block: clamp(2rem, 3.5vw, 3rem);
}
.npg-phead h1 { color: var(--white); margin-bottom: .25em; font-size: clamp(32px, 4.4vw, 54px); }
.npg-phead h1 em { font-style: normal; color: var(--gold); }
.npg-phead p { color: #A9BCD0; font-size: 16.5px; max-width: 52ch; margin: 0; }

/* Centred intro variant — kicker line, headline with a highlighted word,
   longer standfirst — used on About, Products and Dealers. */
.npg-phead--intro { text-align: center; padding-block: clamp(2.75rem, 5vw, 4.5rem); }
.npg-phead .npg-phead__kicker {
	display: block; font-family: var(--ff); font-size: 14.5px; font-weight: 500;
	color: #9FB2C7; margin: 0 0 .8rem;
}
.npg-phead--intro .npg-phead__sub { max-width: 62ch; margin: .7em auto 0; }

/* --- page content --------------------------------------------------------- */
.npg-rich { max-width: 46rem; font-size: 15.5px; }
.npg-rich h2 { margin-top: 2.2rem; }
.npg-rich h3 { margin-top: 1.7rem; }
.npg-rich ul, .npg-rich ol { padding-left: 1.3rem; display: grid; gap: .5rem; margin-block: 1.2rem; }
.npg-rich img { border-radius: var(--r-md); }

/* --- footer --------------------------------------------------------------- */
.npg-foot { background: var(--navy); color: #8FA3BA; padding-block: clamp(2.25rem, 4vw, 3.25rem) 0; font-size: 14px; }
.npg-foot__grid { display: grid; gap: 2.5rem; }
@media (min-width: 720px) { .npg-foot__grid { grid-template-columns: 1.5fr 1fr 1fr; } }
@media (min-width: 1000px) { .npg-foot__grid { grid-template-columns: 1.7fr 1fr 1fr 1.25fr; } }
.npg-foot img { height: 44px; width: auto; margin-bottom: 1.1rem; }
.npg-foot h4 {
	color: var(--gold); font-family: var(--ff-mono); font-size: 10.5px; letter-spacing: .12em;
	text-transform: uppercase; font-weight: 500; margin-bottom: 1.1rem;
}
.npg-indic .npg-foot h4 { font-family: var(--ff); font-size: 13px; letter-spacing: 0; text-transform: none; font-weight: 600; }
.npg-foot p { max-width: 34ch; }
.npg-foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .65rem; }
.npg-foot a { color: #8FA3BA; text-decoration: none; }
.npg-foot a:hover { color: var(--gold); }
.npg-foot__tag {
	font-family: var(--ff-mono); font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase;
	color: var(--gold); margin-bottom: 1rem; font-weight: 500;
}
.npg-indic .npg-foot__tag { font-family: var(--ff); font-size: 12px; letter-spacing: 0; text-transform: none; }
.npg-foot__soc { display: flex; gap: .6rem; margin-top: 1.2rem; }
.npg-foot__soc a, .npg-foot__soc-inert {
	display: inline-grid; place-items: center; width: 38px; height: 38px;
	border: 1px solid rgba(255,255,255,.18); border-radius: var(--r-pill); color: #8FA3BA;
	cursor: pointer;
}
.npg-foot__soc a:hover, .npg-foot__soc-inert:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.npg-foot__base {
	margin-top: 2rem; border-top: 1px solid rgba(255,255,255,.12); padding-block: 1.4rem;
	display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; justify-content: space-between;
	font-family: var(--ff-mono); font-size: 10.5px; letter-spacing: .06em;
}
.npg-indic .npg-foot__base { font-family: var(--ff); font-size: 12.5px; letter-spacing: 0; }
.npg-foot__heart { color: #C2453C; }

/* --- printed sack text ---------------------------------------------------- */
.npg-bag { display: block; height: auto; }
.npg-bag__brand, .npg-bag__weight { font-family: var(--ff-mono); text-anchor: middle; }
.npg-bag__brand { font-weight: 500; font-size: 13px; fill: var(--gold); letter-spacing: 3px; }
.npg-bag__name { font-family: var(--ff); font-weight: 700; font-size: 26px; fill: var(--white); letter-spacing: -.01em; text-anchor: middle; }
.npg-bag__weight { font-weight: 500; font-size: 13px; fill: var(--navy); letter-spacing: 1px; }

/* --- utilities ------------------------------------------------------------ */
.npg-sr {
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.npg-i { vertical-align: middle; flex: none; }
body.npg-locked { overflow: hidden; }

@media print {
	.npg-head, .npg-foot, .npg-band, .npg-drawer, .npg-form { display: none !important; }
	body { background: #fff; color: #000; }
	/* Anything not yet scrolled into view would otherwise print blank. */
	.npg-anim [data-reveal] { opacity: 1 !important; transform: none !important; }
}

/* --- "what the feed does" split ------------------------------------------- */
.npg-why { display: grid; gap: clamp(1.75rem, 3vw, 3rem); align-items: start; }
@media (min-width: 900px) { .npg-why { grid-template-columns: 1fr 1.15fr; } }
.npg-why__head h2 { margin-bottom: .5em; }
.npg-why__head p { color: #A9BCD0; font-size: 15.5px; max-width: 34ch; margin: 0; }

/* --- about page ----------------------------------------------------------- */
.npg-about { display: grid; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
@media (min-width: 900px) { .npg-about { grid-template-columns: 1.5fr .9fr; } }
@media (min-width: 900px) { .npg-about__aside { position: sticky; top: 92px; } }

.npg-facts { list-style: none; margin: 1.25rem 0 0; padding: 0; display: grid; gap: 1px; background: var(--line); border-radius: var(--r-md); overflow: hidden; }
.npg-facts li { background: var(--white); padding: 1rem 1.2rem; display: flex; align-items: baseline; gap: .8rem; }
.npg-facts__n { font-weight: 700; font-size: 19px; color: var(--navy); letter-spacing: -.01em; flex: none; }
.npg-facts__l { font-family: var(--ff-mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.npg-indic .npg-facts__l { font-family: var(--ff); font-size: 12.5px; letter-spacing: 0; text-transform: none; }

/* The range strip: every product as its pack, doubling as navigation. */
.npg-range { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
.npg-range a { display: grid; gap: .7rem; text-decoration: none; text-align: center; }
.npg-range__art {
	display: grid; place-items: center; padding: 1.4rem 1rem;
	background: var(--white); border-radius: var(--r-md);
	transition: transform var(--t), box-shadow var(--t);
}
.npg-range__art .npg-bag { width: 84px; }
.npg-range__art .npg-prodimg { width: 100%; aspect-ratio: 1; object-fit: contain; }
.npg-range a:hover .npg-range__art { box-shadow: 0 10px 24px rgba(22,48,79,.10); }
@media (prefers-reduced-motion: no-preference) { .npg-range a:hover .npg-range__art { transform: translateY(-3px); } }
.npg-range__name { font-weight: 600; font-size: 13.5px; color: var(--navy); }

/* Marks the fields a caller may leave blank. */
.npg-opt { font-family: var(--ff-mono); text-transform: none; letter-spacing: .02em; opacity: .75; }
.npg-indic .npg-opt { font-family: var(--ff); }

/* --- reveal on scroll ------------------------------------------------------
   The .npg-anim class is set on <html> only when scripting is on and the
   visitor has not asked for reduced motion, so nothing is ever hidden from
   someone who would never see it revealed. */
.npg-anim [data-reveal] {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity .6s cubic-bezier(.2, .7, .3, 1), transform .6s cubic-bezier(.2, .7, .3, 1);
	transition-delay: var(--npg-d, 0ms);
	will-change: opacity, transform;
}
.npg-anim [data-reveal].is-in { opacity: 1; transform: none; }
/* Once revealed the hint is no longer needed and would keep a layer alive. */
.npg-anim [data-reveal].is-done { will-change: auto; }

@media (prefers-reduced-motion: reduce) {
	.npg-anim [data-reveal] { opacity: 1; transform: none; transition: none; }
}
