/*
Theme Name: Gertjan Janssen 2026
Theme URI: https://gertjanjanssen.nl
Author: Gertjan Janssen
Author URI: https://gertjanjanssen.nl
Description:
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: custom-wordpress-theme
*/

:root {
	--gjj-orange: #f15b30;
	--gjj-orange-deep: #eb5624;
	--gjj-cream: #f6f3ee;
	--gjj-paper: #fbf7f2;
	--gjj-ink: #111111;
	--gjj-muted: rgba(17, 17, 17, 0.66);
	--gjj-line: rgba(17, 17, 17, 0.1);
	--gjj-shadow: 0 22px 70px rgba(17, 17, 17, 0.08);
	--gjj-radius: 1.75rem;
	--type-label: clamp(0.72rem, 0.69rem + 0.16vw, 0.82rem);
	--type-nav: clamp(0.92rem, 0.89rem + 0.14vw, 1rem);
	--type-body: clamp(1rem, 0.97rem + 0.18vw, 1.08rem);
	--type-body-lg: clamp(1.08rem, 1.01rem + 0.34vw, 1.24rem);
	--type-card-title: clamp(1.35rem, 1.1rem + 1vw, 2rem);
	--type-meta: clamp(0.74rem, 0.71rem + 0.12vw, 0.82rem);
	--type-quote: clamp(3rem, 2.2rem + 3vw, 4rem);
}

html {
	scroll-behavior: smooth;
}

body.gjj-site {
	background: var(--gjj-orange);
	color: var(--gjj-ink);
	--site-header-bg: rgba(241, 91, 48, 0.9);
	--site-header-border: rgba(17, 17, 17, 0.08);
	--site-header-shadow: rgba(17, 17, 17, 0.08);
	--site-footer-bg: var(--gjj-orange);
	--site-footer-border: rgba(17, 17, 17, 0.1);
	--site-nav-link: rgba(17, 17, 17, 0.7);
	--site-nav-link-hover: rgba(17, 17, 17, 1);
	--site-footer-text: rgba(17, 17, 17, 0.82);
	--site-logo-filter: none;
	--site-toggler-filter: none;
	font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: var(--type-body);
	-webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
	font: inherit;
}

body.post-type-archive,
body.archive,
body.single {
	background: var(--gjj-cream);
}

body.page-over {
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), transparent 28%),
		radial-gradient(circle at 85% 12%, rgba(0, 73, 62, 0.18), transparent 24%),
		linear-gradient(180deg, #00b49b 0%, #00b49b 100%);
	color: #effffc;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

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

.py-lg-6 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}

.home .experiences-section,
.home .site-footer {
	background: var(--gjj-orange);
}

body.page-template-default:not(.page-over):not(.page-webdesign-archive):not(.page-grafisch-ontwerp-archive):not(.page-design-archive):not(.page-fotografie-archive):not(.portfoliohub-page) {
	background:
		radial-gradient(circle at top left, rgba(255, 227, 213, 0.18), transparent 24%),
		linear-gradient(180deg, #f15b30 0%, #f15b30 100%);
	color: #221d19;
	--site-header-bg: rgba(241, 91, 48, 0.92);
	--site-header-border: rgba(17, 17, 17, 0.1);
	--site-footer-bg: #f15b30;
	--site-footer-border: rgba(17, 17, 17, 0.12);
}

body.page.page-over {
	--site-header-bg: rgba(0, 180, 155, 0.72);
	--site-header-border: rgba(239, 255, 252, 0.14);
	--site-header-shadow: rgba(0, 73, 62, 0.16);
	--site-footer-bg: #00b49b;
	--site-footer-border: rgba(239, 255, 252, 0.16);
	--site-nav-link: rgba(239, 255, 252, 0.92);
	--site-nav-link-hover: #ffffff;
	--site-footer-text: rgba(239, 255, 252, 0.82);
	--site-logo-filter: brightness(0) invert(1);
	--site-toggler-filter: invert(1);
}

body.blog-index,
body.single-post {
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 28%),
		radial-gradient(circle at 88% 14%, rgba(61, 83, 69, 0.12), transparent 22%),
		linear-gradient(180deg, #dbe2d8 0%, #dbe2d8 100%);
	color: #24352b;
	--site-header-bg: rgba(219, 226, 216, 0.76);
	--site-header-border: rgba(36, 53, 43, 0.12);
	--site-footer-bg: #dbe2d8;
	--site-footer-border: rgba(36, 53, 43, 0.12);
	--site-nav-link: rgba(36, 53, 43, 0.88);
	--site-nav-link-hover: #0f1914;
	--site-footer-text: rgba(36, 53, 43, 0.82);
}

body.post-type-archive-ervaringen,
body.single-ervaringen {
	background:
		radial-gradient(circle at top left, rgba(255, 248, 220, 0.16), transparent 28%),
		radial-gradient(circle at 85% 12%, rgba(105, 88, 26, 0.15), transparent 24%),
		linear-gradient(180deg, #cbb356 0%, #cbb356 100%);
	color: #2f2b17;
	--site-header-bg: rgba(203, 179, 86, 0.74);
	--site-header-border: rgba(47, 43, 23, 0.12);
	--site-footer-bg: #cbb356;
	--site-footer-border: rgba(47, 43, 23, 0.12);
	--site-nav-link: rgba(47, 43, 23, 0.88);
	--site-nav-link-hover: #17140a;
	--site-footer-text: rgba(47, 43, 23, 0.82);
}

body.post-type-archive-webdesign,
body.page.page-webdesign,
body.page-template-page-webdesign,
body.page-webdesign-archive,
body.post-type-archive-portfoliohub,
body.portfoliohub-page,
body.page.page-portfoliohub,
body.page-template-page-portfoliohub,
body.post-type-archive-design,
body.post-type-archive-grafisch_ontwerp,
body.page.page-design,
body.page.page-grafisch-ontwerp,
body.page-template-page-design,
body.page-template-page-grafisch-ontwerp,
body.page-design-archive,
body.page-grafisch-ontwerp-archive,
body.post-type-archive-fotoboek,
body.page.page-fotografie,
body.page.page-fotoboek,
body.page-template-page-fotografie,
body.page-fotografie-archive,
body.single-webdesign,
body.single-design,
body.single-grafisch_ontwerp,
body.single-fotoboek {
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 30%),
		radial-gradient(circle at 85% 12%, rgba(57, 107, 109, 0.14), transparent 22%),
		linear-gradient(180deg, #bce4e5 0%, #bce4e5 100%);
	color: #173d3e;
	--site-header-bg: rgba(188, 228, 229, 0.72);
	--site-header-border: rgba(23, 61, 62, 0.12);
	--site-footer-bg: #bce4e5;
	--site-footer-border: rgba(23, 61, 62, 0.12);
	--site-nav-link: rgba(23, 61, 62, 0.88);
	--site-nav-link-hover: #0d2425;
	--site-footer-text: rgba(23, 61, 62, 0.82);
}

.site-header {
	background: var(--site-header-bg);
	border-bottom: 1px solid var(--site-header-border);
	backdrop-filter: blur(20px);
	transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

.site-header.is-scrolled {
	box-shadow: 0 18px 44px var(--site-header-shadow);
	backdrop-filter: blur(26px);
}

.gjj-navbar {
	--bs-navbar-padding-y: 1.1rem;
}

.navbar-toggler {
	filter: var(--site-toggler-filter);
}

.site-brand {
	display: inline-flex;
	align-items: center;
	font-size: clamp(1.08rem, 1rem + 0.32vw, 1.2rem);
	font-weight: 900;
	letter-spacing: -0.03em;
}

.site-brand__logo {
	display: block;
	width: clamp(10rem, 16vw, 14rem);
	height: auto;
	filter: var(--site-logo-filter);
}

.gjj-navbar .nav-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding-right: 0;
	padding-left: 0;
	font-size: var(--type-nav);
	color: var(--site-nav-link);
	transition: color 0.24s ease, opacity 0.24s ease, transform 0.24s ease;
}

.gjj-navbar .nav-item {
	list-style: none;
}

.gjj-navbar .current-menu-item > a,
.gjj-navbar .current-menu-ancestor > a,
.gjj-navbar .current-page-ancestor > a {
	color: var(--site-nav-link-hover);
}

.nav-link__label {
	display: inline-block;
}

.gjj-navbar .nav-link::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -0.2rem;
	left: 0;
	height: 1px;
	background: currentColor;
	opacity: 0;
	transform: scaleX(0.35);
	transform-origin: left center;
	transition: transform 0.28s ease, opacity 0.28s ease;
}

.gjj-navbar .nav-link:hover,
.gjj-navbar .nav-link:focus,
.gjj-navbar .nav-link[aria-expanded="true"] {
	color: var(--site-nav-link-hover);
	transform: translateY(-1px);
}

.gjj-navbar .nav-link:hover::after,
.gjj-navbar .nav-link:focus::after,
.gjj-navbar .nav-link[aria-expanded="true"]::after,
.gjj-navbar .current-menu-item > a::after,
.gjj-navbar .current-menu-ancestor > a::after,
.gjj-navbar .current-page-ancestor > a::after {
	opacity: 1;
	transform: scaleX(1);
}

.gjj-navbar .dropdown-menu {
	border: 1px solid var(--gjj-line);
	border-radius: 1rem;
	box-shadow: var(--gjj-shadow);
	padding: 0.6rem;
}

.gjj-navbar .dropdown-item {
	border-radius: 0.75rem;
	padding: 0.55rem 0.8rem;
}

.btn-pill {
	position: relative;
	overflow: hidden;
	border-radius: 999px;
	font-weight: 700;
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background-color 0.28s ease, color 0.28s ease;
}

.btn-pill::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 48%, rgba(255, 255, 255, 0) 100%);
	opacity: 0;
	transform: translateX(-28%) scaleX(0.92);
	transition: transform 0.38s ease, opacity 0.38s ease;
	pointer-events: none;
}

