/*
Theme Name: Nearby North 2.0
Theme URI: https://nearbynorth.local/nearbynorth-2
Author: Nearby North
Author URI: https://nearbynorth.local
Description: Nearby North 2.0 block theme using the Topographic North brand system.
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 7.4
Version: 1.0.109
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nearbynorth-2
Tags: full-site-editing, block-patterns, custom-colors, custom-logo, editor-style
*/

:root {
	--nn-rail-gutter: clamp(2rem, 5vw, 6rem);
	--nn-rail-max: 112rem;
	--nn-rail-width: min(calc(100% - var(--nn-rail-gutter)), var(--nn-rail-max));
	--nn-site-rail: 100rem;
	--nn-site-rail-width: min(var(--nn-site-rail), max(85vw, calc(100% - var(--nn-rail-gutter))));
	--nn-home-content-max: var(--nn-site-rail);
	--nn-home-content-width: var(--nn-site-rail-width);
	--nn-copy-max: 68rem;
}

html {
	scroll-behavior: smooth;
	overflow-x: clip;
}

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

body {
	background: var(--wp--preset--color--warm-cream);
	overflow-x: clip;
}

body,
button,
input,
select,
textarea {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.wp-site-blocks {
	overflow-x: clip;
}

.wp-site-blocks > header.nn-site-header + main,
.wp-site-blocks > .wp-block-template-part + main,
.wp-site-blocks > .nn-editable-page {
	margin-block-start: 0 !important;
}

.nn-editable-page,
.nn-editable-page-content {
	margin: 0;
	max-width: none !important;
	width: 100%;
}

.nn-editable-page-content > :first-child {
	margin-top: 0;
}

.nn-editable-page-content > :last-child {
	margin-bottom: 0;
}

.nn-editable-page-content > .wp-block-group.alignfull,
.nn-editable-page-content > .nn-section {
	border-radius: 0 !important;
	margin-block-end: 0 !important;
	margin-block-start: 0 !important;
}

.nn-editable-page-content > .wp-block-group.alignfull + .wp-block-group.alignfull,
.nn-editable-page-content > .nn-section + .nn-section {
	margin-block-start: 0 !important;
}

::selection {
	background: rgba(228, 87, 46, 0.24);
	color: var(--wp--preset--color--north-green);
}

a {
	text-underline-offset: 0.18em;
	text-decoration-thickness: 0.08em;
	transition: color var(--wp--custom--transition), text-decoration-color var(--wp--custom--transition), background-color var(--wp--custom--transition), box-shadow var(--wp--custom--transition);
}

a:hover,
a:focus-visible {
	color: var(--wp--preset--color--north-green);
	text-decoration-color: var(--wp--preset--color--trail-orange);
	text-decoration-thickness: 0.12em;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background: var(--wp--preset--color--warm-cream);
	border: 1px solid rgba(19, 38, 31, 0.14);
	border-radius: var(--wp--custom--radius--button);
	box-shadow: 0 12px 28px rgba(19, 38, 31, 0.14);
	clip: auto !important;
	clip-path: none;
	color: var(--wp--preset--color--north-green);
	display: block;
	font-family: var(--wp--preset--font-family--inter);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 800;
	height: auto;
	left: 1rem;
	line-height: 1;
	padding: 0.85rem 1rem;
	text-decoration: none;
	top: 1rem;
	width: auto;
	z-index: 1000;
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
	outline: 3px solid var(--wp--preset--color--north-green);
	outline-offset: 3px;
	box-shadow: 0 0 0 6px rgba(228, 87, 46, 0.26);
}

#site-content:focus {
	box-shadow: none;
	outline: 0;
}

img,
svg,
video {
	height: auto;
	max-width: 100%;
}

.wp-block-buttons {
	gap: 0.875rem;
}

.wp-block-button .wp-block-button__link {
	box-shadow: 0 16px 30px rgba(19, 38, 31, 0.14);
	display: inline-flex;
	gap: 0.7rem;
	align-items: center;
	justify-content: center;
	text-align: center;
	white-space: normal;
	transition: background-color var(--wp--custom--transition), border-color var(--wp--custom--transition), color var(--wp--custom--transition), transform var(--wp--custom--transition);
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus-visible {
	background: var(--wp--preset--color--north-green);
	border-color: var(--wp--preset--color--trail-orange);
	color: var(--wp--preset--color--warm-cream);
	box-shadow: 0 18px 34px rgba(19, 38, 31, 0.18);
	transform: translateY(-1px);
}

.wp-block-button.is-style-outline > .wp-block-button__link {
	background: transparent;
	border-color: var(--wp--preset--color--north-green);
	color: var(--wp--preset--color--north-green);
	box-shadow: none;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover,
.wp-block-button.is-style-outline > .wp-block-button__link:focus-visible {
	background: var(--wp--preset--color--north-green);
	border-color: var(--wp--preset--color--north-green);
	color: var(--wp--preset--color--warm-cream);
}

.wp-block-button.is-style-outline .nn-sparkle,
.nn-blue-period {
	color: var(--wp--preset--color--trail-orange);
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover .nn-sparkle,
.wp-block-button.is-style-outline > .wp-block-button__link:focus-visible .nn-sparkle {
	color: var(--wp--preset--color--warm-cream);
}

.nn-sparkle {
	font-size: 0.98em;
	line-height: 1;
}

/* Topographic North utility system. */
.nn-bg-dark {
	background: var(--wp--preset--color--north-green);
	color: var(--wp--preset--color--warm-cream);
}

.nn-bg-cream {
	background: var(--wp--preset--color--warm-cream);
	color: var(--wp--preset--color--north-green);
}

.nn-bg-beige {
	background: var(--wp--preset--color--earthy-beige);
	color: var(--wp--preset--color--north-green);
}

.nn-bg-moss {
	background: var(--wp--preset--color--moss-green);
	color: var(--wp--preset--color--warm-cream);
}

.nn-bg-dark :where(h1, h2, h3, h4, h5, h6, p),
.nn-bg-moss :where(h1, h2, h3, h4, h5, h6, p),
.nn-bg-topographic-dark :where(h1, h2, h3, h4, h5, h6, p),
.nn-cta-panel :where(h1, h2, h3, h4, h5, h6, p) {
	color: inherit;
}

.nn-bg-dark a:not(.wp-block-button__link),
.nn-bg-moss a:not(.wp-block-button__link),
.nn-bg-topographic-dark a:not(.wp-block-button__link),
.nn-cta-panel a:not(.wp-block-button__link) {
	color: var(--wp--preset--color--warm-cream);
	text-decoration-color: rgba(228, 87, 46, 0.72);
}

.nn-bg-dark .nn-eyebrow,
.nn-bg-moss .nn-eyebrow,
.nn-bg-topographic-dark .nn-eyebrow,
.nn-cta-panel .nn-eyebrow {
	color: var(--wp--preset--color--sage);
}

.nn-bg-dark .wp-block-button.is-style-outline > .wp-block-button__link,
.nn-bg-topographic-dark .wp-block-button.is-style-outline > .wp-block-button__link,
.nn-cta-panel .wp-block-button.is-style-outline > .wp-block-button__link {
	border-color: rgba(244, 241, 230, 0.78);
	color: var(--wp--preset--color--warm-cream);
}

.nn-bg-dark .wp-block-button.is-style-outline > .wp-block-button__link:hover,
.nn-bg-dark .wp-block-button.is-style-outline > .wp-block-button__link:focus-visible,
.nn-bg-topographic-dark .wp-block-button.is-style-outline > .wp-block-button__link:hover,
.nn-bg-topographic-dark .wp-block-button.is-style-outline > .wp-block-button__link:focus-visible,
.nn-cta-panel .wp-block-button.is-style-outline > .wp-block-button__link:hover,
.nn-cta-panel .wp-block-button.is-style-outline > .wp-block-button__link:focus-visible {
	background: var(--wp--preset--color--warm-cream);
	border-color: var(--wp--preset--color--warm-cream);
	color: var(--wp--preset--color--north-green);
}

.nn-bg-topographic-dark,
.nn-bg-topographic-light,
.nn-bg-map-grid,
.nn-route-accent,
.nn-corner-topo,
.nn-field-card,
.nn-service-card,
.nn-cta-panel,
.nn-local-panel {
	overflow: hidden;
	position: relative;
}

.nn-bg-topographic-dark > *,
.nn-bg-topographic-light > *,
.nn-bg-map-grid > *,
.nn-route-accent > *,
.nn-corner-topo > *,
.nn-field-card > *,
.nn-service-card > *,
.nn-cta-panel > *,
.nn-local-panel > * {
	position: relative;
	z-index: 1;
}

.nn-bg-topographic-dark {
	background-color: var(--wp--preset--color--north-green);
	background-image:
		linear-gradient(180deg, rgba(19, 38, 31, 0.94), rgba(19, 38, 31, 0.98)),
		url("assets/images/patterns/topo-pattern-dark.png");
	background-position: center;
	background-size: auto, 640px 360px;
	color: var(--wp--preset--color--warm-cream);
}

.nn-bg-topographic-light {
	background-color: var(--wp--preset--color--warm-cream);
	background-image:
		linear-gradient(180deg, rgba(244, 241, 230, 0.92), rgba(244, 241, 230, 0.96)),
		url("assets/images/patterns/topo-pattern-light.png");
	background-position: center;
	background-size: auto, 640px 360px;
	color: var(--wp--preset--color--north-green);
}

.nn-bg-map-grid {
	background-color: var(--wp--preset--color--earthy-beige);
	background-image:
		linear-gradient(180deg, rgba(231, 220, 195, 0.92), rgba(244, 241, 230, 0.92)),
		url("assets/images/patterns/map-grid-overlay.png"),
		url("assets/images/patterns/map-grid-dots.png");
	background-position: center;
	background-size: auto, 160px 160px, 96px 96px;
	color: var(--wp--preset--color--north-green);
}

.nn-route-accent::after {
	background: url("assets/images/routes/route-line-dotted.png") center / contain no-repeat;
	block-size: clamp(2.75rem, 7vw, 5rem);
	bottom: clamp(1rem, 3vw, 2rem);
	content: "";
	inline-size: min(42rem, 76%);
	opacity: 0.24;
	pointer-events: none;
	position: absolute;
	right: clamp(1rem, 4vw, 3rem);
	z-index: 0;
}

.nn-corner-topo::before {
	background: url("assets/images/patterns/topo-corner-accent.png") top right / contain no-repeat;
	content: "";
	inline-size: clamp(16rem, 44vw, 30rem);
	inset: 0 0 auto auto;
	opacity: 0.72;
	pointer-events: none;
	position: absolute;
	aspect-ratio: 1;
	z-index: 0;
}

.nn-field-card {
	background:
		linear-gradient(180deg, rgba(244, 241, 230, 0.94), rgba(244, 241, 230, 0.9)),
		url("assets/images/patterns/map-grid-dots.png");
	background-size: auto, 96px 96px;
	border: 1px solid rgba(19, 38, 31, 0.12);
	border-radius: var(--wp--custom--radius--card);
	box-shadow: var(--wp--custom--shadow--soft);
	color: var(--wp--preset--color--north-green);
	padding: clamp(1.25rem, 3vw, 2rem);
}

.nn-service-card {
	background: var(--wp--preset--color--warm-cream);
	border: 1px solid rgba(19, 38, 31, 0.12);
	border-radius: var(--wp--custom--radius--card);
	box-shadow: var(--wp--custom--shadow--card);
	color: var(--wp--preset--color--north-green);
	padding: clamp(1.35rem, 3vw, 2.15rem);
}

.nn-service-card::before {
	background: var(--wp--preset--color--trail-orange);
	block-size: 0.22rem;
	border-radius: 999px;
	content: "";
	inline-size: clamp(2.75rem, 7vw, 4.25rem);
	left: clamp(1.35rem, 3vw, 2.15rem);
	position: absolute;
	top: 0;
}

.nn-cta-panel {
	background-color: var(--wp--preset--color--north-green);
	background-image:
		linear-gradient(135deg, rgba(19, 38, 31, 0.9), rgba(19, 38, 31, 0.98)),
		url("assets/images/patterns/topo-pattern-overlay.png");
	background-position: center;
	background-size: auto, 720px 420px;
	border: 1px solid rgba(244, 241, 230, 0.14);
	border-radius: var(--wp--custom--radius--card);
	box-shadow: var(--wp--custom--shadow--soft);
	color: var(--wp--preset--color--warm-cream);
	padding: clamp(1.5rem, 5vw, 3rem);
}

.nn-cta-panel::after {
	background: url("assets/images/routes/route-line-short.png") center / contain no-repeat;
	bottom: clamp(0.75rem, 3vw, 1.5rem);
	content: "";
	inline-size: min(18rem, 48%);
	opacity: 0.3;
	pointer-events: none;
	position: absolute;
	right: clamp(1rem, 4vw, 2rem);
	aspect-ratio: 5 / 1;
	z-index: 0;
}

.nn-eyebrow {
	align-items: center;
	color: var(--wp--preset--color--moss-green);
	display: inline-flex;
	font-family: var(--wp--preset--font-family--inter);
	font-size: var(--wp--preset--font-size--label);
	font-weight: 800;
	gap: 0.55rem;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.nn-eyebrow::before {
	background: var(--wp--preset--color--trail-orange);
	border-radius: 999px;
	content: "";
	display: inline-block;
	height: 0.58rem;
	width: 0.58rem;
}

.nn-trail-marker {
	align-items: center;
	display: inline-flex;
	gap: 0.55rem;
}

.nn-trail-marker::before {
	background: url("assets/svg/accents/accent-waypoint-dot.svg") center / contain no-repeat;
	content: "";
	display: inline-block;
	flex: 0 0 auto;
	height: 1.15rem;
	width: 1.15rem;
}

.nn-pattern-icon {
	margin: 0 0 1rem;
}

.nn-pattern-icon img {
	display: block;
	height: auto;
	width: clamp(2.75rem, 6vw, 3.75rem);
}

.nn-trust-strip {
	color: inherit;
	font-family: var(--wp--preset--font-family--inter);
	font-size: clamp(1rem, 2vw, 1.2rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--nn-rail-max);
	text-transform: uppercase;
	width: var(--nn-rail-width);
}

.nn-section-divider {
	background: url("assets/svg/accents/accent-section-divider.svg") center / min(100%, 45rem) no-repeat;
	border: 0;
	display: block;
	height: clamp(2.25rem, 6vw, 3.5rem);
	margin-block: clamp(2rem, 5vw, 4rem);
	width: 100%;
}

.nn-card-grid:not(.wp-block-columns) {
	display: grid;
	gap: var(--wp--preset--spacing--50);
	grid-template-columns: repeat(auto-fit, minmax(min(17rem, 100%), 1fr));
}

.wp-block-post-template.nn-card-grid {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
}

.wp-block-post-template.nn-card-grid > li {
	margin: 0;
	min-width: 0;
}

.nn-process-steps {
	counter-reset: nn-process-step;
}

.nn-process-steps > * {
	counter-increment: nn-process-step;
	position: relative;
}

.nn-process-steps > *::before {
	align-items: center;
	background: var(--wp--preset--color--north-green);
	border: 2px solid var(--wp--preset--color--trail-orange);
	border-radius: 999px;
	color: var(--wp--preset--color--warm-cream);
	content: counter(nn-process-step, decimal-leading-zero);
	display: inline-flex;
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.78rem;
	font-weight: 800;
	height: 2.35rem;
	justify-content: center;
	line-height: 1;
	margin-bottom: 1rem;
	width: 2.35rem;
}

.nn-local-panel {
	background:
		linear-gradient(180deg, rgba(231, 220, 195, 0.94), rgba(244, 241, 230, 0.92)),
		url("assets/images/patterns/map-grid-dots.png");
	background-size: auto, 96px 96px;
	border: 1px solid rgba(81, 107, 70, 0.22);
	border-radius: var(--wp--custom--radius--card);
	color: var(--wp--preset--color--north-green);
	padding: clamp(1.4rem, 4vw, 2.5rem);
}

.nn-local-panel::after {
	background: url("assets/svg/accents/accent-north-arrow-small.svg") center / contain no-repeat;
	content: "";
	height: clamp(2.75rem, 7vw, 4.25rem);
	opacity: 0.16;
	pointer-events: none;
	position: absolute;
	right: clamp(1rem, 3vw, 1.75rem);
	top: clamp(1rem, 3vw, 1.75rem);
	width: clamp(2.75rem, 7vw, 4.25rem);
	z-index: 0;
}

.nn-site-header {
	background: transparent;
	border: 0;
	border-radius: 0 !important;
	box-shadow: none;
	color: var(--wp--preset--color--warm-cream);
	inset-inline: 0;
	position: absolute;
	top: 0;
	z-index: 50;
}

.admin-bar .nn-site-header {
	top: 32px;
}

.nn-header-inner {
	background: transparent;
	border: 0;
	border-radius: 0 !important;
	box-shadow: none;
	gap: clamp(1.25rem, 3vw, 2.35rem);
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: var(--nn-site-rail) !important;
	min-height: 6.4rem;
	padding-block: 0.9rem;
	width: var(--nn-site-rail-width) !important;
}

.nn-header-brand {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: clamp(0.28rem, 0.7vw, 0.55rem);
	line-height: 1;
	margin: 0;
	min-width: 0;
}

.nn-header-logo,
.nn-header-wordmark,
.nn-footer-logo,
.nn-footer-wordmark-image {
	line-height: 1;
	margin: 0;
}

.nn-header-logo a,
.nn-header-wordmark a,
.nn-footer-logo a,
.nn-footer-wordmark-image a {
	display: block;
}

.nn-header-logo img,
.nn-header-wordmark img,
.nn-footer-logo img,
.nn-footer-wordmark-image img {
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: contain;
}

.nn-header-logo img {
	inline-size: clamp(5.25rem, 7.2vw, 6.75rem);
	max-block-size: 6.75rem;
	object-fit: contain;
}

.nn-header-wordmark img {
	block-size: clamp(4rem, 5.44vw, 5.23rem);
	inline-size: auto;
	max-inline-size: min(17rem, 27.2vw);
	object-fit: contain;
}

.nn-footer-logo img {
	inline-size: clamp(4.7rem, 6.4vw, 6rem);
	width: clamp(4.7rem, 6.4vw, 6rem) !important;
}

.nn-footer-wordmark-image img {
	block-size: clamp(4.15rem, 5.65vw, 5.35rem);
	inline-size: auto;
	max-inline-size: min(18rem, 32vw);
}

.nn-logo-wordmark {
	line-height: 1;
	margin: 0;
}

.nn-logo-wordmark a {
	color: currentColor !important;
	font-family: var(--wp--preset--font-family--arvo);
	font-size: clamp(1.25rem, 3vw, 1.65rem);
	font-weight: 700;
	text-decoration: none;
}

.nn-primary-nav {
	color: var(--wp--preset--color--warm-cream);
	font-family: var(--wp--preset--font-family--inter);
	font-size: 1rem;
	font-weight: 700;
}

.nn-primary-nav .wp-block-navigation-item__content {
	border-radius: 0;
	text-decoration-color: transparent;
	text-decoration-thickness: 0.12em;
	transition: color var(--wp--custom--transition), text-decoration-color var(--wp--custom--transition), background-color var(--wp--custom--transition);
}

.nn-primary-nav .wp-block-navigation-item__content:hover,
.nn-primary-nav .wp-block-navigation-item__content:focus-visible {
	color: var(--wp--preset--color--warm-cream);
	text-decoration-line: underline;
	text-decoration-color: var(--wp--preset--color--trail-orange);
}

.nn-primary-nav .has-child .wp-block-navigation__submenu-container {
	background: var(--wp--preset--color--warm-cream);
	border: 1px solid rgba(19, 38, 31, 0.12);
	border-radius: var(--wp--custom--radius--card);
	box-shadow: 0 18px 40px rgba(19, 38, 31, 0.12);
	color: var(--wp--preset--color--north-green);
	min-width: 17rem;
	padding: 0.55rem;
}

.nn-primary-nav .wp-block-navigation__submenu-icon {
	color: var(--wp--preset--color--trail-orange);
	height: 0.75rem;
	margin-left: 0.35rem;
	width: 0.75rem;
}

.nn-primary-nav .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	border-radius: calc(var(--wp--custom--radius--button) - 2px);
	line-height: 1.25;
	padding: 0.72rem 0.8rem;
	text-decoration: none;
	width: 100%;
}

.nn-primary-nav .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover,
.nn-primary-nav .wp-block-navigation__submenu-container .wp-block-navigation-item__content:focus-visible {
	background: var(--wp--preset--color--earthy-beige);
	color: var(--wp--preset--color--north-green);
	text-decoration: none;
}

.nn-primary-nav .wp-block-navigation__responsive-container-open,
.nn-primary-nav .wp-block-navigation__responsive-container-close {
	border-radius: 0;
	color: var(--wp--preset--color--warm-cream);
	padding: 0.45rem;
}

.nn-primary-nav .wp-block-navigation__responsive-container-open:hover,
.nn-primary-nav .wp-block-navigation__responsive-container-close:hover {
	background: rgba(244, 241, 230, 0.1);
	color: var(--wp--preset--color--warm-cream);
}

.nn-primary-nav .wp-block-navigation__responsive-container.is-menu-open {
	background: var(--wp--preset--color--north-green);
	color: var(--wp--preset--color--warm-cream);
	padding: clamp(1.25rem, 5vw, 2rem);
}

.nn-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	align-items: stretch;
	gap: 0.2rem;
}

.nn-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
	inline-size: 100%;
	padding-block: 0.7rem;
}

.nn-primary-nav .wp-block-navigation__responsive-container.is-menu-open .has-child {
	align-items: stretch;
	width: 100%;
}

.nn-primary-nav .wp-block-navigation__responsive-container.is-menu-open .has-child .wp-block-navigation-submenu__toggle {
	justify-content: space-between;
	width: 100%;
}

.nn-primary-nav .wp-block-navigation__responsive-container.is-menu-open .has-child .wp-block-navigation__submenu-container {
	background: transparent;
	border: 0;
	box-shadow: none;
	min-width: 0;
	padding: 0.15rem 0 0 1rem;
	position: static;
	width: 100%;
}

.nn-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	padding-block: 0.58rem;
}

