*{
margin:0;
padding:0;
box-sizing:border-box;
}

:root{
--maroon:#8B1A1A;
--gold:#C9943B;
--gold2:#E8BC6B;
--bg:#F8F3EA;
--text:#1A1209;
--sub:#6B5540;
}

body{
font-family:'DM Sans',sans-serif;
background:var(--bg);
overflow-x:hidden;
color:var(--text);
}

/* =========================
   PREMIUM HEADER
========================= */

.header{
position:relative;
min-height:720px;
background:
linear-gradient(rgba(15,5,5,0.72),rgba(15,5,5,0.78)),
url('banner.jpg') center/cover;
display:flex;
align-items:center;
justify-content:center;
padding:40px;
overflow:hidden;
text-align:center;
}

.header-overlay{
position:absolute;
inset:0;
background:
radial-gradient(circle at top left,rgba(201,148,59,0.15),transparent 30%),
radial-gradient(circle at bottom right,rgba(139,26,26,0.18),transparent 30%);
}

.floating-glow{
position:absolute;
border-radius:50%;
filter:blur(80px);
}

.glow1{
width:300px;
height:300px;
background:rgba(201,148,59,0.18);
top:-100px;
left:-80px;
}

.glow2{
width:350px;
height:350px;
background:rgba(139,26,26,0.22);
bottom:-100px;
right:-80px;
}

/* BACK BUTTON */

.back-btn{
position:absolute;
top:30px;
left:30px;
padding:14px 24px;
border-radius:50px;
background:rgba(255,255,255,0.12);
backdrop-filter:blur(12px);
border:1px solid rgba(255,255,255,0.15);
color:#fff;
text-decoration:none;
font-weight:700;
font-size:14px;
transition:0.3s;
z-index:5;
}

.back-btn:hover{
background:#fff;
color:var(--maroon);
transform:translateY(-3px);
}

/* HEADER CONTENT */

.header-content{
position:relative;
z-index:2;
max-width:1100px;
width:100%;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
text-align:center;
}

.logo{
width:125px;
display:block;
margin:0 auto 28px auto;
object-fit:contain;
animation:floatLogo 4s ease-in-out infinite;
}

@keyframes floatLogo{
0%,100%{
transform:translateY(0px);
}
50%{
transform:translateY(-10px);
}
}

.premium-badge{
display:inline-block;
padding:12px 24px;
border-radius:50px;
background:rgba(255,255,255,0.1);
backdrop-filter:blur(10px);
border:1px solid rgba(255,255,255,0.15);
color:var(--gold2);
font-size:11px;
letter-spacing:3px;
margin-bottom:28px;
font-weight:700;
}

.header h1{
font-family:'Cormorant Garamond',serif;
font-size:78px;
line-height:1.08;
color:#fff;
margin-bottom:18px;
max-width:950px;
}

