/* Aaina Furnitures — Premium Editorial Design System v2.
   Warm ivory / walnut / brass. Zero dependencies. Single file.
   Motion: cubic-bezier(.22,1,.36,1) premium ease. Respects reduced motion. */
:root {
  --ivory: #f7f2e9;
  --linen: #efe6d3;
  --bg: #faf7f0;
  --card: #fffdf8;
  --walnut: #2a2118;
  --charcoal: #141110;
  --ink: #1c1712;
  --muted: #7c7364;
  --faint: #a89d89;
  --stone: #e7dcc6;
  --line: #e2d6bf;
  --line-soft: #ede4d0;
  --sand: #c8b591;
  --brass: #9a7732;
  --brass-deep: #77591f;
  --brass-soft: #f0e6cf;
  --wa: #1e7a3c;
  --wa-deep: #145c2c;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-io: cubic-bezier(.65, 0, .35, 1);
  --serif: "Fraunces", Georgia, "Times New Roman", "Noto Serif", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  --wrap: 1340px;
  --wrap-narrow: 720px;
  --sh-sm: 0 1px 2px rgba(28, 23, 18, .06);
  --sh-md: 0 18px 50px -18px rgba(28, 23, 18, .28);
  --sh-lg: 0 40px 90px -30px rgba(20, 17, 16, .45);
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%
}

html,
body {
  overflow-x: clip
}

body {
  margin: 0;
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility
}

img {
  max-width: 100%
}

h1,
h2,
h3,
.brand,
.serif {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: .005em;
  line-height: 1.06
}

h1 {
  font-size: clamp(2.4rem, 5.2vw, 4.2rem);
  margin: .35em 0 .3em;
  letter-spacing: -.015em
}

h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  margin: 0 0 .45em;
  letter-spacing: -.01em
}

h3 {
  font-size: clamp(1.15rem, 2vw, 1.5rem)
}

p {
  margin: 0 0 1em
}

a {
  color: inherit;
  text-underline-offset: 3px
}

::selection {
  background: var(--walnut);
  color: var(--ivory)
}

:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 3px;
  border-radius: 2px
}

.wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px)
}

.narrow {
  max-width: var(--wrap-narrow)
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--charcoal);
  color: #fff;
  padding: 10px 18px;
  z-index: 200
}

.skip:focus {
  left: 12px;
  top: 12px
}

/* ---------- type utilities ---------- */
.eyebrow {
  font-family: var(--sans);
  color: var(--brass-deep);
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: .72rem;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 12px
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--brass);
  display: inline-block
}

.eyebrow.center {
  justify-content: center
}

.eyebrow.center::after {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--brass);
  display: inline-block
}

.lede {
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  color: var(--muted);
  max-width: 36em;
  line-height: 1.7
}

.display-xl {
  font-size: clamp(2.8rem, 7vw, 6.4rem);
  line-height: .98;
  letter-spacing: -.025em;
  margin: 0
}

.display-lg {
  font-size: clamp(2.4rem, 6vw, 5.2rem);
  line-height: .98;
  letter-spacing: -.02em;
  margin: 0
}

.it {
  font-style: italic;
  font-weight: 300
}

.sec {
  padding: clamp(64px, 9vw, 132px) 0;
  border-bottom: 1px solid var(--line-soft);
  position: relative
}

.sec-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(24px, 4vw, 52px);
  flex-wrap: wrap
}

.sec-index {
  font-family: var(--serif);
  color: var(--brass);
  font-size: .95rem;
  letter-spacing: .18em
}

.sec-sub {
  color: var(--muted);
  max-width: 44em;
  margin: .4em 0 0;
  font-size: 1.02rem
}

.rule {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 22px 0
}

.kicker-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px
}

/* ---------- buttons: premium, not pills ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 2px;
  background: var(--ink);
  color: #fdfaf3;
  text-decoration: none;
  border: 1px solid var(--ink);
  cursor: pointer;
  font-weight: 600;
  font-size: .92rem;
  letter-spacing: .04em;
  font-family: var(--sans);
  transition: background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease);
  position: relative;
  overflow: hidden
}

.btn::after {
  content: "→";
  transition: transform .35s var(--ease);
  font-weight: 400
}

.btn:hover {
  background: var(--walnut);
  border-color: var(--walnut);
  transform: translateY(-1px);
  box-shadow: var(--sh-md)
}

.btn:hover::after {
  transform: translateX(4px)
}

.btn:active {
  transform: translateY(0) scale(.99)
}

.btn.big {
  padding: 17px 34px;
  font-size: .98rem
}

.btn.wa {
  background: var(--wa);
  border-color: var(--wa)
}

.btn.wa:hover {
  background: var(--wa-deep);
  border-color: var(--wa-deep)
}

.btn.call,
.btn.ghost {
  background: transparent;
  color: var(--ink)
}

.btn.call:hover,
.btn.ghost:hover {
  background: var(--ink);
  color: #fdfaf3
}

.btn.quiet {
  background: transparent;
  color: var(--ink);
  border-color: var(--line)
}

.btn.quiet:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink)
}

.btn.brass {
  background: var(--brass);
  border-color: var(--brass)
}

.btn.brass:hover {
  background: var(--brass-deep);
  border-color: var(--brass-deep)
}

.btn.light {
  background: var(--ivory);
  border-color: var(--ivory);
  color: var(--ink)
}

.btn.light:hover {
  background: #fff;
  border-color: #fff;
  color: var(--ink)
}

.btn.ghost-light {
  background: transparent;
  border-color: rgba(247, 242, 233, .5);
  color: var(--ivory)
}

.btn.ghost-light:hover {
  background: var(--ivory);
  color: var(--ink);
  border-color: var(--ivory)
}

.btn.no-arrow::after {
  display: none
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 22px 0;
  align-items: center
}

.link-line {
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none;
  border-bottom: 1px solid var(--brass);
  padding-bottom: 3px;
  transition: color .3s var(--ease), border-color .3s var(--ease)
}

.link-line:hover {
  color: var(--brass-deep);
  border-color: var(--ink)
}

/* ---------- header: controlled grid system (single authoritative implementation) ---------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  height: 88px;
  transition: background .45s var(--ease), border-color .45s var(--ease), backdrop-filter .45s var(--ease), transform .45s var(--ease);
  border-bottom: 1px solid transparent
}

.site-header .header-inner,
.site-header .site-header__inner {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 2vw, 48px);
  width: min(100% - 48px, 1800px);
  margin-inline: auto;
  height: 100%;
  padding: 0;
  transition: none
}

.brand,
.site-logo {
  display: block;
  max-width: 220px;
  min-width: 0;
  overflow: hidden;
  font-size: 1.5rem;
  text-decoration: none;
  letter-spacing: .01em;
  line-height: 1;
  text-overflow: ellipsis
}

.brand img,
.site-logo img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  object-fit: contain
}

.foot-logo {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  object-fit: contain;
  margin-bottom: 12px
}

.brand small {
  font-family: var(--sans);
  font-size: .58rem;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--brass);
  font-weight: 700;
  margin-top: 5px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

/* center nav: never overflows — middle column is minmax(0,1fr) so it can shrink */
.nav,
.site-navigation {
  min-width: 0;
  min-height: 0
}

.nav ul,
.site-navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 38px);
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  min-width: 0
}

/* backward compat: bare .nav flex (no ul) behaves identically */
.nav:not(:has(ul)) {
  display: flex;
  gap: clamp(16px, 2vw, 38px);
  justify-content: center;
  align-items: center;
  min-width: 0
}

.nav a,
.site-navigation a {
  text-decoration: none;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  position: relative;
  padding: 8px 0;
  transition: color .3s var(--ease);
  white-space: nowrap;
  flex-shrink: 0
}

.nav li,
.site-navigation li {
  list-style: none;
  min-width: 0;
  display: flex;
  align-items: center
}

.nav a::after,
.site-navigation a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background: var(--brass);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .45s var(--ease)
}

.nav a:hover::after,
.nav a[aria-current="page"]::after,
.site-navigation a:hover::after,
.site-navigation a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left
}

.nav a[aria-current="page"],
.site-navigation a[aria-current="page"] {
  color: var(--brass-deep)
}

/* right cluster: never leaves viewport, shrinks before nav does */
.header-ctas,
.site-header__actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  flex-shrink: 0
}

.header-ctas .btn,
.site-header__actions .btn {
  padding: 12px 22px;
  font-size: .8rem;
  white-space: nowrap;
  flex-shrink: 0
}

.btn-book {
  background: var(--ink);
  border-color: var(--ink)
}

.h-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid transparent;
  border-radius: 50%;
  text-decoration: none;
  color: inherit;
  font-size: 1.15rem;
  transition: border-color .3s, background .3s
}

.h-search:hover {
  border-color: var(--line);
  background: rgba(127, 111, 84, .08)
}

.h-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  padding: 10px 4px;
  position: relative
}

.h-wa::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 4px;
  height: 1px;
  background: var(--brass);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .4s var(--ease)
}

.h-wa:hover::after {
  transform: scaleX(1);
  transform-origin: left
}

.h-phone {
  font-size: .84rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  color: inherit;
  opacity: .85;
  transition: opacity .3s
}

.h-phone:hover {
  opacity: 1
}

.h-phone .ph-ic {
  width: 34px;
  height: 34px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  flex: 0 0 34px;
  opacity: .9
}

.h-phone-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4caf6d;
  display: inline-block;
  box-shadow: 0 0 0 4px rgba(76, 175, 109, .18)
}

/* transparent over hero + thin bottom border */
.site-header.hero-mode {
  background: linear-gradient(to bottom, rgba(20, 14, 8, .5), rgba(20, 14, 8, .12) 70%, transparent);
  border-color: rgba(247, 242, 233, .16)
}

.site-header.hero-mode .brand,
.site-header.hero-mode .nav a,
.site-header.hero-mode .h-phone {
  color: #fbf7ee
}

.site-header.hero-mode .nav a {
  opacity: .82
}

.site-header.hero-mode .nav a:hover {
  opacity: 1;
  color: #fff
}

.site-header.hero-mode .nav a[aria-current="page"] {
  opacity: 1;
  color: #e9d9ae
}

.site-header.hero-mode .brand small {
  color: #d8c391
}

.site-header.hero-mode .btn-book {
  background: #fbf7ee;
  border-color: #fbf7ee;
  color: var(--ink)
}

.site-header.hero-mode .btn-book:hover {
  background: #fff
}

.site-header.hero-mode .btn-wa-h {
  background: transparent;
  border-color: rgba(251, 247, 238, .55);
  color: #fbf7ee
}

.site-header.hero-mode .btn-wa-h:hover {
  background: #fbf7ee;
  color: var(--ink)
}

.site-header.hero-mode .h-search,
.site-header.hero-mode .h-wa {
  color: #fbf7ee
}

/* solid deep espresso on scroll AND on all internal pages from first paint (one header system) */
.site-header.is-solid,
.site-header.solid-start {
  background: rgba(26, 18, 11, .94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-color: rgba(200, 181, 145, .28)
}

.site-header.is-solid .brand,
.site-header.is-solid .nav a,
.site-header.is-solid .h-phone,
.site-header.is-solid .h-search,
.site-header.is-solid .h-wa,
.site-header.solid-start .brand,
.site-header.solid-start .nav a,
.site-header.solid-start .h-phone,
.site-header.solid-start .h-search,
.site-header.solid-start .h-wa {
  color: #f5efe2
}

.site-header.is-solid .nav a,
.site-header.solid-start .nav a {
  opacity: .85
}

.site-header.is-solid .nav a:hover,
.site-header.solid-start .nav a:hover {
  opacity: 1;
  color: #fff
}

.site-header.is-solid .nav a[aria-current="page"],
.site-header.solid-start .nav a[aria-current="page"] {
  opacity: 1;
  color: #e9d9ae
}

.site-header.is-solid .brand small,
.site-header.solid-start .brand small {
  color: #c9a86a
}

.site-header.is-solid .btn-book,
.site-header.solid-start .btn-book {
  background: #f7f2e9;
  border-color: #f7f2e9;
  color: var(--ink)
}

.site-header.is-solid .btn-book:hover,
.site-header.solid-start .btn-book:hover {
  background: #fff
}

.site-header.is-hidden {
  transform: translateY(-100%)
}

.burger {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 10px;
  z-index: 95;
  color: inherit
}

.burger span {
  display: block;
  width: 26px;
  height: 2px;
  background: currentColor;
  margin: 6px 0;
  transition: transform .4s var(--ease), opacity .3s
}

body.menu-open .burger span:nth-child(1) {
  transform: translateY(8px) rotate(45deg)
}

body.menu-open .burger span:nth-child(2) {
  opacity: 0
}

body.menu-open .burger span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg)
}

body.menu-open {
  overflow: hidden
}

body.menu-open .site-header {
  z-index: 96;
  background: transparent;
  border-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none
}

body.menu-open .site-header .brand,
body.menu-open .site-header .site-logo,
body.menu-open .site-header .burger {
  color: #f7f2e9
}

body.menu-open .site-header .header-ctas,
body.menu-open .site-header .site-header__actions,
body.menu-open .site-header .nav,
body.menu-open .site-header .site-navigation {
  opacity: 0;
  pointer-events: none
}

.site-header .nav,
.site-header .site-navigation,
.site-header .header-ctas,
.site-header .site-header__actions {
  transition: opacity .3s var(--ease)
}

/* logo width control — never grows into navigation */
@media(max-width:1200px) {

  .brand,
  .site-logo {
    max-width: 180px;
    font-size: 1.32rem
  }
}

@media(max-width:1100px) {
  .site-header {
    height: 76px
  }
}

main {
  padding-top: 0
}

/* fullscreen mobile menu */
.mmenu {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: var(--charcoal);
  color: var(--ivory);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 110px clamp(24px, 7vw, 60px) 34px;
  clip-path: inset(0 0 100% 0);
  transition: clip-path .6s var(--ease-io);
  visibility: hidden
}

body.menu-open .mmenu {
  clip-path: inset(0 0 0% 0);
  visibility: visible
}

.mmenu-bg {
  position: absolute;
  inset: 0;
  opacity: .22;
  pointer-events: none
}

.mmenu-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.mmenu-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--charcoal) 30%, transparent)
}

.mmenu nav {
  position: relative;
  display: flex;
  flex-direction: column
}

.mmenu a.m-link {
  font-family: var(--serif);
  font-size: clamp(2rem, 9vw, 3.2rem);
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 1px solid rgba(247, 242, 233, .14);
  display: flex;
  align-items: baseline;
  gap: 16px;
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .55s var(--ease), transform .55s var(--ease)
}

.mmenu a.m-link i {
  font-style: normal;
  font-family: var(--sans);
  font-size: .72rem;
  letter-spacing: .2em;
  color: var(--sand)
}

body.menu-open .mmenu a.m-link {
  opacity: 1;
  transform: none
}

body.menu-open .mmenu a.m-link:nth-child(1) {
  transition-delay: .12s
}

body.menu-open .mmenu a.m-link:nth-child(2) {
  transition-delay: .18s
}

body.menu-open .mmenu a.m-link:nth-child(3) {
  transition-delay: .24s
}

body.menu-open .mmenu a.m-link:nth-child(4) {
  transition-delay: .3s
}

body.menu-open .mmenu a.m-link:nth-child(5) {
  transition-delay: .36s
}

body.menu-open .mmenu a.m-link:nth-child(6) {
  transition-delay: .42s
}

body.menu-open .mmenu a.m-link:nth-child(7) {
  transition-delay: .48s
}

.mmenu-foot {
  position: relative;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
  font-size: .92rem
}

.mmenu-foot a {
  color: var(--sand);
  text-decoration: none;
  border: 1px solid rgba(247, 242, 233, .25);
  padding: 10px 18px;
  border-radius: 2px
}

/* ---------- page transition ---------- */
#pt-veil {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: var(--charcoal);
  transform: scaleY(0);
  transform-origin: bottom;
  pointer-events: none
}

#pt-veil.go {
  animation: veil .55s var(--ease-io)
}

@keyframes veil {
  0% {
    transform: scaleY(0);
    transform-origin: bottom
  }

  45% {
    transform: scaleY(1);
    transform-origin: bottom
  }

  55% {
    transform: scaleY(1);
    transform-origin: top
  }

  100% {
    transform: scaleY(0);
    transform-origin: top
  }
}

body.pt-in main {
  animation: ptin .6s var(--ease)
}

@keyframes ptin {
  from {
    opacity: 0;
    transform: translateY(14px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

/* ---------- custom cursor (fine pointers only) ---------- */
#cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 130;
  pointer-events: none;
  display: none
}

#cursor .c-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brass);
  transform: translate(-50%, -50%)
}

#cursor .c-ring {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 76px;
  height: 76px;
  padding: 0 14px;
  border-radius: 60px;
  background: rgba(20, 17, 16, .88);
  color: var(--ivory);
  backdrop-filter: blur(4px);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .22em;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%) scale(0);
  transition: transform .35s var(--ease);
  white-space: nowrap
}

#cursor.is-label .c-ring {
  transform: translate(-50%, -50%) scale(1)
}

#cursor.is-label .c-dot {
  opacity: 0
}

@media(pointer:fine) {
  body.has-cursor #cursor {
    display: block
  }
}

/* ---------- HERO base (single authoritative title implementation) ---------- */
.hero-title {
  max-width: 20ch;
  margin: 0;
  font-size: clamp(3.5rem, 6vw, 7.5rem);
  line-height: .9;
  letter-spacing: -.04em;
  overflow: hidden;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none
}

.hero-title .line,
.hero-title__line {
  display: block;
  overflow: hidden
}

.hero-title .line>span,
.hero-title__line>span {
  display: block;
  transform: translateY(110%);
  animation: lineUp 1.1s var(--ease) forwards
}

.hero-title .line:nth-child(2)>span,
.hero-title__line:nth-child(2)>span {
  animation-delay: .14s
}

.hero-title .line:nth-child(3)>span,
.hero-title__line:nth-child(3)>span {
  animation-delay: .28s
}

@keyframes lineUp {
  to {
    transform: none
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

/* editorial hero variant for inner pages */
.page-hero {
  padding: clamp(130px, 16vw, 190px) 0 clamp(36px, 5vw, 64px);
  border-bottom: 1px solid var(--line-soft);
  position: relative;
  overflow: clip;
  background: var(--ivory)
}

.page-hero::before {
  content: attr(data-num);
  position: absolute;
  right: -1%;
  top: 8%;
  font-family: var(--serif);
  font-size: clamp(8rem, 22vw, 20rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px var(--stone);
  opacity: .7;
  pointer-events: none
}

.page-hero h1 {
  max-width: 14em
}

.crumbs {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: .84rem;
  letter-spacing: .04em
}

.crumbs a {
  color: inherit;
  text-decoration: none
}

.crumbs a:hover {
  color: var(--ink)
}

/* ---------- image treatment ---------- */
.img-frame {
  overflow: hidden;
  background: var(--linen);
  position: relative
}

.img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
  filter: saturate(.96);
  transition: transform 1.1s var(--ease), filter .8s var(--ease), opacity .8s var(--ease)
}

.img-frame:hover img {
  transform: scale(1.09);
  filter: saturate(1.02)
}

.img-fade {
  opacity: 0;
  transition: opacity .9s var(--ease)
}

.img-fade.loaded {
  opacity: 1
}

.mask-reveal {
  clip-path: inset(8% 5% 8% 5%);
  transition: clip-path 1.2s var(--ease)
}

.mask-reveal.in {
  clip-path: inset(0 0 0 0)
}

/* ---------- collections: editorial index ---------- */
.coll-list {
  border-top: 1px solid var(--line);
  margin: 10px 0 0
}

.coll-row {
  display: grid;
  grid-template-columns: 90px 1fr 1.1fr auto;
  gap: clamp(16px, 3vw, 44px);
  align-items: center;
  padding: clamp(20px, 3vw, 34px) 6px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  position: relative;
  transition: background .4s var(--ease), padding .4s var(--ease)
}

.coll-row:hover {
  background: var(--card)
}

.coll-num {
  font-family: var(--serif);
  font-size: 1rem;
  color: var(--brass);
  letter-spacing: .14em
}

.coll-name {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 4.4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -.02em;
  transition: transform .5s var(--ease)
}

.coll-row:hover .coll-name {
  transform: translateX(12px)
}

.coll-thumb {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--linen)
}

.coll-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease)
}

.coll-row:hover .coll-thumb img {
  transform: scale(1.07)
}

.coll-meta {
  font-size: .85rem;
  color: var(--muted);
  text-align: right
}

.coll-go {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: .85rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 8px;
  color: var(--ink)
}

.coll-go::after {
  content: "→";
  transition: transform .35s var(--ease)
}

.coll-row:hover .coll-go::after {
  transform: translateX(6px)
}

/* fallback grid cells (SEO/category pages still use) */
.cols {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  margin: 28px 0;
  background: var(--card)
}

.col-cell {
  display: block;
  padding: 24px 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  background: var(--card);
  transition: background .35s var(--ease)
}

.col-cell strong {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.25rem;
  display: block
}

.col-cell span {
  font-size: .88rem;
  color: var(--muted)
}

.col-cell:hover {
  background: var(--brass-soft)
}

/* ---------- products ---------- */
.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.6vw, 34px) clamp(16px, 2vw, 26px);
  margin: 30px 0
}

.cards.rhythm .card:nth-child(4n+1) {
  grid-row: span 1
}

.card {
  background: transparent;
  border: 0;
  text-decoration: none;
  color: inherit;
  display: block;
  position: relative
}

.card .ph {
  aspect-ratio: 4/5;
  background: linear-gradient(135deg, var(--linen), var(--stone))
}

.card-img {
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--linen);
  position: relative
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1s var(--ease), opacity .7s var(--ease)
}

.card:hover .card-img img {
  transform: scale(1.06)
}

.card .card-img .second {
  position: absolute;
  inset: 0;
  opacity: 0
}

.card:hover .card-img .second {
  opacity: 1
}

.card-flag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: rgba(20, 17, 16, .85);
  color: var(--ivory);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: 7px 12px
}

.card-flag.brass {
  background: var(--brass)
}

.card-body {
  padding: 16px 2px 0;
  border-top: 0;
  margin-top: 0
}

.card-cat {
  font-size: .68rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--brass-deep);
  font-weight: 700
}

.card strong {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.22rem;
  display: block;
  margin: 4px 0 2px;
  line-height: 1.2
}

.card-meta {
  font-size: .88rem;
  color: var(--muted)
}

.card-price {
  font-weight: 700;
  margin-top: 6px;
  display: block;
  font-size: 1rem
}

.card-price small {
  font-weight: 400;
  color: var(--muted)
}

.cust-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--brass);
  border-radius: 50%;
  margin-right: 6px
}

.card-quick {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  display: flex;
  gap: 8px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .4s var(--ease), transform .4s var(--ease)
}

.card:hover .card-quick,
.card:focus-within .card-quick {
  opacity: 1;
  transform: none
}

.card-quick a {
  flex: 1;
  text-align: center;
  font-size: .8rem;
  font-weight: 700;
  padding: 11px;
  background: rgba(250, 247, 240, .96);
  border: 1px solid var(--line);
  text-decoration: none;
  backdrop-filter: blur(6px)
}

.card-quick a.wa {
  background: var(--wa);
  border-color: var(--wa);
  color: #fff
}

/* editorial feature card */
.card.featured {
  grid-column: span 2
}

.card.featured .card-img {
  aspect-ratio: 16/11
}

.card.featured strong {
  font-size: clamp(1.5rem, 2.6vw, 2.1rem)
}

/* horizontal rail */
.rail-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 8px
}

.rail {
  --gap: 22px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(270px, 340px);
  gap: var(--gap);
  overflow-x: auto;
  padding: 14px 0 26px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  cursor: grab
}

.rail:active {
  cursor: grabbing
}

.rail .card {
  scroll-snap-align: start
}

.rail-ctrl {
  display: flex;
  gap: 10px
}

.rail-ctrl button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--card);
  cursor: pointer;
  font-size: 1.2rem;
  transition: background .3s var(--ease), color .3s var(--ease)
}

.rail-ctrl button:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink)
}

/* ---------- studio / custom section ---------- */
.studio {
  background: var(--walnut);
  color: var(--ivory);
  position: relative;
  overflow: clip
}

.studio::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(247, 242, 233, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(247, 242, 233, .05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(70% 80% at 70% 20%, #000, transparent)
}

.studio-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
  position: relative
}

.studio h2 {
  color: #fff
}

.studio .lede {
  color: rgba(247, 242, 233, .72)
}

.studio-steps {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(247, 242, 233, .16)
}

.studio-steps li {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px 4px;
  border-bottom: 1px solid rgba(247, 242, 233, .16);
  transition: background .35s var(--ease), padding .35s var(--ease)
}

.studio-steps li:hover {
  background: rgba(247, 242, 233, .05);
  padding-left: 12px
}

.studio-steps .n {
  font-family: var(--serif);
  color: var(--sand);
  font-size: .95rem;
  letter-spacing: .16em
}



.studio-visual {
  position: relative
}

.studio-visual .main {
  aspect-ratio: 4/5;
  overflow: hidden
}

.studio-visual .main img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.studio-visual .overlap {
  position: absolute;
  left: -46px;
  bottom: 36px;
  width: 52%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 6px solid var(--walnut);
  box-shadow: var(--sh-lg)
}

.studio-visual .overlap img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.studio-tag {
  position: absolute;
  top: 22px;
  right: -10px;
  background: var(--brass);
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  padding: 10px 16px;
  transform: rotate(3deg)
}

.craft-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start
}

.craft-list {
  list-style: none;
  padding: 0;
  margin: 20px 0
}

.craft-list li {
  padding: 14px 0;
  border-top: 1px solid var(--line);
  font-size: .98rem
}

.craft-list b {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.1rem
}

/* ---------- story / sticky ---------- */
.story {
  background: var(--walnut);
  color: var(--ivory);
}

.story .sec-head h2 {
  color: var(--ivory);
}

.story .sec-head .eyebrow {
  color: var(--brass);
  letter-spacing: 0.15em;
}

.story-sticky {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.story-media {
  position: sticky;
  top: clamp(80px, 10vh, 120px);
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--ink);
  border-radius: 20px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(154, 119, 50, 0.2);
}

.story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

.story-media img.on {
  opacity: 1;
  transform: scale(1);
}

