/*
Theme Name: SMART SwissMadeApp
Theme URI: https://www.swissmadeapp.ch/
Author: SMART GmbH
Author URI: https://www.swissmadeapp.ch/
Description: A fast, multilingual transparency site for the Swiss Made App provenance mark.
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: smart-swissmadeapp
*/

:root {
	--sma-red: #d52b1e;
	--sma-red-dark: #ad1f16;
	--sma-ink: #102a43;
	--sma-ink-soft: #334e68;
	--sma-muted: #5c6f82;
	--sma-line: #d7e0e8;
	--sma-surface: #f4f7f9;
	--sma-white: #ffffff;
	--sma-green: #08783e;
	--sma-green-soft: #e9f6ef;
	--sma-focus: #0067c5;
	--sma-max: 1180px;
	--sma-readable: 760px;
	--sma-radius: 6px;
	--sma-shadow: 0 18px 50px rgba(16, 42, 67, 0.12);
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--sma-white);
	color: var(--sma-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.55;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
}

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

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

a {
	color: #075fae;
	text-underline-offset: 0.18em;
}

a:hover {
	color: #03477f;
}

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

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

.sma-skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 9999;
	padding: 10px 14px;
	background: var(--sma-white);
	color: var(--sma-ink);
	transform: translateY(-160%);
}

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

.sma-container {
	width: min(calc(100% - 40px), var(--sma-max));
	margin-inline: auto;
}

.sma-header {
	position: relative;
	z-index: 50;
	border-bottom: 1px solid var(--sma-line);
	background: rgba(255, 255, 255, 0.98);
}

.sma-header__inner {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	min-height: 76px;
	gap: 28px;
}

.sma-brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: var(--sma-ink);
	text-decoration: none;
}

.sma-brand__mark {
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
}

.sma-brand__wordmark {
	display: grid;
	line-height: 1.05;
}

.sma-brand__name {
	font-size: 18px;
	font-weight: 800;
}

.sma-brand__owner {
	margin-top: 4px;
	color: var(--sma-muted);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}

.sma-nav {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-self: end;
}

