:root {
  --ink: #161019;
  --ink-2: #211623;
  --night: #12263f;
  --wine: #8d3158;
  --plum: #5d415e;
  --copper: #a65f36;
  --gold: #c49145;
  --moss: #526b62;
  --paper: #efe5d4;
  --paper-2: #f8f0e2;
  --bone: #fff9ec;
  --muted: rgba(22, 16, 25, 0.68);
  --muted-light: rgba(255, 249, 236, 0.72);
  --line: rgba(22, 16, 25, 0.16);
  --line-light: rgba(255, 249, 236, 0.24);
  --shadow: 0 34px 95px rgba(10, 7, 12, 0.36);
  --shadow-art: 34px 44px 95px rgba(8, 6, 8, 0.54);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: rgba(196, 145, 69, 0.9) rgba(22, 16, 25, 0.92);
  scrollbar-gutter: stable;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background:
    linear-gradient(180deg, rgba(22, 16, 25, 0.96), rgba(33, 22, 35, 0.96)),
    repeating-linear-gradient(0deg, rgba(255, 249, 236, 0.05) 0 1px, transparent 1px 18px);
  border-left: 1px solid rgba(255, 249, 236, 0.1);
}

::-webkit-scrollbar-thumb {
  min-height: 72px;
  border: 3px solid transparent;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 249, 236, 0.22), transparent 30%) padding-box,
    linear-gradient(180deg, var(--gold), var(--copper) 58%, var(--wine)) border-box;
}

::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, rgba(255, 249, 236, 0.32), transparent 30%) padding-box,
    linear-gradient(180deg, #d4a763, var(--gold) 54%, var(--wine)) border-box;
}

::-webkit-scrollbar-corner {
  background: var(--ink);
}

body {
  position: relative;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(248, 240, 226, 0.94), rgba(239, 229, 212, 0.98)),
    repeating-linear-gradient(90deg, rgba(22, 16, 25, 0.028) 0 1px, transparent 1px 18px);
  font-family: Optima, "Avenir Next", Avenir, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(115deg, rgba(141, 49, 88, 0.05) 0 2px, transparent 2px 34px),
    repeating-linear-gradient(0deg, rgba(18, 38, 63, 0.035) 0 1px, transparent 1px 21px);
  opacity: 0.75;
}

body.is-photo-open {
  overflow: hidden;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  letter-spacing: 0;
}

img {
  max-width: 100%;
}

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

h1,
h2,
h3,
.hero-panel strong,
.statement p {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

h1 {
  margin-bottom: 24px;
  color: var(--bone);
  font-size: 8.8rem;
  line-height: 0.82;
}

h2 {
  margin-bottom: 0;
  font-size: 4.9rem;
  line-height: 0.94;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.75rem;
  line-height: 1.08;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 18px clamp(18px, 4vw, 58px);
  color: var(--bone);
  transition:
    background 220ms ease,
    color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.site-header.is-scrolled,
.interior .site-header {
  color: var(--ink);
  background: rgba(248, 240, 226, 0.88);
  border-bottom: 1px solid rgba(22, 16, 25, 0.12);
  box-shadow: 0 16px 50px rgba(22, 16, 25, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  min-width: 0;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: 1.59rem;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  overflow: visible;
  color: currentColor;
  background: transparent;
  padding: 0;
}

.site-header.is-scrolled .brand-mark,
.interior .brand-mark {
  background: transparent;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  filter: none;
  object-fit: contain;
  transition: filter 220ms ease;
}

.site-header.is-scrolled .brand-mark img,
.interior .brand-mark img {
  filter: brightness(0);
}

.site-nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(14px, 2vw, 26px);
  min-width: 0;
  padding: 0;
}

.site-header.is-scrolled .site-nav,
.interior .site-nav {
  color: var(--ink);
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 0;
  color: inherit;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  transition: color 180ms ease, opacity 180ms ease;
}

.site-nav a::before {
  display: none;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: left center;
  transition: opacity 180ms ease, transform 220ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--gold);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  opacity: 0.85;
  transform: scaleX(1);
}

.site-header.is-scrolled .site-nav a:hover,
.site-header.is-scrolled .site-nav a:focus-visible,
.interior .site-nav a:hover,
.interior .site-nav a:focus-visible {
  color: var(--wine);
}

.site-nav a:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 3px;
}

.site-nav .site-nav-instagram {
  justify-content: center;
  width: 30px;
  min-width: 30px;
  padding-right: 0;
  padding-left: 0;
}

.site-nav .site-nav-instagram::after {
  content: none;
}

.site-nav .site-nav-instagram svg {
  display: block;
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.menu-toggle {
  display: none;
  position: relative;
  appearance: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  color: inherit;
  background: transparent;
  box-shadow: inset 0 0 0 1px currentColor;
  cursor: pointer;
  transition: background 180ms ease, opacity 180ms ease;
}

.site-header.is-scrolled .menu-toggle,
.interior .menu-toggle {
  background: transparent;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  background: rgba(255, 249, 236, 0.12);
  opacity: 0.9;
}

.menu-toggle:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.menu-toggle span {
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  width: 20px;
  height: 1px;
  background: currentColor;
  transform-origin: center;
  transition: transform 220ms ease, opacity 180ms ease;
}

.menu-toggle span:nth-child(1) {
  transform: translateY(-6px);
}

.menu-toggle span:nth-child(2) {
  opacity: 0.72;
  transform: translateY(0);
}

.menu-toggle span:nth-child(3) {
  transform: translateY(6px);
}

.site-footer {
  display: grid;
  place-items: center;
  padding: clamp(22px, 4vw, 36px) clamp(18px, 5vw, 76px);
  color: rgba(22, 16, 25, 0.58);
  border-top: 1px solid rgba(22, 16, 25, 0.1);
  background:
    linear-gradient(180deg, rgba(248, 240, 226, 0.76), rgba(239, 229, 212, 0.78)),
    repeating-linear-gradient(90deg, rgba(22, 16, 25, 0.022) 0 1px, transparent 1px 18px);
}

.site-footer p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.4;
  text-align: center;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 118px clamp(18px, 5vw, 76px) 58px;
  color: var(--bone);
  background: var(--ink);
}

.hero-image,
.hero-shade,
.hero-grain {
  position: absolute;
  inset: 0;
}

.hero-image {
  z-index: -4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.03) brightness(0.96);
  transform: scale(1.03);
}

.hero-shade {
  z-index: -3;
  background:
    linear-gradient(180deg, rgba(12, 8, 14, 0.48), rgba(20, 13, 22, 0.22) 44%, rgba(15, 11, 18, 0.72)),
    linear-gradient(110deg, rgba(16, 10, 17, 0.66) 0%, rgba(80, 39, 72, 0.34) 45%, rgba(18, 38, 63, 0.38) 100%),
    linear-gradient(12deg, rgba(141, 49, 88, 0.2), transparent 38%, rgba(196, 145, 69, 0.12));
}

.hero-grain {
  z-index: -2;
  background:
    repeating-linear-gradient(90deg, rgba(255, 249, 236, 0.045) 0 1px, transparent 1px 13px),
    repeating-linear-gradient(0deg, rgba(255, 249, 236, 0.032) 0 1px, transparent 1px 17px);
  mix-blend-mode: overlay;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.74fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.hero-content {
  min-width: 0;
  max-width: 780px;
}

.hero-content h1,
.hero-content .eyebrow,
.hero-copy {
  text-shadow: 0 14px 34px rgba(10, 7, 12, 0.58);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.hero-copy {
  min-width: 0;
  max-width: 100%;
  margin-bottom: 0;
  color: rgba(255, 249, 236, 0.8);
  font-size: 1.55rem;
  line-height: 1.35;
}

.hero-copy p {
  margin: 0;
}

.hero-copy p + p {
  margin-top: 0.78em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 18px;
  border: 1px solid currentColor;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.button:hover,
.work-card:hover {
  transform: translateY(-3px);
}

.button.primary {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 16px 38px rgba(196, 145, 69, 0.22);
}

.button.primary:hover {
  color: var(--bone);
  background: var(--wine);
  border-color: var(--wine);
}

.button.secondary {
  color: var(--bone);
  background: rgba(255, 249, 236, 0.06);
  border-color: rgba(255, 249, 236, 0.44);
}

.button.secondary:hover {
  color: var(--ink);
  background: var(--bone);
  border-color: var(--bone);
}

.hero-artwork {
  position: relative;
  justify-self: end;
  width: min(470px, 100%);
  margin: 0;
  padding: 0;
}

.hero-artwork img {
  position: relative;
  display: block;
  width: 100%;
  max-height: 76svh;
  object-fit: contain;
  filter: drop-shadow(var(--shadow-art));
  transform: none;
}

.hero-panel {
  position: absolute;
  z-index: 3;
  left: clamp(18px, 5vw, 76px);
  bottom: 24px;
  display: grid;
  gap: 6px;
  width: min(430px, calc(100% - 36px));
  padding: 16px 18px;
  border: 1px solid rgba(255, 249, 236, 0.22);
  border-left: 4px solid var(--gold);
  background: rgba(22, 16, 25, 0.66);
  backdrop-filter: blur(18px);
}

.hero-panel span {
  color: rgba(255, 249, 236, 0.58);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-panel strong {
  color: var(--bone);
  font-size: 1.35rem;
  line-height: 1.15;
}

.section {
  padding: clamp(76px, 9vw, 136px) clamp(18px, 5vw, 76px);
}

.intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(300px, 1fr);
  gap: clamp(30px, 6vw, 92px);
  align-items: end;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(248, 240, 226, 0.96), rgba(239, 229, 212, 0.98)),
    repeating-linear-gradient(90deg, rgba(22, 16, 25, 0.032) 0 1px, transparent 1px 18px);
}

.intro::after {
  content: "";
  position: absolute;
  right: clamp(18px, 5vw, 76px);
  bottom: 0;
  width: min(520px, 42vw);
  height: 38%;
  background:
    linear-gradient(115deg, rgba(141, 49, 88, 0.12), transparent 58%),
    repeating-linear-gradient(90deg, rgba(22, 16, 25, 0.08) 0 1px, transparent 1px 18px);
  clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
}

.intro > p,
.commission-copy p,
.contact-inner p,
.section-head > p {
  color: var(--muted);
  font-size: 1.32rem;
  line-height: 1.58;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.section-head > div {
  max-width: 780px;
}

.section-head > p {
  max-width: 620px;
  margin-bottom: 0;
}

.about-light {
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 1fr);
  align-items: center;
}

.about-light > * {
  position: relative;
  z-index: 1;
}

.about-portrait {
  margin: 0;
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  background: rgba(255, 249, 236, 0.58);
  box-shadow: 0 24px 70px rgba(22, 16, 25, 0.12);
}

.about-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  filter: contrast(1.08);
}

.about-copy {
  max-width: 760px;
}

.about-logo {
  display: flex;
  justify-content: center;
  margin: 0 0 22px;
}

.about-logo img {
  display: block;
  width: 147px;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  filter: brightness(0);
}

.about-copy h2 {
  margin-bottom: 24px;
  color: var(--ink);
  font-size: 4.2rem;
}

.about-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.72;
}

.about-copy p:last-child {
  margin-bottom: 0;
}

.statement p,
.contact h2 {
  color: inherit;
}

.works-section {
  background:
    linear-gradient(180deg, rgba(248, 240, 226, 0.94), rgba(239, 229, 212, 0.98)),
    repeating-linear-gradient(90deg, rgba(22, 16, 25, 0.035) 0 1px, transparent 1px 16px);
}

.view-toggle,
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.view-toggle button,
.filters button {
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 3px;
  color: rgba(22, 16, 25, 0.74);
  background: rgba(255, 249, 236, 0.42);
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.view-toggle button.is-active,
.filters button.is-active {
  color: var(--bone);
  background: var(--ink);
  border-color: var(--ink);
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.works-grid.is-list {
  grid-template-columns: 1fr;
}

.work-card {
  overflow: hidden;
  min-height: 470px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 249, 236, 0.54);
  cursor: pointer;
  box-shadow: 0 22px 70px rgba(22, 16, 25, 0.07);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.works-grid.is-list .work-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) 1fr;
  min-height: 260px;
}

.work-card.is-hidden {
  display: none;
}

.work-card:hover {
  box-shadow: 0 30px 84px rgba(22, 16, 25, 0.18);
}

.art {
  min-height: 330px;
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  background-color: #d8cab6;
}

.works-grid.is-list .art {
  min-height: 100%;
  border-right: 1px solid var(--line);
  border-bottom: 0;
}

.art::before,
.art::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.art::before {
  inset: 16px;
  border: 1px solid rgba(255, 249, 236, 0.48);
  transform: rotate(-3deg);
}

.art::after {
  inset: 22%;
  border-top: 2px solid rgba(22, 16, 25, 0.38);
  border-bottom: 1px solid rgba(196, 145, 69, 0.7);
  transform: rotate(10deg);
}

.art-one {
  background:
    linear-gradient(130deg, transparent 22%, rgba(196, 145, 69, 0.82) 23%, transparent 30%),
    linear-gradient(28deg, rgba(18, 38, 63, 0.94), transparent 45%),
    conic-gradient(from 20deg at 64% 42%, rgba(141, 49, 88, 0.85), rgba(166, 95, 54, 0.58), rgba(18, 38, 63, 0.88), rgba(141, 49, 88, 0.85)),
    #dacdbc;
}

.art-two {
  background:
    linear-gradient(25deg, transparent 44%, rgba(22, 16, 25, 0.76) 45%, transparent 50%),
    linear-gradient(150deg, rgba(82, 107, 98, 0.78), transparent 50%),
    repeating-linear-gradient(90deg, rgba(22, 16, 25, 0.08) 0 1px, transparent 1px 15px),
    #eee5d8;
}

.art-three {
  background:
    linear-gradient(90deg, rgba(18, 38, 63, 0.88), transparent 32%, rgba(196, 145, 69, 0.74) 33%, transparent 43%),
    conic-gradient(from 110deg at 64% 36%, rgba(141, 49, 88, 0.86), rgba(93, 65, 94, 0.68), rgba(166, 95, 54, 0.76), rgba(141, 49, 88, 0.86)),
    #dfd0bc;
}

.art-four {
  background:
    linear-gradient(145deg, transparent 38%, rgba(166, 95, 54, 0.8) 39%, transparent 45%),
    linear-gradient(30deg, rgba(22, 16, 25, 0.88), transparent 38%),
    linear-gradient(115deg, transparent 44%, rgba(196, 145, 69, 0.72)),
    #d6c0a8;
}

.art-five {
  background:
    linear-gradient(30deg, rgba(18, 38, 63, 0.92), transparent 30%),
    linear-gradient(160deg, transparent 56%, rgba(22, 16, 25, 0.54) 57%, transparent 62%),
    repeating-linear-gradient(120deg, rgba(82, 107, 98, 0.22) 0 3px, transparent 3px 20px),
    #e8ddcf;
}

.art-six {
  background:
    conic-gradient(from -40deg at 50% 50%, rgba(196, 145, 69, 0.82), rgba(141, 49, 88, 0.74), rgba(18, 38, 63, 0.74), rgba(196, 145, 69, 0.82)),
    linear-gradient(110deg, rgba(141, 49, 88, 0.78), transparent 34%),
    linear-gradient(18deg, transparent 58%, rgba(18, 38, 63, 0.78) 59%, transparent 65%),
    #dac8b5;
}

.work-copy {
  padding: 22px;
}

.work-copy span {
  display: block;
  margin-bottom: 8px;
  color: var(--wine);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.work-copy p {
  margin-bottom: 0;
  color: rgba(22, 16, 25, 0.62);
  line-height: 1.45;
}

.statement {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 10vw, 132px) clamp(18px, 8vw, 112px);
  color: var(--bone);
  background:
    linear-gradient(118deg, rgba(22, 16, 25, 0.98), rgba(18, 38, 63, 0.92)),
    repeating-linear-gradient(90deg, rgba(255, 249, 236, 0.04) 0 1px, transparent 1px 19px);
}

.statement::after {
  content: "";
  position: absolute;
  right: -8%;
  top: 10%;
  width: 44%;
  height: 72%;
  background:
    linear-gradient(135deg, rgba(196, 145, 69, 0.18), transparent 48%),
    repeating-linear-gradient(115deg, rgba(255, 249, 236, 0.08) 0 2px, transparent 2px 18px);
  transform: skewX(-12deg);
}

.statement p {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin-bottom: 18px;
  font-size: 4.9rem;
  line-height: 1;
}

.statement span {
  position: relative;
  z-index: 1;
  color: rgba(255, 249, 236, 0.62);
}

.contact {
  padding: clamp(76px, 10vw, 132px) clamp(18px, 5vw, 76px);
  border-top: 1px solid rgba(255, 249, 236, 0.16);
  color: var(--bone);
  background:
    linear-gradient(135deg, rgba(22, 16, 25, 0.96), rgba(93, 65, 94, 0.78)),
    url("/assets/bgr.webp") center / cover;
  background-blend-mode: multiply;
}

.contact .eyebrow {
  color: var(--gold);
}

.contact-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1fr);
  gap: clamp(30px, 6vw, 84px);
  align-items: start;
}

.contact-inner p {
  color: rgba(255, 249, 236, 0.7);
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form .button.primary,
.contact-widget .button.primary {
  justify-self: start;
}

.contact-widget {
  min-width: 0;
}

.contact .booking-contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  max-width: 960px;
  margin: 0 auto;
}

.contact .booking-contact-inner > div:first-child {
  max-width: 760px;
}

.booking-copy {
  border-top: 1px solid var(--line);
}

.booking-notes,
.temporary-contact {
  display: grid;
  gap: 16px;
}

.booking-notes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.booking-notes article,
.temporary-contact article,
.booking-widget-embed {
  border: 1px solid rgba(255, 249, 236, 0.22);
  border-radius: 6px;
  background: rgba(255, 249, 236, 0.1);
  box-shadow: 0 22px 60px rgba(8, 6, 8, 0.18);
  backdrop-filter: blur(14px);
}

.booking-copy .booking-notes article {
  border-color: var(--line);
  background: rgba(255, 249, 236, 0.62);
  box-shadow: 0 18px 50px rgba(22, 16, 25, 0.07);
}

.booking-notes article,
.temporary-contact article {
  padding: clamp(20px, 3vw, 30px);
}

.booking-notes span,
.temporary-contact span {
  display: block;
  margin-bottom: 16px;
  color: rgba(196, 145, 69, 0.88);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking-copy .booking-notes span {
  color: var(--wine);
}

.booking-notes h3,
.temporary-contact strong {
  display: block;
  margin: 0 0 10px;
  color: inherit;
  font-size: 1.72rem;
  line-height: 1.1;
}

.booking-notes p,
.temporary-contact p {
  margin: 0;
  color: rgba(255, 249, 236, 0.68);
}

.booking-copy .booking-notes p {
  color: rgba(22, 16, 25, 0.62);
}

.temporary-contact .button {
  justify-self: start;
}

.booking-widget-embed {
  min-height: 520px;
  padding: clamp(16px, 3vw, 28px);
  overflow: hidden;
}

.booking-widget-section {
  background: var(--paper-2);
  color: var(--ink);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.booking-widget-section .section-head {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.booking-widget-intro {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.55;
}

.booking-widget-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(24px, 4vw, 42px);
  max-width: 980px;
  margin: 0 auto;
}

.booking-widget-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  gap: 20px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(255, 249, 236, 0.18);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 249, 236, 0.1), rgba(255, 249, 236, 0.04)),
    rgba(255, 249, 236, 0.06);
  box-shadow: 0 24px 72px rgba(8, 6, 8, 0.24);
}

.booking-widget-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--wine), transparent);
  opacity: 0.72;
}

