/* ════════════════════════════════════════
   CTS 초청데이 — 히즈쇼 뮤지컬 드림스타
   Complete Rewrite — Mobile-First
   ════════════════════════════════════════ */

/* ── [필수2] Global Reset ── */
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; width: 100%; }
img { max-width: 100%; height: auto; display: block; }

/* ── Variables ── */
:root {
    --bg: #1a0533;
    --bg-dark: #0d0a1a;
    --bg-alt: #120428;
    --gold: #ffd700;
    --gold-dark: #ff8c00;
    --text: #ffffff;
    --text-soft: #e0d0ff;
    --text-muted: #999;
    --card-bg: rgba(255,255,255,0.04);
    --card-border: rgba(255,255,255,0.08);
    --radius: 16px;
    --font-kr: 'Noto Sans KR', sans-serif;
    --font-en: 'Poppins', sans-serif;
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--font-kr);
    background: var(--bg);
    color: var(--text);
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 80px; /* space for floatbar */
}
a { color: var(--gold); text-decoration: none; }

/* ── Container ── */
.container { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 5%; }

/* ── Scroll Reveal ── */
.scroll-reveal {
    opacity: 0; transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.scroll-reveal.revealed { opacity: 1; transform: translateY(0); }

/* ══════════════════════════════
   Navigation
   ══════════════════════════════ */
.main-nav {
    position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
    background: rgba(13,10,26,0.85); backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.main-nav.scrolled { background: rgba(13,10,26,0.96); }
.nav-inner {
    display: flex; align-items: center; justify-content: space-between;
    max-width: 1100px; margin: 0 auto; padding: 0 5%; height: 64px;
}
.nav-logo { display: flex; align-items: center; gap: 6px; text-decoration: none; }
.nav-logo-cts { font-size: clamp(12px,2.5vw,14px); font-weight: 700; color: var(--gold); }
.nav-logo-sep { color: rgba(255,255,255,0.3); font-size: 14px; }
.nav-logo-text { font-size: clamp(12px,2.5vw,14px); font-weight: 700; color: var(--text); }
.nav-links {
    display: flex; list-style: none; gap: clamp(12px,2vw,28px); align-items: center;
}
.nav-links a {
    color: var(--text-soft); font-size: clamp(12px,1.5vw,14px); font-weight: 500;
    transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-toggle {
    display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px;
}
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: 0.3s; }
.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ══════════════════════════════
   Section Base
   ══════════════════════════════ */
.section { padding: clamp(48px,8vw,96px) 0; }
.section-alt { background: var(--bg-alt); }
.section-label {
    display: inline-block; font-family: var(--font-en); font-size: clamp(11px,1.5vw,13px);
    font-weight: 600; color: var(--gold); letter-spacing: 0.15em; text-transform: uppercase;
    margin-bottom: 12px;
}
.section-title {
    font-size: clamp(24px,5vw,44px); font-weight: 800; line-height: 1.25;
    margin-bottom: 16px; color: var(--text);
}
.section-subtitle {
    font-size: clamp(13px,2.5vw,17px); color: var(--text-soft); margin-bottom: 32px;
}
.section-body {
    font-size: clamp(14px,2.2vw,16px); color: var(--text-soft); line-height: 1.85;
}

/* ══════════════════════════════
   Hero
   ══════════════════════════════ */
.hero-section {
    position: relative; width: 100%; min-height: 100vh; min-height: 100dvh;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    background-color: var(--bg); overflow: hidden;
}
.hero-bg-img {
    position: absolute !important; top: 0; left: 0;
    width: 100% !important; height: 100% !important;
    max-width: none !important; height: 100% !important;
    object-fit: cover !important; object-position: center !important;
    z-index: 0; pointer-events: none; user-select: none;
}
.hero-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(26,5,51,0.6); z-index: 1;
}
#star-canvas {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    pointer-events: none; z-index: 2;
}
.hero-content {
    position: relative; z-index: 3; width: 100%; max-width: 640px;
    padding: clamp(100px,18vw,130px) 5% clamp(80px,14vw,110px);
    display: flex; flex-direction: column; align-items: center; text-align: center;
    gap: 6px;
}
.hero-logo {
    display: flex; align-items: center; gap: 8px; margin-bottom: 8px;
}
.hero-logo-img { height: 40px; width: auto; }
.hero-logo-sep { font-size: clamp(16px,3vw,22px); color: rgba(255,255,255,0.4); }
.hero-logo-church { font-size: clamp(16px,3vw,22px); font-weight: 800; color: var(--text); }
.hero-sub {
    font-size: clamp(14px,3vw,20px); color: var(--text-soft); font-weight: 500;
}
.hero-title {
    font-size: clamp(36px,10vw,72px); font-weight: 900; line-height: 1.1;
    background: linear-gradient(135deg, #fff 0%, #e0d0ff 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-musical {
    font-size: clamp(14px,3.5vw,22px); color: var(--text); font-weight: 600;
}
.hero-slogan {
    font-size: clamp(14px,3vw,18px); font-weight: 700; color: var(--gold);
    margin: 4px 0;
}
.hero-meta {
    font-size: clamp(13px,2.8vw,17px); font-weight: 600; color: var(--text-soft);
}
.hero-note {
    font-size: clamp(11px,2vw,13px); color: rgba(255,255,255,0.5);
    margin-bottom: 8px;
}
.hero-badges { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.hero-badge {
    padding: 8px 22px; border-radius: 50px; font-size: clamp(12px,2.5vw,14px);
    font-weight: 600; border: 2px solid var(--gold); color: var(--gold); background: transparent;
}

/* Countdown */
.countdown {
    display: inline-flex; align-items: center; gap: 0; margin-top: 12px;
    padding: clamp(10px,2vw,18px) clamp(14px,3vw,30px);
    border: 2px solid var(--gold); border-radius: var(--radius);
    background: rgba(0,0,0,0.35); backdrop-filter: blur(6px);
}
.cd-item { text-align: center; min-width: clamp(36px,8vw,56px); }
.cd-num {
    display: block; font-family: var(--font-en);
    font-size: clamp(22px,5.5vw,36px); font-weight: 800; color: var(--gold); line-height: 1.2;
}
.cd-label {
    display: block; font-size: clamp(9px,1.5vw,12px); color: rgba(255,255,255,0.55); margin-top: 2px;
}
.cd-sep {
    font-family: var(--font-en); font-size: clamp(16px,3.5vw,24px); color: var(--gold);
    margin: 0 clamp(2px,1vw,8px); padding-bottom: clamp(10px,2vw,18px);
}

/* CTA Button */
@keyframes pulse {
    0%,100% { transform: scale(1); box-shadow: 0 4px 20px rgba(255,215,0,0.4); }
    50% { transform: scale(1.05); box-shadow: 0 6px 30px rgba(255,215,0,0.6); }
}
.hero-cta-btn {
    display: inline-block; margin-top: 16px;
    padding: clamp(12px,2vw,16px) clamp(28px,6vw,44px);
    font-size: clamp(14px,3vw,18px); font-weight: 800;
    color: #1a0533 !important; background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    border: none; border-radius: 50px; text-decoration: none;
    box-shadow: 0 4px 20px rgba(255,215,0,0.4);
    animation: pulse 2s ease-in-out infinite; cursor: pointer;
}
.hero-cta-btn:hover { animation: none; transform: translateY(-2px); box-shadow: 0 8px 30px rgba(255,215,0,0.6); color: #1a0533 !important; }

/* Scroll indicator */
.scroll-indicator {
    position: absolute; bottom: clamp(16px,3vw,32px); left: 50%; transform: translateX(-50%);
    color: rgba(255,255,255,0.3); z-index: 3;
    animation: bounce 2s infinite;
}
@keyframes bounce {
    0%,20%,50%,80%,100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}

/* ══════════════════════════════
   About
   ══════════════════════════════ */
.about-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px,4vw,48px);
    align-items: start; margin-top: 24px;
}
.highlight-cards { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.highlight-card {
    display: flex; align-items: center; gap: 14px; padding: 16px;
    background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 12px;
    transition: border-color 0.3s, transform 0.3s;
}
.highlight-card:hover { border-color: rgba(255,215,0,0.3); transform: translateY(-3px); }
.hl-icon { font-size: 28px; flex-shrink: 0; }
.hl-title { font-size: clamp(14px,2vw,16px); font-weight: 700; color: var(--text); margin-bottom: 2px; }
.hl-desc { font-size: clamp(12px,1.8vw,14px); color: var(--text-muted); line-height: 1.5; }
.about-poster { display: flex; justify-content: center; }
.poster-img {
    width: 100%; max-width: 500px; border-radius: 12px; cursor: pointer;
    border: 1px solid var(--card-border);
    transition: box-shadow 0.3s, transform 0.3s;
}
.poster-img:hover { box-shadow: 0 8px 32px rgba(255,215,0,0.15); transform: translateY(-4px); }

/* ══════════════════════════════
   Program Timeline
   ══════════════════════════════ */
.timeline { position: relative; max-width: 700px; margin: 40px auto 0; padding-left: 32px; }
.timeline-line {
    position: absolute; left: 10px; top: 0; bottom: 0; width: 2px;
    background: linear-gradient(to bottom, var(--gold), rgba(255,215,0,0.1));
}
.tl-card { position: relative; margin-bottom: 32px; }
.tl-dot {
    position: absolute; left: -27px; top: 6px; width: 16px; height: 16px;
    border-radius: 50%; background: var(--gold); border: 3px solid var(--bg-alt);
}
.tl-time {
    display: inline-block; font-family: var(--font-en); font-size: clamp(12px,2vw,14px);
    font-weight: 700; color: var(--gold); margin-bottom: 4px;
}
.tl-title { font-size: clamp(16px,3vw,20px); font-weight: 700; margin-bottom: 6px; }
.tl-desc { font-size: clamp(13px,2vw,15px); color: var(--text-soft); line-height: 1.7; }
.tl-img {
    margin-bottom: 12px; border-radius: 12px; overflow: hidden;
    border: 1px solid var(--card-border); max-width: 100%;
}
.tl-img img { width: 100%; max-height: 280px; object-fit: cover; }

/* ══════════════════════════════
   Special Show
   ══════════════════════════════ */
.special-grid {
    display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(24px,4vw,48px);
    align-items: start; margin-top: 32px;
}
.special-image img { border-radius: 12px; width: 100%; }
.special-card-title { font-size: clamp(20px,4vw,32px); font-weight: 800; margin-bottom: 8px; }
.special-card-subtitle { font-size: clamp(14px,2.5vw,18px); color: var(--gold); margin-bottom: 16px; }
.special-story { margin-bottom: 20px; }
.special-story p { font-size: clamp(13px,2vw,15px); color: var(--text-soft); margin-bottom: 12px; line-height: 1.8; }
.special-quote {
    font-size: clamp(16px,3vw,22px); font-weight: 700; color: var(--gold);
    border-left: 3px solid var(--gold); padding-left: 16px; margin: 20px 0;
}
.special-verse { font-size: clamp(12px,2vw,14px); color: var(--text-muted); margin-bottom: 20px; }
.special-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag {
    font-size: clamp(11px,1.5vw,13px); padding: 6px 14px; border-radius: 50px;
    background: var(--card-bg); border: 1px solid var(--card-border); color: var(--text-soft);
}

/* Video */
.video-section { margin-top: 40px; }
.video-heading { font-size: clamp(16px,3vw,22px); font-weight: 700; margin-bottom: 16px; text-align: center; }
.video-wrap {
    position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;
    border-radius: var(--radius); border: 1px solid var(--card-border);
    max-width: 800px; margin: 0 auto;
}
.video-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Photo Grid */
.photo-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 32px;
}
.photo-item {
    border-radius: 10px; overflow: hidden; cursor: pointer; position: relative;
    border: 1px solid var(--card-border); transition: transform 0.3s;
}
.photo-item:hover { transform: scale(1.03); }
.photo-item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

/* ══════════════════════════════
   Pre-Show
   ══════════════════════════════ */
.preshow-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px,4vw,40px);
    align-items: start; margin-top: 24px;
}
.preshow-slider { max-width: 100%; }

