body {
	min-width: 320px;
	overflow-x: hidden;
	background: var(--brand-page);
}

.site-header {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid rgba(212, 220, 216, 0.16);
	color: #fff;
}

.site-nav {
	display: flex;
	width: min(1240px, calc(100% - 48px));
	height: 82px;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.site-nav .brand-lockup img,
.site-footer .brand-lockup img {
	width: 68px;
	height: 40px;
	object-fit: contain;
}

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

.site-nav-links {
	display: flex;
	align-items: center;
	gap: 28px;
	margin-left: auto;
	margin-right: 32px;
	color: #aeb9b5;
	font-family: var(--ogh-ui);
	font-size: 13px;
	font-weight: 650;
}

.site-nav-links a {
	text-decoration: none;
}

.site-nav-links a:hover {
	color: #fff;
}

.site-nav .button.secondary {
	border-color: rgba(255, 255, 255, 0.48);
	color: #fff;
}

.site-nav .button.secondary:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.08);
}

.hero {
	position: relative;
	display: grid;
	min-height: 760px;
	align-items: center;
	overflow: hidden;
	padding: 132px 0 64px;
	background: var(--brand-carbon);
	color: #fff;
}

.hero::before,
.hero::after {
	position: absolute;
	content: '';
	pointer-events: none;
}

.hero::before {
	top: 82px;
	bottom: 0;
	left: calc(50% + 110px);
	border-left: 1px solid rgba(212, 220, 216, 0.14);
}

.hero::after {
	right: 0;
	bottom: 106px;
	left: 0;
	border-bottom: 1px solid rgba(212, 220, 216, 0.14);
}

.hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	width: min(1240px, calc(100% - 48px));
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
	align-items: center;
	gap: 72px;
	margin: 0 auto;
}

.hero-copy {
	max-width: 720px;
}

.hero .eyebrow {
	color: #87c4c8;
}

.hero h1 {
	max-width: 820px;
	margin: 0;
	font-family: var(--ogh-display);
	font-size: clamp(52px, 5.2vw, 78px);
	font-weight: 760;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.hero h1 span {
	display: block;
	color: var(--brand-signal);
}

.hero-belief {
	max-width: 650px;
	margin: 20px 0 0;
	color: #fff;
	font-family: var(--ogh-display);
	font-size: 19px;
	font-weight: 650;
	line-height: 1.4;
}

.hero-thesis {
	max-width: 650px;
	margin: 10px 0 0;
	color: #c5ceca;
	font-size: 16px;
	line-height: 1.55;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.hero-actions .button {
	min-height: 50px;
	padding: 12px 20px;
	font-size: 15px;
}

.hero-actions .secondary {
	border-color: #71807c;
	color: #fff;
}

.hero-actions .secondary:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.08);
}

.hero-note {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
	color: #96a39f;
	font-size: 14px;
}

.hero-note svg {
	width: 19px;
	height: 19px;
	color: #87c4c8;
}

.hero-visual {
	position: relative;
	width: 100%;
	min-height: 540px;
	color: #fff;
}

.hero-arc {
	position: absolute;
	top: -20px;
	left: -54px;
	width: 760px;
	max-width: none;
	height: auto;
	opacity: 0.16;
}

.trajectory-label {
	position: absolute;
	z-index: 2;
	border: 1px solid rgba(212, 220, 216, 0.26);
	padding: 7px 10px;
	background: var(--brand-carbon);
	color: #b7c2be;
	font-family: var(--ogh-mono);
	font-size: 11px;
	letter-spacing: 0.04em;
}

.trajectory-before {
	bottom: 4px;
	left: 0;
}

.trajectory-after {
	top: 2px;
	right: -6px;
}

