:root {
  color-scheme: dark;
  --bg: #060606;
  --panel: rgba(10, 10, 10, 0.95);
  --panel-edge: rgba(255, 255, 255, 0.08);
  --text: #f2eadf;
  --muted: #b6a99b;
  --soft: #827669;
  --accent: #efe2cf;
  --accent-ink: #0a0a0a;
  --shadow: rgba(0, 0, 0, 0.5);
  --display-font: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  --body-font: "Avenir Next", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 18%, rgba(238, 226, 204, 0.18), transparent 18rem),
    radial-gradient(circle at 50% 50%, rgba(238, 226, 204, 0.08), transparent 40rem),
    #030303;
  color: var(--text);
  font-family: var(--body-font);
}

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

.page-shell {
  min-height: 100vh;
}

.showcase {
  position: relative;
  padding: 2.5rem clamp(0.35rem, 1vw, 0.7rem) 4rem;
}

.showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 10%, rgba(215, 179, 106, 0.08), transparent 24rem),
    radial-gradient(circle at 82% 24%, rgba(244, 225, 182, 0.06), transparent 20rem);
}

.showcase__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.showcase__eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.68rem;
  color: #c59a4a;
}

.showcase h2 {
  margin: 0.7rem 0 0;
  max-width: 12.5ch;
  font-family: var(--display-font);
  font-size: clamp(2.55rem, 5.6vw, 4.7rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  color: var(--text);
  margin-left: auto;
  margin-right: auto;
}

.showcase__intro {
  margin: 1rem 0 0;
  max-width: 38rem;
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.7;
  color: var(--muted);
  margin-left: auto;
  margin-right: auto;
}

.showcase__intro a {
  color: #d7b36a;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.booking {
  position: relative;
  padding: 0 clamp(0.35rem, 1vw, 0.7rem) 4rem;
}

.booking::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 12%, rgba(215, 179, 106, 0.08), transparent 20rem),
    radial-gradient(circle at 92% 18%, rgba(244, 225, 182, 0.05), transparent 18rem);
}

.booking__inner {
  position: relative;
  width: 100%;
}

.booking__header {
  display: grid;
  gap: 0.8rem;
  margin: 0 auto 2.2rem;
  text-align: center;
}

.booking__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.8fr);
  gap: 1rem;
  align-items: stretch;
}

.booking-card {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: clamp(1.45rem, 2vw, 2rem);
  border-radius: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(13, 13, 13, 0.92);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.booking-card--form {
  align-content: start;
}

.booking-card--hours {
  overflow: hidden;
  align-content: start;
  background:
    radial-gradient(circle at top right, rgba(212, 167, 74, 0.16), transparent 15rem),
    linear-gradient(180deg, rgba(24, 20, 15, 0.96), rgba(10, 10, 10, 0.98));
}

.booking__eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.68rem;
  color: #c59a4a;
}

.booking h2,
.booking h3 {
  margin: 0;
  font-family: var(--display-font);
  line-height: 0.94;
  letter-spacing: -0.04em;
  color: var(--text);
}

.booking h2 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  max-width: 14ch;
  margin-left: auto;
  margin-right: auto;
}

.booking h3 {
  font-size: clamp(1.9rem, 3vw, 3rem);
}

.booking__intro,
.booking-hours__intro {
  margin: 0;
  max-width: 34rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--muted);
}

.booking__intro {
  margin-left: auto;
  margin-right: auto;
}

.booking-form {
  display: grid;
  gap: 1rem;
}

.booking-form__field {
  display: grid;
  gap: 0.65rem;
}

.booking-form label {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d8c1a0;
}

.booking-form input,
.booking-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.15rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    rgba(8, 8, 8, 0.94);
  padding: 0.95rem 1rem;
  color: var(--text);
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.booking-form textarea {
  min-height: 10.5rem;
  resize: vertical;
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: rgba(182, 169, 155, 0.72);
}

.booking-form input:hover,
.booking-form textarea:hover {
  border-color: rgba(214, 184, 122, 0.24);
}

.booking-form input:focus-visible,
.booking-form textarea:focus-visible {
  outline: none;
  border-color: rgba(214, 184, 122, 0.6);
  box-shadow: 0 0 0 3px rgba(214, 184, 122, 0.12);
}

.booking-form__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.booking-chip {
  border: 1px solid rgba(214, 184, 122, 0.18);
  border-radius: 999px;
  padding: 0.52rem 0.85rem;
  background:
    linear-gradient(180deg, rgba(212, 167, 74, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(16, 16, 16, 0.88);
  color: #d7b36a;
  font: inherit;
  font-size: 0.82rem;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.booking-chip:hover,
.booking-chip:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(214, 184, 122, 0.42);
  color: #f2eadf;
}

.booking-chip:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(214, 184, 122, 0.1);
}

.booking-chip.is-selected {
  border-color: rgba(214, 184, 122, 0.48);
  background:
    linear-gradient(180deg, rgba(212, 167, 74, 0.16), rgba(255, 255, 255, 0.02)),
    rgba(18, 18, 18, 0.96);
  color: #f2eadf;
}

.booking-form__hint {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--soft);
}

.booking-form__error {
  min-height: 1.1rem;
  margin: -0.15rem 0 0;
  color: #ff9787;
  font-size: 0.88rem;
  line-height: 1.4;
}

.booking-form__submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 16rem;
  margin: 0 auto;
  padding: 1rem 1.2rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #35d46d, #21b85a 52%, #179145 100%);
  color: #04190a;
  font: inherit;
  font-size: 0.98rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow:
    0 14px 32px rgba(33, 184, 90, 0.22),
    inset 0 1px 0 rgba(226, 255, 236, 0.72);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.booking-form__submit:hover,