.btn-pill:hover,
.btn-pill:focus {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(17, 17, 17, 0.12);
}

.btn-pill:hover::before,
.btn-pill:focus::before {
	opacity: 1;
	transform: translateX(0) scaleX(1);
}

.btn.btn-outline-dark.btn-pill:hover,
.btn.btn-outline-dark.btn-pill:focus {
	background: rgba(17, 17, 17, 0.06);
	border-color: rgba(17, 17, 17, 0.32);
	color: rgba(17, 17, 17, 0.92);
}

.section-tag {
	font-size: var(--type-label);
	font-weight: 700;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.48);
}

.section-title {
	max-width: 14ch;
	font-size: clamp(2.4rem, 5vw, 4rem);
	font-weight: 900;
	line-height: 0.96;
	letter-spacing: -0.05em;
}

.section-copy,
.lead-copy,
.archive-description,
.archive-card__excerpt,
.footer-copy {
	max-width: 40rem;
	font-size: var(--type-body);
	line-height: 1.9;
	color: var(--gjj-muted);
}

.hero-section {
	min-height: calc(100vh - 84px);
}

.hero-copy {
	min-height: min(60vh, 760px);
}

.hero-title,
.over-page__title {
	max-width: 9ch;
	font-size: clamp(4rem, 11vw, 8.5rem);
	font-weight: 900;
	line-height: 0.88;
	letter-spacing: -0.08em;
}

.hero-title span {
	display: block;
}

.hero-text-wrap {
	max-width: 34rem;
}

.hero-text {
	font-size: var(--type-body-lg);
	line-height: 1.9;
	color: rgba(17, 17, 17, 0.72);
}

.page-default__hero {
	padding-top: 1rem;
	color: #221d19;
}

.page-default__title {
	max-width: 10ch;
	font-size: clamp(3.8rem, 10vw, 7.6rem);
	font-weight: 900;
	line-height: 0.9;
	letter-spacing: -0.08em;
}

.page-default__content-section {
	position: relative;
	z-index: 1;
}

.page-default__content-shell {
	position: relative;
	max-width: min(100%, 72rem);
	margin-top: 1rem;
	padding: clamp(2rem, 3vw, 3rem);
	border: 1px solid rgba(17, 17, 17, 0.08);
	background: rgba(241, 91, 48, 0.22);
}

.page-default__content-shell::before {
	content: "";
	position: absolute;
	inset: 0 auto auto 0;
	width: min(28%, 11rem);
	height: 1px;
	background: rgba(17, 17, 17, 0.12);
}

.page-default .entry-content {
	max-width: none;
}

.page-default .entry-content > * {
	max-width: 44rem;
}

.page-default .entry-content > .wpcf7,
.page-default .entry-content > form,
.page-default .entry-content > .wp-block-columns,
.page-default .entry-content > .alignwide,
.page-default .entry-content > .alignfull {
	max-width: none;
}

.page-default .entry-content > p:first-child {
	font-size: clamp(1.3rem, 1.12rem + 0.65vw, 1.7rem);
	line-height: 1.75;
	color: rgba(17, 17, 17, 0.82);
}

.page-default .entry-content p,
.page-default .entry-content li {
	font-size: var(--type-body);
	line-height: 1.95;
	color: rgba(17, 17, 17, 0.74);
}

.page-default .entry-content h2,
.page-default .entry-content h3,
.page-default .entry-content h4 {
	max-width: 18ch;
	margin-top: 2.4rem;
	margin-bottom: 1rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.05em;
}

.page-default .entry-content h2 {
	font-size: clamp(2rem, 1.7rem + 1vw, 3rem);
}

.page-default .entry-content h3 {
	font-size: clamp(1.45rem, 1.25rem + 0.6vw, 2rem);
}

.page-default .entry-content ol,
.page-default .entry-content ul {
	padding-left: 1.35rem;
	margin: 1.5rem 0 2rem;
}

.page-default .entry-content li + li {
	margin-top: 0.65rem;
}

.page-default .entry-content blockquote {
	max-width: 42rem;
	margin: 2rem 0;
	padding-left: 1.5rem;
	border-left: 2px solid rgba(17, 17, 17, 0.18);
	font-size: clamp(1.25rem, 1.05rem + 0.65vw, 1.65rem);
	line-height: 1.6;
	color: rgba(17, 17, 17, 0.82);
}

.page-default .entry-content .wpcf7 {
	margin-top: 2.5rem;
}

.page-default .entry-content .wpcf7-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem 2rem;
}

.page-default .entry-content .hidden-fields-container,
.page-default .entry-content .wpcf7-response-output,
.page-default .entry-content .akismet-fields-container {
	grid-column: 1 / -1;
}

.page-default .entry-content .wpcf7-form > .col-md-6 {
	width: auto;
	padding-bottom: 0 !important;
}

.page-default .entry-content .contact-left,
.page-default .entry-content .contact-right {
	margin-bottom: 0.5rem;
	font-size: var(--type-label);
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.54);
}

.page-default .entry-content .wpcf7-form-control-wrap {
	display: block;
}

.page-default .entry-content input[type="text"],
.page-default .entry-content input[type="email"],
.page-default .entry-content input[type="url"],
.page-default .entry-content input[type="tel"],
.page-default .entry-content input[type="number"],
.page-default .entry-content textarea,
.page-default .entry-content select {
	width: 100%;
	border: 1px solid rgba(17, 17, 17, 0.14);
	border-radius: 0;
	background: #fff;
	padding: 0.95rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #221d19;
	transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.page-default .entry-content textarea {
	min-height: 12rem;
	resize: vertical;
}

.page-default .entry-content input:focus,
.page-default .entry-content textarea:focus,
.page-default .entry-content select:focus {
	outline: 0;
	border-color: rgba(17, 17, 17, 0.32);
	box-shadow: 0 0 0 4px rgba(241, 91, 48, 0.12);
}

.page-default .entry-content .wpcf7-list-item {
	margin: 0;
}

.page-default .entry-content .wpcf7-list-item label {
	display: flex;
	gap: 0.75rem;
	align-items: flex-start;
}

.page-default .entry-content input[type="checkbox"] {
	margin-top: 0.35rem;
}

.page-default .entry-content .wpcf7-submit,
.page-default .entry-content input[type="submit"],
.page-default .entry-content button[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.5rem;
	padding: 0 1.8rem;
	border: 1px solid #111111;
	border-radius: 999px;
	background: #111111;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: -0.02em;
	transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
}

.page-default .entry-content .wpcf7-submit:hover,
.page-default .entry-content .wpcf7-submit:focus,
.page-default .entry-content input[type="submit"]:hover,
.page-default .entry-content input[type="submit"]:focus,
.page-default .entry-content button[type="submit"]:hover,
.page-default .entry-content button[type="submit"]:focus {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(17, 17, 17, 0.14);
	background: rgba(17, 17, 17, 0.92);
}

.page-default .entry-content .recaptcha {
	font-size: 0.88rem;
	line-height: 1.7;
	color: rgba(17, 17, 17, 0.5);
}

.hero-art {
	min-height: 60vh;
	border: 1px solid rgba(17, 17, 17, 0.1);
	background:
		radial-gradient(circle at top left, rgba(255, 214, 199, 0.22), transparent 26%),
		linear-gradient(180deg, #eb5624 0%, #f15b30 100%);
}

.hero-art__gradient {
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.1));
}

.hero-art__circle,
.hero-art__pill,
.hero-art__rail,
.hero-art__labels,
.hero-art__footer {
	position: absolute;
}

.hero-art__circle {
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: 999px;
}

.hero-art__circle--outline {
	left: 10%;
	top: 8%;
	width: 34%;
	height: 72%;
}

.hero-art__circle--solid {
	left: 16%;
	top: 16%;
	width: 26%;
	height: 56%;
	background: #111111;
	border-color: rgba(17, 17, 17, 0.92);
}

