/* =========================================================================
   v175 · TALK page — standalone Sofia landing (mini-nav + bundles + agency
   math + Sofia stage + mini-footer). Ported from the prototype; palette/font
   names aliased to the theme tokens.
   ========================================================================= */

body.talk-page-active,
.talk-page,
.talk-nav,
.talk-footer {
	--white: var(--text);
	--white-soft: var(--text-secondary);
	--white-faint: var(--text-muted);
	--white-dim: var(--text-muted);
	--font-serif: var(--font-display);
}

body.talk-page-active { padding-top: 0; }

.talk-page {
	min-height: 100vh;
	background: var(--navy);
	position: relative;
	padding-top: 64px;
}

/* ---- Mini nav ------------------------------------------------------------ */
.talk-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	padding: 20px 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(10, 22, 40, 0.85);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-bottom: 1px solid var(--line);
}
.talk-nav .brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--font-serif);
	font-style: italic;
	font-size: 15px;
	color: var(--text);
}
.talk-nav .brand-mark {
	width: 24px;
	height: 24px;
	display: inline-flex;
}
.talk-nav .brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.talk-nav .back-link {
	font-family: var(--font-mono);
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: var(--white-faint);
	cursor: pointer;
	user-select: none;
	transition: color 0.2s;
}
.talk-nav .back-link:hover { color: var(--gold); }

/* ---- Bundle pricing section ----------------------------------------------- */
.bundle-section {
	padding: 92px 0;
	background: var(--navy-2);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}
.bundle-head { text-align: center; max-width: 880px; margin: 0 auto 80px; }
.bundle-head .eyebrow { justify-content: center; margin-bottom: 28px; }
.bundle-head h2 { margin-bottom: 28px; }
.bundle-head .lede { margin: 0 auto; }

.bundle-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	max-width: 1320px;
	margin: 0 auto;
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}
.bundle-card {
	background: var(--navy);
	padding: 48px 36px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	display: flex;
	flex-direction: column;
	position: relative;
}
.bundle-card.featured {
	background: rgba(200, 169, 107, 0.04);
	border-left: 1px solid var(--line-gold);
	border-right: 1px solid var(--line-gold);
}
.bundle-card.featured::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
/* Featured badge text comes from the block engine's data-badge attribute */
.bundle-card.featured::after {
	content: attr(data-badge);
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--gold);
	color: var(--navy);
	padding: 6px 18px;
	font-family: var(--font-mono);
	font-size: 9px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	font-weight: 600;
}
.bundle-card .tier-label {
	font-family: var(--font-mono);
	font-size: 10px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 16px;
}
.bundle-card h3 {
	font-family: var(--font-serif);
	font-weight: 300;
	font-size: 32px;
	letter-spacing: -0.02em;
	line-height: 1.1;
	color: var(--white);
	margin-bottom: 12px;
}
.bundle-card h3 em { font-style: italic; color: var(--gold); }
.bundle-card .bundle-desc {
	font-size: 14px;
	line-height: 1.6;
	color: var(--white-soft);
	margin-bottom: 32px;
	min-height: 44px;
}
.bundle-card .components {
	list-style: none;
	margin: 0 0 24px;
	padding: 0 0 24px;
	border-bottom: 1px solid var(--line);
}
.bundle-card .components li {
	font-family: var(--font-mono);
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--white);
	padding: 8px 0 8px 22px;
	position: relative;
	line-height: 1.4;
}
.bundle-card .components li::before {
	content: '+';
	position: absolute;
	left: 0;
	top: 6px;
	font-family: var(--font-body);
	font-weight: 300;
	font-size: 18px;
	color: var(--gold);
	line-height: 1;
}
.bundle-card .price-block { margin: 8px 0 12px; }
.bundle-card .strike {
	font-family: var(--font-mono);
	font-size: 11px;
	color: var(--white-faint);
	text-decoration: line-through;
	letter-spacing: 0.08em;
	margin-bottom: 6px;
}
.bundle-card .price {
	font-family: var(--font-serif);
	font-weight: 300;
	font-size: 56px;
	letter-spacing: -0.025em;
	line-height: 1;
	color: var(--white);
	margin-bottom: 8px;
}
.bundle-card .price-period {
	font-family: var(--font-mono);
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--white-faint);
	margin-bottom: 12px;
}
.bundle-card .savings {
	font-family: var(--font-mono);
	font-size: 10px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 32px;
	padding: 8px 12px;
	border: 1px solid var(--gold);
	display: inline-block;
	align-self: flex-start;
}
.btn-tier {
	display: inline-block;
	background: transparent;
	color: var(--gold);
	border: 1px solid var(--gold);
	padding: 14px 24px;
	text-align: center;
	cursor: pointer;
	font-family: var(--font-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: all 0.3s;
	text-decoration: none;
	user-select: none;
	white-space: nowrap;
}
.btn-tier:hover { background: var(--gold); color: var(--navy); }
.bundle-card.featured .btn-tier {
	background: var(--gold);
	color: var(--navy);
}
.bundle-card.featured .btn-tier:hover {
	background: transparent;
	color: var(--gold);
}
.bundle-card .btn-tier {
	display: block;
	width: 100%;
	margin-top: auto;
}

/* ---- Agency cost comparison ------------------------------------------------ */
.traditional-compare { padding: 68px 0; }
.traditional-compare .bundle-head { margin-bottom: 0; }
.traditional-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1180px;
	margin: 60px auto 0;
	border: 1px solid var(--line);
}
.traditional-col { padding: 48px 40px; }
.traditional-col.old { background: var(--navy); }
.traditional-col.new {
	background: rgba(200, 169, 107, 0.04);
	border-left: 1px solid var(--line-gold);
}
.traditional-col h4 {
	font-family: var(--font-mono);
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--white-faint);
	margin: 0 0 18px;
}
.traditional-col.new h4 { color: var(--gold); }
.traditional-col .big-number {
	font-family: var(--font-serif);
	font-weight: 300;
	font-size: 56px;
	letter-spacing: -0.025em;
	line-height: 1;
	color: var(--white);
	margin-bottom: 8px;
}
.traditional-col .big-number em { font-style: italic; color: var(--gold); }
.traditional-col .sub-line {
	font-family: var(--font-mono);
	font-size: 11px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--white-faint);
	margin-bottom: 32px;
}
.traditional-col ul { list-style: none; margin: 0; padding: 0; }
.traditional-col ul li {
	font-size: 14px;
	line-height: 1.6;
	color: var(--white-soft);
	padding: 12px 0 12px 22px;
	border-bottom: 1px solid var(--line);
	position: relative;
}
.traditional-col ul li:last-child { border-bottom: none; }
.traditional-col ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 20px;
	width: 12px;
	height: 1px;
	background: var(--white-faint);
}
.traditional-col.new ul li::before { background: var(--gold); }
.traditional-col li strong { color: var(--white); }