.header h1 span{
background:linear-gradient(135deg,var(--gold2),#fff);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.header p{
font-size:18px;
line-height:1.9;
max-width:780px;
margin:auto;
color:#f0e6e6;
}

/* =========================
   EVENTS SECTION
========================= */

.events-section{
padding:90px 5%;
}

.section-title{
text-align:center;
margin-bottom:50px;
}

.section-title h2{
font-family:'Cormorant Garamond',serif;
font-size:64px;
color:var(--maroon);
margin-bottom:10px;
line-height:1.1;
}

.section-title p{
font-size:16px;
color:var(--sub);
}

/* =========================
   PREMIUM SEARCH
========================= */

.search-wrapper{
display:flex;
justify-content:center;
margin-bottom:60px;
position:relative;
}

.search-box{
position:relative;
width:100%;
max-width:720px;
}

.search-box input{
width:100%;
height:74px;
border:none;
outline:none;
padding:0 75px 0 65px;
border-radius:100px;
font-size:17px;
font-weight:500;
background:#fff;
box-shadow:
0 10px 40px rgba(0,0,0,0.08),
0 4px 15px rgba(201,148,59,0.08);
border:2px solid transparent;
transition:0.3s;
}

.search-box input:focus{
border-color:var(--gold);
transform:translateY(-2px);
}

.search-icon{
position:absolute;
left:25px;
top:50%;
transform:translateY(-50%);
font-size:22px;
z-index:2;
}

/* SUGGESTIONS */

.suggestions{
position:absolute;
top:88px;
left:0;
width:100%;
background:#fff;
border-radius:26px;
overflow:hidden;
box-shadow:0 20px 50px rgba(0,0,0,0.1);
display:none;
z-index:999;
}

.suggestion-item{
padding:16px 22px;
cursor:pointer;
transition:0.2s;
font-size:14px;
border-bottom:1px solid rgba(0,0,0,0.05);
}

.suggestion-item:hover{
background:#faf4e8;
color:var(--maroon);
}

/* =========================
   GRID
========================= */

.events-grid{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
gap:26px;
}

/* =========================
   EVENT CARD
========================= */

.event-card{
background:#fff;
border-radius:26px;
overflow:hidden;
cursor:pointer;
transition:0.35s;
border:1px solid rgba(201,148,59,0.15);
box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.event-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 45px rgba(0,0,0,0.12);
}

.event-image{
height:210px;
overflow:hidden;
}

.event-image img{
width:100%;
height:100%;
object-fit:cover;
transition:0.5s;
}

.event-card:hover img{
transform:scale(1.08);
}

.event-content{
padding:22px;
}

.event-date{
display:inline-block;
padding:7px 14px;
border-radius:40px;
background:linear-gradient(135deg,var(--maroon),var(--gold));
color:#fff;
font-size:10px;
font-weight:700;
margin-bottom:14px;
letter-spacing:1px;
}

.event-title{
font-family:'Cormorant Garamond',serif;
font-size:28px;
line-height:1.2;
margin-bottom:12px;
color:var(--text);
}

.event-content p{
font-size:13px;
line-height:1.8;
color:var(--sub);
margin-bottom:20px;
}

.details-btn{
border:none;
background:var(--maroon);
color:#fff;
padding:12px 22px;
border-radius:40px;
font-size:13px;
font-weight:700;
cursor:pointer;
transition:0.3s;
}

.details-btn:hover{
background:var(--gold);
color:#111;
}

/* =========================
   PREMIUM DRAWER
========================= */

.drawer-overlay{
position:fixed;
inset:0;
background:rgba(0,0,0,0.55);
backdrop-filter:blur(4px);
opacity:0;
pointer-events:none;
transition:0.3s;
z-index:999;
}

.drawer-overlay.active{
opacity:1;
pointer-events:auto;
}

.drawer{
position:fixed;
top:0;
right:0;
width:500px;
max-width:100%;
height:100%;
background:#fff;
transform:translateX(100%);
transition:0.4s cubic-bezier(.32,.72,0,1);
z-index:1000;
box-shadow:-15px 0 50px rgba(0,0,0,0.18);
}

.drawer.active{
transform:translateX(0);
}

.close-btn{
position:absolute;
top:18px;
right:18px;
width:44px;
height:44px;
border:none;
border-radius:50%;
background:var(--maroon);
color:#fff;
font-size:24px;
cursor:pointer;
z-index:3;
}

.drawer-scroll{
padding:30px;
overflow-y:auto;
height:100%;
}

.drawer h2{
font-family:'Cormorant Garamond',serif;
font-size:40px;
line-height:1.15;
margin-bottom:24px;
color:var(--maroon);
padding-right:55px;
}

.drawer img{
width:100%;
border-radius:22px;
margin-bottom:24px;
}

.drawer p{
font-size:14px;
line-height:1.9;
color:var(--sub);
}

.drawer-info{
display:grid;
gap:18px;
margin-top:30px;
padding-bottom:40px;
}

.info-box{
background:#faf4e8;
padding:22px;
border-radius:20px;
border:1px solid rgba(201,148,59,0.15);
}

.info-box h4{
font-size:11px;
letter-spacing:2px;
text-transform:uppercase;
margin-bottom:10px;
color:var(--gold);
}

.info-box p{
font-size:15px;
color:var(--text);
line-height:1.6;
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media(max-width:768px){

.header{
min-height:560px;
padding:30px 20px;
}

.back-btn{
top:18px;
left:18px;
padding:11px 16px;
font-size:12px;
}

.logo{
width:85px;
margin-bottom:22px;
}

.premium-badge{
font-size:10px;
padding:10px 18px;
letter-spacing:2px;
}

.header h1{
font-size:42px;
line-height:1.15;
}

.header p{
font-size:15px;
line-height:1.8;
}

.events-section{
padding:60px 5%;
}

.section-title{
margin-bottom:35px;
}

.section-title h2{
font-size:42px;
}

.section-title p{
font-size:14px;
}

.search-wrapper{
margin-bottom:40px;
}

.search-box input{
height:62px;
font-size:14px;
padding:0 58px;
}

.search-icon{
font-size:18px;
left:22px;
}

.events-grid{
grid-template-columns:1fr;
gap:22px;
}

.event-image{
height:190px;
}

.event-content{
padding:18px;
}

.event-title{
font-size:24px;
}

.event-content p{
font-size:13px;
line-height:1.7;
}

.details-btn{
padding:11px 18px;
font-size:12px;
}

.drawer{
width:100%;
}

.drawer-scroll{
padding:24px;
}

.drawer h2{
font-size:32px;
line-height:1.15;
}

.drawer p{
font-size:13px;
line-height:1.8;
}

.info-box{
padding:18px;
}

.info-box p{
font-size:14px;
}

}