/*
 * hay-brand.css — Hay Communications brand styling
 * Consolidated from the WordPress Customizer "Additional CSS" (DB post #4800) into a
 * versioned theme file. Phase 2a (2026-06): ACTIVE rules only — dead/commented-out blocks
 * (the "Kelli asked to remove" green-link scheme, old form-button/search experiments, the
 * commented mega-menu/magazine tweaks) were discarded. This is the single brand source-of-truth.
 * Look is intended to be pixel-identical to the prior setup; WCAG 2.2 AA adjustments are
 * applied separately in hay-a11y.css (Phase 2c).
 */

/* ---- Self-hosted Orkney webfont (was //hay.net uploads/font-organizer) ---- */
@font-face { font-family:'Orkney'; src:url('./fonts/Orkney-Regular.woff2') format('woff2');        font-weight:normal;            font-display:swap; }
@font-face { font-family:'Orkney'; src:url('./fonts/Orkney-Light.woff2') format('woff2');          font-weight:300;               font-display:swap; }
@font-face { font-family:'Orkney'; src:url('./fonts/Orkney-Regular-Italic.woff2') format('woff2');                  font-style:italic; font-display:swap; }
@font-face { font-family:'Orkney'; src:url('./fonts/Orkney-Medium.woff2') format('woff2');         font-weight:600;               font-display:swap; }
@font-face { font-family:'Orkney'; src:url('./fonts/Orkney-Medium-Italic.woff2') format('woff2');  font-weight:600; font-style:italic; font-display:swap; }
@font-face { font-family:'Orkney'; src:url('./fonts/Orkney-Light-Italic.woff2') format('woff2');   font-weight:300; font-style:italic; font-display:swap; }
@font-face { font-family:'Orkney'; src:url('./fonts/Orkney-Bold.woff2') format('woff2');           font-weight:700;               font-display:swap; }
@font-face { font-family:'Orkney'; src:url('./fonts/Orkney-Bold-Italic.woff2') format('woff2');    font-weight:700; font-style:italic; font-display:swap; }

/* ---- Typography: Orkney forced site-wide (verbatim from #4800; revised for a11y in Phase 2c) ---- */
body { font-family:'Orkney'!important; font-weight:300!important; }
h1 { font-family:'Orkney'!important; font-weight:300!important; font-size:48pt; }
h2 { font-family:'Orkney'!important; font-weight:900!important; font-size:24pt; }
h3, h4, h5, h6 { font-family:'Orkney'!important; font-weight:300!important; }
p, q, li, a { font-family:'Orkney'!important; font-weight:300!important; }
.tablepress { font-family:'Orkney'!important; font-weight:300!important; }

/* ---- Footer: black background, white text ---- */
#colophon, #footer { background-color:#000000; color:#ffffff; }
.widget_text a { color:#ffffff; }

/* ---- Max Mega Menu: prevent dropdown clipping ---- */
#max_menu_row { overflow:inherit; }

/* ---- TablePress "Features" comparison table (gold header) ---- */
.tablepress-id-Features { --head-bg-color:#DEB408; }
.tablepress-id-Features th { font-size:small; }
.dataTables_filter { margin-bottom:13px; float:left; }

/* ---- Misc ---- */
.grecaptcha-badge { display:none; }              /* hide reCAPTCHA v3 badge */
#site-header-main-inside { padding:0 0; }        /* header logo left margin */
a.greyLink { color:#333333; }
a.greyLink:hover { color:red; }
.align-right { text-align:right; }
.vc_tta-title-text { font-size:12.8px; }