/* ---- Sofia talk hero --------------------------------------------------------- */
.talk-hero {
	min-height: 100vh;
	padding: 80px 24px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
}
.talk-hero-inner {
	max-width: 560px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.talk-hero .eyebrow { margin-bottom: 20px; }
.talk-hero h1 {
	font-family: var(--font-serif);
	font-weight: 300;
	font-size: clamp(34px, 7vw, 56px);
	line-height: 1.05;
	letter-spacing: -0.025em;
	color: var(--white);
	margin-bottom: 20px;
}
.talk-hero h1 em { font-style: italic; color: var(--gold); }
.talk-hero .talk-lede {
	font-family: var(--font-body);
	font-weight: 300;
	font-size: clamp(15px, 4.2vw, 18px);
	line-height: 1.6;
	color: var(--white-soft);
	max-width: 44ch;
	margin-bottom: 36px;
	letter-spacing: 0.005em;
}
.talk-hero .talk-lede strong { color: var(--white); font-weight: 500; }

.talk-sofia-stage {
	width: 100%;
	max-width: 340px;
	margin: 8px auto 36px;
	aspect-ratio: 4/5;
	position: relative;
}
.talk-sofia-stage .sofia-frame {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: var(--navy-2);
	border: 1px solid var(--line-gold);
	box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4);
}
.talk-sofia-stage .sofia-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 22%;
	filter: brightness(0.95) contrast(1.04);
}
.talk-sofia-stage .sofia-frame::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(10, 22, 40, 0.7) 100%);
	pointer-events: none;
}
.talk-sofia-stage .corner {
	position: absolute;
	width: 20px;
	height: 20px;
	border-color: var(--gold);
	z-index: 4;
}
.talk-sofia-stage .corner.tl { top: 16px; left: 16px; border-top: 1px solid; border-left: 1px solid; }
.talk-sofia-stage .corner.tr { top: 16px; right: 16px; border-top: 1px solid; border-right: 1px solid; }
.talk-sofia-stage .corner.bl { bottom: 16px; left: 16px; border-bottom: 1px solid; border-left: 1px solid; }
.talk-sofia-stage .corner.br { bottom: 16px; right: 16px; border-bottom: 1px solid; border-right: 1px solid; }
.talk-sofia-stage .sofia-hud {
	position: absolute;
	left: 28px;
	right: 28px;
	bottom: 28px;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 16px;
	text-align: left;
}
.talk-sofia-stage .sofia-id .label {
	font-family: var(--font-mono);
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: var(--gold);
	margin-bottom: 8px;
}
.talk-sofia-stage .sofia-id .name {
	font-family: var(--font-serif);
	font-size: 28px;
	font-style: italic;
	font-weight: 400;
	color: var(--white);
	line-height: 1;
}
.talk-sofia-stage .sofia-id .role {
	font-size: 12px;
	color: var(--white-soft);
	margin-top: 6px;
}
.talk-sofia-stage .sofia-status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	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-mono);
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: var(--gold);
}
.talk-sofia-stage .status-dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--gold);
	box-shadow: 0 0 8px var(--gold);
	animation: smTalkDotPulse 2.5s ease-in-out infinite;
}
@keyframes smTalkDotPulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.35; }
}

