@font-face {
  font-family: "Cowboy Outlaw";
  src: url("../fonts/Cowboy%20Outlaw.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Sentient";
  src: url("../fonts/Sentient.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Sentient";
  src: url("../fonts/Sentient-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

:root {
  --color-ink: #010101;
  --color-paper: #f7f1e8;
  --color-clay: #f80406;
}

html {
  background-color: var(--color-ink);
  scroll-behavior: smooth;
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

body {
  background-color: var(--color-paper);
  height: 100vh;
  overflow: hidden;
}

body.dark-mobile-chrome {
  background-color: var(--color-ink) !important;
  color-scheme: dark;
}

body.dark-mobile-chrome::after {
  background: var(--color-ink);
  bottom: 0;
  content: "";
  height: env(safe-area-inset-bottom, 0);
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  z-index: 60;
}

.site-footer-section {
  border-color: rgb(1 1 1 / 0.12);
  color: rgb(1 1 1 / 0.48);
}

.bg-ink .site-footer-section {
  border-color: rgb(247 241 232 / 0.16);
  color: rgb(247 241 232 / 0.58);
}

.site-footer-row,
.site-footer-links {
  min-width: 0;
}

.site-footer-links {
  justify-content: flex-end;
  white-space: nowrap;
}

@media (max-width: 420px) {
  .site-footer-row {
    font-size: 0.52rem;
    gap: 0.5rem;
    letter-spacing: 0.055em;
  }

  .site-footer-links {
    gap: 0.5rem;
  }
}

:root {
  --home-card-opacity: 1;
  --home-hero-opacity: 1;
  --home-left-slide: -84px;
  --home-right-slide: 84px;
  --home-scroll-progress: 0;
  --home-scroll-y: 0px;
}

.mobile-bottom-nav {
  bottom: 0;
  padding: 0.5rem 0.75rem calc(0.5rem + env(safe-area-inset-bottom, 0));
  transition:
    opacity 180ms ease,
    transform 220ms cubic-bezier(0.33, 1, 0.68, 1);
  will-change: transform;
}

.mobile-bottom-nav-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + env(safe-area-inset-bottom, 0)));
}

.mobile-bottom-nav-inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 3.9rem;
  overflow: hidden;
}

.mobile-bottom-nav-dark {
  background: rgb(1 1 1 / 0.94);
  border-top: 1px solid rgb(247 241 232 / 0.18);
  color: var(--color-paper);
}

.mobile-bottom-nav-light {
  background: rgb(247 241 232 / 0.95);
  border-top: 1px solid rgb(1 1 1 / 0.14);
  color: var(--color-ink);
}

.mobile-bottom-nav-link {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  display: flex;
  font-size: 0.66rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.13em;
  line-height: 1;
  min-width: 0;
  padding: 0.85rem 0.25rem;
  text-transform: uppercase;
  transition:
    background-color 160ms ease,
    color 160ms ease;
}

.mobile-bottom-nav-link.is-active {
  color: var(--color-clay);
}

.mobile-bottom-nav-menu {
  background: transparent;
  color: inherit;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}

.mobile-bottom-nav-menu.is-active {
  color: var(--color-clay);
}

.mobile-bottom-nav-menu-icon {
  align-items: center;
  border: 1px solid currentColor;
  display: inline-flex;
  flex-direction: column;
  gap: 0.28rem;
  height: 2.45rem;
  justify-content: center;
  padding: 0 0.7rem;
  width: 2.45rem;
}

.mobile-bottom-nav-menu-icon span {
  background: currentColor;
  display: block;
  height: 1px;
  width: 1rem;
}

.mobile-bottom-menu-backdrop {
  background: rgb(1 1 1 / 0.34);
  border: 0;
  bottom: calc(4.9rem + env(safe-area-inset-bottom, 0));
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.mobile-bottom-menu-sheet {
  animation: mobileMenuSheetIn 220ms cubic-bezier(0.33, 1, 0.68, 1) both;
  border-radius: 1.2rem 1.2rem 0 0;
  bottom: calc(4.85rem + env(safe-area-inset-bottom, 0));
  box-shadow: 0 -18px 42px rgb(1 1 1 / 0.24);
  left: 0.75rem;
  padding: 0.7rem;
  position: absolute;
  right: 0.75rem;
}

.mobile-bottom-menu-sheet-dark {
  background: rgb(1 1 1 / 0.96);
  border: 1px solid rgb(247 241 232 / 0.18);
  color: var(--color-paper);
}

.mobile-bottom-menu-sheet-light {
  background: rgb(247 241 232 / 0.98);
  border: 1px solid rgb(1 1 1 / 0.14);
  color: var(--color-ink);
}

.mobile-bottom-menu-handle {
  background: currentColor;
  height: 2px;
  margin: 0.15rem auto 0.85rem;
  opacity: 0.35;
  width: 2.4rem;
}

.mobile-bottom-menu-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 0.15rem 0.65rem;
}

.mobile-bottom-menu-heading p,
.mobile-bottom-menu-heading button {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mobile-bottom-menu-heading button {
  color: var(--color-clay);
}

.mobile-bottom-menu-grid {
  display: grid;
  gap: 0.5rem;
}

.mobile-bottom-menu-item {
  border: 1px solid currentColor;
  display: grid;
  gap: 0.25rem;
  opacity: 0.92;
  padding: 0.9rem;
  text-align: left;
  width: 100%;
}

.mobile-bottom-menu-item:hover {
  border-color: var(--color-clay);
  color: var(--color-clay);
}

.mobile-bottom-menu-item-title {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mobile-bottom-menu-item-meta {
  font-size: 0.74rem;
  letter-spacing: 0;
  line-height: 1.35;
  opacity: 0.68;
}

@keyframes mobileMenuSheetIn {
  from {
    opacity: 0;
    transform: translateY(1.2rem);
  }

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

.bg-ink {
  background-color: var(--color-ink) !important;
}

.text-ink {
  color: var(--color-ink) !important;
}

.border-ink {
  border-color: var(--color-ink) !important;
}

.bg-paper,
.bg-\[\#fbf8f2\] {
  background-color: var(--color-paper) !important;
}

.text-paper {
  color: var(--color-paper) !important;
}

.border-paper\/15 {
  border-color: rgb(247 241 232 / 0.15) !important;
}

.border-paper\/20 {
  border-color: rgb(247 241 232 / 0.2) !important;
}

.border-paper\/70 {
  border-color: rgb(247 241 232 / 0.7) !important;
}

.text-paper\/60 {
  color: rgb(247 241 232 / 0.6) !important;
}

.text-paper\/70 {
  color: rgb(247 241 232 / 0.7) !important;
}

.text-paper\/80 {
  color: rgb(247 241 232 / 0.8) !important;
}

.bg-clay,
.hover\:bg-clay:hover {
  background-color: var(--color-clay) !important;
}

.text-clay,
.hover\:text-clay:hover {
  color: var(--color-clay) !important;
}

.border-clay,
.hover\:border-clay:hover,
.focus\:border-clay:focus {
  border-color: var(--color-clay) !important;
}

.from-ink\/80 {
  --tw-gradient-from: rgb(1 1 1 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(1 1 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

body .font-serif,
body h1,
body h2 {
  font-family: "Cowboy Outlaw", "Cormorant Garamond", Georgia, serif;
}

body h2,
body h3,
body h2.font-serif,
body h3.font-serif,
.artist-card .font-serif,
.artist-panel h3 {
  font-family: "Sentient", "Cormorant Garamond", Georgia, serif;
}

.artist-card-name {
  color: var(--color-ink);
  font-weight: 400;
  letter-spacing: 0.01em;
  text-shadow:
    0.035em 0.035em 0 rgb(248 4 6 / 0.22),
    0.07em 0.07em 0 rgb(1 1 1 / 0.08);
}

.brand-morph {
  color: var(--color-paper);
  font-family: "Cowboy Outlaw", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.6rem, 11.7vw, 12rem);
  font-weight: 400;
  left: 1.25rem;
  line-height: 1;
  max-width: calc(100vw - 2.5rem);
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left top;
  transition: none;
  white-space: nowrap;
  z-index: 45;
}

.brand-morph-nav {
  font-size: 1.875rem;
  left: 1.25rem;
  line-height: 1;
  max-width: 18rem;
  top: 1.58rem;
  transform: translateY(0);
}

.brand-morph-on-light {
  color: var(--color-ink);
}

.brand-morph-mobile-panel-open {
  color: var(--color-paper);
}

.nav-panel-open {
  background-color: var(--color-ink) !important;
  border-color: transparent !important;
  top: 0 !important;
}

.image-placeholder-frame {
  background:
    linear-gradient(135deg, rgb(1 1 1 / 0.08), rgb(248 4 6 / 0.08)),
    repeating-linear-gradient(45deg, rgb(1 1 1 / 0.08) 0 1px, transparent 1px 12px),
    var(--color-paper);
  isolation: isolate;
  position: relative;
}

.image-placeholder-frame::before {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.image-placeholder-frame > img,
.image-placeholder-frame > picture,
.image-placeholder-frame > video {
  display: block;
}

.image-placeholder-frame-dark {
  background:
    linear-gradient(135deg, rgb(247 241 232 / 0.1), rgb(248 4 6 / 0.14)),
    repeating-linear-gradient(45deg, rgb(247 241 232 / 0.1) 0 1px, transparent 1px 12px),
    var(--color-ink);
}

.artist-panel {
  -webkit-overflow-scrolling: touch;
  background: var(--color-ink);
  bottom: 0;
  height: 100vh;
  height: 100dvh;
  inset: 0;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  touch-action: pan-y;
  z-index: 80;
}

.artist-panel-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-bottom: calc(2rem + env(safe-area-inset-bottom, 0));
}

.artist-modal-close {
  background: var(--color-ink);
  color: rgb(247 241 232 / 0.82) !important;
  display: none;
  padding: 0.25rem 0;
  position: fixed;
  right: clamp(1.25rem, 3vw, 2.5rem);
  top: 1.45rem;
  z-index: 90;
}

.artist-modal-actions {
  min-width: 0;
}

.artist-modal-book-link {
  display: none;
}

.artist-modal-mobile-actions {
  display: flex;
}

.artist-modal-overlay {
  background: rgb(1 1 1 / 0.96);
  z-index: 70;
}

.how-work-slider,
.artist-strip {
  -webkit-overflow-scrolling: touch;
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0.85rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.how-work-section {
  grid-column: 1 / -1;
}

.how-work-slider::-webkit-scrollbar,
.artist-strip::-webkit-scrollbar {
  display: none;
}

.how-work-slider:focus-visible {
  outline: 2px solid var(--color-clay);
  outline-offset: 0.35rem;
}

.how-work-card {
  aspect-ratio: 4 / 5;
  border: 1px solid rgb(1 1 1 / 0.18);
  flex: 0 0 min(16rem, 72vw);
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
}

.how-work-card::after {
  background:
    linear-gradient(to top, rgb(1 1 1 / 0.86), rgb(1 1 1 / 0.08) 62%),
    linear-gradient(to bottom, rgb(1 1 1 / 0.18), transparent 34%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.how-work-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.how-work-card div {
  bottom: 0;
  color: var(--color-paper);
  display: grid;
  gap: 0.45rem;
  left: 0;
  padding: 1rem;
  position: absolute;
  right: 0;
  z-index: 2;
}

.how-work-card span {
  color: var(--color-clay);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.how-work-card h3 {
  font-size: 1.7rem;
  line-height: 1;
}

.how-work-card p {
  color: rgb(247 241 232 / 0.72);
  font-size: 0.82rem;
  line-height: 1.45;
}

.how-work-carousel {
  border: 1px solid rgb(1 1 1 / 0.14);
  padding: 0.5rem;
}

.how-work-desktop-controls {
  display: none;
}

.how-work-control {
  align-items: center;
  background: var(--color-ink);
  border: 1px solid var(--color-ink);
  color: var(--color-paper);
  display: inline-flex;
  font-size: 1rem;
  font-weight: 800;
  height: 2.5rem;
  justify-content: center;
  line-height: 1;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
  width: 2.5rem;
}

.how-work-control:hover {
  background: var(--color-clay);
  border-color: var(--color-clay);
  color: var(--color-paper);
}

@media (min-width: 768px) {
  .how-work-desktop-controls {
    align-items: center;
    display: flex;
    gap: 0.5rem;
  }

  .how-work-carousel {
    padding: 0;
  }

  .how-work-slider {
    gap: 1rem;
    padding: 1rem;
  }

  .how-work-card {
    aspect-ratio: 5 / 4;
    flex-basis: calc((100% - 2rem) / 3);
    min-width: 0;
  }
}

.artist-cover {
  aspect-ratio: 16 / 10;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  overflow: hidden;
  position: relative;
}

.artist-cover img {
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  width: 100%;
}

.artist-cover-close {
  background: rgb(1 1 1 / 0.92);
  border: 1px solid rgb(247 241 232 / 0.42);
  bottom: 1rem;
  color: var(--color-paper);
  display: none;
  padding: 0.8rem 1rem;
  position: absolute;
  right: 1rem;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
  z-index: 2;
}

.artist-cover-close:hover {
  background: var(--color-clay);
  border-color: var(--color-clay);
  color: var(--color-paper);
}

.artist-work-gallery {
  -webkit-overflow-scrolling: touch;
  display: flex;
  gap: 0.85rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  overflow-x: auto;
  padding: 0 1.25rem 0.35rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.artist-work-gallery::-webkit-scrollbar {
  display: none;
}

.artist-work-tile {
  aspect-ratio: 4 / 5;
  border: 1px solid rgb(247 241 232 / 0.15);
  color: var(--color-paper);
  flex: 0 0 min(15rem, 72vw);
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  text-align: left;
}

.artist-work-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.78;
  position: absolute;
  transition:
    opacity 220ms ease,
    transform 280ms ease;
  width: 100%;
}

.artist-work-tile:hover .artist-work-image,
.artist-work-tile:focus-visible .artist-work-image {
  opacity: 0.96;
  transform: scale(1.045);
}

.artist-work-shade {
  background: linear-gradient(to top, rgb(1 1 1 / 0.82), rgb(1 1 1 / 0.08));
  inset: 0;
  position: absolute;
}

.artist-work-title {
  bottom: 0.85rem;
  color: rgb(247 241 232 / 0.78);
  font-size: 0.66rem;
  font-weight: 800;
  left: 0.85rem;
  letter-spacing: 0.15em;
  position: absolute;
  right: 0.85rem;
  text-transform: uppercase;
}

.artist-work-tile:focus-visible {
  outline: 2px solid var(--color-clay);
  outline-offset: 0.25rem;
}

@media (min-width: 768px) {
  .artist-modal-close {
    display: block;
  }

  .artist-modal-book-link {
    display: inline-block;
  }

  .artist-modal-mobile-actions {
    display: none;
  }

  .artist-cover {
    aspect-ratio: 21 / 8;
    margin-left: 0;
    margin-right: 0;
  }

  .artist-cover img {
    object-position: center 42%;
  }

  .artist-cover-close {
    display: block;
  }

  .artist-work-gallery {
    display: grid;
    gap: 0.75rem;
    grid-auto-flow: dense;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  .artist-work-tile {
    flex: none;
    min-width: 0;
    scroll-snap-align: none;
  }

  .artist-work-count-1 {
    grid-template-columns: minmax(0, 1fr);
  }

  .artist-work-count-1 .artist-work-tile {
    aspect-ratio: 16 / 10;
  }

  .artist-work-count-2 .artist-work-tile {
    aspect-ratio: 1 / 1;
  }

  .artist-work-count-3 .artist-work-tile:first-child {
    grid-row: span 2;
  }

  .artist-work-count-4 .artist-work-tile {
    aspect-ratio: 1 / 1;
  }

  .artist-work-count-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .artist-work-count-5 .artist-work-tile:first-child {
    grid-column: span 2;
    grid-row: span 2;
  }
}

.brand-morph-home {
  color: var(--color-paper);
  left: 50%;
  max-width: calc(100vw - 2.5rem);
  opacity: 0;
  text-align: center;
  top: calc(100% - clamp(2.5rem, 8vh, 5rem) - 4.75rem - (clamp(3.6rem, 11.7vw, 12rem) / 2));
  transform: translate(-50%, calc(-50% - var(--home-scroll-y, 0px)));
  transform-origin: center;
}

.brand-morph-home.brand-morph-home-docked {
  font-size: 1.875rem;
  left: 1.25rem;
  line-height: 1;
  max-width: 18rem;
  opacity: 1;
  text-align: left;
  top: 1.58rem;
  transform: translateY(0);
  transform-origin: left top;
}

.home-brand-docked .brand-morph-home {
  font-size: 1.875rem;
  left: 1.25rem;
  line-height: 1;
  max-width: 18rem;
  opacity: 1;
  text-align: left;
  top: 1.58rem;
  transform: translateY(0);
  transform-origin: left top;
}

.home-brand-on-light .brand-morph-home {
  color: var(--color-ink);
}

.hero-title-placeholder {
  font-size: clamp(3.6rem, 11.7vw, 12rem);
}

.home-hero-title {
  bottom: calc(clamp(2.5rem, 8vh, 5rem) + 6.75rem);
  left: 50%;
  opacity: var(--home-hero-opacity, 1);
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}

.home-support {
  bottom: clamp(2.5rem, 8vh, 5rem);
  left: 50%;
  max-width: calc(100vw - 2.5rem);
  opacity: var(--home-hero-opacity, 1);
  position: absolute;
  transform: translateX(-50%);
  width: max-content;
  z-index: 2;
}

.home-intro {
  position: relative;
}

.home-book-now {
  position: relative;
}

.home-panel,
.contact-panel,
.faq-panel {
  height: 100vh;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.route-stage-home {
  overflow-y: auto;
  scrollbar-width: thin;
}

.route-stage-home .route-slide,
.route-stage-home .route-slide > .ng-scope,
.route-stage-home .home-panel {
  height: auto;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: visible;
}

.route-stage-home::-webkit-scrollbar {
  width: 10px;
}

.route-stage-home::-webkit-scrollbar-track {
  background: rgb(247 241 232 / 0.06);
}

.route-stage-home::-webkit-scrollbar-thumb {
  background: rgb(247 241 232 / 0.45);
}

.contact-panel::-webkit-scrollbar {
  display: none;
}

.faq-panel::-webkit-scrollbar {
  width: 10px;
}

.faq-panel::-webkit-scrollbar-track {
  background: rgb(1 1 1 / 0.08);
}

.faq-panel::-webkit-scrollbar-thumb {
  background: rgb(1 1 1 / 0.45);
}

.home-panel::-webkit-scrollbar {
  width: 10px;
}

.home-panel::-webkit-scrollbar-track {
  background: rgb(247 241 232 / 0.06);
}

.home-panel::-webkit-scrollbar-thumb {
  background: rgb(247 241 232 / 0.45);
}

.home-scroll-story {
  min-height: auto;
}

.home-ad-strip {
  background: var(--color-ink);
  border-bottom: 1px solid rgb(247 241 232 / 0.18);
  border-top: 1px solid rgb(247 241 232 / 0.18);
  color: var(--color-paper);
  font-size: clamp(0.68rem, 1.2vw, 0.82rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  overflow: hidden;
  padding: 0.72rem 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-ad-strip-before {
  background: var(--color-paper);
  border-color: rgb(1 1 1 / 0.18);
  color: var(--color-ink);
}

.home-ad-strip-after {
  background: var(--color-paper);
  border-color: rgb(1 1 1 / 0.18);
  color: var(--color-ink);
}

.home-ad-strip-track {
  align-items: center;
  animation: homeAdStripSlide 42s linear infinite;
  display: flex;
  min-width: max-content;
  will-change: transform;
}

.home-ad-strip-after .home-ad-strip-track {
  animation-direction: reverse;
  animation-duration: 46s;
}

.home-ad-strip-group {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  min-width: max(100vw, max-content);
}

.home-ad-strip-group > span {
  align-items: center;
  display: inline-flex;
}

.home-ad-strip-group > span::after {
  color: var(--color-clay);
  content: "✦";
  font-size: 0.86em;
  margin: 0 1.3rem;
}

@keyframes homeAdStripSlide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.home-scroll-gallery {
  margin-left: 0;
  max-width: 56rem;
}

.home-scroll-card {
  background:
    linear-gradient(135deg, rgb(247 241 232 / 0.12), rgb(248 4 6 / 0.18)),
    radial-gradient(circle at 30% 20%, rgb(247 241 232 / 0.18), transparent 34%),
    var(--color-ink);
  opacity: var(--home-card-opacity, 1);
  position: relative;
  transition:
    opacity 120ms linear,
    transform 120ms linear;
  will-change: opacity, transform;
}

.home-scroll-card::before {
  border: 1px solid rgb(247 241 232 / 0.28);
  content: "";
  inset: 0.85rem;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.home-scroll-card::after {
  color: rgb(247 241 232 / 0.58);
  content: "Pale Rose Tattoo";
  display: grid;
  font-family: "Cowboy Outlaw", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  inset: 0;
  place-items: center;
  pointer-events: none;
  position: absolute;
  text-align: center;
  z-index: 0;
}

.home-scroll-card img {
  display: block;
  position: relative;
  z-index: 1;
}

.home-shop-section .home-scroll-card {
  background:
    linear-gradient(135deg, rgb(1 1 1 / 0.05), rgb(248 4 6 / 0.08)),
    var(--color-paper);
  border-color: rgb(1 1 1 / 0.16);
}

.home-shop-section .home-scroll-card::before {
  border-color: rgb(1 1 1 / 0.24);
}

.home-shop-section .home-scroll-card::after {
  color: rgb(1 1 1 / 0.2);
}

.home-scroll-card-left {
  transform: translateX(var(--home-left-slide, -84px));
}

.home-scroll-card-right {
  transform: translateX(var(--home-right-slide, 84px));
}

.home-scroll-cta {
  min-height: auto;
}

.home-footer-section {
  background: var(--color-ink);
}

.home-footer-section .site-footer-section {
  border-color: rgb(247 241 232 / 0.22);
  color: rgb(247 241 232 / 0.68);
}

@media (min-width: 1024px) {
  .home-scroll-gallery {
    align-items: center;
    justify-self: start;
    max-width: min(56rem, 100%);
  }

  .home-scroll-card {
    max-height: none;
  }
}

@media (max-width: 767px) and (max-height: 760px) {
  .brand-morph-home {
    font-size: clamp(2.8rem, 12vw, 4.8rem);
    top: calc(100% - clamp(1.15rem, 4vh, 1.75rem) - 9rem);
  }

  .home-hero-title {
    bottom: calc(clamp(1.15rem, 4vh, 1.75rem) + 8.5rem);
  }

  .home-support {
    bottom: clamp(1.15rem, 4vh, 1.75rem);
    gap: 1rem !important;
  }

  .home-intro {
    font-size: 0.82rem;
    line-height: 1.65;
    max-width: min(20rem, calc(100vw - 3rem));
  }

  .home-book-now {
    padding: 0.65rem 1.35rem;
  }
}

.landscape-break {
  display: none;
}

.route-stage {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.route-stage.route-stage-home {
  overflow-y: auto;
  scrollbar-width: thin;
}

.route-stage.route-stage-home .route-slide,
.route-stage.route-stage-home .route-slide > .ng-scope,
.route-stage.route-stage-home .home-panel {
  height: auto;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: visible;
}

.route-stage.route-stage-home::-webkit-scrollbar {
  width: 10px;
}

.route-stage.route-stage-home::-webkit-scrollbar-track {
  background: rgb(247 241 232 / 0.06);
}

.route-stage.route-stage-home::-webkit-scrollbar-thumb {
  background: rgb(247 241 232 / 0.45);
}

.route-slide,
.route-slide > .ng-scope {
  min-height: 100vh;
}

.route-slide > .ng-scope {
  animation: routeFadeIn 160ms ease both;
}

.story-panel {
  min-height: 100vh;
}

.about-panel {
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.about-panel::-webkit-scrollbar {
  width: 10px;
}

.about-panel::-webkit-scrollbar-track {
  background: rgb(1 1 1 / 0.08);
}

.about-panel::-webkit-scrollbar-thumb {
  background: rgb(1 1 1 / 0.45);
}

.about-shell {
  align-content: start;
  min-height: 100vh;
  min-height: 100dvh;
  padding-bottom: clamp(2rem, 6vh, 4rem);
  padding-top: clamp(6rem, 11vh, 7rem);
}

.about-shell > * {
  min-width: 0;
}

.artist-section {
  border-color: rgb(1 1 1 / 0.16) !important;
  padding-left: clamp(1rem, 2vw, 1.5rem);
  padding-right: clamp(1rem, 2vw, 1.5rem);
}

.artist-strip {
  box-sizing: border-box;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  max-width: calc(100% + 2.5rem);
  overflow-y: hidden;
  padding: 1.25rem 1.25rem 0.25rem;
  scroll-padding-left: 1.25rem;
  touch-action: pan-x;
  width: calc(100% + 2.5rem);
}

.artist-card {
  background: var(--color-ink);
  border: 1px solid rgb(1 1 1 / 0.2);
  box-shadow: 0 14px 34px rgb(1 1 1 / 0.06);
  color: var(--color-paper);
  flex: 0 0 min(19rem, 82vw);
  min-height: 14.25rem;
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
  scroll-snap-align: start;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.artist-card:focus-visible {
  outline: 2px solid var(--color-clay);
  outline-offset: 0.25rem;
}

.artist-card > *:not(.artist-card-preview) {
  position: relative;
  z-index: 1;
}

.artist-card:hover {
  border-color: rgb(248 4 6 / 0.72);
  box-shadow: 0 20px 44px rgb(1 1 1 / 0.12);
  transform: translateY(-3px);
}

.artist-card-preview {
  border: 0;
  inset: 0;
  margin: 0;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}

.artist-card-preview::after {
  background:
    linear-gradient(90deg, rgb(1 1 1 / 0.9), rgb(1 1 1 / 0.56)),
    linear-gradient(to top, rgb(1 1 1 / 0.3), transparent 58%);
  content: "";
  inset: 0;
  position: absolute;
}

.artist-card-preview img {
  filter: saturate(0.92) contrast(1.08);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.artist-card .text-ink,
.artist-card .text-ink\/60,
.artist-card .text-ink\/50 {
  color: rgb(247 241 232 / 0.78) !important;
}

.artist-card .artist-card-name {
  color: var(--color-paper) !important;
  text-shadow:
    0.035em 0.035em 0 rgb(248 4 6 / 0.58),
    0.075em 0.075em 0 rgb(1 1 1 / 0.7);
}

.artist-card:hover .artist-card-name {
  color: var(--color-clay) !important;
  text-shadow:
    0.035em 0.035em 0 rgb(247 241 232 / 0.7),
    0.075em 0.075em 0 rgb(1 1 1 / 0.68);
}

@media (max-width: 639px) {
  .artist-strip {
    align-items: flex-start;
  }

  .artist-card {
    align-content: start;
    gap: 0.85rem !important;
    min-height: 0;
    padding: 1.15rem;
  }
}

@media (min-width: 1024px) {
  .about-shell {
    align-items: start;
  }
}

@media (min-width: 640px) {
  .artist-strip {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
    touch-action: auto;
    width: auto;
  }

  .artist-card {
    background: var(--color-ink);
    border: 1px solid rgb(1 1 1 / 0.18);
    color: var(--color-paper);
    flex: none;
    margin-bottom: 0.85rem;
    min-height: 0;
    padding: 1.15rem;
    scroll-snap-align: none;
    width: 100%;
  }

  .artist-card:first-child {
    border-top: 1px solid rgb(1 1 1 / 0.18);
  }

  .artist-card .text-ink,
  .artist-card .text-ink\/60,
  .artist-card .text-ink\/50 {
    color: rgb(247 241 232 / 0.78) !important;
  }

  .artist-card .artist-card-name {
    color: var(--color-paper) !important;
    text-shadow:
      0.035em 0.035em 0 rgb(248 4 6 / 0.58),
      0.075em 0.075em 0 rgb(1 1 1 / 0.7);
  }

  .artist-card:hover .artist-card-name {
    color: var(--color-clay) !important;
    text-shadow:
      0.035em 0.035em 0 rgb(247 241 232 / 0.7),
      0.075em 0.075em 0 rgb(1 1 1 / 0.68);
  }

  .artist-card-preview {
    display: block;
  }
}

@media (max-width: 767px) {
  .artist-modal-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .artist-modal-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .about-panel,
  .booking-panel,
  .contact-panel,
  .faq-panel {
    padding-bottom: calc(4.9rem + env(safe-area-inset-bottom, 0));
  }

  .home-footer-section {
    padding-bottom: calc(4.9rem + env(safe-area-inset-bottom, 0));
  }
}

.booking-panel {
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.booking-panel::-webkit-scrollbar {
  width: 10px;
}

.booking-panel::-webkit-scrollbar-track {
  background: rgb(1 1 1 / 0.08);
}

.booking-panel::-webkit-scrollbar-thumb {
  background: rgb(1 1 1 / 0.45);
}

.booking-shell {
  min-height: 100vh;
  min-height: 100dvh;
  padding-bottom: clamp(1.25rem, 3vh, 2rem);
  padding-top: clamp(5.75rem, 9vh, 6.75rem);
}

.booking-input {
  min-height: 2.55rem;
  padding-bottom: 0.55rem;
  padding-top: 0.55rem;
}

.booking-textarea {
  min-height: 4.75rem;
  padding-bottom: 0.65rem;
  padding-top: 0.65rem;
}

.booking-textarea-short {
  min-height: 3.65rem;
}

.booking-file-input {
  min-height: 2.55rem;
  padding-bottom: 0.28rem;
  padding-top: 0.28rem;
}

@media (min-width: 768px) {
  .booking-reference-row {
    align-items: start;
  }

  .booking-reference-row > label {
    grid-template-rows: auto auto auto;
  }
}

.field-error {
  color: var(--color-clay);
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

@media (min-width: 1024px) and (min-height: 760px) {
  .booking-shell {
    align-items: center;
  }
}

@media (min-width: 1024px) and (max-height: 760px) {
  .booking-shell {
    padding-top: 4.75rem;
  }

  .booking-copy h2 {
    font-size: clamp(3rem, 6.5vw, 5.25rem);
  }

  .booking-copy p:not(:first-child),
  .booking-form-card > p {
    line-height: 1.45;
  }
}

.home-hero::before,
.home-hero::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.home-hero::before {
  background-image: url("../images/portrait_wp.webp");
  background-position: center;
  background-size: cover;
  opacity: 0.78;
  z-index: 0;
}

.home-hero::after {
  background:
    linear-gradient(
      to bottom,
      rgb(1 1 1 / 0.72) 0%,
      rgb(1 1 1 / 0.34) 12%,
      rgb(1 1 1 / 0) 32%
    ),
    linear-gradient(
      to top,
      rgb(1 1 1 / 0.96) 0%,
      rgb(1 1 1 / 0.88) 24%,
      rgb(1 1 1 / 0.42) 54%,
      rgb(1 1 1 / 0.08) 78%,
      rgb(1 1 1 / 0) 100%
    );
  z-index: 1;
}

@media (orientation: landscape), (min-aspect-ratio: 4 / 3) {
  .home-hero::before {
    background-image: url("../images/landscape_wp.webp");
  }

  .landscape-break {
    display: block;
  }
}

.reveal {
  animation: revealIn 260ms ease both;
}

.image-reveal {
  animation: imageReveal 300ms ease both;
}

.nav-link.is-active::after {
  transform: scaleX(1);
}

.nav-link::after {
  background: currentColor;
  bottom: -7px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

@keyframes revealIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

@keyframes routeFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

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

@keyframes imageReveal {
  from {
    clip-path: inset(5% 4% 5% 4%);
    filter: saturate(0.88);
    transform: scale(1.02);
  }

  to {
    clip-path: inset(0 0 0 0);
    filter: saturate(1);
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .route-slide > .ng-scope,
  .home-ad-strip-track,
  .reveal,
  .image-reveal {
    animation: none;
  }

  .brand-morph {
    transition: none;
  }
}

@media (min-width: 640px) {
  .brand-morph {
    left: 2rem;
    max-width: calc(100vw - 4rem);
  }

  .brand-morph-nav {
    left: 2rem;
  }

  .brand-morph-home {
    left: 50%;
    max-width: calc(100vw - 4rem);
    top: calc(100% - clamp(2.5rem, 8vh, 5rem) - 8rem - (clamp(3.6rem, 11.7vw, 12rem) / 2));
    transform: translate(-50%, calc(-50% - var(--home-scroll-y, 0px)));
  }

  .brand-morph-home.brand-morph-home-docked {
    left: 2rem;
    top: 1.58rem;
    transform: translateY(0);
  }

  .home-brand-docked .brand-morph-home {
    left: 2rem;
    top: 1.58rem;
    transform: translateY(0);
  }

  .home-hero-title {
    bottom: calc(clamp(2.5rem, 8vh, 5rem) + 8.75rem);
  }
}

@media (min-width: 1024px) {
  .brand-morph {
    left: 2.5rem;
  }

  .brand-morph-nav {
    left: 2.5rem;
    top: 1.62rem;
  }

  .brand-morph-home {
    left: 50%;
    top: calc(100% - clamp(2.5rem, 8vh, 5rem) - 8rem - (clamp(3.6rem, 11.7vw, 12rem) / 2));
    transform: translate(-50%, calc(-50% - var(--home-scroll-y, 0px)));
  }

  .brand-morph-home.brand-morph-home-docked {
    left: 2.5rem;
    top: 1.62rem;
    transform: translateY(0);
  }

  .home-brand-docked .brand-morph-home {
    left: 2.5rem;
    top: 1.62rem;
    transform: translateY(0);
  }

  .home-hero-title {
    bottom: calc(clamp(2.5rem, 6vh, 5rem) + 8.75rem);
  }
}
