/*
Theme Name: ezentry
Theme URI: https://www.ezentry.eu/
Author: favor-IT
Description: Eigenständiges, responsives WordPress-Theme für ezentry mit editierbarer One-Page-Startseite, News und sicherem Kontaktformular.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: ezentry
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--ez-background: #fff;
	--ez-foreground: #252525;
	--ez-surface: #f7f7f7;
	--ez-muted: #888;
	--ez-border: #e7e7e7;
	--ez-border-strong: #d1d1d1;
	--ez-primary: #ec6909;
	--ez-primary-soft: #fff1e4;
	--ez-primary-dark: #9c4208;
	--ez-ink: #252525;
	--ez-white: #fff;
	--ez-radius-lg: 1.5rem;
	--ez-radius-md: 1rem;
	--ez-shadow-soft: 0 1px 2px rgba(30, 30, 30, .04), 0 12px 32px -12px rgba(30, 30, 30, .12);
	--ez-shadow-lift: 0 2px 4px rgba(30, 30, 30, .05), 0 32px 64px -24px rgba(30, 30, 30, .22);
	--ez-shadow-glow: 0 18px 48px -16px color-mix(in srgb, var(--ez-primary) 52%, transparent);
	--ez-header-height: 80px;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--ez-header-height) + 24px);
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background: var(--ez-background);
	color: var(--ez-foreground);
	font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

a {
	color: inherit;
	text-decoration: none;
}

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

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

img {
	display: block;
	max-width: 100%;
	height: auto;
}

p,
h1,
h2,
h3,
dl,
dd,
ol,
ul {
	margin-top: 0;
}

.site-shell {
	width: 100%;
	max-width: 82rem;
	margin-inline: auto;
	padding-inline: 2rem;
}

.site-main {
	overflow: clip;
}

.section-anchor {
	scroll-margin-top: calc(var(--ez-header-height) + 24px);
}

.section-anchor__target {
	position: absolute;
	translate: 0 -120px;
}

.section-pad {
	padding-block: 8rem;
}

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

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

.screen-reader-text:focus {
	top: 8px;
	left: 8px;
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	padding: .8rem 1rem;
	clip: auto;
	background: var(--ez-white);
	box-shadow: var(--ez-shadow-soft);
	color: var(--ez-foreground);
	font-weight: 700;
	white-space: normal;
}

:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--ez-primary) 65%, white);
	outline-offset: 3px;
}

.display-xl {
	font-size: clamp(2.75rem, 7.2vw, 6rem);
	font-weight: 800;
	letter-spacing: -.04em;
	line-height: .95;
}

.display-lg {
	margin: 1.25rem 0 0;
	font-size: clamp(2.25rem, 5vw, 4rem);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1;
	text-wrap: balance;
}

.display-md {
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	font-weight: 700;
	letter-spacing: -.03em;
	line-height: 1.08;
}

.eyebrow {
	margin-bottom: 0;
	color: var(--ez-muted);
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.eyebrow--light {
	color: rgba(255, 255, 255, .55);
}

.lead {
	margin: 1.5rem 0 0;
	color: var(--ez-muted);
	font-size: clamp(1.0625rem, 1.35vw, 1.375rem);
	line-height: 1.55;
}

.text-primary {
	color: var(--ez-primary);
}

.text-muted {
	color: var(--ez-muted);
}

.section-heading {
	max-width: 48rem;
}

.icon {
	width: 1.15rem;
	height: 1.15rem;
	flex: 0 0 auto;
}

/* Header */
.site-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	border-bottom: 1px solid rgba(225, 225, 225, .8);
	background: rgba(255, 255, 255, .78);
	backdrop-filter: blur(18px) saturate(160%);
	transition: box-shadow .25s ease, background-color .25s ease;
}

.site-header.is-scrolled {
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 8px 28px rgba(30, 30, 30, .06);
}

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

.site-header__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem;
	height: var(--ez-header-height);
}

.site-logo {
	display: inline-flex;
	min-width: 0;
	width: max-content;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: .62rem;
	height: 2.3rem;
}

