/*!
Theme Name: new-wave-wellness
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: new-wave-wellness
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

new-wave-wellness is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

.site {
    max-width: none;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	color: #ffffff !important; /* Force white text color */
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
	color: #ffffff !important; /* Force white text color */
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-color: #ffffff !important; /* Force white hr border */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
	color: #ffffff !important; /* Force white text color */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	color: #ffffff !important; /* Force white link text */
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
	color: #ffffff !important; /* Force white abbr title text */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
	color: #ffffff !important; /* Force white bold text */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
	color: #ffffff !important; /* Force white text color */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
	color: #ffffff !important; /* Force white small text */
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	color: #ffffff !important; /* Force white sub/sup text */
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	color: #ffffff !important; /* Force white form text */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	color: #ffffff !important; /* Force white button text */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
	color: #ffffff !important; /* Force white fieldset text */
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Average&display=swap');
body,
button,
input,
select,
optgroup,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
span,
a {
	font-family: "Average", serif !important;
	font-size: 1rem;
	line-height: 1.5;
	color: #ffffff !important; /* Force white text color for all these elements */
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
	color: #ffffff !important; /* Force white text color */
}

blockquote {
	margin: 0 1.5em;
	font-family: "Average", serif;
	color: #ffffff !important; /* Force white blockquote text */
}

address {
	margin: 0 0 1.5em;
	font-family: "Average", serif;
	color: #ffffff !important; /* Force white address text */
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	color: #ffffff !important; /* Force white text in pre blocks */
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	color: #ffffff !important; /* Force white text color */
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
	color: #ffffff !important; /* Force white text color */
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
	color: #ffffff !important; /* Force white text color */
}

big {
	font-size: 125%;
	color: #ffffff !important; /* Force white text color */
}

/* Elements
--------------------------------------------- */
body {
	background: #000; /* Black background for better contrast */
}

hr {
	background-color: #fff;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	color: #ffffff !important; /* Force white link text on hover */
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: auto;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    display: flex;
    flex-direction: column;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

ul.sub-menu li a {
    color: white;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

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

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

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

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Base */
body {
    background-color: #1A3238;
    color: #FFFFFF;
    font-family: "Nata Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Utilities */
.nww-container {
    width: 100% !important;
    margin-inline: auto;
        position: relative;
    z-index: 3;
}

.nww-gradient-plan {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 1;
    background: #1A3238;
    background: linear-gradient(360deg, rgba(26, 50, 56, 0) 0%, rgb(26 50 56) 73%, rgb(26 50 56) 100%);
}                        


/* Hero */
.nww-hero {
    background-color: #1A3238;
    position: relative;
        z-index: 5; /* higher than the section below */
}

/* Tall section so scroll animation has room */
.nww-hero-inner {
    position: relative;
    min-height: 500vh; /* controls how long the video stays pinned */
}

/* Pinned full width video */
.nww-hero-media {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

/* Portrait video; rotated; still covers the viewport */
.nww-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center center;
    display: block;
}

/* Gradient overlay over video */
.video-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 92, 93, 1) 0%, rgba(52, 161, 159, 1) 100%);
    opacity: 0.8;
    z-index: 2;
}

/* Text overlay; centred over video */
.nww-hero-copy {
    position: sticky;
    top: 48vh;
    transform: translateY(calc(-100% - 24px)); /* shift up 24px; tweak */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 3;
    padding-inline: 1.5rem;
    pointer-events: none;
}

/* Lines and badge */
.nww-hero-line,
.nww-hero-badge {
    transform: translateY(24px);    /* slide up */
    transition:
        opacity 0.5s ease-out,
        transform 0.5s ease-out;
    font-size: 30px;                /* same size for all lines */
    line-height: 1.4;
    color: #FFFFFF;
}

.nww-hero-line {
    opacity: 0;
    transform: translateY(24px);
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition:
        opacity 0.6s ease,
        transform 0.6s ease,
        max-height 0.6s ease,
        margin 0.6s ease;
}

/* When revealed; add the spacing here so it feels gradual */
.nww-hero-line.is-visible {
    opacity: 1;
    transform: translateY(0);
    max-height: 220px;      /* big enough for your longest line */
    margin-bottom: 10vh;    /* this is your “breathing room” between lines */
}

/* First line can have slightly different pacing if you want */
.nww-hero-line--first.is-visible {
    margin-bottom: 14vh;
}

/* Badge at the end of the questions */
.nww-hero-badge {
    padding: 9.5rem 7.5rem;
    background: rgba(26, 50, 56, 0.8);
    gap: 0.5rem;
    position: relative;
    overflow: inherit;
    z-index: 9;
    top: 0;
}


/* Hero first line treatment */
.nww-hero-line,
.nww-hero-badge {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 7rem; /* more space between lines */
}

/* Bigger first line */
.nww-hero-line--first {
    font-size: 32px;
}

/* New scroll arrow under first line */
.nww-hero-scroll-arrow {
    position: absolute;
    left: 50%;
    bottom: 3.5rem;
    transform: translateX(-50%);
    z-index: 4;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease-out;
}

.nww-hero-scroll-arrow img {
    display: block;
    width: 50px;
    height: auto;
    animation: nww-hero-scroll-bounce 2.4s ease-in-out infinite;
}

.nww-hero-scroll-arrow.is-visible {
    opacity: 1;
}

.nww-hero-scroll-arrow.is-faded {
    opacity: 0;
}

/* Simple bounce for the scroll arrow */
@keyframes nww-hero-scroll-bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}


.nww-hero-line {
    position: relative;
    z-index: 9;
}


.nww-reset-block {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
}


.nww-hero-badge-arrow {
    position: absolute;
    left: 50%;
    bottom: 2.5rem;
    transform: translateX(-50%);
    z-index: 3;
    animation: nww-arrow-bounce 2s ease-in-out infinite;
}

/* keep the image sensible size if needed */
.nww-hero-badge-arrow .nww-down-arrow {
    display: block;
}

/* Arrow bounce */
@keyframes nww-arrow-bounce {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(10px);
    }
}



.nww-hero-badge-text {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 30px;
}

.nww-hero-badge-sub {
    margin: 0.75rem 0 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
}


@keyframes bounce {
    0%, 100% {
        transform: translate(-50%, -50%) translateY(0);
    }
    50% {
        transform: translate(-50%, -50%) translateY(-20px);
    }
}

.nwww-lr-block {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: min(1243px, 100% - 3rem);
    margin: auto;
    text-align: left;
    background: #1A3238;
    background: linear-gradient(118deg, rgba(26, 50, 56, 1) 0%, rgba(36, 83, 92, 0.75) 100%);
    position: relative;
    z-index: 4;
    padding: 40px;
    border-radius: 10px;
    border: solid 1px #7FD5D3;
}

/* Headings and typography */
.nww-heading-lg {
    font-size: 2.4rem;
    margin: 0;
    font-family: "Average", serif;
    font-weight: 400;
    color: #e0fffe;
    text-align: left;
    border-bottom: solid 1px #e0fffe30;
    margin-bottom: 20px;
    width: 100%;
}

.nww-heading-md {
    font-size: 1.9rem;
    margin-bottom: 1rem;
    color: #FFFFFF;
    font-size: 2.4rem;
    margin: 0;
    font-family: "Average", serif;
    font-weight: 400;
    color: #e0fffe;
    text-align: left;
    width: 100%;
    text-align: center;
}

.nww-tag-content h3 {
    border-bottom: solid 1px #e0fffe30;
    text-align: left;
}

/* Plan section */
.nww-plan {
    background: linear-gradient(to bottom, #1A3238 0%, #23454C 50%, #1A3238 100%);
    padding-block: 5rem;
    text-align: center;
    position: relative;
}

.nww-plan .nww-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.nww-plan-intro {
    max-width: 40rem;
    margin: 0;
    padding-bottom: 40px;
}

img.tick-icon {
    margin-right: 10px;
    height: 30px;
}

.nww-plan-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2.5rem;
}