.booking-form__submit:focus-visible {
  transform: translateY(-1px);
  box-shadow:
    0 18px 36px rgba(33, 184, 90, 0.28),
    inset 0 1px 0 rgba(226, 255, 236, 0.82);
  filter: saturate(1.06);
}

.booking-form__submit:focus-visible {
  outline: none;
}

.booking-location__address {
  margin: 0;
  max-width: 28rem;
  font-size: 0.98rem;
  line-height: 1.68;
  color: var(--muted);
}

.booking-location__map-wrap {
  position: relative;
  overflow: hidden;
  margin-top: 0.2rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(214, 184, 122, 0.14);
  background:
    radial-gradient(circle at top right, rgba(244, 225, 182, 0.08), transparent 14rem),
    linear-gradient(180deg, rgba(14, 14, 14, 0.98), rgba(6, 6, 6, 0.98));
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.booking-location__map-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.16), rgba(5, 5, 5, 0.5)),
    radial-gradient(circle at 16% 18%, rgba(212, 167, 74, 0.12), transparent 18rem),
    radial-gradient(circle at 84% 82%, rgba(0, 0, 0, 0.34), transparent 16rem);
  mix-blend-mode: multiply;
}

.booking-location__map {
  display: block;
  width: 100%;
  height: 238px;
  border: 0;
  filter: grayscale(1) invert(0.92) hue-rotate(180deg) saturate(0.35) contrast(0.92) brightness(0.7);
  transform: scale(1.01);
}

.booking-hours {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.15rem;
}

.booking-hours__label {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d7b36a;
}

.booking-hours__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(214, 184, 122, 0.14);
  background:
    linear-gradient(180deg, rgba(212, 167, 74, 0.08), rgba(255, 255, 255, 0.015)),
    rgba(13, 13, 13, 0.88);
}

.booking-hours__row span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.booking-hours__row strong {
  color: #f2eadf;
  font-family: var(--display-font);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  font-weight: 600;
}

.reviews {
  position: relative;
  padding: 0 clamp(0.35rem, 1vw, 0.7rem) 4rem;
}

.reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 8%, rgba(215, 179, 106, 0.08), transparent 18rem),
    radial-gradient(circle at 82% 20%, rgba(244, 225, 182, 0.05), transparent 20rem);
}

.reviews__inner {
  position: relative;
  width: 100%;
  text-align: center;
}

.reviews__eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.68rem;
  color: #c59a4a;
}

.reviews h2 {
  margin: 0.7rem auto 0;
  max-width: 11ch;
  font-family: var(--display-font);
  font-size: clamp(2.4rem, 4.8vw, 4.4rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: var(--text);
}

.reviews__intro {
  margin: 1rem auto 0;
  max-width: 34rem;
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.7;
  color: var(--muted);
}

.reviews__panel {
  margin-top: 2rem;
  display: grid;
  gap: 1.15rem;
}

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

.review-card {
  display: grid;
  gap: 0.95rem;
  padding: clamp(1.5rem, 2vw, 2rem);
  border-radius: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(212, 167, 74, 0.12), transparent 16rem),
    linear-gradient(180deg, rgba(26, 22, 16, 0.96), rgba(10, 10, 10, 0.98));
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  text-align: left;
  align-content: start;
}

.review-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.review-card__identity {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.review-card__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 999px;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #fff6e7;
  flex: 0 0 auto;
}

.review-card__avatar--green {
  background: linear-gradient(180deg, #2fa890, #1b6f5f);
}

.review-card__avatar--violet {
  background: linear-gradient(180deg, #7b53e6, #5030a8);
}

.review-card__avatar--rose {
  background: linear-gradient(180deg, #d77684, #8c4350);
}

.review-card__avatar--orange {
  background: linear-gradient(180deg, #ea7f30, #b45112);
}

.review-card__name {
  margin: 0;
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  color: var(--text);
}

.review-card__meta,
.review-card__time {
  margin: 0.18rem 0 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--soft);
}

.review-card__time {
  margin: 0;
  white-space: nowrap;
}

.review-card__stars {
  color: #f5c85d;
  letter-spacing: 0.16em;
  font-size: 1rem;
}

.review-card__body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.72;
  color: var(--muted);
}

.review-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 15rem;
  margin: 0 auto;
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(214, 184, 122, 0.26);
  background:
    linear-gradient(180deg, rgba(212, 167, 74, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(17, 17, 17, 0.95);
  color: var(--text);
  font-size: 0.96rem;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.review-card__link:hover,
.review-card__link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(214, 184, 122, 0.48);
  background:
    linear-gradient(180deg, rgba(212, 167, 74, 0.18), rgba(255, 255, 255, 0.04)),
    rgba(20, 20, 20, 0.98);
}

.review-card__link:focus-visible {
  outline: none;
}

.site-footer {
  position: relative;
  padding: 0 clamp(0.35rem, 1vw, 0.7rem) 0.95rem;
}

.site-footer__inner {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(280px, 420px);
  align-items: center;
  gap: 1.4rem 2.2rem;
  padding: 1.35rem 0;
  border-radius: 2rem;
  border-top: 1px solid rgba(214, 184, 122, 0.18);
  background: transparent;
  box-shadow: none;
}

.site-footer__inner::before {
  content: "";
  position: absolute;
  left: clamp(8.5rem, 14vw, 12rem);
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(214, 184, 122, 0.22) 18%,
    rgba(214, 184, 122, 0.22) 82%,
    rgba(255, 255, 255, 0)
  );
}

.site-footer__map-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(214, 184, 122, 0.12);
  background:
    radial-gradient(circle at top right, rgba(244, 225, 182, 0.08), transparent 14rem),
    linear-gradient(180deg, rgba(14, 14, 14, 0.98), rgba(6, 6, 6, 0.98));
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.site-footer__map-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.16), rgba(5, 5, 5, 0.5)),
    radial-gradient(circle at 16% 18%, rgba(212, 167, 74, 0.12), transparent 18rem),
    radial-gradient(circle at 84% 82%, rgba(0, 0, 0, 0.34), transparent 16rem);
  mix-blend-mode: multiply;
}

.site-footer__map {
  display: block;
  width: 100%;
  height: 210px;
  border: 0;
  filter: grayscale(1) invert(0.92) hue-rotate(180deg) saturate(0.35) contrast(0.92) brightness(0.7);
  transform: scale(1.01);
}

.site-footer__content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.15rem;
}

.site-footer__nav a {
  color: var(--muted);
  font-size: 0.96rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 180ms ease, transform 180ms ease;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible {
  color: #fff4df;
  transform: translateY(-1px);
}

.site-footer__nav a:focus-visible {
  outline: none;
}

.site-footer__brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  justify-self: start;
  align-self: center;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-footer__brand:hover,
.site-footer__brand:focus-visible {
  transform: translateY(-1px);
  opacity: 1;
}

.site-footer__brand:focus-visible {
  outline: none;
}

.site-footer__logo {
  display: block;
  width: clamp(7rem, 10vw, 9.5rem);
  height: auto;
  object-fit: contain;
  opacity: 0.86;
  filter: grayscale(0.04) brightness(0.97) contrast(1.03);
}

.showcase__typeword {
  position: relative;
  display: inline-block;
  width: 0;
  white-space: nowrap;
  vertical-align: bottom;
  overflow: hidden;
  color: #f2eadf;
  background: linear-gradient(
    120deg,
    #f2eadf 0%,
    #f2eadf 28%,
    #d7b36a 48%,
    #f7e1ab 57%,
    #b7883a 70%,
    #f2eadf 100%
  );
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  border-right: 0.08em solid rgba(247, 225, 171, 0.85);
  padding-right: 0.08em;
  animation:
    showcase-type 2.8s steps(6, end) 0.35s infinite,
    showcase-caret 0.85s step-end infinite,
    ink-gold-shift 4.8s ease-in-out infinite;
}

@supports (-webkit-text-fill-color: transparent) {
  .showcase__typeword {
    -webkit-text-fill-color: transparent;
  }
}

.showcase__feed {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.2rem;
}

.showcase__cta {
  margin-top: 1.6rem;
}

.showcase-mobile {
  display: none;
}

.showcase-mobile__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.showcase-mobile__card {
  display: grid;
  gap: 0.65rem;
  min-width: 0;
  padding: 0.7rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(13, 13, 13, 0.92);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.showcase-mobile__image {
  width: 100%;
  min-height: 15rem;
  border: 0;
  cursor: pointer;
  background-color: #161616;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(5, 5, 5, 0.92);
  backdrop-filter: blur(8px);
}

.lightbox[hidden] {
  display: none;
}

.lightbox__image {
  max-width: min(92vw, 32rem);
  max-height: 82vh;
  width: auto;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0.7rem 0.95rem;
  background: rgba(18, 18, 18, 0.92);
  color: var(--text);
  font: inherit;
  cursor: pointer;
}

.insta-card {
  grid-column: span 3;
  display: grid;
  gap: 0.85rem;
  align-content: start;
  padding: 0.9rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(13, 13, 13, 0.92);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.insta-card--tall {
  grid-column: span 4;
  grid-row: span 2;
}

.insta-card--wide {
  grid-column: span 5;
}

.insta-card--quote {
  grid-column: span 4;
  align-content: center;
  justify-items: center;
  place-items: center;
  min-height: 100%;
  padding: 2rem;
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(212, 167, 74, 0.14), transparent 15rem),
    linear-gradient(180deg, rgba(30, 24, 17, 0.98), rgba(12, 12, 12, 0.98));
}

.insta-card--quote p {
  margin: 0;
  max-width: 12ch;
  font-family: var(--display-font);
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 0.94;
  letter-spacing: -0.04em;
  color: #f2eadf;
}

.insta-card--quote-secondary {
  grid-column: 1 / span 4;
}

.insta-card--tail-right {
  grid-column: 9 / span 4;
}

.insta-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #bda686;
}

.insta-card__art {
  min-height: 18rem;
  border-radius: 1.1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.insta-card--tall .insta-card__art {
  min-height: 29rem;
}

.insta-card--wide .insta-card__art {
  min-height: 20rem;
}

.insta-card__caption {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--muted);
}

.insta-card__art--1 {
  background-image: url("hero section/DSC01267.webp");
}

.insta-card__art--2 {
  background-image: url("hero section/DSC01565.webp");
}

.insta-card__art--3 {
  background-image: url("hero section/DSC01678-feed-fixed.png");
}

.insta-card__art--4 {
  background-image: url("hero section/DSC01748.webp");
}

.insta-card__art--5 {
  background-image: url("hero section/DSC01844.webp");
}

.insta-card__art--6 {
  background-image: url("hero section/DSC01790.webp");
}

.insta-card__art--7 {
  background-image: url("hero section/DSC02544-feed-fixed.png");
}

.insta-card__art--8 {
  background-image: url("hero section/IMG_6357.webp");
}

.insta-card__art--9 {
  background-image: url("hero section/DSC03116.webp");
}

.showcase__typeword {
  min-width: 6.2ch;
}

@keyframes showcase-type {
  0%,
  10% {
    width: 0;
  }
  35%,
  70% {
    width: 6.2ch;
  }
  100% {
    width: 0;
  }
}

@keyframes showcase-caret {
  0%,
  49% {
    border-color: rgba(247, 225, 171, 0.85);
  }
  50%,
  100% {
    border-color: transparent;
  }
}

.studio-proof {
  position: relative;
  z-index: 4;
  margin-top: 2.35rem;
  padding: clamp(1.6rem, 3vw, 2.4rem) clamp(0.35rem, 1vw, 0.7rem) 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(215, 179, 106, 0.08), transparent 24rem),
    linear-gradient(180deg, rgba(22, 20, 16, 0.2) 0%, rgba(11, 11, 11, 0.06) 32%, rgba(7, 7, 7, 0) 100%);
}