.booking-widget-card.is-inline-widget {
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.booking-widget-card.is-inline-widget::before {
  content: none;
}

.booking-widget-heading {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.booking-widget-heading span {
  color: rgba(196, 145, 69, 0.9);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking-widget-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.1;
}

.booking-widget-frame {
  min-height: 560px;
  padding: clamp(12px, 2vw, 18px);
  overflow: hidden;
  border: 1px solid rgba(255, 249, 236, 0.14);
  border-radius: 6px;
  background: rgba(255, 249, 236, 0.92);
}

.booking-widget-frame > div {
  min-height: 520px;
}

.booking-widget-frame.is-inline-widget {
  min-height: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.booking-widget-frame.is-inline-widget > div {
  min-height: 0;
}

.booking-modal-launch {
  display: grid;
  place-items: center;
  min-height: 280px;
  padding: clamp(24px, 5vw, 56px);
  border: 1px solid rgba(255, 249, 236, 0.14);
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% 28%, rgba(196, 145, 69, 0.18), transparent 38%),
    rgba(255, 249, 236, 0.06);
}

.booking-modal-launch.is-inline-widget {
  display: block;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.booking-modal-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  border: 1px solid rgba(196, 145, 69, 0.72);
  border-radius: 999px;
  color: var(--ink);
  background: linear-gradient(135deg, #d4a763, var(--gold));
  box-shadow: 0 18px 42px rgba(196, 145, 69, 0.22);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.booking-modal-button:hover {
  transform: translateY(-2px);
  color: var(--bone);
  background: linear-gradient(135deg, var(--wine), var(--ink-2));
  border-color: rgba(255, 249, 236, 0.32);
}

.booking-modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  display: none;
  align-items: flex-start;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding: 24px;
  overflow: auto;
  background: rgba(22, 16, 25, 0.68);
  backdrop-filter: blur(10px);
}

label {
  display: grid;
  gap: 8px;
  color: rgba(255, 249, 236, 0.74);
  font-size: 0.82rem;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255, 249, 236, 0.24);
  border-radius: 4px;
  padding: 0 14px;
  color: var(--bone);
  background: rgba(22, 16, 25, 0.58);
}

textarea {
  min-height: 152px;
  padding-top: 14px;
  resize: vertical;
}

.page-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1fr);
  gap: clamp(30px, 6vw, 92px);
  align-items: end;
  min-height: 62svh;
  padding: 150px clamp(18px, 5vw, 76px) clamp(70px, 9vw, 112px);
  color: var(--ink);
  background:
    linear-gradient(120deg, rgba(255, 249, 236, 0.95), rgba(239, 229, 212, 0.88), rgba(248, 240, 226, 0.8)),
    url("/assets/bgr.webp") center / cover;
  background-blend-mode: screen;
  border-bottom: 1px solid rgba(22, 16, 25, 0.12);
}

.page-hero::after {
  content: "";
  position: absolute;
  right: -6%;
  bottom: -20%;
  width: 48%;
  height: 58%;
  background:
    repeating-linear-gradient(120deg, rgba(22, 16, 25, 0.08) 0 2px, transparent 2px 18px),
    linear-gradient(135deg, rgba(196, 145, 69, 0.18), transparent 62%);
  transform: skewX(-14deg);
}

.page-hero > * {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.page-hero h1 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 6.4rem;
}

.page-hero p:last-child {
  margin-bottom: 0;
  color: rgba(22, 16, 25, 0.72);
  font-size: 1.45rem;
  line-height: 1.45;
}

.contacts-page {
  background:
    linear-gradient(180deg, rgba(255, 249, 236, 0.96), rgba(239, 229, 212, 0.92)),
    repeating-linear-gradient(90deg, rgba(22, 16, 25, 0.03) 0 1px, transparent 1px 18px);
  border-top: 1px solid rgba(22, 16, 25, 0.1);
}

.contacts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 6vw, 86px);
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

.contacts-split-page .contacts-grid {
  min-height: min(640px, 72svh);
}

.contacts-copy h2 {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--ink);
}

.contacts-copy p {
  max-width: 58ch;
  color: rgba(22, 16, 25, 0.68);
  font-size: 1.18rem;
  line-height: 1.62;
}

.contacts-copy p + p {
  margin-top: 18px;
}

.contacts-widget-panel {
  min-height: 560px;
  padding: clamp(18px, 3vw, 32px);
  border: 1px solid rgba(22, 16, 25, 0.14);
  border-radius: 8px;
  background: rgba(255, 249, 236, 0.78);
  box-shadow: 0 22px 64px rgba(22, 16, 25, 0.1);
}

.contacts-widget-panel > div {
  min-height: 500px;
}

.contacts-form {
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(22, 16, 25, 0.14);
  border-radius: 8px;
  background: rgba(255, 249, 236, 0.76);
  box-shadow: 0 22px 64px rgba(22, 16, 25, 0.1);
}

.contacts-form label {
  color: rgba(22, 16, 25, 0.72);
}

.contacts-form input,
.contacts-form select,
.contacts-form textarea {
  border-color: rgba(22, 16, 25, 0.16);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.7);
}

.contacts-form input:focus,
.contacts-form select:focus,
.contacts-form textarea:focus {
  outline: 2px solid rgba(196, 145, 69, 0.72);
  outline-offset: 2px;
}

.contacts-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 24px auto 0;
}

.contacts-notes article {
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(22, 16, 25, 0.12);
  border-radius: 8px;
  background: rgba(255, 249, 236, 0.66);
  box-shadow: 0 18px 48px rgba(22, 16, 25, 0.08);
}

.contacts-notes span {
  display: block;
  margin-bottom: 14px;
  color: var(--wine);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contacts-notes strong {
  display: block;
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.contacts-notes p {
  margin-bottom: 0;
  color: rgba(22, 16, 25, 0.62);
  line-height: 1.55;
}

.editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.editorial-card {
  min-height: 310px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background:
    linear-gradient(145deg, rgba(255, 249, 236, 0.82), rgba(239, 229, 212, 0.68)),
    repeating-linear-gradient(120deg, rgba(22, 16, 25, 0.04) 0 1px, transparent 1px 18px);
  display: grid;
  align-content: end;
}

.editorial-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  font-weight: 500;
}

.editorial-card p {
  margin-bottom: 0;
  color: rgba(22, 16, 25, 0.65);
  line-height: 1.55;
}

.studio-band {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(260px, 0.7fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  padding: clamp(76px, 10vw, 134px) clamp(18px, 5vw, 76px);
  color: var(--bone);
  background:
    linear-gradient(130deg, rgba(22, 16, 25, 0.98), rgba(18, 38, 63, 0.93)),
    repeating-linear-gradient(90deg, rgba(255, 249, 236, 0.04) 0 1px, transparent 1px 18px);
}

.studio-band p {
  color: rgba(255, 249, 236, 0.72);
  font-size: 1.25rem;
  line-height: 1.55;
}

.studio-panel {
  min-height: 380px;
  border: 1px solid rgba(255, 249, 236, 0.22);
  border-radius: 6px;
  background:
    linear-gradient(120deg, rgba(196, 145, 69, 0.34), transparent 34%),
    linear-gradient(28deg, rgba(141, 49, 88, 0.52), transparent 48%),
    url("/assets/st.webp") center / cover;
  box-shadow: var(--shadow);
}

.tattoo-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 10vw, 138px) clamp(18px, 5vw, 76px);
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 249, 236, 0.96), rgba(239, 229, 212, 0.92)),
    repeating-linear-gradient(90deg, rgba(22, 16, 25, 0.035) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(0deg, rgba(196, 145, 69, 0.06) 0 1px, transparent 1px 24px);
  border-top: 1px solid rgba(22, 16, 25, 0.12);
}

