@font-face {
  font-family: "Satoshi";
  src: url("assets/fonts/Satoshi_Complete/Fonts/TTF/Satoshi-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("assets/fonts/Satoshi_Complete/Fonts/TTF/Satoshi-VariableItalic.ttf")
    format("truetype");
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
}

:root {
  --font-body: "Satoshi", "Helvetica Neue", "Arial", sans-serif;
  --font-display: "Satoshi", "Helvetica Neue", "Arial", sans-serif;
  --ink: #edf4ff;
  --coal: #080d14;
  --slate: #111925;
  --stone: #1b2430;
  --gold: #88bce4;
  --gold-soft: #cee8fb;
  --gold-deep: #3d6f98;
  --mist: rgba(224, 236, 248, 0.14);
  --glass-bg: rgba(10, 18, 28, 0.52);
  --glass-border: rgba(206, 230, 248, 0.28);
  --glass-highlight: rgba(255, 255, 255, 0.2);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  --scroll: 0;
  --mx: 0;
  --my: 0;
  --body-cursor-glow-alpha: 0;
  --body-cursor-glow-alpha-active: 0.26;
  --camera: 0px;
  --base-scale: 0.98;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100%;
  font-family: var(--font-body);
  color: var(--ink);
  background: #060D18;
  overflow-x: hidden;
  overflow-y: auto;
}

body:not(.gallery) {
  background-color: #060D18;
}

@media (hover: hover) and (pointer: fine) {
  body:not(.gallery) {
    background-image: radial-gradient(
      circle clamp(170px, 21vw, 340px) at var(--cursor-ratio-x, 50%) var(--cursor-ratio-y, 42%),
      rgba(255, 255, 255, var(--body-cursor-glow-alpha)),
      rgba(255, 255, 255, 0) 66%
    );
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  body.cursor-tracking-active:not(.gallery) {
    --body-cursor-glow-alpha: var(--body-cursor-glow-alpha-active);
  }

  body.cursor-zone-active:not(.gallery) {
    --body-cursor-glow-alpha: 0;
  }
}

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

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

button {
  font-family: inherit;
  color: inherit;
}

.seo-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html.home-preloader-pending,
html.home-preloader-pending body.home {
  overflow: hidden;
}

.home-preloader {
  position: fixed;
  inset: 0;
  z-index: 2600;
  display: none;
  place-items: center;
  background:
    radial-gradient(circle at 50% 45%, rgba(52, 102, 141, 0.2), transparent 62%),
    radial-gradient(circle at 18% 80%, rgba(88, 142, 190, 0.14), transparent 52%),
    #03060b;
  opacity: 0;
  transition: opacity 0.56s ease;
  pointer-events: none;
}

html.home-preloader-pending .home-preloader {
  display: grid;
  opacity: 1;
  pointer-events: auto;
}

.home-preloader.is-leaving {
  opacity: 0;
}

.home-preloader__inner {
  --home-preloader-scale: 1;
  position: relative;
  width: min(92vw, 980px);
  height: clamp(360px, 62vh, 620px);
  display: grid;
  place-items: center;
  transform: scale(var(--home-preloader-scale));
  transform-origin: center center;
}

.home-preloader__ring {
  display: none;
}

.home-preloader__orbit {
  --home-preloader-orbit-shift-x: 0px;
  position: absolute;
  inset: 0;
  transform: translateX(var(--home-preloader-orbit-shift-x));
}

.home-preloader__thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(123px, 16.1vw, 189px);
  aspect-ratio: 1 / 1;
  margin: 0;
  transform: translate(calc(-50% + var(--x, 0px)), calc(-50% + var(--y, 0px))) rotate(var(--rot, 0deg));
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(206, 230, 248, 0.32);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.46), 0 0 0 1px rgba(255, 255, 255, 0.04);
  background: rgba(8, 14, 22, 0.84);
  opacity: 0;
  will-change: transform, opacity;
  animation: home-preloader-rise 1.9s cubic-bezier(0.16, 0.8, 0.2, 1) forwards;
  animation-delay: var(--enter-delay, 0s);
}

.home-preloader__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.12) contrast(1.08);
  transform: scale(1.03);
}

.home-preloader__brand {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  display: inline-flex;
  align-items: baseline;
  font-size: clamp(1.38rem, 3.1vw, 2.2rem);
  font-family: var(--font-display);
  font-weight: 640;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: none;
  color: #f4f7ff;
  text-align: center;
  text-wrap: balance;
  white-space: nowrap;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.48), 0 0 26px rgba(180, 214, 240, 0.2);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.home-preloader__brand-typed {
  display: inline-block;
  min-width: 0;
}

.home-preloader__brand-cursor {
  display: inline-block;
  width: 0;
  margin-left: 0;
  transform: translateX(0.06em);
  animation: home-preloader-caret 0.92s steps(1, end) infinite;
}

.home-preloader__brand.is-typed .home-preloader__brand-cursor {
  animation-play-state: paused;
  opacity: 0.72;
}

.home-preloader__label {
  position: absolute;
  left: 50%;
  bottom: 16%;
  margin: 0;
  transform: translateX(-50%);
  font-size: 0.62rem;
  font-weight: 520;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(214, 232, 247, 0.78);
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.66), 0 0 14px rgba(180, 214, 240, 0.16);
}

@keyframes home-preloader-rise {
  0% {
    transform: translate(
      calc(-50% + var(--x, 0px) + var(--drift, 0px)),
      calc(-50% + var(--y, 0px) + 145vh)
    ) rotate(var(--rot, 0deg));
    opacity: 0;
  }

  22% {
    opacity: 0.55;
  }

  78% {
    transform: translate(calc(-50% + var(--x, 0px)), calc(-50% + var(--y, 0px))) rotate(var(--rot, 0deg));
    opacity: 1;
  }

  100% {
    transform: translate(calc(-50% + var(--x, 0px)), calc(-50% + var(--y, 0px))) rotate(var(--rot, 0deg));
    opacity: 1;
  }
}

@keyframes home-preloader-caret {
  0%,
  48% {
    opacity: 1;
  }

  49%,
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-preloader {
    transition-duration: 0.28s;
  }

  .home-preloader__orbit {
    animation: none;
  }

  .home-preloader__thumb {
    animation: none;
    opacity: 1;
  }

  .home-preloader__brand-cursor {
    animation: none;
  }
}

@media (max-width: 640px) {
  .home-preloader {
    padding-inline: 12px;
    overflow: hidden;
  }

  .home-preloader__brand {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .home-preloader__label {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .home-preloader__orbit {
    --home-preloader-orbit-shift-x: -6px;
  }

  .home-preloader__inner {
    --home-preloader-scale: 0.94;
  }
}

@media (max-width: 430px) {
  .home-preloader__orbit {
    --home-preloader-orbit-shift-x: -10px;
  }

  .home-preloader__inner {
    --home-preloader-scale: 0.86;
  }
}

@media (max-width: 390px) {
  .home-preloader__orbit {
    --home-preloader-orbit-shift-x: -12px;
  }

  .home-preloader__inner {
    --home-preloader-scale: 0.79;
  }
}

@media (max-width: 375px) {
  .home-preloader__orbit {
    --home-preloader-orbit-shift-x: -14px;
  }

  .home-preloader__inner {
    --home-preloader-scale: 0.75;
  }
}

@media (max-width: 320px) {
  .home-preloader__orbit {
    --home-preloader-orbit-shift-x: -16px;
  }

  .home-preloader__inner {
    --home-preloader-scale: 0.64;
  }
}

.ambient {
  display: none;
}

.ambient__fog {
  position: absolute;
  inset: -10% -10% 0 0;
  background: radial-gradient(circle at 30% 30%, rgba(94, 138, 180, 0.28), transparent 60%),
    radial-gradient(circle at 80% 20%, rgba(166, 206, 236, 0.24), transparent 55%);
  transform: translate3d(calc(var(--mx) * 40px), calc(var(--my) * 40px), 0);
  animation: fog 18s ease-in-out infinite alternate;
  opacity: 0.6;
}

.ambient__dust {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.3;
  animation: drift 28s linear infinite;
}

.ambient__lights {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 40%),
    linear-gradient(280deg, rgba(136, 188, 228, 0.18), transparent 45%);
  mix-blend-mode: screen;
  animation: sweep 20s ease-in-out infinite;
  opacity: 0.6;
}

.ambient__orbs {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 70%, rgba(72, 120, 166, 0.24), transparent 55%),
    radial-gradient(circle at 80% 60%, rgba(136, 188, 228, 0.34), transparent 60%),
    radial-gradient(circle at 55% 25%, rgba(255, 255, 255, 0.12), transparent 45%);
  animation: orbit 30s ease-in-out infinite;
  opacity: 0.55;
}

.ambient__rays {
  position: absolute;
  inset: -20% -10% 0 -10%;
  background: repeating-linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.06) 0,
    rgba(255, 255, 255, 0.06) 2px,
    transparent 2px,
    transparent 120px
  );
  opacity: 0.2;
  transform: translate3d(0, calc(var(--scroll) * -0.08px), 0);
}

.walk {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: visible;
  perspective: none;
  z-index: 1;
  transition: filter 0.4s ease, transform 0.4s ease;
}

.walk::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #060D18;
  opacity: 1;
  z-index: 0;
}

.walk::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 7, 9, 0.4);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
  pointer-events: none;
}

body.walkthrough-active .walk::after {
  opacity: 0.55;
}

.walk__track {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  transform: none;
  display: block;
  padding: 0;
}

body.walkthrough-active .walk__track {
  opacity: 0.2;
  filter: blur(6px);
  pointer-events: none;
}

.walk__nav {
  position: absolute;
  left: 50%;
  bottom: 3vh;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  background: rgba(10, 11, 13, 0.52);
  border: 1px solid rgba(244, 239, 231, 0.15);
  backdrop-filter: blur(6px);
  z-index: 4;
}

.walk__nav,
.hallway {
  display: none;
}

body.walkthrough-active .hallway {
  display: grid;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}

.walkthrough-dismiss {
  display: none;
  position: fixed;
  inset: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  z-index: 8;
  cursor: default;
}

body.walkthrough-active .walkthrough-dismiss {
  display: block;
}

.walkthrough-cta {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 6vh;
  transform: translate(-50%, 18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease, transform 0.6s ease;
  z-index: 9;
  text-align: center;
}

body.walkthrough-active .walkthrough-cta {
  display: block;
}

.walkthrough-cta.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.walkthrough-cta__inner {
  background: transparent;
  border: none;
  border-radius: 32px;
  padding: 0;
  transform: scale(0.98);
  box-shadow: none;
  backdrop-filter: none;
  max-width: min(560px, 90vw);
}

.walkthrough-cta__inner h3 {
  margin: 0.6rem 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
}

.walkthrough-cta__inner p {
  margin: 0;
  color: rgba(244, 239, 231, 0.75);
  line-height: 1.5;
}

.walkthrough-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
  margin-top: 0;
}

.walkthrough-cta__button {
  position: relative;
  border: 1px solid rgba(154, 106, 67, 0.45);
  border-radius: 999px;
  padding: 0.86rem 1.6rem 0.82rem;
  min-width: min(460px, 84vw);
  background:
    radial-gradient(circle at 18% 20%, rgba(221, 239, 253, 0.34), rgba(221, 239, 253, 0) 40%),
    linear-gradient(155deg, rgba(41, 73, 102, 0.72), rgba(14, 24, 35, 0.88));
  color: rgba(244, 249, 255, 0.98);
  cursor: pointer;
  box-shadow:
    0 20px 45px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -1px 0 rgba(108, 159, 200, 0.35);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  text-align: center;
  isolation: isolate;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease,
    filter 0.3s ease;
  animation: ctaPulse 3.2s ease-in-out infinite;
}

.walkthrough-cta__button::before {
  content: "";
  position: absolute;
  inset: -14px -18px;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 45%, rgba(199, 165, 128, 0.35), rgba(154, 106, 67, 0));
  z-index: -1;
  animation: ctaAura 4.2s ease-in-out infinite;
  pointer-events: none;
}

.walkthrough-cta__button::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: -38%;
  width: 34%;
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0));
  transform: skewX(-18deg);
  filter: blur(0.5px);
  animation: ctaSweep 3.4s ease-in-out infinite;
  pointer-events: none;
}

.walkthrough-cta__button:hover,
.walkthrough-cta__button:focus-visible {
  transform: translateY(-3px) scale(1.01);
  border-color: rgba(199, 165, 128, 0.75);
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(154, 106, 67, 0.46);
  filter: saturate(1.08);
  outline: none;
}

