@charset "UTF-8";

/* ==========================================================================
   Nutrabio — modern theme layer
   --------------------------------------------------------------------------
   Loaded after app.css. Holds the design tokens, the typographic base and the
   nb-* component system used by the rebuilt header, hero, cards and footer.
   Legacy template classes are corrected in theme-legacy.css.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Design tokens
   -------------------------------------------------------------------------- */
:root {
	/* Brand — the deep navy of the logo wordmark (#002850) */
	--nb-brand-50: #f2f6fb;
	--nb-brand-100: #dde9f4;
	--nb-brand-200: #bad0e6;
	--nb-brand-300: #8bafd2;
	--nb-brand-400: #5182b3;
	--nb-brand-500: #22568c;
	--nb-brand-600: #123f6d;
	--nb-brand-700: #08315b;
	--nb-brand-800: #002850;
	--nb-brand-900: #001b39;

	/* Accent — the champagne gold of the logo ribbon (#f0e0b8 → #a08870) */
	--nb-accent-50: #fdf9f1;
	--nb-accent-100: #f6eeda;
	--nb-accent-200: #eddfc0;
	--nb-accent-300: #e0cba3;
	--nb-accent-400: #d0b898;
	--nb-accent-500: #c0a888;
	--nb-accent-600: #a08870;
	--nb-accent-700: #806a52;

	/* Ink — very slightly blue so text sits with the navy */
	--nb-ink-950: #04101f;
	--nb-ink-900: #0a1728;
	--nb-ink-800: #142640;
	--nb-ink-700: #223a58;
	--nb-ink-600: #45586f;
	--nb-ink-500: #647688;
	--nb-ink-400: #94a3b3;
	--nb-ink-300: #cbd5de;

	/* Surfaces */
	--nb-surface: #ffffff;
	--nb-surface-alt: #f7f9fc;
	--nb-surface-sunken: #eef3f8;
	--nb-surface-tint: var(--nb-brand-50);
	--nb-border: #e5ebf2;
	--nb-border-strong: #d2dde9;

	/* Gradients */
	--nb-grad-brand: linear-gradient(135deg, #123f6d 0%, #002850 100%);
	--nb-grad-brand-soft: linear-gradient(135deg, #f2f6fb 0%, #fbf6ec 100%);
	--nb-grad-accent: linear-gradient(135deg, #f0e0b8 0%, #d0b898 48%, #a08870 100%);
	--nb-grad-ink: linear-gradient(150deg, #063463 0%, #002850 55%, #001630 100%);

	/* Gold gradient dark enough to read as text on a light background */
	--nb-grad-gold-text: linear-gradient(135deg, #b8965f 0%, #8a6d42 100%);
	/* Champagne gradient for text on dark backgrounds */
	--nb-grad-gold-light: linear-gradient(135deg, #f3e6c6 0%, #cdb392 100%);

	/* Elevation — shadows tinted with the brand navy */
	--nb-shadow-xs: 0 1px 2px rgba(0, 40, 80, .06);
	--nb-shadow-sm: 0 1px 2px rgba(0, 40, 80, .05), 0 2px 6px rgba(0, 40, 80, .06);
	--nb-shadow-md: 0 2px 4px rgba(0, 40, 80, .05), 0 10px 24px rgba(0, 40, 80, .08);
	--nb-shadow-lg: 0 4px 8px rgba(0, 40, 80, .05), 0 18px 44px rgba(0, 40, 80, .11);
	--nb-shadow-xl: 0 8px 16px rgba(0, 40, 80, .06), 0 32px 72px rgba(0, 40, 80, .15);
	--nb-shadow-brand: 0 8px 20px rgba(0, 40, 80, .3);
	--nb-shadow-accent: 0 8px 20px rgba(160, 136, 112, .38);
	--nb-shadow-brand-hover: 0 14px 32px rgba(0, 40, 80, .4);
	--nb-shadow-accent-hover: 0 14px 32px rgba(160, 136, 112, .5);
	--nb-ring-brand: 0 0 0 4px rgba(34, 86, 140, .18);

	/* Radii */
	--nb-radius-xs: 8px;
	--nb-radius-sm: 12px;
	--nb-radius: 18px;
	--nb-radius-lg: 26px;
	--nb-radius-xl: 34px;
	--nb-radius-pill: 999px;

	/* Type */
	--nb-font-head: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
	--nb-font-body: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;

	/* Layout */
	--nb-shell: 1240px;
	--nb-shell-wide: 1440px;
	--nb-gutter: 24px;
	--nb-header-h: 84px;
	--nb-topbar-h: 44px;

	/* Motion */
	--nb-ease: cubic-bezier(.16, 1, .3, 1);
	--nb-ease-out: cubic-bezier(.22, .61, .36, 1);
	--nb-dur: .45s;
}

/* --------------------------------------------------------------------------
   2. Typographic base
   -------------------------------------------------------------------------- */
html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--nb-header-h) + 24px);
	text-shadow: none;
}

body {
	font-family: var(--nb-font-body);
	font-size: 1.0625rem;
	line-height: 1.72;
	color: var(--nb-ink-600);
	background: var(--nb-surface);
	text-shadow: none;
	letter-spacing: -.005em;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--nb-font-head);
	color: var(--nb-ink-900);
	text-transform: none;
	font-weight: 800;
	line-height: 1.16;
	letter-spacing: -.024em;
	margin-top: 0;
}

h1 { font-size: clamp(2.25rem, 1.35rem + 3.6vw, 3.75rem); }
h2 { font-size: clamp(1.75rem, 1.2rem + 2.1vw, 2.6rem); }
h3 { font-size: clamp(1.4rem, 1.15rem + 1vw, 1.85rem); }
h4 { font-size: clamp(1.2rem, 1.05rem + .55vw, 1.4rem); letter-spacing: -.016em; }
h5 { font-size: 1.125rem; letter-spacing: -.012em; font-weight: 700; }
h6 { font-size: 1rem; letter-spacing: -.008em; font-weight: 700; }

p { margin-bottom: 1.1rem; }
p:last-child { margin-bottom: 0; }

/* app.css ships a template leftover — `a { display:inline-block; padding:10px }`
   — which silently pads every link on the site. The padding is reset here so
   components own their own spacing; the display value is left alone because
   several components rely on links being inline-block. */
a {
	padding: 0;
	color: var(--nb-brand-700);
	text-decoration: none;
	transition: color .25s var(--nb-ease-out);
}

a:hover, a:focus { color: var(--nb-brand-500); }

img { max-width: 100%; height: auto; }

::selection {
	background: var(--nb-brand-200);
	color: var(--nb-ink-900);
}

/* Visible, on-brand focus ring for keyboard users */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
	outline: 3px solid var(--nb-brand-400);
	outline-offset: 3px;
	border-radius: var(--nb-radius-xs);
}

/* --------------------------------------------------------------------------
   3. Layout helpers
   -------------------------------------------------------------------------- */
.nb-shell {
	width: 100%;
	max-width: var(--nb-shell);
	margin-inline: auto;
	padding-inline: var(--nb-gutter);
}

.nb-shell-wide { max-width: var(--nb-shell-wide); }

.nb-section {
	position: relative;
	padding-block: clamp(4rem, 6.5vw, 7rem);
}

.nb-section-alt { background: var(--nb-surface-alt); }

.nb-section-tint {
	background: var(--nb-grad-brand-soft);
}

.nb-section-tight { padding-block: clamp(3rem, 4.5vw, 4.5rem); }

/* Restores top spacing on a section that normally butts up against the one
   above it, used when a tinted band precedes it. */
.nb-pt { padding-top: clamp(3rem, 5vw, 4.5rem) !important; }

/* Section heading block */
.nb-head {
	max-width: 46rem;
	margin-bottom: clamp(2.25rem, 3.5vw, 3.5rem);
}

.nb-head-center {
	margin-inline: auto;
	text-align: center;
}

.nb-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	font-family: var(--nb-font-head);
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--nb-brand-700);
	background: var(--nb-brand-50);
	border: 1px solid var(--nb-brand-100);
	padding: .4rem .85rem;
	border-radius: var(--nb-radius-pill);
	margin-bottom: 1.1rem;
}

