:root {
	--bg-deep: #0b1424;
	--bg-deeper: #060c17;
	--ink: #112039;
	--ink-soft: #52607c;
	--surface: rgba(255, 255, 255, 0.72);
	--surface-strong: rgba(255, 255, 255, 0.9);
	--line: rgba(17, 32, 57, 0.1);
	--warm: #f6efe6;
	--warm-strong: #eadaca;
	--cool: #64ebff;
	--accent: #7a8cff;
	--accent-soft: #ff7dc6;
	--white: #ffffff;
	--shadow: 0 1.5rem 4rem rgba(7, 14, 28, 0.18);
	--radius-lg: 1.75rem;
	--radius-md: 1.1rem;
}

html {
	scroll-behavior: smooth;
}

body,
input,
textarea,
select,
button {
	font-family: "Manrope", "Source Sans Pro", sans-serif;
	color: var(--ink);
	background: #f8f6f2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Space Grotesk", "Source Sans Pro", sans-serif;
	letter-spacing: -0.03em;
}

a {
	color: inherit;
}

strong,
b {
	font-weight: 800;
}

#header {
	height: 4.15rem;
	line-height: 4.15rem;
	padding: 0 1rem;
	background: rgba(246, 239, 230, 0.8);
	backdrop-filter: blur(18px);
	box-shadow: 0 0.5rem 2rem rgba(7, 14, 28, 0.08);
	transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

#header.is-scrolled {
	background: rgba(246, 239, 230, 0.92);
	box-shadow: 0 0.75rem 2rem rgba(7, 14, 28, 0.12);
}

#header h1 {
	font-family: "Space Grotesk", "Source Sans Pro", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

#header h1 a {
	color: var(--bg-deep);
}

#header nav ul li {
	margin-left: 0.25rem;
}

#header nav ul li a {
	border-radius: 999px;
	color: var(--ink-soft);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 0 0.78rem;
	text-transform: uppercase;
	transition: background-color 0.25s ease, color 0.25s ease;
}

#header nav ul li a:hover,
#header nav ul li a.is-active {
	background: rgba(17, 32, 57, 0.08);
	color: var(--ink);
}

body {
	padding-top: 4.15rem;
}

.main > .content {
	max-width: calc(100% - 3rem);
}

#intro {
	background:
		linear-gradient(135deg, rgba(6, 12, 23, 0.68), rgba(11, 20, 36, 0.82)),
		radial-gradient(circle at 15% 20%, rgba(100, 235, 255, 0.22), transparent 35%),
		radial-gradient(circle at 85% 12%, rgba(255, 125, 198, 0.16), transparent 30%),
		url("images/selected/hero/68_cool_studios_nbg.webp");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: auto, auto, auto, cover;
	background-position: center center, center center, center center, center center;
}

#project {
	background:
		linear-gradient(120deg, rgba(11, 20, 36, 0.5), rgba(11, 20, 36, 0.75)),
		radial-gradient(circle at 18% 30%, rgba(255, 125, 198, 0.14), transparent 34%),
		url("images/selected/hero/26_cool_studios_nbg.webp");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: auto, auto, cover;
	background-position: center center, center center, center center;
}

#studios {
	background:
		linear-gradient(120deg, rgba(7, 14, 28, 0.48), rgba(7, 14, 28, 0.8)),
		radial-gradient(circle at 82% 18%, rgba(100, 235, 255, 0.16), transparent 28%),
		url("images/selected/hero/46_cool_studios_nbg.webp");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: auto, auto, cover;
	background-position: center center, center center, center center;
}

#highlights {
	background:
		linear-gradient(180deg, rgba(246, 239, 230, 0.98), rgba(255, 255, 255, 0.98)),
		linear-gradient(90deg, rgba(122, 140, 255, 0.05), rgba(255, 125, 198, 0.05));
}

