:root {
	--navy: #0d2137;
	--navy-lt: #162e4d;
	--gunmetal: #1c2b3a;
	--teal: #0e8fa0;
	--teal-lt: #12b0c5;
	--amber: #d4841a;
	--amber-lt: #e89a30;
	--gold: #b8872a;
	--cream: #fdfaf5;
	--gray-lt: #f2f0eb;
	--gray: #e0ddd7;
	--mid: #8a8580;
	--text: #1e1c18;
	--nav-h: 72px;
	--r: 12px;
	--shadow: 0 8px 32px rgba(13, 33, 55, 0.13);
	--shadow-deep: 0 18px 50px rgba(13, 33, 55, 0.2);
	--trans: all 0.3s ease;
}

/* NAV */
nav {
	background: var(--navy);
}

.nav-cta:hover {
	background: var(--amber-lt) !important;
}

/* HERO */
.hero {
	background: linear-gradient(
		150deg,
		var(--navy) 0%,
		#0c2840 40%,
		#093348 70%,
		#062830 100%
	);
}

.hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(14, 143, 160, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(14, 143, 160, 0.06) 1px, transparent 1px);
	background-size: 60px 60px;
	animation: gridMove 20s linear infinite;
	z-index: -1;
}

@keyframes gridMove {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 60px 60px;
	}
}

.hero-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: calc(100vh - 200px);
}

.hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	width: 220px;
	background: rgba(14, 143, 160, 0.15);
	border: 1px solid rgba(14, 143, 160, 0.35);
	border-radius: 50px;
	padding: 0.4rem 1.2rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--teal-lt);
	margin-bottom: 1.6rem;
}

.eyebrow-dot {
	min-width: 8px;
	min-height: 8px;
	border-radius: 50%;
	background: var(--teal-lt);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0.3;
	}
}

.hero h1 {
	font-size: clamp(31px, calc(23.505px + 2.342vw), 57px);
	line-height: 1.18;
	font-weight: 700;
	margin-bottom: clamp(40px, calc(28.468px + 3.604vw), 80px);
	max-width: 903px;
}

.hero h1 em {
	font-style: italic;
	color: var(--teal-lt);
}

.hero h1 .gold {
	color: var(--amber-lt);
	font-style: normal;
}

.hero-lead {
	font-size: clamp(14px, calc(12.847px + 0.36vw), 18px);
	opacity: 0.85;
	max-width: 780px;
	line-height: 1.8;
}

.statement-frame,
.partner-card.insight,
.partner-card,
.synthesis,
.cta-inner {
	opacity: 0;
	transform: translateY(20px);
}

.statement-frame.fade-in-up,
.partner-card.insight.fade-in-up,
.partner-card.fade-in-up,
.synthesis.fade-in-up,
.cta-inner.fade-in-up {
	opacity: 1;
	transform: translateY(0);
	transition: 0.6s ease;
}

/* SECTION */
.section-eyebrow {
	display: inline-block;
	font-size: clamp(11px, calc(10.423px + 0.18vw), 13px);
	color: var(--teal);
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin-bottom: 0.8rem;
}

.section-title {
	font-size: clamp(28px, calc(23.387px + 1.441vw), 44px);
	color: var(--navy);
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 1rem;
	max-width: 820px;
}

.section-title em {
	font-style: italic;
	color: var(--teal);
}

.section-lead {
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	color: #3a3a3a;
	max-width: 820px;
	margin-bottom: 2.4rem;
}

/* PERSONAL STATEMENT — featured letter style */
#statement {
	padding: var(--vertical-padding) 0;
}
.statement-frame {
	background: #fff;
	border-radius: var(--r);
	padding: 0;
	box-shadow: var(--shadow-deep);
	overflow: hidden;
	border-top: clamp(3px, calc(2.135px + 0.27vw), 6px) solid var(--amber);
	position: relative;
}

