:root {
	--primary: seagreen;
	--secondary: #0068bb;
	
	--text: black;
	--surface: transparent;
	--button: var(--primary);
	--label: white;
	--border: var(--primary);
	
	--family: InterVariable, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	--weight: 400;
	--size: 1rem;
	--tracking: 0;
	--leading: 1.1;
	
	--space: 2rem;
	--icon: 24px;
	--width: 140px;
	--height: 90px;
	--container: 1660px;
	
	--radius: 8px;
	--shadow: 0 22px 60px 0 rgba(0, 0, 0, 0.10);
	--opacity: 1;
	--duration: 250ms ease-in-out;
	--aspect: 16/9;
	
	--menu: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='4' y1='7' x2='20' y2='7'%3E%3C/line%3E%3Cline x1='4' y1='12' x2='20' y2='12'%3E%3C/line%3E%3Cline x1='4' y1='17' x2='20' y2='17'%3E%3C/line%3E%3C/svg%3E");
	--checkbox: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
	--minus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
	--chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	--date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
	--time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
	--search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
	--close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
	--loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
}

/* Reset
----------------------------------------------------------------------------- */
:where(html) {
	font-family: InterVariable, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-feature-settings: 'liga' 1, 'calt' 1;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

body {
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

img,
picture,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	max-width: 100%;
}

input,
button,
textarea,
select {
	font: inherit;
}

:target {
	scroll-margin-block: 6ex;
}

/* Debug
----------------------------------------------------------------------------- */
.debug * {
	outline: 1px solid rgba(0, 0, 255, 0.25);
	position: relative;
}

.debug *::before {
	color: rgba(0, 0, 255, 0.5);
	content: attr(class);
	left: 0;
	top: 0;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 12px;
	margin-top: -12px;
	position: absolute;
	white-space: nowrap;
}

/* Styles
----------------------------------------------------------------------------- */
* {
	font-family: var(--family);
	font-size: var(--size);
	font-weight: var(--weight);
	letter-spacing: var(--tracking);
	line-height: var(--leading);
	color: var(--text);
	background: var(--surface);
	margin: 0;
	opacity: var(--opacity);
}

/* Layout
---------------- */
section {
	padding-block: 10%;
}

.container {
	max-width: var(--container);
	margin-inline: auto;
	padding-inline: var(--space);
}

/* Header
---------------- */
header {
	padding-block: 10px;
}

.primary-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: var(--space);
}

.logo {
	order: 2;
}

.primary-nav ul:first-of-type {
	order: 1;
	justify-content: flex-start;
}

.primary-nav ul:last-of-type {
	order: 3;
	justify-content: flex-end;
}

.logo img {
	width: var(--width);
	min-width: var(--width);
}

.primary-nav ul {
	list-style: none;
	padding: 0;
	display: flex;
	gap: var(--space);
	flex: 1;
}

.primary-nav a {
	display: inline-flex;
	text-decoration: none;
	--size: 19px;
	--weight: 600;
	--tracking: -0.025em;
}

.primary-nav details {
	order: 4;
	display: none;
}

.primary-nav summary {
	content: var(--menu);
}

.primary-nav details[open] summary {
	content: var(--close);
	z-index: 9999;
	position: fixed;
	top: calc((var(--height)/2) - 2px);
	right: calc(var(--space));
}

.primary-nav details ul {
	position: fixed;
	inset: 0;
	display: block;
	--surface: white;
	z-index: 999;
	padding-block-start: var(--height);
}

.primary-nav details a {
	--size: 3rem;
	margin-inline-start: var(--space);
	margin-block-end: var(--space);
}

.primary-nav details a {
	display: inline-block;
	position: relative;
}

.primary-nav details a::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 4px;
	bottom: -6px;
	left: 0;
	background-color: var(--primary);
	/* Retract to the right */
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.primary-nav details a:hover::after {
	transform: scaleX(1);
	/* Grow from the left */
	transform-origin: bottom left;
}

@media (max-width: 1060px) {
	.logo {
		order: 1;
	}
	
	.primary-nav > ul {
		display: none;
	}
	
	.primary-nav details {
		display: block;
	}
}

/* Footer
---------------- */
.footer-nav ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: var(--space);
}

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

.sub-footer {
	text-align: center;
	--size: 14px;
	max-width: none;
	margin: var(--space);
}

@media (max-width: 700px) {
	.footer-nav ul {
		row-gap: 1rem;
		column-gap: 0;
	}
	
	.footer-nav li {
		width: 33%;
		text-align: center;
	}
}

/* Typography
---------------- */
h1 {
	--size: 4rem;
	--weight: 700;
	--surface: transparent;
	margin-block-end: var(--space);
}

