
:root{
  --pink:#e9006f; --pink-dark:#9e2855; --blush:#fff1f6; --black:#151515;
  --white:#fff; --gray:#6c6670; --line:#ead5df; --shadow:0 16px 50px rgba(72,22,46,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Montserrat,Arial,sans-serif;color:var(--black);background:#fff}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.site-header{height:84px;padding:10px clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid #f2e8ed}
.brand{display:flex;align-items:center;gap:12px;font-family:"Cormorant Garamond",serif;font-size:28px;font-weight:700}
.brand img{width:62px;height:62px;border-radius:50%;object-fit:cover}
.nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:600}
.nav a:hover{color:var(--pink)}
.nav-cta{background:var(--pink);color:#fff!important;padding:13px 20px;border-radius:999px}
.menu-toggle{display:none;border:0;background:none;font-size:26px}
.hero{height:min(790px,85vh);min-height:620px;position:relative;display:grid;place-items:center;overflow:hidden}
.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 38%}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.74),rgba(0,0,0,.28),rgba(0,0,0,.12))}
.hero-content{position:relative;color:#fff;width:min(1180px,90%);padding-right:42%;z-index:1}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:700;color:var(--pink);margin:0 0 12px}
.hero .eyebrow,.cta .eyebrow{color:#ff9bc3}
h1,h2,h3{font-family:"Cormorant Garamond",serif;line-height:1.04;margin-top:0}
h1{font-size:clamp(54px,7vw,98px);margin-bottom:20px}
h2{font-size:clamp(42px,5vw,66px);margin-bottom:18px}
h3{font-size:30px;margin-bottom:10px}
.hero-content>p:not(.eyebrow){font-size:clamp(18px,2vw,24px);line-height:1.55;max-width:700px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.btn{display:inline-flex;justify-content:center;align-items:center;padding:15px 24px;border-radius:999px;font-size:14px;font-weight:700;transition:.2s}
.btn:hover{transform:translateY(-2px)}
.primary{background:var(--pink);color:#fff;box-shadow:0 10px 28px rgba(233,0,111,.26)}
.secondary{border:1px solid rgba(255,255,255,.65);color:#fff;background:rgba(255,255,255,.08)}
.announcement{background:var(--black);color:#fff;padding:16px 24px;text-align:center;display:flex;gap:10px;justify-content:center;flex-wrap:wrap;font-size:14px}
.announcement strong{color:#ff9bc3}
.section{padding:100px clamp(22px,6vw,90px);max-width:1480px;margin:auto}
.intro{text-align:center;max-width:950px}
.lead{font-size:20px;line-height:1.8;color:var(--gray)}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:36px}
.text-link{color:var(--pink-dark);font-weight:700}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 8px 28px rgba(80,34,57,.06);transition:.25s}
.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.card img{width:100%;height:410px;object-fit:cover}
.card-body{padding:25px}
.card-body p{color:var(--gray);line-height:1.65}
.price{color:var(--pink);font-weight:800;font-size:14px}
.featured-card{grid-column:span 2;display:grid;grid-template-columns:1.2fr 1fr}
.featured-card img{height:100%;min-height:440px}
.featured-card .card-body{display:flex;flex-direction:column;justify-content:center;padding:40px}
.split-collections{display:grid;gap:28px}
.feature-tile{display:grid;grid-template-columns:1.1fr 1fr;border-radius:30px;overflow:hidden;background:var(--blush)}
.feature-tile.reverse{grid-template-columns:1fr 1.1fr}
.feature-tile.reverse img{order:2}
.feature-tile img{width:100%;height:520px;object-fit:cover}
.feature-tile>div{padding:55px;align-self:center}
.feature-tile p{line-height:1.75;color:var(--gray)}
.gallery-section{text-align:center}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}
.gallery img{width:100%;height:480px;object-fit:cover;border-radius:20px}
.process{text-align:center;background:#fff8fb;max-width:none}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;max-width:1280px;margin:40px auto 0}
.steps div{background:#fff;padding:30px;border-radius:22px;border:1px solid var(--line)}
.steps span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--pink);color:#fff;font-weight:800;margin:0 auto 18px}
.steps h3{font-size:25px}
.steps p{color:var(--gray);line-height:1.6}
.about{display:grid;grid-template-columns:1.3fr .7fr;align-items:center;gap:70px}
.about p{font-size:17px;line-height:1.8;color:var(--gray)}
.about img{border-radius:50%;box-shadow:var(--shadow)}
.faq{max-width:980px}
details{border-top:1px solid var(--line);padding:20px 0}
details:last-child{border-bottom:1px solid var(--line)}
summary{font-weight:700;cursor:pointer;font-size:18px}
details p{color:var(--gray);line-height:1.7}
.cta{background:var(--black);color:#fff;text-align:center;padding:90px 20px}
.cta p{color:#ddd}
.light{box-shadow:none}
footer{background:#0c0c0c;color:#fff;padding:60px clamp(22px,6vw,90px) 28px;display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:40px}
footer>div{display:flex;flex-direction:column;gap:9px}
footer a,footer span{color:#cfcfcf;font-size:14px}
.footer-brand{flex-direction:row;align-items:center!important}
.footer-brand img{width:72px;height:72px;border-radius:50%;object-fit:cover}
.footer-brand strong{font-family:"Cormorant Garamond",serif;font-size:28px}
.copyright{grid-column:1/-1;border-top:1px solid #292929;padding-top:24px;color:#888;font-size:12px}
@media(max-width:1000px){
  .cards{grid-template-columns:repeat(2,1fr)}
  .featured-card{grid-column:span 2}
  .steps{grid-template-columns:repeat(2,1fr)}
  .hero-content{padding-right:20%}
}
@media(max-width:760px){
  .site-header{height:72px;padding:8px 18px}
  .brand span{display:none}.brand img{width:54px;height:54px}
  .menu-toggle{display:block}
  .nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;padding:22px;flex-direction:column;border-bottom:1px solid var(--line)}
  .nav.open{display:flex}
  .hero{min-height:690px;height:82vh}
  .hero-image{object-position:center}
  .hero-overlay{background:linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.15))}
  .hero-content{padding:250px 0 0;width:88%;text-align:center}
  .hero-actions{justify-content:center}
  .section{padding:72px 20px}
  .section-heading{align-items:start;flex-direction:column}
  .cards{grid-template-columns:1fr}
  .featured-card{grid-column:auto;display:block}
  .card img,.featured-card img{height:430px;min-height:0}
  .feature-tile,.feature-tile.reverse{grid-template-columns:1fr}
  .feature-tile.reverse img{order:0}
  .feature-tile img{height:420px}
  .feature-tile>div{padding:35px 25px}
  .gallery{grid-template-columns:1fr 1fr}
  .gallery img{height:330px}
  .steps{grid-template-columns:1fr}
  .about{grid-template-columns:1fr}
  .about img{max-width:360px;margin:auto}
  footer{grid-template-columns:1fr}
  .copyright{grid-column:1}
}
