/* =========================================================================
   SSCHS Boreal — theme.css
   Voice: "northern editorial". Deep pine + cream paper, a leaf-shaped
   corner that recurs from the logo, Fraunces display serif, warm amber for
   the one action that matters. Elementor owns page bodies; this file owns
   everything around them and gives Elementor widgets a typographic home.
   ========================================================================= */

/* ---------- Tokens ---------- */
:root {
	/* --c-primary, --c-accent, --c-leaf, --c-primary-deep, --c-leaf-soft, --c-accent-soft are injected from the Customizer */
	--c-primary: #1F3A36;
	--c-primary-deep: #14282A;
	--c-accent: #A85A14;
	--c-accent-soft: #F3E3CF;
	--c-leaf: #6FA84F;
	--c-leaf-soft: #E1EED6;
	--c-pale: #D0E6B7;
	--c-cream: #F7F4EC;
	--c-cream-2: #EFE9DC;
	--c-white: #FFFFFF;
	--c-ink: #1A1F1E;
	--c-ink-2: #4A5553;
	--c-ink-3: #7A8583;
	--c-line: #DDD8CB;
	--c-red: #9E2A1C;
	--c-red-soft: #F6E1DD;

	--f-display: 'Fraunces', Georgia, 'Times New Roman', serif;
	--f-body: 'Instrument Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;

	--r-leaf: 6px 56px 6px 56px;
	--r-leaf-sm: 4px 28px 4px 28px;
	--r: 16px;
	--r-sm: 10px;

	--sh-1: 0 1px 2px rgba(20, 40, 42, .06), 0 8px 24px -12px rgba(20, 40, 42, .18);
	--sh-2: 0 2px 4px rgba(20, 40, 42, .06), 0 24px 48px -20px rgba(20, 40, 42, .35);
	--sh-3: 0 30px 80px -24px rgba(20, 40, 42, .55);

	--wrap: 1200px;
	--gutter: clamp(20px, 4vw, 40px);
	--utility-h: 40px;

	--ease: cubic-bezier(.2, .7, .2, 1);
	--t: .28s;

	--grain: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .55 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

/* ---------- Reset-ish ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
	margin: 0;
	background: var(--c-cream);
	color: var(--c-ink);
	font: 400 17px/1.65 var(--f-body);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: clip;
}
html.drawer-open, html.drawer-open body { overflow: hidden; }
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--c-primary); text-decoration-color: color-mix(in srgb, var(--c-leaf) 70%, transparent); text-decoration-thickness: 2px; text-underline-offset: 3px; transition: color var(--t) var(--ease), text-decoration-color var(--t) var(--ease); }
a:hover { color: var(--c-accent); text-decoration-color: currentColor; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 3px solid var(--c-accent); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--c-pale); color: var(--c-primary-deep); }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--f-display);
	font-weight: 500;
	font-variation-settings: 'opsz' 144, 'SOFT' 30, 'WONK' 0;
	line-height: 1.12;
	letter-spacing: -.015em;
	color: var(--c-primary);
	margin: 0 0 .5em;
	text-wrap: balance;
}
h1 { font-size: clamp(2.4rem, 1.6rem + 2.6vw, 3.6rem); }
h2 { font-size: clamp(1.9rem, 1.3rem + 1.8vw, 2.7rem); }
h3 { font-size: clamp(1.4rem, 1.15rem + .8vw, 1.8rem); }
h4 { font-size: 1.3rem; }
h5 { font-size: 1.1rem; }
h6 { font-size: .95rem; font-family: var(--f-body); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
p { margin: 0 0 1.1em; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
.icon { width: 1.1em; height: 1.1em; fill: none; flex: none; }
.icon--flip { transform: scaleX(-1); }
.icon--leaf { color: var(--c-leaf); }
.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.section { padding-block: clamp(56px, 8vw, 104px); }

.skip-link:focus { position: fixed !important; top: 12px; left: 12px; z-index: 1000; width: auto; height: auto; padding: 12px 18px; margin: 0; clip: auto; clip-path: none; background: var(--c-primary); color: var(--c-cream); border-radius: 999px; font-weight: 600; text-decoration: none; box-shadow: var(--sh-2); }

/* ---------- Eyebrow, buttons ---------- */
.eyebrow {
	display: inline-flex; align-items: center; gap: .5em;
	font: 600 .78rem/1 var(--f-body); letter-spacing: .14em; text-transform: uppercase;
	color: var(--c-ink-2); margin-bottom: 1.1rem;
}
.eyebrow .icon { width: 1.25em; height: 1.25em; }

.btn {
	--bg: var(--c-primary); --fg: var(--c-cream); --bd: transparent;
	display: inline-flex; align-items: center; gap: .55em;
	padding: .8em 1.5em; border-radius: 999px; border: 1.5px solid var(--bd);
	background: var(--bg); color: var(--fg);
	font: 600 .95rem/1 var(--f-body); letter-spacing: .01em; text-decoration: none;
	cursor: pointer; white-space: nowrap;
	transition: transform var(--t) var(--ease), background var(--t) var(--ease), color var(--t) var(--ease), box-shadow var(--t) var(--ease), border-color var(--t) var(--ease);
}
.btn .icon { transition: transform var(--t) var(--ease); }
.btn:hover { transform: translateY(-1px); box-shadow: var(--sh-1); color: var(--fg); }
.btn:hover .icon:last-child:not(:first-child) { transform: translateX(3px); }
.btn:active { transform: translateY(0); }
.btn--primary:hover { --bg: var(--c-primary-deep); }
.btn--accent { --bg: var(--c-accent); --fg: #fff; }
.btn--accent:hover { --bg: color-mix(in srgb, var(--c-accent) 85%, black); }
.btn--ghost { --bg: transparent; --fg: var(--c-primary); --bd: color-mix(in srgb, var(--c-primary) 35%, transparent); }
.btn--ghost:hover { --bd: var(--c-primary); --bg: color-mix(in srgb, var(--c-primary) 6%, transparent); }
.btn--lg { padding: 1em 1.8em; font-size: 1rem; }
.btn--sm { padding: .6em 1.1em; font-size: .85rem; }

/* ---------- Alert bar ---------- */
.alert-bar { --bg: var(--c-leaf-soft); --fg: var(--c-primary-deep); --dot: var(--c-leaf); background: var(--bg); color: var(--fg); position: relative; z-index: 70; animation: alert-in .5s var(--ease) both; }
.alert-bar--notice { --bg: var(--c-accent-soft); --fg: #5A3106; --dot: var(--c-accent); }
.alert-bar--emergency { --bg: var(--c-red); --fg: #fff; --dot: #fff; }
.alert-bar__in { display: flex; align-items: center; gap: 14px; padding: 10px 0; }
.alert-bar__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--dot); flex: none; box-shadow: 0 0 0 4px color-mix(in srgb, var(--dot) 25%, transparent); animation: pulse 2s infinite; }
.alert-bar__text { margin: 0; font-size: .95rem; flex: 1; }
.alert-bar__text a { color: inherit; font-weight: 600; text-decoration-color: currentColor; display: inline-flex; align-items: center; gap: .3em; margin-left: .4em; }
.alert-bar__close { background: transparent; border: 0; color: inherit; padding: 6px; border-radius: 50%; cursor: pointer; display: grid; place-items: center; opacity: .8; }
.alert-bar__close:hover { opacity: 1; background: rgba(0, 0, 0, .08); }
.alert-bar.is-leaving { animation: alert-out .32s var(--ease) forwards; }
@keyframes alert-in { from { transform: translateY(-100%); opacity: 0; } }
@keyframes alert-out { to { transform: translateY(-100%); opacity: 0; } }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--dot) 45%, transparent); } 70% { box-shadow: 0 0 0 8px transparent; } }

