/*
Theme Name: Stone Fest 2026
Theme URI: https://stonefest.com
Author: Vehement Visuals
Author URI: https://stonefest.com
Description: Custom single-page theme for Stone Fest 2026 - 1st Annual music and cannabis festival featuring Stevie Stone, Kutt Calhoun, ¡MAYDAY!, and more.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stonefest
*/

/* ========================================
   CSS Variables / Color Scheme
   ======================================== */
:root {
    --color-primary-gold: #D4A017;
    --color-dark-bg: #1a1a0f;
    --color-darker-bg: #0f0f08;
    --color-accent-green: #2d5a27;
    --color-text-light: #f5f5dc;
    --color-highlight: #ffd700;
    --color-white: #ffffff;
    --color-black: #000000;
    
    --font-heading: 'Oswald', sans-serif;
    --font-body: 'Open Sans', sans-serif;
    
    --container-max: 1200px;
    --section-padding: 80px 20px;
    --transition-speed: 0.3s;

    /* Customizer-controlled sizing */
    --hero-logo-width: 600px;
    --header-logo-height: 50px;
}

/* ========================================
   Reset & Base Styles
   ======================================== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    background-color: var(--color-dark-bg);
    color: var(--color-text-light);
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: var(--color-highlight);
    text-decoration: none;
    transition: color var(--transition-speed) ease;
}

a:hover {
    color: var(--color-primary-gold);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-primary-gold);
    text-transform: uppercase;
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.25rem; }

/* ========================================
   Utility Classes
   ======================================== */
.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 20px;
}

.text-center {
    text-align: center;
}

.text-gold {
    color: var(--color-primary-gold);
}

.text-highlight {
    color: var(--color-highlight);
}

/* ========================================
   Buttons
   ======================================== */
.btn {
    display: inline-block;
    padding: 15px 40px;
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all var(--transition-speed) ease;
}

.btn-primary {
    background: linear-gradient(135deg, var(--color-highlight) 0%, var(--color-primary-gold) 100%);
    color: var(--color-black);
    box-shadow: 0 4px 15px rgba(212, 160, 23, 0.4);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(212, 160, 23, 0.6);
    color: var(--color-black);
}

.btn-outline {
    background: transparent;
    color: var(--color-highlight);
    border: 2px solid var(--color-highlight);
}

.btn-outline:hover {
    background: var(--color-highlight);
    color: var(--color-black);
}

/* ========================================
   Navigation
   ======================================== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(15, 15, 8, 0.95);
    backdrop-filter: blur(10px);
    padding: 15px 0;
    transition: all var(--transition-speed) ease;
}

.site-header.scrolled {
    padding: 10px 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Header logo sizing (applies to WP Custom Logo and fallback image) */
.custom-logo,
.site-logo img {
    height: var(--header-logo-height);
    width: auto;
}

.custom-logo-link {
    display: inline-flex;
    align-items: center;
}

.main-nav {
    display: flex;
    align-items: center;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-menu a {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-text-light);
    padding: 5px 0;
    position: relative;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-highlight);
    transition: width var(--transition-speed) ease;
}

.nav-menu a:hover {
    color: var(--color-highlight);
}

.nav-menu a:hover::after {
    width: 100%;
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: var(--color-text-light);
    transition: all var(--transition-speed) ease;
}

/* ========================================
   Hero Section
   ======================================== */
.section-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    background: linear-gradient(135deg, var(--color-darker-bg) 0%, var(--color-dark-bg) 50%, #1a2a15 100%);
    overflow: hidden;
}

.section-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('assets/images/hero-bg.jpg') center center / cover no-repeat;
    opacity: 0.3;
    z-index: 0;
}

.section-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, transparent 0%, var(--color-darker-bg) 70%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 120px 20px 80px;
}

.hero-logo {
    max-width: var(--hero-logo-width);
    margin: 0 auto 30px;
}

.hero-tagline {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--color-text-light);
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.hero-info {
    font-size: 1.1rem;
    color: var(--color-text-light);
    margin-bottom: 40px;
    opacity: 0.9;
}

.hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ========================================
   Section Base Styles
   ======================================== */
.section {
    padding: var(--section-padding);
    position: relative;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--color-highlight), transparent);
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--color-text-light);
    opacity: 0.8;
    margin-top: 15px;
}

