:root,
:root[data-theme="dark"] {
	--bg: #050b14;
	--bg-soft: #091523;
	--bg-panel: rgba(8, 19, 34, 0.84);
	--surface: rgba(10, 23, 38, 0.9);
	--surface-strong: rgba(8, 18, 31, 0.96);
	--surface-muted: rgba(126, 231, 255, 0.05);
	--text: #e8f4ff;
	--text-soft: #bfd6e9;
	--muted: #8ca4b8;
	--line: rgba(122, 179, 224, 0.14);
	--line-strong: rgba(126, 231, 255, 0.34);
	--accent: #1fb6ff;
	--accent-strong: #7ee7ff;
	--accent-deep: #0a7cff;
	--accent-text: #7ee7ff;
	--link-color: #7ee7ff;
	--link-underline: rgba(126, 231, 255, 0.4);
	--shadow: 0 24px 80px rgba(0, 10, 28, 0.42);
	--bg-top: #040913;
	--bg-mid: #07101d;
	--bg-bottom: #050b14;
	--bg-glow-1: rgba(126, 231, 255, 0.22);
	--bg-glow-2: rgba(31, 182, 255, 0.18);
	--bg-glow-3: rgba(10, 124, 255, 0.18);
	--grid-line: rgba(255, 255, 255, 0.015);
	--selection-bg: rgba(31, 182, 255, 0.42);
	--selection-text: #04101d;
	--header-bg: rgba(7, 10, 14, 0.72);
	--header-bg-scrolled: rgba(7, 10, 14, 0.9);
	--header-border: rgba(255, 255, 255, 0.06);
	--header-border-scrolled: rgba(126, 231, 255, 0.18);
	--menu-hover-bg: rgba(255, 255, 255, 0.03);
	--menu-mobile-bg: rgba(10, 14, 19, 0.96);
	--menu-mobile-border: rgba(255, 255, 255, 0.08);
	--secondary-btn-border: rgba(255, 255, 255, 0.12);
	--secondary-btn-bg: rgba(255, 255, 255, 0.03);
	--secondary-btn-bg-hover: rgba(255, 255, 255, 0.06);
	--section-alt-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0.015));
	--panel-top: rgba(255, 255, 255, 0.04);
	--panel-bottom: rgba(255, 255, 255, 0.02);
	--panel-accent: rgba(31, 182, 255, 0.12);
	--caption-bg: rgba(5, 16, 29, 0.74);
	--caption-border: rgba(255, 255, 255, 0.08);
	--metric-bg: rgba(126, 231, 255, 0.06);
	--metric-border: rgba(126, 231, 255, 0.12);
	--tag-bg: rgba(126, 231, 255, 0.08);
	--tag-border: rgba(126, 231, 255, 0.14);
	--item-bg: rgba(255, 255, 255, 0.03);
	--item-border: rgba(255, 255, 255, 0.06);
	--footer-bg: rgba(0, 0, 0, 0.2);
	--footer-divider: rgba(255, 255, 255, 0.06);
	--top-accent-core: rgba(126, 231, 255, 0.78);
	--top-accent-mid: rgba(126, 231, 255, 0.36);
	--top-accent-end: rgba(126, 231, 255, 0.14);
	--radius-sm: 16px;
	--radius-lg: 26px;
	--maxw: 1180px;
	--font-sans: "Avenir Next", "Segoe UI Variable", "Segoe UI", "Helvetica Neue", sans-serif;
	--font-display: "Avenir Next Condensed", "Avenir Next", "Segoe UI Variable Display", "Helvetica Neue", sans-serif;
	color-scheme: dark;
}

