:root{
  --cream:#fbf7f2;
  --white:#fffdfb;
  --soft:#f4eee8;
  --taupe:#b99a82;
  --taupe-dark:#9b7d67;
  --ink:#221b18;
  --text:#4a403b;
  --line:#dfd0c3;
}

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

html{
  scroll-behavior:smooth;
}

body{
  font-family:'Montserrat',Arial,sans-serif;
  background:var(--cream);
  color:var(--ink);
}

a{
  color:inherit;
  text-decoration:none;
}

img{
  max-width:100%;
}


/* HEADER */

.site-header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:1000;
  height:96px;
  padding:20px 72px;
  display:flex;
  align-items:center;
  gap:44px;
  background:rgba(251,247,242,.76);
  backdrop-filter:blur(10px);
}

.logo img{
  width:220px;
  display:block;
}

.desktop-nav{
  flex:1;
  display:flex;
  justify-content:center;
  gap:38px;
}

.desktop-nav a{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:700;
}

.nav-cta{
  border:1px solid var(--taupe);
  border-radius:999px;
  padding:15px 32px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:1.5px;
  font-weight:800;
  color:#6f5b4f;
}

.menu-btn{
  display:none;
  margin-left:auto;
  width:38px;
  background:none;
  border:0;
  cursor:pointer;
}

.menu-btn span{
  display:block;
  height:2px;
  background:#221b18;
  margin:8px 0;
}


@media(max-width:980px){
  .site-header{
    position:sticky;
    top:0;
    z-index:9999;
  }

  .site-header.scrolled{
    box-shadow:0 10px 28px rgba(0,0,0,.08);
  }
}











/* GLOBAL */

.section-head{
  text-align:center;
  margin-bottom:45px;
}

.section-eyebrow,
.eyebrow{
  text-transform:uppercase;
  letter-spacing:4px;
  font-size:12px;
  font-weight:800;
  color:var(--taupe-dark);
  margin-bottom:16px;
}

.section-head h2{
  font-family:'Cormorant Garamond',serif;
  font-size:42px;
  line-height:1.05;
  font-weight:600;
}

.divider{
  display:flex;
  align-items:center;
  gap:13px;
  color:var(--taupe);
  justify-content:flex-start;
  margin:18px 0 30px;
}

.divider span{
  width:58px;
  height:1px;
  background:var(--line);
}

.divider.small{
  justify-content:center;
  margin:14px auto 0;
}

.btn{
  min-width:210px;
  height:54px;
  padding:0 34px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-transform:uppercase;
  letter-spacing:1.7px;
  font-size:12px;
  font-weight:800;
}

.btn.primary{
  background:var(--taupe);
  color:#fff;
}

.btn.secondary{
  border:1px solid var(--taupe);
  color:#6e5a4d;
  background:rgba(255,255,255,.55);
}


/* HERO */

.hero{
  min-height:900px;
  height:100vh;
  position:relative;
  overflow:hidden;
  padding:185px 74px 70px;
  background:#fbf8f5;
}

.hero-bg{
  position:absolute;
  inset:0;
  background:url('../images/slider1.jpg') center right/cover no-repeat;
  z-index:0;
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(255,255,255,.94) 0%,
    rgba(255,255,255,.84) 36%,
    rgba(255,255,255,.08) 58%,
    rgba(255,255,255,0) 100%
  );
  z-index:1;
}

.hero-content{
  position:relative;
  z-index:2;
  max-width:690px;
  margin-top:70px;
}

.hero h1{
  font-family:'Cormorant Garamond',serif;
  font-size:72px;
  line-height:.98;
  font-weight:700;
}

.hero h1 span{
  font-family:'Allura',cursive;
  font-size:82px;
  font-weight:400;
  color:#8f7566;
}

.lead{
  max-width:560px;
  font-size:16px;
  line-height:2;
  margin-bottom:42px;
  color:#2d2724;
}

.hero-actions{
  display:flex;
  gap:22px;
}

.hero-features{
  position:relative;
  z-index:2;
  max-width:820px;
  margin-top:90px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
}

.hero-features div{
  display:flex;
  align-items:center;
  gap:13px;
  padding:0 24px;
  border-right:1px solid var(--line);
  color:#8f7566;
  font-size:22px;
}