/* Alternating section backgrounds */
.section-dark {
    background-color: var(--color-darker-bg);
}

.section-pattern {
    background-color: var(--color-dark-bg);
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(45, 90, 39, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(212, 160, 23, 0.05) 0%, transparent 50%);
}

/* ========================================
   Artists Section
   ======================================== */
.artists-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.artist-card {
    background: linear-gradient(145deg, rgba(30, 30, 20, 0.8), rgba(15, 15, 10, 0.9));
    border: 1px solid rgba(212, 160, 23, 0.2);
    border-radius: 10px;
    padding: 22px;
    text-align: center;
    transition: all var(--transition-speed) ease;
}

.artist-card:hover {
    transform: translateY(-5px);
    border-color: var(--color-primary-gold);
    box-shadow: 0 10px 30px rgba(212, 160, 23, 0.2);
}

.artist-photo {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 18px;
    border: 1px solid rgba(212, 160, 23, 0.18);
    background: rgba(0, 0, 0, 0.25);
}

.artist-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.artist-name {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--color-highlight);
    margin-bottom: 10px;
}

.artist-label {
    font-size: 0.9rem;
    color: var(--color-text-light);
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.artist-socials {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.artist-social {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(212, 160, 23, 0.08);
    border: 1px solid rgba(212, 160, 23, 0.22);
    color: var(--color-text-light);
    opacity: 0.9;
    font-size: 0.9rem;
    transition: all var(--transition-speed) ease;
}

.artist-social:hover {
    background: var(--color-highlight);
    border-color: var(--color-highlight);
    color: var(--color-black);
    opacity: 1;
    transform: translateY(-2px);
}

.artist-social-icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.artist-social-count {
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* ========================================
   Vendors Page
   ======================================== */
.vendors-page-hero {
    padding-top: 120px; /* account for fixed header */
}

.vendors-hero-meta {
    margin-top: 16px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.vendors-meta-pill {
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(212, 160, 23, 0.2);
    color: var(--color-text-light);
    opacity: 0.92;
    font-size: 0.95rem;
}

.vendors-cta-row {
    margin-top: 22px;
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.vendors-page-content {
    padding-top: 40px;
}

.vendors-page-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
    margin-bottom: 22px;
}

.vendors-page-card {
    background: rgba(20, 20, 15, 0.55);
    border: 1px solid rgba(212, 160, 23, 0.18);
    border-radius: 12px;
    padding: 22px;
}

.vendors-page-card h3 {
    color: var(--color-highlight);
    margin-bottom: 10px;
}

.vendors-wide {
    margin-top: 22px;
}

.vendors-bullets {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
    display: grid;
    gap: 10px;
}

.vendors-bullets li {
    opacity: 0.95;
}

.muted {
    opacity: 0.82;
}

.vendors-feature-grid {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.vendors-feature {
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 16px;
}

.vendors-feature h4 {
    color: var(--color-primary-gold);
    margin-bottom: 8px;
}

.vendors-quote {
    margin: 26px auto 0;
    max-width: 980px;
    text-align: center;
    padding: 22px;
    border-radius: 12px;
    background: rgba(212, 160, 23, 0.08);
    border: 1px solid rgba(212, 160, 23, 0.18);
}

.vendors-checks {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
}

.vendors-checks > div {
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 12px 14px;
}

.vendors-package-grid {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.vendors-package {
    border-radius: 14px;
    padding: 18px;
    border: 1px solid rgba(212, 160, 23, 0.18);
    background: rgba(0, 0, 0, 0.2);
}

.vendors-package-top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.vendors-package h4 {
    margin: 0;
    color: var(--color-highlight);
    font-size: 1.25rem;
}

.vendors-price {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--color-white);
    background: rgba(212, 160, 23, 0.18);
    border: 1px solid rgba(212, 160, 23, 0.28);
    border-radius: 999px;
    padding: 6px 12px;
    white-space: nowrap;
}

.vendors-badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.9rem;
    opacity: 0.95;
}

.vendors-matrix {
    margin-top: 26px;
}

.vendors-table-wrap {
    width: 100%;
    overflow: auto;
    border-radius: 12px;
    border: 1px solid rgba(212, 160, 23, 0.18);
}

.vendors-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
    background: rgba(0, 0, 0, 0.22);
}

.vendors-table th,
.vendors-table td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
    vertical-align: top;
}

.vendors-table thead th {
    position: sticky;
    top: 0;
    background: rgba(15, 15, 10, 0.95);
    z-index: 1;
}

.vendors-table tbody tr:hover td {
    background: rgba(212, 160, 23, 0.06);
}

.vendors-final-cta {
    margin-top: 30px;
    text-align: center;
    padding: 26px 18px;
    border-radius: 12px;
    border: 1px solid rgba(212, 160, 23, 0.18);
    background: rgba(0, 0, 0, 0.18);
}

.vendors-deck-frame {
    width: 100%;
    height: min(80vh, 980px);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(212, 160, 23, 0.25);
    background: rgba(0, 0, 0, 0.25);
}

.vendors-deck-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.vendors-deck-note {
    margin-top: 14px;
    text-align: center;
    opacity: 0.85;
}

.vendors-empty {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 20px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(212, 160, 23, 0.18);
    border-radius: 12px;
}

.artists-note {
    text-align: center;
    font-style: italic;
    color: var(--color-text-light);
    opacity: 0.8;
    margin-top: 30px;
}

.hosted-by {
    text-align: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(212, 160, 23, 0.2);
}

.hosted-by span {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    color: var(--color-primary-gold);
}

.host-photo {
    margin: 18px auto 0;
    width: 140px;
    height: 140px;
    border-radius: 999px;
    overflow: hidden;
    border: 1px solid rgba(212, 160, 23, 0.25);
    background: rgba(0, 0, 0, 0.25);
}

.host-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ========================================
   Vendors Section
   ======================================== */
.vendors-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.vendor-feature {
    text-align: center;
    padding: 40px 30px;
    background: rgba(20, 20, 15, 0.6);
    border-radius: 10px;
    border: 1px solid rgba(212, 160, 23, 0.15);
    transition: all var(--transition-speed) ease;
}

.vendor-feature:hover {
    border-color: var(--color-accent-green);
    background: rgba(45, 90, 39, 0.1);
}

.vendor-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.vendor-feature h3 {
    font-size: 1.25rem;
    margin-bottom: 15px;
    color: var(--color-highlight);
}

.vendor-feature p {
    color: var(--color-text-light);
    opacity: 0.8;
}

/* ========================================
   Schedule Section
   ======================================== */
.schedule-timeline {
    max-width: 800px;
    margin: 0 auto;
}

.schedule-item {
    display: flex;
    gap: 30px;
    padding: 30px 0;
    border-bottom: 1px solid rgba(212, 160, 23, 0.2);
}

.schedule-item:last-child {
    border-bottom: none;
}

.schedule-time {
    flex-shrink: 0;
    width: 120px;
    font-family: var(--font-heading);
    font-size: 1.25rem;
    color: var(--color-highlight);
}

.schedule-details h4 {
    color: var(--color-primary-gold);
    margin-bottom: 8px;
}

.schedule-details p {
    color: var(--color-text-light);
    opacity: 0.8;
}

/* ========================================
   Tickets Section
   ======================================== */
.section-tickets {
    background: linear-gradient(135deg, var(--color-accent-green) 0%, #1a3d15 100%);
    text-align: center;
}

.tickets-content {
    max-width: 600px;
    margin: 0 auto;
}

.tickets-content h2 {
    color: var(--color-highlight);
    margin-bottom: 20px;
}

.tickets-content p {
    font-size: 1.25rem;
    margin-bottom: 30px;
    color: var(--color-white);
}

.ticket-info {
    margin-top: 30px;
    font-size: 0.95rem;
    color: var(--color-text-light);
    opacity: 0.9;
}

/* ========================================
   VIP Ticket Tiers
   ======================================== */
.vip-grid {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.vip-grid.vip-grid-ga {
    margin-top: 26px;
    margin-bottom: 26px;
    grid-template-columns: minmax(260px, 520px);
    justify-content: center;
}

.vip-note {
    margin: 0 0 16px;
    color: var(--color-text-light);
    opacity: 0.9;
}

.vip-ga-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.vip-ga-card .vip-note {
    margin: 0;
}

.vip-ga-card .btn {
    align-self: center;
}

.vip-card {
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 14px;
    padding: 20px;
    text-align: left;
}

/* Bullet-proof: prevent default list markers in VIP cards */
.vip-card ul,
.vip-card ol {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.vip-card li::marker {
    content: "" !important;
}

.vip-title {
    margin-bottom: 28px;
}

.vip-featured {
    border-color: rgba(255, 215, 0, 0.55);
    box-shadow: 0 12px 35px rgba(255, 215, 0, 0.12);
    background: rgba(0, 0, 0, 0.22);
}

.vip-card-top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.vip-card h3 {
    margin: 0;
    color: var(--color-highlight);
    font-size: 1.4rem;
}

.vip-price {
    font-family: var(--font-heading);
    font-weight: 700;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    padding: 6px 12px;
    white-space: nowrap;
}

.vip-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: grid;
    gap: 10px;
}

.vip-list li {
    position: relative;
    padding-left: 22px;
    opacity: 0.95;
}

.vip-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-highlight);
    font-weight: 700;
}

.vip-ga-row {
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    text-align: center;
}

/* ========================================
   Sponsors Section
   ======================================== */
.sponsors-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.sponsor-logo {
    max-width: 150px;
    opacity: 0.8;
    transition: all var(--transition-speed) ease;
    filter: grayscale(30%);
}

.sponsor-logo:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.05);
}