.brand__mark {
	width: 2.3rem;
	height: 2.3rem;
	border-radius: .5rem;
}

.brand__wordmark {
	width: auto;
	height: 1.35rem;
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.custom-logo {
	width: auto;
	max-width: 220px;
	height: 42px;
	object-fit: contain;
}

.site-header__desktop {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.site-nav__list {
	display: flex;
	align-items: center;
	gap: .12rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-nav__list a {
	display: block;
	padding: .6rem .74rem;
	border-radius: 999px;
	color: #777;
	font-size: .875rem;
	font-weight: 500;
	transition: color .2s ease, background-color .2s ease;
}

.site-nav__list a:hover,
.site-nav__list .current-menu-item > a {
	background: rgba(0, 0, 0, .035);
	color: var(--ez-foreground);
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: .5rem;
	margin-left: .45rem;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .55rem;
	min-height: 3.5rem;
	padding: .8rem 2rem;
	border: 1px solid transparent;
	border-radius: 999px;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease, background-color .3s ease;
}

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

.button--small {
	min-height: 2.5rem;
	padding: .55rem 1rem;
	font-size: .875rem;
}

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

.button--primary:hover {
	box-shadow: var(--ez-shadow-glow);
}

.button--outline {
	border-color: var(--ez-border-strong);
	background: var(--ez-white);
	color: var(--ez-foreground);
}

.button--outline:hover {
	border-color: var(--ez-foreground);
}

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

.menu-toggle {
	display: none;
	width: 2.6rem;
	height: 2.6rem;
	padding: .65rem;
	border: 1px solid var(--ez-border);
	border-radius: 50%;
	background: var(--ez-white);
	cursor: pointer;
}

.menu-toggle__line {
	display: block;
	width: 100%;
	height: 2px;
	margin: 3px 0;
	border-radius: 2px;
	background: currentColor;
	transition: transform .22s ease, opacity .22s ease;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-of-type(2) {
	transform: translateY(5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-of-type(3) {
	opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__line:nth-of-type(4) {
	transform: translateY(-5px) rotate(-45deg);
}

.mobile-menu {
	position: fixed;
	top: var(--ez-header-height);
	right: 0;
	left: 0;
	max-height: calc(100vh - var(--ez-header-height));
	overflow-y: auto;
	border-top: 1px solid var(--ez-border);
	background: rgba(255, 255, 255, .97);
	backdrop-filter: blur(18px);
}

.admin-bar .mobile-menu {
	top: calc(var(--ez-header-height) + 32px);
}

.mobile-menu__inner {
	padding-block: 1rem 1.5rem;
}

.mobile-menu .site-nav__list {
	display: block;
}

.mobile-menu .site-nav__list a {
	padding: .82rem .75rem;
	border-radius: .75rem;
	color: var(--ez-foreground);
	font-size: 1rem;
}

.mobile-menu__actions {
	display: grid;
	gap: .6rem;
	margin-top: 1rem;
}

/* Hero */
.hero {
	position: relative;
	padding-top: 9rem;
}

.hero__surface,
.hero__grid {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 32.5rem;
	pointer-events: none;
}

.hero__surface {
	background: var(--ez-surface);
}

.hero__grid {
	background-image: linear-gradient(to right, var(--ez-border) 1px, transparent 1px), linear-gradient(to bottom, var(--ez-border) 1px, transparent 1px);
	background-size: 88px 88px;
	opacity: .5;
	-webkit-mask-image: linear-gradient(to bottom, #000, transparent);
	mask-image: linear-gradient(to bottom, #000, transparent);
}

.hero__inner {
	position: relative;
}

.hero__copy {
	max-width: 56rem;
}

.pill {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	margin-bottom: 0;
	padding: .42rem .85rem;
	border: 1px solid var(--ez-border);
	border-radius: 999px;
	background: var(--ez-white);
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: .025em;
}

.pill__dot {
	width: .38rem;
	height: .38rem;
	border-radius: 50%;
	background: var(--ez-primary);
}

.hero__title {
	margin: 1.75rem 0 0;
	text-wrap: balance;
}

.hero__lead {
	max-width: 38rem;
	margin-top: 1.75rem;
}

.button-row {
	display: flex;
	align-items: center;
	gap: .75rem;
	margin-top: 2.25rem;
}

.hero__media-wrap {
	position: relative;
	margin-top: 4.5rem;
}

.hero__media {
	overflow: hidden;
	border-radius: var(--ez-radius-lg);
	box-shadow: var(--ez-shadow-lift);
}

.hero__media img {
	width: 100%;
	height: clamp(280px, 46vw, 620px);
	object-fit: cover;
}

.recognition-card {
	position: absolute;
	bottom: -1.5rem;
	left: 2.5rem;
	padding: 1rem 1.25rem;
	border: 1px solid rgba(220, 220, 220, .85);
	border-radius: 1rem;
	background: rgba(255, 255, 255, .78);
	box-shadow: var(--ez-shadow-soft);
	backdrop-filter: blur(18px) saturate(160%);
}

.recognition-card__result {
	display: flex;
	align-items: center;
	gap: .75rem;
	margin: .45rem 0 0;
	font-size: .875rem;
	font-weight: 600;
}

.license-plate {
	padding: .18rem .48rem;
	border: 1px solid var(--ez-border-strong);
	border-radius: .36rem;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	letter-spacing: .12em;
}

/* Statement */
.statement {
	padding-top: 10rem;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2.5rem 1.5rem;
	margin: 4rem 0 0;
	padding-top: 2.5rem;
	border-top: 1px solid var(--ez-border);
}

.stats-grid dt {
	font-variant-numeric: tabular-nums;
}

.stats-grid dd {
	margin: .5rem 0 0;
	color: var(--ez-muted);
	font-size: .875rem;
	line-height: 1.6;
}

/* Product */
.dashboard-frame {
	margin-top: 3.5rem;
	padding: .75rem;
	border: 1px solid var(--ez-border);
	border-radius: var(--ez-radius-lg);
	background: var(--ez-white);
	box-shadow: var(--ez-shadow-lift);
}

.dashboard-frame img {
	width: 100%;
	border-radius: 1rem;
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	margin-top: 4rem;
}

.feature-card {
	min-height: 100%;
	padding: 1.75rem;
	border: 1px solid var(--ez-border);
	border-radius: var(--ez-radius-md);
	background: var(--ez-white);
	transition: transform .45s ease, box-shadow .45s ease;
}

.feature-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--ez-shadow-soft);
}

.feature-card__icon {
	display: grid;
	width: 2.75rem;
	height: 2.75rem;
	place-items: center;
	border-radius: .75rem;
	background: var(--ez-primary-soft);
	color: var(--ez-primary-dark);
	transition: background-color .3s ease, color .3s ease;
}

.feature-card:hover .feature-card__icon {
	background: var(--ez-primary);
	color: var(--ez-white);
}

.feature-card h3 {
	margin: 1.25rem 0 0;
	font-size: 1.125rem;
	letter-spacing: -.02em;
}

.feature-card p {
	margin: .65rem 0 0;
	color: var(--ez-muted);
	font-size: .95rem;
	line-height: 1.65;
}

.hardware-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	margin-top: 4rem;
}

.hardware-grid__image {
	overflow: hidden;
	min-height: 33rem;
	border-radius: var(--ez-radius-lg);
}

.hardware-grid__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dark-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 2.75rem;
	border-radius: var(--ez-radius-lg);
	background: var(--ez-ink);
	color: var(--ez-white);
}

.dark-card .display-md {
	margin: 1rem 0 0;
	text-wrap: balance;
}

.dark-card p:not(.eyebrow) {
	margin: 1.25rem 0 0;
	color: rgba(255, 255, 255, .68);
	font-size: .98rem;
	line-height: 1.7;
}

.dark-card .button {
	margin-top: 2.25rem;
}

/* Solutions */
.solutions__grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 5rem;
}

.steps-list {
	display: grid;
	gap: .75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.step-card {
	display: flex;
	gap: 1.5rem;
	padding: 2rem;
	border: 1px solid var(--ez-border);
	border-radius: var(--ez-radius-md);
	background: var(--ez-white);
	transition: box-shadow .4s ease, transform .4s ease;
}

.step-card:hover {
	transform: translateX(4px);
	box-shadow: var(--ez-shadow-soft);
}

.step-card__number {
	color: var(--ez-primary);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: .875rem;
	font-weight: 700;
}

.step-card h3 {
	margin: 0;
	font-size: 1.25rem;
	letter-spacing: -.02em;
}

.step-card p {
	margin: .6rem 0 0;
	color: var(--ez-muted);
	line-height: 1.65;
}

/* Industries */
.industry-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	overflow: hidden;
	margin: 3.5rem 0 0;
	padding: 1px;
	border-radius: var(--ez-radius-lg);
	background: var(--ez-border);
	list-style: none;
}

.industry-grid li {
	padding: 1.75rem;
	background: var(--ez-white);
	transition: background-color .35s ease;
}

.industry-grid li:hover {
	background: var(--ez-primary-soft);
}

.industry-grid h3 {
	margin: 0;
	font-size: 1rem;
	letter-spacing: -.015em;
}

.industry-grid p {
	margin: .5rem 0 0;
	color: var(--ez-muted);
	font-size: .875rem;
	line-height: 1.55;
}

/* About */
.about__panel {
	padding: 6rem 4rem;
	border-radius: var(--ez-radius-lg);
	background: var(--ez-ink);
	color: var(--ez-white);
}

.about__copy {
	max-width: 48rem;
}

.about__copy > p:not(.eyebrow, .origin-badge) {
	max-width: 43rem;
	margin: 1.75rem 0 0;
	color: rgba(255, 255, 255, .68);
	font-size: clamp(1.05rem, 1.6vw, 1.25rem);
	line-height: 1.65;
}

.origin-badge {
	display: inline-flex;
	align-items: center;
	gap: .62rem;
	margin: 2rem 0 0;
	padding: .4rem .8rem;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	color: rgba(255, 255, 255, .68);
	font-size: .78rem;
	font-weight: 500;
}

.flags {
	display: inline-flex;
	align-items: center;
	gap: .26rem;
}

.flag {
	display: inline-grid;
	width: 1.5rem;
	height: 1rem;
	place-items: center;
	overflow: hidden;
	border-radius: 2px;
	font-size: .55rem;
}

.flag--at {
	background: linear-gradient(#c53b33 0 33.33%, #fff 33.33% 66.66%, #c53b33 66.66%);
}

.flag--eu {
	background: #1d3e88;
	color: #f2d258;
}

.values-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem 2.5rem;
	margin: 4rem 0 0;
	padding-top: 3rem;
	border-top: 1px solid rgba(255, 255, 255, .14);
}

.values-grid dt {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: -.02em;
}

.values-grid dd {
	margin: .5rem 0 0;
	color: rgba(255, 255, 255, .56);
	font-size: .95rem;
	line-height: 1.6;
}

/* News */
.news-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	margin-top: 3.5rem;
}

.news-card {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	padding: 2rem;
	border: 1px solid var(--ez-border);
	border-radius: var(--ez-radius-md);
	background: var(--ez-white);
	transition: transform .45s ease, box-shadow .45s ease;
}

.news-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--ez-shadow-soft);
}

.news-card__meta {
	display: flex;
	align-items: center;
	gap: .75rem;
	color: var(--ez-muted);
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: .025em;
}

.news-card__tag {
	padding: .3rem .62rem;
	border-radius: 999px;
	background: var(--ez-primary-soft);
	color: var(--ez-primary-dark);
}

.news-card h3,
.news-card h2 {
	margin: 1.5rem 0 0;
	font-size: 1.125rem;
	line-height: 1.45;
	letter-spacing: -.02em;
}

.news-card h3 a:hover,
.news-card h2 a:hover {
	color: var(--ez-primary);
}

.news-card > p {
	margin: .75rem 0 0;
	color: var(--ez-muted);
	font-size: .95rem;
	line-height: 1.65;
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	width: max-content;
	margin-top: auto;
	padding-top: 1.75rem;
	color: var(--ez-primary);
	font-size: .875rem;
	font-weight: 600;
}

.text-link .icon {
	width: 1rem;
	height: 1rem;
	transition: transform .25s ease;
}

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

/* Contact */
.contact {
	position: relative;
}

.contact__grid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 5rem;
}