.nb-eyebrow::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--nb-brand-500);
	box-shadow: 0 0 0 3px rgba(34, 86, 140, .18);
}

.nb-head h2 { margin-bottom: .85rem; }

.nb-head p {
	font-size: 1.0625rem;
	color: var(--nb-ink-500);
	margin-bottom: 0;
}

/* Headline highlights echo the gold ribbon in the logo. The gradient is kept
   dark enough to clear AA contrast at display sizes. */
.nb-grad-text {
	background: var(--nb-grad-gold-text);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

/* Same idea, for headings that sit on a dark navy surface */
.nb-grad-text-light {
	background: var(--nb-grad-gold-light);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* --------------------------------------------------------------------------
   4. Buttons
   -------------------------------------------------------------------------- */
.nb-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .6rem;
	min-height: 52px;
	padding: 0 1.65rem;
	font-family: var(--nb-font-head);
	font-size: .975rem;
	font-weight: 700;
	letter-spacing: -.008em;
	text-align: center;
	border: 1px solid transparent;
	border-radius: var(--nb-radius-pill);
	cursor: pointer;
	overflow: hidden;
	transition: transform .3s var(--nb-ease), box-shadow .3s var(--nb-ease),
		background-color .25s ease, color .25s ease, border-color .25s ease;
}

.nb-btn i, .nb-btn span[class*="flaticon"], .nb-btn .nb-btn-icon {
	font-size: 1em;
	transition: transform .3s var(--nb-ease);
}

.nb-btn:hover { transform: translateY(-2px); }
.nb-btn:active { transform: translateY(0); }

.nb-btn-primary {
	color: #fff;
	background: var(--nb-grad-brand);
	box-shadow: var(--nb-shadow-brand);
}

.nb-btn-primary:hover,
.nb-btn-primary:focus {
	color: #fff;
	box-shadow: var(--nb-shadow-brand-hover);
}

.nb-btn-primary::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, 0) 55%);
	opacity: 0;
	transition: opacity .3s ease;
}

.nb-btn-primary:hover::after { opacity: 1; }

.nb-btn-accent {
	color: var(--nb-brand-900);
	background: var(--nb-grad-accent);
	box-shadow: var(--nb-shadow-accent);
}

.nb-btn-accent:hover,
.nb-btn-accent:focus {
	color: var(--nb-brand-900);
	box-shadow: var(--nb-shadow-accent-hover);
}

.nb-btn-ghost {
	color: var(--nb-ink-800);
	background: rgba(255, 255, 255, .7);
	border-color: var(--nb-border-strong);
	box-shadow: var(--nb-shadow-xs);
}

.nb-btn-ghost:hover,
.nb-btn-ghost:focus {
	color: var(--nb-brand-700);
	border-color: var(--nb-brand-300);
	background: #fff;
	box-shadow: var(--nb-shadow-md);
}

.nb-btn-quiet {
	min-height: auto;
	padding: 0;
	background: none;
	border: 0;
	color: var(--nb-brand-700);
	border-radius: 0;
}

.nb-btn-quiet:hover {
	transform: none;
	color: var(--nb-brand-500);
}

.nb-btn-quiet i { transition: transform .3s var(--nb-ease); }
.nb-btn-quiet:hover i { transform: translateX(4px); }

.nb-btn-sm { min-height: 44px; padding: 0 1.25rem; font-size: .9rem; }
.nb-btn-lg { min-height: 58px; padding: 0 2rem; font-size: 1.03rem; }
.nb-btn-block { width: 100%; }

/* --------------------------------------------------------------------------
   5. Header
   -------------------------------------------------------------------------- */
.nb-header {
	position: fixed;
	inset-block-start: 0;
	inset-inline: 0;
	z-index: 1000;
	background: transparent;
	box-shadow: none;
}