.studio-proof::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3.75rem;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(245, 225, 183, 0.06), rgba(245, 225, 183, 0.015) 38%, transparent 100%);
  opacity: 0.8;
}

.studio-proof__copy {
  max-width: 100%;
  text-align: left;
}

.studio-proof__text {
  max-width: 100%;
  text-align: left;
}

.studio-proof__lead {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.9fr);
  column-gap: clamp(1.4rem, 3vw, 2.5rem);
  row-gap: 0.7rem;
  align-items: start;
}

.studio-proof__copy,
.studio-proof__text {
  grid-column: 1;
}

.studio-proof__media {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.studio-proof__eyebrow {
  margin: 0 0 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.68rem;
  color: #c59a4a;
}

.studio-proof__copy h2 {
  margin: 0;
  font-family: var(--display-font);
  max-width: 15ch;
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
  color: var(--text);
  text-wrap: balance;
}

.studio-proof__intro {
  margin: 0.45rem 0 0;
  max-width: 36rem;
  font-size: clamp(0.9rem, 1.08vw, 0.98rem);
  line-height: 1.62;
  color: var(--muted);
}

.studio-proof__intro--secondary {
  max-width: 39rem;
}

.studio-proof__values {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.studio-proof__values span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.5rem 0.82rem;
  border: 1px solid rgba(214, 184, 122, 0.18);
  background:
    linear-gradient(180deg, rgba(212, 167, 74, 0.1), rgba(255, 255, 255, 0.02)),
    rgba(16, 16, 16, 0.88);
  color: #d7b36a;
  font-size: 0.73rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.studio-proof__media {
  display: flex;
  justify-content: flex-start;
  padding-top: 2.2rem;
}

.studio-proof__video-frame {
  position: relative;
  width: min(100%, 490px);
  aspect-ratio: 1;
  margin-left: -7.2rem;
  margin-top: 0.35rem;
  margin-bottom: -2.1rem;
  background: url("hero section/retro-tv.webp") center / contain no-repeat;
  background-position: center;
  overflow: visible;
  transform: rotate(12deg);
  transform-origin: center center;
  opacity: 0.78;
  filter: sepia(0.18) contrast(1.08) brightness(0.96) drop-shadow(0 24px 30px rgba(0, 0, 0, 0.36));
}

.studio-proof__antenna {
  position: absolute;
  left: 50%;
  top: -1.75rem;
  width: 4rem;
  height: 2.25rem;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}

.studio-proof__antenna span {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.14rem;
  height: 2.25rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(205, 196, 181, 0.95), rgba(98, 90, 78, 0.96));
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  transform-origin: bottom center;
}

.studio-proof__antenna span:first-child {
  transform: translateX(-50%) rotate(-18deg);
}

.studio-proof__antenna span:last-child {
  transform: translateX(-50%) rotate(18deg);
}

.studio-proof__video {
  position: absolute;
  top: 18%;
  left: 12%;
  width: 58%;
  height: 52%;
  border-radius: 12% 10% 11% 12% / 8% 8% 10% 10%;
  object-fit: cover;
  border: 0.18rem solid rgba(42, 35, 27, 0.95);
  background:
    linear-gradient(180deg, rgba(18, 15, 12, 0.88), rgba(10, 9, 8, 0.92));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    inset 0 0 24px rgba(255, 214, 153, 0.08);
  filter: sepia(0.18) saturate(0.88) contrast(1.06) brightness(0.94);
  z-index: 0;
}

.studio-proof__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0.35rem;
}

.stat-card {
  display: grid;
  gap: 0.45rem;
  align-content: start;
  border-radius: 1.35rem;
  border: 1px solid rgba(214, 184, 122, 0.14);
  background:
    linear-gradient(180deg, rgba(212, 167, 74, 0.08), rgba(255, 255, 255, 0.015)),
    rgba(13, 13, 13, 0.88);
  padding: 1.15rem 1rem;
}

.stat-card strong {
  font-family: var(--display-font);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.95;
  color: #d7b36a;
}

.stat-card span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: visible;
  display: grid;
  justify-items: center;
  align-items: start;
  padding: 1.35rem 1.35rem 3.5rem;
  isolation: isolate;
}

.hero__vignette,
.hero__grain,
.hero__smoke {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__vignette {
  background:
    radial-gradient(circle at center, transparent 28%, rgba(0, 0, 0, 0.64) 72%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.15) 24%, rgba(0, 0, 0, 0.78));
  z-index: -3;
}

.hero__grain {
  opacity: 0.12;
  mix-blend-mode: soft-light;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 4px 4px;
  z-index: -2;
}

.hero__smoke {
  inset: auto;
  width: 26rem;
  height: 12rem;
  filter: blur(18px);
  opacity: 0.28;
  z-index: 1;
  background:
    radial-gradient(circle at 25% 45%, rgba(250, 248, 245, 0.6), transparent 22%),
    radial-gradient(circle at 45% 55%, rgba(250, 248, 245, 0.4), transparent 18%),
    radial-gradient(circle at 62% 42%, rgba(250, 248, 245, 0.32), transparent 20%),
    radial-gradient(circle at 78% 58%, rgba(250, 248, 245, 0.24), transparent 15%);
  animation: drift 11s ease-in-out infinite alternate;
}

