:root {
    --paint-black: #050505;
    --paint-pink: #f23886;
    --paint-purple: #9b00dc;
    --paint-gold: #d7a52a;
    --paint-cream: #f1dcad;
    --paint-cyan: #18c7e8;
    --paint-orange: #ff8a22;
}

@media (max-width: 768px) {
    nav,
    .main-nav,
    .site-nav,
    .menu,
    .navbar {
        display: none !important;
    }
}

.paint-page {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top, rgba(242, 56, 134, .18), transparent 30%),
        radial-gradient(circle at 80% 20%, rgba(215, 165, 42, .12), transparent 28%),
        radial-gradient(circle at 20% 70%, rgba(24, 199, 232, .12), transparent 28%),
        #050505;
    color: #fff;
    min-height: 100vh;
    font-family: Georgia, "Times New Roman", serif;
}

.paint-page::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, transparent 0%, rgba(255,255,255,.04) 48%, transparent 52%),
        radial-gradient(circle, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 100% 100%, 28px 28px;
    opacity: .3;
    pointer-events: none;
}

.paint-wrap {
    position: relative;
    z-index: 5;
    width: min(1100px, calc(100% - 24px));
    margin: 0 auto;
    padding: 32px 0 58px;
}

.paint-float {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    user-select: none;
    filter: drop-shadow(0 20px 28px rgba(0,0,0,.55));
    will-change: transform;
}

.flower-tl {
    top: 16px;
    left: -80px;
    width: 245px;
}

.flower-tr {
    top: 20px;
    right: -95px;
    width: 250px;
}

.brushes-l {
    top: 300px;
    left: -180px;
    width: 300px;
}

.brushes-r {
    top: 360px;
    right: -150px;
    width: 280px;
}

.palette {
    bottom: 20px;
    left: -150px;
    width: 310px;
}

.flowers-br {
    bottom: -40px;
    right: -130px;
    width: 330px;
}

.paint-hero,
.paint-section {
    border-radius: 24px;
    background: rgba(0,0,0,.68);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 18px 42px rgba(0,0,0,.45);
    backdrop-filter: blur(4px);
}

.paint-hero {
    text-align: center;
    padding: 42px 16px 24px;
    border-color: rgba(215, 165, 42, .35);
    box-shadow: 0 0 45px rgba(242, 56, 134, .14), inset 0 0 80px rgba(255,255,255,.03);
}

.paint-presents {
    color: var(--paint-cream);
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: clamp(1.05rem, 3vw, 1.55rem);
    margin: 0 0 14px;
}

.paint-headline {
    display: block;
    max-width: 760px;
    width: 96%;
    margin: 0 auto 10px;
}

.paint-tagline {
    color: #fff;
    font-size: clamp(1.35rem, 5vw, 2.1rem);
    font-style: italic;
    margin: 8px 0 6px;
}

.paint-subline {
    color: var(--paint-gold);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: bold;
    font-size: clamp(1rem, 3vw, 1.3rem);
}

.paint-date {
    margin: 26px auto 8px;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--paint-gold);
    font-weight: bold;
    font-size: clamp(1.4rem, 5vw, 2.15rem);
}

.paint-big-date {
    font-size: clamp(3rem, 13vw, 6.1rem);
    line-height: .9;
    color: #fff;
    font-weight: 800;
    text-shadow: 0 0 20px rgba(255,255,255,.2);
}

.paint-time {
    color: var(--paint-pink);
    font-size: clamp(1.55rem, 6vw, 2.35rem);
    font-weight: bold;
    letter-spacing: .1em;
    margin-top: 12px;
}

.paint-price {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    margin: 22px auto 6px;
    padding: 10px 30px;
    color: #111;
    background: linear-gradient(90deg, #c68f18, #f0c75a, #c68f18);
    border-radius: 999px;
    font-weight: 900;
    box-shadow: 0 0 22px rgba(215,165,42,.35);
}

.paint-price strong {
    font-size: clamp(2.35rem, 10vw, 3.8rem);
}

.paint-price span {
    text-transform: uppercase;
    font-size: .85rem;
}

.paint-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 24px auto 4px;
    max-width: 520px;
}

