/*
Theme Name: Hein Ginster
Theme URI: https://heinginster.com/
Author: Hein Ginster
Description: A warm, typography-led block theme for Hein Ginster's personal website.
Version: 0.5.4
Requires at least: 6.7
Requires PHP: 8.1
Text Domain: hein-ginster
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
	font-family: "Fraunces";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("assets/fonts/fraunces-latin.woff2") format("woff2");
}

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url("assets/fonts/manrope-latin.woff2") format("woff2");
}

:root {
	--hg-emerald-950: #08271f;
	--hg-emerald-900: #0b3429;
	--hg-emerald-800: #124c3d;
	--hg-emerald-650: #276b58;
	--hg-cream-50: #fbf8f1;
	--hg-cream-100: #f4efe4;
	--hg-cream-200: #e8dfcf;
	--hg-ink: #171a18;
	--hg-ink-soft: #4c514d;
	--hg-brass: #a7804c;
	--hg-sage: #a9bcae;
	--hg-line: rgba(23, 26, 24, 0.17);
	--hg-focus: #ce8f2e;
	--hg-content: min(100% - 2rem, 86rem);
	--hg-reading: min(100% - 2rem, 46rem);
	--hg-radius-round: 999px;
	--hg-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
	--hg-ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

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

html {
	scroll-behavior: smooth;
}

body {
	background: var(--hg-cream-50);
	color: var(--hg-ink);
	font-family: "Manrope", Arial, sans-serif;
	font-synthesis: none;
	min-width: 20rem;
	overflow-x: clip;
}

body.menu-open {
	overflow: hidden;
}

a {
	color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 3px solid var(--hg-focus);
	outline-offset: 4px;
}

::selection {
	background: var(--hg-emerald-800);
	color: var(--hg-cream-50);
}

.wp-site-blocks {
	padding: 0;
}

.hg-site-header {
	left: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

.admin-bar .hg-site-header {
	top: 32px;
}

.hg-site-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-inline: auto;
	max-width: 96rem;
	padding: 1rem;
	width: 100%;
}

.hg-site-header__identity {
	align-items: center;
	display: flex;
	gap: 0.8rem;
	pointer-events: auto;
	text-decoration: none;
}

.hg-site-header__monogram {
	align-items: center;
	background: var(--hg-emerald-900);
	border: 1px solid rgba(251, 248, 241, 0.25);
	border-radius: var(--hg-radius-round);
	color: var(--hg-cream-50);
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 750;
	height: 2.75rem;
	justify-content: center;
	letter-spacing: 0.08em;
	width: 2.75rem;
}

.hg-site-header__name {
	display: none;
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.08em;
	line-height: 1.25;
	text-transform: uppercase;
}

.hg-navigation {
	pointer-events: auto;
}

.hg-navigation .wp-block-navigation__responsive-container-open {
	align-items: center;
	background: var(--hg-cream-50);
	border: 1px solid var(--hg-line);
	border-bottom-color: var(--hg-emerald-800);
	border-radius: 0.3rem 1.15rem 0.3rem 1.15rem;
	color: var(--hg-ink);
	display: inline-flex;
	font-family: "Manrope", Arial, sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	gap: 0.55rem;
	letter-spacing: 0.11em;
	min-height: 2.75rem;
	padding: 0.75rem 1rem;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease;
}

.hg-navigation .wp-block-navigation__responsive-container-open::before {
	content: "Menu";
}

.hg-navigation .wp-block-navigation__responsive-container-open svg {
	height: 1rem;
	width: 1rem;
}

.hg-navigation .wp-block-navigation__responsive-container-open svg path:first-child {
	transform: scaleX(0.72);
	transform-origin: right center;
}

.hg-navigation .wp-block-navigation__responsive-container-open:hover {
	background: var(--hg-emerald-900);
	color: var(--hg-cream-50);
}

.hg-navigation .wp-block-navigation__responsive-container {
	background: var(--hg-emerald-950) !important;
	color: var(--hg-cream-50) !important;
}

.hg-navigation .wp-block-navigation__responsive-container.is-menu-open {
	padding: clamp(1.25rem, 4vw, 3.5rem);
}

.hg-navigation .wp-block-navigation__responsive-close,
.hg-navigation .wp-block-navigation__responsive-dialog,
.hg-navigation .wp-block-navigation__responsive-container-content {
	height: 100%;
	max-width: none;
	width: 100%;
}

.hg-navigation .wp-block-navigation__responsive-container-close {
	align-items: center;
	border: 1px solid rgba(251, 248, 241, 0.32);
	border-radius: 50%;
	color: var(--hg-cream-50);
	display: inline-flex;
	height: 3rem;
	justify-content: center;
	right: 0;
	top: 0;
	width: 3rem;
}

.hg-navigation .wp-block-navigation__responsive-container-content {
	align-items: flex-start !important;
	justify-content: center !important;
}

.hg-navigation .wp-block-navigation__container {
	align-items: flex-start !important;
	gap: clamp(0.4rem, 1.5vh, 1rem) !important;
}

.hg-navigation .wp-block-navigation-item__content {
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(2.5rem, 9vw, 7rem);
	font-variation-settings: "opsz" 96, "SOFT" 30, "WONK" 1;
	font-weight: 430;
	letter-spacing: -0.045em;
	line-height: 0.92;
	position: relative;
}

.hg-navigation .wp-block-navigation-item__content::after {
	background: var(--hg-brass);
	bottom: -0.08em;
	content: "";
	height: 0.06em;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 260ms var(--hg-ease-out);
	width: 100%;
}

.hg-navigation .wp-block-navigation-item__content:hover::after,
.hg-navigation .wp-block-navigation-item__content:focus-visible::after {
	transform: scaleX(1);
	transform-origin: left;
}

.hg-main {
	margin: 0;
}

.hg-hero {
	background-color: var(--hg-cream-50);
	background-image:
		linear-gradient(to right, transparent calc(50% - 0.5px), rgba(23, 26, 24, 0.08) 50%, transparent calc(50% + 0.5px)),
		radial-gradient(circle at 85% 14%, rgba(39, 107, 88, 0.1), transparent 24rem);
	display: grid;
	grid-template-rows: auto 1fr auto;
	min-height: 100svh;
	overflow: hidden;
	padding: clamp(6rem, 14vh, 9rem) max(1rem, calc((100vw - 86rem) / 2)) 1.5rem;
	position: relative;
}

.hg-hero::before {
	content: none;
}

.hg-hero__identity,
.hg-hero__statement,
.hg-hero__footer {
	position: relative;
	z-index: 1;
}

.hg-hero__identity {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	font-size: clamp(0.7rem, 1.3vw, 0.82rem);
	font-weight: 650;
	gap: 0.3rem;
	letter-spacing: 0.1em;
	margin: 0;
	text-transform: uppercase;
}

.hg-hero__identity span:last-child {
	color: var(--hg-ink-soft);
	font-weight: 500;
}

.hg-hero__statement {
	align-self: center;
	margin: clamp(3rem, 7vh, 6rem) 0;
	max-width: 82rem;
	width: 100%;
}

.hg-hero__headline {
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(3.45rem, 14.8vw, 11.2rem);
	font-weight: 420;
	letter-spacing: -0.065em;
	line-height: 0.78;
	margin: 0;
	text-wrap: balance;
}

.hg-hero__line {
	display: block;
	transform: translate3d(var(--hg-shift-x, 0), var(--hg-shift-y, 0), 0);
	transition: transform 600ms var(--hg-ease-out);
}

.hg-hero__line--creative {
	font-variation-settings: "opsz" 120, "SOFT" 80, "WONK" 1;
	max-width: 8.7ch;
}

.hg-hero__line--technical {
	color: var(--hg-emerald-800);
	font-size: 0.7em;
	font-variation-settings: "opsz" 72, "SOFT" 15, "WONK" 0;
	font-weight: 560;
	letter-spacing: -0.045em;
	margin-left: auto;
	margin-top: 0.22em;
	max-width: 13.8ch;
	text-align: right;
}

.hg-hero__line--technical span {
	display: block;
}

.hg-hero__footer {
	align-items: flex-end;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

.hg-hero__positioning {
	color: var(--hg-ink-soft);
	font-size: clamp(0.94rem, 1.7vw, 1.1rem);
	line-height: 1.65;
	margin: 0;
	max-width: 34rem;
}

.hg-hero__actions {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.hg-button {
	align-items: center;
	background: var(--hg-emerald-900);
	border: 1px solid var(--hg-emerald-900);
	border-radius: var(--hg-radius-round);
	color: var(--hg-cream-50);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 720;
	gap: 1.1rem;
	justify-content: center;
	letter-spacing: 0.08em;
	min-height: 3.25rem;
	padding: 0.9rem 1.25rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.hg-button span {
	font-size: 1rem;
	transition: transform 180ms ease;
}

.hg-button:hover {
	background: transparent;
	color: var(--hg-emerald-900);
	transform: translateY(-2px);
}

.hg-button:hover span {
	transform: translateX(0.25rem);
}

.hg-scroll-cue {
	align-items: center;
	color: var(--hg-ink-soft);
	display: inline-flex;
	font-size: 0.68rem;
	font-weight: 650;
	gap: 0.65rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.hg-scroll-cue::before {
	background: var(--hg-ink);
	content: "";
	height: 1px;
	transform-origin: left;
	width: 2rem;
}

.hg-direction {
	background: var(--hg-emerald-950);
	color: var(--hg-cream-50);
	min-height: min(72svh, 48rem);
	overflow: hidden;
	padding: clamp(5rem, 12vw, 10rem) max(1rem, calc((100vw - 86rem) / 2));
	position: relative;
}

.hg-direction::after {
	border: 1px solid rgba(251, 248, 241, 0.14);
	border-radius: 50%;
	content: "";
	height: min(52vw, 32rem);
	position: absolute;
	right: -12vw;
	top: 50%;
	transform: translateY(-50%);
	width: min(52vw, 32rem);
}

.hg-direction__inner {
	max-width: 65rem;
	position: relative;
	z-index: 1;
}

.hg-kicker {
	color: var(--hg-sage);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	margin: 0 0 2rem;
	text-transform: uppercase;
}

.hg-direction h2 {
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(2.8rem, 8vw, 6.5rem);
	font-variation-settings: "opsz" 96, "SOFT" 52, "WONK" 1;
	font-weight: 430;
	letter-spacing: -0.05em;
	line-height: 0.96;
	margin: 0;
	max-width: 11ch;
}

.hg-direction__note {
	border-left: 1px solid var(--hg-brass);
	color: rgba(251, 248, 241, 0.76);
	font-size: 0.95rem;
	line-height: 1.65;
	margin: 3rem 0 0;
	max-width: 34rem;
	padding-left: 1rem;
}

.hg-footer {
	align-items: flex-start;
	background: var(--hg-cream-100);
	border-top: 1px solid var(--hg-line);
	display: flex;
	flex-direction: column;
	font-size: 0.72rem;
	font-weight: 600;
	gap: 0.5rem;
	justify-content: space-between;
	letter-spacing: 0.06em;
	padding: 1.5rem max(1rem, calc((100vw - 86rem) / 2));
	text-transform: uppercase;
}

.hg-content-shell {
	margin: 0 auto;
	max-width: 55rem;
	padding: 9rem 1rem 5rem;
}

.hg-content-shell h1,
.hg-content-shell h2 {
	font-family: "Fraunces", Georgia, serif;
}

.wp-block-shortcode {
	margin: 0;
}

.hg-section-heading {
	margin-inline: auto;
	max-width: 86rem;
}

.hg-section-heading .hg-kicker {
	color: var(--hg-emerald-650);
}

.hg-section-heading h2 {
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(3rem, 12vw, 7.75rem);
	font-variation-settings: "opsz" 100, "SOFT" 55, "WONK" 1;
	font-weight: 430;
	letter-spacing: -0.055em;
	line-height: 0.92;
	margin: 0;
	max-width: 10ch;
}

.hg-section-heading > p:last-child {
	color: var(--hg-ink-soft);
	font-size: clamp(1rem, 2vw, 1.2rem);
	line-height: 1.65;
	margin: 2rem 0 0;
	max-width: 42rem;
}

.hg-explore {
	background: var(--hg-emerald-950);
	color: var(--hg-cream-50);
	padding: clamp(5rem, 13vw, 10rem) max(1rem, calc((100vw - 86rem) / 2));
}

.hg-explore .hg-section-heading .hg-kicker {
	color: var(--hg-sage);
}

.hg-explore .hg-section-heading > p:last-child {
	color: rgba(251, 248, 241, 0.72);
}

.hg-explore__list {
	border-top: 1px solid rgba(251, 248, 241, 0.24);
	margin: clamp(3.5rem, 8vw, 7rem) auto 0;
	max-width: 86rem;
}

.hg-explore__item {
	border-bottom: 1px solid rgba(251, 248, 241, 0.24);
	display: grid;
	grid-template-rows: auto 1fr;
}

.hg-explore__button {
	align-items: center;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: flex;
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(3.2rem, 15vw, 8.8rem);
	font-variation-settings: "opsz" 110, "SOFT" 25, "WONK" 0;
	font-weight: 440;
	justify-content: space-between;
	letter-spacing: -0.055em;
	line-height: 0.9;
	min-height: 6rem;
	padding: 0.25em 0;
	text-align: left;
	text-transform: uppercase;
	transition: color 220ms ease;
	width: 100%;
}

.hg-explore__arrow {
	color: var(--hg-brass);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 0.24em;
	font-weight: 400;
	transition: transform 240ms var(--hg-ease-out);
}

.hg-explore__details {
	display: grid;
	gap: 0.5rem;
	padding: 0 0 1.5rem;
}

.hg-has-interactions .hg-explore__details {
	display: block;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding-bottom: 0;
	transition: max-height 280ms var(--hg-ease-out), opacity 180ms ease, padding 280ms var(--hg-ease-out);
}

.hg-has-interactions .hg-explore__item.is-selected .hg-explore__details,
.hg-has-interactions .hg-explore__item:focus-within .hg-explore__details {
	max-height: 10rem;
	opacity: 1;
	padding-bottom: 1.5rem;
}

.hg-explore__item.is-selected .hg-explore__button {
	color: var(--hg-sage);
}

.hg-explore__item.is-selected .hg-explore__arrow {
	transform: rotate(90deg);
}

.hg-explore__details p {
	margin: 0;
}

.hg-explore__details > p:first-child {
	font-size: 1rem;
	font-weight: 700;
}

.hg-explore__keywords {
	color: rgba(251, 248, 241, 0.64);
	font-size: 0.8rem;
	line-height: 1.7;
	max-width: 46rem;
}

.hg-explore__status-row {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin: 2rem auto 0;
	max-width: 86rem;
}

.hg-explore__status {
	color: rgba(251, 248, 241, 0.68);
	font-size: 0.78rem;
	line-height: 1.5;
	margin: 0;
}

.hg-text-button {
	background: transparent;
	border: 0;
	border-bottom: 1px solid currentColor;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	min-height: 2.75rem;
	padding: 0;
	text-transform: uppercase;
}

.hg-text-button:disabled,
.hg-relationships__reset:disabled {
	cursor: default;
	opacity: 0.42;
}

.hg-work {
	background: var(--hg-cream-50);
	padding-top: clamp(5rem, 12vw, 10rem);
}

.hg-section-heading--work,
.hg-section-heading--capabilities {
	padding-inline: 1rem;
}

.hg-section-heading--work {
	padding-bottom: clamp(4rem, 9vw, 8rem);
}

.hg-work__sequence {
	border-top: 1px solid var(--hg-line);
}

.hg-project-story {
	background: var(--hg-cream-50);
	border-bottom: 1px solid var(--hg-line);
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr;
	min-height: 34rem;
	overflow: hidden;
	padding: clamp(3rem, 8vw, 7rem) max(1rem, calc((100vw - 86rem) / 2));
	position: relative;
	transition: opacity 240ms ease, background-color 240ms ease, color 240ms ease;
}

.hg-project-story.is-interest-match {
	box-shadow: inset 0.35rem 0 0 var(--hg-brass);
}

.hg-project-story.is-interest-secondary {
	opacity: 0.56;
}

.hg-project-story__number {
	color: var(--hg-emerald-650);
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(5rem, 24vw, 12rem);
	font-variation-settings: "opsz" 120, "SOFT" 90, "WONK" 1;
	font-weight: 300;
	letter-spacing: -0.08em;
	line-height: 0.7;
	opacity: 0.24;
}

.hg-project-story__body {
	align-self: center;
	max-width: 53rem;
	position: relative;
	z-index: 1;
}

.hg-project-story__eyebrow {
	color: var(--hg-emerald-650);
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.12em;
	margin: 0 0 1.25rem;
	text-transform: uppercase;
}

.hg-project-story h3 {
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(3rem, 11vw, 7.5rem);
	font-variation-settings: "opsz" 100, "SOFT" 50, "WONK" 1;
	font-weight: 430;
	letter-spacing: -0.055em;
	line-height: 0.92;
	margin: 0;
}

.hg-project-story__positioning {
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(1.25rem, 3.3vw, 2.25rem);
	font-weight: 520;
	letter-spacing: -0.025em;
	line-height: 1.22;
	margin: 1.75rem 0 0;
	max-width: 29ch;
}

.hg-project-story__media {
	background: var(--hg-cream-200);
	margin: clamp(2rem, 5vw, 3.5rem) 0 0;
	overflow: hidden;
}

.hg-project-story__media img {
	display: block;
	height: auto;
	max-height: 42rem;
	object-fit: cover;
	width: 100%;
}

.hg-project-story__summary {
	color: var(--hg-ink-soft);
	font-size: 0.95rem;
	line-height: 1.7;
	margin: 2rem 0 0;
	max-width: 40rem;
}

.hg-project-story__capabilities,
.hg-project-story__areas {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	line-height: 1.65;
	margin: 1.5rem 0 0;
	text-transform: uppercase;
}

.hg-project-story__areas {
	color: var(--hg-ink-soft);
	font-weight: 550;
	text-transform: none;
}

.hg-project-story__link {
	align-items: center;
	border-bottom: 1px solid currentColor;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 750;
	gap: 1rem;
	letter-spacing: 0.08em;
	margin-top: 2rem;
	min-height: 2.75rem;
	text-decoration: none;
	text-transform: uppercase;
}

.hg-project-story--eden-clinical-psychology {
	background: var(--hg-cream-100);
}

.hg-project-story--eden-clinical-psychology h3 {
	font-variation-settings: "opsz" 80, "SOFT" 95, "WONK" 1;
}

.hg-project-story--digital-growth-performance {
	background: var(--hg-emerald-900);
	color: var(--hg-cream-50);
}

.hg-project-story--digital-growth-performance .hg-project-story__eyebrow,
.hg-project-story--digital-growth-performance .hg-project-story__number {
	color: var(--hg-sage);
}

.hg-project-story--digital-growth-performance .hg-project-story__summary,
.hg-project-story--digital-growth-performance .hg-project-story__areas {
	color: rgba(251, 248, 241, 0.68);
}

.hg-metric-slots {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: 1fr;
	margin-top: 2rem;
}

.hg-metric-slots span {
	border-top: 1px solid rgba(251, 248, 241, 0.3);
	color: rgba(251, 248, 241, 0.62);
	display: flex;
	flex-direction: column;
	font-size: 0.68rem;
	gap: 0.35rem;
	padding-top: 0.75rem;
	text-transform: uppercase;
}

.hg-metric-slots strong {
	color: var(--hg-cream-50);
	font-size: 1rem;
}

.hg-project-story--masters-research .hg-project-story__number {
	color: var(--hg-brass);
	opacity: 0.45;
}

.hg-project-story--ai-automation {
	background: var(--hg-ink);
	color: var(--hg-cream-50);
}

.hg-project-story--ai-automation .hg-project-story__eyebrow,
.hg-project-story--ai-automation .hg-project-story__number {
	color: var(--hg-sage);
}

.hg-project-story--ai-automation .hg-project-story__summary,
.hg-project-story--ai-automation .hg-project-story__areas {
	color: rgba(251, 248, 241, 0.68);
}

.hg-system-note {
	margin: 0;
	padding: 2rem max(1rem, calc((100vw - 86rem) / 2));
}

.hg-capabilities {
	background: var(--hg-cream-100);
	padding: clamp(5rem, 12vw, 10rem) 0;
}

.hg-section-heading--capabilities {
	padding-bottom: clamp(3.5rem, 8vw, 7rem);
}

.hg-section-heading--capabilities h2 {
	font-size: clamp(2.9rem, 9vw, 5.6rem);
	max-width: 12ch;
}

.hg-relationships {
	border-bottom: 1px solid var(--hg-line);
	border-top: 1px solid var(--hg-line);
	display: grid;
	grid-template-columns: 1fr;
	margin-inline: auto;
	max-width: 86rem;
}

.hg-relationships__capabilities,
.hg-relationships__projects {
	display: flex;
	flex-direction: column;
}

.hg-relationships__capabilities {
	border-bottom: 1px solid var(--hg-line);
}

.hg-relationships__capabilities > button,
.hg-relationship-project {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--hg-line);
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	min-height: 4.5rem;
	text-align: left;
	transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease;
	width: 100%;
}

.hg-relationships__capabilities > button:not(.hg-relationships__reset) {
	align-items: center;
	display: flex;
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(1.15rem, 4.8vw, 1.75rem);
	font-weight: 680;
	justify-content: space-between;
	letter-spacing: -0.025em;
	line-height: 1.15;
	padding: 1.25rem 1rem;
}

.hg-relationships__capabilities button.is-related,
.hg-relationship-project.is-related {
	background: var(--hg-emerald-900);
	color: var(--hg-cream-50);
}

.hg-relationships__capabilities button.is-secondary,
.hg-relationship-project.is-secondary {
	opacity: 0.42;
}

.hg-relationships__reset {
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	padding: 1rem;
	text-transform: uppercase;
}

.hg-relationship-project {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	justify-content: center;
	padding: 1.25rem 1rem;
}

.hg-relationship-project > span {
	font-size: 0.98rem;
	font-weight: 750;
}

.hg-relationship-project small {
	color: var(--hg-ink-soft);
	font-size: 0.68rem;
	line-height: 1.5;
}

.hg-relationship-project.is-related small {
	color: rgba(251, 248, 241, 0.7);
}

.hg-relationships__status {
	color: var(--hg-ink-soft);
	font-size: 0.75rem;
	grid-column: 1 / -1;
	line-height: 1.5;
	margin: 0;
	padding: 1rem;
}

.hg-project-detail {
	margin: 0 auto;
	max-width: 86rem;
	padding: clamp(8rem, 15vw, 12rem) 1rem 6rem;
}

.hg-project-detail__header h1 {
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(3.75rem, 13vw, 10rem);
	font-weight: 430;
	letter-spacing: -0.06em;
	line-height: 0.88;
	margin: 0;
	max-width: 11ch;
}

.hg-project-detail__positioning {
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(1.8rem, 5vw, 3.75rem);
	line-height: 1.05;
	margin: 2rem 0 0;
	max-width: 20ch;
}

.hg-project-detail__capabilities {
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	line-height: 1.6;
	margin: 2rem 0 0;
	text-transform: uppercase;
}

.hg-project-detail__media {
	margin: 4rem 0;
}

.hg-project-detail__media img {
	display: block;
	height: auto;
	width: 100%;
}

.hg-project-detail__story {
	border-top: 1px solid var(--hg-line);
	margin-top: 4rem;
}

.hg-project-detail__story section {
	border-bottom: 1px solid var(--hg-line);
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
	padding: 2rem 0;
}

.hg-project-detail__story h2 {
	font-family: "Manrope", Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 750;
	letter-spacing: 0.09em;
	margin: 0;
	text-transform: uppercase;
}

.hg-project-detail__story p {
	color: var(--hg-ink-soft);
	line-height: 1.75;
	margin: 0;
	max-width: 46rem;
}

.hg-project-detail__back {
	margin: 3rem 0 0;
}

.hg-project-detail__back a {
	font-size: 0.75rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

@keyframes hg-rise {
	from {
		opacity: 0;
		transform: translateY(1.5rem);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes hg-line-in {
	from {
		opacity: 0;
		transform: translateY(0.45em);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: no-preference) {
	.hg-hero__identity,
	.hg-hero__footer {
		animation: hg-rise 700ms var(--hg-ease-out) both;
	}

	.hg-hero__footer {
		animation-delay: 360ms;
	}

	.hg-hero__line {
		animation: hg-line-in 900ms var(--hg-ease-out) both;
	}

	.hg-hero__line--technical {
		animation-delay: 150ms;
	}
}

@media (min-width: 48rem) {
	.hg-site-header__inner {
		padding: 1.5rem 2rem;
	}

	.hg-site-header__name {
		display: none;
	}

	.hg-hero {
		padding-inline: max(2rem, calc((100vw - 86rem) / 2));
	}

	.hg-hero__identity {
		align-items: center;
		flex-direction: row;
		gap: 1rem;
	}

	.hg-hero__identity span + span::before {
		content: "/";
		margin-right: 1rem;
	}

	.hg-hero__headline {
		font-size: clamp(5.75rem, 11.5vw, 10.5rem);
		line-height: 0.82;
	}

	.hg-hero__line--creative {
		max-width: 11.5ch;
	}

	.hg-hero__line--technical {
		font-size: 0.68em;
		margin-right: clamp(1rem, 4vw, 4rem);
		margin-top: -0.04em;
		max-width: 14ch;
	}

	.hg-hero__footer {
		grid-template-columns: minmax(18rem, 1fr) auto;
	}

	.hg-hero__actions {
		align-items: flex-end;
	}

	.hg-footer {
		align-items: center;
		flex-direction: row;
		padding-inline: max(2rem, calc((100vw - 86rem) / 2));
	}

	.hg-explore__status-row {
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
	}

	.hg-has-interactions .hg-explore__item:hover .hg-explore__details {
		max-height: 10rem;
		opacity: 1;
		padding-bottom: 1.5rem;
	}

	.hg-project-story {
		grid-template-columns: minmax(8rem, 0.45fr) minmax(0, 1.55fr);
		padding-inline: max(2rem, calc((100vw - 86rem) / 2));
	}

	.hg-project-story:nth-child(even) {
		grid-template-columns: minmax(0, 1.45fr) minmax(9rem, 0.55fr);
	}

	.hg-project-story:nth-child(even) .hg-project-story__number {
		grid-column: 2;
		grid-row: 1;
		text-align: right;
	}

	.hg-project-story:nth-child(even) .hg-project-story__body {
		grid-column: 1;
		grid-row: 1;
	}

	.hg-project-story--digital-growth-performance .hg-project-story__body {
		max-width: 66rem;
	}

	.hg-metric-slots {
		grid-template-columns: repeat(3, 1fr);
	}

	.hg-relationships {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.hg-section-heading--capabilities {
		align-items: end;
		display: grid;
		gap: 1.5rem clamp(3rem, 8vw, 8rem);
		grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.65fr);
	}

	.hg-section-heading--capabilities .hg-kicker {
		grid-column: 1 / -1;
		margin-bottom: 0;
	}

	.hg-section-heading--capabilities h2 {
		grid-column: 1;
	}

	.hg-section-heading--capabilities > p:last-child {
		align-self: end;
		grid-column: 2;
		margin: 0;
	}

	.hg-relationships__capabilities {
		border-bottom: 0;
		border-right: 1px solid var(--hg-line);
	}

	.hg-relationships__projects {
		background: rgba(251, 248, 241, 0.38);
	}

	.hg-relationship-project.is-related {
		background: rgba(169, 188, 174, 0.18);
		box-shadow: inset 0.25rem 0 0 var(--hg-emerald-800);
		color: var(--hg-ink);
	}

	.hg-relationship-project.is-related small {
		color: var(--hg-ink-soft);
	}

	.hg-relationship-project:hover {
		background: rgba(169, 188, 174, 0.11);
	}

	.hg-relationships__capabilities > button:not(.hg-relationships__reset),
	.hg-relationship-project {
		padding-inline: 2rem;
	}

	.hg-project-detail__story section {
		gap: 3rem;
		grid-template-columns: minmax(12rem, 0.55fr) minmax(0, 1.45fr);
	}
}

@media (min-width: 75rem) {
	.hg-hero__line--creative {
		margin-left: 1vw;
	}

	.hg-hero__line--technical {
		margin-right: 5vw;
	}
}

/* Phase 4B: About, Experience and Contact */
.hg-about-home,
.hg-experience-home,
.hg-contact-home,
.hg-about-page,
.hg-experience-page,
.hg-contact-page {
	padding-inline: max(1rem, calc((100vw - 86rem) / 2));
}

