/* Page Layout Styles */
.page-title {
    font-size: clamp(48px, 8vw, 80px);
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}

.page-subtitle {
    font-size: 20px;
    color: var(--tx2);
    max-width: 600px;
    margin: 0 auto 60px;
    text-align: center;
}

/* About Page Styles */
.about-page {
    padding-top: 120px;
    min-height: 100vh;
}

.about-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 100px;
    min-height: 80vh;
    position: relative;
    overflow: hidden;
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.floating-element {
    position: absolute;
    border-radius: 50%;
    background: var(--cf);
    opacity: 0.1;
    mix-blend-mode: screen;
}

.element-1 {
    width: 200px;
    height: 200px;
    top: 10%;
    left: 10%;
    animation: float1 20s infinite ease-in-out;
}

.element-2 {
    width: 150px;
    height: 150px;
    top: 60%;
    left: 70%;
    animation: float2 15s infinite ease-in-out;
}

.element-3 {
    width: 100px;
    height: 100px;
    top: 30%;
    left: 80%;
    animation: float3 25s infinite ease-in-out;
}

@keyframes float1 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(30px, -30px) rotate(120deg); }
    66% { transform: translate(-20px, 20px) rotate(240deg); }
}

@keyframes float2 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(-40px, 30px) rotate(90deg); }
    50% { transform: translate(30px, -40px) rotate(180deg); }
    75% { transform: translate(-30px, -30px) rotate(270deg); }
}

@keyframes float3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(50px, -50px) scale(1.2); }
}

.about-hero-content {
    flex: 1;
    max-width: 500px;
}

.about-hero-logo {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-logo {
    max-width: 100%;
    height: auto;
    max-height: 300px;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
}

.about-text h2 {
    font-size: 42px;
    margin: 60px 0 30px;
    color: var(--cf);
    font-family: var(--f-focus);
    font-weight: 800;
    text-transform: uppercase;
}

.about-text p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: var(--tx2);
    max-width: 700px;
}

.about-text p strong {
    color: var(--cf);
    font-weight: normal;
}





/* Contact Page Styles */
.contact-page {
    padding-top: 120px;
    min-height: 100vh;
}

.contact-content {
    max-width: 800px;
    margin: 0 auto;
}

.contact-info h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: var(--cf);
}

.contact-info p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: var(--tx2);
}

.contact-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.contact-method {
    padding: 30px;
    border: 2px solid var(--bg2);
    border-radius: 20px;
    text-align: center;
}

.contact-method h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--tx);
}

.contact-method p {
    margin-bottom: 5px;
}

.contact-method a {
    color: var(--cf);
    text-decoration: none;
}

.contact-method a:hover {
    text-decoration: underline;
}

.home-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* background-color: red; */
}
.home {
    /* background-color: var(--tx);
    color: var(--bg); */
    position: relative;
    /* background-color: red; */
    /* height: 100dvh; */
    width: 100%;
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    gap: 34px;
    justify-content: space-between;
    padding-top: calc(var(--header-height) / 2);
    /* will-change: filter, opacity; */
    /* min-height: 100dvh; */
}

/* .title {
    font-size: 8vw;
    color: var(--bg2);
    line-height: 1.5;
    text-transform: uppercase;
    position: absolute;
    text-align: right;
    top: 0;
    right: var(--side-padding);
    z-index: 9;
} */

.next-event-text-container {
    text-transform: capitalize;
    /* position: absolute; */
    flex: 1;
    /* background-color: blue; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 300px;
    /* min-width: 250px; */
}
.next-event {
    font-size: 42px;
}
.next-event .artist-day-text {
    font-size: 22px;
    text-wrap: nowrap;
    color: var(--tx2);
    display: block;
    /* background-color: var(--tx);
    width: fit-content;
    padding: 2px 10px; */
}


/* canvas {
    background-color: #00ff0020;
} */

