
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

:root{
  --bg:#f7f1e8;
  --bg-soft:#fbf7f2;
  --surface:#fffdf9;
  --surface-2:#f4ede3;
  --line:#e7dccf;
  --line-strong:#d7c8b9;
  --text:#322924;
  --muted:#6f6259;
  --sage:#97a48a;
  --sage-deep:#758267;
  --olive:#7f8c70;
  --rose:#caa49b;
  --clay:#b98f79;
  --taupe:#b29b8d;
  --shadow:0 18px 40px rgba(70,48,32,.08);
  --shadow-soft:0 10px 26px rgba(70,48,32,.06);
  --radius:28px;
  --radius-sm:18px;
  --radius-xs:14px;
  --container:min(1180px, calc(100vw - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(151,164,138,.12), transparent 28%),
    radial-gradient(circle at top right, rgba(202,164,155,.12), transparent 32%),
    linear-gradient(180deg, #f8f3ec 0%, #f7f1e8 42%, #faf7f2 100%);
  font-family:'Manrope', system-ui, sans-serif;
  line-height:1.6;
  overflow-x:hidden;
}
body::before{
  content:'';
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:radial-gradient(rgba(127,140,112,.08) 0.6px, transparent 0.6px);
  background-size:28px 28px;
  opacity:.22;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.8), transparent 85%);
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:var(--container);margin-inline:auto}
.narrow{max-width:760px}
.skip-link{position:absolute;left:-999px;top:0;background:#fff;padding:10px 14px;border-radius:10px;z-index:200}
.skip-link:focus{left:16px;top:16px}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}

h1,h2,h3,h4{
  margin:0 0 12px;
  font-family:'Cormorant Garamond', Georgia, serif;
  line-height:1.02;
  letter-spacing:-.02em;
  font-weight:600;
}
h1{font-size:clamp(3.2rem, 5vw, 5.6rem)}
h2{font-size:clamp(2.2rem, 3vw, 3.4rem)}
h3{font-size:clamp(1.35rem, 2vw, 1.75rem)}
p{margin:0 0 12px}
.lead{font-size:1.08rem;color:var(--muted);max-width:62ch}
.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  font-size:.82rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:var(--sage-deep);margin-bottom:14px
}
.eyebrow::before{content:'';width:28px;height:1px;background:linear-gradient(90deg, transparent, var(--sage-deep));}
.section{padding:90px 0;position:relative}
.section.surface{background:rgba(255,255,255,.46);backdrop-filter: blur(10px);border-block:1px solid rgba(255,255,255,.5)}
.section-heading{margin-bottom:28px}
.section-heading.split,.split{display:flex;justify-content:space-between;gap:20px;align-items:end;flex-wrap:wrap}
.text-link{font-weight:600;color:var(--sage-deep);position:relative}
.text-link::after{content:'';display:block;height:1px;background:currentColor;transform:scaleX(.25);transform-origin:left;transition:transform .35s ease;margin-top:2px}
.text-link:hover::after{transform:scaleX(1)}

.site-header{
  position:sticky;top:0;z-index:100;
  padding:18px 0;border-bottom:1px solid transparent;
  transition:background .25s ease, box-shadow .25s ease, border-color .25s ease, padding .25s ease;
}
.site-header.scrolled{
  background:rgba(250,246,240,.84);
  backdrop-filter:blur(18px);
  border-color:rgba(153,134,118,.16);
  box-shadow:0 8px 26px rgba(50,35,26,.06);
  padding:12px 0;
}
.nav-shell{display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:flex;align-items:center;gap:12px;flex:0 0 auto}
.brand img.brand-logo{width:220px;max-width:min(44vw, 220px);height:auto;filter:drop-shadow(0 2px 10px rgba(50,35,26,.04))}
.brand-mark{display:none}
.site-nav{display:flex;align-items:center;gap:20px;flex-wrap:wrap;justify-content:center}
.site-nav a{font-size:.95rem;color:var(--muted);position:relative;padding:6px 0}
.site-nav a.active,.site-nav a:hover{color:var(--text)}
.site-nav a::after{content:'';position:absolute;left:0;right:0;bottom:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:.25s ease}
.site-nav a.active::after,.site-nav a:hover::after{transform:scaleX(1)}
.header-cta,.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:48px;padding:0 22px;border-radius:999px;border:1px solid transparent;
  background:linear-gradient(135deg, var(--sage-deep), var(--olive));color:#fff;
  box-shadow:0 10px 24px rgba(117,130,103,.22);
  font-weight:600;transition:transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}
.header-cta:hover,.btn:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(117,130,103,.28)}
.btn.ghost,.header-cta.ghost{background:rgba(255,255,255,.68);color:var(--text);border-color:var(--line);box-shadow:none}
.btn.text{background:transparent;color:var(--sage-deep);padding-inline:0;min-height:auto;box-shadow:none}
.btn.small{min-height:42px;padding-inline:16px;font-size:.92rem}
.btn.tiny{min-height:38px;padding-inline:14px;font-size:.88rem}
.menu-toggle{display:none;background:rgba(255,255,255,.6);border:1px solid var(--line);border-radius:999px;padding:10px 14px;color:var(--text)}

.hero,.page-hero{
  padding:72px 0 26px;position:relative;overflow:hidden
}
.hero::before,.page-hero::before{
  content:'';position:absolute;inset:auto -10% -12% auto;width:380px;height:380px;
  background:radial-gradient(circle, rgba(151,164,138,.18), rgba(151,164,138,0) 70%);
  filter:blur(12px);border-radius:50%;animation:floatOrb 9s ease-in-out infinite alternate;
}
.hero-grid{display:grid;grid-template-columns:1.1fr .95fr;gap:40px;align-items:center}
.hero-copy{position:relative;z-index:1}
.hero-actions,.status-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.status{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(255,255,255,.7);border:1px solid var(--line);border-radius:999px;
  padding:8px 12px;font-size:.82rem;font-weight:700;color:var(--muted)
}
.status::before{content:'';width:8px;height:8px;border-radius:50%;background:#bcc6b3;box-shadow:0 0 0 4px rgba(188,198,179,.22)}
.status.open::before{background:#86b887;box-shadow:0 0 0 4px rgba(134,184,135,.16)}
.status.wait::before{background:#d1b27d;box-shadow:0 0 0 4px rgba(209,178,125,.16)}
.status.flash::before{background:#c79a9a;box-shadow:0 0 0 4px rgba(199,154,154,.18)}
.status.consult::before{background:#99a8c3;box-shadow:0 0 0 4px rgba(153,168,195,.18)}
.status.closed::before{background:#a49a93;box-shadow:0 0 0 4px rgba(164,154,147,.18)}
.hero-visual{position:relative;min-height:520px}
.editorial-card,.cta-panel,.countdown-card,.rules-card,.matcher-panel,.summary-card,.contact-form-wrap,.booking-form,.booking-sidebar .stepper{
  background:rgba(255,255,255,.72);
  border:1px solid rgba(255,255,255,.65);
  backdrop-filter:blur(18px);
  box-shadow:var(--shadow);
}
.editorial-card{
  border-radius:36px;position:relative;overflow:hidden;isolation:isolate;
}
.main-card{height:100%;min-height:520px;background:
  linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.24)),
  url('../img/hero-still-life.webp') center/cover no-repeat}
.main-card::after,.profile-card::after{
  content:'';position:absolute;inset:auto 18px 18px auto;width:72px;height:72px;border-radius:24px;
  background:rgba(255,255,255,.32);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.4)
}
.floating-label,.mini-note{
  position:absolute;z-index:2;background:rgba(255,255,255,.74);border:1px solid rgba(255,255,255,.65);
  border-radius:999px;padding:10px 14px;box-shadow:var(--shadow-soft);font-weight:600;color:var(--text)
}
.floating-label{top:18px;left:18px}
.mini-note{animation:drift 5.8s ease-in-out infinite alternate}
.note-one{right:-6px;top:56px}.note-two{left:-16px;bottom:56px;animation-delay:1.1s}
.botanical-line-art{position:absolute;inset:0;background:linear-gradient(180deg, transparent 40%, rgba(255,255,255,.28));}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}
.feature-panel{display:grid;grid-template-columns:.72fr 1fr;gap:28px;align-items:center;padding:36px;border-radius:32px;background:linear-gradient(180deg, rgba(255,255,255,.8), rgba(255,255,255,.68));box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.7)}
.feature-art{display:flex;justify-content:center;align-items:center}
.portrait{
  display:grid;place-items:center;color:var(--surface);font-family:'Cormorant Garamond', serif;
  letter-spacing:.08em;font-size:1.6rem;border-radius:28px;box-shadow:var(--shadow-soft);overflow:hidden;position:relative
}
.botanical-orb{width:132px;height:132px;background:linear-gradient(145deg, rgba(151,164,138,.95), rgba(111,98,89,.95))}
.line-orb{width:120px;height:120px;background:linear-gradient(145deg, rgba(202,164,155,.96), rgba(184,148,139,.96))}
.shade-orb{width:120px;height:120px;background:linear-gradient(145deg, rgba(152,160,170,.95), rgba(118,125,136,.95))}
.ink-orb{width:120px;height:120px;background:linear-gradient(145deg, rgba(183,150,122,.95), rgba(129,103,84,.95))}
.rose-orb{width:120px;height:120px;background:linear-gradient(145deg, rgba(207,172,164,.95), rgba(168,123,121,.95))}
.portrait.large{width:200px;height:240px;border-radius:32px}
.portrait.jumbo{width:180px;height:220px;border-radius:34px}
.tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.tags span{
  padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.65);font-size:.88rem;color:var(--muted)
}

