/*
Theme Name: Principalis
Theme URI: https://principalis.com
Author: Principalis
Author URI: https://principalis.com
Description: A restrained, authoritative classic theme for Principalis AG — a private family investment office in Bäch, Switzerland. Modern institutional design: the official brand palette (midnight blue, blue-grey neutrals, teal accent), a Raleway + Instrument Sans pairing, generous space, and editorial typography. No ornamentation.
Version: 3.5.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: principalis
Tags: business, custom-menu, featured-images, translation-ready, full-width-template
*/

/* ==========================================================================
   FONTS — self-hosted Raleway (headlines, variable) + Instrument Sans (body)
   ========================================================================== */
@font-face {
	font-family: "Raleway";
	src: url("assets/fonts/raleway/Raleway-VF.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Raleway";
	src: url("assets/fonts/raleway/Raleway-Italic-VF.woff2") format("woff2");
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Instrument Sans";
	src: url("assets/fonts/instrument-sans/InstrumentSans-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Instrument Sans";
	src: url("assets/fonts/instrument-sans/InstrumentSans-Italic.woff2") format("woff2");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Instrument Sans";
	src: url("assets/fonts/instrument-sans/InstrumentSans-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Instrument Sans";
	src: url("assets/fonts/instrument-sans/InstrumentSans-MediumItalic.woff2") format("woff2");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Instrument Sans";
	src: url("assets/fonts/instrument-sans/InstrumentSans-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Instrument Sans";
	src: url("assets/fonts/instrument-sans/InstrumentSans-SemiBoldItalic.woff2") format("woff2");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Instrument Sans";
	src: url("assets/fonts/instrument-sans/InstrumentSans-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Instrument Sans";
	src: url("assets/fonts/instrument-sans/InstrumentSans-BoldItalic.woff2") format("woff2");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

/* ==========================================================================
   DESIGN TOKENS — Principalis brand palette (Brand Guidelines §3)
   Midnight blue / blue-grey neutrals / teal accent.
   ========================================================================== */
:root {
	/* Color — brand hex (Brand Guidelines §3.1–3.3) */
	--navy:        #001547;  /* Primary Midnight Blue — hero, header, footer */
	--navy-2:      #0A1E3F;  /* Supporting Dark Blue — raised dark panels */
	--navy-3:      #0A1E3F;
	--zodiac:      #0A1E3F;
	--charcoal:    #3F4348;  /* Charcoal Grey — body text, labels */
	--stone:       #FFFFFF;  /* primary light ground — white page backgrounds
	                            (the earlier warm stone and the brand Light Blue
	                            Grey were both retired by request) */
	--pale-gray:   #DADAE0;  /* Soft Neutral Grey — dividers, separators */
	--light-gray:  #F3F3F3;  /* raised light panels */
	--white:       #FFFFFF;
	/* Accent — brand Teal (#145E7A). The custom-property name is historical
	   (it used to hold the amber of an earlier design). */
	--amber:       #145E7A;
	/* Derived tint of the brand teal: accent TEXT/icons on the midnight
	   grounds, where #145E7A itself would not clear contrast. */
	--accent-bright: #6FB6D4;
	--red:         #B50000;  /* very sparing accent only */
	--ink-text:    #001547;  /* ink on light — headings, strong text */
	--on-navy:     #FFFFFF;  /* text on midnight */
	--on-navy-mut: #C8D4E2;  /* muted text on midnight (Light Blue Grey) */

	/* AA-tuned support colors */
	--muted-ink:   #3F4348;  /* muted body text on light (brand charcoal) */
	--eyebrow-ink: #3F4348;  /* eyebrow label on light */
	--hairline:    #C9CBC6;  /* hairline on light grounds */
	--hairline-dk: rgba(200, 212, 226, 0.18); /* hairline on dark grounds */

	/* Type families */
	/* Headline face — Raleway, as on the original principalis.com. The
	   custom-property name is historical (it used to hold a serif). */
	--font-serif: "Raleway", "Instrument Sans", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
	--font-sans:  "Instrument Sans", system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;

	/* Type scale (benchmark clamps; desktop ≥440px) */
	--fs-display:  clamp(4.6rem, 6vw + 3rem, 8.25rem);
	--fs-topper-l: clamp(3.3125rem, 2.9vw + 2.5rem, 5.125rem);
	--fs-h1:       clamp(3.3125rem, 0.1vw + 3.28rem, 3.375rem);
	--fs-h2:       clamp(2.125rem, 0.4vw + 2.0rem, 2.375rem);
	--fs-h3:       clamp(1.5rem, 0.4vw + 1.39rem, 1.75rem);
	--fs-h4:       clamp(1.375rem, 0.2vw + 1.32rem, 1.5rem);
	--fs-h5:       clamp(1.125rem, 0.2vw + 1.07rem, 1.25rem);
	--fs-large:    clamp(1.125rem, 0.3vw + 1.04rem, 1.3125rem);
	--fs-body:     clamp(1rem, 0.2vw + 0.95rem, 1.125rem);
	--fs-small:    0.875rem;
	--fs-eyebrow:  0.8125rem;

	--lh-body: 1.6;

	/* Layout */
	--content:     1200px;
	--measure:     68ch;
	--gutter:      clamp(1.125rem, 2.2vw + 0.5rem, 2.9rem);
	--section-pad: clamp(4rem, 8vw, 8rem);
	--flow:        clamp(1rem, 1.4vw + 0.6rem, 1.4rem);
	--header-h:    4.75rem;
	--header-h-stuck: 3.85rem;   /* header compresses on scroll */

	/* Per-ground roles (default = light ground) */
	--ground:     var(--stone);
	--surface:    var(--white);
	--text:       var(--ink-text);
	--text-muted: var(--muted-ink);
	--text-label: var(--eyebrow-ink);
	--rule:       var(--hairline);
	--accent:     var(--amber);

	/* Motion — easing tokens */
	--ease: cubic-bezier(0.22, 0.61, 0.36, 1);
	--ease-out:   cubic-bezier(0.075, 0.82, 0.165, 1);   /* settle-out (reveals, lifts) */
	--ease-inout: cubic-bezier(0.785, 0.135, 0.15, 0.86); /* symmetric (header, hero) */
	--ease-emphasis: cubic-bezier(0.4, 0, 0.2, 1);        /* emphasis (cards, glass) */
	--dur:  240ms;
	--dur-hover: 200ms;   /* standardized hover feedback (~180–220ms, --ease-out) */
	--dur-move:  480ms;   /* larger movement (~.4–.6s) */
}

/* Mobile / tablet type steps — keep the display headline from overflowing the
   narrower viewports the benchmark clamps (≥440px) are not tuned for. */
@media (max-width: 767px) {
	:root {
		--fs-display:  clamp(2.5rem, 8vw, 4.1rem);
		--fs-topper-l: clamp(2.375rem, 8vw, 3.25rem);
	}
}
@media (max-width: 439px) {
	:root {
		--fs-display:  clamp(2.3rem, 10vw, 3rem);
		--fs-topper-l: clamp(2.125rem, 9vw, 2.75rem);
		--fs-h1:       clamp(2.375rem, 8vw, 2.875rem);
		--fs-h2:       clamp(1.875rem, 6.5vw, 2.125rem);
	}
}

/* ==========================================================================
   RESET / BASE
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	tab-size: 4;
	scroll-padding-top: calc(var(--header-h) + 1rem);
}

body {
	margin: 0;
	background: var(--stone);
	color: var(--ink-text);
	font-family: var(--font-sans);
	font-size: var(--fs-body);
	line-height: var(--lh-body);
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern" 1, "liga" 1;
	overflow-x: hidden;
}

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

a {
	color: inherit;
	text-decoration: none;
	transition: color var(--dur-hover) var(--ease-out);
}

h1, h2, h3, h4, h5 {
	font-family: var(--font-serif);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: -0.005em;
	margin: 0;
	overflow-wrap: break-word;
}
h6 {
	font-family: var(--font-sans);
	font-weight: 600;
	margin: 0;
}

p { margin: 0; }
ul, ol { margin: 0; padding: 0; }
strong, b { font-weight: 600; }

::selection { background: var(--navy); color: var(--white); }

/* Anchored sections clear the fixed header on in-page jumps (item 13). */
[id] { scroll-margin-top: calc(var(--header-h) + 1.25rem); }

/* ==========================================================================
   ACCESSIBILITY — skip link + amber keyboard focus
   ========================================================================== */
.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 1000;
	padding: 0.85rem 1.4rem;
	background: var(--navy);
	color: var(--on-navy);
	font-family: var(--font-sans);
	font-size: var(--fs-small);
	font-weight: 600;
	letter-spacing: 0.04em;
}
.skip-link:focus {
	left: 1rem;
	top: 1rem;
}

/* Focus rings are shown only for keyboard users (body.has-keyboard-focus). */
:focus { outline: none; }
.has-keyboard-focus :focus-visible {
	outline: 3px solid var(--amber);
	outline-offset: 2px;
	border-radius: 1px;
}
.has-keyboard-focus .topper :focus-visible,
.has-keyboard-focus .section--dark :focus-visible,
.has-keyboard-focus .site-header :focus-visible {
	outline-color: var(--accent-bright);
}

/* ==========================================================================
   LAYOUT PRIMITIVES
   ========================================================================== */
.section {
	position: relative;
	background: var(--ground);
	color: var(--text);
}
.section__inner,
.container {
	width: 100%;
	max-width: var(--content);
	margin-inline: auto;
	padding-inline: var(--gutter);
}
.section > .section__inner {
	padding-block: var(--section-pad);
}

/* Ground variants */
.section--light {
	--ground: var(--stone);
	--surface: var(--white);
	--text: var(--ink-text);
	--text-muted: var(--muted-ink);
	--text-label: var(--eyebrow-ink);
	--rule: var(--hairline);
	background: var(--stone);
	color: var(--ink-text);
}
/* The front page keeps its previous alternating section grounds: light
   sections on the warm stone, so the teaser blocks read as distinct bands
   against the white "paper" sections. Inner pages stay on the white ground. */
body.home .section--light {
	--ground: #E8E6E0;
	background: #E8E6E0;
}

.section--paper {
	--ground: var(--white);
	--surface: var(--light-gray);
	--text: var(--ink-text);
	--text-muted: var(--muted-ink);
	--text-label: var(--eyebrow-ink);
	--rule: var(--pale-gray);
	background: var(--white);
	color: var(--ink-text);
}
.section--dark {
	--ground: var(--navy);
	--surface: var(--navy-2);
	--text: var(--on-navy);
	--text-muted: var(--on-navy-mut);
	--text-label: var(--accent-bright);
	--rule: var(--hairline-dk);
	background: var(--navy);
	color: var(--on-navy);
}

/* ==========================================================================
   SHARED TYPE PIECES
   ========================================================================== */
.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 1.25rem;
	font-family: var(--font-sans);
	font-size: var(--fs-eyebrow);
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--text-label);
}
.eyebrow::before {
	content: "";
	width: 1.75rem;
	height: 2px;
	background: var(--amber);
	flex: 0 0 auto;
}
/* On midnight grounds the teal dash needs its brighter tint to register. */
.section--dark .eyebrow::before,
.topper .eyebrow::before { background: var(--accent-bright); }

.section__head { margin-block-end: clamp(2rem, 4vw, 3.25rem); max-width: 62ch; }
.section__title { font-size: var(--fs-h2); max-width: 22ch; }
.section__lede {
	margin-block-start: 1.25rem;
	max-width: 56ch;
	color: var(--text-muted);
	font-size: var(--fs-large);
	line-height: 1.5;
}
.section--dark .section__lede { color: var(--on-navy-mut); }

.lede { color: var(--text-muted); font-size: var(--fs-large); line-height: 1.5; }

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem 1.5rem;
}

.btn {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	font-family: var(--font-sans);
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1;
	padding: 0.95rem 1.6rem;
	border: 2px solid transparent;
	background: transparent;
	color: var(--text);
	cursor: pointer;
	border-radius: 2px;
	transition: background var(--dur-hover) var(--ease-out), color var(--dur-hover) var(--ease-out),
		border-color var(--dur-hover) var(--ease-out);
	white-space: nowrap;
}
.btn__arrow { transition: transform var(--dur-hover) var(--ease-out); }
.btn:hover .btn__arrow,
.btn:focus-visible .btn__arrow { transform: translateX(4px); }

/* Primary — brand teal fill, white text (AA) */
.btn--primary {
	background: var(--amber);
	color: var(--white);
	border-color: var(--amber);
}
.btn--primary:hover,
.btn--primary:focus-visible {
	background: #1B6E90;
	border-color: #1B6E90;
}

/* Secondary — outline, inherits ground text color */
.btn--secondary {
	border-color: currentColor;
	color: var(--text);
}
.btn--secondary:hover,
.btn--secondary:focus-visible {
	background: var(--text);
	color: var(--ground);
}
.section--dark .btn--secondary:hover,
.section--dark .btn--secondary:focus-visible {
	background: var(--on-navy);
	color: var(--navy);
}

/* Quiet — underlined text link button */
.btn--quiet {
	padding: 0.55rem 0;
	border: 0;
	position: relative;
	color: var(--text);
	font-weight: 600;
}
.btn--quiet::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0.2rem;
	width: 100%;
	height: 2px;
	background: var(--amber);
	transform: scaleX(0.35);
	transform-origin: left;
	transition: transform var(--dur-hover) var(--ease-out);
}
.btn--quiet:hover::after,
.btn--quiet:focus-visible::after { transform: scaleX(1); }
.section--dark .btn--quiet::after { background: var(--accent-bright); }

.section--dark .btn--quiet { color: var(--on-navy); }

/* ==========================================================================
   SITE HEADER + PRIMARY NAV
   ========================================================================== */
.site-header {
	position: fixed;
	inset-block-start: 0;
	inset-inline: 0;
	z-index: 100;
	color: var(--on-navy);
	border-block-end: 1px solid transparent;
	/* Near-solid brand navy by default — interior/press/legal pages start here,
	   and any stuck header lands here too. Kept at high opacity: at lower
	   opacities the light page content bleeding through the glass shifted the
	   bar off the brand midnight into a washed slate. */
	background: rgba(0, 21, 71, 0.97);
	transition: background var(--dur) var(--ease), box-shadow var(--dur) var(--ease),
		border-color var(--dur) var(--ease);
}
@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
	.site-header {
		background: rgba(0, 21, 71, 0.94);
		-webkit-backdrop-filter: blur(12px);
		backdrop-filter: blur(12px);
	}
}

