/**
 * Theme Name:        Gürbüz Hukuk — Regulatory Iris
 * Description:       Native bilingual block theme for Gürbüz Hukuk ve Danışmanlık, designed for the WordPress Site Editor and compatible with Jetpack blocks and services.
 * Version:           1.3.2
 * Author:            Gürbüz Hukuk ve Danışmanlık
 * Text Domain:       gurbuz-hukuk
 * Requires at least: 6.9
 * Requires PHP:      7.4
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

:root {
	--gh-ink: var(--wp--preset--color--rm-ink-950, #111927);
	--gh-midnight: var(--wp--preset--color--rm-midnight-900, #18243b);
	--gh-ink-soft: var(--wp--preset--color--rm-ink-soft-850, #1e2d47);
	--gh-slate: var(--wp--preset--color--rm-slate-700, #334155);
	--gh-indigo: var(--wp--preset--color--rm-indigo-800, #2f466f);
	--gh-cobalt: var(--wp--preset--color--rm-cobalt-700, #38577f);
	--gh-mineral: var(--wp--preset--color--rm-mineral-650, #47698b);
	--gh-iris: var(--wp--preset--color--rm-iris-650, #635c87);
	--gh-plum: var(--wp--preset--color--rm-plum-550, #76678f);
	--gh-signal: var(--wp--preset--color--rm-signal-600, #a7c6e4);
	--gh-blue: var(--wp--preset--color--rm-blue-500, #8db8d3);
	--gh-rose: var(--wp--preset--color--rm-rose-500, #c77982);
	--gh-porcelain: var(--wp--preset--color--rm-porcelain-0, #fbfaf6);
	--gh-chalk: var(--wp--preset--color--rm-chalk-50, #f1f0ec);
	--gh-mist: var(--wp--preset--color--rm-mist-100, #e7ebf0);
	--gh-ice: var(--wp--preset--color--rm-ice-50, #e9f1f7);
	--gh-ice-strong: var(--wp--preset--color--rm-ice-strong-100, #d8e7f2);
	--gh-lilac: var(--wp--preset--color--rm-lilac-50, #f0edf7);
	--gh-text: var(--wp--preset--color--rm-text-900, #17202c);
	--gh-muted: var(--wp--preset--color--rm-text-600, #566171);
	--gh-line: var(--wp--preset--color--rm-line-200, #cbd2db);
	--gh-control: var(--wp--preset--color--rm-control-400, #6b7788);
	--gh-focus-dark: var(--wp--preset--color--rm-focus-dark, #005fcc);
	--gh-focus-light: var(--wp--preset--color--rm-focus-light, #8dbbff);
	--gh-error: var(--wp--preset--color--rm-error-700, #a22f3b);
	--gh-success: var(--wp--preset--color--rm-success-700, #246548);
	--gh-warning: var(--wp--preset--color--rm-warning-700, #7a5600);
	--gh-display: var(--wp--preset--font-family--rm-display, Georgia, "Times New Roman", Times, serif);
	--gh-sans: var(--wp--preset--font-family--rm-sans, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
	--gh-mono: var(--wp--preset--font-family--rm-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
	--gh-page-pad: clamp(1.5rem, 5vw, 5rem);
	--gh-grid-gap: clamp(1.125rem, 3vw, 3.375rem);
	--gh-header-height: 5.75rem;
	--gh-admin-bar-height: 0px;
	--gh-sticky-top: 0px;
	--gh-sticky-offset: calc(var(--gh-header-height) + var(--gh-sticky-top));
	--gh-ease: cubic-bezier(.2, .8, .2, 1);
	--gh-shadow-menu: 0 1.25rem 4rem rgba(17, 25, 39, .18);
	color-scheme: light;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	border-radius: 0;
}

html {
	background: var(--gh-porcelain);
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--gh-sticky-offset) + 1rem);
}

body {
	margin: 0;
	color: var(--gh-text);
	background: var(--gh-porcelain);
	font-family: var(--gh-sans);
	font-size: clamp(1rem, .98rem + .12vw, 1.0625rem);
	line-height: 1.66;
	overflow-wrap: anywhere;
}

:where([id]) {
	scroll-margin-top: .5rem;
}

:where(img, svg, video) {
	display: block;
	max-width: 100%;
}

:where(img, svg) {
	height: auto;
}

a {
	text-decoration-thickness: .08em;
	text-underline-offset: .22em;
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
	outline: 2px solid var(--gh-focus-dark);
	outline-offset: 3px;
	box-shadow: none;
}

:where(button, input, select, textarea) {
	font: inherit;
}

.screen-reader-text,
.gh-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.gh-skip-link {
	position: fixed;
	inset-block-start: calc(var(--gh-admin-bar-height) + .75rem);
	inset-inline-start: .75rem;
	z-index: 100000;
	padding: .75rem 1rem;
	color: var(--gh-ink);
	background: var(--gh-porcelain);
	font-weight: 700;
	transform: translateY(-180%);
	box-shadow: var(--gh-shadow-menu);
}

.gh-skip-link:focus {
	transform: none;
}

.admin-bar {
	--gh-admin-bar-height: 32px;
	--gh-sticky-top: 32px;
}

body > .wp-site-blocks > header.wp-block-template-part {
	position: sticky;
	inset-block-start: var(--gh-sticky-top);
	z-index: 100;
	margin-block-start: 0;
}

.gh-site-header {
	position: relative;
	inset-block-start: auto;
	z-index: auto;
	color: var(--gh-porcelain);
	background: rgba(17, 25, 39, .985);
	border-block-end: 1px solid rgba(255, 255, 255, .16);
	transition: box-shadow 240ms var(--gh-ease), border-color 240ms var(--gh-ease);
}

.gh-site-header.is-scrolled {
	border-block-end-color: rgba(141, 184, 211, .42);
	box-shadow: 0 .875rem 2.125rem rgba(17, 25, 39, .18);
}

.gh-site-header :focus-visible,
.gh-hero :focus-visible,
.gh-dark-band :focus-visible,
.gh-site-footer :focus-visible {
	outline-color: var(--gh-focus-light);
}

.gh-header-shell {
	min-height: var(--gh-header-height);
	display: grid;
	grid-template-columns: minmax(17rem, 1fr) auto;
	align-items: center;
	gap: clamp(1rem, 2vw, 2rem);
	padding-inline: 0 var(--gh-page-pad);
}

.gh-site-header > .gh-header-shell,
.gh-header-shell > .gh-navigation,
body > .wp-site-blocks > header.wp-block-template-part + main {
	margin-block-start: 0;
}

.gh-wordmark {
	position: relative;
	min-height: 3.5rem;
	display: inline-flex;
	align-items: center;
	width: fit-content;
	max-width: min(31rem, 46vw);
	margin-inline-start: clamp(1.5rem, 5vw, 5rem);
	padding: .55rem 1.25rem .78rem 1.5rem;
	color: var(--gh-porcelain);
	font-family: var(--gh-display);
	font-size: clamp(1.2rem, 1rem + .72vw, 1.72rem);
	font-weight: 500;
	letter-spacing: -.02em;
	line-height: 1.08;
	text-decoration: none;
}

.gh-wordmark-wrap {
	margin: 0;
}

.gh-wordmark::before {
	content: "";
	position: absolute;
	inset-block: .28rem .5rem;
	inset-inline-start: 0;
	width: 2px;
	background: var(--gh-signal);
}

.gh-wordmark::after {
	content: "";
	position: absolute;
	inset-inline-start: 1.5rem;
	inset-block-end: .18rem;
	width: min(10.5rem, 62%);
	height: 2px;
	background: var(--gh-signal);
	transform-origin: left;
	transition: width 240ms var(--gh-ease);
}

.gh-wordmark:hover::after,
.gh-wordmark:focus-visible::after {
	width: min(13.5rem, 78%);
}

.gh-navigation {
	font-size: clamp(.75rem, .7rem + .12vw, .875rem);
}

.gh-navigation .wp-block-navigation__container {
	align-items: center;
	gap: .25rem clamp(.25rem, .55vw, .75rem);
	flex-wrap: nowrap;
}

.gh-navigation .wp-block-navigation-item__content {
	position: relative;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	padding-inline: .4rem;
	color: inherit;
	text-decoration: none;
}

.gh-navigation .wp-block-navigation-item__content::after {
	content: "";
	position: absolute;
	inset-inline: .4rem;
	inset-block-end: .25rem;
	height: 2px;
	background: var(--gh-signal);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 180ms var(--gh-ease);
}

.gh-navigation .wp-block-navigation-item__content:hover::after,
.gh-navigation .wp-block-navigation-item__content:focus-visible::after,
.gh-navigation .current-menu-item > .wp-block-navigation-item__content::after,
.gh-navigation [aria-current="page"]::after {
	transform: scaleX(1);
}

.gh-navigation .wp-block-navigation__submenu-container {
	min-width: min(27rem, 90vw) !important;
	padding: .75rem !important;
	color: var(--gh-text) !important;
	background: var(--gh-porcelain) !important;
	border: 1px solid var(--gh-control) !important;
	box-shadow: var(--gh-shadow-menu);
}

.gh-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	min-height: 3rem;
	padding: .65rem .75rem;
	border-block-end: 1px solid var(--gh-line);
}

.gh-language-link .wp-block-navigation-item__content {
	min-width: 44px;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, .42);
	clip-path: polygon(0 0, calc(100% - .5rem) 0, 100% .5rem, 100% 100%, .5rem 100%, 0 calc(100% - .5rem));
}

.gh-main {
	min-height: 60vh;
}

.gh-main:focus {
	outline: 2px solid var(--gh-focus-dark);
	outline-offset: -4px;
}

.gh-hero {
	position: relative;
	min-height: clamp(38rem, 77vh, 49rem);
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	align-items: center;
	column-gap: var(--gh-grid-gap);
	padding: clamp(5rem, 10vw, 9rem) var(--gh-page-pad) clamp(4.5rem, 9vw, 8rem);
	color: var(--gh-porcelain);
	background: var(--gh-ink);
	overflow: hidden;
	isolation: isolate;
}

.gh-hero__media {
	position: absolute;
	inset: 0;
	z-index: -2;
	margin: 0;
	overflow: hidden;
	background: var(--gh-ink);
	clip-path: polygon(35% 0, 100% 0, 100% 100%, 18% 100%, 28% 61%);
}

.gh-hero__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 52% 50%;
}

.gh-hero__sheen {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(17, 25, 39, .9) 0%, rgba(17, 25, 39, .64) 31%, rgba(17, 25, 39, .14) 66%, rgba(17, 25, 39, .01) 100%),
		linear-gradient(180deg, rgba(17, 25, 39, .02), rgba(17, 25, 39, .04) 70%, rgba(17, 25, 39, .1));
}

.gh-hero__index {
	grid-column: 1 / span 1;
	align-self: start;
	padding-block-start: .65rem;
	color: #d7e3ef;
	font-family: var(--gh-display);
	font-size: clamp(1.35rem, 2vw, 2rem);
}

.gh-hero__copy {
	grid-column: 2 / span 7;
	position: relative;
	z-index: 2;
	max-width: 52rem;
}

.gh-eyebrow {
	margin: 0 0 1rem;
	color: var(--gh-indigo);
	font-family: var(--gh-mono);
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .11em;
	line-height: 1.35;
	text-transform: uppercase;
}

.gh-hero .gh-eyebrow {
	color: var(--gh-signal);
}

.gh-hero h1,
.gh-inner-hero h1 {
	margin: 0;
	font-family: var(--gh-display);
	font-weight: 400;
	letter-spacing: -.045em;
}

.gh-hero h1 {
	max-width: 15ch;
	color: var(--gh-porcelain);
	font-size: clamp(2.75rem, 5.7vw, 5.55rem);
	line-height: .98;
	text-shadow: 0 2px 22px rgba(8, 14, 24, .38);
}

.gh-title-line {
	display: block;
}

.gh-motion-ready .gh-title-line {
	animation: gh-title-line 820ms var(--gh-ease) both;
}

.gh-motion-ready .gh-title-line:nth-child(2) {
	animation-delay: 90ms;
}

.gh-motion-ready .gh-title-line:nth-child(3) {
	animation-delay: 180ms;
}

@keyframes gh-title-line {
	from {
		opacity: .85;
		transform: translateY(.42em);
		clip-path: inset(100% 0 0);
	}
	to {
		opacity: 1;
		transform: none;
		clip-path: inset(0);
	}
}

.gh-hero__lead {
	max-width: 54ch;
	margin: 1.65rem 0 0;
	color: #e8edf4;
	font-size: clamp(1.125rem, 1rem + .45vw, 1.375rem);
	line-height: 1.55;
	text-shadow: 0 1px 14px rgba(8, 14, 24, .58);
}

.gh-action-list {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem 1.5rem;
	margin: 2rem 0 0;
	padding: 0;
	list-style: none;
}

.gh-action-list a {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	color: inherit;
	font-weight: 600;
	text-decoration: underline;
}

.gh-action-list a::after {
	content: "\2197";
	margin-inline-start: .55rem;
	font-family: var(--gh-sans);
	transition: transform 180ms var(--gh-ease);
}

.gh-action-list a:hover::after,
.gh-action-list a:focus-visible::after {
	transform: translate(.2rem, -.2rem);
}

.gh-motion-toggle {
	position: absolute;
	z-index: 4;
	inset-inline-end: var(--gh-page-pad);
	inset-block-end: clamp(1.5rem, 6vh, 4.5rem);
	min-width: 44px;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .55rem;
	padding: .65rem .85rem;
	color: #fff;
	background: rgba(17, 25, 39, .72);
	border: 1px solid rgba(255, 255, 255, .65);
	border-radius: 0;
	font-family: var(--gh-mono);
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .07em;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	transition: background 180ms var(--gh-ease), transform 180ms var(--gh-ease);
}

.gh-motion-toggle[hidden] {
	display: none;
}

.gh-motion-toggle:hover {
	background: rgba(17, 25, 39, .9);
	transform: translateY(-1px);
}

.gh-motion-toggle__icon {
	position: relative;
	width: 12px;
	height: 14px;
	flex: 0 0 12px;
}

.gh-motion-toggle[aria-pressed="true"] .gh-motion-toggle__icon::before {
	content: "";
	position: absolute;
	inset-block-start: 1px;
	inset-inline-start: 2px;
	width: 2px;
	height: 12px;
	background: currentColor;
	box-shadow: 6px 0 0 currentColor;
}

.gh-motion-toggle[aria-pressed="false"] .gh-motion-toggle__icon::before {
	content: "";
	position: absolute;
	inset-block-start: 1px;
	inset-inline-start: 2px;
	width: 0;
	height: 0;
	border-block: 6px solid transparent;
	border-inline-start: 9px solid currentColor;
}

.gh-section {
	position: relative;
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	column-gap: var(--gh-grid-gap);
	padding: clamp(5rem, 10vw, 10rem) var(--gh-page-pad);
	background: var(--gh-porcelain);
	border-block-end: 1px solid var(--gh-line);
	isolation: isolate;
}

.gh-section::before {
	content: "";
	position: absolute;
	inset-block-start: 0;
	inset-inline-start: var(--gh-page-pad);
	width: clamp(7.5rem, 13vw, 11rem);
	height: 2px;
	background: var(--gh-signal);
	transform-origin: left;
	transition: width 280ms var(--gh-ease);
}

.gh-section:hover::before,
.gh-section:focus-within::before {
	width: clamp(10rem, 18vw, 14rem);
}

.gh-section__index {
	grid-column: 1 / span 1;
	color: var(--gh-iris);
	font-family: var(--gh-display);
	font-size: clamp(1.35rem, 2vw, 2rem);
	line-height: 1;
}

.gh-section__copy {
	grid-column: 2 / span 7;
	max-width: 56rem;
}

.gh-section__aside {
	grid-column: 10 / span 3;
	align-self: start;
	padding-block-start: 1rem;
	color: var(--gh-muted);
	border-block-start: 3px solid var(--gh-iris);
	font-size: var(--wp--preset--font-size--meta, .875rem);
}

.gh-section h2,
.gh-section h3,
.gh-inner-hero h1 {
	font-family: var(--gh-display);
	font-weight: 400;
	letter-spacing: -.035em;
}

.gh-section h2 {
	max-width: 22ch;
	margin: 0 0 1.25rem;
	font-size: clamp(2rem, 3.7vw, 3.45rem);
	line-height: 1.03;
}

.gh-section h3 {
	margin-block: 0 .5rem;
	font-size: clamp(1.35rem, 1.1rem + 1vw, 2rem);
	line-height: 1.15;
}

.gh-section__lead {
	max-width: 60ch;
	margin: 0 0 2rem;
	color: var(--gh-muted);
	font-size: clamp(1.0625rem, 1rem + .24vw, 1.25rem);
	line-height: 1.62;
}

.gh-section--mist {
	background: var(--gh-ice);
}

.gh-section--chalk {
	background: var(--gh-lilac);
}

.gh-section--mist::before {
	background: var(--gh-plum);
}

.gh-section--chalk::before {
	background: var(--gh-rose);
}

.gh-section--mist .gh-section__index {
	color: var(--gh-indigo);
}

.gh-section--chalk .gh-section__index {
	color: var(--gh-cobalt);
}

.gh-dark-band {
	color: var(--gh-porcelain);
	background: var(--gh-ink);
}

.gh-dark-band::before {
	background: var(--gh-signal);
}

.gh-dark-band :where(h2, h3) {
	color: var(--gh-porcelain);
}

.gh-dark-band .gh-section__lead,
.gh-dark-band .gh-section__aside {
	color: #d8e1eb;
}

.gh-indigo-band {
	color: var(--gh-porcelain);
	background: var(--gh-indigo);
}

.gh-indigo-band::before {
	background: var(--gh-blue);
}

.gh-indigo-band :where(h2, h3) {
	color: var(--gh-porcelain);
}

.gh-indigo-band a {
	color: var(--gh-porcelain);
	text-decoration-color: #cddcf5;
	text-decoration-thickness: .1em;
	text-underline-offset: .2em;
}

.gh-indigo-band a:hover {
	color: #f3eeff;
	text-decoration-color: currentColor;
}

.gh-indigo-band a:focus-visible {
	color: var(--gh-porcelain);
	outline-color: var(--gh-porcelain);
}

.gh-indigo-band .gh-section__lead,
.gh-indigo-band .gh-section__aside {
	color: #eef2f7;
}

.gh-dark-band .gh-eyebrow,
.gh-indigo-band .gh-eyebrow,
.gh-dark-band .gh-section__index,
.gh-indigo-band .gh-section__index {
	color: var(--gh-porcelain);
}

.gh-plain-list,
.gh-practice-spine,
.gh-flow,
.gh-governance,
.gh-contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gh-plain-list > li {
	position: relative;
	margin-block: .65rem;
	background: var(--gh-porcelain);
	border: 1px solid rgba(71, 105, 139, .32);
	border-block-start: 1px solid var(--gh-line);
	box-shadow: 0 1rem 2.125rem rgba(56, 87, 127, .08);
	overflow: hidden;
	transition: transform 280ms var(--gh-ease), box-shadow 280ms var(--gh-ease), border-color 280ms var(--gh-ease);
}

.gh-plain-list > li:nth-child(4n + 1) {
	background: var(--gh-ice-strong);
	clip-path: polygon(0 0, 97% 0, 100% 10%, 100% 92%, 95% 100%, 0 100%);
	border-inline-start: 5px solid var(--gh-mineral);
}

.gh-plain-list > li:nth-child(4n + 2) {
	margin-inline-start: clamp(.35rem, 2vw, 1.5rem);
	background: var(--gh-lilac);
	clip-path: polygon(0 0, 100% 0, 100% 88%, 96% 100%, 3% 100%, 0 92%);
	border-inline-start: 5px solid var(--gh-iris);
}

.gh-plain-list > li:nth-child(4n + 3) {
	margin-inline-end: clamp(.35rem, 2vw, 1.5rem);
	background: var(--gh-porcelain);
	clip-path: polygon(4% 0, 100% 0, 100% 94%, 96% 100%, 0 100%, 0 10%);
	border-inline-start: 5px solid var(--gh-signal);
}

.gh-plain-list > li:nth-child(4n) {
	margin-inline-start: clamp(.75rem, 3vw, 2.25rem);
	background: var(--gh-ice);
	clip-path: polygon(0 0, 95% 0, 100% 8%, 100% 100%, 0 100%);
	border-inline-start: 5px solid var(--gh-rose);
}

.gh-plain-list > li:hover,
.gh-plain-list > li:focus-within {
	transform: translateY(-3px) rotate(-.2deg);
	border-color: var(--gh-mineral);
	box-shadow: 0 1.375rem 2.75rem rgba(56, 87, 127, .15);
}

.gh-plain-list :where(a, span) {
	min-height: 50px;
	display: flex;
	align-items: center;
	padding: .9rem 1.1rem;
}

.gh-dark-band .gh-plain-list > li,
.gh-indigo-band .gh-plain-list > li {
	margin-inline: 0;
	background: rgba(255, 255, 255, .04);
	border-color: rgba(255, 255, 255, .28);
	clip-path: none;
	box-shadow: none;
}

.gh-plain-list a {
	transition: color 180ms var(--gh-ease), padding 180ms var(--gh-ease);
}

.gh-plain-list a:hover,
.gh-plain-list a:focus-visible {
	padding-inline-start: .75rem;
	color: var(--gh-indigo);
}

.gh-practice-spine {
	counter-reset: gh-practice;
	border-block-end: 1px solid var(--gh-control);
}

.gh-practice-spine > li {
	counter-increment: gh-practice;
	display: grid;
	grid-template-columns: 3.5rem minmax(0, 1fr);
	gap: 1rem;
	border-block-start: 1px solid var(--gh-control);
}

.gh-practice-spine > li::before {
	content: counter(gh-practice, decimal-leading-zero);
	padding-block-start: 1.15rem;
	color: var(--gh-iris);
	font-family: var(--gh-display);
}

.gh-practice-spine > li:nth-child(even) {
	padding-inline-start: clamp(0rem, 2.5vw, 2rem);
}

.gh-practice-spine :where(a, span) {
	min-height: 4.25rem;
	display: flex;
	align-items: center;
	padding-block: .8rem;
	font-size: clamp(1rem, .95rem + .34vw, 1.25rem);
}

.gh-practice-spine a {
	font-weight: 600;
	transition: color 180ms var(--gh-ease), padding 180ms var(--gh-ease);
}

.gh-practice-spine a:hover,
.gh-practice-spine a:focus-visible {
	padding-inline-start: .75rem;
	color: var(--gh-indigo);
}

.gh-capability-context {
	margin: 0 0 1rem;
	padding: .75rem 1rem;
	color: var(--gh-text);
	background: var(--gh-ice-strong);
	border-inline-start: 3px solid var(--gh-plum);
	font-size: .875rem;
}

.gh-flow {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-block: 1px solid var(--gh-control);
}

.gh-flow > li {
	min-height: 9rem;
	padding: 1.35rem 1rem;
	border-inline-end: 1px solid var(--gh-line);
}

.gh-flow > li:last-child {
	border-inline-end: 0;
}

.gh-flow strong {
	display: block;
	margin-block-end: .65rem;
	color: var(--gh-iris);
	font-family: var(--gh-display);
	font-size: 1.25rem;
	font-weight: 500;
}

.gh-governance > li {
	display: grid;
	grid-template-columns: 3.25rem minmax(0, 1fr);
	gap: 1rem;
	padding-block: 1.2rem;
	border-block-start: 1px solid rgba(255, 255, 255, .2);
	transition: padding 320ms var(--gh-ease), background 320ms var(--gh-ease);
}

.gh-governance > li:hover,
.gh-governance > li:focus-within {
	padding-inline: .85rem;
	background: rgba(141, 184, 211, .08);
}

.gh-governance .gh-stage-index {
	color: var(--gh-signal);
	font-family: var(--gh-display);
	font-size: 1.15rem;
}

.gh-governance p {
	margin: 0;
	color: #d8e1eb;
}

.gh-topic-media {
	grid-column: 9 / span 4;
	align-self: center;
	position: relative;
	margin: 0;
}

.gh-topic-media::before {
	content: "";
	position: absolute;
	z-index: 2;
	inset-inline-start: -1rem;
	inset-block-start: 14%;
	width: 3px;
	height: 42%;
	background: var(--gh-signal);
	transform: skewY(-18deg);
}

.gh-topic-media img {
	width: 100%;
	height: auto;
	object-fit: cover;
	box-shadow: 0 1.5rem 4rem rgba(17, 25, 39, .16);
}

.gh-topic-media--network img {
	aspect-ratio: 3 / 2;
	clip-path: polygon(0 0, 94% 0, 100% 12%, 97% 100%, 7% 96%, 0 78%);
}

.gh-topic-media--corporate img {
	aspect-ratio: 4 / 5;
	clip-path: polygon(8% 0, 100% 4%, 96% 88%, 88% 100%, 0 96%, 3% 12%);
}

.gh-topic-media figcaption {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-block-start: .75rem;
	color: var(--gh-muted);
	font-family: var(--gh-mono);
	font-size: .7rem;
	font-weight: 600;
	letter-spacing: .06em;
	line-height: 1.45;
	text-transform: uppercase;
}

.gh-dark-band .gh-topic-media figcaption {
	color: #d8e1eb;
}

.gh-query-list,
.gh-query-list .wp-block-post-template {
	display: grid;
	gap: 0;
}

.gh-query-item,
.gh-query-list .wp-block-post {
	padding-block: 1.5rem;
	border-block-start: 1px solid var(--gh-control);
}

.gh-query-list .wp-block-post {
	padding-block: 0;
	border-block-start: 0;
}

.gh-query-item {
	display: flex;
	align-items: flex-start;
	gap: clamp(1.25rem, 3vw, 2.5rem);
}

.gh-query-media {
	flex: 0 0 min(36%, 20rem);
	margin: 0;
	overflow: hidden;
	background: var(--gh-mist);
	clip-path: polygon(0 0, 95% 0, 100% 11%, 97% 100%, 6% 96%, 0 80%);
}

.gh-query-media a,
.gh-query-media img {
	display: block;
	width: 100%;
}

.gh-query-media img {
	aspect-ratio: 40 / 21;
	object-fit: cover;
	transition: transform 320ms var(--gh-ease), filter 320ms var(--gh-ease);
}

.gh-query-media a:hover img,
.gh-query-media a:focus-visible img {
	transform: scale(1.025);
	filter: saturate(1.05) contrast(1.025);
}

.gh-query-media a:focus-visible {
	display: block;
	outline-offset: -3px;
}

.gh-query-copy {
	min-width: 0;
	flex: 1 1 auto;
}

.gh-query-copy > :first-child {
	margin-block-start: 0;
}

.gh-query-copy > :last-child {
	margin-block-end: 0;
}

.gh-query-item .wp-block-post-title,
.gh-query-list .wp-block-post-title {
	margin-block: .3rem .65rem;
	font-size: clamp(1.35rem, 1.1rem + 1vw, 2.05rem);
}

.gh-post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: .35rem .9rem;
	color: var(--gh-muted);
	font-family: var(--gh-mono);
	font-size: .8125rem;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.gh-post-meta > * {
	margin: 0;
}

.gh-post-meta__publisher strong {
	color: var(--gh-text);
	font-weight: 700;
}

/*
 * Editorial home composition.
 *
 * The home page uses one language-filtered Query Loop. Its first result is
 * intentionally given more visual weight while the following two results form
 * a quieter asymmetric column. New publications therefore appear here without
 * a theme release or a manually maintained feature list.
 */
