/*
Theme Name: SMARTAG Precision
Theme URI: https://smartag.ch/
Author: SMART Technology AG
Description: Lightweight, privacy-conscious corporate theme for SMART Technology AG.
Version: 2.4.1
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: smartag-precision
*/

:root {
	--ink: #071a2b;
	--ink-soft: #163149;
	--blue: #11769f;
	--blue-bright: #65a1c5;
	--blue-pale: #e8f3f8;
	--red: #e31e24;
	--paper: #ffffff;
	--mist: #f3f6f9;
	--line: #dce5ed;
	--text: #152535;
	--muted: #5d6f7f;
	--radius: 18px;
	--shadow: 0 24px 70px rgba(7, 26, 43, 0.12);
	--content: 1180px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--text);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

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

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

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

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

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

.smartag-hp {
	position: absolute !important;
	left: -10000px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.skip-link:focus {
	top: 12px;
	left: 12px;
	z-index: 10000;
	width: auto;
	height: auto;
	padding: 10px 16px;
	margin: 0;
	clip: auto;
	background: var(--paper);
	color: var(--ink);
}

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

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.93);
	border-bottom: 1px solid rgba(220, 229, 237, 0.88);
	backdrop-filter: blur(18px);
}

.header-inner {
	display: grid;
	grid-template-columns: auto 1fr auto auto;
	align-items: center;
	gap: 24px;
	min-height: 72px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--ink);
	font-size: 21px;
	font-weight: 800;
	letter-spacing: -0.03em;
	text-decoration: none;
}

.brand-mark {
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	object-fit: contain;
}

.brand span span {
	font-weight: 450;
}

.primary-nav {
	display: flex;
	justify-content: flex-end;
	gap: 28px;
}

.primary-nav a {
	color: var(--ink-soft);
	font-size: 15px;
	font-weight: 650;
	text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
	color: var(--blue);
}

.language-switch {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--line);
	border-radius: 50%;
	background: #fff;
	color: var(--ink-soft);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.06em;
	text-decoration: none;
}

.language-switch:hover,
.language-switch:focus-visible {
	border-color: var(--blue-bright);
	color: var(--blue);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: var(--blue);
	color: #fff;
	font-size: 15px;
	font-weight: 760;
	line-height: 1;
	text-decoration: none;
	transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
	background: #0d6589;
	box-shadow: 0 12px 28px rgba(17, 118, 159, 0.25);
	transform: translateY(-1px);
}

.button-light {
	background: #fff;
	color: var(--ink);
}

.button-light:hover,
.button-light:focus-visible {
	background: var(--blue-pale);
	color: var(--ink);
}

.button-ghost {
	border-color: rgba(255, 255, 255, 0.3);
	background: transparent;
	color: #fff;
}

.button-ghost:hover,
.button-ghost:focus-visible {
	background: rgba(255, 255, 255, 0.1);
}

.staging-ribbon {
	padding: 7px 20px;
	background: #ffb000;
	color: #241600;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-align: center;
	text-transform: uppercase;
}

.hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 26%, rgba(101, 161, 197, 0.34), transparent 31%),
		linear-gradient(135deg, #062b3d 0%, #0c4f6d 56%, #11769f 100%);
	color: #fff;
}

.hero::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 54px 54px;
	content: "";
	mask-image: linear-gradient(to right, transparent 5%, #000 45%, #000 100%);
}

.hero-inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
	gap: 50px;
	align-items: center;
	min-height: 570px;
	padding-block: 68px;
}

.hero-inner > * {
	min-width: 0;
}