img.wave-background-img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
    object-fit: cover;
}

.nww-plan-list li {
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 0;
    display: flex;
    align-items: center;
    font-weight: 600;
}

img.tick-icon {
    margin-right: 10px;
}

/* Stats */
.nww-stats {
    padding-block: 4rem;
    position: relative;
}

.nww-stats-grid {
    display: flex;
    gap: 2.5rem;
    text-align: center;
    justify-content: space-between;
    width: min(1308px, 100% - 3rem) !important;
}

.membership-row {
    padding-bottom: 0;
    padding-top: 0;
}

.nwww-lr-block .nww-container {
    padding: 0 !important;
    max-width: 43%;
    width: 43%;
}

.nww-stat-number {
    font-size: 90px;
    font-family: "Average", serif;
    font-weight: 400;
    color: #e0fffe;
    text-align: revert;
    margin-bottom: 0px;
    line-height: 80px;
}

.nww-stat-label {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
}

/* Testimonial Section */
.nww-testimonial {
    padding: 80px 0;
    position: relative;
    width: min(1308px, 100% - 3rem);
    margin: auto;
        overflow: hidden;
}

.nww-quote {
    border-radius: 1.5rem;
    padding: 2.5rem;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(127, 213, 211, 0.5);
}

.nww-quote p {
    margin: 0 0 1.5rem;
}

.nww-quote-footer {
    text-align: right;
}

.nww-quote-name {
    color: #7FD5D3;
    font-weight: 600;
    font-size: 1rem;
    font-family: "Average", serif;
}

/* Tag section */
.nww-tag {
    padding-block: 4rem 5rem;
}

.nww-tag-grid {
    display: flex;
    gap: 8rem;
    align-items: center;
    justify-content: space-between;
    width: min(1308px, 100% - 3rem) !important;
    border-radius: 1.5rem;
    padding: 25px 20px 25px;
    background: #0000004d;
    border: 1px solid rgba(127, 213, 211, 0.6);
    background: #1A3238;
    background: linear-gradient(270deg, rgba(26, 50, 56, 1) 0%, rgba(36, 83, 92, 0.75) 100%);
}

.nww-tag-form {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.nww-tag-content {
    width: 55%;
    padding: 3rem;
}

.nww-tag-form input[type="email"] {
    flex: 1 1 200px;
    padding: 0.9rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
}

.nww-tag-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.nww-tag-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Buttons */
.nww-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.9rem;
    border-radius: 999px;
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
}

.nww-button-primary {
    background-color: #7FD5D3;
    color: #1A3238;
}

.nww-button-outline {
    background-color: transparent;
    color: #7FD5D3;
    border-color: #7FD5D3;
}

/* Footer tweak example */
.site-footer {
    background-color: #1A3238;
}

/* Header base */
.nww-header {
    position: fixed;
    top: 10px;
    left: 0;
    width: 100%;
    z-index: 50;
    font-family: "Nata Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nww-header-inner {
    width: min(1300px, 100% - 3rem);
    margin-inline: auto;
    padding-top: 1.5rem;
}

/* Pill bar */
.nww-header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 0.5rem 1.25rem;
    border-radius: 999px;
    background: rgba(26, 50, 56, 0.85);
    border: 1px solid rgba(127, 213, 211, 0.6);
    backdrop-filter: blur(10px);
}

.page-template-private-sessions-template .nww-page-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px;
    border-radius: 20px;
}

/* Branding */
.nww-header-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    justify-content: space-between;
    width: 100%;
}

.nww-header-brand .custom-logo-link img,
.nww-header-brand .custom-logo {
    max-height: 40px;
    width: auto;
    height: auto;
}

.nww-header-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.nww-site-title {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7FD5D3;
    text-decoration: none;
}

.nww-site-tagline {
    margin: 0;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.85);
}