.sma-nav__list,
.sma-language__list {
	display: flex;
	align-items: center;
	gap: 26px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sma-nav a {
	color: var(--sma-ink);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.sma-nav a:hover,
.sma-nav a[aria-current="page"] {
	color: var(--sma-red-dark);
}

.sma-language {
	border-left: 1px solid var(--sma-line);
	padding-left: 20px;
}

.sma-language__list {
	gap: 9px;
}

.sma-language a {
	display: grid;
	place-items: center;
	min-width: 30px;
	min-height: 30px;
	border-radius: 4px;
	color: var(--sma-muted);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.sma-language a[aria-current="true"] {
	background: var(--sma-ink);
	color: var(--sma-white);
}

.sma-menu-button {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid var(--sma-line);
	border-radius: var(--sma-radius);
	background: var(--sma-white);
	color: var(--sma-ink);
	cursor: pointer;
}

.sma-menu-button__icon,
.sma-menu-button__icon::before,
.sma-menu-button__icon::after {
	display: block;
	width: 20px;
	height: 2px;
	margin-inline: auto;
	background: currentColor;
	content: "";
}

.sma-menu-button__icon::before {
	transform: translateY(-7px);
}

.sma-menu-button__icon::after {
	transform: translateY(5px);
}

.sma-hero {
	position: relative;
	display: grid;
	align-items: center;
	min-height: min(690px, calc(100svh - 116px));
	overflow: hidden;
	background: #283b4e;
}

.sma-hero__media,
.sma-hero__veil {
	position: absolute;
	inset: 0;
}

.sma-hero__media picture,
.sma-hero__media img {
	width: 100%;
	height: 100%;
}

.sma-hero__media img {
	object-fit: cover;
	object-position: center;
}

.sma-hero__veil {
	background: rgba(8, 27, 44, 0.7);
}

.sma-hero__content {
	position: relative;
	z-index: 2;
	max-width: 720px;
	padding-block: 84px;
	color: var(--sma-white);
}

.sma-eyebrow {
	margin: 0 0 14px;
	color: var(--sma-red);
	font-size: 13px;
	font-weight: 850;
	text-transform: uppercase;
}

.sma-hero .sma-eyebrow {
	color: #ff8a80;
}

.sma-hero h1,
.sma-page-hero h1 {
	max-width: 860px;
	margin: 0;
	font-size: clamp(42px, 6vw, 76px);
	line-height: 1.02;
	letter-spacing: 0;
}

.sma-hero__lead {
	max-width: 660px;
	margin: 24px 0 0;
	font-size: clamp(19px, 2vw, 24px);
	line-height: 1.45;
}

.sma-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.sma-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 20px;
	border: 2px solid transparent;
	border-radius: var(--sma-radius);
	font-size: 15px;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}

.sma-button--primary {
	background: var(--sma-red);
	color: var(--sma-white);
}

.sma-button--primary:hover {
	background: var(--sma-red-dark);
	color: var(--sma-white);
}

.sma-button--light {
	border-color: rgba(255, 255, 255, 0.76);
	background: rgba(255, 255, 255, 0.08);
	color: var(--sma-white);
}

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

.sma-button--secondary {
	border-color: var(--sma-line);
	background: var(--sma-white);
	color: var(--sma-ink);
}

.sma-button--secondary:hover {
	border-color: var(--sma-ink);
	color: var(--sma-ink);
}

.sma-hero__disclosure {
	max-width: 620px;
	margin: 26px 0 0;
	color: #dbe5ed;
	font-size: 13px;
}

.sma-facts {
	border-bottom: 1px solid var(--sma-line);
	background: var(--sma-white);
}

.sma-facts__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.sma-fact {
	padding: 25px 24px;
	border-left: 1px solid var(--sma-line);
}

.sma-fact:last-child {
	border-right: 1px solid var(--sma-line);
}

.sma-fact__label,
.sma-fact__value {
	display: block;
}

.sma-fact__label {
	color: var(--sma-muted);
	font-size: 12px;
	font-weight: 750;
	text-transform: uppercase;
}

.sma-fact__value {
	margin-top: 5px;
	font-size: 19px;
	font-weight: 850;
}

.sma-section {
	padding-block: 96px;
}

.sma-section--surface {
	background: var(--sma-surface);
}

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

.sma-section__header {
	max-width: var(--sma-readable);
	margin-bottom: 46px;
}

.sma-section__header h2,
.sma-page-section h2 {
	margin: 0;
	font-size: clamp(32px, 4vw, 50px);
	line-height: 1.1;
	letter-spacing: 0;
}

.sma-section__header p,
.sma-page-hero__lead {
	margin: 18px 0 0;
	color: var(--sma-ink-soft);
	font-size: 20px;
}

.sma-section--ink .sma-section__header p {
	color: #d7e1e9;
}

.sma-principles {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--sma-line);
}

.sma-principle {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 18px;
	padding: 34px 30px 34px 0;
	border-bottom: 1px solid var(--sma-line);
}

.sma-principle:nth-child(odd) {
	padding-right: 46px;
	border-right: 1px solid var(--sma-line);
}

.sma-principle:nth-child(even) {
	padding-left: 46px;
}

.sma-principle__number {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid #f0a19b;
	border-radius: 50%;
	color: var(--sma-red-dark);
	font-size: 14px;
	font-weight: 850;
}

.sma-principle h3,
.sma-step h3,
.sma-criterion h3 {
	margin: 0;
	font-size: 20px;
	line-height: 1.3;
}

.sma-principle p,
.sma-step p,
.sma-criterion p {
	margin: 8px 0 0;
	color: var(--sma-muted);
}

.sma-definition {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	gap: 64px;
	align-items: start;
}

.sma-definition__statement {
	max-width: 760px;
	margin: 0;
	font-size: clamp(27px, 3.2vw, 43px);
	font-weight: 760;
	line-height: 1.22;
}

.sma-definition__aside {
	padding-left: 26px;
	border-left: 4px solid var(--sma-red);
}

.sma-definition__aside h3 {
	margin: 0;
	font-size: 18px;
}

.sma-definition__aside p {
	margin: 10px 0 0;
	color: #d7e1e9;
}

.sma-process {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	border-top: 1px solid var(--sma-line);
	border-bottom: 1px solid var(--sma-line);
}

.sma-step {
	padding: 34px;
	border-right: 1px solid var(--sma-line);
}

.sma-step:last-child {
	border-right: 0;
}

.sma-step__label {
	display: block;
	margin-bottom: 18px;
	color: var(--sma-red-dark);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

.sma-register-card {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 34px;
	padding: 34px;
	border: 1px solid var(--sma-line);
	border-radius: var(--sma-radius);
	background: var(--sma-white);
	box-shadow: var(--sma-shadow);
}

.sma-register-card__identity {
	display: flex;
	align-items: flex-start;
	gap: 18px;
}

.sma-register-card__mark {
	width: 54px;
	height: 54px;
	flex: 0 0 54px;
}

.sma-register-card h3 {
	margin: 0;
	font-size: 25px;
}

.sma-register-card p {
	margin: 8px 0 0;
	color: var(--sma-muted);
}

.sma-status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	align-self: start;
	padding: 8px 11px;
	border-radius: 999px;
	background: var(--sma-green-soft);
	color: var(--sma-green);
	font-size: 13px;
	font-weight: 850;
}

.sma-status::before {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: currentColor;
	content: "";
}

.sma-faq {
	max-width: 900px;
	border-top: 1px solid var(--sma-line);
}

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

.sma-faq summary {
	position: relative;
	padding: 23px 48px 23px 0;
	font-size: 18px;
	font-weight: 800;
	cursor: pointer;
	list-style: none;
}

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

.sma-faq summary::after {
	position: absolute;
	top: 22px;
	right: 10px;
	color: var(--sma-red-dark);
	font-size: 24px;
	line-height: 1;
	content: "+";
}

.sma-faq details[open] summary::after {
	content: "−";
}

.sma-faq__answer {
	max-width: var(--sma-readable);
	padding: 0 52px 24px 0;
	color: var(--sma-muted);
}

.sma-cta {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 32px;
	align-items: center;
	padding-block: 62px;
}

.sma-cta h2 {
	margin: 0;
	font-size: clamp(28px, 4vw, 43px);
	line-height: 1.15;
}

.sma-cta p {
	margin: 10px 0 0;
	color: var(--sma-ink-soft);
}

.sma-page-hero {
	padding-block: 82px 68px;
	border-bottom: 1px solid var(--sma-line);
	background: var(--sma-surface);
}

.sma-page-hero h1 {
	font-size: clamp(40px, 5vw, 66px);
}

.sma-page-hero__lead {
	max-width: 820px;
}

.sma-page-section {
	padding-block: 78px;
}

.sma-page-section + .sma-page-section {
	border-top: 1px solid var(--sma-line);
}

.sma-page-section__intro {
	max-width: var(--sma-readable);
	margin: 18px 0 0;
	color: var(--sma-muted);
	font-size: 19px;
}

.sma-criteria {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 42px;
	border-top: 1px solid var(--sma-line);
}

.sma-criterion {
	padding: 30px 30px 30px 0;
	border-bottom: 1px solid var(--sma-line);
}

.sma-criterion:nth-child(odd) {
	padding-right: 46px;
	border-right: 1px solid var(--sma-line);
}

.sma-criterion:nth-child(even) {
	padding-left: 46px;
}

.sma-notice {
	max-width: 900px;
	margin-top: 34px;
	padding: 24px 26px;
	border-left: 4px solid var(--sma-red);
	background: var(--sma-surface);
}

.sma-notice h3,
.sma-notice p {
	margin: 0;
}

.sma-notice p {
	margin-top: 8px;
	color: var(--sma-muted);
}

.sma-data-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 30px 0 0;
	border-top: 1px solid var(--sma-line);
}