.story-steps article {
  padding: clamp(32px, 5vw, 64px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 44vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
  opacity: 0.5;
}

.story-steps article:hover,
.story-steps article.on {
  opacity: 1;
}

.story-steps .n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--ink);
  border: 1px solid var(--brass);
  color: var(--brass-soft);
  font-family: var(--serif);
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 20px;
  box-shadow: 0 0 16px rgba(154, 119, 50, 0.25);
}

.story-steps h3 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 400;
  color: var(--ivory);
  line-height: 1.1;
  margin: 0 0 16px 0;
  letter-spacing: -0.01em;
}

.story-steps p {
  color: rgba(247, 242, 233, 0.65);
  max-width: 32em;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

.story-steps a.link-line {
  align-self: flex-start;
  color: var(--brass);
}

/* ---------- locations ---------- */
.loc-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 380px);
  gap: 20px;
  overflow-x: auto;
  padding: 10px 0 24px;
  scroll-snap-type: x mandatory
}

.loc-card {
  scroll-snap-align: start;
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background: var(--walnut);
  display: flex;
  align-items: flex-end
}

.loc-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease)
}

.loc-card:hover img {
  transform: scale(1.07)
}

.loc-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 8, 6, .82), transparent 60%)
}

.loc-card div {
  position: relative;
  z-index: 2;
  padding: 24px
}

.loc-card strong {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.6rem;
  display: block
}

.loc-card span {
  font-size: .88rem;
  opacity: .85
}

.loc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  margin: 24px 0;
  background: var(--card)
}

.loc-grid a {
  display: block;
  padding: 14px 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  background: var(--card);
  font-size: .95rem;
  transition: background .3s
}

.loc-grid a:hover {
  background: var(--brass-soft)
}

.loc-seo-fallback {
  margin-top: 18px
}

/* ---------- testimonials ---------- */
.quotes {
  background: var(--charcoal);
  color: var(--ivory);
  text-align: center;
  overflow: clip;
  position: relative
}

.quotes::before {
  content: "“";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--serif);
  font-size: 16rem;
  color: rgba(247, 242, 233, .06);
  pointer-events: none
}

.quote-stage {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.quote {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
  pointer-events: none;
  padding: 0 12px
}

.quote.on {
  opacity: 1;
  transform: none;
  pointer-events: auto;
  position: relative
}

.quote p {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3.6vw, 2.9rem);
  line-height: 1.2;
  letter-spacing: -.01em;
  margin: 0 auto;
  max-width: 22em
}

.quote cite {
  font-style: normal;
  font-family: var(--sans);
  font-size: .85rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--sand);
  margin-top: 22px;
  display: block
}

.quote-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 30px
}

.quote-dots button {
  width: 44px;
  height: 3px;
  border: 0;
  background: rgba(247, 242, 233, .25);
  cursor: pointer;
  padding: 0;
  transition: background .3s
}

.quote-dots button.on {
  background: var(--sand)
}

/* ---------- FAQ ---------- */
.faq {
  border-top: 1px solid var(--line)
}

.faq details {
  border-bottom: 1px solid var(--line);
  border-top: 0;
  padding: 0
}

.faq summary {
  cursor: pointer;
  list-style: none;
  display: grid;
  grid-template-columns: 64px 1fr 40px;
  gap: 16px;
  align-items: center;
  padding: 24px 4px;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2.2vw, 1.6rem);
  transition: padding .35s var(--ease)
}

.faq summary::-webkit-details-marker {
  display: none
}

.faq summary:hover {
  padding-left: 12px
}

.faq .qn {
  font-family: var(--sans);
  font-size: .78rem;
  letter-spacing: .2em;
  color: var(--brass-deep);
  font-weight: 700
}

.faq .qx {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sans);
  font-size: 1.2rem;
  transition: transform .45s var(--ease), background .35s, color .35s;
  justify-self: end
}

.faq details[open] .qx {
  transform: rotate(45deg);
  background: var(--ink);
  color: #fff;
  border-color: var(--ink)
}

.faq details p {
  color: var(--muted);
  max-width: 44em;
  padding: 0 4px 26px 80px;
  margin: 0
}

details {
  border-top: 1px solid var(--line);
  padding: 12px 0
}

details summary {
  cursor: pointer;
  font-weight: 600
}

/* ---------- final CTA ---------- */
.finale {
  position: relative;
  color: #fff;
  overflow: clip;
  background: var(--line-soft);
  padding: clamp(100px, 14vw, 180px) 0;
  text-align: left;
  border: 0
}

.finale-bg {
  position: absolute;
  inset: 0
}

.finale-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .4;
  filter: saturate(.8)
}

.finale-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(14, 11, 9, .95) 0%, rgba(20, 17, 16, .8) 45%, rgba(28, 23, 18, .3) 100%)
}

.finale-arch {
  position: absolute;
  right: 8%;
  top: -10%;
  width: 40vw;
  height: 120%;
  border-radius: 50vw 50vw 0 0;
  border: 1px solid rgba(247, 242, 233, .08);
  pointer-events: none
}

.finale .wrap {
  position: relative;
  z-index: 2
}

.finale-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center
}

.offer-badge {
  display: inline-block;
  background: var(--sand);
  color: var(--ink);
  font-family: var(--sans);
  font-size: .75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .2em;
  padding: 6px 14px;
  border-radius: 50px;
  margin-bottom: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
  transform: rotate(-2deg)
}

.sec-head {
  max-width: 32em
}

.finale-copy .hero-eyebrow {
  color: var(--sand);
  margin-bottom: 24px
}

.finale-lede {
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  color: rgba(247, 242, 233, .8);
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 300
}

.finale-ctas {
  margin-bottom: 32px;
  gap: 16px
}

.finale-footnote {
  font-size: .85rem;
  color: rgba(247, 242, 233, .5);
  letter-spacing: .02em
}

.finale-accent {
  color: var(--sand);
  font-style: italic
}

.finale-card {
  background: rgba(255, 255, 255, .03);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, .08);
  padding: clamp(32px, 4vw, 56px);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 60px -12px rgba(0, 0, 0, .4);
  transition: transform .4s var(--ease), border-color .4s var(--ease)
}

.finale-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, .15)
}

.finale-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, .08), transparent 50%);
  pointer-events: none
}

.finale-card>* {
  position: relative;
  z-index: 1
}

.finale-card-eyebrow {
  font-family: var(--sans);
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--sand);
  font-weight: 700;
  margin-bottom: 16px
}

.finale-card-title {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  margin-bottom: 12px;
  color: #fff
}

.finale-card-sub {
  font-size: 1rem;
  color: rgba(247, 242, 233, .7);
  margin-bottom: 32px;
  line-height: 1.5
}

.finale-facts {
  display: grid;
  gap: 20px
}

.finale-fact {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .1)
}

.finale-fact-k {
  display: block;
  font-size: .75rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(247, 242, 233, .5);
  margin-bottom: 6px;
  font-weight: 600
}

.finale-fact-v {
  display: block;
  font-size: 1rem;
  color: #fff;
  font-weight: 500
}

.finale-fact-actions a {
  color: var(--sand);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .3s
}

.finale-fact-actions a:hover {
  border-color: var(--sand)
}

@media(max-width:960px) {
  .finale-grid {
    grid-template-columns: 1fr
  }

  .finale-arch {
    display: none
  }
}

.convert {
  background: var(--ink);
  color: #f3efe7;
  padding: 64px 0
}

.convert h2 {
  color: #fff
}

.convert p {
  color: #cfc8ba
}

.convert .btn.call,
.convert .btn.ghost {
  color: #fff;
  border-color: #cfc8ba
}

.convert .btn.call:hover,
.convert .btn.ghost:hover {
  background: #fff;
  color: var(--ink)
}

/* ---------- product listing ---------- */
.plp-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin: 26px 0;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}

.plp-count {
  font-family: var(--serif);
  font-size: 1.05rem
}

.plp-cats {
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.plp-cats a {
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--line);
  padding: 9px 16px;
  border-radius: 2px;
  background: var(--card);
  transition: all .3s var(--ease)
}

.plp-cats a:hover,
.plp-cats a.on {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink)
}

.search-bar {
  display: flex;
  gap: 10px;
  margin: 20px 0;
  flex-wrap: wrap
}

.search-bar input {
  flex: 1;
  min-width: 220px
}

.plp-hero-img {
  aspect-ratio: 21/8;
  overflow: hidden;
  background: var(--linen);
  margin: 26px 0
}

.plp-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.pager {
  display: flex;
  gap: 8px;
  margin: 34px 0;
  align-items: center;
  flex-wrap: wrap
}

.pager a,
.pager span {
  padding: 10px 18px;
  border: 1px solid var(--line);
  text-decoration: none;
  font-size: .9rem;
  background: var(--card);
  transition: all .3s
}

.pager a:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink)
}

.pager .cur {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink)
}

.empty {
  padding: 60px 0;
  text-align: center;
  color: var(--muted)
}

/* ---------- PDP ---------- */
.pdp {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(28px, 4.5vw, 64px);
  align-items: start;
  margin-top: 8px
}

.gal {
  position: sticky;
  top: 96px
}

.gal-main {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--linen);
  cursor: zoom-in
}

.gal-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.gal-count {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(12, 10, 8, .75);
  color: #fff;
  font-size: .76rem;
  letter-spacing: .14em;
  padding: 7px 13px;
  backdrop-filter: blur(4px)
}

.gal-expand {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(250, 247, 240, .92);
  border: 0;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  padding: 9px 14px;
  cursor: pointer
}

.gal-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 10px
}

.gal-thumbs button {
  border: 1px solid transparent;
  background: var(--linen);
  padding: 0;
  cursor: pointer;
  aspect-ratio: 1;
  overflow: hidden;
  transition: border-color .3s
}

.gal-thumbs button.on {
  border-color: var(--ink)
}

.gal-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.pdp-info .price {
  font-family: var(--serif);
  font-size: 2rem;
  margin: 10px 0
}

.pdp-note {
  font-size: .86rem;
  color: var(--muted)
}

.pdp-anchors {
  display: flex;
  gap: 4px;
  border-bottom: 1px solid var(--line);
  margin: 22px 0;
  position: sticky;
  top: 64px;
  background: var(--bg);
  z-index: 5
}

.pdp-anchors a {
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 14px;
  color: var(--muted);
  border-bottom: 2px solid transparent
}

.pdp-anchors a:hover,
.pdp-anchors a.on {
  color: var(--ink);
  border-color: var(--brass)
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: .96rem;
  background: var(--card)
}

.spec-table th,
.spec-table td {
  text-align: left;
  padding: 13px 14px;
  border-top: 1px solid var(--line);
  vertical-align: top
}

.spec-table th {
  font-weight: 600;
  width: 34%;
  color: var(--muted);
  font-size: .85rem;
  letter-spacing: .06em;
  text-transform: uppercase
}

.enq {
  margin: 18px 0;
  border: 1px solid var(--line);
  padding: 18px;
  background: var(--card)
}

.enq-result {
  font-size: .92rem;
  color: var(--muted);
  margin: 12px 0 0
}

.enq-result .btn {
  margin-top: 12px
}

.enq summary {
  cursor: pointer;
  font-size: 1rem;
  font-family: var(--serif);
  font-size: 1.2rem
}

.sticky-enq {
  position: fixed;
  bottom: 76px;
  left: 0;
  right: 0;
  z-index: 55;
  display: none;
  justify-content: center;
  pointer-events: none
}

.sticky-enq.show {
  display: flex
}

.sticky-enq .in {
  pointer-events: auto;
  display: flex;
  gap: 10px;
  background: rgba(20, 17, 16, .94);
  padding: 10px;
  border-radius: 4px;
  backdrop-filter: blur(8px);
  box-shadow: var(--sh-lg)
}

.sticky-enq a {
  padding: 12px 22px;
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px
}

.sticky-enq .s-wa {
  background: var(--wa);
  color: #fff
}

.sticky-enq .s-call {
  background: var(--ivory);
  color: var(--ink)
}

.lb {
  position: fixed;
  inset: 0;
  background: rgba(16, 13, 10, .94);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 110;
  padding: 24px;
  flex-direction: column;
  gap: 14px
}

.lb img {
  max-width: min(1050px, 94vw);
  max-height: 82vh;
  object-fit: contain
}

.lb .lb-bar {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #fff;
  font-size: .9rem
}

.lb button.lb-btn {
  background: none;
  border: 1px solid rgba(255, 255, 255, .6);
  color: #fff;
  font-size: .9rem;
  padding: 9px 18px;
  cursor: pointer;
  border-radius: 2px
}

.lb button.lb-btn:hover {
  background: #fff;
  color: #000
}

/* ---------- builder wizard ---------- */
.builder {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
}

.builder-side {
  position: sticky;
  top: 100px;
  background: var(--card);
  padding: 32px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.03);
}

.progress {
  height: 6px;
  background: rgba(0, 0, 0, 0.05);
  margin: 24px 0;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.progress i {
  position: absolute;
  inset: 0;
  background: var(--brass-deep, #9b7a42);
  transform-origin: left;
  transform: scaleX(0);
  transition: transform .6s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 3px;
}

.cfg-summary {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.cfg-summary .cfg-h {
  display: block;
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--ink);
  margin-bottom: 16px;
  font-weight: 600;
}

.cfg-summary div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 0.95rem;
}

.cfg-summary div:last-child {
  border-bottom: none;
}

.cfg-summary div span:first-child {
  color: var(--muted);
}

.cfg-summary div span:last-child {
  font-weight: 500;
  color: var(--ink);
  text-align: right;
}

.studio-steps {
  list-style: none;
  padding: 0;
  margin: 16px 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.studio-steps li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 0.95rem;
  color: var(--muted);
  border: 1px solid transparent;
  background: transparent;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  user-select: none;
}

.studio-steps li:hover {
  background: var(--brass-soft);
  color: var(--ink);
}

.studio-steps li .n {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 600;
  min-width: 24px;
  color: var(--muted);
  transition: color 0.25s ease;
}

.studio-steps li b {
  font-weight: 500;
  color: inherit;
  transition: color 0.25s ease;
}

.studio-steps li span:last-child {
  margin-left: auto;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--muted);
  transition: color 0.25s ease, transform 0.25s ease;
}

/* Active / Current Selected Step */
.studio-steps li.on,
.studio-steps li.active {
  background: var(--brass-soft);
  border-color: var(--brass);
  color: var(--ink);
  font-weight: 600;
  box-shadow: 0 2px 10px rgba(184, 142, 74, 0.14);
  transform: translateX(4px);
}

.studio-steps li.on .n,
.studio-steps li.active .n {
  color: var(--brass-deep);
  font-weight: 700;
}

.studio-steps li.on b,
.studio-steps li.active b {
  color: var(--ink);
  font-weight: 700;
}

.studio-steps li.on span:last-child,
.studio-steps li.active span:last-child {
  color: var(--brass-deep);
  transform: scale(1.25);
}

/* Completed Steps */
.studio-steps li.done {
  color: var(--ink);
  opacity: 0.9;
}

.studio-steps li.done .n {
  color: var(--brass-deep);
  font-weight: 600;
}

.studio-steps li.done b {
  color: var(--ink);
  font-weight: 500;
}

.studio-steps li.done span:last-child {
  color: #2e7d32;
  font-weight: 700;
}

.steps-label {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--brass-deep);
  margin-bottom: 8px;
}

.opt-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 20px 0 28px;
}

.opt {
  border: 1px solid var(--line);
  background: #ffffff;
  padding: 0;
  cursor: pointer;
  text-align: left;
  transition: all .4s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}

.opt:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.15);
}

.opt.on {
  border-color: var(--brass-deep, #9b7a42);
  border-width: 2px;
  box-shadow: 0 12px 24px rgba(155, 122, 66, 0.12);
}

.opt .sw {
  aspect-ratio: 16/9;
  background: var(--linen);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 1.8rem;
  color: var(--walnut);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  transition: background .3s ease;
}

.opt:hover .sw {
  background: rgba(0, 0, 0, 0.02);
}

.opt.on .sw {
  background: rgba(155, 122, 66, 0.05);
}

.opt b {
  display: block;
  padding: 16px 16px 4px;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ink);
}

.opt small {
  display: block;
  padding: 0 16px 16px;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.4;
}

.wstep {
  display: none;
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.04);
}

.wstep h2 {
  font-size: 2rem;
  margin: 0 0 24px;
  color: var(--ink);
}

.wstep.on {
  display: block;
  animation: fadeUp .6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.wnav {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.wnav .btn {
  border-radius: 30px;
  padding: 12px 28px;
  font-weight: 600;
  letter-spacing: .02em;
}

.success-card {
  background: var(--walnut);
  color: var(--ivory);
  padding: clamp(40px, 6vw, 72px);
  text-align: center;
  border-radius: 24px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.15);
}

.success-card h2 {
  color: #fff;
  font-size: 2.2rem;
  margin: 20px 0;
  line-height: 1.2;
}

.success-mark {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid var(--sand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  margin: 0 auto 24px;
  color: var(--sand);
  background: rgba(255, 255, 255, 0.05);
}

/* ---------- booking / contact / about ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--line);
  background: var(--card);
  overflow: hidden
}

.split-visual {
  background: var(--walnut);
  color: var(--ivory);
  padding: clamp(28px, 4vw, 52px);
  position: relative;
  overflow: hidden
}

.split-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(247, 242, 233, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(247, 242, 233, .05) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none
}

.split-visual>* {
  position: relative;
  z-index: 1
}

.split-visual h2 {
  color: #fff
}

.split-form {
  padding: clamp(28px, 4vw, 52px)
}

.time-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 10px 0
}

.time-grid button {
  border: 1px solid var(--line);
  background: #fff;
  padding: 12px;
  cursor: pointer;
  font-size: .9rem;
  font-weight: 600;
  transition: all .25s var(--ease)
}

.time-grid button.on {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink)
}

input,
textarea,
select {
  width: 100%;
  padding: 13px 14px;
  margin: 8px 0;
  border: 1px solid #cfc3a8;
  border-radius: 2px;
  font-size: 1rem;
  font-family: var(--sans);
  background: #fff;
  color: var(--ink);
  transition: border-color .3s, box-shadow .3s
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--brass);
  box-shadow: 0 0 0 3px rgba(154, 119, 50, .15)
}

fieldset {
  border: 1px solid var(--line);
  border-radius: 2px;
  margin: 12px 0;
  padding: 18px;
  background: var(--card)
}

legend {
  font-family: var(--serif);
  font-size: 1.1rem;
  padding: 0 8px
}

label.fl {
  display: block;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 12px
}

.timeline {
  border-left: 1px solid var(--line);
  margin: 30px 0 30px 8px;
  padding-left: 30px;
  display: grid;
  gap: 28px
}

.timeline div {
  position: relative
}

.timeline div::before {
  content: "";
  position: absolute;
  left: -37px;
  top: 6px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--brass);
  box-shadow: 0 0 0 5px var(--brass-soft)
}

.timeline b {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.3rem;
  display: block
}

.full-bleed {
  width: 100%;
  aspect-ratio: 21/9;
  overflow: hidden;
  background: var(--linen)
}

.full-bleed img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

/* ---------- footer ---------- */
.site-footer {
  background: var(--charcoal);
  color: #e9e2d2;
  padding: 0
}

.foot-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  flex-wrap: wrap;
  padding: clamp(36px, 5vw, 60px) 0;
  border-bottom: 1px solid rgba(247, 242, 233, .14)
}

.foot-cta h2 {
  color: #fff;
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3rem)
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 36px;
  padding: clamp(36px, 5vw, 56px) 0
}

.footer-grid strong {
  font-family: var(--sans);
  font-size: .74rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--sand);
  display: block;
  margin-bottom: 14px
}

.footer-grid a {
  color: #e9e2d2;
  text-decoration: none;
  font-size: .94rem;
  display: inline-block;
  padding: 3px 0;
  opacity: .85;
  transition: opacity .3s
}

.footer-grid a:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 4px
}

.foot-brand {
  font-family: var(--serif);
  font-size: 1.8rem;
  color: #fff
}

.foot-base {
  border-top: 1px solid rgba(247, 242, 233, .14);
  padding: 20px 0 110px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  font-size: .82rem;
  color: rgba(233, 226, 210, .6)
}

/* ---------- floating dock ---------- */
.float-dock {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 80;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.float-dock a {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  /* background: var(--card); */
  background-color: #f17900;
  border: 1px solid var(--line);
  box-shadow: var(--sh-md);
  font-size: 1.25rem;
  transition: transform .3s var(--ease), background .3s, color .3s;
  position: relative
}

.float-dock a:hover {
  transform: translateY(-3px) scale(1.04)
}

.float-dock a.wa {
  background: var(--wa);
  border-color: var(--wa);
  color: #fff
}

.float-dock a.book {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff
}

.float-dock a em {
  position: absolute;
  right: 64px;
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  background: var(--ink);
  color: #fff;
  font-style: normal;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 8px 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s, transform .3s
}

.float-dock a:hover em {
  opacity: 1;
  transform: translateY(-50%)
}

.float-bar {
  display: none
}

#wa-guide-open {
  position: fixed;
  right: 18px;
  bottom: 22px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 0;
  background: var(--walnut);
  color: var(--ivory);
  font-size: 22px;
  cursor: pointer;
  z-index: 70;
  box-shadow: var(--sh-md);
  transition: transform .3s var(--ease)
}

#wa-guide-open:hover {
  transform: scale(1.07)
}

#wa-guide {
  position: fixed;
  right: 18px;
  bottom: 88px;
  width: min(350px, calc(100vw - 32px));
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: var(--sh-lg);
  padding: 20px;
  z-index: 70
}

#wa-guide-opts button {
  display: block;
  width: 100%;
  margin: 7px 0;
  padding: 12px;
  border-radius: 2px;
  border: 1px solid var(--line);
  background: var(--bg);
  cursor: pointer;
  text-align: left;
  font-size: .92rem;
  transition: border-color .3s, background .3s
}

#wa-guide-opts button:hover {
  border-color: var(--ink);
  background: #fff
}

/* ---------- reveals & motion (Universal Site-Wide Fade Animations) ---------- */
.rv {
  opacity: 1
}

.js section,
.js .sec,
.js .card,
.js .cat-card,
.js .product-card,
.js .site-footer,
.js .faq-item,
.js .review-card,
.js .footer-col,
.js .coll-card,
.js .reveal,
.js .reveal-up,
.js .rv {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .85s var(--ease), transform .85s var(--ease);
  will-change: opacity, transform
}

/* Alternate section entrance: odd sections slide in from the left,
   even sections slide in from the right, as you scroll down. */
.js section.fade-left {
  transform: translateX(-64px)
}

.js section.fade-right {
  transform: translateX(64px)
}

.js section.in,
.js .sec.in,
.js .card.in,
.js .cat-card.in,
.js .product-card.in,
.js .site-footer.in,
.js .faq-item.in,
.js .review-card.in,
.js .footer-col.in,
.js .coll-card.in,
.js .reveal.in,
.js .reveal-up.in,
.js .rv.in {
  opacity: 1;
  transform: none
}

/* Stagger delays for grid items */
.js .cards>*:nth-child(1),
.js .grid>*:nth-child(1) {
  transition-delay: 0ms
}

.js .cards>*:nth-child(2),
.js .grid>*:nth-child(2) {
  transition-delay: 90ms
}

.js .cards>*:nth-child(3),
.js .grid>*:nth-child(3) {
  transition-delay: 180ms
}

.js .cards>*:nth-child(4),
.js .grid>*:nth-child(4) {
  transition-delay: 270ms
}

.js .cards>*:nth-child(5),
.js .grid>*:nth-child(5) {
  transition-delay: 360ms
}

.js .cards>*:nth-child(6),
.js .grid>*:nth-child(6) {
  transition-delay: 450ms
}

.js .rv-d1 {
  transition-delay: .1s
}

.js .rv-d2 {
  transition-delay: .2s
}

.js .rv-d3 {
  transition-delay: .3s
}

[data-split] .w {
  display: inline-block;
  overflow: hidden;
  vertical-align: top
}

[data-split] .w>span {
  display: inline-block;
  transform: translateY(110%);
  transition: transform .9s var(--ease)
}

.in [data-split] .w>span,
.rv.in [data-split] .w>span {
  transform: none
}

.marquee {
  overflow: hidden;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: var(--card);
  padding: 16px 0;
  white-space: nowrap
}

.marquee-track {
  display: inline-flex;
  gap: 56px;
  animation: marq 30s linear infinite;
  font-family: var(--serif);
  font-size: 1.05rem;
  letter-spacing: .06em;
  color: var(--muted)
}

.marquee-track b {
  color: var(--brass-deep);
  font-weight: 400
}

@keyframes marq {
  to {
    transform: translateX(-50%)
  }
}

/* ---------- admin (untouched) ---------- */
table.admin {
  width: 100%;
  border-collapse: collapse;
  background: #fff
}

table.admin th,
table.admin td {
  border: 1px solid #eee;
  padding: 8px;
  text-align: left;
  font-size: .92rem
}

.admin-wrap {
  display: flex;
  min-height: 100vh
}

.admin-nav {
  width: 220px;
  background: #1c1917;
  color: #fff;
  padding: 20px;
  flex-shrink: 0
}

.admin-nav a {
  display: block;
  color: #e7e5e4;
  text-decoration: none;
  padding: 8px 0
}

.admin-main {
  flex: 1;
  padding: 24px;
  max-width: 1100px
}

.stat-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
  margin: 16px 0
}

.stat {
  background: #fff;
  border: 1px solid #eee;
  padding: 14px
}

.stat b {
  font-size: 1.5rem;
  display: block
}

.stat span {
  font-size: .85rem;
  color: #666
}

.badge {
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  padding: 2px 8px;
  border: 1px solid var(--brass);
  color: var(--brass);
  border-radius: 2px;
  white-space: nowrap;
  margin: 1px 2px 1px 0
}

.lead-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.lead-box {
  background: #fff;
  border: 1px solid #eee;
  padding: 16px
}

/* ---------- responsive ---------- */
@media(max-width:1100px) {
  .cards {
    grid-template-columns: repeat(3, 1fr)
  }

  .card.featured {
    grid-column: span 2
  }

  .coll-row {
    grid-template-columns: 64px 1fr auto
  }

  .coll-thumb {
    display: none
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:900px) {

  .craft-grid,
  .builder,
  .split,
  .story-sticky,
  .studio-grid,
  .pdp {
    grid-template-columns: 1fr
  }

  #faq-grid,
  #about-grid,
  #showroom-grid {
    grid-template-columns: 1fr !important
  }

  .gal,
  .builder-side,
  .story-media {
    position: static
  }

  .story-media {
    aspect-ratio: 16/10
  }

  .studio-visual .overlap {
    left: 12px
  }

  .admin-nav {
    width: 180px
  }

  .pdp-anchors {
    top: 56px
  }
}

