.ssl-lounge,
.ssl-lounge * {
	box-sizing: border-box;
}

.ssl-lounge {
	--ssl-ink: #191714;
	--ssl-cream: #fff8ed;
	--ssl-gold: #c79b54;
	--ssl-red: #792f31;
	--ssl-green: #1f4d43;
	--ssl-muted: #71685f;
	color: var(--ssl-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.55;
}

.ssl-hero {
	align-items: end;
	background:
		linear-gradient(90deg, rgba(16, 14, 12, 0.84), rgba(16, 14, 12, 0.24)),
		url("../img/lounge-pattern.svg") center/cover;
	color: #fff;
	display: flex;
	min-height: min(760px, 88vh);
	padding: clamp(72px, 10vw, 128px) clamp(20px, 6vw, 80px);
}

.ssl-hero__content {
	max-width: 760px;
}

.ssl-kicker {
	color: var(--ssl-gold);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.ssl-hero h1 {
	color: inherit;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3rem, 8vw, 7.5rem);
	font-weight: 500;
	line-height: 0.95;
	margin: 0 0 24px;
}

.ssl-hero p:not(.ssl-kicker) {
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	margin: 0;
	max-width: 650px;
}

.ssl-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.ssl-button {
	align-items: center;
	border: 1px solid currentColor;
	border-radius: 4px;
	color: inherit;
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 800;
	justify-content: center;
	min-height: 46px;
	padding: 12px 18px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.ssl-button:hover,
.ssl-button:focus-visible {
	background: var(--ssl-ink);
	border-color: var(--ssl-ink);
	color: #fff;
	transform: translateY(-1px);
}

.ssl-button--primary {
	background: var(--ssl-gold);
	border-color: var(--ssl-gold);
	color: #161310;
}

.ssl-band,
.ssl-section {
	padding: clamp(52px, 8vw, 92px) clamp(20px, 6vw, 80px);
}

.ssl-band--intro {
	align-items: start;
	background: var(--ssl-cream);
	display: grid;
	gap: clamp(24px, 6vw, 80px);
	grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
}

.ssl-band h2,
.ssl-section h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 4vw, 4rem);
	font-weight: 500;
	line-height: 1.05;
	margin: 0;
}

.ssl-band p:last-child {
	color: var(--ssl-muted);
	font-size: 1.05rem;
	margin: 28px 0 0;
}

.ssl-section__heading {
	margin-bottom: 28px;
	max-width: 720px;
}

.ssl-card-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

.ssl-card {
	background: #fff;
	border: 1px solid rgba(25, 23, 20, 0.12);
	border-radius: 8px;
	overflow: hidden;
}

.ssl-card__media {
	aspect-ratio: 4 / 3;
	background: #eee5d8;
	overflow: hidden;
}

.ssl-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ssl-card__body {
	padding: 22px;
}

.ssl-card__topline {
	align-items: start;
	display: flex;
	gap: 16px;
	justify-content: space-between;
}

.ssl-card h3,
.ssl-event h3,
.ssl-hours h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.45rem;
	font-weight: 500;
	line-height: 1.15;
	margin: 0 0 10px;
}

.ssl-card__topline span {
	color: var(--ssl-red);
	font-weight: 800;
	white-space: nowrap;
}

.ssl-card p,
.ssl-event p,
.ssl-contact p,
.ssl-hours li {
	color: var(--ssl-muted);
	margin: 0;
}

.ssl-note {
	color: var(--ssl-green) !important;
	font-size: 0.78rem;
	font-weight: 800;
	margin-bottom: 10px !important;
	text-transform: uppercase;
}

.ssl-events {
	background: #17130f;
	color: #fff;
}

.ssl-events .ssl-section__heading h2,
.ssl-events .ssl-event h3 {
	color: #fff;
}

.ssl-event-list {
	display: grid;
	gap: 12px;
}

.ssl-event {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	display: grid;
	gap: 20px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	padding: 18px;
}

.ssl-event__date {
	align-items: center;
	aspect-ratio: 1;
	background: var(--ssl-gold);
	border-radius: 6px;
	color: #17130f;
	display: grid;
	justify-items: center;
	padding: 10px;
	width: 74px;
}

.ssl-event__date span {
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.ssl-event__date strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2rem;
	line-height: 1;
}

.ssl-contact {
	align-items: start;
	background: var(--ssl-cream);
	display: grid;
	gap: clamp(24px, 6vw, 80px);
	grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
}

.ssl-contact__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin-top: 20px;
}

.ssl-contact__links a {
	color: var(--ssl-red);
	font-weight: 800;
	text-decoration: none;
}

.ssl-hours {
	background: #fff;
	border: 1px solid rgba(25, 23, 20, 0.12);
	border-radius: 8px;
	padding: 24px;
}

.ssl-hours ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ssl-hours li + li {
	margin-top: 10px;
}

.ssl-empty {
	border: 1px dashed rgba(25, 23, 20, 0.28);
	border-radius: 8px;
	padding: 24px;
}

.ssl-age-gate {
	align-items: center;
	background: rgba(15, 12, 10, 0.86);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 20px;
	position: fixed;
	z-index: 99999;
}

.ssl-age-gate[hidden] {
	display: none;
}

.ssl-age-gate__panel {
	background: var(--ssl-cream);
	border: 1px solid rgba(199, 155, 84, 0.5);
	border-radius: 8px;
	box-shadow: 0 24px 90px rgba(0, 0, 0, 0.38);
	color: var(--ssl-ink);
	max-width: 520px;
	padding: clamp(28px, 5vw, 48px);
	width: 100%;
}

.ssl-age-gate__panel h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 6vw, 3.2rem);
	font-weight: 500;
	line-height: 1;
	margin: 0 0 16px;
}

@media (max-width: 760px) {
	.ssl-band--intro,
	.ssl-contact,
	.ssl-event {
		grid-template-columns: 1fr;
	}

	.ssl-event {
		align-items: start;
	}

	.ssl-event .ssl-button {
		width: 100%;
	}
}
