/* =========================================================================
   Home (front page) sections — ported from prototype, normalized to tokens.
   Standardization applied: labels in Inter (no mono), no sub-14px text,
   --white-soft/-faint -> --text-secondary/-muted, one section-padding scale.
   ========================================================================= */

/* Shared small helpers used by home sections */
.section-head { text-align: center; max-width: var(--content-narrow); margin: 0 auto var(--s-64); }
.section-head .eyebrow { justify-content: center; }
.section-head .title-xl { margin-top: 24px; }
.section-head .lead { margin-left: auto; margin-right: auto; }

.eyebrow-line {
	font-family: var(--font-body);
	font-size: var(--fs-fine);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: var(--gold);
	display: inline-flex;
	align-items: center;
	gap: var(--s-12);
}
.eyebrow-line::before,
.eyebrow-line::after { content: ''; width: 32px; height: 1px; background: currentColor; }

/* ----- HERO ----- */
.hero { padding: 64px 0 clamp(56px, 8vw, 100px); display: flex; align-items: center; }
.hero-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: clamp(48px, 7vw, 100px);
	align-items: center;
	width: 100%;
}
.hero-brand-lockup { margin-bottom: var(--s-32); }
.hero-brand-lockup img { max-width: 220px; }
.hero-text .eyebrow { margin-bottom: 16px; }
.hero-text .display { margin-bottom: var(--s-32); }
.hero-text .lead { margin-bottom: var(--s-48); }

/* ----- SOFIA STAGE ----- */
.sofia-stage { position: relative; width: 100%; aspect-ratio: 4/5; max-width: 540px; margin-left: auto; }
.sofia-frame {
	position: relative; width: 100%; height: 100%;
	overflow: hidden; background: var(--navy-2);
	border: 1px solid var(--line);
	box-shadow: var(--shadow-xl);
}
.sofia-frame > img {
	width: 100%; height: 100%; object-fit: cover; object-position: center 22%;
	filter: brightness(0.95) contrast(1.04);
	transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.sofia-stage:hover .sofia-frame > img { transform: scale(1.02); }
.sofia-frame.is-placeholder {
	display: flex; align-items: center; justify-content: center;
	background: linear-gradient(160deg, var(--navy-3), var(--navy-2));
}
.sofia-frame.is-placeholder .placeholder-mark {
	font-family: var(--font-display); font-style: italic; font-size: 64px; color: var(--line-gold);
}
.sofia-frame::after {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(10, 22, 40, 0.7) 100%);
	pointer-events: none;
}
.corner { position: absolute; width: 20px; height: 20px; border-color: var(--gold); z-index: 4; }
.corner.tl { top: 16px; left: 16px; border-top: 1px solid; border-left: 1px solid; }
.corner.tr { top: 16px; right: 16px; border-top: 1px solid; border-right: 1px solid; }
.corner.bl { bottom: 16px; left: 16px; border-bottom: 1px solid; border-left: 1px solid; }
.corner.br { bottom: 16px; right: 16px; border-bottom: 1px solid; border-right: 1px solid; }
.sofia-hud {
	position: absolute; left: 28px; right: 28px; bottom: 28px; z-index: 3;
	display: flex; justify-content: space-between; align-items: flex-end; gap: var(--s-16);
}
.sofia-id .label {
	font-family: var(--font-body); font-size: var(--fs-fine); font-weight: 500;
	text-transform: uppercase; letter-spacing: 0.18em; color: var(--gold); margin-bottom: var(--s-8);
}
.sofia-id .name { font-family: var(--font-display); font-size: 28px; font-style: italic; color: var(--text); line-height: 1; }
.sofia-id .role { font-size: var(--fs-fine); color: var(--text-secondary); margin-top: 6px; }
.sofia-status {
	display: inline-flex; align-items: center; gap: var(--s-8); padding: 6px 12px;
	background: rgba(10, 22, 40, 0.85); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
	border: 1px solid var(--line-gold);
	font-family: var(--font-body); font-size: var(--fs-fine); font-weight: 500;
	text-transform: uppercase; letter-spacing: 0.16em; color: var(--gold);
}
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: var(--glow); animation: sm-pulse 2.5s ease-in-out infinite; }
@keyframes sm-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
.sofia-caption {
	margin-top: var(--s-24); display: flex; justify-content: space-between; align-items: baseline;
	font-family: var(--font-body); font-size: var(--fs-fine); font-weight: 500;
	text-transform: uppercase; letter-spacing: 0.16em; color: var(--text-muted);
}
.sofia-caption .right { color: var(--gold); }
.sofia-share-row { margin-top: var(--s-16); display: flex; align-items: center; gap: var(--s-12); }
.share-trigger {
	display: inline-flex; align-items: center; gap: var(--s-8);
	font-family: var(--font-body); font-size: var(--fs-fine); font-weight: 500;
	text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-secondary);
	padding: 8px 14px; border: 1px solid var(--line); transition: all 0.25s;
}
.share-trigger:hover { color: var(--gold); border-color: var(--line-gold); }
.share-trigger svg { width: 16px; height: 16px; }

