@font-face {
  font-family: "QuickBrush Caps";
  src: url("assets/quick-brush-caps-regular-v2.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/dm-sans-400-600.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 600;
}

:root {
  --paper: oklch(96% 0.012 83);
  --paper-deep: oklch(91% 0.019 76);
  --ink: oklch(17% 0.012 60);
  --ink-soft: oklch(42% 0.018 58);
  --umber: oklch(54% 0.105 45);
  --night: oklch(12% 0.012 55);
  --night-soft: oklch(21% 0.014 56);
  --white: oklch(98% 0.006 83);
  --display: "QuickBrush Caps", sans-serif;
  --sans: "DM Sans", "Avenir Next", sans-serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.22, 0.76, 0.28, 1);
  --ease-spring: cubic-bezier(0.18, 1.32, 0.34, 1);
  --shell-width: 430px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--night);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--night);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
  overscroll-behavior-y: none;
}

body.sheet-open,
body.menu-open {
  overflow: hidden;
}

.checkout-return-notice {
  position: fixed;
  z-index: 80;
  top: calc(env(safe-area-inset-top, 0px) + 12px);
  left: 50%;
  width: min(calc(100% - 32px), 380px);
  padding: 12px 16px;
  transform: translateX(-50%);
  border: 1px solid oklch(98% 0.006 83 / 0.18);
  border-radius: 999px;
  box-shadow: 0 12px 30px oklch(8% 0.01 55 / 0.28);
  color: var(--white);
  background: var(--night);
  font-size: 0.82rem;
  font-weight: 600;
  text-align: center;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

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

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

:focus-visible {
  outline: 2px solid var(--umber);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 50%;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--white);
  transform: translate(-50%, -180%);
  transition: transform 180ms var(--ease-out);
}

.skip-link:focus {
  transform: translate(-50%, 0);
}

.mobile-shell {
  position: relative;
  width: min(100%, var(--shell-width));
  min-height: 100svh;
  margin: 0 auto;
  overflow: clip;
  background: var(--paper);
  box-shadow: 0 0 80px oklch(3% 0 0 / 0.55);
  container-type: inline-size;
  touch-action: pan-y;
}

img,
picture,
svg,
video,
canvas {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}

.kicker {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  line-height: 1;
  text-transform: uppercase;
}

.kicker--light {
  color: oklch(91% 0.012 76 / 0.68);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  padding: max(18px, env(safe-area-inset-top)) 20px calc(112px + env(safe-area-inset-bottom));
  background: var(--paper);
  grid-template-rows: auto minmax(0, 1fr);
  isolation: isolate;
}

.hero__header {
  display: flex;
  min-height: 46px;
  align-items: flex-start;
  justify-content: space-between;
}

.wordmark {
  width: clamp(96px, 26cqw, 108px);
  height: auto;
}

.menu-toggle {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: -7px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  right: 3px;
  height: 3px;
  border-radius: 54% 46% 51% 49%;
  background: var(--ink);
  transform-origin: right center;
}

.menu-toggle span:nth-child(1) {
  top: 11px;
  width: 24px;
  transform: rotate(-2deg);
}

.menu-toggle span:nth-child(2) {
  top: 20px;
  width: 18px;
  transform: rotate(1.5deg);
}

.menu-toggle span:nth-child(3) {
  top: 29px;
  width: 27px;
  transform: rotate(-1deg);
}

.action-dock__status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--umber);
  box-shadow: 0 0 0 5px oklch(54% 0.105 45 / 0.11);
}

.hero__heading {
  position: relative;
  z-index: 3;
}

.hero__feature {
  display: flex;
  min-height: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(18px, 2.8svh, 25px);
  transform: translateY(clamp(4px, 0.8svh, 7px));
}

.hero h1,
.edition h2,
.quality h2,
.portrait-types h2,
.finish h2,
.room h2,
.process h2,
.faq h2,
.closing h2,
.reserve-sheet h2 {
  margin: 0;
  font-family: var(--display);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(2.1rem, min(10.2cqw, 4.9svh), 2.8rem);
  line-height: 0.82;
  text-align: center;
}

.hero h1 em,
.portrait-types h2 em,
.finish h2 em,
.room h2 em,
.process h2 em,
.faq h2 em,
.closing h2 em,
.reserve-sheet h2 em {
  color: var(--umber);
  font-style: normal;
  font-weight: 400;
}

.hero-art {
  position: relative;
  width: min(77cqw, 41svh, 304px);
  margin: 0;
  align-self: center;
  justify-self: center;
  transform-origin: 50% 92%;
}

.hero-art__frame {
  position: relative;
  padding: 7px;
  background: oklch(14% 0.01 58);
  box-shadow: 0 22px 38px oklch(17% 0.012 60 / 0.28), 0 5px 12px oklch(17% 0.012 60 / 0.2);
  transform: rotate(-1deg);
}

.hero-art__frame::before {
  position: absolute;
  inset: 4px;
  border: 1px solid oklch(70% 0.014 72 / 0.5);
  content: "";
  pointer-events: none;
}

