:root {
	--ns-teal: #1aa6ad;
	--ns-teal-bright: #309ad8;
	--ns-navy: #052f48;
	--ns-navy-deep: #021f34;
	--ns-orange: #f5a333;
	--ns-orange-hot: #fc5530;
	--ns-purple: #9c27c9;
	--ns-purple-deep: #6f16a8;
	--ns-white: #ffffff;
	--ns-paper: #f4fbfb;
	--ns-sand: #fff3dc;
	--ns-ink: #052f48;
	--ns-muted: #57717b;
	--ns-line: #cde9ec;
	--ns-radius: 8px;
	--ns-shadow: 0 22px 54px rgba(5, 47, 72, 0.15);
	--ns-wrap: min(1180px, calc(100vw - 40px));
}

* {
	box-sizing: border-box;
}

body.nic-shack-theme,
.ns-preview-body {
	margin: 0;
	color: var(--ns-ink);
	background: var(--ns-paper);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

body.nic-shack-theme a,
.ns-preview-body a {
	color: inherit;
	text-decoration: none;
}

body.nic-shack-theme img,
.ns-preview-body img {
	display: block;
	max-width: 100%;
	height: auto;
}

.ns-wrap {
	width: var(--ns-wrap);
	margin: 0 auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.ns-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.ns-preview-card button,
.ns-footer-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid transparent;
	border-radius: var(--ns-radius);
	font-family: Montserrat, Arial, sans-serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.ns-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.ns-preview-card button:hover,
.ns-footer-form button:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(5, 47, 72, 0.18);
}

.ns-button--primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.ns-preview-card button,
.ns-footer-form button {
	background: var(--ns-orange);
	color: var(--ns-navy);
}

.ns-button--ghost {
	background: var(--ns-white);
	border-color: rgba(5, 47, 72, 0.15);
	color: var(--ns-navy);
}

.ns-button--dark {
	background: var(--ns-navy);
	color: var(--ns-white);
}

.ns-kicker {
	margin: 0 0 10px;
	color: var(--ns-purple);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.ns-age-gate {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(2, 31, 52, 0.86);
	backdrop-filter: blur(12px);
}

.ns-age-gate.is-hidden {
	display: none;
}

.ns-age-gate__panel {
	width: min(440px, 100%);
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: var(--ns-radius);
	background: var(--ns-white);
	box-shadow: var(--ns-shadow);
	text-align: center;
}

.ns-age-gate__mark {
	width: 86px;
	margin: 0 auto 18px;
}

.ns-age-gate h2 {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 1.06;
	font-weight: 900;
}

.ns-age-gate p {
	margin: 0 auto 22px;
	color: var(--ns-muted);
}

.ns-age-gate__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.ns-site-header {
	position: sticky;
	top: 0;
	z-index: 90;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid rgba(26, 166, 173, 0.2);
	backdrop-filter: blur(16px);
}

.ns-announcement {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	min-height: 34px;
	background: linear-gradient(90deg, var(--ns-navy), var(--ns-teal), var(--ns-purple));
	color: var(--ns-white);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.ns-announcement span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.ns-announcement span::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--ns-orange);
}

.ns-header-main {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 30px;
	min-height: 84px;
}

.ns-brand img {
	width: min(184px, 34vw);
}

.ns-primary-nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ns-primary-nav a {
	color: var(--ns-ink);
	font-size: 14px;
	font-weight: 900;
}

.ns-primary-nav a:hover {
	color: var(--ns-teal);
}

.ns-header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ns-icon-link,
.ns-cart-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	border: 1px solid rgba(5, 47, 72, 0.14);
	border-radius: var(--ns-radius);
	background: var(--ns-white);
	box-shadow: 0 8px 18px rgba(5, 47, 72, 0.06);
	font-size: 13px;
	font-weight: 900;
}

.ns-cart-link {
	gap: 8px;
	padding: 0 12px;
}