/* ---------- Header ---------- */
.site-header { position: sticky; top: calc(-1 * var(--utility-h)); z-index: 60; transition: transform .38s var(--ease); }
.site-header.is-hidden { transform: translateY(calc(-100% - 2px)); }
.site-header.nav-open, .site-header.search-open { transform: none; }

.utility { background: var(--c-primary-deep); color: var(--c-cream); height: var(--utility-h); font-size: .84rem; }
.utility__in { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 20px; }
.utility__menu, .lang-switch { list-style: none; margin: 0; padding: 0; display: flex; gap: 22px; }
.utility a { color: color-mix(in srgb, var(--c-cream) 85%, transparent); text-decoration: none; }
.utility a:hover { color: var(--c-cream); }
.utility__right { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.utility__phone { display: inline-flex; align-items: center; gap: .45em; font-weight: 600; }
.utility__brandline { margin: 0; font-family: var(--f-display); font-style: italic; font-size: .95rem; color: var(--c-cream); }
.lang-switch a { font-weight: 600; letter-spacing: .04em; text-transform: uppercase; font-size: .78rem; padding: 3px 8px; border-radius: 999px; border: 1px solid color-mix(in srgb, var(--c-cream) 25%, transparent); }
.lang-switch a[aria-current="true"] { background: var(--c-cream); color: var(--c-primary-deep) !important; border-color: var(--c-cream); }

.mainbar { background: color-mix(in srgb, var(--c-cream) 92%, white); border-bottom: 1px solid var(--c-line); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: box-shadow var(--t) var(--ease); }
.is-stuck .mainbar { box-shadow: 0 10px 30px -18px rgba(20, 40, 42, .35); }
.mainbar__in { display: flex; align-items: center; gap: 20px; min-height: 80px; }
.brand { display: flex; align-items: center; flex: none; }
.brand img, .custom-logo { max-height: 54px; width: auto; }
.brand__text { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--c-primary); }
.brand__mark { display: grid; place-items: center; width: 44px; height: 44px; border-radius: var(--r-leaf-sm); background: var(--c-primary); color: var(--c-pale); }
.brand__mark .icon { width: 24px; height: 24px; }
.brand__name { font-family: var(--f-display); font-size: 1.15rem; line-height: 1.1; max-width: 16ch; font-weight: 500; }