/* Immersive: fully transparent over the hero (front page), before scroll — just
   the white logo + nav floating over the image, with a subtle top-down scrim
   behind them so the white nav stays legible over any photograph. */
body.has-topper .site-header:not(.is-stuck) {
	background: transparent;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	border-block-end-color: transparent;
	box-shadow: none;
}
body.has-topper .site-header::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 120px;
	background: linear-gradient(180deg, rgba(13, 19, 45, 0.55) 0%, rgba(13, 19, 45, 0) 100%);
	pointer-events: none;
	z-index: -1;
	opacity: 1;
	transition: opacity var(--dur) var(--ease);
}
body.has-topper .site-header.is-stuck::before { opacity: 0; }


/* Scrolled past the hero (and the resting state on interior pages): near-solid
   brand navy + a 1px bottom hairline + the existing shrink. High opacity on
   purpose — see the base .site-header note. */
.site-header.is-stuck {
	background: rgba(0, 21, 71, 0.97); /* solid fallback */
	border-block-end-color: rgba(255, 255, 255, 0.12);
	box-shadow: 0 8px 30px rgba(7, 11, 26, 0.28);
}
@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
	.site-header.is-stuck {
		background: rgba(0, 21, 71, 0.94);
		-webkit-backdrop-filter: blur(12px);
		backdrop-filter: blur(12px);
	}
}

.site-header__inner {
	/* Full-bleed: brand pins to the far-left gutter, the language switcher to
	   the far-right gutter — and the wider track gives the single-line nav room. */
	max-width: none;
	margin-inline: auto;
	padding-inline: var(--gutter);
	min-height: var(--header-h);
	display: flex;
	align-items: center;
	gap: 1rem;
	transition: min-height var(--dur-move) var(--ease-inout);
}
/* Compress the header once scrolled past the hero / top. */
.site-header.is-stuck .site-header__inner { min-height: var(--header-h-stuck); }
.site-brand__logo,
.site-brand .custom-logo { transition: height var(--dur-move) var(--ease-inout); }
.site-header.is-stuck .site-brand__logo { height: 1.75rem; }
.site-header.is-stuck .site-brand .custom-logo { height: 2.1rem; }