/* ORIGINAL */
/* .liquid-img {
    height: 80vh;
    max-width: 100%;
    position: relative;
    visibility: hidden; 
    margin: 0 auto;
    display: block;
} */

/* FIXED */
.liquid-img {
    /* The WRAPPER inherits these styles now */
    /* max-height: 100%; */
    height: 80vh;
    /* flex: auto; */
    max-width: 100%;
    position: relative;
    /* margin: 0 auto; */
    /* left: 50%;
    transform: translateX(-50%); */
    display: block;
    
    /* Important: We don't want the wrapper invisible, only the img inside later */
    visibility: visible; 
}
/* Ensure the image inside fills the wrapper initially so it has size */
.liquid-img img {
    height: 100%;
    width: auto;
    max-width: 100%;
    display: block;
    /* The JS will handle hiding this later */
}
.event-text span {
    color: var(--tx2);
}

.event-name {
    font-family: var(--f-focus);
    font-weight: 800;
    color: var(--cf);
    font-size: 30px;
}

.home-events-link-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 99;
    max-width: 300px;
    /* min-width: 250px; */
    text-align: right;
}
/* .home-events-link {
    position: absolute;
    bottom: 0;
    right: var(--side-padding);
} */
.bottom-right-arrow {
    display: inline-block;
    height: 1em;
    width: auto;
}
.bottom-right-arrow path {
    transition: fill 100ms ease-in-out;
}
.home-events-link-para {
    color: var(--tx2);
    /* max-width: 14ch;
    text-align: right;
    position: absolute;
    top: 0; */
}
.events-events-link-container {
    transition: border-color 120ms ease;
}
.events-events-link-container .events-events-link-video-container {
    transition: filter 120ms ease;
}
.events-events-link-container:hover {
    border-color: var(--cf);
}
.events-events-link-container:hover .events-events-link-video-container {
    filter: brightness(.5) contrast(1.5);
}
.events-events-link-container:hover .bottom-right-arrow path,
.home-events-link:hover .bottom-right-arrow path {
    fill: var(--cf);
}

.subtitle-events-container {
    display: flex;
    flex-direction: row;
    width: 100dvw;
}

.events {
    position: relative;
    width: 100dvw;
    flex-shrink: 0;
    /* z-index: 2; */
    /* margin-top: 120px;
    height: 100%;
    transform-origin: top center;
    background-color: var(--tx);
    color: var(--bg);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: var(--side-padding);
    min-height: 200vh; */
}

/* .title {
    font-size: 8vw;
    text-transform: uppercase;
    line-height: 1.3;
} */

.subtitle-wrapper {
    /* height: 100vh; */
    /* width: 100dvw; */
    /* display: flex;
    justify-content: center;
    align-items: center; */
    /* flex-shrink: 0; */
    /* margin-left: -100dvw; */
    /* overflow: hidden; */
    position: relative;
    /* margin-bottom: 300px; */

    /* pointer-events: none;
    user-select: none;
    margin-top: -100vh;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: var(--header-height) var(--side-padding); */
}
.subtitle {
    color: var(--tx2);
    text-align: right;
    margin-top: 80px;
    /* font-family: var(--f-focus);
    font-weight: 800; */
    /* font-size: 6vw;
    padding: 100px 0;
    max-width: 1300px;
    transform-origin: left;
    -webkit-text-stroke: 2px var(--tx);
    color: var(--bg2); */
    /* max-width: 700px; */
    /* text-align: center; */
    /* padding: 0 var(--side-padding); */
    /* filter: drop-shadow(-2px 1px 4px rgba(0, 0, 0, 1)); */
}
/* .subtitle .word {
  display: inline-block;
  white-space: nowrap;
  text-wrap: nowrap;
} */
/* .subtitle {
    font-size: 3vw;
    border-top: 1px solid var(--tx);
    border-bottom: 1px solid var(--tx);
    background-color: #000000a3;
    width: max-content;
    min-width: calc(120vw + 100px);
    text-align: center;
    position: absolute;
    text-wrap: nowrap;
    white-space: nowrap;
    rotate: 10deg;
    box-shadow: 0 0 22px 24px rgba(0, 0, 0, 0.5);
} */
/* .subtitle-spacing {
    position: relative;
    height: 100dvh;
} */

