/*
Theme Name: Psihoconic
Theme URI: https://psihoconic.ro
Author: Psihoconic
Description: Temă personalizată, caldă și accesibilă, pentru un cabinet de psihologie și psihoterapie specializat în sprijinul copiilor cu autism. Design calm, responsive, optimizat SEO și pentru viteză.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: psihoconic
Tags: custom-colors, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, accessibility-ready
*/

/* =========================================================
   Fonturi (găzduite local — fără apeluri externe, conform GDPR)
   ========================================================= */
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url('assets/fonts/nunito-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url('assets/fonts/nunito-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* =========================================================
   Tokeni de design (paletă caldă, calmă, accesibilă AA)
   ========================================================= */
:root {
	--bg:            #FBF8F3; /* crem cald */
	--surface:       #FFFFFF;
	--surface-alt:   #F2ECE1; /* nisip moale */
	--surface-tint:  #E7F0EC; /* verde-mentă foarte deschis */

	--primary:       #2E7D6B; /* verde salvie profund (butoane, linkuri) */
	--primary-dark:  #235E50; /* hover */
	--primary-soft:  #DCEDE7;

	--accent:        #E08A5D; /* caisă caldă (decorativ, accente) */
	--accent-soft:   #F7E2D4;

	--ink:           #233029; /* text principal */
	--ink-soft:      #4F5E57; /* text secundar */
	--line:          #E5DDD0; /* borduri */
	--focus:         #1457B0; /* inel de focus, contrast ridicat */

	--radius-sm: 10px;
	--radius:    16px;
	--radius-lg: 28px;
	--shadow-sm: 0 2px 8px rgba(35, 48, 41, 0.06);
	--shadow:    0 12px 30px rgba(35, 48, 41, 0.10);
	--shadow-lg: 0 24px 60px rgba(35, 48, 41, 0.12);

	--font: 'Nunito', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	--maxw: 1160px;
	--gap: clamp(1rem, 3vw, 2rem);
	--section-y: clamp(3.5rem, 8vw, 6.5rem);
}

/* =========================================================
   Reset minimal
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}

body {
	font-family: var(--font);
	font-size: clamp(1rem, 0.96rem + 0.2vw, 1.075rem);
	line-height: 1.7;
	color: var(--ink);
	background: var(--bg);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

img, picture, svg, video { display: block; max-width: 100%; height: auto; }
img { border-radius: inherit; }

a { color: var(--primary-dark); text-underline-offset: 0.18em; }
a:hover { color: var(--primary); }

h1, h2, h3, h4 { line-height: 1.18; font-weight: 800; color: var(--ink); letter-spacing: -0.01em; }
h1 { font-size: clamp(2.1rem, 1.5rem + 3vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 1.25rem + 2vw, 2.5rem); }
h3 { font-size: clamp(1.25rem, 1.05rem + 0.9vw, 1.6rem); }
p { color: var(--ink-soft); }
strong { color: var(--ink); }

ul, ol { padding-left: 1.25rem; }

/* =========================================================
   Accesibilitate
   ========================================================= */
.skip-link {
	position: absolute;
	left: 8px; top: -60px;
	z-index: 1000;
	background: var(--primary-dark);
	color: #fff;
	padding: 0.7rem 1.1rem;
	border-radius: var(--radius-sm);
	font-weight: 700;
	transition: top 0.2s ease;
}
.skip-link:focus { top: 8px; color: #fff; }

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

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

/* =========================================================
   Layout
   ========================================================= */
.container { width: min(100% - 2.5rem, var(--maxw)); margin-inline: auto; }
.section { padding-block: var(--section-y); }
.section--alt { background: var(--surface-alt); }
.section--tint { background: var(--surface-tint); }

.section-head { max-width: 46rem; margin-bottom: clamp(2rem, 5vw, 3rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.eyebrow {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--primary);
	background: var(--primary-soft);
	padding: 0.35rem 0.8rem;
	border-radius: 999px;
	margin-bottom: 0.9rem;
}
.section-head p { margin-top: 0.8rem; font-size: 1.1rem; }

.grid { display: grid; gap: clamp(1.1rem, 2.5vw, 1.8rem); }
@media (min-width: 640px) { .grid--2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) {
	.grid--3 { grid-template-columns: repeat(3, 1fr); }
	.grid--4 { grid-template-columns: repeat(4, 1fr); }
}

/* =========================================================
   Butoane
   ========================================================= */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.2;
	padding: 0.9rem 1.6rem;
	border-radius: 999px;
	border: 2px solid transparent;
	cursor: pointer;
	text-decoration: none;
	transition: transform 0.15s ease, background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
	min-height: 48px;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--primary { background: var(--primary); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--primary-dark); color: #fff; box-shadow: var(--shadow); }
.btn--ghost { background: transparent; color: var(--primary-dark); border-color: var(--primary); }
.btn--ghost:hover { background: var(--primary-soft); color: var(--primary-dark); }
.btn--white { background: #fff; color: var(--primary-dark); }
.btn--white:hover { background: #fff; color: var(--primary-dark); box-shadow: var(--shadow); }
.btn--lg { padding: 1.05rem 2rem; font-size: 1.075rem; }

/* =========================================================
   Antet / Navigație
   ========================================================= */
.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(251, 248, 243, 0.9);
	backdrop-filter: saturate(140%) blur(10px);
	border-bottom: 1px solid var(--line);
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 76px;
}
.site-brand { display: inline-flex; align-items: center; gap: 0.65rem; text-decoration: none; color: var(--ink); font-weight: 800; }
.site-brand img { max-height: 48px; width: auto; }
.site-brand .brand-mark {
	display: grid; place-items: center;
	width: 42px; height: 42px;
	background: var(--primary); color: #fff;
	border-radius: 12px; font-size: 1.2rem; font-weight: 800;
}
.site-brand .brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.site-brand .brand-text b { font-size: 1.2rem; letter-spacing: -0.01em; }
.site-brand .brand-text span { font-size: 0.72rem; font-weight: 600; color: var(--ink-soft); letter-spacing: 0.02em; }

.primary-nav { display: flex; align-items: center; gap: 0.4rem; }
.primary-nav ul { list-style: none; display: flex; align-items: center; gap: 0.25rem; padding: 0; margin: 0; }
.primary-nav a {
	display: inline-block;
	padding: 0.6rem 0.85rem;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 700;
	color: var(--ink);
}
.primary-nav a:hover { background: var(--primary-soft); color: var(--primary-dark); }
.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a { color: var(--primary-dark); background: var(--primary-soft); }

.header-actions { display: flex; align-items: center; gap: 0.75rem; }
.nav-cta { display: none; } /* vizibil doar în meniul mobil */

.nav-toggle {
	display: none;
	align-items: center; justify-content: center;
	width: 48px; height: 48px;
	background: var(--surface); border: 1px solid var(--line);
	border-radius: 12px; cursor: pointer;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
	content: ''; display: block; width: 22px; height: 2.5px;
	background: var(--ink); border-radius: 2px; transition: transform 0.25s ease, opacity 0.2s ease;
}
.nav-toggle span::before { transform: translateY(-7px); }
.nav-toggle span::after { transform: translateY(4.5px); }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { transform: rotate(-45deg) translateY(-1.7px); }

@media (max-width: 860px) {
	.nav-toggle { display: inline-flex; }
	.header-actions .btn { display: none; }
	.primary-nav {
		position: fixed;
		inset: 76px 0 auto 0;
		flex-direction: column;
		align-items: stretch;
		background: var(--surface);
		border-bottom: 1px solid var(--line);
		box-shadow: var(--shadow);
		padding: 0.75rem;
		gap: 0.25rem;
		max-height: calc(100dvh - 76px);
		overflow-y: auto;
		transform: translateY(-12px);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
	}
	.primary-nav[data-open="true"] { transform: translateY(0); opacity: 1; visibility: visible; }
	.primary-nav ul { flex-direction: column; align-items: stretch; gap: 0.15rem; width: 100%; }
	.primary-nav a { padding: 0.85rem 1rem; font-size: 1.05rem; }
	.primary-nav .btn { display: inline-flex; margin-top: 0.5rem; }
}

/* =========================================================
   Hero
   ========================================================= */
.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--surface-tint) 0%, var(--bg) 100%); }
.hero::before {
	content: ''; position: absolute; top: -20%; right: -10%;
	width: 520px; height: 520px;
	background: radial-gradient(circle at center, rgba(224,138,93,0.18), transparent 70%);
	border-radius: 50%; pointer-events: none;
}
.hero-inner {
	display: grid; gap: clamp(2rem, 5vw, 3.5rem);
	align-items: center;
	padding-block: clamp(3rem, 7vw, 5.5rem);
}
@media (min-width: 900px) { .hero-inner { grid-template-columns: 1.05fr 0.95fr; } }
.hero-content { max-width: 38rem; }
.hero h1 { margin-bottom: 1.1rem; }
.hero .lead { font-size: clamp(1.1rem, 1rem + 0.5vw, 1.3rem); color: var(--ink-soft); margin-bottom: 1.8rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.9rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 1.2rem 1.6rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.hero-trust div { display: flex; align-items: center; gap: 0.55rem; font-weight: 700; color: var(--ink); font-size: 0.95rem; }
.hero-trust svg { flex: none; color: var(--primary); }

.hero-media { position: relative; }
.hero-media img, .hero-media .media-ph {
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-lg);
	width: 100%;
	aspect-ratio: 4 / 3.4;
	object-fit: cover;
}
.hero-badge {
	position: absolute; bottom: -18px; left: -18px;
	background: var(--surface); border-radius: var(--radius);
	box-shadow: var(--shadow); padding: 0.9rem 1.1rem;
	display: flex; align-items: center; gap: 0.7rem; max-width: 16rem;
}
.hero-badge .icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--accent-soft); color: var(--accent); flex: none; }
.hero-badge b { display: block; font-size: 0.95rem; }
.hero-badge span { font-size: 0.82rem; color: var(--ink-soft); }

