/* Sabin Polymer v4.1 — brand #011F5B / #841617 + real dark/light */

/* Dark is default (Dime-style). Light overrides below. */
:root,
html[data-theme="dark"] {
	color-scheme: dark;
	--brand: #011f5b;
	--brand-2: #0a2f7a;
	--brand-deep: #010b24;
	--accent: #841617;
	--accent-deep: #6b1213;
	--accent-soft: #c45c5d;
	--ink: #eef2ff;
	--ink-soft: #a7b0c8;
	--surface: #010b24;
	--surface-2: #011f5b;
	--surface-3: #0a2f7a;
	--line: rgba(255, 255, 255, 0.12);
	--line-strong: rgba(255, 255, 255, 0.18);
	--white: #ffffff;
	--shell: min(1120px, calc(100% - 2.75rem));
	--font-fa: "IranYekan", "BYekan", Tahoma, sans-serif;
	--font-en: "Sora", ui-sans-serif, system-ui, sans-serif;
	--ease: cubic-bezier(0.22, 1, 0.36, 1);
	--ease-out: cubic-bezier(0.16, 1, 0.3, 1);
	--hero-ink: #ffffff;
	--hero-muted: rgba(255, 255, 255, 0.72);
	--hero-veil: linear-gradient(105deg, rgba(1, 11, 36, 0.92) 0%, rgba(1, 31, 91, 0.62) 48%, rgba(1, 31, 91, 0.22) 100%);
	--section-contrast: #010818;
	--section-contrast-ink: #ffffff;
	--footer-bg: #010818;
	--footer-ink: rgba(255, 255, 255, 0.72);
	--header-bg: rgba(1, 11, 36, 0.9);
	--header-fg: #eef2ff;
	--header-border: rgba(255, 255, 255, 0.14);
	--header-chip: rgba(255, 255, 255, 0.1);
	--overlay-header-bg: rgba(1, 11, 36, 0.35);
	--overlay-header-fg: #ffffff;
	--overlay-header-border: rgba(255, 255, 255, 0.18);
	--featured-bg: linear-gradient(145deg, #010b24 0%, #011f5b 50%, #4a1018 100%);
	--ghost-border: rgba(255, 255, 255, 0.28);
	--ghost-bg: transparent;
	--pill-bg: rgba(255, 255, 255, 0.06);
	--form-focus: #c45c5d;
	--success: #3dd68c;
}

html[data-theme="light"] {
	color-scheme: light;
	--brand: #011f5b;
	--brand-2: #0a2f7a;
	--brand-deep: #01133d;
	--accent: #841617;
	--accent-deep: #6b1213;
	--accent-soft: #b34a4b;
	--ink: #011f5b;
	--ink-soft: #4d5b78;
	--surface: #f3f5f9;
	--surface-2: #ffffff;
	--surface-3: #e7ebf3;
	--line: rgba(1, 31, 91, 0.12);
	--line-strong: rgba(1, 31, 91, 0.18);
	--hero-ink: #011f5b;
	--hero-muted: #4d5b78;
	--hero-veil: linear-gradient(105deg, rgba(243, 245, 249, 0.94) 0%, rgba(243, 245, 249, 0.62) 48%, rgba(243, 245, 249, 0.18) 100%);
	--section-contrast: #011f5b;
	--section-contrast-ink: #ffffff;
	--footer-bg: #011f5b;
	--footer-ink: rgba(255, 255, 255, 0.78);
	--header-bg: rgba(255, 255, 255, 0.92);
	--header-fg: #011f5b;
	--header-border: rgba(1, 31, 91, 0.12);
	--header-chip: rgba(1, 31, 91, 0.06);
	--overlay-header-bg: rgba(255, 255, 255, 0.72);
	--overlay-header-fg: #011f5b;
	--overlay-header-border: rgba(1, 31, 91, 0.12);
	--featured-bg: linear-gradient(145deg, #011f5b 0%, #0a2f7a 48%, #4a1018 100%);
	--ghost-border: rgba(1, 31, 91, 0.18);
	--ghost-bg: rgba(255, 255, 255, 0.55);
	--pill-bg: #ffffff;
	--form-focus: #841617;
	--success: #067647;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
	margin: 0;
	color: var(--ink);
	background: var(--surface);
	font-family: var(--font-en);
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	transition: background 0.35s var(--ease), color 0.3s ease;
}

body.lang-fa { font-family: var(--font-fa) !important; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }

h1, h2, h3 {
	margin: 0 0 0.65rem;
	line-height: 1.05;
	letter-spacing: -0.04em;
	font-weight: 700;
	color: var(--ink);
}

p { margin: 0 0 1rem; color: var(--ink-soft); }

.shell {
	width: var(--shell);
	margin-inline: auto;
}

.display-md {
	font-size: clamp(1.35rem, 2.5vw, 2rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.25;
	color: var(--ink);
	max-width: 28ch;
}

.display-sm {
	font-size: clamp(1.2rem, 2.2vw, 1.65rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.2;
	color: inherit;
	max-width: 24ch;
}

.lede {
	font-size: 1.08rem;
	max-width: 38ch;
	line-height: 1.7;
}

.eyebrow {
	margin: 0 0 0.85rem;
	color: var(--accent);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body.lang-fa .eyebrow {
	letter-spacing: 0;
	text-transform: none;
	font-size: 0.82rem;
}

.screen-reader-text,
.skip-link { position: absolute; left: -9999px; }

/* ——— Header ——— */
.site-header {
	position: fixed;
	inset-inline: 0;
	top: 0;
	z-index: 80;
	padding: 1rem 0.85rem 0;
	pointer-events: none;
}

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

.header-inner {
	pointer-events: auto;
	width: var(--shell);
	margin-inline: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 4.25rem;
	padding: 0.4rem 0.55rem 0.4rem 0.55rem;
	border-radius: 999px;
	border: 1px solid var(--header-border);
	background: var(--header-bg);
	backdrop-filter: blur(18px) saturate(1.25);
	color: var(--header-fg);
	box-shadow: 0 12px 40px rgba(1, 11, 36, 0.08);
	transition: background 0.3s var(--ease), border-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

/* Overlay glass only on homepage hero at top */
body.has-hero .site-header:not(.is-solid) .header-inner {
	background: var(--overlay-header-bg);
	border-color: var(--overlay-header-border);
	color: var(--overlay-header-fg);
	box-shadow: none;
}

.nav-list {
	display: flex;
	gap: 1.35rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-list a {
	font-size: 0.88rem;
	font-weight: 500;
	color: inherit;
	opacity: 0.82;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.nav-list a:hover {
	opacity: 1;
	color: var(--accent);
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.theme-toggle,
.nav-toggle,
.lang-switch {
	background: var(--header-chip);
	color: inherit;
}

body.has-hero .site-header:not(.is-solid) .theme-toggle,
body.has-hero .site-header:not(.is-solid) .nav-toggle,
body.has-hero .site-header:not(.is-solid) .lang-switch {
	background: rgba(255, 255, 255, 0.12);
}

html[data-theme="light"] body.has-hero .site-header:not(.is-solid) .theme-toggle,
html[data-theme="light"] body.has-hero .site-header:not(.is-solid) .nav-toggle,
html[data-theme="light"] body.has-hero .site-header:not(.is-solid) .lang-switch {
	background: rgba(1, 31, 91, 0.06);
}

.theme-toggle {
	width: 2.25rem;
	height: 2.25rem;
	border: 0;
	border-radius: 999px;
	display: inline-grid;
	place-items: center;
	cursor: pointer;
	transition: transform 0.25s var(--ease), background 0.25s ease;
}

.theme-toggle:hover { transform: scale(1.06); }
.theme-icon { display: grid; place-items: center; line-height: 0; }
html[data-theme="dark"] .theme-icon-moon { display: none; }
html[data-theme="light"] .theme-icon-sun { display: none; }

.lang-switch {
	display: inline-flex;
	padding: 0.14rem;
	border-radius: 999px;
}

.lang-sep { display: none; }

.lang-link {
	padding: 0.3rem 0.58rem;
	border-radius: 999px;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: inherit;
	opacity: 0.75;
}

.lang-link.is-active {
	background: var(--accent);
	color: #fff !important;
	opacity: 1;
}

.brand-logo {
	height: 2.85rem;
	width: auto;
	max-width: min(200px, 46vw);
	object-fit: contain;
	background: #fff;
	border-radius: 10px;
	padding: 0.28rem 0.45rem;
}

.nav-toggle {
	display: none;
	width: 2.25rem;
	height: 2.25rem;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
}

.nav-toggle-bars,
.nav-toggle-bars::before,
.nav-toggle-bars::after {
	display: block;
	width: 0.9rem;
	height: 1.5px;
	margin: 0 auto;
	background: currentColor;
	content: "";
}

.nav-toggle-bars::before { transform: translateY(-4.5px); }
.nav-toggle-bars::after { transform: translateY(3px); }

/* ——— Buttons ——— */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 3.05rem;
	padding: 0.7rem 1.3rem;
	border: 0;
	border-radius: 999px;
	font: inherit;
	font-size: 0.9rem;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.3s var(--ease), background 0.2s ease, box-shadow 0.3s ease, border-color 0.2s ease;
}

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

.btn-primary {
	background: var(--accent);
	color: #fff !important;
	box-shadow: 0 16px 36px rgba(132, 22, 23, 0.32);
}

.btn-primary:hover {
	background: var(--accent-deep);
	color: #fff !important;
}

.btn-ghost {
	background: var(--ghost-bg);
	color: var(--hero-ink) !important;
	border: 1px solid var(--ghost-border);
}

.btn-ghost-light {
	background: transparent;
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.22);
}

.btn-ghost-dark {
	background: transparent;
	color: var(--ink) !important;
	border: 1px solid var(--line);
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--accent);
	white-space: nowrap;
}

.text-link::after { content: "→"; transition: transform 0.25s var(--ease); }
body.dir-rtl .text-link::after { content: "←"; }
.text-link:hover::after { transform: translateX(3px); }
body.dir-rtl .text-link:hover::after { transform: translateX(-3px); }

/* ——— Hero ——— */
.hero {
	position: relative;
	min-height: 100svh;
	display: grid;
	align-items: center;
	overflow: hidden;
	color: var(--hero-ink);
	isolation: isolate;
}

.hero-visual { position: absolute; inset: 0; z-index: 0; }

.hero-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.06);
	animation: hero-drift 22s var(--ease) infinite alternate;
}

.hero-veil {
	position: absolute;
	inset: 0;
	background:
		var(--hero-veil),
		linear-gradient(0deg, rgba(1, 11, 36, 0.35) 0%, transparent 42%);
}

body.dir-rtl .hero-veil {
	background:
		linear-gradient(255deg, rgba(1, 11, 36, 0.92) 0%, rgba(1, 31, 91, 0.62) 48%, rgba(1, 31, 91, 0.22) 100%),
		linear-gradient(0deg, rgba(1, 11, 36, 0.35) 0%, transparent 42%);
}

html[data-theme="light"] body.dir-rtl .hero-veil {
	background:
		linear-gradient(255deg, rgba(243, 245, 249, 0.94) 0%, rgba(243, 245, 249, 0.62) 50%, rgba(243, 245, 249, 0.18) 100%),
		linear-gradient(0deg, rgba(243, 245, 249, 0.35) 0%, transparent 42%);
}

@keyframes hero-drift {
	from { transform: scale(1.06) translate3d(0, 0, 0); }
	to { transform: scale(1.12) translate3d(-1.2%, -0.8%, 0); }
}

.hero-copy {
	position: relative;
	z-index: 1;
	padding: 7rem 0 4rem;
}

.hero-brand {
	margin: 0 0 1rem;
	font-size: clamp(3.6rem, 12vw, 7.5rem);
	line-height: 0.88;
	letter-spacing: -0.055em;
	font-weight: 800;
	color: var(--hero-ink);
}

.hero-title {
	margin: 0 0 1.15rem;
	max-width: 14ch;
	font-size: clamp(1.35rem, 2.8vw, 2.05rem);
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.2;
	color: var(--hero-ink);
}

.hero-title-line { display: block; }
.hero-title-line.is-accent {
	color: var(--accent);
	font-weight: 700;
}

.hero-sub {
	max-width: 36ch;
	margin-bottom: 1.9rem;
	font-size: 1.05rem;
	color: var(--hero-muted);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
}

/* ——— Metrics ——— */
.section-metrics {
	padding: 1.75rem 0;
	border-bottom: 1px solid var(--line);
	background: var(--surface-2);
}

.metrics-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.metrics-kicker {
	margin: 0;
	font-size: 0.88rem;
	font-weight: 500;
	color: var(--ink-soft);
}

.metrics-grid { display: flex; gap: 2.5rem; }

.metrics-grid strong {
	display: block;
	font-size: 1.65rem;
	line-height: 1;
	letter-spacing: -0.04em;
	color: var(--accent);
	margin-bottom: 0.3rem;
}

.metrics-grid span {
	font-size: 0.78rem;
	color: var(--ink-soft);
}

/* ——— Sections ——— */
.section { padding: 6rem 0; background: var(--surface); }
.section-products { background: var(--surface); }
.section-process { background: var(--surface-2); }
.section-about { background: var(--surface); }

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

.section-dark .display-md { color: var(--section-contrast-ink); }
.section-dark .eyebrow { color: var(--accent-soft); }
.section-dark h2,
.section-dark h3 { color: var(--section-contrast-ink); }

.section-head { margin-bottom: 2.75rem; }

.section-head-row {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1.25rem;
}

/* About */
.about-layout {
	display: grid;
	grid-template-columns: 0.92fr 1.08fr;
	gap: 3rem;
	align-items: center;
}

.about-media {
	margin: 0;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	background: var(--brand);
}

.about-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.4s var(--ease-out);
}

.about-media:hover img { transform: scale(1.045); }

.pill-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
}

.pill-list li {
	padding: 0.45rem 0.85rem;
	border: 1px solid var(--line);
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 500;
	color: var(--ink);
	background: var(--pill-bg);
}

/* Feature panels */
.feature-stack { display: grid; gap: 4.5rem; }

.feature-panel {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 2.5rem;
	align-items: center;
}

.feature-panel.is-flip { direction: rtl; }
.feature-panel.is-flip > * { direction: ltr; }
body.dir-rtl .feature-panel.is-flip { direction: ltr; }
body.dir-rtl .feature-panel.is-flip > * { direction: rtl; }

.feature-media {
	margin: 0;
	overflow: hidden;
	aspect-ratio: 5 / 4;
	background: var(--brand);
}

.feature-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.1s var(--ease-out);
}

.feature-panel:hover .feature-media img { transform: scale(1.04); }

.feature-index {
	display: block;
	margin-bottom: 0.85rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: var(--accent);
}

.family-code {
	display: block;
	margin-bottom: 0.4rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	color: var(--ink-soft);
}

.feature-body h3 {
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	margin-bottom: 1rem;
	color: var(--ink);
}

.feature-list {
	list-style: none;
	margin: 0 0 1.25rem;
	padding: 0;
	display: grid;
	gap: 0.55rem;
}

.feature-list a {
	display: block;
	padding: 0.55rem 0;
	border-bottom: 1px solid var(--line);
	font-size: 0.95rem;
	color: var(--ink-soft);
	transition: color 0.2s ease, padding-inline-start 0.25s var(--ease);
}

.feature-list a:hover {
	color: var(--accent);
	padding-inline-start: 0.35rem;
}

/* Featured stage */
.featured-stage {
	margin-top: 5rem;
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	overflow: hidden;
	background: var(--featured-bg);
	color: #fff;
}

.featured-media {
	margin: 0;
	min-height: 320px;
	overflow: hidden;
}

.featured-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.featured-copy {
	padding: 2.5rem 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.featured-copy .eyebrow { color: var(--accent-soft); }
.featured-copy h3 { color: #fff; }
.featured-sku {
	display: block;
	margin-bottom: 0.45rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: var(--accent-soft);
}

.featured-copy p {
	color: rgba(255, 255, 255, 0.7);
	max-width: 40ch;
}

.spec-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin: 0.35rem 0 1.25rem;
	padding: 0;
	list-style: none;
}

.spec-pills li {
	padding: 0.4rem 0.75rem;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.82);
}

.featured-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

/* Markets */
.market-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.7rem;
}