.statement-header {
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
	border-bottom: 1px solid var(--gray);
	background: linear-gradient(135deg, #fdfaf5, #fff);
}

.statement-byline {
	font-size: clamp(10px, calc(9.423px + 0.18vw), 12px);
	color: var(--mid);
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin-bottom: 0.4rem;
}

.statement-name {
	font-size: clamp(20px, calc(16.252px + 1.171vw), 33px);
	font-weight: 700;
	color: var(--navy);
	line-height: 1.15;
}

.statement-degrees {
	font-size: clamp(10px, calc(9.135px + 0.27vw), 13px);
	color: var(--gold);
	font-weight: 600;
	margin-top: 0.5rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.statement-creds {
	font-size: 0.92rem;
	color: var(--teal);
	font-weight: 600;
	margin-top: 0.3rem;
	letter-spacing: 0.02em;
}

.statement-body {
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
	font-size: clamp(14px, calc(12.847px + 0.36vw), 18px);
	line-height: 1.85;
	color: #262626;
}

.statement-body::before {
	content: '\201C';
	display: block;
	height: clamp(22px, calc(18.829px + 0.991vw), 33px);
	font-size: clamp(55px, calc(47.793px + 2.252vw), 80px);
	color: var(--amber);
	opacity: 0.18;
	line-height: 1;
	font-weight: 700;
}

.statement-body p {
	margin-bottom: 1.2rem;
}

.statement-body p strong {
	color: var(--navy);
	font-weight: 600;
}

.statement-body em {
	color: var(--teal);
	font-style: italic;
	font-weight: 600;
}

.statement-body p:first-child {
	margin-top: clamp(15px, calc(10.676px + 1.351vw), 30px);
}

.statement-body p:last-child {
	margin-bottom: 0;
}

/* COGAN MENTOR CALLOUT — embedded in statement */
.mentor-card {
	background: linear-gradient(135deg, #f6f1e5, #fdfaf5);
	border-left: clamp(3px, calc(2.135px + 0.27vw), 6px) solid var(--gold);
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
	margin: 1.6rem 0;
	border-radius: 8px;
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	line-height: 1.7;
	color: #262626;
}

.mentor-card .mentor-label {
	font-size: clamp(10px, calc(9.135px + 0.27vw), 13px);
	color: var(--gold);
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	display: block;
	margin-bottom: 0.5rem;
}

.mentor-card .mentor-name {
	font-size: clamp(16px, calc(14.847px + 0.36vw), 20px);
	font-weight: 700;
	color: var(--navy);
	margin-bottom: 0.2rem;
	display: block;
}

.mentor-card .mentor-sub {
	color: var(--mid);
	font-style: italic;
	font-size: 0.88rem;
	display: block;
	margin-bottom: 0.8rem;
}

.mentor-card ul {
	list-style: none;
	padding: 0;
	margin: 0.6rem 0;
}

.mentor-card ul li {
	padding: 0.2rem 0 0.2rem 1.2rem;
	position: relative;
}

.mentor-card ul li::before {
	content: '▸';
	color: var(--gold);
	position: absolute;
	left: 0;
	font-weight: 700;
}

.mentor-card .mentor-books {
	margin-top: 0.8rem;
	font-style: italic;
	color: var(--navy);
	font-weight: 600;
}

.statement-sig {
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
	background: #faf7f0;
	border-top: 1px solid var(--gray);
	font-style: italic;
	color: var(--mid);
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
}

.statement-sig strong {
	color: var(--navy);
	font-style: normal;
	font-weight: 700;
}

/* PARTNER CARDS */
#insight {
	padding: var(--vertical-padding) 0;
}
.insight-what-they-bring-list h4 {
	font-size: clamp(16px, calc(15.423px + 0.18vw), 18px);
	color:var(--navy);
	margin:1.4rem 0 0.6rem;
}
.insight-what-they-bring-list ul {
	padding-left:1.4rem;
	line-height:1.9;
}
.insight-what-they-bring-list li,
.samsung-roadmap-list li {
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
}
.partner-card {
	background: #fff;
	border-radius: var(--r);
	box-shadow: var(--shadow);
	overflow: hidden;
	border-top: 4px solid var(--teal);
}

.partner-card.varjo {
	border-top-color: var(--gold);
}

.partner-card.samsung {
	border-top-color: var(--teal);
}

.partner-card.insight {
	border-top-color: var(--amber);
}

.partner-header {
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--gray);
	gap: 1rem;
}

.partner-name {
	font-size: clamp(20px, calc(17.694px + 0.721vw), 28px);
	font-weight: 700;
	color: var(--navy);
	margin-bottom: 0.3rem;
}

.partner-name em {
	color: var(--teal);
	font-style: italic;
}

.partner-role {
	font-size: clamp(10px, calc(9.135px + 0.27vw), 13px);
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--mid);
}

.partner-badge {
	background: var(--gunmetal);
	color: #fff;
	padding: clamp(5px, calc(4.135px + 0.27vw), 8px) clamp(10px, calc(7.694px + 0.721vw), 18px);
	border-radius: 50px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	white-space: nowrap;
}

.partner-badge.signed {
	background: var(--teal);
}

.partner-badge.gold {
	background: var(--gold);
}

.partner-body {
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
}

.partner-body p:first-of-type {
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	color: var(--navy);
	font-weight: 600;
}

/* SPEC GRID */
.spec-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(258px, 1fr));
	gap: 1rem;
	margin: 1.6rem 0;
}

.spec {
	background: var(--gray-lt);
	border-radius: 8px;
	padding: clamp(10px, calc(7.117px + 0.901vw), 20px);
	border-left: 3px solid var(--teal);
}

.spec.gold {
	border-left-color: var(--gold);
}

.spec.amber {
	border-left-color: var(--amber);
}

.spec-num {
	font-size: clamp(16px, calc(13.694px + 0.721vw), 24px);
	font-weight: 700;
	color: var(--navy);
	line-height: 1.1;
}

.spec-num .unit {
	font-size: 0.85rem;
	font-weight: 400;
	color: var(--mid);
}

.spec-label {
	font-size: clamp(11px, calc(10.712px + 0.09vw), 12px);
	color: var(--mid);
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-top: 0.3rem;
}