/* Imagine substituent (placeholder) */
.media-ph { display: grid; place-items: center; background: linear-gradient(135deg, var(--primary-soft), var(--accent-soft)); color: var(--primary-dark); }
.media-ph svg { width: 38%; height: auto; opacity: 0.55; }

/* =========================================================
   Carduri (servicii, valori)
   ========================================================= */
.card {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: clamp(1.3rem, 3vw, 1.9rem);
	box-shadow: var(--shadow-sm);
	transition: transform 0.18s ease, box-shadow 0.2s ease, border-color 0.2s ease;
	height: 100%;
	display: flex; flex-direction: column;
}
a.card, .card a.card-link { text-decoration: none; color: inherit; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--primary-soft); }
.card .card-icon {
	display: grid; place-items: center;
	width: 56px; height: 56px;
	border-radius: 16px;
	background: var(--primary-soft); color: var(--primary-dark);
	margin-bottom: 1.1rem;
}
.card .card-icon svg { width: 28px; height: 28px; }
.card h3 { margin-bottom: 0.6rem; }
.card p { margin-bottom: 1rem; }
.card .card-more { margin-top: auto; font-weight: 800; color: var(--primary-dark); text-decoration: none; display: inline-flex; align-items: center; gap: 0.35rem; }
.card .card-more::after { content: '→'; transition: transform 0.2s ease; }
.card:hover .card-more::after { transform: translateX(4px); }
.card-thumb { border-radius: var(--radius-sm); aspect-ratio: 16/10; object-fit: cover; margin-bottom: 1.1rem; }