.gh-home-insights__query {
	grid-column: 2 / -1;
	margin-block-start: clamp(1.5rem, 3vw, 3rem);
}

.gh-home-insights__query .wp-block-post-template {
	grid-template-columns: minmax(0, 1.55fr) minmax(17rem, .85fr);
	grid-template-rows: repeat(2, minmax(0, auto));
	gap: clamp(1.25rem, 2.4vw, 2.5rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.gh-home-insights__query .wp-block-post {
	min-width: 0;
}

.gh-home-insights__query .wp-block-post:first-child {
	grid-column: 1;
	grid-row: 1 / span 2;
}

.gh-home-insights__query .wp-block-post:nth-child(n + 2) {
	grid-column: 2;
}

.gh-home-insights__query .gh-query-item {
	height: 100%;
	padding: clamp(1rem, 2.2vw, 1.75rem);
	background: var(--gh-porcelain);
	border-block-start: 3px solid var(--gh-cobalt);
	box-shadow: 0 1.15rem 3.25rem rgba(17, 25, 39, .08);
}

.gh-home-insights__query .wp-block-post:first-child .gh-query-item {
	flex-direction: column;
	background: linear-gradient(135deg, rgba(167, 198, 228, .35) 0 1.35rem, var(--gh-porcelain) 1.4rem);
}

.gh-home-insights__query .wp-block-post:nth-child(2) {
	margin-inline-start: clamp(0rem, 1.4vw, 1rem);
}

.gh-home-insights__query .wp-block-post:nth-child(2) .gh-query-item {
	background: var(--gh-lilac);
	border-block-start-color: var(--gh-iris);
}

.gh-home-insights__query .wp-block-post:nth-child(3) {
	margin-inline-end: clamp(0rem, 1.4vw, 1rem);
}

.gh-home-insights__query .wp-block-post:nth-child(3) .gh-query-item {
	background: var(--gh-ice-strong);
	border-block-start-color: var(--gh-mineral);
}

.gh-home-insights__query .wp-block-post:first-child .gh-query-media {
	width: 100%;
	flex-basis: auto;
}

.gh-home-insights__query .wp-block-post:first-child .wp-block-post-title {
	max-width: 24ch;
	font-size: clamp(1.8rem, 1.35rem + 1.45vw, 2.75rem);
}

.gh-home-insights__query .wp-block-post:nth-child(n + 2) .gh-query-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
	gap: clamp(.9rem, 1.6vw, 1.35rem);
}

.gh-home-insights__query .wp-block-post:nth-child(n + 2) .gh-query-item:has(.gh-query-media) {
	grid-template-columns: minmax(7.5rem, .72fr) minmax(0, 1.28fr);
}

.gh-home-insights__query .wp-block-post:nth-child(n + 2) .gh-query-media {
	width: 100%;
	min-width: 0;
	flex-basis: auto;
}

.gh-home-insights__query .wp-block-post:nth-child(n + 2) .gh-query-media img {
	aspect-ratio: 4 / 3;
}

.gh-home-insights__query .wp-block-post:nth-child(n + 2) .wp-block-post-title {
	font-size: clamp(1.2rem, 1rem + .55vw, 1.55rem);
}

.gh-home-insights__query .wp-block-post:nth-child(n + 2) .wp-block-post-excerpt {
	display: none;
}

/*
 * Curated starting points sit beneath the automatic latest-publications query.
 * The stagger is deliberately structural rather than decorative: all four
 * links remain in document order and collapse to one column on small screens.
 */
.gh-home-guides {
	grid-column: 2 / -1;
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: clamp(1.25rem, 2.6vw, 2.75rem);
	margin-block-start: clamp(2.25rem, 5vw, 4.75rem);
	padding-block: clamp(1.5rem, 3vw, 2.5rem);
	border-block: 1px solid var(--gh-control);
}

.gh-home-guides__intro {
	grid-column: 1 / span 3;
	align-self: start;
}

.gh-home-guides__intro .gh-eyebrow {
	margin-block-end: .65rem;
}

.gh-home-guides__intro h3 {
	margin: 0;
	font-family: var(--gh-display);
	font-size: clamp(1.65rem, 1.3rem + .85vw, 2.35rem);
	font-weight: 400;
	letter-spacing: -.025em;
	line-height: 1.05;
}

.gh-home-guides__intro > :last-child {
	max-width: 24ch;
	margin-block: .8rem 0;
	color: var(--gh-muted);
	font-size: .94rem;
}

.gh-home-guides__list {
	grid-column: 4 / -1;
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	align-items: start;
	gap: clamp(.75rem, 1.4vw, 1.25rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.gh-home-guides__list > li {
	min-width: 0;
}

.gh-home-guides__list > li:nth-child(1) {
	grid-column: 1 / span 7;
}

.gh-home-guides__list > li:nth-child(2) {
	grid-column: 8 / -1;
	margin-block-start: clamp(1rem, 2.2vw, 2rem);
}

.gh-home-guides__list > li:nth-child(3) {
	grid-column: 1 / span 5;
	margin-inline-start: clamp(0rem, 1.3vw, 1rem);
}

.gh-home-guides__list > li:nth-child(4) {
	grid-column: 6 / -1;
	margin-block-start: clamp(.5rem, 1.3vw, 1.15rem);
}

.gh-home-guides__list a {
	min-height: 5.75rem;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: start;
	gap: .8rem;
	padding: clamp(1rem, 1.8vw, 1.4rem);
	color: var(--gh-text);
	background: rgba(251, 250, 246, .72);
	border-inline-start: 3px solid var(--gh-cobalt);
	text-decoration: none;
	transition: background-color 200ms var(--gh-ease), border-color 200ms var(--gh-ease);
}

.gh-home-guides__list > li:nth-child(2) a,
.gh-home-guides__list > li:nth-child(4) a {
	background: rgba(240, 237, 247, .78);
	border-inline-start-color: var(--gh-iris);
}

.gh-home-guides__list a:hover,
.gh-home-guides__list a:focus-visible {
	background: var(--gh-porcelain);
	border-inline-start-color: var(--gh-rose);
}

.gh-home-guides__index {
	color: var(--gh-muted);
	font-family: var(--gh-mono);
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .08em;
}

.gh-home-guides__arrow {
	color: var(--gh-indigo);
	font-size: 1rem;
	line-height: 1;
}

.gh-home-insights__archive,
.gh-practice-routes__all {
	grid-column: 2 / -1;
}

.gh-editorial-link {
	margin-block: clamp(1.5rem, 3vw, 2.5rem) 0;
	font-weight: 700;
}

.gh-editorial-link a {
	display: inline-flex;
	align-items: baseline;
	gap: .65rem;
	text-decoration-thickness: .1em;
	transition: gap 200ms var(--gh-ease), color 200ms var(--gh-ease);
}

.gh-editorial-link a:hover,
.gh-editorial-link a:focus-visible {
	gap: .95rem;
	color: var(--gh-indigo);
}

.gh-dark-band .gh-editorial-link a,
.gh-indigo-band .gh-editorial-link a {
	color: var(--gh-porcelain);
	text-decoration-color: var(--gh-signal);
}

.gh-dark-band .gh-editorial-link a:hover,
.gh-dark-band .gh-editorial-link a:focus-visible,
.gh-indigo-band .gh-editorial-link a:hover,
.gh-indigo-band .gh-editorial-link a:focus-visible {
	color: #f3eeff;
}

.gh-practice-routes {
	grid-column: 2 / -1;
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.75rem);
	margin-block-start: clamp(1.5rem, 3vw, 3rem);
}

.gh-practice-route {
	position: relative;
	display: grid;
	grid-template-columns: 2.75rem minmax(0, 1fr);
	gap: clamp(.85rem, 1.5vw, 1.25rem);
	min-height: 11rem;
	padding: clamp(1.25rem, 2.4vw, 2rem);
	color: var(--gh-text);
	background: var(--gh-ice);
	border-block-start: 3px solid var(--gh-mineral);
	box-shadow: 0 1rem 2.75rem rgba(56, 87, 127, .08);
	text-decoration: none;
	overflow: hidden;
	transition: transform 260ms var(--gh-ease), box-shadow 260ms var(--gh-ease), background 260ms var(--gh-ease);
}

.gh-practice-route::after {
	content: "";
	position: absolute;
	inset-block-start: -.1rem;
	inset-inline-end: -2.6rem;
	width: 6.5rem;
	height: 1.4rem;
	background: rgba(99, 92, 135, .2);
	transform: rotate(8deg);
	transform-origin: center;
}

.gh-practice-route:nth-child(1) {
	grid-column: 1 / span 7;
	background: var(--gh-ice-strong);
}

.gh-practice-route:nth-child(2) {
	grid-column: 8 / span 5;
	margin-block-start: clamp(1.25rem, 3vw, 3.25rem);
	background: var(--gh-lilac);
	border-block-start-color: var(--gh-iris);
}

.gh-practice-route:nth-child(3) {
	grid-column: 1 / span 5;
	margin-inline-start: clamp(.5rem, 3vw, 3rem);
	background: var(--gh-porcelain);
	border-block-start-color: var(--gh-rose);
}

.gh-practice-route:nth-child(4) {
	grid-column: 6 / span 7;
	background: var(--gh-mist);
	border-block-start-color: var(--gh-cobalt);
}

.gh-practice-route:hover,
.gh-practice-route:focus-visible {
	color: var(--gh-ink);
	background: var(--gh-porcelain);
	box-shadow: 0 1.4rem 3.25rem rgba(56, 87, 127, .14);
	transform: translateY(-3px);
}

.gh-practice-route__index {
	color: var(--gh-iris);
	font-family: var(--gh-display);
	font-size: 1.15rem;
}

.gh-practice-route strong,
.gh-practice-route small {
	display: block;
}

.gh-practice-route strong {
	font-family: var(--gh-display);
	font-size: clamp(1.35rem, 1.1rem + .65vw, 1.8rem);
	font-weight: 400;
	letter-spacing: -.025em;
	line-height: 1.16;
}

.gh-practice-route small {
	margin-block-start: .85rem;
	color: var(--gh-muted);
	font-size: .925rem;
	line-height: 1.55;
}

.gh-home-topic-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 2rem 0 0;
	padding: 0;
	list-style: none;
	border-block-end: 1px solid rgba(255, 255, 255, .24);
}

.gh-home-topic-list > li {
	position: relative;
	min-height: 5.25rem;
	padding: 1.15rem 1rem 1.15rem 2.8rem;
	border-block-start: 1px solid rgba(255, 255, 255, .24);
}

.gh-home-topic-list > li:nth-child(odd) {
	border-inline-end: 1px solid rgba(255, 255, 255, .24);
}

.gh-home-topic-list > li::before {
	content: counter(list-item, decimal-leading-zero);
	position: absolute;
	inset-block-start: 1.2rem;
	inset-inline-start: .25rem;
	color: var(--gh-signal);
	font-family: var(--gh-mono);
	font-size: .75rem;
	letter-spacing: .04em;
}

.gh-empty-state,
.gh-notice {
	padding: clamp(1.25rem, 3vw, 2rem);
	background: var(--gh-lilac);
	border-inline-start: 4px solid var(--gh-plum);
	clip-path: polygon(0 0, 98% 0, 100% 12%, 100% 100%, 0 100%);
}

.gh-empty-state > :first-child,
.gh-notice > :first-child {
	margin-block-start: 0;
}

.gh-empty-state > :last-child,
.gh-notice > :last-child {
	margin-block-end: 0;
}

.gh-notice ul {
	margin-block: 1rem 0;
	padding-inline-start: 1.25rem;
}

.gh-notice li + li {
	margin-block-start: .65rem;
}

.gh-notice--warning {
	background: #fff8e5;
	border-inline-start-color: var(--gh-warning);
}

.gh-contact-list > li {
	padding-block: 1rem;
	border-block-start: 1px solid var(--gh-control);
}

.gh-contact-list a {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	font-weight: 600;
}

.gh-contact-composer {
	background: var(--gh-lilac);
}

.gh-contact-composer::before {
	background: var(--gh-rose);
}

.gh-mail-composer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 1.1rem clamp(1rem, 3vw, 2rem);
	margin-block-start: 2rem;
	padding: clamp(1.5rem, 4vw, 3rem);
	color: var(--gh-text);
	background: var(--gh-porcelain);
	border: 1px solid rgba(71, 105, 139, .38);
	border-inline-start: 6px solid var(--gh-iris);
	clip-path: polygon(0 0, 96% 0, 100% 7%, 100% 94%, 97% 100%, 0 100%);
	box-shadow: 0 1.5rem 3.75rem rgba(47, 70, 111, .12);
}