.site-brand {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	line-height: 0;
}
.site-brand__logo {
	height: 2rem;
	width: auto;
	/* navy artwork rendered white on the navy header */
	filter: brightness(0) invert(1);
}
.site-brand .custom-logo {
	height: 2.4rem;
	width: auto;
	/* brand artwork is navy; render it white on the navy header */
	filter: brightness(0) invert(1);
}

.primary-nav { display: flex; align-items: center; }
.primary-nav__list {
	display: flex;
	align-items: center;
	gap: clamp(0.7rem, 1.1vw, 1.35rem);
	list-style: none;
}
/* Each item keeps its natural width; never collapse a label onto two lines. */
.primary-nav__list > li { flex: 0 0 auto; }
.primary-nav__list a {
	display: inline-block;
	white-space: nowrap;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	color: var(--on-navy);
	padding-block: 0.4rem;
	position: relative;
}
.primary-nav__list > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.1rem;
	width: 100%;
	height: 2px;
	background: var(--accent-bright);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform var(--dur-hover) var(--ease-out);
}
.primary-nav__list > li > a:hover::after,
.primary-nav__list .current-menu-item > a::after,
.primary-nav__list .current_page_item > a::after,
.primary-nav__list .current-menu-ancestor > a::after { transform: scaleX(1); }
.primary-nav__list .current-menu-item > a,
.primary-nav__list .current_page_item > a { color: var(--accent-bright); }

/* Sibling-dim: hovering one nav item softens the rest (item 5).
   Only for the inline desktop nav (>=1241px); below that it is the mobile menu. */
.primary-nav__list a { transition: color var(--dur-hover) var(--ease-out), opacity var(--dur-hover) var(--ease-out), background-color var(--dur-hover) var(--ease-out); }
@media (min-width: 1241px) {
	.primary-nav__list:has(a:hover) > li > a:not(:hover) { opacity: 0.5; }
	.primary-nav__list:has(a:hover) > li.menu-item-investor-area > a:not(:hover) { opacity: 0.65; }
}

/* Investor Area rendered as a teal pill */
.primary-nav__list .menu-item-investor-area > a,
.primary-nav__list .nav-cta > a {
	background: var(--amber);
	color: var(--white);
	font-weight: 600;
	padding: 0.55rem 0.95rem;
	border-radius: 2px;
}
.primary-nav__list .menu-item-investor-area > a::after,
.primary-nav__list .nav-cta > a::after { content: none; }
.primary-nav__list .menu-item-investor-area > a:hover,
.primary-nav__list .nav-cta > a:hover { background: #1B6E90; color: var(--white); }

/* Mobile menu toggle — fixed hit target so Menu/Close (and DE/FR strings)
   of different widths never resize the button. */
.nav-toggle {
	display: none;
	align-items: center;
	gap: 0.55rem;
	flex: 0 0 auto;
	box-sizing: border-box;
	min-height: 2.5rem;
	background: transparent;
	border: 1px solid var(--hairline-dk);
	color: var(--on-navy);
	font-family: var(--font-sans);
	font-size: var(--fs-small);
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 0.55rem 0.9rem;
	cursor: pointer;
	border-radius: 2px;
	transition: border-color var(--dur-hover) var(--ease-out);
}
.nav-toggle__bars {
	position: relative;
	flex: 0 0 auto;
	width: 18px;
	height: 12px;
	display: inline-block;
	/* Middle bar drawn via background on a centered stripe. */
	background: linear-gradient(currentColor, currentColor) center / 18px 2px no-repeat;
	transition: background-color var(--dur-hover) var(--ease-out);
}
.nav-toggle__bars::before,
.nav-toggle__bars::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 18px;
	height: 2px;
	margin-top: -1px;
	background: currentColor;
	transition: transform var(--dur-hover) var(--ease-out);
}
.nav-toggle__bars::before { transform: translateY(-5px); }
.nav-toggle__bars::after { transform: translateY(5px); }

/* Stack both labels in one grid cell so the button width = max(open, close). */
.nav-toggle__label {
	display: inline-grid;
	justify-items: start;
	align-items: center;
}
.nav-toggle__label-text {
	grid-area: 1 / 1;
	white-space: nowrap;
}
.nav-toggle__label-text--close { visibility: hidden; }

/* Open state: the burger folds into an X and the border picks up the amber. */
.site-header.is-open .nav-toggle { border-color: var(--accent-bright); }
.site-header.is-open .nav-toggle__bars { background: transparent; }
.site-header.is-open .nav-toggle__bars::before { transform: rotate(45deg); }
.site-header.is-open .nav-toggle__bars::after { transform: rotate(-45deg); }
.site-header.is-open .nav-toggle__label-text--open { visibility: hidden; }
.site-header.is-open .nav-toggle__label-text--close { visibility: visible; }

/* ==========================================================================
   LANGUAGE SWITCHER (Polylang) — EN · DE · FR, on the navy header
   ========================================================================== */
/* Brand pins left; the nav, toggle and switcher cluster on the right (the inner
   was previously a 2-child space-between; the auto margin keeps that grouping
   with the extra switcher child present). */
.site-header__inner > .site-brand { margin-inline-end: auto; }

/* Language picker — pinned to the far right, set apart from the nav with a hairline. */
.lang-switcher {
	flex: 0 0 auto;
	line-height: 1;
	padding-inline-start: 1rem;
	border-inline-start: 1px solid rgba(255, 255, 255, 0.18);
}
.lang-switcher__list {
	display: flex;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.lang-switcher__list .lang-item { display: inline-flex; align-items: center; }
/* Middot separators between the language codes. */
.lang-switcher__list .lang-item + .lang-item::before {
	content: "\00B7";
	color: var(--on-navy);
	opacity: 0.45;
	margin-inline: 0.5rem;
}
.lang-switcher__list a {
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--on-navy);
	opacity: 0.72;
	padding-block: 0.4rem;
	transition: opacity var(--dur-hover) var(--ease-out), color var(--dur-hover) var(--ease-out);
}
.lang-switcher__list a:hover,
.lang-switcher__list a:focus-visible { opacity: 1; }
/* The active language is highlighted in amber and not a link target. */
.lang-switcher__list .current-lang a,
.lang-switcher__list .current-lang span {
	color: var(--accent-bright);
	opacity: 1;
}
.lang-switcher__list .current-lang span {
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding-block: 0.4rem;
}

@media (max-width: 1240px) {
	/* Sit the switcher to the LEFT of the hamburger so the toggle stays the
	   right-most control on small screens; drop the desktop divider there. */
	.lang-switcher {
		order: -1;
		margin-inline: auto 0.6rem;
		padding-inline-start: 0;
		border-inline-start: 0;
	}
}

/* ==========================================================================
   SITE MAIN — clear the fixed header on pages without a hero
   ========================================================================== */
.site-main { display: block; }
body:not(.has-topper) .site-main { padding-block-start: var(--header-h); }

/* ==========================================================================
   TOPPER (HERO) — full-bleed navy + photo under a navy overlay
   ========================================================================== */
.topper {
	position: relative;
	background: var(--navy);
	color: var(--on-navy);
	isolation: isolate;
	overflow: hidden;
}
.topper__media {
	position: absolute;
	inset: 0;
	z-index: -2;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	/* Fallback: barely-perceptible ambient drift (no scroll-driven support);
	   paused under reduced-motion. */
	transform-origin: center;
	animation: topper-drift 26s var(--ease-inout) infinite alternate;
	will-change: transform;
}
@keyframes topper-drift {
	from { transform: scale(1); }
	to   { transform: scale(1.06); }
}
/* Scroll-linked hero zoom: the image scales 1 -> ~1.08
   as the hero scrolls out of view. The 26s drift above is the fallback where
   scroll-driven animation is unsupported. Disabled under reduced-motion below.
   `animation-timeline` is declared AFTER the shorthand so it is not reset. */
@supports (animation-timeline: view()) {
	.topper__media {
		animation: topper-zoom linear both;
		animation-timeline: view();
		animation-range: cover;
	}
	@keyframes topper-zoom {
		from { transform: scale(1); }
		to   { transform: scale(1.08); }
	}
}
.topper__media::after {
	content: "";
	position: absolute;
	inset: 0;
	/* Photographic scrim — kept on the deeper pre-brand navy: the brand
	   midnight (#001547) reads too blue/bright as an image overlay. */
	background: linear-gradient(
		180deg,
		rgba(13, 19, 45, 0.72) 0%,
		rgba(13, 19, 45, 0.78) 55%,
		rgba(13, 19, 45, 0.88) 100%
	);
}
.topper__inner {
	max-width: var(--content);
	margin-inline: auto;
	padding-inline: var(--gutter);
	padding-block: calc(var(--header-h) + clamp(3.5rem, 9vw, 7rem)) clamp(3.5rem, 9vw, 7rem);
	position: relative;
	z-index: 1;
}
/* Keep place · year as one line on phones; shrink tracking/size before wrapping
   mid-phrase (e.g. "Bäch," / "Switzerland"). Avoids horizontal page overflow. */