@media(max-width:1439px) {

  /* laptop: reduce spacing before hiding anything — never squeeze to overlap */
  .site-header .header-inner,
  .site-header .site-header__inner {
    gap: clamp(14px, 1.6vw, 28px)
  }

  .nav ul,
  .site-navigation ul {
    gap: clamp(12px, 1.4vw, 24px)
  }

  .nav a,
  .site-navigation a {
    font-size: .74rem;
    letter-spacing: .1em
  }

  .header-ctas .btn,
  .site-header__actions .btn {
    padding: 11px 18px
  }
}

@media(max-width:1280px) {
  .h-phone .ph-num {
    display: none
  }

  .h-phone .ph-ic {
    margin: 0
  }
}

@media(max-width:1220px) {

  /* 6-item primary nav + actions must never collide before the burger takes over */
  .h-wa-t {
    display: none
  }

  .header-ctas .btn,
  .site-header__actions .btn {
    padding: 11px 16px;
    font-size: .76rem
  }

  .brand,
  .site-logo {
    max-width: 170px
  }
}

@media(max-width:1100px) {

  /* compact navigation: desktop nav disappears BEFORE it can overlap */
  .nav,
  .site-navigation {
    display: none
  }

  .burger {
    display: block
  }

  .site-header .header-inner,
  .site-header .site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 16px
  }

  .header-ctas,
  .site-header__actions {
    grid-column: 2;
    justify-content: flex-end
  }

  .burger {
    grid-column: 3;
    justify-self: end
  }

  .site-header.hero-mode .burger {
    color: #fbf7ee
  }

  .site-header.is-solid .burger,
  .site-header.solid-start .burger {
    color: #f5efe2
  }

  .h-wa-t {
    display: none
  }

  .h-search {
    width: 34px;
    height: 34px
  }
}

@media(max-width:760px) {
  .header-ctas .btn {
    padding: 10px 16px;
    font-size: .78rem
  }

  .cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 12px
  }

  .card strong {
    font-size: 1rem
  }

  .card.featured {
    grid-column: span 2
  }

  .card-quick {
    display: none
  }

  .sec {
    padding: 56px 0
  }

  .faq details p {
    padding-left: 4px
  }

  .faq summary {
    grid-template-columns: 1fr 40px
  }

  .faq .qn {
    display: none
  }

  .float-dock {
    display: none
  }

  .btn-book {
    display: none !important;
  }

  .float-bar {
    position: fixed;
    bottom: max(14px, env(safe-area-inset-bottom));
    left: 14px;
    right: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 70;
    background: rgba(255, 253, 248, 0.94);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(154, 119, 50, 0.28);
    border-radius: 40px;
    padding: 6px;
    box-shadow: 0 14px 40px rgba(28, 23, 18, 0.22), 0 2px 8px rgba(0, 0, 0, 0.06);
  }

  .float-bar a,
  .float-bar-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 11px 8px;
    font-weight: 700;
    text-decoration: none;
    color: var(--ink);
    font-size: 0.82rem;
    border-radius: 28px;
    transition: all 0.2s var(--ease);
  }

  .float-bar-call,
  .float-bar a:nth-child(1) {
    background: var(--brass-soft);
    color: var(--walnut);
  }

  .float-bar-wa,
  .float-bar a:nth-child(2) {
    background: var(--wa);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(30, 122, 60, 0.25);
  }

  .float-bar-book,
  .float-bar a:nth-child(3) {
    background: var(--walnut);
    color: var(--ivory);
    box-shadow: 0 4px 12px rgba(42, 33, 24, 0.25);
  }

  .float-bar a:active {
    transform: scale(0.95);
  }

  body {
    padding-bottom: 80px
  }

  .sticky-enq {
    bottom: 120px
  }

  #wa-guide-open {
    bottom: 70px
  }

  #wa-guide {
    bottom: 134px
  }

  .foot-base {
    padding-bottom: 120px
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px
  }
}

@media(max-width:460px) {
  .cards {
    grid-template-columns: 1fr 1fr
  }

  .opt-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important
  }

  .js .rv {
    opacity: 1;
    transform: none
  }

  .hero-title .line>span {
    transform: none
  }

  .card:hover .card-img img,
  .img-frame:hover img {
    transform: none
  }

  .marquee-track {
    animation: none
  }

  #cursor {
    display: none !important
  }
}

/* ============================================================
   V3 — cinematic experience layer (hero slider, reveals, modals,
   quick view, popups, mega menu, form upgrades). Vanilla CSS.
   ============================================================ */

/* ---------- reusable reveal system: data-reveal + data-stagger ---------- */
.js [data-reveal] {
  opacity: 0;
  transition: opacity .9s var(--ease), transform .9s var(--ease), clip-path 1.1s var(--ease)
}

.js [data-reveal="up"] {
  transform: translateY(30px)
}

.js [data-reveal="down"] {
  transform: translateY(-30px)
}

.js [data-reveal="left"] {
  transform: translateX(36px)
}

.js [data-reveal="right"] {
  transform: translateX(-36px)
}

.js [data-reveal="scale"] {
  transform: scale(.94)
}

.js [data-reveal="image"] {
  clip-path: inset(10% 6% 10% 6%);
  transform: scale(.985)
}

.js [data-reveal].in {
  opacity: 1;
  transform: none;
  clip-path: inset(0 0 0 0)
}

.js [data-stagger].in>[data-reveal],
.js [data-stagger].in>.stagger-item {
  opacity: 1;
  transform: none;
  clip-path: inset(0 0 0 0)
}

.js [data-stagger]>[data-reveal],
.js [data-stagger]>.stagger-item {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s var(--ease), transform .8s var(--ease)
}

.js [data-stagger]>[data-reveal]:nth-child(2),
.js [data-stagger]>.stagger-item:nth-child(2) {
  transition-delay: .08s
}

.js [data-stagger]>[data-reveal]:nth-child(3),
.js [data-stagger]>.stagger-item:nth-child(3) {
  transition-delay: .16s
}

.js [data-stagger]>[data-reveal]:nth-child(4),
.js [data-stagger]>.stagger-item:nth-child(4) {
  transition-delay: .24s
}

.js [data-stagger]>[data-reveal]:nth-child(5),
.js [data-stagger]>.stagger-item:nth-child(5) {
  transition-delay: .32s
}

.js [data-stagger]>[data-reveal]:nth-child(6),
.js [data-stagger]>.stagger-item:nth-child(6) {
  transition-delay: .4s
}

.js [data-stagger]>[data-reveal]:nth-child(n+7),
.js [data-stagger]>.stagger-item:nth-child(n+7) {
  transition-delay: .48s
}

/* word-split text reveal */
[data-reveal="text"] .w {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  padding-bottom: .08em;
  margin-bottom: -.08em
}

[data-reveal="text"] .w>span {
  display: inline-block;
  transform: translateY(115%);
  transition: transform .9s var(--ease)
}

.js [data-reveal="text"].in .w>span {
  transform: none
}

/* ---------- editorial slider engine: normal document flow only (no absolute for copy) ---------- */
.hero-copy {
  display: none;
  width: 100%;
  min-width: 0
}

.hero-copy-wrap {
  position: relative;
  min-width: 0;
  width: 100%
}

.hero-copy-wrap .hero-copy.on {
  display: block;
  opacity: 1;
  visibility: visible;
  position: relative;
  inset: auto;
  width: 100%
}

.hero-copy .line,
.hero-copy .hero-title__line {
  display: block;
  overflow: hidden
}

.hero-copy .line>span,
.hero-copy .hero-title__line>span {
  display: block;
  transform: translateY(110%);
  transition: transform 1s var(--ease)
}

.hero-copy.on .line>span,
.hero-copy.on .hero-title__line>span {
  transform: none
}

.hero-copy.on .line:nth-child(2)>span,
.hero-copy.on .hero-title__line:nth-child(2)>span {
  transition-delay: .12s
}

.hero-copy.on .line:nth-child(3)>span,
.hero-copy.on .hero-title__line:nth-child(3)>span {
  transition-delay: .24s
}

@keyframes heroprog {
  to {
    transform: scaleX(1)
  }
}

/* ---------- mega menu (dropdown only — never affects main header flow) ---------- */
.has-mega {
  position: relative
}

li.has-mega {
  list-style: none
}

.mega {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 12px);
  min-width: min(560px, calc(100vw - 48px));
  max-width: calc(100vw - 48px);
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: var(--sh-lg);
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s var(--ease), transform .35s var(--ease), visibility 0s .35s;
  z-index: 85;
  pointer-events: none
}

.has-mega:hover .mega,
.has-mega:focus-within .mega {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 6px);
  transition: opacity .35s var(--ease), transform .35s var(--ease);
  pointer-events: auto
}

.mega a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  text-decoration: none;
  font-size: .92rem;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: none;
  transition: background .3s
}

.mega a small {
  color: var(--muted);
  font-weight: 400;
  font-size: .78rem
}

.mega a:hover {
  background: var(--brass-soft)
}

.mega a::after {
  display: none
}

.mega-foot {
  grid-column: 1/-1;
  border-top: 1px solid var(--line-soft);
  margin-top: 6px;
  padding-top: 6px
}

.site-header.hero-mode .mega a {
  color: var(--ink)
}

/* ---------- modal system (quick view / enquiry / lead) ---------- */
.modal-veil {
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(14, 12, 10, .6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .45s var(--ease), visibility 0s .45s
}

.modal-veil[hidden] {
  display: none !important
}

.modal-veil.open {
  opacity: 1;
  visibility: visible;
  transition: opacity .45s var(--ease)
}

.modal {
  background: var(--card);
  width: min(920px, 100%);
  max-height: 92svh;
  overflow: auto;
  border-radius: 4px;
  box-shadow: var(--sh-lg);
  transform: translateY(34px) scale(.97);
  transition: transform .5s var(--ease);
  position: relative
}

.modal-veil.open .modal {
  transform: none
}

.modal-x {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(250, 247, 240, .94);
  font-size: 1.1rem;
  cursor: pointer;
  transition: background .3s, color .3s, transform .3s
}

.modal-x:hover {
  background: var(--ink);
  color: #fff;
  transform: rotate(90deg)
}

/* quick view */
.qv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px
}

.qv-media {
  background: var(--linen);
  position: relative;
  min-height: 320px
}

.qv-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.qv-body {
  padding: clamp(24px, 4vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: center
}

.qv-body h3 {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  margin: .2em 0
}

.qv-price {
  font-family: var(--serif);
  font-size: 1.5rem;
  margin: 6px 0 12px
}

/* enquiry / lead */
.enq-modal {
  width: min(560px, 100%);
  padding: clamp(26px, 4vw, 44px)
}

.enq-modal h3 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  margin: .2em 0 .3em
}

.enq-context {
  display: inline-block;
  background: var(--brass-soft);
  border: 1px solid var(--line);
  font-size: .8rem;
  font-weight: 600;
  padding: 8px 14px;
  margin-bottom: 6px
}

.enq-steps {
  display: flex;
  gap: 8px;
  margin: 14px 0 4px
}

.enq-steps i {
  flex: 1;
  height: 3px;
  background: var(--line);
  display: block
}

.enq-steps i.on {
  background: var(--brass)
}

/* multi-step enquiry form step visibility */
.estep {
  display: none;
}

.estep.on {
  display: block;
  animation: estepFadeIn 0.28s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes estepFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lead-modal {
  width: min(620px, 100%);
  overflow: hidden;
  padding: 0
}

.lead-visual {
  background: linear-gradient(120deg, var(--walnut), #4a3618);
  color: var(--ivory);
  padding: clamp(28px, 5vw, 48px);
  position: relative;
  overflow: hidden
}

.lead-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(247, 242, 233, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(247, 242, 233, .06) 1px, transparent 1px);
  background-size: 40px 40px
}

.lead-visual>* {
  position: relative;
  z-index: 1
}

.lead-visual h3 {
  color: #fff;
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  margin: .2em 0
}

.lead-actions {
  padding: clamp(20px, 4vw, 32px);
  display: grid;
  gap: 10px;
  background: var(--card)
}

.field {
  margin: 10px 0
}

.field label {
  display: block;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px
}

.field input,
.field textarea {
  margin: 0
}

input.invalid,
textarea.invalid {
  border-color: #b3402e !important;
  box-shadow: 0 0 0 3px rgba(179, 64, 46, .14)
}

.field input:focus,
.field textarea:focus {
  border-color: var(--brass);
  box-shadow: 0 0 0 3px rgba(154, 119, 50, .16)
}

.field .invalid {
  border-color: #b3402e;
  box-shadow: 0 0 0 3px rgba(179, 64, 46, .14)
}

.field-err {
  display: none;
  font-size: .82rem;
  color: #b3402e;
  margin-top: 6px
}

.field-err.show {
  display: block;
  animation: fieldin .35s var(--ease)
}

@keyframes fieldin {
  from {
    opacity: 0;
    transform: translateY(-4px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

.btn.loading {
  pointer-events: none;
  opacity: .75
}

.btn.loading::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, .4);
  border-top-color: #fff;
  border-radius: 50%;
  display: inline-block;
  animation: spin .7s linear infinite
}

.btn.loading::after {
  display: none
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

.form-ok {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 26px 6px;
  gap: 8px
}

.form-ok .tick {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--wa);
  color: #fff;
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pop .5s var(--ease)
}

@keyframes pop {
  0% {
    transform: scale(.4);
    opacity: 0
  }

  70% {
    transform: scale(1.08)
  }

  100% {
    transform: scale(1);
    opacity: 1
  }
}

/* ---------- lightbox thumbs + zoom ---------- */
.lb-thumbs {
  display: flex;
  gap: 8px;
  max-width: min(1050px, 94vw);
  overflow-x: auto;
  padding: 4px 2px
}

.lb-thumbs button {
  border: 2px solid transparent;
  background: none;
  padding: 0;
  cursor: pointer;
  flex: 0 0 64px;
  height: 64px;
  overflow: hidden;
  opacity: .6;
  transition: opacity .3s, border-color .3s
}

.lb-thumbs button.on {
  border-color: #fff;
  opacity: 1
}

.lb-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.lb img.zoomable {
  cursor: zoom-in;
  transition: transform .45s var(--ease)
}

.lb img.zoomed {
  cursor: zoom-out;
  transform: scale(1.7)
}

/* ---------- product cards: link wrapper + quick view ---------- */
.card-link {
  display: block;
  text-decoration: none;
  color: inherit
}

.qv-btn {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 12px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: rgba(20, 17, 16, .88);
  color: var(--ivory);
  border: 0;
  cursor: pointer;
  backdrop-filter: blur(6px);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .4s var(--ease), transform .4s var(--ease), background .3s
}

.card:hover .qv-btn,
.card:focus-within .qv-btn {
  opacity: 1;
  transform: none
}

.qv-btn:hover {
  background: var(--brass)
}

.card .card-img {
  position: relative
}

/* ---------- configurator: dropzone + swatches ---------- */
.dropzone {
  border: 1.5px dashed #b7a67f;
  background: var(--card);
  border-radius: 4px;
  padding: 26px;
  text-align: center;
  cursor: pointer;
  transition: border-color .3s, background .3s, transform .3s;
  margin-top: 8px
}

.dropzone:hover,
.dropzone.over {
  border-color: var(--brass-deep);
  background: var(--brass-soft)
}

.dropzone strong {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.15rem;
  display: block
}

.dropzone span {
  font-size: .85rem;
  color: var(--muted)
}

.dropzone input[type=file] {
  display: none
}

.dropzone .dz-name {
  font-size: .86rem;
  font-weight: 600;
  color: var(--brass-deep);
  margin-top: 8px;
  display: block
}

.swatches {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 10px 0
}

.swatch {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  background: var(--card);
  padding: 8px 14px 8px 8px;
  cursor: pointer;
  font-size: .86rem;
  font-weight: 600;
  transition: border-color .3s, box-shadow .3s, transform .3s
}

.swatch:hover {
  transform: translateY(-2px)
}

.swatch.on {
  border-color: var(--ink);
  box-shadow: var(--sh-sm)
}

.swatch i {
  width: 30px;
  height: 30px;
  display: block;
  flex: 0 0 30px;
  border: 1px solid rgba(0, 0, 0, .12)
}

.swatch.round i {
  border-radius: 50%
}

/* ---------- WhatsApp assistant: conversational ---------- */
#wa-guide {
  transition: opacity .35s var(--ease), transform .35s var(--ease)
}

#wa-guide[hidden] {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  pointer-events: none
}

.wa-thread {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px
}

.wa-msg {
  max-width: 88%;
  padding: 10px 14px;
  font-size: .88rem;
  line-height: 1.5;
  border-radius: 2px;
  animation: fieldin .4s var(--ease)
}

.wa-msg.bot {
  background: var(--bg);
  border: 1px solid var(--line);
  align-self: flex-start
}

.wa-msg.user {
  background: var(--wa);
  color: #fff;
  align-self: flex-end
}

.wa-ctx {
  font-size: .76rem;
  color: var(--brass-deep);
  background: var(--brass-soft);
  border: 1px solid var(--line);
  padding: 7px 12px;
  margin-bottom: 10px
}

#wa-guide-opts {
  transition: opacity .3s
}

#wa-guide-opts button {
  transition: border-color .3s, background .3s, transform .25s var(--ease)
}

#wa-guide-opts button:hover {
  transform: translateX(4px)
}

/* ---------- appointment summary ---------- */
.appt-summary {
  background: var(--walnut);
  color: var(--ivory);
  padding: 20px 22px;
  margin-bottom: 18px;
  font-size: .92rem
}

.appt-summary strong {
  color: var(--sand);
  font-size: .72rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px
}

.appt-summary div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 5px 0;
  border-top: 1px solid rgba(247, 242, 233, .14)
}

.appt-summary span:last-child {
  color: #fff;
  font-weight: 600;
  text-align: right
}

/* ---------- v3 responsive ---------- */
@media(max-width:900px) {
  .mega {
    display: none
  }

  .qv-grid {
    grid-template-columns: 1fr
  }

  .qv-media {
    min-height: 260px;
    position: relative;
    aspect-ratio: 16/10
  }

  .qv-media img {
    position: absolute
  }

  .modal-veil {
    padding: 12px;
    align-items: flex-end
  }

  .modal {
    border-radius: 8px 8px 0 0;
    max-height: 94svh
  }
}

@media(prefers-reduced-motion:reduce) {

  .js [data-reveal],
  .js [data-stagger]>[data-reveal],
  .js [data-stagger]>.stagger-item {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    transition: none !important
  }

  [data-reveal="text"] .w>span {
    transform: none !important
  }

  .hero-copy {
    opacity: 1;
    visibility: visible
  }

  .hero-copy .line>span,
  .hero-copy .hero-title__line>span {
    opacity: 1 !important;
    transform: none !important
  }

  .hero-copy-wrap .hero-copy {
    display: none
  }

  .hero-copy-wrap .hero-copy.on {
    display: block
  }

  .modal,
  .modal-veil {
    transition: none !important
  }
}

/* booking modal: image + form */
.book-modal {
  width: min(880px, 100%);
  padding: 0;
  overflow: hidden
}

.book-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  min-height: 480px
}

.book-media {
  background: #221a11;
  position: relative;
  min-height: 280px
}

.book-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.book-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 55%, rgba(20, 15, 9, .45))
}

.book-body {
  padding: clamp(24px, 3.5vw, 40px)
}

.book-body h3 {
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  margin: .15em 0 .3em
}

@media(max-width:900px) {
  .book-grid {
    grid-template-columns: 1fr;
    min-height: 0
  }

  .book-media {
    min-height: 180px;
    aspect-ratio: 16/8
  }

  .book-media::after {
    background: linear-gradient(to bottom, transparent 55%, rgba(20, 15, 9, .4))
  }
}

/* ============================================================
   V7 — editorial two-column hero + manifesto v3 + dock v3.
   Warm ivory/espresso, hairlines, serif display. No pills,
   no glass, no giant decorative type.
   ============================================================ */
.ed-hero,
.hero {
  background: linear-gradient(120deg, #1e150c 0%, #191008 60%, #20150b 100%);
  color: #f7f2e9;
  overflow: clip
}

/* authoritative hero grid — normal flow, no absolute for main columns */
.ed-grid,
.hero__container {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: clamp(40px, 7vw, 140px);
  max-width: 1720px;
  margin: 0 auto;
  min-height: clamp(620px, 94vh, 920px);
  width: 100%
}

.ed-copy,
.hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  width: 100%;
  max-width: 720px;
  justify-self: end;
  padding: clamp(120px, 16vh, 160px) clamp(24px, 4.5vw, 72px) clamp(36px, 5vh, 56px)
}

.hero__content,
.hero__visual {
  min-width: 0
}

.ed-copy .hero-copy-wrap {
  position: relative;
  min-width: 0;
  width: 100%
}

.ed-eyebrow {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #e4d3a8;
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 14px
}

.ed-eyebrow::before {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--brass);
  flex: 0 0 40px
}

.ed-title,
.hero-title {
  font-size: clamp(3.5rem, 6vw, 7.5rem);
  line-height: .9;
  letter-spacing: -.04em;
  color: #fff;
  margin: 0;
  max-width: 20ch;
  font-weight: 400;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none
}

.ed-title .it,
.hero-title .it {
  font-style: italic;
  font-weight: 300
}

.ed-sub,
.hero-description {
  color: rgba(247, 242, 233, .78);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.7;
  max-width: 560px;
  margin: 24px 0 0;
  min-width: 0
}

.ed-ctas,
.hero-actions,
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 40px
}

.ed-ctas .btn.ivory {
  background: #f7f2e9;
  border-color: #f7f2e9;
  color: #1d1508;
  border-radius: 3px;
  padding: 16px 34px;
  font-size: .92rem;
  transition: background .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease)
}

.ed-ctas .btn.ivory:hover {
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 28px -12px rgba(0, 0, 0, .55)
}

.ed-ctas .btn.ivory:hover::after {
  transform: translateX(4px)
}

.ed-ctas .link-light,
.link-light {
  border-bottom: 1px solid rgba(247, 242, 233, .4);
  color: inherit;
  text-decoration: none
}

/* structured meta with dividers */
.ed-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-top: clamp(28px, 4.5vh, 44px);
  padding-top: 18px;
  border-top: 1px solid rgba(247, 242, 233, .18);
  font-size: .84rem;
  color: rgba(247, 242, 233, .72)
}

.ed-meta>* {
  padding: 0 18px;
  border-left: 1px solid rgba(247, 242, 233, .18)
}

.ed-meta>*:first-child {
  padding-left: 0;
  border-left: 0
}

.ed-meta-place {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #f7f2e9
}

.ed-meta a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap
}

.ed-meta a:hover {
  text-decoration: underline;
  text-underline-offset: 4px
}

/* right visual: fills its column, never empty */
.ed-visual,
.hero__visual {
  position: relative;
  min-height: 620px;
  min-width: 0;
  width: 100%;
  height: 100%;
  background: #120c07;
  align-self: stretch
}

.ed-slides {
  position: absolute;
  inset: 0;
  overflow: hidden
}

.ed-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 1.1s var(--ease-io);
  pointer-events: none
}

.ed-slide.on {
  opacity: 1;
  z-index: 1
}

.ed-slide img,
.hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.04)
}

.ed-slide.on img {
  animation: eddrift 8s ease-out forwards
}

@keyframes eddrift {
  from {
    transform: scale(1.04) translateX(0)
  }

  to {
    transform: scale(1) translateX(-.8%)
  }
}

.ed-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to top, rgba(12, 8, 4, .66) 0%, rgba(12, 8, 4, .12) 30%, transparent 52%), linear-gradient(to right, rgba(20, 14, 8, .34), transparent 22%)
}

.ed-slides.noimg {
  background: #241a0e
}

/* intentional fallback art direction (never an empty placeholder) */
.ed-fallback {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(150deg, #2b2013 0%, #1a1209 58%, #251a0d 100%)
}

.ed-fallback-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(90deg, rgba(200, 181, 145, .09) 0 1px, transparent 1px 76px), repeating-linear-gradient(0deg, rgba(200, 181, 145, .07) 0 1px, transparent 1px 76px)
}

.ed-fallback-panel {
  position: absolute;
  left: 9%;
  right: 9%;
  top: 12%;
  bottom: 12%;
  border: 1px solid rgba(200, 181, 145, .5);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: clamp(20px, 3vw, 40px);
  gap: 10px
}

.ed-fallback-panel::before {
  content: "";
  position: absolute;
  right: 8%;
  top: -1px;
  width: 34%;
  height: 46%;
  border: 1px solid rgba(200, 181, 145, .4);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  pointer-events: none
}

.ed-fallback-panel span {
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--sand)
}

.ed-fallback-panel strong {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.08;
  color: #f3ecdd;
  max-width: 9em
}

/* caption + architectural controls — only absolute allowed in hero */
.ed-capbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 20px clamp(20px, 3vw, 36px);
  background: linear-gradient(to top, rgba(10, 7, 4, .72), transparent);
  pointer-events: none
}

.ed-capbar .ed-ctrl {
  pointer-events: auto
}

.ed-cap {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  color: #f7f2e9;
  letter-spacing: .02em
}

.ed-cap small {
  display: block;
  font-family: var(--sans);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #e4d3a8;
  margin-bottom: 6px
}

.ed-ctrl {
  display: flex;
  align-items: center;
  gap: 16px
}

.ed-count {
  font-size: .74rem;
  letter-spacing: .2em;
  color: rgba(247, 242, 233, .8);
  font-variant-numeric: tabular-nums;
  white-space: nowrap
}

.ed-arrows {
  display: flex;
  gap: 8px
}