.contact__copy .display-lg {
	max-width: 32rem;
}

.contact__copy .lead {
	max-width: 29rem;
}

.check-list {
	display: grid;
	gap: .85rem;
	margin: 2.5rem 0 0;
	padding: 0;
	list-style: none;
}

.check-list li {
	display: flex;
	align-items: center;
	gap: .75rem;
	font-size: .95rem;
}

.check-list li > span {
	display: grid;
	width: 1.5rem;
	height: 1.5rem;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 50%;
	background: var(--ez-primary-soft);
	color: var(--ez-primary-dark);
}

.check-list .icon {
	width: .85rem;
	height: .85rem;
	stroke-width: 3;
}

.contact-links {
	display: grid;
	gap: .8rem;
	margin-top: 2.5rem;
	padding-top: 2rem;
	border-top: 1px solid var(--ez-border);
}

.contact-links a {
	display: inline-flex;
	align-items: center;
	gap: .65rem;
	width: max-content;
	max-width: 100%;
	font-size: .9rem;
	font-weight: 500;
	transition: color .2s ease;
}

.contact-links a:hover {
	color: var(--ez-primary);
}

.contact-links .icon {
	width: 1rem;
	height: 1rem;
	color: var(--ez-primary);
}

.contact-form {
	position: relative;
	padding: 2.5rem;
	border: 1px solid var(--ez-border);
	border-radius: var(--ez-radius-lg);
	background: var(--ez-white);
	box-shadow: var(--ez-shadow-soft);
}