.topper__eyebrow {
	color: var(--accent-bright);
	white-space: nowrap;
	max-width: 100%;
	font-size: clamp(0.5625rem, 0.42rem + 0.95vw, var(--fs-eyebrow));
	letter-spacing: clamp(0.04em, 0.28vw, 0.16em);
	gap: clamp(0.35rem, 1.5vw, 0.75rem);
}
.topper .eyebrow::before {
	width: clamp(0.875rem, 3vw, 1.75rem);
}
.topper__title {
	font-size: var(--fs-display);
	font-weight: 300;
	line-height: 1.02;
	letter-spacing: -0.02em;
	max-width: 16ch;
	margin: 0 0 1.5rem;
	/* Separate "ff" (and other) ligatures so letters like office read as normal glyphs. */
	font-variant-ligatures: none;
	font-feature-settings: "liga" 0, "clig" 0, "dlig" 0, "calt" 0;
}
.topper__sub {
	max-width: 48ch;
	color: var(--on-navy-mut);
	font-size: var(--fs-large);
	line-height: 1.5;
	margin: 0 0 2.5rem;
}
.topper__actions { margin: 0; }

/* Full-viewport hero (front page): fills the screen, content vertically
   centred; svh keeps mobile Safari's collapsing chrome from causing overflow. */
.topper--full {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100vh;
	min-height: 100svh;
}

/* Subtle scroll cue — a slow-bobbing chevron anchored to the hero's bottom.
   The global reduced-motion block stills the animation. */
.topper__scroll {
	position: absolute;
	bottom: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	color: var(--on-navy-mut);
	opacity: 0.7;
	animation: topper-scroll-bob 2.6s var(--ease-inout) infinite;
	transition: color 0.2s ease, opacity 0.2s ease;
}
.topper__scroll:hover,
.topper__scroll:focus-visible {
	color: var(--accent-bright);
	opacity: 1;
}
@keyframes topper-scroll-bob {
	0%, 100% { translate: 0 0; }
	50%      { translate: 0 7px; }
}

/* Sentinel for the sticky-header state change (zero-height marker). */
.header-sentinel {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

/* ==========================================================================
   TEASER SECTIONS (front page)
   ========================================================================== */
.teaser {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(1.75rem, 4vw, 3rem);
	align-items: start;
}
@media (min-width: 860px) {
	.teaser--split { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(2.5rem, 5vw, 5rem); }
}
.teaser__title { font-size: var(--fs-h2); line-height: 1.12; margin-block-end: 0; }
.teaser__body > * + * { margin-block-start: var(--flow); }
.teaser__body p { color: var(--text-muted); font-size: var(--fs-large); line-height: 1.55; max-width: 60ch; }
.section--dark .teaser__body p { color: var(--on-navy-mut); }
.teaser__more { margin-block-start: 1.75rem; }

/* Asset-class register (Our Investments) — an authoritative editorial index of
   capabilities, not chips: borderless, multi-column, each item resting on a thin
   top hairline rule with a hair-thin amber tick. Calm and expensive — no box,
   no border, no radius. Columns step 3 -> 2 -> 1. */
.asset-register {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: clamp(1.5rem, 4vw, 3.5rem);
	margin-block-start: clamp(1.75rem, 3.5vw, 2.5rem);
}
.asset-register__item {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding-block: clamp(0.85rem, 1.7vw, 1.15rem);
	border-block-start: 1px solid rgba(255, 255, 255, 0.14);
	font-family: var(--font-sans);
	font-size: var(--fs-body);
	font-weight: 500;
	letter-spacing: 0.005em;
	line-height: 1.2;
	color: var(--on-navy);
}
/* Understated hair-thin amber tick before each capability. */
.asset-register__item::before {
	content: "";
	flex: 0 0 auto;
	width: 0.85rem;
	height: 1px;
	background: var(--accent-bright);
}
@media (max-width: 900px) {
	.asset-register { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 540px) {
	/* Keep two columns on phones (same as tablet) — do not collapse to a single stack. */
	.asset-register {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 1rem;
	}
	.asset-register__item {
		gap: 0.55rem;
		font-size: var(--fs-small);
		padding-block: 0.75rem;
	}
	.asset-register__item::before {
		width: 0.65rem;
	}
}

/* ==========================================================================
   PEOPLE — home teaser: all seven in ONE row, each card links to /people/.
   Sibling-dim on hover, hovered portrait zoom + amber hairline.
   ========================================================================== */
.people-row {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: clamp(0.85rem, 1.6vw, 1.5rem);
	margin-block-start: clamp(1.75rem, 3vw, 2.5rem);
}
.people-row__person {
	min-width: 0;
	transition: opacity var(--dur-hover) var(--ease-out), transform var(--dur-hover) var(--ease-out);
}
.people-row__tile {
	display: block;
	color: inherit;
}
.people-row__frame {
	display: block;
	overflow: hidden;
	border: 1px solid var(--rule);
	background: var(--surface);
	aspect-ratio: 4 / 5;
	transition: border-color var(--dur-hover) var(--ease-out);
}
.people-row__photo {
	display: block;
	aspect-ratio: 4 / 5;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	filter: grayscale(1) contrast(1.02);
	transition: transform var(--dur-hover) var(--ease-out);
}
.people-row__name {
	display: block;
	font-family: var(--font-serif);
	font-size: var(--fs-h5);
	margin-block-start: 0.75rem;
	line-height: 1.18;
}
.people-row__role {
	display: block;
	font-size: var(--fs-small);
	color: var(--text-muted);
	margin-block-start: 0.2rem;
	line-height: 1.3;
}
/* Homepage team tiles are a non-interactive preview (not selectable) — no link,
   no hover state. The full, in-colour team lives on the Our People page. */

/* ==========================================================================
   PEOPLE — Our People page: full editorial list (portrait + verbatim bio),
   hairline-divided rows. Portrait left / bio right on desktop, stacked on
   mobile. No modal — every bio is read inline.
   ========================================================================== */
.people-list { list-style: none; }
.person {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(1.25rem, 3vw, 2.25rem);
	align-items: start;
	padding-block: clamp(2.25rem, 5vw, 3.75rem);
}
.person:first-child { padding-block-start: clamp(0.5rem, 1.5vw, 1.25rem); }
.person + .person { border-block-start: 1px solid var(--rule); }
@media (min-width: 760px) {
	.person {
		grid-template-columns: minmax(0, 17rem) minmax(0, 1fr);
		gap: clamp(2rem, 5vw, 4rem);
	}
}
.person__media {
	overflow: hidden;
	border: 1px solid var(--rule);
	background: var(--surface);
	aspect-ratio: 4 / 5;
	max-width: 22rem;
}
.person__photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	filter: saturate(1.03) contrast(1.02); /* full colour on the detailed Our People list */
}
.person__detail { max-width: 64ch; }
.person__role {
	font-family: var(--font-sans);
	font-size: var(--fs-eyebrow);
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--text-label);
	margin-block-end: 0.5rem;
}
.person__name { font-family: var(--font-serif); font-size: var(--fs-h3); line-height: 1.1; }
.person__bio { margin-block-start: 1.25rem; }
.person__bio > p { color: var(--text-muted); }
.person__bio > p + p { margin-block-start: var(--flow); }

