:root {
  --black: #0b0b0a;
  --black-2: #131310;
  --ink: #1b1a17;
  --ivory: #f1eee6;
  --paper: #f8f5ee;
  --gold: #c8a45a;
  --gold-light: #efd28e;
  --stone: #b8afa1;
  --muted: #78746b;
  --line-dark: rgba(15, 15, 13, 0.16);
  --line-light: rgba(255, 255, 255, 0.16);
  --display: "Instrument Serif", Georgia, serif;
  --body: "Manrope", sans-serif;
  --gutter: clamp(1.15rem, 5.2vw, 1.5rem);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: var(--black);
}

body {
  margin: 0;
  padding-bottom: calc(68px + var(--safe-bottom));
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.has-overlay {
  overflow: hidden;
}

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

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

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

button {
  color: inherit;
}

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

button {
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

::selection {
  color: var(--black);
  background: var(--gold-light);
}

.sr-only {
  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: 999;
  top: 1rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  color: var(--black);
  background: #fff;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

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

.scroll-progress {
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--gold-light);
  transform: scaleX(0);
  transform-origin: left;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  height: 78px;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--gutter);
  border-bottom: 1px solid var(--line-light);
  color: #fff;
  isolation: isolate;
  transition: height 280ms ease, background 280ms ease, backdrop-filter 280ms ease;
}

.site-header.is-scrolled {
  height: 68px;
  background: rgba(8, 8, 7, 0.82);
  backdrop-filter: blur(18px);
}

.brand {
  position: relative;
  z-index: 4;
  width: 104px;
}

.desktop-nav,
.nav-enquire {
  display: none;
}

.menu-toggle {
  position: relative;
  z-index: 4;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: rgba(12, 12, 10, 0.25);
  backdrop-filter: blur(12px);
  flex-direction: column;
  gap: 7px;
}

.menu-toggle > span {
  display: block;
  width: 19px;
  height: 1px;
  background: #fff;
  transition: transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

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

.mobile-menu {
  position: fixed;
  z-index: 99;
  inset: 0;
  display: flex;
  padding: 104px var(--gutter) calc(90px + var(--safe-bottom));
  visibility: hidden;
  overflow-y: auto;
  color: #fff;
  background:
    radial-gradient(circle at 80% 15%, rgba(200, 164, 90, 0.18), transparent 28%),
    var(--black);
  opacity: 0;
  transform: translateY(-12px);
  transition: visibility 0s linear 450ms, opacity 400ms ease, transform 450ms cubic-bezier(0.2, 0.8, 0.2, 1);
  flex-direction: column;
}

.mobile-menu.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

.mobile-menu__measure {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 2.1rem;
  color: var(--gold-light);
  font-size: 0.56rem;
  letter-spacing: 0.12em;
}

.mobile-menu__measure i {
  position: relative;
  height: 1px;
  background: rgba(239, 210, 142, 0.45);
  flex: 1;
}

.mobile-menu__measure i::before,
.mobile-menu__measure i::after {
  position: absolute;
  top: -4px;
  width: 1px;
  height: 9px;
  background: var(--gold-light);
  content: "";
}

.mobile-menu__measure i::after {
  right: 0;
}

.mobile-menu nav {
  border-top: 1px solid var(--line-light);
}

.mobile-menu nav a {
  display: grid;
  min-height: 78px;
  align-items: center;
  border-bottom: 1px solid var(--line-light);
  grid-template-columns: 40px 1fr;
}

.mobile-menu nav small {
  color: var(--gold-light);
  font-size: 0.59rem;
}

.mobile-menu nav span {
  font-family: var(--display);
  font-size: clamp(2rem, 10vw, 3.1rem);
  line-height: 1;
}

.mobile-menu__footer {
  display: flex;
  gap: 1.2rem;
  margin-top: auto;
  padding-top: 2rem;
  flex-direction: column;
}

.mobile-menu__footer > a {
  font-family: var(--display);
  font-size: 1.45rem;
}

.mobile-menu__footer button,
.mobile-menu__cta {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.15rem;
  border: 0;
  color: var(--black);
  background: var(--gold);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  height: max(680px, 100svh);
  min-height: 680px;
  overflow: hidden;
  color: #fff;
  background: var(--black);
  isolation: isolate;
}

.hero__image {
  position: absolute;
  inset: 0;
  z-index: -4;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  transform: scale(1.08);
  animation: hero-breathe 12s ease-in-out 2.1s infinite alternate;
}

@keyframes hero-breathe {
  to {
    transform: scale(1.02);
  }
}

.hero__wash {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 4, 0.7) 0%, rgba(5, 5, 4, 0.06) 32%, rgba(5, 5, 4, 0.18) 50%, rgba(5, 5, 4, 0.92) 100%),
    linear-gradient(90deg, rgba(5, 5, 4, 0.25), transparent 45%, rgba(5, 5, 4, 0.15));
}

#dust-canvas {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.65;
}

.door {
  position: absolute;
  z-index: 20;
  top: 0;
  bottom: 0;
  width: 52%;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 5%, rgba(255, 255, 255, 0.025) 7%, transparent 9%),
    linear-gradient(180deg, #151513, #0b0b0a);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  transition: transform 2.65s cubic-bezier(0.72, 0, 0.16, 1) 420ms;
}

.door--left {
  left: 0;
  transform-origin: left;
}

.door--right {
  right: 0;
  transform-origin: right;
}

body.is-ready .door--left {
  transform: translateX(-123%) perspective(900px) rotateY(-8deg);
}

body.is-ready .door--right {
  transform: translateX(123%) perspective(900px) rotateY(8deg);
}

.door__panel {
  position: absolute;
  inset: 9% 8%;
  border: 1px solid rgba(200, 164, 90, 0.18);
  box-shadow:
    inset 0 0 0 7px rgba(0, 0, 0, 0.12),
    inset 0 0 50px rgba(0, 0, 0, 0.25);
}

.door__panel::before,
.door__panel::after {
  position: absolute;
  right: 13%;
  left: 13%;
  height: 34%;
  border: 1px solid rgba(255, 255, 255, 0.025);
  content: "";
}

.door__panel::before {
  top: 8%;
}

.door__panel::after {
  bottom: 8%;
}

.door__handle {
  position: absolute;
  top: 44%;
  width: 3px;
  height: 98px;
  border-radius: 3px;
  background: linear-gradient(90deg, #6e4d17, #f0cd75, #806021);
  box-shadow: 0 3px 20px rgba(233, 193, 101, 0.25);
}

.door--left .door__handle {
  right: 12%;
}

.door--right .door__handle {
  left: 12%;
}

.door-light {
  position: absolute;
  z-index: 19;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #f5d98e;
  box-shadow: 0 0 45px 12px rgba(238, 194, 92, 0.48);
  transform: scaleY(0);
  transition: transform 700ms ease 100ms, opacity 500ms ease 2.35s;
}

body.is-ready .door-light {
  opacity: 0;
  transform: scaleY(1);
}

.hero__topline {
  position: absolute;
  top: 98px;
  right: var(--gutter);
  left: var(--gutter);
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.55rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 800ms ease 2.15s, transform 800ms ease 2.15s;
}

body.is-ready .hero__topline {
  opacity: 1;
  transform: translateY(0);
}

.hero__topline span:last-child {
  display: none;
}

.hero__copy {
  position: absolute;
  z-index: 4;
  right: var(--gutter);
  bottom: calc(96px + var(--safe-bottom));
  left: var(--gutter);
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 900ms ease 2.05s, transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1) 2.05s;
}

body.is-ready .hero__copy {
  opacity: 1;
  transform: translateY(0);
}

.kicker,
.section-index {
  margin: 0 0 1rem;
  color: var(--gold-light);
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.kicker::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
}

.hero h1 {
  max-width: 620px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.9rem, 17vw, 5.8rem);
  font-weight: 400;
  letter-spacing: -0.047em;
  line-height: 0.82;
}

.hero h1 span,
.hero h1 em {
  display: block;
}

.hero h1 em {
  margin-top: 0.18em;
  color: var(--gold-light);
  font-weight: 400;
}

.hero__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
}

.hero__bottom > p {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.77rem;
  line-height: 1.6;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.orbit-cta {
  position: relative;
  display: grid;
  width: 112px;
  height: 112px;
  flex: 0 0 112px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--black);
  background: var(--gold);
}

.orbit-cta::after {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(11, 11, 10, 0.25);
  border-radius: 50%;
  content: "";
}

.orbit-cta > span {
  z-index: 1;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

.orbit-cta > i {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 22px;
  font-style: normal;
}

.orbit-cta svg {
  position: absolute;
  inset: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  overflow: visible;
  animation: orbit 18s linear infinite;
}

.orbit-cta text {
  fill: rgba(255, 255, 255, 0.85);
  font-family: var(--body);
  font-size: 5px;
  letter-spacing: 1.6px;
}

.hero__secondary-cta {
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: rgba(255, 255, 255, 0.82);
  background: rgba(10, 10, 8, 0.22);
  backdrop-filter: blur(10px);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes orbit {
  to {
    transform: rotate(360deg);
  }
}

.hero__scroll {
  display: none;
}

.proof-marquee {
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-top: 1px solid rgba(200, 164, 90, 0.35);
  border-bottom: 1px solid rgba(200, 164, 90, 0.25);
  color: #fff;
  background: var(--black);
}

.marquee-track {
  display: flex;
  width: max-content;
  height: 58px;
  align-items: center;
  gap: 1.25rem;
  animation: marquee 28s linear infinite;
}

.marquee-track span {
  font-family: var(--display);
  font-size: 1.05rem;
  white-space: nowrap;
}

.marquee-track i {
  color: var(--gold);
  font-size: 0.65rem;
  font-style: normal;
}

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

.manifesto {
  position: relative;
  padding: 6rem var(--gutter) 7rem;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, rgba(200, 164, 90, 0.12), transparent 23rem),
    linear-gradient(rgba(239, 210, 142, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(239, 210, 142, 0.035) 1px, transparent 1px),
    #090908;
  background-size: auto, 36px 36px, 36px 36px, auto;
  isolation: isolate;
}

.manifesto::before {
  position: absolute;
  z-index: -1;
  right: -0.08em;
  bottom: -0.16em;
  color: rgba(255, 255, 255, 0.018);
  content: "ROOM";
  font-family: var(--display);
  font-size: clamp(12rem, 62vw, 33rem);
  line-height: 0.7;
  pointer-events: none;
}

.manifesto__coordinates {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 3.2rem;
  color: rgba(239, 210, 142, 0.52);
  font-size: 0.5rem;
  letter-spacing: 0.12em;
}

.manifesto__coordinates i {
  height: 1px;
  background: rgba(239, 210, 142, 0.22);
  flex: 1;
}

.manifesto .section-index {
  color: var(--gold-light);
}

.manifesto__eyebrow {
  margin: 3rem 0 1rem;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.manifesto h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.6rem, 16.5vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 0.84;
}

.manifesto h2 em {
  color: var(--gold-light);
  font-weight: 400;
  transition: color 420ms ease, text-shadow 420ms ease;
}

.manifesto.is-resolved h2 em {
  color: #ffe4a0;
  text-shadow: 0 0 32px rgba(239, 210, 142, 0.22);
}

.manifesto__lead {
  max-width: 430px;
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.78rem;
}

.manifesto-experience {
  --lens-x: 12%;
  --lens-radius: clamp(66px, 21vw, 82px);
  --blueprint-opacity: 1;
  --range-progress: 12%;
  margin-top: 3.2rem;
  border: 1px solid rgba(239, 210, 142, 0.24);
  background: #0d0d0b;
}

.manifesto-visual {
  position: relative;
  height: min(138vw, 570px);
  margin: 0;
  overflow: hidden;
  background: #14130f;
}

.manifesto-visual__base,
.manifesto-visual__reveal,
.manifesto-visual__reveal img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.manifesto-visual__base,
.manifesto-visual__reveal img {
  object-fit: cover;
  object-position: 50% 50%;
}

.manifesto-visual__base {
  filter: grayscale(1) sepia(0.22) brightness(0.36) contrast(1.25);
  transform: scale(1.025);
}

.manifesto-visual__reveal {
  z-index: 2;
  overflow: hidden;
  clip-path: circle(var(--lens-radius) at var(--lens-x) 48%);
  filter: saturate(1.05) brightness(1.02);
  transition: clip-path 120ms linear;
}

.manifesto-experience.is-dragging .manifesto-visual__reveal,
.manifesto-experience.is-dragging .manifesto-lens {
  transition: none;
}

.manifesto-visual__reveal::after {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--lens-x) 48%, rgba(239, 210, 142, 0.16), transparent 24%);
  content: "";
}

.manifesto-blueprint {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(239, 210, 142, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(239, 210, 142, 0.09) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: var(--blueprint-opacity);
  transition: opacity 500ms ease;
}

.manifesto-blueprint::before,
.manifesto-blueprint::after {
  position: absolute;
  content: "";
}

.manifesto-blueprint::before {
  top: 12%;
  right: 8%;
  bottom: 14%;
  left: 8%;
  border: 1px solid rgba(239, 210, 142, 0.48);
}

.manifesto-blueprint::after {
  top: 17%;
  bottom: 19%;
  left: 50%;
  width: 1px;
  background: rgba(239, 210, 142, 0.28);
}

.blueprint-box {
  position: absolute;
  border: 1px solid rgba(239, 210, 142, 0.28);
}

.blueprint-box--one {
  top: 20%;
  left: 13%;
  width: 30%;
  height: 27%;
}

.blueprint-box--two {
  right: 13%;
  bottom: 24%;
  width: 32%;
  height: 29%;
}

.blueprint-dimension {
  position: absolute;
  color: rgba(239, 210, 142, 0.72);
  font-size: 0.47rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.blueprint-dimension--top {
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
}

.blueprint-dimension--side {
  top: 50%;
  right: -2rem;
  transform: rotate(90deg);
}

.blueprint-cross {
  position: absolute;
  width: 19px;
  height: 19px;
}

.blueprint-cross::before,
.blueprint-cross::after {
  position: absolute;
  background: rgba(239, 210, 142, 0.52);
  content: "";
}

.blueprint-cross::before {
  top: 9px;
  left: 0;
  width: 19px;
  height: 1px;
}

.blueprint-cross::after {
  top: 0;
  left: 9px;
  width: 1px;
  height: 19px;
}

.blueprint-cross--one {
  top: 10%;
  left: 6%;
}

.blueprint-cross--two {
  right: 6%;
  bottom: 12%;
}

.manifesto-lens {
  position: absolute;
  z-index: 5;
  top: 48%;
  left: var(--lens-x);
  display: flex;
  width: calc(var(--lens-radius) * 2);
  height: calc(var(--lens-radius) * 2);
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold-light);
  border-radius: 50%;
  box-shadow:
    0 0 0 7px rgba(10, 10, 8, 0.42),
    0 0 0 8px rgba(239, 210, 142, 0.36),
    inset 0 0 35px rgba(239, 210, 142, 0.12);
  color: var(--gold-light);
  opacity: 1;
  cursor: ew-resize;
  touch-action: pan-y;
  transform: translate(-50%, -50%);
  transition: left 100ms linear, width 420ms ease, height 420ms ease, opacity 300ms ease;
  gap: 0.45rem;
}

.manifesto-lens::after {
  position: absolute;
  top: 10%;
  left: 20%;
  width: 28%;
  height: 12%;
  border-top: 2px solid rgba(255, 250, 223, 0.85);
  border-radius: 50%;
  content: "";
  transform: rotate(-26deg);
}

.manifesto-lens span {
  font-size: 0.72rem;
}

.manifesto-lens i {
  width: 20px;
  height: 1px;
  background: currentColor;
}

.manifesto-lens small {
  position: absolute;
  bottom: 20%;
  left: 50%;
  font-size: 0.43rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.manifesto-visual figcaption {
  position: absolute;
  z-index: 6;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.48rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  gap: 0.55rem;
}

.manifesto-visual figcaption i {
  height: 1px;
  background: rgba(255, 255, 255, 0.32);
  flex: 1;
}

.manifesto-controller {
  padding: 1.35rem;
  border-top: 1px solid rgba(239, 210, 142, 0.2);
}

.manifesto-controller__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.65rem;
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.52rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.manifesto-controller__top output {
  color: var(--gold-light);
}

.manifesto-range {
  position: relative;
  height: 46px;
}

.manifesto-range > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background:
    linear-gradient(90deg, var(--gold) 0 var(--range-progress), rgba(255, 255, 255, 0.16) var(--range-progress) 100%);
  transform: translateY(-50%);
}

.manifesto-range input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 46px;
  margin: 0;
  appearance: none;
  cursor: ew-resize;
  background: transparent;
}

.manifesto-range input::-webkit-slider-runnable-track {
  height: 2px;
  background: transparent;
}

.manifesto-range input::-webkit-slider-thumb {
  width: 30px;
  height: 30px;
  margin-top: -14px;
  appearance: none;
  border: 8px solid #0d0d0b;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 0 1px var(--gold-light);
}

.manifesto-range input::-moz-range-track {
  height: 2px;
  background: transparent;
}

.manifesto-range input::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 8px solid #0d0d0b;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 0 1px var(--gold-light);
}

.manifesto-range input:focus-visible {
  outline: 1px solid var(--gold-light);
  outline-offset: 2px;
}

.manifesto-stations {
  display: grid;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  grid-template-columns: repeat(3, 1fr);
}

.manifesto-stations button {
  display: flex;
  min-width: 0;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border: 0;
  border-right: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.48);
  background: transparent;
  transition: color 240ms ease, background 240ms ease;
  flex-direction: column;
}

.manifesto-stations button:last-child {
  border-right: 0;
}

.manifesto-stations small {
  color: var(--gold-light);
  font-size: 0.47rem;
  letter-spacing: 0.12em;
}

.manifesto-stations span {
  font-family: var(--display);
  font-size: 1.2rem;
}

.manifesto-stations button.is-active {
  color: var(--black);
  background: var(--gold);
}

.manifesto-stations button.is-active small {
  color: rgba(11, 11, 10, 0.62);
}

.manifesto-principle {
  display: grid;
  min-height: 155px;
  align-items: start;
  padding: 1.5rem 0;
  grid-template-columns: 62px 1fr;
}

.manifesto-principle > span {
  color: var(--gold-light);
  font-size: 0.54rem;
  letter-spacing: 0.11em;
}

.manifesto-principle strong {
  display: block;
  font-family: var(--display);
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
}

.manifesto-principle p {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.7rem;
}

.manifesto-principle.is-changing > div {
  animation: principle-change 350ms ease;
}

@keyframes principle-change {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
}

.manifesto-cta {
  display: flex;
  width: 100%;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  border: 1px solid rgba(239, 210, 142, 0.42);
  color: var(--gold-light);
  background: transparent;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 350ms ease, background 350ms ease, box-shadow 350ms ease;
}

.manifesto-cta i {
  font-size: 1rem;
  font-style: normal;
}

.manifesto-experience.is-resolved .manifesto-lens {
  opacity: 0;
  pointer-events: none;
}