/* =========================================================
   Echipă
   ========================================================= */
.team-card { text-align: center; }
.team-card .photo, .team-card .media-ph {
	width: 132px; height: 132px;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto 1rem;
	box-shadow: var(--shadow-sm);
	border: 4px solid var(--surface);
}
.team-card .media-ph { aspect-ratio: 1; font-size: 2rem; font-weight: 800; }
.team-card h3 { margin-bottom: 0.2rem; }
.team-card .role { color: var(--primary-dark); font-weight: 800; font-size: 0.95rem; }
.team-card .creds { color: var(--ink-soft); font-size: 0.88rem; margin-top: 0.3rem; }
.team-card .bio { margin-top: 0.8rem; font-size: 0.96rem; }

/* =========================================================
   Listă cu „checkmark" / pași
   ========================================================= */
.check-list { list-style: none; padding: 0; display: grid; gap: 0.85rem; }
.check-list li { display: flex; gap: 0.7rem; align-items: flex-start; color: var(--ink); }
.check-list li svg { flex: none; color: var(--primary); margin-top: 0.2rem; }

.steps { counter-reset: step; display: grid; gap: 1.2rem; }
.steps li { list-style: none; display: flex; gap: 1rem; align-items: flex-start; }
.steps li::before {
	counter-increment: step; content: counter(step);
	flex: none; width: 44px; height: 44px; border-radius: 50%;
	background: var(--primary); color: #fff; font-weight: 800;
	display: grid; place-items: center;
}
.steps li h3 { margin-bottom: 0.25rem; }