.primary-nav { margin-left: auto; }
.primary-nav .menu, .primary-nav .sub-menu { list-style: none; margin: 0; padding: 0; }
.primary-nav .menu { display: flex; gap: 4px; align-items: center; }
.primary-nav .menu > li { position: relative; display: flex; align-items: center; }
.primary-nav .menu a { display: block; padding: 9px 11px; border-radius: 999px; color: var(--c-ink); text-decoration: none; font-weight: 500; font-size: .92rem; transition: background var(--t) var(--ease), color var(--t) var(--ease); }
.primary-nav .menu > li > a:hover, .primary-nav .menu > li.is-open > a, .primary-nav .menu > li.current-menu-item > a, .primary-nav .menu > li.current-menu-ancestor > a { background: var(--c-leaf-soft); color: var(--c-primary-deep); }
.sub-toggle { border: 0; background: transparent; padding: 8px 6px 8px 0; margin-left: -8px; border-radius: 50%; cursor: pointer; display: grid; place-items: center; color: var(--c-ink-2); }
.sub-toggle .icon { width: 16px; height: 16px; transition: transform var(--t) var(--ease); }
.is-open > .sub-toggle .icon { transform: rotate(180deg); }
.primary-nav .sub-menu {
	position: absolute; top: calc(100% + 10px); left: 0; min-width: 260px;
	background: #fff; border: 1px solid var(--c-line); border-radius: var(--r-sm);
	padding: 8px; box-shadow: var(--sh-2);
	opacity: 0; visibility: hidden; transform: translateY(8px);
	transition: opacity var(--t) var(--ease), transform var(--t) var(--ease), visibility var(--t);
	z-index: 5;
}
.primary-nav .sub-menu::before { content: ''; position: absolute; top: -7px; left: 26px; width: 12px; height: 12px; background: #fff; border-left: 1px solid var(--c-line); border-top: 1px solid var(--c-line); transform: rotate(45deg); }
.primary-nav .menu > li.is-open > .sub-menu, .primary-nav .menu > li:hover > .sub-menu, .primary-nav .menu > li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.primary-nav .sub-menu li { position: relative; }
.primary-nav .sub-menu a { padding: 9px 12px; border-radius: 8px; font-size: .93rem; font-weight: 500; }
.primary-nav .sub-menu a:hover { background: var(--c-cream); color: var(--c-primary); }
.primary-nav .sub-menu .sub-menu { top: -8px; left: calc(100% + 6px); }
.primary-nav .sub-menu .sub-menu::before { display: none; }
.primary-nav .sub-menu li:hover > .sub-menu, .primary-nav .sub-menu li.is-open > .sub-menu, .primary-nav .sub-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.primary-nav .sub-menu .sub-toggle { position: absolute; right: 6px; top: 6px; margin: 0; }
.drawer-extras { display: none; }

.actions { display: flex; align-items: center; gap: 8px; flex: none; }
.icon-btn { width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid transparent; background: transparent; display: grid; place-items: center; cursor: pointer; color: var(--c-primary); transition: background var(--t) var(--ease), border-color var(--t) var(--ease); }
.icon-btn:hover { background: var(--c-leaf-soft); }
.icon-btn .icon { width: 22px; height: 22px; }
.nav-toggle { display: none; }
.nav-toggle .icon--close, .nav-open .nav-toggle .icon--menu { display: none; }
.nav-open .nav-toggle .icon--close { display: block; }
.btn--donate .icon { width: 1em; height: 1em; }

.site-search { border-top: 1px solid var(--c-line); background: #fff; }
.site-search .wrap { padding: 18px 0; }
.search-form { display: flex; gap: 10px; max-width: 760px; }
.search-form input[type="search"] {
	flex: 1; min-width: 0; font: inherit; padding: .85em 1.2em; border-radius: 999px;
	border: 1.5px solid var(--c-line); background: var(--c-cream); color: var(--c-ink);
	transition: border-color var(--t) var(--ease), background var(--t) var(--ease);
}
.search-form input[type="search"]:focus { border-color: var(--c-primary); background: #fff; outline: none; box-shadow: 0 0 0 4px var(--c-leaf-soft); }

@media (max-width: 1024px) {
	.utility__menu { display: none; }
	.mainbar__in { min-height: 72px; gap: 12px; }
	.brand img, .custom-logo { max-height: 48px; }
	.nav-toggle { display: grid; }
	.btn--donate span { display: none; }
	.btn--donate { padding: .8em; }
	.primary-nav {
		position: fixed; inset: 0 0 0 auto; width: min(420px, 100%); margin: 0;
		background: var(--c-cream); border-left: 1px solid var(--c-line);
		padding: 92px var(--gutter) 40px; overflow-y: auto;
		transform: translateX(100%); transition: transform .42s var(--ease);
		box-shadow: var(--sh-3); z-index: -1;
	}
	.nav-open .primary-nav { transform: none; }
	.primary-nav .menu { flex-direction: column; align-items: stretch; gap: 2px; }
	.primary-nav .menu > li { flex-wrap: wrap; }
	.primary-nav .menu a { flex: 1; padding: 13px 14px; font-size: 1.05rem; border-radius: 10px; }
	.sub-toggle { margin: 0; width: 46px; height: 46px; }
	.primary-nav .sub-menu, .primary-nav .sub-menu .sub-menu {
		position: static; min-width: 0; box-shadow: none; border: 0; background: transparent; padding: 0 0 6px 14px;
		opacity: 1; visibility: visible; transform: none; display: none; flex-basis: 100%;
	}
	.primary-nav .sub-menu::before { display: none; }
	.primary-nav .menu li.is-open > .sub-menu { display: block; }
	.primary-nav .menu > li:hover > .sub-menu:not(.is-open) { display: none; }
	.primary-nav .menu > li.is-open:hover > .sub-menu { display: block; }
	.primary-nav .sub-menu .sub-toggle { position: static; }
	.primary-nav .sub-menu li { display: flex; flex-wrap: wrap; align-items: center; }
	.drawer-extras { display: block; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--c-line); }
	.lang-switch--drawer a { color: var(--c-primary); border-color: var(--c-line); }
	.lang-switch--drawer a[aria-current="true"] { background: var(--c-primary); color: var(--c-cream) !important; }
	.drawer-utility { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 6px; }
	.drawer-utility a { color: var(--c-ink-2); text-decoration: none; font-size: .95rem; }
}

/* ---------- Hero ---------- */
.hero { position: relative; isolation: isolate; color: var(--c-ink); background: var(--c-primary-deep); overflow: clip; }
.hero__stage { position: absolute; inset: 0; z-index: -1; }
.hero__slide { position: absolute; inset: 0; margin: 0; opacity: 0; transition: opacity 1.4s var(--ease); }
.hero__slide.is-active { opacity: 1; }
.hero__img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); }
.hero__slide.is-active .hero__img { animation: kenburns 12s linear both; }
@keyframes kenburns { from { transform: scale(1.06) translateX(1%); } to { transform: scale(1.12) translateX(-1%); } }
.hero__caption {
	position: absolute; right: var(--gutter); bottom: 22px; margin: 0;
	font: 500 .78rem/1 var(--f-body); letter-spacing: .06em; text-transform: uppercase;
	color: var(--c-cream); background: rgba(20, 40, 42, .55); backdrop-filter: blur(8px);
	padding: 9px 14px; border-radius: 999px;
}
.hero__scrim { position: absolute; inset: 0; background:
	linear-gradient(100deg, color-mix(in srgb, var(--c-primary-deep) 88%, transparent) 0%, color-mix(in srgb, var(--c-primary-deep) 55%, transparent) 42%, transparent 72%),
	linear-gradient(to top, color-mix(in srgb, var(--c-primary-deep) 75%, transparent), transparent 40%); }
