:root {
	--ns-ink: #111111;
	--ns-text: #444444;
	--ns-muted: #76716a;
	--ns-off: #fffaf8;
	--ns-line: #eadfda;
	--ns-red: #bc002d;
	--ns-red-dark: #8f0022;
	--ns-red-soft: #fff1f3;
	--ns-washi: #faf8f4;
	--ns-radius: 8px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	max-width: 100%;
	overflow-x: clip;
	padding: 0;
}

body {
	background: #ffffff;
	color: var(--ns-ink);
	font-family: Inter, "Noto Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wp-site-blocks {
	max-width: 100%;
	overflow-x: clip;
	width: 100%;
}

a {
	text-underline-offset: 0.18em;
}

.ns-site-header {
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid var(--ns-line);
	box-shadow: 0 1px 0 rgba(188, 0, 45, 0.08);
	position: sticky;
	top: 0;
	z-index: 20;
}

.ns-header-inner {
	margin: 0 auto;
	max-width: 1180px;
	padding: 12px 20px 0;
}

.ns-header-top {
	gap: 24px;
	min-height: 72px;
}

.ns-logo img {
	display: block;
	height: auto;
	max-height: 62px;
	max-width: 280px;
	object-fit: contain;
	width: auto;
}

.ns-site-search {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--ns-line);
	border-radius: var(--ns-radius);
	display: flex;
	flex: 1 1 420px;
	margin-left: auto;
	max-width: 520px;
	min-width: 260px;
	overflow: hidden;
}

.ns-site-search input {
	background: transparent;
	border: 0;
	color: var(--ns-ink);
	flex: 1;
	font: inherit;
	font-size: 14px;
	min-height: 44px;
	min-width: 0;
	padding: 0 14px;
}

.ns-site-search input:focus {
	outline: 2px solid rgba(188, 0, 45, 0.24);
	outline-offset: -2px;
}

.ns-site-search button {
	align-self: stretch;
	background: var(--ns-red);
	border: 0;
	color: #ffffff;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	padding: 0 16px;
	text-transform: uppercase;
}

.ns-site-search button:hover {
	background: var(--ns-red-dark);
}

.ns-primary-nav {
	border-top: 1px solid var(--ns-line);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	margin-top: 10px;
	overflow-x: auto;
	padding: 0;
	text-transform: uppercase;
	white-space: nowrap;
}

.ns-primary-nav a {
	border-bottom: 3px solid transparent;
	display: inline-flex;
	padding: 14px 0 12px;
	text-decoration: none;
}

.ns-primary-nav a:hover,
.ns-primary-nav .current-menu-item > a,
.ns-primary-nav .wp-block-navigation-item.current-menu-item > a {
	border-bottom-color: var(--ns-red);
	color: var(--ns-red);
}

.ns-menu-toggle {
	background: var(--ns-red);
	border: 1px solid var(--ns-red);
	border-radius: var(--ns-radius);
	color: #ffffff;
	display: none;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	padding: 9px 12px;
}

.ns-main {
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 20px 64px;
	width: 100%;
}

.ns-hero {
	background: #ffffff;
	border-bottom: 1px solid var(--ns-line);
	margin-bottom: 42px;
	max-width: none;
	padding: clamp(54px, 8vw, 104px) 20px;
}

.ns-hero > * {
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
}

.ns-kicker {
	color: var(--ns-red);
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.ns-kicker::before {
	background: var(--ns-red);
	border-radius: 999px;
	content: "";
	display: inline-block;
	height: 0.72em;
	margin-right: 8px;
	vertical-align: -0.04em;
	width: 0.72em;
}

.ns-hero h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 7vw, 86px);
	line-height: 1;
	margin: 0;
	max-width: 880px;
}

.ns-hero-copy {
	color: var(--ns-text);
	font-size: clamp(18px, 2.4vw, 24px);
	max-width: 720px;
}

.ns-section {
	border-top: 1px solid var(--ns-line);
	margin-left: auto;
	margin-right: auto;
	margin-top: 42px;
	max-width: 100%;
	padding-top: 42px;
	width: 100%;
}

.ns-video-panel {
	background: #ffffff;
	overflow-x: clip;
}

.ns-video-placeholder {
	align-items: center;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #111111, #bc002d);
	border-radius: var(--ns-radius);
	color: #ffffff;
	display: flex;
	font-weight: 800;
	justify-content: center;
	margin-top: 18px;
	max-width: 100%;
	min-height: 220px;
	width: 100%;
}

.ns-card-grid {
	gap: 18px;
}

.ns-feature-card,
.ns-post-grid > li {
	background: #ffffff;
	border: 1px solid var(--ns-line);
	border-radius: var(--ns-radius);
	padding: 22px;
}