.nn-header-actions {
	gap: clamp(1.15rem, 2.35vw, 2.4rem);
	margin-left: auto;
}

.nn-header-actions .wp-block-buttons {
	margin-left: clamp(0.25rem, 1vw, 0.75rem);
}

.nn-header-actions .wp-block-button__link {
	min-height: 3.35rem;
	min-width: 11.25rem;
}

.nn-hero {
	background: var(--wp--preset--color--warm-cream);
	min-height: 31rem;
	padding-bottom: clamp(3.25rem, 5vw, 4.35rem);
	padding-top: clamp(4.25rem, 6vw, 5.4rem);
}

.nn-hero-grid {
	align-items: center;
	display: grid;
	gap: clamp(3rem, 7vw, 8rem);
	grid-template-columns: minmax(0, 1.05fr) minmax(24rem, 0.8fr);
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: var(--nn-rail-max) !important;
	width: var(--nn-rail-width) !important;
}

.nn-hero-copy {
	max-width: var(--nn-copy-max);
	min-width: 0;
}

.nn-hero-copy .wp-block-heading {
	font-size: 5.35rem;
	line-height: 1;
	margin-bottom: 1.45rem;
	max-width: 15.2ch;
}

.nn-hero-copy p {
	color: rgba(81, 107, 70, 0.9);
	font-size: 1.5rem;
	line-height: 1.42;
	max-width: 45rem;
}

.nn-bg-topographic-dark .nn-hero-copy p {
	color: rgba(244, 241, 230, 0.86);
}

.nn-hero-actions {
	margin-top: 1.8rem;
}

.nn-hero-actions .wp-block-button__link {
	min-height: 3.7rem;
	min-width: 12.9rem;
}

.nn-motif {
	block-size: 25rem;
	inline-size: min(100%, 38rem);
	margin-inline: auto;
	position: relative;
}

.nn-motif-letter {
	color: var(--wp--preset--color--north-green);
	font-family: var(--wp--preset--font-family--inter);
	font-size: 15.75rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.8;
	position: absolute;
	right: 5.7rem;
	top: 31%;
}

.nn-motif-star {
	aspect-ratio: 1;
	background: var(--wp--preset--color--north-green);
	clip-path: polygon(50% 0, 58% 40%, 100% 50%, 58% 60%, 50% 100%, 42% 60%, 0 50%, 42% 40%);
	display: block;
	inline-size: 7.6rem;
	left: 7rem;
	position: absolute;
	top: 6%;
}

.nn-dot {
	aspect-ratio: 1;
	background: var(--wp--preset--color--trail-orange);
	display: block;
	inline-size: 1rem;
	position: absolute;
}

.nn-dot-1 {
	left: 48%;
	opacity: 0.95;
	top: 13%;
}

.nn-dot-2 {
	left: 44%;
	opacity: 0.36;
	top: 22%;
}

.nn-dot-3 {
	left: 20%;
	opacity: 0.74;
	top: 36%;
}

.nn-dot-4 {
	left: 13%;
	opacity: 0.28;
	top: 31%;
}

.nn-dot-5 {
	left: 3%;
	opacity: 0.28;
	top: 21%;
}

.nn-dot-6 {
	left: 1%;
	opacity: 0.9;
	top: 66%;
}

.nn-dot-7 {
	right: 2%;
	opacity: 0.32;
	top: 38%;
}

.nn-dot-8 {
	right: 16%;
	opacity: 0.74;
	top: 62%;
}

.nn-section {
	padding-bottom: clamp(4rem, 7vw, 6.5rem);
	padding-top: clamp(4rem, 7vw, 6.5rem);
}

.alignwide.nn-section,
.alignwide.nn-page-hero,
.alignwide.nn-archive-hero,
.alignwide.nn-single-hero {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: var(--nn-rail-max) !important;
	width: var(--nn-rail-width) !important;
}

.nn-section-heading {
	max-width: var(--nn-copy-max);
}

.nn-section-heading > * {
	margin-top: 0;
}

.nn-section-heading .wp-block-heading {
	margin-bottom: 0;
}

.nn-home-trust {
	border-top: 1px solid rgba(19, 38, 31, 0.08);
	padding-bottom: clamp(3.25rem, 5vw, 4.75rem);
	padding-top: clamp(2.75rem, 5vw, 4rem);
}

.nn-home-services,
.nn-home-work,
.nn-home-process,
.nn-home-next-steps {
	padding-bottom: clamp(3.75rem, 6vw, 5.25rem);
	padding-top: clamp(3.75rem, 6vw, 5.25rem);
}

.nn-home-framework {
	padding-bottom: clamp(4rem, 6vw, 5.75rem);
	padding-top: clamp(4rem, 6vw, 5.75rem);
}

.nn-client-strip {
	background: var(--wp--preset--color--sage);
	border: 1px solid rgba(19, 38, 31, 0.08);
	border-radius: var(--wp--custom--radius--card);
	box-shadow: var(--wp--custom--shadow--soft);
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: var(--wp--preset--spacing--50);
	max-width: 100% !important;
	overflow: hidden;
	width: 100% !important;
}

.nn-client-strip p {
	align-items: center;
	background: rgba(244, 241, 230, 0.92);
	color: var(--wp--preset--color--north-green);
	display: flex;
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.96rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	margin: 0;
	min-height: 5.8rem;
	padding: var(--wp--preset--spacing--40);
	text-align: center;
	word-break: break-word;
}

.nn-page-lead {
	max-width: var(--nn-copy-max);
}

.nn-page-actions {
	margin-top: var(--wp--preset--spacing--50);
}

.nn-services-hero {
	padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.nn-services-hero-grid {
	align-items: center;
	display: grid !important;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 0.96fr) minmax(18rem, 0.44fr);
	max-width: 100% !important;
	width: 100% !important;
}

.nn-services-hero-copy {
	max-width: var(--nn-copy-max) !important;
	width: 100%;
}

.nn-services-hero-copy > :first-child,
.nn-services-proof-card > :first-child {
	margin-top: 0;
}

.nn-services-proof-card {
	background:
		linear-gradient(180deg, rgba(244, 241, 230, 0.96), rgba(244, 241, 230, 0.92)),
		linear-gradient(135deg, rgba(228, 87, 46, 0.16), transparent 48%);
	padding: clamp(1.35rem, 2vw, 1.75rem);
}

.nn-proof-label {
	color: var(--wp--preset--color--north-green);
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.86rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.nn-proof-list {
	display: grid;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nn-proof-list li {
	border-top: 1px solid rgba(19, 38, 31, 0.1);
	display: grid;
	gap: 0.28rem;
	padding-top: 1rem;
}

.nn-proof-list li:first-child {
	border-top: 0;
	padding-top: 0;
}

.nn-proof-list strong {
	color: var(--wp--preset--color--north-green);
	font-family: var(--wp--preset--font-family--inter);
	font-size: 1.02rem;
	line-height: 1.2;
}

.nn-proof-list span {
	color: rgba(81, 107, 70, 0.84);
	font-size: 0.96rem;
	line-height: 1.5;
}

.nn-services-overview-section {
	padding-top: clamp(1.5rem, 3vw, 2.75rem);
}

.nn-services-process,
.nn-services-faq-section,
.nn-services-next-steps {
	padding-bottom: clamp(3.5rem, 5vw, 5rem);
	padding-top: clamp(3.5rem, 5vw, 5rem);
}

.nn-service-detail-hero {
	padding-bottom: clamp(2.5rem, 5vw, 4.25rem);
}

.nn-service-detail-hero-grid {
	align-items: center;
	display: grid !important;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 0.92fr) minmax(22rem, 0.5fr);
	max-width: 100% !important;
	width: 100% !important;
}

.nn-service-detail-hero-copy {
	max-width: var(--nn-copy-max) !important;
	width: 100%;
}

.nn-service-detail-hero-copy > :first-child,
.nn-service-proof-card > :first-child,
.nn-service-intro-copy > :first-child {
	margin-top: 0;
}

.nn-service-proof-card {
	background:
		linear-gradient(180deg, rgba(244, 241, 230, 0.96), rgba(244, 241, 230, 0.92)),
		linear-gradient(135deg, rgba(228, 87, 46, 0.16), transparent 48%);
	padding: clamp(1.35rem, 2vw, 1.9rem);
}

.nn-service-detail-intro {
	padding-bottom: clamp(3.5rem, 5vw, 5rem);
	padding-top: clamp(2.75rem, 5vw, 4.25rem);
}

.nn-service-intro-grid {
	align-items: start;
	display: grid !important;
	gap: clamp(1.5rem, 4vw, 3rem);
	grid-template-columns: minmax(0, 0.86fr) minmax(22rem, 0.74fr);
	max-width: 100% !important;
	width: 100% !important;
}

.nn-service-intro-copy {
	max-width: var(--nn-copy-max) !important;
}

.nn-feature-card-grid {
	display: grid;
	gap: var(--wp--preset--spacing--40);
	grid-template-columns: 1fr;
	max-width: 100% !important;
	width: 100% !important;
}

.nn-feature-card,
.nn-fit-card {
	min-height: 100%;
	position: relative;
}

.nn-feature-card::after,
.nn-fit-card::after {
	background: var(--wp--preset--color--trail-orange);
	content: "";
	height: 0.55rem;
	opacity: 0.82;
	position: absolute;
	right: 1.25rem;
	top: 1.25rem;
	width: 0.55rem;
}

.nn-feature-card h3,
.nn-fit-card h3 {
	font-size: 1.1rem;
	line-height: 1.25;
	max-width: 18rem;
	padding-right: 1.4rem;
}

.nn-feature-card p,
.nn-fit-card p {
	color: rgba(81, 107, 70, 0.86);
	line-height: 1.55;
	margin-bottom: 0;
}

.nn-included-section {
	padding-bottom: clamp(3.75rem, 6vw, 5.25rem);
	padding-top: clamp(3.75rem, 6vw, 5.25rem);
}

.nn-included-card-grid {
	display: grid;
	gap: var(--wp--preset--spacing--40);
	grid-template-columns: repeat(auto-fit, minmax(min(13.5rem, 100%), 1fr));
	margin-top: var(--wp--preset--spacing--50);
	max-width: 100% !important;
	width: 100% !important;
}

.nn-included-card {
	background: var(--wp--preset--color--warm-cream);
	border: 1px solid rgba(19, 38, 31, 0.1);
	border-radius: var(--wp--custom--radius--card);
	box-shadow: var(--wp--custom--shadow--soft);
	display: grid;
	gap: 0.9rem;
	min-height: 10rem;
	padding: 1.25rem;
}

.nn-included-card span {
	align-items: center;
	background: var(--wp--preset--color--earthy-beige);
	border: 1px solid rgba(228, 87, 46, 0.28);
	border-radius: 999px;
	color: var(--wp--preset--color--north-green);
	display: inline-flex;
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.78rem;
	font-weight: 900;
	height: 2.2rem;
	justify-content: center;
	line-height: 1;
	width: 2.2rem;
}

.nn-included-card strong {
	color: var(--wp--preset--color--north-green);
	font-family: var(--wp--preset--font-family--inter);
	font-size: 1rem;
	line-height: 1.3;
}

.nn-fit-section,
.nn-service-detail-process,
.nn-service-faq-section {
	padding-bottom: clamp(3.5rem, 5vw, 5rem);
	padding-top: clamp(3.5rem, 5vw, 5rem);
}

.nn-fit-grid {
	display: grid;
	gap: var(--wp--preset--spacing--40);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: var(--wp--preset--spacing--50);
	max-width: 100% !important;
	width: 100% !important;
}

.nn-service-detail-process .nn-process-card {
	border-top: 3px solid rgba(228, 87, 46, 0.72);
}

.nn-service-detail-process .nn-step-number {
	font-size: 0.82rem;
	height: 2.8rem;
	margin-bottom: 1rem;
	width: 2.8rem;
}

.nn-pattern-section {
	margin-bottom: 0;
	margin-top: 0;
}

.is-style-rounded-card,
.nn-card {
	background: rgba(244, 241, 230, 0.86);
	border: 1px solid rgba(19, 38, 31, 0.1);
	border-radius: var(--wp--custom--radius--card);
	box-shadow: var(--wp--custom--shadow--card);
	padding: clamp(1.25rem, 3vw, 2rem);
}

.nn-card h2,
.nn-card h3,
.is-style-rounded-card h2,
.is-style-rounded-card h3 {
	margin-top: 0;
}

.wp-block-columns.nn-card-grid,
.wp-block-columns.nn-four-card-grid,
.wp-block-columns.nn-process-grid,
.wp-block-columns.nn-service-overview-grid,
.wp-block-columns.nn-project-grid {
	align-items: stretch;
	display: grid !important;
	gap: var(--wp--preset--spacing--50);
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}

.wp-block-columns.nn-card-grid {
	grid-template-columns: repeat(auto-fit, minmax(min(16rem, 100%), 1fr));
}

.wp-block-columns.nn-card-grid > .wp-block-column,
.wp-block-columns.nn-four-card-grid > .wp-block-column,
.wp-block-columns.nn-process-grid > .wp-block-column,
.wp-block-columns.nn-service-overview-grid > .wp-block-column,
.wp-block-columns.nn-project-grid > .wp-block-column {
	display: flex;
	flex-basis: auto !important;
	flex-grow: 0 !important;
	margin: 0;
	min-width: 0;
	width: auto;
}

.wp-block-columns.nn-card-grid > .wp-block-column > .wp-block-group,
.wp-block-columns.nn-four-card-grid > .wp-block-column > .wp-block-group,
.wp-block-columns.nn-process-grid > .wp-block-column > .wp-block-group,
.wp-block-columns.nn-service-overview-grid > .wp-block-column > .wp-block-group,
.wp-block-columns.nn-project-grid > .wp-block-column > .wp-block-group {
	inline-size: 100%;
	min-width: 0;
}

.wp-block-columns.nn-four-card-grid,
.wp-block-columns.nn-process-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wp-block-columns.nn-service-overview-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.nn-home-card,
.nn-process-card,
.nn-service-link-card {
	min-height: 100%;
}

.nn-home-card,
.nn-framework-card,
.nn-work-card,
.nn-process-card {
	display: flex;
	flex-direction: column;
}

.nn-home-card {
	background: linear-gradient(180deg, var(--wp--preset--color--warm-cream) 0%, rgba(244, 241, 230, 0.96) 100%);
	min-height: 11.75rem;
	padding: clamp(1.35rem, 2vw, 1.7rem);
}

.nn-home-card h3 {
	font-size: 1.08rem;
	line-height: 1.25;
	margin-bottom: 0;
	max-width: 17rem;
	padding-right: 1.4rem;
}

.nn-home-card p,
.nn-work-card p,
.nn-process-card p,
.nn-framework-card p {
	color: rgba(81, 107, 70, 0.86);
	font-size: 0.98rem;
	line-height: 1.55;
	margin-bottom: 0;
	margin-top: 0.85rem;
}

.nn-framework-card {
	min-height: 14rem;
}

.nn-work-card {
	gap: 0.75rem;
	min-height: 14rem;
}

.nn-work-card .wp-block-buttons {
	margin-top: auto;
}

.nn-process-card {
	min-height: 13.25rem;
}

.nn-process-card h3 {
	margin-bottom: 0;
}

.nn-home-card::after,
.nn-work-card::after,
.nn-service-link-card::after {
	background: var(--wp--preset--color--trail-orange);
	content: "";
	height: 0.55rem;
	opacity: 0.82;
	position: absolute;
	right: 1.25rem;
	top: 1.25rem;
	width: 0.55rem;
}

.nn-home-card,
.nn-framework-card,
.nn-work-card,
.nn-process-card,
.nn-service-link-card {
	position: relative;
}

.nn-service-link-card a {
	text-decoration: none;
}

.nn-service-link-card {
	display: flex;
	flex-direction: column;
	transition: border-color var(--wp--custom--transition), box-shadow var(--wp--custom--transition), transform var(--wp--custom--transition);
}

.nn-service-link-card:hover,
.nn-service-link-card:focus-within {
	border-color: rgba(228, 87, 46, 0.55);
	box-shadow: 0 22px 44px rgba(19, 38, 31, 0.12);
	transform: translateY(-1px);
}

.nn-service-link-card p:not(.nn-card-link) {
	margin-bottom: 0;
}

.nn-card-link {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.94rem;
	font-weight: 850;
	margin-bottom: 0;
	margin-top: auto;
	padding-top: 1.15rem;
}

.nn-card-link a {
	align-items: center;
	color: var(--wp--preset--color--north-green);
	display: inline-flex;
	gap: 0.45rem;
	text-decoration: none;
}

.nn-card-link a::after {
	content: "->";
	color: var(--wp--preset--color--trail-orange);
	font-weight: 900;
}

.nn-card-link a:hover,
.nn-card-link a:focus-visible {
	color: var(--wp--preset--color--north-green);
	text-decoration: underline;
}

.nn-services-process .nn-process-card {
	border-top: 3px solid rgba(228, 87, 46, 0.72);
}

.nn-services-process .nn-step-number {
	font-size: 0.82rem;
	height: 2.8rem;
	margin-bottom: 1rem;
	width: 2.8rem;
}

.nn-included-list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.nn-included-list li {
	background: var(--wp--preset--color--warm-cream);
	border: 1px solid rgba(19, 38, 31, 0.1);
	border-radius: var(--wp--custom--radius--card);
	margin-top: var(--wp--preset--spacing--30);
	padding: var(--wp--preset--spacing--40);
}

.wp-block-columns.nn-project-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nn-project-card,
.nn-client-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	position: relative;
}