.market-tile {
	margin: 0;
	position: relative;
	overflow: hidden;
	aspect-ratio: 3 / 4;
	background: var(--brand-2);
}

.market-tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1s var(--ease-out);
	opacity: 0.88;
}

.market-tile:hover img {
	transform: scale(1.06);
	opacity: 1;
}

.market-tile figcaption {
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	padding: 1.25rem 1rem;
	background: linear-gradient(transparent, rgba(1, 11, 36, 0.9));
	color: #fff;
	font-size: 0.92rem;
	font-weight: 600;
}

/* Process */
.process-grid {
	list-style: none;
	margin: 0 0 4rem;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

.process-grid li {
	padding: 1.5rem 0 0;
	border-top: 1px solid var(--line);
}

.process-grid span {
	display: block;
	margin-bottom: 1rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: var(--accent);
}

.process-grid strong {
	display: block;
	margin-bottom: 0.55rem;
	font-size: 1.15rem;
	letter-spacing: -0.02em;
	color: var(--ink);
}

.process-grid p { margin: 0; font-size: 0.95rem; }

.cta-finale {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 2rem 0 0;
	border-top: 1px solid var(--line);
}

.cta-finale h2 { color: var(--ink); }

/* Contact */
.section-contact {
	padding: 6rem 0 7rem;
	background: var(--surface);
}

.contact-shell {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3.5rem;
	align-items: start;
}

.contact-facts {
	list-style: none;
	margin: 1.75rem 0 0;
	padding: 0;
	display: grid;
	gap: 1rem;
}

.contact-facts li {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.85rem;
	align-items: start;
}

.contact-icon {
	display: inline-grid;
	place-items: center;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 999px;
	background: rgba(132, 22, 23, 0.1);
	color: var(--accent);
	flex-shrink: 0;
}

html[data-theme="dark"] .contact-icon {
	background: rgba(196, 92, 93, 0.14);
}

.contact-fact-text {
	display: grid;
	gap: 0.2rem;
	min-width: 0;
}

.contact-label,
.contact-facts .contact-label {
	display: block;
	font-size: 0.72rem;
	color: var(--ink-soft);
	margin-bottom: 0;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.lang-fa .contact-label,
body.lang-fa .contact-facts .contact-label {
	letter-spacing: 0;
	text-transform: none;
}

.contact-facts strong {
	font-weight: 600;
	color: var(--ink);
	line-height: 1.45;
}

.contact-form { display: grid; gap: 1rem; }
.contact-form label { display: grid; gap: 0.4rem; }
.contact-form label span {
	font-size: 0.78rem;
	color: var(--ink-soft);
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	border: 0;
	border-bottom: 1px solid var(--line-strong);
	background: transparent;
	padding: 0.9rem 0;
	font: inherit;
	color: var(--ink);
	transition: border-color 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
	outline: none;
	border-bottom-color: var(--form-focus);
}

.form-notice { padding: 0.75rem 0; }
.form-notice.is-success { color: var(--success); }
.form-notice.is-error { color: var(--accent); }

/* Inner pages — fully theme-aware */
.page-hero {
	padding: 8.5rem 0 3.5rem;
	background:
		radial-gradient(700px 280px at 90% 0%, rgba(132, 22, 23, 0.18), transparent 55%),
		var(--surface);
}

.page-hero h1 {
	font-size: clamp(1.75rem, 3.8vw, 2.6rem);
	max-width: 22ch;
	color: var(--ink);
}

.page-hero-sub { max-width: 40ch; margin-top: 0.75rem; color: var(--ink-soft); }

.site-main {
	background: var(--surface);
	min-height: 50vh;
}

.entry-content,
.catalog-note {
	color: var(--ink-soft);
}

.product-sku {
	margin: 0 0 0.4rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: var(--accent);
}

.product-cta { margin-top: 1.4rem; display: flex; gap: 0.6rem; flex-wrap: wrap; }

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

.product-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.5rem 0;
	border-top: 1px solid var(--line);
	background: transparent;
}

.product-card-sku {
	font-size: 0.72rem;
	font-weight: 700;
	color: var(--accent);
	letter-spacing: 0.08em;
}

.product-card h3 { font-size: 1.05rem; margin: 0.3rem 0; color: var(--ink); }
.product-card p { margin: 0; font-size: 0.9rem; }
.product-card-actions { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.archive-family { margin-bottom: 3rem; }
.archive-family h2 { color: var(--ink); }

.product-detail-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 2.5rem;
}

.spec-panel,
.download-panel { margin-bottom: 1.5rem; }
.spec-panel h3,
.download-panel h3 { color: var(--ink); }

.spec-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
}

