/*
Theme Name: Plumy Spa
Theme URI: https://plumyspa.com
Author: Plumy Spa
Author URI: https://plumyspa.com
Description: An elegant, fresh one-page WordPress theme for Plumy Spa, a home & hotel call massage and body treatment service in Bali. Plumeria-inspired design with a plum, sage, and gold palette.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: plumyspa
*/

:root{
    --plum-deep:#4C2B3E;
    --plum:#6E3B54;
    --rose-mauve:#B07A8C;
    --sage:#8FA085;
    --sage-soft:#DCE4D6;
    --ivory:#FBF6EF;
    --ivory-warm:#F3EAE0;
    --gold:#C29A56;
    --ink:#2C2027;
    --line: rgba(76,43,62,0.14);
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    font-family:'Jost', sans-serif;
    color:var(--ink);
    background:var(--ivory);
    font-weight:300;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }
  h1,h2,h3,.display{
    font-family:'Cormorant Garamond', serif;
    font-weight:500;
    letter-spacing:0.01em;
  }
  a{color:inherit; text-decoration:none;}
  img{max-width:100%; display:block;}
  .wrap{max-width:1180px; margin:0 auto; padding:0 32px;}
  .eyebrow{
    font-size:12px; letter-spacing:0.28em; text-transform:uppercase;
    color:var(--rose-mauve); font-weight:500; display:flex; align-items:center; gap:10px;
  }
  .eyebrow::before{content:''; width:26px; height:1px; background:var(--gold);}

  /* ===== NAV ===== */
  header{
    position:fixed; top:0; left:0; right:0; z-index:100;
    background:rgba(251,246,239,0.86);
    backdrop-filter: blur(10px);
    border-bottom:1px solid var(--line);
    transition:padding .3s ease;
  }
  .nav{
    display:flex; align-items:center; justify-content:space-between;
    padding:20px 32px; max-width:1180px; margin:0 auto;
  }
  .logo{
    font-family:'Cormorant Garamond', serif;
    font-size:26px; letter-spacing:0.04em; color:var(--plum-deep); font-weight:600;
    display:flex; align-items:center; gap:8px;
  }
  .logo svg{width:22px; height:22px;}
  .logo--custom img{max-height:44px; width:auto; display:block;}
  .nav-links{display:flex; gap:36px; font-size:14px; letter-spacing:0.03em;}
  .nav-links a{position:relative; padding:4px 0; color:var(--ink);}
  .nav-links a::after{
    content:''; position:absolute; left:0; bottom:0; width:0; height:1px;
    background:var(--gold); transition:width .3s ease;
  }
  .nav-links a:hover::after{width:100%;}
  .btn{
    display:inline-flex; align-items:center; gap:8px;
    padding:12px 26px; border-radius:2px; font-size:13px; letter-spacing:0.08em; text-transform:uppercase;
    border:1px solid var(--plum-deep); transition:all .35s ease; white-space:nowrap;
  }
  .btn-solid{background:var(--plum-deep); color:var(--ivory);}
  .btn-solid:hover{background:var(--plum); border-color:var(--plum);}
  .btn-outline{border-color:var(--plum-deep); color:var(--plum-deep);}
  .btn-outline:hover{background:var(--plum-deep); color:var(--ivory);}
  .nav-cta{display:flex; align-items:center; gap:20px;}
  .menu-toggle{display:none; flex-direction:column; gap:5px; cursor:pointer; background:none; border:none;}
  .menu-toggle span{width:24px; height:1px; background:var(--plum-deep);}

  /* ===== HERO ===== */
  .hero{
    position:relative; min-height:100vh; display:flex; align-items:center;
    padding-top:90px; overflow:hidden;
    background: radial-gradient(ellipse at 75% 20%, #f6ecda 0%, var(--ivory) 45%, var(--ivory) 100%);
  }
  .hero-petal{
    position:absolute; right:-8%; top:8%; width:56%; max-width:720px; opacity:0.9;
    animation: floatSlow 12s ease-in-out infinite;
  }
  @keyframes floatSlow{ 0%,100%{transform:translateY(0) rotate(0deg);} 50%{transform:translateY(-18px) rotate(2deg);} }
  .hero-inner{position:relative; z-index:2; max-width:640px;}
  .hero h1{
    font-size:clamp(40px, 6vw, 68px); line-height:1.06; color:var(--plum-deep); margin:22px 0 24px;
  }
  .hero h1 em{font-style:italic; color:var(--rose-mauve);}
  .hero p{font-size:17px; line-height:1.75; color:#5c4a53; max-width:460px; margin-bottom:36px;}
  .hero-btns{display:flex; gap:16px; flex-wrap:wrap;}
  .hero-stats{
    display:flex; gap:48px; margin-top:64px; padding-top:32px; border-top:1px solid var(--line); max-width:520px;
  }
  .hero-stats div span{display:block; font-family:'Cormorant Garamond', serif; font-size:32px; color:var(--plum-deep);}
  .hero-stats div small{font-size:12px; letter-spacing:0.05em; color:#8a7680;}
  .scroll-cue{
    position:absolute; bottom:36px; left:32px; display:flex; align-items:center; gap:10px;
    font-size:11px; letter-spacing:0.2em; text-transform:uppercase; color:var(--rose-mauve);
  }
  .scroll-cue .line{width:1px; height:36px; background:linear-gradient(var(--gold), transparent); position:relative; overflow:hidden;}

  /* ===== SECTION GENERIC ===== */
  section{padding:120px 0;}
  .section-head{max-width:640px; margin-bottom:64px;}
  .section-head h2{font-size:clamp(32px,4vw,46px); color:var(--plum-deep); margin-top:16px; line-height:1.15;}
  .section-head p{margin-top:18px; color:#6b5760; line-height:1.7; font-size:16px;}
  .divider-petal{width:34px; height:34px; margin:0 auto 22px; opacity:0.85;}

  /* ===== ABOUT STRIP ===== */
  .about{background:var(--plum-deep); color:var(--ivory-warm); position:relative;}
  .about .wrap{display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center;}
  .about-visual{position:relative; aspect-ratio:4/5; border:1px solid rgba(251,246,239,0.25); border-radius:2px; overflow:hidden;}
  .about-visual img{width:100%; height:100%; object-fit:cover;}
  .about h2{color:var(--ivory); font-size:clamp(30px,3.6vw,42px); margin:16px 0 20px;}
  .about p{line-height:1.8; color:#ddc9cf; margin-bottom:16px; font-size:15.5px;}
  .about-eyebrow{color:var(--gold);}
  .about-eyebrow::before{background:var(--gold);}

  /* ===== PACKAGES ===== */
  .packages{background:var(--ivory);}
  .cat-tabs{display:flex; gap:12px; flex-wrap:wrap; margin-bottom:48px;}
  .cat-tab{
    padding:10px 22px; border:1px solid var(--line); border-radius:30px; font-size:13px; letter-spacing:0.04em;
    cursor:pointer; background:transparent; color:#6b5760; transition:all .3s ease;
  }
  .cat-tab.active, .cat-tab:hover{background:var(--plum-deep); color:var(--ivory); border-color:var(--plum-deep);}

  .cat-block{margin-bottom:64px;}
  .cat-title{display:flex; align-items:center; gap:14px; margin-bottom:28px;}
  .cat-title .icon-wrap{
    width:44px; height:44px; border-radius:50%; background:var(--sage-soft);
    display:flex; align-items:center; justify-content:center; flex-shrink:0;
  }
  .cat-title .icon-wrap svg{width:22px; height:22px; stroke:var(--plum-deep);}
  .cat-title h3{font-size:26px; color:var(--plum-deep);}
  .cat-title span{font-size:13px; color:#8a7680; letter-spacing:0.03em;}

  .card-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:24px;}
  .card{
    position:relative; background:#fff; border:1px solid var(--line); border-radius:3px;
    padding:32px 28px; transition:transform .4s ease, box-shadow .4s ease, border-color .4s ease;
  }
  .card:hover{transform:translateY(-6px); box-shadow:0 24px 48px rgba(76,43,62,0.1); border-color:var(--gold);}
  .card .num{font-family:'Cormorant Garamond', serif; font-size:13px; color:var(--rose-mauve); letter-spacing:0.1em;}
  .card h4{font-size:23px; color:var(--plum-deep); margin:12px 0 10px; line-height:1.25;}
  .card p{font-size:14.5px; line-height:1.65; color:#6b5760;}
  .card .underline{width:0; height:1px; background:var(--gold); margin-top:20px; transition:width .4s ease;}
  .card:hover .underline{width:56px;}

  /* ===== WHY ===== */
  .why{background:var(--ivory-warm);}
  .why-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--line); border:1px solid var(--line);}
  .why-item{background:var(--ivory-warm); padding:44px 30px; text-align:left;}
  .why-item svg{width:30px; height:30px; stroke:var(--plum-deep); margin-bottom:20px;}
  .why-item h4{font-family:'Cormorant Garamond', serif; font-size:21px; color:var(--plum-deep); margin-bottom:10px;}
  .why-item p{font-size:14px; line-height:1.65; color:#6b5760;}

  /* ===== TESTIMONIAL ===== */
  .testi{background:var(--plum-deep); color:var(--ivory); text-align:center; position:relative;}
  .testi .wrap{max-width:760px;}
  .testi blockquote{font-family:'Cormorant Garamond', serif; font-style:italic; font-size:clamp(24px,3vw,32px); line-height:1.5; color:var(--ivory);}
  .testi .who{margin-top:28px; font-size:13px; letter-spacing:0.08em; text-transform:uppercase; color:var(--rose-mauve);}

  /* ===== CTA / BOOKING ===== */
  .cta{background:var(--ivory); text-align:center;}
  .cta .wrap{max-width:620px;}
  .cta h2{font-size:clamp(32px,4vw,46px); color:var(--plum-deep); margin:16px 0 20px;}
  .cta p{color:#6b5760; line-height:1.75; margin-bottom:36px;}
  .cta-btns{display:flex; gap:16px; justify-content:center; flex-wrap:wrap;}

  /* ===== FOOTER ===== */
  footer{background:var(--plum-deep); color:#e7d7dc; padding:70px 0 30px;}
  .footer-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:40px; padding-bottom:50px; border-bottom:1px solid rgba(251,246,239,0.15);}
  .footer-wordmark{height:34px; width:auto; margin-bottom:16px;}
  .footer-grid p{font-size:14px; line-height:1.75; color:#cba8b3;}
  .footer-col h5{font-size:13px; letter-spacing:0.1em; text-transform:uppercase; color:var(--gold); margin-bottom:18px;}
  .footer-col a{display:block; font-size:14px; color:#e7d7dc; margin-bottom:12px; opacity:0.85;}
  .footer-col a:hover{opacity:1; color:var(--gold);}
  .footer-bottom{padding-top:26px; display:flex; justify-content:space-between; align-items:center; font-size:12.5px; color:#b892a0; flex-wrap:wrap; gap:16px;}
  .social-row{display:flex; gap:14px;}
  .social-icon{width:32px; height:32px; border:1px solid rgba(251,246,239,0.3); border-radius:50%; display:flex; align-items:center; justify-content:center; color:#e7d7dc; transition:all .3s ease;}
  .social-icon svg{width:15px; height:15px;}
  .social-icon:hover{background:var(--gold); border-color:var(--gold); color:var(--plum-deep);}

  /* ===== WHATSAPP FLOAT ===== */
  .wa-float{
    position:fixed; bottom:28px; right:28px; z-index:200;
    width:56px; height:56px; border-radius:50%; background:var(--plum-deep);
    display:flex; align-items:center; justify-content:center; box-shadow:0 12px 28px rgba(76,43,62,0.35);
    transition:transform .3s ease; border:1px solid var(--gold);
  }
  .wa-float:hover{transform:scale(1.08);}
  .wa-float svg{width:26px; height:26px; fill:var(--ivory);}

  /* ===== REVEAL ===== */
  .reveal{opacity:0; transform:translateY(24px); transition:opacity .8s ease, transform .8s ease;}
  .reveal.in{opacity:1; transform:translateY(0);}

  @media (prefers-reduced-motion: reduce){
    .reveal{opacity:1; transform:none; transition:none;}
    .hero-petal{animation:none;}
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width:980px){
    .card-grid{grid-template-columns:repeat(2,1fr);}
    .about .wrap{grid-template-columns:1fr; gap:40px;}
    .why-grid{grid-template-columns:repeat(2,1fr);}
    .footer-grid{grid-template-columns:1fr 1fr; gap:32px;}
  }
  @media (max-width:720px){
    .nav-links{display:none;}
    .menu-toggle{display:flex;}
    .card-grid{grid-template-columns:1fr;}
    .why-grid{grid-template-columns:1fr;}
    .hero-stats{gap:28px;}
    .hero-petal{width:80%; right:-20%; opacity:0.5;}
    section{padding:80px 0;}
    .footer-grid{grid-template-columns:1fr;}
    .btn span.long{display:none;}
    .logo-title{font-size:20px;}
    .logo--custom img,.custom-logo{max-height:40px;}  
    .nav-cta .btn{display:none;}
  }

/* Service image support */
.service-card .service-image,
.card .service-image{
width:100%;
height:220px;
object-fit:cover;
border-radius:16px;
display:block;
margin-bottom:16px;
transition:transform .35s ease;
background:#f4f4f4;
}
.service-card:hover .service-image,
.card:hover .service-image{
transform:scale(1.04);
}
.site-branding{
	display:flex;
	align-items:center;
	gap:14px;
	text-decoration:none;
}

.site-branding .custom-logo{
	width:60px;
	height:60px;
	object-fit:contain;
}

.brand-text{
	display:flex;
	flex-direction:column;
}

.brand-name{
	font-size:2rem;
	font-family:'Cormorant Garamond', serif;
	font-weight:600;
	color:#5d4652;
	line-height:1;
}

.brand-tagline{
	font-size:0.85rem;
	color:#8b7a82;
	margin-top:4px;
	line-height:1.3;
}
.btn-whatsapp{
    background:#25D366;
    border:1px solid #25D366;
    color:#fff;
}

.btn-whatsapp:hover{
    background:#1ebe5b;
    border-color:#1ebe5b;
}
.wa-float{
    background:#25D366;
    border:1px solid #25D366;
}

.wa-float svg{
    fill:#fff;
}

.wa-float:hover{
    background:#1ebe5b;
}
@keyframes waPulse{
    0%{
        box-shadow:0 0 0 0 rgba(37,211,102,.5);
    }

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

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

.wa-float{
    animation:waPulse 2s infinite;
}

.testimonialSwiper{
    max-width:820px;
    margin:auto;
}

.testimonial-card{

    background:#fff;

    color:#333;

    border-radius:20px;

    padding:50px;

    text-align:center;

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

}

.testimonial-card blockquote{

    font-size:22px;

    line-height:1.8;

    font-family:'Cormorant Garamond', serif;

    color:#4C2B3E;

    margin:30px 0;

}

.stars{

    color:#F5B301;

    font-size:28px;

    letter-spacing:3px;

}

.who{

    margin-top:25px;

}

.who strong{

    display:block;

    font-size:20px;

}

.who span{

    color:#888;

    font-size:14px;

}

.swiper-pagination-bullet{

    background:#C29A56;

}

.swiper-pagination{

    margin-top:25px;

    position:relative;

}

/* =========================
   Mobile Logo
========================= */
@media (max-width: 768px){

    .logo-with-text{
        display:flex;
        align-items:center;
        gap:10px;
    }

    .logo--custom img,
    .custom-logo{
        width:58px;
        height:58px;
        max-height:none;
    }

    .brand-text{
        display:flex;
        flex-direction:column;
        justify-content:center;
    }

    .logo-title{
        font-size:30px;
        line-height:1;
        margin:0;
    }

    .brand-tagline{
        font-size:14px;
        line-height:1.2;
        margin-top:4px;
    }
}
.btn-whatsapp-package{
    display:block;
    width:100%;
    margin-top:18px;
    padding:12px 20px;
    text-align:center;
    background:#25D366;
    color:#fff;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.btn-whatsapp-package:hover{
    background:#1EBE5B;
    color:#fff;
}

.service-area{
    background:#fff;
    padding:100px 0;
}

.location-box{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:40px;
    margin-top:50px;
}

.map-box{
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.map-box iframe{
    width:100%;
    height:500px;
    border:0;
}

.location-info{
    background:#faf8f5;
    border-radius:20px;
    padding:35px;
}

.location-info h3{
    margin-bottom:20px;
}

.location-info ul{
    list-style:none;
    padding:0;
    margin:0 0 30px;
}

.location-info li{
    padding:10px 0;
    border-bottom:1px solid #ececec;
}

@media(max-width:768px){

.location-box{

grid-template-columns:1fr;

}

.map-box iframe{

height:350px;

}

}
.location{

    background:#fff;

    padding:120px 0;

}

.location-grid{

    display:grid;

    grid-template-columns:2fr 1fr;

    gap:50px;

    align-items:center;

}

.map iframe{

    width:100%;

    height:420px;

    border:none;

    border-radius:18px;

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

}

.location-content h3{

    color:#4C2B3E;

    margin-bottom:20px;

}

.location-content ul{

    list-style:none;

    margin:25px 0;

}

.location-content li{

    margin-bottom:14px;

}

@media(max-width:768px){

.location-grid{

grid-template-columns:1fr;

}

}
.coverage{

padding:120px 0;

background:#FBF6EF;

}

.coverage-grid{

display:grid;

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

gap:20px;

}

.coverage-grid span{

padding:20px;

background:#fff;

text-align:center;

border-radius:10px;

}
.service-area{
    margin:20px 0;
    line-height:1.8;
    color:#666;
    font-size:15px;
}