/* Additive refinement: preserve the owner's theme.css. */
.portfolio-case-media.is-readable.is-longform img {
	height: 520px;
	object-fit: cover;
	object-position: top;
}

.portfolio-case-media.is-longform > a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	background: linear-gradient(transparent, #fff9);
	pointer-events: none;
}

.artwork-viewer {
	position: fixed;
	inset: 0;
	width: 100vw;
	height: 100dvh;
	max-width: none;
	max-height: none;
	padding: 0;
	margin: 0;
	border: 0;
	background: #141312;
	color: #fff;
	z-index: 2147483647;
}

.artwork-viewer::backdrop {
	background: #141312;
}

.artwork-viewer[open] {
	display: flex;
	flex-direction: column;
}

.artwork-viewer__bar {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	padding: 12px 18px;
	border-bottom: 1px solid #ffffff30;
	flex-shrink: 0;
	background: #1d1b19;
}

.artwork-viewer__bar button,
.artwork-viewer__bar a {
	background: transparent;
	border: 1px solid #ffffff35;
	color: #fff;
	padding: 8px 13px;
	border-radius: 4px;
	font: 12px / 1.3 sans-serif;
	cursor: pointer;
}

.artwork-viewer__bar button:hover {
	background: #ffffff20;
}

.artwork-viewer__bar button:focus-visible,
.artwork-viewer__bar a:focus-visible {
	outline: 2px solid #d9af8e;
	outline-offset: 3px;
}

.artwork-viewer__bar button:last-child {
	margin-left: auto;
	font-size: 20px;
	padding: 3px 14px;
}

.artwork-viewer__bar output {
	font: 12px monospace;
	min-width: 42px;
	text-align: center;
}

.artwork-viewer__viewport {
	overflow: auto;
	flex: 1;
	min-height: 0;
	padding: 16px;
	overscroll-behavior: contain;
	cursor: grab;
	touch-action: pan-x pan-y pinch-zoom;
}

.artwork-viewer__viewport.is-dragging {
	cursor: grabbing;
	user-select: none;
}

.artwork-viewer__viewport img {
	display: block;
	height: auto;
	max-width: none;
	max-height: none;
	margin: 0 auto;
	user-select: none;
}

.blog .blog-post-box .blog-post-img .blog-post-category {
	position: static !important;
	transform: none !important;
	padding: 12px 0 0;
	background: transparent;
	border: 0;
	backdrop-filter: none;
}

.blog-post-category a:not(:first-child) {
	display: none;
}

.portfolio-case-media.is-readable {
	grid-column: 1 / -1;
}

.portfolio-case-media.is-readable > a {
	display: block;
	padding: 0;
	background: #fff;
}

.portfolio-case-media.is-readable img {
	width: 100%;
	height: auto;
	max-height: none;
	object-fit: contain;
}

.portfolio-case-media.is-readable figcaption {
	padding: 18px 0;
}

.portfolio-case-media.is-readable .portfolio-project-arrow {
	bottom: 70px;
}

@media (width <=575px) {
	.artwork-viewer__bar {
		gap: 6px;
		padding: 8px;
	}

	.artwork-viewer__bar button,
	.artwork-viewer__bar a {
		font-size: 10px;
		padding: 8px;
	}

	.artwork-viewer__bar output {
		min-width: 30px;
	}

	.artwork-viewer__viewport {
		padding: 8px;
	}
}

.mobile-studio {
	--mobile-paper: #e5ddd1;
	--mobile-ink: #27201c;

	overflow: hidden;
}

.mobile-studio h1,
.mobile-studio h2,
.mobile-studio h3 {
	letter-spacing: -0.045em;
}

.mobile-studio h1 em,
.mobile-studio h2 em {
	font-family: Georgia, serif;
	font-weight: 400;
	color: #c9ae94;
}

.mobile-opening {
	padding: 155px 0 80px;
	background: radial-gradient(ellipse at 85% 55%, #75322355, transparent 55%);
}

.mobile-opening__top {
	display: flex;
	justify-content: space-between;
	gap: 25px;
	border-bottom: 1px solid #ffffff25;
	padding-bottom: 22px;
	font: 11px monospace;
	color: #b8a99d;
}

.mobile-opening__grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 40px;
	align-items: center;
	margin-top: 45px;
}