.walkthrough-cta__button-label {
  display: block;
  font-size: clamp(0.98rem, 2.4vw, 1.55rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.walkthrough-cta__button-sub {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(219, 235, 249, 0.88);
}

.walk__btn {
  border: 1px solid rgba(244, 239, 231, 0.2);
  background: rgba(17, 22, 28, 0.7);
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.walk__btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.walk__status {
  display: grid;
  gap: 0.15rem;
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  color: rgba(244, 239, 231, 0.65);
  text-align: center;
}

.walk__progress {
  width: 120px;
  height: 2px;
  background: rgba(244, 239, 231, 0.2);
  border-radius: 999px;
  overflow: hidden;
}

.walk__progress span {
  display: block;
  height: 100%;
  background: linear-gradient(120deg, #88bce4, #c6e0f6);
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.hallway {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 3;
  perspective: 1400px;
}

body.walkthrough-active .hallway {
  opacity: 1;
}

.hallway__lane {
  position: relative;
  height: 100%;
  transform-style: preserve-3d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hallway__lane--left {
  --lane-x-start: -10vw;
  --lane-x-end: -26vw;
  --yaw: 7deg;
}

.hallway__lane--right {
  --lane-x-start: 10vw;
  --lane-x-end: 26vw;
  --yaw: -7deg;
}

.hallway__frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(320px, 44vw, 620px);
  aspect-ratio: 3 / 4;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
  animation: hallwayFlow 16s linear infinite;
  animation-delay: var(--delay);
}

.hallway__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.room {
  position: relative;
  padding: 6rem 8vw 5rem;
  overflow: visible;
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
  pointer-events: auto;
  z-index: 1;
  min-height: auto;
}

.room::-webkit-scrollbar {
  width: 0;
}

.room.is-active,
.room.is-prev,
.room.is-next {
  opacity: 1;
  transform: none;
  filter: none;
  pointer-events: auto;
}

.room::before,
.room::after {
  display: none;
}

.hero {
  display: grid;
  gap: clamp(2.6rem, 4.2vw, 5rem);
  align-items: center;
  min-height: min(94svh, 920px);
  padding-bottom: clamp(8rem, 14vh, 12rem);
}

.hero__content {
  max-width: 560px;
  z-index: 1;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 0.75rem;
  color: rgba(136, 188, 228, 0.85);
}

.value-prop {
  margin: 0.6rem 0 1rem;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(136, 188, 228, 0.85);
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  margin: 1rem 0 1.5rem;
  line-height: 1.05;
}

.lead {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(244, 239, 231, 0.84);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0 1.5rem;
}

.hero__note {
  font-size: 0.9rem;
  color: rgba(244, 239, 231, 0.6);
}

.hero__frame {
  align-self: center;
  max-width: 560px;
  width: 100%;
  justify-self: center;
  text-align: center;
  z-index: 1;
  transform: none;
  transition: none;
}

.hero__caption {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: rgba(244, 239, 231, 0.7);
}

.hero-printer {
  --print-duration: 18.6s;
  --print-track-top: clamp(0.98rem, 1.5vw, 1.18rem);
  --print-track-bottom: calc(100% - clamp(0.98rem, 1.5vw, 1.18rem) - clamp(1.02rem, 1.9vw, 1.24rem));
  --scan-pad: 2px;
  --scan-line-w: clamp(2px, 0.34vw, 4px);
  width: min(100%, 560px);
}

.hero-printer__panel {
  position: relative;
  border-radius: 30px;
  padding: clamp(1.05rem, 1.55vw, 1.28rem);
  border: 1px solid rgba(191, 210, 228, 0.22);
  background:
    radial-gradient(circle at 18% 9%, rgba(228, 240, 251, 0.13), rgba(228, 240, 251, 0) 44%),
    linear-gradient(150deg, rgba(18, 27, 39, 0.95), rgba(9, 14, 22, 0.98));
  box-shadow:
    0 34px 70px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(28, 47, 66, 0.36);
  overflow: hidden;
}

.hero-printer__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(206, 230, 248, 0.1), rgba(206, 230, 248, 0)),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px,
      transparent 20px
    );
  pointer-events: none;
}

.hero-printer__canvas {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(206, 230, 248, 0.2);
  background: linear-gradient(180deg, rgba(11, 16, 22, 0.97), rgba(8, 12, 18, 0.98));
}

.hero-printer__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.022);
  filter: saturate(1.06) contrast(1.02);
}

.hero-printer__unprinted {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 8, 12, 0.985), rgba(7, 13, 19, 0.985)),
    radial-gradient(circle at 28% 14%, rgba(208, 224, 237, 0.05), rgba(208, 224, 237, 0) 40%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.02) 0,
      rgba(255, 255, 255, 0.02) 1px,
      rgba(20, 32, 44, 0.06) 1px,
      rgba(20, 32, 44, 0.06) 3px
    );
  transform: translateY(0);
  will-change: transform;
}

.hero-printer__rail {
  position: absolute;
  left: clamp(1.12rem, 2vw, 1.46rem);
  right: clamp(1.12rem, 2vw, 1.46rem);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(166, 192, 216, 0.14),
    rgba(208, 228, 245, 0.58),
    rgba(166, 192, 216, 0.14)
  );
  pointer-events: none;
}

.hero-printer__rail--top {
  top: var(--print-track-top);
}

.hero-printer__rail--bottom {
  bottom: clamp(0.98rem, 1.5vw, 1.18rem);
}

.hero-printer__carriage {
  position: absolute;
  left: clamp(1.12rem, 2vw, 1.46rem);
  right: clamp(1.12rem, 2vw, 1.46rem);
  top: var(--print-track-top);
  height: clamp(1.02rem, 1.9vw, 1.24rem);
  border-radius: 6px;
  border: 1px solid rgba(184, 201, 218, 0.42);
  background:
    linear-gradient(180deg, rgba(214, 224, 232, 0.3), rgba(214, 224, 232, 0) 36%),
    linear-gradient(180deg, rgba(21, 30, 41, 0.98), rgba(10, 16, 23, 0.98));
  box-shadow:
    0 10px 16px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(71, 97, 121, 0.36);
  overflow: hidden;
  z-index: 2;
  will-change: top;
}

.hero-printer__head {
  position: absolute;
  top: 50%;
  left: var(--scan-pad);
  width: var(--scan-line-w);
  height: 80%;
  transform: translateY(-50%);
  border-radius: 1px;
  border: none;
  background:
    linear-gradient(180deg, rgba(196, 223, 244, 0.98), rgba(109, 166, 205, 0.9));
  box-shadow:
    0 0 12px rgba(166, 211, 243, 0.82),
    0 0 0 1px rgba(167, 204, 231, 0.6);
}

.hero-printer__head::before {
  content: "";
  position: absolute;
  left: -3px;
  right: -3px;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(171, 214, 244, 0.34), rgba(171, 214, 244, 0.06));
  filter: blur(0.8px);
  opacity: 0.7;
}

.hero-printer__beam {
  position: absolute;
  left: 7%;
  right: 7%;
  top: calc(100% + 3px);
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(163, 181, 196, 0),
    rgba(205, 220, 232, 0.65),
    rgba(163, 181, 196, 0)
  );
  opacity: 0.38;
}

.hero-printer.is-running .hero-printer__image {
  animation: printImageBreathe var(--print-duration) ease-out 1 forwards;
}

.hero-printer.is-running .hero-printer__unprinted {
  animation: printReveal var(--print-duration) linear 1 forwards;
}

.hero-printer.is-running .hero-printer__carriage {
  animation: printerCarriage var(--print-duration) linear 1 forwards;
}

.hero-printer.is-running .hero-printer__head {
  animation: printHeadSweep 4.8s linear infinite;
}

.hero-printer.is-complete .hero-printer__unprinted {
  transform: translateY(100%);
}

.hero-printer.is-complete .hero-printer__carriage {
  top: var(--print-track-bottom);
}

.hero-printer.is-complete .hero-printer__beam {
  opacity: 0.2;
}

.btn {
  border: 1px solid var(--glass-border);
  padding: 0.66rem 1.22rem;
  border-radius: 999px;
  background: var(--glass-bg);
  font-weight: 500;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  text-wrap: balance;
  cursor: pointer;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35), inset 0 1px 0 var(--glass-highlight);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease,
    background 0.3s ease;
}

.btn--small {
  padding: 0.46rem 0.9rem;
  font-size: 0.78rem;
}

.btn--primary {
  background: linear-gradient(135deg, rgba(199, 165, 128, 0.35), rgba(154, 106, 67, 0.18));
  color: var(--ink);
  border-color: rgba(206, 230, 248, 0.6);
  box-shadow: 0 18px 40px rgba(20, 16, 12, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn--ghost {
  background: rgba(17, 13, 10, 0.55);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.btn:active {
  transform: translateY(0) scale(0.98);
}

.btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.room__header {
  max-width: 520px;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
  display: none;
}

.room__header h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 0 0 0.8rem;
}

.room__header p {
  color: rgba(244, 239, 231, 0.7);
  line-height: 1.6;
}

.room__walls {
  position: relative;
  display: block;
  z-index: 1;
}

.room--gallery {
  background: transparent;
  color: var(--ink);
  padding: 5.2rem 3.7vw 3.4rem;
  position: relative;
  overflow: visible;
}

.room--gallery + .room--gallery {
  margin-top: -0.8rem;
  padding-top: 2.5rem;
}

.room--gallery::before,
.room--gallery::after {
  display: none;
}

.room--gallery .room__header {
  max-width: 760px;
  margin: 0 auto 4rem;
  text-align: center;
}

.room--gallery .room__header p {
  color: rgba(244, 239, 231, 0.68);
}

.room--gallery .room__header h2 {
  color: var(--ink);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.1rem, 1.8vw, 1.85rem);
  max-width: min(1740px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.gallery-grid .art-card {
  display: grid;
  grid-template-rows: auto minmax(6.4rem, auto);
  width: 100%;
  margin: 0;
  --tilt: 0deg;
  align-self: stretch;
}

.gallery-grid .art-card:nth-child(2n) .art-card__frame {
  animation-delay: -4s;
}

.gallery-grid .art-card:nth-child(3n) .art-card__frame {
  animation-delay: -8s;
}

.room--gallery .art-card {
  color: var(--ink);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.room--gallery .art-card__frame {
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  animation: float 16s ease-in-out infinite;
  aspect-ratio: 3 / 4;
}

.room--gallery .art-card__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.art-card__scene {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
  border-radius: inherit;
  overflow: hidden;
  background: transparent;
}

.art-card__scene-room {
  position: absolute;
  inset: 0;
  background: var(--scene-room-image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.02);
  filter: saturate(1.05) contrast(1.02) brightness(1.13);
  transition: transform 0.45s ease, filter 0.45s ease;
}

.art-card__scene-room::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 80% at 50% -10%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
}

.art-card__scene-print {
  position: absolute;
  left: var(--scene-frame-x, 24%);
  top: var(--scene-frame-y, 10%);
  width: var(--scene-frame-w, 40%);
  height: var(--scene-frame-h, 46%);
  border-radius: var(--scene-frame-radius, 1%);
  border: var(--scene-frame-border, 1.2%) solid rgba(12, 11, 10, 0.96);
  box-shadow: var(--scene-frame-shadow, 0 16px 34px rgba(0, 0, 0, 0.48));
  background: rgba(10, 9, 8, 0.95);
  overflow: hidden;
}

.art-card__scene-print::before {
  content: "";
  position: absolute;
  inset: var(--scene-print-inset, 2.4%);
  border-radius: calc(var(--scene-frame-radius, 1%) * 0.35);
  background-image: var(--card-print);
  background-size: var(--scene-print-fit, cover);
  background-repeat: no-repeat;
  background-position: center;
}

.art-card__scene-print::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 48%);
  mix-blend-mode: screen;
  opacity: 0.45;
}

.gallery-grid .art-card:has(.art-card__frame:hover) .art-card__frame > img,
.gallery-grid .art-card:focus-visible .art-card__frame > img {
  opacity: 0.1;
  transform: scale(1.05);
  filter: blur(0.8px);
}

.gallery-grid .art-card:has(.art-card__frame:hover) .art-card__scene,
.gallery-grid .art-card:focus-visible .art-card__scene {
  opacity: 1;
  transform: scale(1);
}

.gallery-grid .art-card:has(.art-card__frame:hover) .art-card__scene-room,
.gallery-grid .art-card:focus-visible .art-card__scene-room {
  transform: scale(1);
  filter: saturate(1.08) contrast(1.03) brightness(1.16);
}

body.walkthrough-active {
  overflow: hidden;
}

body.walkthrough-active .art-card__scene {
  display: none !important;
}

body.walkthrough-active .gallery-grid .art-card .art-card__frame > img {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

body.walkthrough-active .gallery-grid .art-card.is-walk-focus {
  transform: translateY(-8px);
}

body.walkthrough-active .gallery-grid .art-card.is-walk-focus .art-card__frame {
  border-color: rgba(206, 230, 248, 0.72);
  box-shadow: 0 0 0 2px rgba(206, 230, 248, 0.35), 0 28px 60px rgba(0, 0, 0, 0.55);
}

.room--gallery .art-card__meta {
  gap: 0.35rem;
  text-align: center;
  align-content: start;
  min-height: 6.4rem;
}

.room--gallery.is-images-only .art-card,
.room--gallery .art-card.is-images-only {
  grid-template-rows: 1fr;
}

.room--gallery.is-images-only .art-card__meta,
.room--gallery.is-images-only .art-card__cta,
.room--gallery.is-images-only .art-card__badge,
.room--gallery .art-card.is-images-only .art-card__meta,
.room--gallery .art-card.is-images-only .art-card__cta,
.room--gallery .art-card.is-images-only .art-card__badge {
  display: none !important;
}

.room--gallery .art-card__details {
  color: rgba(244, 239, 231, 0.65);
  font-size: 0.88rem;
}

.art-card__cta {
  font-size: 0.65rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--glass-bg);
  border-radius: 999px;
  padding: 0.58rem 1.08rem;
  display: inline-flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.7rem;
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.35), inset 0 1px 0 var(--glass-highlight);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease,
    transform 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

.art-card__cta:hover {
  background: rgba(37, 28, 19, 0.92);
  border-color: rgba(206, 230, 248, 0.8);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
  color: rgba(255, 248, 231, 0.98);
}

.art-card__badge {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  z-index: 2;
  background: rgba(17, 13, 10, 0.62);
  border: 1px solid rgba(206, 230, 248, 0.45);
  color: var(--ink);
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
  font-size: 0.63rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.art-card--feature {
  grid-column: span 1;
}

.art-card--feature .art-card__frame {
  aspect-ratio: 3 / 4;
}

.art-card--feature .art-card__title {
  font-size: 1.1rem;
}

.room--interlude {
  padding-top: 3.8rem;
  padding-bottom: 5rem;
}

.interlude {
  max-width: min(1280px, 100%);
  margin: 0 auto;
  padding: clamp(1.2rem, 2.1vw, 2.3rem);
  border-radius: 30px;
  border: 1px solid rgba(219, 232, 246, 0.15);
  background:
    radial-gradient(circle at 8% -10%, rgba(136, 188, 228, 0.2), rgba(136, 188, 228, 0) 38%),
    radial-gradient(circle at 92% 15%, rgba(156, 210, 245, 0.16), rgba(156, 210, 245, 0) 42%),
    linear-gradient(160deg, rgba(10, 15, 22, 0.82), rgba(9, 13, 19, 0.9));
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.42);
  position: relative;
  overflow: hidden;
}

.interlude::before,
.interlude::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.interlude::before {
  width: 320px;
  height: 320px;
  left: -90px;
  top: -110px;
  background: radial-gradient(circle, rgba(136, 188, 228, 0.15), rgba(136, 188, 228, 0));
}

.interlude::after {
  width: 260px;
  height: 260px;
  right: -80px;
  bottom: -120px;
  background: radial-gradient(circle, rgba(176, 220, 248, 0.12), rgba(176, 220, 248, 0));
}

.interlude__eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-size: 0.66rem;
  color: rgba(136, 188, 228, 0.82);
}

.interlude__lead {
  margin: 0.5rem 0 1.2rem;
  color: rgba(244, 239, 231, 0.76);
  font-size: 0.97rem;
  line-height: 1.55;
  max-width: 580px;
}

.process {
  display: grid;
  gap: 1.2rem 1.5rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  position: relative;
  z-index: 1;
}

.process__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  grid-column: 1 / 2;
}

