* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	overflow-x: clip;
}

body {
	font-family: Outfit, 'Segoe UI', sans-serif;
	font-size: 22px;
	line-height: 1.5;
	background: #191611;
	color: #f4ead8;
	overflow-x: clip;
}

a {
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
button {
	font: inherit;
}

.wrap {
	width: min(1280px, calc(100% - 40px));
	margin: 0 auto;
}

nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	height: 64px;
	padding: 0 20px;
	background: #0b0a08;
	border-bottom: 1px solid #2a2418;
	position: sticky;
	top: 0;
	z-index: 50;
}

.logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.logo-mark {
	width: 10px;
	height: 10px;
	background: var(--accent);
}

.nav-links {
	display: flex;
	gap: 28px;
	flex: 1;
	justify-content: center;
}

.nav-links a {
	font-size: 18px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(244, 234, 216, 0.62);
}

.nav-links a:hover {
	color: #e0b15a;
}

.nav-right {
	display: flex;
	align-items: center;
	gap: 8px;
}

.nav-stories,
.hero-ghost,
.nav-cta,
.hero-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 16px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.nav-stories,
.hero-ghost {
	border: 1px solid #e0b15a;
	color: #e0b15a;
	background: transparent;
}

.nav-cta,
.hero-cta {
	background: var(--accent);
	color: #140f0a;
	border: 1px solid var(--accent);
}

.menu-btn {
	display: none;
	width: 40px;
	height: 40px;
	background: transparent;
	color: #f4ead8;
	border: 1px solid #2a2418;
	cursor: pointer;
}

.hero {
	border-bottom: 1px solid #2a2418;
	padding: 48px 0 40px;
}

.hero-copy {
	max-width: 640px;
}

.eyebrow {
	font-size: 12px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #e0b15a;
	margin-bottom: 12px;
}

.hero h1,
.hero-stories h1,
.section-head h2,
.story-head h1,
.story-cta h2,
.footer-brand {
	font-weight: 650;
	letter-spacing: -0.02em;
}

.hero h1 {
	font-size: clamp(32px, 5vw, 52px);
	line-height: 1.08;
	margin-bottom: 14px;
}

.hero-lead {
	font-size: 20px;
	color: rgba(244, 234, 216, 0.68);
	max-width: 36ch;
	margin-bottom: 24px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

main {
	padding: 32px 0 72px;
}

.chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 28px;
}

.chip {
	padding: 8px 12px;
	border: 1px solid #2a2418;
	background: #16130f;
	font-size: 13px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(244, 234, 216, 0.7);
}

.chip-active {
	background: var(--accent);
	color: #140f0a;
	border-color: var(--accent);
}

.section-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.section-head h2 {
	font-size: 22px;
}
.section-head span {
	font-size: 13px;
	color: rgba(244, 234, 216, 0.4);
}

.grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.card {
	display: block;
	background: #16130f;
}

.thumb {
	position: relative;
	aspect-ratio: 16 / 9;
	background: #16130f center/cover no-repeat;
}

.thumb::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(11, 10, 8, 0.72), transparent 45%);
}

.badge,
.dur {
	position: absolute;
	z-index: 2;
	padding: 4px 7px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.badge {
	top: 8px;
	left: 8px;
	background: var(--accent);
	color: #140f0a;
}

.dur {
	bottom: 8px;
	right: 8px;
	background: #0b0a08;
}

.play {
	position: absolute;
	z-index: 2;
	inset: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 14px;
	border-color: transparent transparent transparent #f4ead8;
	opacity: 0.85;
}

.card-meta {
	padding: 10px 10px 14px;
}
.card-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
}
.card-sub {
	margin-top: 4px;
	font-size: 12px;
	color: rgba(244, 234, 216, 0.4);
}

.home-stories {
	margin-top: 48px;
}

.story-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.story-card {
	display: flex;
	flex-direction: column;
	background: #16130f;
}

.story-cover {
	aspect-ratio: 9 / 16;
	background: #100e0b center top/cover no-repeat;
}

.story-card-body {
	padding: 12px 12px 16px;
}
.story-card-body h2,
.story-card-body h3 {
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 8px;
}
.story-card-body p {
	font-size: 22px;
	line-height: 1.45;
	color: rgba(244, 234, 216, 0.62);
}

.hero-stories {
	padding: 36px 0 8px;
}
.hero-stories h1 {
	font-size: 36px;
}

.story-wrap {
	width: min(800px, calc(100% - 40px));
	margin: 0 auto;
	padding: 32px 0 72px;
}

.back-link {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #e0b15a;
}

.story {
	font-size: 22px;
}

.story-kicker {
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #e0b15a;
	margin-bottom: 10px;
}

.story-head h1 {
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1.15;
	margin-bottom: 12px;
}

.story-dek {
	font-size: 22px;
	color: rgba(244, 234, 216, 0.68);
}

.story-hero {
	float: left;
	margin: 6px 28px 14px 0;
	width: 260px;
	aspect-ratio: 9 / 16;
	background: #16130f;
}

.story-hero img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.story-body p {
	font-size: 22px;
	line-height: 1.7;
	margin-bottom: 1.1em;
}

.story-cta {
	clear: both;
	margin-top: 40px;
	padding: 28px;
	background: #16130f;
	border: 1px solid #2a2418;
	text-align: center;
}

.story-cta h2 {
	font-size: 24px;
	margin: 8px 0 16px;
}

footer {
	padding: 32px 20px;
	background: #100e0b;
	border-top: 1px solid #2a2418;
	text-align: center;
}

.footer-brand {
	font-size: 14px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #e0b15a;
	margin-bottom: 14px;
}

.footer-links {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 14px;
	font-size: 13px;
	color: rgba(244, 234, 216, 0.55);
}

footer p {
	font-size: 12px;
	color: rgba(244, 234, 216, 0.35);
	max-width: 640px;
	margin: 0 auto;
	line-height: 1.5;
}

.empty {
	color: rgba(244, 234, 216, 0.5);
}

@media (max-width: 1100px) {
	.grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.story-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	body {
		font-size: 22px;
	}
	.wrap,
	.story-wrap {
		width: calc(100% - 28px);
	}
	nav {
		height: 56px;
		padding: 0 14px;
	}
	.nav-links {
		display: none;
		position: absolute;
		top: 56px;
		left: 0;
		right: 0;
		flex-direction: column;
		gap: 0;
		background: #0b0a08;
		border-bottom: 1px solid #2a2418;
		padding: 8px 14px 16px;
	}
	.nav-links.open {
		display: flex;
	}
	.nav-links a {
		padding: 10px 0;
	}
	.menu-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	.hero {
		padding: 28px 0 24px;
	}
	.hero h1 {
		font-size: 28px;
	}
	.hero-lead {
		font-size: 20px;
	}
	.grid,
	.story-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}
	.card-title {
		font-size: 20px;
	}
	.story-card-body {
		padding: 10px;
	}
	.story-card-body h2,
	.story-card-body h3 {
		font-size: 20px;
	}
	.story-card-body p {
		font-size: 20px;
	}
	.story-hero {
		float: none;
		display: block;
		margin: 24px auto;
		width: min(220px, 64vw);
	}
	.story-body p,
	.story-dek {
		font-size: 22px;
	}
	.home-stories {
		margin-top: 32px;
	}
}
