body{
  margin:0;
  padding:0;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f3f3f3;
  font-family: 'Poppins', sans-serif;
  color: #111;
 padding: 0 20px; 
}

/* HEADER */

.header{
margin-top:30px; 
display:flex;
flex-direction:column;
align-items:flex-start;
margin-bottom:22px; 
padding-left:6px;
}

/* LOGO */
.logo-img{
width:200px; /* slightly bigger = premium */
margin:0;
}

/* TAGLINE */
.tagline{
font-size:14px;
margin-top:6px;
color:#333;
}


/* HERO */

.hero{
margin-top:10px;
padding-left:6px;
}

.hero h2{
font-size:24px;
font-weight:400;
line-height:1.45;

text-align:left;
margin:0;
}

.hero h1 {
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 25px;
}

.cta {
  width:85%;
 height:68px;
  display:block;
  margin:32px auto 0;

  background:black;
  color:white;

  border:none;

  padding:18px;

   font-size:12px;
  font-weight:600;

  letter-spacing:4px;

  border-radius:40px;

  text-align:center;

  cursor:pointer;
}
.service-section{
margin-top:30px; 
}

.slide{
min-width:100%;
width:100%;
flex-shrink:0;
padding:20px 0;
}

.slider-wrapper{
margin-top:30px;
overflow:hidden; /* 👈 IMPORTANT */
position:relative;
}

.slider{
display:flex;
width:100%;
transition:transform 0.5s ease;
}

/* DOT CONTAINER */
.dots{
position:absolute;
bottom:12px;
left:50%;
transform:translateX(-50%);

display:flex;
gap:6px;
z-index:2;
}

/* DOT */
.dot{
width:6px;
height:6px;
border-radius:50%;
background:#ccc;
transition:0.3s ease;
}

/* ACTIVE DOT */
.dot.active{
background:#111;
transform:scale(1.2);
}

.slider-wrapper{
position:relative;
overflow:hidden;
}
/* ===== PREMIUM HERO SLIDES ===== */

.luxury-slide{
padding:20px 6px 30px;
text-align:left;
}

/* TITLE */

.lux-title{
font-size:16px;
font-weight:700;
letter-spacing:1px;
margin-bottom:6px;
}

/* SUBTEXT */

.lux-sub{
font-size:12px;
color:#444;
margin-bottom:18px;
}

/* EARTH */

.lux-earth{
display:flex;
justify-content:center;
margin:10px 0 10px; 
}

.lux-earth img{
width:110px;
}

/* BOTTOM TEXT */

.lux-bottom{
text-align:center;
letter-spacing:4px;
font-size:14px;
margin-top:4px;
}

/* GRID */

.lux-grid{
display:flex;
justify-content:space-between;
margin-top:20px;
font-size:14px;
line-height:1.5;
}

.slide:nth-child(2){
display:flex;
flex-direction:column;
justify-content:flex-start;
min-height:auto;
}

.slide:nth-child(2) .lux-sub{
margin-bottom:16px;
}

.slide:nth-child(2) .lux-grid{
display:flex;
justify-content:space-between;
gap:10px;

margin-top:32px;

font-size:14px;
line-height:1.6;
}

.slide:nth-child(2) .lux-grid div{
flex:1;
text-align:left;
}

.slide:nth-child(2){
transform:translateY(-6px);
}

/* ICONS */

