:root {
	color-scheme: dark;
	font-family: Arial, Helvetica, sans-serif;
	background: #112b35;
}

* { box-sizing: border-box; }
body { margin: 0; }
.wrap { width: calc(100% - 3rem); max-width: 1100px; margin-inline: auto; }

.hero {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-height: 100svh;
	color: #fffaf1;
	background: #112b35 url('/media/waves-poster.jpg') center / cover no-repeat;
	isolation: isolate;
}

.hero-video, .hero-shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.hero-video { z-index: -2; object-fit: cover; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(11, 38, 47, .82), rgba(11, 38, 47, .52) 70%, rgba(11, 38, 47, .4)); }
.site-header { padding-block: 2rem; }
.wordmark { color: inherit; font-size: 1.5rem; font-weight: 900; letter-spacing: -.07em; text-decoration: none; }
.wordmark-dot { color: #ffcb69; }
.wordmark:focus-visible { outline: 3px solid #ffcb69; outline-offset: 5px; }

.hero-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-block: 3rem 6rem;
}

.hero-content > * { width: 100%; }
.hero-eyebrow { margin: 0 0 1.5rem; color: #ffe1a3; font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.sparkle { margin-right: .5rem; font-size: 1.2rem; vertical-align: -.08em; }
h1 { max-width: 950px; margin: 0 0 1.8rem; font-size: clamp(4rem, 10vw, 9rem); font-weight: 900; letter-spacing: -.07em; line-height: .95; }
h1 em { color: #ffd06f; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.hero-lede { max-width: 680px; margin: 0; font-size: clamp(1.15rem, 2vw, 1.6rem); font-weight: 600; line-height: 1.5; }

@media (max-width: 600px) {
	.wrap { width: calc(100% - 2.5rem); }
	.site-header { padding-block: 1.5rem; }
	.hero-content { padding-block: 3rem 5rem; }
	.hero-eyebrow { margin-bottom: 1.25rem; font-size: .66rem; letter-spacing: .11em; line-height: 1.5; }
	h1 { margin-bottom: 1.5rem; font-size: clamp(3.25rem, 14vw, 5rem); line-height: 1; }
	.hero-lede { font-size: 1.1rem; line-height: 1.55; }
}

@media (prefers-reduced-motion: reduce) {
	.hero-video { display: none; }
}
