/* ==========================================================================
   Nettleton Friel — theme styles
   Palette: navy #00092e · pink #ed3271 · blue #1badf2 · lime #c6e248 · orange #fe7e20
   ========================================================================== */

:root {
	--navy: #00092e;
	--pink: #ed3271;
	--pink-hover: #ff4a85;
	--blue: #1badf2;
	--blue-dark: #0d86bd;
	--blue-text: #0d5f87;
	--lime: #c6e248;
	--orange: #fe7e20;
	--ink: #151a33;
	--body: #2a3050;
	--muted: #5b6178;
	--muted-2: #4a5170;
	--tint: #f1f3fa;
	--line: #d3d8e8;
	--font-body: 'Nunito Sans', system-ui, sans-serif;
	--font-head: 'Poppins', system-ui, sans-serif;
	--wrap: 1240px;
	--content: 1180px;
	--gutter: 20px;
	--nf-chrome: 250px; /* header + credibility strip height, set by JS */
}

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 110px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
*, *::before, *::after { box-sizing: border-box; }
body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 17px;
	line-height: 1.68;
	color: var(--ink);
	background: var(--navy);
	overflow-x: hidden;
}
.nf-main { background: #fff; }
img { max-width: 100%; height: auto; }
a { color: var(--blue-dark); text-decoration: none; }
a:hover { color: var(--pink); }
::selection { background: var(--lime); color: var(--navy); }

h1, h2, h3, h4, .wp-block-heading {
	font-family: var(--font-head);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.02em;
	color: var(--navy);
	margin: 0 0 0.6em;
	text-wrap: balance;
}
h2, h2.wp-block-heading { font-size: clamp(30px, 3.6vw, 46px); line-height: 1.1; }
h3, h3.wp-block-heading { font-size: clamp(19px, 1.7vw, 23px); font-weight: 700; line-height: 1.3; }
h4 { font-size: 18px; font-weight: 700; }
p { margin: 0 0 1.2em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }
ul, ol { padding-left: 1.3em; }
li { margin-bottom: 0.4em; }
strong { color: var(--navy); }

.screen-reader-text {
	position: absolute !important; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
	height: 1px; width: 1px; overflow: hidden; word-wrap: normal !important;
}
.skip-link:focus {
	clip: auto; clip-path: none; height: auto; width: auto; left: 10px; top: 10px; z-index: 1000;
	padding: 12px 18px; background: var(--lime); color: var(--navy); border-radius: 8px; font-weight: 700;
}

/* --------------------------------------------------------------- Buttons */
.nf-btn, .wp-block-button__link {
	display: inline-block;
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 17px;
	line-height: 1.2;
	padding: 15px 26px;
	border-radius: 999px;
	border: 2px solid transparent;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background .18s, color .18s, border-color .18s;
}
.nf-btn--pink, .wp-block-button__link { background: var(--pink); border-color: var(--pink); color: #fff; }
.nf-btn--pink:hover, .wp-block-button__link:hover { background: var(--pink-hover); border-color: var(--pink-hover); color: #fff; }
.nf-btn--lg { padding: 17px 30px; }
.nf-btn--outline-light { background: transparent; border-color: var(--blue); color: #fff; }
.nf-btn--outline-light:hover { background: var(--blue); color: var(--navy); }

/* Button block styles */
.wp-block-button.is-style-nf-outline .wp-block-button__link { background: transparent; border-color: var(--blue); color: var(--blue-text); }
.wp-block-button.is-style-nf-outline .wp-block-button__link:hover { background: var(--blue); color: var(--navy); }
.is-style-nf-dark .wp-block-button.is-style-nf-outline .wp-block-button__link { color: #fff; }
.wp-block-button.is-style-nf-textlink .wp-block-button__link {
	background: none; border: 0; border-bottom: 2px solid var(--blue); border-radius: 0;
	padding: 0 0 3px; color: var(--blue-dark); font-size: 18px;
}
.wp-block-button.is-style-nf-textlink .wp-block-button__link:hover { color: var(--pink); border-color: var(--pink); }
.is-style-nf-dark .wp-block-button.is-style-nf-textlink .wp-block-button__link { color: var(--lime); border-color: var(--lime); }
.is-style-nf-dark .wp-block-button.is-style-nf-textlink .wp-block-button__link:hover { color: #fff; border-color: #fff; }
.wp-block-buttons { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 0; }
.wp-block-buttons:last-child { margin-bottom: 0; }

/* ---------------------------------------------------------------- Header */
.nf-header {
	position: sticky; top: 0; z-index: 50;
	background: var(--navy);
	border-bottom: 1px solid rgba(255,255,255,.10);
}
.nf-header__inner {
	max-width: var(--wrap); margin: 0 auto; padding: 14px var(--gutter);
	display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.nf-header__logo { display: flex; align-items: center; flex: 0 0 auto; min-width: 0; }
.nf-header__logo-img { display: block; height: clamp(72px, 8.6vw, 135px); width: auto; }
.nf-header__right { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.nf-header__strapline {
	margin: 0; font-family: var(--font-head); font-weight: 700; font-size: 13px;
	letter-spacing: .24em; text-transform: uppercase; color: var(--lime); white-space: nowrap;
}
.nf-nav { display: flex; align-items: center; gap: 20px; }
.nf-menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 20px; }
.nf-nav__menu a { color: #fff; font-size: 16px; font-weight: 600; white-space: nowrap; }
.nf-nav__menu a:hover, .nf-nav__menu .current-menu-item > a { color: var(--blue); }
.nf-nav__cta { font-size: 15px; padding: 12px 20px; }

.nf-burger {
	display: none; background: transparent; border: 1px solid rgba(255,255,255,.35); border-radius: 12px;
	width: 48px; height: 48px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; cursor: pointer;
}
.nf-burger span { display: block; width: 22px; height: 2px; background: #fff; transition: transform .2s, opacity .2s; }
.nf-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nf-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nf-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nf-mobile-nav { display: none; flex-direction: column; gap: 2px; padding: 8px var(--gutter) 22px; background: var(--navy); border-top: 1px solid rgba(255,255,255,.10); }
.nf-mobile-nav[hidden] { display: none; }
.nf-mobile-nav__menu { flex-direction: column; align-items: stretch; gap: 0; }
.nf-mobile-nav__menu a { display: block; color: #fff; font-size: 18px; font-weight: 600; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.nf-mobile-nav__cta { margin-top: 12px; font-size: 17px; padding: 16px 20px; }

@media (max-width: 880px) {
	.nf-header__logo { flex: 1 1 auto; }
	.nf-header__logo-img { height: auto; width: 100%; max-width: 350px; }
	.nf-header__right { display: none; }
	.nf-burger { display: flex; }
	.nf-mobile-nav:not([hidden]) { display: flex; }
}

/* ------------------------------------------------------------------ Hero */
.nf-hero {
	position: relative; overflow: hidden; background: #bbc7ab;
	min-height: max(285px, min(42.5vw, calc(100vh - var(--nf-chrome))));
	display: flex; align-items: center;
}
.nf-hero__bg { position: absolute; inset: 0; z-index: 0; }
.nf-hero__scrim { position: absolute; inset: 0; z-index: 5; background: var(--nf-scrim); pointer-events: none; }
.nf-hero__scrim-bottom { position: absolute; inset: 0; z-index: 5; background: linear-gradient(0deg, rgba(0,9,46,.42) 0%, rgba(0,9,46,0) 42%); pointer-events: none; }
.nf-hero__inner {
	position: relative; z-index: 6; width: 100%; max-width: var(--wrap); margin: 0 auto;
	padding: clamp(24px, 3vw, 48px) var(--gutter); display: flex; justify-content: flex-end;
}
.nf-hero__text { width: min(600px, 100%); }
.nf-hero__eyebrow {
	margin: 0 0 14px; font-family: var(--font-head); font-weight: 700; color: var(--lime);
	font-size: clamp(14px, 1.1vw, 15px); letter-spacing: .18em; text-transform: uppercase; line-height: 1.5;
	text-shadow: 0 1px 8px rgba(0,9,46,.95), 0 0 22px rgba(0,9,46,.75);
}
.nf-hero__heading {
	margin: 0 0 16px; color: #fff; font-size: clamp(28px, 3.9vw, 54px); line-height: 1.06;
	text-shadow: 0 2px 24px rgba(0,9,46,.55);
}
.nf-hero__para {
	margin: 0 0 24px; color: rgba(255,255,255,.94); font-size: clamp(16px, 1.25vw, 19px); line-height: 1.55; max-width: 34em;
	text-shadow: 0 1px 14px rgba(0,9,46,.6);
}
.nf-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* Video mode */
.nf-hero__video-wrap { background: var(--navy); }
.nf-hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: left center; }
.nf-hero--video { min-height: max(285px, min(56.25vw, calc(100vh - var(--nf-chrome)))); }

/* Custom-code mode: the code is responsible for its own sizing inside this layer */
.nf-hero__code > * { position: absolute; inset: 0; }

/* Built-in animation */
.nf-hero__sky-clip { position: absolute; left: 0; right: 0; top: 0; bottom: max(159px, 23.7vw); overflow: hidden; z-index: 0; }
.nf-hero__sky { position: absolute; left: 0; top: 0; height: 100%; display: flex; animation: nfSky 400s linear infinite; will-change: transform; }
.nf-hero__sky img { display: block; height: 100%; width: auto; flex: 0 0 auto; max-width: none; }
.nf-hero__layer { position: absolute; }
.nf-hero__layer img { display: block; width: 100%; height: auto; }
.nf-hero__layer--bg { left: 0; bottom: 0; width: max(100%, 670px); z-index: 1; }
.nf-hero__layer--balloon { left: 24%; top: 4%; width: clamp(34px, 3.4vw, 58px); z-index: 1; animation: nfBalloonDrift 150s ease-in-out infinite; will-change: transform; }
.nf-hero__layer--balloon img { transform-origin: 50% 0%; animation: nfBalloonBob 26s ease-in-out infinite; }
.nf-hero__layer--mid { left: -5%; bottom: 0; width: 127%; z-index: 2; }
.nf-hero__layer--mid img { margin-bottom: -3%; transform-origin: 50% 100%; animation: nfSway 13s ease-in-out infinite; will-change: transform; }
.nf-hero__layer--foremid { left: 0; bottom: 0; width: max(min(38%, 780px), 255px); z-index: 3; }
.nf-hero__layer--main { left: 0; bottom: 0; width: max(100%, 670px); z-index: 4; }

@keyframes nfSky { from { transform: translate3d(0,0,0); } to { transform: translate3d(-25%,0,0); } }
@keyframes nfBalloonDrift { 0% { transform: translate3d(0,0,0); } 28% { transform: translate3d(.8vw,-.9vw,0); } 55% { transform: translate3d(1.1vw,.4vw,0); } 78% { transform: translate3d(.4vw,-.4vw,0); } 100% { transform: translate3d(0,0,0); } }
@keyframes nfBalloonBob { 0% { transform: translateY(0) rotate(-6deg); } 22% { transform: translateY(-5px) rotate(2deg); } 47% { transform: translateY(2px) rotate(6.5deg); } 71% { transform: translateY(-3px) rotate(-1.5deg); } 100% { transform: translateY(0) rotate(-6deg); } }
@keyframes nfSway { 0% { transform: skewX(0); } 25% { transform: skewX(1.4deg); } 50% { transform: skewX(0); } 75% { transform: skewX(-1.4deg); } 100% { transform: skewX(0); } }
@media (prefers-reduced-motion: reduce) { .nf-hero__sky, .nf-hero__layer--balloon, .nf-hero__layer--balloon img, .nf-hero__layer--mid img { animation: none !important; } }

@media (max-width: 880px) {
	.nf-hero__inner { justify-content: flex-end; }
	.nf-hero__actions { justify-content: flex-end; }
	.nf-hero__layer--balloon { left: 19%; }
	.nf-hero__layer--mid { left: -87px; top: 0; bottom: auto; width: 1600px; }
	.nf-hero__layer--mid img { margin-bottom: 0; }
	.nf-hero__scrim {
		background:
			radial-gradient(95% 68% at 0% 100%, rgba(0,9,46,0) 0%, rgba(0,9,46,0) 30%, rgba(0,9,46,.20) 60%, rgba(0,9,46,.46) 88%),
			linear-gradient(180deg, rgba(0,9,46,.43) 0%, rgba(0,9,46,.25) 60%, rgba(0,9,46,.14) 100%);
	}
}

/* -------------------------------------------------------- Layout / groups */
.nf-home-content > .wp-block-group.alignfull,
.nf-page__content > .wp-block-group.alignfull { margin-left: 0; margin-right: 0; width: 100%; }
.nf-section { padding-top: clamp(56px, 7vw, 104px); padding-bottom: clamp(56px, 7vw, 104px); }
.nf-section > .wp-block-columns { margin-top: 0; }
.nf-section > .wp-block-heading:first-child { margin-top: 0; }

/* Full-width groups carry the side gutter; WP's constrained layout centres the children inside it */
.wp-block-group.alignfull { padding-left: var(--gutter); padding-right: var(--gutter); }

/* Dark section */
.is-style-nf-dark { background: var(--navy); color: rgba(255,255,255,.88); border-top: 1px solid rgba(255,255,255,.08); }
.is-style-nf-dark h1, .is-style-nf-dark h2, .is-style-nf-dark h3, .is-style-nf-dark h4, .is-style-nf-dark strong { color: #fff; }
.is-style-nf-dark a:not(.wp-block-button__link) { color: var(--blue); }
.is-style-nf-dark a:not(.wp-block-button__link):hover { color: var(--lime); }
.is-style-nf-dark p { color: rgba(255,255,255,.88); }
.is-style-nf-dark .is-style-nf-caption { color: rgba(255,255,255,.6); }

/* Pale tint section */
.is-style-nf-tint { background: var(--tint); }

/* Callouts */
.is-style-nf-callout-blue, .is-style-nf-callout-orange, .is-style-nf-callout-pink, .is-style-nf-callout-lime {
	border-left: 6px solid var(--blue); background: #e4f4fc; border-radius: 0 16px 16px 0;
	padding: clamp(24px, 2.6vw, 32px) clamp(22px, 2.4vw, 34px) !important; margin: clamp(20px, 2.4vw, 26px) 0;
}
.is-style-nf-callout-blue h3, .is-style-nf-callout-blue h2 { color: #06405c; }
.is-style-nf-callout-blue p, .is-style-nf-callout-blue li { color: #243a48; }
.is-style-nf-callout-orange { border-left-color: var(--orange); background: #fdeee1; }
.is-style-nf-callout-orange h3, .is-style-nf-callout-orange h2, .is-style-nf-callout-orange strong { color: #7a3b06; }
.is-style-nf-callout-orange p, .is-style-nf-callout-orange li { color: #4a2f16; }
.is-style-nf-callout-pink { border-left-color: var(--pink); background: #fde7ee; }
.is-style-nf-callout-pink h3, .is-style-nf-callout-pink h2, .is-style-nf-callout-pink strong { color: #8a1541; }
.is-style-nf-callout-lime { border-left-color: var(--lime); background: #f4f9dc; }
.is-style-nf-callout-lime h3, .is-style-nf-callout-lime h2 { color: #3d4a0e; }
.is-style-nf-callout-blue h3, .is-style-nf-callout-orange h3, .is-style-nf-callout-pink h3, .is-style-nf-callout-lime h3 { margin-bottom: 14px; }
.is-style-nf-callout-blue .wp-block-table.is-style-nf-fees { margin: 0; }
.is-style-nf-callout-blue .is-style-nf-fees td { border-color: #b7ddef; color: #06405c; }
.is-style-nf-callout-blue .is-style-nf-fees td:last-child { color: #06405c; }

/* Paragraph styles */
.is-style-nf-eyebrow, .nf-eyebrow {
	font-family: var(--font-head); font-weight: 700; font-size: 14px; letter-spacing: .18em; text-transform: uppercase; color: var(--lime); margin-bottom: 12px;
}
.is-style-nf-lead { font-size: clamp(17px, 1.25vw, 19px); line-height: 1.68; color: var(--body); max-width: 52em; }
.is-style-nf-small { font-size: 15px; line-height: 1.65; color: var(--muted); max-width: 52em; }
.is-style-nf-caption { font-size: 14px; line-height: 1.5; color: var(--muted); max-width: 36em; margin-top: 16px; }
.is-style-nf-stat { font-family: var(--font-head); font-weight: 800; font-size: 26px; line-height: 1; margin: 0; }
.is-style-nf-step-number { font-family: var(--font-head); font-weight: 800; font-size: 44px; line-height: 1; margin: 0 0 16px; }
.is-style-nf-sub { font-weight: 600 !important; font-size: clamp(18px, 1.7vw, 22px) !important; line-height: 1.35 !important; letter-spacing: 0 !important; margin: -0.3em 0 26px; }

/* Body text colour in light sections (headings set their own) */
.nf-main { color: var(--body); }

/* --------------------------------------------------------- Credibility strip */
.nf-strip, .is-style-nf-strip { background: var(--navy); padding-top: 20px; padding-bottom: 20px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.88); }
.nf-strip .is-style-nf-stat, .is-style-nf-strip .is-style-nf-stat { flex: 0 0 auto; white-space: nowrap; }
.nf-strip__grid { gap: 16px 28px !important; }
.nf-strip__grid .wp-block-column { display: flex; align-items: baseline; gap: 12px; flex-basis: 0; }
.nf-strip__grid .wp-block-column p { margin: 0; }
.nf-strip__label { color: rgba(255,255,255,.88) !important; font-size: 16px; line-height: 1.4; }
@media (max-width: 781px) {
	.nf-strip__grid { display: grid !important; grid-template-columns: repeat(auto-fit, minmax(168px, 1fr)); }
	.nf-strip__grid .wp-block-column { flex-basis: auto !important; }
}

/* --------------------------------------------------------------- Columns */
.wp-block-columns { gap: clamp(24px, 4vw, 56px); }
.nf-about__grid, .nf-book__grid, .nf-book-page__grid { gap: clamp(36px, 5vw, 72px); }
.nf-steps__grid { gap: 24px; margin-bottom: 40px; }
.nf-steps__grid + .wp-block-buttons { margin-top: 0; }

/* Image styles */
.wp-block-image.is-style-nf-offset { position: relative; padding: 0 18px 18px 0; margin: 0; }
.wp-block-image.is-style-nf-offset::before { content: ""; position: absolute; left: 22px; top: 22px; right: 0; bottom: 0; background: var(--lime); border-radius: 26px; }
.wp-block-image.is-style-nf-offset img { position: relative; display: block; width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: 26px; }
.wp-block-image.is-style-nf-book { margin: 0; max-width: 340px; }
.wp-block-image.is-style-nf-book img { display: block; width: 100%; border-radius: 6px; box-shadow: 0 24px 60px rgba(0,0,0,.45); }
.nf-page__content .wp-block-image.is-style-nf-book img { box-shadow: 0 18px 44px rgba(0,9,46,.25); }
.nf-page__content .wp-block-image.is-style-nf-offset { max-width: 620px; }

/* Cards (How it works) */
.wp-block-column.is-style-nf-card-pink, .wp-block-column.is-style-nf-card-blue, .wp-block-column.is-style-nf-card-lime, .wp-block-column.is-style-nf-card-orange {
	background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.10); border-top: 4px solid var(--pink);
	border-radius: 20px; padding: 32px 28px 34px;
}
.wp-block-column.is-style-nf-card-blue { border-top-color: var(--blue); }
.wp-block-column.is-style-nf-card-lime { border-top-color: var(--lime); }
.wp-block-column.is-style-nf-card-orange { border-top-color: var(--orange); }
.wp-block-column[class*="is-style-nf-card"] h3 { font-size: 22px; line-height: 1.25; margin-bottom: 14px; }
.wp-block-column[class*="is-style-nf-card"] p:last-child { font-size: 17px; line-height: 1.65; color: rgba(255,255,255,.85); }
/* Cards on a light background */
:not(.is-style-nf-dark) > .wp-block-columns > .wp-block-column[class*="is-style-nf-card"] { background: var(--tint); border-color: var(--line); }
:not(.is-style-nf-dark) > .wp-block-columns > .wp-block-column[class*="is-style-nf-card"] p:last-child { color: var(--body); }

/* ---------------------------------------------------------------- Fees */
.nf-fees h2 { margin-bottom: 20px; }
.nf-fees .is-style-nf-lead { margin-bottom: 40px; }
.nf-fees h3 { margin-bottom: 10px; }
.wp-block-table.is-style-nf-fees { margin: 0 0 clamp(32px, 4vw, 44px); }
.wp-block-table.is-style-nf-fees table { width: 100%; border-collapse: collapse; border-top: 1px solid var(--line); }
.wp-block-table.is-style-nf-fees td, .wp-block-table.is-style-nf-fees th {
	padding: 16px 0; border: 0; border-bottom: 1px solid var(--line); font-size: 18px; line-height: 1.5; color: var(--ink); text-align: left; vertical-align: baseline;
}
.wp-block-table.is-style-nf-fees th { font-family: var(--font-head); font-weight: 700; font-size: 14px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); padding: 10px 0; }
.wp-block-table.is-style-nf-fees td:last-child, .wp-block-table.is-style-nf-fees th:last-child { text-align: right; padding-left: 24px; white-space: nowrap; }
.wp-block-table.is-style-nf-fees td:last-child { font-family: var(--font-head); font-weight: 700; color: var(--navy); }
.wp-block-table.is-style-nf-fees tr:first-child td:last-child strong { color: var(--blue-dark); }
.is-style-nf-dark .wp-block-table.is-style-nf-fees td { color: rgba(255,255,255,.88); border-color: rgba(255,255,255,.15); }
.is-style-nf-dark .wp-block-table.is-style-nf-fees td:last-child { color: #fff; }
@media (max-width: 480px) {
	.wp-block-table.is-style-nf-fees td { display: block; padding: 12px 0 0; border: 0; }
	.wp-block-table.is-style-nf-fees td:last-child { padding: 4px 0 12px; text-align: left; border-bottom: 1px solid var(--line); white-space: normal; }
}
.nf-fees .is-style-nf-small { margin: clamp(28px, 3vw, 36px) 0 32px; }

/* ---------------------------------------------------------------- Book */
.nf-book h2 { margin-bottom: 8px; }
.nf-book .is-style-nf-sub { margin-top: 0; }

/* -------------------------------------------------------------- Seaside */
.is-style-nf-seaside {
	position: relative; background-color: #8fd6ef; background-size: cover; background-position: center bottom; background-repeat: no-repeat;
	min-height: 400px; display: flex; align-items: center; padding-top: 48px; padding-bottom: 48px;
}
.is-style-nf-seaside:not([style*="background-image"]) { background-image: url('../import/seagulls-bg.jpg'); }
.is-style-nf-seaside > .wp-block-columns { width: 100%; gap: 32px; align-items: center; }
.is-style-nf-seaside .wp-block-image { margin: 0; }
.is-style-nf-seaside .wp-block-image img { display: block; width: 100%; max-width: 520px; height: auto; }
.is-style-nf-seaside h2 { font-size: clamp(30px, 4vw, 54px); line-height: 1.05; color: var(--navy); margin-bottom: 24px; }
.is-style-nf-seaside .wp-block-button__link { font-size: 18px; padding: 17px 32px; }
.is-style-nf-seaside .wp-block-buttons { margin-top: 0; }
@media (max-width: 781px) {
	.is-style-nf-seaside .wp-block-image img { max-width: 300px; }
}

/* -------------------------------------------------------- Internal pages */
.nf-page__band { background: var(--navy); border-top: 1px solid rgba(255,255,255,.08); }
.nf-page__band-inner { max-width: var(--content); margin: 0 auto; padding: clamp(40px, 6vw, 80px) var(--gutter); }
.nf-page__title { color: #fff; font-size: clamp(32px, 4.2vw, 56px); line-height: 1.06; margin: 0; }
.nf-page__content { max-width: 860px; margin: 0 auto; padding: clamp(40px, 6vw, 72px) var(--gutter) clamp(56px, 8vw, 100px); }
.nf-page__content > h2 { margin-top: 1.6em; }
.nf-page__content > h2:first-child { margin-top: 0; }
.nf-page__content > .is-style-nf-lead:first-child { margin-bottom: 2em; }
.nf-page__content > .wp-block-group.alignfull { max-width: none; }
.nf-page__content .wp-block-columns { margin: 0 0 2em; }
.wp-block-column > h2:not(:first-child), .wp-block-column > h3:not(:first-child) { margin-top: 1em; }
.nf-page__content .wp-block-table.is-style-nf-fees { margin-bottom: 2em; }

/* ----------------------------------------------------------------- Forms */
.nf-form-wrap { margin: 1.5em 0 2.5em; }
.nf-form { display: grid; gap: 20px; }
.nf-form__row { display: flex; flex-direction: column; gap: 8px; }
.nf-form__label { font-family: var(--font-head); font-weight: 700; font-size: 16px; color: var(--navy); }
.nf-form__req { color: var(--pink); }
.nf-form__input {
	width: 100%; font: inherit; font-size: 17px; color: var(--ink); background: #fff;
	border: 2px solid var(--line); border-radius: 14px; padding: 14px 18px; outline: none; transition: border-color .15s, box-shadow .15s;
}
textarea.nf-form__input { resize: vertical; min-height: 150px; }
.nf-form__input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(27,173,242,.18); }
.nf-form__hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.nf-form__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; margin-top: 6px; }
.nf-form__privacy { font-size: 14px; color: var(--muted); margin: 0; }
.nf-form-notice { padding: 18px 22px; border-radius: 14px; margin-bottom: 20px; font-size: 17px; }
.nf-form-notice--ok { background: #f4f9dc; border-left: 6px solid var(--lime); color: #3d4a0e; }
.nf-form-notice--error { background: #fde7ee; border-left: 6px solid var(--pink); color: #8a1541; }

/* Notify form */
.nf-notify { margin: 30px 0 0; }
.nf-notify__form { display: flex; flex-wrap: wrap; gap: 12px; max-width: 640px; }
.nf-notify__input {
	flex: 1 1 240px; min-width: 0; font: inherit; font-size: 17px; color: var(--navy); background: #fff;
	border: 2px solid var(--line); border-radius: 999px; padding: 14px 22px; outline: none;
}
.nf-notify__input:focus { border-color: var(--blue); }
.is-style-nf-dark .nf-notify__input { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.28); color: #fff; padding: 16px 22px; }
.is-style-nf-dark .nf-notify__input::placeholder { color: rgba(255,255,255,.6); }
.is-style-nf-dark .nf-notify__input:focus { border-color: var(--blue); }
.nf-notify__form .nf-btn { padding: 15px 26px; }
.nf-notify__thanks { color: #3d4a0e; font-weight: 600; }
.is-style-nf-dark .nf-notify__thanks { color: var(--lime); }
.nf-notify__error { color: var(--pink); font-weight: 600; margin-bottom: 10px; }
.nf-notify + .wp-block-buttons { margin-top: 24px; }

/* ---------------------------------------------------------------- Footer */
.nf-footer { background: var(--navy); color: #fff; }
.nf-footer__inner { max-width: var(--wrap); margin: 0 auto; padding: clamp(48px, 6vw, 80px) var(--gutter) 0; }
.nf-footer__logo-img { height: 74px; width: auto; display: block; margin-bottom: 44px; }
.nf-footer__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 40px; }
.nf-footer__title { margin: 0 0 18px; font-family: var(--font-head); font-weight: 700; font-size: 15px; letter-spacing: .14em; text-transform: uppercase; color: var(--lime); }
.nf-footer__contact { display: flex; flex-direction: column; gap: 10px; font-size: 16px; line-height: 1.55; color: rgba(255,255,255,.86); }
.nf-footer__contact a { color: #fff; }
.nf-footer__contact a:hover { color: var(--blue); }
.nf-footer__menu { flex-direction: column; align-items: flex-start; gap: 10px; }
.nf-footer__menu a { color: rgba(255,255,255,.86); font-size: 16px; }
.nf-footer__menu a:hover { color: var(--blue); }
.nf-footer__bottom { margin-top: clamp(40px, 5vw, 64px); padding: 26px 0 34px; border-top: 1px solid rgba(255,255,255,.12); display: flex; flex-direction: column; gap: 8px; }
.nf-footer__bottom p { margin: 0; font-size: 13px; line-height: 1.6; color: rgba(255,255,255,.55); }

/* --------------------------------------------------------------- Utility */
@media (max-width: 600px) {
	body { font-size: 16px; }
	.nf-section { padding-top: 48px; padding-bottom: 48px; }
}