/* ----- LANGUAGE STRIP ----- */
.lang-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: var(--s-80) 0; text-align: center; }
.lang-strip-inner { max-width: var(--content-narrow); margin: 0 auto; padding-inline: var(--gutter); display: flex; flex-direction: column; align-items: center; gap: var(--s-16); }
.lang-strip .display, .lang-strip h2 { margin: 4px 0 12px; }
.lang-examples { display: inline-flex; align-items: center; gap: var(--s-12); flex-wrap: wrap; justify-content: center; }
.lang-examples .ex-label { font-family: var(--font-body); font-size: var(--fs-fine); font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-muted); }
.lang-examples .langs { font-style: italic; color: var(--text); font-family: var(--font-display); font-size: 20px; }
.lang-examples .langs em { font-style: italic; }
.lang-examples .sep { color: var(--gold); }
.always-on { margin-top: var(--s-12); font-family: var(--font-body); font-size: var(--fs-fine); font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }

/* ----- WHY ----- */
.why-section { padding: var(--section-padding) 0; background: var(--navy-2); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 7vw, 100px); align-items: start; }
.why-left .eyebrow { margin-bottom: 16px; }
.why-left .title-xl { margin-bottom: var(--s-32); }
.why-left .lead strong { color: var(--gold); }
.why-emphasis { margin-top: var(--s-24); color: var(--gold); font-style: italic; font-family: var(--font-display); font-size: 28px; }
.why-list li {
	font-family: var(--font-body); font-size: var(--fs-small); line-height: 1.5; color: var(--text-secondary);
	padding: 20px 0 20px 36px; border-bottom: 1px solid var(--line); position: relative;
}
.why-list li:last-child { border-bottom: none; }
.why-list li::before { content: ''; position: absolute; left: 0; top: 30px; width: 18px; height: 1px; background: var(--gold); }
.why-list li strong { color: var(--text); font-weight: 500; }