.ns-cart-link strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	border-radius: 999px;
	background: var(--ns-purple);
	color: var(--ns-white);
	font-size: 12px;
}

.ns-menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(5, 47, 72, 0.14);
	border-radius: var(--ns-radius);
	background: var(--ns-white);
}

.ns-menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 20px;
	height: 2px;
	margin: 4px auto;
	background: var(--ns-navy);
}

.ns-hero {
	position: relative;
	min-height: min(720px, calc(100vh - 118px));
	display: flex;
	align-items: center;
	overflow: hidden;
	background: var(--ns-teal);
}

.ns-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(244, 251, 251, 0.96) 0%, rgba(244, 251, 251, 0.9) 34%, rgba(244, 251, 251, 0.32) 58%, rgba(244, 251, 251, 0.02) 100%);
	pointer-events: none;
}

.ns-hero::after {
	content: "";
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 92px;
	background: url("../images/nic-shack-pattern.svg") center bottom / cover no-repeat;
	pointer-events: none;
}

.ns-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	min-height: min(720px, calc(100vh - 118px));
	padding: 74px 0 108px;
}

.ns-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 620px;
}

.ns-hero h1 {
	margin: 0;
	color: var(--ns-teal);
	font-family: Pacifico, "Brush Script MT", cursive;
	font-size: clamp(64px, 8vw, 108px);
	line-height: 0.98;
	font-weight: 400;
	letter-spacing: 0;
	text-shadow: 0 4px 0 var(--ns-white), 0 11px 24px rgba(5, 47, 72, 0.18);
	text-transform: none;
}

.ns-hero__lead {
	max-width: 570px;
	margin: 18px 0 28px;
	color: rgba(5, 47, 72, 0.82);
	font-size: 19px;
	font-weight: 600;
	line-height: 1.55;
}

.ns-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ns-proof-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	max-width: 540px;
	margin-top: 34px;
}

.ns-proof-strip span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 12px;
	border: 1px solid rgba(26, 166, 173, 0.24);
	border-radius: var(--ns-radius);
	background: rgba(255, 255, 255, 0.72);
	color: var(--ns-navy);
	box-shadow: 0 10px 24px rgba(5, 47, 72, 0.08);
	font-size: 13px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
}

.ns-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	margin: 0;
}

.ns-hero__media img {
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center right;
	border-radius: 0;
	box-shadow: none;
}

.ns-brand-row {
	position: relative;
	z-index: 4;
	background: var(--ns-navy);
	color: var(--ns-white);
}

.ns-brand-row__inner {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	align-items: center;
	min-height: 74px;
}

.ns-brand-row span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 12px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
}

.ns-section {
	padding: 82px 0;
}

.ns-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 30px;
}

.ns-section-head h1,
.ns-section-head h2 {
	max-width: 730px;
	margin: 0;
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1.04;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: none;
}

.ns-section-head a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border-radius: var(--ns-radius);
	background: var(--ns-navy);
	color: var(--ns-white);
	font-weight: 900;
}

.ns-logo-showcase {
	position: relative;
	background: var(--ns-white);
}

.ns-logo-showcase::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 72px;
	background: url("../images/nic-shack-pattern.svg") center top / cover no-repeat;
	transform: rotate(180deg);
}

.ns-logo-showcase__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1fr);
	gap: 40px;
	align-items: center;
}

.ns-logo-showcase__emblem {
	display: grid;
	place-items: center;
	min-height: 520px;
	border-radius: var(--ns-radius);
	background: linear-gradient(160deg, var(--ns-teal), var(--ns-navy));
	box-shadow: var(--ns-shadow);
}

.ns-logo-showcase__emblem img {
	width: min(420px, 86%);
	filter: drop-shadow(0 18px 28px rgba(2, 31, 52, 0.2));
}

.ns-logo-showcase h2 {
	margin: 0 0 18px;
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1.05;
	font-weight: 900;
}