.gh-mail-composer__field {
	display: grid;
	gap: .45rem;
}

.gh-mail-composer__field--wide,
.gh-mail-composer__notice,
.gh-mail-composer__check,
.gh-mail-composer__actions,
.gh-mail-composer__status {
	grid-column: 1 / -1;
}

.gh-mail-composer label {
	font-weight: 650;
}

.gh-mail-composer input,
.gh-mail-composer select,
.gh-mail-composer textarea {
	width: 100%;
	background: #fff;
	border-color: var(--gh-control);
}

.gh-mail-composer textarea {
	min-height: 9rem;
	resize: vertical;
}

.gh-mail-composer__notice {
	margin: .35rem 0 0;
	padding: 1rem 1.1rem;
	background: var(--gh-ice);
	border-inline-start: 4px solid var(--gh-mineral);
}

.gh-mail-composer__check {
	display: grid;
	grid-template-columns: 1.25rem 1fr;
	gap: .7rem;
	align-items: start;
	font-weight: 500;
}

.gh-mail-composer__check input {
	width: 1.15rem;
	height: 1.15rem;
	min-height: 0;
	margin-block-start: .25rem;
}

.gh-mail-composer__actions {
	display: flex;
	flex-wrap: wrap;
	gap: .85rem 1.25rem;
	align-items: center;
}

