/*
Theme Name: Nusface B2B
Description: Nusface B2B child theme for Kadence — hand-painted balayage wig factory site.
Design language v4 — governed by NUSFACE-DESIGN.md (design constitution):
warm-white base, serif editorial display × sans labels, pill buttons,
pure whitespace dividers, one hero image per screen, gold as whisper not shout.
Author: Nusface
Template: kadence
Version: 1.4.8
Text Domain: nusface-child
*/

/* ============ Tokens (DESIGN.md v2.0 — Helene layout system, Nusface brand colors) ============ */
:root {
	--nf-bg: #faf7f2;
	--nf-bg-2: #f5ede0;
	--nf-bg-3: #efe3cc;
	--nf-text: #3d2b22;
	--nf-text-2: #67534a;
	--nf-ink: #141414;
	--nf-gold: #c9a961;
	--nf-gold-deep: #73572c;
	--nf-gold-rgb: 201 169 97;
	--nf-grad: linear-gradient(135deg, #c9a961 0%, #a2834a 50%, #c9a961 100%);
	--nf-line: #e4dccc;
	--nf-wa: #25d366;
	--nf-wa-hover: #1fb859;
	--nf-fedex-orange: #8c3700;
	--nf-dhl-red: #d40511;
	--nf-white: #fff;
	--nf-serif: 'Playfair Display', 'Times New Roman', serif;
	--nf-sans: 'Inter', -apple-system, 'Segoe UI', sans-serif;

	--global-heading-font-family: var(--nf-serif);
	--global-body-font-family: var(--nf-sans);
	--global-palette1: var(--nf-gold);
	--global-palette2: var(--nf-gold-deep);
	--global-palette3: var(--nf-ink);
	--global-palette4: var(--nf-text);
	--global-palette5: var(--nf-text-2);
	--global-palette6: var(--nf-text-2);
	--global-palette7: var(--nf-bg-3);
	--global-palette8: var(--nf-bg-2);
	--global-palette9: var(--nf-bg);
	--global-content-width: 1240px;
	--global-content-narrow-width: 880px;
}

body {
	font-family: var(--nf-sans);
	color: var(--nf-text);
	background: var(--nf-bg);
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, .wp-block-heading {
	font-family: var(--nf-serif);
	font-weight: 500;
	text-wrap: balance;
}

p { line-height: 1.75; text-wrap: pretty; }

a { transition: color 0.25s ease; }

/* Carrier brand words only; these colors do not enter the NUSFACE palette. */
.nf-carrier {
	font-weight: 700;
}

.nf-carrier--fedex {
	color: var(--nf-fedex-orange);
}

.nf-carrier--dhl {
	color: var(--nf-dhl-red);
}

/* ============ Section rhythm (Helene: 100-140px breathing, bare content) ============ */
.nf-section {
	padding: clamp(56px, 7vw, 76px) clamp(20px, 4vw, 48px);
}

.nf-section--cream { background: var(--nf-bg-2); }
.nf-section--gold { background: var(--nf-bg-3); }

/* ============ Surface accents: two reusable image-backed gilded surfaces ============ */
.nf-surface-accent {
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

.nf-surface-accent::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
	opacity: .68;
}

.nf-surface-accent--hero::before {
	background-image: url('assets/nusface-gilded-reference-surface-v2.webp');
	background-position: center right;
}

.nf-surface-accent--wash::before {
	background-image: url('assets/nusface-gilded-reference-surface-v2.webp');
	background-position: center left;
	opacity: .78;
}

.nf-surface-accent::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 2;
	width: min(180px, 34vw);
	height: 1px;
	pointer-events: none;
	content: '';
	background: rgb(var(--nf-gold-rgb) / .72);
	transform: translateX(-50%);
}

.nf-surface-accent > * {
	position: relative;
	z-index: 1;
}

.nf-surface-accent + .nf-section { padding-top: clamp(42px, 5vw, 62px); }

@media (max-width: 782px) {
	.nf-surface-accent::before {
		background-size: auto 100%;
	}

	.nf-surface-accent--hero::before {
		background-position: 72% center;
		opacity: .56;
	}

	.nf-surface-accent--wash::before {
		background-position: 20% center;
		opacity: .68;
	}
}
/* ============ End surface accents ============ */

.nf-eyebrow {
	font-family: var(--nf-sans);
	color: var(--nf-gold-deep);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	margin-bottom: 20px !important;
}

.nf-h2 {
	font-size: clamp(28px, 2.9vw, 38px);
	line-height: 1.2;
	letter-spacing: 0.004em;
	color: var(--nf-text);
	margin-bottom: 22px !important;
	text-align: left !important;
}

.nf-h2 em {
	font-style: italic;
	color: var(--nf-gold-deep);
}

.nf-lead {
	font-size: 16px;
	line-height: 1.7;
	color: var(--nf-text-2);
	max-width: 56ch;
	margin-bottom: 36px !important;
	text-align: left !important;
}

.nf-note {
	font-size: 13px;
	color: var(--nf-text-2);
	letter-spacing: 0.02em;
}

/* ============ Giant typographic anchor (Helene signature move) ============ */
.nf-section--display {
	padding: clamp(48px, 6vw, 64px) clamp(20px, 4vw, 48px);
}

.nf-display {
	font-family: var(--nf-serif);
	font-style: italic;
	font-weight: 500;
	font-size: clamp(30px, 3.5vw, 40px);
	line-height: 1.15;
	letter-spacing: -0.005em;
	color: var(--nf-text);
	margin: 0 !important;
}

.nf-display em {
	font-style: italic;
	color: var(--nf-gold-deep);
}

.nf-display-sub {
	font-family: var(--nf-sans);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--nf-text-2);
	margin-top: 18px !important;
}

/* ============ Buttons (Helene signature: square corners, gradient, tracked caps) ============ */
.wp-block-button__link,
.wp-block-button__link:visited {
	border-radius: 0;
	padding: 18px 40px;
	font-family: var(--nf-sans);
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, border-color 0.3s ease, filter 0.3s ease;
}

.nusface-btn-main .wp-block-button__link {
	background: var(--nf-grad);
	background-size: 160% 160%;
	color: var(--nf-ink);
	border: none;
}

.nusface-btn-main .wp-block-button__link:hover {
	filter: brightness(1.12);
	transform: translateY(-2px);
}

.nusface-btn-wa .wp-block-button__link {
	background: var(--nf-wa);
	border: none;
	color: var(--nf-ink);
}

.nusface-btn-wa .wp-block-button__link:hover {
	background: var(--nf-wa-hover);
	transform: translateY(-2px);
}

.nusface-btn-ghost .wp-block-button__link,
.wp-block-button.is-style-outline > .wp-block-button__link {
	background: transparent;
	border: 1px solid var(--nf-gold-deep);
	color: var(--nf-gold-deep);
}

.nusface-btn-ghost .wp-block-button__link:hover,
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
	background: var(--nf-grad);
	border-color: transparent;
	color: var(--nf-ink);
	transform: translateY(-2px);
}

/* ============ Act 1 · Hero (split screen, warm-white left / portrait right) ============ */
.nusface-hero {
	padding: clamp(40px, 5vw, 64px) clamp(20px, 4vw, 48px) clamp(32px, 4vw, 48px);
}

.nusface-hero .wp-block-heading {
	font-size: clamp(40px, 4vw, 48px);
	line-height: 1.12;
	letter-spacing: 0.004em;
	color: var(--nf-text);
	margin-bottom: 24px !important;
}

.nusface-hero .wp-block-heading em {
	font-style: italic;
	color: var(--nf-gold-deep);
}

.nusface-kicker {
	font-family: var(--nf-sans);
	color: var(--nf-gold-deep);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.34em;
	text-transform: uppercase;
	margin-bottom: 26px !important;
}

.nusface-sub {
	font-size: 17px;
	line-height: 1.75;
	color: var(--nf-text-2);
	margin-bottom: 36px !important;
	max-width: 52ch;
}

.nusface-sub strong {
	color: var(--nf-text);
	font-weight: 600;
}

.nusface-hero-note {
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--nf-text-2);
	margin-top: 36px !important;
}

/* trust figures row inside hero */
.nusface-trust {
	border-top: 1px solid var(--nf-line);
	margin-top: 44px;
	padding-top: 28px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 40px;
}

.nusface-trust p {
	margin: 0 !important;
	font-size: 13px;
	color: var(--nf-text-2);
	letter-spacing: 0.04em;
}

.nusface-trust strong {
	font-family: var(--nf-serif);
	font-style: italic;
	font-weight: 500;
	font-size: 26px;
	color: var(--nf-gold-deep);
	display: block;
	line-height: 1.1;
	margin-bottom: 4px;
}

/* hero portrait — full bleed to the right, no frame no shadow */
.nusface-hero-photo {
	margin: 0 !important;
	align-self: stretch;
}

.nusface-hero-photo img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 720px;
	object-fit: cover;
	object-position: center top;
}

/* ============ Craft section (QC 7 steps merged, hairline numbered list) ============ */
.nusface-craft .nusface-step {
	border-top: 1px solid var(--nf-line);
	padding: 13px 0 12px;
	display: flex;
	gap: 20px;
	align-items: baseline;
}

.nusface-craft .nusface-step:last-child {
	border-bottom: 1px solid var(--nf-line);
}

.nusface-step-num {
	font-family: var(--nf-serif);
	font-style: italic;
	font-weight: 500;
	font-size: 24px;
	color: var(--nf-gold-deep);
	min-width: 40px;
	line-height: 1;
	margin: 0 !important;
}

.nusface-step-body {
	flex: 1;
}

.nusface-step-title {
	font-family: var(--nf-sans);
	font-size: 15px;
	font-weight: 600;
	color: var(--nf-text);
	margin: 0 0 4px !important;
}

.nusface-step-desc {
	font-size: 14px;
	color: var(--nf-text-2);
	line-height: 1.6;
	margin: 0 !important;
}

.nusface-craft-photo {
	margin: 0 !important;
}

.nusface-craft-photo img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 560px;
	object-fit: cover;
}

/* ============ Price cards (DESIGN.md §4 — the only cards allowed) ============ */
.nusface-pricing { gap: 28px; align-items: stretch; }

.nusface-price-card {
	border-radius: 0;
	padding: 32px 28px;
	height: 100%;
	box-sizing: border-box;
}

.nusface-price-card--us {
	background: var(--nf-ink);
	color: var(--nf-white);
	border: 1px solid var(--nf-gold);
}

.nusface-price-card--salon {
	background: var(--nf-white);
	border: 1px solid var(--nf-line);
}

.nusface-price-tag {
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	padding: 7px 14px;
	margin-bottom: 22px !important;
}

.nusface-price-card--us .nusface-price-tag { background: var(--nf-gold); color: var(--nf-ink); }
.nusface-price-card--salon .nusface-price-tag { background: var(--nf-bg-2); color: var(--nf-text-2); }

.nusface-price-card .wp-block-heading {
	font-size: 22px;
	margin-bottom: 22px !important;
}

.nusface-price-card--salon .wp-block-heading { color: var(--nf-text-2); }

.nusface-price-big {
	font-family: var(--nf-serif);
	font-size: clamp(34px, 4vw, 46px);
	font-weight: 500;
	margin: 0 0 6px !important;
}

.nusface-price-card--us .nusface-price-big { color: var(--nf-gold); }
.nusface-price-card--salon .nusface-price-big { color: var(--nf-text); }

.nusface-price-per {
	font-size: 13px;
	color: var(--nf-text-2);
	margin: 0 0 24px !important;
}

.nusface-price-card--us .nusface-price-per { color: rgba(250, 247, 242, 0.5); }

.nusface-price-card ul { list-style: none; margin: 0; padding: 0; }

.nusface-price-card li {
	padding: 12px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 15px;
	line-height: 1.55;
}

.nusface-price-card--salon li { border-top: 1px solid var(--nf-line); color: var(--nf-text-2); }
.nusface-price-card--us li strong { color: var(--nf-gold); font-weight: 600; }

/* ============ Collection: photo + video wall ============ */
.nusface-wall .wp-block-image,
.nusface-wall .wp-block-video {
	margin: 0 0 14px !important;
}

.nusface-wall img,
.nusface-wall video {
	display: block;
	width: 100%;
	aspect-ratio: 3/4;
	object-fit: cover;
	background: var(--nf-white);
}

.nusface-wall .wp-block-image { overflow: hidden; }

.nusface-wall .wp-block-image img {
	transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nusface-wall .wp-block-image img:hover { transform: scale(1.04); }

.nusface-gal-name {
	font-family: var(--nf-serif);
	font-size: 18px;
	font-weight: 500;
	color: var(--nf-text);
	margin: 0 0 3px !important;
}

.nusface-gal-desc {
	font-size: 13px;
	color: var(--nf-text-2);
	margin: 0 0 8px !important;
}

.nusface-gal-cta {
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.nusface-gal-cta a { color: var(--nf-gold-deep); text-decoration: none; border-bottom: 1px solid var(--nf-gold); }
.nusface-gal-cta a:hover { color: var(--nf-text); border-bottom-color: var(--nf-text); }

/* ============ FAQ (hairline accordion) ============ */
.nf-faq .wp-block-details {
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--nf-line);
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.nf-faq .wp-block-details:first-of-type { border-top: 1px solid var(--nf-line); }

.nf-faq .wp-block-details summary {
	font-family: var(--nf-sans);
	font-weight: 500;
	font-size: 18px;
	color: var(--nf-text);
	padding: 22px 0;
	cursor: pointer;
	transition: color 0.25s ease;
	list-style-position: outside;
}

.nf-faq .wp-block-details summary:hover { color: var(--nf-gold-deep); }

.nf-faq .wp-block-details[open] summary { color: var(--nf-gold-deep); font-weight: 600; }

.nf-faq .wp-block-details p {
	font-size: 16px;
	color: var(--nf-text-2);
	line-height: 1.75;
	padding: 0 0 24px;
	max-width: 62ch;
}

/* ============ Act 3 · inquiry (the single dark zone) ============ */
.nusface-inquiry {
	background:
		radial-gradient(ellipse 60% 70% at 50% 0%, rgba(201, 169, 97, 0.1), transparent 65%),
		var(--nf-ink);
	color: var(--nf-white);
	padding: clamp(56px, 7vw, 76px) clamp(20px, 4vw, 48px);
}

.nusface-inquiry .nf-eyebrow { color: var(--nf-gold); }
.nusface-inquiry .nf-h2 { color: var(--nf-white); }
.nusface-inquiry .nf-lead { color: rgba(250, 247, 242, 0.6); }

.nusface-form-card {
	background: var(--nf-bg);
	border-radius: 0;
	padding: 32px 28px;
	max-width: 720px;
	margin: 0 auto;
}

.nusface-form-card .ff-el-group { margin-bottom: 20px; }

.nusface-form-card .ff-el-input--label,
.nusface-form-card .ff-el-group label {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: var(--nf-text);
	margin-bottom: 8px;
}

.nusface-form-card input[type="text"],
.nusface-form-card input[type="email"],
.nusface-form-card input[type="tel"],
.nusface-form-card select,
.nusface-form-card textarea {
	width: 100%;
	border: 1px solid var(--nf-line);
	border-radius: 0;
	padding: 13px 16px;
	font-family: var(--nf-sans);
	font-size: 15px;
	color: var(--nf-text);
	background: var(--nf-white);
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.nusface-form-card input:focus,
.nusface-form-card select:focus,
.nusface-form-card textarea:focus {
	border-color: var(--nf-gold);
	outline: none;
	box-shadow: 0 0 0 3px rgba(201, 169, 97, 0.15);
}

.nusface-form-card .ff-btn-submit {
	background: var(--nf-grad);
	color: var(--nf-ink);
	border: none;
	border-radius: 0;
	padding: 18px 44px;
	font-family: var(--nf-sans);
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
	transition: filter 0.3s ease, transform 0.3s ease;
}

.nusface-form-card .ff-btn-submit:hover { filter: brightness(1.12); transform: translateY(-2px); }

.nusface-contact-row {
	color: rgba(250, 247, 242, 0.65);
	font-size: 15px;
	line-height: 2.1;
}

.nusface-contact-row a {
	color: var(--nf-gold);
	text-decoration: none;
	border-bottom: 1px solid rgba(201, 169, 97, 0.4);
	transition: border-color 0.25s ease, color 0.25s ease;
}

.nusface-contact-row a:hover { color: var(--nf-white); border-bottom-color: var(--nf-white); }

/* ============ Persistent conversion dock ============ */
.nusface-contact-dock {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 50;
	display: grid;
	gap: 6px;
}

.nusface-contact-dock__link {
	position: relative;
	display: flex;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgb(var(--nf-white-rgb) / .26);
	border-radius: 2px;
	background: var(--nf-ink);
	box-shadow: 0 6px 18px rgb(var(--nf-ink-rgb) / .16);
	color: var(--nf-white);
	text-decoration: none;
	transition: transform 160ms ease-out, box-shadow 160ms ease-out;
}

.nusface-contact-dock__link:hover,
.nusface-contact-dock__link:focus-visible {
	transform: translateX(-3px);
	box-shadow: 0 9px 22px rgb(var(--nf-ink-rgb) / .22);
}

.nusface-contact-dock__link--inquiry { background: var(--nf-gold-deep); }
.nusface-contact-dock__link--wa { background: var(--nf-wa); color: var(--nf-ink); }
.nusface-contact-dock__link--catalog { background: var(--nf-ink); }
.nusface-contact-dock__icon { font-family: var(--nf-sans); font-size: 17px; font-weight: 700; line-height: 1; }
.nusface-contact-dock__icon--pdf { font-size: 8px; letter-spacing: .04em; }
.nusface-contact-dock svg { width: 23px; height: 23px; fill: currentColor; }
.nusface-contact-dock__label {
	position: absolute;
	right: calc(100% + 8px);
	padding: 7px 10px;
	background: var(--nf-ink);
	color: var(--nf-white);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	opacity: 0;
	pointer-events: none;
	text-transform: uppercase;
	transform: translateX(5px);
	transition: opacity 160ms ease-out, transform 160ms ease-out;
	white-space: nowrap;
}

.nusface-contact-dock__link:hover .nusface-contact-dock__label,
.nusface-contact-dock__link:focus-visible .nusface-contact-dock__label { opacity: 1; transform: translateX(0); }

/* ============ Footer ============ */
.nusface-footer {
	background: var(--nf-ink);
	color: rgba(250, 247, 242, 0.72);
	padding: clamp(40px, 5vw, 56px) clamp(20px, 4vw, 48px) 0;
	margin-top: 0;
}

.nusface-footer__inner {
	max-width: 1180px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1.4fr;
	gap: 36px;
	padding-bottom: 36px;
}

.nusface-footer__logo {
	font-family: var(--nf-serif);
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.18em;
	color: var(--nf-white);
	margin: 0 0 18px !important;
}

.nusface-footer__slogan {
	font-family: var(--nf-serif);
	font-style: italic;
	font-size: 15px;
	line-height: 1.7;
	color: var(--nf-gold);
	margin: 0 0 18px !important;
}

.nusface-footer__desc {
	font-size: 13px;
	line-height: 1.8;
	max-width: 30ch;
	margin: 0 !important;
}

.nusface-footer__head {
	font-family: var(--nf-sans);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--nf-gold);
	margin: 0 0 20px !important;
}

.nusface-footer__col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nusface-footer__col li { margin-bottom: 12px; }

.nusface-footer__col a {
	color: rgba(250, 247, 242, 0.72);
	text-decoration: none;
	font-size: 14px;
	transition: color 0.25s ease;
}

.nusface-footer__col a:hover { color: var(--nf-gold); }

.nusface-footer__bar {
	border-top: 1px solid rgba(201, 169, 97, 0.25);
	max-width: 1180px;
	margin: 0 auto;
	padding: 22px 0 26px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px 24px;
}

.nusface-footer__bar p {
	font-size: 12px;
	letter-spacing: 0.04em;
	margin: 0 !important;
}

.nusface-footer__bar a {
	color: rgba(250, 247, 242, 0.6);
	text-decoration: none;
	transition: color 0.25s ease;
}

.nusface-footer__bar a:hover { color: var(--nf-gold); }

@media (max-width: 900px) {
	.nusface-footer__inner { grid-template-columns: 1fr 1fr; gap: 36px; }
	.nusface-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
	.nusface-footer__inner { grid-template-columns: 1fr; }
	.nusface-footer__bar {
		flex-direction: column;
		padding-block-end: calc(76px + env(safe-area-inset-bottom));
	}
}



/* ============ The House (brand narrative after hero) ============ */
.nf-house .nf-house-lead {
	font-size: clamp(17px, 1.25vw, 19px);
	line-height: 1.85;
	color: var(--nf-text);
	max-width: 58ch;
	margin-bottom: 24px !important;
}

.nf-house .nf-house-lead em {
	font-style: italic;
	color: var(--nf-gold-deep);
}

.nf-house-slogan {
	font-family: var(--nf-serif);
	font-style: italic;
	font-size: clamp(20px, 2.2vw, 26px);
	color: var(--nf-gold-deep);
	margin-top: 36px !important;
	border-top: 1px solid var(--nf-line);
	padding-top: 28px;
}

.nf-house-photo img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 620px;
	object-fit: cover;
}

/* ============ About trust figures band ============ */
.nf-about-band {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 48px;
	border-top: 1px solid var(--nf-line);
	border-bottom: 1px solid var(--nf-line);
	padding: 22px 0;
	margin-bottom: 40px;
}

.nf-about-band p {
	margin: 0 !important;
	font-size: 13px;
	color: var(--nf-text-2);
	letter-spacing: 0.04em;
}

.nf-about-band strong {
	font-family: var(--nf-serif);
	font-style: italic;
	font-weight: 500;
	font-size: 30px;
	color: var(--nf-gold-deep);
	display: block;
	line-height: 1.1;
	margin-bottom: 4px;
}

/* ============ Before/After drag slider (P0) ============ */
.nf-ba {
	--nf-ba-pos: 50%;
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
}

.nf-ba-frame {
	position: relative;
	overflow: hidden;
	aspect-ratio: 3/2;
	max-height: 640px;
	margin: 0 auto;
}

.nf-ba-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.nf-ba-before-wrap {
	position: absolute;
	inset: 0;
	clip-path: inset(0 calc(100% - var(--nf-ba-pos)) 0 0);
	z-index: 2;
}

.nf-ba-handle {
	position: absolute;
	top: 0;
	bottom: 0;
	left: var(--nf-ba-pos);
	width: 2px;
	background: var(--nf-white);
	z-index: 3;
	transform: translateX(-1px);
	pointer-events: none;
}

.nf-ba-handle::after {
	content: '↔';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--nf-white);
	color: var(--nf-ink);
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.nf-ba-range {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: ew-resize;
	z-index: 4;
	-webkit-appearance: none;
	appearance: none;
}

.nf-ba-label {
	position: absolute;
	bottom: 14px;
	z-index: 3;
	font-family: var(--nf-sans);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--nf-white);
	background: rgba(20, 20, 20, 0.55);
	padding: 7px 14px;
	pointer-events: none;
}

