:root{

--bg:#090807;
--bg2:#12100d;

--card:#171310;

--line:#30251d;

--white:#ffffff;

--text:#e4ddd6;

--muted:#9f9388;

--red:#b32921;

--red2:#db4333;

--bronze:#bc8952;

--gold:#d7a46d;

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

--radius:24px;

--max:1320px;

}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:Inter,sans-serif;
background:var(--bg);
color:var(--text);
overflow-x:hidden;
}

img{
display:block;
max-width:100%;
}

a{
text-decoration:none;
color:inherit;
}
.container{
width:min(92%,var(--max));
margin:auto;
}
section{
padding:110px 0;
}


.header{
position:fixed;
top:0;
left:0;
width:100%;

z-index:1000;

background:rgba(8,7,6,.82);

backdrop-filter:blur(18px);

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

transition:.35s;

}

.header.scrolled{

background:rgba(7,6,5,.95);

}

.nav{

height:92px;

display:flex;

align-items:center;

justify-content:space-between;

}

.logo img{

height:84px;

}

.desktop-nav{

display:flex;

gap:38px;

}

.desktop-nav a{

font-size:.9rem;

font-weight:700;

letter-spacing:.08em;

text-transform:uppercase;

color:#d8d0ca;

transition:.3s;

}

.desktop-nav a:hover{

color:var(--gold);

}

.nav-right{

display:flex;

align-items:center;

gap:18px;

}

.mobile-toggle{

display:none;

width:56px;
height:56px;

border:none;

border-radius:18px;

background:#1b1612;

color:#fff;

cursor:pointer;

}

.mobile-toggle span{

display:block;

width:22px;
height:2px;

margin:5px auto;

background:#fff;

}

.btn{

display:inline-flex;

align-items:center;

gap:10px;

padding:17px 28px;

border-radius:999px;

font-weight:700;

transition:.3s;

}

.btn-primary{

background:linear-gradient(135deg,var(--red),var(--bronze));

color:#fff;

box-shadow:0 18px 45px rgba(170,44,29,.35);

}

.btn-primary:hover{

transform:translateY(-3px);

}

.btn-outline{

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

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

}

.btn-outline:hover{

background:#201915;

border-color:var(--bronze);

}

.btn-nav{

padding:14px 24px;

background:linear-gradient(135deg,var(--red),var(--bronze));

}

.hero{

position:relative;

min-height:100svh;

display:flex;

align-items:center;

background:
linear-gradient(rgba(7,5,4,.58),rgba(7,5,4,.72)),
url("images/gallery/vibration-samui-01.webp") center/cover;
}

.hero-grid{

padding-top:110px;

}

.hero-content{

max-width:690px;

}

.eyebrow{

display:inline-block;

margin-bottom:24px;

font-size:.9rem;

font-weight:800;

letter-spacing:.22em;

text-transform:uppercase;

color:var(--bronze);

}

.hero h1{

font-size:clamp(4rem,8vw,7rem);

font-weight:900;

line-height:.92;

letter-spacing:-.05em;

margin-bottom:30px;

text-transform:uppercase;

}

.hero h1 span{

display:block;

margin-top:10px;

font-style:italic;

color:var(--red2);

}

.hero p{

max-width:620px;

font-size:1.18rem;

line-height:1.9;

color:#ddd3ca;

margin-bottom:42px;

}

.hero-buttons{

display:flex;

gap:18px;

flex-wrap:wrap;

}

.waveform{

position:absolute;

left:0;
right:0;
bottom:0;

height:68px;

display:flex;

align-items:flex-end;

justify-content:center;

gap:7px;

}

.waveform span{

width:4px;

border-radius:99px;

background:linear-gradient(var(--red),var(--bronze));

animation:equalizer 1.4s ease-in-out infinite;

}

.waveform span:nth-child(odd){

animation-duration:1.1s;

}

.waveform span:nth-child(even){

animation-duration:1.8s;

}

@keyframes equalizer{

0%,100%{height:8px;}

50%{height:36px;}

}

@media(max-width:980px){

.desktop-nav,
.btn-nav{

display:none;

}

.mobile-toggle{

display:block;

}

.hero{

text-align:center;

}

.hero-content{

margin:auto;

}

.hero-buttons{

justify-content:center;

}

}