.hero-visual {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.hero-image {
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 28px;
	box-shadow: 0 32px 90px rgba(0, 0, 0, 0.3);
	object-fit: cover;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 22px;
	color: #b9deee;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.eyebrow::before {
	width: 30px;
	height: 2px;
	background: var(--red);
	content: "";
}

.hero h1 {
	max-width: 800px;
	margin: 0;
	font-size: clamp(48px, 7vw, 82px);
	font-weight: 770;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.hero-lead {
	max-width: 720px;
	margin: 30px 0 0;
	color: #c7d9e8;
	font-size: clamp(19px, 2vw, 23px);
	line-height: 1.55;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 38px;
}

.hero-card {
	position: relative;
	z-index: 1;
	width: calc(100% - 48px);
	margin: -76px auto 0;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 24px;
	background: rgba(7, 26, 43, 0.92);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(16px);
}

.status {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 26px;
	color: #dff1ff;
	font-size: 13px;
	font-weight: 750;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.status-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #49dd9b;
	box-shadow: 0 0 0 7px rgba(73, 221, 155, 0.12);
}

.hero-card h2 {
	margin: 0 0 22px;
	font-size: 27px;
	letter-spacing: -0.035em;
	line-height: 1.2;
}

.hero-card dl {
	display: grid;
	gap: 16px;
	margin: 0;
}

.hero-card dl div {
	display: flex;
	justify-content: space-between;
	gap: 22px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-card dt {
	color: #93adc1;
	font-size: 13px;
}

.hero-card dd {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	text-align: right;
}

.fact-strip {
	border-bottom: 1px solid var(--line);
	background: #fff;
}

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

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

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

.fact strong {
	display: block;
	color: var(--ink);
	font-size: 15px;
}

.fact span {
	color: var(--muted);
	font-size: 13px;
}

.section {
	padding-block: 82px;
}

.section-muted {
	background: var(--mist);
}

.section-dark {
	background: var(--ink);
	color: #fff;
}

.section-heading {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1.2fr);
	gap: 44px;
	align-items: end;
	margin-bottom: 40px;
}

.section-heading h2,
.split-copy h2,
.contact-intro h2 {
	margin: 0;
	color: var(--ink);
	font-size: clamp(38px, 5vw, 58px);
	font-weight: 760;
	letter-spacing: -0.045em;
	line-height: 1.05;
}

.section-heading p,
.split-copy > p,
.contact-intro > p {
	margin: 0;
	color: var(--muted);
	font-size: 19px;
}

.section-dark .section-heading h2,
.section-dark .section-heading p,
.section-dark .contact-intro h2,
.section-dark .contact-intro > p {
	color: #fff;
}

.section-dark .section-heading p,
.section-dark .contact-intro > p {
	color: #a9bfd1;
}

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

.capability-card {
	position: relative;
	min-height: 238px;
	padding: 29px;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.capability-card:hover {
	border-color: #9fc5d8;
	box-shadow: var(--shadow);
	transform: translateY(-3px);
}

.card-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: var(--blue-pale);
	color: var(--blue);
	font-size: 13px;
	font-weight: 850;
}

.capability-card h3 {
	margin: 30px 0 10px;
	color: var(--ink);
	font-size: 25px;
	letter-spacing: -0.025em;
}

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

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

.chip-list li {
	padding: 8px 13px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: #fff;
	color: var(--ink-soft);
	font-size: 13px;
	font-weight: 650;
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	counter-reset: process;
}

.process-step {
	position: relative;
	padding: 27px 24px 26px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	counter-increment: process;
}

.process-step::before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 32px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 50%;
	color: #9ed0e6;
	content: "0" counter(process);
	font-size: 12px;
	font-weight: 800;
}

.process-step h3 {
	margin: 0 0 10px;
	font-size: 22px;
	letter-spacing: -0.02em;
}

.process-step p {
	margin: 0;
	color: #9fb5c7;
	font-size: 15px;
}

.split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.88fr);
	gap: 58px;
	align-items: center;
}

.group-heading {
	margin-bottom: 24px;
}

.group-visual {
	position: relative;
	margin: 0 0 24px;
	overflow: hidden;
	border-radius: 26px;
	background: var(--ink);
	box-shadow: var(--shadow);
}

.group-visual img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 7;
	object-fit: cover;
}