.ed-arrows button {
  background: transparent;
  border: 1px solid rgba(247, 242, 233, .4);
  color: #f7f2e9;
  width: 46px;
  height: 46px;
  font-size: 1rem;
  cursor: pointer;
  transition: background .3s, border-color .3s, color .3s;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.ed-arrows button:hover {
  background: #f7f2e9;
  border-color: #f7f2e9;
  color: var(--ink)
}

.ed-prog {
  width: 72px;
  height: 2px;
  background: rgba(247, 242, 233, .25);
  position: relative;
  overflow: hidden
}

.ed-prog i {
  position: absolute;
  inset: 0;
  background: #e4d3a8;
  transform: scaleX(0);
  transform-origin: left;
  display: block
}

.ed-prog.play i {
  animation: heroprog 7s linear forwards
}

/* staged entrance animates ONLY opacity + transform */
.ed-visual {
  opacity: 0;
  transition: opacity 1s var(--ease)
}

body.hero-in .ed-visual {
  opacity: 1
}

.ed-slides .ed-slide.on img {
  transition: transform 1.4s var(--ease)
}

.hero-copy .ed-eyebrow,
.hero-copy .ed-sub,
.hero-copy .hero-description,
.hero-copy .ed-ctas,
.hero-copy .hero-actions,
.hero-copy .ed-meta {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .8s var(--ease), transform .8s var(--ease)
}

.hero-copy.on .ed-eyebrow {
  opacity: 1;
  transform: none;
  transition-delay: .1s
}

.hero-copy.on .ed-sub,
.hero-copy.on .hero-description {
  opacity: 1;
  transform: none;
  transition-delay: .5s
}

.hero-copy.on .ed-ctas,
.hero-copy.on .hero-actions {
  opacity: 1;
  transform: none;
  transition-delay: .65s
}

.hero-copy.on .ed-meta {
  opacity: 1;
  transform: none;
  transition-delay: .8s
}

/* decorative layers must never intercept clicks or cover readable content */
.studio::before,
.split-visual::after,
.finale-bg::after,
.lead-visual::after,
.book-media::after,
.loc-card::after,
.mmenu-bg::after {
  pointer-events: none
}

.ed-hero,
.hero,
.ed-grid,
.hero__container,
.ed-copy,
.hero__content,
.ed-visual,
.hero__visual {
  min-width: 0;
  overflow-wrap: normal
}

img {
  overflow-clip-margin: content-box
}

/* ---------- manifesto v3: editorial spread, thin rules, no cards ---------- */
.manifesto {
  background: var(--bg);
  overflow: clip
}

.mani-kicker {
  margin-bottom: 0
}

.mani-big {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 1.1;
  letter-spacing: -.02em;
  max-width: 14em;
  margin: .3em 0 0
}

.mani-lede {
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.75;
  color: var(--muted);
  margin: 26px 0 0;
  max-width: 34em
}

.mani-lede .it {
  color: var(--brass-deep)
}

.mani-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(32px, 5vw, 70px);
  margin-top: clamp(40px, 5vw, 68px);
  align-items: center
}

.mani-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 0
}

.mani-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 26px 32px;
  cursor: pointer;
  position: relative;
  font-family: var(--sans);
  color: var(--ink);
  transition: all .35s var(--ease)
}

.mani-item:hover {
  background: rgba(247, 242, 233, .5);
  border-color: rgba(226, 214, 191, .5);
  transform: translateX(4px)
}

.mani-item.on {
  background: var(--card);
  border-color: var(--line);
  box-shadow: 0 14px 40px -12px rgba(28, 23, 18, .12);
  transform: translateX(8px)
}

.mani-num {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: .08em;
  color: var(--faint);
  transition: color .35s var(--ease);
  padding-top: 4px
}

.mani-item.on .mani-num {
  color: var(--brass-deep)
}

.mani-tx strong {
  display: block;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.35rem, 2.1vw, 1.75rem);
  line-height: 1.25;
  color: var(--ink);
  letter-spacing: -.01em;
  transition: color .35s var(--ease)
}

.mani-item.on .mani-tx strong {
  color: var(--walnut)
}

.mani-desc {
  display: block;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.65;
  margin-top: 8px;
  max-width: 32em;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .45s var(--ease), opacity .4s var(--ease), margin .3s var(--ease)
}

.mani-item.on .mani-desc {
  max-height: 140px;
  opacity: 1;
  margin-top: 10px
}

.mani-bar {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 2px;
  background: transparent;
  overflow: hidden;
  border-radius: 2px
}

.mani-bar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--brass), var(--brass-deep));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .6s var(--ease)
}

.mani-item.on .mani-bar i {
  transform: scaleX(1)
}

.mani-media {
  position: sticky;
  top: 110px;
  aspect-ratio: 4 / 4.4;
  background: var(--linen);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  box-shadow: 0 24px 60px -20px rgba(28, 23, 18, .22)
}

.mani-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity .8s var(--ease), transform 1.2s var(--ease);
  border-radius: 28px
}

.mani-media img.on {
  opacity: 1;
  transform: scale(1)
}

.mani-mimg {
  display: none
}

/* ---------- dock v3: premium dark pill ---------- */
.float-dock {
  background: rgba(20, 17, 16, .85);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 8px;
  gap: 6px;
  box-shadow: 0 16px 40px -10px rgba(0, 0, 0, .4), 0 0 0 1px rgba(255, 255, 255, .05) inset;
  right: 24px;
  animation: dockin .8s var(--ease) .9s both;
  display: flex;
  flex-direction: column
}

@keyframes dockin {
  from {
    opacity: 0;
    transform: translateY(-50%) translateX(24px)
  }

  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0)
  }
}

.float-dock a {
  width: auto;
  height: auto;
  min-width: 140px;
  border-radius: 18px;
  box-shadow: none;
  border: 1px solid transparent;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ivory);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px 12px 14px;
  justify-content: flex-start;
  transition: all .3s var(--ease);
  position: relative;
  overflow: hidden
}

.float-dock a:hover {
  background: rgba(255, 255, 255, .08);
  transform: translateX(-4px)
}

.float-dock a em {
  display: none
}

.float-dock a .di {
  font-style: normal;
  font-size: 1.1rem;
  width: 24px;
  text-align: center;
  flex: 0 0 24px;
  color: var(--sand);
  transition: color .3s
}

.float-dock a.wa {
  background: transparent;
  border-color: transparent;
  color: #f3ecdd
}

.float-dock a.wa:hover {
  background: var(--wa);
  color: #fff
}

.float-dock a.wa:hover .di {
  color: #fff
}

.float-dock a.book {
  background: transparent;
  border-color: transparent;
  color: #f3ecdd
}

.float-dock a.book:hover {
  background: var(--brass-deep);
  color: #fff
}

.float-dock a.book:hover .di {
  color: #fff
}

/* ---------- reusable reveal aliases (same engine as data-reveal) ---------- */
.js .reveal,
.js .reveal-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .9s var(--ease), transform .9s var(--ease)
}

.js .reveal.in,
.js .reveal-up.in {
  opacity: 1;
  transform: none
}

.js .reveal-left {
  opacity: 0;
  transform: translateX(44px);
  transition: opacity .9s var(--ease), transform .9s var(--ease)
}

.js .reveal-left.in {
  opacity: 1;
  transform: none
}

.js .reveal-image {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1.1s var(--ease)
}

.js .reveal-image.in {
  clip-path: inset(0 0 0% 0)
}

.js .reveal-image img {
  transform: scale(1.07);
  transition: transform 1.4s var(--ease)
}

.js .reveal-image.in img {
  transform: none
}

.js .reveal-line {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s var(--ease)
}

.js .reveal-line.in {
  transform: scaleX(1)
}

/* ---------- hero + layout responsive (no overlap at any width) ---------- */
@media(max-width:1280px) {

  .ed-title,
  .hero-title {
    font-size: clamp(3.2rem, 5.6vw, 5.6rem)
  }

  .ed-grid,
  .hero__container {
    gap: clamp(32px, 4vw, 72px)
  }
}

@media(max-width:1100px) {

  .ed-grid,
  .hero__container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(28px, 4vw, 56px)
  }

  .ed-copy,
  .hero__content {
    padding-left: 28px;
    padding-right: 28px;
    max-width: 100%
  }

  .ed-title,
  .hero-title {
    font-size: clamp(3rem, 5.4vw, 4.6rem)
  }

  .ed-visual,
  .hero__visual {
    min-height: 560px
  }

  .mani-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px
  }
}

@media(max-width:900px) {

  /* mobile hero: single column — content, visual, metadata stacked, never squeezed */
  .ed-grid,
  .hero__container {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0
  }

  .ed-copy,
  .hero__content {
    max-width: 100%;
    justify-self: stretch;
    padding: 112px 24px 24px
  }

  .ed-visual,
  .hero__visual {
    min-height: 0;
    height: auto;
    align-self: stretch
  }

  .ed-slides {
    position: relative;
    height: 50vh;
    min-height: 340px;
    inset: auto
  }

  .ed-meta {
    margin-top: 24px
  }

  .mani-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 24px
  }

  .mani-media {
    display: none
  }

  .mani-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 10px 20px 30px 20px;
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
    box-sizing: border-box;
    scrollbar-width: none;
    -ms-overflow-style: none
  }

  .mani-list::-webkit-scrollbar {
    display: none
  }

  .mani-item {
    flex: 0 0 84vw;
    max-width: 330px;
    scroll-snap-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-template-columns: none;
    background: #ffffff;
    border: 1px solid rgba(226, 214, 191, .9);
    border-radius: 24px;
    padding: 18px;
    box-shadow: 0 12px 36px rgba(28, 23, 18, .07);
    position: relative;
    text-align: left;
    box-sizing: border-box;
    transition: transform .3s var(--ease), border-color .3s var(--ease)
  }

  .mani-item.on,
  .mani-item:hover {
    transform: none;
    border-color: rgba(154, 119, 50, .4);
    box-shadow: 0 16px 40px rgba(28, 23, 18, .12)
  }

  .mani-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--sans);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
    color: var(--brass-deep);
    background: var(--brass-soft);
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
    width: fit-content
  }

  .mani-tx strong {
    font-family: var(--serif);
    font-size: 1.3rem;
    line-height: 1.25;
    color: var(--walnut);
    margin-bottom: 6px
  }

  .mani-desc {
    max-height: none !important;
    opacity: 1 !important;
    font-size: .88rem;
    line-height: 1.5;
    color: var(--muted);
    margin-top: 6px;
    margin-bottom: 16px
  }

  .mani-mimg {
    display: block !important;
    max-height: none !important;
    opacity: 1 !important;
    margin: 0 !important;
    border-radius: 16px;
    overflow: hidden;
    height: 190px;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04)
  }

  .mani-mimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px
  }

  .mani-bar {
    display: none
  }
}

@media(max-width:760px) {

  .ed-hero,
  .hero {
    background: #191008
  }

  .ed-title,
  .hero-title {
    font-size: clamp(2.6rem, 11.5vw, 3.6rem);
    max-width: 20ch
  }

  .ed-sub,
  .hero-description {
    font-size: .98rem;
    max-width: 100%
  }

  .ed-ctas,
  .hero-actions,
  .hero-ctas {
    gap: 14px
  }

  .ed-ctas .btn.ivory {
    width: 100%;
    justify-content: center
  }

  .ed-capbar {
    padding: 14px 16px
  }

  .float-dock {
    display: none
  }

  .mani-item {
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 20px 2px
  }

  .mani-big {
    font-size: clamp(2rem, 9vw, 2.9rem)
  }
}

@media(prefers-reduced-motion:reduce) {
  .ed-slide {
    transition: none
  }

  .ed-slide.on img {
    animation: none !important;
    transform: none
  }

  .ed-prog.play i {
    animation: none
  }

  .ed-visual,
  .hero__visual {
    opacity: 1;
    transition: none
  }

  .hero-copy .ed-eyebrow,
  .hero-copy .ed-sub,
  .hero-copy .hero-description,
  .hero-copy .ed-ctas,
  .hero-copy .hero-actions,
  .hero-copy .ed-meta {
    opacity: 1 !important;
    transform: none !important
  }

  .js .reveal,
  .js .reveal-up,
  .js .reveal-left {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important
  }

  .js .reveal-image {
    clip-path: none !important;
    transition: none !important
  }

  .js .reveal-image img {
    transform: none !important
  }

  .js .reveal-line {
    transform: none !important;
    transition: none !important
  }

  .float-dock {
    animation: none
  }

  .mani-media img {
    transition: none
  }

  .mani-desc {
    transition: none
  }

  .mani-bar i {
    transition: none
  }
}

/* ============================================================
   FIX — fixed header vs hero / sticky content overlap.
   The header is fixed (88px desktop, 76px <=1100px). All offsets
   below derive from --header-h so content can never slide under
   it, at any width or header height. Additive overrides only.
   ============================================================ */
:root {
  --header-h: 88px
}

@media(max-width:1100px) {
  :root {
    --header-h: 76px
  }
}

.site-header {
  min-height: var(--header-h)
}

/* Home hero copy always starts below the fixed header + breathing room */
.ed-copy,
.hero__content {
  padding-top: calc(var(--header-h) + clamp(32px, 5vh, 72px))
}

/* Inner-page hero: top padding clears the solid fixed header deterministically */
.page-hero {
  padding-top: calc(var(--header-h) + clamp(42px, 6vw, 102px))
}

/* First breadcrumb row inside a content wrap clears the fixed header */
.wrap>.crumbs:first-child {
  margin-top: calc(var(--header-h) + 16px)
}

/* Sticky rails must sit BELOW the fixed header (were 64px/56px: under it) */
.pdp-anchors {
  top: calc(var(--header-h) + 8px)
}

.gal {
  top: calc(var(--header-h) + 8px)
}

.story-media {
  top: calc(var(--header-h) + 12px)
}

.builder-side {
  top: calc(var(--header-h) + 12px)
}

.mani-media {
  top: calc(var(--header-h) + 22px)
}

/* In-page anchor jumps leave room for the fixed header */
main [id] {
  scroll-margin-top: calc(var(--header-h) + 16px)
}

@media(max-width:900px) {
  .pdp-anchors {
    top: calc(var(--header-h) + 8px)
  }

  .ed-copy,
  .hero__content {
    padding-top: calc(var(--header-h) + 36px)
  }

  #hub-custom-grid,
  #hub-faq-grid {
    grid-template-columns: 1fr !important
  }

  .seo-faq-callout {
    margin-top: 28px
  }
}

/* ============================================================
   V8 — Premium modernization layer.
   Warm editorial. No glass, no gradient blobs, no pill buttons.
   Every rule is additive — zero overrides to admin styles.
   ============================================================ */

/* ---------- HERO: single-slide safe opacity ----------------
   .ed-visual starts invisible and becomes visible via body.hero-in.
   The JS now fires hero-in unconditionally, but we add a CSS
   fallback so even without JS the hero is visible after 0.6s. */
@keyframes heroReveal {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.ed-visual:not(.hero-in-forced) {
  animation: heroReveal 1.2s var(--ease) 0.4s both
}

.ed-visual {
  animation: heroReveal 1.2s var(--ease) 0.4s both
}

/* JS-driven class wins and removes the animation */
body.hero-in .ed-visual {
  animation: none !important;
  opacity: 1
}

/* ---------- section rhythm system --------------------------
   Alternate sections use accent backgrounds to create visual
   breathing between content families. Sections with .sec-alt
   get the warm card surface. No border-bottom duplication. */
.sec-accent {
  background: var(--card)
}

.sec-dark {
  background: var(--charcoal);
  color: var(--ivory)
}

.sec-walnut {
  background: var(--walnut);
  color: var(--ivory)
}

/* Architectural full-bleed ruled separator between major sections */
.sec-rule {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--line) 20%, var(--line) 80%, transparent);
  margin: 0;
  border: 0;
  position: relative;
  z-index: 1
}

.sec-rule.brass {
  background: linear-gradient(to right, transparent, var(--brass) 30%, var(--brass) 70%, transparent);
  opacity: .35
}

/* Number kicker for section labels (large decorative counter) */
.sec-kicker {
  font-family: var(--serif);
  font-size: clamp(5rem, 16vw, 14rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px var(--stone);
  pointer-events: none;
  user-select: none;
  display: block;
  opacity: .55;
  letter-spacing: -.04em
}

/* ---------- link utilities -------------------------------- */
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  transition: gap .35s var(--ease), color .3s
}

.link-arrow::after {
  content: "\2192";
  font-size: 1em;
  transition: transform .35s var(--ease)
}

.link-arrow:hover {
  color: var(--brass-deep);
  gap: 14px
}

.link-arrow:hover::after {
  transform: translateX(4px)
}

/* ---------- enhanced inner-page hero ----------------------
   .page-hero now supports an optional background image via
   data-img attribute. The image is set as CSS var from PHP and
   renders as a full-bleed treatment with controlled overlay. */
.page-hero {
  isolation: isolate
}

.page-hero[data-img]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(250, 247, 240, .97) 0%, rgba(250, 247, 240, .88) 50%, rgba(250, 247, 240, .72) 100%);
  z-index: 0;
  pointer-events: none
}

.page-hero .wrap {
  position: relative;
  z-index: 1
}

/* Large decorative initial letter (already uses data-num attr) */
.page-hero::before {
  font-size: clamp(7rem, 20vw, 18rem);
  color: transparent;
  -webkit-text-stroke: 1px var(--stone);
  opacity: .5
}

/* Category/collection page hero strip */
.cat-hero {
  position: relative;
  overflow: hidden;
  background: var(--walnut);
  color: #fff;
  padding: calc(var(--header-h) + clamp(36px, 6vw, 80px)) 0 clamp(32px, 5vw, 56px);
  border-bottom: 0
}

.cat-hero__bg {
  position: absolute;
  inset: 0;
  opacity: .28
}

.cat-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.8)
}

.cat-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(26, 16, 8, .92) 0%, rgba(26, 16, 8, .6) 50%, rgba(26, 16, 8, .3) 100%)
}

.cat-hero .wrap {
  position: relative;
  z-index: 1
}

.cat-hero .eyebrow {
  color: #e4d3a8
}

.cat-hero .eyebrow::before {
  background: var(--sand)
}

.cat-hero h1 {
  color: #fff;
  margin: .25em 0 .3em
}

.cat-hero .lede {
  color: rgba(247, 242, 233, .78)
}

/* ---------- premium filter bar ----------------------------
   Horizontally scrollable, snap-aligned collection of filter
   chips. Active chip gets ink background. No pills — sharp corners. */
.filter-rail {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 0 12px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin: 20px 0
}

.filter-rail::-webkit-scrollbar {
  display: none
}

.filter-rail a,
.filter-rail button {
  flex: 0 0 auto;
  scroll-snap-align: start;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--line);
  padding: 10px 18px;
  border-radius: 2px;
  background: var(--card);
  color: var(--ink);
  cursor: pointer;
  transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
  white-space: nowrap
}

.filter-rail a:hover,
.filter-rail button:hover {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
  transform: translateY(-1px)
}

.filter-rail a.on,
.filter-rail button.on,
.filter-rail a[aria-current],
.filter-rail button.active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink)
}

.filter-count {
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--muted)
}

.filter-count strong {
  color: var(--ink)
}

/* ---------- product card improvements ---------------------
   Richer placeholder state (never looks broken) + premium hover
   that doesn't fight with the existing card-img zoom. */
.card .ph {
  aspect-ratio: 4/5;
  background: linear-gradient(150deg, var(--linen) 0%, var(--stone) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: clamp(16px, 3vw, 26px);
  position: relative;
  overflow: hidden
}

.card .ph::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, transparent, transparent 28px, rgba(200, 181, 145, .12) 28px, rgba(200, 181, 145, .12) 29px)
}

.card .ph::after {
  content: "Photography in progress";
  font-family: var(--serif);
  font-size: .85rem;
  color: var(--muted);
  letter-spacing: .06em;
  position: relative;
  z-index: 1
}

/* card hover arrow indicator (subtle) */
.card-arrow {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(28, 23, 18, .15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .88rem;
  background: rgba(250, 247, 240, .9);
  transform: translateY(4px);
  opacity: 0;
  transition: opacity .4s var(--ease), transform .4s var(--ease)
}

.card:hover .card-arrow,
.card:focus-within .card-arrow {
  opacity: 1;
  transform: none
}

/* ---------- enquiry chip inside modal ---------------------
   echip buttons styled in JS for dynamic insertion;
   these rules provide the foundational sheet styles. */
.echip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid var(--line);
  background: var(--bg);
  padding: 14px 16px;
  cursor: pointer;
  text-align: left;
  font-size: .88rem;
  width: 100%;
  transition: border-color .3s var(--ease), background .3s var(--ease), transform .2s var(--ease);
  margin: 6px 0;
  color: var(--ink);
  font-family: var(--sans)
}

.echip:hover {
  border-color: var(--brass);
  background: var(--brass-soft);
  transform: translateX(4px)
}

.echip.on {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff
}

.echip.on .etick {
  opacity: 1
}

.echip small {
  display: block;
  font-size: .78rem;
  color: var(--muted);
  font-weight: 400;
  margin-top: 3px
}

.echip.on small {
  color: rgba(247, 242, 233, .7)
}

.etick {
  width: 22px;
  height: 22px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  flex: 0 0 22px;
  opacity: 0;
  transition: opacity .3s
}

.echip.on .etick {
  opacity: 1;
  background: rgba(247, 242, 233, .2)
}

/* ---------- FAQ: animated height (JS-driven) ---------------
   The JS wraps <p> in .faq-env and sets explicit heights.
   These rules support that animation. No changes needed to .faq
   details open/close — the JS intercepts the click event. */
.faq-env {
  overflow: hidden;
  transition: height 0.44s cubic-bezier(.22, 1, .36, 1)
}

.js .faq details[open] .faq-env {
  /* height set by JS */
}

/* Mobile: faq number hidden, simpler layout already handled */
.faq details {
  overflow: hidden
}

/* ---------- form field premium states ---------------------
   Focus animation: field label lifts slightly. Input reveals a
   thin brass accent along the bottom. */
.field {
  position: relative
}

.field label {
  transition: transform .3s var(--ease), color .3s var(--ease)
}

.field:focus-within label {
  color: var(--brass-deep)
}

.field input:focus,
.field textarea:focus {
  border-color: var(--brass);
  box-shadow: 0 2px 0 0 var(--brass), 0 0 0 3px rgba(154, 119, 50, .12) !important;
  transform: none
}

/* Success state for fields (server-side or JS-validated) */
.field input.valid,
.field textarea.valid {
  border-color: #16a34a;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, .12)
}

/* ---------- footer premium restructure --------------------
   The existing .footer-grid / .foot-cta / .foot-base remain.
   We enhance with vertical breathing, ruled accents, and a more
   editorial brand column. */
.site-footer .foot-cta {
  background: linear-gradient(120deg, rgba(247, 242, 233, .06), transparent 70%)
}

.site-footer .foot-cta em.it {
  color: var(--sand);
  font-style: italic;
  font-weight: 300
}

/* Divider rule above copyright */
.foot-base {
  border-top: 1px solid rgba(247, 242, 233, .1) !important
}

.foot-brand {
  display: block;
  margin-bottom: 12px
}

/* Footer contact column link styling */
.footer-grid>div:last-child a {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid rgba(247, 242, 233, .07);
  transition: padding .3s var(--ease), opacity .3s;
  font-size: .9rem
}

.footer-grid>div:last-child a:hover {
  padding-left: 6px;
  opacity: 1
}

.footer-grid>div:last-child a:last-child {
  border-bottom: 0
}

/* Footer bottom padding on desktop handles dock spacing */
@media(min-width:761px) {
  .foot-base {
    padding-bottom: 24px !important
  }
}

/* ---------- floating dock: z-index sanity ----------------
   On mobile (< 761px) the dock is hidden; the float-bar takes
   over. Ensure the wa-guide-open button never overlaps the bar. */
@media(max-width:760px) {
  #wa-guide-open {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 70px)
  }

  #wa-guide {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 136px)
  }

  .sticky-enq {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 118px) !important
  }
}

/* ---------- show-banner section: improved contrast --------
   The showroom banner uses a hero image; ensure copy is always
   legible against unknown photography. */
.show-banner {
  position: relative;
  overflow: clip;
  padding: clamp(80px, 12vw, 160px) 0;
  color: #fff;
  border: 0
}

.show-bg {
  position: absolute;
  inset: 0
}

.show-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.85)
}

.show-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(10, 7, 4, .82) 0%, rgba(10, 7, 4, .55) 50%, rgba(10, 7, 4, .3) 100%)
}

.show-inner {
  position: relative;
  z-index: 1
}

.show-inner h2 {
  max-width: 14em
}

/* ---------- finale section refinements --------------------
   Keep the existing .finale styles but ensure text has a stronger
   mask so ivory type reads against any photography. */
.finale-bg::after {
  background: linear-gradient(110deg, rgba(10, 8, 6, .92) 0%, rgba(10, 8, 6, .6) 40%, rgba(10, 8, 6, .3) 70%, rgba(10, 8, 6, .22)) !important
}

.finale h2 {
  color: #fff !important;
  letter-spacing: -.03em
}

.finale .wrap {
  padding-top: 0;
  padding-bottom: 0
}

/* ---------- page transition improvements ------------------
   Slower, smoother veil to avoid the "flash" on fast connections */
#pt-veil.go {
  animation: veil .65s var(--ease-io)
}

/* ---------- testimonials: editorial refinement ------------
   Left-align text on larger screens. Quote mark is now an
   editorial decoration on the right rather than centered. */
@media(min-width:900px) {
  .quotes .wrap {
    position: relative
  }

  .quotes::before {
    left: auto;
    right: 5%;
    transform: none;
    top: -40px;
    font-size: 22rem
  }

  .quote p {
    text-align: left;
    max-width: 26em;
    margin-left: 0
  }

  .quote cite {
    text-align: left
  }
}

/* ---------- marquee: wider letter spacing, slower ---------- */
.marquee-track {
  animation-duration: 38s !important;
  letter-spacing: .1em
}

/* ---------- collections compressed accordion -------------
   All rounded cards share one row, compressed — no scroll.
   Moving the cursor over a card expands it with transition. */
.coll-rail {
  display: flex;
  gap: clamp(10px, 1.2vw, 14px);
  min-height: clamp(260px, 30vw, 360px);
  overflow: hidden;
  min-width: 0
}

.coll-card {
  position: relative;
  flex: 1 1 0;
  display: flex;
  align-items: flex-end;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border-radius: clamp(22px, 2.4vw, 30px);
  background: var(--walnut);
  text-decoration: none;
  color: #fff;
  transition: flex .6s var(--ease-io)
}

.coll-card:hover,
.coll-card:focus-visible {
  flex: 2.7 1 0
}

.coll-card:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 3px
}

.coll-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease)
}

.coll-card:hover .coll-bg,
.coll-card:focus-visible .coll-bg {
  transform: scale(1.05)
}

.coll-bg--art {
  display: grid;
  place-items: center;
  background: #e7dcc6;
  overflow: hidden
}

.coll-arch {
  position: absolute;
  left: 50%;
  top: 12%;
  transform: translateX(-50%);
  width: 46%;
  height: 76%;
  border: 1px solid rgba(28, 23, 18, .3);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  opacity: .75
}