.hero-art__pill--small {
	left: 50%;
	top: 10%;
	width: 18%;
	height: 18%;
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: 999px;
	background: #f15b30;
}

.hero-art__pill--tall {
	left: 52%;
	top: 30%;
	width: 20%;
	height: 48%;
	border-radius: 999px 999px 2rem 2rem;
	background: #111111;
}

.hero-art__pill--wide {
	left: 28%;
	bottom: 10%;
	width: 34%;
	height: 20%;
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: 2rem;
	background: #f46840;
}

.hero-art__rail {
	right: 8%;
	top: 12%;
	width: 22%;
	height: 76%;
	border-left: 1px solid rgba(17, 17, 17, 0.12);
}

.hero-art__labels {
	right: 8%;
	top: 12%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 22%;
	height: 76%;
	padding-block: 0.25rem;
	font-size: var(--type-label);
	letter-spacing: 0.24em;
	text-align: right;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.42);
}

.hero-art__footer {
	right: 1.5rem;
	bottom: 1.5rem;
	left: 1.5rem;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1.5rem;
	border-top: 1px solid rgba(17, 17, 17, 0.12);
	padding-top: 1.25rem;
}

.hero-art__tag {
	font-size: var(--type-label);
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.42);
}

.hero-art__body {
	max-width: 16rem;
	font-size: var(--type-body);
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: -0.03em;
}

.section-split,
.contact-section {
	border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.home-work-section {
	border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.section-split__intro,
.section-split__body {
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
}

.section-split__intro {
	border-right: 1px solid rgba(17, 17, 17, 0.1);
}

.approach-flow {
	display: grid;
	gap: 1.25rem;
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.approach-flow__item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1rem;
	align-items: start;
}

.approach-flow__step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 3rem;
	height: 3rem;
	border: 1px solid rgba(17, 17, 17, 0.14);
	border-radius: 999px;
	font-size: var(--type-meta);
	font-weight: 700;
	letter-spacing: 0.18em;
	color: rgba(17, 17, 17, 0.56);
}

.approach-flow__title {
	margin: 0 0 0.35rem;
	font-size: clamp(1.08rem, 0.98rem + 0.35vw, 1.22rem);
	font-weight: 800;
	letter-spacing: -0.03em;
}

.approach-flow__text {
	max-width: 34rem;
	font-size: var(--type-body);
	line-height: 1.85;
	color: rgba(17, 17, 17, 0.7);
}

.portfolio-section,
.archive-layout,
.experiences-section {
	background: var(--gjj-cream);
}

.home .home-work-section {
	background: var(--gjj-orange);
}

.home-work-copy {
	max-width: 42rem;
}

.home-work-grid {
	align-items: stretch;
}

.home-work-story {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: clamp(19rem, 28vw, 26rem);
	border: 1px solid rgba(255, 255, 255, 0.38);
	background: transparent;
	color: #ffffff;
	transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.home-work-story--featured {
	background: rgba(17, 17, 17, 0.92);
	border-color: rgba(17, 17, 17, 0.92);
}

.home-work-story:hover,
.home-work-story:focus-within {
	transform: translateY(-4px);
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.55);
}

.home-work-story__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 1.7rem 1.7rem 1.8rem;
}

.home-work-story__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.home-work-story__index {
	font-size: clamp(0.92rem, 0.86rem + 0.2vw, 1.02rem);
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.46);
}

.home-work-story__type {
	font-size: var(--type-label);
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.58);
}

.home-work-story__title {
	font-size: clamp(1.65rem, 1.28rem + 1vw, 2.4rem);
	font-weight: 900;
	line-height: 0.96;
	letter-spacing: -0.05em;
}

.home-work-story__title a {
	color: inherit;
}

.home-work-story__excerpt {
	max-width: 30ch;
	font-size: var(--type-body);
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.86);
}

.home-work-story__link {
	margin-top: auto;
	font-size: var(--type-meta);
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.64);
}

.home-work-story__link:hover,
.home-work-story__link:focus {
	color: #ffffff;
}

.home-work-story--featured .home-work-story__type,
.home-work-story--featured .home-work-story__title,
.home-work-story--featured .home-work-story__excerpt,
.home-work-story--featured .home-work-story__link {
	color: #ffffff;
}

.home-work-story--featured .home-work-story__index {
	color: rgba(255, 255, 255, 0.36);
}

@media (max-width: 991.98px) {
	.home-work-story__body {
		padding: 1.5rem;
	}
}

.home-work-link {
	border-color: rgba(17, 17, 17, 0.24);
}

.portfolio-card {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border: 1px solid rgba(17, 17, 17, 0.1);
	background: #fff;
	transition: transform 0.42s ease, box-shadow 0.42s ease, border-color 0.42s ease;
}

.portfolio-card::after {
	content: "";
	position: absolute;
	inset: 0;
	border: 1px solid rgba(17, 17, 17, 0.12);
	opacity: 0;
	transform: scale(0.985);
	transition: opacity 0.4s ease, transform 0.4s ease;
	pointer-events: none;
}

.portfolio-card:hover,
.portfolio-card:focus-within {
	transform: translateY(-6px);
	border-color: rgba(17, 17, 17, 0.16);
	box-shadow: 0 26px 52px rgba(17, 17, 17, 0.11);
}

.portfolio-card:hover::after,
.portfolio-card:focus-within::after {
	opacity: 1;
	transform: scale(1);
}

.portfolio-card__media {
	position: relative;
	overflow: hidden;
	display: block;
	background: #ebe5dd;
}

.portfolio-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(17, 17, 17, 0.02) 0%, rgba(17, 17, 17, 0.14) 100%);
	opacity: 0;
	transition: opacity 0.42s ease;
	pointer-events: none;
}

.card-tall {
	aspect-ratio: 4 / 5;
}

.card-square {
	aspect-ratio: 4 / 4.2;
}

.card-wide {
	aspect-ratio: 16 / 8;
}

.portfolio-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s ease, filter 0.5s ease;
}

.portfolio-card:hover .portfolio-card__image,
.portfolio-card:focus-within .portfolio-card__image {
	transform: scale(1.045);
}

.portfolio-card:hover .portfolio-card__media::after,
.portfolio-card:focus-within .portfolio-card__media::after {
	opacity: 1;
}

.portfolio-card__placeholder {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	background: linear-gradient(135deg, rgba(241, 91, 48, 0.9), rgba(17, 17, 17, 0.85));
	color: #fff;
	font-size: clamp(1.5rem, 4vw, 2.5rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.05em;
	text-align: center;
}

.portfolio-card__body {
	padding: 1.4rem 1.5rem 1.5rem;
}

.portfolio-card__type {
	font-size: var(--type-nav);
	color: rgba(17, 17, 17, 0.45);
	transition: transform 0.38s ease, color 0.38s ease;
}

.portfolio-card__title,
.archive-card__title {
	font-size: var(--type-card-title);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: -0.04em;
	transition: transform 0.42s ease, color 0.42s ease;
}

.portfolio-card__title a,
.archive-card__title a {
	color: inherit;
	transition: color 0.35s ease;
}

.archive-card__excerpt {
	transition: transform 0.42s ease, color 0.42s ease;
}

.portfolio-card__link {
	flex: 0 0 auto;
	font-size: var(--type-meta);
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.5);
	transition: transform 0.38s ease, color 0.38s ease;
}

.portfolio-card:hover .portfolio-card__type,
.portfolio-card:focus-within .portfolio-card__type {
	transform: translateY(-0.2rem);
	color: rgba(17, 17, 17, 0.68);
}

.portfolio-card:hover .portfolio-card__title,
.portfolio-card:hover .archive-card__excerpt,
.portfolio-card:hover .portfolio-card__link,
.portfolio-card:focus-within .portfolio-card__title,
.portfolio-card:focus-within .archive-card__excerpt,
.portfolio-card:focus-within .portfolio-card__link {
	transform: translateY(-0.38rem);
}

.portfolio-card:hover .portfolio-card__title a,
.portfolio-card:focus-within .portfolio-card__title a {
	color: rgba(17, 17, 17, 0.96);
}

.experience-card,
.contact-card,
.empty-panel {
	height: 100%;
	border: 1px solid rgba(17, 17, 17, 0.1);
	background: var(--gjj-paper);
	padding: 2rem;
}

.experiences-panel {
	padding: 0;
	margin-top: 1.25rem;
}

.experiences-copy {
	color: rgba(17, 17, 17, 0.62);
}

.experiences-link {
	border-color: rgba(17, 17, 17, 0.2);
	background: rgba(255, 255, 255, 0.12);
}

.experiences-link:hover,
.experiences-link:focus {
	background: rgba(17, 17, 17, 0.08);
}

.experience-card__text {
	margin-bottom: 2rem;
	font-size: var(--type-body);
	line-height: 1.9;
	color: var(--gjj-muted);
}

.experience-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-color: rgba(255, 255, 255, 0.42);
	background: transparent;
	color: #fff;
}