#gallery {
	background:
		linear-gradient(180deg, rgba(244, 248, 252, 0.98), rgba(237, 242, 248, 0.98)),
		linear-gradient(90deg, rgba(100, 235, 255, 0.05), rgba(122, 140, 255, 0.04));
}

#location {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 238, 0.98)),
		linear-gradient(90deg, rgba(255, 125, 198, 0.04), rgba(234, 218, 202, 0.15));
}

#contact {
	background:
		linear-gradient(180deg, rgba(11, 20, 36, 0.96), rgba(6, 12, 23, 0.98)),
		radial-gradient(circle at top, rgba(100, 235, 255, 0.12), transparent 35%);
	color: rgba(255, 255, 255, 0.86);
	padding-bottom: 6rem;
}

#contact h2,
#contact h3,
#contact p,
#contact a,
#contact strong {
	color: var(--white);
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin-bottom: 1rem;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.eyebrow::before {
	content: "";
	display: inline-block;
	width: 2.5rem;
	height: 1px;
	background: currentColor;
	opacity: 0.45;
}

.hero-content {
	width: min(68rem, calc(100vw - 3rem));
	padding: 0 1.25rem;
}

.hero-content h2 {
	font-size: clamp(4rem, 10vw, 7rem);
	line-height: 0.95;
	margin-bottom: 0.35rem;
	text-shadow: 0 0.15rem 2rem rgba(0, 0, 0, 0.28);
}

.hero-lead {
	max-width: 46rem;
	margin: 0 auto 1.75rem;
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.86);
}

.feature-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	margin: 0 auto 2rem;
	max-width: 54rem;
}

.feature-pills span {
	padding: 0.8rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.92rem;
	font-weight: 600;
}

.hero-actions {
	margin-bottom: 2.5rem;
}

.hero-actions li {
	padding-left: 0.85rem;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	border-radius: 999px;
	font-family: "Space Grotesk", "Source Sans Pro", sans-serif;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	box-shadow: none;
}

.button.primary,
button.primary,
input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary {
	background: linear-gradient(135deg, var(--cool), var(--accent));
	color: var(--bg-deep);
}

.button.primary:hover,
button.primary:hover,
input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover {
	background: linear-gradient(135deg, #7cf0ff, #91a0ff);
}

.button.style2 {
	border-color: rgba(255, 255, 255, 0.34);
}

.main.style3 .button.style2,
#header .button.style2,
#location .button.style2 {
	border-color: rgba(17, 32, 57, 0.18);
}

#contact .button.style2 {
	border-color: rgba(255, 255, 255, 0.22);
}

.hero-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	max-width: 52rem;
	margin: 0 auto 2rem;
	text-align: left;
}

.hero-meta div {
	padding: 1.15rem 1.25rem;
	border-radius: var(--radius-md);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(14px);
	box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.16);
}

.hero-meta strong,
.hero-meta span {
	display: block;
}

.hero-meta strong {
	margin-bottom: 0.25rem;
	font-size: 1rem;
}

.hero-meta span {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.9rem;
}

.glass-panel {
	border-radius: var(--radius-lg);
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.7));
	backdrop-filter: blur(18px);
	box-shadow: var(--shadow);
}

.glass-panel.alt {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 243, 237, 0.76));
}

.main.dark .glass-panel,
.main.dark .glass-panel p,
.main.dark .glass-panel h2,
.main.dark .glass-panel strong,
.main.dark .glass-panel span {
	color: var(--ink);
}

.detail-grid,
.check-grid,
.highlight-grid,
.location-points,
.contact-grid {
	display: grid;
	gap: 1.1rem;
}

.detail-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 2rem;
}

.detail-card {
	padding: 1rem 1.05rem;
	border-radius: var(--radius-md);
	background: rgba(17, 32, 57, 0.05);
	border: 1px solid rgba(17, 32, 57, 0.07);
	text-align: left;
}

.detail-card strong,
.detail-card span {
	display: block;
}

.detail-label {
	margin-bottom: 0.35rem;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ink-soft);
}