.gh-mail-composer__actions .wp-element-button {
	color: var(--gh-porcelain);
	background: var(--gh-indigo);
	cursor: pointer;
}

.gh-mail-composer__fallback {
	font-size: .9375rem;
}

.gh-mail-composer__status {
	min-height: 1.5em;
	margin: 0;
	color: var(--gh-muted);
	font-size: .9375rem;
}

.gh-inner-hero {
	position: relative;
	padding: clamp(5rem, 10vw, 8rem) var(--gh-page-pad);
	background: var(--gh-ice);
	border-block-end: 1px solid var(--gh-line);
	overflow: hidden;
}

.gh-inner-hero::after {
	content: "";
	position: absolute;
	inset-inline-end: -2rem;
	inset-block-start: 18%;
	width: min(34vw, 29rem);
	height: 60%;
	background: linear-gradient(145deg, var(--gh-rose), var(--gh-plum) 54%, var(--gh-blue));
	opacity: .36;
	clip-path: polygon(18% 0, 100% 8%, 84% 100%, 0 92%);
	pointer-events: none;
}

.gh-inner-hero__content {
	position: relative;
	z-index: 1;
	width: min(100%, 80rem);
	margin-inline: auto;
}

.gh-single-hero__grid {
	position: relative;
	z-index: 1;
	width: min(100%, 80rem);
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 5rem);
	margin-inline: auto;
}