.nn-project-card .wp-block-buttons,
.nn-client-card .wp-block-buttons {
	margin-top: auto;
}

.nn-shot-placeholder,
.nn-logo-placeholder {
	align-items: center;
	aspect-ratio: 16 / 10;
	background: var(--wp--preset--color--earthy-beige);
	border: 1px solid rgba(19, 38, 31, 0.1);
	border-radius: var(--wp--custom--radius--card);
	color: rgba(81, 107, 70, 0.78);
	display: flex;
	font-family: var(--wp--preset--font-family--inter);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 800;
	justify-content: center;
	margin-bottom: var(--wp--preset--spacing--40);
	min-height: 0;
	text-align: center;
}

.nn-logo-placeholder {
	aspect-ratio: auto;
	min-height: 8rem;
}

.nn-shot-placeholder p,
.nn-logo-placeholder p {
	margin: 0;
}

.nn-project-meta {
	color: rgba(81, 107, 70, 0.8);
	font-family: var(--wp--preset--font-family--inter);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 800;
	margin-top: calc(var(--wp--preset--spacing--30) * -0.5);
}

.nn-card,
.nn-client-strip p,
.nn-logo-tile p,
.nn-project-meta,
.nn-project-card h2,
.nn-client-card h2 {
	overflow-wrap: break-word;
	word-break: normal;
}

.nn-contact-form {
	background: var(--wp--preset--color--warm-cream);
	border: 1px solid rgba(19, 38, 31, 0.1);
	border-radius: var(--wp--custom--radius--card);
	box-shadow: var(--wp--custom--shadow--card);
	display: grid;
	gap: var(--wp--preset--spacing--40);
	max-width: 100% !important;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	width: 100% !important;
}

.nn-form-heading {
	margin: 0;
}

.nn-form-help {
	color: rgba(81, 107, 70, 0.84);
	margin: calc(var(--wp--preset--spacing--30) * -0.5) 0 0;
}

.nn-form-grid {
	display: grid;
	gap: var(--wp--preset--spacing--40);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nn-contact-form label {
	color: var(--wp--preset--color--north-green);
	display: grid;
	font-family: var(--wp--preset--font-family--inter);
	font-weight: 800;
	gap: 0.5rem;
}

.nn-contact-form input,
.nn-contact-form select,
.nn-contact-form textarea {
	background: var(--wp--preset--color--warm-cream);
	border: 1px solid rgba(19, 38, 31, 0.14);
	border-radius: var(--wp--custom--radius--button);
	color: var(--wp--preset--color--moss-green);
	font: inherit;
	padding: 0.9rem 1rem;
	transition: background-color var(--wp--custom--transition), border-color var(--wp--custom--transition), box-shadow var(--wp--custom--transition);
	width: 100%;
}

.nn-contact-form input:focus,
.nn-contact-form select:focus,
.nn-contact-form textarea:focus {
	background: var(--wp--preset--color--warm-cream);
	border-color: var(--wp--preset--color--north-green);
	box-shadow: 0 0 0 4px rgba(228, 87, 46, 0.24);
	outline: 0;
}

.nn-contact-form button {
	background: var(--wp--preset--color--north-green);
	border: 1px solid var(--wp--preset--color--north-green);
	border-radius: var(--wp--custom--radius--button);
	color: var(--wp--preset--color--warm-cream);
	cursor: pointer;
	font-family: var(--wp--preset--font-family--inter);
	font-weight: 800;
	justify-self: start;
	min-height: 3.7rem;
	padding: 0.9rem 1.35rem;
	transition: background-color var(--wp--custom--transition), border-color var(--wp--custom--transition), box-shadow var(--wp--custom--transition), transform var(--wp--custom--transition);
}

.nn-contact-form button:hover,
.nn-contact-form button:focus-visible {
	background: var(--wp--preset--color--north-green);
	border-color: var(--wp--preset--color--trail-orange);
	box-shadow: 0 16px 30px rgba(19, 38, 31, 0.16);
	transform: translateY(-1px);
}

.nn-booking-placeholder {
	align-items: center;
	background: var(--wp--preset--color--earthy-beige);
	display: flex;
	justify-content: center;
	max-width: 100% !important;
	min-height: 26rem;
	text-align: center;
	width: 100% !important;
}

.nn-booking-placeholder p {
	color: var(--wp--preset--color--north-green);
	font-family: var(--wp--preset--font-family--inter);
	font-weight: 800;
	margin: 0;
}

.nn-policy-content {
	background: var(--wp--preset--color--warm-cream);
	border: 1px solid rgba(19, 38, 31, 0.1);
	border-radius: var(--wp--custom--radius--card);
	box-shadow: var(--wp--custom--shadow--soft);
	margin-bottom: clamp(4rem, 7vw, 6rem);
	max-width: 100% !important;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	width: 100% !important;
}

.nn-utility-page {
	color: var(--wp--preset--color--north-green);
}

.nn-utility-content {
	background: var(--wp--preset--color--warm-cream);
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: var(--wp--style--global--content-size) !important;
	padding-bottom: clamp(3rem, 6vw, 5rem);
	padding-top: clamp(2rem, 4vw, 3.5rem);
	width: min(100%, var(--wp--style--global--content-size)) !important;
}

.nn-utility-content :where(h2, h3) {
	color: var(--wp--preset--color--north-green);
	margin-top: 1.75em;
}

.nn-utility-content :where(p, li) {
	line-height: 1.8;
}

.nn-utility-content a {
	color: var(--wp--preset--color--moss-green);
	font-weight: 750;
	text-underline-offset: 0.18em;
}

.nn-sitemap-section {
	border-top: 1px solid rgba(19, 38, 31, 0.14);
	padding-top: var(--wp--preset--spacing--40);
}

.nn-sitemap-list {
	display: grid;
	gap: 0.55rem;
	list-style-position: inside;
	padding-left: 0;
}

.nn-band > .alignwide,
.nn-ice-section > .alignwide,
.nn-footer-grid,
.nn-footer-bottom {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: var(--nn-rail-max) !important;
	width: var(--nn-rail-width) !important;
}

.nn-ice-section {
	background: var(--wp--preset--color--earthy-beige);
	border-block: 1px solid rgba(19, 38, 31, 0.08);
}

.alignwide.nn-ice-section {
	border-radius: 0 !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 100vw !important;
	padding-left: max(calc((100vw - var(--nn-rail-max)) / 2), calc(var(--nn-rail-gutter) / 2)) !important;
	padding-right: max(calc((100vw - var(--nn-rail-max)) / 2), calc(var(--nn-rail-gutter) / 2)) !important;
	width: 100vw !important;
}

.alignwide.nn-ice-section > :where(p, h1, h2, h3, h4, ul, ol) {
	max-width: var(--nn-copy-max) !important;
}

.alignwide.nn-ice-section > :where(.wp-block-columns, .nn-card-grid, .nn-logo-grid, .nn-client-strip, .nn-section-heading, .nn-included-card-grid) {
	max-width: var(--nn-rail-max) !important;
	width: 100% !important;
}

.nn-final-cta {
	overflow: hidden;
	padding-bottom: clamp(4.25rem, 6vw, 5.75rem);
	padding-top: clamp(4.25rem, 6vw, 5.75rem);
	position: relative;
}

.nn-final-cta::before {
	background:
		linear-gradient(135deg, rgba(228, 87, 46, 0.18), transparent 42%),
		linear-gradient(90deg, rgba(244, 241, 230, 0.07) 1px, transparent 1px);
	background-size: auto, 3.5rem 3.5rem;
	content: "";
	inset: 0;
	opacity: 0.72;
	position: absolute;
}

.nn-final-cta::after {
	color: rgba(244, 241, 230, 0.07);
	content: "N";
	font-family: var(--wp--preset--font-family--inter);
	font-size: 18rem;
	font-weight: 800;
	line-height: 0.8;
	position: absolute;
	right: clamp(2rem, 8vw, 9rem);
	top: 50%;
	transform: translateY(-45%);
}

.nn-final-cta > .alignwide {
	align-items: center;
	display: grid !important;
	gap: clamp(2rem, 5vw, 4rem);
	grid-template-columns: minmax(0, 1fr) auto;
	position: relative;
	z-index: 1;
}

.nn-final-cta-copy {
	max-width: 64rem;
	position: relative;
}

.nn-final-cta h2 {
	font-size: var(--wp--preset--font-size--xx-large);
	margin-bottom: 0;
	max-width: 58rem;
}

.nn-cta-subcopy {
	color: rgba(244, 241, 230, 0.78);
	font-size: 1.16rem;
	line-height: 1.55;
	margin-bottom: 0;
	margin-top: 1rem;
	max-width: 56rem;
}

.nn-cta-detail {
	display: inline-flex;
	gap: 0.7rem;
	margin-bottom: var(--wp--preset--spacing--30);
	min-height: 2rem;
	position: relative;
}

.nn-cta-detail span {
	aspect-ratio: 1;
	background: var(--wp--preset--color--warm-cream);
	clip-path: polygon(50% 0, 58% 40%, 100% 50%, 58% 60%, 50% 100%, 42% 60%, 0 50%, 42% 40%);
	display: block;
	inline-size: 2rem;
}

.nn-cta-detail i {
	aspect-ratio: 1;
	background: var(--wp--preset--color--trail-orange);
	display: block;
	inline-size: 0.5rem;
	margin-top: 0.25rem;
}

.nn-cta-detail i:last-child {
	margin-top: 1.25rem;
	opacity: 0.5;
}

.nn-kicker {
	align-items: center;
	color: var(--wp--preset--color--north-green);
	display: inline-flex;
	font-family: var(--wp--preset--font-family--inter);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 800;
	gap: 0.55rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nn-kicker::before {
	background: var(--wp--preset--color--trail-orange);
	border-radius: 2px;
	content: "";
	display: inline-block;
	flex: 0 0 auto;
	block-size: 0.42rem;
	inline-size: 0.42rem;
}

.nn-home-next-steps {
	background: var(--wp--preset--color--warm-cream);
}

.nn-next-step-grid {
	align-items: stretch;
	display: grid;
	gap: var(--wp--preset--spacing--40);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: var(--wp--preset--spacing--50);
	max-width: 100% !important;
	width: 100% !important;
}

.nn-next-step-grid > p {
	display: flex;
	margin: 0 !important;
	min-width: 0;
}

.nn-next-step-grid a {
	background: var(--wp--preset--color--warm-cream);
	border: 1px solid rgba(19, 38, 31, 0.1);
	border-radius: var(--wp--custom--radius--card);
	box-shadow: var(--wp--custom--shadow--soft);
	color: var(--wp--preset--color--north-green);
	display: grid;
	gap: 0.45rem;
	height: 100%;
	min-height: 8.5rem;
	padding: 1.25rem;
	position: relative;
	text-decoration: none;
	transition: border-color var(--wp--custom--transition), box-shadow var(--wp--custom--transition), transform var(--wp--custom--transition);
}

.nn-next-step-grid a::after {
	background: var(--wp--preset--color--trail-orange);
	content: "";
	height: 0.55rem;
	opacity: 0.82;
	position: absolute;
	right: 1.15rem;
	top: 1.15rem;
	width: 0.55rem;
}

.nn-next-step-grid a:hover,
.nn-next-step-grid a:focus-visible {
	border-color: rgba(228, 87, 46, 0.55);
	box-shadow: 0 22px 44px rgba(19, 38, 31, 0.12);
	text-decoration: none;
	transform: translateY(-1px);
}

.nn-next-step-grid strong {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 1.08rem;
	line-height: 1.2;
	padding-right: 1.4rem;
}

.nn-next-step-grid span {
	color: rgba(81, 107, 70, 0.84);
	font-size: 0.96rem;
	line-height: 1.5;
}

.nn-next-step-grid a:last-child {
	background: var(--wp--preset--color--north-green);
	border-color: var(--wp--preset--color--north-green);
	color: var(--wp--preset--color--warm-cream);
}

.nn-next-step-grid a:last-child span {
	color: rgba(244, 241, 230, 0.78);
}

.nn-home-next-steps .nn-next-step-grid {
	align-items: stretch;
}

.nn-logo-grid {
	display: grid;
	gap: var(--wp--preset--spacing--40);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 100% !important;
	width: 100% !important;
}

.nn-logo-tile {
	align-items: center;
	background: var(--wp--preset--color--warm-cream);
	border: 1px solid rgba(19, 38, 31, 0.1);
	border-radius: var(--wp--custom--radius--card);
	display: flex;
	min-height: 7rem;
	justify-content: center;
	padding: var(--wp--preset--spacing--50);
	text-align: center;
}

.nn-logo-tile p {
	color: var(--wp--preset--color--north-green);
	font-family: var(--wp--preset--font-family--inter);
	font-size: var(--wp--preset--font-size--large);
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
}

.nn-step-number {
	align-items: center;
	background: var(--wp--preset--color--earthy-beige);
	border: 1px solid rgba(228, 87, 46, 0.28);
	border-radius: 999px;
	color: var(--wp--preset--color--north-green);
	display: inline-flex;
	font-family: var(--wp--preset--font-family--inter);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 800;
	height: 2.4rem;
	justify-content: center;
	line-height: 1;
	margin-bottom: var(--wp--preset--spacing--30);
	width: 2.4rem;
}

.nn-faq-list {
	max-width: 100% !important;
	width: 100% !important;
}

.nn-services-faq-grid,
.nn-service-faq-grid {
	align-items: stretch;
	display: grid !important;
	gap: clamp(1.25rem, 2vw, 2rem);
	grid-template-columns: minmax(0, 1.25fr) minmax(28rem, 1fr);
	margin-top: var(--wp--preset--spacing--50);
	max-width: 100% !important;
	width: 100% !important;
}

.nn-services-faq-grid .nn-faq-list,
.nn-service-faq-grid .nn-faq-list {
	margin-top: 0;
}

.nn-section > .nn-faq-list,
.nn-section > .nn-contact-form,
.nn-section > .nn-booking-placeholder,
.nn-section > .nn-card:not(.nn-home-card):not(.nn-framework-card):not(.nn-work-card):not(.nn-process-card):not(.nn-service-link-card):not(.nn-project-card):not(.nn-client-card):not(.nn-post-card) {
	max-width: 100% !important;
	width: 100% !important;
}

.nn-faq-item {
	background: var(--wp--preset--color--warm-cream);
	border: 1px solid rgba(19, 38, 31, 0.1);
	border-radius: var(--wp--custom--radius--card);
	box-shadow: var(--wp--custom--shadow--soft);
	margin-block-start: var(--wp--preset--spacing--30);
	padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--50);
}

.nn-faq-item summary {
	color: var(--wp--preset--color--north-green);
	cursor: pointer;
	font-family: var(--wp--preset--font-family--inter);
	font-weight: 800;
}

.nn-faq-item p {
	margin-bottom: 0;
}

.nn-faq-aside {
	background:
		linear-gradient(180deg, rgba(244, 241, 230, 0.96), rgba(244, 241, 230, 0.92)),
		linear-gradient(135deg, rgba(228, 87, 46, 0.14), transparent 52%);
	align-content: center;
	display: grid;
	gap: 1rem;
	padding: clamp(1.75rem, 3vw, 2.75rem);
	width: 100%;
}

.nn-faq-aside p {
	color: rgba(81, 107, 70, 0.84);
	margin: 0;
}

.nn-faq-aside .wp-block-buttons {
	margin-top: 0.25rem;
}

.nn-simple-list {
	padding-left: 1.2rem;
}

.nn-simple-list li + li {
	margin-top: 0.65rem;
}

.nn-band {
	background: var(--wp--preset--color--north-green);
	color: var(--wp--preset--color--warm-cream);
}

.alignfull.nn-band,
.alignfull.nn-final-cta,
.nn-footer {
	border-radius: 0 !important;
}

.nn-band h1,
.nn-band h2,
.nn-band h3,
.nn-band a {
	color: var(--wp--preset--color--warm-cream);
}

.nn-band a:hover,
.nn-band a:focus-visible {
	color: var(--wp--preset--color--warm-cream);
	text-decoration-color: var(--wp--preset--color--warm-cream);
}

.nn-band .wp-block-button.is-style-outline > .wp-block-button__link {
	border-color: rgba(244, 241, 230, 0.82);
	color: var(--wp--preset--color--warm-cream);
}

.nn-band .wp-block-button.is-style-outline > .wp-block-button__link:hover,
.nn-band .wp-block-button.is-style-outline > .wp-block-button__link:focus-visible {
	background: var(--wp--preset--color--warm-cream);
	border-color: var(--wp--preset--color--warm-cream);
	color: var(--wp--preset--color--north-green);
}

.nn-services-final-cta > .alignwide {
	max-width: min(var(--nn-rail-max), 86rem) !important;
}

.nn-services-final-cta .nn-final-cta-copy {
	max-width: 58rem;
}

.nn-service-detail-final-cta .nn-final-cta-copy {
	max-width: 58rem;
}

.nn-services-next-steps .nn-next-step-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 100% !important;
}