.group-visual figcaption {
	position: absolute;
	right: 18px;
	bottom: 18px;
	padding: 9px 14px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	background: rgba(7, 26, 43, 0.82);
	color: #fff;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.04em;
	backdrop-filter: blur(12px);
}

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

.entity-country {
	margin: 0 0 14px !important;
	color: var(--blue) !important;
	font-size: 12px !important;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entity-link {
	color: var(--blue);
	text-decoration: none;
}

.entity-link:hover,
.entity-link:focus-visible {
	text-decoration: underline;
}

.split-copy > p {
	margin-top: 18px;
}

.principles {
	display: grid;
	gap: 14px;
	margin-top: 26px;
}

.principle {
	display: grid;
	grid-template-columns: 14px 1fr;
	gap: 14px;
	align-items: start;
	padding-top: 16px;
	border-top: 1px solid var(--line);
}

.principle::before {
	width: 8px;
	height: 8px;
	margin-top: 9px;
	border-radius: 50%;
	background: var(--red);
	content: "";
}

.principle strong {
	display: block;
	color: var(--ink);
}

.principle span {
	color: var(--muted);
	font-size: 15px;
}

.registry-card {
	padding: 32px;
	border: 1px solid var(--line);
	border-radius: 24px;
	background: #fff;
	box-shadow: var(--shadow);
}

.registry-card .brand-mark {
	width: 54px;
	height: 54px;
	margin-bottom: 24px;
}

.subsidiary-logo {
	width: auto;
	height: 54px;
	max-width: 140px;
	margin: 0 0 24px;
	object-fit: contain;
}

.registry-card h3 {
	margin: 0 0 6px;
	color: var(--ink);
	font-size: 24px;
}

.registry-card > p {
	margin: 0 0 28px;
	color: var(--muted);
	font-size: 14px;
}

.registry-list {
	display: grid;
	gap: 14px;
	margin: 0;
}

.registry-list div {
	display: grid;
	grid-template-columns: 105px 1fr;
	gap: 20px;
	padding-top: 14px;
	border-top: 1px solid var(--line);
}

.registry-list dt {
	color: var(--muted);
	font-size: 13px;
}

.registry-list dd {
	margin: 0;
	color: var(--ink);
	font-size: 14px;
	font-weight: 700;
}

.contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1.28fr);
	gap: 58px;
	align-items: start;
}

.contact-intro > p {
	margin-top: 18px;
}

.contact-details {
	display: grid;
	gap: 14px;
	margin-top: 26px;
}

.contact-details a,
.contact-details span {
	display: block;
	color: #d7e5ef;
	font-size: 15px;
}

.contact-details strong {
	display: block;
	margin-bottom: 3px;
	color: #7fa3bd;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.rfq-panel {
	padding: 32px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.06);
}

.rfq-panel .wpcf7-form {
	margin: 0;
}

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

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

.smartag-form-grid label {
	display: block;
	color: #c6d6e2;
	font-size: 13px;
	font-weight: 650;
}