.nb-topbar {
	background: var(--nb-ink-900);
	background-image: var(--nb-grad-ink);
	color: rgba(255, 255, 255, .78);
	font-size: .875rem;
	height: var(--nb-topbar-h);
	overflow: hidden;
	transition: height .35s var(--nb-ease), opacity .3s ease;
}

.nb-topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	height: var(--nb-topbar-h);
}

.nb-topbar-list {
	display: flex;
	align-items: center;
	gap: 1.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nb-topbar-list li {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	white-space: nowrap;
}

.nb-topbar-list li > span[class*="flaticon"],
.nb-topbar-list li > i {
	color: var(--nb-accent-400);
	font-size: .95rem;
}

.nb-topbar-list b { color: #fff; font-weight: 600; }

.nb-topbar a { color: rgba(255, 255, 255, .78); }
.nb-topbar a:hover { color: #fff; }

.nb-topbar-social {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
}

.nb-topbar-social a {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	font-size: .8rem;
	transition: background-color .25s ease, color .25s ease, transform .25s var(--nb-ease);
}

.nb-topbar-social a:hover {
	background: var(--nb-grad-accent);
	color: var(--nb-brand-900);
	transform: translateY(-2px);
}

/* Collapse the top bar once the page is scrolled (class set by app.js) */
.nb-header.hide-topbar .nb-topbar {
	height: 0;
	opacity: 0;
}

/* Nav bar — kept fully opaque white because the logo artwork ships with a
   white matte rather than transparency. */
.nb-navbar {
	background: #fff;
	border-bottom: 1px solid var(--nb-border);
	transition: border-color .3s ease, box-shadow .3s ease;
}

.nb-header.hide-topbar .nb-navbar {
	border-bottom-color: transparent;
	box-shadow: 0 1px 0 rgba(0, 40, 80, .04), 0 12px 32px rgba(0, 40, 80, .1);
}

.nb-navbar-inner {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	height: var(--nb-header-h);
	transition: height .3s var(--nb-ease);
}

.nb-header.hide-topbar .nb-navbar-inner { height: 72px; }

.nb-brand {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	margin-inline-end: auto;
}

.nb-brand img {
	height: 52px;
	width: auto;
	transition: height .3s var(--nb-ease);
}

.nb-header.hide-topbar .nb-brand img { height: 44px; }

/* Desktop navigation */
.nb-nav > ul {
	display: flex;
	align-items: center;
	gap: .35rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nb-nav > ul > li { position: relative; }

.nb-nav > ul > li > a {
	position: relative;
	display: block;
	padding: .6rem .95rem;
	font-family: var(--nb-font-head);
	font-size: .955rem;
	font-weight: 600;
	color: var(--nb-ink-700);
	border-radius: var(--nb-radius-pill);
	transition: color .25s ease, background-color .25s ease;
}

.nb-nav > ul > li > a::after {
	content: "";
	position: absolute;
	inset-block-end: .3rem;
	inset-inline-start: 50%;
	translate: -50% 0;
	width: 0;
	height: 2px;
	border-radius: 2px;
	background: var(--nb-grad-brand);
	transition: width .3s var(--nb-ease);
}

.nb-nav > ul > li > a:hover {
	color: var(--nb-brand-700);
	background: var(--nb-brand-50);
}

.nb-nav > ul > li.is-current > a {
	color: var(--nb-brand-700);
	font-weight: 700;
}

.nb-nav > ul > li.is-current > a::after { width: 20px; }

.nb-nav-actions {
	display: inline-flex;
	align-items: center;
	gap: .6rem;
	flex: 0 0 auto;
}

/* Burger */
.nb-burger {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 48px;
	height: 48px;
	padding: 0 12px;
	background: #fff;
	border: 1px solid var(--nb-border);
	border-radius: 14px;
	box-shadow: var(--nb-shadow-sm);
	cursor: pointer;
	float: none;
	text-align: center;
	transition: border-color .25s ease, box-shadow .25s ease;
}

.nb-burger:hover {
	border-color: var(--nb-brand-300);
	box-shadow: var(--nb-shadow-md);
}

.nb-burger span {
	display: block;
	height: 2px;
	width: 100%;
	border-radius: 2px;
	background: var(--nb-ink-800);
	transition: transform .3s var(--nb-ease), width .3s var(--nb-ease);
}

.nb-burger span:nth-child(2) { width: 70%; }
.nb-burger:hover span:nth-child(2) { width: 100%; }

/* Spacer so fixed header never covers content */
.nb-header-offset { height: calc(var(--nb-header-h) + var(--nb-topbar-h)); }

/* --------------------------------------------------------------------------
   6. Hero
   -------------------------------------------------------------------------- */
.nb-hero {
	position: relative;
	isolation: isolate;
	/* The header is fixed, so the hero carries its own clearance */
	padding-block: calc(var(--nb-header-h) + var(--nb-topbar-h) + clamp(1.75rem, 3vw, 3rem))
		clamp(3.5rem, 6vw, 6rem);
	background: linear-gradient(180deg, #f3f7fc 0%, #fbf8f2 46%, #ffffff 100%);
	overflow: hidden;
}

.nb-hero-bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
}

.nb-hero-bg::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(0, 40, 80, .06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 40, 80, .06) 1px, transparent 1px);
	background-size: 64px 64px;
	-webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 0%, #000 20%, transparent 75%);
	mask-image: radial-gradient(ellipse 70% 60% at 50% 0%, #000 20%, transparent 75%);
}

.nb-blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(70px);
	opacity: .5;
}

.nb-blob-1 {
	width: 34vw;
	height: 34vw;
	min-width: 320px;
	min-height: 320px;
	inset-block-start: -8%;
	inset-inline-end: -6%;
	background: radial-gradient(circle at 30% 30%, rgba(81, 130, 179, .5), rgba(81, 130, 179, 0) 70%);
}

.nb-blob-2 {
	width: 26vw;
	height: 26vw;
	min-width: 260px;
	min-height: 260px;
	inset-block-end: -10%;
	inset-inline-start: -8%;
	background: radial-gradient(circle at 60% 40%, rgba(208, 184, 152, .55), rgba(208, 184, 152, 0) 70%);
}

.nb-hero-grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	align-items: center;
	gap: clamp(2rem, 4vw, 4rem);
}

/* The slider itself runs edge to edge, so each slide re-applies the page shell
   to keep its copy and product image aligned with the sections below. */
.nb-hero-slide > .nb-hero-grid {
	width: 100%;
	max-width: var(--nb-shell);
	margin-inline: auto;
	padding-inline: var(--nb-gutter);
}

.nb-hero-copy { max-width: 34rem; }

.nb-hero-copy h1,
.nb-hero-copy h2 {
	font-size: clamp(2.2rem, 1.2rem + 3.6vw, 3.55rem);
	margin-bottom: 1.15rem;
	text-transform: none;
	line-height: 1.1;
}

.nb-hero-copy p {
	font-size: clamp(1.02rem, .98rem + .25vw, 1.15rem);
	color: var(--nb-ink-500);
	margin-bottom: 1.9rem;
}

.nb-hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .85rem;
}