.manifesto-experience.is-resolved .manifesto-cta {
  color: var(--black);
  background: var(--gold);
  box-shadow: 0 12px 40px rgba(200, 164, 90, 0.18);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 750ms ease, transform 850ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

.atelier {
  padding: 6rem var(--gutter);
  color: #fff;
  background: var(--black);
}

.atelier__heading {
  display: grid;
  margin-bottom: 2.5rem;
  gap: 1.5rem;
}

.atelier h2,
.spaces h2,
.craft-story h2,
.stories h2,
.finale h2,
.faq h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.3rem, 14vw, 5.2rem);
  font-weight: 400;
  letter-spacing: -0.047em;
  line-height: 0.9;
}

.atelier h2 em,
.spaces h2 em,
.craft-story h2 em,
.stories h2 em,
.finale h2 em,
.faq h2 em {
  color: var(--gold-light);
  font-weight: 400;
}

.atelier__heading > p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
}

.scene-builder {
  position: relative;
  border: 1px solid var(--line-light);
}

.scene-builder__visual {
  position: relative;
  height: min(142vw, 620px);
  margin: 0;
  overflow: hidden;
  background: #211f1b;
}

.scene-builder__visual > img {
  height: 100%;
  object-fit: cover;
  transition: opacity 260ms ease, transform 800ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 500ms ease;
}

.scene-builder__visual.is-switching > img {
  opacity: 0;
  transform: scale(1.03);
}

.scene-builder__visual.is-dim > img {
  filter: brightness(0.52) saturate(0.75);
}

.scene-builder__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 42%, rgba(235, 184, 75, 0.18), transparent 38%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.62), transparent 42%);
  transition: opacity 400ms ease;
}

.scene-builder__visual.is-dim .scene-builder__glow {
  opacity: 0.1;
}

.scene-builder figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: end;
  gap: 0.8rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  background: rgba(10, 10, 9, 0.63);
  backdrop-filter: blur(14px);
}

.scene-builder figcaption > span {
  color: var(--gold-light);
  font-family: var(--display);
  font-size: 2.1rem;
  line-height: 0.8;
}

.scene-builder figcaption div {
  display: flex;
  flex-direction: column;
}

.scene-builder figcaption small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.52rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scene-builder figcaption strong {
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 400;
}

.light-toggle {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 0.55rem;
  padding: 0 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  background: rgba(8, 8, 7, 0.62);
  backdrop-filter: blur(12px);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.light-toggle i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 12px var(--gold-light);
}

.light-toggle:not(.is-on) i {
  background: #777;
  box-shadow: none;
}

.scene-builder__controls {
  padding: 1.4rem;
  background: #12120f;
}

.control-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.control-title span {
  font-family: var(--display);
  font-size: 1.2rem;
}

.control-title small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.55rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.finish-options {
  border-top: 1px solid var(--line-light);
}

.finish-chip {
  display: grid;
  width: 100%;
  min-height: 64px;
  align-items: center;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.58);
  background: transparent;
  text-align: left;
  grid-template-columns: 38px 1fr auto;
}

.finish-chip.is-active {
  color: #fff;
}

.finish-chip .swatch {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

.swatch--charcoal {
  background: radial-gradient(circle at 30% 30%, #555, #111);
}

.swatch--stone {
  background: linear-gradient(135deg, #d8d0c5, #8e8578);
}

.swatch--oak {
  background: repeating-linear-gradient(100deg, #7b5128 0 3px, #a8753d 3px 5px);
}

.finish-chip span {
  font-size: 0.78rem;
}

.finish-chip b {
  color: var(--gold-light);
  font-size: 0.56rem;
  font-weight: 500;
}

.atelier__action {
  display: grid;
  margin-top: 1.4rem;
  gap: 1rem;
}

.atelier__action p {
  margin: 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.68rem;
}

.atelier__action button {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  border: 0;
  color: var(--black);
  background: var(--gold);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spaces {
  padding: 6rem 0 5rem;
  overflow: hidden;
  color: var(--black);
  background: var(--ivory);
}

.spaces__heading {
  position: relative;
  padding: 0 var(--gutter) 2.5rem;
}

.spaces .section-index {
  color: #795b21;
}

.spaces h2 em {
  color: #94702b;
}

.swipe-hint {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  color: var(--muted);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.swipe-hint i {
  color: #8f6a20;
  font-size: 1rem;
  font-style: normal;
}

.space-reel {
  display: grid;
  padding: 0 var(--gutter) 1.5rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-padding-left: var(--gutter);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  grid-template-columns: repeat(7, min(84vw, 380px));
  gap: 0.85rem;
}

.space-reel::-webkit-scrollbar,
.story-grid::-webkit-scrollbar {
  display: none;
}

.space-card {
  position: relative;
  height: min(142vw, 620px);
  overflow: hidden;
  color: #fff;
  background: #111;
  scroll-snap-align: start;
}

.space-card > img {
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.space-card__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), transparent 38%, rgba(0, 0, 0, 0.78));
}

.space-card__number {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: var(--gold-light);
  font-size: 0.58rem;
}

.space-card__copy {
  position: absolute;
  right: 1.2rem;
  bottom: 1.4rem;
  left: 1.2rem;
}

.space-card__copy small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.54rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.space-card h3 {
  margin: 0.5rem 0 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 13vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.84;
}

.space-card__copy button,
.space-card__action {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  font-size: 1rem;
}

.craft-story {
  color: #fff;
  background: var(--black);
}

.craft-story__visual {
  position: relative;
  height: 125vw;
  max-height: 620px;
  overflow: hidden;
}

.craft-story__visual > img {
  height: 100%;
  object-fit: cover;
}

.craft-story__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.58));
  content: "";
}

.craft-story__measure {
  position: absolute;
  z-index: 2;
  top: 1.2rem;
  right: 1.2rem;
  left: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.53rem;
  letter-spacing: 0.1em;
}

.craft-story__measure i {
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  flex: 1;
}

.craft-story__stamp {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  width: 112px;
  height: 112px;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  color: #fff;
  background: rgba(10, 10, 9, 0.4);
  backdrop-filter: blur(10px);
  text-align: center;
}

.craft-story__stamp span {
  color: var(--gold-light);
  font-family: var(--display);
  font-size: 2rem;
  line-height: 0.9;
}

.craft-story__stamp small {
  margin-top: 0.3rem;
  font-size: 0.48rem;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.craft-story__content {
  padding: 5.5rem var(--gutter) 6rem;
}

.craft-story__intro {
  max-width: 440px;
  margin: 1.8rem 0 3rem;
  color: rgba(255, 255, 255, 0.56);
}

.blueprint-steps {
  position: relative;
}

.blueprint-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  width: 14px;
  height: 100%;
}

.blueprint-line path {
  fill: none;
  stroke: rgba(200, 164, 90, 0.38);
  stroke-width: 1;
  stroke-dasharray: 4 5;
}

.blueprint-steps article {
  position: relative;
  display: grid;
  min-height: 132px;
  align-items: start;
  grid-template-columns: 48px 1fr;
}

.blueprint-steps article > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border: 1px solid rgba(200, 164, 90, 0.55);
  border-radius: 50%;
  color: var(--gold-light);
  background: var(--black);
  font-size: 0.54rem;
}

.blueprint-steps h3 {
  margin: 0 0 0.35rem;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 400;
}

.blueprint-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.75rem;
}

.stories {
  padding: 6rem 0;
  overflow: hidden;
  color: var(--black);
  background: var(--paper);
}

.stories .section-index {
  color: #795b21;
}

.stories h2 em {
  color: #95712c;
}

.stories__heading {
  padding: 0 var(--gutter) 2.5rem;
}

.stories__heading > div {
  display: grid;
  gap: 1.8rem;
}

.reel-trigger {
  display: grid;
  width: 100%;
  min-height: 82px;
  align-items: center;
  padding: 0 1rem;
  border: 1px solid var(--line-dark);
  color: var(--black);
  background: transparent;
  text-align: left;
  grid-template-columns: 52px 1fr auto;
}

.reel-trigger__play {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: var(--black);
  background: var(--gold);
  font-size: 0.65rem;
}

.reel-trigger > span:nth-child(2) {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.reel-trigger small {
  color: var(--muted);
  font-size: 0.57rem;
  letter-spacing: 0.08em;
}

.story-grid {
  display: grid;
  padding: 0 var(--gutter) 1rem;
  overflow-x: auto;
  scroll-padding-left: var(--gutter);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  grid-template-columns: repeat(3, min(84vw, 380px));
  gap: 0.85rem;
}

.story {
  position: relative;
  height: min(128vw, 580px);
  margin: 0;
  overflow: hidden;
  color: #fff;
  background: #1a1a18;
  scroll-snap-align: start;
}

.story::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  content: "";
}

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

.story figcaption {
  position: absolute;
  z-index: 2;
  right: 1.2rem;
  bottom: 1.2rem;
  left: 1.2rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.story figcaption span {
  font-family: var(--display);
  font-size: 1.5rem;
}

.story figcaption small {
  max-width: 120px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.5rem;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.testimonial-stage {
  display: grid;
  padding: 6rem var(--gutter);
  color: var(--black);
  background: var(--ivory);
  gap: 3rem;
}

.testimonial-stage__quote {
  position: relative;
}

.quote-symbol {
  display: block;
  height: 65px;
  color: var(--gold);
  font-family: var(--display);
  font-size: 7rem;
  line-height: 0.85;
}

.testimonial-stage blockquote {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.1rem, 10vw, 3.4rem);
  letter-spacing: -0.035em;
  line-height: 1.03;
}

.testimonial-stage blockquote em {
  color: #946e28;
  font-weight: 400;
}

.testimonial-stage__quote h2 {
  max-width: 12ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 10vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.testimonial-stage__quote > p {
  max-width: 48ch;
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.testimonial-stage footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 2.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line-dark);
}

.testimonial-stage footer div {
  display: flex;
  flex-direction: column;
}

.testimonial-stage footer strong {
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 400;
}

.testimonial-stage footer small {
  color: var(--muted);
  font-size: 0.6rem;
}

.testimonial-stage footer > span {
  color: #927028;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
}

.testimonial-stage__aside {
  display: grid;
  padding: 1.4rem;
  border: 1px solid var(--line-dark);
}

.testimonial-stage__aside p {
  margin: 0 0 1.5rem;
  font-family: var(--display);
  font-size: 1.8rem;
  line-height: 1;
}

.testimonial-stage__aside span {
  padding: 0.8rem 0;
  border-top: 1px solid var(--line-dark);
  color: var(--muted);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.finale {
  position: relative;
  height: max(720px, 100svh);
  min-height: 720px;
  overflow: hidden;
  color: #fff;
  background: var(--black);
}

.finale > img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.finale__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0.9) 88%);
}

.finale__copy {
  position: absolute;
  right: var(--gutter);
  bottom: 3.2rem;
  left: var(--gutter);
}

.finale h2 {
  font-size: clamp(3.8rem, 17vw, 6rem);
}

.finale__cta {
  display: flex;
  width: 100%;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 0 1.2rem;
  border: 0;
  color: var(--black);
  background: var(--gold);
  text-align: left;
}

.finale__cta span {
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.finale__cta i {
  font-size: 1.2rem;
  font-style: normal;
}

.finale__note {
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.56rem;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
}

.faq {
  display: grid;
  padding: 6rem var(--gutter);
  color: var(--black);
  background: var(--paper);
  gap: 3rem;
}

.faq .section-index {
  color: #795b21;
}

.faq h2 em {
  color: #94702b;
}

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

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

.faq summary {
  display: grid;
  min-height: 76px;
  align-items: center;
  cursor: pointer;
  list-style: none;
  grid-template-columns: 34px 1fr 24px;
  gap: 0.4rem;
}

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

.faq summary > span {
  color: #8e6a27;
  font-size: 0.55rem;
}

.faq summary > i {
  font-size: 1.25rem;
  font-style: normal;
  transition: transform 220ms ease;
}

.faq details[open] summary > i {
  transform: rotate(45deg);
}

.faq details p {
  margin: -0.2rem 1.8rem 1.5rem 34px;
  color: var(--muted);
  font-size: 0.79rem;
}

.site-footer {
  padding: clamp(4.5rem, 8vw, 7rem) var(--gutter) calc(2rem + var(--safe-bottom));
  color: #fff;
  background:
    linear-gradient(180deg, rgba(170, 132, 70, 0.08), transparent 32%),
    #050504;
}

.site-footer__top {
  display: grid;
  width: min(100%, 1680px);
  margin: 0 auto;
  padding-bottom: clamp(2.2rem, 4vw, 3.5rem);
  border-bottom: 1px solid rgba(239, 210, 142, 0.18);
  gap: 2.5rem;
}

.site-footer__top img {
  width: 116px;
}

.site-footer__top p {
  max-width: 30ch;
  margin: 1.35rem 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.78rem;
  line-height: 1.65;
}

.site-footer__top > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  width: max-content;
  max-width: 100%;
  font-family: var(--display);
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  line-height: 0.95;
}

.site-footer__top > a span {
  color: var(--gold-light);
  font-family: var(--body);
  font-size: 1rem;
}

.site-footer__grid {
  display: grid;
  width: min(100%, 1680px);
  margin: 0 auto;
  padding: clamp(2.2rem, 4vw, 3.2rem) 0;
  border-bottom: 1px solid rgba(239, 210, 142, 0.16);
  grid-template-columns: 1fr;
  gap: 2rem;
}

.site-footer__grid > div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.2rem;
}

.site-footer__grid small {
  margin-bottom: 0.7rem;
  color: var(--gold-light);
  font-size: 0.55rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer__grid a,
.site-footer__grid span,
.site-footer__grid button {
  min-width: 44px;
  min-height: 38px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  line-height: 1.45;
  transition: color 180ms ease, transform 180ms ease;
}

.site-footer__grid button {
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.82);
  background: none;
  text-align: left;
}

.site-footer__grid a:hover,
.site-footer__grid a:focus-visible,
.site-footer__grid button:hover,
.site-footer__grid button:focus-visible {
  color: #fff;
  transform: translateX(3px);
}

.social-links {
  display: flex;
  gap: 0.75rem;
}

.social-links a {
  display: grid;
  width: 46px;
  height: 46px;
  min-width: 46px;
  min-height: 46px;
  place-items: center;
  border: 1px solid rgba(239, 210, 142, 0.28);
  color: var(--gold-light);
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  border-color: rgba(239, 210, 142, 0.58);
  color: #fff;
  background: rgba(239, 210, 142, 0.08);
  transform: translateY(-2px);
}

.social-links svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.site-footer__bottom {
  display: flex;
  gap: 1rem;
  width: min(100%, 1680px);
  margin: 0 auto;
  padding-top: 1.25rem;
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.58rem;
  flex-direction: column;
}

.site-footer__bottom div {
  display: flex;
  gap: 1rem;
}

.site-footer__bottom a {
  display: flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
}

body.info-page {
  padding-bottom: 0;
  background: var(--paper);
}

.page-hero {
  position: relative;
  display: grid;
  min-height: 620px;
  align-items: end;
  padding: 8.5rem var(--gutter) 5rem;
  overflow: hidden;
  color: #fff;
  background: var(--black);
}

.page-hero > img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
}

.page-hero::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 7, 0.78), rgba(8, 8, 7, 0.28) 42%, rgba(8, 8, 7, 0.9)),
    linear-gradient(90deg, rgba(8, 8, 7, 0.74), rgba(8, 8, 7, 0.12));
  content: "";
}

.page-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.page-hero h1 {
  max-width: 11ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 14vw, 8rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.86;
}

.page-hero p:not(.kicker) {
  max-width: 58ch;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.page-actions a,
.page-actions button {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border: 1px solid rgba(239, 210, 142, 0.34);
  color: #fff;
  background: rgba(10, 10, 8, 0.28);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-actions .is-primary {
  color: var(--black);
  background: var(--gold);
}

.page-section {
  padding: 5rem var(--gutter);
}

.page-section--dark {
  color: #fff;
  background: var(--black);
}

.page-section__inner {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  gap: 2rem;
}

.page-section h2 {
  max-width: 12ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 9vw, 5.8rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.page-section p {
  max-width: 64ch;
  margin: 0;
  color: var(--muted);
}

.page-section--dark p {
  color: rgba(255, 255, 255, 0.62);
}

.about-values,
.visit-steps {
  display: grid;
  gap: 1rem;
}

.about-values article,
.visit-steps article {
  padding: 1.25rem;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.32);
}

.page-section--dark .visit-steps article {
  border-color: rgba(239, 210, 142, 0.18);
  background: rgba(255, 255, 255, 0.035);
}

.about-values span,
.visit-steps span {
  display: block;
  margin-bottom: 1rem;
  color: #8f6a20;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.page-section--dark .visit-steps span {
  color: var(--gold-light);
}

.about-values h3,
.visit-steps h3 {
  margin: 0 0 0.75rem;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.about-page {
  --about-max: 1180px;
  --about-pad: 5rem;
  color: var(--ink);
}

.about-page .site-header {
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.about-page .brand {
  display: flex;
  min-height: 44px;
  align-items: center;
}

.about-page .desktop-nav a,
.about-page .desktop-nav button {
  min-width: 44px;
}

.about-page .page-actions a {
  min-height: 48px;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.about-page .page-actions a:hover,
.about-page .page-actions a:focus-visible,
.about-final__actions a:hover,
.about-final__actions a:focus-visible,
.about-room-links a:hover,
.about-room-links a:focus-visible {
  transform: translateY(-2px);
}

.about-page .page-actions a:active,
.about-final__actions a:active,
.about-room-links a:active {
  transform: translateY(0);
}

.about-hero {
  position: relative;
  display: grid;
  min-height: 680px;
  align-items: end;
  padding: 8.5rem var(--gutter) 5rem;
  overflow: hidden;
  color: #fff;
  background: var(--black);
  isolation: isolate;
}

.about-hero > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  opacity: 0.62;
  transform: scale(1.02);
  transition: transform 900ms ease, opacity 900ms ease;
}

.about-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 7, 6, 0.72), rgba(7, 7, 6, 0.24) 44%, rgba(7, 7, 6, 0.86)),
    linear-gradient(90deg, rgba(7, 7, 6, 0.82), rgba(7, 7, 6, 0.18) 58%, rgba(7, 7, 6, 0.42));
  content: "";
}

.about-hero__copy {
  max-width: 760px;
}

.about-hero h1,
.about-section-heading h2,
.about-intro h2,
.about-materials h2,
.about-final h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.96;
}

.about-hero h1 {
  max-width: 10ch;
  font-size: 4.3rem;
}

.about-hero p:not(.kicker) {
  max-width: 620px;
  margin: 1.35rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
}

.about-intro,
.about-principles,
.about-visit,
.about-materials,
.about-rooms,
.about-final {
  padding: var(--about-pad) var(--gutter);
}

.about-intro,
.about-materials {
  display: grid;
  max-width: var(--about-max);
  margin: 0 auto;
  gap: 2.2rem;
}

.about-intro {
  align-items: start;
  background: var(--paper);
}

.about-intro__copy,
.about-materials__copy {
  max-width: 650px;
}

.about-intro h2,
.about-materials h2,
.about-section-heading h2,
.about-final h2 {
  max-width: 12ch;
  font-size: 3.2rem;
}

.about-intro p:not(.kicker),
.about-materials p:not(.kicker),
.about-final p:not(.kicker) {
  max-width: 66ch;
  margin: 1.1rem 0 0;
  color: var(--muted);
}

.about-intro__image,
.about-finishes figure,
.about-final {
  margin: 0;
  overflow: hidden;
}