.ns-feature-card:hover,
.ns-post-grid > li:hover {
	border-color: rgba(188, 0, 45, 0.28);
}

.ns-feature-card h2,
.ns-feature-card h3 {
	margin-top: 0;
}

.ns-feature-card a,
.ns-guide-grid a {
	font-weight: 800;
}

.ns-guide-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ns-guide-grid a {
	background: #ffffff;
	border: 1px solid var(--ns-line);
	border-radius: var(--ns-radius);
	color: var(--ns-ink);
	display: block;
	min-height: 140px;
	padding: 18px;
	text-decoration: none;
}

.ns-guide-grid a:hover {
	background: var(--ns-red-soft);
	border-color: rgba(188, 0, 45, 0.28);
}

.ns-guide-grid span {
	color: var(--ns-red);
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.ns-guide-grid strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 21px;
	line-height: 1.2;
}

.ns-post-grid {
	display: grid !important;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	padding-left: 0;
	width: 100%;
}

.wp-block-query,
.wp-block-post-template {
	max-width: 100%;
	overflow-x: clip;
	width: 100%;
}

.wp-block-post-template.ns-post-grid {
	margin-left: 0;
	margin-right: 0;
}

.ns-post-grid img {
	border-radius: var(--ns-radius);
}

.ns-snack-meta-box {
	background: #ffffff;
	border: 1px solid var(--ns-line);
	border-radius: var(--ns-radius);
	margin: 24px 0;
	padding: 18px;
}

.ns-snack-meta-box h2 {
	margin-top: 0;
}

.ns-snack-facts {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.ns-snack-facts div {
	border-top: 1px solid var(--ns-line);
	padding: 14px 12px;
}

.ns-snack-facts dt {
	color: var(--ns-red);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.ns-snack-facts dd {
	margin: 4px 0 0;
}

.ns-site-footer {
	background: var(--ns-ink);
	border-top: 5px solid var(--ns-red);
	box-sizing: border-box;
	color: #ffffff;
	margin-top: 64px;
	max-width: none;
	padding: 44px 20px 24px;
	width: 100%;
}

.ns-site-footer a {
	color: #ffffff;
}

.ns-site-footer > * {
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
}

.ns-footer-small {
	border-top: 1px solid rgba(255,255,255,0.2);
	color: rgba(255,255,255,0.72);
	font-size: 13px;
	padding-top: 20px;
}

@media (max-width: 900px) {
	.ns-guide-grid,
	.ns-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ns-header-inner {
		padding-bottom: 12px;
	}

	.ns-header-top {
		flex-wrap: wrap;
		gap: 12px;
		min-height: 0;
	}

	.ns-site-search {
		flex-basis: 100%;
		max-width: none;
		order: 3;
	}

	.ns-primary-nav {
		display: none;
		margin-top: 12px;
	}

	.ns-menu-toggle {
		display: inline-flex;
		margin-left: auto;
	}

	body.ns-menu-open .ns-primary-nav {
		background: #ffffff;
		border-top: 1px solid var(--ns-line);
		display: flex;
		flex-direction: column;
		left: 0;
		padding: 16px 20px 24px;
		position: absolute;
		right: 0;
		top: 148px;
	}

	body.ns-menu-open .ns-primary-nav a {
		border-bottom: 0;
		padding: 8px 0;
	}
}

@media (max-width: 640px) {
	.ns-main {
		overflow-x: clip;
		padding-left: 16px;
		padding-right: 16px;
	}

	.ns-section,
	.ns-video-panel,
	.wp-block-query,
	.wp-block-post-template,
	.ns-post-grid,
	.ns-post-grid > li,
	.ns-video-placeholder {
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
		width: 100%;
	}

	.ns-logo img {
		max-height: 50px;
		max-width: 220px;
	}

	.ns-site-search {
		min-width: 0;
	}

	.ns-site-search input {
		font-size: 13px;
	}

	.ns-site-search button {
		padding: 0 12px;
	}

	body.ns-menu-open .ns-primary-nav {
		top: 140px;
	}

	.ns-guide-grid,
	.ns-post-grid {
		grid-template-columns: 1fr;
	}

	.wp-block-post-template.is-layout-flex,
	.wp-block-post-template.is-flex-container {
		display: grid !important;
		gap: 22px;
		grid-template-columns: 1fr !important;
	}

	.wp-block-post-template.is-flex-container li,
	.wp-block-post-template.is-layout-flex li {
		margin: 0;
		max-width: 100%;
		width: 100% !important;
	}

	.ns-snack-facts {
		grid-template-columns: 1fr;
	}

	.ns-hero-actions {
		align-items: stretch;
		flex-direction: column;
	}
}
