/* ===========================

   SIPSTAK PREMIUM WEBSITE

=========================== */

*{

    margin:0;

    padding:0;

    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    font-family:'Inter',sans-serif;

    background:#090909;

    color:#fff;

    overflow-x:hidden;

    line-height:1.7;

}

img{

    display:block;

    max-width:100%;

}

a{

    text-decoration:none;

    color:inherit;

}

.container{

    width:min(1400px,92%);

    margin:auto;

}

/* ===========================

   HEADER

=========================== */

header{

    position:fixed;

    top:0;

    width:100%;

    z-index:999;

    background:rgba(8,8,8,.75);

    backdrop-filter:blur(18px);

    border-bottom:1px solid rgba(255,255,255,.08);

}

header .container{

    height:85px;

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.logo img{

    height:55px;

}

nav{

    display:flex;

    gap:40px;

}

nav a{

    color:#ddd;

    font-weight:600;

    transition:.3s;

}

nav a:hover{

    color:#d4af37;

}

.nav-button{

    background:#d4af37;

    color:#111;

    padding:15px 30px;

    border-radius:40px;

    font-weight:800;

    transition:.3s;

}

.nav-button:hover{

    transform:translateY(-3px);

}

/* ===========================

   HERO

=========================== */

.hero{

    min-height:100vh;

    display:flex;

    align-items:center;

    background:

    linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.85)),

    url("https://images.unsplash.com/photo-1514525253161-7a46d19cd819?auto=format&fit=crop&w=1800&q=80");

    background-size:cover;

    background-position:center;

    padding-top:90px;

}

.hero-grid{

    display:grid;

    grid-template-columns:1.2fr .8fr;

    gap:80px;

    align-items:center;

}

.eyebrow{

    color:#d4af37;

    letter-spacing:3px;

    font-weight:700;

    margin-bottom:18px;

}

.hero h1{

    font-size:78px;

    line-height:1;

    font-weight:900;

    margin-bottom:25px;

}

.hero h1 span{

    display:block;

    color:#d4af37;

}

.hero p{

    color:#d0d0d0;

    font-size:21px;

    max-width:650px;

}

.hero-buttons{

    display:flex;

    gap:20px;

    margin:45px 0;

}

.primary-button{

    background:#d4af37;

    color:#111;

    padding:18px 36px;

    border-radius:40px;

    font-weight:800;

}

.secondary-button{

    border:2px solid #fff;

    padding:18px 36px;

    border-radius:40px;

}

.hero-stats{

    display:flex;

    gap:50px;

}

.hero-stats h2{

    color:#d4af37;

    font-size:38px;

}

.hero-product{

    display:flex;

    justify-content:center;

}

.hero-product img{

    width:360px;

}

.trust-strip{

    background:#111;

    padding:30px 0;

}

.trust-strip .container{

    display:grid;

    grid-template-columns:repeat(6,1fr);

    gap:20px;

    text-align:center;

    font-weight:700;

    color:#bdbdbd;

}
/* ===========================

   GENERAL SECTIONS

=========================== */

.section{

    padding:120px 0;

}

.dark{

    background:#101010;

}

.section-heading{

    text-align:center;

    max-width:800px;

    margin:0 auto 70px;

}

.section-heading h2{

    font-size:54px;

    margin:18px 0;

}

.section-heading p{

    color:#bdbdbd;

    font-size:19px;

}

.section-heading::after{

    content:"";

    display:block;

    width:90px;

    height:4px;

    background:#d4af37;

    margin:30px auto 0;

    border-radius:30px;

}

/* ===========================

   PRODUCT

=========================== */

.product-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:90px;

    align-items:center;

}

.product-card{

    background:#161616;

    border-radius:30px;

    padding:60px;

    border:1px solid rgba(255,255,255,.08);

    box-shadow:0 25px 60px rgba(0,0,0,.45);

    transition:.35s;

}

.product-card:hover{

    transform:translateY(-8px);

}

.product-card img{

    width:100%;

}

.product-content h2{

    font-size:60px;

    line-height:1.05;

    margin:20px 0 30px;

}

.product-content h2 span{

    display:block;

    color:#d4af37;

}

.product-content p{

    color:#bdbdbd;

    font-size:20px;

    margin-bottom:30px;

}

.feature-list{

    list-style:none;

    margin:40px 0;

}

.feature-list li{

    padding:14px 0;

    font-size:18px;

    border-bottom:1px solid rgba(255,255,255,.08);

}

.feature-list li::before{

    content:"✓";

    color:#d4af37;

    font-weight:800;

    margin-right:12px;

}

/* ===========================

   FEATURES

=========================== */

.features-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.feature-card{

    background:#171717;

    border:1px solid rgba(255,255,255,.08);

    border-radius:24px;

    padding:40px;

    transition:.35s;

}

.feature-card:hover{

    transform:translateY(-10px);

    border-color:#d4af37;

    box-shadow:0 20px 45px rgba(0,0,0,.45);

}