.hero-features div:first-child{
  padding-left:0;
}

.hero-features div:last-child{
  border-right:0;
}

.hero-features span{
  color:#2e2825;
  font-size:11px;
  line-height:1.45;
  text-transform:uppercase;
  font-weight:800;
}


/* SERVICES */

/* =====================
   SERVICES
===================== */

.services{
  padding:110px 60px 95px;
  background:var(--white);
  text-align:center;
}

.services .section-head{
  margin-bottom:55px;
}

.services-grid{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:30px;
}

/* 3 SIPËR + 2 POSHTË */

.service-card{
  grid-column:span 2;

  background:#fff;
  border-radius:22px;

  min-height:280px;

  padding:34px 28px;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;

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

  transition:.35s ease;
}

.service-card:nth-child(4){
  grid-column:2 / span 2;
}

.service-card:nth-child(5){
  grid-column:4 / span 2;
}

.service-card:hover{
  transform:translateY(-8px);
  box-shadow:0 24px 55px rgba(70,45,30,.10);
}

.service-icon{
  width:88px;
  height:88px;

  border-radius:50%;
  background:#f3efea;

  margin:0 auto 22px;

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

.service-icon img{
  width:72px;
  height:72px;
  object-fit:contain;
}

.service-card h3{
  font-family:'Cormorant Garamond',serif;
  font-size:24px;
  line-height:1.08;

  text-transform:uppercase;

  margin-bottom:14px;

  max-width:260px;
}

.service-card p{
  max-width:280px;

  font-size:13.5px;
  line-height:1.75;

  color:var(--text);
}

/* =====================
   TABLET
===================== */

@media(max-width:1100px){

  .services{
    padding:90px 40px;
  }

  .services-grid{
    grid-template-columns:repeat(2,1fr);
    gap:24px;
  }

  .service-card,
  .service-card:nth-child(4),
  .service-card:nth-child(5){
    grid-column:auto;
  }

}

/* =====================
   MOBILE
===================== */

@media(max-width:700px){

  .services{
    padding:65px 28px;
  }

  .services-grid{
    grid-template-columns:1fr;
    gap:22px;
  }

  .service-card,
  .service-card:nth-child(4),
  .service-card:nth-child(5){
    grid-column:auto;
    min-height:auto;
    padding:34px 26px;
  }

  .service-card h3{
    font-size:22px;
  }

  .service-card p{
    max-width:none;
  }

}


/* WHY */

.why-wonderlash{
  padding:35px 44px 70px;
  background:var(--white);
}

.why-box{
  max-width:1320px;
  margin:0 auto;
  background:#f7f3ee;
  border-radius:16px;
  padding:52px 58px;
  display:grid;
  grid-template-columns:260px 1fr;
  gap:42px;
  align-items:center;
}

.why-left h2{
  font-family:'Cormorant Garamond',serif;
  font-size:42px;
  line-height:1;
  text-transform:uppercase;
}

.why-left .divider.small{
  justify-content:flex-start;
}

.why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}

.why-item{
  text-align:center;
  padding:0 30px;
  border-right:1px solid var(--line);
}

.why-item:last-child{
  border-right:0;
}

.why-item h3{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.7px;
  margin-bottom:14px;
}

.why-item p{
  font-size:13px;
  line-height:1.85;
  color:var(--text);
}


/* ABOUT */

.about-studio{
  padding:95px 60px;
  background:var(--white);
}

.about-grid{
  max-width:1250px;
  margin:0 auto;
  display:grid;
  grid-template-columns:520px 1fr;
  gap:80px;
  align-items:center;
}

.about-image img{
  width:100%;
  display:block;
  border-radius:18px;
}

.about-content h2{
  font-family:'Cormorant Garamond',serif;
  font-size:56px;
  line-height:1;
  margin-bottom:18px;
}

.about-content .divider.small{
  justify-content:flex-start;
  margin:0 0 30px;
}

.about-content p{
  font-size:15px;
  line-height:2;
  color:var(--text);
  margin-bottom:18px;
}

.about-features{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin:34px 0;
}

