/*
Theme Name: RegInspect
Theme URI: https://www.reginspect.co.uk/
Author: RegInspect
Description: Bespoke marketing theme for RegInspect. No page builder, no framework, no third-party request at render time.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 8.1
License: GPL-2.0-or-later
Text Domain: reginspect
*/

/* --------------------------------------------------------------------------
   Design tokens

   The teal ramp, slate greys and amber are carried over from the existing
   RegInspect site rather than reinvented: the product UI uses them, and a
   marketing site that does not match the thing it is selling reads as a
   different company.

   Amber is reserved. It means "an action needs attention" here exactly as it
   does in the product. Using it decoratively would blunt the one signal the
   whole proposition rests on.
   -------------------------------------------------------------------------- */
:root {
	--brand-900: #063333;
	--brand-800: #074444;
	--brand-700: #095555;
	--brand-600: #0d6e6e;
	--brand-500: #138282;
	--brand-400: #2e9696;
	--brand-300: #66b2b2;
	--accent:    #5bb8b8;

	--ink:       #0f2424;
	--slate-900: #0f172a;
	--slate-700: #334155;
	--slate-600: #475569;
	--slate-500: #64748b;
	--slate-400: #94a3b8;
	--slate-300: #cbd5e1;
	--slate-200: #e2e8f0;
	--slate-100: #f1f5f9;
	--slate-50:  #f8fafc;
	--white:     #ffffff;

	--amber:      #f59e0b;
	--amber-wash: #fef3c7;
	--amber-ink:  #92400e;
	--green:      #059669;
	--green-wash: #d1fae5;

	--sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

	--w-page: 1200px;
	--gut: clamp(1.25rem, 5vw, 3rem);

	--r-sm: 8px;
	--r-md: 14px;
	--r-lg: 22px;

	--shadow-sm: 0 1px 2px rgba(15, 36, 36, .06), 0 2px 8px rgba(15, 36, 36, .05);
	--shadow-md: 0 2px 8px rgba(15, 36, 36, .07), 0 14px 34px rgba(15, 36, 36, .08);
	--shadow-lg: 0 8px 24px rgba(6, 51, 51, .18), 0 32px 70px rgba(6, 51, 51, .28);

	--ease: cubic-bezier(.2, .8, .2, 1);
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 82px; }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}