.about-intro__image {
  min-height: 360px;
  border: 1px solid var(--line-dark);
  background: var(--ivory);
}

.about-intro__image img {
  height: 100%;
  object-fit: cover;
}

.about-section-heading {
  max-width: var(--about-max);
  margin: 0 auto 2.6rem;
}

.about-principles {
  background: var(--ivory);
}

.about-principles__list {
  display: grid;
  max-width: var(--about-max);
  margin: 0 auto;
  border-top: 1px solid var(--line-dark);
}

.about-principles__list article {
  display: grid;
  gap: 0.75rem;
  padding: 1.45rem 0;
  border-bottom: 1px solid var(--line-dark);
}

.about-principles__list span,
.about-visit__grid span {
  color: #8f6a20;
  font-size: 0.66rem;
  font-weight: 700;
}

.about-principles__list h3,
.about-visit__grid h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 2.15rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.about-principles__list p,
.about-visit__grid p {
  max-width: 58ch;
  margin: 0;
  color: var(--muted);
}

.about-visit {
  color: #fff;
  background: var(--black);
}

.about-visit .about-section-heading h2 {
  color: #fff;
}

.about-visit .kicker {
  color: var(--gold-light);
}

.about-visit__grid {
  display: grid;
  max-width: var(--about-max);
  margin: 0 auto;
  gap: 1px;
  background: rgba(239, 210, 142, 0.16);
}

.about-visit__grid article {
  display: grid;
  min-width: 0;
  background: var(--black);
}

.about-visit__grid img {
  aspect-ratio: 1 / 1.08;
  height: auto;
  object-fit: cover;
  opacity: 0.84;
  transition: opacity 240ms ease, transform 520ms ease;
}

.about-visit__grid article:hover img,
.about-visit__grid article:focus-within img {
  opacity: 1;
  transform: scale(1.025);
}

.about-visit__grid div {
  padding: 1.25rem;
}

.about-visit__grid p {
  color: rgba(255, 255, 255, 0.62);
}

.about-materials {
  align-items: start;
  background: var(--paper);
}

.about-note {
  padding-top: 1.2rem;
  border-top: 1px solid var(--line-dark);
  font-size: 0.9rem;
}

.about-finishes {
  display: grid;
  gap: 1px;
  background: var(--line-dark);
}

.about-finishes figure {
  position: relative;
  min-width: 0;
  background: #fff;
}

.about-finishes img {
  aspect-ratio: 1 / 0.78;
  height: auto;
  object-fit: cover;
  transition: transform 520ms ease;
}

.about-finishes figure:hover img,
.about-finishes figure:focus-within img {
  transform: scale(1.025);
}

.about-finishes figcaption {
  min-height: 44px;
  padding: 0.85rem 1rem;
  color: var(--ink);
  background: #fff;
  font-size: 0.82rem;
  font-weight: 600;
}

.about-rooms {
  background: var(--ivory);
}

.about-room-links {
  display: grid;
  max-width: var(--about-max);
  margin: 0 auto;
  border-top: 1px solid var(--line-dark);
}

.about-room-links a {
  display: grid;
  min-height: 86px;
  align-items: center;
  gap: 0.65rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line-dark);
  transition: color 180ms ease, transform 180ms ease;
}

.about-room-links span {
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1;
}

.about-room-links small {
  max-width: 56ch;
  color: var(--muted);
  font-size: 0.88rem;
}

.about-room-links a:hover span,
.about-room-links a:focus-visible span {
  color: #8f6a20;
}

.about-final {
  position: relative;
  display: grid;
  min-height: 560px;
  align-items: end;
  color: #fff;
  background: var(--black);
  isolation: isolate;
}

.about-final > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  height: 100%;
  object-fit: cover;
  opacity: 0.44;
}

.about-final::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 7, 6, 0.34), rgba(7, 7, 6, 0.9)),
    linear-gradient(90deg, rgba(7, 7, 6, 0.82), rgba(7, 7, 6, 0.12));
  content: "";
}

.about-final__copy {
  width: min(100%, var(--about-max));
  margin: 0 auto;
}

.about-final h2 {
  max-width: 11ch;
  color: #fff;
}

.about-final p:not(.kicker) {
  color: rgba(255, 255, 255, 0.72);
}

.about-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.about-final__actions a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border: 1px solid rgba(239, 210, 142, 0.34);
  color: #fff;
  background: rgba(10, 10, 8, 0.28);
  font-size: 0.78rem;
  font-weight: 600;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.about-final__actions .is-primary {
  color: var(--black);
  background: var(--gold);
}

.visit-page {
  --visit-max: 1180px;
  color: var(--ink);
  background: var(--paper);
}

.visit-page .brand {
  display: flex;
  min-height: 44px;
  align-items: center;
}

.visit-page .desktop-nav a,
.visit-page .desktop-nav button {
  min-width: 44px;
}

.visit-hero {
  position: relative;
  display: grid;
  min-height: min(760px, 100svh);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: 8rem max(var(--gutter), calc((100vw - var(--visit-max)) / 2)) 4rem;
  overflow: hidden;
  color: #fff;
  background: var(--black);
  isolation: isolate;
}

.visit-hero > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: 56% 50%;
  opacity: 0.54;
}

.visit-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 7, 6, 0.72), rgba(7, 7, 6, 0.22) 43%, rgba(7, 7, 6, 0.9)),
    linear-gradient(90deg, rgba(7, 7, 6, 0.88), rgba(7, 7, 6, 0.2) 62%, rgba(7, 7, 6, 0.58));
  content: "";
}

.visit-hero__content,
.visit-hero__proof,
.visit-section-heading,
.visit-conversion,
.visit-trust__grid,
.visit-review-grid,
.visit-proof-band,
.visit-final > div {
  width: min(100%, var(--visit-max));
  margin: 0 auto;
}

.visit-hero__content {
  max-width: 680px;
  margin-left: 0;
}

.visit-hero h1,
.visit-conversion h2,
.visit-section-heading h2,
.visit-proof-band h2,
.visit-final h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.95;
}

.visit-hero h1 {
  max-width: 11ch;
  font-size: clamp(3.2rem, 7vw, 6.2rem);
}

.visit-hero p:not(.kicker) {
  max-width: 650px;
  margin: 1.3rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.5vw, 1.14rem);
}

.visit-hero__actions,
.visit-final a,
.visit-proof-band a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.visit-hero__actions {
  margin-top: 2rem;
}

.visit-hero__actions a,
.visit-final a,
.visit-proof-band a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border: 1px solid rgba(239, 210, 142, 0.34);
  color: #fff;
  background: rgba(10, 10, 8, 0.28);
  font-size: 0.74rem;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.visit-hero__actions .is-primary,
.visit-final a,
.visit-proof-band a {
  color: var(--black);
  background: var(--gold);
}

.visit-hero__actions a:hover,
.visit-hero__actions a:focus-visible,
.visit-final a:hover,
.visit-final a:focus-visible,
.visit-proof-band a:hover,
.visit-proof-band a:focus-visible,
.visit-review-grid article:hover,
.visit-trust__grid article:hover {
  transform: translateY(-2px);
}

.visit-hero__proof {
  display: grid;
  max-width: 440px;
  margin-top: 3rem;
  margin-left: 0;
  gap: 0.55rem;
  padding: 1.1rem 0;
  border-top: 1px solid rgba(239, 210, 142, 0.34);
  border-bottom: 1px solid rgba(239, 210, 142, 0.34);
}

.visit-hero__proof span,
.visit-form-promise span,
.visit-pressure span,
.visit-review-grid span {
  color: var(--gold-light);
  font-size: 0.62rem;
  font-weight: 800;
}

.visit-hero__proof strong {
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.05;
}

.visit-hero__proof small {
  color: rgba(255, 255, 255, 0.64);
}

.visit-hero__assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1.25rem;
}

.visit-hero__assurance span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 0.7rem;
  border: 1px solid rgba(239, 210, 142, 0.26);
  color: var(--gold-light);
  background: rgba(7, 7, 6, 0.34);
  font-size: 0.62rem;
  font-weight: 800;
}

.visit-hero__phone {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.visit-hero__phone:hover,
.visit-hero__phone:focus-visible {
  color: #fff;
}

.visit-hero__form {
  width: min(100%, 520px);
  justify-self: end;
}

.visit-form-card {
  padding: clamp(1.1rem, 2.2vw, 1.6rem);
  border: 1px solid rgba(239, 210, 142, 0.28);
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(200, 164, 90, 0.1), transparent 38%),
    var(--paper);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.visit-form-card__top {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.visit-form-card__top span,
.visit-short-form__success span {
  color: #7f601f;
  font-size: 0.62rem;
  font-weight: 800;
}

.visit-form-card__top strong {
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 2.7rem);
  font-weight: 400;
  line-height: 0.96;
}

.visit-form-card__top p {
  max-width: 42ch;
  margin: 0;
  color: var(--muted);
}

.visit-hero .visit-form-card__top p {
  color: var(--muted);
}

.visit-short-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.visit-short-form .field {
  margin-bottom: 0.75rem;
}

.visit-short-form .field input,
.visit-short-form .field select {
  height: 50px;
}

.visit-short-form .form-submit {
  min-height: 52px;
  margin-top: 1rem;
}

.visit-short-form__success {
  display: none;
  gap: 0.8rem;
  padding-top: 0.4rem;
}

.visit-short-form__success strong {
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.visit-short-form__success a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  justify-self: start;
  padding: 0 1rem;
  color: var(--black);
  background: var(--gold);
  font-weight: 800;
}

.visit-short-form.is-complete fieldset {
  display: none;
}

.visit-short-form.is-complete .visit-short-form__success {
  display: grid;
}

.visit-conversion {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.4rem);
  padding: clamp(2.6rem, 4.8vw, 4.25rem) var(--gutter) clamp(3rem, 5.5vw, 4.6rem);
}

.visit-conversion__story {
  display: grid;
  min-width: 0;
  gap: clamp(1.2rem, 2vw, 1.8rem);
}

.visit-conversion__story h2,
.visit-section-heading h2,
.visit-proof-band h2,
.visit-final h2 {
  max-width: 17ch;
  font-size: clamp(2.75rem, 5.4vw, 4.65rem);
  line-height: 1;
  overflow-wrap: break-word;
}

.visit-conversion__story > p,
.visit-section-heading > p:not(.kicker),
.visit-proof-band p,
.visit-final p {
  min-width: 0;
  max-width: 62ch;
  margin: 0;
  color: var(--muted);
  overflow-wrap: break-word;
}

.visit-pressure {
  display: grid;
  min-width: 0;
  margin-top: 0.45rem;
  border-top: 1px solid var(--line-dark);
}

.visit-pressure article {
  display: grid;
  min-width: 0;
  gap: 0.5rem;
  padding: clamp(0.95rem, 1.7vw, 1.2rem) 0;
  border-bottom: 1px solid var(--line-dark);
}

.visit-pressure span,
.visit-review-grid span {
  color: #8f6a20;
}

.visit-pressure strong,
.visit-review-grid strong {
  min-width: 0;
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.05;
  overflow-wrap: break-word;
}

.visit-pressure p,
.visit-review-grid p {
  min-width: 0;
  margin: 0;
  color: var(--muted);
  overflow-wrap: break-word;
}

.visit-form-panel--feature.lead-sheet__panel {
  position: static;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(17, 17, 15, 0.2);
  background:
    linear-gradient(145deg, rgba(200, 164, 90, 0.1), transparent 36%),
    var(--paper);
  box-shadow: 0 24px 70px rgba(32, 26, 15, 0.12);
  transform: none;
}

.visit-form-panel--feature.lead-sheet__panel::before {
  display: none;
}

.visit-form-promise {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}

.visit-form-promise span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 0.75rem;
  border: 1px solid rgba(143, 106, 32, 0.28);
  color: #7f601f;
  background: rgba(255, 255, 255, 0.45);
}

.visit-trust,
.visit-reviews,
.visit-faq {
  padding: clamp(3.4rem, 6vw, 5.4rem) var(--gutter);
}

.visit-trust,
.visit-faq {
  background: var(--ivory);
}

.visit-section-heading {
  margin-bottom: clamp(1.35rem, 2.2vw, 1.9rem);
}

.visit-trust__grid,
.visit-review-grid {
  display: grid;
  gap: 1px;
  background: var(--line-dark);
}

.visit-trust__grid article,
.visit-review-grid article {
  min-width: 0;
  background: var(--paper);
  transition: transform 180ms ease;
}

.visit-trust__grid {
  gap: clamp(0.85rem, 1.45vw, 1.15rem);
  background: transparent;
}

.visit-trust__grid article {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  grid-template-rows: auto 1fr auto;
}

.visit-trust__grid img {
  width: 100%;
  aspect-ratio: 1 / 0.78;
  height: auto;
  object-fit: cover;
}

.visit-trust__grid h3 {
  margin: 1rem clamp(0.95rem, 1.4vw, 1.2rem) 0;
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.15vw, 1.95rem);
  font-weight: 400;
  line-height: 1.05;
}

.visit-trust__grid p {
  margin: 0.7rem clamp(0.95rem, 1.4vw, 1.2rem) 1.15rem;
  color: var(--muted);
}

.visit-reviews {
  color: #fff;
  background:
    linear-gradient(rgba(239, 210, 142, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(239, 210, 142, 0.03) 1px, transparent 1px),
    var(--black);
  background-size: 42px 42px, 42px 42px, auto;
}

.visit-reviews__inner {
  display: grid;
  width: min(100%, var(--visit-max));
  margin: 0 auto;
  gap: clamp(1.5rem, 3vw, 2.6rem);
}

.visit-reviews__intro {
  min-width: 0;
}

.visit-reviews h2 {
  max-width: 12ch;
  margin: 0;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(2.8rem, 5vw, 4.65rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.95;
}

.visit-reviews__copy {
  min-width: 0;
  align-self: end;
}

.visit-reviews__copy p {
  max-width: 58ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.98rem, 1.35vw, 1.1rem);
  line-height: 1.7;
}

.visit-reviews__proof {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(239, 210, 142, 0.16);
  background: rgba(239, 210, 142, 0.16);
}

.visit-reviews__proof article {
  min-width: 0;
  padding: clamp(1.1rem, 2vw, 1.45rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 45%),
    #0c0c0a;
  transition: transform 180ms ease, background 180ms ease;
}

.visit-reviews__proof article:hover,
.visit-reviews__proof article:focus-within {
  background:
    linear-gradient(145deg, rgba(239, 210, 142, 0.08), transparent 45%),
    #0f0f0d;
  transform: translateY(-2px);
}

.visit-reviews__proof span {
  display: block;
  margin-bottom: 1.1rem;
  color: var(--gold-light);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visit-reviews__proof h3 {
  max-width: 19ch;
  margin: 0;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.5vw, 2.15rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.visit-reviews__proof p {
  max-width: 36ch;
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.6;
}

.visit-reviews__cta {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(239, 210, 142, 0.18);
}

.visit-reviews__cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  line-height: 1;
}

.visit-reviews__cta a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0 1rem;
  border: 1px solid rgba(239, 210, 142, 0.44);
  color: var(--black);
  background: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}

.visit-reviews__cta a:hover,
.visit-reviews__cta a:focus-visible {
  background: var(--gold-light);
  transform: translateY(-2px);
}

.visit-proof-band {
  display: grid;
  gap: 2rem;
  align-items: center;
  padding: clamp(4.5rem, 8vw, 7rem) var(--gutter);
}

.visit-proof-band figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line-dark);
}

.visit-proof-band img {
  height: 100%;
  object-fit: cover;
}

.visit-proof-band a {
  margin-top: 1.6rem;
}

.visit-faq__list {
  display: grid;
  max-width: var(--visit-max);
  margin: 0 auto;
  border-top: 1px solid var(--line-dark);
}

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

.visit-faq summary {
  min-height: 64px;
  padding: 1.1rem 0;
  cursor: pointer;
  font-family: var(--display);
  font-size: 1.7rem;
  line-height: 1.05;
}

.visit-faq details p {
  max-width: 68ch;
  margin: 0 0 1.2rem;
  color: var(--muted);
}

.visit-final {
  position: relative;
  display: grid;
  min-height: 620px;
  align-items: center;
  padding: 5rem var(--gutter);
  overflow: hidden;
  color: #fff;
  background: var(--black);
  isolation: isolate;
}

.visit-final > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  height: 100%;
  object-fit: cover;
  opacity: 0.46;
}

.visit-final::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 7, 6, 0.34), rgba(7, 7, 6, 0.88)),
    linear-gradient(90deg, rgba(7, 7, 6, 0.84), rgba(7, 7, 6, 0.1));
  content: "";
}

.visit-final h2 {
  color: #fff;
}

.visit-final p {
  color: rgba(255, 255, 255, 0.72);
}

.visit-final a {
  margin-top: 1.7rem;
}

.visit-form-section {
  padding: 5rem var(--gutter);
  background: var(--ivory);
}

.visit-form-layout {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  gap: 2rem;
}

