:root{--bg-dark:#070707;--bg-dark-alt:#101010;--bg-panel:#ffffff0a;--border:#ffffff1a;--text-light:#f5f1eb;--text-muted:#c9c0b6;--accent:#b30f1f;--accent-light:#df3a4b;--gold:#d6b47a;--heading-font:"Cormorant Garamond", serif;--body-font:"Inter", sans-serif;--max-width:1240px;--header-height:78px;--transition:.35s ease;--shadow-soft:0 20px 50px #00000059}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--body-font);color:var(--text-light);background:radial-gradient(circle at top,#b30f1f26,#0000 35%),linear-gradient(#070707 0%,#0b0b0b 40%,#060606 100%);line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font);letter-spacing:.2px;color:var(--text-light);font-weight:700;line-height:1.05}p{color:var(--text-muted);font-size:.98rem}.container{width:min(92%, var(--max-width));margin:0 auto}.fade-in{opacity:0;transition:all .7s;transform:translateY(30px)}.fade-in.in-view{opacity:1;transform:translateY(0)}.section-kicker{letter-spacing:.22em;text-transform:uppercase;color:var(--gold);align-items:center;gap:10px;margin-bottom:16px;font-size:.75rem;display:inline-flex}.section-heading{max-width:760px;margin-bottom:32px}.section-heading h2{margin-bottom:14px;font-size:clamp(2.3rem,5vw,4.2rem)}.split-heading{grid-template-columns:1.1fr .9fr;align-items:end;gap:28px;display:grid}.btn{min-height:52px;color:var(--text-light);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #d6b47a73;border-radius:999px;justify-content:center;align-items:center;padding:.9rem 1.5rem;font-weight:600;display:inline-flex;box-shadow:inset 0 0 0 1px #ffffff0a}.btn:hover{border-color:var(--gold);background:#d6b47a14;transform:translateY(-2px)}.btn.small{min-height:44px;padding:.7rem 1.1rem;font-size:.92rem}.btn-solid{background:linear-gradient(135deg, var(--accent) 0%, #760813 100%);border-color:#ffffff14}.btn-solid:hover{background:linear-gradient(135deg, var(--accent-light) 0%, var(--accent) 100%)}header{z-index:1000;backdrop-filter:blur(20px);background:#070707db;border-bottom:1px solid #ffffff0f;position:sticky;top:0}header .container{min-height:var(--header-height);justify-content:space-between;align-items:center;gap:22px;display:flex}.logo{white-space:nowrap;gap:0;font-size:1rem;font-weight:700;display:inline-flex}.studio-experience{position:relative}.studio-heading{margin-bottom:24px}.studio-layout{grid-template-columns:minmax(320px,.95fr) minmax(320px,.8fr);align-items:start;gap:24px;display:grid}.studio-copy-card{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:linear-gradient(#ffffff0d,#ffffff05);border-radius:30px;padding:34px}.studio-copy-card h3{max-width:9ch;margin-bottom:20px;font-size:clamp(2.2rem,4.4vw,4.4rem);line-height:.95}.studio-copy-card p{max-width:56ch}.studio-pills{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.studio-pills span{min-height:46px;color:var(--text-light);background:#ffffff08;border:1px solid #ffffff1c;border-radius:999px;align-items:center;padding:.8rem 1rem;font-weight:500;display:inline-flex}.studio-stack{grid-template-columns:1fr;gap:18px;display:grid}.studio-shot{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#111;border-radius:28px;position:relative;overflow:hidden}.studio-shot img{object-fit:cover;width:100%;height:auto}.studio-shot-large img,.studio-shot:not(.studio-shot-large) img{aspect-ratio:4/5}.studio-shot figcaption{color:#fff;font-family:var(--body-font);background:linear-gradient(#0000 0%,#000000d1 78%);padding:18px 18px 20px;font-size:.98rem;position:absolute;bottom:0;left:0;right:0}.studio-reveal .studio-copy-card,.studio-reveal .studio-shot{opacity:0;transform:translateY(24px)}.fade-in.in-view.studio-reveal .studio-copy-card{animation:.7s forwards studioRise}.fade-in.in-view.studio-reveal .studio-shot:first-child{animation:.7s .12s forwards studioRise}.fade-in.in-view.studio-reveal .studio-shot:nth-child(2){animation:.7s .24s forwards studioRise}@keyframes studioRise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.aftercare-section h2{letter-spacing:0;margin-top:22px;margin-bottom:8px;font-size:clamp(1.45rem,2.2vw,2rem);line-height:1.08}.aftercare-section p,.aftercare-section li{font-size:1rem}nav ul{align-items:center;gap:1.6rem;display:flex}nav a{color:#fffc;font-size:.95rem;position:relative}nav a:hover,nav a.active{color:#fff}nav a:after{content:"";background:linear-gradient(90deg, var(--accent-light), var(--gold));width:0;height:2px;transition:var(--transition);position:absolute;bottom:-8px;left:0}nav a:hover:after,nav a.active:after{width:100%}.nav-toggle{background:0 0;border:0;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;display:none}.nav-toggle span{width:100%;height:2px;transition:var(--transition);background:#fff;display:block}.nav-toggle.open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.premium-hero{background-position:50% 78%;background-size:cover;align-items:center;min-height:80vh;display:flex;position:relative}.overlay{background:linear-gradient(90deg,#000000bf 0%,#00000073 50%,#000000a6 100%),linear-gradient(#b30f1f38 0%,#0000 40%,#000c 100%);position:absolute;inset:0}.hero-content{z-index:1;max-width:760px;padding:32px 0 64px;position:relative}.hero-content h1{margin-bottom:16px;font-size:clamp(3.3rem,8vw,6.7rem)}.hero-content p{max-width:640px;margin-bottom:22px;font-size:1.1rem}.hero-meta-row,.hero-actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.hero-actions{margin-top:24px}.hero-trust-badge,.hero-location-pill{backdrop-filter:blur(16px);background:#ffffff0d;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:10px;min-height:50px;padding:.8rem 1rem;display:inline-flex}.hero-trust-stars{color:var(--gold);letter-spacing:.12em}section{padding:92px 0}.luxury-intro,.featured-artists,.google-reviews,.instagram-premium,.location-section,.seo-content,.signature-showcase,.premium-cta{position:relative}.value-grid,.signature-grid,.artist-grid,.location-grid,.instagram-grid{gap:22px;display:grid}.value-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.value-card,.artist-card,.review-card,.location-card{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:linear-gradient(#ffffff0f,#ffffff06);border-radius:26px;padding:26px}.value-card h3{margin-bottom:10px;font-size:1.55rem}.owners-layout{grid-template-columns:.85fr 1.15fr;align-items:center;gap:44px;display:grid}.owners-photo{border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:30px;overflow:hidden}.owners-photo img{object-fit:cover;width:100%;height:100%;display:block}.owners-copy h2{margin:10px 0 18px;font-size:clamp(2.2rem,4vw,3.2rem)}.owners-copy p{max-width:60ch;margin-bottom:24px}.signature-grid{grid-template-columns:1.15fr .85fr .85fr;align-items:stretch}.signature-card{border:1px solid var(--border);background:#111;border-radius:30px;min-height:520px;position:relative;overflow:hidden}.signature-card img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.signature-card:hover img{transform:scale(1.05)}.signature-card-copy{background:linear-gradient(#0000 0%,#000000d9 78%);padding:24px;position:absolute;bottom:0;left:0;right:0}.signature-card-copy h3{font-size:2rem}.coverup-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.coverup-card{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:linear-gradient(#ffffff0f,#ffffff06);border-radius:26px;padding:18px}.coverup-reveal{aspect-ratio:4/5;border:1px solid var(--border);cursor:pointer;outline-offset:4px;border-radius:18px;position:relative;overflow:hidden}.coverup-reveal img{object-fit:cover;width:100%;height:100%;transition:opacity .7s,transform .6s;display:block;position:absolute;inset:0}.coverup-before{opacity:1}.coverup-after{opacity:0;transform:scale(1.04)}.coverup-reveal:hover .coverup-before,.coverup-reveal:focus-visible .coverup-before,.coverup-reveal.is-active .coverup-before{opacity:0}.coverup-reveal:hover .coverup-after,.coverup-reveal:focus-visible .coverup-after,.coverup-reveal.is-active .coverup-after{opacity:1;transform:scale(1)}.coverup-tag{backdrop-filter:blur(6px);color:#fff;text-transform:uppercase;letter-spacing:.14em;background:#000000a6;border:1px solid #ffffff29;border-radius:999px;padding:.4rem .9rem;font-size:.7rem;font-weight:600;transition:opacity .5s;position:absolute;top:14px;left:14px}.coverup-tag-before{opacity:1}.coverup-tag-after,.coverup-reveal:hover .coverup-tag-before,.coverup-reveal:focus-visible .coverup-tag-before,.coverup-reveal.is-active .coverup-tag-before{opacity:0}.coverup-reveal:hover .coverup-tag-after,.coverup-reveal:focus-visible .coverup-tag-after,.coverup-reveal.is-active .coverup-tag-after{opacity:1}.coverup-card-copy{padding:18px 4px 4px}.coverup-card-copy h3{margin-bottom:4px;font-size:1.3rem}.coverup-card-copy p{color:var(--text-muted);margin:0;font-size:.9rem}.artist-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}.artist-card{text-align:center;overflow:hidden}.artist-card img{aspect-ratio:4/5;object-fit:cover;border-radius:18px;width:100%;margin-bottom:16px}.artist-card h3{font-size:1.6rem}.reviews-viewport{flex:1 1 0;min-width:0;overflow:hidden}.review-card{border-color:#d6b47a2e;flex-direction:column;flex:none;padding:24px;transition:border-color .3s,box-shadow .3s;display:flex}.review-card:hover{border-color:#d6b47a61;box-shadow:0 12px 40px #00000070}.reviews-arrow{width:42px;height:42px;color:var(--text-light);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff24;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .25s,background .25s,opacity .25s;display:inline-flex}.reviews-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:26px;display:flex}.reviews-dot{cursor:pointer;background:#ffffff2e;border:0;border-radius:999px;width:7px;height:7px;padding:0;transition:background .25s,width .25s}.premium-instagram-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:24px}.premium-instagram-grid a{border:1px solid var(--border);min-height:360px;box-shadow:var(--shadow-soft);border-radius:24px;position:relative;overflow:hidden}.premium-instagram-grid img{object-fit:cover;width:100%;height:100%;transition:transform .55s}.premium-instagram-grid a:hover img{transform:scale(1.06)}.premium-instagram-grid span{color:#fff;background:#000000a6;border:1px solid #ffffff1f;border-radius:999px;padding:.55rem .8rem;font-size:.84rem;position:absolute;bottom:16px;left:16px}.location-grid{grid-template-columns:.85fr 1.15fr;align-items:stretch;gap:24px}.map-embed-wrap{background:#ffffff0a;border:1px solid #ffffff29;border-radius:28px;min-height:430px;overflow:hidden;box-shadow:0 30px 60px #0000006b}.map-embed-wrap iframe{filter:saturate(.9)contrast(1.03);border:0;width:100%;height:100%;min-height:430px}.premium-cta{text-align:center;box-shadow:var(--shadow-soft);background:linear-gradient(#b30f1f24,#ffffff05);border:1px solid #d6b47a2e;border-radius:30px}.premium-cta h2{margin-bottom:12px;font-size:clamp(2.3rem,5vw,4rem)}.premium-cta p{max-width:620px;margin:0 auto 22px}footer{background:#00000047;border-top:1px solid #ffffff14;margin-top:40px}.footer-grid{grid-template-columns:1.2fr .8fr .8fr;gap:28px;padding:52px 0;display:grid}.footer-section h3{margin-bottom:12px;font-size:1.7rem}.footer-section li+li{margin-top:10px}.social-links{flex-wrap:wrap;gap:14px;display:flex}.copyright{text-align:center;padding:0 0 30px}@media (width<=1100px){.artist-grid-four{grid-template-columns:repeat(3,minmax(0,1fr))}.premium-instagram-grid,.value-grid,.signature-grid,.location-grid,.split-heading,.footer-grid{grid-template-columns:1fr 1fr}.studio-layout{grid-template-columns:1fr}}@media (width<=768px){header .container{min-height:72px}nav{width:100%;height:calc(100vh - 72px);transition:var(--transition);background:#0a0a0afa;padding:26px 20px;position:fixed;top:72px;right:0;transform:translate(100%)}nav.open{transform:translate(0)}nav ul{flex-direction:column;align-items:flex-start;gap:1.15rem}.nav-toggle{display:flex}.premium-instagram-grid,.value-grid,.signature-grid,.artist-grid-four,.location-grid,.split-heading,.footer-grid,.studio-layout{grid-template-columns:1fr}.owners-layout{grid-template-columns:1fr;gap:26px}.owners-photo img{max-height:420px}.coverup-grid{grid-template-columns:1fr}.brand-mark{width:25px;height:25px;transform:translateY(2px)}.logo-main{font-size:1.55rem}.logo-accent{letter-spacing:.16em;font-size:.62rem}.premium-hero{align-items:flex-start;min-height:auto}.hero-content{padding:20px 0 40px}.hero-content h1{font-size:3.2rem}.reviews-arrow{width:38px;height:38px}section{padding:72px 0}}.page-hero{background-position:50%;background-size:cover;align-items:end;min-height:42vh;display:flex;position:relative}.page-hero .overlay{background:linear-gradient(#00000059 0%,#000000b8 72%,#070707 100%),linear-gradient(90deg,#b30f1f3d 0%,#0000 45%,#00000052 100%);position:absolute;inset:0}.page-hero-content{z-index:1;width:min(92%, var(--max-width));margin:0 auto;padding:0 0 52px;position:relative}.page-hero-content h1{margin-bottom:10px;font-size:clamp(3rem,6vw,5rem)}.page-hero-content p{max-width:560px;color:var(--text-light);opacity:.8;font-size:1.05rem}.artist-jump-nav{text-align:center;padding-top:18px;padding-bottom:10px}.artist-jump-nav .eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--gold);margin-bottom:16px;font-size:.78rem}.jump-links{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.jump-links a{color:var(--text-light);background:#ffffff08;border:1px solid #d6b47a40;border-radius:999px;padding:.8rem 1.1rem}.jump-links a:hover{border-color:var(--gold);background:#d6b47a14;transform:translateY(-2px)}.artists-list{gap:28px;display:grid}.artist-profile{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:linear-gradient(#ffffff0b,#ffffff05);border-radius:28px;grid-template-columns:340px 1fr;align-items:start;gap:30px;padding:28px;display:grid}.artist-image img{aspect-ratio:4/5;object-fit:cover;border:1px solid #ffffff0f;border-radius:22px;width:100%}.artist-info h2{margin-bottom:8px;font-size:clamp(2rem,4vw,3rem)}.artist-info .specialties{color:var(--gold);margin-bottom:12px;font-weight:600}.artist-info .bio{max-width:760px;margin-bottom:18px}.artist-carousel{margin:20px 0 18px}.artist-carousel h3{margin-bottom:12px;font-size:1.15rem}.artist-carousel-stage{border:1px solid var(--border);background:#111;border-radius:20px;justify-content:center;align-items:center;max-height:560px;display:flex;position:relative;overflow:hidden}.artist-carousel-stage img{object-fit:contain;width:100%;max-height:560px}.artist-carousel-arrow{color:#fff;cursor:pointer;background:#070707c7;border:1px solid #ffffff24;border-radius:50%;width:46px;height:46px;position:absolute;top:50%;transform:translateY(-50%)}.artist-carousel-arrow.prev{left:12px}.artist-carousel-arrow.next{right:12px}.artist-carousel-thumbs{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.artist-carousel-thumbs img{aspect-ratio:1;object-fit:cover;opacity:.72;cursor:pointer;border:1px solid #ffffff14;border-radius:14px;width:100%}.artist-carousel-thumbs img.active,.artist-carousel-thumbs img:hover{opacity:1;border-color:#d6b47a6b}.artist-portfolio-note{color:#ffffffb8;margin-top:-4px;margin-bottom:18px;font-size:.96rem}.gallery-section{gap:24px;display:grid}.filter-buttons{text-align:center}.filter-btn{color:var(--text-light);cursor:pointer;font-family:var(--body-font);background:#ffffff08;border:1px solid #d6b47a3d;border-radius:999px;margin:.3rem;padding:.78rem 1rem;font-weight:600}.filter-btn.active,.filter-btn:hover{border-color:var(--gold);background:#d6b47a1a}.gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.gallery-item{border:1px solid var(--border);aspect-ratio:1;cursor:pointer;box-shadow:var(--shadow-soft);background:#111;border-radius:22px;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.gallery-item:hover img{transform:scale(1.04)}.gallery-tag{z-index:1;color:var(--gold);text-transform:uppercase;letter-spacing:.1em;pointer-events:none;background:#070707c7;border:1px solid #d6b47a59;border-radius:999px;align-items:center;padding:.4rem .75rem;font-size:.68rem;font-weight:600;display:inline-flex;position:absolute;top:12px;left:12px}.gallery-artist-tag{z-index:1;color:var(--text-light);transition:var(--transition);background:#070707c7;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:6px;padding:.4rem .75rem;font-size:.72rem;font-weight:600;display:inline-flex;position:absolute;bottom:12px;left:12px}.gallery-artist-tag:hover{border-color:var(--gold);color:var(--gold)}.gallery-artist-tag svg{flex-shrink:0}.lightbox-artist-tag{color:var(--gold);background:#070707d1;border:1px solid #d6b47a66;border-radius:999px;align-items:center;padding:.6rem 1.1rem;font-size:.9rem;font-weight:600;display:inline-flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.lightbox-artist-tag:hover{border-color:var(--gold);background:#d6b47a1f}.lightbox{z-index:3000;opacity:0;pointer-events:none;background:#000000eb;justify-content:center;align-items:center;transition:all .3s;display:flex;position:fixed;inset:0}.lightbox.active{opacity:1;pointer-events:auto}.lightbox img{border-radius:18px;max-width:88vw;max-height:84vh}.lightbox.hidden{display:none}.lightbox-close,.lightbox-prev,.lightbox-next{color:#fff;background:#ffffff14;border:1px solid #ffffff24;border-radius:999px;position:absolute}.lightbox-close{width:48px;height:48px;font-size:1.8rem;top:24px;right:24px}.lightbox-prev,.lightbox-next{width:54px;height:54px;font-size:1.6rem;top:50%;transform:translateY(-50%)}.lightbox-prev{left:24px}.lightbox-next{right:24px}.booking-form-section,.contact-section,.aftercare-section,.legal-section{position:relative}.contact-section{grid-template-columns:1fr 1fr;align-items:start;gap:28px;display:grid}.booking-form-section{grid-template-columns:1fr;gap:28px;display:grid}.consultation-intro,.contact-info,.aftercare-section,.contact-form-container,.booking-form-card,.legal-section{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:linear-gradient(#ffffff0b,#ffffff05);border-radius:28px;padding:28px}.booking-form-section h2,.contact-section h2,.aftercare-section h2,.legal-section h2{font-size:clamp(1.8rem,3vw,2.5rem)}.consultation-intro p:last-child,.contact-info p:last-child{margin-bottom:0}.booking-type-select{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.booking-type-card{text-align:left;cursor:pointer;border:1px solid var(--border);box-shadow:var(--shadow-soft);color:var(--text-light);font-family:var(--body-font);transition:var(--transition);background:linear-gradient(#ffffff0b,#ffffff05);border-radius:28px;padding:26px}.booking-type-card h3{margin-bottom:6px;font-size:1.6rem}.booking-type-card p{margin:0}.booking-type-card:hover{border-color:#d6b47a80;transform:translateY(-2px)}.booking-type-card.active{border-color:var(--gold);background:#d6b47a14}.booking-panel-hint{text-align:center;color:var(--text-muted);font-size:.92rem}.booking-panel-note{color:var(--text-muted);border-bottom:1px solid #ffffff14;margin-bottom:18px;padding-bottom:18px;font-size:.92rem}.booking-panel-note a{color:var(--gold)}.piercing-checkbox-groups{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:4px;display:grid}.piercing-quote-row{background:#d6b47a0f;border:1px solid #d6b47a4d;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;padding:16px 18px;display:flex}.piercing-quote-row span{color:var(--text-light);flex-direction:column;gap:2px;font-weight:600;display:flex}.piercing-quote-row span em{color:var(--text-muted);font-size:.82rem;font-style:normal;font-weight:400}.piercing-quote-row strong{font-family:var(--body-font);color:var(--gold);font-size:1.7rem}.piercing-quote-note{color:var(--text-muted);margin-top:8px;font-size:.82rem}.piercing-checkbox-group{border:1px solid var(--border);background:#ffffff05;border-radius:20px;padding:16px}.piercing-checkbox-group legend{color:var(--gold);text-transform:uppercase;letter-spacing:.14em;padding:0 6px;font-size:.8rem;font-weight:600}.piercing-checkbox-list{flex-direction:column;gap:8px;margin-top:8px;display:flex}.piercing-checkbox{cursor:pointer;color:var(--text-light);transition:var(--transition);background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:8px;padding:9px 12px;font-size:.9rem;display:flex}.piercing-checkbox:hover{border-color:#d6b47a66}.piercing-checkbox.active{border-color:var(--gold);background:#d6b47a14}.piercing-checkbox input{width:auto;min-height:0;accent-color:var(--gold)}.piercing-checkbox span{flex:1}.piercing-checkbox em{color:var(--text-muted);font-size:.82rem;font-style:normal}.booking-form,.contact-form{gap:16px;display:grid}.booking-form{grid-template-columns:repeat(2,minmax(0,1fr))}.booking-form .form-group.full{grid-column:1/-1}.form-group{flex-direction:column;gap:8px;display:flex}label{color:var(--text-light);font-size:.92rem;font-weight:600}input,select,textarea{width:100%;min-height:52px;color:var(--text-light);font-family:var(--body-font);color-scheme:dark;background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;padding:.9rem 1rem;font-size:.96rem}textarea{resize:vertical;min-height:150px}select option{background:var(--bg-dark-alt);color:var(--text-light)}select option:checked,select option:hover{background:var(--gold);color:var(--bg-dark)}input[type=file]{padding:.75rem}.booking-form button,.contact-form button{border:0}.contact-section{grid-template-columns:.95fr 1.05fr}.map-placeholder{min-height:260px;color:var(--text-muted);background:#ffffff05;border:1px dashed #d6b47a47;border-radius:22px;justify-content:center;align-items:center;margin-top:18px;display:flex}.aftercare-section{max-width:900px}.aftercare-section h2{color:var(--text-light);margin-top:18px;margin-bottom:6px}.aftercare-section ul{color:var(--text-muted);margin:12px 0 0 1.2rem;list-style:outside}.aftercare-section li+li{margin-top:8px}.disclaimer{color:#b8aea4;margin-top:20px;font-size:.88rem}.legal-hero{min-height:30vh}.legal-section{max-width:820px;margin:0 auto 60px}.legal-section h2{color:var(--text-light);margin-top:30px;margin-bottom:8px}.legal-section h2:first-of-type{margin-top:0}.legal-section p{margin-top:10px;line-height:1.75}.legal-section p:first-of-type{margin-top:0}.legal-section a{color:var(--gold);text-underline-offset:3px;text-decoration:underline}.legal-section .avoid-list{color:var(--text-muted);margin:12px 0 0 1.2rem;list-style:outside}.legal-section .avoid-list li+li{margin-top:8px}.legal-updated{color:var(--gold);text-transform:uppercase;letter-spacing:.12em;margin-bottom:22px;font-size:.85rem;font-weight:600}.legal-links{flex-wrap:wrap;justify-content:center;gap:18px;margin-top:10px;display:flex}.legal-links a{color:var(--text-muted);font-size:.85rem}.legal-links a:hover{color:var(--gold)}.social-icons{gap:12px;display:flex}.social-icons a{background:#ffffff08;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.social-icons svg{fill:currentColor}.seo-content .section-heading h2{max-width:12ch;font-size:clamp(2.8rem,6vw,5rem)}.seo-content .section-heading p{max-width:760px;font-size:1.04rem}.hero-trust-badge span:last-child{font-family:var(--body-font);font-variant-numeric:lining-nums tabular-nums;letter-spacing:-.03em}@media (width<=1100px){.artist-profile,.contact-section,.gallery-grid{grid-template-columns:1fr 1fr}.artist-profile,.piercing-checkbox-groups{grid-template-columns:1fr}}@media (width<=768px){.page-hero{min-height:34vh}.page-hero-content{padding-bottom:34px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.booking-form-section,.contact-section,.artist-profile,.booking-type-select,.booking-form{grid-template-columns:1fr}.artist-carousel-thumbs{grid-template-columns:repeat(2,minmax(0,1fr))}.lightbox-prev,.lightbox-next{width:44px;height:44px}}@media (width<=480px){.gallery-grid{gap:10px}}.luxury-intro{box-shadow:var(--shadow-soft);background:linear-gradient(#b30f1f1f,#0000000a);border:1px solid #ffffff0f;border-radius:34px;padding:64px 34px;position:relative;overflow:hidden}.luxury-intro:before{content:"";filter:grayscale()brightness(.34)contrast(1.08);pointer-events:none;background-image:url(/images/hero.png);background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.02)}.luxury-intro:after{content:"";pointer-events:none;background:linear-gradient(90deg,#050505f5 0%,#050505e0 44%,#080808b3 100%),linear-gradient(#b30f1f1f,#0000001f);position:absolute;inset:0}.luxury-intro>*{z-index:1;position:relative}.luxury-intro .split-heading p,.location-section .split-heading p,.location-card p,.contact-info p{color:#ece3d8}.luxury-intro .value-card{background:linear-gradient(#121212d1,#0c0c0cb8);border-color:#ffffff1c}.location-section{box-shadow:var(--shadow-soft);background:linear-gradient(#070707f2,#0a0a0ae6);border:1px solid #ffffff0f;border-radius:34px;padding:58px 34px}.location-card{background:linear-gradient(#121212f0,#0a0a0ad6);border-color:#ffffff1f;flex-direction:column;justify-content:space-between;min-height:430px;display:flex}.location-card h3{margin-bottom:10px;font-size:2rem}.location-card p{font-size:1.06rem;line-height:1.75}.location-card .btn{align-self:flex-start;margin-top:22px}.location-section .section-heading{margin-bottom:26px}.contact-section .contact-info,.contact-section .contact-form-container{background:linear-gradient(#121212eb,#0b0b0bd1);border-color:#ffffff1f}.map-placeholder{background:#ffffff08;border-style:solid;border-color:#ffffff1f}.contact-info a{color:var(--text-light)}@media (width<=640px){.reviews-arrow{width:36px;height:36px}.reviews-bottom{flex-direction:column;align-items:center;gap:14px}}@media (width<=768px){.luxury-intro,.location-section{border-radius:28px;padding:42px 22px}.location-card{min-height:auto}}.form-status{border-radius:14px;margin-top:6px;padding:12px 14px;font-size:.95rem;line-height:1.4;display:none}.form-status.is-show{display:block}.form-status.ok{color:#dff5e6;background:#50b4781f;border:1px solid #50b47847}.form-status.err{color:#ffe3e3;background:#dc5a5a1f;border:1px solid #dc5a5a47}.studio-heading{max-width:1080px}.studio-layout{grid-template-columns:minmax(320px,.78fr) minmax(360px,.98fr);align-items:start;gap:22px}.studio-copy-card,.studio-feature-card{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:linear-gradient(#ffffff0d,#ffffff05);border-radius:30px;padding:32px}.studio-feature-card{min-height:100%}.studio-copy-card h3,.studio-feature-card h3{max-width:10ch;margin-bottom:18px;font-size:clamp(2rem,3.4vw,3.4rem);line-height:.98}.studio-feature-card .section-kicker{margin-bottom:12px}.studio-feature-list{gap:10px;margin-top:18px;display:grid}.studio-feature-list li{color:var(--text-light);padding-left:18px;position:relative}.studio-feature-list li:before{content:"";background:linear-gradient(135deg, var(--accent-light), var(--gold));border-radius:999px;width:7px;height:7px;position:absolute;top:.68em;left:0}.studio-stack{grid-area:1/2/span 2}.studio-shot img{object-fit:cover;width:100%;height:auto;display:block}.studio-shot-large img{aspect-ratio:4/4.2}.studio-shot:not(.studio-shot-large) img{aspect-ratio:4/4.35}.studio-shot figcaption{font-size:1rem}.google-reviews{padding-top:80px;padding-bottom:80px}@media (width<=980px){header .container{min-height:78px}.brand-mark{width:36px;height:36px}.logo-main{font-size:1.55rem}.logo-accent{letter-spacing:.26em;font-size:.68rem}.studio-layout{grid-template-columns:1fr}.studio-stack{grid-area:auto}}header .container{min-height:92px}.brand-lockup{align-items:center;gap:14px;min-width:0;padding-top:0;display:inline-flex}.brand-mark{object-fit:contain;object-position:center;filter:drop-shadow(0 3px 12px #b30f1f47);flex:0 0 52px;width:52px;min-width:52px;max-width:52px;height:52px;min-height:52px;max-height:52px;display:block;transform:translateY(2px)}.brand-copy{flex-direction:column;justify-content:center;gap:2px;line-height:1;display:flex;transform:translateY(1px)}.logo-main{letter-spacing:-.015em;color:#fff;font-family:Cormorant Garamond,serif;font-size:1.9rem;font-weight:600;line-height:.95}.logo-accent{letter-spacing:.22em;color:var(--gold);text-transform:uppercase;margin-top:3px;padding-left:1px;font-family:Inter,sans-serif;font-size:.7rem;font-weight:500;line-height:1}@media (width<=768px){header .container{min-height:82px}.brand-mark{flex:0 0 40px;width:40px;min-width:40px;max-width:40px;height:40px;min-height:40px;max-height:40px;transform:translateY(1px)}.logo-main{font-size:1.55rem}.logo-accent{letter-spacing:.18em;font-size:.64rem}}.aftercare-section h2{letter-spacing:.1px;margin-top:18px;margin-bottom:8px;font-family:Libre Caslon Text,Cormorant Garamond,serif;font-size:24px;font-weight:700;line-height:1.18}.aftercare-section p,.aftercare-section li{font-size:1rem;line-height:1.6}.google-reviews-header{justify-content:space-between;align-items:end;gap:22px;margin-bottom:26px;display:flex}.google-rating-card{border:1px solid var(--border);background:linear-gradient(#d6b47a17,#ffffff08);border-radius:24px;min-width:250px;padding:24px}.google-rating-label{text-transform:uppercase;letter-spacing:.18em;color:var(--gold);font-size:.74rem}.google-rating-main{align-items:center;gap:18px;margin-top:14px;display:flex}.google-rating-main strong{font-size:3rem;font-family:var(--heading-font)}.reviews-carousel{align-items:center;gap:16px;display:flex;position:relative}.reviews-viewport{width:100%;overflow:hidden}.reviews-track{will-change:transform;gap:18px;display:flex}.review-card{flex:0 0 100%;min-width:100%}.review-card-top{justify-content:space-between;align-items:start;gap:16px;margin-bottom:16px;display:flex}.review-card h3{font-size:1.4rem}.review-date{color:var(--gold);font-size:.84rem}.review-stars{color:var(--gold)}.reviews-arrow{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff26;border-radius:999px;width:52px;height:52px;font-size:1.35rem}.reviews-arrow:hover{background:#d6b47a14;border-color:#d6b47a80}.reviews-arrow:disabled{opacity:.25;pointer-events:none}.reviews-footer{margin-top:20px}.reviews-bottom{justify-content:space-between;align-items:center;gap:18px;margin-top:20px;display:flex}.reviews-dots{align-items:center;gap:7px;display:flex}.reviews-dot{width:8px;height:8px;transition:var(--transition);background:#ffffff38;border:0;border-radius:999px}.reviews-dot.active{background:var(--gold);width:22px}#googleReviewsTitle,.google-rating-main strong{font-family:var(--body-font);font-variant-numeric:lining-nums tabular-nums;letter-spacing:-.03em}#googleReviewsTitle{font-size:clamp(2rem,4.2vw,3.2rem);font-weight:700;line-height:1.08}.google-rating-main strong{font-size:3.2rem;font-weight:800}@media (width<=768px){.google-reviews-header{flex-direction:column;align-items:stretch}.reviews-carousel{gap:10px}.reviews-arrow{flex:none;width:44px;height:44px;font-size:1.05rem}.reviews-bottom{flex-direction:column;align-items:center;gap:14px}}.shop-shell{grid-template-columns:1.1fr .9fr;align-items:stretch;gap:24px;display:grid}.shop-intro-card,.shop-stack-card,.cart-panel-card,.product-card,.shop-category-tile,.home-shop-card,.aftercare-product-card,.home-shop-promo,.piercing-price-card,.shop-bottom-cta{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:linear-gradient(#ffffff0d,#ffffff05);border-radius:28px}.shop-intro-card,.shop-stack-card,.cart-panel-card,.shop-bottom-cta,.piercing-price-card,.home-shop-promo{padding:30px}.shop-intro-card h2,.shop-heading h2,.home-shop-promo h2,.aftercare-products-promo h2,.shop-bottom-cta h2{font-size:clamp(2.1rem,4.8vw,3.6rem)}.shop-chip-row{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.shop-chip-row span,.product-badge,.shop-feature-list li{background:#ffffff08;border:1px solid #ffffff1a}.shop-chip-row span{min-height:42px;color:var(--text-light);border-radius:999px;align-items:center;padding:.7rem .95rem;display:inline-flex}.shop-feature-list{color:var(--text-muted);margin:18px 0 24px 1.1rem}.shop-feature-list li+li{margin-top:10px}.shop-categories,.home-shop-grid,.aftercare-products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.shop-category-tile,.home-shop-card,.aftercare-product-card{overflow:hidden}.shop-category-tile img,.home-shop-card img,.aftercare-product-card img,.product-image{object-fit:cover;background:#111;width:100%;display:block}.shop-category-tile img,.home-shop-card img,.aftercare-product-card img{aspect-ratio:1}.product-image{aspect-ratio:1;border-bottom:1px solid #ffffff14}.shop-category-copy,.home-shop-card-copy,.aftercare-product-copy{padding:22px}.aftercare-product-copy .btn{margin-top:18px}.shop-category-copy h3,.home-shop-card-copy h3,.aftercare-product-copy h3,.cart-panel-card h3{margin-bottom:8px;font-size:1.8rem}.shop-controls{flex-wrap:wrap;gap:12px;margin-bottom:24px;display:flex}.shop-filter{color:var(--text-light);cursor:pointer;font-family:var(--body-font);background:#ffffff08;border:1px solid #d6b47a3d;border-radius:999px;padding:.78rem 1rem;font-weight:600}.shop-filter.active,.shop-filter:hover{border-color:var(--gold);background:#d6b47a1a}.shop-layout{grid-template-columns:1.35fr .65fr;align-items:start;gap:24px;display:grid}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.product-card{position:relative;overflow:hidden}.product-badge{z-index:1;min-height:34px;color:var(--gold);text-transform:uppercase;letter-spacing:.12em;border-radius:999px;align-items:center;padding:.45rem .75rem;font-size:.72rem;display:inline-flex;position:absolute;top:16px;left:16px}.product-copy{padding:22px}.product-copy h3{margin-bottom:8px;font-size:1.8rem}.product-meta,.product-actions,.cart-total-row{justify-content:space-between;gap:12px;display:flex}.product-meta{color:var(--gold);flex-wrap:wrap;margin-top:16px;font-weight:600}.product-actions{flex-wrap:wrap;margin-top:18px}.ghost-btn{background:#ffffff05}.cart-panel{position:sticky;top:96px}.cart-placeholder-list{gap:12px;margin:20px 0;display:grid}.cart-empty-state,.cart-item-row{background:#ffffff05;border:1px solid #ffffff14;border-radius:18px;padding:14px 16px}.cart-empty-state{color:var(--text-muted)}.cart-item-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.cart-item-row strong,.cart-item-row span{display:block}.cart-item-row>div:first-child span{color:var(--text-muted);margin-top:4px;font-size:.92rem}.cart-item-controls{align-items:center;gap:10px;display:inline-flex}.cart-qty-btn{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff24;border-radius:999px;width:32px;height:32px;font-size:1rem}.cart-total-row{color:var(--text-light);align-items:center;margin:20px 0}.cart-total-row strong{font-size:1.7rem;font-family:var(--body-font)}.shop-checkout-btn,.shop-secondary-btn{width:100%}.shop-secondary-btn{margin-top:12px}.home-shop-promo,.shop-bottom-cta,.aftercare-products-promo{position:relative}.home-shop-cta-row,.shop-bottom-actions{flex-wrap:wrap;gap:14px;margin-top:24px;display:flex}.aftercare-products-promo{padding-top:72px}.piercing-pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:8px;display:grid}.piercing-price-card h3{color:var(--gold);margin-bottom:6px;font-size:1.7rem}.piercing-price-rows{margin-top:14px}.piercing-price-row{color:var(--text-light);border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:baseline;gap:12px;padding:11px 0;display:flex}.piercing-price-row:last-child{border-bottom:none}.piercing-price-row span{color:var(--text-muted)}.piercing-price-row strong{white-space:nowrap;font-weight:600}.piercing-price-note{color:var(--gold);border-top:1px dashed #d6b47a4d;margin-top:16px;padding-top:14px;font-size:.92rem;font-weight:600}.piercing-price-disclaimer{color:var(--text-muted);margin-top:22px;font-size:.88rem}.piercing-cta-row{flex-wrap:wrap;gap:14px;margin-top:18px;display:flex}@media (width<=1100px){.shop-shell,.shop-layout,.product-grid,.shop-categories,.home-shop-grid,.piercing-pricing-grid,.aftercare-products-grid{grid-template-columns:1fr}.cart-panel{position:static}}@media (width<=768px){.shop-shell,.shop-layout,.product-grid,.shop-categories,.home-shop-grid,.piercing-pricing-grid,.aftercare-products-grid{grid-template-columns:1fr}.shop-intro-card,.shop-stack-card,.cart-panel-card,.shop-bottom-cta,.piercing-price-card,.home-shop-promo{padding:24px}.product-copy h3,.shop-category-copy h3,.home-shop-card-copy h3,.aftercare-product-copy h3{font-size:1.55rem}.product-actions .btn,.home-shop-cta-row .btn,.shop-bottom-actions .btn{width:100%}}#shop-card-container{border:1px solid var(--border);background:var(--bg-panel);border-radius:14px;min-height:56px;margin:10px 0;padding:14px}.shop-loading-state{color:var(--text-muted);padding:24px 0}.shop-checkout-btn:disabled{opacity:.4;pointer-events:none}body.modal-open{overflow:hidden}.checkout-modal-overlay{z-index:3000;backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:var(--transition);background:#040404d1;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.checkout-modal-overlay.is-open{opacity:1;pointer-events:auto}.checkout-modal{width:min(100%,520px);max-height:88vh;box-shadow:var(--shadow-soft);transition:var(--transition);background:linear-gradient(#141414fa,#090909fa);border:1px solid #ffffff1f;border-radius:28px;padding:34px;position:relative;overflow-y:auto;transform:translateY(16px)}.checkout-modal-overlay.is-open .checkout-modal{transform:translateY(0)}.checkout-modal-close{width:40px;height:40px;color:var(--text-light);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff24;border-radius:999px;font-size:1.4rem;line-height:1;position:absolute;top:20px;right:20px}.checkout-modal-close:hover{border-color:var(--gold);color:var(--gold)}.checkout-modal-form h3{margin-bottom:20px;padding-right:30px;font-size:1.9rem}.checkout-section{border-top:1px solid #ffffff14;gap:14px;padding:20px 0;display:grid}.checkout-section:first-of-type{border-top:none;padding-top:0}.checkout-section h4{font-family:var(--body-font);text-transform:uppercase;letter-spacing:.14em;color:var(--gold);font-size:.78rem;font-weight:700}.checkout-summary-list{gap:8px;display:grid}.checkout-summary-row{color:var(--text-muted);justify-content:space-between;gap:12px;font-size:.94rem;display:flex}.checkout-summary-total{border-top:1px dashed #ffffff1f;margin:4px 0 0;padding-top:12px}.checkout-field-hint{color:var(--text-muted);margin-top:-4px;font-size:.82rem}.checkout-secure-note{color:var(--text-muted);align-items:center;gap:8px;font-size:.84rem;display:flex}.checkout-secure-note svg{color:var(--gold);flex-shrink:0}.checkout-pickup-note{color:var(--text-light);background:#d6b47a14;border:1px solid #d6b47a3d;border-radius:14px;align-items:center;gap:8px;margin-top:14px;padding:10px 14px;font-size:.84rem;display:flex}.checkout-pickup-note svg{color:var(--gold);flex-shrink:0}.checkout-submit-btn{width:100%;margin-top:20px}.checkout-confirm{text-align:center;padding:20px 8px 8px}.checkout-confirm-icon{color:#7fe0a8;background:#50b47824;border:1px solid #50b47866;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 18px;font-size:1.6rem;display:flex}.checkout-confirm h3{margin-bottom:12px;font-size:2rem}.checkout-confirm p{color:var(--text-muted);line-height:1.6}.checkout-order-ref{letter-spacing:.02em;margin-top:10px;font-size:.86rem;color:var(--gold)!important}.checkout-confirm .btn{width:100%;margin-top:22px}@media (width<=640px){.checkout-modal{border-radius:22px;max-height:92vh;padding:26px 20px}.checkout-modal-form h3{font-size:1.6rem}}