.heading {
    font-size: 8vw;
    font-weight: 800;
    font-family: var(--f-focus);
    text-align: right;
    transform-origin: right;
}
.heading > span {
    -webkit-text-stroke: 1px var(--tx);
    color: var(--bg);
}
/* .events .heading {
    margin-bottom: 150px;
} */

/*  */

.stripe {
    border-top: 1px solid var(--bg2);
    border-bottom: 1px solid var(--bg2);
    width: max-content;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0;
    margin:  80px 0;
}
.stripe-child {
    display: inline-flex;
    gap: 3vw;
    padding: 20px 0;
    white-space: nowrap;
    font-size: 5vw;
}
.stripe span {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 20px;
}
.stripe span:nth-of-type(even) {
    -webkit-text-stroke: 1px var(--tx);
    color: transparent;
}

/*  */

.artist-li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 34px;
    padding: 50px 10px;
    color: var(--tx2);
    border-top: 1px solid var(--bg2);
    border-bottom: 1px solid var(--bg2);
    transition: color 200ms ease;
    /* cursor: crosshair; */
}
.artist-li:hover .artist-date .artist-day-text {
    color: var(--cf);
}
.artist-li:hover .artist-date,
.artist-li:hover .artist-name {
    transform: translateX(20px);
}
.artist-name {
    font-family: var(--f-focus);
    font-weight: 800;
    font-size: clamp(30px, 4vw, 80px);
    line-height: 1;
    flex: auto;
    position: relative;
    /* transition: transform 200ms ease; */
}
.artist-li .artist-name::before,
.artist-li .artist-name::after {
    content: attr(data-name);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: transform 200ms ease;
}
.artist-li:hover .artist-name::before {
    opacity: 0.8;
    color: #ff00ff;
    z-index: -1;
    transform: translate(-2px, 0);
    mix-blend-mode: screen;
}
.artist-li:hover .artist-name::after {
    opacity: 0.8;
    color: #00ffff;
    z-index: -2;
    transform: translate(2px, 0);
    mix-blend-mode: screen;
}
.artist-venue,
.artist-date { 
    /* flex-shrink: 0; */
    transition: color 150ms ease;
}
.artist-li:hover { 
    color: var(--tx);
    background-color: #ffffff09;
}
.artist-date { 
    /* width: 150px; */
    transition: transform 200ms ease;
    margin-right: 50px;
}
.artist-li:first-of-type {
    display: none !important;
}
.artist-date span {
    display: block;
}
.artist-venue { 
    text-align: right;
    width: 200px;
}
/* Finished events styles removed - index page only shows upcoming events */
/* Finished events animation removed - index page only shows upcoming events */
/* Finished events styles removed - index page only shows upcoming events */
/* Finished events hover effects removed - index page only shows upcoming events */
/* Finished events hover effects removed - index page only shows upcoming events */
.artist-img-hidden {
    display: none !important;
}

.hover-reveal {
    position: fixed;
    width: 300px;
    height: 400px;
    top: 0; 
    left: 0;
    pointer-events: none;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    will-change: transform;
    border-radius: 4px;
    overflow: hidden;
}
.hover-reveal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.events-events-link-container {
    position: relative;
    width: 100%;
    min-height: 400px;
    height: 60vh;
    overflow: hidden;
    border: 1px solid var(--bg2);
    /* box-shadow: 0 0 120px 14px rgba(255, 0, 0, 0.2); */
    /* margin: 60px 0; */
    margin-top: var(--side-padding);
    /* margin-top: clamp(6px, 4vw, 60px); */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* gap: 32px; */
    border-radius: 40px;
}