.nn-services-next-steps .nn-next-step-grid a {
	min-height: 9rem;
}

.nn-page-hero,
.nn-archive-hero,
.nn-single-hero {
	padding-bottom: clamp(3rem, 7vw, 5.5rem);
	padding-top: clamp(3.5rem, 8vw, 6.5rem);
}

.nn-page-content,
.nn-post-content {
	padding-bottom: clamp(4rem, 7vw, 6rem);
}

.nn-post-meta {
	color: rgba(81, 107, 70, 0.78);
	font-family: var(--wp--preset--font-family--inter);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
}

.nn-post-card {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--30);
	min-height: 100%;
}

.nn-post-card .wp-block-post-featured-image img {
	border-radius: var(--wp--custom--radius--card);
}

.nn-footer {
	margin-top: 0;
	padding-bottom: clamp(2.5rem, 5vw, 4rem);
	padding-top: clamp(3rem, 6vw, 5rem);
}

.nn-site-footer {
	background: var(--wp--preset--color--north-green);
	color: var(--wp--preset--color--warm-cream);
}

.nn-footer-shell {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: var(--nn-site-rail) !important;
	width: var(--nn-site-rail-width) !important;
}

.nn-footer-grid {
	align-items: start;
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
	grid-template-columns: minmax(0, 1.2fr) minmax(12rem, 0.6fr) minmax(12rem, 0.7fr);
}

.nn-site-footer .nn-footer-grid {
	grid-template-columns: minmax(0, 1.35fr) minmax(10rem, 0.6fr) minmax(13rem, 0.75fr);
}

.nn-footer-brand {
	max-width: 28rem;
}

.nn-footer-logo-lockup {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: clamp(0.28rem, 0.7vw, 0.55rem);
	line-height: 1;
	margin: 0 0 1.25rem;
	min-width: 0;
}

.nn-footer-statement {
	color: rgba(244, 241, 230, 0.86);
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	font-weight: 700;
	line-height: 1.45;
	margin-top: 0;
}

.nn-footer-cta {
	margin-top: 1.5rem;
}

.nn-footer-menu-title {
	color: var(--wp--preset--color--warm-cream);
	font-family: var(--wp--preset--font-family--inter);
	font-size: var(--wp--preset--font-size--label);
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.2;
	margin: 0 0 0.95rem;
	text-transform: uppercase;
}

.nn-footer-link-list,
.nn-footer-legal-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nn-footer-link-list {
	display: grid;
	gap: 0.7rem;
}

.nn-footer-link-list a,
.nn-footer-legal-list a {
	color: rgba(244, 241, 230, 0.82);
	text-decoration-color: transparent;
	text-decoration-thickness: 0.1em;
	text-underline-offset: 0.18em;
	transition: color var(--wp--custom--transition), text-decoration-color var(--wp--custom--transition);
}

.nn-footer-link-list a:hover,
.nn-footer-link-list a:focus-visible,
.nn-footer-legal-list a:hover,
.nn-footer-legal-list a:focus-visible {
	color: var(--wp--preset--color--warm-cream);
	text-decoration-color: var(--wp--preset--color--trail-orange);
}

.nn-footer-copyright {
	color: rgba(244, 241, 230, 0.7);
	font-size: var(--wp--preset--font-size--small);
	margin: 0;
}

.nn-footer-legal-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.15rem;
}

.nn-footer-legal-list a {
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
}

.nn-query-pagination,
.nn-footer .wp-block-navigation {
	font-family: var(--wp--preset--font-family--inter);
	font-weight: 700;
}

.nn-footer-bottom {
	border-top: 1px solid rgba(244, 241, 230, 0.16);
	margin-top: var(--wp--preset--spacing--60);
	padding-top: var(--wp--preset--spacing--40);
}

/* Topographic North brand polish. */
body {
	background: var(--wp--preset--color--north-green);
}

.wp-site-blocks {
	background: var(--wp--preset--color--warm-cream);
}

.nn-bg-cream {
	background-color: var(--wp--preset--color--warm-cream);
	background-image:
		linear-gradient(180deg, rgba(244, 241, 230, 0.98), rgba(244, 241, 230, 0.94)),
		url("assets/images/patterns/map-grid-dots.png");
	background-position: center;
	background-size: auto, 104px 104px;
}

.nn-bg-beige {
	background-color: var(--wp--preset--color--earthy-beige);
	background-image:
		linear-gradient(180deg, rgba(231, 220, 195, 0.96), rgba(244, 241, 230, 0.88)),
		url("assets/images/patterns/map-grid-overlay.png");
	background-position: center;
	background-size: auto, 170px 170px;
}

.nn-bg-moss {
	background-color: var(--wp--preset--color--moss-green);
	background-image:
		linear-gradient(180deg, rgba(81, 107, 70, 0.96), rgba(19, 38, 31, 0.88)),
		url("assets/images/patterns/topo-pattern-overlay.png");
	background-position: center;
	background-size: auto, 720px 420px;
	border-block: 1px solid rgba(244, 241, 230, 0.18);
}

.nn-bg-topographic-dark {
	background-color: var(--wp--preset--color--north-green);
	background-image:
		linear-gradient(180deg, rgba(19, 38, 31, 0.82), rgba(19, 38, 31, 0.94)),
		url("assets/images/patterns/topo-pattern-overlay.png"),
		url("assets/images/patterns/map-grid-overlay.png");
	background-position: center, center, center;
	background-size: auto, 720px 420px, 180px 180px;
}

.nn-bg-topographic-light {
	background-color: var(--wp--preset--color--earthy-beige);
	background-image:
		linear-gradient(180deg, rgba(231, 220, 195, 0.9), rgba(244, 241, 230, 0.94)),
		url("assets/images/patterns/topo-pattern-light.png");
	background-position: center;
	background-size: auto, 640px 360px;
}

.nn-bg-topographic-dark .nn-section-heading > p:not(.nn-eyebrow),
.nn-bg-dark .nn-section-heading > p:not(.nn-eyebrow),
.nn-bg-moss .nn-section-heading > p:not(.nn-eyebrow),
.nn-cta-panel > p:not(.nn-eyebrow) {
	color: rgba(244, 241, 230, 0.84);
}

.nn-bg-cream .nn-section-heading > p:not(.nn-eyebrow),
.nn-bg-beige .nn-section-heading > p:not(.nn-eyebrow),
.nn-bg-map-grid .nn-section-heading > p:not(.nn-eyebrow),
.nn-bg-topographic-light .nn-section-heading > p:not(.nn-eyebrow) {
	color: rgba(81, 107, 70, 0.9);
}

.nn-site-header {
	background: transparent;
	border: 0;
	border-radius: 0 !important;
	box-shadow: none;
	pointer-events: none;
}

.nn-header-inner {
	background: transparent;
	border: 0;
	border-radius: 0 !important;
	box-shadow: none;
	min-height: 6.15rem;
	pointer-events: auto;
}

.nn-logo-wordmark a {
	align-items: center;
	display: inline-flex;
	gap: 0.72rem;
}

.nn-logo-wordmark a::before {
	background: var(--wp--preset--color--trail-orange);
	border: 2px solid rgba(244, 241, 230, 0.72);
	border-radius: 999px;
	box-shadow: 0 0 0 0.32rem rgba(228, 87, 46, 0.16);
	content: "";
	display: inline-block;
	height: 0.82rem;
	width: 0.82rem;
}

.nn-primary-nav {
	color: rgba(244, 241, 230, 0.9);
}

.nn-primary-nav .wp-block-navigation-item__content {
	padding: 0.38rem 0.52rem;
	text-shadow: 0 1px 10px rgba(19, 38, 31, 0.8);
}

.nn-primary-nav .wp-block-navigation-item__content:hover,
.nn-primary-nav .wp-block-navigation-item__content:focus-visible {
	background: transparent;
	box-shadow: inset 0 -2px 0 var(--wp--preset--color--trail-orange);
	text-decoration: none;
}

.nn-primary-nav .has-child .wp-block-navigation__submenu-container {
	background:
		linear-gradient(180deg, rgba(244, 241, 230, 0.98), rgba(231, 220, 195, 0.96)),
		url("assets/images/patterns/map-grid-dots.png");
	background-size: auto, 96px 96px;
	border-color: rgba(81, 107, 70, 0.24);
	box-shadow: 0 22px 54px rgba(19, 38, 31, 0.24);
}

.nn-header-cta .wp-block-button__link {
	background: var(--wp--preset--color--trail-orange);
	border-color: var(--wp--preset--color--trail-orange);
	box-shadow: 0 14px 28px rgba(228, 87, 46, 0.22);
	color: var(--wp--preset--color--warm-cream);
}

.nn-header-cta .wp-block-button__link:hover,
.nn-header-cta .wp-block-button__link:focus-visible {
	background: var(--wp--preset--color--warm-cream);
	border-color: var(--wp--preset--color--warm-cream);
	color: var(--wp--preset--color--north-green);
}

.nn-bg-topographic-dark.nn-section {
	padding-bottom: clamp(5rem, 8vw, 7.5rem);
	padding-top: clamp(5rem, 8vw, 7.5rem);
}

.nn-editable-page-content > .nn-bg-topographic-dark:first-child,
.nn-editable-page-content > .nn-hero:first-child {
	padding-top: clamp(8.75rem, 11vw, 10.5rem);
}

.nn-bg-topographic-dark .nn-hero-grid {
	min-height: clamp(34rem, 64vh, 45rem);
}

.nn-bg-topographic-dark .nn-hero-copy .wp-block-heading {
	color: var(--wp--preset--color--warm-cream);
	font-size: clamp(3.25rem, 7.6vw, 6rem);
	letter-spacing: 0;
	line-height: 0.98;
	max-width: 12.5ch;
	text-wrap: balance;
}

.nn-bg-topographic-dark .nn-hero-copy p {
	color: rgba(244, 241, 230, 0.84);
	font-size: clamp(1.18rem, 2vw, 1.55rem);
}

.nn-bg-topographic-dark .nn-local-panel {
	background:
		linear-gradient(180deg, rgba(244, 241, 230, 0.96), rgba(231, 220, 195, 0.94)),
		url("assets/images/patterns/map-grid-dots.png");
	background-size: auto, 92px 92px;
	border-color: rgba(164, 180, 154, 0.5);
	box-shadow: 0 26px 70px rgba(19, 38, 31, 0.32);
}

.nn-bg-topographic-dark.nn-route-accent::after,
.nn-cta-panel::after {
	filter: drop-shadow(0 8px 18px rgba(19, 38, 31, 0.24));
	opacity: 0.42;
}

.nn-field-card,
.nn-service-card,
.is-style-rounded-card,
.nn-card,
.nn-home-card,
.nn-framework-card,
.nn-work-card,
.nn-process-card,
.nn-service-link-card,
.nn-included-card,
.nn-contact-form,
.nn-policy-content {
	background:
		linear-gradient(180deg, rgba(244, 241, 230, 0.98), rgba(244, 241, 230, 0.92)),
		url("assets/images/patterns/map-grid-dots.png");
	background-size: auto, 108px 108px;
	border-color: rgba(81, 107, 70, 0.28);
	box-shadow: 0 20px 48px rgba(19, 38, 31, 0.14);
}

.nn-field-card::before,
.nn-process-card::before,
.nn-framework-card::before {
	background: var(--wp--preset--color--trail-orange);
	border-radius: 999px;
	content: "";
	height: 0.62rem;
	position: absolute;
	right: 1.25rem;
	top: 1.25rem;
	width: 0.62rem;
	z-index: 2;
}