.check-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 1.85rem;
}

.check-item {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding: 1rem 1.05rem;
	border-radius: var(--radius-md);
	background: rgba(17, 32, 57, 0.05);
	border: 1px solid rgba(17, 32, 57, 0.08);
	font-weight: 700;
	text-align: left;
}

.check-item .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(100, 235, 255, 0.22), rgba(122, 140, 255, 0.18));
	color: var(--bg-deep);
	flex: 0 0 auto;
}

.highlight-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 2.25rem;
}

.highlight-feature {
	position: relative;
	margin-top: 2.1rem;
	overflow: hidden;
	border-radius: var(--radius-lg);
	background: #fff;
	border: 1px solid rgba(17, 32, 57, 0.08);
	box-shadow: 0 1rem 2.5rem rgba(11, 20, 36, 0.08);
}

.highlight-feature img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 6;
	object-fit: cover;
}

.highlight-feature figcaption {
	position: absolute;
	left: 1.25rem;
	right: 1.25rem;
	bottom: 1.25rem;
	display: grid;
	gap: 0.35rem;
	padding: 1rem 1.15rem;
	border-radius: var(--radius-md);
	background: rgba(11, 20, 36, 0.62);
	backdrop-filter: blur(14px);
	text-align: left;
}

.highlight-feature p,
.highlight-feature strong,
.highlight-feature span {
	display: block;
	margin: 0;
	color: var(--white);
}

.highlight-feature p {
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.highlight-feature strong {
	font-size: clamp(1rem, 2.4vw, 1.4rem);
	line-height: 1.3;
}

.highlight-feature span {
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.6;
}

.highlight-card {
	padding: 2rem 1.6rem;
	border-radius: var(--radius-lg);
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(17, 32, 57, 0.08);
	box-shadow: 0 1rem 2.5rem rgba(11, 20, 36, 0.08);
	text-align: left;
}

.highlight-card .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: 1rem;
	border-radius: 0.95rem;
	background: linear-gradient(135deg, rgba(100, 235, 255, 0.2), rgba(255, 125, 198, 0.15));
	color: var(--bg-deep);
}

.highlight-card h3 {
	margin-bottom: 0.65rem;
	font-size: 1.15rem;
}

.highlight-card p {
	color: var(--ink-soft);
	line-height: 1.8;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem;
	align-items: start;
}

.gallery article {
	width: auto !important;
	margin: 0;
	padding: 0;
	border-radius: var(--radius-md);
	overflow: hidden;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(17, 32, 57, 0.08);
	box-shadow: 0 0.75rem 2rem rgba(11, 20, 36, 0.08);
}

.gallery article .image {
	display: block;
}

.gallery article .image::before {
	background: linear-gradient(180deg, transparent 0%, rgba(11, 20, 36, 0.08) 100%);
}

.gallery article img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.thumb-caption {
	padding: 0.9rem 1rem 1rem;
	margin: 0;
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--ink);
}

.location-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 2rem;
	align-items: center;
	text-align: left;
}

.location-copy > p {
	line-height: 1.85;
	color: var(--ink-soft);
	margin-bottom: 1.75rem;
}

.location-points {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.point-card {
	padding: 1.05rem 1rem;
	border-radius: var(--radius-md);
	background: rgba(246, 239, 230, 0.72);
	border: 1px solid rgba(17, 32, 57, 0.08);
}

.point-card strong,
.point-card span {
	display: block;
}

.point-label {
	margin-bottom: 0.35rem;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ink-soft);
}

.location-media {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 1rem;
	align-items: stretch;
}

.media-card {
	overflow: hidden;
	border-radius: var(--radius-lg);
	background: #fff;
	box-shadow: 0 1.25rem 3rem rgba(11, 20, 36, 0.12);
}

.media-card img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 18rem;
	object-fit: cover;
}

.media-card figcaption {
	padding: 0.85rem 1rem 1rem;
	font-size: 0.92rem;
	font-weight: 700;
	text-align: left;
}