.sma-data-list > div {
	padding: 22px 24px 22px 0;
	border-bottom: 1px solid var(--sma-line);
}

.sma-data-list > div:nth-child(odd) {
	padding-right: 38px;
	border-right: 1px solid var(--sma-line);
}

.sma-data-list > div:nth-child(even) {
	padding-left: 38px;
}

.sma-data-list dt {
	color: var(--sma-muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.sma-data-list dd {
	margin: 5px 0 0;
	font-weight: 740;
}

.sma-domain-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.sma-domain-list a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 8px 13px;
	border: 1px solid var(--sma-line);
	border-radius: var(--sma-radius);
	background: var(--sma-white);
	color: var(--sma-ink);
	font-weight: 750;
	text-decoration: none;
}

.sma-prose {
	max-width: var(--sma-readable);
}

.sma-prose h2 {
	margin: 54px 0 0;
	font-size: 30px;
}

.sma-prose h2:first-child {
	margin-top: 0;
}

.sma-prose h3 {
	margin: 34px 0 0;
	font-size: 21px;
}

.sma-prose p,
.sma-prose ul {
	margin: 14px 0 0;
	color: var(--sma-ink-soft);
}

.sma-contact-shell {
	max-width: 900px;
}

.sma-contact-form {
	padding: 38px;
	border: 1px solid var(--sma-line);
	border-radius: var(--sma-radius);
	background: var(--sma-white);
	box-shadow: 0 12px 34px rgba(16, 42, 67, 0.08);
}

.sma-contact-form__header {
	max-width: 680px;
}

.sma-contact-form__header h2 {
	margin: 0;
	font-size: 30px;
}

.sma-contact-form__header p {
	margin: 10px 0 0;
	color: var(--sma-ink-soft);
}

.sma-contact-form__status,
.sma-contact-unavailable {
	margin: 24px 0 0;
	padding: 14px 16px;
	border-left: 4px solid var(--sma-red);
	background: #fff2f0;
	color: #79190f;
	font-weight: 700;
}

.sma-contact-form__status[data-type="success"] {
	border-color: var(--sma-green);
	background: var(--sma-green-soft);
	color: #075c32;
}

.sma-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 20px;
	margin-top: 30px;
}