.about-features div{
  background:#f7f3ee;
  border-radius:999px;
  padding:14px 18px;
  font-size:12px;
  font-weight:800;
  text-align:center;
}


/* LASHES */

.lashes-section{
  padding:85px 60px;
  background:#f8f3ee;
  text-align:center;
}

.lashes-grid{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.lash-card{
  background:var(--white);
  border-radius:16px;
  padding:38px 28px;
  box-shadow:0 18px 35px rgba(75,55,40,.06);
}

.lash-card h3{
  font-family:'Cormorant Garamond',serif;
  font-size:28px;
  margin-bottom:18px;
}

.lash-card p{
  font-size:14px;
  line-height:1.9;
  color:var(--text);
}


/* FACIAL */

.facial-premium{
  padding:95px 60px;
  background:var(--white);
}

.facial-head{
  max-width:850px;
  margin:0 auto 55px;
  text-align:center;
}

.facial-head p:last-child{
  line-height:1.9;
  color:var(--text);
}

.facial-grid{
  max-width:1240px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
}

.facial-card{
  background:#f8f3ee;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 18px 40px rgba(70,45,30,.06);
}

.facial-card img{
  width:100%;
  height:320px;
  object-fit:cover;
  display:block;
}

.facial-card div{
  padding:36px;
}

.facial-card h3{
  font-family:'Cormorant Garamond',serif;
  font-size:34px;
  margin-bottom:16px;
}

.facial-card p,
.combo-card p{
  font-size:14px;
  line-height:1.9;
  color:var(--text);
}

.facial-card ul{
  margin:22px 0;
  list-style:none;
}

.facial-card li{
  margin-bottom:10px;
  font-size:14px;
}

.facial-card li::before{
  content:"✓";
  color:var(--taupe-dark);
  margin-right:10px;
}

.facial-card a,
.combo-card a{
  display:inline-flex;
  margin-top:10px;
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:1.4px;
  font-weight:800;
  color:var(--taupe-dark);
}

.combo-title{
  text-align:center;
  margin:70px 0 35px;
}

.combo-grid{
  max-width:1240px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
}

.combo-card{
  background:#f8f3ee;
  border-radius:18px;
  overflow:hidden;
  display:grid;
  grid-template-columns:220px 1fr;
  box-shadow:0 18px 40px rgba(70,45,30,.06);
}

.combo-card img{
  width:100%;
  height:100%;
  min-height:250px;
  object-fit:cover;
}

.combo-card div{
  padding:32px;
}

.combo-card h3{
  font-family:'Cormorant Garamond',serif;
  font-size:30px;
  margin-bottom:14px;
}


/* BEAUTY */

.beauty-section{
  padding:90px 60px;
  background:#f8f3ee;
  text-align:center;
}

.beauty-grid{
  max-width:1250px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:24px;
}

.beauty-card{
  background:var(--white);
  border-radius:18px;
  overflow:hidden;
  text-align:left;
  box-shadow:0 14px 35px rgba(70,45,30,.06);
}

.beauty-card > img{
  width:100%;
  height:260px;
  object-fit:cover;
  display:block;
}

.beauty-card-content{
  padding:30px 24px 34px;
}

@media(max-width:980px){
  .beauty-card{
    text-align:center;
  }

  .beauty-card > img{
    height:250px;
  }
}

.beauty-card h3{
  font-family:'Cormorant Garamond',serif;
  font-size:28px;
  line-height:1.1;
  margin-bottom:18px;
  color:#241d1a;
}

.beauty-card p{
  font-size:13.5px;
  line-height:1.9;
  color:var(--text);
  margin-bottom:20px;
}

.beauty-card span{
  display:block;
  font-size:10.5px;
  line-height:1.5;
  text-transform:uppercase;
  letter-spacing:1.4px;
  font-weight:800;
  color:var(--taupe-dark);
}


/* GALLERY */

/* GALLERY */

.gallery-section{
  padding:95px 60px;
  background:var(--white);
}

.gallery-masonry{
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.gallery-item,
.gallery-item.tall,
.gallery-item.wide{
  grid-column:auto;
  grid-row:auto;
  height:220px;
  overflow:hidden;
  border-radius:14px;
  cursor:pointer;
}

.gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.45s ease;
}

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

/* TABLET */
@media(max-width:980px){
  .gallery-section{
    padding:70px 28px;
  }

  .gallery-masonry{
    grid-template-columns:repeat(2,1fr);
    gap:12px;
  }

  .gallery-item,
  .gallery-item.tall,
  .gallery-item.wide{
    height:180px;
  }
}

/* MOBILE */
@media(max-width:520px){
  .gallery-masonry{
    grid-template-columns:repeat(2,1fr);
    gap:10px;
  }

  .gallery-item,
  .gallery-item.tall,
  .gallery-item.wide{
    height:150px;
    border-radius:12px;
  }
}

/* FAQ */

.faq-section{
  padding:90px 60px;
  background:var(--white);
}

.faq-list{
  max-width:900px;
  margin:0 auto;
}

.faq-item{
  border-bottom:1px solid var(--line);
}

.faq-question{
  width:100%;
  background:none;
  border:0;
  padding:24px 0;
  display:flex;
  justify-content:space-between;
  text-align:left;
  font-size:16px;
  font-weight:800;
  cursor:pointer;
}

.faq-question span{
  font-size:26px;
  color:var(--taupe);
}

.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:.35s ease;
}

