/* INKERELLA – Oldschool Pink & Black Template */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;background:#080608}
body{margin:0;background:var(--black);color:var(--ink);font-family:var(--font-body);line-height:1.65;overflow-x:hidden}
body::before{content:"";position:fixed;inset:0;z-index:-3;background:radial-gradient(circle at 16% 12%,rgba(239,79,135,.13),transparent 25%),radial-gradient(circle at 85% 30%,rgba(239,79,135,.09),transparent 24%),linear-gradient(180deg,#080608,#0e080c 45%,#080608);pointer-events:none}
body::after{content:"";position:fixed;inset:0;z-index:-2;opacity:.16;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E")}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{color:inherit}
[hidden]{display:none!important}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.site-shell{min-height:100vh;overflow:hidden}
.skip-link{position:fixed;left:12px;top:12px;z-index:1000;background:var(--pink);color:#090608;padding:10px 16px;transform:translateY(-160%);transition:.2s}.skip-link:focus{transform:none}

/* topbar + header */
.ink-topbar{border-bottom:1px solid rgba(239,79,135,.35);background:#050405;color:#d9c8cd;font-size:.75rem;letter-spacing:.16em;text-transform:uppercase}
.ink-topbar__inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.ink-topbar p{margin:0}.ink-topbar p span,.ink-topbar a span{color:var(--pink)}
.ink-topbar a{font-weight:800;transition:.2s}.ink-topbar a:hover{color:var(--pink)}
.site-header{position:sticky;top:0;z-index:100;background:rgba(8,6,8,.88);border-bottom:1px solid rgba(239,79,135,.42);backdrop-filter:blur(18px);transition:.25s}
.site-header::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,var(--pink),transparent);opacity:.55}
.site-header.is-scrolled{box-shadow:0 18px 50px rgba(0,0,0,.48)}
.site-header__ornament{position:absolute;top:50%;transform:translateY(-50%);color:var(--pink);font-size:1.05rem;opacity:.55}.site-header__ornament--left{left:14px}.site-header__ornament--right{right:14px}
.header__inner{min-height:84px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:13px;flex:none;min-width:245px}
.brand__mark{width:70px;height:70px;border:2px solid var(--pink);border-radius:50%;overflow:hidden;background:#fff;box-shadow:0 0 0 4px rgba(239,79,135,.1),0 0 34px rgba(239,79,135,.25)}
.brand__mark img{width:100%;height:100%;object-fit:cover}
.brand__text{display:grid;line-height:1}.brand__text strong{font-family:"Brush Script MT","Segoe Script",cursive;font-size:2rem;color:var(--cream);font-weight:700}.brand__text small{margin-top:8px;font-size:.63rem;letter-spacing:.17em;text-transform:uppercase;color:var(--muted)}
.main-nav{margin-left:auto;display:flex;align-items:center;gap:22px}.main-nav__list{display:flex;align-items:center;gap:4px}
.nav-item{position:relative}.nav-item__row{display:flex;align-items:center}.nav-link{position:relative;display:flex;align-items:center;min-height:84px;padding:0 13px;font-family:var(--font-heading);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:#e8dce0;transition:.2s}
.nav-link::after{content:"";position:absolute;left:13px;right:13px;bottom:16px;height:2px;background:var(--pink);transform:scaleX(0);transition:.2s}
.nav-link:hover,.nav-link.is-active{color:var(--pink)}.nav-link:hover::after,.nav-link.is-active::after{transform:scaleX(1)}
.nav-expand{border:0;background:none;padding:6px 5px;margin-left:-8px;color:var(--muted);cursor:pointer}.nav-item.is-open .nav-expand{color:var(--pink);transform:rotate(180deg)}
.nav-dropdown{position:absolute;top:72px;left:0;min-width:250px;padding:12px;background:#100b0e;border:1px solid rgba(239,79,135,.45);box-shadow:0 24px 60px rgba(0,0,0,.6);opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s}
.nav-item.is-open .nav-dropdown{opacity:1;visibility:visible;transform:none}.nav-dropdown a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-bottom:1px solid rgba(239,79,135,.12);font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.nav-dropdown a:last-child{border-bottom:0}.nav-dropdown a span{color:var(--pink)}.nav-dropdown a:hover{background:rgba(239,79,135,.08);color:var(--pink)}
.nav-toggle{display:none;margin-left:auto;border:1px solid rgba(239,79,135,.5);background:#100a0e;padding:9px 12px;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;cursor:pointer}.nav-toggle__bars{display:grid;gap:4px;width:21px}.nav-toggle__bars i{height:2px;background:var(--pink);display:block;transition:.2s}

/* buttons + typography */
.button-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:12px 24px;border:1px solid var(--pink);font-family:var(--font-heading);font-size:.82rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;transition:.2s;cursor:pointer;clip-path:polygon(10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px),0 10px)}
.button::before{content:"";position:absolute;inset:4px;border:1px solid rgba(8,6,8,.55);pointer-events:none}.button:hover{transform:translateY(-2px);box-shadow:0 12px 35px rgba(239,79,135,.3)}
.button--primary,.button--light{background:var(--pink);color:#0a0608}.button--outline,.button--ghost{background:transparent;color:var(--cream)}.button--outline:hover,.button--ghost:hover{background:rgba(239,79,135,.12);color:var(--pink)}.button--small{min-height:42px;padding:9px 18px;font-size:.75rem}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--pink);font-size:.72rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.eyebrow::before,.eyebrow::after{content:"✦";font-size:.65rem}.eyebrow--hero{color:var(--cream)}
.section{position:relative;padding:100px 0;border-top:1px solid rgba(239,79,135,.16)}.section--compact{padding:66px 0}.section--cream,.section--soft{background:linear-gradient(180deg,#120a0f,#0b0709)}.section--green,.section--pink{background:linear-gradient(135deg,#431128,#180b13)}.section--dark{background:#070507}
.section-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.75fr);gap:45px;align-items:end;margin-bottom:42px}.section-header h2{margin:7px 0 0;font-family:var(--font-heading);font-size:clamp(2.4rem,5vw,5rem);line-height:.92;letter-spacing:.02em;text-transform:uppercase;color:var(--cream);text-shadow:3px 3px 0 rgba(239,79,135,.2)}.section-header p{margin:0;color:var(--muted);font-size:1rem;max-width:650px}.section-header>div::after{content:"";display:block;width:120px;height:3px;margin-top:17px;background:linear-gradient(90deg,var(--pink),transparent)}
.text-link{display:inline-flex;align-items:center;gap:9px;margin-top:16px;color:var(--pink);font-weight:900;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}.text-link:hover{color:var(--cream)}

/* hero */
.tattoo-hero{position:relative;isolation:isolate;min-height:760px;display:grid;align-items:center;overflow:hidden;background:radial-gradient(circle at 77% 40%,rgba(239,79,135,.20),transparent 28%),linear-gradient(90deg,#080608 0%,#0b0709 48%,#10080d 100%);border-bottom:1px solid var(--pink)}
.tattoo-hero__noise{position:absolute;inset:0;z-index:-2;opacity:.23;background-image:radial-gradient(circle at 20% 20%,var(--pink) 0 1px,transparent 1.5px),radial-gradient(circle at 70% 65%,#fff 0 1px,transparent 1.6px);background-size:55px 55px,79px 79px}
.tattoo-hero__smoke{position:absolute;z-index:-1;width:440px;height:440px;border-radius:50%;filter:blur(80px);opacity:.28;background:var(--pink)}.tattoo-hero__smoke--left{left:-270px;bottom:-140px}.tattoo-hero__smoke--right{right:-230px;top:-60px}
.tattoo-hero__grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:35px;padding-top:62px;padding-bottom:72px}.tattoo-hero__copy{position:relative;z-index:4;padding:55px 0}
.tattoo-hero__copy h1{margin:12px 0 0;font-family:var(--font-heading);font-size:clamp(5rem,10vw,10rem);line-height:.78;letter-spacing:-.045em;text-transform:uppercase;color:var(--pink);text-shadow:4px 5px 0 #59112e,8px 9px 0 #16080f,0 0 45px rgba(239,79,135,.18)}
.tattoo-hero__script{margin:21px 0 16px;font-family:"Brush Script MT","Segoe Script",cursive;font-size:clamp(2rem,4vw,4.6rem);line-height:1;color:var(--cream);transform:rotate(-2deg)}
.tattoo-hero__lead{max-width:720px;margin:0;color:#d5c6cb;font-size:1.06rem}.tattoo-hero__highlights{display:flex;flex-wrap:wrap;gap:8px 24px;margin-top:24px;padding:14px 0;border-top:1px solid rgba(239,79,135,.3);border-bottom:1px solid rgba(239,79,135,.3)}.tattoo-hero__highlights span{font-size:.72rem;letter-spacing:.11em;text-transform:uppercase;font-weight:800}.tattoo-hero__highlights i{margin-right:8px;color:var(--pink);font-style:normal}
.tattoo-hero__art{position:relative;align-self:stretch;min-height:650px;display:flex;align-items:flex-end;justify-content:center}.tattoo-hero__halo{position:absolute;width:540px;aspect-ratio:1;border:2px solid rgba(239,79,135,.6);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-48%);background:radial-gradient(circle,rgba(239,79,135,.20),rgba(239,79,135,.04) 50%,transparent 70%);box-shadow:inset 0 0 50px rgba(239,79,135,.14),0 0 70px rgba(239,79,135,.16)}.tattoo-hero__halo::before,.tattoo-hero__halo::after{content:"";position:absolute;inset:18px;border:1px dashed rgba(255,211,225,.28);border-radius:50%}.tattoo-hero__halo::after{inset:55px;border-style:solid;opacity:.3}
.tattoo-hero__fairy{position:relative;z-index:2;width:min(100%,650px);max-height:690px;object-fit:contain;filter:drop-shadow(0 16px 35px rgba(0,0,0,.7)) drop-shadow(0 0 20px rgba(239,79,135,.18))}
.tattoo-hero__seal{position:absolute;z-index:4;width:145px;height:145px;object-fit:cover;border:3px solid var(--pink);border-radius:50%;left:-35px;top:50px;background:#fff;box-shadow:0 0 0 7px rgba(239,79,135,.1),0 15px 30px rgba(0,0,0,.45)}
.tattoo-hero__stamp{position:absolute;right:-30px;top:90px;width:150px;aspect-ratio:1;border:2px solid var(--pink);border-radius:50%;display:grid;place-items:center;text-align:center;transform:rotate(8deg);background:rgba(8,6,8,.8);box-shadow:0 0 0 6px rgba(239,79,135,.08)}.tattoo-hero__stamp::before,.tattoo-hero__stamp::after{content:"✦";position:absolute;color:var(--pink)}.tattoo-hero__stamp::before{top:15px}.tattoo-hero__stamp::after{bottom:15px}.tattoo-hero__stamp span{max-width:105px;font-family:var(--font-heading);font-size:.82rem;line-height:1.3;color:var(--cream)}
.tattoo-hero__edge{position:absolute;left:0;right:0;bottom:0;height:44px;display:flex;align-items:center;justify-content:center;gap:26px;background:#050405;border-top:1px solid rgba(239,79,135,.45);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase}.tattoo-hero__edge span:nth-child(odd){color:var(--pink)}
.tattoo-ornament--rose{position:absolute;left:25px;bottom:100px;width:85px;height:85px;border:1px solid rgba(239,79,135,.3);border-radius:50%;display:grid;place-items:center;color:var(--pink);font-size:2rem;transform:rotate(-12deg);opacity:.5}

/* old home hero fallback */
.hero,.page-hero{position:relative;isolation:isolate;overflow:hidden;background:#0a0709}.hero{min-height:660px;display:grid;align-items:center}.hero__background,.page-hero__background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;filter:grayscale(1) contrast(1.05) brightness(.42)}.hero::after,.page-hero::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(7,5,7,.97),rgba(7,5,7,.65),rgba(239,79,135,.14))}.hero__content{max-width:800px;padding:100px 0}.hero h1,.page-hero h1{font-family:var(--font-heading);text-transform:uppercase;color:var(--cream)}.hero h1{font-size:clamp(3.5rem,8vw,7rem);line-height:.9}.hero h1 em{color:var(--pink);font-style:normal}.hero__lead{font-size:1.1rem;color:#d9cbd0}.hero__meta{display:flex;gap:20px;margin-top:40px}.hero__meta-item{padding-right:20px;border-right:1px solid var(--line)}.hero__meta-item strong{display:block;color:var(--pink);font-size:1.8rem}.hero__meta-item span{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em}.hero__card{position:absolute;right:5vw;bottom:40px;width:330px;padding:25px;background:#120b0f;border:1px solid var(--line)}

/* styles */
.tattoo-styles{background:linear-gradient(180deg,#090608,#0d080b)}
.tattoo-styles::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 8% 70%,rgba(239,79,135,.08),transparent 25%),radial-gradient(circle at 90% 5%,rgba(239,79,135,.08),transparent 22%)}
.tattoo-style-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.tattoo-style-card{position:relative;background:#0b080a;border:1px solid rgba(239,79,135,.45);min-width:0;transition:.25s;box-shadow:0 16px 35px rgba(0,0,0,.25)}.tattoo-style-card::before{content:"";position:absolute;inset:6px;border:1px solid rgba(255,211,225,.12);pointer-events:none}.tattoo-style-card:hover{transform:translateY(-7px);border-color:var(--pink);box-shadow:0 20px 55px rgba(239,79,135,.18)}.tattoo-style-card__image{aspect-ratio:1/1;overflow:hidden;background:#080608}.tattoo-style-card__image img{width:100%;height:100%;object-fit:cover;transition:.35s}.tattoo-style-card:hover img{transform:scale(1.04)}.tattoo-style-card__body{position:relative;padding:24px 20px 25px}.tattoo-style-card__spark{position:absolute;right:18px;top:17px;color:var(--pink)}.tattoo-style-card h3{margin:0 24px 8px 0;font-family:var(--font-heading);font-size:1.2rem;line-height:1;text-transform:uppercase;color:var(--cream)}.tattoo-style-card p{margin:0;color:var(--muted);font-size:.88rem}

/* gallery */
.tattoo-gallery{background:#070507}.tattoo-gallery__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.tattoo-gallery__item{margin:0;min-width:0}.tattoo-gallery__open{position:relative;display:block;width:100%;aspect-ratio:1/1.08;padding:0;border:1px solid rgba(239,79,135,.55);background:#130a10;overflow:hidden;cursor:zoom-in}.tattoo-gallery__open::after{content:"";position:absolute;inset:7px;border:1px solid rgba(255,255,255,.16);pointer-events:none}.tattoo-gallery__open img{width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.05);transition:.35s}.tattoo-gallery__item:hover img{transform:scale(1.06);filter:saturate(1) contrast(1.08)}.tattoo-gallery__zoom{position:absolute;right:14px;bottom:14px;width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--pink);background:rgba(8,6,8,.84);color:var(--pink);font-size:1.3rem;transition:.2s}.tattoo-gallery__item:hover .tattoo-gallery__zoom{background:var(--pink);color:#080608}.tattoo-gallery figcaption{display:flex;align-items:center;gap:12px;padding:13px 4px}.tattoo-gallery figcaption span{color:var(--pink);font-size:.68rem;letter-spacing:.15em}.tattoo-gallery figcaption strong{font-family:var(--font-heading);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.gallery-action{text-align:center;margin-top:36px}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border:1px solid var(--line)}

/* artist + socials */
.artist-social{background:linear-gradient(135deg,#0c080a,#130a10 55%,#090608)}.artist-social__grid{display:grid;grid-template-columns:1.55fr .72fr;gap:22px}.artist-card{display:grid;grid-template-columns:minmax(240px,.8fr) 1.2fr;border:1px solid rgba(239,79,135,.42);background:#0a0709;min-width:0}.artist-card__portrait{position:relative;min-height:520px;overflow:hidden}.artist-card__portrait img{width:100%;height:100%;object-fit:cover;filter:grayscale(.2) contrast(1.05)}.artist-card__portrait::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,6,8,.85),transparent 55%)}.artist-card__portrait span{position:absolute;z-index:2;left:22px;right:22px;bottom:22px;padding:9px;text-align:center;border:1px solid var(--pink);font-family:var(--font-heading);font-size:.75rem;letter-spacing:.12em;color:var(--pink);background:rgba(8,6,8,.85)}.artist-card__copy{padding:48px}.artist-card__copy h2,.social-card h2{font-family:var(--font-heading);text-transform:uppercase;color:var(--cream)}.artist-card__copy h2{font-size:clamp(2.2rem,4vw,4rem);line-height:.95;margin:10px 0 20px}.artist-card__copy p,.social-card p{color:var(--muted)}
.check-list{list-style:none;padding:0;margin:24px 0}.check-list li{position:relative;padding:10px 0 10px 30px;border-bottom:1px solid rgba(239,79,135,.13)}.check-list li::before{content:"✦";position:absolute;left:0;color:var(--pink)}
.social-card{position:relative;padding:42px;text-align:center;border:1px solid rgba(239,79,135,.5);background:radial-gradient(circle at 50% 10%,rgba(239,79,135,.16),transparent 35%),#0a0709;display:flex;flex-direction:column;align-items:center;justify-content:center}.social-card__bird{position:absolute;right:22px;top:18px;color:var(--pink);font-size:1.5rem}.social-card h2{margin:12px 0 8px;font-size:1.8rem;color:var(--pink)}.social-card__qr{display:block;width:min(100%,255px);padding:10px;margin:20px auto;background:#fff;border:4px solid var(--pink);box-shadow:0 0 0 7px rgba(239,79,135,.08)}.social-card__qr img{width:100%;aspect-ratio:1;object-fit:cover}

/* reviews */
.review-section{background:linear-gradient(180deg,#0a0709,#070507)}.review-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:18px}.review-card{position:relative;padding:40px 34px 34px;border:1px solid rgba(239,79,135,.38);background:#0e090c;overflow:hidden}.review-card::after{content:"";position:absolute;inset:7px;border:1px solid rgba(255,211,225,.08);pointer-events:none}.review-card__quote{position:absolute;right:22px;top:0;font-family:Georgia,serif;font-size:7rem;line-height:1;color:rgba(239,79,135,.12)}.review-card__stars{color:var(--pink);letter-spacing:.14em;margin-bottom:16px}.review-card blockquote{position:relative;z-index:1;margin:0 0 20px;color:#e7dade;font-size:1rem}.review-card cite{font-style:normal;color:var(--pink);font-size:.72rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}

/* page hero */
.page-hero{min-height:430px;display:flex;align-items:end;border-bottom:1px solid rgba(239,79,135,.45)}.page-hero::after{background:linear-gradient(90deg,rgba(7,5,7,.98) 0%,rgba(7,5,7,.82) 45%,rgba(7,5,7,.25)),linear-gradient(0deg,rgba(239,79,135,.1),transparent)}.page-hero .container{padding-top:120px;padding-bottom:70px}.breadcrumbs{display:flex;gap:10px;align-items:center;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.breadcrumbs a{color:var(--pink)}.page-hero h1{margin:14px 0 14px;font-size:clamp(3rem,7vw,6.8rem);line-height:.88;text-shadow:4px 4px 0 rgba(239,79,135,.2)}.page-hero p{max-width:750px;margin:0;color:#d6c8cd;font-size:1.05rem}

/* generic content */
.split{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.split--reverse .split-media{order:2}.split-media{position:relative;min-width:0}.split-media img{width:100%;min-height:480px;max-height:650px;object-fit:cover;border:1px solid rgba(239,79,135,.5);filter:saturate(.75)}.split-media::after{content:"";position:absolute;inset:9px;border:1px solid rgba(255,255,255,.14);pointer-events:none}.split-media__badge{position:absolute;right:-20px;bottom:30px;padding:18px;background:var(--pink);color:#080608}.split-media__badge strong,.split-media__badge span{display:block}.split-copy h2,.content-card h2,.form-card h2,.cta-panel h2{font-family:var(--font-heading);text-transform:uppercase;color:var(--cream)}.split-copy h2{font-size:clamp(2.4rem,5vw,4.8rem);line-height:.95;margin:10px 0 20px}.split-copy p{color:var(--muted)}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{position:relative;padding:34px;border:1px solid rgba(239,79,135,.35);background:#0d090b}.feature-icon{width:58px;height:58px;display:grid;place-items:center;margin-bottom:20px;border:1px solid var(--pink);color:var(--pink);font-size:1.45rem}.feature-icon svg{width:28px;fill:none;stroke:currentColor;stroke-width:1.8}.feature-card h3{font-family:var(--font-heading);font-size:1.25rem;text-transform:uppercase;margin:0 0 10px}.feature-card p{margin:0;color:var(--muted)}
.card-grid,.events-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card,.event-card{position:relative;min-height:310px;padding:30px;border:1px solid rgba(239,79,135,.35);background:#0e090c;overflow:hidden}.service-card__background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(1) brightness(.3)}.service-card__content{position:relative;z-index:2}.service-card h3,.event-card h3{font-family:var(--font-heading);text-transform:uppercase;color:var(--cream);font-size:1.45rem}.service-card p,.event-card p{color:var(--muted)}.event-date{color:var(--pink);font-size:.68rem;letter-spacing:.15em;text-transform:uppercase}
.trust-strip{border-block:1px solid rgba(239,79,135,.32);background:#0c080a}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{padding:30px;text-align:center;border-right:1px solid rgba(239,79,135,.2)}.trust-item:last-child{border-right:0}.trust-item strong{display:block;font-family:var(--font-heading);font-size:2.5rem;color:var(--pink)}.trust-item span{font-size:.72rem;text-transform:uppercase;letter-spacing:.13em}
.content-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:25px;align-items:start}.content-card,.form-card,.info-card{border:1px solid rgba(239,79,135,.34);background:#0e090c;padding:42px}.content-card h2,.form-card h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1}.content-card p,.form-card>p,.info-card p{color:var(--muted)}.sidebar{display:grid;gap:18px}.info-card h2,.info-card h3{margin-top:0;font-family:var(--font-heading);text-transform:uppercase}.info-list{list-style:none;margin:18px 0;padding:0}.info-list li{display:flex;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid rgba(239,79,135,.15)}.info-list span{color:var(--muted)}.info-list strong,.info-list a{color:var(--cream);text-align:right}
.quote-panel{padding:75px;text-align:center;border:1px solid rgba(239,79,135,.5);background:radial-gradient(circle,rgba(239,79,135,.15),transparent 55%),#0b0709}.quote-panel blockquote{margin:0;font-family:"Brush Script MT","Segoe Script",cursive;font-size:clamp(2.8rem,7vw,6.6rem);line-height:1;color:var(--pink)}.quote-panel cite{display:block;margin-top:20px;color:var(--muted);font-style:normal;text-transform:uppercase;letter-spacing:.18em}
.cta-section{padding:90px 0;background:linear-gradient(135deg,#71163c,#230c18);border-block:1px solid var(--pink)}.cta-panel{position:relative;padding:55px 70px;border:1px solid rgba(255,211,225,.42);background:rgba(8,6,8,.7);overflow:hidden}.cta-panel::after{content:"✦";position:absolute;right:40px;top:15px;color:rgba(239,79,135,.24);font-size:9rem}.cta-panel h2{position:relative;z-index:1;margin:10px 0;font-size:clamp(2.4rem,5vw,5rem);line-height:.93}.cta-panel p{position:relative;z-index:1;max-width:780px;color:#e4d5da}

/* FAQ */
.faq{display:grid;gap:12px;max-width:1000px}.faq-item{border:1px solid rgba(239,79,135,.33);background:#0d090b}.faq-button{position:relative;width:100%;padding:22px 62px 22px 24px;border:0;background:none;text-align:left;font-family:var(--font-heading);font-size:1rem;text-transform:uppercase;letter-spacing:.04em;cursor:pointer}.faq-button::after{content:"+";position:absolute;right:22px;top:50%;transform:translateY(-50%);color:var(--pink);font-size:1.6rem}.faq-button[aria-expanded="true"]{color:var(--pink)}.faq-button[aria-expanded="true"]::after{content:"−"}.faq-panel{padding:0 24px 24px;color:var(--muted)}

/* contact / forms */
.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.contact-card{padding:34px;border:1px solid rgba(239,79,135,.4);background:#0d090b}.contact-card h2{font-family:var(--font-heading);text-transform:uppercase}.contact-card p{color:var(--muted)}.contact-card a{color:var(--pink)}
.public-form{margin-top:28px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.form-field--full{grid-column:1/-1}.form-field label,.public-form>label{display:block;margin-bottom:7px;font-size:.72rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#dfd0d5}.form-field input,.form-field textarea,.form-field select{width:100%;border:1px solid rgba(239,79,135,.35);background:#080608;color:var(--ink);padding:14px 15px;outline:none;transition:.2s}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--pink);box-shadow:0 0 0 3px rgba(239,79,135,.1)}.form-field textarea{min-height:150px;resize:vertical}.form-field input[type=file]{padding:12px}.checkbox-field{display:flex!important;align-items:flex-start;gap:12px;text-transform:none!important;letter-spacing:0!important;font-size:.88rem!important}.checkbox-field input{width:20px!important;height:20px;flex:none;accent-color:var(--pink)}.hp-field{position:absolute!important;left:-9999px!important}.public-form .button{margin-top:22px}.form-note{font-size:.78rem;color:var(--muted)}.alert{padding:16px 18px;margin-bottom:22px;border:1px solid}.alert--success{border-color:#6cc896;background:rgba(44,129,83,.15)}.alert--error{border-color:#f25f79;background:rgba(185,38,69,.14)}.is-invalid{border-color:#ff5c79!important}.display-title{font-family:var(--font-heading)}

/* legal + map */
.legal{max-width:980px;padding-block:80px}.legal h1{font-family:var(--font-heading);font-size:clamp(3rem,7vw,6rem);text-transform:uppercase}.legal h2{margin-top:42px;color:var(--pink);font-family:var(--font-heading);text-transform:uppercase}.legal p{color:var(--muted)}.notice-box{padding:20px;border:1px solid var(--pink);background:rgba(239,79,135,.08)}.map-frame{width:100%;min-height:500px;border:1px solid var(--line)}

/* footer */
.site-footer{position:relative;background:#050405;border-top:1px solid var(--pink)}.site-footer__line{min-height:50px;display:flex;align-items:center;justify-content:center;gap:25px;border-bottom:1px solid rgba(239,79,135,.3);font-family:"Brush Script MT","Segoe Script",cursive;font-size:1.55rem;color:var(--cream)}.site-footer__line span:first-child,.site-footer__line span:last-child{color:var(--pink)}
.footer-grid{display:grid;grid-template-columns:1.15fr .9fr .8fr 1fr;gap:45px;padding-top:70px;padding-bottom:55px}.footer-brand__logo{display:block;width:150px;height:150px;border:2px solid var(--pink);border-radius:50%;overflow:hidden;background:#fff}.footer-brand__logo img{width:100%;height:100%;object-fit:cover}.footer-brand p,.site-footer p{color:var(--muted)}.footer-social{display:inline-flex;gap:9px;align-items:center;color:var(--pink);font-weight:900}.footer-social span{font-size:1.5rem}.footer-title{font-family:var(--font-heading);font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:var(--pink)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{border-bottom:1px solid rgba(239,79,135,.13)}.footer-links a{display:flex;gap:10px;padding:10px 0}.footer-links a span{color:var(--pink)}.footer-cta h2{font-family:var(--font-heading);font-size:2rem;line-height:1;text-transform:uppercase}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-block:22px;border-top:1px solid rgba(239,79,135,.22);font-size:.75rem}.footer-bottom p{margin:0}.footer-bottom div{display:flex;gap:18px}.footer-bottom a:hover{color:var(--pink)}
.floating-instagram{position:fixed;right:22px;bottom:82px;z-index:70;width:52px;height:52px;display:grid;place-items:center;border:1px solid var(--pink);background:#0b0709;color:var(--pink);font-size:1.55rem;box-shadow:0 10px 30px rgba(0,0,0,.45);transition:.2s}.floating-instagram:hover{background:var(--pink);color:#080608;transform:translateY(-3px)}.back-to-top{position:fixed;right:22px;bottom:20px;z-index:70;width:52px;height:52px;border:1px solid rgba(239,79,135,.4);background:#0b0709;color:var(--cream);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;cursor:pointer}.back-to-top.is-visible{opacity:1;visibility:visible;transform:none}.back-to-top:hover{color:var(--pink);border-color:var(--pink)}

/* lightbox */
.lightbox{position:fixed;inset:0;z-index:500;background:rgba(0,0,0,.93);display:grid;place-items:center;padding:30px}.lightbox__inner{max-width:min(1100px,94vw);max-height:88vh;border:1px solid var(--pink);padding:8px;background:#0b0709}.lightbox__inner img{max-width:100%;max-height:84vh;object-fit:contain}.lightbox__close{position:fixed;right:25px;top:20px;width:50px;height:50px;border:1px solid var(--pink);background:#0b0709;color:var(--pink);font-size:2rem;cursor:pointer}.lightbox__close:hover{background:var(--pink);color:#080608}body.lightbox-open{overflow:hidden}

/* animation */
[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}[data-reveal].is-visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}[data-reveal]{opacity:1;transform:none}}

/* accessibility modes kept for CMS template */
.font-large{font-size:18px}.high-contrast{--pink:#ff70a4;--cream:#fff;--ink:#fff;--muted:#f1e8eb;--line:#ff70a4}

/* responsive */
@media (max-width:1180px){
  .site-header__ornament{display:none}.brand{min-width:auto}.brand__text small{display:none}.main-nav{gap:12px}.nav-link{padding-inline:9px;font-size:.72rem}.nav-link::after{left:9px;right:9px}.nav-cta{padding-inline:14px}
  .tattoo-style-grid{grid-template-columns:repeat(3,1fr)}.tattoo-gallery__grid{grid-template-columns:repeat(3,1fr)}
  .tattoo-hero__seal{left:0}.tattoo-hero__stamp{right:0}
  .footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-cta{grid-column:1/-1;padding-top:20px;border-top:1px solid rgba(239,79,135,.2)}
}
@media (max-width:940px){
  .container{width:min(calc(100% - 28px),var(--container))}.ink-topbar__inner{justify-content:center}.ink-topbar p{display:none}
  .header__inner{min-height:74px}.brand__mark{width:58px;height:58px}.brand__text strong{font-size:1.65rem}.nav-toggle{display:flex}
  .main-nav{position:fixed;left:0;right:0;top:109px;bottom:0;z-index:99;display:block;padding:18px;background:rgba(7,5,7,.98);overflow:auto;transform:translateX(105%);transition:.25s}.main-nav.is-open{transform:none}.main-nav__list{display:grid;gap:4px}.nav-item__row{border:1px solid rgba(239,79,135,.24)}.nav-link{min-height:52px;flex:1;padding:0 16px}.nav-link::after{bottom:0}.nav-expand{width:52px;height:52px;margin:0;border-left:1px solid rgba(239,79,135,.2)}.nav-dropdown{position:static;min-width:0;padding:6px 12px;display:none;opacity:1;visibility:visible;transform:none;border-top:0;box-shadow:none}.nav-item.is-open .nav-dropdown{display:block}.nav-cta{width:100%;margin-top:14px}.nav-open{overflow:hidden}
  .tattoo-hero{min-height:auto}.tattoo-hero__grid{grid-template-columns:1fr;padding-top:35px}.tattoo-hero__copy{text-align:center;padding:45px 0 5px}.tattoo-hero__lead{margin-inline:auto}.tattoo-hero__highlights{justify-content:center}.tattoo-hero__copy .button-row{justify-content:center}.tattoo-hero__art{min-height:520px}.tattoo-hero__seal{left:8%;top:40px}.tattoo-hero__stamp{right:7%;top:70px}.tattoo-ornament--rose{display:none}
  .section{padding:78px 0}.section-header{grid-template-columns:1fr;gap:18px}.section-header h2{font-size:clamp(2.5rem,9vw,4.8rem)}
  .tattoo-style-grid{grid-template-columns:repeat(2,1fr)}.tattoo-gallery__grid{grid-template-columns:repeat(2,1fr)}
  .artist-social__grid{grid-template-columns:1fr}.artist-card{grid-template-columns:.75fr 1.25fr}.social-card{min-height:480px}
  .review-grid,.feature-grid,.card-grid,.events-grid,.contact-cards{grid-template-columns:1fr 1fr}.content-grid{grid-template-columns:1fr}.split{grid-template-columns:1fr}.split--reverse .split-media{order:0}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-cta{grid-column:1/-1}
}
@media (max-width:640px){
  .container{width:min(calc(100% - 22px),var(--container))}.ink-topbar{font-size:.66rem}.brand__text{display:none}.header__inner{gap:10px}.site-header{backdrop-filter:blur(14px)}
  .tattoo-hero__copy h1{font-size:clamp(4rem,21vw,6.8rem)}.tattoo-hero__script{font-size:2.2rem}.tattoo-hero__lead{font-size:.95rem}.tattoo-hero__highlights{display:grid;gap:7px;text-align:left;max-width:330px;margin-inline:auto}.tattoo-hero__art{min-height:430px}.tattoo-hero__halo{width:390px}.tattoo-hero__fairy{max-height:500px}.tattoo-hero__seal{width:90px;height:90px;top:10px;left:0}.tattoo-hero__stamp{width:105px;right:0;top:35px}.tattoo-hero__stamp span{font-size:.6rem;max-width:75px}.tattoo-hero__edge{gap:12px;font-size:.58rem;letter-spacing:.12em}.tattoo-hero__edge span:nth-of-type(4),.tattoo-hero__edge span:nth-of-type(5){display:none}
  .section{padding:62px 0}.section-header{margin-bottom:28px}.section-header h2{font-size:2.65rem}.section-header p{font-size:.92rem}
  .button-row{display:grid}.button{width:100%}
  .tattoo-style-grid,.tattoo-gallery__grid,.review-grid,.feature-grid,.card-grid,.events-grid,.contact-cards{grid-template-columns:1fr}.tattoo-style-card{display:grid;grid-template-columns:125px 1fr}.tattoo-style-card__image{aspect-ratio:auto;min-height:100%}.tattoo-style-card__body{padding:20px 18px}.tattoo-style-card h3{font-size:1rem}
  .artist-card{grid-template-columns:1fr}.artist-card__portrait{min-height:400px}.artist-card__copy,.social-card,.content-card,.form-card,.info-card{padding:28px 22px}.artist-card__copy h2{font-size:2.6rem}
  .page-hero{min-height:380px}.page-hero .container{padding-top:100px;padding-bottom:50px}.page-hero h1{font-size:3.5rem}
  .form-grid{grid-template-columns:1fr}.form-field--full{grid-column:auto}.cta-panel{padding:38px 24px}.cta-panel::after{font-size:5rem}.quote-panel{padding:50px 20px}.trust-grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:0}.trust-item{border-bottom:1px solid rgba(239,79,135,.2)}
  .footer-grid{grid-template-columns:1fr;padding-top:52px}.footer-brand{grid-column:auto}.footer-cta{grid-column:auto}.site-footer__line{font-size:1.2rem}.footer-bottom{display:grid;text-align:center;justify-items:center}.footer-bottom div{flex-wrap:wrap;justify-content:center}.floating-instagram,.back-to-top{right:12px;width:47px;height:47px}.floating-instagram{bottom:68px}.back-to-top{bottom:12px}
}

section[id],article[id]{scroll-margin-top:120px}

/* ========================================================================
   INKERELLA V2.1 — DENSE OLDSCHOOL PINK & BLACK HOMEPAGE
   ======================================================================== */
body.page-home{background:#050305}
body.page-home::before{
  background:
    radial-gradient(circle at 7% 33%,rgba(235,57,123,.20),transparent 19%),
    radial-gradient(circle at 93% 22%,rgba(235,57,123,.22),transparent 23%),
    radial-gradient(circle at 52% 82%,rgba(126,18,61,.12),transparent 30%),
    linear-gradient(180deg,#050305,#0a0508 42%,#050305);
}
body.page-home #main-content{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
body.page-home #main-content>.tattoo-hero,
body.page-home #main-content>.artist-social,
body.page-home #main-content>.review-section,
body.page-home #main-content>.cta-section{grid-column:1/-1}
body.page-home #main-content>.section:not(.tattoo-styles):not(.tattoo-gallery):not(.review-section):not(.artist-social){grid-column:1/-1}

/* header — stronger logo presence and compact premium navigation */
body.page-home .ink-topbar{background:#030203;border-color:rgba(244,73,137,.26)}
body.page-home .ink-topbar__inner{min-height:30px}
body.page-home .site-header{background:rgba(4,3,4,.95);box-shadow:0 14px 50px rgba(0,0,0,.38)}
body.page-home .header__inner{min-height:92px}
body.page-home .brand{min-width:310px;gap:16px}
body.page-home .brand__mark{width:76px;height:76px;border-width:2px;box-shadow:0 0 0 5px #080508,0 0 0 6px rgba(244,73,137,.65),0 0 32px rgba(244,73,137,.27)}
body.page-home .brand__text strong{font-size:2.4rem;letter-spacing:.01em;text-shadow:0 0 18px rgba(244,73,137,.22)}
body.page-home .brand__text small{font-size:.6rem;letter-spacing:.2em}
body.page-home .main-nav{gap:18px}
body.page-home .nav-link{font-size:.78rem;letter-spacing:.1em;padding-inline:14px}
body.page-home .nav-cta{min-width:180px}

/* hero — based on the supplied visual direction, but built as real HTML/CSS */
body.page-home .tattoo-hero{
  grid-column:1/-1;
  min-height:720px;
  background:
    linear-gradient(90deg,rgba(3,2,3,.98) 0%,rgba(8,4,7,.94) 43%,rgba(31,7,18,.78) 100%),
    radial-gradient(circle at 76% 44%,rgba(241,66,132,.34),transparent 24%);
  border-top:1px solid rgba(244,73,137,.15);
  border-bottom:1px solid rgba(244,73,137,.75);
}
body.page-home .tattoo-hero::before,
body.page-home .tattoo-hero::after{
  content:"";position:absolute;z-index:-1;pointer-events:none
}
body.page-home .tattoo-hero::before{
  inset:0;
  background:
    radial-gradient(circle at 15% 25%,rgba(255,255,255,.7) 0 1px,transparent 1.6px) 0 0/86px 86px,
    radial-gradient(circle at 84% 68%,rgba(244,73,137,.8) 0 1px,transparent 1.8px) 0 0/67px 67px;
  opacity:.24
}
body.page-home .tattoo-hero::after{
  left:50%;bottom:-1px;width:min(1600px,96vw);height:1px;transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,#f24989 14%,#f8b3cc 50%,#f24989 86%,transparent)
}
body.page-home .tattoo-hero__frame{position:absolute;inset:18px;z-index:0;border:1px solid rgba(244,73,137,.12);pointer-events:none}
body.page-home .tattoo-hero__frame::before,
body.page-home .tattoo-hero__frame::after{content:"✦";position:absolute;color:#f24989;font-size:1rem;text-shadow:0 0 18px #f24989}
body.page-home .tattoo-hero__frame::before{left:16px;top:14px}
body.page-home .tattoo-hero__frame::after{right:16px;bottom:14px}
body.page-home .tattoo-hero__grid{grid-template-columns:1.1fr .9fr;gap:28px;padding-top:40px;padding-bottom:58px}
body.page-home .tattoo-hero__copy{padding:34px 0 22px;max-width:980px}
body.page-home .tattoo-hero__copy h1{
  font-size:clamp(6.4rem,9vw,10.8rem);
  line-height:.77;
  letter-spacing:-.055em;
  color:#ee4b88;
  text-shadow:5px 5px 0 #7d173d,10px 10px 0 #16070e,0 0 46px rgba(238,75,136,.20)
}
body.page-home .tattoo-hero__script{font-size:clamp(3rem,4.4vw,5rem);max-width:840px;margin:26px 0 18px;color:#ffe3ed;line-height:.9}
body.page-home .tattoo-hero__lead{font-size:1.03rem;line-height:1.75;max-width:760px;color:#d9c8cf}
body.page-home .tattoo-hero__highlights{max-width:820px;margin-top:25px;padding:15px 0;gap:8px 28px}
body.page-home .tattoo-hero__highlights span{font-size:.68rem;letter-spacing:.14em}
body.page-home .tattoo-hero__copy .button-row{margin-top:27px}
body.page-home .tattoo-hero__copy .button{min-width:210px}
body.page-home .tattoo-hero__art{min-height:610px;align-items:center;isolation:isolate}
body.page-home .tattoo-hero__halo{
  width:min(580px,37vw);
  top:51%;
  border:2px solid rgba(244,73,137,.78);
  background:
    radial-gradient(circle,rgba(244,73,137,.31),rgba(72,10,35,.17) 46%,transparent 69%),
    repeating-radial-gradient(circle,transparent 0 38px,rgba(244,73,137,.09) 39px 40px);
  box-shadow:inset 0 0 70px rgba(244,73,137,.19),0 0 95px rgba(244,73,137,.20)
}
body.page-home .tattoo-hero__halo::before{inset:22px;border-style:solid;border-color:rgba(255,218,231,.20)}
body.page-home .tattoo-hero__halo::after{inset:74px;border-style:dashed;border-color:rgba(244,73,137,.32);opacity:1}
body.page-home .tattoo-hero__fairy{
  width:min(100%,620px);
  max-height:620px;
  object-fit:contain;
  transform:translateY(14px);
  filter:drop-shadow(0 22px 32px rgba(0,0,0,.82)) drop-shadow(0 0 3px rgba(255,235,242,.8)) drop-shadow(0 0 25px rgba(244,73,137,.35));
}
body.page-home .tattoo-hero__seal{width:128px;height:128px;left:1%;top:56px;border:3px solid #f24989;box-shadow:0 0 0 7px rgba(8,5,7,.85),0 0 34px rgba(244,73,137,.28)}
body.page-home .tattoo-hero__stamp{width:132px;height:132px;right:1%;top:92px;border-width:2px;box-shadow:0 0 0 8px rgba(8,5,7,.72),0 0 26px rgba(244,73,137,.22)}
body.page-home .tattoo-hero__stamp::before,
body.page-home .tattoo-hero__stamp::after{content:"✦";position:absolute;color:#f24989;font-size:.8rem}
body.page-home .tattoo-hero__stamp::before{top:14px}
body.page-home .tattoo-hero__stamp::after{bottom:14px}
body.page-home .tattoo-hero__stamp span{font-size:.67rem;line-height:1.28;max-width:92px}
body.page-home .tattoo-hero__flash{position:absolute;z-index:2;width:155px;padding:9px;background:#080507;border:1px solid rgba(244,73,137,.42);box-shadow:0 18px 48px rgba(0,0,0,.52);opacity:.9;transform:rotate(-5deg)}
body.page-home .tattoo-hero__flash img{width:100%;aspect-ratio:1;object-fit:cover;opacity:.88}
body.page-home .tattoo-hero__flash span{position:absolute;left:12px;right:12px;bottom:14px;padding:7px 4px;text-align:center;background:#e94a86;color:#090507;font-family:var(--font-heading);font-size:.66rem;line-height:1.05;letter-spacing:.09em;border:2px solid #090507;box-shadow:0 0 0 1px #e94a86}
body.page-home .tattoo-hero__flash--left{left:max(18px,calc(50% - 955px));bottom:66px}
body.page-home .tattoo-hero__flash--right{right:max(18px,calc(50% - 955px));bottom:78px;transform:rotate(5deg)}
body.page-home .tattoo-hero__edge{min-height:48px;background:#050305;letter-spacing:.23em;border-top:1px solid rgba(244,73,137,.32)}

/* two-panel showcase: styles and gallery */
body.page-home .tattoo-styles,
body.page-home .tattoo-gallery{
  min-width:0;
  padding:48px 0 54px;
  background:
    linear-gradient(180deg,rgba(10,6,8,.98),rgba(5,3,5,.98)),
    radial-gradient(circle at 50% 0,rgba(244,73,137,.10),transparent 45%);
  border-top:0;
  border-bottom:1px solid rgba(244,73,137,.35)
}
body.page-home .tattoo-styles{grid-column:1;border-right:1px solid rgba(244,73,137,.32)}
body.page-home .tattoo-gallery{grid-column:2}
body.page-home .tattoo-styles>.container,
body.page-home .tattoo-gallery>.container{width:100%;max-width:none;padding-inline:clamp(28px,3.2vw,74px)}
body.page-home .tattoo-styles .section-header,
body.page-home .tattoo-gallery .section-header{display:grid;grid-template-columns:1fr;gap:11px;margin-bottom:24px}
body.page-home .tattoo-styles .section-header h2,
body.page-home .tattoo-gallery .section-header h2{font-size:clamp(2.6rem,3.6vw,4.5rem);line-height:.86;margin-top:4px}
body.page-home .tattoo-styles .section-header p,
body.page-home .tattoo-gallery .section-header p{max-width:690px;font-size:.88rem;line-height:1.55}
body.page-home .tattoo-styles .section-header>div::after,
body.page-home .tattoo-gallery .section-header>div::after{width:95px;height:2px;margin-top:13px}
body.page-home .tattoo-style-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:11px}
body.page-home .tattoo-style-card{display:block;border-color:rgba(244,73,137,.52);background:#070507}
body.page-home .tattoo-style-card::before{inset:5px}
body.page-home .tattoo-style-card__image{aspect-ratio:1;min-height:0}
body.page-home .tattoo-style-card__image img{filter:saturate(.78) contrast(1.08)}
body.page-home .tattoo-style-card__body{padding:15px 10px 16px;text-align:center}
body.page-home .tattoo-style-card__spark{display:none}
body.page-home .tattoo-style-card h3{margin:0;font-size:.72rem;letter-spacing:.06em;white-space:normal}
body.page-home .tattoo-style-card p,
body.page-home .tattoo-style-card .text-link{display:none}
body.page-home .tattoo-gallery__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}
body.page-home .tattoo-gallery__open{aspect-ratio:1/1;border-color:rgba(244,73,137,.60)}
body.page-home .tattoo-gallery__open::after{inset:5px}
body.page-home .tattoo-gallery figcaption{padding:10px 3px 0;gap:7px}
body.page-home .tattoo-gallery figcaption strong{font-size:.66rem;line-height:1.2}
body.page-home .tattoo-gallery figcaption span{font-size:.58rem}
body.page-home .gallery-action{margin-top:24px}
body.page-home .gallery-action .button{min-height:44px;padding:9px 18px;font-size:.7rem}

/* artist / social area */
body.page-home .artist-social{padding:58px 0;background:linear-gradient(115deg,#090607 0%,#150912 53%,#080507 100%)}
body.page-home .artist-social::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 50%,rgba(244,73,137,.11),transparent 25%),radial-gradient(circle at 82% 50%,rgba(244,73,137,.12),transparent 24%);pointer-events:none}
body.page-home .artist-social__grid{grid-template-columns:1.4fr .6fr;gap:18px}
body.page-home .artist-card{grid-template-columns:minmax(250px,.68fr) 1.32fr;min-height:430px}
body.page-home .artist-card__portrait{min-height:430px}
body.page-home .artist-card__copy{padding:38px 42px}
body.page-home .artist-card__copy h2{font-size:clamp(2.6rem,3.5vw,4.4rem)}
body.page-home .social-card{min-height:430px;padding:38px 30px}
body.page-home .social-card h2{font-size:clamp(1.8rem,2.4vw,3rem)}
body.page-home .social-card__qr{width:min(230px,72%);margin:20px auto}

/* reviews + faq are visually denser */
body.page-home .review-section{padding:58px 0;background:#060406}
body.page-home .review-section .section-header{margin-bottom:27px}
body.page-home .review-section .section-header h2{font-size:clamp(2.8rem,4vw,5rem)}
body.page-home .review-card{padding:30px 28px 28px}
body.page-home .review-card blockquote{font-size:.93rem;line-height:1.65}
body.page-home .review-card__quote{font-size:5.8rem}
body.page-home #main-content>.faq-section{padding:58px 0;background:linear-gradient(180deg,#0a0608,#060406)}
body.page-home #main-content>.faq-section .section-header{margin-bottom:25px}
body.page-home #main-content>.faq-section .faq{max-width:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
body.page-home #main-content>.faq-section .faq-item{height:auto}
body.page-home #main-content>.faq-section .faq-button{height:auto;min-height:96px;padding:20px 52px 20px 20px;font-size:.82rem;line-height:1.35}
body.page-home #main-content>.faq-section .faq-panel{padding:0 20px 20px;font-size:.88rem}

/* CTA as a vintage ticket banner */
body.page-home .cta-section{padding:58px 0;background:linear-gradient(110deg,#6f123a,#250b19 48%,#73133d);border-top:1px solid #f24989}
body.page-home .cta-panel{padding:46px 64px;background:rgba(5,3,5,.84);box-shadow:inset 0 0 0 7px rgba(244,73,137,.08),0 25px 80px rgba(0,0,0,.35)}
body.page-home .cta-panel h2{font-size:clamp(2.7rem,4.8vw,5.5rem)}

/* general oldschool borders and micro details */
body.page-home .button{border-width:2px;box-shadow:inset 0 0 0 3px rgba(8,5,7,.36)}
body.page-home .button::after{content:"✦";font-size:.64rem}
body.page-home .section-header h2{letter-spacing:.012em}
body.page-home .eyebrow{font-size:.67rem;letter-spacing:.19em}

@media (max-width:1500px){
  body.page-home .tattoo-hero__flash{display:none}
  body.page-home .tattoo-hero__copy h1{font-size:clamp(5.6rem,8.7vw,9rem)}
  body.page-home .tattoo-hero__seal{left:0}
  body.page-home .tattoo-hero__stamp{right:0}
}
@media (max-width:1180px){
  body.page-home #main-content{display:block}
  body.page-home .tattoo-styles,
  body.page-home .tattoo-gallery{border-right:0}
  body.page-home .tattoo-styles>.container,
  body.page-home .tattoo-gallery>.container{width:min(calc(100% - 40px),var(--container));padding-inline:0}
  body.page-home .tattoo-style-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
  body.page-home .tattoo-gallery__grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  body.page-home .brand{min-width:auto}
  body.page-home .brand__text small{display:none}
  body.page-home .tattoo-hero__grid{grid-template-columns:1fr 1fr}
  body.page-home .tattoo-hero__copy h1{font-size:clamp(4.7rem,9vw,7.6rem)}
  body.page-home .tattoo-hero__script{font-size:clamp(2.5rem,4vw,4rem)}
  body.page-home .tattoo-hero__art{min-height:560px}
}
@media (max-width:940px){
  body.page-home .main-nav{top:104px}
  body.page-home .tattoo-hero{min-height:auto}
  body.page-home .tattoo-hero__grid{grid-template-columns:1fr;padding-top:24px}
  body.page-home .tattoo-hero__copy{max-width:none;padding-top:38px}
  body.page-home .tattoo-hero__copy h1{font-size:clamp(5rem,16vw,8rem)}
  body.page-home .tattoo-hero__art{min-height:540px}
  body.page-home .tattoo-hero__halo{width:520px}
  body.page-home .artist-social__grid{grid-template-columns:1fr}
  body.page-home #main-content>.faq-section .faq{grid-template-columns:1fr}
}
@media (max-width:760px){
  body.page-home .header__inner{min-height:76px}
  body.page-home .brand__mark{width:58px;height:58px}
  body.page-home .tattoo-hero__frame{inset:9px}
  body.page-home .tattoo-hero__copy h1{font-size:clamp(4.1rem,20vw,6.2rem)}
  body.page-home .tattoo-hero__script{font-size:2.35rem;line-height:1}
  body.page-home .tattoo-hero__art{min-height:430px}
  body.page-home .tattoo-hero__halo{width:390px}
  body.page-home .tattoo-hero__fairy{max-height:455px}
  body.page-home .tattoo-hero__seal{width:92px;height:92px;top:10px}
  body.page-home .tattoo-hero__stamp{width:102px;height:102px;top:48px}
  body.page-home .tattoo-styles,
  body.page-home .tattoo-gallery{padding:42px 0}
  body.page-home .tattoo-style-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.page-home .tattoo-style-card:last-child{grid-column:1/-1;max-width:50%;width:100%;justify-self:center}
  body.page-home .tattoo-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.page-home .artist-card{grid-template-columns:1fr}
  body.page-home .artist-card__portrait{min-height:390px}
  body.page-home .artist-card__copy{padding:30px 23px}
  body.page-home .social-card{padding:30px 23px}
  body.page-home .cta-panel{padding:38px 24px}
}

/* INKERELLA_GALLERY_SWIPE_PATCH_V1 */
.tattoo-gallery__slider{position:relative;min-width:0}
.tattoo-gallery__viewport{position:relative;z-index:1;overflow-x:auto;overflow-y:hidden;padding:2px 1px 10px;margin-inline:-1px;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior-inline:contain;touch-action:pan-x pan-y pinch-zoom;cursor:grab;-webkit-overflow-scrolling:touch}
.tattoo-gallery__viewport::-webkit-scrollbar{display:none}
.tattoo-gallery__viewport:focus-visible{outline:1px solid var(--pink);outline-offset:5px}
.tattoo-gallery__viewport.is-dragging{cursor:grabbing;scroll-snap-type:none;user-select:none}
.tattoo-gallery__grid,
body.page-home .tattoo-gallery__grid{display:flex;grid-template-columns:none;gap:18px;width:100%;min-width:0}
.tattoo-gallery__item,
body.page-home .tattoo-gallery__item{flex:0 0 calc((100% - 54px)/4);scroll-snap-align:start;scroll-snap-stop:always}
.tattoo-gallery__slider::before,
.tattoo-gallery__slider::after{content:"";position:absolute;z-index:3;top:0;bottom:72px;width:48px;pointer-events:none;opacity:1;transition:opacity .22s ease}
.tattoo-gallery__slider::before{left:-1px;background:linear-gradient(90deg,#070507 0%,rgba(7,5,7,.82) 30%,transparent 100%)}
.tattoo-gallery__slider::after{right:-1px;background:linear-gradient(270deg,#070507 0%,rgba(7,5,7,.82) 30%,transparent 100%)}
body.page-home .tattoo-gallery__slider::before{background:linear-gradient(90deg,#080507 0%,rgba(8,5,7,.84) 30%,transparent 100%)}
body.page-home .tattoo-gallery__slider::after{background:linear-gradient(270deg,#080507 0%,rgba(8,5,7,.84) 30%,transparent 100%)}
.tattoo-gallery__slider.is-at-start::before,
.tattoo-gallery__slider.is-at-end::after{opacity:0}
.tattoo-gallery__controls{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:24px}
.tattoo-gallery__controls[hidden]{display:none}
.tattoo-gallery__arrow{position:relative;width:48px;height:48px;display:grid;place-items:center;padding:0;border:1px solid var(--pink);background:#0b0709;color:var(--pink);font:700 1.2rem/1 var(--font-body);cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease,opacity .2s ease}
.tattoo-gallery__arrow::before{content:"";position:absolute;inset:4px;border:1px solid rgba(255,211,225,.16);pointer-events:none}
.tattoo-gallery__arrow:hover:not(:disabled),
.tattoo-gallery__arrow:focus-visible{background:var(--pink);color:#090608;transform:translateY(-2px)}
.tattoo-gallery__arrow:disabled{opacity:.28;cursor:not-allowed}
.tattoo-gallery__counter{min-width:150px;display:flex;align-items:center;justify-content:center;gap:12px;font-size:.68rem;letter-spacing:.16em;color:var(--muted)}
.tattoo-gallery__counter strong{color:var(--pink);font-weight:800}
.tattoo-gallery__counter i{display:block;width:52px;height:1px;background:linear-gradient(90deg,var(--pink),rgba(239,79,135,.18))}
.tattoo-gallery__counter span{color:var(--cream)}
body.page-home .tattoo-gallery__controls{margin-top:18px}
body.page-home .tattoo-gallery__arrow{width:42px;height:42px}
body.page-home .tattoo-gallery__counter{min-width:128px;font-size:.61rem}
body.page-home .tattoo-gallery__counter i{width:38px}

@media (max-width:1180px){
  .tattoo-gallery__item,
  body.page-home .tattoo-gallery__item{flex-basis:calc((100% - 36px)/3)}
}
@media (max-width:940px){
  .tattoo-gallery__item,
  body.page-home .tattoo-gallery__item{flex-basis:calc((100% - 18px)/2)}
}
@media (max-width:640px){
  .tattoo-gallery__grid,
  body.page-home .tattoo-gallery__grid{gap:12px}
  .tattoo-gallery__item,
  body.page-home .tattoo-gallery__item{flex-basis:86%}
  .tattoo-gallery__slider::before,
  .tattoo-gallery__slider::after{width:24px;bottom:66px}
  .tattoo-gallery__controls{gap:12px;margin-top:18px}
  .tattoo-gallery__arrow,
  body.page-home .tattoo-gallery__arrow{width:44px;height:44px}
  .tattoo-gallery__counter,
  body.page-home .tattoo-gallery__counter{min-width:118px;gap:9px}
  .tattoo-gallery__counter i,
  body.page-home .tattoo-gallery__counter i{width:30px}
}

/* =========================================================
   Verifizierte TattobyBasti-Resonanzen
   ========================================================= */
.review-card__top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}
.review-card__top .review-card__stars{margin-bottom:0}
.review-card__verified{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border:1px solid rgba(239,79,135,.42);background:rgba(239,79,135,.08);color:#ff8eb7;font-family:var(--font-heading);font-size:.55rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap}
.review-card__verified::before{content:"✓";display:grid;place-items:center;width:15px;height:15px;border-radius:50%;background:var(--pink);color:#090507;font-size:.62rem}
.review-write{position:relative;display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:30px;padding:25px 28px;border:1px solid rgba(239,79,135,.4);background:linear-gradient(135deg,rgba(239,79,135,.1),rgba(14,9,12,.95) 52%,rgba(255,211,225,.04));overflow:hidden}
.review-write::before{content:"“";position:absolute;right:26%;top:-50px;color:rgba(239,79,135,.07);font-family:Georgia,serif;font-size:13rem;line-height:1;pointer-events:none}
.review-write::after{content:"";position:absolute;inset:7px;border:1px solid rgba(255,211,225,.07);pointer-events:none}
.review-write>div,.review-write__button{position:relative;z-index:1}
.review-write h3{margin:4px 0 6px;font-size:clamp(1.45rem,2.2vw,2.2rem)}
.review-write p{max-width:720px;margin:0;color:#cfbcc3;line-height:1.65}
.review-write__button{flex:none;min-width:225px}
html.review-modal-open,body.review-modal-open{overflow:hidden!important}
.review-modal{position:fixed;inset:0;z-index:2147482000;display:grid;place-items:center;padding:clamp(12px,3vw,34px)}
.review-modal__backdrop{position:absolute;inset:0;background:rgba(2,1,2,.88);backdrop-filter:blur(13px);animation:reviewFadeIn .2s ease both}
.review-modal__panel{position:relative;width:min(690px,100%);max-height:min(850px,calc(100vh - 24px));overflow:auto;padding:clamp(24px,4vw,46px);border:1px solid rgba(239,79,135,.72);background:radial-gradient(circle at 90% 5%,rgba(239,79,135,.18),transparent 30%),linear-gradient(145deg,#12090e,#080507 60%,#130810);box-shadow:0 35px 120px rgba(0,0,0,.82),0 0 70px rgba(239,79,135,.18);clip-path:polygon(18px 0,calc(100% - 18px) 0,100% 18px,100% calc(100% - 18px),calc(100% - 18px) 100%,18px 100%,0 calc(100% - 18px),0 18px);animation:reviewPanelIn .26s ease both}
.review-modal__panel::before{content:"";position:absolute;inset:8px;border:1px solid rgba(255,211,225,.1);pointer-events:none}
.review-modal__close{position:absolute;z-index:4;right:16px;top:15px;width:42px;height:42px;border:1px solid rgba(239,79,135,.4);background:#0a0608;color:#ffdce8;font-size:1.75rem;line-height:1;cursor:pointer;transition:.2s}
.review-modal__close:hover{border-color:var(--pink);background:rgba(239,79,135,.14);transform:rotate(4deg)}
.review-modal__ornament{position:absolute;right:78px;top:27px;color:var(--pink);text-shadow:0 0 16px var(--pink)}
.review-modal__header{position:relative;z-index:1;padding-right:48px;margin-bottom:28px}
.review-modal__header h2{margin:6px 0 10px;font-size:clamp(2.5rem,7vw,4.8rem);line-height:.9;text-transform:uppercase}
.review-modal__header p{max-width:570px;margin:0;color:#cbb8bf;line-height:1.65}
.review-modal__step{position:relative;z-index:1}
.review-modal__step>label,.review-form-grid>label,.review-rating legend{display:grid;gap:8px;color:#f5dce5;font-family:var(--font-heading);font-size:.72rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.review-modal input[type=text],.review-modal textarea{width:100%;border:1px solid rgba(239,79,135,.42);background:#080507;color:#fff;padding:14px 15px;font:inherit;outline:none;transition:.2s}
.review-modal input[type=text]:focus,.review-modal textarea:focus{border-color:var(--pink);box-shadow:0 0 0 3px rgba(239,79,135,.11),0 0 28px rgba(239,79,135,.08)}
.review-code-field{display:grid;grid-template-columns:auto 1fr;align-items:center;border:1px solid rgba(239,79,135,.42);background:#080507;transition:.2s}
.review-code-field:focus-within{border-color:var(--pink);box-shadow:0 0 0 3px rgba(239,79,135,.11),0 0 28px rgba(239,79,135,.08)}
.review-code-field>span{padding:0 14px;color:var(--pink);font-family:var(--font-heading);font-weight:900;letter-spacing:.16em;border-right:1px solid rgba(239,79,135,.28)}
.review-code-field input{border:0!important;box-shadow:none!important;text-transform:uppercase;letter-spacing:.13em;font-weight:900}
.review-modal__hint{margin:10px 0 0;color:#a9959c;font-size:.76rem;line-height:1.55}
.review-modal__message{min-height:23px;margin:13px 0 5px;color:#ff9ebf;font-size:.82rem;font-weight:700;line-height:1.45}
.review-modal__message.is-error{color:#ff8198}
.review-modal__message.is-success{color:#7ee0ad}
.review-modal__submit{width:100%;margin-top:8px}
.review-modal__submit[disabled]{cursor:wait;opacity:.68;transform:none;box-shadow:none}
.review-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.review-form-grid__full{grid-column:1/-1;position:relative}
.review-form-grid textarea{min-height:170px;resize:vertical;text-transform:none;letter-spacing:normal;line-height:1.6}
.review-char-count{position:absolute;right:11px;bottom:10px;padding:3px 6px;background:rgba(8,5,7,.88);color:#9e8b92;font-family:var(--font-body);font-size:.68rem;font-weight:700;letter-spacing:0;text-transform:none}
.review-rating{min-width:0;margin:0;padding:0;border:0}
.review-rating__choices{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:4px;min-height:49px;align-items:center;padding:7px 10px;border:1px solid rgba(239,79,135,.42);background:#080507}
.review-rating__choices input{position:absolute;opacity:0;pointer-events:none}
.review-rating__choices label{color:#4a2935;font-size:2rem;line-height:1;cursor:pointer;transition:.16s;text-shadow:none}
.review-rating__choices label:hover,.review-rating__choices label:hover~label,.review-rating__choices input:checked~label{color:var(--pink);text-shadow:0 0 13px rgba(239,79,135,.52);transform:translateY(-1px)}
.review-rating__choices input:focus-visible+label{outline:2px solid var(--cream);outline-offset:3px}
.review-consent{display:flex!important;grid-template-columns:none!important;flex-direction:row;align-items:flex-start;gap:12px;padding:14px;border:1px solid rgba(255,211,225,.12);background:rgba(255,255,255,.025);font-family:var(--font-body)!important;font-size:.78rem!important;font-weight:500!important;letter-spacing:0!important;line-height:1.55;text-transform:none!important}
.review-consent input{width:19px;height:19px;flex:none;margin-top:1px;accent-color:var(--pink)}
.review-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.review-modal__actions{display:grid;grid-template-columns:auto 1fr;gap:10px;margin-top:5px}
.review-modal__actions .review-modal__submit{margin-top:0}
.review-modal__success{position:relative;z-index:1;text-align:center;padding:25px 0 8px}
.review-modal__success>span{display:grid;place-items:center;width:76px;height:76px;margin:0 auto 20px;border:1px solid var(--pink);border-radius:50%;background:rgba(239,79,135,.12);color:#ff9abd;font-size:2rem;box-shadow:0 0 45px rgba(239,79,135,.2)}
.review-modal__success h3{margin:0 0 10px;font-size:clamp(1.9rem,5vw,3.2rem);text-transform:uppercase}
.review-modal__success p{max-width:500px;margin:0 auto 24px;color:#cdb9c0;line-height:1.65}
@keyframes reviewFadeIn{from{opacity:0}to{opacity:1}}
@keyframes reviewPanelIn{from{opacity:0;transform:translateY(18px) scale(.975)}to{opacity:1;transform:none}}
@media(max-width:760px){
  .review-write{align-items:stretch;flex-direction:column;padding:23px 20px}.review-write__button{width:100%;min-width:0}
  .review-modal{padding:8px}.review-modal__panel{max-height:calc(100vh - 16px);padding:28px 18px 22px;clip-path:polygon(12px 0,calc(100% - 12px) 0,100% 12px,100% calc(100% - 12px),calc(100% - 12px) 100%,12px 100%,0 calc(100% - 12px),0 12px)}
  .review-modal__close{right:12px;top:11px}.review-modal__ornament{display:none}.review-modal__header{padding-right:42px;margin-bottom:22px}.review-modal__header h2{font-size:2.55rem}
  .review-form-grid{grid-template-columns:1fr}.review-form-grid__full{grid-column:auto}.review-modal__actions{grid-template-columns:1fr}.review-modal__actions .button{width:100%}
  .review-card__top{align-items:flex-start;flex-direction:column}.review-card__verified{white-space:normal}
}
@media(prefers-reduced-motion:reduce){.review-modal__backdrop,.review-modal__panel{animation:none}}

/* Resonanz-Modal: explizite Sichtbarkeit, unabhängig vom Browser-Stylesheet. */
.review-modal[hidden]{display:none!important}
.review-modal.is-open{display:grid!important}


/* ========================================================================
   INKERELLA CONSENT MENU + FULLSCREEN MOBILE NAVIGATION v1.1.1
   ======================================================================== */
.main-nav__mobile-head{display:none}

@media (max-width:1180px){
  .header__inner{min-height:76px;gap:14px}
  .brand{min-width:0}
  .brand__mark{width:58px;height:58px}
  .brand__text strong{font-size:1.65rem}
  .brand__text small{display:none}
  .nav-toggle{display:flex;position:relative;z-index:103;margin-left:auto;min-height:44px;padding:10px 14px;border-color:rgba(239,79,135,.72);box-shadow:0 0 24px rgba(239,79,135,.12)}

  .main-nav{
    position:fixed;
    inset:0;
    z-index:110;
    width:100%;
    height:100vh;
    height:100dvh;
    max-width:none;
    margin:0;
    padding:max(16px,env(safe-area-inset-top)) 14px calc(22px + env(safe-area-inset-bottom));
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:14px;
    overflow-x:hidden;
    overflow-y:auto;
    overscroll-behavior:contain;
    background:
      radial-gradient(circle at 90% 6%,rgba(239,79,135,.22),transparent 28%),
      radial-gradient(circle at 8% 90%,rgba(239,79,135,.12),transparent 32%),
      rgba(7,5,7,.99);
    border:0;
    transform:translateX(105%);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:transform .28s ease,opacity .2s ease,visibility 0s linear .28s;
  }
  body.page-home .main-nav{inset:0;top:0;gap:14px}
  .main-nav.is-open{
    transform:none;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transition-delay:0s;
  }
  .main-nav::before{
    content:"";
    position:fixed;
    inset:0;
    z-index:-1;
    pointer-events:none;
    opacity:.16;
    background-image:repeating-linear-gradient(135deg,transparent 0 22px,rgba(239,79,135,.09) 23px 24px);
  }
  .main-nav__mobile-head{
    position:sticky;
    top:0;
    z-index:3;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    min-height:72px;
    padding:10px 10px 14px;
    background:linear-gradient(180deg,#080608 75%,rgba(8,6,8,0));
    border-bottom:1px solid rgba(239,79,135,.38);
  }
  .main-nav__mobile-head>div{display:grid;line-height:1.05}
  .main-nav__mobile-head span{font-size:.62rem;font-weight:900;letter-spacing:.22em;color:var(--pink)}
  .main-nav__mobile-head strong{margin-top:7px;font-family:var(--font-heading);font-size:1.55rem;letter-spacing:.04em;text-transform:uppercase;color:var(--cream)}
  .main-nav__close{
    flex:0 0 48px;
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    border:1px solid rgba(239,79,135,.65);
    border-radius:50%;
    background:#120a0f;
    color:var(--pink);
    cursor:pointer;
    box-shadow:0 0 25px rgba(239,79,135,.13);
  }
  .main-nav__close span{font:300 2rem/1 Arial,sans-serif;transform:translateY(-1px)}
  .main-nav__close:hover,.main-nav__close:focus-visible{background:var(--pink);color:#090608;outline:none}

  .main-nav__list{display:flex;flex-direction:column;align-items:stretch;gap:8px;width:100%;padding:0 2px}
  .nav-item{width:100%;position:relative}
  .nav-item__row{width:100%;display:flex;align-items:stretch;border:1px solid rgba(239,79,135,.30);background:linear-gradient(100deg,rgba(239,79,135,.09),rgba(255,255,255,.01));box-shadow:inset 4px 0 0 rgba(239,79,135,.65)}
  .nav-link{min-width:0;min-height:60px;flex:1;display:flex;align-items:center;padding:12px 18px;font-size:.92rem;line-height:1.25;letter-spacing:.10em;white-space:normal;overflow-wrap:anywhere}
  body.page-home .nav-link{min-height:60px;padding:12px 18px;font-size:.92rem;letter-spacing:.10em}
  .nav-link::after{left:18px;right:18px;bottom:7px}
  .nav-link.is-active{background:rgba(239,79,135,.12)}
  .nav-expand{flex:0 0 58px;width:58px;height:auto;min-height:60px;margin:0;border-left:1px solid rgba(239,79,135,.25);font-size:1.15rem}
  .nav-dropdown{position:static;min-width:0;width:100%;margin:0;padding:6px 8px 8px 18px;display:none;opacity:1;visibility:visible;transform:none;border:1px solid rgba(239,79,135,.22);border-top:0;background:rgba(0,0,0,.22);box-shadow:none}
  .nav-item.is-open .nav-dropdown{display:block}
  .nav-dropdown a{min-height:46px;padding:11px 12px;font-size:.76rem;line-height:1.35;white-space:normal}
  .nav-cta{flex:0 0 auto;width:100%;min-height:56px;margin:2px 2px 0;padding:13px 18px;font-size:.86rem}
  body.page-home .nav-cta{width:100%;min-width:0;margin:2px 2px 0;padding:13px 18px}
  body.nav-open{overflow:hidden;touch-action:none}
}

@media (max-width:640px){
  .header__inner{min-height:70px}
  .brand__mark{width:54px;height:54px}
  .nav-toggle{padding:9px 11px;font-size:.68rem}
  .main-nav{padding-left:10px;padding-right:10px}
  .main-nav__mobile-head{padding-inline:6px}
  .main-nav__mobile-head strong{font-size:1.35rem}
  .nav-link{min-height:58px;padding-inline:15px;font-size:.86rem}
  .nav-link::after{left:15px;right:15px}
  .nav-expand{flex-basis:54px;width:54px;min-height:58px}
}

@media (max-width:380px){
  .nav-toggle>span:last-child{display:none}
  .nav-toggle{width:46px;height:44px;justify-content:center;padding:0}
  .main-nav__mobile-head strong{font-size:1.2rem}
  .nav-link{font-size:.80rem;letter-spacing:.075em}
}


/* ========================================================================
   INKERELLA FAQ RESPONSIVE REBUILD v1.0
   Stable layout for desktop, tablet and mobile.
   ======================================================================== */
.faq-section{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 0,rgba(239,79,135,.10),transparent 29%),
    radial-gradient(circle at 90% 100%,rgba(239,79,135,.08),transparent 27%),
    linear-gradient(180deg,#0a0608 0%,#060406 100%);
}
.faq-section::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  opacity:.22;
  background-image:
    linear-gradient(rgba(239,79,135,.06) 1px,transparent 1px),
    linear-gradient(90deg,rgba(239,79,135,.06) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(180deg,transparent,black 22%,black 78%,transparent);
}
.faq-section>.container{
  width:min(calc(100% - 48px),1380px);
}
.faq-section .section-header{
  grid-template-columns:minmax(0,1.18fr) minmax(280px,.62fr);
  align-items:end;
  gap:clamp(32px,6vw,110px);
  margin-bottom:clamp(28px,3.5vw,48px);
}
.faq-section .section-header>div,
.faq-section .section-header p{
  min-width:0;
}
.faq-section .section-header h2{
  max-width:100%;
  margin-top:8px;
  font-size:clamp(3.25rem,5.2vw,6rem);
  line-height:.88;
  letter-spacing:-.015em;
  text-wrap:balance;
  overflow-wrap:normal;
}
.faq-section .section-header p{
  justify-self:end;
  width:min(100%,560px);
  padding-bottom:5px;
  color:#d6c6cc;
  font-size:clamp(.92rem,1.05vw,1.05rem);
  line-height:1.7;
}
.faq-section .section-header>div::after{
  width:clamp(90px,10vw,150px);
  height:2px;
}
.faq-section .faq{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:start;
  gap:clamp(12px,1.2vw,18px);
  max-width:none;
}
.faq-section .faq-item{
  position:relative;
  min-width:0;
  height:auto;
  overflow:hidden;
  border:1px solid rgba(239,79,135,.48);
  background:
    linear-gradient(145deg,rgba(239,79,135,.055),transparent 42%),
    #0d090b;
  box-shadow:0 14px 38px rgba(0,0,0,.22);
  transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease;
}
.faq-section .faq-item::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:2px;
  background:linear-gradient(90deg,transparent,var(--pink),transparent);
  opacity:.55;
  pointer-events:none;
}
.faq-section .faq-item:hover,
.faq-section .faq-item.is-open{
  border-color:rgba(239,79,135,.82);
  box-shadow:0 18px 48px rgba(0,0,0,.31),0 0 30px rgba(239,79,135,.07);
}
.faq-section .faq-button,
body.page-home #main-content>.faq-section .faq-button{
  display:flex;
  align-items:center;
  width:100%;
  height:auto;
  min-height:108px;
  padding:24px 66px 24px 24px;
  font-size:clamp(.78rem,.8vw,.92rem);
  line-height:1.38;
  letter-spacing:.045em;
  overflow-wrap:anywhere;
  hyphens:auto;
  transition:color .2s ease,background .2s ease;
}
.faq-section .faq-button:hover,
.faq-section .faq-button:focus-visible{
  color:var(--pink);
  background:rgba(239,79,135,.045);
  outline:none;
}
.faq-section .faq-button:focus-visible{
  box-shadow:inset 0 0 0 2px var(--pink);
}
.faq-section .faq-button::after{
  right:20px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border:1px solid rgba(239,79,135,.72);
  background:#090608;
  font-family:var(--font-body);
  font-size:1.4rem;
  font-weight:400;
  line-height:1;
  transition:transform .22s ease,background .22s ease,color .22s ease;
}
.faq-section .faq-button[aria-expanded="true"]::after{
  background:var(--pink);
  color:#090608;
  transform:translateY(-50%) rotate(180deg);
}
.faq-section .faq-panel,
body.page-home #main-content>.faq-section .faq-panel{
  padding:20px 24px 24px;
  border-top:1px solid rgba(239,79,135,.20);
  color:#cdbbc2;
  font-size:.92rem;
  line-height:1.72;
}

@media (max-width:1080px){
  .faq-section>.container{width:min(calc(100% - 36px),1380px)}
  .faq-section .section-header{
    grid-template-columns:1fr;
    gap:16px;
  }
  .faq-section .section-header p{
    justify-self:start;
    width:min(100%,720px);
    padding-bottom:0;
  }
  .faq-section .faq,
  body.page-home #main-content>.faq-section .faq{
    grid-template-columns:1fr;
    gap:12px;
  }
  .faq-section .faq-button,
  body.page-home #main-content>.faq-section .faq-button{
    min-height:82px;
    font-size:.88rem;
  }
}

@media (max-width:640px){
  .faq-section,
  body.page-home #main-content>.faq-section{
    padding:54px 0 58px;
  }
  .faq-section>.container{
    width:min(calc(100% - 24px),1380px);
  }
  .faq-section .section-header{
    gap:12px;
    margin-bottom:24px;
  }
  .faq-section .section-header h2{
    font-size:clamp(2.55rem,13vw,3.55rem);
    line-height:.9;
    overflow-wrap:anywhere;
  }
  .faq-section .section-header p{
    font-size:.9rem;
    line-height:1.6;
  }
  .faq-section .section-header>div::after{
    width:88px;
    margin-top:13px;
  }
  .faq-section .faq-button,
  body.page-home #main-content>.faq-section .faq-button{
    min-height:74px;
    padding:18px 58px 18px 17px;
    font-size:.78rem;
    line-height:1.4;
  }
  .faq-section .faq-button::after{
    right:14px;
    width:32px;
    height:32px;
  }
  .faq-section .faq-panel,
  body.page-home #main-content>.faq-section .faq-panel{
    padding:17px 17px 20px;
    font-size:.88rem;
    line-height:1.67;
  }
}