.hero__grain { position: absolute; inset: 0; background: var(--grain); background-size: 180px; opacity: .1; mix-blend-mode: overlay; pointer-events: none; }
.hero--pattern .hero__stage { background: radial-gradient(120% 90% at 85% 10%, color-mix(in srgb, var(--c-leaf) 32%, var(--c-primary-deep)) 0%, var(--c-primary-deep) 55%, #0E1D1E 100%); }
.hero__pattern { position: absolute; inset: 0; overflow: hidden; }
.hero__leaf { position: absolute; color: var(--c-leaf); opacity: .16; fill: currentColor; }
.hero__leaf--1 { width: 56vmin; height: 56vmin; right: -6vmin; top: -8vmin; transform: rotate(18deg); }
.hero__leaf--2 { width: 30vmin; height: 30vmin; right: 34vmin; bottom: -6vmin; transform: rotate(-120deg); opacity: .1; }

.hero__wrap { min-height: clamp(560px, 78vh, 820px); display: grid; align-items: center; padding: clamp(72px, 10vh, 120px) 0 clamp(120px, 16vh, 170px); position: relative; }
.hero__card {
	max-width: 640px; background: var(--c-cream); padding: clamp(28px, 4vw, 56px) clamp(26px, 4vw, 56px) clamp(28px, 4vw, 48px);
	border-radius: var(--r-leaf); box-shadow: var(--sh-3);
	position: relative;
}
.hero__card::after { content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .6); }
.hero__card > * { animation: rise .8s var(--ease) both; }
.hero__card > :nth-child(2) { animation-delay: .08s; }
.hero__card > :nth-child(3) { animation-delay: .16s; }
.hero__card > :nth-child(4) { animation-delay: .24s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } }
.hero__title { font-size: clamp(2.5rem, 1.5rem + 3.6vw, 4.3rem); line-height: 1.02; letter-spacing: -.025em; margin-bottom: .45em; font-variation-settings: 'opsz' 144, 'SOFT' 50; }
.hero__title em { font-style: italic; color: var(--c-accent); font-variation-settings: 'opsz' 144, 'SOFT' 100; }
.hero__text { font-size: 1.1rem; color: var(--c-ink-2); max-width: 48ch; margin-bottom: 1.6rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.hero__controls { position: absolute; left: var(--gutter); bottom: 22px; display: flex; align-items: center; gap: 8px; z-index: 2; }
.hero__ctl { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .28); background: rgba(20, 40, 42, .45); color: var(--c-cream); display: grid; place-items: center; cursor: pointer; backdrop-filter: blur(8px); transition: background var(--t) var(--ease); }
.hero__ctl:hover { background: rgba(20, 40, 42, .8); }
.hero__ctl .icon { width: 18px; height: 18px; }
.hero__dots { list-style: none; margin: 0; padding: 0 6px; display: flex; gap: 8px; }
.hero__dots button { width: 10px; height: 10px; border-radius: 50%; border: 0; padding: 0; background: rgba(255, 255, 255, .4); cursor: pointer; transition: transform var(--t) var(--ease), background var(--t) var(--ease); }
.hero__dots button[aria-current="true"] { background: var(--c-cream); transform: scale(1.3); }
.pause-bars { width: 12px; height: 12px; position: relative; }
.pause-bars::before, .pause-bars::after { content: ''; position: absolute; top: 0; bottom: 0; width: 3.5px; background: currentColor; border-radius: 2px; left: 1px; }
.pause-bars::after { left: auto; right: 1px; }
.is-paused .pause-bars { width: 0; height: 0; border-style: solid; border-width: 7px 0 7px 11px; border-color: transparent transparent transparent currentColor; margin-left: 3px; }
.is-paused .pause-bars::before, .is-paused .pause-bars::after { display: none; }

