/* ==========================================================================
   Festival City Swing — Vibrant Festival Theme (Red / Blue / Gold)
   ========================================================================== */

:root {
    --fcs-black: #111111;
    --fcs-charcoal: #1E2430;
    --fcs-red: #E52521;
    --fcs-dark-red: #8F0E0E;
    --fcs-blue: #0078C8;
    --fcs-blue-dark: #105EA3;
    --fcs-blue-light: #D6E8F7;
    --fcs-blue-pale: #E8F4FC;
    --fcs-yellow: #E8AD33;
    --fcs-yellow-light: #F5D078;
    --fcs-gold-bokeh: #FBF7EB;
    --fcs-cream: #FFF8E8;
    --fcs-white: #FFFFFF;
    --fcs-silver: #4A5568;
    --fcs-muted: #6B7280;
    --fcs-text: #1E2430;
    --fcs-text-light: #5A6472;

    --fcs-card-bg: #FFFFFF;
    --fcs-card-border: rgba(229, 37, 33, 0.22);
    --fcs-card-glow: 0 8px 28px rgba(0, 120, 200, 0.1);
    --fcs-red-glow: 0 4px 24px rgba(229, 37, 33, 0.22);
    --fcs-red-glow-strong: 0 8px 36px rgba(229, 37, 33, 0.35);
    --fcs-gradient-brand: linear-gradient(135deg, var(--fcs-red) 0%, var(--fcs-yellow) 55%, var(--fcs-blue) 100%);
    --fcs-gradient-warm: linear-gradient(135deg, #FFF8E8 0%, #FBF7EB 50%, #E8F4FC 100%);

    --fcs-heading-font: 'Bebas Neue', 'Oswald', sans-serif;
    --fcs-body-font: 'Inter', sans-serif;
    --fcs-header-height: 76px;
    --fcs-header-height-scrolled: 64px;

    /* Legacy aliases */
    --fcs-off-black: var(--fcs-charcoal);
    --fcs-deep-grey: #2A3444;
}

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

html { scroll-behavior: smooth; }

body.fcs-body {
    font-family: var(--fcs-body-font);
    font-size: 1rem;
    line-height: 1.65;
    color: var(--fcs-text);
    background:
        radial-gradient(ellipse 90% 70% at 85% 15%, rgba(232, 173, 51, 0.45) 0%, transparent 50%),
        radial-gradient(ellipse 70% 55% at 10% 85%, rgba(0, 120, 200, 0.18) 0%, transparent 48%),
        radial-gradient(ellipse 50% 40% at 50% 50%, rgba(229, 37, 33, 0.06) 0%, transparent 55%),
        var(--fcs-gold-bokeh);
    margin: 0;
    overflow-x: hidden;
    min-height: 100vh;
}

.fcs-page-texture {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.4;
    background-image:
        radial-gradient(circle, rgba(229, 37, 33, 0.04) 1px, transparent 1px),
        radial-gradient(circle, rgba(0, 120, 200, 0.03) 1px, transparent 1px);
    background-size: 20px 20px, 28px 28px;
    background-position: 0 0, 10px 10px;
}

body.fcs-body > header,
body.fcs-body > main,
body.fcs-body > footer {
    position: relative;
    z-index: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--fcs-heading-font);
    color: var(--fcs-black);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

a {
    color: var(--fcs-blue-dark);
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover { color: var(--fcs-red); }

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

:focus-visible {
    outline: 2px solid var(--fcs-red);
    outline-offset: 3px;
}

/* --------------------------------------------------------------------------
   Logo
   -------------------------------------------------------------------------- */

.fcs-logo-frame {
    display: inline-block;
    line-height: 0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow:
        0 0 0 2px rgba(229, 37, 33, 0.35),
        0 8px 28px rgba(0, 120, 200, 0.15);
}

.fcs-logo { display: block; width: auto; object-fit: contain; }

.fcs-logo--nav { height: 44px; max-width: 140px; }
.fcs-header--scrolled .fcs-logo--nav { height: 38px; }

.fcs-logo--hero { width: 100%; max-width: 300px; height: auto; }
.fcs-logo--footer { max-width: 200px; height: auto; }
.fcs-logo--small { max-width: 140px; height: auto; }

/* --------------------------------------------------------------------------
   Mascot
   -------------------------------------------------------------------------- */

.fcs-mascot-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fcs-mascot-wrap--hero,
.fcs-mascot-wrap--section {
    padding: 0.65rem;
    background: linear-gradient(135deg, var(--fcs-red) 0%, var(--fcs-yellow) 50%, var(--fcs-blue) 100%);
    border-radius: 8px;
    box-shadow: var(--fcs-red-glow);
}

.fcs-mascot-wrap--hero .fcs-mascot,
.fcs-mascot-wrap--section .fcs-mascot {
    border-radius: 4px;
    background: var(--fcs-charcoal);
}

.fcs-mascot-glow {
    position: absolute;
    inset: 10% 5%;
    background:
        radial-gradient(ellipse at 40% 50%, rgba(229, 37, 33, 0.3) 0%, transparent 55%),
        radial-gradient(ellipse at 70% 40%, rgba(0, 120, 200, 0.2) 0%, transparent 50%);
    filter: blur(24px);
    z-index: 0;
}

.fcs-mascot-halftone {
    position: absolute;
    width: 70%;
    height: 70%;
    top: 5%;
    right: 0;
    background-image: radial-gradient(circle, rgba(229, 37, 33, 0.55) 1.5px, transparent 1.5px);
    background-size: 8px 8px;
    mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
}

.fcs-mascot {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.25));
}

