/* BarBooster marketing home — Signboard Lime
   Loaded only on the homepage. Intentionally different from admin UI. */

.page-home {
    --ink: #0b1410;
    --ink-muted: #4f5d56;
    --surface: #eef2ec;
    --surface-2: #f7f9f5;
    --accent: #c8ff3d;
    --accent-ink: #0b1410;
    --deep: #12352c;
    --deep-2: #0a241e;
    --line: rgba(11, 20, 16, 0.12);
    --line-strong: rgba(11, 20, 16, 0.2);
    --font-display: 'Big Shoulders Display', 'Impact', sans-serif;
    --font-body: 'Manrope', 'Helvetica Neue', sans-serif;
    background:
        radial-gradient(ellipse 70% 45% at 0% 0%, rgba(200, 255, 61, 0.18), transparent 55%),
        radial-gradient(ellipse 50% 40% at 100% 8%, rgba(18, 53, 44, 0.08), transparent 50%),
        linear-gradient(180deg, #fbfcf9 0%, var(--surface) 48%, #e5ebe1 100%);
    color: var(--ink);
    font-family: var(--font-body);
}

.page-home .site-header {
    background: rgba(247, 249, 245, 0.9);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(14px);
}

.page-home .brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
}

.page-home .brand-name {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(1.35rem, 2.2vw, 1.7rem);
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.page-home .nav-link {
    color: var(--ink-muted);
    font-weight: 700;
    border-radius: 0;
}

.page-home .nav-link:hover {
    color: var(--ink);
    background: rgba(200, 255, 61, 0.35);
}

.page-home .btn {
    border-radius: 0;
    border-width: 2px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: 0.82rem;
}

.page-home .btn-primary {
    background: var(--accent);
    color: var(--accent-ink);
    border-color: var(--ink);
    box-shadow: 4px 4px 0 var(--ink);
}

.page-home .btn-primary:hover {
    background: #d9ff6a;
    color: var(--accent-ink);
    border-color: var(--ink);
    transform: translate(-1px, -1px);
    box-shadow: 5px 5px 0 var(--ink);
}

.page-home .btn-secondary,
.page-home .btn-light {
    background: transparent;
    color: var(--ink);
    border-color: var(--ink);
    box-shadow: none;
}

.page-home .btn-secondary:hover,
.page-home .btn-light:hover {
    background: var(--ink);
    color: var(--accent);
}

.page-home .site-header .btn-primary {
    box-shadow: 3px 3px 0 var(--ink);
}

/* Hero */
.page-home .hero {
    min-height: min(94vh, 920px);
    background: var(--deep-2);
    align-items: end;
}

.page-home .hero-media img {
    object-position: center 28%;
    transform: scale(1.05);
    filter: saturate(1.05) contrast(1.05);
    animation: home-hero-pan 24s ease-out forwards;
}

.page-home .hero-scrim {
    background:
        linear-gradient(90deg, rgba(10, 36, 30, 0.92) 0%, rgba(10, 36, 30, 0.55) 42%, rgba(10, 36, 30, 0.15) 72%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(10, 36, 30, 0.25) 55%, rgba(10, 36, 30, 0.75) 100%);
}

.page-home .hero-content {
    max-width: 820px;
    gap: 1rem;
    padding: 7.5rem 0 4.5rem;
}

.page-home .hero-brand {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(4.2rem, 14vw, 8.5rem);
    line-height: 0.82;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 6px 6px 0 rgba(0, 0, 0, 0.35);
    animation: home-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.05s both;
}

.page-home .hero-content h1 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(1.7rem, 3.6vw, 2.55rem);
    line-height: 1.05;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    max-width: 16ch;
    color: var(--accent);
    animation: home-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

.page-home .hero-lead {
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-weight: 600;
    max-width: 24ch;
    color: rgba(255, 255, 255, 0.88);
    animation: home-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.34s both;
}

.page-home .hero-actions {
    margin-top: 0.75rem;
    gap: 0.85rem;
    animation: home-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.46s both;
}

.page-home .hero .btn-primary {
    min-width: 12rem;
}

.page-home .hero .btn-secondary {
    min-width: 12rem;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.75);
    background: transparent;
}

.page-home .hero .btn-secondary:hover {
    background: #fff;
    color: var(--deep-2);
    border-color: #fff;
}