.icon{

    font-size:52px;

    margin-bottom:25px;

}

.feature-card h3{

    font-size:24px;

    margin-bottom:18px;

}

.feature-card p{

    color:#bdbdbd;

}

/* ===========================

   VENUES

=========================== */

.venue-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.venue-card{

    position:relative;

    height:420px;

    border-radius:24px;

    overflow:hidden;

    transition:.4s;

    cursor:pointer;

}

.venue-card:hover{

    transform:translateY(-10px);

}

.venue-overlay{

    position:absolute;

    inset:0;

    display:flex;

    flex-direction:column;

    justify-content:flex-end;

    padding:35px;

    background:linear-gradient(

        transparent,

        rgba(0,0,0,.85)

    );

}

.venue-overlay h3{

    font-size:30px;

    margin-bottom:10px;

}

.venue-overlay p{

    color:#ddd;

}

.stadium{

    background:url("https://images.unsplash.com/photo-1547347298-4074fc3086f0?auto=format&fit=crop&w=1200&q=80");

    background-size:cover;

    background-position:center;

}

.brewery{

    background:url("https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?auto=format&fit=crop&w=1200&q=80");

    background-size:cover;

    background-position:center;

}

.race{

    background:url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1200&q=80");

    background-size:cover;

    background-position:center;

}

.concert{

    background:url("https://images.unsplash.com/photo-1501386761578-eac5c94b800a?auto=format&fit=crop&w=1200&q=80");

    background-size:cover;

    background-position:center;

}

.golf{

    background:url("https://images.unsplash.com/photo-1535131749006-b7f58c99034b?auto=format&fit=crop&w=1200&q=80");

    background-size:cover;

    background-position:center;

}

.theme{

    background:url("https://images.unsplash.com/photo-1513883049090-d0b7439799bf?auto=format&fit=crop&w=1200&q=80");

    background-size:cover;

    background-position:center;

}

/* ===========================

   STATS

=========================== */

.stats-section{

    background:#d4af37;

    color:#111;

    padding:90px 0;

}

.stats-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    text-align:center;

}

.stats-grid h2{

    font-size:64px;

    font-weight:900;

}

.stats-grid p{

    font-size:18px;

    font-weight:700;

}
/* ===========================

   WHY SIPSTAK

=========================== */

.split-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:90px;

    align-items:center;

}

.why-title{

    font-size:64px;

    line-height:1.05;

    margin:20px 0 30px;

    font-weight:900;

}

.why-title span{

    display:block;

    color:#d4af37;

}

.why-text{

    color:#bdbdbd;

    font-size:20px;

    margin-bottom:45px;

}

.glass-panel{

    background:rgba(255,255,255,.05);

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.08);

    border-radius:30px;

    padding:55px;

    box-shadow:0 25px 60px rgba(0,0,0,.45);

}

.glass-panel h3{

    font-size:38px;

    margin-bottom:35px;

}

.advantage-list{

    list-style:none;

}

.advantage-list li{

    display:flex;

    align-items:center;

    gap:18px;

    padding:18px 0;

    border-bottom:1px solid rgba(255,255,255,.08);

    font-size:18px;

}

.advantage-list li:last-child{

    border-bottom:none;

}

.advantage-list li::before{

    content:"✓";

    width:34px;

    height:34px;

    border-radius:50%;

    background:#d4af37;

    color:#111;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:800;

}

/* ===========================

   TESTIMONIALS

=========================== */

.testimonial-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.testimonial-card{

    background:#171717;

    border:1px solid rgba(255,255,255,.08);

    border-radius:24px;

    padding:40px;

    transition:.35s;

}

.testimonial-card:hover{

    transform:translateY(-10px);

    border-color:#d4af37;

    box-shadow:0 20px 45px rgba(0,0,0,.45);

}

.stars{

    color:#d4af37;

    font-size:24px;

    margin-bottom:20px;

}

.testimonial-card p{

    color:#cfcfcf;

    margin-bottom:30px;

}

.testimonial-card h4{

    font-size:20px;

}

.testimonial-card span{

    color:#999;

}

/* ===========================

   CONTACT

=========================== */

.contact-section{

    background:#101010;

}

.contact-form{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:22px;

    margin-top:60px;

}

.contact-form input,

.contact-form textarea{

    width:100%;

    padding:18px 20px;

    background:#181818;

    border:1px solid rgba(255,255,255,.08);

    border-radius:16px;

    color:#fff;

    font-size:16px;

    outline:none;

    transition:.3s;

}

.contact-form input:focus,

.contact-form textarea:focus{

    border-color:#d4af37;

}

.contact-form textarea{

    grid-column:1/-1;

    min-height:180px;

    resize:vertical;

}

.contact-form button{

    grid-column:1/-1;

    background:#d4af37;

    color:#111;

    padding:20px;

    border:none;

    border-radius:16px;

    font-size:18px;

    font-weight:800;

    cursor:pointer;

    transition:.3s;

}