.visit-form-intro h2 {
  max-width: 12ch;
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: clamp(3rem, 9vw, 5.8rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.visit-form-intro p {
  max-width: 54ch;
  margin: 0;
  color: var(--muted);
}

.visit-form-panel.lead-sheet__panel {
  position: static;
  max-height: none;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid var(--line-dark);
  overflow: visible;
  transform: none;
}

.visit-form-panel.lead-sheet__panel::before {
  display: none;
}

.visit-form-panel .sheet-close {
  display: none;
}

.form-complete a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  padding: 0 1rem;
  color: var(--black);
  background: var(--gold);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-convert {
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  height: calc(68px + var(--safe-bottom));
  padding-bottom: var(--safe-bottom);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  background: var(--black);
  grid-template-columns: 0.75fr 1.25fr;
}

body.has-overlay .mobile-convert {
  display: none;
}

.mobile-convert > a {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.mobile-convert > a span {
  color: var(--gold-light);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-convert > a small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.51rem;
}

.mobile-convert > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  border: 0;
  color: var(--black);
  background: var(--gold);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mobile-convert i {
  font-size: 1rem;
  font-style: normal;
}

.lead-sheet {
  position: fixed;
  z-index: 300;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 420ms, opacity 320ms ease;
}

.lead-sheet.is-open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.sheet-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(0, 0, 0, 0.66);
  backdrop-filter: blur(8px);
}

.lead-sheet__panel {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: min(91svh, 820px);
  padding: 1.25rem var(--gutter) calc(1.4rem + var(--safe-bottom));
  overflow-y: auto;
  overscroll-behavior: contain;
  color: var(--black);
  background: var(--paper);
  transform: translateY(102%);
  transition: transform 480ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.lead-sheet.is-open .lead-sheet__panel {
  transform: translateY(0);
}

.lead-sheet__panel::before {
  display: block;
  width: 42px;
  height: 3px;
  margin: 0 auto 1.3rem;
  border-radius: 3px;
  background: #ccc5b8;
  content: "";
}

.lead-sheet__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.lead-sheet__top > div {
  display: flex;
  flex-direction: column;
}

.lead-sheet__top span {
  color: #886720;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lead-sheet__top strong {
  margin-top: 0.25rem;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.sheet-close {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  background: transparent;
  font-family: var(--display);
  font-size: 1.7rem;
}

.lead-progress {
  position: relative;
  display: grid;
  margin: 1.5rem 0 2rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
}

.lead-progress[hidden] {
  display: none !important;
}

.lead-progress > span {
  height: 2px;
  background: #d6d0c5;
}

.lead-progress > span.is-active {
  background: #8c6926;
}

.lead-progress small {
  position: absolute;
  top: 0.55rem;
  right: 0;
  color: var(--muted);
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-step {
  display: none;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.form-step.is-active {
  display: block;
  animation: step-in 380ms ease;
}

@keyframes step-in {
  from {
    opacity: 0;
    transform: translateX(14px);
  }
}

.form-step legend {
  max-width: 310px;
  padding: 0;
  font-family: var(--display);
  font-size: 2.05rem;
  line-height: 1;
}

.form-step > p {
  max-width: 420px;
  margin: 0.8rem 0 1.4rem;
  color: var(--muted);
  font-size: 0.72rem;
}

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

.project-options label {
  position: relative;
  display: grid;
  min-height: 60px;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid var(--line-dark);
  grid-template-columns: 1fr auto;
}

.project-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.project-options label > span {
  font-family: var(--display);
  font-size: 1.15rem;
}

.project-options label > i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  color: var(--muted);
  font-size: 0.5rem;
  font-style: normal;
}

.project-options input:checked ~ span {
  color: #8d6823;
}

.project-options input:checked ~ i {
  border-color: var(--gold);
  color: var(--black);
  background: var(--gold);
}

.project-options input:focus-visible ~ i {
  outline: 2px solid #8d6823;
  outline-offset: 3px;
}

.step-next,
.form-submit {
  display: flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.4rem;
  padding: 0 1rem;
  border: 0;
  color: var(--black);
  background: var(--gold);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.field {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 1rem;
  flex-direction: column;
}

.field > span {
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.field small {
  color: var(--muted);
  font-weight: 400;
}

.field input,
.field select {
  width: 100%;
  height: 56px;
  padding: 0 0.9rem;
  border: 1px solid #d2ccc0;
  border-radius: 0;
  color: var(--black);
  background: #fff;
  font-size: 16px;
  outline: 0;
}

.field input:focus,
.field select:focus {
  border-color: #98742c;
  box-shadow: 0 0 0 2px rgba(200, 164, 90, 0.2);
}

.step-actions {
  display: grid;
  align-items: center;
  margin-top: 1.3rem;
  grid-template-columns: auto 1fr;
  gap: 1rem;
}

.step-actions .step-next,
.step-actions .form-submit {
  margin: 0;
}

.step-back {
  min-height: 48px;
  padding: 0;
  border: 0;
  color: var(--muted);
  background: transparent;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.privacy-note {
  display: block;
  margin-top: 0.8rem;
  color: var(--muted);
  font-size: 0.55rem;
  text-align: center;
}

.form-complete {
  display: none;
  min-height: 430px;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.form-complete.is-visible {
  display: flex;
  animation: step-in 420ms ease;
}

.form-complete > span {
  display: grid;
  width: 66px;
  height: 66px;
  margin-bottom: 1.5rem;
  place-items: center;
  border-radius: 50%;
  color: var(--black);
  background: var(--gold);
  font-size: 1.4rem;
}

.form-complete p {
  margin: 0;
  color: #85651f;
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.form-complete strong {
  max-width: 300px;
  margin: 0.5rem 0 1rem;
  font-family: var(--display);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 0.95;
}

.form-complete small {
  max-width: 300px;
  color: var(--muted);
}

.form-complete button {
  min-height: 48px;
  margin-top: 2rem;
  padding: 0 1rem;
  border: 1px solid var(--line-dark);
  background: transparent;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reel-modal {
  position: fixed;
  z-index: 350;
  inset: 0;
  display: grid;
  visibility: hidden;
  place-items: center;
  padding: 1rem;
  color: #fff;
  background: rgba(5, 5, 4, 0.78);
  opacity: 0;
  transition: visibility 0s linear 420ms, opacity 350ms ease;
}

.reel-modal.is-open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.reel-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: transparent;
  backdrop-filter: blur(10px);
}

.reel-modal__panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1180px, 100%);
  max-height: min(88dvh, 820px);
  overflow: hidden;
  border: 1px solid rgba(239, 210, 142, 0.22);
  background: #0b0b0a;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.48);
}

.reel-modal__close {
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  font-family: var(--display);
  font-size: 1.8rem;
}

.reel-modal__header {
  display: grid;
  gap: 1.3rem;
  padding: 1.25rem 5.1rem 1.25rem 1.25rem;
  border-bottom: 1px solid rgba(239, 210, 142, 0.18);
}

.reel-modal__header span {
  color: var(--gold-light);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.reel-modal__header h2 {
  max-width: 10ch;
  margin: 0.35rem 0 0;
  font-family: var(--display);
  font-size: clamp(2.6rem, 8vw, 5.1rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.reel-modal__body {
  min-height: 360px;
  overflow: hidden;
}

.reel-modal__loading {
  margin: 0;
  padding: 2rem 1.25rem;
  color: rgba(255, 255, 255, 0.62);
}

.reel-slider,
.reel-slider__frame {
  height: 100%;
  min-height: inherit;
}

.reel-slider__frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #11110f;
}

.reel-slider__frame img {
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 460ms ease, transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reel-slider__frame img.is-loaded {
  opacity: 1;
  transform: scale(1);
}

.reel-slider__wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), transparent 45%, rgba(0, 0, 0, 0.78)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 52%);
  pointer-events: none;
}

.reel-slider__caption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: grid;
  gap: 0.45rem;
  max-width: 520px;
}

.reel-slider__caption span {
  color: var(--gold-light);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.reel-slider__caption strong {
  color: #fff;
  font-family: var(--display);
  font-size: clamp(2.5rem, 10vw, 5.2rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.reel-slider__controls {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  gap: 0.5rem;
}

.reel-slider__control {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1;
}

.reel-slider__progress {
  position: absolute;
  top: 1rem;
  right: 5.5rem;
  left: 1rem;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.22);
}

.reel-slider__progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--gold-light);
  transform: scaleX(0);
  transform-origin: left;
  animation: reel-progress 20s linear forwards;
}

@keyframes reel-progress {
  to {
    transform: scaleX(1);
  }
}

body.wardrobe-page {
  background: var(--black);
}

.wardrobe-page .site-header {
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

.fw-hero {
  --hero-scroll: 0;
  position: relative;
  display: grid;
  min-height: 100svh;
  padding-top: 0;
  overflow: hidden;
  color: #fff;
  background: var(--black);
  isolation: isolate;
}

.fw-hero__image {
  position: relative;
  grid-area: 1 / 1;
  min-height: 100svh;
  height: 100svh;
  overflow: hidden;
  order: 1;
}

.fw-hero__image::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 4, 0.12), transparent 46%, rgba(5, 5, 4, 0.34) 100%);
  content: "";
}

.fw-hero__image img,
.fw-story img,
.fw-case img,
.fw-design-gallery img,
.fw-styles img,
.fw-storage img,
.fw-finishes img,
.fw-process img,
.fw-lead img,
.fw-final img,
.fw-tile img {
  height: 100%;
  object-fit: cover;
}

.fw-hero__image img {
  transform: scale(calc(1.02 + (var(--hero-scroll) * 0.035))) translateY(calc(var(--hero-scroll) * 18px));
  transition: transform 80ms linear;
}

.fw-hero__panel {
  position: relative;
  z-index: 2;
  display: none;
  align-content: start;
  gap: 1rem;
  order: 1;
  padding: 1.65rem var(--gutter) 2rem;
  background:
    radial-gradient(circle at 84% 0, rgba(200, 164, 90, 0.12), transparent 18rem),
    var(--black);
}

.fw-hero__scroll-indicator {
  position: absolute;
  z-index: 4;
  bottom: calc(3.45rem + var(--safe-bottom));
  left: 50%;
  display: grid;
  width: 72px;
  min-height: 82px;
  place-items: center;
  color: #fff;
  transform: translateX(-50%);
}

.fw-hero__scroll-indicator span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fw-hero__scroll-indicator i {
  position: relative;
  display: block;
  width: 32px;
  height: 56px;
  border: 3px solid rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  background: rgba(8, 8, 7, 0.16);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.14),
    0 18px 46px rgba(0, 0, 0, 0.22);
}

.fw-hero__scroll-indicator i::after {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  content: "";
  transform: translateX(-50%);
  animation: fw-mobile-scroll-dot 1.55s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

@keyframes fw-mobile-scroll-dot {
  0% {
    opacity: 0;
    transform: translate(-50%, -2px);
  }

  28% {
    opacity: 1;
  }

  72% {
    opacity: 1;
    transform: translate(-50%, 20px);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, 28px);
  }
}

.fw-hero h1,
.fw-section-heading h2,
.fw-story h2,
.fw-case h2,
.fw-lead h2,
.fw-areas h2,
.fw-final h2,
.fw-finishes h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.047em;
  line-height: 0.9;
}

.fw-hero h1 {
  max-width: 680px;
  font-size: clamp(3rem, 12.6vw, 5.05rem);
  line-height: 0.92;
}

.fw-hero h1 em,
.fw-section-heading h2 em,
.fw-story h2 em,
.fw-case h2 em,
.fw-lead h2 em,
.fw-final h2 em {
  color: var(--gold-light);
  font-style: italic;
  font-weight: 400;
}

.fw-hero__panel > p:not(.kicker),
.fw-section-heading > p,
.fw-story__content > p,
.fw-lead__copy > p,
.fw-areas > p,
.fw-final p,
.fw-finishes p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}

.fw-hero__panel > p:not(.kicker) {
  max-width: 46ch;
  font-size: 0.92rem;
  line-height: 1.62;
}

.fw-hero__leadbar {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.fw-hero__leadbar span {
  min-height: 38px;
  align-content: center;
  padding: 0 0.75rem;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fw-hero__context {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.2rem;
}

.fw-hero__context span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.52rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fw-hero__actions,
.fw-final div div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.fw-hero__actions {
  display: grid;
  grid-template-columns: 1fr;
}

.fw-hero__actions button,
.fw-hero__actions a,
.fw-inline-cta button,
.fw-story__content button,
.fw-case__card button,
.fw-style-feature button,
.fw-finishes__actions button,
.fw-finishes__actions a,
.fw-lead__copy button,
.fw-areas button,
.fw-final button,
.fw-final a {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  background: transparent;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.fw-hero__actions button,
.fw-hero__actions a {
  min-height: 58px;
}

.fw-hero__actions a:hover,
.fw-final a:hover {
  border-color: rgba(239, 210, 142, 0.58);
  color: var(--gold-light);
}

.fw-hero__secondary {
  justify-self: start;
  min-height: 44px;
  align-content: center;
  color: rgba(239, 210, 142, 0.82);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fw-hero__actions button,
.fw-inline-cta button,
.fw-story__content button,
.fw-case__card button,
.fw-style-feature button,
.fw-finishes__sample-btn,
.fw-lead__copy button,
.fw-areas button,
.fw-final button {
  border: 0;
  color: var(--black);
  background: var(--gold);
}

.fw-hero__actions button {
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 55px rgba(200, 164, 90, 0.18);
}

.fw-hero__actions button::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  content: "";
  transform: translateX(-115%);
}

.wardrobe-page.is-ready .fw-hero__actions button::after {
  animation: fw-cta-sheen 1.2s ease 920ms both;
}

@keyframes fw-cta-sheen {
  to {
    transform: translateX(115%);
  }
}

.fw-hero__actions button:active,
.fw-hero__actions a:active,
.fw-inline-cta button:active,
.fw-story__content button:active,
.fw-case__card button:active,
.fw-style-feature button:active,
.fw-finishes__actions button:active,
.fw-finishes__actions a:active,
.fw-lead__copy button:active,
.fw-areas button:active,
.fw-final button:active,
.fw-final a:active {
  transform: translateY(1px);
}

.fw-hero__trust,
.fw-proof {
  display: grid;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.fw-hero__trust {
  margin-top: 0.2rem;
}

.fw-hero__trust span,
.fw-proof span {
  min-height: 48px;
  align-content: center;
  border-bottom: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.55rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.fw-hero__trust span:last-child,
.fw-proof span:last-child {
  border-bottom: 0;
}

.fw-hero__detail {
  position: relative;
  margin: 0;
  border: 1px solid var(--line-light);
  background: #12120f;
  display: none;
}

.fw-hero__detail img {
  aspect-ratio: 1.18;
  object-fit: cover;
}

.fw-hero__detail figcaption {
  padding: 0.9rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.68rem;
}

.wardrobe-page .fw-hero__panel > *,
.wardrobe-page .fw-hero__image,
.wardrobe-page .fw-hero__detail {
  opacity: 0;
  transform: translateY(18px);
}

.wardrobe-page.is-ready .fw-hero__panel > *,
.wardrobe-page.is-ready .fw-hero__image,
.wardrobe-page.is-ready .fw-hero__detail {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 700ms ease,
    transform 820ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.wardrobe-page.is-ready .fw-hero__panel > :nth-child(1) {
  transition-delay: 80ms;
}

.wardrobe-page.is-ready .fw-hero__panel > :nth-child(2) {
  transition-delay: 150ms;
}

.wardrobe-page.is-ready .fw-hero__panel > :nth-child(3) {
  transition-delay: 220ms;
}

.wardrobe-page.is-ready .fw-hero__panel > :nth-child(4) {
  transition-delay: 290ms;
}

.wardrobe-page.is-ready .fw-hero__panel > :nth-child(5),
.wardrobe-page.is-ready .fw-hero__panel > :nth-child(6) {
  transition-delay: 360ms;
}

.wardrobe-page.is-ready .fw-hero__image {
  transition-delay: 120ms;
}

.fw-design-gallery {
  position: relative;
  padding: 4.75rem var(--gutter) 5.5rem;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 8% 8%, rgba(200, 164, 90, 0.16), transparent 24rem),
    linear-gradient(180deg, #050504 0%, #0b0b0a 48%, #070706 100%);
}

.fw-design-gallery::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px);
  background-size: 25% 100%, 100% 18rem;
  content: "";
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), transparent 76%);
}

.fw-design-gallery__intro {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 980px;
  margin-bottom: clamp(2.2rem, 4vw, 3.8rem);
  gap: 1rem;
}

.fw-design-gallery__intro h2 {
  max-width: 820px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 10.5vw, 5.15rem);
  font-weight: 400;
  letter-spacing: -0.047em;
  line-height: 0.9;
}

.fw-design-gallery__intro > p:not(.kicker) {
  max-width: 58ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
}

.fw-design-gallery__actions {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.35rem;
}

.fw-design-gallery__actions button,
.fw-design-gallery__actions a,
.fw-design-card button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  background: transparent;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.fw-design-gallery__actions button {
  border-color: transparent;
  color: var(--black);
  background: var(--gold);
}

.fw-design-gallery__actions a:hover,
.fw-design-gallery__actions a:focus-visible,
.fw-design-card button:hover,
.fw-design-card button:focus-visible {
  border-color: rgba(239, 210, 142, 0.65);
  color: var(--gold-light);
  background: rgba(239, 210, 142, 0.06);
}

.fw-design-gallery__actions button:hover,
.fw-design-gallery__actions button:focus-visible {
  color: var(--black);
  background: var(--gold-light);
}

.fw-design-gallery__actions button:active,
.fw-design-gallery__actions a:active,
.fw-design-card button:active {
  transform: translateY(1px);
}

.fw-gallery-swipe-hint {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fw-gallery-swipe-hint::after {
  display: block;
  width: 42px;
  height: 1px;
  background: var(--gold-light);
  content: "";
}

.fw-design-gallery__grid {
  position: relative;
  z-index: 1;
  display: flex;
  margin-inline: calc(var(--gutter) * -1);
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  padding-inline: var(--gutter);
  padding-bottom: 0.85rem;
  overflow-x: auto;
  overflow-y: hidden;
  gap: clamp(0.85rem, 1.3vw, 1.25rem);
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-padding-inline: var(--gutter);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  mask-image: linear-gradient(90deg, transparent 0, #000 var(--gutter), #000 calc(100% - var(--gutter)), transparent 100%);
}

.fw-design-gallery__grid::-webkit-scrollbar,
.fw-finish-strip::-webkit-scrollbar {
  display: none;
}

.fw-design-card {
  position: relative;
  display: grid;
  flex: 0 0 min(82vw, 380px);
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #15130f;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.fw-design-card--feature {
  flex-basis: min(88vw, 430px);
  min-height: 430px;
}

.fw-design-card[data-reveal] {
  transition-delay: var(--gallery-delay, 0ms);
}

.fw-design-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 44%, rgba(0, 0, 0, 0.18) 64%, rgba(0, 0, 0, 0.82) 100%),
    linear-gradient(110deg, rgba(0, 0, 0, 0.18), transparent 42%);
  content: "";
}

.fw-design-card img {
  grid-area: 1 / 1;
  min-height: 360px;
  filter: saturate(0.96) contrast(1.03);
  transform: scale(1.01);
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 320ms ease;
}

.fw-design-card figcaption {
  position: relative;
  z-index: 2;
  grid-area: 1 / 1;
  display: grid;
  align-content: end;
  gap: 0.5rem;
  padding: clamp(1rem, 1.8vw, 1.45rem);
}

.fw-design-card span {
  color: var(--gold-light);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.fw-design-card h3 {
  max-width: 11ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.85rem, 7vw, 2.75rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.92;
}

.fw-design-card p {
  max-width: 32ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.74rem;
  line-height: 1.55;
}

.fw-design-card button {
  width: max-content;
  max-width: 100%;
  min-height: 44px;
  margin-top: 0.28rem;
  background: rgba(8, 8, 7, 0.42);
  backdrop-filter: blur(10px);
}

.fw-design-card:hover img,
.fw-design-card:focus-within img {
  filter: saturate(1.02) contrast(1.08);
  transform: scale(1.055);
}

.fw-design-gallery__finishes {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
  padding-top: clamp(1.25rem, 3vw, 2.25rem);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.fw-design-gallery__finish-copy {
  display: grid;
  gap: 0.7rem;
}

.fw-design-gallery__finish-copy h3 {
  max-width: 620px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.25rem, 9vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.fw-design-gallery__finish-copy p:not(.kicker) {
  max-width: 56ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}

.fw-finish-strip {
  display: flex;
  margin-inline: calc(var(--gutter) * -1);
  padding-inline: var(--gutter);
  padding-bottom: 0.85rem;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 0.85rem;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-padding-inline: var(--gutter);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  mask-image: linear-gradient(90deg, transparent 0, #000 var(--gutter), #000 calc(100% - var(--gutter)), transparent 100%);
}

.fw-finish-card {
  position: relative;
  display: grid;
  flex: 0 0 min(70vw, 300px);
  min-height: 250px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #15130f;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.fw-finish-card--wide {
  flex-basis: min(78vw, 340px);
}

.fw-finish-card::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.76));
  content: "";
}

.fw-finish-card img {
  grid-area: 1 / 1;
  min-height: 250px;
  filter: saturate(0.94) contrast(1.02);
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 220ms ease;
}

.fw-finish-card figcaption {
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
}

.fw-finish-card span {
  color: var(--gold-light);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.fw-finish-card strong {
  max-width: 10ch;
  font-family: var(--display);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 0.95;
  text-align: right;
}

.fw-finish-card:hover img,
.fw-finish-card:focus-within img {
  filter: saturate(1) contrast(1.06);
  transform: scale(1.04);
}

.fw-proof {
  padding: 0 var(--gutter);
  color: #fff;
  background: #070706;
}

.fw-gallery-section,
.fw-styles,
.fw-process,
.fw-areas,
.fw-faq {
  padding: 6rem var(--gutter);
  color: var(--black);
  background: var(--paper);
}

.fw-gallery-section .kicker,
.fw-styles .kicker,
.fw-process .kicker,
.fw-areas .kicker,
.fw-faq .kicker {
  color: #795b21;
}

.fw-section-heading {
  display: grid;
  max-width: 900px;
  margin-bottom: 2.5rem;
  gap: 1rem;
}

.fw-section-heading h2,
.fw-story h2,
.fw-case h2,
.fw-lead h2,
.fw-areas h2,
.fw-final h2,
.fw-finishes h2 {
  font-size: clamp(3rem, 12vw, 5rem);
}

.fw-section-heading > p {
  color: var(--muted);
}

.fw-masonry {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.fw-tile {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  color: #fff;
  background: #171714;
}

.fw-tile::after {
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.78));
  content: "";
}

.fw-tile figcaption {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  opacity: 0.96;
}

.fw-tile figcaption span {
  font-family: var(--display);
  font-size: 1.45rem;
}

.fw-tile figcaption small {
  max-width: 120px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.5rem;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.fw-inline-cta {
  display: grid;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem 0 0;
  border-top: 1px solid var(--line-dark);
}

.fw-inline-cta p {
  margin: 0;
  font-family: var(--display);
  font-size: 1.7rem;
  line-height: 1;
}

.fw-story {
  position: relative;
  display: grid;
  padding: 6rem var(--gutter);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 20%, rgba(200, 164, 90, 0.14), transparent 22rem),
    #080807;
  gap: 1rem;
}

.fw-story__image,
.fw-story__detail {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #161512;
}

.fw-story__image {
  min-height: 440px;
}

.fw-story__content {
  display: grid;
  align-content: center;
  gap: 1.2rem;
  padding: 1rem 0;
}

.fw-story__content h2 {
  max-width: 760px;
}

.fw-story__content ul,
.fw-case__card ul,
.fw-lead__copy ul {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fw-story__content li,
.fw-case__card li,
.fw-lead__copy li {
  position: relative;
  padding-left: 1.1rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
}

.fw-story__content li::before,
.fw-case__card li::before,
.fw-lead__copy li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold-light);
  content: "";
}

.fw-story__detail {
  min-height: 220px;
}

.fw-story__content button {
  width: 100%;
}

.fw-case {
  display: grid;
  padding: 6rem var(--gutter);
  color: #fff;
  background: var(--black);
  gap: 1rem;
}

.fw-case__visual {
  position: relative;
  min-height: 440px;
  overflow: hidden;
}

.fw-case__label {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: grid;
  gap: 0.25rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  background: rgba(8, 8, 7, 0.66);
  backdrop-filter: blur(12px);
}

.fw-case__label span {
  color: var(--gold-light);
  font-size: 0.52rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fw-case__label strong {
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1;
}

.fw-case__card {
  display: grid;
  align-content: center;
  gap: 1.15rem;
  padding: 1.4rem;
  border: 1px solid var(--line-light);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent),
    #10100e;
}

.fw-case__card > p:not(.kicker) {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}

.fw-case__card dl {
  display: grid;
  margin: 0;
  border-top: 1px solid var(--line-light);
}

.fw-case__card dl div {
  display: grid;
  gap: 0.35rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line-light);
}

.fw-case__card dt {
  color: var(--gold-light);
  font-size: 0.52rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fw-case__card dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
}

.fw-case__strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.fw-case__strip figure {
  display: grid;
  margin: 0;
  overflow: hidden;
  background: #111;
}

.fw-case__strip img {
  min-height: 260px;
}

.fw-case__strip figcaption {
  padding: 0.85rem 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
}

.fw-style-grid {
  display: grid;
  gap: clamp(0.85rem, 1.35vw, 1.2rem);
}

.fw-style-grid article {
  position: relative;
  display: grid;
  grid-template-rows: minmax(250px, auto) auto;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 42%),
    var(--black);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.fw-style-grid article > img {
  min-height: 0;
  aspect-ratio: 1.12;
  opacity: 0.86;
}

.fw-style-grid article > div {
  display: grid;
  gap: 0.62rem;
  padding: clamp(1rem, 1.8vw, 1.45rem);
  align-content: start;
}

.fw-style-grid span {
  color: var(--gold-light);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.fw-style-grid h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.75rem, 2.2vw, 2.45rem);
  font-weight: 400;
  line-height: 0.95;
}

.fw-style-grid p {
  margin: 0;
  max-width: 44ch;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  line-height: 1.55;
}

.fw-style-grid button {
  min-height: 44px;
  width: max-content;
  max-width: 100%;
  margin-top: 0.22rem;
  padding: 0 0.95rem;
  border: 1px solid rgba(239, 210, 142, 0.28);
  color: var(--gold-light);
  background: rgba(239, 210, 142, 0.04);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.fw-style-grid button:hover,
.fw-style-grid button:focus-visible {
  border-color: rgba(239, 210, 142, 0.7);
  color: #fff;
  background: rgba(239, 210, 142, 0.11);
}

.fw-style-grid button:active {
  transform: translateY(1px);
}

.fw-style-feature {
  border-color: rgba(200, 164, 90, 0.22);
}

.fw-style-feature > img {
  aspect-ratio: 0.75;
}

.fw-style-feature div {
  align-content: end;
  gap: 0.78rem;
}

.fw-style-feature h3 {
  font-size: clamp(2rem, 2.7vw, 3rem);
}

.fw-style-feature button {
  min-height: 50px;
  width: 100%;
  margin-top: 0.35rem;
  color: var(--black);
  background: var(--gold);
  border-color: transparent;
}

.fw-style-card {
  min-height: 0;
}

.fw-storage {
  padding: 6rem var(--gutter);
  color: #fff;
  background: #070706;
}

.fw-storage .fw-section-heading > p {
  color: rgba(255, 255, 255, 0.58);
}

.fw-storage__layout {
  display: grid;
  gap: 1rem;
}

.fw-storage__layout figure {
  min-height: 480px;
  margin: 0;
  overflow: hidden;
}

.fw-storage__features {
  display: grid;
  border-top: 1px solid var(--line-light);
}

.fw-storage__features button {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  text-align: left;
}

.fw-storage__features button::after {
  color: var(--gold-light);
  content: "Add to enquiry";
  font-size: 0.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fw-finishes {
  display: grid;
  padding: 6rem var(--gutter) calc(7.5rem + var(--safe-bottom));
  color: #fff;
  background: var(--black);
  gap: 1rem;
}

.fw-finishes > div:first-child {
  display: grid;
  align-content: center;
  gap: 1.2rem;
  padding-bottom: 1rem;
}

.fw-finishes__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.fw-finishes__brochure {
  background: transparent;
  color: var(--gold-light);
}

.fw-finishes__brochure:hover,
.fw-finishes__brochure:focus-visible {
  border-color: rgba(239, 210, 142, 0.58);
  background: rgba(239, 210, 142, 0.08);
  color: #fff;
}

.fw-finishes__preview {
  position: relative;
  aspect-ratio: 1 / 1;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #10100e;
}

.fw-finishes__preview img {
  position: absolute;
  inset: 0;
  width: 100%;
  will-change: opacity, transform;
}

.fw-finishes__preview img[data-fw-finish-image] {
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 380ms ease,
    transform 380ms ease;
}

.fw-finishes__preview.is-switching img[data-fw-finish-image] {
  opacity: 1;
  transform: scale(1);
}

.fw-finishes__preview img.is-incoming {
  z-index: 2;
}

.fw-finishes__preview img.is-incoming {
  opacity: 0;
  transform: scale(1.025);
  transition:
    opacity 380ms ease,
    transform 380ms ease;
}

.fw-finishes__preview img.is-incoming.is-visible {
  opacity: 1;
  transform: scale(1);
}

.fw-swatch-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-light);
}

.fw-swatch {
  position: relative;
  display: flex;
  min-height: 76px;
  align-items: end;
  justify-content: start;
  padding: 0.75rem;
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.68);
  background: #10100e;
  box-shadow: inset 0 0 0 0 rgba(170, 132, 70, 0);
  cursor: pointer;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.fw-swatch::before {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: var(--swatch);
  content: "";
}

.fw-swatch:hover,
.fw-swatch:focus-visible {
  color: #fff;
  border-color: rgba(239, 210, 142, 0.48);
}

.fw-swatch:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: -4px;
}