.mobile-eyebrow {
	font: 11px / 1.6 monospace;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #c4aea0;
}

.mobile-opening h1 {
	font-size: clamp(3rem, 6.3vw, 6.8rem);
	line-height: 1.03;
	margin: 25px 0 30px;
}

.mobile-opening__copy > p:not(.mobile-eyebrow) {
	max-width: 550px;
	line-height: 1.85;
	color: #c3b6ad;
}

.mobile-opening__foot {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 30px;
	font-size: 0.7rem;
	color: #b8a99d;
}

.mobile-orbit {
	position: relative;
	min-height: 565px;
	isolation: isolate;
}

.mobile-orbit__ring {
	position: absolute;
	inset: 7% -5%;
	border: 1px solid #bba48b44;
	border-radius: 50%;
	transform: rotate(-25deg) scaleY(0.78);
}

.mobile-orbit__word {
	position: absolute;
	top: 12%;
	left: -5%;
	font-size: clamp(100px, 15vw, 230px);
	font-weight: 700;
	letter-spacing: -0.08em;
	color: #bdaa9130;
	z-index: -1;
}

.mobile-orbit__phone {
	position: absolute;
	width: 48%;
	max-width: 245px;
	filter: drop-shadow(0 25px 30px #0006);
}

.mobile-orbit__phone--front {
	left: 0;
	top: 25px;
	transform: rotate(-9deg);
}

.mobile-orbit__phone--back {
	right: 0;
	top: 85px;
	transform: rotate(10deg);
}

.mobile-orbit__label {
	position: absolute;
	left: 7%;
	bottom: 0;
	font: 10px / 1.6 monospace;
	color: #bba48b;
	letter-spacing: 0.15em;
}

.mobile-work {
	background: var(--mobile-paper);
	color: var(--mobile-ink);
	padding: 80px 0;
}

.mobile-section-title {
	margin-bottom: 50px;
}

.mobile-section-title h2,
.mobile-start h2 {
	font-size: clamp(2.3rem, 4.6vw, 4.9rem);
	line-height: 1.1;
	margin: 24px 0;
}

.mobile-work .studio-coordinate {
	color: #7f6555;
}

.mobile-work h2,
.mobile-work h3 {
	color: var(--mobile-ink);
}

.mobile-work h2 em {
	color: #8d6149;
}

.mobile-case {
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	gap: 65px;
	align-items: center;
	margin-top: 45px;
	padding-top: 45px;
	border-top: 1px solid #5f46342e;
}

.mobile-case__screens {
	position: relative;
	isolation: isolate;
	background: #222622;
	padding: 35px 35px 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 24px;
	overflow: hidden;
	height: 465px;
	border-radius: 2px;
}

.mobile-case__screens > .hardware {
	flex: 0 0 42%;
	max-width: 205px;
}

.mobile-case__screens > .hardware:nth-child(2) {
	margin-top: 70px;
}

.mobile-case__watermark {
	position: absolute;
	bottom: -10px;
	left: 10px;
	font-size: 100px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.09em;
	color: #fff2;
	z-index: -1;
}

.mobile-case--schaetze .mobile-case__screens {
	background: #87725f;
}

.mobile-case--schaetze {
	direction: rtl;
}

.mobile-case--schaetze > * {
	direction: ltr;
}

.mobile-case__copy h3 {
	font-size: clamp(2rem, 3.3vw, 3.5rem);
	line-height: 1.12;
	margin: 20px 0;
}

.mobile-case__copy p {
	color: #705b4e;
	line-height: 1.85;
	max-width: 480px;
}

.mobile-case__copy .studio-cta {
	color: #4c3527;
	border-color: #8d6149;
}

.mobile-blueprint {
	padding: 85px 0;
	background: #191817;
}

.mobile-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
}

.mobile-steps article {
	border-top: 1px solid #ffffff30;
	padding-top: 20px;
}

.mobile-steps article > span {
	font: 13px monospace;
	color: #c9ae94;
}

.mobile-steps h3 {
	font-size: 1.4rem;
	line-height: 1.25;
	margin: 24px 0 18px;
}

.mobile-steps p {
	font-size: 0.9rem;
	line-height: 1.85;
	color: #b8aca3;
}

