:root {
  color-scheme: dark;
  --black: #070707;
  --coal: #151515;
  --steel: #77736a;
  --ash: #d7d1c1;
  --gold: #d7aa22;
  --hot: #ffe082;
  --line: rgba(215, 170, 34, 0.38);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ash);
}

body {
  min-height: 100vh;
}

a,
button {
  font: inherit;
}

button {
  border-radius: 0;
}

.site-shell {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 45%), rgba(255, 213, 80, 0.18), transparent 24rem),
    linear-gradient(115deg, rgba(0, 0, 0, 0.88), rgba(17, 17, 17, 0.6) 42%, rgba(0, 0, 0, 0.94));
}

.hero-bg {
  position: absolute;
  inset: -4vmax;
  z-index: -4;
  background-image: url("./tobi-stark-logo.png");
  background-size: cover;
  background-position: center;
  filter: saturate(1.05) contrast(1.12) brightness(0.62);
  transform: translate3d(calc(var(--tx, 0) * -1px), calc(var(--ty, 0) * -1px), 0) scale(1.05);
  transition: transform 180ms ease-out;
}

.machine-lines {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: 0.34;
  background:
    linear-gradient(128deg, transparent 0 54%, rgba(255, 224, 130, 0.2) 54.2% 54.6%, transparent 54.8%),
    linear-gradient(32deg, transparent 0 32%, rgba(215, 170, 34, 0.18) 32.2% 32.7%, transparent 33%),
    radial-gradient(ellipse at 83% 18%, transparent 0 4rem, rgba(255, 224, 130, 0.28) 4.05rem 4.18rem, transparent 4.25rem),
    radial-gradient(ellipse at 86% 22%, transparent 0 1.5rem, rgba(215, 170, 34, 0.3) 1.55rem 1.75rem, transparent 1.85rem);
  filter: drop-shadow(0 0 18px rgba(215, 170, 34, 0.42));
  transform: translate3d(calc(var(--tx, 0) * 1px), calc(var(--ty, 0) * 1px), 0);
  pointer-events: none;
}

.machine-lines::before,
.machine-lines::after {
  content: "";
  position: absolute;
  right: clamp(16px, 7vw, 110px);
  top: clamp(36px, 12vh, 130px);
  width: clamp(150px, 22vw, 320px);
  height: clamp(42px, 6vw, 74px);
  border: 2px solid rgba(255, 224, 130, 0.34);
  border-left-width: 18px;
  border-radius: 18px 6px 6px 18px;
  transform: rotate(-18deg);
}

.machine-lines::after {
  right: clamp(54px, 11vw, 180px);
  top: clamp(88px, 20vh, 210px);
  width: clamp(80px, 10vw, 140px);
  height: 2px;
  border: 0;
  background: linear-gradient(90deg, rgba(255, 224, 130, 0.95), transparent);
  box-shadow: 0 0 24px rgba(255, 224, 130, 0.8);
  transform: rotate(64deg);
}

.welcome-burst {
  position: fixed;
  inset: 0;
  z-index: 5;
  display: grid;
  place-content: center;
  gap: 8px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 46%, rgba(215, 170, 34, 0.32), transparent 18rem),
    rgba(0, 0, 0, 0.78);
  animation: welcomeOut 2300ms cubic-bezier(0.2, 0.9, 0.2, 1) forwards;
  pointer-events: none;
}

.welcome-burst span {
  color: var(--hot);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 900;
}

.welcome-burst strong {
  color: var(--gold);
  font-size: clamp(3.6rem, 12vw, 10rem);
  line-height: 0.85;
  text-shadow: 0 0 36px rgba(215, 170, 34, 0.78);
}

.welcome-burst small {
  font-size: clamp(1rem, 2vw, 1.6rem);
  font-weight: 800;
}

@keyframes welcomeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  72% {
    opacity: 1;
    transform: scale(1.02);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
  }
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.2) 46%, rgba(0, 0, 0, 0.8)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 48%, rgba(0, 0, 0, 0.8));
}

.noise {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.17;
  background-image:
    repeating-radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.45) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(92deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 11px);
  mix-blend-mode: overlay;
  pointer-events: none;
}

#sparks {
  position: fixed;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.consult-pop {
  position: fixed;
  top: clamp(96px, 14vh, 150px);
  right: clamp(14px, 2vw, 26px);
  z-index: 4;
  max-width: min(270px, calc(100vw - 28px));
  padding: 12px 14px;
  border: 1px solid rgba(255, 224, 130, 0.48);
  color: var(--ash);
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.82), rgba(72, 58, 18, 0.72));
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.58), 0 0 34px rgba(215, 170, 34, 0.22);
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translateX(calc(100% + 34px));
  transition: opacity 420ms ease, transform 520ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.consult-pop.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  animation: pulseGold 2200ms ease-in-out infinite;
}

.consult-pop span,
.consult-pop strong {
  display: block;
}

.consult-pop span {
  color: rgba(246, 240, 222, 0.78);
  font-size: 0.88rem;
}

.consult-pop strong {
  color: var(--hot);
  font-size: 1.1rem;
}

.language-widget {
  position: fixed;
  top: clamp(12px, 2vw, 22px);
  right: clamp(10px, 1.4vw, 22px);
  z-index: 4;
  display: grid;
  grid-template-columns: auto minmax(112px, 150px);
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 224, 130, 0.42);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 224, 130, 0.2), transparent 42%),
    rgba(0, 0, 0, 0.72);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.48), 0 0 28px rgba(215, 170, 34, 0.14);
  backdrop-filter: blur(14px);
  transition: opacity 220ms ease, transform 260ms ease;
}

.language-widget.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-18px) scale(0.96);
}

.language-widget label {
  color: var(--hot);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.language-widget select {
  min-height: 34px;
  border: 1px solid rgba(255, 224, 130, 0.42);
  color: #fff4c7;
  background: #10100e;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  outline: none;
  cursor: pointer;
}

.language-widget select:focus-visible {
  border-color: var(--hot);
  box-shadow: 0 0 0 3px rgba(215, 170, 34, 0.22);
}

.crew-widget {
  position: fixed;
  left: clamp(10px, 1.4vw, 22px);
  top: clamp(12px, 2vw, 22px);
  z-index: 3;
  transform: none;
}

.crew-toggle {
  position: relative;
  overflow: hidden;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 224, 130, 0.66);
  color: #080705;
  background:
    radial-gradient(circle at 28% 22%, #fff4ba, transparent 34%),
    linear-gradient(135deg, var(--hot), var(--gold));
  cursor: pointer;
  font-weight: 1000;
  text-transform: uppercase;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.42), 0 0 32px rgba(215, 170, 34, 0.28);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.crew-toggle::after {
  content: "";
  position: absolute;
  inset: -35%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.75), transparent 58%);
  opacity: 0;
  transform: scale(0.25);
  pointer-events: none;
}

.crew-toggle.pulse::after {
  animation: crewPulse 520ms ease-out;
}

@keyframes crewPulse {
  0% {
    opacity: 0.82;
    transform: scale(0.18);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.crew-panel {
  position: absolute;
  left: calc(100% + 10px);
  top: 0;
  width: min(380px, calc(100vw - 92px));
  padding: 16px;
  text-align: left;
  border: 1px solid rgba(255, 224, 130, 0.42);
  color: var(--ash);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 224, 130, 0.16), transparent 44%),
    linear-gradient(145deg, rgba(0, 0, 0, 0.86), rgba(42, 35, 19, 0.72));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.54), 0 0 34px rgba(215, 170, 34, 0.14), inset 0 1px 0 rgba(255, 224, 130, 0.16);
  backdrop-filter: blur(14px);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-14px) scale(0.97);
  transform-origin: left top;
  transition: opacity 180ms ease, transform 220ms ease;
}