.tattoo-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(141, 49, 88, 0.08), transparent 34%, rgba(196, 145, 69, 0.12)),
    repeating-linear-gradient(125deg, rgba(22, 16, 25, 0.035) 0 1px, transparent 1px 42px);
  mix-blend-mode: multiply;
  opacity: 0.45;
}

.tattoo-gallery-head,
.tattoo-gallery-grid {
  position: relative;
  z-index: 1;
}

.tattoo-gallery-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.5fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: end;
  max-width: 1440px;
  margin: 0 auto 44px;
}

.tattoo-gallery-head h2 {
  max-width: 780px;
  color: var(--ink);
  font-size: 5.6rem;
  line-height: 0.92;
}

.tattoo-gallery-head > p {
  margin: 0;
  padding: 18px 0 18px 22px;
  border-left: 2px solid rgba(196, 145, 69, 0.78);
  color: rgba(22, 16, 25, 0.64);
  font-size: 1.14rem;
  line-height: 1.58;
}

.tattoo-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: clamp(52px, 4.8vw, 76px);
  grid-auto-flow: dense;
  gap: clamp(14px, 1.6vw, 24px);
  max-width: 1480px;
  margin: 0 auto;
}

.tattoo-piece {
  position: relative;
  display: block;
  aspect-ratio: auto;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  appearance: none;
  padding: 0;
  border: 1px solid rgba(22, 16, 25, 0.14);
  border-radius: 6px;
  color: var(--bone);
  background: var(--bone);
  cursor: pointer;
  text-align: left;
}

.tattoo-piece:nth-child(1) {
  grid-column: 1 / span 5;
  grid-row: 1 / span 7;
}

.tattoo-piece:nth-child(2) {
  grid-column: 6 / span 4;
  grid-row: 2 / span 5;
}

.tattoo-piece:nth-child(3) {
  grid-column: 10 / span 3;
  grid-row: 1 / span 8;
}

.tattoo-piece:nth-child(4) {
  grid-column: 2 / span 3;
  grid-row: 8 / span 5;
}

.tattoo-piece:nth-child(5) {
  grid-column: 5 / span 4;
  grid-row: 7 / span 6;
}

.tattoo-piece:nth-child(6) {
  grid-column: 9 / span 4;
  grid-row: 9 / span 5;
}

.tattoo-piece:nth-child(7) {
  grid-column: 1 / span 4;
  grid-row: 13 / span 5;
}

.tattoo-piece:nth-child(8) {
  grid-column: 5 / span 5;
  grid-row: 14 / span 4;
}

.tattoo-piece:nth-child(9) {
  grid-column: 10 / span 3;
  grid-row: 14 / span 4;
}

.art-page .art-gallery-grid {
  grid-auto-rows: auto;
  align-items: start;
  max-width: 1360px;
  gap: clamp(28px, 3.6vw, 58px);
}

.art-page .tattoo-piece {
  display: grid;
  place-items: center;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: filter 180ms ease;
}

.art-page .tattoo-piece:nth-child(1) {
  grid-column: 1 / span 4;
  grid-row: auto;
}

.art-page .tattoo-piece:nth-child(2) {
  grid-column: 5 / span 4;
  grid-row: auto;
}

.art-page .tattoo-piece:nth-child(3) {
  grid-column: 9 / span 4;
  grid-row: auto;
}

.art-page .tattoo-piece:nth-child(4) {
  grid-column: 3 / span 4;
  grid-row: auto;
}

.art-page .tattoo-piece:nth-child(5) {
  grid-column: 7 / span 4;
  grid-row: auto;
}

.tattoo-piece img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.02);
}

.art-page .tattoo-piece img {
  position: static;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: clamp(330px, 46vw, 620px);
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 18px 18px rgba(22, 16, 25, 0.16));
  transition: filter 180ms ease;
}

.art-page .tattoo-piece:hover {
  filter: none;
}

.art-page .tattoo-piece:hover img {
  filter: drop-shadow(0 22px 22px rgba(22, 16, 25, 0.18));
}

.tattoo-piece:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.photo-lightbox {
  position: fixed;
  z-index: 70;
  inset: 0;
  display: none;
  place-items: center;
  padding: clamp(18px, 4vw, 44px);
  color: var(--bone);
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 249, 236, 0.08), transparent 34%),
    rgba(10, 7, 12, 0.9);
  backdrop-filter: blur(18px);
}

.photo-lightbox.is-open {
  display: grid;
}

.photo-lightbox-dialog {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  width: min(1120px, calc(100vw - 32px));
  max-height: calc(100svh - 32px);
  padding: clamp(16px, 2.2vw, 26px) clamp(58px, 6vw, 84px) clamp(18px, 2.6vw, 30px);
  border: 1px solid rgba(255, 249, 236, 0.12);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 249, 236, 0.055), rgba(255, 249, 236, 0.018)),
    rgba(10, 7, 12, 0.24);
  box-shadow: 0 32px 110px rgba(0, 0, 0, 0.34);
}

.photo-lightbox-figure {
  display: grid;
  justify-items: center;
  min-width: 0;
  margin: 0;
}

.photo-lightbox img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100svh - 168px);
  object-fit: contain;
  border: 1px solid rgba(255, 249, 236, 0.12);
  border-radius: 4px;
  background: rgba(255, 249, 236, 0.035);
  box-shadow: 0 24px 76px rgba(0, 0, 0, 0.3);
}

.art-page .photo-lightbox-dialog {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.art-page .photo-lightbox img {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.photo-lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 249, 236, 0.22);
  border-radius: 999px;
  color: var(--bone);
  background: rgba(255, 249, 236, 0.06);
  backdrop-filter: blur(14px);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.photo-lightbox-close::before,
.photo-lightbox-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
}

.photo-lightbox-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.photo-lightbox-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.photo-lightbox-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 249, 236, 0.18);
  border-radius: 999px;
  color: rgba(255, 249, 236, 0.78);
  background: rgba(255, 249, 236, 0.04);
  backdrop-filter: blur(14px);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  transform: translateY(-50%);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.photo-lightbox-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform-origin: center;
}