.hero__smoke--left {
  top: 22%;
  left: 8%;
}

.hero__smoke--right {
  top: 28%;
  right: 8%;
  animation-duration: 14s;
  animation-delay: -4s;
}

.hero__panel {
  position: relative;
  width: min(1380px, 100%);
  min-height: calc(100vh - 2.7rem);
  display: flex;
  flex-direction: column;
  padding: 1rem 1.25rem 2.4rem;
  border-radius: 2.25rem;
  background:
    linear-gradient(180deg, rgba(22, 22, 22, 0.95), rgba(7, 7, 7, 0.98)),
    var(--panel);
  border: 1px solid var(--panel-edge);
  box-shadow:
    0 24px 90px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -20px 40px rgba(255, 255, 255, 0.015);
  overflow: visible;
}

.hero__topbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  padding: 0.7rem 0.5rem 0.35rem;
  position: relative;
  z-index: 4;
}

.brand-lockup {
  position: absolute;
  left: 50%;
  top: 0.45rem;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  opacity: 0.46;
}

.brand-lockup__logo {
  display: block;
  width: clamp(6.5rem, 10vw, 8.4rem);
  height: auto;
  object-fit: contain;
  filter: grayscale(0.08) brightness(0.9) contrast(1.02) drop-shadow(0 8px 14px rgba(0, 0, 0, 0.16));
}

.hero__nav {
  display: inline-flex;
  gap: 1.8rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.hero__nav a,
.hero__nav-cta {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.hero__nav a:hover,
.hero__nav a:focus-visible {
  color: var(--text);
}

.hero__nav-cta {
  padding: 0.72rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(239, 226, 207, 0.22);
  color: var(--text);
  font-size: 0.86rem;
  background: rgba(255, 255, 255, 0.03);
}

.hero__nav-cta:hover,
.hero__nav-cta:focus-visible {
  transform: translateY(-1px);
  background: rgba(239, 226, 207, 0.1);
}

.hero__content {
  position: relative;
  z-index: 5;
  max-width: 46rem;
  margin: 2.15rem auto 0;
  text-align: center;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.hero.is-ready .hero__content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1750ms;
}

.hero__eyebrow {
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.74rem;
  color: var(--soft);
}

.hero h1 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(2.55rem, 5.6vw, 4.7rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.hero-title__accent {
  position: relative;
  display: inline-block;
  color: #f2eadf;
  background: linear-gradient(
    120deg,
    #f2eadf 0%,
    #f2eadf 28%,
    #d7b36a 48%,
    #f7e1ab 57%,
    #b7883a 70%,
    #f2eadf 100%
  );
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: ink-gold-shift 4.8s ease-in-out infinite;
}

@supports (-webkit-text-fill-color: transparent) {
  .hero-title__accent {
    -webkit-text-fill-color: transparent;
  }
}

.hero__copy {
  max-width: 40rem;
  margin: 0.65rem auto 0;
  color: var(--muted);
  font-size: clamp(0.94rem, 1.18vw, 1rem);
  line-height: 1.44;
}

.hero__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.15rem;
  margin-bottom: -0.25rem;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 13rem;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  font-size: 0.96rem;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--solid {
  background: linear-gradient(180deg, #f8e1a7, #d4a74a 52%, #b07b2a 100%);
  color: #150f08;
  border: 1px solid rgba(246, 216, 148, 0.58);
  box-shadow:
    0 12px 30px rgba(176, 123, 42, 0.28),
    inset 0 1px 0 rgba(255, 246, 221, 0.78);
}

.button--ghost {
  color: var(--text);
  border: 1px solid rgba(239, 226, 207, 0.18);
  background: rgba(255, 255, 255, 0.03);
}

.hero__cutout {
  position: absolute;
  top: 0;
  right: 0;
  height: min(calc(100vh - 6.4rem), 49rem);
  max-height: 100%;
  width: auto;
  max-width: min(42vw, 36rem);
  object-fit: contain;
  object-position: right bottom;
  opacity: 0.48;
  filter: grayscale(0.18) brightness(0.82) contrast(1.02) saturate(0.85) drop-shadow(0 20px 28px rgba(0, 0, 0, 0.18));
  pointer-events: none;
  z-index: 2;
}

.hero__stage {
  position: relative;
  inset: auto;
  height: 22.2rem;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  perspective: 1100px;
  margin-top: 1.4rem;
  overflow: visible;
}

.hero__cards {
  position: relative;
  width: min(1080px, calc(100% - 1.2rem));
  height: 100%;
  margin-bottom: 0;
  overflow: visible;
  z-index: 1;
}

.tattoo-card {
  --card-rotate: 0deg;
  --card-x: 0px;
  --card-y: 0px;
  --card-start-x: 0px;
  --card-start-y: 0px;
  --card-start-rotate: 0deg;
  --card-float-y: 0px;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: clamp(156px, 14.8vw, 194px);
  aspect-ratio: 0.8;
  padding: 1rem 1rem 1.22rem;
  border-radius: 1.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(243, 232, 217, 0.96), rgba(219, 206, 190, 0.98));
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.68);
  transform-origin: center bottom;
  transform:
    translate3d(var(--card-start-x), var(--card-start-y), 0)
    rotate(var(--card-start-rotate))
    rotateX(8deg)
    scale(0.92);
  opacity: 0;
  filter: saturate(0.82) brightness(0.92);
  transition:
    transform 920ms cubic-bezier(0.16, 0.9, 0.15, 1),
    opacity 420ms ease,
    filter 520ms ease;
  overflow: hidden;
}

.hero.is-ready .tattoo-card {
  opacity: 1;
  transform:
    translate3d(calc(-50% + var(--card-x)), calc(var(--card-y) + var(--card-float-y)), 0)
    rotate(var(--card-rotate))
    rotateX(14deg)
    scale(1);
  filter: saturate(1) brightness(1);
  animation: card-sway 5.8s ease-in-out infinite;
}

.tattoo-card__art {
  width: 100%;
  height: calc(100% - 2.55rem);
  border-radius: 1.08rem;
  background-color: #d7caba;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.tattoo-card span {
  display: block;
  padding-top: 0.86rem;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3d3128;
  text-align: center;
  line-height: 1.15;
  white-space: nowrap;
}

.tattoo-card--featured {
  width: clamp(178px, 16.4vw, 224px);
  z-index: 2;
}

.tattoo-card--1 {
  --card-x: -24.3rem;
  --card-y: 1.95rem;
  --card-rotate: -11deg;
  --card-start-x: -32rem;
  --card-start-y: 2.2rem;
  --card-start-rotate: -15deg;
  --card-float-y: 0.3rem;
  transition-delay: 160ms;
  animation-delay: -0.6s;
}

.tattoo-card--2 {
  --card-x: -15.9rem;
  --card-y: 1.22rem;
  --card-rotate: -8deg;
  --card-start-x: -24rem;
  --card-start-y: 1.4rem;
  --card-start-rotate: -11deg;
  --card-float-y: -0.15rem;
  transition-delay: 420ms;
  animation-delay: -1.2s;
}

.tattoo-card--3 {
  --card-x: -7.9rem;
  --card-y: 0.42rem;
  --card-rotate: -4.8deg;
  --card-start-x: -15rem;
  --card-start-y: 0.8rem;
  --card-start-rotate: -8deg;
  --card-float-y: 0.2rem;
  transition-delay: 700ms;
  animation-delay: -2s;
}

.tattoo-card--4 {
  --card-x: 0rem;
  --card-y: 0.65rem;
  --card-rotate: 0deg;
  --card-start-x: 0rem;
  --card-start-y: 3.2rem;
  --card-start-rotate: 0deg;
  --card-float-y: -0.35rem;
  transition-delay: 1120ms;
  animation-delay: -2.7s;
}

.tattoo-card--5 {
  --card-x: 8.15rem;
  --card-y: 0.38rem;
  --card-rotate: 4.8deg;
  --card-start-x: 15rem;
  --card-start-y: 0.75rem;
  --card-start-rotate: 8deg;
  --card-float-y: 0.15rem;
  transition-delay: 760ms;
  animation-delay: -1.7s;
}

.tattoo-card--6 {
  --card-x: 16rem;
  --card-y: 1.2rem;
  --card-rotate: 8deg;
  --card-start-x: 24rem;
  --card-start-y: 1.4rem;
  --card-start-rotate: 11deg;
  --card-float-y: -0.15rem;
  transition-delay: 500ms;
  animation-delay: -1s;
}

.tattoo-card--7 {
  --card-x: 24.2rem;
  --card-y: 1.95rem;
  --card-rotate: 11deg;
  --card-start-x: 32rem;
  --card-start-y: 2.15rem;
  --card-start-rotate: 15deg;
  --card-float-y: 0.28rem;
  transition-delay: 220ms;
  animation-delay: -0.35s;
}

.tattoo-card__art--rose {
  background-image: url("hero section/DSC01267.webp");
}

.tattoo-card__art--spider {
  background-image: url("hero section/DSC01565.webp");
}

.tattoo-card__art--serpent {
  background-image: url("hero section/DSC01678.webp");
}

.tattoo-card__art--portrait {
  background-image: url("hero section/DSC01748.webp");
}

.tattoo-card__art--blade {
  background-image: url("hero section/DSC01790.webp");
}

.tattoo-card__art--skull {
  background-image: url("hero section/DSC01844.webp");
}

.tattoo-card__art--glyph {
  background-image: url("hero section/DSC01850.webp");
}

@keyframes drift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(22px, -16px, 0) scale(1.08);
  }
}