.media-card-large {
	grid-row: span 2;
}

.contact-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 2rem;
	align-items: stretch;
}

.contact-card {
	height: 100%;
	padding: 2rem;
	border-radius: var(--radius-lg);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06));
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.18);
	text-align: left;
}

.contact-list {
	margin: 0;
}

.contact-list li {
	display: flex;
	justify-content: space-between;
	gap: 1.25rem;
	padding: 0.9rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-list li:first-child {
	padding-top: 0;
	border-top: 0;
}

.contact-list span {
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.contact-list strong {
	text-align: right;
}

.contact-link-wrap {
	margin-bottom: 0.75rem;
}

.contact-link {
	font-family: "Space Grotesk", "Source Sans Pro", sans-serif;
	font-size: clamp(1.35rem, 3vw, 2rem);
	font-weight: 700;
	text-decoration: none;
}

.contact-note {
	color: rgba(255, 255, 255, 0.68) !important;
	line-height: 1.8;
	margin-bottom: 1.5rem;
}

#footer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1.25rem 2rem;
	align-items: center;
	background: #08101c;
	color: rgba(255, 255, 255, 0.55);
	padding: 1.65rem 2rem;
}

#footer a:hover {
	color: rgba(255, 255, 255, 0.88);
}

#footer .footer-brand {
	display: grid;
	gap: 0.35rem;
	max-width: 34rem;
}

.footer-brand-link {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	font-family: "Space Grotesk", "Source Sans Pro", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
	color: var(--white);
}

.footer-copy {
	margin: 0;
	line-height: 1.6;
}

.footer-shortcuts {
	justify-self: end;
}

#footer .icons a {
	width: 2.35rem;
	height: 2.35rem;
	line-height: 2.35rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
}

#footer .icons,
#footer .menu {
	margin: 0;
}

#footer .icons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

#footer .icons li {
	padding-left: 0;
}

.footer-nav {
	grid-column: 1 / -1;
}

#footer .menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}

#footer .menu li {
	border-left-color: rgba(255, 255, 255, 0.12);
}

.footer-nav a {
	text-decoration: none;
}

.legal-page {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 238, 0.98)),
		linear-gradient(90deg, rgba(122, 140, 255, 0.05), rgba(100, 235, 255, 0.05));
}

.legal-main {
	min-height: calc(100vh - 4.15rem);
	padding-top: 7.25rem;
	padding-bottom: 6rem;
	background:
		radial-gradient(circle at top, rgba(100, 235, 255, 0.08), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 238, 0.98));
}

.legal-main .content {
	width: min(100%, 60rem);
}

.legal-utility {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.75rem;
}

.legal-home-link {
	margin: 0;
}

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

.legal-shortcuts a {
	display: inline-flex;
	align-items: center;
	padding: 0.72rem 1rem;
	border-radius: 999px;
	border: 1px solid rgba(17, 32, 57, 0.12);
	background: rgba(255, 255, 255, 0.58);
	color: var(--ink);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.legal-shortcuts a:hover {
	background: rgba(17, 32, 57, 0.06);
	border-color: rgba(17, 32, 57, 0.18);
}

.legal-header {
	max-width: 40rem;
	margin: 0 auto 2rem;
}

.legal-card {
	padding: clamp(1.75rem, 4vw, 3rem);
	border-radius: var(--radius-lg);
	background: var(--surface-strong);
	border: 1px solid rgba(17, 32, 57, 0.08);
	box-shadow: var(--shadow);
	text-align: left;
}

.legal-block + .legal-block {
	margin-top: 1.75rem;
	padding-top: 1.75rem;
	border-top: 1px solid rgba(17, 32, 57, 0.08);
}

.legal-block h3 {
	margin-bottom: 0.75rem;
	font-size: 1.1rem;
}

.legal-block p {
	margin: 0;
	line-height: 1.8;
	color: var(--ink-soft);
}

.legal-block p + p,
.legal-block ul + p {
	margin-top: 1rem;
}

.legal-address {
	margin: 0;
	font-style: normal;
	line-height: 1.85;
}

.legal-contact {
	margin-top: 1rem !important;
}

.legal-list {
	margin: 1rem 0 0;
	padding-left: 1.2rem;
	color: var(--ink-soft);
}

.legal-list li {
	margin-bottom: 0.65rem;
	line-height: 1.75;
}

.legal-list li:last-child {
	margin-bottom: 0;
}

.legal-contact a,
.legal-address a,
#footer [aria-current="page"] {
	font-weight: 700;
}