body {
	margin: 0;
	background: var(--white);
	color: var(--slate-600);
	font-family: var(--sans);
	font-size: 17px;
	line-height: 1.65;
	font-feature-settings: 'kern' 1, 'liga' 1, 'calt' 1, 'cv11' 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

h1, h2, h3, h4 {
	color: var(--ink);
	font-weight: 700;
	line-height: 1.14;
	letter-spacing: -.026em;
	margin: 0 0 .5em;
	text-wrap: balance;
}
h1 { font-size: clamp(2.3rem, 1.3rem + 3.4vw, 3.9rem); font-weight: 800; letter-spacing: -.033em; }
h2 { font-size: clamp(1.8rem, 1.25rem + 2vw, 2.7rem); font-weight: 800; letter-spacing: -.03em; }
h3 { font-size: clamp(1.1rem, 1rem + .45vw, 1.3rem); }
h4 { font-size: 1rem; }

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

a { color: var(--brand-600); text-decoration-color: color-mix(in srgb, var(--brand-600) 32%, transparent); text-underline-offset: .18em; }
a:hover { color: var(--brand-800); text-decoration-color: currentColor; }

:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 3px; }
::selection { background: color-mix(in srgb, var(--accent) 30%, transparent); color: var(--ink); }

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--brand-800); color: #fff; padding: .75rem 1.25rem; z-index: 999; }
.skip-link:focus { left: 0; color: #fff; }

.sr-only {
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* --------------------------------------------------------------------------
   Layout
   -------------------------------------------------------------------------- */
.wrap { width: 100%; max-width: var(--w-page); margin-inline: auto; padding-inline: var(--gut); }
.section { padding-block: clamp(3.5rem, 2rem + 6.5vw, 6.5rem); }
.section--tight { padding-block: clamp(2.5rem, 1.5rem + 3.5vw, 4rem); }
.section--slate { background: var(--slate-50); }
.section--line { border-top: 1px solid var(--slate-200); }

.section--deep {
	background:
		radial-gradient(900px 480px at 82% -8%, rgba(91, 184, 184, .22), transparent 60%),
		radial-gradient(700px 420px at 8% 108%, rgba(19, 130, 130, .38), transparent 62%),
		linear-gradient(160deg, var(--brand-800) 0%, var(--brand-900) 100%);
	color: #cfe6e6;
}
.section--deep h1, .section--deep h2, .section--deep h3 { color: #fff; }

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: .55rem;
	font-size: .74rem;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: var(--brand-600);
	margin: 0 0 1rem;
}
.eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.section--deep .eyebrow { color: var(--accent); }

.lede { font-size: clamp(1.05rem, .98rem + .38vw, 1.25rem); line-height: 1.6; max-width: 62ch; }
.section--deep .lede { color: #b6d8d8; }

.section-head { max-width: 44rem; margin-bottom: clamp(2rem, 1rem + 3vw, 3.25rem); }
.section-head--center { text-align: center; margin-inline: auto; }
.section-head--center .eyebrow { justify-content: center; }

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
	font-size: .95rem; font-weight: 600; letter-spacing: -.005em;
	padding: .9rem 1.55rem; border-radius: var(--r-sm); border: 1px solid transparent;
	cursor: pointer; text-decoration: none;
	transition: background-color .18s, border-color .18s, color .18s, transform .18s, box-shadow .18s;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn--primary { background: var(--brand-600); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--brand-700); color: #fff; box-shadow: var(--shadow-md); }

.btn--ghost { background: transparent; color: var(--brand-700); border-color: var(--slate-300); }
.btn--ghost:hover { background: var(--slate-50); border-color: var(--brand-500); color: var(--brand-700); }

.btn--onDark { background: var(--accent); color: var(--brand-900); }
.btn--onDark:hover { background: #7fcaca; color: var(--brand-900); }

.btn--onDarkGhost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .28); }
.btn--onDarkGhost:hover { background: rgba(255, 255, 255, .08); color: #fff; border-color: rgba(255, 255, 255, .5); }

.arrow-link { display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; font-size: .93rem; text-decoration: none; }
.arrow-link span { transition: transform .18s var(--ease); }
.arrow-link:hover span { transform: translateX(4px); }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.site-header {
	position: sticky; top: 0; z-index: 60;
	background: color-mix(in srgb, var(--brand-900) 82%, transparent);
	backdrop-filter: saturate(150%) blur(14px);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.site-header__inner { display: flex; align-items: center; gap: 1.5rem; min-height: 74px; }

.brand { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; margin-right: auto; color: #fff; font-weight: 800; font-size: 1.2rem; letter-spacing: -.03em; }
.brand:hover { color: #fff; }

.nav { display: flex; align-items: center; gap: 1.9rem; }
.nav a { font-size: .93rem; font-weight: 500; color: #b6d8d8; text-decoration: none; position: relative; padding-block: .3rem; }
.nav a::after {
	content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px;
	background: var(--accent); transform: scaleX(0); transform-origin: left;
	transition: transform .2s var(--ease);
}
.nav a:hover { color: #fff; }
.nav a:hover::after { transform: scaleX(1); }

.nav-toggle {
	display: none; background: none; border: 1px solid rgba(255, 255, 255, .25);
	border-radius: var(--r-sm); width: 44px; height: 44px; cursor: pointer;
	align-items: center; justify-content: center; color: #fff;
}

@media (max-width: 940px) {
	.nav { display: none; }
	.nav-toggle { display: inline-flex; }
	.site-header__inner > .btn { display: none; }
	.nav.is-open {
		display: flex; position: absolute; inset: 100% 0 auto; flex-direction: column;
		align-items: stretch; gap: 0; background: var(--brand-800);
		padding: .5rem var(--gut) 1.25rem; box-shadow: var(--shadow-lg);
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}
	.nav.is-open a { padding: .9rem 0; border-bottom: 1px solid rgba(255, 255, 255, .08); }
	.nav.is-open a::after { display: none; }
	.nav.is-open .btn { display: inline-flex; margin-top: 1rem; }
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero { padding-block: clamp(3rem, 1.5rem + 6vw, 6rem) clamp(3.5rem, 2rem + 6vw, 6.5rem); }
.hero__grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(2rem, 1rem + 4vw, 4.5rem); align-items: center; }
@media (max-width: 940px) { .hero__grid { grid-template-columns: 1fr; } }

.hero h1 { margin-bottom: 1.1rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }

.supervisors { margin-top: 2.75rem; }
.supervisors p { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: #86bfbf; margin-bottom: .8rem; font-weight: 600; }
.supervisors ul { list-style: none; display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: 0; }
.supervisors li {
	font-size: .82rem; font-weight: 600; color: #d7ecec;
	border: 1px solid rgba(255, 255, 255, .2); border-radius: 100px;
	padding: .32rem .8rem; background: rgba(255, 255, 255, .05);
}

/* --------------------------------------------------------------------------
   Readiness card

   The product's signature object, rebuilt in markup rather than shipped as a
   screenshot: it stays sharp at any density, restyles with the tokens, and the
   figures in it are readable by a screen reader instead of trapped in a PNG.
   -------------------------------------------------------------------------- */
.readiness {
	background: var(--white);
	border-radius: var(--r-lg);
	box-shadow: var(--shadow-lg);
	overflow: hidden;
	color: var(--slate-600);
}
.readiness__top {
	display: flex; align-items: center; justify-content: space-between; gap: 1rem;
	padding: 1.1rem 1.35rem; border-bottom: 1px solid var(--slate-200); background: var(--slate-50);
}
.readiness__label { font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--slate-500); }
.readiness__live { display: inline-flex; align-items: center; gap: .4rem; font-size: .76rem; font-weight: 600; color: var(--green); }
.readiness__live::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }

.readiness__body { padding: 1.5rem 1.35rem 1.35rem; }
.readiness__score { display: flex; align-items: center; gap: 1.15rem; margin-bottom: 1.4rem; }
.readiness__dial { flex: 0 0 auto; }
.readiness__state strong { display: block; font-size: 1.1rem; color: var(--ink); font-weight: 700; letter-spacing: -.02em; }
.readiness__state span { font-size: .86rem; color: var(--slate-500); }

.readiness__rows { display: grid; gap: .55rem; }
.readiness__row { display: flex; align-items: center; gap: .7rem; font-size: .89rem; }
.readiness__row span:first-of-type { flex: 1; color: var(--slate-700); }
.readiness__bar { flex: 0 0 76px; height: 6px; border-radius: 3px; background: var(--slate-200); overflow: hidden; }
.readiness__bar i { display: block; height: 100%; border-radius: 3px; background: var(--green); }
.readiness__row--warn .readiness__bar i { background: var(--amber); }
.readiness__tick { flex: 0 0 auto; color: var(--green); }
.readiness__row--warn .readiness__tick { color: var(--amber); }

.readiness__flag {
	margin-top: 1.35rem; padding: .8rem 1rem; border-radius: var(--r-sm);
	background: var(--amber-wash); color: var(--amber-ink);
	font-size: .87rem; font-weight: 600; display: flex; gap: .6rem; align-items: center;
}

/* --------------------------------------------------------------------------
   Regulator strip and stats
   -------------------------------------------------------------------------- */
.regstrip { border-block: 1px solid var(--slate-200); background: var(--white); padding-block: 1.9rem; }
.regstrip p { text-align: center; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--slate-500); font-weight: 600; margin-bottom: 1.1rem; }
.regstrip ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem 2.1rem; }
.regstrip li { font-size: 1rem; font-weight: 700; color: var(--slate-400); letter-spacing: -.01em; transition: color .18s; }
.regstrip li:hover { color: var(--brand-600); }

.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: clamp(1.25rem, 1rem + 2vw, 2.5rem); }
.stat { text-align: center; }
.stat strong {
	display: block; font-size: clamp(2rem, 1.4rem + 2.2vw, 3rem); font-weight: 800;
	color: var(--brand-600); line-height: 1; letter-spacing: -.04em; margin-bottom: .45rem;
	font-variant-numeric: tabular-nums;
}
.stat span { font-size: .92rem; color: var(--slate-500); }
.section--deep .stat strong { color: var(--accent); }
.section--deep .stat span { color: #a8cccc; }

/* --------------------------------------------------------------------------
   Gap list ("why it matters")
   -------------------------------------------------------------------------- */
.gaps { display: grid; gap: .8rem; }
.gap {
	display: grid; grid-template-columns: auto 1fr; gap: .95rem;
	background: var(--white); border: 1px solid var(--slate-200);
	border-left: 3px solid var(--amber); border-radius: var(--r-sm);
	padding: 1.05rem 1.25rem;
	transition: box-shadow .2s var(--ease), transform .2s var(--ease);
}
.gap:hover { box-shadow: var(--shadow-md); transform: translateX(2px); }
.gap svg { color: var(--amber); margin-top: 2px; }
.gap strong { display: block; color: var(--ink); font-weight: 700; font-size: .98rem; letter-spacing: -.015em; }
.gap span { font-size: .93rem; color: var(--slate-600); }

/* --------------------------------------------------------------------------
   Feature cards
   -------------------------------------------------------------------------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(1rem, .5rem + 1.4vw, 1.6rem); }
.card {
	background: var(--white); border: 1px solid var(--slate-200); border-radius: var(--r-md);
	padding: clamp(1.5rem, 1rem + 1.4vw, 2rem);
	display: flex; flex-direction: column; gap: .65rem;
	transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--brand-300); }
.card__icon {
	width: 46px; height: 46px; border-radius: 11px; display: grid; place-items: center;
	background: color-mix(in srgb, var(--brand-600) 10%, transparent); color: var(--brand-600);
	margin-bottom: .3rem;
}
.card h3 { margin: 0; }
.card p { font-size: .95rem; margin: 0; }

/* --------------------------------------------------------------------------
   Steps
   -------------------------------------------------------------------------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: clamp(1.5rem, 1rem + 2vw, 2.75rem); counter-reset: step; }
.step { position: relative; padding-top: 3.4rem; }
.step::before {
	counter-increment: step; content: counter(step);
	position: absolute; top: 0; left: 0;
	width: 40px; height: 40px; border-radius: 11px;
	display: grid; place-items: center;
	background: var(--accent); color: var(--brand-900);
	font-weight: 800; font-size: 1rem;
}
.step h3 { margin-bottom: .4rem; }
.step p { font-size: .95rem; margin: 0; }

/* --------------------------------------------------------------------------
   Jurisdictions
   -------------------------------------------------------------------------- */
.juris { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(1rem, .5rem + 1.5vw, 1.6rem); }
.juris__card {
	background: var(--white); border: 1px solid var(--slate-200); border-radius: var(--r-md);
	padding: 1.6rem 1.6rem 1.4rem; position: relative;
	transition: border-color .2s, box-shadow .2s var(--ease);
}
.juris__card:hover { border-color: var(--brand-300); box-shadow: var(--shadow-md); }
.juris__card h3 { display: flex; align-items: center; gap: .6rem; margin-bottom: .9rem; }
.juris__bodies { display: flex; flex-wrap: wrap; gap: .4rem; }
.juris__bodies span {
	font-size: .78rem; font-weight: 600; color: var(--brand-700);
	background: color-mix(in srgb, var(--brand-600) 9%, transparent);
	border-radius: 5px; padding: .25rem .55rem;
}
.badge-new {
	position: absolute; top: 1.1rem; right: 1.1rem;
	font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
	background: var(--accent); color: var(--brand-900); border-radius: 4px; padding: .2rem .45rem;
}

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */
.faq { max-width: 820px; margin-inline: auto; border-top: 1px solid var(--slate-200); }
.faq details { border-bottom: 1px solid var(--slate-200); }
.faq summary {
	list-style: none; cursor: pointer; padding: 1.35rem 3rem 1.35rem 0; position: relative;
	font-size: 1.08rem; font-weight: 700; color: var(--ink); letter-spacing: -.02em; transition: color .18s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--brand-600); }
.faq summary::after {
	content: ''; position: absolute; right: .4rem; top: 50%;
	width: 10px; height: 10px;
	border-right: 2px solid var(--brand-500); border-bottom: 2px solid var(--brand-500);
	transform: translateY(-70%) rotate(45deg); transition: transform .22s var(--ease);
}
.faq details[open] summary::after { transform: translateY(-20%) rotate(-135deg); }
.faq .faq__a { padding: 0 2.5rem 1.5rem 0; font-size: .99rem; }

/* --------------------------------------------------------------------------
   CTA
   -------------------------------------------------------------------------- */
.cta { text-align: center; }
.cta .lede { margin-inline: auto; margin-bottom: 2rem; }
.cta__actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; }

/* --------------------------------------------------------------------------
   Interior pages
   -------------------------------------------------------------------------- */
.page-head { padding-block: clamp(2.5rem, 2rem + 3vw, 4.25rem) clamp(1.25rem, 1rem + 1.5vw, 2rem); }
.prose { max-width: 68ch; }
.prose h2 { margin-top: 2.2em; }
.prose h3 { margin-top: 1.7em; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.1em; }
.prose li { margin-bottom: .45em; }

.contact__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 1rem + 4vw, 4rem); align-items: start; }
@media (max-width: 880px) { .contact__grid { grid-template-columns: 1fr; } }

.form { display: grid; gap: 1.1rem; }
.field { display: grid; gap: .4rem; }
.field label { font-size: .89rem; font-weight: 600; color: var(--ink); }
.field input, .field textarea {
	font: inherit; font-size: 1rem; padding: .82rem 1rem;
	border: 1px solid var(--slate-300); border-radius: var(--r-sm);
	background: var(--white); color: var(--ink); width: 100%;
	transition: border-color .18s, box-shadow .18s;
}
.field input:focus, .field textarea:focus {
	outline: none; border-color: var(--brand-500);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand-500) 18%, transparent);
}
.field textarea { min-height: 150px; resize: vertical; }
.hp { position: absolute; left: -9999px; }