.trust-strip{
padding:0;
margin-top:-55px;
position:relative;
z-index:5;
}

.trust-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:24px;
}

.trust-item{
padding:36px 28px;
background:rgba(24,18,14,.96);
border:1px solid var(--line);
border-radius:24px;
text-align:center;
box-shadow:var(--shadow);
transition:.35s;
}

.trust-item:hover{
transform:translateY(-8px);
border-color:var(--bronze);
}

.trust-item i{
font-size:2rem;
color:var(--gold);
margin-bottom:18px;
}

.trust-item h3{
font-size:1.2rem;
margin-bottom:10px;
}

.trust-item p{
color:var(--muted);
line-height:1.7;
}

.intro-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:90px;
align-items:center;
}

.intro-image{
position:relative;
}

.intro-image img{
border-radius:28px;
box-shadow:var(--shadow);
}

.intro-badge{
position:absolute;
left:30px;
bottom:30px;
padding:18px 24px;
background:rgba(12,9,7,.92);
border:1px solid rgba(255,255,255,.08);
border-radius:18px;
backdrop-filter:blur(12px);
}

.intro-badge span{
display:block;
font-size:.75rem;
text-transform:uppercase;
letter-spacing:.15em;
color:var(--bronze);
}

.intro-badge strong{
display:block;
margin-top:6px;
font-size:1rem;
}

.section-label{
display:inline-block;
margin-bottom:18px;
font-size:.85rem;
font-weight:800;
letter-spacing:.18em;
text-transform:uppercase;
color:var(--bronze);
}

.intro-content h2{
font-size:clamp(2.8rem,5vw,4.4rem);
line-height:1;
margin-bottom:28px;
text-transform:uppercase;
}

.intro-content p{
margin-bottom:22px;
color:var(--muted);
line-height:1.9;
}

.intro-features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
margin-top:36px;
}

.intro-features div{
display:flex;
align-items:center;
gap:12px;
font-weight:700;
}

.intro-features i{
color:var(--gold);
}

@media(max-width:980px){

.trust-grid,
.intro-grid,
.intro-features{
grid-template-columns:1fr;
}

.intro-grid{
gap:50px;
}

}

.events{
background:#0d0b09;
}

.section-heading{
max-width:760px;
margin:0 auto 70px;
text-align:center;
}

.section-heading h2{
margin:18px 0 20px;
font-size:clamp(2.8rem,5vw,4.5rem);
text-transform:uppercase;
}

.section-heading p{
color:var(--muted);
line-height:1.9;
}

.event-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:34px;
}

.event-card{
background:var(--card);
border:1px solid var(--line);
border-radius:24px;
overflow:hidden;
transition:.35s;
}

.event-card:hover{
transform:translateY(-10px);
border-color:var(--bronze);
box-shadow:var(--shadow);
}

.event-image{
position:relative;
overflow:hidden;
height:260px;
}

.event-image img{
width:100%;
height:100%;
object-fit:cover;
transition:.6s;
}

.event-card:hover img{
transform:scale(1.08);
}

.event-tag{
position:absolute;
top:20px;
left:20px;
padding:8px 16px;
border-radius:999px;
background:rgba(179,41,33,.92);
font-size:.75rem;
font-weight:700;
letter-spacing:.08em;
text-transform:uppercase;
}

.event-body{
padding:34px;
}

.event-date{
display:block;
margin-bottom:12px;
font-size:.85rem;
font-weight:700;
color:var(--gold);
text-transform:uppercase;
letter-spacing:.08em;
}

.event-body h3{
margin-bottom:16px;
font-size:1.6rem;
}

.event-body p{
margin-bottom:26px;
line-height:1.8;
color:var(--muted);
}

.event-body a{
display:inline-flex;
align-items:center;
gap:10px;
font-weight:700;
color:var(--gold);
transition:.3s;
}

.event-body a:hover{
gap:16px;
}

@media(max-width:980px){

.event-grid{
grid-template-columns:1fr;
}

}

.drinks-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:90px;
align-items:center;
}

.drinks-content h2{
margin:18px 0 28px;
font-size:clamp(2.8rem,5vw,4.5rem);
line-height:1;
text-transform:uppercase;
}