/* People row responsive: 7-up → scroll-snap strip on tablet → wider on mobile. */
@media (max-width: 1100px) and (min-width: 901px) {
	.people-row { gap: clamp(0.75rem, 1.4vw, 1.1rem); }
}
@media (max-width: 900px) {
	.people-row {
		display: flex;
		grid-template-columns: none;
		gap: clamp(0.85rem, 2.5vw, 1.5rem);
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-block-end: 0.75rem;
		scroll-padding-inline: var(--gutter);
		margin-inline: calc(var(--gutter) * -1);
		padding-inline: var(--gutter);
	}
	/* Always-visible scrollbar so the strip reads as scrollable (macOS overlay
	   scrollbars would otherwise hide it entirely) — in the stone neutrals, not
	   the accent. WebKit/Chromium take the custom pseudo-element bar; note the
	   standard scrollbar-width/color properties must NOT be set here — a
	   non-auto value disables the ::-webkit-scrollbar styling. Firefox is
	   targeted separately below. */
	.people-row::-webkit-scrollbar { height: 6px; }
	.people-row::-webkit-scrollbar-track {
		background: color-mix(in srgb, var(--hairline) 35%, var(--stone));
		border-radius: 999px;
	}
	.people-row::-webkit-scrollbar-thumb {
		background: var(--hairline);
		border-radius: 999px;
	}
	@supports (-moz-appearance: none) {
		.people-row {
			scrollbar-width: thin;
			scrollbar-color: var(--hairline) var(--stone);
		}
	}
	/* Prev/Next arrows for the strip (JS-driven, mobile/tablet only). */
	.people-scroller__nav { margin-block-start: 0.5rem; }
	.people-row__person {
		flex: 0 0 auto;
		width: clamp(11rem, 30vw, 14rem);
		scroll-snap-align: start;
	}
}
@media (max-width: 560px) {
	.people-row__person { width: 62%; }
}
/* The people strip only scrolls at <=900px; keep its arrows off the desktop
   grid (where nothing scrolls) even once JS reveals .carousel__nav. */
@media (min-width: 901px) {
	.has-js .people-scroller__nav { display: none; }
}

/* ==========================================================================
   PRESS
   ========================================================================== */
/* Download button (press + investor documents): clear air above so it never
   crowds the text it follows. */
.press-download { margin-block: clamp(1.75rem, 3.5vw, 2.5rem) 0; }

.press-list {
	list-style: none;
	display: grid;
	gap: 0;
	margin-block-start: clamp(1.5rem, 3vw, 2.5rem);
	border-block-start: 1px solid var(--rule);
}
.press-item {
	padding-block: clamp(1.5rem, 3vw, 2.25rem);
	border-block-end: 1px solid var(--rule);
	display: grid;
	gap: 0.6rem;
	transition: border-color var(--dur-hover) var(--ease-out), opacity var(--dur-hover) var(--ease-out);
}
.press-item__date {
	font-family: var(--font-sans);
	font-size: var(--fs-eyebrow);
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--text-label);
}
.press-item__title { font-size: var(--fs-h3); line-height: 1.12; }
.press-item__title a { transition: color var(--dur-hover) var(--ease-out); }
.press-item__title a::after {
	content: "\00A0\2192"; /* nbsp + → */
	display: inline-block;
	color: var(--amber);
	opacity: 0;
	transform: translateX(-0.15em);
	transition: opacity var(--dur-hover) var(--ease-out), transform var(--dur-hover) var(--ease-out);
}
.press-item:has(a:hover) .press-item__title a::after,
.press-item__title a:focus-visible::after { opacity: 1; transform: translateX(0.1em); }
.press-item:has(a:hover) { border-block-end-color: var(--amber); }
.press-item__excerpt { color: var(--text-muted); max-width: 64ch; }
/* Sibling-dim across the press list (item 5). */
.press-list:has(.press-item a:hover) .press-item:not(:has(a:hover)) { opacity: 0.5; }

/* ==========================================================================
   PRESS MENTIONS — "Principalis in the Press" homepage carousel.
   Scroll-snap track of uniform-height cards; Prev/Next buttons (nav.js)
   disabled at the ends; the track stays natively swipeable without JS.
   ========================================================================== */
.carousel {
	--card-gap: clamp(1rem, 2.2vw, 1.6rem);
	margin-block-start: clamp(1.75rem, 3vw, 2.5rem);
}

.carousel__track {
	list-style: none;
	display: flex;
	gap: var(--card-gap);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scroll-padding-inline-start: 0;
	padding-block-end: 0.85rem; /* room for the keyboard focus ring + scrollbar */
	scrollbar-width: thin;
	scrollbar-color: var(--hairline) transparent;
}
.carousel__track:focus-visible { outline: none; } /* the cards/links carry focus */
.has-keyboard-focus .carousel__track:focus-visible {
	outline: 3px solid var(--amber);
	outline-offset: 4px;
	border-radius: 2px;
}

.carousel__slide {
	flex: 0 0 auto;
	width: calc((100% - 2 * var(--card-gap)) / 3); /* up to 3 visible on desktop */
	scroll-snap-align: start;
	display: flex; /* lets .press-card stretch to a uniform card height */
}

/* The card — reuses the people-tile / press-item hover language: amber hairline
   + a restrained lift, calmed under reduced motion. */
.press-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border: 1px solid var(--rule);
	box-shadow: 0 1px 2px rgba(0, 21, 71, 0.04);
	overflow: hidden;
	transition: border-color var(--dur-hover) var(--ease-out),
		transform var(--dur-hover) var(--ease-out),
		box-shadow var(--dur-hover) var(--ease-out);
}
.press-card:has(.press-card__link:hover),
.press-card:focus-within {
	border-color: var(--pale-gray);
	transform: translateY(-4px);
	box-shadow: 0 24px 44px -26px rgba(0, 21, 71, 0.45);
}

/* Masthead band — the publication logo, centred on white, with a hairline foot.
   The publication name is only the no-logo fallback. */
.press-card__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 6.75rem;
	padding: 1.75rem 1.9rem;
	background: #FFFFFF;
	border-block-end: 1px solid var(--rule);
}
.press-card__logo-img {
	display: block;
	width: auto;
	max-width: 82%;
	max-height: 2.4rem;
	height: auto;
	object-fit: contain;
	opacity: 0.92;
	transition: opacity var(--dur-hover) var(--ease-out);
}
.press-card:has(.press-card__link:hover) .press-card__logo-img,
.press-card:focus-within .press-card__logo-img { opacity: 1; }
.press-card__pub {
	font-family: var(--font-serif);
	font-size: var(--fs-h4);
	line-height: 1.08;
	text-align: center;
	color: var(--ink-text);
}

.press-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
	flex: 1 1 auto;
	padding: clamp(1.4rem, 2.4vw, 1.85rem);
}
.press-card__pub-label {
	margin: 0;
	font-family: var(--font-sans);
	font-size: var(--fs-eyebrow);
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--text-label);
}
.press-card__title {
	font-size: var(--fs-h4);
	line-height: 1.18;
}
.press-card__excerpt {
	color: var(--text-muted);
	font-size: var(--fs-body);
	line-height: 1.55;
}
/* Push the link to the card foot so every card's CTA aligns. */
.press-card__more { margin-block-start: auto; padding-block-start: 0.35rem; }
.press-card__link { font-weight: 600; }

/* Prev / Next — quiet hairline icon buttons in the theme's editorial voice;
   only shown once JS is present (the track is swipeable without them).
   Disabled state = end of travel. */
.carousel__nav {
	display: none;
	gap: 0.5rem;
	justify-content: flex-end;
	margin-block-start: clamp(1.1rem, 2vw, 1.6rem);
}
.has-js .carousel__nav { display: flex; }
/* JS hides the arrows whenever the track has no overflow to page through. */
.has-js .carousel__nav.carousel__nav--hidden { display: none; }

.carousel__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: 1px solid var(--rule);
	border-radius: 2px;
	background: transparent;
	color: var(--text-muted);
	cursor: pointer;
	line-height: 1;
	transition: color var(--dur-hover) var(--ease-out),
		border-color var(--dur-hover) var(--ease-out),
		opacity var(--dur-hover) var(--ease-out);
}
.carousel__btn:hover:not(:disabled),
.carousel__btn:focus-visible:not(:disabled) {
	color: var(--text);
	border-color: var(--text-muted);
}
.carousel__btn:disabled {
	opacity: 0.25;
	cursor: default;
}
.carousel__btn-icon {
	display: block;
	transition: transform var(--dur-hover) var(--ease-out);
}
.carousel__btn--prev:hover:not(:disabled) .carousel__btn-icon { transform: translateX(-2px); }
.carousel__btn--next:hover:not(:disabled) .carousel__btn-icon { transform: translateX(2px); }

/* Responsive: 3-up → 2-up → ~1-up with a peek of the next card. */
@media (max-width: 980px) {
	.carousel__slide { width: calc((100% - var(--card-gap)) / 2); }
}
@media (max-width: 620px) {
	.carousel__slide { width: 84%; }
}

