@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 {
  --alabaster: #f4f0e8;
  --paper: #fbf8f2;
  --paper-deep: #e8e0d3;
  --ink: #1e251f;
  --ink-soft: #505b52;
  --sage: #435949;
  --sage-deep: #26382e;
  --sage-pale: #cbd2c5;
  --copper: #b7683e;
  --copper-deep: #7c3f25;
  --copper-pale: #dfb89e;
  --line: rgba(30, 37, 31, 0.19);
  --line-light: rgba(251, 248, 242, 0.22);
  --notice-height: 36px;
  --header-height: 88px;
  --page-gutter: clamp(22px, 5vw, 88px);
  --section-space: clamp(92px, 12vw, 190px);
  --content-width: 1560px;
  --hero-shift: 0px;
  --ease: cubic-bezier(0.2, 0.75, 0.22, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--notice-height) + var(--header-height) + 20px);
}

body {
  margin: 0;
  padding-top: var(--notice-height);
  overflow-x: clip;
  color: var(--ink);
  background: var(--alabaster);
  font-family: "Vietlinker Sans", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

button,
select,
input {
  font: inherit;
}

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

button {
  color: inherit;
}

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

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

ul,
ol {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

::selection {
  color: var(--paper);
  background: var(--copper-deep);
}

:focus-visible {
  outline: 3px solid #dc8656;
  outline-offset: 4px;
}

.sr-only,
.service-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 12px;
  padding: 12px 18px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.concept-banner {
  position: fixed;
  z-index: 900;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--notice-height);
  padding: 0 var(--page-gutter);
  color: #221c17;
  background: #c79772;
  border-bottom: 1px solid rgba(30, 25, 21, 0.24);
  font-size: 10px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: 0.15em;
}

.concept-banner p {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.concept-banner p span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.concept-dot {
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  background: var(--sage-deep);
  border-radius: 50%;
}

.concept-banner a {
  flex: 0 0 auto;
  margin-left: 24px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.site-header {
  position: sticky;
  z-index: 800;
  top: var(--notice-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: var(--header-height);
  padding: 0 var(--page-gutter);
  background: rgba(244, 240, 232, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  transition:
    min-height 250ms ease,
    box-shadow 250ms ease;
}

.site-header.is-condensed {
  min-height: 72px;
  box-shadow: 0 14px 34px rgba(30, 37, 31, 0.07);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  width: max-content;
}

.brand-monogram {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 24px;
  font-style: italic;
}

.brand-wordmark {
  display: grid;
  gap: 0;
  line-height: 1;
}

.brand-wordmark strong {
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.brand-wordmark small {
  margin-top: 5px;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.31em;
}

.primary-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 2.7vw, 46px);
  font-size: 13px;
  font-weight: 650;
}

.primary-nav a,
.site-footer nav a {
  position: relative;
}

.primary-nav a::after,
.site-footer nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 260ms var(--ease);
}

.primary-nav a:hover::after,
.site-footer nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 22px;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.language-switch button {
  min-width: 31px;
  min-height: 40px;
  padding: 0;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

.language-switch button[aria-pressed="true"] {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--line);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 220ms ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.025em;
  cursor: pointer;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    transform 220ms var(--ease);
}

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

.button-small {
  min-height: 46px;
  padding: 0 18px;
}

.button-dark {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
}

.button-dark:hover {
  background: var(--sage-deep);
  border-color: var(--sage-deep);
}

.button-light {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper);
}

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

.button-copper {
  color: #fffaf4;
  background: var(--copper-deep);
  border-color: var(--copper-deep);
}

.button-copper:hover {
  background: #5e2c19;
  border-color: #5e2c19;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.text-link-light {
  color: var(--paper);
}

.section-shell {
  width: min(100%, var(--content-width));
  margin-inline: auto;
  padding-inline: var(--page-gutter);
}

.eyebrow {
  color: rgba(251, 248, 242, 0.78);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.eyebrow-dark {
  color: var(--copper-deep);
}

h1,
h2 {
  font-family: "Vietlinker Serif", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.9;
}

h1 span,
h1 em,
h2 span,
h2 em {
  display: block;
}

h1 em,
h2 em {
  font-weight: 400;
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - var(--notice-height) - var(--header-height));
  overflow: hidden;
  align-content: end;
  color: var(--paper);
  background: #2d382f;
  isolation: isolate;
}

.hero-media,
.hero-media img,
.hero-media video,
.hero-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  z-index: -2;
  overflow: hidden;
  transform: translate3d(0, var(--hero-shift), 0) scale(1.035);
  will-change: transform;
}

.hero-media img,
.hero-media video {
  object-fit: cover;
  object-position: center 56%;
}

.hero-media img {
  opacity: 1;
  transition: opacity 1100ms ease;
}

.hero-media video {
  opacity: 0;
  transition: opacity 1200ms ease;
}

.hero-media.video-ready img {
  opacity: 0;
}

.hero-media.video-ready video {
  opacity: 1;
}

.hero-wash {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(18, 25, 20, 0.79) 0%, rgba(18, 25, 20, 0.39) 45%, rgba(18, 25, 20, 0.12) 72%),
    linear-gradient(0deg, rgba(15, 20, 17, 0.69) 0%, transparent 52%);
}