/* Marquee */
.page-home .home-marquee {
    overflow: hidden;
    background: var(--accent);
    color: var(--ink);
    border-block: 2px solid var(--ink);
    padding: 0.85rem 0;
}

.page-home .home-marquee-track {
    display: flex;
    width: max-content;
    gap: 2.5rem;
    animation: home-marquee 28s linear infinite;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.35rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.page-home .home-marquee-track span::before {
    content: '◆';
    margin-right: 2.5rem;
    opacity: 0.55;
}

/* Sections */
.page-home .container {
    width: min(1120px, 92%);
}

.page-home .home-section-head {
    max-width: 38rem;
    margin-bottom: 3rem;
}

.page-home .home-section-head-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.page-home .section-kicker {
    margin: 0 0 0.65rem;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--deep);
    background: var(--accent);
    display: inline-block;
    padding: 0.35rem 0.55rem;
}

.page-home .home-section-head h2,
.page-home .home-guest-inner h2,
.page-home .home-partner-band h2 {
    margin: 0 0 0.9rem;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    line-height: 0.95;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.page-home .section-lead,
.page-home .home-partner-copy {
    margin: 0;
    color: var(--ink-muted);
    font-size: 1.08rem;
    line-height: 1.65;
    max-width: 40ch;
}

.page-home .home-pitch {
    padding: 5.5rem 0 4.5rem;
}

.page-home .home-pitch-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-top: 2px solid var(--ink);
}

.page-home .home-pitch-item {
    padding: 2rem 1.75rem 2rem 0;
    border-bottom: 1px solid var(--line-strong);
}

.page-home .home-pitch-item:nth-child(odd) {
    padding-right: 2.25rem;
    border-right: 1px solid var(--line-strong);
}

.page-home .home-pitch-item:nth-child(even) {
    padding-left: 2.25rem;
}

.page-home .home-pitch-item h3 {
    margin: 0 0 0.6rem;
    font-family: var(--font-display);
    font-size: 1.7rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.page-home .home-pitch-item p {
    margin: 0;
    color: var(--ink-muted);
    line-height: 1.65;
    font-size: 1rem;
}

.page-home .home-steps {
    padding: 5rem 0;
    background: var(--surface-2);
    border-block: 2px solid var(--ink);
}

.page-home .home-live {
    padding: 5rem 0;
    background:
        radial-gradient(ellipse 70% 80% at 100% 0%, rgba(200, 255, 61, 0.18), transparent 55%),
        linear-gradient(180deg, #102e26 0%, var(--deep) 100%);
    color: #fff;
    border-block: 2px solid var(--ink);
}

.page-home .home-live .section-kicker {
    background: #ff3b4a;
    color: #fff;
}

.page-home .home-live h2 {
    color: #fff;
}

.page-home .home-live .section-lead {
    color: rgba(255, 255, 255, 0.78);
    max-width: 48ch;
}

.page-home .home-live-inner {
    display: grid;
    grid-template-columns: 1.25fr 0.85fr;
    gap: 2.5rem;
    align-items: start;
}

.page-home .home-live-points {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.65rem;
}

.page-home .home-live-points li {
    position: relative;
    padding-left: 1.35rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.5;
    font-size: 1.02rem;
}

.page-home .home-live-points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 0.55rem;
    height: 0.55rem;
    background: var(--accent);
}

.page-home .home-live-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.page-home .home-live-aside {
    border: 2px solid rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.28);
    padding: 1.5rem 1.35rem;
}

.page-home .home-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 1rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ff8a95;
}

.page-home .home-live-dot {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: #ff3b4a;
    box-shadow: 0 0 0 0 rgba(255, 59, 74, 0.7);
    animation: home-live-pulse 1.6s ease-out infinite;
}

@keyframes home-live-pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 59, 74, 0.55); }
    70% { box-shadow: 0 0 0 10px rgba(255, 59, 74, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 59, 74, 0); }
}

.page-home .home-live-aside-title {
    margin: 0 0 0.85rem;
    font-family: var(--font-display);
    font-size: 1.55rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1;
}

.page-home .home-live-aside-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.85rem;
    counter-reset: live-aside;
}

