:root {
	--colsa-blue: #004A98;
	--colsa-yellow: #FFCD00;
	--colsa-gray: #A2A9AD;
	--colsa-orange: #FF6B00;
	--colsa-white: #FFFFFF;
	--colsa-ink: #17202A;
	--colsa-soft: #F5F7F9;
	--colsa-border: #E5E9ED;
	--colsa-radius: 18px;
	--colsa-shadow: 0 18px 50px rgba(17, 31, 49, 0.08);
	--colsa-container: 1280px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	background: var(--colsa-white);
	color: var(--colsa-ink);
	font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
}

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

a { color: var(--colsa-blue); text-decoration: none; }

a:hover { text-decoration: none; }

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.colsa-container {
	width: min(calc(100% - 48px), var(--colsa-container));
	margin-inline: auto;
}

.content-narrow { max-width: 840px; }

.section {
	padding: clamp(76px, 9vw, 132px) 0;
}

.section + .section {
	border-top: 1px solid rgba(229, 233, 237, 0.72);
}

.section--soft { background: var(--colsa-soft); }

.section--stats {
	padding-top: clamp(72px, 8vw, 112px);
	padding-bottom: clamp(86px, 10vw, 140px);
}

.section--pair {
	padding-top: clamp(92px, 10vw, 148px);
	padding-bottom: clamp(92px, 10vw, 148px);
}

.section--san-antonio {
	padding-top: clamp(100px, 11vw, 160px);
	padding-bottom: clamp(100px, 11vw, 160px);
}

.eyebrow {
	margin: 0 0 16px;
	color: var(--colsa-blue);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

h1,
h2,
h3 {
	margin-top: 0;
	color: var(--colsa-blue);
	line-height: 1.08;
	letter-spacing: -0.025em;
}

h1 {
	font-size: clamp(3.1rem, 6.5vw, 6.7rem);
	max-width: 980px;
}

h2 { font-size: clamp(2.1rem, 4vw, 4.2rem); }

h3 { font-size: clamp(1.25rem, 2vw, 1.75rem); }

p { margin-top: 0; }

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	border: 1px solid var(--colsa-blue);
	border-radius: 999px;
	background: var(--colsa-blue);
	color: var(--colsa-white);
	font-weight: 700;
	transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.button:hover {
	transform: translateY(-2px);
	background: #003D7D;
	color: var(--colsa-white);
}

.button--small {
	min-height: 42px;
	padding: 9px 17px;
	font-size: .9rem;
}

.button--ghost {
	background: transparent;
	border-color: rgba(255,255,255,.65);
	color: var(--colsa-white);
}

.button--ghost:hover {
	background: rgba(255,255,255,.12);
}

.button--dark {
	background: var(--colsa-ink);
	border-color: var(--colsa-ink);
}

.button--light {
	background: var(--colsa-white);
	border-color: var(--colsa-white);
	color: var(--colsa-orange);
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.text-link { font-weight: 800; }

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255,255,255,.94);
	border-bottom: 1px solid rgba(229,233,237,.85);
	backdrop-filter: blur(14px);
}

.site-header__inner {
	min-height: 86px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 30px;
}

.site-brand {
	display: inline-flex;
	flex-direction: column;
	line-height: 1;
}

.site-brand__word {
	color: var(--colsa-blue);
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: -0.06em;
}

.site-brand__logo {
	display: block;
	width: auto;
	max-width: 220px;
	max-height: 64px;
	height: auto;
}

.site-brand__tag {
	margin-top: 5px;
	color: #5D6873;
	font-size: .57rem;
	font-weight: 700;
	letter-spacing: .02em;
}

.primary-nav__list,
.site-footer__menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.primary-nav__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.primary-nav__list a {
	color: var(--colsa-ink);
	font-size: .9rem;
	font-weight: 700;
}

.primary-nav__list a:hover { color: var(--colsa-blue); }

.nav-toggle { display: none; }

.hero {
	position: relative;
	min-height: min(800px, calc(100vh - 86px));
	display: grid;
	align-items: end;
	overflow: hidden;
	background: #0B345F;
}

.hero__media {
	position: absolute;
	inset: 0;
	background-color: #0B345F;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transform: scale(1.01);
}

.hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0,35,72,.85) 0%, rgba(0,35,72,.50) 52%, rgba(0,35,72,.12) 100%);
}

.hero__content {
	position: relative;
	z-index: 2;
	padding-top: 110px;
	padding-bottom: 100px;
	color: var(--colsa-white);
}

.hero h1,
.hero .eyebrow { color: var(--colsa-white); }

.hero__lead {
	max-width: 720px;
	font-size: clamp(1.06rem, 1.8vw, 1.3rem);
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 36px;
	margin-top: 40px;
}

.stat {
	padding: 34px 0;
	border-top: 2px solid var(--colsa-blue);
}

.stat strong {
	display: block;
	color: var(--colsa-blue);
	font-size: clamp(2.6rem, 5vw, 5.8rem);
	line-height: 1;
}

.stat span { display: block; margin-top: 12px; font-weight: 700; }

.section-note { margin-top: 24px; color: #6D7782; }

.split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(48px, 8vw, 120px);
	align-items: start;
}

.split--center { align-items: center; }

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 52px;
}

.section-heading h2 { max-width: 800px; margin-bottom: 0; }

.news-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr);
	grid-template-rows: repeat(2, auto);
	gap: 28px;
}

.news-card {
	display: grid;
	grid-template-columns: 42% 1fr;
	overflow: hidden;
	background: var(--colsa-white);
	border: 1px solid var(--colsa-border);
	border-radius: var(--colsa-radius);
	box-shadow: var(--colsa-shadow);
}

.news-card--featured {
	grid-row: 1 / span 2;
	grid-template-columns: 1fr;
}

.news-card__media {
	min-height: 220px;
	background: #DDE4EA;
}

.news-card--featured .news-card__media { min-height: 390px; }

.news-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-card__body { padding: 26px; }