.photo-lightbox-prev {
  left: 16px;
}

.photo-lightbox-prev::before {
  transform: translate(-38%, -50%) rotate(-135deg);
}

.photo-lightbox-next {
  right: 16px;
}

.photo-lightbox-next::before {
  transform: translate(-62%, -50%) rotate(45deg);
}

.photo-lightbox-nav:hover,
.photo-lightbox-nav:focus-visible,
.photo-lightbox-close:hover,
.photo-lightbox-close:focus-visible {
  border-color: rgba(196, 145, 69, 0.72);
  color: #ffffff;
  background: rgba(255, 249, 236, 0.12);
}

.photo-lightbox-nav:focus-visible,
.photo-lightbox-close:focus-visible {
  outline: 2px solid rgba(196, 145, 69, 0.82);
  outline-offset: 3px;
}

.lightbox {
  position: fixed;
  z-index: 60;
  inset: 0;
  display: none;
  grid-template-columns: minmax(240px, 680px) minmax(240px, 360px);
  gap: 28px;
  align-items: center;
  justify-content: center;
  padding: 28px;
  color: var(--bone);
  background: rgba(10, 7, 12, 0.92);
}

.lightbox.is-open {
  display: grid;
}

.lightbox-art {
  min-height: min(72vh, 720px);
  border: 1px solid rgba(255, 249, 236, 0.24);
  box-shadow: var(--shadow);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 249, 236, 0.35);
  border-radius: 4px;
  color: var(--bone);
  background: transparent;
  cursor: pointer;
  font-size: 1.9rem;
  line-height: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

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