.process__steps li {
  background: rgba(17, 22, 28, 0.55);
  border: 1px solid rgba(244, 239, 231, 0.1);
  border-radius: 20px;
  padding: 1.4rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease,
    background 0.35s ease;
}

.process__steps li:nth-child(2) {
  transform: translateY(0.65rem) rotate(-0.35deg);
}

.process__steps li:nth-child(3) {
  grid-column: 1 / -1;
  max-width: 72%;
  justify-self: end;
  transform: translateY(-0.15rem) rotate(0.3deg);
}

.process__steps li::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(136, 188, 228, 0.18), transparent 65%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.process__steps li:hover,
.process__steps li:focus-within {
  transform: translateY(-6px);
  border-color: rgba(136, 188, 228, 0.35);
  background: rgba(17, 22, 28, 0.72);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.35);
}

.process__steps li:hover::after,
.process__steps li:focus-within::after {
  opacity: 1;
}

.process__steps h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

.process__steps p {
  margin: 0;
  color: rgba(244, 239, 231, 0.7);
  line-height: 1.5;
}

.process__details {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  grid-column: 2 / 3;
  align-content: start;
}

.detail-card {
  background: rgba(15, 20, 26, 0.6);
  border: 1px solid rgba(244, 239, 231, 0.1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.detail-card:nth-child(2) {
  transform: translateY(1.2rem) rotate(-0.4deg);
}

.detail-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.detail-card figcaption {
  padding: 0.9rem 1.2rem 1.2rem;
  font-size: 0.9rem;
  color: rgba(244, 239, 231, 0.65);
}

.trust {
  margin-top: 1.2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  position: relative;
  z-index: 1;
}

.trust__card {
  background: rgba(17, 22, 28, 0.55);
  border: 1px solid rgba(244, 239, 231, 0.12);
  border-radius: 22px;
  padding: 1.6rem;
}

.trust__card:first-child {
  transform: rotate(-0.3deg);
}

.trust__card:last-child {
  transform: translateY(0.7rem) rotate(0.4deg);
}

.trust__card h3 {
  margin-top: 0;
}

.trust__note {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: rgba(244, 239, 231, 0.6);
}

.trust__card--bio {
  display: grid;
  gap: 1rem;
  align-items: center;
}

.trust__card--bio img {
  width: 100%;
  border-radius: 16px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.coa-preview {
  margin: 1rem 0;
  border: 1px dashed rgba(244, 239, 231, 0.2);
  border-radius: 16px;
  padding: 1rem;
  position: relative;
  background: rgba(9, 11, 13, 0.6);
}

.coa-preview__title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 0.6rem;
}

.coa-preview__line {
  font-size: 0.85rem;
  color: rgba(244, 239, 231, 0.7);
  margin-bottom: 0.3rem;
}

.coa-preview__seal {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(136, 188, 228, 0.6);
  display: grid;
  place-items: center;
  color: rgba(136, 188, 228, 0.9);
  font-weight: 600;
  letter-spacing: 0.1em;
}

.faq {
  display: grid;
  gap: 1rem;
}

.faq details {
  background: rgba(17, 22, 28, 0.55);
  border: 1px solid rgba(244, 239, 231, 0.12);
  border-radius: 16px;
  padding: 0.9rem 1.2rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease,
    background 0.35s ease;
}

.faq details::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(136, 188, 228, 0.18), transparent 65%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.faq details[open] {
  border-color: rgba(136, 188, 228, 0.35);
  background: rgba(17, 22, 28, 0.72);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.35);
}

.faq details[open]::after {
  opacity: 1;
}

.faq details:hover,
.faq details:focus-within {
  transform: translateY(-4px);
  border-color: rgba(136, 188, 228, 0.3);
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  position: relative;
  padding-right: 2rem;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "▸";
  position: absolute;
  right: 0;
  top: 0;
  color: rgba(136, 188, 228, 0.8);
  transform: translateY(1px);
  transition: transform 0.3s ease;
}

.faq details[open] summary::after {
  transform: rotate(90deg) translateX(2px);
}

.faq p {
  margin: 0.7rem 0 0;
  color: rgba(244, 239, 231, 0.7);
}

.policy-grid {
  margin-top: 2.5rem;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.policy-card {
  background: rgba(15, 20, 26, 0.55);
  border: 1px solid rgba(244, 239, 231, 0.12);
  border-radius: 20px;
  padding: 1.4rem;
}

.room__wall {
  display: grid;
  gap: 2rem;
}

.art-card {
  border: none;
  padding: 0;
  text-align: left;
  background: transparent;
  cursor: pointer;
  display: grid;
  gap: 0.7rem;
  transform: translateY(0) rotate(var(--tilt, 0deg));
  transition: transform 0.45s ease, filter 0.45s ease;
}

.art-card__frame {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
  transform: translateZ(0);
  animation: float 12s ease-in-out infinite;
}

.art-card__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.16), transparent 45%);
  opacity: 0.5;
  pointer-events: none;
  mix-blend-mode: screen;
}

.art-card__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 4;
  transition: opacity 0.45s ease, transform 0.5s ease, filter 0.45s ease;
}

.art-card__meta {
  display: grid;
  gap: 0.15rem;
  margin-top: -0.1rem;
}

.art-card__title {
  font-weight: 600;
  font-size: 1.1rem;
}

.art-card__details {
  color: rgba(244, 239, 231, 0.6);
  font-size: 0.9rem;
  line-height: 1.4;
}

.art-card:has(.art-card__frame:hover),
.art-card:focus-visible {
  transform: translateY(-6px) rotateX(2deg) rotateY(-2deg) rotate(var(--tilt, 0deg));
  filter: brightness(1.05);
}

.room__wall .art-card:nth-child(2) .art-card__frame {
  animation-delay: -4s;
}

.room__wall .art-card:nth-child(3) .art-card__frame {
  animation-delay: -7s;
}

.acrylic {
  position: relative;
}

.acrylic::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.4), transparent 35%);
  mix-blend-mode: screen;
  opacity: 0.35;
  pointer-events: none;
}

.acrylic::after {
  content: "";
  position: absolute;
  inset: 6% 6% auto 6%;
  height: 30%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35), transparent);
  opacity: 0.2;
  pointer-events: none;
}

.room--final {
  padding-bottom: 7rem;
}

.commission {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  position: relative;
  z-index: 1;
}

.commission__card {
  background: rgba(10, 14, 18, 0.82);
  border: 1px solid rgba(136, 188, 228, 0.28);
  padding: 2rem;
  border-radius: 24px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.45);
  position: relative;
  overflow: hidden;
}

.commission__card--alt {
  background: rgba(12, 17, 22, 0.86);
}

.commission__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(136, 188, 228, 0.16), transparent 55%);
  opacity: 1;
  pointer-events: none;
}

.commission__card h3 {
  color: rgba(244, 239, 231, 0.95);
  margin-top: 0;
}

.commission__card p {
  color: rgba(244, 239, 231, 0.75);
}

.commission__list {
  margin: 1.5rem 0;
  padding-left: 1rem;
  color: rgba(244, 239, 231, 0.75);
}

.footer {
  --footer-ink: rgba(244, 239, 231, 0.9);
  --footer-muted: rgba(244, 239, 231, 0.72);
  --footer-accent: rgba(199, 165, 128, 0.9);
  --footer-glow: rgba(0, 0, 0, 0);
  --footer-start: rgba(0, 0, 0, 0);
  --footer-mid: rgba(0, 0, 0, 0.62);
  --footer-end: rgba(0, 0, 0, 0.86);
  display: grid;
  gap: clamp(1rem, 2vw, 1.4rem);
  padding: clamp(2.1rem, 4vw, 3.2rem) clamp(1rem, 2.2vw, 2rem) 0;
  margin-top: clamp(2.4rem, 5vw, 4rem);
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 120% at 50% 0%, var(--footer-glow), rgba(136, 188, 228, 0) 58%),
    linear-gradient(180deg, var(--footer-start) 0%, var(--footer-mid) 68%, var(--footer-end) 100%);
  pointer-events: none;
  z-index: 0;
}

.footer::after {
  content: "DerinStudio";
  position: absolute;
  left: 50%;
  bottom: -0.095em;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 13.6vw, 10.8rem);
  line-height: 0.86;
  letter-spacing: 0.025em;
  color: rgba(244, 239, 231, 0.16);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}

.footer__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(0.8rem, 1.8vw, 1.25rem);
  grid-template-columns: 1fr;
  align-items: flex-start;
  justify-items: end;
  min-height: clamp(6.8rem, 15vw, 10.5rem);
  padding: 0 0 clamp(5rem, 10vw, 8rem);
}

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

.footer__utility {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1.05rem;
}

.footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.72rem;
}

.footer__icon-link {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(206, 230, 248, 0.26);
  background: rgba(8, 12, 18, 0.38);
  color: rgba(244, 239, 231, 0.82);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.22s ease, border-color 0.22s ease, background 0.22s ease,
    transform 0.18s ease;
}

.footer__icon-link:hover,
.footer__icon-link:focus-visible {
  color: rgba(255, 249, 236, 1);
  border-color: rgba(206, 230, 248, 0.56);
  background: rgba(12, 18, 27, 0.62);
  transform: translateY(-1px);
}

.footer__icon {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer__link {
  border: none;
  background: transparent;
  color: rgba(244, 239, 231, 0.82);
  font-size: 0.92rem;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  transition: color 0.22s ease, opacity 0.22s ease;
}

.footer__link:hover {
  color: rgba(255, 249, 236, 1);
}

.footer__note {
  margin: 0;
  color: rgba(244, 239, 231, 0.7);
  font-size: 0.88rem;
  line-height: 1.5;
}


.footer__link--bar {
  font-size: 0.78rem;
  margin-left: 0;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 239, 231, 0.76);
}

.footer__bar {
  position: absolute;
  right: clamp(1rem, 2.2vw, 2rem);
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.3rem;
  flex-wrap: wrap;
}

.footer__bar {
  border-top: 0;
  padding: 0.34rem 0.52rem;
  font-size: 0.64rem;
  letter-spacing: 0.05em;
  color: rgba(244, 239, 231, 0.7);
  text-align: right;
  white-space: nowrap;
  border-radius: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

body.home .footer {
  --footer-glow: rgba(0, 0, 0, 0);
  --footer-start: rgba(0, 0, 0, 0);
  --footer-mid: rgba(0, 0, 0, 0.62);
  --footer-end: rgba(0, 0, 0, 0.86);
}

body.gallery .footer {
  --footer-glow: rgba(0, 0, 0, 0);
  --footer-start: rgba(0, 0, 0, 0);
  --footer-mid: rgba(0, 0, 0, 0.62);
  --footer-end: rgba(0, 0, 0, 0.86);
  margin-top: 0;
}

body.contact-page .footer {
  --footer-glow: rgba(0, 0, 0, 0);
  --footer-start: rgba(0, 0, 0, 0);
  --footer-mid: rgba(0, 0, 0, 0.62);
  --footer-end: rgba(0, 0, 0, 0.86);
  margin-top: 0;
}

body.checkout-page .footer {
  --footer-glow: rgba(0, 0, 0, 0);
  --footer-start: rgba(0, 0, 0, 0);
  --footer-mid: rgba(0, 0, 0, 0.62);
  --footer-end: rgba(0, 0, 0, 0.86);
  margin-top: 0;
}

body.store .footer {
  --footer-glow: rgba(0, 0, 0, 0);
  --footer-start: rgba(0, 0, 0, 0);
  --footer-mid: rgba(0, 0, 0, 0.62);
  --footer-end: rgba(0, 0, 0, 0.86);
  margin-top: 0;
}

body.policies-page .footer {
  --footer-glow: rgba(0, 0, 0, 0);
  --footer-start: rgba(0, 0, 0, 0);
  --footer-mid: rgba(0, 0, 0, 0.62);
  --footer-end: rgba(0, 0, 0, 0.86);
  margin-top: 0;
}

body.legal-page .footer {
  --footer-glow: rgba(0, 0, 0, 0);
  --footer-start: rgba(0, 0, 0, 0);
  --footer-mid: rgba(0, 0, 0, 0.62);
  --footer-end: rgba(0, 0, 0, 0.86);
  margin-top: 0;
}

.art-modal {
  border: none;
  padding: 0;
  background: transparent;
  color: var(--ink);
  z-index: 10;
}

.art-modal::backdrop {
  background: rgba(10, 11, 13, 0.78);
  backdrop-filter: blur(6px);
}

.art-modal[open] {
  animation: modalFade 0.35s ease;
}

.art-modal[open] .art-modal__content {
  animation: modalRise 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.art-modal[open] .art-modal__art {
  animation: modalZoom 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.art-modal[open] .art-modal__info {
  animation: modalSlide 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.art-modal__content {
  background: rgba(15, 20, 26, 0.9);
  border: 1px solid rgba(244, 239, 231, 0.12);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 2.6rem 2rem 2rem;
  display: grid;
  gap: 2rem;
  max-width: min(900px, 90vw);
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

.art-modal__content::before {
  content: "";
  position: absolute;
  inset: -20% 0 auto 0;
  height: 50%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 60%);
  opacity: 0.3;
  pointer-events: none;
  animation: sheen 6s ease-in-out infinite;
}

.art-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 1px solid rgba(206, 230, 248, 0.55);
  background: rgba(18, 14, 10, 0.82);
  color: rgba(244, 239, 231, 0.96);
  padding: 0.44rem 0.9rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  z-index: 12;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.4);
}

.art-modal__close:hover {
  background: rgba(30, 23, 16, 0.95);
  border-color: rgba(206, 230, 248, 0.8);
}

.art-modal__close:focus,
.art-modal__close:focus-visible {
  outline: none;
  border-color: rgba(206, 230, 248, 0.9);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.45), 0 0 0 2px rgba(136, 188, 228, 0.42);
}

.art-modal__art {
  position: sticky;
  top: 1.8rem;
  align-self: start;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
  max-height: 70vh;
}

.art-modal__art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.art-modal__info h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  margin: 0 0 0.5rem;
}

.art-modal__info p {
  color: rgba(244, 239, 231, 0.75);
  line-height: 1.6;
}

.art-modal__specs {
  display: grid;
  gap: 0.4rem;
  margin: 1.5rem 0;
  color: rgba(244, 239, 231, 0.65);
}

.art-modal__actions {
  position: sticky;
  bottom: -1px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 1rem;
  background: linear-gradient(180deg, rgba(15, 20, 26, 0) 0%, rgba(15, 20, 26, 0.85) 45%);
}