.hero-product-shot {
	position: absolute;
	z-index: 3;
	top: 62px;
	left: -6px;
	width: 700px;
	overflow: hidden;
	border: 1px solid rgba(212, 220, 216, 0.68);
	border-radius: 14px;
	background: var(--brand-page);
	box-shadow: 0 34px 86px rgba(0, 0, 0, 0.5);
	color: var(--brand-carbon);
	transform: rotate(-1.8deg);
	transform-origin: 50% 50%;
}

.hero-screen {
	display: block;
	min-height: 408px;
}

.hero-screen-main {
	padding: 30px;
}

.hero-screen-main .preview-label {
	margin: 0 0 10px;
	color: var(--brand-tide);
}

.hero-screen-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.hero-screen-title h2 {
	margin: 0;
	font-family: var(--ogh-display);
	font-size: 25px;
	font-weight: 760;
	letter-spacing: -0.03em;
}

.hero-screen-title > span,
.preview-result-count {
	border-radius: 999px;
	padding: 6px 10px;
	background: rgba(19, 110, 117, 0.1);
	color: var(--brand-tide);
	font-family: var(--ogh-ui);
	font-size: 9px;
	font-weight: 760;
	white-space: nowrap;
}

.hero-screen-query {
	display: flex;
	min-height: 44px;
	align-items: center;
	gap: 10px;
	border: 1px solid var(--brand-border-soft);
	border-radius: 7px;
	padding: 0 13px;
	margin-top: 20px;
	background: var(--brand-surface);
	box-shadow: var(--ogh-shadow-sm);
	color: var(--brand-text-muted);
	font-size: 11px;
}

.hero-screen-query svg {
	width: 17px;
	height: 17px;
	color: var(--brand-tide);
}

.hero-list-label {
	margin: 25px 0 10px;
	color: var(--brand-text-muted);
	font-family: var(--ogh-mono);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero-candidate-list {
	display: grid;
	gap: 8px;
}

.hero-candidate {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) auto;
	align-items: center;
	gap: 11px;
	border: 1px solid var(--brand-border-soft);
	border-radius: 7px;
	padding: 11px;
	background: var(--brand-surface);
}

.hero-candidate > svg,
.shortlist-row > svg:first-child {
	width: 22px;
	height: 22px;
	color: var(--brand-tide);
	stroke-width: 1.7;
}

.hero-candidate b,
.hero-candidate small {
	display: block;
}

.hero-candidate b {
	font-family: var(--ogh-ui);
	font-size: 11px;
}

.hero-candidate small {
	margin-top: 2px;
	color: var(--brand-text-muted);
	font-size: 9px;
}

.hero-candidate em {
	color: var(--brand-tide);
	font-family: var(--ogh-ui);
	font-size: 9px;
	font-style: normal;
	font-weight: 760;
}

.signal-bar {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-bottom: 1px solid var(--brand-border-soft);
	background: var(--brand-page);
}

.signal-stat {
	display: flex;
	min-height: 116px;
	align-items: center;
	justify-content: center;
	gap: 13px;
	border-right: 1px solid var(--brand-border-soft);
	padding: 22px;
	color: var(--brand-carbon);
	font-family: var(--ogh-ui);
	font-size: 16px;
	font-weight: 680;
}

.signal-stat:last-child {
	border-right: 0;
}

.signal-stat svg {
	width: 22px;
	height: 22px;
	color: var(--brand-tide);
	stroke-width: 1.8;
}

.section {
	padding: 120px 0;
}

.section-inner {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.section-header {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
	align-items: end;
	gap: 80px;
	margin-bottom: 64px;
}

.section h2 {
	margin: 0;
	font-family: var(--ogh-display);
	font-size: clamp(42px, 5vw, 68px);
	font-weight: 760;
	letter-spacing: -0.04em;
	line-height: 1.02;
}

.section-lede {
	max-width: 600px;
	margin: 0;
	color: var(--brand-text-muted);
	font-size: 19px;
	line-height: 1.6;
}

.workflow {
	background: var(--brand-surface);
}

.workflow-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--brand-border-strong);
}