.gh-single-hero__grid:not(:has(.gh-single-featured)) {
	grid-template-columns: minmax(0, 1fr);
}

.gh-single-hero__grid .gh-inner-hero__content {
	width: 100%;
	margin: 0;
}

.gh-single-featured {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0;
	overflow: hidden;
	background: var(--gh-mist);
	clip-path: polygon(5% 0, 100% 3%, 96% 92%, 89% 100%, 0 96%, 2% 12%);
}

.gh-single-featured img {
	width: 100%;
	aspect-ratio: 40 / 21;
	object-fit: cover;
}

.gh-inner-hero h1 {
	max-width: 19ch;
	font-size: clamp(2.5rem, 5vw, 4.4rem);
	line-height: 1.02;
}

.gh-inner-hero__lead {
	max-width: 58ch;
	margin-block: 1.25rem 0;
	color: var(--gh-muted);
	font-size: clamp(1.125rem, 1rem + .45vw, 1.375rem);
}

.gh-breadcrumb {
	margin-block-end: 1.5rem;
	font-size: .875rem;
}

.gh-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	gap: .3rem .65rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gh-breadcrumb li + li::before {
	content: "\203a";
	margin-inline-end: .65rem;
	color: var(--gh-muted);
}

.gh-reading-shell {
	display: grid;
	grid-template-columns: minmax(0, 47.5rem) minmax(12rem, 18rem);
	justify-content: center;
	gap: clamp(2rem, 5vw, 5rem);
	padding: clamp(4rem, 8vw, 8rem) var(--gh-page-pad);
}

.gh-reading-stack {
	min-width: 0;
	grid-column: 1;
	grid-row: 1 / span 2;
}

.gh-reading-content {
	min-width: 0;
	font-size: clamp(1.0625rem, 1rem + .2vw, 1.1875rem);
	line-height: 1.72;
}

.gh-reading-content > :where(p, ul, ol, blockquote, table) {
	max-width: 68ch;
}

.gh-reading-content :where(h2, h3) {
	scroll-margin-top: .5rem;
}

.gh-publication-facts {
	position: relative;
	isolation: isolate;
	width: min(100%, 68ch);
	margin: clamp(2.75rem, 7vw, 4.75rem) 0 clamp(1.75rem, 4vw, 2.75rem);
	padding: clamp(1.35rem, 3vw, 2.15rem) clamp(1.25rem, 4vw, 2.5rem);
	overflow: hidden;
	color: var(--gh-text);
	background: var(--gh-chalk);
	border: 1px solid var(--gh-line);
	border-block-start: 5px solid var(--gh-midnight);
	box-shadow: .8rem .9rem 0 rgba(24, 36, 59, .055);
	clip-path: polygon(0 0, calc(100% - 1.15rem) 0, 100% 1.15rem, 100% 100%, 1.4rem 100%, 0 calc(100% - 1.4rem));
}

.gh-publication-facts::before {
	position: absolute;
	z-index: -1;
	inset: 0 0 0 auto;
	width: clamp(3.75rem, 13%, 6.5rem);
	background: var(--gh-mist);
	border-inline-start: 1px solid rgba(71, 105, 139, .2);
	content: "";
	clip-path: polygon(38% 0, 100% 0, 100% 100%, 0 100%, 28% 54%);
	opacity: .72;
}

.gh-publication-facts::after {
	position: absolute;
	inset: 1rem 1rem auto auto;
	width: .58rem;
	height: .58rem;
	background: var(--gh-ink-soft);
	content: "";
	transform: rotate(45deg);
}

.gh-publication-facts__eyebrow {
	margin: 0 0 .45rem;
	color: var(--gh-mineral);
	font-family: var(--gh-mono);
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .085em;
	line-height: 1.45;
	text-transform: uppercase;
}

.gh-publication-facts :where(h2, .gh-publication-facts__title) {
	max-width: 18ch;
	margin: 0;
	color: var(--gh-ink);
	font-family: var(--gh-display);
	font-size: clamp(1.55rem, 1.25rem + 1vw, 2.15rem);
	font-weight: 500;
	letter-spacing: -.025em;
	line-height: 1.08;
}

.gh-publication-facts :where(dl, .gh-publication-facts__grid) {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .25rem clamp(1.25rem, 3vw, 2.5rem);
	margin: clamp(1.35rem, 3vw, 2rem) 0 0;
}

.gh-publication-facts :where(dl, .gh-publication-facts__grid) > :where(div, .gh-publication-facts__item) {
	min-width: 0;
	padding-block: .85rem .9rem;
	border-block-start: 1px solid var(--gh-line);
}

.gh-publication-facts :where(dl, .gh-publication-facts__grid) > :where(div, .gh-publication-facts__item):nth-child(even) {
	margin-block-start: .55rem;
}

.gh-publication-facts :where(dt, .gh-publication-facts__label) {
	margin: 0 0 .25rem;
	color: var(--gh-muted);
	font-family: var(--gh-mono);
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.45;
}

.gh-publication-facts :where(dd, .gh-publication-facts__value) {
	margin: 0;
	color: var(--gh-ink);
	font-size: .9375rem;
	font-weight: 600;
	line-height: 1.5;
}

.gh-publication-facts__source-note {
	max-width: 58ch;
	margin: 1.1rem 0 0;
	padding-block-start: 1rem;
	color: var(--gh-muted);
	border-block-start: 1px solid var(--gh-line);
	font-size: .875rem;
	line-height: 1.6;
}

.gh-publication-facts a {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	color: var(--gh-indigo);
	font-weight: 700;
	text-decoration-thickness: 1px;
}

.gh-publication-facts a:hover,
.gh-publication-facts a:focus-visible {
	color: var(--gh-ink);
}

.gh-reading-aside {
	display: contents;
}

.gh-reading-aside__secondary {
	min-width: 0;
	grid-column: 2;
	grid-row: 2;
	align-self: start;
	margin-block-start: 1.5rem;
	padding-block-start: 1rem;
	border-block-start: 3px solid var(--gh-iris);
	color: var(--gh-muted);
	font-size: .875rem;
}

.gh-reader[hidden] {
	display: none !important;
}

.gh-reader {
	position: sticky;
	z-index: 4;
	isolation: isolate;
	inset-block-start: calc(var(--gh-sticky-offset) + 1.25rem);
	min-width: 0;
	max-height: calc(100vh - var(--gh-sticky-offset) - 2.5rem);
	grid-column: 2;
	grid-row: 1;
	align-self: start;
	padding: 1.35rem 1.15rem 1.25rem;
	overflow: hidden auto;
	color: var(--gh-text);
	background:
		linear-gradient(132deg, transparent 0 69%, rgba(99, 92, 135, .08) 69% 70%, transparent 70%),
		linear-gradient(18deg, transparent 0 18%, rgba(141, 184, 211, .13) 18% 25%, transparent 25%),
		var(--gh-porcelain);
	border: 1px solid var(--gh-line);
	border-block-start: 5px solid var(--gh-iris);
	box-shadow: 1rem 1.35rem 0 rgba(24, 36, 59, .055), 0 1.4rem 3.8rem rgba(17, 25, 39, .12);
	clip-path: polygon(0 .7rem, 13% 0, calc(100% - .85rem) 0, 100% .85rem, 100% calc(100% - 1.1rem), 88% 100%, 0 100%);
}

.gh-reader::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background:
		linear-gradient(90deg, transparent 0 10%, rgba(56, 87, 127, .11) 10% calc(10% + 1px), transparent calc(10% + 1px)),
		linear-gradient(90deg, transparent 0 82%, rgba(199, 121, 130, .12) 82% calc(82% + 1px), transparent calc(82% + 1px));
	content: "";
	pointer-events: none;
}

.gh-reader::after {
	position: absolute;
	inset: .62rem .58rem auto auto;
	width: .52rem;
	height: .52rem;
	background: linear-gradient(135deg, var(--gh-rose), var(--gh-iris));
	content: "";
	transform: rotate(45deg);
	box-shadow: -.55rem .55rem 0 -.17rem var(--gh-signal);
}

