:root{--green:#667c7b;--ink:#183331;--muted:#63716f;--line:#e1e7e5;--paper:#fcfdfc;--cream:#f6f4ee}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;background:var(--paper)}button{font:inherit;cursor:pointer}a{color:inherit}.topbar{height:72px;border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:5}.topbar-inner{max-width:1180px;height:100%;margin:auto;padding:0 22px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);font:600 19px Georgia,serif;text-decoration:none}.brand img,footer img{width:34px;height:34px}.login,.cart-button{border:1px solid #d9dfde;background:#fff;border-radius:7px;padding:10px 16px;color:var(--ink);font-size:14px}.hero{background:var(--cream);border-bottom:1px solid var(--line)}.hero-inner{max-width:1140px;margin:auto;padding:28px 22px 42px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(310px,.9fr);gap:28px;align-items:start}.beauty-banner{position:relative;overflow:hidden;border-radius:22px;aspect-ratio:2.05/1;background:#eee8da}.banner-photo{display:block;width:100%;height:100%;object-fit:cover}.banner-brand{position:absolute;inset:0 auto 0 0;width:43%;display:flex;align-items:center;justify-content:center}.banner-brand img{width:min(200px,65%);box-shadow:0 14px 35px #243a3822}.social-links{height:45px;display:flex;justify-content:flex-end;align-items:center;gap:18px;padding-right:9px}.social-links a{font:27px/1 Arial;text-decoration:none;color:#7d8785}.social-links a:nth-child(2){font-size:31px}.location-card{overflow:hidden;background:#fff;border:1px solid #dbe2e0;border-radius:22px}.location-card iframe{display:block;width:100%;height:190px;border:0;filter:saturate(.7) contrast(.93)}.location-details{padding:18px 24px 22px}.location-details>p{display:flex;gap:15px;align-items:flex-start;margin:0 0 18px;font-size:15px;line-height:1.4;color:#435250}.location-details>p span{font-size:23px;line-height:18px;color:#405a57}.location-details a{font-weight:500}.professionals{padding-top:17px;border-top:1px solid var(--line)}.professionals h2{font-size:17px;margin:0 0 15px}.professional-list{display:flex;justify-content:space-between;gap:9px}.professional-list div{text-align:center;font-size:11px;color:#465350}.professional-list b{display:grid;place-items:center;width:49px;height:49px;border-radius:50%;background:#d7dcdb;margin:0 auto 7px;font-size:17px;color:#38504d}.professional-list span{line-height:1.25;white-space:nowrap}.hero-copy{max-width:740px;margin:18px auto 0;text-align:center}.eyebrow,.section-label{letter-spacing:1.5px;font-weight:700;font-size:11px;color:var(--green);margin:0 0 12px}.hero h1,.about h2,.drawer h2{font:400 42px/1.06 Georgia,'Times New Roman',serif;letter-spacing:-1.5px;margin:0}.intro{max-width:535px;color:var(--muted);line-height:1.6;font-size:16px;margin:20px auto}.hero-meta{display:flex;justify-content:center;gap:24px;font-size:14px;color:#415451}.booking{padding:52px 22px 88px}.booking-inner{max-width:1140px;margin:auto;display:grid;grid-template-columns:265px 1fr;gap:55px}.sidebar{border-right:1px solid var(--line);padding-right:28px}.sidebar h2{font:400 27px Georgia,serif;margin:0 0 10px}.sidebar>p{font-size:14px;color:var(--muted);line-height:1.5;margin:0 0 26px}.category{display:flex;width:100%;text-align:left;padding:12px 13px;margin:3px 0;border:0;background:transparent;border-radius:7px;color:#48605d;font-size:14px}.category.active{background:#e9efee;color:var(--ink);font-weight:700}.catalog-heading{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:20px}.catalog-heading h2{font:400 29px Georgia,serif;margin:0}.cart-button{width:45px;height:45px;padding:0;color:var(--green);font-size:17px;position:relative}.cart-button b{position:absolute;right:-7px;top:-8px;background:var(--green);color:#fff;display:none;align-items:center;justify-content:center;border-radius:50%;width:20px;height:20px;font-size:11px}.cart-button.has b{display:flex}.services{padding-top:10px}.service{border-bottom:1px solid var(--line);padding:22px 0;display:flex;justify-content:space-between;gap:20px;align-items:center}.service h3{font-size:16px;margin:0 0 8px;font-weight:600}.service p,.empty{font-size:13px;color:var(--muted);margin:0;line-height:1.5}.price{margin-top:10px;font-size:14px;font-weight:700}.add{border:1px solid var(--green);background:#fff;color:var(--green);border-radius:6px;padding:9px 16px;font-weight:600;font-size:13px;white-space:nowrap}.add.selected,.continue{background:var(--green);color:#fff}.about{max-width:1140px;margin:auto;padding:54px 22px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:40px}.about h2{font-size:34px}.about>p{max-width:420px;line-height:1.7;color:var(--muted);margin:20px 0 0}footer{padding:28px max(22px,calc((100% - 1140px)/2));background:#f1f4f3;color:var(--muted);display:flex;align-items:center;justify-content:space-between;font-size:13px}footer div{display:flex;gap:12px;align-items:center}footer p{margin:0}.overlay{position:fixed;inset:0;background:#10232155;z-index:8;opacity:0;visibility:hidden;transition:.25s}.overlay.open{opacity:1;visibility:visible}.drawer{position:fixed;right:0;top:0;width:min(420px,100%);height:100dvh;background:#fff;z-index:9;padding:36px 28px;transform:translateX(101%);transition:.3s ease;display:flex;flex-direction:column}.drawer.open{transform:none}.close{position:absolute;right:20px;top:19px;border:0;background:transparent;font-size:30px;color:#647674}.drawer h2{font-size:29px;margin-bottom:25px}.cart-items{flex:1;overflow:auto}.cart-item{border-top:1px solid var(--line);padding:16px 0;display:flex;justify-content:space-between;gap:12px}.cart-item p{margin:0;font-size:14px;font-weight:600}.cart-item small{display:block;margin-top:6px;color:var(--muted)}.remove{border:0;background:transparent;color:#8a9997;font-size:20px}.drawer-bottom{border-top:1px solid var(--line);padding-top:18px}.total{display:flex;justify-content:space-between;margin-bottom:16px}.continue{border:0;border-radius:7px;width:100%;padding:14px;font-weight:700}.continue:disabled{opacity:.45;cursor:not-allowed}.modal{display:none;position:fixed;z-index:11;inset:0;background:#10232166;align-items:center;justify-content:center;padding:20px}.modal.open{display:flex}.modal>div{width:min(410px,100%);position:relative;background:#fff;border-radius:12px;padding:44px 32px 30px;text-align:center;box-shadow:0 20px 50px #10232140}.modal h2{font:400 28px Georgia,serif;margin:15px 0}.modal p{color:var(--muted);line-height:1.6;font-size:14px;margin-bottom:25px}.check{width:48px;height:48px;border-radius:50%;margin:auto;background:#e7efed;color:var(--green);font-size:28px;padding-top:8px}@media(max-width:780px){.topbar{height:62px}.hero-inner{padding:18px 16px 30px}.hero-grid{display:block}.beauty-banner{border-radius:15px;aspect-ratio:1.35}.banner-photo{object-position:64% center}.banner-brand{width:48%}.banner-brand img{width:80%}.social-links{height:46px}.location-card{border-radius:17px}.location-card iframe{height:210px}.hero-copy{margin-top:28px}.hero h1{font-size:31px}.intro{font-size:14px;margin:14px auto}.hero-meta{font-size:12px;gap:10px;flex-direction:column}.booking{padding:35px 20px 55px}.booking-inner{display:block}.sidebar{border:0;padding:0}.sidebar h2,.sidebar>p{display:none}#categories{display:flex;overflow:auto;gap:6px;margin-bottom:20px;padding-bottom:6px}.category{white-space:nowrap;width:auto;border:1px solid var(--line);padding:9px 12px}.catalog-heading h2{font-size:26px}.about{padding:36px 22px;display:block}.about h2{font-size:30px}footer{display:block}footer>p{margin-top:16px}.service{align-items:flex-start}.add{padding:8px 11px}.drawer{padding:34px 22px}}