/* Main nav */
.nww-main-nav {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.nww-menu {
    display: flex;
    gap: 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nww-menu > li > a {
    font-size: 0.9rem;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0.35rem 0.3rem;
    border-radius: 999px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.nww-menu > li.current-menu-item > a,
.nww-menu > li > a:hover,
.nww-menu > li > a:focus-visible {
    background-color: rgba(127, 213, 211, 0.14);
    color: #7FD5D3;
}

/* CTA button */
.nww-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 1.25rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    color: #1A3238;
    background-color: #7FD5D3;
    border: 1px solid #7FD5D3;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
}

.nww-header-cta:hover,
.nww-header-cta:focus-visible {
    background-color: #a2e2e1;
    color: #1A3238;
    transform: translateY(-1px);
}

/* Mobile toggle */
.nww-nav-toggle {
    display: none;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
}

.nww-nav-toggle-box {
    display: inline-flex;
    flex-direction: column;
    gap: 3px;
}

.nww-nav-toggle-line {
    width: 18px;
    height: 2px;
    background-color: #7FD5D3;
    border-radius: 999px;
}

.nww-nav-toggle-label {
    font-size: 0.8rem;
}

/* Hero badge subline */
.nww-hero-badge-sub {
    margin: 0.75rem 0 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
}

/* What we do section */
.nww-what {
    padding-block: 4rem;
    background-color: #1A3238;
}

.nww-what-lead {
    font-size: 1.1rem;
    max-width: 40rem;
    margin: 0 0 1rem;
}

.nww-what p {
    max-width: 42rem;
}

.nww-what-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

/* Secondary button */
.nww-button-secondary {
    background-color: transparent;
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.6);
}

.nww-button-secondary:hover,
.nww-button-secondary:focus-visible {
    background-color: rgba(255, 255, 255, 0.08);
}

/* Testimonial slider wrapper */
.nww-testimonial-slider {
    position: relative;
    overflow: visible;
    padding: 0rem 0 4rem;
}

/* =========
   Internal pages
   ========= */

.nww-page {
    background-color: #1A3238;
    color: #FFFFFF;
}

/* Shared max width for internal pages */
.nww-page-inner {
    width: min(1300px, 100% - 3rem);
    margin-inline: auto;
    position: relative;
    z-index: 3;
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nww-page-infographic{
    width: min(1300px, 100% - 3rem);
    margin-inline: auto;
    position: relative;
    z-index: 3;
    text-align: left;
    margin: auto;
    display: block;
    align-items: center;
}

/* Top hero area */
.nww-page-hero {
    padding-top: 12rem;
    padding-bottom: 0rem;
    position: relative;
}

.nww-page-title {
    font-size: 2.8rem;
    margin: 0;
    font-family: "Average", serif;
    font-weight: 400;
    color: #e0fffe;
    line-height: 50px;
    padding-bottom: 20px;
}

.hero-background-about-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 1;
    background: #1A3238;
    background: linear-gradient(
185deg, rgba(26, 50, 56, 0) 0%, rgb(26 50 56) 62%, rgb(26 50 56) 100%);
}

.hero-background-sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img.gradient-background {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.nww-page-hero-sub {
    font-size: 19px;
    max-width: 40rem;
    margin: 0;
    color: #ebffff;
    padding-bottom: 40px;
}

.nww-kicker {
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #7FD5D3;
    margin: 0;
    font-weight: bold;
    padding: 5px 16px;
    background: #7fd5d31a;
    width: fit-content;
    border-radius: 20px;
    border: solid 1px #7FD5D3;
    position: relative;
    top: -31px;
}

/* Sections */
.nww-page-section {
    padding-block: 0;
}

.nww-page-grid {
    display: flex;
    gap: 3.5rem;
    align-items: flex-start;
    flex-direction: row;
    flex-direction: row;
}

/* Grid layout for story + sidebar */
.page-template-private-sessions-template .nww-page-grid {
    display: flex;
    gap: 3.5rem;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
}

.nww-page-main p {
    margin: 0 0 1.4rem;
    max-width: 42rem;
    font-size: 17px;
    line-height: 29px;
    max-width: 100%;
    margin: 0;
    color: #ebffff;
    margin-bottom: 21px;
}

/* Highlighted pull line */
.nww-page-pull {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #7FD5D3;
}

/* Inline quote */
.nww-page-quote {
    font-size: 1.1rem;
    font-style: italic;
    border-left: 3px solid #7FD5D3;
    padding-left: 1rem;
}

.page-template-about-page-template .nww-page-aside {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 50px;
}

.page-template-private-sessions-template .nww-page-aside {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    top: 0;
    width: 100%;
}

.nww-membership-price {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* double the base size and spin */
.svg-icon-alt {
    position: absolute;
    z-index: 0;
    width: 432px;
    height: 452px;
    opacity: 1;
    transform-origin: 50% 50%;
    animation: nww-spin 30s linear infinite;
}

.nww-scroll-header .nww-section-sub {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9;
}

@keyframes nww-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.nww-membership-price {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.nww-price-amount,
.nww-price-label {
    position: relative;
    z-index: 1;
}

.nww-aside-card {
    border-radius: 1.5rem;
    padding: 30px 50px 30px;
    background: #0000004d;
    border: 1px solid rgba(127, 213, 211, 0.6);
    background: #1A3238;
    background: linear-gradient(
270deg, rgba(26, 50, 56, 1) 0%, rgba(36, 83, 92, 0.75) 100%);
}

.page-template-membership-page-template .nww-page-hero-sub {
    font-size: 19px;
    max-width: 40rem;
    margin: 0;
    color: #ebffff;
    padding-bottom: 0px;
}

.nww-aside-heading {
    font-size: 1.1rem;
    margin: 0 0 0.75rem;
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
    font-size: 28px;
    margin: 0;
    font-family: "Average", serif;
    font-weight: 400;
    color: #e0fffe;
    margin-bottom: 20px;
    padding-bottom: 25px;
    text-align: center;
    border-bottom: solid 1px #e0fffe4a;
}

.sub-menu li {
    background: black;
    padding: 0.5rem 1.25rem;
    border-radius: 999px;
    background: rgba(26, 50, 56, 0.85);
    border: 1px solid rgba(127, 213, 211, 0.6);
    backdrop-filter: blur(10px);
    color: white;
}

.nww-aside-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    text-align: left;
}

.nww-aside-list li {
    padding-left: 1.1rem;
    position: relative;
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
}

.nww-aside-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background-color: #7FD5D3;
}

/* Placeholder founder photo */
.nww-aside-photo {
    border-radius: 1.5rem;
    overflow: hidden;
    border: 1px solid rgba(127, 213, 211, 0.3);
}

.nww-photo-placeholder {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at top, #7FD5D3 0%, #1A3238 70%);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

/* Outcomes list */
.nww-section-heading {
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
    font-size: 2.2rem;
    margin: 0;
    font-family: "Average", serif;
    font-weight: 400;
    color: #e0fffe;
    padding-bottom: 0px;
    padding-top: 35px !important;
    border-top: solid 1px #7fd5d32b !important;
    position: relative;
    z-index: 9;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
}

.nww-page-main {
    margin: auto;
    width: 100%;
}

.page-template-about-page-template .nww-page-main {
    margin: auto;
    width: 100%;
    text-align: left;
}

.nww-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0.75rem;
    list-style: none;
    justify-content: space-between;
}

.nww-bullet-list li {
    position: relative;
    padding-left: 0;
    display: flex;
    align-items: center;
    margin: 0;
    font-family: "Average", serif;
    font-weight: 400;
    color: #e0fffe;
    font-size: 16px;
    font-family: "Nata Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: 10px 0px;
    padding-bottom: 8px;
}

img.nww-con {
    margin-right: 10px;
    margin-bottom: 0;
    position: relative;
    bottom: -2px;
}

.nww-page-signoff {
    font-size: 1.1rem;
    max-width: 35rem;
    color: #7fd5d3;
    text-align: center;
    margin: auto;
    padding-top: 24px;
}

.nww-footer-bg .sub-menu {
    display: none;
}

/* =========
   Membership page
   ========= */

.nww-page-membership .nww-page-hero {
    padding-bottom: 5.5rem;
}

.svg-icon-alt path {
    fill: #7FD5D3;
}

.nww-membership-hero-top {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.25rem;
    flex-direction: column;
}

.nww-membership-price {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    border: none;
    background: 0;
    position: absolute;
    right: 240px;
    top: 150px;
    text-align: center;
    align-items: center;
}

.nww-price-amount {
    font-size: 60px;
    font-weight: 600;
    position: absolute;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -77%);
    color: #112022;
    font-family: "Average", serif;
    font-weight: 600;
}

.nww-price-label {
    font-size: 0.85rem;
    opacity: 1;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, 7%);
    color: #265251;
    font-family: "Average", serif;
    font-weight: 600;
    width: 100px;
}

.nww-membership-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
    justify-content: center !important;
}

/* Section subtitle */
.nww-section-sub {
    font-size: 17px;
    line-height: 29px;
    max-width: 100%;
    margin: 0;
    color: #ebffff;
    margin-bottom: 21px;
    text-align: center;
}

.nww-section-subheading {
    font-size: 1.2rem;
    margin: 2rem 0 0.6rem;
}

.nww-page-inner.nww-page-grid.nww-recruiters-grid {
    flex-direction: column;
}

/* Feature grid */
.nww-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem;
}

.nww-feature-card {
    border-radius: 1.5rem;
    padding: 1.8rem 1.6rem;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(127, 213, 211, 0.5);
}

.nww-feature-title {
    font-size: 1.05rem;
    margin: 0 0 0.5rem;
    font-size: 28px;
    margin: 0;
    font-family: "Average", serif;
    font-weight: 400;
    color: #e0fffe;
    margin-bottom: 20px;
    padding-bottom: 30px;
    line-height: 28px;
    text-align: center;
    border-bottom: solid 1px #e0fffe4a;
}

.nww-feature-tagline {
    font-size: 0.95rem;
    color: #7FD5D3;
    margin: 0 0 0.9rem;
}

/* PDP section tweaks */
.nww-pdp-grid {
    gap: 3rem;
}

/* Steps for monthly structure */
.nww-step-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.4fr);
    gap: 1.75rem;
    margin-top: 2rem;
}

.nww-step-card {
    border-radius: 1.5rem;
    padding: 1.7rem 1.6rem;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(127, 213, 211, 0.4);
}

.nww-step-card--wide {
    grid-column: 1 / -1;
}

.nww-step-title {
    font-size: 1.02rem;
    margin: 0 0 0.7rem;
}

/* Inline bullet list in reset section */
.nww-bullet-list--inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
}

/* Why structure works */
.nww-why-structure {
    margin-top: 2.5rem;
    max-width: 46rem;
}

/* PDP loop */
.nww-loop-steps {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
    display: grid;
    gap: 1.5rem;
    counter-reset: pdp-step;
}

.nww-loop-steps li {
    position: relative;
    padding-left: 2.4rem;
}

.nww-loop-steps li::before {
    counter-increment: pdp-step;
    content: counter(pdp-step);
    position: absolute;
    left: 0;
    top: 0.15rem;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 999px;
    background-color: #7FD5D3;
    color: #1A3238;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Why this membership works */
.nww-why-grid {
    gap: 3rem;
}

/* Booking; fair use; cancellation */
.nww-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem;
}

.nww-meta-card {
    border-radius: 1.5rem;
    padding: 1.8rem 1.6rem;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(127, 213, 211, 0.4);
}

.nww-meta-title {
    font-size: 1.05rem;
    margin: 0 0 0.7rem;
}

/* Promise */
.nww-membership-promise {
    text-align: center;
}

.nww-membership-promise .nww-page-inner {
    max-width: 720px;
}

.nww-promise-quote {
    margin-top: 2rem;
    margin-bottom: 2.2rem;
}

/* =========
   Private sessions page
   ========= */

.nww-page-private .nww-page-hero {
    padding-bottom: 2.5rem;
    background: radial-gradient(circle at top left, rgba(127, 213, 211, 0.18), transparent 55%);
}

/* Adjust grid spacing for this page */
.nww-private-grid {
    gap: 3rem;
}

