:root {
  --paper: #f3eee4;
  --paper-2: #e3dacb;
  --ink: #11110f;
  --ink-2: #2b2925;
  --muted: #6d665d;
  --gold: #c9a85d;
  --line: rgba(17, 17, 15, 0.14);
  --line-dark: rgba(245, 241, 232, 0.18);
  --max: 1660px;
  --header: 0px;
  --radius: 2px;
  --shadow: 0 30px 80px rgba(17, 17, 15, 0.16);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  min-width: 320px;
  overflow-x: hidden;
}

body::selection {
  background: var(--gold);
  color: var(--ink);
}

body::before {
  background:
    linear-gradient(90deg, rgba(17, 17, 15, 0.022) 1px, transparent 1px),
    linear-gradient(0deg, rgba(17, 17, 15, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: -3;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(60px, 9.4vw, 138px);
  line-height: 0.87;
  margin-bottom: 28px;
  max-width: 1040px;
}

h2 {
  font-size: clamp(44px, 6vw, 88px);
  line-height: 0.94;
  margin-bottom: 0;
  max-width: 780px;
}

h3 {
  font-size: 21px;
  line-height: 1.16;
  margin-bottom: 10px;
}

p {
  line-height: 1.65;
}

.header-action,
.button,
.hero-panel-actions a {
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-action,
.button,
.hero-panel-actions a {
  align-items: center;
  border: 1px solid currentColor;
  display: inline-flex;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.header-action:hover,
.button:hover,
.hero-panel-actions a:hover {
  box-shadow: 0 14px 30px rgba(17, 17, 15, 0.16);
  transform: translateY(-2px);
}

.hero-section {
  color: var(--paper);
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(44px, 6vw, 84px) clamp(20px, 5vw, 72px) clamp(44px, 6vw, 84px);
  place-content: center;
  position: relative;
}

.hero-section > *:not(.hero-media) {
  max-width: var(--max);
  width: 100%;
}

.hero-media {
  inset: 0;
  position: absolute;
  z-index: -2;
}

.hero-media img {
  animation: hero-breathe 18s ease-in-out infinite alternate;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  width: 100%;
}

.hero-vignette {
  background:
    linear-gradient(90deg, rgba(12, 11, 10, 0.84), rgba(12, 11, 10, 0.2) 58%, rgba(12, 11, 10, 0.48)),
    linear-gradient(0deg, rgba(12, 11, 10, 0.68), rgba(12, 11, 10, 0.02) 54%);
  inset: 0;
  position: absolute;
}

.hero-content {
  animation: hero-rise 900ms var(--ease-out) 120ms both;
  padding-top: 18px;
}

.eyebrow,
.section-kicker,
.panel-label {
  color: var(--gold);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.hero-copy {
  color: rgba(245, 241, 232, 0.82);
  font-size: clamp(18px, 1.7vw, 24px);
  margin-bottom: 0;
  max-width: 640px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button.primary {
  background: var(--paper);
  color: var(--ink);
}

.button.primary:hover {
  background: var(--gold);
  color: var(--ink);
}

.button.ghost {
  color: var(--paper);
}

.button.ghost:hover {
  background: var(--paper);
  color: var(--ink);
}

.button.dark {
  color: var(--ink);
}

.button.dark:hover {
  background: var(--ink);
  color: var(--paper);
}

.button:disabled {
  background: rgba(17, 17, 15, 0.08);
  color: var(--muted);
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
}

.hero-panel {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(17, 17, 15, 0.64);
  border: 1px solid var(--line-dark);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 28px;
}

.hero-panel .panel-label {
  margin-bottom: 7px;
}

.hero-panel strong {
  color: var(--paper);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 0.98;
}

.hero-panel-actions {
  display: flex;
  gap: 10px;
}

.hero-panel-actions a {
  color: var(--paper);
  min-width: 128px;
}

.hero-panel-actions a:hover {
  background: var(--paper);
  color: var(--ink);
}

.section,
.booking-section {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: var(--max);
  padding: 124px clamp(20px, 5vw, 72px);
  width: 100%;
}

.artist-intro {
  padding-bottom: 112px;
}

.artist-layout {
  align-items: stretch;
  display: grid;
  gap: clamp(32px, 5vw, 80px);
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1fr);
}

.artist-photo {
  aspect-ratio: 4 / 5;
  background: var(--ink);
  border: 1px solid var(--line);
  margin: 0;
  min-height: 520px;
  overflow: hidden;
}

.artist-photo img {
  filter: grayscale(0.18) contrast(1.04);
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  transition:
    filter 320ms ease,
    transform 700ms var(--ease-out);
  width: 100%;
}

.artist-photo:hover img {
  filter: grayscale(0) contrast(1.06);
  transform: scale(1.035);
}

.artist-copy {
  align-content: center;
  display: grid;
}

.artist-copy > span {
  color: var(--gold);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.split-layout {
  display: grid;
  gap: clamp(48px, 8vw, 120px);
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
}

.intro-copy {
  color: var(--ink-2);
  font-size: 20px;
  padding-top: 32px;
}

.artist-highlights {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 72px;
}

.artist-highlights article {
  background: transparent;
  border: 1px solid var(--line);
  min-height: 210px;
  padding: 30px;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    transform 260ms var(--ease-out);
}

.artist-highlights article:hover {
  background: rgba(255, 253, 247, 0.46);
  border-color: rgba(17, 17, 15, 0.22);
  transform: translateY(-4px);
}

.artist-highlights span {
  color: var(--gold);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.artist-highlights p {
  color: var(--ink-2);
  font-size: 18px;
  margin-bottom: 0;
}

.intro-copy p:last-child,
.booking-panel p:last-child,
.work-card p:last-child,
.process-item p:last-child {
  margin-bottom: 0;
}

.section-heading {
  display: grid;
  gap: 18px;
  margin-bottom: 54px;
}

.portfolio-section {
  padding-top: 64px;
  scroll-margin-top: 24px;
}

.portfolio-section .section-heading {
  margin-bottom: 28px;
}

.portfolio-section h2 {
  font-size: clamp(38px, 4vw, 58px);
  max-width: 700px;
}

.portfolio-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-width: 0;
}

.work-card {
  align-items: end;
  aspect-ratio: 16 / 12;
  background: var(--ink);
  border: 1px solid var(--line);
  color: var(--paper);
  contain: paint;
  display: grid;
  isolation: isolate;
  min-width: 0;
  height: auto;
  min-height: 0;
  overflow: hidden;
  padding: clamp(14px, 1.6vw, 22px);
  position: relative;
  transition:
    border-color 220ms ease,
    transform 300ms var(--ease-out);
}

.work-card::before {
  background:
    linear-gradient(180deg, rgba(17, 17, 15, 0.06), rgba(17, 17, 15, 0.82)),
    linear-gradient(90deg, rgba(17, 17, 15, 0.7), rgba(17, 17, 15, 0.04));
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.work-card img {
  filter: grayscale(1) contrast(1.04);
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.74;
  position: absolute;
  transition:
    opacity 220ms ease,
    transform 360ms ease;
  width: 100%;
  z-index: -2;
}

.work-card:hover img {
  opacity: 0.88;
  transform: scale(1.05);
}

.work-card:hover {
  border-color: rgba(201, 168, 93, 0.5);
  transform: translateY(-5px);
}

.work-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.2vw, 36px);
  line-height: 1;
  margin-bottom: 8px;
  max-width: 540px;
}

.work-card p {
  color: rgba(245, 241, 232, 0.78);
  font-size: 13px;
  line-height: 1.35;
  max-width: 500px;
}

.work-card-content {
  position: relative;
  z-index: 1;
}

.gallery-section {
  padding-top: 72px;
}

.gallery-section h2 {
  max-width: 780px;
}

.gallery-instagram-link {
  align-items: center;
  background: rgba(255, 253, 247, 0.78);
  border: 1px solid var(--line);
  border-top: 0;
  box-shadow: 0 20px 58px rgba(17, 17, 15, 0.08);
  color: var(--ink);
  display: grid;
  gap: clamp(14px, 2vw, 24px);
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin-top: 0;
  padding: clamp(16px, 2.2vw, 28px);
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
  width: 100%;
}

.gallery-instagram-link img {
  border: 1px solid rgba(17, 17, 15, 0.18);
  height: clamp(70px, 8vw, 104px);
  object-fit: cover;
  width: clamp(70px, 8vw, 104px);
}

.gallery-instagram-link span {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.gallery-instagram-link small {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.gallery-instagram-link strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4.8vw, 72px);
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: none;
}

.gallery-instagram-link b {
  align-items: center;
  border: 1px solid currentColor;
  color: var(--gold);
  display: inline-flex;
  font-size: 24px;
  font-style: normal;
  height: 56px;
  justify-content: center;
  line-height: 1;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
  width: 56px;
}

.gallery-instagram-link:hover {
  background: rgba(255, 253, 247, 0.96);
  border-color: rgba(17, 17, 15, 0.24);
  transform: translateY(-2px);
}

.gallery-instagram-link:hover b {
  background: var(--ink);
  color: var(--paper);
  transform: translate(2px, -2px);
}

.tattoo-gallery {
  display: grid;
  background: rgba(17, 17, 15, 0.05);
  border: 1px solid var(--line);
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 10px;
}

.tattoo-gallery figure {
  aspect-ratio: 4 / 5;
  background: var(--ink);
  margin: 0;
  overflow: hidden;
  transition:
    box-shadow 260ms ease,
    transform 300ms var(--ease-out);
}

.gallery-open {
  background: transparent;
  border: 0;
  cursor: zoom-in;
  display: block;
  height: 100%;
  padding: 0;
  width: 100%;
}

.tattoo-gallery img {
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
  width: 100%;
}

.tattoo-gallery figure:hover img {
  transform: scale(1.04);
}

.tattoo-gallery figure:hover {
  box-shadow: 0 18px 38px rgba(17, 17, 15, 0.24);
  transform: translateY(-5px);
  z-index: 1;
}

.lightbox-open {
  overflow: hidden;
}

.lightbox {
  align-items: center;
  backdrop-filter: blur(8px);
  background: rgba(10, 10, 9, 0.94);
  display: grid;
  gap: clamp(12px, 2vw, 26px);
  grid-template-columns: auto minmax(0, 1fr) auto;
  inset: 0;
  padding: clamp(58px, 7vw, 72px) clamp(14px, 4vw, 46px) clamp(20px, 3vw, 34px);
  position: fixed;
  z-index: 50;
}

.lightbox[hidden] {
  display: none;
}

.lightbox-image-frame {
  align-items: center;
  display: grid;
  gap: 16px;
  height: 100%;
  justify-items: center;
  margin: 0;
  min-height: 0;
}

.lightbox-image-frame img {
  animation: lightbox-enter 300ms var(--ease-out);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.42);
  max-height: calc(100svh - 130px);
  max-width: 100%;
  object-fit: contain;
}

.lightbox-image-frame figcaption {
  align-items: baseline;
  color: var(--paper);
  display: flex;
  font-size: 15px;
  gap: 22px;
  justify-content: center;
}

.lightbox-image-frame small {
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.lightbox-close,
.lightbox-navigation {
  align-items: center;
  background: rgba(245, 241, 232, 0.04);
  border: 1px solid rgba(245, 241, 232, 0.3);
  color: var(--paper);
  cursor: pointer;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 220ms var(--ease-out);
  width: 54px;
}

.lightbox-navigation span {
  font-size: 25px;
  line-height: 1;
}

.lightbox-close {
  position: absolute;
  right: clamp(14px, 4vw, 46px);
  top: clamp(14px, 3vw, 26px);
}

.lightbox-close span,
.lightbox-close span::after {
  background: currentColor;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transform: rotate(45deg);
  width: 19px;
}

.lightbox-close span::after {
  transform: rotate(90deg);
}

.lightbox-close:hover,
.lightbox-navigation:hover {
  background: var(--paper);
  border-color: var(--paper);
  color: var(--ink);
  transform: translateY(-2px);
}

.gallery-open:focus-visible,
.lightbox-close:focus-visible,
.lightbox-navigation:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

@keyframes lightbox-enter {
  from {
    opacity: 0;
    transform: scale(0.98);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.process-section {
  background: var(--ink);
  color: var(--paper);
  margin-top: 36px;
  max-width: none;
}

.process-section > * {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max);
}

.process-section .section-kicker {
  color: var(--gold);
}

.process-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 48px;
}

.process-item {
  background: rgba(245, 241, 232, 0.06);
  border: 1px solid var(--line-dark);
  min-height: 300px;
  padding: 34px;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    transform 300ms var(--ease-out);
}

.process-item:hover {
  background: rgba(245, 241, 232, 0.09);
  border-color: rgba(201, 168, 93, 0.42);
  transform: translateY(-5px);
}

.process-item span {
  color: var(--gold);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 68px;
  line-height: 1;
  margin-bottom: 24px;
}

.process-item p {
  color: rgba(245, 241, 232, 0.7);
}

.pricing-section {
  display: grid;
  gap: clamp(38px, 6vw, 86px);
  grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.2fr);
  padding-bottom: 88px;
  padding-top: 112px;
}

.pricing-heading h2 {
  font-size: clamp(42px, 4.7vw, 72px);
}

.pricing-heading p {
  color: var(--muted);
  font-size: 18px;
  margin: 28px 0 0;
  max-width: 500px;
}

.pricing-list {
  border-top: 1px solid var(--line);
  display: grid;
}

.pricing-item {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(21px, 2.4vw, 30px) 0;
  transition:
    border-color 220ms ease,
    transform 260ms var(--ease-out);
}

.pricing-item:hover {
  border-color: rgba(201, 168, 93, 0.62);
  transform: translateX(5px);
}

.pricing-item h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2vw, 34px);
  line-height: 1.05;
  margin: 0 0 6px;
}

.pricing-item p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.3;
  margin: 0;
}

.pricing-item strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.2vw, 36px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.pricing-item small {
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  grid-column: 1 / -1;
  letter-spacing: 0.08em;
  margin-top: -8px;
  text-transform: uppercase;
}

.booking-section {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 1.14fr);
  padding-bottom: 72px;
  padding-top: 120px;
}