.experience-card--featured {
	background: rgba(17, 17, 17, 0.92);
	border-color: rgba(17, 17, 17, 0.92);
	color: #fff;
}

.experience-card .experience-card__text,
.experience-card .experience-card__author {
	color: #fff;
}

.experience-card--featured .experience-card__text,
.experience-card--featured .experience-card__author,
.experience-card--featured .experience-card__quote {
	color: #fff;
}

.experience-card__quote {
	display: inline-block;
	margin-bottom: 1.2rem;
	font-size: var(--type-quote);
	font-weight: 900;
	line-height: 0.75;
	color: rgba(255, 255, 255, 0.34);
}

.experience-card__author {
	font-size: clamp(1.15rem, 1.02rem + 0.5vw, 1.35rem);
	font-weight: 800;
	letter-spacing: -0.03em;
}

.experiences-section .py-lg-6 {
	padding-top: 7rem !important;
	padding-bottom: 7rem !important;
}

.contact-section .py-lg-6 {
	padding-top: 7rem !important;
	padding-bottom: 6rem !important;
}

.contact-section__copy {
	max-width: 38rem;
}

.contact-layout {
	align-items: stretch;
}

.contact-stack {
	display: grid;
	height: 100%;
	gap: 1.5rem;
}

.contact-panel {
	height: 100%;
	border: 1px solid rgba(17, 17, 17, 0.12);
	padding: 2rem;
}

.contact-panel--primary {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: clamp(20rem, 32vw, 26rem);
	background: rgba(17, 17, 17, 0.92);
	border-color: rgba(17, 17, 17, 0.92);
	color: #ffffff;
}

.contact-panel--secondary {
	background: rgba(255, 255, 255, 0.14);
}

.contact-panel--form {
	background: rgba(255, 255, 255, 0.16);
}

.contact-panel__label {
	font-size: var(--type-label);
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.46);
}

.contact-panel--primary .contact-panel__label {
	color: rgba(255, 255, 255, 0.54);
}

.contact-panel__title {
	max-width: 100%;
	font-size: clamp(1.7rem, 1.2rem + 1.7vw, 3.2rem);
	font-weight: 900;
	line-height: 0.94;
	letter-spacing: -0.06em;
}

.contact-panel__email {
	color: inherit;
	display: inline-block;
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.contact-panel__email:hover,
.contact-panel__email:focus {
	color: inherit;
}

.contact-panel__text {
	max-width: 34rem;
	font-size: var(--type-body);
	line-height: 1.9;
	color: rgba(17, 17, 17, 0.72);
}

.contact-panel--primary .contact-panel__text {
	color: rgba(255, 255, 255, 0.88);
}

.contact-facts {
	display: grid;
	gap: 1.2rem;
}

.contact-facts--inline {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem 1.25rem;
}

.contact-fact {
	display: grid;
	gap: 0.3rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.contact-fact:first-child {
	padding-top: 0;
	border-top: 0;
}

.contact-fact__key {
	font-size: var(--type-meta);
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.42);
}

.contact-fact__value {
	font-size: clamp(1.08rem, 1rem + 0.28vw, 1.2rem);
	font-weight: 600;
	line-height: 1.65;
	color: rgba(17, 17, 17, 0.86);
}

.contact-form-fallback {
	padding: 1.1rem 1.2rem;
	border: 1px dashed rgba(17, 17, 17, 0.18);
	color: rgba(17, 17, 17, 0.72);
}

.contact-form-wrap .nf-form-cont {
	margin: 0;
}

.contact-form-wrap .nf-before-form-content,
.contact-form-wrap .nf-after-form-content,
.contact-form-wrap .nf-form-title,
.contact-form-wrap .nf-form-fields-required,
.contact-form-wrap .nf-response-msg {
	display: none;
}

.contact-form-wrap .nf-form-content {
	padding: 0;
}

.contact-form-wrap .nf-field-container {
	margin-bottom: 1rem;
}

.contact-form-wrap .nf-field-label {
	margin-bottom: 0.4rem;
}

.contact-form-wrap .nf-field-label label {
	font-size: var(--type-meta);
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.52);
}

.contact-form-wrap .ninja-forms-field {
	width: 100%;
	border: 1px solid rgba(17, 17, 17, 0.14);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.3);
	padding: 0.95rem 1rem;
	font-size: var(--type-body);
	line-height: 1.6;
	color: rgba(17, 17, 17, 0.9);
	box-shadow: none;
}

.contact-form-wrap textarea.ninja-forms-field {
	min-height: 10rem;
	resize: vertical;
}

.contact-form-wrap .ninja-forms-field:focus {
	outline: none;
	border-color: rgba(17, 17, 17, 0.3);
	background: rgba(255, 255, 255, 0.42);
}

.contact-form-wrap .submit-wrap {
	margin-bottom: 0;
}

.contact-form-wrap .submit-wrap .nf-field-element {
	display: flex;
}

.contact-form-wrap input[type="button"].ninja-forms-field,
.contact-form-wrap input[type="submit"].ninja-forms-field,
.contact-form-wrap .submit-wrap .ninja-forms-field {
	width: auto;
	border: 0;
	border-radius: 999px;
	background: #20252a;
	padding: 0.95rem 1.4rem;
	font-size: var(--type-body);
	font-weight: 700;
	color: #ffffff;
}

.contact-form-wrap input[type="button"].ninja-forms-field:hover,
.contact-form-wrap input[type="submit"].ninja-forms-field:hover,
.contact-form-wrap .submit-wrap .ninja-forms-field:hover,
.contact-form-wrap input[type="button"].ninja-forms-field:focus,
.contact-form-wrap input[type="submit"].ninja-forms-field:focus,
.contact-form-wrap .submit-wrap .ninja-forms-field:focus {
	background: #111111;
}

.contact-form-wrap .nf-error-msg,
.contact-form-wrap .ninja-forms-req-symbol {
	color: #8f2f16;
}

@media (max-width: 991.98px) {
	.contact-panel {
		padding: 1.6rem;
	}

	.contact-facts--inline {
		grid-template-columns: 1fr;
	}
}

.archive-hero,
.archive-grid-section {
	background: var(--gjj-cream);
}

.archive-grid-section .portfolio-card__body {
	display: block;
}

.blog-index__container {
	padding-inline: clamp(1.5rem, 4vw, 4.75rem);
}

.blog-index__tag,
.blog-index__panel-label,
.blog-featured__eyebrow {
	font-size: var(--type-label);
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(36, 53, 43, 0.58);
}

.blog-index__title {
	max-width: 9ch;
	font-size: clamp(3.9rem, 10vw, 7.8rem);
	font-weight: 900;
	line-height: 0.9;
	letter-spacing: -0.08em;
}

.blog-index__intro,
.blog-index__intro p {
	max-width: 40rem;
	font-size: var(--type-body-lg);
	line-height: 1.95;
	color: rgba(36, 53, 43, 0.82);
}

.blog-index__panel {
	height: 100%;
	border: 1px solid rgba(36, 53, 43, 0.12);
	background: rgba(255, 255, 255, 0.2);
	padding: 2rem;
}

.blog-index__panel-text {
	font-size: var(--type-body);
	line-height: 1.9;
	color: rgba(36, 53, 43, 0.82);
}

.blog-index__pill {
	border-color: rgba(36, 53, 43, 0.14);
	background: rgba(255, 255, 255, 0.1);
	color: rgba(36, 53, 43, 0.9);
}

.blog-index__pill:hover,
.blog-index__pill:focus {
	background: rgba(36, 53, 43, 0.08);
	color: #24352b;
}

.blog-featured,
.blog-card {
	border: 1px solid rgba(36, 53, 43, 0.12);
	background: rgba(255, 255, 255, 0.44);
	backdrop-filter: blur(8px);
}

.blog-featured__media,
.blog-card__media {
	display: block;
	background: rgba(36, 53, 43, 0.08);
	overflow: hidden;
}

.blog-featured__media {
	height: 100%;
	min-height: 22rem;
}

.blog-card__media {
	aspect-ratio: 16 / 10;
}

.blog-featured__image,
.blog-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.65s ease;
}

.blog-featured:hover .blog-featured__image,
.blog-card:hover .blog-card__image {
	transform: scale(1.03);
}

.blog-featured__placeholder,
.blog-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 2rem;
	background: linear-gradient(135deg, rgba(36, 53, 43, 0.9), rgba(128, 149, 133, 0.72));
	color: #f5f8f3;
	font-size: clamp(1.6rem, 2vw, 2.3rem);
	font-weight: 900;
	line-height: 0.96;
	letter-spacing: -0.05em;
	text-align: center;
}

.blog-featured__body,
.blog-card__body {
	padding: clamp(1.5rem, 2.2vw, 2.4rem);
}

.blog-featured__title,
.blog-card__title {
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: -0.05em;
}

.blog-featured__title {
	font-size: clamp(2rem, 1.4rem + 2vw, 3.4rem);
	max-width: 11ch;
}