.commission-page {
  position: fixed;
  inset: 0;
  background: rgba(8, 10, 12, 0.78);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 3rem 6vw 6rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 7;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.commission-page.is-open {
  opacity: 1;
  pointer-events: auto;
}

.commission-page__panel {
  width: min(1120px, 92vw);
  background: rgba(15, 20, 26, 0.9);
  border-radius: 30px;
  border: 1px solid rgba(244, 239, 231, 0.12);
  box-shadow: var(--shadow);
  padding: 2.4rem 2.2rem 2rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.9fr);
  position: relative;
  animation: modalRise 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  margin: 0 auto;
}

.commission-page__topbar {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-right: 4.2rem;
  margin-top: -0.2rem;
}

.commission-page__back {
  border: 1px solid rgba(244, 239, 231, 0.2);
  background: transparent;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.85rem;
}

.commission-page__tag {
  font-size: 0.75rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(244, 239, 231, 0.55);
}

.commission-page__close {
  position: absolute;
  top: 1.6rem;
  right: 1.8rem;
  border: 1px solid rgba(244, 239, 231, 0.2);
  background: transparent;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.85rem;
}

.commission-page__header {
  grid-column: 1 / -1;
}

.commission-page__header h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0.6rem 0 0.5rem;
}

.commission-page__header p {
  color: rgba(244, 239, 231, 0.7);
  max-width: 640px;
}

.commission-guide {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.guide-card {
  background: rgba(15, 20, 26, 0.6);
  border: 1px solid rgba(244, 239, 231, 0.12);
  border-radius: 20px;
  padding: 1rem 1.1rem;
}

.guide-card--proof {
  grid-column: 1 / -1;
}

.guide-card h3 {
  margin-top: 0;
}

.guide-list {
  margin: 0.6rem 0 0;
  padding-left: 1.1rem;
  color: rgba(244, 239, 231, 0.7);
  display: grid;
  gap: 0.3rem;
}

.proof-compare {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0.6rem;
}

.proof-compare__pane {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.proof-compare__label {
  position: absolute;
  left: 0.6rem;
  bottom: 0.6rem;
  background: rgba(8, 10, 12, 0.7);
  border: 1px solid rgba(244, 239, 231, 0.15);
  color: rgba(244, 239, 231, 0.85);
  font-size: 0.72rem;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

.proof__img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.proof__img--before {
  filter: grayscale(0.6) brightness(0.85) contrast(0.9);
}

.commission-form {
  display: grid;
  gap: 0.85rem 1.1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.commission-form__field {
  display: grid;
  gap: 0.4rem;
  color: rgba(244, 239, 231, 0.75);
}

.commission-form__field label {
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}

.commission-form__label {
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}

.commission-form__field input,
.commission-form__field select,
.commission-form__field textarea {
  background: rgba(10, 12, 15, 0.7);
  border: 1px solid rgba(244, 239, 231, 0.16);
  color: var(--ink);
  border-radius: 0;
  padding: 0.6rem 0.8rem;
  font-size: 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.commission-form__field input:focus,
.commission-form__field select:focus,
.commission-form__field textarea:focus {
  outline: none;
  border-color: rgba(136, 188, 228, 0.7);
  box-shadow: 0 0 0 2px rgba(136, 188, 228, 0.2);
  transform: translateY(-1px);
}

.option-grid {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.option-card {
  position: relative;
  cursor: pointer;
}

.option-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.option-card__label {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 0.65rem 0.8rem;
  border-radius: 0;
  border: 1px solid rgba(244, 239, 231, 0.18);
  background: rgba(10, 12, 15, 0.6);
  color: rgba(244, 239, 231, 0.8);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease,
    transform 0.2s ease, box-shadow 0.2s ease;
  min-height: 48px;
}

.option-card:hover .option-card__label {
  border-color: rgba(136, 188, 228, 0.55);
  transform: translateY(-1px);
}

.option-card input:checked + .option-card__label {
  border-color: rgba(136, 188, 228, 0.85);
  background: rgba(136, 188, 228, 0.2);
  color: var(--ink);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.option-card input:focus-visible + .option-card__label {
  outline: 2px solid rgba(136, 188, 228, 0.7);
  outline-offset: 2px;
}

.commission-form__field.is-full {
  grid-column: 1 / -1;
}

.commission-form__upload {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: minmax(0, 180px) minmax(0, 1fr);
  align-items: center;
}

.commission-form__preview {
  height: 120px;
  border-radius: 18px;
  border: 1px dashed rgba(244, 239, 231, 0.2);
  display: grid;
  place-items: center;
  color: rgba(244, 239, 231, 0.55);
  font-size: 0.85rem;
  overflow: hidden;
}

.commission-form__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.commission-form__meta {
  display: grid;
  gap: 0.3rem;
}

.commission-form__note {
  font-size: 0.8rem;
  color: rgba(244, 239, 231, 0.6);
}

.commission-form__checkbox {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  font-size: 0.85rem;
}

.commission-form__actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.2rem;
}

.good-to-know {
  display: grid;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  border: 1px solid rgba(244, 239, 231, 0.12);
  background: rgba(15, 20, 26, 0.6);
}

.good-to-know__copy h4 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
}

.good-to-know__copy p {
  margin: 0;
  color: rgba(244, 239, 231, 0.7);
  font-size: 0.9rem;
}

.good-to-know__fields {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.commission-form__field--compact input {
  padding: 0.5rem 0.7rem;
  font-size: 0.9rem;
}

.commission-side {
  display: grid;
  gap: 1rem;
  position: sticky;
  top: 2rem;
  align-self: start;
  height: fit-content;
}

.room-preview {
  --print-scale: 0.85;
  background: rgba(17, 22, 28, 0.62);
  border-radius: 22px;
  padding: 1rem;
  border: 1px solid rgba(244, 239, 231, 0.1);
  display: grid;
  gap: 0.75rem;
}

.room-preview[data-size="16x20"] {
  --print-scale: 0.6;
}

.room-preview[data-size="24x36"] {
  --print-scale: 0.72;
}

.room-preview[data-size="30x40"] {
  --print-scale: 0.82;
}

.room-preview[data-size="40x60"] {
  --print-scale: 0.95;
}

.room-preview[data-size="60x90"] {
  --print-scale: 1.08;
}

.room-preview[data-size="custom"] {
  --print-scale: 1;
}

.room-preview__wall {
  position: relative;
  border-radius: 18px;
  height: 230px;
  background: linear-gradient(180deg, rgba(29, 36, 44, 0.85), rgba(12, 14, 18, 0.95));
  display: grid;
  place-items: center;
  overflow: hidden;
}

.room-preview__wall::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  background: linear-gradient(180deg, rgba(6, 7, 9, 0), rgba(4, 5, 6, 0.65));
}

.room-preview__wall::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 22%;
  height: 6px;
  background: rgba(244, 239, 231, 0.12);
  border-radius: 999px;
}

.room-preview__print {
  width: clamp(150px, 48%, 270px);
  aspect-ratio: 3 / 4;
  background: #0b0d10;
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
  transform: translateY(-8px) scale(var(--print-scale));
  transition: transform 0.3s ease;
  overflow: hidden;
  border: 1px solid rgba(244, 239, 231, 0.08);
}

.room-preview__print img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.room-preview__meta {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  font-size: 0.85rem;
  color: rgba(244, 239, 231, 0.65);
}

.room-preview__title {
  color: var(--ink);
  font-weight: 600;
}

.commission-summary {
  background: rgba(17, 22, 28, 0.62);
  border-radius: 22px;
  padding: 1.4rem;
  border: 1px solid rgba(244, 239, 231, 0.1);
  display: grid;
  gap: 0.55rem;
  height: fit-content;
  position: static;
}

.commission-summary h3 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
}

.commission-summary__line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.9rem;
  color: rgba(244, 239, 231, 0.75);
}

.commission-summary__price {
  padding-top: 0.8rem;
  border-top: 1px solid rgba(244, 239, 231, 0.1);
  color: var(--ink);
  font-weight: 600;
}

.commission-summary__note {
  font-size: 0.8rem;
  color: rgba(244, 239, 231, 0.55);
}

.commission-confirm {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(8, 10, 12, 0.72);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  border-radius: 30px;
  z-index: 5;
}

.commission-confirm.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.commission-confirm__card {
  width: min(420px, 90%);
  background: rgba(15, 20, 26, 0.95);
  border: 1px solid rgba(244, 239, 231, 0.12);
  border-radius: 22px;
  padding: 1.6rem;
  text-align: center;
  box-shadow: var(--shadow);
}

.commission-confirm__card ul {
  margin: 1rem auto 1.2rem;
  padding-left: 1rem;
  text-align: left;
  color: rgba(244, 239, 231, 0.7);
}

.commission-confirm__actions {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.status-toast {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  padding: 0.85rem 1.3rem;
  border-radius: 999px;
  background: rgba(10, 11, 13, 0.85);
  border: 1px solid rgba(244, 239, 231, 0.2);
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  z-index: 8;
}

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

body.commission-open .walk {
  filter: blur(8px);
  transform: scale(0.98);
  pointer-events: none;
}

@keyframes fog {
  0% {
    transform: translate3d(-20px, -10px, 0);
  }
  100% {
    transform: translate3d(20px, 10px, 0);
  }
}

@keyframes drift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 200px 400px;
  }
}

@keyframes sweep {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.4;
  }
}

@keyframes orbit {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-20px, 30px, 0) scale(1.05);
  }
  100% {
    transform: translate3d(20px, -10px, 0) scale(1);
  }
}

@keyframes modalRise {
  0% {
    transform: translateY(20px) scale(0.96);
    opacity: 0.4;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes modalFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes modalZoom {
  0% {
    transform: scale(0.96);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes modalSlide {
  0% {
    transform: translateY(14px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes hallwayFlow {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%)
      translate3d(var(--lane-x-start), var(--y), -1200px)
      scale(0.45)
      rotateY(var(--yaw));
  }
  18% {
    opacity: 0.95;
  }
  80% {
    opacity: 0.95;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%)
      translate3d(var(--lane-x-end), var(--y), 280px)
      scale(1.08)
      rotateY(var(--yaw));
  }
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes sheen {
  0% {
    transform: translateX(-20%);
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    transform: translateX(30%);
    opacity: 0;
  }
}

@keyframes printReveal {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}

@keyframes printerCarriage {
  0% {
    top: var(--print-track-top);
  }
  100% {
    top: var(--print-track-bottom);
  }
}

@keyframes printHeadSweep {
  0%,
  100% {
    left: var(--scan-pad);
  }
  50% {
    left: calc(100% - var(--scan-line-w) - var(--scan-pad));
  }
}

@keyframes printImageBreathe {
  0% {
    transform: scale(1.02);
    filter: saturate(1.03) contrast(1.01);
  }
  72% {
    transform: scale(1.036);
    filter: saturate(1.08) contrast(1.04);
  }
  100% {
    transform: scale(1.03);
    filter: saturate(1.1) contrast(1.06);
  }
}

@keyframes ctaPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-1px) scale(1.01);
  }
}

@keyframes ctaAura {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.96);
  }
  50% {
    opacity: 0.95;
    transform: scale(1.03);
  }
}

@keyframes ctaSweep {
  0% {
    left: -38%;
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  50% {
    left: 106%;
    opacity: 0;
  }
  100% {
    left: 106%;
    opacity: 0;
  }
}

@media (min-width: 900px) {
  .hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .art-modal__content {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    align-items: start;
  }
}

@media (max-width: 1100px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .art-card--feature {
    grid-column: span 1;
  }

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

  .process__steps {
    grid-column: 1 / -1;
  }

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

  .process__steps li:nth-child(2),
  .process__steps li:nth-child(3),
  .detail-card:nth-child(2),
  .trust__card:first-child,
  .trust__card:last-child {
    transform: none;
  }
}

@media (max-width: 980px) {
  .commission-page__panel {
    grid-template-columns: 1fr;
  }

  .commission-side {
    position: static;
  }

  .footer__grid {
    grid-template-columns: 1fr;
    padding-bottom: clamp(4.2rem, 16vw, 6.2rem);
  }

  .footer__bar {
    right: 50%;
    transform: translateX(50%);
    justify-content: center;
    text-align: center;
  }

  .footer::after {
    bottom: -0.095em;
    font-size: clamp(2.5rem, 19vw, 6rem);
    line-height: 0.88;
  }
}



.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 0 0.85rem;
  pointer-events: none;
  background: rgba(8, 12, 18, 0.42);
  border-bottom: 1px solid rgba(206, 230, 248, 0.12);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  overflow: visible;
  isolation: isolate;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.16s ease;
  background: radial-gradient(
    circle clamp(170px, 21vw, 340px) at var(--cursor-ratio-x, 50%) var(--cursor-ratio-y, 42%),
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0) 66%
  );
  pointer-events: none;
  z-index: 0;
}

.site-header.is-cursor-active::before {
  opacity: 1;
}

.site-header > * {
  position: relative;
  z-index: 1;
}

.site-logo {
  position: absolute;
  left: clamp(1.5rem, 4vw, 4rem);
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-display);
  font-size: 0.9rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(237, 244, 255, 0.9);
  pointer-events: auto;
}

.site-nav {
  display: inline-flex;
  align-items: stretch;
  gap: clamp(0.26rem, 0.86vw, 0.62rem);
  padding: 0.08rem;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  pointer-events: auto;
}

.site-nav__link {
  --nav-tab-accent: #9A6A43;
  --nav-tab-accent-rgb: 154, 106, 67;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(94px, 10.2vw, 154px);
  min-height: 2.46rem;
  padding: 0.58rem 0.9rem;
  border-radius: 8px;
  font-family: "SFMono-Regular", Menlo, Monaco, "Liberation Mono", "Courier New", monospace;
  font-size: clamp(0.82rem, 0.97vw, 1rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(237, 244, 255, 0.9);
  line-height: 1;
  border: 1px solid transparent;
  overflow: hidden;
  isolation: isolate;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.28);
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.site-nav__link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgba(var(--nav-tab-accent-rgb), 0.92) 0%,
    rgba(var(--nav-tab-accent-rgb), 1) 100%
  );
  opacity: 0;
  transform: translateY(7px) scale(0.98);
  transition: opacity 0.24s ease, transform 0.24s ease;
  z-index: -1;
}

.site-nav__link[href="/"],
.site-nav__link[href="/portfolio"] {
  --nav-tab-accent: #9A6A43;
  --nav-tab-accent-rgb: 154, 106, 67;
}

