*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#281b24;background:#fffafa}a{text-decoration:none;color:inherit}.topbar{display:flex;justify-content:center;gap:40px;padding:9px;background:#231c22;color:white;font-size:13px}header{height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);background:white;position:sticky;top:0;z-index:20;box-shadow:0 2px 16px #5a164318}.brand{display:flex;align-items:center;gap:12px}.brand img{width:58px;height:58px}.brand b{display:block;font-size:22px;color:#d62475}.brand small{display:block;color:#6a5864}.cart-open{border:0;background:#d62475;color:white;border-radius:99px;padding:13px 19px;font-weight:800;cursor:pointer}nav{display:flex;justify-content:center;gap:26px;flex-wrap:wrap;padding:12px 20px;background:#fff;border-top:1px solid #f3dce8;border-bottom:1px solid #f3dce8;font-size:14px;font-weight:700}nav a:hover{color:#d62475}main{max-width:1320px;margin:auto;padding:0 28px}.hero{min-height:570px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;position:relative;overflow:hidden}.watermark{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;pointer-events:none;opacity:.075}.watermark img{width:min(650px,70vw)}.hero-copy,.hero-card{position:relative}.eyebrow,.section-title span{color:#d62475;font-weight:800;text-transform:uppercase;letter-spacing:.1em;font-size:12px}.hero h1{font-size:clamp(48px,7vw,90px);line-height:.96;margin:18px 0}.hero h1 em{color:#d62475;font-style:normal}.hero p{font-size:20px;max-width:650px;color:#705c68}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:13px;padding:14px 22px;font-weight:800;cursor:pointer}.primary{background:#d62475;color:white}.secondary{background:white;color:#d62475;border:1px solid #d62475}.full{width:100%}.hero-card{justify-self:center;background:white;border:1px solid #f0d8e5;border-radius:30px;padding:45px;box-shadow:0 24px 70px #7d174329;text-align:center}.hero-card img{width:190px;display:block;margin:auto}.hero-card b{display:block;font-size:28px;color:#d62475}.hero-card span{color:#725c69}.delivery{padding:38px;border-radius:26px;background:#291f27;color:white}.delivery h2{text-align:center;margin-top:0}.delivery>div{display:grid;grid-template-columns:1fr 1fr;gap:18px}.delivery article{background:#fff1f8;color:#3b2732;padding:22px;border-radius:16px;display:flex;flex-direction:column;gap:6px}.delivery strong{color:#d62475}.section-title{text-align:center;margin:80px 0 30px}.section-title h2{font-size:40px;margin:7px}.services{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.services article{padding:24px;border-radius:18px;background:white;border:1px solid #f0dbe6;box-shadow:0 8px 25px #5e18300d}.services h3{margin:0 0 8px;color:#c91e6d}.catalog-controls{position:sticky;top:86px;z-index:15;display:flex;gap:12px;background:#fffafa;padding:18px 0;border-bottom:1px solid #f0d7e3}.catalog-controls input,.catalog-controls select,input,textarea,select{font:inherit;border:1px solid #dbc7d2;border-radius:12px;padding:13px;background:white}.catalog-controls input{flex:1}.catalog{padding-bottom:30px}.rx{background:#fff2b8;border:1px solid #e9c54e;padding:16px 20px;border-radius:14px;margin-top:70px;text-align:center;font-weight:800}.product-list{background:white;border-radius:18px;border:1px solid #efdae5;overflow:hidden}.product{display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center;padding:11px 16px;border-bottom:1px solid #f4e9ef}.product:last-child{border-bottom:0}.product-name{font-size:14px}.product-cat{display:block;color:#8b7481;font-size:11px;margin-top:3px}.price{font-weight:900;color:#c81f6c;white-space:nowrap}.add{border:0;background:#d62475;color:white;border-radius:10px;padding:8px 13px;font-weight:800;cursor:pointer}#loadMore{display:flex;margin:20px auto}.catalog[hidden]{display:none}footer{margin-top:80px;background:#251c23;color:white;padding:45px max(5vw,28px);display:flex;align-items:center;gap:20px}footer img{width:70px}footer div{display:flex;flex-direction:column}#shade{position:fixed;inset:0;background:#1e111aa8;z-index:50}#cart{position:fixed;right:-430px;top:0;width:min(430px,100vw);height:100vh;background:white;z-index:51;padding:28px;transition:.25s;box-shadow:-18px 0 60px #0003;overflow:auto}#cart.open{right:0}.x{position:absolute;right:18px;top:12px;border:0;background:transparent;font-size:34px;cursor:pointer}.cart-row{display:grid;grid-template-columns:1fr auto;gap:10px;padding:14px 0;border-bottom:1px solid #eee}.cart-actions{display:flex;gap:7px;align-items:center}.cart-actions button{width:28px;height:28px;border-radius:8px;border:1px solid #ddd;background:white;cursor:pointer}.total{display:flex;justify-content:space-between;font-size:22px;padding:24px 0}.checkout{position:fixed;inset:0;background:#1e111ab8;z-index:60;display:grid;place-items:center;padding:20px}.checkout[hidden]{display:none}.checkout form{position:relative;width:min(760px,96vw);max-height:92vh;overflow:auto;background:white;border-radius:22px;padding:28px;box-shadow:0 25px 90px #0005}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.form-grid label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:700}.form-grid .wide{grid-column:1/-1}textarea{min-height:70px;resize:vertical}.notice{margin:15px 0;padding:12px;border-radius:10px;background:#fff5d9;color:#694c00}#status{margin-top:12px;font-weight:800;text-align:center}#toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%,120px);background:#221b21;color:white;padding:14px 22px;border-radius:99px;z-index:90;transition:.25s}#toast.show{transform:translate(-50%,0)}@media(max-width:900px){.hero{grid-template-columns:1fr;padding:60px 0}.hero-card{display:none}.services{grid-template-columns:1fr 1fr}.delivery>div{grid-template-columns:1fr}.brand small{display:none}.catalog-controls{top:86px}.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.product{grid-template-columns:1fr auto}.product .add{grid-column:1/-1}.topbar{gap:12px;font-size:11px}.topbar span:nth-child(3){display:none}}@media(max-width:520px){main{padding:0 14px}.services{grid-template-columns:1fr}.hero h1{font-size:48px}nav{gap:13px}.brand b{font-size:17px}.product{padding:12px}.checkout form{padding:22px 16px}}.delivery article span{font-size:13px;color:#6b5662}.delivery-note{text-align:center;margin:18px 0 0;color:#ffe6f2}.promo-gallery{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:24px}.promo-gallery img{width:100%;height:auto;border-radius:20px;box-shadow:0 12px 38px #56132c20}.booking-cards article{display:flex;flex-direction:column;gap:10px}.booking-cards strong{color:#d62475;font-size:19px}.book{margin-top:auto;border:0;background:#d62475;color:#fff;border-radius:11px;padding:11px 14px;font-weight:800;cursor:pointer}.cart-summary>div{display:flex;justify-content:space-between;padding:7px 0}.cart-summary small{display:block;color:#765f6c;margin-bottom:18px}.cart-summary .total{border-top:1px solid #eee;margin-top:8px}.delivery-note{font-weight:700}#bookingStatus{margin-top:12px;font-weight:800;text-align:center}@media(max-width:900px){.promo-gallery{grid-template-columns:1fr}}@media(max-width:520px){.promo-gallery{gap:12px}.promo-gallery img{border-radius:13px}}
