:root{
  --pink:#d76075;--soft:#fff5f6;--line:#f3c8cf;--text:#34323a;--muted:#66616a;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;color:var(--text);font-family:Arial,Helvetica,sans-serif;background:white;font-size:14px}
.container{width:min(1120px,92%);margin:0 auto}
.site-header{height:84px;background:white;border-bottom:1px solid #f7edf0;position:sticky;top:0;z-index:10}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo img{width:205px;display:block}.nav{display:flex;gap:34px;align-items:center;text-transform:uppercase;font-size:11px;font-weight:800;letter-spacing:.05em}
.nav a{color:#2f2c33;text-decoration:none}.nav a.active,.nav a:hover{color:var(--pink);border-bottom:2px solid var(--pink);padding-bottom:12px}
.btn{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 28px;border-radius:6px;text-transform:uppercase;font-size:11px;letter-spacing:.06em;font-weight:800;text-decoration:none;border:1px solid transparent}
.btn-primary{background:var(--pink);color:white;box-shadow:0 7px 18px rgba(215,96,117,.2)}
.btn-outline{border-color:var(--pink);color:var(--pink);background:white}.btn-light{background:white;color:var(--pink)}
.hero{position:relative;min-height:520px;background:linear-gradient(90deg,#fff 0%,#fff 48%,#fff1f3 100%);overflow:hidden}
.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 32%,#f8cfd6 0,#f8cfd688 23%,transparent 45%)}
.hero-grid{position:relative;display:grid;grid-template-columns:47% 53%;align-items:center;min-height:520px}
.eyebrow,.section-kicker{text-transform:uppercase;color:var(--pink);font-size:11px;font-weight:900;letter-spacing:.42em;margin:0 0 18px;text-align:center}
.hero-copy .eyebrow{text-align:left}
h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;margin:0;color:#393640}
h1{font-size:57px;line-height:1.04;letter-spacing:-.03em}h1 span{font-family:"Brush Script MT","Segoe Script",cursive;color:var(--pink);font-size:74px;line-height:.9}
.lead{font-size:16px;line-height:1.8;color:var(--muted);max-width:500px;margin:34px 0}
.hero-actions{display:flex;gap:18px}.hero-art{height:520px;display:flex;align-items:flex-end;justify-content:flex-end}.hero-art img{width:100%;height:100%;object-fit:cover;object-position:center}
.scroll-dot{position:absolute;bottom:15px;left:50%;width:42px;height:42px;border-radius:50%;background:white;color:var(--pink);display:grid;place-items:center;text-decoration:none;box-shadow:0 5px 18px #e6b1bb}
.section{padding:64px 0}h2{text-align:center;font-size:36px;line-height:1.15}.small-line{width:36px;height:2px;background:var(--pink);margin:22px auto 30px}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.service-card{background:linear-gradient(#fff,#fff6f7);text-align:center;box-shadow:0 10px 22px rgba(209,174,181,.15)}
.service-card img{width:100%;height:174px;object-fit:cover}.service-card .icon{width:55px;height:55px;border-radius:50%;background:white;margin:-28px auto 12px;display:grid;place-items:center;color:var(--pink);font-size:24px;box-shadow:0 4px 12px #eed1d6}
.service-card h3,.why h3,.footer h3{text-transform:uppercase;font-size:13px;letter-spacing:.04em;margin:0 0 14px}.service-card p{padding:0 28px;color:var(--muted);font-size:13px;line-height:1.55;min-height:60px}.service-card a{display:block;color:var(--pink);font-size:11px;font-weight:900;text-transform:uppercase;text-decoration:none;margin:20px 0 28px}
.about{padding-top:10px}.about-grid{display:grid;grid-template-columns:50% 50%;gap:55px;align-items:center}.about-image{position:relative;padding:18px;border:2px solid #f3b9c3;border-radius:50% 50% 0 0}.about-image img{width:100%;display:block;border-radius:50% 50% 0 0}
.about-copy h2{text-align:left;font-size:38px}.left{text-align:left}.left-line{margin-left:0}.about-copy p{color:var(--muted);line-height:1.8}
.why{padding:35px 0 55px}.why-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:28px;text-align:center}.why-grid span{display:block;color:var(--pink);font-size:46px;margin-bottom:18px}.why-grid p{color:var(--muted);font-size:12px;line-height:1.5}
.gallery{padding-top:0}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.gallery-grid img{width:100%;height:126px;object-fit:cover}.more{display:flex;width:170px;margin:24px auto 0}
.pricing{background:#fffafb;text-align:center;padding:56px 0}.pricing h2{font-size:34px}.pricing-note{color:var(--muted);max-width:760px;margin:0 auto}
.price-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:34px;text-align:left}
.price-box{background:white;border:1px solid #f1c6ce;border-radius:10px;padding:28px;box-shadow:0 12px 28px rgba(209,174,181,.14)}
.price-box h3{text-transform:uppercase;color:var(--pink);font-size:14px;letter-spacing:.12em;margin:0 0 18px;text-align:center}
.price-row{display:flex;justify-content:space-between;gap:20px;border-bottom:1px dashed #efd0d6;padding:12px 0;color:#56515a;line-height:1.35}
.price-row:last-child{border-bottom:0}.price-row b{color:#34323a;white-space:nowrap}

.opinions{background:linear-gradient(90deg,#fff,#fff2f4,#fff);padding:58px 0}.opinions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}.opinions blockquote{margin:0;padding:0 35px;border-left:1px solid #efbac4;color:#5f5961;line-height:1.7;font-family:Georgia,serif}.opinions b{color:#e99b2c;display:block;margin-top:10px}.opinions small{display:block;margin-top:8px}
.footer{background:linear-gradient(100deg,#c94b62,#df7385);color:white}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1.2fr 1fr;gap:30px;padding:55px 0;align-items:center}.footer-logo{width:220px}.footer h3{color:white}.footer p{line-height:1.9;margin:0}.social{font-size:28px}.copyright{background:white;color:#8b858a;display:flex;justify-content:space-between;padding:18px 80px;font-size:12px}
@media(max-width:900px){.nav{display:none}.hero-grid,.about-grid,.price-grid{grid-template-columns:1fr}.hero-art{height:360px}.cards,.gallery-grid{grid-template-columns:repeat(2,1fr)}.why-grid,.opinions-grid,.footer-grid{grid-template-columns:1fr 1fr}.copyright{padding:18px;gap:20px;flex-direction:column}h1{font-size:44px}}
@media(max-width:560px){.header-inner{gap:10px}.logo img{width:150px}.btn{padding:0 15px}.cards,.gallery-grid,.why-grid,.opinions-grid,.footer-grid{grid-template-columns:1fr}h1{font-size:38px}h1 span{font-size:56px}.section{padding:45px 0}}