.fcs-mascot--hero { max-width: min(100%, 520px); }
.fcs-mascot--section { max-width: 100%; }

.fcs-mascot-wrap--footer,
.fcs-mascot-wrap--updates {
    position: absolute;
    pointer-events: none;
    opacity: 0.18;
}

.fcs-mascot-wrap--footer {
    right: -5%;
    bottom: -10%;
    width: min(50vw, 320px);
}

.fcs-mascot-wrap--updates {
    right: -8%;
    top: 50%;
    transform: translateY(-50%);
    width: min(45vw, 280px);
}

.fcs-mascot-wrap--footer .fcs-mascot-glow,
.fcs-mascot-wrap--updates .fcs-mascot-glow { display: none; }

/* --------------------------------------------------------------------------
   Grunge backgrounds
   -------------------------------------------------------------------------- */

.fcs-grunge-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.fcs-grunge-word {
    position: absolute;
    font-family: var(--fcs-heading-font);
    font-size: clamp(5rem, 16vw, 12rem);
    color: transparent;
    -webkit-text-stroke: 1px rgba(229, 37, 33, 0.08);
    text-stroke: 1px rgba(229, 37, 33, 0.08);
    white-space: nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
}

.fcs-grunge-halftone {
    position: absolute;
    border-radius: 50%;
    background-image: radial-gradient(circle, rgba(229, 37, 33, 0.45) 1.5px, transparent 1.5px);
    background-size: 7px 7px;
    opacity: 0.35;
}

.fcs-grunge-halftone--1 { width: 220px; height: 220px; top: 8%; right: 5%; }
.fcs-grunge-halftone--2 { width: 160px; height: 160px; bottom: 12%; left: 8%; opacity: 0.15; }

.fcs-grunge-line {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--fcs-red), transparent);
    opacity: 0.35;
    transform: rotate(-18deg);
}

.fcs-grunge-line--1 { width: 40%; top: 25%; left: -5%; }
.fcs-grunge-line--2 { width: 35%; bottom: 30%; right: -3%; background: linear-gradient(90deg, transparent, var(--fcs-blue), transparent); }

.fcs-grunge-splat {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50% 40% 60% 30%;
    background: radial-gradient(circle, rgba(229, 37, 33, 0.2) 0%, transparent 70%);
}

.fcs-grunge-splat--1 { top: 15%; left: 12%; }
.fcs-grunge-splat--2 { bottom: 20%; right: 15%; width: 60px; height: 60px; }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

