@media (max-width: 767px) {
  .custom_bandmember-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* Custom font for band branding */
/* Fonts */
@font-face {
  font-family: 'Full House';
  src: url('fonts/fullhouse.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Locally hosted Ubuntu to improve mobile reliability */
@font-face {
  font-family: 'Ubuntu';
  src: url('fonts/Ubuntu-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('fonts/Ubuntu-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('fonts/Ubuntu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.custom_bandmember-image {
  /* Members */
  width: 100%;
  height: auto;
  max-width: 420px;
  max-height: none;
  object-fit: cover;
  display: block;
}
.custom_bandmember-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.custom_bandmember-image-container {
  width: 100%;
  height: auto;
  display: block;
}
.custom_bandmember-text-container {
  display: flex;
  flex-direction: column;
}
.member-odd .custom_bandmember-text-container,
.member-even .custom_bandmember-text-container {
  align-items: flex-start;
}
/* Responsive layout for band members */
@media (min-width: 768px) {
  .custom_bandmember-item {
    flex-direction: row;
    align-items: center;
  }
  .member-odd {
    flex-direction: row;
    text-align: left;
  }
  .member-even {
    flex-direction: row-reverse;
    text-align: left;
  }
  .custom_bandmember-image-container {
    width: 420px;
    flex: 0 0 420px;
  }
  .custom_bandmember-image {
    width: 100%;
    height: auto;
    max-width: 420px;
    max-height: none;
  }
}

.section-header {
  display: inline-block;
  font-size: 1.75rem;
  line-height: 1.5em;
  padding: 0.8em 1.5em;
  background-image: url('images/dt-font-back.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  text-shadow: 6px 9px 7px #000, 4px 3px 3px #333;
  color: #ffffff !important;
}
.section-header svg,
.section-header svg * {
  fill: currentColor;
  stroke: none;
}

#contact-form { text-align: center; }
/* Contact form */
#contact-form label { display: block; text-align: left; }
#contact-form .max-w-lg { max-width: 720px; }
#contact-form .flex.flex-wrap > div {
  padding: 5px;
  box-sizing: border-box;
}
#contact-form textarea, #contact-form input {
  background-color: #e5e7eb;
  color: #374151;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  margin-bottom: 0;
  line-height: 1.25;
  padding: 10px;
}

#contact-form textarea:focus, #contact-form input:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #6b7280;
}

/* Base */
html, body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  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;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.nav-link {
  /* Navigation / Header utilities */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 3px solid currentcolor;
  border-radius: 50%;
  transition: all 0.15s cubic-bezier(0.24, 1, 0.32, 1);
}

.nav-link i {
  font-size: 16px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.top-20 {
  top: 5rem;
}

.top-4 {
  top: 1rem;
}

.top-0 {
  top: 0px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-4 {
  margin-top: .25rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-12 {
  margin-top: 3rem;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-16 {
  height: 4rem;
}

.h-\[60vh\] {
  height: 60vh;
}

.h-full {
  height: 100%;
}

.h-12 {
  height: 3rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-full {
  width: 100%;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-xl {
  max-width: 65rem;
}

.flex-col {
  flex-direction: column;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-4 {
  gap: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-dark {
  --tw-bg-opacity: 1;
  /* background-color: #231f20; */
  background-color: #000;
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.bg-\[#181818\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 24 / var(--tw-bg-opacity, 1));
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.font-arcade {
  font-family: "Press Start 2P", monospace;
}

.font-fullhouse {
  font-family: "Full House", cursive;
}

.member-name {
  font-size: 38px;
  line-height: 1.1;
}

.font-neon {
  font-family: Monoton, cursive;
}

.font-techno {
  font-family: Orbitron, sans-serif;
}

.font-ubuntu {
  font-family: "Ubuntu", sans-serif;
}

.text-3xl {
  font-size: 3rem;
  line-height: 1;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

/* Red utility used for required-field asterisk */
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.hover\:text-yellow-300:hover {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-400:hover {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.text-with-svg-background {
  background-image: url('images/dt-font-back.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.text-with-svg-background.main {
  padding: 35px;
  text-shadow: 6px 9px 7px #000, 0 2px 8px #333;
}

.band-list {
  /* Multi-column band catalog list */
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 1;
  column-gap: 2rem;
  font-size: 1rem;
  color: #e6e6e6;
}
.band-list li {
  break-inside: avoid;
  padding: 0.2rem 0;
}
@media (min-width: 768px) {
  .band-list {
    column-count: 2;
  }
}
@media (min-width: 1024px) {
  .band-list {
    column-count: 3;
  }
}

main > section#catalog,
main > section#contact {
  /* Catalog/contact section backgrounds */
  background-color: #ffffff;
  color: #111111;
  position: relative;
  overflow: visible;
}
main > section#catalog .band-list {
  color: #111111;
}
/* Use the same orange as dt-font-back.svg (#ec7425) for links on white sections */
main > section#catalog a { color: #ec7425 !important; }
main > section#catalog a:hover { color: #d45f16 !important; }
main > section#catalog a:visited { color: #b95314 !important; }

main > section#contact a { color: #ec7425 !important; }
main > section#contact a:hover { color: #d45f16 !important; }
main > section#contact a:visited { color: #b95314 !important; }

main > section#catalog::before,
main > section#catalog::after,
main > section#contact::before,
main > section#contact::after {
  /* Decorative texture for catalog/contact sections */
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 32px;
  background: url('images/texture-bottom.png') repeat-x center center;
  background-position: center;
  pointer-events: none;
  z-index: 1;
}
main > section#catalog::before, main > section#contact::before {
  top: 0;
  transform: rotate(180deg);
  transform-origin: center top;
}

/* @media (max-width: 480px) {
  main > section#catalog::before,
  main > section#catalog::after {
    display: none;
  }
} */

.table-wrap { overflow-x: auto; }
.shows-table {
  /* Shows table styles */
  border-collapse: collapse;
  width: 100%;
  font-size: 1rem;
}
.shows-table th,
.shows-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.shows-table thead th {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.shows-table tbody tr:nth-child(odd) { background: rgba(255,255,255,0.01); }
.ticket-link {
  /* Ticket button styles */
  display: inline-block;
  padding: 0.35rem 0.6rem;
  background: #f7df5d;
  color: #111;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 700;
  font-size: 20px;
}
.ticket-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  padding: 0.35rem 0.6rem;
}
@media (max-width: 640px) {
  .ticket-link { min-width: 80px; }
}
.shows-table tbody tr {
  transition: background-color 180ms ease, transform 180ms ease;
}
.shows-table tbody tr:hover {
  background-color: rgba(255,255,255,0.1);
}
.photo-wrap {
  /* Photo wrap and vintage effect */
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.photo-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.photo-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'><filter id='n'><feTurbulence baseFrequency='0.95' numOctaves='1' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.12'/></svg>");
  background-repeat: repeat;
  opacity: 0.06;
  mix-blend-mode: overlay;
}
.vintage img,
.vintage video {
  /* Vintage filter for member photos and animated overlays */
  filter: sepia(0.65) contrast(1.1) saturate(0.95) brightness(0.96) hue-rotate(-6deg);
  transition: filter 220ms ease, transform 220ms ease;
}
.vintage::after {
  /* Vignette overlay for vintage effect */
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at center,
              rgba(0,0,0,0) 45%,
              rgba(0,0,0,0.18) 75%,
              rgba(0,0,0,0.36) 100%);
}
#menu-btn {
/* Mobile menu button */
  padding-top: 36px;
}
.header-compact {
  /* Compact sticky header styles */
  padding: 6px 15px !important;
}
.header-compact .text-with-svg-background.main {
  display: none !important;
  opacity: 0;
  transform: scale(0.85);
  height: 0;
  overflow: hidden;
}
.header-compact #left-envelope { display: none; }
.header-compact #left-mini { display: block; }
.header-compact nav a { font-size: 15px; }
.header-compact header { box-shadow: 0 6px 12px rgba(0,0,0,0.3); }
header.header-compact #left-icons {
  /* Show left icons in compact header on mobile */
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767px) {
  /* On mobile, when header is compact, show the header nav even if it has the 'hidden' utility */
  header.header-compact nav.hidden {
    display: flex !important;
  }
  /* Center the left logo area in mobile compact header */
  header.header-compact #left-icons {
    width: 100%;
    min-width: 0 !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  header.header-compact #left-icons img {
    display: block;
    margin: 0 auto;
  }
  /* Use tighter spacing between nav links on mobile */
  header.header-compact nav {
    gap: 1rem !important; /* overrides gap-8 to gap-4 (1rem) */
  }
  /* Members: center member names on single-column mobile layout */
  .custom_bandmember-text-container { align-items: center !important; }
  .member-name { text-align: center !important; width: 100%; }
}
/* Footer: tighten spacing on mobile so the centered logo sits flush above copyright */
@media (max-width: 767px) {
  footer .max-w-7xl {
    gap: 0.25rem; /* reduce gap between stacked footer items on mobile */
  }
  /* Remove extra bottom margin from the mobile-only logo container */
  footer .flex.md\:hidden {
    margin-bottom: 0 !important;
  }
}
header.is-fixed {
  /* Fixed header animation */
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transform: translateY(-100%);
  transition: none; /* JS sets a 0.5s transition only when showing compact */
  opacity: 0;
  will-change: transform, opacity;
}
header.is-fixed.header-compact {
  /* Slide-in animation for compact header */
  transform: translateY(0);
  opacity: 1;
}
