/*
Theme Name: Plough & Stars
Theme URI: https://ploughstars.com
Author: Coleraine Design
Author URI: https://www.colerainedesign.com
Description: A refined, premium Gutenberg block theme for The Plough & The Stars — Philadelphia's premier Irish pub. Design concept: "Dark & Gold — A Dublin Evening." Full-bleed pub photography, layered gold ornamental detail, literary editorial typography. Built for Core Web Vitals and WCAG 2.1 AA.
Version: 1.2.53
Requires at least: 6.5
Tested up to: 6.7
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: plough-and-stars
Tags: full-site-editing, block-patterns, restaurant, custom-colors, custom-menu, editor-style, accessibility-ready
*/

/*
 * Theme styles are managed primarily through theme.json (global styles) and the
 * enqueued stylesheets in /assets/css/. This file carries the required theme
 * header plus a small set of base resets that sit beneath the block layer.
 */

:root {
  --ps-orange: #E57138;
  --ps-orange-light: #F08C5A;
  --ps-dark-green: #121E18;
  --ps-plough-green: #1A2B22;
  --ps-parchment: #F5EFE3;
  --ps-warm-parchment: #F2EDE3;
}

html { scroll-behavior: smooth; }

body {
  background-color: var(--ps-dark-green);
  color: var(--ps-parchment);
  /* Let the OS render text with its native (subpixel) anti-aliasing — forcing
     grayscale "antialiased" made thin Cinzel look blurry on large/standard-DPI
     monitors (e.g. Windows ClearType displays). */
  text-rendering: optimizeSpeed;
}

/* Visible, brand-coloured focus ring for keyboard users (WCAG 2.4.7) */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--ps-orange-light);
  outline-offset: 2px;
  border-radius: 2px;
}

/* Screen-reader-only utility */
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

/* Skip link */
.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 9999;
  padding: 12px 20px;
  background: var(--ps-orange);
  color: var(--ps-dark-green);
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
}
.skip-link:focus { left: 16px; top: 16px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}