.spec-table th,
.spec-table td {
	padding: 0.75rem 0;
	border-bottom: 1px solid var(--line);
	text-align: start;
	color: var(--ink);
}

.spec-table th { color: var(--ink-soft); font-weight: 500; width: 62%; }
.spec-table td { font-weight: 700; }

.download-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.95rem 0;
	border-bottom: 1px solid var(--line);
	color: var(--ink) !important;
	font-weight: 600;
}

.download-empty { margin: 0 0 0.7rem; font-size: 0.9rem; color: var(--ink-soft); }

/* Blog */
.section-blog { background: var(--surface); }

.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.blog-card {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1.5rem 0;
	border-top: 1px solid var(--line);
}

.blog-meta {
	margin: 0;
	font-size: 0.78rem;
	color: var(--ink-soft);
	display: flex;
	gap: 0.4rem;
	flex-wrap: wrap;
}

.blog-card-title {
	margin: 0;
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.blog-card-title a { color: var(--ink); }
.blog-card-title a:hover { color: var(--accent); }

.blog-card-excerpt {
	margin: 0;
	font-size: 0.95rem;
	flex: 1;
}

.blog-empty { color: var(--ink-soft); }

.narrow { max-width: min(720px, 100%); }

.blog-article .entry-content {
	font-size: 1.05rem;
	line-height: 1.8;
	color: var(--ink-soft);
}

.blog-article .entry-content p { margin-bottom: 1.15rem; }
.blog-article .entry-content p:last-child { margin-bottom: 0; }

.blog-back { margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }

.navigation.pagination {
	margin-top: 2.5rem;
	display: flex;
	justify-content: center;
}

.navigation.pagination .nav-links {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.navigation.pagination a,
.navigation.pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.4rem;
	height: 2.4rem;
	padding: 0 0.7rem;
	border: 1px solid var(--line);
	border-radius: 999px;
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--ink);
}