/* ---------- Quick access tiles ---------- */
.quick-wrap { position: relative; z-index: 3; margin-top: clamp(-96px, -10vw, -72px); }
.quick { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.quick__item a {
	--tile-bg: #fff; --tile-fg: var(--c-primary); --tile-sub: var(--c-ink-2); --tile-ico: var(--c-leaf-soft); --tile-ico-fg: var(--c-primary);
	display: grid; grid-template-columns: auto 1fr auto; grid-template-areas: 'ico label arrow' 'ico sub arrow'; column-gap: 16px; align-items: center;
	background: var(--tile-bg); color: var(--tile-fg); text-decoration: none;
	padding: 22px 22px 22px 20px; border-radius: var(--r); box-shadow: var(--sh-2); height: 100%;
	transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
}
.quick__item a:hover { transform: translateY(-4px); box-shadow: var(--sh-3); color: var(--tile-fg); }
.quick__item--4 a { --tile-bg: var(--c-accent); --tile-fg: #fff; --tile-sub: rgba(255, 255, 255, .82); --tile-ico: rgba(255, 255, 255, .18); --tile-ico-fg: #fff; }
.quick__icon { grid-area: ico; width: 48px; height: 48px; border-radius: var(--r-leaf-sm); background: var(--tile-ico); color: var(--tile-ico-fg); display: grid; place-items: center; }
.quick__icon .icon { width: 22px; height: 22px; }
.quick__label { grid-area: label; font-family: var(--f-display); font-size: 1.3rem; line-height: 1.1; font-weight: 500; }
.quick__sub { grid-area: sub; font-size: .84rem; color: var(--tile-sub); margin-top: 3px; }
.quick__arrow { grid-area: arrow; color: currentColor; opacity: .55; transition: transform var(--t) var(--ease), opacity var(--t) var(--ease); }
.quick__item a:hover .quick__arrow { transform: translateX(4px); opacity: 1; }
@media (max-width: 1024px) { .quick { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .quick { grid-template-columns: 1fr; } .quick-wrap { margin-top: -56px; } }

/* ---------- Inner-page banner ---------- */
.page-hero { position: relative; isolation: isolate; overflow: clip; background: linear-gradient(120deg, var(--c-primary) 0%, var(--c-primary-deep) 100%); color: var(--c-cream); }
.page-hero__img { position: absolute; inset: 0; z-index: -1; }
.page-hero__img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85); }
.page-hero--image::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, color-mix(in srgb, var(--c-primary-deep) 92%, transparent), color-mix(in srgb, var(--c-primary-deep) 55%, transparent)); }
.page-hero__leaf { position: absolute; right: -40px; top: -60px; width: 320px; height: 320px; color: var(--c-leaf); opacity: .14; transform: rotate(22deg); pointer-events: none; }
.page-hero__leaf .icon { width: 100%; height: 100%; fill: currentColor; }
.page-hero__in { padding: clamp(40px, 6vw, 72px) 0 clamp(44px, 6vw, 76px); position: relative; }
.page-hero__title { color: var(--c-cream); font-size: clamp(2.1rem, 1.4rem + 2.6vw, 3.5rem); margin: 0; max-width: 22ch; }
.page-hero__sub { color: color-mix(in srgb, var(--c-cream) 80%, transparent); font-size: 1.1rem; max-width: 62ch; margin: 1rem 0 0; }
.page-hero__sub p:last-child { margin: 0; }
.crumbs { margin-bottom: 1.2rem; font-size: .85rem; }
.crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 4px 10px; }
.crumbs li + li::before { content: '/'; opacity: .45; margin-right: 10px; }
.crumbs a { color: color-mix(in srgb, var(--c-cream) 78%, transparent); text-decoration: none; }
.crumbs a:hover { color: var(--c-cream); }
.crumbs [aria-current] { color: var(--c-cream); font-weight: 600; }
.slot--banner .crumbs a, .slot--banner .crumbs [aria-current] { color: inherit; }