.crew-widget.open .crew-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.crew-widget.open .crew-toggle,
.crew-toggle:hover,
.crew-toggle:focus-visible {
  filter: brightness(1.08);
  transform: translateY(-2px) scale(1.04);
  outline: none;
}

.crew-panel > span {
  display: block;
  margin-bottom: 14px;
  color: var(--hot);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.crew-panel a {
  display: block;
  padding: 13px 2px;
  border-top: 1px solid rgba(255, 224, 130, 0.18);
  color: inherit;
  text-decoration: none;
}

.crew-panel strong,
.crew-panel small {
  display: block;
}

.crew-panel strong {
  color: #fff1b4;
  font-size: 0.95rem;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.crew-panel small {
  margin-top: 6px;
  color: rgba(246, 240, 222, 0.68);
  font-size: 0.78rem;
  line-height: 1.28;
}

.crew-panel a:hover strong,
.crew-panel a:focus-visible strong {
  color: var(--gold);
}

@keyframes pulseGold {
  50% {
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.58), 0 0 50px rgba(215, 170, 34, 0.38);
  }
}

.hero {
  width: min(1640px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 42px);
  display: grid;
  grid-template-columns: minmax(270px, 0.78fr) minmax(330px, 0.95fr) minmax(430px, 1.18fr);
  gap: clamp(14px, 2vw, 24px);
  align-items: stretch;
}

.brand-panel,
.content-panel,
.gallery-panel,
.location-panel,
.imprint-panel {
  position: relative;
  align-self: center;
  min-height: min(76vh, 760px);
  border: 1px solid rgba(215, 170, 34, 0.28);
  background: linear-gradient(145deg, rgba(10, 10, 10, 0.78), rgba(36, 35, 31, 0.42));
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.52), inset 0 1px 0 rgba(255, 224, 130, 0.18);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.brand-panel::before,
.content-panel::before,
.gallery-panel::before,
.location-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(255, 224, 130, 0.38), transparent 22%, transparent 70%, rgba(215, 170, 34, 0.24)) border-box;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.magnetic {
  transform: perspective(900px) rotateX(calc(var(--ry, 0) * -0.45deg)) rotateY(calc(var(--rx, 0) * 0.45deg));
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.magnetic:hover,
.magnetic.touched {
  border-color: rgba(255, 224, 130, 0.72);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.66), 0 0 44px rgba(215, 170, 34, 0.2), inset 0 1px 0 rgba(255, 224, 130, 0.3);
}

.brand-panel {
  padding: clamp(20px, 3vw, 38px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.logo {
  width: min(100%, 440px);
  margin: 0 auto clamp(34px, 8vh, 92px);
  filter: drop-shadow(0 0 28px rgba(215, 170, 34, 0.36));
}

.kicker,
.slide-tag,
.gallery-head span {
  color: var(--hot);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: clamp(0.68rem, 0.95vw, 0.82rem);
}

.brand-panel .kicker {
  width: fit-content;
  margin: 0 auto 16px;
  padding: 8px 14px;
  border-inline: 1px solid rgba(255, 224, 130, 0.34);
  background: linear-gradient(90deg, transparent, rgba(215, 170, 34, 0.2), transparent);
  box-shadow: 0 0 26px rgba(215, 170, 34, 0.1);
  text-align: center;
}

h1 {
  margin: 0;
  text-align: center;
  font-size: clamp(3.4rem, 7.4vw, 7.4rem);
  line-height: 0.82;
  letter-spacing: 0;
  color: var(--gold);
  text-shadow: 0 0 18px rgba(215, 170, 34, 0.5), 0 3px 0 #2b2105;
}

.lead {
  width: fit-content;
  margin: 18px auto 26px;
  display: grid;
  gap: 4px;
  text-align: center;
  font-size: clamp(1.35rem, 2.8vw, 2.65rem);
  line-height: 1.04;
  font-weight: 800;
}

.lead span {
  display: block;
  min-width: min(300px, 72vw);
}

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

.action,
.gallery-nav button,
.dot {
  border: 1px solid var(--line);
  color: var(--ash);
  background: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  cursor: pointer;
}

.action {
  min-height: 46px;
  display: grid;
  place-items: center;
  padding: 0 12px;
  font-weight: 800;
  appearance: none;
  text-align: center;
  transition: transform 150ms ease, background 150ms ease, color 150ms ease, box-shadow 150ms ease;
}

.legal-open {
  width: 100%;
}

.action:hover,
.action:focus-visible {
  transform: translateY(-3px);
  background: rgba(215, 170, 34, 0.9);
  color: #090805;
  box-shadow: 0 0 24px rgba(215, 170, 34, 0.34);
  outline: none;
}

.content-panel {
  padding: clamp(18px, 2.6vw, 34px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 14px;
}

.artist-shot {
  position: relative;
  margin: 0;
  height: clamp(150px, 21vh, 230px);
  overflow: hidden;
  border: 1px solid rgba(255, 224, 130, 0.26);
  background: #0d0d0d;
}

.artist-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 34%;
  filter: contrast(1.08) saturate(1.02) brightness(0.9);
  transform: scale(1.03);
}

.artist-shot figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 10px;
  color: #fff4c7;
  background: rgba(0, 0, 0, 0.68);
  border: 1px solid rgba(255, 224, 130, 0.25);
  font-size: 0.84rem;
  font-weight: 800;
}

.copy-slider {
  position: relative;
  min-height: 318px;
  padding: clamp(16px, 2vw, 24px);
  border: 1px solid rgba(255, 224, 130, 0.2);
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.35), rgba(255, 224, 130, 0.06));
}

.copy-slide {
  position: absolute;
  inset: clamp(16px, 2vw, 24px);
  opacity: 0;
  transform: translateX(34px) scale(0.98);
  transition: opacity 260ms ease, transform 260ms ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.copy-slide.active {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.copy-slide p {
  margin: 14px 0 0;
  font-size: clamp(0.96rem, 1.18vw, 1.16rem);
  line-height: 1.5;
  color: rgba(246, 240, 222, 0.9);
}

.switch-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
  padding-top: 8px;
}

.dot {
  width: 52px;
  height: 6px;
  padding: 0;
  opacity: 0.72;
  transition: width 180ms ease, opacity 180ms ease, background 180ms ease;
}

.dot.active {
  width: 74px;
  opacity: 1;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(215, 170, 34, 0.7);
}

.gallery-panel {
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gallery-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.gallery-nav {
  display: flex;
  gap: 8px;
}

.gallery-nav button {
  width: 38px;
  height: 38px;
  font-size: 1.6rem;
  line-height: 1;
}

.gallery-nav button:hover {
  background: var(--gold);
  color: #090805;
}

.tattoo-card {
  position: relative;
  flex: 1;
  width: 100%;
  min-height: clamp(560px, 78vh, 820px);
  margin: 18px 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  color: inherit;
  cursor: zoom-in;
  background:
    radial-gradient(circle at 50% 36%, rgba(215, 170, 34, 0.24), transparent 44%),
    linear-gradient(145deg, rgba(13, 13, 13, 0.96), rgba(48, 46, 40, 0.62));
}

.tattoo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 224, 130, 0.22);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.62));
  pointer-events: none;
}

.tattoo-card::before {
  content: "";
  position: absolute;
  inset: -25%;
  z-index: 2;
  background: linear-gradient(115deg, transparent 42%, rgba(255, 224, 130, 0.36), transparent 58%);
  opacity: 0;
  transform: translateX(-42%) rotate(4deg);
  pointer-events: none;
}

.tattoo-card.switching::before {
  animation: tattooFlash 620ms ease-out;
}

@keyframes tattooFlash {
  0% {
    opacity: 0;
    transform: translateX(-48%) rotate(4deg);
  }
  34% {
    opacity: 0.82;
  }
  100% {
    opacity: 0;
    transform: translateX(48%) rotate(4deg);
  }
}

.tattoo-art {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  clip-path: inset(0 0 0 100%);
  transform: translateX(54px) rotate(2deg) scale(0.96);
  transition: opacity 480ms ease, transform 620ms cubic-bezier(0.2, 0.9, 0.2, 1), clip-path 620ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.tattoo-art.active {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translateX(0) rotate(0) scale(1);
}

.tattoo-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.07) saturate(0.98) brightness(0.86);
  transform: scale(1.05);
  transition: transform 680ms ease, filter 680ms ease;
}

.tattoo-card:hover .tattoo-art.active img,
.tattoo-card.touched .tattoo-art.active img,
.tattoo-card:focus-visible .tattoo-art.active img {
  filter: contrast(1.13) saturate(1.08) brightness(1);
  transform: scale(1.12);
}

.zoom-hint {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 8px 10px;
  border: 1px solid rgba(255, 224, 130, 0.38);
  color: #080705;
  background: rgba(255, 224, 130, 0.9);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-foot {
  display: grid;
  gap: 4px;
}

.gallery-foot span {
  color: rgba(246, 240, 222, 0.62);
  font-size: 0.82rem;
}

#tattooTitle {
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  color: var(--hot);
}

.afterglow {
  position: relative;
  z-index: 1;
  width: min(1260px, 100%);
  margin: 0 auto;
  padding: 0 clamp(18px, 3vw, 42px) clamp(36px, 6vw, 80px);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(14px, 2vw, 24px);
}

.location-panel,
.imprint-panel {
  min-height: auto;
  align-self: stretch;
  padding: clamp(20px, 3vw, 34px);
}

.location-panel h2,
.imprint-panel h2 {
  margin: 8px 0 12px;
  color: var(--gold);
  font-size: clamp(1.8rem, 4vw, 3.7rem);
  line-height: 0.95;
}

.location-panel p,
.imprint-panel p {
  max-width: 780px;
  margin: 0;
  color: rgba(246, 240, 222, 0.82);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.55;
}

.bottom-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.behind-scenes {
  position: relative;
  display: grid;
  gap: 5px;
  margin-top: 22px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 224, 130, 0.42);
  color: var(--ash);
  background:
    radial-gradient(circle at 100% 10%, rgba(255, 224, 130, 0.22), transparent 35%),
    linear-gradient(135deg, rgba(215, 170, 34, 0.16), rgba(0, 0, 0, 0.54));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 28px rgba(215, 170, 34, 0.13);
  text-decoration: none;
  overflow: hidden;
}

.behind-scenes::after {
  content: "";
  position: absolute;
  inset: -60% -25%;
  background: linear-gradient(110deg, transparent 42%, rgba(255, 224, 130, 0.36), transparent 58%);
  transform: translateX(-55%);
  transition: transform 520ms ease;
}

.behind-scenes:hover::after,
.behind-scenes:focus-visible::after {
  transform: translateX(55%);
}

.behind-scenes span,
.behind-scenes strong,
.behind-scenes em {
  position: relative;
  z-index: 1;
}

.behind-scenes span {
  color: var(--hot);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.behind-scenes strong {
  color: #fff4c7;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.05;
}

.behind-scenes em {
  color: rgba(246, 240, 222, 0.68);
  font-style: normal;
  font-weight: 800;
}

.support-box {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 224, 130, 0.34);
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 224, 130, 0.18), transparent 38%),
    linear-gradient(135deg, rgba(0, 0, 0, 0.62), rgba(55, 42, 12, 0.32));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 26px rgba(215, 170, 34, 0.1);
}

.support-box span {
  color: var(--hot);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.support-box strong {
  color: #fff4c7;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.1;
}

.support-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.support-actions a {
  min-height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 224, 130, 0.38);
  color: #080705;
  background: linear-gradient(135deg, var(--hot), var(--gold));
  text-decoration: none;
  font-weight: 950;
  box-shadow: 0 0 22px rgba(215, 170, 34, 0.18);
  transition: transform 150ms ease, filter 150ms ease, box-shadow 150ms ease;
}

.support-actions .pay-link {
  background:
    radial-gradient(circle at 20% 0%, #fff7c8, transparent 38%),
    linear-gradient(135deg, #ffe082, #d7aa22);
  box-shadow: 0 0 30px rgba(215, 170, 34, 0.28);
}

.support-actions a:hover,
.support-actions a:focus-visible {
  transform: translateY(-3px);
  filter: brightness(1.08);
  box-shadow: 0 0 30px rgba(215, 170, 34, 0.32);
  outline: none;
}

.fineprint {
  margin-top: 14px !important;
  color: rgba(246, 240, 222, 0.54) !important;
  font-size: 0.86rem !important;
}

.lightbox {
  width: min(94vw, 980px);
  max-height: 92vh;
  padding: 16px;
  border: 1px solid rgba(255, 224, 130, 0.5);
  background: rgba(0, 0, 0, 0.92);
  color: var(--hot);
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.82), 0 0 55px rgba(215, 170, 34, 0.22);
}

.legal-dialog {
  width: min(94vw, 960px);
  max-height: 88vh;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(255, 224, 130, 0.5);
  color: var(--ash);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 224, 130, 0.13), transparent 28rem),
    rgba(0, 0, 0, 0.94);
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.82), 0 0 55px rgba(215, 170, 34, 0.18);
}

.legal-dialog::backdrop {
  background: rgba(0, 0, 0, 0.84);
  backdrop-filter: blur(8px);
}

.legal-close {
  position: sticky;
  top: 0;
  float: right;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 224, 130, 0.5);
  color: #080705;
  background: var(--hot);
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
}

.legal-document {
  display: none;
  max-width: 820px;
  margin: 0 auto;
}

.legal-document.active {
  display: block;
}

.legal-document h2 {
  margin: 0 52px 18px 0;
  color: var(--gold);
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.95;
}

.legal-document h3,
.legal-document h4 {
  color: var(--hot);
}

.legal-document h3 {
  margin: 22px 0 8px;
  font-size: 1.05rem;
}

.legal-document h4 {
  margin: 16px 0 6px;
  font-size: 0.95rem;
}

.legal-document p,
.legal-document li {
  color: rgba(246, 240, 222, 0.86);
  font-size: 0.94rem;
  line-height: 1.58;
}

.legal-document ul {
  padding-left: 20px;
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(8px);
}

.lightbox img {
  display: block;
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: #070707;
}

.lightbox strong {
  display: block;
  margin-top: 12px;
  font-size: 1.1rem;
}

.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 224, 130, 0.5);
  color: #080705;
  background: var(--hot);
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: clamp(44px, 6vw, 64px);
  height: clamp(54px, 7vw, 76px);
  border: 1px solid rgba(255, 224, 130, 0.45);
  color: #080705;
  background: rgba(255, 224, 130, 0.86);
  cursor: pointer;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  transform: translateY(-50%);
  box-shadow: 0 0 28px rgba(215, 170, 34, 0.24);
}

.lightbox-prev {
  left: 14px;
}

.lightbox-next {
  right: 14px;
}

.lightbox-nav:hover,
.lightbox-nav:focus-visible,
.lightbox-close:hover,
.lightbox-close:focus-visible {
  background: var(--gold);
  outline: none;
}

@media (max-width: 1080px) {
  .crew-widget {
    top: 12px;
    bottom: auto;
    left: 12px;
    transform: none;
  }

  .crew-panel {
    left: 0;
    top: calc(100% + 10px);
    bottom: auto;
    width: min(390px, calc(100vw - 24px));
    transform: translateY(-10px) scale(0.97);
    transform-origin: left top;
  }

  .crew-widget.open .crew-panel {
    transform: translateY(0) scale(1);
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr 1fr;
  }

  .brand-panel {
    grid-column: 1 / -1;
    min-height: 48vh;
  }

  .content-panel,
  .gallery-panel {
    min-height: 440px;
  }

  .gallery-panel {
    grid-column: 1 / -1;
  }

  .tattoo-card {
    min-height: 68vh;
  }

  .afterglow {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 740px) {
  .site-shell {
    min-height: 100svh;
    padding-bottom: 70px;
  }

  .hero {
    min-height: 100svh;
    padding: 12px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .crew-toggle {
    width: 50px;
    height: 50px;
    font-size: 0.8rem;
  }

  .crew-panel {
    padding: 14px 12px;
  }

  .language-widget {
    top: 12px;
    right: 12px;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 7px;
  }

  .language-widget label {
    font-size: 0.58rem;
    text-align: center;
  }

  .language-widget select {
    min-height: 32px;
    width: 118px;
    font-size: 0.78rem;
  }

  .crew-panel a {
    padding: 10px 0;
  }

  .crew-panel strong {
    font-size: 0.82rem;
  }

  .crew-panel small {
    font-size: 0.74rem;
  }

  .consult-pop {
    left: auto;
    right: 10px;
    top: auto;
    bottom: 74px;
    max-width: min(235px, calc(100vw - 76px));
    padding: 9px 11px;
  }

  .consult-pop span {
    font-size: 0.78rem;
  }

  .consult-pop strong {
    font-size: 0.98rem;
  }

  .brand-panel,
  .content-panel,
  .gallery-panel {
    min-height: auto;
  }

  .brand-panel {
    padding: 16px;
  }

  .logo {
    width: min(92vw, 390px);
    margin-bottom: 24px;
  }

  .brand-panel .kicker {
    margin-inline: auto;
    margin-bottom: 13px;
    font-size: 0.66rem;
  }

  h1 {
    font-size: clamp(3rem, 18vw, 5.4rem);
  }

  .lead {
    margin: 14px auto 16px;
    font-size: clamp(1.28rem, 8vw, 2.25rem);
  }

  .lead span {
    min-width: min(260px, 78vw);
  }

  .content-panel {
    padding: 14px;
    gap: 10px;
  }

  .artist-shot {
    height: clamp(150px, 42vw, 190px);
  }

  .copy-slider {
    min-height: 340px;
    padding: 14px;
  }

  .copy-slide {
    inset: 14px;
  }

  .copy-slide p {
    font-size: 0.94rem;
    line-height: 1.4;
    margin-top: 10px;
  }

  .gallery-panel {
    min-height: 270px;
    padding: 14px;
  }

  .tattoo-card {
    min-height: min(68vh, 580px);
    margin: 12px 0;
  }

  .quick-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .action {
    min-height: 40px;
    padding: 0 6px;
    font-size: clamp(0.68rem, 2.8vw, 0.82rem);
  }

  .afterglow {
    padding: 0 12px 28px;
    gap: 12px;
  }

  .location-panel,
  .imprint-panel {
    padding: 18px;
  }

  .bottom-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-actions {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .payment-box {
    padding: 18px;
  }

  .support-actions .pay-link {
    min-height: 54px;
    font-size: 0.92rem;
  }

  .location-panel h2,
  .imprint-panel h2 {
    font-size: clamp(1.8rem, 12vw, 3.1rem);
  }

  .lightbox {
    width: 96vw;
    padding: 10px;
  }

  .lightbox img {
    max-height: 74vh;
  }

  .lightbox-prev {
    left: 8px;
  }

  .lightbox-next {
    right: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