.contact-form fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.intent-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .5rem;
	margin-top: 1rem;
}

.intent-option {
	cursor: pointer;
}

.intent-option span {
	display: block;
	padding: .78rem .5rem;
	border: 1px solid var(--ez-border);
	border-radius: .75rem;
	color: var(--ez-muted);
	font-size: .82rem;
	font-weight: 600;
	text-align: center;
	transition: color .25s ease, border-color .25s ease, background-color .25s ease;
}

.intent-option:hover span {
	border-color: var(--ez-border-strong);
	color: var(--ez-foreground);
}

.intent-option input:checked + span {
	border-color: var(--ez-primary);
	background: var(--ez-primary-soft);
	color: var(--ez-primary-dark);
}

.intent-option input:focus-visible + span {
	outline: 3px solid color-mix(in srgb, var(--ez-primary) 65%, white);
	outline-offset: 2px;
}

.form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	margin-top: 1.75rem;
}

.contact-form label {
	display: block;
	font-size: .875rem;
	font-weight: 500;
}

.contact-form input:not([type="radio"]),
.contact-form textarea {
	display: block;
	width: 100%;
	margin-top: .5rem;
	padding: .78rem 1rem;
	border: 1px solid var(--ez-border);
	border-radius: .75rem;
	background: var(--ez-background);
	color: var(--ez-foreground);
	font-size: .95rem;
	line-height: 1.4;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-form input:not([type="radio"]):focus,
.contact-form textarea:focus {
	border-color: var(--ez-primary);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--ez-primary) 13%, transparent);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #aaa;
}

