/*
Theme Name: Wainwright & Daughters
Theme URI: https://wainwrightanddaughters.com/
Author: Converted from Claude Design canvas
Description: Bespoke classic-motorcar stewardship marketing site. Converted from static .dc.html artboards into a WordPress classic theme. Dark editorial aesthetic, Playfair Display + Inter, brass accent (#e9c176) on deep navy (#0A0E14).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wainwright-daughters
*/

/* All visual styling is delivered via the Tailwind Play CDN + the inline
   config/utility block printed by header.php (see wd_head_styles()).
   This file only carries the required theme header plus a few WP-admin
   and fallback niceties. */

body { margin: 0; }

/* Gutenberg / classic editor content width fallback for page.php */
.wd-prose { max-width: 720px; margin: 0 auto; }
.wd-prose h1, .wd-prose h2, .wd-prose h3 { font-family: "Playfair Display", Georgia, serif; }
.wd-prose a { color: #e9c176; }

/* WordPress required alignment classes */
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.8rem; opacity: 0.7; }
.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
	height: 1px; margin: -1px; overflow: hidden; padding: 0;
	position: absolute; width: 1px; word-wrap: normal !important;
}

/* Admin bar offset so the fixed nav doesn't hide under it */
body.admin-bar .wd-nav { top: 32px; }
@media screen and (max-width: 782px) {
	body.admin-bar .wd-nav { top: 46px; }
}