.smartag-form-grid input:not([type="checkbox"]):not([type="submit"]),
.smartag-form-grid textarea,
.smartag-form-grid select,
.rfq-panel .wpcf7-form > p input:not([type="submit"]),
.rfq-panel .wpcf7-form > p textarea {
	width: 100%;
	min-height: 52px;
	margin-top: 7px;
	padding: 13px 15px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 10px;
	outline: none;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.smartag-form-grid input::placeholder,
.smartag-form-grid textarea::placeholder,
.rfq-panel input::placeholder,
.rfq-panel textarea::placeholder {
	color: #8199aa;
}

.smartag-form-grid input:focus,
.smartag-form-grid textarea:focus,
.smartag-form-grid select:focus,
.rfq-panel input:focus,
.rfq-panel textarea:focus {
	border-color: var(--blue-bright);
	box-shadow: 0 0 0 3px rgba(101, 161, 197, 0.2);
}

.smartag-form-grid textarea {
	min-height: 125px;
	resize: vertical;
}

.smartag-form-grid input[type="file"] {
	padding: 11px;
	font-size: 13px;
}

.smartag-form-grid input[type="submit"],
.rfq-panel input[type="submit"] {
	min-height: 52px;
	padding: 0 24px;
	border: 0;
	border-radius: 999px;
	background: var(--blue);
	color: #fff;
	cursor: pointer;
	font-weight: 800;
}

.smartag-form-grid input[type="submit"]:hover,
.rfq-panel input[type="submit"]:hover {
	background: #0d6589;
}

.form-privacy {
	margin: -2px 0 0;
	color: #a9bdcc;
	font-size: 12px;
}

.form-privacy a {
	color: #dbeaff;
}

.wpcf7-not-valid-tip {
	margin-top: 5px;
	color: #ff9fa2;
	font-size: 12px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 18px 0 0;
	padding: 12px 14px;
	border-color: #ffbd55;
	border-radius: 9px;
	font-size: 13px;
}

.form-note {
	margin: 18px 0 0;
	color: #7f9aae;
	font-size: 12px;
}

.site-footer {
	padding-block: 28px;
	border-top: 1px solid var(--line);
	background: #fff;
}

.footer-inner {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 30px;
	align-items: center;
}

.footer-meta {
	margin: 8px 0 0;
	color: var(--muted);
	font-size: 12px;
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 22px;
	color: var(--ink-soft);
	font-size: 13px;
}

.footer-links a {
	text-decoration: none;
}

.page-main {
	min-height: 65vh;
	padding-block: 72px;
}

.page-main h1 {
	max-width: 850px;
	margin: 0 0 34px;
	color: var(--ink);
	font-size: clamp(42px, 6vw, 66px);
	letter-spacing: -0.045em;
	line-height: 1.05;
}

.page-content {
	max-width: 800px;
}

.page-content h2 {
	margin: 46px 0 14px;
	color: var(--ink);
	font-size: clamp(25px, 3vw, 34px);
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.page-content h3 {
	margin: 34px 0 12px;
	color: var(--ink);
	font-size: 22px;
}

.page-content p,
.page-content ul,
.page-content ol {
	margin: 0 0 18px;
}

.page-content a {
	color: var(--blue);
}

.legal-main {
	min-height: 70vh;
	background: var(--mist);
}

.legal-hero {
	background:
		radial-gradient(circle at 82% 20%, rgba(101, 161, 197, 0.32), transparent 28%),
		linear-gradient(135deg, #062b3d 0%, #0c4f6d 58%, #11769f 100%);
	color: #fff;
}

.legal-hero-inner {
	padding-block: 72px 66px;
}

.legal-hero h1 {
	max-width: 920px;
	margin: 0;
	font-size: clamp(44px, 6vw, 70px);
	font-weight: 770;
	letter-spacing: -0.05em;
	line-height: 1.02;
}

.legal-intro {
	max-width: 840px;
	margin: 24px 0 0;
	color: #d2e4ef;
	font-size: 20px;
}

.legal-updated {
	margin: 25px 0 0;
	color: #a9c8da;
	font-size: 13px;
	font-weight: 700;
}

.legal-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 58px;
	align-items: start;
	padding-block: 64px 82px;
}

.legal-content {
	max-width: 820px;
	padding: 42px;
	border: 1px solid var(--line);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 55px rgba(7, 26, 43, 0.08);
}

.legal-content section + section {
	margin-top: 42px;
	padding-top: 38px;
	border-top: 1px solid var(--line);
}

.legal-content h2 {
	margin: 0 0 16px;
	color: var(--ink);
	font-size: clamp(25px, 3vw, 34px);
	letter-spacing: -0.025em;
	line-height: 1.18;
}

.legal-content p,
.legal-content ul,
.legal-content ol {
	margin: 0 0 16px;
}

.legal-content ul,
.legal-content ol {
	padding-left: 24px;
}

.legal-content li + li {
	margin-top: 10px;
}

.legal-content a,
.legal-aside a {
	color: var(--blue);
}

.legal-facts {
	display: grid;
	gap: 0;
	margin: 0;
}

.legal-facts div {
	display: grid;
	grid-template-columns: minmax(145px, 0.42fr) minmax(0, 1fr);
	gap: 20px;
	padding-block: 12px;
	border-bottom: 1px solid var(--line);
}

.legal-facts div:first-child {
	border-top: 1px solid var(--line);
}

.legal-facts dt {
	color: var(--muted);
	font-size: 13px;
}

.legal-facts dd {
	margin: 0;
	color: var(--ink);
	font-size: 14px;
	font-weight: 700;
}

.legal-aside {
	position: sticky;
	top: 104px;
	display: grid;
	gap: 7px;
	padding: 25px;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: #fff;
	color: var(--muted);
	font-size: 13px;
}

.legal-aside strong {
	margin-bottom: 6px;
	color: var(--ink);
	font-size: 16px;
}

.legal-aside a:first-of-type {
	margin-top: 10px;
}

@media (max-width: 980px) {
	.primary-nav {
		display: none;
	}

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

	.hero-inner,
	.split,
	.contact-grid,
	.entity-grid {
		grid-template-columns: 1fr;
	}

	.hero-inner {
		gap: 45px;
		min-height: auto;
	}

	.hero-visual {
		max-width: 620px;
	}

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

	.fact:nth-child(3) {
		border-left: 1px solid var(--line);
	}

	.section-heading {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.legal-layout {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.legal-aside {
		position: static;
	}
}

@media (max-width: 680px) {
	body.admin-bar .site-header {
		top: 46px;
	}

	body {
		font-size: 16px;
	}

	.site-shell {
		width: min(calc(100% - 28px), var(--content));
	}

	.header-inner {
		gap: 8px;
		min-height: 68px;
	}

	.brand {
		gap: 8px;
		font-size: 17px;
		white-space: nowrap;
	}

	.brand > span {
		display: flex;
		flex-direction: column;
		line-height: 1.05;
	}

	.brand > span > span {
		font-size: 10px;
		font-weight: 650;
		letter-spacing: 0.07em;
		text-transform: uppercase;
	}

	.brand-mark {
		width: 32px;
		height: 32px;
		flex-basis: 32px;
	}

	.header-cta {
		min-height: 40px;
		padding-inline: 10px;
		font-size: 12px;
		white-space: nowrap;
	}

	.language-switch {
		width: 36px;
		height: 36px;
	}

	.hero-inner {
		padding-block: 54px;
	}

	.hero h1 {
		font-size: clamp(36px, 10vw, 44px);
		hyphens: auto;
		overflow-wrap: break-word;
	}

	.hero-lead {
		font-size: 18px;
	}

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

	.hero-card {
		padding: 26px;
		width: calc(100% - 28px);
		margin-top: -44px;
	}

	.group-visual img {
		aspect-ratio: 4 / 3;
	}

	.group-visual figcaption {
		position: static;
		border: 0;
		border-radius: 0;
		background: var(--ink);
	}

	.facts,
	.capability-grid,
	.process-grid,
	.smartag-form-grid {
		grid-template-columns: 1fr;
	}

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

	.section {
		padding-block: 60px;
	}

	.section-heading {
		margin-bottom: 30px;
	}

	.capability-card {
		min-height: 0;
		padding: 26px;
	}

	.capability-card h3 {
		margin-top: 28px;
	}

	.process-step::before {
		margin-bottom: 26px;
	}

	.registry-card,
	.rfq-panel {
		padding: 25px;
	}

	.registry-list div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.contact-grid {
		gap: 48px;
	}

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

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

	.legal-hero-inner {
		padding-block: 56px 52px;
	}

	.legal-layout {
		padding-block: 38px 60px;
	}

	.legal-content {
		padding: 25px;
	}

	.legal-facts div {
		grid-template-columns: 1fr;
		gap: 4px;
	}
}

@media (max-width: 480px) {
	.header-inner {
		grid-template-columns: 1fr auto;
	}

	.header-cta {
		display: none;
	}
}

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