.workflow-step {
	position: relative;
	min-height: 300px;
	border-right: 1px solid var(--brand-border-soft);
	padding: 30px 28px 0 0;
}

.workflow-step + .workflow-step {
	padding-left: 28px;
}

.workflow-step:last-child {
	border-right: 0;
}

.workflow-number,
.stage-meta,
.thesis-label {
	color: var(--brand-text-muted);
	font-family: var(--ogh-mono);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.workflow-step > svg {
	display: block;
	width: 25px;
	height: 25px;
	margin: 70px 0 22px;
	color: var(--brand-tide);
	stroke-width: 1.7;
}

.workflow-step h3 {
	margin: 0 0 10px;
	font-family: var(--ogh-display);
	font-size: 23px;
	font-weight: 740;
}

.workflow-step p {
	margin: 0;
	color: var(--brand-text-muted);
	font-size: 15px;
	line-height: 1.65;
}

.methodology {
	border-top: 1px solid var(--brand-border-soft);
	background: var(--brand-page);
}

.methodology-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--brand-border-strong);
	border-bottom: 1px solid var(--brand-border-soft);
}

.methodology-grid article {
	min-height: 270px;
	border-right: 1px solid var(--brand-border-soft);
	padding: 30px;
}

.methodology-grid article:first-child { padding-left: 0; }
.methodology-grid article:last-child { border-right: 0; padding-right: 0; }

.methodology-grid span {
	color: var(--brand-tide);
	font: 700 10px var(--ogh-mono);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.methodology-grid h3 {
	margin: 78px 0 12px;
	font: 730 25px/1.15 var(--ogh-display);
	letter-spacing: -0.025em;
}

.methodology-grid p {
	margin: 0;
	color: var(--brand-text-muted);
	font-size: 15px;
	line-height: 1.65;
}

.change-point {
	background: var(--brand-carbon);
	color: #fff;
}

.change-point .eyebrow {
	color: #87c4c8;
}

.change-point .section-lede {
	color: #aeb9b5;
}

.trajectory-system {
	display: grid;
	grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1.25fr) minmax(220px, 1fr) minmax(220px, 1fr);
	border-top: 1px solid #46534f;
	border-bottom: 1px solid #46534f;
}

.trajectory-stage,
.trajectory-rail {
	min-height: 300px;
	border-right: 1px solid #35413e;
	padding: 32px;
}

.trajectory-stage:last-child {
	border-right: 0;
}

.trajectory-stage h3 {
	margin: 94px 0 10px;
	font-family: var(--ogh-display);
	font-size: 24px;
	font-weight: 730;
	line-height: 1.15;
}

.trajectory-stage p {
	margin: 0;
	color: #aeb9b5;
	font-size: 15px;
	line-height: 1.55;
}

.trajectory-rail {
	position: relative;
	display: grid;
	place-items: center;
	overflow: hidden;
	padding: 0;
	color: #fff;
}

.trajectory-rail svg {
	width: 430px;
	max-width: none;
}

.signal-stage {
	box-shadow: inset 0 4px var(--brand-signal);
}

.outcome-stage {
	background: var(--brand-carbon-soft);
}

.product-preview {
	background: var(--brand-surface);
}

.product-frame {
	overflow: hidden;
	border: 1px solid var(--brand-border-strong);
	border-radius: var(--ogh-radius-lg);
	background: var(--brand-page);
	box-shadow: var(--ogh-shadow-md);
}

.product-frame-bar {
	display: flex;
	min-height: 66px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-bottom: 1px solid var(--brand-border-soft);
	padding: 12px 20px;
	background: var(--brand-surface);
}

.product-frame-brand {
	display: flex;
	align-items: center;
	gap: 11px;
	font-family: var(--ogh-ui);
	font-size: 13px;
	font-weight: 730;
}

.product-frame-brand img {
	width: 44px;
	height: 30px;
	object-fit: contain;
}