@media (max-width: 1100px) {
  h1 {
    font-size: 6.7rem;
  }

  h2 {
    font-size: 3.9rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
    gap: 34px;
  }

  .hero-artwork {
    width: min(390px, 100%);
  }

  .statement p {
    font-size: 3.8rem;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 12px;
  }

  .site-nav {
    justify-content: start;
    width: 100%;
    overflow-x: auto;
  }

  .site-nav a {
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
    padding-top: 154px;
  }

  .hero-grid,
  .works-grid,
  .intro,
  .about-light,
  .contacts-grid,
  .booking-widget-grid,
  .contacts-notes,
  .contact-inner,
  .lightbox,
  .photo-lightbox,
  .tattoo-gallery-head,
  .tattoo-gallery-grid,
  .page-hero,
  .editorial-grid,
  .studio-band {
    grid-template-columns: 1fr;
  }

  .hero-artwork {
    justify-self: center;
    width: min(390px, 86vw);
  }

  .hero-panel {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 28px;
    width: 100%;
  }

  .about-portrait {
    max-width: 520px;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

  .booking-notes {
    grid-template-columns: 1fr;
  }

  .works-grid.is-list .work-card {
    grid-template-columns: 1fr;
  }

  .works-grid.is-list .art {
    min-height: 300px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .photo-lightbox.is-open {
    align-items: center;
  }

  .photo-lightbox-dialog {
    grid-template-columns: minmax(0, 1fr);
    width: calc(100vw - 28px);
    padding-right: 56px;
    padding-left: 56px;
  }

  .booking-widget-card {
    min-width: 0;
  }

}

@media (max-width: 640px) {
  h1 {
    font-size: 4.6rem;
  }

  h2,
  .about-copy h2,
  .statement p {
    font-size: 2.85rem;
  }

  .tattoo-gallery-head h2 {
    font-size: 3rem;
  }

  .page-hero h1 {
    font-size: 4.1rem;
  }

  .page-hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    gap: 28px;
  }

  .booking-widget-card {
    gap: 14px;
    padding: 16px;
  }

  .booking-widget-frame {
    min-height: 460px;
    padding: 10px;
  }

  .booking-widget-frame > div {
    min-height: 420px;
  }

  .booking-modal-launch {
    min-height: 240px;
    padding: 24px 14px;
  }

  .booking-modal {
    padding: 12px;
  }

  .site-header {
    padding: 14px;
  }

  .brand {
    font-size: 1.32rem;
  }

  .eyebrow {
    font-size: 0.68rem;
    line-height: 1.45;
  }

  .hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-copy,
  .intro > p,
  .commission-copy p,
  .contact-inner p,
  .section-head > p,
  .page-hero p:last-child {
    font-size: 1.08rem;
  }

  .hero-copy {
    max-width: 100%;
  }

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

  .hero-artwork {
    width: min(310px, 78vw);
    padding-left: 0;
    padding-bottom: 76px;
  }

  .hero-artwork img {
    transform: rotate(0deg);
  }

  .tattoo-showcase {
    padding-left: 14px;
    padding-right: 14px;
  }

  .tattoo-gallery-head {
    display: block;
    margin-bottom: 26px;
  }

  .tattoo-gallery-head > p {
    width: 100%;
    max-width: 31ch;
    margin-top: 24px;
    padding-left: 16px;
    font-size: 1rem;
    overflow-wrap: anywhere;
  }

  .page-hero p:last-child {
    width: 100%;
    max-width: 29ch;
    overflow-wrap: anywhere;
  }

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

  .contacts-form,
  .contacts-notes article {
    padding: 18px;
  }

  .photo-lightbox {
    padding: 10px;
  }

  .photo-lightbox-dialog {
    grid-template-columns: 1fr;
    gap: 12px;
    width: calc(100vw - 20px);
    max-height: calc(100svh - 20px);
    padding: 54px 48px 16px;
  }

  .photo-lightbox-figure {
    grid-row: 1;
  }

  .photo-lightbox img {
    max-height: calc(100svh - 132px);
  }

  .photo-lightbox-nav {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
  }

  .photo-lightbox-prev {
    left: 8px;
  }

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

  .photo-lightbox-close {
    top: 10px;
    right: 12px;
    width: 36px;
    height: 36px;
    transform: none;
  }

  .photo-lightbox-nav:hover,
  .photo-lightbox-nav:focus-visible {
    transform: translateY(-50%);
  }

  .work-card {
    min-height: 420px;
  }

  .art {
    min-height: 280px;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
  }

  .brand {
    gap: 9px;
    max-width: min(70vw, 360px);
    font-size: 1.18rem;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
  }

  .menu-toggle {
    z-index: 2;
    display: inline-block;
    width: 44px;
    height: 44px;
    padding: 0;
    justify-self: end;
  }

  .site-header.is-menu-open .menu-toggle {
    background: rgba(248, 240, 226, 0.94);
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
    transform: translateX(6px) scaleX(0);
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
  }

  .site-header .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 14px;
    left: 14px;
    display: grid;
    justify-content: stretch;
    width: auto;
    max-height: calc(100svh - 96px);
    overflow-x: hidden;
    overflow-y: auto;
    gap: 0;
    padding: 8px 16px;
    color: var(--ink);
    border: 1px solid rgba(22, 16, 25, 0.1);
    border-radius: 8px;
    background: rgba(248, 240, 226, 0.98);
    box-shadow: 0 22px 52px rgba(22, 16, 25, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    visibility: hidden;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .site-header.is-menu-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .site-nav a {
    position: relative;
    justify-content: flex-start;
    min-height: 42px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(22, 16, 25, 0.1);
    font-size: 0.94rem;
    white-space: normal;
    transition: color 180ms ease, padding-left 180ms ease;
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .site-nav .site-nav-instagram {
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
  }

  .site-nav .site-nav-instagram svg {
    width: 22px;
    height: 22px;
  }

  .site-nav a::before {
    display: none;
  }

  .site-nav a::after {
    top: auto;
    right: auto;
    bottom: 9px;
    left: 0;
    width: 22px;
    height: 1px;
    border: 0;
    border-radius: 0;
    background: currentColor;
    opacity: 0;
    transform: scaleX(0.35);
    transform-origin: left center;
    transition: opacity 180ms ease, transform 220ms ease;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    color: var(--wine);
    padding-left: 8px;
  }

  .site-nav a:hover::after,
  .site-nav a:focus-visible::after {
    opacity: 0.7;
    transform: scaleX(1);
  }

  .hero {
    min-height: 100svh;
    padding-top: 128px;
  }

  .hero-content,
  .page-hero > * {
    position: relative;
    z-index: 2;
  }

  .page-hero {
    min-height: auto;
    padding-top: 128px;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 118px;
    padding-bottom: 46px;
  }

  .hero h1 {
    font-size: clamp(3rem, 16vw, 4.15rem);
    line-height: 0.92;
  }

  .page-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.4rem);
    line-height: 1;
  }
}

.tattoo-page .page-hero {
  gap: clamp(18px, 3vw, 44px);
  min-height: 44svh;
  padding: 118px clamp(18px, 5vw, 76px) clamp(38px, 5vw, 60px);
}

.tattoo-page .page-hero::before {
  content: "";
  position: absolute;
  top: 60%;
  left: clamp(315px, 38vw, 585px);
  z-index: 0;
  width: min(28.3vw, 358px);
  height: min(31.6vw, 416px);
  background: rgba(196, 145, 69, 0.54);
  opacity: 0.78;
  pointer-events: none;
  transform: translate(-50%, -48%);
  -webkit-mask: url("/assets/tattoo/tt.webp") center / contain no-repeat;
  mask: url("/assets/tattoo/tt.webp") center / contain no-repeat;
}

.art-page .page-hero::before {
  content: "";
  position: absolute;
  top: 60%;
  left: clamp(315px, 38vw, 585px);
  z-index: 0;
  width: min(28.3vw, 358px);
  height: min(31.6vw, 416px);
  background: rgba(196, 145, 69, 0.54);
  opacity: 0.78;
  pointer-events: none;
  transform: translate(-50%, -48%);
  -webkit-mask: url("/assets/art/2art.webp") center / contain no-repeat;
  mask: url("/assets/art/2art.webp") center / contain no-repeat;
}

.booking-page .page-hero::before {
  content: "";
  position: absolute;
  top: 60%;
  left: clamp(315px, 38vw, 585px);
  z-index: 0;
  width: min(28.3vw, 358px);
  height: min(31.6vw, 416px);
  background: rgba(196, 145, 69, 0.54);
  opacity: 0.78;
  pointer-events: none;
  transform: translate(-50%, -48%);
  -webkit-mask: url("/assets/booking/call.webp") center / contain no-repeat;
  mask: url("/assets/booking/call.webp") center / contain no-repeat;
}

.contact-page .page-hero::before {
  content: "";
  position: absolute;
  top: 60%;
  left: clamp(315px, 38vw, 585px);
  z-index: 0;
  width: min(28.3vw, 358px);
  height: min(31.6vw, 416px);
  background: rgba(196, 145, 69, 0.54);
  opacity: 0.78;
  pointer-events: none;
  transform: translate(-50%, -48%);
  -webkit-mask: url("/assets/contacts/cntct.webp") center / contain no-repeat;
  mask: url("/assets/contacts/cntct.webp") center / contain no-repeat;
}

.tattoo-page .page-hero .eyebrow {
  font-size: 0.56rem;
}

.tattoo-page .page-hero h1 {
  max-width: 15ch;
  font-size: clamp(2rem, 3.4vw, 2.85rem);
  line-height: 1.05;
}

.tattoo-page .page-hero p:last-child {
  max-width: 42ch;
  font-size: 0.92rem;
  line-height: 1.55;
}

.tattoo-page .tattoo-showcase,
.art-page .tattoo-showcase {
  padding: clamp(38px, 5vw, 64px) clamp(18px, 5vw, 76px);
}

.tattoo-page .tattoo-gallery-head,
.art-page .tattoo-gallery-head {
  gap: clamp(18px, 3vw, 36px);
  margin-bottom: 22px;
  align-items: center;
}

.tattoo-page .tattoo-gallery-head h2,
.art-page .tattoo-gallery-head h2 {
  max-width: 560px;
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
  line-height: 1.08;
}

.tattoo-page .tattoo-gallery-head > p,
.art-page .tattoo-gallery-head > p {
  padding: 10px 0 10px 16px;
  font-size: 0.9rem;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .tattoo-gallery-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: clamp(58px, 9vw, 86px);
    gap: 12px;
  }

  .tattoo-piece:nth-child(1) {
    grid-column: 1 / span 4;
    grid-row: span 5;
  }

  .tattoo-piece:nth-child(2) {
    grid-column: 5 / span 2;
    grid-row: span 4;
  }

  .tattoo-piece:nth-child(3) {
    grid-column: 1 / span 3;
    grid-row: span 5;
  }

  .tattoo-piece:nth-child(4) {
    grid-column: 4 / span 3;
    grid-row: span 4;
  }

  .tattoo-piece:nth-child(5) {
    grid-column: 2 / span 3;
    grid-row: span 4;
  }

  .tattoo-piece:nth-child(6) {
    grid-column: 5 / span 2;
    grid-row: span 5;
  }

  .tattoo-piece:nth-child(7) {
    grid-column: 1 / span 2;
    grid-row: span 4;
  }

  .tattoo-piece:nth-child(8) {
    grid-column: 3 / span 4;
    grid-row: span 4;
  }

  .tattoo-piece:nth-child(9) {
    grid-column: 1 / span 3;
    grid-row: span 4;
  }

  .art-page .tattoo-piece:nth-child(1) {
    grid-column: 1 / span 3;
    grid-row: auto;
    margin-top: 0;
  }

  .art-page .tattoo-piece:nth-child(2) {
    grid-column: 4 / span 3;
    grid-row: auto;
    margin-top: 0;
  }

  .art-page .tattoo-piece:nth-child(3) {
    grid-column: 1 / span 3;
    grid-row: auto;
    margin-top: 0;
  }

  .art-page .tattoo-piece:nth-child(4) {
    grid-column: 4 / span 3;
    grid-row: auto;
    margin-top: 0;
  }

  .art-page .tattoo-piece:nth-child(5) {
    grid-column: 2 / span 4;
    grid-row: auto;
    margin-top: 0;
  }

  .art-page .tattoo-piece img {
    max-height: clamp(300px, 62vw, 540px);
  }
}

