html body {
	background:
		linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
		url('../img/base/background.png') center/cover fixed !important;
	background-color: #fff !important;
	font-family: Arial, Verdana, Helvetica, sans-serif !important;
}
.navbar-brand { font-weight: bold; }


/* Navbar logo spacing */
.navbar-brand img { max-height: 40px; }
.navbar{
    /*background-color: #FFF !important;*/
}

.news-image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 120px;
	background: linear-gradient(135deg, #f8f9fa, #e9ecef);
	color: #b00020;
	font-size: 2.5rem;
}

.card-img-top.news-image-placeholder {
	height: 190px;
}

.news-card {
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 0.85rem;
	box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.05);
}

.news-image {
	display: block;
	width: 100%;
	background: #e9ecef;
}

.news-image-trigger {
	display: block;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: zoom-in;
}

.news-image-trigger:focus-visible {
	outline: 2px solid #b00020;
	outline-offset: 3px;
}

.news-image-feature {
	height: clamp(250px, 40vw, 278px);
	object-fit: cover;
	object-position: center;
}

.news-image-inline {
	width: 140px;
	height: 140px;
	flex: 0 0 140px;
	object-fit: cover;
	object-position: center;
}

.news-card-inline .card-body {
	min-width: 0;
}

.news-card .card-title {
	line-height: 1.25;
}

.news-card .card-text {
	line-height: 1.6;
}

.home-hero {
	border-radius: 0.75rem;
	padding: 4rem 2rem;
}

.home-events-float {
	position: fixed;
	top: 5.75rem;
	right: 1.25rem;
	z-index: 1030;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	background: linear-gradient(180deg, #b00020, #7f0b20);
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 999px;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.18);
	color: #fff;
	font-size: 1.35rem;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.home-events-float:hover {
	color: #fff;
	box-shadow: 0 1.25rem 2.4rem rgba(0, 0, 0, 0.22);
	transform: translateY(-2px);
}

.home-icon-grid {
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.home-icon-grid .home-icon-item:nth-child(4),
	.home-icon-grid .home-icon-item:nth-child(5) {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

.content-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 0.75rem;
	box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.06);
	padding: 2.5rem;
}

.contenedor-content,
.events-content {
	max-width: 1180px;
	margin: 0 auto;
}

.contenedor-hero,
.events-hero {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 2rem;
	padding: 2rem;
	background:
		linear-gradient(120deg, rgba(176, 0, 32, 0.92), rgba(33, 37, 41, 0.88)),
		url('../img/base/background.png') center/cover;
	border-radius: 0.9rem;
	color: #fff;
}

.contenedor-hero::before,
.events-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #b00020;
	animation: heroGradientReveal 1.15s ease-out forwards;
	pointer-events: none;
}

.contenedor-hero > *,
.events-hero > * {
	position: relative;
	z-index: 1;
}

.contenedor-kicker,
.events-kicker {
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.contenedor-hero h1,
.events-hero h1 {
	font-size: clamp(2rem, 5vw, 3.6rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	margin-bottom: 0.75rem;
}

.contenedor-hero p:last-child,
.events-hero p:last-child {
	max-width: 720px;
	font-size: 1.05rem;
	line-height: 1.7;
	margin-bottom: 0;
}

.contenedor-hero-actions,
.events-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	justify-content: flex-end;
}

.contenedor-hero-link,
.events-hero-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	color: #fff;
	font-weight: 700;
	padding: 0.85rem 1.2rem;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 160ms ease, transform 160ms ease;
}

.contenedor-hero-link:hover,
.events-hero-link:hover {
	background: rgba(255, 255, 255, 0.22);
	color: #fff;
	transform: translateY(-1px);
}

.contenedor-hero-link-alt {
	background: rgba(255, 255, 255, 0.08);
}

.contenedor-hero-link-alt:hover {
	background: rgba(255, 255, 255, 0.18);
}

.contenedor-hero-link-solid {
	background: #b00020;
	border-color: #b00020;
	color: #fff;
}