/* ----- STATS BAND ----- */
.stats-band { padding: var(--section-padding) 0; background: var(--navy-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.stat-cell { padding: var(--s-48) var(--s-32); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat-cell .n { font-family: var(--font-display); font-size: 64px; font-weight: 300; letter-spacing: -0.035em; line-height: 1; margin-bottom: var(--s-16); color: var(--gold); }
.stat-cell .n .pct { font-size: 38px; vertical-align: super; line-height: 1; }
.stat-cell .label { font-family: var(--font-body); font-size: var(--fs-small); line-height: 1.6; color: var(--text-secondary); margin-bottom: var(--s-12); }
.stat-cell .label strong { color: var(--text); font-weight: 500; }
.stat-cell .source { font-family: var(--font-body); font-size: var(--fs-fine); text-transform: uppercase; letter-spacing: 0.14em; color: var(--text-muted); }

/* ----- INDUSTRIES ----- */
.industries-section { padding: var(--section-padding) 0; }
.industries-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.industry { padding: var(--s-32); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: var(--s-12); transition: background 0.4s; }
.industry:hover { background: var(--navy-2); }
.industry .num { font-family: var(--font-body); font-size: var(--fs-fine); font-weight: 500; color: var(--gold); letter-spacing: 0.16em; text-transform: uppercase; }
.industry .name { font-family: var(--font-display); font-size: 26px; font-weight: 400; letter-spacing: -0.01em; color: var(--text); line-height: 1.15; }
.industry .name em { font-style: italic; color: var(--gold); }

/* ----- BEYOND ----- */
.beyond-section { padding: var(--section-padding) 0; }
.beyond-inner { max-width: var(--content-narrow); margin: 0 auto; padding-inline: var(--gutter); text-align: center; }
.beyond-inner .eyebrow { justify-content: center; }
/* No bottom margin on the title — the divider's own symmetric margins set the
   spacing, so the gold line sits with equal space above and below it. */
.beyond-inner .title-xl { margin-bottom: 0; }
/* Body copy only — :not(.eyebrow) so the descendant <p> rule does not override the
   standardized .eyebrow (Inter 500), which is also a <p>. */
.beyond-inner p:not(.eyebrow) { font-family: var(--font-display); font-weight: 300; font-size: clamp(22px, 2vw, 30px); line-height: 1.5; color: var(--text); margin-bottom: var(--s-24); }
.beyond-inner p:not(.eyebrow) em { font-style: italic; color: var(--gold); }
.beyond-inner p:not(.eyebrow) strong { font-weight: 500; color: var(--text); }
.beyond-divider { width: 60px; height: 1px; background: var(--gold); margin: var(--s-24) auto; }

/* ----- CAPABILITIES ----- */
/* v175: left title / right lede head, then a flush hairline card grid — three
   service cards (01–03) over a full-width Sprint card. The .cap-grid draws only
   its top+left borders; each .cap draws its own right+bottom, so the cards share
   single 1px dividers (no gaps, no rounded corners, no shadow). */
.capabilities { padding: var(--section-padding) 0; background: var(--navy-2); }
.cap-head { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(40px, 6vw, 80px); margin-bottom: var(--s-80); align-items: end; }
.cap-head .title-xl { margin-top: var(--s-32); }
.cap-head .lead { max-width: none; }
.cap-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.cap { padding: var(--s-48) var(--s-32); display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background 0.4s; min-height: 280px; color: inherit; }
.cap:hover { background: rgba(248, 247, 244, 0.02); }
.cap-num { font-family: var(--font-body); font-size: var(--fs-fine); font-weight: 500; color: var(--gold); letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 16px; }
.cap .title-md, .cap h3 { font-size: 24px; margin-bottom: var(--s-12); }
.cap p { font-size: var(--fs-small); line-height: 1.7; color: var(--text-secondary); margin-bottom: var(--s-24); }
.cap-link { margin-top: auto; font-family: var(--font-body); font-size: var(--fs-fine); font-weight: 500; text-transform: uppercase; letter-spacing: 0.14em; color: var(--gold); display: inline-flex; align-items: center; gap: var(--s-8); transition: gap 0.25s; }
.cap:hover .cap-link { gap: var(--s-16); }
/* Full-width Sprint card — gold-tinted, spans the whole bottom row. */
.cap-sprint {
	grid-column: 1 / -1;
	min-height: auto;
	padding: var(--s-32) var(--s-32);
	border-top: 1px solid var(--line-gold);
	background: linear-gradient(135deg, rgba(200, 169, 107, 0.05) 0%, rgba(200, 169, 107, 0.01) 100%);
}
.cap-sprint .cap-num { color: var(--gold); margin-bottom: var(--s-12); }
.cap-sprint .title-md, .cap-sprint h3 { font-size: 26px; }

/* ----- SELLS ----- */
.sells-section { padding: var(--section-padding) 0; background: var(--navy-2); }
.sells-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 7vw, 100px); align-items: center; }
.sells-left .title-xl { margin-bottom: var(--s-32); }
.sells-left p:not(.eyebrow) { font-size: var(--fs-body); line-height: 1.7; color: var(--text-secondary); margin-bottom: var(--s-24); }
.sells-list { margin: var(--s-32) 0; }
.sells-list li { font-family: var(--font-display); font-size: 28px; font-weight: 300; font-style: italic; color: var(--text); padding: var(--s-16) 0; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 20px; }
.sells-list li::before { content: '×'; color: var(--gold); font-style: normal; font-weight: 300; font-size: 32px; }
.sells-list li:last-child { border-bottom: none; }
.sells-list li:last-child::before { content: '✓'; }
.sells-list li.confirm { color: var(--gold); }

/* ----- PROOF ----- */
.proof-section { padding: var(--section-padding) 0; }
.proof-frame { background: var(--navy-2); border: 1px solid var(--line-gold); padding: clamp(40px, 6vw, 96px) clamp(28px, 5vw, 80px); position: relative; overflow: hidden; }
.proof-frame::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.proof-head { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px); margin-bottom: var(--s-80); align-items: end; }
.proof-head .title-xl { margin-top: var(--s-32); }
.proof-quote { font-family: var(--font-display); font-weight: 300; font-size: clamp(26px, 2.6vw, 38px); line-height: 1.4; letter-spacing: -0.015em; color: var(--text); margin-bottom: var(--s-32); position: relative; padding-left: var(--s-32); }
.proof-quote::before { content: '“'; position: absolute; left: -8px; top: -20px; font-family: var(--font-display); font-size: 80px; color: var(--gold); line-height: 1; }
.proof-attr { display: flex; align-items: center; gap: 18px; padding-left: var(--s-32); }
.proof-avatar { width: 48px; height: 48px; border: 1px solid var(--line-gold); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-style: italic; font-size: 22px; color: var(--gold); }
.proof-attr-text .name { font-size: var(--fs-small); font-weight: 500; color: var(--text); }
.proof-attr-text .role { font-size: var(--fs-fine); color: var(--text-muted); margin-top: 2px; }
.proof-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.proof-stat { padding: var(--s-32); border-right: 1px solid var(--line); }
.proof-stat:last-child { border-right: none; }
.proof-stat .n { font-family: var(--font-display); font-size: 52px; font-weight: 300; letter-spacing: -0.03em; line-height: 1; margin-bottom: var(--s-12); color: var(--gold); }
.proof-stat .n .n-suffix { font-size: 18px; font-style: italic; letter-spacing: 0; }
.proof-stat .l { font-family: var(--font-body); font-size: var(--fs-fine); text-transform: uppercase; letter-spacing: 0.14em; color: var(--text-muted); }

