/*
Theme Name: Desi Circus Records Black & Red
Theme URI: https://desicircusrecords.com
Author: Desi Circus Records
Description: A professional native WordPress theme for Desi Circus Records with a premium black and red music-label design. No Elementor required.
Version: 2.0.0
Text Domain: desi-circus-records-black-red
License: GNU General Public License v2 or later
*/

:root {
  --dcr-bg: #050505;
  --dcr-bg-soft: #0a0a0a;
  --dcr-surface: #101010;
  --dcr-surface-2: #171717;
  --dcr-text: #ffffff;
  --dcr-muted: #a7a7a7;
  --dcr-red: #c1121f;
  --dcr-red-bright: #e10600;
  --dcr-red-dark: #6f0810;
  --dcr-border: rgba(255,255,255,.11);
  --dcr-radius: 22px;
  --dcr-container: 1200px;
  --dcr-shadow: 0 24px 70px rgba(0,0,0,.48);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 80% 5%, rgba(193,18,31,.14), transparent 25%),
    linear-gradient(180deg, #050505 0%, #090909 46%, #050505 100%);
  color: var(--dcr-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .025;
  z-index: 9999;
  background-image: repeating-linear-gradient(0deg, #fff 0 1px, transparent 1px 4px);
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--dcr-container)); margin: 0 auto; }
.section { padding: 100px 0; }
.section--tight { padding: 64px 0; }