.coll-word {
  position: relative;
  z-index: 1;
  font-family: var(--serif);
  font-size: .8rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(28, 23, 18, .55);
  background: rgba(255, 252, 247, .85);
  border: 1px solid rgba(28, 23, 18, .15);
  padding: 6px 10px 6px 13px;
  white-space: nowrap
}

.coll-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 7, 4, .88) 0%, rgba(10, 7, 4, .25) 52%, transparent 78%);
  pointer-events: none
}

.coll-txt {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
  padding: clamp(16px, 2.4vw, 26px)
}

.coll-num {
  display: block;
  font-family: var(--serif);
  font-size: .78rem;
  letter-spacing: .24em;
  color: var(--sand);
  margin-bottom: 8px
}

.coll-txt strong {
  display: block;
  min-width: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.1;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .45s var(--ease), transform .5s var(--ease)
}

.coll-sub {
  display: block;
  margin-top: 6px;
  font-size: .82rem;
  letter-spacing: .06em;
  color: rgba(247, 242, 233, .8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 0;
  opacity: 0;
  transition: max-height .5s var(--ease), opacity .5s var(--ease)
}

.coll-card:hover .coll-txt strong,
.coll-card:focus-visible .coll-txt strong {
  opacity: 1;
  transform: none
}

.coll-card:hover .coll-sub,
.coll-card:focus-visible .coll-sub {
  max-height: 60px;
  opacity: 1
}

@media(max-width:1100px) and (min-width:768px) {
  .coll-rail {
    min-height: clamp(240px, 34vw, 320px)
  }

  .coll-card:hover,
  .coll-card:focus-visible {
    flex: 2.4 1 0
  }

  .coll-txt strong {
    font-size: clamp(1.1rem, 2.4vw, 1.5rem)
  }
}

@media(max-width:767px) {
  .coll-rail {
    flex-direction: column;
    min-height: 0;
    overflow: visible;
    gap: 12px
  }

  .coll-card {
    flex: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 12px;
    background: #fffdf8;
    border: 1px solid var(--line-soft)
  }

  .coll-card:hover,
  .coll-card:focus-visible {
    flex: none
  }

  .coll-bg {
    position: relative;
    inset: auto;
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    border-radius: 18px
  }

  .coll-bg--art {
    border-radius: 18px
  }

  .coll-shade {
    display: none
  }

  .coll-txt {
    position: static;
    padding: 0;
    flex: 1
  }

  .coll-num {
    color: var(--brass-deep);
    margin-bottom: 4px
  }

  .coll-txt strong {
    color: var(--ink);
    font-size: 1.15rem;
    white-space: normal;
    opacity: 1;
    transform: none
  }

  .coll-sub {
    color: var(--muted);
    white-space: normal;
    max-height: none;
    opacity: 1
  }
}

/* ---------- story section: sticky image improvements ------
   Ensure sticky stays visible and image crossfade is smooth */
.story-media {
  border: 0;
  aspect-ratio: 3/4 !important
}

.story-steps article {
  border-top-color: var(--line-soft)
}

.story-steps article:first-child {
  border-top: 0
}

/* ---------- location cards: fuller image treatment --------
   The existing .loc-card is good; we tighten the gradient and
   strengthen typography for better readability. */
.loc-card::after {
  background: linear-gradient(to top, rgba(10, 8, 6, .88) 0%, rgba(10, 8, 6, .35) 55%, transparent) !important
}

.loc-card span:first-of-type {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--sand);
  display: block;
  margin-bottom: 6px
}

/* ---------- WHY / manifesto section improvements ----------
   Add a subtle active indicator line on the left edge of items. */
.mani-item {
  transition: background .4s var(--ease), padding .4s var(--ease)
}

.mani-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--brass);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .5s var(--ease)
}

.mani-item.on::before {
  transform: scaleY(1)
}

.mani-item:hover {
  background: rgba(200, 181, 145, .06);
  padding-left: 14px
}

.mani-item.on {
  background: rgba(200, 181, 145, .05);
  padding-left: 14px
}

/* ---------- About page hero (if it uses .page-hero) -------
   Give it a warm parchment surface with subtle texture. */
.page-hero.about-hero {
  background: linear-gradient(180deg, var(--linen) 0%, var(--bg) 100%)
}

/* ---------- responsive gap closes ------------------------ */
@media(min-width:901px) and (max-width:1100px) {
  .cards {
    grid-template-columns: repeat(3, 1fr)
  }

  .card.featured {
    grid-column: span 2
  }
}

@media(max-width:760px) {

  .filter-rail a,
  .filter-rail button {
    font-size: .72rem;
    padding: 9px 14px
  }

  .show-banner {
    padding: clamp(60px, 10vw, 100px) 0
  }

  .cat-hero {
    padding-top: calc(var(--header-h) + 28px);
    padding-bottom: clamp(24px, 5vw, 40px)
  }

  .story-media {
    display: none !important
  }
}

@media(max-width:480px) {
  .coll-rail {
    gap: 10px
  }

  .coll-txt strong {
    font-size: 1.05rem
  }
}

@media(max-width:390px) {

  .ed-ctas,
  .hero-actions,
  .hero-ctas {
    flex-direction: column;
    align-items: flex-start
  }

  .ed-ctas .btn.ivory {
    width: 100%;
    justify-content: center
  }

  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 22px
  }

  .foot-cta h2 {
    font-size: 1.7rem
  }
}

/* ---------- reduced motion: V8 additions ------------------
   All new animations and transitions must respect this. */
@media(prefers-reduced-motion:reduce) {

  .coll-card,
  .coll-bg,
  .coll-txt strong,
  .coll-sub {
    transition: none !important;
    animation: none !important
  }

  .mani-item,
  .mani-item::before {
    transition: none !important;
    animation: none !important
  }

  .filter-rail a:hover,
  .filter-rail button:hover {
    transform: none !important
  }

  .link-arrow:hover {
    gap: 8px !important
  }

  .faq-env {
    transition: none !important
  }

  .ed-visual {
    animation: none !important;
    opacity: 1 !important
  }

  body.hero-in .ed-visual {
    opacity: 1 !important
  }

  .card-arrow {
    opacity: 1;
    transform: none
  }
}

/* ============================================================
   V9 — full-bleed cinematic hero, shop-the-look, editorial break,
   showroom selector, discovery grid, custom hero, footer statement.
   Warm ivory / deep espresso / walnut / muted brass. Additive only.
   ============================================================ */

/* ---------- cinematic hero: full-viewport slider ---------- */
.ch-hero {
  position: relative;
  background: #17100a;
  color: #f7f2e9;
  overflow: clip;
  isolation: isolate;
  min-height: 88vh;
  min-height: 88svh;
  display: flex;
  flex-direction: column
}

.ch-slides {
  position: relative;
  flex: 1;
  display: flex;
  min-height: 88vh;
  min-height: 88svh
}

.ch-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.1s var(--ease-io), visibility 0s 1.1s;
  pointer-events: none
}

.ch-slide.on {
  opacity: 1;
  visibility: visible;
  transition: opacity 1.1s var(--ease-io);
  pointer-events: auto;
  z-index: 1
}

.ch-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08)
}

.ch-slide.on .ch-bg {
  animation: chdrift 7.5s ease-out forwards
}

@keyframes chdrift {
  from {
    transform: scale(1.08)
  }

  to {
    transform: scale(1)
  }
}

.ch-art {
  position: absolute;
  inset: 0;
  overflow: hidden
}

.ch-art-1 {
  background: linear-gradient(140deg, #2c2114 0%, #191008 55%, #241a0d 100%)
}

.ch-art-2 {
  background: linear-gradient(140deg, #33261a 0%, #1c130b 55%, #2a1e10 100%)
}

.ch-art-3 {
  background: linear-gradient(140deg, #231a10 0%, #14100a 60%, #2e2113 100%)
}

.ch-art-grid {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, rgba(200, 181, 145, .08) 0 1px, transparent 1px 84px), repeating-linear-gradient(0deg, rgba(200, 181, 145, .06) 0 1px, transparent 1px 84px)
}

.ch-art-arch {
  position: absolute;
  right: 6%;
  top: 8%;
  bottom: 8%;
  width: min(34vw, 420px);
  border: 1px solid rgba(200, 181, 145, .45);
  border-bottom: 0;
  border-radius: 999px 999px 0 0
}

.ch-art-arch::after {
  content: "";
  position: absolute;
  inset: 26px 26px 0;
  border: 1px solid rgba(200, 181, 145, .25);
  border-bottom: 0;
  border-radius: 999px 999px 0 0
}

.ch-art-initial {
  position: absolute;
  left: 6%;
  bottom: 2%;
  font-family: var(--serif);
  font-size: clamp(10rem, 28vw, 26rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(200, 181, 145, .4)
}

.ch-art-word {
  position: absolute;
  left: 7%;
  top: 16%;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--sand)
}

.ch-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 7, 4, .82) 0%, rgba(10, 7, 4, .42) 34%, rgba(10, 7, 4, .08) 62%, rgba(10, 7, 4, .28) 100%), linear-gradient(100deg, rgba(12, 8, 4, .72) 0%, rgba(12, 8, 4, .25) 46%, transparent 70%)
}

.ch-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: calc(var(--header-h) + clamp(24px, 5vh, 64px));
  padding-bottom: clamp(120px, 18vh, 170px)
}

.ch-copy {
  max-width: 1000px
}

.ch-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #e4d3a8;
  margin: 0 0 20px
}

.ch-eyebrow-line {
  width: 44px;
  height: 1px;
  background: var(--brass);
  flex: 0 0 44px
}

.ch-eyebrow-sep {
  opacity: .6
}

.ch-title {
  font-size: clamp(2.9rem, 7.2vw, 6.8rem);
  line-height: .96;
  letter-spacing: -.03em;
  color: #fff;
  margin: 0;
  max-width: 16ch;
  font-weight: 400
}

.ch-title .it {
  font-style: italic;
  font-weight: 300
}

.ch-line {
  display: block;
  overflow: hidden;
  padding-bottom: .06em;
  margin-bottom: -.06em
}

.ch-line>span {
  display: block
}

.ch-sub {
  color: rgba(247, 242, 233, .82);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.7;
  max-width: 560px;
  margin: 22px 0 0
}

.ch-ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 36px
}

.ch-ctas .btn.ivory {
  background: #f7f2e9;
  border-color: #f7f2e9;
  color: #1d1508;
  border-radius: 3px
}

.ch-ctas .btn.ivory:hover {
  background: #fff;
  transform: translateY(-1px)
}

/* staged entrance: image 0ms, eyebrow 100ms, heading 200ms, sub 350ms, cta 500ms */
.ch-slide .ch-eyebrow,
.ch-slide .ch-sub,
.ch-slide .ch-ctas {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s var(--ease), transform .8s var(--ease)
}

.ch-slide .ch-line>span {
  transform: translateY(110%);
  transition: transform 1s var(--ease)
}

.ch-slide.on .ch-eyebrow {
  opacity: 1;
  transform: none;
  transition-delay: .1s
}

.ch-slide.on .ch-line>span {
  transform: none
}

.ch-slide.on .ch-line:nth-child(2)>span {
  transition-delay: .2s
}

.ch-slide.on .ch-line:nth-child(3)>span {
  transition-delay: .3s
}

.ch-slide.on .ch-sub {
  opacity: 1;
  transform: none;
  transition-delay: .35s
}

.ch-slide.on .ch-ctas {
  opacity: 1;
  transform: none;
  transition-delay: .5s
}

/* control bar */
.ch-ui {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 64px;
  z-index: 3;
  pointer-events: none
}

.ch-ui-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px
}

.ch-cap {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  color: #f7f2e9
}

.ch-cap small {
  display: block;
  font-family: var(--sans);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #e4d3a8;
  margin-bottom: 6px
}

.ch-ctrl {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 16px
}

.ch-count {
  font-size: .74rem;
  letter-spacing: .2em;
  color: rgba(247, 242, 233, .8);
  font-variant-numeric: tabular-nums;
  white-space: nowrap
}

.ch-dots {
  display: flex;
  gap: 8px
}

.ch-dots button {
  width: 52px;
  height: 22px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px 0;
  display: flex;
  align-items: center
}

.ch-dots button i {
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(247, 242, 233, .28);
  position: relative;
  overflow: hidden
}

.ch-dots button.on i {
  background: rgba(247, 242, 233, .28)
}

.ch-dots button.on i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #e4d3a8;
  transform: scaleX(0);
  transform-origin: left
}

.ch-dots button.on i::after {
  animation: chprog 7s linear forwards
}

@keyframes chprog {
  to {
    transform: scaleX(1)
  }
}

.ch-arrows {
  display: flex;
  gap: 8px
}

.ch-arrows button {
  background: transparent;
  border: 1px solid rgba(247, 242, 233, .4);
  color: #f7f2e9;
  width: 46px;
  height: 46px;
  font-size: 1rem;
  cursor: pointer;
  transition: background .3s, border-color .3s, color .3s;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.ch-arrows button:hover {
  background: #f7f2e9;
  border-color: #f7f2e9;
  color: var(--ink)
}

.ch-prog {
  width: 72px;
  height: 2px;
  background: rgba(247, 242, 233, .25);
  position: relative;
  overflow: hidden
}

.ch-prog i {
  position: absolute;
  inset: 0;
  background: #e4d3a8;
  transform: scaleX(0);
  transform-origin: left;
  display: block
}

.ch-prog.play i {
  animation: chprog 7s linear forwards
}

/* meta strip */
.ch-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  border-top: 1px solid rgba(247, 242, 233, .16);
  background: rgba(10, 7, 4, .42);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px)
}

.ch-meta-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: .82rem;
  color: rgba(247, 242, 233, .72)
}

.ch-meta-inner>* {
  padding: 0 16px;
  border-left: 1px solid rgba(247, 242, 233, .16)
}

.ch-meta-inner>*:first-child {
  padding-left: 0;
  border-left: 0
}

.ch-meta-place {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #f7f2e9
}

.ch-meta-inner a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap
}

.ch-meta-inner a:hover {
  text-decoration: underline;
  text-underline-offset: 4px
}

.ch-meta-scroll {
  margin-left: auto;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .68rem;
  font-weight: 700
}

/* ============================================================
   05 — SHOP THE LOOK: immersive room experience (authoritative).
   Real room media + real product hotspots. Simulated 3D camera via
   perspective/translate3d/rotate on layered media. No page overflow:
   all motion is contained inside .look-viewport (overflow:clip).
   Palette: warm ivory / stone / charcoal / muted brass.
   ============================================================ */
.look--immersive {
  background: var(--bg)
}

.look-heading {
  margin-bottom: clamp(22px, 3vw, 40px)
}

.look-experience {
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  gap: clamp(16px, 2.4vw, 32px);
  align-items: stretch;
  min-width: 0
}

/* viewport: stable dimensions from first paint (no layout shift) */
.look-viewport {
  position: relative;
  overflow: hidden;
  overflow: clip;
  min-height: clamp(560px, 60vw, 760px);
  height: clamp(680px, 72vw, 850px);
  max-height: 880px;
  background: #171008;
  color: #f7f2e9;
  perspective: 1200px;
  perspective-origin: 50% 50%;
  min-width: 0
}

.look-viewport:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 4px
}

.look-tilt {
  position: absolute;
  inset: -4%;
  transform-style: preserve-3d;
  will-change: transform;
  transform: translate3d(calc(var(--look-x, 0px) + var(--look-fx, 0px)), calc(var(--look-y, 0px) + var(--look-fy, 0px)), 0) rotateX(var(--look-rx, 0deg)) rotateY(var(--look-ry, 0deg)) scale(var(--look-s, 1.05));
  transition: transform .12s linear
}

.look-media {
  position: absolute;
  inset: 0
}

.look-room {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.look-yt {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  display: block
}

.look-yt .look-room {
  pointer-events: none
}

.look-yt-play {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 2;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(20, 14, 8, .72);
  border: 1px solid rgba(247, 242, 233, .6);
  color: #f7f2e9;
  font-size: 1rem;
  display: grid;
  place-items: center;
  transition: background .35s var(--ease), transform .35s var(--ease)
}

.look-yt:hover .look-yt-play {
  background: var(--brass-deep);
  transform: scale(1.06)
}

.look-room-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0
}

/* depth + cinematic light: layered, extremely subtle, colours stay true */
.look-depth-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(120% 90% at 50% 30%, transparent 55%, rgba(12, 8, 4, .28) 100%);
  transform: translate3d(calc((var(--look-x, 0px) + var(--look-fx, 0px)) * .35), calc((var(--look-y, 0px) + var(--look-fy, 0px)) * .35), 0)
}

.look-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(10, 7, 4, .34) 0%, transparent 30%, transparent 68%, rgba(10, 7, 4, .3) 100%), linear-gradient(to top, rgba(10, 7, 4, .5) 0%, transparent 34%)
}

/* hotspots: ivory marker + thin ring + slow idle breath */
.look-hotspots {
  position: absolute;
  inset: 0;
  z-index: 3;
  transform: translate3d(calc((var(--look-x, 0px) + var(--look-fx, 0px)) * -.3), calc((var(--look-y, 0px) + var(--look-fy, 0px)) * -.3), 0)
}

.look-hotspot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  display: grid;
  place-items: center
}

.look-hotspot:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 6px;
  border-radius: 50%
}

.look-marker {
  position: relative;
  width: 22px;
  height: 22px;
  display: block;
  transition: transform .45s cubic-bezier(.22, .61, .36, 1)
}

.look-marker i {
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: var(--ivory);
  box-shadow: 0 2px 10px rgba(10, 7, 4, .5);
  display: block
}

.look-marker::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(247, 242, 233, .85);
  box-shadow: 0 2px 14px rgba(10, 7, 4, .35)
}

.look-marker::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid rgba(247, 242, 233, .4);
  animation: look-breathe 3.4s ease-in-out infinite
}

@keyframes look-breathe {

  0%,
  100% {
    transform: scale(1);
    opacity: .9
  }

  50% {
    transform: scale(1.08);
    opacity: 1
  }
}

.look-tag {
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  white-space: nowrap;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink);
  background: rgba(255, 253, 248, .94);
  border: 1px solid rgba(28, 23, 18, .12);
  padding: 7px 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s cubic-bezier(.22, .61, .36, 1), transform .4s cubic-bezier(.22, .61, .36, 1)
}

.look-hotspot:hover .look-tag,
.look-hotspot:focus-visible .look-tag,
.look-hotspot.is-active .look-tag {
  opacity: 1;
  transform: translateY(-50%)
}

.look-hotspot--flip .look-tag {
  left: auto;
  right: calc(100% + 10px);
  transform: translateY(-50%) translateX(-6px)
}

.look-hotspot--flip:hover .look-tag,
.look-hotspot--flip:focus-visible .look-tag,
.look-hotspot--flip.is-active .look-tag {
  transform: translateY(-50%)
}

.look-hotspot:hover .look-marker,
.look-hotspot:focus-visible .look-marker {
  transform: scale(1.18)
}

.look-hotspot.is-active .look-marker {
  transform: scale(1.28)
}

.look-hotspot.is-active .look-marker i {
  background: var(--sand)
}

.look-experience.has-active .look-hotspot:not(.is-active) {
  opacity: .45
}

.look-experience.has-active .look-hotspot:not(.is-active):hover {
  opacity: 1
}

/* viewport UI: counter + product navigation */
.look-ui {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px
}

.look-counter {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-variant-numeric: tabular-nums;
  color: #f7f2e9;
  text-shadow: 0 1px 10px rgba(10, 7, 4, .5)
}

.look-current {
  font-family: var(--serif);
  font-size: 1.6rem;
  line-height: 1
}

.look-sep,
.look-total {
  font-size: .85rem;
  opacity: .8
}

.look-controls {
  display: flex;
  gap: 10px
}

.look-prev,
.look-next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(247, 242, 233, .5);
  background: rgba(20, 14, 8, .55);
  color: #f7f2e9;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background .35s cubic-bezier(.22, .61, .36, 1), transform .35s cubic-bezier(.22, .61, .36, 1)
}

.look-prev:hover,
.look-next:hover {
  background: var(--brass-deep);
  border-color: var(--brass-deep);
  transform: translateY(-2px)
}

.look-prev span,
.look-next span {
  display: inline-block;
  transition: transform .35s
}

.look-prev:hover span {
  transform: translateX(-2px)
}

.look-next:hover span {
  transform: translateX(2px)
}

/* product panel: layered above the photograph */
.look-product-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--card);
  border: 1px solid rgba(28, 23, 18, .12);
  min-width: 0;
  box-shadow: var(--sh-md);
  transform: translate3d(0, 0, 0);
  transition: transform .6s cubic-bezier(.22, .61, .36, 1), box-shadow .6s cubic-bezier(.22, .61, .36, 1)
}

.look-product-panel.is-switching {
  transform: translate3d(0, 10px, 0)
}

.look-product-media {
  position: relative;
  overflow: hidden;
  background: #ece2cd;
  aspect-ratio: 4/3;
  min-height: 0
}

.look-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  opacity: 1;
  transition: transform .7s cubic-bezier(.22, .61, .36, 1), opacity .5s ease
}

.look-product-media.is-fading img {
  opacity: 0;
  transform: scale(1.04)
}

.look-product-ph {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  font-family: var(--serif);
  font-size: .85rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: rgba(28, 23, 18, .55)
}

.look-product-arch {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  width: 44%;
  height: 80%;
  border: 1px solid rgba(28, 23, 18, .28);
  border-bottom: 0;
  border-radius: 999px 999px 0 0
}

.look-product-content {
  padding: clamp(20px, 2.4vw, 30px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  flex: 1
}

.look-product-content .card-cat {
  font-size: .66rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--brass-deep);
  font-weight: 700
}

.look-product-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.1;
  margin: 0;
  color: var(--ink)
}

.look-product-description {
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.65;
  margin: 0
}

.look-product-price {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--ink)
}

.look-product-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px
}

.look-product-actions .btn {
  padding: 13px 22px;
  font-size: .86rem
}

.btn-secondary {
  background: transparent;
  color: var(--ink)
}

.btn-secondary:hover {
  background: var(--ink);
  color: #fdfaf3
}

.btn-secondary::after {
  content: ""
}

/* fallback (no scene media): premium product showcase, no fake furniture */
.look--fallback {
  background: var(--card)
}

.look-fb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: clamp(14px, 2vw, 24px);
  margin: clamp(20px, 3vw, 36px) 0;
  min-width: 0
}

.look-fb-card {
  display: flex;
  flex-direction: column;
  background: var(--bg);
  border: 1px solid rgba(28, 23, 18, .12);
  min-width: 0;
  transition: border-color .4s cubic-bezier(.22, .61, .36, 1), transform .45s cubic-bezier(.22, .61, .36, 1)
}

.look-fb-card:hover {
  border-color: var(--brass);
  transform: translateY(-4px)
}

.look-fb-media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ece2cd;
  aspect-ratio: 4/3
}

.look-fb-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.look-fb-arch {
  position: absolute;
  left: 50%;
  top: 12%;
  transform: translateX(-50%);
  width: 42%;
  height: 76%;
  border: 1px solid rgba(28, 23, 18, .3);
  border-bottom: 0;
  border-radius: 999px 999px 0 0
}

.look-fb-num {
  position: absolute;
  right: 12px;
  bottom: 8px;
  font-family: var(--serif);
  font-size: 1.8rem;
  line-height: 1;
  color: rgba(28, 23, 18, .4)
}

.look-fb-body {
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  flex: 1
}

.look-fb-body .card-cat {
  font-size: .64rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--brass-deep);
  font-weight: 700
}

.look-fb-body h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.15;
  margin: 0;
  color: var(--ink)
}

.look-fb-body p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.6
}

.look-fb-price {
  font-weight: 700;
  color: var(--ink);
  font-size: 1rem
}

.look-fb-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 8px
}

.look-fb-actions .link-line {
  font-size: .86rem
}

@media(max-width:560px) {
  .look-fb-grid {
    grid-template-columns: 1fr
  }
}

@media(max-width:1023px) {
  .look-experience {
    grid-template-columns: 1fr
  }

  .look-viewport {
    height: clamp(480px, 96vw, 640px);
    min-height: 480px
  }
}

@media(max-width:767px) {
  .look-viewport {
    height: min(78svh, 620px);
    min-height: 460px
  }

  .look-ui {
    padding: 14px
  }

  .look-prev,
  .look-next {
    width: 48px;
    height: 48px
  }

  .look-product-media {
    aspect-ratio: 16/10
  }
}

/* ---------- editorial image break ---------- */
.ed-break {
  position: relative;
  overflow: clip;
  color: #fff;
  padding: clamp(90px, 13vw, 170px) 0;
  background: #17100a
}

.ed-break-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.ed-break-art {
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, #2b2013 0%, #16100a 60%, #241a0d 100%)
}

.ed-break-grid {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, rgba(200, 181, 145, .07) 0 1px, transparent 1px 90px)
}

.ed-break-arch {
  position: absolute;
  left: 50%;
  top: -10%;
  bottom: -10%;
  width: min(40vw, 520px);
  transform: translateX(-50%);
  border: 1px solid rgba(200, 181, 145, .35);
  border-top: 0;
  border-bottom: 0;
  border-radius: 0
}

.ed-break-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(10, 8, 6, .88) 0%, rgba(10, 8, 6, .55) 50%, rgba(10, 8, 6, .3) 100%)
}

.ed-break-inner {
  position: relative;
  z-index: 1
}

.ed-break-quote {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 4.4vw, 3.6rem);
  line-height: 1.18;
  letter-spacing: -.01em;
  max-width: 20em;
  margin: 18px 0 8px
}

/* ---------- showroom selector ---------- */
.show-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: start
}

.show-list {
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column
}

.show-tab {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 16px;
  align-items: center;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 20px 8px;
  cursor: pointer;
  font-family: var(--sans);
  color: var(--ink);
  transition: background .35s var(--ease), padding .35s var(--ease);
  position: relative
}

.show-tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--brass);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .5s var(--ease)
}

.show-tab:hover {
  background: rgba(200, 181, 145, .07);
  padding-left: 16px
}

.show-tab.on {
  background: rgba(200, 181, 145, .08);
  padding-left: 16px
}

.show-tab.on::before {
  transform: scaleY(1)
}

.show-tab-num {
  font-family: var(--serif);
  color: var(--faint);
  letter-spacing: .12em
}

.show-tab.on .show-tab-num {
  color: var(--brass-deep)
}

.show-tab-tx strong {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.35rem;
  display: block
}

.show-tab-tx span {
  font-size: .84rem;
  color: var(--muted)
}