.fcs-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(251, 247, 235, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 2px solid rgba(229, 37, 33, 0.45);
    transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.fcs-header--scrolled {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 4px 24px rgba(0, 120, 200, 0.12);
    border-bottom-color: var(--fcs-red);
}

.fcs-header--scrolled .fcs-navbar { min-height: var(--fcs-header-height-scrolled); }

.fcs-navbar {
    min-height: var(--fcs-header-height);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition: min-height 0.3s ease;
}

.fcs-brand { display: flex; align-items: center; }

.fcs-brand-text {
    font-family: var(--fcs-heading-font);
    font-size: 1.25rem;
    color: var(--fcs-black) !important;
    letter-spacing: 0.06em;
}

.fcs-nav-links .nav-link {
    color: var(--fcs-charcoal) !important;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.5rem 0.85rem !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.fcs-nav-links .nav-link:hover { color: var(--fcs-red) !important; }

.fcs-navbar-toggler {
    border-color: var(--fcs-blue);
    padding: 0.35rem 0.55rem;
}

.fcs-navbar-toggler .navbar-toggler-icon { filter: none; }

.fcs-nav-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: stretch;
}

@media (min-width: 992px) {
    .fcs-nav-actions { flex-direction: row; align-items: center; }
}

@media (max-width: 991.98px) {
    .fcs-navbar .navbar-collapse {
        background: rgba(255, 255, 255, 0.98);
        padding: 1rem;
        margin-top: 0.75rem;
        border: 1px solid rgba(0, 120, 200, 0.25);
        border-radius: 4px;
        box-shadow: var(--fcs-card-glow);
    }
}

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */

.fcs-btn {
    display: inline-block;
    font-family: var(--fcs-body-font);
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.85rem 1.85rem;
    border-radius: 3px;
    border: 1px solid transparent;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    text-align: center;
    cursor: pointer;
}

.fcs-btn--sm { padding: 0.55rem 1.25rem; font-size: 0.78rem; }

.fcs-btn--primary {
    background: linear-gradient(135deg, var(--fcs-red), var(--fcs-dark-red));
    color: var(--fcs-white) !important;
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: var(--fcs-red-glow);
}

.fcs-btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: var(--fcs-red-glow-strong);
    color: var(--fcs-white) !important;
    background: linear-gradient(135deg, #f02e2a, var(--fcs-dark-red));
}

.fcs-btn--secondary {
    background: transparent;
    color: var(--fcs-blue-dark) !important;
    border-color: var(--fcs-blue);
}

.fcs-btn--secondary:hover {
    background: rgba(0, 120, 200, 0.1);
    border-color: var(--fcs-red);
    color: var(--fcs-red) !important;
    transform: translateY(-2px);
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.fcs-hero {
    position: relative;
    overflow: hidden;
    padding: 4rem 0 2.5rem;
    min-height: min(88vh, 820px);
    display: flex;
    align-items: center;
    background:
        radial-gradient(ellipse 75% 60% at 88% 35%, rgba(232, 173, 51, 0.35) 0%, transparent 55%),
        radial-gradient(ellipse 55% 50% at 12% 65%, rgba(0, 120, 200, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse 40% 35% at 50% 90%, rgba(229, 37, 33, 0.08) 0%, transparent 50%),
        var(--fcs-cream);
}

.fcs-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .fcs-hero-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}

.fcs-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.fcs-badge {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.35rem 0.7rem;
    border-radius: 2px;
}

.fcs-badge--wsdc {
    background: var(--fcs-red);
    color: var(--fcs-white);
    box-shadow: 0 0 12px rgba(229, 37, 33, 0.35);
}

.fcs-badge--tbc {
    background: var(--fcs-blue-pale);
    color: var(--fcs-blue-dark);
    border: 1px solid rgba(0, 120, 200, 0.35);
}

.fcs-hero-title {
    font-size: clamp(2.75rem, 7vw, 4.75rem);
    line-height: 0.95;
    margin-bottom: 1rem;
    color: var(--fcs-charcoal);
}

.fcs-hero-title span,
.fcs-hero-title .fcs-hero-year {
    color: var(--fcs-red);
}

.fcs-hero-subtitle {
    font-size: 1.05rem;
    max-width: 520px;
    color: var(--fcs-text-light);
    margin-bottom: 1.25rem;
}

.fcs-hero-meta p { margin: 0; font-weight: 600; }
.fcs-hero-dates { font-size: 1.05rem; color: var(--fcs-blue-dark); }
.fcs-hero-venue { font-size: 0.95rem; color: var(--fcs-muted); }

.fcs-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

@media (max-width: 575.98px) {
    .fcs-hero-actions .fcs-btn { width: 100%; }
}

.fcs-hero-mascot-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Info strip */
.fcs-info-strip {
    background: linear-gradient(90deg, var(--fcs-blue-dark) 0%, var(--fcs-blue) 50%, var(--fcs-blue-dark) 100%);
    border-top: 3px solid var(--fcs-red);
    border-bottom: 3px solid var(--fcs-yellow);
    color: var(--fcs-white);
    overflow: hidden;
    padding: 0.7rem 0;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.fcs-info-strip-sep { opacity: 0.5; color: var(--fcs-yellow-light); }
.fcs-info-strip-sep--dup, .fcs-info-strip-dup { display: none; }

.fcs-info-strip-track {
    display: flex;
    gap: 0.75rem;
    white-space: nowrap;
    width: max-content;
    animation: fcs-marquee 26s linear infinite;
}

@media (min-width: 768px) {
    .fcs-info-strip-sep--dup, .fcs-info-strip-dup { display: inline; }
}

@media (max-width: 767.98px) {
    .fcs-info-strip-track {
        animation: none;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        white-space: normal;
        padding: 0 1rem;
        gap: 0.35rem 0.75rem;
    }
}

@keyframes fcs-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* --------------------------------------------------------------------------
   Sections
   -------------------------------------------------------------------------- */

.fcs-section {
    position: relative;
    padding: 4.5rem 0;
    overflow: hidden;
}

.fcs-section--mascot {
    background:
        radial-gradient(ellipse 60% 50% at 0% 50%, rgba(0, 120, 200, 0.1) 0%, transparent 55%),
        var(--fcs-blue-pale);
    border-top: 3px solid var(--fcs-yellow);
    border-bottom: 3px solid var(--fcs-red);
}
.fcs-section--overview { background: var(--fcs-white); }
.fcs-section--wsdc {
    background: linear-gradient(135deg, var(--fcs-blue-dark) 0%, var(--fcs-blue) 100%);
    border-top: 4px solid var(--fcs-yellow);
    border-bottom: 4px solid var(--fcs-red);
}
.fcs-section--tickets { background: var(--fcs-gold-bokeh); }
.fcs-section--hotel { background: var(--fcs-white); }
.fcs-section--lineup { background: var(--fcs-blue-pale); }
.fcs-section--schedule { background: var(--fcs-cream); }
.fcs-section--features { background: var(--fcs-white); }
.fcs-section--destination { background: var(--fcs-gold-bokeh); }
.fcs-section--coming-soon {
    background: linear-gradient(90deg, var(--fcs-red) 0%, var(--fcs-yellow) 50%, var(--fcs-blue) 100%);
    padding: 2.5rem 0;
}
.fcs-section--updates { background: var(--fcs-blue-pale); }
.fcs-section--faq { background: var(--fcs-cream); }

.fcs-section-kicker {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--fcs-red);
    margin-bottom: 0.35rem;
}

.fcs-section--wsdc .fcs-section-kicker { color: var(--fcs-yellow-light); }

.fcs-section-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
    line-height: 1;
    margin-bottom: 0.75rem;
    color: var(--fcs-black);
}

.fcs-section--wsdc .fcs-section-title { color: var(--fcs-white); }

.fcs-section-subtitle {
    font-size: 1.05rem;
    max-width: 680px;
    color: var(--fcs-text-light);
    margin: 0 auto;
}

.fcs-section--wsdc .fcs-section-subtitle { color: rgba(255, 255, 255, 0.9); }

.fcs-section-heading--left .fcs-section-subtitle { margin-left: 0; }

.fcs-diagonal-divider {
    width: 80px;
    height: 3px;
    margin-bottom: 1.25rem;
    background: linear-gradient(90deg, var(--fcs-red), var(--fcs-blue));
    transform: skewX(-12deg);
}

.fcs-diagonal-divider--section-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    margin: 0;
    transform: none;
    background: linear-gradient(90deg, var(--fcs-red), var(--fcs-blue), var(--fcs-red));
}