.blog-card__title {
	font-size: clamp(1.6rem, 1.22rem + 1vw, 2.25rem);
	max-width: 12ch;
}

.blog-featured__meta,
.blog-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 1.2rem;
	font-size: var(--type-meta);
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(36, 53, 43, 0.54);
}

.blog-featured__excerpt,
.blog-card__excerpt {
	font-size: var(--type-body);
	line-height: 1.95;
	color: rgba(36, 53, 43, 0.82);
}

.blog-featured__link,
.blog-card__link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: var(--type-meta);
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(36, 53, 43, 0.74);
}

.blog-featured__link:hover,
.blog-featured__link:focus,
.blog-card__link:hover,
.blog-card__link:focus {
	color: #24352b;
}

.blog-index__pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.blog-index__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.8rem;
	height: 2.8rem;
	padding: 0 1rem;
	border: 1px solid rgba(36, 53, 43, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.22);
	color: rgba(36, 53, 43, 0.88);
}

.blog-index__pagination .page-numbers.current,
.blog-index__pagination .page-numbers:hover,
.blog-index__pagination .page-numbers:focus {
	background: #24352b;
	color: #f5f8f3;
}

@media (min-width: 1600px) {
	.blog-index__container {
		padding-inline: 6rem;
	}
}

@media (max-width: 1199.98px) {
	.blog-index__panel {
		margin-top: 0.5rem;
	}

	.blog-featured__media {
		min-height: 18rem;
	}
}

.blog-single__container {
	padding-inline: clamp(1.5rem, 4vw, 4.75rem);
}

.blog-single__hero {
	position: relative;
	overflow: hidden;
	padding-top: clamp(1rem, 2vw, 1.5rem);
}

.blog-single__hero::before,
.blog-single__hero::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

.blog-single__hero::before {
	top: clamp(2rem, 4vw, 4rem);
	right: clamp(-6rem, -2vw, -2rem);
	width: clamp(16rem, 26vw, 28rem);
	height: clamp(16rem, 26vw, 28rem);
	background: radial-gradient(circle, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0) 72%);
}

.blog-single__hero::after {
	left: clamp(-8rem, -3vw, -3rem);
	bottom: clamp(-5rem, -2vw, -1rem);
	width: clamp(14rem, 22vw, 22rem);
	height: clamp(14rem, 22vw, 22rem);
	background: radial-gradient(circle, rgba(36, 53, 43, 0.08) 0%, rgba(36, 53, 43, 0) 74%);
}

.blog-single__tag,
.blog-single__panel-label,
.blog-single__section-tag {
	position: relative;
	z-index: 1;
	font-size: var(--type-label);
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(36, 53, 43, 0.58);
}

.blog-single__title {
	position: relative;
	z-index: 1;
	max-width: 10ch;
	font-size: clamp(3.6rem, 9vw, 7rem);
	font-weight: 900;
	line-height: 0.9;
	letter-spacing: -0.08em;
}

.blog-single__intro,
.blog-single__intro p {
	position: relative;
	z-index: 1;
	max-width: 42rem;
	font-size: var(--type-body-lg);
	line-height: 1.95;
	color: rgba(36, 53, 43, 0.82);
}

.blog-single__panel {
	position: relative;
	z-index: 1;
	height: 100%;
	border: 1px solid rgba(36, 53, 43, 0.14);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.18) 100%);
	padding: 2rem;
	box-shadow: 0 24px 60px rgba(36, 53, 43, 0.08);
}

.blog-single__meta li + li {
	margin-top: 1rem;
}

.blog-single__meta span {
	display: block;
	margin-bottom: 0.25rem;
	font-size: var(--type-meta);
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(36, 53, 43, 0.56);
}

.blog-single__meta strong {
	font-size: var(--type-body);
	font-weight: 600;
	color: rgba(36, 53, 43, 0.9);
}

.blog-single__media-frame {
	overflow: hidden;
	border: 1px solid rgba(36, 53, 43, 0.12);
	box-shadow: 0 28px 70px rgba(36, 53, 43, 0.08);
}

.blog-single__media {
	width: 100%;
	height: auto;
	max-height: min(72vh, 980px);
	object-fit: cover;
}

.blog-single__content {
	padding: clamp(1.8rem, 3vw, 3.2rem);
	border: 1px solid rgba(36, 53, 43, 0.12);
	background: rgba(255, 255, 255, 0.58);
	font-size: var(--type-body);
	line-height: 2;
	color: rgba(36, 53, 43, 0.92);
	box-shadow: 0 24px 60px rgba(36, 53, 43, 0.06);
}

.blog-single__content > *:last-child {
	margin-bottom: 0;
}

.blog-single__content > p:first-of-type {
	font-size: clamp(1.25rem, 1.06rem + 0.6vw, 1.65rem);
	line-height: 1.9;
	color: rgba(36, 53, 43, 0.88);
}

.blog-single__content > p:first-of-type::first-letter {
	float: left;
	margin: 0.14em 0.14em 0 0;
	font-size: clamp(3.7rem, 4.2vw, 5.4rem);
	font-weight: 900;
	line-height: 0.8;
	color: #24352b;
}

.blog-single__content h2,
.blog-single__content h3,
.blog-single__content h4 {
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.blog-single__content h2 {
	font-size: clamp(1.85rem, 1.42rem + 1.6vw, 2.9rem);
	margin-top: 2.5rem;
}

.blog-single__content h3 {
	font-size: clamp(1.45rem, 1.18rem + 0.9vw, 2rem);
	margin-top: 2rem;
}

.blog-single__content p,
.blog-single__content ul,
.blog-single__content ol,
.blog-single__content blockquote {
	max-width: 42rem;
}

.blog-single__content blockquote {
	padding-left: 1.25rem;
	border-left: 2px solid rgba(36, 53, 43, 0.2);
	font-size: var(--type-body-lg);
	line-height: 1.8;
	color: rgba(36, 53, 43, 0.72);
}

.blog-single__content img {
	width: 100%;
	height: auto;
}

.blog-single__section-title {
	max-width: 15ch;
	font-size: clamp(1.9rem, 1.45rem + 1.5vw, 3rem);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: -0.05em;
}

.blog-single__post-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.blog-single__post-nav-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 11rem;
	padding: 1.75rem;
	border: 1px solid rgba(36, 53, 43, 0.14);
	background: rgba(255, 255, 255, 0.26);
	color: inherit;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.blog-single__post-nav-item:hover,
.blog-single__post-nav-item:focus {
	transform: translateY(-4px);
	background: rgba(255, 255, 255, 0.42);
	border-color: rgba(36, 53, 43, 0.2);
	box-shadow: 0 18px 40px rgba(36, 53, 43, 0.08);
	color: inherit;
}

.blog-single__post-nav-item--next {
	text-align: right;
	align-items: flex-end;
}

.blog-single__post-nav-item--empty {
	visibility: hidden;
	pointer-events: none;
}

.blog-single__post-nav-label {
	font-size: var(--type-label);
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(36, 53, 43, 0.55);
}

.blog-single__post-nav-title {
	max-width: 18ch;
	font-size: clamp(1.45rem, 1.22rem + 0.7vw, 1.95rem);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.04em;
}

@media (min-width: 1600px) {
	.blog-single__container {
		padding-inline: 6rem;
	}
}

@media (max-width: 1199.98px) {
	.blog-single__panel {
		margin-top: 0.5rem;
	}
}

@media (max-width: 767.98px) {
	.blog-single__post-nav {
		grid-template-columns: 1fr;
	}

	.blog-single__post-nav-item--next {
		text-align: left;
		align-items: flex-start;
	}

	.blog-single__post-nav-item--empty {
		display: none;
	}
}

.footer-label,
.footer-meta {
	font-size: var(--type-meta);
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--site-footer-text);
}

.site-footer {
	border-top: 1px solid var(--site-footer-border);
	background: var(--site-footer-bg);
}

.site-footer,
.site-footer a,
.footer-copy {
	color: var(--site-footer-text);
}

.footer-logo-link {
	line-height: 0;
}

.footer-logo {
	display: block;
	width: clamp(10rem, 14vw, 13rem);
	height: auto;
	filter: var(--site-logo-filter);
}

.ervaringen-archive__tag,
.ervaringen-archive__panel-label {
	font-size: var(--type-label);
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(47, 43, 23, 0.58);
}

.ervaringen-archive__title {
	max-width: 9ch;
	font-size: clamp(4rem, 11vw, 8.5rem);
	font-weight: 900;
	line-height: 0.88;
	letter-spacing: -0.08em;
}

.ervaringen-archive__intro,
.ervaringen-archive__intro p {
	max-width: 36rem;
	font-size: var(--type-body-lg);
	line-height: 1.95;
	color: rgba(47, 43, 23, 0.84);
}

.ervaringen-archive__panel {
	height: 100%;
	border: 1px solid rgba(47, 43, 23, 0.14);
	background: rgba(120, 101, 28, 0.12);
	backdrop-filter: blur(10px);
	padding: 2rem;
}