.show-tab-go {
  font-size: 1.1rem;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity .3s, transform .3s var(--ease)
}

.show-tab.on .show-tab-go,
.show-tab:hover .show-tab-go {
  opacity: 1;
  transform: none
}

.show-panel {
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  background: var(--card)
}

.show-photo {
  position: relative;
  aspect-ratio: 16/8;
  overflow: hidden;
  background: var(--linen)
}

.show-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.show-photo-art {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: var(--serif);
  font-size: 5rem;
  color: var(--brass);
  background: linear-gradient(140deg, var(--linen), var(--stone))
}

.show-photo-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(20, 17, 16, .85);
  color: var(--ivory);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: 8px 14px
}

.show-detail {
  padding: clamp(22px, 3.5vw, 36px);
  transition: opacity .35s var(--ease), transform .35s var(--ease)
}

.show-detail.swap {
  opacity: 0;
  transform: translateY(10px)
}

.show-detail h3 {
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  margin: .2em 0
}

.show-addr {
  font-size: .95rem;
  margin: 14px 0 4px
}

.show-addr span {
  color: var(--muted)
}

/* ---------- showroom visit section (showroom page) ---------- */
.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3vw, 44px);
  align-items: stretch;
  margin-bottom: clamp(24px, 3vw, 48px)
}

.visit-card {
  position: relative;
  border: 1px solid var(--line);
  background: var(--card);
  padding: clamp(26px, 3.4vw, 48px);
  overflow: hidden
}

.visit-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brass) 0 56px, transparent 56px)
}

.visit-kicker {
  font-family: var(--sans);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--faint);
  margin: 0 0 18px
}

.visit-card h3 {
  font-size: clamp(1.6rem, 2.6vw, 2.3rem);
  margin: 0 0 10px
}

.visit-ritual {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  border-top: 1px solid var(--line-soft)
}

.visit-ritual li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-soft);
  align-items: baseline
}

.visit-ritual .n {
  font-family: var(--serif);
  font-size: .9rem;
  color: var(--brass);
  letter-spacing: .14em
}

.visit-ritual strong {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 2px
}

.visit-ritual small {
  color: var(--muted);
  line-height: 1.55
}

.visit-swatches {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 26px 0 4px
}

.visit-swatches i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(28, 23, 18, .12);
  box-shadow: var(--sh-sm);
  transition: transform .4s var(--ease)
}

.visit-swatches i:hover {
  transform: translateY(-3px) scale(1.06)
}

.visit-swatches i.vs-1 {
  background: #d7cdbb
}

.visit-swatches i.vs-2 {
  background: #9dad93
}

.visit-swatches i.vs-3 {
  background: #b98b5f
}

.visit-swatches i.vs-4 {
  background: #77614f
}

.visit-swatches i.vs-5 {
  background: #c4a64a
}

.visit-swatches i.vs-6 {
  background: #4c5a62
}

.visit-swatches i.vs-7 {
  background: #2a2118
}

.visit-card h3.visit-hours {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 0 0 6px
}

.visit-hours .vh-n {
  font-size: clamp(3rem, 7vw, 5.4rem);
  line-height: 1;
  letter-spacing: -.03em;
  white-space: nowrap
}

.visit-hours .vh-z {
  font-family: var(--sans);
  font-size: clamp(.95rem, 1.4vw, 1.25rem);
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--brass-deep)
}

.visit-note {
  color: var(--muted);
  font-size: .98rem;
  margin: 0 0 18px
}

.visit-hours-fallback {
  font-size: clamp(1.6rem, 3.2vw, 2.3rem);
  line-height: 1.15;
  margin: 0 0 6px
}

.visit-mail {
  font-size: .98rem;
  line-height: 1.7;
  margin-bottom: 0
}

.visit-mail a {
  color: var(--brass-deep);
  font-weight: 600;
  text-underline-offset: 3px
}

.visit-ctas {
  margin: 22px 0 0
}

.visit-map {
  position: relative;
  border: 1px solid var(--line);
  background: var(--linen);
  overflow: hidden;
  line-height: 0
}

.visit-map iframe {
  width: 100%;
  height: clamp(340px, 42vw, 520px);
  border: 0;
  display: block;
  filter: sepia(.12) saturate(.92) contrast(.98)
}

.visit-map-pin {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  background: rgba(20, 17, 16, .88);
  color: var(--ivory);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: 10px 16px;
  line-height: 1.4
}

.visit-map-areas {
  position: absolute;
  left: 18px;
  bottom: 54px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 74%
}

.visit-map-areas span {
  background: rgba(255, 253, 248, .9);
  color: var(--ink);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .05em;
  padding: 7px 12px;
  border: 1px solid var(--line)
}

.visit-map-go {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--brass);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: .88rem;
  letter-spacing: .04em;
  padding: 13px 22px;
  border-radius: 2px;
  box-shadow: var(--sh-md);
  transition: background .35s var(--ease), transform .35s var(--ease)
}

.visit-map-go:hover {
  background: var(--brass-deep);
  transform: translateY(-2px)
}

@media(max-width:700px) {
  .visit-map-areas {
    display: none
  }
}

/* ---------- discovery grid (collections index) ---------- */
.filter-sticky {
  position: sticky;
  top: calc(var(--header-h) + 8px);
  z-index: 40;
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 12px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 26px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap
}

@supports not (background:color-mix(in srgb, red 50%, blue)) {
  .filter-sticky {
    background: rgba(250, 247, 240, .94)
  }
}

.filter-sticky .filter-rail {
  margin: 0;
  flex: 1;
  min-width: 0
}

.disc-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  margin: 30px 0
}

.disc-tile {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background: var(--walnut);
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  grid-column: span 2;
  transition: opacity .45s var(--ease), transform .45s var(--ease)
}

.disc-tile.disc-featured {
  grid-column: span 4;
  grid-row: span 2;
  min-height: 480px
}

.disc-tile:nth-child(2),
.disc-tile:nth-child(3) {
  grid-column: span 2
}

.disc-tile.hide {
  display: none
}

.disc-tile.filter-out {
  opacity: 0;
  transform: scale(.97);
  pointer-events: none;
  position: absolute;
  visibility: hidden
}

.disc-art {
  position: absolute;
  inset: 0
}

.tone-1 .disc-art {
  background: linear-gradient(150deg, #3a2d1a, #1d1409)
}

.tone-2 .disc-art {
  background: linear-gradient(150deg, #2c3a2e, #141b15)
}

.tone-3 .disc-art {
  background: linear-gradient(150deg, #3d2c22, #1c130d)
}

.tone-4 .disc-art {
  background: linear-gradient(150deg, #2e2a3a, #15131d)
}

.disc-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, rgba(200, 181, 145, .09) 0 1px, transparent 1px 64px)
}

.disc-initial {
  position: absolute;
  right: 4%;
  top: 0;
  font-family: var(--serif);
  font-size: clamp(6rem, 10vw, 11rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(200, 181, 145, .5)
}

.disc-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 7, 4, .88) 0%, rgba(10, 7, 4, .25) 55%, transparent 80%)
}

.disc-txt {
  position: relative;
  z-index: 2;
  padding: clamp(18px, 2.6vw, 30px)
}

.disc-num {
  font-family: var(--serif);
  font-size: .78rem;
  letter-spacing: .24em;
  color: var(--sand);
  display: block;
  margin-bottom: 8px
}

.disc-txt strong {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.4rem, 2.4vw, 2.2rem);
  line-height: 1.05;
  display: block;
  color: #fff
}

.disc-featured .disc-txt strong {
  font-size: clamp(2rem, 4vw, 3.4rem)
}

.disc-sub {
  font-size: .84rem;
  color: rgba(247, 242, 233, .8);
  display: block;
  margin-top: 8px
}

.disc-arrow {
  display: inline-block;
  transition: transform .35s var(--ease)
}

.disc-tile:hover .disc-arrow {
  transform: translateX(6px)
}

.disc-tile:hover .disc-art {
  transform: scale(1.03)
}

.disc-art {
  transition: transform 1s var(--ease)
}

/* ---------- custom furniture cinematic hero ---------- */
.custom-hero {
  position: relative;
  overflow: hidden;
  background: #0f0a06;
  color: #f7f2e9;
  padding: calc(var(--header-h) + clamp(32px, 5vw, 64px)) 0 clamp(48px, 6vw, 84px);
}

.custom-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  filter: brightness(0.85) contrast(1.05);
}

.custom-hero-art {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 30%, rgba(55, 38, 22, 0.6) 0%, #120b05 70%);
}

.custom-hero-grid {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, rgba(200, 181, 145, .05) 0 1px, transparent 1px 84px), repeating-linear-gradient(0deg, rgba(200, 181, 145, .04) 0 1px, transparent 1px 84px);
}

.custom-hero-arch {
  position: absolute;
  right: 4%;
  top: 4%;
  bottom: 4%;
  width: min(34vw, 420px);
  border: 1px solid rgba(212, 175, 55, .25);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  box-shadow: inset 0 0 40px rgba(212, 175, 55, .05);
}

.custom-hero-initial {
  position: absolute;
  left: 3%;
  bottom: -4%;
  font-family: var(--serif);
  font-size: clamp(10rem, 26vw, 24rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(200, 181, 145, .2);
  pointer-events: none;
  user-select: none;
}

.custom-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 8, 4, 0.94) 0%, rgba(12, 8, 4, 0.78) 48%, rgba(12, 8, 4, 0.45) 100%);
}

.custom-hero-glow {
  position: absolute;
  top: -10%;
  left: 20%;
  width: 50vw;
  height: 50vw;
  max-width: 600px;
  max-height: 600px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, rgba(212, 175, 55, 0) 70%);
  pointer-events: none;
  z-index: 1;
}

.custom-hero-inner {
  position: relative;
  z-index: 2;
}

.custom-hero-grid-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.custom-crumbs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: rgba(247, 242, 233, 0.7);
  margin-bottom: 20px;
}

.custom-crumbs a {
  color: rgba(247, 242, 233, 0.85);
  text-decoration: none;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
}

.custom-crumbs a:hover {
  color: #e6ca94;
}

.crumb-sep {
  color: rgba(200, 181, 145, 0.5);
  font-size: 0.75rem;
}

.crumb-current {
  color: #e6ca94;
  font-weight: 500;
}

.ch-eyebrow-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f3dfb4;
  margin-bottom: 20px;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.ch-sparkle {
  color: #e6ca94;
  font-size: 0.9rem;
  animation: pulseGlow 2.5s infinite ease-in-out;
}

@keyframes pulseGlow {

  0%,
  100% {
    opacity: 0.6;
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}

.custom-hero .ch-title {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5.2vw, 4.8rem);
  line-height: 1.08;
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.custom-hero .ch-title .it-gold {
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(135deg, #ffffff 0%, #f3dfb4 50%, #c8b591 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.custom-hero .ch-sub {
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.6;
  color: rgba(247, 242, 233, 0.85);
  max-width: 580px;
  margin-bottom: 32px;
  font-weight: 300;
}

.ch-ctas {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.btn.primary-gold {
  background: linear-gradient(135deg, #d4af37 0%, #b89228 100%);
  color: #0f0a06;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border: 1px solid rgba(255, 223, 128, 0.5);
}

.btn.primary-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(212, 175, 55, 0.45);
  background: linear-gradient(135deg, #e4bf47 0%, #c8a238 100%);
  color: #000;
}

.btn.primary-gold .btn-arrow {
  transition: transform 0.3s ease;
}

.btn.primary-gold:hover .btn-arrow {
  transform: translateX(4px);
}

.btn.whatsapp-btn {
  background: rgba(37, 211, 102, 0.12);
  color: #f7f2e9;
  border: 1px solid rgba(37, 211, 102, 0.4);
  padding: 16px 28px;
  border-radius: 999px;
  backdrop-filter: blur(12px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn.whatsapp-btn .wa-icon {
  color: #25d366;
  transition: transform 0.3s ease;
}

.btn.whatsapp-btn:hover {
  background: rgba(37, 211, 102, 0.22);
  border-color: #25d366;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.2);
}

.btn.whatsapp-btn:hover .wa-icon {
  transform: scale(1.12);
}

/* Hero Status Point Cards */
.custom-hero-points {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(247, 242, 233, 0.15);
}

.ch-point-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(247, 242, 233, 0.1);
  border-radius: 14px;
  backdrop-filter: blur(12px);
  transition: all 0.3s ease;
}

.ch-point-card:hover {
  background: rgba(212, 175, 55, 0.08);
  border-color: rgba(212, 175, 55, 0.3);
  transform: translateY(-2px);
}

.point-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: #f3dfb4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.point-text {
  display: flex;
  flex-direction: column;
}

.ch-point-card strong {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
}

.ch-point-card span {
  font-size: 0.76rem;
  color: rgba(247, 242, 233, 0.7);
  letter-spacing: 0.02em;
}

/* Right Studio Showcase Card */
.custom-hero-preview-col {
  display: flex;
  justify-content: flex-end;
}

.custom-hero-card.glass-panel {
  position: relative;
  width: 100%;
  max-width: 440px;
  background: linear-gradient(160deg, rgba(38, 28, 18, 0.85) 0%, rgba(20, 14, 8, 0.92) 100%);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 24px;
  padding: 20px;
  backdrop-filter: blur(20px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.custom-hero-card.glass-panel:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.6), 0 0 30px rgba(212, 175, 55, 0.15);
}

.studio-badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #e6ca94;
  font-weight: 500;
  margin-bottom: 14px;
  padding: 4px 12px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 999px;
  border: 1px solid rgba(200, 181, 145, 0.2);
}

.pulse-dot {
  width: 7px;
  height: 7px;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  animation: pulseGreen 2s infinite;
}

@keyframes pulseGreen {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }

  70% {
    box-shadow: 0 0 0 8px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.card-visual {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.visual-img-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  width: 100%;
}

.visual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

.custom-hero-card:hover .visual-img {
  transform: scale(1.04);
}

.visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.float-pill {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(18, 12, 6, 0.85);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  font-size: 0.75rem;
  color: #fff;
  z-index: 2;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.float-pill.top-right {
  top: 12px;
  right: 12px;
}

.float-pill.bottom-left {
  bottom: 12px;
  left: 12px;
}

.pill-star {
  color: #ffd700;
  font-weight: 600;
}

.card-details {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.card-spec-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(247, 242, 233, 0.15);
}

.spec-label {
  color: rgba(247, 242, 233, 0.65);
}

.spec-val {
  color: #f3dfb4;
  font-weight: 500;
}

.card-swatches {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swatch-label {
  font-size: 0.8rem;
  color: rgba(247, 242, 233, 0.7);
}

.swatch-dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.swatch-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s;
  cursor: pointer;
}

.swatch-dot:hover {
  transform: scale(1.2);
}

.swatch-dot.velvet {
  background: #4a2e2b;
}

.swatch-dot.linen {
  background: #d3c4b1;
}

.swatch-dot.boucle {
  background: #f4efea;
}

.swatch-dot.leather {
  background: #7c482b;
}

.swatch-count {
  font-size: 0.75rem;
  color: #e6ca94;
  font-weight: 600;
  margin-left: 4px;
}

.card-action-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 12px;
  color: #f3dfb4;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.card-action-link:hover {
  background: rgba(212, 175, 55, 0.2);
  border-color: #d4af37;
  color: #fff;
}

.card-action-link svg {
  transition: transform 0.3s ease;
}

.card-action-link:hover svg {
  transform: translateX(4px);
}

@media (max-width: 991px) {
  .custom-hero-grid-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .custom-hero-preview-col {
    justify-content: center;
  }

  .custom-hero-card.glass-panel {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .custom-hero-points {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ch-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .btn.primary-gold,
  .btn.whatsapp-btn {
    justify-content: center;
    width: 100%;
  }
}

/* ---------- Global Luxury Page Hero System ---------- */
.page-hero {
  position: relative;
  overflow: hidden;
  background: #0d0905;
  color: #f7f2e9;
  padding: calc(var(--header-h) + clamp(36px, 5.5vw, 76px)) 0 clamp(44px, 5.5vw, 80px);
  border-bottom: 1px solid rgba(200, 181, 145, 0.22);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.16) 0%, transparent 65%),
    linear-gradient(135deg, rgba(12, 8, 4, 0.96) 0%, rgba(22, 15, 9, 0.88) 50%, rgba(12, 8, 4, 0.72) 100%);
  z-index: 1;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.45) contrast(1.1);
  z-index: 0;
}

.page-hero .wrap {
  position: relative;
  z-index: 2;
}

.page-hero[data-num]::after {
  content: attr(data-num);
  position: absolute;
  right: 3%;
  bottom: -16%;
  font-family: var(--serif);
  font-size: clamp(7rem, 20vw, 18rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(212, 175, 55, 0.15);
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

.page-hero .crumbs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: rgba(247, 242, 233, 0.7);
  margin-bottom: 18px;
}

.page-hero .crumbs a {
  color: rgba(247, 242, 233, 0.85);
  text-decoration: none;
  transition: color 0.2s;
}

.page-hero .crumbs a:hover {
  color: #e6ca94;
}

.page-hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 16px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 999px;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f3dfb4;
  margin-bottom: 18px;
  backdrop-filter: blur(8px);
  width: fit-content;
}

.page-hero .eyebrow::before {
  content: "✧";
  width: auto;
  height: auto;
  background: none;
  color: #e6ca94;
  font-size: 0.85rem;
  margin: 0;
}

.page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.08;
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.page-hero h1 .it,
.page-hero h1 em {
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(135deg, #ffffff 0%, #f3dfb4 50%, #c8b591 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.page-hero .lede {
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.6;
  color: rgba(247, 242, 233, 0.88);
  max-width: 640px;
  margin-bottom: 24px;
  font-weight: 300;
}

.page-hero .cta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.page-hero .cta-row .btn.big {
  background: linear-gradient(135deg, #d4af37 0%, #b89228 100%);
  color: #0f0a06;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 999px;
  border: 1px solid rgba(255, 223, 128, 0.5);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.3);
  text-decoration: none;
}

.page-hero .cta-row .btn.big:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #e4bf47 0%, #c8a238 100%);
  box-shadow: 0 12px 32px rgba(212, 175, 55, 0.45);
  color: #000;
}

.page-hero .cta-row .btn.wa {
  background: rgba(37, 211, 102, 0.12);
  color: #f7f2e9;
  border: 1px solid rgba(37, 211, 102, 0.4);
  padding: 15px 26px;
  border-radius: 999px;
  backdrop-filter: blur(10px);
  text-decoration: none;
}

.page-hero .cta-row .btn.wa:hover {
  background: rgba(37, 211, 102, 0.22);
  border-color: #25d366;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.25);
}

.page-hero .cta-row .btn.call,
.page-hero .cta-row .btn.ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #f7f2e9;
  border: 1px solid rgba(247, 242, 233, 0.25);
  padding: 15px 26px;
  border-radius: 999px;
  backdrop-filter: blur(10px);
  text-decoration: none;
}

.page-hero .cta-row .btn.call:hover,
.page-hero .cta-row .btn.ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  transform: translateY(-2px);
}

/* ---------- testimonials upgrade ---------- */
.quote-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap
}

.quote-nav .quote-dots {
  margin-top: 0
}

.quote cite span {
  display: block;
  font-size: .72rem;
  letter-spacing: .14em;
  color: rgba(200, 181, 145, .75);
  margin-top: 8px
}

.quote-ctrl {
  display: flex;
  align-items: center;
  gap: 12px
}

.quote-count {
  font-size: .74rem;
  letter-spacing: .2em;
  color: rgba(247, 242, 233, .7);
  font-variant-numeric: tabular-nums
}

.quote-ctrl button {
  background: transparent;
  border: 1px solid rgba(247, 242, 233, .4);
  color: #f7f2e9;
  width: 46px;
  height: 46px;
  font-size: 1rem;
  cursor: pointer;
  transition: background .3s, border-color .3s, color .3s;
  border-radius: 50%
}

.quote-ctrl button:hover {
  background: #f7f2e9;
  border-color: #f7f2e9;
  color: var(--ink)
}

/* ---------- footer statement ---------- */
.foot-brand-xl {
  font-family: var(--serif);
  font-size: clamp(3.4rem, 11vw, 9rem);
  line-height: 1;
  letter-spacing: -.02em;
  color: #fff;
  margin: clamp(28px, 4vw, 48px) 0 0;
  opacity: .96
}

.foot-statement {
  color: rgba(233, 226, 210, .72);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  max-width: 38em;
  margin: 6px 0 0
}

/* ---------- mobile menu secondary links ---------- */
.mmenu-sub {
  position: relative;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(247, 242, 233, .16)
}

.mmenu-sub a {
  color: rgba(247, 242, 233, .75);
  text-decoration: none;
  font-size: .86rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase
}

.mmenu-sub a:hover {
  color: #fff
}

/* ---------- V9 responsive ---------- */
@media(max-width:1100px) {
  .show-grid {
    grid-template-columns: 1fr
  }

  .show-photo {
    aspect-ratio: 16/9
  }

  .disc-grid {
    grid-template-columns: repeat(4, 1fr)
  }

  .disc-tile {
    grid-column: span 2
  }

  .disc-tile.disc-featured {
    grid-column: span 4;
    min-height: 420px
  }
}

@media(max-width:900px) {
  .ch-hero {
    min-height: 92svh
  }

  /* mobile: active slide sizes the container — long copy can never
     overflow behind the control + meta bars */
  .ch-slides {
    display: block;
    min-height: 0
  }

  .ch-slide {
    position: relative;
    inset: auto;
    min-height: 92svh;
    display: none;
    opacity: 1;
    visibility: visible;
    transition: none
  }

  .ch-slide.on {
    display: flex;
    animation: chin .8s var(--ease)
  }

  @keyframes chin {
    from {
      opacity: 0
    }

    to {
      opacity: 1
    }
  }

  .ch-content {
    padding-bottom: 220px
  }

  .ch-ui {
    bottom: 104px
  }

  .ch-ui-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px
  }

  .ch-dots button {
    width: 40px
  }

  .ch-meta-hours {
    display: none
  }
}

@media(max-width:760px) {
  .ch-title {
    font-size: clamp(2.5rem, 12vw, 3.4rem)
  }

  .ch-ctas .btn {
    width: 100%;
    justify-content: center
  }

  .ch-meta-scroll {
    display: none
  }

  .disc-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px
  }

  .disc-tile {
    min-height: 220px
  }

  .disc-tile.disc-featured {
    grid-column: span 2;
    min-height: 320px
  }

  .disc-txt strong {
    font-size: 1.15rem
  }

  .filter-sticky {
    top: calc(var(--header-h) + 6px)
  }

  .custom-hero-points li {
    padding: 0 18px
  }

  .foot-brand-xl {
    font-size: clamp(3rem, 17vw, 4.6rem)
  }

  .quote-nav {
    justify-content: center
  }
}

@media(max-width:390px) {
  .ch-ctrl {
    flex-wrap: wrap
  }

  .ch-prog {
    display: none
  }

  .disc-grid {
    grid-template-columns: 1fr 1fr
  }
}

/* ---------- V9 reduced motion ---------- */
@media(prefers-reduced-motion:reduce) {
  .ch-slide {
    transition: none
  }

  .ch-slide.on {
    animation: none !important
  }

  .ch-slide.on .ch-bg {
    animation: none !important;
    transform: none
  }

  .ch-slide .ch-eyebrow,
  .ch-slide .ch-sub,
  .ch-slide .ch-ctas {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important
  }

  .ch-slide .ch-line>span {
    transform: none !important;
    transition: none !important
  }

  .ch-dots button.on i::after,
  .ch-prog.play i {
    animation: none !important
  }

  .look-marker::after {
    animation: none !important
  }

  .look-tilt,
  .look-product-panel,
  .look-product-media img {
    transition: none !important
  }

  .look-tag {
    transition: opacity .2s linear !important
  }

  .disc-tile,
  .disc-art,
  .show-tab,
  .show-detail,
  .show-tab::before {
    transition: none !important
  }
}

/* ============================================================
   V10 — catalogue-led storefront.
   The visual rhythm is intentionally familiar to furniture shoppers: an
   always-visible search, a compact browse rail, a rounded campaign canvas,
   and image-first category discovery. Content and destination URLs remain
   entirely database/controller driven.
   ============================================================ */
:root {
  --header-h: 164px;
  --terracotta: #b95d3c;
  --verdigris: #2f746d
}

.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
}

/* ---------- three-tier browse header ---------- */
.site-header {
  height: var(--header-h);
  min-height: 0;
  background: rgba(255, 253, 248, .98);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 7px 18px rgba(28, 23, 18, .06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px)
}

.site-utility {
  height: 38px;
  background: linear-gradient(90deg, var(--charcoal), var(--ink));
  color: var(--ivory);
  display: block;
  border-bottom: 1px solid var(--brass-deep)
}

.site-utility__inner {
  width: min(100% - 48px, 1800px);
  height: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr minmax(280px, 1.25fr) 1fr;
  align-items: center;
  gap: 20px;
  font-size: .69rem;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1
}

.site-utility a,
.site-utility p {
  color: inherit;
  margin: 0;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.utility-location {
  display: inline-flex;
  align-items: center;
  gap: 7px
}

.utility-location span {
  font-size: 1rem
}

.utility-location em {
  font-style: normal;
  opacity: .55
}

.utility-message {
  text-align: center
}

.utility-links {
  display: flex;
  justify-content: flex-end;
  gap: 20px
}

.utility-links a:hover {
  text-decoration: underline;
  text-underline-offset: 3px
}

.site-header .header-inner,
.site-header .site-header__inner {
  height: 80px;
  grid-template-columns: minmax(195px, 245px) minmax(240px, 1fr) minmax(370px, .9fr);
  gap: clamp(18px, 2.4vw, 42px);
  width: min(100% - 48px, 1800px)
}

.brand,
.site-logo {
  font-size: clamp(1.35rem, 1.7vw, 1.7rem);
  max-width: 245px;
  color: var(--ink) !important
}

.brand small {
  color: var(--terracotta) !important;
  font-size: .55rem;
  letter-spacing: .26em;
  margin-top: 6px
}

.nav ul,
.site-navigation ul {
  justify-content: flex-start;
  gap: clamp(16px, 2vw, 30px)
}

.nav a,
.site-navigation a {
  font-size: .7rem;
  letter-spacing: .13em;
  color: var(--ink) !important;
  opacity: 1 !important
}

.nav a[aria-current="page"],
.site-navigation a[aria-current="page"] {
  color: var(--terracotta) !important
}

.header-ctas,
.site-header__actions {
  gap: 12px
}

.header-search {
  height: 44px;
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  border-radius: 999px;
  background: #edf1ef;
  border: 1px solid transparent;
  transition: border-color .25s var(--ease), background .25s var(--ease)
}

.header-search:focus-within {
  background: #fff;
  border-color: var(--sand)
}

.header-search input {
  min-width: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0 5px 0 17px;
  color: var(--ink);
  font: 400 .82rem var(--sans);
  outline: 0
}

.header-search input::placeholder {
  color: #777d79
}

.header-search button {
  width: 44px;
  height: 42px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center
}

.header-search button:hover {
  color: var(--terracotta)
}

.h-wa {
  font-size: .68rem;
  letter-spacing: .12em;
  color: var(--ink) !important;
  padding: 10px 0
}

.h-wa::after {
  background: var(--terracotta)
}

.header-ctas .btn-book,
.site-header__actions .btn-book {
  padding: 12px 17px;
  background: var(--ink) !important;
  border-color: var(--ink) !important;
  color: #fff !important;
  font-size: .72rem
}

.header-ctas .btn-book:hover,
.site-header__actions .btn-book:hover {
  background: var(--terracotta) !important;
  border-color: var(--terracotta) !important
}

.category-navigation {
  height: 48px;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: #fffdf9;
  overflow: hidden
}

.category-navigation__inner {
  width: min(100% - 48px, 1800px);
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3vw, 52px);
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap
}