.nb-hero-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 1.75rem;
	margin: 2.4rem 0 0;
	padding: 1.6rem 0 0;
	list-style: none;
	border-top: 1px solid var(--nb-border);
}

.nb-hero-facts li {
	display: flex;
	align-items: center;
	gap: .65rem;
	font-size: .925rem;
	font-weight: 500;
	color: var(--nb-ink-600);
}

.nb-hero-facts i {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--nb-brand-50);
	color: var(--nb-brand-600);
	font-size: .8rem;
	flex: 0 0 auto;
}

/* Hero media */
.nb-hero-media {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 380px;
}

.nb-hero-media::before {
	content: "";
	position: absolute;
	width: 78%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle at 50% 45%, rgba(255, 255, 255, .95) 0%, rgba(242, 246, 251, .92) 45%, rgba(242, 246, 251, 0) 72%);
	box-shadow: inset 0 0 80px rgba(0, 40, 80, .08);
}

.nb-hero-media::after {
	content: "";
	position: absolute;
	inset-block-end: 4%;
	width: 56%;
	height: 26px;
	border-radius: 50%;
	background: radial-gradient(ellipse at center, rgba(0, 40, 80, .2), rgba(0, 40, 80, 0) 70%);
	filter: blur(4px);
}

.nb-hero-media img {
	position: relative;
	max-width: 100%;
	max-height: 460px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 26px 40px rgba(0, 40, 80, .2));
	animation: nb-float 7s ease-in-out infinite;
}

@keyframes nb-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-14px); }
}

/* Floating badge on the hero image */
.nb-hero-badge {
	position: absolute;
	display: flex;
	align-items: center;
	gap: .7rem;
	padding: .8rem 1.1rem;
	background: rgba(255, 255, 255, .9);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border: 1px solid var(--nb-border);
	border-radius: var(--nb-radius);
	box-shadow: var(--nb-shadow-lg);
	font-size: .85rem;
	line-height: 1.3;
	z-index: 2;
}

.nb-hero-badge strong {
	display: block;
	font-family: var(--nb-font-head);
	font-size: 1.05rem;
	color: var(--nb-ink-900);
}

.nb-hero-badge span { color: var(--nb-ink-500); }

.nb-hero-badge i {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: var(--nb-brand-50);
	color: var(--nb-brand-600);
	font-size: 1rem;
	flex: 0 0 auto;
}

.nb-hero-badge-a { inset-block-start: 12%; inset-inline-start: 0; }
.nb-hero-badge-b { inset-block-end: 14%; inset-inline-end: 0; }

/* Owl overrides scoped to the hero slider */
.nb-hero-slider .owl-dots {
	display: flex;
	justify-content: center;
	gap: .5rem;
	margin-top: 2rem;
}

.nb-hero-slider .owl-dot span {
	width: 26px !important;
	height: 4px !important;
	margin: 0 !important;
	border-radius: 999px !important;
	background: var(--nb-border-strong) !important;
	transition: background-color .3s ease, width .3s var(--nb-ease);
}

.nb-hero-slider .owl-dot.active span {
	width: 44px !important;
	background: var(--nb-grad-brand) !important;
}

.nb-hero-slider .owl-nav { display: none; }

/* --------------------------------------------------------------------------
   7. Trust strip
   -------------------------------------------------------------------------- */
.nb-trust {
	position: relative;
	padding-block: 1.75rem;
	background: var(--nb-surface);
	border-block: 1px solid var(--nb-border);
}

.nb-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem 2rem;
}

.nb-trust-item {
	display: flex;
	align-items: center;
	gap: .9rem;
}

.nb-trust-item i {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	flex: 0 0 auto;
	border-radius: 14px;
	background: var(--nb-brand-50);
	color: var(--nb-brand-600);
	font-size: 1.15rem;
}

.nb-trust-item h6 {
	margin: 0 0 .1rem;
	font-size: .975rem;
}

.nb-trust-item p {
	margin: 0;
	font-size: .85rem;
	color: var(--nb-ink-500);
	line-height: 1.45;
}

/* --------------------------------------------------------------------------
   8. Cards — products
   -------------------------------------------------------------------------- */
.nb-grid {
	display: grid;
	gap: clamp(1.25rem, 2vw, 1.75rem);
}

.nb-grid-2 { grid-template-columns: repeat(2, 1fr); }
.nb-grid-3 { grid-template-columns: repeat(3, 1fr); }
.nb-grid-4 { grid-template-columns: repeat(4, 1fr); }

.nb-product {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--nb-surface);
	border: 1px solid var(--nb-border);
	border-radius: var(--nb-radius-lg);
	overflow: hidden;
	transition: transform .45s var(--nb-ease), box-shadow .45s var(--nb-ease),
		border-color .35s ease;
}

.nb-product:hover {
	transform: translateY(-8px);
	border-color: transparent;
	box-shadow: var(--nb-shadow-xl);
}

.nb-product-media {
	position: relative;
	aspect-ratio: 4 / 3;
	background: var(--nb-grad-brand-soft);
	overflow: hidden;
}