.news-card__body time {
	display: block;
	margin-bottom: 12px;
	color: #77828D;
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.news-card__body h3 { margin-bottom: 14px; }

.news-card__body h3 a { color: inherit; }

.partner-strip {
	overflow: hidden;
	padding: 12px 0;
}

.partner-strip__track {
	display: flex;
	align-items: stretch;
	gap: 24px;
	width: max-content;
}

.partner-logo-card {
	width: 210px;
	height: 120px;
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	padding: 18px 22px;
	border: 1px solid var(--colsa-border);
	border-radius: 14px;
	background: #fff;
}

.partner-logo-card img {
	max-width: 100%;
	max-height: 76px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.partner-logo-card--placeholder {
	color: #8A949E;
	font-weight: 800;
	letter-spacing: .08em;
}

.two-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 34px;
}

.feature-box {
	min-height: 360px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(38px, 5vw, 68px);
	border-radius: 24px;
}

.feature-box h2 { max-width: 560px; }

.feature-box--memory {
	background: #FFF8D7;
	border: 1px solid rgba(255,205,0,.45);
}

.feature-box--join {
	background: var(--colsa-orange);
	color: var(--colsa-white);
}

.feature-box--join h2,
.feature-box--join .eyebrow { color: var(--colsa-white); }

.san-antonio-placeholder {
	min-height: 440px;
	border-radius: 24px;
	background-color: #E8EDF1;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: var(--colsa-shadow);
}

.site-footer {
	background: var(--colsa-gray);
	color: #202A33;
}

.site-footer__brand-line {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	height: 7px;
}

.site-footer__brand-line span:nth-child(1) { background: var(--colsa-blue); }
.site-footer__brand-line span:nth-child(2) { background: var(--colsa-yellow); }
.site-footer__brand-line span:nth-child(3) { background: var(--colsa-orange); }
.site-footer__brand-line span:nth-child(4) { background: #E9EDF0; }

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.35fr .8fr .8fr 1fr;
	gap: 48px;
	padding-top: 76px;
	padding-bottom: 60px;
}

.site-footer__title {
	margin-bottom: 18px;
	color: #1A2733;
	font-size: 1rem;
	letter-spacing: 0;
}

.site-footer__menu li + li { margin-top: 9px; }

.site-footer a { color: #202A33; font-weight: 650; }

.site-brand--footer .site-brand__word { color: var(--colsa-blue); }

.site-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-top: 20px;
	padding-bottom: 24px;
	border-top: 1px solid rgba(32,42,51,.18);
	font-size: .84rem;
}

@media (max-width: 1100px) {
	.site-header__inner {
		grid-template-columns: auto auto 1fr;
	}
	.nav-toggle {
		display: inline-flex;
		flex-direction: column;
		gap: 4px;
		width: 42px;
		height: 42px;
		align-items: center;
		justify-content: center;
		border: 0;
		background: transparent;
	}
	.nav-toggle span:not(.screen-reader-text) {
		width: 22px;
		height: 2px;
		background: var(--colsa-ink);
	}
	.primary-nav {
		position: absolute;
		top: 86px;
		left: 0;
		right: 0;
		display: none;
		padding: 24px;
		background: #fff;
		border-bottom: 1px solid var(--colsa-border);
	}
	.primary-nav.is-open { display: block; }
	.primary-nav__list {
		align-items: stretch;
		flex-direction: column;
		gap: 8px;
	}
	.primary-nav__list a {
		display: block;
		padding: 10px 0;
	}
	.site-header__cta { justify-self: end; }
	.site-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
	.colsa-container { width: min(calc(100% - 32px), var(--colsa-container)); }
	.section { padding: 72px 0; }
	.hero { min-height: 680px; }
	.hero__content { padding-bottom: 72px; }
	.stats-grid,
	.split,
	.two-cards { grid-template-columns: 1fr; }
	.stats-grid { gap: 10px; }
	.news-layout { grid-template-columns: 1fr; grid-template-rows: auto; }
	.news-card,
	.news-card--featured { grid-column: auto; grid-row: auto; }
	.news-card { grid-template-columns: 38% 1fr; }
	.news-card--featured { grid-template-columns: 1fr; }
	.section-heading { align-items: start; flex-direction: column; }
	.feature-box { min-height: 320px; }
	.site-footer__grid { grid-template-columns: 1fr; }
	.site-footer__bottom { flex-direction: column; }
}

@media (max-width: 560px) {
	h1 { font-size: clamp(2.7rem, 14vw, 4.4rem); }
	.site-header__inner { gap: 12px; min-height: 74px; }
	.primary-nav { top: 74px; }
	.site-header__cta { display: none; }
	.site-brand__word { font-size: 1.7rem; }
	.hero { min-height: 620px; }
	.button-row { align-items: stretch; flex-direction: column; }
	.button { width: 100%; }
	.news-card { grid-template-columns: 1fr; }
	.news-card__media { min-height: 230px; }
	.partner-logo-card { width: 165px; height: 110px; }
	.two-cards { gap: 24px; }
}


.section--bulletin { background: #FFFFFF; }
.bulletin-feature { display:grid; grid-template-columns:minmax(220px, .45fr) 1fr; gap:clamp(32px,6vw,80px); align-items:center; padding:clamp(28px,4vw,54px); border:1px solid var(--colsa-border); border-radius:24px; background:#fff; box-shadow:var(--colsa-shadow); }
.bulletin-feature__cover img { width:100%; max-height:420px; object-fit:contain; border-radius:12px; background:#f5f7f9; }
.bulletin-feature__body h2 { margin-bottom:20px; }
@media(max-width:820px){ .bulletin-feature{grid-template-columns:1fr;} .site-brand__logo{max-width:180px;max-height:56px;} }

.archive-hero{padding-bottom:72px}.archive-lead{max-width:720px;font-size:1.16rem}.bulletin-filters{display:flex;flex-wrap:wrap;gap:10px;margin-top:34px}.bulletin-filters a{padding:10px 16px;border:1px solid var(--colsa-border);border-radius:999px;color:var(--colsa-ink);font-weight:700;background:#fff}.bulletin-filters a.is-active{background:var(--colsa-blue);border-color:var(--colsa-blue);color:#fff}.bulletin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.bulletin-card{overflow:hidden;border:1px solid var(--colsa-border);border-radius:18px;background:#fff;box-shadow:var(--colsa-shadow)}.bulletin-card__media{display:grid;place-items:center;min-height:300px;padding:22px;background:#f3f5f7}.bulletin-card__media img{max-height:340px;width:auto;object-fit:contain}.bulletin-card__body{padding:26px}.bulletin-card__body h2{font-size:1.5rem}.bulletin-single__cover{margin:34px 0}.bulletin-single__cover img{max-height:760px;width:auto;margin:0 auto;object-fit:contain}@media(max-width:1000px){.bulletin-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.bulletin-grid{grid-template-columns:1fr}}