/* Slider */
.slider { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--card-border); }
.slider-track { position: relative; width: 100%; aspect-ratio: 16/10; }
.slider-slide {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    opacity: 0; transition: opacity 0.5s ease;
}
.slider-slide.active { opacity: 1; }
.slider-slide img { width: 100%; height: 100%; object-fit: cover; }
.slider-btn {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
    width: clamp(32px,6vw,44px); height: clamp(32px,6vw,44px);
    border-radius: 50%; border: 1px solid rgba(255,255,255,0.2);
    background: rgba(0,0,0,0.5); color: #fff; font-size: clamp(14px,2vw,18px);
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    backdrop-filter: blur(4px); transition: 0.2s;
}
.slider-btn:hover { background: rgba(0,0,0,0.7); }
.slider-prev { left: 8px; }
.slider-next { right: 8px; }
.slider-dots { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 5; }
.slider-dot {
    width: 10px; height: 10px; border-radius: 50%; border: none; cursor: pointer;
    background: rgba(255,255,255,0.35); transition: 0.3s;
}
.slider-dot.active { background: var(--gold); transform: scale(1.2); }

/* ══════════════════════════════
   Prizes
   ══════════════════════════════ */
.prizes-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(min(160px,100%), 1fr));
    gap: 16px; margin-top: 32px;
}
.prize-card {
    background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 12px;
    overflow: hidden; text-align: center; transition: transform 0.3s, border-color 0.3s;
}
.prize-card:hover { transform: translateY(-4px); border-color: rgba(255,215,0,0.3); }
.prize-img-wrap { aspect-ratio: 1/1; overflow: hidden; }
.prize-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.prize-name {
    display: block; padding: 10px 8px; font-size: clamp(12px,2vw,15px); font-weight: 700;
    color: var(--text);
}
.prizes-note {
    text-align: center; font-size: clamp(12px,2vw,14px); color: var(--text-muted);
    margin-top: 20px;
}