.faq-answer p{
  padding:0 0 24px;
  font-size:14px;
  line-height:2;
  color:var(--text);
}

.faq-item.active .faq-answer{
  max-height:220px;
}


/* CONTACT */

.contact-section{
  padding:90px 60px;
  background:#f8f3ee;
}

.contact-box{
  max-width:1300px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.contact-content h2{
  font-family:'Cormorant Garamond',serif;
  font-size:56px;
  line-height:1;
  margin-bottom:20px;
}

.contact-content .divider.small{
  justify-content:flex-start;
  margin:0 0 30px;
}

.contact-content p{
  font-size:15px;
  line-height:2;
  color:var(--text);
  margin-bottom:30px;
}

.contact-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-bottom:34px;
}

.contact-list div{
  background:#fffdfb;
  border-radius:14px;
  padding:22px;
}

.contact-list strong{
  display:block;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:1.5px;
  margin-bottom:8px;
  color:var(--taupe-dark);
}

.contact-list span{
  display:block;
  font-size:14px;
  line-height:1.6;
  color:var(--text);
}

.contact-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.contact-map iframe{
  width:100%;
  height:520px;
  border:0;
  border-radius:16px;
  display:block;
}


/* FOOTER */

.site-footer{
  background:#241d1a;
  color:#fff;
  padding:70px 60px 28px;
}

.footer-inner{
  max-width:1300px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:50px;
}

.footer-brand img{
  width:220px;
  margin-bottom:22px;
  filter:brightness(0) invert(1);
}

.footer-brand p,
.footer-col p,
.footer-col a{
  font-size:13px;
  line-height:1.9;
  color:#d8ccc4;
}

.footer-col h3{
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:2px;
  margin-bottom:20px;
  color:var(--taupe);
}

.footer-col a{
  display:block;
  margin-bottom:10px;
}

.footer-bottom{
  max-width:1300px;
  margin:55px auto 0;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.12);
}

.footer-bottom p{
  font-size:12px;
  color:#b9aaa1;
}


/* MOBILE */

@media(max-width:980px){

  .contact-section{
    padding:60px 28px;
  }

  .contact-box{
    grid-template-columns:1fr;
    gap:40px;
  }

  .contact-content{
    text-align:center;
  }

  .contact-content h2{
    font-size:38px;
  }

  .contact-content .divider.small{
    justify-content:center;
  }

  .contact-list{
    grid-template-columns:1fr;
  }

  .contact-actions{
    flex-direction:column;
  }

  .contact-map iframe{
    height:360px;
  }

  .site-footer{
    padding:55px 28px 26px;
    text-align:center;
  }

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

  .footer-brand img{
    margin:0 auto 20px;
  }

}


/* RESPONSIVE */

@media(max-width:1200px){
  .services-grid,
  .beauty-grid{
    grid-template-columns:repeat(3,1fr);
  }

  .why-grid{
    grid-template-columns:repeat(2,1fr);
    gap:28px;
  }

  .why-item{
    border-right:0;
  }
}

