/* ============================================================
   ONE MAN BAND — "You Were Here"
   Brand: @onemanbandindia (The Spectacle)
   Blazing Orange-Red #FF4D00 · Pure Black · Bebas Neue / Inter
   ============================================================ */

:root {
    --orange: #FF4D00;
    --orange-soft: #ff6a2b;
    --black: #000000;
    --ink: #0a0a0a;
    --charcoal: #111111;
    --panel: #161616;
    --panel-2: #1d1d1d;
    --white: #ffffff;
    --muted: #b9b9bd;
    --muted-dim: #7d7d83;
    --line: rgba(255, 255, 255, 0.10);
    --wa: #25D366;
    --glow: 0 0 24px rgba(255, 77, 0, 0.55);
    --radius: 16px;
    --maxw: 1100px;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--black);
    color: var(--white);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

/* ---------- Cinematic film grain ---------- */
.grain {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: 0.05;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Typography ---------- */
h1, h2, h3, .stat__num, .footer__brand {
    font-family: 'Bebas Neue', 'Inter', sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 0.95;
    text-transform: uppercase;
}

.glow {
    color: var(--orange);
    text-shadow: 0 0 18px rgba(255, 77, 0, 0.65), 0 0 48px rgba(255, 77, 0, 0.35);
}

.kicker {
    font-size: 0.78rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--orange);
    font-weight: 700;
    margin-bottom: 0.9rem;
}

.lead { color: var(--muted); font-size: 1.05rem; max-width: 46ch; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1.5rem;
    overflow: hidden;
}

.hero__bg {
    position: absolute;
    inset: -8%;
    background: url("images/venue-360.jpg") center/cover no-repeat;
    filter: blur(22px) brightness(0.4) saturate(1.2);
    transform: scale(1.1);
    animation: drift 32s ease-in-out infinite alternate;
}

@keyframes drift {
    from { transform: scale(1.1) translateX(-2%); }
    to   { transform: scale(1.18) translateX(2%); }
}

.hero__veil {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(120% 90% at 50% 18%, rgba(255,77,0,0.18), transparent 55%),
        linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.72) 55%, var(--black) 100%);
}

.hero__spotlight {
    position: absolute;
    top: -25%;
    left: 50%;
    width: 120vw;
    height: 90vh;
    transform: translateX(-50%);
    background: radial-gradient(closest-side, rgba(255,77,0,0.16), transparent 70%);
    animation: pulse-glow 6s ease-in-out infinite;
    pointer-events: none;
}

@keyframes pulse-glow {
    0%, 100% { opacity: 0.6; }
    50%      { opacity: 1; }
}

.hero__content { position: relative; z-index: 2; }

/* Logo badge — cream stamp + orange ring so the dark logo reads on black */
.hero-badge { margin: 0 auto 1.5rem; }
.hero-badge img, .footer-logo img {
    display: block;
    background: #FFF8F0;
    border: 1.5px solid rgba(255, 77, 0, 0.55);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.5), 0 0 30px rgba(255, 77, 0, 0.18);
}
.hero-badge img {
    width: 112px; height: 112px;
    border-radius: 26px; padding: 13px;
    margin: 0 auto;
}
.footer-logo { margin-bottom: 1.2rem; }
.footer-logo img {
    width: 80px; height: 80px;
    border-radius: 20px; padding: 10px;
    margin: 0 auto;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.8rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white);
    border: 1px solid var(--line);
    background: rgba(255,255,255,0.04);
    padding: 0.5rem 1rem;
    border-radius: 999px;
    backdrop-filter: blur(8px);
    margin-bottom: 1.6rem;
}

.live-dot {
    width: 9px; height: 9px; border-radius: 50%;
    background: var(--orange);
    box-shadow: var(--glow);
    animation: blink 1.4s ease-in-out infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%      { opacity: 0.35; transform: scale(0.8); }
}

.hero__title {
    font-size: clamp(4.5rem, 19vw, 12rem);
    margin-bottom: 1.3rem;
    letter-spacing: 0.01em;
}

.hero__meta {
    font-size: clamp(0.95rem, 2.6vw, 1.2rem);
    color: var(--white);
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 0.7rem;
}

.hero__tag {
    color: var(--muted);
    font-size: clamp(0.92rem, 2.4vw, 1.05rem);
    max-width: 36ch;
    margin: 0 auto 2.4rem;
}

.scroll-cue {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
    color: var(--muted);
    font-size: 0.72rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}
.scroll-cue svg { animation: bob 1.8s ease-in-out infinite; color: var(--orange); }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

