/*
Theme Name: NoTox Web
Theme URI: https://notoxweb.com/
Author: NoTox Web
Author URI: https://notoxweb.com/
Description: A premium, accessible, performance-focused custom WordPress theme for NoTox Web.
Version: 4.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: notox-web
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks
*/

/* ==========================================================================
   Design system
   ========================================================================== */

:root {
	--notox-navy: #031a3a;
	--notox-navy-dark: #021227;
	--notox-green: #74c628;
	--notox-green-dark: #4f9716;
	--notox-lime: #a8e637;
	--notox-orange: #ff6b22;
	--notox-yellow: #ffd63d;
	--notox-white: #ffffff;
	--notox-off-white: #f7faf4;
	--notox-light: #f1f6ee;
	--notox-text: #172033;
	--notox-muted: #626b79;
	--notox-border: #dce5d8;
	--notox-shadow-sm: 0 14px 38px rgba(3, 26, 58, 0.08);
	--notox-shadow-md: 0 28px 70px rgba(2, 18, 39, 0.16);
	--notox-radius-sm: 10px;
	--notox-radius-md: 20px;
	--notox-radius-lg: 32px;
	--notox-container: 1320px;
	--notox-content: 820px;
	--notox-transition: 180ms ease;
	--notox-header-height: 100px;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--notox-header-height) + 24px);
}