.navigation.pagination .current {
	background: var(--accent);
	border-color: var(--accent);
	color: #fff;
}

/* Footer */
.site-footer {
	padding: 3.25rem 0 2.25rem;
	border-top: 1px solid var(--line);
	background: var(--surface);
	color: var(--ink-soft);
}

.site-footer a { color: var(--ink); }
.site-footer a:hover { color: var(--accent); }
.site-footer p { color: var(--ink-soft); }
.site-footer strong { color: var(--ink); }

.footer-inner {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 2rem;
}

.footer-logo {
	height: 2.4rem;
	width: auto;
	margin-bottom: 1rem;
	background: #fff;
	border-radius: 8px;
	padding: 0.25rem 0.4rem;
}

.footer-copy {
	grid-column: 1 / -1;
	margin: 0.5rem 0 0;
	padding-top: 1.25rem;
	border-top: 1px solid var(--line);
	font-size: 0.8rem;
	opacity: 0.75;
}

/* Motion */
[data-reveal] {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}

[data-reveal].is-visible {
	opacity: 1;
	transform: none;
}

.hero [data-reveal]:nth-child(1) { transition-delay: 0.05s; }
.hero [data-reveal]:nth-child(2) { transition-delay: 0.14s; }
.hero [data-reveal]:nth-child(3) { transition-delay: 0.22s; }
.hero [data-reveal]:nth-child(4) { transition-delay: 0.3s; }