.site-nav__link[href="/gallery"] {
  --nav-tab-accent: #9A6A43;
  --nav-tab-accent-rgb: 154, 106, 67;
}

.site-nav__link[href="/info"],
.site-nav__link[href="/contact"] {
  --nav-tab-accent: #9A6A43;
  --nav-tab-accent-rgb: 199, 165, 128;
}

.site-nav__link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.38) 0%,
    rgba(255, 255, 255, 0.14) 32%,
    rgba(255, 255, 255, 0) 72%
  );
  opacity: 0;
  transition: opacity 0.24s ease;
  pointer-events: none;
  z-index: -1;
}

.site-nav__link:hover,
.site-nav__link:focus-visible,
.site-nav__link.is-active,
.site-nav__link[aria-current="page"] {
  color: #FFF8EF;
  border-color: rgba(var(--nav-tab-accent-rgb), 0.92);
  transform: translateY(-1px);
  text-shadow: none;
  box-shadow: 0 5px 12px rgba(var(--nav-tab-accent-rgb), 0.34);
}

.site-nav__link:hover::before,
.site-nav__link:focus-visible::before,
.site-nav__link.is-active::before,
.site-nav__link[aria-current="page"]::before {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.site-nav__link:hover::after,
.site-nav__link:focus-visible::after,
.site-nav__link.is-active::after,
.site-nav__link[aria-current="page"]::after {
  opacity: 1;
}

.site-nav__link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(7, 16, 3, 0.25), 0 0 0 4px rgba(var(--nav-tab-accent-rgb), 0.55);
}

.cart-popover {
  position: absolute;
  right: clamp(1.5rem, 4vw, 4rem);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: auto;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 81;
}

.site-header__checkout {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: transparent;
  border: none;
  color: rgba(237, 244, 255, 0.9);
  font-size: 1rem;
  pointer-events: auto;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.site-header__checkout:hover,
.site-header__checkout:focus-visible {
  color: #ffffff;
  background: transparent;
}

.site-header__icon {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
}

.cart-badge {
  position: absolute;
  top: -0.25rem;
  right: -0.35rem;
  min-width: 1rem;
  height: 1rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: #0b0f14;
  color: #08111F;
  font-size: 0.55rem;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

.cart-badge.is-visible {
  opacity: 1;
  transform: scale(1);
}

.cart-badge.is-bump {
  animation: badgeBump 0.35s ease;
}

@keyframes badgeBump {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.28);
  }
  70% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}

.mini-cart {
  position: absolute;
  right: 0;
  top: calc(100% + 0.75rem);
  width: min(320px, 90vw);
  padding: 0.9rem;
  border-radius: 18px;
  background: rgba(8, 12, 18, 0.82);
  border: 1px solid rgba(206, 230, 248, 0.2);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 80;
}

.mini-cart::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -0.75rem;
  height: 0.75rem;
}

.cart-popover:hover .mini-cart,
.cart-popover:focus-within .mini-cart {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mini-cart__header {
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(136, 188, 228, 0.8);
  margin-bottom: 0.8rem;
}

.mini-cart__items {
  display: grid;
  gap: 0.75rem;
  max-height: 220px;
  overflow-y: auto;
  padding-right: 0.2rem;
}

.mini-cart__item {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 0.6rem;
  align-items: center;
}

.mini-cart__thumb {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid rgba(244, 239, 231, 0.12);
}

.mini-cart__thumb-link {
  display: block;
  border-radius: 10px;
}

.mini-cart__thumb-link:focus-visible {
  outline: 1px solid rgba(206, 230, 248, 0.7);
  outline-offset: 2px;
}

.mini-cart__meta {
  display: grid;
  gap: 0.2rem;
}

.mini-cart__item-link {
  font-size: 0.85rem;
  color: rgba(244, 239, 231, 0.9);
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.mini-cart__item-link:hover,
.mini-cart__item-link:focus-visible {
  color: #ffffff;
  border-color: rgba(206, 230, 248, 0.55);
}

.mini-cart__meta span {
  font-size: 0.75rem;
  color: rgba(244, 239, 231, 0.6);
}

.mini-cart__controls {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.25rem;
}

.mini-cart__qty-btn {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(206, 230, 248, 0.4);
  background: transparent;
  color: rgba(237, 244, 255, 0.8);
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
}

.mini-cart__qty-btn:hover,
.mini-cart__qty-btn:focus-visible {
  border-color: rgba(206, 230, 248, 0.7);
  color: #ffffff;
}

.mini-cart__qty {
  font-size: 0.75rem;
  color: rgba(244, 239, 231, 0.75);
  min-width: 1.25rem;
  text-align: center;
}

.mini-cart__price {
  font-size: 0.8rem;
  color: rgba(244, 239, 231, 0.8);
}

.mini-cart__empty {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(244, 239, 231, 0.6);
}

.mini-cart__footer {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(244, 239, 231, 0.12);
  display: grid;
  gap: 0.5rem;
}

.mini-cart__footer span {
  font-size: 0.75rem;
  color: rgba(244, 239, 231, 0.6);
}

.mini-cart__footer strong {
  font-size: 0.9rem;
}

.mini-cart__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.62rem 0.78rem;
  border-radius: 999px;
  border: none;
  background: #fff;
  color: #000;
  font-weight: 600;
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  line-height: 1.2;
  white-space: normal;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mini-cart__cta:hover,
.mini-cart__cta:focus-visible {
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.3);
}

.mini-cart__cta:active {
  transform: scale(0.98);
}

.mini-cart__cta.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media (max-width: 640px) {
  .site-header {
    flex-direction: column;
    gap: 0.6rem;
  }

  .site-logo {
    position: static;
  }

  .cart-popover {
    top: 0.65rem;
    transform: none;
  }

  .site-nav {
    width: min(92vw, 430px);
    gap: 0.24rem;
    padding: 0.06rem;
  }

  .site-nav__link {
    min-width: 0;
    flex: 1 1 0;
    min-height: 2.18rem;
    padding: 0.48rem 0.28rem;
    border-radius: 7px;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
  }
}

body.home {
  background-color: #060D18;
  color: #f4f7ff;
}

/* =====================
   Legal Pages
===================== */

body.legal-page {
  background: #060D18;
  color: var(--ink);
  position: relative;
}

body.legal-page::before {
  display: none;
}

.legal-header {
  position: sticky;
  top: 0;
  z-index: 6;
  background: rgba(8, 12, 18, 0.8);
  border-bottom: 1px solid rgba(206, 230, 248, 0.12);
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
}

.legal-header__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.9rem 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.legal-brand {
  font-family: var(--font-display);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: rgba(237, 244, 255, 0.9);
}

.legal-actions {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.legal-action {
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(206, 230, 248, 0.25);
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(237, 244, 255, 0.78);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.legal-action:hover,
.legal-action:focus-visible {
  color: #ffffff;
  border-color: rgba(206, 230, 248, 0.6);
}

.legal-action--primary {
  background: rgba(136, 188, 228, 0.2);
  border-color: rgba(136, 188, 228, 0.55);
  color: rgba(237, 244, 255, 0.95);
}

.legal-shell {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 5.5rem 6vw 4.5rem;
  display: grid;
  gap: 2.2rem;
}

.legal-hero {
  display: grid;
  gap: 0.8rem;
  max-width: 820px;
}

.legal-kicker {
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(136, 188, 228, 0.85);
}

.legal-title {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 4vw, 3.8rem);
  margin: 0;
}

.legal-lead {
  margin: 0;
  color: rgba(244, 239, 231, 0.75);
  line-height: 1.6;
}

.legal-meta {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  font-size: 0.85rem;
  color: rgba(244, 239, 231, 0.6);
}

.legal-card {
  background: rgba(11, 15, 20, 0.92);
  border: 1px solid rgba(244, 239, 231, 0.12);
  border-radius: 24px;
  padding: 1.8rem;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
  display: grid;
  gap: 0.85rem;
}

.legal-card h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.6rem;
}

.legal-card p {
  margin: 0;
  color: rgba(244, 239, 231, 0.72);
  line-height: 1.6;
}

.legal-list {
  margin: 0;
  padding-left: 1.2rem;
  color: rgba(244, 239, 231, 0.72);
  line-height: 1.6;
}

.legal-list li + li {
  margin-top: 0.45rem;
}

.legal-list a {
  color: rgba(136, 188, 228, 0.9);
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.legal-list a:hover,
.legal-list a:focus-visible {
  color: #ffffff;
  border-color: rgba(136, 188, 228, 0.6);
}

.legal-notes {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.legal-note h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
}

.legal-note p {
  margin: 0;
  color: rgba(244, 239, 231, 0.7);
  font-size: 0.95rem;
}

.legal-media {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.legal-media figure {
  margin: 0;
  display: grid;
  gap: 0.5rem;
}

.legal-media img {
  border-radius: 18px;
  border: 1px solid rgba(244, 239, 231, 0.12);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.4);
}

.legal-media figcaption {
  font-size: 0.8rem;
  color: rgba(244, 239, 231, 0.6);
}

@media (max-width: 720px) {
  .legal-header__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .legal-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .legal-shell {
    padding: 4.5rem 6vw 3.5rem;
  }
}

body.home .ambient {
  display: none;
}

.home-grid {
  min-height: 100vh;
  padding: 5rem 5vw 3rem;
}

.home-grid__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: min(1000px, 92vw);
  margin: 0 auto;
  width: 100%;
}

.home-grid__column {
  display: grid;
  gap: 0.9rem;
}

.home-grid__item {
  --reveal-y: 12px;
  --depth-rotate-x: 0deg;
  --depth-rotate-y: 0deg;
  --depth-shift-x: 0px;
  --depth-shift-y: 0px;
  --depth-scale: 1;
  display: block;
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  z-index: 0;
  width: 100%;
  perspective: 900px;
  transform-style: preserve-3d;
}

.home-grid__item::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transform: scale(0.99);
  transition: opacity 0.3s ease, transform 0.28s ease;
  pointer-events: none;
}

.home-grid__image {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
  border-radius: 0;
  opacity: 1;
  transform:
    translate3d(var(--depth-shift-x), var(--depth-shift-y), 0)
    rotateX(var(--depth-rotate-x))
    rotateY(var(--depth-rotate-y))
    scale(var(--depth-scale));
  transform-origin: center;
  transition: opacity 0.6s ease, transform 0.28s ease, filter 0.28s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.home-grid__item.is-reveal .home-grid__image {
  opacity: 0;
}

.home-grid__item.is-reveal.is-visible .home-grid__image {
  opacity: 1;
}

.home-grid__item:hover,
.home-grid__item:focus-visible {
  z-index: 2;
}

.home-grid__item:hover .home-grid__image,
.home-grid__item:focus-visible .home-grid__image {
  --depth-scale: 1.015;
  transition-delay: 0ms;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.38));
}

.home-grid__item:hover::after,
.home-grid__item:focus-visible::after {
  opacity: 1;
  transform: scale(1);
}

.home-grid__item.is-depth-active .home-grid__image {
  transition-duration: 0.12s;
}

body.home .footer {
  margin-top: 0;
  padding-top: 2.2rem;
}

.home-grid__error {
  margin: 0;
  color: rgba(244, 247, 255, 0.7);
  font-size: 0.95rem;
}

.home-footer {
  padding: 1.5rem 0 2.5rem;
}

.home-footer__inner {
  max-width: min(1200px, 90vw);
  margin: 0 auto;
  color: rgba(244, 247, 255, 0.6);
  font-size: 0.85rem;
  text-align: center;
}

@media (max-width: 900px) {
  .home-grid__inner {
    gap: 0.85rem;
  }
}

@media (max-width: 1100px) {
  .home-grid__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-grid__column[data-home-grid-col="right"] {
    display: none;
  }
}

@media (max-width: 640px) {
  .home-grid {
    padding: 4.5rem 6vw 2.6rem;
  }

  .home-grid__inner {
    grid-template-columns: 1fr;
  }

  .home-grid__column[data-home-grid-col="center"],
  .home-grid__column[data-home-grid-col="right"] {
    display: none;
  }

  .home-grid__image {
    width: 90%;
    max-width: 90%;
  }
}

.contact-shell {
  min-height: 128vh;
  padding: 8rem 6vw 1.6rem;
  display: grid;
  gap: 2.8rem;
  position: relative;
  z-index: 1;
}

.contact-hero {
  max-width: 680px;
  display: grid;
  gap: 0.8rem;
}

.contact-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.2vw, 3.6rem);
  margin: 0;
}

.contact-lead {
  margin: 0;
  color: rgba(244, 239, 231, 0.7);
  line-height: 1.6;
}

.contact-booking {
  margin-top: 0.6rem;
}

.contact-booking__panel {
  width: min(1160px, 100%);
  min-height: clamp(240px, 28vw, 320px);
  border-radius: 22px;
  border: 0;
  background: #0a0c10;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(0, 1.48fr);
}

.contact-booking__media {
  position: relative;
  overflow: hidden;
}

.contact-booking__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05);
  transform: scale(1.02);
}

.contact-booking__content {
  padding: clamp(1.35rem, 2.8vw, 2.5rem);
  display: grid;
  align-content: center;
  gap: 0.9rem;
  background: linear-gradient(180deg, rgba(10, 12, 16, 0.96), rgba(8, 10, 14, 0.98));
  border-left: 0;
}

.contact-booking__label {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(244, 239, 231, 0.72);
}

.contact-booking__content h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  line-height: 1.05;
}

.contact-booking__content p {
  margin: 0;
  color: rgba(244, 239, 231, 0.72);
  max-width: 48ch;
}

.contact-booking__actions {
  margin-top: 0.2rem;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

@keyframes fluidBookButtonPulse {
  from {
    transform: scale(1);
  }

  65% {
    transform: scale(1.05);
  }

  to {
    transform: scale(1);
  }
}

.fluid-book-button {
  --fluid-button-border: rgba(250, 250, 250, 0.88);
  --fluid-button-overlay: rgb(250, 250, 250);
  --fluid-button-text-primary: rgb(250, 250, 250);
  --fluid-button-text-secondary: rgb(0, 0, 0);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(7.6rem, 16.2vw, 9.2rem);
  padding: 0.62rem 1.45rem;
  border: 2px solid var(--fluid-button-border);
  border-radius: 100px;
  background: transparent;
  color: var(--fluid-button-text-primary);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  isolation: isolate;
  overflow: hidden;
  line-height: 1;
  text-decoration: none;
}

.fluid-book-button::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -82%;
  height: 100%;
  border-radius: 50%;
  background: var(--fluid-button-overlay);
  transition: bottom 0.5s cubic-bezier(0.4, 0, 0, 1), border-radius 0.5s cubic-bezier(0.4, 0, 0, 1);
  z-index: 0;
}