.nb-product-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s var(--nb-ease);
}

.nb-product:hover .nb-product-media img { transform: scale(1.07); }

.nb-product-tag {
	position: absolute;
	inset-block-start: 1rem;
	inset-inline-start: 1rem;
	z-index: 2;
	padding: .35rem .75rem;
	font-family: var(--nb-font-head);
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--nb-brand-800);
	background: rgba(255, 255, 255, .92);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	border-radius: var(--nb-radius-pill);
	box-shadow: var(--nb-shadow-sm);
}

.nb-product-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 1.5rem 1.5rem 1.65rem;
}

.nb-product-body h3 {
	font-size: 1.3rem;
	margin-bottom: .5rem;
}

.nb-product-body h3 a { color: inherit; }
.nb-product-body h3 a:hover { color: var(--nb-brand-700); }

.nb-product-body p {
	font-size: .945rem;
	color: var(--nb-ink-500);
	margin-bottom: 1.25rem;
}

.nb-product-meta {
	display: flex;
	flex-wrap: wrap;
	gap: .4rem;
	margin: 0 0 1.25rem;
	padding: 0;
	list-style: none;
}

.nb-product-meta li {
	font-size: .78rem;
	font-weight: 600;
	color: var(--nb-brand-800);
	background: var(--nb-brand-50);
	border: 1px solid var(--nb-brand-100);
	padding: .28rem .6rem;
	border-radius: var(--nb-radius-pill);
}

.nb-product-foot { margin-top: auto; }

/* --------------------------------------------------------------------------
   9. Feature cards / bento
   -------------------------------------------------------------------------- */
.nb-feature {
	position: relative;
	height: 100%;
	padding: 2rem 1.75rem;
	background: var(--nb-surface);
	border: 1px solid var(--nb-border);
	border-radius: var(--nb-radius-lg);
	overflow: hidden;
	transition: transform .45s var(--nb-ease), box-shadow .45s var(--nb-ease),
		border-color .35s ease;
}

.nb-feature::before {
	content: "";
	position: absolute;
	inset-block-start: 0;
	inset-inline: 0;
	height: 3px;
	background: var(--nb-grad-brand);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .5s var(--nb-ease);
}

.nb-feature:hover {
	transform: translateY(-6px);
	border-color: transparent;
	box-shadow: var(--nb-shadow-lg);
}

.nb-feature:hover::before { transform: scaleX(1); }

.nb-feature-icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin-bottom: 1.35rem;
	border-radius: 18px;
	background: var(--nb-brand-50);
	color: var(--nb-brand-600);
	font-size: 1.5rem;
	transition: background-color .35s ease, color .35s ease, transform .45s var(--nb-ease);
}

.nb-feature:hover .nb-feature-icon {
	background: var(--nb-grad-brand);
	color: #fff;
	transform: translateY(-3px) rotate(-4deg);
}

.nb-feature h4 { margin-bottom: .6rem; }

.nb-feature p {
	font-size: .95rem;
	color: var(--nb-ink-500);
	margin-bottom: 0;
}

.nb-feature-accent .nb-feature-icon {
	background: var(--nb-accent-50);
	color: var(--nb-accent-600);
}

.nb-feature-accent::before { background: var(--nb-grad-accent); }

.nb-feature-accent:hover .nb-feature-icon {
	background: var(--nb-grad-accent);
	color: var(--nb-ink-900);
}

/* Wide bento panel */
.nb-panel {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: clamp(2rem, 3vw, 2.75rem);
	border-radius: var(--nb-radius-lg);
	background: var(--nb-grad-ink);
	color: rgba(255, 255, 255, .78);
	overflow: hidden;
	isolation: isolate;
}

.nb-panel::before {
	content: "";
	position: absolute;
	inset-block-start: -40%;
	inset-inline-end: -20%;
	width: 60%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(81, 130, 179, .45), transparent 68%);
	z-index: -1;
}

.nb-panel h3 { color: #fff; margin-bottom: .85rem; }
.nb-panel p { color: rgba(255, 255, 255, .74); }

/* --------------------------------------------------------------------------
   10. Stats
   -------------------------------------------------------------------------- */
.nb-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: var(--nb-border);
	border: 1px solid var(--nb-border);
	border-radius: var(--nb-radius-lg);
	overflow: hidden;
}

.nb-stat {
	padding: clamp(1.5rem, 2.5vw, 2.25rem);
	background: var(--nb-surface);
	text-align: center;
	transition: background-color .35s ease;
}

.nb-stat:hover { background: var(--nb-brand-50); }

.nb-stat-num {
	display: block;
	font-family: var(--nb-font-head);
	font-size: clamp(2rem, 1.4rem + 2vw, 2.85rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.03em;
	background: var(--nb-grad-gold-text);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	margin-bottom: .5rem;
}

.nb-stat-label {
	font-size: .9rem;
	font-weight: 500;
	color: var(--nb-ink-500);
}

/* --------------------------------------------------------------------------
   11. Split / media sections
   -------------------------------------------------------------------------- */
.nb-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: clamp(2rem, 4vw, 4.5rem);
}

.nb-split-media {
	position: relative;
	border-radius: var(--nb-radius-lg);
	overflow: hidden;
	box-shadow: var(--nb-shadow-lg);
}

.nb-split-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Product literature is portrait and text-heavy, so it is framed rather than
   cropped — otherwise a single poster dictates the height of the section. */
.nb-split-media.is-poster {
	aspect-ratio: 4 / 5;
	padding: clamp(1rem, 2vw, 1.75rem);
	background: var(--nb-grad-brand-soft);
	border: 1px solid var(--nb-brand-100);
	box-shadow: var(--nb-shadow-md);
}

.nb-split-media.is-poster img {
	object-fit: contain;
	border-radius: var(--nb-radius-sm);
}

/* Staggered product collage */
.nb-split-collage {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(.85rem, 1.5vw, 1.25rem);
	align-items: start;
}

