@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Raleway:wght@300;400;500&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden;width:100%;max-width:100vw}:root{font-family:Raleway,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh;overflow-x:hidden;width:100%;max-width:100vw;position:relative}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;margin:0}.container{display:flex;width:100vw;height:100vh;overflow:hidden;background-color:#000}.card{position:relative;flex:1;height:100%;cursor:pointer;transition:flex .8s cubic-bezier(.25,.8,.25,1),filter .5s ease;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;filter:grayscale(100%) brightness(.7);border-right:1px solid rgba(255,255,255,.1)}.card:last-child{border-right:none}.card:hover{flex:5;filter:grayscale(0%) brightness(1)}.card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#000c);opacity:1;transition:opacity .5s}.card:hover:before{opacity:.6}.content{position:absolute;bottom:10%;left:3rem;max-width:600px;opacity:0;transition:all .5s ease .2s;transform:translateY(20px);z-index:2}.card:hover .content{opacity:1;transform:translateY(0)}.title{font-family:Playfair Display,serif;font-size:4rem;margin:0 0 1rem;text-transform:uppercase;letter-spacing:2px;line-height:1}.description{font-family:Raleway,sans-serif;font-size:1.1rem;font-weight:300;margin-bottom:2rem;max-width:80%}.btn{display:inline-block;padding:12px 30px;border:1px solid #fff;color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:2px;font-size:.8rem;transition:all .3s}.btn:hover{background:#fff;color:#000}.label-collapsed{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);white-space:nowrap;font-family:Playfair Display,serif;font-size:1.5rem;letter-spacing:.2em;text-transform:uppercase;writing-mode:vertical-rl;text-orientation:mixed;opacity:1;transition:opacity .3s,transform .3s;z-index:2;text-shadow:0 2px 4px rgba(0,0,0,.5)}.card:hover .label-collapsed{opacity:0;transform:translate(-50%) translateY(20px)}@media(max-width:768px){.container{flex-direction:column}.card{width:100%;border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}.label-collapsed{writing-mode:horizontal-tb;bottom:1.5rem;left:2rem;transform:none}.card:hover .label-collapsed{transform:translateY(20px)}.title{font-size:2.5rem}}:root{--tattoo-bg: #050505;--tattoo-text: #f0f0f0;--tattoo-accent: #d4af37;--tattoo-accent-hover: #f9d768;--tattoo-border: rgba(255, 255, 255, .1);--tattoo-font-heading: "Playfair Display", serif;--tattoo-font-body: "Raleway", sans-serif}html,body{overflow-x:hidden;width:100%;max-width:100vw;margin:0;padding:0}.tattoo-layout{background-color:var(--tattoo-bg);color:var(--tattoo-text);font-family:var(--tattoo-font-body);min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;width:100%;max-width:100vw}.tattoo-header{padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--tattoo-border);position:sticky;top:0;background:#050505f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;width:100%;max-width:100vw;box-sizing:border-box}.tattoo-logo{font-family:var(--tattoo-font-heading);font-size:1.2rem;font-weight:700;letter-spacing:2px;color:var(--tattoo-text);text-decoration:none;text-transform:uppercase;z-index:1001}.hamburger{display:flex;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:10px;z-index:1002;transition:all .3s ease;position:relative}.hamburger span{width:25px;height:2px;background-color:var(--tattoo-text);transition:all .3s ease;display:block}.hamburger:hover span{background-color:var(--tattoo-accent)}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.menu-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background:#000000b3;z-index:999;animation:fadeIn .3s ease;overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.tattoo-nav{position:fixed;top:0;right:-100%;width:85vw;max-width:400px;height:100vh;height:100dvh;background:#050505fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;flex-direction:column;gap:1.5rem;padding:5rem 2rem 2rem;transition:right .4s cubic-bezier(.4,0,.2,1);overflow-y:auto;overflow-x:hidden;box-shadow:-5px 0 30px #00000080;visibility:hidden;z-index:1000;box-sizing:border-box}.tattoo-nav.active{right:0;visibility:visible}.tattoo-nav-link{color:var(--tattoo-text);text-decoration:none;font-size:1.1rem;text-transform:uppercase;letter-spacing:1.5px;transition:color .3s ease;position:relative;padding:.5rem 0;border-bottom:1px solid var(--tattoo-border);display:flex;align-items:center}.tattoo-nav-link:after{content:"";position:absolute;bottom:-1px;left:0;width:0;height:2px;background-color:var(--tattoo-accent);transition:width .3s ease}.tattoo-nav-link:hover{color:var(--tattoo-accent)}.tattoo-nav-link:hover:after,.tattoo-nav-link.active:after{width:100%}@media(min-width:769px){.tattoo-header{padding:1.5rem 2rem}.tattoo-logo{font-size:1.5rem}.hamburger,.menu-backdrop{display:none}.tattoo-nav{position:static;width:auto;max-width:none;height:auto;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;flex-direction:row;gap:1.5rem;padding:0;overflow:visible;box-shadow:none;visibility:visible;right:0}.tattoo-nav-link{font-size:.85rem;padding:0;border-bottom:none}.tattoo-nav-link:after{bottom:-5px}}@media(min-width:1024px){.tattoo-header{padding:1.5rem 3rem}.tattoo-logo{font-size:1.8rem}.tattoo-nav{gap:2rem}.tattoo-nav-link{font-size:.9rem}}@media(min-width:1280px){.tattoo-header{padding:1.5rem 4rem}.tattoo-nav{gap:2.5rem}}.tattoo-btn-primary{background:transparent;border:1px solid var(--tattoo-text);color:var(--tattoo-text);padding:.75rem 1.5rem;text-transform:uppercase;letter-spacing:2px;font-size:.75rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;width:100%;text-align:center}.tattoo-btn-primary:hover{background:var(--tattoo-text);color:var(--tattoo-bg)}.tattoo-btn-accent{background:var(--tattoo-accent);border:1px solid var(--tattoo-accent);color:#000;padding:.75rem 1.5rem;text-transform:uppercase;letter-spacing:2px;font-size:.75rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;font-weight:600;width:100%;text-align:center}.tattoo-btn-accent:hover{background:var(--tattoo-accent-hover);border-color:var(--tattoo-accent-hover)}.tattoo-btn-lang{background:transparent;border:1px solid rgba(255,255,255,.3);color:var(--tattoo-text);padding:.5rem 1rem;text-transform:uppercase;letter-spacing:1px;font-size:.75rem;cursor:pointer;transition:all .3s ease;font-family:var(--tattoo-font-body);width:100%;text-align:center}.tattoo-btn-lang:hover{background:#ffffff1a;border-color:var(--tattoo-text)}@media(min-width:769px){.tattoo-btn-primary,.tattoo-btn-accent{padding:.8rem 2rem;font-size:.8rem;width:auto;min-width:100px}.tattoo-btn-lang{width:auto;min-width:60px}}.tattoo-main{flex:1;display:flex;flex-direction:column;width:100%;max-width:100vw;overflow-x:hidden}.tattoo-footer{padding:3rem 1.5rem 2rem;border-top:1px solid var(--tattoo-border);font-size:.85rem;color:#ffffff80;background:linear-gradient(to bottom,#050505,#000)}@media(min-width:769px){.tattoo-footer{padding:4rem 2rem 2.5rem;font-size:.9rem}}@media(min-width:1024px){.tattoo-footer{padding:5rem 2rem 3rem}}.page-section{padding:3rem 1.5rem;max-width:1400px;margin:0 auto;width:100%;max-width:100vw;box-sizing:border-box;position:relative;overflow-x:hidden}.section-header{text-align:center;margin-bottom:3rem;position:relative}.section-title{font-family:var(--tattoo-font-heading);font-size:2rem;margin-bottom:1rem;font-weight:400;line-height:1.2}.section-subtitle{font-size:.8rem;color:var(--tattoo-accent);text-transform:uppercase;letter-spacing:2px}@media(min-width:769px){.page-section{padding:4rem 2.5rem}.section-header{margin-bottom:3.5rem}.section-title{font-size:2.5rem}.section-subtitle{font-size:.85rem;letter-spacing:2.5px}}@media(min-width:1024px){.page-section{padding:5rem 3rem}.section-header{margin-bottom:4rem}.section-title{font-size:2.8rem}.section-subtitle{font-size:.9rem;letter-spacing:3px}}@media(min-width:1280px){.page-section{padding:6rem 4rem}}.tattoo-hero{height:100vh;height:100dvh;min-height:500px;max-height:none;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;width:100%;max-width:100vw}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;object-fit:cover;object-position:center center;pointer-events:none;scale:1.05}@media(min-width:769px){.tattoo-hero{min-height:600px;max-height:1000px}.hero-video{scale:1;object-position:center center}}@media(min-width:1024px){.tattoo-hero{max-height:1080px}}.tattoo-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0009,#000000d9);z-index:1}.tattoo-hero:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:80px;background:linear-gradient(to bottom,transparent,#050505);z-index:1}.hero-content{position:relative;z-index:2;max-width:900px;width:100%;padding:0 1.5rem;margin-top:0;animation:fadeInUp 1s ease-out;box-sizing:border-box}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-tagline{font-size:.65rem;text-transform:uppercase;letter-spacing:2px;color:var(--tattoo-accent);margin-bottom:1.5rem;font-weight:300}.hero-title{font-family:var(--tattoo-font-heading);font-size:2.5rem;margin-bottom:1rem;line-height:1.1;text-shadow:0 4px 20px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.2rem;margin-bottom:2.5rem;font-weight:300;letter-spacing:1.5px;font-family:var(--tattoo-font-heading);font-style:italic}@media(min-width:769px){.tattoo-hero{min-height:600px;max-height:1000px}.hero-content{padding:0 2rem;margin-top:-3vh}.hero-tagline{font-size:.7rem;letter-spacing:2.5px;margin-bottom:1.75rem}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.4rem;letter-spacing:1.75px;margin-bottom:2.75rem}.tattoo-hero:after{height:100px}}@media(min-width:1024px){.tattoo-hero{max-height:1080px}.hero-content{margin-top:-5vh}.hero-tagline{font-size:.75rem;letter-spacing:3px;margin-bottom:2rem}.hero-title{font-size:4.5rem}.hero-subtitle{font-size:1.6rem;letter-spacing:2px;margin-bottom:3rem}}.stats-section{background:linear-gradient(135deg,#1a1a1a,#050505);padding:3rem 1.5rem;margin-top:-1px;position:relative;overflow:hidden;width:100%;max-width:100vw;box-sizing:border-box}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1200px;width:100%;margin:0 auto;text-align:center;box-sizing:border-box}.stat-item{padding:1.5rem .5rem;position:relative}.stat-item:after{display:none}.stat-number{font-family:var(--tattoo-font-heading);font-size:2.2rem;color:var(--tattoo-accent);font-weight:700;line-height:1;margin-bottom:.5rem}.stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:1.5px;color:#fff9}@media(min-width:769px){.stats-section{padding:3.5rem 2rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2.5rem}.stat-item{padding:1.75rem 1rem}.stat-item:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:60%;background:var(--tattoo-border);display:block}.stat-item:last-child:after{display:none}.stat-number{font-size:2.5rem}.stat-label{font-size:.8rem;letter-spacing:1.75px}}@media(min-width:1024px){.stats-section{padding:4rem 2rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem}.stat-item{padding:2rem 1rem}.stat-number{font-size:2.8rem}.stat-label{font-size:.85rem;letter-spacing:2px}}.features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1400px;width:100%;margin:0 auto;box-sizing:border-box}.feature-card{text-align:center;padding:2.5rem 2rem;border:1px solid var(--tattoo-border);background:linear-gradient(135deg,#ffffff05,#fff0);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.feature-card:hover{transform:translateY(-10px);border-color:var(--tattoo-accent);box-shadow:0 10px 40px #d4af3726}.feature-icon{color:var(--tattoo-accent);margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.feature-title{font-family:var(--tattoo-font-heading);font-size:1.2rem;margin-bottom:1rem;color:var(--tattoo-text)}.feature-desc{color:#ffffffb3;line-height:1.8;font-size:.9rem}@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(4,1fr);gap:2rem}.feature-card{padding:3rem 2.5rem}.feature-title{font-size:1.3rem}}.process-section{background:#000;position:relative}.process-grid{display:grid;grid-template-columns:1fr;gap:2rem;position:relative;width:100%;box-sizing:border-box}.process-step{text-align:center;padding:1.5rem;position:relative}.process-number{width:60px;height:60px;border-radius:50%;border:2px solid var(--tattoo-accent);display:flex;align-items:center;justify-content:center;font-family:var(--tattoo-font-heading);font-size:1.4rem;color:var(--tattoo-accent);margin:0 auto 1.5rem;background:#d4af371a;transition:all .3s ease}.process-step:hover .process-number{background:var(--tattoo-accent);color:#000;transform:scale(1.1)}.process-title{font-family:var(--tattoo-font-heading);font-size:1.1rem;margin-bottom:.75rem}.process-desc{color:#ffffffb3;line-height:1.6;font-size:.9rem}@media(min-width:640px){.process-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.process-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.process-step{padding:2rem}.process-number{width:70px;height:70px;font-size:1.6rem;margin-bottom:2rem}.process-title{font-size:1.2rem;margin-bottom:1rem}}.reviews-section{background:linear-gradient(to bottom,#0a0a0a,#000)}.reviews-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2.5rem;width:100%;box-sizing:border-box}.review-card{background:linear-gradient(135deg,#1a1a1a,#0d0d0d);padding:2rem;border-radius:8px;border:1px solid var(--tattoo-border);transition:all .3s ease;position:relative}.review-card:hover{transform:translateY(-5px);border-color:var(--tattoo-accent);box-shadow:0 10px 30px #00000080}.review-stars{color:var(--tattoo-accent);margin-bottom:1.25rem;font-size:1.1rem}.review-text{font-style:italic;line-height:1.8;margin-bottom:1.25rem;color:#ffffffe6;font-size:.95rem}.review-author{font-weight:600;color:var(--tattoo-accent);text-transform:uppercase;letter-spacing:1px;font-size:.85rem}@media(min-width:640px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.reviews-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.review-card{padding:2.5rem}.review-stars{margin-bottom:1.5rem;font-size:1.2rem}.review-text{margin-bottom:1.5rem;font-size:1rem}.review-author{font-size:.9rem}}.instagram-section{background:#050505}.instagram-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%;box-sizing:border-box}.instagram-item{aspect-ratio:1;overflow:hidden;position:relative;cursor:pointer;border-radius:4px}.instagram-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.instagram-item:hover img{transform:scale(1.1)}.instagram-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;pointer-events:none}.instagram-item:hover .instagram-overlay{opacity:0}.instagram-icon{position:absolute;top:10px;right:10px;color:#fff;background:#0009;padding:6px;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.instagram-item:hover .instagram-icon{background:#d4af37cc}@media(min-width:640px){.instagram-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.instagram-icon{top:12px;right:12px;padding:7px;width:34px;height:34px}}@media(min-width:1024px){.instagram-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.instagram-icon{top:15px;right:15px;padding:8px;width:36px;height:36px}}.ready-section{background:linear-gradient(135deg,#1a1a1a,#000);text-align:center;padding:5rem 1.5rem;position:relative;overflow:hidden;background-size:cover;background-position:center;background-blend-mode:overlay}.ready-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:1}.ready-section .section-title,.ready-section .ready-subtitle,.ready-section .tattoo-btn-accent{position:relative;z-index:2}.ready-section .section-title{margin-bottom:1.25rem}.ready-subtitle{font-size:.95rem;color:#ffffffb3;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}@media(min-width:769px){.ready-section{padding:7rem 2rem}.ready-section .section-title{margin-bottom:1.5rem}.ready-subtitle{font-size:1rem;margin-bottom:3rem}}@media(min-width:1024px){.ready-section{padding:10rem 2rem}}.inspiration-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{background:transparent;border:none;color:#ffffff80;font-family:var(--tattoo-font-heading);font-size:1rem;cursor:pointer;transition:all .3s ease;padding-bottom:5px;border-bottom:1px solid transparent}.filter-btn:hover,.filter-btn.active{color:var(--tattoo-text);border-bottom-color:var(--tattoo-accent)}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%;box-sizing:border-box}.gallery-item{position:relative;aspect-ratio:3/4;overflow:hidden;cursor:pointer;border-radius:2px}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.gallery-item:hover img{transform:scale(1.05)}.gallery-overlay{position:absolute;bottom:0;left:0;width:100%;padding:1.5rem;background:linear-gradient(to top,rgba(0,0,0,.9),transparent);opacity:0;transform:translateY(20px);transition:all .4s ease}.gallery-item:hover .gallery-overlay{opacity:1;transform:translateY(0)}.artist-name{font-family:var(--tattoo-font-heading);font-size:1rem;color:var(--tattoo-accent)}@media(min-width:640px){.gallery-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.inspiration-filters{gap:1.25rem}.filter-btn{font-size:1.1rem}}@media(min-width:1024px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.inspiration-filters{gap:1.5rem;margin-bottom:4rem}.filter-btn{font-size:1.2rem}.gallery-overlay{padding:2rem}.artist-name{font-size:1.2rem}}.artist-card{background:linear-gradient(135deg,#1a1a1a,#0d0d0d);border:1px solid var(--tattoo-border);border-radius:8px;overflow:hidden;transition:all .4s ease;margin-bottom:3rem}.artist-card:hover{transform:translateY(-5px);border-color:var(--tattoo-accent);box-shadow:0 15px 40px #d4af3733}.artist-header{display:flex;gap:2rem;padding:2.5rem;align-items:center}.artist-image{width:150px;height:150px;border-radius:50%;object-fit:cover;border:3px solid var(--tattoo-accent)}.artist-info{flex:1}.artist-name{font-family:var(--tattoo-font-heading);font-size:2rem;margin-bottom:.5rem;color:var(--tattoo-accent)}.artist-specialty{font-size:1rem;text-transform:uppercase;letter-spacing:2px;color:#ffffff80;margin-bottom:1rem}.artist-bio{color:#fffc;line-height:1.6;margin-bottom:1.5rem}.artist-stats{display:flex;gap:2rem;margin-bottom:1.5rem}.artist-stat{display:flex;flex-direction:column}.artist-stat-number{font-family:var(--tattoo-font-heading);font-size:1.5rem;color:var(--tattoo-accent)}.artist-stat-label{font-size:.8rem;text-transform:uppercase;letter-spacing:1px;color:#ffffff80}@media(max-width:768px){.artist-header{flex-direction:column;text-align:center}.artist-stats{justify-content:center}}.services-list{display:flex;flex-direction:column;gap:2rem;max-width:1000px;margin:0 auto}.service-card{display:flex;justify-content:space-between;align-items:center;padding:3rem;background:#ffffff05;border:1px solid var(--tattoo-border);transition:all .3s ease}.service-card:hover{background:#ffffff0d;border-color:var(--tattoo-accent);transform:translate(10px)}.service-info h3{font-family:var(--tattoo-font-heading);font-size:2rem;margin:0 0 .5rem}.service-desc{color:#fff9;max-width:500px}.service-action{display:flex;align-items:center;gap:3rem}.service-price{font-family:var(--tattoo-font-heading);font-size:1.8rem;color:var(--tattoo-accent)}@media(max-width:768px){.service-card{flex-direction:column;align-items:flex-start;gap:2rem;padding:2rem}.service-action{width:100%;flex-direction:column;align-items:flex-start;gap:1.5rem}.service-price{font-size:2rem}}.faq-container{max-width:900px;margin:0 auto}.faq-item{border-bottom:1px solid var(--tattoo-border);margin-bottom:.75rem}.faq-question{width:100%;text-align:left;background:transparent;border:none;padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;color:var(--tattoo-text);font-family:var(--tattoo-font-heading);font-size:1.1rem;transition:color .3s ease;line-height:1.3}.faq-question:hover{color:var(--tattoo-accent)}.faq-icon{font-size:1.3rem;transition:transform .3s ease;flex-shrink:0;margin-left:1rem}.faq-item.active .faq-icon{transform:rotate(45deg);color:var(--tattoo-accent)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(0,1,0,1);opacity:0}.faq-item.active .faq-answer{max-height:500px;opacity:1;transition:max-height .5s ease-in-out,opacity .5s ease-in-out}.faq-answer-content{padding-bottom:1.5rem;color:#ffffffb3;line-height:1.7;font-size:.95rem}@media(min-width:769px){.faq-item{margin-bottom:1rem}.faq-question{padding:2rem 0;font-size:1.3rem}.faq-icon{font-size:1.4rem}.faq-answer-content{padding-bottom:2rem;font-size:1.05rem;line-height:1.8}}@media(min-width:1024px){.faq-question,.faq-icon{font-size:1.5rem}.faq-answer-content{font-size:1.1rem}}.jewelry-header{position:fixed;top:0;left:0;width:100%;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--jewelry-border);z-index:1000;transition:all .3s ease}.jewelry-header-container{max-width:1400px;margin:0 auto;padding:clamp(15px,2vw,25px) clamp(20px,4vw,40px);display:flex;justify-content:space-between;align-items:center;min-height:60px}.jewelry-logo{display:flex;flex-direction:column;align-items:flex-start}.jewelry-logo h1{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:300;letter-spacing:.2em;color:var(--jewelry-text-dark);margin:0;line-height:1}.jewelry-subtitle{font-size:clamp(.65rem,1vw,.75rem);text-transform:uppercase;letter-spacing:.3em;color:var(--jewelry-gold);margin-top:5px;margin-left:2px}.jewelry-nav ul{display:flex;list-style:none;gap:clamp(20px,3vw,40px);margin:0;padding:0;align-items:center}.jewelry-nav button{background:none;border:none;font-family:Lato,sans-serif;font-size:clamp(.8rem,1vw,.95rem);text-transform:uppercase;letter-spacing:.1em;color:var(--jewelry-text-light);cursor:pointer;padding:5px 0;position:relative;transition:color .3s ease}.jewelry-nav button:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--jewelry-gold);transition:width .3s ease}.jewelry-nav button:hover{color:var(--jewelry-gold)}.jewelry-nav button:hover:after{width:100%}.jewelry-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:10px}.jewelry-menu-toggle span{width:25px;height:2px;background:var(--jewelry-text-dark);transition:all .3s ease}@media(max-width:968px){.jewelry-menu-toggle{display:flex}.jewelry-nav{position:fixed;top:80px;left:0;width:100%;background:var(--jewelry-white);border-bottom:1px solid var(--jewelry-border);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.jewelry-nav.open{transform:translateY(0);opacity:1;visibility:visible}.jewelry-nav ul{flex-direction:column;gap:0;padding:20px 40px}.jewelry-nav button{width:100%;text-align:left;padding:15px 0;border-bottom:1px solid var(--jewelry-border)}}@media(max-width:480px){.jewelry-header-container{padding:15px 20px}.jewelry-logo h1{font-size:2rem}.jewelry-subtitle{font-size:.65rem}}.jewelry-footer{background:var(--jewelry-cream);border-top:1px solid var(--jewelry-border);padding:60px 0 30px}.jewelry-footer-container{max-width:1400px;margin:0 auto;padding:0 40px}.footer-main{display:grid;grid-template-columns:1fr 2fr;gap:60px;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid var(--jewelry-border)}.footer-brand h3{font-size:2rem;letter-spacing:.2em;color:var(--jewelry-text-dark);margin-bottom:10px}.footer-brand p{font-size:.85rem;text-transform:uppercase;letter-spacing:.2em;color:var(--jewelry-gold)}.footer-info{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-section h4{font-size:1rem;text-transform:uppercase;letter-spacing:.15em;margin-bottom:15px;color:var(--jewelry-text-dark)}.footer-section p{font-size:.9rem;margin-bottom:8px;color:var(--jewelry-text-light)}.footer-section a{color:var(--jewelry-text-light);text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:var(--jewelry-gold)}.footer-social{display:flex;justify-content:center;gap:30px;margin-bottom:30px}.footer-social a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid var(--jewelry-border);border-radius:50%;color:var(--jewelry-text-dark);transition:all .3s ease}.footer-social a:hover{background:var(--jewelry-gold);border-color:var(--jewelry-gold);color:var(--jewelry-white);transform:translateY(-3px)}.footer-social svg{width:18px;height:18px}.footer-legal{display:flex;justify-content:center;gap:20px;align-items:center;margin-bottom:20px}.footer-legal a{font-family:Lato,sans-serif;font-size:.85rem;color:var(--jewelry-text-light);text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:var(--jewelry-gold)}.footer-legal span{color:var(--jewelry-border)}.footer-copyright{text-align:center}.footer-copyright p{font-size:.8rem;color:var(--jewelry-text-light)}@media(max-width:968px){.footer-main{grid-template-columns:1fr;gap:40px}.footer-info{grid-template-columns:1fr;gap:30px}}@media(max-width:480px){.jewelry-footer-container{padding:0 20px}.footer-social{gap:20px}.footer-legal{flex-direction:column;gap:10px}.footer-legal span{display:none}}:root{--jewelry-white: #FFFFFF;--jewelry-cream: #FFF8F0;--jewelry-cream-dark: #F5EBE0;--jewelry-gold: #D4AF37;--jewelry-gold-light: #F4E5C2;--jewelry-gold-dark: #B8941F;--jewelry-text-dark: #2C2C2C;--jewelry-text-light: #6B6B6B;--jewelry-border: #E8DCC8}*{margin:0;padding:0;box-sizing:border-box}.jewelry-layout{min-height:100vh;background-color:var(--jewelry-white);color:var(--jewelry-text-dark);font-family:Cormorant Garamond,Georgia,serif}.jewelry-main{width:100%}h1,h2,h3,h4,h5,h6{font-family:Cormorant Garamond,Georgia,serif;font-weight:400;letter-spacing:.05em;color:var(--jewelry-text-dark)}p{font-family:Lato,Arial,sans-serif;line-height:1.8;color:var(--jewelry-text-light)}.section-container{max-width:1400px;margin:0 auto;padding:100px 40px}.section-title{font-size:3.5rem;text-align:center;margin-bottom:60px;color:var(--jewelry-text-dark);text-transform:uppercase;letter-spacing:.15em;position:relative}.section-title:after{content:"";display:block;width:80px;height:2px;background:linear-gradient(90deg,transparent,var(--jewelry-gold),transparent);margin:20px auto 0}@media(max-width:768px){.section-container{padding:60px 20px}.section-title{font-size:2.5rem}}@media(max-width:480px){.section-title{font-size:2rem}}.hero-section{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-video{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,transparent 20%,rgba(0,0,0,.6) 100%),linear-gradient(to bottom,#0000004d,#0006)}.hero-content{position:relative;z-index:1;text-align:center;color:var(--jewelry-white);display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:12vh}.hero-title{font-size:6rem;font-weight:300;letter-spacing:.3em;margin-bottom:20px;color:var(--jewelry-white);text-shadow:0 4px 20px rgba(0,0,0,.8),0 0 60px rgba(212,175,55,.4)}.hero-tagline{font-family:Lato,sans-serif;font-size:1.3rem;text-transform:uppercase;letter-spacing:.3em;color:var(--jewelry-gold-light);margin-bottom:10px;font-weight:300;text-shadow:0 3px 15px rgba(0,0,0,.8)}.hero-location{font-family:Lato,sans-serif;font-size:1rem;text-transform:uppercase;letter-spacing:.2em;color:var(--jewelry-cream);margin-bottom:40px;display:flex;align-items:center;justify-content:center;gap:8px;text-shadow:0 2px 10px rgba(0,0,0,.8)}.location-icon{width:20px;height:20px;color:var(--jewelry-gold-light);filter:drop-shadow(0 2px 5px rgba(0,0,0,.8))}.hero-cta{display:inline-block;padding:18px 50px;background:var(--jewelry-gold);color:var(--jewelry-white);font-family:Lato,sans-serif;font-size:.9rem;text-transform:uppercase;letter-spacing:.15em;text-decoration:none;border:2px solid var(--jewelry-gold);transition:all .3s ease;box-shadow:0 4px 15px #d4af374d}.hero-cta:hover{background:transparent;color:var(--jewelry-gold);transform:translateY(-2px);box-shadow:0 6px 20px #d4af3766}.about-section{background:var(--jewelry-white)}.about-content{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center}.about-image{width:100%;height:100%;min-height:500px;position:relative}.about-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--jewelry-cream-dark),var(--jewelry-gold-light));border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 10px 40px #0000001a;overflow:hidden;transition:all .5s ease}.about-image-placeholder:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(212,175,55,.1) 0%,transparent 70%);transition:opacity .5s ease}.about-image-placeholder:after{content:"✦";font-size:5rem;color:var(--jewelry-gold);opacity:.3;position:relative;z-index:1;transition:all .5s ease}.about-content:has(p:nth-child(1):hover) .about-image-placeholder{background:linear-gradient(135deg,#f0e6d2,var(--jewelry-gold-light))}.about-content:has(p:nth-child(1):hover) .about-image-placeholder:after{content:"✦";transform:scale(1.1) rotate(15deg)}.about-content:has(p:nth-child(2):hover) .about-image-placeholder{background:linear-gradient(135deg,var(--jewelry-gold-light),#e8dcc8)}.about-content:has(p:nth-child(2):hover) .about-image-placeholder:after{content:"◆";transform:scale(1.1)}.about-content:has(p:nth-child(3):hover) .about-image-placeholder{background:linear-gradient(135deg,#d4c5a0,var(--jewelry-cream-dark))}.about-content:has(p:nth-child(3):hover) .about-image-placeholder:after{content:"❦";transform:scale(1.1) rotate(-15deg)}.about-text{display:flex;flex-direction:column;gap:30px;position:relative;padding:20px 0}.about-text p{font-size:1.15rem;line-height:2;color:var(--jewelry-text-light);position:relative;padding-left:20px;border-left:2px solid var(--jewelry-gold-light);cursor:pointer;transition:all .4s ease}.about-text p:hover{color:var(--jewelry-text-dark);border-left-color:var(--jewelry-gold);border-left-width:3px;padding-left:25px}.collection-section{background:var(--jewelry-cream)}.collection-subtitle{text-align:center;font-family:Lato,sans-serif;font-size:1rem;color:var(--jewelry-gold);margin-top:-40px;margin-bottom:60px;font-style:italic}.collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:60px}.collection-category h3{font-size:2rem;text-align:center;margin-bottom:30px;color:var(--jewelry-text-dark);text-transform:uppercase;letter-spacing:.2em}.collection-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.collection-item{aspect-ratio:1;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.collection-item:hover{transform:translateY(-5px);box-shadow:0 8px 30px #d4af3733}.item-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--jewelry-cream-dark),var(--jewelry-gold-light));display:flex;align-items:center;justify-content:center;position:relative}.item-image-placeholder:after{content:"✦";font-size:3rem;color:var(--jewelry-gold);opacity:.3}.services-section{background:var(--jewelry-white)}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1400px;margin:0 auto}.service-card{text-align:center;padding:40px 25px;background:var(--jewelry-cream);border-radius:8px;border:1px solid var(--jewelry-border);transition:all .3s ease;display:flex;flex-direction:column;align-items:center}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #d4af3726;border-color:var(--jewelry-gold)}.service-icon{width:50px;height:50px;margin-bottom:20px;color:var(--jewelry-gold)}.service-icon svg{width:100%;height:100%}.service-card h3{font-size:1.3rem;margin-bottom:15px;color:var(--jewelry-text-dark)}.service-card p{font-size:.9rem;line-height:1.7}.why-us-section{background:var(--jewelry-cream)}.why-us-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;max-width:1200px;margin:0 auto}.why-us-item{text-align:center;padding:30px 20px}.check-icon{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background:var(--jewelry-gold);color:var(--jewelry-white);border-radius:50%;font-size:1.5rem;margin-bottom:20px}.why-us-item h3{font-size:1.3rem;margin-bottom:10px;color:var(--jewelry-text-dark)}.why-us-item p{font-size:.9rem}.gallery-section{background:var(--jewelry-white)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1400px;margin:0 auto}.gallery-item{border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.gallery-item-hero{grid-column:span 4;aspect-ratio:16 / 9}.gallery-item-square{aspect-ratio:1}.gallery-item-panoramic{grid-column:span 4;aspect-ratio:21 / 6}.gallery-item:hover{transform:translateY(-5px);box-shadow:0 8px 30px #d4af3733}.gallery-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--jewelry-cream-dark),var(--jewelry-gold-light));display:flex;align-items:center;justify-content:center;position:relative}.gallery-image-placeholder:after{content:"◆";font-size:4rem;color:var(--jewelry-gold);opacity:.3}.contact-location-section{background:var(--jewelry-cream)}.contact-location-content{display:grid;grid-template-columns:1.5fr 1fr;gap:60px;align-items:start}.location-map{border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0000001a;position:relative}.location-map iframe{display:block;height:500px;width:100%}.contact-location-info{display:flex;flex-direction:column;gap:30px}.info-block{padding-bottom:20px;border-bottom:1px solid var(--jewelry-border)}.info-block:last-of-type{border-bottom:none;padding-bottom:0}.info-block h3{font-size:1.3rem;margin-bottom:12px;color:var(--jewelry-text-dark);text-transform:uppercase;letter-spacing:.1em}.info-row{display:grid;grid-template-columns:1fr 1fr;gap:30px}.info-detail{font-size:.95rem;margin-bottom:6px;color:var(--jewelry-text-light);line-height:1.6}.contact-buttons{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact-btn{display:flex;align-items:center;gap:12px;padding:15px 20px;background:var(--jewelry-white);color:var(--jewelry-text-dark);text-decoration:none;border:1px solid var(--jewelry-border);border-radius:8px;transition:all .3s ease}.contact-btn.full-width{grid-column:span 2}.contact-btn:hover{background:var(--jewelry-gold);color:var(--jewelry-white);border-color:var(--jewelry-gold);transform:translateY(-2px)}.contact-btn:hover svg{color:var(--jewelry-white)}.contact-btn svg{width:20px;height:20px;flex-shrink:0;color:var(--jewelry-gold);transition:color .3s ease}.contact-btn-text{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.contact-btn-label{font-family:Lato,sans-serif;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--jewelry-text-light);transition:color .3s ease}.contact-btn:hover .contact-btn-label{color:#ffffffe6}.contact-btn-value{font-family:Lato,sans-serif;font-size:.9rem;font-weight:500;color:var(--jewelry-text-dark);transition:color .3s ease}.contact-btn:hover .contact-btn-value{color:var(--jewelry-white)}.maps-cta-btn{display:block;width:100%;padding:15px 30px;background:var(--jewelry-gold);color:var(--jewelry-white);font-family:Lato,sans-serif;font-size:.9rem;text-transform:uppercase;letter-spacing:.15em;text-decoration:none;border:2px solid var(--jewelry-gold);border-radius:6px;transition:all .3s ease;text-align:center;margin-top:20px}.maps-cta-btn:hover{background:transparent;color:var(--jewelry-gold);transform:translateY(-2px);box-shadow:0 4px 15px #d4af374d}@media(max-width:968px){.hero-title{font-size:4rem}.collection-grid{grid-template-columns:1fr;gap:50px}.about-content{grid-template-columns:1fr}.about-image{min-height:400px}.services-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:1fr}.gallery-item-hero,.gallery-item-square,.gallery-item-panoramic{grid-column:span 1}.contact-location-content,.info-row,.contact-buttons{grid-template-columns:1fr}.contact-btn.full-width{grid-column:span 1}}@media(max-width:768px){.hero-title{font-size:3rem}.hero-tagline{font-size:1rem}.services-grid,.why-us-grid{grid-template-columns:1fr}}@media(max-width:480px){.hero-title{font-size:2.5rem;letter-spacing:.2em}.hero-tagline{font-size:.9rem}.hero-cta{padding:15px 35px;font-size:.85rem}.about-text p{font-size:1rem}.collection-items{grid-template-columns:1fr}}