.contact-form textarea {
	resize: vertical;
}

.form-message {
	margin-top: 1rem;
}

.contact-form__honeypot {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.cf-turnstile {
	margin-top: 1rem;
}

.contact-form__submit {
	width: 100%;
	margin-top: 1.75rem;
}

.form-status {
	min-height: 1.25rem;
	margin: 1rem 0 0;
	font-size: .875rem;
	line-height: 1.5;
}

.form-status.is-success {
	color: #16814a;
}

.form-status.is-error {
	color: #c93737;
}

.form-privacy {
	margin: .8rem 0 0;
	color: var(--ez-muted);
	font-size: .75rem;
	line-height: 1.55;
}

/* Footer */
.site-footer {
	padding: 5rem 0 2.5rem;
	background: var(--ez-ink);
	color: var(--ez-white);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.3fr 2fr;
	gap: 3rem;
}

.site-logo--footer .brand__wordmark {
	filter: brightness(1.16);
}

.site-footer__intro {
	max-width: 21rem;
	margin: 1.25rem 0 0;
	color: rgba(255, 255, 255, .58);
	font-size: .875rem;
	line-height: 1.65;
}

.origin-badge--footer {
	padding: 0;
	border: 0;
	color: rgba(255, 255, 255, .52);
}

.site-footer__navs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.5rem;
}

