@charset "UTF-8";.bp-overlay{position:fixed;inset:0;background:#000000a6;z-index:2000;opacity:0;pointer-events:none;transition:opacity .3s ease}.bp-overlay--open{opacity:1;pointer-events:all}.bp-panel{position:fixed;top:0;right:0;isolation:isolate;height:100dvh;width:420px;max-width:100vw;background:#111;z-index:2001;display:flex;flex-direction:column;transform:translate(100%);transition:transform .38s cubic-bezier(.4,0,.2,1);box-shadow:-8px 0 40px #0009}.bp-panel--open{transform:translate(0)}.bp-panel__close{position:absolute;top:1rem;right:1.25rem;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:50%;color:#ffffffa6;font-size:1rem;cursor:pointer;transition:background .2s,border-color .2s,color .2s;z-index:1}.bp-panel__close:hover{background:#d4af3726;border-color:#d4af37;color:#d4af37}.bp-panel__body{flex:1;padding:2rem 1.75rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.75rem}.bp-shop-info{color:#fff}.bp-shop-info h2{font-size:1.6rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.3rem;font-family:Georgia,serif}.bp-shop-info__tagline{color:#d4af37;font-style:italic;font-size:.95rem;margin-bottom:1.5rem}.bp-shop-info__details{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.85rem}.bp-shop-info__details li{display:flex;align-items:center;gap:.7rem;color:#ffffffbf;font-size:.95rem}.bp-shop-info__details li svg{width:17px;height:17px;flex-shrink:0;stroke:#d4af37}.bp-divider{height:1px;background:#ffffff14}.bp-cta{display:flex;flex-direction:column;gap:1.25rem}.bp-cta p{color:#ffffffa6;font-size:.9rem;line-height:1.6}.bp-cta p strong{color:#fff}.bp-booksy-btn{display:block!important;width:100%!important;padding:1rem 1.5rem!important;background:#d4af37!important;border:2px solid #d4af37!important;border-radius:3px!important;color:#000!important;font-size:.9rem!important;font-weight:700!important;letter-spacing:.08em!important;text-align:center!important;text-decoration:none!important;text-transform:uppercase!important;cursor:pointer!important;transition:background .2s,color .2s!important}.bp-booksy-btn:hover{background:transparent!important;color:#d4af37!important}@media(max-width:480px){.bp-panel{width:100vw}}.hero{background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;padding-top:100px}.hero .hero-overlay{display:flex;flex-direction:column;padding:2rem 1.5rem 5rem;max-width:1200px;margin:0 auto}.hero .hero-content{flex:1;display:flex;flex-direction:column;justify-content:flex-start;padding-top:2rem;max-width:800px}.hero .hero-title{font-size:3.5rem;font-weight:300;line-height:1.3;color:#fff;margin-bottom:1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-1px;text-shadow:0 2px 20px rgba(0,0,0,.5)}.hero .hero-subtitle{font-size:1.1rem;line-height:1.7;color:#ffffffd9;margin-bottom:3rem;font-weight:400;max-width:550px;text-shadow:0 1px 10px rgba(0,0,0,.5)}.hero .book-btn{display:inline-block;padding:1rem 2.5rem;cursor:pointer;background:#d4af37;color:#000;text-decoration:none;font-weight:600;font-size:.95rem;letter-spacing:.5px;border-radius:2px;transition:all .3s ease;width:fit-content;border:2px solid #d4af37;text-transform:uppercase}.hero .book-btn:hover{background:transparent;color:#d4af37;transform:translateY(-2px);box-shadow:0 8px 20px #d4af3759}@media(max-width:1024px){.hero .hero-title{font-size:3rem}}@media(max-width:768px){.hero{padding-top:80px}.hero .hero-overlay{padding:1.5rem 1.5rem 2rem}.hero .hero-title{font-size:2.5rem}.hero .hero-subtitle{font-size:1.1rem}}.services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.services-grid{grid-template-columns:1fr}}.service-card{position:relative;border-radius:12px;overflow:hidden;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.service-card:hover{transform:translateY(-4px);border-color:#ffffff2e;box-shadow:0 12px 28px #00000047}.service-card__image{aspect-ratio:16/10;background-size:cover;background-position:center;filter:brightness(.95)}.service-card__overlay{pointer-events:none;position:absolute;inset:0;display:grid;place-items:end;padding:.75rem;background:linear-gradient(to top,#0000008c,#0000);opacity:0;transition:opacity .2s ease}.service-card:hover .service-card__overlay{opacity:1}.service-card__price{background:#fffffff2;color:#111;padding:.5rem .75rem;font-weight:700;border-radius:8px;font-size:.95rem;letter-spacing:.02em}.service-card__body{padding:.85rem .95rem 1rem}.service-card__title{margin:0 0 .4rem;color:#fff;font-weight:600;letter-spacing:-.01em}.service-card__price-inline{color:#ffffffd9;font-weight:600;font-size:.95rem;display:none}.service-card__dot{padding:0 .4rem;opacity:.5}@media(max-width:768px){.service-card__overlay{display:none}.service-card__price-inline{display:inline}}.extra-services{margin-top:2rem;max-width:1200px;margin-inline:auto;padding-inline:1rem}.extra-services__header{margin:0 0 .75rem}.extra-services__header h2{color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:-.01em;margin:0 0 .25rem}.extra-services__header .extra-services__note{color:#ffffffb3;margin:0;font-size:.95rem}.extra-services__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(max-width:1024px){.extra-services__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.extra-services__grid{grid-template-columns:1fr}}.extra-services__row{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-radius:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);transition:background .3s}.extra-services__row:hover{background:#ffffff14}.extra-services__name{color:#fff;font-weight:500}.extra-services__duration{color:#ffffffb3;font-weight:400}.extra-services__price{color:#fff;font-weight:700;margin-left:.75rem}.extra-services__dots{grid-column:1/-1;height:0;border-bottom:1px dotted rgba(255,255,255,.2);margin:.45rem 0 .3rem}.anim{opacity:0;transition:opacity .55s ease,transform .55s ease}.anim--left{transform:translate(-36px)}.anim--right{transform:translate(36px)}.anim--visible{opacity:1;transform:translate(0)}.page-section{color:#fff}.page-section .section-inner{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 3rem}.section-header{margin-bottom:1.25rem}.section-header h2{font-size:2.2rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.3rem}.section-header h2:after{content:"";display:block;width:42px;height:2px;background:#d4af37;margin-top:.45rem}.section-header p{color:#ffffffa6;font-size:.95rem}.category-pills{display:flex;gap:.65rem;flex-wrap:wrap;margin-bottom:2rem;position:sticky;top:68px;z-index:100;padding:.65rem 0;background:transparent;border-bottom:none}.category-pills button{background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#ffffffd9;padding:.45rem 1.1rem;border-radius:50px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.category-pills button:hover{background:#d4af37;border-color:#d4af37;color:#000}.service-block{scroll-margin-top:128px;margin-bottom:2.5rem}.service-block__title{font-size:1.1rem;font-weight:700;color:#fff;letter-spacing:-.01em;margin-bottom:1rem;padding-bottom:.45rem;border-bottom:1px solid rgba(255,255,255,.09)}#services,#apropos{scroll-margin-top:70px}.about-split{display:grid;grid-template-columns:1fr 280px;gap:4rem;align-items:center;margin-bottom:3rem}@media(max-width:768px){.about-split{grid-template-columns:1fr;gap:2rem}}.about-photo{border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.08);max-height:380px}.about-photo img{width:100%;height:100%;max-height:380px;object-fit:cover;object-position:top;display:block}.about-intro{margin-bottom:0}.about-intro h2{font-size:2.2rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.3rem}.about-intro h2:after{content:"";display:block;width:42px;height:2px;background:#d4af37;margin-top:.45rem}.about-intro p{color:#ffffffc7;line-height:1.8;font-size:1rem;margin-bottom:1.1rem}.about-intro p:last-child{margin-bottom:0}.about-tagline{font-size:1.1rem!important;color:#d4af37!important;font-style:italic;margin-bottom:1.5rem!important}.team-header{text-align:center;margin-bottom:1.75rem}.team-header h3{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.3rem}.team-header p{color:#ffffff8c;font-size:.95rem}.barber-carousel{overflow:hidden;mask-image:linear-gradient(to right,transparent,black 6%,black 94%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 6%,black 94%,transparent)}.carousel-track{display:flex;gap:1.1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab;-webkit-user-select:none;user-select:none;padding-bottom:.25rem}.carousel-track::-webkit-scrollbar{display:none}.carousel-track:active{cursor:grabbing}.barber-slide{flex:0 0 260px;scroll-snap-align:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1.6rem 1.25rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem;transition:border-color .25s}.barber-slide:hover{border-color:#d4af3780}.barber-slide__avatar{width:200px;height:200px;border-radius:50%;border:3px solid #d4af37;overflow:hidden;margin-bottom:.6rem}.barber-slide__avatar img{width:100%;height:100%;object-fit:cover;object-position:top}.barber-slide__name{font-size:1.05rem;font-weight:700;margin:0}.barber-slide__role{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#d4af37}.barber-slide__specialty{font-size:.83rem;color:#ffffff80;font-style:italic}.barber-slide__bio{font-size:.85rem;color:#ffffffb8;line-height:1.7;margin-top:.6rem}@media(max-width:480px){.barber-slide{flex:0 0 calc(100vw - 5rem)}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem 0;transition:all .3s ease}.header:hover{background:#00000080}.header .header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.header .logo{text-decoration:none;z-index:1002;display:flex;align-items:center}.header .logo .logo-img{height:52px;width:auto;object-fit:contain;display:block}.header .reserve-btn{padding:.65rem 1.4rem;background:#d4af37;border:2px solid #d4af37;border-radius:3px;color:#000;font-size:.82rem;font-weight:700;letter-spacing:.08em;cursor:pointer;transition:background .2s,color .2s}.header .reserve-btn:hover{background:transparent;color:#d4af37}.header .nav-reserve-btn{display:none;padding:.65rem 1.4rem;background:#d4af37;border:2px solid #d4af37;border-radius:3px;color:#000;font-size:1rem;font-weight:700;letter-spacing:.08em;cursor:pointer;width:100%;text-align:left;transition:background .2s,color .2s}.header .nav-reserve-btn:hover{background:transparent;color:#d4af37}.header .nav{display:flex;gap:2.5rem;align-items:center}.header .nav .nav-link{color:#ffffffe6;text-decoration:none;font-size:1rem;font-weight:500;transition:all .3s ease;position:relative}.header .nav .nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#d4af37;transition:width .3s ease}.header .nav .nav-link:hover{color:#fff}.header .nav .nav-link:hover:after{width:100%}.header .header-actions{display:flex;align-items:center;gap:1rem}.header .phone-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:50px;color:#fff;text-decoration:none;font-weight:600;transition:all .3s ease}.header .phone-btn svg{width:18px;height:18px}.header .phone-btn:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-2px)}.header .hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1002}.header .hamburger span{width:25px;height:2px;background:#fff;transition:all .3s ease;border-radius:2px}@media(max-width:1024px){.header .nav{gap:1.5rem}.header .nav .nav-link{font-size:.95rem}.header .phone-btn{font-size:.9rem;padding:.65rem 1.25rem}}@media(max-width:768px){.header{padding:1rem 0}.header .header-container{padding:0 1rem}.header .logo .logo-img{height:36px}.header .reserve-btn{display:none}.header .nav{position:fixed;inset:0;height:100dvh;width:100vw;background:#0a0a0af7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:1001}.header .nav.nav-open{opacity:1;pointer-events:all}.header .nav .nav__close{position:absolute;top:1.25rem;right:1.25rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff12;border:1px solid rgba(255,255,255,.15);border-radius:50%;color:#ffffffbf;font-size:1.1rem;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.header .nav .nav__close:hover{background:#d4af3726;border-color:#d4af37;color:#d4af37}.header .nav .nav-link{font-size:1.6rem;font-weight:300;letter-spacing:.04em;text-align:center;padding:.25rem 0}.header .nav .nav-link:after{display:none}.header .nav .nav-link:hover{color:#d4af37}.header .nav .nav-reserve-btn{display:block;margin-top:.5rem;width:auto;min-width:180px;text-align:center}.header .hamburger{display:flex}}@media(max-width:480px){.header .phone-btn{padding:.6rem;border-radius:50%}.header .phone-btn .phone-text{display:none}.header .phone-btn svg{width:20px;height:20px}}.footer{background:#0a0a0a;border-top:1px solid rgba(212,175,55,.25);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.footer-inner{max-width:1200px;margin:0 auto;padding:3.5rem 2rem 2rem;display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:3rem}@media(max-width:768px){.footer-inner{grid-template-columns:1fr;gap:2.5rem;padding:2.5rem 1.5rem 1.5rem}}.footer-brand{display:flex;flex-direction:column;gap:.75rem}.footer-logo{display:flex;align-items:center;gap:.55rem;text-decoration:none}.footer-logo img{height:32px;width:auto;object-fit:contain}.footer-logo span{font-size:1.3rem;font-weight:700;color:#fff;letter-spacing:.5px;font-family:Georgia,serif}.footer-tagline{font-size:.88rem;color:#d4af37;font-style:italic;margin:0}.footer-contact{display:flex;flex-direction:column;gap:.7rem}.footer-contact h4{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#d4af37;margin:0 0 .35rem}.footer-link{display:flex;align-items:center;gap:.55rem;color:#ffffffc7;text-decoration:none;font-size:.9rem;transition:color .2s}.footer-link svg{width:16px;height:16px;flex-shrink:0;stroke:#d4af37}.footer-link:hover{color:#d4af37}.footer-address{display:flex;align-items:center;gap:.55rem;color:#ffffffc7;font-size:.9rem;margin:0}.footer-address svg{width:16px;height:16px;flex-shrink:0;stroke:#d4af37}.footer-credit{display:flex;flex-direction:column;gap:.6rem}.footer-credit h4{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#d4af37;margin:0 0 .35rem}.footer-credit p{color:#ffffff8c;font-size:.88rem;margin:0}.footer-designer{display:inline-flex;align-items:center;text-decoration:none;transition:opacity .2s}.footer-designer:hover{opacity:.75}.footer-designer .designer-logo-placeholder{display:inline-block;padding:.45rem 1rem;border:1px dashed rgba(255,255,255,.25);border-radius:6px;color:#fff6;font-size:.8rem;font-style:italic}.footer-bottom{border-top:1px solid rgba(255,255,255,.07);text-align:center;padding:1.1rem 2rem}.footer-bottom p{color:#ffffff59;font-size:.8rem;margin:0}.site-wrapper{min-height:100vh;position:relative}.site-wrapper:before{content:"";position:fixed;inset:0;background-image:linear-gradient(#00000080,#0009),url(/assets/barbershop-hero-CI-uPUkH.png);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-1}html,body,#root{height:100%;margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f04646}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;background-color:#000;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}html,body,#root{min-height:100vh}@media(max-width:768px){html{font-size:15px}}@media(max-width:480px){html{font-size:14px}}html{scroll-behavior:smooth}