.empty-state {
	margin-block-start: clamp(1.5rem, 3vw, 2.5rem);
	padding: clamp(1.75rem, 4vw, 2.75rem);
	border: 1px solid var(--rule);
	background: var(--surface);
	color: var(--text-muted);
	font-size: var(--fs-large);
	max-width: 56ch;
}
/* Calm no-results treatment (search.php), consistent with the 404 voice. */
.empty-state--search { font-size: inherit; }

/* Centred variant with a line-art mark (press archive, investor updates). */
.empty-state--center {
	text-align: center;
	margin-inline: auto;
	padding-block: clamp(2.75rem, 6vw, 4.5rem);
}
.empty-state--center .empty-state__lede { margin-inline: auto; }
.empty-state__mark {
	display: inline-grid;
	place-items: center;
	width: 3.5rem;
	height: 3.5rem;
	border: 1px solid var(--rule);
	border-radius: 50%;
	color: var(--text-label);
	margin-block-end: 1.25rem;
	position: relative;
}
.empty-state__mark::after {
	content: "";
	position: absolute;
	bottom: -0.85rem;
	left: 50%;
	transform: translateX(-50%);
	width: 1.5rem;
	height: 2px;
	background: var(--amber);
}
.empty-state__eyebrow {
	font-family: var(--font-sans);
	font-size: var(--fs-eyebrow);
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--text-label);
	margin-block-end: 0.75rem;
}
.empty-state__lede { color: var(--text-muted); font-size: var(--fs-large); line-height: 1.5; max-width: 52ch; }
.empty-state__form { margin-block-start: 1.5rem; max-width: 30rem; }
.empty-state__links {
	margin-block-start: 1.75rem;
	padding-block-start: 1.5rem;
	border-block-start: 1px solid var(--rule);
}
.empty-state__links-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.75rem;
	font-size: var(--fs-body);
}
.empty-state__links-list a {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-weight: 600;
	color: var(--text);
	transition: color var(--dur-hover) var(--ease-out);
}
.empty-state__arrow { transition: transform var(--dur-hover) var(--ease-out), color var(--dur-hover) var(--ease-out); }
.empty-state__links-list a:hover .empty-state__arrow,
.empty-state__links-list a:focus-visible .empty-state__arrow { transform: translateX(0.25em); color: var(--amber); }

/* ==========================================================================
   PROSE — page.php / single.php body content
   ========================================================================== */
.prose { max-width: var(--measure); }
.prose > * + * { margin-block-start: var(--flow); }
.prose h2 { font-size: var(--fs-h2); margin-block-start: 2.2em; line-height: 1.1; }
.prose h3 { font-size: var(--fs-h3); margin-block-start: 1.8em; }
.prose h4 { font-size: var(--fs-h4); margin-block-start: 1.6em; }
.prose p { font-size: var(--fs-body); }
.prose a {
	text-decoration: underline;
	text-decoration-color: color-mix(in srgb, var(--amber) 45%, transparent);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
	transition: color var(--dur-hover) var(--ease-out), text-decoration-color var(--dur-hover) var(--ease-out);
}
.prose a:hover { color: var(--ink-text); text-decoration-color: var(--amber); }
.prose ul, .prose ol { padding-inline-start: 1.4em; }
.prose li + li { margin-block-start: 0.5rem; }
.prose li { padding-inline-start: 0.25em; }
.prose blockquote {
	margin: 0;
	padding-inline-start: 1.5rem;
	border-inline-start: 3px solid var(--amber);
	font-family: var(--font-serif);
	font-size: var(--fs-h3);
	font-style: italic;
	color: var(--text);
}
.prose figure { margin-inline: 0; }
.prose figcaption {
	font-size: var(--fs-small);
	color: var(--text-muted);
	margin-block-start: 0.5rem;
}
.prose hr { border: 0; border-block-start: 1px solid var(--rule); margin-block: 2.5rem; }
.prose table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.prose th, .prose td { text-align: left; padding: 0.7rem 0.85rem; border-block-end: 1px solid var(--rule); }
.prose th { font-family: var(--font-sans); font-weight: 600; }

/* Page / article header */
.page-head { margin-block-end: clamp(1.75rem, 3.5vw, 3rem); }
.page-head__title { font-size: var(--fs-h1); max-width: 20ch; }
.page-head__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-block-start: 1rem;
	font-family: var(--font-sans);
	font-size: var(--fs-small);
	color: var(--text-muted);
}
.page-head__meta time { letter-spacing: 0.04em; }

.featured { margin: 0 0 clamp(1.75rem, 3.5vw, 3rem); border: 1px solid var(--rule); }
.featured img { width: 100%; }

/* Breadcrumbs (item 11) — wayfinding mirroring the JSON-LD BreadcrumbList. */
/* Back link (replaces the visual breadcrumb trail on inner pages). */
.backlink { margin-block-end: 1.5rem; }
.backlink__link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-family: var(--font-sans);
	font-size: var(--fs-small);
	font-weight: 600;
	letter-spacing: 0.04em;
	color: var(--text-muted);
	padding-block: 0.25rem;
}
.backlink__arrow {
	color: var(--amber);
	transition: transform var(--dur-hover) var(--ease-out);
}
.backlink__link:hover,
.backlink__link:focus-visible { color: var(--text); }
.backlink__link:hover .backlink__arrow,
.backlink__link:focus-visible .backlink__arrow { transform: translateX(-4px); }
.section--dark .backlink__link { color: var(--on-navy-mut); }
.section--dark .backlink__link:hover,
.section--dark .backlink__link:focus-visible { color: var(--on-navy); }
.section--dark .backlink__arrow { color: var(--accent-bright); }

/* "Back to Press" + text arrows (items 3, 12). */
.text-arrow {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-family: var(--font-sans);
	font-weight: 600;
	font-size: 0.95rem;
	color: var(--text);
	transition: color var(--dur-hover) var(--ease-out);
}
.text-arrow .text-arrow__icon { transition: transform var(--dur-hover) var(--ease-out); }
.text-arrow:hover { color: var(--text-muted); }
.text-arrow--back:hover .text-arrow__icon { transform: translateX(-0.25em); }
.text-arrow--fwd:hover .text-arrow__icon { transform: translateX(0.25em); }

/* Press single — prev/next pagination (item 12). */
.post-nav {
	display: flex;
	justify-content: space-between;
	gap: 1rem 2rem;
	flex-wrap: wrap;
	margin-block-start: clamp(2.5rem, 5vw, 4rem);
	padding-block-start: clamp(1.5rem, 3vw, 2.25rem);
	border-block-start: 1px solid var(--rule);
}
.post-nav__link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-family: var(--font-sans);
	font-weight: 600;
	font-size: 0.95rem;
	color: var(--text);
	transition: color var(--dur-hover) var(--ease-out);
}
.post-nav__link--older { margin-inline-start: auto; }
.post-nav__link .post-nav__arrow { transition: transform var(--dur-hover) var(--ease-out); }
.post-nav__link:hover { color: var(--text-muted); }
.post-nav__link--newer:hover .post-nav__arrow { transform: translateX(-0.25em); }
.post-nav__link--older:hover .post-nav__arrow { transform: translateX(0.25em); }
.press-back { margin-block-start: clamp(2.5rem, 5vw, 4rem); }

/* ==========================================================================
   ARCHIVE / INDEX LIST
   ========================================================================== */
.entry-list { list-style: none; display: grid; gap: 0; border-block-start: 1px solid var(--rule); }
.entry-item {
	padding-block: clamp(2rem, 4vw, 3rem);
	border-block-end: 1px solid var(--rule);
	display: grid;
	gap: 0.75rem;
}
.entry-item__meta {
	display: flex;
	gap: 0.85rem;
	flex-wrap: wrap;
	font-family: var(--font-sans);
	font-size: var(--fs-eyebrow);
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--text-label);
}
.entry-item__title { font-size: var(--fs-h3); }
.entry-item__title a:hover { color: var(--text-muted); }
.entry-item__excerpt { color: var(--text-muted); max-width: 64ch; }
.entry-item__more {
	justify-self: start;
	margin-block-start: 0.5rem;
	font-weight: 600;
	color: var(--text);
}
.entry-item__more:hover { color: var(--text-muted); }