.preview-disclosure,
.preview-label,
.record-kicker {
	color: var(--brand-text-muted);
	font-family: var(--ogh-mono);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.product-frame-body {
	display: block;
	min-height: 900px;
}


.preview-canvas {
	padding: 38px;
}

.preview-title-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	padding-bottom: 28px;
	border-bottom: 1px solid var(--brand-border-soft);
}

.preview-title-row .preview-label {
	margin: 0 0 8px;
}

.preview-title-row h3 {
	max-width: 580px;
	margin: 0;
	font-family: var(--ogh-display);
	font-size: 30px;
	font-weight: 740;
	letter-spacing: -0.03em;
}

.preview-summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 260px;
	gap: 28px;
	padding: 24px 0;
	border-bottom: 1px solid var(--brand-border-soft);
}

.preview-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 11px;
}

.preview-chips span {
	border: 1px solid var(--brand-border-soft);
	border-radius: 999px;
	padding: 6px 10px;
	background: var(--brand-surface);
	color: var(--brand-text-muted);
	font-size: 11px;
}

.preview-source-summary {
	border-left: 1px solid var(--brand-border-soft);
	padding-left: 26px;
}

.preview-source-summary > div {
	display: grid;
	grid-template-columns: auto 1fr auto 1fr;
	align-items: end;
	gap: 7px;
	margin-top: 10px;
}

.preview-source-summary b {
	font-family: var(--ogh-display);
	font-size: 25px;
	line-height: 1;
}

.preview-source-summary small {
	color: var(--brand-text-muted);
	font-size: 10px;
}

.shortlist-preview {
	overflow: hidden;
	border: 1px solid var(--brand-border-soft);
	border-radius: var(--ogh-radius-md);
	margin-top: 26px;
	background: var(--brand-surface);
}

.shortlist-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-bottom: 1px solid var(--brand-border-soft);
	padding: 15px 18px;
	color: var(--brand-text-muted);
	font-family: var(--ogh-mono);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.shortlist-row {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto 18px;
	align-items: center;
	gap: 14px;
	border-bottom: 1px solid var(--brand-border-soft);
	padding: 16px 18px;
}

.shortlist-row:last-child {
	border-bottom: 0;
}

.shortlist-row.selected {
	box-shadow: inset 4px 0 var(--brand-signal);
}

.shortlist-row b,
.shortlist-row small {
	display: block;
}

.shortlist-row b {
	font-family: var(--ogh-ui);
	font-size: 13px;
}

.shortlist-row small {
	margin-top: 3px;
	color: var(--brand-text-muted);
	font-size: 11px;
}

.shortlist-row > svg {
	width: 16px;
	height: 16px;
	color: var(--brand-border-strong);
}

.candidate-source {
	display: flex;
	align-items: center;
	gap: 7px;
	color: var(--brand-tide);
	font-family: var(--ogh-ui);
	font-size: 10px;
	font-weight: 760;
	white-space: nowrap;
}

.candidate-source.sourced {
	color: var(--brand-text-muted);
}

.candidate-source svg {
	width: 15px;
	height: 15px;
}

.evidence-closeup {
	overflow: hidden;
	border: 1px solid var(--brand-border-soft);
	border-radius: var(--ogh-radius-md);
	margin-top: 26px;
	background: var(--brand-page);
}

.evidence-closeup-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	border-bottom: 1px solid var(--brand-border-soft);
	padding: 20px 22px;
	background: var(--brand-surface);
}

.evidence-closeup-head h4 {
	margin: 6px 0 0;
	font-family: var(--ogh-display);
	font-size: 20px;
	font-weight: 750;
}

.evidence-closeup .evidence-layout {
	margin: 0;
	padding: 20px;
}

.source-key {
	display: flex;
	gap: 7px;
}

.source-key span,
.record-state {
	border: 1px solid var(--brand-border-soft);
	border-radius: 4px;
	padding: 5px 8px;
	background: var(--brand-surface);
	color: var(--brand-text-muted);
	font-family: var(--ogh-ui);
	font-size: 10px;
	font-weight: 750;
}

