/*
Theme Name: Bajtlik Voiceover
Theme URI: https://www.bajtlik.com/
Author: Piotr Bajtlik
Author URI: https://www.bajtlik.com/
Description: A lightweight bilingual portfolio theme for Polish actor and voice-over artist Piotr Bajtlik.
Version: 1.1.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: bajtlik-voiceover
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--ink: #101114;
	--ink-soft: #26282d;
	--paper: #f2efe7;
	--paper-deep: #e5e0d5;
	--white: #fff;
	--blue: #2457f5;
	--blue-dark: #173fc3;
	--line: rgba(16, 17, 20, 0.18);
	--line-light: rgba(255, 255, 255, 0.2);
	--muted: #62636a;
	--sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--serif: "Iowan Old Style", Baskerville, "Times New Roman", serif;
	--shell: min(1180px, calc(100vw - 48px));
	--section: clamp(84px, 10vw, 152px);
	--header-height: 84px;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--sans);
	font-size: 17px;
	line-height: 1.62;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.admin-bar .site-header {
	top: 32px;
}

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

img {
	height: auto;
}

button,
input,
textarea {
	font: inherit;
}

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

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1,
h2,
h3 {
	font-weight: 600;
	letter-spacing: -0.04em;
	line-height: 1.02;
}

h1 {
	font-size: clamp(3.35rem, 7.4vw, 7rem);
}

h2 {
	font-size: clamp(2.5rem, 5.2vw, 5rem);
}

h3 {
	font-size: clamp(1.35rem, 2.4vw, 2rem);
}

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

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

.shell {
	width: var(--shell);
	margin-inline: auto;
}

.skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 9999;
	padding: 12px 18px;
	background: var(--blue);
	color: var(--white);
	transform: translateY(-160%);
}

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

.eyebrow {
	margin-bottom: 24px;
	color: inherit;
	font-size: 0.74rem;
	font-weight: 750;
	letter-spacing: 0.16em;
	line-height: 1.3;
	text-transform: uppercase;
}

.section {
	padding-block: var(--section);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	height: var(--header-height);
	border-bottom: 1px solid var(--line);
	background: rgba(242, 239, 231, 0.94);
	backdrop-filter: blur(18px);
}

.header-inner {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.brand {
	display: inline-flex;
	align-items: baseline;
	gap: 12px;
	text-decoration: none;
}

.brand-name {
	font-size: 1.08rem;
	font-weight: 780;
	letter-spacing: -0.03em;
}

.brand-role {
	color: var(--muted);
	font-size: 0.68rem;
	font-weight: 720;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.primary-nav {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.2vw, 34px);
}

.primary-nav > a {
	position: relative;
	font-size: 0.82rem;
	font-weight: 680;
	text-decoration: none;
}

.primary-nav > a::after {
	position: absolute;
	right: 0;
	bottom: -7px;
	left: 0;
	height: 1px;
	background: currentColor;
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.primary-nav > a:hover::after,
.primary-nav > a:focus-visible::after {
	transform: scaleX(1);
	transform-origin: left;
}

.menu-toggle {
	display: none;
	border: 0;
	background: transparent;
	color: var(--ink);
	cursor: pointer;
}

.hero {
	padding-block: clamp(52px, 7vw, 104px) clamp(70px, 9vw, 128px);
	overflow: clip;
}

.hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.24fr) minmax(320px, 0.76fr);
	align-items: center;
	gap: clamp(48px, 8vw, 112px);
}

.hero-copy h1 {
	max-width: 880px;
	margin-bottom: 42px;
	font-size: clamp(3rem, 5.7vw, 5.35rem);
	line-height: 0.98;
}

.hero-copy h1 em {
	font-family: var(--serif);
	font-weight: 400;
}

.hero-lead {
	max-width: 720px;
	margin-bottom: 24px;
	font-size: clamp(1.13rem, 1.7vw, 1.43rem);
	line-height: 1.55;
}

.hero-note {
	margin-bottom: 42px;
	color: var(--muted);
	font-size: 0.77rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 15px 20px;
	border: 1px solid var(--ink);
	font-size: 0.78rem;
	font-weight: 760;
	letter-spacing: 0.06em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

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

.button-primary {
	border-color: var(--blue);
	background: var(--blue);
	color: var(--white);
}

.button-primary:hover {
	border-color: var(--blue-dark);
	background: var(--blue-dark);
}

.button-quiet:hover {
	background: var(--ink);
	color: var(--white);
}

.button-light {
	width: 100%;
	border-color: var(--white);
	background: var(--white);
	color: var(--ink);
	cursor: pointer;
}

.button-light:hover {
	border-color: var(--blue);
	background: var(--blue);
	color: var(--white);
}

.button:disabled {
	cursor: wait;
	opacity: 0.65;
	transform: none;
}

.hero-portrait {
	position: relative;
	margin: 0;
}

.portrait-frame {
	position: relative;
	aspect-ratio: 2 / 3;
	background: var(--paper-deep);
	overflow: hidden;
}

.portrait-frame::after {
	position: absolute;
	inset: 0;
	border: 1px solid rgba(255, 255, 255, 0.24);
	content: "";
	pointer-events: none;
}

.portrait-frame img {
	width: 100%;
	height: 100%;
	filter: grayscale(1) contrast(1.03);
	object-fit: cover;
}

.hero-portrait figcaption {
	display: flex;
	justify-content: space-between;
	margin-top: 13px;
	color: var(--muted);
	font-size: 0.7rem;
	font-weight: 680;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero-portrait::before {
	position: absolute;
	top: 8%;
	right: -46px;
	z-index: -1;
	width: 108px;
	height: 108px;
	border-radius: 50%;
	background: var(--blue);
	content: "";
}

.proof-strip {
	border-block: 1px solid var(--line);
}

.proof-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.proof-item {
	display: grid;
	min-height: 142px;
	align-content: center;
	gap: 7px;
	padding: 28px clamp(24px, 4vw, 54px);
	border-right: 1px solid var(--line);
}

.proof-item:first-child {
	padding-left: 0;
}

.proof-item:last-child {
	border-right: 0;
}

.proof-item strong {
	font-size: clamp(1.55rem, 2.6vw, 2.35rem);
	letter-spacing: -0.04em;
	line-height: 1;
}

.proof-item span {
	max-width: 260px;
	color: var(--muted);
	font-size: 0.78rem;
	line-height: 1.45;
}

.section-heading {
	margin-bottom: clamp(54px, 7vw, 94px);
}

.split-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.6fr);
	align-items: end;
	gap: clamp(40px, 8vw, 120px);
}

.split-heading h2,
.video-copy h2,
.about-heading h2,
.faq-grid h2,
.contact-copy h2,
.studio-grid h2 {
	margin-bottom: 0;
}

.split-heading > p,
.video-copy > p:not(.eyebrow),
.contact-copy > p:not(.eyebrow) {
	margin-bottom: 0;
	color: var(--muted);
	font-size: 1.04rem;
}

.demos-section {
	background: var(--white);
}

.audio-grid {
	border-top: 1px solid var(--line);
}

.audio-card {
	display: grid;
	grid-template-columns: 56px minmax(220px, 1fr) minmax(260px, 0.72fr);
	align-items: center;
	gap: 24px;
	min-height: 148px;
	padding-block: 24px;
	border-bottom: 1px solid var(--line);
}

.audio-index {
	align-self: start;
	padding-top: 9px;
	color: var(--muted);
	font-size: 0.68rem;
	font-weight: 760;
	letter-spacing: 0.12em;
}

.audio-copy p {
	margin-bottom: 5px;
	color: var(--blue);
	font-size: 0.68rem;
	font-weight: 760;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.audio-copy h3 {
	margin-bottom: 8px;
	font-size: clamp(1.55rem, 2.5vw, 2.25rem);
}

.audio-copy span {
	color: var(--muted);
	font-size: 0.76rem;
}

.audio-card audio {
	width: 100%;
	min-width: 0;
	accent-color: var(--blue);
}

.video-section {
	background: var(--ink);
	color: var(--white);
}

.video-grid {
	display: grid;
	grid-template-columns: minmax(240px, 0.46fr) minmax(0, 1fr);
	align-items: end;
	gap: clamp(46px, 8vw, 120px);
}

.video-copy .eyebrow {
	color: #9bb3ff;
}

.video-copy > p:not(.eyebrow) {
	margin-top: 30px;
	color: rgba(255, 255, 255, 0.68);
}

.video-frame {
	position: relative;
	aspect-ratio: 16 / 9;
	background: #000;
	overflow: hidden;
}

.video-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.clients-section {
	padding-block: 54px 66px;
	border-bottom: 1px solid var(--line);
	background: var(--white);
}

.clients-section .eyebrow {
	margin-bottom: 34px;
}

.client-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.client-list span {
	display: grid;
	min-height: 92px;
	place-items: center;
	padding: 18px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	font-size: clamp(1rem, 1.6vw, 1.3rem);
	font-weight: 720;
	letter-spacing: -0.03em;
}

.work-section {
	background: var(--paper);
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.service-card {
	min-height: 330px;
	padding: clamp(28px, 4vw, 50px);
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	transition: background 180ms ease, color 180ms ease;
}

.service-card:hover {
	background: var(--blue);
	color: var(--white);
}

.service-card > span {
	display: block;
	margin-bottom: clamp(78px, 10vw, 122px);
	font-size: 0.7rem;
	font-weight: 740;
	letter-spacing: 0.12em;
}

.service-card h3 {
	margin-bottom: 18px;
}

.service-card p {
	max-width: 520px;
	margin-bottom: 0;
	color: var(--muted);
}

.service-card:hover p {
	color: rgba(255, 255, 255, 0.78);
}

.studio-section {
	background: var(--ink);
	color: var(--white);
}

.studio-image {
	height: clamp(280px, 43vw, 620px);
	overflow: hidden;
}

.studio-image img {
	width: 100%;
	height: 100%;
	filter: grayscale(1) contrast(1.05);
	object-fit: cover;
}

.studio-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.65fr);
	gap: clamp(52px, 9vw, 140px);
	padding-block: var(--section);
}

.studio-grid .eyebrow {
	color: #9bb3ff;
}

.studio-details > p {
	color: rgba(255, 255, 255, 0.74);
	font-size: 1.05rem;
}

.studio-details ul {
	margin: 42px 0 0;
	padding: 0;
	border-top: 1px solid var(--line-light);
	list-style: none;
}

.studio-details li {
	position: relative;
	padding: 16px 0 16px 24px;
	border-bottom: 1px solid var(--line-light);
	font-size: 0.82rem;
}

.studio-details li::before {
	position: absolute;
	top: 25px;
	left: 2px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--blue);
	content: "";
}

.about-section {
	background: var(--white);
}

.about-grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.75fr) minmax(360px, 1fr);
	gap: clamp(54px, 10vw, 160px);
}

.about-heading {
	position: sticky;
	top: calc(var(--header-height) + 48px);
	align-self: start;
}

.about-body > p {
	font-family: var(--serif);
	font-size: clamp(1.24rem, 2vw, 1.65rem);
	line-height: 1.62;
}

.about-body > p:first-child::first-letter {
	float: left;
	margin: 0.12em 0.1em 0 0;
	color: var(--blue);
	font-family: var(--sans);
	font-size: 4.7em;
	font-weight: 720;
	line-height: 0.72;
}

.education-note {
	margin-top: 64px;
	padding: clamp(28px, 4vw, 48px);
	border-left: 5px solid var(--blue);
	background: var(--paper);
}

.education-note h3 {
	margin-bottom: 18px;
	font-size: 1.55rem;
}

.education-note p {
	color: var(--muted);
}

.education-note a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.75rem;
	font-weight: 760;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.faq-section {
	border-top: 1px solid var(--line);
	background: var(--paper);
}

.faq-grid {
	display: grid;
	grid-template-columns: minmax(260px, 0.65fr) minmax(380px, 1fr);
	gap: clamp(54px, 9vw, 140px);
}

.faq-list {
	border-top: 1px solid var(--line);
}

.faq-list details {
	border-bottom: 1px solid var(--line);
}

.faq-list summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-block: 24px;
	font-size: 1.05rem;
	font-weight: 680;
	cursor: pointer;
	list-style: none;
}

.faq-list summary::-webkit-details-marker {
	display: none;
}

.faq-list summary span {
	position: relative;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
}

.faq-list summary span::before,
.faq-list summary span::after {
	position: absolute;
	top: 8px;
	left: 1px;
	width: 16px;
	height: 2px;
	background: currentColor;
	content: "";
}

.faq-list summary span::after {
	transform: rotate(90deg);
	transition: transform 160ms ease;
}

.faq-list details[open] summary span::after {
	transform: rotate(0);
}

.faq-list details p {
	max-width: 650px;
	padding: 0 44px 26px 0;
	color: var(--muted);
}

.contact-section {
	padding-block: var(--section);
	background: var(--blue);
	color: var(--white);
}

.contact-grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(380px, 1fr);
	gap: clamp(54px, 10vw, 150px);
}

.contact-copy > p:not(.eyebrow) {
	max-width: 560px;
	margin-top: 32px;
	color: rgba(255, 255, 255, 0.76);
}

.direct-email {
	display: grid;
	gap: 4px;
	margin-top: 48px;
}

.direct-email span {
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.72rem;
	font-weight: 740;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.direct-email a {
	font-size: clamp(1.1rem, 2.1vw, 1.55rem);
	font-weight: 680;
}

.contact-form {
	position: relative;
}

.field-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.contact-form label:not(.consent-field) {
	display: grid;
	gap: 9px;
	margin-bottom: 22px;
}

.contact-form label > span {
	font-size: 0.7rem;
	font-weight: 740;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	width: 100%;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 0;
	background: transparent;
	color: var(--white);
	outline: none;
	transition: border-color 160ms ease, background 160ms ease;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
	height: 54px;
}

.contact-form textarea {
	min-height: 170px;
	padding: 14px 0;
	resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
	border-color: var(--white);
	background: rgba(255, 255, 255, 0.06);
}

.contact-form ::placeholder {
	color: rgba(255, 255, 255, 0.52);
}

.consent-field {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 8px 0 28px;
	cursor: pointer;
}

.consent-field input {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 3px;
	accent-color: var(--ink);
}

.consent-field span {
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.73rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	text-transform: none;
}

.form-status {
	margin-bottom: 26px;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	font-size: 0.82rem;
}

.form-status.error {
	border-color: #ffd0d0;
	background: rgba(83, 0, 0, 0.18);
}

.honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.site-footer {
	padding-block: 72px 30px;
	background: var(--ink);
	color: var(--white);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 48px;
	padding-bottom: 68px;
}

.footer-name {
	font-size: clamp(2.3rem, 6vw, 5.4rem);
	font-weight: 650;
	letter-spacing: -0.06em;
	line-height: 0.95;
	text-decoration: none;
}

.footer-grid p {
	max-width: 480px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.58);
}

.footer-links {
	display: grid;
	align-content: start;
	gap: 11px;
	min-width: 150px;
}

.footer-links a {
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.78rem;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
	border-top: 1px solid var(--line-light);
	color: rgba(255, 255, 255, 0.46);
	font-size: 0.68rem;
	font-weight: 650;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.content-page,
.not-found-page {
	min-height: 70vh;
	padding-block: clamp(72px, 10vw, 150px);
}

.content-shell {
	max-width: 820px;
}

.content-header {
	margin-bottom: 60px;
}

.content-header h1,
.not-found-inner h1 {
	font-size: clamp(3rem, 7vw, 6.5rem);
}

.entry-content > * {
	max-width: 760px;
}

.entry-content > .alignwide {
	max-width: 1080px;
	margin-left: 50%;
	transform: translateX(-50%);
}

.entry-content img {
	height: auto;
}

.post-list {
	border-top: 1px solid var(--line);
}

.post-card {
	padding-block: 30px;
	border-bottom: 1px solid var(--line);
}

.post-card h2 {
	font-size: 2rem;
}

.not-found-inner {
	max-width: 880px;
}

.not-found-inner p:not(.eyebrow) {
	max-width: 560px;
	margin-bottom: 38px;
	font-size: 1.2rem;
}

@media (max-width: 980px) {
	:root {
		--header-height: 74px;
	}

	body.admin-bar .site-header {
		top: 46px;
	}

	.brand-role {
		display: none;
	}

	.menu-toggle {
		display: flex;
		align-items: center;
		gap: 12px;
		padding: 10px 0;
		font-size: 0.72rem;
		font-weight: 760;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	.menu-toggle-lines {
		display: grid;
		gap: 5px;
		width: 20px;
	}

	.menu-toggle-lines i {
		display: block;
		height: 1px;
		background: currentColor;
		transition: transform 160ms ease;
	}

	.menu-open .menu-toggle-lines i:first-child {
		transform: translateY(3px) rotate(45deg);
	}

	.menu-open .menu-toggle-lines i:last-child {
		transform: translateY(-3px) rotate(-45deg);
	}

	.primary-nav {
		position: fixed;
		top: var(--header-height);
		right: 0;
		left: 0;
		display: grid;
		gap: 0;
		padding: 20px 24px 30px;
		border-bottom: 1px solid var(--line);
		background: var(--paper);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-12px);
		transition: opacity 160ms ease, transform 160ms ease;
	}

	.menu-open .primary-nav {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.primary-nav > a {
		padding-block: 13px;
		border-bottom: 1px solid var(--line);
		font-size: 1rem;
	}

	.primary-nav > a::after {
		display: none;
	}

	.hero-grid {
		grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
		gap: 42px;
	}

	.hero-copy h1 {
		font-size: clamp(2.9rem, 7.5vw, 4.65rem);
	}

	.split-heading,
	.video-grid,
	.studio-grid,
	.about-grid,
	.faq-grid,
	.contact-grid {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.split-heading > p {
		max-width: 670px;
	}

	.video-copy {
		max-width: 650px;
	}

	.about-heading {
		position: static;
	}
}

@media (max-width: 720px) {
	:root {
		--shell: min(100% - 32px, 1180px);
		--section: 82px;
	}

	body {
		font-size: 16px;
	}

	body.admin-bar .site-header {
		top: 0;
	}

	.hero {
		padding-top: 44px;
	}

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

	.hero-copy h1 {
		font-size: clamp(2.85rem, 13vw, 4.25rem);
	}

	.hero-portrait {
		width: min(82vw, 430px);
		margin-left: auto;
	}

	.hero-portrait::before {
		right: -22px;
		width: 74px;
		height: 74px;
	}

	.button-row,
	.button {
		width: 100%;
	}

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

	.proof-item,
	.proof-item:first-child {
		min-height: 110px;
		padding-inline: 0;
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.proof-item:last-child {
		border-bottom: 0;
	}

	.audio-card {
		grid-template-columns: 34px 1fr;
		gap: 16px;
		padding-block: 28px;
	}

	.audio-card audio {
		grid-column: 1 / -1;
		margin-top: 8px;
	}

	.client-list,
	.service-grid {
		grid-template-columns: 1fr 1fr;
	}

	.client-list span {
		min-height: 76px;
		font-size: 0.94rem;
	}

	.service-card {
		min-height: 290px;
		padding: 24px;
	}

	.service-card > span {
		margin-bottom: 68px;
	}

	.service-card p {
		font-size: 0.9rem;
	}

	.studio-image {
		height: 260px;
	}

	.field-row,
	.footer-grid {
		grid-template-columns: 1fr;
	}

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

	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}
}

@media (max-width: 480px) {
	.client-list,
	.service-grid {
		grid-template-columns: 1fr;
	}

	.service-card {
		min-height: 0;
	}

	.service-card > span {
		margin-bottom: 48px;
	}
}

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

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

@media (forced-colors: active) {
	.button,
	.service-card,
	.audio-card,
	.contact-form input,
	.contact-form textarea {
		border: 1px solid CanvasText;
	}
}
