/* STUDIO ERA22 Scope 022C generated bundle: site-home-v01.css. Exact source order preserved. */

/* SOURCE: tokens.css */
:root {
  /* STUDIO ERA22 canonical tokens v5 — Editorial Chrome — 2026-07-22 */

  --era22-void-black: #0A0A0A;
  --era22-graphite: #1B1B1F;
  --era22-silver: #DADCE0;
  --era22-mist: #F2F3F5;
  --era22-warm-paper: #FAFAF8;

  --era22-electric-blue: #1A33FF;
  --era22-electric-orange: #FF6A00;

  /* Wordmark is custom artwork. Never recreate it using this stack. */
  --era22-display: "Aeonik Pro", "Manrope", "Inter", system-ui, sans-serif;
  --era22-body: "Aeonik Pro", "Manrope", "Inter", system-ui, sans-serif;
  --era22-ui: "Aeonik Pro", "Manrope", "Inter", system-ui, sans-serif;

  --era22-type-display: clamp(3.2rem, 7.4vw, 7.6rem);
  --era22-type-h1: clamp(2.7rem, 5.6vw, 5.8rem);
  --era22-type-h2: clamp(2rem, 3.8vw, 3.9rem);
  --era22-type-h3: clamp(1.3rem, 2vw, 2rem);
  --era22-type-body-lg: clamp(1.05rem, 1.25vw, 1.24rem);
  --era22-type-body: clamp(0.98rem, 1vw, 1.08rem);
  --era22-type-label: clamp(0.68rem, 0.74vw, 0.78rem);

  --era22-wordmark-descriptor-tracking: 0.22em;
  --era22-wordmark-descriptor-transform: uppercase;

  --era22-space-section: clamp(5rem, 9vw, 10rem);
  --era22-space-block: clamp(1.5rem, 3vw, 3.25rem);
  --era22-grid-line: rgba(27, 27, 31, 0.10);

  --era22-radius-card: clamp(1rem, 1.8vw, 1.65rem);
  --era22-radius-control: 999px;

  --era22-control-primary-bg: var(--era22-void-black);
  --era22-control-primary-text: var(--era22-warm-paper);
  --era22-control-secondary-text: var(--era22-void-black);
  --era22-control-secondary-line: rgba(10, 10, 10, 0.28);

  --era22-ease-standard: cubic-bezier(0.22, 1, 0.36, 1);
  --era22-ease-liquid: cubic-bezier(0.16, 1, 0.3, 1);

  --era22-duration-fast: 180ms;
  --era22-duration-standard: 420ms;
  --era22-duration-reveal: 720ms;
  --era22-duration-cinematic: 1200ms;
  --era22-preloader-target: 1300ms;

  --era22-blue-reflection: rgba(26, 51, 255, 0.34);
  --era22-orange-reflection: rgba(255, 106, 0, 0.30);


  /* Approved account / future AI-agent medallion */
  --era22-agent-medallion-background: var(--era22-warm-paper);
  --era22-agent-medallion-ring: var(--era22-silver);
  --era22-agent-medallion-blue-reflection: rgba(26, 51, 255, 0.18);
  --era22-agent-medallion-orange-reflection: rgba(255, 106, 0, 0.16);

  --era22-page-background: var(--era22-warm-paper);
  --era22-text-primary: var(--era22-void-black);
  --era22-text-secondary: rgba(27, 27, 31, 0.66);
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --era22-duration-fast: 0ms;
    --era22-duration-standard: 0ms;
    --era22-duration-reveal: 0ms;
    --era22-duration-cinematic: 0ms;
    --era22-preloader-target: 0ms;
  }
}

/* SOURCE: global.css */
/* STUDIO ERA22 — Scope 001 global foundation */

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

html {
	background: var(--era22-page-background);
	color: var(--era22-text-primary);
	font-family: var(--era22-body);
	-webkit-text-size-adjust: 100%;
}

body {
	min-width: 320px;
	margin: 0;
	background: var(--era22-page-background);
	color: var(--era22-text-primary);
	font-family: var(--era22-body);
	font-size: var(--era22-type-body);
	line-height: 1.5;
}

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

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

a {
	color: inherit;
}

.era22-skip-link {
	position: fixed;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 10000;
	padding: 0.75rem 1rem;
	border-radius: var(--era22-radius-control);
	background: var(--era22-void-black);
	color: var(--era22-warm-paper);
	text-decoration: none;
	transform: translateY(-160%);
	transition: transform var(--era22-duration-fast) var(--era22-ease-standard);
}

.era22-skip-link:focus {
	transform: translateY(0);
}

.era22-content-shell {
	width: min(100% - 2rem, 76rem);
	margin-inline: auto;
	padding-block: var(--era22-space-section);
}

.era22-entry__title {
	font-family: var(--era22-display);
	font-size: var(--era22-type-h1);
	line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* SOURCE: interface.css */
/* STUDIO ERA22 — Scope 002 global interface transferred from frozen V11 */

:root {
	--era22-text-muted: rgba(27, 27, 31, 0.66);
	--era22-dark-line: rgba(250, 250, 248, 0.15);
	--era22-page-gutter: clamp(1rem, 2.4vw, 2.25rem);
	--era22-header-height: 76px;
	--era22-content-max: 1720px;
}

html {
	color-scheme: light;
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--era22-header-height) + 1rem);
}

html.menu-open,
html.is-loading {
	overflow: hidden;
}

[id] {
	scroll-margin-top: calc(var(--era22-header-height) + 1rem);
}

a {
	text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
ul,
ol,
figure,
blockquote {
	margin: 0;
}

ul,
ol {
	padding: 0;
	list-style: none;
}

::selection {
	background: var(--era22-electric-orange);
	color: var(--era22-void-black);
}

:focus-visible {
	outline: 2px solid var(--era22-electric-blue);
	outline-offset: 4px;
}

/* Scope 021: keep focus indicators above the 3:1 non-text contrast threshold on dark surfaces. */
.dark-surface :focus-visible,
.mobile-menu :focus-visible,
.preloader :focus-visible,
.site-header.is-dark :focus-visible,
html.menu-open .site-header :focus-visible {
	outline-color: var(--era22-electric-orange);
}

@media (forced-colors: active) {
	:focus-visible {
		outline: 2px solid CanvasText;
	}
}

.era22-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

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

.skip-link {
	position: fixed;
	z-index: 3000;
	left: 1rem;
	top: 1rem;
	padding: 0.75rem 1rem;
	background: var(--era22-void-black);
	color: var(--era22-warm-paper);
	transform: translateY(-160%);
	transition: transform var(--era22-duration-fast) ease;
}

.skip-link:focus {
	transform: translateY(0);
}

.noscript-banner {
	position: relative;
	z-index: 1200;
	padding: 0.75rem var(--era22-page-gutter);
	background: #fff3dc;
	border-bottom: 1px solid var(--era22-grid-line);
}

.site-shell {
	width: min(100%, var(--era22-content-max));
	margin-inline: auto;
}

.era22-foundation {
	padding-top: calc(var(--era22-header-height) + clamp(1rem, 3vw, 3rem));
}

/* Header */
.site-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 1100;
	height: var(--era22-header-height);
	display: flex;
	align-items: center;
	padding-inline: var(--era22-page-gutter);
	border-bottom: 1px solid transparent;
	transition: background var(--era22-duration-standard), border-color var(--era22-duration-standard), color var(--era22-duration-standard);
}

.site-header.is-scrolled {
	background: rgba(250, 250, 248, 0.92);
	backdrop-filter: blur(16px);
	border-color: var(--era22-grid-line);
}

.site-header.is-dark {
	color: var(--era22-warm-paper);
}

.site-header.is-dark.is-scrolled {
	background: rgba(10, 10, 10, 0.88);
	border-color: rgba(250, 250, 248, 0.14);
}

html.menu-open .site-header {
	color: var(--era22-warm-paper);
}

.header-inner {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 2rem;
}

.header-brand {
	position: relative;
	justify-self: start;
	width: clamp(148px, 11vw, 190px);
	aspect-ratio: 1568 / 508;
	display: block;
}

.header-brand .wordmark {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
	transition: opacity 220ms ease;
}

.wordmark--on-dark {
	opacity: 0;
}

.site-header.is-dark .wordmark--on-light,
html.menu-open .wordmark--on-light {
	opacity: 0;
}

.site-header.is-dark .wordmark--on-dark,
html.menu-open .wordmark--on-dark {
	opacity: 1;
}

.header-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(1rem, 1.8vw, 2rem);
}

.header-nav a,
.header-account {
	position: relative;
	padding-block: 0.5rem;
	font-size: 0.67rem;
	font-weight: 650;
	letter-spacing: 0.115em;
	text-transform: uppercase;
}

.header-nav a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 0.25rem;
	height: 1px;
	background: currentColor;
	transition: right var(--era22-duration-standard) var(--era22-ease-standard);
}

.header-nav a:hover::after,
.header-nav a[aria-current="true"]::after {
	right: 0;
}

.header-actions {
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 0.55rem;
}

.desktop-language-switcher {
	display: none;
}

.language-switcher {
	position: relative;
}

.language-switcher summary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	min-width: 58px;
	min-height: 42px;
	border: 1px solid currentColor;
	border-radius: 999px;
	cursor: pointer;
	font-size: 0.66rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	list-style: none;
}

.language-switcher summary::-webkit-details-marker {
	display: none;
}

.language-switcher__chevron {
	font-size: 0.7rem;
	transform: translateY(-1px);
}

.language-switcher__menu {
	position: absolute;
	top: calc(100% + 0.5rem);
	right: 0;
	z-index: 10;
	width: 74px;
	display: grid;
	gap: 0.15rem;
	padding: 0.35rem;
	border: 1px solid var(--era22-grid-line);
	border-radius: 14px;
	background: var(--era22-warm-paper);
	box-shadow: 0 14px 35px rgba(10, 10, 10, 0.1);
	color: var(--era22-void-black);
}

.language-switcher__menu button,
.mobile-language button {
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	font: inherit;
}

.language-switcher__menu button {
	min-height: 30px;
	border-radius: 10px;
	font-size: 0.65rem;
	font-weight: 750;
	letter-spacing: 0.1em;
}

.language-switcher__menu button:hover,
.language-switcher__menu button[aria-current="true"] {
	background: rgba(27, 27, 31, 0.08);
}

.language-switcher__menu button:disabled,
.mobile-language button:disabled {
	cursor: not-allowed;
	opacity: 0.4;
}

.header-account {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	border: 0;
	background: transparent;
	color: inherit;
	white-space: nowrap;
}

.header-account__medallion {
	display: block;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	object-fit: cover;
	border-radius: 50%;
	background: var(--era22-warm-paper);
	box-shadow: 0 0 0 1px rgba(27, 27, 31, 0.16), 0 3px 10px rgba(10, 10, 10, 0.08);
	transition: transform var(--era22-duration-fast), box-shadow var(--era22-duration-fast);
}

.button {
	position: relative;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.8rem 1.25rem;
	border: 1px solid transparent;
	border-radius: var(--era22-radius-control);
	font-family: var(--era22-ui);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	text-transform: uppercase;
	transition: transform var(--era22-duration-standard) var(--era22-ease-standard), background var(--era22-duration-fast), color var(--era22-duration-fast);
}

.button--primary {
	background: var(--era22-void-black);
	color: var(--era22-warm-paper);
}

.header-schedule {
	gap: 1rem;
}

.header-schedule__arrow {
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	margin-left: 0.35rem;
	transform: translateY(-1px);
	transition: transform var(--era22-duration-standard) var(--era22-ease-standard);
}

.header-schedule:hover .header-schedule__arrow {
	transform: translate(2px, -3px);
}

.menu-toggle {
	display: none;
	justify-self: end;
	align-items: center;
	gap: 0.7rem;
	min-height: 44px;
	border: 1px solid currentColor;
	border-radius: 999px;
	background: transparent;
	color: inherit;
	cursor: pointer;
	padding: 0 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.7rem;
	font-weight: 700;
}

.menu-toggle__icon {
	width: 22px;
	height: 12px;
	position: relative;
}

.menu-toggle__icon::before,
.menu-toggle__icon::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
	transition: transform var(--era22-duration-standard) var(--era22-ease-standard), top var(--era22-duration-standard);
}

.menu-toggle__icon::before {
	top: 2px;
}

.menu-toggle__icon::after {
	top: 10px;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon::before {
	top: 6px;
	transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__icon::after {
	top: 6px;
	transform: rotate(-45deg);
}

/* Mobile overlay */
.mobile-menu {
	position: fixed;
	inset: 0;
	z-index: 1050;
	background: var(--era22-void-black);
	color: var(--era22-warm-paper);
	padding: calc(var(--era22-header-height) + 2rem) var(--era22-page-gutter) 2rem;
	display: grid;
	grid-template-rows: 1fr auto auto;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-1.5rem);
	transition: opacity var(--era22-duration-standard), transform var(--era22-duration-standard), visibility 0s linear var(--era22-duration-standard);
}

.mobile-menu.is-open {
	opacity: 1;
	visibility: visible;
	transform: none;
	transition-delay: 0s;
}

.mobile-menu nav {
	align-self: center;
}

.mobile-menu a {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 0.8rem 0;
	border-bottom: 1px solid var(--era22-dark-line);
	font-size: clamp(2.2rem, 10vw, 4rem);
	line-height: 1;
	letter-spacing: -0.04em;
}

.mobile-menu a span {
	font-size: 0.65rem;
	letter-spacing: 0.15em;
	color: var(--era22-electric-orange);
}

.mobile-menu__utilities {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
	margin-bottom: 1.25rem;
}

.mobile-menu__utilities > a {
	font-size: 0.72rem;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	border: 1px solid var(--era22-dark-line);
	border-radius: 999px;
	padding: 0.85rem 1rem;
	justify-content: center;
}

.mobile-language {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	gap: 0.45rem;
}

.mobile-language button {
	min-width: 48px;
	min-height: 38px;
	border: 1px solid var(--era22-dark-line);
	border-radius: 999px;
	color: var(--era22-warm-paper);
	font-size: 0.66rem;
	font-weight: 750;
	letter-spacing: 0.1em;
}

.mobile-language button[aria-current="true"] {
	background: var(--era22-warm-paper);
	color: var(--era22-void-black);
}

.mobile-menu__footer {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	font-size: 0.75rem;
	color: rgba(250, 250, 248, 0.62);
}

/* Preloader — corrected aspect ratio and refined first-impression timing */
.preloader {
	display: none;
}

.js .preloader {
	position: fixed;
	inset: 0;
	z-index: 2500;
	display: grid;
	place-items: center;
	background: #FFFFFF;
	transition: opacity 560ms var(--era22-ease-standard), visibility 0s linear 560ms;
}

.js .preloader.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.preloader__inner {
	width: min(72vw, 420px);
	display: grid;
	gap: 1.35rem;
}

.preloader__mark {
	display: block;
	width: 100%;
	height: auto;
	margin-inline: auto;
	object-fit: contain;
	transform: translateY(8px);
	opacity: 0;
	animation: preload-mark 650ms var(--era22-ease-standard) 80ms forwards;
	image-rendering: auto;
}

.preloader__signals {
	display: flex;
	justify-content: center;
	gap: 0.42rem;
}

.preloader__signal {
	height: 1px;
	transform-origin: left;
	transform: scaleX(0);
	animation: preload-line 520ms var(--era22-ease-standard) 430ms forwards;
}

.preloader__signal--blue {
	width: 78px;
	background: var(--era22-electric-blue);
}

.preloader__signal--orange {
	width: 26px;
	background: var(--era22-electric-orange);
	animation-delay: 560ms;
}

.preloader__skip {
	position: absolute;
	right: var(--era22-page-gutter);
	bottom: 1.5rem;
	border: 0;
	background: none;
	padding: 0.75rem;
	color: rgba(27, 27, 31, 0.68);
	cursor: pointer;
	font-size: 0.66rem;
	font-weight: 650;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	opacity: 0;
	animation: preload-skip 300ms ease 720ms forwards;
}

.preloader.is-repeat .preloader__mark {
	animation-duration: 300ms;
	animation-delay: 20ms;
}

.preloader.is-repeat .preloader__signal {
	animation-duration: 220ms;
	animation-delay: 180ms;
}

.preloader.is-repeat .preloader__signal--orange {
	animation-delay: 260ms;
}

.preloader.is-repeat .preloader__skip {
	animation-duration: 260ms;
	animation-delay: 280ms;
}

@media (max-width: 640px) {
	.preloader__inner {
		width: min(78vw, 340px);
	}
}

/* Section counter: staged now; section data arrives in later scopes. */
.section-counter {
	position: fixed;
	right: var(--era22-page-gutter);
	bottom: 1.25rem;
	z-index: 900;
	display: flex;
	gap: 0.65rem;
	align-items: center;
	padding: 0.6rem 0.8rem;
	border: 1px solid var(--era22-grid-line);
	border-radius: var(--era22-radius-control);
	background: rgba(250, 250, 248, 0.88);
	backdrop-filter: blur(12px);
	font-size: 0.65rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transition: color var(--era22-duration-standard), background var(--era22-duration-standard), border-color var(--era22-duration-standard);
}

.section-counter.is-dark {
	color: var(--era22-warm-paper);
	background: rgba(10, 10, 10, 0.75);
	border-color: var(--era22-dark-line);
}

.section-counter__num {
	color: var(--era22-electric-orange);
}

@keyframes preload-mark {
	to {
		transform: none;
		opacity: 1;
	}
}

@keyframes preload-line {
	to {
		transform: scaleX(1);
	}
}

@media (min-width: 1024px) {
	.site-header {
		height: 76px;
		padding-inline: 0;
		background: rgba(250, 250, 248, 0.94);
		backdrop-filter: blur(16px);
		border-bottom: 1px solid var(--era22-grid-line);
		color: var(--era22-void-black);
	}

	.header-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: clamp(1rem, 1.8vw, 2rem);
		padding-inline: clamp(2.25rem, 3.2vw, 3.6rem);
	}

	.header-brand,
	.language-switcher,
	.section-counter {
		display: none !important;
	}

	.site-header .site-shell {
		width: 100%;
		max-width: none;
	}

	.header-nav {
		flex: 1 1 auto;
		min-width: 0;
		justify-content: flex-start;
		gap: clamp(1rem, 1.45vw, 1.7rem);
	}

	.header-nav a,
	.header-account {
		font-size: 0.7rem;
		font-weight: 650;
		letter-spacing: 0.105em;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.header-nav__home {
		font-weight: 760 !important;
	}

	.header-nav__home::before {
		content: "";
		display: inline-block;
		width: 5px;
		height: 5px;
		margin-right: 0.55rem;
		border-radius: 50%;
		background: var(--era22-electric-orange);
		vertical-align: 0.08em;
	}

	.header-actions {
		display: flex;
		flex: 0 0 auto;
		align-items: center;
		gap: 0.5rem;
		margin-left: auto;
	}

	.desktop-language-switcher {
		display: inline-flex;
		align-items: center;
		gap: 0.15rem;
		height: 44px;
		padding: 0.25rem;
		border: 1px solid rgba(27, 27, 31, 0.2);
		border-radius: 999px;
		background: rgba(250, 250, 248, 0.56);
	}

	.desktop-language-switcher .language-option {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 34px;
		height: 34px;
		padding: 0 0.42rem;
		border-radius: 999px;
		color: inherit;
		font-size: 0.62rem;
		font-weight: 760;
		letter-spacing: 0.08em;
		line-height: 1;
		transition: background var(--era22-duration-fast), color var(--era22-duration-fast), transform var(--era22-duration-fast);
	}

	.desktop-language-switcher .language-option:hover {
		background: rgba(27, 27, 31, 0.08);
	}

	.desktop-language-switcher .language-option[aria-current="page"] {
		background: var(--era22-void-black);
		color: var(--era22-warm-paper);
	}

	.header-account {
		display: inline-flex;
		align-items: center;
		gap: 0.65rem;
		min-height: 44px;
		padding: 0.18rem 0.2rem 0.18rem 0.85rem;
		border: 1px solid rgba(27, 27, 31, 0.2);
		border-radius: 999px;
		background: #F3ECE5;
		color: var(--era22-void-black);
		overflow: hidden;
	}

	.header-account__medallion {
		width: 36px;
		height: 36px;
		flex-basis: 36px;
	}

	.header-account:hover {
		border-color: rgba(27, 27, 31, 0.38);
	}

	.header-account:hover .header-account__medallion {
		transform: translateY(-1px);
		box-shadow: 0 0 0 1px rgba(26, 51, 255, 0.26), 0 5px 16px rgba(10, 10, 10, 0.12);
	}

	.site-header.is-dark .desktop-language-switcher {
		border-color: rgba(250, 250, 248, 0.28);
		background: rgba(10, 10, 10, 0.2);
	}

	.site-header.is-dark .header-account {
		border-color: rgba(250, 250, 248, 0.38);
		background: #F3ECE5;
		color: var(--era22-void-black);
	}

	.site-header.is-dark .desktop-language-switcher .language-option:hover {
		background: rgba(250, 250, 248, 0.12);
	}

	.site-header.is-dark .desktop-language-switcher .language-option[aria-current="page"] {
		background: var(--era22-warm-paper);
		color: var(--era22-void-black);
	}

	.site-header.is-dark .header-account__medallion {
		box-shadow: 0 0 0 1px rgba(250, 250, 248, 0.24), 0 3px 12px rgba(0, 0, 0, 0.28);
	}

	.header-schedule {
		min-width: 178px;
		height: 44px;
		min-height: 44px;
		padding: 0 18px 0 22px;
		border: 0;
		box-shadow: none;
		text-shadow: none;
	}

	.site-header.is-dark .header-schedule {
		background: var(--era22-warm-paper);
		color: var(--era22-void-black);
	}

	.site-header.is-dark .menu-toggle {
		color: var(--era22-warm-paper);
	}

	.site-header.is-dark .menu-toggle {
		border-color: rgba(250, 250, 248, 0.42);
	}

	.menu-toggle > span:first-child {
		display: none;
	}

	.menu-toggle__icon {
		width: 16px;
		height: 12px;
	}
}

@media (min-width: 1024px) and (max-width: 1320px) {
	.header-inner {
		padding-inline: clamp(1.15rem, 2vw, 1.65rem);
		gap: 0.8rem;
	}

	.header-nav {
		gap: clamp(0.72rem, 1vw, 1.1rem);
	}

	.header-nav a,
	.header-account,
	.header-schedule .button__label {
		font-size: 0.63rem;
		letter-spacing: 0.09em;
	}

	.header-nav__home::before {
		margin-right: 0.4rem;
	}

	.header-actions {
		gap: 0.38rem;
	}

	.desktop-language-switcher {
		height: 40px;
		padding: 0.2rem;
	}

	.desktop-language-switcher .language-option {
		min-width: 29px;
		height: 30px;
		padding-inline: 0.3rem;
		font-size: 0.58rem;
	}

	.header-account {
		min-height: 40px;
		padding-left: 0.68rem;
		gap: 0.48rem;
	}

	.header-account__medallion {
		width: 32px;
		height: 32px;
		flex-basis: 32px;
	}

	.header-schedule {
		min-width: 154px;
		width: 154px;
		flex-basis: 154px;
		height: 40px;
		min-height: 40px;
		padding-inline: 13px;
	}

}


@media (max-width: 1023px) {
	.header-nav,
	.header-actions {
		display: none;
	}

	.header-inner {
		grid-template-columns: 1fr auto;
	}

	.menu-toggle {
		display: inline-flex;
	}
}

@media (max-width: 809px) {
	:root {
		--era22-header-height: 68px;
	}

	.site-header {
		height: 68px;
	}

	.header-brand {
		width: 142px;
	}

	.mobile-menu__footer {
		flex-direction: column;
	}
}

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

	.preloader__mark,
	.preloader__signal {
		animation: none !important;
		opacity: 1;
		transform: none;
	}

	.header-account__medallion,
	.header-schedule__arrow,
	.menu-toggle__icon::before,
	.menu-toggle__icon::after {
		transition: none !important;
	}
}