:root[data-theme="light"] {
	--bg: #eaf2f9;
	--bg-soft: #f5f9fd;
	--bg-panel: rgba(255, 255, 255, 0.88);
	--surface: rgba(255, 255, 255, 0.86);
	--surface-strong: rgba(255, 255, 255, 0.95);
	--surface-muted: rgba(31, 182, 255, 0.08);
	--text: #0e1f31;
	--text-soft: #29445f;
	--muted: #617b93;
	--accent-text: #1575af;
	--link-color: #136b9f;
	--link-underline: rgba(19, 107, 159, 0.34);
	--line: rgba(14, 51, 87, 0.12);
	--line-strong: rgba(31, 182, 255, 0.26);
	--shadow: 0 24px 80px rgba(20, 48, 78, 0.15);
	--bg-top: #f8fbff;
	--bg-mid: #edf4fb;
	--bg-bottom: #e6eef6;
	--bg-glow-1: rgba(126, 231, 255, 0.34);
	--bg-glow-2: rgba(31, 182, 255, 0.18);
	--bg-glow-3: rgba(10, 124, 255, 0.1);
	--grid-line: rgba(14, 51, 87, 0.045);
	--selection-bg: rgba(31, 182, 255, 0.22);
	--selection-text: #07101d;
	--header-bg: rgba(245, 249, 255, 0.78);
	--header-bg-scrolled: rgba(248, 251, 255, 0.96);
	--header-border: rgba(14, 51, 87, 0.08);
	--header-border-scrolled: rgba(31, 182, 255, 0.2);
	--menu-hover-bg: rgba(31, 182, 255, 0.08);
	--menu-mobile-bg: rgba(248, 251, 255, 0.96);
	--menu-mobile-border: rgba(14, 51, 87, 0.12);
	--secondary-btn-border: rgba(14, 51, 87, 0.12);
	--secondary-btn-bg: rgba(255, 255, 255, 0.66);
	--secondary-btn-bg-hover: rgba(255, 255, 255, 0.86);
	--section-alt-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.28));
	--panel-top: rgba(255, 255, 255, 0.84);
	--panel-bottom: rgba(255, 255, 255, 0.66);
	--panel-accent: rgba(31, 182, 255, 0.12);
	--caption-bg: rgba(255, 255, 255, 0.78);
	--caption-border: rgba(14, 51, 87, 0.08);
	--metric-bg: rgba(31, 182, 255, 0.08);
	--metric-border: rgba(31, 182, 255, 0.12);
	--tag-bg: rgba(31, 182, 255, 0.08);
	--tag-border: rgba(31, 182, 255, 0.12);
	--item-bg: rgba(255, 255, 255, 0.58);
	--item-border: rgba(14, 51, 87, 0.08);
	--footer-bg: rgba(255, 255, 255, 0.28);
	--footer-divider: rgba(14, 51, 87, 0.08);
	--top-accent-core: rgba(31, 182, 255, 0.72);
	--top-accent-mid: rgba(31, 182, 255, 0.28);
	--top-accent-end: rgba(31, 182, 255, 0.08);
	color-scheme: light;
}

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

html {
	scroll-behavior: smooth;
	background: var(--bg);
}

body {
	position: relative;
	margin: 0;
	font-family: var(--font-sans);
	color: var(--text);
	background:
		radial-gradient(circle at 82% 10%, var(--bg-glow-1), transparent 22%),
		radial-gradient(circle at 14% 18%, var(--bg-glow-2), transparent 26%),
		radial-gradient(circle at 50% 100%, var(--bg-glow-3), transparent 32%),
		linear-gradient(180deg, var(--bg-top) 0%, var(--bg-mid) 42%, var(--bg-bottom) 100%);
	line-height: 1.68;
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(var(--grid-line) 1px, transparent 1px),
		linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 88%);
	pointer-events: none;
}

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

a {
	color: inherit;
	text-decoration: none;
	transition: color 0.24s ease, border-color 0.24s ease, background-color 0.24s ease, transform 0.24s ease, opacity 0.24s ease;
}

a:hover {
	color: var(--text);
}

[id] {
	scroll-margin-top: 110px;
}

::selection {
	background: var(--selection-bg);
	color: var(--selection-text);
}

.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;
}

