
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --blush:#f5e6e0;
  --blush2:#eeddd6;
  --blush3:#c9a898;
  --cream:#fdf8f5;
  --rose:#6b3525;
  --rose-dark:#4a2015;
  --text:#3a2a25;
  --text-light:#4a2d26;
  --gold:#b89a82;
  --white:#fff;
}
html{scroll-behavior:smooth}
body{font-family:'Jost',sans-serif;color:var(--text);background:var(--cream);font-weight:300;line-height:1.7;overflow-x:hidden}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.2rem 2rem;display:flex;justify-content:space-between;align-items:center;background:rgba(253,248,245,0.9);backdrop-filter:blur(12px);border-bottom:1px solid rgba(196,144,128,0.15)}
.nav-logo{font-family:'Cormorant Garamond',serif;font-display:swap;font-size:1.35rem;font-weight:400;letter-spacing:0.08em;color:var(--text);text-decoration:none}
.nav-logo span{color:var(--rose-dark)}
.nav-links{display:flex;gap:2rem;list-style:none}
.nav-links a{text-decoration:none;font-size:0.8rem;letter-spacing:0.12em;text-transform:uppercase;color:var(--text-light);transition:color 0.3s}
.nav-links a:hover{color:var(--rose-dark)}
.nav-cta{background:#7a3f2d;color:var(--white);border:none;padding:0.6rem 1.4rem;font-family:'Jost',sans-serif;font-size:0.78rem;letter-spacing:0.12em;text-transform:uppercase;cursor:pointer;transition:background 0.3s;text-decoration:none}
.nav-cta:hover{background:#5c2d1e}

/* HERO */
.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;padding-top:72px}
.hero-content{display:flex;flex-direction:column;justify-content:center;padding:5rem 4rem 5rem 5rem}
.hero-eyebrow{font-size:0.72rem;letter-spacing:0.2em;text-transform:uppercase;color:#7a3f2d;margin-bottom:1.5rem}
.hero-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2.8rem,4.5vw,4.2rem);font-weight:300;line-height:1.15;color:var(--text);margin-bottom:1.5rem}
.hero-title em{font-style:italic;color:var(--rose-dark)}
.hero-sub{font-size:1rem;color:var(--text-light);max-width:400px;margin-bottom:2.5rem;line-height:1.8}
.hero-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}
.btn-primary{background:#7a3f2d;color:var(--white);border:none;padding:0.9rem 2.2rem;font-family:'Jost',sans-serif;font-size:0.82rem;letter-spacing:0.12em;text-transform:uppercase;cursor:pointer;transition:background 0.3s;text-decoration:none;display:inline-block}
.btn-primary:hover{background:#5c2d1e}
.hero-price{font-family:'Cormorant Garamond',serif;font-size:1rem;color:var(--text-light);font-style:italic}
.hero-price strong{color:var(--rose-dark);font-size:1.4rem}
.hero-image{position:relative;overflow:hidden}
.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-badge{position:absolute;bottom:2.5rem;left:-1rem;background:var(--white);padding:1rem 1.5rem 1rem 2rem;box-shadow:0 8px 40px rgba(154,100,85,0.12)}
.hero-badge p{font-size:0.72rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--rose-dark);margin-bottom:0.2rem;font-weight:500}
.hero-badge span{font-family:'Cormorant Garamond',serif;font-size:1.05rem;color:var(--text)}

/* INTRO BAND */
.intro-band{background:var(--blush);padding:4rem 5rem;display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem}
.intro-item{text-align:center}
.intro-item .num{font-family:'Cormorant Garamond',serif;font-size:2.8rem;font-weight:300;color:var(--rose-dark);display:block}
.intro-item p{font-size:0.82rem;letter-spacing:0.08em;text-transform:uppercase;color:var(--text-light)}

/* HOW IT WORKS */
.section{padding:6rem 5rem}
.section-label{font-size:0.72rem;letter-spacing:0.2em;text-transform:uppercase;color:#5a2d1e;margin-bottom:0.8rem;font-weight:600}
.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:300;line-height:1.2;margin-bottom:1.5rem;color:var(--text)}
.section-title em{font-style:italic;color:var(--rose-dark)}

.how-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;margin-top:3rem}
.steps{display:flex;flex-direction:column;gap:2rem}
.step{display:flex;gap:1.5rem;align-items:flex-start}
.step-num{font-family:'Cormorant Garamond',serif;font-size:2rem;color:#7a3f2d;font-weight:300;min-width:2rem;line-height:1}
.step-body h4{font-size:0.9rem;letter-spacing:0.05em;font-weight:500;margin-bottom:0.3rem;color:var(--text)}
.step-body p{font-size:0.88rem;color:var(--text-light)}
.how-images{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.how-images img{width:100%;aspect-ratio:3/4;object-fit:cover}
.how-images img:first-child{margin-top:2rem}

/* SERVICES */
.services-section{background:var(--blush);padding:6rem 5rem}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.service-card{background:var(--white);padding:0;overflow:hidden}
.service-card img{width:100%;aspect-ratio:3/4;object-fit:cover}
.service-card-body{padding:1.8rem}
.service-card-body h3{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:400;margin-bottom:0.6rem;color:var(--text)}
.service-card-body p{font-size:0.85rem;color:var(--text-light);line-height:1.7;margin-bottom:1.2rem}
.service-tag{display:inline-block;font-size:0.68rem;letter-spacing:0.14em;text-transform:uppercase;color:var(--rose-dark);border:1.5px solid var(--rose-dark);padding:0.3rem 0.8rem}

/* PRICING */
.pricing-section{padding:6rem 5rem;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}
.pricing-intro p{font-size:1rem;color:var(--text-light);line-height:1.8;margin-top:1rem}
.price-cards{display:flex;flex-direction:column;gap:1.5rem}
.price-card{border:1px solid var(--blush3);padding:2rem;display:flex;justify-content:space-between;align-items:center;transition:border-color 0.3s,background 0.3s}
.price-card:hover{background:var(--blush);border-color:#7a3f2d}
.price-card.featured{background:#7a3f2d;border-color:#7a3f2d}
.price-card.featured .price-label,.price-card.featured .price-desc{color:rgba(255,255,255,0.95)}
.price-card.featured .price-amount{color:var(--white);font-weight:400}
.price-label{font-size:0.85rem;font-weight:500;letter-spacing:0.05em;color:var(--text)}
.price-desc{font-size:0.78rem;color:var(--text-light);margin-top:0.2rem}
.price-amount{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:300;color:var(--rose-dark)}

/* RESULTS */
.results-section{background:var(--text);padding:6rem 5rem;color:var(--white)}
.results-section .section-label{color:var(--blush)}
.results-section .section-title{color:var(--white)}
.results-section em{color:#f5c4b0}
.results-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}
.result-item{border-left:1px solid rgba(245,230,224,0.25);padding-left:1.5rem}
.result-item h4{font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:300;color:var(--blush);margin-bottom:0.4rem}
.result-item p{font-size:0.82rem;color:rgba(253,248,245,0.65);line-height:1.7}

/* ABOUT */
.about-section{padding:6rem 5rem;display:grid;grid-template-columns:1fr 420px;gap:5rem;align-items:center}
.about-image{position:relative;width:100%}
.about-image img{width:100%;height:560px;object-fit:cover;object-position:top center;border-radius:var(--border-radius-lg)}
.about-tag{position:absolute;bottom:2rem;right:-1rem;background:var(--blush);padding:1.5rem;max-width:240px;box-shadow:0 4px 20px rgba(154,100,85,0.1)}
.about-tag p{font-family:'Cormorant Garamond',serif;font-size:1.1rem;font-style:italic;color:var(--rose-dark)}
.about-content{padding-top:0}.about-content p{font-size:0.95rem;color:var(--text-light);line-height:1.9;margin-bottom:1.2rem;margin-top:1rem}

/* FAQ */
.faq-section{background:var(--blush);padding:6rem 5rem}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:3rem}
.faq-item{background:var(--white);padding:2rem}
.faq-item h4{font-size:0.9rem;font-weight:500;margin-bottom:0.6rem;color:var(--text)}
.faq-item p{font-size:0.85rem;color:var(--text-light);line-height:1.7}

/* CTA BAND */
.cta-band{background:var(--text);padding:6rem 5rem;text-align:center;color:var(--white)}
.cta-band .section-title{margin-bottom:0.8rem}
.cta-band p{color:rgba(253,248,245,0.7);margin-bottom:2.5rem;font-size:1rem}
.cta-group{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}
.btn-outline{border:2px solid #4a2015;color:#4a2015;background:transparent;padding:0.9rem 2.2rem;font-family:'Jost',sans-serif;font-size:0.82rem;letter-spacing:0.12em;text-transform:uppercase;cursor:pointer;transition:all 0.3s;text-decoration:none;display:inline-block}
.btn-outline:hover{background:var(--rose);color:var(--white)}

/* FOOTER */
footer{background:var(--text);color:rgba(253,248,245,0.6);padding:3rem 5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}
.footer-logo{font-family:'Cormorant Garamond',serif;font-size:1.2rem;color:var(--blush);letter-spacing:0.08em}
.footer-info{font-size:0.8rem;text-align:right;line-height:1.8}
.footer-info a{color:var(--blush3);text-decoration:none}


/* REVIEWS */
.reviews-section{padding:6rem 5rem;background:var(--cream)}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}
.review-card{background:var(--white);border:1px solid var(--blush3);padding:2rem;display:flex;flex-direction:column;gap:1.2rem}
.stars{color:#c49080;font-size:1rem;letter-spacing:2px}
.review-text{font-size:0.9rem;color:var(--text-light);line-height:1.8;font-style:italic;flex:1}
.reviewer{display:flex;align-items:center;gap:0.9rem;border-top:1px solid var(--blush3);padding-top:1.2rem}
.reviewer-avatar{width:38px;height:38px;border-radius:50%;background:var(--blush2);display:flex;align-items:center;justify-content:center;font-size:0.72rem;font-weight:500;color:var(--rose-dark);flex-shrink:0;letter-spacing:0.05em}
.reviewer-name{font-size:0.85rem;font-weight:500;color:var(--text)}
.reviewer-meta{font-size:0.75rem;color:var(--text-light)}
@media(max-width:900px){
  /* NAV */
  nav{padding:0.8rem 1rem;gap:0.5rem}
  .nav-logo{font-size:1.1rem}
  .nav-links{display:none}
  .nav-phone{display:none}
  .nav-cta{padding:0.5rem 0.8rem;font-size:0.7rem}

  /* HERO */
  .hero{grid-template-columns:1fr}
  .hero-image{height:60vw;order:-1}
  .hero-content{padding:2rem 1.5rem}
  .hero-title{font-size:2.2rem}
  .hero-sub{font-size:0.9rem}
  .hero-actions{flex-direction:column;align-items:stretch}
  .btn-primary{text-align:center;padding:1rem}
  .btn-outline{text-align:center;padding:1rem}

  /* SECTIONS */
  .section{padding:3rem 1.5rem}
  .intro-band{grid-template-columns:1fr;padding:2.5rem 1.5rem;gap:1.5rem}

  /* HOW IT WORKS */
  .how-grid{grid-template-columns:1fr;gap:2rem}
  .how-images{grid-template-columns:1fr 1fr}

  /* SERVICES - 1 column on mobile */
  .services-section{padding:3rem 1.5rem}
  .services-grid{grid-template-columns:1fr !important;gap:1.5rem}

  /* PRICING */
  .pricing-section{grid-template-columns:1fr;padding:3rem 1.5rem;gap:2rem}

  /* RESULTS */
  .results-section{padding:3rem 1.5rem}
  .results-grid{grid-template-columns:1fr 1fr;gap:1.5rem}

  /* ABOUT */
  .about-section{grid-template-columns:1fr;padding:3rem 1.5rem;gap:2rem}
  .about-image{width:100% !important}
  .about-image img{width:100% !important;height:380px}
  .about-tag{right:0;bottom:1rem}
  .about-content{padding:0}

  /* FAQ */
  .faq-section{padding:3rem 1.5rem}
  .faq-grid{grid-template-columns:1fr}

  /* REVIEWS */
  .reviews-section{padding:3rem 1.5rem}
  .reviews-grid{grid-template-columns:1fr}

  /* BLOG */
  .blog-grid{grid-template-columns:1fr !important}

  /* IS THIS FOR YOU */
  #fit{padding:3rem 1.5rem !important}
  #fit > div{grid-template-columns:1fr !important}

  /* BOOKING */
  #booking{padding:3rem 1.5rem !important}
  #booking > div{grid-template-columns:1fr !important}

  /* CTA */
  .cta-band{padding:3rem 1.5rem}
  .cta-group{flex-direction:column;align-items:stretch}

  /* FOOTER */
  footer{padding:2rem 1.5rem;flex-direction:column;text-align:center}
  .footer-info{text-align:center}

  /* BLOG CONTENT */
  .blog-content{padding:3rem 1.5rem}
  .blog-hero{padding:6rem 1.5rem 3rem}

  /* TEXT */
  body{font-size:16px;line-height:1.8}
  p{line-height:1.8}
  h1{font-size:2.2rem !important}
  h2{font-size:1.8rem !important}
}

/* Service page hero */
.service-hero{background:var(--blush);padding:8rem 5rem 5rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.service-hero-content h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.5rem,4vw,3.8rem);font-weight:300;line-height:1.15;color:var(--text);margin-bottom:1.5rem}
.service-hero-content h1 em{font-style:italic;color:var(--rose-dark)}
.service-hero-content p{font-size:1rem;color:var(--text-light);line-height:1.8;margin-bottom:2rem;max-width:460px}
.service-hero-img img{width:100%;height:520px;object-fit:cover;border-radius:var(--border-radius-lg)}

/* Benefits grid */
.benefits-section{padding:6rem 5rem;background:var(--cream)}
.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}
.benefit-card{background:var(--white);padding:2.5rem;border:1px solid var(--blush3)}
.benefit-card h3{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:400;color:var(--text);margin-bottom:0.8rem}
.benefit-card p{font-size:0.88rem;color:var(--text-light);line-height:1.8}

/* How section */
.how-section{padding:6rem 5rem;background:var(--white)}
.how-section-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;margin-top:3rem}

/* Blog styles */
.blog-hero{background:var(--blush);padding:8rem 5rem 5rem;text-align:center}
.blog-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:300;line-height:1.2;color:var(--text);max-width:760px;margin:0 auto 1.5rem}
.blog-hero h1 em{font-style:italic;color:var(--rose-dark)}
.blog-content{max-width:760px;margin:0 auto;padding:4rem 2rem}
.blog-content h2{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:300;color:var(--text);margin:2.5rem 0 1rem}
.blog-content h3{font-family:'Jost',sans-serif;font-size:1.1rem;font-weight:500;color:var(--text);margin:2rem 0 0.8rem}
.blog-content p{font-size:0.95rem;color:var(--text-light);line-height:1.9;margin-bottom:1.2rem}
.blog-content ul,.blog-content ol{padding-left:1.5rem;margin-bottom:1.2rem}
.blog-content li{font-size:0.95rem;color:var(--text-light);line-height:1.8;margin-bottom:0.4rem}
.blog-cta{background:var(--blush);border-left:3px solid #7a3f2d;padding:2rem;margin:3rem 0;border-radius:0 8px 8px 0}
.blog-cta p{margin:0 0 1.2rem;font-size:0.95rem}

/* Mobile */
@media(max-width:900px){
  nav{padding:0.8rem 1rem;gap:0.5rem}
  .nav-logo{font-size:1.1rem}
  .nav-links{display:none}
  .nav-phone{display:none}
  .nav-cta{padding:0.5rem 0.8rem;font-size:0.7rem}
  .hero{grid-template-columns:1fr}
  .hero-image{height:60vw;order:-1}
  .hero-content{padding:2rem 1.5rem}
  .hero-title{font-size:2.2rem}
  .hero-actions{flex-direction:column;align-items:stretch}
  .btn-primary{text-align:center;padding:1rem}
  .btn-outline{text-align:center;padding:1rem}
  .section{padding:3rem 1.5rem}
  .intro-band{grid-template-columns:1fr;padding:2.5rem 1.5rem;gap:1.5rem}
  .how-grid{grid-template-columns:1fr;gap:2rem}
  .how-images{grid-template-columns:1fr 1fr}
  .services-section{padding:3rem 1.5rem}
  .services-grid{grid-template-columns:1fr !important;gap:1.5rem}
  .pricing-section{grid-template-columns:1fr;padding:3rem 1.5rem;gap:2rem}
  .results-section{padding:3rem 1.5rem}
  .results-grid{grid-template-columns:1fr 1fr;gap:1.5rem}
  .about-section{grid-template-columns:1fr;padding:3rem 1.5rem;gap:2rem}
  .about-image{width:100% !important}
  .about-image img{width:100% !important;height:380px}
  .about-tag{right:0;bottom:1rem}
  .faq-section{padding:3rem 1.5rem}
  .faq-grid{grid-template-columns:1fr}
  .reviews-section{padding:3rem 1.5rem}
  .reviews-grid{grid-template-columns:1fr}
  .blog-grid{grid-template-columns:1fr !important}
  #fit{padding:3rem 1.5rem !important}
  #fit > div{grid-template-columns:1fr !important}
  #booking{padding:3rem 1.5rem !important}
  #booking > div{grid-template-columns:1fr !important}
  .cta-band{padding:3rem 1.5rem}
  .cta-group{flex-direction:column;align-items:stretch}
  footer{padding:2rem 1.5rem;flex-direction:column;text-align:center}
  .service-hero{grid-template-columns:1fr;padding:6rem 1.5rem 3rem;gap:2rem}
  .service-hero-img img{height:300px}
  .benefits-section{padding:3rem 1.5rem}
  .benefits-grid{grid-template-columns:1fr}
  .how-section{padding:3rem 1.5rem}
  .how-section-grid{grid-template-columns:1fr;gap:2rem}
  .blog-hero{padding:6rem 1.5rem 3rem}
  .blog-content{padding:2rem 1.5rem}
  body{font-size:16px;line-height:1.8}
  h1{font-size:2.2rem !important}
  h2{font-size:1.8rem !important}
}

/* Nav dropdown */
.nav-dropdown{position:relative}
.nav-dropdown>a{cursor:pointer}
.nav-submenu{display:none;position:absolute;top:100%;left:0;background:var(--white);border:1px solid var(--blush3);min-width:200px;z-index:1000;box-shadow:0 8px 24px rgba(58,42,37,0.1);padding:0.5rem 0}
.nav-submenu li{list-style:none}
.nav-submenu li a{display:block;padding:0.6rem 1.2rem;font-size:0.82rem;color:var(--text);text-decoration:none;white-space:nowrap}
.nav-submenu li a:hover{background:var(--blush);color:#7a3f2d}
.nav-dropdown:hover .nav-submenu{display:block}