.icons {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon svg {
  width: 24px;
  height: 24px;
}

.ai-text {
  font-weight: 700;
  font-size: 18px;
}

.icons {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon img,
.icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
/* RESPONSIVE */

@media (min-width: 768px) {

  body {
    max-width: 600px;
    margin: auto;
  }

  .hero h1 {
    font-size: 34px;
  }

}

/* HOW SECTION */

.how-section {
  margin-top: 40px;
}

.section-title {
  font-size: 22px;
  font-weight: 700;
}

.how-link {
  margin-top: 4px;
  font-size: 14px;
}

.concierge-header{
  margin-top:50px;
  margin-bottom:8px;
}

.concierge-title{
  font-size:20px;
  font-weight:700;
  color:#000000;   

  margin:0;
}

.concierge-subtitle{
  font-size:13px;
  color:#000000;

  margin-top:2px;
}

/* BLACK CARD SLIDER */

.black-card{
  min-width:82%;        
  height:240px;        

  background:#000;
  color:#fff;

  padding:22px 26px;

  border-radius:0px;    

  display:flex;
  flex-direction:column;
  justify-content:space-between;

  flex-shrink:0;
}

.black-card h3{
  font-size:18px;
  font-weight:700;
  margin:0;
}

.black-card p{
  font-size:13px;
  line-height:1.6;
  color:#e6e6e6;
  margin:0;

  max-width:710%;   
}

.card-slider{
  display:flex;
  gap:16px;

  overflow-x:auto;
  overflow-y:hidden;

  scroll-snap-type:x mandatory;
}

.black-card{
  scroll-snap-align:start;
}

.card-slider::-webkit-scrollbar{
  display:none;
}



/* SECTION */

.eco-section{
  margin-top:40px;
}

.eco-title{
  font-size:18px;
  font-weight:700;
  line-height:1.4;
}

/* TAB ROW */

.eco-tabs-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:12px;
}

.eco-tabs{
  display:flex;
  gap:10px;
}

.tab{
  border:none;
  padding:6px 12px;
  border-radius:10px;
  background:transparent;
  font-family:Poppins;
  font-size:13px;
}

.tab.active{
  background:#e6e6e6;
}


/* SECTION */


.eco-footer{
  margin-top:50px;
  background:#000;
  color:#fff;

  width:100vw;                 
  margin-left:calc(-50vw + 50%);
  
  padding:80px 22px;

  text-align:center;
}

/* FEATURE BLOCK */

.footer-feature{
  margin-bottom:60px;
}

.footer-icon{
  width:42px;
  height:42px;
  margin:0 auto 18px;
}

.footer-icon img{
  width:100%;
  height:100%;
  object-fit:contain;
  filter:invert(1); 
}

.footer-feature h3{
  font-size:18px;
  line-height:1.6;
  margin-bottom:12px;
}

/* CTA LINK */

.footer-link{
  font-size:14px;
  color:#cfcfcf;
  text-decoration:none;
}

.footer-link:hover{
  color:#fff;
}

/* ACCESS SECTION */

.footer-access{
  margin-top:60px;
   text-align:left; 
}

.footer-access h3{
  font-size:20px;
}

.footer-access p{
  font-size:14px;
  margin:12px 0 26px;
  color:#ccc;
}

/* PHONE INPUT */

.phone-input{
display:flex;
align-items:center;
gap:10px;
border-bottom:1px solid #555;
padding-bottom:8px;
margin-top:20px;
}

.phone-input select{
background:none;
border:none;
color:white;
font-size:14px;
outline:none;
}

.phone-input input{
background:none;
border:none;
outline:none;
color:white;
font-size:14px;
width:100%;
}

.footer-submit{
margin-top:16px;
background:#fff;
color:#000;
border:none;
padding:8px 18px;
font-size:13px;
cursor:pointer;
display:block;
margin:20px auto 0;
}
/* LEGAL */

.footer-legal{
margin-top:20px;

display:flex;
flex-direction:column;
gap:4px;             

text-align:left;
font-size:13px;
}

.footer-legal p{
margin:0;             
}

.footer-legal a{
margin:0;            
padding:0;
display:block;
color:#ccc;
text-decoration:none;
}

.footer-legal a:hover{
  color:#fff;
}

/* CONCIERGE SLIDER */

.card-slider{
  display:flex;
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding-top:8px;
}

.card-slider::-webkit-scrollbar{
  display:none;
}

/* ALL CARDS SAME SIZE */

.card-slider > div{
  min-width:90%;
  flex-shrink:0;
  scroll-snap-align:start;
}

/* BLACK CARDS */

.black-card{
  height:220px;
  background:black;
  color:white;

  padding:22px;

  border-radius:0px;

  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:18px;
}

.black-card h3{
  font-size:18px;
  font-weight:700;
}

.black-card p{
  font-size:13px;
  line-height:1.6;
}

.card-highlight{
  margin-top:auto;
}

/* RED RESERVATION CARD */

.reservation-card{
  height:220px;
  border-radius:px;
  overflow:hidden;
}

/* TOP RED PART */

.reservation-top{
  height:50%;
  background:url("assets/green-leather.png");
  background-size:cover;
  background-position:center;

  display:flex;
  align-items:center;
  padding:20px;
}

.reservation-top h2{
  color:white;
  font-size:12px;
  letter-spacing:6px;
  line-height:1.6;
  font-weight:700;
}

/* BOTTOM BLACK PART */

.reservation-bottom{
  height:50%;
  background:black;
  padding:14px;
}

/* BENEFITS */

.benefit{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:8px;
}

.benefit img{
  width:15px;
  filter:invert(1);
}

.benefit p{
  color:white;
  font-size:12px;
}
.footer-feature{
  text-decoration:none;
  color:white;
  display:block;
  text-align:center;
}

.bottom-nav{
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  height:65px;

  background:#fff;

  display:flex;
  justify-content:space-around;
  align-items:center;

  border-top:1px solid #eee;

  z-index:9999;
}

.nav-item img{
  width:26px;
}

.nav-item{
  display:flex;
  justify-content:center;
  align-items:center;
}

.menu-btn{
  font-size:22px;
  cursor:pointer;
}

body{
  padding-bottom:80px;
}


/* BOTTOM BAR */

.bottom-bar{
  position:fixed;
  bottom:0;
  left:0;
  width:100%;

  background:#f3f3f3;

  display:flex;
  flex-direction:column;
  align-items:center;

  padding-bottom:10px;

  z-index:9999;
}

/* TOP NAV ROW */

.bottom-icons{
  width:100%;

  display:flex;
  align-items:center;
  justify-content:space-between;

  padding:0 34px;

  margin-top:8px;
  margin-bottom:10px;
}

/* NAV TEXT */


/* AI ICON */

.ai-trigger img{
  width:24px;
  height:24px;

  object-fit:contain;
  display:block;
}

/* MENU */

.menu-toggle{
  background:none;
  border:none;

  font-size:22px;
  font-weight:700;

  color:#111;

  transform:translateY(-1px);
}

/* CTA BUTTON */

.pickup-btn{
  width:80%;
  height:70px;

  background:black;
  color:white;

  border:none;
  border-radius:999px;

  font-size:11px;
  font-weight:600;

  letter-spacing:3px;

  box-shadow:0 10px 24px rgba(0,0,0,0.16);
}
/* hidden state */

.hidden-btn{
  display:none;
}

/* SERVICE SECTION */

.service-section{
margin-top:60px;
}

.service-title{
font-size:18px;
font-weight:700;
line-height:1.4;
margin-bottom:24px;
}

.light-text{
  font-weight:400;
}

/* SLIDER */

.service-slider{
display:flex;
gap:16px;
overflow-x:auto;
scroll-snap-type:x mandatory;
padding-bottom:12px;
}

.service-slider::-webkit-scrollbar{
display:none;
}

/* CARD */

.service-card{
min-width:88%;
border-radius:8px;
overflow:hidden;
position:relative;
scroll-snap-align:start;
text-decoration:none;
color:white;
}

/* VIDEO */

.video-wrap{
width:100%;
aspect-ratio:4/5;
overflow:hidden;
}

.video-wrap video{
width:100%;
height:100%;
object-fit:cover;
}

/* INFO */

.service-info{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:2px;

  position:absolute;
  bottom:16px;
  left:16px;
}

.service-info span{
  color:#fff;
}

.service-info span:first-child{
  font-size:15px;
  font-weight:600;
  line-height:1.1;
}

.service-info .price{
  font-size:15px;
  font-weight:600;
  opacity:0.95;
  margin-top:2px;
}


/* BOTTOM NAV */

.bottom-icons{
  width:100%;

  display:flex;
  align-items:center;
  justify-content:center;

  gap:42px;

  margin-top:10px;
  margin-bottom:10px;
}

/* ICON WRAPPER */
.ai-trigger img{
  filter:brightness(0);
}
.nav-item,
.ai-trigger,
.menu-toggle{
  width:26px;
  height:26px;

  display:flex;
  align-items:center;
  justify-content:center;

  flex-shrink:0;
}

/* ICONS */

.nav-item img,
.ai-trigger img{
  width:24px;
  height:24px;

  object-fit:contain;
  display:block;
}

/* SHOE ALIGN */

.nav-item img[src*="shoe"]{
  transform:translateY(4px);
}

/* MENU */

.menu-toggle{
  background:none;
  border:none;

  font-size:24px;
  color:#111;
}

.price{
opacity:0.9;
}

/* PROGRESS BAR */
.service-slider{
display:flex;
gap:16px;
overflow-x:auto;
scroll-snap-type:x mandatory;
-webkit-overflow-scrolling:touch;
scroll-behavior:smooth;
padding-right:20px;
}

.slider-progress{
width:60%;
height:3px;
background:#dcdcdc;
border-radius:3px;
margin:14px auto 0;
position:relative;
overflow:hidden;
}

.slider-progress-bar{
position:absolute;
left:0;
top:0;
width:25px;
height:100%;
background:#111;
border-radius:3px;
transition:transform .1s linear;
}

/* PHILOSOPHY SECTION */

.philosophy-section{
margin-top:60px;
}

.philosophy-title{
font-size:20px;
font-weight:700;
margin-bottom:2px;
}

.philosophy-subtitle{
font-size:13px;
color:#000000;
line-height:1.6;
margin-bottom:20px;
margin-top:2px
}

/* VIDEO */

.philosophy-video{
position:relative;
display:block;
border-radius:0px;
overflow:hidden;
}

.philosophy-video video{
width:100%;
display:block;
}

/* FULLSCREEN MENU */

.fullscreen-menu{

position:fixed;
top:0;
left:0;

width:100%;
height:100vh;

background:black;
color:white;

z-index:99999;

display:flex;
flex-direction:column;
justify-content:space-between;

padding:40px 28px;

transform:translateY(-100%);
transition:0.4s ease;

}

.fullscreen-menu.active{
transform:translateY(0);
}

/* CLOSE BUTTON */

.menu-close{

position:absolute;
top:24px;
right:24px;

background:none;
border:none;

color:white;
font-size:26px;

cursor:pointer;

}

/* LINKS */

.menu-links{
margin-top:60px;
display:flex;
flex-direction:column;
gap:34px;
}

.menu-links a{

color:white;
text-decoration:none;

font-size:22px;
letter-spacing:2px;

}

/* CARD */

.menu-card{

border:1px solid white;

padding:16px;
border-radius:6px;

width:260px;

}

.menu-card h3{
letter-spacing:4px;
margin-bottom:8px;
}

.menu-card p{
font-size:12px;
line-height:1.6;
color:#ddd;
}

/*  CARD LAYOUT */

.menu-card{
border:1px solid white;
border-radius:6px;
padding:16px;
width:100%;
max-width:320px;
}

/* FLEX ROW */

.menu-card-content{
display:flex;
justify-content:space-between;
align-items:flex-start;
}

/* TEXT */

.menu-text h3{
letter-spacing:4px;
margin-bottom:8px;
}

.menu-text p{
font-size:11px;
line-height:1.6;
color:#ddd;
}

/* EARTH IMAGE */

.menu-earth img{
margin-top:12px;
width:90px;
filter:invert(1) brightness(0.9);
opacity:0.8;
}

.phone-box{
display:flex;
gap:10px;
margin-top:20px;
}

.phone-box input{
flex:1;
padding:12px;
border:1px solid #ddd;
border-radius:6px;
font-size:13px;
}

.phone-box button{
padding:12px 18px;
background:black;
color:white;
border:none;
border-radius:6px;
font-size:12px;
cursor:pointer;
}

/* CHAT BOT */
.ai-overlay{
position:fixed;
inset:0;
background:rgba(0,0,0,0.2);
backdrop-filter:blur(6px);
z-index:9999;

opacity:0;
pointer-events:none;
transition:0.35s ease;
}

.ai-overlay.active{
opacity:1;
pointer-events:auto;
}

.ai-sheet{
  position:absolute;
  bottom:0;

  width:100%;
  height:78vh;

  background:#f7f7f7;

  border-top-left-radius:22px;
  border-top-right-radius:22px;

  transform:translateY(100%);
  transition:0.35s ease;

  display:flex;
  flex-direction:column;

  overflow:hidden;
}

.ai-overlay.active .ai-sheet{
transform:translateY(0);
}

.ai-header{
display:flex;
justify-content:space-between;
padding:18px;
font-size:12px;
letter-spacing:2px;
}

.ai-content{
  flex:1;

  overflow-y:auto;

  padding:20px;

  display:flex;
  flex-direction:column;
  gap:14px;

  min-height:0;
}

.ai-msg{
font-size:13px;
max-width:80%;
line-height:1.6;
}

.ai-msg.user{
align-self:flex-end;
text-align:right;
}

.ai-bottom{
border-top:1px solid #eaeaea;
padding:12px;
}

/* ===== AI CHIP AREA ===== */

.ai-bottom{
  padding:12px;
  border-top:1px solid #eaeaea;
  background:#f7f7f7;
}
.ai-bottom{
  flex-shrink:0;
}
/* STACKED FAQS */

.ai-chips{
  display:flex;
  flex-direction:column;

  gap:8px;

  width:100%;
}

/* FAQ BUTTON */
.ai-chip{
  width:100%;

  padding:12px 14px;

  border-radius:14px;

  border:1px solid #e8e8e8;
  background:#fff;

  font-size:12px;
  font-weight:500;

  text-align:left;

  cursor:pointer;

  box-shadow:0 1px 4px rgba(0,0,0,0.03);

  transition:0.2s ease;
}
/* TAP EFFECT */

.ai-chip:active{
  transform:scale(0.98);
  background:#f2f2f2;
}

/* HOVER / TAP */

.ai-chip:hover{
background:#f2f2f2;
transform:translateY(-1px);
}

.ai-chip:active{
transform:scale(0.96);
}

/* FULL SCREEN WRAPPER */
.quick-actions {
  position:fixed;
  inset:0;
  z-index:99999;

  opacity:0;
  pointer-events:none;
  transition:0.3s ease;
}

.quick-actions.active {
  opacity:1;
  pointer-events:auto;
}

/* DARK OVERLAY */
.qa-overlay {
  position:absolute;
  inset:0;

  /* ✨ TRANSLUCENT BLACK */
  background: rgba(0,0,0,0.35);

  /* ❌ REMOVE BLUR */
  backdrop-filter: none;
}

/* BUTTON WRAPPER */
.qa-buttons {
  position:absolute;
  bottom:120px;
  left:50%;
  transform:translateX(-50%) scale(0.9);

  display:flex;
  gap:20px;

  transition:0.3s ease;
}

.quick-actions.active .qa-buttons {
  transform:translateX(-50%) scale(1);
}

/* ✨ LIQUID GLASS CIRCLE */
.qa-btn {
  width:70px;
  height:70px;
  border-radius:50%;

  display:flex;
  justify-content:center;
  align-items:center;

  /* glass effect */
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border:1px solid rgba(255,255,255,0.2);

  box-shadow:
    0 10px 30px rgba(0,0,0,0.4),
    inset 0 1px 0 rgba(255,255,255,0.25);

  transition:0.25s ease;
}

/* ICON */
.qa-btn img {
  width:28px;
  filter:invert(1);
}

/* TAP EFFECT */
.qa-btn:active {
  transform:scale(0.9);
}

/* OPTIONAL: FLOAT ANIMATION */
.quick-actions.active .qa-btn {
  animation: floatUp 0.4s ease;
}

@keyframes floatUp {
  from {
    transform: translateY(40px) scale(0.8);
    opacity:0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity:1;
  }
}

/* LIFESTYLE SECTION */

.lifestyle-section{
  margin-top:60px;
}

.lifestyle-title{
  font-size:20px;
  font-weight:700;
  margin-bottom:2px;
}

.lifestyle-sub{
  font-size:16px;
  color:#000000;
  margin-top:2px;
  margin-bottom:22px;
}

/* LIST */

.lifestyle-list{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.life-item{
  display:flex;
  justify-content:space-between;
  align-items:center;

  font-size:15px;
  font-weight:600;

  cursor:pointer;
}

/* ARROW */
.life-item span:last-child{
  font-size:18px;
}

/* QUOTE */

.lifestyle-quote{
  margin-top:50px;
  font-size:12px;
  line-height:1.7;
  color:#555;
  font-style:italic;
}

.lifestyle-author{
  margin-top:13px;
  font-size:14px;
  font-weight:600;
}