/* ============================================================
   STATS BAND
   ============================================================ */
.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--line);
    border-block: 1px solid var(--line);
}
.stat {
    background: var(--ink);
    padding: 2.4rem 1rem;
    text-align: center;
}
.stat__num {
    display: block;
    font-size: clamp(3rem, 9vw, 5rem);
    color: var(--orange);
    text-shadow: var(--glow);
}
.stat__label {
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--muted-dim);
    margin-top: 0.3rem;
}

/* ============================================================
   SECTION SHELL
   ============================================================ */
.section-head { max-width: var(--maxw); margin: 0 auto; padding: 0 1.5rem; text-align: center; }
.section-head .lead { margin: 1rem auto 0; }
.section-head h2 { font-size: clamp(2.4rem, 7vw, 4.5rem); }

.experience { padding: 5.5rem 0 4rem; }

/* ---------- 360 stage ---------- */
.stage-wrap {
    position: relative;
    max-width: var(--maxw);
    margin: 2.6rem auto 0;
    padding: 0 1.5rem;
}
.panorama {
    width: 100%;
    height: 62vh;
    min-height: 360px;
    max-height: 640px;
    border-radius: var(--radius);
    overflow: hidden;
    background: #0c0c0c;
    box-shadow: 0 30px 80px rgba(0,0,0,0.6);
}
/* glowing orange frame */
.stage-frame {
    position: absolute;
    inset: 0 1.5rem;
    border-radius: var(--radius);
    pointer-events: none;
    border: 1.5px solid rgba(255,77,0,0.55);
    box-shadow: inset 0 0 60px rgba(255,77,0,0.12), 0 0 0 1px rgba(255,255,255,0.04);
}

.stage-hint {
    position: absolute;
    left: 2.4rem; bottom: 1rem;
    display: inline-flex; align-items: center; gap: 0.4rem;
    font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--white);
    background: rgba(0,0,0,0.55);
    border: 1px solid var(--line);
    padding: 0.4rem 0.7rem; border-radius: 999px;
    backdrop-filter: blur(8px);
}

/* ---------- Live bar ---------- */
.livebar {
    position: absolute;
    top: 1rem; left: 2.4rem; right: 2.4rem;
    display: flex; align-items: center; gap: 1rem;
    background: rgba(10,10,10,0.62);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0.6rem 1.1rem;
    backdrop-filter: blur(14px);
    max-width: 420px;
}
.livebar__text { display: flex; flex-direction: column; line-height: 1.15; min-width: 0; flex: 1; }
.livebar__label { font-size: 0.62rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted-dim); }
.livebar__song {
    font-weight: 700; font-size: 0.95rem; color: var(--white);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.livebar__count { text-align: right; line-height: 1; }
.livebar__count span { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; color: var(--orange); }
.livebar__count small { display: block; font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted-dim); }

/* equalizer */
.eq { display: flex; align-items: flex-end; gap: 3px; height: 22px; }
.eq span {
    width: 3px; background: var(--orange); border-radius: 2px;
    box-shadow: 0 0 8px rgba(255,77,0,0.6);
    animation: eq 0.9s ease-in-out infinite;
}
.eq span:nth-child(1) { animation-delay: -0.2s; }
.eq span:nth-child(2) { animation-delay: -0.5s; }
.eq span:nth-child(3) { animation-delay: -0.1s; }
.eq span:nth-child(4) { animation-delay: -0.7s; }
.eq span:nth-child(5) { animation-delay: -0.3s; }
@keyframes eq { 0%,100% { height: 5px; } 50% { height: 22px; } }