.ns-logo-showcase p {
	max-width: 590px;
	color: var(--ns-muted);
	font-weight: 600;
}

.ns-logo-tokens {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	margin-top: 28px;
}

.ns-logo-tokens span {
	display: grid;
	place-items: center;
	min-height: 82px;
	padding: 10px;
	border: 1px solid var(--ns-line);
	border-radius: var(--ns-radius);
	background: var(--ns-white);
	box-shadow: 0 10px 22px rgba(5, 47, 72, 0.06);
	font-size: 13px;
	font-weight: 900;
	text-align: center;
}

.ns-logo-tokens span:nth-child(1) {
	background: var(--ns-teal);
	color: var(--ns-white);
}

.ns-logo-tokens span:nth-child(2) {
	background: var(--ns-navy);
	color: var(--ns-white);
}

.ns-logo-tokens span:nth-child(3) {
	background: var(--ns-orange);
	color: var(--ns-navy);
}

.ns-logo-tokens span:nth-child(4) {
	background: var(--ns-purple);
	color: var(--ns-white);
}

.ns-products-preview {
	background: linear-gradient(180deg, var(--ns-paper) 0%, var(--ns-white) 100%);
}

.ns-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.ns-preview-card,
.ns-product-card {
	position: relative;
	min-width: 0;
	border: 1px solid var(--ns-line);
	border-radius: var(--ns-radius);
	background: var(--ns-white);
	box-shadow: 0 14px 34px rgba(5, 47, 72, 0.08);
}

.ns-preview-card {
	display: grid;
	grid-template-rows: 150px auto auto 1fr auto auto;
	min-height: 420px;
	padding: 18px;
}

.ns-can {
	position: relative;
	justify-self: center;
	width: 136px;
	height: 136px;
	border: 12px solid var(--ns-purple);
	border-radius: 50%;
	background: radial-gradient(circle at 50% 42%, var(--ns-orange) 0 22%, var(--ns-teal-bright) 23% 43%, var(--ns-navy) 44% 70%, var(--ns-white) 71% 100%);
	box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.35), 0 18px 30px rgba(5, 47, 72, 0.18);
}

.ns-can::before {
	content: "";
	position: absolute;
	left: 22px;
	right: 22px;
	bottom: 38px;
	height: 18px;
	border: solid var(--ns-white);
	border-width: 0 0 5px;
	border-radius: 0 0 50% 50%;
	transform: rotate(-8deg);
}

.ns-can::after {
	content: "";
	position: absolute;
	left: 48px;
	top: 34px;
	width: 20px;
	height: 42px;
	border-radius: 50% 50% 0 0;
	background: var(--ns-navy);
	transform: rotate(18deg);
}

.ns-can span {
	position: absolute;
	right: -8px;
	bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 4px solid var(--ns-white);
	border-radius: 50%;
	background: var(--ns-orange);
	color: var(--ns-navy);
	font-size: 22px;
	font-weight: 900;
}

.ns-can--cyan {
	border-color: var(--ns-teal);
}

.ns-can--cyan span {
	background: var(--ns-teal-bright);
	color: var(--ns-white);
}

.ns-can--navy {
	border-color: var(--ns-navy);
}

.ns-can--navy span {
	background: var(--ns-purple);
	color: var(--ns-white);
}

.ns-can--amber {
	border-color: var(--ns-orange);
}

.ns-can--amber span {
	background: var(--ns-sand);
}

.ns-chip {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 28px;
	margin: 4px 0 12px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(156, 39, 201, 0.12);
	color: var(--ns-purple-deep);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.ns-preview-card h3,
.ns-shelf h3,
.ns-step-grid h3,
.ns-strength-panel h3 {
	margin: 0;
	font-size: 23px;
	line-height: 1.08;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: none;
}

.ns-preview-card p:not(.ns-chip),
.ns-shelf p,
.ns-step-grid p,
.ns-strength p,
.ns-faq p {
	color: var(--ns-muted);
	font-weight: 600;
}

.ns-card-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 12px 0 16px;
}

