/* ==========================================================================
   THEME 4: NEO-BRUTALISM METALLIC & OVERSIZED TYPOGRAPHY SPECIFICATION
   ========================================================================== */

:root {
    --bg-obsidian-base: #000000;
    --bg-obsidian-surface: #0a0a0c;
    --bg-obsidian-card: #121216;
    --bg-obsidian-glass: #0a0a0c;
    
    /* High-Vibrancy Flame & Copper Tones */
    --copper-primary: #ff5500;
    --copper-bright: #ff7700;
    --copper-light: #ffaa00;
    --copper-highlight: #ffffff;
    --copper-dark: #cc4400;
    --copper-shadow: #881100;
    --copper-gradient: linear-gradient(135deg, #ffaa00 0%, #ff5500 50%, #cc2200 100%);

    /* High-Contrast Brass */
    --brass-primary: #ffcc00;
    --brass-bright: #ffee55;
    --brass-light: #ffff88;
    --brass-highlight: #ffffff;
    --brass-dark: #bb9900;
    --brass-shadow: #665500;
    --brass-gradient: linear-gradient(135deg, #ffee55 0%, #ffcc00 50%, #bb8800 100%);

    --anisotropic-sheen: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03) 0px,
        rgba(255, 255, 255, 0.08) 2px,
        rgba(0, 0, 0, 0.1) 4px
    );
    
    --text-primary: #ffffff;
    --text-muted: #e2e8f0;
    --text-subtle: #cbd5e1;
    
    --font-heading: 'Cinzel Decorative', 'Plus Jakarta Sans', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
    
    --transition-smooth: all 0.25s cubic-bezier(0.1, 1, 0.1, 1);

    --mouse-x-pct: 50%;
    --mouse-y-pct: 50%;
    --tilt-x: 0deg;
    --tilt-y: 0deg;
    --specular-angle: 45deg;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }

body.anisotropic-body {
    background-color: var(--bg-obsidian-base);
    color: var(--text-primary);
    font-family: var(--font-body);
    line-height: 1.5;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
}

.ambient-glow { display: none; }

.anisotropic-noise-overlay {
    position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
    background-image: var(--anisotropic-sheen); pointer-events: none; z-index: 0; opacity: 0.9;
}

.anisotropic-canvas {
    position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; pointer-events: none; z-index: 0; opacity: 0.3;
}

h1, h2, h3, h4 { font-family: var(--font-heading); text-transform: uppercase; font-weight: 900; letter-spacing: 0.02em; color: var(--text-primary); }
p { color: var(--text-muted); font-size: 1.05rem; }