.fw-swatch.is-active,
.fw-swatch[aria-pressed="true"] {
  color: #fff;
  border-color: var(--gold);
  box-shadow: inset 0 0 0 1px rgba(170, 132, 70, 0.84);
}

.fw-swatch__label {
  display: block;
  padding-top: 2.2rem;
}

.fw-process__steps {
  display: grid;
  gap: 1rem;
}

.fw-process__steps article {
  display: grid;
  gap: 0.9rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--line-dark);
}

.fw-process__steps img {
  aspect-ratio: 1.35;
}

.fw-process__steps span {
  color: #8e6a27;
  font-size: 0.55rem;
  letter-spacing: 0.12em;
}

.fw-process__steps h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 400;
}

.fw-process__steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.process-scroll {
  --process-progress: 0%;
  position: relative;
  overflow: visible;
  padding: clamp(5rem, 18vw, 7rem) var(--gutter);
  color: var(--ivory);
  background:
    radial-gradient(circle at 78% 12%, rgba(200, 164, 90, 0.15), transparent 24rem),
    radial-gradient(circle at 10% 84%, rgba(239, 210, 142, 0.08), transparent 28rem),
    #060605;
  isolation: isolate;
  scroll-margin-top: 72px;
}

.process-scroll::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 7.5rem 7.5rem;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), transparent 74%);
  content: "";
}

.process-scroll .kicker {
  color: var(--gold-light);
}

.process-scroll__sticky {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
}

.process-scroll__pin {
  position: relative;
  display: grid;
}

.process-scroll__header {
  display: grid;
  max-width: 760px;
  gap: 0.85rem;
  margin-bottom: clamp(2rem, 8vw, 3.5rem);
}

.process-scroll__header h2 {
  max-width: 11ch;
  margin: 0;
  color: #fffaf0;
  font-family: var(--display);
  font-size: clamp(3.5rem, 14vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.process-scroll__header p:not(.kicker) {
  max-width: 58ch;
  margin: 0;
  color: rgba(241, 238, 230, 0.64);
}

.process-scroll__stage,
.process-scroll__sentinels {
  display: none;
}

.process-scroll__mobile {
  --process-mobile-ratio: 0;
  position: relative;
  display: grid;
  width: 100%;
  gap: 0.95rem;
  overflow: hidden;
}

.process-mobile-slider__track {
  display: grid;
  grid-auto-columns: 100%;
  grid-auto-flow: column;
  gap: 0.85rem;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0.05rem 0 0.2rem;
  scroll-behavior: smooth;
  scroll-padding-inline: 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.process-mobile-slider__track::-webkit-scrollbar {
  display: none;
}

.process-mobile-slider__card {
  display: grid;
  min-height: clamp(520px, 74dvh, 640px);
  align-content: start;
  gap: 0.85rem;
  padding: 0.92rem;
  border: 1px solid rgba(239, 210, 142, 0.16);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 44%),
    rgba(255, 255, 255, 0.028);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.2);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.process-mobile-slider__card[aria-current="step"] {
  border-color: rgba(239, 210, 142, 0.34);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), transparent 44%),
    rgba(255, 255, 255, 0.035);
}

.process-scroll__mobile img {
  aspect-ratio: 1.32;
  height: auto;
  object-fit: cover;
  background: #15130f;
}

.process-scroll__mobile span {
  width: max-content;
  padding-top: 0.2rem;
  border-top: 1px solid rgba(239, 210, 142, 0.46);
  color: var(--gold-light);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.process-scroll__mobile h3 {
  margin: 0;
  color: #fffaf0;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.04;
}

.process-scroll__mobile p {
  max-width: 52ch;
  margin: 0;
  color: rgba(241, 238, 230, 0.66);
  font-size: 0.88rem;
  line-height: 1.62;
}

.process-mobile-slider__progress {
  position: relative;
  display: flex;
  min-height: 44px;
  align-items: center;
  margin-top: 0.1rem;
  touch-action: none;
}

.process-mobile-slider__progress::before,
.process-mobile-slider__progress::after {
  position: absolute;
  right: 0;
  left: 0;
  height: 2px;
  background: rgba(241, 238, 230, 0.16);
  content: "";
}

.process-mobile-slider__progress::after {
  background: var(--gold-light);
  box-shadow: 0 0 20px rgba(239, 210, 142, 0.34);
  transform: scaleX(var(--process-mobile-ratio));
  transform-origin: left center;
}

.process-mobile-slider__thumb {
  position: absolute;
  left: calc((100% - 64px) * var(--process-mobile-ratio));
  z-index: 1;
  display: block;
  width: 64px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(239, 210, 142, 0.48);
  background:
    linear-gradient(90deg, transparent 0 17px, rgba(17, 17, 15, 0.44) 17px 19px, transparent 19px 23px, rgba(17, 17, 15, 0.5) 23px 25px, transparent 25px 29px, rgba(17, 17, 15, 0.44) 29px 31px, transparent 31px),
    linear-gradient(180deg, rgba(255, 242, 189, 0.96), rgba(200, 164, 90, 0.94)),
    var(--gold-light);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
  cursor: grab;
}

.process-mobile-slider__progress.is-dragging {
  cursor: grabbing;
}

.process-mobile-slider__track:focus-visible,
.process-mobile-slider__card:focus-visible,
.process-mobile-slider__thumb:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

.process-mobile-slider__card button,
.process-scroll__step button {
  min-height: 52px;
  width: max-content;
  max-width: 100%;
  margin-top: 0.4rem;
  padding: 0 1.1rem;
  border: 1px solid transparent;
  color: #11110f;
  background: var(--gold-light);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.process-mobile-slider__card button:hover,
.process-mobile-slider__card button:focus-visible,
.process-scroll__step button:hover,
.process-scroll__step button:focus-visible {
  background: #fff2bd;
  border-color: rgba(255, 255, 255, 0.3);
}

.process-mobile-slider__card button:active,
.process-scroll__step button:active {
  transform: translateY(1px);
}

@media (max-width: 380px) {
  .process-mobile-slider__card {
    min-height: 413px;
    padding: 0.82rem;
  }

  .process-scroll__mobile h3 {
    font-size: 1.78rem;
  }

  .process-scroll__mobile p {
    font-size: 0.84rem;
    line-height: 1.56;
  }
}

@media (min-width: 420px) and (max-width: 899px) {
  .process-scroll__mobile h3 {
    font-size: 2.12rem;
  }
}

@media (max-width: 899px) {
  .process-scroll {
    overflow: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-mobile-slider__track {
    scroll-behavior: auto;
  }

  .process-mobile-slider__progress::after,
  .process-mobile-slider__thumb {
    transition: none;
  }
}

.fw-testimonial {
  display: grid;
  padding: 6rem var(--gutter);
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(200, 164, 90, 0.12), transparent 22rem),
    #080807;
  gap: 1rem;
}

.fw-testimonial__image,
.fw-testimonial__mini figure {
  margin: 0;
  overflow: hidden;
  background: #14130f;
}

.fw-testimonial__image {
  min-height: 440px;
}

.fw-testimonial__image img,
.fw-testimonial__mini img {
  height: 100%;
  object-fit: cover;
}

.fw-testimonial__card {
  display: grid;
  align-content: center;
  gap: 1.15rem;
  padding: 1.4rem;
  border: 1px solid var(--line-light);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent 42%),
    #10100e;
}

.fw-testimonial__card h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 12vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.047em;
  line-height: 0.92;
}

.fw-testimonial__card > p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}