.nf-ba-label--b { left: 14px; }
.nf-ba-label--a { right: 14px; background: var(--nf-ink); }

/* ============ Partnership double column (P0) ============ */
.nf-ba-label--b { background: rgba(20, 20, 20, 0.75); }
.nf-partners { gap: 28px; align-items: stretch; }

.nf-partner-card {
	border: 1px solid var(--nf-line);
	background: var(--nf-white);
	padding: 36px 32px;
	height: 100%;
	box-sizing: border-box;
}

.nf-partner-card--brand { border-top: 3px solid var(--nf-gold); }

.nf-partner-tag {
	font-family: var(--nf-sans);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: var(--nf-gold-deep);
	margin-bottom: 14px !important;
}

.nf-partner-card .wp-block-heading {
	font-size: 22px;
	margin-bottom: 18px !important;
}

.nf-partner-card ul { list-style: none; margin: 0; padding: 0; }

.nf-partner-card li {
	padding: 10px 0;
	border-top: 1px solid var(--nf-line);
	font-size: 14px;
	line-height: 1.6;
	color: var(--nf-text-2);
}

.nf-partner-card li strong { color: var(--nf-text); }

.nf-partner-steps li { border-top: none; padding: 8px 0 8px 30px; position: relative; }

.nf-partner-steps li::before {
	content: attr(data-n);
	position: absolute;
	left: 0;
	top: 8px;
	font-family: var(--nf-serif);
	font-style: italic;
	font-size: 15px;
	color: var(--nf-gold);
}

/* ============ Testimonials + real salesperson (P1) ============ */
.nf-people { gap: 24px; align-items: stretch; }

.nf-person-card {
	background: var(--nf-white);
	border: 1px solid var(--nf-line);
	padding: 32px 28px;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.nf-person-quote {
	font-family: var(--nf-serif);
	font-style: italic;
	font-size: 17px;
	line-height: 1.65;
	color: var(--nf-text);
	margin: 0 0 22px !important;
}

.nf-person-meta {
	margin-top: auto;
	display: flex;
	align-items: center;
	gap: 14px;
}

.nf-person-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--nf-bg-3);
	color: var(--nf-gold-deep);
	font-family: var(--nf-serif);
	font-size: 18px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.nf-person-name { font-size: 14px; font-weight: 600; color: var(--nf-text); margin: 0 !important; }
.nf-person-role { font-size: 12px; color: var(--nf-text-2); margin: 0 !important; }

.nf-person-note { font-size: 13px; color: var(--nf-text-2); line-height: 1.6; margin: 0 0 20px !important; }

.nf-person-cta {
	font-family: var(--nf-sans);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin-top: auto;
}

.nf-person-cta a {
	color: var(--nf-gold-deep);
	text-decoration: none;
	border-bottom: 1px solid var(--nf-gold);
}

.nf-person-cta a:hover { color: var(--nf-text); border-bottom-color: var(--nf-text); }

/* ============ CTA banner strip (P1) ============ */
.nf-cta-bar {
	background: var(--nf-ink);
	color: var(--nf-white);
	padding: 40px 48px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px 32px;
}

.nf-cta-bar-text { font-family: var(--nf-serif); font-style: italic; font-size: clamp(20px, 2.4vw, 28px); margin: 0 !important; color: var(--nf-white); }

.nf-cta-bar em { color: var(--nf-gold); font-style: italic; }

@media (max-width: 782px) {
	.nf-cta-bar { padding: 28px 22px; }
	.nf-partner-card { padding: 26px 20px; }
	.nf-person-card { padding: 24px 20px; }
	.nf-people { gap: 16px; }
	.nf-partners { gap: 20px; }
}

/* ============ Responsive ============ */
@media (max-width: 782px) {
	.nusface-hero-photo img { max-height: 520px; }
	.nusface-price-card { padding: 26px 20px; }
	.nusface-form-card { padding: 26px 18px; }
	.nusface-wa-float { right: 16px; bottom: 16px; width: 44px; height: 44px; }

	.nusface-wall .wp-block-column { margin-left: 0; }

	.nusface-wall img,
	.nusface-wall video { aspect-ratio: 3/4; }

	.nusface-trust { gap: 10px 24px; }

	.nusface-footer__inner { grid-template-columns: 1fr 1fr; gap: 28px; }
	.nusface-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
	.nusface-footer__inner { grid-template-columns: 1fr; }
	.nusface-footer__bar { flex-direction: column; }
}

/* ============ Act 1 · Hero — full-bleed rotating slides (Helene-style) ============ */
.nf-hero-full {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	min-height: 80vh;
	max-height: 840px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: var(--nf-ink);
	color: var(--nf-white);
	padding: 0;
}

.nf-hero-slides {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.nf-hero-slide {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0;
	animation: nfSlide 21s linear infinite;
	will-change: opacity;
}

.nf-hero-slide:nth-child(2) { animation-delay: 7s; }
.nf-hero-slide:nth-child(3) { animation-delay: 14s; }

@keyframes nfSlide {
	0%, 4% { opacity: 0; }
	8%, 30% { opacity: 1; }
	36%, 100% { opacity: 0; }
}

.nf-hero-scrim {
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(90deg, rgba(20, 20, 20, 0.82) 0%, rgba(20, 20, 20, 0.45) 38%, rgba(20, 20, 20, 0) 68%),
		linear-gradient(0deg, rgba(20, 20, 20, 0.72) 0%, rgba(20, 20, 20, 0) 44%);
}

.nf-hero-content {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(96px, 12vh, 140px) clamp(20px, 5vw, 64px) clamp(40px, 7vh, 76px);
}

.nf-hero-content .wp-block-heading {
	color: var(--nf-white);
	font-size: clamp(36px, 3.6vw, 48px);
	line-height: 1.1;
	margin-bottom: 20px !important;
	max-width: 16ch;
}

.nf-hero-content .wp-block-heading em {
	font-style: italic;
	color: var(--nf-gold);
}

.nf-hero-content .nusface-kicker { color: var(--nf-gold); margin-bottom: 20px !important; }

.nf-hero-content .nusface-sub { color: rgba(250, 247, 242, 0.88); max-width: 52ch; margin-bottom: 28px !important; }

.nf-hero-content .nusface-sub strong { color: var(--nf-white); }

.nf-hero-content .nusface-hero-note { color: rgba(250, 247, 242, 0.55); }

.nf-hero-content .nusface-trust {
	border-top: 1px solid rgba(250, 247, 242, 0.25);
	margin-top: 36px;
	padding-top: 24px;
}

.nf-hero-content .nusface-trust p { color: rgba(250, 247, 242, 0.62); }

@media (max-width: 782px) {
	.nf-hero-full { min-height: 78vh; }

	.nf-hero-scrim {
		background: linear-gradient(0deg, rgba(20, 20, 20, 0.88) 8%, rgba(20, 20, 20, 0.35) 52%, rgba(20, 20, 20, 0) 80%);
	}

	.nf-hero-content { padding: 72px 20px 36px; }
}

/* ============ Factory documentary videos ============ */
.nf-doc-video video,
.nf-doc-video--43 video {
	display: block;
	width: 100%;
	background: var(--nf-ink);
}
.nf-doc-video video { aspect-ratio: 16/9; object-fit: cover; }
.nf-doc-video--43 video { aspect-ratio: 4/3; object-fit: cover; }
.nf-doc-video + .nf-note,
.nf-doc-video--43 + .nf-note { margin-top: 10px; }

/* ============ Collection: horizontal drag rail ============ */
.nusface-wall .wp-block-columns {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 24px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	overscroll-behavior-x: contain;
	cursor: grab;
	padding-bottom: 18px;
}
.nusface-wall .wp-block-columns::-webkit-scrollbar { height: 4px; }
.nusface-wall .wp-block-columns::-webkit-scrollbar-track { background: transparent; }
.nusface-wall .wp-block-columns::-webkit-scrollbar-thumb { background: var(--nf-line); }
.nusface-wall .wp-block-columns.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.nusface-wall .wp-block-column {
	flex: 0 0 288px;
	min-width: 288px;
	scroll-snap-align: start;
}
@media (max-width: 781px) {
	.nusface-wall .wp-block-columns {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		gap: 20px;
	}
	.nusface-wall .wp-block-columns > .wp-block-column {
		flex: 0 0 288px !important;
		min-width: 288px;
	}
}

/* ============ Kadence chrome alignment ============ */
.site-title { display: none; }
body.home .entry-hero,
body.page-id-8 .entry-hero,
body.page-id-9 .entry-hero,
body.page-id-10 .entry-hero,
body.page-id-11 .entry-hero,
body.page-id-13 .entry-hero,
body.page-child.parent-pageid-8 .entry-hero { display: none; }
body.home .content-area,
body.page-id-8 .content-area,
body.page-id-9 .content-area,
body.page-id-10 .content-area,
body.page-id-11 .content-area,
body.page-id-13 .content-area,
body.page-child.parent-pageid-8 .content-area { margin-top: 0; margin-bottom: 0; }
body.home .entry-content-wrap,
body.page-id-8 .entry-content-wrap,
body.page-id-9 .entry-content-wrap,
body.page-id-10 .entry-content-wrap,
body.page-id-11 .entry-content-wrap,
body.page-id-13 .entry-content-wrap,
body.page-child.parent-pageid-8 .entry-content-wrap { padding-top: 0; padding-bottom: 0; }
.site-bottom-footer-wrap { display: none; }

@media (max-width: 540px) {
	.nf-hero-content .wp-block-buttons { gap: 8px; }
	.nf-hero-content .wp-block-button { width: 100%; }
	.nf-hero-content .wp-block-button__link {
		width: 100%;
		padding-inline: 16px;
		font-size: 12px;
		letter-spacing: 1.6px;
		white-space: nowrap;
	}
}

/* ============ Motion: scroll reveal ============ */
html.js .nf-reveal {
	opacity: 0;
	transform: translateY(14px);
	transition: opacity .4s cubic-bezier(.25,1,.5,1), transform .4s cubic-bezier(.25,1,.5,1);
}
html.js .nf-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	html.js .nf-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ============ Section background rhythm ============ */
.nf-section--paper { background: var(--nf-bg-2); }

/* ============ Hover micro-interactions ============ */
.nf-person-card,
.nf-partner-card,
.nusface-price-card,
.nusface-wall .wp-block-column {
	transition: transform .3s cubic-bezier(.25,1,.5,1), box-shadow .3s cubic-bezier(.25,1,.5,1);
}
.nf-person-card:hover,
.nf-partner-card:hover,
.nusface-price-card:hover,
.nusface-wall .wp-block-column:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(20, 20, 20, .10);
}