.notice { padding: 1rem 1.2rem; border-radius: var(--r-sm); font-size: .95rem; margin-bottom: 1.4rem; }
.notice--ok { background: var(--green-wash); color: #065f46; border: 1px solid #a7f3d0; }
.notice--err { background: #fee2e2; color: #991b1b; border: 1px solid #fecaca; }

.contact-cards { display: grid; gap: 1rem; }
.contact-card {
	background: var(--white); border: 1px solid var(--slate-200); border-radius: var(--r-md);
	padding: 1.3rem 1.45rem; display: flex; gap: 1rem; align-items: flex-start;
}
.contact-card svg { flex: 0 0 auto; color: var(--brand-600); margin-top: 3px; }
.contact-card h4 { margin: 0 0 .15rem; }
.contact-card p { margin: 0; font-size: .91rem; color: var(--slate-500); }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.site-footer { background: var(--brand-900); color: #9dc4c4; padding-block: clamp(2.75rem, 2rem + 3vw, 4rem) 1.75rem; font-size: .93rem; }
.site-footer a { color: #d7ecec; text-decoration: none; }
.site-footer a:hover { color: var(--accent); }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: clamp(1.75rem, 1rem + 3vw, 3rem); padding-bottom: 2.25rem; }
@media (max-width: 860px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer__grid { grid-template-columns: 1fr; } }
.footer__grid h4 { color: #fff; font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 1rem; font-weight: 700; }
.footer__brand { display: flex; align-items: center; gap: .6rem; color: #fff; font-weight: 800; font-size: 1.15rem; letter-spacing: -.03em; margin-bottom: .85rem; }
.footer__list { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; }
.footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, .12); padding-top: 1.4rem;
	display: flex; flex-wrap: wrap; gap: .75rem 2rem; justify-content: space-between; font-size: .85rem;
}

/* --------------------------------------------------------------------------
   Reveal
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: no-preference) {
	.reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
	.reveal.is-in { opacity: 1; transform: none; }
}

@media print {
	.site-header, .site-footer, .cta, .nav-toggle { display: none; }
	body { background: #fff; color: #000; font-size: 11pt; }
	.section { padding-block: 1rem; }
}