.hero-copy {
  width: min(790px, 62vw);
  margin: 0 0 clamp(112px, 14vh, 160px) var(--page-gutter);
}

.hero-copy .eyebrow {
  margin-bottom: 28px;
}

.hero h1 {
  max-width: 790px;
  font-size: clamp(70px, 8.2vw, 148px);
}

.hero h1 em {
  color: #e2c6aa;
  font-size: 0.78em;
  font-style: italic;
}

.hero-intro {
  max-width: 590px;
  margin-top: 34px;
  color: rgba(251, 248, 242, 0.88);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.55;
}

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

.hero-details {
  position: absolute;
  right: var(--page-gutter);
  bottom: 54px;
  display: grid;
  width: min(560px, 43vw);
  grid-template-columns: 0.8fr 1.3fr 1fr;
  border-top: 1px solid var(--line-light);
}

.hero-details div {
  min-width: 0;
  padding: 16px 16px 0;
  border-left: 1px solid var(--line-light);
}

.hero-details div:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-details dt {
  margin-bottom: 4px;
  color: rgba(251, 248, 242, 0.58);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-details dd {
  overflow: hidden;
  color: rgba(251, 248, 242, 0.92);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.film-toggle {
  position: absolute;
  top: 24px;
  right: var(--page-gutter);
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  color: var(--paper);
  background: rgba(20, 27, 22, 0.45);
  border: 1px solid rgba(251, 248, 242, 0.4);
  cursor: pointer;
  backdrop-filter: blur(12px);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.film-icon {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 12px;
  border-right: 3px solid currentColor;
  border-left: 3px solid currentColor;
}

.film-toggle.is-paused .film-icon {
  width: 0;
  height: 0;
  margin-left: 2px;
  border: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid currentColor;
}

.scroll-cue {
  position: absolute;
  bottom: 52px;
  left: var(--page-gutter);
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.scroll-cue i {
  position: relative;
  width: 52px;
  height: 1px;
  overflow: hidden;
  background: rgba(251, 248, 242, 0.35);
}

.scroll-cue i::after {
  position: absolute;
  inset: 0;
  background: var(--paper);
  content: "";
  animation: cue 2.4s ease-in-out infinite;
  transform: translateX(-100%);
}

@keyframes cue {
  50%,
  100% {
    transform: translateX(100%);
  }
}

.welcome {
  position: relative;
  display: grid;
  grid-template-columns: 0.22fr 1.35fr 0.9fr;
  gap: clamp(32px, 5vw, 90px);
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.section-number {
  color: var(--copper-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.welcome-heading .eyebrow {
  margin-bottom: 24px;
}

.welcome h2 {
  max-width: 800px;
  font-size: clamp(52px, 6.8vw, 112px);
}

.welcome h2 em {
  color: var(--sage);
  font-style: italic;
}

.welcome-copy {
  align-self: end;
  padding-bottom: 8px;
}

.welcome-copy p {
  color: var(--ink-soft);
  font-size: 17px;
}

.welcome-copy .text-link {
  margin-top: 34px;
}

.services {
  padding: var(--section-space) 0;
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(42px, 8vw, 150px);
  align-items: end;
}

.section-heading .eyebrow {
  margin-bottom: 18px;
}

.section-heading h2,
.faq h2,
.visit h2 {
  font-size: clamp(50px, 6vw, 100px);
}

.section-heading > p,
.faq-heading > p {
  max-width: 560px;
  color: var(--ink-soft);
}

.service-table-wrap {
  margin-top: clamp(52px, 7vw, 100px);
}

.service-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.service-table th,
.service-table td {
  padding: 24px 18px;
  vertical-align: middle;
  border-top: 1px solid var(--line);
  text-align: left;
}

.service-table thead th {
  padding-top: 0;
  color: var(--ink-soft);
  border-top: 0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-table th:first-child {
  width: 22%;
  padding-left: 0;
}

.service-table th:nth-child(2) {
  width: 28%;
}

.service-table th:nth-child(3),
.service-table th:nth-child(4) {
  width: 10%;
}

.service-table th:nth-child(5) {
  width: 23%;
}

.service-table th:last-child {
  width: 7%;
  padding-right: 0;
}

.service-table tbody th {
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 25px;
  font-weight: 450;
  line-height: 1.18;
}

.service-table tbody th span {
  display: block;
  margin-bottom: 9px;
  color: var(--copper-deep);
  font-family: "Vietlinker Sans", Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.service-table tbody th strong {
  font-weight: inherit;
}

.service-table td {
  color: var(--ink-soft);
  font-size: 13px;
}

.service-table td:nth-child(3),
.service-table td:nth-child(4) {
  color: var(--ink);
  font-weight: 700;
}

.row-action {
  display: grid;
  width: 44px;
  height: 44px;
  margin-left: auto;
  place-items: center;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    transform 220ms ease;
}

.row-action:hover {
  color: var(--paper);
  background: var(--sage);
  transform: rotate(8deg);
}

.service-note {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 22px;
  color: var(--ink-soft);
  font-size: 11px;
}

.service-note span:first-child {
  color: var(--copper);
}

.lookbook {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  gap: clamp(48px, 7vw, 120px);
  align-items: center;
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.lookbook-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1.05;
  background: var(--paper-deep);
}

.lookbook-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease);
}

.lookbook-media:hover img {
  transform: scale(1.025);
}

.image-index {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 8px 11px;
  color: var(--paper);
  background: rgba(28, 35, 29, 0.72);
  font-size: 8px;
  font-weight: 780;
  letter-spacing: 0.18em;
  backdrop-filter: blur(9px);
}

.lookbook-copy .eyebrow {
  margin-bottom: 22px;
}

.lookbook h2 {
  font-size: clamp(54px, 5.6vw, 96px);
}

.lookbook h2 em {
  color: var(--sage);
  font-style: italic;
}

.lookbook-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 28px;
  color: var(--ink-soft);
}

.look-list {
  margin-top: 38px;
  list-style: none;
  border-top: 1px solid var(--line);
}

.look-list button {
  display: grid;
  width: 100%;
  min-height: 94px;
  grid-template-columns: 34px 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  padding: 15px 0;
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
}

.look-list button > span {
  grid-row: 1 / 3;
  color: var(--copper-deep);
  font-size: 9px;
  font-weight: 800;
}

.look-list strong {
  align-self: end;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 25px;
  font-weight: 450;
}

.look-list small {
  align-self: start;
  color: var(--ink-soft);
  font-size: 11px;
}

.look-list i {
  grid-row: 1 / 3;
  font-style: normal;
  transition: transform 200ms ease;
}

.look-list button:hover i {
  transform: translate(3px, -3px);
}

.care {
  padding: var(--section-space) 0;
  color: var(--paper);
  background: var(--sage-deep);
}

.care-intro {
  display: grid;
  grid-template-columns: 0.75fr 1fr 0.75fr;
  gap: clamp(34px, 6vw, 100px);
  align-items: end;
}

.care-intro .eyebrow {
  align-self: start;
}

.care h2 {
  font-size: clamp(54px, 6.2vw, 104px);
}

.care h2 em {
  color: var(--copper-pale);
  font-style: italic;
}

.care-intro > p:last-child {
  color: rgba(251, 248, 242, 0.72);
  font-size: 14px;
}

.care-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(60px, 8vw, 120px);
}

.care-grid article {
  display: flex;
  min-height: 340px;
  flex-direction: column;
  padding: 24px;
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.care-grid article:first-child {
  border-left: 0;
}

.care-grid article > span {
  color: var(--copper-pale);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.care-grid h3 {
  margin-top: auto;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 29px;
  font-weight: 450;
  line-height: 1.08;
}

.care-grid p {
  margin-top: 20px;
  color: rgba(251, 248, 242, 0.68);
  font-size: 13px;
}

.artists {
  display: grid;
  grid-template-columns: minmax(380px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(58px, 8vw, 140px);
  align-items: center;
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.artists-copy .eyebrow {
  margin-bottom: 20px;
}

.artists h2 {
  max-width: 660px;
  font-size: clamp(56px, 6vw, 100px);
}

.artists-copy > p:not(.eyebrow) {
  max-width: 580px;
  margin-top: 28px;
  color: var(--ink-soft);
}

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

.artist-list button {
  display: grid;
  width: 100%;
  min-height: 90px;
  grid-template-columns: 36px 1fr auto;
  grid-template-rows: 1fr 1fr;
  column-gap: 12px;
  align-items: center;
  padding: 12px 0;
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
}

.artist-list button > span {
  grid-row: 1 / 3;
  color: var(--copper-deep);
  font-size: 9px;
  font-weight: 800;
}

.artist-list strong {
  align-self: end;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 25px;
  font-weight: 450;
}

.artist-list small {
  align-self: start;
  color: var(--ink-soft);
  font-size: 11px;
}

.artist-list i {
  grid-row: 1 / 3;
  font-style: normal;
  transition: transform 220ms ease;
}

.artist-list button:hover i {
  transform: translate(3px, -3px);
}

.artists-image {
  position: relative;
}

.artists-image img {
  width: 100%;
  aspect-ratio: 1.2 / 1;
  object-fit: cover;
  background: var(--paper-deep);
}

.artists-image figcaption {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.14em;
}

.studio-film {
  display: grid;
  min-height: min(88vh, 920px);
  grid-template-columns: 1.28fr 0.72fr;
  color: var(--paper);
  background: var(--ink);
}

.film-frame {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #111712;
}

.film-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.film-stamp {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 9px 11px;
  color: var(--paper);
  background: rgba(18, 24, 19, 0.58);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.17em;
  pointer-events: none;
  backdrop-filter: blur(8px);
}

.film-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 6vw, 100px);
}

.film-copy .eyebrow {
  margin-bottom: 24px;
}

.film-copy h2 {
  font-size: clamp(52px, 5.2vw, 88px);
}

.film-copy h2 em {
  color: var(--copper-pale);
  font-style: italic;
}

.film-copy > p:not(.eyebrow) {
  margin-top: 28px;
  color: rgba(251, 248, 242, 0.68);
  font-size: 13px;
}

.film-copy blockquote {
  margin-top: 54px;
  padding-top: 28px;
  border-top: 1px solid var(--line-light);
}

.film-copy blockquote > p {
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(23px, 2.1vw, 34px);
  line-height: 1.25;
}

.film-copy blockquote footer {
  display: grid;
  gap: 3px;
  margin-top: 20px;
}

.film-copy blockquote strong {
  font-size: 12px;
}

.film-copy blockquote span {
  color: rgba(251, 248, 242, 0.58);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gifts {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.gift-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: clamp(54px, 7vw, 100px);
}

.gift-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(30px, 4vw, 62px);
}

.gift-card-copper {
  color: #fff9f2;
  background: var(--copper-deep);
}

.gift-card-sage {
  color: var(--paper);
  background: var(--sage);
}

.gift-card > div {
  display: grid;
  gap: 20px;
}

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

.gift-card > div strong {
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: clamp(50px, 5vw, 84px);
  font-weight: 430;
  line-height: 0.95;
}

.gift-card > p,
.gift-card ul {
  max-width: 520px;
  margin-top: auto;
  margin-bottom: 32px;
  color: rgba(255, 249, 242, 0.78);
  font-size: 14px;
}

.gift-card ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}

.card-link {
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(255, 249, 242, 0.35);
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
}

.faq {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(60px, 9vw, 150px);
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
  border-top: 1px solid var(--line);
}

.faq-heading .eyebrow {
  margin-bottom: 20px;
}

.faq-heading > p {
  margin-top: 28px;
}

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

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

.faq-list summary {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 23px;
  line-height: 1.25;
}

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

.faq-list summary i {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.faq-list summary i::before,
.faq-list summary i::after {
  position: absolute;
  top: 8px;
  left: 1px;
  width: 16px;
  height: 1px;
  background: currentColor;
  content: "";
  transition: transform 220ms ease;
}

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

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

.faq-list details p {
  max-width: 780px;
  padding: 0 54px 34px 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.booking {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  color: var(--paper);
  background: var(--sage-deep);
}

.booking-copy,
.booking-form {
  padding: clamp(72px, 8vw, 140px) var(--page-gutter);
}

.booking-copy {
  background: #304638;
}

.booking-copy .eyebrow {
  margin-bottom: 24px;
}

.booking-copy h2 {
  font-size: clamp(54px, 5.6vw, 96px);
}

.booking-copy h2 em {
  color: var(--copper-pale);
  font-style: italic;
}

.booking-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin-top: 28px;
  color: rgba(251, 248, 242, 0.72);
}

.privacy-note {
  display: flex;
  max-width: 500px;
  gap: 14px;
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid var(--line-light);
}

.privacy-note > span {
  color: var(--copper-pale);
  font-size: 23px;
}

.privacy-note p {
  display: grid;
  gap: 4px;
}

.privacy-note strong {
  font-size: 13px;
}

.privacy-note p span {
  color: rgba(251, 248, 242, 0.64);
  font-size: 11px;
}

.booking-form {
  align-self: center;
}

.booking-form fieldset {
  margin: 0;
  padding: 26px 0 30px;
  border: 0;
  border-top: 1px solid var(--line-light);
}

.booking-form legend {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
  padding: 0;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 25px;
}

.booking-form legend > span:first-child {
  padding-top: 5px;
  color: var(--copper-pale);
  font-family: "Vietlinker Sans", Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
}

.booking-form > fieldset > label {
  display: block;
  margin-bottom: 8px;
  color: rgba(251, 248, 242, 0.64);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.select-wrap {
  position: relative;
}

.select-wrap::after {
  position: absolute;
  top: 50%;
  right: 18px;
  content: "↓";
  pointer-events: none;
  transform: translateY(-50%);
}

.booking-form select {
  width: 100%;
  min-height: 58px;
  padding: 0 48px 0 18px;
  color: var(--paper);
  appearance: none;
  background: rgba(251, 248, 242, 0.06);
  border: 1px solid rgba(251, 248, 242, 0.32);
  border-radius: 0;
  cursor: pointer;
}

.booking-form select option {
  color: var(--ink);
  background: var(--paper);
}

.time-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.time-options label {
  position: relative;
  display: grid;
  min-height: 90px;
  align-content: center;
  padding: 16px;
  background: rgba(251, 248, 242, 0.045);
  border: 1px solid rgba(251, 248, 242, 0.28);
  cursor: pointer;
}

.time-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.time-options label:has(input:checked) {
  color: var(--ink);
  background: var(--copper-pale);
  border-color: var(--copper-pale);
}

.time-options label:has(input:focus-visible) {
  outline: 3px solid #f0b184;
  outline-offset: 3px;
}

.time-options span {
  font-weight: 700;
}

.time-options small {
  color: rgba(251, 248, 242, 0.58);
  font-size: 10px;
}

.time-options label:has(input:checked) small {
  color: rgba(30, 37, 31, 0.7);
}

.booking-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line-light);
}

.booking-submit p {
  max-width: 330px;
  color: rgba(251, 248, 242, 0.58);
  font-size: 10px;
}

.booking-result {
  margin-top: 24px;
  padding: 20px;
  color: var(--ink);
  background: var(--paper);
  border-left: 4px solid var(--copper);
  font-size: 13px;
}

.booking-result strong {
  display: block;
  margin-bottom: 5px;
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 22px;
  font-weight: 500;
}

.booking-form .field-error {
  border-color: #f0a57d;
}

.visit {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(58px, 8vw, 140px);
  align-items: center;
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.visit-map {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background:
    linear-gradient(128deg, transparent 0 40%, rgba(180, 104, 62, 0.09) 40% 43%, transparent 43%),
    #dbe0d5;
  border: 1px solid var(--line);
}

.map-water {
  position: absolute;
  top: -10%;
  right: -18%;
  width: 53%;
  height: 125%;
  background: #aebfb8;
  border-radius: 50% 0 0 44%;
  transform: rotate(-7deg);
}

.map-road {
  position: absolute;
  display: block;
  height: 1px;
  background: rgba(38, 56, 46, 0.34);
}

.map-road::after {
  position: absolute;
  inset: -12px 0;
  border-top: 1px dashed rgba(38, 56, 46, 0.16);
  content: "";
}

.map-road-one {
  top: 31%;
  left: -8%;
  width: 82%;
  transform: rotate(11deg);
}

.map-road-two {
  top: 62%;
  left: -8%;
  width: 91%;
  transform: rotate(-16deg);
}

.map-road-three {
  top: 48%;
  left: 20%;
  width: 69%;
  transform: rotate(74deg);
}

.map-marker {
  position: absolute;
  top: 43%;
  left: 48%;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  color: var(--paper);
  background: var(--copper-deep);
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 18px 40px rgba(38, 56, 46, 0.24);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.map-marker b {
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 450;
  transform: rotate(45deg);
}

.map-marker i {
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 32px;
  height: 14px;
  background: rgba(38, 56, 46, 0.18);
  border-radius: 50%;
  filter: blur(4px);
  transform: rotate(45deg);
}

.map-label {
  position: absolute;
  z-index: 2;
  color: var(--sage-deep);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.map-label-one {
  top: 24%;
  left: 18%;
}

.map-label-two {
  right: 8%;
  bottom: 14%;
  color: rgba(38, 56, 46, 0.72);
}

.map-label-three {
  bottom: 27%;
  left: 24%;
}

.visit-copy .eyebrow {
  margin-bottom: 20px;
}

.visit address {
  display: grid;
  gap: 4px;
  margin-top: 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.visit address strong {
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 24px;
  font-weight: 450;
}

.visit address span {
  color: var(--ink-soft);
  font-size: 13px;
}

.visit address small {
  color: var(--copper-deep);
  font-size: 9px;
  font-weight: 740;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hours-list {
  margin-top: 12px;
}

.hours-list div {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.hours-list dt {
  color: var(--ink-soft);
}

.hours-list dd {
  font-weight: 700;
}

.visit-note {
  margin-top: 22px;
  color: var(--ink-soft);
  font-size: 11px;
}

.visit-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 28px;
}

.site-footer {
  display: grid;
  grid-template-columns: 0.55fr 1fr 0.8fr;
  gap: clamp(40px, 7vw, 120px);
  padding: clamp(58px, 7vw, 100px) var(--page-gutter);
  color: var(--paper);
  background: #172019;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.footer-brand > div {
  display: grid;
}

.footer-brand strong {
  font-family: "Vietlinker Serif", Georgia, serif;
  font-size: 26px;
  font-weight: 450;
  letter-spacing: 0.1em;
}

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

.footer-disclosure strong {
  color: var(--copper-pale);
  font-size: 9px;
  letter-spacing: 0.15em;
}

.footer-disclosure p {
  margin-top: 15px;
  color: rgba(251, 248, 242, 0.66);
  font-size: 12px;
}

.site-footer nav {
  display: grid;
  justify-content: end;
  gap: 12px;
  align-content: start;
  font-size: 12px;
}

.site-footer nav a {
  width: max-content;
}

.mobile-actions {
  display: none;
}

.toast {
  position: fixed;
  z-index: 1200;
  right: 24px;
  bottom: 24px;
  width: min(390px, calc(100vw - 48px));
  padding: 17px 20px;
  color: var(--paper);
  background: var(--ink);
  border-left: 4px solid var(--copper);
  box-shadow: 0 18px 50px rgba(20, 26, 21, 0.28);
  font-size: 12px;
}

.toast[hidden] {
  display: none;
}

html.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 760ms ease,
    transform 760ms var(--ease);
}

html.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  :root {
    --page-gutter: clamp(20px, 3.8vw, 52px);
  }

  .primary-nav {
    gap: 19px;
    font-size: 12px;
  }

  .header-tools {
    gap: 12px;
  }

  .hero-copy {
    width: min(760px, 70vw);
  }

  .hero-details {
    width: min(500px, 47vw);
  }

  .care-intro {
    grid-template-columns: 0.55fr 1.1fr 0.85fr;
  }

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

  .care-grid article {
    min-height: 280px;
    border-bottom: 1px solid var(--line-light);
  }

  .care-grid article:nth-child(3) {
    border-left: 0;
  }

  .studio-film {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .booking {
    grid-template-columns: 0.8fr 1.2fr;
  }
}

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

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

  .menu-toggle {
    display: block;
    justify-self: end;
    margin-right: 12px;
    grid-column: 2;
    grid-row: 1;
  }

  .primary-nav {
    position: fixed;
    z-index: 10;
    top: calc(var(--notice-height) + var(--header-height));
    right: 0;
    left: 0;
    display: none;
    height: calc(100dvh - var(--notice-height) - var(--header-height));
    align-content: start;
    justify-content: start;
    padding: 42px var(--page-gutter);
    color: var(--paper);
    background: rgba(28, 37, 30, 0.98);
    font-family: "Vietlinker Serif", Georgia, serif;
    font-size: clamp(34px, 7vw, 58px);
    font-weight: 430;
    line-height: 1.2;
  }

  .primary-nav.is-open {
    display: grid;
  }

  .primary-nav a {
    width: max-content;
  }

  .header-tools {
    grid-column: 3;
    grid-row: 1;
  }

  .header-tools .button {
    display: none;
  }

  .hero-copy {
    width: min(760px, calc(100vw - var(--page-gutter) * 2));
    margin-bottom: 168px;
  }

  .hero-details {
    right: var(--page-gutter);
    bottom: 48px;
    width: calc(100% - var(--page-gutter) * 2);
  }

  .scroll-cue {
    display: none;
  }

  .welcome {
    grid-template-columns: 0.18fr 1fr;
  }

  .welcome-copy {
    grid-column: 2;
    max-width: 620px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .service-table th:first-child {
    width: 25%;
  }

  .service-table th:nth-child(2) {
    width: 25%;
  }

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

  .lookbook-media,
  .artists-image {
    order: 2;
  }

  .lookbook-copy,
  .artists-copy {
    order: 1;
  }

  .lookbook-media {
    aspect-ratio: 1.4 / 1;
  }

  .care-intro {
    grid-template-columns: 0.2fr 1fr;
  }

  .care-intro > p:last-child {
    grid-column: 2;
    max-width: 620px;
  }

  .studio-film {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .film-frame {
    min-height: auto;
    aspect-ratio: 16 / 9;
  }

  .film-copy {
    padding: clamp(64px, 10vw, 100px) var(--page-gutter);
  }

  .film-copy blockquote {
    max-width: 760px;
  }

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

  .booking-copy {
    padding-bottom: 66px;
  }

  .booking-form {
    padding-top: 66px;
  }

  .visit-map {
    min-height: 500px;
  }

  .visit-copy {
    max-width: 680px;
  }

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

  .site-footer nav {
    grid-column: 2;
    justify-content: start;
    grid-template-columns: repeat(4, max-content);
    gap: 22px;
  }
}

@media (max-width: 720px) {
  :root {
    --notice-height: 43px;
    --header-height: 70px;
    --page-gutter: 20px;
    --section-space: 92px;
  }

  body {
    padding-bottom: 66px;
    font-size: 16px;
  }

  .concept-banner {
    padding: 0 16px;
    letter-spacing: 0.1em;
  }

  .concept-banner a {
    display: none;
  }

  .site-header,
  .site-header.is-condensed {
    min-height: var(--header-height);
  }

  .brand {
    gap: 8px;
  }

  .brand-monogram {
    width: 36px;
    height: 36px;
    font-size: 21px;
  }

  .brand-wordmark strong {
    font-size: 20px;
  }

  .brand-wordmark small {
    font-size: 6px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
    margin-right: 4px;
  }

  .language-switch {
    gap: 0;
  }

  .language-switch button {
    min-width: 28px;
  }

  .hero {
    min-height: calc(100svh - var(--notice-height) - var(--header-height));
  }

  .hero-media {
    transform: translate3d(0, calc(var(--hero-shift) * 0.45), 0) scale(1.025);
  }

  .hero-media img,
  .hero-media video {
    object-position: 60% center;
  }

  .hero-wash {
    background:
      linear-gradient(0deg, rgba(16, 23, 18, 0.86) 0%, rgba(16, 23, 18, 0.54) 55%, rgba(16, 23, 18, 0.15) 100%),
      linear-gradient(90deg, rgba(16, 23, 18, 0.3), transparent);
  }

  .hero-copy {
    width: calc(100% - var(--page-gutter) * 2);
    margin: 0 var(--page-gutter) 188px;
  }

  .hero-copy .eyebrow {
    margin-bottom: 18px;
  }

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

  .hero-intro {
    margin-top: 22px;
    font-size: 15px;
  }

  .hero-actions {
    align-items: flex-start;
    gap: 15px;
    margin-top: 24px;
  }

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

  .hero-actions .text-link {
    min-height: 50px;
    gap: 12px;
    font-size: 11px;
  }

  .hero-details {
    bottom: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-details div {
    padding: 12px 10px 0;
  }

  .hero-details div:nth-child(3) {
    display: none;
  }

  .hero-details dd {
    font-size: 10px;
  }

  .film-toggle {
    top: 14px;
    right: 14px;
  }

  .film-toggle [data-film-label] {
    display: none;
  }

  .welcome {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .welcome-heading,
  .welcome-copy {
    grid-column: 1;
  }

  .welcome h2,
  .section-heading h2,
  .faq h2,
  .visit h2,
  .lookbook h2,
  .care h2,
  .artists h2,
  .booking-copy h2 {
    font-size: clamp(47px, 14vw, 70px);
  }

  .service-table,
  .service-table tbody,
  .service-table tr,
  .service-table th,
  .service-table td {
    display: block;
    width: 100% !important;
  }

  .service-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .service-table tr {
    position: relative;
    padding: 26px 58px 26px 0;
    border-top: 1px solid var(--line);
  }

  .service-table th,
  .service-table td {
    padding: 0;
    border: 0;
  }

  .service-table tbody th {
    padding-bottom: 18px;
  }

  .service-table td {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 12px;
    padding: 5px 0;
    font-size: 12px;
  }

  .service-table td::before {
    color: var(--ink-soft);
    content: attr(data-label-en);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }

  body.lang-vi .service-table td::before {
    content: attr(data-label-vi);
  }

  .service-table td:last-child {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
  }

  .service-table td:last-child::before {
    content: none;
  }

  .service-note {
    justify-content: flex-start;
  }

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

  .lookbook-media {
    aspect-ratio: 0.88 / 1;
  }

  .care-intro {
    grid-template-columns: 1fr;
  }

  .care-intro > p:last-child {
    grid-column: 1;
  }

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

  .care-grid article {
    min-height: 245px;
    padding: 24px 0;
    border-left: 0;
  }

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

  .artists-image img {
    aspect-ratio: 0.9 / 1;
  }

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

  .film-frame {
    aspect-ratio: 4 / 5;
  }

  .film-copy blockquote {
    margin-top: 38px;
  }

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

  .gift-card {
    min-height: 350px;
  }

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

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

  .booking-copy,
  .booking-form {
    padding-right: var(--page-gutter);
    padding-left: var(--page-gutter);
  }

  .time-options {
    grid-template-columns: 1fr;
  }

  .time-options label {
    min-height: 76px;
  }

  .booking-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .visit-map {
    min-height: 430px;
  }

  .visit-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .visit-actions .text-link {
    width: max-content;
  }

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

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

  .mobile-actions {
    position: fixed;
    z-index: 850;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    height: 66px;
    grid-template-columns: 1.2fr 0.8fr;
    color: var(--paper);
    background: var(--ink);
    border-top: 1px solid rgba(251, 248, 242, 0.24);
  }

  .mobile-actions a,
  .mobile-actions button {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    color: inherit;
    background: transparent;
    border: 0;
    border-right: 1px solid rgba(251, 248, 242, 0.24);
    font-size: 12px;
    font-weight: 760;
    cursor: pointer;
  }

  .mobile-actions button {
    border-right: 0;
  }

  .toast {
    right: 12px;
    bottom: 78px;
    width: calc(100vw - 24px);
  }
}

@media (max-width: 420px) {
  .brand-wordmark small {
    display: none;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-copy {
    margin-bottom: 172px;
  }

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

  .hero-details div:nth-child(2) {
    display: none;
  }

  .primary-nav {
    font-size: 40px;
  }
}

@media (max-height: 560px) and (orientation: landscape) {
  :root {
    --notice-height: 32px;
    --header-height: 60px;
  }

  body {
    padding-bottom: 0;
  }

  .site-header,
  .site-header.is-condensed {
    min-height: var(--header-height);
  }

  .concept-banner {
    font-size: 8px;
  }

  .hero {
    min-height: 590px;
  }

  .hero-copy {
    width: 64%;
    margin-bottom: 74px;
  }

  .hero h1 {
    font-size: clamp(50px, 9vw, 78px);
  }

  .hero-intro {
    margin-top: 16px;
    font-size: 13px;
  }

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

  .hero-details {
    right: 20px;
    bottom: 22px;
    width: 31%;
    grid-template-columns: 1fr;
  }

  .hero-details div:nth-child(n + 2) {
    display: none;
  }

  .film-toggle {
    top: 12px;
  }

  .primary-nav {
    top: calc(var(--notice-height) + var(--header-height));
    height: calc(100dvh - var(--notice-height) - var(--header-height));
    grid-template-columns: 1fr 1fr;
    font-size: 30px;
  }

  .mobile-actions {
    display: none;
  }

  .film-frame {
    aspect-ratio: 16 / 9;
  }
}

@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-media {
    transform: none !important;
    will-change: auto;
  }

  .hero-media video {
    display: none;
  }

  .film-toggle {
    display: none;
  }

  html.js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (forced-colors: active) {
  .concept-dot,
  .film-icon,
  .scroll-cue i,
  .faq-list summary i::before,
  .faq-list summary i::after {
    forced-color-adjust: none;
  }

  .hero-wash {
    display: none;
  }
}