.booking-panel,
.booking-form {
  background: rgba(255, 253, 247, 0.7);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  min-width: 0;
  padding: clamp(30px, 4vw, 52px);
}

.booking-panel p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.35;
  margin: 22px 0 28px;
  max-width: 440px;
}

.booking-link {
  border-bottom: 1px solid currentColor;
  color: var(--ink);
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.booking-link:hover {
  color: var(--gold);
}

.booking-form {
  display: grid;
  gap: 12px 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  scroll-margin-top: 24px;
}

.booking-form .field-full,
.booking-form button,
.booking-privacy-note {
  grid-column: 1 / -1;
}

.booking-form label {
  align-content: start;
  color: var(--ink-2);
  display: grid;
  font-size: 12px;
  font-weight: 850;
  gap: 7px;
  letter-spacing: 0.08em;
  min-width: 0;
  text-transform: uppercase;
}

.booking-form input,
.booking-form textarea,
.booking-form select {
  background: rgba(245, 241, 232, 0.86);
  border: 1px solid rgba(17, 17, 15, 0.22);
  border-radius: var(--radius);
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  max-width: 100%;
  min-height: 42px;
  min-width: 0;
  padding: 10px 12px;
  width: 100%;
}

.booking-form input:not([type="file"]),
.booking-form select {
  min-height: 65px;
}

.booking-form input:focus,
.booking-form textarea:focus,
.booking-form select:focus {
  border-color: var(--ink);
  outline: 2px solid rgba(201, 168, 93, 0.36);
}

.booking-form .upload-field {
  cursor: pointer;
}

.upload-group {
  border: 0;
  display: grid;
  gap: 12px;
  margin: 0;
  min-width: 0;
  padding: 0;
}

.upload-group legend {
  color: var(--ink-2);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  padding: 0;
  text-transform: uppercase;
}

.upload-group > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  margin: -4px 0 0;
}

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

.booking-form .upload-field input[type="file"] {
  height: 1px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.file-control {
  align-items: center;
  background: rgba(245, 241, 232, 0.86);
  border: 1px solid rgba(17, 17, 15, 0.22);
  border-radius: var(--radius);
  color: var(--ink);
  display: flex;
  gap: 14px;
  min-height: 58px;
  min-width: 0;
  padding: 12px;
  transition:
    border-color 180ms ease,
    transform 220ms var(--ease-out);
  width: 100%;
}

.upload-field:hover .file-control {
  border-color: rgba(17, 17, 15, 0.42);
  transform: translateY(-1px);
}

.upload-field:focus-within .file-control {
  border-color: var(--ink);
  outline: 2px solid rgba(201, 168, 93, 0.36);
}

.file-button {
  background: var(--ink);
  border: 0;
  border-radius: 4px;
  color: var(--paper);
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  min-width: 82px;
  padding: 10px 15px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
}

.file-name {
  color: var(--ink);
  font-size: 15px;
  font-weight: 750;
  letter-spacing: 0;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}

.upload-status {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
}

.upload-status.is-error {
  color: #9f2f23;
}

.booking-form textarea {
  min-height: 92px;
  resize: vertical;
}

.booking-privacy-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.faq-section {
  padding-top: 64px;
}

.privacy-section {
  padding-top: 64px;
}

.faq-list,
.privacy-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.faq-list article,
.privacy-list article {
  border-bottom: 1px solid var(--line);
  transition:
    background 220ms ease,
    border-color 220ms ease;
}

.faq-list article:hover,
.privacy-list article:hover {
  background: rgba(255, 253, 247, 0.34);
  border-color: rgba(17, 17, 15, 0.2);
}

.faq-list button,
.privacy-list button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 30px 0;
  text-align: left;
  width: 100%;
}

.faq-list h3,
.privacy-list h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1;
  margin: 0;
}

.faq-list button span,
.privacy-list button span {
  align-items: center;
  border: 1px solid currentColor;
  color: var(--gold);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  position: relative;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
  width: 42px;
}

.faq-list button:hover span,
.privacy-list button:hover span {
  transform: scale(1.06);
}

.faq-list button span::before,
.faq-list button span::after,
.privacy-list button span::before,
.privacy-list button span::after {
  background: currentColor;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
  width: 14px;
}

.faq-list button span::after,
.privacy-list button span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list article.is-open button span,
.privacy-list article.is-open button span {
  background: var(--ink);
  color: var(--paper);
}

.faq-list article.is-open button span::after,
.privacy-list article.is-open button span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-list article > div,
.privacy-list article > div {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    height 360ms var(--ease-out),
    opacity 240ms ease,
    transform 360ms var(--ease-out);
  transform: translateY(-8px);
  will-change: height, opacity, transform;
}

.faq-list article.is-open > div,
.privacy-list article.is-open > div {
  opacity: 1;
  transform: translateY(0);
}

.faq-list p,
.privacy-list p {
  box-sizing: border-box;
  color: var(--muted);
  font-size: 18px;
  margin: 0;
  max-width: 820px;
  min-height: 0;
  padding: 0 0 30px;
}