.cards-grid,.gallery-grid,.flash-grid,.event-grid,.checklist-grid,.studio-grid,.contact-grid,.policy-grid,.icon-grid{
  display:grid;gap:20px
}
.artist-grid{grid-template-columns:repeat(5, minmax(0,1fr))}
.cards-grid{grid-template-columns:repeat(4, minmax(0,1fr))}
.artist-card,.tattoo-card,.flash-card,.event-card,.timeline article,.checklist-grid article,.studio-grid article,.contact-grid article,.policy-grid article,.icon-grid article,.upload-panel,.profile-card,.matcher-card{
  background:rgba(255,255,255,.74);
  border:1px solid rgba(255,255,255,.76);
  border-radius:28px;padding:22px;box-shadow:var(--shadow-soft);position:relative;overflow:hidden;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.artist-card:hover,.tattoo-card:hover,.flash-card:hover,.event-card:hover,.timeline article:hover,.checklist-grid article:hover,.studio-grid article:hover,.contact-grid article:hover,.policy-grid article:hover,.icon-grid article:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--line-strong)}
.artist-card .portrait{margin-bottom:18px}
.artist-card .card-top,.flash-card .card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap}
.card-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.featured-card{background:linear-gradient(180deg, rgba(255,255,255,.84), rgba(246,241,232,.82))}

.gallery-grid{grid-template-columns:repeat(3, minmax(0,1fr))}
.tattoo-card{padding:14px}
.tattoo-card > div:last-child{padding:16px 10px 10px}
.art-tile,.flash-art,.insta-mock span{
  border-radius:22px;overflow:hidden;background-color:#f0e8de;border:1px solid rgba(255,255,255,.65)
}
.art-tile{height:240px;background-size:cover;background-repeat:no-repeat;box-shadow:inset 0 0 0 1px rgba(255,255,255,.3)}
.flash-art{height:210px;margin-bottom:14px;background-size:cover;background-repeat:no-repeat;background-position:center}
.leaf-a{background-image:linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.2)), url('../img/flash-sheet.webp');background-position:10% 22%}
.symbol-a{background-image:linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.18)), url('../img/flash-sheet.webp');background-position:50% 43%}
.animal-a{background-image:url('../img/flash-sheet.webp');background-position:50% 52%}
.flower-a{background-image:url('../img/flash-sheet.webp');background-position:80% 14%}
.fern-a{background-image:url('../img/flash-sheet.webp');background-position:8% 8%}
.moon-a{background-image:url('../img/flash-sheet.webp');background-position:35% 43%}
.garden{background-image:url('../img/flash-sheet.webp');background-position:24% 18%}
.magnolia{background-image:url('../img/flash-sheet.webp');background-position:60% 11%}
.wild{background-image:url('../img/flash-sheet.webp');background-position:10% 60%}
.swan{background-image:url('../img/flash-sheet.webp');background-position:50% 55%}
.detail .flash-art{height:240px}
.filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}
.filter{
  border:1px solid var(--line);background:rgba(255,255,255,.62);border-radius:999px;padding:10px 14px;color:var(--muted);transition:.25s ease
}
.filter.active,.filter:hover{background:var(--sage-deep);color:#fff;border-color:transparent}
.filter[hidden]{display:none}

.process-flow{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.process-flow article{padding:22px;background:rgba(255,255,255,.74);border-radius:24px;border:1px solid rgba(255,255,255,.8);box-shadow:var(--shadow-soft)}
.process-flow span{font-size:.8rem;font-weight:800;color:var(--sage-deep);letter-spacing:.12em}
.social-grid{display:grid;grid-template-columns:1fr .9fr;gap:30px;align-items:center}
.insta-mock{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.insta-mock span:nth-child(1){background-image:url('../img/hero-still-life.webp');background-size:cover;background-position:center;height:180px}
.insta-mock span:nth-child(2){background-image:url('../img/studio-interior.webp');background-size:cover;background-position:center;height:180px}
.insta-mock span:nth-child(3){background-image:url('../img/flash-sheet.webp');background-size:cover;background-position:center;height:180px}
.insta-mock span:nth-child(4){background:linear-gradient(145deg, rgba(202,164,155,.7), rgba(151,164,138,.7));height:180px;position:relative}
.insta-mock span:nth-child(4)::after{content:'@botanicatattoolab';position:absolute;inset:auto 14px 14px auto;background:rgba(255,255,255,.72);padding:10px 12px;border-radius:999px;font-weight:600;color:var(--text)}

.page-hero{padding-bottom:42px}
.page-hero .container,.hero .container{position:relative;z-index:1}
.page-hero::after{
  content:'';position:absolute;right:min(3vw,40px);top:24px;width:min(36vw,420px);height:min(32vw,320px);
  border-radius:36px;background-size:cover;background-position:center;opacity:.16;filter:saturate(.9)
}
body[data-page="flash"] .page-hero::after,
body[data-page="mara-vey"] .artist-hero .profile-card,
body[data-page="portfolio"] .page-hero::after,
body[data-page="aftercare"] .page-hero::after{background-image:url('../img/flash-sheet.webp')}
body[data-page="studio"] .page-hero::after,
body[data-page="contatti"] .page-hero::after{background-image:url('../img/studio-interior.webp')}
body[data-page="artisti"] .page-hero::after,
body[data-page="eventi"] .page-hero::after,
body[data-page="guest-artists"] .page-hero::after{background-image:url('../img/hero-still-life.webp')}
.profile-card{min-height:420px;display:grid;place-items:center;background:
  linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.28)),
  url('../img/flash-sheet.webp') center/cover no-repeat}
.profile-card p{align-self:end;background:rgba(255,255,255,.68);padding:10px 14px;border-radius:999px;font-weight:700;color:var(--text)}

.filters-panel,.portfolio-controls,.booking-layout,.contact-grid,.timeline{display:grid;gap:20px}
.filters-panel{grid-template-columns:repeat(6,minmax(0,1fr));align-items:end}
.filters-panel label,.form-grid label,.contact-form-wrap label,.mini-form label,.matcher-card label{display:grid;gap:8px;color:var(--muted);font-size:.95rem}
input,select,textarea{
  width:100%;border-radius:16px;border:1px solid var(--line);background:rgba(255,255,255,.9);padding:14px 15px;color:var(--text);outline:none;
  transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
input:focus,select:focus,textarea:focus{border-color:var(--sage-deep);box-shadow:0 0 0 4px rgba(117,130,103,.14)}
.booking-layout{grid-template-columns:280px 1fr;align-items:start}
.booking-sidebar{position:sticky;top:110px}
.stepper{padding:16px;border-radius:24px;display:grid;gap:8px}
.stepper button{
  border:0;background:transparent;text-align:left;padding:12px 14px;border-radius:16px;color:var(--muted);transition:.25s ease
}
.stepper button.active,.stepper button:hover{background:rgba(151,164,138,.14);color:var(--text)}
.booking-form{padding:28px;border-radius:32px}
.booking-step{display:none;animation:fadeUp .45s ease}
.booking-step.active,.booking-step.confirmation.active{display:block}
.option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}
.option-grid label{position:relative}
.option-grid input{position:absolute;opacity:0;pointer-events:none}
.option-grid span{
  display:flex;align-items:center;min-height:74px;padding:18px;border-radius:20px;border:1px solid var(--line);background:rgba(255,255,255,.78);transition:.25s ease;font-weight:600
}
.option-grid input:checked + span{border-color:transparent;background:linear-gradient(135deg, rgba(151,164,138,.88), rgba(127,140,112,.88));color:#fff;box-shadow:0 12px 24px rgba(117,130,103,.22)}
.matcher-card,.result-box,.summary-card{margin-top:22px}
.result-box{padding:18px;border-radius:20px;background:rgba(151,164,138,.12);border:1px dashed rgba(117,130,103,.32)}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}
.form-grid .full{grid-column:1/-1}
.form-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.body-selector{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}
.body-selector button{
  min-height:58px;border-radius:18px;border:1px solid var(--line);background:rgba(255,255,255,.78);color:var(--text);transition:.25s ease
}
.body-selector button.active,.body-selector button:hover{background:rgba(151,164,138,.18);border-color:rgba(117,130,103,.28)}
.checks{display:grid;gap:14px;margin-top:18px}
.checks label{display:flex;gap:10px;align-items:flex-start;padding:14px;border-radius:18px;background:rgba(255,255,255,.66);border:1px solid var(--line)}
.summary-card{padding:22px;border-radius:24px;min-height:180px}
.confirmation{text-align:center;padding:20px 0}
.microcopy{margin-top:12px;color:var(--muted)}

.artist-hero .hero-visual{min-height:420px}
.icon-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.icon-grid article{display:grid;gap:8px;min-height:160px;align-content:start}
.icon-grid span{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:rgba(151,164,138,.14);color:var(--sage-deep);font-size:1.25rem}
.policy-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.policy-grid article{display:flex;align-items:center;min-height:110px;font-weight:600}
.countdown-card{padding:22px 24px;border-radius:28px;display:flex;justify-content:space-between;gap:20px;align-items:center}
.countdown-card strong{font-size:1.2rem;color:var(--sage-deep)}
.rules-card{padding:28px;border-radius:28px}
.rules-card ul{padding-left:20px;color:var(--muted)}
.event-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.event-card .detail{color:var(--muted)}
.timeline{grid-template-columns:repeat(6,minmax(0,1fr))}
.checklist-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.checklist-grid article{display:flex;align-items:center;gap:12px;font-weight:600}
.checklist-grid article::before{content:'✓';display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(151,164,138,.16);color:var(--sage-deep);font-weight:800}
.upload-panel{padding:28px;border-radius:28px}
.contact-grid{grid-template-columns:.85fr 1.15fr}
.contact-grid > :first-child{display:grid;gap:16px}
.contact-form-wrap{padding:26px;border-radius:28px}
.mini-form{display:grid;gap:14px}
.studio-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.studio-grid article{min-height:220px}
.portfolio-controls{grid-template-columns:repeat(6,minmax(0,1fr));align-items:end;margin-bottom:26px}
.mini-list{display:grid;gap:10px;margin-top:10px;color:var(--muted)}
.contact-grid article h3{margin-bottom:6px}

.site-footer{
  padding:48px 0 120px;border-top:1px solid rgba(153,134,118,.14);margin-top:24px;background:rgba(255,255,255,.3)
}
.footer-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:26px;align-items:start}
.site-footer .brand img{width:210px}
.site-footer p,.site-footer li,.site-footer a{color:var(--muted)}
.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.site-footer h3{font-size:1.25rem;margin-bottom:12px}