/* =========================================================
   Bandă CTA
   ========================================================= */
.cta-band { background: linear-gradient(135deg, var(--primary-dark), var(--primary)); color: #fff; border-radius: var(--radius-lg); padding: clamp(2.2rem, 5vw, 3.5rem); text-align: center; box-shadow: var(--shadow); }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,0.92); max-width: 40rem; margin: 0.8rem auto 1.6rem; font-size: 1.1rem; }
.cta-band .hero-cta { justify-content: center; }

/* =========================================================
   Conținut text (pagini / articole)
   ========================================================= */
.entry-content { max-width: 46rem; }
.entry-content > * + * { margin-top: 1.1rem; }
.entry-content h2 { margin-top: 2.2rem; }
.entry-content h3 { margin-top: 1.6rem; }
.entry-content ul, .entry-content ol { color: var(--ink-soft); }
.entry-content li { margin-top: 0.4rem; }
.entry-content blockquote {
	border-left: 4px solid var(--primary);
	background: var(--surface-tint);
	padding: 1rem 1.3rem; border-radius: var(--radius-sm);
	font-style: italic; color: var(--ink);
}
.entry-content img { border-radius: var(--radius); box-shadow: var(--shadow-sm); }

.page-hero { background: var(--surface-tint); padding-block: clamp(2.5rem, 6vw, 4rem); }
.breadcrumbs { font-size: 0.85rem; color: var(--ink-soft); margin-bottom: 0.7rem; }
.breadcrumbs a { color: var(--primary-dark); text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.page-hero h1 { max-width: 50rem; }
.page-hero .lead { max-width: 46rem; margin-top: 0.8rem; font-size: 1.15rem; color: var(--ink-soft); }

/* =========================================================
   Contact
   ========================================================= */
.contact-grid { display: grid; gap: clamp(1.5rem, 4vw, 3rem); }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 0.85fr 1.15fr; align-items: start; } }
.contact-info { display: grid; gap: 1.1rem; }
.contact-item { display: flex; gap: 0.9rem; align-items: flex-start; }
.contact-item .icon { flex: none; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: var(--primary-soft); color: var(--primary-dark); }
.contact-item b { display: block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-soft); }
.contact-item a, .contact-item p { color: var(--ink); font-weight: 700; text-decoration: none; font-size: 1.05rem; }
.contact-item a:hover { color: var(--primary-dark); }
.contact-socials { display: flex; gap: 0.6rem; margin-top: 0.4rem; }
.contact-socials a { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--surface); border: 1px solid var(--line); color: var(--primary-dark); }
.contact-socials a:hover { background: var(--primary-soft); }