/* .events-events-link-container-left,
.events-events-link-container-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.events-events-link-container-left {
    align-items: flex-end;
    font-size: 80px;
    filter: drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.5));
}
.events-events-link-container-right {
    align-items: flex-start;
} */
.events-events-link-video-container::after {
    content: "";
    position: absolute;
    inset: 0; /* Covers the entire container */
    z-index: 1; /* Ensures it sits on top of the video */
    
    /* Lightweight Monochrome Noise (SVG Data URI) */
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2.0' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='1'/%3E%3C/svg%3E");
    background-color: black;
    /* Adjust these to control the noise look */
    opacity: 0.65;          /* Controls noise intensity (0.05 to 0.2 is usually best) */
    mix-blend-mode: overlay; /* Blends noise with the video (try 'hard-light' or 'multiply' for different looks) */
    pointer-events: none;   /* Allows clicks to pass through to the video/links below */
}
.events-events-link-video-container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -999;
}
.events-events-link-container video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.events-events-link {
    display: block;
    width: fit-content;
    /* margin: 120px auto; */
    text-align: center;
    /* font-size: 30px; */
    /* background-color: var(--tx);
    color: var(--bg); */
    /* z-index: 2; */
    padding: 8px 18px;
    border-radius: 4px;
    /* mix-blend-mode: exclusion; */
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
}
/* .events-events-link:hover {
    background-color: var(--cf);
    color: var(--bg);
} */
.bottom-right-arrow path {
    fill: var(--tx);
}










/* Desktop layout - override mobile grid styles */
@media (pointer: fine) and (min-width: 769px) {
    .artist-ul {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        padding: 0 !important;
    }
    
    .artist-li {
        flex-direction: row !important;
        text-align: left !important;
        padding: 50px 10px !important;
        border-radius: 0 !important;
        background: transparent !important;
        border: none !important;
        border-top: 1px solid var(--bg2) !important;
        border-bottom: 1px solid var(--bg2) !important;
        cursor: default !important;
        gap: 34px !important;
    }
    
    .artist-li .artist-img-hidden {
        display: none !important;
    }
    
    .artist-li .artist-content {
        flex: 1;
        display: flex;
        align-items: center;
        gap: 34px;
        width: 100%;
    }
    
    .artist-li .artist-date {
        /* width: auto; */
        text-align: left;
        margin-bottom: 0;
        flex-shrink: 0;
        font-size: inherit;
        color: inherit;
    }
    
    .artist-li .artist-date span {
        display: block;
        margin: 0;
    }
    
    .artist-li .artist-name {
        font-size: clamp(30px, 4vw, 80px);
        text-align: left;
        line-height: 1;
        margin-bottom: 0;
        font-family: var(--f-focus);
        font-weight: 800;
        flex: auto;
        position: relative;
    }
    
    .artist-li .artist-venue {
        width: 200px;
        text-align: right;
        color: inherit;
        font-size: inherit;
        margin: 0;
    }
}



@media (max-width: 1246px) {
    .liquid-img {
        height: 500px;
        /* max-width: 100%;
        position: relative;
        display: block;
        visibility: visible;  */
    }
    .home-wrapper {
        height: auto;
    }
    .home {
        padding-top: calc(var(--header-height) + 20px );
    }
    /* .subtitle-wrapper {
        margin-top: 80px;
        margin-bottom: 80px;
    } */
}