/* Responsive */
@media (max-width: 980px) {
	.site-header { padding-top: 0.65rem; }
	.header-inner { width: calc(100% - 0.2rem); border-radius: 18px; }
	.nav-toggle { display: inline-grid; place-items: center; }

	.site-nav {
		position: absolute;
		inset: calc(100% + 0.5rem) 0.85rem auto;
		padding: 1rem;
		border-radius: 16px;
		background: var(--surface-2);
		border: 1px solid var(--line);
		box-shadow: 0 20px 50px rgba(1, 11, 36, 0.2);
		color: var(--ink);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-8px);
		transition: 0.25s var(--ease);
	}

	.site-nav.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.nav-list { flex-direction: column; gap: 0.75rem; }
	.site-nav .nav-list a {
		color: var(--ink) !important;
		opacity: 0.85;
	}

	.about-layout,
	.feature-panel,
	.feature-panel.is-flip,
	.contact-shell,
	.product-detail-grid,
	.product-grid,
	.blog-grid,
	.featured-stage,
	.market-strip,
	.process-grid,
	.footer-inner,
	.metrics-row {
		grid-template-columns: 1fr;
		direction: inherit;
	}

	.market-strip { grid-template-columns: repeat(2, 1fr); }
	.about-media { aspect-ratio: 16 / 10; }
	.section-head-row,
	.cta-finale,
	.metrics-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.metrics-grid { gap: 1.5rem; }
	.hero-copy { padding: 6.25rem 0 3rem; }
	.hero-brand { font-size: clamp(2.9rem, 16vw, 4.4rem); }
	.section { padding: 4.25rem 0; }
	.featured-copy { padding: 1.75rem 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.hero-photo { animation: none !important; }
	*, *::before, *::after { transition: none !important; }
	[data-reveal] { opacity: 1; transform: none; }
}