.hg-about-home {
	background: var(--hg-cream-50);
	display: grid;
	gap: clamp(3rem, 10vw, 8rem);
	padding-block: clamp(6rem, 13vw, 11rem);
}

.hg-about-home__copy {
	max-width: 52rem;
}

.hg-about-home__copy h2 {
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(2.8rem, 9vw, 6.7rem);
	font-variation-settings: "opsz" 92, "SOFT" 45, "WONK" 1;
	font-weight: 430;
	letter-spacing: -0.052em;
	line-height: 0.98;
	margin: 0;
}

.hg-about-home__copy > p:not(.hg-kicker) {
	color: var(--hg-ink-soft);
	font-size: clamp(1rem, 2vw, 1.2rem);
	line-height: 1.75;
	margin-block: 2rem;
	max-width: 39rem;
}

.hg-about-media {
	align-content: end;
	aspect-ratio: 4 / 5;
	background:
		linear-gradient(135deg, rgba(167, 128, 76, 0.16), transparent 55%),
		var(--hg-cream-200);
	border-left: 0.25rem solid var(--hg-brass);
	color: var(--hg-ink-soft);
	display: grid;
	justify-items: start;
	max-width: 30rem;
	padding: 1.25rem;
	width: min(100%, 30rem);
}

.hg-about-media span,
.hg-about-media small {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.hg-about-media small {
	font-weight: 500;
	margin-top: 0.25rem;
}

.hg-about-media--image {
	align-content: stretch;
	background: var(--hg-cream-200);
	overflow: hidden;
	padding: 0;
}

.hg-about-media--image img {
	display: block;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
	width: 100%;
}

.hg-experience-home {
	background: var(--hg-cream-100);
	padding-block: clamp(5rem, 11vw, 9rem);
}

.hg-experience-home > header {
	display: grid;
	gap: 1.25rem;
	max-width: 72rem;
}

.hg-experience-home > header h2 {
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(2rem, 6.5vw, 5.5rem);
	font-weight: 520;
	letter-spacing: -0.055em;
	line-height: 1.02;
	margin: 0;
}

.hg-experience-home > header > p:last-child {
	color: var(--hg-ink-soft);
	line-height: 1.7;
	margin: 0;
	max-width: 38rem;
}

.hg-experience-home__entries {
	border-top: 1px solid var(--hg-line);
	margin-block: clamp(3rem, 7vw, 5rem) 2rem;
}

.hg-experience-entry {
	border-bottom: 1px solid var(--hg-line);
	display: grid;
	gap: 1.25rem;
	padding-block: 2rem;
}

.hg-experience-entry__when {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.68rem;
	font-weight: 720;
	gap: 0.45rem 1rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hg-experience-entry__when span {
	color: var(--hg-emerald-650);
}

.hg-experience-entry__when time {
	color: var(--hg-ink-soft);
}

.hg-experience-entry h3 {
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(1.45rem, 4vw, 2.35rem);
	font-weight: 620;
	letter-spacing: -0.035em;
	line-height: 1.15;
	margin: 0;
}

.hg-experience-entry__title-primary,
.hg-experience-entry__title-secondary {
	display: block;
}

.hg-experience-entry__title-secondary {
	color: var(--hg-ink-soft);
	font-size: 0.72em;
	font-weight: 560;
	letter-spacing: -0.02em;
	margin-top: 0.3rem;
}

.hg-experience-entry__organisation {
	color: var(--hg-ink-soft);
	font-size: 0.82rem;
	font-weight: 680;
	letter-spacing: 0.04em;
	margin: 0.45rem 0 0;
	text-transform: uppercase;
}

.hg-experience-entry__summary {
	line-height: 1.7;
	margin: 1.25rem 0 0;
	max-width: 50rem;
}

.hg-experience-entry__content section {
	margin-top: 1.75rem;
}

.hg-experience-entry__content h4,
.hg-experience-entry__projects > span {
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.09em;
	margin: 0 0 0.75rem;
	text-transform: uppercase;
}

.hg-experience-entry__content ul {
	line-height: 1.65;
	margin: 0;
	max-width: 50rem;
	padding-left: 1.2rem;
}

.hg-experience-entry__content li + li {
	margin-top: 0.6rem;
}

.hg-experience-entry__projects {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 1rem;
	margin-top: 1.75rem;
}

.hg-experience-entry__projects > span {
	flex-basis: 100%;
	margin: 0;
}

.hg-experience-entry__projects a {
	font-size: 0.82rem;
	font-weight: 700;
	text-underline-offset: 0.3em;
}

.hg-content-placeholder {
	border-bottom: 1px solid var(--hg-line);
	padding-block: clamp(2rem, 6vw, 4rem);
}

.hg-content-placeholder strong {
	display: block;
	font-size: clamp(1.2rem, 3vw, 1.75rem);
	margin-bottom: 0.6rem;
}

.hg-content-placeholder p {
	color: var(--hg-ink-soft);
	line-height: 1.65;
	margin: 0;
	max-width: 44rem;
}

.hg-contact-home {
	background: var(--hg-emerald-950);
	color: var(--hg-cream-50);
	display: grid;
	gap: clamp(3rem, 8vw, 7rem);
	padding-block: clamp(6rem, 14vw, 12rem);
}

.hg-contact-home .hg-kicker,
.hg-contact-page .hg-kicker {
	color: var(--hg-sage);
}

.hg-contact-home h2 {
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(3.8rem, 14vw, 10rem);
	font-variation-settings: "opsz" 110, "SOFT" 55, "WONK" 1;
	font-weight: 430;
	letter-spacing: -0.06em;
	line-height: 0.9;
	margin: 0;
	max-width: 8ch;
}

.hg-contact-home__paths {
	border-top: 1px solid rgba(251, 248, 241, 0.24);
}

.hg-contact-home__paths a {
	align-items: center;
	border-bottom: 1px solid rgba(251, 248, 241, 0.24);
	display: flex;
	font-size: clamp(1rem, 2vw, 1.35rem);
	font-weight: 600;
	gap: 1.5rem;
	justify-content: space-between;
	min-height: 5rem;
	padding-block: 1rem;
	text-decoration: none;
}

.hg-contact-home__paths a > span:last-child {
	color: var(--hg-brass);
	font-size: 1.4rem;
	transition: transform 180ms var(--hg-ease-out);
}

.hg-contact-home__paths a:hover > span:last-child {
	transform: translateX(0.25rem);
}

.hg-about-page,
.hg-experience-page,
.hg-contact-page {
	min-height: 100vh;
	padding-block: clamp(9rem, 15vw, 14rem) 8rem;
}

.hg-about-page {
	background: var(--hg-cream-50);
}

.hg-about-page > header h1,
.hg-contact-page > header h1 {
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(4rem, 15vw, 10rem);
	font-weight: 430;
	letter-spacing: -0.06em;
	line-height: 0.9;
	margin: 0;
}

.hg-about-page__layout {
	display: grid;
	gap: clamp(3rem, 9vw, 8rem);
	margin-block: clamp(4rem, 10vw, 8rem);
}

.hg-about-page__content {
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(1.15rem, 2.5vw, 1.5rem);
	font-weight: 450;
	line-height: 1.75;
	max-width: 43rem;
}

.hg-about-page__content p {
	margin: 0 0 1.6em;
}

.hg-about-page__content p:first-child {
	font-size: 1.22em;
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.45;
}

.hg-about-media--page {
	align-self: start;
}

.hg-about-page > footer {
	align-items: flex-start;
	border-top: 1px solid var(--hg-line);
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding-top: 2rem;
}

.hg-about-page > footer p {
	color: var(--hg-ink-soft);
	line-height: 1.6;
	margin: 0;
}

.hg-about-page > footer .hg-inline-link {
	margin-left: auto;
}

.hg-experience-page {
	background: var(--hg-cream-100);
}

.hg-experience-page__header {
	max-width: 75rem;
}

.hg-experience-page__header h1 {
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(3.2rem, 11vw, 9rem);
	font-weight: 530;
	letter-spacing: -0.065em;
	line-height: 0.92;
	margin: 0;
}

.hg-experience-page__header > p:not(.hg-kicker) {
	color: var(--hg-emerald-800);
	font-size: clamp(0.9rem, 2vw, 1.25rem);
	font-weight: 650;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-block: 1.75rem;
	max-width: 56rem;
}

.hg-experience-page__actions {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.5rem;
}

.hg-cv-placeholder {
	border: 1px solid var(--hg-line);
	color: var(--hg-ink-soft);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	min-height: 3.25rem;
	padding: 1rem 1.2rem;
	text-transform: uppercase;
}

.hg-experience-page__section {
	border-top: 1px solid var(--hg-line);
	display: grid;
	gap: 2rem;
	margin-top: clamp(5rem, 11vw, 9rem);
	padding-top: 2rem;
}

.hg-experience-page__section > h2 {
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(1rem, 2vw, 1.35rem);
	font-weight: 720;
	letter-spacing: -0.02em;
	margin: 0;
}

.hg-contact-page {
	background: var(--hg-emerald-950);
	color: var(--hg-cream-50);
}

.hg-contact-page > header {
	max-width: 72rem;
}

.hg-contact-page > header > p:last-child {
	color: var(--hg-sage);
	font-size: clamp(1rem, 2vw, 1.25rem);
	line-height: 1.7;
	margin-top: 2rem;
	max-width: 42rem;
}

.hg-contact-page__layout {
	display: grid;
	gap: clamp(4rem, 10vw, 8rem);
	margin-top: clamp(4rem, 10vw, 8rem);
}

.hg-contact-page__routes {
	border-top: 1px solid rgba(251, 248, 241, 0.24);
}

.hg-contact-page__routes section {
	border-bottom: 1px solid rgba(251, 248, 241, 0.24);
	padding-block: 1.5rem;
}

.hg-contact-page__routes section > span {
	color: var(--hg-brass);
	font-size: 0.68rem;
	font-weight: 750;
}

.hg-contact-page__routes h2 {
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(1.15rem, 3vw, 1.6rem);
	font-weight: 620;
	letter-spacing: -0.025em;
	line-height: 1.25;
	margin: 0.7rem 0;
}

.hg-contact-page__routes p {
	color: var(--hg-sage);
	font-size: 0.9rem;
	line-height: 1.65;
	margin: 0;
}

.hg-contact-form {
	background: var(--hg-cream-50);
	color: var(--hg-ink);
	padding: clamp(1.25rem, 4vw, 2.5rem);
}

.hg-form-status {
	border-left: 0.2rem solid var(--hg-brass);
	color: var(--hg-ink-soft);
	font-size: 0.78rem;
	line-height: 1.6;
	margin: 0 0 2rem;
	padding-left: 0.9rem;
}

.hg-field {
	margin-bottom: 1.35rem;
}

.hg-field label {
	display: block;
	font-size: 0.75rem;
	font-weight: 720;
	letter-spacing: 0.045em;
	margin-bottom: 0.55rem;
}

.hg-field input,
.hg-field select,
.hg-field textarea {
	appearance: none;
	background: transparent;
	border: 1px solid rgba(23, 26, 24, 0.32);
	border-radius: 0;
	color: var(--hg-ink);
	font: inherit;
	font-size: 1rem;
	line-height: 1.5;
	min-height: 3.25rem;
	padding: 0.8rem;
	width: 100%;
}

.hg-field select {
	background-image: linear-gradient(45deg, transparent 50%, var(--hg-ink) 50%), linear-gradient(135deg, var(--hg-ink) 50%, transparent 50%);
	background-position: calc(100% - 1.1rem) 1.4rem, calc(100% - 0.8rem) 1.4rem;
	background-repeat: no-repeat;
	background-size: 0.35rem 0.35rem;
	padding-right: 2.5rem;
}

.hg-field textarea {
	min-height: 10rem;
	resize: vertical;
}

.hg-field input:hover,
.hg-field select:hover,
.hg-field textarea:hover {
	border-color: var(--hg-ink);
}

.hg-field input:user-invalid,
.hg-field select:user-invalid,
.hg-field textarea:user-invalid {
	border-color: #9b2c2c;
	box-shadow: inset 0 -0.15rem #9b2c2c;
}

.hg-contact-form .hg-button {
	border-radius: 0;
	min-width: 8rem;
}

.hg-contact-form .hg-button:disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

@media (min-width: 48rem) {
	.hg-about-home {
		align-items: center;
		grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
	}

	.hg-contact-home {
		align-items: end;
		grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr);
	}

	.hg-experience-entry {
		gap: 2rem;
		grid-template-columns: minmax(9rem, 0.34fr) minmax(0, 1.66fr);
		padding-block: 2.5rem;
	}

	.hg-about-page__layout {
		align-items: start;
		grid-template-columns: minmax(0, 1.3fr) minmax(18rem, 0.7fr);
	}

	.hg-about-page > footer {
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
	}

	.hg-experience-page__section {
		grid-template-columns: minmax(11rem, 0.35fr) minmax(0, 1.65fr);
	}

	.hg-contact-page__layout {
		align-items: start;
		grid-template-columns: minmax(16rem, 0.72fr) minmax(24rem, 1.28fr);
	}
}

@media (min-width: 75rem) {
	.hg-experience-home > header {
		align-items: end;
		grid-template-columns: minmax(0, 1.5fr) minmax(20rem, 0.5fr);
	}

	.hg-experience-home > header .hg-kicker {
		grid-column: 1 / -1;
	}

	.hg-experience-home > header > p:last-child {
		margin-bottom: 0.5rem;
	}
}

@media (max-width: 37.5rem) {
	.admin-bar .hg-site-header {
		top: 46px;
	}

	.hg-hero__headline {
		font-size: clamp(3.35rem, 16.4vw, 5.1rem);
	}

	.hg-hero__line--technical {
		font-size: 0.66em;
	}
}

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

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

/* Phase 4A: Lab, Research and Voice */
.hg-inline-link {
	align-items: center;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 750;
	gap: 0.7rem;
	letter-spacing: 0.09em;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.35em;
	text-transform: uppercase;
}

.hg-lab-home,
.hg-research-home,
.hg-voice-home,
.hg-lab-page,
.hg-lab-detail,
.hg-research-page,
.hg-voice-page {
	padding-inline: max(1rem, calc((100vw - 86rem) / 2));
}

.hg-lab-home {
	background-color: var(--hg-emerald-900);
	background-image: linear-gradient(rgba(169, 188, 174, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(169, 188, 174, 0.08) 1px, transparent 1px);
	background-size: 2rem 2rem;
	color: var(--hg-cream-50);
	padding-block: clamp(5rem, 12vw, 10rem);
}

.hg-lab-home__heading {
	max-width: 46rem;
}

.hg-lab-home__heading h2 {
	font-size: clamp(3.5rem, 14vw, 8rem);
	margin: 0.15em 0 0.25em;
}

.hg-lab-home__heading > p:last-child {
	font-size: clamp(1rem, 2vw, 1.25rem);
	max-width: 40rem;
}

.hg-lab-home__bench {
	border-block: 1px solid rgba(251, 248, 241, 0.24);
	margin-block: clamp(3rem, 8vw, 6rem) 2rem;
}

.hg-lab-empty {
	align-items: center;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: auto 1fr;
	min-height: 12rem;
	padding-block: 2rem;
}

.hg-lab-empty__signal {
	background: var(--hg-brass);
	border: 0.5rem solid rgba(167, 128, 76, 0.2);
	border-radius: 50%;
	box-shadow: 0 0 0 1px var(--hg-brass);
	height: 1rem;
	width: 1rem;
}

.hg-lab-empty p {
	margin: 0;
	max-width: 38rem;
}

.hg-lab-empty strong {
	display: block;
	font-size: clamp(1.3rem, 3vw, 2rem);
	margin-bottom: 0.5rem;
}

.hg-lab-record {
	border-bottom: 1px solid rgba(251, 248, 241, 0.2);
	display: grid;
	gap: 1rem;
	grid-template-columns: 2rem minmax(0, 1fr);
	padding-block: 2rem;
}

.hg-lab-record:last-child {
	border-bottom: 0;
}

.hg-lab-record__index,
.hg-lab-record__meta {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.hg-lab-record__index {
	color: var(--hg-brass);
	margin: 0.35rem 0 0;
}

.hg-lab-record__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	opacity: 0.75;
}

.hg-lab-record h3 {
	font-size: clamp(2rem, 7vw, 4.5rem);
	margin: 0.2em 0;
}

.hg-lab-record h3 a {
	text-decoration: none;
}

.hg-research-home {
	align-items: start;
	background: var(--hg-cream-100);
	display: grid;
	gap: 4rem;
	padding-block: clamp(5rem, 12vw, 10rem);
}

.hg-research-home__intro h2 {
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(2.25rem, 7vw, 5.25rem);
	font-weight: 540;
	letter-spacing: -0.055em;
	line-height: 1.02;
	margin: 0.35em 0;
	max-width: 17ch;
}

.hg-research-home__intro > p:not(.hg-kicker) {
	max-width: 40rem;
}

.hg-research-home__path {
	border-left: 1px solid var(--hg-brass);
	display: grid;
	font-size: 0.82rem;
	font-weight: 720;
	gap: 0.7rem;
	letter-spacing: 0.05em;
	padding-left: 1.5rem;
	text-transform: uppercase;
}

.hg-research-home__path > span:nth-child(even) {
	color: var(--hg-brass);
	transform: rotate(90deg);
	transform-origin: left center;
	width: 1rem;
}

.hg-research-home__path small {
	font-weight: 500;
	letter-spacing: 0;
	margin-top: 1rem;
	max-width: 25rem;
	text-transform: none;
}

.hg-voice-home {
	background: var(--hg-ink);
	color: var(--hg-cream-50);
	display: grid;
	gap: 4rem;
	min-height: 78vh;
	padding-block: clamp(6rem, 14vw, 12rem);
	place-content: center stretch;
	transition: background-color 500ms var(--hg-ease-in-out);
}

.hg-voice-home__copy h2 {
	font-size: clamp(3.2rem, 13vw, 9rem);
	margin: 0.2em 0 0;
}

.hg-voice-home__copy h2 span {
	display: block;
}

.hg-voice-home__copy h2 span:last-child {
	color: var(--hg-sage);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 0.34em;
	font-weight: 520;
	letter-spacing: -0.04em;
	line-height: 1.2;
	margin-top: 1.2rem;
}

.hg-voice-home__controls {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.hg-voice-start {
	background: var(--hg-cream-50);
	border: 0;
	border-radius: 0;
	color: var(--hg-ink);
	cursor: pointer;
	font: inherit;
	font-size: 0.78rem;
	font-weight: 750;
	letter-spacing: 0.09em;
	min-height: 3.5rem;
	padding: 1rem 1.25rem;
	text-transform: uppercase;
}

.hg-voice-start:disabled {
	cursor: not-allowed;
	opacity: 0.6;
}

.hg-voice-start span {
	display: block;
	font-size: 0.62rem;
	font-weight: 500;
	letter-spacing: 0;
	margin-top: 0.25rem;
	text-transform: none;
}

.hg-voice-home__controls > a {
	font-size: 0.8rem;
	font-weight: 700;
	text-underline-offset: 0.35em;
}

.hg-voice-placeholder {
	color: var(--hg-sage);
	font-size: 0.78rem;
	margin: 0;
	max-width: 34rem;
}

.hg-voice-home audio,
.hg-voice-sample audio {
	accent-color: var(--hg-brass);
	max-width: 34rem;
	width: 100%;
}

.hg-voice-transcript {
	max-width: 40rem;
}

.hg-voice-transcript summary {
	cursor: pointer;
	font-size: 0.78rem;
	font-weight: 700;
	min-height: 2.75rem;
	padding-block: 0.75rem;
	text-decoration: underline;
	text-underline-offset: 0.3em;
}

.hg-voice-is-playing .hg-voice-home,
.hg-voice-is-playing .hg-voice-page {
	background: var(--hg-emerald-950);
}

.hg-lab-page,
.hg-lab-detail {
	background-color: var(--hg-emerald-900);
	background-image: linear-gradient(rgba(169, 188, 174, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(169, 188, 174, 0.07) 1px, transparent 1px);
	background-size: 2rem 2rem;
	color: var(--hg-cream-50);
	min-height: 100vh;
	padding-block: clamp(9rem, 15vw, 14rem) 8rem;
}

.hg-lab-page__header,
.hg-lab-detail > header {
	max-width: 58rem;
}

.hg-lab-page__header h1,
.hg-lab-detail h1 {
	font-size: clamp(4rem, 16vw, 10rem);
	margin: 0.12em 0 0.2em;
}

.hg-lab-page__header > p:last-child {
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	max-width: 38rem;
}

.hg-lab-status-key {
	border-block: 1px solid rgba(251, 248, 241, 0.25);
	display: grid;
	gap: 1px;
	margin-block: clamp(3rem, 8vw, 7rem);
}

.hg-lab-status-key span {
	background: rgba(8, 39, 31, 0.58);
	font-size: 0.75rem;
	padding: 1rem;
}

.hg-lab-status-key strong {
	display: block;
	font-size: 0.7rem;
	letter-spacing: 0.09em;
	margin-bottom: 0.25rem;
	text-transform: uppercase;
}

.hg-lab-empty--page {
	border-block: 1px solid rgba(251, 248, 241, 0.25);
	min-height: 18rem;
}

.hg-lab-detail > figure {
	margin: 4rem 0;
}

.hg-lab-detail > figure img {
	display: block;
	height: auto;
	max-height: 46rem;
	object-fit: cover;
	width: 100%;
}

.hg-lab-detail__media {
	max-width: 30rem;
}

.hg-lab-detail__media video {
	background: var(--hg-ink);
	display: block;
	height: auto;
	width: 100%;
}

.hg-lab-detail__media figcaption {
	color: var(--hg-cream-200);
	font-size: 0.78rem;
	line-height: 1.5;
	margin-top: 0.75rem;
}

.hg-lab-detail__record {
	border-top: 1px solid rgba(251, 248, 241, 0.25);
	margin-block: 4rem;
}

.hg-lab-detail__record section {
	border-bottom: 1px solid rgba(251, 248, 241, 0.25);
	display: grid;
	gap: 1rem;
	padding-block: 2rem;
}

.hg-lab-detail__record h2 {
	font-family: "Manrope", Arial, sans-serif;
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	margin: 0;
	text-transform: uppercase;
}

.hg-lab-detail__record p {
	margin: 0;
	max-width: 50rem;
}

.hg-research-page {
	background: var(--hg-cream-50);
	padding-block: clamp(9rem, 15vw, 14rem) 8rem;
}

.hg-research-page__header {
	max-width: 76rem;
}

.hg-research-page__header h1 {
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(2.8rem, 8vw, 7rem);
	font-weight: 520;
	letter-spacing: -0.065em;
	line-height: 0.98;
	margin: 0.25em 0;
}

.hg-research-page__header > p:not(.hg-kicker) {
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	max-width: 48rem;
}

.hg-research-context {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 2rem;
}

.hg-research-context span {
	border: 1px solid var(--hg-line);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	padding: 0.6rem 0.8rem;
	text-transform: uppercase;
}

.hg-research-overview,
.hg-research-method {
	border-block: 1px solid var(--hg-line);
	display: grid;
	gap: 2rem;
	margin-block: clamp(5rem, 12vw, 10rem);
	padding-block: clamp(3rem, 7vw, 6rem);
}

.hg-research-overview h2,
.hg-research-method h2,
.hg-research-model > header h2 {
	font-size: clamp(2.5rem, 8vw, 6rem);
	margin: 0.2em 0;
}

.hg-research-overview > p {
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	max-width: 42rem;
}

.hg-research-model > header {
	max-width: 52rem;
}

.hg-research-model__desktop {
	display: none;
}

.hg-research-model__mobile {
	margin-top: 3rem;
}

.hg-research-culture-note {
	background: var(--hg-emerald-900);
	color: var(--hg-cream-50);
	padding: 1rem;
}

.hg-research-model__mobile details {
	border-bottom: 1px solid var(--hg-line);
}

.hg-research-model__mobile summary {
	cursor: pointer;
	font-weight: 700;
	list-style-position: outside;
	min-height: 3.5rem;
	padding: 1rem 0 1rem 0.25rem;
}

.hg-research-model__mobile details p {
	margin: 0;
	padding: 0 0 1.25rem;
}

.hg-research-model__mobile ol {
	counter-reset: research-step;
	list-style: none;
	margin: 2rem 0 0;
	padding: 0;
}

.hg-research-model__mobile li {
	background: var(--hg-cream-100);
	border-left: 0.25rem solid var(--hg-brass);
	margin-bottom: 0.5rem;
	padding: 1rem;
}

.hg-research-model__mobile li small {
	display: block;
	margin-top: 0.35rem;
}

.hg-research-method__items {
	display: grid;
	gap: 1px;
	background: var(--hg-line);
}

.hg-research-method__items section {
	background: var(--hg-cream-50);
	padding: 1.5rem 0;
}

.hg-research-method__items h3 {
	font-family: "Manrope", Arial, sans-serif;
	font-size: 0.75rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hg-voice-page {
	background: var(--hg-ink);
	color: var(--hg-cream-50);
	min-height: 100vh;
	padding-block: clamp(9rem, 15vw, 14rem) 8rem;
	transition: background-color 500ms var(--hg-ease-in-out);
}

.hg-voice-page__header {
	max-width: 68rem;
}

.hg-voice-page__header h1 {
	font-size: clamp(4rem, 16vw, 11rem);
	margin: 0.1em 0 0.2em;
}

.hg-voice-page__header > p:last-child {
	color: var(--hg-sage);
	max-width: 45rem;
}

.hg-voice-categories {
	border-block: 1px solid rgba(251, 248, 241, 0.2);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.68rem;
	font-weight: 700;
	gap: 0.75rem 1.5rem;
	letter-spacing: 0.09em;
	margin-block: clamp(3rem, 8vw, 7rem);
	padding-block: 1rem;
	text-transform: uppercase;
}

.hg-voice-empty {
	align-items: start;
	border-bottom: 1px solid rgba(251, 248, 241, 0.2);
	display: grid;
	gap: 1.5rem;
	grid-template-columns: auto 1fr;
	min-height: 15rem;
	padding-block: 2rem;
}

.hg-voice-empty > span {
	color: var(--hg-brass);
	font-size: 0.72rem;
	font-weight: 700;
}

.hg-voice-empty p {
	margin: 0;
	max-width: 40rem;
}

.hg-voice-empty strong {
	display: block;
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(2rem, 7vw, 4.5rem);
	font-weight: 450;
	letter-spacing: -0.04em;
	line-height: 1;
	margin-bottom: 0.75rem;
}

.hg-voice-sample {
	border-bottom: 1px solid rgba(251, 248, 241, 0.2);
	display: grid;
	gap: 1.5rem;
	padding-block: 2.5rem;
}

.hg-voice-sample h2 {
	font-size: clamp(2rem, 6vw, 4rem);
	margin: 0.2em 0;
}

.hg-voice-sample__category,
.hg-voice-page__note {
	color: var(--hg-sage);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hg-voice-page__note {
	margin-top: 3rem;
	max-width: 40rem;
}

@media (min-width: 48rem) {
	.hg-lab-record {
		gap: 2rem;
		grid-template-columns: 4rem minmax(0, 1fr);
		padding-block: 3rem;
	}

	.hg-lab-status-key {
		grid-template-columns: repeat(4, 1fr);
	}

	.hg-lab-status-key span {
		padding: 1.25rem;
	}

	.hg-lab-detail__record section,
	.hg-research-overview,
	.hg-research-method {
		grid-template-columns: minmax(15rem, 0.65fr) minmax(0, 1.35fr);
	}

	.hg-research-home {
		grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.55fr);
	}

	.hg-research-home__path {
		align-self: center;
	}

	.hg-voice-home {
		align-items: end;
		grid-template-columns: minmax(0, 1.45fr) minmax(16rem, 0.55fr);
	}

	.hg-research-model__desktop {
		display: grid;
		gap: 2rem;
		margin-top: 4rem;
	}

	.hg-research-model__mobile {
		display: none;
	}

	.hg-research-values {
		display: grid;
		gap: 0.5rem;
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.hg-research-values button {
		background: transparent;
		border: 1px solid var(--hg-line);
		border-radius: 0;
		color: var(--hg-ink);
		cursor: pointer;
		font: inherit;
		font-size: 0.75rem;
		font-weight: 700;
		min-height: 5rem;
		padding: 1rem;
		text-align: left;
	}

	.hg-research-values button:hover,
	.hg-research-values button[aria-pressed="true"] {
		background: var(--hg-emerald-900);
		color: var(--hg-cream-50);
	}

	.hg-research-values > p {
		border-top: 0.2rem solid var(--hg-brass);
		font-size: 0.75rem;
		grid-column: 1 / -1;
		margin: 0;
		padding-top: 0.75rem;
	}

	.hg-research-flow {
		align-items: stretch;
		display: grid;
		gap: 1rem;
		grid-template-columns: minmax(9rem, 0.8fr) auto minmax(10rem, 1fr) auto minmax(16rem, 1.6fr);
	}

	.hg-research-flow > div {
		align-items: center;
		background: var(--hg-cream-100);
		display: flex;
		justify-content: center;
		min-height: 9rem;
		padding: 1.25rem;
		text-align: center;
	}

	.hg-research-flow > span {
		align-self: center;
		color: var(--hg-brass);
		font-size: 1.5rem;
	}

	.hg-research-flow__outcomes {
		align-items: stretch !important;
		display: grid !important;
		gap: 0.5rem;
		grid-template-columns: 1fr 1fr;
		text-align: left !important;
	}

	.hg-research-flow__outcomes strong,
	.hg-research-flow__outcomes small {
		grid-column: 1 / -1;
	}

	.hg-research-model__explanation {
		background: var(--hg-ink);
		color: var(--hg-cream-50);
		margin: 0;
		min-height: 5rem;
		padding: 1.25rem;
	}

	.hg-research-method__items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hg-research-method__items section {
		padding: 1.5rem;
	}

	.hg-voice-sample {
		align-items: center;
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.hg-voice-sample audio,
	.hg-voice-sample .hg-voice-transcript {
		grid-column: 1 / -1;
	}
}

@media (min-width: 75rem) {
	.hg-lab-home__heading {
		display: grid;
		gap: 1.5rem 5rem;
		grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.8fr);
		max-width: none;
	}

	.hg-lab-home__heading .hg-kicker {
		grid-column: 1 / -1;
	}

	.hg-lab-home__heading h2 {
		margin: 0;
	}

	.hg-lab-home__heading > p:last-child {
		align-self: end;
		margin: 0 0 1rem;
	}
}