.category-navigation__inner::-webkit-scrollbar {
  display: none
}

.category-navigation a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  flex: 0 0 auto;
  text-decoration: none;
  text-transform: none;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .01em;
  color: var(--ink)
}

.category-navigation a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--terracotta);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .32s var(--ease)
}

.category-navigation a:hover::after,
.category-navigation a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left
}

.category-navigation a:hover,
.category-navigation a[aria-current="page"] {
  color: var(--terracotta)
}

.site-header.hero-mode,
.site-header.is-solid,
.site-header.solid-start {
  background: rgba(255, 253, 248, .98);
  border-color: var(--line);
  box-shadow: 0 7px 18px rgba(28, 23, 18, .06)
}

.site-header.hero-mode .brand,
.site-header.hero-mode .nav a,
.site-header.hero-mode .h-wa,
.site-header.is-solid .brand,
.site-header.is-solid .nav a,
.site-header.is-solid .h-wa,
.site-header.solid-start .brand,
.site-header.solid-start .nav a,
.site-header.solid-start .h-wa {
  color: var(--ink) !important
}

.site-header.hero-mode .btn-book,
.site-header.is-solid .btn-book,
.site-header.solid-start .btn-book {
  background: var(--ink) !important;
  border-color: var(--ink) !important;
  color: #fff !important
}

.site-header.is-hidden {
  transform: none
}

/* ---------- rounded campaign canvas ---------- */
.ch-hero {
  min-height: 0;
  background: var(--bg);
  color: #f7f2e9;
  padding: calc(var(--header-h) + 20px) clamp(12px, 3.1vw, 58px) 0;
  overflow: visible
}

.ch-slides {
  flex: none;
  min-height: clamp(520px, 60vw, 690px);
  border-radius: 22px 22px 0 0;
  overflow: hidden;
  background: #17372f
}

.ch-slide {
  border-radius: inherit
}

.ch-content {
  padding: clamp(50px, 7vw, 90px) 0 clamp(140px, 17vw, 190px)
}

.ch-art-1 {
  background: radial-gradient(circle at 70% 38%, rgba(168, 190, 145, .28), transparent 23%), linear-gradient(116deg, #173c33 0%, #254d3e 45%, #112d27 100%)
}

.ch-art-2 {
  background: radial-gradient(circle at 72% 28%, rgba(218, 180, 114, .26), transparent 20%), linear-gradient(122deg, #62402f 0%, #3d3024 48%, #1e2822 100%)
}

.ch-art-3 {
  background: radial-gradient(circle at 73% 28%, rgba(187, 205, 191, .25), transparent 20%), linear-gradient(118deg, #2f5551 0%, #263f3f 54%, #172b2b 100%)
}

.ch-art-grid {
  background: repeating-linear-gradient(90deg, rgba(255, 249, 234, .1) 0 1px, transparent 1px 84px), repeating-linear-gradient(0deg, rgba(255, 249, 234, .06) 0 1px, transparent 1px 84px)
}

.ch-art-arch {
  border-color: rgba(247, 242, 233, .45)
}

.ch-art-arch::after {
  border-color: rgba(247, 242, 233, .22)
}

.ch-art-initial {
  -webkit-text-stroke-color: rgba(247, 242, 233, .33)
}

.ch-art-word {
  color: #e7d9b8
}

.ch-shade {
  background: linear-gradient(to top, rgba(10, 26, 22, .82) 0%, rgba(11, 35, 29, .4) 43%, rgba(11, 35, 29, .06) 72%, rgba(11, 35, 29, .2) 100%), linear-gradient(96deg, rgba(10, 32, 26, .78) 0%, rgba(10, 32, 26, .18) 56%, transparent 78%)
}

.ch-title {
  max-width: 13ch;
  font-size: clamp(3.1rem, 6.6vw, 6.5rem)
}

.ch-copy {
  max-width: 820px
}

.ch-ui {
  bottom: 94px;
  left: clamp(12px, 3.1vw, 58px);
  right: clamp(12px, 3.1vw, 58px)
}

.ch-meta {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  border: 0;
  border-radius: 0 0 22px 22px;
  background: var(--verdigris);
  backdrop-filter: none;
  -webkit-backdrop-filter: none
}

.ch-meta-inner {
  min-height: 52px;
  padding-top: 11px;
  padding-bottom: 11px
}

.ch-meta-inner>* {
  border-color: rgba(255, 255, 255, .28)
}

/* ============================================================
   04 — SHOP BY CATEGORY: controlled 3D card-deck dealing stage.
   Single authoritative implementation. No carousel, no rail,
   no horizontal overflow. Cards deal from bottom-center origin
   into a triangular fan. Vanilla CSS + IntersectionObserver.
   No section/stage background — cards only.
   ============================================================ */
.category-orbit.category-deck {
  padding: clamp(56px, 7vw, 96px) 0 clamp(60px, 7vw, 100px);
  background: none;
  border: 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  overflow: clip
}

.category-deck__wrap {
  max-width: 1440px;
  position: relative
}

.category-deck__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(20px, 3vw, 48px);
  margin-bottom: clamp(24px, 3vw, 40px);
  flex-wrap: wrap
}

.category-deck__titles {
  min-width: 0;
  max-width: 640px
}

.category-deck__titles .eyebrow {
  margin-bottom: 12px
}

.category-deck__titles h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.6vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: -.02em;
  color: var(--ink)
}

.category-deck__lede {
  margin: 14px 0 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.35;
  letter-spacing: -.01em
}

.category-deck__side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  min-width: 0;
  padding-bottom: 6px
}

.category-deck__rule {
  display: block;
  width: min(220px, 100%);
  height: 1px;
  background: rgba(28, 23, 18, .18)
}

.category-deck__eyehint {
  margin: 0;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--faint)
}

/* stage: transparent container only — no panel, just the cards */
.category-deck__stage {
  position: relative;
  max-width: 1400px;
  margin-inline: auto;
  background: none;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  overflow: clip;
  min-height: clamp(820px, 72vw, 1040px);
  display: flex;
  flex-direction: column;
  box-shadow: none
}

.category-deck__felt {
  display: none !important
}

.category-deck__hint {
  position: absolute;
  z-index: 30;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: rgba(28, 23, 18, .62);
  transition: opacity .5s var(--ease)
}

.category-deck__hint i {
  display: block;
  width: 2px;
  height: 34px;
  background: rgba(28, 23, 18, .4);
  transform-origin: top;
  animation: deck-hint 2.1s var(--ease) infinite
}

@keyframes deck-hint {
  0% {
    transform: scaleY(.2);
    opacity: .4
  }

  45% {
    transform: scaleY(1);
    opacity: 1
  }

  100% {
    transform: scaleY(.2);
    opacity: .4
  }
}

[data-deck-section].is-dealt .category-deck__hint {
  opacity: 0;
  pointer-events: none
}

.category-deck__table {
  position: relative;
  flex: 1;
  min-height: 0;
  perspective: 1600px;
  perspective-origin: 50% 42%;
  min-width: 0
}

.category-deck__anchor {
  position: relative;
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px 24px 26px;
  text-align: center
}

.category-deck__origin {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 50%;
  background: var(--ink);
  display: grid;
  place-items: center;
  gap: 0;
  box-shadow: 0 14px 28px -14px rgba(28, 23, 18, .5)
}

.category-deck__origin i {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: #F5F1EA;
  opacity: .9
}

.category-deck__origin i+i {
  margin-top: 3px
}

.category-deck__origin i:nth-child(2) {
  width: 17px;
  opacity: .7
}

.category-deck__origin i:nth-child(3) {
  width: 12px;
  opacity: .5
}

.category-deck__anchor-tx {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  text-align: left
}

.category-deck__anchor-kicker {
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(28, 23, 18, .55)
}

.category-deck__cta {
  font-weight: 700;
  font-size: .98rem;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--brass);
  padding-bottom: 3px
}

.category-deck__cta span {
  display: inline-block;
  transition: transform .35s var(--ease)
}

.category-deck__cta:hover span {
  transform: translateX(5px)
}

.category-deck__cta:hover {
  color: var(--brass-deep)
}

/* ---- premium tactile card ---- */
.deck-card {
  --cw: clamp(250px, 19vw, 290px);
  --ch: clamp(360px, 28vw, 430px);
  --lift: 0px;
  --par: 0px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: absolute;
  left: 50%;
  top: 48%;
  width: var(--cw);
  height: var(--ch);
  display: flex;
  flex-direction: column;
  background: #FFFCF7;
  border: 1px solid rgba(28, 23, 18, .1);
  border-radius: clamp(24px, 2vw, 30px);
  overflow: hidden;
  text-decoration: none;
  color: var(--ink);
  box-shadow: 0 18px 45px -20px rgba(28, 23, 18, .28);
  transform-style: preserve-3d;
  will-change: transform, opacity;
  z-index: var(--z, 10);
  transform: translate(-50%, -50%) translate3d(var(--dx, 0px), var(--dy, 0px), 0) rotate(var(--rz, 0deg))
}

.deck-card:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 4px
}

.deck-card__media {
  position: relative;
  display: block;
  height: 66%;
  min-height: 0;
  overflow: hidden;
  background: #EFE6D3;
  isolation: isolate
}

.deck-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 700ms ease
}

.deck-card__media--art,
.deck-card__media--custom {
  background: #E9DFCC
}

.deck-card__fallback,
.deck-card__customart {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden
}

.deck-card__arch {
  position: absolute;
  left: 50%;
  top: 8%;
  transform: translateX(-50%);
  width: 58%;
  height: 82%;
  border: 1px solid rgba(28, 23, 18, .28);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  opacity: .8
}

.deck-card__grain {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(28, 23, 18, .07) 1px, transparent 1px);
  background-size: 14px 14px;
  opacity: .7
}

.deck-card__fallback-word,
.deck-card__atelier {
  position: relative;
  z-index: 1;
  font-family: var(--serif);
  font-size: .95rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(28, 23, 18, .55);
  background: rgba(255, 252, 247, .82);
  border: 1px solid rgba(28, 23, 18, .14);
  padding: 8px 14px 8px 17px
}

.deck-card__media--custom {
  background: #211B17
}

.deck-card__media--custom .deck-card__arch {
  border-color: rgba(245, 241, 234, .4)
}

.deck-card__media--custom .deck-card__atelier {
  color: #F5F1EA;
  background: rgba(33, 27, 23, .6);
  border-color: rgba(245, 241, 234, .3)
}

.deck-card__num {
  position: absolute;
  right: 12px;
  bottom: 10px;
  z-index: 2;
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
  color: rgba(255, 252, 247, .92);
  text-shadow: 0 1px 12px rgba(20, 14, 8, .35);
  pointer-events: none
}

.deck-card__media--art .deck-card__num,
.deck-card__media--custom .deck-card__num {
  color: rgba(255, 252, 247, .9)
}

.deck-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 18px 18px;
  min-height: 0;
  flex: 1
}

.deck-card__index {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--brass-deep)
}

.deck-card__index .deck-card__meta {
  color: var(--faint);
  letter-spacing: .12em;
  font-weight: 600
}

.deck-card__body strong {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 1.42rem;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: var(--ink)
}

.deck-card__desc {
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.5
}

.deck-card__go {
  margin-top: auto;
  padding-top: 8px;
  font-size: .84rem;
  font-weight: 700;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.deck-card__go i {
  font-style: normal;
  transition: transform .35s var(--ease)
}

/* ---- JS-driven states: stacked -> dealt -> settled ---- */
.js .deck-card {
  opacity: 0;
  transform: translate(-50%, -50%) translate3d(0, 120px, 0) rotateX(14deg) rotateY(-8deg) rotate(var(--rz0, 4deg)) scale(.92);
  transition: transform 950ms cubic-bezier(.22, 1.28, .36, 1), opacity 550ms ease, box-shadow .45s var(--ease)
}

.js .deck-card:first-child {
  opacity: .92
}

.js [data-deck-section].is-dealt .deck-card {
  opacity: 1;
  transform: translate(-50%, -50%) translate3d(var(--dx, 0px), calc(var(--dy, 0px) + var(--par, 0px) + var(--lift, 0px)), 0) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) rotate(var(--rz, 0deg)) scale(1);
  transition-delay: var(--d, 0ms)
}

.js [data-deck-section].is-dealt.is-settled .deck-card {
  transition-delay: 0ms;
  transition: transform .5s cubic-bezier(.22, 1, .36, 1), opacity .4s ease, box-shadow .45s var(--ease)
}

.js [data-deck-section].is-dealt .deck-card__body>* {
  animation: deck-rise .7s var(--ease) both;
  animation-delay: calc(var(--d, 0ms) + 320ms)
}

.js [data-deck-section].is-dealt.is-settled .deck-card__body>* {
  animation: none
}

@keyframes deck-rise {
  from {
    opacity: 0;
    transform: translateY(12px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

/* hover / focus: subtle lift after settle */
.js [data-deck-section].is-settled .deck-card:hover,
.js [data-deck-section].is-settled .deck-card:focus-visible {
  --lift: -12px;
  transform: translate(-50%, -50%) translate3d(var(--dx, 0px), calc(var(--dy, 0px) + var(--par, 0px) + var(--lift, 0px)), 0) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) rotate(var(--rz, 0deg)) scale(1.02);
  box-shadow: 0 26px 55px -22px rgba(28, 23, 18, .4);
  z-index: 60
}

[data-deck-section].is-settled .deck-card:hover .deck-card__media img,
[data-deck-section].is-settled .deck-card:focus-visible .deck-card__media img {
  transform: scale(1.05)
}

[data-deck-section].is-settled .deck-card:hover .deck-card__go i,
[data-deck-section].is-settled .deck-card:focus-visible .deck-card__go i {
  transform: translateX(5px)
}

/* no-JS hover (progressive enhancement) */
.no-js .deck-card:hover .deck-card__media img {
  transform: scale(1.05)
}

/* The product rail starts like a catalogue row before retaining native drag
   scrolling on narrower screens. */
.home-product-rail {
  grid-auto-columns: minmax(250px, 1fr);
  gap: 24px
}

.home-product-rail .card-img {
  background: #f5efe6
}

.home-product-rail .card strong {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 1rem
}

.home-product-rail .card-price {
  font-size: 1.03rem
}

.home-product-rail .card-quick a {
  border-radius: 2px
}

@media(max-width:1240px) {

  .site-header .header-inner,
  .site-header .site-header__inner {
    grid-template-columns: minmax(165px, 205px) minmax(190px, 1fr) minmax(300px, .9fr);
    gap: 18px
  }

  .nav ul,
  .site-navigation ul {
    gap: 17px
  }

  .site-utility__inner,
  .category-navigation__inner {
    width: min(100% - 34px, 1800px)
  }

  .category-navigation__inner {
    justify-content: flex-start
  }

  .header-search {
    min-width: 150px
  }

  .h-wa-t {
    display: none
  }
}

@media(max-width:900px) {
  :root {
    --header-h: 76px
  }

  .site-header {
    height: var(--header-h);
    background: rgba(255, 253, 248, .98) !important
  }

  .site-utility,
  .category-navigation,
  .site-navigation,
  .header-search,
  .h-wa {
    display: none !important
  }

  .site-header .header-inner,
  .site-header .site-header__inner {
    height: var(--header-h);
    width: min(100% - 32px, 1800px);
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px
  }

  .brand,
  .site-logo {
    max-width: 220px;
    font-size: 1.35rem
  }

  .brand small {
    font-size: .48rem;
    margin-top: 5px
  }

  .header-ctas,
  .site-header__actions {
    grid-column: 2;
    display: flex
  }

  .header-ctas .btn-book,
  .site-header__actions .btn-book {
    padding: 10px 13px;
    font-size: .67rem
  }

  .burger {
    display: block;
    grid-column: 3;
    color: var(--ink) !important
  }

  body.menu-open .site-header {
    background: transparent !important;
    box-shadow: none !important
  }

  .site-header.hero-mode .burger,
  .site-header.is-solid .burger,
  .site-header.solid-start .burger {
    color: var(--ink) !important
  }

  body.menu-open .site-header .brand,
  body.menu-open .site-header .site-logo,
  body.menu-open .site-header .burger {
    color: #f7f2e9 !important
  }

  .ch-hero {
    padding: calc(var(--header-h) + 12px) 12px 0
  }

  .ch-slides {
    min-height: 72svh;
    border-radius: 16px 16px 0 0
  }

  .ch-slide {
    min-height: 72svh
  }

  .ch-content {
    padding: clamp(44px, 12vw, 72px) 8px 164px
  }

  .ch-title {
    font-size: clamp(2.65rem, 11vw, 4.1rem)
  }

  .ch-sub {
    font-size: .98rem;
    max-width: 34rem
  }

  .ch-ctas {
    margin-top: 28px
  }

  .ch-ui {
    left: 28px;
    right: 28px;
    bottom: 83px
  }

  .ch-cap {
    display: none
  }

  .ch-ui-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end
  }

  .ch-meta {
    border-radius: 0 0 16px 16px
  }

  .ch-meta-inner {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: .72rem
  }

  .ch-meta-inner>* {
    padding: 0 10px
  }

  .ch-meta-hours {
    display: none
  }

  .category-orbit.category-deck {
    padding: 44px 0 56px
  }

  .category-deck__head {
    align-items: flex-start;
    margin-bottom: 22px
  }

  .category-deck__side {
    align-items: flex-start
  }

  /* The mobile contact dock already exposes WhatsApp. Keeping the helper
     bubble off this viewport prevents it from sitting over hero CTAs. */
  #wa-guide-open {
    display: none !important
  }
}

@media(max-width:520px) {

  .site-header .header-inner,
  .site-header .site-header__inner {
    width: calc(100% - 24px);
    gap: 4px
  }

  .brand,
  .site-logo {
    max-width: 178px;
    font-size: 1.15rem
  }

  .brand small {
    font-size: .42rem;
    letter-spacing: .2em
  }

  .header-ctas .btn-book,
  .site-header__actions .btn-book {
    padding: 9px 9px;
    font-size: .62rem
  }

  .burger {
    padding: 8px
  }

  .burger span {
    width: 22px
  }

  .ch-title {
    font-size: clamp(2.45rem, 12.5vw, 3.5rem)
  }

  .ch-eyebrow {
    letter-spacing: .19em;
    font-size: .61rem;
    gap: 8px
  }

  .ch-eyebrow-line {
    width: 24px;
    flex-basis: 24px
  }

  .ch-ctas .btn {
    font-size: .84rem
  }

  .ch-ctrl {
    gap: 9px
  }

  .ch-dots button {
    width: 26px
  }

  .ch-arrows button {
    width: 38px;
    height: 38px
  }

  .ch-meta-place {
    font-size: .58rem
  }

  .ch-meta-inner a {
    font-size: .68rem
  }

  .ch-meta-inner>*:nth-child(3) {
    display: none
  }

  .category-deck__head {
    display: block
  }

  .category-deck__side {
    margin-top: 14px
  }
}

/* ============================================================
   V12 — deck responsive: Horizontal Slider for Tablet & Mobile
   ============================================================ */
@media(max-width:1024px) {
  .category-orbit.category-deck {
    overflow: hidden;
  }

  .category-deck__stage {
    min-height: auto !important;
    perspective: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  .category-deck__hint {
    display: none !important;
  }

  .category-deck__table {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 16px !important;
    padding: 16px 18px 24px 18px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    perspective: none !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .category-deck__table::-webkit-scrollbar {
    display: none;
  }

  .deck-card,
  .js .deck-card,
  .js [data-deck-section].is-dealt .deck-card,
  .js [data-deck-section].is-settled .deck-card {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    translate: 0 0 !important;
    flex: 0 0 280px !important;
    width: 280px !important;
    min-width: 280px !important;
    max-width: 80vw !important;
    height: auto !important;
    scroll-snap-align: start !important;
    opacity: 1 !important;
    z-index: 1 !important;
    margin: 0 !important;
    transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease) !important;
  }

  .deck-card:first-child {
    grid-column: auto !important;
    min-height: auto !important;
  }

  .deck-card:nth-child(odd):nth-child(n+3) {
    translate: 0 0 !important;
  }

  .deck-card__media {
    height: 200px !important;
    width: 100% !important;
  }

  .deck-card:first-child .deck-card__media {
    height: 200px !important;
  }

  .deck-card__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .deck-card__body {
    padding: 16px 14px 18px !important;
  }

  .deck-card__body strong {
    font-size: 1.15rem !important;
  }

  .category-deck__anchor {
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 14px 18px 20px !important;
  }
}

@media(max-width:600px) {
  .category-deck__table {
    gap: 12px !important;
    padding: 14px 14px 20px 14px !important;
  }

  .deck-card,
  .js .deck-card,
  .js [data-deck-section].is-dealt .deck-card {
    flex: 0 0 230px !important;
    width: 230px !important;
    min-width: 230px !important;
  }

  .deck-card__media,
  .deck-card:first-child .deck-card__media {
    height: 165px !important;
  }
}

/* Product cards: visual depth is scoped to the homepage rail so catalogue and
   admin/listing cards retain their existing quieter treatment. */
.home-product-rail[data-product-rail] {
  padding-top: 20px;
  padding-bottom: 34px;
  perspective: 1200px
}

.home-product-rail[data-product-rail] .card[data-product-card] {
  isolation: isolate;
  transition: transform .55s var(--ease), filter .45s var(--ease)
}

.home-product-rail[data-product-rail] .card[data-product-card]::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 22px 8px 38px;
  border-radius: 50%;
  background: rgba(43, 31, 17, .22);
  filter: blur(18px);
  opacity: 0;
  transform: translateY(22px) scale(.78);
  transition: opacity .55s var(--ease), transform .55s var(--ease)
}

.home-product-rail[data-product-rail] .card[data-product-card]:hover,
.home-product-rail[data-product-rail] .card[data-product-card]:focus-within {
  transform: translate3d(0, -9px, 0)
}

.home-product-rail[data-product-rail] .card[data-product-card]:hover::before,
.home-product-rail[data-product-rail] .card[data-product-card]:focus-within::before {
  opacity: .75;
  transform: translateY(16px) scale(1)
}

.home-product-rail[data-product-rail] .card-img {
  isolation: isolate;
  border: 1px solid transparent;
  transition: border-color .45s var(--ease), box-shadow .55s var(--ease), background .4s var(--ease)
}

.home-product-rail[data-product-rail] .card-img::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, .72);
  opacity: 0;
  transform: scale(.94);
  pointer-events: none;
  transition: opacity .45s var(--ease), transform .55s var(--ease)
}

.home-product-rail[data-product-rail] .card-img::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -30%;
  bottom: -30%;
  left: -32%;
  width: 18%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .64), transparent);
  transform: rotate(22deg);
  pointer-events: none
}

.home-product-rail[data-product-rail] .card-img img {
  position: relative;
  z-index: 0;
  transform: scale(1.015);
  transition: transform 1s var(--ease), filter .7s var(--ease), opacity .7s var(--ease)
}

.product-image-ring {
  position: absolute;
  z-index: 3;
  inset: 15px;
  border: 1px solid rgba(247, 242, 233, .9);
  border-radius: 50%;
  opacity: 0;
  transform: scale(.7) rotate(-30deg);
  pointer-events: none;
  transition: opacity .35s var(--ease), transform .75s var(--ease)
}

.home-product-rail[data-product-rail] .card[data-product-card]:hover .card-img,
.home-product-rail[data-product-rail] .card[data-product-card]:focus-within .card-img {
  border-color: rgba(185, 93, 60, .55);
  box-shadow: 0 22px 36px -28px rgba(43, 31, 17, .7)
}

.home-product-rail[data-product-rail] .card[data-product-card]:hover .card-img::before,
.home-product-rail[data-product-rail] .card[data-product-card]:focus-within .card-img::before {
  opacity: 1;
  transform: scale(1)
}

.home-product-rail[data-product-rail] .card[data-product-card]:hover .card-img::after,
.home-product-rail[data-product-rail] .card[data-product-card]:focus-within .card-img::after {
  animation: product-glint 1.05s var(--ease) both
}

.home-product-rail[data-product-rail] .card[data-product-card]:hover .card-img img,
.home-product-rail[data-product-rail] .card[data-product-card]:focus-within .card-img img {
  transform: scale(1.095) rotate(-.55deg);
  filter: saturate(1.08) contrast(1.025)
}

.home-product-rail[data-product-rail] .card[data-product-card]:hover .product-image-ring,
.home-product-rail[data-product-rail] .card[data-product-card]:focus-within .product-image-ring {
  opacity: .9;
  transform: scale(1) rotate(0)
}

.home-product-rail[data-product-rail] .card-body {
  transition: transform .45s var(--ease)
}

.home-product-rail[data-product-rail] .card[data-product-card]:hover .card-body,
.home-product-rail[data-product-rail] .card[data-product-card]:focus-within .card-body {
  transform: translateX(4px)
}

.js .home-product-rail[data-product-rail][data-product-entering] .card[data-product-card] {
  opacity: 0;
  transform: translate3d(0, 32px, 0) rotate(var(--product-tilt, 0deg));
  filter: blur(2px)
}

