@charset "UTF-8";
/*!
Theme Name: ngr
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ngr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ngr is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
details {
  display: block;
}

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# CSS custom properties
# --nav-height          set by navigation.js (masthead.offsetHeight)
# --wp-admin--admin-bar--height  set by WordPress when the admin bar is visible
--------------------------------------------------------------*/
:root {
  --nav-height: 0px;
  --wp-admin--admin-bar--height: 0px;
}

/* Force form elements to inherit fonts — browser defaults override otherwise */
button,
input,
textarea,
select {
  font-family: inherit;
}

/*--------------------------------------------------------------
# Generic - Box sizing
--------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  overflow-x: clip;
}

body {
  overflow-x: clip;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #f0f0f0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #242424;
  font-family: "Special Elite", "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #aaaaaa;
  cursor: help;
}

mark,
ins {
  background: rgba(255, 255, 255, 0.15);
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #181818;
}

hr {
  background-color: #444444;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links — scoped to #page so the WP admin bar keeps its own styles */
#page a {
  color: #ffffff;
}

#page a:visited {
  color: #cccccc;
}

#page a:hover,
#page a:focus,
#page a:active {
  color: #dddddd;
}

#page a:focus {
  outline: thin dotted;
}

#page a:hover,
#page a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #444444 #444444 #333333;
  border-radius: 3px;
  background: #313131;
  color: #f0f0f0;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #444444 #333333 #222222;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #222222 #333333 #333333;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #aaaaaa;
  border: 1px solid #444444;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111111;
}

select {
  border: 1px solid #444444;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Page wrapper */
#page {
  background-color: #181818;
  color: #f0f0f0;
  min-height: 100vh;
  min-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
  display: flex;
  flex-direction: column;
}

.admin-bar #page {
  min-height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
  .admin-bar #page {
    min-height: calc(100vh - 46px);
  }
}

/* Content + sidebar wrapper */
#page > .site-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (min-width: 56.25em) {
  #page > .site-content {
    flex-direction: row;
    align-items: flex-start;
  }
}

/* Main content area */
#primary {
  flex: 1;
  min-width: 0;
  padding: 3rem 1.5rem;
}

/* Upcoming shows (Bandsintown) section */
.upcoming-shows {
  position: relative;
  z-index: 1;
  padding: 3rem 1.5rem;
  border-bottom: 1px solid #444444;
}
.upcoming-shows__heading {
  font-family: "Rock Salt", cursive;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f0f0f0;
  border-bottom: 1px solid #444444;
  padding-bottom: 0.5rem;
  margin: 0 auto 2rem;
  max-width: 1400px;
  text-align: center;
}
.upcoming-shows {
  /* Constrain widget to match header/content width */
}
.upcoming-shows .bit-widget-container {
  max-width: 1400px;
  margin: 0 auto;
}
.upcoming-shows {
  /* Rock Salt */
}
.upcoming-shows .bit-event-name,
.upcoming-shows .bit-name,
.upcoming-shows .bit-date,
.upcoming-shows .bit-location {
  font-family: "Rock Salt", cursive !important;
}
.upcoming-shows {
  /* Typewriter */
}
.upcoming-shows .bit-venue,
.upcoming-shows .bit-details,
.upcoming-shows .bit-event-description {
  font-family: "Special Elite", cursive !important;
}
.upcoming-shows {
  /* Put "Request a Show" and the BIT logo on the same row at opposite ends */
}
.upcoming-shows .bit-play-my-city-wrapper {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 0;
}
.upcoming-shows .bit-play-my-city-wrapper + div {
  float: right;
}
.upcoming-shows {
  /* Clearfix so the widget container doesn't collapse */
}
.upcoming-shows .bit-widget::after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
#colophon {
  background-color: #313131;
  border-top: 1px solid #444444;
  padding: 1.5rem;
  margin: 0;
  text-align: center;
}
#colophon .site-info {
  font-family: "Special Elite", cursive;
  font-size: 0.75rem;
  color: #aaaaaa;
  letter-spacing: 0.05em;
}
#colophon .site-info a {
  color: #aaaaaa;
}
#colophon .site-info a:hover {
  color: #f0f0f0;
}
#colophon .site-info .sep {
  margin: 0 0.5rem;
}

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
#masthead {
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  overflow: visible;
}

.site-header-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

/* Branding
--------------------------------------------- */
.site-branding {
  flex-shrink: 0;
}

.custom-logo-link {
  display: block;
}
.custom-logo-link img {
  max-height: 48px;
  width: auto;
  display: block;
}

.site-title {
  font-family: "Rock Salt", cursive;
  font-size: 1.1rem;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.05em;
}
.site-title a {
  color: inherit;
  text-decoration: none;
}
.site-title a:hover {
  color: #ffffff;
}

.site-description {
  display: none;
}

/* Navigation
--------------------------------------------- */
#site-navigation {
  display: flex;
  align-items: center;
  /* Override global #page a / a:visited / a:hover rules for nav links */
}
#site-navigation a,
#site-navigation a:visited {
  color: rgba(255, 255, 255, 0.75);
}
#site-navigation a:hover,
#site-navigation a:focus {
  color: #ffffff;
}
#site-navigation {
  /* Current page — full brightness */
}
#site-navigation .current-menu-item > a,
#site-navigation .current_page_item > a {
  color: #ffffff;
}

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* Top-level list */
}
.main-navigation > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation {
  /* All lists */
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  font-family: "Rock Salt", cursive;
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.5rem 0.85rem;
  display: block;
  transition: color 0.2s ease;
}
.main-navigation a:hover {
  color: #ffffff;
}
.main-navigation {
  /* Active / current page — underline indicator */
}
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.main-navigation {
  /* Dropdown */
}
.main-navigation ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.15);
  min-width: 180px;
  z-index: 9999;
}
.main-navigation ul ul a {
  font-size: 0.6rem;
  padding: 0.5rem 1rem;
  text-align: left;
}
.main-navigation li:hover > ul,
.main-navigation li.focus > ul {
  display: block;
}

/* Mobile toggle */
.menu-toggle {
  display: none;
  font-family: "Rock Salt", cursive;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.75);
  padding: 0.5rem 1rem;
  cursor: pointer;
  margin: 0;
}

/* Search toggle — visible at all sizes, styled like a nav link on desktop */
.nav-search-toggle {
  font-family: "Rock Salt", cursive;
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.75);
  background: none;
  border: none;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.5rem 0.85rem;
  cursor: pointer;
  transition: color 0.2s ease;
  outline: none;
}
.nav-search-toggle:hover {
  color: #ffffff;
}
.nav-search-toggle:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

/* Search bar — absolutely positioned below the header */
.nav-search-form {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 0.75rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.nav-search-form .search-form {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  max-width: 1400px;
  margin: 0 auto;
}
.nav-search-form .search-field {
  width: 280px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  color: #f0f0f0 !important;
  padding: 0.3rem 0.5rem;
  font-family: "Special Elite", cursive;
  font-size: 0.9rem;
}
.nav-search-form .search-field::placeholder {
  color: #aaaaaa;
}
.nav-search-form .search-field:focus {
  outline: none;
  border-color: #f0f0f0;
}
.nav-search-form .search-submit {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  color: #f0f0f0;
  font-family: "Rock Salt", cursive;
  font-size: 0.55rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  cursor: pointer;
}
.nav-search-form .search-submit:hover {
  border-color: #f0f0f0;
}

@media screen and (max-width: 37.5em) {
  .menu-toggle {
    display: block;
  }
  .nav-search-toggle {
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0.5rem 1rem;
  }
  .main-navigation {
    gap: 0.5rem;
  }
  .main-navigation > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.95);
    padding: 0.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .main-navigation.toggled > ul {
    display: flex;
  }
}
/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #181818;
  border-top: 1px solid #444444;
  padding: 1.5rem;
  text-align: center;
}

.site-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-family: "Special Elite", cursive;
  font-size: 0.75rem;
  color: #aaaaaa;
  letter-spacing: 0.05em;
}
.site-info .sep {
  color: #444444;
}

.site-info__copyright {
  color: #aaaaaa;
}

.site-info__privacy {
  color: #aaaaaa;
  text-decoration: none;
}
.site-info__privacy:hover {
  color: #f0f0f0;
}