.fw-review-holding {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.fw-review-holding span {
  color: var(--gold-light);
  font-size: 0.52rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fw-review-holding strong {
  font-family: var(--display);
  font-size: 1.6rem;
  font-weight: 400;
}

.fw-review-holding small {
  color: rgba(255, 255, 255, 0.5);
}

.fw-testimonial__card button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  justify-self: start;
  padding: 0 1rem;
  border: 0;
  color: var(--black);
  background: var(--gold);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fw-testimonial__mini {
  display: grid;
  gap: 1rem;
}

.fw-testimonial__mini figure {
  min-height: 260px;
}

.fw-testimonial__mini figcaption {
  padding: 0.85rem 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
}

.fw-testimonials {
  scroll-margin-top: 7rem;
  padding: clamp(4.5rem, 9vw, 7rem) var(--gutter);
  color: #fff;
  background:
    radial-gradient(circle at 16% 8%, rgba(200, 164, 90, 0.13), transparent 23rem),
    linear-gradient(rgba(239, 210, 142, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(239, 210, 142, 0.03) 1px, transparent 1px),
    #080807;
  background-size: auto, 42px 42px, 42px 42px, auto;
}

.fw-testimonials__shell {
  display: grid;
  gap: clamp(1.6rem, 3vw, 2.4rem);
  max-width: 1480px;
  margin: 0 auto;
  padding: clamp(1rem, 2.2vw, 1.6rem) 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 42%),
    rgba(8, 8, 7, 0.72);
  box-shadow: none;
}

.fw-testimonials__badge {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-self: center;
  gap: 0.55rem;
  max-width: 100%;
  padding: 0.35rem 0.8rem 0.35rem 0.35rem;
  border: 1px solid rgba(239, 210, 142, 0.34);
  border-radius: 0;
  color: #fff;
  background: #0b0b0a;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.fw-testimonials__badge span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 0;
  color: var(--black);
  background: var(--gold);
  font-family: var(--display);
  font-size: 1.35rem;
  line-height: 1;
}

.fw-testimonials__intro {
  display: grid;
  justify-items: center;
  gap: 0.8rem;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 var(--gutter);
  text-align: center;
}

.fw-testimonials h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.047em;
  font-size: clamp(2.45rem, 6vw, 4.25rem);
  line-height: 0.96;
  text-wrap: balance;
}

.fw-testimonials__intro > p:not(.kicker) {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(0.92rem, 1.5vw, 1.05rem);
}

.fw-testimonials__grid {
  display: flex;
  gap: 1rem;
  width: max-content;
  min-width: max-content;
  animation: none;
}

.fw-testimonials__grid-wrap {
  position: relative;
  overflow-x: auto;
  padding: 0.1rem var(--gutter) 0.55rem;
  scroll-padding-inline: var(--gutter);
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.fw-testimonials__grid-wrap::-webkit-scrollbar {
  display: none;
}

.fw-testimonials__grid-wrap::before,
.fw-testimonials__grid-wrap::after {
  display: none;
  position: absolute;
  z-index: 2;
  top: -1rem;
  bottom: -1rem;
  width: clamp(2.5rem, 9vw, 8rem);
  content: "";
  pointer-events: none;
}

.fw-testimonials__grid-wrap::before {
  left: 0;
  background: linear-gradient(90deg, #080807 10%, rgba(8, 8, 7, 0));
}

.fw-testimonials__grid-wrap::after {
  right: 0;
  background: linear-gradient(270deg, #080807 10%, rgba(8, 8, 7, 0));
}

.fw-testimonials__grid-wrap:hover .fw-testimonials__grid,
.fw-testimonials__grid-wrap:focus-within .fw-testimonials__grid {
  animation-play-state: paused;
}

.fw-testimonial-card {
  position: relative;
  display: grid;
  width: min(21rem, calc(100vw - (var(--gutter) * 4)));
  min-height: 269px;
  flex: 0 0 auto;
  align-content: start;
  gap: 1.2rem;
  padding: clamp(1.1rem, 2vw, 1.45rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background:
    radial-gradient(circle at 90% 0, rgba(200, 164, 90, 0.11), transparent 13rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 46%),
    #10100e;
  box-shadow: none;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.fw-testimonial-card::after {
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
  transition: border-color 220ms ease, background 220ms ease;
}

.fw-testimonial-card:hover::after {
  border-color: rgba(239, 210, 142, 0.32);
  background: rgba(239, 210, 142, 0.025);
}

.fw-testimonial-card__mark {
  height: 36px;
  color: rgba(239, 210, 142, 0.78);
  font-family: var(--display);
  font-size: 0;
  line-height: 0.7;
}

.fw-testimonial-card__mark::before {
  content: "\201C";
  font-size: 5rem;
}

.fw-testimonial-card blockquote {
  max-width: 33ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.6vw, 2.4rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.03;
}

.fw-testimonial-card footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.fw-testimonial-card footer::before {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(239, 210, 142, 0.42);
  border-radius: 0;
  color: var(--gold-light);
  background: rgba(239, 210, 142, 0.08);
  content: "GF";
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.fw-testimonial-card footer strong {
  display: block;
  color: #fff;
  font-size: 0.67rem;
  letter-spacing: 0.09em;
  line-height: 1.25;
  text-transform: uppercase;
}

.fw-testimonial-card footer small {
  display: block;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
  line-height: 1.35;
}

.fw-testimonials__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0.6rem var(--gutter) 0;
}

.fw-testimonials__cta p {
  margin: 0;
  font-family: var(--display);
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 1;
}

.fw-testimonials__cta button {
  display: inline-flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0 1.15rem;
  border: 0;
  color: var(--black);
  background: var(--gold);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fw-testimonials__cta button span {
  font-size: 0;
}

.fw-testimonials__cta button span::before {
  content: "\2197";
  font-size: 0.7rem;
}

@keyframes fw-testimonial-marquee {
  from {
    transform: translateX(0);
  }

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

.fw-lead {
  display: grid;
  padding: 6rem var(--gutter);
  color: #fff;
  background:
    radial-gradient(circle at 15% 18%, rgba(200, 164, 90, 0.15), transparent 22rem),
    #080807;
  gap: 2rem;
}

.fw-lead__copy {
  display: grid;
  align-content: center;
  gap: 1.2rem;
}

.fw-lead__images {
  position: relative;
  display: grid;
  min-height: 560px;
}

.fw-lead__images img {
  position: absolute;
  overflow: hidden;
  border: 1px solid var(--line-light);
}

.fw-lead__images img:first-child {
  inset: 0 10% 18% 0;
}

.fw-lead__images img:nth-child(2) {
  right: 0;
  bottom: 0;
  width: 48%;
  height: 42%;
}

.fw-lead__images img:nth-child(3) {
  top: 8%;
  right: 0;
  width: 35%;
  height: 28%;
}

.fw-areas {
  display: grid;
  gap: 1rem;
}

.fw-areas > p {
  color: var(--muted);
}

.fw-areas > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.fw-areas span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 0.8rem;
  border: 1px solid var(--line-dark);
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fw-areas button {
  justify-self: start;
  margin-top: 1rem;
}

.fw-final {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: #fff;
  background: var(--black);
}

.fw-final > img {
  position: absolute;
  inset: 0;
  opacity: 0.74;
}

.fw-final::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.84));
  content: "";
}

.fw-final > div {
  position: absolute;
  z-index: 2;
  right: var(--gutter);
  bottom: 4rem;
  left: var(--gutter);
  display: grid;
  max-width: 780px;
  gap: 1.1rem;
}

.wardrobe-page [data-reveal] {
  filter: blur(8px);
  transform: translateY(24px);
  transition:
    opacity 620ms ease,
    transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 720ms ease;
}

.wardrobe-page [data-reveal].is-visible {
  filter: none;
  transform: translateY(0);
}

@keyframes fw-scroll-lift {
  from {
    transform: scale(1.04) translateY(18px);
  }

  to {
    transform: scale(1.01) translateY(-18px);
  }
}

@supports (animation-timeline: view()) {
  .wardrobe-page .fw-tile img,
  .wardrobe-page .fw-story__image img,
  .wardrobe-page .fw-case__visual img,
  .wardrobe-page .fw-testimonial__image img,
  .wardrobe-page .fw-testimonials__image img,
  .wardrobe-page .fw-final > img {
    animation: fw-scroll-lift linear both;
    animation-timeline: view();
    animation-range: entry 0% exit 100%;
    will-change: transform;
  }
}

@media (max-width: 759px) {
  .site-header {
    height: 72px;
    border-bottom-color: transparent;
    background: transparent;
  }

  .site-header.is-scrolled {
    height: 68px;
    background: rgba(8, 8, 7, 0.72);
    backdrop-filter: blur(16px);
  }

  .hero {
    height: 148svh;
    min-height: 148svh;
  }

  .hero__image {
    height: 100%;
    object-position: 50% 50%;
    transform: none;
    animation: none;
  }

  .hero__wash {
    background:
      linear-gradient(180deg, rgba(5, 5, 4, 0.02) 0%, rgba(5, 5, 4, 0.02) 52%, rgba(5, 5, 4, 0.58) 100%),
      linear-gradient(90deg, rgba(5, 5, 4, 0.08), transparent 48%, rgba(5, 5, 4, 0.08));
  }

#dust-canvas,
.hero__topline,
.hero__scroll {
  display: none;
}



.door,
.door-light {
  display: block;
}

.door {
  z-index: 12;
  width: 50%;
  background:
    linear-gradient(90deg, transparent 5%, rgba(255, 255, 255, 0.025) 7%, transparent 9%),
    linear-gradient(180deg, #171713, #090908);
  transition: transform 1.65s cubic-bezier(0.72, 0, 0.16, 1) 280ms;
}

body.is-ready .door--left {
  transform: translateX(-118%) perspective(700px) rotateY(-7deg);
}

body.is-ready .door--right {
  transform: translateX(118%) perspective(700px) rotateY(7deg);
}

.door__panel {
  inset: 10% 10%;
}

.door__handle {
  top: 45%;
  height: 72px;
}

.door-light {
  z-index: 11;
  width: 1px;
  box-shadow: 0 0 34px 8px rgba(238, 194, 92, 0.38);
}


@media (prefers-reduced-motion: reduce) {
  .door,
  .door-light {
    display: none;
  }
}

  .hero__mobile-trigger {
    position: absolute;
    top: 106svh;
    left: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
  }

  .hero__copy,
  body.is-ready .hero__copy {
    top: calc(101svh - 1.8rem);
    right: var(--gutter);
    bottom: auto;
    left: var(--gutter);
    display: grid;
    gap: 1.05rem;
    opacity: 0;
    transform: translateY(62px);
    transition: opacity 900ms ease, transform 1100ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .hero.is-mobile-hero-revealed .hero__copy,
  body.is-ready .hero.is-mobile-hero-revealed .hero__copy {
    opacity: 1;
    transform: translateY(0);
  }

  .hero .kicker {
    display: none;
  }

  .hero h1 {
    max-width: min(100%, 22rem);
    font-size: clamp(4.15rem, 18.5vw, 5.55rem);
    line-height: 0.82;
    text-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
  }

  .hero h1 em {
    margin-top: 0.12em;
    color: var(--gold-light);
  }

  .hero__bottom {
    display: grid;
    gap: 1rem;
    margin-top: 0.05rem;
  }

  .hero__bottom > p {
    max-width: 31ch;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.82rem;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.36);
  }

  .hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }

  .orbit-cta {
    display: inline-flex;
    width: auto;
    min-width: min(100%, 18rem);
    height: 54px;
    min-height: 54px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 0 1.15rem;
    border-radius: 0;
  }

  .orbit-cta::after,
  .orbit-cta svg {
    display: none;
  }

  .orbit-cta > span {
    font-size: 0.64rem;
    white-space: nowrap;
  }

  .orbit-cta br {
    display: none;
  }

  .orbit-cta > i {
    position: static;
    font-size: 0.78rem;
  }

  .hero__secondary-cta {
    width: min(100%, 18rem);
    min-height: 54px;
    justify-content: center;
    background: rgba(8, 8, 7, 0.22);
  }
}

@media (max-width: 759px) and (prefers-reduced-motion: reduce) {
  .hero__copy,
  body.is-ready .hero__copy {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (min-width: 760px) {
  :root {
    --gutter: clamp(2rem, 5vw, 5.5rem);
  }

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

  .site-header {
    height: 92px;
  }

  .site-header.is-scrolled {
    height: 74px;
  }

  .brand {
    width: 120px;
  }

  .mobile-convert {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .hero__topline {
    top: 122px;
  }

  .hero__topline span:last-child {
    display: block;
  }

  .hero__copy {
    bottom: 7vh;
  }

  .hero h1 {
    font-size: clamp(5.5rem, 9.3vw, 10.5rem);
  }

  .hero__bottom {
    max-width: 680px;
  }

  .hero__bottom > p {
    max-width: 380px;
    font-size: 0.9rem;
  }

  .orbit-cta {
    width: 130px;
    height: 130px;
    flex-basis: 130px;
  }

  .marquee-track {
    height: 68px;
    gap: 2rem;
  }

  .marquee-track span {
    font-size: 1.3rem;
  }

  .manifesto {
    padding-top: 8rem;
    padding-bottom: 9rem;
  }

  .manifesto__coordinates {
    margin-bottom: 4.5rem;
  }

  .manifesto__layout {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(300px, 0.72fr) minmax(460px, 1.28fr);
    gap: clamp(3rem, 6vw, 7.5rem);
  }

  .manifesto__intro {
    position: sticky;
    top: 112px;
  }

  .manifesto__eyebrow {
    margin-top: 5.5rem;
  }

  .manifesto h2 {
    font-size: clamp(4.5rem, 6.3vw, 7.6rem);
  }

  .manifesto__lead {
    max-width: 380px;
    font-size: 0.86rem;
  }

  .manifesto-experience {
    margin-top: 0;
  }

  .manifesto-visual {
    height: min(61vw, 700px);
  }

  .manifesto-principle {
    min-height: 138px;
    grid-template-columns: 82px 1fr;
  }

  .manifesto-principle strong {
    font-size: 2.2rem;
  }

  .manifesto-principle p {
    max-width: 510px;
    font-size: 0.78rem;
  }

  .atelier,
  .stories,
  .testimonial-stage,
  .faq {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .atelier__heading {
    align-items: end;
    grid-template-columns: 1.3fr 0.7fr;
  }

  .atelier h2,
  .spaces h2,
  .craft-story h2,
  .stories h2,
  .finale h2,
  .faq h2 {
    font-size: clamp(4.5rem, 7vw, 7.8rem);
  }

  .scene-builder {
    display: grid;
    grid-template-columns: 1.45fr 0.55fr;
  }

  .scene-builder__visual {
    height: 700px;
  }

  .scene-builder__controls {
    display: flex;
    justify-content: center;
    padding: 2rem;
    flex-direction: column;
  }

  .story-grid {
    grid-template-columns: repeat(4, min(46vw, 530px));
  }

  .space-reel {
    grid-template-columns: repeat(7, min(46vw, 380px));
  }

  .space-card {
    height: min(65vw, 720px);
  }

  .craft-story {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .craft-story__visual {
    position: sticky;
    top: 0;
    height: 100vh;
    max-height: none;
  }

  .craft-story__content {
    padding: 8rem 7vw;
  }

  .story-grid {
    grid-template-columns: repeat(3, min(46vw, 540px));
  }

  .story {
    height: min(62vw, 700px);
  }

  .testimonial-stage {
    grid-template-columns: 1.35fr 0.65fr;
    gap: 8vw;
  }

  .testimonial-stage__aside {
    align-self: end;
  }

  .finale__copy {
    bottom: 7vh;
  }

  .finale__cta {
    width: min(420px, 100%);
  }

  .finale__note {
    width: min(420px, 100%);
  }

  .faq {
    grid-template-columns: 0.75fr 1.25fr;
    gap: 8vw;
  }

  .site-footer__top {
    align-items: end;
    grid-template-columns: 1fr auto;
  }

  .site-footer__top > a {
    justify-self: end;
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.4rem 3.5rem;
  }

  .site-footer__bottom {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }

  .lead-sheet__panel {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(620px, 100%);
    max-height: none;
    padding: 2.2rem 3rem;
    transform: translateX(102%);
  }

  .lead-sheet.is-open .lead-sheet__panel {
    transform: translateX(0);
  }

  .lead-sheet__panel::before {
    display: none;
  }

  .reel-modal {
    padding: 3vw;
  }

  .reel-modal__panel {
    max-height: min(84dvh, 840px);
  }

  .reel-modal__close {
    top: 1.5rem;
    right: 1.5rem;
  }

  .reel-modal__header {
    padding: 1.8rem 6.5rem 1.8rem 1.8rem;
  }

  .reel-modal__body {
    min-height: 520px;
  }

  .reel-slider__caption {
    right: auto;
    bottom: 1.7rem;
    left: 1.8rem;
  }

  .reel-slider__controls {
    right: 1.8rem;
    bottom: 1.8rem;
  }

  .reel-slider__progress {
    top: 1.4rem;
    right: 6.4rem;
    left: 1.8rem;
  }
}

@media (min-width: 1040px) {
  .menu-toggle,
  .mobile-menu {
    display: none;
  }

  .site-footer__grid {
    grid-template-columns: minmax(9rem, 0.8fr) minmax(13rem, 1.25fr) minmax(16rem, 1.1fr) minmax(6rem, 0.55fr) minmax(10rem, 0.9fr);
    gap: clamp(1.4rem, 3vw, 4rem);
  }

  .desktop-nav {
    position: absolute;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 1.9vw, 2.2rem);
    transform: translateX(-50%);
  }

  .desktop-nav a,
  .desktop-nav button {
    position: relative;
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 0;
    border: 0;
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
    font-size: clamp(0.58rem, 0.72vw, 0.66rem);
    letter-spacing: 0.09em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .desktop-nav a::after,
  .desktop-nav button::after {
    position: absolute;
    right: 0;
    bottom: 0.45rem;
    left: 0;
    height: 1px;
    background: var(--gold-light);
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 250ms ease;
  }

  .desktop-nav a:hover::after,
  .desktop-nav button:hover::after,
  .desktop-nav button[aria-expanded="true"]::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .nav-dropdown {
    position: relative;
    display: flex;
    align-items: center;
  }

  .nav-dropdown__menu {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 50%;
    display: grid;
    width: max-content;
    min-width: 230px;
    padding: 0.65rem;
    border: 1px solid rgba(239, 210, 142, 0.22);
    background: rgba(8, 8, 7, 0.94);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 0.5rem);
    transition: opacity 180ms ease, transform 220ms ease;
  }

.nav-dropdown.is-open .nav-dropdown__menu,
.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
.nav-dropdown {
  gap: 0.28rem;
}

.nav-dropdown__toggle {
  width: 24px;
  justify-content: center;
  cursor: pointer;
}

.nav-dropdown__toggle span {
  display: inline-block;
  transform: translateY(-1px);
}

.nav-dropdown:hover .nav-dropdown__link::after,
.nav-dropdown:focus-within .nav-dropdown__link::after {
  transform: scaleX(1);
  transform-origin: left;
}
  .nav-dropdown__menu a {
    display: flex;
  
    align-items: center;
    padding: 0 0.75rem;
    color: rgba(255, 255, 255, 0.72);
    white-space: nowrap;
  }

  .nav-dropdown__menu a:hover,
  .nav-dropdown__menu a:focus-visible {
    color: #fff;
    background: rgba(239, 210, 142, 0.08);
  }

  .nav-dropdown__menu a::after {
    display: none;
  }

  .nav-enquire {
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 0.95rem;
    padding: 0 1.05rem;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    background: rgba(10, 10, 8, 0.18);
    backdrop-filter: blur(10px);
    font-size: clamp(0.56rem, 0.65vw, 0.62rem);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .nav-enquire i {
    color: var(--gold-light);
    font-style: normal;
  }

  .hero__scroll {
    position: absolute;
    right: var(--gutter);
    bottom: 5rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.54rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
  }

  .hero__scroll i {
    width: 1px;
    height: 60px;
    background: linear-gradient(var(--gold-light), transparent);
  }

  .space-reel {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
    gap: 1rem;
  }

  .space-card {
    height: 620px;
  }

  .space-card:hover > img {
    transform: scale(1.04);
  }

  .space-card:nth-child(even) {
    margin-top: 5rem;
  }

  .swipe-hint {
    display: none;
  }

  .story-grid {
    display: grid;
    overflow: visible;
    grid-template-columns: 0.78fr 1.22fr;
    grid-template-rows: 390px 390px;
  }

  .story {
    height: auto;
  }

  .story--portrait {
    grid-row: 1 / 3;
  }

  .story--wide,
  .story--detail {
    grid-column: 2;
  }

  .stories__heading > div {
    align-items: end;
    grid-template-columns: 1fr auto;
  }

  .reel-trigger {
    width: 230px;
  }
}

@media (max-width: 350px) {
  .hero h1 {
    font-size: 3.55rem;
  }

  .hero__bottom > p {
    max-width: 190px;
    font-size: 0.68rem;
  }

  .orbit-cta {
    width: 98px;
    height: 98px;
    flex-basis: 98px;
  }

  .manifesto h2 {
    font-size: 3.3rem;
  }

  .mobile-convert {
    grid-template-columns: 0.65fr 1.35fr;
  }

  .mobile-convert > button {
    font-size: 0.57rem;
  }
}

@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;
  }

  .door {
    display: none;
  }

  .door-light,
  #dust-canvas {
    display: none;
  }

  .manifesto-visual__reveal,
  .manifesto-lens,
  .manifesto-blueprint,
  .manifesto-cta,
  .manifesto h2 em {
    transition: none;
  }

  .fw-testimonials__grid {
    animation: none;
  }

  .fw-testimonials__grid-wrap {
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .fw-testimonial-card {
    scroll-snap-align: start;
  }

  [data-reveal] {
    filter: none !important;
    opacity: 1;
    transform: none;
  }

  .wardrobe-page .fw-hero__panel > *,
  .wardrobe-page .fw-hero__image,
  .wardrobe-page .fw-hero__detail,
  .wardrobe-page .fw-hero__image img,
  .wardrobe-page .fw-tile img,
  .wardrobe-page .fw-story__image img,
  .wardrobe-page .fw-case__visual img,
  .wardrobe-page .fw-testimonial__image img,
  .wardrobe-page .fw-testimonials__image img,
  .wardrobe-page .fw-final > img {
    animation: none !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (min-width: 760px) {
  .fw-hero {
    height: 100vh;
    max-height: 900px;
    min-height: 720px;
    overflow: hidden;
    padding-top: 0;
    grid-template-columns: minmax(0, 62%) minmax(380px, 38%);
  }

  .fw-hero__image {
    min-height: 0;
    height: 100%;
    order: 1;
  }

  .fw-hero__image::after {
    background:
      linear-gradient(180deg, rgba(5, 5, 4, 0.34), transparent 36%, rgba(5, 5, 4, 0.86)),
      radial-gradient(circle at 62% 46%, rgba(239, 210, 142, 0.16), transparent 28rem);
  }

  .fw-hero__panel {
    display: grid;
    align-content: center;
    gap: 0.72rem;
    order: 2;
    min-height: 0;
    height: 100%;
    padding: clamp(5.2rem, 8vh, 6.4rem) clamp(1.6rem, 3.6vw, 4rem) clamp(1.25rem, 2.6vh, 2rem);
    overflow: hidden;
  }

  .fw-hero__scroll-indicator {
    display: none;
  }

  .fw-hero h1 {
    max-width: 560px;
    font-size: clamp(3.25rem, 4.7vw, 5.45rem);
    line-height: 0.88;
  }

  .fw-hero__panel > p:not(.kicker) {
    max-width: 460px;
    font-size: 0.86rem;
    line-height: 1.48;
  }

  .fw-hero__leadbar {
    max-width: 500px;
    grid-template-columns: repeat(3, 1fr);
  }

  .fw-hero__leadbar span {
    min-height: 34px;
    padding: 0 0.45rem;
    font-size: 0.48rem;
    text-align: center;
  }

  .fw-hero__context {
    max-width: 500px;
    gap: 0.38rem;
  }

  .fw-hero__context span {
    min-height: 28px;
    padding: 0 0.55rem;
    font-size: 0.46rem;
  }

  .fw-hero__actions {
    max-width: 500px;
    grid-template-columns: minmax(230px, 1fr) minmax(190px, auto);
    gap: 0.55rem;
  }

  .fw-hero__actions button,
  .fw-hero__actions a {
    min-height: 46px;
    padding: 0 0.85rem;
    font-size: 0.56rem;
  }

  .fw-hero__secondary {
    min-height: 30px;
    font-size: 0.52rem;
  }

  .fw-hero__trust {
    max-width: 500px;
    grid-template-columns: repeat(3, 1fr);
  }

  .fw-hero__trust span {
    min-height: 38px;
    padding-right: 0.55rem;
    border-right: 1px solid var(--line-light);
    border-bottom: 0;
    font-size: 0.48rem;
  }

  .fw-hero__trust span:last-child {
    border-right: 0;
  }

  .fw-hero__detail {
    display: block;
    width: min(300px, 64%);
    max-height: 280px;
    margin-top: 0.25rem;
    margin-left: auto;
    overflow: hidden;
    transform: none;
  }

  .fw-hero__detail img {
    height: 236px;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .fw-hero__detail figcaption {
    padding: 0.55rem 0.65rem;
    font-size: 0.56rem;
    line-height: 1.35;
  }

  .fw-proof {
    grid-template-columns: repeat(4, 1fr);
  }

  .fw-proof span {
    min-height: 74px;
    padding: 0 1rem;
    border-right: 1px solid var(--line-light);
    border-bottom: 0;
  }

  .fw-proof span:last-child {
    border-right: 0;
  }

  .fw-design-gallery {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .fw-design-gallery__intro {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
    align-items: end;
    max-width: none;
  }

  .fw-design-gallery__intro .kicker,
  .fw-design-gallery__intro h2 {
    grid-column: 1;
  }

  .fw-design-gallery__intro > p:not(.kicker),
  .fw-design-gallery__actions {
    grid-column: 2;
  }

  .fw-design-gallery__actions {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
  }

  .fw-gallery-swipe-hint {
    display: none;
  }

  .fw-design-gallery__grid {
    display: grid;
    margin-inline: 0;
    padding-inline: 0;
    padding-bottom: 0;
    overflow: visible;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-flow: dense;
    grid-auto-rows: 118px;
    scroll-padding-inline: 0;
    scroll-snap-type: none;
    mask-image: none;
  }

  .fw-design-card {
    flex: initial;
    min-height: 0;
    grid-column: span 3;
    grid-row: span 3;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
  }

  .fw-design-card--feature,
  .fw-design-card--wide,
  .fw-design-card--landscape {
    grid-column: span 6;
  }

  .fw-design-card--feature {
    grid-row: span 4;
  }

  .fw-design-card--wide {
    grid-row: span 3;
  }

  .fw-design-card--tall {
    grid-row: span 4;
  }

  .fw-design-card--landscape {
    grid-row: span 2;
  }

  .fw-design-card img {
    min-height: 100%;
  }

  .fw-design-card h3 {
    font-size: clamp(2rem, 4vw, 3.05rem);
  }

  .fw-design-gallery__finishes {
    grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
    align-items: start;
  }

  .fw-finish-strip {
    display: grid;
    margin-inline: 0;
    padding-inline: 0;
    padding-bottom: 0;
    overflow: visible;
    grid-template-columns: repeat(5, 1fr);
    scroll-padding-inline: 0;
    scroll-snap-type: none;
    mask-image: none;
  }

  .fw-finish-card {
    flex: initial;
    min-height: 220px;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
  }

  .fw-finish-card img {
    min-height: 220px;
  }

  .fw-gallery-section,
  .fw-styles,
  .fw-process,
  .fw-areas,
  .fw-faq,
  .fw-story,
  .fw-case,
  .fw-storage,
  .fw-finishes,
  .fw-testimonial,
  .fw-testimonials,
  .fw-lead {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .fw-section-heading h2,
  .fw-story h2,
  .fw-case h2,
  .fw-lead h2,
  .fw-areas h2,
  .fw-final h2,
  .fw-finishes h2 {
    font-size: clamp(4.4rem, 6.6vw, 7.3rem);
  }

  .fw-masonry {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 170px;
  }

  .fw-tile {
    min-height: auto;
  }

  .fw-tile--tall {
    grid-row: span 3;
    grid-column: span 2;
  }

  .fw-tile--wide {
    grid-column: span 4;
    grid-row: span 2;
  }

  .fw-tile:not(.fw-tile--tall, .fw-tile--wide, .fw-tile--portrait) {
    grid-column: span 2;
    grid-row: span 2;
  }

  .fw-tile--portrait {
    grid-column: span 2;
    grid-row: span 3;
  }

  .fw-inline-cta {
    grid-template-columns: 1fr auto;
  }

  .fw-story {
    grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.78fr);
    grid-template-rows: auto clamp(300px, 25vw, 380px);
    grid-template-areas:
      "main copy"
      "walk right";
    align-items: stretch;
    gap: clamp(1rem, 1.8vw, 1.5rem);
  }

  .fw-story__image {
    grid-area: main;
    min-height: 0;
    height: clamp(500px, 43vw, 620px);
  }

  .fw-story__content {
    grid-area: copy;
    align-content: start;
    align-self: start;
    padding: 0;
  }

  .fw-story__content h2 {
    max-width: 680px;
    font-size: clamp(3.5rem, 5vw, 5.75rem);
  }

  .fw-story__content > p {
    max-width: 58ch;
  }

  .fw-story__detail--one,
  .fw-story__detail--two {
    min-height: 0;
  }

  .fw-story__detail--one {
    grid-area: right;
    height: 100%;
  }

  .fw-story__detail--two {
    grid-area: walk;
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .fw-case {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
  }

  .fw-case__visual {
    min-height: 720px;
  }

  .fw-case__card {
    position: sticky;
    top: 110px;
    min-height: 600px;
    padding: clamp(1.4rem, 3vw, 2.6rem);
  }

  .fw-case__strip {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 0.8fr 1.2fr;
    align-items: start;
  }

  .fw-case__strip img {
    min-height: 340px;
  }

  .fw-case__strip figure:nth-child(2) {
    margin-top: 4rem;
  }

  .fw-style-grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(240px, 0.82fr) minmax(240px, 0.82fr);
    align-items: stretch;
  }

  .fw-style-feature {
    grid-row: span 2;
    grid-template-rows: minmax(560px, 1fr) auto;
  }

  .fw-style-feature > img {
    min-height: 560px;
    aspect-ratio: auto;
  }

  .fw-style-card {
    grid-template-rows: minmax(285px, 1fr) auto;
  }

  .fw-style-card:last-child {
    grid-column: span 2;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.72fr);
    grid-template-rows: auto;
  }

  .fw-style-card:last-child > img {
    min-height: 340px;
    height: 100%;
    aspect-ratio: auto;
  }

  .fw-style-card div {
    min-height: 0;
    align-content: center;
  }

  .fw-style-card:not(:last-child) div {
    align-content: start;
    padding-bottom: 1.25rem;
  }

  .fw-style-card:not(:last-child) p {
    min-height: 3.1em;
  }

  .fw-storage__layout {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
  }

  .fw-storage__layout figure {
    min-height: 720px;
  }

  .fw-finishes {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
  }

  .fw-finishes figure {
    min-height: 0;
  }

  .fw-swatch-row {
    grid-column: 1 / -1;
    grid-template-columns: repeat(6, 1fr);
  }

  .fw-process__steps {
    grid-template-columns: repeat(4, 1fr);
  }

  .fw-process__steps article:nth-child(even) {
    margin-top: 4rem;
  }

  .fw-testimonial {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
  }

  .fw-testimonial__image {
    min-height: 720px;
  }

  .fw-testimonial__card {
    min-height: 520px;
    padding: clamp(1.4rem, 3vw, 2.6rem);
  }

  .fw-testimonial__mini {
    grid-column: 1 / -1;
    grid-template-columns: 0.78fr 1.22fr;
  }

  .fw-testimonial__mini figure {
    min-height: 320px;
  }

  .fw-testimonial__mini figure:nth-child(2) {
    margin-top: 3rem;
  }

  .fw-testimonials__intro {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: end;
    justify-items: start;
    max-width: none;
    text-align: left;
  }

  .fw-testimonials__intro .kicker,
  .fw-testimonials__intro h2 {
    grid-column: 1;
  }

  .fw-testimonials__intro > p:not(.kicker) {
    grid-row: 1 / span 2;
    grid-column: 2;
    justify-self: end;
  }

  .fw-testimonials__grid {
    width: max-content;
    min-width: max-content;
    gap: 1rem;
    animation: fw-testimonial-marquee 42s linear infinite;
    will-change: transform;
  }

  .fw-testimonials__grid-wrap {
    overflow: hidden;
    padding-right: 0;
    padding-left: 0;
    scroll-padding-inline: 0;
    scroll-snap-type: none;
    scroll-behavior: auto;
  }

  .fw-testimonials__grid-wrap::before,
  .fw-testimonials__grid-wrap::after {
    display: block;
  }

  .fw-testimonial-card {
    width: clamp(18rem, 30vw, 28rem);
    min-height: 315px;
    padding: clamp(1.2rem, 2vw, 1.65rem);
    scroll-snap-align: none;
  }

  .fw-testimonials__cta {
    align-items: center;
  }

  .fw-testimonials__cta button {
    width: auto;
  }

  .fw-lead {
    grid-template-columns: 0.86fr 1.14fr;
    align-items: center;
  }

  .fw-lead__images {
    min-height: 720px;
  }

  .fw-areas {
    grid-template-columns: 0.78fr 1.22fr;
    align-items: start;
  }

  .fw-areas .kicker,
  .fw-areas h2,
  .fw-areas > p,
  .fw-areas button {
    grid-column: 1;
  }

  .fw-areas > div {
    grid-row: 1 / span 5;
    grid-column: 2;
  }

  .fw-final > div {
    bottom: 7vh;
  }
}

@media (min-width: 1040px) {
  .fw-hero__panel {
    padding-right: clamp(1.75rem, 3.6vw, 4.25rem);
  }

  .fw-hero__image img {
    object-position: 45% 50%;
  }

  .fw-masonry {
    grid-auto-rows: 190px;
  }

  .fw-design-gallery__grid {
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 94px;
  }

  .fw-design-card {
    min-height: 0;
    grid-column: auto;
    grid-row: auto;
  }

  .fw-design-card--feature {
    grid-column: 1 / 6;
    grid-row: 1 / 7;
  }

  .fw-design-card:nth-child(2) {
    grid-column: 6 / 10;
    grid-row: 1 / 4;
  }

  .fw-design-card:nth-child(3) {
    grid-column: 10 / 13;
    grid-row: 1 / 4;
  }

  .fw-design-card:nth-child(4) {
    grid-column: 6 / 9;
    grid-row: 4 / 7;
  }

  .fw-design-card:nth-child(5) {
    grid-column: 9 / 13;
    grid-row: 4 / 8;
  }

  .fw-design-card:nth-child(6) {
    grid-column: 1 / 5;
    grid-row: 7 / 11;
  }

  .fw-design-card:nth-child(7) {
    grid-column: 5 / 8;
    grid-row: 7 / 10;
  }

  .fw-design-card:nth-child(8) {
    grid-column: 8 / 13;
    grid-row: 8 / 12;
  }

  .fw-design-card:nth-child(9) {
    grid-column: 5 / 8;
    grid-row: 10 / 13;
  }

  .fw-design-card--feature h3 {
    max-width: 9ch;
    font-size: clamp(2.8rem, 4.5vw, 4.6rem);
  }

  .fw-design-card:not(.fw-design-card--feature) h3 {
    font-size: clamp(1.7rem, 2.35vw, 2.45rem);
  }

  .fw-design-card:not(.fw-design-card--feature) figcaption {
    transform: translateY(1.65rem);
    transition: transform 260ms ease;
  }

  .fw-design-card:not(.fw-design-card--feature) p {
    opacity: 0;
    transform: translateY(0.45rem);
    transition: opacity 220ms ease, transform 260ms ease;
  }

  .fw-design-card:not(.fw-design-card--feature):hover figcaption,
  .fw-design-card:not(.fw-design-card--feature):focus-within figcaption {
    transform: translateY(0);
  }

  .fw-design-card:not(.fw-design-card--feature):hover p,
  .fw-design-card:not(.fw-design-card--feature):focus-within p {
    opacity: 1;
    transform: translateY(0);
  }

  .fw-design-gallery__finish-copy h3 {
    font-size: clamp(2.5rem, 3.8vw, 4.35rem);
  }

  .fw-finish-card {
    min-height: 250px;
  }

  .fw-finish-card img {
    min-height: 250px;
  }

  .fw-tile:hover img,
  .fw-style-grid article:hover img,
  .fw-process__steps article:hover img {
    transform: scale(1.035);
  }

  .fw-tile img,
  .fw-style-grid img,
  .fw-process__steps img {
    transition: transform 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }
}

@media (min-width: 900px) {
  .process-scroll {
    padding: 0 var(--gutter);
    overflow: visible;
  }

  .process-scroll__sticky {
    position: relative;
    min-height: max(100dvh, 760px);
    max-width: none;
    margin: 0;
  }

  .process-scroll__pin {
    z-index: 3;
    display: grid;
    width: min(100%, 1440px);
    height: 100dvh;
    min-height: 720px;
    align-content: center;
    margin: 0 auto;
    padding: clamp(4.7rem, 5.2vw, 5.6rem) 0 clamp(1rem, 2vw, 1.8rem);
  }

  .process-scroll.is-process-fixed .process-scroll__pin,
  .process-scroll.is-process-after .process-scroll__pin {
    width: min(calc(100% - (var(--gutter) * 2)), 1440px);
    z-index: 120;
  }

  .process-scroll.is-process-fixed .process-scroll__pin {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .process-scroll.is-process-after .process-scroll__sticky {
    position: static;
  }

  .process-scroll.is-process-after .process-scroll__pin {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .process-scroll__header {
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
    align-items: end;
    max-width: none;
    gap: clamp(1.25rem, 3vw, 4rem);
    margin-bottom: clamp(0.75rem, 1.4vw, 1.2rem);
  }

  .process-scroll__header .kicker,
  .process-scroll__header h2 {
    grid-column: 1;
  }

  .process-scroll__header p:not(.kicker) {
    grid-row: 1 / span 2;
    grid-column: 2;
    justify-self: end;
  }

  .process-scroll__header h2 {
    max-width: 10.5ch;
    font-size: clamp(3.4rem, 4.9vw, 5.8rem);
  }

  .process-scroll__stage {
    display: grid;
    grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1.3fr);
    align-items: stretch;
    gap: clamp(1rem, 2.4vw, 2.6rem);
    height: clamp(340px, calc(100dvh - 390px), 520px);
    min-height: 0;
  }

  .process-scroll__copy {
    position: relative;
    display: grid;
    min-height: 100%;
    align-content: end;
    padding: clamp(1.2rem, 2.3vw, 2rem);
    border: 1px solid rgba(239, 210, 142, 0.16);
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 48%),
      rgba(255, 255, 255, 0.028);
  }

  .process-scroll__counter {
    position: absolute;
    top: clamp(1.2rem, 2vw, 1.8rem);
    right: clamp(1.2rem, 2vw, 1.8rem);
    left: clamp(1.2rem, 2vw, 1.8rem);
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.85rem;
    color: rgba(241, 238, 230, 0.78);
    font-family: var(--display);
    font-size: clamp(1.4rem, 2.2vw, 2.25rem);
    line-height: 1;
  }

  .process-scroll__counter i {
    height: 1px;
    background: rgba(239, 210, 142, 0.28);
  }

  .process-scroll__progress {
    position: absolute;
    top: clamp(4.5rem, 6vw, 5.8rem);
    right: clamp(1.2rem, 2vw, 1.8rem);
    left: clamp(1.2rem, 2vw, 1.8rem);
    height: 2px;
    overflow: hidden;
    background: rgba(241, 238, 230, 0.13);
  }

  .process-scroll__progress span {
    display: block;
    width: var(--process-progress);
    height: 100%;
    background: var(--gold-light);
    box-shadow: 0 0 24px rgba(239, 210, 142, 0.42);
    transition: width 540ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .process-scroll__steps {
    position: relative;
    min-height: clamp(250px, 32vh, 360px);
  }

  .process-scroll__step {
    position: absolute;
    inset: auto 0 0;
    display: grid;
    gap: 0.85rem;
    max-width: 560px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(34px);
    transition:
      opacity 420ms ease,
      transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .process-scroll__step.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .process-scroll__step > span {
    width: max-content;
    padding-top: 0.25rem;
    border-top: 1px solid rgba(239, 210, 142, 0.52);
    color: var(--gold-light);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
  }

  .process-scroll__step h3 {
    max-width: 8.8ch;
    margin: 0;
    color: #fffaf0;
    font-family: var(--display);
    font-size: clamp(3.3rem, 5.8vw, 6.7rem);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.88;
  }

  .process-scroll__step p {
    max-width: 44ch;
    margin: 0;
    color: rgba(241, 238, 230, 0.66);
    font-size: clamp(0.9rem, 1vw, 1rem);
    line-height: 1.72;
  }

  .process-scroll__visuals {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid rgba(239, 210, 142, 0.18);
    background: #15130f;
  }

  .process-scroll__visuals::after {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(6, 6, 5, 0.1), transparent 28%, rgba(6, 6, 5, 0.24)),
      linear-gradient(90deg, rgba(6, 6, 5, 0.28), transparent 30%);
    pointer-events: none;
    content: "";
  }

  .process-scroll__image {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    transform: translateY(18px);
    transition:
      opacity 620ms ease,
      transform 760ms cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: opacity, transform;
  }

  .process-scroll__image.is-active {
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
  }

  .process-scroll__image img {
    height: 100%;
    object-fit: contain;
    background: #0b0a08;
  }

  .process-scroll__mobile {
    display: none;
  }

  .process-scroll__sentinels {
    position: relative;
    z-index: 2;
    display: grid;
    max-width: 1440px;
    margin: 0 auto;
    pointer-events: none;
  }

  .process-scroll__sentinels span {
    display: block;
    height: 68vh;
  }
}

@media (min-width: 760px) and (max-height: 820px) {
  .fw-hero {
    min-height: 680px;
  }

  .fw-hero__panel {
    gap: 0.58rem;
    padding-top: clamp(4.7rem, 7.4vh, 5.5rem);
    padding-bottom: 1rem;
  }

  .fw-hero h1 {
    font-size: clamp(3rem, 4.25vw, 4.85rem);
  }

  .fw-hero__panel > p:not(.kicker) {
    font-size: 0.8rem;
    line-height: 1.42;
  }

  .fw-hero__leadbar span,
  .fw-hero__trust span {
    min-height: 32px;
  }

  .fw-hero__context span {
    min-height: 26px;
  }

  .fw-hero__actions button,
  .fw-hero__actions a {
    min-height: 42px;
  }

  .fw-hero__detail {
    width: min(280px, 58%);
    max-height: 240px;
  }

  .fw-hero__detail img {
    height: 198px;
  }

  .fw-hero__detail figcaption {
    padding: 0.45rem 0.55rem;
    font-size: 0.5rem;
  }
}

@media (max-width: 640px) {
  .hero__bottom,
  .hero__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero__secondary-cta {
    width: 100%;
  }

  .reel-slider__caption {
    right: 1rem;
    bottom: 5.4rem;
  }

  .reel-slider__caption strong {
    max-width: 9ch;
  }
}

@media (min-width: 760px) {
  .page-section__inner {
    grid-template-columns: 0.82fr 1.18fr;
    align-items: start;
  }

  .about-values {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-page {
    --about-pad: 6.5rem;
  }

  .about-hero {
    min-height: 720px;
    padding-top: 10rem;
    padding-bottom: 6rem;
  }

  .about-hero h1 {
    font-size: 6.2rem;
  }

  .about-hero p:not(.kicker) {
    font-size: 1.08rem;
  }

  .about-intro,
  .about-materials {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 4rem;
  }

  .about-intro h2,
  .about-materials h2,
  .about-section-heading h2,
  .about-final h2 {
    font-size: 4.25rem;
  }

  .about-principles__list article,
  .about-room-links a {
    grid-template-columns: 0.22fr 0.58fr 1fr;
  }

  .about-room-links a {
    gap: 1.5rem;
  }

  .about-room-links a::before {
    color: #8f6a20;
    font-size: 0.7rem;
    font-weight: 700;
  }

  .about-room-links a:nth-child(1)::before {
    content: "01";
  }

  .about-room-links a:nth-child(2)::before {
    content: "02";
  }

  .about-room-links a:nth-child(3)::before {
    content: "03";
  }

  .about-room-links a:nth-child(4)::before {
    content: "04";
  }

  .about-room-links a:nth-child(5)::before {
    content: "05";
  }

  .about-room-links a:nth-child(6)::before {
    content: "06";
  }

  .about-room-links a:nth-child(7)::before {
    content: "07";
  }

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

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

  .visit-form-layout {
    grid-template-columns: 0.72fr 1.28fr;
    align-items: start;
  }
}

@media (min-width: 1040px) {
  .about-visit__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .about-visit__grid article:nth-child(even) {
    transform: translateY(2rem);
  }

  .about-final {
    min-height: 640px;
  }

  .about-final h2 {
    font-size: 5.4rem;
  }

  .visit-steps {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 759px) {
  .about-page {
    --about-pad: 4.75rem;
  }

  .about-hero {
    min-height: 640px;
    padding-top: 7.5rem;
    padding-bottom: 4rem;
  }

  .about-hero > img {
    object-position: 60% 50%;
  }

  .about-hero h1 {
    max-width: 8.8ch;
    font-size: 3.75rem;
  }

  .about-intro h2,
  .about-materials h2,
  .about-section-heading h2,
  .about-final h2 {
    font-size: 3rem;
  }

  .about-intro__image {
    min-height: 300px;
  }

  .about-visit__grid {
    gap: 1rem;
    background: transparent;
  }

  .about-visit__grid article {
    border: 1px solid rgba(239, 210, 142, 0.16);
  }

  .about-finishes {
    grid-template-columns: 1fr;
  }

  .about-room-links span {
    font-size: 1.8rem;
  }

  .about-final {
    min-height: 600px;
    padding-bottom: 4rem;
  }

  .about-final__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .about-final__actions a,
  .about-page .page-actions a {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .about-hero h1 {
    font-size: 3.25rem;
  }

  .about-intro h2,
  .about-materials h2,
  .about-section-heading h2,
  .about-final h2 {
    font-size: 2.65rem;
  }
}

@media (min-width: 760px) {
  .visit-hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.78fr);
  }

  .visit-conversion {
    align-items: start;
  }

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

  .visit-trust__grid article:last-child {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    grid-template-rows: 1fr auto;
  }

  .visit-trust__grid article:last-child img {
    grid-row: 1 / 3;
    height: 100%;
    aspect-ratio: auto;
  }

  .visit-review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .visit-reviews__inner {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
    align-items: end;
  }

  .visit-reviews__proof,
  .visit-reviews__cta {
    grid-column: 1 / -1;
  }

  .visit-reviews__proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .visit-proof-band {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }

  .visit-proof-band figure {
    min-height: 520px;
  }

  .visit-final > div {
    margin-left: max(var(--gutter), calc((100vw - var(--visit-max)) / 2));
  }
}

@media (min-width: 1040px) {
  .visit-conversion__story {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
    align-items: center;
  }

  .visit-conversion__story .kicker,
  .visit-conversion__story h2,
  .visit-conversion__story > p {
    grid-column: 1;
  }

  .visit-conversion__story > p {
    max-width: 660px;
  }

  .visit-pressure {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: stretch;
    gap: 0;
    border-top: 0;
    border: 1px solid var(--line-dark);
    background:
      linear-gradient(145deg, rgba(170, 132, 70, 0.08), transparent 42%),
      rgba(255, 255, 255, 0.34);
  }

  .visit-pressure article {
    align-content: start;
    padding: clamp(1rem, 1.25vw, 1.25rem);
    border-bottom: 1px solid var(--line-dark);
    background: var(--paper);
  }

  .visit-pressure article:last-child {
    border-bottom: 0;
  }

  .visit-trust__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .visit-trust__grid article:last-child {
    grid-column: auto;
    grid-template-columns: none;
    grid-template-rows: auto 1fr auto;
  }

  .visit-trust__grid article:last-child img {
    grid-row: auto;
    height: auto;
    aspect-ratio: 1 / 0.78;
  }
}

@media (min-width: 1080px) {
  .visit-hero {
    min-height: min(760px, 100svh);
  }
}

@media (max-width: 759px) {
  .visit-hero {
    min-height: 0;
    padding-top: 6.4rem;
    padding-bottom: 2.5rem;
  }

  .visit-hero > img {
    object-position: 54% 50%;
  }

  .visit-hero h1 {
    max-width: 9ch;
    font-size: 3.05rem;
  }

  .visit-hero__actions,
  .visit-final a,
  .visit-proof-band a {
    align-items: stretch;
    flex-direction: column;
  }

  .visit-hero__actions a,
  .visit-final a,
  .visit-proof-band a {
    width: 100%;
  }

  .visit-conversion,
  .visit-trust,
  .visit-reviews,
  .visit-faq,
  .visit-proof-band {
    padding-top: 3.35rem;
    padding-bottom: 3.35rem;
  }

  .visit-conversion__story h2,
  .visit-section-heading h2,
  .visit-proof-band h2,
  .visit-final h2 {
    max-width: 10.5ch;
    font-size: clamp(2.2rem, 9.5vw, 2.55rem);
    line-height: 1.03;
  }

  .visit-pressure strong,
  .visit-trust__grid h3 {
    max-width: 16ch;
    font-size: 1.45rem;
  }

  .visit-conversion__story > p,
  .visit-section-heading > p:not(.kicker),
  .visit-pressure p,
  .visit-trust__grid p {
    max-width: 34ch;
  }

  .visit-form-panel--feature.lead-sheet__panel {
    padding: 1.1rem;
  }

  .visit-hero__form {
    order: -1;
    justify-self: stretch;
  }

  .visit-form-card {
    margin-top: 0.25rem;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.26);
  }

  .visit-form-card__top strong {
    font-size: 2rem;
  }

  .visit-trust__grid,
  .visit-review-grid {
    gap: 1rem;
    background: transparent;
  }

  .visit-reviews__proof {
    gap: 1rem;
    border: 0;
    background: transparent;
  }

  .visit-trust__grid article,
  .visit-review-grid article {
    border: 1px solid var(--line-dark);
  }

  .visit-review-grid article {
    border-color: rgba(239, 210, 142, 0.16);
  }

  .visit-reviews__proof article {
    border: 1px solid rgba(239, 210, 142, 0.16);
  }

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

  .visit-reviews__cta a {
    width: 100%;
  }

  .visit-proof-band figure {
    min-height: 320px;
  }

  .visit-final {
    min-height: 620px;
    align-items: end;
    padding-bottom: 4rem;
  }
}

@media (max-width: 420px) {
  .visit-hero h1 {
    font-size: 2.7rem;
  }

  .visit-conversion__story h2,
  .visit-section-heading h2,
  .visit-proof-band h2,
  .visit-final h2 {
    font-size: 2.2rem;
  }

  .visit-faq summary {
    font-size: 1.45rem;
  }
}

/* WordPress blog, legal and block-theme compatibility styles. */
.blog-index,
.blog-post,
.legal-page {
  padding: 0 var(--gutter) calc(4rem + var(--safe-bottom));
  background:
    linear-gradient(180deg, rgba(241, 238, 230, 0.82), rgba(248, 245, 238, 0) 30rem),
    var(--paper);
}

.blog-hero {
  padding: clamp(8rem, 13vw, 11rem) 0 clamp(3.5rem, 7vw, 5.5rem);
  border-bottom: 1px solid var(--line-dark);
}

.blog-hero__inner {
  display: grid;
  width: min(100%, 1120px);
  margin: 0 auto;
  gap: 1rem;
}

.blog-hero h1,
.blog-index--archive .wp-block-query-title,
.blog-post__title,
.legal-hero h1 {
  max-width: 13ch;
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(2.55rem, 6.8vw, 4.7rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.blog-hero p:not(.kicker),
.legal-hero p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.96rem, 1.7vw, 1.08rem);
  line-height: 1.75;
}

.blog-search.wp-block-search {
  display: grid;
  width: min(100%, 560px);
  margin-top: 0.6rem;
  gap: 0.65rem;
}

.blog-search .wp-block-search__inside-wrapper {
  display: flex;
  gap: 0.65rem;
}

.blog-search input {
  min-width: 0;
  min-height: 50px;
  padding: 0 0.95rem;
  border: 1px solid var(--line-dark);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.54);
}

.blog-search button {
  min-height: 50px;
  padding: 0 1rem;
  border: 1px solid rgba(11, 11, 10, 0.18);
  color: var(--black);
  background: var(--gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-query {
  width: min(100%, 1180px);
  margin: clamp(2.5rem, 6vw, 4.5rem) auto 0;
}

.blog-grid.wp-block-post-template,
.blog-grid {
  display: grid;
  gap: clamp(1rem, 2.2vw, 1.45rem);
  padding: 0;
  margin: 0;
  grid-template-columns: 1fr;
  list-style: none;
}

.blog-grid > li {
  min-width: 0;
}

.blog-card {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.34);
  flex-direction: column;
}

.blog-card > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.blog-card__image {
  overflow: hidden;
  margin: 0;
  border-bottom: 1px solid var(--line-dark);
  background: var(--ivory);
  aspect-ratio: 1.45 / 1;
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.blog-card:focus-within .blog-card__image img,
.blog-card:hover .blog-card__image img {
  transform: scale(1.025);
}

.blog-card__category,
.blog-post__category {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  margin: 1.1rem 1.1rem 0;
  color: #8f6a20;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-card__category a,
.blog-post__category a {
  color: inherit;
  text-decoration: none;
}

.blog-card__title {
  margin: 0.65rem 1.1rem 0;
  font-family: var(--display);
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.blog-card__title a {
  text-decoration: none;
}

.blog-card__date,
.blog-post__date {
  display: block;
  margin: 0.65rem 1.1rem 0;
  color: rgba(27, 26, 23, 0.55);
  font-size: 0.72rem;
}

.blog-card__excerpt {
  margin: 0.9rem 1.1rem 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.68;
}

.blog-card__excerpt p {
  margin: 0;
}

.blog-card__link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin: auto 1.1rem 1.1rem;
  padding-top: 1.1rem;
  color: var(--ink);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-card__link::after {
  margin-left: 0.45rem;
  color: #8f6a20;
  content: "\2197";
}

.blog-empty {
  width: min(100%, 720px);
  margin: 0 auto;
  padding: 1.2rem;
  border: 1px solid var(--line-dark);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.38);
}

.blog-pagination.wp-block-query-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin: clamp(2rem, 5vw, 3.4rem) auto 0;
  flex-wrap: wrap;
}

.blog-pagination a,
.blog-pagination .page-numbers,
.blog-pagination .wp-block-query-pagination-numbers {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  font-size: 0.75rem;
}

.blog-pagination a,
.blog-pagination .page-numbers {
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.28);
}

.blog-pagination .current {
  border-color: rgba(170, 132, 70, 0.52);
  background: rgba(200, 164, 90, 0.16);
}

.blog-final-cta,
.post-cta {
  display: grid;
  width: min(100%, 1180px);
  margin: clamp(3.5rem, 7vw, 5.8rem) auto 0;
  padding: clamp(1.35rem, 3.5vw, 2.35rem);
  border: 1px solid rgba(170, 132, 70, 0.26);
  background:
    linear-gradient(135deg, rgba(200, 164, 90, 0.14), rgba(255, 255, 255, 0) 42%),
    var(--ivory);
  gap: 1.2rem;
}

.blog-final-cta h2,
.post-cta h2,
.related-posts h2,
.legal-content h2 {
  max-width: 16ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4.4vw, 3.3rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.blog-final-cta p:not(.kicker),
.post-cta p:not(.kicker) {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}

.blog-final-cta button,
.post-cta button {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border: 1px solid rgba(11, 11, 10, 0.18);
  color: var(--black);
  background: var(--gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-final-cta button span,
.post-cta button span {
  margin-left: 0.5rem;
}

.blog-post {
  padding-top: clamp(7rem, 12vw, 10rem);
}

.blog-post__article {
  width: min(100%, 980px);
  margin: 0 auto;
}

.blog-post__header {
  width: min(100%, 740px);
  margin: 0 auto clamp(1.8rem, 4vw, 3rem);
}

.blog-post__category,
.blog-post__date {
  margin-right: 0;
  margin-left: 0;
}

.blog-post__title {
  max-width: 12ch;
  margin-top: 0.9rem;
}

.blog-post__image {
  overflow: hidden;
  width: min(100%, 980px);
  margin: 0 auto clamp(2rem, 5vw, 3.5rem);
  border: 1px solid var(--line-dark);
  background: var(--ivory);
}

.blog-post__image img {
  max-height: 560px;
  object-fit: cover;
}

.blog-post__content {
  width: min(100%, 740px);
  margin: 0 auto;
}

.blog-post__content > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.blog-post__content > * + * {
  margin-block-start: 1.15rem;
}

.blog-post__content p,
.blog-post__content li {
  color: #393631;
  font-size: clamp(0.98rem, 1.4vw, 1.05rem);
  line-height: 1.82;
}

.blog-post__content h2,
.blog-post__content h3 {
  margin-top: clamp(2.1rem, 4vw, 3.2rem);
  color: var(--ink);
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.blog-post__content h2 {
  font-size: clamp(2rem, 4.6vw, 3.1rem);
}

.blog-post__content h3 {
  font-size: clamp(1.55rem, 3vw, 2.15rem);
}

.blog-post__content ul,
.blog-post__content ol {
  display: grid;
  gap: 0.55rem;
  padding-left: 1.25rem;
}

.blog-post__content blockquote {
  margin: clamp(1.7rem, 3vw, 2.4rem) 0;
  padding: 1.1rem 1.25rem;
  border-left: 3px solid var(--gold);
  color: var(--ink);
  background: rgba(241, 238, 230, 0.72);
}

.blog-post__content blockquote p {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.2;
}

.blog-post__content a {
  color: #6f511c;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.blog-post__content figure,
.blog-post__content .wp-block-image {
  margin: clamp(1.7rem, 4vw, 2.6rem) 0;
}

.blog-post__content figcaption {
  margin-top: 0.65rem;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.related-posts {
  width: min(100%, 1180px);
  margin: clamp(3.5rem, 8vw, 6rem) auto 0;
  padding-top: clamp(2.2rem, 5vw, 3.5rem);
  border-top: 1px solid var(--line-dark);
}

.legal-page {
  padding-top: clamp(7rem, 12vw, 10rem);
}

.legal-hero,
.legal-content {
  width: min(100%, 760px);
  margin: 0 auto;
}

.legal-hero {
  display: grid;
  gap: 1rem;
  padding-bottom: clamp(2rem, 5vw, 3rem);
  border-bottom: 1px solid var(--line-dark);
}

.legal-content {
  padding-top: clamp(2rem, 5vw, 3rem);
}

.legal-content > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.legal-content > * + * {
  margin-block-start: 1rem;
}

.legal-content h2 {
  max-width: none;
  margin-top: clamp(2rem, 4vw, 2.8rem);
}

.legal-content h3 {
  margin: 1.5rem 0 0;
  font-size: 1rem;
}

.legal-content p,
.legal-content li {
  color: #393631;
  line-height: 1.78;
}

.legal-content ul {
  display: grid;
  gap: 0.45rem;
  padding-left: 1.2rem;
}

.legal-review-note {
  padding: 1rem;
  border: 1px solid rgba(170, 132, 70, 0.32);
  color: var(--ink);
  background: rgba(200, 164, 90, 0.12);
}

@media (min-width: 760px) {
  .blog-grid.wp-block-post-template,
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-final-cta,
  .post-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }
}

@media (min-width: 1040px) {
  .blog-grid.wp-block-post-template,
  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .blog-final-cta button,
  .post-cta button {
    width: 100%;
  }

  .blog-hero h1,
  .blog-index--archive .wp-block-query-title,
  .blog-post__title,
  .legal-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.1rem);
  }
}

/* WordPress block-theme compatibility layer. Keep this small so the static visual system remains authoritative. */
.wp-site-blocks,
.wp-block-post-content,
.entry-content {
  margin: 0;
}

.wp-site-blocks > * + *,
.wp-block-post-content > * + *,
.entry-content > * + * {
  margin-block-start: 0;
}

.wp-block-post-content > main,
.wp-block-post-content > section,
.wp-block-post-content > div,
.wp-block-group,
.wp-block-html {
  margin-block-start: 0;
  margin-block-end: 0;
}

.gf-form-message {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(142, 31, 31, 0.28);
  color: #5f1616;
  background: rgba(142, 31, 31, 0.08);
}

.is-submitting {
  opacity: 0.76;
}
