/* Variabili principali: modifica qui la palette per un rebranding rapido. */
:root {
  --yellow: #ffdc00;
  --blue: #5268ff;
  --acid: #b8ff2c;
  --red: #ff4b36;
  --ink: #101010;
  --coal: #181818;
  --grey: #929292;
  --paper: #121212;
  --white: #fff;
  --line: rgba(255, 255, 255, .13);
  --panel: #1a1a1a;
  --panel-soft: #202020;
  --border: 1px solid var(--line);
  --shadow: 0 18px 45px rgba(0, 0, 0, .28);
  --radius: 24px;
  --display: "Archivo Black", Impact, sans-serif;
  --body: "Space Grotesk", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { width: 100%; max-width: 100%; overflow-x: hidden; margin: 0; color: var(--white); background: var(--paper); font: 16px/1.55 var(--body); }
img { display: block; width: 100%; }
img.js-lightbox-image { cursor: zoom-in; }
body.has-image-lightbox { overflow: hidden; }
a { display: inline-block; color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; transition: scale .25s ease; }
button:hover, button:focus-visible, a:hover, a:focus-visible { scale: 1.04; }
.container { width: min(1180px, calc(100% - 48px)); min-width: 0; margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; z-index: 99; left: 12px; top: -100px; padding: 10px; background: var(--yellow); color: var(--ink); }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid transparent; background: rgba(16, 16, 16, .38); backdrop-filter: blur(10px); transition: .25s ease; }
.site-header.is-scrolled { background: rgba(16, 16, 16, .88); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-text { font-size: 13px; font-weight: 500; letter-spacing: -.6px; line-height: .93; text-transform: uppercase; }
.brand-text b { font-family: var(--display); font-size: 15px; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: 13px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after { position: absolute; right: 0; bottom: -5px; left: 0; height: 2px; background: var(--yellow); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.site-nav > a:hover::after { transform: scaleX(1); }
.menu-toggle { display: none; border: 0; background: none; }

/* Smile CSS: il logo temporaneo non richiede file immagine esterni. */
.smile { position: relative; display: inline-block; flex: 0 0 auto; overflow: hidden; border: 2px solid var(--ink); border-radius: 50%; background: var(--yellow); box-shadow: 0 8px 25px rgba(255, 220, 0, .16); }
.smile::before, .smile::after { position: absolute; top: 28%; width: 10%; height: 17%; border-radius: 50%; background: var(--ink); content: ""; }
.smile::before { left: 27%; } .smile::after { right: 27%; }
.smile i { position: absolute; right: 21%; bottom: 23%; left: 21%; height: 25%; border-bottom: 4px solid var(--ink); border-radius: 0 0 50% 50%; }
.smile--small { width: 42px; height: 42px; }
.smile--medium { width: 90px; height: 90px; }
.smile--large { width: 215px; height: 215px; }
.smile--large i { border-width: 7px; }

.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 14px; padding: 0 24px; border: var(--border); border-radius: 999px; font-size: 13px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; transition: .25s ease; }
.button:hover, .button:focus-visible { box-shadow: 0 12px 28px rgba(0, 0, 0, .22), 0 0 0 3px rgba(255, 220, 0, .18); transform: translateY(-3px); }
.button--small { min-height: 42px; padding: 0 16px; }
.button--yellow { border-color: var(--yellow); background: var(--yellow); color: var(--ink); }
.button--ghost { border-color: rgba(255, 255, 255, .22); background: rgba(255, 255, 255, .04); }
.button--dark { background: var(--ink); color: var(--white); }
.button--dark:hover { box-shadow: 0 12px 28px rgba(17, 17, 17, .28); }
.button--outline-dark { border-color: rgba(16, 16, 16, .45); background: transparent; color: var(--ink); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }

.hero { position: relative; overflow: hidden; padding-top: 82px; background: radial-gradient(circle at 82% 32%, #252525 0, #121212 44%, #0e0e0e 100%); }
.parallax-layer { --parallax-y: 0px; translate: 0 var(--parallax-y); will-change: translate; }
.hero-grid { position: relative; display: grid; min-height: max(700px, calc(100svh - 128px)); place-items: center; padding-block: 65px; text-align: center; }
.hero-copy { display: grid; width: 100%; min-width: 0; max-width: 1040px; justify-items: center; }
.eyebrow, .kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; font-size: 12px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 3px; border-radius: 999px; background: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font: clamp(64px, 8vw, 124px)/1 var(--display); letter-spacing: -7px; text-transform: uppercase; }
h1 em { color: var(--yellow); font-style: normal; -webkit-text-stroke: 0; text-shadow: none; }
.hero-title__line { display: block; }
.hero-title__line--yellow { color: var(--yellow); }
.hero h1.is-neon-ready { letter-spacing: -7px; }
.hero-title__letter { display: inline-block; opacity: .18; color: #fff; text-shadow: none; animation: hero-neon-on .16s steps(2, end) calc(.18s + var(--hero-letter-index) * 45ms) forwards, hero-neon-flicker 3.4s linear calc(1.85s + var(--hero-letter-index) * 17ms) infinite; }
.hero-title__line--yellow .hero-title__letter { color: var(--yellow); }
.hero-tagline {
  margin: -4px 0 22px;
  color: var(--yellow);
  font: clamp(32px, 4vw, 62px)/1 var(--display);
  letter-spacing: 0;
  text-transform: uppercase;
}
.hero-tagline .hero-title__letter {
  color: var(--yellow);
  animation: hero-neon-on .22s steps(2, end) calc(.35s + var(--hero-letter-index) * 70ms) forwards, hero-tagline-flicker 7.8s linear calc(2.2s + var(--hero-letter-index) * 31ms) infinite;
}
.hero-tagline .hero-title__line { display: inline-flex; max-width: 100%; white-space: nowrap; }
.hero-tagline .hero-title__letter:nth-child(n+16) { color: var(--white); }
.hero-lead { width: min(100%, 580px); margin-bottom: 30px; font-size: 20px; line-height: 1.5; }
.hero-meta { display: flex; justify-content: center; gap: 28px; margin-top: 42px; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.ticker { position: relative; overflow: hidden; border-block: 1px solid rgba(255, 255, 255, .12); background: var(--yellow); color: var(--ink); }
.ticker-track { display: flex; width: max-content; font: 22px/1 var(--display); animation: ticker 24s linear infinite; }
.ticker:hover .ticker-track, .ticker:focus-within .ticker-track { animation-play-state: paused; }
.ticker-group { display: flex; flex: 0 0 auto; align-items: center; gap: 34px; padding: 12px 17px; }
.ticker a, .ticker span { white-space: nowrap; }
.ticker a { border-radius: 4px; outline-offset: 5px; }
.ticker a:hover, .ticker a:focus-visible { animation: ticker-title-flash .24s steps(2, end) 4; scale: 1; }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes ticker-title-flash {
  0%, 100% { opacity: 1; text-shadow: none; }
  50% { opacity: .28; text-shadow: 0 0 12px rgba(16, 16, 16, .6); }
}
@keyframes hero-neon-on {
  0% { opacity: .12; text-shadow: none; }
  45% { opacity: 1; text-shadow: 0 0 5px currentColor, 0 0 16px currentColor, 0 0 42px currentColor; }
  70% { opacity: .28; text-shadow: 0 0 4px currentColor; }
  100% { opacity: 1; text-shadow: 0 0 6px currentColor, 0 0 20px currentColor, 0 0 52px currentColor, 0 0 82px currentColor; }
}
@keyframes hero-neon-flicker {
  0%, 9%, 13%, 48%, 53%, 79%, 100% { opacity: 1; text-shadow: 0 0 6px currentColor, 0 0 20px currentColor, 0 0 52px currentColor, 0 0 82px currentColor; }
  10%, 12%, 50% { opacity: .48; text-shadow: 0 0 4px currentColor, 0 0 12px currentColor; }
  80% { opacity: .82; text-shadow: 0 0 4px currentColor, 0 0 18px currentColor, 0 0 38px currentColor; }
}
@keyframes hero-tagline-flicker {
  0%, 22%, 42%, 71%, 100% { opacity: 1; text-shadow: 0 0 5px currentColor, 0 0 18px currentColor, 0 0 42px currentColor; }
  24%, 44% { opacity: .62; text-shadow: 0 0 4px currentColor, 0 0 13px currentColor; }
  73% { opacity: .78; text-shadow: 0 0 4px currentColor, 0 0 16px currentColor, 0 0 30px currentColor; }
}

/* neon smiles removed */
#main-content { position: relative; }


.section { padding: 120px 0; }
.section-label { display: flex; align-items: center; gap: 12px; color: var(--grey); font-size: clamp(15px, 1.3vw, 19px); font-weight: 700; letter-spacing: 1.7px; line-height: 1; text-transform: uppercase; }
.section-label > span:first-child, .section-label__number { color: var(--yellow); font-family: var(--display); font-size: clamp(18px, 1.5vw, 22px); }
.section-label__text, .section-label__letters { display: inline-flex; }
.section-label__letter { display: inline-block; opacity: 0; transform: translateX(-18px); transition: opacity .22s ease, transform .22s ease; transition-delay: calc(var(--letter-index) * 22ms); }
.section-label.is-label-visible .section-label__letter { opacity: 1; transform: translateX(0); }
h2 { margin-bottom: 26px; font: clamp(45px, 6vw, 78px)/1 var(--display); letter-spacing: -4px; text-transform: uppercase; }
mark { display: inline-block; padding: 0 10px; border-radius: 10px; background: var(--yellow); color: var(--ink); line-height: 1.1; }
.intro { background: #0e0e0e; color: var(--white); }
.intro-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 55px; }
.intro .section-label > span:first-child, .intro .section-label__number { color: var(--yellow); }
.intro .section-label { color: #aaa; }
.intro-copy .kicker { color: var(--yellow); }
.intro-text { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; color: #bbb; font-size: 17px; }
.section-heading { max-width: 660px; margin-bottom: 50px; }
.section-heading .section-label { margin-bottom: 20px; }
.section-heading > p { max-width: 420px; color: #aaa; font-size: 17px; }
.section-heading--row { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 35px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { position: relative; min-height: 265px; padding: 28px; border: var(--border); border-radius: var(--radius); background: var(--panel); transition: .25s ease; }
.service-card--interactive { cursor: pointer; }
.service-card:hover { z-index: 2; border-color: rgba(255, 220, 0, .5); box-shadow: var(--shadow); transform: translateY(-7px); }
.service-card--interactive:hover, .service-card--interactive:focus-within { scale: 1.04; }
.service-card--yellow { border-color: var(--yellow); background: var(--yellow); color: var(--ink); }
.service-card--blue { background: var(--blue); color: var(--white); }
.service-card__link { position: absolute; inset: 0; z-index: 3; border-radius: inherit; }
.service-card__link:hover, .service-card__link:focus-visible { scale: 1; }
.service-card__link:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.service-number, .artist-style { display: block; margin-bottom: 42px; color: var(--grey); font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.service-card--yellow .service-number, .service-card--blue .service-number { color: inherit; }
.service-card h3 { margin-bottom: 10px; font: 26px/1 var(--display); letter-spacing: -1px; text-transform: uppercase; }
.service-card p { max-width: 270px; margin: 0; font-size: 14px; }
.services-actions { margin-top: 28px; }
.card-arrow { position: absolute; right: 22px; top: 22px; font-size: 23px; font-weight: 700; }
.card-arrow, .artist-card b, .text-link b { color: var(--yellow); }
.service-card--yellow .card-arrow { color: var(--ink); }

.artists { background: #181818; }
.artists-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.artist-photo { position: relative; height: 410px; overflow: hidden; border: var(--border); border-radius: var(--radius); background: var(--coal); }
.artist-photo img { height: 100%; object-fit: cover; transition: .35s ease; }
.artist-card:hover img { transform: scale(1.05); }
.artist-photo span { position: absolute; right: 12px; bottom: 12px; padding: 7px 12px; border-radius: 999px; background: var(--yellow); color: var(--ink); font-family: var(--display); }
.artist-style { margin: 18px 0 7px; color: var(--yellow); }
.artist-card h3 { margin-bottom: 8px; font: 27px/1 var(--display); letter-spacing: -1px; text-transform: uppercase; }
.artist-card p { color: #aaa; font-size: 14px; }
.artist-card a, .text-link { font-size: 12px; font-weight: 700; letter-spacing: 1px; text-decoration: underline; text-underline-offset: 4px; text-transform: uppercase; }

.gallery { background: #101010; }
.gallery-grid { display: grid; grid-auto-flow: dense; grid-auto-rows: 230px; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-item { position: relative; overflow: hidden; margin: 0; border: var(--border); border-radius: var(--radius); background: var(--ink); transition: border-color .35s ease, box-shadow .35s ease; }
.gallery-item--tall { grid-row: span 2; }
.gallery-item--wide { grid-column: span 2; }
.gallery-item img { height: 100%; object-fit: cover; opacity: .85; transition: .35s ease; }
.gallery-item figcaption { position: absolute; right: 15px; bottom: 15px; left: 15px; display: flex; justify-content: space-between; color: var(--white); font-size: 13px; font-weight: 700; letter-spacing: 1px; opacity: 0; text-transform: uppercase; transform: translateY(10px); transition: .3s ease; }
.gallery-item:hover img { opacity: .67; transform: scale(1.06); }
.gallery-item:hover figcaption { opacity: 1; transform: none; }
.gallery-item:hover { border-color: rgba(255, 220, 0, .48); box-shadow: 0 18px 35px rgba(0, 0, 0, .24); }

.reasons { background: #171717; }
.reasons-grid, .testimonials-grid, .feature-grid, .page-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.reason-card, .testimonial-card, .feature-card, .page-card { margin: 0; padding: 26px; border: var(--border); border-radius: var(--radius); background: var(--panel); }
.reason-card h3, .feature-card h3, .page-card h3 { margin-bottom: 10px; color: var(--yellow); font: 20px/1.05 var(--display); text-transform: uppercase; }
.reason-card p, .testimonial-card p, .feature-card p, .page-card p { margin-bottom: 0; color: #bbb; }
.local-seo { background: #101010; }
.local-seo__inner { max-width: 900px; }
.local-seo__inner .section-label { margin-bottom: 18px; }
.local-seo__inner p { max-width: 760px; margin-bottom: 28px; color: #bbb; font-size: 18px; }
.testimonials { background: #1b1b1b; }
.testimonial-card p { color: var(--white); font-size: 18px; }
.testimonial-card cite { display: block; margin-top: 18px; color: var(--yellow); font-size: 12px; font-style: normal; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.home-faq { background: #111; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: var(--border); border-radius: 16px; background: var(--panel); }
.faq-list summary { padding: 18px 20px; color: var(--white); cursor: pointer; font-weight: 700; }
.faq-list details p { padding: 0 20px 18px; margin: 0; color: #bbb; }

.club { display: grid; min-height: 660px; grid-template-columns: 1fr 1fr; background: #171717; color: var(--white); }
.club-collage { position: relative; overflow: hidden; min-height: 500px; background: #222; }
.club-photo { position: absolute; border: 1px solid rgba(255, 255, 255, .18); border-radius: 30px; background-position: center; background-size: cover; box-shadow: var(--shadow); }
.club-photo--one { inset: 10% 36% 10% 7%; background-image: url("https://images.unsplash.com/photo-1568515045052-f9a854d70bfd?auto=format&fit=crop&w=700&q=85"); transform: rotate(-3deg); }
.club-photo--two { inset: 20% 4% 22% 56%; background-image: url("https://images.unsplash.com/photo-1482329033286-79a3d24413b4?auto=format&fit=crop&w=600&q=85"); transform: rotate(5deg); }
.club-collage .smile { position: absolute; right: 15%; bottom: 7%; box-shadow: var(--shadow); transform: rotate(-9deg); }
.club-copy { display: flex; max-width: 640px; flex-direction: column; justify-content: center; padding: 80px 70px; }
.club-copy .section-label { margin-bottom: 20px; color: #aaa; }
.club-copy .section-label > span:first-child, .club-copy .section-label__number { color: var(--yellow); }
.club-copy > p { max-width: 550px; color: #bbb; font-size: 17px; }
.club-points { display: grid; gap: 9px; margin-top: 20px; }
.club-points span { padding: 11px 0; border-top: 1px solid #444; color: var(--yellow); font-family: var(--display); font-size: 13px; }
.club-points b { margin-left: 14px; color: var(--white); font: 15px var(--body); letter-spacing: 1px; text-transform: uppercase; }

.booking { padding: 105px 0; border-bottom: 1px solid rgba(16, 16, 16, .25); background: var(--yellow); color: var(--ink); }
.booking-inner { position: relative; text-align: center; }
.booking .smile { margin-bottom: 20px; background: var(--white); box-shadow: 0 12px 25px rgba(0, 0, 0, .14); }
.booking .kicker { justify-content: center; }
.booking h2 { font-size: clamp(50px, 7vw, 90px); }
.booking mark { background: var(--white); }
.booking p { margin-bottom: 28px; font-size: 18px; }
.booking .button-row { justify-content: center; }

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  align-items: start;
  justify-items: center;
  overflow-y: auto;
  padding: 102px 24px 24px;
  background: rgba(0, 0, 0, .74);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
}

.booking-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.booking-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .62);
}

.booking-modal__panel {
  position: relative;
  z-index: 2;
  width: min(900px, calc(100vw - 48px));
  min-width: 0;
  max-height: min(calc(100vh - 126px), 900px);
  max-height: min(calc(100dvh - 126px), 900px);
  overflow-y: auto;
  padding: 30px;
  border-radius: 36px;
  background: rgba(18, 18, 18, .96);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 40px 90px rgba(0, 0, 0, .35);
}

.booking-modal__close {
  position: fixed;
  z-index: 3;
  top: 120px;
  right: max(42px, calc((100vw - 900px) / 2 + 42px));
  display: grid;
  margin: 0;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  color: var(--white);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.booking-modal__close:hover {
  background: rgba(255, 255, 255, .12);
}

.booking-modal .booking-form {
  margin-top: 0;
}

.booking-modal .form-field--full {
  grid-column: 1 / -1;
}

.booking-modal .form-grid {
  gap: 18px;
}

.booking-modal .booking-form,
.booking-modal .form-grid,
.booking-modal .form-grid > label {
  min-width: 0;
}

.booking-modal .booking-form input,
.booking-modal .booking-form select,
.booking-modal .booking-form textarea {
  background: rgba(255, 255, 255, .05);
}

.booking-modal .booking-form select {
  background: rgba(255, 255, 255, .08);
  color: var(--white);
}

.booking-modal .booking-form option {
  background: rgba(22, 22, 22, .98);
  color: var(--white);
}

.booking-modal .booking-form input,
.booking-modal .booking-form select,
.booking-modal .booking-form textarea,
.booking-modal .booking-form label {
  color: #eee;
}

.booking-modal .booking-form input::placeholder,
.booking-modal .booking-form textarea::placeholder {
  color: rgba(255, 255, 255, .56);
}

.booking-modal .booking-form h3 {
  margin-bottom: 10px;
}

.booking-modal .booking-form p {
  margin-bottom: 24px;
}

.booking-form {
  margin-top: 48px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 30px;
  background: rgba(255, 255, 255, .04);
  box-shadow: 0 24px 52px rgba(0, 0, 0, .24);
}

.booking-form h3 {
  margin: 0 0 14px;
  font: 28px/1 var(--display);
  letter-spacing: -1px;
  text-transform: uppercase;
}

.booking-form p {
  margin: 0 0 28px;
  color: #ddd;
  max-width: 680px;
}

.booking-form .required-fields-note {
  margin-bottom: 14px;
  font-size: 13px;
}

.booking-form [hidden] { display: none !important; }

.booking-type {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}

.booking-type legend {
  width: 100%;
  margin-bottom: 2px;
  color: #e8e8e8;
  font-size: 14px;
}

.booking-form .booking-type label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  cursor: pointer;
}

.booking-type input {
  width: 16px;
  height: 16px;
  accent-color: var(--yellow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.booking-form label {
  display: grid;
  gap: 10px;
  color: #e8e8e8;
  font-size: 14px;
}

.booking-form .field-help {
  color: #cfcfcf;
  font-size: 13px;
  line-height: 1.45;
}

.booking-form .privacy-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 20px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .04);
}

.booking-form .guidance-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 20px;
  padding: 16px;
  border: 1px solid rgba(255, 214, 0, .42);
  border-radius: 18px;
  background: rgba(255, 214, 0, .08);
}

.booking-form .guidance-check input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin: 2px 0 0;
  accent-color: var(--yellow);
}

.guidance-check span {
  display: grid;
  gap: 5px;
}

.guidance-check strong { color: var(--yellow); }

.guidance-check small {
  color: #ddd;
  line-height: 1.5;
}

.booking-form .guidance-note {
  min-height: 20px;
  margin: 0 0 14px;
  color: var(--yellow);
  font-size: 13px;
}

.guidance-field { position: relative; }

.guidance-field.is-guidance-skipped::after {
  position: absolute;
  right: 18px;
  bottom: 14px;
  z-index: 1;
  color: var(--yellow);
  content: "\263A";
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.guidance-field.is-guidance-skipped select,
.guidance-field.is-guidance-skipped input,
.guidance-field.is-guidance-skipped textarea {
  padding-right: 52px;
  border-color: rgba(255, 214, 0, .5);
}

.guidance-field.is-guidance-skipped select { background-image: none; }

.guidance-field--currency.is-guidance-skipped::after { right: 44px; }

.guidance-field--currency.is-guidance-skipped input { padding-right: 76px; }

.booking-form label.is-guidance-required input,
.booking-form label.is-guidance-required.privacy-check {
  border-color: #ff4d4d;
  box-shadow: 0 0 0 2px rgba(255, 77, 77, .18);
}

.booking-form .privacy-check input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin: 2px 0 0;
  accent-color: var(--yellow);
}

.privacy-check a, .privacy-check b { color: var(--yellow); }
.privacy-check a { text-decoration: underline; text-underline-offset: 3px; }

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .04);
  color: var(--white);
  font: 15px var(--body);
}

.booking-form input[type="file"] {
  padding: 14px;
  cursor: pointer;
}

.booking-form input[type="file"]::file-selector-button {
  margin-right: 14px;
  padding: 10px 14px;
  border: 0;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font: 700 12px var(--body);
  letter-spacing: .6px;
  text-transform: uppercase;
  cursor: pointer;
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: rgba(255, 255, 255, .55);
}

.currency-field {
  position: relative;
  display: block;
}

.currency-field input {
  padding-right: 48px;
}

.currency-field > span {
  position: absolute;
  top: 50%;
  right: 18px;
  color: var(--yellow);
  font-size: 18px;
  font-weight: 700;
  pointer-events: none;
  transform: translateY(-50%);
}

.booking-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, .65) 50%), linear-gradient(135deg, rgba(255, 255, 255, .65) 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 12px) calc(1em + 2px);
  background-size: 8px 8px, 8px 8px;
  background-repeat: no-repeat;
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-submit {
  margin-top: 24px;
}

@media (max-width: 720px) {
  .form-grid { grid-template-columns: 1fr; }
  .booking-modal { padding: 82px 15px 15px; }
  .booking-modal__panel { width: calc(100vw - 30px); max-height: calc(100vh - 97px); max-height: calc(100dvh - 97px); padding: 18px; border-radius: 24px; }
  .booking-modal__close { top: 100px; right: 33px; }
  .booking-modal .booking-form { padding: 22px 18px; border-radius: 22px; }
  .booking-modal .booking-form select,
  .booking-modal .booking-form input { font-size: 16px; word-wrap: break-word; }
  .booking-form label { font-size: 12px; }
}

.whatsapp-fab,
.instagram-fab {
  position: fixed;
  right: 22px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #25d366;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 0 20px rgba(37, 211, 102, .42), 0 0 0 1px rgba(255, 255, 255, .1), 0 0 0 6px rgba(37, 211, 102, .16);
  transition: scale .25s ease, transform .2s ease, box-shadow .2s ease;
}

.whatsapp-fab { bottom: 22px; }

.instagram-fab {
  bottom: 104px;
  background: #b832d9;
  box-shadow: 0 0 20px rgba(184, 50, 217, .44), 0 0 0 1px rgba(255, 255, 255, .1), 0 0 0 6px rgba(184, 50, 217, .16);
}

.whatsapp-fab:hover,
.instagram-fab:hover {
  transform: translateY(-3px);
}

.whatsapp-fab:hover {
  box-shadow: 0 0 34px rgba(37, 211, 102, .85), 0 0 0 1px rgba(255, 255, 255, .18), 0 0 0 10px rgba(37, 211, 102, .28);
}

.instagram-fab:hover {
  box-shadow: 0 0 34px rgba(184, 50, 217, .88), 0 0 0 1px rgba(255, 255, 255, .18), 0 0 0 10px rgba(184, 50, 217, .28);
}

.whatsapp-fab.is-scroll-glowing,
.instagram-fab.is-scroll-glowing {
  animation: whatsapp-scroll-glow .62s ease-out;
}

.instagram-fab.is-scroll-glowing {
  animation-name: instagram-scroll-glow;
}

.whatsapp-fab__icon,
.instagram-fab__icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  align-items: center;
  justify-content: center;
}

.whatsapp-fab__icon svg,
.instagram-fab__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

@keyframes whatsapp-scroll-glow {
  0%, 100% { box-shadow: 0 0 20px rgba(37, 211, 102, .42), 0 0 0 1px rgba(255, 255, 255, .1), 0 0 0 6px rgba(37, 211, 102, .16); }
  45% { box-shadow: 0 0 28px rgba(37, 211, 102, 1), 0 0 58px rgba(37, 211, 102, .86), 0 0 0 12px rgba(37, 211, 102, .3); }
}

@keyframes instagram-scroll-glow {
  0%, 100% { box-shadow: 0 0 20px rgba(184, 50, 217, .44), 0 0 0 1px rgba(255, 255, 255, .1), 0 0 0 6px rgba(184, 50, 217, .16); }
  45% { box-shadow: 0 0 28px rgba(184, 50, 217, 1), 0 0 58px rgba(184, 50, 217, .88), 0 0 0 12px rgba(184, 50, 217, .3); }
}

.footer { padding: 70px 0 18px; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1.2fr 1fr .8fr; gap: 35px; }
.footer .smile { border-color: var(--white); }
.footer h3 { color: var(--yellow); font: 14px var(--display); letter-spacing: .6px; text-transform: uppercase; }
.footer p, .footer a { color: #bcbcbc; font-size: 14px; }
.footer a:hover { color: var(--yellow); }
.footer-tagline { margin-top: 24px; font: 24px/1 var(--display) !important; letter-spacing: -1px; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 15px; border-top: 1px solid #3a3a3a; }
.footer-bottom p { margin: 0; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }
.mini-smile { color: var(--yellow); font-size: 16px; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 18px; padding-top: 15px; border-top: 1px solid #3a3a3a; }
.footer-legal a, .footer-legal button { border: 0; background: none; color: #bcbcbc; cursor: pointer; font: 11px var(--body); letter-spacing: 1px; padding: 0; text-transform: uppercase; }
.footer-legal a:hover, .footer-legal button:hover { color: var(--yellow); }

.cookie-notice { position: fixed; right: 22px; bottom: 22px; z-index: 75; width: min(470px, calc(100% - 44px)); padding: 24px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 22px; background: rgba(18, 18, 18, .97); box-shadow: 0 24px 62px rgba(0, 0, 0, .45); backdrop-filter: blur(18px); }
.cookie-notice[hidden] { display: none; }
.cookie-notice p { margin: 0 0 14px; color: #d8d8d8; font-size: 14px; }
.cookie-notice .cookie-notice__eyebrow { color: var(--yellow); font: 15px var(--display); letter-spacing: .7px; text-transform: uppercase; }
.cookie-notice__close { position: absolute; top: 10px; right: 12px; border: 0; background: none; color: var(--white); cursor: pointer; font-size: 25px; line-height: 1; }
.cookie-notice__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 18px; }
.cookie-notice__actions .button { min-height: 42px; padding: 0 18px; }
.cookie-notice__actions a { color: var(--yellow); font-size: 12px; font-weight: 700; letter-spacing: .6px; text-decoration: underline; text-underline-offset: 3px; text-transform: uppercase; }

/* Pagine informative legali. */
.legal-page { background: #101010; }
.legal-header { padding: 22px 0; border-bottom: var(--border); background: rgba(16, 16, 16, .94); }
.legal-main { padding: 70px 0 90px; }
.legal-content { max-width: 850px; }
.legal-content h1 { margin-bottom: 14px; font-size: clamp(48px, 7vw, 82px); }
.legal-content h2 { margin: 46px 0 14px; font-size: 28px; letter-spacing: -1px; }
.legal-content h3 { margin: 25px 0 8px; color: var(--yellow); font: 17px var(--display); text-transform: uppercase; }
.legal-content p, .legal-content li { color: #c8c8c8; }
.legal-content a { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }
.legal-content ul { padding-left: 20px; }
.legal-updated { color: var(--yellow) !important; font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.legal-placeholder { padding: 16px; border: 1px solid rgba(255, 220, 0, .55); border-radius: 16px; background: rgba(255, 220, 0, .08); color: #f8e878 !important; }
.legal-table { width: 100%; border-collapse: collapse; margin: 18px 0; color: #c8c8c8; font-size: 14px; }
.legal-table th, .legal-table td { padding: 13px; border: var(--border); text-align: left; vertical-align: top; }
.legal-table th { color: var(--yellow); }

/* Pagine SEO e guide generate dal template statico. */
.page-shell { background: #101010; }
.page-header { position: sticky; top: 0; z-index: 20; border-bottom: var(--border); background: rgba(16, 16, 16, .92); backdrop-filter: blur(16px); }
.page-header__inner, .page-nav, .page-footer__inner, .page-cta__actions, .breadcrumbs { display: flex; align-items: center; }
.page-header__inner { min-height: 76px; justify-content: space-between; gap: 20px; }
.page-nav { flex-wrap: wrap; justify-content: end; gap: 18px; font-size: 12px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; }
.page-nav a:hover { color: var(--yellow); }
.page-nav .page-nav__booking {
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
}
.page-nav .page-nav__booking:hover { color: var(--ink); transform: translateY(-2px); }
.page-hero { padding: 90px 0 72px; background: radial-gradient(circle at 85% 20%, #282828, #101010 55%); }
.breadcrumbs { flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: var(--grey); font-size: 12px; text-transform: uppercase; }
.breadcrumbs span { color: var(--yellow); }
.page-hero h1 { max-width: 960px; margin-bottom: 22px; font-size: clamp(52px, 8vw, 96px); }
.page-hero p { max-width: 760px; color: #d0d0d0; font-size: 19px; }
.page-cta__actions { flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.content-section { padding: 78px 0; }
.content-section--soft { background: #181818; }
.content-section h2 { max-width: 800px; }
.content-copy { max-width: 820px; color: #c5c5c5; font-size: 17px; }
.content-copy a, .article-body a { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }
.page-card .button { margin-top: 20px; }
.page-card__image { height: 230px; margin: -8px 0 22px; border-radius: 16px; object-fit: cover; }
.artist-profile { display: grid; grid-template-columns: minmax(240px, 360px) minmax(0, 1fr); gap: 44px; align-items: start; }
.artist-profile__meta { display: grid; gap: 22px; }
.artist-profile__meta .filter-row { margin-bottom: 0; }
.artist-profile__image { height: 460px; border: var(--border); border-radius: var(--radius); object-fit: cover; object-position: center 18%; }
.artist-profile__copy h2 { margin-top: 0; }
.studio-hero { background: radial-gradient(circle at 82% 18%, rgba(255, 220, 0, .16), transparent 32%), radial-gradient(circle at 18% 78%, #242424, #101010 54%); }
.studio-story { display: grid; grid-template-columns: minmax(180px, 280px) minmax(0, 1fr); gap: 44px; align-items: start; }
.studio-story__copy { max-width: 920px; }
.studio-story__copy h2 { margin-bottom: 24px; }
.studio-story__copy p { color: #cfcfcf; font-size: 18px; line-height: 1.72; }
.studio-photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.studio-photo-placeholder {
  display: grid;
  min-height: 310px;
  align-content: space-between;
  margin: 0;
  padding: 22px;
  border: 1px dashed rgba(255, 220, 0, .58);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 220, 0, .08), rgba(255, 255, 255, .035));
  color: var(--yellow);
}
.studio-photo-placeholder span { font-family: var(--display); font-size: 23px; text-transform: uppercase; }
.studio-photo-placeholder figcaption { color: #d6d6d6; font-size: 13px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; }
.process-list { display: grid; gap: 12px; counter-reset: process; list-style: none; padding: 0; }
.process-list li { padding: 18px; border: var(--border); border-radius: 16px; background: var(--panel); color: #c6c6c6; counter-increment: process; }
.process-list li::before { margin-right: 12px; color: var(--yellow); content: "0" counter(process); font-family: var(--display); }
.portfolio-preview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.portfolio-preview img { height: 260px; border-radius: 18px; object-fit: cover; transition: .3s ease; }
.portfolio-preview img:hover { scale: 1.04; }
.portfolio-index { padding-bottom: 34px; }
.portfolio-group-title { scroll-margin-top: 28px; margin: 42px 0 16px; color: var(--yellow); font: 22px/1.05 var(--display); text-transform: uppercase; }
.image-lightbox {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(0, 0, 0, .9);
}
.image-lightbox[hidden] { display: none; }
.image-lightbox__figure {
  display: grid;
  gap: 14px;
  max-width: min(1120px, 94vw);
  max-height: 92vh;
  margin: 0;
}
.image-lightbox__image {
  width: auto;
  max-width: 100%;
  max-height: 82vh;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 18px;
  object-fit: contain;
  background: #050505;
}
.image-lightbox__caption {
  max-width: 900px;
  color: #eee;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
}
.image-lightbox__close {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 1;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  cursor: pointer;
  font: 34px/1 var(--body);
}
.page-cta { padding: 68px 0; background: var(--yellow); color: var(--ink); }
.page-cta h2 { margin-bottom: 10px; }
.page-cta p { max-width: 740px; font-size: 18px; }
.page-footer { padding: 35px 0; background: var(--ink); }
.page-footer__inner { flex-wrap: wrap; justify-content: space-between; gap: 18px; color: #bcbcbc; font-size: 13px; }
.page-footer__links { display: flex; flex-wrap: wrap; gap: 14px; }
.page-footer a:hover { color: var(--yellow); }
.article-body { max-width: 820px; }
.article-body h2 { margin-top: 45px; font: 700 28px/1.12 var(--body); letter-spacing: -.8px; text-transform: none; }
.article-body p, .article-body li { color: #c8c8c8; font-size: 17px; }
.guide-download-link { display: block; margin-top: 18px; color: var(--yellow); }
.article-download { margin: 42px 0 26px; padding: 22px; border: 1px solid rgba(255, 220, 0, .55); border-radius: 18px; background: rgba(255, 220, 0, .07); }
.article-download h2 { margin-top: 0; }
.article-download p { margin-bottom: 18px; }
.article-body .article-download .button--yellow,
.article-body .article-download .button--yellow:hover,
.article-body .article-download .button--yellow:focus-visible { color: var(--ink); text-decoration: none; }
.filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.filter-chip { padding: 10px 14px; border: var(--border); border-radius: 999px; background: var(--panel); color: var(--white); font-weight: 700; }
a.filter-chip:hover, a.filter-chip:focus-visible { border-color: rgba(255, 220, 0, .62); color: var(--yellow); scale: 1.03; }
.map-placeholder { display: grid; min-height: 250px; place-items: center; border: 1px dashed rgba(255, 220, 0, .6); border-radius: var(--radius); background: #181818; color: var(--yellow); font-family: var(--display); text-align: center; }
.contact-form { max-width: 900px; margin: 0; }

/* Coming soon pubblica e accesso temporaneo: blocco facile da rimuovere al lancio. */
.coming-soon-page { min-height: 100svh; background: #101010; }
.coming-soon { min-height: 100svh; }
.coming-soon__hero {
  min-height: 100svh;
  padding-top: 0;
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 220, 0, .22), transparent 26%),
    radial-gradient(circle at 16% 82%, rgba(82, 104, 255, .24), transparent 30%),
    radial-gradient(circle at 50% 50%, #242424 0, #121212 46%, #0b0b0b 100%);
}
.coming-soon__grid {
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(0, 680px) minmax(320px, 420px);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  padding-block: 48px 34px;
}
.coming-soon__copy { display: grid; min-width: 0; max-width: 680px; justify-items: start; }
.coming-soon__brand { margin-bottom: 48px; }
.coming-soon__copy h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(48px, 5vw, 78px);
  letter-spacing: -5px;
}
.coming-soon__copy .hero-title__line { white-space: nowrap; }
.coming-soon__copy .hero-tagline {
  max-width: 620px;
  font-size: clamp(22px, 2.4vw, 34px);
}
.coming-soon__copy .hero-lead { max-width: 620px; margin-bottom: 14px; color: #e4e4e4; }
.coming-soon__hook {
  max-width: 590px;
  margin-bottom: 28px;
  color: #bdbdbd;
  font-size: 15px;
  font-weight: 600;
}
.coming-soon__cta { margin-top: 4px; }
.waitlist-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius);
  background: rgba(26, 26, 26, .78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.waitlist-card::before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  background: linear-gradient(135deg, rgba(255, 220, 0, .24), transparent 38%, rgba(255, 255, 255, .08));
  content: "";
}
.waitlist-card__smile { width: 78px; height: 78px; margin-bottom: 18px; transform: rotate(-7deg); }
.waitlist-card h2 { margin-bottom: 12px; font-size: clamp(34px, 4vw, 50px); letter-spacing: -2px; }
.waitlist-card__intro {
  margin-bottom: 16px;
  color: #d5d5d5;
  font-size: 14px;
}
.waitlist-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.waitlist-perks span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 220, 0, .34);
  border-radius: 999px;
  background: rgba(255, 220, 0, .09);
  color: var(--yellow);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.waitlist-form, .access-form { display: grid; gap: 14px; }
.waitlist-form label, .access-form label {
  display: grid;
  gap: 8px;
  color: #e5e5e5;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.waitlist-form input, .access-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  color: var(--white);
  font: 16px var(--body);
  outline: 0;
}
.waitlist-form input:focus, .access-form input:focus {
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(255, 220, 0, .14);
}
.waitlist-form__consent {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 11px !important;
  color: #cfcfcf !important;
  font-size: 11px !important;
  line-height: 1.45;
  letter-spacing: .2px !important;
  text-transform: none !important;
}
.waitlist-form__consent input { width: 18px; min-height: 18px; margin-top: 2px; accent-color: var(--yellow); }
.form-status { min-height: 24px; margin: 0; color: var(--yellow); font-size: 14px; font-weight: 700; }
.waitlist-form.is-submitted .form-status { color: var(--acid); }
.reserved-access { padding: 22px 0 30px; background: #0b0b0b; }
.reserved-access__inner { display: grid; justify-items: center; gap: 16px; }
.reserved-access__toggle {
  border: 0;
  background: none;
  color: #a8a8a8;
  cursor: pointer;
  font: 700 12px var(--body);
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 4px;
}
.reserved-access__toggle:hover, .reserved-access__toggle:focus-visible { color: var(--yellow); }
.reserved-access__panel {
  width: min(460px, 100%);
  padding: 20px;
  border: var(--border);
  border-radius: 20px;
  background: var(--panel);
}
.access-form { grid-template-columns: 1fr auto; align-items: end; }
.access-form .form-status { grid-column: 1 / -1; color: #d8d8d8; }
.access-form.has-error .form-status { color: #ff9b8e; }

/* Gli elementi .reveal vengono attivati via IntersectionObserver. */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.services-grid .reveal:nth-child(2), .artists-grid .reveal:nth-child(2), .gallery-grid .reveal:nth-child(2) { transition-delay: .08s; }
.services-grid .reveal:nth-child(3), .artists-grid .reveal:nth-child(3), .gallery-grid .reveal:nth-child(3) { transition-delay: .16s; }
.services-grid .reveal:nth-child(4), .gallery-grid .reveal:nth-child(4) { transition-delay: .24s; }
.services-grid .reveal:nth-child(5), .gallery-grid .reveal:nth-child(5) { transition-delay: .32s; }
.services-grid .reveal:nth-child(6) { transition-delay: .4s; }
.services-grid .reveal:nth-child(7) { transition-delay: .48s; }
.services-grid .reveal:nth-child(8) { transition-delay: .56s; }

@media (max-width: 980px) {
  .site-nav { gap: 14px; }
  .coming-soon__grid { min-height: auto; grid-template-columns: 1fr; gap: 30px; padding-block: 34px; }
  .coming-soon__copy { justify-items: center; text-align: center; }
  .coming-soon__copy .eyebrow { justify-content: center; }
  .coming-soon__copy .hero-lead, .coming-soon__hook { margin-inline: auto; }
  .waitlist-card { width: min(560px, 100%); margin-inline: auto; }
  .hero-grid { min-height: auto; grid-template-columns: minmax(0, 1fr); padding-bottom: 100px; }
  .intro-grid { grid-template-columns: 1fr 2fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .reasons-grid, .testimonials-grid, .feature-grid, .page-card-grid, .studio-photo-grid { grid-template-columns: repeat(2, 1fr); }
  .artist-profile { grid-template-columns: 1fr; }
  .studio-story { grid-template-columns: 1fr; gap: 22px; }
  .artist-photo { height: 330px; }
  .club { grid-template-columns: 1fr; }
  .club-collage { min-height: 580px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 30px), 620px); }
  .coming-soon__hero { min-height: auto; }
  .coming-soon__grid { min-height: auto; padding-block: 28px 46px; }
  .coming-soon__brand { margin-bottom: 34px; }
  .coming-soon__copy { max-width: 100%; }
  .coming-soon__copy h1 {
    width: 100%;
    font-size: clamp(30px, 8.4vw, 36px);
    letter-spacing: -2px;
  }
  .coming-soon__copy h1.is-neon-ready { letter-spacing: -2px; }
  .coming-soon__copy .hero-title__line { white-space: normal; }
  .coming-soon__copy .hero-tagline { font-size: clamp(21px, 6.2vw, 26px); }
  .coming-soon__copy .hero-lead { font-size: 16px; }
  .coming-soon__hook { font-size: 14px; }
  .waitlist-card { width: 100%; padding: 22px; }
  .waitlist-card h2 { font-size: clamp(34px, 10vw, 46px); }
  .access-form { grid-template-columns: 1fr; }
  .header-inner { min-height: 70px; }
  .menu-toggle { display: grid; gap: 5px; padding: 8px 0; }
  .menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; border-radius: 999px; background: var(--white); transition: .2s; }
  .menu-toggle.is-open span:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-of-type(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: absolute; inset: 70px 0 auto; display: none; align-items: stretch; gap: 0; padding: 10px 15px 18px; border-bottom: 1px solid var(--line); background: rgba(16, 16, 16, .97); backdrop-filter: blur(18px); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 12px 0; }
  .site-nav .button { margin-top: 5px; }
  .hero { padding-top: 70px; }
  .hero-grid { display: flex; justify-content: center; gap: 34px; padding-block: 60px 80px; }
  .hero-copy { width: 100%; max-width: min(340px, 100%); }
  h1 { width: 100%; font-size: clamp(36px, 10vw, 42px); letter-spacing: -2px; }
  .hero h1.is-neon-ready { letter-spacing: -2px; }
  .hero h1 .hero-title__line { max-width: 100%; white-space: nowrap; }
  .hero-tagline { width: 100%; max-width: 100%; margin-top: -8px; font-size: clamp(18px, 5.8vw, 24px); white-space: nowrap; }
  .hero-lead { width: 100%; max-width: min(340px, 100%); font-size: 17px; overflow-wrap: break-word; }
  .hero .button-row { width: 100%; max-width: min(340px, 100%); }
  .button-row .button { width: 100%; }
  .hero-meta { display: none; }
  .ticker-track { font-size: 17px; }
  .section { padding: 80px 0; }
  h2 { font-size: clamp(43px, 14vw, 64px); letter-spacing: -3px; }
  .intro-grid { grid-template-columns: 1fr; gap: 28px; }
  .intro-text { grid-template-columns: 1fr; gap: 3px; }
  .section-heading--row { display: block; }
  .section-heading--row > p, .section-heading--row > a { display: inline-block; margin-top: 8px; }
  .services-grid, .artists-grid { grid-template-columns: 1fr; }
  .reasons-grid, .testimonials-grid, .feature-grid, .page-card-grid, .portfolio-preview, .studio-photo-grid { grid-template-columns: 1fr; }
  .artist-profile { grid-template-columns: 1fr; }
  .studio-photo-placeholder { min-height: 230px; }
  .page-header__inner { align-items: flex-start; flex-direction: column; padding-block: 14px; }
  .page-nav { width: 100%; flex-wrap: wrap; justify-content: start; gap: 8px; font-size: 11px; }
  .page-nav .page-nav__booking { padding: 9px 12px; font-size: 10px; }
  .page-hero { padding: 58px 0; }
  .page-hero h1 { max-width: 100%; font-size: clamp(44px, 14vw, 58px); overflow-wrap: anywhere; }
  .page-hero p { max-width: 100%; overflow-wrap: anywhere; }
  .page-hero .page-cta__actions { display: none; }
  .content-section { padding: 58px 0; }
  .content-copy { max-width: 100%; }
  .service-card { min-height: 220px; }
  .artist-photo { height: 400px; }
  .gallery-grid { grid-auto-rows: 190px; grid-template-columns: repeat(2, 1fr); }
  .gallery-item--wide { grid-column: span 2; }
  .club-collage { min-height: 430px; }
  .club-collage .smile { right: 8%; width: 145px; height: 145px; }
  .club-collage .smile i { border-width: 5px; }
  .club-copy { padding: 70px 22px; }
  .booking { padding: 82px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 8px; }
  .cookie-notice { right: 15px; bottom: 15px; width: calc(100% - 30px); }
  .legal-main { padding-top: 52px; }
  .legal-table { display: block; overflow-x: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  button:hover, button:focus-visible, a:hover, a:focus-visible, .service-card:hover, .service-card:focus-within { scale: 1; }
  .parallax-layer { translate: none !important; will-change: auto; }
  .reveal { opacity: 1; transform: none; }
  .section-label__letter { opacity: 1; transform: none; }
  .hero-title__letter { opacity: 1; text-shadow: 0 0 6px currentColor, 0 0 20px currentColor; }
  .hero-tagline .hero-title__letter { opacity: 1; text-shadow: 0 0 5px currentColor, 0 0 16px currentColor; }
}