.nn-field-card :where(h2, h3),
.nn-service-card :where(h2, h3),
.nn-card :where(h2, h3),
.is-style-rounded-card :where(h2, h3),
.nn-home-card :where(h2, h3),
.nn-process-card :where(h2, h3),
.nn-work-card :where(h2, h3),
.nn-framework-card :where(h2, h3) {
	color: var(--wp--preset--color--north-green);
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	line-height: 1.15;
	text-wrap: balance;
}

.nn-field-card :where(p, li),
.nn-service-card :where(p, li),
.nn-card :where(p, li),
.is-style-rounded-card :where(p, li) {
	color: rgba(19, 38, 31, 0.78);
}

.nn-service-card {
	border-left: 4px solid rgba(81, 107, 70, 0.42);
	padding-top: clamp(1.6rem, 3vw, 2.35rem);
}

.nn-service-card::before {
	block-size: 0.28rem;
	box-shadow: 0 0 0 0.28rem rgba(228, 87, 46, 0.12);
	inline-size: clamp(3.25rem, 8vw, 5rem);
	top: 0.02rem;
}

.nn-pattern-icon {
	background: var(--wp--preset--color--earthy-beige);
	border: 1px solid rgba(81, 107, 70, 0.28);
	border-radius: var(--wp--custom--radius--field);
	display: inline-flex;
	margin-bottom: 1.15rem;
	padding: 0.55rem;
	position: relative;
}

.nn-pattern-icon img {
	width: clamp(2.35rem, 5vw, 3.1rem);
}

.nn-home-service-routes .nn-section-heading,
.nn-home-service-routes .nn-section-heading .wp-block-heading {
	color: var(--wp--preset--color--warm-cream);
}

.nn-home-service-routes .nn-section-heading > p:not(.nn-eyebrow) {
	color: rgba(164, 180, 154, 0.96);
}

.nn-home-service-routes .nn-service-card {
	background: var(--wp--preset--color--warm-cream);
	border-color: rgba(164, 180, 154, 0.46);
	box-shadow: 0 24px 58px rgba(19, 38, 31, 0.32);
	display: grid;
	grid-template-rows: clamp(5.8rem, 7.5vw, 6.95rem) minmax(4.75rem, auto) 1fr auto;
	row-gap: clamp(0.75rem, 1.1vw, 1rem);
}

.nn-home-service-routes .nn-pattern-icon {
	align-items: center;
	aspect-ratio: 1;
	background: transparent;
	border: 0;
	border-radius: 0;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: clamp(5.4rem, 7.2vw, 6.95rem);
}

.nn-home-service-routes .nn-pattern-icon img {
	display: block;
	height: auto;
	inline-size: 100%;
	max-block-size: 100%;
	object-fit: contain;
	position: relative;
	z-index: 1;
}

.nn-home-service-routes .nn-pattern-icon::before {
	background: transparent;
	border: 0.22rem solid var(--wp--preset--color--moss-green);
	border-radius: 999px;
	content: "";
	height: 1.55rem;
	width: 1.55rem;
}

.nn-home-service-routes .nn-pattern-icon::after {
	background: var(--wp--preset--color--trail-orange);
	border-radius: 999px;
	content: "";
	height: 0.56rem;
	position: absolute;
	right: 0.58rem;
	top: 0.58rem;
	width: 0.56rem;
}

.nn-home-service-routes .nn-pattern-icon::before,
.nn-home-service-routes .nn-pattern-icon::after {
	content: none !important;
	display: none !important;
}

.nn-home-process-field .nn-field-card {
	border-top: 3px solid rgba(228, 87, 46, 0.68);
}

.nn-cta-panel {
	background-color: var(--wp--preset--color--north-green);
	background-image:
		linear-gradient(135deg, rgba(19, 38, 31, 0.84), rgba(19, 38, 31, 0.96)),
		url("assets/images/patterns/topo-pattern-overlay.png"),
		url("assets/images/patterns/map-grid-overlay.png");
	background-position: center;
	background-size: auto, 720px 420px, 170px 170px;
	border-color: rgba(164, 180, 154, 0.24);
	box-shadow: 0 28px 72px rgba(19, 38, 31, 0.22);
	padding: clamp(2rem, 6vw, 4rem);
}

.nn-cta-panel .wp-block-heading {
	color: var(--wp--preset--color--warm-cream);
	font-size: clamp(2.1rem, 5vw, 4rem);
	max-width: 13ch;
	text-wrap: balance;
}

.nn-cta-panel p:not(.nn-eyebrow) {
	color: rgba(244, 241, 230, 0.84);
	max-width: 58rem;
}

.nn-cta-panel .wp-block-button__link {
	background: var(--wp--preset--color--trail-orange);
	border-color: var(--wp--preset--color--trail-orange);
	box-shadow: 0 18px 34px rgba(228, 87, 46, 0.24);
	color: var(--wp--preset--color--warm-cream);
}

.nn-cta-panel .wp-block-button__link:hover,
.nn-cta-panel .wp-block-button__link:focus-visible {
	background: var(--wp--preset--color--warm-cream);
	border-color: var(--wp--preset--color--warm-cream);
	color: var(--wp--preset--color--north-green);
}

.nn-site-footer {
	background-color: var(--wp--preset--color--north-green);
	background-image:
		linear-gradient(180deg, rgba(19, 38, 31, 0.96), rgba(19, 38, 31, 1)),
		url("assets/images/patterns/topo-pattern-overlay.png");
	background-position: center;
	background-size: auto, 720px 420px;
	border-top: 1px solid rgba(164, 180, 154, 0.2);
}

.nn-footer-grid {
	border-top: 1px solid rgba(244, 241, 230, 0.14);
	padding-top: clamp(1.75rem, 4vw, 2.75rem);
}

.nn-footer-statement,
.nn-footer-link-list a,
.nn-footer-legal-list a {
	color: rgba(244, 241, 230, 0.84);
}

.nn-footer-menu-title {
	color: var(--wp--preset--color--sage);
}

.nn-bg-dark :where(a, button, input, select, textarea, summary, [tabindex]):focus-visible,
.nn-bg-topographic-dark :where(a, button, input, select, textarea, summary, [tabindex]):focus-visible,
.nn-bg-moss :where(a, button, input, select, textarea, summary, [tabindex]):focus-visible,
.nn-site-header :where(a, button, input, select, textarea, summary, [tabindex]):focus-visible,
.nn-site-footer :where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
	outline-color: var(--wp--preset--color--warm-cream);
	box-shadow: 0 0 0 6px rgba(228, 87, 46, 0.32);
}

/* Phase 14B: strict Topographic North homepage hero. */
.nn-bg-topographic-dark,
.nn-hero {
	background-color: var(--wp--preset--color--north-green);
	background-image:
		linear-gradient(90deg, rgba(19, 38, 31, 0.98) 0%, rgba(19, 38, 31, 0.92) 48%, rgba(19, 38, 31, 0.82) 100%),
		url("assets/images/patterns/topo-pattern-dark.png");
	background-position: center, center;
	background-size: auto, 760px 430px;
	color: var(--wp--preset--color--warm-cream);
}

.nn-hero {
	border-bottom: 1px solid rgba(164, 180, 154, 0.28);
	overflow: hidden;
	position: relative;
}

.nn-hero::after {
	background: url("assets/images/routes/route-line-dotted.png") center / contain no-repeat;
	bottom: clamp(1rem, 4vw, 2.25rem);
	content: "";
	height: clamp(3rem, 8vw, 5.5rem);
	opacity: 0.42;
	pointer-events: none;
	position: absolute;
	right: max(1.25rem, calc((100vw - var(--nn-rail-max)) / 2));
	width: min(44rem, 56vw);
	z-index: 0;
}

.nn-hero > *,
.nn-hero-grid > * {
	position: relative;
	z-index: 1;
}

.nn-hero .nn-hero-copy .wp-block-heading,
.nn-bg-topographic-dark .nn-hero-copy .wp-block-heading {
	color: var(--wp--preset--color--warm-cream);
	font-family: var(--wp--preset--font-family--arvo);
	font-size: clamp(3.4rem, 7.8vw, 6.35rem);
	line-height: 0.98;
	max-width: 12.25ch;
	text-shadow: 0 2px 0 rgba(19, 38, 31, 0.38);
}

.nn-hero .nn-hero-copy p,
.nn-bg-topographic-dark .nn-hero-copy p {
	color: rgba(244, 241, 230, 0.88);
	max-width: 46rem;
}

.nn-hero .nn-eyebrow,
.nn-bg-topographic-dark .nn-eyebrow {
	color: var(--wp--preset--color--sage);
}

.nn-hero-map-panel,
.nn-motif {
	background:
		linear-gradient(180deg, rgba(19, 38, 31, 0.62), rgba(19, 38, 31, 0.88)),
		url("assets/images/patterns/topo-pattern-dark.png");
	background-position: center;
	background-size: auto, 700px 394px;
	border: 1px solid rgba(164, 180, 154, 0.34);
	border-radius: var(--wp--custom--radius--card);
	box-shadow: 0 28px 78px rgba(19, 38, 31, 0.36);
	color: var(--wp--preset--color--warm-cream);
	min-height: clamp(24rem, 42vw, 34rem);
	overflow: hidden;
	padding: clamp(1.5rem, 4vw, 2.35rem);
	position: relative;
}

.nn-hero-map-panel::before,
.nn-motif::before {
	background: url("assets/images/routes/route-line-with-marker.png") center / contain no-repeat;
	content: "";
	height: min(19rem, 46%);
	opacity: 0.86;
	pointer-events: none;
	position: absolute;
	right: 4%;
	top: 31%;
	transform: rotate(-8deg);
	width: min(30rem, 86%);
	z-index: 0;
}

.nn-hero-map-panel::after,
.nn-motif::after {
	background:
		radial-gradient(circle at center, var(--wp--preset--color--warm-cream) 0 26%, var(--wp--preset--color--trail-orange) 27% 62%, transparent 63%),
		radial-gradient(circle at center, rgba(228, 87, 46, 0.24) 0 62%, transparent 63%);
	border-radius: 999px;
	content: "";
	height: clamp(4.5rem, 10vw, 7rem);
	pointer-events: none;
	position: absolute;
	right: 12%;
	top: 16%;
	width: clamp(4.5rem, 10vw, 7rem);
	z-index: 0;
}

.nn-hero-map-panel > *,
.nn-motif > * {
	position: relative;
	z-index: 1;
}

.nn-hero-map-panel .wp-block-heading {
	color: var(--wp--preset--color--warm-cream);
	max-width: 18rem;
}

.nn-hero-map-panel .wp-block-heading::after {
	background: url("assets/svg/accents/accent-north-arrow-small.svg") center / contain no-repeat;
	content: "";
	display: block;
	height: 3.25rem;
	margin-top: 1.2rem;
	opacity: 0.68;
	width: 3.25rem;
}

.nn-hero-map-panel :where(p, li) {
	color: rgba(244, 241, 230, 0.84);
}

.nn-hero-map-panel ul {
	background: rgba(19, 38, 31, 0.52);
	border: 1px solid rgba(164, 180, 154, 0.26);
	border-radius: var(--wp--custom--radius--field);
	list-style: none;
	margin-top: clamp(7rem, 16vw, 11rem);
	padding: 1rem;
}

.nn-hero-map-panel li {
	border-top: 1px solid rgba(164, 180, 154, 0.18);
	padding: 0.68rem 0 0.68rem 1.35rem;
	position: relative;
}

.nn-hero-map-panel li:first-child {
	border-top: 0;
}

.nn-hero-map-panel li::before {
	background: var(--wp--preset--color--trail-orange);
	border-radius: 999px;
	content: "";
	height: 0.52rem;
	left: 0;
	position: absolute;
	top: 1.18rem;
	width: 0.52rem;
}

.nn-motif {
	margin-inline: auto;
	max-width: 38rem;
}

.nn-motif-letter,
.nn-motif-star {
	display: none;
}

.nn-motif .nn-dot {
	background: var(--wp--preset--color--trail-orange);
	box-shadow: 0 0 0 0.34rem rgba(228, 87, 46, 0.16);
	opacity: 0.9;
}

.nn-home-trust-strip.nn-section {
	border-bottom: 1px solid rgba(81, 107, 70, 0.18);
	border-top: 1px solid rgba(81, 107, 70, 0.18);
	padding-bottom: clamp(1.35rem, 3vw, 2rem);
	padding-top: clamp(1.35rem, 3vw, 2rem);
}

.nn-home-trust-strip .nn-trust-strip {
	background: rgba(231, 220, 195, 0.54);
	border: 1px solid rgba(81, 107, 70, 0.24);
	border-radius: var(--wp--custom--radius--card);
	box-shadow: 0 12px 30px rgba(19, 38, 31, 0.1);
	box-sizing: border-box;
	color: var(--wp--preset--color--north-green);
	margin-left: auto;
	margin-right: auto;
	max-width: var(--nn-home-content-max);
	padding: 1rem clamp(1rem, 3vw, 2rem);
	width: var(--nn-home-content-width);
}

/* Phase 14C follow-up: branded field-guide homepage panel. */
.nn-home-hero.nn-section {
	padding-bottom: clamp(2.25rem, 4.5vw, 3.5rem);
	padding-top: clamp(6.5rem, 7.2vw, 7.75rem);
}

.nn-editable-page-content > .nn-home-hero:first-child {
	padding-top: clamp(6.75rem, 7.5vw, 8rem);
}

.nn-home-hero {
	background-color: var(--wp--preset--color--north-green);
	background-image:
		url("assets/images/patterns/topo-pattern-dark.png"),
		url("assets/images/patterns/map-grid-overlay.png");
	background-position: center, center;
	background-size: 620px 350px, 180px 180px;
}

.nn-home-hero-panel {
	background:
		linear-gradient(90deg, rgba(19, 38, 31, 0.98) 0%, rgba(19, 38, 31, 0.92) 48%, rgba(19, 38, 31, 0.84) 100%),
		url("assets/images/patterns/topo-pattern-dark.png");
	background-position: center;
	background-size: auto, 700px 395px;
	border: 1px solid rgba(164, 180, 154, 0.42);
	border-radius: var(--wp--custom--radius--card);
	box-shadow: 0 28px 78px rgba(19, 38, 31, 0.34);
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: var(--nn-home-content-max) !important;
	overflow: hidden;
	position: relative;
	width: var(--nn-home-content-width) !important;
}

.nn-home-hero-panel::before {
	background: url("assets/images/routes/route-divider.png") center / contain no-repeat;
	content: "";
	height: clamp(2.5rem, 7vw, 4.75rem);
	opacity: 0.2;
	pointer-events: none;
	position: absolute;
	right: clamp(1rem, 4vw, 3rem);
	top: clamp(3rem, 8vw, 5rem);
	width: min(34rem, 42vw);
	z-index: 0;
}

.nn-home-hero-panel > * {
	position: relative;
	z-index: 1;
}

.nn-home-hero-panel .nn-hero-grid {
	gap: clamp(2.75rem, 4.4vw, 5.25rem);
	grid-template-columns: minmax(0, 1.04fr) minmax(30rem, 0.96fr);
	margin: 0 !important;
	max-width: none !important;
	min-height: clamp(29rem, 50vh, 36rem);
	padding: clamp(3rem, 4.6vw, 4.8rem);
	width: 100% !important;
}

.nn-home-hero .nn-hero-copy > .nn-eyebrow:first-child {
	color: var(--wp--preset--color--trail-orange);
	display: flex;
	font-size: clamp(0.76rem, 0.9vw, 0.88rem);
	letter-spacing: 0.08em;
	margin-bottom: clamp(1rem, 1.6vw, 1.35rem);
	text-shadow: 0 1px 10px rgba(228, 87, 46, 0.28);
}

.nn-home-hero .nn-hero-copy .wp-block-heading,
.nn-home-hero .nn-hero-copy h1 {
	font-size: clamp(3.75rem, 6.7vw, 6.2rem);
	letter-spacing: 0;
	line-height: 0.98;
	max-width: 12.8ch;
	text-shadow: 0 0.08em 0 rgba(0, 0, 0, 0.26);
}

.nn-text-trail {
	color: var(--wp--preset--color--trail-orange);
}

.nn-home-hero .nn-hero-copy p:not(.nn-eyebrow) {
	font-size: clamp(1.1rem, 1.35vw, 1.3rem);
	line-height: 1.46;
	max-width: 35rem;
}

.nn-home-hero .nn-hero-actions {
	gap: 1rem;
	margin-top: clamp(1.8rem, 3.2vw, 2.45rem);
}

.nn-home-hero .nn-hero-actions .wp-block-button__link {
	align-items: center;
	display: inline-flex;
	gap: 0.65rem;
	justify-content: center;
	min-height: 3.65rem;
	min-width: 12.5rem;
}

.nn-home-hero .nn-hero-actions .wp-block-button__link span[aria-hidden="true"] {
	font-size: 1.08em;
	line-height: 1;
	transform: translateY(-0.03em);
	transition: transform 180ms ease;
}

.nn-home-hero .nn-hero-actions .wp-block-button__link:hover span[aria-hidden="true"],
.nn-home-hero .nn-hero-actions .wp-block-button__link:focus-visible span[aria-hidden="true"] {
	transform: translate(0.18rem, -0.03em);
}