.drinks-content p{
margin-bottom:22px;
line-height:1.9;
color:var(--muted);
}

.drink-list{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
margin:40px 0;
}

.drink-list div{
display:flex;
align-items:center;
gap:12px;
font-weight:700;
}

.drink-list i{
color:var(--gold);
}

.drinks-image{
position:relative;
}

.drinks-image img{
border-radius:28px;
box-shadow:var(--shadow);
}

.drink-card{
position:absolute;
right:-30px;
bottom:40px;
width:280px;
padding:28px;
background:rgba(18,14,11,.95);
border:1px solid rgba(255,255,255,.08);
border-radius:22px;
backdrop-filter:blur(16px);
box-shadow:var(--shadow);
}

.drink-card i{
font-size:2rem;
color:var(--gold);
margin-bottom:16px;
}

.drink-card h3{
margin-bottom:12px;
}

.drink-card p{
color:var(--muted);
line-height:1.8;
}

.stats{
padding:0 0 110px;
}

.stats-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.stat{
padding:45px 25px;
background:linear-gradient(180deg,#18120f,#110d0b);
border:1px solid var(--line);
border-radius:24px;
text-align:center;
transition:.35s;
}

.stat:hover{
transform:translateY(-8px);
border-color:var(--bronze);
}

.stat h3{
font-size:2.6rem;
font-weight:900;
color:var(--gold);
margin-bottom:10px;
text-transform:uppercase;
}

.stat span{
font-size:.9rem;
letter-spacing:.15em;
text-transform:uppercase;
color:var(--muted);
}

@media(max-width:980px){

.drinks-grid,
.drink-list,
.stats-grid{
grid-template-columns:1fr;
}

.drink-card{
position:relative;
right:auto;
bottom:auto;
width:100%;
margin-top:24px;
}

}

.gallery{
background:#0d0b09;
}

.gallery-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
grid-auto-rows:260px;
gap:24px;
}

.gallery-item{
display:block;
overflow:hidden;
border-radius:22px;
}

.gallery-item img{
width:100%;
height:100%;
object-fit:cover;
transition:.6s;
}

.gallery-item:hover img{
transform:scale(1.08);
}

.gallery-item.tall{
grid-row:span 2;
}

.gallery-item.wide{
grid-column:span 2;
}

.cta-band{
background:
linear-gradient(rgba(14,10,8,.88),rgba(14,10,8,.88)),
url(images/cta.jpg) center/cover;
}

.cta-band-grid{
display:grid;
grid-template-columns:1.5fr auto;
gap:60px;
align-items:center;
}

.cta-band h2{
margin:18px 0 24px;
font-size:clamp(2.7rem,5vw,4.5rem);
line-height:1;
text-transform:uppercase;
}

.cta-band p{
max-width:720px;
line-height:1.9;
color:#d3c8bf;
}

.cta-buttons{
display:flex;
flex-direction:column;
gap:18px;
}

@media(max-width:980px){

.gallery-grid{
grid-template-columns:1fr 1fr;
grid-auto-rows:180px;
}

.gallery-item.tall,
.gallery-item.wide{
grid-column:auto;
grid-row:auto;
}

.cta-band-grid{
grid-template-columns:1fr;
}

.cta-buttons{
flex-direction:row;
flex-wrap:wrap;
}

}

.visit-grid{
display:grid;
grid-template-columns:1fr 1.1fr;
gap:80px;
align-items:center;
}

.visit-content h2{
margin:18px 0 24px;
font-size:clamp(2.8rem,5vw,4.5rem);
line-height:1;
text-transform:uppercase;
}

.visit-content p{
color:var(--muted);
line-height:1.9;
}

.visit-list{
margin:40px 0;
display:grid;
gap:24px;
}

.visit-item{
display:flex;
gap:20px;
align-items:flex-start;
}

.visit-item i{
width:58px;
height:58px;
display:grid;
place-items:center;
border-radius:18px;
background:#1b1511;
color:var(--gold);
font-size:1.2rem;
}

.visit-item h4{
margin-bottom:6px;
}

.visit-item p{
margin:0;
}

.map-wrap{
position:relative;
border-radius:28px;
overflow:hidden;
box-shadow:var(--shadow);
}