@media (max-width: 640px) {
  .tattoo-page .page-hero {
    gap: 14px;
    min-height: auto;
    padding: 104px 14px 32px;
  }

  .tattoo-page .page-hero::before {
    top: 70%;
    left: clamp(212px, 63vw, 279px);
    width: min(48.3vw, 208px);
    height: min(56.6vw, 250px);
    opacity: 0.34;
  }

  .art-page .page-hero::before {
    top: 70%;
    left: clamp(212px, 63vw, 279px);
    width: min(48.3vw, 208px);
    height: min(56.6vw, 250px);
    opacity: 0.34;
  }

  .booking-page .page-hero::before {
    top: 70%;
    left: clamp(212px, 63vw, 279px);
    width: min(48.3vw, 208px);
    height: min(56.6vw, 250px);
    opacity: 0.34;
  }

  .contact-page .page-hero::before {
    top: 70%;
    left: clamp(212px, 63vw, 279px);
    width: min(48.3vw, 208px);
    height: min(56.6vw, 250px);
    opacity: 0.34;
  }

  .tattoo-page .page-hero h1 {
    max-width: 14ch;
    font-size: 2.05rem;
  }

  .tattoo-page .page-hero p:last-child {
    max-width: 34ch;
    font-size: 0.86rem;
  }

  .tattoo-page .tattoo-showcase,
  .art-page .tattoo-showcase {
    padding: 32px 14px;
  }

  .tattoo-page .tattoo-gallery-head,
  .art-page .tattoo-gallery-head {
    margin-bottom: 16px;
  }

  .tattoo-page .tattoo-gallery-head h2,
  .art-page .tattoo-gallery-head h2 {
    font-size: 1.45rem;
  }

  .tattoo-page .tattoo-gallery-head > p,
  .art-page .tattoo-gallery-head > p {
    max-width: 36ch;
    margin-top: 14px;
    padding-left: 12px;
    font-size: 0.84rem;
  }

  .tattoo-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: clamp(150px, 44vw, 220px);
    gap: 10px;
  }

  .tattoo-piece:nth-child(n) {
    grid-column: auto;
    grid-row: span 1;
  }

  .art-page .tattoo-piece:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
  }

  .art-page .art-gallery-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: auto;
    gap: 28px;
  }

  .art-page .tattoo-piece img {
    width: 100%;
    max-height: none;
  }

  .tattoo-piece:nth-child(1),
  .tattoo-piece:nth-child(5),
  .tattoo-piece:nth-child(8) {
    grid-column: 1 / -1;
    grid-row: span 1;
  }

  .tattoo-piece:nth-child(3),
  .tattoo-piece:nth-child(6) {
    grid-row: span 2;
  }

}

.artist-hero h1 {
  max-width: 12ch;
  font-size: clamp(3.2rem, 7vw, 5.6rem);
  line-height: 0.92;
}

.hero-copy {
  max-width: 100%;
  font-size: 0.92rem;
  line-height: 1.55;
}

.about-copy h2,
.contact h2,
.statement p {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.08;
}

.intro > p,
.about-copy p:not(.eyebrow),
.contact-inner p,
.section-head > p {
  font-size: 0.92rem;
  line-height: 1.62;
}

.interior .page-hero {
  gap: clamp(18px, 3vw, 44px);
  min-height: 44svh;
  padding: 118px clamp(18px, 5vw, 76px) clamp(38px, 5vw, 60px);
}

.interior .page-hero .eyebrow {
  font-size: 0.56rem;
}

.interior .page-hero h1 {
  max-width: 15ch;
  font-size: clamp(2rem, 3.4vw, 2.85rem);
  line-height: 1.05;
}

.interior .page-hero p:last-child {
  max-width: 42ch;
  font-size: 0.92rem;
  line-height: 1.55;
}

.interior .section {
  padding-top: clamp(38px, 5vw, 64px);
  padding-bottom: clamp(38px, 5vw, 64px);
}

.interior .contacts-copy h2,
.interior .section-head h2,
.interior .tattoo-gallery-head h2 {
  max-width: 560px;
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
  line-height: 1.08;
}

.interior .contacts-copy p,
.interior .tattoo-gallery-head > p,
.interior .contacts-notes p,
.interior .booking-notes p,
.interior .temporary-contact p,
.interior .work-copy p {
  font-size: 0.9rem;
  line-height: 1.55;
}

.interior .contacts-notes strong,
.interior .booking-notes h3,
.interior .temporary-contact strong,
.interior .work-copy h3 {
  font-size: 1.15rem;
  line-height: 1.14;
}

.interior .contacts-notes span,
.interior .booking-notes span,
.interior .temporary-contact span,
.interior .work-copy span {
  font-size: 0.58rem;
  letter-spacing: 0.1em;
}

@media (max-width: 640px) {
  .artist-hero h1 {
    max-width: 10ch;
    font-size: clamp(3rem, 15vw, 4.15rem);
  }

  .hero-copy,
  .intro > p,
  .about-copy p:not(.eyebrow),
  .contact-inner p,
  .section-head > p {
    font-size: 0.86rem;
  }

  .about-copy h2,
  .contact h2,
  .statement p {
    font-size: 1.45rem;
  }

  .interior .page-hero {
    gap: 14px;
    min-height: auto;
    padding: 104px 14px 32px;
  }

  .interior .page-hero h1 {
    max-width: 14ch;
    font-size: 2.05rem;
  }

  .interior .page-hero p:last-child {
    max-width: 34ch;
    font-size: 0.86rem;
  }

  .interior .section {
    padding: 32px 14px;
  }

  .interior .contacts-copy h2,
  .interior .section-head h2,
  .interior .tattoo-gallery-head h2 {
    font-size: 1.45rem;
  }

  .interior .contacts-copy p,
  .interior .tattoo-gallery-head > p,
  .interior .contacts-notes p,
  .interior .booking-notes p,
  .interior .temporary-contact p,
  .interior .work-copy p {
    font-size: 0.84rem;
  }

  .interior .contacts-notes strong,
  .interior .booking-notes h3,
  .interior .temporary-contact strong,
  .interior .work-copy h3 {
    font-size: 1rem;
  }
}