@media (max-width: 1120px) {
    .artist-li {
        /* position: relative;
        display: flex;
        align-items: center;
        gap: 34px;
        padding: 50px 10px;
        color: var(--tx2);
        border-top: 1px solid var(--bg2);
        border-bottom: 1px solid var(--bg2);
        transition: color 200ms ease;
        cursor: crosshair; */
        flex-direction: column;
        align-items: center;
        /* margin: 14px 0; */
    }
    .artist-venue,
    .artist-date {
        text-align: center;
    }
    .artist-name {
        /* font-family: var(--f-focus);
        font-weight: 800; */
        font-size: clamp(30px, 7vw, 80px);
        text-align: center;
        /* line-height: 1;
        flex: auto;
        position: relative; */
        /* transition: transform 200ms ease; */
    }
}
@media (max-width: 1110px) {
    .artist-date { 
        margin-right: 30px;
    }
}
@media (max-width: 1060px) {
    .stripe {
        margin:  60px 0;
    }
}
@media (max-width: 1000px) {
    .artist-date { 
        margin-right: 10px;
    }
    .subtitle {
        margin-top: 60px;
    }
}
@media (max-width: 990px) {
    /* .home {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        row-gap: 60px;
    } */
    .home-events-link-container {
        /* max-width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        row-gap: 10px; */
        display: none;
    }
    .home-events-link-container,
    .next-event-text-container {
        /* width: 100%; */
        min-width: 220px;
        flex: auto;
    }
}
@media (max-width: 968px) {
    .about-hero {
        flex-direction: column;
        text-align: center;
        gap: 40px;
        margin-bottom: 60px;
    }
    
    .about-hero-content {
        max-width: 100%;
    }
    
    .about-hero-logo {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .about-logo {
        max-height: 250px;
    }
}
@media (max-width: 900px) {
    .stripe {
        margin:  40px 0;
    }
}
@media (max-width: 890px) {
    .artist-date { 
        margin-right: 0;
    }
}
@media (max-width: 848px) {
    .subtitle {
        margin-top: 50px;
    }
}
@media (max-width: 840px) {
    .home {
        row-gap: 10px;
    }
    .next-event-text-container {
        max-width: 100%;
    }
    #liquidImg1 {
        height: auto;
    }
}
@media (pointer: coarse), (max-width: 768px) {
    .artist-li:hover .artist-date,
    .artist-li:hover .artist-name {
        transform: none !important;
    }
    
    .artist-li .artist-name::before,
    .artist-li .artist-name::after {
        display: none !important;
    }
    
    .artist-li:hover {
        color: var(--tx2) !important;
        background-color: transparent !important;
    }
    
    .hover-reveal {
        display: none !important;
    }
    
    /* Grid layout for touch devices/mobile - match events.html grid layout */
    .artist-ul {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
    }
    
    .artist-li {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid var(--bg2);
        transition: all 0.3s ease;
        cursor: pointer;
        gap: 16px;
    }
    
    .artist-li .artist-img-hidden {
        display: block !important;
        width: 100%;
        max-height: 400px;
        /* max-width: 250px; */
        /* height: 180px; */
        object-fit: contain;
        border-radius: 8px;
        margin: 0 auto;
        flex-shrink: 0;
    }
    
    .artist-li .artist-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
    
    .artist-li .artist-date {
        width: auto;
        text-align: center;
        margin-bottom: 0;
        flex-shrink: 0;
        min-width: auto;
        font-size: 14px;
        color: var(--tx2);
    }
    
    .artist-li .artist-name {
        font-size: clamp(18px, 4vw, 24px);
        margin-bottom: 0;
        text-align: center;
        line-height: 1.2;
        transition: transform 0.3s ease;
        font-family: var(--f-focus);
        font-weight: 800;
    }
    
    .artist-li .artist-venue {
        width: auto;
        text-align: center;
        color: var(--tx2);
        font-size: 14px;
        margin: 0;
    }
    
    .artist-li .artist-date span {
        display: inline-block;
        margin: 0 4px;
    }
}
@media (max-width: 768px) {
    .events-container,
    .about-content,
    .contact-content {
        padding: 0 20px;
    }
    
    .about-hero {
        padding: 0 20px;
    }
    
    .about-logo {
        max-height: 200px;
    }
    
    .about-text h2 {
        font-size: 32px;
        margin: 40px 0 20px;
    }
    
    .about-text p {
        font-size: 18px;
    }
    
    .contact-methods {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 710px) {
    .stripe {
        margin:  30px 0;
    }
}
@media (max-width: 682px) {
    .home {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        row-gap: 60px;
    }
}
@media (max-width: 480px) {
    .page-title {
        font-size: 40px;
    }
    
    .page-subtitle {
        font-size: 18px;
    }
}
@media (max-width: 388px) {
    .artist-ul {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        padding: 15px 0 !important;
    }
    
    .artist-li {
        padding: 15px !important;
        gap: 12px !important;
    }
    
    .artist-li .artist-name {
        font-size: clamp(16px, 5vw, 20px) !important;
        line-height: 1.1 !important;
    }
    
    .artist-li .artist-date {
        font-size: 12px !important;
    }
    
    .artist-li .artist-venue {
        font-size: 12px !important;
    }
    
    /* .artist-li .artist-img-hidden {
        max-width: 200px !important;
        height: 140px !important;
    } */
    
    .next-event {
        font-size: clamp(28px, 8vw, 36px) !important;
    }
    
    .next-event .artist-day-text {
        font-size: clamp(16px, 4vw, 18px) !important;
    }
    
    .event-text {
        font-size: 14px;
    }
    .event-name {
        font-size: 24px;
    }
    
    .home-events-link-para {
        font-size: 12px !important;
    }
    
    .stripe-child {
        font-size: clamp(12px, 3vw, 16px) !important;
        padding: 15px 0 !important;
    }
    
    .stripe span {
        padding: 0 10px !important;
    }
}
@media (max-width: 320px) {
    .home-events-link-container,
    .next-event-text-container {
        min-width: auto;
    }
    .event-text {
        font-size: 14px;
    }
    .event-name {
        font-size: 18px;
    }
}
/* @media (max-width: 1020px) {
    .home {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
} */

/* @media (max-width: 768px) {
    .home {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .newsletter-popup-content {
        padding: 50px 30px 30px;
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    
    .newsletter-popup-text {
        text-align: center;
    }
    
    .newsletter-popup-title {
        font-size: 24px;
    }
    
    .newsletter-popup-desc {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .newsletter-popup-input,
    .newsletter-popup-btn {
        font-size: 16px;
    }
}

.newsletter-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.newsletter-popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.newsletter-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.newsletter-popup-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--bg);
    transform: translateY(100%);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 90vh;
    overflow-y: auto;
}

.newsletter-popup.active .newsletter-popup-container {
    transform: translateY(0);
}

.newsletter-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 30px;
    color: var(--tx);
    cursor: pointer;
    padding: 5px;
    line-height: 1;
    transition: color 0.3s ease;
    z-index: 10;
}

.newsletter-close-btn:hover {
    color: var(--cf);
}

.newsletter-popup-content {
    padding: 60px 40px 40px;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
}

.newsletter-popup-text {
    flex: 1;
    text-align: left;
}

.newsletter-popup-title {
    font-family: 'Syne', sans-serif;
    font-size: clamp(28px, 5vw, 36px);
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--tx);
    text-transform: uppercase;
}

.newsletter-popup-desc {
    font-size: 16px;
    color: var(--tx2);
    margin-bottom: 0;
    line-height: 1.5;
}

.newsletter-popup-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.newsletter-popup-input {
    padding: 15px 20px;
    border: 2px solid var(--tx2);
    background: var(--bg);
    color: var(--tx);
    font-size: 16px;
    border-radius: 0;
    outline: none;
    transition: border-color 0.3s ease;
}

.newsletter-popup-input::placeholder {
    color: var(--tx2);
}

.newsletter-popup-input:focus {
    border-color: var(--cf);
}

.newsletter-popup-btn {
    padding: 15px 30px;
    background: var(--cf);
    color: var(--bg);
    border: none;
    font-family: 'Syne', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0;
}

.newsletter-popup-btn:hover {
    background: var(--tx);
    color: var(--bg);
    transform: translateY(-2px);
} */