html,body{background-color:#fff;color:#2d2926;color-scheme:only light}main,header,footer,section,article,aside{background-color:inherit}input,select,textarea,button{color-scheme:light}:root{color-scheme:only light;--rose-light: #F1C0BB;--rose: #E0ADAA;--rose-mid: #C18788;--bordeaux: #894E50;--bordeaux-dark: #6b3c3e;--cream: #F5E9E7;--cream-soft: #FBF4F2;--taupe-light: #C6A29C;--taupe: #A67975;--taupe-mid: #966561;--taupe-dark: #92706A;--charcoal: #2d2926;--text-body: #3d2528;--text-muted: #5a4144;--grey: #5a4144;--grey-light: #8a7479;--white: #ffffff;--gold-text: #8B6914;--gold-accent: #B8860B;--gold-light: #FAF3E0;--gold: var(--gold-accent);--radius-sm: 12px;--radius-md: 20px;--radius-lg: 28px;--radius-pill: 100px;--shadow-soft: 0 4px 24px rgba(137, 78, 80, .08);--shadow-medium: 0 8px 32px rgba(137, 78, 80, .12);--shadow-strong: 0 16px 48px rgba(137, 78, 80, .18);--ease: cubic-bezier(.4, 0, .2, 1);--transition: .4s var(--ease)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}@media(min-width:1025px)and (max-width:1099px){html{font-size:12px}}@media(min-width:1100px)and (max-width:1199px){html{font-size:12.5px}}@media(min-width:1200px)and (max-width:1339px){html{font-size:13.5px}}@media(min-width:1340px)and (max-width:1479px){html{font-size:14.5px}}@media(min-width:1480px)and (max-width:1679px){html{font-size:15.5px}}body{font-family:DM Sans,system-ui,-apple-system,sans-serif;font-weight:400;color:var(--charcoal);background:var(--cream-soft);line-height:1.7;overflow-x:hidden;font-feature-settings:"kern" 1,"liga" 1}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:color .3s var(--ease)}button{cursor:pointer;border:none;background:none;font-family:inherit}::selection{background:var(--rose-light);color:var(--bordeaux-dark)}::-moz-selection{background:var(--rose-light);color:var(--bordeaux-dark)}h1{font-family:Playfair Display,serif;font-weight:400;line-height:1.05;color:var(--bordeaux-dark);letter-spacing:.005em;font-size:clamp(3rem,7vw,5.4rem)}h2,h3,h4,h5{font-family:DM Sans,sans-serif;font-weight:600;line-height:1.2;color:var(--charcoal);letter-spacing:-.015em}h2{font-size:clamp(1.55rem,3.8vw,2.6rem);font-weight:600;color:var(--bordeaux-dark);letter-spacing:-.02em}h3{font-size:clamp(1.25rem,2.4vw,1.55rem);font-weight:600}h4{font-size:1.08rem;font-weight:600}h5{font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}p{font-weight:400;color:var(--text-body);font-size:1.02rem;line-height:1.75}p.lead,.lead{font-size:1.15rem;font-weight:400;color:var(--charcoal);line-height:1.7}p.muted,.muted{color:var(--text-muted);font-size:.95rem}.script-font{font-family:Dancing Script,cursive;font-weight:400;color:var(--bordeaux)}.section-subtitle{font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:600;color:var(--taupe-mid);margin-bottom:.75rem;line-height:1.2;display:inline-block;text-transform:uppercase;letter-spacing:.14em}.section-title{font-family:Playfair Display,serif;font-weight:400;letter-spacing:.005em;margin-bottom:1rem}.section-desc{color:var(--text-body);max-width:640px;margin:0 auto 3rem;font-size:1.08rem;font-weight:400;line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.95rem 2.2rem;border-radius:var(--radius-pill);font-family:DM Sans,sans-serif;font-size:.92rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;transition:all .4s var(--ease);position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg,var(--bordeaux) 0%,var(--taupe-mid) 100%);color:var(--white);box-shadow:0 6px 20px #894e5040}.btn-primary:hover{background:linear-gradient(135deg,var(--bordeaux-dark) 0%,var(--bordeaux) 100%);transform:translateY(-2px);box-shadow:0 12px 28px #894e5052}.btn-outline{border:1.5px solid var(--bordeaux);color:var(--bordeaux);background:#fff9;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.btn-outline:hover{background:var(--bordeaux);color:var(--white);transform:translateY(-2px);box-shadow:0 10px 24px #894e5038}.btn-gold{background:linear-gradient(135deg,var(--taupe-light) 0%,var(--taupe) 100%);color:var(--white);box-shadow:0 6px 20px #a6797540}.btn-gold:hover{background:linear-gradient(135deg,var(--taupe) 0%,var(--taupe-mid) 100%);transform:translateY(-2px);box-shadow:0 12px 28px #a6797552}.btn-sm{padding:.65rem 1.5rem;font-size:.78rem}.card{background:var(--white);border-radius:var(--radius-md);overflow:hidden;transition:all .5s var(--ease);box-shadow:var(--shadow-soft);border:1px solid rgba(241,192,187,.15)}.card:hover{transform:translateY(-8px);box-shadow:var(--shadow-strong);border-color:#c187884d}.card-body{padding:1.75rem}.section{padding:4.5rem 1.5rem;overflow-x:clip}.section-alt{background:var(--cream)}.container{max-width:1200px;margin:0 auto;width:100%}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:.2rem 2rem;background:#0000001f;transition:background .3s ease-in-out,padding .3s ease-in-out}.header.scrolled{background:#fffffffa;box-shadow:0 1px 8px #0000000a;padding:.2rem 2rem}.header-inner{max-width:1320px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo{display:flex;align-items:center;gap:.8rem;text-decoration:none;color:var(--bordeaux)}.logo-img{height:56px;width:56px;flex-shrink:0;object-fit:contain;transition:height .3s ease-in-out,width .3s ease-in-out}.header.scrolled .logo-img{height:56px;width:56px}.logo-text{display:flex;flex-direction:column;gap:2px}.logo-name{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:600;color:var(--bordeaux);line-height:1;white-space:nowrap;transition:font-size .3s ease-in-out}.logo-sub{font-family:DM Sans,sans-serif;font-size:.58rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-accent);line-height:1}.header.scrolled .logo-name{font-size:1.2rem;text-shadow:none}.header.scrolled .logo-sub{font-size:.58rem;text-shadow:none}.logo-beauty{color:var(--gold-text);font-style:italic}.footer .logo-beauty,.footer h4 .logo-beauty{color:var(--gold-accent)}.nav{display:flex;align-items:center;gap:2rem}.nav a{font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);position:relative;padding:.2rem 0;transition:color .3s ease-in-out;white-space:nowrap}.nav a:hover,.nav a.active{color:var(--bordeaux)}.nav a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--bordeaux);transition:width .3s ease-in-out}.nav a:hover:after,.nav a.active:after{width:100%}.header.scrolled .nav a{color:var(--charcoal)}.header.scrolled .nav a:hover{color:var(--bordeaux)}.header.scrolled .nav a:after{background:var(--bordeaux)}.header--hero:not(.scrolled) .nav a{color:#ffffffe0}.header--hero:not(.scrolled) .nav a:hover{color:#fff}.header--hero:not(.scrolled) .nav a:after{background:#fff}.header--hero:not(.scrolled) .hamburger span{background:#fff}.header--hero:not(.scrolled) .logo-name,.header--hero:not(.scrolled) .logo-name *{color:var(--bordeaux)!important}.header--hero:not(.scrolled) .logo-name{text-shadow:0 1px 2px rgba(0,0,0,.35),0 0 14px rgba(255,255,255,.25)!important}.header--hero:not(.scrolled) .logo-beauty,.header--hero:not(.scrolled) .logo-beauty *{color:var(--gold-text)!important}.header--hero:not(.scrolled) .logo-beauty{text-shadow:0 1px 2px rgba(0,0,0,.35),0 0 14px rgba(255,235,180,.35)!important}.header--hero:not(.scrolled) .logo-sub,.header--hero:not(.scrolled) .logo-sub *{color:#fff!important}.header--hero:not(.scrolled) .logo-sub{text-shadow:0 1px 2px rgba(0,0,0,.4),0 0 18px rgba(255,255,255,.22)!important}.header.scrolled .logo-name,.header.scrolled .logo-name *{color:var(--bordeaux)!important}.header.scrolled .logo-sub,.header.scrolled .logo-sub *{color:#d4a84a!important}.header.scrolled .logo-beauty,.header.scrolled .logo-beauty *{color:var(--gold-text)!important}.header .header-cta{margin-left:.5rem;padding:.5rem 1.2rem;font-size:.65rem;border-radius:30px}.hamburger{display:none;flex-direction:column;gap:5px;width:28px;padding:4px 0;z-index:1010}.hamburger span{display:block;height:2px;background:var(--charcoal);border-radius:4px;transition:all .35s var(--ease)}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-nav{position:fixed;top:0;left:-320px;width:320px;height:100vh;height:100dvh;background:var(--cream-soft);padding:5.5rem 2rem 2rem;transition:left .45s var(--ease);box-shadow:8px 0 30px #894e501f;z-index:1005;display:flex;flex-direction:column;gap:.5rem;visibility:hidden;pointer-events:none}.mobile-nav.open{left:0;visibility:visible;pointer-events:auto}.mobile-nav a{font-family:DM Sans,sans-serif;font-size:1rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;padding:1rem 0;border-bottom:1px solid rgba(193,135,136,.18);display:block;color:var(--charcoal)}.mobile-nav a:hover{color:var(--bordeaux)}.mobile-nav .btn{margin-top:1.5rem;text-align:center;justify-content:center}.mobile-nav a.btn-primary,.mobile-nav a.btn-primary:hover{color:var(--white)}.mobile-overlay{display:none;position:fixed;inset:0;background:#2d292673;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:1002}.mobile-overlay.show{display:block}.footer{background:var(--charcoal);color:#ffffffc7;padding:3rem 1.5rem 1.25rem}.footer-newsletter{max-width:640px;margin:0 auto 2.5rem;padding:1.75rem 1.5rem;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#ffffff08;text-align:center}.footer-newsletter .newsletter-title{color:var(--white);font-size:1.25rem;margin-bottom:.3rem}.footer-newsletter .newsletter-pitch{color:#ffffffb8}.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.25rem;margin-bottom:2rem}.footer h4{color:var(--white);font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;margin-bottom:1rem}.footer-brand p{font-size:.88rem;line-height:1.55;margin-bottom:.75rem;color:#ffffffb3}.footer-brand .logo{color:var(--rose-light);margin-bottom:1rem}.footer-brand .logo span{color:var(--taupe-light)}.footer-hours{font-size:.83rem;line-height:1.65}.footer-hours strong{color:var(--rose-light);font-weight:600}.footer-links a{display:block;font-size:.86rem;padding:.22rem 0;transition:color .3s var(--ease),transform .3s var(--ease);color:#ffffffb3}.footer-links a:hover{color:var(--rose-light);transform:translate(4px)}.footer-contact p{font-size:.86rem;margin-bottom:.45rem;display:flex;align-items:flex-start;gap:.55rem;color:#ffffffb3}.footer-contact svg{flex-shrink:0;margin-top:3px;color:var(--rose-light)}.footer-social{display:flex;gap:.65rem;margin-top:.85rem}.footer-social a{width:38px;height:38px;border-radius:9px;background:#ffffff14;display:flex;align-items:center;justify-content:center;transition:all .35s var(--ease);color:var(--white)}.footer-social a:hover{background:var(--bordeaux);transform:translateY(-3px);color:var(--white)}.footer-bottom p{color:var(--white)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;font-size:.76rem;flex-wrap:wrap;gap:.5rem;color:#ffffff8c}.footer-bottom a{color:#fff9;transition:color .3s var(--ease)}.footer-bottom a:hover{color:var(--rose-light)}.hero{position:relative;min-height:100vh;min-height:100dvh;height:100dvh;display:flex;align-items:center;justify-content:center;text-align:center;padding:clamp(6rem,11vw,9rem) clamp(1rem,2vw,1.5rem) clamp(3rem,6vw,5rem);overflow:hidden}.hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,var(--cream) 0%,var(--rose-light) 50%,var(--rose) 100%);z-index:0}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#2d292659,#2d292626 40%,#894e5080)}.hero-content{position:relative;z-index:1;max-width:760px}.hero .section-subtitle{color:var(--bordeaux);font-size:.85rem;font-weight:600;margin-bottom:.5rem;letter-spacing:.18em;text-transform:uppercase}[class*=page-hero] h1,.hero h1{display:flex;align-items:center;justify-content:center;gap:1.2rem}[class*=page-hero] h1:before,[class*=page-hero] h1:after,.hero h1:before,.hero h1:after{content:"";flex:0 0 50px;height:2px;border-radius:2px}[class*=page-hero] h1:before,.hero h1:before{background:linear-gradient(90deg,transparent,var(--gold-accent))}[class*=page-hero] h1:after,.hero h1:after{background:linear-gradient(90deg,var(--gold-accent),transparent)}@media(max-width:600px){[class*=page-hero] h1:before,[class*=page-hero] h1:after,.hero h1:before,.hero h1:after{display:none}[class*=page-hero] h1,.hero h1{gap:0;white-space:normal;line-height:1.05}}[class*=page-hero] .section-subtitle,.hero .section-subtitle{color:var(--bordeaux-dark);display:inline-block}[class*=page-hero] .section-subtitle:before,[class*=page-hero] .section-subtitle:after,.hero .section-subtitle:before,.hero .section-subtitle:after{content:none}.hero h1{color:var(--bordeaux-dark);margin-bottom:.75rem;white-space:nowrap;font-size:clamp(2.1rem,8.5vw,4.2rem);text-shadow:0 1px 2px rgba(255,248,240,.55),0 0 28px rgba(255,248,240,.45),0 0 60px rgba(255,248,240,.25)}@media(max-width:420px){.hero h1:before,.hero h1:after{display:none}}.hero .subtitle{font-family:DM Sans,sans-serif;font-size:clamp(.95rem,2.4vw,1.25rem);font-weight:600;color:var(--gold-text);margin-bottom:clamp(1.25rem,3vw,2.5rem);line-height:1.65;max-width:600px;margin-left:auto;margin-right:auto;letter-spacing:.06em;text-transform:uppercase;text-shadow:0 1px 2px rgba(137,78,80,.45),0 0 20px rgba(137,78,80,.25)}.hero-badges{display:flex;gap:clamp(.5rem,1.1vw,.75rem);justify-content:center;margin-top:clamp(1.25rem,3vw,2.5rem);flex-wrap:wrap}.hero-badge{display:inline-flex;align-items:center;gap:.45rem;background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(12px);padding:clamp(.45rem,1vw,.6rem) clamp(.8rem,1.8vw,1.15rem);border-radius:var(--radius-pill);font-family:DM Sans,sans-serif;font-size:clamp(.7rem,1.25vw,.8rem);font-weight:500;letter-spacing:.04em;color:var(--bordeaux);border:1px solid rgba(255,255,255,.4)}.hero-badge svg{color:var(--gold-accent)}.hero-buttons{display:flex;gap:clamp(.6rem,1.3vw,1rem);justify-content:center;flex-wrap:wrap}.hero .btn{font-size:clamp(.85rem,1.4vw,1rem);padding:clamp(.7rem,1.4vw,.95rem) clamp(1.25rem,2.5vw,1.8rem)}.hero .btn-outline{border-color:var(--bordeaux);color:var(--bordeaux);background:#ffffff80}.hero .btn-outline:hover{background:var(--bordeaux);color:var(--white)}.welcome-grid{display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:center}.welcome-img{border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4/5;background:linear-gradient(135deg,var(--cream),var(--rose-light));display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-medium)}.welcome-img .placeholder-icon{color:var(--rose-mid);opacity:.6}.services-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.services-vstack{display:flex;flex-direction:column;gap:4px;height:600px;max-width:1100px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 18px 50px #894e5026}.vstack-band{position:relative;flex:1;min-height:0;overflow:hidden;cursor:pointer;text-decoration:none;transition:flex .65s cubic-bezier(.25,.8,.25,1)}.vstack-band.is-active{flex:6}.vstack-band__img{position:absolute;inset:0;z-index:0}.vstack-band__img img{width:100%;height:100%;object-fit:cover;object-position:center 30%;transition:transform .65s var(--ease),filter .5s var(--ease)}.vstack-band:not(.is-active) .vstack-band__img img{filter:grayscale(.3) brightness(.68);transform:scale(1.08)}.vstack-band.is-active .vstack-band__img img{filter:none;transform:scale(1.02)}.vstack-band__overlay{position:absolute;inset:0;z-index:1;transition:background .5s var(--ease)}.vstack-band:not(.is-active) .vstack-band__overlay{background:linear-gradient(to right,#140a0ec7,#140a0e66)}.vstack-band.is-active .vstack-band__overlay{background:linear-gradient(to right,rgba(20,10,14,.6) 0%,rgba(20,10,14,.05) 50%,transparent 100%)}.vstack-band__card{position:absolute;bottom:1.2rem;left:2rem;z-index:3;display:flex;align-items:center;gap:2rem;padding:1.2rem 1.8rem;background:#fff8f01a;-webkit-backdrop-filter:blur(16px) saturate(130%);backdrop-filter:blur(16px) saturate(130%);border-radius:16px;border:1px solid rgba(232,207,138,.2);box-shadow:0 6px 24px #0000002e;color:#fff;opacity:0;transform:translate(-20px);transition:opacity .4s var(--ease) .1s,transform .4s var(--ease) .1s;pointer-events:none;max-width:90%}.vstack-band.is-active .vstack-band__card{opacity:1;transform:translate(0);pointer-events:auto}.vstack-band__num{font-family:Playfair Display,serif;font-style:italic;font-size:2.2rem;font-weight:500;color:var(--gold-accent);letter-spacing:.05em;line-height:1;opacity:.85;flex-shrink:0}.vstack-band__title{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:600;color:#fff;margin:0 0 .3rem;line-height:1.15}.vstack-band__text{font-family:DM Sans,sans-serif;font-size:.82rem;color:#ffffffbf;line-height:1.45;margin:0 0 .5rem}.vstack-band__cta{font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-accent);border-bottom:1px solid rgba(201,163,94,.4);padding-bottom:.15rem}.vstack-band__tab{position:absolute;top:50%;left:2rem;transform:translateY(-50%);font-family:Playfair Display,serif;font-size:1rem;font-weight:600;color:#ffffffe6;letter-spacing:.06em;text-shadow:0 2px 8px rgba(0,0,0,.45);z-index:2;pointer-events:none;opacity:1;transition:opacity .3s var(--ease)}.vstack-band.is-active .vstack-band__tab{opacity:0}@media(max-width:768px){.services-vstack{height:550px}.vstack-band__card{left:.8rem;right:.8rem;bottom:.8rem;gap:1rem;padding:1rem;flex-direction:column;align-items:flex-start}.vstack-band__num{font-size:1.4rem}.vstack-band__title{font-size:1.15rem}}.services-glass{display:flex;gap:5px;height:520px;max-width:1200px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 18px 50px #894e5026}.glass-panel{position:relative;flex:1;min-width:0;overflow:hidden;cursor:pointer;text-decoration:none;transition:flex .65s cubic-bezier(.25,.8,.25,1)}.glass-panel.is-active{flex:5}.glass-panel__img{position:absolute;inset:0;z-index:0}.glass-panel__img img{width:100%;height:100%;object-fit:cover;transition:transform .65s var(--ease),filter .5s var(--ease)}.glass-panel:not(.is-active) .glass-panel__img img{filter:grayscale(.3) brightness(.72);transform:scale(1.08)}.glass-panel.is-active .glass-panel__img img{filter:none;transform:scale(1.02)}.glass-panel__overlay{position:absolute;inset:0;z-index:1;transition:background .5s var(--ease)}.glass-panel:not(.is-active) .glass-panel__overlay{background:linear-gradient(to top,#140a0ebf,#140a0e59)}.glass-panel.is-active .glass-panel__overlay{background:linear-gradient(to top,rgba(20,10,14,.3) 0%,transparent 45%)}.glass-panel__card{position:absolute;bottom:1.8rem;left:1.5rem;right:1.5rem;z-index:3;padding:1.5rem 1.8rem;background:#fff8f01f;-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%);border-radius:18px;border:1px solid rgba(232,207,138,.25);box-shadow:0 8px 32px #0003,inset 0 1px #ffffff1a;color:#fff;opacity:0;transform:translateY(18px) scale(.96);transition:opacity .45s var(--ease) .12s,transform .45s var(--ease) .12s;pointer-events:none}.glass-panel.is-active .glass-panel__card{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.glass-panel__num{display:inline-block;font-family:Playfair Display,serif;font-style:italic;font-size:.72rem;color:var(--gold-accent);letter-spacing:.25em;margin-bottom:.3rem;opacity:.9}.glass-panel__title{font-family:Playfair Display,serif;font-size:1.6rem;font-weight:600;color:#fff;margin:0 0 .4rem;line-height:1.15;text-shadow:0 1px 6px rgba(0,0,0,.2)}.glass-panel__text{font-family:DM Sans,sans-serif;font-size:.82rem;color:#ffffffc7;line-height:1.5;margin:0 0 .9rem}.glass-panel__cta{font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-accent);border-bottom:1px solid rgba(201,163,94,.45);padding-bottom:.2rem}.glass-panel__tab{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%) rotate(-90deg);transform-origin:center;white-space:nowrap;font-family:Playfair Display,serif;font-size:.85rem;font-weight:600;color:#ffffffe6;letter-spacing:.08em;text-shadow:0 2px 8px rgba(0,0,0,.45);z-index:2;pointer-events:none;opacity:1;transition:opacity .3s var(--ease)}.glass-panel.is-active .glass-panel__tab{opacity:0}@media(max-width:768px){.services-glass{flex-direction:column;height:auto;border-radius:16px;gap:3px}.glass-panel{min-height:72px}.glass-panel.is-active{min-height:360px}.glass-panel__tab{transform:translate(-50%) rotate(0);bottom:auto;top:50%;transform:translate(-50%,-50%);font-size:.9rem}.glass-panel__card{left:.8rem;right:.8rem;bottom:1rem;padding:1.2rem 1rem;border-radius:14px}.glass-panel__title{font-size:1.3rem}}.services-diagonal{display:flex;height:500px;max-width:1200px;margin:0 auto;overflow:hidden;border-radius:20px;box-shadow:0 18px 50px #894e5026}.diag-panel{position:relative;flex:1;min-width:0;overflow:hidden;cursor:pointer;text-decoration:none;transition:flex .65s cubic-bezier(.25,.8,.25,1);clip-path:polygon(8% 0,100% 0,92% 100%,0% 100%);margin-left:-3%}.diag-panel:first-child{clip-path:polygon(0 0,100% 0,92% 100%,0% 100%);margin-left:0}.diag-panel:last-child{clip-path:polygon(8% 0,100% 0,100% 100%,0% 100%)}.diag-panel.is-active{flex:5}.diag-panel__img{position:absolute;inset:0;z-index:0}.diag-panel__img img{width:100%;height:100%;object-fit:cover;transition:transform .65s var(--ease),filter .5s var(--ease)}.diag-panel:not(.is-active) .diag-panel__img img{filter:grayscale(.35) brightness(.75);transform:scale(1.08)}.diag-panel.is-active .diag-panel__img img{filter:none;transform:scale(1.02)}.diag-panel__overlay{position:absolute;inset:0;z-index:1;transition:background .5s var(--ease)}.diag-panel:not(.is-active) .diag-panel__overlay{background:linear-gradient(to top,#140a0ecc,#140a0e66)}.diag-panel.is-active .diag-panel__overlay{background:linear-gradient(to top,rgba(20,10,14,.7) 0%,rgba(20,10,14,.08) 55%,transparent 100%)}.diag-panel__content{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:2.5rem;color:#fff;opacity:0;transform:translateY(14px);transition:opacity .4s var(--ease) .15s,transform .4s var(--ease) .15s;pointer-events:none}.diag-panel.is-active .diag-panel__content{opacity:1;transform:translateY(0);pointer-events:auto}.diag-panel__num{display:block;font-family:Playfair Display,serif;font-style:italic;font-size:.82rem;color:var(--gold-accent);letter-spacing:.25em;margin-bottom:.5rem}.diag-panel__title{font-family:Playfair Display,serif;font-size:2rem;font-weight:600;color:#fff;margin:0 0 .6rem;line-height:1.15;text-shadow:0 2px 12px rgba(0,0,0,.35)}.diag-panel__text{font-family:DM Sans,sans-serif;font-size:.88rem;color:#ffffffd1;line-height:1.55;margin:0 0 1rem;max-width:340px}.diag-panel__cta{font-family:DM Sans,sans-serif;font-size:.76rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-accent);border-bottom:1px solid rgba(201,163,94,.5);padding-bottom:.3rem}.diag-panel__tab{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%) rotate(-90deg);transform-origin:center;white-space:nowrap;font-family:Playfair Display,serif;font-size:.85rem;font-weight:600;color:#ffffffe6;letter-spacing:.08em;text-shadow:0 2px 8px rgba(0,0,0,.5);z-index:2;pointer-events:none;opacity:1;transition:opacity .3s var(--ease)}.diag-panel.is-active .diag-panel__tab{opacity:0}@media(max-width:768px){.services-diagonal{flex-direction:column;height:auto;border-radius:16px}.diag-panel{clip-path:none!important;margin-left:0!important;min-height:80px}.diag-panel.is-active{min-height:320px}.diag-panel__tab{transform:translate(-50%) rotate(0);bottom:auto;top:50%;transform:translate(-50%,-50%)}.diag-panel__content{padding:1.5rem 1.2rem}.diag-panel__title{font-size:1.5rem}}.services-orbital{max-width:1000px;margin:0 auto;text-align:center}.orbital-arc{position:relative;display:flex;justify-content:center;align-items:flex-end;gap:0;height:380px;margin-bottom:2.5rem}.orbital-curve{position:absolute;bottom:0;left:0;width:100%;height:200px;z-index:0;pointer-events:none}.orbital-node{position:absolute;cursor:pointer;border:2px solid var(--cream);z-index:2;transition:transform .55s cubic-bezier(.25,.9,.3,1.05),box-shadow .45s var(--ease),border-color .4s var(--ease),width .55s var(--ease),height .55s var(--ease),filter .4s var(--ease)}.orbital-node:not(.is-active){filter:brightness(.88) saturate(.8)}.orbital-node.is-active{border-color:var(--gold-accent);z-index:5;box-shadow:0 20px 55px #c9a35e4d,0 8px 20px #894e5026,0 0 0 5px #e8cf8a1f;filter:none}.orbital-node--1{width:140px;height:185px;border-radius:70px 70px 10px 10px;left:5%;bottom:30px}.orbital-node--1.is-active{transform:translateY(-20px) scale(1.2)}.orbital-node--2{width:150px;height:195px;border-radius:75px 75px 10px 10px;left:22%;bottom:115px}.orbital-node--2.is-active{transform:translateY(-20px) scale(1.2)}.orbital-node--3{width:170px;height:225px;border-radius:85px 85px 12px 12px;left:50%;bottom:140px;transform:translate(-50%)}.orbital-node--3.is-active{transform:translate(-50%) translateY(-20px) scale(1.18)}.orbital-node--4{width:150px;height:195px;border-radius:75px 75px 10px 10px;right:22%;bottom:115px;left:auto}.orbital-node--4.is-active{transform:translateY(-20px) scale(1.2)}.orbital-node--5{width:140px;height:185px;border-radius:70px 70px 10px 10px;right:5%;bottom:30px;left:auto}.orbital-node--5.is-active{transform:translateY(-20px) scale(1.2)}.orbital-caption{max-width:440px;margin:0 auto;transition:opacity .2s var(--ease),transform .2s var(--ease)}.orbital-caption.is-swapping{opacity:0;transform:translateY(6px)}.orbital-num{display:block;font-family:Playfair Display,serif;font-style:italic;font-size:.82rem;color:var(--gold-accent);letter-spacing:.25em;margin-bottom:.5rem}.orbital-title{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:600;color:var(--bordeaux);margin:0 0 .85rem;line-height:1.12}.orbital-text{font-family:DM Sans,sans-serif;font-size:.94rem;color:var(--text-muted);line-height:1.65;margin:0 auto 1.3rem;max-width:400px}.orbital-cta{display:inline-flex;align-items:center;gap:.5rem;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--bordeaux);text-decoration:none;padding:.4rem 0;border-bottom:1px solid rgba(201,163,94,.55);transition:border-color .3s var(--ease),color .3s var(--ease),gap .3s var(--ease)}.orbital-cta:hover{border-bottom-color:var(--gold-accent);color:var(--bordeaux-dark);gap:.8rem}@media(max-width:768px){.orbital-arc{height:280px}.orbital-node--1,.orbital-node--5{width:90px;height:118px;border-radius:45px 45px 8px 8px}.orbital-node--2,.orbital-node--4{width:100px;height:130px;border-radius:50px 50px 8px 8px}.orbital-node--3{width:115px;height:150px;border-radius:58px 58px 10px 10px}.orbital-node--1{left:2%;bottom:20px}.orbital-node--2{left:18%;bottom:80px}.orbital-node--3{bottom:100px}.orbital-node--4{right:18%;bottom:80px}.orbital-node--5{right:2%;bottom:20px}.orbital-title{font-size:1.6rem}}@media(max-width:480px){.orbital-arc{height:220px}.orbital-node--1,.orbital-node--5{width:65px;height:85px;border-radius:33px 33px 6px 6px}.orbital-node--2,.orbital-node--4{width:75px;height:98px;border-radius:38px 38px 7px 7px}.orbital-node--3{width:85px;height:112px;border-radius:43px 43px 8px 8px}}.services-fullsnap{position:relative;max-width:1100px;margin:0 auto;height:75vh;min-height:460px;max-height:680px;overflow-y:auto;scroll-snap-type:y mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;border-radius:24px;box-shadow:0 14px 50px #894e501f}.services-fullsnap::-webkit-scrollbar{display:none}.fullsnap-dots{position:sticky;top:50%;transform:translateY(-50%);float:right;display:flex;flex-direction:column;gap:.6rem;padding-right:1.2rem;z-index:10}.fullsnap-dot{display:block;width:8px;height:8px;border-radius:50%;background:#c9a35e4d;transition:background .35s var(--ease),height .35s var(--ease),border-radius .35s var(--ease)}.fullsnap-dot.is-active{background:var(--gold-accent);height:24px;border-radius:999px}.fullsnap-slide{scroll-snap-align:start;scroll-snap-stop:always;height:75vh;min-height:460px;max-height:680px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:3rem 4rem;box-sizing:border-box}.fullsnap-slide:nth-child(2n) .fullsnap-slide__media{order:2}.fullsnap-slide:nth-child(2n) .fullsnap-slide__body{order:1;text-align:right;align-items:flex-end}.fullsnap-slide__media{display:flex;justify-content:center}.fullsnap-arch{width:280px;height:365px;border-radius:140px 140px 14px 14px;margin:0;border:3px solid var(--cream);box-shadow:0 18px 50px #894e502e,0 0 20px #c9a35e1a;transition:border-color .4s var(--ease),box-shadow .4s var(--ease),transform .4s var(--ease)}.fullsnap-arch:hover{border-color:var(--gold-accent);transform:translateY(-6px);box-shadow:0 24px 60px #c9a35e40,0 8px 20px #894e501f}.fullsnap-slide__body{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:.8rem}.fullsnap-slide__num{font-family:Playfair Display,serif;font-style:italic;font-size:.85rem;color:var(--gold-accent);letter-spacing:.25em}.fullsnap-slide__title{font-family:Playfair Display,serif;font-size:2.6rem;font-weight:600;color:var(--bordeaux);margin:0;line-height:1.08}.fullsnap-slide__text{font-family:DM Sans,sans-serif;font-size:1rem;color:var(--text-muted);line-height:1.7;max-width:400px}.fullsnap-slide__cta{display:inline-flex;align-items:center;gap:.5rem;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--bordeaux);text-decoration:none;padding:.4rem 0;border-bottom:1px solid rgba(201,163,94,.55);transition:border-color .3s var(--ease),color .3s var(--ease),gap .3s var(--ease)}.fullsnap-slide__cta:hover{border-bottom-color:var(--gold-accent);color:var(--bordeaux-dark);gap:.8rem}@media(max-width:900px){.services-fullsnap{height:auto;max-height:none;min-height:auto;scroll-snap-type:none;overflow:visible;box-shadow:none;border-radius:0}.fullsnap-slide{height:auto;min-height:auto;max-height:none;grid-template-columns:1fr;gap:2rem;padding:3rem 1rem;scroll-snap-align:none}.fullsnap-slide:nth-child(2n) .fullsnap-slide__media{order:0}.fullsnap-slide:nth-child(2n) .fullsnap-slide__body{order:0;text-align:center;align-items:center}.fullsnap-slide__body{align-items:center;text-align:center}.fullsnap-slide__text{max-width:100%}.fullsnap-arch{width:220px;height:285px;border-radius:110px 110px 12px 12px}.fullsnap-slide__title{font-size:1.8rem}.fullsnap-dots{display:none}}.services-reveal{max-width:900px;margin:0 auto;padding:0 1rem}.reveal-row{display:grid;grid-template-columns:40px 1fr auto auto;align-items:center;gap:1.5rem;padding:1.6rem .5rem;text-decoration:none;color:var(--charcoal);border-bottom:1px solid rgba(201,163,94,.2);position:relative;transition:color .35s var(--ease),padding-left .4s var(--ease)}.reveal-row:first-child{border-top:1px solid rgba(201,163,94,.2)}.reveal-row.is-faded{opacity:.3;transition:opacity .4s var(--ease)}.reveal-row:hover{padding-left:1rem}.reveal-row__num{font-family:Playfair Display,serif;font-style:italic;font-size:.82rem;color:var(--gold-accent);letter-spacing:.2em;opacity:.85}.reveal-row__name{font-family:Playfair Display,serif;font-size:2.6rem;font-weight:600;color:var(--bordeaux);line-height:1.05;transition:color .35s var(--ease),letter-spacing .4s var(--ease)}.reveal-row:hover .reveal-row__name{letter-spacing:.02em}.reveal-row__sub{font-family:DM Sans,sans-serif;font-size:.82rem;color:var(--text-muted);letter-spacing:.01em;white-space:nowrap}.reveal-row__arrow{font-size:1.4rem;color:var(--gold-accent);opacity:0;transform:translate(-8px);transition:opacity .3s var(--ease),transform .3s var(--ease)}.reveal-row:hover .reveal-row__arrow{opacity:1;transform:translate(0)}.reveal-row__ghost{position:absolute;width:180px;height:235px;border-radius:90px 90px 10px 10px;overflow:hidden;pointer-events:none;z-index:20;opacity:0;transform:scale(.85);transition:opacity .3s var(--ease),transform .3s var(--ease);box-shadow:0 20px 50px #894e5059,0 0 20px #c9a35e33;border:2px solid rgba(201,163,94,.5)}.reveal-row__ghost.is-visible{opacity:1;transform:scale(1)}.reveal-row__ghost img{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.reveal-row{grid-template-columns:30px 1fr auto;gap:.8rem;padding:1.2rem .3rem}.reveal-row__name{font-size:1.6rem}.reveal-row__sub{display:none}.reveal-row__ghost{width:140px;height:185px;border-radius:70px 70px 8px 8px}}@media(max-width:480px){.reveal-row__name{font-size:1.3rem}.reveal-row__ghost{width:110px;height:145px}}@media(prefers-reduced-motion:reduce){.reveal-row__ghost{display:none}}.services-split{display:flex;height:520px;max-width:1200px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 18px 50px #894e5026}.split-strip{position:relative;flex:1;min-width:0;overflow:hidden;text-decoration:none;cursor:pointer;transition:flex .7s cubic-bezier(.25,.8,.25,1)}.split-strip.is-active{flex:4.5}.split-strip__bg{position:absolute;inset:0;z-index:0}.split-strip__bg img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .7s var(--ease),filter .5s var(--ease)}.split-strip:not(.is-active) .split-strip__bg img{filter:grayscale(.4) brightness(.7);transform:scale(1.1)}.split-strip.is-active .split-strip__bg img{filter:none;transform:scale(1.03)}.split-strip__overlay{position:absolute;inset:0;z-index:1;transition:background .5s var(--ease)}.split-strip:not(.is-active) .split-strip__overlay{background:linear-gradient(to bottom,#140a0e40,#140a0eb3)}.split-strip.is-active .split-strip__overlay{background:linear-gradient(to top,rgba(20,10,14,.7) 0%,rgba(20,10,14,.05) 55%,transparent 100%)}.split-strip__label{position:absolute;z-index:2;color:#fff;transition:opacity .4s var(--ease) .12s,transform .4s var(--ease) .12s}.split-strip:not(.is-active) .split-strip__label{bottom:2.2rem;left:50%;transform:translate(-50%);text-align:center;writing-mode:vertical-rl;text-orientation:mixed}.split-strip:not(.is-active) .split-strip__label .split-strip__num,.split-strip:not(.is-active) .split-strip__label .split-strip__text,.split-strip:not(.is-active) .split-strip__label .split-strip__cta{display:none}.split-strip:not(.is-active) .split-strip__label .split-strip__title{font-size:.9rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.5)}.split-strip.is-active .split-strip__label{bottom:0;left:0;right:0;padding:2.5rem;writing-mode:horizontal-tb;text-orientation:initial;text-align:left}.split-strip__num{display:block;font-family:Playfair Display,serif;font-style:italic;font-size:.82rem;color:var(--gold-accent);letter-spacing:.25em;margin-bottom:.55rem}.split-strip.is-active .split-strip__title{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:600;margin:0 0 .6rem;line-height:1.1;text-shadow:0 2px 14px rgba(0,0,0,.35);color:#fff}.split-strip__text{font-family:DM Sans,sans-serif;font-size:.88rem;color:#ffffffd1;line-height:1.55;margin:0 0 1.1rem;max-width:360px}.split-strip__cta{font-family:DM Sans,sans-serif;font-size:.76rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-accent);border-bottom:1px solid rgba(201,163,94,.5);padding-bottom:.3rem}.split-strip+.split-strip{border-left:1px solid rgba(255,255,255,.12)}@media(max-width:768px){.services-split{flex-direction:column;height:auto;border-radius:16px}.split-strip{min-height:72px}.split-strip.is-active{min-height:360px}.split-strip:not(.is-active) .split-strip__label{writing-mode:horizontal-tb;inset:50% 0 auto;transform:translateY(-50%);text-align:center}.split-strip+.split-strip{border-left:none;border-top:1px solid rgba(255,255,255,.12)}.split-strip.is-active .split-strip__label{padding:1.5rem 1.2rem}.split-strip.is-active .split-strip__title{font-size:1.6rem}}.services-tabs{max-width:1000px;margin:0 auto}.tabs-nav{display:flex;justify-content:center;gap:0;position:relative;border-bottom:1px solid rgba(201,163,94,.25);margin-bottom:3rem;padding-bottom:0}.tabs-nav__btn{all:unset;box-sizing:border-box;padding:.9rem 1.6rem;font-family:Playfair Display,serif;font-size:1.05rem;font-weight:500;color:var(--text-muted);cursor:pointer;position:relative;letter-spacing:.01em;transition:color .35s var(--ease);white-space:nowrap}.tabs-nav__btn:hover{color:var(--bordeaux)}.tabs-nav__btn.is-active{color:var(--bordeaux);font-weight:600}.tabs-nav__indicator{position:absolute;bottom:-1px;height:2px;background:linear-gradient(90deg,var(--bordeaux),var(--gold-accent));border-radius:999px;transition:left .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1);pointer-events:none}.tabs-stage{display:grid;grid-template-columns:auto 1fr;gap:4rem;align-items:center}.tabs-stage__media{display:flex;justify-content:center}.tabs-arch{width:300px;height:390px;border-radius:150px 150px 14px 14px;margin:0;border:3px solid var(--cream);box-shadow:0 16px 48px #894e5029,0 4px 14px #c9a35e1a;transition:border-color .4s var(--ease),box-shadow .4s var(--ease),transform .4s var(--ease)}.tabs-arch:hover{border-color:var(--gold-accent);box-shadow:0 22px 60px #c9a35e38,0 6px 18px #894e501f;transform:translateY(-4px)}.tabs-arch img{transition:opacity .3s var(--ease)}.tabs-arch img.is-swapping{opacity:0}.tabs-stage__body{text-align:left;transition:opacity .2s var(--ease),transform .2s var(--ease)}.tabs-stage__body.is-swapping{opacity:0;transform:translateY(8px)}.tabs-stage__num{display:block;font-family:Playfair Display,serif;font-style:italic;font-size:.82rem;color:var(--gold-accent);letter-spacing:.25em;margin-bottom:.7rem}.tabs-stage__title{font-family:Playfair Display,serif;font-size:2.4rem;font-weight:600;color:var(--bordeaux);margin:0 0 1rem;line-height:1.1}.tabs-stage__text{font-family:DM Sans,sans-serif;font-size:1rem;color:var(--text-muted);line-height:1.7;margin:0 0 1.5rem;max-width:440px}.tabs-stage__cta{display:inline-flex;align-items:center;gap:.5rem;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--bordeaux);text-decoration:none;padding:.4rem 0;border-bottom:1px solid rgba(201,163,94,.55);transition:border-color .3s var(--ease),color .3s var(--ease),gap .3s var(--ease)}.tabs-stage__cta:hover{border-bottom-color:var(--gold-accent);color:var(--bordeaux-dark);gap:.8rem}@media(max-width:900px){.tabs-stage{grid-template-columns:1fr;gap:2.5rem;text-align:center}.tabs-stage__body{text-align:center}.tabs-stage__text{margin-inline:auto}.tabs-arch{width:250px;height:325px;border-radius:125px 125px 12px 12px}.tabs-stage__title{font-size:1.9rem}}@media(max-width:640px){.tabs-nav{overflow-x:auto;justify-content:flex-start;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory}.tabs-nav::-webkit-scrollbar{display:none}.tabs-nav__btn{scroll-snap-align:start;font-size:.9rem;padding:.7rem 1.1rem}.tabs-arch{width:200px;height:260px;border-radius:100px 100px 10px 10px}.tabs-stage__title{font-size:1.5rem}}.services-accordion{display:flex;gap:6px;height:480px;max-width:1200px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 16px 50px #894e5026}.accordion-panel{position:relative;flex:1;min-width:0;overflow:hidden;cursor:pointer;text-decoration:none;transition:flex .65s cubic-bezier(.25,.8,.25,1)}.accordion-panel.is-active{flex:5}.accordion-panel__img{position:absolute;inset:0;z-index:0}.accordion-panel__img img{width:100%;height:100%;object-fit:cover;transition:transform .65s var(--ease)}.accordion-panel.is-active .accordion-panel__img img{transform:scale(1.05)}.accordion-panel__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(to top,rgba(20,10,14,.75) 0%,rgba(20,10,14,.15) 50%,transparent 100%);transition:opacity .5s var(--ease)}.accordion-panel:not(.is-active) .accordion-panel__overlay{background:linear-gradient(to top,#140a0ed9,#140a0e80)}.accordion-panel__content{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:2.5rem 2rem;color:#fff;opacity:0;transform:translateY(14px);transition:opacity .45s var(--ease) .15s,transform .45s var(--ease) .15s;pointer-events:none}.accordion-panel.is-active .accordion-panel__content{opacity:1;transform:translateY(0);pointer-events:auto}.accordion-panel__num{display:block;font-family:Playfair Display,serif;font-style:italic;font-size:.82rem;color:var(--gold-accent);letter-spacing:.25em;margin-bottom:.6rem}.accordion-panel__title{font-family:Playfair Display,serif;font-size:2rem;font-weight:600;color:#fff;margin:0 0 .7rem;line-height:1.15;text-shadow:0 2px 12px rgba(0,0,0,.35)}.accordion-panel__text{font-family:DM Sans,sans-serif;font-size:.88rem;color:#ffffffd1;line-height:1.55;margin:0 0 1.2rem;max-width:340px}.accordion-panel__cta{display:inline-flex;align-items:center;gap:.5rem;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-accent);border-bottom:1px solid rgba(201,163,94,.5);padding-bottom:.3rem}.accordion-panel__tab{position:absolute;bottom:2rem;left:50%;transform:translate(-50%) rotate(-90deg);transform-origin:center;white-space:nowrap;font-family:Playfair Display,serif;font-size:.85rem;font-weight:600;color:#ffffffeb;letter-spacing:.08em;text-shadow:0 2px 8px rgba(0,0,0,.4);z-index:2;pointer-events:none;opacity:1;transition:opacity .3s var(--ease)}.accordion-panel.is-active .accordion-panel__tab{opacity:0}@media(max-width:768px){.services-accordion{flex-direction:column;height:auto;border-radius:16px;gap:4px}.accordion-panel{min-height:80px}.accordion-panel.is-active{min-height:320px}.accordion-panel__tab{transform:translate(-50%) rotate(0);bottom:auto;top:50%;transform:translate(-50%,-50%);font-size:.9rem}.accordion-panel__content{padding:1.5rem 1.2rem}.accordion-panel__title{font-size:1.5rem}}.services-mood{position:relative;max-width:1100px;margin:0 auto;height:560px}.mood-card{position:absolute;display:block;text-decoration:none;overflow:visible;transition:transform .55s cubic-bezier(.25,.9,.3,1.05),z-index 0s,box-shadow .4s var(--ease),filter .4s var(--ease),opacity .4s var(--ease);z-index:1}.mood-card.is-dimmed{filter:blur(1.5px) brightness(.88) saturate(.7);opacity:.6}.mood-card.is-focused{z-index:10}.mood-card__label{position:absolute;bottom:-2rem;left:50%;transform:translate(-50%);white-space:nowrap;font-family:Playfair Display,serif;font-size:.95rem;font-weight:600;color:var(--bordeaux);opacity:0;transition:opacity .35s var(--ease),transform .35s var(--ease);transform:translate(-50%) translateY(4px);pointer-events:none}.mood-card:hover .mood-card__label,.mood-card.is-focused .mood-card__label{opacity:1;transform:translate(-50%) translateY(0)}.mood-card__num{font-style:italic;color:var(--gold-accent);margin-right:.4rem;font-weight:500;font-size:.8rem;letter-spacing:.12em}.mood-card--1{width:210px;height:275px;border-radius:105px 105px 12px 12px;top:0;left:5%;transform:rotate(-3.5deg)}.mood-card--1:hover,.mood-card--1.is-focused{transform:rotate(0) scale(1.12) translateY(-10px);box-shadow:0 20px 50px #c9a35e4d}.mood-card--2{width:175px;height:230px;border-radius:88px 88px 10px 10px;top:35px;left:28%;transform:rotate(2.5deg)}.mood-card--2:hover,.mood-card--2.is-focused{transform:rotate(0) scale(1.14) translateY(-10px);box-shadow:0 20px 50px #c9a35e4d}.mood-card--3{width:240px;height:315px;border-radius:120px 120px 14px 14px;top:10px;left:44%;transform:rotate(-1.5deg);z-index:2}.mood-card--3:hover,.mood-card--3.is-focused{transform:rotate(0) scale(1.1) translateY(-10px);box-shadow:0 24px 60px #c9a35e4d}.mood-card--4{width:185px;height:245px;border-radius:93px 93px 10px 10px;top:55px;right:12%;left:auto;transform:rotate(4deg)}.mood-card--4:hover,.mood-card--4.is-focused{transform:rotate(0) scale(1.12) translateY(-10px);box-shadow:0 20px 50px #c9a35e4d}.mood-card--5{width:160px;height:210px;border-radius:80px 80px 10px 10px;top:215px;left:14%;transform:rotate(2deg)}.mood-card--5:hover,.mood-card--5.is-focused{transform:rotate(0) scale(1.15) translateY(-10px);box-shadow:0 18px 45px #c9a35e4d}@media(max-width:900px){.services-mood{height:auto;display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 1rem;padding:1rem}.mood-card,.mood-card--1,.mood-card--2,.mood-card--3,.mood-card--4,.mood-card--5{position:static;transform:rotate(0)!important;width:140px!important;height:185px!important;border-radius:70px 70px 8px 8px!important}.mood-card:hover,.mood-card.is-focused{transform:scale(1.08) translateY(-6px)!important}.mood-card__label{opacity:1;bottom:-1.6rem;font-size:.75rem}}@media(max-width:480px){.mood-card,.mood-card--1,.mood-card--2,.mood-card--3,.mood-card--4,.mood-card--5{width:110px!important;height:145px!important;border-radius:55px 55px 6px 6px!important}}.services-vitrine{max-width:1000px;margin:0 auto;text-align:center}.vitrine-thumbs{display:flex;justify-content:center;gap:1.8rem;margin-bottom:3rem}.vitrine-thumb{all:unset;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:.7rem;cursor:pointer;position:relative}.vitrine-thumb__arch{display:block;width:95px;height:125px;border-radius:48px 48px 8px 8px;overflow:hidden;border:2px solid var(--cream);transition:border-color .4s var(--ease),box-shadow .4s var(--ease),transform .4s var(--ease)}.vitrine-thumb__arch img{width:100%;height:100%;object-fit:cover;transition:filter .4s var(--ease)}.vitrine-thumb:not(.is-active) .vitrine-thumb__arch img{filter:grayscale(.25) brightness(.92)}.vitrine-thumb:hover .vitrine-thumb__arch,.vitrine-thumb.is-active .vitrine-thumb__arch{border-color:var(--gold-accent);transform:translateY(-4px);box-shadow:0 10px 28px #c9a35e47,0 0 14px #c9a35e26}.vitrine-thumb:hover .vitrine-thumb__arch img,.vitrine-thumb.is-active .vitrine-thumb__arch img{filter:none}.vitrine-thumb__name{font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);transition:color .3s var(--ease)}.vitrine-thumb.is-active .vitrine-thumb__name{color:var(--bordeaux)}.vitrine-thumb__glow{position:absolute;top:50%;left:50%;width:130%;height:130%;transform:translate(-50%,-55%);border-radius:50%;background:radial-gradient(circle,rgba(232,207,138,.35) 0%,transparent 65%);opacity:0;pointer-events:none;transition:opacity .5s var(--ease)}.vitrine-thumb.is-active .vitrine-thumb__glow{opacity:1;animation:vitrine-pulse 3.5s ease-in-out infinite}@keyframes vitrine-pulse{0%,to{transform:translate(-50%,-55%) scale(1);opacity:.6}50%{transform:translate(-50%,-55%) scale(1.12);opacity:1}}.vitrine-stage{display:flex;justify-content:center;margin-bottom:2.2rem}.vitrine-featured{width:300px;height:390px;border-radius:150px 150px 14px 14px;margin:0;border:3px solid var(--gold-accent);box-shadow:0 28px 70px #894e5038,0 0 28px #c9a35e33,0 0 0 6px #e8cf8a14;transition:box-shadow .5s var(--ease)}.vitrine-featured:hover{box-shadow:0 32px 80px #894e5047,0 0 40px #c9a35e47,0 0 0 8px #e8cf8a1f}.vitrine-featured img{transition:opacity .3s var(--ease)}.vitrine-featured img.is-swapping{opacity:0}.vitrine-caption{text-align:center;max-width:440px;margin:0 auto;transition:opacity .2s var(--ease),transform .2s var(--ease)}.vitrine-caption.is-swapping{opacity:0;transform:translateY(6px)}.vitrine-num{display:block;font-family:Playfair Display,serif;font-style:italic;font-weight:500;font-size:.82rem;color:var(--gold-accent);letter-spacing:.25em;margin-bottom:.5rem}.vitrine-title{font-family:Playfair Display,serif;font-size:2rem;font-weight:600;color:var(--bordeaux);margin:0 0 .8rem;line-height:1.15}.vitrine-text{font-family:DM Sans,sans-serif;font-size:.94rem;color:var(--text-muted);line-height:1.65;margin:0 auto 1.2rem;max-width:380px}.vitrine-cta{display:inline-flex;align-items:center;gap:.5rem;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--bordeaux);text-decoration:none;padding:.4rem 0;border-bottom:1px solid rgba(201,163,94,.55);transition:border-color .3s var(--ease),color .3s var(--ease),gap .3s var(--ease)}.vitrine-cta:hover{border-bottom-color:var(--gold-accent);color:var(--bordeaux-dark);gap:.8rem}@media(max-width:768px){.vitrine-thumbs{gap:.8rem;flex-wrap:wrap}.vitrine-thumb__arch{width:70px;height:92px;border-radius:35px 35px 6px 6px}.vitrine-thumb__name{font-size:.6rem}.vitrine-featured{width:240px;height:310px;border-radius:120px 120px 12px 12px}.vitrine-title{font-size:1.6rem}}@media(max-width:420px){.vitrine-thumb__arch{width:56px;height:74px;border-radius:28px 28px 5px 5px}.vitrine-featured{width:200px;height:260px;border-radius:100px 100px 10px 10px}}.services-cinema{position:relative;max-width:1200px;margin:0 auto;padding:1rem;overflow:hidden;border-radius:24px}.services-cinema__backdrop{position:absolute;inset:-80px;z-index:0;overflow:hidden;pointer-events:none}.services-cinema__backdrop img{width:100%;height:100%;object-fit:cover;filter:blur(48px) saturate(1.35) brightness(.9);transform:scale(1.15);opacity:.28;transition:opacity .6s var(--ease)}.services-cinema__backdrop:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 20%,rgba(255,248,240,.7) 85%);z-index:1}.services-cinema__stage{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;min-height:440px;padding:2rem 0 1rem}.cinema-slides{position:relative;flex:1;height:400px;max-width:900px}.cinema-slide{position:absolute;top:50%;left:50%;width:240px;height:315px;border-radius:120px 120px 12px 12px;margin:0;transform:translate(-50%,-50%) scale(.5);opacity:0;pointer-events:none;transition:transform .6s cubic-bezier(.3,.8,.3,1),opacity .45s ease,filter .45s ease,box-shadow .6s ease,border-color .4s ease;filter:blur(0)}.cinema-slide.is-active{transform:translate(-50%,-50%) scale(1.2);opacity:1;pointer-events:auto;z-index:3;box-shadow:0 28px 80px #894e5052,0 8px 24px #c9a35e40;border-color:var(--gold-accent)}.cinema-slide.is-prev{transform:translate(-245%,-50%) scale(.78);opacity:.45;filter:blur(2.5px);pointer-events:auto;cursor:pointer;z-index:2}.cinema-slide.is-next{transform:translate(145%,-50%) scale(.78);opacity:.45;filter:blur(2.5px);pointer-events:auto;cursor:pointer;z-index:2}.cinema-slide.is-prev:hover,.cinema-slide.is-next:hover{opacity:.75;filter:blur(1px)}.cinema-nav{position:relative;z-index:4;width:48px;height:48px;border-radius:50%;background:#ffffffe6;border:1px solid rgba(201,163,94,.4);color:var(--bordeaux);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 20px #894e5026;transition:background .3s var(--ease),border-color .3s var(--ease),transform .2s var(--ease);flex-shrink:0}.cinema-nav svg{width:20px;height:20px}.cinema-nav:hover{background:var(--bordeaux);border-color:var(--bordeaux);color:var(--white);transform:scale(1.08)}.cinema-nav--prev{margin-right:-1rem}.cinema-nav--next{margin-left:-1rem}.services-cinema__caption{position:relative;z-index:2;text-align:center;max-width:480px;margin:1.5rem auto 0;padding:0 1rem;transition:opacity .2s var(--ease),transform .2s var(--ease)}.services-cinema__caption.is-swapping{opacity:0;transform:translateY(6px)}.cinema-num{display:block;font-family:Playfair Display,serif;font-style:italic;font-weight:500;font-size:.85rem;color:var(--gold-accent);letter-spacing:.28em;margin-bottom:.6rem}.cinema-title{font-family:Playfair Display,serif;font-size:2.1rem;font-weight:600;color:var(--bordeaux);margin:0 0 .85rem;line-height:1.15}.cinema-text{font-family:DM Sans,sans-serif;font-size:.95rem;color:var(--text-muted);line-height:1.65;margin:0 auto 1.3rem;max-width:420px}.cinema-cta{display:inline-flex;align-items:center;gap:.5rem;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--bordeaux);text-decoration:none;padding:.4rem 0;border-bottom:1px solid rgba(201,163,94,.55);transition:border-color .3s var(--ease),color .3s var(--ease),gap .3s var(--ease)}.cinema-cta:hover{border-bottom-color:var(--gold-accent);color:var(--bordeaux-dark);gap:.8rem}.cinema-dots{position:relative;z-index:2;display:flex;justify-content:center;gap:.6rem;margin-top:1.8rem}.cinema-dot{all:unset;box-sizing:border-box;width:8px;height:8px;border-radius:50%;background:#c9a35e4d;cursor:pointer;transition:background .3s var(--ease),width .3s var(--ease),border-radius .3s var(--ease)}.cinema-dot.is-active{background:var(--gold-accent);width:24px;border-radius:999px}.cinema-dot:hover:not(.is-active){background:#894e5073}@media(max-width:768px){.services-cinema__stage{min-height:380px}.cinema-slides{height:340px;max-width:100%}.cinema-slide{width:180px;height:235px;border-radius:90px 90px 10px 10px}.cinema-slide.is-active{transform:translate(-50%,-50%) scale(1.15)}.cinema-slide.is-prev{transform:translate(-215%,-50%) scale(.7)}.cinema-slide.is-next{transform:translate(115%,-50%) scale(.7)}.cinema-nav{width:40px;height:40px}.cinema-title{font-size:1.6rem}}@media(max-width:480px){.cinema-slide{width:150px;height:195px}.cinema-slide.is-prev,.cinema-slide.is-next{opacity:0;pointer-events:none}.cinema-nav--prev{margin-right:0}.cinema-nav--next{margin-left:0}}.services-showcase{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:4rem;align-items:center;max-width:1100px;margin:0 auto;padding:1rem 0}.services-showcase__stage{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.services-showcase__stage{perspective:1000px;perspective-origin:50% 40%}.services-showcase__arch,.services-showcase__arch:hover{width:300px;height:390px;border-radius:150px 150px 14px 14px;margin:0;box-shadow:0 16px 50px #894e502e,0 4px 14px #c9a35e1f;transform-style:preserve-3d;transform:perspective(1000px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) scale(var(--tilt-scale, 1));transition:transform .4s cubic-bezier(.2,.8,.3,1),box-shadow .35s var(--ease),border-color .35s var(--ease);will-change:transform;position:relative}.services-showcase__arch:hover{box-shadow:0 28px 70px #894e5047,0 10px 24px #c9a35e38;border-color:var(--gold-accent)}.services-showcase__arch:after{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 30%),rgba(255,245,220,.32) 0%,rgba(255,245,220,.12) 22%,transparent 55%);opacity:var(--glow-opacity, 0);transition:opacity .25s var(--ease);pointer-events:none;z-index:2;mix-blend-mode:screen}.services-showcase__arch img{transition:opacity .35s var(--ease),transform .6s var(--ease);transform:translateZ(0)}.services-showcase__arch img.is-swapping{opacity:0;transform:scale(1.04)}@media(hover:none){.services-showcase__arch{transform:none!important}.services-showcase__arch:after{display:none}}@media(prefers-reduced-motion:reduce){.services-showcase__arch{transition:none;transform:none!important}.services-showcase__arch:after{display:none}}.services-showcase__caption{max-width:420px;transition:opacity .25s var(--ease),transform .25s var(--ease)}.services-showcase__caption.is-swapping{opacity:0;transform:translateY(6px)}.services-showcase__numeral{display:block;font-family:Playfair Display,serif;font-style:italic;font-weight:500;font-size:.85rem;color:var(--gold-accent);letter-spacing:.25em;margin-bottom:.6rem;opacity:.9}.services-showcase__title{font-family:Playfair Display,serif;font-size:2rem;font-weight:600;color:var(--bordeaux);margin:0 0 .85rem;line-height:1.15}.services-showcase__text{font-family:DM Sans,sans-serif;font-size:.92rem;color:var(--text-muted);line-height:1.65;margin:0 auto 1.3rem;max-width:380px}.services-showcase__cta{display:inline-flex;align-items:center;gap:.5rem;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--bordeaux);text-decoration:none;padding:.4rem 0;border-bottom:1px solid rgba(201,163,94,.5);transition:border-color .3s var(--ease),color .3s var(--ease),gap .3s var(--ease)}.services-showcase__cta:hover{border-bottom-color:var(--gold-accent);color:var(--bordeaux-dark);gap:.8rem}.services-showcase__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(201,163,94,.25)}.services-showcase__item{all:unset;box-sizing:border-box;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;width:100%;padding:1.4rem .4rem;cursor:pointer;border-bottom:1px solid rgba(201,163,94,.25);position:relative;transition:padding .4s var(--ease),color .3s var(--ease);color:var(--charcoal);text-align:left}.services-showcase__item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--gold-accent);opacity:0;transform:scaleY(0);transform-origin:center;transition:opacity .4s var(--ease),transform .4s var(--ease)}.services-showcase__item:after{content:"→";font-family:DM Sans,sans-serif;font-size:1.1rem;color:var(--gold-accent);opacity:0;transform:translate(-8px);transition:opacity .3s var(--ease),transform .3s var(--ease)}.services-showcase__item:hover,.services-showcase__item.is-active{padding-left:1.4rem}.services-showcase__item:hover:before,.services-showcase__item.is-active:before{opacity:1;transform:scaleY(1)}.services-showcase__item:hover:after,.services-showcase__item.is-active:after{opacity:1;transform:translate(0)}.services-showcase__item:hover .services-showcase__item-name,.services-showcase__item.is-active .services-showcase__item-name{color:var(--bordeaux-dark)}.services-showcase__item-num{font-family:Playfair Display,serif;font-style:italic;font-weight:500;font-size:.85rem;color:var(--gold-accent);letter-spacing:.18em;min-width:30px}.services-showcase__item-name{font-family:Playfair Display,serif;font-size:1.35rem;font-weight:600;color:var(--bordeaux);letter-spacing:.005em;transition:color .3s var(--ease)}@media(max-width:960px){.services-showcase{grid-template-columns:1fr;gap:3rem;max-width:560px}.services-showcase__stage{order:1}.services-showcase__list{order:2;border-top:1px solid rgba(201,163,94,.25)}}@media(max-width:480px){.services-showcase__arch{width:220px;height:285px;border-radius:110px 110px 12px 12px}.services-showcase__title{font-size:1.55rem}.services-showcase__item-name{font-size:1.1rem}.services-showcase__item{padding:1.1rem .3rem;gap:1rem}}.services-narrative{display:grid;grid-template-columns:1fr 1fr;gap:3rem 3.5rem;max-width:1100px;margin:0 auto;padding:1rem 0}.service-chapter{display:grid;grid-template-columns:auto 1fr;gap:1.5rem;align-items:center;position:relative}.service-chapter:last-child:nth-child(odd){grid-column:1 / -1;justify-self:center;max-width:520px}.service-chapter__media{display:flex;justify-content:center;align-items:center}.service-chapter__media .service-arch{width:160px;height:210px;border-radius:80px 80px 10px 10px;margin:0;transition:transform .5s var(--ease),box-shadow .5s var(--ease),border-color .5s var(--ease)}.service-chapter:hover .service-arch{transform:translateY(-4px) scale(1.02);border-color:var(--gold-accent);box-shadow:0 14px 32px #c9a35e33,0 4px 12px #894e501a}.service-chapter__body{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:.5rem}.service-chapter__numeral{font-family:Playfair Display,serif;font-style:italic;font-weight:500;font-size:.82rem;color:var(--gold-accent);letter-spacing:.22em;opacity:.85;position:relative;padding-left:32px;line-height:1}.service-chapter__numeral:before{content:"";position:absolute;left:0;top:50%;width:24px;height:1px;background:var(--gold-accent);opacity:.65}.service-chapter__title{font-family:Playfair Display,serif;font-size:1.45rem;font-weight:600;color:var(--bordeaux);margin:0;letter-spacing:0;line-height:1.2}.service-chapter__title a{color:inherit;text-decoration:none;transition:color .3s var(--ease)}.service-chapter__title a:hover{color:var(--bordeaux-dark)}.service-card .service-chapter__text,.service-chapter__text{position:static;opacity:1;visibility:visible;pointer-events:auto;transform:none;background:transparent;box-shadow:none;border-radius:0;padding:0;width:auto;font-family:DM Sans,sans-serif;font-size:.86rem;color:var(--text-muted);line-height:1.55;letter-spacing:.005em;margin:0;max-width:100%;transition:none;z-index:auto;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.service-chapter__link{display:inline-flex;align-items:center;gap:.4rem;font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--bordeaux);text-decoration:none;padding:.25rem 0;margin-top:.2rem;border-bottom:1px solid rgba(201,163,94,.5);transition:border-color .3s var(--ease),color .3s var(--ease),gap .3s var(--ease)}.service-chapter__link:hover{border-bottom-color:var(--gold-accent);color:var(--bordeaux-dark);gap:.6rem}@media(max-width:768px){.services-narrative{grid-template-columns:1fr;gap:2rem;max-width:500px}.service-chapter{grid-template-columns:auto 1fr;gap:1rem}.service-chapter:last-child:nth-child(odd){grid-column:1;justify-self:stretch;max-width:100%}.service-chapter__media .service-arch{width:130px;height:170px;border-radius:65px 65px 10px 10px}.service-chapter__title{font-size:1.2rem}.service-chapter__text{font-size:.82rem}}@media(max-width:420px){.service-chapter__media .service-arch{width:110px;height:145px;border-radius:55px 55px 8px 8px}.service-chapter__title{font-size:1.1rem}.service-chapter__numeral{font-size:.72rem;padding-left:26px}.service-chapter__numeral:before{width:18px}}.services-carousel{position:relative;max-width:1280px;margin:0 auto;padding:0 3rem}.services-carousel__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,280px);gap:2.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scroll-padding:0 1rem;padding:1rem .5rem 2.5rem;margin:0 -.5rem;scrollbar-width:none;-ms-overflow-style:none}.services-carousel__track::-webkit-scrollbar{display:none}.service-slide{scroll-snap-align:center;display:flex;flex-direction:column;align-items:center;text-align:center;background:transparent;padding:0;border:none;box-shadow:none}.service-slide .service-arch{margin-bottom:1.3rem;transition:transform .5s var(--ease),box-shadow .5s var(--ease),border-color .5s var(--ease)}.service-slide:hover .service-arch{transform:translateY(-6px);border-color:var(--gold-accent);box-shadow:0 18px 44px #c9a35e38,0 6px 18px #894e501a}.service-slide__title{font-family:Playfair Display,serif;font-size:1.35rem;font-weight:600;color:var(--bordeaux);margin:0 0 .55rem;letter-spacing:.005em;line-height:1.2}.service-slide__title a{color:inherit;text-decoration:none;transition:color .3s var(--ease)}.service-slide__title a:hover{color:var(--bordeaux-dark)}.service-slide__lede{font-family:DM Sans,sans-serif;font-size:.84rem;color:var(--text-muted);letter-spacing:.01em;line-height:1.55;margin:0 auto;max-width:230px;position:static;opacity:1;visibility:visible;background:transparent;box-shadow:none;padding:0;transform:none;pointer-events:auto;transition:none;z-index:auto}.services-carousel__nav{position:absolute;top:42%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:var(--white);border:1px solid rgba(201,163,94,.35);color:var(--bordeaux);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;box-shadow:0 6px 18px #894e501f;transition:background .3s var(--ease),border-color .3s var(--ease),transform .2s var(--ease),opacity .3s var(--ease)}.services-carousel__nav svg{width:18px;height:18px}.services-carousel__nav--prev{left:0}.services-carousel__nav--next{right:0}.services-carousel__nav:hover:not(:disabled){background:var(--bordeaux);border-color:var(--bordeaux);color:var(--white);transform:translateY(-50%) scale(1.06)}.services-carousel__nav:disabled{opacity:.35;cursor:not-allowed}.services-carousel__progress{max-width:200px;height:2px;margin:.5rem auto 0;background:#c9a35e33;border-radius:999px;overflow:hidden}.services-carousel__bar{display:block;height:100%;width:8%;background:linear-gradient(90deg,var(--bordeaux),var(--gold-accent));border-radius:999px;transition:width .25s var(--ease)}@media(max-width:768px){.services-carousel{padding:0 .5rem}.services-carousel__track{grid-auto-columns:minmax(230px,240px);gap:1.5rem}.services-carousel__nav{display:none}}.service-title{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:600;color:var(--bordeaux);margin:0 0 .7rem;letter-spacing:.005em;line-height:1.2}.service-divider{display:block;width:44px;height:1px;background:linear-gradient(90deg,transparent,var(--gold-accent) 30%,var(--gold-accent) 70%,transparent);margin:0 auto .9rem;opacity:.7;transition:width .4s var(--ease),opacity .4s var(--ease)}.services-grid--portraits .service-card:hover .service-divider{width:64px;opacity:1}.service-card p.service-tagline,.service-card .service-tagline{position:static;opacity:1;visibility:visible;pointer-events:auto;transform:none;background:transparent;box-shadow:none;border-radius:0;padding:0;width:auto;font-family:DM Sans,sans-serif;font-size:.88rem;color:var(--text-muted);letter-spacing:.01em;line-height:1.55;margin:0 auto 1.2rem;max-width:240px;transition:none;z-index:auto}.service-link{font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--bordeaux);text-decoration:none;display:inline-flex;align-items:center;gap:.45rem;padding:.35rem 0;border-bottom:1px solid transparent;transition:border-color .3s var(--ease),color .3s var(--ease),gap .3s var(--ease);margin-top:auto}.service-link:hover{border-bottom-color:var(--gold-accent);color:var(--bordeaux-dark);gap:.7rem}.service-link__arrow{transition:transform .3s var(--ease);font-size:1rem}.service-link:hover .service-link__arrow{transform:translate(3px)}.service-card{text-align:center;padding:0;border-radius:0;background:transparent;box-shadow:none;border:none;transition:none;display:flex;flex-direction:column;height:100%}.service-card>a.btn{margin-top:auto}.service-card:hover{transform:none;box-shadow:none}.service-arch{display:block;width:220px;height:290px;margin:0 auto 1.5rem;border-radius:110px 110px 12px 12px;overflow:hidden;box-shadow:0 8px 30px #894e501f;border:3px solid var(--cream);transition:all .4s var(--ease)}.service-arch:hover{border-color:var(--gold-accent);box-shadow:0 12px 40px #b8860b26;transform:translateY(-4px)}.service-arch img{width:100%;height:100%;object-fit:cover}.service-card h3{font-family:Playfair Display,serif;font-size:1.15rem;color:var(--bordeaux);margin-bottom:.5rem}.section-services,.section-services .services-grid{overflow:visible}.section-services .service-card,.service-card.card{overflow:visible;background:transparent;box-shadow:none;border:none}.service-card{position:relative}.service-btn.service-btn{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:600;color:var(--bordeaux);background:transparent;border:none;letter-spacing:normal;text-transform:none;padding:.5rem .75rem;border-radius:0;margin-top:auto;transition:color .3s var(--ease)}.service-btn.service-btn:hover{color:var(--bordeaux-dark);background:transparent;transform:none;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}.service-arch-flip{display:block;width:fit-content;max-width:100%;margin:0 auto 1.5rem}.service-card .service-arch{margin:0!important}.service-arch-back{position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%) translateY(-6px);width:260px;max-width:90vw;background:var(--white);padding:1rem 1.1rem;border-radius:12px;box-shadow:0 8px 28px #894e502e;opacity:0;pointer-events:none;visibility:hidden;transition:opacity .3s var(--ease),transform .3s var(--ease),visibility 0s linear .3s;z-index:10}.service-arch-back p{margin:0;font-size:.88rem;color:var(--text-muted);line-height:1.6;text-align:center}.service-arch-back .desc-mobile{display:none}.service-card:hover .service-arch-back,.service-card:focus-within .service-arch-back{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);transition-delay:0s,0s,0s}@media(max-width:1280px){.service-arch-flip{margin-bottom:1.1rem}}@media(max-width:1024px){.service-arch-flip{margin-bottom:.7rem}}@media(max-width:768px){.service-arch-flip{margin-bottom:.6rem}}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;overflow:hidden}.gallery-marquee{width:100%;position:relative;margin-top:2rem}.gallery-marquee-viewport{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%)}.gallery-marquee-viewport::-webkit-scrollbar{display:none}.gallery-track{display:flex;gap:1.25rem;width:max-content;padding:.5rem 0;will-change:scroll-position}.gallery-track .gallery-link{flex:0 0 auto;width:280px;display:block}.gallery-track .gallery-item{width:280px;aspect-ratio:1}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:48px;height:48px;border-radius:50%;border:none;background:#ffffffeb;color:var(--bordeaux);box-shadow:0 4px 18px #894e502e;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s var(--ease),transform .2s var(--ease),box-shadow .2s var(--ease)}.gallery-arrow:hover{background:var(--gold-accent);color:#fff;transform:translateY(-50%) scale(1.08);box-shadow:0 6px 22px #b8860b47}.gallery-arrow:focus-visible{outline:2px solid var(--gold-accent);outline-offset:3px}.gallery-arrow.gallery-arrow-prev{left:1rem}.gallery-arrow.gallery-arrow-next{right:1rem}.gallery-arrow svg{width:22px;height:22px}@media(max-width:768px){.gallery-track .gallery-link,.gallery-track .gallery-item{width:200px}.gallery-arrow{width:40px;height:40px}.gallery-arrow.gallery-arrow-prev{left:.5rem}.gallery-arrow.gallery-arrow-next{right:.5rem}}@media(max-width:520px){.gallery-track{gap:.75rem}.gallery-track .gallery-link,.gallery-track .gallery-item{width:145px}.gallery-arrow{width:34px;height:34px}.gallery-arrow svg{width:16px;height:16px}.gallery-arrow.gallery-arrow-prev{left:.25rem}.gallery-arrow.gallery-arrow-next{right:.25rem}}.gallery-item{border-radius:var(--radius-md);overflow:hidden;aspect-ratio:1;background:linear-gradient(135deg,var(--cream),var(--rose-light));position:relative;cursor:pointer;box-shadow:var(--shadow-soft);transition:all .5s var(--ease)}img.gallery-item,.gallery-item.gallery-img{display:block;object-fit:cover;object-position:center;width:100%;height:100%}.gallery-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium)}.gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(137,78,80,0));transition:background .4s var(--ease)}.gallery-item:hover:after{background:linear-gradient(180deg,transparent 30%,rgba(137,78,80,.25))}.testimonials-slider{position:relative;overflow:hidden;width:100%}.testimonials-track{display:flex;transition:transform .6s var(--ease)}.testimonial-card{flex:0 0 100%;width:100%;padding:.5rem 1.75rem;text-align:center;box-sizing:border-box}.testimonial-quote{font-family:DM Sans,sans-serif;font-size:.92rem;font-style:italic;font-weight:300;color:var(--charcoal);line-height:1.5;margin-bottom:.55rem;padding-top:.35rem;position:relative;max-width:640px;margin-left:auto;margin-right:auto}.testimonial-quote:before{content:"“";font-family:Playfair Display,serif;font-size:1.8rem;color:var(--rose);opacity:.55;position:absolute;top:-.35rem;left:50%;transform:translate(-50%);line-height:1}.testimonial-source{font-size:.74rem;color:var(--grey);margin-top:.1rem}.testimonial-stars{color:var(--taupe);margin-bottom:.25rem;font-size:.88rem}.slider-dots{display:flex;justify-content:center;gap:.45rem;margin-top:.6rem}.slider-dot{width:9px;height:9px;border-radius:50%;background:var(--rose-light);transition:all .35s var(--ease);cursor:pointer;border:none}.slider-dot.active{background:var(--bordeaux);width:32px;border-radius:5px}.location-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:start}.location-grid-3{display:grid;grid-template-columns:.85fr .9fr 1.05fr;gap:1.5rem;align-items:center;max-width:1100px;margin:0 auto}.location-col{font-size:.92rem;color:var(--charcoal)}.location-col-title{display:flex;align-items:center;gap:.5rem;font-size:1.05rem;margin:0 0 1rem;color:var(--bordeaux)}.location-col-title svg{color:var(--bordeaux)}.map-container{border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4/3;background:var(--cream);box-shadow:var(--shadow-medium)}.map-container-sm{aspect-ratio:1/1;max-width:220px;width:100%}.map-container iframe{width:100%;height:100%;border:0}.map-consent{width:100%;height:100%;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;padding:1.25rem;text-align:center;background:linear-gradient(135deg,#ffffffd1,#f7e8e5e0),url(/assets/img/salon/salon-pedicure-md.jpg) center/cover}.map-consent p{max-width:28rem;margin:0;color:var(--charcoal);font-size:.9rem}.map-consent .btn{min-width:0}.location-info h3{margin-bottom:1.75rem}.info-item{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:.85rem;font-size:.92rem;color:var(--charcoal);line-height:1.45}.info-item svg{flex-shrink:0;color:var(--bordeaux);margin-top:2px}.info-item a:hover{color:var(--bordeaux)}.hours-table{width:100%;font-size:.9rem}.hours-table td{padding:.28rem 0}.hours-table td:first-child{font-weight:600;color:var(--bordeaux)}.cta-banner{background:linear-gradient(135deg,var(--bordeaux) 0%,var(--taupe-mid) 60%,var(--taupe) 100%);text-align:center;padding:5rem 1.5rem;position:relative;overflow:hidden}.cta-banner h2{color:var(--white);margin-bottom:1rem}.cta-banner p{color:#ffffffe0;margin-bottom:2.2rem;font-size:1.05rem;max-width:560px;margin-left:auto;margin-right:auto}.cta-banner .btn-primary{background:var(--white);color:var(--bordeaux)}.cta-banner .btn-primary:hover{background:var(--cream);color:var(--bordeaux-dark)}@media(max-width:640px){.cta-banner{padding:2.5rem 1.25rem}.cta-banner h2{font-size:1.3rem;margin-bottom:.45rem}.cta-banner p{font-size:.88rem;margin-bottom:1.25rem}.cta-banner .btn{padding:.55rem 1rem;font-size:.82rem}.cta-banner .container>div{gap:.6rem}}.brands-row{display:flex;align-items:center;justify-content:center;gap:3.5rem;flex-wrap:wrap}.brand-item{font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700;color:var(--bordeaux);opacity:.92;transition:all .4s var(--ease);letter-spacing:.18em;text-transform:uppercase}.brand-item:hover{opacity:1;color:var(--bordeaux);transform:translateY(-2px)}.form-input,.form-textarea{width:100%;padding:.9rem 0;font-family:DM Sans,sans-serif;font-size:1rem;color:var(--charcoal);background:transparent;border:none;border-bottom:1.5px solid var(--rose-light);transition:border-color .4s var(--ease);outline:none}.form-input::placeholder,.form-textarea::placeholder{color:var(--grey-light);font-weight:300}.form-input:focus,.form-textarea:focus{border-bottom-color:var(--taupe)}.form-textarea{resize:vertical;min-height:120px}.form-label{font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--taupe);display:block;margin-bottom:.4rem}.reveal,.reveal.visible{opacity:1;transform:none}.reveal-delay-1,.reveal-delay-2,.reveal-delay-3{transition-delay:0s}section[class*=page-hero]{height:520px;min-height:520px;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;overflow:hidden}@media(max-width:768px){section[class*=page-hero]{height:auto;min-height:380px;overflow:visible}}@media(max-width:1280px){.services-grid{gap:1.25rem}.service-arch{width:180px;height:235px;border-radius:90px 90px 10px 10px;margin-bottom:1.1rem}.service-card h3{font-size:1.05rem}.service-card p{font-size:.85rem;max-width:200px}.section{padding:3.5rem 1.5rem}.hero{padding:8rem 1.5rem 4rem}.section-desc{font-size:1rem;margin-bottom:2.25rem}}@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}.services-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;row-gap:1.25rem;max-width:520px;margin:0 auto}.services-grid .service-card:nth-child(1),.services-grid .service-card:nth-child(2),.services-grid .service-card:nth-child(3),.services-grid .service-card:nth-child(4),.services-grid .service-card:nth-child(5){grid-column:auto}.service-arch{width:120px;height:155px;border-radius:60px 60px 8px 8px;margin-bottom:.7rem}.service-card h3{font-size:.9rem;margin-bottom:.3rem}.service-card p{font-size:.75rem;max-width:150px;margin-bottom:.6rem;line-height:1.45}.service-card .btn{font-size:.88rem;padding:.5rem 1rem}.welcome-grid{gap:3rem}.section{padding:2.75rem 1.25rem}.hero{padding:6.5rem 1.25rem 3.5rem}.section-desc{font-size:.9rem;margin-bottom:1.75rem}}@media(max-width:1023px){.hamburger{display:flex;order:-1}.nav,.header-cta{display:none}}@media(max-width:768px){.header{padding:.8rem 1rem}.header.scrolled{padding:.9rem 1rem}.logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);flex:0 0 auto;justify-content:center;pointer-events:auto}.logo-img{height:44px;width:44px}.header.scrolled .logo-img{height:56px;width:56px}.logo-name{font-size:1.05rem}.logo-sub{font-size:.52rem}.hero{min-height:90vh;padding:7rem 1.25rem 4rem}.section{padding:3rem 1.25rem}.welcome-grid{grid-template-columns:1fr;gap:2.5rem}.welcome-img{max-height:380px}.services-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.service-card{padding:0}.service-arch{width:170px;height:220px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:.85rem}}@media(max-width:640px){.services-grid{grid-template-columns:repeat(6,1fr);gap:.5rem;row-gap:1.25rem;max-width:100%}.services-grid .service-card:nth-child(1){grid-column:1 / 3}.services-grid .service-card:nth-child(2){grid-column:3 / 5}.services-grid .service-card:nth-child(3){grid-column:5 / 7}.services-grid .service-card:nth-child(4){grid-column:2 / 4}.services-grid .service-card:nth-child(5){grid-column:4 / 6}.services-grid .service-arch{width:110px;height:143px;border-radius:55px 55px 6px 6px}.service-card h3{font-size:.95rem;margin-bottom:.3rem}.service-card .btn{font-size:.95rem;padding:.45rem .85rem}.section-services .service-arch-flip{position:relative;perspective:1000px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transition:transform .65s var(--ease);margin:0 auto .6rem;-webkit-tap-highlight-color:transparent;cursor:pointer}.section-services .service-card.flipped .service-arch-flip{transform:rotateY(180deg)}.section-services .service-arch,.section-services .service-arch-back{backface-visibility:hidden;-webkit-backface-visibility:hidden}.section-services .service-arch-back{position:absolute;inset:0;width:100%;max-width:none;transform:rotateY(180deg);background:linear-gradient(135deg,var(--cream) 0%,var(--white) 100%);border:1px solid rgba(137,78,80,.18);border-radius:55px 55px 6px 6px;padding:1.6rem .55rem .6rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #894e5026;opacity:1;visibility:visible;pointer-events:none;transition:none}.section-services .service-arch-back p{font-size:.7rem;line-height:1.35;max-width:none;text-align:center;margin:0}.section-services .service-arch-back .desc-desktop{display:none}.section-services .service-arch-back .desc-mobile{display:block}.section-services .service-card.flipped .service-arch-back{pointer-events:auto}.section-services .service-card:hover .service-arch-back,.section-services .service-card:focus-within .service-arch-back{transform:rotateY(180deg);transition:none}.location-grid{grid-template-columns:1fr;gap:2.5rem}.location-grid-3{grid-template-columns:1fr;gap:1.75rem;align-items:stretch;max-width:440px}.map-container-sm{aspect-ratio:16 / 10;max-width:none;width:100%}.location-col{background:var(--cream);border:1px solid rgba(137,78,80,.08);border-radius:var(--radius-md);padding:1.1rem 1.15rem;font-size:.92rem}.location-col-title{font-size:1rem;margin-bottom:.75rem;padding-bottom:.6rem;border-bottom:1px solid rgba(201,163,94,.25)}.hours-table{font-size:.9rem}.hours-table td{padding:.28rem 0}.hours-table td:last-child{text-align:right;color:var(--charcoal)}.info-item{font-size:.9rem;margin-bottom:.7rem;gap:.6rem;line-height:1.45}.info-item:last-child{margin-bottom:0}.info-item svg,.location-col-title svg{width:16px;height:16px;flex-shrink:0}.footer-grid{grid-template-columns:1fr 1fr;gap:1.75rem 1.5rem}.footer-bottom{flex-direction:column;text-align:center}.testimonial-card{padding:.75rem .75rem .5rem}.testimonial-quote{font-size:.95rem;padding-top:.5rem}}@media(max-width:480px){.hero{height:auto;min-height:100dvh;padding:5.5rem 1.25rem 3.25rem}.hero h1{font-size:clamp(2.2rem,9.5vw,2.9rem);margin-bottom:.65rem}.hero .subtitle{font-size:.78rem;letter-spacing:.14em;line-height:1.5;margin-bottom:1.5rem}.hero-buttons{flex-direction:column;align-items:stretch;width:100%;max-width:320px;margin:0 auto}.hero-buttons .btn{width:100%;min-height:48px;padding:.95rem 1.6rem;font-size:.95rem}.gallery-grid{grid-template-columns:1fr 1fr;gap:.6rem}.hero-badges{gap:.5rem;margin-top:1.5rem}.hero-badge{font-size:.74rem;padding:.55rem .95rem}.location-grid-3{gap:1.25rem;max-width:100%}.location-col{padding:1rem}.footer-grid{grid-template-columns:1fr 1fr;gap:1.75rem 1.5rem;padding:0 .25rem}.footer-brand{grid-column:1 / -1}.footer-grid>:nth-child(4){grid-column:1 / -1}.footer-links h4,.footer-contact h4,.footer-grid>:nth-child(4) h4{font-size:.95rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(201,163,94,.22)}.footer-links a{font-size:.82rem;padding:.18rem 0}.footer-contact p{font-size:.8rem;margin-bottom:.55rem;line-height:1.4;gap:.45rem;word-break:break-word}.footer-contact p svg{width:12px;height:12px;flex-shrink:0;margin-top:2px}.footer-contact a{word-break:break-all}.footer-social{justify-content:flex-start;gap:.75rem}}.legal-content{max-width:min(70ch,820px);margin:0 auto}.legal-content h2{color:var(--bordeaux);margin-top:3rem;margin-bottom:1rem;padding-bottom:.65rem;border-bottom:1.5px solid var(--rose-light);font-family:DM Sans,sans-serif;font-weight:600;font-size:clamp(1.4rem,2.5vw,1.8rem);letter-spacing:-.01em}.legal-content h2:first-child{margin-top:0}.legal-content h3{color:var(--bordeaux-dark);margin-top:2rem;margin-bottom:.85rem;font-size:1.05rem;font-weight:700;letter-spacing:.01em;text-transform:none}.legal-content p{margin-bottom:.85rem;font-size:.96rem;line-height:1.75;color:var(--charcoal)}.legal-content ul,.legal-content ol{margin:.85rem 0 1.4rem 1.5rem;font-size:.95rem;line-height:1.75}.legal-content li{margin-bottom:.5rem}.legal-content{font-variant-numeric:tabular-nums}.legal-content a{color:var(--bordeaux);font-weight:500;border-bottom:1px solid var(--rose-light)}.legal-content a:hover{color:var(--bordeaux-dark);border-bottom-color:var(--bordeaux)}.legal-encadre{background:color-mix(in oklch,var(--cream) 70%,var(--rose-light) 30%);border:1px solid var(--rose-light);border-radius:var(--radius-md);padding:1.4rem 1.6rem;margin:1.75rem 0;font-size:.92rem}.legal-encadre p{margin-bottom:.6rem}.legal-encadre ol{margin:.5rem 0 .75rem 1.5rem}.legal-encadre li{margin-bottom:.35rem}.legal-table{width:100%;border-collapse:collapse;margin:1.2rem 0 1.6rem;font-size:.92rem}.legal-table th,.legal-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--rose-light)}.legal-table th{background:var(--cream);font-family:DM Sans,sans-serif;font-weight:600;color:var(--bordeaux);letter-spacing:.02em}.legal-table tr:hover td{background:var(--cream-soft)}.legal-list{list-style:none;margin-left:0!important;padding-left:0}.legal-list li{padding-left:1.6rem;position:relative}.legal-list li:before{content:"";position:absolute;left:0;top:.65rem;width:8px;height:8px;background:var(--taupe);border-radius:50%}.cart-toggle{position:relative;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:transparent;color:var(--charcoal);transition:all .35s var(--ease);margin-left:.5rem;cursor:pointer}.cart-toggle:hover{background:var(--cream);color:var(--bordeaux)}.cart-badge{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 5px;background:var(--bordeaux);color:var(--white);border-radius:var(--radius-pill);font-size:.68rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.cart-overlay{display:none;position:fixed;inset:0;background:#2d292673;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:10010}.cart-overlay.show{display:block}.cart-drawer{position:fixed;top:0;right:-100%;width:400px;max-width:100vw;height:100vh;height:100dvh;background:var(--white);box-shadow:-8px 0 30px #894e5026;z-index:10011;display:flex;flex-direction:column;transition:right .45s var(--ease)}.cart-drawer.open{right:0}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 1.75rem;border-bottom:1px solid var(--rose-light);background:var(--cream-soft)}.cart-drawer-header h3{font-size:1.15rem;margin:0;color:var(--bordeaux)}.cart-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:var(--grey);transition:all .3s var(--ease);cursor:pointer}.cart-close:hover{background:var(--rose-light);color:var(--bordeaux)}.cart-drawer-body{flex:1;overflow-y:auto;padding:1.25rem 1.75rem}.cart-empty{text-align:center;padding:3.5rem 1rem}.cart-empty svg{margin-bottom:1.2rem;color:var(--rose)}.cart-empty p{color:var(--grey);margin-bottom:1.75rem;font-size:.95rem}.cart-item{display:flex;flex-direction:column;gap:.6rem;padding:1.2rem 0;border-bottom:1px solid var(--cream)}.cart-item:last-child{border-bottom:none}.cart-item-info{display:flex;justify-content:space-between;align-items:flex-start;gap:.85rem}.cart-item-name{font-family:DM Sans,sans-serif;font-weight:500;font-size:.92rem;color:var(--charcoal);flex:1;line-height:1.5}.cart-item-price{font-family:DM Sans,sans-serif;font-weight:700;color:var(--bordeaux);font-size:.98rem;white-space:nowrap}.cart-item-actions{display:flex;align-items:center;gap:.6rem}.cart-qty-btn{width:30px;height:30px;border-radius:8px;border:1.5px solid var(--rose);background:var(--white);color:var(--bordeaux);font-size:1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s var(--ease)}.cart-qty-btn:hover{border-color:var(--bordeaux);background:var(--cream)}.cart-qty{min-width:26px;text-align:center;font-weight:600;font-size:.92rem;color:var(--charcoal)}.cart-remove{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;color:var(--grey);margin-left:auto;cursor:pointer;transition:all .25s var(--ease)}.cart-remove:hover{background:var(--rose-light);color:var(--bordeaux)}.cart-drawer-footer{padding:1.4rem 1.75rem;border-top:1px solid var(--rose-light);background:var(--cream-soft)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}.cart-total span:first-child{font-family:DM Sans,sans-serif;font-weight:600;font-size:.95rem;color:var(--charcoal)}.cart-total-price{font-family:DM Sans,sans-serif;font-size:1.4rem;font-weight:700;color:var(--bordeaux)}.cart-cgv{display:flex;align-items:flex-start;gap:.55rem;margin-bottom:1.2rem;font-size:.78rem;color:var(--grey);cursor:pointer;line-height:1.5}.cart-cgv input[type=checkbox]{margin-top:2px;accent-color:var(--bordeaux);width:16px;height:16px;flex-shrink:0}.cart-cgv a{color:var(--bordeaux);text-decoration:underline}.cart-cgv a:hover{color:var(--bordeaux-dark)}.cart-checkout:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.btn-add-cart{padding:.5rem 1.1rem;font-size:.74rem;font-family:DM Sans,sans-serif;font-weight:500;letter-spacing:.08em;text-transform:uppercase;border:1.5px solid var(--bordeaux);color:var(--bordeaux);background:#ffffffb3;border-radius:var(--radius-pill);cursor:pointer;transition:all .4s var(--ease);display:inline-flex;align-items:center;gap:.35rem}.btn-add-cart:hover{background:var(--bordeaux);color:var(--white);transform:translateY(-2px);box-shadow:0 8px 18px #894e5038}.product-compliance{display:flex;align-items:center;gap:.5rem;margin-top:.6rem;padding-top:.6rem;border-top:1px solid var(--cream);font-size:.7rem;color:var(--grey)}.product-compliance .triman{width:20px;height:20px;flex-shrink:0}#tarteaucitronRoot #tarteaucitronAlertBig{background:var(--charcoal)!important;border-radius:var(--radius-md)!important;box-shadow:0 -8px 32px #2d292633!important;font-family:DM Sans,sans-serif!important}#tarteaucitronRoot #tarteaucitronPersonalize,#tarteaucitronRoot #tarteaucitronAllDenied2{background:transparent!important;color:var(--gold)!important;border:1.5px solid var(--gold)!important;border-radius:var(--radius-pill)!important;font-family:DM Sans,sans-serif!important;font-weight:600!important}#tarteaucitronRoot #tarteaucitronCloseAlert{background:var(--gold)!important;color:var(--charcoal)!important;border-radius:var(--radius-pill)!important;font-family:DM Sans,sans-serif!important;font-weight:600!important}#tarteaucitronRoot{position:relative;z-index:2147483646}#tarteaucitronRoot #tarteaucitronAlertBig,#tarteaucitronRoot #tarteaucitronAlertSmall,#tarteaucitronRoot #tarteaucitronIcon{z-index:2147483647!important}@media(max-width:768px){.cart-drawer{width:100%}.cart-toggle{margin-left:0}}@media(max-width:480px){.cart-drawer-footer{padding:1.1rem}.cart-item-info{flex-direction:column;gap:.3rem}}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.75rem}@media(min-width:1280px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background:var(--white);border-radius:14px;overflow:hidden;box-shadow:0 2px 10px #0000000a;transition:all .35s cubic-bezier(.4,0,.2,1);cursor:pointer;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #b46e6e26}.product-card .product-img{aspect-ratio:1;background-color:#fff;background-size:contain;background-position:center;background-repeat:no-repeat;position:relative;border-bottom:1px solid #f3f3f3}.product-badge{position:absolute;top:.75rem;left:.75rem;background:var(--gold);color:var(--white);font-size:.7rem;font-weight:700;text-transform:uppercase;padding:.3rem .6rem;border-radius:4px;letter-spacing:.05em}.product-badge--bestseller{background:var(--bordeaux)}.product-badge--nouveau{background:var(--gold)}.product-card .product-body{padding:1rem 1rem 1.25rem;display:flex;flex-direction:column;gap:.35rem;flex:1}.product-card .product-marque{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--gold);font-weight:600;margin:0}.product-card .product-title{font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;color:var(--bordeaux-dark);margin:0;line-height:1.3}.product-card .product-format{font-size:.78rem;color:var(--grey);margin:0}.product-card .product-price{font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700;color:var(--bordeaux);margin-top:auto;padding-top:.5rem}.products-empty{text-align:center;padding:3rem 1rem;color:var(--grey)}.products-empty p{margin-bottom:1rem}.product-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem}.product-modal[hidden]{display:none}.product-modal-overlay{position:absolute;inset:0;background:#28141e99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.product-modal-content{position:relative;background:var(--white);border-radius:20px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 30px 80px #0000004d;animation:modalSlideUp .4s cubic-bezier(.4,0,.2,1)}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-modal-close{position:absolute;top:1rem;right:1rem;background:var(--white);border:1px solid var(--rose-mid);width:36px;height:36px;border-radius:50%;font-size:1.4rem;color:var(--bordeaux);cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;line-height:1}.product-modal-close:hover{background:var(--bordeaux);color:var(--white)}.product-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.product-modal-media{background:#fff;display:flex;align-items:center;justify-content:center;padding:2.5rem;min-height:380px}.product-modal-image{max-width:100%;max-height:380px;object-fit:contain}.product-modal-body{padding:2.5rem 2rem;display:flex;flex-direction:column;gap:.75rem}.product-modal-marque{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--gold);font-weight:700;margin:0}.product-modal-title{font-family:Playfair Display,serif;font-size:1.6rem;color:var(--bordeaux-dark);margin:0;line-height:1.2}.product-modal-format{font-size:.85rem;color:var(--grey);margin:0}.product-modal-price{font-family:Playfair Display,serif;font-size:1.6rem;color:var(--bordeaux);font-weight:700;margin:.5rem 0}.product-modal-fragrance{font-style:italic;color:var(--grey);font-size:.9rem;margin:0;border-left:3px solid var(--gold);padding-left:.75rem}.product-modal-description{font-size:.9rem;line-height:1.6;color:#333;margin:.5rem 0}.product-modal-inci{margin-top:.5rem;border-top:1px solid #f0f0f0;padding-top:.75rem}.product-modal-inci summary{font-size:.8rem;font-weight:600;color:var(--bordeaux);cursor:pointer;text-transform:uppercase;letter-spacing:.05em}.product-modal-inci p{font-size:.75rem;color:var(--grey);margin-top:.5rem;line-height:1.5}.product-modal-cta{margin-top:auto;padding-top:1rem}.product-modal-cta .btn{width:100%;justify-content:center;padding:.9rem 1.5rem}.product-modal-note{font-size:.7rem;color:var(--grey);text-align:center;margin-top:.6rem}@media(max-width:768px){.product-modal-grid{grid-template-columns:1fr}.product-modal-media{min-height:280px;padding:1.5rem}.product-modal-image{max-height:240px}.product-modal-body{padding:1.5rem}.product-modal-title{font-size:1.3rem}}.product-card-skeleton{background:var(--white);border-radius:14px;overflow:hidden;box-shadow:0 2px 10px #0000000a;display:flex;flex-direction:column;pointer-events:none}.product-card-skeleton .skeleton-img{aspect-ratio:1;background:linear-gradient(90deg,var(--rose-light) 0%,var(--cream) 50%,var(--rose-light) 100%);background-size:200% 100%;animation:skeletonPulse 1.5s ease-in-out infinite}.product-card-skeleton .skeleton-body{padding:1rem 1rem 1.25rem;display:flex;flex-direction:column;gap:.5rem}.product-card-skeleton .skeleton-line{height:.75rem;border-radius:4px;background:linear-gradient(90deg,var(--rose-light) 0%,var(--cream) 50%,var(--rose-light) 100%);background-size:200% 100%;animation:skeletonPulse 1.5s ease-in-out infinite}.product-card-skeleton .skeleton-line.short{width:40%;height:.6rem}.product-card-skeleton .skeleton-line.title{width:85%;height:.9rem;margin-top:.25rem}.product-card-skeleton .skeleton-line.price{width:55%;height:1rem;margin-top:.5rem}@keyframes skeletonPulse{0%{background-position:200% 0;opacity:.85}50%{opacity:1}to{background-position:-200% 0;opacity:.85}}.shop-filter .shop-filter-count,.shop-filter-marque .shop-filter-count{display:inline;opacity:.65;font-weight:500;margin-left:.3em}.shop-filter.is-empty,.shop-filter-marque.is-empty{opacity:.35;cursor:not-allowed}.shop-sort{display:flex;align-items:center;gap:.5rem;min-width:190px}.shop-sort label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--grey);font-weight:600;white-space:nowrap}.shop-sort select{flex:1;padding:.55rem 2rem .55rem .9rem;border-radius:50px;border:1px solid var(--rose-mid);background:var(--white);color:var(--bordeaux);font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:600;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23894E50' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .9rem center;transition:border-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)}.shop-sort select:hover{border-color:var(--bordeaux)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.product-card:hover,.product-card:hover .product-img-wrapper img{transform:none}.product-card-skeleton .skeleton-img,.product-card-skeleton .skeleton-line{animation:none;background:var(--rose-light)}.product-modal-content{animation:none}}.product-card:focus-visible,.shop-filter:focus-visible,.shop-filter-marque:focus-visible,.shop-sort select:focus-visible,.shop-search input:focus-visible,.product-modal-close:focus-visible,.product-modal-nav:focus-visible,#shop-reset-btn:focus-visible,.shop-mobile-toggle:focus-visible,.shop-drawer-close:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:14px}.shop-filter:focus-visible,.shop-filter-marque:focus-visible,.shop-sort select:focus-visible,.shop-search input:focus-visible,#shop-reset-btn:focus-visible{border-radius:50px}.product-modal-close:focus-visible,.product-modal-nav:focus-visible{border-radius:50%}.product-card .product-img-wrapper{position:relative;overflow:hidden;aspect-ratio:1;background-color:#fff;border-bottom:1px solid #f3f3f3}.product-card .product-img-wrapper .product-img{position:absolute;inset:0;aspect-ratio:auto;border-bottom:none;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-img-wrapper .product-img:not(.placeholder){transform:scale(1.05)}.product-card:hover .product-img-wrapper .product-img.placeholder{transform:none}.product-modal-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:var(--white);border:1px solid var(--rose-mid);color:var(--bordeaux);font-size:1.6rem;font-family:DM Sans,sans-serif;cursor:pointer;z-index:3;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 4px 16px #00000026;transition:background .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1)}.product-modal-nav:hover{background:var(--bordeaux);color:var(--white);transform:translateY(-50%) scale(1.05)}.product-modal-nav-prev{left:-24px}.product-modal-nav-next{right:-24px}.product-modal-nav span{display:inline-block;line-height:.8;padding-bottom:3px}.product-card mark,.product-modal-title mark{background:var(--gold-light);color:var(--bordeaux-dark);padding:0 .15em;border-radius:3px;font-weight:700}.shop-mobile-toggle{display:none;width:100%;padding:.9rem 1.2rem;border-radius:50px;border:1.5px solid var(--bordeaux);background:var(--white);color:var(--bordeaux);font-family:DM Sans,sans-serif;font-weight:600;font-size:.9rem;cursor:pointer;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem;min-height:44px}.shop-mobile-toggle svg{flex-shrink:0}.shop-drawer-overlay{position:fixed;inset:0;background:#28141e8c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:9997;opacity:0;pointer-events:none;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.shop-drawer-overlay.is-open{opacity:1;pointer-events:auto}.shop-drawer{position:fixed;top:0;left:0;height:100vh;height:100dvh;width:85vw;width:min(85vw,360px);background:var(--white);z-index:9998;box-shadow:4px 0 24px #0003;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow-y:auto;padding:4rem 1.5rem 1.5rem}.shop-drawer.is-open{transform:translate(0)}.shop-drawer-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border-radius:50%;background:var(--white);border:1px solid var(--rose-mid);color:var(--bordeaux);font-size:1.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}@media(max-width:768px){.shop-mobile-toggle{display:flex}.shop-filter-group{flex-direction:column;align-items:stretch}.shop-filter,.shop-filter-marque{text-align:left;min-height:44px;padding:.7rem 1.2rem}.shop-sort{width:100%}.shop-sort select,.shop-search input{min-height:44px}.product-modal-nav{width:40px;height:40px;font-size:1.3rem}.product-modal-nav-prev{left:4px}.product-modal-nav-next{right:4px}}.shop-filter,.shop-filter-marque{min-height:36px}@media(max-width:768px){.shop-filter,.shop-filter-marque,.product-card{min-height:44px}}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:2.5rem;max-width:1100px;margin:0 auto}.team-card{text-align:center;cursor:pointer;padding:.5rem;border-radius:16px;transition:transform .35s cubic-bezier(.4,0,.2,1)}.team-card:hover{transform:translateY(-4px)}.team-card:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.team-photo{width:200px;height:200px;aspect-ratio:1 / 1;border-radius:50%;margin:0 auto 1.25rem;position:relative;overflow:hidden;padding:3px;border:3px solid transparent;background-image:linear-gradient(var(--white),var(--white)),linear-gradient(135deg,var(--gold) 0%,var(--rose-mid) 100%);background-origin:border-box;background-clip:content-box,border-box;transition:background-image .35s cubic-bezier(.4,0,.2,1)}.team-photo-inner{width:100%;height:100%;border-radius:50%;background-size:cover;background-position:center;background-repeat:no-repeat;transition:transform .5s cubic-bezier(.4,0,.2,1)}.team-card:hover .team-photo-inner{transform:scale(1.05)}.team-card:hover .team-photo{background-image:linear-gradient(var(--white),var(--white)),linear-gradient(135deg,var(--bordeaux) 0%,var(--rose-mid) 100%)}.team-card h3{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;color:var(--bordeaux-dark);margin:0 0 .35rem;line-height:1.2}.team-card .team-role{font-family:DM Sans,sans-serif;font-size:.78rem;color:var(--gold);font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .75rem}.team-card .team-specialites{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:center;margin-top:.5rem}.team-card .team-specialite{background:var(--rose-light);color:var(--bordeaux-dark);font-size:.7rem;padding:.25rem .7rem;border-radius:999px;font-weight:500}@media(max-width:1024px){.team-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:520px){.team-grid{grid-template-columns:1fr}.team-photo{width:180px;height:180px}}.team-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem}.team-modal[hidden]{display:none}.team-modal-overlay{position:absolute;inset:0;background:#28141e99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.team-modal-content{position:relative;background:var(--white);border-radius:20px;max-width:820px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 30px 80px #0000004d;animation:modalSlideUp .4s cubic-bezier(.4,0,.2,1)}.team-modal-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border-radius:50%;background:#fffffff2;color:var(--bordeaux);font-size:1.6rem;line-height:1;z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a;transition:all .25s}.team-modal-close:hover{background:var(--bordeaux);color:var(--white)}.team-modal-close:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:50%}.team-modal-grid{display:grid;grid-template-columns:1fr 1.2fr;min-height:420px}.team-modal-media{background:linear-gradient(135deg,var(--rose-light) 0%,var(--rose) 100%);display:flex;align-items:center;justify-content:center;padding:2rem}.team-modal-image{width:100%;max-width:320px;aspect-ratio:1 / 1;border-radius:50%;object-fit:cover;box-shadow:0 12px 32px #783c3c40;border:4px solid var(--white)}.team-modal-body{padding:2.5rem 2rem;display:flex;flex-direction:column;gap:.75rem}.team-modal-role{font-family:DM Sans,sans-serif;font-size:.78rem;color:var(--gold);font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin:0}.team-modal-title{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:var(--bordeaux-dark);margin:0 0 .5rem;line-height:1.15}.team-modal-bio{color:var(--grey);font-size:.95rem;line-height:1.65}.team-modal-bio p{margin:0 0 .75rem}.team-modal-specialites{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.team-modal-specialites .team-specialite{background:var(--rose-light);color:var(--bordeaux-dark);font-size:.75rem;padding:.3rem .8rem;border-radius:999px;font-weight:500}.team-modal-instagram{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.7rem 1.2rem;background:var(--bordeaux);color:var(--white);border-radius:999px;text-decoration:none;font-size:.85rem;font-weight:600;align-self:flex-start;transition:background .25s}.team-modal-instagram:hover{background:var(--bordeaux-dark)}.team-modal-instagram:focus-visible{outline:2px solid var(--gold);outline-offset:2px}@media(max-width:768px){.team-modal-grid{grid-template-columns:1fr}.team-modal-media{min-height:280px;padding:1.5rem}.team-modal-image{max-width:220px}.team-modal-body{padding:1.5rem}.team-modal-title{font-size:1.5rem}}@media(prefers-reduced-motion:reduce){.team-card{transition:none}.team-card:hover,.team-card:hover .team-photo-inner{transform:none}.team-modal-content{animation:none}}.product-card .product-img.placeholder{background-image:linear-gradient(135deg,#fdf7f3,#f5e8e6,#eed6cc);display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Playfair Display,serif;color:var(--bordeaux-dark);font-size:1rem;text-align:center;padding:2rem 1.5rem;line-height:1.3;position:relative}.product-card .product-img.placeholder:before{content:"";display:block;width:44px;height:44px;margin-bottom:.75rem;background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.45;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b78b63' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M12 2c1.8 3.2 5 6 5 10a5 5 0 0 1-10 0c0-4 3.2-6.8 5-10z'/></svg>")}.product-card .product-img.placeholder .placeholder-name{font-family:Playfair Display,serif;font-style:normal;font-weight:600;font-size:.95rem;color:var(--bordeaux-dark);margin:0}.product-card .product-img.placeholder .placeholder-format{font-family:DM Sans,sans-serif;font-size:.7rem;color:var(--gold);text-transform:uppercase;letter-spacing:.08em;margin-top:.3rem;font-weight:600}.product-card .product-img{border-bottom:1px solid #f0e8e5}.shop-nav{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.25rem 2rem;padding:0;margin:0}.shop-nav-cats{display:flex;align-items:baseline;flex-wrap:wrap;gap:0 .5rem;flex:1 1 auto}.shop-nav-link{position:relative;padding:.35rem .1rem;background:transparent;border:0;cursor:pointer;font-family:DM Sans,sans-serif;font-size:.92rem;font-weight:500;color:var(--grey);letter-spacing:.01em;transition:color .2s ease}.shop-nav-link:hover{color:var(--bordeaux)}.shop-nav-link.active{color:var(--bordeaux-dark);font-weight:600}.shop-nav-link.active:after{content:"";position:absolute;left:.1rem;right:.1rem;bottom:0;height:1.5px;background:var(--bordeaux)}.shop-nav-link:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:3px}.shop-nav-sep{color:#d4c7c2;font-size:.9rem;padding:0 .15rem;user-select:none;pointer-events:none}.shop-nav-right{display:flex;align-items:center;gap:1.25rem;flex:0 0 auto}.shop-nav-search{display:inline-flex;align-items:center;gap:.4rem;color:var(--grey);border-bottom:1px solid transparent;padding:.35rem 0;transition:border-color .2s ease}.shop-nav-search:hover,.shop-nav-search:focus-within{border-bottom-color:var(--rose-mid)}.shop-nav-search svg{color:var(--grey);flex-shrink:0;opacity:.7}.shop-nav-search input{border:0;outline:0;background:transparent;font-family:DM Sans,sans-serif;font-size:.86rem;color:var(--bordeaux-dark);width:140px}.shop-nav-search input::placeholder{color:var(--grey);opacity:.7}.shop-nav-sort{display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;color:var(--grey);position:relative}.shop-nav-sort select{appearance:none;-webkit-appearance:none;background:transparent;border:0;padding:.35rem .15rem .35rem 0;font-family:DM Sans,sans-serif;font-size:.86rem;font-weight:500;color:var(--grey);cursor:pointer;outline:0}.shop-nav-sort select:hover,.shop-nav-sort:hover{color:var(--bordeaux)}.shop-nav-sort select:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:3px}.shop-nav-sort svg{flex-shrink:0;opacity:.7;transition:transform .2s ease}.shop-nav-sort:hover svg{transform:translateY(1px)}@media(max-width:720px){.shop-nav{flex-direction:column;align-items:stretch;gap:1rem;padding-bottom:1.25rem}.shop-nav-cats{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:0 .35rem;padding-bottom:.25rem}.shop-nav-cats::-webkit-scrollbar{display:none}.shop-nav-link{white-space:nowrap;font-size:.88rem;flex-shrink:0}.shop-nav-sep{flex-shrink:0}.shop-nav-right{justify-content:space-between;width:100%}.shop-nav-search input{width:100%;flex:1}}@media(prefers-reduced-motion:reduce){.shop-nav-link,.shop-nav-search,.shop-nav-sort select,.shop-nav-sort svg{transition:none}}.section-team-hero{padding-top:2rem;padding-bottom:4rem}.container-wide{max-width:1400px;margin:0 auto;padding:0 1.5rem}.team-grid{display:none!important}.team-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;width:100%}.team-strip-card{position:relative;aspect-ratio:3 / 4;overflow:hidden;border-radius:12px;cursor:pointer;background:#faf5f2;transition:transform .5s cubic-bezier(.4,0,.2,1),box-shadow .5s cubic-bezier(.4,0,.2,1)}.team-strip-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #b46e6e2e}.team-strip-card:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.team-strip-photo{position:absolute;inset:0;background-size:cover;background-position:center top;transition:transform .7s cubic-bezier(.4,0,.2,1)}.team-strip-card:hover .team-strip-photo{transform:scale(1.05)}.team-strip-overlay{position:absolute;inset:0;background:linear-gradient(to top,#2a161cb8,#2a161c59,#2a161c00 60%);pointer-events:none}.team-strip-info{position:absolute;left:1.25rem;right:1.25rem;bottom:1.25rem;color:var(--white);pointer-events:none}.team-strip-info .team-strip-role{font-family:DM Sans,sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-light);margin:0 0 .35rem;opacity:.95}.team-strip-info .team-strip-name{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;color:var(--white);margin:0;line-height:1.15;text-shadow:0 2px 12px rgba(0,0,0,.35)}.team-strip-hint{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;background:#fffffff2;display:flex;align-items:center;justify-content:center;color:var(--bordeaux);opacity:0;transform:translateY(-4px);transition:opacity .3s ease,transform .3s ease}.team-strip-card:hover .team-strip-hint{opacity:1;transform:translateY(0)}@media(max-width:1024px){.team-strip{grid-template-columns:repeat(2,1fr);gap:.85rem}.team-strip-info .team-strip-name{font-size:1.3rem}}@media(max-width:560px){.team-strip{grid-template-columns:1fr}.team-strip-card{aspect-ratio:4 / 3}.team-strip-info .team-strip-name{font-size:1.4rem}}@media(prefers-reduced-motion:reduce){.team-strip-card,.team-strip-photo,.team-strip-hint{transition:none}.team-strip-card:hover,.team-strip-card:hover .team-strip-photo{transform:none}}.product-modal-content--v2{max-width:1100px;width:100%;max-height:92vh;padding:0;overflow:hidden;display:flex;flex-direction:column}.product-modal-content--v2 .product-modal-scroll{overflow-y:auto;overflow-x:hidden;padding:2.25rem 2.5rem 2.5rem;scroll-behavior:smooth}.product-modal-content--v2 .product-modal-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:start}.product-modal-content--v2 .product-modal-gallery{display:flex;flex-direction:column;gap:.85rem}.product-modal-content--v2 .product-modal-main-image{position:relative;background:#fff;border-radius:14px;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #f0e8e5}.product-modal-content--v2 .product-modal-main-image .product-modal-image{max-width:88%;max-height:88%;object-fit:contain;display:block}.product-modal-content--v2 .product-modal-image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--rose-mid);text-align:center;padding:1.5rem}.product-modal-content--v2 .product-modal-image-placeholder[hidden]{display:none}.product-modal-content--v2 .product-modal-image-placeholder p{margin:0;font-family:Playfair Display,serif;font-size:1rem;color:var(--bordeaux-dark)}.product-modal-content--v2 .product-modal-thumbs{display:flex;flex-direction:row;gap:.6rem;overflow-x:auto;padding:.25rem .1rem .5rem;scrollbar-width:thin}.product-modal-content--v2 .product-modal-thumbs:empty{display:none}.product-modal-content--v2 .product-modal-thumb{flex:0 0 auto;width:60px;height:60px;border-radius:10px;border:2px solid transparent;background-color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;cursor:pointer;padding:0;transition:border-color .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1)}.product-modal-content--v2 .product-modal-thumb:hover{transform:translateY(-2px)}.product-modal-content--v2 .product-modal-thumb.active{border-color:var(--bordeaux)}.product-modal-content--v2 .product-modal-thumb:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:10px}.product-modal-content--v2 .product-modal-details{display:flex;flex-direction:column;gap:.75rem;min-width:0}.product-modal-content--v2 .product-modal-marque{font-size:.62rem;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);font-weight:700;margin:0}.product-modal-content--v2 .product-modal-title{font-family:Playfair Display,serif;font-size:1.75rem;color:var(--bordeaux-dark);margin:0;line-height:1.2}.product-modal-content--v2 .product-modal-format{font-size:.85rem;color:var(--grey);margin:0}.product-modal-content--v2 .product-modal-format:empty{display:none}.product-modal-content--v2 .product-modal-price{font-family:Playfair Display,serif;font-size:1.8rem;color:var(--bordeaux);font-weight:700;margin:.25rem 0 .5rem;line-height:1}.product-modal-content--v2 .product-modal-punchline{font-family:DM Sans,sans-serif;font-size:.95rem;line-height:1.5;color:#3a2a2c;margin:0}.product-modal-content--v2 .product-modal-punchline:empty{display:none}.product-modal-content--v2 .product-modal-trust{display:flex;align-items:center;gap:.55rem;padding:.65rem 1rem;background:var(--rose-light);border-left:3px solid var(--bordeaux);border-radius:0 8px 8px 0;color:var(--bordeaux-dark);font-size:.82rem;font-weight:600;margin:.25rem 0}.product-modal-content--v2 .product-modal-trust svg{flex:0 0 auto;color:var(--bordeaux)}.product-modal-content--v2 .product-modal-cta{margin-top:.75rem;padding-top:0}.product-modal-content--v2 .product-modal-cta .btn-full{width:100%;padding:1rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;border-radius:50px;text-align:center;line-height:1.2}.product-modal-content--v2 .product-modal-cta .btn-full svg{margin-bottom:.25rem}.product-modal-content--v2 .product-modal-cta .btn-main{font-size:.95rem;font-weight:600}.product-modal-content--v2 .product-modal-cta .btn-sub{font-size:.62rem;font-weight:400;opacity:.85;letter-spacing:.02em}.product-modal-content--v2 .product-modal-note{font-size:.62rem;color:var(--grey-light);text-align:center;margin-top:.65rem}.product-modal-content--v2 .product-modal-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #f0e8e5}.product-modal-content--v2 .product-modal-section-title{font-family:Playfair Display,serif;font-size:1.15rem;color:var(--bordeaux-dark);margin:0 0 .85rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.product-modal-content--v2 .product-modal-description{font-family:DM Sans,sans-serif;font-size:.92rem;line-height:1.7;color:#3a2a2c;margin:0}.product-modal-content--v2 .product-modal-description p{margin:0 0 .85rem}.product-modal-content--v2 .product-modal-description p:last-child{margin-bottom:0}.product-modal-content--v2 .product-modal-description:empty:before{content:"Description disponible en boutique.";color:var(--grey-light);font-style:italic}.product-modal-content--v2 .product-modal-fragrance{margin:1.25rem 0 0;padding:1rem 1.25rem;background:#fdf7f3;border-left:3px solid var(--gold);border-radius:0 8px 8px 0;font-style:normal;display:flex;flex-direction:column;gap:.35rem}.product-modal-content--v2 .product-modal-fragrance[hidden]{display:none}.product-modal-content--v2 .product-modal-fragrance-label{font-family:DM Sans,sans-serif;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);font-weight:600}.product-modal-content--v2 .product-modal-fragrance-text{font-family:Playfair Display,serif;font-style:italic;font-size:1rem;color:var(--grey);line-height:1.5}.product-modal-content--v2 .product-modal-specs{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.5rem;margin:0}.product-modal-content--v2 .product-modal-specs>div{display:flex;flex-direction:column;gap:.2rem;border-bottom:1px solid #f5ece9;padding-bottom:.75rem}.product-modal-content--v2 .product-modal-specs dt{font-family:DM Sans,sans-serif;font-size:.62rem;text-transform:uppercase;letter-spacing:.08em;color:var(--grey-light);font-weight:600}.product-modal-content--v2 .product-modal-specs dd{font-family:Playfair Display,serif;font-size:.98rem;color:var(--bordeaux-dark);font-weight:500;margin:0;word-break:break-word}.product-modal-content--v2 .product-modal-specs dd:empty:before{content:"—";color:var(--grey-light);font-weight:400}.product-modal-content--v2 .product-modal-section-inci .product-modal-inci-text{font-family:DM Sans,sans-serif;font-size:.78rem;color:var(--grey);line-height:1.65;margin:0;word-break:break-word}.product-modal-content--v2 .product-modal-nav-prev{left:-24px}.product-modal-content--v2 .product-modal-nav-next{right:-24px}@media(max-width:900px){.product-modal-content--v2 .product-modal-scroll{padding:1.75rem 1.5rem 2rem}.product-modal-content--v2 .product-modal-hero{grid-template-columns:1fr;gap:1.75rem}.product-modal-content--v2 .product-modal-main-image{aspect-ratio:4 / 3}}@media(max-width:768px){.product-modal-content--v2{max-height:94vh;border-radius:14px}.product-modal-content--v2 .product-modal-scroll{padding:1.5rem 1.15rem 1.75rem}.product-modal-content--v2 .product-modal-title{font-size:1.4rem}.product-modal-content--v2 .product-modal-price{font-size:1.5rem}.product-modal-content--v2 .product-modal-specs{grid-template-columns:1fr;gap:.65rem}.product-modal-content--v2 .product-modal-section{margin-top:1.5rem;padding-top:1.5rem}.product-modal-content--v2 .product-modal-cta .btn-full{padding:.9rem 1.1rem}.product-modal-content--v2 .product-modal-nav-prev{left:6px}.product-modal-content--v2 .product-modal-nav-next{right:6px}}@media(max-width:420px){.product-modal-content--v2 .product-modal-scroll{padding:1.25rem .9rem 1.5rem}.product-modal-content--v2 .product-modal-title{font-size:1.25rem}.product-modal-content--v2 .product-modal-price{font-size:1.35rem}.product-modal-content--v2 .product-modal-thumb{width:50px;height:50px}}.product-modal-content--v2 .product-modal-thumb:focus-visible,.product-modal-content--v2 .btn-full:focus-visible,.product-modal-content--v2 .product-modal-close:focus-visible,.product-modal-content--v2 .product-modal-nav:focus-visible{outline:2px solid var(--gold);outline-offset:3px}@media(prefers-reduced-motion:reduce){.product-modal-content--v2,.product-modal-content--v2 .product-modal-thumb,.product-modal-content--v2 .btn-full{transition:none;animation:none}}.skip-link{position:absolute;top:0;left:1rem;z-index:10000;background:var(--bordeaux);color:var(--white);padding:.75rem 1.25rem;border-radius:0 0 var(--radius-sm) var(--radius-sm);font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;opacity:0;pointer-events:none;transform:translateY(-110%);transition:opacity .2s ease,transform .2s ease}.skip-link:focus{opacity:1;pointer-events:auto;transform:translateY(0);outline:2px solid var(--taupe-light);outline-offset:2px}main:focus,a#main:focus{outline:none}:focus-visible{outline:2px solid var(--taupe);outline-offset:3px;border-radius:4px}.section-title{position:relative;padding-bottom:1.1rem}.section-title:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:48px;height:2px;background:linear-gradient(90deg,rgba(201,168,106,0) 0%,var(--gold) 30%,var(--gold) 70%,rgba(201,168,106,0) 100%);border-radius:2px}.welcome-grid .section-title,[data-cms-section] .section-title:not(.reveal){padding-bottom:.9rem}.welcome-grid .section-title:after,[data-cms-section] .section-title:not(.reveal):after{left:0;transform:none}.section-subtitle{display:inline-flex;align-items:center;gap:.75rem}.section-subtitle:before,.section-subtitle:after{content:"";display:inline-block;width:28px;height:1px;background:var(--gold);opacity:.7}.btn-primary{position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,rgba(201,168,106,0) 0%,var(--gold-light) 50%,rgba(201,168,106,0) 100%);opacity:0;transition:opacity .3s ease}.btn-primary:hover:before{opacity:1}.product-card{position:relative}.product-card:after{content:"";position:absolute;left:1rem;right:1rem;bottom:0;height:2px;background:linear-gradient(90deg,rgba(201,168,106,0) 0%,var(--gold) 50%,rgba(201,168,106,0) 100%);opacity:0;transform:translateY(2px);transition:opacity .35s ease,transform .35s ease}.product-card:hover:after{opacity:1;transform:translateY(0)}.product-card .product-price{position:relative;display:inline-block}.product-card .product-marque{position:relative;display:inline-block;padding-left:.85rem}.product-card .product-marque:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:4px;background:var(--gold);border-radius:50%}.team-strip-card{position:relative}.team-strip-card:after{content:"";position:absolute;inset:0;border:1px solid rgba(201,168,106,0);border-radius:12px;pointer-events:none;transition:border-color .4s ease}.team-strip-card:hover:after{border-color:#c9a86a99}.product-modal-marque{position:relative;display:inline-block;padding-left:1rem}.product-modal-marque:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:12px;height:1.5px;background:var(--gold)}.footer-brand h4{position:relative;padding-bottom:.65rem}.footer-brand h4:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:1.5px;background:var(--gold)}.hero-badge span[data-cms*=stat]{font-family:Playfair Display,serif;font-weight:700;color:var(--bordeaux)}.presta-card .price,.presta-price .price{font-family:Playfair Display,serif;font-weight:700;color:var(--bordeaux);font-size:1.1rem}.presta-card .price:before,.presta-price .price:before{content:"";display:inline-block;width:8px;height:1px;background:var(--gold);margin-right:.4rem;vertical-align:middle;opacity:.8}.testimonial-author{font-family:Dancing Script,cursive;font-size:1.3rem;color:var(--bordeaux);font-weight:600}.cta-banner{position:relative}.cta-banner:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:96px;height:2px;background:linear-gradient(90deg,rgba(201,168,106,0) 0%,var(--gold) 50%,rgba(201,168,106,0) 100%)}@media(max-width:768px){.section-subtitle:before,.section-subtitle:after{width:18px}}@media(prefers-reduced-motion:reduce){.btn-primary:before,.product-card:after,.team-strip-card:after,.nav a:after{transition:none}}.insta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;max-width:720px;margin:0 auto}.insta-item{position:relative;aspect-ratio:1;border-radius:var(--radius-sm);overflow:hidden;cursor:pointer}.insta-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}.insta-overlay{position:absolute;inset:0;background:#894e5066;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .35s var(--ease)}.insta-item:hover img{transform:scale(1.08)}.insta-item:hover .insta-overlay{opacity:1}@media(max-width:540px){.insta-grid{grid-template-columns:repeat(2,1fr)}}.insta-grid--asym{max-width:800px;gap:1rem}.insta-grid--asym .insta-item--tall{grid-row:span 2;aspect-ratio:unset}.insta-overlay--gold{background:linear-gradient(150deg,#b79460b3,#d4af3780);flex-direction:column;gap:.5rem}.insta-handle{color:#fff;font-size:.72rem;font-weight:500;letter-spacing:.06em;text-transform:lowercase;opacity:.95}.insta-grid--asym .insta-item:hover img{transform:scale(1.05)}@media(max-width:640px){.insta-section{padding-top:2.5rem;padding-bottom:2.5rem}.insta-section .insta-grid{gap:.35rem;max-width:360px;margin-top:1.25rem!important}.insta-section .insta-handle{font-size:.58rem}.insta-section .btn{margin-top:1.25rem!important;padding:.5rem 1rem;font-size:.78rem}.insta-grid--asym{grid-template-columns:repeat(3,1fr)}.insta-grid--asym .insta-item--tall{grid-row:span 2;aspect-ratio:unset}}.btn-rosegold{position:relative;color:var(--white);font-family:Playfair Display,DM Sans,serif;font-weight:600;letter-spacing:.12em;font-size:.95rem;background:linear-gradient(180deg,#ffffff2e,#fff0 45%,#784b3c33),linear-gradient(90deg,#8e5f60,#a57071 10%,#c28f8d 28%,#e2b7b0 48% 52%,#c28f8d 72%,#a57071 90%,#8e5f60);border:none;box-shadow:inset 0 1px 1px #ffffffa6,inset 0 -1px 1px #5a372d4d,0 10px 26px #8c5f5f73,0 2px 6px #5a372d4d;text-shadow:0 1px 2px rgba(90,55,45,.55);isolation:isolate}.btn-rosegold:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(110deg,#fff0 35%,#ffffff8c,#fff0 65%);transform:translate(-110%);transition:transform .9s var(--ease);pointer-events:none;z-index:1}.btn-rosegold>*{position:relative;z-index:2}.btn-rosegold:hover{transform:translateY(-2px);box-shadow:inset 0 1px 1px #ffffffbf,inset 0 -1px 1px #5a372d59,0 14px 32px #8c5f5f8c,0 2px 8px #5a372d59}.btn-rosegold:hover:before{transform:translate(110%)}@media(prefers-reduced-motion:reduce){.btn-rosegold:before{transition:none}.btn-rosegold:hover:before{transform:translate(-110%)}}@media(max-width:768px){.page-hero-legal{padding-top:clamp(5.5rem,14vw,10rem)!important;padding-bottom:2.5rem!important}.page-hero-legal h1{font-size:clamp(1.85rem,7.5vw,2.6rem)}}.page-hero-legal .section-subtitle{letter-spacing:.18em;font-size:.78rem}.btn.btn-add-to-cart,.btn-add-to-cart{background:linear-gradient(135deg,var(--rose-light) 0%,var(--rose) 60%,var(--rose-mid) 100%);color:var(--bordeaux-dark);font-weight:700;letter-spacing:.08em;border:1px solid rgba(193,135,136,.4);box-shadow:0 4px 14px #c1878847,inset 0 1px #ffffff80;position:relative;overflow:hidden;isolation:isolate}.btn.btn-add-to-cart svg,.btn-add-to-cart svg{stroke:var(--bordeaux-dark);transition:transform .45s var(--ease, cubic-bezier(.4, 0, .2, 1))}.btn.btn-add-to-cart:before,.btn-add-to-cart:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 30%,rgba(184,134,11,.18) 50%,transparent 70%);transform:translate(-110%);transition:transform .7s cubic-bezier(.4,0,.2,1);z-index:-1;pointer-events:none}.btn.btn-add-to-cart:hover,.btn-add-to-cart:hover{background:linear-gradient(135deg,var(--rose) 0%,var(--rose-mid) 60%,var(--bordeaux) 100%);color:#fff;transform:translateY(-2px);box-shadow:0 10px 28px #894e5059,inset 0 1px #fff3;border-color:var(--bordeaux)}.btn.btn-add-to-cart:hover svg,.btn-add-to-cart:hover svg{stroke:#fff;transform:translate(2px) rotate(-4deg)}.btn.btn-add-to-cart:hover:before,.btn-add-to-cart:hover:before{transform:translate(110%)}.btn.btn-add-to-cart:active,.btn-add-to-cart:active{transform:translateY(0);transition-duration:.1s}.product-card .btn-add-to-cart{padding:.65rem 1.2rem;font-size:.82rem;letter-spacing:.06em}