@media(max-width:980px){
  .site-header{
    position:relative;
    height:120px;
    padding:18px 28px;
  }

  .logo img{
    width:205px;
  }

  .desktop-nav{
    position:absolute;
    top:120px;
    left:0;
    right:0;
    display:none;
    flex-direction:column;
    gap:0;
    padding:20px 28px;
    background:#fbf9f6;
    box-shadow:0 18px 30px rgba(0,0,0,.06);
  }

  .desktop-nav.active{
    display:flex;
  }

  .desktop-nav a{
    padding:16px 0;
    border-bottom:1px solid #eaded3;
  }

  .nav-cta{
    display:none;
  }

  .menu-btn{
    display:block;
  }

  .hero{
    min-height:auto;
    height:auto;
    padding:28px 30px 38px;
  }

  .hero::before{
    display:none;
  }

  .hero-bg{
    top:175px;
    height:230px;
    inset:auto 0 auto 0;
    opacity:.72;
  }

  .hero-bg::after{
    content:"";
    position:absolute;
    inset:0;
    background:
      linear-gradient(180deg, rgba(251,248,245,0) 0%, rgba(251,248,245,.96) 100%),
      linear-gradient(90deg, rgba(251,248,245,.8) 0%, rgba(251,248,245,.25) 55%, rgba(251,248,245,0) 100%);
  }

  .hero-content{
    margin-top:0;
  }

  .hero h1{
    font-size:41px;
  }

  .hero h1 span{
    font-size:63px;
    display:block;
    margin-top:10px;
    line-height:.85;
  }

  .hero .divider{
    justify-content:center;
    margin:28px auto;
  }

  .lead{
    background:transparent;
    padding:24px 0;
    font-size:15.5px;
  }

  .hero-actions{
    flex-direction:column;
    gap:18px;
  }

  .btn{
    width:100%;
  }

  .hero-features{
    grid-template-columns:1fr 1fr;
    gap:22px 12px;
    margin-top:42px;
  }

  .hero-features div{
    border-right:0;
    padding:0;
  }

  .services,
  .about-studio,
  .lashes-section,
  .facial-premium,
  .beauty-section,
  .gallery-section,
  .faq-section,
  .contact-section{
    padding:60px 28px;
  }

  .services-grid,
  .lashes-grid,
  .facial-grid,
  .combo-grid,
  .beauty-grid,
  .contact-box,
  .about-grid{
    grid-template-columns:1fr;
  }

  .why-wonderlash{
    padding:28px 22px 54px;
  }

  .why-box{
    grid-template-columns:1fr;
    padding:38px 24px;
    text-align:center;
  }

  .why-left .divider.small{
    justify-content:center;
  }

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

  .about-content{
    text-align:center;
  }

  .about-content .divider.small{
    justify-content:center;
  }

  .about-features{
    grid-template-columns:1fr;
  }

  .combo-card{
    grid-template-columns:1fr;
  }

  .facial-card img{
    height:260px;
  }

  .beauty-card{
    text-align:center;
  }

  .gallery-masonry{
    grid-template-columns:1fr 1fr;
    grid-auto-rows:170px;
    gap:12px;
  }

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

  .contact-content{
    text-align:center;
  }

  .contact-content h2{
    font-size:38px;
  }

  .contact-content .divider.small{
    justify-content:center;
  }

  .contact-map iframe{
    height:360px;
  }

  .footer-inner{
    grid-template-columns:1fr;
    text-align:center;
  }
}

@media(max-width:420px){
  .site-header{
    height:122px;
    padding:16px 28px;
  }

  .hero-bg{
    top:202px;
    height:236px;
  }

  .section-head h2,
  .facial-head h2,
  .contact-content h2,
  .about-content h2{
    font-size:36px;
  }
}






/* FINAL FIX: MOBILE STICKY HEADER */

@media(max-width:980px){
  .site-header{
    position:sticky !important;
    top:0 !important;
    z-index:99999 !important;
  }

  .site-header.scrolled{
    box-shadow:0 10px 28px rgba(0,0,0,.10);
  }

  .desktop-nav{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    z-index:99998;
  }
}


/* FINAL FIX: LIGHTBOX */