.fluid-book-button__label {
  position: relative;
  display: block;
  width: 100%;
  height: 1.2em;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}

.fluid-book-button__text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.05;
  white-space: nowrap;
  text-align: center;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1), color 0.22s ease;
}

.fluid-book-button__text--upper {
  color: var(--fluid-button-text-primary);
  transform: translateY(0);
}

.fluid-book-button__text--lower {
  color: var(--fluid-button-text-secondary);
  font-weight: 600;
  transform: translateY(100%);
}

.fluid-book-button:hover,
.fluid-book-button:focus-visible {
  transform: none;
  box-shadow: none;
  animation: fluidBookButtonPulse 0.5s cubic-bezier(0.4, 0, 0, 1);
}

.fluid-book-button:hover::before,
.fluid-book-button:focus-visible::before,
.fluid-book-button:active::before {
  bottom: 0;
  border-radius: 0;
}

.fluid-book-button:hover .fluid-book-button__text--upper,
.fluid-book-button:focus-visible .fluid-book-button__text--upper,
.fluid-book-button:active .fluid-book-button__text--upper {
  transform: translateY(-100%);
}

.fluid-book-button:hover .fluid-book-button__text--lower,
.fluid-book-button:focus-visible .fluid-book-button__text--lower,
.fluid-book-button:active .fluid-book-button__text--lower {
  transform: translateY(0);
}

.fluid-book-button:hover .fluid-book-button__text--upper,
.fluid-book-button:focus-visible .fluid-book-button__text--upper,
.fluid-book-button:active .fluid-book-button__text--upper {
  color: var(--fluid-button-text-secondary);
}

.fluid-book-button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.95);
  outline-offset: 2px;
}

.fluid-book-button:active {
  transform: scale(0.98);
}

.fluid-book-button:disabled,
.fluid-book-button[aria-disabled="true"] {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
  animation: none;
}

@media (prefers-reduced-motion: reduce) {
  .fluid-book-button,
  .fluid-book-button::before,
  .fluid-book-button__label,
  .fluid-book-button__text {
    animation: none !important;
    transition-duration: 0.01ms;
  }
}

.booking-modal {
  --booking-modal-top-gap: clamp(5rem, 10vh, 6.5rem);
  --booking-modal-side-gap: clamp(1rem, 3vw, 2.6rem);
  --booking-modal-bottom-gap: clamp(1rem, 3vw, 2.4rem);
  position: fixed;
  inset: 0;
  min-height: 100vh;
  min-height: 100dvh;
  display: none;
  place-items: center;
  align-items: center;
  justify-items: center;
  padding: var(--booking-modal-top-gap) var(--booking-modal-side-gap) var(--booking-modal-bottom-gap);
  background:
    radial-gradient(120% 120% at 82% 4%, rgba(93, 145, 196, 0.2), rgba(93, 145, 196, 0) 54%),
    radial-gradient(110% 110% at 10% 100%, rgba(52, 85, 113, 0.22), rgba(52, 85, 113, 0) 56%),
    rgba(6, 9, 13, 0.74);
  backdrop-filter: blur(12px) saturate(145%);
  -webkit-backdrop-filter: blur(12px) saturate(145%);
  color: var(--ink);
  z-index: 120;
  overflow: hidden;
}

.booking-modal::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.018) 0,
    rgba(255, 255, 255, 0.018) 1px,
    transparent 1px,
    transparent 22px
  );
  opacity: 0.28;
}

.booking-modal:not([hidden]) {
  display: grid;
}

.booking-modal:target,
.booking-modal:target[hidden] {
  display: grid !important;
  opacity: 1;
  pointer-events: auto;
}

.booking-modal:target .booking-modal__content {
  opacity: 0;
  transform: translate3d(0, 16px, 0) scale(0.68);
  animation: bookingModalFlashReveal 260ms cubic-bezier(0.22, 1, 0.36, 1) 90ms both;
}

.booking-modal:target .booking-modal__backdrop {
  opacity: 0;
  animation: bookingModalBackdropReveal 220ms ease 80ms both;
}

.booking-modal:target ~ .booking-flash {
  animation: bookingCameraFlash 360ms cubic-bezier(0.16, 0.84, 0.32, 1) forwards;
}

.contact-page.is-modal-open {
  overflow: hidden;
}

.booking-flash {
  position: fixed;
  inset: -8vmax;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.94);
  z-index: 1350;
  background:
    radial-gradient(
      circle at 50% 42%,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0.98) 24%,
      rgba(255, 255, 255, 0.5) 52%,
      rgba(255, 255, 255, 0) 74%
    ),
    rgba(255, 255, 255, 0.98);
  will-change: opacity, transform;
}

.contact-page.is-booking-flash .booking-flash {
  animation: bookingCameraFlash 360ms cubic-bezier(0.16, 0.84, 0.32, 1) forwards;
}

.contact-page.is-booking-flash-static .booking-flash {
  opacity: 0.98;
  transform: scale(1);
}

.booking-modal.is-open {
  display: grid;
  animation: modalFade 0.2s ease;
}

.booking-modal.is-open .booking-modal__content {
  opacity: 0;
  transform: translate3d(0, 16px, 0) scale(0.68);
  animation: bookingModalFlashReveal 260ms cubic-bezier(0.22, 1, 0.36, 1) 40ms both;
}

.booking-modal.is-open .booking-modal__backdrop {
  opacity: 0;
  animation: bookingModalBackdropReveal 220ms ease 30ms both;
}

@keyframes bookingCameraFlash {
  0% {
    opacity: 0;
    transform: scale(0.22);
  }
  16% {
    opacity: 1;
    transform: scale(0.9);
  }
  44% {
    opacity: 0.78;
    transform: scale(1.52);
  }
  72% {
    opacity: 0.2;
    transform: scale(1.08);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}

@keyframes bookingModalFlashReveal {
  0% {
    opacity: 0;
    transform: translate3d(0, 16px, 0) scale(0.68);
    filter: brightness(1.26);
  }
  58% {
    opacity: 1;
    transform: translate3d(0, 4px, 0) scale(0.9);
    filter: brightness(1.12);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: brightness(1);
  }
}

@keyframes bookingModalBackdropReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.booking-modal__backdrop {
  position: fixed;
  inset: 0;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: default;
  text-decoration: none;
  pointer-events: auto;
  z-index: 0;
}

.booking-modal__content {
  width: min(820px, 94vw);
  max-height: min(
    920px,
    calc(100vh - var(--booking-modal-top-gap) - var(--booking-modal-bottom-gap))
  );
  max-height: min(
    920px,
    calc(100dvh - var(--booking-modal-top-gap) - var(--booking-modal-bottom-gap))
  );
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(170, 205, 232, 0.7) rgba(205, 228, 246, 0.12);
  border-radius: 28px;
  border: 1px solid rgba(206, 230, 248, 0.2);
  background:
    radial-gradient(circle at 12% -8%, rgba(136, 188, 228, 0.18), rgba(136, 188, 228, 0) 46%),
    radial-gradient(circle at 88% 112%, rgba(136, 188, 228, 0.16), rgba(136, 188, 228, 0) 40%),
    linear-gradient(165deg, rgba(10, 16, 24, 0.97), rgba(7, 10, 15, 0.99));
  padding: clamp(1.15rem, 2vw, 1.9rem);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  position: relative;
  isolation: isolate;
  display: grid;
  gap: clamp(0.68rem, 1.2vw, 0.95rem);
  z-index: 1;
  margin: 0 auto;
}

.booking-modal__content::-webkit-scrollbar {
  width: 0.72rem;
}

.booking-modal__content::-webkit-scrollbar-track {
  margin-block: 0.72rem;
  border-radius: 999px;
  background: rgba(205, 228, 246, 0.12);
}

.booking-modal__content::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background-clip: padding-box;
  background-color: rgba(170, 205, 232, 0.7);
}

.booking-modal__content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(190, 220, 242, 0.82);
}

.booking-modal__content::before {
  content: none;
}

.booking-modal__close {
  position: absolute;
  top: clamp(0.75rem, 1.4vw, 0.95rem);
  right: clamp(0.75rem, 1.4vw, 0.95rem);
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid rgba(206, 230, 248, 0.36);
  border-radius: 999px;
  background: rgba(12, 18, 28, 0.82);
  color: transparent;
  font-size: 0;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.42);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.booking-modal__close::before {
  content: "×";
  color: rgba(237, 244, 255, 0.88);
  font-size: 1.15rem;
  line-height: 1;
}

.booking-modal__close:hover,
.booking-modal__close:focus-visible {
  border-color: rgba(206, 230, 248, 0.72);
  background: rgba(17, 26, 38, 0.96);
  transform: translateY(-1px);
}

.booking-modal .contact-booking__label {
  margin: 0;
  width: fit-content;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(206, 230, 248, 0.26);
  background: rgba(8, 12, 18, 0.45);
  color: rgba(136, 188, 228, 0.86);
  font-size: 0.62rem;
  letter-spacing: 0.24em;
}

.booking-modal h3 {
  margin: 0.08rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.4vw, 2.55rem);
  line-height: 1.04;
}

.booking-modal__lead {
  margin: 0.08rem 0 0;
  max-width: 56ch;
  color: rgba(244, 239, 231, 0.75);
  line-height: 1.6;
}

.booking-modal .booking-form {
  margin-top: 0.3rem;
  padding: clamp(0.95rem, 1.8vw, 1.2rem) 0 0;
  border-top: 1px solid rgba(206, 230, 248, 0.15);
  border-radius: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background: transparent;
  gap: 0.82rem 0.95rem;
}

.booking-modal .booking-form .commission-form__field label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(206, 230, 248, 0.78);
}

.booking-modal .booking-form .commission-form__field input,
.booking-modal .booking-form .commission-form__field select,
.booking-modal .booking-form .commission-form__field textarea {
  min-height: 50px;
  border-radius: 12px;
  border: 1px solid rgba(206, 230, 248, 0.24);
  background: rgba(8, 12, 18, 0.78);
  padding: 0.78rem 0.92rem;
  font-size: 0.95rem;
  color: rgba(243, 248, 255, 0.95);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease,
    transform 0.2s ease;
}

.booking-modal .booking-form .commission-form__field textarea {
  min-height: 132px;
  resize: vertical;
}

.booking-modal .booking-form .commission-form__field input::placeholder,
.booking-modal .booking-form .commission-form__field textarea::placeholder {
  color: rgba(222, 236, 248, 0.55);
}

.booking-modal .booking-form .commission-form__field input[type="date"] {
  color-scheme: dark;
}

.booking-modal .booking-form .commission-form__field input:hover,
.booking-modal .booking-form .commission-form__field select:hover,
.booking-modal .booking-form .commission-form__field textarea:hover {
  border-color: rgba(206, 230, 248, 0.4);
}

.booking-modal .booking-form .commission-form__field input:focus,
.booking-modal .booking-form .commission-form__field select:focus,
.booking-modal .booking-form .commission-form__field textarea:focus {
  border-color: rgba(136, 188, 228, 0.86);
  background: rgba(10, 16, 24, 0.9);
  box-shadow: 0 0 0 2px rgba(136, 188, 228, 0.22), 0 14px 26px rgba(0, 0, 0, 0.32);
  transform: translateY(-1px);
}

.booking-modal .booking-form .commission-form__field.is-invalid input,
.booking-modal .booking-form .commission-form__field.is-invalid select,
.booking-modal .booking-form .commission-form__field.is-invalid textarea {
  border-color: rgba(244, 183, 183, 0.82);
  box-shadow: 0 0 0 2px rgba(244, 183, 183, 0.2), 0 14px 26px rgba(0, 0, 0, 0.32);
}

.booking-modal .booking-form .commission-form__field.is-invalid label {
  color: rgba(244, 183, 183, 0.96);
}

.booking-modal .booking-form .commission-form__actions {
  margin-top: 0.45rem;
  gap: 0.68rem;
}