.gh-reader__meter {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: .8rem;
	margin: 0 0 1rem .55rem;
}

.gh-reader__track {
	position: relative;
	height: .65rem;
	overflow: visible;
	background: repeating-linear-gradient(90deg, var(--gh-line) 0 17%, transparent 17% 20%);
	clip-path: polygon(0 38%, 100% 38%, 100% 62%, 0 62%);
}

.gh-reader__fill {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, var(--gh-indigo), var(--gh-iris), var(--gh-rose));
	transform: scaleX(var(--gh-reader-progress, 0));
	transform-origin: left center;
	transition: transform 120ms linear;
	clip-path: polygon(0 34%, calc(100% - .45rem) 34%, calc(100% - .45rem) 0, 100% 50%, calc(100% - .45rem) 100%, calc(100% - .45rem) 66%, 0 66%);
}

.gh-reader__percent {
	min-width: 3.2ch;
	color: var(--gh-ink);
	font-family: var(--gh-mono);
	font-size: .84rem;
	font-variant-numeric: tabular-nums;
	font-weight: 700;
	text-align: end;
}

.gh-reader__panel {
	margin: 0;
}

.gh-reader__panel summary {
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
	cursor: pointer;
	color: var(--gh-ink);
	border-block-start: 1px solid rgba(99, 92, 135, .26);
	font-family: var(--gh-display);
	font-size: 1.04rem;
	font-weight: 700;
	line-height: 1.25;
}

.gh-reader__panel summary::marker {
	color: var(--gh-iris);
}

.gh-reader__count {
	color: var(--gh-muted);
	font-family: var(--gh-mono);
	font-size: .64rem;
	font-weight: 600;
	letter-spacing: .03em;
	white-space: nowrap;
}

.gh-reader__nav {
	margin-block-start: .35rem;
}

.gh-reader__nav ol {
	display: grid;
	gap: .12rem;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: gh-reader-section;
}

.gh-reader__item {
	min-width: 0;
	margin: 0;
	counter-increment: gh-reader-section;
}

.gh-reader__item a {
	position: relative;
	min-width: 0;
	min-height: 44px;
	display: grid;
	grid-template-columns: 2.1rem minmax(0, 1fr);
	align-items: center;
	gap: .3rem;
	padding: .5rem .55rem .5rem .25rem;
	color: var(--gh-muted);
	border-block-end: 1px solid rgba(203, 210, 219, .62);
	font-size: .875rem;
	line-height: 1.4;
	text-decoration: none;
	transition: color 150ms var(--gh-ease), background-color 150ms var(--gh-ease), transform 150ms var(--gh-ease);
}

.gh-reader__item a::before {
	color: var(--gh-control);
	font-family: var(--gh-mono);
	font-size: .64rem;
	font-variant-numeric: tabular-nums;
	content: counter(gh-reader-section, decimal-leading-zero);
}

.gh-reader__item--h3 a {
	padding-inline-start: .75rem;
	font-size: .875rem;
}

@media (min-width: 68.0625rem) {
	.gh-reader__item:nth-child(3n + 2) a {
		margin-inline-start: .55rem;
	}

	.gh-reader__item:nth-child(4n) a {
		margin-inline-end: .4rem;
	}
}

.gh-reader__item a:hover,
.gh-reader__item a:focus-visible,
.gh-reader__item a[aria-current="location"] {
	color: var(--gh-ink);
	background: linear-gradient(90deg, rgba(141, 184, 211, .2), rgba(240, 237, 247, .52) 72%, transparent);
	transform: translateX(.22rem);
}

.gh-reader__item a[aria-current="location"]::before {
	color: var(--gh-iris);
	font-weight: 800;
}

.gh-reader__item a::after {
	position: absolute;
	inset: 50% auto auto -.48rem;
	width: .42rem;
	height: .42rem;
	background: var(--gh-rose);
	content: "";
	opacity: 0;
	transform: translateY(-50%) rotate(45deg) scale(.5);
	transition: opacity 150ms var(--gh-ease), transform 150ms var(--gh-ease);
}

.gh-reader__item a[aria-current="location"]::after {
	opacity: 1;
	transform: translateY(-50%) rotate(45deg) scale(1);
}

.gh-reader-is-ready .gh-reading-content .gh-toc {
	display: none;
}

.gh-reading-content .gh-toc {
	max-width: 68ch;
	margin-block: 2rem;
	padding: 1.1rem 1.25rem;
	background: var(--gh-chalk);
	border-inline-start: 4px solid var(--gh-iris);
}

.gh-search-shell {
	padding: clamp(4rem, 8vw, 7rem) var(--gh-page-pad);
}

.gh-search-shell .wp-block-search {
	max-width: 46rem;
}

.wp-block-search__inside-wrapper {
	gap: .75rem;
}

.wp-block-search__input,
:where(input, textarea, select) {
	min-height: 48px;
	max-width: 100%;
	padding: .7rem .85rem;
	color: var(--gh-text);
	background: #fff;
	border: 1px solid var(--gh-control);
	border-radius: 0;
}

textarea {
	min-height: 10rem;
}

.wp-element-button,
.wp-block-button__link,
.wp-block-search__button {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	transition: color 180ms var(--gh-ease), background 180ms var(--gh-ease), transform 180ms var(--gh-ease);
}

.wp-element-button:hover,
.wp-block-button__link:hover,
.wp-block-search__button:hover {
	background: var(--gh-mineral);
	transform: translateY(-1px);
}

.is-style-outline > .wp-block-button__link {
	color: var(--gh-indigo);
	background: transparent;
	border-color: currentColor;
}

.gh-dark-band .is-style-outline > .wp-block-button__link,
.gh-hero .is-style-outline > .wp-block-button__link {
	color: var(--gh-porcelain);
}

.gh-error-page__number {
	margin: 0;
	color: var(--gh-indigo);
	font-family: var(--gh-display);
	font-size: clamp(6rem, 20vw, 14rem);
	line-height: .78;
}

.gh-site-footer {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(12rem, .75fr) auto;
	align-items: end;
	gap: clamp(1.5rem, 4vw, 4rem);
	padding: clamp(3.5rem, 8vw, 7rem) var(--gh-page-pad) clamp(2.75rem, 6vw, 5rem);
	color: var(--gh-porcelain);
	background: var(--gh-ink);
	box-shadow: inset 0 3px 0 var(--gh-signal);
	overflow: hidden;
	isolation: isolate;
}

.gh-site-footer::after {
	content: "";
	position: absolute;
	z-index: -1;
	inset-inline-end: -8%;
	inset-block: 12% -18%;
	width: 38%;
	background: linear-gradient(145deg, rgba(99, 92, 135, .72), rgba(56, 87, 127, .28));
	clip-path: polygon(18% 0, 100% 8%, 84% 100%, 0 92%);
	pointer-events: none;
}

.gh-footer-statement {
	grid-column: 1 / -1;
	max-width: 12ch;
	margin: 0 0 clamp(2rem, 5vw, 4.25rem);
	color: var(--gh-signal);
	font-family: var(--gh-display);
	font-size: clamp(2.3rem, 4.8vw, 5.2rem);
	font-weight: 400;
	letter-spacing: -.04em;
	line-height: .94;
}

.gh-site-footer p {
	margin: 0;
	color: #dbe4ee;
	font-size: .875rem;
}

.gh-site-footer p a {
	color: var(--gh-signal);
	font-weight: 600;
}

.gh-site-footer p a:hover,
.gh-site-footer p a:focus-visible {
	color: var(--gh-porcelain);
}

.gh-site-footer strong {
	display: inline-block;
	margin-block-end: .5rem;
	color: var(--gh-porcelain);
	font-family: var(--gh-display);
	font-size: clamp(1.1rem, 1rem + .6vw, 1.45rem);
	font-weight: 500;
}

.gh-footer-social {
	grid-column: 2;
	grid-row: 3;
	align-self: end;
}

.gh-site-footer .gh-footer-social__label {
	margin: 0;
	color: #dbe4ee;
	font-family: var(--gh-mono);
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.4;
	text-transform: uppercase;
}

.gh-footer-social__links {
	display: flex;
	flex-wrap: wrap;
	gap: .25rem 1.25rem;
	margin: .35rem 0 0;
	padding: 0;
	list-style: none;
}

.gh-footer-social__links a {
	min-height: 40px;
	display: inline-flex;
	align-items: center;
	color: var(--gh-signal);
	font-size: .85rem;
	font-weight: 650;
	text-decoration-color: rgba(184, 223, 255, .62);
	text-decoration-thickness: 1px;
	text-underline-offset: .3em;
}

.gh-footer-social__links a:hover,
.gh-footer-social__links a:focus-visible {
	color: var(--gh-porcelain);
	text-decoration-color: currentColor;
}

.gh-footer-nav {
	grid-column: 3;
	grid-row: 2 / span 2;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, auto));
	justify-content: end;
	gap: .35rem 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gh-footer-nav a {
	min-height: 40px;
	display: inline-flex;
	align-items: center;
	color: var(--gh-porcelain);
	font-size: .85rem;
	text-decoration: none;
}

.gh-footer-nav a::before {
	content: "";
	width: 0;
	height: 2px;
	margin-inline-end: 0;
	background: var(--gh-signal);
	transition: width 180ms var(--gh-ease), margin 180ms var(--gh-ease);
}

.gh-footer-nav a:hover::before,
.gh-footer-nav a:focus-visible::before,
.gh-footer-nav [aria-current="page"]::before {
	width: 1.5rem;
	margin-inline-end: .5rem;
}

.gh-table-cards {
	display: none;
}

.editor-styles-wrapper {
	color: var(--gh-text);
	background: var(--gh-porcelain);
	font-family: var(--gh-sans);
}

.editor-styles-wrapper .gh-site-header {
	position: relative;
}

.editor-styles-wrapper header.wp-block-template-part {
	position: relative;
	inset-block-start: auto;
}