/* ---------- Page body ---------- */
.page-body { padding-block: 0; }
.page-body--elementor { padding: 0; }
.page-body--elementor > .elementor > .elementor-section-wrap > .elementor-section:first-child,
.page-body--elementor > .elementor > .elementor-section:first-child,
.page-body--elementor > .elementor > .e-con:first-child { /* Elementor decides its own spacing */ }
.prose { max-width: 76ch; padding-block: clamp(48px, 7vw, 88px); }
.prose--flush { padding-block: 0; max-width: none; }
.wrap.prose { margin-inline: auto; }
.prose > :first-child { margin-top: 0; }
.prose h2 { margin-top: 2.2em; }
.prose h3 { margin-top: 1.8em; }
.prose p, .prose li { font-size: 1.05rem; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.prose li { margin-bottom: .35em; }
.prose li::marker { color: var(--c-leaf); }
.prose img { border-radius: var(--r-sm); }
.prose figure { margin: 2em 0; }
.prose figcaption { font-size: .88rem; color: var(--c-ink-3); margin-top: .6em; }
.prose blockquote { margin: 2em 0; padding: .4em 0 .4em 1.4em; border-left: 3px solid var(--c-leaf); font-family: var(--f-display); font-size: 1.35rem; font-style: italic; color: var(--c-primary); }
.prose table { width: 100%; border-collapse: collapse; margin: 1.6em 0; font-size: .95rem; }
.prose th, .prose td { text-align: left; padding: .75em .9em; border-bottom: 1px solid var(--c-line); vertical-align: top; }
.prose th { font-weight: 600; color: var(--c-primary); background: var(--c-cream-2); }
.prose hr { border: 0; height: 1px; background: var(--c-line); margin: 2.5em 0; }
.prose .wp-block-button__link, .prose .wp-element-button { border-radius: 999px; background: var(--c-primary); color: var(--c-cream); font-weight: 600; }
.page-links { margin-top: 2em; font-weight: 600; }
.article__meta { margin-bottom: 1.2em; }
.article__figure { margin: 0 0 2em; }
.article__figure img { border-radius: var(--r); }

/* ---------- Cards ---------- */
.grid--cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
@media (max-width: 960px) { .grid--cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .grid--cards { grid-template-columns: 1fr; } }
.card { background: #fff; border-radius: var(--r); overflow: hidden; box-shadow: var(--sh-1); display: flex; flex-direction: column; transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease); position: relative; }
.card:hover { transform: translateY(-4px); box-shadow: var(--sh-2); }
.card__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--c-leaf-soft); }
.card--portrait .card__media { aspect-ratio: 5 / 6; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.card:hover .card__media img { transform: scale(1.04); }
.card__placeholder { display: grid; place-items: center; height: 100%; color: var(--c-leaf); }
.card__placeholder .icon { width: 64px; height: 64px; fill: currentColor; opacity: .5; }
.card__body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.card__meta { font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; color: var(--c-ink-3); font-weight: 600; margin-bottom: 10px; }
.card__meta a { color: var(--c-leaf); text-decoration: none; }
.card__title { font-size: 1.35rem; margin: 0 0 .5em; }
.card__title a { color: var(--c-primary); text-decoration: none; }
.card__title a::after { content: ''; position: absolute; inset: 0; }
.card__excerpt { color: var(--c-ink-2); font-size: .97rem; margin: 0 0 1.2em; }
.card__more { margin-top: auto; display: inline-flex; align-items: center; gap: .4em; font-weight: 600; font-size: .9rem; color: var(--c-accent); }
.card__more .icon { transition: transform var(--t) var(--ease); }
.card:hover .card__more .icon { transform: translateX(4px); }

/* ---------- Jobs ---------- */
.job-list { display: grid; gap: 14px; }
.job { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; background: #fff; border-radius: var(--r); padding: 22px 26px; box-shadow: var(--sh-1); border-left: 5px solid var(--c-leaf); }
.job--closed { border-left-color: var(--c-line); opacity: .75; }
.job__title { font-size: 1.35rem; margin: 0 0 .35em; }
.job__title a { text-decoration: none; }
.job__tags { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; font-size: .85rem; }
.job__tags li { padding: 4px 11px; border-radius: 999px; background: var(--c-cream-2); color: var(--c-ink-2); display: inline-flex; align-items: center; gap: .4em; }
.job__close { background: var(--c-leaf-soft) !important; color: var(--c-primary) !important; font-weight: 600; }
.job--closed .job__close { background: var(--c-cream-2) !important; color: var(--c-ink-3) !important; }
.job__actions { display: flex; gap: 8px; }
.closed-jobs { margin-top: 40px; }
.closed-jobs summary { cursor: pointer; font-weight: 600; color: var(--c-ink-2); padding: 12px 0; }
.closed-jobs[open] summary { margin-bottom: 14px; }
.job-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 56px; padding-block: clamp(48px, 7vw, 88px); align-items: start; }
@media (max-width: 900px) { .job-layout { grid-template-columns: 1fr; gap: 32px; } }
.job-side { position: sticky; top: 110px; background: #fff; border-radius: var(--r); padding: 28px; box-shadow: var(--sh-1); }
.job-side__facts { display: grid; grid-template-columns: auto 1fr; gap: 8px 16px; margin: 0 0 22px; font-size: .95rem; }
.job-side__facts dt { color: var(--c-ink-3); font-weight: 600; font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; padding-top: 3px; }
.job-side__facts dd { margin: 0; font-weight: 500; }
.job-side .btn { width: 100%; justify-content: center; margin-bottom: 22px; }
.job-side__apply h2 { font-size: 1.2rem; }
.job-side__apply p { font-size: .95rem; }
.job-side .small { font-size: .82rem; color: var(--c-ink-3); }
.back { display: inline-flex; align-items: center; gap: .4em; font-weight: 600; text-decoration: none; margin-top: 8px; }

/* ---------- Documents ---------- */
.doc-jump { position: sticky; top: 96px; z-index: 4; margin-bottom: 40px; background: var(--c-cream); padding: 10px 0; }
.doc-jump ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.doc-jump a { display: inline-flex; align-items: center; gap: .5em; padding: 8px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--c-line); text-decoration: none; font-size: .9rem; font-weight: 500; }
.doc-jump a:hover { border-color: var(--c-primary); }
.doc-jump small { background: var(--c-leaf-soft); color: var(--c-primary); padding: 1px 7px; border-radius: 999px; font-weight: 600; font-size: .75rem; }
.doc-group + .doc-group { margin-top: 56px; }
.doc-group__title { font-size: 1.7rem; padding-bottom: .5em; border-bottom: 2px solid var(--c-leaf); display: inline-block; }
.doc-group__desc { color: var(--c-ink-2); margin-top: .5em; }
.doc-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.doc { display: flex; align-items: center; gap: 18px; background: #fff; border-radius: var(--r-sm); padding: 16px 20px; box-shadow: var(--sh-1); transition: transform var(--t) var(--ease); }
.doc:hover { transform: translateX(4px); }
.doc__icon { width: 44px; height: 44px; border-radius: var(--r-leaf-sm); background: var(--c-leaf-soft); color: var(--c-primary); display: grid; place-items: center; flex: none; }
.doc__icon .icon { width: 22px; height: 22px; }
.doc__body { flex: 1; min-width: 0; }
.doc__title { font-size: 1.1rem; margin: 0 0 .2em; font-family: var(--f-body); font-weight: 600; letter-spacing: 0; }
.doc__title a { text-decoration: none; }
.doc__desc { margin: 0 0 .3em; font-size: .93rem; color: var(--c-ink-2); }
.doc__meta { margin: 0; font-size: .8rem; color: var(--c-ink-3); display: flex; gap: 12px; }
.doc__dl { flex: none; }
@media (max-width: 560px) { .doc { flex-wrap: wrap; } .doc__dl { width: 100%; justify-content: center; } }

/* ---------- People ---------- */
.people { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 32px 28px; }
.person { text-align: center; }
.person__photo { aspect-ratio: 5 / 6; border-radius: var(--r-leaf); overflow: hidden; background: var(--c-leaf-soft); margin-bottom: 16px; display: grid; place-items: center; }
.person__photo img { width: 100%; height: 100%; object-fit: cover; }
.person__initials { font-family: var(--f-display); font-size: 4rem; color: var(--c-primary); opacity: .5; }
.person__name { font-size: 1.3rem; margin: 0 0 .15em; }
.person__role { color: var(--c-accent); font-weight: 600; font-size: .85rem; letter-spacing: .06em; text-transform: uppercase; margin: 0 0 .6em; }
.person__bio { font-size: .95rem; color: var(--c-ink-2); }

/* ---------- Misc content ---------- */
.empty { text-align: center; padding: 48px 0; max-width: 560px; margin: 0 auto; }
.empty__lead { font-family: var(--f-display); font-size: 1.6rem; color: var(--c-primary); }
.notfound { text-align: center; max-width: 640px; padding-block: clamp(72px, 10vw, 128px); }
.notfound__title { font-size: clamp(2.4rem, 5vw, 3.8rem); }
.notfound__text { color: var(--c-ink-2); font-size: 1.1rem; }
.notfound .search-form { margin: 28px auto; }
.post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 32px 0 0; border-top: 1px solid var(--c-line); margin-top: 40px; }
.post-nav > div { display: grid; gap: 4px; }
.post-nav span { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--c-ink-3); font-weight: 600; }
.post-nav a { font-family: var(--f-display); font-size: 1.15rem; text-decoration: none; }
.post-nav__next { text-align: right; }
.pagination { margin-top: 48px; }
.pagination .nav-links { display: flex; justify-content: center; gap: 6px; flex-wrap: wrap; }
.pagination .page-numbers { display: inline-flex; align-items: center; min-width: 42px; height: 42px; justify-content: center; padding: 0 14px; border-radius: 999px; background: #fff; border: 1px solid var(--c-line); text-decoration: none; font-weight: 600; font-size: .9rem; }
.pagination .page-numbers.current { background: var(--c-primary); color: var(--c-cream); border-color: var(--c-primary); }
.pagination .page-numbers:hover:not(.current) { border-color: var(--c-primary); }
.comments { margin-top: 48px; }

/* ---------- Footer ---------- */
.site-footer { position: relative; isolation: isolate; overflow: clip; background: var(--c-primary-deep); color: color-mix(in srgb, var(--c-cream) 82%, transparent); margin-top: clamp(64px, 9vw, 112px); }
.site-footer a { color: var(--c-cream); text-decoration-color: color-mix(in srgb, var(--c-leaf) 60%, transparent); }
.site-footer a:hover { color: var(--c-pale); }
.site-footer__leaf { position: absolute; right: -80px; bottom: -120px; width: 520px; height: 520px; color: var(--c-leaf); opacity: .07; transform: rotate(-24deg); pointer-events: none; z-index: -1; }
.site-footer__leaf .icon { width: 100%; height: 100%; fill: currentColor; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr .8fr .9fr; gap: 48px 40px; padding: clamp(56px, 7vw, 88px) 0 48px; }
@media (max-width: 1024px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .footer-grid { grid-template-columns: 1fr; gap: 36px; } }
.footer-logo .custom-logo { max-height: 56px; width: auto; filter: brightness(0) invert(1); opacity: .95; margin-bottom: 18px; }
.footer-brand { font-family: var(--f-display); font-size: 1.6rem; color: var(--c-cream); margin: 0 0 .6em; line-height: 1.15; }
.footer-blurb { font-size: .98rem; max-width: 40ch; }
.footer-heading { font: 600 .78rem/1 var(--f-body); letter-spacing: .14em; text-transform: uppercase; color: var(--c-leaf); margin: 0 0 1.1rem; }
.footer-menu { list-style: none; margin: 0 0 1.8rem; padding: 0; display: grid; gap: 8px; }
.footer-menu a { text-decoration: none; font-size: .97rem; }
.footer-menu a:hover { text-decoration: underline; }
.footer-address p { display: flex; gap: 10px; align-items: flex-start; margin: 0 0 .7em; font-size: .95rem; font-style: normal; }
.footer-address .icon, .icon-spacer { width: 18px; height: 18px; flex: none; margin-top: 4px; color: var(--c-leaf); display: inline-block; }
.footer-emerg { margin-top: 18px; padding: 14px 16px; border-radius: var(--r-sm); background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .08); display: grid; gap: 2px; }
.footer-emerg strong { font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; color: var(--c-pale); }
.footer-emerg > a { font-family: var(--f-display); font-size: 1.4rem; text-decoration: none; }
.footer-emerg small { font-size: .8rem; opacity: .8; }
.social { list-style: none; margin: 22px 0 0; padding: 0; display: flex; gap: 10px; }
.social a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .1); transition: background var(--t) var(--ease), transform var(--t) var(--ease); }
.social a:hover { background: var(--c-leaf); color: var(--c-primary-deep); transform: translateY(-2px); }
.social .icon { width: 18px; height: 18px; }
.partners { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 10px; }
.partners img { max-height: 56px; width: auto; background: #fff; padding: 8px 10px; border-radius: 8px; }
.footer-widget { margin-bottom: 20px; font-size: .95rem; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .08); background: rgba(0, 0, 0, .18); }
.footer-bottom__in { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 24px; padding: 18px 0; font-size: .83rem; }
.footer-bottom p { margin: 0; }
.footer-credit { opacity: .7; }