#footer [aria-current="page"] {
	color: var(--white);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.28em;
}

.poptrox-popup {
	border-radius: 1.2rem;
	overflow: hidden;
	box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.28);
}

.poptrox-popup .caption {
	height: auto;
	line-height: 1.5;
	padding: 0.9rem 1rem;
	font-family: "Space Grotesk", "Source Sans Pro", sans-serif;
	font-weight: 700;
}

@media screen and (max-width: 1280px) {
	#header nav ul li a {
		padding: 0 0.66rem;
		font-size: 0.76rem;
	}

	.highlight-grid,
	.gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.location-layout,
	.contact-grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 1000px) {
	.hero-meta,
	.detail-grid,
	.location-points {
		grid-template-columns: 1fr;
	}

	.check-grid {
		grid-template-columns: 1fr;
	}

	.highlight-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#footer {
		grid-template-columns: 1fr;
		text-align: center;
	}

	#footer .footer-brand,
	.footer-shortcuts,
	.footer-nav {
		justify-self: center;
	}

	.footer-brand-link {
		margin: 0 auto;
	}

	#footer .icons,
	#footer .menu {
		justify-content: center;
	}
}

@media screen and (max-width: 736px) {
	#header {
		height: 3.35rem;
		line-height: 3.35rem;
		padding: 0 0.4rem;
	}

	body {
		padding-top: 3.35rem;
	}

	.hero-content {
		padding: 1rem 0;
	}

	.hero-content h2 {
		font-size: clamp(3rem, 17vw, 4.5rem);
	}

	.hero-lead {
		font-size: 1rem;
		line-height: 1.7;
	}

	.feature-pills span,
	.hero-meta div {
		padding: 0.85rem 0.95rem;
	}

	.main.style1,
	.main.style2,
	.main.style3 {
		padding-left: 0;
		padding-right: 0;
	}

	.legal-main {
		min-height: auto;
		padding-top: 6rem;
		padding-bottom: 4rem;
	}

	.legal-utility {
		flex-direction: column;
		align-items: stretch;
	}

	.legal-home-link {
		width: 100%;
	}

	.legal-shortcuts {
		justify-content: center;
	}

	.glass-panel,
	.contact-card,
	.highlight-card,
	.legal-card {
		border-radius: 1.35rem;
	}

	.highlight-grid,
	.gallery,
	.location-points,
	.location-media {
		grid-template-columns: 1fr;
	}

	.highlight-feature img {
		aspect-ratio: 4 / 3;
	}

	.highlight-feature figcaption {
		left: 1rem;
		right: 1rem;
		bottom: 1rem;
	}

	.media-card-large {
		grid-row: auto;
	}

	.media-card img {
		min-height: 14rem;
	}

	.contact-list li {
		flex-direction: column;
		align-items: flex-start;
	}

	.contact-list strong {
		text-align: left;
	}
}

@media screen and (max-width: 480px) {
	.feature-pills {
		gap: 0.55rem;
	}

	.feature-pills span {
		width: 100%;
	}

	.highlight-grid,
	.gallery,
	.contact-grid {
		grid-template-columns: 1fr;
	}

	.hero-actions li {
		padding-left: 0;
	}

	.main > .content {
		max-width: calc(100% - 1.25rem);
	}
}
