/*
Theme Name: Human Habit Studio
Theme URI: https://humanhabit.be
Author: Human Habit
Description: Volledig bewerkbaar WordPress block theme voor Human Habit. Pagina's, header, footer, teksten en beelden zijn aanpasbaar met Gutenberg.
Version: 3.1.1
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: human-habit-studio
*/

@font-face {
	font-family: "Geist";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("assets/fonts/geist-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Geist";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("assets/fonts/geist-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
	--hh-ink: #0c0c0c;
	--hh-charcoal: #292929;
	--hh-stone: #9f9f9f;
	--hh-stone-dark: #6e6e6e;
	--hh-logo-gray: #898987;
	--hh-aubergine: #562140;
	--hh-aubergine-deep: #3f1732;
	--hh-aubergine-wash: #eee2e9;
	--hh-petrol: #0e6469;
	--hh-petrol-deep: #084e53;
	--hh-petrol-light: #86b9b7;
	--hh-petrol-wash: #e2efed;
	--hh-paper: #f7f6f1;
	--hh-paper-deep: #eceae3;
	--hh-white: #fff;
	--hh-line: rgba(12, 12, 12, 0.2);
	--hh-shell: min(100% - 48px, 1220px);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body,
.editor-styles-wrapper {
	margin: 0;
	background: var(--hh-paper);
	color: var(--hh-ink);
	font-family: "Geist", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}

body {
	overflow-x: hidden;
}

.wp-site-blocks {
	overflow: clip;
}

.wp-block-post-content {
	margin-block-start: 0;
}

.hh-page-shell,
body.page .wp-site-blocks > main.wp-block-group {
	width: 100%;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.hh-page-shell > .wp-block-post-content,
body.page .wp-site-blocks > main.wp-block-group > .wp-block-post-content {
	width: 100%;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.wp-block-post-content > * {
	margin-block-start: 0;
}

a {
	color: inherit;
	text-underline-offset: 4px;
}

button,
input,
textarea {
	font: inherit;
}

img {
	display: block;
	max-width: 100%;
}

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

.hh-site-header {
	position: relative;
	z-index: 20;
	border-bottom: 1px solid var(--hh-ink);
	background: rgba(247, 246, 241, 0.98);
}

.hh-header-inner {
	width: var(--hh-shell);
	min-height: 112px;
	margin: 0 auto;
}

.hh-header-inner .wp-block-site-logo,
.hh-header-inner .wp-block-site-logo a {
	display: flex;
	align-items: center;
}

.hh-header-inner .wp-block-site-logo img {
	width: 144px;
	height: auto;
}

.hh-main-nav {
	gap: clamp(22px, 2.8vw, 44px);
}

.hh-main-nav .wp-block-navigation-item__content {
	position: relative;
	padding: 12px 0;
	color: var(--hh-ink);
	font-size: 13px;
	font-weight: 650;
	letter-spacing: 0.09em;
	text-decoration: none;
	text-transform: uppercase;
}

.hh-main-nav .wp-block-navigation-item:not(.hh-nav-cta) > .wp-block-navigation-item__content::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 7px;
	left: 0;
	height: 1px;
	background: var(--hh-petrol);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.hh-main-nav .wp-block-navigation-item:not(.hh-nav-cta) > .wp-block-navigation-item__content:hover::after,
.hh-main-nav .wp-block-navigation-item:not(.hh-nav-cta) > .wp-block-navigation-item__content:focus-visible::after {
	transform: scaleX(1);
	transform-origin: left;
}

.hh-main-nav .hh-nav-cta > .wp-block-navigation-item__content {
	min-height: 46px;
	padding: 0 20px;
	border: 1px solid var(--hh-aubergine);
	background: var(--hh-aubergine);
	color: var(--hh-white);
	display: inline-flex;
	align-items: center;
	transition: background 160ms ease, border-color 160ms ease;
}

.hh-main-nav .hh-nav-cta > .wp-block-navigation-item__content::after,
.hh-actions .wp-block-button:not(.hh-button-outline) .wp-block-button__link::after,
.hh-contact-form .wp-element-button::after,
.hh-contact-detail a::after,
.hh-arrow-link a::after {
	content: "\2197\FE0E";
	font-family: "Segoe UI Symbol", "Noto Sans Symbols 2", Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant-emoji: text;
	font-weight: 400;
	line-height: 1;
}

.hh-main-nav .hh-nav-cta > .wp-block-navigation-item__content::after {
	margin-left: 0.5em;
}

.hh-contact-detail a::after {
	margin-left: 0.35em;
}

.hh-main-nav .hh-nav-cta > .wp-block-navigation-item__content:hover,
.hh-main-nav .hh-nav-cta > .wp-block-navigation-item__content:focus-visible {
	border-color: var(--hh-petrol);
	background: var(--hh-petrol);
}

.hh-home-hero {
	border-bottom: 1px solid var(--hh-ink);
}

.hh-home-hero > .wp-block-columns {
	min-height: 650px;
	margin-bottom: 0;
	gap: 0;
}

.hh-hero-copy {
	padding: clamp(76px, 9vw, 132px) clamp(48px, 7vw, 110px) clamp(76px, 9vw, 132px) max(24px, calc((100vw - 1220px) / 2));
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hh-eyebrow {
	margin: 0 0 28px;
	color: var(--hh-stone-dark);
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.4;
	text-transform: uppercase;
}

.hh-eyebrow::before {
	content: "";
	width: 11px;
	height: 11px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--hh-petrol);
}

.hh-title-xl {
	max-width: 790px;
	margin: 0 0 34px;
	font-size: clamp(62px, 7.6vw, 116px);
	font-weight: 610;
	letter-spacing: -0.07em;
	line-height: 0.88;
}

.hh-hero-copy .hh-title-xl {
	font-size: clamp(57px, 6.2vw, 94px);
}

.hh-lead {
	max-width: 620px;
	margin: 0 0 39px;
	color: var(--hh-charcoal);
	font-size: clamp(18px, 1.55vw, 23px);
	line-height: 1.58;
}

.hh-actions {
	gap: 22px;
}

.hh-actions .wp-block-button__link,
.hh-contact-form .wp-element-button {
	min-height: 50px;
	padding: 14px 21px;
	border: 1px solid var(--hh-aubergine);
	border-radius: 0;
	background: var(--hh-aubergine);
	color: var(--hh-white);
	display: inline-flex;
	align-items: center;
	gap: 24px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.2;
	text-transform: uppercase;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.hh-actions .wp-block-button__link:hover,
.hh-actions .wp-block-button__link:focus-visible,
.hh-contact-form .wp-element-button:hover,
.hh-contact-form .wp-element-button:focus-visible {
	border-color: var(--hh-petrol);
	background: var(--hh-petrol);
	color: var(--hh-white);
}

.hh-actions .hh-button-outline .wp-block-button__link {
	border: 0;
	border-bottom: 1px solid var(--hh-petrol);
	background: transparent;
	color: var(--hh-petrol-deep);
}

.hh-actions .hh-button-outline .wp-block-button__link:hover,
.hh-actions .hh-button-outline .wp-block-button__link:focus-visible {
	border-bottom-color: var(--hh-aubergine);
	background: transparent;
	color: var(--hh-aubergine);
}

.hh-hero-image {
	min-height: 650px;
}

.hh-hero-image .wp-block-cover__image-background {
	filter: grayscale(18%) saturate(88%);
}

.hh-hero-image::after {
	content: "";
	position: absolute;
	inset: 24px;
	z-index: 2;
	border: 1px solid rgba(226, 239, 237, 0.8);
	pointer-events: none;
}

.hh-section {
	padding-top: 120px;
	padding-bottom: 130px;
}

.hh-section-wide {
	width: var(--hh-shell);
	margin-right: auto;
	margin-left: auto;
}

.hh-kicker {
	margin-bottom: 50px;
	color: var(--hh-aubergine);
	display: flex;
	align-items: center;
	gap: 18px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.hh-kicker::after {
	content: "";
	height: 1px;
	flex: 1;
	background: linear-gradient(90deg, rgba(86, 33, 64, 0.7), rgba(14, 100, 105, 0.45), transparent);
}

.hh-intro-columns {
	gap: clamp(70px, 10vw, 160px);
}

.hh-section-title {
	max-width: 720px;
	margin: 0;
	font-size: clamp(44px, 5.4vw, 78px);
	font-weight: 610;
	letter-spacing: -0.06em;
	line-height: 0.98;
}

.hh-intro-columns .hh-section-title {
	max-width: 500px;
	font-size: clamp(42px, 4vw, 66px);
	line-height: 1.04;
}

.hh-prose {
	color: var(--hh-charcoal);
}

.hh-prose p {
	margin: 0 0 24px;
	line-height: 1.78;
}

.hh-prose-large p {
	font-size: clamp(18px, 1.55vw, 22px);
	line-height: 1.72;
}

.hh-offers {
	border-top: 1px solid var(--hh-ink);
	background: var(--hh-petrol-wash);
}

.hh-offers-heading {
	margin-bottom: 74px;
	gap: clamp(52px, 8vw, 110px);
}

.hh-offers-heading > .wp-block-column:last-child {
	display: flex;
	align-items: flex-end;
}

.hh-offers-heading .hh-section-title {
	margin-top: 20px;
}

.hh-offers-intro {
	max-width: 410px;
	margin-bottom: 0;
	color: var(--hh-charcoal);
	font-size: 17px;
	line-height: 1.65;
}

.hh-offer-list {
	border-top: 1px solid var(--hh-ink);
}

.hh-offer-row {
	min-height: 150px;
	margin: 0;
	padding: 30px 0;
	border-bottom: 1px solid var(--hh-ink);
	align-items: center !important;
	gap: 26px;
	transition: background 160ms ease;
}

.hh-offer-row:hover {
	background: rgba(255, 255, 255, 0.48);
}

.hh-offer-row .hh-number {
	margin: 0;
	color: var(--hh-aubergine);
	font-size: 12px;
	font-weight: 700;
}

.hh-offer-row h3 {
	margin: 0;
	font-size: clamp(25px, 2.4vw, 36px);
	font-weight: 590;
	letter-spacing: -0.04em;
	line-height: 1.1;
}

.hh-offer-row .hh-offer-copy {
	max-width: 480px;
	margin: 0;
	color: var(--hh-charcoal);
	line-height: 1.58;
}

.hh-arrow-link {
	width: 50px;
	height: 50px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid var(--hh-petrol);
	color: var(--hh-petrol-deep);
	display: grid;
	place-items: center;
	transition: background 160ms ease, color 160ms ease;
}

.hh-arrow-link a {
	width: 100%;
	height: 100%;
	color: inherit;
	display: grid;
	place-items: center;
	text-decoration: none;
}

.hh-arrow-link:hover,
.hh-arrow-link:focus-within {
	background: var(--hh-petrol);
	color: var(--hh-white);
}

.hh-offer-row:nth-child(odd) .hh-arrow-link {
	border-color: var(--hh-aubergine);
	color: var(--hh-aubergine);
}

.hh-offer-row:nth-child(odd) .hh-arrow-link:hover,
.hh-offer-row:nth-child(odd) .hh-arrow-link:focus-within {
	background: var(--hh-aubergine);
	color: var(--hh-white);
}

.hh-statement {
	padding: clamp(100px, 11vw, 170px) max(24px, calc((100vw - 1050px) / 2));
	background: var(--hh-aubergine-wash);
	color: var(--hh-aubergine-deep);
	text-align: center;
}

.hh-wave {
	width: min(310px, 72vw);
	margin: 0 auto 52px;
}

.hh-statement blockquote {
	max-width: 1050px;
	margin: 0 auto 46px;
	padding: 0;
	border: 0;
	font-size: clamp(38px, 4.4vw, 64px);
	font-weight: 560;
	letter-spacing: -0.055em;
	line-height: 1.05;
}

.hh-statement blockquote p {
	margin: 0;
}

.hh-inline-link {
	padding: 7px 0;
	border-bottom: 1px solid var(--hh-petrol);
	color: var(--hh-petrol-deep);
	display: inline-flex;
	gap: 22px;
	font-size: 14px;
	font-weight: 650;
	text-decoration: none;
}

.hh-cta {
	padding: 104px max(24px, calc((100vw - 1220px) / 2));
	background: var(--hh-petrol-wash);
}

.hh-cta > .wp-block-columns {
	margin: 0;
	gap: clamp(70px, 10vw, 160px);
}

.hh-cta .hh-section-title {
	font-size: clamp(45px, 5vw, 72px);
	line-height: 1.02;
}

.hh-cta-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}

.hh-cta-copy > p {
	max-width: 480px;
	margin: 0 0 32px;
	color: var(--hh-charcoal);
	font-size: 18px;
	line-height: 1.65;
}

.hh-page-hero {
	min-height: 530px;
	padding: 105px max(24px, calc((100vw - 1220px) / 2)) 86px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid var(--hh-ink);
	background: linear-gradient(112deg, var(--hh-paper) 0 64%, var(--hh-aubergine-wash) 64% 82%, var(--hh-petrol-wash) 82%);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hh-page-hero .hh-title-xl {
	max-width: 980px;
}

.hh-page-hero .hh-lead {
	margin-bottom: 0;
}

.hh-page-wave {
	width: clamp(280px, 32vw, 470px);
	position: absolute;
	right: 6vw;
	bottom: 26px;
	transform: rotate(-5deg);
}

.hh-programme-list {
	width: var(--hh-shell);
	margin: 0 auto;
	padding-bottom: 140px;
}

.hh-programme {
	margin: 0;
	padding: 58px 0 64px;
	border-top: 1px solid var(--hh-ink);
	gap: clamp(28px, 5vw, 74px);
}

.hh-programme:last-of-type {
	border-bottom: 1px solid var(--hh-ink);
}

.hh-programme-index {
	margin: 0;
	color: var(--hh-aubergine);
	font-size: 12px;
	font-weight: 700;
}

.hh-programme-kicker {
	margin: 0 0 16px;
	color: var(--hh-petrol-deep);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.11em;
	line-height: 1.5;
	text-transform: uppercase;
}

.hh-programme h2 {
	margin: 0;
	font-size: clamp(34px, 3.2vw, 51px);
	font-weight: 600;
	letter-spacing: -0.05em;
	line-height: 1.03;
}

.hh-programme-body > p {
	margin: 0 0 22px;
	color: var(--hh-charcoal);
	font-size: 17px;
	line-height: 1.72;
}

.hh-info-line {
	margin: 0;
	padding: 18px 0;
	border-top: 1px solid var(--hh-line);
	display: grid;
	grid-template-columns: 76px 1fr;
	gap: 18px;
}

.hh-info-line:last-of-type {
	border-bottom: 1px solid var(--hh-line);
}

.hh-info-line > p:first-child {
	margin: 0;
	color: var(--hh-aubergine);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hh-info-line > p:last-child {
	margin: 0;
	line-height: 1.6;
}

.hh-note,
.hh-small-print {
	color: var(--hh-stone-dark) !important;
	font-size: 14px !important;
}

.hh-small-print {
	max-width: 760px;
	margin: 34px 0 0 auto;
	line-height: 1.7;
}

.hh-profile {
	width: var(--hh-shell);
	margin: 0 auto;
	padding: 130px 0 150px;
	align-items: flex-start !important;
	gap: clamp(65px, 9vw, 145px);
}

.hh-profile-card {
	margin: 0;
	padding: 18px;
	position: sticky;
	top: 34px;
	border: 1px solid rgba(86, 33, 64, 0.32);
	background: var(--hh-aubergine-wash);
	color: var(--hh-aubergine-deep);
}

.hh-profile-card figure {
	margin: 0 0 16px;
	aspect-ratio: 4 / 5;
	overflow: hidden;
}

.hh-profile-card figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 16% center;
}

.hh-profile-label {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.hh-profile-label::before {
	content: "";
	width: 13px;
	height: 13px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--hh-logo-gray);
}

.hh-profile-copy h2 {
	margin: 0 0 44px;
	font-size: clamp(42px, 4.8vw, 68px);
	font-weight: 600;
	letter-spacing: -0.055em;
	line-height: 1.04;
}

.hh-profile-copy p {
	font-size: 18px;
}

.hh-contact-layout {
	width: var(--hh-shell);
	margin: 0 auto;
	padding: 120px 0 150px;
	align-items: flex-start !important;
	gap: clamp(65px, 9vw, 145px);
}

.hh-contact-details {
	display: grid;
	gap: 0;
}

.hh-contact-detail {
	margin: 0;
	padding: 0 0 30px;
	border-bottom: 1px solid var(--hh-ink);
}

.hh-contact-detail + .hh-contact-detail {
	padding-top: 30px;
}

.hh-detail-label {
	margin: 0 0 11px;
	color: var(--hh-petrol-deep);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hh-contact-detail > p:last-child {
	margin: 0;
	font-size: 18px;
	line-height: 1.55;
}

.hh-contact-detail a {
	text-decoration: none;
}

.hh-cancellation {
	margin-top: 42px;
	padding: 26px;
	border: 1px solid var(--hh-line);
	background: var(--hh-petrol-wash);
}

.hh-cancellation p:last-child {
	margin-bottom: 0;
	color: var(--hh-charcoal);
	font-size: 14px;
	line-height: 1.7;
}

.hh-form-card {
	margin: 0;
	padding: clamp(30px, 5vw, 64px);
	border: 1px solid var(--hh-ink);
	background: var(--hh-white);
}

.hh-form-card h2 {
	margin-top: 0;
	font-size: clamp(34px, 3vw, 48px);
	letter-spacing: -0.04em;
}

.hh-contact-form-wrap {
	margin-top: 35px;
}

.hh-form-notice {
	margin: 0 0 28px;
	padding: 16px 18px;
	border: 1px solid var(--hh-petrol);
	background: var(--hh-petrol-wash);
}

.hh-form-notice.is-error {
	border-color: var(--hh-aubergine);
	background: var(--hh-aubergine-wash);
}

.hh-honeypot {
	position: absolute !important;
	left: -9999px !important;
}

.hh-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.hh-form-grid label:last-child {
	grid-column: 1 / -1;
}

.hh-contact-form label > span,
.hh-contact-form legend {
	display: block;
	margin-bottom: 11px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hh-contact-form input[type="text"],
.hh-contact-form input[type="email"],
.hh-contact-form input[type="tel"],
.hh-contact-form textarea {
	width: 100%;
	padding: 13px 0;
	border: 0;
	border-bottom: 1px solid var(--hh-ink);
	border-radius: 0;
	outline: none;
	background: transparent;
}

.hh-contact-form input:focus,
.hh-contact-form textarea:focus {
	border-bottom-width: 2px;
}

.hh-contact-form fieldset {
	margin: 54px 0 46px;
	padding: 0;
	border: 0;
}

.hh-choice-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.hh-choice {
	position: relative;
}

.hh-choice input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.hh-choice span {
	min-height: 46px;
	margin: 0 !important;
	padding: 11px 14px;
	border: 1px solid var(--hh-line);
	display: flex !important;
	align-items: center;
	font-size: 12px !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	transition: background 160ms ease, color 160ms ease;
}

.hh-choice input:checked + span {
	border-color: var(--hh-petrol);
	background: var(--hh-petrol);
	color: var(--hh-white);
}

.hh-choice input:focus-visible + span {
	outline: 2px solid var(--hh-aubergine);
	outline-offset: 2px;
}

.hh-contact-form textarea {
	padding: 15px;
	border: 1px solid var(--hh-ink);
	resize: vertical;
}

.hh-privacy-choice {
	margin-top: 24px;
	display: block;
}

.hh-form-submit {
	margin-top: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.hh-form-submit p {
	max-width: 340px;
	margin: 0;
	color: var(--hh-stone-dark);
	font-size: 13px;
}

.hh-collaboration {
	width: var(--hh-shell);
	margin: 0 auto;
	padding: 130px 0 150px;
	align-items: flex-start !important;
	gap: clamp(70px, 10vw, 160px);
}

.hh-collaboration-aside {
	margin: 0;
	padding: 36px;
	position: sticky;
	top: 34px;
	border: 1px solid var(--hh-petrol-deep);
	background: var(--hh-petrol-deep);
	color: var(--hh-white);
}

.hh-collab-dot {
	width: 32px;
	height: 32px;
	margin: 0 0 55px;
	border-radius: 50%;
	background: var(--hh-aubergine-wash);
}

.hh-collaboration-aside p:not(.hh-collab-dot) {
	margin: 0;
	padding: 14px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.28);
	font-size: 14px;
	font-weight: 650;
}

.hh-collaboration-copy {
	max-width: 760px;
}

.hh-collaboration-copy h2 {
	margin: 70px 0 28px;
	font-size: clamp(44px, 5vw, 70px);
	font-weight: 600;
	letter-spacing: -0.055em;
	line-height: 1;
}

.hh-legal {
	width: min(100% - 48px, 850px);
	margin: 0 auto;
	padding: 100px 0 130px;
}

.hh-legal h1 {
	font-size: clamp(48px, 7vw, 84px);
	letter-spacing: -0.06em;
}

.hh-legal h2 {
	margin-top: 48px;
}

.hh-site-footer {
	padding: 80px max(24px, calc((100vw - 1220px) / 2)) 30px;
	border-top: 1px solid var(--hh-ink);
	background: var(--hh-paper);
}

.hh-footer-main {
	margin: 0;
	padding-bottom: 80px;
	gap: 70px;
}

.hh-footer-brand .wp-block-site-logo img {
	width: 180px;
}

.hh-footer-brand p {
	color: var(--hh-petrol-deep);
	font-size: 14px;
}

.hh-footer-label {
	margin: 0 0 20px;
	color: var(--hh-aubergine);
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hh-footer-links {
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
}

.hh-footer-links a {
	text-decoration: none;
}

.hh-footer-links a:hover,
.hh-footer-links a:focus-visible {
	text-decoration: underline;
}

.hh-footer-bottom {
	padding-top: 25px;
	border-top: 1px solid var(--hh-line);
	color: var(--hh-stone-dark);
	font-size: 12px;
}

.hh-footer-bottom p {
	margin: 0;
}

@media (max-width: 980px) {
	:root {
		--hh-shell: min(100% - 36px, 760px);
	}

	.hh-header-inner {
		min-height: 92px;
	}

	.hh-header-inner .wp-block-site-logo img {
		width: 115px;
	}

	.hh-home-hero > .wp-block-columns {
		display: block;
	}

	.hh-hero-copy {
		min-height: 590px;
		padding: 86px max(18px, calc((100vw - 760px) / 2));
	}

	.hh-hero-image {
		min-height: 480px !important;
	}

	.hh-intro-columns,
	.hh-offers-heading,
	.hh-profile,
	.hh-contact-layout,
	.hh-collaboration,
	.hh-cta > .wp-block-columns {
		flex-wrap: wrap !important;
		gap: 50px;
	}

	.hh-intro-columns > .wp-block-column,
	.hh-offers-heading > .wp-block-column,
	.hh-profile > .wp-block-column,
	.hh-contact-layout > .wp-block-column,
	.hh-collaboration > .wp-block-column,
	.hh-cta > .wp-block-columns > .wp-block-column {
		flex-basis: 100% !important;
	}

	.hh-offer-row {
		flex-wrap: wrap !important;
	}

	.hh-offer-row > .wp-block-column:nth-child(1) {
		flex-basis: 44px !important;
	}

	.hh-offer-row > .wp-block-column:nth-child(2) {
		flex-basis: calc(100% - 80px) !important;
	}

	.hh-offer-row > .wp-block-column:nth-child(3) {
		margin-left: 70px;
		flex-basis: calc(100% - 140px) !important;
	}

	.hh-offer-row > .wp-block-column:nth-child(4) {
		flex-basis: 50px !important;
	}

	.hh-programme {
		flex-wrap: wrap !important;
	}

	.hh-programme > .wp-block-column:first-child {
		flex-basis: 44px !important;
	}

	.hh-programme > .wp-block-column:nth-child(2) {
		flex-basis: calc(100% - 80px) !important;
	}

	.hh-programme > .wp-block-column:last-child {
		margin-left: 70px;
		flex-basis: calc(100% - 70px) !important;
	}

	.hh-profile-card,
	.hh-collaboration-aside {
		position: relative;
		top: auto;
	}

	.hh-profile-card {
		width: min(100%, 520px);
	}

	.hh-collaboration-aside {
		display: grid;
		grid-template-columns: auto 1fr 1fr 1fr;
		align-items: center;
		gap: 16px;
	}

	.hh-collab-dot {
		margin: 0;
	}

	.hh-collaboration-aside p:not(.hh-collab-dot) {
		padding: 0;
		border: 0;
	}

	.hh-footer-main {
		gap: 40px;
	}
}

@media (max-width: 700px) {
	:root {
		--hh-shell: calc(100% - 32px);
	}

	.hh-header-inner {
		padding: 14px 0;
	}

	.hh-main-nav .wp-block-navigation__responsive-container-open {
		min-width: 82px;
		min-height: 44px;
		border: 1px solid var(--hh-ink);
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.hh-main-nav .wp-block-navigation__responsive-container.is-menu-open {
		padding: 32px 24px;
		background: var(--hh-paper);
	}

	.hh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		align-items: flex-start;
	}

	.hh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		width: 100%;
		align-items: stretch;
		gap: 0;
	}

	.hh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
		border-bottom: 1px solid var(--hh-line);
	}

	.hh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
		width: 100%;
		padding: 16px 0;
		font-size: 16px;
	}

	.hh-main-nav .wp-block-navigation__responsive-container.is-menu-open .hh-nav-cta {
		margin-top: 22px;
		border: 0;
	}

	.hh-main-nav .wp-block-navigation__responsive-container.is-menu-open .hh-nav-cta > .wp-block-navigation-item__content {
		width: auto;
		padding: 0 20px;
	}

	.hh-hero-copy {
		min-height: 550px;
		padding-top: 70px;
		padding-bottom: 74px;
	}

	.hh-hero-copy .hh-title-xl {
		font-size: 54px;
	}

	.hh-hero-image {
		min-height: 390px !important;
	}

	.hh-section {
		padding-top: 84px;
		padding-bottom: 92px;
	}

	.hh-section-title,
	.hh-intro-columns .hh-section-title {
		font-size: 43px;
	}

	.hh-offers-heading {
		margin-bottom: 48px;
	}

	.hh-offer-row {
		padding: 28px 0;
		gap: 12px 18px;
	}

	.hh-offer-row > .wp-block-column:nth-child(3) {
		margin-left: 62px;
		flex-basis: calc(100% - 62px) !important;
	}

	.hh-offer-row > .wp-block-column:nth-child(4) {
		margin-left: 62px;
	}

	.hh-arrow-link {
		margin-left: 0;
	}

	.hh-statement {
		padding-top: 92px;
		padding-bottom: 100px;
	}

	.hh-statement blockquote {
		font-size: 36px;
	}

	.hh-cta {
		padding-top: 78px;
		padding-bottom: 84px;
	}

	.hh-cta .hh-section-title {
		font-size: 43px;
	}

	.hh-page-hero {
		min-height: 470px;
		padding-top: 85px;
	}

	.hh-page-hero .hh-title-xl {
		font-size: 58px;
	}

	.hh-page-wave {
		width: 260px;
		opacity: 0.25;
	}

	.hh-programme {
		padding: 42px 0 48px;
		gap: 22px 14px;
	}

	.hh-programme h2 {
		font-size: 36px;
	}

	.hh-programme > .wp-block-column:last-child {
		margin-left: 58px;
		flex-basis: calc(100% - 58px) !important;
	}

	.hh-programme-list {
		padding-bottom: 90px;
	}

	.hh-profile,
	.hh-contact-layout,
	.hh-collaboration {
		padding-top: 84px;
		padding-bottom: 92px;
	}

	.hh-profile-copy h2 {
		font-size: 42px;
	}

	.hh-form-card {
		padding: 28px 20px;
	}

	.hh-form-grid,
	.hh-choice-grid {
		grid-template-columns: 1fr;
	}

	.hh-form-grid label:last-child {
		grid-column: auto;
	}

	.hh-form-submit {
		align-items: flex-start;
		flex-direction: column;
	}

	.hh-collaboration-aside {
		display: block;
	}

	.hh-collab-dot {
		margin-bottom: 34px;
	}

	.hh-collaboration-aside p:not(.hh-collab-dot) {
		padding: 12px 0;
		border-top: 1px solid rgba(255, 255, 255, 0.28);
	}

	.hh-footer-main {
		flex-wrap: wrap !important;
	}

	.hh-footer-main > .wp-block-column {
		flex-basis: 100% !important;
	}

	.hh-footer-bottom {
		align-items: flex-start !important;
		flex-direction: column;
	}
}

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

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