.text-copper-brass {
    background: linear-gradient(135deg, #ffffff 0%, #ffee55 30%, #ff7700 70%, #ff5500 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

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

.theme-switcher-bar {
    background: #000000; border-bottom: 3px solid #ff5500;
    padding: 0.6rem 1rem; display: flex; align-items: center; justify-content: center; gap: 1rem;
    position: fixed; top: 0; left: 0; width: 100%; z-index: 200;
}

.theme-switcher-label { font-size: 0.85rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.1em; color: #ffcc00; }
.theme-btn { background: #121216; border: 2px solid #ffffff; color: #ffffff; padding: 0.3rem 0.9rem; font-size: 0.82rem; font-weight: 800; cursor: pointer; text-decoration: none; transition: var(--transition-smooth); }
.theme-btn:hover, .theme-btn.active { background: #ff5500; color: #000000; border-color: #ffcc00; box-shadow: 4px 4px 0px #ffcc00; }

.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
    padding: 0.9rem 2rem; font-family: var(--font-body); font-weight: 800; font-size: 1rem;
    letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer; text-decoration: none;
    transition: var(--transition-smooth); border: 2px solid #ffffff; position: relative;
}

.btn-metal-copper { background: #ff5500; color: #000000; border-color: #ffffff; box-shadow: 5px 5px 0px #ffcc00; }
.btn-metal-copper:hover { transform: translate(-3px, -3px); box-shadow: 8px 8px 0px #ffcc00; }

.btn-metal-brass { background: #ffcc00; color: #000000; border-color: #ffffff; box-shadow: 5px 5px 0px #ff5500; }
.btn-metal-brass:hover { transform: translate(-3px, -3px); box-shadow: 8px 8px 0px #ff5500; }

.btn-metal-outline { background: #0a0a0c; color: #ffffff; border-color: #ff7700; box-shadow: 5px 5px 0px #ff7700; }
.btn-metal-outline:hover { background: #ff7700; color: #000000; transform: translate(-3px, -3px); box-shadow: 8px 8px 0px #ffffff; }

.btn-lg { padding: 1.2rem 2.6rem; font-size: 1.15rem; }
.btn-sm { padding: 0.55rem 1.2rem; font-size: 0.9rem; }
.btn-block { width: 100%; }

.badge-tag {
    display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1.2rem;
    font-size: 0.85rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase;
    background: #121216; border: 2px solid #ff5500; color: #ffcc00; margin-bottom: 1.2rem; box-shadow: 4px 4px 0px #ff5500;
}

.badge-dot { width: 8px; height: 8px; background: #ffcc00; }

.anisotropic-metal-card {
    position: relative; background: #121216; border: 3px solid #ff5500;
    transition: var(--transition-smooth); box-shadow: 8px 8px 0px #ffcc00; z-index: 2;
}

.anisotropic-specular-glow { display: none; }

.anisotropic-metal-card:hover {
    transform: translate(-4px, -4px); border-color: #ffffff; box-shadow: 14px 14px 0px #ff5500;
}

.main-header { position: fixed; top: 46px; left: 0; width: 100%; z-index: 100; padding: 1.2rem 2rem; background: #000000; border-bottom: 3px solid #ffffff; }
.main-header.scrolled { padding: 0.8rem 2rem; border-bottom: 3px solid #ff5500; }
.header-container { max-width: 1350px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand-logo { display: flex; align-items: center; gap: 0.8rem; text-decoration: none; }
.brand-title { font-family: var(--font-heading); font-size: 1.4rem; font-weight: 900; letter-spacing: 0.12em; color: #ffcc00; }
.brand-subtitle { font-size: 0.72rem; letter-spacing: 0.22em; color: #ff5500; font-weight: 900; }
.nav-menu { display: flex; align-items: center; gap: 2.2rem; }
.nav-link { color: #ffffff; text-decoration: none; font-size: 0.98rem; font-weight: 800; text-transform: uppercase; transition: var(--transition-smooth); display: flex; align-items: center; gap: 0.4rem; }
.nav-link:hover, .nav-link.active { color: #ffcc00; }
.link-bullet { width: 6px; height: 6px; background: #ff5500; opacity: 0; }
.nav-link:hover .link-bullet, .nav-link.active .link-bullet { opacity: 1; }
.header-actions { display: flex; align-items: center; gap: 1rem; }
.mobile-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; }
.mobile-toggle span { width: 24px; height: 3px; background: #ffcc00; }

.hero-section { padding: 12rem 2rem 6rem 2rem; max-width: 1350px; margin: 0 auto; }
.hero-content { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 4rem; align-items: center; }
.hero-headline { font-size: 4rem; line-height: 1.05; margin-bottom: 1.6rem; color: #ffffff; text-shadow: 4px 4px 0px #ff5500; }
.hero-description { font-size: 1.2rem; color: #e2e8f0; margin-bottom: 2.5rem; max-width: 560px; font-weight: 500; }
.hero-actions { display: flex; gap: 1.4rem; margin-bottom: 3.5rem; flex-wrap: wrap; }
.hero-stats { display: flex; align-items: center; gap: 2.5rem; padding-top: 2rem; border-top: 3px solid #ff5500; }
.stat-item { display: flex; flex-direction: column; }
.stat-num { font-family: var(--font-heading); font-size: 2.4rem; font-weight: 900; color: #ffcc00; }
.stat-label { font-size: 0.85rem; color: #ffffff; font-weight: 800; text-transform: uppercase; }
.stat-divider { width: 3px; height: 45px; background: #ff5500; }

.hero-frame-container { padding: 1.2rem; }
.hero-image-wrapper { position: relative; border: 2px solid #ffffff; aspect-ratio: 16/10; }
.hero-image-wrapper img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-caption { padding: 1.4rem 0.5rem 0.4rem 0.5rem; }
.caption-title { font-family: var(--font-heading); font-size: 1.3rem; color: #ffcc00; }
.caption-meta { font-size: 0.88rem; color: #cbd5e1; }

.shows-section { padding: 6.5rem 2rem; max-width: 1350px; margin: 0 auto; }
.section-header { margin-bottom: 3.8rem; }
.section-title { font-size: 3.2rem; margin-bottom: 0.9rem; text-shadow: 3px 3px 0px #ff5500; }
.section-subtitle { font-size: 1.15rem; color: #e2e8f0; max-width: 680px; margin: 0 auto; }

.shows-controls-bar { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-bottom: 2.8rem; flex-wrap: wrap; }
.search-input-wrapper { position: relative; flex: 1; min-width: 280px; max-width: 420px; }
.search-input-wrapper svg { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: #ffcc00; }
.search-input-wrapper input { width: 100%; padding: 0.9rem 2.6rem; background: #0a0a0c; border: 2px solid #ff5500; color: #ffffff; font-family: var(--font-body); font-size: 1rem; outline: none; font-weight: 700; }
.search-input-wrapper input:focus { border-color: #ffcc00; box-shadow: 4px 4px 0px #ffcc00; }
.clear-search-btn { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); background: none; border: none; color: #ffffff; font-size: 1.2rem; cursor: pointer; display: none; }

.filter-pills { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.pill-btn { background: #0a0a0c; border: 2px solid #ffffff; color: #ffffff; padding: 0.6rem 1.3rem; font-size: 0.9rem; font-weight: 800; cursor: pointer; text-transform: uppercase; transition: var(--transition-smooth); }
.pill-btn:hover, .pill-btn.active { background: #ff5500; color: #000000; border-color: #ffcc00; box-shadow: 4px 4px 0px #ffcc00; }

.view-toggle { display: flex; background: #0a0a0c; border: 2px solid #ff5500; padding: 4px; }
.view-btn { background: none; border: none; color: #ffffff; padding: 6px 12px; cursor: pointer; transition: var(--transition-smooth); display: flex; align-items: center; }
.view-btn.active { background: #ffcc00; color: #000000; }

.shows-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); gap: 2.5rem; }
.shows-grid.timeline-view { grid-template-columns: 1fr; }

.show-card-inner { padding: 2.2rem; display: flex; flex-direction: column; height: 100%; position: relative; z-index: 2; }
.show-card-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.4rem; }
.show-date-badge { background: #ff5500; color: #000000; padding: 0.5rem 1.1rem; border: 2px solid #ffffff; font-family: var(--font-heading); font-weight: 900; font-size: 0.95rem; box-shadow: 3px 3px 0px #ffcc00; }
.show-status-tag { font-size: 0.8rem; font-weight: 900; color: #ffcc00; text-transform: uppercase; letter-spacing: 0.08em; padding: 0.35rem 0.8rem; background: #000000; border: 2px solid #ffcc00; }
.show-title { font-size: 1.5rem; color: #ffffff; margin-bottom: 1rem; line-height: 1.25; }
.show-details-list { margin-bottom: 1.6rem; display: flex; flex-direction: column; gap: 0.6rem; }
.show-detail-item { display: flex; align-items: center; gap: 0.7rem; font-size: 0.95rem; color: #e2e8f0; font-weight: 600; }
.show-highlights { font-size: 0.9rem; background: #000000; padding: 1rem 1.2rem; border: 2px solid #ff7700; color: #ffffff; margin-bottom: 1.6rem; margin-top: auto; font-weight: 600; }
.show-card-actions { display: flex; gap: 0.8rem; }

.empty-shows-state { text-align: center; padding: 4.5rem 2rem; background: #121216; border: 3px dashed #ff5500; }
.empty-icon { font-size: 3.5rem; margin-bottom: 1rem; }
.empty-shows-state h3 { font-size: 1.8rem; margin-bottom: 0.6rem; }
.empty-shows-state p { color: #e2e8f0; margin-bottom: 1.8rem; }
.hidden { display: none !important; }

.gallery-section { padding: 6.5rem 2rem; max-width: 1350px; margin: 0 auto; }
.gallery-category-tabs { display: flex; justify-content: center; gap: 1.4rem; margin-bottom: 3.5rem; flex-wrap: wrap; }
.gallery-tab { background: #0a0a0c; border: 2px solid #ffffff; color: #ffffff; font-family: var(--font-heading); font-size: 1.1rem; cursor: pointer; padding: 0.6rem 1.6rem; text-transform: uppercase; font-weight: 900; transition: var(--transition-smooth); }
.gallery-tab:hover, .gallery-tab.active { background: #ffcc00; color: #000000; border-color: #ff5500; box-shadow: 5px 5px 0px #ff5500; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); gap: 2.5rem; }
.gallery-card { display: flex; flex-direction: column; }
.gallery-img-box { position: relative; aspect-ratio: 4/3; overflow: hidden; border: 2px solid #ffffff; }
.gallery-img-box img { width: 100%; height: 100%; object-fit: cover; }
.gallery-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.85); display: flex; align-items: center; justify-content: center; opacity: 0; transition: var(--transition-smooth); }
.gallery-card:hover .gallery-overlay { opacity: 1; }
.gallery-info { padding: 1.6rem; background: #0a0a0c; border-top: 2px solid #ff5500; }
.art-tag { font-size: 0.8rem; color: #ffcc00; font-weight: 900; text-transform: uppercase; letter-spacing: 0.1em; }
.art-title { font-size: 1.35rem; color: #ffffff; margin: 0.4rem 0; }
.art-specs { font-size: 0.9rem; color: #cbd5e1; font-weight: 600; }

.craftsmanship-section { padding: 6.5rem 2rem; max-width: 1350px; margin: 0 auto; }
.process-steps-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2.5rem; }
.process-step-card { padding: 2.5rem 2rem; display: flex; flex-direction: column; }
.step-num { font-family: var(--font-heading); font-size: 3.6rem; font-weight: 900; line-height: 1; margin-bottom: 1.2rem; color: #ffcc00; text-shadow: 3px 3px 0px #ff5500; }
.step-title { font-size: 1.35rem; margin-bottom: 0.9rem; color: #ffffff; }
.step-desc { font-size: 0.98rem; color: #e2e8f0; }

.commission-section { padding: 6.5rem 2rem; max-width: 1100px; margin: 0 auto; }
.commission-card { padding: 3.8rem; }
.estimator-form { margin-top: 2.2rem; display: flex; flex-direction: column; gap: 2rem; }
.form-group { display: flex; flex-direction: column; gap: 0.7rem; }
.form-label { font-size: 1rem; font-weight: 900; color: #ffcc00; text-transform: uppercase; }
.metal-radio-group { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.metal-radio-btn { cursor: pointer; }
.metal-radio-btn input { display: none; }
.radio-chip { display: inline-block; padding: 0.7rem 1.6rem; background: #0a0a0c; border: 2px solid #ffffff; font-size: 0.95rem; font-weight: 800; color: #ffffff; transition: var(--transition-smooth); }
.metal-radio-btn input:checked + .radio-chip { border-color: #ffcc00; background: #ff5500; color: #000000; box-shadow: 4px 4px 0px #ffcc00; }
.form-control { width: 100%; padding: 0.9rem 1.2rem; background: #0a0a0c; border: 2px solid #ff5500; color: #ffffff; font-family: var(--font-body); font-size: 1rem; outline: none; font-weight: 700; }
.slider-header { display: flex; justify-content: space-between; align-items: center; }
.slider-value { font-family: var(--font-heading); font-weight: 900; font-size: 1.3rem; color: #ffcc00; }
.custom-range { width: 100%; accent-color: #ff5500; cursor: pointer; }
.estimate-result-box { background: #000000; border: 3px solid #ffcc00; padding: 2rem; text-align: center; box-shadow: 6px 6px 0px #ff5500; }
.estimate-label { font-size: 0.9rem; color: #ffffff; text-transform: uppercase; font-weight: 900; }
.estimate-price { font-family: var(--font-heading); font-size: 2.8rem; font-weight: 900; color: #ffcc00; margin: 0.4rem 0; }
.estimate-note { font-size: 0.85rem; color: #cbd5e1; }

.studio-footer { background: #000000; border-top: 4px solid #ff5500; padding: 5.5rem 2rem 2.2rem 2rem; position: relative; z-index: 2; }
.footer-container { max-width: 1350px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 2fr; gap: 4rem; margin-bottom: 4.5rem; }
.footer-desc { color: #e2e8f0; margin: 1.2rem 0 1.8rem 0; max-width: 380px; }
.contact-details { display: flex; flex-direction: column; gap: 0.6rem; font-size: 0.95rem; color: #e2e8f0; font-weight: 600; }
.footer-heading { color: #ffcc00; margin-bottom: 1.4rem; font-size: 1.2rem; font-weight: 900; }
.footer-nav ul { list-style: none; display: flex; flex-direction: column; gap: 0.9rem; }
.footer-nav a { color: #ffffff; text-decoration: none; font-weight: 700; transition: var(--transition-smooth); }
.footer-nav a:hover { color: #ff5500; }
.newsletter-form { display: flex; gap: 0.7rem; margin-top: 1.2rem; }
.newsletter-form input { flex: 1; padding: 0.8rem 1.1rem; background: #0a0a0c; border: 2px solid #ffffff; color: #ffffff; outline: none; font-weight: 700; }
.footer-bottom { max-width: 1350px; margin: 0 auto; padding-top: 2.2rem; border-top: 2px solid #ff5500; text-align: center; font-size: 0.9rem; color: #ffffff; font-weight: 700; }

.modal-backdrop { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.95); z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 2rem; }
.modal-window { width: 100%; max-width: 620px; padding: 2.8rem; background: #121216; border: 3px solid #ffcc00; box-shadow: 10px 10px 0px #ff5500; position: relative; }
.art-modal-window { max-width: 880px; }
.modal-close { position: absolute; top: 1.4rem; right: 1.8rem; background: none; border: none; color: #ffffff; font-size: 2.4rem; cursor: pointer; font-weight: 900; }
.modal-close:hover { color: #ffcc00; }
.modal-title { font-size: 2rem; margin: 0.5rem 0; color: #ffcc00; }
.modal-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin: 1.8rem 0; }
.m-info-card { background: #000000; padding: 1rem; border: 2px solid #ff5500; }
.m-label { display: block; font-size: 0.82rem; color: #cbd5e1; font-weight: 800; }
.m-val { font-size: 1rem; font-weight: 900; color: #ffffff; }
.modal-desc { color: #e2e8f0; margin-bottom: 2.2rem; font-size: 1rem; }
.modal-actions { display: flex; flex-direction: column; gap: 0.9rem; }
.art-modal-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 2.2rem; align-items: center; }
.art-modal-img-box { border: 2px solid #ffffff; aspect-ratio: 4/3; }
.art-modal-img-box img { width: 100%; height: 100%; object-fit: cover; }

.toast-container { position: fixed; bottom: 2rem; right: 2rem; z-index: 2000; display: flex; flex-direction: column; gap: 0.9rem; }
.toast-msg { background: #121216; border: 3px solid #ff5500; color: #ffffff; padding: 1rem 1.6rem; box-shadow: 6px 6px 0px #ffcc00; font-weight: 800; }

@media (max-width: 992px) { .hero-content { grid-template-columns: 1fr; } .footer-container { grid-template-columns: 1fr; gap: 2.5rem; } .art-modal-layout { grid-template-columns: 1fr; } .hero-headline { font-size: 3rem; } }
@media (max-width: 768px) { .nav-menu { position: fixed; top: 80px; left: 0; width: 100%; background: #000000; flex-direction: column; padding: 2rem; display: none; } .nav-menu.mobile-open { display: flex; } .mobile-toggle { display: flex; } .shows-controls-bar { flex-direction: column; align-items: stretch; } }
