:root {
	--navy: #1a2e4a;
	--navy-dark: #0f1f33;
	--navy-mid: #2a4063;
	--amber: #e8851c;
	--amber-dark: #c46f0e;
	--cream: #f7f5ed;
	--soft-blue: #7a99c0;
	--text: #1f2937;
	--muted: #5a6573;
	--border: #e2e3df;
	--white: #ffffff;
	--shadow-sm: 0 1px 2px rgba(15, 31, 51, 0.06), 0 1px 3px rgba(15, 31, 51, 0.04);
	--shadow-md: 0 4px 12px rgba(15, 31, 51, 0.08), 0 2px 4px rgba(15, 31, 51, 0.04);
	--shadow-lg: 0 12px 32px rgba(15, 31, 51, 0.12), 0 4px 8px rgba(15, 31, 51, 0.06);
	--radius: 6px;
	--container: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.6;
	color: var(--text);
	background: var(--white);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--amber-dark); }

h1, h2, h3 {
	color: var(--navy);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.015em;
	margin: 0 0 0.5em;
}
h1 { font-size: clamp(2rem, 4vw, 3.25rem); }
h2 { font-size: clamp(1.6rem, 2.8vw, 2.25rem); }
h3 { font-size: 1.2rem; }

p { margin: 0 0 1em; }

.container {
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 24px;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: var(--navy);
	color: var(--white);
	padding: 12px 16px;
	z-index: 100;
}
.skip-link:focus { left: 12px; top: 12px; }

/* ---------- Header ---------- */

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: saturate(150%) blur(8px);
	border-bottom: 1px solid var(--border);
}

.nav-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	height: 72px;
}

.brand {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--navy);
}
.brand-mark {
	width: 40px;
	height: 40px;
	border-radius: 4px;
	object-fit: cover;
	flex-shrink: 0;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-weight: 700; font-size: 1.05rem; }
.brand-tag { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }

.primary-nav {
	display: flex;
	align-items: center;
	gap: 28px;
}
.primary-nav a {
	font-weight: 500;
	color: var(--text);
	font-size: 0.95rem;
}
.primary-nav a:hover { color: var(--amber-dark); }
.primary-nav .nav-cta { padding: 9px 18px; font-size: 0.9rem; }

.nav-toggle {
	display: none;
	background: transparent;
	border: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	padding: 8px;
}
.nav-toggle span {
	display: block;
	height: 2px;
	background: var(--navy);
	margin: 5px 0;
	border-radius: 2px;
	transition: transform 0.2s, opacity 0.2s;
}

/* ---------- Buttons ---------- */

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 22px;
	border-radius: var(--radius);
	font-weight: 600;
	font-size: 0.95rem;
	border: 2px solid transparent;
	cursor: pointer;
	transition: background 0.15s, color 0.15s, border-color 0.15s, transform 0.05s;
	text-decoration: none;
	white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--amber); color: var(--white); border-color: var(--amber); }
.btn-primary:hover { background: var(--amber-dark); border-color: var(--amber-dark); color: var(--white); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-ghost:hover { background: var(--navy); color: var(--white); }
.btn-block { width: 100%; }

/* ---------- Hero ---------- */

.hero {
	background: linear-gradient(180deg, var(--cream) 0%, #fdfcf7 100%);
	padding: 96px 0 88px;
	border-bottom: 1px solid var(--border);
}
.hero-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 56px;
	align-items: center;
}
.eyebrow {
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--amber-dark);
	margin: 0 0 16px;
}
.eyebrow-light { color: var(--amber); }
.hero h1 { margin-bottom: 20px; }
.lede {
	font-size: 1.15rem;
	color: var(--muted);
	max-width: 56ch;
	margin-bottom: 32px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-art {
	max-width: 460px;
	margin: 0 auto;
	width: 100%;
}
.hero-art-stage {
	position: relative;
	display: grid;
	place-items: center;
	width: 100%;
}
.hero-art-img {
	grid-area: 1 / 1;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 12px 28px rgba(15, 31, 51, 0.18));
}


/* ---------- Hero (wide variant for /test) ---------- */

.hero.hero-wide {
	background: linear-gradient(to right, rgba(15, 31, 51, 0.85) 0%, rgba(15, 31, 51, 0.7) 38%, rgba(15, 31, 51, 0.2) 72%, rgba(15, 31, 51, 0.05) 92%), url('../../images/hts_v3_wide.png') center / cover no-repeat;
	background-color: var(--navy-dark);
	border-bottom: 0;
	color: var(--white);
	min-height: clamp(540px, 56.3vw, 820px);
	padding: 80px 0;
	display: flex;
	align-items: center;
}
.hero.hero-wide .container { width: 100%; }
.hero.hero-wide .hero-grid { grid-template-columns: 1fr; }
.hero.hero-wide .hero-copy { max-width: 580px; }
.hero.hero-wide h1 { color: var(--white); }
.hero.hero-wide .lede { color: rgba(255, 255, 255, 0.88); }
.hero.hero-wide .eyebrow { color: var(--amber); }
.hero.hero-wide .btn-ghost {
	color: var(--white);
	border-color: rgba(255, 255, 255, 0.6);
}
.hero.hero-wide .btn-ghost:hover {
	background: var(--white);
	color: var(--navy);
	border-color: var(--white);
}

@media (max-width: 880px) {
	.hero.hero-wide {
		background: linear-gradient(to bottom, rgba(15, 31, 51, 0.88) 0%, rgba(15, 31, 51, 0.75) 55%, rgba(15, 31, 51, 0.3) 100%), url('../../images/hts_v3_wide.png') center / cover no-repeat;
		background-color: var(--navy-dark);
		min-height: 80vh;
		padding: 72px 0;
	}
}