/* ---------- holographic social hotspots (Pannellum) ---------- */
.holo-hotspot { width: auto !important; height: auto !important; }
.holo-pin {
    display: inline-flex; align-items: center; gap: 0.5rem;
    text-decoration: none;
    padding: 0.55rem 0.9rem 0.55rem 0.6rem;
    border-radius: 999px;
    color: var(--white);
    background: rgba(255,77,0,0.16);
    border: 1px solid rgba(255,77,0,0.7);
    box-shadow: 0 0 22px rgba(255,77,0,0.4), inset 0 0 18px rgba(255,77,0,0.15);
    backdrop-filter: blur(10px);
    font-size: 0.8rem; font-weight: 700; letter-spacing: 0.04em;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    animation: holo 3s ease-in-out infinite;
    transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.holo-pin:hover { box-shadow: 0 0 34px rgba(255,77,0,0.7); transform: translate(-50%, -50%) scale(1.06); }
.holo-pin svg { width: 18px; height: 18px; }
.holo-pin .holo-dot {
    width: 30px; height: 30px; border-radius: 50%;
    display: grid; place-items: center;
    background: var(--orange); color: #1a0700;
    box-shadow: 0 0 16px rgba(255,77,0,0.8);
}
@keyframes holo {
    0%,100% { box-shadow: 0 0 18px rgba(255,77,0,0.35), inset 0 0 18px rgba(255,77,0,0.12); }
    50%     { box-shadow: 0 0 30px rgba(255,77,0,0.6), inset 0 0 22px rgba(255,77,0,0.2); }
}

/* ---------- pictogram social row ---------- */
.social-row {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 0.9rem;
    max-width: var(--maxw); margin: 2.4rem auto 0; padding: 0 1.5rem;
}
.chip {
    display: inline-flex; align-items: center; gap: 0.6rem;
    padding: 0.8rem 1.3rem;
    border-radius: 999px;
    text-decoration: none; font-weight: 600; font-size: 0.95rem;
    color: var(--white);
    background: var(--panel);
    border: 1px solid var(--line);
    transition: all 0.25s var(--ease);
}
.chip svg { color: var(--orange); transition: color 0.25s var(--ease); }
.chip:hover {
    border-color: rgba(255,77,0,0.7);
    background: var(--panel-2);
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(255,77,0,0.18);
}

/* ============================================================
   FORM — DROP YOUR PIN
   ============================================================ */
.pin { padding: 5.5rem 1.5rem; }
.pin__card {
    max-width: 540px; margin: 0 auto;
    background: linear-gradient(180deg, var(--panel) 0%, var(--ink) 100%);
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 2.8rem 2rem;
    text-align: center;
    box-shadow: 0 40px 90px rgba(0,0,0,0.55);
    position: relative;
    overflow: hidden;
}
.pin__card::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, transparent, var(--orange), transparent);
}
.pin__card h2 { font-size: clamp(2.6rem, 9vw, 3.8rem); }
.pin__card .lead { margin: 0.8rem auto 2rem; }

.form { display: flex; flex-direction: column; gap: 1rem; text-align: left; }
.field { position: relative; display: flex; align-items: center; }
.field__icon {
    position: absolute; left: 1rem; width: 20px; height: 20px;
    color: var(--muted-dim); pointer-events: none; display: grid; place-items: center;
}
.field__icon svg { width: 20px; height: 20px; }
.field input, .field select {
    width: 100%;
    padding: 1rem 1rem 1rem 3rem;
    background: var(--charcoal);
    border: 1.5px solid var(--line);
    border-radius: 12px;
    color: var(--white);
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
    appearance: none; -webkit-appearance: none;
}
.field input::placeholder { color: var(--muted-dim); }
.field select { color: var(--white); cursor: pointer; }
.field--select select { padding-right: 3rem; text-overflow: ellipsis; }
.field select:invalid { color: var(--muted-dim); }
.field input:focus, .field select:focus {
    outline: none;
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(255,77,0,0.18), var(--glow);
}
.field input:focus ~ .field__icon { color: var(--orange); }
.field--select .field__chev {
    position: absolute; right: 1rem; width: 20px; height: 20px;
    color: var(--muted-dim); pointer-events: none;
}

.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
    border: none; cursor: pointer;
    font-family: 'Inter', sans-serif; font-weight: 700; font-size: 1rem;
    padding: 1.05rem 1.8rem;
    border-radius: 12px;
    text-decoration: none;
    transition: transform 0.2s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease);
}
.btn--primary {
    background: var(--orange); color: #1a0700;
    box-shadow: 0 10px 30px rgba(255,77,0,0.35);
    margin-top: 0.5rem; letter-spacing: 0.02em;
    text-transform: uppercase;
}
.btn--primary:hover { background: var(--orange-soft); transform: translateY(-2px); box-shadow: 0 14px 40px rgba(255,77,0,0.5); }
.btn--primary:active { transform: translateY(0); }
.btn--primary:disabled { opacity: 0.6; cursor: progress; transform: none; }