/* Multi column bullet list for "who it is for" */
.nww-bullet-list--columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.4rem 11.5rem;
}

.nww-bullet-list--columns li {
    margin-bottom: 0.1rem;
}

/* Pricing layout */
.nww-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem;
    margin-top: 2rem;
}

.nww-pricing-card {
    border-radius: 1.5rem;
    padding: 1.9rem 1.7rem;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(127, 213, 211, 0.5);
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.nww-pricing-card--highlight {
    border-color: #7FD5D3;
    box-shadow: 0 0 0 1px rgba(127, 213, 211, 0.45);
    background: #1A3238;
    background: linear-gradient(118deg, rgba(26, 50, 56, 1) 0%, rgba(36, 83, 92, 0.75) 100%);
}

.nww-pricing-title {
    font-size: 1.05rem;
    margin: 0;
}

.nww-pricing-price {
    font-size: 63px;
    font-weight: 600;
    color: #7FD5D3;
    margin: 0;
    font-size: 60px;
    margin: 0;
    font-family: "Average", serif;
    font-weight: 400;
    color: #e0fffe;
    line-height: 50px;
}

.nww-pricing-tagline {
    font-size: 17px;
    line-height: 29px;
    max-width: 100%;
    margin: 0;
    color: #ebffff;
    margin-bottom: 0;
}

.nww-pricing-detail {
    font-size: 17px;
    opacity: 0.9;
    margin-top: auto;
    color: #7FD5D3;
    font-weight: bold;
    line-height: 17px;
}

.nww-pricing-footnote {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-top: 1.75rem;
}

/* Final CTA alignment */
.nww-private-cta {
    text-align: center;
}

.nww-private-cta .nww-page-inner {
    max-width: 100%;
}

/* =========
   Insights index
   ========= */

.nww-page-insights .nww-page-hero {
    padding-bottom: 2.2rem;
    background: radial-gradient(circle at top left, rgba(127, 213, 211, 0.18), transparent 55%);
}

/* Filter bar */

.nww-insights-filter {
    padding-top: 1rem;
    padding-bottom: 2.5rem;
}

.nww-insights-filter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.nww-insights-filter-form input[type="search"] {
    flex: 1 1 220px;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
}

.nww-insights-filter-form input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.nww-insights-filter-form select {
    flex: 0 0 210px;
    padding: 0.8rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    appearance: none;
}

.nww-filter-search,
.nww-filter-category,
.nww-filter-actions {
    display: flex;
    align-items: center;
}

.nww-filter-actions .nww-button {
    white-space: nowrap;
}

/* Article grid */

.nww-insights-grid-section {
    padding-top: 0;
}

.nww-article-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.8rem;
}

.nww-article-card {
    border-radius: 1.6rem;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(127, 213, 211, 0.4);
    width: 32%;
}

.nww-article-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.nww-article-card-media img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
}

.nww-article-card-placeholder {
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at top, #7FD5D3 0%, #1A3238 70%);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.nww-article-card-body {
    padding: 1.5rem 1.4rem 1.3rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.nww-article-card-category {
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #7FD5D3;
}

.nww-article-card-title {
    font-size: 1.1rem;
    margin: 0;
}

.nww-article-card-excerpt {
    font-size: 0.95rem;
    margin: 0.1rem 0 0.35rem;
    color: rgba(255, 255, 255, 0.9);
}

.nww-article-card-more {
    font-size: 0.9rem;
    margin-top: auto;
    color: #7FD5D3;
}

/* Pagination */

.nww-insights-pagination {
    margin-top: 2.5rem;
    text-align: center;
}

.nww-insights-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    border-radius: 999px;
    margin-inline: 0.15rem;
    padding-inline: 0.4rem;
    text-decoration: none;
    font-size: 0.9rem;
    border: 1px solid transparent;
}

.nww-insights-pagination .page-numbers.current {
    background-color: #7FD5D3;
    color: #1A3238;
    border-color: #7FD5D3;
}

.nww-insights-pagination .page-numbers:not(.current) {
    border-color: rgba(255, 255, 255, 0.3);
}


/* =========
   Single article
   ========= */

.nww-page-article .nww-page-hero {
    padding-bottom: 1.8rem;
}

.nww-article-title {
    max-width: 42rem;
}

img.nww-reset-arrow {
    position: absolute;
    width: 950px;
    top: -250px;
    animation: spin 18s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

.nww-article-category-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(127, 213, 211, 0.7);
    background: rgba(0, 0, 0, 0.3);
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #7FD5D3;
    text-decoration: none;
}

.nww-article-meta {
    margin-top: 0.9rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.78);
}

.nww-article-dot {
    margin-inline: 0.4rem;
}

/* Layout */

.nww-article-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.1fr);
    gap: 3rem;
    align-items: flex-start;
}

.nww-article-featured img {
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Content typography */

.nww-article-content > *:first-child {
    margin-top: 0;
}

.nww-article-content p {
    margin: 0 0 1.3rem;
    line-height: 1.7;
}

.nww-article-content h2,
.nww-article-content h3,
.nww-article-content h4 {
    margin: 2rem 0 0.7rem;
}

.nww-article-content ul,
.nww-article-content ol {
    margin: 0 0 1.4rem 1.4rem;
}

/* Sidebar */

.nww-article-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.nww-wellness-cta .nww-button {
    margin-top: 0.7rem;
}

/* Related insights */

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

.nww-related-link {
    text-decoration: none;
    color: inherit;
    font-size: 0.95rem;
}

.nww-related-link:hover .nww-related-title {
    color: #7FD5D3;
}

/* Mini membership card */

.nww-membership-mini p {
    margin-bottom: 0.9rem;
}

/* =========
   Book a Call page
   ========= */

.nww-page-book-call .nww-page-hero {
    padding-bottom: 2.5rem;
    background: radial-gradient(circle at top left, rgba(127, 213, 211, 0.18), transparent 55%);
}

.nww-book-title {
    max-width: 46rem;
}

.nww-book-calendar .nww-calendar-embed {
    border-radius: 1.5rem;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(127, 213, 211, 0.4);
    padding: 1.5rem;
}

.nww-calendar-placeholder {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(127, 213, 211, 0.07);
    border-radius: 1rem;
    font-size: 0.9rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.8;
}

/* Testimonial */
.nww-book-testimonial .nww-quote {
    max-width: 680px;
    margin-inline: auto;
}

.nww-book-quote p {
    font-size: 1.1rem;
    line-height: 1.6;
}

/* =========
   Footer
   ========= */

.nww-footer {
    background-color: #1A3238;
    color: #FFFFFF;
    position: relative;
}

.nww-footer-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -250px;
    left: 0;
    z-index: 1;
    opacity: 1;
    background: #1A3238;
    background: linear-gradient(180deg, rgba(26, 50, 56, 0) 0%, rgb(26 50 56) 73%, rgb(26 50 56) 100%);
}

.nww-footer .nww-footer-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    z-index: 1;
    opacity: 1;
    background: #1A3238;
    background: linear-gradient(
360deg, rgba(26, 50, 56, 0) 0%, rgb(26 50 56) 73%, rgb(26 50 56) 100%);
}

.nww-hero-bottom-gradient {
    position: absolute;
    width: 100%;
    height: 280px;
    bottom: -30px;
    left: 0;
    opacity: 1;
    background: #1A3238;
    background: linear-gradient(
180deg, rgba(26, 50, 56, 0) 0%, rgb(26 50 56) 73%, rgb(26 50 56) 100%);
    z-index: 1;
}

.nww-hero-bottom-gradient.is-visible {
    opacity: 1;
}

/* Wave background strip */
.nww-footer-bg {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-top: 4.5rem;
    padding-bottom: 6.5rem;
}

/* Inner width aligned with the rest of the site */
.nww-footer-inner {
    width: min(1300px, 100% - 3rem);
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
    POSITION: RELATIVE;
    Z-INDEX: 3;
}

/* Top row: logo + nav */
.nww-footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

