:root {
	--ivory: #f7f2e8;
	--paper: #fffdf8;
	--sage: #68785b;
	--sage-dark: #4d5e43;
	--sage-soft: #e7ecdf;
	--clay: #c96035;
	--clay-dark: #a94d2a;
	--ink: #282d27;
	--muted: #687065;
	--line: #dcded3;
	--radius: 20px;
	--shadow: 0 22px 60px rgba(45, 52, 43, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--ivory);
	color: var(--ink);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.65;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
h1, h2, h3 {
	margin: 0 0 .55em;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
	letter-spacing: -.025em;
	line-height: 1.08;
}
h1 { font-size: clamp(2.7rem, 7vw, 5.6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); }
h3 { font-size: 1.55rem; }
p { margin: 0 0 1em; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 40px)); }
.screen-reader-text {
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 1000; padding: 12px 16px; background: #fff; }
.skip-link:focus { top: 18px; }

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	border-bottom: 1px solid rgba(104, 120, 91, .16);
	background: rgba(247, 242, 232, .94);
	backdrop-filter: blur(14px);
}
.site-header__inner { display: flex; min-height: 76px; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--sage-dark); font-family: Georgia, serif; font-size: 1.72rem; text-decoration: none; }
.brand__symbol { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .8em; }
.site-nav { margin-left: auto; }
.site-nav__list { display: flex; align-items: center; gap: 25px; margin: 0; padding: 0; list-style: none; }
.site-nav a { color: #454b43; font-size: .94rem; font-weight: 650; text-decoration: none; }
.site-nav a:hover, .site-nav .current-menu-item > a { color: var(--clay); }
.nav-toggle { display: none; width: 42px; height: 40px; margin-left: auto; padding: 9px; border: 0; background: transparent; }
.nav-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border: 1px solid var(--clay);
	border-radius: 12px;
	background: var(--clay);
	color: #fff;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform .15s ease, background .15s ease;
}
.button:hover { background: var(--clay-dark); transform: translateY(-1px); }
.button--small { min-height: 42px; padding: 10px 17px; font-size: .92rem; }
.button--outline { border-color: #aeb4a7; background: transparent; color: var(--ink); }
.button--outline:hover { background: #fff; }
.button--light { border-color: var(--paper); background: var(--paper); color: var(--sage-dark); }
.text-link { color: var(--clay-dark); font-weight: 750; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.hero { position: relative; overflow: hidden; padding: clamp(68px, 9vw, 126px) 0 90px; }
.hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 75% 42%, rgba(207, 102, 56, .08), transparent 28%); content: ""; pointer-events: none; }
.hero__grid { display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 7vw; }
.hero__content { position: relative; z-index: 1; max-width: 760px; }
.hero h1 { max-width: 820px; }
.hero__lead { max-width: 680px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.3rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 22px; }
.trust-line { display: flex; align-items: center; gap: 9px; color: var(--sage-dark); font-size: .94rem; }
.trust-line span { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--sage-soft); font-weight: 800; }
.kicker { color: var(--clay-dark); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.kicker span { margin-right: 6px; }
.kicker--light { color: #e9dbc9; }
.hero__art { position: relative; aspect-ratio: 1; max-width: 470px; border-radius: 50%; background: rgba(104, 120, 91, .09); }
.hero__sun { position: absolute; inset: 28%; display: grid; place-items: center; border-radius: 50%; background: #efd2ad; color: var(--clay); font-size: 4rem; box-shadow: 0 0 0 20px rgba(255,255,255,.35); }
.orbit { position: absolute; border: 1px solid rgba(104, 120, 91, .35); border-radius: 50%; }
.orbit--one { inset: 10%; }
.orbit--two { inset: 21%; border-style: dashed; }
.leaf { position: absolute; width: 44px; height: 88px; border-radius: 100% 0 100% 0; background: var(--sage); opacity: .8; }
.leaf--one { left: 11%; top: 20%; rotate: -24deg; }
.leaf--two { right: 5%; bottom: 27%; rotate: 50deg; background: var(--clay); }
.leaf--three { left: 25%; bottom: 3%; rotate: 14deg; background: #a9b596; }

.section { padding: clamp(70px, 9vw, 116px) 0; }
.section--sage { background: var(--sage-soft); }
.section--compact { padding-top: 30px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 38px; }
.section-heading h2 { margin-bottom: 0; }
.cards-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.entry-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: 0 12px 38px rgba(50,55,47,.04); }
.entry-card__media { display: block; aspect-ratio: 1.12; overflow: hidden; background: #e4e7dc; text-decoration: none; }
.entry-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.entry-card:hover .entry-card__media img { transform: scale(1.025); }
.entry-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: var(--sage); font-size: 3rem; background: radial-gradient(circle, #f7e0c5, #e4e9dc); }
.entry-card__body { padding: 22px; }
.entry-card__body > p:not(.entry-card__eyebrow) { min-height: 3.2em; color: var(--muted); }
.entry-card__eyebrow { margin-bottom: 6px; color: var(--clay-dark); font-size: .8rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.entry-card__title { margin-bottom: 10px; font-size: 1.65rem; }
.entry-card__title a { text-decoration: none; }
.entry-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 20px; }
.entry-card__price { color: var(--sage-dark); font-size: .9rem; font-weight: 750; }
.empty-state { padding: clamp(42px, 7vw, 80px); border: 1px dashed #b7bcaf; border-radius: var(--radius); background: rgba(255,255,255,.4); text-align: center; }
.empty-state__symbol { color: var(--clay); font-size: 3rem; }
.empty-state p { max-width: 560px; margin: 0 auto 24px; color: var(--muted); }

.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.feature-card { display: flex; min-height: 330px; flex-direction: column; padding: 30px; border-radius: var(--radius); text-decoration: none; transition: transform .18s ease; }
.feature-card:hover { transform: translateY(-4px); }
.feature-card--sun { background: #f1d5af; }
.feature-card--leaf { background: #d3ddc7; }
.feature-card--clay { background: #e4b49d; }
.feature-card__icon { display: grid; width: 55px; height: 55px; place-items: center; margin-bottom: auto; border: 1px solid rgba(40,45,39,.35); border-radius: 50%; font-size: 1.65rem; }
.feature-card__meta { margin-top: 38px; font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.feature-card strong { margin: 8px 0; font-family: Georgia, serif; font-size: 1.7rem; font-weight: 500; line-height: 1.16; }
.feature-card > span:last-child { color: #4f564d; }
.how { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid var(--line); }
.steps li > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--sage-soft); color: var(--sage-dark); font-weight: 800; }
.steps strong { font-family: Georgia, serif; font-size: 1.4rem; font-weight: 500; }
.steps p { margin: 3px 0 0; color: var(--muted); }
.cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: clamp(36px, 6vw, 68px); border-radius: 28px; background: var(--sage-dark); color: #fff; }
.cta h2 { max-width: 740px; margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); }

.archive-hero { padding: clamp(54px, 8vw, 92px) 0 42px; }
.archive-hero__inner { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.archive-hero h1 { margin-bottom: 12px; font-size: clamp(2.8rem, 6vw, 4.8rem); }
.archive-hero p:last-child { max-width: 650px; color: var(--muted); }
.archive-layout { padding-bottom: 100px; }
.cards-grid--archive { margin-top: 38px; }
.filters { display: grid; grid-template-columns: repeat(4, minmax(150px, 1fr)); align-items: end; gap: 14px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.filters label { display: block; margin-bottom: 6px; font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.filters select, .filters input { width: 100%; min-height: 44px; padding: 9px 11px; border: 1px solid #c9ccc2; border-radius: 9px; background: #fff; color: var(--ink); }
.filters__ages > div { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.filters__reset { align-self: center; margin-top: 22px; color: var(--muted); font-size: .9rem; }
.navigation.pagination { margin-top: 40px; }
.nav-links { display: flex; justify-content: center; gap: 8px; }
.page-numbers { display: grid; min-width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 9px; background: var(--paper); text-decoration: none; }
.page-numbers.current { border-color: var(--sage); background: var(--sage); color: #fff; }

.single-entry { padding-top: 46px; padding-bottom: 110px; }
.back-link { display: inline-block; margin-bottom: 28px; color: var(--muted); text-decoration: none; }
.single-entry__grid { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); align-items: start; gap: clamp(34px, 7vw, 90px); }
.single-entry__media { position: sticky; top: 105px; overflow: hidden; border-radius: 24px; background: var(--sage-soft); }
.single-entry__media img { width: 100%; max-height: 720px; object-fit: cover; }
.single-entry__placeholder { display: grid; aspect-ratio: .86; place-items: center; color: var(--sage); font-size: 5rem; }
.single-entry__main h1 { font-size: clamp(2.7rem, 5vw, 4.7rem); }
.single-entry__price { color: var(--clay-dark); font-weight: 800; }
.prose { color: #3d433b; }
.prose > * { max-width: 72ch; }
.prose h2 { margin-top: 1.4em; font-size: 2rem; }
.prose a { color: var(--clay-dark); }
.interest-line { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); }
.profile-details { display: grid; gap: 0; margin: 32px 0 0; border-top: 1px solid var(--line); }
.profile-details > div { display: grid; grid-template-columns: minmax(150px, .4fr) 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.profile-details dt { color: var(--muted); font-size: .86rem; font-weight: 750; }
.profile-details dd { margin: 0; }
.contact-box { margin-top: 38px; padding: 28px; border-radius: var(--radius); background: var(--sage-soft); }
.contact-box h2 { font-size: 2rem; }
.contact-box__links { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-box__plain { display: inline-flex; align-items: center; padding: 10px 15px; border: 1px solid #bdc6b5; border-radius: 9px; background: #fff; }
.contact-box__note { margin: 20px 0 0; color: var(--muted); font-size: .86rem; }
.page-content { min-height: 60vh; padding-top: 72px; padding-bottom: 100px; }
.page-content h1 { font-size: clamp(2.6rem, 6vw, 4.5rem); }

.site-footer { margin-top: 80px; padding: 72px 0 24px; background: #343d32; color: #eff2e9; }
.brand--footer { color: #fff; }
.site-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 60px; }
.site-footer__about { max-width: 430px; margin-top: 22px; color: #c7d0c1; }
.site-footer__title { font-family: inherit; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.site-footer__links, .site-footer__links .site-nav__list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.site-footer__links a { color: #dce2d7; text-decoration: none; }
.site-footer__links a:hover { color: #fff; text-decoration: underline; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); color: #aebaaa; font-size: .82rem; }

@media (max-width: 980px) {
	.header-action { display: none; }
	.site-nav__list { gap: 17px; }
	.hero__grid { grid-template-columns: 1fr .58fr; }
	.cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.feature-grid { grid-template-columns: 1fr; }
	.feature-card { min-height: 260px; }
	.filters { grid-template-columns: 1fr 1fr; }
	.filters .button { align-self: end; }
	.filters__reset { margin-top: 0; }
}

@media (max-width: 760px) {
	body { font-size: 16px; }
	.shell, .narrow { width: min(100% - 28px, 1180px); }
	.site-header__inner { min-height: 68px; }
	.nav-toggle { display: block; }
	.site-nav {
		position: absolute;
		top: 68px;
		left: 0;
		right: 0;
		display: none;
		padding: 16px 20px 24px;
		border-bottom: 1px solid var(--line);
		background: var(--paper);
	}
	.site-nav--open { display: block; }
	.site-nav__list { display: grid; gap: 0; }
	.site-nav li { border-bottom: 1px solid var(--line); }
	.site-nav a { display: block; padding: 13px 0; }
	.hero { padding-top: 60px; }
	.hero__grid { grid-template-columns: 1fr; }
	.hero__art { max-width: 320px; margin: 12px auto 0; }
	.section-heading, .archive-hero__inner, .cta { align-items: flex-start; flex-direction: column; }
	.cards-grid { grid-template-columns: 1fr; }
	.how { grid-template-columns: 1fr; gap: 20px; }
	.filters { grid-template-columns: 1fr; }
	.filters__reset { justify-self: start; }
	.single-entry__grid { grid-template-columns: 1fr; }
	.single-entry__media { position: static; }
	.profile-details > div { grid-template-columns: 1fr; gap: 3px; }
	.site-footer__grid { grid-template-columns: 1fr; gap: 32px; }
	.site-footer__bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
	* { scroll-behavior: auto !important; transition: none !important; }
}