h2 {
	--size: 2rem;
	--weight: 700;
	--surface: transparent;
	margin-block-end: var(--space);
}

p {
	--leading: 1.6;
	--opacity: 0.6;
	--surface: transparent;
	margin-block-end: var(--space);
	max-width: 77ch;
	text-wrap: pretty;
}

/* Hero
---------------- */
.hero {
	--surface: transparent;
	padding: 0;
}

.hero img {
	position: relative;
	aspect-ratio: 3/1;
	width: 100dvw;
	object-fit: cover;
	object-position: center;
}

.hero section {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.15));
}

.hero-content {
	--text: white;
	--surface: transparent;
}

@media (max-width: 1240px) {
	.hero img {
		aspect-ratio: 2/1;
	}
}

@media (max-width: 760px) {
	.hero img {
		aspect-ratio: 1/1.1;
	}
}

/* Stacks
---------------- */
.hstack {
	display: flex;
	flex-direction: row;
	justify-content: var(--cleat-h-alignment, flex-start);
	align-items: var(--cleat-v-alignment, center);
	gap: var(--cleat-gap, 0.75em);
}

.vstack {
	display: flex;
	flex-direction: column;
	justify-content: var(--cleat-h-alignment, flex-start);
	align-items: var(--cleat-v-alignment, stretch);
	gap: var(--cleat-gap, 0.75em);
}

.spacer {
	flex: 1;
}

.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

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

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}

.justify-evenly {
	justify-content: space-evenly;
}

.justify-stretch {
	justify-content: stretch;
}

.justify-baseline {
	justify-content: baseline;
}

.justify-normal {
	justify-content: normal;
}

.zstack {
	display: grid;
	position: relative;
	overflow: clip;
}

.zstack > * {
	grid-area: 1/1;
	position: absolute;
	inset: 0;
}

.zstack > :nth-child(1) {
	z-index: 1;
}

.zstack > :nth-child(2) {
	z-index: 2;
}

.zstack > :nth-child(3) {
	z-index: 3;
}

.zstack > :nth-child(4) {
	z-index: 4;
}

.zstack > :nth-child(5) {
	z-index: 5;
}

.zstack > :nth-child(6) {
	z-index: 6;
}

.zstack > :nth-child(7) {
	z-index: 7;
}

.zstack > :nth-child(8) {
	z-index: 8;
}

.zstack > :nth-child(9) {
	z-index: 9;
}

.zstack > :nth-child(10) {
	z-index: 10;
}

.cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Buttons
---------------- */
button,
.button {
	--space: 4px;
	--weight: 600;
	
	display: inline-flex;
	color: var(--label);
	background: var(--button);
	padding-block: calc(var(--space) * 4);
	padding-inline: calc(var(--space) * 6);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	text-decoration: none;
	margin-block-end: calc(var(--space) * 8);
	transition: background var(--duration);
}

button:hover,
.button:hover {
	background: color-mix(in oklab, var(--button), white 20%);
}

button.secondary,
.secondary.button {
	--button: var(--secondary);
	--border: var(--button);
}

/* Card
---------------- */
.card {
	padding: var(--space);
	margin-block-end: var(--space);
	border-radius: var(--radius);
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15), var(--shadow);
}

.card *:last-child {
	margin-block-end: 0;
}

/* Grid
---------------- */
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6 {
	display: grid;
	margin-block-end: var(--space);
	gap: var(--space);
}

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

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

.grid-4 {
	grid-template-columns: repeat(4, 1fr);
}

.grid-5 {
	grid-template-columns: repeat(5, 1fr);
}

.grid-6 {
	grid-template-columns: repeat(6, 1fr);
}

.grid > .card {
	margin-block-end: 0;
}

/* Background
---------------- */
.bg-slate {
	--surface: rgb(17, 39, 60);
	--text: white;
	--button: linear-gradient(25deg, #0071bb 0, #238CEC 66%, #01B5FF 100%);
	--label: white;
	--border: var(--secondary);
	
	button:hover,
	.button:hover {
		background: linear-gradient(115deg, #0071bb 0, #238CEC 66%, #01B5FF 100%);
	}
}

.bg-primary {
	--surface: var(--primary);
	--text: white;
	--button: color-mix(in oklab, var(--primary), black 50%);
	--label: white;
	--border: var(--button);
}

.bg-secondary {
	--surface: var(--secondary);
	--text: white;
	--button: color-mix(in oklab, var(--secondary), black 50%);
	--label: white;
	--border: var(--button);
}

.bg-white {
	--surface: white;
	--text: black;
	--button: var(--primary);
	--label: white;
	--border: var(--button);
}