.footer-menu-wrap {
	grid-column: 1 / -1;
}

.site-footer .footer-menu {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .8rem 2.5rem;
}

.footer-heading {
	margin: 0;
	color: rgba(255, 255, 255, .38);
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.site-footer nav ul {
	display: grid;
	gap: .65rem;
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.site-footer nav a {
	color: rgba(255, 255, 255, .68);
	font-size: .875rem;
	transition: color .2s ease;
}

.site-footer nav a:hover {
	color: var(--ez-primary);
}

.site-footer__legal {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 1.5rem;
	margin-top: 4rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(255, 255, 255, .14);
	color: rgba(255, 255, 255, .47);
	font-size: .75rem;
}

.site-footer__legal p {
	margin: 0;
}

.site-footer__legal p:last-child {
	text-align: right;
}

.legal-links {
	display: flex;
	gap: 1.25rem;
}

.legal-links a:hover {
	color: var(--ez-primary);
}

/* Posts and pages */
.content-hero {
	padding: 10rem 0 4rem;
	background: var(--ez-surface);
}

.content-hero__inner {
	max-width: 52rem;
}

.content-meta {
	margin-top: 1rem;
	color: var(--ez-muted);
	font-size: .875rem;
}

.content-layout {
	padding-block: 5rem 7rem;
}

.entry-featured {
	max-width: 64rem;
	margin: 0 auto 3.5rem;
	overflow: hidden;
	border-radius: var(--ez-radius-lg);
	box-shadow: var(--ez-shadow-soft);
}

.entry-featured img {
	width: 100%;
}

.entry-content,
.post-navigation,
.comments-area {
	max-width: 52rem;
	margin-inline: auto;
}

.entry-content {
	font-size: 1.05rem;
	line-height: 1.75;
}

.entry-content > * {
	margin-block: 0 1.5rem;
}

.entry-content h2,
.entry-content h3 {
	margin-top: 2.4rem;
	line-height: 1.2;
	letter-spacing: -.025em;
}

.entry-content a {
	color: var(--ez-primary);
	text-decoration: underline;
	text-underline-offset: .2em;
}

.entry-content img,
.entry-content .wp-block-image {
	border-radius: var(--ez-radius-md);
}

.alignwide {
	width: min(72rem, calc(100vw - 4rem));
	max-width: none;
	margin-left: 50%;
	translate: -50% 0;
}

.alignfull {
	width: 100vw;
	max-width: none;
	margin-left: 50%;
	translate: -50% 0;
}

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

.news-card__image {
	display: block;
	margin: -1rem -1rem 1.4rem;
	overflow: hidden;
	border-radius: .75rem;
}

.news-card__image img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	transition: transform .5s ease;
}

.news-card:hover .news-card__image img {
	transform: scale(1.025);
}

.post-navigation {
	margin-top: 4rem;
	padding-top: 2rem;
	border-top: 1px solid var(--ez-border);
}

.post-navigation .nav-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

.post-navigation .nav-next {
	text-align: right;
}

.post-navigation a {
	display: block;
}

.nav-subtitle {
	display: block;
	margin-bottom: .4rem;
	color: var(--ez-muted);
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.nav-title {
	font-weight: 700;
	line-height: 1.4;
}

.pagination {
	margin-top: 3rem;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}

.page-numbers {
	display: grid;
	min-width: 2.5rem;
	height: 2.5rem;
	place-items: center;
	padding: 0 .8rem;
	border: 1px solid var(--ez-border);
	border-radius: 999px;
}

.page-numbers.current,
.page-numbers:hover {
	border-color: var(--ez-primary);
	background: var(--ez-primary-soft);
}

.not-found {
	min-height: 65vh;
	padding: 12rem 0 7rem;
	text-align: center;
}

/* Reveal animation */
.js .reveal,
.js .reveal-scale {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .65s cubic-bezier(.22, 1, .36, 1), transform .65s cubic-bezier(.22, 1, .36, 1);
	transition-delay: var(--reveal-delay, 0ms);
}

.js .reveal-scale {
	transform: scale(.96) translateY(24px);
	transition-duration: .8s;
}

.js .reveal.is-visible,
.js .reveal-scale.is-visible {
	opacity: 1;
	transform: none;
}

@media (max-width: 1100px) {
	.site-header__desktop {
		display: none;
	}

	.menu-toggle {
		display: block;
	}
}

@media (min-width: 1101px) {
	.mobile-menu {
		display: none !important;
	}
}

@media (max-width: 900px) {
	.section-pad {
		padding-block: 6rem;
	}

	.feature-grid,
	.industry-grid,
	.news-grid,
	.values-grid,
	.posts-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.solutions__grid,
	.contact__grid {
		grid-template-columns: 1fr;
		gap: 3.5rem;
	}

	.hardware-grid__image {
		min-height: 28rem;
	}

	.about__panel {
		padding: 4.5rem 2.5rem;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.site-footer__legal {
		grid-template-columns: 1fr;
	}

	.site-footer__legal p:last-child {
		text-align: left;
	}
}

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

	.admin-bar .mobile-menu {
		top: calc(var(--ez-header-height) + 46px);
	}
}

@media (max-width: 700px) {
	:root {
		--ez-header-height: 64px;
	}

	.site-shell {
		padding-inline: 1.25rem;
	}

	.section-pad {
		padding-block: 4.75rem;
	}

	.brand {
		height: 2rem;
	}

	.brand__mark {
		width: 2rem;
		height: 2rem;
	}

	.brand__wordmark {
		height: 1.15rem;
	}

	.hero {
		padding-top: 7rem;
	}

	.hero__surface,
	.hero__grid {
		height: 29rem;
	}

	.hero__media-wrap {
		margin-top: 3.5rem;
	}

	.recognition-card {
		display: none;
	}

	.statement {
		padding-top: 6rem;
	}

	.stats-grid,
	.feature-grid,
	.industry-grid,
	.news-grid,
	.values-grid,
	.posts-grid {
		grid-template-columns: 1fr;
	}

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

	.dashboard-frame {
		margin-top: 3rem;
		padding: .4rem;
		border-radius: 1rem;
	}

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

	.hardware-grid__image {
		min-height: 21rem;
	}

	.dark-card {
		min-height: 25rem;
		padding: 2rem;
	}

	.about__panel {
		padding: 3.5rem 1.5rem;
	}

	.origin-badge {
		align-items: flex-start;
		border-radius: .8rem;
		line-height: 1.45;
	}

	.site-footer__navs {
		grid-template-columns: 1fr 1fr;
	}

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

	.contact-form {
		padding: 1.5rem;
	}

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

	.intent-option span {
		padding: .8rem;
	}

	.content-hero {
		padding: 8rem 0 3rem;
	}

	.content-layout {
		padding-block: 4rem 5rem;
	}
}

@media (max-width: 480px) {
	.button-row {
		align-items: stretch;
		flex-direction: column;
	}

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

	.site-footer__navs {
		grid-template-columns: 1fr;
	}

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

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

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}

	.js .reveal,
	.js .reveal-scale {
		opacity: 1;
		transform: none;
	}
}