/* Mascot section bullets */
.fcs-mascot-bullets {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
}

.fcs-mascot-bullets li {
    position: relative;
    padding: 0.65rem 0 0.65rem 1.5rem;
    color: var(--fcs-text);
    border-bottom: 1px solid rgba(0, 120, 200, 0.15);
    font-weight: 500;
}

.fcs-mascot-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    background: var(--fcs-red);
    border-radius: 1px;
    transform: translateY(-50%) rotate(45deg);
}

/* Cards */
.fcs-feature-card,
.fcs-pass-card,
.fcs-instructor-card,
.fcs-schedule-day,
.fcs-expect-card,
.fcs-venue-info-card,
.fcs-schedule-item-card {
    background: var(--fcs-white);
    border: 1px solid var(--fcs-card-border);
    box-shadow: var(--fcs-card-glow);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.fcs-feature-card {
    padding: 1.5rem;
    height: 100%;
    position: relative;
    border-top: 3px solid var(--fcs-red);
}

.fcs-feature-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, transparent 50%, rgba(229, 37, 33, 0.25) 50%);
}

.fcs-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--fcs-red-glow);
    border-color: rgba(229, 37, 33, 0.6);
}

.fcs-tilt-left { transform: rotate(-1deg); }
.fcs-tilt-right { transform: rotate(1deg); }
.fcs-tilt-left:hover, .fcs-tilt-right:hover { transform: translateY(-6px) rotate(0deg); }