/* Pagination */
.pagination { margin-block-start: clamp(2.5rem, 5vw, 4rem); }
.pagination .nav-links { display: flex; gap: 0.5rem; flex-wrap: wrap; align-items: center; }
.pagination .page-numbers {
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 500;
	padding: 0.6rem 0.95rem;
	border: 1px solid var(--rule);
	color: var(--text);
	border-radius: 2px;
	transition: border-color var(--dur-hover) var(--ease-out), color var(--dur-hover) var(--ease-out);
}
.pagination .page-numbers.current { background: var(--navy); color: var(--on-navy); border-color: var(--navy); }
.pagination a.page-numbers:hover { border-color: var(--navy); }

/* ==========================================================================
   FORMS
   ========================================================================== */
.form-field { display: grid; gap: 0.4rem; margin-block-end: 1.25rem; }
.form-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0 1.5rem;
}
@media (min-width: 620px) {
	.form-grid { grid-template-columns: 1fr 1fr; }
	.form-field--full { grid-column: 1 / -1; }
}
.form-label {
	font-family: var(--font-sans);
	font-size: var(--fs-small);
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--text);
}
.form-label .req { color: var(--red); margin-inline-start: 0.15rem; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
select,
textarea {
	width: 100%;
	font-family: var(--font-sans);
	font-size: 1rem;
	line-height: 1.4;
	padding: 0.8rem 0.95rem;
	background: var(--surface);
	color: var(--text);
	border: 1px solid var(--rule);
	border-radius: 2px;
	transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
textarea { min-height: 9rem; resize: vertical; }
select { appearance: none; -webkit-appearance: none; background-image: none; }
input:focus, select:focus, textarea:focus {
	border-color: var(--navy);
	box-shadow: 0 0 0 1px var(--navy);
}
input:user-invalid, textarea:user-invalid, select:user-invalid {
	border-color: var(--red);
}

.form-check {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	margin-block-end: 1rem;
	font-size: 0.95rem;
	color: var(--text-muted);
}
.form-check input[type="checkbox"] {
	margin-block-start: 0.2rem;
	width: 1.05rem;
	height: 1.05rem;
	flex: 0 0 auto;
	accent-color: var(--navy);
}
.form-check a { text-decoration: underline; text-decoration-color: var(--amber); text-underline-offset: 0.15em; }

.form-honeypot {
	position: absolute !important;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.form-note {
	margin-block-start: 1rem;
	font-size: var(--fs-small);
	color: var(--text-muted);
}

.form-alert {
	padding: 1rem 1.25rem;
	border-radius: 2px;
	margin-block-end: 1.75rem;
	font-size: 1rem;
	border: 1px solid var(--rule);
}
.form-alert--ok { background: color-mix(in srgb, var(--amber) 14%, var(--surface)); border-color: var(--amber); color: var(--ink-text); }
.form-alert--err { background: color-mix(in srgb, var(--red) 8%, var(--surface)); border-color: var(--red); color: var(--ink-text); }

/* Contact layout */
.contact-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(2rem, 5vw, 4rem);
	align-items: start;
}
@media (min-width: 900px) {
	.contact-grid { grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); }
}
.contact-detail { display: grid; gap: 1.5rem; }
.contact-detail__label {
	font-family: var(--font-sans);
	font-size: var(--fs-eyebrow);
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--text-label);
	margin-block-end: 0.4rem;
}
.contact-detail__value { font-size: var(--fs-large); line-height: 1.5; }
.contact-detail__value a:hover { color: var(--text-muted); }

/* ==========================================================================
   COMMENTS
   ========================================================================== */
.comments { margin-block-start: clamp(3rem, 6vw, 5rem); max-width: var(--measure); }
.comments__title { font-size: var(--fs-h3); margin-block-end: 1.5rem; }
.comment-list { list-style: none; display: grid; gap: 1.75rem; }
.comment-list .children { list-style: none; padding-inline-start: 1.5rem; margin-block-start: 1.75rem; border-inline-start: 1px solid var(--rule); display: grid; gap: 1.75rem; }
.comment-body { padding-block-end: 1.5rem; border-block-end: 1px solid var(--rule); }
.comment-author { font-weight: 600; }
.comment-meta { font-size: var(--fs-small); color: var(--text-muted); margin-block: 0.25rem 0.75rem; }
.comment-respond { margin-block-start: 2.5rem; }
.comment-form { display: grid; gap: 1rem; max-width: 40rem; }
.comment-form label { font-size: var(--fs-small); font-weight: 600; color: var(--text); display: block; margin-block-end: 0.4rem; }
.form-submit input, .submit { cursor: pointer; }

/* ==========================================================================
   404 / ERROR — navy-gradient topper hero (no photo). The body carries
   `has-topper is-error`, so the immersive translucent header floats over it.
   ========================================================================== */
.topper--error {
	/* Dark-ground role tokens so .btn / eyebrow / rules read on the navy. */
	--text: var(--on-navy);
	--text-muted: var(--on-navy-mut);
	--ground: var(--navy);
	--rule: var(--hairline-dk);
	background:
		radial-gradient(125% 80% at 50% 0%, rgba(10, 30, 63, 0.85) 0%, rgba(0, 21, 71, 0) 62%),
		linear-gradient(180deg, var(--navy-2) 0%, var(--navy) 56%, var(--zodiac) 100%);
}
.topper--error .topper__inner { max-width: 64ch; }
.error-404__code {
	font-family: var(--font-serif);
	font-weight: 400;
	font-size: clamp(6rem, 20vw, 14rem);
	line-height: 0.86;
	letter-spacing: -0.03em;
	color: var(--on-navy);
	margin: 0 0 0.5rem;
}
.error-404__title { margin: 0 0 1.25rem; max-width: 18ch; }
.error-404__sub { max-width: 54ch; }
.error-404__links {
	margin-block-start: clamp(2.5rem, 5vw, 3.5rem);
	padding-block-start: clamp(1.5rem, 3vw, 2.25rem);
	border-block-start: 1px solid var(--hairline-dk);
}
.error-404__links-label {
	font-family: var(--font-sans);
	font-size: var(--fs-eyebrow);
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--accent-bright);
	margin-block-end: 1.1rem;
}
.error-404__links-list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem 2rem;
	max-width: 32rem;
}
.error-404__links-list a {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--on-navy);
	font-weight: 600;
	transition: color var(--dur-hover) var(--ease-out);
}
.error-404__links-list a:hover,
.error-404__links-list a:focus-visible { color: var(--accent-bright); }
.error-404__arrow { transition: transform var(--dur-hover) var(--ease-out); }
.error-404__links-list a:hover .error-404__arrow,
.error-404__links-list a:focus-visible .error-404__arrow { transform: translateX(0.25em); }
@media (max-width: 560px) {
	.error-404__links-list { grid-template-columns: minmax(0, 1fr); }
}

/* ==========================================================================
   SITE FOOTER (navy)
   ========================================================================== */
.site-footer {
	background: var(--navy);
	color: var(--on-navy);
}
.site-footer__inner {
	max-width: var(--content);
	margin-inline: auto;
	padding-inline: var(--gutter);
	padding-block: clamp(3.5rem, 7vw, 5.5rem);
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, 1fr));
	gap: clamp(2rem, 5vw, 4rem);
}
.site-footer__brand { display: grid; gap: 1.25rem; align-content: start; }
.site-footer__mark {
	width: 3.5rem;
	height: auto;
	filter: brightness(0) invert(1);
}
.site-footer__name {
	font-family: var(--font-serif);
	font-size: var(--fs-h3);
	letter-spacing: 0.01em;
}
.site-footer__address {
	color: var(--on-navy-mut);
	font-style: normal;
	font-size: 0.95rem;
	line-height: 1.6;
}
.site-footer__address a:hover { color: var(--accent-bright); }

.site-footer__col h2 {
	font-family: var(--font-sans);
	font-size: var(--fs-eyebrow);
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--accent-bright);
	margin: 0 0 1.1rem;
}
.site-footer__col ul { list-style: none; display: grid; gap: 0.7rem; }
.site-footer__col a {
	color: var(--on-navy);
	font-size: 0.95rem;
	transition: color var(--dur-hover) var(--ease-out), opacity var(--dur-hover) var(--ease-out);
}
.site-footer__col a:hover { color: var(--accent-bright); }
/* Sibling-dim within each footer link group (item 5). */
.site-footer__col ul:has(a:hover) a:not(:hover) { opacity: 0.5; }
/* Footer LinkedIn link (inherits the navy -> amber hover from .site-footer__col a). */
.site-footer__social { display: inline-flex; align-items: center; gap: 0.55rem; color: var(--on-navy-mut); transition: color var(--dur-hover) var(--ease-out); }
.site-footer__social:hover, .site-footer__social:focus-visible { color: var(--accent-bright); }
.site-footer__social-icon { flex: 0 0 auto; }
.site-footer__copy { font-size: var(--fs-small); color: var(--on-navy-mut); }