.mobile-start {
	padding: 90px 0;
}

.mobile-start > .container {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 90px;
	align-items: center;
}

.mobile-start p {
	color: #b8aca3;
	max-width: 530px;
	line-height: 1.8;
}

.mobile-price {
	border-left: 1px solid #ffffff30;
	padding-left: 40px;
}

.mobile-price > span {
	font: 10px monospace;
	letter-spacing: 0.1em;
	color: #bda18c;
}

.mobile-price > strong {
	display: block;
	font-size: clamp(3.5rem, 6vw, 6rem);
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -0.06em;
	margin: 14px 0;
}

.mobile-price small {
	font-size: 0.35em;
}

.mobile-price p {
	font-size: 0.85rem;
}

.mobile-price__services {
	display: block;
	margin-top: 22px;
	font-size: 0.75rem;
	color: #bda18c;
}

.studio-wall__project:hover img {
	transform: none !important;
}

.studio-wall__project:focus-visible {
	outline: 2px solid #d9af8e;
	outline-offset: 4px;
}

@media (width <=1199px) {
	.mobile-orbit {
		min-height: 490px;
	}

	.mobile-case__screens {
		height: 405px;
		padding: 30px 20px 0;
		gap: 15px;
	}

	.mobile-case {
		gap: 40px;
	}

	.mobile-start > .container {
		gap: 45px;
	}
}

@media (width <=991px) {
	.mobile-opening__grid {
		grid-template-columns: 1fr;
	}

	.mobile-opening__copy {
		max-width: 650px;
	}

	.mobile-orbit {
		width: 100%;
		max-width: 540px;
		min-height: 580px;
		margin: 10px auto 0;
	}

	.mobile-case {
		gap: 28px;
	}

	.mobile-case__screens {
		height: 350px;
	}

	.mobile-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mobile-start > .container {
		grid-template-columns: 1fr;
	}

	.mobile-price {
		border-left: 0;
		border-top: 1px solid #ffffff30;
		padding: 30px 0 0;
	}
}

