*{box-sizing:border-box}
body{margin:0;font-family:"Inter",sans-serif;background:#fff6fb;color:#3f2538}
a{text-decoration:none;color:inherit}
.container{width:min(1140px,92%);margin:0 auto}
.header{padding:.9rem 0;position:relative}
.header__row{display:flex;justify-content:space-between;align-items:center}
.brand{font-weight:800;color:#6a2e53}
.nav{display:flex;gap:1rem}
.nav a{font-weight:600;color:#8f5f7a}
.nav a.active,.nav a:hover{color:#ca3f89}
.nav-toggle{display:none;background:none;border:0;font-size:1.45rem}

.hero-block{padding:1.3rem 0 1.1rem}
.hero-block__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:1rem;align-items:start}
.eyebrow{margin:0;color:#ca4a93;font-size:.78rem;text-transform:uppercase;letter-spacing:.09em;font-weight:700}
h1{margin:.6rem 0 1rem;font-size:clamp(2rem,4.2vw,3.25rem);line-height:1.06}
.lead{color:#765468;line-height:1.8}
.actions{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:1rem}
.btn{display:inline-flex;padding:.72rem 1.02rem;border-radius:999px;font-weight:700}
.btn--primary{background:#cf4b96;color:#fff}
.btn--ghost{border:1px solid #cf4b96;color:#aa3f7b}
.reservation{background:#fff;border:1px solid #f1ccdf;border-radius:20px;padding:1rem 1.1rem;box-shadow:0 14px 30px #6f2e5614}
.reservation p{color:#7f5a6f;line-height:1.7}

.lookbook{padding:.4rem 0 2rem}
.lookbook h2,.price-cards h2,.day-layout h2,.dark-cta h2{margin:0 0 .9rem}
.lookbook-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:170px 170px;gap:.75rem}
.look{border-radius:20px}
.look--a{grid-row:span 2;background:linear-gradient(150deg,#ffd2e8,#f4caff)}
.look--b{background:linear-gradient(145deg,#ffe6f2,#f7d9eb)}
.look--c{background:linear-gradient(145deg,#f5d3ff,#ffdce9)}
.look--d{grid-column:span 2;background:linear-gradient(145deg,#ffe7f5,#eecfff)}

.price-cards{padding:0 0 2rem}
.price-cards__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}
.price-card{background:#fff;border:1px solid #f1ccdf;border-radius:18px;padding:1rem;box-shadow:0 8px 20px #6f2e560d}
.price-card small{color:#a95982;font-weight:800;letter-spacing:.08em}
.price{font-size:1.8rem;font-weight:800;margin:.5rem 0}
.price-card p{color:#7f5a6f;line-height:1.7;margin:.3rem 0 0}
.featured{background:linear-gradient(145deg,#fff,#ffe9f5);outline:2px solid #e981b7}

.day-layout{padding:0 0 2rem}
.day-layout__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;background:#fff;border:1px solid #f1ccdf;border-radius:18px;padding:1rem 1.1rem}
.day-layout__grid p{color:#7f5a6f;line-height:1.75}
.day-layout__grid ul{margin:0;padding-left:1rem;line-height:1.8;color:#5e3c52}

.dark-cta{padding:0 0 2.1rem}
.dark-cta__row{background:#4b2740;color:#fff;border-radius:22px;padding:1.2rem 1.25rem;display:flex;justify-content:space-between;gap:1rem;align-items:center}
.dark-cta__row p{margin:.45rem 0 0;line-height:1.75;color:#efd7e7}
.dark-cta .btn--primary{background:#fff;color:#4b2740}

.footer{padding:1.2rem 0;color:#8b657c}
.footer__row{display:flex;justify-content:space-between}

@media (max-width:920px){
	.hero-block__grid,.price-cards__grid,.day-layout__grid,.dark-cta__row{grid-template-columns:1fr;display:grid}
	.lookbook-grid{grid-template-columns:1fr;grid-template-rows:auto}
	.look--a,.look--d{grid-row:auto;grid-column:auto}
	.look{min-height:150px}
	.nav-toggle{display:block}
	.nav{display:none;position:absolute;right:4%;top:62px;background:#fff;border:1px solid #f1ccdf;border-radius:12px;padding:.7rem;flex-direction:column}
	.nav.open{display:flex}
	.footer__row{flex-direction:column;gap:.3rem;align-items:center}
}