.contact-form button:hover{

    transform:translateY(-3px);

    box-shadow:0 15px 35px rgba(212,175,55,.35);

}

/* ===========================

   FINAL CTA

=========================== */

.final-cta{

    padding:120px 0;

    text-align:center;

    background:linear-gradient(180deg,#090909,#141414);

}

.final-cta h2{

    font-size:60px;

    margin-bottom:20px;

}

.final-cta p{

    color:#cfcfcf;

    max-width:700px;

    margin:0 auto 45px;

    font-size:20px;

}

/* ===========================

   FOOTER

=========================== */

footer{

    background:#050505;

    padding:90px 0 40px;

}

.footer-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1fr 1fr;

    gap:50px;

}

.footer-logo{

    width:180px;

    margin-bottom:25px;

}

footer h4{

    margin-bottom:20px;

}

footer a,

footer p{

    display:block;

    color:#9e9e9e;

    margin-bottom:12px;

}

footer a:hover{

    color:#d4af37;

}

.copyright{

    margin-top:60px;

    text-align:center;

    color:#666;

    border-top:1px solid rgba(255,255,255,.08);

    padding-top:30px;

}

/* ===========================

   RESPONSIVE

=========================== */

@media (max-width:1000px){

nav{

    display:none;

}

.hero-grid,

.product-grid,

.split-grid,

.footer-grid,

.features-grid,

.venue-grid,

.testimonial-grid,

.stats-grid,

.contact-form{

    grid-template-columns:1fr;

}

.hero{

    text-align:center;

}

.hero h1{

    font-size:52px;

}

.hero-buttons{

    flex-direction:column;

}

.hero-stats{

    justify-content:center;

    flex-wrap:wrap;

}

.section-heading h2,

.product-content h2,

.why-title,

.final-cta h2{

    font-size:40px;

}

.contact-form textarea,

.contact-form button{

    grid-column:auto;

}

.trust-strip .container{

    grid-template-columns:repeat(2,1fr);

}

}
/* ===========================

   PREMIUM ANIMATIONS

=========================== */

.primary-button,

.nav-button{

    position:relative;

    overflow:hidden;

    transition:all .35s ease;

}

.primary-button:hover,

.nav-button:hover{

    transform:translateY(-4px);

    box-shadow:0 18px 45px rgba(212,175,55,.35);

}

.primary-button::before,

.nav-button::before{

    content:"";

    position:absolute;

    top:0;

    left:-120%;

    width:60%;

    height:100%;

    background:linear-gradient(

        120deg,

        transparent,

        rgba(255,255,255,.45),

        transparent

    );

    transition:.7s;

}

.primary-button:hover::before,

.nav-button:hover::before{

    left:160%;

}

/* ===========================

   CARD HOVER EFFECTS

=========================== */

.product-card,

.feature-card,

.venue-card,

.testimonial-card,

.glass-panel{

    transition:

        transform .35s ease,

        box-shadow .35s ease,

        border-color .35s ease;

}

.product-card:hover,

.feature-card:hover,

.venue-card:hover,

.testimonial-card:hover,

.glass-panel:hover{

    transform:translateY(-10px);

    border-color:#d4af37;

    box-shadow:0 30px 70px rgba(0,0,0,.45);

}

/* ===========================

   NAVIGATION

=========================== */

nav a{

    position:relative;

}

nav a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-8px;

    width:0;

    height:2px;

    background:#d4af37;

    transition:.35s;

}

nav a:hover::after{

    width:100%;

}

/* ===========================

   FLOATING PRODUCT

=========================== */

.hero-product img{

    animation:float 6s ease-in-out infinite;

}

@keyframes float{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-18px);

    }

    100%{

        transform:translateY(0);

    }

}

/* ===========================

   SCROLL REVEAL

=========================== */

.reveal{

    opacity:0;

    transform:translateY(50px);

    transition:all .8s ease;

}

.reveal.active{

    opacity:1;

    transform:translateY(0);

}

/* ===========================

   HERO FADE

=========================== */

.hero-content{

    animation:fadeLeft 1s ease;

}

.hero-product{

    animation:fadeRight 1s ease;

}

@keyframes fadeLeft{

    from{

        opacity:0;

        transform:translateX(-50px);

    }

    to{

        opacity:1;

        transform:translateX(0);

    }

}

@keyframes fadeRight{

    from{

        opacity:0;

        transform:translateX(50px);

    }

    to{

        opacity:1;

        transform:translateX(0);

    }

}

/* ===========================

   CUSTOM SCROLLBAR

=========================== */

::-webkit-scrollbar{

    width:10px;

}

::-webkit-scrollbar-track{

    background:#111;

}

::-webkit-scrollbar-thumb{

    background:#d4af37;

    border-radius:20px;

}

::-webkit-scrollbar-thumb:hover{

    background:#e5c55d;

}

/* ===========================

   SELECTION

=========================== */

::selection{

    background:#d4af37;

    color:#111;

}