*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #F2F2F2;--white: #FFFFFF;--section-alt: #EAEAEA;--dark: #111111;--dark-soft: #1C1C1C;--accent: #C2A57A;--accent-dark: #A88C5D;--accent-light: #D4B98E;--text: #111111;--text-muted: #666666;--text-light: #999999;--border: #E0E0E0;--border-light: #EBEBEB;--shadow-sm: 0 2px 8px rgba(0,0,0,.06);--shadow-md: 0 4px 20px rgba(0,0,0,.08);--shadow-lg: 0 8px 40px rgba(0,0,0,.1);--radius: 6px;--radius-lg: 12px}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3{line-height:1.15;font-weight:600;letter-spacing:-.02em}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}img{max-width:100%;display:block}.container{max-width:1100px;margin:0 auto;padding:0 2rem}.label{font-size:.72rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--accent-dark);display:block;margin-bottom:.75rem}.accent-bar{width:32px;height:2px;background:var(--accent);border-radius:2px;margin-top:1.2rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 2rem;font-size:.88rem;font-weight:600;letter-spacing:.03em;border-radius:var(--radius);transition:all .25s ease;cursor:pointer;text-decoration:none}.btn-dark{background:var(--dark);color:var(--white)}.btn-dark:hover{background:#2a2a2a;transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-accent{background:var(--accent);color:var(--white)}.btn-accent:hover{background:var(--accent-dark);transform:translateY(-1px);box-shadow:0 4px 16px #c2a57a59}.btn-outline{background:transparent;color:var(--dark);border:1.5px solid var(--border)}.btn-outline:hover{border-color:var(--dark);transform:translateY(-1px)}.btn-outline-white{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.35)}.btn-outline-white:hover{border-color:#ffffffbf;background:#ffffff14}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.4rem 0;transition:all .35s ease}.navbar.scrolled{background:#fffffff7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-light);padding:1rem 0;box-shadow:0 1px 12px #0000000f}.navbar-inner{max-width:1100px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.navbar-logo{font-size:1.05rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--white);transition:color .3s}.navbar.scrolled .navbar-logo{color:var(--dark)}.navbar-links{display:flex;align-items:center;gap:2.5rem}.navbar-links a{font-size:.78rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#ffffffbf;transition:color .25s}.navbar.scrolled .navbar-links a{color:var(--text-muted)}.navbar-links a:hover{color:#fff}.navbar.scrolled .navbar-links a:hover{color:var(--text)}.nav-cta{background:var(--accent)!important;color:var(--white)!important;padding:.55rem 1.3rem!important;border-radius:var(--radius)!important;font-weight:600!important;letter-spacing:.04em!important;transition:background .25s,transform .2s!important}.nav-cta:hover{background:var(--accent-dark)!important;transform:translateY(-1px)!important}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;z-index:1100}.hamburger span{display:block;width:22px;height:1.5px;background:var(--white);transition:all .3s ease;border-radius:2px}.navbar.scrolled .hamburger span{background:var(--dark)}.hamburger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0003;z-index:900}@media(max-width:768px){.hamburger{display:flex}.navbar-links{position:fixed;top:0;right:-100%;width:72vw;max-width:290px;height:100vh;background:var(--white);flex-direction:column;justify-content:center;gap:2rem;padding:2rem;z-index:1000;transition:right .35s ease;box-shadow:-4px 0 30px #0000000f}.navbar-links.open{right:0}.navbar-links a,.navbar.scrolled .navbar-links a{font-size:.95rem;color:var(--text-muted)}.navbar-links a:hover,.navbar.scrolled .navbar-links a:hover{color:var(--dark)}.nav-cta{text-align:center;padding:.75rem 2rem!important}}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative;padding:8rem 0 5rem;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:#1a1410}.hero-bg-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 40%}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f0a064d,#0f0a068c)}.hero-content{position:relative;z-index:1;max-width:1100px;width:100%;margin:0 auto;padding:0 2rem}.hero-eyebrow{display:flex;align-items:center;gap:.8rem;color:#ffffff8c;font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.8rem;animation:fadeUp .7s ease both}.eyebrow-line{display:block;width:28px;height:1px;background:var(--accent)}.hero-title{font-size:clamp(3.2rem,9vw,6.5rem);font-weight:700;color:var(--white);line-height:1.08;letter-spacing:-.03em;margin-bottom:1.5rem;animation:fadeUp .7s .1s ease both}.hero-title em{font-style:italic;font-weight:300;color:var(--accent-light)}.hero-sub{font-size:clamp(1rem,2vw,1.15rem);color:#fff9;font-weight:300;line-height:1.6;max-width:420px;margin-bottom:2.5rem;animation:fadeUp .7s .2s ease both}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem;animation:fadeUp .7s .3s ease both}.hero-btn-main{padding:.95rem 2.4rem;font-size:.9rem}.hero-trust{display:flex;align-items:center;gap:.7rem;animation:fadeUp .7s .4s ease both}.trust-stars{color:var(--accent);font-size:.8rem;letter-spacing:2px}.trust-text{font-size:.78rem;color:#ffffff73;letter-spacing:.05em;font-weight:400}.hero-scroll-hint{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:1;animation:fadeUp 1s .6s ease both;display:flex;align-items:center;justify-content:center}.scroll-mouse{width:22px;height:34px;border:1.5px solid rgba(255,255,255,.25);border-radius:12px;display:flex;align-items:flex-start;justify-content:center;padding-top:5px}.scroll-wheel{width:3px;height:6px;background:var(--accent);border-radius:2px;animation:scrollDown 2s ease-in-out infinite}@keyframes scrollDown{0%{transform:translateY(0);opacity:1}60%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:0}}@media(max-width:600px){.hero{align-items:center;text-align:center}.hero-eyebrow{justify-content:center}.hero-sub{margin-left:auto;margin-right:auto}.hero-actions,.hero-trust{justify-content:center}.hero-scroll-hint{display:none}}.services{background:var(--white);padding:7rem 2rem}.services-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.6fr;gap:6rem;align-items:start}.services-header{position:sticky;top:7rem}.services-header .sec-title{margin-bottom:1rem}.sec-sub{font-size:.95rem;color:var(--text-muted);line-height:1.75;margin-bottom:2rem}.services-cta-btn{display:inline-flex}.services-list{display:flex;flex-direction:column}.service-item{display:flex;align-items:flex-start;gap:1.5rem;padding:2rem 0;border-bottom:1px solid var(--border-light);cursor:default;transition:padding-left .25s ease}.service-item:first-child{border-top:1px solid var(--border-light)}.service-item:hover{padding-left:.5rem}.service-num{font-size:.72rem;font-weight:600;color:var(--accent);letter-spacing:.08em;padding-top:3px;flex-shrink:0;width:24px}.service-body{flex:1}.service-title{font-size:1.05rem;font-weight:600;color:var(--text);margin-bottom:.35rem;letter-spacing:-.01em}.service-desc{font-size:.88rem;color:var(--text-muted);line-height:1.65}.service-arrow{font-size:1rem;color:var(--accent);opacity:0;transform:translate(-6px);transition:all .25s ease;padding-top:2px;flex-shrink:0}.service-item:hover .service-arrow{opacity:1;transform:translate(0)}@media(max-width:768px){.services-inner{grid-template-columns:1fr;gap:3rem}.services-header{position:static}}.whyus{padding:7rem 2rem;background:var(--dark)}.whyus-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:6rem;align-items:center}.whyus-sub{font-size:.95rem;color:#ffffff73;line-height:1.8;margin-top:1rem;font-weight:300;max-width:340px}.whyus-accent-bar{width:32px;height:2px;background:var(--accent);margin-top:2rem;border-radius:2px}.whyus-right{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.why-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-lg);padding:1.8rem;transition:border-color .25s,background .25s}.why-card:hover{border-color:#c2a57a40;background:#c2a57a0a}.why-num{font-size:.68rem;font-weight:700;color:var(--accent);letter-spacing:.12em;margin-bottom:1rem}.why-title{font-size:.95rem;font-weight:600;color:var(--white);margin-bottom:.4rem;letter-spacing:-.01em}.why-desc{font-size:.82rem;color:#ffffff73;line-height:1.6;font-weight:300}@media(max-width:900px){.whyus-inner{grid-template-columns:1fr;gap:3.5rem}.whyus-sub{max-width:100%}}@media(max-width:500px){.whyus-right{grid-template-columns:1fr}}.reviews{padding:7rem 2rem;background:var(--section-alt)}.reviews-inner{max-width:1100px;margin:0 auto}.reviews-header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:3.5rem;flex-wrap:wrap}.reviews-header .sec-title{margin-top:.3rem}.reviews-score{display:flex;align-items:center;gap:1rem;background:var(--white);padding:1rem 1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-shrink:0}.score-num{font-size:2.2rem;font-weight:700;color:var(--text);letter-spacing:-.04em;line-height:1}.score-stars{display:block;color:var(--accent);font-size:.75rem;letter-spacing:2px;margin-bottom:3px}.score-label{font-size:.72rem;color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;font-weight:500}.reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.review-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:1rem;transition:box-shadow .25s,transform .25s}.review-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.review-stars{color:var(--accent);font-size:.78rem;letter-spacing:2px}.review-text{font-size:.95rem;color:var(--text);line-height:1.75;font-style:italic;flex:1;font-weight:300}.review-footer{display:flex;align-items:center;gap:.8rem;padding-top:1rem;border-top:1px solid var(--border-light)}.review-avatar{width:34px;height:34px;border-radius:50%;background:var(--section-alt);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.82rem;color:var(--text-muted);flex-shrink:0}.review-name{font-size:.85rem;font-weight:600;color:var(--text);line-height:1.3}.review-detail{font-size:.75rem;color:var(--text-light);margin-top:1px}@media(max-width:640px){.reviews-grid{grid-template-columns:1fr}.reviews-header{flex-direction:column;align-items:flex-start}}.about{padding:7rem 2rem;background:var(--white);overflow:hidden}.about-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.about-visual{position:relative}.about-room{aspect-ratio:4/5;border-radius:var(--radius-lg);position:relative;overflow:hidden;background:#1a1a1a}.about-room-photo{position:absolute;top:50%;left:50%;width:135%;height:auto;transform:translate(-50%,-50%) rotate(90deg);object-fit:cover}.about-tag{position:absolute;bottom:1.5rem;right:-1rem;background:var(--dark);color:var(--white);padding:1.2rem 1.5rem;border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:2px}.tag-label{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;display:block}.tag-year{font-size:2rem;font-weight:700;letter-spacing:-.04em;line-height:1;color:var(--accent)}.about-bar{width:32px;height:2px;background:var(--accent);border-radius:2px;margin:1.2rem 0 1.8rem}.about-para{font-size:.95rem;color:var(--text-muted);line-height:1.85;margin-bottom:1rem;font-weight:300}.about-highlight{display:flex;gap:1rem;margin:2rem 0 2.5rem;padding:1.4rem 1.6rem;background:var(--section-alt);border-radius:var(--radius-lg);align-items:flex-start}.highlight-line{width:3px;border-radius:2px;background:var(--accent);flex-shrink:0;align-self:stretch;min-height:40px}.highlight-text{font-size:.95rem;color:var(--text);line-height:1.7;font-weight:400;font-style:italic}@media(max-width:900px){.about-inner{grid-template-columns:1fr;gap:3.5rem}.about-room{aspect-ratio:16/9;max-height:300px}.about-tag{right:.5rem;bottom:.5rem}}.gallery{padding:7rem 2rem;background:var(--bg)}.gallery-inner{max-width:1100px;margin:0 auto}.gallery-header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border-light)}.gallery-header-left{display:flex;flex-direction:column;gap:.4rem}.gallery-header-bar{width:32px;height:2px;background:var(--accent);border-radius:2px;flex-shrink:0;margin-bottom:.3rem}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:2rem}.gallery-item{position:relative;aspect-ratio:4/5;border-radius:var(--radius);overflow:hidden;cursor:pointer}.gallery-photo{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .4s ease}.gallery-item:hover .gallery-photo{transform:scale(1.04)}.gallery-photo-rotated{position:absolute;top:50%;left:50%;width:135%;height:auto;transform:translate(-50%,-50%) rotate(90deg);object-fit:cover}.gallery-item:hover .gallery-photo-rotated{transform:translate(-50%,-50%) rotate(90deg) scale(1.04)}.gallery-mock{width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:transform .4s ease}.gallery-item:hover .gallery-mock{transform:scale(1.04)}.mock-lines{display:flex;flex-direction:column;gap:6px;width:50%}.mock-line{height:3px;background:#00000026;border-radius:2px}.mock-line-short{width:60%}.gallery-label-overlay{position:absolute;bottom:0;left:0;right:0;padding:.6rem .8rem;background:linear-gradient(0deg,rgba(0,0,0,.3) 0%,transparent 100%);display:flex;align-items:flex-end;opacity:0;transition:opacity .25s}.gallery-item:hover .gallery-label-overlay{opacity:1}.gallery-label-overlay span{font-size:.72rem;font-weight:600;color:var(--white);letter-spacing:.08em;text-transform:uppercase}.gallery-ig{display:flex;align-items:center;gap:.7rem;padding:1rem 1.4rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--text-muted);font-size:.85rem;width:fit-content;transition:border-color .2s;text-decoration:none}.gallery-ig:hover{border-color:var(--accent)}.ig-svg{color:var(--accent-dark);flex-shrink:0}.ig-handle{font-weight:600;color:var(--text);letter-spacing:.03em}@media(max-width:600px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}.products{padding:7rem 2rem;background:var(--white)}.products-inner{max-width:1100px;margin:0 auto}.products-header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.products-header .sec-title{margin-top:.4rem}.products-sub{font-size:.95rem;color:var(--text-muted);font-weight:300;line-height:1.65;max-width:300px;text-align:right;flex-shrink:0}.products-filters{display:flex;gap:.5rem;margin-bottom:2.5rem;flex-wrap:wrap}.filter-btn{padding:.5rem 1.2rem;border-radius:50px;font-size:.8rem;font-weight:500;letter-spacing:.04em;border:1.5px solid var(--border);background:transparent;color:var(--text-muted);cursor:pointer;transition:all .2s ease}.filter-btn:hover{border-color:var(--accent);color:var(--accent-dark)}.filter-btn.active{background:var(--dark);color:var(--white);border-color:var(--dark)}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:4rem}.product-card{background:var(--bg);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow .25s,transform .25s;border:1px solid var(--border-light);display:flex;flex-direction:column}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.product-visual{position:relative;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-icon{width:44px;height:68px;border-radius:8px;opacity:.65;transition:transform .3s ease}.product-img{height:88%;width:auto;max-width:90%;object-fit:contain;transition:transform .3s ease;filter:drop-shadow(0 4px 12px rgba(0,0,0,.12))}.product-card:hover .product-img{transform:scale(1.06) translateY(-3px)}.product-card:hover .product-icon{transform:scale(1.08) translateY(-3px)}.product-tag-badge{position:absolute;top:.7rem;right:.7rem;font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--white);background:var(--dark);padding:.22rem .55rem;border-radius:3px;white-space:nowrap}.product-salon-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-dark);margin-bottom:.5rem}.product-info{padding:1.2rem 1.3rem 1.3rem;flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:.9rem}.product-name{font-size:.9rem;font-weight:600;color:var(--text);letter-spacing:-.01em;margin-bottom:.3rem;line-height:1.3}.product-tagline{font-size:.8rem;color:var(--text-muted);line-height:1.5;font-weight:300}.product-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding-top:.8rem;border-top:1px solid var(--border-light)}.product-price{font-size:1rem;font-weight:700;color:var(--text);letter-spacing:-.01em}.product-detail-btn{display:flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:600;color:var(--accent-dark);background:none;border:none;cursor:pointer;letter-spacing:.03em;padding:0;transition:color .2s,gap .2s}.product-detail-btn:hover{color:var(--accent);gap:.5rem}.products-doubt{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.5rem 3rem;background:var(--section-alt);border-radius:var(--radius-lg);flex-wrap:wrap}.doubt-title{font-size:1.2rem;font-weight:600;color:var(--text);letter-spacing:-.02em;margin-bottom:.4rem}.doubt-sub{font-size:.9rem;color:var(--text-muted);font-weight:300;line-height:1.6;max-width:480px}.doubt-btn{flex-shrink:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#11111180;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-box{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:760px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 24px 80px #0000002e;animation:slideUp .3s cubic-bezier(.34,1.56,.64,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1.2rem;right:1.2rem;background:var(--section-alt);border:none;cursor:pointer;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);z-index:10;transition:background .2s,color .2s}.modal-close:hover{background:var(--border);color:var(--text)}.modal-inner{display:grid;grid-template-columns:1fr 1.3fr}.modal-visual{min-height:280px;border-radius:var(--radius-lg) 0 0 var(--radius-lg);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.modal-tag{position:absolute;top:1rem;left:1rem;font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--white);background:var(--dark);padding:.22rem .6rem;border-radius:3px}.modal-product-icon{width:60px;height:90px;border-radius:10px;opacity:.6}.modal-content{padding:2.4rem 2.4rem 2.4rem 2rem;display:flex;flex-direction:column;gap:1.2rem}.modal-category{display:block;font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-dark);margin-bottom:.25rem}.modal-title{font-size:1.35rem;font-weight:700;color:var(--text);letter-spacing:-.02em;line-height:1.2;margin-bottom:.3rem}.modal-price{font-size:1.05rem;font-weight:700;color:var(--text)}.modal-salon-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-dark);background:#c2a57a1a;border:1px solid rgba(194,165,122,.25);padding:.3rem .75rem;border-radius:3px;width:fit-content}.modal-section{display:flex;flex-direction:column;gap:.35rem}.modal-section-label{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-light)}.modal-text{font-size:.88rem;color:var(--text-muted);line-height:1.75;font-weight:300}.modal-cta{margin-top:.3rem;align-self:flex-start}@media(max-width:1000px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.products-header{flex-direction:column;align-items:flex-start}.products-sub{text-align:left;max-width:100%}.products-grid{grid-template-columns:1fr}.products-doubt{flex-direction:column;align-items:flex-start;padding:2rem}.modal-inner{grid-template-columns:1fr}.modal-visual{min-height:180px;border-radius:var(--radius-lg) var(--radius-lg) 0 0}}.booking{padding:100px 20px;background:#f2f2f2}.booking-inner{max-width:1000px;margin:0 auto;text-align:center}.booking-title{font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700;color:var(--text);letter-spacing:-.02em;margin-bottom:10px}.booking-sub{font-size:.95rem;color:#666;margin-bottom:30px;font-weight:300}.booking-frame-wrap{background:#fff;padding:16px;border-radius:20px;box-shadow:0 10px 30px #00000014}.booking-frame-wrap iframe{display:block;border-radius:12px}.hours{padding:7rem 2rem;background:var(--white)}.hours-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem}.hours-col{display:flex;flex-direction:column}.hours-bar{width:32px;height:2px;background:var(--accent);border-radius:2px;margin:1.2rem 0 2rem}.hours-list{display:flex;flex-direction:column}.hours-row{display:flex;justify-content:space-between;align-items:center;padding:.85rem 0;border-bottom:1px solid var(--border-light);gap:1rem}.hours-row:first-child{border-top:1px solid var(--border-light)}.hours-row.today{background:#c2a57a0f;margin:0 -.75rem;padding-left:.75rem;padding-right:.75rem;border-radius:var(--radius);border-bottom-color:transparent}.day-name{font-size:.88rem;font-weight:500;color:var(--text);display:flex;align-items:center;gap:.5rem}.hours-row.closed .day-name{color:var(--text-light)}.today-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);display:inline-block;flex-shrink:0}.today-badge{font-size:.62rem;font-weight:600;color:var(--accent-dark);background:#c2a57a26;border:1px solid rgba(194,165,122,.3);padding:.15rem .45rem;border-radius:3px;letter-spacing:.08em;text-transform:uppercase}.day-time{font-size:.85rem;color:var(--text-muted);font-weight:400;white-space:nowrap}.time-closed{color:var(--text-light)!important;font-style:italic}.location-card{display:flex;gap:1rem;align-items:flex-start;background:var(--section-alt);border-radius:var(--radius-lg);padding:1.4rem 1.6rem;margin-bottom:1.2rem}.location-pin{color:var(--accent);flex-shrink:0;margin-top:2px}.location-text{display:flex;flex-direction:column;gap:.2rem}.loc-street{font-size:1rem;font-weight:600;color:var(--text)}.loc-city{font-size:.85rem;color:var(--text-muted)}.directions-btn{display:inline-flex;margin-bottom:1.2rem}.phone-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--accent-dark);font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s;letter-spacing:.02em}.phone-link:hover{color:var(--accent)}@media(max-width:768px){.hours-inner{grid-template-columns:1fr;gap:4rem}}.footer{background:var(--dark)}.footer-inner{max-width:1100px;margin:0 auto;padding:5rem 2rem 4rem;display:grid;grid-template-columns:1.8fr 1fr 1fr 1.2fr;gap:3rem;align-items:start}.footer-logo{font-size:1.2rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--white);margin-bottom:.6rem}.logo-accent{color:var(--accent)}.footer-sub{font-size:.8rem;color:#ffffff59;letter-spacing:.05em;margin-bottom:.8rem}.footer-tagline{font-size:1rem;font-weight:300;font-style:italic;color:var(--accent);letter-spacing:.04em}.footer-heading{font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ffffff4d;margin-bottom:1.2rem}.footer-nav{display:flex;flex-direction:column;gap:.55rem}.footer-nav a{font-size:.88rem;color:#ffffff8c;text-decoration:none;transition:color .2s}.footer-nav a:hover{color:var(--white)}.footer-contact{display:flex;flex-direction:column;gap:.3rem}.footer-phone{font-size:1rem;font-weight:600;color:var(--white);text-decoration:none;margin-bottom:.5rem;transition:color .2s;letter-spacing:.03em}.footer-phone:hover{color:var(--accent)}.footer-addr{font-size:.85rem;color:#ffffff59;line-height:1.5}.footer-cta{display:flex;flex-direction:column;gap:1rem}.footer-cta-text{font-size:.92rem;color:#ffffff8c;line-height:1.5;font-weight:300}.footer-cta-btn{display:inline-flex;width:fit-content}.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding:1.4rem 2rem}.footer-bottom-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.footer-bottom-inner p{font-size:.75rem;color:#fff3;letter-spacing:.03em}@media(max-width:900px){.footer-inner{grid-template-columns:1fr 1fr;gap:2.5rem}}@media(max-width:600px){.footer-inner{grid-template-columns:1fr}.footer-bottom-inner{flex-direction:column;text-align:center}}.sticky-booking{display:none;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%) translateY(80px);z-index:999;transition:transform .35s cubic-bezier(.34,1.56,.64,1);pointer-events:none}.sticky-booking.show{transform:translate(-50%) translateY(0);pointer-events:auto}.sticky-btn{display:flex;align-items:center;justify-content:center;background:var(--dark);color:var(--white);padding:.9rem 2.4rem;border-radius:50px;font-weight:600;font-family:Inter,sans-serif;font-size:.88rem;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;box-shadow:0 4px 24px #00000038;transition:background .25s,box-shadow .25s,transform .2s;white-space:nowrap}.sticky-btn:hover{background:#2a2a2a;box-shadow:0 6px 32px #0000004d;transform:translateY(-1px)}@media(max-width:768px){.sticky-booking{display:block}}section{position:relative}.section-pad{padding:7rem 0}.sec-label{font-size:.72rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--accent-dark);display:block;margin-bottom:.6rem}.sec-title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;color:var(--text);letter-spacing:-.03em;line-height:1.15}.sec-title-white{color:var(--white)}.sec-sub{font-size:1rem;color:var(--text-muted);margin-top:.8rem;line-height:1.7;max-width:480px}