/* ---------- Foundation sub-brand ---------- */
.brand-foundation {
	--c-primary: #5A3E28;
	--c-primary-deep: #3B2717;
	--c-accent: #B8651B;
	--c-accent-soft: #F5E5D2;
	--c-leaf: #C9A24A;
	--c-leaf-soft: #F1E8CF;
	--c-pale: #EAD9A6;
}

/* ---------- Elementor slots & inheritance ---------- */
.slot { position: relative; }
.slot--header { position: sticky; top: 0; z-index: 60; }
.slot--alert { position: relative; z-index: 70; }
.slot--alert .elementor-alert { border-radius: 0; margin: 0; }
.slot--quick { position: relative; z-index: 3; }
.e-nav .widget_nav_menu ul, .slot--header .widget_nav_menu ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 4px; justify-content: center; }
.e-nav .widget_nav_menu li, .slot--header .widget_nav_menu li { position: relative; }
.e-nav .widget_nav_menu a, .slot--header .widget_nav_menu a { display: block; padding: 10px 14px; border-radius: 999px; text-decoration: none; color: var(--c-ink); font-weight: 500; }
.e-nav .widget_nav_menu a:hover, .slot--header .widget_nav_menu a:hover { background: var(--c-leaf-soft); color: var(--c-primary-deep); }
.e-nav .widget_nav_menu .sub-menu, .slot--header .widget_nav_menu .sub-menu { position: absolute; top: 100%; left: 0; min-width: 240px; flex-direction: column; background: #fff; border: 1px solid var(--c-line); border-radius: var(--r-sm); padding: 8px; box-shadow: var(--sh-2); display: none; z-index: 5; }
.e-nav .widget_nav_menu li:hover > .sub-menu, .e-nav .widget_nav_menu li:focus-within > .sub-menu, .slot--header .widget_nav_menu li:hover > .sub-menu, .slot--header .widget_nav_menu li:focus-within > .sub-menu { display: flex; }
.slot--footer .widget_nav_menu ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.slot--footer .widget_nav_menu a { text-decoration: none; color: var(--c-cream); }
.slot--footer .widget_nav_menu a:hover { text-decoration: underline; }
.e-tile .elementor-icon-box-wrapper { align-items: center; }
.e-hero-card .elementor-widget-heading .elementor-heading-title { text-wrap: balance; }
.e-btn .elementor-button:hover { transform: translateY(-1px); }
.e-quick .elementor-column-wrap, .e-quick > .elementor-container > .elementor-column > .elementor-widget-wrap { height: 100%; }

/* Elementor widgets inherit the theme voice when no Global font is chosen */
.elementor-widget-heading .elementor-heading-title { font-family: var(--f-display); font-variation-settings: 'opsz' 144, 'SOFT' 30; letter-spacing: -.015em; }
.elementor-widget-text-editor, .elementor-widget-icon-list, .elementor-widget-icon-box .elementor-icon-box-description { font-family: var(--f-body); }
.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-image-box .elementor-image-box-title, .elementor-widget-testimonial .elementor-testimonial-name, .elementor-widget-counter .elementor-counter-number-wrapper { font-family: var(--f-display); }
.elementor-button { font-family: var(--f-body); font-weight: 600; letter-spacing: .01em; transition: transform var(--t) var(--ease), background var(--t) var(--ease), color var(--t) var(--ease); }
.elementor-widget-tabs .elementor-tab-title, .elementor-widget-accordion .elementor-tab-title, .elementor-widget-toggle .elementor-tab-title { font-family: var(--f-display); font-weight: 500; }
.elementor-widget-divider .elementor-divider-separator { border-color: var(--c-leaf); }
.elementor-widget-alert .elementor-alert { border-radius: var(--r-sm); }
.elementor-widget-alert .elementor-alert-title { font-family: var(--f-display); }
.elementor-widget-image img, .elementor-widget-image-box img { border-radius: var(--r-sm); }
.elementor-widget-image-carousel .swiper-slide img { border-radius: var(--r-sm); }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); transition-delay: calc(var(--i, 0) * 70ms); }
.reveal.is-in { opacity: 1; transform: none; }