/* Branding */
.nww-footer-brand {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    min-width: 0;
}

.nww-footer-logo .custom-logo-link img,
.nww-footer-logo .custom-logo {
    max-height: 44px;
    width: auto;
    height: auto;
}

.nww-footer-text {
    display: flex;
    flex-direction: column;
}

.nww-footer-name {
    font-size: 0.95rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nww-footer-tagline {
    font-size: 0.8rem;
    opacity: 0.9;
}

/* Nav */
.nww-footer-nav {
    display: flex;
    align-items: center;
}

.nww-footer-menu {
    list-style: none;
    display: flex;
    gap: 1.6rem;
    margin: 0;
    padding: 0;
}

.nww-footer-menu > li > a {
    font-size: 0.9rem;
    color: #FFFFFF;
    text-decoration: none;
    opacity: 0.9;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.nww-footer-menu > li > a:hover,
.nww-footer-menu > li > a:focus-visible {
    color: #7FD5D3;
    opacity: 1;
}

/* Bottom row */
.nww-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.75rem 1.5rem;
    font-size: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.19);
    padding-top: 0.9rem;
}

.nww-footer-copy,
.nww-footer-note {
    margin: 0;
    opacity: 0.85;
}

/* Testimonial Section */
.nww-testimonial {
    padding: 80px 0;
    position: relative;
}

.nww-testimonial .nww-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.nww-testimonial-slider {
    position: relative;
    overflow: visible;
    padding: 3rem 0 4rem;
}

.nww-testimonial-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.nww-slide {
    min-width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    flex-shrink: 0;
}

.nww-slide.active {
    opacity: 1;
}

/* Quote styling */
.nww-quote {
    border: 1px solid rgba(127, 213, 211, 0.3);
    border-radius: 20px;
    padding: 3rem 7rem;
    background: rgba(127, 213, 211, 0.05);
    margin: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 90%;
    margin: auto;
}

.nww-quote p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: #fff;
}

.nww-quote-footer {
    text-align: center;
}

.nww-quote-name {
    color: #7FD5D3;
    font-weight: 600;
    font-size: 1rem;
}

/* Arrow buttons */
.nww-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 2px solid #7FD5D3;
    color: #7FD5D3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.nww-slider-arrow:hover {
    background: #7FD5D3;
    color: #1a1a1a;
    transform: translateY(-50%) scale(1.1);
}

.nww-slider-prev {
    left: -80px;
}

.nww-slider-next {
    right: -80px;
}

/* Dots navigation */
.nww-slider-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 2.5rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.nww-slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(127, 213, 211, 0.3);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.nww-slider-dot:hover {
    background: rgba(127, 213, 211, 0.6);
}

.nww-slider-dot.active {
    background: #7FD5D3;
    width: 32px;
    border-radius: 5px;
}

.nww-pdp-section {
    text-align: center;
}

.nww-pdp-content {
    max-width: 100%;
    margin: 40px auto 1.5rem;
    padding-top: 0px;
    text-align: center;
}

.nww-section-sub {
    text-align: center;
}

.nww-pdp-card {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 1.5rem;
    padding: 3rem 4rem;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(127, 213, 211, 0.5);
    text-align: center;
    margin-bottom: 70px;
}

.nww-pdp-card-heading {
    font-size: 2.2rem;
    margin: 0 0 1.5rem;
    font-family: "Average", serif;
    font-weight: 400;
    color: #e0fffe;
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: solid 1px #e0fffe30;
}

.nww-page-diagram {
    width: min(1300px, 100% - 3rem);
    margin: auto;
}

.nww-pdp-card-intro {
    font-size: 17px;
    line-height: 29px;
    color: #ebffff;
    margin-bottom: 2.5rem;
}

.nww-pdp-features {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.nww-pdp-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}

.nww-pdp-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.nww-pdp-feature span {
    font-size: 14px;
    line-height: 1.5;
    color: #ebffff;
}

.nww-pdp-card-footer {
    font-size: 1.1rem;
    color: #7fd5d3;
    margin: 0;
    text-align: center;
}

/* PDP section tweaks */
.nww-pdp-grid {
    gap: 3rem;
}

/* Steps for monthly structure */
.nww-step-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.4fr);
    gap: 1.75rem;
    margin-top: 2rem;
}

.nww-step-card {
    border-radius: 1.5rem;
    padding: 1.7rem 1.6rem;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(127, 213, 211, 0.4);
}

.nww-step-card--wide {
    grid-column: 1 / -1;
}

.nww-step-title {
    font-size: 1.02rem;
    margin: 0 0 0.7rem;
}

/* Inline bullet list in reset section */
.nww-bullet-list--inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
}

/* Why structure works */
.nww-why-structure {
    margin-top: 2.5rem;
    max-width: 46rem;
}

/* PDP loop */
.nww-loop-steps {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
    display: grid;
    gap: 1.5rem;
    counter-reset: pdp-step;
}

.nww-loop-steps li {
    position: relative;
    padding-left: 2.4rem;
}

.nww-loop-steps li::before {
    counter-increment: pdp-step;
    content: counter(pdp-step);
    position: absolute;
    left: 0;
    top: 0.15rem;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 999px;
    background-color: #7FD5D3;
    color: #1A3238;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Why this membership works */
.nww-why-grid {
    gap: 3rem;
}

/* Booking; fair use; cancellation */
.nww-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem;
}

.nww-meta-card {
    border-radius: 1.5rem;
    padding: 1.8rem 1.6rem;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(127, 213, 211, 0.4);
}

.nww-meta-title {
    font-size: 1.05rem;
    margin: 0 0 0.7rem;
}

/* Promise */
.nww-membership-promise {
    text-align: center;
}

.nww-membership-promise .nww-page-inner {
    max-width: 720px;
}

.nww-promise-quote {
    margin-top: 2rem;
    margin-bottom: 2.2rem;
}

/* =========
   Founders page
   ========= */

.nww-page-founders .nww-page-hero {
    background: radial-gradient(
        circle at top left,
        rgba(127, 213, 211, 0.18),
        transparent 55%
    );
}

.nww-founders-grid {
    padding-bottom: 80px;
}

.nww-bullet-list--founders {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.4rem 3rem;
    margin-bottom: 2rem;
    align-items: start;
}

.nww-bullet-list--founders li {
    margin: 0;
    padding-bottom: 0;
}

.nww-page-founders .nww-founders-aside .nww-aside-card {
    position: sticky;
    top: 140px;
}

/* =========
   Founders page tidy up
   ========= */

.nww-page-founders .nww-page-hero .nww-page-inner {
    padding-top: 90px;
    padding-bottom: 55px;
}

.nww-page-founders .nww-page-title {
    max-width: 760px;
}

.nww-page-founders .nww-page-hero-sub {
    max-width: 620px;
    margin-top: 10px;
}

.nww-page-founders .nww-membership-hero-ctas {
    margin-top: 18px;
}

/* More consistent section rhythm */
.nww-page-founders .nww-page-section {
    padding-top: 55px;
    padding-bottom: 55px;
}

.nww-page-founders .nww-section-heading {
    margin-bottom: 14px;
}

/* Lists feel tighter and more deliberate */
.nww-page-founders .nww-bullet-list--founders {
    gap: 10px 56px;
    margin-top: 18px;
    margin-bottom: 20px;
}

.nww-page-founders .nww-bullet-list--founders li {
    line-height: 1.45;
}

.nww-page-founders .nww-bullet-list--founders .nww-con {
    margin-top: 2px;
}

/* Compact “Not therapy; not coaching” callout */
.nww-page-founders .nww-callout-stack {
    margin-top: 10px;
    margin-bottom: 16px;
}

.nww-page-founders .nww-callout-stack p {
    margin: 0;
    padding: 0;
    opacity: 0.95;
}