.page-home .home-live-aside-list li {
    counter-increment: live-aside;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
    align-items: start;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.45;
}

.page-home .home-live-aside-list li::before {
    content: counter(live-aside, decimal-leading-zero);
    font-family: var(--font-display);
    font-size: 1.2rem;
    color: var(--accent);
    line-height: 1.2;
}

.page-home .home-steps-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.25rem;
}

.page-home .home-step-num {
    display: block;
    font-family: var(--font-display);
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1;
    color: var(--deep);
    margin-bottom: 0.75rem;
    -webkit-text-stroke: 1px var(--accent);
}

.page-home .home-steps-list h3 {
    margin: 0 0 0.5rem;
    font-family: var(--font-display);
    font-size: 1.45rem;
    text-transform: uppercase;
}

.page-home .home-steps-list p {
    margin: 0;
    color: var(--ink-muted);
    line-height: 1.6;
}

.page-home .home-partner-band {
    padding: 5rem 0;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(200, 255, 61, 0.12), transparent 40%),
        linear-gradient(160deg, var(--deep) 0%, var(--deep-2) 100%);
}

.page-home .home-partner-band .section-kicker {
    background: var(--accent);
    color: var(--ink);
}

.page-home .home-partner-band-inner {
    display: grid;
    grid-template-columns: 1.35fr 0.75fr;
    gap: 2.75rem;
    align-items: end;
}

.page-home .home-partner-copy {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 1.4rem;
}

.page-home .home-partner-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}

.page-home .home-partner-points li {
    position: relative;
    padding-left: 1.2rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
}

.page-home .home-partner-points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 0.5rem;
    height: 0.5rem;
    background: var(--accent);
}

.page-home .home-partner-points-ink li {
    color: var(--ink-muted);
}

.page-home .home-partner-points-ink li::before {
    background: var(--deep);
}

.page-home .home-partner-actions {
    display: grid;
    gap: 0.85rem;
}

.page-home .home-partner-actions .btn {
    width: 100%;
}

.page-home .btn-ghost {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.55);
    box-shadow: none;
}

.page-home .btn-ghost:hover {
    background: #fff;
    color: var(--deep);
    border-color: #fff;
}

.page-home .btn-large {
    padding: 1.05rem 1.5rem;
    font-size: 0.9rem;
}

.page-home .home-guest {
    padding: 5rem 0 5.5rem;
}

.page-home .home-guest-inner {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 3rem;
    align-items: start;
}

.page-home .home-guest-form {
    background: #fff;
    border: 2px solid var(--ink);
    box-shadow: 8px 8px 0 var(--accent);
    padding: 1.75rem 1.6rem;
    display: grid;
    gap: 0.1rem;
}

.page-home .home-guest-form h3 {
    margin: 0 0 0.85rem;
    font-family: var(--font-display);
    font-size: 1.7rem;
    text-transform: uppercase;
}

.page-home .home-guest-form .form-label input {
    border-radius: 0;
    border-color: var(--line-strong);
}

.page-home .site-footer {
    background: var(--deep-2);
    border-top: 4px solid var(--accent);
    color: rgba(255, 255, 255, 0.75);
}

@keyframes home-rise {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes home-hero-pan {
    to {
        transform: scale(1);
    }
}

@keyframes home-marquee {
    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-home .hero-media img,
    .page-home .hero-brand,
    .page-home .hero-content h1,
    .page-home .hero-lead,
    .page-home .hero-actions,
    .page-home .home-marquee-track {
        animation: none !important;
    }

    .page-home .hero-brand,
    .page-home .hero-content h1,
    .page-home .hero-lead,
    .page-home .hero-actions {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 860px) {
    .page-home .home-pitch-grid,
    .page-home .home-steps-list,
    .page-home .home-partner-band-inner,
    .page-home .home-guest-inner,
    .page-home .home-live-inner {
        grid-template-columns: 1fr;
    }

    .page-home .home-pitch-item:nth-child(odd),
    .page-home .home-pitch-item:nth-child(even) {
        padding-left: 0;
        padding-right: 0;
        border-right: 0;
    }

    .page-home .hero-content {
        padding: 6rem 0 3.5rem;
    }

    .page-home .home-guest-form {
        box-shadow: 6px 6px 0 var(--accent);
    }
}