.nb-split-collage img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	background: var(--nb-surface-alt);
	border: 1px solid var(--nb-border);
	border-radius: var(--nb-radius);
	box-shadow: var(--nb-shadow-sm);
	transition: transform .45s var(--nb-ease), box-shadow .45s var(--nb-ease);
}

.nb-split-collage img:hover {
	transform: translateY(-6px);
	box-shadow: var(--nb-shadow-lg);
}

.nb-split-collage img:nth-child(2n) { margin-block-start: clamp(1.25rem, 3vw, 2.5rem); }

@media (max-width: 575px) {
	.nb-split-collage img:nth-child(2n) { margin-block-start: 0; }
}

.nb-check {
	margin: 1.75rem 0 2rem;
	padding: 0;
	list-style: none;
	display: grid;
	gap: .8rem;
}

.nb-check li {
	position: relative;
	padding-inline-start: 2.1rem;
	font-size: .99rem;
	color: var(--nb-ink-600);
}

.nb-check li::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	inset-inline-start: 0;
	inset-block-start: .18em;
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	font-size: .65rem;
	border-radius: 50%;
	background: var(--nb-brand-50);
	color: var(--nb-brand-600);
}

/* --------------------------------------------------------------------------
   11b. Product detail
   -------------------------------------------------------------------------- */
.nb-pdp {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	align-items: start;
	gap: clamp(2rem, 4vw, 4rem);
}

.nb-pdp-media {
	position: relative;
	display: grid;
	place-items: center;
	padding: clamp(1.75rem, 3vw, 3rem);
	background: var(--nb-grad-brand-soft);
	border: 1px solid var(--nb-brand-100);
	border-radius: var(--nb-radius-xl);
	overflow: hidden;
	isolation: isolate;
}

.nb-pdp-media::before {
	content: "";
	position: absolute;
	width: 82%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, .95), rgba(255, 255, 255, 0) 70%);
	z-index: -1;
}

.nb-pdp-media img {
	max-height: 480px;
	width: auto;
	object-fit: contain;
	filter: drop-shadow(0 22px 36px rgba(0, 40, 80, .18));
}

.nb-pdp-info h1 {
	font-size: clamp(1.9rem, 1.35rem + 2.2vw, 2.8rem);
	margin-bottom: .85rem;
}

.nb-lead {
	font-size: clamp(1.02rem, .98rem + .25vw, 1.14rem);
	color: var(--nb-ink-500);
	margin-bottom: 1.75rem;
}

.nb-pdp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .85rem;
	margin-top: 1.85rem;
}

.nb-pdp-tags {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem;
	margin: 0 0 1.5rem;
	padding: 0;
	list-style: none;
}

.nb-pdp-tags li {
	font-size: .8rem;
	font-weight: 600;
	color: var(--nb-brand-800);
	background: var(--nb-brand-50);
	border: 1px solid var(--nb-brand-100);
	padding: .32rem .7rem;
	border-radius: var(--nb-radius-pill);
}

@media (max-width: 991px) {
	.nb-pdp { grid-template-columns: 1fr; }
}

/* --------------------------------------------------------------------------
   12. CTA band
   -------------------------------------------------------------------------- */
.nb-cta {
	position: relative;
	padding-block: clamp(3rem, 5vw, 4.5rem);
	overflow: hidden;
}

.nb-cta-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 2rem;
	padding: clamp(2.25rem, 4vw, 3.5rem);
	border-radius: var(--nb-radius-xl);
	background: var(--nb-grad-brand);
	color: #fff;
	box-shadow: var(--nb-shadow-xl);
	isolation: isolate;
	overflow: hidden;
}

.nb-cta-inner::before,
.nb-cta-inner::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	z-index: -1;
}

.nb-cta-inner::before {
	width: 380px;
	height: 380px;
	inset-block-start: -45%;
	inset-inline-end: 4%;
	background: radial-gradient(circle, rgba(255, 255, 255, .18), transparent 65%);
}

.nb-cta-inner::after {
	width: 260px;
	height: 260px;
	inset-block-end: -40%;
	inset-inline-start: 12%;
	background: radial-gradient(circle, rgba(208, 184, 152, .34), transparent 65%);
}

.nb-cta-copy { max-width: 38rem; }

.nb-cta-copy h2 {
	color: #fff;
	margin-bottom: .6rem;
}

.nb-cta-copy p {
	color: rgba(255, 255, 255, .84);
	margin-bottom: 0;
	font-size: 1.05rem;
}

.nb-cta .nb-btn-ghost {
	background: #fff;
	border-color: #fff;
	color: var(--nb-brand-800);
}

.nb-cta .nb-btn-ghost:hover {
	background: var(--nb-ink-900);
	border-color: var(--nb-ink-900);
	color: #fff;
}

/* --------------------------------------------------------------------------
   13. Page hero (inner pages)
   -------------------------------------------------------------------------- */
.nb-pagehero {
	position: relative;
	padding-block: calc(var(--nb-header-h) + var(--nb-topbar-h) + clamp(2.5rem, 4vw, 4rem))
		clamp(2.5rem, 4vw, 4rem);
	background: var(--nb-grad-ink);
	color: rgba(255, 255, 255, .76);
	overflow: hidden;
	isolation: isolate;
	text-align: center;
}

.nb-pagehero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		radial-gradient(ellipse 50% 70% at 78% 0%, rgba(81, 130, 179, .38), transparent 70%),
		radial-gradient(ellipse 40% 60% at 12% 100%, rgba(208, 184, 152, .22), transparent 70%);
}

.nb-pagehero h1 {
	color: #fff;
	margin-bottom: .75rem;
}

.nb-pagehero p {
	max-width: 40rem;
	margin-inline: auto;
	color: rgba(255, 255, 255, .72);
}

.nb-crumbs {
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	margin-top: 1.25rem;
	padding: .5rem 1.1rem;
	font-size: .875rem;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: var(--nb-radius-pill);
}