.source-key .warm-key {
	border-color: rgba(199, 53, 37, 0.25);
	background: rgba(199, 53, 37, 0.07);
	color: var(--brand-signal-hover);
}

.evidence-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.65fr);
	gap: 18px;
	margin-top: 28px;
}

.evidence-record,
.decision-panel {
	border: 1px solid var(--brand-border-soft);
	border-radius: var(--ogh-radius-md);
	background: var(--brand-surface);
}

.record-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	padding: 22px;
	border-bottom: 1px solid var(--brand-border-soft);
}

.record-head h4,
.decision-panel h4 {
	margin: 7px 0 0;
	font-family: var(--ogh-display);
	font-size: 20px;
	font-weight: 730;
}

.evidence-row {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr) auto;
	align-items: center;
	gap: 13px;
	padding: 20px 22px;
	border-bottom: 1px solid var(--brand-border-soft);
}

.evidence-row:last-child {
	border-bottom: 0;
}

.evidence-row > svg {
	width: 20px;
	height: 20px;
	color: var(--brand-tide);
	stroke-width: 1.7;
}

.evidence-row b,
.evidence-row span {
	display: block;
}

.evidence-row b {
	font-family: var(--ogh-ui);
	font-size: 13px;
}

.evidence-row span,
.evidence-row small {
	color: var(--brand-text-muted);
	font-size: 11px;
}

.evidence-row span {
	margin-top: 3px;
}

.evidence-row small {
	font-family: var(--ogh-mono);
	text-transform: uppercase;
}

.decision-panel {
	padding: 24px;
	box-shadow: inset 0 4px var(--brand-signal);
}

.decision-panel p {
	margin: 12px 0 0;
	color: var(--brand-text-muted);
	font-size: 13px;
	line-height: 1.6;
}

.decision-status {
	display: flex;
	align-items: center;
	gap: 11px;
	border-top: 1px solid var(--brand-border-soft);
	border-bottom: 1px solid var(--brand-border-soft);
	padding: 18px 0;
	margin-top: 24px;
}

.decision-status svg {
	width: 22px;
	height: 22px;
	color: var(--brand-tide);
}

.decision-status b,
.decision-status small {
	display: block;
}

.decision-status b {
	font-family: var(--ogh-ui);
	font-size: 12px;
}

.decision-status small {
	margin-top: 2px;
	color: var(--brand-text-muted);
	font-size: 10px;
}

.preview-button {
	width: 100%;
	min-height: 44px;
	border: 0;
	border-radius: var(--ogh-radius-md);
	padding: 10px 14px;
	margin-top: 18px;
	background: var(--brand-border-soft);
	color: var(--brand-text-muted);
	font-family: var(--ogh-ui);
	font-weight: 720;
}

.thesis-section {
	background: var(--brand-page);
}

.thesis-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid var(--brand-border-strong);
	border-bottom: 1px solid var(--brand-border-soft);
}

.thesis-side {
	min-height: 270px;
	padding: 32px 34px 34px 0;
}

.thesis-side + .thesis-side {
	border-left: 1px solid var(--brand-border-soft);
	padding-right: 0;
	padding-left: 34px;
}

.thesis-side h3 {
	max-width: 470px;
	margin: 72px 0 12px;
	font-family: var(--ogh-display);
	font-size: 34px;
	font-weight: 730;
	letter-spacing: -0.03em;
}

.thesis-side p {
	max-width: 500px;
	margin: 0;
	color: var(--brand-text-muted);
	font-size: 16px;
	line-height: 1.6;
}

.thesis-side.good {
	box-shadow: inset 0 4px var(--brand-signal);
}

.thesis-side.good h3 {
	color: var(--brand-signal);
}

.trust-band {
	border-top: 1px solid var(--brand-border-soft);
	border-bottom: 1px solid var(--brand-border-soft);
	background: var(--brand-surface-alt);
}