.ns-card-meta strong {
	font-size: 24px;
	font-weight: 900;
}

.ns-card-meta span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	height: 32px;
	border: 1px solid var(--ns-line);
	border-radius: var(--ns-radius);
	background: var(--ns-paper);
	font-weight: 900;
}

.ns-strength {
	background: var(--ns-white);
}

.ns-strength__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.65fr);
	gap: 34px;
	align-items: stretch;
}

.ns-strength h2 {
	margin: 0;
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1.04;
	font-weight: 900;
}

.ns-strength-controls {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	max-width: 470px;
	margin-top: 26px;
}

.ns-strength-controls button {
	min-height: 48px;
	border: 1px solid var(--ns-line);
	border-radius: var(--ns-radius);
	background: var(--ns-paper);
	color: var(--ns-navy);
	font-weight: 900;
	cursor: pointer;
}

.ns-strength-controls button.is-active {
	background: var(--ns-purple);
	color: var(--ns-white);
	border-color: var(--ns-purple);
}

.ns-strength-panel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 310px;
	padding: 28px;
	border-radius: var(--ns-radius);
	background: linear-gradient(150deg, var(--ns-teal), var(--ns-teal-bright));
	color: var(--ns-white);
	box-shadow: var(--ns-shadow);
}

.ns-strength-panel .ns-kicker,
.ns-strength-panel p,
.ns-strength-panel h3 {
	color: var(--ns-white);
}

.ns-shelves {
	background: var(--ns-paper);
}

.ns-shelf-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.ns-shelf {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 260px;
	padding: 24px;
	border: 1px solid var(--ns-line);
	border-radius: var(--ns-radius);
	background: var(--ns-white);
	box-shadow: 0 12px 28px rgba(5, 47, 72, 0.08);
}

.ns-shelf span {
	color: var(--ns-purple);
	font-size: 34px;
	font-weight: 900;
}

.ns-shelf--dark {
	background: var(--ns-navy);
	color: var(--ns-white);
}

.ns-shelf--dark p {
	color: rgba(255, 255, 255, 0.76);
}

.ns-shelf--accent {
	background: var(--ns-orange);
	color: var(--ns-navy);
}

.ns-order-flow {
	position: relative;
	background: var(--ns-navy);
	color: var(--ns-white);
}

.ns-order-flow::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	height: 72px;
	background: url("../images/nic-shack-pattern.svg") center top / cover no-repeat;
	transform: rotate(180deg);
}

.ns-order-flow .ns-wrap {
	position: relative;
}

.ns-order-flow .ns-section-head h2,
.ns-order-flow .ns-kicker {
	color: var(--ns-white);
}

.ns-step-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.ns-step-grid div {
	min-height: 210px;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: var(--ns-radius);
	background: rgba(255, 255, 255, 0.08);
}

.ns-step-grid span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 20px;
	border-radius: 50%;
	background: var(--ns-orange);
	color: var(--ns-navy);
	font-weight: 900;
}

.ns-step-grid p {
	color: rgba(255, 255, 255, 0.76);
}

.ns-faq {
	background: var(--ns-white);
}

.ns-faq__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.7fr) minmax(360px, 1fr);
	gap: 40px;
}

.ns-faq h2 {
	margin: 0;
	font-size: clamp(34px, 4vw, 48px);
	line-height: 1.04;
	font-weight: 900;
}

.ns-faq-list {
	display: grid;
	gap: 12px;
}

.ns-faq-list details {
	border: 1px solid var(--ns-line);
	border-radius: var(--ns-radius);
	background: var(--ns-paper);
}

.ns-faq-list summary {
	padding: 18px;
	font-weight: 900;
	cursor: pointer;
}

.ns-faq-list details p {
	margin: 0;
	padding: 0 18px 18px;
}