.screen-reader-text:focus {
	clip: auto;
	width: auto;
	height: auto;
	margin: 16px;
	padding: 12px 16px;
	background: #fff;
	color: #000;
	z-index: 1000;
}

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

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	border-bottom: 1px solid var(--header-border);
	background: var(--header-bg);
	backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
	background: var(--header-bg-scrolled);
	border-bottom-color: var(--header-border-scrolled);
}

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

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 84px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
}

.brand-logo {
	width: 42px;
	height: 42px;
	flex: 0 0 auto;
}

.brand-lockup {
	display: grid;
	gap: 2px;
}

.brand-text {
	font-size: 0.98rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.brand-subtitle {
	font-size: 0.72rem;
	color: var(--muted);
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.nav-toggle {
	display: none;
	align-items: center;
	gap: 12px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--text);
	font: inherit;
	cursor: pointer;
}

.nav-toggle-label {
	font-size: 0.84rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.nav-toggle-icon,
.nav-toggle-icon::before,
.nav-toggle-icon::after {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transition: transform 0.24s ease, opacity 0.24s ease;
}

.nav-toggle-icon {
	position: relative;
}

.nav-toggle-icon::before,
.nav-toggle-icon::after {
	content: "";
	position: absolute;
	left: 0;
}

.nav-toggle-icon::before {
	top: -6px;
}

.nav-toggle-icon::after {
	top: 6px;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon {
	background: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon::before {
	transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon::after {
	transform: translateY(-6px) rotate(-45deg);
}

.site-nav {
	display: flex;
	align-items: center;
	gap: 12px;
}

.site-nav .menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 14px;
}

.site-nav .menu-item {
	margin: 0;
}

.site-nav .menu a {
	display: inline-flex;
	align-items: center;
	padding: 10px 14px;
	border: 1px solid transparent;
	border-radius: 999px;
	color: var(--muted);
	font-size: 0.94rem;
}

.site-nav .menu a:hover,
.site-nav .current-menu-item > a,
.site-nav .current_page_item > a {
	color: var(--text);
	border-color: var(--line-strong);
	background: var(--menu-hover-bg);
}

.theme-switcher {
	position: relative;
	flex: 0 0 auto;
}

.theme-switcher__toggle,
.theme-switcher__option {
	font: inherit;
}

.theme-switcher__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid var(--secondary-btn-border);
	border-radius: 50%;
	background: var(--secondary-btn-bg);
	color: var(--text);
	cursor: pointer;
	transition: border-color 0.24s ease, background-color 0.24s ease, transform 0.24s ease;
}

.theme-switcher__toggle:hover {
	border-color: var(--line-strong);
	background: var(--secondary-btn-bg-hover);
}

.theme-switcher__toggle:focus-visible,
.theme-switcher__option:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 3px;
}

.theme-switcher__toggle-icon,
.theme-switcher__option-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.theme-switcher__toggle-icon svg,
.theme-switcher__option-icon svg {
	width: 16px;
	height: 16px;
}

.theme-switcher__toggle-icon {
	color: var(--accent-text);
}

.theme-switcher__menu {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	display: grid;
	gap: 6px;
	min-width: 208px;
	padding: 10px;
	border: 1px solid var(--menu-mobile-border);
	border-radius: 20px;
	background:
		linear-gradient(180deg, var(--panel-top), var(--panel-bottom)),
		linear-gradient(135deg, var(--panel-accent), transparent 42%);
	box-shadow: var(--shadow);
	backdrop-filter: blur(18px);
}

.theme-switcher__menu[hidden] {
	display: none;
}

.theme-switcher__option {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid transparent;
	border-radius: 14px;
	background: transparent;
	color: var(--muted);
	cursor: pointer;
	text-align: left;
}

.theme-switcher__option:hover,
.theme-switcher__option.is-active {
	color: var(--text);
	border-color: var(--line);
	background: var(--menu-hover-bg);
}

.theme-switcher__option.is-active .theme-switcher__option-icon {
	color: var(--accent-text);
}

.theme-switcher__option-label {
	white-space: nowrap;
}

.site-main {
	overflow: clip;
}

.section {
	padding: 88px 0;
}

.section-alt {
	position: relative;
	background: var(--section-alt-bg);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.hero {
	padding: 104px 0 84px;
}

.hero-grid,
.page-layout,
.intro-grid,
.contact-panel,
.footer-grid {
	display: grid;
	gap: 28px;
}

.hero-grid {
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	align-items: stretch;
}

.focus-grid {
	display: grid;
	gap: 24px;
}

.eyebrow,
.section-kicker {
	display: inline-block;
	margin-bottom: 16px;
	color: var(--accent-text);
	font-size: 0.74rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.hero h1,
.page-hero h1,
.section-heading h1,
.section-heading h2,
.footer-brand h2,
.aside-card h2 {
	margin: 0;
	font-family: var(--font-display);
	font-weight: 600;
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.hero h1 {
	max-width: 14ch;
	font-size: clamp(3rem, 7vw, 6rem);
}

.hero-text,
.page-intro {
	max-width: 42rem;
	margin: 24px 0 0;
	color: var(--text-soft);
	font-size: 1.08rem;
}

.hero-actions,
.contact-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-top: 32px;
}

.button-primary,
.button-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 22px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.95rem;
}

.button-primary {
	background: linear-gradient(180deg, var(--accent-strong), var(--accent));
	color: #04111f;
	box-shadow: var(--shadow);
}

.button-primary:hover {
	transform: translateY(-1px);
	color: #030d17;
}

.button-secondary {
	border: 1px solid var(--secondary-btn-border);
	background: var(--secondary-btn-bg);
	color: var(--text);
}

.button-secondary:hover {
	border-color: var(--line-strong);
	background: var(--secondary-btn-bg-hover);
}

.button-block {
	width: 100%;
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--link-color);
	font-weight: 600;
}

.text-link:hover {
	color: var(--text);
}

.hero-points,
.bullet-list {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.hero-points li,
.bullet-list li {
	position: relative;
	padding-left: 22px;
	color: var(--muted);
}

.hero-points li + li,
.bullet-list li + li {
	margin-top: 14px;
}

.hero-points li::before,
.bullet-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.68em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(180deg, var(--accent-strong), var(--accent));
	box-shadow: 0 0 0 6px rgba(31, 182, 255, 0.12);
}

.hero-media,
.hero-panel,
.statement-card,
.card,
.benefit,
.contact-panel,
.aside-card,
.archive-entry,
.focus-card {
	position: relative;
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	background: linear-gradient(180deg, var(--panel-top), var(--panel-bottom));
	box-shadow: var(--shadow);
}

.hero-media,
.hero-panel,
.statement-card,
.contact-panel,
.aside-card,
.focus-card {
	background:
		linear-gradient(180deg, var(--panel-top), var(--panel-bottom)),
		linear-gradient(135deg, var(--panel-accent), transparent 38%);
}

.hero-panel {
	padding: 34px;
}

.hero-media {
	padding: 18px;
	overflow: hidden;
}

.hero-visual {
	width: 100%;
	min-height: 100%;
	border-radius: calc(var(--radius-lg) - 8px);
	object-fit: cover;
	aspect-ratio: 4 / 5;
}

.hero-visual-caption {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 26px;
	padding: 20px 22px;
	border: 1px solid var(--caption-border);
	border-radius: 20px;
	background: var(--caption-bg);
	backdrop-filter: blur(18px);
}

.hero-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.hero-metric {
	padding: 14px 12px;
	border-radius: 16px;
	background: var(--metric-bg);
	border: 1px solid var(--metric-border);
}

.hero-metric span {
	display: block;
	margin-bottom: 4px;
	color: var(--muted);
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hero-metric strong {
	display: block;
	font-size: 1rem;
}

.hero-panel h2 {
	font-size: clamp(1.8rem, 4vw, 2.6rem);
	margin-bottom: 18px;
}

.hero-panel p,
.signal span,
.card p,
.benefit p,
.contact-copy p,
.contact-item span,
.statement-card p,
.aside-card p,
.prose p,
.prose li,
.archive-entry p,
.footer-brand p,
.footer-bottom p {
	color: var(--muted);
}

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

.signal {
	padding: 16px 18px;
	border-radius: var(--radius-sm);
	background: var(--surface-muted);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.signal strong {
	display: block;
	margin-bottom: 6px;
	color: var(--text);
}

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

.section-heading-split {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 22px;
}

.section-heading h1,
.section-heading h2,
.page-hero h1,
.footer-brand h2,
.aside-card h2 {
	font-size: clamp(2rem, 4.8vw, 3.75rem);
}

.content-narrow,
.prose {
	max-width: 780px;
}

.intro-grid {
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	align-items: start;
}

.statement-card {
	padding: 30px;
}

.focus-card {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: stretch;
	overflow: hidden;
}

.feature-media {
	position: relative;
	min-height: 100%;
	padding: 18px;
}

.feature-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: calc(var(--radius-lg) - 8px);
	aspect-ratio: 4 / 3;
}

.feature-copy {
	padding: 30px 30px 32px 6px;
}

.feature-copy h3 {
	margin: 0 0 12px;
	font-size: clamp(1.5rem, 3vw, 2.15rem);
	font-family: var(--font-display);
	line-height: 1.06;
	letter-spacing: -0.03em;
}

.feature-copy p {
	color: var(--muted);
}

.tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.tag {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	border-radius: 999px;
	background: var(--tag-bg);
	border: 1px solid var(--tag-border);
	color: var(--text-soft);
	font-size: 0.82rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.statement-card h3,
.card h3,
.process-step h3,
.archive-entry h2,
.footer-links h3 {
	margin: 0 0 12px;
	font-size: 1.2rem;
}

.card-grid,
.benefit-grid,
.process-grid {
	display: grid;
	gap: 22px;
}

.card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-matrix {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.process-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card,
.benefit,
.process-step {
	padding: 28px;
}

.service-card::before,
.statement-card::before,
.benefit::before,
.process-step::before,
.aside-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 24px;
	right: 20px;
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent 0,
		var(--top-accent-mid) 7%,
		var(--top-accent-core) 16%,
		var(--top-accent-mid) 60%,
		var(--top-accent-end) 82%,
		transparent 100%
	);
	pointer-events: none;
}

.benefit strong {
	display: block;
	margin-bottom: 10px;
	font-size: 1.12rem;
}

.process-step {
	border-radius: var(--radius-lg);
	background: var(--surface);
	border: 1px solid var(--line);
	box-shadow: var(--shadow);
}

.step-index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: rgba(31, 182, 255, 0.12);
	border: 1px solid var(--line-strong);
	color: var(--accent-text);
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.contact-panel {
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	padding: 38px;
}

.contact-list {
	display: grid;
	gap: 16px;
	align-content: start;
}

.contact-item {
	padding: 18px 20px;
	border-radius: var(--radius-sm);
	border: 1px solid var(--item-border);
	background: var(--item-bg);
}

.contact-item span {
	display: block;
	margin-bottom: 6px;
	font-size: 0.84rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.contact-item a,
.contact-item strong,
.footer-links a {
	color: var(--text);
}

.contact-item a:hover,
.footer-links a:hover,
.legal-links a:hover,
.aside-meta a:hover,
.prose a:hover {
	color: var(--link-color);
}

.page-hero {
	padding: 84px 0 28px;
}

.page-hero-services {
	padding-bottom: 18px;
}

.page-hero-inner {
	max-width: 820px;
}

.page-section {
	padding-top: 36px;
}

.page-layout {
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
	align-items: start;
}

.page-layout--single {
	grid-template-columns: minmax(0, 1fr);
}

.page-aside {
	position: sticky;
	top: 112px;
}

.page-feature {
	margin: 0 0 30px;
	padding: 12px;
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	background:
		linear-gradient(180deg, var(--panel-top), var(--panel-bottom)),
		linear-gradient(135deg, var(--panel-accent), transparent 38%);
	box-shadow: var(--shadow);
}

.page-feature img {
	width: 100%;
	border-radius: calc(var(--radius-lg) - 10px);
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.aside-card {
	padding: 30px;
}

.aside-meta {
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

.aside-meta a {
	color: var(--text-soft);
}

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

.prose > :last-child {
	margin-bottom: 0;
}

.prose h2,
.prose h3 {
	margin-top: 1.8em;
	margin-bottom: 0.7em;
	font-family: var(--font-display);
	line-height: 1.12;
}

.prose ul,
.prose ol {
	padding-left: 1.35rem;
}

.prose a {
	color: var(--link-color);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-decoration-color: var(--link-underline);
	text-underline-offset: 0.2em;
}

.archive-list {
	display: grid;
	gap: 18px;
}

.archive-entry {
	padding: 26px 28px;
}

.archive-entry h2 a {
	color: var(--text);
}

.site-footer {
	margin-top: 24px;
	padding: 36px 0 22px;
	border-top: 1px solid var(--line);
	background: var(--footer-bg);
}

.footer-grid {
	grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(180px, 0.55fr));
	align-items: start;
}

.footer-brand {
	max-width: 520px;
}

.footer-brand h2 {
	margin-bottom: 16px;
	font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.footer-links {
	display: grid;
	gap: 10px;
}

.footer-links h3 {
	margin-bottom: 6px;
	color: var(--text-soft);
	font-size: 0.92rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-top: 28px;
	margin-top: 28px;
	border-top: 1px solid var(--footer-divider);
}

.legal-links {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.legal-links a {
	color: var(--text-soft);
	font-size: 0.95rem;
}

@media (max-width: 1100px) {
	.service-matrix {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

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

@media (max-width: 980px) {
	.hero-grid,
	.focus-grid,
	.intro-grid,
	.card-grid,
	.benefit-grid,
	.contact-panel,
	.page-layout,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.focus-card {
		grid-template-columns: 1fr;
	}

	.feature-copy {
		padding: 6px 24px 26px;
	}

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

	.page-aside {
		position: static;
	}

	.nav-toggle {
		display: inline-flex;
	}

	.site-nav {
		position: absolute;
		top: calc(100% + 1px);
		left: 20px;
		right: 20px;
		display: grid;
		gap: 12px;
		padding: 18px;
		border: 1px solid var(--menu-mobile-border);
		border-radius: 24px;
		background: var(--menu-mobile-bg);
		box-shadow: var(--shadow);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-8px);
		transition: opacity 0.24s ease, transform 0.24s ease;
	}

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

	.site-nav .menu {
		display: grid;
		gap: 10px;
	}

	.site-nav .menu a {
		width: 100%;
		justify-content: space-between;
		padding: 12px 14px;
	}

	.theme-switcher {
		align-self: flex-start;
	}

	.theme-switcher__toggle {
		width: 46px;
	}

	.theme-switcher__menu {
		left: 0;
		right: auto;
		min-width: 208px;
	}
}

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

@media (max-width: 720px) {
	.container {
		width: min(var(--maxw), calc(100% - 28px));
	}

	.header-inner {
		min-height: 76px;
	}

	.hero {
		padding-top: 82px;
	}

	.section,
	.site-footer {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.hero-panel,
	.hero-media,
	.statement-card,
	.card,
	.benefit,
	.process-step,
	.contact-panel,
	.aside-card,
	.archive-entry,
	.focus-card {
		padding: 24px;
	}

	.hero-visual-caption {
		position: static;
		margin-top: 16px;
	}

	.feature-media {
		padding: 0;
	}

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

	.service-matrix {
		grid-template-columns: 1fr;
	}

	.section-heading-split,
	.footer-bottom {
		display: grid;
		justify-content: initial;
	}

	.contact-actions,
	.hero-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.button-primary,
	.button-secondary {
		width: 100%;
	}
}

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

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