.mobile-sticky-cta{
  position:fixed;left:50%;bottom:16px;transform:translateX(-50%);
  display:none;gap:12px;z-index:80;padding:10px;border-radius:999px;
  background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.9);box-shadow:var(--shadow)
}
.mobile-sticky-cta a:first-child{background:linear-gradient(135deg, var(--sage-deep), var(--olive));color:#fff}
.mobile-sticky-cta a{padding:13px 18px;border-radius:999px;font-weight:700}
.toast{
  position:fixed;right:18px;bottom:24px;z-index:120;background:#fff;padding:14px 16px;border-radius:18px;border:1px solid var(--line);
  box-shadow:var(--shadow);opacity:0;transform:translateY(10px);pointer-events:none;transition:.28s ease;max-width:340px
}
.toast.show{opacity:1;transform:translateY(0)}

.swipe-row{display:grid}
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease, transform .7s ease}
.reveal.is-visible{opacity:1;transform:none}

@keyframes floatOrb{0%{transform:translateY(0)}100%{transform:translateY(-16px) translateX(10px)}}
@keyframes drift{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(0,-8px,0)}}
@keyframes fadeUp{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}

@media (max-width:1100px){
  .site-nav{gap:16px}
  .artist-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .gallery-grid,.event-grid,.checklist-grid,.icon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .process-flow,.timeline,.filters-panel,.portfolio-controls{grid-template-columns:repeat(3,minmax(0,1fr))}
  .policy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .studio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .contact-grid,.feature-panel,.social-grid,.two-col,.hero-grid{grid-template-columns:1fr}
  .booking-layout{grid-template-columns:1fr}
  .booking-sidebar{position:static}
  .hero-visual{min-height:420px}
  .page-hero::after{opacity:.11;width:300px;height:220px}
}

@media (max-width:860px){
  .menu-toggle{display:inline-flex}
  .header-cta{display:none}
  .site-nav{
    position:absolute;left:20px;right:20px;top:calc(100% + 10px);display:none;flex-direction:column;align-items:flex-start;
    background:rgba(250,246,240,.96);backdrop-filter:blur(18px);padding:18px;border-radius:24px;border:1px solid rgba(153,134,118,.14);box-shadow:var(--shadow)
  }
  .site-nav.open{display:flex}
  .option-grid,.form-grid,.body-selector,.artist-grid,.cards-grid,.gallery-grid,.flash-grid,.event-grid,.checklist-grid,.contact-grid,.icon-grid,.studio-grid,.policy-grid,.process-flow,.timeline,.filters-panel,.portfolio-controls,.footer-grid{grid-template-columns:1fr}
  .swipe-row{display:flex;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity;gap:16px}
  .swipe-row > *{min-width:280px;scroll-snap-align:start}
  .mobile-sticky-cta{display:flex}
  .brand img.brand-logo{width:188px}
  .hero,.page-hero{padding-top:48px}
  .feature-panel,.booking-form,.cta-panel,.rules-card,.contact-form-wrap,.upload-panel{padding:22px}
  .main-card{min-height:380px}
  .hero-visual{min-height:380px}
  .countdown-card{flex-direction:column;align-items:flex-start}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
  .reveal{opacity:1;transform:none}
}