/* Membership block: make the card feel anchored */
.nww-page-founders .nww-founders-aside {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.nww-page-founders .nww-founders-aside .nww-aside-card {
    width: min(420px, 100%);
}

.nww-page-founders .nww-page-grid.nww-founders-grid {
    align-items: start;
}

/* =========
   Recruiters page
   ========= */

.nww-page-recruiters .nww-page-title {
    max-width: 760px;
}

.nww-page-recruiters .nww-page-hero-sub {
    max-width: 620px;
}

.nww-page-recruiters .nww-page-section {
    padding-top: 55px;
    padding-bottom: 55px;
}

.nww-bullet-list--recruiters {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 56px;
    margin-top: 18px;
    margin-bottom: 20px;
    align-items: start;
}

.nww-bullet-list--recruiters li {
    margin: 0;
    padding-bottom: 0;
    line-height: 1.45;
}

.nww-bullet-list--recruiters .nww-con {
    margin-top: 2px;
}

/* Chips */
.nww-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    justify-content: center;
}

.nww-chip-list li {
    padding: 8px 30px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    line-height: 1;
    border: 1px solid rgba(127, 213, 211, 0.6);
    background: #1A3238;
    background: linear-gradient(270deg, rgba(26, 50, 56, 1) 0%, rgba(36, 83, 92, 0.75) 100%);
}

/* Membership card anchoring */
.nww-page-recruiters .nww-recruiters-aside {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.nww-page-recruiters .nww-recruiters-aside .nww-aside-card {
    width: 100%;
    position: sticky;
    top: 140px;
}

.nww-page-grid.nww-recruiters-grid {
    align-items: start;
}

/* =========
   High Performers page
   ========= */

.nww-page-high-performers .nww-page-title {
    max-width: 820px;
}

.nww-page-high-performers .nww-page-hero-sub {
    max-width: 680px;
}

.nww-page-high-performers .nww-page-section {
    padding-top: 55px;
    padding-bottom: 55px;
}

.nww-bullet-list--hp {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 56px;
    margin-top: 18px;
    margin-bottom: 20px;
    align-items: start;
}

.nww-bullet-list--hp li {
    margin: 0;
    padding-bottom: 0;
    line-height: 1.45;
}

.nww-bullet-list--hp .nww-con {
    margin-top: 2px;
}

/* Outcomes block */
.nww-outcomes-stack {
    margin-top: 12px;
    margin-bottom: 18px;
}

.nww-outcomes-stack p {
    margin: 0 0 10px 0;
    opacity: 0.95;
}

/* Make the page feel anchored */
.nww-page-grid.nww-high-performers-grid {
    align-items: start;
}

/* =========
   Meta pages (terms; privacy; policies)
   ========= */

.nww-page-hero--meta .nww-page-inner {
    padding-top: 80px;
    padding-bottom: 50px;
}

.nww-page-section--meta {
    padding-top: 50px;
    padding-bottom: 70px;
}

.nww-meta-inner {
    max-width: 900px;
}

.nww-meta-content h2 {
    margin-top: 34px;
    margin-bottom: 14px;
}

.nww-meta-block {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nww-meta-list {
    margin: 0;
    padding-left: 18px;
}

.nww-meta-list li {
    margin-bottom: 10px;
    line-height: 1.55;
}

.nww-meta-note {
    margin-top: 14px;
    opacity: 0.92;
}

/* =========
   Recruiter membership box
   ========= */

.nww-membership-box {
    padding: 55px 0;
}

.nww-membership-box-card {
    width: 100%;
    border-radius: 1.5rem;
    border: 1px solid rgba(127, 213, 211, 0.6);
    background: linear-gradient(270deg, rgba(26, 50, 56, 1) 0%, rgba(36, 83, 92, 0.75) 100%);
    padding: 2.6rem 2.25rem;
    text-align: center;
}

.nww-membership-box-price-text {
    margin: 0;
    font-family: "Average", serif;
    font-weight: 400;
    color: #e0fffe;
    font-size: 2.2rem;
    line-height: 1.1;
}

.nww-membership-box-divider {
    height: 1px;
    margin: 1.9rem auto 1.6rem;
    width: min(920px, 100%);
    background: rgba(224, 255, 254, 0.18);
}

.nww-membership-box-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem 2rem;
    width: min(980px, 100%);
    margin-left: auto;
    margin-right: auto;
}

.nww-membership-box-points li {
    position: relative;
    padding-left: 1.1rem;
    text-align: left;
    color: rgba(235, 255, 255, 0.92);
    font-size: 0.98rem;
    line-height: 1.55;
}

.nww-membership-box-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background-color: #7FD5D3;
}

.nww-membership-box-cta {
    margin-top: 1.9rem;
    display: flex;
    justify-content: center;
}

/* =========
   Recruiter membership box header + details
   ========= */

.nww-membership-box-header {
    width: min(980px, 100%);
    margin: 0 auto 1.6rem;
    text-align: center;
}

.nww-membership-box-kicker {
    margin: 0 0 0.35rem;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(224, 255, 254, 0.85);
}

.nww-membership-box-title {
    margin: 0 0 0.55rem;
    font-family: "Average", serif;
    font-weight: 400;
    color: #e0fffe;
    font-size: 2.1rem;
    line-height: 1.15;
}

.nww-membership-box-intro {
    margin: 0;
    color: rgba(235, 255, 255, 0.9);
    font-size: 1.02rem;
    line-height: 1.65;
}

.nww-membership-box-details {
    margin: 1.7rem auto 0;
    width: min(980px, 100%);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem 2rem;
    text-align: left;
}

.nww-membership-box-detail h3 {
    margin: 0 0 0.6rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: rgba(224, 255, 254, 0.95);
}

.nww-membership-box-detail ul,
.nww-membership-box-detail ol {
    margin: 0;
    padding-left: 1.1rem;
    color: rgba(235, 255, 255, 0.9);
    line-height: 1.65;
}

.nww-membership-box-detail li {
    margin: 0.35rem 0;
}

/* =========
   Recruiter membership offer box
   ========= */

.nww-membership-box {
    padding: 55px 0;
}

.nww-membership-box-card {
    width: 100%;
    border-radius: 1.5rem;
    border: 1px solid rgba(127, 213, 211, 0.6);
    background: linear-gradient(270deg, rgba(26, 50, 56, 1) 0%, rgba(36, 83, 92, 0.75) 100%);
    padding: 2.6rem 2.25rem;
}

.nww-membership-box-top {
    width: min(980px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 1.5rem 2rem;
    align-items: start;
}

.nww-membership-box-copy {
    text-align: left;
}

.nww-membership-box-kicker {
    margin: 0 0 0.45rem;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(224, 255, 254, 0.85);
}

.nww-membership-box-title {
    margin: 0 0 0.6rem;
    font-family: "Average", serif;
    font-weight: 400;
    color: #e0fffe;
    font-size: 2.05rem;
    line-height: 1.15;
}

.nww-membership-box-intro {
    margin: 0;
    color: rgba(235, 255, 255, 0.9);
    font-size: 1.02rem;
    line-height: 1.65;
}

.nww-membership-box-price {
    border: 1px solid #7fd5d3;
    border-radius: 1.1rem;
    padding: 1rem 1rem 0.95rem;
    text-align: left;
    background: #7fd5d30f;
}

.nww-membership-box-price-label {
    margin: 0 0 0.15rem;
    font-size: 0.9rem;
    color: rgba(224, 255, 254, 0.75);
}

.nww-membership-box-price-text {
    margin: 0;
    font-family: "Average", serif;
    font-weight: 400;
    color: #e0fffe;
    font-size: 1.85rem;
    line-height: 1.1;
}

.nww-membership-box-divider {
    height: 1px;
    margin: 1.6rem auto 1.6rem;
    width: min(980px, 100%);
    background: rgba(224, 255, 254, 0.18);
}

.nww-membership-box-points {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem 2rem;
    width: min(980px, 100%);
    text-align: left;
}

.nww-membership-box-points li {
    position: relative;
    padding-left: 1.1rem;
    color: rgba(235, 255, 255, 0.92);
    font-size: 0.98rem;
    line-height: 1.55;
}

.nww-membership-box-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background-color: #7FD5D3;
}