/* Scope 022 Mobile Header Language Vertical 04
 * Repair of the deployed mobile control. Material values remain translated
 * from the published Figma Icon Button / Featured / Mobile / Chrome component.
 * The expanded state is the approved 44 × 132 same-anchor vertical overlay.
 */
.mobile-header-brand,
.mobile-header-cluster {
	display: none;
}

.mobile-header-brand {
	position: relative;
	flex: 0 0 auto;
	aspect-ratio: 840 / 272;
}

.mobile-header-brand__wordmark {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
	transition: opacity var(--era22-duration-fast) linear;
}

.mobile-header-brand__wordmark--on-dark {
	opacity: 0;
}

.site-header.is-dark .mobile-header-brand__wordmark--on-light,
html.menu-open .mobile-header-brand__wordmark--on-light {
	opacity: 0;
}

.site-header.is-dark .mobile-header-brand__wordmark--on-dark,
html.menu-open .mobile-header-brand__wordmark--on-dark {
	opacity: 1;
}

.mobile-header-cluster,
.mobile-menu-toggle-slot {
	align-items: center;
}

.mobile-menu-toggle-slot {
	display: inline-flex;
	min-width: 0;
}

.mobile-header-language {
	position: relative;
	display: none;
	width: 44px;
	height: 44px;
	z-index: 8;
}

.mobile-header-language__trigger,
.mobile-header-language__panel {
	position: absolute;
	right: 0;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 22px;
	background: transparent;
	color: var(--era22-void-black);
	font-family: var(--era22-ui);
	font-size: 0.875rem;
	font-weight: 650;
	letter-spacing: 0.01em;
	line-height: 1;
}

.mobile-header-language__trigger {
	top: 0;
	z-index: 2;
	cursor: pointer;
	transition: opacity var(--era22-duration-fast) linear,
		transform var(--era22-duration-standard) var(--era22-ease-liquid);
}

.mobile-header-language__panel {
	top: 0;
	z-index: 3;
	display: block;
	overflow: hidden;
	width: 44px;
	height: 44px;
	box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.10), 1.5px 6px 11px rgba(0, 0, 0, 0.18);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: scale(0.96);
	transform-origin: top center;
	will-change: height, opacity, transform;
	transition: height var(--era22-duration-standard) var(--era22-ease-liquid),
		opacity var(--era22-duration-fast) linear,
		transform var(--era22-duration-standard) var(--era22-ease-liquid),
		visibility 0s linear var(--era22-duration-standard);
}

.mobile-header-language.is-open .mobile-header-language__trigger {
	opacity: 0;
	pointer-events: none;
	transform: scale(0.96);
}

.mobile-header-language.is-open .mobile-header-language__panel {
	width: 44px;
	height: 132px;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: scale(1);
	transition-delay: 0s;
}

.mobile-language-chrome {
	position: absolute;
	inset: 0;
	z-index: 0;
	border: 0.8px solid #0d0f13;
	border-radius: inherit;
	background-image:
		linear-gradient(90deg, rgba(3, 4, 6, 0.34) 0%, rgba(255, 255, 255, 0.30) 10%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.24) 90%, rgba(3, 4, 6, 0.30) 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.38) 20%, rgba(5, 6, 10, 0.16) 58%, rgba(255, 255, 255, 0.44) 86%, rgba(8, 9, 13, 0.34) 100%),
		linear-gradient(90deg, #9196a1 0%, #9196a1 100%);
	box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.10), 1.5px 6px 11px rgba(0, 0, 0, 0.18);
	pointer-events: none;
}

.mobile-header-language__panel .mobile-language-chrome {
	box-shadow: none;
}

.mobile-language-chrome::before {
	content: "";
	position: absolute;
	inset: 3px;
	border: 0.8px solid rgba(255, 255, 255, 0.70);
	border-radius: calc(22px - 3px);
	background-color: #d1d4d8;
	background-image:
		radial-gradient(ellipse 72% 128% at 63% 50%, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.2788) 32%, rgba(255, 255, 255, 0.03) 68%, rgba(255, 255, 255, 0) 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.02) 46%, rgba(8, 10, 14, 0.05) 72%, rgba(5, 6, 10, 0.16) 100%);
	box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.18), inset -1px 2px 4.5px rgba(255, 255, 255, 0.68);
}

.mobile-language-chrome__reflection {
	position: absolute;
	z-index: 2;
	display: block;
	border-radius: 999px;
	mix-blend-mode: screen;
	pointer-events: none;
}

.mobile-language-chrome__reflection--blue {
	left: 2px;
	top: 11px;
	width: 2.5px;
	height: 16.72px;
	background: #1a33ff;
	filter: blur(2.1px);
	opacity: 0.54;
}

.mobile-language-chrome__reflection--orange {
	right: 1.32px;
	bottom: 2.8px;
	width: 6.6px;
	height: 2.2px;
	background: #ff6a00;
	filter: blur(1.8px);
	opacity: 0.3888;
}

.mobile-header-language__current,
.mobile-header-language__options {
	position: relative;
	z-index: 2;
}

.mobile-header-language__current {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
}

.mobile-header-language__options {
	display: grid;
	grid-template-columns: 44px;
	grid-template-rows: repeat(3, 44px);
	width: 44px;
	height: 132px;
}

.mobile-header-language__options .language-option {
	position: relative;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 22px;
	color: var(--era22-void-black);
	font-family: var(--era22-ui);
	font-size: 0.875rem;
	font-weight: 560;
	letter-spacing: 0.01em;
	line-height: 1;
	text-decoration: none;
}

.mobile-header-language__options .language-option[aria-current="page"] {
	font-weight: 700;
}

.mobile-header-language__options .language-option[aria-current="page"]::after {
	content: "";
	position: absolute;
	left: 13px;
	right: 13px;
	bottom: 8px;
	height: 1.5px;
	border-radius: 2px;
	background: rgba(10, 10, 10, 0.62);
}

.mobile-header-language__trigger:focus-visible {
	outline: 2px solid var(--era22-electric-blue);
	outline-offset: 2px;
}

.mobile-header-language__options .language-option:focus-visible {
	outline: 2px solid var(--era22-electric-blue);
	outline-offset: -3px;
}

html.menu-open .mobile-header-brand,
html.menu-open .mobile-header-language {
	opacity: 0;
	pointer-events: none;
}

/* SOURCE: hero.css */
/* STUDIO ERA22 — Scope 003 desktop hero correction
 *
 * Goals:
 * 1. Match the frozen V11 hero rendering more faithfully by using the approved
 *    raster as a CSS background layer instead of an <img> element.
 * 2. Preserve the approved desktop composition and hotspot coordinates.
 * 3. Remove the obsolete foundation fallback from the front-page render path.
 * 4. Keep the page readable below 1024px with a neutral editorial fallback.
 */

.era22-home {
	min-height: 100svh;
	background: var(--era22-warm-paper);
}

.hero--approved-desktop {
	position: relative;
	padding: var(--era22-header-height) 0 0;
	min-height: 100svh;
	background: var(--era22-warm-paper);
}

.hero-approved-desktop {
	display: none;
}

.hero-approved-desktop__semantic {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}


.hero-approved-desktop__content,
.hero-approved-desktop__descriptor {
	display: none;
}

.hero-mobile-fallback {
	display: grid;
	padding: clamp(2rem, 7vw, 4rem) var(--era22-page-gutter) clamp(3rem, 9vw, 5rem);
	min-height: calc(100svh - var(--era22-header-height));
	align-items: center;
}

.hero-mobile-fallback__copy {
	max-width: 36rem;
	display: grid;
	gap: 1.25rem;
}

.hero-mobile-fallback__wordmark {
	width: min(100%, 16rem);
	height: auto;
}

.hero-mobile-fallback__descriptor {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: var(--era22-wordmark-descriptor-tracking);
	text-transform: uppercase;
	color: var(--era22-text-primary);
}

.hero-mobile-fallback__title {
	font-size: clamp(2.4rem, 11vw, 4rem);
	line-height: 0.96;
	letter-spacing: -0.04em;
	font-weight: 700;
	color: var(--era22-text-primary);
}

.hero-mobile-fallback__text {
	max-width: 34rem;
	font-size: 1rem;
	line-height: 1.65;
	color: var(--era22-text-secondary);
}

.hero-mobile-fallback__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.9rem 1.25rem;
	padding-top: 0.35rem;
}

.hero-mobile-fallback__link {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--era22-text-primary);
}

.hero-hotspot {
	position: absolute;
	z-index: 5;
	display: block;
	border-radius: 999px;
}

.hero-hotspot:focus-visible {
	outline: 2px solid var(--era22-electric-blue);
	outline-offset: 3px;
}

