@font-face {
  font-family: "Vietlinker Sans";
  src: url("../realtor/fonts/vietlinker-sans-vietnamese.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0,
    U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Vietlinker Sans";
  src: url("../realtor/fonts/vietlinker-sans-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
    U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Vietlinker Serif";
  src: url("../realtor/fonts/vietlinker-serif-normal-vietnamese.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0,
    U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Vietlinker Serif";
  src: url("../realtor/fonts/vietlinker-serif-normal-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
    U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Vietlinker Serif";
  src: url("../realtor/fonts/vietlinker-serif-italic-vietnamese.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0,
    U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Vietlinker Serif";
  src: url("../realtor/fonts/vietlinker-serif-italic-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
    U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

:root {
  --ink: #0b0a0b;
  --ink-soft: #171417;
  --ivory: #f4f0e8;
  --paper: #e8e0d4;
  --cherry: #a90e30;
  --cherry-bright: #d31845;
  --chrome: #c7cbd0;
  --muted: #817a75;
  --line-dark: rgba(11, 10, 11, 0.18);
  --line-light: rgba(244, 240, 232, 0.24);
  --sans: "Vietlinker Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: "Vietlinker Serif", Georgia, "Times New Roman", serif;
  --disclosure-height: 34px;
  --header-height: 88px;
  --page-pad: clamp(20px, 4vw, 72px);
}

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

html {
  background: var(--ink);
  color: var(--ink);
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--disclosure-height) + var(--header-height) + 16px);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

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

button {
  cursor: pointer;
}

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

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

h1,
h2,
h3,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

:focus-visible {
  outline: 3px solid var(--cherry-bright);
  outline-offset: 4px;
}

.sr-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;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 12px 18px;
  transform: translateY(-160%);
  background: var(--ivory);
  color: var(--ink);
  font-weight: 700;
}

.skip-link:focus {
  transform: none;
}

.demo-disclosure {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  min-height: var(--disclosure-height);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px var(--page-pad);
  background: var(--cherry);
  color: #fff8f1;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.16em;
  line-height: 1.25;
  text-transform: uppercase;
}

.disclosure-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #fff8f1;
}

.demo-credit {
  margin-left: auto;
  white-space: nowrap;
}

.site-header {
  position: fixed;
  z-index: 90;
  top: var(--disclosure-height);
  left: 0;
  right: 0;
  height: var(--header-height);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  padding: 0 var(--page-pad);
  border-bottom: 1px solid rgba(244, 240, 232, 0.2);
  background: rgba(11, 10, 11, 0.68);
  color: var(--ivory);
  backdrop-filter: blur(18px);
  transition: background 240ms ease, border-color 240ms ease;
}

.site-header.is-solid {
  background: rgba(11, 10, 11, 0.96);
  border-color: rgba(244, 240, 232, 0.13);
}

.brand {
  width: max-content;
  display: inline-grid;
  gap: 0;
  line-height: 1;
}

.brand-word {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.brand-sub {
  margin-top: 4px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.31em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 48px);
  font-size: 12px;
  font-weight: 650;
}

.desktop-nav a {
  position: relative;
  padding: 12px 0;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 1px;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  background: var(--ivory);
  transition: transform 200ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.language-switch {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
}

.lang-button {
  min-width: 36px;
  min-height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(244, 240, 232, 0.57);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.lang-button.is-active {
  color: var(--ivory);
}

.header-book {
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid var(--ivory);
  background: var(--ivory);
  color: var(--ink);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.04em;
  transition: background 180ms ease, color 180ms ease;
}

.header-book:hover {
  background: transparent;
  color: var(--ivory);
}

.menu-button {
  width: 46px;
  height: 46px;
  display: none;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(244, 240, 232, 0.34);
  background: transparent;
  color: var(--ivory);
}

.menu-button i {
  position: absolute;
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: transform 180ms ease;
}

.menu-button i:first-of-type {
  transform: translateY(-4px);
}

.menu-button i:last-of-type {
  transform: translateY(4px);
}

.menu-button[aria-expanded="true"] i:first-of-type {
  transform: rotate(45deg);
}

.menu-button[aria-expanded="true"] i:last-of-type {
  transform: rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  z-index: 89;
  inset: calc(var(--disclosure-height) + var(--header-height)) 0 0;
  padding: 36px var(--page-pad) 48px;
  overflow-y: auto;
  background: var(--ink);
  color: var(--ivory);
}

.mobile-menu > a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid var(--line-light);
  font-family: var(--serif);
  font-size: clamp(32px, 9vw, 50px);
  line-height: 1.08;
}

.mobile-menu > button {
  width: 100%;
  min-height: 54px;
  margin-top: 28px;
  border: 0;
  background: var(--ivory);
  font-weight: 750;
}

.mobile-language {
  display: flex;
  gap: 8px;
  padding-top: 24px;
}

.mobile-language .lang-button {
  min-width: max-content;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid var(--line-light);
}

.mobile-language .lang-button.is-active {
  border-color: var(--ivory);
  background: var(--ivory);
  color: var(--ink);
}

.hero-scroll {
  position: relative;
  height: 310svh;
  background: var(--ink);
  color: var(--ivory);
}

.hero-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 660px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 74% 45%, rgba(169, 14, 48, 0.26), transparent 34%),
    linear-gradient(135deg, #0d0b0d 0%, #171116 56%, #090809 100%);
}

.hero-stage::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to right, #000, transparent 78%);
}

.hero-atmosphere {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.chrome-orb {
  position: absolute;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 26%, #fff 0 4%, transparent 11%),
    radial-gradient(circle at 65% 68%, #151515 0 18%, transparent 42%),
    conic-gradient(from 42deg, #f9f9f9, #4a4c52, #d9dce1, #2b1a1e, #fff, #8d8f94, #f9f9f9);
  box-shadow: inset -18px -22px 36px rgba(0, 0, 0, 0.48), 0 28px 70px rgba(0, 0, 0, 0.38);
  opacity: 0.82;
  filter: saturate(0.5);
  transition: transform 800ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 500ms ease;
}

.orb-one {
  top: 17%;
  right: 4%;
  width: clamp(72px, 9vw, 150px);
  aspect-ratio: 1;
}

.orb-two {
  right: 42%;
  bottom: 7%;
  width: clamp(34px, 4vw, 66px);
  aspect-ratio: 1;
  opacity: 0.48;
}

.cherry-line {
  position: absolute;
  top: 0;
  left: 54%;
  width: 1px;
  height: 100%;
  background: linear-gradient(transparent 6%, rgba(211, 24, 69, 0.7), transparent 94%);
  transition: transform 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hero-visual {
  --pointer-x: 0deg;
  --pointer-y: 0deg;
  position: absolute;
  z-index: 1;
  top: calc(var(--disclosure-height) + var(--header-height) + 5vh);
  right: clamp(26px, 6vw, 110px);
  width: min(47vw, 690px);
  height: calc(100svh - var(--disclosure-height) - var(--header-height) - 12vh);
  min-height: 470px;
  perspective: 1400px;
  transform: rotateX(var(--pointer-y)) rotateY(var(--pointer-x));
  transform-style: preserve-3d;
  transition: transform 180ms ease-out;
}

.hero-card {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(244, 240, 232, 0.23);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.56);
  transform-origin: 56% 50%;
  backface-visibility: hidden;
  transition: opacity 620ms ease, transform 900ms cubic-bezier(0.2, 0.72, 0.15, 1), clip-path 900ms cubic-bezier(0.2, 0.72, 0.15, 1);
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04);
  transition: transform 1100ms cubic-bezier(0.2, 0.72, 0.15, 1), filter 800ms ease;
}

.hero-card-one {
  z-index: 3;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transform: translate3d(0, 0, 38px) rotateY(-2deg) rotateX(1deg);
}

.hero-card-two {
  z-index: 2;
  opacity: 0.55;
  clip-path: polygon(5% 4%, 96% 0, 100% 96%, 0 100%);
  transform: translate3d(-6%, 3%, -42px) rotateY(7deg) rotateZ(-2.3deg) scale(0.94);
}

.hero-card-three {
  z-index: 1;
  opacity: 0.3;
  clip-path: polygon(2% 2%, 97% 5%, 94% 100%, 4% 96%);
  transform: translate3d(7%, -3%, -88px) rotateY(-7deg) rotateZ(3deg) scale(0.89);
}

.hero-frame-label {
  position: absolute;
  z-index: 8;
  right: -25px;
  bottom: 12%;
  padding: 9px 12px;
  transform: rotate(90deg) translateX(100%);
  transform-origin: right bottom;
  background: var(--ivory);
  color: var(--ink);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.hero-stage[data-scene="1"] .hero-card-one {
  z-index: 1;
  opacity: 0.28;
  clip-path: polygon(2% 3%, 96% 0, 100% 97%, 4% 100%);
  transform: translate3d(-8%, -1%, -85px) rotateY(8deg) rotateZ(-3deg) scale(0.88);
}

.hero-stage[data-scene="1"] .hero-card-two {
  z-index: 3;
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transform: translate3d(0, 0, 42px) rotateY(2deg) scale(1);
}

.hero-stage[data-scene="1"] .hero-card-three {
  z-index: 2;
  opacity: 0.48;
  transform: translate3d(7%, 3%, -36px) rotateY(-6deg) rotateZ(2deg) scale(0.94);
}

.hero-stage[data-scene="1"] .orb-one {
  transform: translate(-25vw, 52vh) scale(0.62);
}

.hero-stage[data-scene="1"] .orb-two {
  transform: translate(20vw, -48vh) scale(1.5);
  opacity: 0.7;
}

.hero-stage[data-scene="1"] .cherry-line {
  transform: translateX(22vw) rotate(7deg);
}

.hero-stage[data-scene="2"] .hero-card-one {
  z-index: 2;
  opacity: 0.38;
  transform: translate3d(-7%, 5%, -44px) rotateY(6deg) rotateZ(-2deg) scale(0.93);
}

.hero-stage[data-scene="2"] .hero-card-two {
  z-index: 1;
  opacity: 0.2;
  transform: translate3d(7%, -4%, -94px) rotateY(-7deg) rotateZ(3deg) scale(0.87);
}

.hero-stage[data-scene="2"] .hero-card-three {
  z-index: 3;
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transform: translate3d(0, 0, 42px) rotateY(-1deg) scale(1);
}

.hero-stage[data-scene="2"] .hero-card-three img {
  transform: scale(1.025);
  filter: saturate(0.72) contrast(1.07);
}

.hero-stage[data-scene="2"] .orb-one {
  transform: translate(-39vw, 4vh) scale(1.15);
  opacity: 0.58;
}

.hero-stage[data-scene="2"] .orb-two {
  transform: translate(-5vw, -34vh) scale(0.7);
}

.hero-stage[data-scene="2"] .cherry-line {
  transform: translateX(-13vw) rotate(-8deg);
}

.hero-copy-wrap {
  position: absolute;
  z-index: 4;
  top: calc(var(--disclosure-height) + var(--header-height) + 10vh);
  bottom: 10vh;
  left: var(--page-pad);
  width: min(48vw, 700px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
}

.hero-scenes {
  position: relative;
  min-height: 470px;
}

.hero-scene {
  position: absolute;
  inset: 0 auto auto 0;
  width: min(100%, 650px);
  opacity: 0;
  transform: translateY(28px);
  pointer-events: none;
  transition: opacity 450ms ease, transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hero-scene.is-active {
  z-index: 2;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.eyebrow {
  margin-bottom: 22px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.35;
  text-transform: uppercase;
}

.eyebrow::before {
  display: inline-block;
  width: 26px;
  height: 1px;
  margin: 0 10px 3px 0;
  background: currentColor;
  content: "";
}

.eyebrow.dark {
  color: #5f5853;
}

.eyebrow.light {
  color: rgba(244, 240, 232, 0.68);
}

.hero-scene h1,
.hero-scene h2 {
  max-width: 750px;
  font-size: clamp(58px, 7vw, 112px);
  font-weight: 300;
  letter-spacing: -0.065em;
  line-height: 0.86;
}

.hero-scene h1 em,
.hero-scene h2 em,
.section-heading h2 em,
.atelier-intro h2 em,
.services-title h2 em,
.artist-content h2 em,
.film-copy h2 em,
.faq h2 em,
.booking-cta h2 em {
  color: var(--cherry-bright);
  font-family: var(--serif);
  font-weight: 400;
}

.hero-scene > p:not(.eyebrow) {
  max-width: 500px;
  margin-top: 30px;
  color: rgba(244, 240, 232, 0.76);
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 24px;
  border: 1px solid currentColor;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.button-ivory {
  border-color: var(--ivory);
  background: var(--ivory);
  color: var(--ink);
  transition: color 180ms ease, background 180ms ease;
}

.button-ivory:hover {
  background: transparent;
  color: var(--ivory);
}

.text-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 0 0 2px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
}

.hero-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  pointer-events: auto;
}

.hero-progress button {
  width: 72px;
  min-height: 44px;
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(244, 240, 232, 0.44);
  font-size: 9px;
  font-weight: 700;
}

.hero-progress button i {
  height: 1px;
  overflow: hidden;
  background: rgba(244, 240, 232, 0.25);
}

.hero-progress button i::after {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--ivory);
  content: "";
  transition: transform 350ms ease;
}

.hero-progress button.is-active {
  color: var(--ivory);
}

.hero-progress button.is-active i::after {
  transform: scaleX(1);
}

.scroll-cue {
  position: absolute;
  z-index: 5;
  right: var(--page-pad);
  bottom: 25px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(244, 240, 232, 0.55);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.scroll-cue i {
  width: 36px;
  height: 1px;
  background: currentColor;
}

.section-pad {
  padding: clamp(88px, 11vw, 176px) var(--page-pad);
}

.section-index {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.atelier-intro {
  display: grid;
  grid-template-columns: 0.45fr 1.5fr 0.75fr;
  gap: clamp(28px, 5vw, 86px);
  align-items: start;
  padding: clamp(90px, 12vw, 190px) var(--page-pad);
  background: var(--ivory);
}

.atelier-intro h2,
.section-heading h2,
.services-title h2,
.artist-content h2,
.film-copy h2,
.faq h2,
.booking-cta h2 {
  font-size: clamp(48px, 6.7vw, 106px);
  font-weight: 300;
  letter-spacing: -0.058em;
  line-height: 0.92;
}

.intro-copy {
  padding-top: 33px;
  color: #635c57;
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.7;
}

.lookbook {
  border-top: 1px solid var(--line-dark);
  background: #eee8df;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.55fr);
  gap: 8vw;
  align-items: end;
}

.section-heading > p {
  max-width: 460px;
  padding-bottom: 7px;
  color: #625c57;
  line-height: 1.7;
}

.filter-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: clamp(56px, 7vw, 104px) 0 36px;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 8px;
  padding: 21px 24px 25px;
  border-right: 1px solid var(--line-dark);
}

.filter-group:last-child {
  border-right: 0;
}

.filter-group legend {
  width: 100%;
  margin-bottom: 10px;
  color: #6e6660;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.filter-group button {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(11, 10, 11, 0.25);
  border-radius: 999px;
  background: transparent;
  font-size: 11px;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.filter-group button:hover,
.filter-group button.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--ivory);
}

.look-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 34px);
}

.look-card {
  min-width: 0;
  transition: opacity 220ms ease, transform 260ms ease;
}

.look-card[hidden] {
  display: none;
}

.look-wide {
  grid-column: span 2;
}

.look-image {
  position: relative;
  height: clamp(370px, 47vw, 690px);
  overflow: hidden;
  background: #cdc5ba;
}

.look-wide .look-image {
  height: clamp(370px, 43vw, 660px);
}

.look-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.78, 0.2, 1), filter 500ms ease;
}

.look-card:hover .look-image img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.02);
}

.crop-one img { object-position: 32% 50%; }
.crop-two img { object-position: 68% 40%; transform: scale(1.14); }
.crop-three img { object-position: 50% 68%; transform: scale(1.18); }
.crop-four img { object-position: 18% 35%; transform: scale(1.12); filter: saturate(0.72); }
.crop-five img { object-position: 73% 62%; transform: scale(1.07); filter: saturate(0.65) contrast(1.05); }
.crop-six img { object-position: 50% 45%; transform: scale(1.22); filter: saturate(1.24); }

.look-card:hover .crop-two img,
.look-card:hover .crop-three img,
.look-card:hover .crop-four img,
.look-card:hover .crop-five img,
.look-card:hover .crop-six img {
  transform: scale(1.24);
}

.look-image > span {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 8px 11px;
  background: rgba(244, 240, 232, 0.9);
  color: var(--ink);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.look-meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 19px 0 25px;
  border-bottom: 1px solid var(--line-dark);
}

.look-meta > div {
  display: grid;
  grid-template-columns: 25px auto;
  column-gap: 11px;
}

.look-meta p {
  grid-row: span 2;
  padding-top: 4px;
  color: #7d756e;
  font-size: 9px;
}

.look-meta h3 {
  font-family: var(--serif);
  font-size: clamp(24px, 2.2vw, 35px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.look-meta span {
  margin-top: 6px;
  color: #706964;
  font-size: 10px;
}

.look-meta button {
  min-height: 44px;
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  font-size: 10px;
  font-weight: 800;
}

.services {
  background: var(--ink);
  color: var(--ivory);
}

.services-title {
  display: grid;
  grid-template-columns: 0.25fr 1.35fr 0.65fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
}

.services-title > p:last-child {
  padding-bottom: 7px;
  color: rgba(244, 240, 232, 0.62);
  line-height: 1.7;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(62px, 8vw, 120px);
  border: 1px solid var(--line-light);
}

.service-card {
  min-height: 510px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border-right: 1px solid var(--line-light);
  background: var(--ink);
  transition: background 250ms ease, color 250ms ease;
}

.service-card:last-child {
  border-right: 0;
}

.service-card:hover,
.featured-service {
  background: var(--cherry);
}

.service-number {
  color: rgba(244, 240, 232, 0.5);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.service-symbol {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  margin: 43px 0 52px auto;
  border: 1px solid rgba(244, 240, 232, 0.55);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 23px;
}

.service-card h3 {
  font-family: var(--serif);
  font-size: clamp(29px, 2.6vw, 41px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.service-card > p:not(.service-number) {
  margin-top: 22px;
  color: rgba(244, 240, 232, 0.68);
  font-size: 13px;
  line-height: 1.65;
}

.service-card dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: auto;
  padding-top: 28px;
}

.service-card dl > div {
  display: grid;
  gap: 3px;
}

.service-card dt {
  color: rgba(244, 240, 232, 0.53);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-card dd {
  font-size: 15px;
  font-weight: 700;
}

.service-card > button {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(244, 240, 232, 0.35);
  background: transparent;
  color: inherit;
  font-size: 10px;
  font-weight: 800;
}

.fine-print {
  margin-top: 20px;
  font-size: 10px;
}

.fine-print.light {
  color: rgba(244, 240, 232, 0.52);
}

.artists {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
  background: var(--paper);
}

.artist-image {
  position: relative;
  min-height: 680px;
  overflow: hidden;
}

.artist-image img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
}

.artist-image > p {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 10px;
  background: rgba(11, 10, 11, 0.76);
  color: var(--ivory);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.artist-content > p:not(.eyebrow) {
  max-width: 530px;
  margin-top: 28px;
  color: #625b56;
  line-height: 1.7;
}

.artist-list {
  margin-top: 52px;
  border-top: 1px solid var(--line-dark);
}

.artist-list article {
  display: grid;
  grid-template-columns: 52px 1fr 48px;
  gap: 18px;
  align-items: center;
  min-height: 100px;
  border-bottom: 1px solid var(--line-dark);
}

.artist-list article > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(11, 10, 11, 0.35);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 13px;
}

.artist-list h3 {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
}

.artist-list p {
  margin-top: 3px;
  color: #706963;
  font-size: 11px;
}

.artist-list button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(11, 10, 11, 0.32);
  border-radius: 50%;
  background: transparent;
  transition: background 160ms ease, color 160ms ease;
}

.artist-list button:hover {
  background: var(--ink);
  color: var(--ivory);
}

.film-section {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.55fr);
  min-height: min(900px, 92svh);
  background: var(--ink);
  color: var(--ivory);
}

.film-media {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: #251920;
}

.film-media video {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
}

.film-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(8, 6, 7, 0.7));
  pointer-events: none;
}

.film-toggle {
  position: absolute;
  bottom: 34px;
  left: 34px;
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 18px;
  border: 1px solid rgba(244, 240, 232, 0.68);
  background: rgba(11, 10, 11, 0.62);
  color: var(--ivory);
  font-size: 10px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.film-icon {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(244, 240, 232, 0.55);
  border-radius: 50%;
  font-size: 8px;
}

.film-duration {
  position: absolute;
  right: 28px;
  bottom: 37px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.film-copy {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 72px;
  padding: clamp(54px, 6vw, 100px) clamp(28px, 4vw, 68px);
  border-left: 1px solid var(--line-light);
}

.film-copy h2 {
  font-size: clamp(47px, 5vw, 82px);
}

.film-copy > div > p:not(.eyebrow) {
  margin-top: 28px;
  color: rgba(244, 240, 232, 0.68);
  line-height: 1.7;
}

.film-copy .film-note {
  padding-top: 22px;
  border-top: 1px solid var(--line-light);
  font-size: 11px;
}

.voices {
  background: var(--ivory);
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(56px, 7vw, 100px);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.voice-grid figure {
  min-height: 410px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border-right: 1px solid var(--line-dark);
}

.voice-grid figure:last-child {
  border-right: 0;
}

.voice-grid figure > div {
  color: var(--cherry);
  font-size: 11px;
  letter-spacing: 0.16em;
}

.voice-grid blockquote {
  margin: 56px 0;
  font-family: var(--serif);
  font-size: clamp(25px, 2.25vw, 36px);
  line-height: 1.2;
}

.voice-grid figcaption {
  display: grid;
  gap: 4px;
  margin-top: auto;
  font-size: 11px;
}

.voice-grid figcaption span {
  color: #716963;
}

.faq {
  display: grid;
  grid-template-columns: minmax(340px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(50px, 9vw, 160px);
  background: var(--paper);
}

.faq-list {
  border-top: 1px solid var(--line-dark);
}

.faq-list details {
  border-bottom: 1px solid var(--line-dark);
}

.faq-list summary {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 4px;
  cursor: pointer;
  font-family: var(--serif);
  font-size: clamp(21px, 2vw, 29px);
  line-height: 1.15;
  list-style: none;
}

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

.faq-list summary i {
  position: relative;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border: 1px solid rgba(11, 10, 11, 0.35);
  border-radius: 50%;
}

.faq-list summary i::before,
.faq-list summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: var(--ink);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.faq-list summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list details[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-list details > p {
  max-width: 680px;
  padding: 0 48px 28px 4px;
  color: #625c57;
  line-height: 1.72;
}

.booking-cta {
  display: flex;
  min-height: 82svh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 110px var(--page-pad);
  text-align: center;
  background:
    radial-gradient(circle at 18% 88%, rgba(244, 240, 232, 0.14), transparent 22%),
    radial-gradient(circle at 84% 17%, rgba(244, 240, 232, 0.12), transparent 18%),
    var(--cherry);
  color: var(--ivory);
}

.booking-cta h2 {
  max-width: 1100px;
  font-size: clamp(55px, 8vw, 126px);
}

.booking-cta h2 em {
  color: var(--ivory);
}

.booking-cta > p:not(.eyebrow) {
  max-width: 600px;
  margin-top: 30px;
  color: rgba(244, 240, 232, 0.78);
}

.booking-cta .button {
  margin-top: 34px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr auto;
  gap: 34px;
  align-items: end;
  padding: 58px var(--page-pad) 38px;
  background: var(--ink);
  color: var(--ivory);
  font-size: 11px;
  line-height: 1.7;
}

.footer-brand {
  display: grid;
  width: max-content;
}

.footer-brand strong {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.footer-brand span {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.28em;
}

.site-footer > div:not(.footer-brand) {
  color: rgba(244, 240, 232, 0.65);
}

.footer-credit {
  white-space: nowrap;
  color: rgba(244, 240, 232, 0.45);
  font-size: 9px;
  letter-spacing: 0.1em;
}

.mobile-book-bar {
  display: none;
}

.booking-dialog {
  width: min(920px, calc(100vw - 28px));
  max-width: 920px;
  max-height: min(860px, calc(100svh - 28px));
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 0;
  background: var(--ivory);
  color: var(--ink);
  box-shadow: 0 30px 110px rgba(0, 0, 0, 0.62);
}

.booking-dialog::backdrop {
  background: rgba(7, 6, 7, 0.78);
  backdrop-filter: blur(8px);
}

.booking-form {
  padding: clamp(25px, 4vw, 54px);
}

.booking-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
}

.booking-top .eyebrow {
  margin-bottom: 10px;
}

.booking-top h2 {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}

.dialog-close {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  background: transparent;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.booking-note {
  max-width: 720px;
  margin-top: 19px;
  padding: 13px 15px;
  border-left: 3px solid var(--cherry);
  background: #e9e1d7;
  color: #514b47;
  font-size: 11px;
  line-height: 1.55;
}

.booking-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 34px 0 30px;
  padding: 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.booking-progress li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  padding-top: 12px;
  color: #847b75;
  font-size: 10px;
}

.booking-progress li::before {
  position: absolute;
  width: 25%;
  height: 2px;
  margin-top: -13px;
  background: transparent;
  content: "";
}

.booking-progress li.is-active,
.booking-progress li.is-complete {
  color: var(--ink);
}

.booking-progress li.is-active::before,
.booking-progress li.is-complete::before {
  background: var(--cherry);
}

.booking-progress span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 8px;
}

.booking-progress b {
  font-weight: 750;
}

.booking-step fieldset > legend {
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.1;
}

.booking-step fieldset:not(.contact-fields) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.booking-step fieldset:not(.contact-fields) legend {
  grid-column: 1 / -1;
}

.booking-step fieldset:not(.contact-fields) > label {
  position: relative;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px;
  border: 1px solid var(--line-dark);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}

.booking-step fieldset:not(.contact-fields) > label:has(input:checked) {
  border-color: var(--cherry);
  background: rgba(169, 14, 48, 0.06);
}

.booking-step input[type="radio"],
.demo-consent input[type="checkbox"] {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  accent-color: var(--cherry);
}

.booking-step fieldset:not(.contact-fields) > label span {
  display: grid;
  gap: 5px;
}

.booking-step fieldset:not(.contact-fields) > label b {
  font-size: 13px;
}

.booking-step fieldset:not(.contact-fields) > label small {
  color: #716964;
  font-size: 10px;
}

.selected-look {
  display: grid;
  grid-template-columns: auto 1fr 36px;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
  padding: 12px 14px;
  background: var(--ink);
  color: var(--ivory);
  font-size: 11px;
}

.selected-look > span {
  color: rgba(244, 240, 232, 0.62);
}

.selected-look button {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(244, 240, 232, 0.35);
  border-radius: 50%;
  background: transparent;
  color: inherit;
}

.time-note {
  margin-top: 13px;
  color: #706963;
  font-size: 10px;
}

.contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.contact-fields legend {
  grid-column: 1 / -1;
}

.contact-fields label {
  display: grid;
  gap: 7px;
  color: #5f5853;
  font-size: 10px;
  font-weight: 750;
}

.contact-fields input,
.contact-fields textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid rgba(11, 10, 11, 0.3);
  border-radius: 0;
  background: #faf7f1;
  font-size: 14px;
}

.contact-fields textarea {
  resize: vertical;
}

.reference-field {
  grid-column: 1 / -1;
}

.demo-consent {
  display: flex;
  gap: 11px;
  align-items: start;
  margin-top: 16px;
  color: #4d4743;
  font-size: 11px;
  line-height: 1.5;
}

.booking-success {
  padding: 56px 24px;
  text-align: center;
}

.booking-success > span {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: var(--cherry);
  color: var(--ivory);
  font-size: 24px;
}

.booking-success h3 {
  font-family: var(--serif);
  font-size: clamp(29px, 4vw, 44px);
  font-weight: 400;
}

.booking-success p {
  max-width: 600px;
  margin: 16px auto 0;
  color: #635c57;
  line-height: 1.65;
}

.form-error {
  min-height: 22px;
  margin-top: 14px;
  color: #940b2a;
  font-size: 11px;
  font-weight: 700;
}

.booking-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--line-dark);
}

.booking-actions button {
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  background: transparent;
  font-size: 11px;
  font-weight: 800;
}

.booking-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.38;
}

.booking-actions .booking-next,
.booking-actions .booking-submit {
  min-width: 160px;
  margin-left: auto;
  background: var(--ink);
  color: var(--ivory);
}

@media (max-width: 1100px) {
  :root {
    --header-height: 76px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .header-actions > .language-switch {
    display: none;
  }

  .menu-button {
    display: grid;
  }

  .hero-visual {
    right: 3vw;
    width: 48vw;
  }

  .hero-copy-wrap {
    width: 52vw;
  }

  .hero-scene h1,
  .hero-scene h2 {
    font-size: clamp(57px, 8vw, 88px);
  }

  .service-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card:nth-child(2) {
    border-right: 0;
  }

  .service-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line-light);
  }

  .artists {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 48px;
  }

  .film-section {
    grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  }

  .site-footer {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .footer-credit {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  :root {
    --disclosure-height: 44px;
    --page-pad: 22px;
  }

  .demo-disclosure {
    min-height: 44px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .demo-credit {
    display: none;
  }

  .header-book {
    display: none;
  }

  .hero-scroll {
    height: 285svh;
  }

  .hero-stage {
    min-height: 560px;
  }

  .hero-stage::before {
    background-size: 44px 44px;
  }

  .hero-visual {
    top: calc(var(--disclosure-height) + var(--header-height) + 3vh);
    right: 4vw;
    width: 69vw;
    height: 52svh;
    min-height: 320px;
  }

  .hero-card {
    border-color: rgba(244, 240, 232, 0.18);
  }

  .hero-copy-wrap {
    top: auto;
    right: var(--page-pad);
    bottom: 5.8vh;
    width: auto;
    height: 43svh;
    min-height: 315px;
    justify-content: flex-end;
    background: linear-gradient(180deg, transparent, rgba(11, 10, 11, 0.84) 22%, var(--ink) 78%);
  }

  .hero-scenes {
    min-height: 267px;
  }

  .hero-scene h1,
  .hero-scene h2 {
    font-size: clamp(46px, 13vw, 72px);
    line-height: 0.89;
  }

  .hero-scene > p:not(.eyebrow) {
    max-width: 560px;
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.55;
  }

  .hero-actions {
    margin-top: 19px;
  }

  .hero-actions .text-button {
    display: none;
  }

  .hero-progress {
    bottom: -9px;
  }

  .scroll-cue {
    display: none;
  }

  .orb-one {
    right: -3%;
  }

  .atelier-intro,
  .services-title,
  .section-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .atelier-intro .section-index,
  .services-title .section-index {
    margin-bottom: 12px;
  }

  .intro-copy,
  .section-heading > p,
  .services-title > p:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .filter-panel {
    grid-template-columns: 1fr;
  }

  .filter-group {
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .filter-group:last-child {
    border-bottom: 0;
  }

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

  .look-wide {
    grid-column: span 1;
  }

  .look-image,
  .look-wide .look-image {
    height: 58vw;
    min-height: 340px;
  }

  .look-meta {
    display: grid;
  }

  .look-meta button {
    width: max-content;
  }

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

  .artist-image,
  .artist-image img {
    min-height: 520px;
  }

  .film-section {
    grid-template-columns: 1fr;
  }

  .film-media,
  .film-media video {
    min-height: 64svh;
  }

  .film-copy {
    gap: 44px;
    border-top: 1px solid var(--line-light);
    border-left: 0;
  }

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

  .voice-grid figure {
    min-height: 300px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .voice-grid figure:last-child {
    border-bottom: 0;
  }

  .voice-grid blockquote {
    margin: 36px 0;
  }

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

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand,
  .footer-credit {
    grid-column: 1 / -1;
  }

  .mobile-book-bar {
    position: fixed;
    z-index: 80;
    right: 12px;
    bottom: 12px;
    left: 12px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border: 1px solid var(--ivory);
    background: var(--cherry);
    color: var(--ivory);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
    font-size: 11px;
    font-weight: 800;
  }

  .site-footer {
    padding-bottom: 88px;
  }
}

@media (max-width: 560px) {
  :root {
    --header-height: 68px;
    --page-pad: 17px;
  }

  .site-header {
    gap: 14px;
  }

  .brand-word {
    font-size: 21px;
  }

  .brand-sub {
    font-size: 7px;
  }

  .menu-button {
    width: 44px;
    height: 44px;
  }

  .hero-visual {
    left: 16%;
    width: 78vw;
    height: 49svh;
  }

  .hero-copy-wrap {
    height: 46svh;
  }

  .hero-scenes {
    min-height: 294px;
  }

  .hero-scene .eyebrow {
    margin-bottom: 13px;
    font-size: 8px;
  }

  .hero-scene h1,
  .hero-scene h2 {
    font-size: clamp(43px, 14vw, 61px);
  }

  .hero-scene > p:not(.eyebrow) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .hero-actions .button {
    min-height: 48px;
  }

  .hero-frame-label {
    right: -21px;
    font-size: 7px;
  }

  .hero-progress button {
    width: 62px;
  }

  .atelier-intro h2,
  .section-heading h2,
  .services-title h2,
  .artist-content h2,
  .film-copy h2,
  .faq h2 {
    font-size: clamp(43px, 13vw, 64px);
  }

  .filter-group {
    padding: 18px 0 20px;
  }

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

  .look-image,
  .look-wide .look-image {
    height: 112vw;
    max-height: 600px;
  }

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

  .service-card {
    min-height: 430px;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .service-card:last-child {
    border-bottom: 0;
  }

  .service-symbol {
    margin-top: 22px;
    margin-bottom: 34px;
  }

  .artist-image,
  .artist-image img {
    min-height: 450px;
  }

  .artist-list article {
    grid-template-columns: 44px 1fr 44px;
    gap: 12px;
  }

  .artist-list h3 {
    font-size: 22px;
  }

  .film-media,
  .film-media video {
    min-height: 68svh;
  }

  .film-toggle {
    bottom: 22px;
    left: 17px;
  }

  .film-duration {
    right: 17px;
    bottom: 25px;
  }

  .voice-grid figure {
    padding: 25px 4px;
  }

  .faq-list summary {
    min-height: 80px;
    font-size: 21px;
  }

  .booking-cta {
    min-height: 72svh;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-brand,
  .footer-credit {
    grid-column: auto;
  }

  .booking-dialog {
    width: calc(100vw - 12px);
    max-height: calc(100svh - 12px);
  }

  .booking-progress b {
    display: none;
  }

  .booking-progress li {
    justify-content: center;
  }

  .booking-step fieldset:not(.contact-fields),
  .contact-fields {
    grid-template-columns: 1fr;
  }

  .reference-field,
  .contact-fields legend {
    grid-column: auto;
  }

  .booking-actions button {
    padding: 0 16px;
  }

  .booking-actions .booking-next,
  .booking-actions .booking-submit {
    min-width: 132px;
  }
}

@media (max-height: 560px) and (orientation: landscape) {
  .hero-scroll {
    height: auto;
  }

  .hero-stage {
    position: relative;
    height: auto;
    min-height: 0;
    padding: calc(var(--disclosure-height) + var(--header-height) + 22px) var(--page-pad) 44px;
    overflow: visible;
  }

  .hero-visual {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: min(43vw, 430px);
    height: min(63vw, 360px);
    min-height: 240px;
    margin-left: auto;
  }

  .hero-frame-label {
    display: none;
  }

  .hero-card-two,
  .hero-card-three {
    display: none;
  }

  .hero-copy-wrap {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin-top: 28px;
    background: none;
  }

  .hero-scenes {
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .hero-scene,
  .hero-scene.is-active {
    position: relative;
    inset: auto;
    display: block;
    width: auto;
    padding: 18px;
    border: 1px solid var(--line-light);
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .hero-scene .eyebrow {
    margin-bottom: 10px;
    font-size: 7px;
  }

  .hero-scene h1,
  .hero-scene h2 {
    font-size: clamp(31px, 5vw, 48px);
  }

  .hero-scene > p:not(.eyebrow) {
    display: block;
    margin-top: 13px;
    font-size: 11px;
    -webkit-line-clamp: initial;
  }

  .hero-actions,
  .hero-progress,
  .scroll-cue,
  .hero-atmosphere {
    display: none;
  }

  .film-section {
    min-height: 0;
  }

  .film-media,
  .film-media video {
    min-height: 420px;
  }
}

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

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

  .hero-scroll {
    height: auto;
  }

  .hero-stage {
    position: relative;
    height: auto;
    min-height: 100svh;
    padding: calc(var(--disclosure-height) + var(--header-height) + 34px) var(--page-pad) 62px;
    overflow: visible;
  }

  .hero-visual {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: min(72vw, 700px);
    height: min(68svh, 680px);
    margin-left: auto;
    transform: none !important;
  }

  .hero-card-two,
  .hero-card-three {
    display: none;
  }

  .hero-copy-wrap {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin-top: 38px;
    background: none;
  }

  .hero-scenes {
    min-height: 0;
    display: grid;
    gap: 12px;
  }

  .hero-scene,
  .hero-scene.is-active {
    position: relative;
    inset: auto;
    width: 100%;
    padding: 22px 0;
    border-top: 1px solid var(--line-light);
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .hero-progress,
  .scroll-cue,
  .hero-atmosphere {
    display: none;
  }

  .look-card:hover .look-image img,
  .look-card:hover .crop-two img,
  .look-card:hover .crop-three img,
  .look-card:hover .crop-four img,
  .look-card:hover .crop-five img,
  .look-card:hover .crop-six img {
    transform: none;
  }
}

@media (forced-colors: active) {
  .chrome-orb,
  .hero-stage::before,
  .hero-atmosphere {
    display: none;
  }

  .button,
  .header-book,
  .filter-group button,
  .mobile-book-bar {
    border: 2px solid currentColor;
  }
}

/* Vietnamese diacritics need a little more vertical and horizontal room than
   the compact English display setting, especially in the mobile hero. */
html[lang="vi"] .hero-scene h1,
html[lang="vi"] .hero-scene h2 {
  letter-spacing: -0.042em;
  line-height: 0.94;
}

html[lang="vi"] .hero-scene h1 em,
html[lang="vi"] .hero-scene h2 em {
  letter-spacing: -0.018em;
}

@media (max-width: 680px) {
  html[lang="vi"] .hero-scene h1,
  html[lang="vi"] .hero-scene h2 {
    font-size: clamp(40px, 12.4vw, 56px);
    line-height: 0.96;
  }
}