/* --- Photo-driven updates for a more editorial, less synthetic feel --- */
.artist-card .portrait{
  width:100%;
  height:260px;
  border-radius:24px;
  margin-bottom:18px;
  background-size:cover;
  background-position:center;
  box-shadow:var(--shadow-soft);
}
.artist-card .portrait span,
.feature-art .portrait span,
.profile-card .portrait span{opacity:0}
.feature-art .portrait.large{
  width:100%;
  max-width:340px;
  height:420px;
  background-size:cover;
  background-position:center 24%;
}
.botanical-orb{background-image:url('../img/artist-mara.webp');background-position:center 22%}
.line-orb{background-image:url('../img/artist-giulia.webp');background-position:center 22%}
.shade-orb{background-image:url('../img/artist-lorenzo.webp');background-position:center 20%}
.ink-orb{background-image:url('../img/artist-marco.webp');background-position:center 24%}
.rose-orb{background-image:url('../img/artist-sofia.webp');background-position:center 18%}
.profile-card{
  min-height:500px;
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.26)), url('../img/artist-mara.webp') center 22%/cover no-repeat;
  align-items:end;
  justify-items:start;
}
.profile-card .portrait{display:none}
.profile-card p{margin:20px}
.feature-panel{align-items:stretch}
.artist-card:hover .portrait,
.flash-card:hover .flash-art,
.tattoo-card:hover .art-tile,
.photo-panel:hover img{transform:scale(1.03)}
.artist-card .portrait,
.flash-art,
.art-tile,
.photo-panel img{transition:transform .45s ease}
.art-tile{
  height:280px;
  background-size:cover;
  background-repeat:no-repeat;
}
.leaf-a{background-image:url('../img/tattoo-forearm.webp');background-position:center 12%}
.symbol-a{background-image:url('../img/tattoo-ankle.webp');background-position:center 26%}
.animal-a{background-image:url('../img/tattoo-forearm.webp');background-position:center 40%}
.flower-a{background-image:url('../img/tattoo-forearm.webp');background-position:center 5%}
.fern-a{background-image:url('../img/tattoo-ankle.webp');background-position:center 5%}
.moon-a{background-image:url('../img/tattoo-ankle.webp');background-position:center 55%}
.flash-art{height:240px}
.garden{background-image:url('../img/flash-sheet.webp');background-position:24% 18%}
.magnolia{background-image:url('../img/flash-sheet.webp');background-position:60% 11%}
.wild{background-image:url('../img/flash-sheet.webp');background-position:12% 62%}
.swan{background-image:url('../img/flash-sheet.webp');background-position:50% 55%}
.main-card{background:
  linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.2)),
  url('../img/hero-still-life.webp') center/cover no-repeat}