/* CTA band styles now live in base.css (shared across pages). */

/* ----- Why Studio Máté band ----- */
/* v175: centered, max-width 880px. The lead-in is its own block (bigger, gold
   italic); the body sits under it. */
.why-mate-band { padding: 96px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-mate-inner { max-width: 880px; margin: 0 auto; padding: 0 var(--s-32); text-align: center; }
.why-mate-inner .eyebrow { justify-content: center; margin-bottom: 16px; }
.why-mate-inner p {
	font-family: var(--font-display);
	font-weight: 300;
	font-size: clamp(25px, 2.7vw, 36px);
	line-height: 1.34;
	letter-spacing: -0.01em;
	color: var(--text-secondary);
	margin: 0;
}
.why-mate-inner p strong { color: var(--text); font-weight: 500; }
.why-mate-inner p em { font-style: italic; color: var(--gold); font-weight: 400; }
.why-mate-lead-in {
	display: block;
	font-family: var(--font-display);
	font-style: italic;
	color: var(--gold);
	font-size: clamp(27px, 3vw, 40px);
	line-height: 1.2;
	margin-bottom: 22px;
	letter-spacing: -0.01em;
}

/* ----- Tsunami quote band ----- */
.tsunami-band {
	padding: 104px 0;
	background: var(--navy-2);
	position: relative;
	overflow: hidden;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}
.tsunami-band::before {
	content: '';
	position: absolute;
	bottom: -50%;
	right: -12%;
	width: 55%;
	height: 150%;
	background: radial-gradient(circle, rgba(200, 169, 107, 0.055) 0%, transparent 60%);
	pointer-events: none;
}
.tsunami-inner { position: relative; max-width: 940px; margin: 0 auto; padding: 0 var(--s-32); }
.tsunami-quote {
	font-family: var(--font-display);
	font-weight: 300;
	font-size: clamp(40px, 5vw, 72px);
	line-height: 1.02;
	letter-spacing: -0.025em;
	color: var(--text);
	margin: 0 0 14px;
}
.tsunami-quote em { font-style: italic; color: var(--gold); font-weight: 400; }
.tsunami-quote .tsunami-mark { color: rgba(200, 169, 107, 0.55); font-weight: 300; }
.tsunami-attrib {
	font-family: var(--font-mono);
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 44px;
}
.tsunami-arg { max-width: 760px; border-top: 1px solid var(--line-gold); padding-top: 40px; }
.tsunami-arg p {
	font-family: var(--font-body);
	font-weight: 300;
	font-size: clamp(16px, 1.3vw, 19px);
	line-height: 1.7;
	color: var(--text-secondary);
	margin: 0 0 18px;
}
.tsunami-arg p:last-child { margin-bottom: 0; }
.tsunami-arg p strong { color: var(--text); font-weight: 500; }
.tsunami-arg .tsunami-kicker {
	font-family: var(--font-display);
	font-style: italic;
	font-size: clamp(22px, 2.2vw, 30px);
	color: var(--gold);
	line-height: 1.25;
	margin-top: 6px;
}
@media (max-width: 768px) {
	.tsunami-band { padding: 72px 0; }
	.why-mate-band { padding: 64px 0; }
}

/* ----- Growth-projection band (links to the revenue-leak calculator) ----- */
.growth-band {
	padding: 88px 0;
	background: linear-gradient(135deg, var(--navy-2) 0%, var(--navy) 100%);
	border-top: 1px solid var(--line-gold);
	border-bottom: 1px solid var(--line-gold);
}
.growth-band-inner {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 var(--gutter);
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 48px;
	align-items: center;
}
.growth-band-left h2 {
	font-family: var(--font-display);
	font-size: clamp(34px, 3.6vw, 44px);
	line-height: 1.08;
	color: var(--text);
	font-weight: 300;
	letter-spacing: -0.015em;
}
.growth-band-left h2 em { font-style: italic; color: var(--gold); font-weight: 400; }
/* :not(.eyebrow) so the descendant <p> rule doesn't override the standard .eyebrow. */
.growth-band-left p:not(.eyebrow) {
	font-size: var(--fs-small);
	line-height: 1.7;
	color: var(--text-secondary);
	margin-top: 18px;
}
.growth-band-right {
	text-align: center;
	padding: 36px 28px;
	background: var(--navy);
	border: 1px solid var(--line-gold);
}
.growth-band-stat {
	font-family: var(--font-display);
	font-style: italic;
	font-size: 30px;
	color: var(--gold);
	line-height: 1.2;
}
.growth-band-stat-sub {
	font-family: var(--font-body);
	font-size: var(--fs-fine);
	color: var(--text-muted);
	margin-top: 10px;
	margin-bottom: var(--s-24);
}
.growth-band-btn {
	font-family: var(--font-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--navy);
	background: var(--gold);
	border: 1px solid var(--gold);
	padding: 16px 28px;
	display: block;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.growth-band-btn span { display: inline; }
.growth-band-btn:hover { background: transparent; color: var(--gold); }
.growth-band-note {
	font-family: var(--font-body);
	font-size: var(--fs-fine);
	color: var(--text-muted);
	margin-top: 14px;
}
@media (max-width: 768px) {
	.growth-band { padding: 64px 0; }
	.growth-band-inner { grid-template-columns: 1fr; gap: var(--s-32); }
}

/* ----- Sofia demo (two-column frame + flush capability grid) ----- */
.sofia-demo-section {
	padding: var(--section-padding) 0;
	background: var(--navy-2);
	border-top: 1px solid var(--line-gold);
	border-bottom: 1px solid var(--line-gold);
}
.sofia-demo-frame {
	background: linear-gradient(135deg, rgba(200, 169, 107, 0.04) 0%, transparent 100%);
	border: 1px solid var(--line-gold);
	padding: clamp(40px, 5vw, 64px) clamp(28px, 4vw, 56px);
	position: relative;
}
.sofia-demo-frame::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	border-top: 1px solid var(--gold);
	border-left: 1px solid var(--gold);
}
.sofia-demo-head {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: clamp(40px, 5vw, 64px);
	align-items: start;
}
.sofia-demo-left .eyebrow { margin-bottom: 16px; }
.sofia-demo-left .title-xl { font-size: clamp(32px, 3.6vw, 48px); margin-bottom: var(--s-24); }
.sofia-demo-body {
	font-size: var(--fs-small);
	color: var(--text-secondary);
	line-height: 1.65;
	margin: 0 0 18px;
}
.sofia-demo-body-emphasis {
	font-family: var(--font-display);
	font-style: italic;
	font-size: var(--fs-body);
	color: var(--text);
	border-left: 2px solid var(--gold);
	padding-left: 18px;
	margin-top: var(--s-24);
	margin-bottom: var(--s-32);
}
.sofia-demo-actions { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; margin-top: var(--s-32); }
.sofia-demo-capability-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	background: var(--line);
	border: 1px solid var(--line);
}
.sd-cap {
	background: var(--navy);
	padding: var(--s-24) var(--s-24);
	min-height: 130px;
	display: flex;
	flex-direction: column;
}
.sd-cap.is-featured {
	background: linear-gradient(135deg, rgba(200, 169, 107, 0.07) 0%, rgba(200, 169, 107, 0.02) 100%);
}
.sd-cap-num {
	font-family: var(--font-body);
	font-size: var(--fs-fine);
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: var(--s-12);
}
.sd-cap-name {
	font-family: var(--font-display);
	font-size: 22px;
	font-weight: 400;
	color: var(--text);
	line-height: 1.2;
	margin-bottom: var(--s-8);
}
.sd-cap-desc { font-size: var(--fs-fine); color: var(--text-secondary); line-height: 1.5; margin-top: auto; }
@media (max-width: 960px) {
	.sofia-demo-head { grid-template-columns: 1fr; gap: var(--s-48); }
}
@media (max-width: 560px) {
	.sofia-demo-capability-grid { grid-template-columns: 1fr; }
}

/* ----- Responsive ----- */
@media (max-width: 960px) {
	.hero-grid, .why-grid, .sells-grid, .cap-head, .proof-head { grid-template-columns: 1fr; gap: var(--s-48); }
	.industries-grid, .cap-grid { grid-template-columns: 1fr 1fr; }
	.stats-grid, .proof-stats { grid-template-columns: 1fr 1fr; }
	.sofia-stage { max-width: 420px; margin: 0 auto; }
}
@media (max-width: 600px) {
	.industries-grid, .cap-grid, .stats-grid, .proof-stats { grid-template-columns: 1fr; }
}
