/*
Theme Name: King's Head Wye
Theme URI: https://kingsheadwye.com
Author: kingsheadwye.com
Description: Classic PHP theme cloned from the design mockup at themes/code.html. Tailwind CDN + Material Design 3 palette + Noto Serif / Manrope. Drives the enp-kh-walks programmatic-SEO plugin.
Version: 0.1.0
License: GPL-2.0-or-later
Text Domain: kingsheadwye
Tags: classic, tailwind
*/

/* Tailwind handles most styling via CDN + inline config (see functions.php).
   Only styles NOT expressible with Tailwind utility classes belong here. */

.kh-gradient-primary-cta {
	background: linear-gradient(135deg, #061b0e 0%, #1b3022 100%);
}

.kh-prose p { margin-top: 1rem; }
.kh-prose h2, .kh-prose h3 { margin-top: 2rem; }

/* CC-attributed figures inside E-E-A-T page bodies */
.kh-page-hero { margin: 0 0 2rem; }
.kh-page-hero img {
	width: 100%;
	height: auto;
	border-radius: 0.75rem;
	box-shadow: 0px 16px 48px rgba(27,28,25,0.06);
}
.kh-page-hero figcaption {
	margin-top: 0.5rem;
	font-size: 0.75rem;
	color: #73797380;
	font-family: 'Manrope', sans-serif;
	letter-spacing: 0.02em;
}
.kh-page-hero figcaption a { text-decoration: underline; color: inherit; }
.kh-page-hero figcaption a:hover { color: #061b0e; }

.material-symbols-outlined {
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