.booking-modal .booking-form .commission-form__actions .btn {
  min-height: 46px;
  border-radius: 999px;
  padding: 0.72rem 1.25rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.booking-modal .booking-form .commission-form__actions .btn--primary {
  border-color: rgba(170, 212, 245, 0.56);
  background: linear-gradient(135deg, rgba(136, 188, 228, 0.54), rgba(188, 221, 246, 0.26));
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.booking-modal .booking-form .commission-form__actions .btn--primary:hover,
.booking-modal .booking-form .commission-form__actions .btn--primary:focus-visible {
  border-color: rgba(196, 228, 248, 0.8);
  box-shadow:
    0 20px 34px rgba(0, 0, 0, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.booking-modal .booking-form .commission-form__actions .btn--ghost {
  background: rgba(9, 14, 21, 0.82);
  border-color: rgba(206, 230, 248, 0.34);
}

.booking-modal .booking-form .commission-form__actions .btn--ghost:hover,
.booking-modal .booking-form .commission-form__actions .btn--ghost:focus-visible {
  border-color: rgba(206, 230, 248, 0.68);
  background: rgba(13, 19, 30, 0.96);
}

.booking-modal .booking-form .contact-note {
  margin: 0.1rem 0 0;
  font-size: 0.82rem;
}

.contact-grid {
  display: grid;
  margin-top: 0.6rem;
  gap: 1.1rem;
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.62fr);
  align-items: stretch;
}

.contact-grid .contact-form {
  width: 100%;
  justify-self: stretch;
}

.contact-grid .contact-card:not(.contact-form) {
  width: min(344px, 100%);
  justify-self: end;
}

.contact-card {
  background: #0b0f14;
  border: 1px solid transparent;
  border-radius: 24px;
  padding: 1.6rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.contact-card h2 {
  margin: 0 0 0.6rem;
  font-family: var(--font-display);
  font-size: 1.6rem;
}

.contact-card p {
  margin: 0;
  color: rgba(244, 239, 231, 0.7);
  line-height: 1.6;
}

.contact-meta {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.8rem;
  color: rgba(244, 239, 231, 0.78);
  font-size: 0.95rem;
}

.contact-meta > div > span {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(136, 188, 228, 0.75);
  margin-bottom: 0.25rem;
}

.contact-meta strong {
  color: var(--ink);
  font-weight: 600;
}

.contact-link {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.contact-link:hover,
.contact-link:focus-visible {
  color: #ffffff;
  border-color: rgba(136, 188, 228, 0.7);
}

.contact-form {
  align-self: start;
  row-gap: 0.95rem;
}

.contact-form > h2 {
  grid-column: 1 / -1;
  margin: 0 0 0.25rem;
}

.contact-form .commission-form__field input,
.contact-form .commission-form__field select,
.contact-form .commission-form__field textarea {
  border-color: rgba(206, 230, 248, 0.26);
  background: rgba(8, 12, 18, 0.76);
}

.contact-form .commission-form__field.is-invalid input,
.contact-form .commission-form__field.is-invalid select,
.contact-form .commission-form__field.is-invalid textarea {
  border-color: rgba(244, 183, 183, 0.78);
  box-shadow: 0 0 0 2px rgba(244, 183, 183, 0.18);
}

.contact-form .commission-form__field.is-invalid label {
  color: rgba(244, 183, 183, 0.96);
}

.contact-form textarea {
  min-height: 170px;
  resize: vertical;
}

.contact-field-error {
  margin: 0.06rem 0 0;
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgba(244, 183, 183, 0.95);
}

.booking-modal .booking-form .contact-field-error {
  font-size: 0.76rem;
}

.contact-note {
  margin: 0;
  color: rgba(244, 239, 231, 0.6);
  font-size: 0.85rem;
}

.contact-form .contact-note {
  margin-top: 0.2rem;
  grid-column: 1 / -1;
  white-space: nowrap;
  font-size: clamp(0.72rem, 2.3vw, 0.85rem);
}

.status-message--info {
  color: rgba(244, 239, 231, 0.72);
}

.status-message--success {
  color: #74d49a;
}

.status-message--error {
  color: #f4b7b7;
}

@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .contact-grid .contact-card {
    justify-self: start;
  }

  .contact-booking__panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .contact-booking__media {
    min-height: clamp(220px, 44vw, 320px);
  }

  .contact-booking__content {
    border-left: none;
    border-top: 0;
  }
}

@media (max-width: 640px) {
  .booking-modal {
    --booking-modal-top-gap: clamp(4.8rem, 16vw, 5.6rem);
    --booking-modal-side-gap: 0.65rem;
    --booking-modal-bottom-gap: 0.8rem;
    place-items: center;
    padding: var(--booking-modal-top-gap) var(--booking-modal-side-gap) var(--booking-modal-bottom-gap);
  }

  .contact-shell {
    min-height: 118vh;
    padding: 7rem 6vw 3.5rem;
  }

  .booking-modal__content {
    width: 100%;
    max-height: calc(100vh - var(--booking-modal-top-gap) - var(--booking-modal-bottom-gap));
    max-height: calc(100dvh - var(--booking-modal-top-gap) - var(--booking-modal-bottom-gap));
    border-radius: 20px;
    padding: 0.95rem;
  }

  .booking-modal__close {
    top: 0.65rem;
    right: 0.65rem;
    width: 2rem;
    height: 2rem;
  }

  .booking-modal .booking-form {
    padding: 0.82rem 0 0;
    border-radius: 0;
    gap: 0.75rem;
  }

  .booking-modal .booking-form .commission-form__actions .btn {
    flex: 1 1 100%;
    justify-content: center;
  }
}

.checkout-shell {
  min-height: calc(100vh - 5.5rem);
  max-width: min(1320px, 94vw);
  margin: 0 auto;
  padding: 6.35rem 0 2.4rem;
  display: grid;
  gap: 1.55rem;
  position: relative;
  z-index: 1;
}

.checkout-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 1.1rem;
  row-gap: 0.5rem;
  align-items: start;
  padding: 0.1rem 0 0.25rem;
}

.checkout-hero .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.checkout-title {
  grid-column: 1 / 2;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.3vw, 2.8rem);
  margin: 0;
}

.checkout-lead {
  grid-column: 1 / 2;
  margin: 0;
  color: rgba(244, 239, 231, 0.64);
  line-height: 1.5;
  max-width: 640px;
}

.checkout-back-link {
  grid-column: 2 / 3;
  grid-row: 2 / span 2;
  align-self: center;
  margin-left: 0;
}

.checkout-grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.58fr);
  align-items: start;
}

.checkout-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.35rem;
  align-content: start;
  width: 100%;
}

.checkout-side {
  position: sticky;
  top: 6.4rem;
  display: grid;
  gap: 1rem;
  align-content: start;
}

.checkout-card {
  background: #0b0f14;
  border: 1px solid rgba(136, 188, 228, 0.16);
  border-radius: 18px;
  padding: 1.65rem 1.75rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.checkout-card h2 {
  margin: 0 0 0.62rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
}

.checkout-card p {
  margin: 0;
  color: rgba(244, 239, 231, 0.66);
  line-height: 1.45;
}

.checkout-tracker {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 1rem;
  padding: 0.82rem 0.9rem;
  border: 1px solid rgba(136, 188, 228, 0.2);
  border-radius: 12px;
  background: rgba(8, 12, 18, 0.62);
}

.checkout-tracker__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.checkout-tracker__head span {
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(136, 188, 228, 0.9);
}

.checkout-tracker__head strong {
  font-size: 0.82rem;
  color: rgba(244, 239, 231, 0.9);
}

.checkout-tracker__bar {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  position: relative;
  overflow: visible;
  background: rgba(206, 230, 248, 0.16);
}

.checkout-tracker__bar [data-checkout-tracker-fill] {
  position: absolute;
  inset: 0 auto 0 0;
  display: block;
  width: 0;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(136, 188, 228, 0.7), rgba(136, 188, 228, 0.95));
  transition: width 0.25s ease;
}