.sma-field {
	min-width: 0;
}

.sma-field--wide {
	grid-column: 1 / -1;
}

.sma-field label {
	display: block;
	margin-bottom: 7px;
	font-size: 15px;
	font-weight: 800;
}

.sma-field label span {
	color: var(--sma-red);
}

.sma-field input,
.sma-field select,
.sma-field textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	border: 1px solid #aebdca;
	border-radius: var(--sma-radius);
	background: var(--sma-white);
	color: var(--sma-ink);
	font: inherit;
}

.sma-field input,
.sma-field select {
	min-height: 52px;
	padding: 11px 13px;
}

.sma-field textarea {
	min-height: 180px;
	padding: 13px;
	resize: vertical;
}

.sma-field input:focus,
.sma-field select:focus,
.sma-field textarea:focus {
	border-color: var(--sma-focus);
	outline: 3px solid rgba(0, 103, 197, 0.18);
	outline-offset: 1px;
}

.sma-field--invalid input,
.sma-field--invalid select,
.sma-field--invalid textarea {
	border-color: var(--sma-red);
}

.sma-field__help,
.sma-field__error {
	display: block;
	margin-top: 6px;
	font-size: 13px;
}

.sma-field__help {
	color: var(--sma-muted);
}

.sma-field__error {
	color: #9f2016;
	font-weight: 700;
}

.sma-contact-form__privacy,
.sma-contact-form__footnote {
	max-width: 680px;
	color: var(--sma-muted);
	font-size: 13px;
}

.sma-contact-form__privacy {
	margin: 24px 0 0;
}

.sma-contact-form__submit {
	min-width: 250px;
	margin-top: 18px;
	cursor: pointer;
}

.sma-contact-form__submit:disabled {
	cursor: wait;
	opacity: 0.68;
}

.sma-contact-form__footnote {
	margin: 12px 0 0;
}