/* ============ Smooth anchor scrolling ============ */
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 96px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* ============ BA: feathered crossfade + header hairline ============ */
.nf-ba-before-wrap {
	clip-path: none !important;
	-webkit-mask-image: linear-gradient(to right, #000 calc(var(--nf-ba-pos) - 30px), transparent calc(var(--nf-ba-pos) + 30px));
	mask-image: linear-gradient(to right, #000 calc(var(--nf-ba-pos) - 30px), transparent calc(var(--nf-ba-pos) + 30px));
}
#main-header { border-bottom: 1px solid rgba(201, 169, 97, 0.45); }

/* Product page: colorway heading size */
.nf-h2s { font-size: 26px; }

/* ============ Homepage v12: editorial factory story ============ */
:root {
	--nf-ink-rgb: 20 20 20;
	--nf-white-rgb: 255 255 255;
}

.nf-home-v12 {
	overflow: clip;
	background: var(--nf-bg);
}

.entry-content .nf-v12-section {
	position: relative;
	padding: clamp(56px, 6vw, 84px) clamp(20px, 4vw, 48px);
}

.nf-v12-section > .wp-block-group__inner-container > :last-child { margin-bottom: 0 !important; }

.nf-v12-section > * {
	position: relative;
	z-index: 2;
}

.nf-v12-section h2 {
	font-size: clamp(30px, 3.2vw, 42px);
	line-height: 1.16;
	color: var(--nf-text);
	margin-bottom: 22px !important;
}

.nf-v12-section h2 em {
	color: var(--nf-gold-deep);
	font-style: italic;
}

.nf-v12-section p {
	color: var(--nf-text-2);
}

.nf-v12-section-head {
	max-width: 760px;
	margin: 0 auto 46px !important;
	text-align: center;
}

.nf-v12-section-head .nusface-kicker,
.nf-v12-section-head p {
	margin-inline: auto;
}

.nf-v12-text-link a {
	color: var(--nf-gold-deep);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid var(--nf-gold);
}

/* Hero: keep the current three assets, but give the copy a readable glass-free panel. */
.nf-v12-hero {
	min-height: min(780px, calc(100svh - 72px));
	max-height: none;
	align-items: center;
	background: var(--nf-ink);
}

.nf-v12-hero .nf-hero-slide {
	background-position: center;
	animation-duration: 24s;
}

.nf-v12-hero .nf-hero-slide:nth-child(2) { animation-delay: 8s; }
.nf-v12-hero .nf-hero-slide:nth-child(3) { animation-delay: 16s; }

.nf-v12-hero .nf-hero-slide--collection { background-position: center 50%; }
.nf-v12-hero .nf-hero-slide--factory { background-position: center 48%; }
.nf-v12-hero .nf-hero-slide--painting { background-position: center 45%; }

.nf-v12-hero .nf-hero-scrim {
	background: linear-gradient(90deg, rgb(var(--nf-ink-rgb) / .58), rgb(var(--nf-ink-rgb) / .12) 72%);
}

.nf-v12-hero-panel {
	width: min(650px, calc(100% - 64px));
	margin: 0 auto 0 max(32px, calc((100vw - 1240px) / 2));
	padding: clamp(32px, 4vw, 52px) !important;
	background: rgb(var(--nf-ink-rgb) / .78);
	border: 1px solid rgb(var(--nf-white-rgb) / .14);
	border-left: 3px solid var(--nf-gold);
	box-shadow: 0 20px 60px rgb(var(--nf-ink-rgb) / .24);
	box-sizing: border-box;
}

.nf-v12-hero-panel .wp-block-heading {
	font-size: clamp(35px, 3.4vw, 48px);
	line-height: 1.08;
	max-width: 17ch;
	margin-bottom: 20px !important;
}

.nf-v12-hero-panel .nusface-sub {
	font-size: 16px;
	max-width: 56ch;
	margin-bottom: 24px !important;
}

.nf-v12-hero-facts {
	gap: 0;
	margin: 0 0 28px !important;
	border-block: 1px solid rgb(var(--nf-white-rgb) / .18);
}

.nf-v12-hero-facts .wp-block-column {
	padding: 15px 14px;
	border-right: 1px solid rgb(var(--nf-white-rgb) / .14);
}

.nf-v12-hero-facts .wp-block-column:first-child { padding-left: 0; }
.nf-v12-hero-facts .wp-block-column:last-child { border-right: 0; }
.nf-v12-hero-facts p { margin: 0 !important; line-height: 1.25; }
.nf-v12-hero-facts strong { display: block; color: var(--nf-white); font-family: var(--nf-serif); font-size: 20px; font-weight: 600; }
.nf-v12-hero-facts span { display: block; margin-top: 4px; color: rgb(var(--nf-white-rgb) / .62); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.nf-v12-hero-panel .nusface-btn-ghost .wp-block-button__link { color: var(--nf-white); border-color: rgb(var(--nf-white-rgb) / .58); }

/* Count-up facts: one compact row at every size. */
.nf-v12-proof-band {
	padding: 22px clamp(16px, 4vw, 48px);
	background: var(--nf-ink);
	border-top: 1px solid rgb(var(--nf-white-rgb) / .12);
}

.nf-v12-proof-grid {
	max-width: 1240px;
	margin: 0 auto !important;
	gap: 0;
}

.nf-v12-proof-grid .wp-block-column {
	position: relative;
	padding: 10px clamp(12px, 2.2vw, 30px);
	border-right: 1px solid rgb(var(--nf-white-rgb) / .13);
}

.nf-v12-proof-grid .wp-block-column:last-child { border-right: 0; }
.nf-v12-count { margin: 0 !important; line-height: 1.25; text-align: center; }
.nf-v12-count::before { content: '✦'; display: block; margin-bottom: 3px; color: var(--nf-gold); font-size: 8px; }
.nf-v12-count strong { display: block; color: var(--nf-gold); font-family: var(--nf-serif); font-size: clamp(23px, 2.5vw, 34px); font-style: italic; font-weight: 500; }
.nf-v12-count span { display: block; color: rgb(var(--nf-white-rgb) / .58); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }

/* Brand story. */
.nf-v12-house { background: var(--nf-bg); }
.nf-v12-split { gap: clamp(44px, 7vw, 96px); }
.nf-v12-house .wp-block-column:first-child { max-width: 620px; }
.nf-v12-editorial-image { position: relative; max-width: 470px; margin-left: auto; }
.nf-v12-editorial-image::before { content: ''; position: absolute; inset: 22px -22px -22px 22px; border: 1px solid var(--nf-gold); z-index: -1; }
.nf-v12-editorial-image img { width: 100%; max-height: 600px; object-fit: cover; object-position: center 35%; }
.nf-v12-signature { margin-top: 34px !important; padding-top: 24px; border-top: 1px solid var(--nf-line); color: var(--nf-gold-deep) !important; font-family: var(--nf-serif); font-size: clamp(19px, 2vw, 26px); font-style: italic; }

/* Before/after: one horizontal hairpiece on a restrained gold-wave stage. */
.nf-v12-ba-section {
	overflow: hidden;
	background: var(--nf-bg-2);
}

.nf-v12-ba-section::before,
.nf-v12-ba-section::after {
	content: '';
	position: absolute;
	left: -12%;
	width: 124%;
	border-radius: 50%;
	pointer-events: none;
}

.nf-v12-ba-section::before {
	top: -30%;
	height: 64%;
	background: var(--nf-bg-3);
	opacity: .88;
}

.nf-v12-ba-section::after {
	bottom: -44%;
	height: 72%;
	background: var(--nf-gold);
	opacity: .16;
}

.nf-v12-ba-layout { gap: clamp(38px, 5vw, 70px); }
.nf-v12-ba {
	padding: 30px 18px;
	background: rgb(var(--nf-white-rgb) / .42);
	border: 1px solid rgb(var(--nf-white-rgb) / .62);
	box-shadow: 0 18px 50px rgb(var(--nf-ink-rgb) / .10);
}

.nf-v12-ba .nf-ba-frame { aspect-ratio: 16 / 9; background: transparent; }
.nf-v12-ba .nf-ba-img { object-fit: contain; padding: 7%; box-sizing: border-box; }
.nf-v12-ba .nf-ba-handle { background: var(--nf-white); color: var(--nf-ink); border: 2px solid var(--nf-white); }
.nf-v12-ba .nf-ba-label { bottom: 10px; color: var(--nf-ink); background: rgb(var(--nf-white-rgb) / .76); }
.nf-v12-ba .nf-ba-label--a { background: var(--nf-ink); color: var(--nf-white); }
.nf-v12-check-list { margin: 26px 0 20px; padding: 0; list-style: none; }
.nf-v12-check-list li { position: relative; padding: 10px 0 10px 28px; border-top: 1px solid var(--nf-line); color: var(--nf-text-2); }
.nf-v12-check-list li::before { content: '◇'; position: absolute; left: 2px; color: var(--nf-gold-deep); }
/* Factory: one balanced video, real media mosaic and a compact horizontal QC rail. */
.nf-v12-factory { background: var(--nf-bg); }
.nf-v12-factory-intro { gap: clamp(38px, 6vw, 84px); margin-bottom: 28px !important; }
.nf-v12-video { margin: 0 !important; }
.nf-v12-video video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--nf-ink); }
.nf-v12-video figcaption { margin-top: 8px; color: var(--nf-text-2); font-size: 11px; text-align: center; }
.nf-v12-factory-gallery { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px !important; margin: 34px 0 48px !important; }
.entry-content .nf-v12-factory-gallery.has-nested-images > figure.wp-block-image { width: auto !important; height: 210px !important; max-height: 210px; }
.entry-content .nf-v12-factory-gallery.has-nested-images > figure.wp-block-image > img { width: 100% !important; height: 100% !important; max-height: 210px !important; aspect-ratio: auto !important; object-fit: cover; }
.nf-v12-qc-summary { max-width: 72ch; margin: 0 0 22px !important; padding: 13px 0 13px 22px; color: var(--nf-text-2) !important; border-left: 2px solid var(--nf-gold); font-size: 13px; line-height: 1.65; }
.nf-v12-qc-kicker { margin-bottom: 20px !important; }
.nf-v12-qc-card { min-width: 0; margin-bottom: 0 !important; padding: 22px 16px; background: var(--nf-bg-2); border-top: 2px solid var(--nf-gold); transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
.nf-v12-qc-card:hover { transform: translateY(-4px); background: var(--nf-white); box-shadow: 0 12px 28px rgb(var(--nf-ink-rgb) / .08); }
.nf-v12-step-number { margin: 0 0 14px !important; color: var(--nf-gold-deep) !important; font-family: var(--nf-serif); font-size: 17px; font-style: italic; }
.nf-v12-qc-card h3 { margin: 0 0 10px !important; font-family: var(--nf-sans); font-size: 13px; font-weight: 700; }
.nf-v12-qc-card p:last-child { margin: 0 !important; font-size: 11px; line-height: 1.55; }

/* Product collection. */
.nf-v12-collection { background: var(--nf-bg-2); }
.nf-v12-product-card { overflow: hidden; margin-bottom: 0 !important; padding: 0 0 24px; background: var(--nf-white); border: 1px solid var(--nf-line); transition: transform .35s cubic-bezier(.25,1,.5,1), box-shadow .35s ease; }
.nf-v12-product-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgb(var(--nf-ink-rgb) / .10); }
.nf-v12-product-card figure { overflow: hidden; margin: 0 0 20px !important; }
.nf-v12-product-card img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 18%; transition: transform .7s cubic-bezier(.25,1,.5,1); }
.nf-v12-product-card:hover img { transform: scale(1.025); }
.nf-v12-product-index,
.nf-v12-product-card h3,
.nf-v12-product-detail { margin-inline: 22px !important; }
.nf-v12-product-index { margin-bottom: 7px !important; color: var(--nf-gold-deep) !important; font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.nf-v12-product-card h3 { margin-bottom: 7px !important; font-size: 23px; }
.nf-v12-product-card h3 a { color: var(--nf-text); text-decoration: none; }
.nf-v12-product-detail { margin-bottom: 0 !important; font-size: 12px; }

/* Sourcing comparison: compact B2B scan pattern with the verified content intact. */
.nf-v12-value { background: var(--nf-bg); }
.nf-sourcing-head { margin: 0 0 24px !important; }
.entry-content h2.nf-sourcing-title { margin: 0 !important; color: var(--nf-text-2); font-family: var(--nf-sans); font-size: 14px !important; font-weight: 700; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.nf-sourcing-table { width: 100%; max-width: 100%; margin: 0 !important; overflow: hidden; border: 0; border-top: 2px solid var(--nf-ink); background: var(--nf-white); box-shadow: inset 0 0 0 1px var(--nf-line); }
.nf-sourcing-table table { width: 100%; min-width: 0; margin: 0; border: 0; border-collapse: collapse; table-layout: fixed; }
.nf-sourcing-table th,
.nf-sourcing-table td { padding: 14px 18px; border: 0; border-bottom: 1px solid var(--nf-line); color: var(--nf-text-2); font-size: 12px; line-height: 1.5; vertical-align: top; text-align: left; }
.nf-sourcing-table thead th { padding: 15px 18px; color: var(--nf-text); background: var(--nf-bg-2); font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: none; }
.nf-sourcing-table thead th:first-child,
.nf-sourcing-table tbody th { width: 21%; }
.nf-sourcing-table thead th:nth-child(2) { color: var(--nf-white); background: var(--nf-gold-deep); }
.nf-sourcing-table thead th:nth-child(3),
.nf-sourcing-table thead th:nth-child(4) { background: var(--nf-bg); }
.nf-sourcing-table tbody th { color: var(--nf-text-2); background: var(--nf-bg-2); font-size: 10px; font-weight: 700; letter-spacing: .025em; text-transform: uppercase; }
.nf-sourcing-table tbody td:nth-child(2) { background: rgb(var(--nf-gold-rgb) / .09); }
.nf-sourcing-table tr:last-child th,
.nf-sourcing-table tr:last-child td { border-bottom: 0; }
.nf-sourcing-table strong { display: block; margin-bottom: 4px; color: var(--nf-text); font-family: var(--nf-serif); font-size: 17px; font-weight: 500; line-height: 1.2; }
.nf-sourcing-table tbody tr:first-child th,
.nf-sourcing-table tbody tr:first-child td { padding-block: 20px; }
.nf-sourcing-table tbody tr:first-child td strong { color: var(--nf-gold-deep); font-size: clamp(22px, 2.1vw, 27px); font-variant-numeric: tabular-nums; }
.nf-sourcing-table tbody tr:first-child td:nth-child(3) strong,
.nf-sourcing-table tbody tr:first-child td:nth-child(4) strong { color: var(--nf-ink); }
.nf-sourcing-note { max-width: 76ch; margin: 18px 0 0 !important; padding: 12px 0 12px 16px; border-left: 2px solid var(--nf-gold); color: var(--nf-text-2) !important; font-size: 12px; line-height: 1.65; }
.nf-sourcing-note strong { color: var(--nf-text); }
.nf-sourcing-action { justify-content: center; margin-top: 28px !important; }
.nf-sku-v14-compare { background: var(--nf-bg); }

/* Partner path: compact matrix instead of a long numbered column. */
.nf-v12-partner { background: var(--nf-bg-3); }
.nf-v12-partner-layout { gap: clamp(44px, 7vw, 96px); }
.nf-v12-order-step { height: 100%; min-height: 150px; padding: 22px; background: rgb(var(--nf-white-rgb) / .62); border: 1px solid rgb(var(--nf-white-rgb) / .82); box-sizing: border-box; display: grid; grid-template-rows: auto auto 1fr; transition: transform 180ms ease-out, background 180ms ease-out; }
.nf-v12-order-step:hover { transform: translateY(-4px); background: var(--nf-white); }
.nf-v12-order-step h3 { margin: 0 0 5px !important; font-family: var(--nf-sans); font-size: 14px; font-weight: 700; }
.nf-v12-order-step p:last-child { margin: 0 !important; font-size: 11px; line-height: 1.5; }
.nusface-btn-dark .wp-block-button__link { background: var(--nf-ink); color: var(--nf-white); }
.nusface-btn-dark .wp-block-button__link:hover { background: var(--nf-gold-deep); transform: translateY(-2px); }

/* Real customer proof: privacy-safe images, visible controls and native zoom. */
.nf-v12-feedback { background: var(--nf-bg-2); overflow: hidden; }
.nf-v12-feedback .nf-v12-section-head { margin-bottom: 20px !important; }
.nf-v12-feedback-controls { margin-bottom: 16px !important; gap: 20px; }
.nf-v12-feedback-hint { margin: 0 !important; color: var(--nf-text-2) !important; font-size: 11px; letter-spacing: .04em; }
.nf-v12-feedback-nav { gap: 14px; }
.nf-v12-feedback-index { min-width: 48px; margin: 0 !important; color: var(--nf-gold-deep) !important; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.nf-v12-feedback-nav .wp-block-buttons { gap: 6px; }
.nf-v12-feedback-nav .wp-block-button__link { display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 1px solid var(--nf-line); border-radius: 2px; background: var(--nf-white); color: var(--nf-ink); font-size: 18px; line-height: 1; }
.nf-v12-feedback-nav .wp-block-button__link:hover,
.nf-v12-feedback-nav .wp-block-button__link:focus-visible { border-color: var(--nf-gold); background: var(--nf-ink); color: var(--nf-white); }
.nf-v12-feedback-nav .wp-block-button__link[aria-disabled="true"] { opacity: .38; cursor: default; }
.nf-v12-feedback-card { position: relative; align-self: stretch; margin: 0 !important; overflow: hidden; background: var(--nf-white); border: 1px solid var(--nf-line); scroll-snap-align: start; scroll-snap-stop: always; transition: transform .3s ease, box-shadow .3s ease; }
.nf-v12-feedback-card > .wp-block-group__inner-container { display: grid; height: 100%; grid-template-rows: auto 1fr; }
.nf-v12-feedback-card figure { margin: 0 !important; overflow: hidden; }
.nf-v12-feedback-media { position: relative; height: clamp(330px, 34vw, 390px); background: var(--nf-bg-3); cursor: zoom-in; }
.nf-v12-feedback-media img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.nf-v12-feedback-media .lightbox-trigger { width: 42px; height: 42px; border-radius: 2px; background: rgb(var(--nf-ink-rgb) / .84); color: var(--nf-white); }
.nf-v12-feedback-copy { min-height: 230px; padding: 22px; box-sizing: border-box; }
.nf-v12-feedback-verified { display: inline-flex; min-height: 28px; align-items: center; margin: 0 0 18px !important; padding: 6px 9px; background: var(--nf-bg-3); color: var(--nf-gold-deep) !important; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nf-v12-feedback-person { margin: 0 0 4px !important; color: var(--nf-text-2) !important; font-size: 11px; }
.nf-v12-feedback-copy h3 { margin: 0 0 3px !important; font-family: var(--nf-sans); font-size: 15px; font-weight: 700; line-height: 1.4; }
.nf-v12-feedback-location { margin: 0 0 18px !important; color: var(--nf-gold-deep) !important; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.nf-v12-feedback-quote { margin: 0 !important; color: var(--nf-text) !important; font-family: var(--nf-serif); font-size: clamp(17px, 1.55vw, 19px); font-style: italic; line-height: 1.45; }

@media (hover: hover) and (pointer: fine) {
	.nf-v12-feedback-card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgb(var(--nf-ink-rgb) / .09); }
}

/* FAQ and final contact bridge. */
.nf-v12-faq { background: var(--nf-bg-2); }
.nf-v12-faq .wp-block-details { margin: 0; padding: 22px 0; border-top: 1px solid var(--nf-line); }
.nf-v12-faq .wp-block-details:last-child { border-bottom: 1px solid var(--nf-line); }
.nf-v12-faq summary { color: var(--nf-text); font-family: var(--nf-serif); font-size: 20px; cursor: pointer; }
.nf-v12-faq details p { max-width: 68ch; margin: 14px 0 0 !important; }

.nf-v12-footer-bridge { min-height: 390px; text-align: center; }
.nf-v12-footer-bridge .wp-block-cover__image-background { object-position: center 48%; }
.nf-v12-footer-bridge__content { width: min(760px, calc(100% - 40px)); margin: 0 auto; }
.nf-v12-footer-bridge__content .nusface-kicker { color: var(--nf-gold); }
.nf-v12-footer-bridge__content h2 { max-width: 19ch; margin-inline: auto; color: var(--nf-white); }
.nf-v12-footer-bridge__content p:not(.nusface-kicker) { max-width: 58ch; margin-inline: auto; color: rgb(var(--nf-white-rgb) / .72); }
.nf-v12-footer-bridge__content .wp-block-buttons { justify-content: center; }
.nf-v12-footer-bridge__content .nusface-btn-ghost .wp-block-button__link { color: var(--nf-white); border-color: rgb(var(--nf-white-rgb) / .6); }

/* Motion: a restrained living surface, never layout-affecting. */
@keyframes nfV12Float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-3px); }
}

.nf-v12-product-card:nth-child(2),
.nf-v12-product-card:nth-child(5) {
	animation: nfV12Float 7s ease-in-out infinite;
}

.nf-v12-product-card:nth-child(5) { animation-delay: -3.5s; }

@media (max-width: 980px) {
	.nf-v12-feedback-card { scroll-snap-align: start; }
}

@media (max-width: 782px) {
	.entry-content .nf-v12-section { padding: 48px 20px; }
	.nf-v12-section-head { margin-bottom: 34px !important; text-align: left; }
	.nf-v12-section-head .nusface-kicker,
	.nf-v12-section-head p { margin-inline: 0; }

	.nf-v12-hero {
		min-height: 730px;
		align-items: flex-end;
	}

	.nf-v12-hero .nf-hero-slide {
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center top;
	}

	.nf-v12-hero .nf-hero-scrim {
		background: linear-gradient(0deg, var(--nf-ink) 0 35%, rgb(var(--nf-ink-rgb) / .72) 55%, rgb(var(--nf-ink-rgb) / .04) 86%);
	}

	.nf-v12-hero-panel {
		width: 100%;
		margin: 0;
		padding: 76px 22px 28px !important;
		background: linear-gradient(180deg, rgb(var(--nf-ink-rgb) / 0), rgb(var(--nf-ink-rgb) / .94) 18%, var(--nf-ink) 100%);
		border: 0;
		border-left: 2px solid var(--nf-gold);
		box-shadow: none;
	}

	.nf-v12-hero-panel .wp-block-heading { font-size: clamp(31px, 9vw, 38px); }
	.nf-v12-hero-panel .nusface-kicker { margin-bottom: 15px !important; font-size: 9px; letter-spacing: .22em; }
	.nf-v12-hero-panel .nusface-sub { font-size: 13px; line-height: 1.6; }
	.nf-v12-hero-facts .wp-block-column { padding: 12px 8px; }
	.nf-v12-hero-facts strong { font-size: 16px; }
	.nf-v12-hero-facts span { font-size: 8px; letter-spacing: .06em; }
	.nf-v12-hero-panel .wp-block-buttons { display: grid; grid-template-columns: 1fr 1fr; }
	.nf-v12-hero-panel .wp-block-button { width: auto; }
	.nf-v12-hero-panel .wp-block-button__link { min-height: 48px; display: flex; align-items: center; justify-content: center; padding: 12px 10px; font-size: 10px; letter-spacing: .1em; }

	.nf-v12-proof-band { padding: 16px 8px; }
	.nf-v12-proof-grid .wp-block-column { padding: 8px 5px; }
	.nf-v12-count strong { font-size: 21px; }
	.nf-v12-count span { font-size: 7px; letter-spacing: .04em; }
	.nf-v12-count::before { display: none; }

	.nf-v12-split,
	.nf-v12-ba-layout,
	.nf-v12-factory-intro,
	.nf-v12-partner-layout,
	.nf-v12-inquiry-layout { gap: 38px; }
	.nf-v12-editorial-image { max-width: none; margin: 0 18px 18px 0; }
	.nf-v12-editorial-image img { max-height: 520px; }

	.nf-v12-ba-layout { flex-direction: column !important; }
	.nf-v12-ba-layout > .wp-block-column { flex-basis: auto !important; }
	.nf-v12-ba { padding: 14px 6px; margin-inline: -8px; }
	.nf-v12-ba .nf-ba-frame { aspect-ratio: 3 / 2; }
	.nf-v12-ba .nf-ba-img { padding: 5%; }

	.nf-v12-factory-gallery { grid-template-columns: 1.35fr .8fr; grid-template-rows: repeat(2, 130px); }
	.nf-v12-factory-gallery figure:first-child { grid-row: 1 / 3; }
	.entry-content .nf-v12-factory-gallery.has-nested-images > figure.wp-block-image,
	.entry-content .nf-v12-factory-gallery.has-nested-images > figure.wp-block-image > img { height: 100% !important; max-height: none !important; }

	.nf-sourcing-head { margin-bottom: 18px !important; }
	.entry-content h2.nf-sourcing-title { font-size: 12px !important; }
	.nf-sourcing-table { width: 100%; max-width: 100%; overflow-x: auto; overflow-y: hidden; border-right: 1px solid var(--nf-line); overscroll-behavior-inline: contain; scrollbar-width: thin; -webkit-overflow-scrolling: touch; }
	.nf-sourcing-table table { width: 820px; min-width: 820px; table-layout: fixed; }
	.nf-sourcing-table thead th,
	.nf-sourcing-table tbody td { width: 220px; min-width: 220px; padding: 12px 14px; font-size: 10.5px; line-height: 1.5; overflow-wrap: anywhere; }
	.nf-sourcing-table thead th { height: 58px; font-size: 8.5px; line-height: 1.35; vertical-align: middle; }
	.nf-sourcing-table thead th:first-child,
	.nf-sourcing-table tbody th { position: sticky; left: 0; z-index: 2; width: 160px; min-width: 160px; padding: 10px 12px; box-shadow: 1px 0 0 var(--nf-line); font-size: 9px; line-height: 1.35; }
	.nf-sourcing-table thead th:first-child { z-index: 3; background: var(--nf-bg-2); }
	.nf-sourcing-table tbody tr:first-child th,
	.nf-sourcing-table tbody tr:first-child td { padding-block: 16px; }
	.nf-sourcing-table strong { margin-bottom: 4px; font-size: 15px; }
	.nf-sourcing-table tbody tr:first-child td strong { font-size: 20px; }
	.nf-sourcing-note { margin-top: 14px !important; padding: 10px 0 10px 12px; font-size: 11px; }

	.nf-v12-partner-layout { flex-direction: column !important; }
	.nf-v12-partner-layout > .wp-block-column { flex-basis: auto !important; }
	.nf-v12-order-step { min-height: 128px; padding: 14px 10px; }
	.nf-v12-order-step h3 { font-size: 12px; }
	.nf-v12-order-step p:last-child { font-size: 9px; }

	.nf-v12-feedback-card { flex-basis: min(86vw, 380px); }
	.nf-v12-feedback-media { height: 370px; }
	.nf-v12-feedback-copy { min-height: 268px; padding: 22px; }
	.nf-v12-feedback-hint { text-align: left; }
	.nf-v12-faq summary { font-size: 18px; }
	.nf-v12-inquiry .nusface-form-card { padding: 24px 18px; }
	.nf-v12-inquiry-steps p { grid-template-columns: 112px 1fr; }
	.nf-v12-footer-bridge { min-height: 420px; }
	.nf-v12-footer-bridge .wp-block-cover__image-background { object-position: 56% center; }
	.nf-v12-footer-bridge__content { text-align: left; }
	.nf-v12-footer-bridge__content h2,
	.nf-v12-footer-bridge__content p:not(.nusface-kicker) { margin-inline: 0; }
	.nf-v12-footer-bridge__content .wp-block-buttons { justify-content: flex-start; }
}

@media (max-width: 430px) {
	.nf-v12-hero { min-height: 710px; }
	.nf-v12-hero-panel .wp-block-heading { font-size: 31px; }
	.nf-v12-hero-panel .wp-block-buttons { grid-template-columns: 1fr; }
	.nf-v12-hero-panel .wp-block-button__link { width: 100%; }
	.nf-v12-order-step { min-height: 118px; }
}

@media (prefers-reduced-motion: reduce) {
	.nf-v12-hero .nf-hero-slide { animation: none !important; opacity: 0; }
	.nf-v12-hero .nf-hero-slide:first-child { opacity: 1; }
	.nf-v12-product-card { animation: none !important; }
	.nf-v12-product-card,
	.nf-v12-qc-card,
	.nf-v12-order-step,
	.nf-v12-feedback-card { transition: none !important; }
}

/* Kadence adds an inner wrapper to Group blocks; keep layout rules on that wrapper. */
.nf-v12-qc-rail,
.nf-v12-product-grid,
.nf-v12-order-rail,
.nf-v12-feedback-rail {
	display: block;
}

.nf-v12-qc-rail > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 10px;
}

.nf-v12-product-grid > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.nf-v12-order-rail > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: 1fr;
	gap: 12px;
}

.nf-v12-order-step,
.nf-custom-v1-process-card,
.nf-info-v1-audience-card,
.nf-info-v1-process-card { margin-bottom: 0 !important; }