.fcs-feature-card-icon { color: var(--fcs-blue); margin-bottom: 0.75rem; }
.fcs-feature-card-title { font-size: 1.2rem; margin-bottom: 0.5rem; color: var(--fcs-black); }
.fcs-feature-card-text { font-size: 0.95rem; color: var(--fcs-text-light); margin: 0; }

/* Pass cards */
.fcs-pass-card {
    padding: 2rem 1.5rem;
    text-align: center;
    height: 100%;
}

.fcs-pass-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--fcs-red-glow);
}

.fcs-pass-card-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--fcs-red), var(--fcs-yellow));
    color: var(--fcs-white);
    border: none;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 0.3rem 0.75rem;
    margin-bottom: 1rem;
}

.fcs-pass-card-title { font-size: 1.45rem; margin-bottom: 0.75rem; color: var(--fcs-black); }
.fcs-pass-card-text { color: var(--fcs-text-light); margin-bottom: 1.5rem; }
.fcs-pass-card-cta { width: 100%; }

.fcs-ticket-price {
    font-family: var(--fcs-heading-font);
    font-size: 2rem;
    color: var(--fcs-red);
    margin: 0.5rem 0;
}

.fcs-ticket-availability { font-size: 0.85rem; color: var(--fcs-muted); margin-bottom: 1rem; }
.fcs-ticket-card--sold-out { opacity: 0.55; }

/* Venue */
.fcs-venue-info-card {
    padding: 1rem 1.25rem;
    height: 100%;
    border-left: 3px solid var(--fcs-blue);
}

.fcs-venue-info-card h4 {
    font-size: 0.82rem;
    color: var(--fcs-red);
    margin-bottom: 0.35rem;
}

.fcs-venue-info-card p { margin: 0; font-size: 0.95rem; color: var(--fcs-text-light); }

.fcs-map-placeholder {
    background: var(--fcs-charcoal);
    border: 2px solid rgba(229, 37, 33, 0.4);
    border-radius: 4px;
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.fcs-map-placeholder::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(0, 120, 200, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 120, 200, 0.08) 1px, transparent 1px);
    background-size: 24px 24px;
}

.fcs-map-placeholder-inner {
    text-align: center;
    position: relative;
    z-index: 1;
    color: var(--fcs-silver);
}

.fcs-map-placeholder-inner p { color: var(--fcs-white); margin: 0; }

.fcs-map-placeholder-inner svg { color: var(--fcs-red); margin-bottom: 0.5rem; }

/* Instructor cards */
.fcs-instructor-card {
    padding: 2rem 1.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-top: 3px solid var(--fcs-blue);
}

.fcs-instructor-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--fcs-blue), var(--fcs-red));
}

.fcs-instructor-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--fcs-red-glow);
}

.fcs-instructor-avatar {
    width: 80px;
    height: 100px;
    margin: 0 auto 1rem;
    opacity: 0.45;
}

.fcs-instructor-avatar svg ellipse,
.fcs-instructor-avatar svg path { fill: var(--fcs-muted); }

.fcs-instructor-name { font-size: 1.15rem; margin-bottom: 0.25rem; color: var(--fcs-black); }
.fcs-instructor-note { font-size: 0.85rem; color: var(--fcs-muted); margin: 0; }