.paint-btn {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-weight: 900;
    border-radius: 999px;
    padding: 15px 18px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.paint-btn:hover {
    transform: translateY(-2px);
}

.paint-btn-primary {
    color: #111;
    background: linear-gradient(90deg, var(--paint-pink), #ff75b1);
    box-shadow: 0 0 24px rgba(242,56,134,.4);
}

.paint-btn-secondary {
    color: var(--paint-cream);
    border: 1px solid rgba(215,165,42,.75);
    background: rgba(0,0,0,.55);
}

.paint-countdown {
    margin: 24px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    max-width: 580px;
}

.count-box {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 16px;
    padding: 12px 6px;
}

.count-box strong {
    display: block;
    color: var(--paint-cream);
    font-size: clamp(1.35rem, 6vw, 2.2rem);
}

.count-box span {
    display: block;
    color: var(--paint-pink);
    text-transform: uppercase;
    font-size: .72rem;
    letter-spacing: .08em;
}

.paint-section {
    margin-top: 20px;
    padding: 22px 16px;
}

.paint-section h2 {
    margin: 0 0 14px;
    text-align: center;
    color: var(--paint-gold);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: clamp(1.3rem, 5vw, 1.9rem);
}

.paint-section p {
    font-size: 1.02rem;
    line-height: 1.6;
    margin: 0 auto 12px;
    max-width: 760px;
    text-align: center;
}

.paint-icons {
    display: block;
    width: 100%;
    max-width: 980px;
    margin: 10px auto 0;
}

.paint-info-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.paint-info-card {
    text-align: center;
    padding: 8px;
    border-radius: 14px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.10);
}

.paint-info-card img {
    width: 72px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.paint-location {
    text-align: center;
}

.paint-location strong {
    display: block;
    color: var(--paint-cream);
    font-size: 1.35rem;
    margin-bottom: 5px;
}

.paint-location a {
    color: #f1dcad;
    font-weight: bold;
}

.desktop-poster-card {
    display: none;
    margin-top: 18px;
}

.paint-gallery-note {
    color: var(--paint-cream);
    font-style: italic;
}

.paint-gallery-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 20px auto 0;
    max-width: 960px;
}

.paint-gallery-panel {
    padding: 14px;
    border-radius: 20px;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.12);
}

.paint-gallery-panel h3 {
    margin: 0 0 12px;
    text-align: center;
    color: var(--paint-gold);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 1rem;
}

.paint-gallery-compact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.paint-gallery-compact img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 14px;
    cursor: zoom-in;
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 10px 24px rgba(0,0,0,.35);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.paint-gallery-compact img:hover {
    transform: translateY(-3px) scale(1.015);
    border-color: rgba(255,204,0,.45);
    box-shadow: 0 16px 34px rgba(0,0,0,.45), 0 0 24px rgba(255,204,0,.12);
}

.paint-gallery-compact.artwork img {
    aspect-ratio: 1 / 1;
}

.paint-lightbox {
    display: none;
    position: fixed;
    z-index: 99999;
    inset: 0;
    padding: 22px;
    background: rgba(0,0,0,.88);
    align-items: center;
    justify-content: center;
}

.paint-lightbox.open {
    display: flex;
}

.paint-lightbox img {
    max-width: min(96vw, 1200px);
    max-height: 88vh;
    border-radius: 18px;
    box-shadow: 0 20px 70px rgba(0,0,0,.7);
}

.paint-lightbox-close {
    position: fixed;
    top: 14px;
    right: 18px;
    border: 0;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    cursor: pointer;
}

@media (min-width: 760px) {
    .paint-wrap {
        padding-top: 52px;
    }

    .paint-buttons {
        grid-template-columns: 1fr 1fr;
    }

    .paint-info-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .paint-section {
        padding: 28px;
    }
}