.checkout-tracker__dot {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(206, 230, 248, 0.45);
  background: rgba(8, 12, 18, 0.95);
  box-shadow: 0 0 0 2px rgba(8, 12, 18, 0.9);
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.checkout-tracker__dot.is-unlocked {
  border-color: rgba(136, 188, 228, 0.95);
  background: rgba(136, 188, 228, 0.95);
  box-shadow: 0 0 0 2px rgba(8, 12, 18, 0.9), 0 0 0 5px rgba(136, 188, 228, 0.24);
}

.checkout-tracker__status {
  margin: 0;
  font-size: 0.83rem;
  color: rgba(244, 239, 231, 0.72);
  line-height: 1.4;
}

.checkout-tracker__milestones {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.checkout-tracker__milestones span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.74rem;
  line-height: 1.2;
  color: rgba(244, 239, 231, 0.68);
  border: 1px solid rgba(206, 230, 248, 0.18);
  border-radius: 999px;
  padding: 0.24rem 0.5rem;
}

.checkout-tracker__milestones span::before {
  content: '';
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 999px;
  border: 1px solid rgba(206, 230, 248, 0.45);
  background: transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.checkout-tracker__milestones span.is-unlocked {
  color: rgba(220, 244, 255, 0.95);
  border-color: rgba(136, 188, 228, 0.55);
  background: rgba(136, 188, 228, 0.12);
}

.checkout-tracker__milestones span.is-unlocked::before {
  border-color: rgba(136, 188, 228, 0.95);
  background: rgba(136, 188, 228, 0.95);
  box-shadow: 0 0 0 3px rgba(136, 188, 228, 0.2);
}

.checkout-card--details {
  display: grid;
  gap: 1.1rem 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkout-card--details h2,
.checkout-card--details > p {
  grid-column: 1 / -1;
}

.checkout-card--details .commission-form__field {
  display: grid;
  gap: 0.52rem;
}

.checkout-card--details .commission-form__field.is-full {
  grid-column: 1 / -1;
}

.checkout-card--details .commission-form__field input,
.checkout-card--details .commission-form__field select,
.checkout-card--details .commission-form__field textarea {
  min-height: 54px;
  padding: 0.82rem 1rem;
  border-radius: 12px;
  font-size: 0.98rem;
  border: 1px solid rgba(206, 230, 248, 0.16);
  background: rgba(8, 12, 18, 0.72);
  color: rgba(244, 239, 231, 0.95);
}

.checkout-card--details .commission-form__field input::placeholder,
.checkout-card--details .commission-form__field textarea::placeholder {
  color: rgba(206, 230, 248, 0.58);
}

.checkout-card--details .commission-form__field.is-invalid input,
.checkout-card--details .commission-form__field.is-invalid select,
.checkout-card--details .commission-form__field.is-invalid textarea {
  border-color: rgba(244, 183, 183, 0.78);
  box-shadow: 0 0 0 2px rgba(244, 183, 183, 0.18);
}

.checkout-card--details .commission-form__field label {
  font-size: 0.9rem;
  color: rgba(244, 239, 231, 0.76);
}

.checkout-card--details .commission-form__field.is-invalid label {
  color: rgba(244, 183, 183, 0.96);
}

.checkout-field-error {
  margin: 0.12rem 0 0;
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgba(244, 183, 183, 0.95);
}

.checkout-stripe-field {
  display: grid;
  gap: 0.5rem;
}

.checkout-stripe-field__label {
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(236, 244, 255, 0.85);
}

.checkout-stripe-card {
  min-height: 64px;
  height: 64px;
  border: 1px solid rgba(206, 230, 248, 0.28);
  border-radius: 14px;
  padding: 0 1rem;
  background: rgba(6, 10, 16, 0.92);
  cursor: text;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.checkout-stripe-card .StripeElement,
.checkout-stripe-card .__PrivateStripeElement {
  width: 100%;
  min-height: 0;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.checkout-stripe-card iframe {
  display: block;
  width: 100% !important;
  min-height: 0 !important;
  height: 1.45em !important;
}

.checkout-stripe-card.is-loading {
  border-color: rgba(206, 230, 248, 0.24);
}

.checkout-stripe-card.is-ready,
.checkout-stripe-card:focus-within {
  border-color: rgba(136, 188, 228, 0.84);
  box-shadow: 0 0 0 2px rgba(136, 188, 228, 0.24);
}

.checkout-note--payment {
  margin-top: 0;
}

.checkout-summary__actions {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(244, 239, 231, 0.12);
  display: grid;
  gap: 0.62rem;
}

.checkout-summary__actions .btn {
  width: 100%;
}

.checkout-summary__actions .checkout-note {
  margin-top: 0.15rem;
}

.checkout-summary__actions .checkout-note--payment {
  font-size: 0.79rem;
  line-height: 1.4;
  white-space: normal;
  text-align: left;
}

.checkout-card--payment {
  border-color: rgba(136, 188, 228, 0.16);
  background: #0b0f14;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.checkout-card--payment h2 {
  color: inherit;
}

.checkout-card--payment > p {
  color: rgba(244, 239, 231, 0.66);
}

.checkout-payment__actions {
  margin-top: 0.9rem;
  padding-top: 0;
  border-top: 0;
}

.checkout-card--payment .checkout-note--payment {
  color: rgba(244, 239, 231, 0.6);
}

.checkout-actions {
  margin-top: 0.5rem;
  gap: 0.85rem;
}

.checkout-actions .btn {
  min-width: 180px;
}

.checkout-summary {
  display: grid;
  gap: 1rem;
  margin-top: 1.05rem;
  font-size: 0.92rem;
  max-height: 46vh;
  overflow: auto;
  padding-right: 0.35rem;
}

.checkout-item {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 1rem;
  align-items: center;
}

.checkout-thumb {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid rgba(244, 239, 231, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.checkout-item__thumb-link {
  display: block;
  border-radius: 14px;
}

.checkout-item__thumb-link:focus-visible {
  outline: 1px solid rgba(206, 230, 248, 0.7);
  outline-offset: 3px;
}

.checkout-item__meta {
  display: grid;
  gap: 0.38rem;
}

.checkout-item__link {
  font-size: 1rem;
  color: rgba(244, 239, 231, 0.92);
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.checkout-item__link:hover,
.checkout-item__link:focus-visible {
  color: #ffffff;
  border-color: rgba(206, 230, 248, 0.6);
}

.checkout-item__meta span {
  color: rgba(244, 239, 231, 0.65);
  font-size: 0.9rem;
}

.checkout-item__controls {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.checkout-qty-btn {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(206, 230, 248, 0.4);
  background: transparent;
  color: rgba(237, 244, 255, 0.85);
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.checkout-qty-btn:hover,
.checkout-qty-btn:focus-visible {
  border-color: rgba(206, 230, 248, 0.7);
  color: #ffffff;
}

.checkout-qty-btn:active {
  transform: scale(0.92);
}

.checkout-qty {
  min-width: 1.5rem;
  text-align: center;
  font-size: 0.9rem;
  color: rgba(244, 239, 231, 0.8);
}

.checkout-item__price {
  font-size: 0.9rem;
  color: rgba(244, 239, 231, 0.85);
}

.checkout-empty {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(244, 239, 231, 0.6);
}

.checkout-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(244, 239, 231, 0.82);
}

.checkout-line span {
  color: rgba(244, 239, 231, 0.65);
}

.checkout-total {
  margin-top: 1.05rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(244, 239, 231, 0.12);
  display: flex;
  justify-content: space-between;
  font-size: 1.02rem;
  font-weight: 600;
}

.checkout-note {
  margin-top: 0.95rem;
  font-size: 0.85rem;
  color: rgba(244, 239, 231, 0.6);
}

body.checkout-success-page {
  background:
    radial-gradient(circle at 14% 16%, rgba(136, 188, 228, 0.36), transparent 42%),
    radial-gradient(circle at 86% 20%, rgba(163, 219, 255, 0.24), transparent 44%),
    radial-gradient(circle at 52% 90%, rgba(144, 232, 186, 0.2), transparent 46%),
    linear-gradient(160deg, #04070d 0%, #0b1320 54%, #070b12 100%);
}

body.checkout-success-page .ambient {
  display: block;
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

body.checkout-success-page .ambient__fog {
  opacity: 0.8;
  filter: hue-rotate(-8deg) saturate(1.35);
}

body.checkout-success-page .ambient__dust {
  opacity: 0.38;
  background-size: 90px 90px;
}

body.checkout-success-page .ambient__lights {
  opacity: 0.9;
  animation-duration: 14s;
}

body.checkout-success-page .ambient__orbs {
  opacity: 0.72;
  animation-duration: 20s;
  filter: saturate(1.35);
}

body.checkout-success-page .ambient__rays {
  opacity: 0.28;
}

.checkout-success-shell {
  min-height: 100vh;
  max-width: min(760px, 92vw);
  margin: 0 auto;
  padding: 5.8rem 0 2.5rem;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
}

.checkout-success-card {
  width: min(640px, 100%);
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 0.75rem;
  transform: translateY(-7vh);
  background: rgba(9, 14, 22, 0.58);
  border-color: rgba(206, 230, 248, 0.24);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px) saturate(1.08);
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
}

.checkout-success-card h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 2.8rem);
}

.checkout-success-card p {
  max-width: 46ch;
}

.checkout-success-link {
  margin-top: 0.5rem;
  text-decoration: none;
  min-width: clamp(9rem, 18vw, 11.5rem);
}

@media (max-width: 1100px) {
  .checkout-hero {
    grid-template-columns: 1fr;
    row-gap: 0.65rem;
  }

  .checkout-back-link {
    grid-column: 1 / 2;
    grid-row: auto;
    justify-self: start;
    align-self: start;
  }

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

  .checkout-side {
    position: static;
  }

  .checkout-summary {
    max-height: none;
  }
}

@media (max-width: 640px) {
  .checkout-shell {
    max-width: 92vw;
    padding: 6.1rem 0 1.7rem;
  }

  .checkout-success-shell {
    max-width: 92vw;
    padding: 5.1rem 0 1.7rem;
  }

  .checkout-success-card {
    transform: translateY(-4vh);
  }

  .checkout-card {
    padding: 1.25rem 1.1rem;
  }

  .checkout-card--details {
    grid-template-columns: 1fr;
  }

  .checkout-main {
    gap: 1rem;
  }
}

.gallery-wall {
  touch-action: pan-y;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 4.5rem 4vw 1.2rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.gallery .site-nav__link {
  min-width: clamp(88px, 9.5vw, 142px);
  min-height: 2.28rem;
  padding: 0.5rem 0.76rem;
  font-size: clamp(0.76rem, 0.9vw, 0.92rem);
  letter-spacing: 0.05em;
}

.gallery-wall__bg {
  position: absolute;
  inset: 3.6rem 0 0 0;
  --gallery-room-image: url("gallery_wall/g1/img-g1-001.jpg?v=20260217-galleries");
  --gallery-room-position: center;
  --gallery-room-overlay-start: rgba(6, 10, 16, 0.08);
  --gallery-room-overlay-end: rgba(6, 10, 16, 0.34);
  --gallery-spotlight-alpha: 0.26;
  background-color: #0B1525;
  background-image:
    radial-gradient(
      circle clamp(180px, 24vw, 380px) at var(--cursor-ratio-x, 50%) var(--cursor-ratio-y, 42%),
      rgba(255, 255, 255, var(--gallery-spotlight-alpha)),
      rgba(255, 255, 255, 0) 66%
    ),
    linear-gradient(
      180deg,
      var(--gallery-room-overlay-start),
      var(--gallery-room-overlay-end)
    ),
    var(--gallery-room-image);
  background-size: cover;
  background-position: var(--gallery-room-position);
  background-repeat: no-repeat;
  opacity: 1;
}

.gallery-wall__frame {
  width: min(92vw, 1180px);
  height: min(78vh, 820px);
  display: grid;
  place-items: center;
  gap: clamp(0.66rem, 1.6vw, 1.1rem);
  border: none;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  position: relative;
  z-index: 1;
}

.gallery-wall__frame::before {
  content: none;
}

.gallery-wall__frame::after {
  content: none;
}

.gallery-coverflow {
  width: min(92vw, 1180px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(0.45rem, 1.6vw, 1.4rem);
  margin-top: clamp(0.7rem, 1.5vw, 1.35rem);
}

.gallery-coverflow__viewport {
  position: relative;
  width: 100%;
  height: clamp(300px, 52vh, 560px);
  perspective: 1650px;
  perspective-origin: center center;
  transform-style: preserve-3d;
  isolation: isolate;
  overflow: visible;
  touch-action: pan-y pinch-zoom;
  cursor: grab;
  outline: none;
}

.gallery-coverflow__viewport.is-dragging {
  cursor: grabbing;
}

.gallery-coverflow__viewport.is-gallery-transitioning {
  pointer-events: none;
  cursor: default;
}

.gallery-coverflow__viewport.is-gallery-transitioning .gallery-coverflow__slide {
  transition: none !important;
}

.gallery-coverflow__viewport.is-initial-load .gallery-coverflow__slide {
  transition: none !important;
}

.gallery-coverflow__viewport:focus-visible {
  border-radius: 14px;
  box-shadow: 0 0 0 1px rgba(206, 230, 248, 0.52), 0 0 0 5px rgba(144, 190, 220, 0.22);
}

.gallery-coverflow__slide {
  position: absolute;
  top: 51.1%;
  left: 50%;
  width: clamp(182px, 30.2vw, 360px);
  aspect-ratio: 4 / 5;
  display: block;
  border: none;
  border-radius: 14px;
  background: rgba(8, 10, 14, 0.65);
  padding: 0;
  margin: 0;
  overflow: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.44), 0 10px 20px rgba(0, 0, 0, 0.26);
  transition: transform 0.58s cubic-bezier(0.2, 0.74, 0.23, 1), opacity 0.45s ease,
    filter 0.45s ease, box-shadow 0.45s ease;
  will-change: transform, opacity, filter;
  cursor: pointer;
}

.gallery-coverflow__slide.is-active {
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.52), 0 14px 26px rgba(0, 0, 0, 0.32);
}

.gallery-coverflow__slide.is-hidden {
  visibility: hidden;
  pointer-events: none;
}

.gallery-coverflow__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
}

.gallery-coverflow__shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(6, 10, 16, 0.06), rgba(6, 10, 16, 0.18)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
}

.gallery-coverflow__nav {
  width: clamp(2.2rem, 3vw, 2.7rem);
  height: clamp(2.2rem, 3vw, 2.7rem);
  border: 1px solid rgba(206, 230, 248, 0.42);
  border-radius: 999px;
  background: rgba(8, 12, 18, 0.72);
  color: rgba(244, 247, 255, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease,
    background-color 0.2s ease;
}

.gallery-coverflow__nav:hover,
.gallery-coverflow__nav:focus-visible {
  transform: translateY(-1px) scale(1.03);
  color: #ffffff;
  border-color: rgba(206, 230, 248, 0.76);
  background: rgba(8, 12, 18, 0.88);
}

.gallery-coverflow__nav:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.gallery-wall__actions {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: clamp(0.2rem, 1vw, 0.55rem);
  position: relative;
  z-index: 1;
}

.gallery-wall__purchase {
  min-width: clamp(9.15rem, 19vw, 10.85rem);
  padding: 0.46rem 1.92rem;
}

.gallery-wall__purchase .fluid-book-button__text {
  font-size: 0.79rem;
}

.gallery-wall__error {
  margin: 0;
  padding: 1.2rem 1.4rem;
  max-width: min(90vw, 580px);
  text-align: center;
  color: rgba(244, 247, 255, 0.92);
  border-radius: 12px;
  border: 1px solid rgba(206, 230, 248, 0.24);
  background: rgba(10, 14, 20, 0.62);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.gallery-wall__error a {
  color: rgba(206, 230, 248, 0.95);
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.gallery-wall__switcher {
  position: absolute;
  top: clamp(4.35rem, 8vw, 5.2rem);
  right: clamp(0.75rem, 2vw, 1.5rem);
  z-index: 3;
  display: grid;
  gap: 0.5rem;
  justify-items: end;
}

.gallery-wall__gallery-label {
  margin: 0;
  padding: 0.26rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(206, 230, 248, 0.22);
  background: rgba(8, 12, 18, 0.42);
  color: rgba(244, 247, 255, 0.78);
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
}

.gallery-wall__switch {
  border: 1px solid rgba(206, 230, 248, 0.35);
  padding: 0.58rem 1rem;
  border-radius: 999px;
  background: rgba(10, 12, 15, 0.76);
  color: rgba(244, 247, 255, 0.92);
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease,
    box-shadow 0.2s ease, opacity 0.2s ease;
}

.gallery-wall__switch:hover,
.gallery-wall__switch:focus-visible {
  color: #ffffff;
  border-color: rgba(206, 230, 248, 0.7);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}

.gallery-wall__switch:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

@media (max-width: 900px) {
  .gallery-coverflow__viewport {
    height: clamp(280px, 50vh, 520px);
  }

  .gallery-coverflow__slide {
    width: clamp(170px, 34vw, 322px);
  }

  .gallery-coverflow__nav {
    width: 2.1rem;
    height: 2.1rem;
    font-size: 0.96rem;
  }

  .gallery-wall__switch {
    padding: 0.54rem 0.86rem;
    letter-spacing: 0.24em;
  }
}

@media (max-width: 640px) {
  .gallery-wall {
    padding: 4.7rem 3vw 1.4rem;
  }

  .gallery-wall__frame {
    width: min(96vw, 1180px);
    height: min(84vh, 900px);
  }

  .gallery-coverflow {
    gap: 0.22rem;
  }

  .gallery-coverflow__viewport {
    height: clamp(420px, 62vh, 640px);
  }

  .gallery-coverflow__slide {
    width: clamp(210px, 58vw, 330px);
  }

  .gallery .site-nav__link {
    min-height: 2.04rem;
    padding: 0.42rem 0.22rem;
    font-size: 0.68rem;
    letter-spacing: 0.05em;
  }

  .gallery-coverflow__nav {
    width: 1.94rem;
    height: 1.94rem;
    font-size: 0.86rem;
  }

  .gallery-wall__switcher {
    top: 5.9rem;
    right: 0.6rem;
    z-index: 4;
    gap: 0.24rem;
  }

  .gallery-wall__gallery-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.6rem;
    padding: 0.28rem 0.56rem;
    border-color: rgba(206, 230, 248, 0.42);
    background: rgba(8, 12, 18, 0.78);
    color: rgba(244, 247, 255, 0.96);
    font-size: 0.58rem;
    line-height: 1;
    letter-spacing: 0.16em;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  }

  .gallery-wall__switch {
    font-size: 0.56rem;
    letter-spacing: 0.18em;
    padding: 0.5rem 0.76rem;
  }

  .gallery-wall__purchase {
    min-width: 8.6rem;
    padding: 0.42rem 1.36rem;
  }

  .gallery-wall__purchase .fluid-book-button__text {
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

/* =====================
   Store Page
===================== */

body.store {
  background: #060D18;
  color: #fff;
}

.store-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  padding: 6rem 4rem;
}

.store-preview {
  position: relative;
}

.store-stage {
  position: relative;
  width: 100%;
  height: clamp(560px, 84vh, 880px);
  display: grid;
  place-items: center;
  border-radius: 28px;
  background: radial-gradient(circle at 50% 45%, rgba(18, 24, 36, 0.92), rgba(5, 7, 10, 0.98));
  border: 1px solid rgba(206, 230, 248, 0.14);
  overflow: hidden;
  perspective: 1200px;
  transform-style: preserve-3d;
  --preview-scale: 1;
  --depth-rotate-x: 0deg;
  --depth-rotate-y: 0deg;
  --depth-shift-x: 0px;
  --depth-shift-y: 0px;
}

.store-stage:focus-visible {
  outline: 2px solid rgba(206, 230, 248, 0.6);
  outline-offset: 4px;
}

.store-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      120% 84% at 50% 0%,
      rgba(255, 255, 255, 0.16),
      rgba(255, 255, 255, 0) 58%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: 0;
}

.store-stage__art {
  display: block;
  max-width: 94%;
  max-height: 92%;
  object-fit: contain;
  transform-origin: center;
  transition: transform 0.24s ease, filter 0.24s ease;
  will-change: transform;
}

.store-stage__art {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform:
    translate(-50%, -50%)
    translate3d(var(--depth-shift-x), var(--depth-shift-y), 0)
    rotateX(var(--depth-rotate-x))
    rotateY(var(--depth-rotate-y))
    scale(var(--preview-scale));
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.45));
}

.store-stage.is-depth-active .store-stage__art,
.store-stage:hover .store-stage__art,
.store-stage:focus-visible .store-stage__art {
  filter: drop-shadow(0 30px 42px rgba(0, 0, 0, 0.6));
}

.store-config h1 {
  margin-bottom: 1rem;
}

.store-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.1rem;
  font-size: 0.8rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(244, 247, 255, 0.7);
  border-bottom: 1px solid transparent;
  padding-bottom: 0.25rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.store-back:hover,
.store-back:focus-visible {
  color: #fff;
  border-color: rgba(244, 247, 255, 0.5);
}

.store-material {
  margin-bottom: 1.5rem;
}

.store-sizes h2 {
  margin: 0 0 0.75rem;
}

.store-sizes [data-size-options] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.size-option {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 0.6rem 0.75rem;
  background: #111;
  color: #fff;
  border: 1px solid #333;
  cursor: pointer;
  text-align: left;
  font-size: 0.9rem;
}

.size-option.active {
  border-color: #fff;
}

.store-price {
  margin-top: 1.5rem;
  font-size: 1.2rem;
}

.store-status {
  margin-top: 0.9rem;
  font-size: 0.85rem;
  color: rgba(244, 239, 231, 0.72);
}

.store-add {
  margin-top: 2rem;
  padding: 0.72rem 1rem;
  background: #C7A580;
  color: #08111F;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  white-space: normal;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
}

.store-add:hover,
.store-add:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.3);
}

.store-add:active {
  transform: scale(0.98);
}

@media (max-width: 900px) {
  .store-layout {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding: 5.75rem 2rem 3.5rem;
  }

  .store-stage {
    height: clamp(320px, 54vh, 520px);
  }

  .store-config {
    display: grid;
    gap: 1rem;
  }

  .store-config h1 {
    margin-bottom: 0;
  }

  .store-material,
  .store-price,
  .store-add {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 640px) {
  .store-layout {
    gap: 1.15rem;
    padding: 5rem 1rem 3rem;
  }

  .store-stage {
    height: clamp(240px, 42vh, 320px);
    border-radius: 22px;
  }

  .store-stage__art {
    top: 53%;
    max-height: 88%;
  }

  .store-preview {
    margin-bottom: 0;
  }

  .store-config {
    gap: 0.8rem;
  }

  .store-back {
    margin-bottom: 0.2rem;
    font-size: 0.72rem;
    letter-spacing: 0.22em;
  }

  .store-config h1 {
    font-size: clamp(1.6rem, 7vw, 2.1rem);
    line-height: 1.02;
  }

  .store-material {
    margin-bottom: 0;
  }

  .store-sizes h2 {
    margin-bottom: 0.6rem;
  }

  .store-sizes [data-size-options] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .size-option {
    padding: 0.62rem 0.4rem;
    text-align: center;
    font-size: 0.8rem;
  }

  .store-price {
    margin-top: 0;
    font-size: 1.05rem;
  }

  .store-add {
    width: 100%;
    margin-top: 0.35rem;
  }
}