.nb-crumbs a { color: rgba(255, 255, 255, .72); }
.nb-crumbs a:hover { color: #fff; }
.nb-crumbs span { color: #fff; font-weight: 600; }
.nb-crumbs i { font-size: .65rem; opacity: .55; }

/* --------------------------------------------------------------------------
   14. Footer
   -------------------------------------------------------------------------- */
.nb-footer {
	position: relative;
	background: var(--nb-grad-ink);
	color: rgba(255, 255, 255, .68);
	overflow: hidden;
	isolation: isolate;
}

.nb-footer::before {
	content: "";
	position: absolute;
	inset-block-start: -30%;
	inset-inline-end: -5%;
	width: 46%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(81, 130, 179, .26), transparent 65%);
	z-index: -1;
}

.nb-footer-newsletter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1.5rem 2.5rem;
	padding-block: clamp(2rem, 3.5vw, 2.75rem);
	border-block-end: 1px solid rgba(255, 255, 255, .09);
}

.nb-footer-newsletter h6 { margin-bottom: .25rem; }

/* minmax(0, …) keeps the ratios honest — plain fr columns floor at min-content,
   which lets the long address squeeze the brand column. */
.nb-footer-top {
	display: grid;
	grid-template-columns:
		minmax(0, 1.9fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.6fr);
	gap: clamp(2rem, 3.5vw, 3.5rem);
	padding-block: clamp(3rem, 5vw, 4.5rem);
}

.nb-footer-brand { max-width: 26rem; }

.nb-footer h6 {
	color: #fff;
	font-size: .9rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom: 1.35rem;
}

.nb-footer p {
	font-size: .95rem;
	color: rgba(255, 255, 255, .64);
}

.nb-footer-logo {
	display: inline-block;
	margin-bottom: 1.25rem;
}

.nb-footer-logo img {
	height: 56px;
	width: auto;
}

.nb-footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: .4rem;
}

.nb-footer-links a {
	position: relative;
	display: inline-block;
	font-size: .95rem;
	color: rgba(255, 255, 255, .64);
	transition: color .25s ease, transform .25s var(--nb-ease);
}

.nb-footer-links a:hover {
	color: #fff;
	transform: translateX(4px);
}

.nb-footer-contact {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 1rem;
}

.nb-footer-contact li {
	display: flex;
	align-items: flex-start;
	gap: .8rem;
	font-size: .95rem;
	line-height: 1.55;
}

.nb-footer-contact i {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	border-radius: 11px;
	background: rgba(255, 255, 255, .07);
	color: var(--nb-accent-400);
	font-size: .82rem;
}

.nb-footer-contact a { color: rgba(255, 255, 255, .74); }
.nb-footer-contact a:hover { color: #fff; }

/* Newsletter */
.nb-subscribe {
	position: relative;
	display: flex;
	align-items: center;
	gap: .5rem;
	flex: 1 1 320px;
	max-width: 26rem;
	padding: .4rem .4rem .4rem 1.15rem;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: var(--nb-radius-pill);
	transition: border-color .25s ease, background-color .25s ease;
}

.nb-subscribe:focus-within {
	border-color: var(--nb-accent-400);
	background: rgba(255, 255, 255, .1);
}

.nb-subscribe input {
	flex: 1 1 auto;
	min-width: 0;
	height: 44px;
	background: none;
	border: 0;
	color: #fff;
	font-size: .95rem;
	padding: 0;
}

.nb-subscribe input::placeholder { color: rgba(255, 255, 255, .45); }

.nb-subscribe button {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	flex: 0 0 auto;
	border: 0;
	border-radius: 50%;
	background: var(--nb-grad-accent);
	color: var(--nb-brand-900);
	font-size: 1rem;
	cursor: pointer;
	transition: transform .3s var(--nb-ease), box-shadow .3s var(--nb-ease);
}

.nb-subscribe button:hover {
	transform: translateY(-2px);
	box-shadow: var(--nb-shadow-accent);
}

.nb-social {
	display: flex;
	gap: .5rem;
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
}

.nb-social a {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 13px;
	background: rgba(255, 255, 255, .07);
	color: rgba(255, 255, 255, .74);
	font-size: .95rem;
	transition: background-color .3s ease, color .3s ease, transform .3s var(--nb-ease);
}

.nb-social a:hover {
	background: var(--nb-grad-accent);
	color: var(--nb-brand-900);
	transform: translateY(-3px);
}

.nb-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
	padding-block: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, .09);
	font-size: .875rem;
	text-align: center;
}

.nb-footer-bottom a {
	color: var(--nb-accent-300);
	font-weight: 600;
}

.nb-footer-bottom a:hover { color: #fff; }

/* --------------------------------------------------------------------------
   15. Preloader
   -------------------------------------------------------------------------- */
/* Scrolling is parked while the curtain is up (class managed by JS, so it can
   never strand the page if scripting fails) */
html.nb-loading,
html.nb-loading body { overflow: hidden; }

.nb-preloader {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: grid;
	place-items: center;
	padding: var(--nb-gutter);
	background: var(--nb-grad-ink);
	isolation: isolate;
	transition: opacity .7s var(--nb-ease), visibility .7s var(--nb-ease);
	/* Safety net: if scripting is unavailable the curtain still lifts on its own
	   rather than locking the visitor out of the page. */
	animation: nb-preloader-failsafe 0s linear 8s forwards;
}

/* Soft navy and gold glows, echoing the hero and footer */
.nb-preloader::before,
.nb-preloader::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	z-index: -1;
}

.nb-preloader::before {
	inset-block-start: -18%;
	inset-inline-end: -10%;
	width: 46vw;
	min-width: 380px;
	aspect-ratio: 1;
	background: radial-gradient(circle, rgba(81, 130, 179, .38), transparent 68%);
}

.nb-preloader::after {
	inset-block-end: -20%;
	inset-inline-start: -12%;
	width: 38vw;
	min-width: 320px;
	aspect-ratio: 1;
	background: radial-gradient(circle, rgba(208, 184, 152, .26), transparent 68%);
}

.nb-preloader-inner {
	display: grid;
	justify-items: center;
	gap: 1.35rem;
	text-align: center;
	transition: opacity .5s var(--nb-ease), transform .5s var(--nb-ease);
}