.map-wrap iframe{
width:100%;
height:650px;
border:0;
filter:grayscale(.25) contrast(1.05);
}

.map-card{
position:absolute;
left:30px;
bottom:30px;
padding:28px;
width:300px;
background:rgba(18,14,11,.94);
backdrop-filter:blur(16px);
border:1px solid rgba(255,255,255,.08);
border-radius:22px;
}

.map-card h3{
margin-bottom:14px;
}

.map-card p{
margin-bottom:24px;
line-height:1.8;
}

.contact{
padding-top:0;
}

.contact-box{
display:flex;
justify-content:space-between;
align-items:center;
gap:60px;
padding:70px;
background:linear-gradient(135deg,#1a1410,#120d0a);
border:1px solid var(--line);
border-radius:30px;
}

.contact-box h2{
margin:18px 0 20px;
font-size:clamp(2.5rem,4vw,4rem);
text-transform:uppercase;
line-height:1;
}

.contact-box p{
max-width:620px;
line-height:1.9;
color:var(--muted);
}

.contact-buttons{
display:flex;
flex-direction:column;
gap:18px;
min-width:260px;
}

@media(max-width:980px){

.visit-grid,
.contact-box{
grid-template-columns:1fr;
display:grid;
}

.map-wrap iframe{
height:420px;
}

.map-card{
position:relative;
left:auto;
bottom:auto;
width:100%;
border-radius:0;
}

.contact-buttons{
min-width:100%;
}

}

.footer{
padding:110px 0 40px;
background:#070605;
border-top:1px solid rgba(255,255,255,.05);
}

.footer-grid{
display:grid;
grid-template-columns:2fr 1fr 1fr;
gap:60px;
margin-bottom:10px;
}

.footer-logo img{
height:60px;
margin-bottom:24px;
}

.footer-text{
max-width:420px;
line-height:1.9;
color:var(--muted);
margin-bottom:30px;
}

.footer-social{
display:flex;
gap:14px;
}

.footer-social a{
width:48px;
height:48px;
display:grid;
place-items:center;
border-radius:50%;
background:#18120f;
color:#fff;
transition:.3s;
}

.footer-social a:hover{
background:var(--red);
transform:translateY(-4px);
}

.footer h4{
margin-bottom:22px;
font-size:1.15rem;
}

.footer ul{
list-style:none;
}

.footer li{
margin-bottom:14px;
color:var(--muted);
}

.footer li i{
width:18px;
color:var(--gold);
margin-right:8px;
}

.footer a{
transition:.3s;
}

.footer a:hover{
color:var(--gold);
}

.footer-bottom{
padding-top:35px;
border-top:1px solid rgba(255,255,255,.08);
display:flex;
justify-content:space-between;
align-items:center;
gap:20px;
flex-wrap:wrap;
}

.footer-bottom p,
.footer-bottom a,
.footer-bottom span{
font-size:.9rem;
color:var(--muted);
}

.floating-whatsapp,
.back-to-top{
position:fixed;
right:30px;
width:56px;
height:56px;
border:none;
border-radius:50%;
display:grid;
place-items:center;
font-size:1.35rem;
color:#fff;
cursor:pointer;
z-index:999;
transition:.3s;
box-shadow:0 15px 35px rgba(0,0,0,.35);
}

.floating-whatsapp{
bottom:105px;
background:#25D366;
}

.back-to-top{
bottom:35px;
background:linear-gradient(135deg,var(--red),var(--bronze));
opacity:0;
visibility:hidden;
transform:translateY(15px);
}

.back-to-top.show{
opacity:1;
visibility:visible;
transform:none;
}

.floating-whatsapp:hover,
.back-to-top:hover{
transform:translateY(-5px);
}

@media(max-width:980px){

.footer-grid{
grid-template-columns:1fr;
gap:45px;
}

.footer-bottom{
flex-direction:column;
text-align:center;
}

.floating-whatsapp{
bottom:95px;
right:20px;
}

.back-to-top{
bottom:20px;
right:20px;
}

}

.mobile-menu{
position:fixed;
top:92px;
left:0;
width:100%;
padding:30px;
background:#0d0b09;
border-top:1px solid rgba(255,255,255,.06);
display:flex;
flex-direction:column;
gap:18px;
transform:translateY(-120%);
opacity:0;
visibility:hidden;
transition:.35s;
z-index:999;
}

.mobile-menu.active{
transform:translateY(0);
opacity:1;
visibility:visible;
}

.mobile-menu a{
padding:14px 0;
font-size:1rem;
font-weight:700;
text-transform:uppercase;
letter-spacing:.08em;
border-bottom:1px solid rgba(255,255,255,.06);
}

.mobile-menu a:hover{
color:var(--gold);
}

.fade-up{
opacity:0;
transform:translateY(40px);
transition:1s cubic-bezier(.2,.8,.2,1);
}

.fade-up.show{
opacity:1;
transform:none;
}

.fade-left{
opacity:0;
transform:translateX(-60px);
transition:1s cubic-bezier(.2,.8,.2,1);
}

.fade-left.show{
opacity:1;
transform:none;
}

.fade-right{
opacity:0;
transform:translateX(60px);
transition:1s cubic-bezier(.2,.8,.2,1);
}

.fade-right.show{
opacity:1;
transform:none;
}

.zoom-in{
opacity:0;
transform:scale(.92);
transition:.9s;
}

.zoom-in.show{
opacity:1;
transform:scale(1);
}

.event-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.event-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;

    background: #171717;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
}

