:root {
	--sigep-red: #8f141b;
	--sigep-red-dark: #6e0f14;
	--sigep-gold: #b3924f;
	--ink: #201c17;
	--muted: #6b6355;
	--paper: #f5efe1;
	--panel: #fffdf7;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
	line-height: 1.65;
}

.hero {
	position: relative;
	padding: clamp(2.5rem, 8vw, 4rem) 1.5rem clamp(3.5rem, 10vw, 6rem);
	text-align: center;
	color: #fff;
	border-bottom: 6px solid var(--sigep-gold);
	overflow: hidden;
}

.hero::before {
	content: "";
	position: absolute;
	inset: -20px;
	background: url("images/family-day-group.jpg") center / cover no-repeat;
	filter: blur(3px) saturate(80%);
	transform: scale(1.1);
}

.hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(155deg, rgba(143, 20, 27, 0.86), rgba(110, 15, 20, 0.9));
}

.hero img,
.hero h1,
.hero p {
	position: relative;
	z-index: 1;
}

.hero img.crest {
	height: clamp(52px, 12vw, 76px);
}

.hero h1 {
	margin: 1.25rem 0 0.25rem;
	font-size: clamp(2rem, 5vw, 3.1rem);
	letter-spacing: 0.02em;
}

.hero p {
	margin: 0;
	font-family: "Trebuchet MS", "Segoe UI", sans-serif;
	font-size: 0.85rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--sigep-gold);
}

.hero p a {
	color: inherit;
}

section p a {
	color: var(--sigep-red);
}

.wrap {
	max-width: 760px;
	margin: -2rem auto 0;
	padding: 0 1.5rem 3rem;
	position: relative;
}

.panel {
	background: var(--panel);
	border: 1px solid rgba(143, 20, 27, 0.25);
	border-radius: 6px;
	box-shadow: 0 22px 45px rgba(32, 20, 10, 0.16);
	overflow: hidden;
}

section {
	padding: clamp(1.5rem, 5vw, 2.25rem);
	border-bottom: 1px solid #e9e1cd;
}

section:last-child {
	border-bottom: none;
}

section h2 {
	margin: 0 0 0.75rem;
	font-size: 1.3rem;
	color: var(--sigep-red);
	position: relative;
	padding-bottom: 0.6rem;
}

section h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 3px;
	background: var(--sigep-gold);
}

section p {
	margin: 0;
	max-width: 58ch;
}

.button {
	display: inline-block;
	margin-top: 1.1rem;
	padding: 0.65rem 1.5rem;
	border-radius: 3px;
	background: var(--sigep-red);
	color: #fff;
	text-decoration: none;
	font-family: "Trebuchet MS", "Segoe UI", sans-serif;
	font-size: 0.88rem;
	font-weight: bold;
	letter-spacing: 0.03em;
}

.button:hover,
.button:focus-visible {
	background: var(--sigep-red-dark);
}

.connect-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.connect-links a {
	display: inline-block;
	text-decoration: none;
	color: var(--sigep-red);
	border: 1px solid var(--sigep-gold);
	padding: 0.5rem 1.1rem;
	border-radius: 999px;
	font-family: "Trebuchet MS", "Segoe UI", sans-serif;
	font-size: 0.88rem;
	font-weight: bold;
}

.connect-links a:hover,
.connect-links a:focus-visible {
	background: var(--sigep-gold);
	color: #fff;
}

.campus-strip {
	height: clamp(140px, 22vw, 220px);
	background: url("images/campus-background.jpg") center 65% / cover no-repeat;
	border-top: 1px solid var(--rule, #e4ded0);
	border-bottom: 6px solid var(--sigep-gold);
}

footer {
	padding: 2rem 1rem 5rem;
	text-align: center;
	font-family: "Trebuchet MS", "Segoe UI", sans-serif;
	font-size: 0.78rem;
	color: var(--muted);
}

footer img {
	height: 28px;
	width: auto;
	opacity: 0.55;
	margin-bottom: 0.75rem;
}