.trust-grid {
	display: grid;
	width: min(1180px, calc(100% - 48px));
	grid-template-columns: 1.2fr repeat(3, 1fr);
	margin: 0 auto;
}

.trust-copy,
.trust-item {
	min-height: 270px;
	border-right: 1px solid var(--brand-border-soft);
	padding: 44px 32px;
}

.trust-copy {
	padding-left: 0;
}

.trust-item:last-child {
	border-right: 0;
}

.trust-copy h2 {
	max-width: 310px;
	margin: 0;
	font-family: var(--ogh-display);
	font-size: 38px;
	font-weight: 750;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.trust-item svg {
	width: 24px;
	height: 24px;
	color: var(--brand-tide);
	stroke-width: 1.7;
}

.trust-item h3 {
	margin: 72px 0 8px;
	font-family: var(--ogh-display);
	font-size: 19px;
	font-weight: 740;
}

.trust-item p {
	margin: 0;
	color: var(--brand-text-muted);
	font-size: 14px;
	line-height: 1.6;
}

.closing {
	padding: 104px 0;
	background: var(--brand-carbon);
	color: #fff;
}

.closing-inner {
	display: flex;
	width: min(1180px, calc(100% - 48px));
	align-items: end;
	justify-content: space-between;
	gap: 40px;
	margin: 0 auto;
}

.closing .eyebrow {
	color: #87c4c8;
}

.closing h2 {
	margin: 0;
	font-family: var(--ogh-display);
	font-size: clamp(46px, 6vw, 76px);
	font-weight: 760;
	letter-spacing: -0.045em;
	line-height: 1;
}

.closing .button {
	min-height: 52px;
	padding: 13px 22px;
}

.site-footer {
	padding: 54px 0;
	background: #0b1010;
	color: #fff;
}

.footer-inner {
	display: flex;
	width: min(1180px, calc(100% - 48px));
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
	margin: 0 auto;
}

.footer-copy {
	margin-top: 14px;
	color: #87938f;
	font-size: 14px;
}

.footer-links {
	display: flex;
	align-items: center;
	gap: 24px;
	color: #aab5b1;
	font-family: var(--ogh-ui);
	font-size: 14px;
}

.footer-links a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	text-decoration: none;
}

.footer-links button {
	min-height: 44px;
}

.footer-links a:hover,
.footer-links button:hover {
	color: #fff;
}

.auth-toggle {
	border: 0;
	padding: 0;
	background: none;
	color: inherit;
	font: inherit;
	cursor: pointer;
}

.auth-dialog {
	width: min(470px, calc(100% - 28px));
	max-height: calc(100svh - 28px);
	border: 0;
	padding: 0;
	background: transparent;
	overflow: auto;
}

.auth-dialog::backdrop {
	background: rgba(16, 22, 22, 0.78);
}

.auth-card {
	position: relative;
	border: 1px solid var(--brand-border-soft);
	border-radius: 12px;
	padding: 34px;
	background: var(--brand-surface);
	box-shadow: var(--ogh-shadow-lg);
}

.auth-card .brand-lockup {
	margin-bottom: 30px;
}

.auth-close {
	position: absolute;
	top: 18px;
	right: 18px;
}

.auth-card h2 {
	margin: 0 0 8px;
	font-family: var(--ogh-display);
	font-size: 31px;
	font-weight: 760;
	letter-spacing: -0.03em;
}

.auth-lede {
	margin: 0 0 26px;
	color: var(--brand-text-muted);
}

.auth-card label {
	display: block;
	margin: 18px 0 7px;
	font-family: var(--ogh-ui);
	font-size: 13px;
	font-weight: 700;
}

.auth-card label span {
	color: var(--brand-text-muted);
	font-weight: 500;
}

