:root{
  --blush:#f4dce3;
  --blush-dark:#d99aaa;
  --rose:#b87378;
  --cream:#fff9f6;
  --ink:#252124;
  --muted:#74676b;
  --sage:#b9c9bc;
  --aqua:#92cfd5;
  --card:#ffffffcc;
  --shadow:0 18px 60px rgba(105,61,72,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,sans-serif;color:var(--ink);background:linear-gradient(180deg,var(--cream),#fff)}
body:before{content:"";position:fixed;inset:0;z-index:-1;background:radial-gradient(circle at 8% 12%,#f7d7e0 0 12%,transparent 32%),radial-gradient(circle at 90% 4%,#dff3f5 0 10%,transparent 28%),radial-gradient(circle at 80% 86%,#f4dce3 0 14%,transparent 34%);opacity:.75}
a{color:inherit}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:14px clamp(18px,5vw,72px);background:rgba(255,249,246,.86);backdrop-filter:blur(14px);border-bottom:1px solid #f0d8de}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:800}.brand img{width:46px;height:46px;border-radius:50%;object-fit:cover}.nav{display:flex;gap:24px}.nav a{text-decoration:none;font-weight:700;color:var(--muted)}.nav a:hover{color:var(--rose)}.menu-toggle{display:none;border:0;background:var(--blush);border-radius:12px;padding:10px 13px;font-size:20px}.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:36px;align-items:center;min-height:calc(100vh - 82px);padding:70px clamp(18px,7vw,100px)}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--rose);font-weight:800;font-size:.78rem}.hero h1,.section h2,.cta h2,.model-slots h2{font-family:'Cormorant Garamond',serif;font-size:clamp(3rem,8vw,6.8rem);line-height:.88;margin:10px 0 22px}.lead{font-size:1.25rem;color:var(--muted);max-width:640px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;text-decoration:none;font-weight:800;border:1px solid var(--rose)}.primary{background:var(--rose);color:white;box-shadow:var(--shadow)}.ghost{background:white;color:var(--rose)}.hero-card{background:var(--card);border:1px solid #f0d8de;border-radius:34px;padding:34px;text-align:center;box-shadow:var(--shadow);transform:rotate(1deg)}.hero-card img{width:min(300px,80%);border-radius:50%;box-shadow:0 12px 40px rgba(184,115,120,.18)}.hero-card p{font-weight:800;color:var(--rose)}.model-slots{margin:0 clamp(18px,7vw,100px) 70px;padding:38px;border-radius:32px;text-align:center;background:linear-gradient(135deg,var(--blush),#fff);border:1px solid #f0d8de;box-shadow:var(--shadow)}.model-slots h2,.section h2,.cta h2{font-size:clamp(2.3rem,5vw,4.4rem)}.slot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:26px 0}.slot-grid div{background:white;border-radius:24px;padding:22px}.slot-grid strong{display:block;color:var(--rose);font-size:2rem}.slot-grid span{font-weight:700}.small-note,.muted{color:var(--muted)}.section{padding:76px clamp(18px,7vw,100px)}.split{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:start}.split p{font-size:1.1rem;color:var(--muted);line-height:1.7}.service-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-cards article,.price-card,.policy-grid article{background:white;border:1px solid #f0d8de;border-radius:28px;padding:24px;box-shadow:0 10px 36px rgba(105,61,72,.08)}.service-cards span{font-size:2rem}.service-cards h3,.price-card h3,.policy-grid h3{font-family:'Cormorant Garamond',serif;font-size:1.8rem;margin:10px 0}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:0 clamp(18px,7vw,100px)}.gallery img{width:100%;height:340px;object-fit:cover;border-radius:30px;box-shadow:var(--shadow)}.prices{background:#fff7f9}.price-grid,.policy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.price-card p{display:flex;justify-content:space-between;gap:10px;border-bottom:1px dashed #ecd0d7;padding-bottom:10px}.price-card p:last-child{border-bottom:0}.policy-grid ul{margin:0;padding-left:20px;color:var(--muted);line-height:1.7}.cta{text-align:center;margin:60px clamp(18px,7vw,100px);padding:60px 20px;border-radius:40px;background:linear-gradient(135deg,#fff,var(--blush));border:1px solid #f0d8de;box-shadow:var(--shadow)}.cta p{color:var(--muted)}.handle{font-weight:800;color:var(--rose)!important}footer{text-align:center;padding:28px;color:var(--muted)}
@media (max-width:850px){.menu-toggle{display:block}.nav{position:absolute;left:18px;right:18px;top:76px;background:white;border:1px solid #f0d8de;border-radius:22px;padding:18px;display:none;flex-direction:column;box-shadow:var(--shadow)}.nav.open{display:flex}.hero,.split{grid-template-columns:1fr}.hero{padding-top:46px}.slot-grid,.service-cards,.price-grid,.policy-grid,.gallery{grid-template-columns:1fr}.gallery img{height:290px}.hero-card{transform:none}}