body {
	margin: 0;
	overflow-x: hidden;
	background: var(--notox-white);
	color: var(--notox-text);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.nav-open {
	overflow: hidden;
}

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

img {
	height: auto;
}

figure {
	margin: 0;
}

button,
input,
select,
textarea {
	font: inherit;
}

button {
	cursor: pointer;
}

p {
	margin: 0 0 1.2em;
}

p:last-child {
	margin-bottom: 0;
}

ul,
ol {
	padding-left: 1.25rem;
}

a {
	color: var(--notox-navy);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.2em;
	transition:
		color var(--notox-transition),
		background-color var(--notox-transition),
		border-color var(--notox-transition),
		transform var(--notox-transition);
}

a:hover {
	color: var(--notox-navy-dark);
}

:focus-visible {
	outline: 3px solid var(--notox-navy);
	outline-offset: 4px;
}

.premium-hero :focus-visible,
.section-dark :focus-visible,
.studio-manifesto :focus-visible,
.audience-dark :focus-visible,
.faq-premium :focus-visible,
.page-hero :focus-visible,
.site-footer :focus-visible,
.contact-details :focus-visible {
	outline-color: var(--notox-yellow);
}

::selection {
	background: var(--notox-yellow);
	color: var(--notox-navy-dark);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.55em;
	color: var(--notox-navy);
	font-family: "Manrope", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -0.04em;
}

h1 {
	font-size: clamp(2.125rem, 7vw, 3.5rem);
	line-height: 1.08;
}

h2 {
	font-size: clamp(1.875rem, 5.2vw, 2.75rem);
	line-height: 1.14;
}

h3 {
	font-size: clamp(1.45rem, 3.4vw, 2rem);
	line-height: 1.22;
}

h4 {
	font-size: clamp(1.25rem, 2.8vw, 1.55rem);
	line-height: 1.3;
}

h5 {
	font-size: clamp(1.1rem, 2.2vw, 1.3rem);
	line-height: 1.35;
}

h6 {
	font-size: 1rem;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
	overflow-wrap: break-word;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th,
td {
	padding: 0.8rem;
	border: 1px solid var(--notox-border);
	text-align: left;
}

blockquote {
	margin: 2rem 0;
	padding: 1.2rem 1.4rem;
	border-left: 5px solid var(--notox-green);
	background: var(--notox-light);
	color: var(--notox-navy);
	font-size: 1.1rem;
}

code,
pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

pre {
	padding: 1rem;
	overflow-x: auto;
	border-radius: var(--notox-radius-sm);
	background: var(--notox-navy-dark);
	color: var(--notox-white);
}

/* ==========================================================================
   WordPress and shared utilities
   ========================================================================== */

.container {
	width: min(calc(100% - 32px), var(--notox-container));
	margin-inline: auto;
}

.container-narrow {
	max-width: var(--notox-content);
}

.container-wide-content {
	max-width: 1020px;
}

.section {
	position: relative;
	padding-block: 82px;
}

.section-white {
	background: var(--notox-white);
}

.section-light,
.section-alt {
	background: var(--notox-light);
}

.section-dark {
	background: var(--notox-navy);
	color: rgba(255, 255, 255, 0.78);
}

.section-dark h2,
.section-dark h3,
.section-dark h4 {
	color: var(--notox-white);
}

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

.screen-reader-text:focus,
.skip-link:focus {
	z-index: 100000;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	clip: auto;
	border-radius: 8px;
	background: var(--notox-yellow);
	color: var(--notox-navy-dark);
	font-weight: 700;
	white-space: normal;
}

.alignwide {
	width: min(1100px, 100%);
	max-width: none;
	margin-inline: auto;
}

.alignfull {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
}

.wp-caption,
.wp-block-image {
	max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
	margin-top: 0.5rem;
	color: var(--notox-muted);
	font-size: 0.8125rem;
}

.sticky {
	position: relative;
}

.bypostauthor {
	display: block;
}

.icon {
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
}

.eyebrow,
.section-number {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 1.2rem;
	color: var(--notox-navy);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.eyebrow::before {
	width: 28px;
	height: 3px;
	border-radius: 99px;
	background: var(--notox-green);
	content: "";
}

.eyebrow-light,
.section-number-light {
	color: var(--notox-lime);
}

.premium-section-heading,
.section-heading {
	display: grid;
	gap: 1.5rem;
	margin-bottom: 3rem;
}

.premium-section-heading > div,
.section-heading > div {
	max-width: 780px;
}

.premium-section-heading > p,
.section-heading > p {
	max-width: 570px;
	color: var(--notox-muted);
	font-size: 1.02rem;
}

.section-heading-light > p {
	color: rgba(255, 255, 255, 0.68);
}

.compact-heading {
	margin-bottom: 2.2rem;
}

.split-layout {
	display: grid;
	gap: 2.5rem;
}

.split-layout-top {
	align-items: start;
}

.split-copy,
.rich-copy {
	max-width: 700px;
}

.rich-copy {
	color: var(--notox-muted);
	font-size: 1.03rem;
}

/* ==========================================================================
   Buttons and links
   ========================================================================== */

.button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	padding: 0.78rem 1.25rem;
	border: 2px solid transparent;
	border-radius: var(--notox-radius-sm);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

.button-large {
	min-height: 58px;
	padding-inline: 1.5rem;
}

.button .icon {
	width: 19px;
	height: 19px;
	transition: transform var(--notox-transition);
}

.button:hover .icon {
	transform: translateX(3px);
}

.button-primary,
.button-accent {
	border-color: var(--notox-green);
	background: var(--notox-green);
	color: var(--notox-navy-dark);
}

.button-primary:hover,
.button-accent:hover {
	border-color: var(--notox-lime);
	background: var(--notox-lime);
	color: var(--notox-navy-dark);
	transform: translateY(-2px);
}

.button-secondary {
	border-color: var(--notox-navy);
	background: transparent;
	color: var(--notox-navy);
}

.button-secondary:hover {
	background: var(--notox-navy);
	color: var(--notox-white);
	transform: translateY(-2px);
}

.button-ghost-light {
	border-color: rgba(255, 255, 255, 0.6);
	background: transparent;
	color: var(--notox-white);
}

.button-ghost-light:hover {
	border-color: var(--notox-white);
	background: var(--notox-white);
	color: var(--notox-navy-dark);
	transform: translateY(-2px);
}

.button-block {
	width: 100%;
}

.button-group {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--notox-navy);
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
}

.text-link .icon {
	width: 18px;
	height: 18px;
	transition: transform var(--notox-transition);
}

.text-link:hover {
	text-decoration: underline;
	text-decoration-color: var(--notox-green);
}

.text-link:hover .icon {
	transform: translateX(4px);
}

.text-link-light {
	color: var(--notox-white);
}

.round-link {
	display: grid;
	width: 46px;
	height: 46px;
	flex: 0 0 auto;
	place-items: center;
	border: 1px solid rgba(3, 26, 58, 0.28);
	border-radius: 50%;
	color: var(--notox-navy);
	text-decoration: none;
}

.round-link .icon {
	width: 18px;
	height: 18px;
}

.round-link:hover {
	border-color: var(--notox-navy);
	background: var(--notox-navy);
	color: var(--notox-white);
	transform: rotate(-8deg);
}

/* ==========================================================================
   Header and navigation
   ========================================================================== */

.site-header {
	position: sticky;
	z-index: 1000;
	top: 0;
	background: var(--notox-white);
	box-shadow: 0 1px 0 rgba(3, 26, 58, 0.1);
}

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

.header-utility {
	min-height: 30px;
	background: var(--notox-navy-dark);
	color: rgba(255, 255, 255, 0.72);
}

.utility-inner {
	display: flex;
	min-height: 30px;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.utility-inner p {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.utility-inner p span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--notox-green);
	box-shadow: 0 0 0 4px rgba(116, 198, 40, 0.14);
}

.utility-links {
	display: none;
	align-items: center;
	gap: 1.25rem;
}

.utility-links a {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.7rem;
	font-weight: 600;
	text-decoration: none;
}

.utility-links a:hover {
	color: var(--notox-lime);
}

.header-main {
	position: relative;
	background: var(--notox-white);
}

.header-inner {
	display: flex;
	min-height: 70px;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.brand-logo {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
}

.brand-logo img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.header-logo {
	width: 126px;
}

.menu-toggle {
	display: inline-flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(3, 26, 58, 0.2);
	border-radius: 50%;
	background: var(--notox-white);
	color: var(--notox-navy);
}

.menu-toggle-label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.menu-toggle-lines {
	display: grid;
	width: 20px;
	gap: 5px;
}

.menu-toggle-lines span {
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 99px;
	background: currentColor;
	transition:
		transform var(--notox-transition),
		opacity var(--notox-transition);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines span:first-child {
	transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines span:nth-child(2) {
	opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines span:last-child {
	transform: translateY(-7px) rotate(-45deg);
}

.navigation-shell {
	position: fixed;
	z-index: 990;
	top: var(--notox-header-height);
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	gap: 1.2rem;
	padding: 1rem 16px 2rem;
	overflow-y: auto;
	opacity: 0;
	background: var(--notox-white);
	transition:
		opacity var(--notox-transition),
		visibility var(--notox-transition);
}

.admin-bar .navigation-shell {
	top: calc(var(--notox-header-height) + 46px);
}

.nav-open .navigation-shell {
	visibility: visible;
	opacity: 1;
}

.primary-navigation {
	width: 100%;
}

.primary-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-menu > li {
	border-bottom: 1px solid var(--notox-border);
}

.primary-menu a {
	display: flex;
	min-height: 52px;
	align-items: center;
	color: var(--notox-navy);
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
}

.primary-menu > li > a:hover,
.primary-menu > li > .menu-link-row > a:hover {
	color: var(--notox-navy-dark);
}

.header-cta {
	width: 100%;
}

/* ==========================================================================
   Premium homepage hero
   ========================================================================== */

.premium-hero {
	position: relative;
	overflow: hidden;
	background: var(--notox-navy-dark);
	color: rgba(255, 255, 255, 0.74);
}

.premium-hero::before,
.premium-hero::after {
	position: absolute;
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.premium-hero::before {
	top: -280px;
	right: -300px;
	width: 680px;
	height: 680px;
	border: 110px solid rgba(116, 198, 40, 0.08);
}

.premium-hero::after {
	bottom: -260px;
	left: -250px;
	width: 520px;
	height: 520px;
	border: 80px solid rgba(255, 107, 34, 0.05);
}

.premium-hero-inner {
	position: relative;
	z-index: 1;
	padding-block: 48px 28px;
}

.hero-status {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.6rem 1.2rem;
	padding-bottom: 1.3rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-status p {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.hero-status p span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--notox-green);
}

.premium-hero-grid {
	display: grid;
	gap: 2.8rem;
	padding-block: 52px;
}

.hero-overline {
	margin-bottom: 1.2rem;
	color: var(--notox-lime);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.premium-hero h1 {
	max-width: 780px;
	color: var(--notox-white);
}

.premium-hero-copy .hero-intro {
	max-width: 680px;
	margin: 1.4rem 0 1.8rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: 1rem;
	line-height: 1.75;
}

.hero-assurance {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	margin-top: 1.2rem;
	color: rgba(255, 255, 255, 0.64);
	font-size: 0.78rem;
}

.hero-assurance .icon {
	width: 17px;
	height: 17px;
	margin-top: 0.15rem;
	color: var(--notox-lime);
}

.growth-console {
	position: relative;
	padding: 1.1rem;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.05);
	box-shadow: var(--notox-shadow-md);
	backdrop-filter: blur(8px);
}

.console-topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.8rem;
	padding-bottom: 0.9rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.67rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.console-topline i {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: var(--notox-lime);
	font-style: normal;
}

.console-topline i::before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--notox-green);
	content: "";
}

.console-orbit {
	position: relative;
	display: grid;
	min-height: 350px;
	place-items: center;
	overflow: hidden;
}

.orbit-ring {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 50%;
}

.orbit-ring-one {
	width: 210px;
	height: 210px;
}

.orbit-ring-two {
	width: 315px;
	height: 315px;
	border-style: dashed;
}

.orbit-core {
	position: relative;
	z-index: 2;
	display: grid;
	width: 132px;
	height: 132px;
	place-items: center;
	padding: 1rem;
	border-radius: 50%;
	background: var(--notox-green);
	color: var(--notox-navy-dark);
	text-align: center;
	box-shadow: 0 0 0 14px rgba(116, 198, 40, 0.08);
}

.orbit-core .icon {
	width: 24px;
	height: 24px;
}

.orbit-core strong {
	font-size: 1rem;
	line-height: 1;
}

.orbit-core small {
	font-size: 0.65rem;
	font-weight: 600;
}

.orbit-node {
	position: absolute;
	z-index: 3;
	display: grid;
	min-width: 76px;
	min-height: 38px;
	place-items: center;
	padding: 0.4rem 0.7rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 99px;
	background: var(--notox-navy);
	color: var(--notox-white);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.orbit-search {
	top: 36px;
	left: 50%;
	transform: translateX(-50%);
}

.orbit-paid {
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
}

.orbit-content {
	bottom: 36px;
	left: 50%;
	transform: translateX(-50%);
}

.orbit-web {
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
}

.console-foot {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.console-foot div {
	min-width: 0;
	padding: 0.8rem 0.5rem 0;
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.console-foot div:last-child {
	border-right: 0;
}

.console-foot span {
	color: var(--notox-lime);
	font-size: 0.62rem;
	font-weight: 700;
}

.console-foot p {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.65rem;
	font-weight: 600;
}

.hero-capability-line {
	display: grid;
	margin: 0;
	padding: 1.2rem 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	list-style: none;
}

.hero-capability-line li {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.65rem 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.77rem;
	font-weight: 700;
}

.hero-capability-line span {
	color: var(--notox-lime);
	font-size: 0.62rem;
}

/* ==========================================================================
   Homepage sections
   ========================================================================== */

.trust-editorial {
	padding-block: 58px;
	background: var(--notox-white);
}

.trust-editorial-grid {
	display: grid;
	gap: 2rem;
}

.trust-editorial h2 {
	max-width: 740px;
}

.trust-editorial-grid > div > p {
	max-width: 720px;
	color: var(--notox-muted);
	font-size: 1rem;
}

.trust-editorial ul {
	display: grid;
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.trust-editorial li {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 0.85rem;
	align-items: center;
}

.trust-editorial li > .icon {
	width: 32px;
	height: 32px;
	padding: 0.45rem;
	border-radius: 50%;
	background: var(--notox-light);
	color: var(--notox-navy);
}

.trust-editorial li span {
	display: grid;
	color: var(--notox-muted);
	font-size: 0.8rem;
}

.trust-editorial li strong {
	color: var(--notox-navy);
	font-size: 0.9rem;
}

.services-premium {
	background: var(--notox-light);
}

.service-index {
	border-top: 1px solid rgba(3, 26, 58, 0.22);
}

.service-index article {
	position: relative;
	display: grid;
	gap: 1rem;
	padding-block: 1.55rem;
	border-bottom: 1px solid rgba(3, 26, 58, 0.22);
}

.service-index-meta {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

.service-index-meta span {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	background: var(--notox-navy);
	color: var(--notox-white);
	font-size: 0.65rem;
	font-weight: 700;
}

.service-index-meta small {
	color: var(--notox-muted);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.service-index h3 {
	margin: 0;
	font-size: clamp(1.45rem, 5vw, 2.25rem);
}

.service-index h3 a {
	text-decoration: none;
}

.service-index article > p {
	color: var(--notox-muted);
	font-size: 0.9rem;
}

.studio-manifesto {
	overflow: hidden;
	background: var(--notox-navy);
	color: rgba(255, 255, 255, 0.7);
}

.studio-manifesto::after {
	position: absolute;
	right: -220px;
	bottom: -280px;
	width: 560px;
	height: 560px;
	border: 90px solid rgba(116, 198, 40, 0.08);
	border-radius: 50%;
	content: "";
}

.manifesto-grid {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 3rem;
}

.manifesto-lead {
	max-width: 700px;
}

.manifesto-lead h2 {
	color: var(--notox-white);
}

.manifesto-lead > p:not(.section-number) {
	margin-bottom: 1.7rem;
	font-size: 1.05rem;
}

.manifesto-list {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.manifesto-list article {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 1rem;
	padding-block: 1.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.manifesto-list article > span {
	color: var(--notox-lime);
	font-size: 0.7rem;
	font-weight: 700;
}

.manifesto-list h3 {
	margin-bottom: 0.35rem;
	color: var(--notox-white);
	font-size: 1.25rem;
}

.manifesto-list p {
	color: rgba(255, 255, 255, 0.64);
	font-size: 0.88rem;
}

.outcome-studio {
	background: var(--notox-white);
}

.outcome-bento {
	display: grid;
	gap: 1rem;
}

.outcome-bento article {
	display: flex;
	min-height: 260px;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.4rem;
	border: 1px solid var(--notox-border);
	border-radius: var(--notox-radius-md);
	background: var(--notox-off-white);
}

.outcome-bento .outcome-feature {
	background: var(--notox-navy);
}

.outcome-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.outcome-top span {
	color: var(--notox-muted);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.outcome-top .icon {
	width: 30px;
	height: 30px;
	color: var(--notox-navy);
}

.outcome-feature .outcome-top span {
	color: rgba(255, 255, 255, 0.54);
}

.outcome-feature .outcome-top .icon {
	color: var(--notox-lime);
}

.outcome-bento article div:last-child > p {
	margin-bottom: 0.55rem;
	color: var(--notox-muted);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.outcome-bento h3 {
	margin: 0;
	font-size: clamp(1.4rem, 4.5vw, 2.2rem);
}

.outcome-feature h3 {
	color: var(--notox-white);
}

.outcome-feature div:last-child > p {
	color: var(--notox-lime) !important;
}

.premium-process {
	background: var(--notox-light);
}

.process-layout {
	display: grid;
	gap: 2.5rem;
}

.process-sticky {
	max-width: 680px;
}

.process-sticky > p:last-child {
	color: var(--notox-muted);
}

.process-editorial {
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(3, 26, 58, 0.24);
	list-style: none;
}

.process-editorial li {
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 1rem;
	padding-block: 1.55rem;
	border-bottom: 1px solid rgba(3, 26, 58, 0.24);
}

.process-editorial li > span {
	color: var(--notox-muted);
	font-size: 0.68rem;
	font-weight: 700;
}

.process-editorial h3 {
	margin-bottom: 0.45rem;
	font-size: 1.28rem;
}

.process-editorial p {
	color: var(--notox-muted);
	font-size: 0.9rem;
}

.audience-dark {
	overflow: hidden;
	background: var(--notox-navy-dark);
	color: rgba(255, 255, 255, 0.7);
}

.audience-dark::before {
	position: absolute;
	top: -200px;
	left: -260px;
	width: 540px;
	height: 540px;
	border: 80px solid rgba(255, 214, 61, 0.05);
	border-radius: 50%;
	content: "";
}

.audience-grid {
	position: relative;
	display: grid;
	gap: 2.5rem;
}

.audience-grid h2 {
	color: var(--notox-white);
}

.audience-grid > div:last-child > p {
	max-width: 650px;
}

.audience-list {
	display: grid;
	margin: 2rem 0 0;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	list-style: none;
}

.audience-list li {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 0.7rem;
	padding: 0.9rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	color: var(--notox-white);
	font-size: 0.86rem;
	font-weight: 600;
}

.audience-list span {
	color: var(--notox-lime);
	font-size: 0.62rem;
}

.engagement-modes {
	background: var(--notox-white);
}

.engagement-grid {
	display: grid;
	gap: 1rem;
}

.engagement-grid article {
	padding: 1.5rem;
	border: 1px solid var(--notox-border);
	border-radius: var(--notox-radius-md);
	background: var(--notox-white);
	box-shadow: var(--notox-shadow-sm);
}

.engagement-grid article > span {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	margin-bottom: 2.5rem;
	border-radius: 50%;
	background: var(--notox-green);
	color: var(--notox-navy-dark);
	font-size: 0.68rem;
	font-weight: 700;
}

.engagement-grid h3 {
	font-size: 1.35rem;
}

.engagement-grid p {
	color: var(--notox-muted);
	font-size: 0.9rem;
}

.insights-premium {
	background: var(--notox-off-white);
}

.faq-premium {
	background: var(--notox-navy);
	color: rgba(255, 255, 255, 0.7);
}

.faq-premium-grid {
	display: grid;
	gap: 2.5rem;
}

.faq-premium h2 {
	color: var(--notox-white);
}

.faq-premium-grid > div:first-child > p:last-child {
	max-width: 620px;
}

.faq-list details {
	border-bottom: 1px solid var(--notox-border);
}

.faq-list summary {
	position: relative;
	padding: 1.25rem 48px 1.25rem 0;
	color: var(--notox-navy);
	font-size: 1rem;
	font-weight: 700;
	list-style: none;
	cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
	display: none;
}

.faq-list summary span {
	position: absolute;
	top: 50%;
	right: 0;
	width: 28px;
	height: 28px;
	transform: translateY(-50%);
	border: 1px solid currentColor;
	border-radius: 50%;
}

.faq-list summary span::before,
.faq-list summary span::after {
	position: absolute;
	top: 13px;
	left: 7px;
	width: 12px;
	height: 1px;
	background: currentColor;
	content: "";
	transition: transform var(--notox-transition);
}

.faq-list summary span::after {
	transform: rotate(90deg);
}

.faq-list details[open] summary span::after {
	transform: rotate(0);
}

.faq-list details > div {
	padding: 0 42px 1.25rem 0;
	color: var(--notox-muted);
	font-size: 0.9rem;
}

.faq-list-dark details {
	border-color: rgba(255, 255, 255, 0.16);
}

.faq-list-dark summary {
	color: var(--notox-white);
}

.faq-list-dark details > div {
	color: rgba(255, 255, 255, 0.66);
}

.final-cta {
	padding-block: 0;
	background: var(--notox-green);
}

.final-cta-inner {
	display: grid;
	gap: 1.6rem;
	align-items: center;
	padding-block: 62px;
}

.final-cta-index {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1;
}

.final-cta-copy {
	max-width: 780px;
}

.final-cta-copy h2 {
	color: var(--notox-navy-dark);
}

.final-cta-copy > p:last-child {
	max-width: 650px;
	color: rgba(2, 18, 39, 0.78);
}

.final-cta-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 0;
	border-top: 1px solid rgba(2, 18, 39, 0.35);
	border-bottom: 1px solid rgba(2, 18, 39, 0.35);
	color: var(--notox-navy-dark);
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
}

.final-cta-link i {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 50%;
	background: var(--notox-navy-dark);
	color: var(--notox-white);
	font-style: normal;
}

.final-cta-link .icon {
	width: 19px;
	height: 19px;
}

.final-cta-link:hover i {
	transform: rotate(-8deg);
}

/* ==========================================================================
   Inner page hero and managed pages
   ========================================================================== */

.page-hero {
	position: relative;
	overflow: hidden;
	padding-block: 58px;
	background: var(--notox-navy-dark);
	color: rgba(255, 255, 255, 0.7);
}

.page-hero::after {
	position: absolute;
	top: -220px;
	right: -250px;
	width: 560px;
	height: 560px;
	border: 85px solid rgba(116, 198, 40, 0.08);
	border-radius: 50%;
	content: "";
}

.page-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 2rem;
	align-items: center;
}

.page-hero-copy {
	max-width: 900px;
}

.page-hero h1 {
	max-width: 900px;
	color: var(--notox-white);
}

.page-intro {
	max-width: 760px;
	margin-top: 1.3rem;
	color: rgba(255, 255, 255, 0.7);
	font-size: 1rem;
	line-height: 1.75;
}

.breadcrumbs {
	margin-bottom: 2rem;
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumbs li {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	color: rgba(255, 255, 255, 0.52);
	font-size: 0.7rem;
}

.breadcrumbs li:not(:last-child)::after {
	color: rgba(255, 255, 255, 0.32);
	content: "/";
}

.breadcrumbs a {
	color: rgba(255, 255, 255, 0.76);
}

.page-hero-mark {
	position: relative;
	display: none;
	width: 250px;
	height: 250px;
	place-items: center;
	justify-self: end;
}

.page-hero-mark > span {
	position: relative;
	z-index: 2;
	display: grid;
	width: 86px;
	height: 86px;
	place-items: center;
	border-radius: 50%;
	background: var(--notox-green);
	color: var(--notox-navy-dark);
}

.page-hero-mark .icon {
	width: 30px;
	height: 30px;
}

.page-hero-mark i {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
}

.page-hero-mark i:nth-of-type(1) {
	width: 150px;
	height: 150px;
}

.page-hero-mark i:nth-of-type(2) {
	width: 210px;
	height: 210px;
	border-style: dashed;
}

.page-hero-mark i:nth-of-type(3) {
	top: 22px;
	right: 28px;
	width: 14px;
	height: 14px;
	border: 0;
	background: var(--notox-orange);
}

.scope-panel {
	padding: 1.6rem;
	border-radius: var(--notox-radius-lg);
	background: var(--notox-navy);
	color: rgba(255, 255, 255, 0.72);
	box-shadow: var(--notox-shadow-md);
}

.scope-label {
	margin-bottom: 1.2rem;
	color: var(--notox-lime);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.check-list,
.expect-list {
	display: grid;
	gap: 0;
	margin: 0 0 1.4rem;
	padding: 0;
	list-style: none;
}

.check-list li,
.expect-list li {
	display: grid;
	grid-template-columns: 24px 1fr;
	gap: 0.7rem;
	padding: 0.7rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.88rem;
}

.check-list .icon,
.expect-list .icon {
	width: 18px;
	height: 18px;
	margin-top: 0.18rem;
	color: var(--notox-lime);
}

.service-capabilities {
	background: var(--notox-navy);
}

.capability-grid {
	display: grid;
	gap: 1px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--notox-radius-md);
	background: rgba(255, 255, 255, 0.14);
}

.capability-grid article {
	padding: 1.4rem;
	background: var(--notox-navy-dark);
}

.capability-grid article > span {
	display: inline-flex;
	margin-bottom: 2.3rem;
	color: var(--notox-lime);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.capability-grid h3 {
	color: var(--notox-white);
	font-size: 1.25rem;
}

.capability-grid p {
	color: rgba(255, 255, 255, 0.64);
	font-size: 0.88rem;
}

.process-grid {
	display: grid;
	gap: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--notox-radius-md);
	background: rgba(255, 255, 255, 0.14);
	list-style: none;
}

.process-grid li {
	padding: 1.4rem;
	background: var(--notox-navy-dark);
}

.process-grid li > span {
	display: inline-flex;
	margin-bottom: 2.3rem;
	color: var(--notox-lime);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.process-grid h3 {
	margin-bottom: 0.45rem;
	color: var(--notox-white);
	font-size: 1.25rem;
}

.process-grid p {
	color: rgba(255, 255, 255, 0.64);
	font-size: 0.88rem;
}

.process-grid-light {
	border-color: rgba(3, 26, 58, 0.2);
	background: rgba(3, 26, 58, 0.2);
}

.process-grid-light li {
	background: var(--notox-white);
}

.process-grid-light li > span {
	color: var(--notox-navy);
}

.process-grid-light h3 {
	color: var(--notox-navy);
}

.process-grid-light p {
	color: var(--notox-muted);
}

.service-principles {
	background: var(--notox-white);
}

.service-principles .expect-list {
	margin-bottom: 0;
}

.service-principles .expect-list li {
	border-color: var(--notox-border);
	color: var(--notox-text);
	font-size: 0.95rem;
}

.service-principles .expect-list .icon {
	color: var(--notox-navy);
}

.principle-grid {
	display: grid;
	gap: 1rem;
}

.principle-grid article {
	padding: 1.45rem;
	border: 1px solid var(--notox-border);
	border-radius: var(--notox-radius-md);
	background: var(--notox-white);
}

.principle-grid article > span {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	margin-bottom: 2.4rem;
	border-radius: 50%;
	background: var(--notox-light);
	color: var(--notox-navy);
}

.principle-grid .icon {
	width: 21px;
	height: 21px;
}

.principle-grid h3 {
	font-size: 1.22rem;
}

.principle-grid p {
	color: var(--notox-muted);
	font-size: 0.88rem;
}

.industries-layout {
	display: grid;
	gap: 2.4rem;
}

.industries-layout > div {
	max-width: 690px;
}

.tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tag-cloud li {
	padding: 0.7rem 0.9rem;
	border: 1px solid var(--notox-border);
	border-radius: 99px;
	background: var(--notox-white);
	color: var(--notox-navy);
	font-size: 0.82rem;
	font-weight: 700;
}

.about-capabilities .tag-cloud li {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.05);
	color: var(--notox-white);
}

.about-capabilities .industries-layout > div > p:last-child {
	color: rgba(255, 255, 255, 0.66);
}

/* ==========================================================================
   Posts, archives, articles, search, and 404
   ========================================================================== */

.archive-section,
.article-content,
.search-grid {
	background: var(--notox-white);
}

.archive-layout {
	display: grid;
	gap: 2rem;
}

.post-grid {
	display: grid;
	gap: 1.2rem;
}

.post-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--notox-border);
	border-radius: var(--notox-radius-md);
	background: var(--notox-white);
	transition:
		transform var(--notox-transition),
		box-shadow var(--notox-transition);
}

.post-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--notox-shadow-md);
}

.post-card-media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--notox-light);
}

.post-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 350ms ease;
}

.post-card:hover .post-card-media img {
	transform: scale(1.035);
}

.post-card-placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: var(--notox-navy);
}

.post-card-placeholder .icon {
	width: 52px;
	height: 52px;
}

.post-card-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.25rem;
}

.post-card-content h2 {
	font-size: 1.3rem;
}

.post-card-content h2 a {
	text-decoration: none;
}

.post-card-content > p:not(.post-meta) {
	color: var(--notox-muted);
	font-size: 0.88rem;
}

.post-card-content .text-link {
	margin-top: auto;
}

.post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin-bottom: 0.8rem;
	color: var(--notox-muted);
	font-size: 0.68rem;
	font-weight: 600;
}

.editorial-post-grid .post-card:first-child {
	border-color: var(--notox-navy);
	background: var(--notox-navy);
}

.editorial-post-grid .post-card:first-child h2 a,
.editorial-post-grid .post-card:first-child .text-link {
	color: var(--notox-white);
}

.editorial-post-grid .post-card:first-child .post-meta,
.editorial-post-grid .post-card:first-child .post-card-content > p:not(.post-meta) {
	color: rgba(255, 255, 255, 0.66);
}

.pagination {
	margin-top: 2rem;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.nav-links .page-numbers {
	display: grid;
	min-width: 44px;
	height: 44px;
	place-items: center;
	padding: 0 0.7rem;
	border: 1px solid var(--notox-border);
	border-radius: 50%;
	background: var(--notox-white);
	color: var(--notox-navy);
	font-size: 0.8rem;
	font-weight: 700;
	text-decoration: none;
}

.nav-links .page-numbers.current,
.nav-links a.page-numbers:hover {
	border-color: var(--notox-navy);
	background: var(--notox-navy);
	color: var(--notox-white);
}

.sidebar {
	display: grid;
	align-content: start;
	gap: 1rem;
}

.widget {
	padding: 1.2rem;
	border: 1px solid var(--notox-border);
	border-radius: var(--notox-radius-md);
	background: var(--notox-off-white);
}

.widget-title {
	font-size: 1.05rem;
}

.widget ul {
	display: grid;
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.article-hero {
	position: relative;
	overflow: hidden;
	padding-block: 62px;
	background: var(--notox-off-white);
}

.article-hero .breadcrumbs li,
.article-hero .breadcrumbs a {
	color: var(--notox-muted);
}

.article-hero .breadcrumbs li:not(:last-child)::after {
	color: var(--notox-border);
}

.article-hero h1 {
	max-width: 900px;
}

.article-deck {
	max-width: 760px;
	margin-top: 1.2rem;
	color: var(--notox-muted);
	font-size: 1.05rem;
}

.article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 1.3rem;
	color: var(--notox-muted);
	font-size: 0.75rem;
	font-weight: 600;
}

.article-content {
	padding-block: 0 82px;
}

.article-featured {
	margin-bottom: 2.4rem;
	overflow: hidden;
	border-radius: 0 0 var(--notox-radius-lg) var(--notox-radius-lg);
}

.article-featured img {
	width: 100%;
}

.entry-content {
	font-size: 1rem;
}

.content-prose > * {
	max-width: var(--notox-content);
	margin-right: auto;
	margin-left: auto;
}

.content-prose > .alignwide {
	max-width: 1100px;
}

.content-prose > .alignfull {
	max-width: none;
}

.content-prose h2,
.content-prose h3,
.content-prose h4 {
	margin-top: 1.7em;
}

.content-prose a {
	text-decoration: underline;
}

.tag-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 2rem;
	padding-top: 1.2rem;
	border-top: 1px solid var(--notox-border);
	font-size: 0.78rem;
}

.post-navigation {
	display: grid;
	gap: 1rem;
	margin-top: 2.5rem;
	padding-block: 1.5rem;
	border-top: 1px solid var(--notox-border);
	border-bottom: 1px solid var(--notox-border);
}

.post-navigation > div:last-child {
	text-align: right;
}

.post-navigation a {
	display: grid;
	color: var(--notox-navy);
	font-weight: 700;
	text-decoration: none;
}

.post-navigation a span {
	color: var(--notox-muted);
	font-size: 0.68rem;
	font-weight: 600;
}

.search-refine {
	max-width: 760px;
	margin-bottom: 2rem;
}

.search-form {
	display: flex;
	gap: 0.5rem;
}

.search-form label {
	flex: 1;
}

.search-form input {
	width: 100%;
	min-height: 52px;
	padding: 0.75rem 0.9rem;
	border: 1px solid rgba(3, 26, 58, 0.46);
	border-radius: var(--notox-radius-sm);
	background: var(--notox-white);
	color: var(--notox-text);
}

.search-form button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	gap: 0.4rem;
	padding: 0.75rem 1rem;
	border: 2px solid var(--notox-navy);
	border-radius: var(--notox-radius-sm);
	background: var(--notox-navy);
	color: var(--notox-white);
	font-weight: 700;
}

.search-form button .icon {
	width: 19px;
	height: 19px;
}

.empty-state {
	max-width: 680px;
	padding: 1.5rem;
	border: 1px solid var(--notox-border);
	border-radius: var(--notox-radius-md);
	background: var(--notox-off-white);
}

.not-found {
	position: relative;
	overflow: hidden;
	padding-block: 100px;
	background: var(--notox-off-white);
}

.error-code {
	margin: 0;
	color: rgba(116, 198, 40, 0.24);
	font-size: clamp(7rem, 30vw, 16rem);
	font-weight: 700;
	letter-spacing: -0.1em;
	line-height: 0.75;
}

.not-found h1 {
	margin-top: -0.25em;
}

.not-found .search-form {
	margin-block: 1.5rem;
}

/* ==========================================================================
   Contact form and comments
   ========================================================================== */

.contact-section {
	background: var(--notox-white);
}

.contact-layout {
	display: grid;
	gap: 1.2rem;
	align-items: stretch;
}

.contact-form-card {
	padding: 1.4rem;
	border: 1px solid var(--notox-border);
	border-radius: var(--notox-radius-lg);
	background: var(--notox-white);
	box-shadow: var(--notox-shadow-sm);
}

.form-heading {
	margin-bottom: 1.6rem;
}

.form-heading > p:last-child {
	color: var(--notox-muted);
	font-size: 0.82rem;
}

.form-grid {
	display: grid;
	gap: 1rem;
}

.field {
	display: grid;
	gap: 0.38rem;
}

.field label {
	color: var(--notox-navy);
	font-size: 0.8rem;
	font-weight: 600;
}

.field label span {
	color: var(--notox-orange);
}

.field input,
.field select,
.field textarea {
	width: 100%;
	min-height: 52px;
	padding: 0.75rem 0.85rem;
	border: 1px solid rgba(3, 26, 58, 0.46);
	border-radius: var(--notox-radius-sm);
	background: var(--notox-white);
	color: var(--notox-text);
	transition:
		border-color var(--notox-transition),
		box-shadow var(--notox-transition);
}

.field textarea {
	min-height: 170px;
	resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
	border-color: var(--notox-navy);
	outline: 0;
	box-shadow: 0 0 0 3px rgba(116, 198, 40, 0.28);
}

.field-help {
	color: var(--notox-muted);
	font-size: 0.72rem;
	line-height: 1.5;
}

.honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.consent-field {
	display: grid;
	grid-template-columns: 22px 1fr;
	gap: 0.65rem;
	align-items: start;
	margin: 1.2rem 0;
}

.consent-field input {
	width: 20px;
	height: 20px;
	margin-top: 0.18rem;
	accent-color: var(--notox-navy);
}

.consent-field label {
	color: var(--notox-muted);
	font-size: 0.8rem;
}

.form-notice {
	margin-bottom: 1.2rem;
	padding: 1rem;
	border-left: 5px solid;
	border-radius: 0 var(--notox-radius-sm) var(--notox-radius-sm) 0;
	font-size: 0.85rem;
}

.form-success {
	border-left-color: var(--notox-green-dark);
	background: var(--notox-light);
}

.form-error {
	border-left-color: var(--notox-orange);
	background: var(--notox-off-white);
}

.contact-details {
	position: relative;
	overflow: hidden;
	padding: 1.5rem;
	border-radius: var(--notox-radius-lg);
	background: var(--notox-navy);
	color: rgba(255, 255, 255, 0.7);
	box-shadow: var(--notox-shadow-md);
}

.contact-details::after {
	position: absolute;
	right: -140px;
	bottom: -160px;
	width: 320px;
	height: 320px;
	border: 50px solid rgba(116, 198, 40, 0.08);
	border-radius: 50%;
	content: "";
}

.contact-details > * {
	position: relative;
	z-index: 1;
}

.contact-details h2 {
	color: var(--notox-white);
}

.contact-details ul {
	display: grid;
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
}

.contact-details li {
	display: grid;
	padding: 0.9rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-details li span {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.68rem;
}

.contact-details a {
	color: var(--notox-white);
	font-weight: 700;
}

.contact-expectation {
	display: grid;
	grid-template-columns: 30px 1fr;
	gap: 0.8rem;
	margin-top: 2rem;
	padding: 1rem;
	border-radius: var(--notox-radius-md);
	background: var(--notox-navy-dark);
}

.contact-expectation .icon {
	width: 24px;
	height: 24px;
	color: var(--notox-lime);
}

.contact-expectation p {
	display: grid;
	font-size: 0.82rem;
}

.contact-expectation strong {
	color: var(--notox-white);
}

.comments-area {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid var(--notox-border);
}

.comments-title {
	font-size: 1.45rem;
}

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

.comment-list .comment-body {
	padding: 1rem;
	border: 1px solid var(--notox-border);
	border-radius: var(--notox-radius-md);
}

.comment-form {
	display: grid;
	gap: 0.8rem;
	margin-top: 1.5rem;
}

.comment-form label {
	display: block;
	margin-bottom: 0.3rem;
	font-size: 0.8rem;
	font-weight: 600;
}

.comment-form input:not([type="submit"]),
.comment-form textarea {
	width: 100%;
	padding: 0.75rem;
	border: 1px solid rgba(3, 26, 58, 0.46);
	border-radius: var(--notox-radius-sm);
}

.comment-notes,
.comments-closed {
	color: var(--notox-muted);
	font-size: 0.8rem;
}

/* ==========================================================================
   Premium footer
   ========================================================================== */

.site-footer {
	position: relative;
	overflow: hidden;
	padding-top: 72px;
	background: var(--notox-navy-dark);
	color: rgba(255, 255, 255, 0.68);
}

.site-footer::before {
	position: absolute;
	top: -260px;
	right: -320px;
	width: 680px;
	height: 680px;
	border: 110px solid rgba(116, 198, 40, 0.055);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.footer-conversation {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 2rem;
	padding-bottom: 4rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-conversation h2 {
	max-width: 900px;
	color: var(--notox-white);
	font-size: clamp(2.1rem, 7vw, 3.5rem);
}

.footer-project-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	color: var(--notox-white);
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none;
}

.footer-project-link i {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 50%;
	background: var(--notox-green);
	color: var(--notox-navy-dark);
	font-style: normal;
	transition: transform var(--notox-transition);
}

.footer-project-link:hover {
	color: var(--notox-lime);
}

.footer-project-link:hover i {
	transform: rotate(-8deg);
}

.footer-project-link .icon {
	width: 21px;
	height: 21px;
}

.footer-main {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 2.2rem;
	padding-block: 3.5rem;
}

.footer-logo {
	width: 150px;
	margin-bottom: 1.3rem;
}

.footer-brand > p {
	max-width: 390px;
	font-size: 0.88rem;
}

.footer-nav-column > p,
.footer-contact > p {
	margin-bottom: 1rem;
	color: var(--notox-lime);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.footer-nav-column ul {
	display: grid;
	gap: 0.6rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-nav-column a,
.footer-contact a {
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none;
}

.footer-nav-column a:hover,
.footer-contact a:hover {
	color: var(--notox-white);
	text-decoration: underline;
	text-decoration-color: var(--notox-green);
}

.footer-contact {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.footer-contact .footer-contact-primary {
	margin-bottom: 0.45rem;
	color: var(--notox-white);
	font-size: 1rem;
	font-weight: 700;
}

.footer-contact small {
	max-width: 300px;
	margin-top: 1rem;
	color: rgba(255, 255, 255, 0.46);
	font-size: 0.68rem;
}

.social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 1.2rem 0 0;
	padding: 0;
	list-style: none;
}

.social-links a {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	padding: 0.5rem 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 99px;
	color: var(--notox-white);
	font-size: 0.68rem;
	font-weight: 700;
	text-decoration: none;
}

.social-links a:hover {
	border-color: var(--notox-green);
	background: var(--notox-green);
	color: var(--notox-navy-dark);
}

.footer-signature {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-bottom: 0.12em;
	color: transparent;
	font-size: clamp(4rem, 14.7vw, 12rem);
	font-weight: 700;
	letter-spacing: -0.085em;
	line-height: 0.78;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.18);
	white-space: nowrap;
}

.footer-bottom {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.8rem 1.5rem;
	padding-block: 1.1rem 1.4rem;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-bottom p {
	margin: 0;
	font-size: 0.68rem;
}

.footer-bottom > div {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.footer-bottom a {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.68rem;
	text-decoration: none;
}

.footer-bottom a:hover {
	color: var(--notox-white);
}

/* ==========================================================================
   Responsive design
   ========================================================================== */

@media (min-width: 480px) {
	:root {
		--notox-header-height: 100px;
	}

	.container {
		width: min(calc(100% - 48px), var(--notox-container));
	}

	.hero-capability-line {
		grid-template-columns: repeat(2, 1fr);
	}

	.field-full {
		grid-column: 1 / -1;
	}

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

	.post-navigation {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 768px) {
	body {
		font-size: 17px;
	}

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

	.admin-bar .navigation-shell {
		top: calc(var(--notox-header-height) + 32px);
	}

	.section {
		padding-block: 104px;
	}

	.utility-links {
		display: flex;
	}

	.premium-hero-inner {
		padding-block: 56px 30px;
	}

	.premium-hero-grid {
		padding-block: 70px;
	}

	.premium-hero-copy .hero-intro,
	.page-intro {
		font-size: 1.08rem;
	}

	.growth-console {
		max-width: 620px;
		padding: 1.3rem;
	}

	.console-orbit {
		min-height: 430px;
	}

	.orbit-ring-one {
		width: 260px;
		height: 260px;
	}

	.orbit-ring-two {
		width: 390px;
		height: 390px;
	}

	.orbit-core {
		width: 154px;
		height: 154px;
	}

	.orbit-paid {
		right: 42px;
	}

	.orbit-web {
		left: 42px;
	}

	.hero-capability-line {
		grid-template-columns: repeat(5, 1fr);
	}

	.hero-capability-line li {
		justify-content: center;
		border-right: 1px solid rgba(255, 255, 255, 0.12);
	}

	.hero-capability-line li:last-child {
		border-right: 0;
	}

	.trust-editorial {
		padding-block: 76px;
	}

	.trust-editorial-grid {
		grid-template-columns: 0.55fr 1.4fr;
	}

	.trust-editorial-grid > ul {
		grid-column: 1 / -1;
		grid-template-columns: repeat(3, 1fr);
		padding-top: 1.5rem;
		border-top: 1px solid var(--notox-border);
	}

	.service-index article {
		grid-template-columns: 110px minmax(0, 0.8fr) minmax(0, 1fr) 46px;
		gap: 1.5rem;
		align-items: center;
		padding-block: 1.7rem;
	}

	.service-index article > p {
		margin: 0;
	}

	.manifesto-grid {
		grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
		gap: 5rem;
	}

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

	.outcome-bento .outcome-feature {
		grid-row: span 2;
		min-height: 540px;
	}

	.outcome-bento .outcome-wide {
		grid-column: 1 / -1;
		min-height: 260px;
	}

	.process-layout {
		grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
		gap: 5rem;
	}

	.process-sticky {
		position: sticky;
		top: calc(var(--notox-header-height) + 36px);
		align-self: start;
	}

	.process-editorial li {
		grid-template-columns: 55px 1fr;
		padding-block: 2rem;
	}

	.audience-grid {
		grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
		gap: 5rem;
	}

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

	.audience-list li:nth-child(odd) {
		padding-right: 1rem;
		border-right: 1px solid rgba(255, 255, 255, 0.16);
	}

	.audience-list li:nth-child(even) {
		padding-left: 1rem;
	}

	.engagement-grid,
	.principle-grid,
	.post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.engagement-grid article:last-child {
		grid-column: 1 / -1;
	}

	.faq-premium-grid {
		grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
		gap: 5rem;
	}

	.final-cta-inner {
		grid-template-columns: 70px 1fr;
		gap: 2rem;
		padding-block: 80px;
	}

	.final-cta-link {
		grid-column: 2;
	}

	.page-hero {
		padding-block: 76px;
	}

	.page-hero-grid {
		grid-template-columns: minmax(0, 1fr) 250px;
	}

	.page-hero-mark {
		display: grid;
	}

	.split-layout,
	.industries-layout {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 4rem;
	}

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

	.contact-layout {
		grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	}

	.contact-form-card,
	.contact-details {
		padding: 2.2rem;
	}

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

	.footer-conversation {
		grid-template-columns: minmax(0, 1fr) 260px;
		align-items: end;
	}

	.footer-main {
		grid-template-columns: 1.25fr repeat(3, minmax(0, 0.75fr));
		gap: 2rem;
	}
}

@media (min-width: 768px) and (max-width: 1119px) {
	h1 {
		font-size: clamp(2.625rem, 4.7vw, 3rem);
	}

	h2 {
		font-size: clamp(2.125rem, 3.71vw, 2.375rem);
	}

	h3 {
		font-size: clamp(1.625rem, 2.73vw, 1.75rem);
	}
}

@media (min-width: 1024px) {
	.premium-section-heading,
	.section-heading {
		grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
		align-items: end;
		gap: 4rem;
	}

	.compact-heading {
		grid-template-columns: 1fr;
	}

	.principle-grid,
	.capability-grid,
	.process-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

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

	.engagement-grid article:last-child {
		grid-column: auto;
	}

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

	.archive-layout.has-sidebar {
		grid-template-columns: minmax(0, 1fr) 300px;
	}

	.archive-layout.has-sidebar .post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1120px) {
	:root {
		--notox-header-height: 108px;
	}

	.header-inner {
		min-height: 78px;
	}

	.header-logo {
		width: 132px;
	}

	.menu-toggle {
		display: none;
	}

	.navigation-shell {
		position: static;
		display: flex;
		visibility: visible;
		flex: 1;
		align-items: center;
		flex-direction: row;
		justify-content: flex-end;
		gap: 1.2rem;
		padding: 0;
		overflow: visible;
		opacity: 1;
		background: transparent;
	}

	.primary-navigation {
		width: auto;
	}

	.primary-menu {
		display: flex;
		align-items: center;
		gap: 0.15rem;
	}

	.primary-menu > li {
		border-bottom: 0;
	}

	.primary-menu > li > a,
	.primary-menu > li > .menu-link-row > a {
		min-height: 78px;
		padding-inline: 0.72rem;
		font-size: 0.8rem;
	}

	.primary-menu > li > a:hover,
	.primary-menu > li > .menu-link-row > a:hover {
		box-shadow: inset 0 -3px var(--notox-green);
	}

	.header-cta {
		width: auto;
		min-height: 46px;
		padding: 0.65rem 1rem;
		font-size: 0.78rem;
	}

	.premium-hero-inner {
		padding-block: 62px 32px;
	}

	.premium-hero-grid {
		grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
		gap: 5.5rem;
		align-items: center;
		padding-block: 86px;
	}

	.growth-console {
		justify-self: end;
	}

	.trust-editorial-grid {
		grid-template-columns: 0.45fr 1.2fr 1fr;
		align-items: start;
	}

	.trust-editorial-grid > ul {
		grid-column: auto;
		grid-template-columns: 1fr;
		padding-top: 0;
		border-top: 0;
	}

	.outcome-bento {
		grid-template-columns: 1.3fr 1fr 1fr;
	}

	.outcome-bento .outcome-feature {
		grid-row: span 2;
	}

	.outcome-bento .outcome-wide {
		grid-column: 2 / -1;
	}
}

@media (min-width: 1440px) {
	.section {
		padding-block: 120px;
	}

	.premium-hero-grid {
		min-height: 690px;
	}

	.trust-editorial,
	.footer-conversation {
		padding-block: 88px;
	}
}

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

@media (max-width: 479px) {
	.button-group .button {
		width: 100%;
	}

	.hero-status p:last-child {
		display: none;
	}

	.search-form {
		display: grid;
	}

	.footer-bottom {
		display: grid;
	}
}

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

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

@media print {
	.site-header,
	.site-footer,
	.final-cta,
	.menu-toggle,
	.button-group {
		display: none !important;
	}

	body {
		color: var(--notox-navy-dark);
		font-size: 12pt;
	}

	a {
		color: var(--notox-navy-dark);
		text-decoration: underline;
	}
}

/* ==========================================================================
   NoTox Web 3.0 compact navigation
   ========================================================================== */

:root {
	--notox-header-height: 82px;
}

[hidden] {
	display: none !important;
}

.site-header.site-header-v3 {
	position: sticky;
	z-index: 1000;
	top: 0;
	background: var(--notox-navy-dark);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	transition:
		background-color var(--notox-transition),
		box-shadow var(--notox-transition);
}

.site-header-v3.is-scrolled {
	background: rgba(2, 18, 39, 0.97);
	box-shadow: 0 14px 40px rgba(2, 18, 39, 0.24);
}

.header-inner-v3 {
	display: flex;
	min-height: var(--notox-header-height);
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.header-logo-v3 {
	width: 114px;
}

.menu-toggle-v3 {
	display: inline-flex;
	width: auto;
	min-width: 82px;
	height: 48px;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	padding: 0 0.85rem;
	border-color: rgba(255, 255, 255, 0.28);
	background: transparent;
	color: var(--notox-white);
}

.menu-toggle-v3 .menu-toggle-label {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	color: inherit;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.menu-toggle-v3 .menu-toggle-lines {
	width: 18px;
	gap: 5px;
}

.menu-toggle-v3 .menu-toggle-lines span {
	width: 18px;
	background: currentColor;
}

.menu-toggle-v3[aria-expanded="true"] .menu-toggle-lines span:first-child {
	transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle-v3[aria-expanded="true"] .menu-toggle-lines span:nth-child(2) {
	transform: translateY(-3.5px) rotate(-45deg);
	opacity: 1;
}

.navigation-shell-v3 {
	top: var(--notox-header-height);
	gap: 1.4rem;
	padding: 1.25rem 20px 2rem;
	background: var(--notox-navy-dark);
}

.site-header-v3 .primary-menu-v3 > li {
	border-color: rgba(255, 255, 255, 0.14);
}

.site-header-v3 .primary-menu-v3 a {
	min-height: 56px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.05rem;
}

.site-header-v3 .primary-menu-v3 a:hover,
.site-header-v3 .primary-menu-v3 a:focus-visible {
	color: var(--notox-white);
}

.header-cta-v3 {
	width: 100%;
}

@media (min-width: 1120px) {
	.header-inner-v3 {
		min-height: var(--notox-header-height);
	}

	.header-logo-v3 {
		width: 118px;
	}

	.menu-toggle-v3 {
		display: none;
	}

	.navigation-shell-v3 {
		position: static;
		display: flex;
		visibility: visible;
		flex: 1;
		align-items: center;
		flex-direction: row;
		justify-content: flex-end;
		gap: 1.35rem;
		padding: 0;
		overflow: visible;
		opacity: 1;
		background: transparent;
	}

	.site-header-v3 .primary-navigation {
		width: auto;
	}

	.site-header-v3 .primary-menu-v3 {
		display: flex;
		align-items: center;
		gap: 0.1rem;
	}

	.site-header-v3 .primary-menu-v3 > li {
		border: 0;
	}

	.site-header-v3 .primary-menu-v3 > li > a {
		min-height: var(--notox-header-height);
		padding-inline: 0.72rem;
		color: rgba(255, 255, 255, 0.72);
		font-size: 0.78rem;
	}

	.site-header-v3 .primary-menu-v3 > li > a:hover,
	.site-header-v3 .primary-menu-v3 > li > a:focus-visible {
		box-shadow: inset 0 -3px var(--notox-green);
		color: var(--notox-white);
	}

	.header-cta-v3 {
		width: auto;
		min-height: 48px;
		padding-inline: 1rem;
		font-size: 0.75rem;
	}
}

/* ==========================================================================
   NoTox Web 4.0 header, mega menu, and enquiry system
   ========================================================================== */

:root {
	--notox-header-height: 74px;
}

.site-header.site-header-v4 {
	position: sticky;
	z-index: 1000;
	top: 0;
	background: var(--notox-white);
	box-shadow: 0 1px 0 rgba(3, 26, 58, 0.1);
	transition: box-shadow var(--notox-transition);
}

.site-header-v4.is-scrolled {
	box-shadow: 0 16px 40px rgba(2, 18, 39, 0.14);
}

.site-header-v4 .header-utility {
	display: none;
	min-height: 34px;
}

.header-utility-inner {
	display: flex;
	min-height: 34px;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.header-utility-inner > p {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.header-utility-inner > p span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--notox-lime);
	box-shadow: 0 0 0 4px rgba(168, 230, 55, 0.12);
}

.header-utility-inner > div {
	display: flex;
	gap: 1.2rem;
}

.header-utility-inner a {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.65rem;
	font-weight: 600;
	text-decoration: none;
}

.header-utility-inner a:hover,
.header-utility-inner a:focus-visible {
	color: var(--notox-lime);
}

.header-inner-v4 {
	display: flex;
	min-height: var(--notox-header-height);
	align-items: center;
	justify-content: space-between;
	gap: 0.8rem;
}

.header-logo-v4 {
	width: 98px;
}

.menu-toggle-v4 {
	display: inline-flex;
	width: auto;
	min-width: 82px;
	height: 46px;
	gap: 0.6rem;
	padding: 0 0.8rem;
	border-radius: 99px;
}

.menu-toggle-v4 .menu-toggle-label {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.menu-toggle-v4 .menu-toggle-lines {
	width: 18px;
}

.menu-toggle-v4 .menu-toggle-lines span {
	width: 18px;
}

.menu-toggle-v4[aria-expanded="true"] .menu-toggle-lines span:first-child {
	transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle-v4[aria-expanded="true"] .menu-toggle-lines span:nth-child(2) {
	transform: translateY(-3.5px) rotate(-45deg);
	opacity: 1;
}

.navigation-shell-v4 {
	top: var(--notox-header-height);
	gap: 1.4rem;
	padding: 0.75rem 18px 2rem;
	background: var(--notox-white);
}

.site-header-v4 .primary-menu-v4 > li {
	border-bottom: 1px solid var(--notox-border);
}

.site-header-v4 .primary-menu-v4 > li > a,
.mega-menu-toggle {
	display: flex;
	width: 100%;
	min-height: 56px;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--notox-navy);
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
}

.mega-menu-toggle .icon {
	width: 18px;
	height: 18px;
	transition: transform var(--notox-transition);
}

.mega-menu-toggle[aria-expanded="true"] .icon {
	transform: rotate(180deg);
}

.mega-menu-panel {
	display: none;
}

.mega-menu-item.is-open .mega-menu-panel {
	display: block;
}

.mega-menu-inner {
	display: grid;
	gap: 0.8rem;
	padding: 0.5rem 0 1.2rem;
}

.mega-menu-feature {
	padding: 1.2rem;
	border-radius: 16px;
	background:
		linear-gradient(135deg, rgba(116, 198, 40, 0.12), transparent),
		var(--notox-navy-dark);
	color: rgba(255, 255, 255, 0.72);
}

.mega-menu-feature > p:first-child,
.mega-menu-group > p {
	margin-bottom: 0.7rem;
	color: var(--notox-green-dark);
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.mega-menu-feature > p:first-child {
	color: var(--notox-lime);
}

.site-header-v4 .mega-menu-feature h2 {
	color: var(--notox-white);
	font-size: 1.35rem;
	line-height: 1.2;
}

.mega-menu-feature > p:not(:first-child) {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.74rem;
}

.mega-menu-feature > a {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	color: var(--notox-lime);
	font-size: 0.7rem;
	font-weight: 700;
	text-decoration: none;
}

.mega-menu-feature > a .icon {
	width: 17px;
	height: 17px;
}

.mega-menu-group {
	padding: 0.6rem 0;
}

.mega-menu-group > a {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 0 0.7rem;
	padding: 0.6rem 0;
	color: var(--notox-navy);
	text-decoration: none;
}

.mega-menu-group > a > span {
	display: grid;
	grid-row: span 2;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 9px;
	background: var(--notox-light);
	color: var(--notox-green-dark);
}

.mega-menu-group > a .icon {
	width: 17px;
	height: 17px;
}

.mega-menu-group > a strong {
	color: inherit;
	font-size: 0.75rem;
	line-height: 1.35;
}

.mega-menu-group > a small {
	color: var(--notox-muted);
	font-size: 0.64rem;
	line-height: 1.4;
}

.mega-menu-group > a:hover,
.mega-menu-group > a:focus-visible {
	color: var(--notox-green-dark);
}

.header-cta-v4 {
	width: 100%;
}

/* Shared premium enquiry-form proportions. */

.premium-enquiry-form .form-context {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 0.7rem;
	margin-bottom: 1.2rem;
	padding: 0.85rem;
	border: 1px solid rgba(79, 151, 22, 0.2);
	border-radius: 12px;
	background: var(--notox-light);
}

.premium-enquiry-form .form-context > span {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 9px;
	background: var(--notox-navy);
	color: var(--notox-lime);
}

.premium-enquiry-form .form-context .icon {
	width: 17px;
	height: 17px;
}

.premium-enquiry-form .form-context p {
	margin: 0;
	color: var(--notox-muted);
	font-size: 0.7rem;
	line-height: 1.5;
}

.premium-enquiry-form .form-context strong {
	display: block;
	color: var(--notox-navy);
}

.premium-enquiry-form .form-grid {
	gap: 0.9rem;
}

.premium-enquiry-form .field label {
	font-size: 0.72rem;
}

.premium-enquiry-form .field label small {
	color: var(--notox-muted);
	font-size: 0.65rem;
	font-weight: 400;
}

.premium-enquiry-form .field input,
.premium-enquiry-form .field select,
.premium-enquiry-form .field textarea {
	min-height: 54px;
	border-color: rgba(3, 26, 58, 0.28);
	background: var(--notox-white);
	font-size: 0.82rem;
}

.premium-enquiry-form .field textarea {
	min-height: 142px;
}

.premium-enquiry-form .phone-field {
	display: grid;
	grid-template-columns: minmax(92px, 0.38fr) minmax(0, 1fr);
}

.premium-enquiry-form .phone-field select {
	border-radius: var(--notox-radius-sm) 0 0 var(--notox-radius-sm);
	border-right: 0;
}

.premium-enquiry-form .phone-field input {
	border-radius: 0 var(--notox-radius-sm) var(--notox-radius-sm) 0;
}

.premium-enquiry-form .consent-field {
	margin-block: 1rem;
}

.premium-enquiry-form .consent-field label {
	font-size: 0.72rem;
	line-height: 1.55;
}

.premium-enquiry-form .form-submit-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.75rem;
}

.premium-enquiry-form .form-submit-row > p {
	margin: 0;
	color: var(--notox-muted);
	font-size: 0.63rem;
}

.premium-enquiry-form .form-submit-row .button {
	min-width: 220px;
}

.contact-form-card {
	padding: clamp(1.4rem, 4vw, 2.5rem);
}

@media (min-width: 600px) {
	.premium-enquiry-form .form-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.premium-enquiry-form .field-full {
		grid-column: 1 / -1;
	}
}

@media (min-width: 782px) {
	.site-header-v4 .header-utility {
		display: block;
	}

	.navigation-shell-v4 {
		top: calc(var(--notox-header-height) + 34px);
	}

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

	.admin-bar .navigation-shell-v4 {
		top: calc(var(--notox-header-height) + 66px);
	}
}

@media (min-width: 1120px) {
	:root {
		--notox-header-height: 78px;
	}

	.header-inner-v4 {
		min-height: var(--notox-header-height);
	}

	.header-logo-v4 {
		width: 104px;
	}

	.menu-toggle-v4 {
		display: none;
	}

	.navigation-shell-v4 {
		position: static;
		display: flex;
		visibility: visible;
		flex: 1;
		align-items: center;
		flex-direction: row;
		justify-content: flex-end;
		gap: 1rem;
		padding: 0;
		overflow: visible;
		opacity: 1;
		background: transparent;
	}

	.site-header-v4 .primary-navigation {
		width: auto;
	}

	.site-header-v4 .primary-menu-v4 {
		display: flex;
		align-items: center;
		gap: 0;
	}

	.site-header-v4 .primary-menu-v4 > li {
		border: 0;
	}

	.site-header-v4 .primary-menu-v4 > li > a,
	.site-header-v4 .mega-menu-toggle {
		width: auto;
		min-height: var(--notox-header-height);
		gap: 0.35rem;
		padding-inline: 0.62rem;
		font-size: 0.72rem;
	}

	.site-header-v4 .primary-menu-v4 > li > a:hover,
	.site-header-v4 .primary-menu-v4 > li > a:focus-visible,
	.site-header-v4 .mega-menu-toggle:hover,
	.site-header-v4 .mega-menu-toggle:focus-visible,
	.site-header-v4 .mega-menu-toggle[aria-expanded="true"] {
		box-shadow: inset 0 -3px var(--notox-green);
		color: var(--notox-green-dark);
	}

	.mega-menu-toggle .icon {
		width: 14px;
		height: 14px;
	}

	.mega-menu-panel {
		position: absolute;
		z-index: 1001;
		top: 100%;
		right: 0;
		left: 0;
		display: block;
		visibility: hidden;
		padding: 1rem 0;
		border-top: 1px solid var(--notox-border);
		opacity: 0;
		background: rgba(247, 250, 244, 0.99);
		box-shadow: 0 28px 60px rgba(2, 18, 39, 0.18);
		transform: translateY(-8px);
		transition:
			opacity var(--notox-transition),
			transform var(--notox-transition),
			visibility var(--notox-transition);
		pointer-events: none;
	}

	.mega-menu-item.is-open .mega-menu-panel,
	.mega-menu-item:focus-within .mega-menu-panel,
	.mega-menu-item:hover .mega-menu-panel {
		visibility: visible;
		opacity: 1;
		transform: none;
		pointer-events: auto;
	}

	.mega-menu-inner {
		width: min(calc(100% - 48px), var(--notox-container));
		grid-template-columns: 1.1fr repeat(3, minmax(0, 1fr));
		gap: 1rem;
		margin-inline: auto;
		padding: 0;
	}

	.mega-menu-feature {
		padding: 1.35rem;
	}

	.mega-menu-group {
		padding: 0.65rem;
	}

	.header-cta-v4 {
		width: auto;
		min-height: 46px;
		padding-inline: 0.9rem;
		font-size: 0.68rem;
		white-space: nowrap;
	}
}

@media (min-width: 1280px) {
	.site-header-v4 .primary-menu-v4 > li > a,
	.site-header-v4 .mega-menu-toggle {
		padding-inline: 0.78rem;
		font-size: 0.75rem;
	}

	.header-cta-v4 {
		padding-inline: 1.05rem;
	}
}

@media (max-width: 479px) {
	.header-logo-v4 {
		width: 90px;
	}

	.menu-toggle-v4 {
		min-width: 76px;
	}

	.premium-enquiry-form .phone-field {
		grid-template-columns: 92px minmax(0, 1fr);
	}

	.premium-enquiry-form .form-submit-row .button {
		width: 100%;
		min-width: 0;
	}
}

/* Premium footer 4.0 */

.site-footer-v4 {
	position: relative;
	overflow: hidden;
	padding-top: 0;
	background:
		radial-gradient(circle at 8% 22%, rgba(116, 198, 40, 0.09), transparent 24rem),
		var(--notox-navy-dark);
	color: rgba(255, 255, 255, 0.66);
}

.site-footer-v4::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--notox-green), var(--notox-lime), var(--notox-orange));
	content: "";
}

.footer-v4-intro {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 2rem;
	align-items: end;
	padding-block: clamp(3.5rem, 7vw, 6rem);
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.footer-v4-kicker {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin-bottom: 1rem;
	color: var(--notox-lime);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.footer-v4-kicker span {
	width: 28px;
	height: 2px;
	background: var(--notox-lime);
}

.footer-v4-intro h2 {
	max-width: 870px;
	margin-bottom: 0.6rem;
	color: var(--notox-white);
	font-size: clamp(2rem, 5vw, 3.3rem);
}

.footer-v4-intro > div > p:last-child {
	max-width: 690px;
	color: rgba(255, 255, 255, 0.63);
}

.footer-v4-cta {
	display: flex;
	width: min(100%, 260px);
	min-height: 68px;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.8rem 0.9rem 0.8rem 1.2rem;
	border: 1px solid rgba(168, 230, 55, 0.36);
	border-radius: 99px;
	background: var(--notox-green);
	color: var(--notox-navy-dark);
	font-size: 0.8rem;
	font-weight: 700;
	text-decoration: none;
}

.footer-v4-cta i {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 50%;
	background: var(--notox-navy-dark);
	color: var(--notox-white);
}

.footer-v4-cta .icon {
	width: 20px;
	height: 20px;
}

.footer-v4-cta:hover,
.footer-v4-cta:focus-visible {
	background: var(--notox-lime);
	color: var(--notox-navy-dark);
	transform: translateY(-2px);
}

.footer-v4-main {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 2rem;
	padding-block: clamp(3rem, 6vw, 5rem);
}

.footer-logo-v4 {
	width: 126px;
}

.footer-v4-brand > p {
	max-width: 440px;
	margin-top: 1.2rem;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.8rem;
}

.footer-v4-standards {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-top: 1.2rem;
}

.footer-v4-standards span {
	padding: 0.38rem 0.62rem;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 99px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.58rem;
	font-weight: 700;
}

.footer-v4-links > p,
.footer-v4-contact > p {
	margin-bottom: 1rem;
	color: var(--notox-lime);
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.footer-v4-links > div {
	display: grid;
	gap: 0.55rem;
}

.footer-v4-links ul {
	display: grid;
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-v4-links a {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.73rem;
	font-weight: 600;
	text-decoration: none;
}

.footer-v4-links a:hover,
.footer-v4-links a:focus-visible {
	color: var(--notox-white);
	text-decoration: underline;
	text-decoration-color: var(--notox-green);
}

.footer-v4-contact {
	padding: 1.2rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.035);
}

.footer-v4-contact > div {
	display: grid;
	gap: 0.2rem;
}

.footer-v4-contact span {
	margin-top: 0.65rem;
	color: rgba(255, 255, 255, 0.44);
	font-size: 0.58rem;
	font-weight: 700;
	text-transform: uppercase;
}

.footer-v4-contact a,
.footer-v4-contact strong {
	color: var(--notox-white);
	font-size: 0.78rem;
	font-weight: 700;
	text-decoration: none;
}

.footer-v4-contact a:hover {
	color: var(--notox-lime);
}

.footer-v4-contact small {
	display: block;
	margin-top: 1rem;
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.6rem;
}

.footer-v4-bottom {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.8rem 1.5rem;
	padding-block: 1.25rem 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.footer-v4-bottom p {
	margin: 0;
	font-size: 0.62rem;
}

.footer-v4-bottom > div {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.footer-v4-bottom a {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.62rem;
	font-weight: 600;
	text-decoration: none;
}

.footer-v4-bottom a:hover {
	color: var(--notox-lime);
}

@media (min-width: 600px) {
	.footer-v4-links > div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 768px) {
	.footer-v4-main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1100px) {
	.footer-v4-intro {
		grid-template-columns: minmax(0, 1fr) 260px;
	}

	.footer-v4-cta {
		justify-self: end;
	}

	.footer-v4-main {
		grid-template-columns: 1.25fr 1.3fr 0.65fr 0.9fr;
	}
}
