/*
Theme Name: Dan Moorhouse
Theme URI: https://danmoorhouse.com
Author: Dan Moorhouse
Description: A custom Timber and Twig theme for the Dan Moorhouse local site.
Version: 0.1.0
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 8.1
Text Domain: dan-moorhouse
*/

html {
	box-sizing: border-box;
}

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

body {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	color: #1f2933;
	background: #f6f3ee;
	line-height: 1.6;
}

a {
	color: inherit;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.site-header,
.site-main,
.site-footer {
	padding-inline: 1.5rem;
}

.site-header__inner,
.content-shell,
.site-footer {
	width: min(100%, 72rem);
	margin: 0 auto;
}

.site-header {
	padding-block: 1.5rem;
}

.site-header__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.site-brand {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
}

.site-nav__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-nav__item a {
	text-decoration: none;
}

.hero {
	padding: 5rem 1.5rem 3rem;
}

.hero__content {
	width: min(100%, 72rem);
	margin: 0 auto;
	padding: 3rem;
	background: linear-gradient(135deg, #ead7c3, #f8f3ec 60%, #d7e1e8);
	border-radius: 1.5rem;
}

.hero__eyebrow,
.post-meta {
	margin: 0 0 0.75rem;
	font-size: 0.85rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #52606d;
}

.hero h1,
.content-shell h1 {
	margin-top: 0;
	font-size: clamp(2.5rem, 6vw, 5rem);
	line-height: 0.95;
}

.hero__lede {
	max-width: 36rem;
	font-size: 1.2rem;
}

.content-shell {
	padding-block: 2rem 4rem;
}

.post-list {
	display: grid;
	gap: 1.5rem;
}

.post-card {
	padding: 1.5rem;
	background: rgba(255, 255, 255, 0.65);
	border: 1px solid rgba(31, 41, 51, 0.08);
	border-radius: 1rem;
}

.post-card h2 {
	margin-top: 0;
}

.prose > :first-child {
	margin-top: 0;
}

.prose > :last-child {
	margin-bottom: 0;
}

.site-footer {
	padding-block: 0 2rem;
	color: #52606d;
}