.ervaringen-archive__panel-text {
	font-size: var(--type-body);
	line-height: 1.9;
	color: rgba(47, 43, 23, 0.84);
}

.ervaringen-archive__grid-section {
	color: #2f2b17;
}

.ervaringen-archive__masonry {
	opacity: 0;
	transition: opacity 0.2s ease;
}

.ervaringen-archive__masonry.is-ready {
	opacity: 1;
}

.ervaringen-card {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid rgba(47, 43, 23, 0.14);
	background: rgba(255, 251, 236, 0.18);
	padding: 2rem;
	backdrop-filter: blur(8px);
}

.ervaringen-card--featured {
	background: rgba(47, 43, 23, 0.9);
	border-color: rgba(47, 43, 23, 0.9);
	color: #f8f4de;
}

.ervaringen-card__quote {
	display: inline-block;
	margin-bottom: 1.2rem;
	font-size: var(--type-quote);
	font-weight: 900;
	line-height: 0.75;
	color: rgba(47, 43, 23, 0.22);
}

.ervaringen-card--featured .ervaringen-card__quote {
	color: rgba(248, 244, 222, 0.34);
}

.ervaringen-card__content {
	font-size: var(--type-body);
	line-height: 1.95;
}

.ervaringen-card__content p:last-child {
	margin-bottom: 0;
}

.ervaringen-card__content,
.ervaringen-card__author,
.ervaringen-card__author a {
	color: rgba(47, 43, 23, 0.9);
}

.ervaringen-card--featured .ervaringen-card__content,
.ervaringen-card--featured .ervaringen-card__author,
.ervaringen-card--featured .ervaringen-card__author a {
	color: #f8f4de;
}

.ervaringen-card__footer {
	margin-top: 2rem;
}

.ervaringen-card__author {
	font-size: clamp(1.15rem, 1.02rem + 0.5vw, 1.35rem);
	font-weight: 800;
	letter-spacing: -0.03em;
}

.portfolio-hub__tag,
.portfolio-hub__panel-label {
	font-size: var(--type-label);
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(23, 61, 62, 0.58);
}

.portfolio-hub__title {
	max-width: 8ch;
	font-size: clamp(4rem, 11vw, 8.5rem);
	font-weight: 900;
	line-height: 0.88;
	letter-spacing: -0.08em;
}

.portfolio-hub__intro,
.portfolio-hub__intro p {
	max-width: 36rem;
	font-size: var(--type-body-lg);
	line-height: 1.95;
	color: rgba(23, 61, 62, 0.82);
}

.portfolio-hub__panel {
	height: 100%;
	border: 1px solid rgba(23, 61, 62, 0.12);
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	padding: 2rem;
}

.portfolio-hub__hero {
	padding-top: 1rem;
}

.portfolio-hub__panel-text {
	font-size: var(--type-body);
	line-height: 1.9;
	color: rgba(23, 61, 62, 0.82);
}

.portfolio-hub__pill {
	border-color: rgba(23, 61, 62, 0.16);
	background: rgba(255, 255, 255, 0.12);
	color: rgba(23, 61, 62, 0.88);
}

.portfolio-hub__pill:hover,
.portfolio-hub__pill:focus {
	background: rgba(23, 61, 62, 0.08);
	color: #173d3e;
}

.portfolio-hub__grid-section {
	color: #173d3e;
}

.portfolio-hub__container {
	padding-inline: clamp(1.5rem, 4vw, 4.75rem);
}

.portfolio-hub__grid-container {
	padding-inline: clamp(0.75rem, 1.5vw, 1.5rem);
}

.portfolio-hub__grid {
	align-items: start;
}

.portfolio-hub__home-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.portfolio-hub__card {
	position: relative;
	border: 0;
	background: rgba(249, 255, 255, 0.04);
	backdrop-filter: none;
	box-shadow: none;
	border-radius: 0;
}

.portfolio-hub__card:hover,
.portfolio-hub__card:focus-within {
	transform: none;
	box-shadow: none;
}

.portfolio-hub__grid-item {
	padding: 0;
}

@media (min-width: 1600px) {
	.portfolio-hub__container {
		padding-inline: 6rem;
	}
}

@media (max-width: 1199.98px) {
	.portfolio-hub__panel {
		margin-top: 0.5rem;
	}
}

.portfolio-hub__card .portfolio-card__media {
	background: rgba(23, 61, 62, 0.08);
}

.portfolio-hub__media {
	position: relative;
	isolation: isolate;
	aspect-ratio: 16 / 9;
}

.portfolio-hub__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(23, 61, 62, 0.05) 0%, rgba(23, 61, 62, 0.72) 100%);
	opacity: 0.22;
	transition: opacity 0.38s ease, background 0.38s ease;
}

.portfolio-hub__card .portfolio-card__placeholder {
	background: linear-gradient(135deg, rgba(23, 61, 62, 0.9), rgba(89, 160, 163, 0.8));
}

.portfolio-hub__card .portfolio-card__image {
	filter: grayscale(1);
	transition: transform 0.8s ease, filter 0.45s ease;
}

.portfolio-hub__card-overlay {
	position: absolute;
	right: 1.25rem;
	bottom: 1.2rem;
	left: 1.25rem;
	z-index: 1;
	pointer-events: none;
	transition: transform 0.38s ease;
}

.portfolio-hub__card-type,
.portfolio-hub__card-title {
	color: #ffffff;
	transform: translateY(1.2rem);
	opacity: 0;
	transition: transform 0.38s ease, opacity 0.38s ease;
}

.portfolio-hub__card-type {
	font-size: var(--type-meta);
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	transition-delay: 0.03s;
}

.portfolio-hub__card-title {
	font-size: clamp(1.35rem, 1.05rem + 1vw, 2rem);
	font-weight: 900;
	line-height: 0.96;
	letter-spacing: -0.05em;
	max-width: 10ch;
	transition-delay: 0.08s;
}

.portfolio-hub__card:hover .portfolio-card__image,
.portfolio-hub__card:focus-within .portfolio-card__image {
	transform: scale(1.04);
	filter: grayscale(0);
}

.portfolio-hub__card:hover .portfolio-hub__media::after,
.portfolio-hub__card:focus-within .portfolio-hub__media::after {
	opacity: 1;
	background: linear-gradient(180deg, rgba(23, 61, 62, 0.08) 0%, rgba(23, 61, 62, 0.84) 100%);
}

.portfolio-hub__card:hover .portfolio-hub__card-overlay,
.portfolio-hub__card:focus-within .portfolio-hub__card-overlay {
	transform: translateY(-0.3rem);
}

.portfolio-hub__card:hover .portfolio-hub__card-type,
.portfolio-hub__card:hover .portfolio-hub__card-title,
.portfolio-hub__card:focus-within .portfolio-hub__card-type,
.portfolio-hub__card:focus-within .portfolio-hub__card-title {
	transform: translateY(0);
	opacity: 1;
}

.js-enabled .reveal-on-scroll {
	opacity: 0;
	transform: translate3d(0, 2rem, 0) scale(0.985);
	transition:
		opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
		transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
	will-change: opacity, transform;
}

.js-enabled .reveal-on-scroll.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

.js-enabled .hero-art.reveal-on-scroll {
	transform: translate3d(0, 2.3rem, 0) scale(0.97);
}

.js-enabled .portfolio-hub__grid-item.reveal-on-scroll,
.js-enabled .home-work-story.reveal-on-scroll,
.js-enabled .experience-card.reveal-on-scroll,
.js-enabled .contact-panel.reveal-on-scroll,
.js-enabled .blog-card.reveal-on-scroll,
.js-enabled .portfolio-card.reveal-on-scroll {
	transform: translate3d(0, 2rem, 0) scale(0.975);
}

@media (hover: none) {
	.portfolio-hub__card .portfolio-card__image {
		filter: grayscale(0.2);
	}

	.portfolio-hub__media::after {
		opacity: 0.92;
	}

	.portfolio-hub__card-type,
	.portfolio-hub__card-title {
		transform: translateY(0);
		opacity: 1;
	}
}

@media (max-width: 991.98px) {
	.portfolio-hub__grid-container {
		padding-inline: 0.5rem;
	}

	.portfolio-hub__card-overlay {
		right: 0.9rem;
		bottom: 0.85rem;
		left: 0.9rem;
	}

	.portfolio-hub__card-title {
		font-size: clamp(1.1rem, 0.95rem + 1vw, 1.55rem);
		max-width: 9ch;
	}
}

.work-single__container {
	padding-inline: clamp(1.5rem, 4vw, 4.75rem);
}