/* Schedule timeline */
.fcs-schedule-day {
    padding: 1.25rem;
    height: 100%;
    border-top: 3px solid var(--fcs-red);
    position: relative;
}

.fcs-schedule-day:hover { transform: translateY(-3px); box-shadow: var(--fcs-red-glow); }

.fcs-schedule-day-label {
    font-family: var(--fcs-heading-font);
    font-size: 1.05rem;
    text-transform: uppercase;
    margin: 0;
    color: var(--fcs-black);
}

.fcs-schedule-day-date { font-weight: 700; color: var(--fcs-blue-dark); margin: 0.25rem 0; }
.fcs-schedule-day-status {
    font-weight: 600;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0.5rem 0 0;
    color: var(--fcs-red);
}

.fcs-schedule-day-hint { font-size: 0.8rem; color: var(--fcs-muted); margin: 0.35rem 0 0; font-style: italic; }
.fcs-schedule-disclaimer { font-size: 0.85rem; color: var(--fcs-muted); font-style: italic; margin-bottom: 1rem; }

@media (min-width: 992px) {
    .fcs-section--schedule .row {
        position: relative;
    }

    .fcs-section--schedule .row::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 5%;
        right: 5%;
        height: 2px;
        background: linear-gradient(90deg, transparent, var(--fcs-red), transparent);
        opacity: 0.4;
        z-index: 0;
    }

    .fcs-section--schedule .row > [class*="col"] { position: relative; z-index: 1; }
}

/* Expect grid */
.fcs-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
}

.fcs-expect-card { padding: 1.5rem; }

.fcs-expect-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--fcs-red-glow);
    border-color: rgba(229, 37, 33, 0.55);
}

.fcs-expect-icon { font-size: 1.75rem; display: block; margin-bottom: 0.5rem; }
.fcs-expect-card h3 { font-size: 1rem; margin-bottom: 0.35rem; color: var(--fcs-black); }
.fcs-expect-card p { font-size: 0.88rem; color: var(--fcs-text-light); margin: 0; }

.fcs-coming-soon-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--fcs-white);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.fcs-coming-soon-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--fcs-white);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
}

/* Updates panel */
.fcs-updates-panel {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 70% 55% at 15% 25%, rgba(232, 173, 51, 0.35) 0%, transparent 50%),
        radial-gradient(ellipse 60% 50% at 90% 75%, rgba(0, 120, 200, 0.2) 0%, transparent 50%),
        linear-gradient(145deg, #ffffff 0%, #FBF7EB 45%, #E8F4FC 100%);
    border: 2px solid rgba(229, 37, 33, 0.35);
    box-shadow: var(--fcs-red-glow);
    padding: 3rem 2rem;
    border-radius: 6px;
}

.fcs-updates-panel .fcs-section-title { color: var(--fcs-black); }
.fcs-updates-panel .fcs-section-subtitle { color: var(--fcs-text-light); }
.fcs-updates-panel .fcs-section-kicker { color: var(--fcs-blue-dark); }

.fcs-updates-form .form-label {
    font-weight: 600;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--fcs-charcoal);
}

.fcs-input {
    border: 1px solid rgba(0, 120, 200, 0.35);
    border-radius: 3px;
    padding: 0.7rem 0.9rem;
    background: var(--fcs-white);
    color: var(--fcs-text);
}

.fcs-input:focus {
    border-color: var(--fcs-red);
    box-shadow: 0 0 0 3px rgba(229, 37, 33, 0.15);
    background: var(--fcs-white);
    color: var(--fcs-text);
}

.fcs-input::placeholder { color: var(--fcs-muted); }

/* FAQ */
.fcs-accordion .fcs-accordion-item {
    background: var(--fcs-white);
    border: 1px solid rgba(0, 120, 200, 0.2);
    margin-bottom: 0.75rem;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.fcs-accordion .accordion-button {
    font-family: var(--fcs-body-font);
    font-weight: 600;
    color: var(--fcs-black);
    background: var(--fcs-white);
    box-shadow: none;
    padding: 1.1rem 1.25rem;
}

.fcs-accordion .accordion-button::after { filter: none; }

.fcs-accordion .accordion-button:not(.collapsed) {
    background: var(--fcs-blue-pale);
    color: var(--fcs-blue-dark);
}

.fcs-accordion .accordion-body {
    color: var(--fcs-text-light);
    padding: 0 1.25rem 1.1rem;
    background: var(--fcs-white);
}

.fcs-footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, var(--fcs-blue-dark) 0%, #0a3d6b 100%);
    color: var(--fcs-white);
    padding: 3.5rem 0 1.5rem;
    border-top: 4px solid var(--fcs-red);
}