.lightbox{
  position:fixed;
  inset:0;
  background:rgba(20,15,12,.92);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:999999;
  padding:24px;
}

.lightbox.active{
  display:flex !important;
}

.lightbox img{
  max-width:95%;
  max-height:88vh;
  object-fit:contain;
  border-radius:14px;
}

.lightbox-close{
  position:absolute;
  top:22px;
  right:30px;
  background:none;
  border:0;
  color:#fff;
  font-size:48px;
  line-height:1;
  cursor:pointer;
}

.gallery-item{
  cursor:pointer;
}






/** =========================================================
   WHATSAPP FLOAT
========================================================= */

.whatsapp-float{
  position:fixed;
  right:22px;
  bottom:22px;
  width:68px;
  height:68px;
  border-radius:50%;
  z-index:9999;

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

  background:#25D366;
  box-shadow:0 10px 30px rgba(0,0,0,.18);

  transition:0.3s;
  animation:whatsappPulse 2s infinite;
}

.whatsapp-float:hover{
  transform:translateY(-4px) scale(1.05);
}

.whatsapp-float img{
  width:50px;
  height:50px;
  object-fit:contain;
}

@keyframes whatsappPulse{
  0%{
    box-shadow:0 0 0 0 rgba(37,211,102,.5);
  }

  70%{
    box-shadow:0 0 0 18px rgba(37,211,102,0);
  }

  100%{
    box-shadow:0 0 0 0 rgba(37,211,102,0);
  }
}

@media(max-width:768px){

  .whatsapp-float{
    width:60px;
    height:60px;
    right:16px;
    bottom:16px;
  }

  .whatsapp-float img{
    width:50px;
    height:50px;
  }

}











/* FIX HERO IMAGE REAL MOBILE */

@media(max-width:980px){

  .hero{
    padding:26px 30px 38px;
  }

  .hero-bg{
    top:250px !important;
    height:285px !important;
    background-size:cover !important;
    background-position:center right !important;
    opacity:.72;
  }

  .lead{
    margin-top:30px;
  }

}

@media(max-width:420px){

  .hero-bg{
    top:5px !important;
    height:285px !important;
    background-position:center right !important;
  }

  .lead{
    margin-top:20px;
  }

}






/* LEGAL PAGES */

.legal-card-page{
  min-height:100vh;
  background:#fbf7f2;
  font-family:'Montserrat',Arial,sans-serif;
}