/* ---------- Sections ---------- */

.section { padding: 88px 0; }
.section-alt { background: var(--cream); }
.section-dark { background: var(--navy); color: rgba(255, 255, 255, 0.92); }
.section-dark h2 { color: var(--white); }
.section-dark a { color: var(--white); }
.section-dark a:hover { color: var(--amber); }

.section-head {
	max-width: 720px;
	margin: 0 auto 56px;
	text-align: center;
}
.section-lede {
	font-size: 1.1rem;
	color: var(--muted);
	margin: 0;
}

/* ---------- Cards ---------- */

.card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	gap: 24px;
}
.card {
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 28px;
	transition: transform 0.15s, box-shadow 0.15s, border-color 0.15s;
}
.card:hover {
	transform: translateY(-2px);
	box-shadow: var(--shadow-md);
	border-color: var(--soft-blue);
}
.card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: var(--cream);
	color: var(--navy);
	border-radius: var(--radius);
	font-size: 1.25rem;
	margin-bottom: 18px;
}
.card h3 { margin-bottom: 8px; }
.card p { color: var(--muted); margin: 0; font-size: 0.96rem; }

/* ---------- Approach ---------- */

.approach-grid {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 56px;
	align-items: start;
}
.approach-grid > div h2 { margin-top: 0; }
.steps {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 24px;
}
.steps li {
	background: var(--white);
	border: 1px solid var(--border);
	border-left: 4px solid var(--amber);
	border-radius: var(--radius);
	padding: 22px 26px;
}
.step-num {
	display: block;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	color: var(--amber-dark);
	margin-bottom: 6px;
}
.steps h3 { margin-bottom: 4px; }
.steps p { margin: 0; color: var(--muted); }

/* ---------- About ---------- */

.about-grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 56px;
	align-items: center;
}
.about-photo img {
	border-radius: var(--radius);
	box-shadow: var(--shadow-lg);
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	color: var(--navy);
	border-bottom: 2px solid var(--amber);
	padding-bottom: 2px;
}
.text-link:hover { color: var(--amber-dark); }
.text-link i { color: var(--amber); }

/* ---------- Contact ---------- */

.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: start;
}
.contact-copy h2 { color: var(--white); }
.contact-copy p { color: rgba(255, 255, 255, 0.78); }

.contact-list {
	list-style: none;
	padding: 0;
	margin: 28px 0;
	display: grid;
	gap: 12px;
}
.contact-list li { display: flex; align-items: center; gap: 12px; }
.contact-list i { color: var(--amber); width: 18px; text-align: center; }

.social {
	list-style: none;
	padding: 0;
	margin: 24px 0 0;
	display: flex;
	gap: 12px;
}
.social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: var(--white);
	font-size: 1.05rem;
	transition: background 0.15s, border-color 0.15s, transform 0.15s;
}
.social a:hover { background: var(--amber); border-color: var(--amber); color: var(--white); transform: translateY(-1px); }
.social svg { width: 18px; height: 18px; display: block; }

.contact-form {
	background: var(--white);
	color: var(--text);
	border-radius: var(--radius);
	padding: 32px;
	box-shadow: var(--shadow-lg);
}
.field { margin-bottom: 18px; }
.field label {
	display: block;
	font-weight: 600;
	font-size: 0.9rem;
	margin-bottom: 6px;
	color: var(--navy);
}
.field input,
.field textarea {
	width: 100%;
	padding: 11px 14px;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	font-family: inherit;
	font-size: 1rem;
	color: var(--text);
	background: var(--white);
	transition: border-color 0.15s, box-shadow 0.15s;
}
.field input:focus,
.field textarea:focus {
	outline: none;
	border-color: var(--soft-blue);
	box-shadow: 0 0 0 3px rgba(122, 153, 192, 0.25);
}
.field textarea { resize: vertical; min-height: 120px; }

/* ---------- Footer ---------- */

.site-footer {
	background: var(--navy-dark);
	color: rgba(255, 255, 255, 0.7);
	padding: 28px 0;
	font-size: 0.9rem;
}
.footer-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}
.footer-row p { margin: 0; }
.footer-links a { color: rgba(255, 255, 255, 0.7); margin-left: 20px; }
.footer-links a:first-child { margin-left: 0; }
.footer-links a:hover { color: var(--amber); }

/* ---------- Mobile ---------- */

@media (max-width: 880px) {
	.hero { padding: 64px 0 56px; }
	.hero-grid { grid-template-columns: 1fr; gap: 36px; }
	.hero-art { order: -1; }
	.hero-art img { max-width: 240px; }

	.section { padding: 64px 0; }

	.approach-grid { grid-template-columns: 1fr; gap: 32px; }
	.about-grid { grid-template-columns: 1fr; gap: 32px; }
	.contact-grid { grid-template-columns: 1fr; gap: 40px; }

	.nav-toggle { display: block; }
	.primary-nav {
		position: absolute;
		top: 72px;
		left: 0;
		right: 0;
		background: var(--white);
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 12px 24px 20px;
		border-bottom: 1px solid var(--border);
		box-shadow: var(--shadow-md);
		display: none;
	}
	.primary-nav.is-open { display: flex; }
	.primary-nav a {
		padding: 12px 0;
		border-bottom: 1px solid var(--border);
	}
	.primary-nav a:last-child { border-bottom: 0; }
	.primary-nav .nav-cta { margin-top: 12px; text-align: center; justify-content: center; }
}

@media (max-width: 480px) {
	body { font-size: 16px; }
	.container { padding: 0 18px; }
	.brand-tag { display: none; }
	.contact-form { padding: 24px; }
}