.auth-card input {
	width: 100%;
	height: 46px;
	border: 1px solid var(--brand-border-soft);
	border-radius: 7px;
	padding: 0 13px;
	background: var(--brand-page);
	color: var(--brand-carbon);
}

.auth-card input:focus {
	border-color: var(--brand-tide);
	outline: 3px solid rgba(19, 110, 117, 0.16);
}

.auth-hint {
	margin-top: 6px;
	color: var(--brand-text-muted);
	font-size: 12px;
}

.auth-card .button {
	width: 100%;
	margin-top: 22px;
}

.auth-card > .auth-toggle {
	width: 100%;
	margin-top: 20px;
	color: var(--brand-text-muted);
	font-size: 13px;
	text-align: center;
}

.auth-card > .auth-toggle button {
	color: var(--brand-tide);
	font-weight: 700;
}

.auth-message {
	display: none;
	margin-top: 14px;
	border-radius: 7px;
	padding: 10px 12px;
	font-size: 13px;
}

.auth-message.err {
	display: block;
	border: 1px solid rgba(169, 42, 29, 0.28);
	background: rgba(169, 42, 29, 0.07);
	color: var(--brand-signal-hover);
}

@media (max-width: 980px) {
	.site-nav-links {
		display: none;
	}

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

	.hero-copy {
		max-width: 760px;
	}

	.hero-visual {
		min-height: 510px;
	}

	.hero-arc {
		top: -34px;
		left: 50%;
		width: 760px;
		transform: translateX(-50%);
	}

	.hero-product-shot {
		top: 64px;
		left: 50%;
		width: 760px;
		transform: translateX(-50%) rotate(-1.2deg);
	}

	.trajectory-before { left: 8%; }
	.trajectory-after { top: 24px; right: 7%; }

	.section-header {
		grid-template-columns: 1fr;
		gap: 24px;
	}

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

	.workflow-step:nth-child(2) {
		border-right: 0;
	}

	.workflow-step:nth-child(n + 3) {
		border-top: 1px solid var(--brand-border-soft);
	}

	.trajectory-system {
		grid-template-columns: 1fr 1fr;
	}

	.product-frame-body {
		grid-template-columns: 210px minmax(0, 1fr);
	}

	.preview-canvas {
		padding: 28px;
	}

	.evidence-layout {
		grid-template-columns: 1fr;
	}

	.preview-summary {
		grid-template-columns: minmax(0, 1fr) 220px;
	}

	.trajectory-stage,
	.trajectory-rail {
		border-bottom: 1px solid #35413e;
	}

	.trajectory-rail {
		border-right: 0;
	}

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

	.trust-copy,
	.trust-item:nth-child(2) {
		border-bottom: 1px solid var(--brand-border-soft);
	}

	.trust-item:nth-child(2) {
		border-right: 0;
	}
}