.fcs-footer-text { color: rgba(255, 255, 255, 0.8); font-size: 0.95rem; margin-bottom: 0.25rem; }
.fcs-footer-tagline { font-weight: 600; color: var(--fcs-yellow-light); }

.fcs-footer-heading {
    font-size: 1rem;
    color: var(--fcs-yellow-light);
    margin-bottom: 1rem;
}

.fcs-footer-links a {
    color: rgba(255, 255, 255, 0.75);
    display: block;
    padding: 0.25rem 0;
    font-size: 0.95rem;
}

.fcs-footer-links a:hover { color: var(--fcs-yellow-light); }

.fcs-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    text-align: center;
}

.fcs-footer-bottom p { color: rgba(255, 255, 255, 0.55); font-size: 0.85rem; margin: 0; }

/* Inner pages */
.fcs-page-hero {
    background:
        radial-gradient(ellipse 70% 50% at 80% 20%, rgba(232, 173, 51, 0.3) 0%, transparent 55%),
        radial-gradient(ellipse 50% 40% at 20% 80%, rgba(0, 120, 200, 0.12) 0%, transparent 50%),
        var(--fcs-cream);
    padding: 6rem 0 2.5rem;
    border-bottom: 4px solid;
    border-image: var(--fcs-gradient-brand) 1;
}

.fcs-page-hero-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    margin-bottom: 0.5rem;
    color: var(--fcs-black);
}

.fcs-page-hero-sub { color: var(--fcs-text-light); font-weight: 600; margin: 0; }

.fcs-schedule-tabs .nav-link {
    color: var(--fcs-charcoal);
    background: var(--fcs-white);
    border: 1px solid rgba(0, 120, 200, 0.25);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.82rem;
}

.fcs-schedule-tabs .nav-link.active {
    background: var(--fcs-red);
    color: var(--fcs-white);
    border-color: var(--fcs-red);
}

.fcs-schedule-item-card { padding: 1.25rem; height: 100%; border-top: 3px solid var(--fcs-red); }

.fcs-schedule-item-time {
    font-size: 0.78rem;
    font-weight: 700;
    background: var(--fcs-blue-pale);
    color: var(--fcs-blue-dark);
    padding: 0.2rem 0.5rem;
    border-radius: 2px;
}

.fcs-schedule-item-type {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--fcs-white);
    padding: 0.2rem 0.5rem;
    border-radius: 2px;
}

.fcs-schedule-item-title {
    font-family: var(--fcs-body-font);
    font-size: 1.05rem;
    font-weight: 700;
    text-transform: none;
    margin: 0.5rem 0;
    color: var(--fcs-black);
}

.fcs-schedule-item-room,
.fcs-schedule-item-desc { font-size: 0.9rem; color: var(--fcs-muted); margin: 0; }

/* Reveal */
.fcs-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fcs-reveal--visible { opacity: 1; transform: translateY(0); }

.fcs-grunge-bg--dark .fcs-burst-bg-word,
.fcs-section--wsdc .fcs-grunge-word {
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.08);
    text-stroke-color: rgba(255, 255, 255, 0.08);
}

.fcs-coming-soon-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 2rem;
}

.fcs-updates-logo { text-align: center; margin-bottom: 1rem; }

.fcs-updates-form {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.fcs-accordion .accordion-button:focus {
    box-shadow: inset 0 0 0 2px var(--fcs-red);
}

.fcs-nav-actions-inner .btn { font-size: 0.78rem; }

.fcs-section--wsdc .fcs-btn--primary { box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25); }

.fcs-section--wsdc .fcs-grunge-word {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.07);
    text-stroke: 1px rgba(255, 255, 255, 0.07);
}

@media (max-width: 767.98px) {
    .fcs-grunge-halftone,
    .fcs-mascot-halftone { opacity: 0.2; }

    .fcs-mascot-wrap--footer,
    .fcs-mascot-wrap--updates { opacity: 0.12; }
}