.sponsors-note {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(212, 160, 23, 0.2);
}

.sponsors-note p {
    color: var(--color-text-light);
    opacity: 0.7;
}

/* ========================================
   Footer / Contact Section
   ======================================== */
.site-footer {
    background-color: var(--color-black);
    padding: 60px 20px 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h4 {
    color: var(--color-highlight);
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.footer-section p,
.footer-section a {
    color: var(--color-text-light);
    opacity: 0.8;
    line-height: 1.8;
}

.footer-section a:hover {
    opacity: 1;
    color: var(--color-highlight);
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(212, 160, 23, 0.1);
    border: 1px solid rgba(212, 160, 23, 0.3);
    border-radius: 50%;
    font-size: 1.25rem;
    transition: all var(--transition-speed) ease;
}

.social-links a:hover {
    background: var(--color-highlight);
    color: var(--color-black);
    transform: translateY(-3px);
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    color: var(--color-text-light);
    opacity: 0.6;
    font-size: 0.9rem;
}

/* ========================================
   Responsive Styles
   ======================================== */
@media (max-width: 992px) {
    h1 { font-size: 2.5rem; }
    h2 { font-size: 2rem; }
    
    .hero-logo {
        max-width: min(var(--hero-logo-width), 450px);
    }
}

@media (max-width: 768px) {
    :root {
        --section-padding: 60px 15px;
    }
    
    h1 { font-size: 2rem; }
    h2 { font-size: 1.75rem; }
    
    /* Mobile Navigation */
    .menu-toggle {
        display: flex;
    }
    
    .main-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background: var(--color-darker-bg);
        flex-direction: column;
        padding: 80px 30px 30px;
        transition: right var(--transition-speed) ease;
        box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    }
    
    .main-nav.active {
        right: 0;
    }
    
    .nav-menu {
        flex-direction: column;
        gap: 20px;
    }
    
    .nav-menu a {
        font-size: 1.25rem;
    }
    
    /* Hero adjustments */
    .hero-logo {
        max-width: min(var(--hero-logo-width), 300px);
    }
    
    .hero-tagline {
        font-size: 1.25rem;
    }
    
    .hero-cta {
        flex-direction: column;
        align-items: center;
    }
    
    .btn {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
    
    /* Schedule adjustments */
    .schedule-item {
        flex-direction: column;
        gap: 10px;
    }
    
    .schedule-time {
        width: auto;
    }
}

@media (max-width: 480px) {
    h1 { font-size: 1.75rem; }
    h2 { font-size: 1.5rem; }
    
    .hero-logo {
        max-width: min(var(--hero-logo-width), 250px);
    }
    
    .artist-name {
        font-size: 1.25rem;
    }
    
    .sponsors-grid {
        gap: 25px;
    }
    
    .sponsor-logo {
        max-width: 100px;
    }
}