.nww-membership-box-details {
    margin: 1.7rem auto 0;
    width: min(980px, 100%);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem 2rem;
    text-align: left;
}

.nww-membership-box-detail h3 {
    margin: 0 0 0.6rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: rgba(224, 255, 254, 0.95);
}

.nww-membership-box-detail ul,
.nww-membership-box-detail ol {
    margin: 0;
    padding-left: 1.1rem;
    color: rgba(235, 255, 255, 0.9);
    line-height: 1.65;
}

.nww-membership-box-detail li {
    margin: 0.35rem 0;
}

.nww-membership-box-cta {
    margin-top: 1.9rem;
    display: flex;
    justify-content: center;
}

/* Responsive */
@media (max-width: 900px) {
    .nww-membership-box-card {
        padding: 2rem 1.5rem;
    }

    .nww-membership-box-top {
        grid-template-columns: 1fr;
    }

    .nww-membership-box-price {
        text-align: left;
        width: 100%;
        max-width: 320px;
    }

    .nww-membership-box-points {
        grid-template-columns: 1fr;
    }

    .nww-membership-box-details {
        grid-template-columns: 1fr;
    }

    .nww-membership-box-cta {
        justify-content: flex-start;
    }
}


/* Responsive */
@media (max-width: 900px) {
    .nww-membership-box-header {
        text-align: left;
    }

    .nww-membership-box-details {
        grid-template-columns: 1fr;
    }
}


/* Responsive */
@media (max-width: 900px) {
    .nww-membership-box-points {
        grid-template-columns: 1fr;
    }

    .nww-membership-box-card {
        padding: 2rem 1.5rem;
        text-align: left;
    }

    .nww-membership-box-cta {
        justify-content: flex-start;
    }

    .nww-membership-box-price-text {
        text-align: left;
    }
}


@media (max-width: 960px) {
    .nww-page-hero--meta .nww-page-inner {
        padding-top: 65px;
        padding-bottom: 40px;
    }

    .nww-page-section--meta {
        padding-top: 40px;
        padding-bottom: 55px;
    }
}

@media (max-width: 960px) {
    .nww-bullet-list--hp {
        grid-template-columns: 1fr;
        gap: 10px 0;
    }

    .nww-page-high-performers .nww-page-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}