.ns-shop-hero {
	padding: 60px 0;
	background: linear-gradient(135deg, var(--ns-navy) 0%, var(--ns-teal) 72%, var(--ns-purple) 100%);
	color: var(--ns-white);
}

.ns-shop-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: end;
}

.ns-shop-hero h1 {
	margin: 0;
	font-size: clamp(40px, 5vw, 62px);
	line-height: 0.98;
	font-weight: 900;
}

.ns-shop-hero p {
	max-width: 650px;
	color: rgba(255, 255, 255, 0.82);
	font-weight: 600;
}

.ns-shop-hero__badges {
	display: grid;
	gap: 10px;
}

.ns-shop-hero__badges span {
	min-width: 180px;
	padding: 10px 14px;
	border-radius: var(--ns-radius);
	background: rgba(255, 255, 255, 0.12);
	font-weight: 900;
}

.ns-shop-toolbar {
	padding: 36px 0 76px;
}

.ns-shop-toolbar__inner {
	display: block;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
	margin-bottom: 22px;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce ul.products li.product {
	width: auto;
	margin: 0;
	float: none;
}

.ns-product-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	padding: 18px;
	border-bottom: 1px solid var(--ns-line);
	background: linear-gradient(150deg, var(--ns-paper), var(--ns-sand));
}

.ns-product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ns-product-card__fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 132px;
	height: 132px;
	border: 10px solid var(--ns-purple);
	border-radius: 50%;
	background: radial-gradient(circle at 50% 42%, var(--ns-orange) 0 22%, var(--ns-teal-bright) 23% 43%, var(--ns-navy) 44% 100%);
	color: var(--ns-white);
	font-size: 34px;
	font-weight: 900;
}

.ns-product-card__body {
	padding: 16px;
}

.ns-product-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	min-height: 28px;
	margin-bottom: 10px;
}

.ns-product-card__tags span {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 8px;
	border-radius: 999px;
	background: rgba(26, 166, 173, 0.14);
	color: var(--ns-navy);
	font-size: 12px;
	font-weight: 900;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.ns-product-card .woocommerce-loop-product__title {
	min-height: 52px;
	margin: 0 0 10px;
	padding: 0;
	color: var(--ns-navy);
	font-size: 20px;
	line-height: 1.1;
	font-weight: 900;
	text-transform: none;
}

.ns-product-card__price,
.woocommerce ul.products li.product .price {
	display: block;
	margin: 0 0 14px;
	color: var(--ns-navy);
	font-size: 18px;
	font-weight: 900;
}

.ns-page {
	max-width: 900px;
}

.ns-page-content {
	padding: 28px;
	border-radius: var(--ns-radius);
	background: var(--ns-white);
}

.ns-post-list {
	display: grid;
	gap: 16px;
}

.ns-post-card {
	padding: 24px;
	border: 1px solid var(--ns-line);
	border-radius: var(--ns-radius);
	background: var(--ns-white);
}

.ns-post-card h2 {
	margin: 0 0 10px;
}

.ns-footer {
	position: relative;
	background: var(--ns-navy);
	color: var(--ns-white);
}

.ns-footer::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -70px;
	height: 72px;
	background: url("../images/nic-shack-pattern.svg") center top / cover no-repeat;
}

.ns-footer__grid {
	position: relative;
	display: grid;
	grid-template-columns: 1.5fr 0.7fr 0.7fr 1fr;
	gap: 30px;
	padding: 58px 0 34px;
}

.ns-footer__logo {
	width: 218px;
	margin-bottom: 18px;
}

.ns-footer h2 {
	margin: 0 0 14px;
	font-size: 19px;
	font-weight: 900;
	text-transform: uppercase;
}

.ns-footer p,
.ns-footer a {
	color: rgba(255, 255, 255, 0.76);
}

.ns-footer a {
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
}

.ns-footer a:hover {
	color: var(--ns-orange);
}

.ns-footer-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	margin-bottom: 12px;
}