@keyframes card-sway {
  0%,
  100% {
    transform:
      translate3d(calc(-50% + var(--card-x)), calc(var(--card-y) + var(--card-float-y)), 0)
      rotate(var(--card-rotate))
      rotateX(14deg)
      scale(1);
  }
  50% {
    transform:
      translate3d(calc(-50% + var(--card-x)), calc(var(--card-y) + var(--card-float-y) - 0.55rem), 0)
      rotate(calc(var(--card-rotate) * 0.985))
      rotateX(14deg)
      scale(1.018);
  }
}

@keyframes ink-gold-shift {
  0%,
  18% {
    background-position: 0% 50%;
    filter: drop-shadow(0 0 0 rgba(212, 167, 74, 0));
  }
  42% {
    background-position: 68% 50%;
    filter: drop-shadow(0 0 16px rgba(212, 167, 74, 0.16));
  }
  58% {
    background-position: 100% 50%;
    filter: drop-shadow(0 0 22px rgba(247, 225, 171, 0.22));
  }
  100% {
    background-position: 100% 50%;
    filter: drop-shadow(0 0 12px rgba(183, 136, 58, 0.08));
  }
}

@media (max-width: 980px) {
  .showcase {
    padding: 2rem 1rem 3.5rem;
  }

  .showcase h2 {
    max-width: 100%;
    font-size: clamp(2.8rem, 8vw, 5.2rem);
  }

  .booking {
    padding: 0 0.35rem 3.5rem;
  }

  .reviews {
    padding: 0 0.35rem 3.5rem;
  }

  .site-footer {
    padding: 0 0.35rem 0.7rem;
  }

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

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

  .booking h2,
  .booking h3,
  .booking__intro,
  .booking-hours__intro,
  .booking-location__address {
    max-width: 100%;
  }

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

  .insta-card,
  .insta-card--tall,
  .insta-card--wide,
  .insta-card--quote {
    grid-column: span 1;
    grid-row: auto;
  }

  .insta-card--tall .insta-card__art,
  .insta-card--wide .insta-card__art,
  .insta-card__art {
    min-height: 21rem;
  }

  .hero {
    padding: 1rem 1rem 3rem;
  }

  .hero__panel {
    width: min(100%, 1220px);
    min-height: calc(100vh - 2rem);
    border-radius: 1.6rem;
    padding-bottom: 2.1rem;
  }

  .hero__topbar {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero__nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .brand-lockup {
    position: static;
    transform: none;
    opacity: 0.42;
  }

  .hero__content {
    margin-top: 2rem;
    max-width: 34rem;
  }

  .brand-lockup__logo {
    width: clamp(6rem, 13vw, 7.6rem);
  }

  .hero__cutout {
    top: 0;
    right: 0;
    height: min(calc(100vh - 5rem), 42rem);
    max-height: 100%;
    max-width: min(40vw, 29rem);
    opacity: 0.44;
  }

  .hero__stage {
    height: 20.4rem;
    margin-top: 1.15rem;
  }

  .hero__cards {
    height: 100%;
    margin-bottom: 0;
  }

  .studio-proof {
    margin-top: 2.4rem;
    padding-top: 1.45rem;
  }

  .studio-proof__lead {
    grid-template-columns: 1fr;
    text-align: center;
    row-gap: 0.5rem;
  }

  .studio-proof__copy,
  .studio-proof__text,
  .studio-proof__media {
    grid-column: auto;
    grid-row: auto;
  }

  .studio-proof__copy,
  .studio-proof__text {
    text-align: center;
  }

  .studio-proof__copy h2,
  .studio-proof__intro,
  .studio-proof__intro--secondary,
  .studio-proof__text {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .studio-proof__values {
    justify-content: center;
  }

  .studio-proof__media {
    justify-content: center;
    padding-top: 1rem;
  }

  .studio-proof__video-frame {
    width: min(430px, 76vw);
    margin-left: -1.2rem;
    margin-top: 0.8rem;
    margin-bottom: -0.6rem;
    transform: rotate(10deg);
  }

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

  .booking-form__submit {
    width: 100%;
  }

  .tattoo-card--1 { --card-x: -17rem; --card-start-x: -24rem; }
  .tattoo-card--2 { --card-x: -11.4rem; --card-start-x: -18rem; }
  .tattoo-card--3 { --card-x: -5.6rem; --card-start-x: -11rem; }
  .tattoo-card--4 { --card-x: 0rem; }
  .tattoo-card--5 { --card-x: 5.8rem; --card-start-x: 11rem; }
  .tattoo-card--6 { --card-x: 11.6rem; --card-start-x: 18rem; }
  .tattoo-card--7 { --card-x: 17rem; --card-start-x: 24rem; }
}

@media (max-width: 720px) {
  html,
  body,
  .page-shell {
    overflow-x: hidden;
  }

  .showcase {
    padding: 1.7rem 1rem 3rem;
  }

  .booking {
    padding: 0 0 3rem;
  }

  .reviews {
    padding: 0.9rem 0 3rem;
  }

  .review-card {
    padding: 1.25rem;
    border-radius: 1.4rem;
  }

  .site-footer {
    padding: 0 0 0.45rem;
  }

  .site-footer__inner {
    text-align: center;
    gap: 1rem;
    padding: 1.2rem 0;
    grid-template-columns: 1fr;
  }

  .site-footer__inner::before {
    left: 0;
  }

  .site-footer__content {
    justify-content: center;
  }

  .site-footer__map {
    height: 220px;
  }

  .site-footer__brand {
    justify-self: center;
  }

  .site-footer__map-wrap {
    display: none;
  }

  .site-footer__logo {
    width: min(10.5rem, 46vw);
  }

  .site-footer__nav {
    justify-content: center;
    gap: 1rem;
  }

  .review-card__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }

  .booking-card {
    padding: 1.25rem;
    border-radius: 1.4rem;
  }

  .booking h2 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .booking h3 {
    font-size: clamp(1.8rem, 8vw, 2.35rem);
  }

  .booking-form__chips {
    gap: 0.55rem;
  }

  .booking-chip {
    width: fit-content;
  }

  .booking-location__map {
    height: 220px;
  }

  .booking-hours__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .showcase-mobile {
    display: block;
  }

  .showcase__feed {
    display: none;
  }

  .showcase-mobile .insta-card__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    font-size: 0.56rem;
    letter-spacing: 0.08em;
  }

  .showcase-mobile .insta-card__meta span,
  .showcase-mobile .insta-card__caption {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .showcase-mobile .insta-card__caption {
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .hero {
    padding: 0 0 3.8rem;
    overflow: hidden;
  }

  .hero__panel {
    width: 100%;
    min-height: calc(100vh + 2.4rem);
    border-radius: 0 0 1.6rem 1.6rem;
    overflow: hidden;
    background:
      linear-gradient(180deg, rgba(8, 8, 8, 0.34), rgba(8, 8, 8, 0.76) 48%, rgba(6, 6, 6, 0.96) 72%),
      url("hero section/hero-cutout-trimmed.webp?v=3") center 6.4rem / auto 33rem no-repeat,
      linear-gradient(180deg, rgba(22, 22, 22, 0.95), rgba(7, 7, 7, 0.98)),
      var(--panel);
  }

  .hero__nav {
    display: none;
  }

  .hero__nav-cta {
    display: none;
  }

  .hero__content {
    margin-top: 1.85rem;
    max-width: 100%;
  }

  .hero h1 {
    font-size: clamp(3.6rem, 16vw, 5rem);
  }

  .brand-lockup {
    opacity: 0.38;
  }

  .brand-lockup__logo {
    width: min(6.9rem, 32vw);
  }

  .hero__cutout {
    display: none;
  }

  .hero__copy {
    max-width: 30rem;
  }

  .hero__actions {
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: -0.1rem;
    gap: 0.7rem;
  }

  .button {
    width: min(100%, 16rem);
    min-width: 0;
    padding: 0.8rem 1rem;
    font-size: 0.86rem;
  }

  .hero__stage {
    height: 16.2rem;
    margin-top: -1.95rem;
    width: 100%;
    overflow: hidden;
  }

  .hero__cards {
    width: min(100%, 21.25rem);
    height: 100%;
    margin-bottom: 0;
    overflow: visible;
    transform: none;
    transform-origin: center bottom;
  }

  .studio-proof {
    margin-top: 1.9rem;
    padding-top: 1.05rem;
  }

  .studio-proof__lead {
    gap: 0.45rem;
  }

  .studio-proof__copy {
    order: 1;
    text-align: center;
  }

  .studio-proof__media {
    order: 2;
    justify-content: center;
    padding-top: 0;
  }

  .studio-proof__text {
    order: 3;
    text-align: center;
    margin-top: -1.6rem;
    margin-bottom: 0.8rem;
  }

  .studio-proof__intro {
    font-size: 0.92rem;
    text-align: center;
  }

  .studio-proof__values {
    margin-top: 0.9rem;
    margin-bottom: 0.85rem;
    justify-content: center;
  }

  .studio-proof__values span {
    font-size: 0.74rem;
    letter-spacing: 0.1em;
  }

  .studio-proof__video-frame {
    width: min(390px, 92vw);
    aspect-ratio: 1;
    margin-left: 0;
    margin-top: 0.2rem;
    margin-bottom: -0.85rem;
    transform: rotate(8deg);
  }

  .studio-proof__antenna {
    top: -1.25rem;
    width: 3rem;
    height: 1.6rem;
  }

  .studio-proof__antenna span {
    height: 1.6rem;
  }

  .studio-proof__video {
    border-width: 0.1rem;
  }

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

  .reviews__panel {
    gap: 1rem;
    overflow: hidden;
  }

  .reviews__grid {
    display: flex;
    gap: 0.9rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    align-items: stretch;
    padding: 0.15rem 0 0.15rem 0;
  }

  .reviews__grid::-webkit-scrollbar {
    display: none;
  }

  .review-card {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    min-height: 0;
    scroll-snap-align: start;
    align-self: start;
    padding: 1.1rem 1rem 1.15rem;
  }

  .review-card__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
  }

  .review-card__name {
    font-size: 0.96rem;
  }

  .review-card__meta,
  .review-card__time {
    font-size: 0.78rem;
  }

  .review-card__body {
    font-size: 0.95rem;
    line-height: 1.62;
  }

  .tattoo-card {
    width: 5.35rem;
    border-radius: 1.15rem;
    padding: 0.5rem 0.5rem 0.72rem;
  }

  .tattoo-card__art {
    border-radius: 0.85rem;
    height: calc(100% - 1.95rem);
  }

  .tattoo-card span {
    padding-top: 0.5rem;
    font-size: 0.54rem;
  }

  .tattoo-card--1 { --card-x: -6.35rem; --card-y: 0.8rem; --card-start-x: -8.4rem; }
  .tattoo-card--2 { --card-x: -4.2rem; --card-y: 0.44rem; --card-start-x: -6.2rem; }
  .tattoo-card--3 { --card-x: -2.08rem; --card-y: 0.06rem; --card-start-x: -4.15rem; }
  .tattoo-card--4 { --card-x: 0rem; --card-y: 0.34rem; --card-start-y: 2rem; }
  .tattoo-card--5 { --card-x: 2.08rem; --card-y: 0.06rem; --card-start-x: 4.15rem; }
  .tattoo-card--6 { --card-x: 4.2rem; --card-y: 0.44rem; --card-start-x: 6.2rem; }
  .tattoo-card--7 { --card-x: 6.35rem; --card-y: 0.8rem; --card-start-x: 8.4rem; }
}

@media (max-height: 820px) {
  .hero__panel {
    padding-bottom: 1.8rem;
  }

  .hero__content {
    margin-top: 1.45rem;
  }

  .hero__cutout {
    top: 0;
    right: 0;
    height: min(calc(100vh - 5.4rem), 40rem);
    max-height: 100%;
    max-width: min(38vw, 28rem);
    opacity: 0.4;
  }

  .hero h1 {
    font-size: clamp(2.3rem, 5vw, 4.1rem);
  }

  .hero__copy {
    margin-top: 0.5rem;
    font-size: 0.93rem;
    line-height: 1.38;
  }

  .hero__actions {
    margin-top: 0.9rem;
    margin-bottom: -0.15rem;
  }

  .hero__stage {
    height: 20rem;
    margin-top: 0.95rem;
  }

  .hero__cards {
    height: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 720px) and (max-height: 820px) {
  .hero__stage {
    height: 16.2rem;
    margin-top: -1.95rem;
    overflow: hidden;
  }

  .hero__cards {
    width: min(100%, 21.25rem);
    transform: none;
  }
}

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

  .hero__content {
    opacity: 1;
    transform: translateY(0);
  }

  .tattoo-card {
    opacity: 1;
    transform:
      translate3d(var(--card-x), var(--card-y), 0)
      rotate(var(--card-rotate))
      rotateX(14deg)
      scale(1);
  }
}
