.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);background-color:#deddcebf;border-bottom:1px solid #4441411a;width:100%;transition:background-color .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.navbar--scrolled{background-color:#deddceeb;box-shadow:0 4px 20px #00000014}.navbar__inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;height:66px;margin:0 auto;padding:0 1.5rem;display:flex}.navbar__logo{cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;gap:.5rem;padding:0;display:flex}.navbar__logo img{object-fit:cover;object-position:center;border:2px solid #0f8d8f59;border-radius:50%;width:40px;height:40px;transition:border-color .25s}.navbar__logo:hover img{border-color:#0f8d8fbf}.navbar__brand-name{color:#444141;letter-spacing:.5px;font-size:1.25rem;font-weight:700}.navbar__links{align-items:center;gap:.25rem;display:flex}.navbar__link{cursor:pointer;color:#444141;background:0 0;border:none;border-radius:6px;padding:.5rem .85rem;font-size:1rem;font-weight:600;transition:color .25s,background-color .25s;position:relative}.navbar__link:after{content:"";background-color:#0f8d8f;border-radius:1px;width:70%;height:2px;transition:transform .25s;position:absolute;bottom:4px;left:50%;transform:translate(-50%)scaleX(0)}.navbar__link:hover{color:#0f8d8f;background-color:#0f8d8f12}.navbar__link:hover:after{transform:translate(-50%)scaleX(1)}.navbar__hamburger{cursor:pointer;background:0 0;border:none;border-radius:6px;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:4px;transition:background-color .2s;display:none}.navbar__hamburger:hover{background-color:#0f8d8f1a}.navbar__hamburger span{transform-origin:50%;background-color:#444141;border-radius:2px;width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.navbar__hamburger--open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar__hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__hamburger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar__drawer{background-color:#deddcef7;border-top:1px solid #0000;flex-direction:column;gap:.25rem;max-height:0;padding:0 1.5rem;transition:max-height .35s,padding .3s,border-color .3s;display:none;overflow:hidden}.navbar__drawer--open{border-top-color:#4441411a;max-height:400px;padding:.75rem 1.5rem 1rem}.navbar__drawer-link{cursor:pointer;color:#444141;text-align:left;background:0 0;border:none;border-radius:6px;padding:.65rem .5rem;font-size:1.05rem;font-weight:600;transition:color .2s,background-color .2s,padding-left .2s}.navbar__drawer-link:hover{color:#0f8d8f;background-color:#0f8d8f12;padding-left:1rem}.navbar__drawer-policies{border-top:1px solid #4441411a;gap:1rem;margin-top:.5rem;padding-top:.5rem;display:flex}.navbar__policy-link{color:#888;font-size:.85rem;text-decoration:none;transition:color .2s}.navbar__policy-link:hover{color:#0f8d8f}@media (width<=768px){.navbar__links{display:none}.navbar__hamburger,.navbar__drawer{display:flex}}.footer{color:#c8c7bb;background-color:#1a1b1b;font-family:Poppins,system-ui,sans-serif;position:relative}.footer__wave{background-color:#deddce;width:100%;line-height:0;overflow:hidden}.footer__wave svg{width:100%;height:60px;display:block}.footer__body{max-width:1200px;margin:0 auto;padding:3.5rem 1.5rem 0}.footer__grid{border-bottom:1px solid #ffffff12;grid-template-columns:1.4fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}@media (width<=860px){.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}.footer__col--brand{grid-column:1/-1}}@media (width<=520px){.footer__grid{grid-template-columns:1fr;gap:1.75rem}}.footer__logo-btn{cursor:pointer;background:0 0;border:none;align-items:center;gap:.6rem;margin-bottom:1rem;padding:0;display:flex}.footer__logo-img{object-fit:cover;object-position:center;opacity:.9;border:2px solid #0f8d8f59;border-radius:50%;width:48px;height:48px;transition:border-color .25s,opacity .25s}.footer__logo-btn:hover .footer__logo-img{opacity:1;border-color:#0f8d8fbf}.footer__brand-name{color:#fff;letter-spacing:.5px;font-size:1.35rem;font-weight:800}.footer__tagline{color:#888;max-width:280px;margin:0 0 1.5rem;font-size:.88rem;line-height:1.75}.footer__social{gap:.6rem;display:flex}.footer__social-btn{color:#aaa;background:#ffffff0f;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:background-color .25s,color .25s,transform .2s;display:flex}.footer__social-btn:hover{color:#fff;background-color:#0f8d8f;border-color:#0000;transform:translateY(-3px)}.footer__col-title{text-transform:uppercase;letter-spacing:2.5px;color:#0f8d8f;margin:0 0 1.25rem;font-size:.78rem;font-weight:700}.footer__nav{flex-direction:column;gap:.5rem;display:flex}.footer__nav-link{cursor:pointer;color:#aaa;text-align:left;background:0 0;border:none;padding:0;font-size:.9rem;transition:color .2s,transform .2s}.footer__nav-link:hover{color:#fff;transform:translate(4px)}.footer__contact-list{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.footer__contact-link{color:#aaa;align-items:center;gap:.5rem;font-size:.88rem;text-decoration:none;transition:color .2s;display:flex}.footer__contact-link:hover{color:#0f8d8f}.footer__hours{color:#888;align-items:flex-start;gap:.5rem;font-size:.88rem;display:flex}.footer__hours svg{flex-shrink:0;margin-top:2px}.footer__hours small{opacity:.7;font-size:.78rem}.footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0 2rem;display:flex}.footer__legal-text{color:#555;margin:0;font-size:.78rem}.footer__legal-links{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.footer__legal-link{color:#555;font-size:.78rem;text-decoration:none;transition:color .2s}.footer__legal-link:hover{color:#0f8d8f}@media (width<=600px){.footer__bottom{flex-direction:column;align-items:flex-start;gap:.75rem}.footer__legal-links{gap:1rem}}.nf-page{background:#131414;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1.25rem;display:flex;position:relative;overflow:hidden}.nf-glow{pointer-events:none;background:radial-gradient(circle,#0f8d8f1c 0%,#0000 70%);border-radius:50%;width:min(600px,90vw);height:min(600px,90vw);position:absolute;top:35%;left:50%;transform:translate(-50%,-50%)}.nf-card{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:580px;display:flex;position:relative}.nf-code{-webkit-user-select:none;user-select:none;align-items:center;gap:.1rem;line-height:1;display:flex}.nf-code__four{color:#deddce;letter-spacing:-.04em;font-size:clamp(5.5rem,18vw,9.5rem);font-weight:900}.nf-code__zero{flex-shrink:0;justify-content:center;align-items:center;width:clamp(66px,15vw,115px);height:clamp(66px,15vw,115px);animation:22s linear infinite nf-spin;display:flex}@keyframes nf-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.nf-badge{color:#0f8d8f;letter-spacing:.06em;text-transform:uppercase;background:#0f8d8f1f;border:1px solid #0f8d8f4d;border-radius:999px;align-items:center;padding:.3rem 1rem;font-size:.78rem;font-weight:700;display:inline-flex}.nf-title{color:#deddce;margin:0;font-size:clamp(1.55rem,4.5vw,2.15rem);font-weight:800;line-height:1.25}.nf-title span{color:#0f8d8f}.nf-desc{color:#666;max-width:420px;margin:0;font-size:.9rem;line-height:1.8}.nf-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.nf-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:999px;align-items:center;gap:7px;padding:.7rem 1.5rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:background-color .22s,color .22s,transform .15s,border-color .22s;display:inline-flex}.nf-btn:active{transform:scale(.97)}.nf-btn--primary{color:#fff;background:#0f8d8f}.nf-btn--primary:hover{background:#0a6b6d}.nf-btn--outline{color:#999;background:0 0;border:1px solid #deddce2e}.nf-btn--outline:hover{color:#deddce;border-color:#deddce6b}.nf-hints{flex-direction:column;align-items:center;gap:.65rem;margin-top:.25rem;display:flex}.nf-hints__label{color:#555;text-transform:uppercase;letter-spacing:.09em;margin:0;font-size:.76rem;font-weight:600}.nf-hints__links{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.nf-hint-link{color:#777;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;padding:.3rem .85rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:color .2s,border-color .2s,background-color .2s}.nf-hint-link:hover{color:#0f8d8f;background:#0f8d8f12;border-color:#0f8d8f59}@media (width<=480px){.nf-card{gap:1.25rem}.nf-actions{flex-direction:column;width:100%}.nf-btn{justify-content:center;width:100%}}.splash{z-index:9999;touch-action:none;background:#0c0d0d;flex-direction:column;justify-content:center;align-items:center;gap:1.1rem;display:flex;position:fixed;inset:0;overflow:hidden}.splash__glow{pointer-events:none;background:radial-gradient(circle,#0f8d8f29 0%,#0f8d8f0d 40%,#0000 70%);border-radius:50%;width:clamp(320px,60vw,560px);height:clamp(320px,60vw,560px);position:absolute;top:50%;left:50%;transform:translate(-50%,-58%)}.splash__rings{pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% - 4rem))}.splash__ring{opacity:0;border:1px solid #0f8d8f8c;border-radius:50%;width:96px;height:96px;margin-top:-48px;margin-left:-48px;animation:2.4s ease-out infinite splash-ripple;position:absolute;top:50%;left:50%}.splash__ring--2{animation-delay:.65s}.splash__ring--3{animation-delay:1.3s}@keyframes splash-ripple{0%{opacity:.7;transform:scale(1)}80%{opacity:.1}to{opacity:0;transform:scale(3.8)}}.splash__logo-wrap{z-index:1;position:relative}.splash__logo{object-fit:cover;object-position:center;border:2px solid #0f8d8f8c;border-radius:50%;width:96px;height:96px;display:block;box-shadow:0 0 0 6px #0f8d8f14,0 0 0 12px #0f8d8f0a,0 12px 40px #0000008c}.splash__brand{color:#deddce;letter-spacing:.22em;text-align:center;margin:0;font-size:clamp(2.6rem,9vw,4.8rem);font-weight:900;line-height:1}.splash__tagline{color:#0f8d8f;letter-spacing:.3em;text-transform:uppercase;text-align:center;margin:0;font-size:clamp(.7rem,2.2vw,.88rem);font-weight:600}.splash__bar-wrap{background:#0f8d8f1f;height:3px;position:absolute;bottom:0;left:0;right:0}.splash__bar{transform-origin:0;background:linear-gradient(90deg,#0a6b6d 0%,#0f8d8f 50%,#1ab5b8 100%);width:100%;height:100%;box-shadow:0 0 14px #0f8d8fb3}.splash:after{content:"";opacity:.025;pointer-events:none;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");position:absolute;inset:0}.cc-backdrop{z-index:1200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;position:fixed;inset:0}.cc-banner{z-index:1300;background:#1e1f1f;border:1px solid #0f8d8f4d;border-radius:20px;align-items:flex-start;gap:1rem;width:min(96vw,900px);padding:1.25rem 1.5rem;display:flex;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 12px 40px #00000073}@media (width<=700px){.cc-banner{border-bottom:none;border-radius:20px 20px 0 0;flex-direction:column;gap:.75rem;width:100%;padding:1rem 1.1rem 1.1rem;bottom:0;left:0;right:0;transform:none}}.cc-banner__icon{color:#0f8d8f;flex-shrink:0;padding-top:2px;font-size:1.75rem;display:flex}.cc-banner__icon svg{font-size:1.75rem}.cc-banner__content{flex:1}.cc-banner__title{color:#deddce;margin:0 0 .35rem;font-size:1rem;font-weight:700}.cc-banner__text{color:#888;margin:0;font-size:.83rem;line-height:1.6}.cc-banner__actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.5rem;display:flex}@media (width<=700px){.cc-banner__actions{justify-content:stretch;gap:.5rem;width:100%}.cc-banner__actions .cc-btn{text-align:center;flex:1;justify-content:center;padding:.6rem .75rem;font-size:.8rem}}.cc-panel-outer{z-index:1400;pointer-events:none;justify-content:center;align-items:flex-end;display:flex;position:fixed;bottom:0;left:0;right:0}.cc-panel{pointer-events:all;background:#1e1f1f;border:1px solid #0f8d8f4d;border-bottom:none;border-radius:24px 24px 0 0;flex-direction:column;width:min(96vw,560px);max-height:82vh;display:flex;box-shadow:0 -8px 40px #00000080}@media (width<=600px){.cc-panel{width:100%;max-height:78vh;padding-bottom:env(safe-area-inset-bottom,0px);border-radius:20px 20px 0 0}}.cc-panel:before{content:"";background:#ffffff2e;border-radius:999px;flex-shrink:0;width:36px;height:4px;margin:10px auto 0;display:block}.cc-panel__header{border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.1rem 1.25rem .9rem;display:flex}@media (width<=600px){.cc-panel__header{padding:1rem 1rem .8rem}}.cc-panel__header-title{color:#deddce;align-items:center;gap:.5rem;font-size:1rem;font-weight:700;display:flex}.cc-panel__close{color:#aaa;cursor:pointer;background:#ffffff0f;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .2s,color .2s;display:flex}.cc-panel__close:hover{color:#fff;background-color:#ffffff1f}.cc-panel__body{-webkit-overflow-scrolling:touch;flex:1;padding:1.25rem 1.5rem;overflow-y:auto}@media (width<=600px){.cc-panel__body{padding:1rem}}.cc-category{padding:.25rem 0}.cc-category__head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.cc-category__name{color:#deddce;margin:0 0 .3rem;font-size:.92rem;font-weight:700}.cc-category__desc{color:#777;margin:0;font-size:.8rem;line-height:1.6}.cc-category__divider{background:#ffffff0f;height:1px;margin:1rem 0}.cc-panel__note{color:#666;margin:0;font-size:.78rem;line-height:1.65}.cc-panel__footer{border-top:1px solid #ffffff0f;flex-shrink:0;padding:.9rem 1.5rem 1.1rem}@media (width<=600px){.cc-panel__footer{padding:.85rem 1rem 1rem}}.cc-panel__footer-btns{flex-wrap:wrap;gap:.5rem;margin-top:.7rem;display:flex}@media (width<=480px){.cc-panel__footer-btns{flex-direction:column}.cc-panel__footer-btns .cc-btn{justify-content:center;width:100%}}.cc-saved-msg{color:#0f8d8f;align-items:center;gap:6px;font-size:.82rem;font-weight:600;display:flex}.cc-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:999px;align-items:center;gap:5px;padding:.55rem 1.1rem;font-size:.82rem;font-weight:700;transition:background-color .22s,color .22s,transform .15s,border-color .22s;display:inline-flex}.cc-btn:active{transform:scale(.97)}.cc-btn--primary{color:#fff;background-color:#0f8d8f}.cc-btn--primary:hover{background-color:#0a6b6d}.cc-btn--outline{color:#ccc;background:0 0;border:1px solid #ffffff2e}.cc-btn--outline:hover{color:#fff;border-color:#fff6}.cc-btn--ghost{color:#aaa;background:#ffffff0f}.cc-btn--ghost:hover{color:#fff;background-color:#ffffff1f}.cc-toggle{cursor:pointer;background-color:#ffffff1f;border:none;border-radius:999px;flex-shrink:0;width:44px;height:24px;padding:0;transition:background-color .25s;position:relative}.cc-toggle--on{background-color:#0f8d8f}.cc-toggle--disabled{opacity:.45;cursor:not-allowed}.cc-toggle__thumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .25s;display:block;position:absolute;top:3px;left:3px}.cc-toggle--on .cc-toggle__thumb{transform:translate(20px)}.cc-text-link{color:#0f8d8f;font-weight:600;text-decoration:underline}.cc-text-link:hover{color:#0a6b6d}html,body{height:100%;margin:0}#root{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-o-transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);z-index:2;cursor:pointer;background:0 0;border:0;font-size:32px;transition:all .25s ease-in;position:absolute;top:20px}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{content:"";border-top:8px solid #0000;border-bottom:8px solid #0000;margin:0 5px;display:inline-block}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{width:100%;position:relative}.carousel *{box-sizing:border-box}.carousel img{pointer-events:none;width:100%;display:inline-block}.carousel .carousel{position:relative}.carousel .control-arrow{background:0 0;border:0;outline:0;margin-top:-13px;font-size:18px;top:50%}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-o-transition:all .15s ease-in;white-space:nowrap;list-style:none;transition:all .15s ease-in;position:relative;transform:translate(0,0)}.carousel .thumb{-o-transition:border .15s ease-in;white-space:nowrap;border:3px solid #fff;margin-right:6px;padding:2px;transition:border .15s ease-in;display:inline-block;overflow:hidden}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{margin:0;position:relative;overflow:hidden}.carousel.carousel-slider .control-arrow{color:#fff;margin-top:0;padding:5px;font-size:26px;top:0;bottom:0}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{-o-transition:height .15s ease-in;width:100%;margin:auto;transition:height .15s ease-in;overflow:hidden}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{width:100%;margin:0;padding:0;list-style:none;position:relative}.carousel .slider.animated{-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{text-align:center;min-width:100%;margin:0;position:relative}.carousel .slide img{vertical-align:top;border:0;width:100%}.carousel .slide iframe{border:0;width:calc(100% - 80px);margin:0 40px 40px;display:inline-block}.carousel .slide .legend{-o-transition:all .5s ease-in-out;color:#fff;text-align:center;opacity:.25;transition:all .5s ease-in-out;-o-transition:opacity .35s ease-in-out;background:#000;border-radius:10px;width:90%;margin-left:-45%;padding:10px;font-size:12px;transition:opacity .35s ease-in-out;position:absolute;bottom:40px;left:50%}.carousel .control-dots{text-align:center;z-index:1;width:100%;margin:10px 0;padding:0;position:absolute;bottom:0}@media (width>=960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-o-transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);cursor:pointer;background:#fff;border-radius:50%;width:8px;height:8px;margin:0 8px;transition:opacity .25s ease-in;display:inline-block;box-shadow:1px 1px 2px #000000e6}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{text-shadow:1px 1px 1px #000000e6;color:#fff;padding:5px;font-size:10px;position:absolute;top:0;right:0}.carousel:hover .slide .legend{opacity:1}.tattoo-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}@media (width<=1100px){.tattoo-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.tattoo-grid{grid-template-columns:1fr;gap:1.25rem}}.tattoo-card{background:#fff;border-radius:16px;flex-direction:column;transition:transform .35s,box-shadow .35s;display:flex;overflow:hidden;box-shadow:0 2px 12px #00000012}.tattoo-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00000021}.tattoo-card__carousel{aspect-ratio:4/5;position:relative;overflow:hidden}.tattoo-card__carousel .carousel-root,.tattoo-card__carousel .carousel,.tattoo-card__carousel .slider-wrapper,.tattoo-card__carousel .slider{height:100%}.tattoo-card__slide{cursor:zoom-in;height:100%;position:relative}.tattoo-card__slide img{object-fit:cover;width:100%;height:100%;display:block}.tattoo-card__zoom{color:#fff;opacity:0;background:#00000073;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .2s;display:flex;position:absolute;bottom:10px;right:10px}.tattoo-card:hover .tattoo-card__zoom,.tattoo-card__slide:focus .tattoo-card__zoom{opacity:1}@media (hover:none){.tattoo-card__zoom{opacity:1}}.tattoo-card__body{background:#fafaf8;border-top:3px solid #0f8d8f;flex-direction:column;flex:1;gap:.4rem;padding:1.2rem 1.4rem 1.4rem;display:flex}.tattoo-card__tag{letter-spacing:2px;text-transform:uppercase;color:#0f8d8f;font-size:.72rem;font-weight:700}.tattoo-card__title{color:#2d2e2e;margin:0;font-size:1.2rem;font-weight:800;line-height:1.3}.tattoo-card__desc{color:#666;margin:0;font-size:.88rem;line-height:1.65}.tips-wrapper{background:#f5f4ee}.tips-list{flex-direction:column;gap:0;max-width:780px;margin:0 auto;display:flex}.tip-card{gap:1.5rem;display:flex;position:relative}.tip-card__aside{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.tip-card__step{color:#fff;letter-spacing:.5px;z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.75rem;font-weight:800;display:flex;box-shadow:0 4px 12px #0000002e}.tip-card__connector{background:linear-gradient(#0f8d8f66 0%,#0f8d8f14 100%);flex:1;width:2px;min-height:24px;margin:4px 0}.tip-card__body{background:#fff;border-radius:16px;flex:1;align-items:flex-start;gap:1.25rem;margin-bottom:1rem;padding:1.5rem 1.6rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 2px 12px #00000012}.tip-card__body:hover{transform:translate(6px);box-shadow:0 8px 24px #0000001a}.tip-card__icon{flex-shrink:0;margin-top:.1rem;font-size:2rem;display:flex}.tip-card__icon svg{font-size:2rem}.tip-card__title{color:#2d2e2e;margin:0 0 .5rem;font-size:1.05rem;font-weight:700}.tip-card__text{color:#666;margin:0;font-size:.9rem;line-height:1.75}@media (width<=600px){.tip-card{gap:1rem}.tip-card__body{flex-direction:column;gap:.75rem;padding:1.1rem 1.2rem}.tip-card__step{width:38px;height:38px;font-size:.7rem}}.faq-wrapper{background:#deddce}.faq-list{flex-direction:column;gap:.75rem;max-width:760px;margin:0 auto 3rem;display:flex}.faq-item{background:#fff;border:1px solid #44414114;border-radius:14px;transition:box-shadow .3s;overflow:hidden;box-shadow:0 2px 10px #0000000f}.faq-item--open{border-color:#0f8d8f4d;box-shadow:0 6px 24px #0f8d8f26}.faq-question{cursor:pointer;text-align:left;color:#2d2e2e;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.2rem 1.5rem;font-size:1rem;font-weight:700;line-height:1.4;transition:background-color .2s;display:flex}.faq-question:hover{background-color:#0f8d8f0a}.faq-item--open .faq-question{color:#0f8d8f;border-bottom:1px solid #0f8d8f26}.faq-icon{color:#0f8d8f;background-color:#0f8d8f1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background-color .2s;display:flex}.faq-item--open .faq-icon{color:#fff;background-color:#0f8d8f}.faq-answer-wrap{overflow:hidden}.faq-answer{color:#555;margin:0;padding:1rem 1.5rem 1.25rem;font-size:.92rem;line-height:1.8}.faq-cta{text-align:center;background:#fff;border-left:5px solid #0f8d8f;border-radius:16px;max-width:760px;margin:0 auto;padding:2rem 2.5rem;box-shadow:0 4px 16px #0000000f}@media (width<=600px){.faq-cta{padding:1.5rem 1.25rem}}.faq-cta-btn{color:#fff;background:#0f8d8f;border-radius:999px;padding:.7rem 2rem;font-size:.92rem;font-weight:700;text-decoration:none;transition:background-color .25s,transform .2s;display:inline-block}.faq-cta-btn:hover{background-color:#0a6b6d;transform:translateY(-2px)}.about-wrapper{background:linear-gradient(#deddce 0%,#f5f4ee 100%)}.about-hero{grid-template-columns:380px 1fr;align-items:center;gap:4rem;margin-bottom:5rem;display:grid}@media (width<=900px){.about-hero{grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}}.about-hero__img-wrap{flex-shrink:0;position:relative}.about-hero__img{object-fit:cover;border-radius:24px;width:100%;max-width:380px;height:500px;margin:0 auto;display:block;box-shadow:0 20px 60px #0000002e}@media (width<=640px){.about-hero__img{max-width:100%;height:340px}}.about-hero__img-badge{color:#fff;white-space:nowrap;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f8d8feb;border-radius:999px;flex-direction:column;align-items:center;gap:.1rem;padding:.5rem 1.4rem;font-size:.9rem;font-weight:700;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.about-hero__img-badge-year{opacity:.85;font-size:.72rem;font-weight:500}.about-hero__content{max-width:560px}@media (width<=900px){.about-hero__content{text-align:center;max-width:100%}}.about-stats{grid-template-columns:repeat(4,1fr);gap:.9rem;margin-top:.75rem;display:grid}@media (width<=640px){.about-stats{grid-template-columns:repeat(2,1fr)}}.about-stat{background:#fff;border-bottom:3px solid #0f8d8f;border-radius:12px;flex-direction:column;align-items:center;padding:.9rem .5rem;display:flex;box-shadow:0 2px 8px #00000012}.about-stat__value{color:#0f8d8f;font-size:1.45rem;font-weight:800;line-height:1}.about-stat__label{color:#888;text-transform:uppercase;letter-spacing:.5px;text-align:center;margin-top:.3rem;font-size:.68rem;font-weight:600}.about-cards{grid-template-columns:repeat(2,1fr);gap:1.4rem;display:grid}@media (width<=640px){.about-cards{grid-template-columns:1fr}}.about-card{background:#fff;border-left:4px solid #0f8d8f;border-radius:16px;align-items:flex-start;gap:1.1rem;padding:1.6rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 2px 12px #00000012}.about-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px #0000001c}.about-card__icon{color:#0f8d8f;flex-shrink:0;margin-top:.15rem;font-size:1.5rem}.about-card__title{color:#2d2e2e;margin:0 0 .45rem;font-size:1rem;font-weight:700}.about-card__text{color:#666;margin:0;font-size:.875rem;line-height:1.7}.service-wrapper{background:linear-gradient(#f5f4ee 0%,#deddce 100%)}.service-row{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:6rem;display:grid}.service-row--reverse{direction:rtl}.service-row--reverse>*{direction:ltr}@media (width<=900px){.service-row,.service-row--reverse{direction:ltr;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}}.service-row__media{position:relative}.service-carousel-wrap{border-radius:20px;position:relative;overflow:hidden;box-shadow:0 16px 48px #00000024}.service-label{z-index:5;color:#fff;letter-spacing:3px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f8d8fe6;border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:800;position:absolute;top:16px;left:16px}.service-slide{cursor:zoom-in;aspect-ratio:3/4;position:relative}.service-slide img{object-fit:cover;width:100%;height:100%;display:block}.service-slide__zoom{color:#fff;opacity:0;background:#00000073;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:opacity .2s;display:flex;position:absolute;bottom:12px;right:12px}.service-carousel-wrap:hover .service-slide__zoom{opacity:1}@media (hover:none){.service-slide__zoom{opacity:1}}.service-row__content{padding:1rem 0}.service-row__subtitle{letter-spacing:3px;text-transform:uppercase;color:#0f8d8f;margin:0 0 .6rem;font-size:.78rem;font-weight:700}.service-row__title{color:#2d2e2e;margin:0 0 1rem;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;line-height:1.2}.service-row__divider{background:#0f8d8f;border-radius:2px;width:48px;height:4px;margin-bottom:1.25rem}.service-row__text{color:#555;margin:0;font-size:.97rem;line-height:1.85}.gallery-wrapper{background:#2d2e2e}.gallery-wrapper .MuiTypography-root{color:#deddce!important}.gallery-wrapper .section-divider{background-color:#0f8d8f}.gallery-grid{columns:4;column-gap:12px}@media (width<=1200px){.gallery-grid{columns:3}}@media (width<=768px){.gallery-grid{columns:2;column-gap:8px}}@media (width<=480px){.gallery-grid{columns:1}}.gallery-item{break-inside:avoid;cursor:zoom-in;background:#1a1a1a;border-radius:10px;margin-bottom:12px;position:relative;overflow:hidden}@media (width<=480px){.gallery-item{margin-bottom:8px}}.gallery-item img{border-radius:10px;width:100%;height:auto;transition:transform .4s,filter .4s;display:block}.gallery-item:hover img{filter:brightness(.75);transform:scale(1.04)}.gallery-item__overlay{opacity:0;background:#0f8d8f26;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-item__overlay{opacity:1}@media (hover:none){.gallery-item__overlay{opacity:1;background:0 0}.gallery-item__overlay svg{background:#00000080;border-radius:50%;padding:3px;position:absolute;bottom:8px;right:8px;width:22px!important;height:22px!important}}.gallery-pagination{justify-content:center;align-items:center;gap:1rem;margin-top:2.5rem;display:flex}.gallery-page-btn{color:#aaa;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .2s,color .2s,border-color .2s;display:flex}.gallery-page-btn:hover:not(:disabled){color:#0f8d8f;background:#0f8d8f26;border-color:#0f8d8f66}.gallery-page-btn:disabled{opacity:.3;cursor:default}.gallery-page-dots{align-items:center;gap:6px;display:flex}.gallery-page-dot{cursor:pointer;background:#fff3;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background-color .2s,transform .2s}.gallery-page-dot--active{background:#0f8d8f;transform:scale(1.3)}.gallery-page-dot:hover:not(.gallery-page-dot--active){background:#fff6}.contatti-wrapper{background:linear-gradient(#f5f4ee 0%,#deddce 100%)}.contatti-grid{grid-template-columns:1fr 1.15fr;align-items:start;gap:2.5rem;display:grid}@media (width<=860px){.contatti-grid{grid-template-columns:1fr;gap:2rem}}.contatti-info,.contatti-form-panel{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 20px #00000012}.contatti-panel-title{color:#2d2e2e;align-items:center;gap:.5rem;margin:0 0 1.5rem;font-size:1.15rem;font-weight:800;display:flex}.contatti-panel-icon{color:#0f8d8f;font-size:1.3rem!important}.info-list{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.info-row{border-bottom:1px solid #44414114;align-items:flex-start;gap:1rem;padding:.9rem 0;display:flex}.info-row:last-child{border-bottom:none}.info-row__icon{color:#0f8d8f;flex-shrink:0;margin-top:.15rem;display:flex}.info-row__icon svg{font-size:1.2rem}.info-row__body{flex-direction:column;gap:.15rem;display:flex}.info-row__label{text-transform:uppercase;letter-spacing:1px;color:#aaa;font-size:.7rem;font-weight:700}.info-row__value{color:#444141;font-size:.92rem;line-height:1.55}.contatti-link{color:#0f8d8f;font-weight:600;text-decoration:none;transition:color .2s}.contatti-link:hover{color:#0a6b6d;text-decoration:underline}.contatti-form-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.contatti-info-btn{color:#0f8d8f;cursor:pointer;background:0 0;border:1px solid #0f8d8f;border-radius:999px;align-items:center;gap:5px;padding:5px 12px;font-size:.78rem;font-weight:600;transition:background-color .2s;display:flex}.contatti-info-btn:hover{background-color:#0f8d8f14}.contatti-form{flex-direction:column;gap:1rem;display:flex}.contatti-submit-btn{color:#fff;cursor:pointer;background-color:#0f8d8f;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:.5rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:700;transition:background-color .25s,transform .2s,box-shadow .25s;display:flex}.contatti-submit-btn:hover{background-color:#0a6b6d;transform:translateY(-2px);box-shadow:0 6px 20px #0f8d8f4d}.contatti-dialog-close{color:#deddce;cursor:pointer;background:0 0;border:1px solid #0f8d8f;border-radius:999px;padding:6px 20px;font-size:.85rem;font-weight:700;transition:background-color .2s}.contatti-dialog-close:hover{background-color:#0f8d8f4d}@media (width<=480px){.contatti-info,.contatti-form-panel{border-radius:16px;padding:1.4rem 1.25rem}.contatti-form-header{flex-direction:column;align-items:flex-start}}.legal-page{background:#1a1b1b;min-height:100vh;padding:3rem 1.5rem 5rem}.legal-hero{flex-direction:column;gap:1.25rem;max-width:800px;margin:0 auto 3rem;display:flex}.legal-back{color:#0f8d8f;align-items:center;gap:.4rem;width:fit-content;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s,gap .2s;display:inline-flex}.legal-back:hover{color:#0a6b6d;gap:.6rem}.legal-hero__badge{color:#0f8d8f;background:#0f8d8f1f;border:1px solid #0f8d8f4d;border-radius:999px;align-items:center;gap:.5rem;width:fit-content;padding:.3rem .9rem;font-size:.78rem;font-weight:600;display:inline-flex}.legal-hero__title{color:#deddce;margin:0;font-size:clamp(1.8rem,5vw,2.8rem);font-weight:800;line-height:1.15}.legal-hero__title span{color:#0f8d8f}.legal-hero__subtitle{color:#666;margin:0;font-size:.9rem;line-height:1.7}.legal-hero__divider{background:linear-gradient(90deg,#0f8d8f 0%,#0000 70%);border:none;height:2px;margin:0}.legal-content{flex-direction:column;gap:2.5rem;max-width:800px;margin:0 auto;display:flex}.legal-section{flex-direction:column;gap:.85rem;display:flex}.legal-section__heading{align-items:center;gap:.75rem;margin:0;display:flex}.legal-section__num{color:#0f8d8f;background:#0f8d8f26;border:1px solid #0f8d8f59;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.72rem;font-weight:800;display:flex}.legal-section__title{color:#deddce;margin:0;font-size:1rem;font-weight:700}.legal-section__body{color:#888;margin:0;font-size:.88rem;line-height:1.8}.legal-section__body strong{color:#bbb;font-weight:600}.legal-section__body a{color:#0f8d8f;font-weight:600;text-decoration:underline;transition:color .2s}.legal-section__body a:hover{color:#0a6b6d}.legal-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.legal-list li{color:#888;align-items:flex-start;gap:.75rem;font-size:.88rem;line-height:1.75;display:flex}.legal-list li:before{content:"";background:#0f8d8f;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.6rem;display:block}.legal-card{color:#888;background:#ffffff08;border:1px solid #ffffff12;border-left:3px solid #0f8d8f;border-radius:0 12px 12px 0;padding:1rem 1.25rem;font-size:.88rem;line-height:1.8}.legal-card strong{color:#deddce;margin-bottom:.25rem;font-weight:700;display:block}.legal-cookie-action{background:#0f8d8f12;border:1px solid #0f8d8f40;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.legal-cookie-action__text{flex:1;min-width:200px}.legal-cookie-action__text p{color:#888;margin:0;font-size:.88rem;line-height:1.6}.legal-cookie-action__text strong{color:#deddce;margin-bottom:.25rem;font-size:.95rem;font-weight:700;display:block}.legal-cookie-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#0f8d8f;border:none;border-radius:999px;align-items:center;gap:6px;padding:.65rem 1.35rem;font-size:.85rem;font-weight:700;transition:background-color .22s,transform .15s;display:inline-flex}.legal-cookie-btn:hover{background-color:#0a6b6d}.legal-cookie-btn:active{transform:scale(.97)}.legal-updated{color:#555;margin:0;font-size:.78rem;font-style:italic}@media (width<=600px){.legal-page{padding:2rem 1rem 4rem}.legal-hero{gap:1rem;margin-bottom:2rem}.legal-content{gap:2rem}}.abba-section{background-color:#131414;border-top:1px solid #ffffff0a;padding:1.5rem 1rem}.abba-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.abba-label{color:#555;white-space:nowrap;font-size:.78rem}.abba-card{cursor:pointer;background:#0f8d8f0d;border:1px solid #0f8d8f40;border-radius:999px;align-items:center;gap:.75rem;padding:.5rem 1rem .5rem .5rem;text-decoration:none;transition:background-color .25s,border-color .25s,transform .2s,box-shadow .25s;display:flex}.abba-card:hover{background-color:#0f8d8f1f;border-color:#0f8d8f8c;transform:translateY(-2px);box-shadow:0 4px 16px #0f8d8f33}.abba-img{object-fit:cover;filter:brightness(.9);border-radius:50%;width:auto;height:36px;display:block}.abba-info{flex-direction:column;gap:1px;display:flex}.abba-name{color:#deddce;font-size:.88rem;font-weight:700;line-height:1.2}.abba-role{color:#0f8d8f;letter-spacing:.3px;font-size:.72rem;font-weight:500}.abba-arrow{color:#0f8d8f;margin-left:.25rem;font-size:.9rem;transition:transform .2s}.abba-card:hover .abba-arrow{transform:translate(2px,-2px)}.sd-page{background:#0c0d0d;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1.25rem;display:flex;position:relative;overflow:hidden}.sd-glow{pointer-events:none;background:radial-gradient(circle,#0f8d8f1a 0%,#0000 65%);border-radius:50%;width:min(560px,90vw);height:min(560px,90vw);position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.sd-card{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:520px;display:flex;position:relative}.sd-logo{object-fit:cover;object-position:center;border:2px solid #0f8d8f73;border-radius:50%;width:88px;height:88px;display:block;box-shadow:0 0 0 6px #0f8d8f12,0 10px 36px #00000080}.sd-badge{color:#f0a500;letter-spacing:.06em;text-transform:uppercase;background:#ffa0001a;border:1px solid #ffa00047;border-radius:999px;align-items:center;gap:.45rem;padding:.3rem 1rem;font-size:.76rem;font-weight:700;display:inline-flex}.sd-badge svg{font-size:14px}.sd-title{color:#deddce;margin:0;font-size:clamp(1.6rem,5vw,2.2rem);font-weight:800;line-height:1.25}.sd-title span{color:#0f8d8f}.sd-desc{color:#666;max-width:400px;margin:0;font-size:.9rem;line-height:1.8}.sd-divider{background:linear-gradient(90deg,#0f8d8f,#0000);border:none;width:48px;height:2px;margin:0}.sd-contacts{flex-direction:column;gap:.65rem;width:100%;max-width:320px;display:flex}.sd-contact-link{color:#aaa;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;gap:.6rem;padding:.75rem 1.25rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:background-color .22s,border-color .22s,color .22s;display:flex}.sd-contact-link:hover{color:#0f8d8f;background:#0f8d8f1a;border-color:#0f8d8f59}.sd-contact-link svg{color:#0f8d8f;flex-shrink:0;font-size:18px}.sd-footer{color:#444;letter-spacing:.04em;margin:0;font-size:.75rem}@media (width<=480px){.sd-card{gap:1.25rem}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;width:100%;font-size:16px;overflow-x:hidden}body{color:#444141;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#deddce;font-family:Lato,Poppins,system-ui,sans-serif;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}main{flex:1;padding-top:66px}section{scroll-margin-top:70px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}:root{--color-dark:#444141;--color-primary:#2d2e2e;--color-accent:#0f8d8f;--color-light:#deddce;--color-light-alpha:#b1afa367;--color-accent-alpha:#0f8d8f5d;--color-primary-alpha:#2d2e2e33;--color-white:#fffffa;--transition-fast:.3s ease;--transition-mid:.5s ease-in-out;--radius-pill:50px;--radius-card:12px}.text-default{transition:color var(--transition-fast), transform var(--transition-fast);color:var(--color-dark)!important}.text-hover:hover{transform:scale(1.05);color:var(--color-accent)!important}.text-accent{color:var(--color-white)!important}.hoverPrimary{transition:transform .4s,box-shadow .4s,background-color .4s}.hoverPrimary:hover{cursor:pointer;transform:scale(1.02);box-shadow:0 10px 30px #0000001f;background-color:#3538385b!important}.hoverSecondary{transition:transform var(--transition-mid), box-shadow var(--transition-mid), background-color var(--transition-mid)}.hoverSecondary:hover{cursor:pointer;transform:scale(1.05);box-shadow:0 10px 30px #0000001f;background-color:var(--color-accent-alpha)!important}.bg-default{background-color:var(--color-light)!important}.bg-primary{background-color:var(--color-primary)!important}.bg-secondary{background-color:var(--color-accent)!important}.bg-light{background-color:var(--color-light)!important}.bg-light-padded{background-color:var(--color-light-alpha)!important;padding:25px!important}.bg-secondary-light{background-color:var(--color-accent-alpha)!important;border-radius:var(--radius-pill)!important;color:#0f0f0f!important}.bg-secondary-light-stock{background-color:var(--color-accent-alpha)!important;color:#0f0f0f!important}.bg-primary-light{background-color:var(--color-primary-alpha)!important;border-radius:var(--radius-pill)!important;color:#0f0f0f!important}.section-divider{background-color:var(--color-accent);border-radius:2px;width:60px;height:4px;margin:0 auto 2rem}