@media (width <=575px) {
	.mobile-opening {
		padding: 135px 0 45px;
	}

	.mobile-opening__top {
		font-size: 9px;
		flex-wrap: wrap;
		gap: 10px;
	}

	.mobile-opening h1 {
		font-size: clamp(2.6rem, 12vw, 4rem);
	}

	.mobile-orbit {
		min-height: 425px;
	}

	.mobile-orbit__phone {
		width: 46%;
	}

	.mobile-orbit__phone--back {
		top: 60px;
	}

	.mobile-case {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.mobile-case__screens {
		height: 360px;
		grid-row: 2;
		padding-top: 28px;
	}

	.mobile-case--schaetze {
		direction: ltr;
	}

	.mobile-work,
	.mobile-blueprint,
	.mobile-start {
		padding: 50px 0;
	}

	.mobile-section-title {
		margin-bottom: 30px;
	}

	.mobile-steps {
		grid-template-columns: 1fr;
	}

	.mobile-steps h3 {
		margin-top: 15px;
	}

	.mobile-orbit__label {
		bottom: 0;
	}

	.mobile-studio .studio-cta {
		font-size: 0.8rem;
	}

	.mobile-case__screens > .hardware {
		max-width: 165px;
	}
}

.wc-company {
	display: flex;
	flex-direction: column;
	gap: 7px;
	font-size: 0.75rem;
	color: #aaa09b;
	line-height: 1.6;
	padding: 15px 20px 25px;
	overflow-wrap: anywhere;
}

.wc-company strong {
	color: #ded5ce;
	font-weight: 500;
}

.contact-page-details .wc-company {
	padding-left: 0;
}

.agency-registration p {
	max-width: 900px;
	color: #a99b92;
	font-size: 0.85rem;
	line-height: 1.8;
	border-top: 1px solid #fff2;
	padding-top: 25px;
}

.journal-art {
	--paper: #d6bd9f;
	--ink: #614126;

	position: relative;
	isolation: isolate;
	height: 245px;
	overflow: hidden;
	background: var(--paper);
	color: var(--ink);
	padding: 22px;
	text-align: left;
}

.journal-art--ai {
	--paper: #cbc5e1;
	--ink: #514775;
}

.journal-art--security {
	--paper: #bfd0c5;
	--ink: #285b49;
}

.journal-art--product {
	--paper: #edbaa4;
	--ink: #763f29;
}

.journal-art--performance {
	--paper: #becad9;
	--ink: #334c6f;
}

.journal-art--design {
	--paper: #e5b7b7;
	--ink: #763746;
}

.journal-art--growth {
	--paper: #d5d5ad;
	--ink: #5a5f2c;
}

.journal-art svg {
	position: absolute;
	inset: 28px 0 0;
	width: 100%;
	height: 85%;
	opacity: 0.65;
	transition: transform 0.5s;
}

.journal-art__label {
	position: relative;
	z-index: 1;
	font: 9px / 1.4 monospace;
	letter-spacing: 0.12em;
}

.journal-art > strong {
	position: absolute;
	left: 22px;
	bottom: 22px;
	font: 500 clamp(1.7rem, 3vw, 2.5rem) / 1 sans-serif;
	letter-spacing: -0.06em;
	color: var(--ink);
}

.journal-art__issue {
	position: absolute;
	right: 20px;
	bottom: 24px;
	font: 11px monospace;
}

.blog-post-img-link:hover .journal-art svg {
	transform: rotate(5deg) scale(1.04);
}

.blog-post-img-link {
	display: block;
}

.blog-post-img .blog-post-category {
	position: static;
	padding-top: 14px;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.blog-post-category a {
	font-size: 0.62rem !important;
	line-height: 1.6;
}

.blog-post-box h2 {
	font-size: 1.5rem;
	line-height: 1.3;
}

.blog-post-box .list-inline-dot {
	font-size: 0.6rem;
}

.journal-article-cover--editorial .journal-art {
	height: 290px;
	max-width: 900px;
	margin: auto;
}

.journal-article-cover--editorial .journal-art svg {
	left: 30%;
	width: 70%;
}

.journal-article-cover--editorial .journal-art > strong {
	font-size: clamp(2rem, 5vw, 4.5rem);
}

.agency-home #services h2,
.agency-home #contact h2 {
	font-size: clamp(2rem, 3.5vw, 3.25rem);
	line-height: 1.12;
	letter-spacing: -0.045em;
	overflow-wrap: anywhere;
	max-width: 100%;
}

#contact h3,
.services-page-contact-item a {
	overflow-wrap: anywhere;
}

.agency-home .service-box {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
	gap: 26px;
}

.agency-home .service-box .service-title,
.agency-home .service-box .service-text {
	width: auto;
	max-width: 100%;
	min-width: 0;
}

.agency-home .service-title {
	display: flex;
	align-items: center;
	gap: 16px;
}

.agency-home .service-title h3 {
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	overflow-wrap: anywhere;
}

.agency-home .service-title i {
	flex-shrink: 0;
}

.agency-home .service-text p {
	overflow-wrap: anywhere;
}

.studio-coordinate {
	font: 500 0.68rem / 1.6 monospace;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #beafa6;
}

.agency-hero--studio {
	padding-top: 155px;
	background: radial-gradient(ellipse at 90% 70%, #69322638, transparent 55%);
}

.agency-hero--studio .agency-hero__eyebrow {
	margin-bottom: 38px;
}

.studio-opening {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	align-items: center;
	gap: 45px;
}

.agency-hero--studio h1 {
	font-size: clamp(3.2rem, 5.8vw, 6.4rem);
	margin: 25px 0;
	line-height: 1.02;
	letter-spacing: -0.06em;
}

.studio-opening__copy p {
	max-width: 560px;
	color: #beb5b0;
	line-height: 1.8;
	font-size: 1.02rem;
}

.studio-cta {
	display: inline-flex;
	gap: 25px;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #d4b8a2;
	padding: 15px 0;
	color: #fff;
	font-size: 0.9rem;
	transition:
		color 0.25s,
		gap 0.25s;
}

.studio-cta:hover {
	color: #d9af8e;
	gap: 40px;
}

.studio-cta span {
	font-size: 1.6rem;
}

.studio-wall {
	position: relative;
	min-height: 485px;
	margin: 20px 0 0;
	isolation: isolate;
}

.studio-wall__orbit {
	position: absolute;
	inset: 0;
	border: 1px solid #ffffff1c;
	border-radius: 50%;
	transform: rotate(-25deg) scaleY(0.75);
	z-index: -1;
}

.studio-wall__project {
	position: absolute;
	display: block;
	background: #1d1917;
	border: 1px solid #ffffff25;
	padding: 6px;
	box-shadow: 0 20px 50px #0007;
	width: 73%;
	transition:
		border-color 0.25s,
		box-shadow 0.25s;
}

.studio-wall__project img {
	width: 100%;
	height: 175px;
	object-fit: cover;
	display: block;
}

.studio-wall__project > span {
	display: flex;
	justify-content: space-between;
	font: 10px / 1.6 monospace;
	color: #e8d4c6;
	padding: 9px 5px 3px;
	letter-spacing: 0.08em;
}

.studio-wall__project--urban-lys {
	top: 0;
	left: 3%;
	transform: rotate(-9deg);
	z-index: 1;
}

.studio-wall__project--designer-of-life {
	top: 136px;
	right: -1%;
	transform: rotate(8deg);
	z-index: 2;
	width: 64%;
}

.studio-wall__project--antonius-caviar {
	top: 260px;
	left: 0;
	transform: rotate(-4deg);
	z-index: 3;
	width: 67%;
}

.studio-wall__project:hover,
.studio-wall__project:focus-visible {
	border-color: #d9af8e;
	box-shadow: 0 20px 50px #0007;
}

.studio-wall__note {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25%;
	font-size: 0.7rem;
	line-height: 1.7;
	color: #b2a092;
}

.studio-bottom {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	border-top: 1px solid #ffffff25;
	padding-top: 25px;
	margin-top: 50px;
	font-size: 0.7rem;
	letter-spacing: 0.03em;
	color: #b4a49a;
}

.studio-manifesto {
	background: #ddd2c4;
	color: #261b16;
	margin-top: 30px;
	padding-top: 65px;
	padding-bottom: 65px;
}

.studio-manifesto__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.studio-manifesto .studio-coordinate {
	color: #70574a;
}

.studio-stamp {
	font: 10px / 1.5 monospace;
	letter-spacing: 0.08em;
	border: 1px solid #70574a;
	border-radius: 50%;
	width: 106px;
	height: 106px;
	display: grid;
	place-content: center;
	transform: rotate(12deg);
}

.studio-manifesto h2 {
	font-size: clamp(2.3rem, 4.6vw, 4.9rem);
	line-height: 1.13;
	letter-spacing: -0.045em;
	max-width: 1030px;
	color: #261b16;
	margin: 10px 0 42px;
}

.studio-manifesto h2 em {
	font-family: Georgia, serif;
	font-weight: 400;
	color: #87533b;
}

.studio-manifesto__body {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	max-width: 1050px;
	margin-left: auto;
	font-size: 1rem;
	line-height: 1.85;
}

.studio-manifesto .agency-text-link {
	color: #573b2e;
}

.studio-principles {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px;
	margin-top: 55px;
}

.studio-principles article {
	border-top: 1px solid #826a5655;
	padding-top: 18px;
}

.studio-principles article > span {
	font: 12px monospace;
	color: #87533b;
}

.studio-principles h3 {
	font-size: 1.4rem;
	line-height: 1.35;
	color: #261b16;
	margin: 18px 0 12px;
}

.studio-principles p {
	font-size: 0.9rem;
	line-height: 1.8;
	color: #685345;
}

.page-template-template-services-page .services-page-hero {
	padding-bottom: 75px;
	position: relative;
	background: radial-gradient(ellipse at 90% 30%, #a33a2238, transparent 60%);
	border-bottom: 1px solid #ffffff20;
	margin-bottom: 65px;
}

.services-page-hero h1 {
	max-width: 1050px;
	font-size: clamp(2.6rem, 5.6vw, 6.3rem);
	line-height: 1.08;
	letter-spacing: -0.045em;
	overflow-wrap: anywhere;
}

.services-page-hero .col-xl-8 {
	width: 100%;
	max-width: 1100px;
}

.services-page-hero .lead {
	max-width: 800px;
}

.services-page-anchor-nav {
	gap: 12px;
	flex-wrap: wrap;
}

.service-routes__heading {
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	gap: 20px 60px;
	margin-bottom: 40px;
}

.service-routes__heading .studio-coordinate {
	grid-column: 1 / -1;
}

.service-routes h2 {
	font-size: clamp(2.1rem, 4vw, 4rem);
	letter-spacing: -0.04em;
	line-height: 1.15;
}

.service-routes__heading p {
	color: #bcb0a9;
	align-self: end;
	line-height: 1.8;
}

.service-route {
	border-top: 1px solid #ffffff30;
}

.service-route:last-of-type {
	border-bottom: 1px solid #ffffff30;
}

.service-route summary {
	list-style: none;
	display: grid;
	grid-template-columns: 55px 1fr 35px;
	gap: 20px;
	align-items: center;
	cursor: pointer;
	padding: 26px 0;
}

.service-route summary::-webkit-details-marker {
	display: none;
}

.service-route summary > span {
	font: 12px monospace;
	color: #bda18c;
}

.service-route h3 {
	font-size: clamp(1.5rem, 2.5vw, 2.6rem);
	margin: 0;
	letter-spacing: -0.03em;
}

.service-route summary b {
	font-size: 1.8rem;
	font-weight: 300;
	transition: transform 0.25s;
}

.service-route[open] summary b {
	transform: rotate(45deg);
}

.service-route__body {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	gap: 50px;
	padding: 0 0 30px 75px;
}

.service-route__body p {
	color: #bcb0a9;
	line-height: 1.8;
	margin: 0;
}

.service-route__body a {
	place-self: end end;
	border-bottom: 1px solid #ad8e78;
	font-size: 0.8rem;
	padding-bottom: 6px;
}

.service-routes__cta {
	margin-top: 25px;
}

.service-routes__grid {
	max-width: 1040px;
	margin-inline: auto;
	counter-reset: service-choice;
}

.service-routes__grid > * {
	position: relative;
	display: block;
	min-width: 0;
	margin: 0;
	padding: 24px 0 24px 58px;
	border: 0;
	border-top: 1px solid #ffffff30;
	background: none;
	counter-increment: service-choice;
}

.service-routes__grid > *::before {
	position: absolute;
	left: 0;
	top: 30px;
	content: counter(service-choice, decimal-leading-zero);
	font: 12px monospace;
	color: #bda18c;
}

.service-routes__grid .service-route__number,
.service-routes__grid .web-service-feature > .studio-coordinate {
	display: none;
}

.service-routes__grid h3,
.service-routes__grid .rental-service-link strong,
.service-routes__grid .speed-teaser strong {
	display: block;
	margin: 0 0 8px;
	font: 500 clamp(1.4rem, 2vw, 2rem) / 1.2 Outfit, sans-serif;
	color: #fff;
}

.service-routes__grid .service-route__body {
	display: block;
	padding: 0;
}

.service-routes__grid p,
.service-routes__grid .speed-teaser span span {
	display: block;
	margin: 0;
	color: #bcb0a9;
	font-size: 0.95rem;
	line-height: 1.55;
}

.service-routes__grid .service-route__body a,
.service-routes__grid .web-service-feature > a {
	display: inline-flex;
	margin-top: 12px;
	font-size: 0.82rem;
	color: #d6ff50;
}

.service-routes__grid .web-service-feature {
	background: none;
}

.service-routes__grid .web-service-feature > a {
	position: static;
}

.service-routes__grid .rental-service-link a,
.service-routes__grid .speed-teaser a {
	display: block;
	padding: 0;
}

.service-routes__grid .rental-service-link a > span,
.service-routes__grid .speed-teaser b {
	display: none;
}

.service-routes__grid .rental-service-link p {
	margin: 0;
}

.service-routes__grid > *:last-child {
	border-bottom: 1px solid #ffffff30;
}

.page-template-template-services-page .services-page-card {
	display: flex;
	flex-direction: column;
	border: 1px solid rgb(255 255 255 / 12%);
	border-radius: 22px;
	background: linear-gradient(135deg, #32171d, #1b1117 75%);
	padding: clamp(24px, 3vw, 40px);
	box-shadow: 0 16px 40px rgb(0 0 0 / 12%);
	transition:
		border-color 0.25s ease,
		transform 0.25s ease;
}

.page-template-template-services-page .services-page-card:hover {
	transform: translateY(-3px);
	border-color: rgb(239 181 189 / 40%);
}

.page-template-template-services-page .services-page-card .service-title {
	min-width: 0;
	gap: 20px;
	margin-bottom: 24px;
}

.page-template-template-services-page .services-page-card .service-title i {
	flex: 0 0 56px;
	height: 56px;
	border: 1px solid rgb(239 181 189 / 22%);
	border-radius: 16px;
	background: rgb(239 181 189 / 7%);
	color: #efb5bd;
}

.page-template-template-services-page .services-page-card .services-page-list {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid rgb(255 255 255 / 10%);
}

.page-template-template-services-page
	.services-page-card
	.services-page-list
	i {
	color: #efb5bd;
}

@media (prefers-reduced-motion: reduce) {
	.page-template-template-services-page .services-page-card:hover {
		transform: none;
	}
}

.page-template-template-services-page h2 {
	overflow-wrap: anywhere;
}

.services-page-price strong {
	font-size: clamp(2rem, 3vw, 3.2rem);
	overflow-wrap: anywhere;
}

.services-page-pricing-card {
	min-width: 0;
}

.services-page-pricing-features {
	flex: 1;
}

.services-page-pricing-card .button {
	white-space: normal;
}

@media (width >=992px) {
	.page-template-template-services-page
		#pricing
		> .container
		> .row:last-child
		> .col-lg-4 {
		width: 50%;
	}

	.services-page-pricing-card {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
}

@media (width <=1199px) {
	.studio-wall__project img {
		height: 155px;
	}

	.studio-wall__project--antonius-caviar {
		top: 240px;
	}

	.studio-wall {
		min-height: 450px;
	}
}

@media (width <=991px) {
	.studio-opening {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.studio-opening__copy {
		max-width: 680px;
	}

	.studio-wall {
		max-width: 580px;
		width: 100%;
		margin: 20px auto 0;
		min-height: 470px;
	}

	.studio-wall__project img {
		height: 180px;
	}

	.studio-wall__project--antonius-caviar {
		top: 250px;
	}

	.studio-principles {
		gap: 25px;
	}

	.studio-manifesto__body {
		gap: 30px;
	}

	.agency-home #services h2,
	.agency-home #contact h2 {
		font-size: clamp(2rem, 6vw, 3.6rem);
		overflow-wrap: normal;
	}

	.agency-home .service-box {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
	}
}

@media (width <=575px) {
	.agency-hero--studio {
		padding-top: 145px;
	}

	.agency-hero--studio h1 {
		font-size: clamp(2.6rem, 11.5vw, 4rem);
	}

	.studio-wall {
		min-height: 360px;
	}

	.studio-wall__project img {
		height: 120px;
	}

	.studio-wall__project--designer-of-life {
		top: 105px;
	}

	.studio-wall__project--antonius-caviar {
		top: 192px;
	}

	.studio-wall__project > span {
		font-size: 8px;
	}

	.studio-wall__note {
		font-size: 0.6rem;
	}

	.studio-bottom {
		display: block;
		margin-top: 25px;
	}

	.studio-bottom > a {
		display: block;
		margin-top: 14px;
	}

	.studio-stamp {
		width: 78px;
		height: 78px;
		font-size: 8px;
	}

	.studio-manifesto h2 {
		margin-top: 30px;
	}

	.studio-manifesto__body,
	.studio-principles,
	.service-routes__heading,
	.service-route__body {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.studio-principles {
		margin-top: 35px;
	}

	.studio-manifesto {
		padding: 45px 0;
	}

	.service-route summary {
		grid-template-columns: 30px 1fr 22px;
		gap: 10px;
	}

	.service-route__body {
		padding-left: 40px;
	}

	.service-route__body a {
		justify-self: start;
	}

	.agency-home .service-box {
		grid-template-columns: 1fr;
		gap: 15px;
		padding: 24px;
	}

	.agency-home #contact h3 {
		font-size: 1.25rem;
	}

	.services-page-price {
		flex-wrap: wrap;
	}

	.services-page-contact-panel {
		padding: 25px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.studio-wall__project,
	.studio-cta,
	.service-route summary b {
		transition: none;
	}
}