.talk-cta {
	background: var(--gold);
	color: var(--navy);
	padding: 22px 40px;
	border: 1px solid var(--gold);
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	text-decoration: none;
	min-width: 280px;
	justify-content: center;
	box-shadow: 0 0 0 0 rgba(200, 169, 107, 0);
	animation: smTalkPulse 3s ease-in-out infinite;
	position: relative;
}
@keyframes smTalkPulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(200, 169, 107, 0); }
	50% { box-shadow: 0 0 0 12px rgba(200, 169, 107, 0); }
}
.talk-cta:hover {
	background: transparent;
	color: var(--gold);
	animation: none;
}
.talk-cta .pulse-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #10b981;
	box-shadow: 0 0 8px #10b981;
	animation: smTalkDotPulse 2s infinite;
	flex-shrink: 0;
}

.talk-meta-row {
	margin-top: 24px;
	display: flex;
	gap: 28px;
	flex-wrap: wrap;
	justify-content: center;
	font-family: var(--font-mono);
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: var(--white-faint);
}
.talk-meta-row span { display: inline-flex; align-items: center; gap: 8px; }
.talk-meta-row span::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--gold);
}

.talk-capabilities {
	margin: 56px auto 0;
	max-width: 560px;
	width: 100%;
	border-top: 1px solid var(--line);
	padding-top: 36px;
}
.talk-capabilities .cap-title {
	font-family: var(--font-mono);
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: var(--gold);
	margin-bottom: 20px;
}
.talk-capabilities ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px 24px;
}
.talk-capabilities li {
	font-size: 13px;
	line-height: 1.5;
	color: var(--white-soft);
	padding: 8px 0 8px 20px;
	position: relative;
}
.talk-capabilities li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 17px;
	width: 10px;
	height: 1px;
	background: var(--gold);
}

/* ---- Mini footer --------------------------------------------------------------- */
.talk-footer {
	padding: 40px 24px;
	border-top: 1px solid var(--line);
	text-align: center;
}
.talk-footer-mini {
	font-family: var(--font-mono);
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: var(--white-faint);
	margin-bottom: 12px;
}
.talk-footer-mini a {
	color: var(--white-faint);
	text-decoration: none;
	cursor: pointer;
	transition: color 0.2s;
}
.talk-footer-mini a:hover { color: var(--gold); }
.talk-footer-disclaimer {
	font-size: 12px;
	line-height: 1.6;
	color: var(--white-dim);
	max-width: 44ch;
	margin: 0 auto;
}

/* ---- Responsive ------------------------------------------------------------------ */
@media (max-width: 960px) {
	.bundle-grid { grid-template-columns: 1fr; }
	.traditional-grid { grid-template-columns: 1fr; }
	.traditional-col.new { border-left: none; border-top: 1px solid var(--line-gold); }
}
@media (max-width: 600px) {
	.talk-hero { padding: 80px 20px 32px; }
	.talk-sofia-stage { max-width: 280px; }
	.talk-cta { width: 100%; min-width: 0; padding: 20px 24px; font-size: 13px; }
	.talk-capabilities ul { grid-template-columns: 1fr; gap: 0; }
}