.event-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: #0d0d0d;
}

.event-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;

    transition: transform 0.6s ease;
}

.event-card:hover .event-image img {
    transform: scale(1.035);
}

.event-tag {
    position: absolute;
    left: 18px;
    bottom: 18px;

    padding: 9px 14px;

    color: #fff;
    background: rgba(10, 10, 10, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    backdrop-filter: blur(10px);

    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.event-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px;
}

.event-date {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 13px;

    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.event-body h3 {
    margin-bottom: 13px;
    color: #fff;
    font-size: 1.45rem;
    line-height: 1.15;
}

.event-body p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.7;
}

.events-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;

    margin-top: 46px;
    padding: 32px;

    text-align: center;

    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
}

.events-footer p {
    margin: 0;
    max-width: 700px;

    color: rgba(255,255,255,.68);
    line-height: 1.7;
}

.events-footer .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1050px) {
    .event-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .event-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .event-image {
        aspect-ratio: 4 / 5;
    }

    .event-body {
        padding: 22px;
    }

    .events-footer {
        align-items: stretch !important;
        flex-direction: column !important;
        padding: 24px !important;
        text-align: center !important;
    }

    .events-footer .btn {
        width: 100% !important;
        justify-content: center !important;
    }
}

.event-image .event-tag {
    position: absolute;
    top: 18px;
    left: 18px;
    right: auto;
    bottom: auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: auto;
    min-width: 0;
    height: auto;
    min-height: 0;

    padding: 8px 13px;

    color: #fff;
    background: rgba(12, 12, 12, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    backdrop-filter: blur(8px);

    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    white-space: nowrap;

    transform: none;
    writing-mode: horizontal-tb;
}

@media (max-width:768px){

    .events-footer{
        text-align:center !important;
    }

    .events-footer p{
        max-width:100% !important;
        margin:0 auto 20px !important;
    }

    .events-footer .btn{
        width:100% !important;
        justify-content:center !important;
    }

}

@media (max-width: 768px) {

    .events {
        padding-bottom: 70px;
    }

    .events-footer {
        margin-bottom: 0;
    }

    .drinks,
    .bar-section,
    #drinks {
        padding-top: 70px;
    }

}


/* ==================================================
   TIGHTER SECTION SPACING
================================================== */

section {
    padding-top: 85px;
    padding-bottom: 85px;
}

/* Tablet */
@media (max-width: 980px) {
    section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

/* Mobile */
@media (max-width: 640px) {
    section {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .section-heading {
        margin-bottom: 42px;
    }
}

/* Preserve special sections without creating giant gaps */

.hero {
    padding-top: 0;
    padding-bottom: 0;
}

.trust-strip {
    padding: 0;
}

.stats {
    padding-top: 0;
    padding-bottom: 85px;
}

.contact {
    padding-top: 0;
}

.footer {
    padding-top: 80px;
}

@media (max-width: 640px) {
    .stats {
        padding-bottom: 55px;
    }

    .footer {
        padding-top: 60px;
    }
}