@media (max-width: 80rem) {
	.gh-home-insights__query .wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
	}

	.gh-home-insights__query .wp-block-post:first-child {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.gh-home-insights__query .wp-block-post:nth-child(n + 2) {
		grid-column: auto;
		grid-row: auto;
		margin-inline: 0;
	}

	.gh-home-insights__query .wp-block-post:nth-child(n + 2) .gh-query-item {
		display: flex;
		flex-direction: column;
	}

	.gh-home-insights__query .wp-block-post:nth-child(n + 2) .gh-query-media {
		width: 100%;
	}

	.gh-home-insights__query .wp-block-post:nth-child(n + 2) .gh-query-media img {
		aspect-ratio: 40 / 21;
	}
}

@media (max-width: 68rem) {
	:root {
		--gh-page-pad: clamp(1.75rem, 3.5vw, 3rem);
	}

	.gh-header-shell {
		grid-template-columns: minmax(15rem, 1fr) auto;
	}

	.gh-wordmark {
		margin-inline-start: 1rem;
		max-width: 25rem;
	}

	.gh-navigation {
		font-size: .75rem;
	}

	.gh-section__copy,
	.gh-hero__copy {
		grid-column: 2 / span 8;
	}

	.gh-section__aside {
		grid-column: 10 / span 3;
	}
}

@media (max-width: 61rem) {
	.gh-header-shell {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.gh-navigation .wp-block-navigation__responsive-container-open {
		min-width: 52px;
		min-height: 52px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		color: var(--gh-porcelain);
		background: var(--gh-iris);
		clip-path: polygon(0 0, calc(100% - .55rem) 0, 100% .55rem, 100% 100%, .55rem 100%, 0 calc(100% - .55rem));
	}

	.gh-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none;
	}

	.gh-navigation .wp-block-navigation__responsive-container.is-menu-open {
		padding: 1.5rem;
		color: var(--gh-text);
		background: var(--gh-porcelain);
	}

	.gh-navigation .wp-block-navigation__responsive-container-close {
		min-width: 44px;
		min-height: 44px;
	}

	.gh-navigation .wp-block-navigation__responsive-container-content,
	.gh-navigation .wp-block-navigation__container {
		align-items: stretch !important;
		width: 100%;
		flex-direction: column;
	}

	.gh-navigation .wp-block-navigation-item__content {
		width: 100%;
		min-height: 3.5rem;
		padding: .75rem .5rem;
		color: var(--gh-text);
		border-block-end: 1px solid var(--gh-line);
		font-family: var(--gh-display);
		font-size: clamp(1.15rem, 3.5vw, 1.55rem);
	}

	.gh-navigation .wp-block-navigation__submenu-container {
		min-width: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		box-shadow: none;
	}

	.gh-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
		font-family: var(--gh-sans);
		font-size: 1rem;
	}

	.gh-language-link .wp-block-navigation-item__content {
		width: fit-content;
		min-width: 5rem;
		justify-content: center;
		color: var(--gh-indigo);
		border-color: var(--gh-control);
	}

	.gh-section,
	.gh-hero {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}

	.gh-section__index,
	.gh-hero__index {
		grid-column: 1 / span 1;
	}

	.gh-section__copy,
	.gh-hero__copy {
		grid-column: 2 / span 6;
	}

	.gh-section__aside {
		grid-column: 2 / span 6;
		margin-block-start: 2rem;
	}

	.gh-topic-media {
		grid-column: 2 / span 6;
		margin-block-start: 2.5rem;
	}

	.gh-reading-shell {
		grid-template-columns: minmax(0, 47.5rem);
	}

	.gh-reading-stack {
		grid-column: 1;
		grid-row: 2;
	}

	.gh-reader {
		position: relative;
		inset-block-start: auto;
		max-height: none;
		grid-column: 1;
		grid-row: 1;
		padding: .8rem 1rem .85rem;
		box-shadow: .55rem .65rem 0 rgba(24, 36, 59, .045);
		clip-path: polygon(0 0, calc(100% - .65rem) 0, 100% .65rem, 100% 100%, 0 100%);
	}

	.gh-reader__meter {
		margin: 0 0 .3rem;
	}

	.gh-reader__nav {
		max-height: min(44vh, 22rem);
		overflow: hidden auto;
		overscroll-behavior: contain;
	}

	.gh-reader__item:nth-child(n) a {
		margin-inline: 0;
		transform: none;
	}

	.gh-reading-aside__secondary {
		grid-column: 1;
		grid-row: 3;
		margin-block-start: 0;
	}

	.gh-single-hero__grid {
		grid-template-columns: minmax(0, 1fr);
	}

}

@media (max-width: 48.8125rem) {
	:root {
		--gh-page-pad: 1.25rem;
		--gh-header-height: 4.25rem;
	}

	.gh-mail-composer {
		grid-template-columns: 1fr;
		clip-path: polygon(0 0, 94% 0, 100% 4%, 100% 97%, 95% 100%, 0 100%);
	}

	.gh-header-shell {
		min-height: var(--gh-header-height);
		padding-inline-end: .75rem;
	}

	.gh-wordmark {
		max-width: calc(100vw - 5.5rem);
		min-height: 3.25rem;
		margin-inline-start: 0;
		padding-inline: 1.5rem .5rem;
		font-size: clamp(1rem, 4.2vw, 1.2rem);
	}

	.gh-wordmark::after {
		width: min(8.75rem, 66vw);
	}

	.gh-hero,
	.gh-section {
		grid-template-columns: 1fr;
		row-gap: 1.5rem;
	}

	.gh-hero {
		min-height: 37rem;
		align-content: end;
		padding-block: 6rem 5.25rem;
	}

	.gh-hero__media {
		clip-path: none;
		opacity: .94;
	}

	.gh-hero__video {
		object-position: 44% 50%;
	}

	.gh-hero__sheen {
		background: linear-gradient(180deg, rgba(17, 25, 39, .38) 0%, rgba(17, 25, 39, .63) 48%, rgba(17, 25, 39, .9) 100%);
	}

	.gh-hero__index,
	.gh-section__index {
		grid-column: 1;
		grid-row: 1;
	}

	.gh-hero__copy,
	.gh-section__copy,
	.gh-section__aside,
	.gh-topic-media {
		grid-column: 1;
	}

	.gh-hero h1 {
		max-width: 16ch;
		font-size: clamp(2.65rem, 12vw, 4rem);
	}

	.gh-motion-toggle {
		inset-inline-end: 1.25rem;
		inset-block-end: 1.25rem;
		width: 44px;
		padding: 0;
	}

	.gh-motion-toggle__text {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip-path: inset(50%);
		white-space: nowrap;
	}

	.gh-section {
		padding-block: clamp(4rem, 16vw, 6.5rem);
	}

	.gh-section h2 {
		font-size: clamp(1.9rem, 9vw, 2.75rem);
	}

	.gh-section__aside {
		margin-block-start: .75rem;
	}

	.gh-practice-spine > li:nth-child(even) {
		padding-inline-start: 0;
	}

	.gh-plain-list > li,
	.gh-plain-list > li:nth-child(n) {
		margin-inline: 0;
		clip-path: none;
	}

	.gh-plain-list > li:hover,
	.gh-plain-list > li:focus-within {
		transform: none;
	}

	.gh-flow {
		grid-template-columns: 1fr;
	}

	.gh-flow > li {
		min-height: 0;
		border-inline-end: 0;
		border-block-end: 1px solid var(--gh-line);
	}

	.gh-flow > li:last-child {
		border-block-end: 0;
	}

	.gh-topic-media {
		margin-block-start: 1rem;
	}

	.gh-query-item {
		flex-direction: column;
	}

	.gh-query-media {
		width: 100%;
		flex-basis: auto;
		clip-path: polygon(0 0, 97% 0, 100% 8%, 98% 100%, 4% 97%, 0 86%);
	}

	.gh-query-copy {
		width: 100%;
	}

	.gh-home-insights__query,
	.gh-home-guides,
	.gh-home-insights__archive,
	.gh-practice-routes,
	.gh-practice-routes__all {
		grid-column: 1;
	}

	.gh-home-guides {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.25rem;
	}

	.gh-home-guides__intro,
	.gh-home-guides__list {
		grid-column: 1;
	}

	.gh-home-guides__intro > :last-child {
		max-width: 36ch;
	}

	.gh-home-guides__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gh-home-guides__list > li:nth-child(n) {
		grid-column: auto;
		margin: 0;
	}

	.gh-home-insights__query .wp-block-post-template {
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: none;
	}

	.gh-home-insights__query .wp-block-post,
	.gh-home-insights__query .wp-block-post:first-child,
	.gh-home-insights__query .wp-block-post:nth-child(n + 2) {
		grid-column: 1;
		grid-row: auto;
		margin-inline: 0;
	}

	.gh-home-insights__query .wp-block-post:nth-child(n + 2) .gh-query-item {
		display: flex;
		flex-direction: column;
	}

	.gh-home-insights__query .wp-block-post:nth-child(n + 2) .gh-query-media img {
		aspect-ratio: 40 / 21;
	}

	.gh-practice-routes {
		grid-template-columns: minmax(0, 1fr);
	}

	.gh-practice-route,
	.gh-practice-route:nth-child(n) {
		grid-column: 1;
		min-height: 0;
		margin: 0;
	}

	.gh-home-topic-list {
		grid-template-columns: minmax(0, 1fr);
	}

	.gh-home-topic-list > li:nth-child(odd) {
		border-inline-end: 0;
	}

	.gh-topic-media::before {
		inset-inline-start: -.5rem;
	}

	.gh-topic-media figcaption {
		font-size: .625rem;
	}

	.gh-inner-hero::after {
		inset-inline-end: -35%;
		width: 72%;
		opacity: .5;
	}

	.gh-reading-shell {
		padding-block: 4rem;
	}

	.gh-legal-insight .gh-table-scroll--enhanced,
	.gh-legal-insight .gh-table-wrap--enhanced {
		overflow: visible;
		border: 0;
	}

	.gh-legal-insight .gh-table-scroll--enhanced > table,
	.gh-legal-insight .gh-table-wrap--enhanced > table {
		display: none;
	}

	.gh-legal-insight .gh-table-scroll--enhanced > .gh-table-cards,
	.gh-legal-insight .gh-table-wrap--enhanced > .gh-table-cards {
		display: grid;
		gap: 1rem;
	}

	.gh-table-card {
		padding: clamp(1rem, 4vw, 1.35rem);
		background: #fff;
		border: 1px solid var(--gh-line);
		border-block-start: 4px solid var(--gh-iris);
		box-shadow: 0 .75rem 2rem rgba(17, 25, 39, .06);
	}

	.gh-table-card dl {
		display: grid;
		gap: 0;
		margin: 0;
	}

	.gh-table-card__field {
		display: grid;
		grid-template-columns: minmax(7rem, .7fr) minmax(0, 1.3fr);
		gap: .75rem;
		padding-block: .8rem;
		border-block-end: 1px solid var(--gh-line);
	}

	.gh-table-card__field:last-child {
		padding-block-end: 0;
		border-block-end: 0;
	}

	.gh-table-card dt,
	.gh-table-card dd {
		margin: 0;
	}

	.gh-table-card dt {
		color: var(--gh-indigo);
		font-family: var(--gh-mono);
		font-size: .75rem;
		font-weight: 700;
		letter-spacing: .05em;
		line-height: 1.45;
		text-transform: uppercase;
	}

	.gh-table-card dd {
		min-width: 0;
		color: var(--gh-text);
		font-size: .95rem;
		line-height: 1.6;
	}


	.wp-block-search__inside-wrapper {
		align-items: stretch;
		flex-direction: column;
	}

	.wp-block-search__button {
		margin-inline-start: 0;
	}

	.gh-site-footer {
		grid-template-columns: 1fr;
		gap: 1.4rem;
		padding-block: 3.75rem 2.75rem;
	}

	.gh-site-footer::after {
		inset-inline-end: -34%;
		inset-block: 38% -10%;
		width: 78%;
		opacity: .54;
	}

	.gh-footer-statement {
		grid-column: 1;
		margin-block-end: 1.25rem;
		font-size: clamp(2.35rem, 12vw, 3.7rem);
	}

	.gh-footer-nav {
		grid-column: 1;
		grid-row: auto;
		grid-template-columns: 1fr;
		justify-content: start;
	}

	.gh-footer-social {
		grid-column: 1;
		grid-row: auto;
		align-self: start;
	}

	.gh-footer-social__links a,
	.gh-footer-nav a {
		min-height: 44px;
	}
}