/* ══════════════════════════════
   Stories
   ══════════════════════════════ */
.stories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; }
.story-card {
    background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 12px;
    padding: clamp(20px,3vw,28px); transition: border-color 0.3s;
}
.story-card:hover { border-color: rgba(255,215,0,0.25); }
.story-quote { font-size: 40px; color: var(--gold); line-height: 1; margin-bottom: 8px; }
.story-text { font-size: clamp(13px,2vw,15px); color: var(--text-soft); line-height: 1.75; margin-bottom: 12px; }
.story-author { font-size: clamp(12px,1.5vw,13px); color: var(--text-muted); }
.stories-closing {
    text-align: center; font-size: clamp(14px,2.5vw,17px); color: var(--text-soft);
    margin-top: 36px; line-height: 1.8;
}

/* ══════════════════════════════
   Gallery
   ══════════════════════════════ */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 24px; }
.gallery-item {
    position: relative; border-radius: 10px; overflow: hidden; cursor: pointer;
    border: 1px solid var(--card-border);
}
.gallery-item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform 0.4s; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-ov {
    position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    background: rgba(0,0,0,0.4); opacity: 0; transition: opacity 0.3s; font-size: 28px;
}
.gallery-item:hover .gallery-ov { opacity: 1; }

/* ══════════════════════════════
   Invitation
   ══════════════════════════════ */