/*--------------------------------------------------------------
# Components - Post/Comment Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Components - Hero Carousel
--------------------------------------------------------------*/
.hero-carousel {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
  /* Individual slide */
}
.hero-carousel__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease;
}
.hero-carousel__slide.is-active {
  opacity: 1;
}
.hero-carousel__slide {
  /* Dark overlay */
}
.hero-carousel__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.hero-carousel {
  /* Optional text caption */
}
.hero-carousel__caption {
  position: absolute;
  bottom: 12%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-family: "Rock Salt", cursive;
  font-size: clamp(0.5rem, 1.5vw, 1.25rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
  padding: 0 2rem;
  pointer-events: none;
}
.hero-carousel {
  /* Prev / next arrow buttons */
}
.hero-carousel__prev, .hero-carousel__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  color: #fff;
  font-size: 1.25rem;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  line-height: 1;
  padding: 0;
}
.hero-carousel__prev:hover, .hero-carousel__next:hover {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.hero-carousel__prev, .hero-carousel__next {
  /* Hide on small screens */
}
@media screen and (max-width: 600px) {
  .hero-carousel__prev, .hero-carousel__next {
    display: none;
  }
}
.hero-carousel__prev {
  left: 1.5rem;
}
.hero-carousel__next {
  right: 1.5rem;
}

/*--------------------------------------------------------------
# Components - Latest News tiles
--------------------------------------------------------------*/
.latest-news {
  position: relative;
  z-index: 1;
  background-color: #313131;
  padding: 3rem 1.5rem;
  /* Grunge torn edge tearing upward into the upcoming-shows section above */
}
.latest-news::before {
  content: "";
  position: absolute;
  top: -63px;
  left: 0;
  right: 0;
  height: 64px;
  background-color: #313131;
  -webkit-mask-image: url(images/grunge-paint-01.svg);
  mask-image: url(images/grunge-paint-01.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
  pointer-events: none;
}
.latest-news__heading {
  text-align: center;
  margin: 0 auto 2.5rem;
  max-width: 1400px;
  line-height: 1.2;
  /* "Read Our" — small typewriter label */
}
.latest-news__heading span.latest-news__heading-read {
  display: block;
  font-family: "Special Elite", cursive;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #aaaaaa;
}
.latest-news__heading {
  /* "LATEST NEWS" — large display font */
}
.latest-news__heading span.latest-news__heading-main {
  display: block;
  font-family: "Rock Salt", cursive;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f0f0f0;
}
.latest-news .news-card {
  background-color: #181818;
}
.latest-news__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 56.25em) {
  .latest-news__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*--------------------------------------------------------------
# Components - Music section
--------------------------------------------------------------*/
.music-section {
  position: relative;
  z-index: 1;
  background-color: #181818;
  padding: 3rem 1.5rem;
  /* Grunge torn edge tearing upward into the latest-news section above */
}
.music-section::before {
  content: "";
  position: absolute;
  top: -63px;
  left: 0;
  right: 0;
  height: 64px;
  background-color: #181818;
  -webkit-mask-image: url(images/grunge-paint-01.svg);
  mask-image: url(images/grunge-paint-01.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
  pointer-events: none;
}
.music-section__heading {
  text-align: center;
  margin: 0 auto 2.5rem;
  max-width: 1400px;
  line-height: 1.2;
}
.music-section__heading-sub {
  display: block;
  font-family: "Special Elite", cursive;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #aaaaaa;
}
.music-section__heading-main {
  display: block;
  font-family: "Rock Salt", cursive;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f0f0f0;
}
.music-section__inner {
  max-width: 1400px;
  margin: 0 auto;
}

/* Two-column album grid */
.album-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .album-grid {
    grid-template-columns: 1fr;
  }
}
.album-grid__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.bandcamp-player {
  border: 0;
  display: block;
  width: 100% !important;
  height: 1000px !important;
  background-color: #181818;
}

/* Per-album availability + icon links */
.album-meta {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.album-meta__avail {
  font-family: "Special Elite", cursive;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: #f0f0f0;
  margin: 0;
}
.album-meta__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.album-meta__icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #444444;
  color: #aaaaaa;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.album-meta__icon-link svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  transition: opacity 0.2s ease;
}
.album-meta__icon-link:hover {
  border-color: #f0f0f0;
  color: #f0f0f0;
}
.album-meta__icon-link:hover svg {
  opacity: 0.75;
}

/* Tracklist */
.tracklist {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #444444;
}
.tracklist__item {
  border-bottom: 1px solid #222222;
}
.tracklist__item.is-active .tracklist__btn {
  color: #f0f0f0;
}
.tracklist__item.is-active .tracklist__number {
  display: none;
}
.tracklist__item.is-active .tracklist__play-icon {
  display: inline-block;
}
.tracklist__btn {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  background: none;
  border: none;
  padding: 0.6rem 0.25rem;
  cursor: pointer;
  color: #aaaaaa;
  font-family: "Special Elite", cursive;
  font-size: 0.8rem;
  text-align: left;
  transition: color 0.15s ease;
}
.tracklist__btn:hover {
  color: #f0f0f0;
}
.tracklist__number {
  width: 1.25rem;
  text-align: right;
  flex-shrink: 0;
  font-size: 0.7rem;
}
.tracklist {
  /* Triangle play indicator, hidden by default */
}
.tracklist__play-icon {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #f0f0f0;
  flex-shrink: 0;
  margin-left: 0.15rem;
}
.tracklist__title {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tracklist__duration {
  flex-shrink: 0;
  font-size: 0.7rem;
  color: #aaaaaa;
  letter-spacing: 0.05em;
}

.album {
  /* Streaming service links */
}
.album__streaming {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.album__streaming-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem;
  border: 1px solid #444444;
  color: #f0f0f0;
  text-decoration: none;
  font-family: "Special Elite", cursive;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.album__streaming-link svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.album__streaming-link:hover {
  border-color: #f0f0f0;
  color: #f0f0f0;
}

/* Comparison label */
.music-section__compare {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px dashed #444444;
}

.music-section__compare-label {
  font-family: "Special Elite", cursive;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #aaaaaa;
  margin: 0 0 1.5rem;
}

/*--------------------------------------------------------------
# Apple Music Player (amp)
--------------------------------------------------------------*/
.amp {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.amp__bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #313131;
  padding: 0.5rem 0.75rem;
}
.amp__controls {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
}
.amp__btn {
  background: none;
  border: 1px solid #444444;
  color: #f0f0f0;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  padding: 0;
  line-height: 1;
}
.amp__btn:hover {
  border-color: #f0f0f0;
  background-color: rgba(255, 255, 255, 0.05);
}
.amp__btn--play {
  width: 38px;
  height: 38px;
  font-size: 1rem;
}
.amp__info {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  overflow: hidden;
}
.amp__now-title {
  font-family: "Special Elite", cursive;
  font-size: 0.8rem;
  color: #f0f0f0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.amp__now-time {
  font-family: "Special Elite", cursive;
  font-size: 0.7rem;
  color: #aaaaaa;
  flex-shrink: 0;
  letter-spacing: 0.05em;
}
.amp__progress {
  height: 2px;
  background-color: #444444;
  width: 100%;
}
.amp__progress-fill {
  height: 100%;
  width: 0;
  background-color: #f0f0f0;
  transition: width 0.5s linear;
}

/*--------------------------------------------------------------
# Components - Photos section
--------------------------------------------------------------*/
.photos-section {
  position: relative;
  z-index: 1;
  background-color: #313131;
  padding: 3rem 1.5rem;
  /* Grunge torn edge tearing upward into the music section above */
}
.photos-section::before {
  content: "";
  position: absolute;
  top: -63px;
  left: 0;
  right: 0;
  height: 64px;
  background-color: #313131;
  -webkit-mask-image: url(images/grunge-paint-01.svg);
  mask-image: url(images/grunge-paint-01.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
  pointer-events: none;
}
.photos-section__heading {
  text-align: center;
  margin: 0 auto 2.5rem;
  max-width: 1400px;
  line-height: 1.2;
}
.photos-section__heading-sub {
  display: block;
  font-family: "Special Elite", cursive;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #aaaaaa;
}
.photos-section__heading-main {
  display: block;
  font-family: "Rock Salt", cursive;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f0f0f0;
}
.photos-section__more {
  text-align: center;
  margin: 2rem 0 0;
}
.photos-section__more-link {
  display: inline-block;
  font-family: "Special Elite", cursive;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f0f0f0;
  border-bottom: 1px solid #444444;
  padding-bottom: 2px;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.photos-section__more-link:hover {
  border-color: #f0f0f0;
}

/* Photo grid */
.photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 37.5em) {
  .photo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 56.25em) {
  .photo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.photo-grid__wrap, .photo-grid__card {
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.8));
  will-change: filter;
}
.photo-grid__item {
  position: relative;
  background-color: #181818;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(images/rough-square.svg);
  mask-image: url(images/rough-square.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
  transition: opacity 0.3s ease;
}
.photo-grid__item:hover, .photo-grid__item:focus {
  opacity: 0.85;
}
.photo-grid__item:focus {
  outline: 2px solid #f0f0f0;
  outline-offset: 2px;
}
.photo-grid__thumb {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.photo-grid__card {
  display: flex;
  flex-direction: column;
}
.photo-grid__meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.5rem 0.25rem 0;
}
.photo-grid__caption {
  font-family: "Rock Salt", cursive;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f0f0f0;
  line-height: 1.3;
}
.photo-grid__location, .photo-grid__photographer {
  font-family: "Special Elite", cursive;
  font-size: 0.72rem;
  color: #aaaaaa;
  letter-spacing: 0.04em;
}

/*--------------------------------------------------------------
# Photos page — sectioned archive layout
--------------------------------------------------------------*/
.photos-archive-section {
  padding: 3rem 0 4rem;
}
.photos-archive-section--dark {
  position: relative;
}
.photos-archive-section--dark::before {
  content: "";
  position: absolute;
  top: -63px;
  left: 0;
  right: 0;
  height: 64px;
  background-color: #181818;
  -webkit-mask-image: url(images/grunge-paint-01.svg);
  mask-image: url(images/grunge-paint-01.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
  pointer-events: none;
}
.photos-archive-section--dark {
  background-color: #181818;
}
.photos-archive-section--mid {
  position: relative;
}
.photos-archive-section--mid::before {
  content: "";
  position: absolute;
  top: -63px;
  left: 0;
  right: 0;
  height: 64px;
  background-color: #313131;
  -webkit-mask-image: url(images/grunge-paint-01.svg);
  mask-image: url(images/grunge-paint-01.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
  pointer-events: none;
}
.photos-archive-section--mid {
  background-color: #313131;
}
.photos-archive-section__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (min-width: 56.25em) {
  .photos-archive-section__inner {
    padding: 0 4rem;
  }
}

.photos-archive-section .photo-grid__item + .photo-grid__item {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.page-template-page-photos #primary {
  padding: 0;
}

/*--------------------------------------------------------------
# Lightbox
--------------------------------------------------------------*/
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox[hidden] {
  display: none;
}
.lightbox__figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 90vw;
  max-height: 90vh;
  margin: 0;
}
.lightbox__img {
  display: block;
  max-width: 90vw;
  max-height: 80vh;
  object-fit: contain;
}
.lightbox__caption {
  margin-top: 0.75rem;
  font-family: "Special Elite", cursive;
  font-size: 0.8rem;
  color: #aaaaaa;
  letter-spacing: 0.08em;
  text-align: center;
}
.lightbox__close, .lightbox__prev, .lightbox__next {
  position: absolute;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  line-height: 1;
}
.lightbox__close:hover, .lightbox__prev:hover, .lightbox__next:hover {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.lightbox__close {
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  font-size: 1rem;
}
.lightbox__prev, .lightbox__next {
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  font-size: 1.25rem;
}
@media screen and (max-width: 600px) {
  .lightbox__prev, .lightbox__next {
    display: none;
  }
}
.lightbox__prev {
  left: 1rem;
}
.lightbox__next {
  right: 1rem;
}

/* Prevent body scroll when lightbox is open */
body.lightbox-open {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Components - Videos section
--------------------------------------------------------------*/
.videos-section {
  position: relative;
  z-index: 1;
  background-color: #181818;
  padding: 3rem 1.5rem;
  /* Grunge torn edge tearing upward into the photos section above */
}
.videos-section::before {
  content: "";
  position: absolute;
  top: -63px;
  left: 0;
  right: 0;
  height: 64px;
  background-color: #181818;
  -webkit-mask-image: url(images/grunge-paint-01.svg);
  mask-image: url(images/grunge-paint-01.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
  pointer-events: none;
}
.videos-section__heading {
  text-align: center;
  margin: 0 auto 2.5rem;
  max-width: 1400px;
  line-height: 1.2;
}
.videos-section__heading-sub {
  display: block;
  font-family: "Special Elite", cursive;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #aaaaaa;
}
.videos-section__heading-main {
  display: block;
  font-family: "Rock Salt", cursive;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f0f0f0;
}

/* Video grid */
.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 37.5em) {
  .video-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 56.25em) {
  .video-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.video-grid__item {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.video-grid__item:hover .video-grid__thumb {
  opacity: 0.75;
}
.video-grid__item:hover .video-grid__play {
  opacity: 1;
}
.video-grid__item:focus {
  outline: 2px solid #f0f0f0;
  outline-offset: 2px;
}
.video-grid {
  /* Wrapper holds the image + play overlay together */
}
.video-grid__thumb-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.video-grid__thumb {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.video-grid__thumb--no-image {
  aspect-ratio: 16/9;
  background-color: #313131;
}
.video-grid {
  /* Play button overlay — sits over the image only */
}
.video-grid__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.video-grid__play-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 32px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.8));
}
.video-grid__title {
  font-family: "Rock Salt", cursive;
  font-size: 0.9rem;
  color: #f0f0f0;
  letter-spacing: 0.06em;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  text-align: left;
}
.video-grid__excerpt {
  font-family: "Special Elite", cursive;
  font-size: 0.8rem;
  color: #aaaaaa;
  letter-spacing: 0.04em;
  margin: 0.5rem 0 0;
  line-height: 1.5;
  text-align: left;
}

/*--------------------------------------------------------------
# Videos archive — sectioned layout (/videos/)
--------------------------------------------------------------*/
.vids-section {
  padding: 3rem 0 4rem;
}
.vids-section--mid {
  position: relative;
}
.vids-section--mid::before {
  content: "";
  position: absolute;
  top: -63px;
  left: 0;
  right: 0;
  height: 64px;
  background-color: #313131;
  -webkit-mask-image: url(images/grunge-paint-01.svg);
  mask-image: url(images/grunge-paint-01.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
  pointer-events: none;
}
.vids-section--mid {
  background-color: #313131;
}
.vids-section--dark {
  position: relative;
}
.vids-section--dark::before {
  content: "";
  position: absolute;
  top: -63px;
  left: 0;
  right: 0;
  height: 64px;
  background-color: #181818;
  -webkit-mask-image: url(images/grunge-paint-01.svg);
  mask-image: url(images/grunge-paint-01.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
  pointer-events: none;
}
.vids-section--dark {
  background-color: #181818;
}
.vids-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (min-width: 56.25em) {
  .vids-section__inner {
    padding: 0 4rem;
  }
}
.vids-section__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 37.5em) {
  .vids-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 56.25em) {
  .vids-section__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.vids-section--collab .vids-section__grid {
  grid-template-columns: 1fr;
  gap: 3rem;
}

.vids-section .vids-card + .vids-card {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.vids-section--collab .vids-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  background-color: #313131;
  border: 1px solid #444444;
}
@media screen and (min-width: 37.5em) {
  .vids-section--collab .vids-card {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
.vids-section--collab .vids-card__thumb-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  align-self: stretch;
}
.vids-section--collab .vids-card__thumb-wrap:hover .vids-card__thumb {
  opacity: 0.75;
}
.vids-section--collab .vids-card__thumb-wrap:hover .video-grid__play {
  opacity: 1;
}
.vids-section--collab .vids-card__thumb-wrap:focus {
  outline: 2px solid #f0f0f0;
  outline-offset: 2px;
}
.vids-section--collab .vids-card__thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
  min-height: 200px;
}
.vids-section--collab .vids-card__thumb--no-image {
  background-color: #313131;
}
.vids-section--collab .vids-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.5rem;
}
.vids-section--collab .vids-card__title {
  font-family: "Rock Salt", cursive;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f0f0f0;
  margin: 0;
  line-height: 1.3;
}
.vids-section--collab .vids-card__content {
  font-family: "Special Elite", cursive;
  font-size: 0.9rem;
  color: #aaaaaa;
  line-height: 1.7;
  column-width: 18rem;
  column-gap: 1.5rem;
}
.vids-section--collab .vids-card__content p {
  margin: 0 0 0.75em;
}
.vids-section--collab .vids-card__content p:last-child {
  margin-bottom: 0;
}

.vids-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.vids-card__thumb-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.vids-card__thumb-wrap:hover .vids-card__thumb {
  opacity: 0.75;
}
.vids-card__thumb-wrap:hover .video-grid__play {
  opacity: 1;
}
.vids-card__thumb-wrap:focus {
  outline: 2px solid #f0f0f0;
  outline-offset: 2px;
}
.vids-card__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.vids-card__thumb--no-image {
  aspect-ratio: 16/9;
  background-color: #313131;
}
.vids-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.vids-card__title {
  font-family: "Rock Salt", cursive;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f0f0f0;
  margin: 0;
  line-height: 1.3;
}
.vids-card__content {
  font-family: "Special Elite", cursive;
  font-size: 0.85rem;
  color: #aaaaaa;
  line-height: 1.6;
}
.vids-card__content p {
  margin: 0 0 0.5em;
}
.vids-card__content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Video lightbox
--------------------------------------------------------------*/
.video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-lightbox[hidden] {
  display: none;
}
.video-lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.video-lightbox__close:hover {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.video-lightbox__inner {
  width: 90vw;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.video-lightbox__title-bar {
  font-family: "Special Elite", cursive;
  font-size: 0.85rem;
  color: #aaaaaa;
  letter-spacing: 0.08em;
}
.video-lightbox__embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.video-lightbox__embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*--------------------------------------------------------------
# News / Blog archive
--------------------------------------------------------------*/
.news-archive {
  background-color: #181818;
  flex: 1;
  padding: 3rem 1.5rem 5rem;
  max-width: 1400px;
  margin: 0 auto;
}
.news-archive--has-hero {
  padding-top: 2rem;
}
.news-archive__heading {
  text-align: center;
  margin: 0 auto 3rem;
  line-height: 1.2;
}
.news-archive__heading-sub {
  display: block;
  font-family: "Special Elite", cursive;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #aaaaaa;
}
.news-archive__heading-main {
  display: block;
  font-family: "Rock Salt", cursive;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f0f0f0;
}
.news-archive__empty {
  font-family: "Special Elite", cursive;
  color: #aaaaaa;
  text-align: center;
  padding: 3rem 0;
}

/*--------------------------------------------------------------
# Sticky / featured articles row
--------------------------------------------------------------*/
.news-sticky {
  margin-bottom: 3rem;
}
.news-sticky__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 37.5em) {
  .news-sticky__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 56.25em) {
  .news-sticky__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*--------------------------------------------------------------
# Regular grid
--------------------------------------------------------------*/
.news-grid__list {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 37.5em) {
  .news-grid__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 56.25em) {
  .news-grid__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*--------------------------------------------------------------
# News card
--------------------------------------------------------------*/
.news-card-wrap {
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.8));
  will-change: filter;
}

.news-card {
  position: relative;
  background-color: #313131;
  display: flex;
  flex-direction: column;
  -webkit-mask-image: url(images/rough-square.svg);
  mask-image: url(images/rough-square.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
}
.news-card:hover .news-card__img {
  opacity: 0.85;
}
.news-card--sticky {
  outline: none;
}
.news-card__link {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
  color: inherit;
}
.news-card__link:hover .news-card__title {
  color: #f0f0f0;
}
.news-card__link:hover .news-card__img {
  opacity: 0.85;
}
.news-card__img-wrap {
  overflow: hidden;
  aspect-ratio: 16/9;
}
.news-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.news-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.25rem 2.25rem 2.25rem;
  gap: 0.5rem;
}
.news-card__date {
  font-family: "Special Elite", cursive;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #aaaaaa;
  margin: 0;
}
.news-card__title {
  font-family: "Rock Salt", cursive;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  color: #f0f0f0;
  margin: 0;
  line-height: 1.4;
  transition: color 0.2s ease;
}
.news-card__excerpt {
  font-family: "Special Elite", cursive;
  font-size: 0.82rem;
  color: #aaaaaa;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
.news-card__read-more {
  display: inline-block;
  margin-top: 0.75rem;
  font-family: "Special Elite", cursive;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f0f0f0;
  border-bottom: 1px solid #444444;
  padding-bottom: 2px;
  align-self: flex-start;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.news-card__link:hover .news-card__read-more {
  border-color: #f0f0f0;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.news-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 3rem;
}
.news-pagination .page-numbers {
  font-family: "Special Elite", cursive;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: #aaaaaa;
  border: 1px solid #444444;
  padding: 0.4rem 0.85rem;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.news-pagination .page-numbers:hover {
  color: #f0f0f0;
  border-color: #f0f0f0;
}
.news-pagination .page-numbers.current {
  color: #f0f0f0;
  border-color: #f0f0f0;
  background-color: #313131;
  cursor: default;
}
.news-pagination .page-numbers.dots {
  border-color: transparent;
  cursor: default;
}

/*--------------------------------------------------------------
# Music page — shared section heading
--------------------------------------------------------------*/
.music-section-heading {
  text-align: center;
  margin: 0 auto 2.5rem;
  line-height: 1.2;
}
.music-section-heading__sub {
  display: block;
  font-family: "Special Elite", cursive;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #aaaaaa;
}
.music-section-heading__main {
  display: block;
  font-family: "Rock Salt", cursive;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f0f0f0;
}

/*--------------------------------------------------------------
# Upcoming Releases section
--------------------------------------------------------------*/
.music-upcoming {
  position: relative;
}
.music-upcoming::before {
  content: "";
  position: absolute;
  top: -63px;
  left: 0;
  right: 0;
  height: 64px;
  background-color: #181818;
  -webkit-mask-image: url(images/grunge-paint-01.svg);
  mask-image: url(images/grunge-paint-01.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
  pointer-events: none;
}
.music-upcoming {
  background-color: #181818;
  padding: 3rem 0 4rem;
}
.music-upcoming__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (min-width: 56.25em) {
  .music-upcoming__inner {
    padding: 0 4rem;
  }
}
.music-upcoming__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  justify-content: center;
}
.music-upcoming__grid--count-1 {
  grid-template-columns: minmax(0, 400px);
}
@media screen and (min-width: 37.5em) {
  .music-upcoming__grid--count-2 {
    grid-template-columns: repeat(2, minmax(0, 400px));
  }
}
@media screen and (min-width: 37.5em) {
  .music-upcoming__grid--count-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 56.25em) {
  .music-upcoming__grid--count-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.upcoming-card-wrap {
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.8));
  will-change: filter;
}

.upcoming-card {
  background-color: #313131;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  -webkit-mask-image: url(images/rough-square.svg);
  mask-image: url(images/rough-square.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
}
.upcoming-card__img-wrap {
  overflow: hidden;
  aspect-ratio: 16/9;
}
.upcoming-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.upcoming-card__body {
  padding: 1.25rem 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.upcoming-card__date {
  font-family: "Special Elite", cursive;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #aaaaaa;
  margin: 0;
}
.upcoming-card__title {
  font-family: "Rock Salt", cursive;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f0f0f0;
  margin: 0;
  line-height: 1.4;
}
.upcoming-card__content {
  font-family: "Special Elite", cursive;
  font-size: 0.85rem;
  color: #aaaaaa;
  line-height: 1.7;
  margin: 0;
}
.upcoming-card__content p {
  margin: 0 0 0.5em;
}
.upcoming-card__content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Recordings section
--------------------------------------------------------------*/
.music-recordings {
  position: relative;
}
.music-recordings::before {
  content: "";
  position: absolute;
  top: -63px;
  left: 0;
  right: 0;
  height: 64px;
  background-color: #313131;
  -webkit-mask-image: url(images/grunge-paint-01.svg);
  mask-image: url(images/grunge-paint-01.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
  pointer-events: none;
}
.music-recordings {
  background-color: #313131;
  padding: 3rem 0 4rem;
}
.music-recordings__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (min-width: 56.25em) {
  .music-recordings__inner {
    padding: 0 4rem;
  }
}

.release-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 37.5em) {
  .release-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.release-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.release-card__avail {
  font-family: "Special Elite", cursive;
  font-size: 0.9rem;
  color: #f0f0f0;
  margin: 0;
}
.release-card__player {
  background-color: #181818;
}
.release-card__player iframe {
  width: 100% !important;
  height: 1000px !important;
  border: 0;
  display: block;
}
.release-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.release-card__icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #444444;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.release-card__icon-link img {
  width: 24px;
  height: 24px;
  display: block;
  filter: brightness(0) invert(1);
  transition: opacity 0.2s ease;
}
.release-card__icon-link:hover {
  border-color: #f0f0f0;
  background-color: #313131;
}
.release-card__icon-link:hover img {
  opacity: 0.75;
}

/*--------------------------------------------------------------
# Lyrics section
--------------------------------------------------------------*/
.music-lyrics {
  position: relative;
}
.music-lyrics::before {
  content: "";
  position: absolute;
  top: -63px;
  left: 0;
  right: 0;
  height: 64px;
  background-color: #181818;
  -webkit-mask-image: url(images/grunge-paint-01.svg);
  mask-image: url(images/grunge-paint-01.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
  pointer-events: none;
}
.music-lyrics {
  background-color: #181818;
  padding: 3rem 0 5rem;
}
.music-lyrics__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (min-width: 56.25em) {
  .music-lyrics__inner {
    padding: 0 4rem;
  }
}

.lyric-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.lyric-item-wrap {
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.8));
  will-change: filter;
}

.lyric-item {
  position: relative;
  isolation: isolate;
  padding: 2.75rem 2.5rem 2rem 4rem;
}
.lyric-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  -webkit-mask-image: url(images/rough-square.svg);
  mask-image: url(images/rough-square.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
  z-index: -1;
}
.lyric-item[open] > .lyric-item__summary .lyric-item__toggle::after {
  content: "−";
}
.lyric-item__summary {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 1rem 0;
  cursor: pointer;
  list-style: none;
}
.lyric-item__summary::-webkit-details-marker {
  display: none;
}
.lyric-item__summary:hover .lyric-item__title {
  color: #f0f0f0;
}
.lyric-item__title {
  font-family: "Rock Salt", cursive;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f0f0f0;
  flex: 1;
  transition: color 0.2s ease;
}
.lyric-item__release {
  font-family: "Special Elite", cursive;
  font-size: 0.72rem;
  color: #aaaaaa;
  letter-spacing: 0.06em;
  flex-shrink: 0;
}
.lyric-item__toggle {
  font-family: "Special Elite", cursive;
  font-size: 1rem;
  color: #aaaaaa;
  flex-shrink: 0;
  width: 1rem;
  text-align: center;
}
.lyric-item__toggle::after {
  content: "+";
}
.lyric-item__content {
  font-family: "Special Elite", cursive;
  font-size: 0.88rem;
  line-height: 1.1;
  color: #aaaaaa;
  padding: 0.5rem 0.25rem 0.5rem;
  margin: 0;
  white-space: pre-line;
}
.lyric-item__content p {
  margin: 0 0 1em;
}
.lyric-item__content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# 404 page
--------------------------------------------------------------*/
.error-404-section {
  background-color: #181818;
  padding: 4rem 0 5rem;
  text-align: center;
}
.error-404-section__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.error-404-section__code {
  font-family: "Rock Salt", cursive;
  font-size: clamp(4rem, 15vw, 8rem);
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  line-height: 1;
}
.error-404-section__heading {
  font-family: "Rock Salt", cursive;
  font-size: clamp(0.9rem, 2.5vw, 1.4rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f0f0f0;
  margin: 0;
}
.error-404-section__message {
  font-family: "Special Elite", cursive;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #aaaaaa;
  margin: 0;
}
.error-404-section .search-form {
  display: flex;
  width: 100%;
  max-width: 420px;
}
.error-404-section .search-form .search-field {
  flex: 1;
  background: #313131;
  border: 1px solid #444444;
  border-right: none;
  color: #f0f0f0;
  font-family: "Special Elite", cursive;
  font-size: 0.9rem;
  padding: 0.6rem 0.75rem;
}
.error-404-section .search-form .search-field:focus {
  outline: none;
  border-color: #f0f0f0;
}
.error-404-section .search-form .search-submit {
  background: none;
  border: 1px solid #444444;
  color: #f0f0f0;
  font-family: "Special Elite", cursive;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.6rem 1.25rem;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.error-404-section .search-form .search-submit:focus {
  outline: none;
  border-color: #f0f0f0;
}
.error-404-section .search-form .search-submit:hover {
  border-color: #f0f0f0;
  background-color: #313131;
}
.error-404-section__home {
  display: inline-block;
  font-family: "Special Elite", cursive;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #aaaaaa;
  text-decoration: none;
  border-bottom: 1px solid #444444;
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.error-404-section__home:hover {
  color: #f0f0f0;
  border-color: #f0f0f0;
}

/*--------------------------------------------------------------
# wp_die() error page
--------------------------------------------------------------*/
.ngr-error-page {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 1.5rem 5rem;
  background-color: #181818;
}
.ngr-error-page__inner {
  max-width: 600px;
  width: 100%;
  text-align: center;
}
.ngr-error-page__title {
  font-family: "Rock Salt", cursive;
  font-size: clamp(1rem, 3vw, 1.8rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f0f0f0;
  margin: 0 0 1.5rem;
}
.ngr-error-page__message {
  font-family: "Special Elite", cursive;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #aaaaaa;
  margin-bottom: 2rem;
}
.ngr-error-page__message a {
  color: #aaaaaa;
  text-decoration: underline;
}
.ngr-error-page__message a:hover {
  color: #f0f0f0;
}
.ngr-error-page__message p {
  margin: 0;
}
.ngr-error-page__back {
  display: inline-block;
  font-family: "Special Elite", cursive;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f0f0f0;
  text-decoration: none;
  border: 1px solid #444444;
  padding: 0.6rem 1.5rem;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.ngr-error-page__back:hover {
  border-color: #f0f0f0;
  background-color: #313131;
  color: #f0f0f0;
}

/*--------------------------------------------------------------
# Components - Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

article.post,
article.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Content — Articles & Pages
--------------------------------------------------------------*/
.single #primary,
.blog #primary,
.page-template-page-news-archive #primary,
.page-template-page-about #primary,
.page-template-page-contact #primary,
.page-privacy-policy #primary,
.search #primary,
.error404 #primary {
  padding: 0;
}

.site-main {
  width: 100%;
}

/*--------------------------------------------------------------
# Entry hero (featured image + title overlay)
--------------------------------------------------------------*/
.entry-hero {
  position: relative;
  width: 100%;
  height: calc(50vh + var(--nav-height, 0px));
  overflow: hidden;
  background: #000;
}
.entry-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center calc(50% + var(--nav-height, 0px));
  display: block;
}
.entry-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.entry-hero__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  padding: 0;
}
.entry-hero__play-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  border: 2px solid rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.entry-hero__play-icon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
  margin-left: 4px;
}
.entry-hero__play:hover .entry-hero__play-icon, .entry-hero__play:focus .entry-hero__play-icon {
  background: rgba(0, 0, 0, 0.8);
  border-color: #fff;
}
.entry-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  background-color: #181818;
  -webkit-mask-image: url(images/grunge-paint-01.svg);
  mask-image: url(images/grunge-paint-01.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
  z-index: 1;
  pointer-events: none;
}

.entry-header.entry-header--hero {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  padding: 0 2rem;
  text-align: center;
  border: none;
  margin: 0;
  z-index: 2;
}
@media screen and (min-width: 56.25em) {
  .entry-header.entry-header--hero {
    padding: 0 4rem;
  }
}
.entry-header.entry-header--hero .entry-title {
  font-family: "Rock Salt", cursive;
  font-size: clamp(1rem, 3vw, 2.2rem);
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
  margin: 0 0 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.3;
}
.entry-header.entry-header--hero .entry-meta {
  color: rgba(255, 255, 255, 0.75);
}
.entry-header.entry-header--hero .entry-meta a {
  color: rgba(255, 255, 255, 0.75);
}
.entry-header.entry-header--hero .entry-meta a:hover {
  color: #fff;
}

.entry-header--no-image {
  padding: 3rem 2rem 2rem;
  border-bottom: 1px solid #444444;
  max-width: 860px;
  margin: 0 auto;
  width: 100%;
}
.entry-header--no-image .entry-title {
  font-family: "Rock Salt", cursive;
  font-size: clamp(1rem, 2.5vw, 1.8rem);
  color: #f0f0f0;
  margin: 0 0 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Video play button (no-thumbnail fallback, inside entry-body)
--------------------------------------------------------------*/
.entry-video-play {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #313131;
  border: 1px solid #444444;
  cursor: pointer;
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
  width: 100%;
  text-align: left;
  transition: border-color 0.2s ease;
}
.entry-video-play:hover, .entry-video-play:focus {
  border-color: #f0f0f0;
}
.entry-video-play__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry-video-play__icon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 16px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.85);
  margin-left: 3px;
}
.entry-video-play__label {
  font-family: "Rock Salt", cursive;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f0f0f0;
}

/*--------------------------------------------------------------
# Entry header (archive / non-singular)
--------------------------------------------------------------*/
.entry-header {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #444444;
  padding-bottom: 1rem;
}

.entry-title {
  font-family: "Permanent Marker", cursive;
  font-size: 1.8rem;
  color: #f0f0f0;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}
.entry-title a {
  color: inherit;
  text-decoration: none;
}
.entry-title a:hover {
  color: #dddddd;
}

/*--------------------------------------------------------------
# Entry meta (date, author)
--------------------------------------------------------------*/
.entry-meta {
  font-family: "Special Elite", cursive;
  font-size: 0.75rem;
  color: #aaaaaa;
  letter-spacing: 0.05em;
}
.entry-meta a {
  color: #aaaaaa;
}
.entry-meta a:hover {
  color: #f0f0f0;
}
.entry-meta .sep {
  margin: 0 0.35rem;
}

/*--------------------------------------------------------------
# Entry body (constrained content wrapper on single posts)
--------------------------------------------------------------*/
.entry-body {
  max-width: 860px;
  margin: 0 auto;
  padding: 2.5rem 2rem 3rem;
  width: 100%;
}
@media screen and (min-width: 56.25em) {
  .entry-body {
    padding: 3rem 4rem 4rem;
  }
}

/*--------------------------------------------------------------
# Entry content
--------------------------------------------------------------*/
.entry-content,
.entry-summary,
.page-content {
  font-family: "Special Elite", cursive;
  font-size: 1rem;
  line-height: 1.8;
  color: #f0f0f0;
}
.entry-content a,
.entry-summary a,
.page-content a {
  color: #ffffff;
  text-decoration: underline;
}
.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover {
  color: #dddddd;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  font-family: "Permanent Marker", cursive;
  color: #f0f0f0;
  margin: 1.5rem 0 0.75rem;
}

/*--------------------------------------------------------------
# Entry footer (tags, categories)
--------------------------------------------------------------*/
.entry-footer {
  font-family: "Special Elite", cursive;
  font-size: 0.75rem;
  color: #aaaaaa;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #444444;
}
.entry-footer a {
  color: #aaaaaa;
}
.entry-footer a:hover {
  color: #f0f0f0;
}
.entry-footer .cat-links,
.entry-footer .tags-links,
.entry-footer .comments-link,
.entry-footer .edit-link {
  margin-right: 1rem;
}

/*--------------------------------------------------------------
# Post thumbnail (archive / non-singular)
--------------------------------------------------------------*/
.post-thumbnail {
  margin-bottom: 1.5rem;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

/*--------------------------------------------------------------
# Article separation (archive)
--------------------------------------------------------------*/
article + article {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #444444;
}

/*--------------------------------------------------------------
# Post navigation (prev / next)
--------------------------------------------------------------*/
.site-main .posts-navigation,
.site-main .post-navigation {
  max-width: 860px;
  margin: 0 auto;
  padding: 1.5rem 2rem;
  border-top: 1px solid #444444;
}
@media screen and (min-width: 56.25em) {
  .site-main .posts-navigation,
  .site-main .post-navigation {
    padding: 1.5rem 4rem;
  }
}
.site-main .posts-navigation .nav-links,
.site-main .post-navigation .nav-links {
  font-family: "Rock Salt", cursive;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.site-main .posts-navigation .nav-links a,
.site-main .post-navigation .nav-links a {
  color: #f0f0f0;
  text-decoration: none;
}
.site-main .posts-navigation .nav-links a:hover,
.site-main .post-navigation .nav-links a:hover {
  color: #dddddd;
}
.site-main .posts-navigation .nav-subtitle,
.site-main .post-navigation .nav-subtitle {
  display: block;
  font-family: "Special Elite", cursive;
  font-size: 0.7rem;
  color: #aaaaaa;
  margin-bottom: 0.25rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# No content
--------------------------------------------------------------*/
.no-results {
  text-align: center;
  padding: 4rem 0;
}
.no-results .page-header .page-title {
  font-family: "Permanent Marker", cursive;
  color: #aaaaaa;
}

/*--------------------------------------------------------------
# About page
--------------------------------------------------------------*/
.about-section {
  background-color: #181818;
  padding: 3rem 0 5rem;
}
.about-section__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 56.25em) {
  .about-section__inner {
    padding: 0 4rem;
  }
}
.about-section__content {
  font-family: "Special Elite", cursive;
  font-size: 1rem;
  line-height: 1.8;
  color: #f0f0f0;
}
.about-section__content h1, .about-section__content h2, .about-section__content h3, .about-section__content h4, .about-section__content h5, .about-section__content h6 {
  font-family: "Rock Salt", cursive;
  color: #f0f0f0;
  margin: 1.5rem 0 0.75rem;
}
.about-section__content a {
  color: #ffffff;
  text-decoration: underline;
}
.about-section__content a:hover {
  color: #dddddd;
}
.about-section__content p {
  margin: 0 0 1.25rem;
}
.about-section__content img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-section {
  position: relative;
  background-color: #313131;
  padding-top: 3rem;
}
.comments-section::before {
  content: "";
  position: absolute;
  top: -63px;
  left: 0;
  right: 0;
  height: 64px;
  background-color: #313131;
  -webkit-mask-image: url(images/grunge-paint-01.svg);
  mask-image: url(images/grunge-paint-01.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
  pointer-events: none;
}

.comments-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 1.5rem 6rem;
}
@media screen and (min-width: 56.25em) {
  .comments-inner {
    padding: 0 4rem 6rem;
  }
}

.comment-form-section {
  position: relative;
  background-color: #181818;
  padding: 3rem 0 4rem;
}
.comment-form-section::before {
  content: "";
  position: absolute;
  top: -63px;
  left: 0;
  right: 0;
  height: 64px;
  background-color: #181818;
  -webkit-mask-image: url(images/grunge-paint-01.svg);
  mask-image: url(images/grunge-paint-01.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
  pointer-events: none;
}

.comment-form-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (min-width: 56.25em) {
  .comment-form-inner {
    padding: 0 4rem;
  }
}

.comments-title {
  font-family: "Rock Salt", cursive;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f0f0f0;
  border-bottom: 1px solid #444444;
  padding-bottom: 1rem;
  margin: 0 0 2rem;
}
.comments-title span {
  font-family: "Special Elite", cursive;
  font-size: 0.85rem;
  color: #aaaaaa;
}

/*--------------------------------------------------------------
# Comment list
--------------------------------------------------------------*/
.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment,
.pingback,
.trackback {
  padding: 1.5rem 0;
  border-bottom: 1px solid #333333;
}
.comment:last-child,
.pingback:last-child,
.trackback:last-child {
  border-bottom: none;
}
.comment .children,
.pingback .children,
.trackback .children {
  list-style: none;
  margin: 0;
  padding: 0 0 0 2rem;
  border-left: 2px solid #333333;
  margin-top: 1.5rem;
}

.comment-body {
  display: grid;
  gap: 0.75rem;
}

.comment-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.comment-author .avatar {
  border-radius: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  filter: grayscale(30%);
}
.comment-author .fn {
  font-family: "Rock Salt", cursive;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f0f0f0;
}
.comment-author .fn a {
  color: inherit;
  text-decoration: none;
}
.comment-author .fn a:hover {
  color: #dddddd;
}

.comment-metadata {
  font-family: "Special Elite", cursive;
  font-size: 0.72rem;
  color: #aaaaaa;
  letter-spacing: 0.05em;
  margin: 0;
}
.comment-metadata a {
  color: #aaaaaa;
  text-decoration: none;
}
.comment-metadata a:hover {
  color: #f0f0f0;
}

.comment-content {
  font-family: "Special Elite", cursive;
  font-size: 0.92rem;
  line-height: 1.8;
  color: #f0f0f0;
  word-wrap: break-word;
}
.comment-content p {
  margin: 0 0 0.75em;
}
.comment-content p:last-child {
  margin-bottom: 0;
}
.comment-content a {
  color: #ffffff;
}

.comment-awaiting-moderation {
  font-family: "Special Elite", cursive;
  font-size: 0.75rem;
  color: #aaaaaa;
  font-style: italic;
}

.reply {
  margin-top: 0.5rem;
}
.reply .comment-reply-link {
  font-family: "Special Elite", cursive;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #aaaaaa;
  text-decoration: none;
  border-bottom: 1px solid #444444;
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.reply .comment-reply-link:hover {
  color: #f0f0f0;
  border-color: #f0f0f0;
}

.no-comments {
  font-family: "Special Elite", cursive;
  color: #aaaaaa;
  font-size: 0.85rem;
  margin: 1.5rem 0;
}

.comment-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  font-family: "Special Elite", cursive;
  font-size: 0.8rem;
  color: #aaaaaa;
  margin: 1.5rem 0;
}
.comment-navigation .nav-links a {
  color: #aaaaaa;
  text-decoration: none;
}
.comment-navigation .nav-links a:hover {
  color: #f0f0f0;
}

/*--------------------------------------------------------------
# Comment form
--------------------------------------------------------------*/
.comment-respond {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.comment-reply-title {
  font-family: "Rock Salt", cursive;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f0f0f0;
  margin: 0 0 1.5rem;
}
.comment-reply-title small {
  display: block;
  font-family: "Special Elite", cursive;
  font-size: 0.72rem;
  color: #aaaaaa;
  margin-top: 0.25rem;
  letter-spacing: 0.05em;
}
.comment-reply-title small a {
  color: #aaaaaa;
  text-decoration: none;
}
.comment-reply-title small a:hover {
  color: #f0f0f0;
}

.logged-in-as {
  font-family: "Special Elite", cursive;
  font-size: 0.78rem;
  color: #aaaaaa;
  letter-spacing: 0.05em;
  margin: 0 0 1.5rem;
}
.logged-in-as a {
  color: #aaaaaa;
  text-decoration: underline;
}
.logged-in-as a:hover {
  color: #f0f0f0;
}

.required-field-message {
  font-family: "Special Elite", cursive;
  font-size: 0.75rem;
  color: #aaaaaa;
}

.required {
  color: #f0f0f0;
}

.comment-form {
  display: grid;
  gap: 1.25rem;
}
@media screen and (min-width: 37.5em) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url {
    display: inline-grid;
    width: calc(50% - 0.5rem);
  }
  .comment-form .comment-form-author {
    margin-right: 1rem;
  }
}
.comment-form label {
  display: block;
  font-family: "Special Elite", cursive;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #aaaaaa;
  margin-bottom: 0.35rem;
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  width: 100%;
  background: #313131;
  border: 1px solid #444444;
  border-radius: 0;
  color: #f0f0f0;
  font-family: "Special Elite", cursive;
  font-size: 0.9rem;
  padding: 0.6rem 0.75rem;
  transition: border-color 0.2s ease;
}
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus {
  outline: none;
  border-color: #f0f0f0;
  color: #f0f0f0;
}
.comment-form textarea {
  min-height: 140px;
  resize: vertical;
}
.comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.comment-form .comment-form-cookies-consent label {
  font-size: 0.75rem;
  text-transform: none;
  letter-spacing: 0;
  color: #aaaaaa;
  cursor: pointer;
  line-height: 1.5;
}
.comment-form input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin: 2px 0 0;
  background: #313131;
  border: 1px solid #444444;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s ease;
}
.comment-form input[type=checkbox]:checked {
  border-color: #f0f0f0;
}
.comment-form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
  width: 5px;
  height: 9px;
  border: 1.5px solid #f0f0f0;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.comment-form input[type=checkbox]:focus-visible {
  outline: 1px solid #f0f0f0;
  outline-offset: 2px;
}
.comment-form .submit {
  margin-top: 0.5rem;
}
.comment-form input[type=submit] {
  font-family: "Special Elite", cursive;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: none;
  border: 1px solid #444444;
  border-radius: 0;
  color: #f0f0f0;
  padding: 0.6rem 1.5rem;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.comment-form input[type=submit]:hover {
  border-color: #f0f0f0;
  background-color: #313131;
}
.comment-form .comment-notes {
  font-family: "Special Elite", cursive;
  font-size: 0.78rem;
  color: #aaaaaa;
  margin: 0;
}

.comment-form-turnstile {
  margin-bottom: 1.25rem;
}

/*--------------------------------------------------------------
# Comment form — card treatment (both main and inline reply)
--------------------------------------------------------------*/
.comment-form-section .comment-respond,
.comment-list .comment-respond {
  padding: 1.25rem;
  background: #181818;
  border: 1px solid #444444;
  border-left: 3px solid #444444;
}
.comment-form-section .comment-respond .comment-reply-title,
.comment-list .comment-respond .comment-reply-title {
  font-size: 0.72rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #333333;
}
.comment-form-section .comment-respond .logged-in-as,
.comment-list .comment-respond .logged-in-as {
  margin-bottom: 0.75rem;
}
.comment-form-section .comment-respond .required-field-message,
.comment-list .comment-respond .required-field-message {
  display: none;
}
.comment-form-section .comment-respond .comment-form,
.comment-list .comment-respond .comment-form {
  gap: 0.35rem;
}
.comment-form-section .comment-respond .comment-form p,
.comment-list .comment-respond .comment-form p {
  margin: 0;
}
.comment-form-section .comment-respond .comment-form label,
.comment-list .comment-respond .comment-form label {
  font-size: 0.72rem;
  margin-bottom: 0.1rem;
}
.comment-form-section .comment-respond .comment-form .comment-notes,
.comment-list .comment-respond .comment-form .comment-notes {
  display: none;
}

.comment-list .comment-respond {
  margin-top: 1.25rem;
}
.comment-list .comment-respond .comment-reply-title small {
  display: none;
}
.comment-list .comment-respond .comment-form .comment-form-author,
.comment-list .comment-respond .comment-form .comment-form-email,
.comment-list .comment-respond .comment-form .comment-form-url {
  display: block;
  width: 100%;
  margin-right: 0;
}
.comment-list .comment-respond .comment-form textarea {
  min-height: 90px;
}
.comment-list .comment-respond .comment-form .form-submit {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.comment-list .comment-respond .comment-form .form-submit input[type=submit] {
  line-height: 1;
  margin: 0;
  vertical-align: middle;
}
.comment-list .comment-respond .comment-form #cancel-comment-reply-link {
  display: inline-block;
  box-sizing: border-box;
  font-family: "Special Elite", cursive;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: none;
  border: 1px solid #444444;
  color: #f0f0f0;
  padding: 0.6rem 1.5rem;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.comment-list .comment-respond .comment-form #cancel-comment-reply-link:hover {
  border-color: #f0f0f0;
  background-color: #313131;
}

/*--------------------------------------------------------------
# Components - Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 2rem;
}
.widget select {
  max-width: 100%;
}

.widget-title {
  font-family: "Rock Salt", cursive;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f0f0f0;
  border-bottom: 1px solid #444444;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

/* Sidebar area */
.widget-area {
  padding: 2rem 1.5rem;
  border-top: 1px solid #444444;
}

@media screen and (min-width: 56.25em) {
  .widget-area {
    border-top: none;
    border-left: 1px solid #444444;
    padding: 3rem 1.5rem;
    min-width: 240px;
    max-width: 280px;
  }
}
/* All widget lists (Recent Posts, Categories, Archives, Meta) */
.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  border-bottom: 1px solid #444444;
  padding: 0.4rem 0;
  font-family: "Special Elite", cursive;
  font-size: 0.85rem;
}
.widget ul li:last-child {
  border-bottom: none;
}
.widget ul li a {
  color: #aaaaaa;
  text-decoration: none;
  display: block;
}
.widget ul li a:hover {
  color: #f0f0f0;
}

/* Post count in Categories/Archives */
.widget ul li .post-count,
.widget_categories li,
.widget_archive li {
  color: #aaaaaa;
}

/* Block widget compatibility (WordPress 5.8+) */
/* Headings inside widget area (wp-block-heading replaces widget-title in block widgets) */
.widget-area .wp-block-heading {
  font-family: "Rock Salt", cursive;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f0f0f0;
  border-bottom: 1px solid #444444;
  padding-bottom: 0.5rem;
  margin: 0 0 1rem;
}

/* Search block label (acts as the widget title) */
.widget-area .wp-block-search__label {
  display: block;
  font-family: "Rock Salt", cursive;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f0f0f0;
  border-bottom: 1px solid #444444;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

/* Search block form layout */
.widget-area .wp-block-search__inside-wrapper {
  display: flex;
  gap: 0.5rem;
}

/* Search block input */
.widget-area .wp-block-search__input {
  flex: 1;
  background: #313131;
  border: 1px solid #444444;
  border-radius: 0;
  color: #f0f0f0 !important;
  padding: 0.4rem 0.75rem;
  font-family: "Special Elite", cursive;
  font-size: 0.85rem;
}
.widget-area .wp-block-search__input::placeholder {
  color: #aaaaaa;
}
.widget-area .wp-block-search__input:focus {
  outline: none;
  border-color: #aaaaaa;
}

/* Search block button */
.widget-area .wp-block-search__button {
  background: #313131;
  border: 1px solid #444444;
  border-radius: 0;
  color: #f0f0f0;
  font-family: "Rock Salt", cursive;
  font-size: 0.55rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.4rem 0.75rem;
  cursor: pointer;
}
.widget-area .wp-block-search__button:hover {
  border-color: #aaaaaa;
}

/* Recent Comments block uses ol instead of ul */
.widget ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ol li {
  border-bottom: 1px solid #444444;
  padding: 0.4rem 0;
  font-family: "Special Elite", cursive;
  font-size: 0.85rem;
}
.widget ol li:last-child {
  border-bottom: none;
}
.widget ol li a {
  color: #aaaaaa;
  text-decoration: none;
}
.widget ol li a:hover {
  color: #f0f0f0;
}

/* Search widget */
.widget_search .search-form {
  display: flex;
  gap: 0.5rem;
}
.widget_search .search-field {
  flex: 1;
  background: #313131;
  border: 1px solid #444444;
  color: #f0f0f0;
  padding: 0.4rem 0.75rem;
  font-family: "Special Elite", cursive;
  font-size: 0.85rem;
}
.widget_search .search-field::placeholder {
  color: #aaaaaa;
}
.widget_search .search-field:focus {
  outline: none;
  border-color: #aaaaaa;
}
.widget_search .search-submit {
  background: #313131;
  border: 1px solid #444444;
  color: #f0f0f0;
  font-family: "Rock Salt", cursive;
  font-size: 0.55rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.4rem 0.75rem;
  cursor: pointer;
}
.widget_search .search-submit:hover {
  border-color: #aaaaaa;
}

/*--------------------------------------------------------------
# Components - Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Contact page
--------------------------------------------------------------*/
.contact-section {
  background-color: #181818;
  padding: 3rem 0 5rem;
}
.contact-section__inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (min-width: 56.25em) {
  .contact-section__inner {
    padding: 0 2rem;
  }
}

/* Status notice */
.contact-notice {
  font-family: "Special Elite", cursive;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  padding: 0.85rem 1.25rem;
  margin-bottom: 1.5rem;
  border-left: 3px solid;
}
.contact-notice--success {
  color: #a8d5a2;
  border-color: #a8d5a2;
  background-color: rgba(168, 213, 162, 0.08);
}
.contact-notice--error {
  color: #d5a2a2;
  border-color: #d5a2a2;
  background-color: rgba(213, 162, 162, 0.08);
}

/* Card */
.contact-card-wrap {
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.8));
  will-change: filter;
}

.contact-card {
  background-color: #313131;
  padding: 3rem 2.5rem 3.5rem;
  -webkit-mask-image: url(images/rough-square.svg);
  mask-image: url(images/rough-square.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-mode: alpha;
  -webkit-mask-mode: alpha;
}
@media screen and (min-width: 56.25em) {
  .contact-card {
    padding: 3.5rem 4rem 4rem;
  }
}

/* Form */
.contact-form__row--half {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 1.5rem;
}
@media screen and (min-width: 37.5em) {
  .contact-form__row--half {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-form__field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
.contact-form__field--captcha {
  margin-top: 0.5rem;
}
.contact-form__field--error .contact-form__label {
  color: #d5a2a2;
}
.contact-form__field--error .contact-form__input,
.contact-form__field--error .contact-form__textarea {
  border-color: #d5a2a2;
}
.contact-form__label {
  font-family: "Rock Salt", cursive;
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #aaaaaa;
  margin-bottom: 0.4rem;
}
.contact-form__required {
  color: #aaaaaa;
  margin-left: 0.2rem;
}
.contact-form__input, .contact-form__textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #444444;
  color: #f0f0f0;
  -webkit-text-fill-color: #f0f0f0;
  font-family: "Special Elite", cursive;
  font-size: 0.95rem;
  padding: 0.4rem 0.25rem;
  transition: border-color 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
.contact-form__input::placeholder, .contact-form__textarea::placeholder {
  color: #aaaaaa;
  -webkit-text-fill-color: #aaaaaa;
}
.contact-form__input:focus, .contact-form__textarea:focus {
  outline: none;
  border-color: #f0f0f0;
}
.contact-form__input, .contact-form__textarea {
  /* Prevent browser autofill from overriding colours */
}
.contact-form__input:-webkit-autofill, .contact-form__input:-webkit-autofill:hover, .contact-form__input:-webkit-autofill:focus, .contact-form__textarea:-webkit-autofill, .contact-form__textarea:-webkit-autofill:hover, .contact-form__textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #f0f0f0;
  -webkit-box-shadow: 0 0 0 1000px #313131 inset;
  box-shadow: 0 0 0 1000px #313131 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.contact-form__textarea {
  border: 1px solid #444444;
  resize: vertical;
  min-height: 120px;
  line-height: 1.6;
  padding: 0.5rem 0.5rem;
}
.contact-form__textarea:focus {
  border-color: #f0f0f0;
}
.contact-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  gap: 1rem;
  flex-wrap: wrap;
}
.contact-form__required-note {
  font-family: "Special Elite", cursive;
  font-size: 0.72rem;
  color: #aaaaaa;
  margin: 0;
}
.contact-form__submit {
  font-family: "Rock Salt", cursive;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f0f0f0;
  background: none;
  border: 1px solid #444444;
  padding: 0.65rem 1.75rem;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.contact-form__submit:hover {
  border-color: #f0f0f0;
  color: #fff;
}
.contact-form__submit:focus-visible {
  outline: 2px solid #f0f0f0;
  outline-offset: 2px;
}

/*--------------------------------------------------------------
# Search results page
--------------------------------------------------------------*/
.search #primary,
.search-results #primary,
.search-no-results #primary {
  padding: 0;
}

/* Header */
.search-hero {
  background-color: #313131;
  padding: 5rem 1.5rem 3rem;
  border-bottom: 1px solid #333333;
}
.search-hero__inner {
  max-width: 860px;
  margin: 0 auto;
}
.search-hero__sub {
  display: block;
  font-family: "Rock Salt", cursive;
  font-size: 0.55rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #aaaaaa;
  margin-bottom: 0.5rem;
}
.search-hero__query {
  font-family: "Permanent Marker", cursive;
  font-size: clamp(1.4rem, 4vw, 2.5rem);
  color: #f0f0f0;
  margin: 0;
  line-height: 1.2;
  word-break: break-word;
}

/* Results section */
.search-results-section {
  background-color: #181818;
  padding: 3rem 0 5rem;
}
.search-results-section__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (min-width: 56.25em) {
  .search-results-section__inner {
    padding: 0 2rem;
  }
}

/* Result items */
.search-results-list {
  display: flex;
  flex-direction: column;
}

.search-result-item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.75rem 0;
  border-bottom: 1px solid #333333;
}
.search-result-item:first-child {
  padding-top: 0;
}
.search-result-item__thumb-link {
  flex-shrink: 0;
}
.search-result-item__thumb {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 56.25em) {
  .search-result-item__thumb {
    width: 140px;
    height: 140px;
  }
}
.search-result-item__body {
  flex: 1;
  min-width: 0;
}
.search-result-item__title {
  font-family: "Permanent Marker", cursive;
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  margin: 0 0 0.4rem;
  line-height: 1.3;
}
.search-result-item__title a {
  color: #f0f0f0;
  text-decoration: none;
}
.search-result-item__title a:hover {
  color: #dddddd;
}
.search-result-item__meta {
  margin-bottom: 0.6rem;
}
.search-result-item__excerpt {
  font-family: "Special Elite", cursive;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #aaaaaa;
  margin: 0;
}

/* No results */
.search-no-results__text {
  font-family: "Special Elite", cursive;
  font-size: 1rem;
  color: #aaaaaa;
  margin-bottom: 2rem;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */
