@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;0,600;0,700;0,800;0,900;1,700&family=Cinzel:wght@700;800;900&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --black: #020004;
    --ink: #08010d;
    --ink-2: #0d0614;
    --panel: rgba(8, 3, 13, .91);
    --panel-soft: rgba(17, 8, 24, .84);
    --purple: #a42cff;
    --purple-bright: #c35cff;
    --purple-deep: #4d0a72;
    --lime: #a6ff00;
    --orange: #ff7900;
    --gold: #ffbd35;
    --white: #f5f1f8;
    --muted: #c1b6ca;
    --line: rgba(174, 72, 255, .34);
    --content: 1280px;
    --header-h: 86px;
    --radius: 14px;
    --shadow: 0 28px 90px rgba(0, 0, 0, .58);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 122px; }
body {
    margin: 0;
    color: var(--white);
    background-color: var(--black);
    background-image:
        linear-gradient(180deg, rgba(2,0,4,.08), rgba(2,0,4,.46)),
        url('../img/hwfest-faq-page-bg-4k.webp');
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 14%, rgba(139, 31, 218, .16), transparent 33rem),
        linear-gradient(90deg, rgba(0,0,0,.12), transparent 20%, transparent 80%, rgba(0,0,0,.12));
}
body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: .16;
    mix-blend-mode: soft-light;
    background-image:
        repeating-linear-gradient(0deg, rgba(255,255,255,.012) 0, rgba(255,255,255,.012) 1px, transparent 1px, transparent 4px),
        repeating-linear-gradient(90deg, rgba(164,44,255,.012) 0, rgba(164,44,255,.012) 1px, transparent 1px, transparent 5px);
}

a { color: inherit; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
::selection { color: #050008; background: var(--lime); }

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.skip-link {
    position: fixed;
    left: 1rem;
    top: 1rem;
    z-index: 10000;
    transform: translateY(-180%);
    padding: .78rem 1rem;
    color: #050008;
    background: var(--lime);
    font-weight: 900;
    text-decoration: none;
    border-radius: 7px;
}
.skip-link:focus { transform: none; }
.section-wrap { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; }
.site-shell { position: relative; min-height: 100vh; }


.primary-nav a {

    text-decoration: none;

}

.menu-toggle { display: none; }

/* Hero */
.hero {
    min-height: 850px;
    position: relative;
    isolation: isolate;
    display: grid;
    place-items: center;
    overflow: hidden;
    background-image: url('../img/hwfest-faq-hero-4k.webp');
    background-size: cover;
    background-position: center 42%;
    border-bottom: 1px solid rgba(167, 66, 255, .42);
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(2,0,4,.74), rgba(2,0,4,.08) 27%, rgba(2,0,4,.08) 73%, rgba(2,0,4,.74)),
        linear-gradient(0deg, #020004 0%, rgba(2,0,4,.84) 8%, transparent 38%),
        radial-gradient(ellipse at 50% 48%, rgba(2,0,5,.20) 0 26%, rgba(2,0,5,.72) 72%);
}
.hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 145px;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(0deg, #020004, transparent);
}
.hero__vignette {
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow: inset 0 0 170px rgba(0, 0, 0, .88), inset 0 -120px 170px #020004;
}
.hero__circuits { display: none; }
.hero__content {
    width: min(960px, calc(100% - 40px));
    margin-top: -10px;
    padding: 62px 0 92px;
    position: relative;
    z-index: 2;
    text-align: center;
}
.hero__logo-frame {
    width: clamp(260px, 31vw, 430px);
    height: clamp(240px, 28vw, 390px);
    /*margin: -35px auto -66px;*/
    margin: 85px auto -66px;
    position: relative;
}
.hero__logo-frame::before {
    content: "";
    position: absolute;
    inset: 17%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(165, 47, 255, .55), rgba(165, 47, 255, .08) 54%, transparent 72%);
    filter: blur(34px);
}
.hero__logo-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    filter: drop-shadow(0 28px 28px rgba(0,0,0,.85));
}
.kicker {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 14px;
    color: var(--lime);
    font-size: .75rem;
    font-weight: 1000;
    letter-spacing: .31em;
    text-transform: uppercase;
    text-shadow: 0 0 12px rgba(166,255,0,.4);
}
.kicker::before,
.kicker::after {
    content: "";
    width: 64px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--lime));
    box-shadow: 0 0 12px rgba(166,255,0,.8);
}
.kicker::after { transform: rotate(180deg); }
.hero h1 {
    margin: 0;
    color: #fff;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(6.2rem, 13vw, 11rem);
    font-weight: 900;
    line-height: .77;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-shadow:
        0 5px 0 #3f075f,
        0 8px 0 #14021f,
        0 20px 48px rgba(0,0,0,.92),
        0 0 24px rgba(183,73,255,.45);
}
.hero h1 em {
    display: inline-block;
    margin: 0 .03em;
    color: var(--orange);
    font-size: .45em;
    font-style: normal;
    vertical-align: .18em;
    text-shadow: 0 0 20px rgba(255,121,0,.55);
}
.hero__lead {
    max-width: 760px;
    margin: 26px auto 28px;
    color: #ece5f1;
    font-size: clamp(1rem, 1.7vw, 1.22rem);
    text-shadow: 0 3px 18px rgba(0,0,0,.95);
}
.event-facts {
    width: min(830px, 100%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    background: linear-gradient(180deg, rgba(16,7,23,.91), rgba(5,1,9,.93));
    border: 1px solid rgba(190, 88, 255, .48);
    box-shadow: 0 22px 62px rgba(0,0,0,.62), inset 0 0 32px rgba(165,47,255,.06);
    backdrop-filter: blur(14px);
}
.event-facts::before,
.event-facts::after {
    content: "";
    position: absolute;
    width: 72px;
    height: 16px;
    border-top: 2px solid var(--purple);
    border-bottom: 1px solid rgba(166,255,0,.55);
}
.event-facts::before { left: -1px; top: -1px; }
.event-facts::after { right: -1px; bottom: -1px; transform: rotate(180deg); }
.event-facts div { padding: 17px 22px; position: relative; }
.event-facts div + div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 24%;
    bottom: 24%;
    width: 1px;
    background: linear-gradient(transparent, rgba(166,255,0,.75), transparent);
}
.fact-label {
    display: block;
    margin-bottom: 4px;
    color: #b9acc3;
    font-size: .61rem;
    font-weight: 1000;
    letter-spacing: .20em;
    text-transform: uppercase;
}
.event-facts strong { display: block; color: #fff; font-size: .88rem; letter-spacing: .03em; }
.scroll-cue {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    color: #fff;
    text-decoration: none;
    font-size: .62rem;
    font-weight: 1000;
    letter-spacing: .22em;
    text-transform: uppercase;
}
.scroll-cue i {
    width: 23px;
    height: 36px;
    position: relative;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 20px;
}
.scroll-cue i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 7px;
    width: 3px;
    height: 7px;
    border-radius: 6px;
    background: var(--lime);
    box-shadow: 0 0 12px var(--lime);
    transform: translateX(-50%);
    animation: scroll-dot 1.8s infinite;
}
@keyframes scroll-dot {
    0% { opacity: 0; transform: translate(-50%, 0); }
    30% { opacity: 1; }
    100% { opacity: 0; transform: translate(-50%, 14px); }
}

/* Search and category jump links */
.quick-links {
    position: relative;
    padding: 72px 0 76px;
    background: linear-gradient(180deg, rgba(2,0,4,.96), rgba(7,1,12,.94));
    border-bottom: 1px solid rgba(161,61,237,.24);
}
.quick-links::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 0%, rgba(143, 30, 222, .22), transparent 34rem),
        linear-gradient(90deg, transparent 0 8%, rgba(164,44,255,.04) 8% 8.1%, transparent 8.1% 91.9%, rgba(164,44,255,.04) 91.9% 92%, transparent 92%);
}
.section-heading { position: relative; }
.section-heading--center { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.section-heading__eyebrow {
    color: var(--lime);
    font-size: .68rem;
    font-weight: 1000;
    letter-spacing: .25em;
    text-transform: uppercase;
}
.section-heading h2 {
    margin: 5px 0 8px;
    color: #fff;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(3rem, 6vw, 5rem);
    line-height: .95;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.section-heading p { margin: 0; color: var(--muted); }
.faq-search {
    width: min(900px, 100%);
    min-height: 60px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    position: relative;
    background: rgba(2,0,5,.94);
    border: 1px solid rgba(188,75,255,.65);
    box-shadow: 0 18px 50px rgba(0,0,0,.45), inset 0 0 28px rgba(163,43,255,.04);
}
.faq-search::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--purple), var(--lime), var(--purple), transparent);
    opacity: .7;
}
.faq-search__icon {
    width: 22px;
    height: 22px;
    margin-left: 22px;
    flex: 0 0 auto;
    position: relative;
    border: 2px solid #ddd2e5;
    border-radius: 50%;
}
.faq-search__icon::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 2px;
    right: -7px;
    bottom: -4px;
    background: #ddd2e5;
    transform: rotate(45deg);
}
.faq-search input {
    width: 100%;
    min-width: 0;
    padding: 17px 18px 17px 20px;
    color: #fff;
    background: transparent;
    border: 0;
    outline: 0;
}
.faq-search input::placeholder { color: #92879c; }
.faq-search button {
    margin-right: 12px;
    padding: 8px 12px;
    color: var(--lime);
    background: rgba(166,255,0,.06);
    border: 1px solid rgba(166,255,0,.34);
    border-radius: 5px;
    cursor: pointer;
    font-size: .67rem;
    font-weight: 1000;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.category-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    position: relative;
}
.category-card {
    min-height: 120px;
    padding: 19px 12px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    color: #f3edf6;
    background: linear-gradient(180deg, rgba(20,10,27,.94), rgba(4,1,8,.96));
    border: 1px solid rgba(164,44,255,.58);
    text-align: center;
    text-decoration: none;
    box-shadow: inset 0 0 24px rgba(167,47,255,.03);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.category-card::after {
    content: "";
    position: absolute;
    left: 18%;
    right: 18%;
    bottom: 0;
    height: 2px;
    background: var(--purple);
    box-shadow: 0 0 12px var(--purple);
}
.category-card:nth-child(2n)::after { background: var(--lime); box-shadow: 0 0 12px var(--lime); }
.category-card:nth-child(3n)::after { background: var(--orange); box-shadow: 0 0 12px var(--orange); }
.category-card:hover {
    transform: translateY(-5px);
    border-color: rgba(197,112,255,.95);
    box-shadow: 0 18px 38px rgba(0,0,0,.42), inset 0 0 30px rgba(167,47,255,.09);
}
.category-card__icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: var(--purple-bright);
    border: 1px solid rgba(194,91,255,.56);
    border-radius: 50%;
    background: rgba(164,44,255,.08);
    font-family: Georgia, serif;
    font-size: 1.1rem;
    font-weight: 900;
    box-shadow: 0 0 18px rgba(164,44,255,.13);
}
.icon-ticket::before { content: "✦"; }
.icon-info::before { content: "i"; }
.icon-pin::before { content: "◆"; }
.icon-pumpkin::before { content: "☾"; }
.icon-shield::before { content: "◇"; }
.icon-bag::before { content: "⊘"; }
.icon-people::before { content: "∞"; }
.category-card span:nth-child(2) { font-size: .70rem; font-weight: 1000; letter-spacing: .08em; text-transform: uppercase; }
.category-card small { color: #8f8398; font-size: .62rem; letter-spacing: .06em; text-transform: uppercase; }
.neon-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--purple), var(--lime), var(--orange), var(--purple), transparent);
    box-shadow: 0 0 18px rgba(164,44,255,.72);
    opacity: .7;
}

/* Main FAQ */
.faq-layout {
    position: relative;
    padding: 86px 0 110px;
    background:
        linear-gradient(90deg, rgba(1,0,3,.04), rgba(2,0,4,.80) 19%, rgba(2,0,4,.88) 50%, rgba(2,0,4,.80) 81%, rgba(1,0,3,.04));
}
.faq-layout::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 50% 8%, rgba(147,32,224,.16), transparent 36rem);
}
.faq-layout__grid {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
    position: relative;
}
.faq-sidebar { position: sticky; top: 112px; }
.sidebar-card {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(12,5,18,.96), rgba(3,1,7,.97));
    border: 1px solid rgba(165,48,248,.52);
    box-shadow: var(--shadow), inset 0 0 34px rgba(167,47,255,.04);
}
.sidebar-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 3px;
    background: var(--purple);
    box-shadow: 0 0 14px var(--purple);
}
.sidebar-card__label {
    display: block;
    padding: 20px 20px 13px;
    color: var(--lime);
    font-size: .65rem;
    font-weight: 1000;
    letter-spacing: .22em;
    text-transform: uppercase;
}
.sidebar-card nav { display: block; }
.sidebar-card nav a {
    min-height: 54px;
    display: grid;
    grid-template-columns: 32px 1fr;
    align-items: center;
    gap: 9px;
    padding: 12px 17px;
    position: relative;
    color: #c9bfce;
    border-top: 1px solid rgba(255,255,255,.065);
    text-decoration: none;
    font-size: .70rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: color .2s ease, background .2s ease;
}
.sidebar-card nav a span { color: #825799; font-size: .63rem; }
.sidebar-card nav a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: transparent;
}
.sidebar-card nav a:hover,
.sidebar-card nav a.active { color: #fff; background: rgba(164,44,255,.09); }
.sidebar-card nav a.active::after { background: var(--lime); box-shadow: 0 0 11px var(--lime); }
.sidebar-card nav a.active span { color: var(--lime); }
.sidebar-help {
    margin: 16px;
    padding: 18px;
    background: linear-gradient(145deg, rgba(163,42,255,.12), rgba(255,121,0,.05));
    border: 1px solid rgba(164,44,255,.28);
}
.sidebar-help strong { display: block; color: #fff; font-family: Georgia, serif; font-size: 1rem; }
.sidebar-help p { margin: 7px 0 12px; color: #a99eaf; font-size: .78rem; }
.sidebar-help a { color: var(--lime); font-size: .67rem; font-weight: 1000; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.faq-content { min-width: 0; }
.search-results-note { min-height: 24px; margin: 0 0 10px; color: var(--lime); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.faq-section { margin: 0 0 52px; scroll-margin-top: 118px; }
.faq-section.is-hidden,
.faq-item.is-hidden { display: none; }
.faq-section__heading {
    margin-bottom: 14px;
    display: flex;
    align-items: flex-end;
    gap: 14px;
    position: relative;
    border-bottom: 1px solid rgba(164,44,255,.68);
}
.faq-section__heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 130px;
    height: 3px;
    background: var(--purple);
    box-shadow: 0 0 13px rgba(164,44,255,.7);
}
.faq-section:nth-of-type(2n) .faq-section__heading::after { background: var(--lime); box-shadow: 0 0 13px rgba(166,255,0,.55); }
.faq-section:nth-of-type(3n) .faq-section__heading::after { background: var(--orange); box-shadow: 0 0 13px rgba(255,121,0,.58); }
.faq-section__number {
    min-width: 52px;
    padding-bottom: 8px;
    color: rgba(190,104,255,.45);
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: 2.6rem;
    line-height: 1;
}
.faq-section__heading > div:last-child { padding-bottom: 10px; }
.faq-section__heading span {
    display: block;
    margin-bottom: 2px;
    color: var(--lime);
    font-size: .62rem;
    font-weight: 1000;
    letter-spacing: .20em;
    text-transform: uppercase;
}
.faq-section__heading h2 {
    margin: 0;
    color: #fff;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    font-weight: 900;
    letter-spacing: .035em;
    line-height: 1;
    text-transform: uppercase;
}
.accordion { display: grid; gap: 7px; }
.faq-item {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(30,23,35,.95), rgba(10,6,14,.97));
    border: 1px solid rgba(131,96,151,.38);
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.045), 0 7px 20px rgba(0,0,0,.22);
    transition: border-color .2s ease, box-shadow .2s ease;
}
.faq-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(164,44,255,.70);
}
.faq-item:hover,
.faq-item.is-open {
    border-color: rgba(183,78,255,.68);
    box-shadow: inset 0 0 28px rgba(164,44,255,.06), 0 12px 26px rgba(0,0,0,.30);
}
.faq-item h3 { margin: 0; }
.faq-item button {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 13px 18px 13px 20px;
    color: #f5f0f7;
    background: transparent;
    border: 0;
    cursor: pointer;
    text-align: left;
    font-size: .93rem;
    font-weight: 760;
}
.faq-item button i {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    position: relative;
    border: 1px solid rgba(218,204,226,.36);
    border-radius: 50%;
}
.faq-item button i::before,
.faq-item button i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 2px;
    background: #fff;
    transform: translate(-50%, -50%);
    transition: transform .2s ease, background .2s ease;
}
.faq-item button i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item button[aria-expanded="true"] i { border-color: rgba(166,255,0,.66); }
.faq-item button[aria-expanded="true"] i::before,
.faq-item button[aria-expanded="true"] i::after { background: var(--lime); }
.faq-item button[aria-expanded="true"] i::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq-answer { border-top: 1px solid rgba(255,255,255,.06); }
.faq-answer__inner {
    padding: 6px 55px 23px 20px;
    color: #cbc0d1;
    background: rgba(3,1,6,.60);
    font-size: .92rem;
}
.faq-answer__inner p { margin: 14px 0 0; }
.faq-answer__inner a { color: var(--lime); font-weight: 800; }
.faq-answer__inner strong { color: #fff; }
.item-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 28px; }
.item-grid ul { margin: 15px 0 0; padding: 0; list-style: none; }
.item-grid li { position: relative; padding: 5px 0 5px 23px; }
.item-grid li::before { position: absolute; left: 0; top: 5px; color: var(--lime); font-weight: 1000; }
.check-list li::before { content: "✓"; }
.x-list li::before { content: "×"; color: var(--orange); }
.policy-note { padding: 12px 14px; border-left: 2px solid var(--orange); background: rgba(255,121,0,.06); }
.no-results {
    padding: 70px 25px;
    color: #c7bdcc;
    background: rgba(7,2,11,.88);
    border: 1px solid rgba(165,55,244,.4);
    text-align: center;
}
.no-results span { color: var(--purple-bright); font-size: 3rem; }
.no-results h2 { margin: 6px 0; color: #fff; font-family: Georgia, serif; }
.no-results p { margin: 0; }

/* CTA */
.cta-band {
    min-height: 430px;
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(5,0,9,.98), rgba(16,2,29,.80) 48%, rgba(5,0,9,.96)),
        url('../img/hwfest-faq-hero-4k.webp') center 82% / cover;
    border-top: 1px solid rgba(172,63,255,.50);
    border-bottom: 1px solid rgba(172,63,255,.40);
}
.cta-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 50%, rgba(166,255,0,.09), transparent 28rem);
}
.cta-band__art { display: none; }
.cta-band__content {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 50px;
    position: relative;
}
.cta-band h2 {
    margin: 8px 0 12px;
    color: #fff;
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(3.7rem, 7vw, 6.4rem);
    line-height: .83;
    letter-spacing: .025em;
    text-transform: uppercase;
    text-shadow: 0 10px 32px rgba(0,0,0,.8);
}
.cta-band p { max-width: 710px; margin: 0; color: #d1c7d7; }
.cta-band__actions { display: grid; gap: 12px; min-width: 230px; }
.button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 23px;
    text-decoration: none;
    font-size: .72rem;
    font-weight: 1000;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.button--lime { color: #050007; background: var(--lime); border: 1px solid #d5ff89; box-shadow: 0 0 22px rgba(166,255,0,.18); }
.button--ghost { color: #fff; background: rgba(2,0,5,.75); border: 1px solid rgba(182,72,255,.75); }

/* Footer */
.site-footer {
    position: relative;
    background: rgba(1,0,3,.98);
    border-top: 1px solid rgba(255,255,255,.06);
}
.site-footer__glow {
    position: absolute;
    left: 25%;
    right: 25%;
    top: -1px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--purple), var(--lime), var(--orange), transparent);
    box-shadow: 0 0 18px rgba(164,44,255,.68);
}
.site-footer__grid {
    display: grid;
    grid-template-columns: 1.7fr repeat(3, 1fr);
    gap: 48px;
    padding-top: 60px;
    padding-bottom: 46px;
}
.footer-brand img { width: 210px; height: 180px; margin: -44px 0 -14px; object-fit: contain; }
.footer-brand p { max-width: 330px; margin: 0; color: #a89dad; font-size: .84rem; }
.site-footer h2 { margin: 0 0 15px; color: var(--lime); font-size: .66rem; font-weight: 1000; letter-spacing: .17em; text-transform: uppercase; }
.site-footer__grid > div:not(.footer-brand) > a {
    display: block;
    margin: 8px 0;
    color: #c9c0ce;
    text-decoration: none;
    font-size: .82rem;
}
.site-footer__grid > div:not(.footer-brand) > a:hover { color: #fff; }
.footer-event p { margin: 0 0 10px; color: #aaa0af; font-size: .82rem; }
.footer-event > a { color: var(--lime) !important; font-weight: 800; }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.06); }
.site-footer__bottom .section-wrap {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #716978;
    font-size: .71rem;
}
.back-to-top {
    width: 44px;
    height: 44px;
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 80;
    opacity: 0;
    visibility: hidden;
    color: #050007;
    background: var(--lime);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 12px 34px rgba(0,0,0,.50), 0 0 18px rgba(166,255,0,.25);
    cursor: pointer;
    font-weight: 1000;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}
.back-to-top.is-visible { opacity: 1; visibility: visible; }
.back-to-top:hover { transform: translateY(-3px); }

/* Responsive */
@media (max-width: 1100px) {
    .site-header { grid-template-columns: 160px 1fr auto; gap: 18px; }
    .brand { width: 150px; }
    .brand img { width: 150px; height: 150px; }
    
    .header-cta { min-width: 135px; padding-inline: 17px; }
    .category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .faq-layout__grid { grid-template-columns: 240px minmax(0,1fr); gap: 25px; }
}

@media (max-width: 860px) {
    :root { --header-h: 76px; }
    body { background-attachment: scroll; background-size: auto 2300px; }
    .announcement { justify-content: flex-start; overflow-x: auto; white-space: nowrap; font-size: .62rem; }
    .announcement a { margin-left: auto; }
    .site-header { grid-template-columns: 150px 1fr auto; padding-inline: 18px; }
    .brand { width: 145px; height: 72px; }
    .brand img { width: 140px; height: 140px; }
    .menu-toggle {
        width: 44px;
        height: 44px;
        display: grid;
        align-content: center;
        gap: 5px;
        justify-self: end;
        padding: 0 11px;
        color: #fff;
        background: rgba(164,44,255,.08);
        border: 1px solid rgba(164,44,255,.48);
        cursor: pointer;
    }
    .menu-toggle span:not(.sr-only) { display: block; height: 2px; background: #fff; }
    
    .header-cta { grid-column: 3; grid-row: 1; min-width: 122px; margin-right: 54px; }
    .menu-toggle { grid-column: 3; grid-row: 1; }
    .hero { min-height: 760px; background-position: center center; }
    .hero__content { padding-top: 75px; }
    .hero__logo-frame { margin-bottom: -54px; }
    .hero h1 { font-size: clamp(5.2rem, 18vw, 8rem); }
    .faq-layout__grid { grid-template-columns: 1fr; }
    .faq-sidebar { position: static; }
    .sidebar-card { overflow: visible; }
    .sidebar-card nav { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }
    .sidebar-card nav a { border: 1px solid rgba(255,255,255,.06); }
    .sidebar-help { display: none; }
    .cta-band__content { grid-template-columns: 1fr; }
    .cta-band__actions { grid-template-columns: repeat(2, minmax(0,1fr)); min-width: 0; }
    .site-footer__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 620px) {
    .section-wrap { width: min(calc(100% - 26px), var(--content)); }
    .announcement span:nth-of-type(2) { display: none; }
    .site-header { grid-template-columns: 120px 1fr 44px; min-height: 70px; padding-inline: 12px; }
    .brand { width: 116px; height: 66px; }
    .brand img { width: 118px; height: 118px; }
    .header-cta { display: none; }
    .hero { min-height: 690px; background-position: center top; }
    .hero__content { width: calc(100% - 24px); padding: 42px 0 70px; }
    .hero__logo-frame { width: 280px; height: 250px; margin: 75px auto -47px; }
    .kicker { font-size: .61rem; letter-spacing: .20em; }
    .kicker::before, .kicker::after { width: 32px; }
    .hero h1 { font-size: clamp(4.6rem, 24vw, 6.6rem); }
    .hero__lead { margin-top: 20px; font-size: .94rem; }
    .event-facts { grid-template-columns: 1fr; }
    .event-facts div { padding: 11px 16px; }
    .event-facts div + div::before { top: 0; left: 18%; right: 18%; bottom: auto; width: auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(166,255,0,.55), transparent); }
    .scroll-cue { display: none; }
    .quick-links { padding: 58px 0 60px; }
    .section-heading h2 { font-size: 3.2rem; }
    .faq-search { min-height: 54px; }
    .faq-search__icon { margin-left: 16px; }
    .category-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .category-card { min-height: 106px; }
    .faq-layout { padding: 56px 0 75px; }
    .sidebar-card nav { grid-template-columns: 1fr; }
    .sidebar-card nav a { min-height: 48px; }
    .faq-section { margin-bottom: 42px; }
    .faq-section__number { min-width: 42px; font-size: 2rem; }
    .faq-section__heading h2 { font-size: 1.75rem; }
    .faq-item button { min-height: 52px; padding: 12px 13px 12px 16px; font-size: .84rem; }
    .faq-answer__inner { padding: 4px 16px 20px; font-size: .86rem; }
    .item-grid { grid-template-columns: 1fr; gap: 0; }
    .cta-band { min-height: 480px; }
    .cta-band h2 { font-size: 4rem; }
    .cta-band__actions { grid-template-columns: 1fr; }
    .site-footer__grid { grid-template-columns: 1fr; gap: 28px; padding-top: 45px; }
    .footer-brand img { width: 190px; }
    .site-footer__bottom .section-wrap { min-height: 76px; flex-direction: column; justify-content: center; align-items: flex-start; gap: 3px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