.nn-home-hero .nn-hero-copy .nn-hero-proof {
	align-items: center;
	color: var(--wp--preset--color--warm-cream);
	display: flex;
	font-size: clamp(0.9rem, 1vw, 1rem);
	font-weight: 700;
	gap: 0.85rem;
	line-height: 1.35;
	margin-top: clamp(1.35rem, 2vw, 1.75rem);
	max-width: 28rem;
}

.nn-hero-proof-avatars {
	display: inline-flex;
	flex: 0 0 auto;
	isolation: isolate;
	padding-left: 0.35rem;
}

.nn-hero-proof-avatars > span {
	background:
		radial-gradient(circle at 50% 34%, var(--wp--preset--color--warm-cream) 0 0.2rem, transparent 0.22rem),
		radial-gradient(circle at 50% 76%, var(--wp--preset--color--warm-cream) 0 0.42rem, transparent 0.44rem),
		linear-gradient(135deg, var(--wp--preset--color--moss-green), var(--wp--preset--color--sage));
	border: 2px solid var(--wp--preset--color--warm-cream);
	border-radius: 999px;
	box-shadow: 0 0.25rem 0.9rem rgba(0, 0, 0, 0.22);
	display: block;
	height: 2.15rem;
	margin-left: -0.35rem;
	width: 2.15rem;
}

.nn-hero-proof-avatars > span:nth-child(2) {
	background:
		radial-gradient(circle at 50% 34%, var(--wp--preset--color--warm-cream) 0 0.2rem, transparent 0.22rem),
		radial-gradient(circle at 50% 76%, var(--wp--preset--color--warm-cream) 0 0.42rem, transparent 0.44rem),
		linear-gradient(135deg, var(--wp--preset--color--trail-orange), var(--wp--preset--color--earthy-beige));
}

.nn-hero-proof-avatars > span:nth-child(3) {
	background:
		radial-gradient(circle at 50% 34%, var(--wp--preset--color--warm-cream) 0 0.2rem, transparent 0.22rem),
		radial-gradient(circle at 50% 76%, var(--wp--preset--color--warm-cream) 0 0.42rem, transparent 0.44rem),
		linear-gradient(135deg, var(--wp--preset--color--north-green), var(--wp--preset--color--sage));
}

.nn-home-hero .nn-hero-route-visual {
	align-self: stretch;
	background:
		radial-gradient(circle at 78% 23%, rgba(228, 87, 46, 0.18) 0 0.55rem, transparent 0.6rem),
		radial-gradient(circle at 18% 78%, rgba(164, 180, 154, 0.12) 0 0.45rem, transparent 0.5rem),
		linear-gradient(180deg, rgba(19, 38, 31, 0.06), rgba(19, 38, 31, 0.22)),
		url("assets/images/patterns/topo-pattern-dark.png"),
		url("assets/images/patterns/map-grid-overlay.png");
	background-position: center, center, center, center, center;
	background-size: auto, auto, auto, 700px 394px, 170px 170px;
	border: 1px solid rgba(164, 180, 154, 0.24);
	isolation: isolate;
	margin: 0 !important;
	min-height: clamp(22rem, 34vw, 30rem);
	overflow: hidden;
	position: relative;
}

.nn-home-hero .nn-hero-route-visual::before {
	background: url("assets/images/routes/route-line-with-marker.png") center / contain no-repeat;
	content: "";
	height: min(21rem, 60%);
	opacity: 0.86;
	pointer-events: none;
	position: absolute;
	right: -1%;
	top: 34%;
	width: min(40rem, 106%);
	z-index: 2;
}