@media (min-width: 900px) {
    .paint-wrap {
        width: min(1180px, calc(100% - 48px));
        padding: 34px 0 52px;
    }

    .paint-hero {
        display: grid;
        grid-template-columns: 1.15fr .85fr;
        align-items: center;
        gap: 28px;
        text-align: left;
        padding: 32px 40px;
    }

    .paint-hero-main {
        text-align: center;
    }

    .paint-headline {
        max-width: 520px;
        margin-bottom: 6px;
    }

    .paint-presents {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }

    .paint-subline {
        font-size: 1rem;
    }

    .paint-tagline {
        font-size: 1.55rem;
    }

    .paint-date {
        margin-top: 12px;
        font-size: 1.35rem;
    }

    .paint-big-date {
        font-size: 4.2rem;
    }

    .paint-time {
        font-size: 1.8rem;
        margin-top: 8px;
    }

    .paint-price {
        margin-top: 14px;
        padding: 6px 24px;
    }

    .paint-price strong {
        font-size: 3rem;
    }

    .paint-buttons {
        max-width: none;
        margin-top: 18px;
    }

    .paint-countdown {
        margin-top: 0;
        grid-template-columns: repeat(2, 1fr);
        max-width: 360px;
    }

    .count-box {
        padding: 14px 8px;
    }

    .count-box strong {
        font-size: 2rem;
    }

    .desktop-poster-card {
        display: block;
        padding: 18px;
        border-radius: 22px;
        background: rgba(255,255,255,.06);
        border: 1px solid rgba(255,255,255,.14);
    }

    .desktop-poster-card img {
        width: 100%;
        max-width: 330px;
        display: block;
        margin: 0 auto;
    }

    .paint-section {
        margin-top: 18px;
        padding: 24px 28px;
    }

    .paint-section h2 {
        font-size: 1.45rem;
        margin-bottom: 10px;
    }

    .paint-section p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .paint-info-card {
        padding: 22px;
    }

    .paint-info-card img {
        width: 92px;
    }

    .paint-icons {
        max-width: 860px;
    }

    .paint-gallery-columns {
        grid-template-columns: 1.25fr .85fr;
        align-items: start;
        max-width: 980px;
    }

    .paint-gallery-compact img {
        max-height: 185px;
    }

    .paint-gallery-compact.artwork img {
        max-height: 150px;
    }
}

@media (min-width: 1200px) {
    .flower-tl {
        left: 20px;
        width: 300px;
    }

    .flower-tr {
        right: 18px;
        width: 310px;
    }

    .brushes-l {
        left: 0;
        width: 330px;
    }

    .brushes-r {
        right: 8px;
        width: 315px;
    }

    .palette {
        left: 30px;
        width: 360px;
    }

    .flowers-br {
        right: 20px;
        width: 390px;
    }
}

@media (max-width: 600px) {
    .paint-wrap {
        width: min(100% - 20px, 520px);
        padding-top: 24px;
    }

    .paint-hero {
        padding-top: 36px;
    }

    .flower-tl {
        width: 150px;
        left: -55px;
        top: 10px;
    }

    .flower-tr {
        width: 150px;
        right: -60px;
        top: 8px;
    }

    .brushes-l,
    .brushes-r {
        opacity: .24;
        width: 180px;
    }

    .brushes-l {
        left: -115px;
        top: 250px;
    }

    .brushes-r {
        right: -100px;
        top: 450px;
    }

    .palette {
        width: 190px;
        left: -100px;
        bottom: 160px;
        opacity: .75;
    }

    .flowers-br {
        width: 210px;
        right: -90px;
        bottom: -35px;
    }

    .paint-countdown {
        gap: 6px;
    }

    .count-box {
        border-radius: 12px;
        padding: 10px 3px;
    }

    .paint-gallery-panel {
        padding: 10px;
    }

    .paint-gallery-compact img {
        border-radius: 12px;
    }
}