#varjo {
	padding: var(--vertical-padding) 0;
}

.varjo-list h4,
.varjo-platform-list h4 {
	font-size: clamp(16px, calc(15.423px + 0.18vw), 18px);
	color:var(--navy);
	margin:1.6rem 0 0.6rem;
}

.varjo-platform-list p {
	background:#FFF8EC;
	border-left: clamp(3px, calc(2.712px + 0.09vw), 4px) solid var(--gold);
	padding: 15px;
	border-radius:6px;
	color:var(--navy);
	font-weight:600;
}

#samsung {
	padding: var(--vertical-padding) 0;
}

.samsung-roadmap h4 {
	font-size: clamp(16px, calc(15.423px + 0.18vw), 18px);
	color:var(--navy);
	margin:1.4rem 0 0.6rem;
}

.samsung-roadmap-list {
	padding-left:1.4rem;
	line-height:1.9;
}

/* CUSTOMER LOGOS BLOCK */
.customers-block {
	background: linear-gradient(135deg, var(--gunmetal), var(--navy));
	color: #fff;
	border-radius: var(--r);
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
	margin-top: 1.6rem;
}

.customers-label {
	font-size: 13px;
	color: var(--gold);
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.customers-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.customer-chip {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	padding: clamp(7px, calc(6.423px + 0.18vw), 9px);
	border-radius: 6px;
	font-size: clamp(12px, calc(11.712px + 0.09vw), 13px);
	font-weight: 700;
	color: #fff;
}

.customer-chip.featured {
	background: rgba(184, 135, 42, 0.18);
	border-color: rgba(184, 135, 42, 0.5);
	color: var(--gold);
}

/* PULL QUOTE */
.pull {
	background: var(--cream);
	border-left: clamp(3px, calc(2.712px + 0.09vw), 4px) solid var(--gold);
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
	margin-top: 1.6rem;
	font-style: italic;
	font-size: clamp(16px, calc(15.423px + 0.18vw), 18px);
	color: var(--navy);
}

.pull-attr {
	display: block;
	margin-top: 0.6rem;
	font-style: normal;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: var(--mid);
}

/* USE PILLS */
.use-cases {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1rem;
}

.use-pill {
	background: #fff;
	border: 1.5px solid var(--gray);
	padding: clamp(4px, calc(2.847px + 0.36vw), 8px) clamp(12px, calc(10.27px + 0.541vw), 18px);
	border-radius: 50px;
	font-size: 0.86rem;
	font-weight: 600;
	color: var(--navy);
}

.use-pill.defense {
	border-color: var(--gold);
	background: #fff8ec;
	color: var(--gold);
}

/* SYNTHESIS */
#synthesis {
	padding: var(--vertical-padding) 0;
}
.synthesis {
	background: #fff;
	border-radius: var(--r);
	padding: clamp(15px, calc(12.117px + 0.901vw), 25px);
	box-shadow: var(--shadow);
	margin-top: 2rem;
	border-top: 4px solid var(--navy);
}

.synthesis h3 {
	font-size: clamp(20px, calc(18.559px + 0.45vw), 25px);
	color: var(--navy);
	margin-bottom: 1rem;
}

.synthesis p {
	font-size: 14px;
	margin-bottom: 0.9rem;
}

.synthesis h3 {
	margin-bottom: 20px;
}

.synthesis p strong {
	color: var(--navy);
}

.synthesis .closing-italic {
	font-style: italic;
	color: var(--teal);
	font-weight: 600;
	font-size: clamp(16px, calc(15.423px + 0.18vw), 18px);
	margin-top: 1rem;
}

/* CTA */
.cta-section {
	padding: var(--vertical-padding) 0;
	background: var(--gray-lt);
	text-align: center;
}

.cta-section h2 {
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	color: var(--navy);
	font-weight: 700;
	margin-bottom: 1rem;
}

.cta-section p {
	font-size:clamp(14px, calc(13.423px + 0.18vw), 16px);
	color:#3a3a3a;
	margin-top:0.6rem;
}

.cta-btns {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 2rem;
}

.btn-primary,
.btn-outline {
	font-size: clamp(14px, calc(13.423px + 0.18vw), 16px);
	padding: clamp(8px, calc(5.982px + 0.631vw), 15px) clamp(20px, calc(17.117px + 0.901vw), 30px);
	border-radius: 50px;
	text-decoration: none;
	font-weight: 800;
	transition: var(--trans);
}

.btn-primary {
	background: var(--amber);
	color: #fff;
	box-shadow: 0 4px clamp(8px, calc(4.541px + 1.081vw), 20px) rgba(212, 132, 26, 0.45);
}

.btn-primary:hover {
	background: var(--amber-lt);
	transform: translateY(-2px);
}

.btn-outline {
	background: transparent;
	border: 2px solid var(--navy);
	color: var(--navy);
}

.btn-outline:hover {
	background: var(--navy);
	color: #fff;
}

@media (max-width: 800px) {
	.partner-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.6rem;
	}
}