.site-footer__base { border-block-start: 1px solid var(--hairline-dk); }
.site-footer__base-inner {
	max-width: var(--content);
	margin-inline: auto;
	padding-inline: var(--gutter);
	padding-block: 1.5rem;
	display: flex;
	justify-content: space-between;
	gap: 1rem 2rem;
	flex-wrap: wrap;
	align-items: center;
	font-size: var(--fs-small);
	color: var(--on-navy-mut);
}
.site-footer__legal { display: flex; gap: 1rem 1.5rem; flex-wrap: wrap; list-style: none; }
.site-footer__legal a { transition: color var(--dur-hover) var(--ease-out), opacity var(--dur-hover) var(--ease-out); }
.site-footer__legal a:hover { color: var(--accent-bright); }
.site-footer__legal:has(a:hover) a:not(:hover) { opacity: 0.5; }

/* ==========================================================================
   SCROLL-REVEAL (JS-enhanced only)
   ========================================================================== */
.has-js .reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
	/* will-change is applied per-element in JS only while it animates (see nav.js),
	   so idle/off-screen reveals never hold a compositor layer. */
}
.has-js .reveal.is-revealed {
	opacity: 1;
	transform: none;
}

/* ==========================================================================
   RESPONSIVE — mobile nav
   ========================================================================== */
/* Hamburger fires at <=1240px (iPad portrait/landscape AND small laptops);
   the inline desktop nav is only shown >=1241px, where its single-line row fits. */
@media (max-width: 1240px) {
	.nav-toggle { display: inline-flex; }

	/* Floating card that morphs out of the MENU button: scales from the
	   button's corner (transform-origin top right) with a fade. No dividers —
	   items are quiet rows with a soft hover surface. */
	.primary-nav {
		position: absolute;
		inset-block-start: calc(100% + 0.4rem);
		inset-inline-end: var(--gutter);
		inset-inline-start: auto;
		width: min(21rem, calc(100vw - (2 * var(--gutter))));
		background: rgba(0, 21, 71, 0.97); /* solid fallback */
		border: 1px solid var(--hairline-dk);
		border-radius: 16px;
		box-shadow: 0 24px 60px rgba(7, 10, 24, 0.45);
		overflow: hidden;
		transform-origin: top right;
		opacity: 0;
		transform: scale(0.4);
		visibility: hidden;
		transition:
			transform var(--dur-move) var(--ease-emphasis),
			opacity calc(var(--dur-move) * 0.7) var(--ease-out),
			visibility 0s linear var(--dur-move);
	}
	.site-header.is-open .primary-nav {
		opacity: 1;
		transform: scale(1);
		visibility: visible;
		transition:
			transform var(--dur-move) var(--ease-emphasis),
			opacity calc(var(--dur-move) * 0.7) var(--ease-out),
			visibility 0s;
	}
	.primary-nav__list {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		max-height: calc(100dvh - var(--header-h) - 2.5rem);
		flex-direction: column;
		align-items: stretch;
		gap: 0.15rem;
		width: 100%;
		padding: 0.9rem 0.9rem 1.1rem;
	}
	.primary-nav__list a {
		display: block;
		padding: 0.7rem 0.9rem;
		font-size: 1.0625rem;
		border-radius: 10px;
	}
	.primary-nav__list a:hover,
	.primary-nav__list a:focus-visible,
	.primary-nav__list .current-menu-item > a,
	.primary-nav__list .current_page_item > a {
		background: rgba(255, 255, 255, 0.07);
	}
	.primary-nav__list > li > a::after { content: none; }
	.primary-nav__list .menu-item-investor-area > a,
	.primary-nav__list .nav-cta > a {
		display: inline-flex;
		margin-block-start: 0.9rem;
		padding: 0.85rem 1.4rem;
	}
	body.is-menu-open { overflow: hidden; }
}
@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
	@media (max-width: 1240px) {
		.primary-nav {
			background: rgba(0, 21, 71, 0.88);
			-webkit-backdrop-filter: blur(14px) saturate(1.2);
			backdrop-filter: blur(14px) saturate(1.2);
		}
	}
}

@media (max-width: 760px) {
	.site-footer__inner { grid-template-columns: 1fr 1fr; }
	.site-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
	.site-footer__inner { grid-template-columns: 1fr; }
	.site-footer__base-inner { flex-direction: column; align-items: flex-start; }
}

/* ==========================================================================
   ADMIN BAR
   ========================================================================== */
/* The mobile dropdown anchors to the header itself (top:100%), which already
   carries the admin-bar offset, so no separate nav offset is needed. */
.admin-bar .site-header { inset-block-start: 32px; }
@media (min-width: 783px) {
	body.admin-bar:not(.has-topper) .site-main { padding-block-start: calc(var(--header-h) + 32px); }
}
@media (max-width: 782px) {
	.admin-bar .site-header { inset-block-start: 46px; }
}

/* ==========================================================================
   MOTION PREFERENCES
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
	}
	.has-js .reveal { opacity: 1; transform: none; }
	.topper__media { animation: none; transform: none; }
}

/* ==========================================================================
   INVESTOR AREA — profile self-declaration gate (page-investor-area.php)
   ========================================================================== */
.pi-gate__controls {
	display: grid;
	gap: 1.25rem;
	max-width: 44rem;
	margin-block: 2rem 1.5rem;
}
@media (min-width: 640px) {
	.pi-gate__controls { grid-template-columns: 1fr 1fr; }
}
.pi-gate .form-label { color: var(--on-navy); }
.pi-gate select {
	background-color: var(--white);
	color: var(--ink-text);
}

.pi-gate__note,
.pi-gate__confirm-text {
	max-width: var(--measure);
	color: var(--on-navy-mut);
	font-size: var(--fs-body);
}
.pi-gate__confirm-text { margin-block-start: 2rem; }
.pi-gate__confirm-text a {
	color: var(--on-navy);
	text-decoration: underline;
	text-decoration-color: var(--accent-bright);
	text-underline-offset: 0.15em;
}

.pi-gate__disclaimer {
	max-width: var(--measure);
	margin-block-start: 1.5rem;
	border-block-start: 1px solid var(--hairline-dk);
}
.pi-gate__section { border-block-end: 1px solid var(--hairline-dk); }
.pi-gate__section summary {
	cursor: pointer;
	padding-block: 1rem;
	font-family: var(--font-sans);
	font-weight: 600;
	font-size: var(--fs-h5);
	color: var(--on-navy);
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}
.pi-gate__section summary::-webkit-details-marker { display: none; }
.pi-gate__section summary::after {
	content: "+";
	color: var(--accent-bright);
	font-size: 1.25rem;
	line-height: 1;
	flex: none;
}
.pi-gate__section[open] summary::after { content: "\2013"; }
.pi-gate__body { padding-block-end: 1.25rem; }
.pi-gate__body p { color: var(--on-navy-mut); font-size: var(--fs-body); }

/* Portal (light ground): the page's legal intro folded into one collapsed
   disclaimer section, same accordion look as the gate. */
.pi-portal__disclaimer {
	max-width: var(--measure);
	margin-block-end: clamp(1.75rem, 4vw, 2.75rem);
	border-block: 1px solid var(--hairline);
}
.pi-portal__disclaimer summary { color: var(--text); }
.pi-portal__disclaimer summary::after { color: var(--amber); }
.pi-portal__disclaimer .pi-gate__body p { color: var(--text-muted); }

.pi-gate__actions { margin-block-start: 1.75rem; }
#pi-gate-confirm:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.pi-portal__profile { margin-block-start: 3rem; }

/* ==========================================================================
   WORDPRESS HOUSEKEEPING
   ========================================================================== */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	position: absolute !important;
	word-wrap: normal !important;
}
.alignleft { float: left; margin: 0.5rem 1.5rem 1rem 0; }
.alignright { float: right; margin: 0.5rem 0 1rem 1.5rem; }
.aligncenter { display: block; margin-inline: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: var(--fs-small); color: var(--text-muted); }
.sticky, .gallery-caption, .bypostauthor { display: block; }
.post-pages { margin-block-start: 1.5rem; font-size: var(--fs-small); display: flex; gap: 0.5rem; }
.post-pages a { text-decoration: underline; }
