:root{
  --cream:#fff8f3;
  --blush:#f7e4df;
  --rose:#c77f78;
  --rose-dark:#9c5f5b;
  --ink:#2f2525;
  --muted:#756866;
  --white:#ffffff;
  --line:#ead6d1;
  --shadow:0 24px 70px rgba(100,62,58,.18);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:var(--cream);line-height:1.65}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1120px,92vw);margin-inline:auto}
.site-header{position:sticky;top:0;z-index:10;background:rgba(255,248,243,.86);backdrop-filter:blur(14px);border-bottom:1px solid rgba(234,214,209,.7)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;font-weight:700;font-size:1.08rem;letter-spacing:.02em}
.brand-mark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:var(--cream);font-family:'Cormorant Garamond',serif;font-size:1.1rem}
.nav-links{display:flex;align-items:center;gap:26px;font-size:.95rem;font-weight:600;color:var(--muted)}
.nav-links a:hover{color:var(--ink)}
.menu-toggle{display:none;background:none;border:0;font-size:1.8rem;color:var(--ink)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 26px;border-radius:999px;background:var(--ink);color:var(--white);font-weight:700;border:1px solid var(--ink);box-shadow:0 12px 24px rgba(47,37,37,.16);transition:.25s ease}
.btn:hover{transform:translateY(-2px);background:var(--rose-dark);border-color:var(--rose-dark)}
.btn-small{min-height:40px;padding:0 18px;font-size:.9rem;color:var(--white)!important}
.btn-ghost{background:transparent;color:var(--ink);box-shadow:none}
.btn-ghost:hover{color:var(--white)}
.section{padding:100px 0}
.section-soft{background:linear-gradient(135deg,var(--cream),#fff,var(--blush))}
.section-blush{background:var(--blush)}
.hero{padding:70px 0 92px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--rose-dark);font-size:.78rem;font-weight:800;margin:0 0 12px}
h1,h2{font-family:'Cormorant Garamond',serif;line-height:.96;margin:0;color:var(--ink);font-weight:700}
h1{font-size:clamp(3.3rem,8vw,7.1rem);max-width:690px}
h2{font-size:clamp(2.4rem,5vw,4.4rem)}
h3{line-height:1.25;margin:0 0 8px}.lead{font-size:1.16rem;color:var(--muted);max-width:620px;margin:24px 0 32px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.hero-stats{display:flex;gap:26px;flex-wrap:wrap;margin-top:34px;color:var(--muted);font-size:.92rem}.hero-stats strong{display:block;color:var(--ink);font-size:1.05rem}.hero-card{position:relative}.hero-card img{aspect-ratio:4/5;object-fit:cover;border-radius:44px;box-shadow:var(--shadow)}.floating-card{position:absolute;left:-24px;bottom:34px;background:rgba(255,255,255,.92);padding:18px 22px;border-radius:22px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.8)}.floating-card span{display:block;color:var(--rose-dark);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em}.floating-card strong{display:block;font-family:'Cormorant Garamond',serif;font-size:1.55rem}.floating-card small{color:var(--muted)}
.service-strip{padding:22px 0;background:var(--ink);color:var(--cream);overflow:hidden}.strip-items{display:flex;gap:36px;justify-content:space-between;white-space:nowrap;font-family:'Cormorant Garamond',serif;font-size:1.42rem}.strip-items span:before{content:'✦';margin-right:16px;color:var(--rose)}
.split,.menu-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.section-copy p:not(.eyebrow),.section-heading p{color:var(--muted);margin:22px 0}.text-link{font-weight:800;color:var(--rose-dark)}.check-list{padding:0;margin:28px 0;list-style:none}.check-list li{margin:14px 0;padding-left:34px;position:relative}.check-list li:before{content:'✓';position:absolute;left:0;top:0;color:var(--rose-dark);font-weight:900}.image-stack{position:relative;min-height:560px}.image-stack img{object-fit:cover;box-shadow:var(--shadow)}.img-main{width:82%;aspect-ratio:4/5;border-radius:38px}.img-small{position:absolute;right:0;bottom:0;width:48%;aspect-ratio:1;border-radius:30px;border:10px solid var(--cream)}
.section-heading{text-align:center;max-width:680px;margin:0 auto 48px}.cards-grid,.review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.service-card,.review-card,.price-list,.booking-card{background:rgba(255,255,255,.76);border:1px solid rgba(255,255,255,.9);box-shadow:0 20px 50px rgba(100,62,58,.09);border-radius:var(--radius)}.service-card{padding:34px 28px}.service-card p,.review-card{color:var(--muted)}.icon{font-size:2rem;color:var(--rose-dark);display:block;margin-bottom:18px}.price-list{padding:22px}.price-item{display:flex;justify-content:space-between;gap:22px;padding:24px 10px;border-bottom:1px solid var(--line)}.price-item:last-child{border-bottom:0}.price-item p{margin:0;color:var(--muted)}.price-item strong{font-family:'Cormorant Garamond',serif;font-size:1.65rem;white-space:nowrap;color:var(--rose-dark)}
.gallery-section{padding-top:80px}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.gallery-grid img{height:360px;width:100%;object-fit:cover;border-radius:26px}.gallery-grid img:nth-child(even){margin-top:34px}.testimonials .section-heading{margin-bottom:36px}.review-grid{grid-template-columns:repeat(3,1fr)}.review-card{margin:0;padding:30px;font-size:1.02rem}.review-card cite{display:block;margin-top:22px;color:var(--ink);font-weight:800;font-style:normal}.booking-card{display:grid;grid-template-columns:.82fr 1fr;gap:42px;padding:46px;background:linear-gradient(135deg,#fff,var(--blush))}.booking-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.booking-form label{font-size:.86rem;font-weight:700;color:var(--muted)}.booking-form label:nth-child(4),.booking-form button{grid-column:1/-1}input,select,textarea{width:100%;margin-top:7px;border:1px solid var(--line);background:#fff;border-radius:16px;padding:14px 15px;font:inherit;color:var(--ink)}textarea{resize:vertical}.footer{padding:70px 0 26px;background:var(--ink);color:var(--cream)}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:38px}.brand-footer .brand-mark{background:var(--cream);color:var(--ink)}.footer p,.footer a{color:rgba(255,248,243,.76)}.footer h3{font-family:'Cormorant Garamond',serif;font-size:1.45rem;color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:42px;padding-top:24px;color:rgba(255,248,243,.62);font-size:.9rem}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media (max-width: 900px){.menu-toggle{display:block}.nav-links{position:absolute;inset:78px 4vw auto 4vw;display:none;flex-direction:column;align-items:flex-start;background:#fff;padding:24px;border-radius:24px;box-shadow:var(--shadow)}.nav-links.open{display:flex}.hero-grid,.split,.menu-layout,.booking-card{grid-template-columns:1fr;gap:42px}.cards-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(2,1fr)}.review-grid,.footer-grid{grid-template-columns:1fr}.image-stack{min-height:auto}.img-main{width:100%}.img-small{position:relative;width:62%;margin:-80px 0 0 auto}.booking-form{grid-template-columns:1fr}.strip-items{overflow:auto;justify-content:flex-start}}
@media (max-width: 560px){.section{padding:72px 0}.hero{padding-top:48px}.cards-grid,.gallery-grid{grid-template-columns:1fr}.gallery-grid img{height:300px}.gallery-grid img:nth-child(even){margin-top:0}.floating-card{left:14px;right:14px;bottom:18px}.hero-stats{gap:18px}.booking-card{padding:28px}.nav{height:70px}.nav-links{inset:70px 4vw auto 4vw}h1{font-size:3.35rem}}