.invite-benefits {
    display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 24px;
}
.benefit-item {
    font-size: clamp(13px,2.5vw,16px); font-weight: 600; color: var(--text-soft);
    padding: 10px 20px; background: var(--card-bg); border: 1px solid var(--card-border);
    border-radius: 50px;
}

/* ══════════════════════════════
   Share
   ══════════════════════════════ */
.share-buttons { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.share-btn {
    padding: 14px 28px; border-radius: 50px; font-weight: 700;
    font-size: clamp(14px,2.5vw,16px); border: none; cursor: pointer;
    color: #fff; transition: transform 0.2s, box-shadow 0.2s;
}
.share-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.2); }
.share-kakao { background: #3B1E1E; }
.share-sms { background: #2DD4A8; }
.share-link { background: #7e7e60; }
.share-link.copied { background: #4CAF50 !important; }

/* ══════════════════════════════
   FAQ
   ══════════════════════════════ */
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item {
    border-bottom: 1px solid var(--card-border); overflow: hidden;
}
.faq-question {
    display: flex; justify-content: space-between; align-items: center; width: 100%;
    padding: clamp(14px,2.5vw,18px) 0; background: none; border: none; cursor: pointer;
    color: var(--text); font-size: clamp(14px,2.5vw,17px); font-weight: 600;
    font-family: var(--font-kr); text-align: left;
}
.faq-arrow {
    font-size: 12px; color: var(--text-muted); transition: transform 0.3s; flex-shrink: 0;
}
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-answer {
    max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0;
}
.faq-item.open .faq-answer { max-height: 300px; padding: 0 0 16px; }
.faq-answer p {
    font-size: clamp(13px,2vw,15px); color: var(--text-soft); line-height: 1.7;
}

/* ══════════════════════════════
   Registration
   ══════════════════════════════ */
.reg-notice {
    text-align: center; color: var(--gold); font-weight: 600;
    font-size: clamp(13px,2.5vw,16px); margin-bottom: 24px;
}
.reg-form { max-width: 600px; margin: 0 auto; }
.form-group { margin-bottom: 18px; }
.form-group label {
    display: block; margin-bottom: 6px; font-size: clamp(13px,2vw,15px); font-weight: 600;
}
.req { color: #ff6b6b; }
.opt { color: var(--text-muted); font-weight: 400; font-size: 12px; }
.form-group input {
    width: 100%; padding: 14px 16px; border: 1px solid var(--card-border);
    border-radius: 10px; background: var(--card-bg); color: var(--text);
    font-size: clamp(14px,2vw,16px); font-family: var(--font-kr);
    transition: border-color 0.2s;
}
.form-group input:focus { outline: none; border-color: var(--gold); }
.form-group input::placeholder { color: var(--text-muted); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.btn-submit {
    display: block; width: 100%; padding: 16px; margin-top: 8px;
    font-size: clamp(15px,3vw,18px); font-weight: 800;
    color: #1a0533; background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    border: none; border-radius: 12px; cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}
.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(255,215,0,0.4); }
.btn-submit:disabled { opacity: 0.6; cursor: not-allowed; }
.form-message { text-align: center; margin-top: 16px; font-weight: 600; font-size: 14px; }
.form-message.success { color: #4ade80; }
.form-message.error { color: #ff6b6b; }

/* ══════════════════════════════
   Location
   ══════════════════════════════ */
.location-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px,4vw,40px);
    align-items: start; margin-top: 24px;
}
.loc-church { font-size: clamp(20px,4vw,28px); font-weight: 800; margin-bottom: 8px; }
.loc-addr { font-size: clamp(14px,2.5vw,16px); color: var(--text-soft); margin-bottom: 16px; line-height: 1.6; }
.loc-phone { font-size: clamp(14px,2.5vw,16px); margin-bottom: 12px; }
.loc-phone a { color: var(--gold); font-weight: 600; }
.loc-note { font-size: clamp(12px,2vw,14px); color: var(--text-muted); margin-bottom: 8px; line-height: 1.6; }
.location-map iframe { width: 100%; height: clamp(250px,40vw,400px); border-radius: var(--radius); }

/* ══════════════════════════════
   Footer
   ══════════════════════════════ */
.site-footer {
    background: rgba(0,0,0,0.3); border-top: 1px solid var(--card-border);
    padding: clamp(24px,4vw,40px) 0; text-align: center;
}
.footer-org { font-size: clamp(14px,2.5vw,18px); font-weight: 700; margin-bottom: 6px; }
.footer-contact { font-size: clamp(12px,2vw,14px); color: var(--text-soft); margin-bottom: 6px; }
.footer-copy { font-size: clamp(11px,1.5vw,13px); color: var(--text-muted); }
.footer-admin { margin-top: 8px; }
.footer-admin a { font-size: 11px; color: var(--text-muted); opacity: 0.4; transition: opacity 0.2s; }
.footer-admin a:hover { opacity: 1; }

/* ══════════════════════════════
   Lightbox
   ══════════════════════════════ */
.lightbox {
    position: fixed; inset: 0; z-index: 10000; background: rgba(0,0,0,0.92);
    display: none; align-items: center; justify-content: center;
    opacity: 0; transition: opacity 0.3s;
}
.lightbox.active { display: flex; opacity: 1; }
.lightbox-close {
    position: absolute; top: 16px; right: 16px; z-index: 10001;
    font-size: 36px; color: #fff; background: none; border: none; cursor: pointer;
}
#lightbox-img { max-width: 92vw; max-height: 88vh; border-radius: 8px; object-fit: contain; }

/* ══════════════════════════════
   Fixed Bottom Bar
   ══════════════════════════════ */
.floatbar {
    position: fixed; bottom: 0; left: 0; width: 100%; z-index: 9999;
    display: flex; justify-content: center; gap: 12px;
    padding: 12px 5%; background: rgba(13,10,26,0.95);
    backdrop-filter: blur(10px); border-top: 1px solid rgba(255,255,255,0.08);
}
.floatbar a {
    flex: 1; max-width: 220px; display: flex; align-items: center; justify-content: center;
    gap: 6px; padding: 13px 20px; border-radius: 50px;
    font-size: clamp(13px,2.5vw,15px); font-weight: 700;
    text-decoration: none; text-align: center; transition: 0.2s;
}
.fb-call { color: #fff; border: 2px solid #fff; background: transparent; }
.fb-call:hover { background: rgba(255,255,255,0.1); }
.fb-reg { background: var(--gold); color: #1a0533; border: none; }
.fb-reg:hover { box-shadow: 0 4px 20px rgba(255,215,0,0.5); }

/* ══════════════════════════════
   Responsive — Mobile ≤768px
   ══════════════════════════════ */
@media (max-width: 768px) {
    .nav-toggle { display: flex; }
    .nav-links {
        position: fixed; top: 0; right: -100%; width: 280px; height: 100vh;
        flex-direction: column; background: rgba(13,10,26,0.98);
        backdrop-filter: blur(20px); padding: 80px 24px 24px; gap: 4px;
        transition: right 0.3s ease;
    }
    .nav-links.open { right: 0; }
    .nav-links a { padding: 12px 16px; font-size: 16px; }

    /* Hero mobile */
    .hero-section { min-height: 100vh; min-height: 100dvh; }
    .hero-content { max-width: 100%; }

    /* Grids → 1 col */
    .about-grid, .special-grid, .preshow-grid, .location-grid { grid-template-columns: 1fr; }
    .stories-grid { grid-template-columns: 1fr; }
    .photo-grid, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .form-row { grid-template-columns: 1fr; }

    /* Prizes → 2 col */
    .prizes-grid { grid-template-columns: repeat(2, 1fr); }

    /* Share */
    .share-buttons { flex-direction: column; align-items: center; }
    .share-btn { width: 100%; max-width: 320px; text-align: center; }

    /* Benefits */
    .invite-benefits { flex-direction: column; align-items: center; }

    /* Floatbar */
    .floatbar { padding: 10px 4%; gap: 10px; }
    .floatbar a { font-size: 14px; padding: 12px 16px; }
}

@media (max-width: 380px) {
    .hero-title { font-size: 28px !important; }
    .cd-num { font-size: 20px !important; }
    .cd-sep { font-size: 14px !important; }
    .countdown { padding: 8px 10px; }
    .cd-item { min-width: 30px; }
}