@media (max-width: 680px) {
	.site-nav {
		width: calc(100% - 32px);
		height: 70px;
	}

	.site-nav .brand-lockup {
		font-size: 14px;
	}

	.site-nav .brand-lockup img {
		width: 45px;
		height: 28px;
	}

	.site-nav-actions .secondary {
		display: none;
	}

	.site-nav-actions .button {
		min-height: 44px;
		padding: 8px 13px;
		font-size: 13px;
	}

	.hero {
		min-height: auto;
		padding: 124px 0 54px;
	}

	.hero::before {
		display: none;
	}

	.hero-inner,
	.section-inner,
	.trust-grid,
	.closing-inner,
	.footer-inner {
		width: calc(100% - 32px);
	}

	.hero h1 {
		font-size: 50px;
	}

	.hero-thesis {
		font-size: 16px;
	}

	.hero-belief { font-size: 18px; }

	.hero-actions .button {
		width: 100%;
	}

	.hero-visual {
		min-height: 310px;
		margin-top: 26px;
	}

	.hero-arc {
		top: -8px;
		left: 50%;
		width: 500px;
		transform: translateX(-50%);
	}

	.hero-product-shot {
		top: 44px;
		left: 0;
		width: 680px;
		transform: scale(0.54) rotate(-1.2deg);
		transform-origin: top left;
	}

	.trajectory-before,
	.trajectory-after { display: none; }

	.signal-bar {
		grid-template-columns: 1fr;
	}

	.signal-stat {
		min-height: 76px;
		justify-content: flex-start;
		border-right: 0;
		border-bottom: 1px solid var(--brand-border-soft);
		padding: 18px 22px;
	}

	.signal-stat:last-child {
		border-bottom: 0;
	}

	.section {
		padding: 80px 0;
	}

	.section h2 {
		font-size: 43px;
	}

	.section-lede {
		font-size: 17px;
	}

	.section-header {
		margin-bottom: 42px;
	}

	.workflow-grid,
	.methodology-grid,
	.trajectory-system,
	.thesis-grid,
	.trust-grid {
		grid-template-columns: 1fr;
	}

	.product-frame-body {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.product-frame-bar {
		align-items: flex-start;
		flex-direction: column;
	}

	.preview-canvas {
		padding: 24px 18px;
	}

	.preview-title-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.preview-title-row h3 {
		font-size: 25px;
	}

	.preview-result-count {
		align-self: flex-start;
	}

	.preview-summary {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.preview-source-summary {
		border-top: 1px solid var(--brand-border-soft);
		border-left: 0;
		padding-top: 18px;
		padding-left: 0;
	}

	.shortlist-row {
		grid-template-columns: 38px minmax(0, 1fr) 16px;
		gap: 11px;
		padding: 15px 14px;
	}

	.shortlist-row .candidate-source {
		display: none;
	}

	.evidence-closeup .evidence-layout {
		padding: 14px;
	}

	.evidence-row {
		grid-template-columns: 22px minmax(0, 1fr);
		padding: 18px;
	}

	.evidence-row > small {
		display: none;
	}

	.workflow-step,
	.workflow-step + .workflow-step {
		min-height: auto;
		border-right: 0;
		border-bottom: 1px solid var(--brand-border-soft);
		padding: 25px 0 32px;
	}

	.workflow-step:last-child {
		border-bottom: 0;
	}

	.workflow-step > svg {
		margin: 38px 0 18px;
	}

	.methodology-grid article,
	.methodology-grid article:first-child,
	.methodology-grid article:last-child {
		min-height: auto;
		border-right: 0;
		border-bottom: 1px solid var(--brand-border-soft);
		padding: 26px 0 32px;
	}

	.methodology-grid article:last-child { border-bottom: 0; }
	.methodology-grid h3 { margin-top: 34px; }

	.trajectory-stage,
	.trajectory-rail {
		min-height: 230px;
		border-right: 0;
		border-bottom: 1px solid #35413e;
		padding: 28px 24px;
	}

	.trajectory-stage h3 {
		margin-top: 54px;
	}

	.trajectory-rail svg {
		width: 390px;
	}

	.thesis-side,
	.thesis-side + .thesis-side {
		min-height: auto;
		border-left: 0;
		border-bottom: 1px solid var(--brand-border-soft);
		padding: 28px 0 36px;
	}

	.thesis-side h3 {
		margin-top: 48px;
		font-size: 30px;
	}

	.trust-copy,
	.trust-item,
	.trust-item:nth-child(2) {
		min-height: auto;
		border-right: 0;
		border-bottom: 1px solid var(--brand-border-soft);
		padding: 34px 0;
	}

	.trust-item:last-child {
		border-bottom: 0;
	}

	.trust-item h3 {
		margin-top: 34px;
	}

	.closing {
		padding: 74px 0;
	}

	.closing-inner,
	.footer-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.closing h2 {
		font-size: 50px;
	}

	.closing .button {
		width: 100%;
	}

	.footer-links {
		flex-wrap: wrap;
		gap: 16px 22px;
	}

	.auth-card {
		padding: 28px 22px;
	}
}
