:root{--accent:#8b5cf6;--dark:#0c0b10;--ink:#17151c;--muted:#746e7c;--paper:#fff;--soft:#f6f4f1;--radius:24px;--shadow:0 22px 65px rgba(0,0,0,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,system-ui,sans-serif}button,input,select,textarea{font:inherit}button,a{cursor:pointer}.container{width:min(1160px,calc(100% - 32px));margin:auto}.demo-notice{position:relative;z-index:80;display:flex;align-items:center;justify-content:center;gap:18px;padding:9px 18px;background:#100f13;color:#d7d2dd;font-size:.72rem;text-align:center}.demo-notice a{color:#fff;text-decoration:none;font-weight:800;border-bottom:1px solid var(--accent)}.site-header{position:sticky;top:0;z-index:70;border-bottom:1px solid rgba(0,0,0,.07);background:rgba(255,255,255,.9);backdrop-filter:blur(16px)}.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{display:flex;align-items:center;gap:10px;color:var(--ink);font-weight:900;text-decoration:none;letter-spacing:-.03em}.logo-mark{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:var(--accent);color:#fff}.nav-links{display:flex;align-items:center;gap:24px}.nav-links a{color:#514c58;text-decoration:none;font-size:.82rem;font-weight:700}.nav-actions{display:flex;gap:9px}.btn{min-height:46px;border:1px solid rgba(0,0,0,.11);border-radius:999px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:var(--ink);font-size:.82rem;font-weight:800;text-decoration:none;transition:.2s}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.btn-primary{border-color:var(--accent);background:var(--accent);color:#fff}.btn-dark{background:var(--dark);color:#fff;border-color:var(--dark)}.menu-button{display:none}.hero{min-height:670px;display:grid;align-items:center;color:#fff;background-color:var(--dark);background-image:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.25)),var(--hero);background-size:cover;background-position:center}.hero-content{max-width:690px;padding:90px 0}.eyebrow{font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.18em;color:var(--accent)}.hero h1{font-size:clamp(3.4rem,8vw,7rem);line-height:.9;letter-spacing:-.065em;margin:16px 0 22px}.hero p{font-size:clamp(1rem,2vw,1.25rem);line-height:1.65;color:#ded9e2;max-width:600px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}.section{padding:95px 0}.section-soft{background:var(--soft)}.section-dark{background:var(--dark);color:#fff}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.section-head h2{font-size:clamp(2.2rem,5vw,4rem);line-height:1;letter-spacing:-.055em;margin:9px 0}.section-head p{max-width:460px;line-height:1.65;color:var(--muted)}.chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:25px}.chip{border:1px solid #ded9e2;border-radius:999px;padding:9px 13px;background:#fff;color:#696271;font-size:.75rem;font-weight:800}.chip.active{background:var(--dark);border-color:var(--dark);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product{border:1px solid #e9e5eb;border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:0 10px 35px rgba(0,0,0,.04);display:flex;flex-direction:column}.product img{width:100%;height:220px;object-fit:cover}.product-body{padding:20px;display:flex;flex-direction:column;flex:1}.product h3{margin:0;font-size:1.15rem}.product p{color:var(--muted);font-size:.83rem;line-height:1.55;flex:1}.product-price{font-size:1.25rem;font-weight:900;margin:12px 0}.product-options{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.product select,.product input,.field input,.field select,.field textarea{width:100%;border:1px solid #ddd7e0;border-radius:12px;padding:11px;background:#fff;color:var(--ink);outline:none}.product input{grid-column:1/-1}.about-grid,.location-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.about-image{min-height:430px;border-radius:32px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 65%,#111),var(--dark));display:grid;place-items:center;color:#fff;font-size:7rem;box-shadow:var(--shadow)}.about-copy h2{font-size:clamp(2.2rem,5vw,4.4rem);letter-spacing:-.06em;line-height:.96;margin:12px 0 22px}.about-copy p{color:var(--muted);line-height:1.75}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:25px}.feature{padding:18px;border:1px solid #e2dde5;border-radius:16px}.feature strong,.feature span{display:block}.feature span{font-size:.73rem;color:var(--muted);margin-top:4px}.hours{padding:22px;border-radius:22px;background:var(--dark);color:#fff}.open-status{display:inline-flex;padding:7px 10px;border-radius:99px;background:#2dcc7d;color:#07180e;font-size:.72rem;font-weight:900}.hours-row{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:.82rem}.map{width:100%;height:390px;border:0;border-radius:25px}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.review{padding:23px;border:1px solid #e5e0e8;border-radius:20px}.review .stars{color:#e9a72d}.review p{font-size:.86rem;line-height:1.6;color:var(--muted)}.site-footer{padding:50px 0;background:#0d0c0f;color:#b9b3c0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.footer-grid strong{color:#fff}.footer-grid p,.footer-grid a{display:block;color:#9d97a4;font-size:.78rem;line-height:1.8;text-decoration:none}.cart-fab{position:fixed;right:18px;bottom:18px;z-index:75;min-width:60px;height:60px;border:0;border-radius:50%;background:var(--accent);color:#fff;box-shadow:0 14px 40px color-mix(in srgb,var(--accent) 40%,transparent);font-weight:900}.cart-count{position:absolute;right:-3px;top:-5px;background:#111;color:#fff;width:23px;height:23px;border-radius:50%;display:grid;place-items:center;font-size:.68rem}.drawer-backdrop,.modal-backdrop{position:fixed;inset:0;z-index:90;background:rgba(0,0,0,.58);opacity:0;visibility:hidden;transition:.2s}.drawer-backdrop.open,.modal-backdrop.open{opacity:1;visibility:visible}.cart-drawer{position:absolute;right:0;top:0;height:100%;width:min(440px,100%);background:#fff;padding:22px;transform:translateX(100%);transition:.3s;overflow:auto;color:var(--ink)}.open .cart-drawer{transform:none}.cart-head{display:flex;justify-content:space-between;align-items:center}.icon-button{width:40px;height:40px;border:1px solid #ddd;border-radius:50%;background:#fff}.cart-item{display:grid;grid-template-columns:60px 1fr auto;gap:12px;padding:16px 0;border-bottom:1px solid #eee}.cart-item img{width:60px;height:60px;border-radius:12px;object-fit:cover}.qty{display:flex;align-items:center;gap:9px;margin-top:9px}.qty button{width:26px;height:26px;border:1px solid #ddd;border-radius:50%;background:#fff}.cart-totals{padding:18px 0}.total-row{display:flex;justify-content:space-between;padding:6px 0}.total-row.grand{font-size:1.18rem;font-weight:900;border-top:1px solid #ddd;margin-top:8px;padding-top:14px}.modal{position:absolute;left:50%;top:50%;transform:translate(-50%,-46%);width:min(720px,calc(100% - 24px));max-height:92vh;overflow:auto;background:#fff;border-radius:25px;padding:25px;opacity:0;transition:.2s;color:var(--ink)}.open .modal{transform:translate(-50%,-50%);opacity:1}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:.74rem;font-weight:800}.barber-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.barber{border:1px solid #e3dee6;border-radius:23px;overflow:hidden}.barber img{width:100%;height:330px;object-fit:cover}.barber-body{padding:18px}.barber.selected{outline:3px solid var(--accent)}.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.service{display:flex;justify-content:space-between;gap:18px;padding:20px;border:1px solid #e0dbe3;border-radius:18px}.service.selected{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 8%,white)}.time-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.time-slot{padding:10px 5px;border:1px solid #ddd;border-radius:10px;background:#fff}.time-slot.selected{background:var(--accent);border-color:var(--accent);color:#fff}.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:10px}.gallery img{width:100%;height:240px;object-fit:cover;border-radius:18px}.gallery img:first-child{height:490px;grid-row:span 2}.empty{padding:45px 10px;text-align:center;color:var(--muted)}
@media(max-width:900px){.nav-links{display:none;position:absolute;left:16px;right:16px;top:70px;padding:18px;background:#fff;border-radius:18px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.menu-button{display:inline-flex}.nav-actions>.btn:not(.menu-button){display:none}.hero{min-height:590px}.product-grid,.reviews,.barber-grid{grid-template-columns:1fr 1fr}.about-grid,.location-grid{grid-template-columns:1fr}.section-head{display:block}.footer-grid{grid-template-columns:1fr 1fr}.time-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:600px){.demo-notice{display:block}.demo-notice a{display:block;margin-top:5px}.container{width:min(100% - 22px,1160px)}.hero{min-height:540px}.hero-content{padding:70px 0}.hero h1{font-size:3.6rem}.section{padding:70px 0}.product-grid,.reviews,.barber-grid,.service-grid{grid-template-columns:1fr}.product img{height:200px}.features{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.time-grid{grid-template-columns:repeat(3,1fr)}.gallery{grid-template-columns:1fr 1fr}.gallery img,.gallery img:first-child{height:180px;grid-row:auto}.gallery img:first-child{grid-column:1/-1}.about-image{min-height:290px}.nav{min-height:64px}.logo-mark{width:36px;height:36px}.cart-drawer{padding:17px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.product-modal{width:min(620px,calc(100% - 24px))}.custom-product-top{display:grid;grid-template-columns:120px 1fr;gap:16px;align-items:center;margin:18px 0}.custom-product-top img{width:120px;height:100px;border-radius:16px;object-fit:cover}.custom-product-top p{color:var(--muted);font-size:.82rem;line-height:1.5}.extras-field{border:1px solid #ddd7e0;border-radius:16px;padding:12px;margin:15px 0}.extras-field legend{padding:0 6px;font-size:.75rem;font-weight:900}.extra-option{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:11px 5px;border-bottom:1px solid #eee;font-size:.8rem;cursor:pointer}.extra-option:last-child{border-bottom:0}.extra-option input{width:18px;height:18px;accent-color:var(--accent)}.extra-option strong{color:var(--accent)}.custom-total{display:flex;justify-content:space-between;align-items:center;margin:18px 0;padding:15px;border-radius:14px;background:var(--soft)}.custom-total strong{font-size:1.25rem}@media(max-width:600px){.custom-product-top{grid-template-columns:80px 1fr}.custom-product-top img{width:80px;height:80px}.product-modal{padding:18px}}
.store-alert{margin:0 0 24px;padding:14px 17px;border:1px solid #f2c8c8;border-radius:14px;background:#fff1f1;color:#9b3030;font-size:.8rem;font-weight:800}.store-alert.open{border-color:#cde7d6;background:#effaf3;color:#347348}
.hidden-field{display:none}.hidden-field.visible{display:grid}