.sma-honeypot {
	position: fixed;
	top: -10000px;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.sma-footer {
	background: #0b2238;
	color: #d9e3eb;
}

.sma-footer__top {
	display: grid;
	grid-template-columns: minmax(260px, 1.2fr) repeat(2, minmax(160px, 0.65fr));
	gap: 60px;
	padding-block: 62px;
}

.sma-footer .sma-brand {
	color: var(--sma-white);
}

.sma-footer .sma-brand__owner {
	color: #b8c7d3;
}

.sma-footer__statement {
	max-width: 430px;
	margin: 20px 0 0;
	color: #b8c7d3;
}

.sma-footer h2 {
	margin: 0;
	color: var(--sma-white);
	font-size: 15px;
}

.sma-footer ul {
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.sma-footer li + li {
	margin-top: 10px;
}

.sma-footer a {
	color: #d9e3eb;
}

.sma-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding-block: 22px;
	border-top: 1px solid #30475b;
	color: #b8c7d3;
	font-size: 13px;
}

.sma-404 {
	min-height: 62vh;
	padding-block: 100px;
}

@media (min-width: 721px) and (max-height: 760px) {
	.sma-hero {
		min-height: calc(100svh - 128px);
	}

	.sma-hero__content {
		padding-block: 42px;
	}

	.sma-hero h1 {
		font-size: 54px;
	}

	.sma-hero__lead {
		margin-top: 16px;
		font-size: 19px;
	}

	.sma-actions {
		margin-top: 24px;
	}

	.sma-hero__disclosure {
		margin-top: 16px;
	}
}

@media (max-width: 960px) {
	.sma-header__inner {
		grid-template-columns: 1fr auto;
	}

	.sma-menu-button {
		display: block;
	}

	.sma-nav {
		position: fixed;
		top: 76px;
		right: 0;
		bottom: 0;
		left: 0;
		display: none;
		align-items: stretch;
		flex-direction: column;
		justify-self: stretch;
		width: 100%;
		padding: 28px 20px;
		background: var(--sma-white);
		overflow-y: auto;
	}

	.sma-nav[data-open="true"] {
		display: block;
	}

	.sma-nav__list {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.sma-nav a {
		display: block;
		padding: 15px 4px;
		border-bottom: 1px solid var(--sma-line);
		font-size: 17px;
	}

	.sma-language {
		display: block;
		margin-top: 8px;
		padding: 20px 0 0;
		border-top: 1px solid var(--sma-line);
		border-left: 0;
	}

	.sma-language__list {
		justify-content: flex-start;
	}

	.sma-definition,
	.sma-footer__top {
		grid-template-columns: 1fr;
	}

	.sma-process {
		grid-template-columns: 1fr;
	}

	.sma-step {
		border-right: 0;
		border-bottom: 1px solid var(--sma-line);
	}

	.sma-step:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 720px) {
	body {
		font-size: 16px;
	}

	.sma-container {
		width: min(calc(100% - 28px), var(--sma-max));
	}

	.sma-header__inner {
		min-height: 68px;
	}

	.sma-brand__mark {
		width: 38px;
		height: 38px;
		flex-basis: 38px;
	}

	.sma-brand__name {
		font-size: 17px;
	}

	.sma-nav {
		top: 68px;
	}

	.sma-hero {
		min-height: min(650px, calc(100svh - 92px));
	}

	.sma-hero__media img {
		object-position: 66% center;
	}

	.sma-hero__veil {
		background: rgba(8, 27, 44, 0.78);
	}

	.sma-hero__content {
		padding-block: 60px;
	}

	.sma-hero h1,
	.sma-page-hero h1 {
		font-size: 42px;
	}

	.sma-hero__lead {
		font-size: 19px;
	}

	.sma-actions,
	.sma-button {
		width: 100%;
	}

	.sma-facts__grid,
	.sma-principles,
	.sma-criteria,
	.sma-data-list {
		grid-template-columns: 1fr;
	}

	.sma-fact {
		padding: 18px 4px;
		border-right: 0;
		border-bottom: 1px solid var(--sma-line);
		border-left: 0;
	}

	.sma-fact:last-child {
		border-right: 0;
		border-bottom: 0;
	}

	.sma-section {
		padding-block: 68px;
	}

	.sma-principle,
	.sma-principle:nth-child(odd),
	.sma-principle:nth-child(even),
	.sma-criterion,
	.sma-criterion:nth-child(odd),
	.sma-criterion:nth-child(even) {
		padding: 26px 0;
		border-right: 0;
	}

	.sma-principle {
		grid-template-columns: 44px 1fr;
		gap: 13px;
	}

	.sma-register-card {
		grid-template-columns: 1fr;
		padding: 24px;
	}

	.sma-register-card__identity {
		align-items: flex-start;
	}

	.sma-status {
		justify-self: start;
	}

	.sma-cta {
		grid-template-columns: 1fr;
	}

	.sma-page-hero {
		padding-block: 62px 50px;
	}

	.sma-page-section {
		padding-block: 58px;
	}

	.sma-data-list > div,
	.sma-data-list > div:nth-child(odd),
	.sma-data-list > div:nth-child(even) {
		padding: 19px 0;
		border-right: 0;
	}

	.sma-footer__top {
		gap: 36px;
		padding-block: 48px;
	}

	.sma-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.sma-contact-form {
		padding: 24px 18px;
	}

	.sma-contact-form__header h2 {
		font-size: 26px;
	}

	.sma-form-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
		margin-top: 24px;
	}

	.sma-contact-form__submit {
		min-width: 0;
	}
}

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

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

@media print {
	.sma-header,
	.sma-footer,
	.sma-actions {
		display: none;
	}

	body {
		color: #000;
	}
}