/* ---------- notes (success / error) ---------- */
.note { margin-top: 1.6rem; border-radius: 16px; padding: 2rem 1.6rem; text-align: center; }
.note--ok {
    background: rgba(255,77,0,0.08);
    border: 1px solid rgba(255,77,0,0.4);
    animation: pop 0.5s var(--ease) both;
}
.note__burst {
    width: 64px; height: 64px; margin: 0 auto 1rem;
    border-radius: 50%; display: grid; place-items: center;
    color: #1a0700; background: var(--orange);
    box-shadow: var(--glow);
    animation: pop 0.6s var(--ease) 0.1s both;
}
.note--ok h3 { font-size: 2rem; color: var(--white); margin-bottom: 0.5rem; }
.note--ok p { color: var(--muted); margin-bottom: 1.3rem; }
.note--err {
    background: rgba(220,40,40,0.12);
    border: 1px solid rgba(220,40,40,0.45);
    color: #ff9b9b; font-size: 0.95rem; padding: 1rem 1.2rem;
}
@keyframes pop { from { opacity: 0; transform: scale(0.92) translateY(8px); } to { opacity: 1; transform: none; } }

/* ---------- WhatsApp buttons ---------- */
.btn--wa { background: var(--wa); color: #04240f; }
.btn--wa:hover { background: #1fbd5b; transform: translateY(-2px); box-shadow: 0 12px 32px rgba(37,211,102,0.4); }
.btn--lg { padding: 1.15rem 2.2rem; font-size: 1.05rem; }

/* ============================================================
   STORIES IN MOTION
   ============================================================ */
.community {
    padding: 5.5rem 1.5rem;
    text-align: center;
    background:
        radial-gradient(80% 60% at 50% 0%, rgba(255,77,0,0.12), transparent 60%),
        var(--ink);
    border-top: 1px solid var(--line);
}
.community__inner { max-width: 620px; margin: 0 auto; }
.community__icon {
    width: 84px; height: 84px; margin: 0 auto 1.4rem;
    display: grid; place-items: center; border-radius: 24px;
    color: var(--wa);
    background: rgba(37,211,102,0.1);
    border: 1px solid rgba(37,211,102,0.35);
}
.community h2 { font-size: clamp(2.6rem, 8vw, 4rem); }
.community .lead { margin: 1rem auto 2rem; }
.community .micro { margin-top: 1.3rem; font-size: 0.8rem; letter-spacing: 0.06em; color: var(--muted-dim); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--black); padding: 3.5rem 1.5rem 2.5rem; text-align: center; border-top: 1px solid var(--line); }
.footer__brand { font-size: 2.4rem; letter-spacing: 0.05em; }
.footer__tag { color: var(--muted-dim); font-size: 0.8rem; letter-spacing: 0.28em; text-transform: uppercase; margin-top: 0.3rem; }
.footer__social { display: flex; justify-content: center; gap: 0.8rem; margin: 1.6rem 0; }
.footer__social a {
    width: 46px; height: 46px; border-radius: 50%;
    display: grid; place-items: center;
    color: var(--white); background: var(--panel);
    border: 1px solid var(--line);
    transition: all 0.25s var(--ease);
}
.footer__social a:hover { color: var(--orange); border-color: rgba(255,77,0,0.6); transform: translateY(-3px); }
.footer__micro { color: var(--muted-dim); font-size: 0.8rem; }

/* ============================================================
   UTILITIES
   ============================================================ */
.hidden { display: none !important; }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.hero .reveal { transition-delay: 0.05s; }
.hero .reveal:nth-child(2) { transition-delay: 0.15s; }
.hero .reveal:nth-child(3) { transition-delay: 0.25s; }
.hero .reveal:nth-child(4) { transition-delay: 0.35s; }
.hero .reveal:nth-child(5) { transition-delay: 0.45s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
    .experience { padding: 4rem 0 3rem; }
    .pin, .community { padding: 4rem 1.2rem; }
    .panorama { height: 52vh; min-height: 320px; }
    .livebar { left: 1.6rem; right: 1.6rem; padding: 0.5rem 0.9rem; gap: 0.7rem; }
    .stage-frame { inset: 0 1.5rem; }
    .stage-hint { left: 2rem; }
    .holo-pin .holo-label { display: none; }   /* icon-only pins on small screens */
    .holo-pin { padding: 0.5rem; }
}

@media (max-width: 480px) {
    .stat { padding: 1.8rem 0.5rem; }
    .stat__label { font-size: 0.62rem; letter-spacing: 0.16em; }
    .panorama { height: 46vh; min-height: 280px; }
    .pin__card { padding: 2rem 1.3rem; }
    .livebar { position: static; max-width: none; margin-bottom: 0.9rem; border-radius: 14px; }
    .stage-wrap { display: flex; flex-direction: column; }
    .stage-frame { display: none; }
    .stage-hint { position: static; align-self: center; margin-top: 0.8rem; }
    .chip { padding: 0.7rem 1.1rem; font-size: 0.9rem; }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; }
    .reveal { opacity: 1; transform: none; }
}