/* ---------- Motion & print ---------- */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	.hero__slide.is-active .hero__img { animation: none; transform: none; }
	.reveal { opacity: 1; transform: none; }
}
@media print {
	.site-header, .alert-bar, .hero__controls, .quick-wrap, .site-footer, .btn, .doc-jump, .skip-link { display: none !important; }
	body { background: #fff; color: #000; font-size: 12pt; }
	.page-hero { background: none; color: #000; }
	.page-hero__title, .crumbs a { color: #000; }
	a { color: #000; text-decoration: underline; }
}

/* Draft-page menu items — visible to editors only */
.menu-item--draft > a { text-decoration: underline dashed; text-decoration-color: var(--c-accent); text-underline-offset: 4px; opacity: .8; }
.menu-item--draft > a::after { content: ' ·'; color: var(--c-accent); }

/* Bundled client logo (header colour / footer light) */
.brand__logo { display: block; }
.brand__logo img { max-height: 54px; width: auto; }
@media (max-width: 1024px) { .brand__logo img { max-height: 50px; } }
.footer-logo img { max-height: 84px; width: auto; filter: none; opacity: .95; margin-bottom: 18px; }

/* Priority+ overflow ("More ▾") */
.primary-nav { min-width: 0; flex: 1 1 auto; display: flex; justify-content: flex-end; }
.primary-nav .menu { flex-wrap: nowrap; white-space: nowrap; }
.more-item > a { color: var(--c-ink-2); }
.more-list { right: 0; left: auto; }
.more-list::before { left: auto; right: 26px; }
.more-list > li > .sub-menu { top: -8px; left: auto; right: calc(100% + 6px); }
@media (max-width: 1024px) { .primary-nav { display: block; } .primary-nav .menu { white-space: normal; } }

/* Header density: keep the nav on one line at 1200px with 7 groups */
.sub-toggle { padding: 6px 4px 6px 0; margin-left: -6px; }
.sub-toggle .icon { width: 14px; height: 14px; }
.btn--donate { padding: .7em 1.2em; font-size: .9rem; }
.actions { gap: 4px; }
.icon-btn { width: 40px; height: 40px; }
@media (min-width: 1025px) and (max-width: 1280px) {
	.primary-nav .menu a { padding: 9px 9px; font-size: .88rem; }
	.brand__logo img, .brand img, .custom-logo { max-height: 46px; }
}