.ns-footer-form input {
	width: 100%;
	min-height: 46px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--ns-radius);
	background: rgba(255, 255, 255, 0.1);
	color: var(--ns-white);
}

.ns-footer-form input::placeholder {
	color: rgba(255, 255, 255, 0.62);
}

.ns-footer__small {
	font-size: 13px;
}

.ns-footer__bottom {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 0 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	font-size: 13px;
}

.ns-footer__bottom ul {
	display: flex;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (max-width: 1024px) {
	:root {
		--ns-wrap: min(920px, calc(100vw - 34px));
	}

	.ns-header-main {
		grid-template-columns: auto auto 1fr;
		gap: 14px;
	}

	.ns-menu-toggle {
		display: block;
		order: 3;
		justify-self: end;
	}

	.ns-primary-nav {
		position: absolute;
		left: 17px;
		right: 17px;
		top: calc(100% + 8px);
		display: none;
		padding: 18px;
		border: 1px solid var(--ns-line);
		border-radius: var(--ns-radius);
		background: var(--ns-white);
		box-shadow: var(--ns-shadow);
	}

	.ns-primary-nav.is-open {
		display: block;
	}

	.ns-primary-nav ul {
		display: grid;
		gap: 12px;
		justify-items: start;
	}

	.ns-header-actions {
		justify-self: end;
	}

	.ns-hero__grid,
	.ns-strength__grid,
	.ns-faq__grid,
	.ns-shop-hero__grid,
	.ns-logo-showcase__grid {
		grid-template-columns: 1fr;
	}

	.ns-hero {
		min-height: auto;
	}

	.ns-hero__media {
		margin: 0;
	}

	.ns-hero__media img {
		min-height: 100%;
		border-radius: 0;
	}

	.ns-product-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ns-brand-row__inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		padding: 12px 0;
	}

	.ns-shelf-grid,
	.ns-step-grid,
	.ns-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	:root {
		--ns-wrap: min(100% - 24px, 540px);
	}

	.ns-announcement {
		justify-content: flex-start;
		gap: 18px;
		overflow-x: auto;
		padding: 0 12px;
	}

	.ns-header-main {
		min-height: 72px;
	}

	.ns-brand img {
		width: 152px;
	}

	.ns-icon-link {
		display: none;
	}

	.ns-cart-link {
		min-width: 42px;
	}

	.ns-cart-link span {
		display: none;
	}

	.ns-hero::before {
		background: linear-gradient(180deg, rgba(244, 251, 251, 0.98) 0%, rgba(244, 251, 251, 0.9) 44%, rgba(244, 251, 251, 0.35) 100%);
	}

	.ns-hero__grid {
		padding: 38px 0 58px;
	}

	.ns-hero h1 {
		font-size: 64px;
	}

	.ns-hero__lead {
		font-size: 17px;
	}

	.ns-proof-strip,
	.ns-strength-controls,
	.ns-age-gate__actions {
		grid-template-columns: 1fr;
	}

	.ns-logo-tokens {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ns-brand-row__inner,
	.ns-product-grid,
	.ns-shelf-grid,
	.ns-step-grid,
	.ns-footer__grid,
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.ns-section {
		padding: 58px 0;
	}

	.ns-section-head {
		display: block;
	}

	.ns-section-head h1,
	.ns-section-head h2,
	.ns-strength h2,
	.ns-faq h2,
	.ns-shop-hero h1 {
		font-size: 35px;
	}

	.ns-section-head a {
		margin-top: 18px;
	}

	.ns-logo-showcase__emblem {
		min-height: 360px;
	}

	.ns-preview-card {
		min-height: 400px;
	}

	.ns-footer__bottom {
		display: grid;
	}
}

@media (max-width: 350px) {
	.ns-hero h1 {
		font-size: 55px;
	}

	.ns-brand img {
		width: 132px;
	}

	.ns-age-gate__panel {
		padding: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