.top-ticker {
  overflow: hidden;
  white-space: nowrap;
  background: var(--dcr-red-bright);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .72rem;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.top-ticker__track {
  display: inline-block;
  min-width: 200%;
  padding: 10px 0;
  animation: dcr-scroll 28s linear infinite;
}
@keyframes dcr-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(5,5,5,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(225,6,0,.28);
}
.header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.site-branding {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.site-branding .custom-logo { max-height: 58px; width: auto; }
.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  background: var(--dcr-red-bright);
  color: #fff;
  font-weight: 950;
  box-shadow: 0 0 30px rgba(225,6,0,.28);
}
.brand-text strong {
  display: block;
  letter-spacing: .08em;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.28rem;
  line-height: 1;
}
.brand-text span {
  display: block;
  color: var(--dcr-muted);
  font-size: .7rem;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.primary-nav ul {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-nav a {
  position: relative;
  text-decoration: none;
  color: #c6c6c6;
  font-weight: 800;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 0;
  height: 2px;
  background: var(--dcr-red-bright);
  transition: width .25s ease;
}
.primary-nav a:hover,
.primary-nav .current-menu-item > a { color: #fff; }
.primary-nav a:hover::after,
.primary-nav .current-menu-item > a::after { width: 100%; }

.menu-toggle {
  display: none;
  color: #fff;
  background: transparent;
  border: 1px solid var(--dcr-border);
  border-radius: 8px;
  padding: 9px 12px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 7px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .82rem;
  transition: .25s ease;
}
.btn--primary {
  background: var(--dcr-red-bright);
  color: #fff;
  box-shadow: 0 12px 34px rgba(225,6,0,.25);
}
.btn--primary:hover {
  transform: translateY(-2px);
  background: #ff160f;
  box-shadow: 0 16px 42px rgba(225,6,0,.38);
}
.btn--ghost {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.035);
  color: #fff;
}
.btn--ghost:hover {
  background: rgba(193,18,31,.14);
  border-color: rgba(225,6,0,.55);
}

.hero {
  min-height: 780px;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5,5,5,.99) 0%, rgba(5,5,5,.92) 42%, rgba(5,5,5,.5) 72%, rgba(5,5,5,.74) 100%),
    var(--hero-image, linear-gradient(135deg,#1b1b1b,#050505));
  background-size: cover;
  background-position: center;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, transparent 55%, #050505 100%),
    radial-gradient(circle at 74% 30%, rgba(225,6,0,.22), transparent 25%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 64px;
  align-items: center;
  padding: 100px 0;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--dcr-red-bright);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .76rem;
  font-weight: 900;
}
.hero h1,
.page-hero h1,
.section-title,
.cta-panel h2,
.hero-card__cover span {
  font-family: "Bebas Neue", Impact, sans-serif;
}
.hero h1 {
  margin: 0;
  font-size: clamp(4.3rem, 9vw, 8.8rem);
  line-height: .82;
  max-width: 900px;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.hero h1 span {
  color: var(--dcr-red-bright);
  text-shadow: 0 0 40px rgba(225,6,0,.28);
}
.hero p {
  max-width: 650px;
  color: var(--dcr-muted);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }

.hero-card {
  padding: 22px;
  border: 1px solid rgba(225,6,0,.28);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
  backdrop-filter: blur(14px);
  box-shadow: var(--dcr-shadow);
}
.hero-card__cover {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(0,0,0,.2), rgba(0,0,0,.62)),
    repeating-linear-gradient(135deg, #e10600 0 14px, #111 14px 28px);
  text-align: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
}
.hero-card__cover span {
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: .78;
  letter-spacing: .01em;
  text-shadow: 0 6px 30px rgba(0,0,0,.62);
}
.hero-card h3 { margin: 20px 0 8px; font-size: 1.35rem; }
.hero-card p { margin: 0; font-size: .94rem; }

.stats-strip {
  border-top: 1px solid var(--dcr-border);
  border-bottom: 1px solid var(--dcr-border);
  background: #0b0b0b;
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat {
  padding: 28px 20px;
  text-align: center;
  border-right: 1px solid var(--dcr-border);
}
.stat:last-child { border-right: 0; }
.stat strong {
  display: block;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1.65rem;
  text-transform: uppercase;
}
.stat span {
  color: var(--dcr-muted);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .15em;
}

.section-title {
  margin: 0 0 18px;
  font-size: clamp(3rem, 6.4vw, 6.2rem);
  line-height: .9;
  max-width: 920px;
  text-transform: uppercase;
}
.section-copy {
  color: var(--dcr-muted);
  max-width: 720px;
  font-size: 1.05rem;
}
.grid { display: grid; gap: 26px; }
.grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0,1fr)); }

.card {
  overflow: hidden;
  border: 1px solid var(--dcr-border);
  border-radius: var(--dcr-radius);
  background: linear-gradient(145deg, #131313, #0c0c0c);
  box-shadow: 0 18px 46px rgba(0,0,0,.28);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.card:hover {
  transform: translateY(-7px);
  border-color: rgba(225,6,0,.45);
  box-shadow: 0 24px 58px rgba(0,0,0,.42), 0 0 34px rgba(225,6,0,.08);
}
.card-media {
  aspect-ratio: 1;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(225,6,0,.22), rgba(0,0,0,.78)),
    #171717;
}
.artist-card .card-media { aspect-ratio: 4 / 5; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .5s ease; filter: saturate(.88) contrast(1.05); }
.card:hover .card-media img { transform: scale(1.055); filter: saturate(1) contrast(1.08); }
.card-body { padding: 24px; }
.card-label {
  color: var(--dcr-red-bright);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .7rem;
  font-weight: 900;
}
.card h3 {
  margin: 8px 0;
  font-size: 1.45rem;
  line-height: 1.2;
}
.card p { color: var(--dcr-muted); }
.text-link {
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .1em;
}
.text-link::after { content: " →"; color: var(--dcr-red-bright); }

.about-panel {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 64px;
  align-items: center;
}
.about-visual {
  min-height: 560px;
  border-radius: 22px;
  border: 1px solid rgba(225,6,0,.3);
  background:
    linear-gradient(145deg, rgba(0,0,0,.22), rgba(0,0,0,.8)),
    repeating-linear-gradient(135deg, #141414 0 18px, #0a0a0a 18px 36px);
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(4rem, 9vw, 8rem);
  font-weight: 900;
  line-height: .78;
  box-shadow: var(--dcr-shadow);
  position: relative;
  overflow: hidden;
}
.about-visual::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 26px solid rgba(225,6,0,.75);
  box-shadow: 0 0 60px rgba(225,6,0,.2);
}
.about-visual { isolation: isolate; }
.about-visual br,
.about-visual { z-index: 1; }
.about-list { display: grid; gap: 16px; margin: 28px 0; }
.about-list div {
  display: flex;
  gap: 14px;
  color: var(--dcr-muted);
  padding: 15px 0;
  border-bottom: 1px solid var(--dcr-border);
}
.about-list div span:first-child { color: var(--dcr-red-bright); }
.about-list strong { color: var(--dcr-text); }

.event-list { display: grid; gap: 16px; }
.event {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--dcr-border);
  border-left: 4px solid var(--dcr-red-bright);
  border-radius: 12px;
  background: #0e0e0e;
  transition: .25s ease;
}
.event:hover {
  background: #131313;
  transform: translateX(4px);
}
.event-date { text-align: center; border-right: 1px solid var(--dcr-border); }
.event-date strong {
  display: block;
  color: var(--dcr-red-bright);
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.event-date span {
  color: var(--dcr-muted);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .13em;
}
.event h3 { margin: 0 0 4px; }
.event p { margin: 0; color: var(--dcr-muted); }

.cta-panel {
  padding: 68px;
  border-radius: 20px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.76)),
    linear-gradient(135deg, #e10600, #4c0509);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--dcr-shadow);
}
.cta-panel h2 {
  margin: 0 auto 16px;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: .88;
  max-width: 920px;
  text-transform: uppercase;
}
.cta-panel p {
  max-width: 700px;
  margin: 0 auto 28px;
  color: rgba(255,255,255,.85);
}

.page-hero {
  padding: 130px 0 74px;
  border-bottom: 1px solid rgba(225,6,0,.25);
  background:
    linear-gradient(90deg, rgba(5,5,5,.95), rgba(5,5,5,.7)),
    repeating-linear-gradient(135deg, #0d0d0d 0 18px, #080808 18px 36px);
}
.page-hero h1 {
  margin: 0;
  font-size: clamp(4rem, 9vw, 8rem);
  line-height: .82;
  text-transform: uppercase;
}
.page-hero p { color: var(--dcr-muted); max-width: 720px; }
.content-area { padding: 74px 0 110px; }
.entry-content { max-width: 880px; }
.entry-content a { color: var(--dcr-red-bright); }

.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 40px; }
.contact-card {
  padding: 32px;
  border: 1px solid var(--dcr-border);
  border-radius: 16px;
  background: #0f0f0f;
}
.dcr-form { display: grid; gap: 16px; }
.dcr-form label {
  font-weight: 900;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.dcr-form input,
.dcr-form textarea,
.dcr-form select {
  width: 100%;
  border: 1px solid var(--dcr-border);
  border-radius: 8px;
  background: #080808;
  color: #fff;
  padding: 14px 15px;
}
.dcr-form input:focus,
.dcr-form textarea:focus,
.dcr-form select:focus {
  outline: none;
  border-color: var(--dcr-red-bright);
  box-shadow: 0 0 0 3px rgba(225,6,0,.12);
}
.form-message { padding: 13px 15px; border-radius: 8px; margin-bottom: 15px; }
.form-message--success { background: rgba(54,211,153,.13); border: 1px solid rgba(54,211,153,.35); }
.form-message--error { background: rgba(225,6,0,.12); border: 1px solid rgba(225,6,0,.35); }

.site-footer {
  border-top: 1px solid rgba(225,6,0,.22);
  background: #030303;
  padding: 74px 0 28px;
}
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr 1fr; gap: 36px; }
.footer-title {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 0 14px;
}
.footer-copy, .footer-menu a { color: var(--dcr-muted); }
.footer-menu { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.footer-menu a { text-decoration: none; }
.footer-menu a:hover { color: var(--dcr-red-bright); }
.footer-bottom {
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid var(--dcr-border);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--dcr-muted);
  font-size: .86rem;
}

.wp-block-group.alignfull,
.wp-block-cover.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
.wp-block-button__link {
  border-radius: 7px;
  background: var(--dcr-red-bright);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .08em;
}

@media (max-width: 980px) {
  .hero-grid, .about-panel, .contact-grid { grid-template-columns: 1fr; }
  .grid--4, .grid--3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .primary-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #050505;
    border-bottom: 1px solid rgba(225,6,0,.26);
    padding: 22px;
  }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { flex-direction: column; align-items: flex-start; }
  .menu-toggle { display: inline-flex; }
  .header-cta { display: none; }
}
@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--dcr-container)); }
  .section { padding: 74px 0; }
  .hero { min-height: auto; }
  .hero-grid { padding: 82px 0; }
  .hero h1 { font-size: clamp(4rem, 20vw, 6.4rem); }
  .grid--3, .grid--4, .stats-grid, .footer-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--dcr-border); }
  .event { grid-template-columns: 76px 1fr; }
  .event .btn { grid-column: 1 / -1; }
  .cta-panel { padding: 42px 22px; }
  .footer-bottom { flex-direction: column; }
}


.dcr-form-consent label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--dcr-muted);
  font-size: .88rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}
.dcr-form-consent input {
  width: auto;
  margin-top: 5px;
  accent-color: var(--dcr-red-bright);
}