.js .home-product-rail[data-product-rail][data-product-entering].is-products-in .card[data-product-card] {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0);
  filter: none;
  transition: opacity .62s var(--ease), transform .82s var(--ease), filter .55s var(--ease);
  transition-delay: var(--product-delay, 0ms)
}

@keyframes product-glint {
  from {
    left: -32%
  }

  to {
    left: 118%
  }
}

@media(max-width:700px) {
  .home-product-rail[data-product-rail] {
    padding-top: 12px
  }

  .home-product-rail[data-product-rail] .card[data-product-card]:hover,
  .home-product-rail[data-product-rail] .card[data-product-card]:focus-within {
    transform: translate3d(0, -4px, 0)
  }
}

@media(prefers-reduced-motion:reduce) {

  .category-deck__hint i,
  .js [data-deck-section].is-dealt .deck-card__body>* {
    animation: none !important
  }

  .js .deck-card,
  .js [data-deck-section].is-dealt .deck-card,
  .js [data-deck-section].is-settled .deck-card:hover,
  .js [data-deck-section].is-settled .deck-card:focus-visible {
    opacity: 1 !important;
    transform: translate(-50%, -50%) translate3d(var(--dx, 0px), var(--dy, 0px), 0) rotate(0deg) !important;
    transition: none !important
  }

  .js .home-product-rail[data-product-rail][data-product-entering] .card[data-product-card] {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important
  }

  .home-product-rail[data-product-rail] .card[data-product-card]:hover,
  .home-product-rail[data-product-rail] .card[data-product-card]:focus-within,
  .home-product-rail[data-product-rail] .card[data-product-card]:hover .card-img img,
  .home-product-rail[data-product-rail] .card[data-product-card]:focus-within .card-img img {
    transform: none !important
  }
}

@media(prefers-reduced-motion:reduce) and (max-width:767px) {

  .deck-card,
  .js .deck-card,
  .js [data-deck-section].is-dealt .deck-card {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important
  }
}

/* ============================================================
   04 — FEATURED: premium editorial stage (contained, no overflow).
   2/3 featured + 1/3 supporting. No horizontal scroll, no cut cards.
   Palette: ivory #F4F0E9 / stage #E7DED2 / charcoal / muted brass.
   ============================================================ */
.feat-ed {
  background: #F4F0E9;
  overflow: clip;
  border-bottom: 1px solid var(--line-soft)
}

.feat-ed__wrap {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 48px);
  width: 100%;
  min-width: 0
}

.feat-ed__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(20px, 3vw, 48px);
  margin-bottom: clamp(26px, 3.5vw, 48px);
  flex-wrap: wrap
}

.feat-ed__titles {
  min-width: 0;
  max-width: 640px
}

.feat-ed__title {
  font-size: clamp(2.1rem, 4.4vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -.02em;
  margin: 0;
  color: var(--charcoal)
}

.feat-ed__sub {
  color: var(--muted);
  font-size: clamp(.98rem, 1.4vw, 1.08rem);
  line-height: 1.65;
  margin: 14px 0 0;
  max-width: 38em
}

/* refined header controls */
.feat-ed__nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
  min-width: 0
}

.feat-ed__ctrl {
  display: flex;
  align-items: center;
  gap: 14px
}

.feat-ed__btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(28, 23, 18, .28);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 1.15rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease)
}

.feat-ed__btn span {
  display: inline-block;
  transition: transform .35s var(--ease)
}

.feat-ed__btn:hover {
  background: var(--ink);
  color: #F4F0E9;
  border-color: var(--ink)
}

.feat-ed__btn:hover span {
  transform: translateX(2px)
}

.feat-ed__btn[data-feat-prev]:hover span {
  transform: translateX(-2px)
}

.feat-ed__count {
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .18em;
  color: var(--ink);
  min-width: 76px;
  text-align: center;
  font-variant-numeric: tabular-nums
}

.feat-ed__sep {
  color: var(--faint);
  font-weight: 400
}

.feat-ed__prog {
  width: 180px;
  max-width: 100%;
  height: 2px;
  background: rgba(28, 23, 18, .14);
  overflow: hidden
}

.feat-ed__prog i {
  display: block;
  height: 100%;
  width: 100%;
  background: var(--brass-deep);
  transform-origin: left;
  transform: scaleX(.2);
  transition: transform .6s var(--ease)
}

/* stage composition: ~65% featured / ~35% supporting */
.feat-ed__stage {
  display: grid;
  grid-template-columns: 1.9fr 1fr;
  gap: clamp(18px, 2.4vw, 32px);
  align-items: stretch;
  min-width: 0;
  max-width: 100%
}

.feat-ed__stage:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 6px
}

.feat-ed__main {
  background: #E7DED2;
  border: 1px solid rgba(28, 23, 18, .1);
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  transition: opacity .45s var(--ease), transform .45s var(--ease)
}

.feat-ed__main.is-fading {
  opacity: 0;
  transform: scale(.98)
}

.feat-ed__main.is-entering img[data-feat-main-img] {
  opacity: 0;
  transform: scale(1.03)
}

.feat-ed__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ddd0bc;
  aspect-ratio: 16/10;
  min-height: 0;
  text-decoration: none
}

.feat-ed__media img[data-feat-main-img] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform .7s cubic-bezier(.22, 1, .36, 1), opacity .45s var(--ease);
  aspect-ratio: inherit
}

.feat-ed__media:hover img[data-feat-main-img] {
  transform: scale(1.04)
}

.feat-ed__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 14, 8, .28), transparent 42%);
  opacity: .85;
  pointer-events: none;
  transition: opacity .5s var(--ease)
}

.feat-ed__media:hover .feat-ed__shade {
  opacity: 1
}

.feat-ed__ph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 320px;
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 7rem);
  color: rgba(28, 23, 18, .3);
  background: linear-gradient(135deg, #ddd0bc, #E7DED2)
}

.feat-ed__ph--sm {
  min-height: 0;
  aspect-ratio: 4/3;
  font-size: 2.4rem
}

.feat-ed__flag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  background: rgba(20, 17, 16, .85);
  color: var(--ivory);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  padding: 8px 13px
}

.feat-ed__index {
  position: absolute;
  right: 18px;
  bottom: 14px;
  z-index: 2;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 1;
  color: rgba(247, 242, 233, .85);
  letter-spacing: -.02em;
  pointer-events: none
}

.feat-ed__info {
  padding: clamp(22px, 2.6vw, 36px) clamp(22px, 2.8vw, 40px) clamp(24px, 2.8vw, 38px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0
}

.feat-ed__cat {
  font-size: .68rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--brass-deep);
  font-weight: 700;
  margin: 0
}

.feat-ed__name {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  line-height: 1.08;
  letter-spacing: -.01em;
  margin: 2px 0 4px;
  color: var(--charcoal);
  transition: transform .45s var(--ease)
}

.feat-ed__media:hover+.feat-ed__info .feat-ed__name,
.feat-ed__main:hover .feat-ed__name {
  transform: translateY(-3px)
}

.feat-ed__desc {
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.65;
  margin: 0;
  max-width: 44em
}

.feat-ed__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 6px 0 0;
  font-size: .92rem;
  color: var(--muted)
}

.feat-ed__price {
  font-weight: 700;
  color: var(--ink);
  font-size: 1.02rem
}

.feat-ed__dot {
  color: var(--faint)
}

.feat-ed__ctas {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 14px
}

.feat-ed__cta {
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  color: var(--ink);
  border-bottom: 1px solid var(--brass);
  padding-bottom: 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.feat-ed__cta span {
  display: inline-block;
  transition: transform .35s var(--ease)
}

.feat-ed__cta:hover span {
  transform: translateX(5px)
}

.feat-ed__cta:hover {
  color: var(--brass-deep)
}

.feat-ed__qv {
  background: none;
  border: 0;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: color .3s, border-color .3s
}

.feat-ed__qv:hover {
  color: var(--ink);
  border-color: var(--ink)
}

/* supporting columns */
.feat-ed__side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: clamp(18px, 2.4vw, 32px);
  min-width: 0;
  max-width: 100%
}

.feat-ed__sub {
  display: grid;
  grid-template-columns: 1fr;
  text-align: left;
  background: var(--card);
  border: 1px solid rgba(28, 23, 18, .12);
  padding: 0;
  cursor: pointer;
  min-width: 0;
  max-width: 100%;
  transition: border-color .4s var(--ease), transform .45s var(--ease), box-shadow .45s var(--ease)
}

.feat-ed__sub:hover,
.feat-ed__sub:focus-visible {
  border-color: var(--brass);
  transform: translateY(-3px);
  box-shadow: var(--sh-md)
}

.feat-ed__sub[aria-current="true"] {
  border-color: var(--brass-deep)
}

.feat-ed__thumb {
  position: relative;
  display: block;
  overflow: hidden;
  background: #efe6d3;
  aspect-ratio: 16/9;
  max-width: 100%
}

.feat-ed__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform .7s cubic-bezier(.22, 1, .36, 1)
}

.feat-ed__sub:hover .feat-ed__thumb img {
  transform: scale(1.04)
}

.feat-ed__shade--sm {
  background: linear-gradient(to top, rgba(20, 14, 8, .2), transparent 55%)
}

.feat-ed__subtx {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 16px 18px 18px;
  min-width: 0
}

.feat-ed__subcat {
  font-size: .62rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--brass-deep);
  font-weight: 700
}

.feat-ed__subname {
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1.2;
  color: var(--ink);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis
}

.feat-ed__subgo {
  font-size: .82rem;
  font-weight: 700;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px
}

.feat-ed__subgo span {
  display: inline-block;
  transition: transform .35s var(--ease)
}

.feat-ed__sub:hover .feat-ed__subgo span {
  transform: translateX(5px)
}

.feat-ed__sub:hover .feat-ed__subgo {
  color: var(--brass-deep)
}

.feat-ed__sub:only-child {
  align-self: start;
  width: 100%
}

.feat-ed__foot {
  margin-top: clamp(22px, 3vw, 36px)
}

/* section reveal: staggered, transform + opacity only */
.js [data-feat-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s var(--ease), transform .8s var(--ease)
}

.js [data-feat-reveal].in {
  opacity: 1;
  transform: none
}

.js .feat-ed__main[data-feat-reveal] {
  transform: translateY(30px)
}

.js .feat-ed__main[data-feat-reveal].in {
  transform: none
}

@media(max-width:1024px) {
  .feat-ed__stage {
    grid-template-columns: 1.6fr 1fr
  }

  .feat-ed__media {
    aspect-ratio: 4/3
  }
}

@media(max-width:900px) {
  .feat-ed__head {
    align-items: flex-start;
    flex-direction: column
  }

  .feat-ed__nav {
    align-items: flex-start
  }

  .feat-ed__stage {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .feat-ed__media {
    aspect-ratio: 4/3
  }

  .feat-ed__side {
    grid-template-rows: none;
    grid-template-columns: 1fr 1fr;
    gap: 12px
  }

  .feat-ed__thumb {
    aspect-ratio: 4/3
  }

  .feat-ed__subtx {
    padding: 12px 13px 14px
  }

  .feat-ed__subname {
    font-size: .98rem
  }

  .feat-ed__index {
    font-size: 2rem;
    right: 12px;
    bottom: 10px
  }
}

@media(max-width:414px) {
  .feat-ed__media {
    aspect-ratio: 1/1
  }

  .feat-ed__info {
    padding: 20px 18px 22px
  }

  .feat-ed__name {
    font-size: 1.45rem
  }

  .feat-ed__side {
    gap: 10px
  }

  .feat-ed__subname {
    font-size: .9rem
  }

  .feat-ed__prog {
    width: 140px
  }
}

@media(prefers-reduced-motion:reduce) {
  .js [data-feat-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important
  }

  .feat-ed__media img[data-feat-main-img],
  .feat-ed__thumb img,
  .feat-ed__main {
    transition: none !important;
    transform: none !important
  }

  .feat-ed__prog i {
    transition: none !important
  }
}

/* ============================================================
   HERO overlap fix — text ghosting during slide rotation.
   Root cause: outgoing + incoming slides crossfade together for
   1.1s, so two copies of eyebrow/title/sub/CTAs sit on top of
   each other on every rotation. Fix: the leaving slide's copy
   exits fast (~300ms) while the imagery keeps its slow cinematic
   crossfade; the entering slide keeps its staged line-mask
   entrance. Desktop canvas also stacks via grid so it always
   fits the tallest copy (copy can never clip behind the bars).
   ============================================================ */
.ch-slide:not(.on) .ch-eyebrow,
.ch-slide:not(.on) .ch-sub,
.ch-slide:not(.on) .ch-ctas {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .3s var(--ease), transform .3s var(--ease)
}

.ch-slide:not(.on) .ch-line>span {
  transform: translateY(110%);
  transition: transform .38s var(--ease)
}

@media(min-width:901px) {
  .ch-slides {
    display: grid
  }

  .ch-slide {
    grid-area: 1/1;
    position: relative;
    inset: auto
  }
}

/* ---------- hero copy side padding (text was touching the canvas edges) ---------- */
.ch-content {
  padding-left: clamp(20px, 4vw, 60px);
  padding-right: clamp(20px, 4vw, 60px)
}

@media(max-width:900px) {
  .ch-content {
    padding-left: 20px;
    padding-right: 20px
  }
}

/* ============================================================
   finale v2 — editorial split: copy left, visit card right.
   Gives the closing CTA a real "booking bar" presence instead
   of a single line of contact text. Fully additive.
   ============================================================ */

/* eyebrow on dark (used by finale, ed-break, show-banner, lead modal) */
.hero-eyebrow {
  font-family: var(--sans);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #e4d3a8;
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  gap: 14px
}

.hero-eyebrow::before {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--brass);
  flex: 0 0 40px
}

.finale-arch {
  position: absolute;
  right: 4%;
  top: 0;
  bottom: 0;
  width: min(30vw, 420px);
  border: 1px solid rgba(228, 211, 168, .28);
  border-top: 0;
  border-radius: 0 0 999px 999px;
  pointer-events: none;
  z-index: 1
}

.finale-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center
}

.finale-copy {
  max-width: 620px
}

.finale-accent {
  color: #e4d3a8
}

.finale-lede {
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  line-height: 1.7;
  color: rgba(247, 242, 233, .82);
  max-width: 31em;
  margin: 22px 0 0
}

.finale-ctas {
  margin: 30px 0 0
}

.finale-footnote {
  font-family: var(--sans);
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(247, 242, 233, .55);
  margin: 26px 0 0;
  display: flex;
  align-items: center;
  gap: 12px
}

.finale-footnote::before {
  content: "";
  width: 22px;
  height: 1px;
  background: rgba(228, 211, 168, .6);
  flex: 0 0 22px
}

.finale-card {
  position: relative;
  background: rgba(247, 242, 233, .05);
  border: 1px solid rgba(247, 242, 233, .18);
  padding: clamp(26px, 3vw, 40px)
}

.finale-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 2px;
  background: linear-gradient(90deg, var(--brass), rgba(228, 211, 168, .25))
}

.finale-card-eyebrow {
  font-family: var(--sans);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--sand);
  margin: 0 0 10px
}

.finale-card-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 1.9rem);
  color: #fff;
  margin: 0 0 10px
}

.finale-card-sub {
  color: rgba(247, 242, 233, .72);
  font-size: .95rem;
  line-height: 1.7;
  margin: 0 0 24px;
  max-width: 30em
}

.finale-facts {
  display: grid;
  gap: 0
}

.finale-fact {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid rgba(247, 242, 233, .14)
}

.finale-facts .finale-fact:first-child {
  border-top: 0
}

.finale-fact-k {
  font-family: var(--sans);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(228, 211, 168, .75);
  flex: 0 0 auto
}

.finale-fact-v {
  font-family: var(--serif);
  font-size: 1.02rem;
  color: #f7f2e9;
  text-align: right;
  line-height: 1.5
}

.finale-fact-actions a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(247, 242, 233, .3);
  padding-bottom: 1px;
  transition: border-color .3s, color .3s
}

.finale-fact-actions a:hover {
  color: #fff;
  border-color: var(--brass)
}

@media(max-width:1100px) {
  .finale-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .9fr);
    gap: clamp(24px, 4vw, 48px)
  }
}

@media(max-width:900px) {
  .finale-grid {
    grid-template-columns: 1fr
  }

  .finale-card {
    margin-top: 8px
  }

  .finale-arch {
    display: none
  }
}

@media(max-width:560px) {
  .finale-fact {
    flex-direction: column;
    gap: 4px
  }

  .finale-fact-v {
    text-align: left
  }
}

/* ---------- offer slider ---------- */
.offer-slider {
  background: var(--card);
  color: var(--ink);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  overflow: hidden;
  position: relative;
  height: 52px;
}

.offer-slider-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: offerSlide 16s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

.offer-slide {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0 20px;
  text-align: center;
}

.offer-slide .highlight {
  color: var(--brass-deep);
  margin-right: 12px;
  padding: 4px 10px;
  border: 1px solid var(--brass);
  border-radius: 2px;
}

@keyframes offerSlide {

  0%,
  25% {
    transform: translateY(0);
  }

  33%,
  58% {
    transform: translateY(-52px);
  }

  66%,
  91% {
    transform: translateY(-104px);
  }

  100% {
    transform: translateY(-156px);
  }
}

/* ---------- Creative Custom Studio Showcase ---------- */
.studio-creative {
  position: relative;
  overflow: hidden;
  background: #0f0a06;
  color: #f7f2e9;
  padding: clamp(64px, 8vw, 110px) 0;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.studio-creative-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 40%, rgba(212, 175, 55, 0.12) 0%, transparent 60%),
    radial-gradient(circle at 80% 70%, rgba(155, 122, 66, 0.15) 0%, transparent 65%);
  pointer-events: none;
}

.studio-creative-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  position: relative;
  z-index: 2;
}

.studio-eyebrow-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 9999px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.3);
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f3dfb4;
  margin-bottom: 24px;
}

.studio-title {
  color: #fff;
  line-height: 1.15;
  margin-bottom: 20px;
}

.studio-title .it-gold {
  font-family: var(--serif);
  font-style: italic;
  background: linear-gradient(135deg, #f7f2e9 0%, #d4af37 60%, #e6ca65 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.studio-lede {
  color: rgba(247, 242, 233, 0.85);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.6;
  margin-bottom: 36px;
}

/* Step Cards */
.studio-interactive-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.studio-step-card {
  padding: 20px 24px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.studio-step-card:hover {
  transform: translateX(8px);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(212, 175, 55, 0.4);
}

.studio-step-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}

.studio-step-num {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 3px 8px;
  border-radius: 4px;
  background: rgba(212, 175, 55, 0.2);
  color: #d4af37;
}

.studio-step-header strong {
  font-size: 1.05rem;
  color: #fff;
}

.studio-step-card p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(247, 242, 233, 0.75);
  line-height: 1.5;
}

/* CTAs */
.studio-ctas {
  display: flex;
  align-items: center;
  gap: 16px;
}

.btn.primary-gold {
  background: linear-gradient(135deg, #d4af37 0%, #9b7a42 100%);
  color: #0f0a06;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn.primary-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(212, 175, 55, 0.45);
}

.btn.ghost-glass {
  background: rgba(255, 255, 255, 0.08);
  color: #f7f2e9;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 28px;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 600;
  backdrop-filter: blur(8px);
  transition: background 0.3s ease, border-color 0.3s ease;
}

.btn.ghost-glass:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(212, 175, 55, 0.5);
}

/* Right Visual Frame */
.studio-creative-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.studio-visual-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.25);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
  aspect-ratio: 4/3;
}

.studio-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.studio-visual-frame:hover .studio-main-img {
  transform: scale(1.04);
}

.studio-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}

/* Floating Badges */
.studio-float-badge {
  position: absolute;
  padding: 12px 18px;
  border-radius: 12px;
  background: rgba(15, 10, 6, 0.85);
  border: 1px solid rgba(212, 175, 55, 0.35);
  backdrop-filter: blur(12px);
  color: #fff;
  z-index: 5;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.studio-float-badge.top-right {
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.badge-icon-wrap {
  font-size: 1.4rem;
}

.badge-text-wrap {
  display: flex;
  flex-direction: column;
}

.badge-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #d4af37;
}

.studio-float-badge.bottom-left {
  bottom: 20px;
  left: 20px;
}

.swatch-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.swatch-tag {
  font-size: 0.65rem;
  background: rgba(212, 175, 55, 0.2);
  color: #f3dfb4;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 600;
}

.swatch-dots-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.sw-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.sw-dot.velvet {
  background: #4a2e2b;
}

.sw-dot.linen {
  background: #d3c4b1;
}

.sw-dot.boucle {
  background: #f4efea;
}

.sw-dot.leather {
  background: #7c482b;
}

.sw-count {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  margin-left: 4px;
}

.studio-craft-tag {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-family: var(--sans);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(247, 242, 233, 0.85);
  background: rgba(0, 0, 0, 0.6);
  padding: 6px 14px;
  border-radius: 9999px;
  backdrop-filter: blur(8px);
}

/* Stats Grid */
.studio-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.studio-stat-item {
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.stat-value {
  display: block;
  font-family: var(--serif);
  font-size: 1.4rem;
  color: #d4af37;
  font-weight: 600;
  margin-bottom: 2px;
}

.stat-desc {
  font-size: 0.75rem;
  color: rgba(247, 242, 233, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (max-width: 991px) {
  .studio-creative-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

/* ---------- dock slides in on right-edge hover ---------- */
.dock-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  pointer-events: none;
}

.dock-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 44px;
  height: 40px;
  border-radius: 22px 0 0 22px;
  background: linear-gradient(90deg, rgba(20, 17, 16, 0), rgba(20, 17, 16, .18));
  cursor: pointer;
  pointer-events: auto;
  transition: background .3s;
}

.dock-wrap:hover::before,
.dock-wrap:focus-within::before {
  background: linear-gradient(90deg, rgba(20, 17, 16, 0), rgba(20, 17, 16, .32));
}

.dock-wrap::after {
  content: "\2039";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 1.5rem;
  line-height: 1;
  color: rgba(243, 236, 221, .55);
  pointer-events: none;
  transition: opacity .3s, transform .3s;
}

.dock-wrap:hover::after,
.dock-wrap:focus-within::after {
  opacity: 0;
  transform: translateY(-50%) translateX(-8px);
}

.dock-wrap .float-dock {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) translateX(calc(100% + 24px));
  opacity: 0;
  visibility: hidden;
  animation: none;
  transition: transform .45s var(--ease), opacity .45s var(--ease), visibility .45s;
}

.dock-wrap:hover .float-dock,
.dock-wrap:focus-within .float-dock {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media(max-width:760px) {
  .dock-wrap {
    display: none;
  }
}

@media(prefers-reduced-motion:reduce) {
  .dock-wrap .float-dock {
    transition: none;
  }
}

/* ==========================================================================
   Why Aaina / Trust Badges & EMI Bank Banner Section
   ========================================================================== */
.why-brand-sec {
  background: #fdfaf5;
  padding: 56px 0 48px 0;
  border-top: 1px solid rgba(226, 214, 191, 0.4);
  border-bottom: 1px solid rgba(226, 214, 191, 0.4);
}

.why-brand-head {
  text-align: center;
  margin-bottom: 36px;
}

.why-brand-title {
  font-family: var(--sans);
  font-size: 1.85rem;
  font-weight: 700;
  color: #1c1712;
  margin: 0 0 6px 0;
  letter-spacing: -0.02em;
}

.why-brand-sub {
  font-size: 0.9rem;
  font-weight: 600;
  color: #5c5446;
  margin: 0;
  letter-spacing: 0.01em;
}

.why-cards-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-bottom: 36px;
}

.why-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px 14px 20px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 2px 12px rgba(28, 23, 18, 0.03);
  border: 1px solid rgba(226, 214, 191, 0.45);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s var(--ease);
}

.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(28, 23, 18, 0.07);
  border-color: rgba(224, 83, 40, 0.3);
}

.why-icon-bubble {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fdf0e6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: background 0.25s var(--ease);
}

.why-card:hover .why-icon-bubble {
  background: #fbe5d6;
}

.why-card-text {
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.35;
  color: #1c1712;
  margin: 0;
  max-width: 170px;
}

/* Bank Offer / EMI Banner */
.why-bank-banner {
  background: #ffffff;
  border-top: 3px solid #e05328;
  border-radius: 0 0 10px 10px;
  padding: 22px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 4px 18px rgba(28, 23, 18, 0.04);
  border-left: 1px solid rgba(226, 214, 191, 0.45);
  border-right: 1px solid rgba(226, 214, 191, 0.45);
  border-bottom: 1px solid rgba(226, 214, 191, 0.45);
}

.why-bank-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0 0 auto;
  min-width: 0;
}

.why-bank-spark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.why-bank-msg {
  font-size: 1.35rem;
  font-weight: 500;
  color: #2a241d;
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.why-bank-msg .highlight-orange {
  font-weight: 800;
  color: #e05328;
}

.why-bank-marquee-container {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  /* fade edges for a nice effect */
  -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
  mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

.why-bank-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  max-width: none;
  flex-shrink: 0;
  will-change: transform;
  animation: marquee-scroll 25s linear infinite;
}

.why-bank-marquee-container:hover .why-bank-marquee-track,
.why-bank-marquee-container:focus-within .why-bank-marquee-track {
  animation-play-state: paused;
}

@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .why-bank-marquee-track {
    animation: none;
  }
}

.bank-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  flex: 0 0 auto;
}

.bank-divider {
  width: 1px;
  height: 36px;
  background: #e5dfd5;
  margin: 0 18px;
  display: block;
  flex: 0 0 auto;
}

/* Responsive queries */
@media (max-width: 1180px) {
  .why-cards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }

  .why-bank-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px;
    gap: 18px;
  }

  .why-bank-marquee-container {
    width: 100%;
    padding-top: 14px;
    border-top: 1px solid #f0e9dd;
  }
}

@media (max-width: 768px) {
  .why-brand-sec {
    padding: 40px 0 32px 0;
  }

  .why-brand-title {
    font-size: 1.5rem;
  }

  .why-brand-sub {
    font-size: 0.82rem;
  }

  .why-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .why-card {
    padding: 18px 10px 16px 10px;
  }

  .why-icon-bubble {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  .why-card-text {
    font-size: 0.8rem;
  }

  .why-bank-msg {
    font-size: 1.1rem;
  }

  .bank-divider {
    margin: 0 10px;
    height: 28px;
  }
}

@media (max-width: 480px) {
  .why-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Allow marquee to continue sliding on mobile instead of wrapping */

  .bank-divider {
    display: none;
  }
}