@media (max-width: 960px) {
    .nww-bullet-list--recruiters {
        grid-template-columns: 1fr;
        gap: 10px 0;
    }

    .nww-page-recruiters .nww-recruiters-aside .nww-aside-card {
        position: static;
        top: auto;
    }

    .nww-page-recruiters .nww-page-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* Mobile: keep breathing space */
@media (max-width: 960px) {
    .nww-page-founders .nww-page-hero .nww-page-inner {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .nww-page-founders .nww-page-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 960px) {
    .nww-bullet-list--founders {
        grid-template-columns: 1fr;
        gap: 0.4rem 0;
    }

    .nww-page-founders .nww-founders-aside .nww-aside-card {
        position: static;
        top: auto;
    }

    .nww-founders-grid {
        padding-bottom: 50px;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .nww-testimonial .nww-container {
        padding: 0 20px;
    }
    
    .nww-slider-prev {
        left: -10px;
    }
    
    .nww-slider-next {
        right: -10px;
    }
    
    .nww-slider-arrow {
        width: 40px;
        height: 40px;
        background: rgba(26, 26, 26, 0.8);
    }
    
    .nww-quote {
        padding: 2rem 1.5rem;
    }
    
    .nww-quote p {
        font-size: 1rem;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .nww-slider-prev {
        left: 10px;
    }
    
    .nww-slider-next {
        right: 10px;
    }
    
    .nww-slider-arrow {
        width: 40px;
        height: 40px;
    }
}

/* ===========================
   Footer
   =========================== */

@media (max-width: 900px) {
    .nww-footer-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .nww-footer-menu {
        flex-wrap: wrap;
        gap: 0.9rem 1.5rem;
    }

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

@media (max-width: 600px) {
    .nww-footer-inner {
        width: min(100% - 2rem, 1300px);
    }
}


/* ===========================
   Book
   =========================== */

@media (max-width: 768px) {
    .nww-book-title {
        font-size: 2rem;
    }
}


/* ===========================
   Article layout
   =========================== */

@media (max-width: 1100px) {
    .nww-article-grid {
        grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.1fr);
    }

    .nww-article-grid.nww-article-grid--single {
        grid-template-columns: 1fr;
    }

    .nww-article-grid .nww-article-main {
        min-width: 0;
    }
}

@media (max-width: 960px) {
    .nww-article-grid {
        grid-template-columns: 1fr;
    }

    .nww-article-sidebar {
        max-width: 540px;
    }

    .nww-article-sidebar .nww-aside-card {
        margin-inline: 0;
    }
}

@media (max-width: 900px) {
    .nww-article-grid,
    .nww-article-grid .nww-article-main {
        width: 100%;
    }

    .nww-article-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}


/* ===========================
   Pricing / bullets / private CTA
   =========================== */

@media (max-width: 1100px) {
    .nww-pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .nww-bullet-list--columns {
        grid-template-columns: 1fr;
    }

    .nww-pricing-grid {
        grid-template-columns: 1fr;
    }

    .nww-private-cta {
        text-align: left;
    }

    .nww-private-cta .nww-membership-hero-ctas {
        justify-content: flex-start;
    }
}


/* ===========================
   Feature / steps / meta / membership
   =========================== */

@media (max-width: 1100px) {
    .nww-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nww-step-grid {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 768px) {
    .nww-feature-grid {
        grid-template-columns: 1fr;
    }

    .nww-meta-grid {
        grid-template-columns: 1fr;
    }

    .nww-membership-hero-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .nww-membership-promise {
        text-align: left;
    }

    .nww-membership-promise .nww-membership-hero-ctas {
        justify-content: flex-start;
    }

    .nww-stats-grid {
    flex-direction: column;
}
}


/* ===========================
   Generic page layout
   =========================== */

@media (max-width: 960px) {
    .nww-page-grid {
        grid-template-columns: 1fr;
    }
    .nww-page-title {
        font-size: 2.2rem;
        line-height: 40px;
        padding-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .nww-page-hero {
        padding-top: 10rem;
    }

    .nww-page-inner {
        width: min(100% - 2rem, 1300px);
    }
}


/* ===========================
   Header / mobile nav
   =========================== */

@media (max-width: 768px) {
    .nww-header-inner {
        padding-top: 1rem;
    }

    .nww-page-hero-sub {
        padding-bottom: 30px;
    }

    .nww-kicker {
        font-size: 12px;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: #7FD5D3;
        margin: 0;
        font-weight: bold;
        padding: 5px 16px;
        background: #7fd5d31a;
        width: fit-content;
        border-radius: 20px;
        border: solid 1px #7FD5D3;
        position: relative;
        top: -17px;
    }

    .nww-aside-card {
        border-radius: 1.5rem;
        padding: 20px 30px 30px;
        background: #0000004d;
        border: 1px solid rgba(127, 213, 211, 0.6);
        background: #1A3238;
        background: linear-gradient(
    270deg, rgba(26, 50, 56, 1) 0%, rgba(36, 83, 92, 0.75) 100%);
    }

    ul.nww-bullet-list {
        flex-direction: column;
    }

    .page-template-about-page-template .nww-page-aside {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        position: relative;
        top: 0;
    }

    .nww-page-inner {
        flex-direction: column-reverse;
    }

    .nww-header-bar {
        padding-inline: 0.9rem;
    }

    .nww-main-nav {
        position: absolute;
        inset-inline: 1.5rem;
        top: calc(100% + 0.75rem);
        flex-direction: column;
        align-items: stretch;
        padding: 0.9rem 1rem 1rem;
        border-radius: 1rem;
        background: rgba(26, 50, 56, 0.97);
        border: 1px solid rgba(127, 213, 211, 0.6);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-6px);
        transition:
            opacity 0.2s ease,
            transform 0.2s ease,
            visibility 0.2s ease;
    }

    .nww-menu {
        flex-direction: column;
        gap: 0.4rem;
        display: flex !important;
        text-align: center;
    }

    .nww-menu > li > a {
        padding: 0.4rem 0;
    }

    .nww-header-cta {
        width: 100%;
        justify-content: centre;
        margin-top: 0.6rem;
    }

    .nww-nav-toggle {
        display: inline-flex;
    }

    /* show menu when header has class */
    .nww-header.is-menu-open .nww-main-nav {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}


/* ===========================
   Hero
   =========================== */

@media (max-width: 960px) {
    .nww-hero-inner {
        grid-template-columns: 1fr;
        min-height: 350vh;
    }

    .nww-hero-media {
        order: -1;
    }

    .nww-hero-copy {
        padding-inline: 1.5rem;
    }

    .nww-tag-grid {
        grid-template-columns: 1fr;
    }
}
/* ===========================
   Private sessions; mobile tidy up
   =========================== */

@media (max-width: 768px) {

    /* General container on this template */
    .page-template-private-sessions-template .nww-page-inner {
        width: min(100% - 2rem, 1300px);
        padding: 2.5rem 1.5rem;
        border-radius: 0;
        align-items: flex-start;
        text-align: left;
    }

    /* Hero spacing */
    .nww-page-private .nww-page-hero {
        padding-top: 9rem;
        padding-bottom: 1.5rem;
    }

    .nww-page-private .nww-page-hero .nww-page-inner {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nww-page-private .nww-page-title {
        font-size: 2rem;
        line-height: 1.25;
        margin-bottom: 0.75rem;
    }

    .nww-page-private .nww-page-hero-sub {
        font-size: 1rem;
        padding-bottom: 1.5rem;
    }

    /* Content + aside block */
    .page-template-private-sessions-template .nww-page-grid {
        gap: 1.75rem;
        text-align: left;
    }

    .page-template-private-sessions-template .nww-aside-card {
        padding: 1.5rem 1.25rem;
    }

    /* Bullet list; single column; no huge gap */
    .page-template-private-sessions-template .nww-bullet-list {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-template-private-sessions-template .nww-bullet-list--columns {
        grid-template-columns: 1fr;
        gap: 0.4rem 0;
    }

    .page-template-private-sessions-template .nww-bullet-list--columns li {
        margin-bottom: 0.25rem;
    }

    /* Pricing layout */
    .page-template-private-sessions-template .nww-pricing-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        margin-top: 1.5rem;
    }

    .page-template-private-sessions-template .nww-pricing-card {
        padding: 1.6rem 1.4rem;
        text-align: left;
    }

    .page-template-private-sessions-template .nww-pricing-price {
        font-size: 2.2rem;
        line-height: 1.2;
    }

    .page-template-private-sessions-template .nww-pricing-tagline,
    .page-template-private-sessions-template .nww-pricing-detail,
    .page-template-private-sessions-template .nww-section-sub {
        font-size: 0.98rem;
        line-height: 1.55;
    }

    .page-template-private-sessions-template .nww-pricing-footnote {
        margin-top: 1.25rem;
        font-size: 0.85rem;
    }

    /* Final CTA */
    .page-template-private-sessions-template .nww-private-cta {
        text-align: left;
    }

    .page-template-private-sessions-template .nww-private-cta .nww-page-inner {
        align-items: flex-start;
    }

    .page-template-private-sessions-template .nww-membership-hero-ctas {
        justify-content: flex-start;
    }
}


/* ===========================
   Membership page; mobile tidy up
   =========================== */

@media (max-width: 768px) {

    /* General container */
    .page-template-membership-page-template .nww-page-inner {
        width: min(100% - 2rem, 1300px);
        padding: 2.5rem 1.5rem;
        border-radius: 0;
        align-items: flex-start;
        text-align: left;
    }

    /* Hero */
    .nww-page-membership .nww-page-hero {
        padding-top: 9rem;
        padding-bottom: 2rem;
    }

    .nww-page-membership .nww-page-hero .nww-page-inner {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nww-membership-hero-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
    }

    .nww-page-membership .nww-page-title {
        font-size: 2rem;
        line-height: 1.25;
        margin-bottom: 0.25rem;
    }

    .nww-kicker {
        margin-bottom: 0.75rem;
    }

    .nww-membership-price {
        align-self: flex-start;
        margin-top: 0.75rem;
    }

    .nww-membership-price .svg-icon-alt {
        width: 240px;
        height: 240px;
    }

    .nww-price-amount {
        font-size: 2.4rem;
    }

    /* “What is included” cards */
    .page-template-membership-page-template .nww-feature-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .page-template-membership-page-template .nww-feature-card {
        padding: 1.4rem 1.2rem;
    }

    .page-template-membership-page-template .nww-section-heading {
        font-size: 1.6rem;
    }

    .page-template-membership-page-template .nww-section-sub {
        font-size: 0.98rem;
        line-height: 1.55;
        margin-bottom: 1.5rem;
    }

    /* PDP card and icons */
    .page-template-membership-page-template .nww-pdp-card {
        padding: 1.8rem 1.4rem;
        margin-bottom: 2rem;
    }

    .page-template-membership-page-template .nww-pdp-card-heading {
        font-size: 1.7rem;
    }

    .page-template-membership-page-template .nww-pdp-features {
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem;
    }

    @media (max-width: 520px) {
        .page-template-membership-page-template .nww-pdp-features {
            grid-template-columns: 1fr;
        }
    }

    /* Session structure section */
    .page-template-membership-page-template .nww-session-structure-layout {
        gap: 2rem;
    }

    .page-template-membership-page-template .nww-session-sidebar {
        position: static;
    }

    .page-template-membership-page-template .nww-session-cards {
        width: 100%;
        gap: 1.25rem;
    }

    .page-template-membership-page-template .nww-session-card {
        padding: 1.5rem 1.35rem;
    }

    /* PDP performance loop diagram */
    .page-template-membership-page-template .nww-loop-diagram {
        max-width: 320px;
        margin: 3rem auto 2.25rem;
    }

    .page-template-membership-page-template .nww-loop-steps {
        gap: 1.25rem;
    }

    /* “Why this membership works” grid */
    .page-template-membership-page-template .nww-why-grid {
        gap: 1.75rem;
    }

    /* Benefits grid */
    .page-template-membership-page-template .nww-benefits-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    @media (max-width: 520px) {
        .page-template-membership-page-template .nww-benefits-grid {
            grid-template-columns: 1fr;
        }
    }

    .page-template-membership-page-template .nww-benefit-item {
        padding: 1rem 1rem;
    }

    /* Booking / fair use / cancellation cards */
    .page-template-membership-page-template .nww-meta-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .page-template-membership-page-template .nww-meta-card {
        padding: 1.5rem 1.35rem;
    }

    /* Final CTA */
    .page-template-membership-page-template .nww-private-cta {
        text-align: left;
    }

    .page-template-membership-page-template .nww-private-cta .nww-membership-hero-ctas {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .nww-hero-inner {
        min-height: 260vh; /* shorter scroll on small screens */
    }

    .nww-hero-line,
    .nww-hero-badge {
        font-size: 22px;
        margin-bottom: 3rem;
    }

    .nww-hero-line--first {
        font-size: 26px;
    }

    .nww-hero-copy {
        padding-inline: 1.25rem;
    }

    .nww-hero-badge {
        padding: 4rem 2rem;
        top: -180px;  /* pull it up slightly but not as aggressively */
        margin-bottom: 4rem;
    }

    .nww-hero-badge-arrow {
        bottom: -2rem;
    }
}
@media (max-width: 768px) {
    .nww-hero-inner {
        min-height: 320vh;
    }

    .nww-hero-line,
    .nww-hero-badge {
        font-size: 22px;
        margin-bottom: 3rem;
    }

    .nww-hero-badge {
        padding: 4rem 2rem;
        top: -180px;
    }
}