body[data-page="studio"] .page-hero::after,
body[data-page="contatti"] .page-hero::after{opacity:.18}
.studio-photo-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:20px}
.photo-panel{margin:0;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:#fff;min-height:260px}
.photo-panel.tall{grid-row:span 2;min-height:560px}
.photo-panel img{width:100%;height:100%;object-fit:cover;display:block}
.featured-artist .feature-content{display:flex;flex-direction:column;justify-content:center}
.hero-visual .main-card{transform:rotate(-1deg)}
.hero-visual .main-card:hover{transform:rotate(0deg) translateY(-4px)}
.card-top a{color:var(--sage-deep);font-weight:600}
@media (max-width:1100px){
  .studio-photo-grid{grid-template-columns:1fr 1fr}
  .photo-panel.tall{grid-row:auto;min-height:380px}
}
@media (max-width:860px){
  .artist-card .portrait{height:300px}
  .feature-art .portrait.large{max-width:none;height:360px}
  .studio-photo-grid{grid-template-columns:1fr}
  .photo-panel,.photo-panel.tall{min-height:300px}
}


/* Demo disclosure sticky banner */
.demo-sticky-banner{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:75;
  padding:10px 18px calc(10px + env(safe-area-inset-bottom));
  background:rgba(50, 41, 36, .92);
  color:#fffdf9;
  border-top:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(16px);
  box-shadow:0 -12px 30px rgba(50,41,36,.16);
}
.demo-sticky-banner p{
  width:var(--container);
  margin:0 auto;
  font-size:.82rem;
  line-height:1.45;
  text-align:center;
  color:#fffdf9;
}
.demo-sticky-banner strong{font-weight:800;color:#f7f1e8}
body{padding-bottom:76px}
.mobile-sticky-cta{bottom:76px}
.site-footer{padding-bottom:170px}
@media (max-width:860px){
  body{padding-bottom:142px}
  .demo-sticky-banner{padding:10px 14px calc(10px + env(safe-area-inset-bottom));}
  .demo-sticky-banner p{font-size:.74rem;text-align:left;line-height:1.38;width:calc(100vw - 28px)}
  .mobile-sticky-cta{bottom:96px}
}


/* Demo popup + sticky bottom */
.demo-sticky-banner{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:75;
  padding:12px 18px calc(12px + env(safe-area-inset-bottom));
  background:rgba(72, 80, 58, .94);
  color:#fffdf9;
  border-top:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(16px);
  box-shadow:0 -12px 30px rgba(50,41,36,.16);
}
.demo-sticky-banner p{
  width:var(--container);
  margin:0 auto;
  font-size:.83rem;
  line-height:1.45;
  text-align:center;
  color:#fffdf9;
}
.demo-sticky-banner strong{font-weight:800;color:#fffdf9}
body{padding-bottom:88px}
.mobile-sticky-cta{bottom:88px}
.site-footer{padding-bottom:178px}

.demo-popup{
  position:fixed;
  inset:0;
  z-index:220;
  display:grid;
  place-items:center;
  padding:24px;
  background:rgba(50,41,36,.38);
  backdrop-filter:blur(10px);
}
.demo-popup[hidden]{display:none}
.demo-popup-card{
  width:min(520px, 100%);
  padding:34px;
  border-radius:32px;
  background:rgba(255,253,249,.96);
  border:1px solid rgba(255,255,255,.78);
  box-shadow:0 32px 90px rgba(50,41,36,.25);
  text-align:center;
}
.demo-popup-logo{
  width:92px;
  height:92px;
  margin:0 auto 16px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  background:linear-gradient(180deg, #fffdf9, #f4ede3);
  font-family:'Cormorant Garamond', serif;
  font-size:2rem;
  color:var(--sage-deep);
}
.demo-popup-card h2{font-size:2.4rem}
.demo-popup-card p{color:var(--muted)}
.demo-popup-card .btn{margin-top:18px;min-width:180px}

.integrations-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.integration-card{
  display:grid;
  gap:16px;
  padding:18px;
  border-radius:28px;
  background:rgba(255,255,255,.76);
  border:1px solid rgba(255,255,255,.76);
  box-shadow:var(--shadow-soft);
  text-align:left;
  transition:transform .28s ease, box-shadow .28s ease;
}
.integration-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.integration-card img{
  width:100%;
  aspect-ratio:1.35;
  object-fit:cover;
  border-radius:20px;
  border:1px solid var(--line);
  background:#fbf7f2;
}
.integration-card p{color:var(--muted)}
.integration-preview{
  position:fixed;
  inset:0;
  z-index:210;
  display:grid;
  place-items:center;
  padding:24px;
  background:rgba(50,41,36,.34);
  backdrop-filter:blur(9px);
}
.integration-preview[hidden]{display:none}
.integration-preview-card{
  width:min(920px,100%);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  padding:24px;
  border-radius:34px;
  background:rgba(255,253,249,.96);
  border:1px solid rgba(255,255,255,.78);
  box-shadow:0 32px 90px rgba(50,41,36,.22);
  position:relative;
}
.integration-preview-card img{
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
  border-radius:24px;
  border:1px solid var(--line);
  background:#fbf7f2;
}
.integration-preview-close{
  position:absolute;
  top:14px;
  right:14px;
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid var(--line);
  background:rgba(255,255,255,.88);
  color:var(--text);
}
.demo-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.integration-bullets{padding-left:18px;color:var(--muted)}
@media (max-width:1000px){
  .integrations-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .integration-preview-card{grid-template-columns:1fr}
}
@media (max-width:860px){
  body{padding-bottom:158px}
  .demo-sticky-banner{padding:10px 14px calc(10px + env(safe-area-inset-bottom))}
  .demo-sticky-banner p{font-size:.74rem;text-align:left;line-height:1.38;width:calc(100vw - 28px)}
  .mobile-sticky-cta{bottom:112px}
  .integrations-grid{grid-template-columns:1fr}
  .demo-popup-card{padding:26px}
  .integration-preview-card img{min-height:240px}
}


/* Artist photo assignments */
.botanical-orb{background-image:url('../img/artist-mara.webp');background-position:center 20%}
.line-orb{background-image:url('../img/artist-giulia.webp');background-position:center 18%}
.shade-orb{background-image:url('../img/artist-lorenzo.webp');background-position:center 20%}
.ink-orb{background-image:url('../img/artist-marco.webp');background-position:center 22%}
.rose-orb{background-image:url('../img/artist-sofia.webp');background-position:center 18%}
body[data-page="mara-vey"] .page-hero::after,
body[data-page="mara-vey"] .artist-hero .profile-card{background-image:url('../img/artist-mara.webp')}

/* =========================================================
   Exact homepage rebuild based on the approved visual mockup
   ========================================================= */
:root{
  --exact-bg:#eee9e1;
  --exact-paper:#f7f3ec;
  --exact-line:#cfc6b9;
  --exact-ink:#151914;
  --exact-muted:#666156;
  --exact-green:#4d563d;
  --exact-green-2:#3f4732;
  --exact-soft:#e8e3da;
}
body.exact-home{
  padding-bottom:64px;
  background:#eee9e1;
  color:var(--exact-ink);
  font-family:'Manrope', system-ui, sans-serif;
}
body.exact-home::before{display:none}
.exact-home h1,
.exact-home h2,
.exact-home h3{font-family:'Cormorant Garamond', Georgia, serif;color:var(--exact-ink);font-weight:600;letter-spacing:-.045em}
.exact-container{width:min(912px, calc(100vw - 44px));margin-inline:auto}
.top-demo-bar{height:24px;background:var(--exact-green);color:#fff;display:flex;align-items:center;justify-content:center;gap:46px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;position:sticky;top:0;z-index:180}
.top-demo-bar a{height:18px;display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.55);border-radius:2px;padding:0 16px;color:#fff}
.top-demo-bar button{position:absolute;right:12px;top:1px;border:0;background:transparent;color:#fff;font-size:20px;line-height:1}
.exact-header{height:76px;background:#eee9e1;display:flex;align-items:center;position:sticky;top:24px;z-index:170;border-bottom:1px solid rgba(0,0,0,.03)}
.top-demo-bar.is-hidden + .exact-header{top:0}
.exact-nav-shell{display:flex;align-items:center;justify-content:space-between;gap:18px}
.exact-brand img{width:125px;height:auto}
.exact-nav{display:flex;align-items:center;gap:24px;text-transform:uppercase;font-size:9px;font-weight:800;letter-spacing:.08em;color:#2e302b}
.exact-nav a{opacity:.92}.exact-nav a:hover{opacity:1}
.exact-header-cta{height:28px;display:inline-flex;align-items:center;padding:0 18px;border-radius:3px;background:var(--exact-green);color:#fff;text-transform:uppercase;font-size:9px;font-weight:800;letter-spacing:.07em}
.exact-hero{height:386px;position:relative;overflow:hidden;background:#eee9e1;padding:0}
.exact-hero::before{display:none}
.exact-hero-grid{height:100%;display:grid;grid-template-columns:320px 1fr;align-items:start;position:relative}
.exact-hero-copy{padding-top:35px;z-index:2}
.exact-hero-copy h1{font-size:68px;line-height:.95;margin:0 0 22px}
.exact-hero-copy p{width:295px;font-size:13px;line-height:1.55;color:#3d3d37;margin:0 0 23px}
.exact-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.exact-actions.compact{margin-top:22px}
.exact-btn{height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:3px;border:1px solid #8e897f;background:transparent;padding:0 23px;text-transform:uppercase;font-weight:800;letter-spacing:.06em;font-size:10px;transition:transform .2s ease, background .2s ease, box-shadow .2s ease}.exact-btn:hover{transform:translateY(-2px)}
.exact-btn.primary{background:var(--exact-green);border-color:var(--exact-green);color:#fff;box-shadow:none}.exact-btn.outline{background:rgba(246,242,235,.4);color:#20231f}
.exact-status-row{display:flex;gap:28px;margin-top:42px;color:#514e47;font-size:10px}.exact-status-row span{display:inline-flex;align-items:center;gap:6px;line-height:1.2}
.exact-hero-image-wrap{justify-self:end;width:338px;height:386px;position:relative;overflow:hidden}.exact-hero-image-wrap img{width:100%;height:100%;object-fit:cover}.vertical-note{position:absolute;right:-42px;top:112px;transform:rotate(-90deg);text-transform:uppercase;font-size:9px;letter-spacing:.22em;color:#766f65}.vertical-note::before,.vertical-note::after{content:'';display:inline-block;width:72px;height:1px;background:#80786d;vertical-align:middle;margin:0 18px}
.exact-studio-section{background:#f5f2ec;padding:22px 0 30px}.exact-studio-grid{display:grid;grid-template-columns:215px 262px 252px 1fr;gap:12px;align-items:start}.exact-studio-copy{padding:0 10px 0 10px}.exact-kicker{font-size:10px;text-transform:uppercase;font-weight:800;letter-spacing:.08em;text-decoration:underline;text-underline-offset:4px;color:#36362f}.exact-studio-copy h2{font-size:30px;line-height:1.05;margin:11px 0 18px}.exact-studio-copy p{font-size:12px;line-height:1.55;color:#33332e;margin-bottom:20px}.exact-link{text-transform:uppercase;font-size:10px;text-decoration:underline;text-underline-offset:4px;font-weight:800;color:#5d574e}.exact-photo{width:100%;height:220px;object-fit:cover}.exact-sketch-wrap{position:relative;min-height:220px}.exact-sketch-wrap img{width:112px;transform:rotate(7deg);box-shadow:0 8px 18px rgba(0,0,0,.1);margin:8px auto 0}.exact-sketch-wrap span{position:absolute;right:-36px;bottom:17px;display:block;width:150px;transform:rotate(-69deg);font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:#726b61}
.exact-feature{background:#e8e5dc;padding:17px 0 20px}.exact-feature-grid{display:grid;grid-template-columns:235px 1fr 235px;gap:29px;align-items:center}.exact-feature-grid>img{width:100%;height:183px;object-fit:cover}.exact-feature-copy{padding-top:4px}.exact-feature-copy h2{font-size:36px;margin:10px 0 6px}.exact-feature-copy p{font-size:13px;line-height:1.5;color:#302f2a;margin:0 0 12px}.exact-tags{display:flex;gap:8px;flex-wrap:wrap}.exact-tags span{border:1px solid #bdb4a6;border-radius:999px;padding:5px 12px;font-size:9px;text-transform:uppercase;color:#34342e;background:#e9e5dc}.exact-feature .exact-btn{height:28px;font-size:9px;padding:0 20px}
.exact-artists{background:#f5f2ec;padding:19px 0 20px}.exact-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:10px}.exact-section-head h2,.exact-work-head h2{font-family:'Manrope',system-ui,sans-serif;font-size:13px;letter-spacing:.06em;text-transform:uppercase;margin:0;font-weight:700}.exact-section-head a{font-size:10px;text-transform:uppercase;text-decoration:underline;text-underline-offset:4px;color:#4d473e;font-weight:700}
.exact-artist-row{display:grid;grid-template-columns:repeat(5, 1fr);gap:14px}.exact-artist-card{background:#f5f2ec;border:1px solid #d8d1c7;border-radius:4px;overflow:hidden}.exact-artist-card img{width:100%;height:100px;object-fit:cover}.exact-artist-card div{padding:8px 10px 10px;position:relative}.exact-artist-card h3{font-family:'Manrope',system-ui,sans-serif;font-size:13px;letter-spacing:0;margin:0 0 2px;font-weight:700}.exact-artist-card p{font-size:10px;margin:0 0 9px;line-height:1.2}.pill{display:inline-flex;border-radius:2px;padding:3px 5px;font-size:9px;text-transform:uppercase;font-weight:800;margin-bottom:14px}.pill.green{background:#d6ead0;color:#315c2e}.pill.sand{background:#efe0bb;color:#86672a}.pill.blue{background:#d7e3ef;color:#314d6b}.pill.violet{background:#ded7f1;color:#55478a}.pill.red{background:#f0d7ca;color:#9b4d34}.exact-artist-card a{height:23px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #bdb6aa;padding:0 8px;border-radius:2px;font-size:8px;text-transform:uppercase;font-weight:800;margin-right:7px}.exact-artist-card a.book{background:var(--exact-green);color:#fff;border-color:var(--exact-green);float:right;margin-right:0}
.exact-works{background:#f5f2ec;padding:4px 0 46px}.exact-work-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:12px}.exact-filter-row{display:flex;gap:10px;flex-wrap:wrap}.exact-filter-row button{border:0;border-radius:999px;padding:8px 16px;background:#e7e2da;font-size:9px;text-transform:uppercase;font-weight:800;color:#2a2d27}.exact-filter-row button:first-child{background:var(--exact-green);color:#fff}.exact-work-row{display:grid;grid-template-columns:repeat(6, 1fr);gap:10px}.exact-work-row article{background:#f5f2ec;border:1px solid #d8d1c7;border-radius:4px;overflow:hidden;padding-bottom:10px}.exact-work-row img{width:100%;height:142px;object-fit:cover}.exact-work-row p{display:flex;justify-content:space-between;padding:8px 9px 0;margin:0;font-size:8px;color:#2c2c28}.exact-work-row p span{color:#6e685e}.exact-work-row h3{font-family:'Manrope',system-ui,sans-serif;letter-spacing:0;font-size:10px;margin:8px 9px 8px}.exact-work-row a{height:28px;margin:0 9px;display:flex;align-items:center;justify-content:center;border-radius:3px;background:#e9e3db;text-transform:uppercase;font-size:8px;font-weight:800;color:#514d45}
.exact-integrations-cta{background:#f5f2ec;padding:20px 0 90px}.exact-integrations-box{display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid #d8d1c7;border-radius:6px;background:#eee9e1;padding:24px}.exact-integrations-box h2{font-size:32px;margin:8px 0}.exact-integrations-box p{font-size:13px;color:#4e4a42;max-width:620px}
.exact-popup{background:rgba(0,0,0,.12);backdrop-filter:blur(2px)}.exact-popup-card{width:282px;border-radius:8px;background:#fbf8f1;padding:30px 35px 24px;box-shadow:0 14px 30px rgba(0,0,0,.22);border:1px solid rgba(0,0,0,.07);text-align:center}.exact-popup-logo{width:94px;height:94px;border:1px solid #292c28;border-radius:50%;margin:0 auto 27px;display:grid;place-items:center;position:relative;font-family:'Cormorant Garamond',serif;color:#292c28}.exact-popup-logo strong{font-size:30px;font-weight:500}.exact-popup-logo span{position:absolute;top:22px;font-size:28px;opacity:.72}.exact-popup-card p{font-size:12px;line-height:1.35;color:#111;margin:0 0 18px}.exact-popup-card .exact-btn{height:36px;min-width:142px;margin-top:8px;border-radius:2px}
.exact-sticky{height:45px;display:flex;align-items:center;gap:14px;background:rgba(72,80,58,.97);color:#fff;padding:0 22px;border-top:1px solid rgba(255,255,255,.18);z-index:200}.exact-sticky p{width:auto;flex:1;font-size:11px;text-align:left;line-height:1.25}.info-dot{width:21px;height:21px;border:1px solid rgba(255,255,255,.7);border-radius:50%;display:grid;place-items:center;font-family:Georgia,serif}.exact-sticky button{height:28px;min-width:118px;border:1px solid rgba(255,255,255,.45);border-radius:2px;background:transparent;color:#fff;text-transform:uppercase;font-size:9px;font-weight:800}.exact-sticky .sticky-x{min-width:0;width:28px;border:0;font-size:24px;font-weight:300}.exact-home .mobile-sticky-cta{display:none}
@media (max-width:940px){.exact-nav{display:none}.exact-header-cta{display:none}.exact-hero{height:auto}.exact-hero-grid,.exact-studio-grid,.exact-feature-grid,.exact-artist-row,.exact-work-row{grid-template-columns:1fr}.exact-hero-copy{padding:34px 0}.exact-hero-copy h1{font-size:58px}.exact-hero-image-wrap{width:100%;height:360px}.exact-photo,.exact-feature-grid>img,.exact-artist-card img,.exact-work-row img{height:auto;max-height:none}.exact-sketch-wrap{display:none}.exact-status-row{gap:14px;flex-wrap:wrap;margin-top:24px}.exact-filter-row{margin-top:14px}.exact-work-head,.exact-integrations-box{display:block}.exact-sticky{height:auto;align-items:flex-start;padding:10px 12px}.exact-sticky p{font-size:10px}.exact-sticky button{display:none}.exact-popup-card{width:min(320px, 100%)}body.exact-home{padding-bottom:92px}}
@media (max-width:940px){
  .exact-nav.open{display:flex;position:absolute;left:22px;right:22px;top:calc(100% + 8px);flex-direction:column;align-items:flex-start;background:#f7f3ec;border:1px solid #d8d1c7;border-radius:8px;padding:16px;box-shadow:0 16px 30px rgba(0,0,0,.12)}
  .exact-home .menu-toggle{display:inline-flex}
}


/* =========================================================
   Premium responsive polish — final pass
   ========================================================= */
:root{
  --premium-ease:cubic-bezier(.22,1,.36,1);
  --premium-shadow:0 22px 70px rgba(34,28,22,.10);
  --premium-shadow-soft:0 12px 34px rgba(34,28,22,.075);
}
*{-webkit-tap-highlight-color:transparent}
a,button{cursor:pointer}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
  outline:2px solid rgba(77,86,61,.65);
  outline-offset:3px;
}
img{user-select:none}
body{font-synthesis-weight:none;text-rendering:optimizeLegibility}
body:not(.exact-home){padding-bottom:92px}

/* Global pages premium tuning */
.site-header{background:rgba(247,241,232,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(207,198,185,.45)}
.nav-shell{min-height:68px}.brand img.brand-logo{width:172px}.site-nav{gap:14px}.site-nav a{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;font-weight:800}
.header-cta{min-height:40px;padding-inline:18px;text-transform:uppercase;font-size:.76rem;letter-spacing:.05em;border-radius:4px}
.page-hero{padding:78px 0 54px;background:linear-gradient(180deg, rgba(255,255,255,.38), rgba(255,255,255,0));}
.page-hero h1{font-size:clamp(3rem, 7vw, 5.1rem)}
.section{padding:72px 0}.surface{background:#f5f2ec}
.artist-card,.tattoo-card,.flash-card,.event-card,.studio-grid article,.contact-grid article,.policy-grid article,.icon-grid article,.integration-card,.cta-panel,.upload-panel,.contact-form-wrap,.booking-form,.booking-sidebar .stepper{
  border-radius:16px;
  box-shadow:var(--premium-shadow-soft);
  border-color:rgba(207,198,185,.75);
}
.artist-card:hover,.tattoo-card:hover,.flash-card:hover,.event-card:hover,.integration-card:hover{transform:translateY(-5px);box-shadow:var(--premium-shadow)}
.btn,.header-cta,.exact-btn{will-change:transform}
.btn:active,.header-cta:active,.exact-btn:active{transform:translateY(0) scale(.985)}

/* Exact homepage: keeps the approved direction, fixes desktop scale + mobile flow */
body.exact-home{padding-bottom:72px;background:#eee9e1;overflow-x:hidden}
.exact-container{width:min(1120px, calc(100vw - 56px))}
.top-demo-bar{height:28px;min-height:28px;transition:transform .35s var(--premium-ease), opacity .35s var(--premium-ease)}
.top-demo-bar.is-hidden{transform:translateY(-100%);opacity:0;pointer-events:none}
.exact-header{height:82px;top:28px;transition:top .3s var(--premium-ease), box-shadow .3s var(--premium-ease), background .3s var(--premium-ease)}
.exact-header.scrolled{box-shadow:0 12px 36px rgba(37,31,24,.08);background:rgba(238,233,225,.92);backdrop-filter:blur(18px)}
.top-demo-bar.is-hidden + .exact-header{top:0}.exact-brand img{width:138px}.exact-nav{gap:20px}.exact-nav a{position:relative}.exact-nav a::after{content:'';position:absolute;left:0;right:0;bottom:-7px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .28s var(--premium-ease)}.exact-nav a:hover::after,.exact-nav a.active::after{transform:scaleX(1)}
.exact-header-cta,.exact-btn.primary{transition:background .25s var(--premium-ease), transform .25s var(--premium-ease), box-shadow .25s var(--premium-ease)}.exact-header-cta:hover,.exact-btn.primary:hover{background:#3f4732;box-shadow:0 12px 28px rgba(63,71,50,.22)}
.exact-btn.outline:hover{background:#f8f4ee;box-shadow:0 10px 24px rgba(28,24,18,.08)}
.exact-hero{height:auto;min-height:470px}.exact-hero-grid{min-height:470px;grid-template-columns:minmax(330px,410px) minmax(0,1fr);align-items:stretch}.exact-hero-copy{padding-top:52px}.exact-hero-copy h1{font-size:clamp(4.25rem, 7vw, 6.4rem);letter-spacing:-.055em}.exact-hero-copy p{width:min(360px,100%);font-size:14px}.exact-status-row{margin-top:38px;gap:24px;flex-wrap:wrap}.exact-hero-image-wrap{width:min(520px,100%);height:470px;border-radius:0 0 2px 2px}.exact-hero-image-wrap img,.exact-photo,.exact-feature-grid>img,.exact-artist-card img,.exact-work-row img{filter:saturate(.92) contrast(.98);transition:transform .8s var(--premium-ease), filter .8s var(--premium-ease)}.exact-hero-image-wrap:hover img,.exact-photo:hover,.exact-feature-grid>img:hover,.exact-artist-card:hover img,.exact-work-row article:hover img{transform:scale(1.035);filter:saturate(1) contrast(1.02)}
.exact-studio-section{padding:38px 0}.exact-studio-grid{grid-template-columns:250px minmax(220px,1fr) minmax(220px,1fr) 145px;gap:16px}.exact-studio-copy h2{font-size:clamp(2rem, 3vw, 2.65rem)}.exact-photo{height:250px}.exact-sketch-wrap{min-height:250px}.exact-sketch-wrap img{width:126px}
.exact-feature{padding:28px 0}.exact-feature-grid{grid-template-columns:270px minmax(0,1fr) 270px;gap:34px}.exact-feature-grid>img{height:220px}.exact-feature-copy h2{font-size:clamp(2.4rem, 4vw, 3.4rem)}.exact-feature .exact-btn{height:34px}.exact-tags span{background:rgba(247,243,236,.58)}
.exact-artists{padding:34px 0 30px}.exact-artist-row{gap:16px}.exact-artist-card{background:#f7f3ec;transition:transform .35s var(--premium-ease), box-shadow .35s var(--premium-ease), border-color .35s var(--premium-ease)}.exact-artist-card:hover{transform:translateY(-5px);box-shadow:0 16px 36px rgba(31,27,21,.1);border-color:#bfb6a9}.exact-artist-card img{height:132px}.exact-artist-card a:hover{background:#ebe5dc}.exact-artist-card a.book:hover{background:#3f4732}
.exact-works{padding:18px 0 58px}.exact-work-head{align-items:end}.exact-filter-row button{transition:background .22s var(--premium-ease), transform .22s var(--premium-ease), color .22s var(--premium-ease)}.exact-filter-row button:hover{transform:translateY(-2px);background:#d8d0c4}.exact-filter-row button.is-active{background:var(--exact-green);color:#fff}.exact-filter-row button:first-child:not(.is-active){background:#e7e2da;color:#2a2d27}.exact-work-row{gap:13px}.exact-work-row article{background:#f7f3ec;transition:opacity .25s var(--premium-ease), transform .35s var(--premium-ease), box-shadow .35s var(--premium-ease)}.exact-work-row article[hidden]{display:none}.exact-work-row article:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(31,27,21,.1)}.exact-work-row img{height:190px}.exact-work-row a:hover{background:#ded6ca}.exact-integrations-cta{padding:28px 0 104px}.exact-integrations-box{border-radius:8px;box-shadow:0 10px 30px rgba(31,27,21,.06)}
.exact-popup{position:fixed;inset:0;display:grid;place-items:center;z-index:230;background:rgba(21,25,20,.18);backdrop-filter:blur(4px);padding:24px}.exact-popup[hidden]{display:none}.exact-popup-card{animation:modalIn .5s var(--premium-ease) both}.exact-popup-card p{font-size:12.5px}.exact-sticky{position:fixed;left:0;right:0;bottom:0;min-height:52px;height:auto;padding:10px 22px;box-shadow:0 -14px 34px rgba(23,26,20,.18)}.exact-sticky[hidden]{display:none}.exact-sticky button:hover{background:rgba(255,255,255,.12)}
.reveal{opacity:0;transform:translateY(32px);transition:opacity .82s var(--premium-ease), transform .82s var(--premium-ease)}.reveal.is-visible{opacity:1;transform:none}
@keyframes modalIn{from{opacity:0;transform:translateY(14px) scale(.965)}to{opacity:1;transform:none}}

/* Integration page polish */
.integrations-grid{align-items:stretch}.integration-card{cursor:pointer;min-height:100%;transition:transform .35s var(--premium-ease), box-shadow .35s var(--premium-ease), border-color .35s var(--premium-ease)}.integration-card img{background:#f5f1ea}.integration-preview{position:fixed;inset:0;z-index:240;background:rgba(20,22,18,.28);backdrop-filter:blur(6px);display:grid;place-items:center;padding:24px}.integration-preview[hidden]{display:none}.integration-preview-card{width:min(980px,100%);max-height:90vh;overflow:auto;background:#fbf8f1;border:1px solid #d6ccc0;border-radius:20px;box-shadow:0 24px 80px rgba(20,18,14,.24);animation:modalIn .45s var(--premium-ease) both}.integration-preview-close{position:absolute}

@media (max-width:1120px){
  .exact-container{width:min(1000px, calc(100vw - 40px))}.exact-nav{gap:14px}.exact-nav a{font-size:8px}.exact-header-cta{padding-inline:14px}.exact-artist-row{grid-template-columns:repeat(3,1fr)}.exact-work-row{grid-template-columns:repeat(3,1fr)}.exact-studio-grid{grid-template-columns:1fr 1fr}.exact-studio-copy{grid-column:1/-1}.exact-sketch-wrap{display:none}.exact-feature-grid{grid-template-columns:1fr 1.15fr}.exact-feature-grid>img:last-child{display:none}
}
@media (max-width:940px){
  body.exact-home{padding-bottom:92px}.top-demo-bar{position:sticky;height:auto;min-height:34px;padding:7px 46px 7px 12px;gap:10px;font-size:9px;text-align:center}.top-demo-bar a{display:none}.exact-header{top:34px;height:72px}.exact-nav-shell{position:relative}.exact-nav.open{top:calc(100% + 12px);gap:0}.exact-nav.open a{width:100%;padding:13px 6px;border-bottom:1px solid #e0d8ce;font-size:10px}.exact-nav.open a:last-child{border-bottom:0}.exact-hero-grid{min-height:0;display:grid;grid-template-columns:1fr}.exact-hero-copy{padding:34px 0 28px}.exact-hero-copy h1{font-size:clamp(4rem, 17vw, 5.5rem)}.exact-actions{gap:10px}.exact-btn{width:auto;min-width:0}.exact-hero-image-wrap{width:100%;height:390px;justify-self:stretch}.vertical-note{display:none}.exact-studio-section{padding:34px 0}.exact-studio-grid{display:grid;grid-template-columns:1fr;gap:14px}.exact-photo{height:300px}.exact-feature-grid{grid-template-columns:1fr;gap:18px}.exact-feature-grid>img{height:300px}.exact-feature-grid>img:last-child{display:block}.exact-artists{padding-top:32px}.exact-artist-row{display:flex;overflow-x:auto;scroll-snap-type:x proximity;padding:0 0 12px;gap:14px}.exact-artist-card{min-width:245px;scroll-snap-align:start}.exact-artist-card img{height:155px}.exact-work-head{display:block}.exact-filter-row{overflow-x:auto;flex-wrap:nowrap;padding-bottom:10px}.exact-filter-row button{white-space:nowrap}.exact-work-row{grid-template-columns:repeat(2,1fr);gap:12px}.exact-work-row img{height:220px}.exact-integrations-box{padding:20px;display:grid;gap:18px}.exact-sticky{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:10px 12px}.exact-sticky p{font-size:10px}.exact-sticky [data-demo-sticky-accept]{display:none}.exact-sticky .sticky-x{display:grid;width:30px}.exact-popup-card{width:min(340px,100%);padding:26px 26px 22px}.exact-home .mobile-sticky-cta{display:none!important}
}
@media (max-width:620px){
  .exact-container{width:calc(100vw - 28px)}.exact-brand img{width:124px}.exact-header{height:66px}.exact-hero-copy h1{font-size:3.9rem}.exact-hero-copy p{font-size:13px}.exact-actions{display:grid;grid-template-columns:1fr;align-items:stretch}.exact-btn{width:100%;height:46px}.exact-status-row{display:grid;grid-template-columns:1fr;gap:10px;margin-top:22px}.exact-hero-image-wrap{height:320px}.exact-studio-copy h2{font-size:2.25rem}.exact-photo,.exact-feature-grid>img{height:255px}.exact-feature-copy h2{font-size:2.7rem}.exact-feature .exact-actions{grid-template-columns:1fr}.exact-feature .exact-btn{height:42px}.exact-artist-card{min-width:230px}.exact-work-row{grid-template-columns:1fr}.exact-work-row img{height:300px}.exact-integrations-box h2{font-size:2.3rem}.exact-popup-logo{width:82px;height:82px;margin-bottom:20px}.exact-sticky{grid-template-columns:auto 1fr auto;min-height:68px}.exact-sticky p{font-size:9.5px;line-height:1.25}.info-dot{width:22px;height:22px}.site-footer{padding-bottom:120px}.mobile-sticky-cta{bottom:80px}
  body:not(.exact-home) .mobile-sticky-cta{display:flex}.site-nav{max-height:72vh;overflow:auto}.filters-panel,.portfolio-controls{grid-template-columns:1fr!important}.gallery-grid,.flash-grid,.event-grid,.studio-grid,.contact-grid,.checklist-grid,.icon-grid,.policy-grid{grid-template-columns:1fr!important}.booking-layout{display:block}.booking-sidebar{margin-bottom:16px}.stepper{grid-template-columns:1fr}.body-selector{grid-template-columns:1fr 1fr}.form-grid,.option-grid{grid-template-columns:1fr}.integration-preview-card{border-radius:16px}.integration-preview-card img{max-height:260px;object-fit:contain}
}
@media (prefers-reduced-motion:reduce){.reveal,.exact-popup-card,.integration-preview-card,*{animation:none!important;transition:none!important}}

/* Small structural fix: closed top strip must not leave empty space */
.top-demo-bar.is-hidden{
  height:0!important;
  min-height:0!important;
  padding-top:0!important;
  padding-bottom:0!important;
  overflow:hidden!important;
}


/* --- Motion and clarity upgrade pass --- */
.exact-hero-image-wrap img,
.exact-photo,
.exact-feature-grid > img,
.exact-artist-card img,
.exact-work-row img{
  image-rendering:auto;
  backface-visibility:hidden;
  transform:translateZ(0);
}

.exact-hero-copy > *{
  opacity:0;
  transform:translateY(22px);
  animation:introRise .9s var(--premium-ease) forwards;
}
.exact-hero-copy > *:nth-child(1){animation-delay:.08s}
.exact-hero-copy > *:nth-child(2){animation-delay:.18s}
.exact-hero-copy > *:nth-child(3){animation-delay:.28s}
.exact-hero-copy > *:nth-child(4){animation-delay:.38s}

.exact-hero-image-wrap{
  box-shadow:0 28px 80px rgba(29,23,18,.12);
}
.exact-hero-image-wrap img{
  animation:heroFloat 10s ease-in-out infinite alternate;
}
.exact-photo,
.exact-feature-grid > img,
.exact-artist-card img,
.exact-work-row img{
  will-change:transform;
}
.exact-sketch-wrap img{animation:gentleTilt 8s ease-in-out infinite alternate}

.reveal .exact-studio-grid > *,
.reveal .exact-feature-grid > *,
.reveal .exact-artist-row > *,
.reveal .exact-work-row > *,
.reveal .exact-integrations-box{
  opacity:0;
  transform:translateY(28px);
}
.reveal.is-visible .exact-studio-grid > *,
.reveal.is-visible .exact-feature-grid > *,
.reveal.is-visible .exact-artist-row > *,
.reveal.is-visible .exact-work-row > *,
.reveal.is-visible .exact-integrations-box{
  opacity:1;
  transform:none;
  transition:opacity .8s var(--premium-ease), transform .8s var(--premium-ease), box-shadow .35s var(--premium-ease);
}
.reveal.is-visible .exact-studio-grid > *:nth-child(1),
.reveal.is-visible .exact-feature-grid > *:nth-child(1),
.reveal.is-visible .exact-artist-row > *:nth-child(1),
.reveal.is-visible .exact-work-row > *:nth-child(1){transition-delay:.04s}
.reveal.is-visible .exact-studio-grid > *:nth-child(2),
.reveal.is-visible .exact-feature-grid > *:nth-child(2),
.reveal.is-visible .exact-artist-row > *:nth-child(2),
.reveal.is-visible .exact-work-row > *:nth-child(2){transition-delay:.12s}
.reveal.is-visible .exact-studio-grid > *:nth-child(3),
.reveal.is-visible .exact-feature-grid > *:nth-child(3),
.reveal.is-visible .exact-artist-row > *:nth-child(3),
.reveal.is-visible .exact-work-row > *:nth-child(3){transition-delay:.20s}
.reveal.is-visible .exact-studio-grid > *:nth-child(4),
.reveal.is-visible .exact-artist-row > *:nth-child(4),
.reveal.is-visible .exact-work-row > *:nth-child(4){transition-delay:.28s}
.reveal.is-visible .exact-artist-row > *:nth-child(5),
.reveal.is-visible .exact-work-row > *:nth-child(5){transition-delay:.36s}
.reveal.is-visible .exact-work-row > *:nth-child(6){transition-delay:.44s}

.exact-work-row article,
.exact-artist-card,
.exact-integrations-box{
  transition:transform .38s var(--premium-ease), box-shadow .38s var(--premium-ease), border-color .38s var(--premium-ease), opacity .8s var(--premium-ease);
}
.exact-artist-card:hover,
.exact-work-row article:hover,
.exact-integrations-box:hover{
  box-shadow:0 20px 42px rgba(31,27,21,.11);
}
.exact-filter-row button:hover,
.exact-artist-card a:hover,
.exact-work-row a:hover,
.exact-sticky button:hover,
.exact-nav a:hover,
.exact-header-cta:hover,
.exact-btn:hover{
  filter:none;
}

@keyframes introRise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
@keyframes heroFloat{0%{transform:scale(1.01) translate3d(0,0,0)}100%{transform:scale(1.04) translate3d(0,-8px,0)}}
@keyframes gentleTilt{0%{transform:rotate(6deg) translateY(0)}100%{transform:rotate(9deg) translateY(-4px)}}

@media (prefers-reduced-motion:reduce){
  .exact-hero-copy > *,
  .exact-hero-image-wrap img,
  .exact-sketch-wrap img,
  .reveal .exact-studio-grid > *,
  .reveal .exact-feature-grid > *,
  .reveal .exact-artist-row > *,
  .reveal .exact-work-row > *,
  .reveal .exact-integrations-box{animation:none!important;transition:none!important;opacity:1!important;transform:none!important}
}
