/*
Theme Name: CC26
Theme URI: https://chesapeakecarriage.com
Author: RT7 Media
Author URI: https://rt7.media
Description: Refined Automotive Luxury — slim custom theme for Chesapeake Custom Carriage. Dark cinematic palette, self-hosted Fraunces + Inter, no build step, no page builder.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cc26
*/

:root {
	--cc-base: #0E0F12;
	--cc-surface: #15171C;
	--cc-accent: #C9A35B;
	--cc-accent-hi: #E3C589;
	--cc-text: #E8E6E1;
	--cc-muted: #8A8F98;
	--cc-line: rgba(201, 163, 91, .25);
	--cc-maxw: 1180px;
	--cc-pad: clamp(1.25rem, 4vw, 3rem);
	--cc-headh: 80px; /* fixed header clearance; overridden at mobile widths */
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--cc-headh) + 1rem); }

body {
	margin: 0;
	background: var(--cc-base);
	color: var(--cc-text);
	font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

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

a { color: var(--cc-accent); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--cc-accent-hi); }