.nn-home-hero .nn-hero-route-visual::after {
	background: url("assets/images/patterns/topo-corner-accent.png") right top / min(58rem, 144%) auto no-repeat;
	content: "";
	inset: 0;
	opacity: 0.26;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.nn-home-hero .nn-route-map-dot,
.nn-home-hero .nn-route-map-pin {
	display: block;
	pointer-events: none;
	position: absolute;
	z-index: 3;
}

.nn-home-hero .nn-route-map-dot {
	background: rgba(81, 107, 70, 0.5);
	border-radius: 999px;
	box-shadow: 0 0 0 0.45rem rgba(81, 107, 70, 0.14);
	height: 0.82rem;
	width: 0.82rem;
}

.nn-home-hero .nn-route-map-dot-1 {
	left: 12%;
	top: 26%;
}

.nn-home-hero .nn-route-map-dot-2 {
	background: rgba(228, 87, 46, 0.78);
	left: 23%;
	top: 45%;
}

.nn-home-hero .nn-route-map-dot-3 {
	left: 37%;
	top: 32%;
}

.nn-home-hero .nn-route-map-dot-4 {
	background: rgba(228, 87, 46, 0.76);
	right: 18%;
	top: 30%;
}

.nn-home-hero .nn-route-map-dot-5 {
	bottom: 20%;
	left: 18%;
}

.nn-home-hero .nn-route-map-dot-6 {
	background: rgba(228, 87, 46, 0.7);
	bottom: 27%;
	right: 24%;
}

.nn-home-hero .nn-route-map-pin {
	background: var(--wp--preset--color--trail-orange);
	border-radius: 50% 50% 50% 0;
	box-shadow: 0 0 0 0.55rem rgba(228, 87, 46, 0.17);
	height: clamp(4.5rem, 9vw, 6.5rem);
	right: 9%;
	top: 18%;
	transform: rotate(-45deg);
	width: clamp(4.5rem, 9vw, 6.5rem);
}

.nn-home-hero .nn-route-map-pin::after {
	background: var(--wp--preset--color--warm-cream);
	border-radius: 999px;
	content: "";
	height: 39%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 39%;
}

.nn-home-hero .nn-hero-map-panel,
.nn-home-hero .nn-motif {
	background:
		radial-gradient(circle at 16% 74%, var(--wp--preset--color--trail-orange) 0 0.38rem, rgba(81, 107, 70, 0.82) 0.42rem 0.72rem, transparent 0.76rem),
		linear-gradient(180deg, rgba(19, 38, 31, 0.44), rgba(19, 38, 31, 0.76)),
		url("assets/images/patterns/topo-pattern-dark.png"),
		url("assets/images/patterns/map-grid-dots.png");
	background-position: center;
	background-size: auto, auto, 560px 315px, 104px 104px;
	border-color: rgba(164, 180, 154, 0.46);
	box-shadow: inset 0 0 0 1px rgba(244, 241, 230, 0.06), 0 26px 70px rgba(19, 38, 31, 0.28);
	min-height: clamp(25rem, 42vw, 34rem);
	padding: clamp(1.6rem, 4vw, 2.5rem);
}

.nn-home-hero .nn-hero-map-panel::before,
.nn-home-hero .nn-motif::before {
	background: url("assets/images/routes/route-line-with-marker.png") center / contain no-repeat;
	height: min(21rem, 58%);
	opacity: 0.96;
	right: 2%;
	top: 31%;
	transform: rotate(-4deg);
	width: min(34rem, 92%);
}

.nn-home-hero .nn-hero-map-panel::after,
.nn-home-hero .nn-motif::after {
	border-radius: 50% 50% 50% 0;
	box-shadow: 0 0 0 0.42rem rgba(228, 87, 46, 0.16);
	right: 10%;
	top: 15%;
	transform: rotate(-45deg);
}

.nn-home-hero .nn-hero-map-panel .wp-block-heading {
	font-size: clamp(1.35rem, 2.2vw, 1.8rem);
	max-width: 16rem;
}

.nn-home-hero .nn-hero-map-panel ul {
	background: rgba(19, 38, 31, 0.64);
	border-color: rgba(164, 180, 154, 0.32);
	margin-top: clamp(8rem, 16vw, 11.5rem);
	max-width: 22rem;
}

.nn-motif .nn-dot {
	background: var(--wp--preset--color--sage);
	border-radius: 999px;
	box-shadow: none;
	inline-size: 0.42rem;
	opacity: 0.24;
}

.nn-motif .nn-dot-1,
.nn-motif .nn-dot-6 {
	background: var(--wp--preset--color--trail-orange);
	box-shadow: 0 0 0 0.24rem rgba(228, 87, 46, 0.12);
	inline-size: 0.72rem;
	opacity: 0.78;
}

.nn-local-visibility-route {
	background: var(--wp--preset--color--warm-cream) url("assets/images/patterns/topo-pattern-light.png") center / cover no-repeat;
	border: 1px solid rgba(19, 38, 31, 0.22);
	border-radius: 0.72rem;
	box-shadow: 0 1.25rem 3rem rgba(19, 38, 31, 0.22);
	color: var(--wp--preset--color--north-green);
	isolation: isolate;
	margin: clamp(1.1rem, 2vw, 1.8rem) auto 0 !important;
	max-width: var(--nn-home-content-max) !important;
	overflow: hidden;
	padding: clamp(1.8rem, 3vw, 2.55rem) clamp(1.2rem, 2.8vw, 2.4rem);
	position: relative;
	width: var(--nn-home-content-width) !important;
	z-index: 5;
}

	.nn-local-visibility-route-line {
		background: url("assets/svg/routes/local-visibility-route.svg") center / 100% 100% no-repeat;
		display: block;
		inset-block-start: clamp(2.9rem, 4.15vw, 3.55rem);
		inline-size: 95%;
		inset-inline: auto;
		left: 50%;
		min-height: 6.35rem;
		opacity: 0.46;
		pointer-events: none;
		position: absolute;
		transform: translateX(-50%);
		z-index: 0;
	}

.nn-route-waypoints {
	display: grid;
	gap: clamp(0.7rem, 1.4vw, 1.25rem);
	grid-template-columns: repeat(5, minmax(0, 1fr));
	position: relative;
	z-index: 1;
}

.nn-route-step {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.56rem;
	margin: 0;
	min-width: 0;
	text-align: center;
	transition: transform 180ms ease;
}

.nn-route-step:hover,
.nn-route-step:focus-within {
	transform: translateY(-0.18rem);
}

	.nn-route-marker {
		aspect-ratio: 1;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		inline-size: clamp(6.48rem, 7.92vw, 7.68rem);
		margin-bottom: 0.25rem;
		position: relative;
		transition: filter 180ms ease, transform 180ms ease;
	}

.nn-route-step:hover .nn-route-marker,
.nn-route-step:focus-within .nn-route-marker {
	filter: drop-shadow(0 0.85rem 1.2rem rgba(19, 38, 31, 0.18));
	transform: translateY(-0.12rem);
}

.nn-route-step-orange .nn-route-marker {
	background-color: transparent;
}

.nn-route-step-orange:hover .nn-route-marker,
.nn-route-step-orange:focus-within .nn-route-marker {
	filter: drop-shadow(0 0.85rem 1.2rem rgba(228, 87, 46, 0.2));
}

.nn-route-marker::before,
.nn-route-marker::after {
	content: "";
	display: none;
}

.nn-route-icon-website { background-image: url("assets/images/icons/icon-route-website.png"); }
.nn-route-icon-search { background-image: url("assets/images/icons/icon-route-search.png?v=1.0.56"); }
.nn-route-icon-google { background-image: url("assets/images/icons/icon-route-google-profile.png"); }
.nn-route-icon-trust { background-image: url("assets/images/icons/icon-route-trust.png"); }
.nn-route-icon-customers { background-image: url("assets/images/icons/icon-route-customers.png"); }

.nn-route-step .wp-block-heading {
	color: var(--wp--preset--color--north-green);
	font-family: var(--wp--preset--font-family--inter);
	font-size: clamp(0.8rem, 0.95vw, 0.92rem);
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.15;
	margin: 0;
	text-transform: uppercase;
}

.nn-home-service-routes .nn-service-card .nn-pattern-icon img {
	display: block !important;
	height: auto;
	inline-size: 100%;
	max-block-size: 100%;
	object-fit: contain;
	position: relative;
	z-index: 2;
}

.nn-home-service-routes > .wp-block-columns.nn-card-grid > .wp-block-column:nth-child(n+2) .nn-service-card .nn-pattern-icon {
	overflow: visible;
}

.nn-home-service-routes > .wp-block-columns.nn-card-grid > .wp-block-column:nth-child(n+2) .nn-service-card .nn-pattern-icon img {
	inline-size: 100%;
	max-block-size: none;
	max-inline-size: none;
}

.nn-home-service-routes > .wp-block-columns.nn-card-grid > .wp-block-column:nth-child(4) .nn-service-card .nn-pattern-icon img {
	inline-size: 100%;
}

.nn-home-service-routes .nn-service-card .nn-pattern-icon::before,
.nn-home-service-routes .nn-service-card .nn-pattern-icon::after {
	content: none !important;
	display: none !important;
}

.nn-route-step p {
	color: rgba(19, 38, 31, 0.82);
	font-size: clamp(0.92rem, 1vw, 1.02rem);
	line-height: 1.42;
	margin: 0;
	max-width: 11.5rem;
}

.nn-home-problem-brief .nn-field-card {
	background: var(--wp--preset--color--warm-cream);
	border-color: rgba(164, 180, 154, 0.42);
	box-shadow: 0 22px 48px rgba(19, 38, 31, 0.24);
}

.nn-home-service-routes {
	border-bottom: 1px solid rgba(164, 180, 154, 0.24);
	border-top: 0;
}

.nn-home-problem-brief {
	background: var(--wp--preset--color--moss-green) url("assets/images/patterns/topo-pattern-overlay.png") center / 720px 420px repeat;
	border-bottom: 0;
}

.nn-home-service-routes {
	background: var(--wp--preset--color--north-green) url("assets/images/patterns/topo-pattern-overlay.png") center / 720px 420px repeat;
}

.nn-home-problem-brief,
.nn-home-service-routes,
.nn-home-process-field,
.nn-home-final-cta,
.nn-home-next-steps {
	overflow-x: clip;
}

.nn-home-final-cta .nn-cta-panel .wp-block-heading,
.nn-home-final-cta .nn-cta-panel h2 {
	max-width: 58rem !important;
}

.nn-home-final-cta .nn-cta-panel > p:not(.nn-eyebrow) {
	max-width: 58rem;
}

.nn-home-problem-brief > .alignwide,
.nn-home-service-routes > .alignwide,
.nn-home-process-field > .alignwide,
.nn-home-final-cta > .alignwide,
.nn-home-next-steps > .alignwide,
.nn-section.nn-bg-cream > .alignwide,
.nn-section.nn-bg-beige > .alignwide {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: var(--nn-home-content-max) !important;
	width: var(--nn-home-content-width) !important;
}

.nn-home-problem-brief > .nn-section-heading,
.nn-home-service-routes > .nn-section-heading,
.nn-home-process-field > .nn-section-heading,
.nn-home-next-steps > .nn-section-heading,
.nn-section.nn-bg-cream > .nn-section-heading,
.nn-section.nn-bg-beige > .nn-section-heading {
	max-width: var(--nn-home-content-max) !important;
	width: var(--nn-home-content-width) !important;
}

.nn-home-problem-brief > .nn-section-heading > :where(.wp-block-heading, p:not(.nn-eyebrow)),
.nn-home-service-routes > .nn-section-heading > :where(.wp-block-heading, p:not(.nn-eyebrow)),
.nn-home-process-field > .nn-section-heading > :where(.wp-block-heading, p:not(.nn-eyebrow)),
.nn-home-next-steps > .nn-section-heading > :where(.wp-block-heading, p:not(.nn-eyebrow)),
.nn-section.nn-bg-cream > .nn-section-heading > :where(.wp-block-heading, p:not(.nn-eyebrow)),
.nn-section.nn-bg-beige > .nn-section-heading > :where(.wp-block-heading, p:not(.nn-eyebrow)) {
	max-width: 54rem;
}

.nn-home-problem-brief > .wp-block-columns.nn-card-grid,
.nn-home-service-routes > .wp-block-columns.nn-card-grid,
.nn-home-process-field > .wp-block-columns.nn-card-grid,
.nn-section.nn-bg-cream > .wp-block-columns.nn-card-grid,
.nn-section.nn-bg-beige > .wp-block-columns.nn-card-grid {
	box-sizing: border-box;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: var(--nn-home-content-max) !important;
	min-width: 0;
	width: var(--nn-home-content-width) !important;
}

.nn-home-problem-brief > .wp-block-columns.nn-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nn-home-service-routes > .wp-block-columns.nn-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nn-home-service-routes .nn-card-grid {
	position: relative;
}

.nn-home-service-routes .nn-card-grid::before {
	background: url("assets/images/routes/route-line-dotted.png") center / contain no-repeat;
	content: "";
	height: clamp(3rem, 8vw, 5rem);
	left: 50%;
	opacity: 0.16;
	pointer-events: none;
	position: absolute;
	top: -2.4rem;
	transform: translateX(-50%);
	width: min(44rem, 76vw);
	z-index: 0;
}

.nn-home-service-routes .nn-card-grid > * {
	position: relative;
	z-index: 1;
}

.nn-process-route-section {
	background: var(--wp--preset--color--warm-cream) url("assets/images/patterns/topo-pattern-light.png") center / cover no-repeat;
	padding-block: clamp(4.5rem, 7.5vw, 7rem);
	position: relative;
}

.nn-process-route-section::before {
	background: url("assets/images/patterns/topo-corner-accent.png") top right / contain no-repeat;
	content: "";
	inset: 0 0 auto auto;
	opacity: 0.34;
	pointer-events: none;
	position: absolute;
	height: min(44rem, 42vw);
	width: min(44rem, 42vw);
}

.nn-process-route-section .nn-section-heading {
	margin-bottom: clamp(1.4rem, 2.4vw, 2rem);
	position: relative;
	z-index: 1;
}

.nn-process-route-section .nn-section-heading .wp-block-heading {
	text-transform: none;
}

.nn-process-route-band {
	background: var(--wp--preset--color--warm-cream);
	border: 1px solid rgba(81, 107, 70, 0.26);
	border-radius: 0.45rem;
	box-shadow:
		inset 0 0 0 1px rgba(244, 241, 230, 0.52),
		0 1.25rem 3rem rgba(19, 38, 31, 0.12);
	box-sizing: border-box;
	min-height: clamp(18rem, 22vw, 21rem);
	overflow: hidden;
	padding: clamp(2.2rem, 4vw, 3.25rem) clamp(1.5rem, 3.2vw, 2.8rem);
	position: relative;
}

.nn-process-route-band::before {
	background: url("assets/images/patterns/topo-pattern-light.png") center / cover no-repeat;
	content: "";
	inset: 0;
	opacity: 0.24;
	pointer-events: none;
	position: absolute;
}

.nn-process-route-line {
	height: clamp(4.5rem, 8vw, 6.5rem);
	inset: clamp(2.1rem, 4vw, 3.25rem) clamp(0.25rem, 0.9vw, 0.8rem) auto clamp(1.35rem, 3vw, 3rem);
	overflow: visible;
	position: absolute;
	width: auto;
	z-index: 1;
}

.nn-process-route-line path {
	fill: none;
	stroke: rgba(81, 107, 70, 0.38);
	stroke-dasharray: 2 18;
	stroke-linecap: round;
	stroke-width: 7;
}

.nn-process-end-flag {
	border-left: 4px solid var(--wp--preset--color--moss-green);
	height: clamp(3.2rem, 5vw, 4.2rem);
	position: absolute;
	right: clamp(1.1rem, 2.6vw, 2.4rem);
	top: clamp(3rem, 5.1vw, 4.2rem);
	width: clamp(2.4rem, 4vw, 3rem);
	z-index: 2;
}

.nn-process-end-flag::before {
	background: rgba(81, 107, 70, 0.9);
	clip-path: polygon(0 0, 100% 18%, 0 50%);
	content: "";
	display: block;
	height: clamp(1.55rem, 2.4vw, 2rem);
	width: clamp(2rem, 3.4vw, 2.75rem);
}

.nn-process-route-steps {
	display: grid;
	gap: clamp(1.4rem, 3vw, 3.4rem);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	position: relative;
	z-index: 3;
}

.nn-process-route-step {
	align-content: start;
	display: grid;
	gap: 0.6rem;
	margin: 0;
	padding-top: clamp(4.8rem, 7.6vw, 6.4rem);
	position: relative;
}

.nn-process-route-step::before {
	background: rgba(19, 38, 31, 0.2);
	border-radius: 50%;
	content: "";
	height: 1.05rem;
	left: 10%;
	position: absolute;
	top: clamp(3.7rem, 5.85vw, 4.95rem);
	transform: translateX(-50%);
	width: 2.25rem;
	z-index: 1;
}

.nn-process-pin {
	align-items: center;
	background: var(--wp--preset--color--trail-orange);
	border: 3px solid var(--wp--preset--color--warm-cream);
	border-radius: 999px 999px 999px 0;
	box-shadow:
		0 0.55rem 0 rgba(19, 38, 31, 0.16),
		0 0 0 0.28rem rgba(228, 87, 46, 0.18);
	color: var(--wp--preset--color--warm-cream);
	display: inline-flex;
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.78rem;
	font-weight: 900;
	height: 3.25rem;
	justify-content: center;
	left: 10%;
	letter-spacing: 0;
	line-height: 1;
	position: absolute;
	top: 0;
	transform: translateX(-50%) rotate(-45deg);
	width: 3.25rem;
	z-index: 2;
}

.nn-process-pin::before {
	content: none;
}

.nn-process-pin {
	color: transparent;
	font-size: 0;
	text-indent: -0.05em;
}

.nn-process-pin::after {
	color: var(--wp--preset--color--warm-cream);
	content: "";
	font-size: 0.78rem;
	font-weight: 900;
	transform: rotate(45deg);
}

.nn-process-step-01 .nn-process-pin::after { content: "01"; }
.nn-process-step-02 .nn-process-pin::after { content: "02"; }
.nn-process-step-03 .nn-process-pin::after { content: "03"; }
.nn-process-step-04 .nn-process-pin::after { content: "04"; }

.nn-process-icon-placeholder {
	aspect-ratio: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	block-size: clamp(4.8rem, 5.95vw, 6.4rem);
	height: clamp(4.8rem, 5.95vw, 6.4rem);
	inline-size: clamp(4.8rem, 5.95vw, 6.4rem);
	margin-bottom: 0.25rem;
	width: clamp(4.8rem, 5.95vw, 6.4rem);
	z-index: 3;
}

.nn-process-icon-placeholder svg {
	display: none;
	height: 100%;
	width: 100%;
}

.nn-process-icon-map-terrain {
	background-image: url("assets/images/icons/icon-process-map-terrain.png?v=1.0.64");
}

.nn-process-icon-build-plan {
	background-image: url("assets/images/icons/icon-process-build-plan.png?v=1.0.64");
}

.nn-process-icon-improve-presence {
	background-image: url("assets/images/icons/icon-process-improve-presence.png?v=1.0.64");
}

.nn-process-icon-keep-moving {
	background-image: url("assets/images/icons/icon-process-keep-moving.png?v=1.0.64");
}

.nn-process-icon-placeholder :where(path, circle, line, polyline, polygon) {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3.25;
}

.nn-process-route-step .wp-block-heading {
	font-size: clamp(1.05rem, 1.35vw, 1.24rem);
	line-height: 1.15;
	margin: 0;
	max-width: 15rem;
}

.nn-process-route-step p {
	color: rgba(19, 38, 31, 0.8);
	font-size: clamp(0.92rem, 1vw, 1rem);
	line-height: 1.52;
	margin: 0;
	max-width: 15.5rem;
}

.nn-field-card,
.nn-service-card,
.nn-card,
.is-style-rounded-card,
.nn-home-card,
.nn-framework-card,
.nn-work-card,
.nn-process-card,
.nn-service-link-card {
	padding: clamp(1.65rem, 3.1vw, 2.45rem);
}

.nn-home-problem-brief .nn-field-card,
.nn-home-service-routes .nn-service-card,
.nn-home-process-field .nn-field-card,
.nn-home-next-steps .nn-card,
.nn-home-next-steps .nn-field-card {
	min-height: 100%;
}

.nn-home-problem-brief .nn-field-card .wp-block-heading,
.nn-home-service-routes .nn-service-card .wp-block-heading,
.nn-home-process-field .nn-field-card .wp-block-heading,
.nn-home-next-steps :where(.nn-card, .nn-field-card) .wp-block-heading {
	font-size: clamp(1.28rem, 2vw, 1.65rem);
	line-height: 1.2;
	margin-bottom: 0.85rem;
}

.nn-home-problem-brief .nn-field-card p,
.nn-home-service-routes .nn-service-card p,
.nn-home-process-field .nn-field-card p,
.nn-home-next-steps :where(.nn-card, .nn-field-card) p {
	font-size: clamp(1.02rem, 1.35vw, 1.1rem);
	line-height: 1.66;
}

.nn-home-service-routes .nn-service-card .nn-trail-marker {
	font-size: 1rem;
	line-height: 1.3;
	margin-top: 1.15rem;
}

.nn-service-card .nn-trail-marker,
.nn-card .nn-trail-marker,
.nn-home-card .nn-trail-marker,
.nn-work-card .nn-trail-marker,
.nn-field-card .nn-trail-marker {
	align-items: center;
	border: 1px solid rgba(81, 107, 70, 0.34);
	border-radius: 999px;
	display: inline-flex;
	gap: 0.55rem;
	margin-bottom: 0;
	padding: 0.48rem 0.72rem 0.48rem 0.58rem;
	transition: background-color var(--wp--custom--transition), border-color var(--wp--custom--transition), box-shadow var(--wp--custom--transition), transform var(--wp--custom--transition);
}

.nn-service-card .nn-trail-marker::before,
.nn-card .nn-trail-marker::before,
.nn-home-card .nn-trail-marker::before,
.nn-work-card .nn-trail-marker::before,
.nn-field-card .nn-trail-marker::before {
	background: var(--wp--preset--color--trail-orange);
	border: 2px solid var(--wp--preset--color--warm-cream);
	border-radius: 999px;
	box-shadow: 0 0 0 2px rgba(228, 87, 46, 0.22);
	height: 0.72rem;
	width: 0.72rem;
}

.nn-service-card .nn-trail-marker a,
.nn-card .nn-trail-marker a,
.nn-home-card .nn-trail-marker a,
.nn-work-card .nn-trail-marker a,
.nn-field-card .nn-trail-marker a,
.nn-service-card .nn-trail-marker a:visited,
.nn-card .nn-trail-marker a:visited,
.nn-home-card .nn-trail-marker a:visited,
.nn-work-card .nn-trail-marker a:visited,
.nn-field-card .nn-trail-marker a:visited {
	color: var(--wp--preset--color--north-green);
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	text-underline-offset: 0.22em;
}

.nn-service-card .nn-trail-marker:hover,
.nn-card .nn-trail-marker:hover,
.nn-home-card .nn-trail-marker:hover,
.nn-work-card .nn-trail-marker:hover,
.nn-field-card .nn-trail-marker:hover,
.nn-service-card .nn-trail-marker:focus-within,
.nn-card .nn-trail-marker:focus-within,
.nn-home-card .nn-trail-marker:focus-within,
.nn-work-card .nn-trail-marker:focus-within,
.nn-field-card .nn-trail-marker:focus-within {
	background: rgba(231, 220, 195, 0.52);
	border-color: rgba(228, 87, 46, 0.58);
	box-shadow: 0 10px 22px rgba(19, 38, 31, 0.08);
	transform: translateY(-1px);
}

.nn-service-card .nn-trail-marker a:hover,
.nn-card .nn-trail-marker a:hover,
.nn-home-card .nn-trail-marker a:hover,
.nn-work-card .nn-trail-marker a:hover,
.nn-field-card .nn-trail-marker a:hover {
	color: var(--wp--preset--color--north-green);
	text-decoration: none;
}

.nn-field-card::before,
.nn-service-card::before,
.nn-card::before,
.is-style-rounded-card::before,
.nn-home-card::after,
.nn-work-card::after,
.nn-service-link-card::after {
	background: var(--wp--preset--color--trail-orange);
	box-shadow: 0 0 0 0.28rem rgba(228, 87, 46, 0.12);
}

.nn-home-next-steps {
	border-top: 1px solid rgba(81, 107, 70, 0.18);
}

.nn-proof-progress-section {
	background: #0B2D22;
	box-sizing: border-box;
	padding: 0;
}

.nn-proof-progress-panel {
	align-items: center;
	background: var(--wp--preset--color--warm-cream) url("assets/images/patterns/topo-pattern-light.png") left center / cover no-repeat;
	border: 1px solid rgba(81, 107, 70, 0.2);
	border-left: 0;
	border-radius: 0;
	border-right: 0;
	box-shadow: none;
	box-sizing: border-box;
	display: grid;
	gap: clamp(1.25rem, 2vw, 2.1rem);
	grid-template-columns: minmax(21rem, 1.12fr) minmax(15rem, 0.8fr) minmax(36rem, 2.3fr);
	margin-inline: 0;
	min-height: 14rem;
	padding-block: clamp(1.7rem, 3vw, 2.6rem);
	padding-inline: max(
		calc(var(--nn-rail-gutter) / 2),
		calc((100vw - var(--nn-rail-max)) / 2)
	);
	width: 100%;
}

.nn-proof-progress-intro {
	min-width: 0;
}

.nn-proof-progress-intro .nn-eyebrow {
	margin-bottom: 0.55rem;
}

.nn-proof-progress-intro .nn-eyebrow::before {
	background: #F05A28;
}

.nn-proof-progress-intro h2 {
	color: var(--wp--preset--color--north-green);
	font-family: var(--wp--preset--font-family--arvo);
	font-size: clamp(1.85rem, 2.25vw, 2.65rem);
	letter-spacing: 0;
	line-height: 1.06;
	margin: 0;
	max-width: 17ch;
}

.nn-proof-progress-collage {
	margin: 0;
	min-width: 0;
}

.nn-proof-progress-collage img {
	display: block;
	filter: drop-shadow(0 14px 22px rgba(19, 38, 31, 0.2));
	height: auto;
	inline-size: min(100%, 18rem);
	margin-inline: auto;
}

.nn-proof-progress-cards {
	display: grid;
	gap: clamp(0.85rem, 1.3vw, 1.2rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nn-proof-progress-card,
.nn-proof-progress-card:visited {
	background: var(--wp--preset--color--warm-cream);
	border: 1px solid rgba(81, 107, 70, 0.24);
	border-radius: 0.35rem;
	box-shadow: 0 10px 24px rgba(19, 38, 31, 0.13);
	box-sizing: border-box;
	color: var(--wp--preset--color--north-green);
	display: grid;
	gap: 0.65rem;
	min-height: 10.8rem;
	padding: clamp(1rem, 1.5vw, 1.35rem);
	text-decoration: none;
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.nn-proof-progress-card:hover,
.nn-proof-progress-card:focus-visible {
	border-color: rgba(240, 90, 40, 0.62);
	box-shadow: 0 18px 34px rgba(19, 38, 31, 0.18);
	outline: none;
	transform: translateY(-0.18rem);
}

.nn-proof-progress-icon {
	display: block;
	height: 3.9rem;
	object-fit: contain;
	object-position: left center;
	width: 3.9rem;
}

.nn-proof-progress-title {
	color: var(--wp--preset--color--north-green);
	font-family: var(--wp--preset--font-family--arvo);
	font-size: clamp(1rem, 1.08vw, 1.22rem);
	font-weight: 700;
	line-height: 1.15;
}

.nn-proof-progress-copy {
	color: rgba(19, 38, 31, 0.78);
	font-size: clamp(0.82rem, 0.8vw, 0.94rem);
	line-height: 1.45;
}

.nn-proof-progress-cta {
	align-items: center;
	align-self: end;
	color: var(--wp--preset--color--north-green);
	display: inline-flex;
	font-size: 0.83rem;
	font-weight: 800;
	gap: 0.42rem;
	letter-spacing: 0;
	margin-top: 0.45rem;
}

.nn-proof-progress-cta img {
	display: block;
	height: 0.9rem;
	transition: transform 180ms ease;
	width: 0.9rem;
}

.nn-proof-progress-card:hover .nn-proof-progress-cta img,
.nn-proof-progress-card:focus-visible .nn-proof-progress-cta img {
	transform: translateX(0.18rem);
}

@media (max-width: 1400px) {
	.wp-block-columns.nn-service-overview-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1200px) {
	.nn-proof-progress-panel {
		grid-template-columns: minmax(0, 0.8fr) minmax(12rem, 1fr);
	}

	.nn-proof-progress-cards {
		grid-column: 1 / -1;
	}

	.nn-header-inner {
		min-height: 6.1rem;
	}

	.nn-header-logo img {
		inline-size: 5.65rem;
	}

	.nn-header-wordmark img {
		block-size: 4.38rem;
		max-inline-size: 14.45rem;
	}

	.nn-primary-nav {
		font-size: 0.96rem;
	}

	.nn-header-actions {
		gap: 1.4rem;
	}

	.nn-header-actions .wp-block-button__link {
		min-width: 11.25rem;
	}

	.nn-hero {
		padding-bottom: 3.75rem;
		padding-top: 4.75rem;
	}

	.nn-hero-grid {
		gap: 4rem;
		grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.72fr);
	}

	.nn-hero-copy .wp-block-heading {
		font-size: 4.6rem;
	}

	.nn-home-hero .nn-hero-copy .wp-block-heading,
	.nn-home-hero .nn-hero-copy h1 {
		max-width: 15.4ch;
	}

	.nn-motif {
		block-size: 24rem;
		inline-size: min(100%, 34rem);
	}

	.nn-motif-letter {
		font-size: 14.5rem;
		right: 5.5rem;
	}

	.nn-motif-star {
		inline-size: 7.25rem;
		left: 6.8rem;
	}

	.wp-block-columns.nn-service-overview-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.nn-header-inner {
		max-width: var(--nn-site-rail) !important;
		width: var(--nn-site-rail-width) !important;
	}

	.nn-header-actions .wp-block-buttons {
		display: flex;
	}

	.nn-header-actions .wp-block-button__link {
		min-width: 9.75rem;
	}

	.nn-hero-copy .wp-block-heading {
		font-size: 4.15rem;
	}

	.nn-client-strip {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.nn-next-step-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wp-block-columns.nn-four-card-grid,
	.wp-block-columns.nn-process-grid,
	.wp-block-columns.nn-service-overview-grid,
	.wp-block-columns.nn-project-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.nn-proof-progress-panel {
		gap: 1.3rem;
		grid-template-columns: 1fr;
		padding-block: clamp(1.4rem, 5vw, 2rem);
	}

	.nn-proof-progress-intro h2 {
		max-width: 32rem;
	}

	.nn-proof-progress-collage img {
		inline-size: min(100%, 24rem);
		margin-inline: 0;
	}

	.nn-proof-progress-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nn-home-hero-panel .nn-hero-grid {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: clamp(2.75rem, 7vw, 4rem);
	}

	.nn-home-problem-brief > .wp-block-columns.nn-card-grid,
	.nn-home-service-routes > .wp-block-columns.nn-card-grid,
	.nn-home-process-field > .wp-block-columns.nn-card-grid,
	.nn-section.nn-bg-cream > .wp-block-columns.nn-card-grid,
	.nn-section.nn-bg-beige > .wp-block-columns.nn-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nn-home-hero .nn-hero-copy .wp-block-heading,
	.nn-home-hero .nn-hero-copy h1 {
		font-size: clamp(3.2rem, 8.4vw, 4.65rem);
		max-width: 14.8ch;
	}

	.nn-home-hero .nn-hero-route-visual {
		min-height: clamp(22rem, 58vw, 29rem);
	}

	.nn-home-hero .nn-hero-route-visual::before {
		right: -9%;
		width: min(38rem, 118%);
	}

	.nn-local-visibility-route {
		padding-inline: clamp(0.9rem, 2.5vw, 1.4rem);
	}

	.nn-process-route-band {
		min-height: 0;
		padding: clamp(1.6rem, 4vw, 2.3rem);
	}

	.nn-process-route-line,
	.nn-process-end-flag {
		display: none;
	}

	.nn-process-route-steps {
		gap: 0;
		grid-template-columns: 1fr;
	}

	.nn-process-route-steps::before {
		background: repeating-linear-gradient(
			to bottom,
			rgba(81, 107, 70, 0.46) 0 0.45rem,
			transparent 0.45rem 1rem
		);
		content: "";
		inset: 1.7rem auto 1.7rem 1.55rem;
		position: absolute;
		width: 0.22rem;
	}

		.nn-process-route-step {
			gap: 0.45rem 1rem;
			grid-template-columns: 3.4rem minmax(0, 1fr);
			padding: 0 0 clamp(1.6rem, 4vw, 2.2rem);
		}

		.nn-process-route-step::before {
			content: none;
		}

	.nn-process-route-step:last-child {
		padding-bottom: 0;
	}

	.nn-process-pin {
		grid-row: 1 / span 3;
		left: auto;
		position: relative;
		top: auto;
		transform: rotate(-45deg);
	}

	.nn-process-pin::before {
		content: none;
	}

	.nn-process-icon-placeholder {
		block-size: 4.85rem;
		height: 4.85rem;
		inline-size: 4.85rem;
		margin: 0 0 0.15rem;
		width: 4.85rem;
	}

	.nn-process-route-step .wp-block-heading,
	.nn-process-route-step p {
		max-width: 34rem;
	}

	.nn-route-marker {
		inline-size: 5.82rem;
	}

	.nn-route-step p {
		font-size: 0.9rem;
	}

	.nn-header-inner {
		min-height: 5.5rem;
	}

	.nn-header-actions {
		gap: var(--wp--preset--spacing--40);
	}

	.nn-hero-grid,
	.nn-services-hero-grid,
	.nn-service-detail-hero-grid,
	.nn-service-intro-grid,
	.nn-services-faq-grid,
	.nn-service-faq-grid,
	.nn-footer-grid {
		grid-template-columns: 1fr;
	}

	.nn-services-proof-card,
	.nn-service-proof-card {
		max-width: 42rem !important;
	}

	.nn-final-cta > .alignwide {
		grid-template-columns: 1fr;
	}

	.nn-final-cta::after {
		font-size: 14rem;
		right: -1rem;
	}

	.nn-client-strip,
	.nn-form-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.nn-hero {
		min-height: auto;
		padding-bottom: 3rem;
		padding-top: 4rem;
	}

	.nn-hero-copy .wp-block-heading {
		font-size: 3.9rem;
		max-width: 13ch;
	}

	.nn-motif {
		block-size: 22rem;
		margin-left: 0;
		max-width: 34rem;
	}
}

@media (max-width: 768px) {
	.nn-proof-progress-section {
		padding: 0;
	}

	.nn-proof-progress-cards {
		grid-template-columns: 1fr;
	}

	.nn-proof-progress-card {
		min-height: 0;
	}

	.nn-home-hero.nn-section,
	.nn-editable-page-content > .nn-home-hero:first-child {
		padding-bottom: clamp(1rem, 5vw, 1.5rem);
		padding-top: clamp(1rem, 5vw, 1.5rem);
	}

	.nn-home-hero-panel {
		max-width: var(--nn-home-content-max) !important;
		width: var(--nn-home-content-width) !important;
	}

	.nn-home-problem-brief > .wp-block-columns.nn-card-grid,
	.nn-home-service-routes > .wp-block-columns.nn-card-grid,
	.nn-home-process-field > .wp-block-columns.nn-card-grid,
	.nn-section.nn-bg-cream > .wp-block-columns.nn-card-grid,
	.nn-section.nn-bg-beige > .wp-block-columns.nn-card-grid {
		grid-template-columns: 1fr;
	}

	.nn-site-header {
		background: var(--wp--preset--color--north-green);
		border-bottom: 1px solid rgba(164, 180, 154, 0.2);
		border-radius: 0 !important;
		box-shadow: none;
		pointer-events: auto;
		position: sticky;
		top: 0;
	}

	.nn-header-inner {
		align-items: center;
		border-radius: 0 !important;
		box-shadow: none;
		min-height: 5.3rem;
	}

	.nn-header-logo img {
		inline-size: 4.35rem;
	}

	.nn-primary-nav {
		font-size: 0.95rem;
	}

	.nn-primary-nav .wp-block-navigation__responsive-container-open {
		display: flex;
	}

	.nn-primary-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none;
	}

	.nn-primary-nav .wp-block-navigation__responsive-container.is-menu-open {
		background: var(--wp--preset--color--north-green);
		border-radius: 0 !important;
		box-shadow: none;
		color: var(--wp--preset--color--warm-cream);
		padding: var(--wp--preset--spacing--50);
	}

	.nn-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
	.nn-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		align-items: flex-start;
		gap: var(--wp--preset--spacing--40);
	}

	.nn-section,
	.nn-page-hero,
	.nn-archive-hero,
	.nn-single-hero {
		padding-bottom: 3.5rem;
		padding-top: 3.5rem;
	}

	.nn-hero-copy .wp-block-heading {
		font-size: 3.45rem;
		max-width: 12ch;
	}

	.nn-hero-copy p {
		font-size: 1.25rem;
	}

	.nn-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 782px) {
	.admin-bar .nn-site-header {
		top: 46px;
	}
}

@media (max-width: 640px) {
	:root {
		--nn-rail-gutter: 2rem;
	}

	.nn-header-logo img {
		inline-size: 3.55rem;
	}

	.nn-header-brand {
		gap: 0.28rem;
	}

	.nn-header-wordmark img {
		block-size: 2.34rem;
		max-inline-size: 5.53rem;
	}

	.nn-header-actions {
		gap: 0.75rem;
	}

	.nn-header-actions .wp-block-buttons {
		margin-left: 0;
	}

	.nn-header-actions .wp-block-button__link {
		min-height: 2.85rem;
		min-width: 8.85rem;
		padding-inline: 1rem;
	}

	.nn-primary-nav {
		inline-size: auto;
	}

	.nn-primary-nav .wp-block-navigation__container {
		justify-content: center;
		row-gap: 0.75rem;
	}

	.nn-logo-grid {
		grid-template-columns: 1fr;
	}

	.nn-client-strip,
	.wp-block-columns.nn-four-card-grid,
	.wp-block-columns.nn-process-grid,
	.wp-block-columns.nn-service-overview-grid,
	.wp-block-columns.nn-project-grid,
	.nn-next-step-grid,
	.nn-services-next-steps .nn-next-step-grid,
	.nn-fit-grid,
	.nn-form-grid {
		grid-template-columns: 1fr;
	}

	.nn-home-services,
	.nn-home-work,
	.nn-home-process,
	.nn-home-next-steps {
		padding-bottom: 3.25rem;
		padding-top: 3.25rem;
	}

	.nn-final-cta::after {
		display: none;
	}

	.nn-hero-copy .wp-block-heading {
		font-size: 3.2rem;
		max-width: 12ch;
	}

	.nn-motif {
		block-size: 18rem;
		inline-size: 100%;
		max-width: 24rem;
		overflow: hidden;
	}

	.nn-motif-letter {
		font-size: 11rem;
		right: 3.4rem;
		top: 32%;
	}

	.nn-motif-star {
		inline-size: 5.5rem;
		left: 4.6rem;
	}

	.nn-dot {
		inline-size: 0.75rem;
	}

	.nn-booking-placeholder {
		min-height: 18rem;
	}
}

@media (max-width: 480px) {
	:root {
		--nn-rail-gutter: 1.5rem;
	}

	.nn-home-hero-panel .nn-hero-grid {
		padding: 1.75rem;
	}

	.nn-home-hero .nn-hero-copy .wp-block-heading,
	.nn-home-hero .nn-hero-copy h1 {
		font-size: clamp(2.75rem, 13vw, 3.35rem);
		max-width: 12.7ch;
	}

	.nn-local-visibility-route {
		border-radius: 0.65rem;
		margin: 1rem auto 0 !important;
		padding: 1.25rem 1.15rem;
	}

	.nn-local-visibility-route-line {
		display: none;
	}

	.nn-route-waypoints {
		gap: 0;
		grid-template-columns: 1fr;
	}

	.nn-route-waypoints::before {
		background: repeating-linear-gradient(180deg, rgba(81, 107, 70, 0.54) 0 0.55rem, transparent 0.55rem 1.08rem);
		content: "";
		inline-size: 0.18rem;
		inset: 2.1rem auto 2.4rem 2.05rem;
		position: absolute;
	}

	.nn-route-step {
		align-items: flex-start;
		display: grid;
		gap: 0.16rem 1rem;
		grid-template-columns: auto minmax(0, 1fr);
		padding: 0.72rem 0;
		text-align: left;
	}

	.nn-route-step .nn-route-marker {
		grid-row: span 2;
		inline-size: 5.52rem;
		margin: 0;
	}

	.nn-route-step .wp-block-heading {
		align-self: end;
		font-size: 0.88rem;
	}

	.nn-route-step p {
		font-size: 1rem;
		max-width: none;
	}

	.nn-header-inner {
		min-height: 4.6rem;
	}

	.nn-header-logo img {
		inline-size: 3.7rem;
	}

	.nn-header-wordmark img {
		block-size: 2.17rem;
		max-inline-size: 5.1rem;
	}

	.nn-hero {
		padding-bottom: 2.75rem;
		padding-top: 3rem;
	}

	.nn-hero-copy .wp-block-heading {
		font-size: 2.85rem;
		max-width: 11.5ch;
	}

	.nn-hero-copy p {
		font-size: 1.12rem;
	}

	.nn-hero-actions .wp-block-button,
	.nn-hero-actions .wp-block-button__link,
	.nn-page-actions .wp-block-button,
	.nn-page-actions .wp-block-button__link {
		inline-size: 100%;
	}

	.wp-block-buttons .wp-block-button {
		width: 100%;
	}

	.wp-block-button .wp-block-button__link {
		min-width: 0;
		width: 100%;
	}

	.nn-header-actions .wp-block-buttons,
	.nn-header-actions .wp-block-buttons .wp-block-button {
		width: auto;
	}

	.nn-header-actions .wp-block-button .wp-block-button__link {
		width: auto;
	}

	.nn-card,
	.is-style-rounded-card,
	.nn-contact-form,
	.nn-policy-content {
		padding: 1.25rem;
	}

	.nn-home-card,
	.nn-framework-card,
	.nn-work-card,
	.nn-process-card,
	.nn-next-step-grid a {
		min-height: 0;
	}

	.nn-faq-item {
		padding: var(--wp--preset--spacing--40);
	}

	.nn-shot-placeholder {
		aspect-ratio: 4 / 3;
	}

	.nn-footer {
		padding-bottom: 2.5rem;
		padding-top: 3rem;
	}
}

@media (max-width: 700px) {
	.nn-site-footer {
		padding-bottom: 2.75rem;
		padding-top: 3rem;
	}

	.nn-site-footer .nn-footer-shell {
		max-width: none !important;
		width: min(calc(100% - 2rem), var(--nn-site-rail)) !important;
	}

	.nn-site-footer .nn-footer-grid {
		display: grid !important;
		gap: 2.15rem;
		grid-template-columns: minmax(0, 1fr) !important;
		max-width: 100% !important;
		padding-top: 1.75rem;
		width: 100% !important;
	}

	.nn-site-footer .nn-footer-brand,
	.nn-site-footer .nn-footer-menu {
		max-width: none;
		min-width: 0;
		width: 100%;
	}

	.nn-site-footer .nn-footer-logo-lockup {
		gap: 0.35rem;
		margin-bottom: 1.2rem;
	}

	.nn-site-footer .nn-footer-logo img {
		inline-size: 3.6rem;
		width: 3.6rem !important;
	}

	.nn-site-footer .nn-footer-wordmark-image img {
		block-size: 3.15rem;
		max-inline-size: min(9rem, 48vw);
	}

	.nn-site-footer .nn-logo-wordmark a {
		font-size: clamp(1.45rem, 6vw, 1.7rem);
		white-space: nowrap;
	}

	.nn-site-footer .nn-footer-statement {
		font-size: clamp(1.15rem, 5vw, 1.35rem);
		line-height: 1.35;
		max-width: 22rem;
	}

	.nn-site-footer .nn-footer-cta,
	.nn-site-footer .nn-footer-cta .wp-block-button {
		width: auto;
	}

	.nn-site-footer .nn-footer-cta .wp-block-button__link {
		display: inline-flex;
		justify-content: center;
		min-width: 10.5rem;
		white-space: nowrap;
		width: auto;
	}

	.nn-site-footer .nn-footer-menu-title {
		margin-bottom: 0.85rem;
	}

	.nn-site-footer .nn-footer-link-list {
		gap: 0.72rem;
	}

	.nn-site-footer .nn-footer-link-list a {
		line-height: 1.35;
		overflow-wrap: anywhere;
	}

	.nn-site-footer .nn-footer-bottom {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		gap: 1.25rem;
		max-width: 100% !important;
		padding-top: 1.35rem;
		width: 100% !important;
	}

	.nn-site-footer .nn-footer-legal-list {
		gap: 0.75rem 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.wp-block-button .wp-block-button__link:hover,
	.wp-block-button .wp-block-button__link:focus-visible,
	.nn-contact-form button:hover,
	.nn-contact-form button:focus-visible,
	.nn-next-step-grid a:hover,
	.nn-next-step-grid a:focus-visible {
		transform: none;
	}
}

@media (max-width: 375px) {
	.nn-header-logo img {
		inline-size: 3.45rem;
	}

	.nn-hero-copy .wp-block-heading {
		font-size: 2.55rem;
	}

	.nn-motif {
		block-size: 15.5rem;
		max-width: 20rem;
	}

	.nn-motif-letter {
		font-size: 9.5rem;
		right: 2.75rem;
	}

	.nn-motif-star {
		inline-size: 4.75rem;
		left: 3.7rem;
	}
}

@media (max-width: 768px) {
	.nn-hero,
	.nn-bg-topographic-dark.nn-section {
		padding-bottom: clamp(3.5rem, 9vw, 5rem);
		padding-top: clamp(3.5rem, 9vw, 5rem);
	}

	.nn-editable-page-content > .nn-bg-topographic-dark:first-child,
	.nn-editable-page-content > .nn-hero:first-child {
		padding-top: clamp(4rem, 10vw, 5.5rem);
	}

	.nn-hero::after {
		opacity: 0.2;
		right: -6rem;
		width: 34rem;
	}

	.nn-bg-topographic-dark .nn-hero-grid {
		min-height: 0;
	}

	.nn-hero-map-panel,
	.nn-motif {
		min-height: 20rem;
	}

	.nn-hero-map-panel ul {
		margin-top: 7rem;
	}
}

/* Homepage final CTA: allow the headline to use its intended two-line wrap. */
body.home .wp-site-blocks .nn-home-final-cta.nn-home-final-cta .nn-cta-panel.nn-cta-panel .wp-block-heading.wp-block-heading,
body.home .wp-site-blocks .nn-home-final-cta.nn-home-final-cta .nn-cta-panel.nn-cta-panel h2.wp-block-heading {
	max-width: 100% !important;
	overflow-wrap: normal !important;
	text-wrap: balance !important;
	white-space: normal !important;
}