.contenedor-hero-link-solid:hover {
	background: #8f1023;
	border-color: #8f1023;
	color: #fff;
}

.contenedor-body {
	font-size: 1.05rem;
	line-height: 1.75;
}

.contenedor-body > :last-child {
	margin-bottom: 0;
}

@keyframes heroGradientReveal {
	0% {
		opacity: 1;
		transform: scaleX(1);
		transform-origin: left center;
	}

	65% {
		opacity: 0.65;
		transform: scaleX(1);
	}

	100% {
		opacity: 0;
		transform: scaleX(1.06);
	}
}

@media (prefers-reduced-motion: reduce) {
	.contenedor-hero::before,
	.events-hero::before {
		animation: none;
		opacity: 0;
	}
}

.about-content {
	max-width: 980px;
	margin: 0 auto;
}

.about-content h1 {
	font-weight: 700;
	letter-spacing: -0.02em;
}

.about-content p {
	font-size: 1.05rem;
	line-height: 1.75;
}

.about-copy > :last-child {
	margin-bottom: 0;
}

.about-figure {
	margin: 1.75rem 0;
}

.about-image {
	display: block;
	width: 100%;
	height: auto;
	max-height: 420px;
	object-fit: contain;
	filter: drop-shadow(0 0.8rem 1.4rem rgba(0, 0, 0, 0.08));
	-webkit-mask-image: radial-gradient(circle at center, #000 72%, transparent 100%);
	mask-image: radial-gradient(circle at center, #000 72%, transparent 100%);
}

.about-logo {
	max-height: 90px;
}

.leadership-content {
	max-width: 1120px;
	margin: 0 auto;
}

.leadership-content h1 {
	font-weight: 700;
	letter-spacing: -0.02em;
}

.leadership-section + .leadership-section {
	margin-top: 2.5rem;
}

.leadership-section-title {
	color: #212529;
	font-size: 1.55rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	margin-bottom: 1.25rem;
}

.leadership-card {
	display: flex;
	gap: 1.25rem;
	background: #f8f9fa;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 0.75rem;
	padding: 1.25rem;
}

.leadership-photo {
	width: 150px;
	height: 190px;
	flex: 0 0 150px;
	object-fit: cover;
	object-position: center top;
	border-radius: 0.5rem;
	background: #e9ecef;
}

.leadership-photo-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #adb5bd;
	font-size: 3rem;
	font-weight: 700;
}

.leadership-details h2 {
	color: #b00020;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.leadership-details p {
	margin-bottom: 0.35rem;
	line-height: 1.45;
}

.leadership-name {
	color: #212529;
	font-size: 1.15rem;
	font-weight: 700;
}

.leadership-firm a {
	color: #0d6efd;
	font-weight: 600;
	text-decoration: none;
}

.leadership-firm a:hover {
	text-decoration: underline;
}

.past-presidents-section {
	position: relative;
	overflow: hidden;
	max-width: 1120px;
	margin-right: auto;
	margin-left: auto;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(245, 237, 218, 0.92)),
		repeating-linear-gradient(0deg, rgba(105, 75, 35, 0.045) 0, rgba(105, 75, 35, 0.045) 1px, transparent 1px, transparent 8px);
	border: 1px solid rgba(105, 75, 35, 0.22);
	border-radius: 0.75rem;
	box-shadow: 0 1rem 2.5rem rgba(74, 50, 23, 0.09);
	padding: 2.5rem;
}

.past-presidents-section::before {
	content: "";
	position: absolute;
	inset: 1rem;
	pointer-events: none;
	border: 1px solid rgba(105, 75, 35, 0.18);
	border-radius: 0.5rem;
}

.past-presidents-header {
	position: relative;
	margin-bottom: 1.75rem;
	text-align: center;
}

.past-presidents-kicker {
	color: #8f1d1d;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	margin-bottom: 0.35rem;
	text-transform: uppercase;
}

.past-presidents-header h2 {
	color: #3f2a16;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 700;
	margin-bottom: 0.35rem;
}