.legal-card-wrap{
  min-height:100vh;
  padding:70px 24px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.legal-card{
  width:100%;
  max-width:760px;
  background:#fffdfb;
  border-radius:22px;
  padding:55px;
  box-shadow:0 20px 55px rgba(70,45,30,.08);
}

.legal-eyebrow{
  display:block;
  text-transform:uppercase;
  letter-spacing:4px;
  font-size:12px;
  font-weight:800;
  color:#9b7d67;
  margin-bottom:14px;
}

.legal-card h1{
  font-family:'Cormorant Garamond',serif;
  font-size:54px;
  line-height:1;
  margin-bottom:38px;
}

.legal-info-item{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:20px;
  padding:24px 0;
  border-bottom:1px solid #dfd0c3;
}

.legal-info-item h2{
  font-family:'Cormorant Garamond',serif;
  font-size:26px;
  margin-bottom:8px;
}

.legal-info-item p,
.legal-info-item a{
  font-size:15px;
  line-height:1.9;
  color:#4a403b;
}

.legal-icon{
  width:44px;
  height:44px;
  border-radius:50%;
  background:#f4eee8;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#9b7d67;
  font-weight:800;
}

.legal-back-btn{
  margin-top:35px;
  display:inline-flex;
  height:48px;
  align-items:center;
  justify-content:center;
  padding:0 28px;
  border-radius:999px;
  background:#b99a82;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:1.4px;
  font-size:12px;
  font-weight:800;
}

@media(max-width:700px){
  .legal-card{
    padding:36px 26px;
  }

  .legal-card h1{
    font-size:42px;
  }

  .legal-info-item{
    grid-template-columns:1fr;
  }
}






.footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.footer-legal{
  display:flex;
  align-items:center;
  gap:12px;
}

.footer-legal a,
.footer-legal span{
  font-size:12px;
  color:#b9aaa1;
}

@media(max-width:980px){
  .footer-bottom{
    flex-direction:column;
    text-align:center;
  }

  .footer-legal{
    justify-content:center;
  }
}





/* =====================
   GIFT VOUCHERS FIX
===================== */

.gift-section{
  padding:110px 60px;
  background:#f8f3ee;
  text-align:center;
  width:100%;
}

.gift-section .section-head{
  max-width:820px;
  margin:0 auto 60px;
}

.gift-intro{
  max-width:760px;
  margin:24px auto 0;
  font-size:15px;
  line-height:2;
  color:var(--text);
}

.gift-grid{
  max-width:1250px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:34px;
  align-items:stretch;
}

.gift-card{
  position:relative;
  background:#fff;
  border-radius:24px;
  padding:58px 42px 48px;
  min-height:390px;
  box-shadow:0 22px 55px rgba(70,45,30,.08);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  transition:.35s ease;
}

.gift-card:hover{
  transform:translateY(-8px);
}

.gift-card.featured{
  border:2px solid var(--taupe);
  transform:scale(1.04);
  z-index:2;
}

.gift-card.featured:hover{
  transform:translateY(-8px) scale(1.04);
}

.gift-badge{
  position:absolute;
  top:-14px;
  left:50%;
  transform:translateX(-50%);
  background:var(--taupe);
  color:#fff;
  padding:8px 20px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  letter-spacing:1.5px;
  text-transform:uppercase;
}

.gift-price{
  display:block;
  font-family:'Cormorant Garamond',serif;
  font-size:76px;
  line-height:1;
  color:var(--taupe-dark);
  margin-bottom:24px;
}

.gift-card h3{
  font-family:'Cormorant Garamond',serif;
  font-size:34px;
  line-height:1.1;
  margin-bottom:18px;
}

.gift-card p{
  max-width:260px;
  font-size:14px;
  line-height:1.9;
  color:var(--text);
  margin-bottom:34px;
}

.gift-card .btn{
  min-width:190px;
  height:48px;
}

.gift-note{
  max-width:780px;
  margin:48px auto 0;
  font-size:14px;
  line-height:1.8;
  color:var(--text);
}

/* TABLET */
@media(max-width:980px){
  .gift-section{
    padding:70px 28px;
  }

  .gift-grid{
    grid-template-columns:1fr;
    max-width:520px;
    gap:24px;
  }

  .gift-card,
  .gift-card.featured{
    transform:none;
    min-height:auto;
  }

  .gift-card.featured:hover{
    transform:translateY(-8px);
  }
}





.gift-section{
  position:relative;
  padding:100px 60px;
  background:#f8f3ee;
}

.gift-section::before,
.gift-section::after{
  content:'';
  position:absolute;
  left:0;
  width:100%;
  height:1px;
  background:#d8c9bd;
}

.gift-section::before{
  top:0;
}

.gift-section::after{
  bottom:0;
}







/* REVIEWS */
.reviews-section {
  padding: 95px 60px;
  background: #fffdfb;
  text-align: center;
}

.reviews-carousel {
  max-width: 1320px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.reviews-track {
  display: flex;
  gap: 22px;
  width: max-content;
  will-change: transform;
  /* transition vendoset nga JS */
}

.review-card {
  min-width: 360px;
  max-width: 360px;
  background: #f8f3ee;
  border: 1px solid #eaded3;
  border-radius: 20px;
  padding: 32px 36px;
  text-align: left;
  box-sizing: border-box;
  flex-shrink: 0;
}

.review-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #b99a82;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  flex-shrink: 0;
}

.review-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 6px;
}

.review-stars {
  color: #b99a82;
  font-size: 13px;
  letter-spacing: 2px;
}

.review-card p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--text);
}

/* Dots */
.reviews-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: #d8c9bd;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s ease, width 0.3s ease;
}

.dot.active {
  background: #b99a82;
  width: 24px;
}

@media (max-width: 980px) {
  .reviews-section {
    padding: 70px 28px;
  }
  .review-card {
    min-width: 82vw;
    max-width: 82vw;
  }
}