.hero-art img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.hero-art figcaption {
  margin-top: 9px;
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.hand-arrow {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  overflow: visible;
  fill: currentColor;
  stroke: none;
}

.hand-arrow--right {
  transform: rotate(-1.5deg);
}

.hero-enter {
  opacity: 0;
  animation: hero-enter 720ms var(--ease-out) forwards;
  animation-delay: calc(120ms + var(--enter-order) * 90ms);
}

.edition {
  position: relative;
  background: var(--night);
  color: var(--white);
}

.edition__sticky {
  position: relative;
  padding: max(28px, env(safe-area-inset-top)) 24px 58px;
  overflow: hidden;
  background: var(--night);
}

.edition__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: oklch(91% 0.012 76 / 0.5);
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.edition__content {
  position: relative;
  display: grid;
  margin-top: clamp(72px, 9svh, 92px);
  grid-template-columns: minmax(0, 1fr) 82px;
  align-items: end;
  column-gap: 16px;
}

.edition h2 {
  font-size: clamp(7.7rem, 36cqw, 9.6rem);
  font-variant-numeric: tabular-nums;
  line-height: 0.64;
}

.edition__unit {
  margin: 18px 0 0 4px;
  color: oklch(91% 0.012 76 / 0.55);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.edition__promise {
  margin: 28px 0 0;
  padding-top: 20px;
  border-top: 1px solid oklch(91% 0.012 76 / 0.16);
  grid-column: 1 / -1;
}

.edition__promise-kicker {
  margin: 0;
  color: oklch(91% 0.012 76 / 0.55);
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.edition__promise h3 {
  margin: 12px 0 0;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(2.2rem, 10.5cqw, 2.8rem);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.edition__promise h3 em {
  color: var(--umber);
  font-style: normal;
}

.edition__explain {
  margin: 18px 0 0;
  max-width: none;
  color: oklch(91% 0.012 76 / 0.86);
  font-family: var(--sans);
  font-size: 0.88rem;
  letter-spacing: 0;
  line-height: 1.48;
}

.edition-pour {
  position: relative;
  width: 80px;
  color: oklch(91% 0.012 76 / 0.7);
  text-align: center;
}

.edition-pour svg {
  width: 78px;
  height: auto;
  overflow: visible;
}

.edition-pour__glass {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.25px;
}

.edition-pour__glass-wash {
  fill: oklch(98% 0.006 83 / 0.035);
}

.edition-pour__glass-shadow {
  fill: oklch(2% 0.01 22 / 0.55);
}

.edition-pour__rim {
  stroke-width: 2.65px;
}

.edition-pour__glass-highlight {
  fill: none;
  stroke: oklch(98% 0.006 83 / 0.28);
  stroke-linecap: round;
  stroke-width: 1.35px;
}

.edition-pour__rim-glint {
  fill: none;
  stroke: oklch(98% 0.006 83 / 0.54);
  stroke-linecap: round;
  stroke-width: 1.1px;
}

.edition-pour__liquid {
  transform: translateY(62px);
  will-change: transform;
}

.edition-pour__slosh {
  animation: wine-body-roll 5200ms linear infinite;
  animation-play-state: paused;
  transform-box: fill-box;
  transform-origin: center top;
  will-change: transform;
}

.edition-pour__wine {
  fill: url("#wine-fill");
  opacity: 0.98;
}

.edition-pour__wine-depth {
  fill: #290311;
  opacity: 0.28;
}

.edition-pour__wave {
  transform-box: fill-box;
  transform-origin: center;
  will-change: transform;
}

.edition-pour__wave--back {
  animation: wine-wave-back 4100ms linear infinite;
  animation-play-state: paused;
  fill: #a13a5e;
  opacity: 0.72;
}

.edition-pour__wave--front {
  animation: wine-wave-front 3300ms linear infinite;
  animation-play-state: paused;
  fill: #4b0a22;
  opacity: 0.68;
}

.edition-pour__wine-glint {
  animation: wine-glint 6100ms linear infinite;
  animation-play-state: paused;
  fill: oklch(94% 0.045 22 / 0.26);
  transform-box: fill-box;
  transform-origin: center;
  will-change: transform, opacity;
}

.edition.is-wine-active .edition-pour__slosh,
.edition.is-wine-active .edition-pour__wave,
.edition.is-wine-active .edition-pour__wine-glint {
  animation-play-state: running;
}

.edition.is-revealed .edition-pour__liquid {
  animation: wine-rise 1180ms var(--ease-out) 180ms both;
}

.quality {
  position: relative;
  padding: 48px 0 56px;
  overflow: hidden;
  background: var(--night);
  color: var(--white);
}

.quality__heading {
  padding: 0 22px;
}

.quality h2 {
  margin-top: 12px;
  font-size: clamp(2.25rem, 10.6cqw, 2.75rem);
  line-height: 0.9;
}

.quality__heading > p:last-child {
  max-width: 34ch;
  margin: 20px 0 0;
  color: oklch(91% 0.012 76 / 0.8);
  font-size: 0.84rem;
  line-height: 1.45;
}

.quality-reel {
  display: grid;
  width: 100%;
  margin-top: 34px;
  padding: 0 22px 8px;
  overflow: hidden;
  touch-action: pan-y;
}

.quality-card {
  grid-area: 1 / 1;
  width: min(calc(100cqw - 44px), 350px);
  min-width: 0;
  overflow: hidden;
  border: 1px solid oklch(91% 0.012 76 / 0.19);
  border-radius: 26px;
  background: var(--night-soft);
  justify-self: center;
  opacity: 0;
  pointer-events: none;
  transform: translateX(12px) scale(0.985);
  transition: opacity 220ms ease, transform 360ms var(--ease-soft), visibility 0s linear 360ms;
  visibility: hidden;
}

.quality-card.is-previewed {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
  transition-delay: 70ms, 70ms, 0s;
  visibility: visible;
}

.quality-card__image {
  height: min(54svh, 460px);
  min-height: 370px;
  overflow: hidden;
  background: var(--ink);
}

.quality-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quality-card--canvas .quality-card__image img {
  object-position: 50% 46%;
  transform: scale(1.01);
}

.quality-card--frame .quality-card__image img {
  object-position: 50% 50%;
  transform: scale(1.01);
}

.quality-card--room .quality-card__image img {
  object-position: 50% 50%;
  transform: scale(1.01);
}

.quality-card__copy {
  display: grid;
  min-height: 112px;
  padding: 17px 16px 18px;
  grid-template-columns: 28px 1fr;
  gap: 10px;
}

.quality-card__copy > span {
  color: oklch(91% 0.012 76 / 0.55);
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.quality-card__copy b,
.quality-card__copy p {
  display: block;
}

.quality-card__copy b {
  font-size: 0.82rem;
  font-weight: 600;
}

.quality-card__copy p {
  margin: 7px 0 0;
  color: oklch(91% 0.012 76 / 0.76);
  font-size: 0.74rem;
  line-height: 1.38;
}

.quality-tabs {
  --active-index: 0;
  position: relative;
  display: grid;
  width: calc(100% - 44px);
  height: 50px;
  margin: 12px 22px 0;
  padding: 3px;
  border: 1px solid oklch(91% 0.012 76 / 0.19);
  border-radius: 999px;
  grid-template-columns: repeat(3, 1fr);
  isolation: isolate;
  overflow: hidden;
}

.quality-tabs::before {
  position: absolute;
  z-index: 0;
  top: 3px;
  bottom: 3px;
  left: 3px;
  width: calc((100% - 6px) / 3);
  border-radius: 999px;
  background: var(--white);
  content: "";
  transform: translateX(calc(var(--active-index) * 100%));
  transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.quality-tabs button {
  position: relative;
  z-index: 1;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: oklch(91% 0.012 76 / 0.6);
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: color 180ms ease, transform 220ms var(--ease-out);
}

.quality-tabs button.is-previewed {
  color: var(--ink);
}

.quality-tabs button:active {
  transform: scale(0.96);
}

.portrait-types {
  position: relative;
  z-index: 2;
  margin-top: -22px;
  padding: 36px 0 30px;
  overflow: hidden;
  border-radius: 28px 28px 0 0;
  background: var(--paper);
}

.portrait-types__heading {
  padding: 0 20px 28px;
}

.pet-count {
  margin: 0 20px 54px;
  padding: 0;
}

.pet-count__start {
  color: var(--umber);
}

.step-intro {
  max-width: 34ch;
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.45;
}

.pet-count__heading {
  display: block;
}

.pet-count__heading h2 {
  margin: 22px 0 0;
  font-family: var(--display);
  font-size: clamp(2.05rem, 9.7cqw, 2.55rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 0.9;
  text-transform: uppercase;
}

.pet-count__heading h2 em {
  display: block;
  color: var(--umber);
  font-style: normal;
}

.pet-count__options {
  display: grid;
  gap: 8px;
  margin-top: 20px;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pet-count__options button {
  min-height: 76px;
  padding: 12px 6px 10px;
  border: 1px solid oklch(17% 0.012 60 / 0.18);
  border-radius: 20px 17px 22px 18px;
  background: oklch(98% 0.006 83 / 0.58);
  color: var(--ink);
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms var(--ease-out);
}

.pet-count__options button b,
.pet-count__options button small {
  display: block;
}

.pet-count__options button b {
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.pet-count__options button small {
  margin-bottom: 8px;
  color: var(--umber);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.pet-count__options button.is-selected {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.pet-count__options button.is-selected small {
  color: oklch(72% 0.12 45);
}

.pet-count__options button:active {
  transform: scale(0.97);
}

.pet-count__options button:focus-visible {
  outline: 3px solid var(--umber);
  outline-offset: 2px;
}

.pet-count__note {
  display: grid;
  align-items: baseline;
  gap: 5px 16px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 14px 2px 0;
  padding-top: 12px;
  border-top: 1px solid oklch(17% 0.012 60 / 0.12);
}

.pet-count__note span,
.pet-count__note strong {
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.25;
}

.pet-count__note span {
  color: var(--ink);
}

.pet-count__note strong {
  color: var(--umber);
  text-align: right;
}

.pet-count__note small {
  grid-column: 1 / -1;
  color: var(--ink-soft);
  font-size: 0.7rem;
  line-height: 1.4;
}

.portrait-types__heading h2 {
  margin-top: 0;
  font-size: clamp(2.05rem, 9.7cqw, 2.55rem);
  line-height: 0.9;
}

.portrait-deck {
  display: grid;
  width: 100%;
  padding: 0 20px 10px;
  overflow: hidden;
  touch-action: pan-y;
}

.portrait-card {
  position: relative;
  grid-area: 1 / 1;
  width: min(calc(100cqw - 48px), 342px);
  min-width: 0;
  display: grid;
  height: auto;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 26px;
  background: var(--paper-deep);
  cursor: pointer;
  justify-self: center;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  transform: translateX(12px) scale(0.985);
  transition: opacity 220ms ease, transform 360ms var(--ease-soft), visibility 0s linear 360ms;
  visibility: hidden;
}

.portrait-card.is-previewed {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
  transition-delay: 70ms, 70ms, 0s;
  visibility: visible;
}

.portrait-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 860 / 1282;
  object-fit: contain;
  transform: none;
  transition: transform 700ms var(--ease-soft), filter 360ms ease;
}

.portrait-card:not(.is-previewed):not(.is-confirmed) img {
  filter: saturate(0.68) brightness(0.86);
  transform: none;
}

.portrait-card.is-confirmed {
  outline: 3px solid var(--umber);
  outline-offset: -3px;
}

.portrait-card.is-confirmed img {
  transform: none;
}

.portrait-card__number {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  background: oklch(12% 0.012 55 / 0.7);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  backdrop-filter: blur(8px);
}

.portrait-card__selected {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  min-height: 28px;
  padding: 0 10px;
  align-items: center;
  border-radius: 15px 18px 14px 17px;
  background: var(--umber);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(-6px) rotate(-1deg);
  transition: opacity 180ms ease, transform 260ms var(--ease-spring);
}

.portrait-card.is-confirmed .portrait-card__selected {
  opacity: 1;
  transform: translateY(0) rotate(-1deg);
}

.portrait-card__copy {
  position: static;
  display: block;
  min-height: 96px;
  padding: 16px 20px 18px;
  background: var(--white);
  color: var(--ink);
}

.portrait-card__copy b,
.portrait-card__copy small {
  display: block;
}

.portrait-card__copy b {
  font-family: var(--display);
  font-size: 2.15rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.portrait-card__copy small {
  margin-top: 7px;
  color: var(--ink-soft);
  font-size: 0.72rem;
}

.portrait-tabs {
  --active-index: 0;
  position: relative;
  display: grid;
  width: calc(100% - 40px);
  height: 50px;
  margin: 12px 20px 0;
  padding: 3px;
  border: 1px solid oklch(17% 0.012 60 / 0.13);
  border-radius: 999px;
  grid-template-columns: repeat(3, 1fr);
  isolation: isolate;
  overflow: hidden;
}

.portrait-tabs::before {
  position: absolute;
  z-index: 0;
  top: 3px;
  bottom: 3px;
  left: 3px;
  width: calc((100% - 6px) / 3);
  border-radius: 999px;
  background: var(--ink);
  content: "";
  transform: translateX(calc(var(--active-index) * 100%));
  transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.portrait-tabs button {
  position: relative;
  z-index: 1;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: color 180ms ease, transform 220ms var(--ease-out);
}

.portrait-tabs button.is-previewed {
  color: var(--white);
}

.portrait-tabs button:not(.is-previewed) {
  color: var(--ink);
}

.portrait-tabs button:active {
  transform: scale(0.96);
}

.finish {
  position: relative;
  padding: 44px 20px 52px;
  overflow: hidden;
  background: var(--paper);
  isolation: isolate;
}

.finish h2 {
  margin-top: 0;
  font-size: clamp(2.25rem, 10.6cqw, 2.75rem);
  line-height: 0.9;
}

.finish-list {
  display: grid;
  margin-top: 28px;
  gap: 10px;
}

.finish__price-note {
  max-width: 42ch;
  margin: 14px 4px 0;
  color: var(--ink-soft);
  font-size: 0.75rem;
  line-height: 1.42;
}

.finish-choice {
  display: grid;
  width: 100%;
  min-height: 94px;
  padding: 14px 15px;
  align-items: center;
  border: 1px solid oklch(17% 0.012 60 / 0.2);
  border-radius: 22px 25px 21px 24px;
  background: oklch(98% 0.006 83 / 0.46);
  cursor: pointer;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 9px;
  text-align: left;
  transition: color 220ms ease, background 220ms ease, transform 240ms var(--ease-out);
}

.finish-choice:nth-child(2) {
  border-radius: 25px 21px 24px 20px;
}

.finish-choice:nth-child(3) {
  border-radius: 21px 24px 20px 25px;
}

.finish-choice.is-selected {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.finish-choice:active {
  transform: scale(0.985);
}

.finish-choice__number {
  align-self: start;
  padding-top: 4px;
  color: var(--umber);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.finish-choice__copy b,
.finish-choice__copy small {
  display: block;
}

.finish-choice__copy b {
  font-family: var(--display);
  font-size: clamp(1.22rem, 5.9cqw, 1.48rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.finish-choice__copy small {
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 0.75rem;
  line-height: 1.3;
}

.finish-choice.is-selected .finish-choice__copy small {
  color: oklch(98% 0.006 83 / 0.78);
}

.finish-choice strong {
  align-self: center;
  padding-bottom: 0;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
}

.size-picker {
  margin-top: 30px;
}

.size-picker > p,
.frame-picker > p {
  margin: 0 0 12px 7px;
  color: var(--ink-soft);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.size-option {
  display: flex;
  width: 100%;
  min-height: 64px;
  padding: 10px 12px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid oklch(17% 0.012 60 / 0.18);
  border-radius: 18px 21px 17px 20px;
  background: transparent;
  cursor: pointer;
  gap: 10px;
  text-align: left;
  transition: color 180ms ease, background 180ms ease, transform 180ms var(--ease-out);
}

.size-option:nth-child(even) {
  border-radius: 21px 17px 20px 18px;
}

.size-option:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.frame-picker {
  margin-top: 18px;
}

.frame-picker__options {
  display: grid;
  padding: 5px;
  border: 1px solid oklch(17% 0.012 60 / 0.18);
  border-radius: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.frame-picker__options button {
  min-height: 48px;
  padding: 8px 6px;
  border: 0;
  border-radius: 19px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 600;
  transition: color 180ms ease, background 180ms ease, transform 180ms var(--ease-out);
}

.frame-picker__options button.is-selected {
  background: var(--ink);
  color: var(--white);
}

.frame-picker__options button:active {
  transform: scale(0.97);
}

.size-option.is-selected {
  background: var(--umber);
  color: var(--white);
}

.size-option:active {
  transform: scale(0.97);
}

.size-option span,
.size-option small {
  display: block;
}

.size-option span {
  font-size: 0.75rem;
  font-weight: 600;
}

.size-option small {
  margin-top: 2px;
  opacity: 0.62;
  font-size: 0.75rem;
}

.size-option--enter {
  animation: option-spring-in 480ms var(--ease-spring) both;
  animation-delay: calc(var(--option-order, 0) * 70ms);
}

.size-option strong {
  font-size: 0.75rem;
}

.selection-summary {
  margin-top: 28px;
  padding: 18px;
  border: 1px solid oklch(17% 0.012 60 / 0.17);
  border-radius: 24px 20px 26px 22px;
  background: oklch(98% 0.006 83 / 0.5);
}

.selection-summary__order {
  display: flex;
  margin-top: 14px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.selection-summary__order b,
.selection-summary__order small {
  display: block;
}

.selection-summary__order b {
  font-family: var(--display);
  font-size: 1.42rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.selection-summary__order small {
  max-width: 31ch;
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 0.75rem;
  line-height: 1.35;
}

.selection-summary__order > strong {
  font-family: var(--display);
  font-size: 1.42rem;
  font-weight: 400;
  white-space: nowrap;
}

.selection-summary > button {
  display: flex;
  width: 100%;
  min-height: 54px;
  margin-top: 18px;
  padding: 0 17px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 19px 23px 20px 24px;
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 600;
}

.room {
  position: relative;
  z-index: 2;
  height: min(92svh, 780px);
  min-height: 650px;
  margin-top: -20px;
  overflow: hidden;
  border-radius: 28px 28px 0 0;
  background: var(--paper-deep);
  color: var(--white);
}

.room > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% 50%;
}

.room__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    oklch(8% 0.006 50 / 0.22) 0%,
    oklch(8% 0.006 50 / 0.28) 66%,
    var(--night) 100%
  );
}

.room__copy {
  position: absolute;
  right: 22px;
  bottom: calc(76px + env(safe-area-inset-bottom));
  left: 22px;
  text-shadow: 0 2px 20px oklch(5% 0 0 / 0.5);
}

.room__copy > span {
  display: inline-flex;
  min-height: 29px;
  padding: 0 10px;
  align-items: center;
  border: 1px solid oklch(98% 0.006 83 / 0.38);
  border-radius: 999px;
  color: oklch(98% 0.006 83 / 0.9);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.room h2 {
  margin-top: 17px;
  font-size: clamp(2rem, 9.5cqw, 2.5rem);
  line-height: 0.9;
}

.room h2 em {
  color: var(--white);
}

.process {
  position: relative;
  padding: 44px 22px 56px;
  overflow: hidden;
  background: var(--night);
  color: var(--white);
}

.process h2 {
  margin-top: 13px;
  max-width: 100%;
  font-size: clamp(2.05rem, 9.8cqw, 2.55rem);
  line-height: 0.9;
}

.process-list {
  position: relative;
  z-index: 1;
  display: grid;
  margin: 31px 0 0;
  padding: 0;
  border-top: 1px solid oklch(98% 0.006 83 / 0.16);
  border-bottom: 1px solid oklch(98% 0.006 83 / 0.16);
  list-style: none;
}

.process-list li {
  display: grid;
  min-height: 82px;
  padding: 15px 2px;
  align-items: center;
  border-bottom: 1px solid oklch(98% 0.006 83 / 0.14);
  grid-template-columns: 38px 1fr;
  gap: 10px;
}

.process-list li:nth-child(2) {
  margin-right: -2px;
  margin-left: 3px;
}

.process-list li:last-child {
  border-bottom: 0;
}

.process-list span {
  color: var(--umber);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.process-list p {
  margin: 0;
  color: oklch(98% 0.006 83 / 0.9);
  font-family: var(--sans);
  font-size: clamp(0.9rem, 4.15cqw, 1.02rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.process__note {
  max-width: 38ch;
  margin: 22px 0 0;
  color: oklch(91% 0.012 76 / 0.8);
  font-size: 0.78rem;
  line-height: 1.55;
}

.faq {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  padding: 44px 20px 54px;
  overflow: hidden;
  border-radius: 28px 28px 0 0;
  background: var(--paper);
}

.faq h2 {
  margin-top: 12px;
  font-size: clamp(2.3rem, 10.8cqw, 2.85rem);
  line-height: 0.9;
}

.faq-list {
  display: grid;
  margin-top: 32px;
  gap: 11px;
}

.faq-list details {
  border: 1px solid oklch(17% 0.012 60 / 0.15);
  border-radius: 26px 21px 28px 22px;
  background: oklch(98% 0.006 83 / 0.36);
  overflow: hidden;
}

.faq-list details:nth-child(even) {
  border-radius: 21px 28px 22px 26px;
}

.faq-list summary {
  display: flex;
  min-height: 64px;
  padding: 0 17px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 600;
  list-style: none;
}

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

.faq-list summary span {
  color: var(--umber);
  font-size: 1.1rem;
  font-weight: 400;
  transition: transform 220ms var(--ease-out);
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  margin: -4px 17px 18px;
  color: oklch(35% 0.018 58);
  font-size: 0.76rem;
  line-height: 1.52;
}

.faq-list details[open] p {
  animation: faq-copy-in 340ms var(--ease-out) both;
}

.closing {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: min(74svh, 650px);
  margin-top: -20px;
  padding: 50px 22px calc(74px + env(safe-area-inset-bottom));
  align-items: flex-end;
  overflow: hidden;
  border-radius: 28px 28px 0 0;
  background: var(--night);
  color: var(--white);
}

.closing__art {
  position: absolute;
  top: 0;
  right: -20px;
  width: 64%;
  height: 54%;
  opacity: 0.74;
  overflow: hidden;
  border-bottom-left-radius: 50%;
}

.closing__art::after {
  position: absolute;
  inset: 0;
  background: oklch(12% 0.012 55 / 0.3);
  content: "";
}

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

.closing__copy {
  position: relative;
  z-index: 2;
  width: 100%;
}

.closing h2 {
  margin-top: 13px;
  font-size: clamp(2.35rem, 11.1cqw, 2.95rem);
  line-height: 0.88;
}

.closing__copy > p:not(.kicker) {
  max-width: 34ch;
  margin: 24px 0 0;
  color: oklch(91% 0.012 76 / 0.74);
  font-size: 0.8rem;
  line-height: 1.45;
}

.closing__button {
  display: flex;
  width: 100%;
  min-height: 58px;
  margin-top: 25px;
  padding: 0 18px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 600;
}

.closing__current {
  display: flex;
  min-height: 44px;
  margin: 13px auto 0;
  padding: 7px 10px;
  align-items: center;
  border: 0;
  background: transparent;
  color: oklch(98% 0.006 83 / 0.68);
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: oklch(98% 0.006 83 / 0.3);
  text-underline-offset: 4px;
}

.site-footer {
  position: relative;
  padding: 34px 22px calc(46px + env(safe-area-inset-bottom));
  border-top: 1px solid oklch(98% 0.006 83 / 0.12);
  background: var(--night);
  color: var(--white);
}

.site-footer__payments {
  display: grid;
  gap: 20px;
}

.site-footer__secure {
  display: flex;
  align-items: center;
  gap: 8px;
  color: oklch(98% 0.006 83 / 0.84);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__secure svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.payment-marks {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  color: oklch(98% 0.006 83 / 0.84);
}

.payment-mark {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.payment-mark--visa {
  font-size: 1rem;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.payment-mark--mastercard {
  position: relative;
  min-width: 64px;
  padding-left: 21px;
  font-size: 0.7rem;
  letter-spacing: -0.03em;
}

.payment-mark--mastercard i {
  position: absolute;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.payment-mark--mastercard i:nth-child(2) {
  left: 9px;
}

.payment-mark--mastercard b {
  font-weight: 600;
}

.payment-mark--amex {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.payment-mark--apple {
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.site-footer__support {
  display: grid;
  margin: 28px 0 0;
  gap: 5px;
}

.site-footer__support span {
  color: oklch(91% 0.012 76 / 0.56);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__support a {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 600;
}

.site-footer__links {
  display: grid;
  margin-top: 28px;
  padding: 17px 0;
  border-top: 1px solid oklch(98% 0.006 83 / 0.12);
  border-bottom: 1px solid oklch(98% 0.006 83 / 0.12);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
}

.site-footer__policies {
  display: grid;
  margin-top: 10px;
}

.site-footer__policies details {
  border-bottom: 1px solid oklch(98% 0.006 83 / 0.12);
}

.site-footer__policies summary {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  color: oklch(98% 0.006 83 / 0.82);
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  list-style: none;
  text-transform: uppercase;
}

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

.site-footer__policies summary span {
  color: var(--umber);
  font-size: 1rem;
  transition: transform 220ms var(--ease-out);
}

.site-footer__policies details[open] summary span {
  transform: rotate(45deg);
}

.site-footer__policies details div {
  padding: 0 0 16px;
}

.site-footer__policies p {
  margin: 0 0 9px;
  color: oklch(91% 0.012 76 / 0.65);
  font-size: 0.75rem;
  line-height: 1.5;
}

.site-footer__policies p:last-child {
  margin-bottom: 0;
}

.site-footer__links a {
  display: flex;
  min-height: 44px;
  align-items: center;
  color: oklch(98% 0.006 83 / 0.82);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer__legal {
  display: grid;
  margin-top: 18px;
  gap: 5px;
  color: oklch(91% 0.012 76 / 0.62);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
}

.motion-ready .scroll-reveal {
  opacity: 0;
  transform: translateY(24px) rotate(0.35deg);
  transform-origin: 50% 80%;
  transition:
    opacity 560ms ease var(--motion-delay, 0ms),
    transform 760ms var(--ease-spring) var(--motion-delay, 0ms);
  will-change: opacity, transform;
}

.motion-ready .scroll-reveal.motion-pop {
  transform: translateY(18px) scale(0.94) rotate(-0.6deg);
}

.motion-ready .scroll-reveal.motion-row {
  transform: translateX(-20px);
}

.motion-ready .scroll-reveal.motion-row:nth-child(even) {
  transform: translateX(20px);
}

.motion-ready .scroll-reveal.motion-type {
  opacity: 1;
  clip-path: inset(0 100% 0 0);
  transform: none;
  transition: none;
  will-change: clip-path;
}

.motion-ready .scroll-reveal.is-inview {
  opacity: 1;
  transform: translate(0) scale(1) rotate(0);
  will-change: auto;
}

.motion-ready .scroll-reveal.motion-type.is-inview {
  animation: type-sweep 680ms steps(12, end) var(--motion-delay, 0ms) both;
}

.motion-ready .closing__art.scroll-reveal {
  transform: translate(18px, -8px) scale(1.06) rotate(1deg);
}

.motion-ready .scroll-reveal.motion-row.is-inview,
.motion-ready .scroll-reveal.motion-row:nth-child(even).is-inview,
.motion-ready .closing__art.scroll-reveal.is-inview {
  transform: translate(0) scale(1) rotate(0);
}

.club-menu:not(.is-open) .club-menu__links a {
  opacity: 0;
}

.club-menu.is-open .club-menu__links a {
  animation: menu-item-in 520ms var(--ease-spring) both;
}

.club-menu.is-open .club-menu__links a:nth-child(1) {
  animation-delay: 70ms;
}

.club-menu.is-open .club-menu__links a:nth-child(2) {
  animation-delay: 120ms;
}

.club-menu.is-open .club-menu__links a:nth-child(3) {
  animation-delay: 170ms;
}

.club-menu.is-open .club-menu__links a:nth-child(4) {
  animation-delay: 220ms;
}

.club-menu {
  position: fixed;
  z-index: 65;
  top: 0;
  bottom: 0;
  left: 50%;
  display: flex;
  width: min(100%, var(--shell-width));
  padding: max(18px, env(safe-area-inset-top)) 20px calc(34px + env(safe-area-inset-bottom));
  flex-direction: column;
  overflow-y: auto;
  background: var(--paper);
  opacity: 0;
  transform: translate(-50%, -12px);
  transition: opacity 240ms ease, transform 340ms var(--ease-out);
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}

.club-menu.is-open {
  opacity: 1;
  transform: translate(-50%, 0);
}

.club-menu__header {
  display: flex;
  min-height: 46px;
  align-items: flex-start;
  justify-content: space-between;
}

.menu-close {
  position: relative;
  width: 44px;
  height: 44px;
  margin-top: -7px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-close span {
  position: absolute;
  top: 21px;
  right: 3px;
  width: 26px;
  height: 3px;
  border-radius: 54% 46% 51% 49%;
  background: var(--ink);
}

.menu-close span:first-child {
  transform: rotate(43deg);
}

.menu-close span:last-child {
  width: 24px;
  transform: rotate(-46deg);
}

.club-menu__links {
  display: grid;
  padding: 0 4px clamp(40px, 8svh, 72px);
  flex: 1;
  align-content: center;
  gap: 18px;
}

.club-menu__links a {
  display: grid;
  min-height: 44px;
  align-items: start;
  color: var(--ink);
  grid-template-columns: 33px 1fr;
  gap: 8px;
}

.club-menu__links small {
  padding-top: 5px;
  color: var(--umber);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.club-menu__links span {
  font-family: var(--display);
  font-size: clamp(2.05rem, 10.5cqw, 2.75rem);
  letter-spacing: 0.01em;
  line-height: 0.92;
  text-transform: uppercase;
}

.club-menu__links .club-menu__reserve span {
  color: var(--umber);
}

.action-dock {
  position: fixed;
  z-index: 50;
  right: max(12px, calc((100vw - var(--shell-width)) / 2 + 12px));
  bottom: max(24px, calc(env(safe-area-inset-bottom) + 10px));
  display: flex;
  width: min(calc(100vw - 24px), calc(var(--shell-width) - 24px));
  min-height: 62px;
  padding: 8px 11px 8px 16px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid oklch(98% 0.006 83 / 0.15);
  border-radius: 999px;
  background: oklch(12% 0.012 55 / 0.94);
  color: var(--white);
  box-shadow:
    0 9px 24px -14px oklch(5% 0 0 / 0.42),
    0 2px 8px -4px oklch(5% 0 0 / 0.2);
  cursor: pointer;
  isolation: isolate;
  backdrop-filter: blur(14px);
  transform-origin: 100% 100%;
  transition:
    width 520ms cubic-bezier(0.22, 1, 0.36, 1),
    min-height 520ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 440ms cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 440ms ease,
    opacity 180ms ease,
    transform 260ms var(--ease-out);
}

.action-dock::before {
  position: absolute;
  z-index: -1;
  inset: -18px 0 -4px;
  border-radius: inherit;
  background: radial-gradient(
    ellipse at 50% 42%,
    oklch(5% 0 0 / 0.19) 0%,
    oklch(5% 0 0 / 0.1) 46%,
    transparent 74%
  );
  content: "";
  filter: blur(6px);
  pointer-events: none;
  transition: inset 440ms cubic-bezier(0.22, 1, 0.36, 1), opacity 260ms ease;
}

.sheet-open .action-dock,
.menu-open .action-dock {
  opacity: 0;
  pointer-events: none;
}

.action-dock:active {
  transform: scale(0.98);
}

.action-dock.is-compact {
  width: 50px;
  min-height: 50px;
  padding: 0;
  border-color: oklch(98% 0.006 83 / 0.2);
  border-radius: 48% 52% 49% 51%;
  box-shadow:
    0 12px 24px -14px oklch(5% 0 0 / 0.55),
    0 3px 9px -5px oklch(5% 0 0 / 0.3);
}

.action-dock.is-compact::before {
  inset: -10px;
  opacity: 0.66;
}

.action-dock.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
}

.action-dock__status {
  display: flex;
  max-width: 96px;
  align-items: center;
  gap: 9px;
  font-size: 0.75rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.06em;
  opacity: 1;
  overflow: hidden;
  transition: max-width 260ms ease, opacity 160ms ease, transform 320ms var(--ease-out);
  white-space: nowrap;
}

.action-dock__action {
  position: relative;
  display: flex;
  width: clamp(170px, 54cqw, 205px);
  min-height: 44px;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  gap: 10px;
  font-size: 0.71rem;
  font-weight: 600;
  overflow: hidden;
  transition:
    width 420ms cubic-bezier(0.22, 1, 0.36, 1),
    min-height 420ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 360ms ease,
    background 260ms ease,
    color 260ms ease,
    gap 300ms ease;
}

.action-dock__action > span {
  max-width: 190px;
  opacity: 1;
  overflow: hidden;
  transition: max-width 300ms ease, opacity 160ms ease, transform 320ms var(--ease-out);
  white-space: nowrap;
}

.action-dock__action .hand-arrow {
  width: 22px;
  height: 22px;
  opacity: 1;
  transition: width 260ms ease, opacity 150ms ease, transform 300ms var(--ease-out);
}

.action-dock__compact-icon {
  position: absolute;
  width: 26px;
  height: 26px;
  fill: none;
  opacity: 0;
  stroke: var(--white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.35;
  transform: scale(0.68) rotate(-4deg);
  transition: opacity 170ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.action-dock.is-compact .action-dock__status {
  max-width: 0;
  opacity: 0;
  transform: translateX(8px);
}

.action-dock.is-compact .action-dock__action {
  width: 48px;
  min-height: 48px;
  padding: 0;
  justify-content: center;
  background: transparent;
  color: var(--white);
  gap: 0;
}

.action-dock.is-compact .action-dock__action > span {
  max-width: 0;
  opacity: 0;
  transform: translateX(8px);
}

.action-dock.is-compact .action-dock__action .hand-arrow {
  width: 0;
  opacity: 0;
  transform: translateX(7px) rotate(-1.5deg);
}

.action-dock.is-compact .action-dock__compact-icon {
  opacity: 1;
  transform: scale(1) rotate(-1.5deg);
}

.sheet-backdrop {
  position: fixed;
  z-index: 70;
  top: 0;
  bottom: 0;
  left: 50%;
  width: min(100%, var(--shell-width));
  background: oklch(5% 0 0 / 0.56);
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 300ms ease;
}

.sheet-backdrop.is-open {
  opacity: 1;
}

.reserve-sheet {
  position: fixed;
  z-index: 80;
  right: 50%;
  bottom: 0;
  width: min(100%, var(--shell-width));
  max-height: calc(100svh - 18px);
  max-height: calc(100dvh - 18px);
  padding: 18px 20px calc(24px + env(safe-area-inset-bottom));
  overflow-y: auto;
  scroll-padding-bottom: calc(24px + env(safe-area-inset-bottom));
  border-radius: 30px 30px 0 0;
  background: var(--paper);
  box-shadow: 0 -20px 60px oklch(5% 0 0 / 0.25);
  opacity: 0;
  transform: translate(50%, 105%);
  transition: transform 420ms var(--ease-soft), opacity 220ms ease;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}

.reserve-sheet.is-open {
  opacity: 1;
  transform: translate(50%, 0);
}

.reserve-sheet__handle {
  width: 36px;
  height: 4px;
  margin: 0 auto 18px;
  border-radius: 99px;
  background: oklch(17% 0.012 60 / 0.16);
}

.reserve-sheet__close {
  position: absolute;
  top: 14px;
  right: 16px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: oklch(17% 0.012 60 / 0.07);
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1;
}

.reserve-sheet h2 {
  margin-top: 12px;
  font-size: clamp(2.25rem, 10.6cqw, 2.75rem);
  line-height: 0.9;
}

.reserve-sheet__selection {
  display: grid;
  min-height: 72px;
  margin-top: 24px;
  padding: 8px;
  align-items: center;
  border: 1px solid oklch(17% 0.012 60 / 0.12);
  border-radius: 18px;
  grid-template-columns: 54px 1fr auto;
  gap: 11px;
}

.reserve-sheet__selection img {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  object-fit: cover;
}

.reserve-sheet__selection small,
.reserve-sheet__selection b {
  display: block;
}

.reserve-sheet__selection small {
  color: var(--ink-soft);
  font-size: 0.75rem;
}

.reserve-sheet__selection b {
  margin-top: 3px;
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.reserve-sheet__selection button {
  min-height: 44px;
  padding: 0 10px;
  border: 0;
  background: transparent;
  color: var(--umber);
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 600;
}

.reserve-sheet__total {
  display: flex;
  min-height: 60px;
  margin-top: 10px;
  padding: 11px 14px;
  align-items: center;
  justify-content: space-between;
  border-radius: 18px;
  background: oklch(17% 0.012 60 / 0.06);
}

.reserve-sheet__total small,
.reserve-sheet__total b {
  display: block;
}

.reserve-sheet__total small {
  color: var(--ink-soft);
  font-size: 0.75rem;
}

.reserve-sheet__total b {
  margin-top: 2px;
  font-size: 0.75rem;
  font-weight: 500;
}

.reserve-sheet__total .reserve-sheet__material-note {
  max-width: 34ch;
  margin-top: 5px;
  font-size: 0.68rem;
  line-height: 1.35;
}

.reserve-sheet__total strong {
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.reserve-sheet__total-action {
  display: grid;
  justify-items: end;
  gap: 2px;
}

.reserve-sheet__total-action button {
  min-height: 44px;
  padding: 3px 0;
  border: 0;
  background: transparent;
  color: var(--umber);
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 600;
}

.reserve-sheet__pets {
  display: flex;
  min-height: 50px;
  padding: 10px 14px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid oklch(17% 0.012 60 / 0.12);
  color: var(--ink-soft);
  gap: 12px;
  font-size: 0.72rem;
}

.reserve-sheet__pets small,
.reserve-sheet__pets b {
  display: block;
}

.reserve-sheet__pets b {
  margin-top: 2px;
  color: var(--ink);
  font-weight: 600;
}

.reserve-sheet__pets > span:last-child {
  color: var(--umber);
  font-weight: 600;
  text-align: right;
}

.reserve-sheet form {
  margin-top: 20px;
}

.checkout-photos {
  display: grid;
  margin-bottom: 18px;
  gap: 10px;
}

.checkout-photos__intro {
  margin: 0 4px 2px;
  color: var(--ink-soft);
  font-size: 0.74rem;
  line-height: 1.4;
}

.checkout-photo__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.checkout-photo__picker {
  position: relative;
  display: grid !important;
  min-height: 132px;
  margin: 0 !important;
  padding: 10px;
  place-items: center;
  overflow: hidden;
  border: 1px dashed oklch(17% 0.012 60 / 0.28);
  border-radius: 22px 18px 24px 20px;
  background: oklch(98% 0.006 83 / 0.58);
  cursor: pointer;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.checkout-photo__number {
  flex: 0 0 auto;
  color: var(--umber);
  font-family: var(--display);
  font-size: 1.15rem;
}

.checkout-photo:not(:only-child) .checkout-photo__picker {
  min-height: 106px;
}

.checkout-photo:not(:only-child) .checkout-photo__picker > img {
  height: 126px;
}

.checkout-photo__input:focus-visible + .checkout-photo__picker {
  outline: 3px solid var(--umber);
  outline-offset: 3px;
}

.checkout-photo__empty {
  display: flex;
  align-items: center;
  color: var(--ink);
  gap: 13px;
}

.checkout-photo__empty svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: var(--umber);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7px;
}

.checkout-photo__empty b,
.checkout-photo__empty small {
  display: block;
}

.checkout-photo__empty b {
  font-size: 0.84rem;
}

.checkout-photo__empty small {
  max-width: 28ch;
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.35;
}

.checkout-photo__picker > img {
  width: 100%;
  height: 174px;
  border-radius: 14px;
  object-fit: cover;
}

.checkout-photo__change {
  position: absolute;
  right: 18px;
  bottom: 18px;
  min-height: 34px;
  display: inline-flex;
  padding: 0 13px;
  align-items: center;
  border-radius: 999px;
  background: oklch(10% 0.01 55 / 0.82);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: none;
}

.reserve-sheet label {
  display: block;
  margin: 0 0 7px 4px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.email-field {
  display: flex;
  min-height: 58px;
  padding: 5px;
  border: 1px solid oklch(17% 0.012 60 / 0.17);
  border-radius: 999px;
  background: var(--white);
}

.email-field input {
  width: 100%;
  min-width: 0;
  padding: 0 12px;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 16px;
}

.email-field button {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 142px;
  padding: 0 15px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 600;
  gap: 7px;
  white-space: nowrap;
}

.email-field button .hand-arrow {
  width: 19px;
  height: 19px;
}

.form-status {
  min-height: 18px;
  margin: 9px 4px 0;
  color: var(--ink-soft);
  font-size: 0.75rem;
}

[hidden] {
  display: none !important;
}

@keyframes hero-enter {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes option-spring-in {
  from {
    transform: translateY(12px) scale(0.96);
  }
  to {
    transform: translateY(0) scale(1);
  }
}

@keyframes faq-copy-in {
  from {
    opacity: 0;
    transform: translateY(-7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes type-sweep {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes menu-item-in {
  from {
    opacity: 0;
    transform: translateY(18px) rotate(0.5deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
}

@supports (animation-timeline: view()) {
  .hero-art__frame {
    animation: hero-art-exit linear both;
    animation-timeline: view();
    animation-range: exit 0% exit 95%;
  }

  .room > img {
    animation: room-scale linear both;
    animation-timeline: view();
    animation-range: entry 0% exit 100%;
  }
}

@keyframes hero-art-exit {
  to {
    opacity: 0.72;
    transform: scale(1.035) translateY(-8px);
  }
}

@keyframes room-scale {
  from {
    transform: scale(1.06);
  }
  to {
    transform: scale(1);
  }
}

@keyframes wine-rise {
  from {
    transform: translateY(62px);
  }
  to {
    transform: translateY(var(--wine-target-y, 35px));
  }
}

@keyframes wine-body-roll {
  0% {
    transform: rotate(-2.8deg) translate(-1.4px, 0.15px);
  }
  20% {
    transform: rotate(1.2deg) translate(0.65px, -0.7px);
  }
  48% {
    transform: rotate(2.6deg) translate(1.4px, 0.2px);
  }
  72% {
    transform: rotate(-0.6deg) translate(-0.35px, 0.6px);
  }
  100% {
    transform: rotate(-2.8deg) translate(-1.4px, 0.15px);
  }
}

@keyframes wine-wave-back {
  0% {
    transform: translateX(-6.4px) scaleX(1.065) rotate(-1.4deg);
  }
  25% {
    transform: translateX(1.2px) scaleX(0.98) rotate(0.4deg);
  }
  50% {
    transform: translateX(6.2px) scaleX(1.025) rotate(1.4deg);
  }
  75% {
    transform: translateX(-1.5px) scaleX(0.975) rotate(-0.3deg);
  }
  100% {
    transform: translateX(-6.4px) scaleX(1.065) rotate(-1.4deg);
  }
}

@keyframes wine-wave-front {
  0% {
    transform: translateX(5.8px) scaleX(0.96) rotate(1.2deg);
  }
  30% {
    transform: translateX(-1.2px) scaleX(1.03) rotate(-0.25deg);
  }
  60% {
    transform: translateX(-5.6px) scaleX(0.985) rotate(-1.25deg);
  }
  82% {
    transform: translateX(0.6px) scaleX(1.04) rotate(0.2deg);
  }
  100% {
    transform: translateX(5.8px) scaleX(0.96) rotate(1.2deg);
  }
}

@keyframes wine-glint {
  0% {
    opacity: 0.16;
    transform: translate(-2px, 1px) scaleX(0.9);
  }
  35% {
    opacity: 0.32;
    transform: translate(2px, -1px) scaleX(1.02);
  }
  65% {
    opacity: 0.22;
    transform: translate(5px, 0.5px) scaleX(1.08);
  }
  100% {
    opacity: 0.16;
    transform: translate(-2px, 1px) scaleX(0.9);
  }
}

@media (max-height: 760px) {
  .hero {
    grid-template-rows: auto minmax(0, 1fr);
  }

  .edition__content {
    margin-top: 58px;
  }

  .edition-pour {
    width: 66px;
  }

  .edition-pour svg {
    width: 64px;
  }

  .hero-art {
    width: min(70vw, 34.5svh, 272px);
  }

  .hero h1 {
    font-size: clamp(2.2rem, min(10.8cqw, 5.4svh), 2.55rem);
  }

}

@media (min-width: 431px) {
  body::before {
    position: fixed;
    z-index: -1;
    top: 50%;
    left: calc(50% - 340px);
    color: oklch(98% 0.006 83 / 0.35);
    content: "MOBILE EXPERIENCE  ·  430PX";
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    transform: rotate(-90deg) translateX(-50%);
    transform-origin: top left;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .hero-enter {
    opacity: 1;
    transform: none;
  }

  .motion-ready .scroll-reveal,
  .motion-ready .scroll-reveal.motion-type {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    animation: none !important;
    transition: none !important;
  }

  .hero-art__frame,
  .room > img,
  .edition-pour__slosh,
  .edition-pour__wave,
  .edition-pour__wine-glint {
    animation: none !important;
  }

  .club-menu.is-open .club-menu__links a {
    opacity: 1 !important;
    animation: none !important;
  }

  .edition-pour__liquid {
    transform: translateY(var(--wine-target-y, 35px)) !important;
  }
}