.work-single__tag,
.work-single__panel-label {
	font-size: var(--type-label);
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

body.single-webdesign .work-single__tag,
body.single-webdesign .work-single__panel-label,
body.single-design .work-single__tag,
body.single-design .work-single__panel-label,
body.single-grafisch_ontwerp .work-single__tag,
body.single-grafisch_ontwerp .work-single__panel-label,
body.single-fotoboek .work-single__tag,
body.single-fotoboek .work-single__panel-label {
	color: rgba(23, 61, 62, 0.58);
}

body.single-ervaringen .work-single__tag,
body.single-ervaringen .work-single__panel-label {
	color: rgba(47, 43, 23, 0.62);
}

.work-single__title {
	max-width: 9ch;
	font-size: clamp(3.6rem, 9vw, 7rem);
	font-weight: 900;
	line-height: 0.9;
	letter-spacing: -0.07em;
}

.work-single__intro,
.work-single__intro p {
	max-width: 42rem;
	font-size: var(--type-body-lg);
	line-height: 1.9;
}

body.single-webdesign .work-single__intro,
body.single-webdesign .work-single__intro p,
body.single-design .work-single__intro,
body.single-design .work-single__intro p,
body.single-grafisch_ontwerp .work-single__intro,
body.single-grafisch_ontwerp .work-single__intro p,
body.single-fotoboek .work-single__intro,
body.single-fotoboek .work-single__intro p {
	color: rgba(23, 61, 62, 0.82);
}

body.single-ervaringen .work-single__intro,
body.single-ervaringen .work-single__intro p {
	color: rgba(47, 43, 23, 0.84);
}

.work-single__panel {
	height: 100%;
	padding: 2rem;
}

body.single-webdesign .work-single__panel,
body.single-design .work-single__panel,
body.single-grafisch_ontwerp .work-single__panel,
body.single-fotoboek .work-single__panel {
	border: 1px solid rgba(23, 61, 62, 0.12);
	background: rgba(255, 255, 255, 0.2);
}

body.single-ervaringen .work-single__panel {
	border: 1px solid rgba(47, 43, 23, 0.14);
	background: rgba(120, 101, 28, 0.12);
}

.work-single__meta li + li {
	margin-top: 1rem;
}

.work-single__meta span {
	display: block;
	margin-bottom: 0.25rem;
	font-size: var(--type-meta);
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.work-single__meta strong,
.work-single__meta a {
	font-size: var(--type-body);
	font-weight: 600;
}

body.single-webdesign .work-single__meta span,
body.single-webdesign .work-single__meta strong,
body.single-webdesign .work-single__meta a,
body.single-design .work-single__meta span,
body.single-design .work-single__meta strong,
body.single-design .work-single__meta a,
body.single-grafisch_ontwerp .work-single__meta span,
body.single-grafisch_ontwerp .work-single__meta strong,
body.single-grafisch_ontwerp .work-single__meta a,
body.single-fotoboek .work-single__meta span,
body.single-fotoboek .work-single__meta strong,
body.single-fotoboek .work-single__meta a {
	color: rgba(23, 61, 62, 0.88);
}

body.single-ervaringen .work-single__meta span,
body.single-ervaringen .work-single__meta strong,
body.single-ervaringen .work-single__meta a {
	color: rgba(47, 43, 23, 0.88);
}

.work-single__media-frame {
	overflow: hidden;
	border-radius: 0.25rem;
}

body.single-webdesign .work-single__media-frame,
body.single-design .work-single__media-frame,
body.single-grafisch_ontwerp .work-single__media-frame,
body.single-fotoboek .work-single__media-frame {
	border: 1px solid rgba(23, 61, 62, 0.12);
	box-shadow: 0 28px 70px rgba(23, 61, 62, 0.08);
}

body.single-ervaringen .work-single__media-frame {
	border: 1px solid rgba(47, 43, 23, 0.14);
	box-shadow: 0 28px 70px rgba(47, 43, 23, 0.08);
}

.work-single__media {
	width: 100%;
	height: auto;
	max-height: min(72vh, 980px);
	object-fit: cover;
}

.work-single__content {
	padding: clamp(1.75rem, 3vw, 3rem);
	font-size: var(--type-body);
	line-height: 1.95;
}

.work-single__content > *:last-child {
	margin-bottom: 0;
}

.work-single__content h2,
.work-single__content h3,
.work-single__content h4 {
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.05;
}

.work-single__content h2 {
	font-size: clamp(1.8rem, 1.4rem + 1.6vw, 2.8rem);
}

.work-single__content h3 {
	font-size: clamp(1.4rem, 1.18rem + 0.9vw, 2rem);
}

.work-single__content img {
	width: 100%;
	height: auto;
}

body.single-webdesign .work-single__content,
body.single-design .work-single__content,
body.single-grafisch_ontwerp .work-single__content,
body.single-fotoboek .work-single__content {
	border: 1px solid rgba(23, 61, 62, 0.12);
	background: rgba(255, 255, 255, 0.56);
	color: rgba(23, 61, 62, 0.9);
}

body.single-ervaringen .work-single__content {
	border: 1px solid rgba(47, 43, 23, 0.14);
	background: rgba(255, 251, 236, 0.28);
	color: rgba(47, 43, 23, 0.92);
}

@media (min-width: 1600px) {
	.work-single__container {
		padding-inline: 6rem;
	}
}

@media (max-width: 1199.98px) {
	.work-single__panel {
		margin-top: 0.5rem;
	}
}

.test-webdesign-case__container {
	padding-inline: clamp(1.5rem, 4vw, 4.75rem);
}

.test-webdesign-case {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% -12%, rgba(255, 255, 255, 0.3), transparent 34%),
		radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.11), transparent 42%),
		radial-gradient(circle at 18% 52%, rgba(216, 244, 245, 0.26), transparent 30%),
		radial-gradient(circle at 84% 44%, rgba(216, 244, 245, 0.18), transparent 28%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0) 24%),
		linear-gradient(180deg, #d9f2f3 0%, #c5ebec 32%, #bce4e5 72%, #b6e0e2 100%);
}

.test-webdesign-case__hero {
	position: relative;
	z-index: 2;
}

.test-webdesign-case::before,
.test-webdesign-case::after {
	content: "";
	position: absolute;
	inset: auto;
	pointer-events: none;
	z-index: -1;
}

.test-webdesign-case::before {
	display: none;
}

.test-webdesign-case::after {
	right: -10vw;
	top: 10rem;
	width: min(42rem, 34vw);
	height: min(42rem, 34vw);
	background: radial-gradient(circle, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
}

.test-webdesign-case__tag,
.test-webdesign-case__facts-label,
.test-webdesign-case__story-label {
	font-size: var(--type-label);
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(23, 61, 62, 0.58);
}

.test-webdesign-case__title {
	max-width: 8ch;
	font-size: clamp(3.9rem, 8vw, 7.2rem);
	font-weight: 900;
	line-height: 0.9;
	letter-spacing: -0.07em;
}

.test-webdesign-case__intro,
.test-webdesign-case__intro p {
	max-width: 42rem;
	font-size: var(--type-body-lg);
	line-height: 1.9;
	color: rgba(23, 61, 62, 0.82);
}

.test-webdesign-case__facts {
	height: 100%;
	max-width: 24rem;
	margin-top: clamp(1rem, 4vw, 4rem);
	margin-left: auto;
	padding: clamp(1.6rem, 2.8vw, 2.25rem);
	border: 1px solid rgba(23, 61, 62, 0.12);
	background:
		linear-gradient(180deg, rgba(245, 252, 252, 0.74), rgba(232, 248, 249, 0.54));
	backdrop-filter: blur(14px);
	box-shadow:
		0 18px 48px rgba(23, 61, 62, 0.035),
		inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.test-webdesign-case__facts-list li + li {
	margin-top: 1.15rem;
}

.test-webdesign-case__facts-list span {
	display: block;
	margin-bottom: 0.25rem;
	font-size: var(--type-meta);
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(23, 61, 62, 0.62);
}

.test-webdesign-case__facts-list strong {
	display: block;
	font-size: var(--type-body);
	font-weight: 700;
	color: rgba(23, 61, 62, 0.92);
}

.test-webdesign-case__facts-link {
	margin-top: 0.15rem;
}

.test-webdesign-case__scene {
	position: relative;
	margin-top: clamp(-3rem, -2.2vw, -1rem);
	padding: 0;
	min-height: clamp(24rem, 42vw, 42rem);
	isolation: isolate;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.test-webdesign-case__scene::before,
.test-webdesign-case__scene::after {
	content: "";
	position: absolute;
	pointer-events: none;
	z-index: 0;
}

.test-webdesign-case__scene::before {
	left: 50%;
	top: clamp(2rem, 2.8vw, 3rem);
	width: min(72rem, 80vw);
	height: min(38rem, 42vw);
	transform: translateX(-50%);
	border: 1px solid rgba(23, 61, 62, 0.06);
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.03) 54%, rgba(255, 255, 255, 0) 78%);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.1),
		0 0 140px rgba(255, 255, 255, 0.08);
}

.test-webdesign-case__scene::after {
	left: 50%;
	bottom: clamp(1rem, 1.5vw, 1.5rem);
	width: min(78rem, 88vw);
	height: clamp(6rem, 7vw, 7rem);
	transform: translateX(-50%);
	background:
		radial-gradient(circle at 50% 15%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.1) 46%, rgba(255, 255, 255, 0) 72%);
	filter: blur(14px);
}