@media (min-width: 1024px) {
	.hero--approved-desktop {
		min-height: 0;
	}

	.hero-approved-desktop {
		position: relative;
		display: block;
		width: 100%;
		aspect-ratio: 1672 / 835;
		background: var(--era22-warm-paper);
		overflow: hidden;
	}

	.hero-approved-desktop__visual {
		position: absolute;
		inset: 0;
		background-image: url('../img/hero-approved-desktop-clean-v03.png');
		background-image: image-set(
			url('../img/hero-approved-desktop-clean-v03-lossless-v01.webp') type("image/webp"),
			url('../img/hero-approved-desktop-clean-v03.png') type("image/png")
		);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		background-color: var(--era22-warm-paper);
	}

	.hero-approved-desktop__content {
		display: block;
		position: absolute;
		z-index: 2;
		left: 5.1%;
		top: 17.2%;
		width: 39.5%;
		color: var(--era22-text-primary);
	}

	.hero-approved-desktop__title {
		display: grid;
		gap: 0;
		margin: 0;
		font-family: var(--era22-display);
		font-size: clamp(2.65rem, 4.15vw, 4.6rem);
		font-weight: 650;
		letter-spacing: -0.048em;
		line-height: 0.98;
	}

	.hero-approved-desktop__title span {
		display: block;
	}

	.hero-approved-desktop__text {
		max-width: 34rem;
		margin: clamp(1.15rem, 1.7vw, 1.75rem) 0 0;
		font-size: clamp(0.86rem, 1.16vw, 1.2rem);
		line-height: 1.55;
		color: var(--era22-text-secondary);
	}

	.hero-approved-desktop__actions {
		display: flex;
		align-items: center;
		gap: clamp(1.25rem, 2.1vw, 2.25rem);
		margin-top: clamp(1.2rem, 1.9vw, 1.9rem);
	}

	.hero-approved-desktop__primary,
	.hero-approved-desktop__secondary {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 3rem;
		font-size: clamp(0.62rem, 0.75vw, 0.8rem);
		font-weight: 750;
		letter-spacing: 0.1em;
		line-height: 1;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.hero-approved-desktop__primary {
		padding: 0.9rem 1.65rem;
		border-radius: 999px;
		background: var(--era22-void-black);
		color: var(--era22-warm-paper);
	}

	.hero-approved-desktop__secondary {
		gap: 0.55rem;
		color: var(--era22-void-black);
	}

	.hero-approved-desktop__descriptor {
		display: block;
		position: absolute;
		z-index: 2;
		right: 5.1%;
		bottom: 8.8%;
		margin: 0;
		font-size: clamp(0.54rem, 0.68vw, 0.72rem);
		font-weight: 700;
		letter-spacing: 0.34em;
		line-height: 1;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.hero-hotspot--work {
		left: 1.95%;
		top: 62.5%;
		width: 12.1%;
		height: 5.7%;
	}

	.hero-hotspot--services {
		left: 17.2%;
		top: 62.5%;
		width: 14.6%;
		height: 5.7%;
	}

	.hero-mobile-fallback {
		display: none;
	}
}


@media (min-width: 1024px) and (max-width: 1180px) {
	.hero-approved-desktop__content {
		top: 15.8%;
		width: 40.5%;
	}

	.hero-approved-desktop__title {
		font-size: clamp(2.55rem, 4.15vw, 3.1rem);
	}

	.hero-approved-desktop__text {
		max-width: 28rem;
		font-size: 0.84rem;
		line-height: 1.45;
	}

	.hero-approved-desktop__actions {
		gap: 1.15rem;
		margin-top: 1rem;
	}

	.hero-approved-desktop__primary,
	.hero-approved-desktop__secondary {
		min-height: 2.65rem;
		font-size: 0.62rem;
	}

	.hero-approved-desktop__descriptor {
		font-size: 0.52rem;
		letter-spacing: 0.27em;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero-approved-desktop__visual {
		transition: none;
	}
}

/* Scope 012 — controlled mobile hero integration */
.hero-approved-mobile {
	display: none;
}

@media (max-width: 809px) {
	.hero--approved-desktop {
		min-height: 0;
	}

	.hero-approved-mobile {
		position: relative;
		display: block;
		width: 100%;
		aspect-ratio: 941 / 1672;
		background: var(--era22-warm-paper);
		overflow: hidden;
	}

	.hero-approved-mobile__visual {
		position: absolute;
		inset: 0;
		background-image: url('../img/hero-approved-mobile-hands-clean-v01.png');
		background-image: image-set(
			url('../img/hero-approved-mobile-hands-clean-v01-lossless-v01.webp') type("image/webp"),
			url('../img/hero-approved-mobile-hands-clean-v01.png') type("image/png")
		);
		background-position: center top;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-color: var(--era22-warm-paper);
	}

	.hero-approved-mobile__content {
		position: absolute;
		inset: 0;
		z-index: 2;
		color: var(--era22-text-primary);
	}

	.hero-approved-mobile__wordmark {
		position: absolute;
		left: 14.4%;
		top: 54.2%;
		width: 44.8%;
		height: auto;
	}

	.hero-approved-mobile__descriptor {
		position: absolute;
		left: 14.4%;
		top: 64.9%;
		display: flex;
		align-items: center;
		gap: 0.62rem;
		font-size: clamp(0.5rem, 1.9vw, 0.68rem);
		font-weight: 700;
		letter-spacing: 0.15em;
		line-height: 1;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.hero-approved-mobile__descriptor span {
		width: clamp(1.4rem, 7vw, 2.2rem);
		height: 2px;
		background: var(--era22-electric-blue);
	}

	.hero-approved-mobile__title {
		position: absolute;
		left: 14.4%;
		top: 68.4%;
		width: 72%;
		font-family: var(--era22-display);
		font-size: clamp(2.1rem, 9.8vw, 3.15rem);
		font-weight: 650;
		letter-spacing: -0.045em;
		line-height: 0.94;
	}

	.hero-approved-mobile__text {
		position: absolute;
		left: 14.4%;
		top: 82.2%;
		width: 58%;
		font-size: clamp(0.68rem, 2.7vw, 0.9rem);
		line-height: 1.42;
		color: var(--era22-text-secondary);
	}

	.hero-approved-mobile__actions {
		position: absolute;
		left: 14.4%;
		right: 8.5%;
		bottom: 4.7%;
		display: flex;
		align-items: center;
		gap: clamp(0.7rem, 3vw, 1.15rem);
	}

	.hero-approved-mobile__primary,
	.hero-approved-mobile__secondary {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 42px;
		font-size: clamp(0.56rem, 2.25vw, 0.72rem);
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.hero-approved-mobile__primary {
		padding: 0.75rem 1rem;
		border-radius: 999px;
		background: var(--era22-void-black);
		color: var(--era22-warm-paper);
	}

	.hero-approved-mobile__secondary {
		gap: 0.4rem;
		color: var(--era22-void-black);
	}

	.hero-mobile-fallback {
		display: none;
	}
}

@media (min-width: 810px) and (max-width: 1023px) {
	.hero-approved-mobile {
		display: none;
	}

	.hero-mobile-fallback {
		display: grid;
	}
}

@media (max-width: 390px) {
	.hero-approved-mobile__title {
		font-size: clamp(2rem, 9.5vw, 2.45rem);
	}

	.hero-approved-mobile__text {
		width: 60%;
		font-size: clamp(0.64rem, 2.65vw, 0.76rem);
	}

	.hero-approved-mobile__actions {
		gap: 0.65rem;
	}

	.hero-approved-mobile__primary {
		padding-inline: 0.85rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero-approved-mobile__visual,
	.hero-approved-mobile__content {
		transition: none !important;
	}
}

/* Scope 012 mobile composition refinement after fixed-viewport QA */
@media (max-width: 809px) {
	.hero-approved-mobile__title {
		top: 68.2%;
		width: 66%;
		font-size: clamp(1.78rem, 7.55vw, 2.35rem);
		line-height: 0.96;
	}

	.hero-approved-mobile__text {
		top: 80.8%;
		width: 61%;
		font-size: clamp(0.64rem, 2.45vw, 0.78rem);
		line-height: 1.34;
	}

	.hero-approved-mobile__actions {
		bottom: 3.3%;
	}

	.hero-approved-mobile__primary,
	.hero-approved-mobile__secondary {
		min-height: 44px;
		font-size: clamp(0.52rem, 2.05vw, 0.66rem);
	}

	.hero-approved-mobile__primary {
		padding: 0.68rem 0.88rem;
	}
}

@media (max-width: 390px) {
	.hero-approved-mobile__title {
		font-size: clamp(1.7rem, 7.35vw, 1.92rem);
	}

	.hero-approved-mobile__text {
		font-size: clamp(0.61rem, 2.35vw, 0.69rem);
	}
}

@media (min-width: 391px) and (max-width: 809px) {
	.hero-approved-mobile__title {
		width: 72%;
		font-size: clamp(1.82rem, 6.9vw, 2.25rem);
	}
}

/* SOURCE: services.css */
/* STUDIO ERA22 — Scope 028 Services motion tuning
 * Approved Figma authority: Motion Prototype V2.
 * Faster, earlier content reveal without staged delays or grid-row clipping.
 */

.services-merged {
	position: relative;
	padding: clamp(5rem, 7vw, 7rem) var(--era22-page-gutter);
	border-top: 1px solid var(--era22-grid-line);
	background: var(--era22-warm-paper);
	color: var(--era22-void-black);
}

.services-merged .site-shell {
	width: min(100%, 1280px);
	margin-inline: auto;
}

.services-merged p,
.services-merged h2 {
	margin: 0;
}

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

.services-merged__header {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr);
	gap: clamp(2rem, 6vw, 7rem);
	align-items: start;
}

.services-merged__headline {
	max-width: 700px;
	font-family: var(--era22-display);
	font-size: clamp(2.55rem, 4vw, 3rem);
	font-weight: 570;
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.services-merged__headline > span,
.services-merged__headline--desktop > span {
	display: block;
}

.services-merged__headline > .services-merged__headline--mobile {
	display: none;
}

.services-merged__intro {
	max-width: 44ch;
	justify-self: end;
	padding-top: 0.55rem;
	color: var(--era22-text-secondary);
	font-size: clamp(1rem, 1.35vw, 1.08rem);
	line-height: 1.58;
}

.services-focus-slices {
	display: flex;
	gap: 1px;
	height: 480px;
	margin-top: clamp(2.5rem, 4vw, 3rem);
	border: 1px solid var(--era22-grid-line);
	border-radius: var(--era22-radius-card);
	background: var(--era22-grid-line);
	overflow: hidden;
	isolation: isolate;
}

.service-slice {
	position: relative;
	min-width: 0;
	min-height: 0;
	flex: 1 1 0%;
	overflow: hidden;
	background: var(--era22-warm-paper);
	color: var(--era22-void-black);
	transition:
		flex-grow 580ms cubic-bezier(0.25, 0.8, 0.25, 1),
		background-color 520ms cubic-bezier(0.25, 0.8, 0.25, 1),
		color 520ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

.service-slice.is-active {
	flex-grow: 5;
	background: var(--era22-void-black);
	color: var(--era22-warm-paper);
}

.service-slice__trigger {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: left;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.service-slice__trigger:focus-visible {
	outline: 3px solid var(--era22-electric-blue);
	outline-offset: -4px;
	z-index: 2;
}

.service-slice__number,
.service-slice__title,
.service-slice__accent,
.service-slice__details {
	position: absolute;
	left: clamp(1.25rem, 2.5vw, 2rem);
	right: clamp(1.25rem, 2.5vw, 2rem);
}

.service-slice__number {
	top: clamp(1.4rem, 2.4vw, 2rem);
	right: auto;
	font-family: var(--era22-display);
	font-size: clamp(2rem, 3vw, 2.45rem);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 1;
	color: currentColor;
	transition:
		color 420ms cubic-bezier(0.16, 1, 0.3, 1),
		font-size 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.service-slice.is-active .service-slice__number {
	font-size: clamp(2.7rem, 4vw, 3rem);
	color: var(--era22-electric-orange);
}

.service-slice__title {
	bottom: 2rem;
	font-family: var(--era22-display);
	font-size: clamp(0.96rem, 1.4vw, 1.08rem);
	font-weight: 580;
	letter-spacing: -0.025em;
	line-height: 1.22;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: manual;
	transition:
		bottom 420ms cubic-bezier(0.16, 1, 0.3, 1),
		font-size 420ms cubic-bezier(0.16, 1, 0.3, 1),
		line-height 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.service-slice.is-active .service-slice__title {
	bottom: 13.35rem;
	font-size: clamp(1.55rem, 2.5vw, 1.9rem);
	line-height: 1.12;
}

.service-slice__accent {
	top: 11.7rem;
	right: auto;
	width: 0;
	height: 2px;
	background: var(--era22-electric-blue);
	opacity: 0;
	transition:
		width 360ms cubic-bezier(0.16, 1, 0.3, 1),
		opacity 140ms ease-out;
}

.service-slice.is-active .service-slice__accent {
	width: 72px;
	opacity: 1;
}

.service-slice__details {
	bottom: 2rem;
	display: block;
	pointer-events: none;
	min-width: 0;
	opacity: 0;
	transform: translateY(4px);
	transition:
		opacity 80ms linear,
		transform 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.service-slice.is-active .service-slice__details {
	opacity: 1;
	transform: none;
	transition:
		opacity 180ms ease-out 30ms,
		transform 380ms cubic-bezier(0.16, 1, 0.3, 1);
}

.service-slice__details-inner {
	min-height: 0;
	overflow: hidden;
}

.service-slice__tags {
	display: block;
	color: var(--era22-electric-orange);
	font-family: var(--era22-ui);
	font-size: 0.66rem;
	font-weight: 650;
	letter-spacing: 0.09em;
	line-height: 1.4;
	text-transform: uppercase;
}

.service-slice__description {
	display: block;
	max-width: 58ch;
	margin-top: 1rem;
	color: rgba(250, 250, 248, 0.76);
	font-size: clamp(0.92rem, 1.25vw, 1rem);
	line-height: 1.55;
}

@media (max-width: 1023px) {
	.services-merged__header {
		grid-template-columns: 1fr;
	}

	.services-merged__intro {
		justify-self: start;
		padding-top: 0;
	}

	.services-focus-slices {
		flex-direction: column;
		height: 620px;
	}

	.service-slice {
		flex: 0 0 72px;
		transition:
			flex-basis 580ms cubic-bezier(0.25, 0.8, 0.25, 1),
			flex-grow 580ms cubic-bezier(0.25, 0.8, 0.25, 1),
			background-color 520ms cubic-bezier(0.25, 0.8, 0.25, 1),
			color 520ms cubic-bezier(0.25, 0.8, 0.25, 1);
	}

	.service-slice.is-active {
		flex: 1 1 316px;
	}

	.service-slice__number {
		top: 1.55rem;
		left: 1.5rem;
		right: auto;
		font-size: 0.7rem;
		letter-spacing: 0;
		line-height: 1.4;
	}

	.service-slice.is-active .service-slice__number {
		top: 1.15rem;
		font-size: 2.35rem;
	}

	.service-slice__title {
		top: 1.3rem;
		bottom: auto;
		left: 5rem;
		right: 1.5rem;
		font-size: 1.05rem;
		line-height: 1.35;
	}

	.service-slice.is-active .service-slice__title {
		top: 1.35rem;
		bottom: auto;
		font-size: 1.42rem;
		line-height: 1.25;
	}

	.service-slice__accent {
		top: 5.1rem;
		left: 1.5rem;
	}

	.service-slice__details {
		top: 7rem;
		bottom: auto;
		left: 1.5rem;
		right: 1.5rem;
	}

	.service-slice__description {
		font-size: 0.94rem;
		line-height: 1.52;
	}
}

@media (max-width: 767px) {
	.services-merged {
		padding: 3rem var(--era22-page-gutter) 4rem;
	}

	.services-merged__header {
		display: block;
	}

	.services-merged__headline > .services-merged__headline--desktop,
	.services-merged__intro {
		display: none;
	}

	.services-merged__headline > .services-merged__headline--mobile {
		display: block;
		max-width: 100%;
		font-size: clamp(2rem, 8vw, 2.25rem);
		line-height: 1.08;
	}

	.services-focus-slices {
		margin-top: 2rem;
	}
}

@media (max-width: 359px) {
	.services-merged__headline--mobile {
		font-size: 1.75rem;
	}

	.service-slice__title {
		left: 4.6rem;
		right: 1rem;
	}

	.service-slice.is-active .service-slice__title {
		font-size: 1.32rem;
	}

	.service-slice__details {
		left: 1.5rem;
		right: 1.5rem;
	}

	.service-slice__tags {
		font-size: 0.61rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.service-slice,
	.service-slice__number,
	.service-slice__title,
	.service-slice__accent,
	.service-slice__details {
		transition: none !important;
	}
}

/* SOURCE: work.css */
/* STUDIO ERA22 — Scope 005 Selected work
 * Visual, content and responsive baseline: frozen V11 demo.
 */

.work {
	position: relative;
	padding: var(--era22-space-section) var(--era22-page-gutter);
	background: var(--era22-warm-paper);
	color: var(--era22-void-black);
}

.work .site-shell {
	width: min(100%, var(--era22-content-max));
	margin-inline: auto;
}

.work p,
.work h2,
.work h3,
.work figure {
	margin: 0;
}

.work .section-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: clamp(0.75rem, 1.5vw, 1.5rem);
}

.work .section-label,
.work .eyebrow {
	font-family: var(--era22-ui);
	font-size: var(--era22-type-label);
	font-weight: 650;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.work .h1 {
	font-family: var(--era22-display);
	font-size: var(--era22-type-h1);
	font-weight: 570;
	letter-spacing: -0.05em;
	line-height: 0.94;
}

.work .h1 > span {
	display: block;
}

.work .h3 {
	font-family: var(--era22-display);
	font-size: var(--era22-type-h3);
	font-weight: 580;
	letter-spacing: -0.025em;
	line-height: 1.08;
}

.work .body-lg {
	font-size: var(--era22-type-body-lg);
	line-height: 1.5;
}

.work .text-muted {
	color: var(--era22-text-secondary);
}

.work .stack-sm > * + * {
	margin-top: 1.25rem;
}

.work .stack-md > * + * {
	margin-top: 2rem;
}

.work__intro {
	grid-column: 1 / span 8;
}

.work-list {
	display: grid;
	gap: clamp(1.5rem, 4vw, 4rem);
	margin-top: clamp(3rem, 7vw, 7rem);
}

.project-card {
	position: relative;
	min-height: min(74vh, 820px);
	display: grid;
	grid-template-rows: 1fr auto;
	overflow: hidden;
	border: 1px solid var(--era22-grid-line);
	border-radius: var(--era22-radius-card);
	background: var(--era22-mist);
}

.project-card__media {
	position: relative;
	min-height: 420px;
	overflow: hidden;
}

.project-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.2s var(--era22-ease-standard);
}

.project-card:hover .project-card__media img {
	transform: scale(1.035);
}

.project-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(10, 10, 10, 0.68), transparent 55%);
	pointer-events: none;
}

.project-card__body {
	display: grid;
	grid-template-columns: 1fr minmax(260px, 0.7fr);
	gap: 2rem;
	padding: clamp(1.35rem, 2.8vw, 2.4rem);
	background: var(--era22-warm-paper);
}

.project-card__meta {
	max-width: 38ch;
	color: var(--era22-text-secondary);
}

.project-card--editorial {
	background: var(--era22-void-black);
	color: var(--era22-warm-paper);
}

.project-card--editorial .project-card__body {
	background: var(--era22-void-black);
}

/* Preserve the V11 dark-card appearance while keeping the live text readable. */
.project-card--editorial .project-card__meta,
.project-card--editorial .text-muted {
	color: rgba(250, 250, 248, 0.62);
}

.recipe-grid {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: 1fr;
	gap: 1px;
	background: rgba(250, 250, 248, 0.18);
}

.recipe-grid__cell {
	position: relative;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	padding: clamp(0.75rem, 2vw, 1.5rem);
	background: var(--era22-void-black);
}

.recipe-grid__cell:nth-child(1) {
	grid-column: span 3;
	grid-row: span 2;
	background: var(--era22-electric-orange);
	color: var(--era22-void-black);
}

.recipe-grid__cell:nth-child(2) {
	grid-column: span 2;
	background: var(--era22-warm-paper);
	color: var(--era22-void-black);
}

.recipe-grid__cell:nth-child(3) {
	grid-column: span 1;
	background: var(--era22-electric-blue);
}

.recipe-grid__cell:nth-child(4) {
	grid-column: span 2;
}

.recipe-grid__cell:nth-child(5) {
	grid-column: span 1;
	background: var(--era22-mist);
	color: var(--era22-void-black);
}

.recipe-grid__cell:nth-child(6) {
	grid-column: span 3;
}

.recipe-grid__cell span {
	font-size: clamp(0.78rem, 1.4vw, 1.35rem);
	font-weight: 650;
	letter-spacing: -0.025em;
	line-height: 1.05;
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	width: fit-content;
	padding: 0.45rem 0;
	border-bottom: 1px solid currentColor;
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.2;
	text-transform: uppercase;
}

.text-link .button__arrow {
	margin-left: auto;
	transition: transform var(--era22-duration-standard) var(--era22-ease-standard);
}

.text-link:hover .button__arrow {
	transform: translate(2px, -2px);
}

/* V11 desktop refinement: cinematic image without viewport domination. */
@media (min-width: 1024px) {
	.work-list .project-card:first-child .project-card__media {
		min-height: 0;
		height: clamp(280px, 24vw, 360px);
	}

	.work-list .project-card:first-child .project-card__media img {
		object-position: center 48%;
	}
}

@media (max-width: 809px) {
	.work .section-grid {
		grid-template-columns: 1fr;
	}

	.work__intro {
		grid-column: 1;
	}

	.project-card {
		min-height: auto;
	}

	.project-card__media {
		min-height: 54svh;
	}

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

	.recipe-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.recipe-grid__cell,
	.recipe-grid__cell:nth-child(n) {
		grid-column: span 1;
		grid-row: span 1;
	}

	.recipe-grid__cell:nth-child(1),
	.recipe-grid__cell:nth-child(6) {
		grid-column: span 2;
	}
}

/* V11 reveal and headline stagger, scoped to Selected work only. */
.js [data-work-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition:
		opacity var(--era22-duration-reveal) var(--era22-ease-standard),
		transform var(--era22-duration-reveal) var(--era22-ease-standard);
	transition-delay: var(--reveal-delay, 0ms);
}

.js [data-work-reveal].is-visible {
	opacity: 1;
	transform: none;
}

.js [data-work-stagger] > * {
	opacity: 0;
	transform: translateY(1.1em);
	transition:
		opacity var(--era22-duration-reveal) var(--era22-ease-standard),
		transform var(--era22-duration-reveal) var(--era22-ease-standard);
	transition-delay: calc(var(--stagger-index, 0) * 90ms + 100ms);
}

.js [data-work-stagger].is-visible > * {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.project-card__media img,
	.text-link .button__arrow {
		transition: none !important;
	}

	.js [data-work-reveal],
	.js [data-work-stagger] > * {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}

/* SOURCE: process.css */
/* STUDIO ERA22 — Scope 006 Process
 * Structure, copy and interaction baseline: frozen V11 demo.
 */

.method-section {
	position: relative;
	overflow: hidden;
	padding: clamp(6rem, 9vw, 9rem) var(--era22-page-gutter);
	background: var(--era22-void-black);
	color: var(--era22-warm-paper);
}

.method-section .site-shell {
	width: min(100%, var(--era22-content-max));
	margin-inline: auto;
}

.method-section p,
.method-section h2,
.method-section h3 {
	margin: 0;
}

.method-section .section-label {
	font-family: var(--era22-ui);
	font-size: var(--era22-type-label);
	font-weight: 650;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.method-section .h1 {
	font-family: var(--era22-display);
	font-size: var(--era22-type-h1);
	font-weight: 570;
	letter-spacing: -0.05em;
	line-height: 0.94;
}

.method-section .h1 > span {
	display: block;
}

.method-section .body-lg {
	font-size: var(--era22-type-body-lg);
	line-height: 1.5;
}

.method-section .text-muted {
	color: rgba(250, 250, 248, 0.62);
}

.method-section .stack-md > * + * {
	margin-top: 2rem;
}

.method-section__header {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
	gap: clamp(2rem, 6vw, 7rem);
	align-items: end;
	margin-bottom: clamp(3rem, 5vw, 5rem);
}

.method-section__headline {
	max-width: 12ch;
}

.method-section__intro {
	max-width: 43ch;
	justify-self: end;
}

.velocity-carousel {
	position: relative;
}

.velocity-carousel__track {
	display: flex;
	gap: clamp(1rem, 1.8vw, 1.7rem);
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	cursor: grab;
	padding: 0 max(var(--era22-page-gutter), calc((100vw - min(100vw, var(--era22-content-max))) / 2 + var(--era22-page-gutter))) 1.2rem 0;
}

.velocity-carousel__track::-webkit-scrollbar {
	display: none;
}

.velocity-carousel__track:focus-visible {
	outline: 2px solid var(--era22-electric-blue);
	outline-offset: 6px;
}

.velocity-carousel__track.is-dragging {
	cursor: grabbing;
	scroll-snap-type: none;
	user-select: none;
}

.velocity-card {
	flex: 0 0 min(72vw, 780px);
	min-height: clamp(470px, 48vw, 620px);
	scroll-snap-align: start;
	border: 1px solid rgba(250, 250, 248, 0.18);
	border-radius: clamp(1.1rem, 1.8vw, 1.65rem);
	padding: clamp(1.35rem, 2.5vw, 2.6rem);
	display: grid;
	grid-template-rows: auto minmax(220px, 1fr) auto;
	gap: clamp(1.4rem, 3vw, 2.8rem);
	overflow: hidden;
	background: #111113;
	color: var(--era22-warm-paper);
}

.velocity-card--paper {
	background: var(--era22-warm-paper);
	color: var(--era22-void-black);
}

.velocity-card__meta {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	font-size: 0.68rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.velocity-card__meta span:first-child {
	color: var(--era22-electric-orange);
}

.velocity-card__copy {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.72fr);
	gap: 2rem;
	align-items: end;
}

.velocity-card__copy h3 {
	font-size: clamp(2rem, 3.4vw, 3.5rem);
	line-height: 0.96;
	letter-spacing: -0.045em;
	max-width: 12ch;
}

.velocity-card__copy p {
	max-width: 38ch;
	color: rgba(250, 250, 248, 0.66);
	justify-self: end;
	line-height: 1.55;
}

.velocity-card--paper .velocity-card__copy p,
.velocity-card--split .velocity-card__copy p {
	color: rgba(27, 27, 31, 0.66);
}

.velocity-card__visual {
	position: relative;
	min-height: 240px;
}

.velocity-card__visual--clarity {
	display: grid;
	place-items: center;
	border: 1px solid rgba(27, 27, 31, 0.14);
	background-image: linear-gradient(to right, rgba(27, 27, 31, 0.08) 1px, transparent 1px), linear-gradient(to bottom, rgba(27, 27, 31, 0.08) 1px, transparent 1px);
	background-size: 25% 100%, 100% 25%;
}

.velocity-card__visual--clarity span {
	font-size: clamp(4rem, 10vw, 8rem);
	letter-spacing: 0.12em;
	font-weight: 650;
	color: transparent;
	-webkit-text-stroke: 1px rgba(27, 27, 31, 0.5);
}

.velocity-card__visual--clarity i {
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--era22-electric-blue);
}

.velocity-card__visual--clarity i:nth-of-type(1) { left: 18%; top: 25%; }
.velocity-card__visual--clarity i:nth-of-type(2) { right: 24%; top: 58%; background: var(--era22-electric-orange); }
.velocity-card__visual--clarity i:nth-of-type(3) { left: 53%; bottom: 16%; background: var(--era22-void-black); }

.velocity-card--medallion {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 42%), #0c0c0d;
}

.velocity-card__medallion {
	width: min(48%, 330px);
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 50%;
	align-self: center;
	justify-self: center;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}

.velocity-card--split {
	background: var(--era22-warm-paper);
	color: var(--era22-void-black);
}

.velocity-card__visual--split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border: 1px solid rgba(27, 27, 31, 0.14);
	overflow: hidden;
}

.velocity-card__visual--split span {
	display: grid;
	place-items: center;
	font-size: clamp(2.2rem, 5vw, 5rem);
	letter-spacing: 0.1em;
}

.velocity-card__visual--split span:first-child { background: rgba(26, 51, 255, 0.09); }
.velocity-card__visual--split span:nth-child(2) { background: rgba(255, 106, 0, 0.09); border-left: 1px solid rgba(27, 27, 31, 0.14); }
.velocity-card__visual--split b { position: absolute; inset: 12% 49.8%; background: linear-gradient(var(--era22-electric-blue), var(--era22-electric-orange)); }

.velocity-card__visual--rail {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1px;
	background: rgba(27, 27, 31, 0.15);
	border: 1px solid rgba(27, 27, 31, 0.15);
}

.velocity-card__visual--rail i {
	display: grid;
	place-items: center;
	background: var(--era22-warm-paper);
	font-style: normal;
	font-size: clamp(1.3rem, 3vw, 3rem);
	color: rgba(27, 27, 31, 0.42);
}

.velocity-card--care {
	background: radial-gradient(circle at 90% 10%, rgba(26, 51, 255, 0.16), transparent 36%), radial-gradient(circle at 10% 90%, rgba(255, 106, 0, 0.14), transparent 38%), #0c0c0d;
}

.velocity-card__visual--care {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 1.4rem;
}

.velocity-card__visual--care span {
	border: 1px solid rgba(250, 250, 248, 0.2);
	min-height: 130px;
	display: grid;
	place-items: center;
	font-size: clamp(1.7rem, 4vw, 4rem);
	letter-spacing: 0.12em;
}

.velocity-card__visual--care i {
	width: clamp(60px, 8vw, 110px);
	height: 2px;
	background: linear-gradient(90deg, var(--era22-electric-orange), var(--era22-electric-blue));
}

.velocity-carousel__controls {
	margin-top: 1.4rem;
	display: flex;
	align-items: center;
	gap: 0.9rem;
}

.velocity-carousel__button {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid rgba(250, 250, 248, 0.28);
	background: transparent;
	color: inherit;
	cursor: pointer;
}

.velocity-carousel__button:hover:not(:disabled) {
	background: var(--era22-warm-paper);
	color: var(--era22-void-black);
}

.velocity-carousel__button:disabled {
	opacity: 0.32;
	cursor: default;
}

.velocity-carousel__button:focus-visible {
	outline: 2px solid var(--era22-electric-blue);
	outline-offset: 3px;
}

.velocity-carousel__status {
	display: flex;
	gap: 0.45rem;
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	min-width: 58px;
	justify-content: center;
}

.js [data-process-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity var(--era22-duration-reveal) var(--era22-ease-standard), transform var(--era22-duration-reveal) var(--era22-ease-standard);
	transition-delay: var(--reveal-delay, 0ms);
}

.js [data-process-reveal].is-visible {
	opacity: 1;
	transform: none;
}

.js [data-process-stagger] > * {
	opacity: 0;
	transform: translateY(1.1em);
	transition: opacity var(--era22-duration-reveal) var(--era22-ease-standard), transform var(--era22-duration-reveal) var(--era22-ease-standard);
	transition-delay: calc(var(--stagger-index, 0) * 90ms + 100ms);
}

.js [data-process-stagger].is-visible > * {
	opacity: 1;
	transform: none;
}

@media (max-width: 1023px) {
	.method-section__header {
		grid-template-columns: 1fr;
	}

	.method-section__intro {
		justify-self: start;
	}

	.velocity-card {
		flex-basis: min(88vw, 680px);
	}

	.velocity-card__copy {
		grid-template-columns: 1fr;
	}

	.velocity-card__copy p {
		justify-self: start;
	}
}

@media (max-width: 680px) {
	.velocity-card {
		flex-basis: 91vw;
		min-height: 540px;
	}

	.velocity-card__visual--care {
		grid-template-columns: 1fr;
	}

	.velocity-card__visual--care i {
		height: 58px;
		width: 2px;
		justify-self: center;
		background: linear-gradient(var(--era22-electric-orange), var(--era22-electric-blue));
	}
}

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

	.js [data-process-reveal],
	.js [data-process-stagger] > * {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
}

/* Scope 006 correction — lock the process cards to the V11 desktop geometry.
 * The original rules used minimum heights only. If an image's intrinsic size
 * wins during initial layout, the tallest card expands the entire horizontal
 * flex row. These constraints prevent that expansion without changing copy,
 * card order, interactions, or the approved medallion asset.
 */
@media (min-width: 1024px) {
	.velocity-carousel__track {
		align-items: flex-start;
	}

	.velocity-card {
		flex: 0 0 min(72vw, 780px);
		inline-size: min(72vw, 780px);
		max-inline-size: 780px;
		height: clamp(520px, 48vw, 620px);
		min-height: 0;
		grid-template-rows: auto minmax(0, 1fr) auto;
	}

	.velocity-card__visual {
		height: 100%;
		min-height: 0;
	}

	.velocity-card__medallion {
		display: block;
		inline-size: 330px !important;
		max-inline-size: 48% !important;
		block-size: auto !important;
		max-block-size: 330px;
		aspect-ratio: 1 / 1;
		object-fit: contain !important;
		object-position: center;
	}
}

/* Logged-in WordPress QA: account for the admin toolbar when a nav anchor is
 * opened while signed in. This does not affect public visitors. */
body.admin-bar .method-section {
	scroll-margin-top: calc(var(--era22-header-height) + 48px);
}

@media (max-width: 782px) {
	body.admin-bar .method-section {
		scroll-margin-top: calc(var(--era22-header-height) + 60px);
	}
}

/* SOURCE: pricing.css */
/* STUDIO ERA22 — Scope 007 Pricing + Care
 * Structure and visual baseline: frozen V11 demo.
 */

.pricing-section {
	position: relative;
	padding: clamp(6rem, 9vw, 9rem) var(--era22-page-gutter);
	background: var(--era22-warm-paper);
	color: var(--era22-void-black);
}

.pricing-section .site-shell {
	width: min(100%, var(--era22-content-max));
	margin-inline: auto;
}

.pricing-section p,
.pricing-section h2,
.pricing-section h3 {
	margin: 0;
}

.pricing-section .section-label,
.pricing-eyebrow {
	font-family: var(--era22-ui);
	font-size: var(--era22-type-label);
	font-weight: 650;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.pricing-section .h1 {
	font-family: var(--era22-display);
	font-size: var(--era22-type-h1);
	font-weight: 570;
	letter-spacing: -0.05em;
	line-height: 0.94;
}

.pricing-section .h1 > span {
	display: block;
}

.pricing-section .body-lg {
	font-size: var(--era22-type-body-lg);
	line-height: 1.5;
}

.pricing-text-muted {
	color: rgba(27, 27, 31, 0.66);
}

.pricing-stack-md > * + * {
	margin-top: 2rem;
}

.pricing-stack-sm > * + * {
	margin-top: 1.25rem;
}

.pricing-section__header {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
	gap: clamp(2rem, 6vw, 7rem);
	align-items: end;
}

.pricing-section__headline {
	max-width: 12ch;
}

.pricing-section__intro {
	max-width: 43ch;
	justify-self: end;
}

.pricing-tabs {
	margin-top: clamp(3.2rem, 6vw, 5.6rem);
}

.pricing-tabs__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px;
	padding: 5px;
	border: 1px solid var(--era22-grid-line);
	border-radius: 999px;
	background: var(--era22-mist);
}

.pricing-tabs__list button,
.care-switch button {
	min-height: 50px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: inherit;
	cursor: pointer;
	font-family: var(--era22-ui);
	font-size: 0.72rem;
	font-weight: 720;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.pricing-tabs__list button[aria-selected="true"] {
	background: var(--era22-void-black);
	color: var(--era22-warm-paper);
	box-shadow: 0 8px 24px rgba(10, 10, 10, 0.12);
}

.pricing-tabs__list button:focus-visible,
.care-switch button:focus-visible {
	outline: 2px solid var(--era22-electric-blue);
	outline-offset: 3px;
}

.pricing-card {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
	gap: 1px;
	margin-top: 1rem;
	overflow: hidden;
	border: 1px solid var(--era22-grid-line);
	border-radius: var(--era22-radius-card);
	background: var(--era22-grid-line);
}

.pricing-card[hidden],
.care-card[hidden] {
	display: none !important;
}

.pricing-card__summary,
.pricing-card__details {
	padding: clamp(2rem, 4vw, 4.2rem);
	background: var(--era22-warm-paper);
}

.pricing-card__summary {
	display: grid;
	align-content: start;
	gap: 1.5rem;
}

.pricing-card__summary h3 {
	font-size: clamp(2.4rem, 4.5vw, 5rem);
	line-height: 0.95;
	letter-spacing: -0.05em;
}

.pricing-card__price {
	margin-top: auto;
	font-size: clamp(2.3rem, 4.4vw, 4.8rem);
	line-height: 0.9;
	letter-spacing: -0.055em;
}

.pricing-card__price span {
	display: block;
	margin-bottom: 0.75rem;
	font-size: 0.68rem;
	line-height: 1.3;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.pricing-card__price--text {
	max-width: 9ch;
	font-size: clamp(2rem, 3.7vw, 4rem);
}

.pricing-card__details {
	display: grid;
	align-content: start;
	gap: 1.7rem;
	background: #f4f4f1;
}

.pricing-card__details ul {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--era22-grid-line);
	list-style: none;
}

.pricing-card__details li {
	padding: 1rem 0;
	border-bottom: 1px solid var(--era22-grid-line);
}

.pricing-card__fit {
	max-width: 42ch;
	color: rgba(27, 27, 31, 0.66);
}

.pricing-card__cta {
	justify-self: start;
	min-width: 220px;
	background: var(--era22-void-black);
	color: var(--era22-warm-paper);
}

.pricing-tabs__note {
	margin-top: 1rem !important;
	font-size: 0.72rem;
	color: rgba(27, 27, 31, 0.66);
}

.care-module {
	margin-top: clamp(4rem, 8vw, 8rem);
	padding: clamp(1.4rem, 2.6vw, 2.8rem);
	border: 1px solid var(--era22-grid-line);
	border-radius: var(--era22-radius-card);
	background: linear-gradient(135deg, rgba(26, 51, 255, 0.035), rgba(255, 106, 0, 0.035)), var(--era22-warm-paper);
}

.care-module__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.65fr);
	gap: 2rem;
	align-items: end;
}

.care-module__header h3 {
	max-width: 15ch;
	font-size: clamp(2rem, 3.8vw, 4.1rem);
	line-height: 0.98;
	letter-spacing: -0.045em;
}

.care-switch {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: min(100%, 620px);
	margin-top: 2.4rem;
	padding: 5px;
	border: 1px solid var(--era22-grid-line);
	border-radius: 999px;
	background: var(--era22-mist);
}

.care-switch button[aria-selected="true"] {
	background: linear-gradient(90deg, rgba(26, 51, 255, 0.94), rgba(255, 106, 0, 0.94));
	color: #fff;
	box-shadow: 0 8px 22px rgba(10, 10, 10, 0.12);
}

.care-card {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(300px, 0.8fr) auto;
	gap: clamp(2rem, 5vw, 6rem);
	align-items: end;
	margin-top: 1rem;
	padding: clamp(2rem, 4vw, 4rem);
	border-radius: calc(var(--era22-radius-card) - 4px);
	background: var(--era22-void-black);
	color: var(--era22-warm-paper);
}

.care-card .pricing-text-muted {
	color: rgba(250, 250, 248, 0.62);
}

.care-card__price {
	margin-top: 1rem !important;
	font-size: clamp(2.1rem, 3.8vw, 4rem);
	line-height: 1;
	letter-spacing: -0.05em;
}

.care-card__price span {
	font-size: 0.82rem;
	letter-spacing: 0.08em;
}

.care-card__price--text {
	max-width: 9ch;
}

.care-card ul {
	display: grid;
	gap: 0.7rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.care-card li {
	position: relative;
	padding-left: 1.3rem;
	color: rgba(250, 250, 248, 0.78);
}

.care-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.68em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--era22-electric-orange);
}

.care-card .text-link {
	color: var(--era22-warm-paper);
	white-space: nowrap;
}

.js [data-pricing-reveal],
.js [data-pricing-stagger] > span {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 720ms var(--era22-ease-standard), transform 720ms var(--era22-ease-standard);
}

.js [data-pricing-stagger] > span:nth-child(2) {
	transition-delay: 90ms;
}

.js [data-pricing-reveal].is-visible,
.js [data-pricing-stagger].is-visible > span {
	opacity: 1;
	transform: none;
}

@media (max-width: 1023px) {
	.pricing-section__header,
	.care-module__header {
		grid-template-columns: 1fr;
	}

	.pricing-section__intro {
		justify-self: start;
	}

	.pricing-card,
	.care-card {
		grid-template-columns: 1fr;
	}

	.care-card {
		align-items: start;
	}
}

@media (max-width: 680px) {
	.pricing-tabs__list,
	.care-switch {
		grid-template-columns: 1fr;
		border-radius: 24px;
	}

	.pricing-card__summary,
	.pricing-card__details {
		padding: clamp(1.5rem, 7vw, 2.4rem);
	}

	.pricing-card__cta {
		width: 100%;
		min-width: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.js [data-pricing-reveal],
	.js [data-pricing-stagger] > span {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* SOURCE: studio-contact.css */
/* STUDIO ERA22 — Scope 008 Studio + Contact
 * Structure, composition and responsive behavior are based on the active V11
 * homepage section. Assets are copied unchanged from the active V11 package.
 */

.studio-section,
.contact-section {
	position: relative;
	padding: clamp(5.5rem, 8vw, 8rem) var(--era22-page-gutter);
	background: var(--era22-void-black);
	color: var(--era22-warm-paper);
}

.studio-section {
	min-height: 110svh;
	display: grid;
	align-items: center;
	border-top: 1px solid rgba(250, 250, 248, 0.14);
}

.studio-section p,
.studio-section h2,
.studio-section figure,
.contact-section p,
.contact-section h2,
.contact-section ul {
	margin: 0;
}

.studio-section ul,
.contact-section ul {
	padding: 0;
	list-style: none;
}

.studio-section__grid,
.contact-section__grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	column-gap: clamp(1rem, 2vw, 2rem);
	width: min(100%, var(--era22-content-max));
	margin-inline: auto;
}

.studio-section__label,
.contact-section__label,
.city-panel__eyebrow {
	font-family: var(--era22-ui);
	font-size: var(--era22-type-label);
	font-weight: 650;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.studio-section__label,
.contact-section__label {
	grid-column: 1 / -1;
	color: rgba(250, 250, 248, 0.64);
}

.studio-section__headline,
.contact-section__headline {
	font-family: var(--era22-display);
	font-size: var(--era22-type-h1);
	font-weight: 570;
	letter-spacing: -0.05em;
	line-height: 0.94;
}

.studio-section__headline {
	grid-column: 1 / span 10;
	max-width: 12ch;
	margin-top: clamp(1rem, 2vw, 2rem);
}

.studio-section__headline > span,
.contact-section__headline > span {
	display: block;
}

.studio-cities {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	margin-top: clamp(2.8rem, 5vw, 5rem);
	border: 1px solid rgba(250, 250, 248, 0.14);
	background: rgba(250, 250, 248, 0.14);
}

.city-panel {
	min-width: 0;
	min-height: 470px;
	padding: clamp(1.5rem, 3vw, 3rem);
	display: grid;
	grid-template-rows: auto minmax(170px, 1fr) auto;
	align-content: stretch;
	gap: clamp(1.25rem, 2vw, 2rem);
	overflow: hidden;
	background: var(--era22-void-black);
}

.city-panel__name {
	font-family: "Bank Gothic", "Eurostile Extended", "Microgramma D Extended", "Arial Narrow", var(--era22-display);
	font-size: clamp(4.5rem, 7.2vw, 7.5rem);
	font-weight: 700;
	font-stretch: expanded;
	line-height: 0.84;
	letter-spacing: 0.045em;
	color: rgba(250, 250, 248, 0.10);
	-webkit-text-stroke: 1px rgba(250, 250, 248, 0.42);
	text-transform: uppercase;
}

.city-panel__skyline {
	position: relative;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	height: clamp(126px, 12vw, 172px);
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin: clamp(-0.25rem, -0.6vw, 0rem) 0 0;
	overflow: visible;
}

.city-panel__skyline::after {
	content: "";
	position: absolute;
	left: 3%;
	right: 3%;
	bottom: 8%;
	height: 1px;
	opacity: 0.52;
}

.city-panel--prague .city-panel__skyline::after {
	background: linear-gradient(90deg, transparent, rgba(26, 51, 255, 0.88) 18%, rgba(218, 220, 224, 0.65) 50%, rgba(26, 51, 255, 0.88) 82%, transparent);
}

.city-panel--rotterdam .city-panel__skyline::after {
	background: linear-gradient(90deg, transparent, rgba(255, 106, 0, 0.88) 18%, rgba(218, 220, 224, 0.65) 50%, rgba(255, 106, 0, 0.88) 82%, transparent);
}

.city-panel__skyline img {
	display: block;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 100%;
}

.city-panel--prague .city-panel__skyline img {
	object-position: 48% 100%;
	filter: drop-shadow(0 13px 15px rgba(26, 51, 255, 0.10));
}

.city-panel--rotterdam .city-panel__skyline img {
	object-position: 52% 100%;
	filter: drop-shadow(0 13px 15px rgba(255, 106, 0, 0.10));
}

.city-panel__content {
	display: grid;
	gap: 1.15rem;
}

.city-panel__eyebrow--blue {
	color: var(--era22-electric-blue);
}

.city-panel__eyebrow--orange {
	color: var(--era22-electric-orange);
}

.city-panel__copy {
	max-width: 33ch;
	color: rgba(250, 250, 248, 0.62);
	line-height: 1.58;
}

.studio-section__line {
	grid-column: 1 / -1;
	height: 2px;
	margin-top: 2rem;
	background: linear-gradient(90deg, var(--era22-electric-orange), var(--era22-electric-blue));
	transform-origin: left;
}

.studio-section__closing {
	grid-column: 1 / span 7;
	margin-top: 1.5rem;
	font-size: var(--era22-type-body-lg);
	line-height: 1.5;
	color: rgba(250, 250, 248, 0.82);
}

.contact-section {
	padding-top: clamp(5rem, 9vw, 9rem);
	border-top: 1px solid rgba(250, 250, 248, 0.14);
}

.contact-section__headline {
	grid-column: 1 / span 8;
	max-width: 11ch;
	margin-top: clamp(1rem, 2vw, 2rem);
}

.contact-section__details {
	grid-column: 1 / span 4;
	margin-top: clamp(3rem, 7vw, 7rem);
	display: grid;
	gap: 2rem;
}

.contact-section__intro {
	font-size: var(--era22-type-body-lg);
	line-height: 1.5;
	color: rgba(250, 250, 248, 0.64);
}

.contact-list {
	display: grid;
	gap: 1rem;
	color: rgba(250, 250, 248, 0.84);
}

.contact-list a {
	display: inline-block;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid rgba(250, 250, 248, 0.40);
}

.contact-section__form {
	grid-column: 6 / -1;
	margin-top: clamp(3rem, 7vw, 7rem);
}

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

.project-field {
	display: grid;
	gap: 0.55rem;
	min-width: 0;
}

.project-field--full {
	grid-column: 1 / -1;
}

.project-field label {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.project-field input,
.project-field textarea,
.project-field select {
	width: 100%;
	min-height: 52px;
	padding: 0.8rem 0;
	border: 0;
	border-bottom: 1px solid currentColor;
	border-radius: 0;
	outline: 2px solid transparent;
	outline-offset: 4px;
	background: transparent;
	color: inherit;
}

.project-field textarea {
	min-height: 130px;
	resize: vertical;
}

.project-field input:focus-visible,
.project-field textarea:focus-visible,
.project-field select:focus-visible {
	border-color: var(--era22-electric-orange);
	outline-color: var(--era22-electric-orange);
}

.project-field [aria-invalid="true"] {
	border-color: var(--era22-electric-orange);
}

.project-field input::placeholder {
	color: rgba(250, 250, 248, 0.42);
}

.project-field select option {
	background: var(--era22-void-black);
	color: var(--era22-warm-paper);
}

.contact-section__submit {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem 1.4rem;
	padding-top: 0.5rem;
}

.contact-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	min-height: 48px;
	padding: 0.8rem 1.3rem;
	border: 1px solid transparent;
	border-radius: 999px;
	background: var(--era22-warm-paper);
	color: var(--era22-void-black);
	font-family: var(--era22-ui);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform var(--era22-duration-standard) var(--era22-ease-standard);
}

.contact-button:hover {
	transform: translateY(-2px);
}

.contact-button:focus-visible {
	outline: 2px solid var(--era22-electric-orange);
	outline-offset: 3px;
}

.contact-section__note {
	font-size: 0.78rem;
	color: rgba(250, 250, 248, 0.62);
}

.js [data-studio-reveal],
.js [data-contact-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition:
		opacity var(--era22-duration-reveal) var(--era22-ease-standard),
		transform var(--era22-duration-reveal) var(--era22-ease-standard);
	transition-delay: var(--reveal-delay, 0ms);
}

.js [data-studio-reveal].is-visible,
.js [data-contact-reveal].is-visible {
	opacity: 1;
	transform: none;
}

.js [data-studio-stagger] > *,
.js [data-contact-stagger] > * {
	opacity: 0;
	transform: translateY(1.1em);
	transition:
		opacity var(--era22-duration-reveal) var(--era22-ease-standard),
		transform var(--era22-duration-reveal) var(--era22-ease-standard);
	transition-delay: calc(var(--stagger-index, 0) * 90ms + 100ms);
}

.js [data-studio-stagger].is-visible > *,
.js [data-contact-stagger].is-visible > * {
	opacity: 1;
	transform: none;
}

.js [data-studio-line] {
	transform: scaleX(0);
	transition: transform 1.1s var(--era22-ease-standard);
}

.js [data-studio-line].is-visible {
	transform: scaleX(1);
}

@media (max-width: 1023px) {
	.studio-section,
	.contact-section {
		min-height: auto;
	}

	.studio-section__grid,
	.contact-section__grid {
		grid-template-columns: 1fr;
	}

	.studio-section__label,
	.studio-section__headline,
	.studio-cities,
	.studio-section__line,
	.studio-section__closing,
	.contact-section__label,
	.contact-section__headline,
	.contact-section__details,
	.contact-section__form {
		grid-column: 1;
	}

	.studio-cities {
		grid-template-columns: 1fr;
	}

	.city-panel {
		min-height: 430px;
	}

	.city-panel__skyline {
		height: 150px;
		min-height: 0;
	}

	.studio-section__closing {
		max-width: 40rem;
	}

	.contact-section__details,
	.contact-section__form {
		max-width: 48rem;
	}
}

@media (max-width: 680px) {
	.studio-section,
	.contact-section {
		padding-inline: var(--era22-page-gutter);
	}

	.city-panel {
		min-height: 390px;
		padding: 1.35rem;
	}

	.city-panel__name {
		font-size: 20vw;
	}

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

	.project-field--full {
		grid-column: 1;
	}

	.contact-section__submit {
		align-items: stretch;
		flex-direction: column;
	}

	.contact-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.js [data-studio-reveal],
	.js [data-contact-reveal],
	.js [data-studio-stagger] > *,
	.js [data-contact-stagger] > *,
	.js [data-studio-line] {
		opacity: 1;
		transform: none;
		transition: none;
	}
}


/* STUDIO ERA22 Scope 022 Repair 02: multilingual desktop copy flow and layering. */
.studio-section.studio-editorial {
	position: relative;
	display: block;
	height: clamp(48rem, 66.6667vw, 65rem);
	min-height: 0;
	padding: 0;
	overflow: hidden;
	background: var(--era22-void-black);
	border-top: 1px solid rgba(250, 250, 248, 0.14);
	color: var(--era22-warm-paper);
}

.studio-editorial__layout {
	position: relative;
	display: grid;
	grid-template-columns: min(28.5vw, 27rem) minmax(0, 1fr);
	grid-template-rows: max-content max-content;
	align-content: start;
	row-gap: clamp(1.55rem, 2vw, 2rem);
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	padding-top: clamp(10.45rem, 14.53vw, 14.2rem);
	padding-left: clamp(1.75rem, 2.35vw, 3rem);
}

.studio-editorial__intro,
.studio-editorial__body {
	position: relative;
	z-index: 4;
	left: auto;
	width: 100%;
	min-width: 0;
	align-self: start;
}

.studio-editorial__intro {
	grid-column: 1;
	grid-row: 1;
	top: auto;
}

.studio-editorial__body {
	grid-column: 1;
	grid-row: 2;
	top: auto;
}

.studio-editorial .studio-section__label {
	display: block;
	color: rgba(250, 250, 248, 0.72);
	font-size: clamp(0.68rem, 0.72vw, 0.78rem);
	letter-spacing: 0.18em;
}

.studio-editorial .studio-section__headline {
	display: block;
	max-width: none;
	margin-top: clamp(1rem, 1.4vw, 1.5rem);
	font-size: clamp(2.7rem, 3.45vw, 3.7rem);
	font-weight: 590;
	letter-spacing: -0.052em;
	line-height: 0.98;
}

.studio-editorial .studio-section__headline > span {
	display: block;
}

.studio-editorial__lead,
.studio-editorial__body {
	font-family: var(--era22-body);
	font-size: clamp(0.93rem, 1.02vw, 1.08rem);
	line-height: 1.58;
	color: rgba(250, 250, 248, 0.94);
}

.studio-editorial__lead {
	margin-top: clamp(1.7rem, 2.2vw, 2.3rem) !important;
}

.studio-editorial__body p + p {
	margin-top: clamp(1.55rem, 2vw, 2rem);
}

.studio-editorial__standing,
.studio-editorial__photo {
	margin: 0;
	background: transparent;
}

.studio-editorial__standing {
	position: absolute;
	z-index: 2;
	left: 25.4%;
	bottom: 6.3%;
	width: 39%;
	aspect-ratio: 594 / 755;
}

.studio-editorial__standing picture,
.studio-editorial__standing img,
.studio-editorial__photo picture,
.studio-editorial__photo img {
	display: block;
	width: 100%;
	height: 100%;
}

.studio-editorial__standing img {
	object-fit: contain;
	object-position: 50% 100%;
}

.studio-editorial__photo {
	position: absolute;
	z-index: 1;
	right: 0;
	width: 35.2%;
	height: 50%;
	overflow: hidden;
	border-left: 1px solid rgba(250, 250, 248, 0.16);
}

.studio-editorial__photo img {
	object-fit: cover;
}

.studio-editorial__photo--playful {
	top: 0;
}

.studio-editorial__photo--playful img {
	object-position: 50% 54%;
	transform: scale(1.12);
}

.studio-editorial__photo--boxes {
	bottom: 0;
	border-top: 1px solid rgba(250, 250, 248, 0.16);
}

.studio-editorial__photo--boxes img {
	object-position: 50% 52%;
}

@media (min-width: 901px) and (max-width: 1180px) {
	.studio-section.studio-editorial {
		height: clamp(52rem, 78vw, 58rem);
	}

	.studio-editorial__layout {
		grid-template-columns: min(34vw, 22rem) minmax(0, 1fr);
		row-gap: clamp(1.25rem, 2vw, 1.65rem);
		padding-top: clamp(7.5rem, 11vw, 9.25rem);
	}

	.studio-editorial .studio-section__headline {
		font-size: clamp(2.15rem, 3.65vw, 2.85rem);
	}

	.studio-editorial__lead,
	.studio-editorial__body {
		font-size: 0.9rem;
		line-height: 1.5;
	}
}

@media (max-width: 900px) {
	.studio-section.studio-editorial {
		height: auto;
		overflow: visible;
	}

	.studio-editorial__layout {
		display: flex;
		flex-direction: column;
		height: auto;
		padding: 0;
	}

	.studio-editorial__intro,
	.studio-editorial__body,
	.studio-editorial__standing,
	.studio-editorial__photo {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: 100%;
		height: auto;
	}

	.studio-editorial__intro,
	.studio-editorial__body {
		padding-inline: var(--era22-page-gutter);
	}

	.studio-editorial__intro {
		order: 1;
		padding-top: clamp(5.5rem, 20vw, 7rem);
		padding-bottom: clamp(4.5rem, 15vw, 6rem);
	}

	.studio-editorial .studio-section__headline {
		max-width: 8.8ch;
		margin-top: 1.25rem;
		font-size: clamp(2.85rem, 12.2vw, 4.25rem);
		line-height: 0.97;
	}

	.studio-editorial__lead,
	.studio-editorial__body {
		font-size: clamp(1rem, 4.2vw, 1.18rem);
		line-height: 1.55;
	}

	.studio-editorial__lead {
		max-width: 34rem;
		margin-top: 2.1rem !important;
	}

	.studio-editorial__standing {
		order: 2;
		aspect-ratio: 4 / 5;
		overflow: hidden;
		background: var(--era22-mist);
	}

	.studio-editorial__standing img {
		object-fit: cover;
		object-position: 50% 50%;
	}

	.studio-editorial__body {
		order: 3;
		max-width: none;
		padding-top: clamp(4.5rem, 15vw, 6rem);
		padding-bottom: clamp(4.5rem, 15vw, 6rem);
	}

	.studio-editorial__body p {
		max-width: 34rem;
	}

	.studio-editorial__body p + p {
		margin-top: 2rem;
	}

	.studio-editorial__photo {
		width: 100%;
		border-left: 0;
	}

	.studio-editorial__photo--playful {
		order: 4;
		aspect-ratio: 1 / 1;
	}

	.studio-editorial__photo--playful img {
		object-position: 50% 50%;
		transform: none;
	}

	.studio-editorial__photo--boxes {
		order: 5;
		aspect-ratio: 4 / 3;
		border-top: 1px solid rgba(250, 250, 248, 0.16);
	}

	.studio-editorial__photo--boxes img {
		object-position: 50% 53%;
	}
}

@media (max-width: 420px) {
	.studio-editorial .studio-section__headline {
		font-size: clamp(2.65rem, 12vw, 3.35rem);
	}
}

@media (prefers-reduced-motion: reduce) {
	.studio-editorial [data-studio-reveal],
	.studio-editorial [data-studio-stagger] > * {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* SOURCE: utilities.css */
/* STUDIO ERA22 — Scope 009 footer + utility screens */

/* Footer — frozen V11 structure and proportions. */
.site-footer {
	padding: 2rem var(--era22-page-gutter);
	border-top: 1px solid rgba(250, 250, 248, 0.15);
	background: var(--era22-void-black);
	color: var(--era22-warm-paper);
}

.footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 2rem;
	align-items: end;
}

.footer-meta {
	display: grid;
	gap: 0.45rem;
	color: rgba(250, 250, 248, 0.62);
	font-size: 0.74rem;
}

.footer-brand-lockup {
	display: grid;
	gap: 0.65rem;
	width: min(100%, 270px);
	margin-bottom: 0.65rem;
}

.footer-wordmark {
	display: block;
	width: clamp(178px, 15vw, 230px);
	height: auto;
}

.footer-descriptor {
	color: rgba(250, 250, 248, 0.76);
	font-family: var(--era22-ui);
	font-size: 0.62rem;
	font-weight: 650;
	line-height: 1.25;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	gap: 1rem 1.5rem;
	font-size: 0.7rem;
	font-weight: 650;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.footer-links a {
	position: relative;
	padding-block: 0.25rem;
	color: inherit;
}

.footer-links a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 0;
	height: 1px;
	background: currentColor;
	transition: right var(--era22-duration-standard) var(--era22-ease-standard);
}

.footer-links a:hover::after,
.footer-links a:focus-visible::after {
	right: 0;
}

/* Standalone 404 utility screen — frozen V11 composition. */
body.error404.utility-screen {
	min-height: 100svh;
	display: grid;
	place-items: center;
	margin: 0;
	padding: var(--era22-page-gutter);
	background-color: var(--era22-warm-paper);
	background-image:
		linear-gradient(to right, var(--era22-grid-line) 1px, transparent 1px),
		linear-gradient(to bottom, var(--era22-grid-line) 1px, transparent 1px);
	background-size: 16.66% 100%, 100% 96px;
	color: var(--era22-void-black);
}

.utility-error {
	width: min(100%, 1100px);
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 3rem;
	align-items: end;
}

.utility-error__number {
	margin: 0;
	font-family: var(--era22-display);
	font-size: clamp(8rem, 28vw, 28rem);
	font-weight: 400;
	line-height: 0.68;
	letter-spacing: -0.09em;
	color: transparent;
	-webkit-text-stroke: 1px var(--era22-void-black);
}

.utility-error__content {
	display: grid;
	gap: 2rem;
	align-self: end;
	padding-bottom: clamp(0rem, 4vw, 2.4rem);
}

.utility-error__wordmark {
	display: block;
	width: clamp(138px, 12vw, 206px);
	height: auto;
}

.utility-error__eyebrow {
	margin: 0;
	font-family: var(--era22-ui);
	font-size: var(--era22-type-label);
	font-weight: 650;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--era22-electric-blue);
}

.utility-error__title {
	max-width: 8ch;
	margin: 0;
	font-family: var(--era22-display);
	font-size: var(--era22-type-h2);
	font-weight: 650;
	line-height: 0.98;
	letter-spacing: -0.045em;
}

.utility-error__copy {
	max-width: 36ch;
	margin: 0;
	font-size: var(--era22-type-body-lg);
	line-height: 1.5;
	color: var(--era22-text-secondary);
}

.utility-chrome-button {
	position: relative;
	isolation: isolate;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: start;
	width: min(320px, 100%);
	height: 64px;
	min-height: 64px;
	padding: 0 54px 0 38px;
	border: 1px solid rgba(13, 15, 20, 0.9);
	border-radius: 32px;
	color: #0a0a0a;
	background-image:
		linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.05) 48%, rgba(0, 0, 0, 0.20) 100%),
		linear-gradient(90deg, #0a0d12 0%, #fff 7%, #7a828f 18%, #fafcff 34%, #a1a8b5 55%, #fff 76%, #59616e 92%, #080a0f 100%);
	box-shadow: 2px 9px 18px rgba(0, 0, 0, 0.20);
	font-family: var(--era22-ui);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.13em;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
	transition: transform var(--era22-duration-fast) var(--era22-ease-standard), box-shadow var(--era22-duration-standard) var(--era22-ease-standard);
}

.utility-chrome-button:hover {
	transform: translateY(-2px);
	box-shadow: 2px 11px 22px rgba(0, 0, 0, 0.24);
}

.utility-chrome-button:active {
	transform: translateY(0) scale(0.985);
	box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.20);
}

.utility-chrome-button:focus-visible {
	outline: 2px solid var(--era22-electric-blue);
	outline-offset: 5px;
}

.utility-chrome-button__face {
	position: absolute;
	inset: 3px;
	z-index: -1;
	border-radius: 29px;
	pointer-events: none;
	background-image:
		linear-gradient(90deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.03) 55%, rgba(8, 10, 15, 0.12) 100%),
		linear-gradient(180deg, #fff 0%, #f7fafc 22%, #dbe0e8 50%, #b2bac4 76%, #f5f7fa 100%);
	box-shadow:
		inset 0 -2px 6px rgba(0, 0, 0, 0.18),
		inset -1px 2px 3px rgba(255, 255, 255, 0.68);
}

.utility-chrome-button__edge {
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

.utility-chrome-button__edge--blue {
	left: 1px;
	top: 14px;
	width: 2.5px;
	height: 24px;
	border-radius: 50%;
	background: rgba(26, 51, 255, 0.75);
	filter: blur(3px);
}

.utility-chrome-button__edge--orange {
	left: 11px;
	bottom: 1px;
	width: 16px;
	height: 2px;
	border-radius: 2px;
	background: rgba(255, 106, 0, 0.70);
	opacity: 0.55;
	filter: blur(1.1px);
}

.utility-chrome-button__label {
	position: relative;
	z-index: 2;
}

.utility-chrome-button__arrow {
	position: absolute;
	right: 20px;
	top: 50%;
	z-index: 2;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
	transition: transform var(--era22-duration-standard) var(--era22-ease-standard);
}

.utility-chrome-button:hover .utility-chrome-button__arrow {
	transform: translate(3px, calc(-50% - 3px));
}

@media (max-width: 809px) {
	.footer-grid {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.footer-links {
		justify-content: start;
	}

	.utility-error {
		grid-template-columns: 1fr;
		gap: 2rem;
		align-items: start;
	}

	.utility-error__number {
		font-size: 45vw;
	}

	.utility-error__content {
		padding-bottom: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.footer-links a::after,
	.utility-chrome-button,
	.utility-chrome-button__arrow {
		transition: none;
	}
}

/* SOURCE: responsive.css */
/* STUDIO ERA22 — Scope 011 responsive QA
 * Tablet and mobile corrections only. Desktop composition remains unchanged.
 */

/* Tablet and mobile navigation: the wordmark belongs in the hero, not in the
 * navigation. Keep account access and the menu control available. */
@media (max-width: 1023px) {
	.site-header {
		padding-inline: var(--era22-page-gutter);
	}

	.header-inner {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 0.55rem;
	}

	.header-brand,
	.header-nav,
	.header-actions .language-switcher,
	.header-actions .header-schedule,
	.header-account__label {
		display: none !important;
	}

	.header-actions {
		display: flex;
		align-items: center;
		gap: 0;
		margin-left: auto;
	}

	.header-account {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 44px;
		min-height: 44px;
		padding: 0;
	}

	.header-account__medallion {
		width: 38px;
		height: 38px;
		flex: 0 0 38px;
		object-fit: cover;
	}

	.menu-toggle {
		display: inline-flex;
		min-height: 44px;
	}

	/* The portrait café image must not use its intrinsic 900×1600 ratio to
	 * expand the entire project card at tablet widths. */
	.project-card {
		grid-template-rows: auto auto;
	}

	.project-card__media {
		height: clamp(400px, 58svh, 520px);
		min-height: 0;
	}

	.work-list .project-card:first-child .project-card__media img {
		object-position: center 48%;
	}

	/* Process cards must size from the responsive component, not from the
	 * full-resolution medallion image or a stretched flex-row cross size. */
	.velocity-carousel__track {
		align-items: flex-start;
		overflow-y: hidden;
	}

	.velocity-card {
		height: auto;
		min-height: 0;
		grid-template-rows: auto auto auto;
	}

	.velocity-card__visual {
		height: clamp(280px, 46vw, 360px);
		min-height: 0;
	}

	.velocity-card__medallion {
		display: block;
		width: min(52%, 260px);
		height: auto !important;
		max-height: 260px;
		aspect-ratio: 1 / 1;
		object-fit: contain !important;
		object-position: center;
	}
}

@media (max-width: 809px) {
	.hero-mobile-fallback {
		padding-top: clamp(2.5rem, 9vw, 4.25rem);
		padding-bottom: clamp(3.5rem, 10vw, 5rem);
	}

	.hero-mobile-fallback__title {
		font-size: clamp(2.45rem, 10.5vw, 3.3rem);
		line-height: 0.98;
		letter-spacing: -0.045em;
	}

	.project-card__media {
		height: clamp(360px, 58svh, 480px);
	}

	.project-card__body {
		gap: 1.4rem;
	}

	.velocity-card {
		flex-basis: calc(100vw - (2 * var(--era22-page-gutter)));
		inline-size: calc(100vw - (2 * var(--era22-page-gutter)));
		max-inline-size: 620px;
		padding: 1.35rem;
		gap: 1.35rem;
	}

	.velocity-card__visual {
		height: clamp(250px, 72vw, 320px);
	}

	.velocity-card__meta {
		gap: 0.55rem;
		font-size: 0.62rem;
	}

	.velocity-card__meta span:last-child {
		max-width: 58%;
		text-align: right;
	}

	.velocity-card__copy {
		gap: 1rem;
	}

	.velocity-card__copy h3 {
		font-size: clamp(1.9rem, 8.2vw, 2.5rem);
	}

	.velocity-card__copy p {
		font-size: 0.98rem;
	}

	.velocity-card__visual--clarity span {
		font-size: clamp(3.3rem, 15vw, 5.5rem);
		letter-spacing: 0.08em;
	}

	.velocity-card__visual--care span {
		min-height: 92px;
	}
}

@media (max-width: 680px) {
	/* The floating section counter obscures mobile card controls and footer
	 * links. The menu and headings already provide enough orientation. */
	.section-counter {
		display: none !important;
	}

	.mobile-menu {
		padding-top: calc(var(--era22-header-height) + 1rem);
		padding-bottom: max(1.4rem, env(safe-area-inset-bottom));
		overflow-y: auto;
		grid-template-rows: minmax(0, 1fr) auto auto;
	}

	.mobile-menu nav {
		align-self: start;
		padding-top: 0.4rem;
	}

	.mobile-menu a {
		padding-block: 0.66rem;
		font-size: clamp(2rem, 10vw, 2.8rem);
	}

	.mobile-menu__utilities {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.mobile-menu__utilities > a {
		padding: 0.85rem 0.75rem;
		font-size: 0.72rem;
		line-height: 1.15;
		letter-spacing: 0.11em;
	}

	.mobile-menu__footer {
		gap: 0.45rem;
	}

	.footer-links {
		gap: 0.85rem 1.35rem;
	}
}

@media (max-width: 390px) {
	.hero-mobile-fallback__copy {
		gap: 1.05rem;
	}

	.hero-mobile-fallback__title {
		font-size: clamp(2.3rem, 10.4vw, 2.7rem);
	}

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

	.service-panel,
	.pricing-card,
	.care-module {
		border-radius: 0.9rem;
	}

	.velocity-card {
		border-radius: 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mobile-menu,
	.velocity-carousel__track,
	.project-card__media img {
		transition: none !important;
	}
}

/* Scope 022 Mobile Header Language 03 responsive */

@media (min-width: 810px) and (max-width: 1023px) {
	.mobile-header-cluster,
	.mobile-menu-toggle-slot {
		display: contents;
	}
}

@media (max-width: 809px) {
	.site-header {
		overflow: visible;
	}

	.header-inner {
		display: flex !important;
		align-items: center;
		justify-content: space-between !important;
		gap: 0.55rem;
	}

	.mobile-header-brand {
		display: block;
		width: clamp(106px, 31vw, 132px);
	}

	.mobile-header-cluster {
		display: flex;
		align-items: center;
		gap: 0.55rem;
		margin-left: auto;
	}

	.mobile-header-language {
		display: block;
	}

	.mobile-menu-toggle-slot {
		display: inline-flex;
	}

	.header-nav,
	.header-actions,
	.header-account {
		display: none !important;
	}

	.menu-toggle {
		display: inline-flex;
		flex: 0 0 auto;
	}

	.hero-approved-mobile__wordmark {
		display: none !important;
	}
}

@media (max-width: 359px) {
	.mobile-header-brand {
		width: 98px;
	}

	.mobile-header-cluster {
		gap: 0.38rem;
	}

	.menu-toggle {
		padding-inline: 0.62rem;
		gap: 0.5rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mobile-header-brand__wordmark,
	.mobile-header-language__trigger,
	.mobile-header-language__panel {
		transition: none !important;
	}
}

/* STUDIO ERA22 Scope 047 — full-site responsive containment. */
@media (max-width: 900px) {
	.site-shell,
	.header-inner,
	.footer-inner,
	.mobile-menu__inner,
	.era22-booking-flow__shell {
		min-width: 0;
		max-width: 100%;
	}

	h1, h2, h3, p, li, blockquote, figcaption {
		hyphens: none;
		word-break: normal;
		overflow-wrap: break-word;
	}

	img, picture, video, canvas, svg {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.services-focus-slices {
		height: auto;
	}

	.service-slice.is-active {
		flex: 0 0 auto;
		min-height: 390px;
	}
}

@media (max-width: 680px) {
	.era22-holding-page__inner > div {
		align-items: flex-start;
		flex-direction: column;
	}

	.era22-holding-page h1,
	.era22-case-study h1 {
		font-size: clamp(2.4rem, 12vw, 3.2rem);
		overflow-wrap: break-word;
	}
}

/* SOURCE: scope013.css */
/* STUDIO ERA22 Scope 013 content and state layer. */
.era22-services-five{grid-template-columns:repeat(2,minmax(0,1fr));}.era22-services-five .service-panel:last-child{grid-column:1/-1}.era22-section-action{margin-top:2rem}.era22-testimonial{margin:1.5rem 0;padding-left:1.25rem;border-left:2px solid var(--era22-electric-orange,#ff6a00)}.era22-testimonial cite{display:block;margin-top:.75rem;font-style:normal;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.era22-process-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:rgba(255,255,255,.16);margin-top:3rem}.era22-process-card{padding:clamp(1.5rem,3vw,3rem);background:#0a0a0a}.era22-process-card h3{font-size:clamp(1.35rem,2vw,2rem);margin:.8rem 0 1rem}.era22-process-card p:last-child{color:rgba(250,250,248,.7)}.era22-process-card:last-child{grid-column:1/-1}.era22-care-bridge{margin-top:clamp(3rem,7vw,6rem);max-width:760px}.era22-care-bridge p:last-child{font-size:clamp(1.15rem,2vw,1.7rem)}.era22-price-list{border-top:1px solid rgba(10,10,10,.18);margin-top:3rem}.era22-price-row{display:grid;grid-template-columns:1fr auto;gap:2rem;padding:1.6rem 0;border-bottom:1px solid rgba(10,10,10,.18);align-items:start}.era22-price-row h3{margin:0 0 .5rem}.era22-price-row p{margin:0;color:rgba(27,27,31,.68)}.era22-price-row__price{font-weight:700!important;color:#0a0a0a!important;white-space:nowrap}.era22-studio-copy{grid-column:2/-1;max-width:850px;font-size:clamp(1.15rem,1.8vw,1.65rem);line-height:1.5}.era22-studio-copy p+p{margin-top:1.5rem}.era22-contact-options{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}.era22-contact-options article,.era22-booking-gateway{border:1px solid rgba(255,255,255,.18);padding:1.5rem}.era22-booking-gateway{grid-column:1/-1}.era22-booking-actions,.era22-form-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.25rem}.era22-form-status{min-height:1.5em;margin-top:1rem}.era22-form-status[data-state="error"]{color:var(--era22-electric-orange,#ff6a00);font-weight:600}.era22-chrome-cta{position:relative;width:min(420px,100%);height:64px;border-radius:32px;border:1px solid rgba(13,15,20,.9);background-image:linear-gradient(180deg,rgba(255,255,255,.55) 0%,rgba(255,255,255,.05) 48%,rgba(0,0,0,.2) 100%),linear-gradient(90deg,#0a0d12 0%,#fff 7%,#7a828f 18%,#fafcff 34%,#a1a8b5 55%,#fff 76%,#59616e 92%,#080a0f 100%);box-shadow:2px 9px 18px rgba(0,0,0,.2);font:600 14px/18px Manrope,Inter,sans-serif;letter-spacing:1.6px;text-transform:uppercase;color:#0a0a0a}.era22-chrome-cta::before{content:"";position:absolute;inset:3px;border-radius:29px;background-image:linear-gradient(90deg,rgba(255,255,255,.28),rgba(255,255,255,.03) 55%,rgba(8,10,15,.12)),linear-gradient(180deg,#fff,#f7fafc 22%,#dbe0e8 50%,#b2bac4 76%,#f5f7fa);box-shadow:inset 0 -2px 6px rgba(0,0,0,.18),inset -1px 2px 3px rgba(255,255,255,.68)}.era22-chrome-cta::after{content:"";position:absolute;left:15px;bottom:2px;width:21px;height:2px;border-radius:2px;background:rgba(255,106,0,.7);filter:blur(1.1px);opacity:.55}.era22-chrome-cta span,.era22-loading-glyph{position:relative;z-index:1}.era22-loading-glyph{display:none;position:absolute;right:24px;top:21px;width:22px;height:22px;fill:none;stroke:#0a0a0a;stroke-width:1.8;stroke-linecap:round}.era22-chrome-cta[data-state="processing"] .era22-loading-glyph{display:block;animation:era22-spin 1s linear infinite}.era22-secondary-action{height:48px;padding:0 20px;border-radius:24px;border:1px solid rgba(255,255,255,.2);background:linear-gradient(#2a2a2d,#141416);color:#fafaf8;font:600 12px/16px Manrope,Inter,sans-serif;letter-spacing:1.1px;text-transform:uppercase}.era22-contact-closing{grid-column:1/-1;font-size:clamp(1.5rem,3vw,3rem);margin-top:2rem}.era22-footer-grid{display:grid;grid-template-columns:minmax(220px,.8fr) 2fr;gap:3rem}.era22-footer-groups{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}.era22-footer-groups nav{display:flex;flex-direction:column;gap:.6rem}.era22-footer-groups h2{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(250,250,248,.56)}.era22-footer-groups span{color:rgba(250,250,248,.55)}.era22-footer-cookie{border:0;background:none;color:inherit;text-align:left;padding:0}.era22-footer-bottom{grid-column:1/-1;padding-top:2rem;border-top:1px solid rgba(255,255,255,.14)}.era22-holding-page{min-height:80vh;padding:clamp(8rem,15vw,14rem) 0}.era22-holding-page__inner{max-width:900px}.era22-holding-page h1{font-size:clamp(3rem,7vw,7rem);line-height:.98}.era22-holding-page p{max-width:720px;font-size:1.15rem}.era22-holding-page__inner>div{display:flex;gap:1rem;align-items:center;margin-top:2rem}@keyframes era22-spin{to{transform:rotate(360deg)}}
@media(max-width:900px){.era22-services-five,.era22-process-grid,.era22-contact-options,.era22-footer-grid,.era22-footer-groups{grid-template-columns:1fr}.era22-services-five .service-panel:last-child,.era22-process-card:last-child{grid-column:auto}.era22-price-row{grid-template-columns:1fr}.era22-studio-copy{grid-column:1/-1}.era22-form-actions{flex-direction:column}.era22-chrome-cta{height:48px;border-radius:24px;font-size:12px;line-height:16px;letter-spacing:1.2px}.era22-chrome-cta::before{border-radius:21px}.era22-loading-glyph{width:18px;height:18px;top:15px;right:16px}.era22-footer-groups{grid-template-columns:repeat(2,1fr)}}
@media(prefers-reduced-motion:reduce){.era22-loading-glyph{animation:none!important}}
.era22-case-study{padding:clamp(8rem,14vw,13rem) 0}.era22-case-study__inner{max-width:920px}.era22-case-study h1{font-size:clamp(3.4rem,8vw,8rem);line-height:.95}.era22-case-study h2{margin-top:4rem;font-size:clamp(1.8rem,4vw,3.5rem)}.era22-case-study p{max-width:780px;font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.7}

/* SOURCE: scope014.css */
/* STUDIO ERA22 Scope 014: Polylang-aware interface architecture. */

.language-switcher__menu .language-option,
.mobile-language .language-option {
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-decoration: none;
}

.language-switcher__menu .language-option {
	display: grid;
	place-items: center;
	min-height: 30px;
	border-radius: 10px;
	font-size: 0.65rem;
	font-weight: 750;
	letter-spacing: 0.1em;
}

.language-switcher__menu a.language-option:hover,
.language-switcher__menu .language-option[aria-current="page"] {
	background: rgba(27, 27, 31, 0.08);
}

.language-switcher__menu .language-option[aria-disabled="true"],
.mobile-language .language-option[aria-disabled="true"],
.language-option--footer[aria-disabled="true"] {
	cursor: not-allowed;
	opacity: 0.4;
}

.mobile-language .language-option {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	min-height: 38px;
	border: 1px solid var(--era22-dark-line);
	border-radius: 999px;
	color: var(--era22-warm-paper);
	font-size: 0.66rem;
	font-weight: 750;
	letter-spacing: 0.1em;
}

.mobile-language .language-option[aria-current="page"] {
	background: var(--era22-warm-paper);
	color: var(--era22-void-black);
}

.language-option--footer {
	display: block;
	width: fit-content;
	color: inherit;
	text-decoration: none;
}

.language-option--footer[aria-current="page"] {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25em;
}

/* SOURCE: scope015.css */
/* STUDIO ERA22 Scope 015 Repair 03: safe launch-language refinements. */

.language-cs,
.language-nl {
	hyphens: auto;
}

.header-nav a,
.header-schedule .button__label,
.mobile-menu a,
.era22-footer-groups a,
.era22-footer-groups button {
	overflow-wrap: anywhere;
}

.project-field--route {
	grid-column: span 1;
}

@media (min-width: 1024px) {
	.language-cs .hero-approved-desktop__content,
	.language-nl .hero-approved-desktop__content {
		width: 41%;
	}

	.language-cs .hero-approved-desktop__title,
	.language-nl .hero-approved-desktop__title {
		font-size: clamp(2.55rem, 3.95vw, 4.35rem);
	}

	.language-cs .hero-approved-desktop__text,
	.language-nl .hero-approved-desktop__text {
		max-width: 35rem;
	}

	.language-cs .hero-approved-desktop__descriptor,
	.language-nl .hero-approved-desktop__descriptor {
		letter-spacing: 0.27em;
	}
}

@media (min-width: 1024px) and (max-width: 1180px) {
	.language-cs .hero-approved-desktop__content,
	.language-nl .hero-approved-desktop__content {
		width: 42%;
	}

	.language-cs .hero-approved-desktop__title,
	.language-nl .hero-approved-desktop__title {
		font-size: clamp(2.4rem, 3.85vw, 2.95rem);
	}

	.language-cs .hero-approved-desktop__text,
	.language-nl .hero-approved-desktop__text {
		font-size: 0.8rem;
	}
}

@media (max-width: 809px) {
	.language-cs .hero-approved-mobile__title,
	.language-nl .hero-approved-mobile__title {
		width: 76%;
		font-size: clamp(1.55rem, 6.7vw, 2.1rem);
	}

	.language-cs .hero-approved-mobile__text,
	.language-nl .hero-approved-mobile__text {
		width: 68%;
		font-size: clamp(0.58rem, 2.25vw, 0.72rem);
	}

	.language-cs .hero-approved-mobile__descriptor,
	.language-nl .hero-approved-mobile__descriptor {
		font-size: clamp(0.42rem, 1.65vw, 0.58rem);
		letter-spacing: 0.12em;
	}

	.language-cs .hero-approved-mobile__primary,
	.language-cs .hero-approved-mobile__secondary,
	.language-nl .hero-approved-mobile__primary,
	.language-nl .hero-approved-mobile__secondary {
		font-size: clamp(0.46rem, 1.8vw, 0.6rem);
		letter-spacing: 0.07em;
	}
}

/* Scope 015 Repair 05: preserve a clear text boundary below the My ERA22 title. */
.era22-holding-page h1 {
	margin-bottom: clamp(1.5rem, 2.5vw, 2.75rem);
}

/* SOURCE: scope017.css */
/* STUDIO ERA22 Scope 017: multilingual legal pages and truthful Cookie preferences. */

body.era22-legal-route {
	background: var(--era22-warm-paper);
}

.era22-legal-page {
	min-height: 75vh;
	padding: calc(var(--era22-header-height) + clamp(3rem, 7vw, 7rem)) var(--era22-page-gutter) clamp(5rem, 10vw, 10rem);
}

.era22-legal-layout {
	display: grid;
	grid-template-columns: minmax(12rem, 17rem) minmax(0, 1fr);
	gap: clamp(3rem, 7vw, 8rem);
	align-items: start;
}

.era22-legal-sidebar {
	position: sticky;
	top: calc(var(--era22-header-height) + 2rem);
	display: grid;
	gap: 2rem;
}

.era22-legal-return {
	width: fit-content;
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.era22-legal-nav {
	display: grid;
	border-top: 1px solid var(--era22-grid-line);
}

.era22-legal-nav a {
	position: relative;
	padding: 0.88rem 0 0.88rem 1rem;
	border-bottom: 1px solid var(--era22-grid-line);
	font-size: 0.78rem;
	font-weight: 650;
	letter-spacing: 0.04em;
}

.era22-legal-nav a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.8rem;
	bottom: 0.8rem;
	width: 2px;
	background: transparent;
}

.era22-legal-nav a[aria-current="page"]::before {
	background: var(--era22-electric-orange);
}

.era22-legal-article {
	min-width: 0;
	max-width: 62rem;
}

.era22-legal-header {
	padding-bottom: clamp(2.5rem, 5vw, 5rem);
	border-bottom: 1px solid var(--era22-grid-line);
}

.era22-legal-eyebrow,
.era22-legal-updated {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.era22-legal-eyebrow {
	margin-bottom: 1.25rem;
	color: var(--era22-text-secondary);
}

.era22-legal-header h1 {
	max-width: 13ch;
	font-family: var(--era22-display);
	font-size: clamp(3rem, 7vw, 7.2rem);
	font-weight: 500;
	line-height: 0.96;
	letter-spacing: -0.055em;
}

.era22-legal-updated {
	margin-top: 1.6rem;
	color: var(--era22-text-secondary);
}

.era22-legal-content {
	display: grid;
	gap: 1.2rem;
	padding-top: clamp(2.5rem, 5vw, 5rem);
	font-size: clamp(1rem, 1.15vw, 1.13rem);
	line-height: 1.72;
}

.era22-legal-content h2 {
	margin-top: clamp(2.2rem, 4vw, 4.2rem);
	padding-top: 1.2rem;
	border-top: 1px solid var(--era22-grid-line);
	font-family: var(--era22-display);
	font-size: clamp(1.55rem, 2.5vw, 2.45rem);
	font-weight: 550;
	line-height: 1.15;
	letter-spacing: -0.025em;
}

.era22-legal-content h2:first-child {
	margin-top: 0;
}

.era22-legal-content p,
.era22-legal-content ul,
.era22-legal-content pre {
	max-width: 52rem;
}

.era22-legal-content ul {
	display: grid;
	gap: 0.65rem;
	padding-left: 1.25rem;
	list-style: none;
}

.era22-legal-content li {
	position: relative;
	padding-left: 1rem;
}

.era22-legal-content li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.77em;
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 50%;
	background: var(--era22-electric-orange);
}

.era22-legal-content code {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 0.88em;
	overflow-wrap: anywhere;
}

.era22-legal-content p code {
	padding: 0.12em 0.35em;
	border: 1px solid var(--era22-grid-line);
	border-radius: 0.3rem;
	background: var(--era22-mist);
}

.era22-legal-content pre {
	margin: 0.5rem 0;
	padding: clamp(1rem, 2vw, 1.5rem);
	overflow: auto;
	border: 1px solid var(--era22-grid-line);
	border-radius: 0.75rem;
	background: var(--era22-mist);
	white-space: pre-wrap;
	overflow-wrap: anywhere;
}

.era22-footer-cookie,
.era22-footer-cookie-fallback {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 24px;
	font: inherit;
	cursor: pointer;
}

.era22-footer-cookie:hover,
.era22-footer-cookie-fallback:hover {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.no-js .era22-footer-cookie {
	display: none;
}

.era22-cookie-dialog[hidden] {
	display: none;
}

.era22-cookie-dialog {
	position: fixed;
	inset: 0;
	z-index: 4000;
	display: grid;
	place-items: center;
	padding: 1rem;
}

.era22-cookie-dialog__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 10, 10, 0.68);
	backdrop-filter: blur(8px);
}

.era22-cookie-dialog__panel {
	position: relative;
	z-index: 1;
	width: min(100%, 42rem);
	max-height: min(82vh, 44rem);
	overflow: auto;
	padding: clamp(1.5rem, 4vw, 3rem);
	border: 1px solid rgba(10, 10, 10, 0.16);
	border-radius: clamp(1rem, 2vw, 1.5rem);
	background:
		linear-gradient(135deg, rgba(26, 51, 255, 0.06), transparent 30%),
		linear-gradient(315deg, rgba(255, 106, 0, 0.08), transparent 28%),
		var(--era22-warm-paper);
	box-shadow: 0 2rem 7rem rgba(0, 0, 0, 0.28);
}

.era22-cookie-dialog__eyebrow {
	margin-bottom: 0.9rem;
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--era22-text-secondary);
}

.era22-cookie-dialog__panel h2 {
	max-width: 12ch;
	font-family: var(--era22-display);
	font-size: clamp(2.3rem, 6vw, 4.6rem);
	font-weight: 520;
	line-height: 0.98;
	letter-spacing: -0.045em;
}

.era22-cookie-dialog__panel p {
	margin-top: 1.25rem;
	font-size: 1rem;
	line-height: 1.65;
}

.era22-cookie-dialog__panel code {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 0.88em;
	overflow-wrap: anywhere;
}

.era22-cookie-dialog__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 2rem;
}

.era22-cookie-dialog__link,
.era22-cookie-dialog__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.75rem 1.1rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.era22-cookie-dialog__link {
	background: var(--era22-void-black);
	color: var(--era22-warm-paper);
}

.era22-cookie-dialog__close {
	border: 1px solid rgba(10, 10, 10, 0.24);
	background: transparent;
	color: var(--era22-void-black);
	cursor: pointer;
}

html.cookie-dialog-open {
	overflow: hidden;
}

@media (max-width: 840px) {
	.era22-legal-layout {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.era22-legal-sidebar {
		position: static;
	}

	.era22-legal-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.era22-legal-page {
		padding-inline: 1rem;
	}

	.era22-legal-nav {
		grid-template-columns: 1fr;
	}

	.era22-cookie-dialog {
		align-items: end;
		padding: 0;
	}

	.era22-cookie-dialog__panel {
		width: 100%;
		max-height: 88vh;
		border-radius: 1.25rem 1.25rem 0 0;
	}

	.era22-cookie-dialog__actions {
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.era22-cookie-dialog,
	.era22-cookie-dialog__panel {
		scroll-behavior: auto;
	}
}

/* SOURCE: scope022c.css */
/* STUDIO ERA22 · Scope 039 · Desktop Hero CTA Figma Alignment
 * Desktop only (>=1024px). Both hero actions use one balanced 320 × 64 px
 * footprint. Material, typography and vector-arrow slots follow the approved
 * Figma CTA / Chrome and Button / Secondary Solid components.
 */
@media (min-width: 1024px) {
	.hero-approved-desktop__visual {
		background-image: url('../img/hero-approved-desktop-clean-v04.png');
		background-image: image-set(
			url('../img/hero-approved-desktop-clean-v04-lossless-v01.webp') type("image/webp"),
			url('../img/hero-approved-desktop-clean-v04.png') type("image/png")
		);
	}

	.hero-approved-desktop__content {
		top: 14.35%;
	}

	.hero-approved-desktop__text {
		margin-top: clamp(1.05rem, 1.55vw, 1.5rem);
	}

	.hero-approved-desktop__actions {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 320px;
		gap: 12px;
		margin-top: clamp(1.15rem, 1.7vw, 1.55rem);
	}

	.hero-approved-desktop__primary,
	.hero-approved-desktop__secondary {
		position: relative;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		width: 320px;
		height: 64px;
		min-height: 64px;
		box-sizing: border-box;
		overflow: hidden;
		font-family: var(--era22-ui);
		font-weight: 600;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		transition: transform var(--era22-duration-fast) var(--era22-ease-standard), box-shadow var(--era22-duration-fast) var(--era22-ease-standard), border-color var(--era22-duration-fast) var(--era22-ease-standard);
	}

	/* Approved Figma CTA / Chrome · Desktop Standard · Default. */
	.hero-approved-desktop__primary {
		grid-template-columns: minmax(0, 1fr) 22px;
		column-gap: 18px;
		padding: 0 22px 0 24px;
		border: 1px solid rgba(13, 15, 20, 0.9);
		border-radius: 32px;
		background-image:
			linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.05) 48%, rgba(0, 0, 0, 0.2) 100%),
			linear-gradient(90deg, #0a0d12 0%, #ffffff 7%, #7a828f 18%, #fafcff 34%, #a1a8b5 55%, #ffffff 76%, #59616e 92%, #080a0f 100%);
		box-shadow: 2px 9px 18px rgba(0, 0, 0, 0.2);
		color: var(--era22-void-black);
		font-size: 14px;
		letter-spacing: 1.6px;
		line-height: 18px;
	}

	.hero-approved-desktop__primary::before {
		content: "";
		position: absolute;
		inset: 3px;
		pointer-events: none;
		border-radius: 29px;
		background-image:
			linear-gradient(90deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.03) 55%, rgba(8, 10, 15, 0.12) 100%),
			linear-gradient(180deg, #ffffff 0%, #f7fafc 22%, #dbe0e8 50%, #b2bac4 76%, #f5f7fa 100%);
		box-shadow:
			inset 0 -2px 6px rgba(0, 0, 0, 0.18),
			inset -1px 2px 3px rgba(255, 255, 255, 0.68),
			-2px 0 3px rgba(26, 51, 255, 0.24);
	}

	.hero-approved-desktop__primary::after {
		content: "";
		position: absolute;
		left: 11px;
		bottom: 2px;
		width: 16px;
		height: 2px;
		pointer-events: none;
		border-radius: 2px;
		background: rgba(255, 106, 0, 0.7);
		filter: blur(1.1px);
		opacity: 0.55;
	}

	.hero-approved-desktop__primary-label {
		position: relative;
		z-index: 1;
		display: block;
		min-width: 0;
		line-height: 18px;
		text-align: left;
	}

	.hero-approved-desktop__primary-arrow {
		position: relative;
		z-index: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 22px;
		height: 22px;
		transition: transform var(--era22-duration-fast) var(--era22-ease-standard);
	}

	.hero-approved-desktop__primary:hover {
		box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.24);
	}

	.hero-approved-desktop__primary:hover .hero-approved-desktop__primary-arrow {
		transform: translate(1px, -1px);
	}

	.hero-approved-desktop__primary:active {
		transform: translateY(0);
		box-shadow: 1px 5px 12px rgba(0, 0, 0, 0.18);
	}

	/* Approved Figma Button / Secondary Solid material, equalised to the hero's
	 * 320 × 64 px action footprint so the pair remains visually balanced. */
	.hero-approved-desktop__secondary {
		grid-template-columns: minmax(0, 1fr) 18px;
		column-gap: 18px;
		padding: 0 24px;
		border: 1px solid rgba(255, 255, 255, 0.2);
		border-radius: 32px;
		background: linear-gradient(180deg, #151518 0%, #070708 52%, #1a1a1d 100%);
		box-shadow:
			1px 7px 5px rgba(0, 0, 0, 0.17),
			inset 0 1px 2px rgba(255, 255, 255, 0.1);
		color: var(--era22-warm-paper);
		font-size: 12px;
		letter-spacing: 1.1px;
		line-height: 16px;
	}

	.hero-approved-desktop__secondary-label {
		display: block;
		min-width: 0;
		line-height: 16px;
		text-align: left;
	}

	.hero-approved-desktop__secondary-arrow {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 18px;
		height: 18px;
		transition: transform var(--era22-duration-fast) var(--era22-ease-standard);
	}

	.hero-approved-desktop__secondary:hover {
		box-shadow:
			1px 9px 7px rgba(0, 0, 0, 0.2),
			inset 0 1px 2px rgba(255, 255, 255, 0.1);
	}

	.hero-approved-desktop__secondary:hover .hero-approved-desktop__secondary-arrow {
		transform: translate(1px, -1px);
	}

	.hero-approved-desktop__secondary:active {
		transform: translateY(0);
	}

	.hero-approved-desktop__primary:focus-visible,
	.hero-approved-desktop__secondary:focus-visible {
		outline: 2px solid var(--era22-electric-blue);
		outline-offset: 4px;
	}

	.hero-cta-arrow-svg {
		display: block;
		width: 100%;
		height: 100%;
		overflow: visible;
	}
}

@media (min-width: 1024px) and (max-width: 1180px) {
	.hero-approved-desktop__content {
		top: 13.6%;
		width: 40.5%;
	}

	.hero-approved-desktop__actions {
		gap: 10px;
		margin-top: 1.1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero-approved-desktop__primary,
	.hero-approved-desktop__primary-arrow,
	.hero-approved-desktop__secondary,
	.hero-approved-desktop__secondary-arrow {
		transition: none !important;
	}
}
/* STUDIO ERA22 — Contact Gateway V1
 * Approved Figma page 15 implementation.
 * Scope: compact multilingual contact section, profile selector and enquiry disclosure.
 */

.era22-contact-gateway-v1,
.era22-contact-gateway-v1 * {
	box-sizing: border-box;
}

.era22-contact-gateway-v1 {
	position: relative;
	z-index: 1;
	padding: 53px var(--era22-page-gutter) 61px;
	overflow: clip;
	border-top: 1px solid var(--era22-silver);
	border-bottom: 1px solid var(--era22-silver);
	background: var(--era22-warm-paper);
	color: var(--era22-graphite);
}

.era22-contact-gateway-v1 p,
.era22-contact-gateway-v1 h2,
.era22-contact-gateway-v1 h3 {
	margin: 0;
}

.era22-contact-gateway-v1 button,
.era22-contact-gateway-v1 a,
.era22-contact-gateway-v1 input,
.era22-contact-gateway-v1 select,
.era22-contact-gateway-v1 textarea {
	font: inherit;
}

.era22-contact-gateway-v1__inner {
	width: min(1280px, 100%);
	margin-inline: auto;
}

.era22-contact-gateway-v1__main {
	display: grid;
	grid-template-columns: minmax(0, 525px) 615px;
	justify-content: space-between;
	gap: 64px;
	min-height: 513px;
}

.era22-contact-gateway-v1__intro-block,
.era22-contact-booking {
	min-width: 0;
}

.era22-contact-gateway-v1__eyebrow,
.era22-contact-booking__eyebrow,
.era22-enquiry-form__header > p {
	font-family: var(--era22-ui);
	font-size: 0.6875rem;
	font-weight: 650;
	line-height: 1rem;
	letter-spacing: 0.145em;
	text-transform: uppercase;
}

.era22-contact-gateway-v1__eyebrow-line {
	display: block;
	width: 48px;
	height: 3px;
	margin-top: 10px;
	border-radius: 2px;
	background: var(--era22-electric-orange);
}

.era22-contact-gateway-v1__heading {
	max-width: 590px;
	margin-top: 29px !important;
	font-family: var(--era22-display);
	font-size: 3.375rem;
	font-weight: 600;
	line-height: 1.074;
	letter-spacing: -0.024em;
	color: var(--era22-void-black);
}

html[lang^="nl"] .era22-contact-gateway-v1__heading {
	max-width: 650px;
	font-size: 3.125rem;
	line-height: 1.08;
}

.era22-contact-gateway-v1__intro {
	max-width: 525px;
	margin-top: 38px !important;
	font-family: var(--era22-body);
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.61;
	letter-spacing: -0.006em;
}

html[lang^="nl"] .era22-contact-gateway-v1__intro {
	margin-top: 30px !important;
}

.era22-contact-gateway-v1__meta {
	margin-top: 67px !important;
	font-family: var(--era22-ui);
	font-size: 0.6875rem;
	font-weight: 650;
	line-height: 1rem;
	letter-spacing: 0.122em;
	text-transform: uppercase;
}

html[lang^="nl"] .era22-contact-gateway-v1__meta {
	margin-top: 55px !important;
}

.era22-contact-gateway-v1__market-note {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	max-width: 470px;
	margin-top: 11px !important;
	font-family: var(--era22-body);
	font-size: 0.9375rem;
	line-height: 1.47;
	color: rgba(27, 27, 31, 0.64);
}

.era22-contact-gateway-v1__market-note > span {
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	margin-top: 6px;
	border-radius: 50%;
	background: var(--era22-electric-orange);
}

.era22-contact-booking__intro {
	max-width: 540px;
	margin-top: 12px !important;
	font-family: var(--era22-body);
	font-size: 1rem;
	line-height: 1.5;
	color: rgba(27, 27, 31, 0.64);
}

.era22-contact-booking--single .era22-contact-booking__eyebrow,
.era22-contact-booking--single .era22-contact-booking__intro {
	margin-left: 127px !important;
}

.era22-contact-booking__stage {
	position: relative;
	width: 615px;
	height: 438px;
	margin-top: 24px;
	isolation: isolate;
}

.era22-booking-card {
	--card-left: 386px;
	--card-top: calc(var(--compact-index, 0) * 96px);
	position: absolute;
	z-index: 1;
	left: var(--card-left);
	top: var(--card-top);
	width: 229px;
	height: 82px;
	overflow: hidden;
	border: 1px solid var(--era22-graphite);
	border-radius: 24px;
	background: var(--era22-void-black);
	color: var(--era22-warm-paper);
	transform: translateZ(0);
	will-change: left, top, width, height, border-radius;
	transition:
		left 460ms var(--era22-ease-liquid),
		top 460ms var(--era22-ease-liquid),
		width 460ms var(--era22-ease-liquid),
		height 460ms var(--era22-ease-liquid),
		border-radius 460ms var(--era22-ease-liquid),
		border-color var(--era22-duration-fast) ease;
}

.era22-booking-card.is-active {
	--card-left: 0px;
	--card-top: 0px;
	z-index: 3;
	width: 368px;
	height: 438px;
	border-radius: 28px;
}

.era22-contact-booking--single .era22-booking-card.is-active {
	--card-left: 127px;
}

.era22-booking-card:not(.is-active):hover,
.era22-booking-card:not(.is-active):focus-within {
	border-color: rgba(27, 27, 31, 0.62);
}

.era22-booking-card__collapsed {
	position: absolute;
	z-index: 5;
	inset: 0;
	display: block;
	color: inherit;
	text-decoration: none;
	opacity: 1;
	visibility: visible;
	transition:
		opacity 150ms ease 120ms,
		visibility 0s linear 120ms;
}

.era22-booking-card.is-active .era22-booking-card__collapsed {
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 100ms ease,
		visibility 0s linear 100ms;
}

.era22-booking-card__collapsed-copy {
	position: absolute;
	z-index: 2;
	left: 83px;
	top: 16px;
	display: grid;
	gap: 1px;
	width: 112px;
}

.era22-booking-card__collapsed-copy strong {
	overflow: hidden;
	font-family: var(--era22-display);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3125;
	letter-spacing: -0.012em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.era22-booking-card__collapsed-copy small {
	overflow: hidden;
	font-family: var(--era22-body);
	font-size: 0.6875rem;
	line-height: 1rem;
	color: var(--era22-silver);
	text-overflow: ellipsis;
	white-space: nowrap;
}

.era22-booking-card__collapsed-arrow {
	position: absolute;
	right: 14px;
	top: 31px;
	width: 18px;
	height: 18px;
	transition: transform var(--era22-duration-standard) var(--era22-ease-standard);
}

.era22-booking-card:not(.is-active):hover .era22-booking-card__collapsed-arrow,
.era22-booking-card:not(.is-active):focus-within .era22-booking-card__collapsed-arrow {
	transform: translate(2px, -2px);
}

.era22-booking-card__collapsed-arrow svg,
.era22-booking-card__action svg,
.era22-written-enquiry__toggle svg {
	display: block;
	width: 100%;
	height: 100%;
}

.era22-booking-card__photo {
	position: absolute;
	z-index: 1;
	left: 11px;
	top: 11px;
	width: 58px;
	height: 58px;
	overflow: hidden;
	border-radius: 18px;
	background: var(--era22-silver);
	will-change: left, top, width, height, border-radius;
	transition:
		left 460ms var(--era22-ease-liquid),
		top 460ms var(--era22-ease-liquid),
		width 460ms var(--era22-ease-liquid),
		height 460ms var(--era22-ease-liquid),
		border-radius 460ms var(--era22-ease-liquid);
}

.era22-booking-card.is-active .era22-booking-card__photo {
	left: -1px;
	top: -1px;
	width: 368px;
	height: 196px;
	border-radius: 27px 27px 0 0;
}

.era22-booking-card__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	transform: scale(1);
	transition: transform 700ms var(--era22-ease-liquid), object-position 460ms var(--era22-ease-liquid);
}

.era22-booking-card.is-active .era22-booking-card__photo img {
	object-position: 50% 42%;
	transform: scale(1.015);
}

.era22-booking-card__accent {
	position: absolute;
	z-index: 6;
	left: 16px;
	top: 64px;
	width: 48px;
	height: 3px;
	border-radius: 2px;
	background: var(--era22-electric-orange);
	opacity: 1;
	transition: opacity 120ms ease;
}

.era22-booking-card[data-accent="blue"] .era22-booking-card__accent {
	background: var(--era22-electric-blue);
}

.era22-booking-card[data-accent="joint"] .era22-booking-card__accent {
	background: linear-gradient(90deg, var(--era22-electric-orange) 0 48%, var(--era22-electric-blue) 52% 100%);
}

.era22-booking-card.is-active .era22-booking-card__accent {
	opacity: 0;
}

.era22-booking-card__expanded {
	position: absolute;
	z-index: 4;
	inset: 0;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition:
		opacity 170ms ease,
		transform 300ms var(--era22-ease-standard),
		visibility 0s linear 300ms;
}

.era22-booking-card.is-active .era22-booking-card__expanded {
	pointer-events: auto;
	opacity: 1;
	visibility: visible;
	transform: none;
	transition:
		opacity 220ms ease 180ms,
		transform 360ms var(--era22-ease-standard) 120ms,
		visibility 0s linear 0s;
}

.era22-booking-card__photo-shade {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 130px;
	width: 100%;
	height: 66px;
	background: linear-gradient(180deg, transparent, rgba(10, 10, 10, 0.62));
}

.era22-booking-card__badge {
	position: absolute;
	z-index: 5;
	left: 17px;
	top: 17px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	max-width: calc(100% - 34px);
	height: 28px;
	padding: 0 13px 0 12px;
	overflow: hidden;
	border-radius: 14px;
	background: var(--era22-warm-paper);
	font-family: var(--era22-ui);
	font-size: 0.5625rem;
	font-weight: 650;
	line-height: 0.75rem;
	letter-spacing: 0.11em;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	color: var(--era22-void-black);
}

.era22-booking-card__badge i {
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--era22-electric-orange);
}

.era22-booking-card[data-accent="blue"] .era22-booking-card__badge i {
	background: var(--era22-electric-blue);
}

.era22-booking-card[data-accent="joint"] .era22-booking-card__badge i {
	background: linear-gradient(90deg, var(--era22-electric-orange) 0 48%, var(--era22-electric-blue) 52% 100%);
}

.era22-booking-card__details {
	position: absolute;
	z-index: 3;
	left: 21px;
	right: 17px;
	top: 217px;
}

.era22-booking-card__details h3 {
	font-family: var(--era22-display);
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 2rem;
	letter-spacing: -0.015em;
	color: var(--era22-warm-paper);
}

.era22-booking-card__roles {
	display: grid;
	margin-top: 1px !important;
	font-family: var(--era22-body);
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: var(--era22-silver);
}

.era22-booking-card__roles span {
	display: block;
}

.era22-booking-card__meta {
	margin-top: 20px !important;
	font-family: var(--era22-ui);
	font-size: 0.625rem;
	font-weight: 650;
	line-height: 0.875rem;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: var(--era22-silver);
}

.era22-booking-card__action,
.era22-written-enquiry__toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 0;
	border-radius: 999px;
	background: var(--era22-warm-paper);
	color: var(--era22-void-black);
	font-family: var(--era22-ui);
	font-size: 0.6875rem;
	font-weight: 650;
	line-height: 1rem;
	letter-spacing: 0.105em;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.era22-booking-card__action {
	position: absolute;
	left: -4px;
	top: 140px;
	width: 332px;
	height: 58px;
	padding: 0 21px;
}

.era22-booking-card__action > span[aria-hidden="true"],
.era22-written-enquiry__toggle > span[aria-hidden="true"] {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	transition: transform var(--era22-duration-standard) var(--era22-ease-standard);
}

.era22-booking-card__action:hover > span[aria-hidden="true"],
.era22-booking-card__action:focus-visible > span[aria-hidden="true"],
.era22-written-enquiry__toggle:hover > span[aria-hidden="true"],
.era22-written-enquiry__toggle:focus-visible > span[aria-hidden="true"] {
	transform: translate(2px, -2px);
}

.era22-booking-card__collapsed:focus-visible,
.era22-booking-card__action:focus-visible,
.era22-written-enquiry__toggle:focus-visible {
	outline: 3px solid var(--era22-electric-orange);
	outline-offset: 3px;
}

.era22-booking-card[data-accent="blue"] .era22-booking-card__collapsed:focus-visible,
.era22-booking-card[data-accent="blue"] .era22-booking-card__action:focus-visible {
	outline-color: var(--era22-electric-blue);
}

.era22-booking-card__action[aria-busy="true"] {
	cursor: progress;
}

.era22-contact-booking__hint {
	width: 229px;
	margin-top: 18px !important;
	margin-left: 386px !important;
	font-family: var(--era22-body);
	font-size: 0.75rem;
	line-height: 1.5;
	color: rgba(27, 27, 31, 0.64);
}

.era22-written-enquiry {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	align-items: center;
	gap: 48px;
	min-height: 132px;
	margin-top: 60px;
	padding: 20px 40px 20px 33px;
	overflow: hidden;
	border: 1px solid var(--era22-graphite);
	border-radius: 28px;
	background: var(--era22-void-black);
	color: var(--era22-warm-paper);
}

.era22-written-enquiry__accent {
	position: absolute;
	inset: -1px auto -1px -1px;
	width: 8px;
	border-radius: 4px;
	background: var(--era22-electric-blue);
}

.era22-written-enquiry__copy h3 {
	font-family: var(--era22-display);
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.875rem;
	letter-spacing: -0.015em;
}

.era22-written-enquiry__copy p {
	margin-top: 8px !important;
	font-family: var(--era22-body);
	font-size: 0.875rem;
	line-height: 1.5;
	color: var(--era22-silver);
}

.era22-written-enquiry__toggle {
	width: 330px;
	height: 60px;
	padding: 0 24px;
}

.era22-written-enquiry__toggle[aria-expanded="true"] > span[aria-hidden="true"] {
	transform: rotate(90deg);
}

.era22-enquiry-disclosure {
	display: grid;
	grid-template-rows: 0fr;
	margin-top: 0;
	visibility: hidden;
	opacity: 0;
	transition:
		grid-template-rows 520ms var(--era22-ease-liquid),
		margin-top 520ms var(--era22-ease-liquid),
		opacity 220ms ease,
		visibility 0s linear 520ms;
}

.era22-enquiry-disclosure.is-open {
	grid-template-rows: 1fr;
	margin-top: 18px;
	visibility: visible;
	opacity: 1;
	transition:
		grid-template-rows 520ms var(--era22-ease-liquid),
		margin-top 520ms var(--era22-ease-liquid),
		opacity 260ms ease 120ms,
		visibility 0s linear 0s;
}

.era22-enquiry-disclosure__clip {
	min-height: 0;
	overflow: hidden;
}

.era22-enquiry-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 36px;
	padding: 48px;
	border: 1px solid var(--era22-graphite);
	border-radius: 28px;
	background: var(--era22-void-black);
	color: var(--era22-warm-paper);
}

.era22-enquiry-form__header {
	grid-column: 1 / -1;
	max-width: 720px;
	padding-bottom: 18px;
}

.era22-enquiry-form__header > p {
	color: rgba(250, 250, 248, 0.62);
}

.era22-enquiry-form__header h3 {
	margin-top: 13px !important;
	font-family: var(--era22-display);
	font-size: clamp(2rem, 3.2vw, 3.25rem);
	font-weight: 600;
	line-height: 1.04;
	letter-spacing: -0.035em;
}

.era22-enquiry-form__header > span {
	display: block;
	max-width: 650px;
	margin-top: 16px;
	font-family: var(--era22-body);
	font-size: 1rem;
	line-height: 1.55;
	color: rgba(250, 250, 248, 0.68);
}

.era22-contact-gateway-v1 .project-field {
	gap: 9px;
}

.era22-contact-gateway-v1 .project-field label {
	font-family: var(--era22-ui);
	font-size: 0.6875rem;
	font-weight: 650;
	line-height: 1rem;
	letter-spacing: 0.12em;
}

.era22-contact-gateway-v1 .project-field input,
.era22-contact-gateway-v1 .project-field textarea,
.era22-contact-gateway-v1 .project-field select {
	min-height: 54px;
	padding: 10px 0;
	border-bottom-color: rgba(250, 250, 248, 0.72);
	font-family: var(--era22-body);
	font-size: 1rem;
	line-height: 1.5;
	color: var(--era22-warm-paper);
}

.era22-contact-gateway-v1 .project-field textarea {
	min-height: 150px;
}

.era22-contact-gateway-v1 .project-field input:focus-visible,
.era22-contact-gateway-v1 .project-field textarea:focus-visible,
.era22-contact-gateway-v1 .project-field select:focus-visible {
	outline-width: 2px;
	outline-offset: 5px;
}

.era22-enquiry-form__footer {
	padding-top: 6px;
}

.era22-contact-gateway-v1 .contact-section__note {
	max-width: 760px;
	font-family: var(--era22-body);
	font-size: 0.8125rem;
	line-height: 1.55;
	color: rgba(250, 250, 248, 0.58);
}

.era22-contact-gateway-v1 .era22-form-actions {
	align-items: center;
	margin-top: 20px;
}

.era22-contact-gateway-v1 .era22-form-status {
	font-family: var(--era22-body);
	font-size: 0.875rem;
}

@media (min-width: 681px) and (max-width: 1160px) {
	.era22-contact-gateway-v1 {
		padding-block: 64px;
	}

	.era22-contact-gateway-v1__main {
		grid-template-columns: 1fr;
		gap: 54px;
		min-height: 0;
	}

	.era22-contact-gateway-v1__intro-block {
		max-width: 600px;
	}

	.era22-contact-booking {
		width: min(615px, 100%);
	}

	.era22-contact-booking--single .era22-contact-booking__eyebrow,
	.era22-contact-booking--single .era22-contact-booking__intro {
		margin-left: 0 !important;
	}

	.era22-contact-booking--single .era22-booking-card.is-active {
		--card-left: 0px;
	}

	.era22-written-enquiry {
		margin-top: 54px;
	}
}

@media (max-width: 760px) {
	.era22-contact-gateway-v1 {
		padding: 38px max(24px, var(--era22-page-gutter)) 51px;
		overflow: hidden;
	}

	.era22-contact-gateway-v1__inner {
		width: 100%;
	}

	.era22-contact-gateway-v1__main {
		display: block;
		min-height: 0;
	}

	.era22-contact-gateway-v1__eyebrow,
	.era22-contact-booking__eyebrow {
		font-size: 0.625rem;
		line-height: 0.9375rem;
		letter-spacing: 0.15em;
	}

	.era22-contact-gateway-v1__eyebrow-line {
		width: 42px;
		margin-top: 11px;
	}

	.era22-contact-gateway-v1__heading,
	html[lang^="nl"] .era22-contact-gateway-v1__heading {
		max-width: 342px;
		margin-top: 21px !important;
		font-size: clamp(2.15rem, 9.23vw, 2.25rem);
		line-height: 1.167;
		letter-spacing: -0.022em;
	}

	.era22-contact-gateway-v1__intro,
	html[lang^="nl"] .era22-contact-gateway-v1__intro {
		max-width: 342px;
		margin-top: 18px !important;
		font-size: 1rem;
		line-height: 1.5625;
	}

	.era22-contact-gateway-v1__meta,
	.era22-contact-gateway-v1__market-note {
		display: none;
	}

	.era22-contact-booking {
		margin-top: 54px;
	}

	.era22-contact-booking--single .era22-contact-booking__eyebrow,
	.era22-contact-booking--single .era22-contact-booking__intro {
		margin-left: 0 !important;
	}

	.era22-contact-booking__intro {
		margin-top: 10px !important;
		font-size: 0.9375rem;
		line-height: 1.467;
	}

	.era22-contact-booking__stage {
		width: 100%;
		height: calc((var(--profile-count) * 78px) + ((var(--profile-count) - 1) * 12px));
		margin-top: 20px;
		transition: height 460ms var(--era22-ease-liquid);
	}

	.era22-contact-booking__stage:not(.is-ready) .era22-booking-card,
	.era22-booking-card {
		--card-left: 0px;
		--card-top: calc(var(--profile-index, 0) * 90px);
		width: 100%;
		height: 78px;
		border-radius: 24px;
	}

	.era22-contact-booking__stage.is-ready .era22-booking-card {
		--card-top: var(--mobile-card-top, 0px);
	}

	.era22-contact-booking__stage.is-ready .era22-booking-card.is-active {
		--card-left: 0px;
		width: 100%;
		height: 442px;
		border-radius: 28px;
	}

	.era22-contact-booking__stage:not(.is-ready) .era22-booking-card.is-active .era22-booking-card__collapsed {
		pointer-events: auto;
		opacity: 1;
		visibility: visible;
	}

	.era22-contact-booking__stage:not(.is-ready) .era22-booking-card.is-active .era22-booking-card__expanded {
		pointer-events: none;
		opacity: 0;
		visibility: hidden;
	}

	.era22-contact-booking__stage:not(.is-ready) .era22-booking-card.is-active .era22-booking-card__photo {
		left: 12px;
		top: 10px;
		width: 58px;
		height: 58px;
		border-radius: 18px;
	}

	.era22-contact-booking__stage:not(.is-ready) .era22-booking-card.is-active .era22-booking-card__accent {
		opacity: 1;
	}

	.era22-contact-booking--single .era22-booking-card.is-active {
		--card-left: 0px;
	}

	.era22-booking-card__collapsed-copy {
		left: 86px;
		top: 16px;
		width: calc(100% - 134px);
	}

	.era22-booking-card__collapsed-copy strong {
		font-size: 1.0625rem;
		line-height: 1.375rem;
	}

	.era22-booking-card__collapsed-arrow {
		right: 20px;
		top: 30px;
	}

	.era22-booking-card__photo {
		left: 12px;
		top: 10px;
	}

	.era22-booking-card.is-active .era22-booking-card__photo {
		left: 0;
		top: 0;
		width: 100%;
		height: 192px;
		border-radius: 28px 28px 0 0;
	}

	.era22-booking-card.is-active .era22-booking-card__photo img {
		object-position: 50% 42%;
	}

	.era22-booking-card__accent {
		left: 18px;
		top: 68px;
		width: 46px;
	}

	.era22-booking-card__photo-shade {
		top: 133px;
		height: 59px;
	}

	.era22-booking-card__badge {
		left: 16px;
		top: 16px;
		max-width: calc(100% - 32px);
	}

	.era22-booking-card__details {
		left: 20px;
		right: 18px;
		top: 214px;
	}

	.era22-booking-card__details h3 {
		font-size: 1.5625rem;
		line-height: 1.9375rem;
	}

	.era22-booking-card__meta {
		margin-top: 21px !important;
	}

	.era22-booking-card__action {
		left: -2px;
		top: 148px;
		width: calc(100% + 2px);
		height: 58px;
		padding-inline: 21px;
		font-size: 0.625rem;
		line-height: 0.9375rem;
	}

	.era22-contact-booking__hint {
		width: auto;
		margin: 13px 0 0 !important;
		font-size: 0.75rem;
		line-height: 1.5;
	}

	.era22-written-enquiry {
		display: block;
		min-height: 248px;
		margin-top: 32px;
		padding: 24px 24px 18px;
		border-radius: 28px;
	}

	.era22-written-enquiry__accent {
		left: 0;
		width: 7px;
	}

	.era22-written-enquiry__copy h3 {
		max-width: 294px;
		font-size: 1.4375rem;
		line-height: 1.304;
	}

	.era22-written-enquiry__copy p {
		max-width: 294px;
		margin-top: 10px !important;
		font-size: 0.875rem;
		line-height: 1.5;
	}

	.era22-written-enquiry__toggle {
		position: absolute;
		left: 18px;
		right: 18px;
		bottom: 18px;
		width: auto;
		height: 58px;
		padding-inline: 21px;
		font-size: 0.625rem;
		line-height: 0.9375rem;
	}

	.era22-enquiry-disclosure.is-open {
		margin-top: 14px;
	}

	.era22-enquiry-form {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 28px 22px 24px;
		border-radius: 28px;
	}

	.era22-enquiry-form__header,
	.era22-contact-gateway-v1 .project-field--full,
	.era22-enquiry-form__footer {
		grid-column: 1;
	}

	.era22-enquiry-form__header h3 {
		font-size: 2rem;
	}

	.era22-enquiry-form__header > span {
		font-size: 0.9375rem;
	}

	.era22-contact-gateway-v1 .era22-form-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.era22-contact-gateway-v1 .era22-chrome-cta,
	.era22-contact-gateway-v1 .era22-secondary-action {
		width: 100%;
	}
}

@media (max-width: 350px) {
	.era22-contact-gateway-v1 {
		padding-inline: 16px;
	}

	.era22-written-enquiry {
		padding-inline: 20px;
	}

	.era22-written-enquiry__toggle {
		left: 14px;
		right: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.era22-contact-gateway-v1 *,
	.era22-contact-gateway-v1 *::before,
	.era22-contact-gateway-v1 *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
		transition-delay: 0ms !important;
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* Scope 047 final cascade guard — keep these after all generated home scopes. */
@media (max-width: 900px) {
	.site-shell,
	.header-inner,
	.footer-inner,
	.mobile-menu__inner,
	.era22-contact-gateway-v1__inner,
	.era22-contact-gateway-v1__main,
	.era22-contact-booking,
	.era22-written-enquiry {
		min-width: 0;
		max-width: 100%;
	}

	h1, h2, h3, p, li, blockquote, figcaption {
		hyphens: none;
		word-break: normal;
		overflow-wrap: break-word;
	}
}

@media (max-width: 767px) {
	.services-focus-slices {
		height: auto;
	}

	.service-slice.is-active {
		flex: 0 0 auto;
		min-height: 390px;
	}
}

@media (max-width: 680px) {
	.era22-holding-page__inner > div {
		align-items: flex-start;
		flex-direction: column;
	}

	.era22-holding-page h1,
	.era22-case-study h1 {
		font-size: clamp(2.4rem, 12vw, 3.2rem);
		overflow-wrap: break-word;
	}
}

@media (max-width: 390px) {
	.era22-contact-gateway-v1 {
		padding-inline: 16px;
	}

	.era22-written-enquiry {
		min-height: 0;
		padding: 24px 20px;
	}

	.era22-written-enquiry__toggle {
		position: static;
		width: 100%;
		margin-top: 24px;
	}
}