.past-presidents-header p:last-child {
	color: #6f5b43;
	margin-bottom: 0;
}

.past-presidents-grid {
	position: relative;
}

.past-president-card {
	background: rgba(255, 252, 244, 0.82);
	border: 1px solid rgba(105, 75, 35, 0.18);
	border-radius: 0.55rem;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
	padding: 1rem;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.past-president-card:hover {
	box-shadow: 0 0.75rem 1.5rem rgba(74, 50, 23, 0.12);
	transform: translateY(-2px);
}

.past-president-year {
	display: block;
	color: #8f1d1d;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.past-president-name {
	display: block;
	color: #322417;
	font-size: 0.95rem;
	line-height: 1.35;
}

.past-president-empty {
	color: #9b8b77;
	font-style: italic;
}

.member-firms-content {
	max-width: 1180px;
	margin: 0 auto;
}

.member-firms-content h1 {
	font-weight: 700;
	letter-spacing: -0.02em;
}

.member-firm-card {
	position: relative;
	display: flex;
	gap: 1rem;
	background: linear-gradient(180deg, #fff, #f9fafb);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 0.75rem;
	box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.05);
	padding: 1.25rem;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.member-firm-card:hover {
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.member-firm-mark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	color: #fff;
	background: #b00020;
	border-radius: 50%;
	font-size: 1.35rem;
	font-weight: 700;
}

.member-firm-body h2 {
	color: #212529;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 0.8rem;
}

.member-firm-body address {
	margin-bottom: 0.75rem;
	color: #495057;
	font-style: normal;
	line-height: 1.45;
}

.member-firm-body address span {
	display: block;
}

.member-firm-line {
	margin-bottom: 0.35rem;
	color: #495057;
	line-height: 1.4;
}

.member-firm-line a,
.member-firm-website a {
	overflow-wrap: anywhere;
	text-decoration: none;
}

.member-firm-line a:hover,
.member-firm-website a:hover {
	text-decoration: underline;
}

.member-firm-website {
	margin-top: 0.7rem;
	margin-bottom: 0;
	font-weight: 700;
}

.awards-content {
	max-width: 1120px;
	margin: 0 auto;
}

.awards-hero {
	background:
		linear-gradient(115deg, rgba(176, 0, 32, 0.92), rgba(33, 37, 41, 0.88)),
		url('../img/base/background.png') center/cover;
	border-radius: 0.75rem;
	color: #fff;
	padding: clamp(2rem, 5vw, 4rem);
}

.awards-kicker {
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.awards-hero h1 {
	font-size: clamp(2rem, 5vw, 4rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	margin-bottom: 1rem;
}

.awards-hero p:last-child {
	font-size: 1.1rem;
	line-height: 1.7;
	margin-bottom: 0;
	max-width: 780px;
}

.awards-downloads,
.awards-gallery-section {
	margin-top: 2.5rem;
}

.awards-downloads h2,
.awards-gallery-section h2 {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.award-download-card {
	display: block;
	background: #f8f9fa;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-left: 5px solid #b00020;
	border-radius: 0.75rem;
	color: #212529;
	padding: 1.25rem;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.award-download-card:hover {
	box-shadow: 0 0.85rem 1.75rem rgba(0, 0, 0, 0.08);
	color: #212529;
	transform: translateY(-2px);
}

.award-download-card span {
	display: block;
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 0.4rem;
}

.awards-gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 360px;
	object-fit: cover;
	border-radius: 0.75rem;
	box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.08);
}

.awards-image-button {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	background: transparent;
	border: 0;
	text-align: left;
}

.awards-image-button span {
	position: absolute;
	right: 0.75rem;
	bottom: 0.75rem;
	background: rgba(33, 37, 41, 0.82);
	border-radius: 999px;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 700;
	padding: 0.35rem 0.7rem;
}

.awards-image-button:hover .awards-gallery-image {
	filter: brightness(0.9);
}

.awards-modal .modal-body {
	background: #111;
	text-align: center;
}

.awards-modal img {
	max-width: 100%;
	max-height: 80vh;
	object-fit: contain;
}

.news-modal .modal-body {
	background: #111;
	text-align: center;
}

.news-modal img {
	max-width: 100%;
	max-height: 80vh;
	object-fit: contain;
}

.gallery-section {
	padding-bottom: 2rem;
}

.gallery-intro {
	max-width: 780px;
}

.gallery-card {
	height: 100%;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.06);
	overflow: hidden;
}

.gallery-card-button {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: zoom-in;
}

.gallery-card-button:focus-visible {
	outline: 2px solid #b00020;
	outline-offset: 3px;
}

.gallery-card-image {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	background: #e9ecef;
	transition: transform 0.25s ease, filter 0.25s ease;
}

.gallery-card-button:hover .gallery-card-image {
	transform: scale(1.03);
	filter: brightness(0.92);
}

.gallery-card-caption {
	padding: 1rem;
}

.gallery-card-caption strong {
	display: block;
	font-size: 1rem;
	line-height: 1.3;
	color: #1f1f1f;
}

.gallery-modal .modal-body {
	padding: 1.5rem;
}

.gallery-modal-image {
	display: block;
	width: 100%;
	max-height: 75vh;
	object-fit: contain;
	background: #111;
	border-radius: 0.75rem;
}

.gallery-modal-copy {
	max-width: 860px;
}

.gallery-modal-summary,
.gallery-modal-text {
	line-height: 1.7;
}

.gallery-modal-text {
	white-space: pre-line;
}

.award-highlight-card {
	background: #f8f9fa;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 0.75rem;
	padding: 1rem;
}

.award-highlight-card h3 {
	color: #212529;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 1rem 0 0;
}

.careers-content {
	max-width: 980px;
	margin: 0 auto;
}

.careers-content h1 {
	font-weight: 700;
	letter-spacing: -0.02em;
}

.career-card {
	background: #f8f9fa;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 0.75rem;
	border-top: 5px solid #b00020;
	box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.05);
	padding: 1.5rem;
}

.career-card-accent {
	border-top-color: #212529;
}

.career-card h2 {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.career-kicker {
	color: #6c757d;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.career-card p:last-child {
	line-height: 1.75;
	margin-bottom: 0;
}

.career-card a {
	font-weight: 700;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.career-card a:hover {
	text-decoration: underline;
}

.merit-badge-content {
	max-width: 980px;
	margin: 0 auto;
}

.merit-badge-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.merit-badge-image {
	width: 172px;
	max-width: 34vw;
	height: auto;
	flex: 0 0 auto;
}

.merit-badge-section {
	margin-top: 2rem;
}

.merit-badge-section h3 {
	color: #212529;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.merit-badge-section p {
	font-size: 1.05rem;
	line-height: 1.75;
}

.merit-badge-section a {
	font-weight: 700;
	text-decoration: none;
}

.merit-badge-section a:hover {
	text-decoration: underline;
}

.merit-badge-download {
	display: inline-block;
	background: #b00020;
	border-radius: 0.5rem;
	color: #fff;
	padding: 0.75rem 1rem;
}

.merit-badge-download:hover {
	color: #fff;
}

.emerging-content {
	max-width: 980px;
	margin: 0 auto;
}

.emerging-kicker {
	color: #b00020;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin-bottom: 0.4rem;
	text-transform: uppercase;
}

.emerging-content h1 {
	font-weight: 800;
	letter-spacing: -0.03em;
}

.emerging-section {
	margin-top: 1.75rem;
}

.emerging-section h2 {
	color: #212529;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.emerging-section p,
.emerging-section li,
.emerging-section blockquote,
.emerging-section address {
	font-size: 1.05rem;
	line-height: 1.75;
}

.emerging-section blockquote {
	background: #f8f9fa;
	border-left: 5px solid #b00020;
	margin: 1rem 0 0;
	padding: 1rem 1.25rem;
}

.emerging-section address {
	font-style: normal;
}

.emerging-section a {
	font-weight: 700;
	text-decoration: none;
}

.emerging-section a:hover {
	text-decoration: underline;
}

.emerging-download {
	display: inline-block;
	background: #b00020;
	border-radius: 0.5rem;
	color: #fff;
	padding: 0.75rem 1rem;
}

.emerging-download:hover {
	color: #fff;
}

.contact-hero {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(120deg, rgba(33, 37, 41, 0.9), rgba(176, 0, 32, 0.82)),
		url('../img/base/background.png') center/cover;
	border-radius: 1rem;
	color: #fff;
	padding: clamp(2rem, 5vw, 4.5rem);
}

.contact-hero::after {
	content: "";
	position: absolute;
	right: -6rem;
	bottom: -7rem;
	width: 18rem;
	height: 18rem;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 50%;
}

.contact-hero > div {
	position: relative;
	z-index: 1;
	max-width: 760px;
}

.contact-kicker {
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.contact-hero h1 {
	font-size: clamp(2.2rem, 6vw, 4.5rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	margin-bottom: 1rem;
}

.contact-hero p:last-child {
	font-size: 1.12rem;
	line-height: 1.7;
	margin-bottom: 0;
}

.contact-hero a {
	color: #fff;
	font-weight: 800;
}

.contact-grid-wrap {
	max-width: 1120px;
	margin-right: auto;
	margin-left: auto;
}

.contact-card {
	display: flex;
	align-items: center;
	gap: 1rem;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 0.9rem;
	box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.05);
	color: #212529;
	padding: 1.25rem;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.contact-card:hover {
	border-color: rgba(176, 0, 32, 0.28);
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08);
	color: #212529;
	transform: translateY(-2px);
}

.contact-card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	flex: 0 0 58px;
	background: #b00020;
	border-radius: 1rem;
	color: #fff;
}

.contact-card-icon svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

.contact-icon-instagram {
	background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #515bd4);
}

.contact-icon-x {
	background: #111;
}

.contact-icon-youtube {
	background: #ff0000;
}

.contact-icon-email {
	background: #0d6efd;
}

.contact-icon-phone {
	background: #198754;
}

.contact-card-copy strong,
.contact-card-copy em {
	display: block;
}

.contact-card-copy strong {
	font-size: 0.8rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #6c757d;
}

.contact-card-copy em {
	color: #212529;
	font-size: 1.08rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.events-calendar-wrap {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(248, 249, 250, 0.98), rgba(255, 255, 255, 0.96)),
		repeating-linear-gradient(-45deg, rgba(176, 0, 32, 0.04) 0, rgba(176, 0, 32, 0.04) 12px, transparent 12px, transparent 24px);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 1rem;
	box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.72);
	padding: 1rem;
}

.events-calendar-frame {
	display: block;
	width: 100%;
	min-height: 800px;
	border: 0;
	border-radius: 0.75rem;
	background: #fff;
	box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.06);
}

.events-api-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.75rem 1.5rem;
	margin-bottom: 1.25rem;
}

.events-api-toolbar-copy {
	color: #6c757d;
	font-size: 0.95rem;
	margin: 0;
}

.events-api-message {
	border-radius: 0.9rem;
	margin-bottom: 1.25rem;
	padding: 0.95rem 1.1rem;
}

.events-api-message-warning {
	background: #fff8e1;
	border: 1px solid rgba(133, 100, 4, 0.18);
	color: #6b5300;
}

.events-api-message-error {
	background: #fff3f3;
	border: 1px solid rgba(176, 0, 32, 0.16);
	color: #8f1023;
}

.events-api-window-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
	padding: 1rem 1.1rem;
	background: linear-gradient(180deg, #f8f9fa, #ffffff);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 0.95rem;
}

.events-api-window-label {
	margin: 0;
	color: #212529;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	text-align: center;
}

.events-api-window-button {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	background: #b00020;
	border: 1px solid #b00020;
	border-radius: 999px;
	color: #fff;
	font-weight: 700;
	padding: 0.75rem 1rem;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.events-api-window-button:hover {
	background: #8f1023;
	border-color: #8f1023;
	color: #fff;
	transform: translateY(-1px);
}

.events-api-window-button-disabled {
	background: #e9ecef;
	border-color: #dee2e6;
	color: #adb5bd;
	cursor: default;
}

.events-api-grid {
	display: grid;
	gap: 1.2rem;
}

.events-api-card {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 1.25rem;
	align-items: start;
	background: linear-gradient(180deg, #ffffff, #fdfdfd);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 1rem;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.05);
	padding: 1.25rem;
}

.events-api-date {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #b00020, #7f0b20);
	border-radius: 0.9rem;
	color: #fff;
	min-height: 96px;
	padding: 0.75rem;
	text-align: center;
}

.events-api-date-day {
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
}

.events-api-date-month {
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin-top: 0.35rem;
	text-transform: uppercase;
}

.events-api-body h2 {
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	margin-bottom: 0.65rem;
}

.events-api-meta,
.events-api-location,
.events-api-description,
.events-api-link {
	font-size: 1rem;
	line-height: 1.7;
}

.events-api-meta {
	color: #b00020;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.events-api-location {
	color: #495057;
	margin-bottom: 0.8rem;
}

.events-api-description {
	color: #212529;
	margin-bottom: 0;
	overflow-wrap: anywhere;
}

.events-api-description-muted {
	color: #6c757d;
	font-style: italic;
}

.events-api-link {
	margin-bottom: 0;
	margin-top: 1rem;
}

.events-api-link a {
	font-weight: 700;
	text-decoration: none;
}

.events-api-link a:hover {
	text-decoration: underline;
}

.architect-page {
	max-width: 1120px;
	margin: 0 auto;
}

.architect-hero {
	margin-bottom: 2rem;
	padding: clamp(2rem, 4vw, 3rem);
	background:
		linear-gradient(140deg, rgba(33, 37, 41, 0.94), rgba(176, 0, 32, 0.9)),
		url('../img/base/background.png') center/cover;
	border-radius: 1rem;
	color: #fff;
}

.architect-kicker {
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.architect-hero h1 {
	font-size: clamp(2rem, 5vw, 3.5rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	margin-bottom: 0.85rem;
}

.architect-lead {
	font-size: 1.08rem;
	line-height: 1.8;
	margin-bottom: 0;
	max-width: 820px;
}

.architect-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: 1.5rem;
	align-items: center;
	margin-bottom: 2rem;
}

.architect-intro-copy,
.architect-benefit-card,
.architect-list-card,
.architect-callout {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 0.95rem;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.05);
	padding: 1.5rem;
}

.architect-intro-copy p,
.architect-benefit-copy p,
.architect-projects-intro,
.architect-callout p,
.architect-list-card li {
	font-size: 1rem;
	line-height: 1.75;
}

.architect-intro-image img,
.architect-feature-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0.95rem;
	box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08);
}

.architect-benefits {
	display: grid;
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.architect-benefit-card h2,
.architect-list-card h3 {
	font-weight: 800;
	letter-spacing: -0.03em;
	margin-bottom: 0.75rem;
}

.architect-benefit-card-accent {
	background: linear-gradient(180deg, #fff8f8, #ffffff);
	border-left: 5px solid #b00020;
}

.architect-projects-intro {
	margin-bottom: 1.5rem;
}

.architect-list-card ul {
	margin-bottom: 0;
	padding-left: 1.2rem;
}

.architect-feature-image {
	margin: 0;
}

.architect-feature-image-final {
	margin-top: 1.75rem;
}

.architect-callout {
	margin-top: 1.75rem;
	background: linear-gradient(180deg, #f8f9fa, #ffffff);
	border-left: 5px solid #212529;
}

.architect-callout p {
	font-weight: 700;
	margin-bottom: 0;
}

.membership-content {
	max-width: 1120px;
	margin: 0 auto;
}

.membership-hero {
	position: relative;
	overflow: hidden;
	margin-bottom: 2rem;
	padding: clamp(2rem, 4vw, 3rem);
	background:
		linear-gradient(135deg, rgba(248, 249, 250, 0.98), rgba(255, 255, 255, 0.94)),
		repeating-linear-gradient(-45deg, rgba(176, 0, 32, 0.04) 0, rgba(176, 0, 32, 0.04) 12px, transparent 12px, transparent 24px);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 1rem;
}

.membership-kicker {
	color: #b00020;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.membership-hero h1,
.membership-section h2 {
	font-weight: 800;
	letter-spacing: -0.03em;
}

.membership-hero p {
	max-width: 820px;
	font-size: 1.05rem;
	line-height: 1.75;
}

.membership-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 1.5rem;
}

.membership-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #b00020;
	border-radius: 999px;
	color: #fff;
	font-weight: 700;
	padding: 0.85rem 1.25rem;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.membership-actions a:last-child {
	background: #212529;
}

.membership-actions a:hover {
	color: #fff;
	box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.08);
	transform: translateY(-1px);
}

.membership-section h2 {
	margin-bottom: 1.5rem;
}

.membership-card {
	height: 100%;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 0.85rem;
	box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.05);
	padding: 1.5rem;
}

.membership-card-accent {
	background: linear-gradient(180deg, #f8f9fa, #ffffff);
	border-left: 5px solid #212529;
}

.membership-card-kicker {
	display: inline-block;
	color: #6c757d;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.membership-card h3,
.membership-subcard h4 {
	font-weight: 700;
}

.membership-card p,
.membership-card li,
.membership-subcard li {
	font-size: 1rem;
	line-height: 1.65;
}

.membership-card ul,
.membership-subcard ul,
.membership-links-list {
	margin-bottom: 0;
	padding-left: 1.2rem;
}

.membership-subcard {
	height: 100%;
	background: #f8f9fa;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 0.75rem;
	padding: 1.25rem;
}

.membership-subcard-alt {
	background: linear-gradient(180deg, #fff7f8, #ffffff);
}

.membership-card-link {
	margin-top: 1rem;
	margin-bottom: 0;
}

.membership-card a,
.membership-card-link a,
.membership-links-list a {
	font-weight: 700;
	text-decoration: none;
}

.membership-card a:hover,
.membership-card-link a:hover,
.membership-links-list a:hover {
	text-decoration: underline;
}

@media (max-width: 575.98px) {
	.content-card {
		padding: 1.5rem;
	}

	.home-events-float {
		top: 5.25rem;
		right: 0.85rem;
		width: 3.1rem;
		height: 3.1rem;
		font-size: 1.2rem;
	}

	.leadership-card {
		display: block;
	}

	.leadership-photo {
		width: 100%;
		height: 260px;
		margin-bottom: 1rem;
	}

	.past-presidents-section {
		padding: 1.5rem;
	}

	.member-firm-card {
		display: block;
	}

	.member-firm-mark {
		margin-bottom: 1rem;
	}

	.news-card-inline {
		display: block !important;
	}

	.news-image-inline {
		width: 100%;
		height: 250px;
	}

	.merit-badge-header {
		display: block;
	}

	.merit-badge-image {
		max-width: 172px;
		margin-top: 1.5rem;
	}

	.events-hero {
		display: block;
		padding: 1.5rem;
	}

	.contenedor-hero {
		display: block;
		padding: 1.5rem;
	}

	.events-hero-link {
		margin-top: 1.25rem;
	}

	.contenedor-hero-link {
		margin-top: 1.25rem;
	}

	.events-hero-actions {
		justify-content: flex-start;
	}

	.contenedor-hero-actions {
		justify-content: flex-start;
	}

	.events-api-card {
		grid-template-columns: 1fr;
	}

	.events-api-window-nav {
		flex-direction: column;
		align-items: stretch;
	}

	.events-api-window-button {
		justify-content: center;
	}

	.events-api-date {
		min-height: 0;
		width: 100%;
	}

	.architect-intro {
		grid-template-columns: 1fr;
	}

	.about-image {
		max-height: 360px;
	}

	.events-calendar-frame {
		min-height: 900px;
	}

	.membership-actions {
		display: block;
	}

	.membership-actions a {
		display: flex;
		width: 100%;
	}

	.membership-actions a + a {
		margin-top: 0.75rem;
	}
}

/* Active menu item */
/* Active menu item: underline and bold */
.nav-link.active, .nav-link.active:focus, .nav-link.active:hover {
	font-weight: bold;
	color: #212529 !important;
	background: transparent !important;
	border-radius: 0;
	border-bottom: 4px solid #007bff;
}

/* Responsive footer */
footer {
	font-size: 0.95rem;
}

.site-footer {
	background: #f8f9fa;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.site-footer-title {
	margin: 0 0 0.75rem;
	font-size: 1.15rem;
	font-weight: 700;
}

.site-footer-heading {
	margin: 0 0 0.75rem;
	font-size: 0.95rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.site-footer-copy,
.site-footer-meta {
	color: #555;
	line-height: 1.7;
}

.site-footer a {
	color: #8b0018;
	text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
	text-decoration: underline;
}

.site-footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer-links li + li {
	margin-top: 0.45rem;
}

.site-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	color: #666;
}

.error-page {
	padding: 3rem 2rem;
	text-align: center;
}

.error-page-kicker {
	margin-bottom: 0.75rem;
	color: #8b0018;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.error-page-copy {
	max-width: 640px;
	margin: 0 auto;
	color: #555;
	line-height: 1.7;
}

.error-page-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	margin-top: 1.75rem;
}

@media (max-width: 767.98px) {
	.site-footer-bottom {
		flex-direction: column;
	}
}

.events-year-document {
	max-width: 8.5in;
	margin: 0 auto;
	padding: 0.7in 0.75in 0.8in;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.08);
}

.events-year-header {
	margin-bottom: 1.75rem;
	padding-bottom: 0.9rem;
	border-bottom: 2px solid rgba(176, 0, 32, 0.2);
}

.events-year-header h2 {
	margin: 0 0 0.45rem;
	font-size: clamp(2rem, 4vw, 2.5rem);
	font-weight: 800;
	letter-spacing: -0.04em;
}

.events-year-header h2 span,
.events-year-month h3 {
	color: #b00020;
}

.events-year-header p {
	margin: 0;
	color: #555;
	font-size: 0.98rem;
}

.events-year-month + .events-year-month {
	margin-top: 1.3rem;
}

.events-year-month {
	break-inside: avoid;
	page-break-inside: avoid;
}

.events-year-month h3 {
	margin: 0 0 0.6rem;
	font-size: 1.45rem;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.18em;
}

.events-year-list {
	display: grid;
	gap: 0.55rem;
}

.events-year-item {
	break-inside: avoid;
	page-break-inside: avoid;
}

.events-year-line,
.events-year-note,
.events-year-empty {
	margin: 0;
	font-size: 1rem;
	line-height: 1.55;
}

.events-year-date {
	font-weight: 800;
}

.events-year-date sup {
	font-size: 0.65em;
	top: -0.25em;
}

.events-year-title {
	font-weight: 700;
}

.events-year-meta,
.events-year-note,
.events-year-empty {
	color: #444;
}

.events-year-note {
	margin-top: 0.2rem;
	padding-left: 0.3rem;
}

.events-year-empty {
	font-style: italic;
	color: #777;
}

@media (max-width: 767.98px) {
	.events-year-document {
		padding: 1.35rem 1rem 1.5rem;
	}
}

@media print {
	@page {
		size: Letter;
		margin: 0.5in;
	}

	html body {
		background: #fff !important;
	}

	.no-print,
	.navbar,
	.site-footer,
	.home-events-float {
		display: none !important;
	}

	main.container,
	.events-year-document {
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.content-card,
	.events-year-document {
		border: 0 !important;
		box-shadow: none !important;
		background: #fff !important;
	}

	.events-year-header {
		margin-bottom: 1rem;
	}

	a[href] {
		color: inherit !important;
		text-decoration: none !important;
	}
}