.test-webdesign-case__shape {
	position: absolute;
	pointer-events: none;
	z-index: 0;
}

.test-webdesign-case__shape--left {
	display: block;
	left: min(-8rem, -5vw);
	bottom: clamp(1.5rem, 3vw, 3rem);
	width: clamp(18rem, 30vw, 34rem);
	height: clamp(14rem, 20vw, 22rem);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08));
	clip-path: polygon(0 100%, 0 36%, 36% 0, 100% 100%);
	filter: blur(0.5px);
	opacity: 0.9;
}

.test-webdesign-case__shape--halo {
	inset: auto;
	left: 50%;
	top: clamp(2rem, 3vw, 3rem);
	width: min(62rem, 72vw);
	height: min(32rem, 38vw);
	transform: translateX(-50%);
	border: 1px solid rgba(23, 61, 62, 0.05);
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
	box-shadow:
		0 0 90px rgba(255, 255, 255, 0.07),
		inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.test-webdesign-case__shape--right {
	display: block;
	right: min(-9rem, -6vw);
	bottom: clamp(1rem, 2vw, 2rem);
	width: clamp(22rem, 34vw, 40rem);
	height: clamp(12rem, 16vw, 18rem);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.04));
	clip-path: polygon(0 100%, 18% 14%, 100% 0, 100% 100%);
	filter: blur(0.5px);
	opacity: 0.88;
}

.test-webdesign-case__mockup {
	position: relative;
	z-index: 2;
	display: block;
	width: min(98%, 106rem);
	max-width: none;
	margin-inline: auto;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	filter: drop-shadow(0 18px 42px rgba(23, 61, 62, 0.06));
}

.test-webdesign-case__story {
	position: relative;
	z-index: 2;
	margin-top: clamp(-0.5rem, -0.8vw, 0rem);
}

.test-webdesign-case__story-block {
	padding: clamp(1.5rem, 2.4vw, 2rem);
	border-left: 1px solid rgba(23, 61, 62, 0.16);
	background: transparent;
}

.test-webdesign-case__story-title {
	max-width: 15ch;
	font-size: clamp(1.55rem, 1.28rem + 1.1vw, 2.2rem);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.04em;
	color: rgba(23, 61, 62, 0.96);
}

.test-webdesign-case__story-block p:last-child {
	margin-bottom: 0;
	font-size: var(--type-body);
	line-height: 1.9;
	color: rgba(23, 61, 62, 0.82);
}

.test-webdesign-case__story-copy p {
	font-size: var(--type-body);
	line-height: 1.9;
	color: rgba(23, 61, 62, 0.82);
}

.test-webdesign-case__story-copy > *:last-child {
	margin-bottom: 0;
}

.test-webdesign-case__story .col-lg-4:first-child .test-webdesign-case__story-block {
	border-left: 0;
	padding-left: 0.15rem;
}

@media (min-width: 1600px) {
	.test-webdesign-case__container {
		padding-inline: 6rem;
	}
}

@media (max-width: 1199.98px) {
	.test-webdesign-case__facts {
		max-width: none;
		margin-top: 0.75rem;
	}

	.test-webdesign-case__shape--halo {
		width: min(46rem, 86vw);
		height: min(24rem, 48vw);
	}

	.test-webdesign-case__scene {
		margin-top: clamp(-1rem, -1vw, 0rem);
		min-height: clamp(18rem, 46vw, 30rem);
	}

	.test-webdesign-case__mockup {
		width: min(100%, 72rem);
		margin-left: 0;
	}
}

@media (max-width: 767.98px) {
	.test-webdesign-case::before,
	.test-webdesign-case::after,
	.test-webdesign-case__shape--left,
	.test-webdesign-case__shape--right {
		display: none;
	}

	.test-webdesign-case__shape--halo {
		top: 1.5rem;
		width: 92vw;
		height: 56vw;
	}

	.test-webdesign-case__scene::after {
		width: 96vw;
		height: 5rem;
		bottom: 0.5rem;
	}

	.test-webdesign-case__mockup {
		width: 108%;
		margin-left: -4%;
	}

	.test-webdesign-case__story-title {
		max-width: none;
	}

	.test-webdesign-case__story-block {
		padding-left: 0;
		border-left: 0;
		border-top: 1px solid rgba(23, 61, 62, 0.16);
		padding-top: 1.5rem;
	}
}


.over-page__tag,
.over-page__panel-label {
	font-size: var(--type-label);
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(232, 255, 250, 0.68);
}

.over-page__intro {
	max-width: 36rem;
	font-size: var(--type-body-lg);
	line-height: 1.95;
	color: rgba(239, 255, 252, 0.82);
}

.over-page__panel {
	height: 100%;
	border: 1px solid rgba(239, 255, 252, 0.26);
	background: rgba(0, 94, 79, 0.22);
	backdrop-filter: blur(10px);
	padding: 2rem;
}

.over-page__portrait {
	margin: 0;
}

.over-page__portrait-image {
	width: 100%;
	max-width: min(100%, 25rem);
	height: auto;
	object-fit: contain;
	mix-blend-mode: multiply;
	filter: contrast(1.08);
}

.over-page__portrait--content {
	position: sticky;
	top: 7rem;
	display: flex;
	justify-content: flex-end;
	padding-top: 0.35rem;
}

.over-page__panel-text {
	font-size: var(--type-body);
	line-height: 1.9;
	color: rgba(239, 255, 252, 0.84);
}

.over-content-section {
	color: #effffc;
}

.over-article {
	margin-top: 2rem;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.over-article__content {
	padding: 0;
	font-size: var(--type-body);
	line-height: 2;
}

.over-article__content > * {
	max-width: 42rem;
}

.over-article__content h2,
.over-article__content h3,
.over-article__content h4 {
	max-width: 18ch;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.04em;
	color: #effffc;
}

.over-article__content h2 {
	font-size: clamp(2rem, 4vw, 3rem);
	margin-top: 3rem;
	margin-bottom: 1rem;
}

.over-article__content p,
.over-article__content li {
	color: rgba(239, 255, 252, 0.9);
}

.over-article__content strong {
	color: #ffffff;
}

.over-article__content a {
	color: #ffffff;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.14em;
}

.over-article__content figure,
.over-article__content .wp-block-image,
.over-article__content .wp-block-gallery {
	max-width: none;
}

.over-article__content blockquote {
	max-width: 34rem;
	margin: 2.5rem 0;
	padding-left: 1.5rem;
	border-left: 2px solid rgba(239, 255, 252, 0.32);
	font-size: 1.15rem;
	color: rgba(255, 255, 255, 0.92);
}

.wp-block-image img,
.entry-content img {
	height: auto;
	max-width: 100%;
}

.pagination .nav-links,
.page-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.pagination .page-numbers,
.page-links a,
.page-links > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.75rem;
	height: 2.75rem;
	padding: 0 1rem;
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-radius: 999px;
	background: #fff;
}

.pagination .current,
.page-links > span {
	background: #111;
	color: #fff;
}

@media (max-width: 991.98px) {
	.section-split__intro {
		border-right: 0;
		border-bottom: 1px solid rgba(17, 17, 17, 0.1);
	}

	.hero-copy {
		min-height: auto;
	}

	.hero-art {
		min-height: 34rem;
	}

	.page-default__content-shell {
		margin-top: 0;
	}

	.page-default .entry-content .wpcf7-form {
		grid-template-columns: 1fr;
	}

	.gjj-navbar .navbar-collapse {
		padding-top: 1rem;
	}
}

@media (max-width: 767.98px) {
	.hero-title {
		font-size: clamp(3.4rem, 18vw, 5.5rem);
	}

	.hero-art {
		min-height: 28rem;
	}

	body.page-template-default:not(.page-over):not(.page-webdesign-archive):not(.page-grafisch-ontwerp-archive):not(.page-design-archive):not(.page-fotografie-archive):not(.portfoliohub-page) {
		background:
			radial-gradient(circle at top left, rgba(255, 227, 213, 0.16), transparent 28%),
			linear-gradient(180deg, #f15b30 0%, #f15b30 100%);
	}

	.page-default__content-shell {
		padding: 1.5rem 1.25rem;
	}

	.page-default .entry-content > * {
		max-width: none;
	}

	.hero-art__footer {
		flex-direction: column;
		align-items: flex-start;
	}

	.section-title {
		max-width: none;
	}

	.portfolio-card__body {
		flex-direction: column;
		align-items: flex-start !important;
	}

	.experiences-panel {
		padding: 0;
		margin-top: 0.5rem;
	}

	.over-page__title {
		max-width: none;
	}

	.over-page__portrait--content {
		position: static;
		justify-content: flex-start;
		padding-top: 0;
	}

	.over-article {
		margin-top: 1rem;
	}
}
