@font-face {
	font-family: "Big Shoulders";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/big-shoulders-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;
}

@font-face {
	font-family: "Big Shoulders";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/big-shoulders-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: "Rubik";
	font-style: normal;
	font-weight: 300 900;
	font-display: swap;
	src: url("../fonts/rubik-arabic.woff2") format("woff2");
	unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EEBB;
}

@font-face {
	font-family: "Rubik";
	font-style: normal;
	font-weight: 300 900;
	font-display: swap;
	src: url("../fonts/rubik-hebrew.woff2") format("woff2");
	unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

@font-face {
	font-family: "Rubik";
	font-style: normal;
	font-weight: 300 900;
	font-display: swap;
	src: url("../fonts/rubik-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;
}

@font-face {
	font-family: "Rubik";
	font-style: normal;
	font-weight: 300 900;
	font-display: swap;
	src: url("../fonts/rubik-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;
}

:root {
	--jfeld-primary: #0138b8;
	--jfeld-accent: #00baf3;
	--jfeld-dark: #000;
	--jfeld-text: #fff;
	--jfeld-line: rgb(255 255 255 / 20%);
	--jfeld-panel: rgb(0 0 0 / 16%);
	--jfeld-radius-lg: 30px;
	--jfeld-radius-md: 20px;
	--jfeld-content: 1400px;
	--jfeld-gutter: 34px;
	--jfeld-shadow: 0 8px 16px rgb(0 0 0 / 18%);
	--jfeld-header-height: 140px;
	--jfeld-admin-bar-height: 0px;
	--jfeld-frame-width: 10px;
	--jfeld-frame-radius: 20px;
	--jfeld-landing-bottom-gap: 34px;
}

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

html {
	background: var(--jfeld-dark);
	scroll-behavior: smooth;
	scroll-padding-top: 24px;
}

body {
	min-width: 320px;
	margin: 0;
	overflow-x: hidden;
	background: transparent;
	color: var(--jfeld-text);
	font-family: "Rubik", Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.menu-is-open {
	overflow: hidden;
}

body.admin-bar {
	--jfeld-admin-bar-height: 32px;
}

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

a {
	color: inherit;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

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

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid var(--jfeld-text);
	outline-offset: 4px;
}

::selection {
	background: var(--jfeld-dark);
	color: var(--jfeld-text);
}

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

.screen-reader-text:focus {
	z-index: 10001;
	top: 12px;
	inset-inline-start: 12px;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: var(--jfeld-dark);
	color: var(--jfeld-text);
	border-radius: 8px;
}

.site-base-background,
.site-background {
	position: fixed;
	inset: var(--jfeld-frame-width);
	border-radius: calc(var(--jfeld-frame-radius) - var(--jfeld-frame-width));
	pointer-events: none;
}

.site-base-background {
	z-index: 0;
	background: var(--jfeld-accent);
}

.site-background {
	z-index: 1;
	background: var(--jfeld-primary);
	opacity: 1;
	will-change: opacity;
}

.site-frame {
	position: fixed;
	z-index: 9999;
	inset: 0;
	border: var(--jfeld-frame-width) solid var(--jfeld-dark);
	border-radius: var(--jfeld-frame-radius);
	pointer-events: none;
}

/* Condensed header */
.site-header {
	position: relative;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: var(--jfeld-header-height);
	padding-inline: 20px;
}

.nav-pill {
	display: flex;
	align-items: stretch;
	width: max-content;
	min-width: 520px;
	max-width: calc(100vw - 40px);
	height: 82px;
	overflow: visible;
	background: var(--jfeld-dark);
	border-radius: 30px;
	box-shadow: var(--jfeld-shadow);
}

.site-brand {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	min-width: 180px;
	padding: 14px 28px;
	overflow: hidden;
}

.site-brand .custom-logo-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.site-brand .custom-logo {
	width: auto;
	max-width: 112px;
	max-height: 48px;
	object-fit: contain;
}

.site-brand__text {
	max-width: 100%;
	overflow: hidden;
	color: var(--jfeld-primary);
	font-size: 19px;
	font-weight: 900;
	letter-spacing: -0.04em;
	text-decoration: none;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.nav-pill__divider {
	flex: 0 0 4px;
	border-inline: 2px dashed rgb(255 255 255 / 22%);
}

.site-menu-panel {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 20px 14px 32px;
}

.primary-menu,
.header-actions,
.language-switcher ul,
.footer-column ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-menu {
	display: none;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.header-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 8px 18px;
	border: 2px solid var(--jfeld-text);
	border-radius: 999px;
	color: var(--jfeld-text);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.header-actions li:first-child a {
	background: var(--jfeld-text);
	color: var(--jfeld-dark);
}

.header-actions a:hover,
.header-actions a:focus-visible {
	transform: translateY(-2px);
}

.header-actions li:first-child a:hover,
.header-actions li:first-child a:focus-visible {
	background: transparent;
	color: var(--jfeld-text);
}

.header-actions li:not(:first-child) a:hover,
.header-actions li:not(:first-child) a:focus-visible {
	background: var(--jfeld-text);
	color: var(--jfeld-dark);
}

.language-switcher ul {
	display: flex;
	align-items: center;
	gap: 4px;
}

.language-switcher a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	min-height: 34px;
	padding: 7px 9px;
	border: 1px solid rgb(255 255 255 / 32%);
	border-radius: 999px;
	color: var(--jfeld-text);
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.language-switcher a[aria-current="page"] {
	background: var(--jfeld-text);
	color: var(--jfeld-dark);
}

.menu-toggle {
	display: none;
}

/* Main page */
.site-main,
.site-footer {
	position: relative;
	z-index: 2;
	width: min(calc(100% - (var(--jfeld-gutter) * 2)), var(--jfeld-content));
	margin-inline: auto;
}

.hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100vh - var(--jfeld-header-height) - var(--jfeld-admin-bar-height) - var(--jfeld-landing-bottom-gap));
	height: calc(100dvh - var(--jfeld-header-height) - var(--jfeld-admin-bar-height) - var(--jfeld-landing-bottom-gap));
	overflow: hidden;
	border: 4px dashed var(--jfeld-line);
	border-radius: var(--jfeld-radius-lg);
}

.hero__copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: calc(100% - 100px);
	max-width: 1272px;
	text-align: center;
}

.hero__heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
	margin: 0;
	color: var(--jfeld-text);
	font-family: "Big Shoulders", "Rubik", sans-serif;
	font-size: clamp(82px, 20.5vw, 300px);
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 0.82;
	text-align: center;
	text-transform: uppercase;
}

.hero__line {
	--hero-line-scale: .85;
	display: block;
	white-space: nowrap;
	animation: hero-line-rise 850ms cubic-bezier(.2, .78, .24, 1) both;
	transform-origin: center bottom;
}

.hero__line--2 {
	animation-delay: 110ms;
}

.hero__location {
	padding: 0;
	margin: 10px 0 0;
	color: var(--jfeld-text);
	font-family: "Big Shoulders", "Rubik", sans-serif;
	font-size: clamp(18px, 4vw, 56px);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	animation: hero-location-rise 650ms 300ms cubic-bezier(.2, .78, .24, 1) both;
}

@keyframes hero-line-rise {
	from {
		opacity: 0;
		transform: translateY(130px) scale(.72, .86);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(var(--hero-line-scale), 1);
	}
}

@keyframes hero-line-rise-mobile {
	from {
		opacity: 0;
		transform: translateY(70px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes hero-location-rise {
	from {
		opacity: 0;
		transform: translateY(50px) scale(.8, .86);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.projects-section {
	margin-top: 75px;
}

.section-heading {
	margin: 0 10px 32px;
	font-size: clamp(36px, 5vw, 72px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
}

.project-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	padding: 10px;
}

.project-card {
	--project-accent: transparent;
	position: relative;
	display: flex;
	align-items: flex-end;
	aspect-ratio: 1.5;
	min-width: 0;
	overflow: hidden;
	border: 2px solid var(--project-accent);
	border-radius: var(--jfeld-radius-md);
	color: var(--jfeld-text);
	text-decoration: none;
	isolation: isolate;
}

.project-card__media {
	position: absolute;
	z-index: -2;
	inset: 0;
	overflow: hidden;
	background: rgb(0 0 0 / 28%);
}

.project-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 650ms cubic-bezier(.2, .78, .24, 1), filter 400ms ease;
}

.project-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: linear-gradient(145deg, var(--jfeld-primary), var(--jfeld-dark));
	font-family: "Big Shoulders", "Rubik", sans-serif;
	font-size: 10rem;
	text-transform: uppercase;
}

.project-card__badge {
	position: absolute;
	z-index: 2;
	top: 18px;
	inset-inline-end: 18px;
	padding: 8px 12px;
	background: rgb(0 0 0 / 72%);
	border: 1px solid rgb(255 255 255 / 18%);
	border-radius: 999px;
	color: var(--jfeld-text);
	font-size: 12px;
}

.project-card__details {
	position: absolute;
	z-index: 1;
	inset-inline: 6px;
	bottom: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 66px;
	max-height: calc(100% - 12px);
	padding: 16px 24px;
	overflow: hidden;
	background: rgb(0 0 0 / 72%);
	border-radius: 15px;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	transition: min-height 300ms cubic-bezier(.2, .78, .24, 1), background-color 250ms ease;
}

.project-card__copy {
	min-width: 0;
}

.project-card__kicker {
	display: block;
	margin-bottom: 3px;
	color: rgb(255 255 255 / 72%);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.project-card__title {
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -.04em;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: font-size 300ms cubic-bezier(.2, .78, .24, 1);
}

.project-card__arrow {
	display: grid;
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	place-items: center;
	opacity: 0;
	transform: translate(-8px, 8px) scale(.82);
	transition: opacity 180ms ease, transform 300ms cubic-bezier(.2, .78, .24, 1);
}

[dir="rtl"] .project-card__arrow {
	transform: translate(8px, 8px) scale(.82);
}

.project-card:hover .project-card__image,
.project-card:focus-visible .project-card__image {
	filter: saturate(1.08);
	transform: scale(1.08);
}

.project-card:hover .project-card__details,
.project-card:focus-visible .project-card__details {
	min-height: 72px;
	background: rgb(0 0 0 / 82%);
}

.project-card:hover .project-card__title,
.project-card:focus-visible .project-card__title {
	font-size: 20px;
}

.project-card:hover .project-card__arrow,
.project-card:focus-visible .project-card__arrow {
	opacity: 1;
	transform: translate(0, 0) scale(1);
}

.project-card--missing-url {
	cursor: default;
}

.project-card--missing-url .project-card__arrow {
	display: none;
}

.empty-projects {
	grid-column: 1 / -1;
	min-height: 240px;
	padding: 50px;
	background: var(--jfeld-panel);
	border: 4px dashed var(--jfeld-line);
	border-radius: var(--jfeld-radius-lg);
	text-align: center;
}

/* Contact */
.contact-section {
	margin-top: 35px;
	padding-top: 40px;
}

.contact-panel {
	min-height: 583px;
	padding: 50px;
	overflow: hidden;
	background: linear-gradient(180deg, rgb(0 0 0 / 16%), rgb(255 255 255 / 12%));
	border: 4px solid rgb(255 255 255 / 16%);
	border-radius: var(--jfeld-radius-lg);
}

.contact-panel__heading h2 {
	padding: 0;
	margin: 0;
	font-size: clamp(38px, 4.3vw, 62px);
	font-weight: 800;
	letter-spacing: -.055em;
	line-height: 1;
}

.contact-panel__heading p {
	max-width: 720px;
	margin: 18px 0 0;
	font-weight: 400;
}

.contact-status {
	padding: 12px 16px;
	margin: 22px 0 -24px;
	border: 2px solid rgb(255 255 255 / 50%);
	border-radius: 12px;
}

.contact-status--success {
	background: rgb(0 120 70 / 32%);
}

.contact-status--error {
	background: rgb(170 15 28 / 34%);
}

.contact-form,
.contact-plugin-form {
	margin-top: 50px;
}

.contact-form__honeypot {
	position: absolute;
	inset-inline-start: -10000px;
}

.contact-form__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.contact-form label {
	display: block;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea,
.contact-plugin-form input:not([type="checkbox"], [type="radio"], [type="submit"]),
.contact-plugin-form textarea,
.contact-plugin-form select {
	width: 100%;
	border: 0;
	border-radius: 12px;
	background: rgb(255 255 255 / 16%);
	color: var(--jfeld-text);
	font-size: 16px;
	font-weight: 500;
	outline: 0;
	transition: background-color 180ms ease, box-shadow 180ms ease;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-plugin-form input:not([type="checkbox"], [type="radio"], [type="submit"]),
.contact-plugin-form select {
	height: 62px;
	padding: 0 24px;
}

.contact-form textarea,
.contact-plugin-form textarea {
	display: block;
	min-height: 211px;
	padding: 20px 24px;
	resize: vertical;
}

.contact-form__message {
	margin-top: 14px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder,
.contact-plugin-form input::placeholder,
.contact-plugin-form textarea::placeholder {
	color: rgb(255 255 255 / 52%);
	opacity: 1;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-plugin-form input:focus,
.contact-plugin-form textarea:focus,
.contact-plugin-form select:focus {
	background: rgb(255 255 255 / 22%);
	box-shadow: 0 0 0 3px var(--jfeld-text);
}

.contact-form__actions {
	display: flex;
	align-items: center;
	gap: 32px;
	margin-top: 48px;
}

.contact-form button,
.contact-plugin-form input[type="submit"],
.contact-plugin-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 199px;
	min-height: 48px;
	padding: 10px 28px;
	border: 2px solid var(--jfeld-text);
	border-radius: 999px;
	background: var(--jfeld-text);
	color: var(--jfeld-dark);
	font-weight: 700;
	cursor: pointer;
	transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.contact-form button:hover,
.contact-form button:focus-visible,
.contact-plugin-form input[type="submit"]:hover,
.contact-plugin-form button:hover {
	background: transparent;
	color: var(--jfeld-text);
	transform: translateY(-2px);
}

.contact-form__privacy {
	display: inline-flex !important;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	font-weight: 400;
}

.contact-form__privacy input {
	width: 22px;
	height: 22px;
	margin: 0;
	accent-color: var(--jfeld-dark);
}

.contact-details {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 28px;
	padding-top: 24px;
	margin: 34px 0 0;
	border-top: 2px dashed var(--jfeld-line);
	font-style: normal;
}

/* Footer */
.site-footer {
	padding-bottom: 34px;
}

.site-footer__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 50px;
	padding: 50px;
	margin-top: 35px;
	border: 4px dashed var(--jfeld-line);
	border-radius: var(--jfeld-radius-lg);
}

.footer-column--wide {
	grid-column: 1 / -1;
}

.footer-column h2 {
	padding: 0 0 28px;
	margin: 0 0 30px;
	border-bottom: 4px dashed var(--jfeld-line);
	font-size: 30px;
	font-weight: 800;
	letter-spacing: -.05em;
	line-height: 1;
}

.footer-column li + li {
	margin-top: 18px;
}

.footer-column a {
	display: block;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--jfeld-text);
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	transition: padding-inline-start 180ms ease, opacity 180ms ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
	padding-inline-start: 8px;
	opacity: .72;
}

.site-footer__copyright {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 70px;
	padding: 14px 50px;
	margin-top: 24px;
	border: 4px dashed var(--jfeld-line);
	border-radius: 22px;
	text-align: start;
}

.site-footer__copyright p {
	margin: 0;
}

/* 404 and generic content */
.site-main--error {
	padding-bottom: 40px;
}

.error-panel {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 500px;
	padding: 50px;
	background: linear-gradient(180deg, rgb(0 0 0 / 16%), rgb(255 255 255 / 12%));
	border: 4px solid rgb(255 255 255 / 16%);
	border-radius: var(--jfeld-radius-lg);
	text-align: center;
}

.error-panel h1 {
	margin: 0;
	font-family: "Big Shoulders", "Rubik", sans-serif;
	font-size: clamp(96px, 15vw, 220px);
	line-height: .8;
}

.error-panel p {
	max-width: 620px;
	margin: 32px auto;
}

.outline-button {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 10px 20px;
	border: 2px solid var(--jfeld-text);
	border-radius: 999px;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease;
}

.outline-button:hover,
.outline-button:focus-visible {
	background: var(--jfeld-text);
	color: var(--jfeld-dark);
}

.content-main {
	min-height: 60vh;
	padding-bottom: 40px;
}

.content-panel {
	padding: clamp(32px, 7vw, 90px);
	background: rgb(0 0 0 / 16%);
	border: 4px dashed var(--jfeld-line);
	border-radius: var(--jfeld-radius-lg);
}

.content-panel h1 {
	margin-top: 0;
	font-size: clamp(44px, 7vw, 88px);
	line-height: 1;
}

.entry-content {
	font-weight: 400;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content img {
	height: auto;
	border-radius: 16px;
}

/* JavaScript-enhanced scroll entrances. Content remains visible without JS. */
.reveal-enabled [data-reveal] {
	opacity: 0;
	transform: translateY(36px);
	transition: opacity 650ms ease, transform 650ms cubic-bezier(.2, .78, .24, 1);
}

.reveal-enabled [data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 809px) {
	:root {
		--jfeld-gutter: 20px;
		--jfeld-header-height: 98px;
		--jfeld-frame-width: 6px;
		--jfeld-frame-radius: 14px;
		--jfeld-landing-bottom-gap: 29px;
	}

	html {
		scroll-padding-top: 16px;
	}

	.site-frame {
		border-width: var(--jfeld-frame-width);
		border-radius: var(--jfeld-frame-radius);
	}

	.site-header {
		align-items: flex-start;
		height: var(--jfeld-header-height);
		padding: 15px;
	}

	.nav-pill {
		position: relative;
		width: 100%;
		min-width: 0;
		max-width: 520px;
		height: 63px;
		border-radius: 18px;
	}

	.site-brand {
		justify-content: flex-start;
		width: auto;
		min-width: 0;
		flex: 1;
		padding: 10px 20px;
	}

	.site-brand .custom-logo-link {
		justify-content: flex-start;
	}

	.site-brand .custom-logo {
		max-width: 112px;
		max-height: 42px;
	}

	.nav-pill__divider {
		display: none;
	}

	.menu-toggle {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 6px;
		width: 68px;
		height: 63px;
		padding: 0;
		border: 0;
		background: transparent;
		color: var(--jfeld-text);
		cursor: pointer;
	}

	.menu-toggle span {
		width: 25px;
		height: 2px;
		background: currentColor;
		border-radius: 2px;
		transition: transform 220ms ease, opacity 220ms ease;
	}

	.menu-toggle[aria-expanded="true"] span:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

	.menu-toggle[aria-expanded="true"] span:nth-child(2) {
		opacity: 0;
	}

	.menu-toggle[aria-expanded="true"] span:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}

	.site-menu-panel {
		position: absolute;
		top: calc(100% + 10px);
		inset-inline: 0;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 20px;
		max-height: calc(100vh - 108px);
		padding: 24px;
		overflow-y: auto;
		background: var(--jfeld-dark);
		border-radius: 18px;
		box-shadow: var(--jfeld-shadow);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-16px) scale(.985);
		transform-origin: top center;
		visibility: hidden;
		transition:
			opacity 220ms ease,
			transform 320ms cubic-bezier(.2, .78, .24, 1),
			visibility 0s linear 320ms;
	}

	.nav-pill.is-open .site-menu-panel {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0) scale(1);
		visibility: visible;
		transition-delay: 0s;
	}

	.site-menu-panel > * {
		opacity: 0;
		transform: translateY(-10px);
		transition:
			opacity 180ms ease,
			transform 260ms cubic-bezier(.2, .78, .24, 1);
	}

	.nav-pill.is-open .site-menu-panel > * {
		opacity: 1;
		transform: translateY(0);
	}

	.nav-pill.is-open .site-menu-panel > :nth-child(1) {
		transition-delay: 70ms;
	}

	.nav-pill.is-open .site-menu-panel > :nth-child(2) {
		transition-delay: 120ms;
	}

	.nav-pill.is-open .site-menu-panel > :nth-child(3) {
		transition-delay: 170ms;
	}

	.primary-menu {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.primary-menu a {
		display: block;
		padding: 10px 0;
		border-bottom: 1px solid rgb(255 255 255 / 22%);
		color: var(--jfeld-text);
		text-decoration: none;
	}

	.header-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.header-actions a {
		width: 100%;
	}

	.language-switcher ul {
		flex-wrap: wrap;
	}

	.hero {
		height: calc(100vh - var(--jfeld-header-height) - var(--jfeld-admin-bar-height) - var(--jfeld-landing-bottom-gap));
		height: calc(100dvh - var(--jfeld-header-height) - var(--jfeld-admin-bar-height) - var(--jfeld-landing-bottom-gap));
	}

	.hero__copy {
		width: calc(100% - 100px);
	}

	.hero__heading {
		font-size: clamp(76px, 24vw, 105px);
	}

	.hero__line {
		--hero-line-scale: 1;
		animation-name: hero-line-rise-mobile;
	}

	.hero__location {
		margin-top: 4px;
		font-size: clamp(20px, 5.5vw, 30px);
	}

	.projects-section {
		margin-top: 75px;
	}

	.project-grid {
		grid-template-columns: 1fr;
	}

	.project-card:hover .project-card__details,
	.project-card:focus-visible .project-card__details {
		min-height: 72px;
	}

	.contact-panel {
		min-height: 645px;
		padding: 24px;
	}

	.contact-panel__heading h2 {
		font-size: 36px;
	}

	.contact-form,
	.contact-plugin-form {
		margin-top: 38px;
	}

	.contact-form__row {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.contact-form textarea,
	.contact-plugin-form textarea {
		min-height: 250px;
	}

	.contact-form__actions {
		flex-direction: column-reverse;
		align-items: stretch;
		gap: 18px;
		margin-top: 24px;
	}

	.contact-form button,
	.contact-plugin-form input[type="submit"],
	.contact-plugin-form button {
		width: 100%;
	}

	.contact-form__privacy {
		justify-content: center;
	}

	.contact-details {
		flex-direction: column;
	}

	.site-footer__links {
		grid-template-columns: 1fr;
		gap: 50px;
		padding: 40px;
	}

	.footer-column h2 {
		font-size: 22px;
	}

	.footer-column a {
		font-size: 16px;
	}

	.site-footer__copyright {
		padding-inline: 30px;
	}

	.site-footer__copyright {
		justify-content: center;
		min-height: 59px;
		font-size: 12px;
		text-align: center;
	}

	.error-panel {
		min-height: calc(100svh - 138px);
		padding: 30px;
	}
}

/*
 * Let phone layouts reach the viewport edges. The 768px cutoff keeps the
 * outer frame on iPads and larger tablets while removing both the visible
 * frame and the matching background inset on smaller screens.
 */
@media (max-width: 767px) {
	:root {
		--jfeld-frame-width: 0px;
		--jfeld-frame-radius: 0px;
	}

	.site-frame {
		display: none;
	}
}

@media (max-width: 782px) {
	body.admin-bar {
		--jfeld-admin-bar-height: 46px;
	}
}

@media (max-width: 420px) {
	.hero {
		border-radius: 28px;
	}

	.hero__heading {
		font-size: clamp(76px, 24vw, 100px);
	}

	.project-card__details {
		padding-inline: 18px;
	}

	.contact-panel {
		padding-inline: 20px;
	}

	.site-footer__links {
		padding-inline: 24px;
	}
}

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

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

	.reveal-enabled [data-reveal] {
		opacity: 1;
		transform: none;
	}
}