.nb-preloader-inner img {
	width: clamp(210px, 30vw, 300px);
	height: auto;
	animation: nb-preloader-enter .9s var(--nb-ease) both;
}

/* Tracking scales with the viewport so the tagline never grows wider than the
   wordmark above it */
.nb-preloader-tagline {
	margin: 0;
	font-family: var(--nb-font-head);
	font-size: clamp(.64rem, .56rem + .3vw, .78rem);
	font-weight: 600;
	letter-spacing: clamp(.15em, .06em + .5vw, .28em);
	text-transform: uppercase;
	color: var(--nb-accent-300);
	animation: nb-preloader-enter .9s var(--nb-ease) .12s both;
}

.nb-preloader-bar {
	position: relative;
	width: clamp(160px, 22vw, 220px);
	height: 3px;
	margin-block-start: .5rem;
	border-radius: var(--nb-radius-pill);
	background: rgba(255, 255, 255, .12);
	overflow: hidden;
}

/* Indeterminate sweep — the real duration is unknown, so no false progress */
.nb-preloader-bar span {
	position: absolute;
	inset-block: 0;
	inset-inline-start: 0;
	width: 40%;
	border-radius: inherit;
	background: var(--nb-grad-accent);
	animation: nb-preloader-sweep 1.25s var(--nb-ease-out) infinite;
}

/* The curtain lifts, the mark settles upward with it */
.nb-preloader.is-done {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.nb-preloader.is-done .nb-preloader-inner {
	opacity: 0;
	transform: translateY(-14px);
}

@keyframes nb-preloader-enter {
	from { opacity: 0; transform: translateY(14px); }
	to { opacity: 1; transform: none; }
}

@keyframes nb-preloader-sweep {
	from { transform: translateX(-105%); }
	to { transform: translateX(255%); }
}

@keyframes nb-preloader-failsafe {
	to { opacity: 0; visibility: hidden; }
}

/* --------------------------------------------------------------------------
   16. Scroll reveal (progressive enhancement — class added by JS)
   -------------------------------------------------------------------------- */
.nb-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .75s var(--nb-ease), transform .75s var(--nb-ease);
	will-change: opacity, transform;
}

.nb-reveal.is-visible {
	opacity: 1;
	transform: none;
}

.nb-reveal-scale { transform: translateY(22px) scale(.97); }
.nb-reveal-scale.is-visible { transform: none; }

.nb-reveal[data-nb-delay="1"] { transition-delay: .07s; }
.nb-reveal[data-nb-delay="2"] { transition-delay: .14s; }
.nb-reveal[data-nb-delay="3"] { transition-delay: .21s; }
.nb-reveal[data-nb-delay="4"] { transition-delay: .28s; }
.nb-reveal[data-nb-delay="5"] { transition-delay: .35s; }
.nb-reveal[data-nb-delay="6"] { transition-delay: .42s; }

/* --------------------------------------------------------------------------
   17. Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1199px) {
	/* The brand block takes its own row so the three link columns stay even */
	.nb-footer-top { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.nb-footer-brand { grid-column: 1 / -1; max-width: 34rem; }
	.nb-grid-4 { grid-template-columns: repeat(2, 1fr); }
	.nb-hero-badge { display: none; }
}

@media (max-width: 991px) {
	:root { --nb-header-h: 74px; }

	.nb-nav,
	.nb-nav-actions { display: none; }

	.nb-burger { display: flex; }

	.nb-hero-grid { grid-template-columns: 1fr; }

	.nb-hero-copy {
		max-width: 100%;
		order: 2;
		text-align: center;
		margin-inline: auto;
	}

	.nb-hero-actions,
	.nb-hero-facts { justify-content: center; }

	.nb-hero-media {
		order: 1;
		min-height: 300px;
		margin-bottom: 1.5rem;
	}

	.nb-hero-media img { max-height: 320px; }

	.nb-trust-grid { grid-template-columns: repeat(2, 1fr); }
	.nb-stats { grid-template-columns: repeat(2, 1fr); }
	.nb-grid-3 { grid-template-columns: repeat(2, 1fr); }

	.nb-split { grid-template-columns: 1fr; }
	.nb-split-media { order: -1; }

	.nb-footer-top { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
	:root { --nb-gutter: 18px; }

	.nb-topbar-list li:not(:first-child) { display: none; }
	.nb-topbar-list { gap: 1rem; }

	.nb-grid-2,
	.nb-grid-3,
	.nb-grid-4 { grid-template-columns: 1fr; }

	.nb-trust-grid { grid-template-columns: 1fr; }

	.nb-cta-inner {
		flex-direction: column;
		align-items: flex-start;
		text-align: start;
	}

	.nb-footer-top { grid-template-columns: 1fr; }
}

@media (max-width: 575px) {
	.nb-topbar-social { display: none; }
	.nb-stats { grid-template-columns: 1fr; }
	.nb-hero-facts { gap: 1rem 1.25rem; }
	.nb-btn { width: 100%; }
	.nb-btn-quiet, .nb-nav-actions .nb-btn { width: auto; }
}

/* --------------------------------------------------------------------------
   18. RTL groundwork
   -------------------------------------------------------------------------- */
[dir="rtl"] .nb-footer-links a:hover { transform: translateX(-4px); }
[dir="rtl"] .nb-btn-quiet:hover i { transform: translateX(-4px) scaleX(-1); }
[dir="rtl"] .nb-feature::before { transform-origin: right; }

/* --------------------------------------------------------------------------
   19. Motion & print preferences
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }

	*,
	*::before,
	*::after {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .001ms !important;
	}

	.nb-reveal {
		opacity: 1 !important;
		transform: none !important;
	}

	.nb-hero-media img { animation: none; }

	/* A still gold bar rather than a sweep that snaps to its end frame */
	.nb-preloader-bar span {
		position: static;
		width: 100%;
		height: 100%;
	}
}

@media print {
	.nb-header, .nb-footer, .backtotop, .nb-preloader, .mobile-menu-inner { display: none !important; }
	.nb-reveal { opacity: 1 !important; transform: none !important; }
}