.map-embed { margin-top: 1.5rem; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.map-embed iframe { display: block; width: 100%; height: 320px; border: 0; }

/* =========================================================
   Formular
   ========================================================= */
.form-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.4rem, 4vw, 2.4rem); box-shadow: var(--shadow-sm); }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-weight: 700; margin-bottom: 0.4rem; color: var(--ink); }
.field .req { color: var(--accent); }
.field input, .field textarea, .field select {
	width: 100%;
	font-family: inherit; font-size: 1rem;
	color: var(--ink);
	padding: 0.8rem 0.95rem;
	background: var(--bg);
	border: 1.5px solid var(--line);
	border-radius: var(--radius-sm);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.field input:focus, .field textarea:focus, .field select:focus {
	outline: none;
	border-color: var(--primary);
	box-shadow: 0 0 0 3px var(--primary-soft);
}
.field textarea { min-height: 140px; resize: vertical; }
.field-row { display: grid; gap: 0 1rem; }
@media (min-width: 560px) { .field-row { grid-template-columns: 1fr 1fr; } }
.field .hint { font-size: 0.85rem; color: var(--ink-soft); margin-top: 0.3rem; }
.honeypot { position: absolute !important; left: -9999px; height: 0; overflow: hidden; }
.form-consent { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.9rem; color: var(--ink-soft); }
.form-consent input { width: auto; margin-top: 0.25rem; flex: none; }
.form-note { font-size: 0.85rem; color: var(--ink-soft); margin-top: 1rem; }

.form-message { padding: 0.9rem 1.1rem; border-radius: var(--radius-sm); margin-bottom: 1.2rem; font-weight: 700; }
.form-message--ok { background: var(--primary-soft); color: var(--primary-dark); border: 1px solid var(--primary); }
.form-message--error { background: var(--accent-soft); color: #8a3d12; border: 1px solid var(--accent); }
.field-error { display: block; color: #8a3d12; font-size: 0.85rem; margin-top: 0.3rem; font-weight: 700; }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--accent); }

/* =========================================================
   Subsol
   ========================================================= */
.site-footer { background: #1E2B25; color: #C9D4CE; padding-block: clamp(3rem, 6vw, 4.5rem) 0; margin-top: var(--section-y); }
.footer-grid { display: grid; gap: 2rem; }
@media (min-width: 720px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.site-footer h4 { color: #fff; font-size: 1.05rem; margin-bottom: 1rem; }
.site-footer a { color: #C9D4CE; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.site-footer .brand-mark { background: var(--primary); }
.footer-about { max-width: 28rem; }
.footer-about p { color: #A8B6AF; margin-top: 0.9rem; }
.footer-list { list-style: none; padding: 0; display: grid; gap: 0.6rem; }
.footer-contact li { display: flex; gap: 0.6rem; align-items: flex-start; color: #A8B6AF; }
.footer-contact svg { flex: none; margin-top: 0.25rem; color: var(--primary); }
.footer-socials { display: flex; gap: 0.6rem; margin-top: 1.1rem; }
.footer-socials a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,0.06); color: #fff; }
.footer-socials a:hover { background: var(--primary); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 2.5rem; padding-block: 1.4rem; display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; justify-content: space-between; align-items: center; font-size: 0.85rem; color: #94A39B; }
.footer-bottom a { color: #94A39B; }

/* =========================================================
   Utilitare
   ========================================================= */
.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; }
.split { display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (min-width: 900px) { .split--2 { grid-template-columns: 1fr 1fr; } .split--media-first > .split-media { order: -1; } }
.split-media img, .split-media .media-ph { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%; aspect-ratio: 4/3.2; object-fit: cover; }
.lead { font-size: 1.15rem; color: var(--ink-soft); }
.prose-narrow { max-width: 46rem; margin-inline: auto; }

/* 404 */
.error-404 { text-align: center; padding-block: clamp(4rem, 10vw, 7rem); }
.error-404 .code { font-size: clamp(4rem, 12vw, 7rem); font-weight: 800; color: var(--primary-soft); line-height: 1; }