@media (max-width: 30rem) {
	.gh-home-guides__list {
		grid-template-columns: minmax(0, 1fr);
	}

	.gh-home-guides__list > li:nth-child(n) {
		grid-column: 1;
	}

	.gh-home-guides__list a {
		min-height: 44px;
	}

	.gh-table-card__field {
		grid-template-columns: 1fr;
		gap: .35rem;
	}

	.gh-reader {
		padding-inline: .8rem;
	}

	.gh-reader__panel summary {
		gap: .45rem;
		font-size: .96rem;
	}

	.gh-reader__count {
		font-size: .58rem;
	}

	.gh-reader__item a {
		grid-template-columns: 1.8rem minmax(0, 1fr);
		font-size: .875rem;
	}

	.gh-publication-facts {
		padding-inline: 1.15rem 1.5rem;
		box-shadow: .45rem .55rem 0 rgba(24, 36, 59, .055);
		clip-path: polygon(0 0, calc(100% - .85rem) 0, 100% .85rem, 100% 100%, .9rem 100%, 0 calc(100% - .9rem));
	}

	.gh-publication-facts::before {
		width: 3.25rem;
	}

	.gh-publication-facts :where(dl, .gh-publication-facts__grid) {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
	}

	.gh-publication-facts :where(dl, .gh-publication-facts__grid) > :where(div, .gh-publication-facts__item):nth-child(even) {
		margin-block-start: 0;
	}
}

@media print {
	.gh-table-cards {
		display: none !important;
	}

	.gh-legal-insight .gh-table-scroll--enhanced > table,
	.gh-legal-insight .gh-table-wrap--enhanced > table {
		display: table !important;
	}
}

@media (max-width: 22rem) {
	.gh-practice-spine > li {
		grid-template-columns: 2.5rem minmax(0, 1fr);
		gap: .6rem;
	}

	.gh-action-list {
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto !important;
	}

	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		animation-delay: 0ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
		transition-delay: 0ms !important;
		scroll-behavior: auto !important;
	}

	.gh-title-line,
	.gh-motion-ready .gh-title-line,
	.gh-plain-list > li,
	.gh-action-list a::after,
	.gh-site-footer a,
	.gh-wordmark::after {
		opacity: 1 !important;
		transform: none !important;
		clip-path: none !important;
	}
}

@media (forced-colors: active) {
	.gh-site-header,
	.gh-hero,
	.gh-dark-band,
	.gh-indigo-band,
	.gh-site-footer {
		forced-color-adjust: auto;
	}

	.gh-wordmark::before,
	.gh-wordmark::after,
	.gh-section::before {
		forced-color-adjust: auto;
	}


	.gh-hero {
		color: CanvasText;
		background: Canvas;
	}

	.gh-hero__media {
		display: none;
	}

	.gh-reader,
	.gh-reader__item a[aria-current="location"],
	.gh-publication-facts {
		color: CanvasText;
		background: Canvas;
		border: 1px solid CanvasText;
		box-shadow: none;
		clip-path: none;
	}

	.gh-publication-facts::before,
	.gh-publication-facts::after {
		display: none;
	}

	.gh-reader__track,
	.gh-reader__fill {
		background: CanvasText;
	}
}

@media print {
	@page {
		margin: 15mm;
	}

	body {
		color: #000;
		background: #fff;
		font-size: 11pt;
	}

	.gh-site-header nav,
	.gh-language-link,
	.gh-motion-toggle,
	.gh-hero__media,
	.wp-block-buttons,
	form {
		display: none !important;
	}

	.gh-site-header,
	.gh-site-footer,
	.gh-hero,
	.gh-dark-band,
	.gh-indigo-band,
	.gh-inner-hero {
		color: #000 !important;
		background: #fff !important;
		box-shadow: none !important;
		border: 1px solid #777;
	}

	.gh-site-header *,
	.gh-site-footer *,
	.gh-hero *,
	.gh-dark-band *,
	.gh-indigo-band * {
		color: #000 !important;
		text-shadow: none !important;
	}

	.gh-section,
	.gh-reading-shell {
		padding-block: 1.5rem;
	}

	.gh-reader,
	.gh-reading-aside__secondary {
		display: none !important;
	}

	.gh-reader-is-ready .gh-reading-content .gh-toc {
		display: block;
	}


	a[href^="http"]::after {
		content: " (" attr(href) ")";
		font-size: .85em;
	}

	p,
	li {
		orphans: 3;
		widows: 3;
	}

	h1,
	h2,
	h3,
	h4 {
		break-after: avoid;
	}
}

/* WordPress administration and block-navigation compatibility. */

.gh-navigation .wp-block-navigation__submenu-icon,
.gh-navigation button.wp-block-navigation-submenu__toggle {
	min-width: 44px;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

/* Jetpack blocks inherit the theme's typography without requiring Jetpack. */
:where(.wp-block-jetpack-contact-form, .contact-form) {
	max-width: 47.5rem;
}

:where(.wp-block-jetpack-contact-form, .contact-form) :where(label, .grunion-field-label) {
	display: block;
	margin-block-end: .45rem;
	color: var(--gh-text);
	font-weight: 650;
}

:where(.wp-block-jetpack-contact-form, .contact-form) :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea) {
	width: 100%;
	min-height: 48px;
	padding: .75rem .875rem;
	color: var(--gh-text);
	background: var(--gh-porcelain);
	border: 1px solid var(--gh-control);
	border-radius: 0;
}

:where(.wp-block-jetpack-contact-form, .contact-form) textarea {
	min-height: 9rem;
	resize: vertical;
}

:where(.wp-block-jetpack-contact-form, .contact-form) :where(button, input[type="submit"]),
.wp-block-jetpack-subscriptions__button,
.wp-block-jetpack-button .wp-block-button__link {
	min-height: 48px;
	padding: .75rem 1.25rem;
	color: var(--gh-porcelain);
	background: var(--gh-indigo);
	border: 1px solid var(--gh-indigo);
	border-radius: 0;
	font-weight: 700;
	cursor: pointer;
}

:where(.wp-block-jetpack-contact-form, .contact-form) :where(.contact-form__error, .form-error, .field-error) {
	color: var(--gh-error);
	font-weight: 650;
}

:where(.sharedaddy, .sd-sharing, #jp-relatedposts, .wp-block-jetpack-subscriptions) {
	margin-block: clamp(2rem, 5vw, 4rem);
	padding-block-start: 1.5rem;
	border-block-start: 1px solid var(--gh-line);
}

:where(.sharedaddy, .sd-sharing, #jp-relatedposts) a {
	text-underline-offset: .2em;
}

@media screen and (max-width: 782px) {
	.admin-bar {
		--gh-admin-bar-height: 46px;
		--gh-sticky-top: 46px;
	}
}

@media screen and (max-width: 600px) {
	.admin-bar {
		--gh-sticky-top: 0px;
	}
}

.gh-search-note {
	max-width: 52rem;
	margin-block: .25rem 1.75rem;
	color: var(--gh-muted);
	font-size: .9375rem;
}

.gh-share-panel {
	margin-block-end: clamp(1.5rem, 4vw, 2.5rem);
	padding: 1.25rem;
	background: color-mix(in srgb, var(--gh-indigo) 8%, var(--gh-porcelain));
	border-inline-start: 3px solid var(--gh-indigo);
}

.gh-share-panel__title {
	margin: 0;
	color: var(--gh-text);
	font-weight: 750;
}

.gh-share-panel__note {
	margin: .45rem 0 1rem;
	color: var(--gh-muted);
	font-size: .875rem;
	line-height: 1.55;
}

.gh-share-links {
	display: flex;
	flex-wrap: wrap;
	gap: .55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gh-share-links a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: .55rem .8rem;
	color: var(--gh-indigo);
	background: var(--gh-porcelain);
	border: 1px solid color-mix(in srgb, var(--gh-indigo) 34%, var(--gh-line));
	font-size: .875rem;
	font-weight: 700;
	text-decoration: none;
}

.gh-share-links a:hover,
.gh-share-links a:focus-visible {
	color: var(--gh-porcelain);
	background: var(--gh-indigo);
}