.hidden {
  display: none;
}

.site-footer {
  align-items: center;
  background: var(--ink);
  color: rgba(245, 241, 232, 0.76);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(320px, 1fr) minmax(260px, 0.9fr);
  justify-content: space-between;
  padding: 22px clamp(16px, 4vw, 42px);
}

.site-footer a {
  color: var(--gold);
  font-weight: 800;
  transition:
    color 180ms ease,
    transform 220ms var(--ease-out);
}

.site-footer a:hover {
  color: var(--paper);
  transform: translateX(-3px);
}

.footer-contact {
  display: grid;
  gap: 7px;
}

.footer-contact {
  color: rgba(245, 241, 232, 0.72);
  font-style: normal;
  justify-items: start;
  text-align: left;
}

.footer-hours {
  display: grid;
  gap: 8px;
  justify-self: end;
  max-width: 420px;
  min-width: 260px;
}

.footer-hours h2 {
  color: var(--gold);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.footer-hours dl {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
  margin: 0;
}

.footer-hours div {
  align-items: baseline;
  display: inline-flex;
  gap: 5px;
}

.footer-hours dt,
.footer-hours dd {
  margin: 0;
}

.footer-hours dd {
  color: var(--gold);
  font-weight: 800;
}

.success-page {
  background: var(--ink);
  color: var(--paper);
}

.success-shell {
  align-items: center;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(18px, 4vw, 56px);
  position: relative;
}

.success-media {
  inset: 0;
  position: absolute;
  z-index: -2;
}

.success-media img {
  animation: hero-breathe 18s ease-in-out infinite alternate;
  filter: grayscale(0.5) contrast(1.08);
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  transform: scale(1.02);
  width: 100%;
}

.success-shell::before {
  background:
    linear-gradient(90deg, rgba(12, 11, 10, 0.9), rgba(12, 11, 10, 0.48)),
    linear-gradient(0deg, rgba(12, 11, 10, 0.84), rgba(12, 11, 10, 0.18));
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.success-card {
  animation: hero-rise 900ms var(--ease-out) 120ms both;
  max-width: 980px;
  width: min(100%, 980px);
}

.success-logo {
  border: 1px solid rgba(245, 241, 232, 0.28);
  height: 82px;
  margin-bottom: 30px;
  object-fit: cover;
  width: 82px;
}

.success-card h1 {
  font-size: clamp(54px, 8vw, 116px);
  max-width: 920px;
}

.success-card > p {
  color: rgba(245, 241, 232, 0.78);
  font-size: clamp(18px, 1.8vw, 24px);
  max-width: 690px;
}

.success-steps {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(28px, 5vw, 54px) 0 30px;
}

.success-steps article {
  background: rgba(245, 241, 232, 0.08);
  border: 1px solid var(--line-dark);
  min-height: 180px;
  padding: clamp(18px, 2.4vw, 26px);
  transition:
    background 220ms ease,
    border-color 220ms ease,
    transform 300ms var(--ease-out);
}

.success-steps article:hover {
  background: rgba(245, 241, 232, 0.12);
  border-color: rgba(201, 168, 93, 0.42);
  transform: translateY(-4px);
}

.success-steps span {
  color: var(--gold);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 18px;
}

.success-steps p {
  color: rgba(245, 241, 232, 0.74);
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 700ms var(--ease-out),
    transform 700ms var(--ease-out);
  transition-delay: var(--delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-breathe {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.08) translate3d(-1.4%, -1%, 0);
  }
}

@media (max-width: 980px) {
  .hero-section {
    min-height: 860px;
  }

  .split-layout,
  .artist-layout,
  .artist-highlights,
  .process-list,
  .pricing-section,
  .booking-section,
  .booking-form {
    grid-template-columns: 1fr;
  }

  .artist-photo {
    aspect-ratio: 16 / 11;
    min-height: 0;
  }

  .tattoo-gallery {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .portfolio-grid {
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .intro-copy {
    padding-top: 0;
  }

  .work-card {
    aspect-ratio: 16 / 11;
    min-height: 0;
    padding: 14px;
  }

  .work-card h3 {
    font-size: clamp(17px, 3.2vw, 28px);
  }

  .work-card p {
    display: none;
  }

  .process-item {
    min-height: 0;
  }

  .pricing-section {
    gap: 34px;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: clamp(52px, 15vw, 72px);
  }

  h2,
  .portfolio-section h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .hero-section {
    min-height: 780px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 46px;
  }

  .hero-copy {
    font-size: 19px;
  }

  .artist-copy > span {
    font-size: 11px;
  }

  .artist-photo {
    aspect-ratio: 4 / 5;
  }

  .hero-actions,
  .hero-panel-actions {
    display: grid;
    width: 100%;
  }

  .button,
  .hero-panel-actions a {
    width: 100%;
  }

  .section,
  .booking-section {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .portfolio-section {
    padding-top: 92px;
  }

  .pricing-item {
    align-items: start;
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .pricing-item small {
    margin-top: 0;
  }

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

  .gallery-instagram-link {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .gallery-instagram-link img {
    height: 58px;
    width: 58px;
  }

  .gallery-instagram-link small {
    font-size: 9px;
  }

  .gallery-instagram-link strong {
    font-size: clamp(28px, 9vw, 42px);
  }

  .gallery-instagram-link b {
    display: none;
  }

  .lightbox {
    gap: 8px;
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    padding: 64px 8px 18px;
  }

  .lightbox-close,
  .lightbox-navigation {
    height: 44px;
    width: 44px;
  }

  .lightbox-image-frame img {
    max-height: calc(100svh - 138px);
  }

  .lightbox-image-frame figcaption {
    align-items: center;
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }

  .portfolio-grid {
    gap: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .work-card {
    aspect-ratio: 16 / 11;
    min-height: 0;
    padding: 8px;
  }

  .work-card h3 {
    font-size: 11px;
    line-height: 1;
    margin-bottom: 0;
  }

  .work-card p {
    display: none;
  }

  .booking-panel,
  .booking-form {
    padding: 18px;
  }

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

  .faq-list button,
  .privacy-list button {
    padding: 24px 0;
  }

  .faq-list p,
  .privacy-list p {
    font-size: 16px;
  }

  .site-footer {
    align-items: start;
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .success-steps {
    grid-template-columns: 1fr;
  }

  .footer-contact {
    justify-items: start;
    text-align: left;
  }

  .footer-hours {
    justify-self: stretch;
    min-width: 0;
    width: 100%;
  }

  .success-shell {
    align-items: start;
  }

  .success-logo {
    height: 68px;
    width: 68px;
  }

  .success-actions {
    display: grid;
  }
}

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