/*
Theme Name: NWArocks
Theme URI: https://nwarocks.com
Author: NWArocks
Description: Evergreen regional guide platform for the Northwest Arkansas music scene. Dark theme with Razorbacks red accent. Built on BlankSlate 2026.
Tags: accessibility-ready, one-column, custom-menu, featured-images, threaded-comments, translation-ready
Version: 2026.1
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: nwarocks
*/

/* === CSS Custom Properties (Dark Palette) === */
:root {
  --bg-main: #0f0f10;
  --bg-alt: #17171a;
  --bg-card: #141418;
  --text-main: #f4f4f5;
  --text-muted: rgba(244,244,245,.75);
  --border: rgba(244,244,245,.10);
  --accent: #9d2235;
  --accent-dark: #7a1a29;
  --content-max: 1340px;
  --reading-max: 720px;
  --radius: 14px;
  --shadow: 0 10px 28px rgba(0,0,0,.35);

  /* Legacy aliases for existing templates */
  --color-accent: var(--accent);
  --color-accent-dark: var(--accent-dark);
  --color-bg: var(--bg-main);
  --color-text: var(--text-main);
  --color-text-muted: var(--text-muted);
  --color-border: var(--border);
  --color-header-bg: var(--bg-main);
  --color-header-text: var(--text-main);
  --color-footer-bg: var(--bg-alt);
  --color-footer-text: var(--text-muted);
}

/* === Reset === */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
html{scroll-behavior:smooth}
body{line-height:1}
a{text-decoration-skip-ink:auto}
a[href^="tel"]{color:inherit;text-decoration:none}
button{outline:0}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
q{display:inline;font-style:italic}
q:before{content:'"';font-style:normal}
q:after{content:'"';font-style:normal}
textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{appearance:none;border-radius:0}
input[type="search"]{appearance:textfield}
table{border-collapse:collapse;border-spacing:0}
th,td{padding:2px}
big{font-size:120%}
small,sup,sub{font-size:80%}
sup{vertical-align:super}
sub{vertical-align:sub}
dd{margin-left:20px}
kbd,tt{font-family:courier;font-size:12px}
ins{text-decoration:underline}
del,strike,s{text-decoration:line-through}
dt{font-weight:bold}
address,cite,var{font-style:italic}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}

/* === WordPress Required Classes === */
.sticky{}
.bypostauthor{}
.wp-caption{}
.wp-caption-text{}
.gallery-caption{}
.alignright{float:right;margin:0 0 1rem 1.5rem}
.alignleft{float:left;margin:0 1.5rem 1rem 0}
.aligncenter{display:block;margin:0 auto 1rem}

/* === Accessibility === */
.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!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#1a1a1e;border-radius:3px;box-shadow:0 0 2px 2px rgba(157,34,53,.6);clip:auto!important;clip-path:none;color:var(--text-main);display:block;font-size:14px;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
