@font-face {
    font-family: "Swinging Wake";
    src: url('../fonts/SwingingWake-Regular.woff2') format('woff2'),
         url('../fonts/SwingingWake-Regular.woff') format('woff'),
         url('../fonts/SwingingWake-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --dark-bg: #0a0a0f;
    --dark-panel: #141421;
    --dark-panel-2: #1b1b2b;
    --dark-text: #f5f1ea;
    --dark-muted: #bcb3a4;
    --accent: #f4b33c;
    --accent-2: #ff6b6b;
}

body {
    background: radial-gradient(circle at 12% 8%, rgba(244, 179, 60, 0.18), transparent 45%),
        radial-gradient(circle at 88% 0%, rgba(99, 88, 255, 0.2), transparent 50%),
        var(--dark-bg);
    color: var(--dark-text);
    font-family: "Space Grotesk", "Trebuchet MS", sans-serif;
}

h1, h2, h3, h4, h5, .hero-title, .section-title, .subpage-tilte, .subpage-title {
    font-family: "Swinging Wake", "Playfair Display", serif;
}

.navbar-default {
    background: rgba(8, 8, 12, 0.86);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand-logo {
    padding: 8px 15px;
}

.nav-logo {
    height: 36px;
    width: auto;
    display: block;
    object-fit: contain;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-brand {
    color: var(--dark-text);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: var(--accent);
}

.nav-shop-link {
    color: var(--accent) !important;
    border: 1px solid rgba(244, 179, 60, 0.45);
    border-radius: 2px;
    padding: 6px 14px !important;
    margin-left: 6px;
    transition: background 0.2s, color 0.2s;
}
.nav-shop-link:hover,
.nav-shop-link:focus {
    background: var(--accent) !important;
    color: #1a1204 !important;
}

.section-padding,
.album_single,
.event_header,
.footer,
.section-padding.light {
    background: transparent;
}

.subpage-wrap,
.album_single,
.event_header {
    background: transparent;
}

.section-title,
.subpage-tilte,
.album-block-title,
.event-caption {
    color: var(--dark-text);
}

.section-subtitle,
.section-subtitle-thin,
.subpage-subtitle,
.album-block-subtitle,
.event-subcaption,
.event-city,
.event-country,
.text,
.lead {
    color: var(--dark-muted) !important;
}

.card,
.event-block,
.audio-wrap,
.album-block,
.subscribe-email,
.team-wrap,
.quote-block,
.contact-form {
    background: var(--dark-panel);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
}

.event-block {
    padding: 20px;
    margin-bottom: 18px;
}

.btn-info,
.btn-primary,
.btn-danger,
.btn-warning,
.btn-success {
    background: var(--accent);
    border-color: transparent;
    color: #1a1204;
}

.btn-info:hover,
.btn-primary:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-success:hover {
    background: #d89a2f;
    color: #1a1204;
}

.loading-wrap {
    background: #050507;
}

.loading-bars .bar,
.loading-bars span {
    background: var(--accent);
}

.audio-player {
    background: rgba(12, 12, 18, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.jp-interface,
.jp-playlist {
    background: transparent;
}

.jp-playlist li {
    border-color: rgba(255, 255, 255, 0.08);
}

.jp-playlist li a,
.jp-artist-name,
.jp-track-name,
.jp-current-time,
.jp-duration {
    color: var(--dark-text) !important;
}

.jp-play-bar,
.jp-volume-bar-value {
    background: var(--accent) !important;
}

/* ===== MODERN HERO ===== */
header.hero-bg {
    position: relative;
    min-height: 750px;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        160deg,
        rgba(10, 10, 15, 0.80) 0%,
        rgba(10, 10, 15, 0.40) 55%,
        rgba(10, 10, 15, 0.70) 100%
    );
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 80px;
}

.hero-content .header-slider {
    top: 0 !important;
    transform: none !important;
    height: auto !important;
}

.hero-slide-inner {
    text-align: center;
    padding: 40px 20px;
    max-width: 820px;
    margin: 0 auto;
}

.hero-label {
    display: inline-block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--accent);
    border: 1px solid rgba(244, 179, 60, 0.4);
    padding: 6px 18px;
    border-radius: 2px;
    margin-bottom: 28px;
}

.hero-name {
    font-family: "Swinging Wake", "Playfair Display", serif;
    font-size: clamp(48px, 8vw, 96px);
    font-weight: 900;
    color: var(--dark-text);
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 0 0 24px;
}

.hero-tagline {
    font-family: "Space Grotesk", sans-serif;
    font-size: clamp(15px, 1.8vw, 19px);
    font-weight: 400;
    color: var(--dark-muted);
    line-height: 1.75;
    max-width: 540px;
    margin: 0 auto 40px;
}

.hero-cta {
    display: inline-block;
    padding: 13px 40px;
    border: 1px solid var(--accent);
    color: var(--accent);
    font-family: "Space Grotesk", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    transition: background 0.25s ease, color 0.25s ease;
}

.hero-cta:hover,
.hero-cta:focus {
    background: var(--accent);
    color: #1a1204;
    text-decoration: none;
}

/* Suppress old hero styles */
.hero-block { border: none !important; }
.hero-title::before,
.hero-title::after { display: none !important; }

/* ===== SHARED SECTION PRIMITIVES ===== */
.lp-section-label {
    display: inline-block;
    font-family: "Space Grotesk", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 16px;
}

.lp-body {
    font-size: 17px;
    line-height: 1.8;
    color: var(--dark-text);
    margin-bottom: 14px;
}

.lp-body-muted {
    font-size: 15px;
    line-height: 1.8;
    color: var(--dark-muted);
    margin-bottom: 24px;
}

.lp-link {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: var(--accent);
    text-decoration: none;
    border-bottom: 1px solid rgba(244, 179, 60, 0.35);
    padding-bottom: 2px;
    transition: border-color 0.2s;
}
.lp-link:hover { border-color: var(--accent); color: var(--accent); text-decoration: none; }

.lp-btn-solid {
    display: inline-block;
    padding: 12px 32px;
    background: var(--accent);
    color: #1a1204;
    font-family: "Space Grotesk", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid var(--accent);
    transition: background 0.22s, color 0.22s;
}
.lp-btn-solid:hover { background: transparent; color: var(--accent); text-decoration: none; }

.lp-btn-outline {
    display: inline-block;
    padding: 12px 32px;
    background: transparent;
    color: var(--dark-text);
    font-family: "Space Grotesk", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid rgba(255,255,255,0.18);
    transition: border-color 0.22s, color 0.22s;
}
.lp-btn-outline:hover { border-color: var(--accent); color: var(--accent); text-decoration: none; }

.lp-btn-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

/* ===== ABOUT ===== */
.lp-about {
    padding: 110px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.lp-about-inner {
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

.lp-about-text {
    flex: 1 1 0;
}

.lp-section-title {
    font-family: "Swinging Wake", "Playfair Display", serif;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 900;
    color: var(--dark-text);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 24px;
}

.lp-about-stats {
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding-top: 8px;
    min-width: 160px;
}

.lp-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lp-stat-num {
    font-family: "Swinging Wake", "Playfair Display", serif;
    font-size: 48px;
    font-weight: 900;
    color: var(--accent);
    line-height: 1;
}

.lp-stat-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--dark-muted);
}

/* ===== ALBUM SECTIONS ===== */
.lp-album {
    display: flex;
    min-height: 540px;
}

.lp-album-reverse {
    flex-direction: row-reverse;
}

.lp-album-img {
    flex: 0 0 50%;
    position: relative;
    overflow: hidden;
}

.lp-album-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.lp-album-img:hover img { transform: scale(1.04); }

.lp-play-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 52px;
    color: #fff;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: opacity 0.25s;
}

.lp-album-img:hover .lp-play-icon { opacity: 1; }

.lp-album-info {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 64px;
    background: var(--dark-panel);
}

.lp-album-title {
    font-family: "Swinging Wake", "Playfair Display", serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 900;
    color: var(--dark-text);
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
}

/* ===== PRESS QUOTES ===== */
.lp-press {
    padding: 100px 0;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.lp-press-inner {
    max-width: 760px;
    margin: 0 auto;
}

.lp-quote {
    font-family: "Swinging Wake", "Playfair Display", serif;
    font-size: clamp(20px, 2.8vw, 30px);
    font-weight: 400;
    font-style: italic;
    color: var(--dark-text);
    line-height: 1.6;
    margin: 0 0 20px;
}

.lp-quote-attr {
    font-family: "Space Grotesk", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--accent);
}

/* Override testimonial-title inside press section */
.lp-press .testimonial-title { display: none; }

/* ===== SUBSCRIBE SECTION ===== */
.lp-subscribe {
    padding: 110px 0;
    background: linear-gradient(180deg, var(--dark-bg) 0%, var(--dark-panel) 100%);
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.lp-subscribe-inner {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.lp-subscribe-title {
    font-family: "Swinging Wake", "Playfair Display", serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 900;
    color: var(--dark-text);
    line-height: 1.2;
    margin: 0 0 14px;
}

.lp-subscribe-sub {
    font-size: 14px;
    color: var(--dark-muted);
    margin-bottom: 36px;
}

.lp-subscribe-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.lp-subscribe-fields {
    display: flex;
    gap: 12px;
    width: 100%;
}

.lp-subscribe-fields input {
    flex: 1;
    padding: 13px 16px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 3px;
    color: var(--dark-text);
    font-family: "Space Grotesk", sans-serif;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
}

.lp-subscribe-fields input:focus { border-color: var(--accent); }
.lp-subscribe-fields input::placeholder { color: var(--dark-muted); }

.lp-subscribe-btn { margin-top: 6px; padding: 14px 48px; }

.lp-subscribe-success {
    background: rgba(244, 179, 60, 0.12);
    border: 1px solid rgba(244, 179, 60, 0.3);
    color: var(--accent);
    padding: 12px 20px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%;
}

.lp-subscribe-error {
    background: rgba(255, 80, 80, 0.1);
    border: 1px solid rgba(255, 80, 80, 0.3);
    color: #ff6b6b;
    padding: 12px 20px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%;
}

.lp-field-error {
    color: #ff6b6b;
    font-size: 12px;
    display: block;
    text-align: left;
    width: 100%;
}

.g-recaptcha { display: inline-block; }

/* ===== CTA ===== */
.lp-cta {
    padding: 120px 0;
    text-align: center;
}

.lp-cta-inner { max-width: 600px; margin: 0 auto; }

.lp-cta-title {
    font-family: "Swinging Wake", "Playfair Display", serif;
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 900;
    color: var(--dark-text);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
}

.lp-cta-sub {
    font-size: 15px;
    color: var(--dark-muted);
    margin-bottom: 36px;
    line-height: 1.7;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .lp-about-inner { flex-direction: column; gap: 48px; }
    .lp-about-stats { flex-direction: row; gap: 32px; }
    .lp-album, .lp-album-reverse { flex-direction: column; }
    .lp-album-img { flex: none; height: 320px; }
    .lp-album-info { flex: none; padding: 40px 28px; }
    .lp-subscribe-fields { flex-direction: column; }
}

/* ===== FOOTER ===== */
.footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.subscribe-email input,
.form-subscribe {
    background: #0f0f17 !important;
    color: var(--dark-text) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

@media (max-width: 991px) {
    .navbar-default .navbar-collapse {
        background: rgba(8, 8, 12, 0.98);
    }
}