.nf-v12-feedback-rail > .wp-block-group__inner-container {
	display: grid;
	grid-auto-columns: clamp(320px, 31vw, 400px);
	grid-auto-flow: column;
	grid-auto-rows: 1fr;
	align-items: stretch;
	gap: 18px;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	padding: 4px 0 8px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.nf-v12-feedback-rail > .wp-block-group__inner-container::-webkit-scrollbar { display: none; }

@media (max-width: 980px) {
	.nf-v12-qc-rail > .wp-block-group__inner-container { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.nf-v12-product-grid > .wp-block-group__inner-container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 782px) {
	.nf-v12-qc-rail > .wp-block-group__inner-container,
	.nf-v12-product-grid > .wp-block-group__inner-container {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		overscroll-behavior-x: contain;
		padding-bottom: 12px;
	}

	.nf-v12-qc-rail > .wp-block-group__inner-container > .nf-v12-qc-card {
		flex: 0 0 44%;
		scroll-snap-align: start;
	}

	.nf-v12-product-grid > .wp-block-group__inner-container {
		gap: 24px;
		padding-top: 4px;
		padding-bottom: 14px;
	}

	.nf-v12-product-grid > .wp-block-group__inner-container > .nf-v12-product-card {
		flex: 0 0 78%;
		scroll-snap-align: start;
	}

	.nf-v12-order-rail > .wp-block-group__inner-container {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px;
	}

	.nf-v12-feedback-controls { align-items: flex-end; }
	.nf-v12-feedback-hint { max-width: 22ch; }
	.nf-v12-feedback-rail > .wp-block-group__inner-container { margin-right: -20px; padding-right: 64px; }
	.nf-v12-feedback-rail > .wp-block-group__inner-container { grid-auto-columns: min(82vw, 360px); }
	.nf-v12-feedback-media { height: 330px; }
	.nf-v12-feedback-copy { min-height: 220px; padding: 20px; }
}

@media (max-width: 430px) {
	.nf-v12-qc-rail > .wp-block-group__inner-container > .nf-v12-qc-card { flex-basis: 48%; }
}

/* About Us v12. */
.nf-about-v12 { background: var(--nf-bg); overflow: clip; }
.nf-about-hero { min-height: 610px; align-items: flex-end; }
.nf-about-hero .wp-block-cover__image-background { object-position: center 38%; }
.nf-about-hero .wp-block-cover__inner-container { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 90px 0 64px; }
.nf-about-hero-panel { max-width: 700px; padding: clamp(30px, 4vw, 48px); background: rgb(var(--nf-ink-rgb) / .80); border-left: 3px solid var(--nf-gold); }
.nf-about-hero-panel .nusface-kicker { color: var(--nf-gold); }
.nf-about-hero-panel h1 { max-width: 17ch; margin-bottom: 20px !important; color: var(--nf-white); font-size: clamp(36px, 4.2vw, 48px); line-height: 1.08; }
.nf-about-hero-panel p:last-child { max-width: 58ch; margin-bottom: 0 !important; color: rgb(var(--nf-white-rgb) / .72); }
.nf-about-v12 .nf-v12-proof-band { margin-block: 0 !important; }
.nf-about-story { background: var(--nf-bg); }
.nf-about-story-grid { gap: clamp(44px, 7vw, 92px); }
.nf-about-story-grid figure { margin: 0 !important; }
.nf-about-story-grid img { width: 100%; min-height: 430px; object-fit: cover; }
.nf-about-media { background: var(--nf-bg-2); }
.nf-about-media-grid { display: grid !important; grid-template-columns: 1.35fr .85fr; grid-template-rows: repeat(2, 220px); gap: 12px !important; }
.nf-about-media-grid figure { width: auto !important; margin: 0 !important; }
.nf-about-media-grid figure:first-child { grid-row: 1 / 3; }
.nf-about-media-grid img { width: 100% !important; height: 100% !important; object-fit: cover; }
.nf-about-work-grid { gap: 14px; align-items: stretch !important; }
.nf-about-work-grid > .wp-block-column { display: flex; min-width: 0; }
.nf-about-work-card { width: 100%; height: 100%; margin: 0 !important; background: rgb(var(--nf-white-rgb) / .72); border-top: 1px solid var(--nf-gold); }
.nf-about-work-card > .wp-block-group__inner-container { display: flex; height: 100%; flex-direction: column; }
.nf-about-work-card figure { margin: 0 0 22px !important; overflow: hidden; }
.nf-about-work-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.nf-about-work-image--review img { object-position: center 42%; }
.nf-about-work-card h3 { margin: 0 22px 10px !important; font-size: 22px; }
.nf-about-work-card p { margin-inline: 22px !important; color: var(--nf-text-2); font-size: 13px; }
.nf-about-work-card p:last-child { margin-bottom: 24px !important; }
.nf-about-records { background: var(--nf-bg-3); }
.nf-about-record-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.nf-about-record-grid > .wp-block-group__inner-container { display: contents; }
.nf-about-record-card { padding: 28px 22px; background: rgb(var(--nf-white-rgb) / .66); border-top: 2px solid var(--nf-gold); transition: transform .3s ease, background .3s ease; }
.nf-about-record-card:hover { transform: translateY(-4px); background: var(--nf-white); }
.nf-about-record-card h3 { margin: 0 0 10px !important; font-family: var(--nf-sans); font-size: 14px; font-weight: 700; }
.nf-about-record-card p:last-child { margin-bottom: 0 !important; font-size: 12px; }
.nf-about-verify { background: var(--nf-bg); }
.nf-about-verify-grid { gap: 14px; align-items: stretch !important; }
.nf-about-verify-grid > .wp-block-column { display: flex; }
.nf-about-verify-card { width: 100%; height: 100%; margin: 0 !important; padding: 28px 24px; border: 1px solid var(--nf-line); box-sizing: border-box; }
.nf-about-verify-card > .wp-block-group__inner-container { display: flex; height: 100%; flex-direction: column; }
.nf-about-verify-card h3 { margin-bottom: 12px !important; font-size: 22px; }
.nf-about-verify-card p:last-child { margin-bottom: 0 !important; color: var(--nf-text-2); font-size: 13px; }
.nf-about-film { background: var(--nf-bg); }
.nf-about-cta { background: var(--nf-ink); text-align: center; }
.nf-about-cta h2 { color: var(--nf-white); }
.nf-about-cta p { max-width: 62ch; margin-inline: auto; color: rgb(var(--nf-white-rgb) / .68); }
.nf-about-cta .wp-block-buttons { justify-content: center; }

@media (max-width: 782px) {
	.nf-about-hero { min-height: 680px; }
	.nf-about-hero .wp-block-cover__image-background { object-position: 38% center; }
	.nf-about-hero .wp-block-cover__inner-container { width: calc(100% - 32px); padding: 180px 0 18px; }
	.nf-about-hero-panel { padding: 26px 22px; }
	.nf-about-hero-panel h1 { font-size: 33px; }
	.nf-about-story-grid img { min-height: 360px; }
	.nf-about-media-grid { grid-template-rows: repeat(2, 140px); }
	.nf-about-work-grid,
	.nf-about-verify-grid { display: grid !important; width: calc(100% + 20px); max-width: none; padding-right: 20px; grid-auto-flow: column; grid-auto-columns: min(82vw, 330px); gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
	.nf-about-work-grid::-webkit-scrollbar,
	.nf-about-verify-grid::-webkit-scrollbar { display: none; }
	.nf-about-work-grid > .wp-block-column,
	.nf-about-verify-grid > .wp-block-column { scroll-snap-align: start; }
	.nf-about-record-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.nf-about-record-card { padding: 20px 16px; }
}

/* Individual SKU pages under Balayage Wigs. */
.nf-sku-v13 { background: var(--nf-bg); overflow: clip; }
.nf-sku-hero { background: var(--nf-bg-2); }
.nf-sku-hero-grid { gap: clamp(36px, 5vw, 72px); }
.nf-sku-visual-stack,
.nf-sku-buybox { margin: 0; }
.nf-sku-hero-image { margin: 0 !important; overflow: hidden; background: var(--nf-bg-3); }
.nf-sku-hero-image img { width: 100%; height: clamp(480px, 51vw, 640px); object-fit: cover; transition: transform .55s ease; }
.nf-sku-hero-image:hover img { transform: scale(1.015); }
.nf-sku-angle-rail { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px !important; margin-top: 8px !important; }
.nf-sku-angle-rail figure { width: auto !important; margin: 0 !important; overflow: hidden; }
.entry-content .nf-sku-angle-rail.has-nested-images > figure.wp-block-image > img { width: 100% !important; height: 116px !important; aspect-ratio: auto !important; object-fit: cover; transition: transform .35s ease; }
.nf-sku-angle-rail figure:hover img { transform: scale(1.03); }
.nf-sku-buybox { position: sticky; top: 104px; padding: clamp(24px, 3vw, 38px); background: rgb(var(--nf-white-rgb) / .58); border: 1px solid rgb(var(--nf-white-rgb) / .78); box-shadow: 0 20px 54px rgb(var(--nf-ink-rgb) / .08); }
.nf-sku-breadcrumb { margin: 0 0 14px !important; color: var(--nf-text-2) !important; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nf-sku-breadcrumb a { color: var(--nf-gold-deep); text-decoration: none; }
.nf-sku-hero h1 { max-width: 15ch; margin: 0 0 14px !important; color: var(--nf-text); font-size: clamp(36px, 4vw, 48px); line-height: 1.06; }
.nf-sku-lead { margin-bottom: 10px !important; color: var(--nf-text) !important; font-family: var(--nf-serif); font-size: 18px; font-style: italic; line-height: 1.45; }
.nf-sku-custom-note { margin: 14px 0 0 !important; padding: 12px 14px; color: var(--nf-text-2) !important; font-size: 11px; line-height: 1.55; background: var(--nf-bg); border-left: 2px solid var(--nf-gold); }
.nf-sku-price-row { margin: 22px 0 18px !important; border-block: 1px solid var(--nf-line); }
.nf-sku-price-row > .wp-block-group__inner-container { display: grid; grid-template-columns: 1fr 1fr; }
.nf-sku-price,
.nf-sku-delivery { margin: 0 !important; padding: 14px 0; }
.nf-sku-price { padding-right: 14px; border-right: 1px solid var(--nf-line); }
.nf-sku-delivery { padding-left: 14px; }
.nf-sku-price span,
.nf-sku-delivery span { display: block; margin-bottom: 4px; color: var(--nf-text-2); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nf-sku-price strong,
.nf-sku-delivery strong { display: block; color: var(--nf-text); font-family: var(--nf-serif); font-size: 21px; font-weight: 500; line-height: 1.2; }
.nf-sku-decision-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 0 0 22px; }
.nf-sku-decision-grid > .wp-block-group__inner-container { display: contents; }
.nf-sku-decision-card { min-height: 74px; margin: 0 !important; padding: 12px; background: var(--nf-bg); border: 1px solid var(--nf-line); transition: transform .28s ease, border-color .28s ease; }
.nf-sku-decision-card:hover { transform: translateY(-3px); border-color: var(--nf-gold); }
.nf-sku-decision-label { margin: 0 0 5px !important; color: var(--nf-gold-deep) !important; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nf-sku-decision-value { margin: 0 !important; color: var(--nf-text) !important; font-size: 12px; font-weight: 650; line-height: 1.35; }
.nf-sku-hero-actions { display: grid !important; grid-template-columns: 1.2fr 1fr; gap: 10px; }
.nf-sku-hero-actions .wp-block-button,
.nf-sku-hero-actions .wp-block-button__link { width: 100%; }
.nf-sku-hero-actions .wp-block-button__link { padding-inline: 12px; }
.nf-sku-color-section { background: var(--nf-bg-3); }
.nf-sku-color-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 12% 18%, rgb(var(--nf-white-rgb) / .54), transparent 42%), radial-gradient(ellipse at 86% 78%, rgb(var(--nf-white-rgb) / .30), transparent 40%); }
.nf-sku-color-map { position: relative; gap: 12px; }
.nf-sku-color-card { min-height: 160px; margin: 0 !important; padding: 28px; background: rgb(var(--nf-white-rgb) / .58); border-top: 2px solid var(--nf-gold); transition: transform .3s ease, background .3s ease; }
.nf-sku-color-card:hover { transform: translateY(-5px); background: var(--nf-white); }
.nf-sku-map-index { margin: 0 0 26px !important; color: var(--nf-gold-deep) !important; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.nf-sku-color-card h3 { margin: 0 !important; font-size: 21px; line-height: 1.25; }
.nf-sku-catalog { background: var(--nf-ink); }
.nf-sku-catalog-grid { gap: clamp(28px, 5vw, 64px); }
.nf-sku-catalog h2 { max-width: 20ch; margin-bottom: 12px !important; color: var(--nf-white); }
.nf-sku-catalog p:not(.nusface-kicker) { max-width: 66ch; margin-bottom: 0 !important; color: rgb(var(--nf-white-rgb) / .68); }
.nf-sku-catalog .wp-block-buttons { justify-content: flex-end; }
.nf-sku-catalog .nusface-btn-ghost .wp-block-button__link { color: var(--nf-white); border-color: rgb(var(--nf-white-rgb) / .42); }
.nf-sku-catalog .nusface-btn-ghost .wp-block-button__link:hover,
.nf-sku-catalog .nusface-btn-ghost .wp-block-button__link:focus-visible { color: var(--nf-ink); background: var(--nf-white); border-color: var(--nf-white); }
.nf-sku-proof { background: var(--nf-ink); }
.nf-sku-proof-grid { gap: clamp(36px, 6vw, 80px); }
.nf-sku-proof-image { margin: 0 !important; }
.nf-sku-proof-image img { width: 100%; max-height: 620px; object-fit: contain; background: var(--nf-ink); }
.nf-sku-proof h2 { color: var(--nf-white); }
.nf-sku-proof p:not(.nusface-kicker) { color: rgb(var(--nf-white-rgb) / .68); }
.nf-sku-gallery-section { background: var(--nf-bg-2); }
.nf-sku-gallery { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px !important; }
.nf-sku-gallery figure { width: auto !important; margin: 0 !important; overflow: hidden; }
.nf-sku-gallery img { width: 100% !important; height: 330px !important; object-fit: cover; transition: transform .4s ease; }
.nf-sku-gallery figure:hover img { transform: scale(1.025); }
.nf-sku-specs { background: var(--nf-bg-3); }
.nf-sku-spec-layout { gap: clamp(42px, 7vw, 90px); }
.nf-sku-spec-table { overflow-x: auto; }
.nf-sku-spec-table table { width: 100%; border-collapse: collapse; background: rgb(var(--nf-white-rgb) / .66); }
.nf-sku-spec-table th,
.nf-sku-spec-table td { padding: 14px 16px; border-bottom: 1px solid var(--nf-line); text-align: left; font-size: 13px; }
.nf-sku-spec-table th { width: 38%; color: var(--nf-text); font-weight: 700; }
.nf-sku-spec-table td { color: var(--nf-text-2); }
.nf-sku-details { margin-top: 28px; }
.nf-sku-detail { margin: 0 !important; padding: 16px 0; border-top: 1px solid var(--nf-line); }
.nf-sku-detail:last-child { border-bottom: 1px solid var(--nf-line); }
.nf-sku-detail summary { color: var(--nf-text); font-size: 13px; font-weight: 700; cursor: pointer; }
.nf-sku-detail[open] summary,
.nf-sku-detail summary:hover { color: var(--nf-gold-deep); }
.nf-sku-detail p { margin: 12px 0 0 !important; font-size: 12px; }
.nf-sku-cta { background: var(--nf-ink); text-align: center; }
.nf-sku-cta h2 { color: var(--nf-white); }
.nf-sku-cta p { max-width: 62ch; margin-inline: auto; color: rgb(var(--nf-white-rgb) / .68); }
.nf-sku-cta .wp-block-buttons { justify-content: center; }

@media (max-width: 782px) {
	.nf-sku-hero-grid { gap: 24px; }
	.nf-sku-hero-image img { height: min(78vw, 340px); max-height: none; object-position: center top; }
	.nf-sku-angle-rail { display: none !important; }
	.nf-sku-buybox { position: static; margin-top: -12px !important; padding: 22px 16px; }
	.nf-sku-hero h1 { margin-bottom: 10px !important; font-size: 32px; }
	.nf-sku-lead { margin-bottom: 7px !important; font-size: 15px; line-height: 1.35; }
	.nf-sku-buybox > p:not(.nf-sku-breadcrumb):not(.nf-sku-lead):not(.nf-sku-custom-note) { margin-bottom: 8px !important; font-size: 12px; line-height: 1.55; }
	.nf-sku-custom-note { margin-top: 10px !important; padding: 9px 10px; font-size: 9.5px; line-height: 1.45; }
	.nf-sku-price-row { margin: 14px 0 12px !important; }
	.nf-sku-price,
	.nf-sku-delivery { padding-block: 10px; }
	.nf-sku-price strong,
	.nf-sku-delivery strong { font-size: 17px; }
	.nf-sku-decision-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; margin-bottom: 14px; }
	.nf-sku-decision-card { min-height: 58px; padding: 9px 7px; }
	.nf-sku-decision-label { margin-bottom: 3px !important; font-size: 7px; }
	.nf-sku-decision-value { font-size: 10px; line-height: 1.25; }
	.nf-sku-hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
	.nf-sku-hero-actions .wp-block-button,
	.nf-sku-hero-actions .wp-block-button__link { width: 100%; }
	.nf-sku-hero-actions .wp-block-button__link { min-height: 48px; padding: 12px 8px; font-size: 8px; line-height: 1.35; }
	.nf-sku-color-map { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
	.nf-sku-color-map > .wp-block-column { min-width: 0; }
	.nf-sku-color-card { min-height: 132px; padding: 16px 12px; }
	.nf-sku-map-index { margin-bottom: 18px !important; font-size: 8px; }
	.nf-sku-color-card h3 { font-size: 15px; }
	.nf-sku-catalog-grid { flex-direction: column !important; gap: 24px; }
	.nf-sku-catalog-grid > .wp-block-column { width: 100%; flex-basis: auto !important; }
	.nf-sku-catalog .wp-block-buttons { justify-content: flex-start; }
	.nf-sku-catalog .wp-block-button,
	.nf-sku-catalog .wp-block-button__link { width: 100%; }
	.nf-sku-proof-grid { gap: 28px; }
	.nf-sku-proof-image img { max-height: 480px; }
	.nf-sku-gallery { display: flex !important; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
	.nf-sku-gallery::-webkit-scrollbar { display: none; }
	.nf-sku-gallery figure { flex: 0 0 78%; scroll-snap-align: start; }
	.nf-sku-gallery img { height: 390px !important; }
	.nf-sku-spec-layout { gap: 32px; }
}

@media (max-width: 420px) {
	.nf-sku-hero h1 { font-size: 30px; }
	.nf-sku-buybox { padding-inline: 14px; }
	.nf-sku-decision-value { font-size: 9.5px; }
}

@media (prefers-reduced-motion: reduce) {
	.nf-sku-hero-image img,
	.nf-sku-angle-rail img,
	.nf-sku-decision-card,
	.nf-sku-color-card,
	.nf-sku-gallery img { transition: none; }
}

/* ============ Finished color reference v14: compact decision page ============ */
.nf-sku-v14 { overflow: clip; background: var(--nf-bg); }
.entry-content .nf-sku-v14 .nf-section.alignfull { padding-inline: clamp(20px, 4vw, 48px); }
.nf-sku-v14-hero { background: var(--nf-bg-2); }
.nf-sku-v14-hero-grid { gap: clamp(34px, 4.5vw, 64px); }
.nf-sku-v14-visual,
.nf-sku-v14-main-image { margin: 0 !important; }
.nf-sku-v14-main-image { aspect-ratio: 4 / 5; overflow: hidden; background: var(--nf-bg-3); }
.nf-sku-v14-main-image img { display: block; width: 100%; height: 100% !important; object-fit: contain; object-position: center; }
.nf-sku-v14-angle-rail { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px !important; margin-top: 8px !important; }
.nf-sku-v14-angle-rail figure { width: auto !important; height: 104px !important; margin: 0 !important; overflow: hidden; background: var(--nf-bg-3); }
.entry-content .nf-sku-v14-angle-rail.has-nested-images > figure.wp-block-image > img { display: block; width: 100% !important; height: 104px !important; aspect-ratio: auto !important; object-fit: cover; object-position: center top; }
.nf-product-gallery > .wp-block-group__inner-container { display: grid; grid-template-columns: 76px minmax(0, 1fr); grid-template-rows: auto; gap: 10px; }
.nf-product-gallery-stage { position: relative; grid-column: 2; grid-row: 1; }
.nf-product-gallery-main { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.nf-product-gallery-video { display: block; width: 100%; height: 100%; object-fit: contain; background: var(--nf-ink); }
.nf-product-gallery-video-poster { position: relative; display: block; width: 100%; height: 100%; padding: 0; overflow: hidden; border: 0; background: var(--nf-bg-3); cursor: pointer; }
.nf-product-gallery-video-poster img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.nf-product-gallery-video-poster-label { position: absolute; top: 50%; left: 50%; display: grid; min-width: 132px; min-height: 56px; padding: 10px 16px; border: 1px solid rgb(var(--nf-white-rgb) / .7); border-radius: 999px; background: rgb(var(--nf-ink-rgb) / .78); color: var(--nf-white); font-family: var(--nf-sans); font-size: 10px; font-weight: 700; letter-spacing: .08em; line-height: 1.2; place-items: center; text-transform: uppercase; transform: translate(-50%, -50%); }
.nf-product-gallery-main[hidden],
.nf-product-gallery-video[hidden],
.nf-product-gallery-video-poster[hidden] { display: none !important; }
.nf-product-gallery-main:focus-visible,
.nf-product-gallery-thumb:focus-visible,
.nf-product-gallery-arrow:focus-visible,
.nf-product-gallery-dialog button:focus-visible { outline: 2px solid var(--nf-gold-deep); outline-offset: 3px; }
.nf-product-gallery .nf-sku-v14-angle-rail { display: grid !important; grid-column: 1; grid-row: 1; grid-template-columns: 1fr; align-content: start; gap: 8px !important; margin: 0 !important; }
.nf-product-gallery .nf-sku-v14-angle-rail figure { width: 76px !important; height: 92px !important; }
.nf-product-gallery-thumb { position: relative; display: block; width: 100%; height: 100%; padding: 0; overflow: hidden; border: 1px solid transparent; background: var(--nf-bg-3); cursor: pointer; }
.nf-product-gallery-thumb[aria-pressed="true"] { border-color: var(--nf-gold-deep); }
.entry-content .nf-product-gallery .nf-sku-v14-angle-rail figure .nf-product-gallery-thumb img { display: block; width: 100% !important; height: 100% !important; object-fit: cover; object-position: center top; }
.nf-product-gallery-thumb-label { position: absolute; right: 4px; bottom: 4px; left: 4px; padding: 4px 3px; background: rgb(var(--nf-ink-rgb) / .76); color: var(--nf-white); font-family: var(--nf-sans); font-size: 7px; font-weight: 700; letter-spacing: .04em; line-height: 1.2; text-align: center; text-transform: uppercase; }
.nf-product-gallery-arrow { position: absolute; top: 50%; z-index: 2; width: 42px; height: 42px; padding: 0; border: 1px solid rgb(var(--nf-white-rgb) / .72); border-radius: 50%; background: rgb(var(--nf-ink-rgb) / .72); color: var(--nf-white); font-family: var(--nf-sans); font-size: 30px; line-height: 1; transform: translateY(-50%); cursor: pointer; }
.nf-product-gallery-previous { left: 12px; }
.nf-product-gallery-next { right: 12px; }

.nf-product-gallery-dialog { width: min(92vw, 1040px); max-width: none; height: min(92vh, 860px); max-height: none; padding: 0; overflow: hidden; border: 0; background: var(--nf-ink); color: var(--nf-white); }
.nf-product-gallery-dialog::backdrop { background: rgb(var(--nf-ink-rgb) / .86); }
.nf-product-gallery-dialog-inner { position: relative; display: grid; width: 100%; height: 100%; place-items: center; }
.nf-product-gallery-dialog figure { width: 100%; height: 100%; margin: 0 !important; }
.nf-product-gallery-dialog img { display: block; width: 100%; height: 100%; object-fit: contain; }
.nf-product-gallery-dialog-close,
.nf-product-gallery-dialog-arrow { position: absolute; z-index: 2; width: 44px; height: 44px; padding: 0; border: 1px solid rgb(var(--nf-white-rgb) / .44); border-radius: 50%; background: rgb(var(--nf-ink-rgb) / .76); color: var(--nf-white); cursor: pointer; }
.nf-product-gallery-dialog-close { top: 16px; right: 16px; font-size: 28px; line-height: 1; }
.nf-product-gallery-dialog-arrow { top: 50%; font-size: 30px; line-height: 1; transform: translateY(-50%); }
.nf-product-gallery-dialog-previous { left: 16px; }
.nf-product-gallery-dialog-next { right: 16px; }
.nf-sku-v14-buybox { margin: 0 !important; padding: clamp(26px, 3vw, 38px); background: rgb(var(--nf-white-rgb) / .68); border-top: 3px solid var(--nf-gold); }
.nf-sku-v14-buybox h1 { max-width: 15ch; margin: 0 0 12px !important; font-size: clamp(36px, 3.6vw, 46px); line-height: 1.06; }
.nf-sku-v14-buybox > p:not(.nf-sku-breadcrumb):not(.nf-sku-lead):not(.nf-sku-custom-note) { color: var(--nf-text-2); font-size: 13px; }
.nf-sku-v14-price-strip { display: block !important; }
.nf-sku-v14-price-strip > .wp-block-group__inner-container { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nf-sku-v14-price-strip { margin: 18px 0 12px !important; border-block: 1px solid var(--nf-line); }
.nf-sku-v14-price-strip p { margin: 0 !important; padding: 12px 14px 12px 0; }
.nf-sku-v14-price-strip p + p { padding-left: 14px; border-left: 1px solid var(--nf-line); }
.nf-sku-v14-quote-note { margin: 0 0 12px !important; color: var(--nf-text-2) !important; font-size: 10px; line-height: 1.55; }
.nf-sku-v14-price-strip span,
.nf-sku-v14-formula span,
.nf-sku-v14-spec-strip span,
.nf-sku-v14-brief-card span { display: block; margin-bottom: 4px; color: var(--nf-gold-deep); font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.nf-sku-v14-price-strip strong { display: block; color: var(--nf-text); font-family: var(--nf-serif); font-size: 20px; font-weight: 500; line-height: 1.2; }
.nf-sku-v14-formula { display: block !important; }
.nf-sku-v14-formula > .wp-block-group__inner-container { display: grid; width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
.nf-sku-v14-formula { margin: 0 0 8px !important; }
.nf-sku-v14-formula p { min-height: 76px; margin: 0 !important; padding: 11px 10px; background: var(--nf-bg); border: 1px solid var(--nf-line); }
.nf-sku-v14-formula strong { display: block; color: var(--nf-text); font-size: 11px; line-height: 1.35; }
.nf-sku-v14-spec-strip { display: block !important; }
.nf-sku-v14-spec-strip > .wp-block-group__inner-container { display: grid; width: 100%; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; }
.nf-sku-v14-spec-strip { margin: 0 0 16px !important; background: var(--nf-line); border: 1px solid var(--nf-line); }
.nf-sku-v14-spec-strip p { min-width: 0; margin: 0 !important; padding: 10px 8px; background: var(--nf-white); }
.nf-sku-v14-spec-strip strong { display: block; color: var(--nf-text); font-size: 10px; line-height: 1.3; }
.nf-sku-v14-actions { display: grid !important; grid-template-columns: 1.35fr 1fr; gap: 8px; }
.nf-sku-v14-actions .wp-block-button,
.nf-sku-v14-actions .wp-block-button__link { width: 100%; }
.nf-sku-v14-actions .wp-block-button__link { padding-inline: 10px; }

.nf-sku-v14-build { padding-block: clamp(40px, 5vw, 58px) !important; background: var(--nf-bg-3); }
.nf-sku-v14-build-grid { gap: clamp(30px, 4vw, 56px); }
.nf-sku-v14-build h2 { max-width: 16ch; margin-bottom: 14px !important; font-size: clamp(30px, 2.8vw, 36px); }
.nf-sku-v14-build .wp-block-column:first-child > p:not(.nusface-kicker):not(.nf-sku-v14-delivery) { color: var(--nf-text-2); }
.nf-sku-v14-delivery { margin-top: 20px !important; color: var(--nf-text) !important; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.nf-sku-v14-brief-grid { display: block !important; }
.nf-sku-v14-brief-grid > .wp-block-group__inner-container { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.nf-sku-v14-brief-card { min-height: 132px; margin: 0 !important; padding: 20px 17px; background: rgb(var(--nf-white-rgb) / .72); border-top: 2px solid var(--nf-gold); }
.nf-sku-v14-brief-card p { margin: 0 !important; }
.nf-sku-v14-brief-card strong { display: block; margin-top: 22px; color: var(--nf-text); font-family: var(--nf-serif); font-size: 17px; font-weight: 500; line-height: 1.28; }

.nf-sku-v14-craft { background: var(--nf-bg-2); }
.nf-sku-v14-craft-grid { gap: clamp(34px, 5vw, 72px); }
.nf-sku-v14-craft-media { display: block !important; }
.nf-sku-v14-craft-media > .wp-block-group__inner-container { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.nf-sku-v15-proof-card { min-width: 0; margin: 0 !important; overflow: hidden; background: var(--nf-white); border: 1px solid var(--nf-line); }
.nf-sku-v15-proof-image { margin: 0 !important; }
.nf-sku-v15-proof-image img { display: block; width: 100%; height: 215px !important; object-fit: cover; object-position: center; }
.nf-sku-v15-proof-copy { min-height: 142px; margin: 0 !important; padding: 16px; }
.nf-sku-v15-proof-copy p { margin: 0 !important; color: var(--nf-text-2); font-size: 10px; line-height: 1.55; }
.nf-sku-v15-proof-copy p:first-child { margin-bottom: 7px !important; color: var(--nf-gold-deep); font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.nf-sku-v15-proof-copy h3 { margin: 0 0 7px !important; color: var(--nf-text); font-size: 16px; line-height: 1.25; }
.nf-sku-v14-craft h2 { max-width: 15ch; margin-bottom: 18px !important; font-size: clamp(31px, 3.2vw, 40px); }
.nf-sku-v14-craft .wp-block-column:last-child > p:not(.nusface-kicker) { color: var(--nf-text-2); }
.nf-sku-v15-proof-list { display: block !important; margin: 24px 0 0 !important; border-top: 1px solid var(--nf-line); }
.nf-sku-v15-proof-list p { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 14px; margin: 0 !important; padding: 12px 0; border-bottom: 1px solid var(--nf-line); }
.nf-sku-v15-proof-list span { color: var(--nf-gold-deep); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.nf-sku-v15-proof-list strong { color: var(--nf-text); font-size: 11px; font-weight: 600; line-height: 1.45; }
.nf-sku-v14-craft-note { margin-top: 22px !important; padding-top: 18px; border-top: 1px solid var(--nf-line); font-size: 12px; }
.nf-sku-v15-proof-action { margin-top: 18px !important; }

.nf-sku-v14-cta { background: var(--nf-ink); text-align: center; }
.nf-sku-v14-cta .nusface-kicker { color: var(--nf-gold); }
.nf-sku-v14-cta h2 { max-width: 22ch; margin: 0 auto 14px !important; color: var(--nf-white); font-size: clamp(31px, 3.4vw, 42px); }
.nf-sku-v14-cta > p:not(.nusface-kicker):not(.nf-sku-v14-back),
.nf-sku-v14-cta > .wp-block-group__inner-container > p:not(.nusface-kicker):not(.nf-sku-v14-back) { max-width: 68ch; margin-inline: auto; color: rgb(var(--nf-white-rgb) / .68); }
.nf-sku-v14-cta-actions { justify-content: center; margin-top: 24px !important; }
.nf-sku-v14-cta .nusface-btn-ghost .wp-block-button__link { color: var(--nf-white); border-color: rgb(var(--nf-white-rgb) / .45); }
.nf-sku-v14-back { margin: 20px 0 0 !important; }
.nf-sku-v14-back a { color: rgb(var(--nf-white-rgb) / .56); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }

@media (max-width: 782px) {
	.nf-sku-v14-hero-grid { gap: 20px; }
	.nf-sku-v14-hero-grid > .wp-block-column { width: 100%; flex-basis: auto !important; }
	.nf-sku-v14-main-image img { height: 100% !important; }
	.nf-sku-v14-angle-rail figure { height: 88px !important; }
	.entry-content .nf-sku-v14-angle-rail.has-nested-images > figure.wp-block-image > img { height: 88px !important; }
	.nf-product-gallery > .wp-block-group__inner-container { grid-template-columns: minmax(0, 1fr); grid-template-rows: auto auto; gap: 8px; }
	.nf-product-gallery-stage { grid-column: 1; grid-row: 1; }
	.nf-product-gallery .nf-sku-v14-angle-rail { grid-column: 1; grid-row: 2; grid-auto-flow: column; grid-auto-columns: 72px; grid-template-columns: none; gap: 6px !important; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; }
	.nf-product-gallery .nf-sku-v14-angle-rail figure { width: 72px !important; height: 78px !important; scroll-snap-align: start; }
	.nf-product-gallery-arrow { width: 38px; height: 38px; font-size: 27px; }
	.nf-product-gallery-dialog { width: 100vw; height: 100dvh; }
	.nf-product-gallery-dialog-close { top: max(12px, env(safe-area-inset-top)); right: 12px; }
	.nf-product-gallery-dialog-previous { left: 10px; }
	.nf-product-gallery-dialog-next { right: 10px; }
	.nf-sku-v14-buybox { padding: 24px 16px; }
	.nf-sku-v14-buybox h1 { font-size: 32px; }
	.nf-sku-v14-buybox > p:not(.nf-sku-breadcrumb):not(.nf-sku-lead):not(.nf-sku-custom-note) { font-size: 12px; }
	.nf-sku-v14-formula strong { font-size: 9.5px; }
	.nf-sku-v14-spec-strip span { font-size: 6.5px; letter-spacing: .04em; }
	.nf-sku-v14-spec-strip strong { font-size: 9px; }
	.nf-sku-v14-actions { grid-template-columns: 1fr; }
	.nf-sku-v14-build-grid { gap: 28px; }
	.nf-sku-v14-build-grid > .wp-block-column { width: 100%; flex-basis: auto !important; }
	.nf-sku-v14-craft-grid { gap: 24px; }
	.nf-sku-v14-craft-grid > .wp-block-column { width: 100%; flex-basis: auto !important; }
	.nf-sku-v14-craft-media > .wp-block-group__inner-container { grid-auto-flow: column; grid-template-columns: none; grid-auto-columns: min(78vw, 300px); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
	.nf-sku-v14-craft-media > .wp-block-group__inner-container > * { scroll-snap-align: start; }
	.nf-sku-v15-proof-image img { height: 230px !important; }
	.nf-sku-v15-proof-copy { min-height: 148px; }
	.nf-sku-v15-proof-list p { grid-template-columns: 96px minmax(0, 1fr); }
	.nf-sku-v15-proof-action .wp-block-button,
	.nf-sku-v15-proof-action .wp-block-button__link { width: 100%; }
	.nf-sku-v14-brief-grid > .wp-block-group__inner-container { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
	.nf-sku-v14-brief-card { min-height: 132px; padding: 17px 12px; }
	.nf-sku-v14-brief-card strong { margin-top: 20px; font-size: 14px; }
	.nf-sku-v14-cta-actions { display: grid !important; grid-template-columns: 1fr; }
	.nf-sku-v14-cta-actions .wp-block-button,
	.nf-sku-v14-cta-actions .wp-block-button__link { width: 100%; }
}

@media (max-width: 390px) {
	.nf-sku-v14-buybox { padding-inline: 14px; }
	.nf-sku-v14-price-strip strong { font-size: 18px; }
	.nf-sku-v14-brief-card { padding-inline: 8px; }
	.nf-sku-v14-brief-card strong { font-size: 13px; }
}

/* ============ Catalog v1: 21 custom color references ============ */
.page-id-11 .entry-header { display: none; }
.nf-catalog-v1 { overflow: clip; background: var(--nf-bg); }
.entry-content .nf-catalog-v1 .nf-section.alignfull { padding-inline: clamp(20px, 4vw, 48px); }
.nf-catalog-v1-hero { background: var(--nf-ink); }
.nf-catalog-v1-hero .nusface-kicker { color: var(--nf-gold); }
.nf-catalog-v1-hero-grid { gap: clamp(42px, 7vw, 94px); }
.nf-catalog-v1-hero h1 { max-width: 14ch; margin-bottom: 18px !important; color: var(--nf-white); font-size: clamp(40px, 4.7vw, 60px); line-height: 1.02; }
.nf-catalog-v1-hero p:not(.nusface-kicker) { max-width: 56ch; color: rgb(var(--nf-white-rgb) / .68); }
.nf-catalog-v1-lead { color: var(--nf-white) !important; font-family: var(--nf-serif); font-size: 19px; font-style: italic; line-height: 1.45; }
.nf-catalog-v1-actions { margin-top: 30px; }
.nf-catalog-v1-actions .nusface-btn-ghost .wp-block-button__link { color: var(--nf-white); border-color: rgb(var(--nf-white-rgb) / .48); }
.nf-catalog-v1-cover { width: min(100%, 540px); margin: 0 0 0 auto !important; border: 1px solid rgb(var(--nf-white-rgb) / .15); box-shadow: 0 28px 70px rgb(0 0 0 / .38); }
.nf-catalog-v1-cover img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; }
.nf-catalog-v1-band { padding: 0 clamp(20px, 4vw, 48px); background: var(--nf-bg-3); }
.nf-catalog-v1-facts { max-width: 1280px; margin: 0 auto; }
.nf-catalog-v1-facts > .wp-block-column { padding: 24px clamp(10px, 2vw, 28px); border-right: 1px solid var(--nf-line); }
.nf-catalog-v1-facts > .wp-block-column:last-child { border-right: 0; }
.nf-catalog-v1-facts p { margin: 0 !important; }
.nf-catalog-v1-facts strong { display: block; margin-bottom: 4px; color: var(--nf-gold-deep); font-family: var(--nf-serif); font-size: 23px; font-weight: 500; line-height: 1; }
.nf-catalog-v1-facts span { color: var(--nf-text-2); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.nf-catalog-v1-brief-section { background: var(--nf-bg-2); }
.nf-catalog-v1-brief-section .nf-v12-section-head { max-width: 760px; margin-bottom: clamp(28px, 4vw, 44px) !important; }
.nf-catalog-v1-brief-grid > .wp-block-group__inner-container { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: clamp(14px, 2vw, 22px); }
.nf-catalog-v1-brief-card { height: 100%; margin: 0 !important; padding: clamp(22px, 3vw, 32px); background: rgb(var(--nf-white-rgb) / .7); border-top: 2px solid var(--nf-gold); }
.nf-catalog-v1-brief-index { margin: 0 0 22px !important; color: var(--nf-gold-deep) !important; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.nf-catalog-v1-brief-card h3 { margin-bottom: 12px !important; font-size: clamp(22px, 2vw, 28px); }
.nf-catalog-v1-brief-card > .wp-block-group__inner-container > p:last-child { max-width: 42ch; margin-bottom: 0 !important; color: var(--nf-text-2); font-size: 13px; }
.nf-catalog-v1-video-proof,
.nf-balayage-v2-video-proof { background: var(--nf-bg); }
.nf-catalog-v1-video-proof .nf-v12-section-head,
.nf-balayage-v2-video-proof .nf-v12-section-head { max-width: 700px; margin-inline: auto !important; text-align: center; }
.nf-catalog-v1-video-grid { margin-top: clamp(28px, 4vw, 44px) !important; }
.nf-catalog-v1-video-grid > .wp-block-group__inner-container { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: clamp(16px, 2vw, 24px); }
.nf-catalog-v1-video-panel { display: flex; min-width: 0; height: 100%; flex-direction: column; margin: 0 !important; padding: clamp(16px, 2.4vw, 28px); background: rgb(var(--nf-white-rgb) / .72); border-top: 2px solid var(--nf-gold); }
.nf-catalog-v1-video-panel > .wp-block-group__inner-container { display: flex; height: 100%; flex-direction: column; }
.nf-catalog-v1-video-panel h3 { margin-bottom: 8px !important; font-size: clamp(21px, 2vw, 27px); }
.nf-catalog-v1-video-panel > .wp-block-group__inner-container > p { max-width: 54ch; margin-bottom: 20px !important; color: var(--nf-text-2); font-size: 12px; }
.nf-catalog-v1-video { position: relative; width: 100%; margin: auto 0 0 !important; background: var(--nf-ink); }
.nf-catalog-v1-video-proof .nf-catalog-v1-video video,
.nf-balayage-v2-video-proof .nf-catalog-v1-video video { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; background: var(--nf-ink); }
.nf-catalog-v1-video video:focus-visible { outline: 3px solid var(--nf-gold); outline-offset: 4px; }
.nf-catalog-v1-video-play { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; border: 0; background: linear-gradient(180deg, transparent 50%, rgb(var(--nf-ink-rgb) / .28)); color: var(--nf-white); cursor: pointer; }
.nf-catalog-v1-video-play[hidden] { display: none; }
.nf-catalog-v1-video-play-mark { display: grid; width: 58px; height: 58px; place-items: center; padding-left: 4px; border: 1px solid rgb(var(--nf-white-rgb) / .72); border-radius: 50%; background: rgb(var(--nf-ink-rgb) / .76); font-size: 18px; box-sizing: border-box; }
.nf-catalog-v1-video-play-copy { padding: 7px 10px; background: rgb(var(--nf-ink-rgb) / .78); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nf-catalog-v1-video-play:focus-visible { outline: 3px solid var(--nf-gold); outline-offset: -5px; }
.nusface-contact-dock[hidden] { display: none !important; }
.nf-catalog-v1-use { background: var(--nf-bg-3); text-align: center; }
.nf-catalog-v1-use > .wp-block-group__inner-container > h2 { margin-inline: auto; }
.nf-catalog-v1-steps { gap: 10px; margin-block: 32px !important; text-align: left; }
.nf-catalog-v1-step { height: 100%; min-height: 190px; margin: 0 !important; padding: 24px; background: rgb(var(--nf-white-rgb) / .66); border-top: 2px solid var(--nf-gold); }
.nf-catalog-v1-step p:first-child { color: var(--nf-gold-deep); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.nf-catalog-v1-step h3 { font-size: 21px; }
.nf-catalog-v1-step p:last-child { margin-bottom: 0 !important; font-size: 12px; }

@media (max-width: 782px) {
	.nf-catalog-v1-hero-grid { flex-direction: column !important; gap: 32px; }
	.nf-catalog-v1-hero-grid > .wp-block-column { width: 100%; flex-basis: auto !important; }
	.nf-catalog-v1-hero h1 { font-size: 38px; }
	.nf-catalog-v1-actions { display: grid !important; grid-template-columns: 1.2fr 1fr; gap: 8px; }
	.nf-catalog-v1-actions .wp-block-button,
	.nf-catalog-v1-actions .wp-block-button__link { width: 100%; }
	.nf-catalog-v1-actions .wp-block-button__link { padding-inline: 10px; font-size: 8px; }
	.nf-catalog-v1-cover { width: min(88%, 410px); margin-inline: auto !important; }
	.nf-catalog-v1-facts > .wp-block-column { padding: 18px 8px; }
	.nf-catalog-v1-facts strong { font-size: 17px; }
	.nf-catalog-v1-facts span { font-size: 7px; line-height: 1.3; }
	.nf-catalog-v1-brief-grid > .wp-block-group__inner-container { grid-template-columns: minmax(0, 1fr); gap: 12px; }
	.nf-catalog-v1-video-grid > .wp-block-group__inner-container { grid-template-columns: minmax(0, 1fr); gap: 14px; }
	.nf-catalog-v1-video-panel { padding: 16px; }
	.nf-catalog-v1-steps { display: grid !important; grid-template-columns: minmax(0, 1fr); gap: 12px; }
	.nf-catalog-v1-steps > .wp-block-column { min-width: 0; }
	.nf-catalog-v1-step { min-height: 0; padding: 18px; }
	.nf-catalog-v1-step h3 { font-size: 20px; }
	.nf-catalog-v1-step p:last-child { font-size: 12px; line-height: 1.55; }
}

/* ============ Contact v2: no-image black canvas, one clear brief ============ */
.nf-contact-v2 { overflow: clip; background: var(--nf-ink); }
.entry-content .nf-contact-v2 .nf-section.alignfull { padding-inline: clamp(20px, 4vw, 48px); }

.nf-contact-v2-stage {
	position: relative;
	isolation: isolate;
	min-height: 780px;
	background:
		radial-gradient(circle at 8% 18%, transparent 0 118px, rgb(var(--nf-gold-rgb) / .12) 119px 120px, transparent 121px),
		radial-gradient(circle at 94% 84%, transparent 0 210px, rgb(var(--nf-gold-rgb) / .10) 211px 212px, transparent 213px),
		var(--nf-ink);
}
.nf-contact-v2-lines,
.nf-contact-v2-lines > .wp-block-group__inner-container { position: absolute; inset: 0; pointer-events: none; }
.nf-contact-v2-lines::before {
	content: "";
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(118deg, transparent 0 86px, rgb(var(--nf-gold-rgb) / .055) 87px 88px, transparent 89px 176px);
	-webkit-mask-image: linear-gradient(90deg, #000, transparent 42%, transparent 58%, #000);
	mask-image: linear-gradient(90deg, #000, transparent 42%, transparent 58%, #000);
}
.nf-contact-v2-lines::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle, rgb(var(--nf-gold-rgb) / .28) 0 1.5px, transparent 1.7px);
	background-position: 6% 74%, 92% 20%;
	background-repeat: no-repeat;
	background-size: 120px 120px;
}
.nf-contact-v2-layout { position: relative; z-index: 1; gap: clamp(42px, 6vw, 86px); }
.nf-contact-v2-intro { padding-block: 34px; }
.nf-contact-v2-intro .nusface-kicker { color: var(--nf-gold); }
.nf-contact-v2-intro h1 { max-width: 13ch; margin-bottom: 22px !important; color: var(--nf-white); font-size: clamp(38px, 4.5vw, 56px); line-height: 1.05; }
.nf-contact-v2-lede { max-width: 55ch; color: rgb(var(--nf-white-rgb) / .68) !important; }
.nf-contact-v2-steps { display: grid; margin-top: 32px !important; border-block: 1px solid rgb(var(--nf-white-rgb) / .14); }
.nf-contact-v2-steps > .wp-block-group__inner-container { display: contents; }
.nf-contact-v2-step { display: grid; grid-template-columns: minmax(124px, .8fr) 1.2fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid rgb(var(--nf-white-rgb) / .11); }
.nf-contact-v2-step:last-child { border-bottom: 0; }
.nf-contact-v2-step > .wp-block-group__inner-container { display: contents; }
.nf-contact-v2-step p { margin: 0 !important; color: rgb(var(--nf-white-rgb) / .64); font-size: 11px; line-height: 1.5; }
.nf-contact-v2-step-index { color: var(--nf-gold) !important; font-size: 10px !important; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nf-contact-v2-direct { margin-top: 28px !important; }
.nf-contact-v2-direct p { margin: 0 !important; color: rgb(var(--nf-white-rgb) / .65); font-size: 13px; line-height: 2; }
.nf-contact-v2-direct strong { color: var(--nf-gold); }
.nf-contact-v2-direct a { color: var(--nf-white); text-decoration-color: rgb(var(--nf-gold-rgb) / .45); text-underline-offset: 4px; }

.nf-contact-v2-form-card { padding: clamp(28px, 4vw, 48px); background: var(--nf-bg); border-top: 3px solid var(--nf-gold); box-shadow: 0 28px 70px rgb(var(--nf-ink-rgb) / .30); box-sizing: border-box; }
.nf-contact-v2-form-card h2 { max-width: 18ch; margin-bottom: 12px !important; font-size: clamp(28px, 3vw, 38px); }
.nf-contact-v2-form-card > p:not(.nusface-kicker) { max-width: 54ch; color: var(--nf-text-2); font-size: 13px; }
.nf-contact-v2-form-card .fluentform { margin-top: 24px; }
.nf-contact-v2-form-card .ff-el-group { margin-bottom: 14px; }
.nf-contact-v2-form-card .ff-el-input--label label { color: var(--nf-text); font-size: 10px; font-weight: 700; letter-spacing: .05em; }
.nf-contact-v2-form-card .ff-el-form-control { min-height: 46px; border: 1px solid var(--nf-line); border-radius: 2px; background: var(--nf-white); color: var(--nf-text); }
.nf-contact-v2-form-card textarea.ff-el-form-control { min-height: 96px; }
.nf-contact-v2-form-card .ff-btn-submit.ff-btn { min-height: 48px; padding-inline: 28px; border: 0; border-radius: 2px; background: var(--nf-gold-deep) !important; color: var(--nf-white) !important; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nf-contact-v2-form-card .ff-btn-submit:hover,
.nf-contact-v2-form-card .ff-btn-submit:focus-visible { background: var(--nf-ink) !important; }

.nf-contact-v2-trust { background: var(--nf-bg-2); }
.nf-contact-v2-trust-head { display: grid; max-width: 760px; margin-bottom: 34px !important; }
.nf-contact-v2-trust-head h2 { margin-bottom: 12px !important; }
.nf-contact-v2-trust-head > p:last-child { max-width: 62ch; color: var(--nf-text-2); }
.nf-contact-v2-channel-grid > .wp-block-group__inner-container { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 12px; }
.nf-contact-v2-channel { display: flex; min-height: 226px; height: 100%; padding: 25px 22px; flex-direction: column; background: rgb(var(--nf-white-rgb) / .62); border-top: 2px solid var(--nf-gold); box-sizing: border-box; }
.nf-contact-v2-channel > .wp-block-group__inner-container { display: flex; height: 100%; flex-direction: column; }
.nf-contact-v2-channel-index { margin: 0 0 28px !important; color: var(--nf-gold-deep) !important; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.nf-contact-v2-channel h3 { margin: 0 0 10px !important; font-size: 22px; }
.nf-contact-v2-channel p:not(.nf-contact-v2-channel-index):not(.nf-v12-text-link) { font-size: 12px; }
.nf-contact-v2-channel .nf-v12-text-link { margin-top: auto !important; margin-bottom: 0 !important; overflow-wrap: anywhere; }

@media (max-width: 980px) {
	.nf-contact-v2-layout { gap: 34px; }
	.nf-contact-v2-channel-grid > .wp-block-group__inner-container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 782px) {
	.nusface-contact-dock { top: 50%; right: -4px; gap: 5px; transform: translateY(-50%); }
	.nusface-contact-dock__link { width: 42px; height: 42px; }
	.nusface-contact-dock__label { display: none; }
	.nf-contact-v2-stage { min-height: 0; padding-block: 58px !important; }
	.nf-contact-v2-layout { flex-direction: column !important; gap: 34px; }
	.nf-contact-v2-layout > .wp-block-column { flex-basis: auto !important; width: 100%; }
	.nf-contact-v2-intro { padding-block: 0; }
	.nf-contact-v2-intro h1 { max-width: 12ch; font-size: 38px; }
	.nf-contact-v2-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; border: 0; }
	.nf-contact-v2-step { display: block; min-height: 108px; padding: 14px 10px; border: 1px solid rgb(var(--nf-white-rgb) / .14); box-sizing: border-box; }
	.nf-contact-v2-step p:last-child { margin-top: 12px !important; }
	.nf-contact-v2-form-card { width: calc(100% - 28px); max-width: calc(100% - 28px); margin-right: 28px; padding: 28px 20px; align-self: flex-start; }
	.nf-contact-v2-form-card .ff-t-container { display: block; }
	.nf-contact-v2-channel-grid > .wp-block-group__inner-container { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
	.nf-contact-v2-channel { min-height: 210px; padding: 20px 14px; }
	.nf-contact-v2-channel-index { margin-bottom: 20px !important; font-size: 8px; }
	.nf-contact-v2-channel h3 { font-size: 18px; }
	.nf-contact-v2-channel p:not(.nf-contact-v2-channel-index):not(.nf-v12-text-link) { font-size: 10px; }
	.nf-contact-v2-channel .nf-v12-text-link a { font-size: 8px; letter-spacing: .03em; }
}

@media (max-width: 430px) {
	.nf-contact-v2-intro h1 { font-size: 34px; }
	.nf-contact-v2-step { min-height: 116px; padding-inline: 8px; }
	.nf-contact-v2-step-index { font-size: 8px !important; letter-spacing: .04em; }
}

@media (prefers-reduced-motion: reduce) {
	.nusface-contact-dock__link,
	.nusface-contact-dock__label { transition: none; }
}

/* ============ Custom Service v1: one reference, one quoteable brief ============ */
.page-id-9 .entry-header { display: none; }
.nf-custom-v1 { overflow: clip; background: var(--nf-bg); }
.entry-content .nf-custom-v1 .nf-section.alignfull { padding-inline: clamp(20px, 4vw, 48px); }

.nf-custom-v1-hero { padding-block: clamp(48px, 6vw, 74px); background: var(--nf-bg); }
.nf-custom-v1-hero-grid { gap: clamp(38px, 5vw, 72px); }
.nf-custom-v1-hero-image { margin: 0 !important; overflow: hidden; background: var(--nf-bg-2); }
.nf-custom-v1-hero-image img { display: block; width: 100%; height: clamp(460px, 47vw, 620px); object-fit: cover; transition: transform .55s ease; }
.nf-custom-v1-hero-image:hover img { transform: scale(1.015); }
.nf-custom-v1-hero-copy h1 { max-width: 14ch; margin: 0 0 20px !important; color: var(--nf-text); font-size: clamp(38px, 4vw, 48px); line-height: 1.06; }
.nf-custom-v1-lede { max-width: 55ch; margin-bottom: 18px !important; color: var(--nf-text-2); font-size: 16px; }
.nf-custom-v1-proof-line { margin: 0 0 30px !important; color: var(--nf-text); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.nf-custom-v1-actions { gap: 10px; }
.nf-custom-v1-actions .wp-block-button__link { padding-inline: 20px; font-size: 10px; letter-spacing: .12em; }

.nf-custom-v1-spec-band { padding: 0 clamp(20px, 4vw, 48px); background: var(--nf-ink); }
.nf-custom-v1-spec-grid { max-width: 1240px; margin: 0 auto !important; gap: 0; }
.nf-custom-v1-spec-grid > .wp-block-column { padding: 18px 20px; border-right: 1px solid rgb(var(--nf-white-rgb) / .14); }
.nf-custom-v1-spec-grid > .wp-block-column:last-child { border-right: 0; }
.nf-custom-v1-spec-grid p { margin: 0 !important; line-height: 1.2; }
.nf-custom-v1-spec-grid strong { display: block; color: var(--nf-white); font-family: var(--nf-serif); font-size: 22px; font-weight: 500; }
.nf-custom-v1-spec-grid span { display: block; margin-top: 5px; color: rgb(var(--nf-white-rgb) / .58); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.nf-custom-v1-control { padding-bottom: clamp(72px, 8vw, 104px); background: linear-gradient(180deg, var(--nf-bg) 0%, var(--nf-bg) 72%, var(--nf-bg-2) 100%); }
.nf-custom-v1-references { padding-top: clamp(50px, 6vw, 76px); }
.nf-custom-v1-section-head { max-width: 790px; margin: 0 0 38px !important; }
.nf-custom-v1-section-head h2 { max-width: 22ch; margin-bottom: 14px !important; font-size: clamp(30px, 3.3vw, 40px); line-height: 1.12; }
.nf-custom-v1-section-head > p:last-child { max-width: 62ch; color: var(--nf-text-2); }
.nf-custom-v1-control-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}
.nf-custom-v1-control-grid > .wp-block-column { min-width: 0; }
.nf-custom-v1-control-card { min-height: 260px; padding: 30px 26px; background: rgb(var(--nf-white-rgb) / .62); border-top: 2px solid var(--nf-gold); box-sizing: border-box; }
.nf-custom-v1-index { margin: 0 0 42px !important; color: var(--nf-gold-deep) !important; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.nf-custom-v1-control-card h3 { margin-bottom: 12px !important; font-size: 23px; }
.nf-custom-v1-control-card > p:last-child { color: var(--nf-text-2); font-size: 13px; }

.nf-custom-v1-reference-rail { display: grid !important; max-width: 1240px; margin-inline: auto !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2vw, 24px); align-items: stretch; }
.nf-custom-v1-reference-card { display: flex; min-width: 0; height: 100%; padding: 12px 12px 20px; flex-direction: column; background: rgb(var(--nf-white-rgb) / .72); border: 1px solid rgb(var(--nf-gold-rgb) / .22); box-sizing: border-box; }
.nf-custom-v1-reference-card figure { height: clamp(270px, 24vw, 320px); margin: 0 0 18px !important; overflow: hidden; background: var(--nf-bg-3); }
.nf-custom-v1-reference-card figure > a { display: block; width: 100%; height: 100%; }
.nf-custom-v1-reference-card img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.nf-custom-v1-reference-card h3 { min-height: 2.35em; margin: 0 0 7px !important; font-size: 21px; line-height: 1.17; }
.nf-custom-v1-reference-card > p:not(.nf-v12-text-link) { min-height: 3em; margin-bottom: 12px !important; color: var(--nf-text-2); font-size: 12px; }
.nf-custom-v1-reference-card .nf-v12-text-link { margin-top: auto !important; }
.nf-custom-v1-reference-card .nf-v12-text-link a { font-size: 9px; letter-spacing: .06em; }
.nf-custom-v1-center-action { justify-content: center; margin-top: 34px !important; }

.nf-custom-v1-market { background: var(--nf-bg-2); }
.nf-custom-v1-market-story { align-items: stretch !important; gap: 20px; }
.nf-custom-v1-market-collage { height: 100%; margin: 0 !important; overflow: hidden; aspect-ratio: 16 / 9; background: var(--nf-bg-3); }
.nf-custom-v1-market-collage img { display: block; width: 100%; height: 100%; object-fit: cover; }
.nf-custom-v1-market-proof { height: 100%; padding: clamp(30px, 3.2vw, 44px); background: var(--nf-white); border-top: 2px solid var(--nf-gold); box-sizing: border-box; }
.nf-custom-v1-market-proof h2 { max-width: 12ch; margin-bottom: 16px !important; font-size: clamp(28px, 2.8vw, 36px); }
.nf-custom-v1-market-proof p,
.nf-custom-v1-market-proof li { color: var(--nf-text-2); font-size: 13px; line-height: 1.65; }
.nf-custom-v1-market-proof ul { margin: 20px 0 0; padding-left: 18px; }
.nf-custom-v1-market-video-band { margin-top: 20px !important; padding: 20px; background: var(--nf-ink); box-sizing: border-box; }
.nf-custom-v1-market-video-grid { align-items: center !important; gap: clamp(26px, 5vw, 64px); }
.nf-custom-v1-market-video { margin: 0 !important; }
.nf-custom-v1-market-video video { display: block; width: 100%; height: 360px; object-fit: cover; background: var(--nf-ink); }
.nf-custom-v1-market-video-copy .nusface-kicker { color: var(--nf-gold); }
.nf-custom-v1-market-video-copy h3 { max-width: 18ch; margin-bottom: 14px !important; color: var(--nf-white); font-size: clamp(25px, 2.5vw, 32px); }
.nf-custom-v1-market-video-copy > p:last-child { max-width: 54ch; color: rgb(var(--nf-white-rgb) / .7); font-size: 13px; }

.nf-custom-v1-process-rail { display: block !important; }
.nf-custom-v1-process-rail > .wp-block-group__inner-container { display: grid; width: 100%; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; }
.nf-custom-v1-process-card { min-height: 226px; padding: 22px 16px; background: var(--nf-bg-2); border-top: 1px solid var(--nf-gold); box-sizing: border-box; }
.nf-custom-v1-process-card .nf-custom-v1-index { margin-bottom: 34px !important; }
.nf-custom-v1-process-card h3 { margin-bottom: 10px !important; font-size: 17px; line-height: 1.2; }
.nf-custom-v1-process-card > .wp-block-group__inner-container > p:last-child { color: var(--nf-text-2); font-size: 11px; line-height: 1.55; }

.nf-custom-v1-faq-grid { gap: clamp(42px, 6vw, 84px); }
.nf-custom-v1-faq-grid h2 { max-width: 12ch; font-size: clamp(30px, 3vw, 38px); }
.nf-custom-v1-faq-grid .wp-block-column:first-child > p:last-child { color: var(--nf-text-2); }
.nf-custom-v1-faq-list details { border-bottom: 1px solid var(--nf-line); }
.nf-custom-v1-faq-list details:first-child { border-top: 1px solid var(--nf-line); }
.nf-custom-v1-faq-list summary { padding: 18px 4px; color: var(--nf-text); font-family: var(--nf-serif); font-size: 18px; cursor: pointer; }
.nf-custom-v1-faq-list details p { max-width: 68ch; padding: 0 4px 18px; color: var(--nf-text-2); font-size: 13px; }

.nf-custom-v1-brief { background: var(--nf-ink); }
.nf-custom-v1-brief-grid { gap: clamp(40px, 6vw, 80px); }
.nf-custom-v1-brief-copy .nusface-kicker { color: var(--nf-gold); }
.nf-custom-v1-brief-copy h2 { max-width: 13ch; margin-bottom: 18px !important; color: var(--nf-white); font-size: clamp(32px, 3.4vw, 42px); }
.nf-custom-v1-brief-copy > p:not(.nusface-kicker) { color: rgb(var(--nf-white-rgb) / .68); }
.nf-custom-v1-brief-list { margin: 24px 0 30px; color: rgb(var(--nf-white-rgb) / .72); font-size: 12px; line-height: 1.8; }
.nf-custom-v1-form-card { padding: clamp(26px, 4vw, 44px); background: var(--nf-bg); border-top: 3px solid var(--nf-gold); box-sizing: border-box; }
.nf-custom-v1-form-card h3 { margin-bottom: 18px !important; font-size: clamp(26px, 2.8vw, 34px); }
.nf-custom-v1-form-card .ff-el-group { margin-bottom: 13px; }
.nf-custom-v1-form-card .ff-el-input--label label { color: var(--nf-text); font-size: 10px; font-weight: 700; letter-spacing: .05em; }
.nf-custom-v1-form-card .ff-el-form-control { min-height: 46px; border: 1px solid var(--nf-line); border-radius: 0; background: var(--nf-white); color: var(--nf-text); }
.nf-custom-v1-form-card textarea.ff-el-form-control { min-height: 94px; }
.nf-custom-v1-form-card .ff-btn-submit.ff-btn { min-height: 48px; padding-inline: 28px; border: 0; border-radius: 0; background: var(--nf-gold-deep) !important; color: var(--nf-white) !important; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nf-custom-v1-form-card .ff-btn-submit:hover,
.nf-custom-v1-form-card .ff-btn-submit:focus-visible { background: var(--nf-ink) !important; }

@media (max-width: 980px) {
	.nf-custom-v1-actions { display: grid !important; grid-template-columns: 1fr; }
	.nf-custom-v1-actions .wp-block-button,
	.nf-custom-v1-actions .wp-block-button__link { width: 100%; }
	.nf-custom-v1-process-rail > .wp-block-group__inner-container { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 782px) {
	.nf-custom-v1-hero-grid { flex-direction: column-reverse !important; gap: 30px; }
	.nf-custom-v1-hero-grid > .wp-block-column { width: 100%; flex-basis: auto !important; }
	.nf-custom-v1-hero-copy h1 { max-width: 100%; font-size: 36px; }
	.nf-custom-v1-hero-image img { height: min(82vw, 420px); }
	.nf-custom-v1-spec-grid { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.nf-custom-v1-spec-grid > .wp-block-column { min-width: 0; padding: 14px 7px; }
	.nf-custom-v1-spec-grid strong { font-size: 15px; white-space: nowrap; }
	.nf-custom-v1-spec-grid span { font-size: 7px; letter-spacing: .05em; }
	.nf-custom-v1-control-grid,
	.nf-custom-v1-reference-rail { display: flex !important; width: calc(100% + 20px); max-width: none; padding-right: 20px; flex-wrap: nowrap !important; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
	.nf-custom-v1-control-grid::-webkit-scrollbar,
	.nf-custom-v1-reference-rail::-webkit-scrollbar { display: none; }
	.nf-custom-v1-control-card { min-width: 82%; min-height: 232px; flex: 0 0 82% !important; scroll-snap-align: start; }
	.nf-custom-v1-reference-card { min-width: 76%; flex: 0 0 76% !important; scroll-snap-align: start; }
	.nf-custom-v1-reference-card figure { height: min(76vw, 300px); }
	.nf-custom-v1-market-story { flex-direction: column !important; gap: 16px; }
	.nf-custom-v1-market-story > .wp-block-column,
	.nf-custom-v1-market-video-grid > .wp-block-column { width: 100%; flex-basis: auto !important; }
	.nf-custom-v1-market-proof { padding: 28px 22px; }
	.nf-custom-v1-market-video-grid { flex-direction: column !important; gap: 24px; }
	.nf-custom-v1-market-video { max-width: 360px; margin-inline: auto !important; }
	.nf-custom-v1-market-video video { height: min(150vw, 620px); }
	.nf-custom-v1-process-rail > .wp-block-group__inner-container { display: grid; width: auto; max-width: none; padding-right: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; overflow: visible; }
	.nf-custom-v1-process-card { min-width: 0; min-height: 190px; padding: 18px 12px; }
	.nf-custom-v1-process-card .nf-custom-v1-index { margin-bottom: 24px !important; }
	.nf-custom-v1-process-card h3 { font-size: 15px; }
	.nf-custom-v1-process-card > .wp-block-group__inner-container > p:last-child { font-size: 10px; }
	.nf-custom-v1-faq-grid,
	.nf-custom-v1-brief-grid { flex-direction: column !important; gap: 34px; }
	.nf-custom-v1-faq-grid > .wp-block-column,
	.nf-custom-v1-brief-grid > .wp-block-column { width: 100%; flex-basis: auto !important; }
	.nf-custom-v1-faq-grid h2,
	.nf-custom-v1-brief-copy h2 { max-width: 14ch; }
	.nf-custom-v1-form-card { padding: 26px 20px; }
}

@media (max-width: 430px) {
	.nf-custom-v1-hero-copy h1 { font-size: 34px; }
	.nf-custom-v1-actions .wp-block-button__link { padding-inline: 12px; font-size: 9px; letter-spacing: .08em; }
	.nf-custom-v1-control-card { min-width: 88%; flex-basis: 88% !important; }
	.nf-custom-v1-reference-card { min-width: 82%; flex-basis: 82% !important; }
	.nf-custom-v1-reference-card figure { height: min(78vw, 286px); }
	.nf-custom-v1-process-card { min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
	.nf-custom-v1-hero-image img { transition: none; }
}

/* ============ Information pages v1: compact B2B reading path ============ */
.page-id-3 .entry-header,
.page-id-12 .entry-header,
.page-id-14 .entry-header,
.page-id-15 .entry-header { display: none; }
.nf-info-v1 { overflow: clip; background: var(--nf-bg); }
.entry-content .nf-info-v1 .nf-section.alignfull { padding-inline: clamp(20px, 4vw, 48px); }

.nf-info-v1-hero { padding-block: clamp(48px, 6vw, 76px); background: var(--nf-bg); }
.nf-info-v1-hero-grid { gap: clamp(36px, 5vw, 72px); }
.nf-info-v1-hero-copy h1,
.nf-info-v1-policy-hero h1 { max-width: 13ch; margin: 0 0 20px !important; font-size: clamp(38px, 4vw, 48px); line-height: 1.06; }
.nf-info-v1-lede { max-width: 58ch; margin-bottom: 18px !important; color: var(--nf-text-2); font-size: 16px; }
.nf-info-v1-proof-line { margin: 0 0 30px !important; color: var(--nf-text); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nf-info-v1-actions { gap: 10px; }
.nf-info-v1-actions .wp-block-button__link { padding-inline: 20px; font-size: 10px; letter-spacing: .1em; }
.nf-info-v1-hero-image { margin: 0 !important; overflow: hidden; background: var(--nf-bg-2); }
.nf-info-v1-hero-image img { display: block; width: 100%; height: clamp(430px, 42vw, 560px); object-fit: cover; transition: transform .5s ease; }
.nf-info-v1-hero-image:hover img { transform: scale(1.015); }

.nf-info-v1-section-head { max-width: 780px; margin: 0 0 36px !important; }
.nf-info-v1-section-head h2 { max-width: 22ch; margin-bottom: 13px !important; font-size: clamp(30px, 3.3vw, 40px); line-height: 1.12; }
.nf-info-v1-section-head > p:last-child { max-width: 64ch; color: var(--nf-text-2); }
.nf-info-v1-index { margin: 0 0 34px !important; color: var(--nf-gold-deep) !important; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.nf-info-v1-card-grid,
.nf-info-v1-process-grid { display: block !important; }
.nf-info-v1-card-grid > .wp-block-group__inner-container { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.nf-info-v1-audience-card { min-height: 252px; padding: 28px 26px; background: rgb(var(--nf-white-rgb) / .62); border-top: 2px solid var(--nf-gold); box-sizing: border-box; }
.nf-info-v1-audience-card h3 { max-width: 24ch; margin-bottom: 12px !important; font-size: 22px; line-height: 1.18; }
.nf-info-v1-audience-card > .wp-block-group__inner-container > p:last-child { max-width: 58ch; color: var(--nf-text-2); font-size: 13px; }

.nf-info-v1-spec-band { padding: 0 clamp(20px, 4vw, 48px); background: var(--nf-ink); }
.nf-info-v1-spec-grid { display: block !important; max-width: 1160px; margin: 0 auto !important; }
.nf-info-v1-spec-grid > .wp-block-group__inner-container { display: grid; width: 100%; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.nf-info-v1-spec-grid--three > .wp-block-group__inner-container { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.nf-info-v1-spec-grid p { min-width: 0; margin: 0 !important; padding: 19px 20px; border-right: 1px solid rgb(var(--nf-white-rgb) / .14); line-height: 1.2; box-sizing: border-box; }
.nf-info-v1-spec-grid p:last-child { border-right: 0; }
.nf-info-v1-spec-grid strong { display: block; color: var(--nf-white); font-family: var(--nf-serif); font-size: 21px; font-weight: 500; }
.nf-info-v1-spec-grid span { display: block; margin-top: 5px; color: rgb(var(--nf-white-rgb) / .58); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.nf-info-v1-process-grid > .wp-block-group__inner-container { display: grid; width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.nf-info-v1-process-card,
.nf-info-v1-timing-card { min-height: 236px; padding: 27px 24px; background: var(--nf-bg-2); border-top: 1px solid var(--nf-gold); box-sizing: border-box; }
.nf-info-v1-process-card h3,
.nf-info-v1-timing-card h3 { margin-bottom: 11px !important; font-size: 21px; }
.nf-info-v1-process-card > .wp-block-group__inner-container > p:last-child,
.nf-info-v1-timing-card > p:last-child { color: var(--nf-text-2); font-size: 13px; }
.nf-info-v1-two-up { gap: 12px; }

.nf-info-v1-first-order-wrap { padding: 0 clamp(20px, 4vw, 48px) clamp(40px, 5vw, 64px); background: var(--nf-bg); }
.nf-info-v1-first-order { margin-top: 12px !important; padding: 24px 26px; background: var(--nf-ink); border-left: 3px solid var(--nf-gold); box-sizing: border-box; }
.nf-info-v1-first-order .nusface-kicker { margin-bottom: 10px !important; color: var(--nf-gold); }
.nf-info-v1-first-order h3 { margin-bottom: 8px !important; color: var(--nf-white); font-size: 22px; }
.nf-info-v1-first-order > .wp-block-group__inner-container > p:last-child { max-width: 82ch; color: rgb(var(--nf-white-rgb) / .7); font-size: 12px; }

.nf-info-v1-details { background: var(--nf-bg-2); }
.nf-info-v1-details-grid { gap: clamp(42px, 6vw, 78px); }
.nf-info-v1-details-grid h2 { max-width: 14ch; font-size: clamp(30px, 3vw, 38px); }
.nf-info-v1-details-grid .wp-block-column:first-child > p:last-child { color: var(--nf-text-2); }
.nf-info-v1-detail-list details { border-bottom: 1px solid var(--nf-line); }
.nf-info-v1-detail-list details:first-child { border-top: 1px solid var(--nf-line); }
.nf-info-v1-detail-list summary { padding: 18px 4px; color: var(--nf-text); font-family: var(--nf-serif); font-size: 18px; cursor: pointer; }
.nf-info-v1-detail-list details p { max-width: 68ch; padding: 0 4px 18px; color: var(--nf-text-2); font-size: 13px; }

.nf-info-v1-cta { padding-block: clamp(58px, 7vw, 86px) !important; background: var(--nf-ink); text-align: center; }
.nf-info-v1-cta .nusface-kicker { color: var(--nf-gold); }
.nf-info-v1-cta h2 { max-width: 19ch; margin: 0 auto 16px !important; color: var(--nf-white); font-size: clamp(32px, 3.6vw, 44px); }
.nf-info-v1-cta > .wp-block-group__inner-container > p:not(.nusface-kicker) { max-width: 62ch; margin-inline: auto !important; color: rgb(var(--nf-white-rgb) / .68); }
.nf-info-v1-cta .wp-block-buttons { justify-content: center; margin-top: 28px; gap: 10px; }

.nf-info-v1-policy-hero { padding-block: clamp(52px, 7vw, 88px); background: var(--nf-bg-2); }
.nf-info-v1-policy-hero > .wp-block-group__inner-container { width: 100%; max-width: 880px; margin-inline: auto; }
.nf-info-v1-policy-hero .nusface-kicker,
.nf-info-v1-policy-hero h1,
.nf-info-v1-policy-hero .nf-info-v1-lede,
.nf-info-v1-policy-hero .nf-info-v1-updated { margin-left: 0 !important; margin-right: 0 !important; }
.nf-info-v1-policy-hero h1 { max-width: none; }
.nf-info-v1-policy-hero .nf-info-v1-lede { max-width: 66ch; }
.nf-info-v1-updated { margin: 25px 0 0 !important; color: var(--nf-text-2); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nf-info-v1-policy-body { background: var(--nf-white); }
.nf-info-v1-policy-grid { gap: clamp(44px, 7vw, 86px); }
.nf-info-v1-policy-nav { position: sticky; top: 100px; }
.nf-info-v1-policy-nav ul { margin: 0; padding: 0; list-style: none; }
.nf-info-v1-policy-nav li { border-bottom: 1px solid var(--nf-line); }
.nf-info-v1-policy-nav a { display: block; padding: 10px 0; color: var(--nf-text-2); font-size: 11px; text-decoration: none; }
.nf-info-v1-policy-nav a:hover,
.nf-info-v1-policy-nav a:focus-visible { color: var(--nf-gold-deep); }
.nf-info-v1-policy-section { padding: 0 0 36px; margin: 0 0 34px !important; border-bottom: 1px solid var(--nf-line); scroll-margin-top: 110px; }
.nf-info-v1-policy-section:last-child { margin-bottom: 0 !important; }
.nf-info-v1-policy-section h2 { margin-bottom: 15px !important; font-size: clamp(24px, 2.4vw, 30px); }
.nf-info-v1-policy-section p,
.nf-info-v1-policy-section li { color: var(--nf-text-2); font-size: 14px; line-height: 1.75; }
.nf-info-v1-policy-section a { overflow-wrap: anywhere; }

@media (max-width: 782px) {
	.nusface-contact-dock { display: flex; top: auto; right: 14px; bottom: 14px; flex-direction: row; transform: none; }
	.nf-info-v1-hero-grid { flex-direction: column-reverse !important; gap: 30px; }
	.nf-info-v1-hero-grid > .wp-block-column { width: 100%; flex-basis: auto !important; }
	.nf-info-v1-hero-copy h1,
	.nf-info-v1-policy-hero h1 { max-width: 100%; font-size: 36px; }
	.nf-info-v1-hero-image img { height: min(82vw, 410px); }
	.nf-info-v1-actions { display: grid !important; grid-template-columns: 1fr; }
	.nf-info-v1-actions .wp-block-button,
	.nf-info-v1-actions .wp-block-button__link { width: 100%; }
	.nf-info-v1-card-grid > .wp-block-group__inner-container { display: flex; width: calc(100% + 20px); padding-right: 20px; flex-wrap: nowrap; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
	.nf-info-v1-card-grid > .wp-block-group__inner-container::-webkit-scrollbar { display: none; }
	.nf-info-v1-audience-card { min-width: 84%; min-height: 232px; flex: 0 0 84%; scroll-snap-align: start; }
	.nf-info-v1-spec-grid > .wp-block-group__inner-container { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.nf-info-v1-spec-grid--three > .wp-block-group__inner-container { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.nf-info-v1-spec-grid p { padding: 14px 7px; }
	.nf-info-v1-spec-grid strong { font-size: 15px; white-space: nowrap; }
	.nf-info-v1-spec-grid span { font-size: 7px; letter-spacing: .04em; }
	.nf-info-v1-process-grid > .wp-block-group__inner-container { grid-template-columns: 1fr; }
	.nf-info-v1-process-card { min-height: 0; }
	.nf-info-v1-two-up,
	.nf-info-v1-details-grid,
	.nf-info-v1-policy-grid { flex-direction: column !important; gap: 30px; }
	.nf-info-v1-two-up > .wp-block-column,
	.nf-info-v1-details-grid > .wp-block-column,
	.nf-info-v1-policy-grid > .wp-block-column { width: 100%; flex-basis: auto !important; }
	.nf-info-v1-timing-card { min-height: 210px; }
	.nf-info-v1-policy-nav { position: static; }
	.nf-info-v1-policy-nav ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 14px; }
	.nf-info-v1-policy-section { scroll-margin-top: 84px; }
}

@media (max-width: 430px) {
	.nf-info-v1-hero-copy h1,
	.nf-info-v1-policy-hero h1 { font-size: 34px; }
	.nf-info-v1-actions .wp-block-button__link { padding-inline: 12px; font-size: 9px; letter-spacing: .07em; }
	.nf-info-v1-audience-card { min-width: 88%; flex-basis: 88%; }
	.nf-info-v1-policy-nav ul { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	.nf-info-v1-hero-image img { transition: none; }
}

/* ============ Balayage Journal v1: buyer-led editorial reading path ============ */
.page-id-7 .entry-header { display: none; }
.nf-journal-v1 { overflow: clip; background: var(--nf-bg); }
.nf-journal-v1-hero { padding-block: clamp(58px, 7vw, 90px); background: var(--nf-bg); }
.nf-journal-v1-hero-inner { width: 100%; max-width: 900px; margin-inline: auto !important; padding-inline: clamp(20px, 4vw, 48px); box-sizing: border-box; }
.nf-journal-v1-hero h1 { max-width: 16ch; margin: 0 0 22px !important; font-size: clamp(40px, 4.2vw, 48px); line-height: 1.06; }
.nf-journal-v1-lede { max-width: 66ch; margin: 0 !important; color: var(--nf-text-2); font-size: 16px; }
.nf-journal-v1-featured { background: var(--nf-bg-2); }
.nf-journal-v1-featured-grid { gap: clamp(38px, 6vw, 76px); }
.nf-journal-v1-featured-grid > .wp-block-column:last-child { padding-inline: clamp(20px, 3vw, 38px); box-sizing: border-box; }
.nf-journal-v1-featured-image { margin: 0 !important; overflow: hidden; background: var(--nf-white); }
.nf-journal-v1-featured-image img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.nf-journal-v1-featured h2 { max-width: 14ch; margin: 12px 0 18px !important; font-size: clamp(31px, 3.3vw, 40px); line-height: 1.12; }
.nf-journal-v1-featured .wp-block-column:last-child > p:not(.nf-journal-v1-meta, .nf-journal-v1-byline) { max-width: 52ch; color: var(--nf-text-2); }
.nf-journal-v1-meta { margin: 0 !important; color: var(--nf-gold-deep) !important; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nf-journal-v1-featured-action { margin-top: 24px !important; }
.nf-journal-v1-featured-action .wp-block-button__link { padding-inline: 22px; font-size: 9px; letter-spacing: .09em; }
.nf-journal-v1-byline { margin: 25px 0 0 !important; padding-top: 16px; border-top: 1px solid var(--nf-line); color: var(--nf-text-2) !important; font-size: 11px; }
.nf-journal-v1-section-head { max-width: 790px; margin: 0 0 38px !important; }
.nf-journal-v1-section-head h2 { max-width: 22ch; font-size: clamp(30px, 3.2vw, 40px); }
.nf-journal-v1-card-grid { gap: 14px; }
.nf-journal-v1-card { height: 100%; padding: 0 0 25px; background: var(--nf-white); border: 1px solid var(--nf-line); box-sizing: border-box; }
.nf-journal-v1-card figure { overflow: hidden; margin: 0 0 21px !important; background: var(--nf-bg-2); }
.nf-journal-v1-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.nf-journal-v1-card .nf-journal-v1-meta,
.nf-journal-v1-card h3,
.nf-journal-v1-card > .wp-block-group__inner-container > p:last-child { margin-inline: 22px !important; }
.nf-journal-v1-card h3 { margin-top: 10px !important; margin-bottom: 10px !important; font-size: 22px; line-height: 1.2; }
.nf-journal-v1-card > .wp-block-group__inner-container > p:last-child { color: var(--nf-text-2); font-size: 13px; }
.nf-journal-v1-principles { background: var(--nf-ink); }
.nf-journal-v1-principles .wp-block-columns { gap: 0; }
.nf-journal-v1-principles .wp-block-column { padding: 12px clamp(20px, 3vw, 34px); border-right: 1px solid rgb(var(--nf-white-rgb) / .14); }
.nf-journal-v1-principles .wp-block-column:first-child { padding-left: 0; }
.nf-journal-v1-principles .wp-block-column:last-child { padding-right: 0; border-right: 0; }
.nf-journal-v1-index { margin: 0 0 30px !important; color: var(--nf-gold) !important; font-size: 9px; font-weight: 700; letter-spacing: .11em; }
.nf-journal-v1-principles h3 { margin-bottom: 10px !important; color: var(--nf-white); font-size: 22px; }
.nf-journal-v1-principles .wp-block-column > p:last-child { margin-bottom: 0 !important; color: rgb(var(--nf-white-rgb) / .62); font-size: 12px; }
.nf-journal-v1-cta { background: var(--nf-bg-3); text-align: center; }
.nf-journal-v1-cta h2 { max-width: 18ch; margin: 0 auto 16px !important; font-size: clamp(31px, 3.3vw, 40px); }
.nf-journal-v1-cta > .wp-block-group__inner-container > p:not(.nusface-kicker) { max-width: 60ch; margin-inline: auto !important; color: var(--nf-text-2); }
.nf-journal-v1-cta .wp-block-buttons { justify-content: center; margin-top: 28px; }

/* Homepage: educational bridge after customer proof and before final objections. */
.nf-home-blog-preview { background: var(--nf-bg); }
.nf-home-blog-preview-grid { gap: 14px; }
.nf-home-blog-card { height: 100%; padding: 0 0 24px; background: var(--nf-white); border: 1px solid var(--nf-line); box-sizing: border-box; }
.nf-home-blog-card figure { overflow: hidden; margin: 0 0 20px !important; background: var(--nf-bg-2); }
.nf-home-blog-card img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.nf-home-blog-card .nf-journal-v1-meta,
.nf-home-blog-card h3,
.nf-home-blog-card > .wp-block-group__inner-container > p:last-child { margin-inline: 22px !important; }
.nf-home-blog-card h3 { margin-top: 9px !important; margin-bottom: 9px !important; font-size: 22px; line-height: 1.2; }
.nf-home-blog-card > .wp-block-group__inner-container > p:last-child { color: var(--nf-text-2); font-size: 12px; }
.nf-home-blog-preview-action { justify-content: center; margin-top: 30px !important; }

/* Single article template: Alpha-inspired hierarchy, NUSFACE density and evidence rules. */
.single-post .entry-hero { background: var(--nf-bg-2); }
.single-post .entry-hero-container-inner { padding-block: clamp(54px, 7vw, 84px); }
.single-post .entry-title { max-width: 18ch; margin-inline: auto; font-size: clamp(38px, 4vw, 48px); line-height: 1.08; }
.single-post .entry-meta { color: var(--nf-text-2); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.single-post .content-area { margin-top: 0; }
.single-post article.entry .entry-content-wrap { padding-block: clamp(48px, 6vw, 76px); background: var(--nf-bg); box-shadow: none; }
.single-post .entry-content { max-width: 800px; margin-inline: auto; }
.single-post .entry-content > p,
.single-post .entry-content > ul,
.single-post .entry-content > ol { font-size: 16px; line-height: 1.85; }
.single-post .entry-content > h2 { margin-top: 54px; font-size: clamp(28px, 3vw, 36px); line-height: 1.18; }
.single-post .entry-content > h3 { margin-top: 34px; font-size: 23px; line-height: 1.25; }
.single-post .wp-block-table { margin-block: 30px; overflow-x: auto; border: 1px solid var(--nf-line); }
.single-post .wp-block-table table { min-width: 620px; margin: 0; border-collapse: collapse; }
.single-post .wp-block-table th,
.single-post .wp-block-table td { padding: 14px 16px; border: 0; border-bottom: 1px solid var(--nf-line); text-align: left; vertical-align: top; }
.single-post .wp-block-table th { background: var(--nf-bg-2); color: var(--nf-text); }
.single-post .wp-block-quote { margin-block: 30px; padding: 18px 24px; border-left: 2px solid var(--nf-gold); background: var(--nf-bg-2); }
.single-post .nf-article-v1 a { color: var(--nf-text); text-decoration-color: var(--nf-gold); text-underline-offset: 3px; }
.single-post .nf-article-v1-image { margin-block: 34px !important; overflow: hidden; background: var(--nf-bg-2); }
.single-post .nf-article-v1-image img { display: block; width: 100%; max-height: 620px; object-fit: cover; }
.single-post .nf-article-v1-angle-grid { gap: 10px; margin-block: 28px !important; }
.single-post .nf-article-v1-angle-grid > .wp-block-column { min-width: 0; }
.single-post .nf-article-v1-angle-grid figure { height: 100%; margin: 0 !important; overflow: hidden; background: var(--nf-bg-2); }
.single-post .nf-article-v1-angle-grid img { display: block; width: 100%; height: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.single-post .nf-article-v1-table { max-width: 100%; }

@media (max-width: 782px) {
	.nf-journal-v1-hero h1 { max-width: 100%; font-size: 36px; }
	.nf-journal-v1-featured-grid { flex-direction: column !important; gap: 28px; }
	.nf-journal-v1-featured-grid > .wp-block-column { width: 100%; flex-basis: auto !important; }
	.nf-journal-v1-card-grid { flex-direction: column !important; }
	.nf-journal-v1-card { height: auto; }
	.nf-journal-v1-principles .wp-block-columns { flex-direction: column !important; gap: 28px; }
	.nf-journal-v1-principles .wp-block-column { padding: 0 0 28px; border-right: 0; border-bottom: 1px solid rgb(var(--nf-white-rgb) / .14); }
	.nf-journal-v1-principles .wp-block-column:last-child { padding-bottom: 0; border-bottom: 0; }
	.nf-journal-v1-index { margin-bottom: 18px !important; }
	.nf-home-blog-preview-grid { display: flex !important; width: calc(100% + 20px); max-width: none; padding-right: 20px; flex-wrap: nowrap !important; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
	.nf-home-blog-preview-grid::-webkit-scrollbar { display: none; }
	.nf-home-blog-preview-grid > .wp-block-column { min-width: min(82vw, 330px); flex: 0 0 min(82vw, 330px) !important; scroll-snap-align: start; }
	.single-post .entry-content { max-width: 100%; }
	.single-post .entry-content > p,
	.single-post .entry-content > ul,
	.single-post .entry-content > ol { font-size: 15px; }
	.single-post .nf-article-v1-angle-grid { gap: 6px; }
}

@media (max-width: 430px) {
	.nf-journal-v1-hero h1 { font-size: 34px; }
	.nf-journal-v1-card h3,
	.nf-home-blog-card h3 { font-size: 20px; }
	.single-post .entry-title { font-size: 34px; }
}

/* ============ Balayage Wigs v2: compact editorial reference grid ============ */
.page-id-8 .entry-header { display: none; }
.nf-balayage-v2 { overflow: clip; background: var(--nf-bg); }
.entry-content .nf-balayage-v2 .nf-section.alignfull { padding-inline: clamp(20px, 4vw, 48px); }

/* Layout containment contract: every grid child may shrink; no last card may escape its section. */
.nf-balayage-v2 :where(.wp-block-columns, .wp-block-column, .wp-block-group, .wp-block-group__inner-container) { min-width: 0; box-sizing: border-box; }
.nf-balayage-v2-reference-grid > .wp-block-group__inner-container,
.nf-balayage-v2-spec-grid > .wp-block-group__inner-container { width: 100%; max-width: 100%; }
.nf-balayage-v2-reference-card,
.nf-balayage-v2-spec-card { max-width: 100%; overflow-wrap: anywhere; }

.nf-balayage-v2-hero { padding-block: clamp(52px, 7vw, 88px); }
.nf-balayage-v2-hero-grid { gap: clamp(42px, 6vw, 76px); }
.nf-balayage-v2-hero h1 { max-width: 14ch; margin-bottom: 20px !important; font-size: clamp(40px, 4vw, 48px); line-height: 1.06; }
.nf-balayage-v2-lede { max-width: 60ch; margin-bottom: 18px !important; color: var(--nf-text-2); font-size: 16px; }
.nf-balayage-v2-proof-line { margin: 0 0 30px !important; color: var(--nf-text); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nf-balayage-v2-actions { gap: 10px; }
.nf-balayage-v2-actions .wp-block-button__link { padding-inline: 21px; font-size: 10px; letter-spacing: .1em; }
.nf-balayage-v2-hero-image { height: clamp(440px, 42vw, 590px); margin: 0 !important; overflow: hidden; background: var(--nf-bg-2); }
.nf-balayage-v2-hero-image img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }

/* Task 36: one real collection image carries the Balayage landing hero. */
.nf-balayage-v2-hero--collection { position: relative; min-height: 640px; padding-block: 0; overflow: hidden; isolation: isolate; background: var(--nf-ink); }
.entry-content .nf-balayage-v2 .nf-section.nf-balayage-v2-hero--collection.alignfull { padding-inline: 0; }
.nf-balayage-v2-hero--collection > .wp-block-group__inner-container { width: 100%; max-width: none !important; }
.nf-balayage-v2-hero--collection .nf-balayage-v2-hero-grid { position: relative; display: block !important; width: 100%; max-width: none !important; min-height: 640px; margin: 0 !important; overflow: hidden; }
.nf-balayage-v2-hero--collection .nf-balayage-v2-hero-grid > .wp-block-column:first-child { position: relative; z-index: 2; display: flex; width: min(57%, 640px); min-height: 640px; padding: clamp(54px, 6vw, 76px) clamp(34px, 5vw, 64px); flex-basis: auto !important; flex-direction: column; justify-content: center; background: linear-gradient(90deg, rgb(var(--nf-ink-rgb) / .97) 0%, rgb(var(--nf-ink-rgb) / .9) 72%, rgb(var(--nf-ink-rgb) / 0) 100%); box-sizing: border-box; }
.nf-balayage-v2-hero--collection .nf-balayage-v2-hero-grid > .wp-block-column:last-child { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; width: 100%; max-width: none; height: 100%; min-height: 640px; align-self: stretch !important; flex-basis: auto !important; }
.nf-balayage-v2-hero--collection .nf-balayage-v2-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; }
.nf-balayage-v2-hero--collection .nf-balayage-v2-hero-image img { object-fit: cover; object-position: center; }
.nf-balayage-v2-hero--collection .nusface-kicker { color: var(--nf-gold) !important; }
.nf-balayage-v2-hero--collection h1,
.nf-balayage-v2-hero--collection .nf-balayage-v2-proof-line { color: var(--nf-white); }
.nf-balayage-v2-hero--collection .nf-balayage-v2-lede { color: rgb(var(--nf-white-rgb) / .76); }
.nf-balayage-v2-hero--collection .nusface-btn-ghost .wp-block-button__link { color: var(--nf-white); border-color: rgb(var(--nf-white-rgb) / .55); }

.nf-balayage-v2-section-head { max-width: 760px; margin: 0 0 38px !important; }
.nf-balayage-v2-section-head h2 { max-width: 20ch; margin-bottom: 14px !important; font-size: clamp(30px, 3.3vw, 40px); }
.nf-balayage-v2-section-head > .wp-block-group__inner-container > p:last-child { max-width: 64ch; color: var(--nf-text-2); }
.nf-balayage-v2-reference-grid,
.nf-balayage-v2-spec-grid { display: block !important; }
.nf-balayage-v2-reference-grid > .wp-block-group__inner-container { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 3vw, 42px) 18px; align-items: stretch; }
.nf-balayage-v2-finish-group + .nf-balayage-v2-finish-group { margin-top: clamp(50px, 6vw, 74px) !important; padding-top: clamp(38px, 4vw, 52px); border-top: 1px solid rgb(var(--nf-gold-rgb) / .42); }
.nf-balayage-v2-finish-head { display: grid; grid-template-columns: minmax(150px, .36fr) minmax(240px, .64fr); gap: 8px clamp(24px, 4vw, 54px); max-width: 920px; margin: 0 0 28px !important; align-items: end; }
.nf-balayage-v2-finish-index { grid-row: 1 / span 2; margin: 0 !important; color: var(--nf-gold-deep) !important; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.nf-balayage-v2-finish-head h3 { margin: 0 !important; font-size: clamp(25px, 2.5vw, 31px); line-height: 1.15; }
.nf-balayage-v2-finish-head > .wp-block-group__inner-container > p:last-child { max-width: 64ch; margin: 0 !important; color: var(--nf-text-2); font-size: 13px; }
.nf-balayage-v2-finish-group--wave .nf-balayage-v2-reference-grid > .wp-block-group__inner-container { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.nf-balayage-v2-finish-group--sleek .nf-balayage-v2-reference-grid > .wp-block-group__inner-container { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.nf-balayage-v2-reference-card { display: flex; min-width: 0; margin: 0 !important; border-top: 1px solid var(--nf-gold); align-self: stretch; flex-direction: column; }
.nf-balayage-v2-reference-card > .wp-block-group__inner-container { display: flex; width: 100%; flex: 1 1 auto; flex-direction: column; }
.nf-balayage-v2-card-image { aspect-ratio: 3 / 4; margin: 0 0 20px !important; overflow: hidden; background: var(--nf-bg-2); }
.nf-balayage-v2-card-image a { display: block; width: 100%; height: 100%; }
.nf-balayage-v2-card-image img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.nf-balayage-v2-card-index { margin: 0 0 10px !important; color: var(--nf-gold-deep); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nf-balayage-v2-reference-card h3 { min-height: 2.4em; margin: 0 0 9px !important; font-size: 22px; line-height: 1.2; }
.nf-balayage-v2-card-copy { min-height: 46px; margin: 0 0 13px !important; color: var(--nf-text-2); font-size: 13px; }
.nf-balayage-v2-card-meta { margin: 0 0 18px !important; color: var(--nf-text); font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.nf-balayage-v2-card-action { margin-top: auto; }
.nf-balayage-v2-card-action .wp-block-button,
.nf-balayage-v2-card-action .wp-block-button__link { width: 100%; }
.nf-balayage-v2-card-action .wp-block-button__link { padding: 14px 12px; font-size: 9px; letter-spacing: .09em; text-align: center; }

.nf-balayage-v2-proof-grid { gap: clamp(46px, 7vw, 84px); }
.nf-balayage-v2-proof-image { margin: 0 !important; background: var(--nf-bg-2); }
.nf-balayage-v2-proof-image img { display: block; width: 100%; max-height: 590px; object-fit: contain; }
.nf-balayage-v2-proof h2 { max-width: 14ch; margin-bottom: 18px !important; font-size: clamp(30px, 3.2vw, 40px); }
.nf-balayage-v2-proof-grid .wp-block-column:last-child > p:not(.nusface-kicker) { max-width: 60ch; color: var(--nf-text-2); }
.nf-balayage-v2-proof-note { padding-top: 18px; border-top: 1px solid var(--nf-line); font-size: 13px; }
.nf-balayage-v2-detail-grid { margin-top: clamp(34px, 5vw, 54px) !important; gap: 12px; align-items: stretch !important; }
.nf-balayage-v2-detail-grid > .wp-block-column { display: flex; min-width: 0; }
.nf-balayage-v2-detail-card { width: 100%; height: 100%; margin: 0 !important; background: rgb(var(--nf-white-rgb) / .58); border-top: 1px solid var(--nf-gold); }
.nf-balayage-v2-detail-card > .wp-block-group__inner-container { display: flex; height: 100%; flex-direction: column; }
.nf-balayage-v2-detail-card figure { margin: 0 0 22px !important; overflow: hidden; background: var(--nf-bg); }
.nf-balayage-v2-detail-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.nf-balayage-v2-detail-card h3 { margin: 0 20px 10px !important; font-size: 22px; }
.nf-balayage-v2-detail-card p { margin-inline: 20px !important; color: var(--nf-text-2); font-size: 13px; }
.nf-balayage-v2-detail-card p:last-child { margin-bottom: 22px !important; }

.nf-balayage-v2-spec-grid > .wp-block-group__inner-container { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; align-items: stretch; }
.nf-balayage-v2-spec-card { height: 100%; min-height: 232px; margin: 0 !important; padding: 27px 23px; background: var(--nf-bg-2); border-top: 1px solid var(--nf-gold); box-sizing: border-box; }
.nf-balayage-v2-spec-card > .wp-block-group__inner-container { display: flex; height: 100%; flex-direction: column; }
.nf-balayage-v2-spec-card > .wp-block-group__inner-container > :last-child { margin-bottom: 0 !important; }
.nf-balayage-v2-spec-card h3 { margin-bottom: 12px !important; font-size: 21px; }
.nf-balayage-v2-spec-card > .wp-block-group__inner-container > p:last-child { color: var(--nf-text-2); font-size: 13px; }

.nf-balayage-v2-faq-grid { gap: clamp(44px, 7vw, 84px); }
.nf-balayage-v2-faq-grid h2 { max-width: 13ch; font-size: clamp(30px, 3vw, 38px); }
.nf-balayage-v2-faq-grid .wp-block-column:first-child > p:last-child { color: var(--nf-text-2); }
.nf-balayage-v2-faq-list details { border-bottom: 1px solid var(--nf-line); }
.nf-balayage-v2-faq-list details:first-child { border-top: 1px solid var(--nf-line); }
.nf-balayage-v2-faq-list summary { padding: 18px 4px; color: var(--nf-text); font-family: var(--nf-serif); font-size: 18px; cursor: pointer; }
.nf-balayage-v2-faq-list details p { padding: 0 4px 18px; color: var(--nf-text-2); font-size: 13px; }

.nf-balayage-v2-cta { padding-block: clamp(62px, 8vw, 92px) !important; background: var(--nf-ink); text-align: center; }
.nf-balayage-v2-cta .nusface-kicker { color: var(--nf-gold); }
.nf-balayage-v2-cta h2 { max-width: 18ch; margin: 0 auto 16px !important; color: var(--nf-white); font-size: clamp(32px, 3.6vw, 44px); }
.nf-balayage-v2-cta > .wp-block-group__inner-container > p:not(.nusface-kicker) { max-width: 62ch; margin-inline: auto !important; color: rgb(var(--nf-white-rgb) / .68); }
.nf-balayage-v2-cta .nf-balayage-v2-actions { justify-content: center; margin-top: 28px; }
.nf-balayage-v2-cta .nusface-btn-ghost .wp-block-button__link { color: var(--nf-white); border-color: rgb(var(--nf-white-rgb) / .55); }

@media (max-width: 1024px) {
	.nf-balayage-v2-finish-group--wave .nf-balayage-v2-reference-grid > .wp-block-group__inner-container,
	.nf-balayage-v2-finish-group--sleek .nf-balayage-v2-reference-grid > .wp-block-group__inner-container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.nf-balayage-v2-spec-grid > .wp-block-group__inner-container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 782px) {
	.nf-balayage-v2-hero-grid { flex-direction: column-reverse !important; gap: 30px; }
	.nf-balayage-v2-hero-grid > .wp-block-column,
	.nf-balayage-v2-proof-grid > .wp-block-column,
	.nf-balayage-v2-faq-grid > .wp-block-column { width: 100%; flex-basis: auto !important; }
	.nf-balayage-v2-hero h1 { max-width: 100%; font-size: 36px; }
	.nf-balayage-v2-hero-image { height: min(88vw, 430px); }
	.nf-balayage-v2-hero--collection { min-height: 0; padding: 0; background: var(--nf-bg); }
	.nf-balayage-v2-hero--collection .nf-balayage-v2-hero-grid { display: flex !important; min-height: 0; flex-direction: column-reverse !important; gap: 0; overflow: visible; }
	.nf-balayage-v2-hero--collection .nf-balayage-v2-hero-grid > .wp-block-column:first-child { width: 100%; min-height: 0; padding: 34px 20px 42px; background: var(--nf-bg); }
	.nf-balayage-v2-hero--collection .nf-balayage-v2-hero-grid > .wp-block-column:last-child { position: relative; top: auto; right: auto; bottom: auto; left: auto; width: 100%; height: auto; min-height: 0; aspect-ratio: 16 / 9; }
	.nf-balayage-v2-hero--collection .nf-balayage-v2-hero-image { position: absolute; height: 100%; }
	.nf-balayage-v2-hero--collection .nf-balayage-v2-hero-image img { object-position: center; }
	.nf-balayage-v2-hero--collection h1,
	.nf-balayage-v2-hero--collection .nf-balayage-v2-proof-line { color: var(--nf-text); }
	.nf-balayage-v2-hero--collection .nf-balayage-v2-lede { color: var(--nf-text-2); }
	.nf-balayage-v2-hero--collection .nusface-kicker { color: var(--nf-gold-deep) !important; }
	.nf-balayage-v2-hero--collection .nusface-btn-ghost .wp-block-button__link { color: var(--nf-text); border-color: var(--nf-gold-deep); }
	.nf-balayage-v2-actions { display: grid !important; grid-template-columns: 1fr; }
	.nf-balayage-v2-actions .wp-block-button,
	.nf-balayage-v2-actions .wp-block-button__link { width: 100%; }
	.nf-balayage-v2-reference-grid > .wp-block-group__inner-container { display: grid; width: calc(100% + 20px); max-width: none; padding-right: 20px; grid-auto-flow: column; grid-auto-columns: min(82vw, 330px); grid-template-columns: none; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
	.nf-balayage-v2-finish-head { display: block; }
	.nf-balayage-v2-finish-index { margin-bottom: 10px !important; }
	.nf-balayage-v2-finish-head h3 { margin-bottom: 9px !important; }
	.nf-balayage-v2-finish-group--wave .nf-balayage-v2-reference-grid > .wp-block-group__inner-container,
	.nf-balayage-v2-finish-group--sleek .nf-balayage-v2-reference-grid > .wp-block-group__inner-container { grid-template-columns: none; }
	.nf-balayage-v2-reference-grid > .wp-block-group__inner-container::-webkit-scrollbar { display: none; }
	.nf-balayage-v2-reference-card { scroll-snap-align: start; }
	.nf-balayage-v2-proof-grid,
	.nf-balayage-v2-faq-grid { flex-direction: column !important; gap: 32px; }
	.nf-balayage-v2-proof-image img { max-height: none; }
	.nf-balayage-v2-detail-grid { display: grid !important; width: calc(100% + 20px); max-width: none; padding-right: 20px; grid-auto-flow: column; grid-auto-columns: min(82vw, 330px); gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
	.nf-balayage-v2-detail-grid::-webkit-scrollbar { display: none; }
	.nf-balayage-v2-detail-grid > .wp-block-column { scroll-snap-align: start; }
	.nf-balayage-v2-spec-grid > .wp-block-group__inner-container { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
	.nf-balayage-v2-spec-card { min-height: 202px; padding: 20px 15px; }
}

@media (max-width: 430px) {
	.nf-balayage-v2-hero h1 { font-size: 34px; }
	.nf-balayage-v2-actions .wp-block-button__link { padding-inline: 12px; font-size: 9px; letter-spacing: .07em; }
	.nf-balayage-v2-reference-grid > .wp-block-group__inner-container { grid-auto-columns: 84vw; }
	.nf-balayage-v2-reference-card h3 { font-size: 20px; }
	.nf-balayage-v2-spec-card { min-height: 216px; }
}

@media (prefers-reduced-motion: reduce) {
	.nf-balayage-v2-hero-image img,
	.nf-balayage-v2-card-image img { transition: none; }
}
