:root {
  --charcoal: #1a1a1a;
  --ink: #111;
  --gold: #c8a96e;
  --gold-dark: #a07840;
  --cream: #f8f6f2;
  --beige: #ede8e0;
  --muted: #6b6760;
  --line: rgba(26, 26, 26, .12);
  --white-line: rgba(255, 255, 255, .12);
  --sans: "DM Sans", sans-serif;
  --serif: "Playfair Display", serif;
}

* { box-sizing: border-box; }
html, body { width: 100%; overflow-x: hidden; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--charcoal);
  font-family: var(--sans);
  font-size: 15px;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 40px; }

.topbar {
  background: var(--charcoal);
  color: rgba(255,255,255,.86);
  font-size: 13px;
}
.topbar__inner, .topbar__links, .nav__inner, .menu, .proof, .hero__actions {
  display: flex;
  align-items: center;
}
.topbar__inner { height: 38px; justify-content: space-between; }
.topbar__links { gap: 24px; }
.wa-mini {
  background: #22c55e;
  color: #fff;
  padding: 3px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.wa-mini svg, .wa-float svg {
  display: block;
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  fill: currentColor;
  flex: 0 0 auto;
}

.nav {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
}
.nav__inner { height: 92px; justify-content: space-between; gap: 28px; }
.brand {
  width: 190px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  color: #5e5e5e;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
}
.brand--header {
  width: auto;
  gap: 0;
}
.brand__logo {
  display: block;
  width: 36px !important;
  height: 36px !important;
  max-width: 36px !important;
  max-height: 36px !important;
  object-fit: contain;
  flex: 0 0 36px;
}
.brand__logo--header {
  width: 150px !important;
  height: auto !important;
  max-width: 150px !important;
  max-height: 56px !important;
  flex: 0 0 auto;
}
.nav-backdrop,
.nav-wa,
.menu__mobile-head,
.menu__mobile-preview,
.menu__mobile-meta {
  display: none;
}
.brand__mark {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 2px solid #4a4a4a;
  color: #222;
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0;
  font-size: 18px;
}
.menu { gap: 26px; font-size: 14px; font-weight: 600; }
.menu > a, .menu-item > a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.menu .active { color: var(--gold-dark); }
.menu-item {
  position: relative;
}
.chev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 10px;
  height: 10px;
  font-size: 0;
  line-height: 1;
  transform: translateY(-1px);
}
.chev::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(45deg);
  transition: transform .18s ease;
}
.submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 240px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 18px 40px rgba(0,0,0,.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .18s ease;
  z-index: 30;
}
.submenu a {
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--charcoal);
  white-space: nowrap;
}
.submenu a:hover {
  background: var(--cream);
  color: var(--gold-dark);
}
.has-sub:hover .submenu, .has-sub:focus-within .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-toggle,
.menu-toggle {
  display: none;
}
.quote, .ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
.quote { background: var(--gold); color: var(--ink); }
.quote--nav { min-height: 40px; white-space: nowrap; }
.ghost { border: 1px solid rgba(255,255,255,.22); color: #fff; min-width: 148px; }

.hero {
  background:
    linear-gradient(112deg, var(--charcoal) 0 55%, #302b22 55% 100%);
  color: white;
  min-height: 644px;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 58px;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 86px;
}
.eyebrow {
  margin: 0 0 24px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.hero h1, .section-head h2, .process h2, .cta h2 {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.08;
  margin: 0;
}
.hero h1 { font-size: clamp(46px, 5vw, 68px); letter-spacing: 0; }
.hero h1 em { color: var(--gold); font-style: normal; }
.lead {
  max-width: 560px;
  margin: 24px 0 32px;
  color: rgba(255,255,255,.76);
  font-size: 17px;
  line-height: 1.6;
}
.hero__actions { gap: 16px; flex-wrap: wrap; }
.proof {
  margin-top: 38px;
  gap: 22px;
  flex-wrap: wrap;
  color: rgba(255,255,255,.68);
  font-size: 13px;
}
.proof span::first-letter { color: var(--gold); }
.hero__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.feature-frame, .small-frame {
  border: 1px solid rgba(200,169,110,.28);
  background: rgba(255,255,255,.06);
  border-radius: 4px;
  padding: 10px;
  overflow: hidden;
}
.feature-frame {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.feature-frame img {
  height: 224px;
  width: 100%;
  object-fit: cover;
  border: 2px solid #b8753d;
  box-shadow: 0 13px 18px rgba(0,0,0,.42);
}
.small-frame img { width: 100%; height: 128px; object-fit: cover; border-radius: 2px; }

.section { padding: 94px 0; }
.section--light { background: var(--cream); }
.section--cream { background: var(--beige); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 54px; }
.section-head h2 { color: var(--charcoal); font-size: clamp(34px, 4vw, 48px); }
.section-head p:last-child { color: var(--muted); line-height: 1.7; margin: 16px auto 0; max-width: 590px; }
.eyebrow--brown { color: var(--gold-dark); margin-bottom: 14px; }

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.services article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 30px;
  min-height: 250px;
  box-shadow: 0 8px 30px rgba(0,0,0,.03);
  min-width: 0;
}
.services span {
  color: var(--gold);
  font-size: 30px;
}
h3, h4 { margin: 0; }
.services h3, .format h3, .steps h3 {
  font-family: var(--serif);
  font-size: 23px;
  margin: 18px 0 10px;
}
.services p, .format p, .steps p { color: var(--muted); line-height: 1.65; }
.services a, .format b { color: var(--gold-dark); font-weight: 700; font-size: 14px; }

.formats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.format {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 24px;
  min-width: 0;
}
.format img { width: 100%; height: 160px; object-fit: cover; }
.format span {
  display: inline-flex;
  margin: 18px 18px 0;
  background: #f0e4cc;
  color: var(--gold-dark);
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.format h3, .format p, .format b { margin-left: 18px; margin-right: 18px; }

.process {
  background: var(--charcoal);
  color: #fff;
  padding: 82px 0;
}
.section-head--dark h2 { color: #fff; }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.steps article {
  border: 1px solid var(--white-line);
  border-radius: 8px;
  padding: 30px;
  text-align: center;
}
.steps span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  display: grid;
  place-items: center;
  font-weight: 800;
  margin: 0 auto;
}
.steps p { color: rgba(255,255,255,.58); }

.rooms {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.rooms a {
  min-height: 210px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  color: #fff;
  background: #000;
}
.rooms img { width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: .2s ease; }
.rooms a:hover img { transform: scale(1.04); opacity: .55; }
.rooms h4, .rooms p {
  position: absolute;
  left: 20px;
  margin: 0;
}
.rooms h4 { bottom: 44px; font-family: var(--serif); font-size: 22px; }
.rooms p { bottom: 20px; color: rgba(255,255,255,.76); }

.cta {
  background: var(--gold);
  text-align: center;
  padding: 72px 0;
}
.cta h2 { font-size: 40px; color: var(--ink); }
.cta p { color: rgba(0,0,0,.62); margin: 14px 0 28px; }
.hero__actions--center { justify-content: center; }
.quote--dark { background: var(--charcoal); color: #fff; }
.ghost--dark { color: var(--charcoal); border: 2px solid var(--charcoal); }
.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 30px; }
.chips span { border: 1px solid rgba(0,0,0,.16); border-radius: 999px; padding: 8px 17px; font-size: 13px; font-weight: 700; }

.clients { padding: 44px 0; text-align: center; background: #fff; }
.clients p { color: var(--muted); margin: 0 0 22px; }
.clients div div { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.clients span { border: 1px solid var(--line); border-radius: 999px; padding: 10px 18px; color: #777; font-weight: 600; }

.footer {
  background: var(--charcoal);
  color: rgba(255,255,255,.68);
  padding: 62px 0 24px;
}
.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 46px;
}
.footer h4 { color: #fff; margin-bottom: 16px; font-family: var(--serif); }
.footer a { display: block; margin: 9px 0; color: rgba(255,255,255,.56); }
.footer .brand--footer {
  display: inline-flex;
  width: auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: rgba(255,255,255,.72);
  margin: 0 0 22px;
  letter-spacing: 3px;
}
.brand__logo--footer {
  width: 138px !important;
  height: auto !important;
  max-width: 138px !important;
  max-height: 60px !important;
  flex-basis: auto;
  object-fit: contain;
}
.footer p { line-height: 1.7; }
.copyright {
  border-top: 1px solid var(--white-line);
  text-align: center;
  max-width: 1200px;
  margin: 46px auto 0;
  padding-top: 22px;
  font-size: 13px;
}
.wa-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  background: #22c55e;
  color: #fff;
  z-index: 20;
  border-radius: 999px;
  padding: 15px 22px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.inner-hero {
  background: linear-gradient(112deg, var(--charcoal) 0 58%, #302b22 58% 100%);
  color: #fff;
  padding: 86px 0;
}
.inner-hero--center { text-align: center; }
.inner-hero__grid {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 60px;
  align-items: center;
}
.inner-hero h1 {
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.08;
  margin: 0;
}
.inner-hero p:not(.eyebrow) {
  color: rgba(255,255,255,.68);
  line-height: 1.7;
  max-width: 650px;
  margin: 20px 0 30px;
}
.inner-hero--center p:not(.eyebrow) { margin-left: auto; margin-right: auto; }
.inner-hero img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(200,169,110,.35);
}
.visual-mockup {
  margin: 0;
  min-height: 380px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(200,169,110,.35);
  background: #f7f2e9;
  position: relative;
}
.photo-mockup {
  background: #201a14;
}
.photo-mockup img {
  width: 100%;
  height: 380px;
  min-height: inherit;
  object-fit: cover;
}
.photo-mockup::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,.62) 100%);
  pointer-events: none;
}
.photo-mockup figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.visual-wall {
  min-height: inherit;
  position: relative;
  display: grid;
  place-items: center;
  padding: 34px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.22) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, #f7f2e9 0 74%, #ded2bd 74% 100%);
  background-size: 46px 100%, 100% 100%;
}
.visual-art {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: min(86%, 470px);
  min-height: 190px;
}
.visual-art span {
  display: block;
  flex: 1;
  height: 210px;
  border: 8px solid #2b2119;
  outline: 2px solid var(--gold);
  box-shadow: 0 18px 28px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.32);
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,.85), transparent 18%),
    linear-gradient(135deg, #0f172a, #b77932 42%, #f1c56d 44%, #382415 70%, #111);
}
.visual-art span:nth-child(2) {
  background:
    radial-gradient(circle at 70% 25%, rgba(255,239,190,.95), transparent 16%),
    linear-gradient(145deg, #342010, #c78a32 36%, #f4d08a 47%, #704014 70%, #1b120b);
}
.visual-art span:nth-child(3) {
  background:
    repeating-linear-gradient(105deg, rgba(45,25,9,.9) 0 8px, rgba(224,143,45,.9) 9px 15px),
    linear-gradient(160deg, #f1c56d, #4b2d12);
}
.visual-art span:after {
  content: "";
  position: absolute;
}
.visual-wall b {
  position: absolute;
  left: 22px;
  bottom: 18px;
  z-index: 3;
  background: rgba(26,26,26,.86);
  color: #fff;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 12px;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.visual-object {
  position: absolute;
  z-index: 1;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 54%;
  height: 52px;
  border-radius: 8px 8px 4px 4px;
  background: rgba(65,54,45,.18);
}
.visual-living .visual-object,
.visual-bedroom .visual-object {
  width: 68%;
  height: 70px;
  background: #d8caba;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.24);
}
.visual-office .visual-object {
  width: 58%;
  height: 38px;
  background: #252525;
}
.visual-hotel .visual-object {
  width: 64%;
  height: 60px;
  background: #c9b79d;
}
.visual-restaurant .visual-object {
  width: 72%;
  height: 34px;
  border-radius: 999px;
  background: #3a2a1c;
}
.visual-healthcare .visual-wall {
  background:
    linear-gradient(90deg, rgba(255,255,255,.34) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, #eef7f4 0 74%, #d9ebe5 74% 100%);
  background-size: 46px 100%, 100% 100%;
}
.visual-healthcare .visual-art span {
  border-color: #f8faf9;
  outline-color: #9bbdae;
  background:
    radial-gradient(circle at 72% 22%, rgba(255,255,255,.9), transparent 15%),
    linear-gradient(135deg, #dff3ec, #91bdae 45%, #f4efe0 46%, #6e9d91);
}
.visual-office .visual-art span {
  border-color: #151515;
  background:
    linear-gradient(135deg, #111, #36312a 35%, #c8a96e 36%, #f1dfb8 50%, #2d2b28 72%, #111);
}
.visual-restaurant .visual-art span {
  background:
    radial-gradient(circle at 50% 20%, rgba(255,213,132,.95), transparent 18%),
    linear-gradient(150deg, #1b0f08, #9b5c20 38%, #e0a24a 54%, #2d1608);
}
.visual-islamic .visual-wall {
  background:
    linear-gradient(90deg, rgba(255,255,255,.22) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, #efe7d6 0 74%, #d7c3a3 74% 100%);
  background-size: 46px 100%, 100% 100%;
}
.visual-islamic .visual-art span {
  border-color: #1c1510;
  outline-color: #c8a96e;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 18%, rgba(200,169,110,.92) 19% 20%, transparent 21% 31%, rgba(200,169,110,.85) 32% 33%, transparent 34%),
    repeating-conic-gradient(from 45deg, #12332d 0 12deg, #c8a96e 12deg 18deg, #f4e6c8 18deg 24deg, #12332d 24deg 36deg);
}
.visual-islamic .visual-art span:nth-child(2) {
  background:
    radial-gradient(circle at 50% 40%, rgba(244,230,200,.9), transparent 20%),
    linear-gradient(135deg, #10100c, #12332d 34%, #c8a96e 35%, #f4e6c8 50%, #12332d 70%, #10100c);
}
.visual-islamic .visual-art span:nth-child(3) {
  background:
    repeating-linear-gradient(45deg, #12332d 0 12px, #c8a96e 12px 16px, #f4e6c8 16px 22px),
    linear-gradient(135deg, #12332d, #c8a96e);
}
.visual-stretched .visual-art span {
  border-width: 12px;
  border-color: #2f2419;
  outline-color: #9a6b38;
  box-shadow: 0 20px 30px rgba(0,0,0,.3), 10px 10px 0 rgba(47,36,25,.26);
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,.88), transparent 18%),
    linear-gradient(135deg, #28313b, #c8a96e 42%, #f5dfb5 44%, #6d451d 70%, #18100a);
}
.visual-stretched .visual-wall {
  background:
    linear-gradient(90deg, rgba(255,255,255,.22) 0 1px, transparent 1px 100%),
    linear-gradient(180deg, #f7f2e9 0 74%, #d8cab8 74% 100%);
  background-size: 46px 100%, 100% 100%;
}
.visual-gallerywrap .visual-art {
  perspective: 700px;
}
.visual-gallerywrap .visual-art span {
  border-width: 7px 18px 7px 7px;
  border-color: #2b2119 #8b5a2d #2b2119 #2b2119;
  outline-color: #c8a96e;
  transform: rotateY(-10deg);
  box-shadow: 18px 18px 26px rgba(0,0,0,.28), inset -16px 0 0 rgba(255,255,255,.12);
  background:
    radial-gradient(circle at 28% 22%, rgba(255,255,255,.86), transparent 17%),
    linear-gradient(135deg, #18212c, #b77932 40%, #f1c56d 43%, #4b2d12 70%, #101010);
}
.visual-gallerywrap .visual-art span:nth-child(2) {
  background:
    radial-gradient(circle at 70% 25%, rgba(255,239,190,.92), transparent 16%),
    linear-gradient(145deg, #342010, #c78a32 36%, #f4d08a 47%, #704014 70%, #1b120b);
}
.visual-gallerywrap .visual-art span:nth-child(3) {
  background:
    linear-gradient(90deg, #181818 0 82%, #c8a96e 82% 100%),
    linear-gradient(135deg, #222, #555);
}
.visual-rolled .visual-wall {
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.7), transparent 18%),
    linear-gradient(180deg, #f8f1e4 0 70%, #d7c8b4 70% 100%);
}
.visual-rolled .visual-art {
  align-items: end;
  gap: 20px;
}
.visual-rolled .visual-art span {
  flex: 0 0 86px;
  max-width: 86px;
  height: 205px;
  border-radius: 999px;
  border-width: 5px;
  border-color: #f4e6c8;
  outline-color: #a77a42;
  box-shadow: 0 20px 30px rgba(0,0,0,.24), inset 18px 0 18px rgba(255,255,255,.35), inset -16px 0 22px rgba(0,0,0,.18);
  background:
    radial-gradient(circle at 36% 18%, rgba(255,255,255,.92), transparent 15%),
    linear-gradient(90deg, #efe0bd 0 13%, #b3834a 13% 18%, #33261c 18% 24%, #f5ead4 24% 100%);
}
.visual-rolled .visual-art span:nth-child(2) {
  height: 175px;
  transform: rotate(-6deg);
  background:
    radial-gradient(circle at 42% 18%, rgba(255,255,255,.9), transparent 14%),
    linear-gradient(90deg, #ead2a1 0 12%, #8f6334 12% 18%, #2b2119 18% 25%, #f8edda 25% 100%);
}
.visual-rolled .visual-art span:nth-child(3) {
  height: 230px;
  transform: rotate(5deg);
  background:
    radial-gradient(circle at 34% 18%, rgba(255,255,255,.88), transparent 14%),
    linear-gradient(90deg, #f3e4c9 0 12%, #c39a62 12% 18%, #2d251e 18% 24%, #fbf2df 24% 100%);
}
.visual-uv .visual-wall {
  background:
    radial-gradient(circle at 24% 16%, rgba(255,255,255,.9), transparent 16%),
    radial-gradient(circle at 78% 22%, rgba(33,158,188,.18), transparent 18%),
    linear-gradient(180deg, #eef7f8 0 70%, #cfd8d7 70% 100%);
}
.visual-uv .visual-art {
  gap: 16px;
}
.visual-uv .visual-art span {
  border-color: #111827;
  outline-color: #15a3b8;
  box-shadow: 0 18px 30px rgba(0,0,0,.22), 0 0 0 6px rgba(21,163,184,.1);
  background:
    linear-gradient(115deg, transparent 0 18%, rgba(255,255,255,.9) 18% 22%, transparent 22% 100%),
    radial-gradient(circle at 24% 22%, #ffd166 0 10%, transparent 11%),
    linear-gradient(135deg, #052f4f 0 24%, #118ab2 24% 46%, #06d6a0 46% 66%, #f9c74f 66% 82%, #ef476f 82% 100%);
}
.visual-uv .visual-art span:nth-child(2) {
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,.75) 0 5px, transparent 5px 13px),
    linear-gradient(135deg, #111827, #0e7490 34%, #22c55e 55%, #f59e0b 76%, #be123c);
}
.visual-uv .visual-art span:nth-child(3) {
  background:
    radial-gradient(circle at 74% 20%, rgba(255,255,255,.86), transparent 13%),
    linear-gradient(135deg, #0f172a, #4338ca 28%, #0891b2 52%, #84cc16 75%, #f97316);
}
.visual-v2 .visual-art span { height: 230px; }
.visual-v3 .visual-art span { height: 245px; }
.inner-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
}
.inner-two h2, .inner-copy h2 {
  font-family: var(--serif);
  font-size: 36px;
  margin: 0 0 16px;
}
.inner-two p, .inner-copy p { color: var(--muted); line-height: 1.75; }
.inner-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 8px 30px rgba(0,0,0,.035);
}
.inner-card p { margin: 0 0 14px; }
.related-grid, .size-grid, .gallery-grid {
  display: grid;
  gap: 18px;
}
.related-grid { grid-template-columns: repeat(3, 1fr); }
.related-grid a, .size-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  font-weight: 700;
}
.gallery-grid { grid-template-columns: repeat(3, 1fr); }
.gallery-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 8px;
}
.quote-layout {
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 30px;
}
.quote-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 30px;
  display: grid;
  gap: 18px;
}
.quote-form__success {
  margin: 0;
  padding: 14px 16px;
  border-radius: 6px;
  background: rgba(200,169,110,.12);
  border: 1px solid rgba(200,169,110,.32);
  color: var(--charcoal);
  font-weight: 600;
}
.quote-form label {
  display: grid;
  gap: 8px;
  color: var(--charcoal);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
.quote-form__split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.quote-form input, .quote-form textarea, .quote-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px 14px;
  font: inherit;
  background: var(--cream);
}
.size-grid { grid-template-columns: repeat(3, 1fr); }
.size-grid h3 { font-family: var(--serif); font-size: 28px; margin-bottom: 8px; }
.inner-copy { max-width: 780px; }
.article-layout {
  display: grid;
  grid-template-columns: 1.35fr .75fr;
  gap: 44px;
  align-items: start;
}
.article-copy {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 38px;
}
.article-copy h2 {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.12;
  margin: 0 0 18px;
}
.article-copy p {
  color: var(--muted);
  line-height: 1.8;
  font-size: 16px;
}
.article-aside h3 {
  font-family: var(--serif);
  font-size: 28px;
  margin-bottom: 18px;
}
.room-guide-grid a {
  display: grid;
  gap: 8px;
}
.room-guide-grid span {
  color: var(--muted);
  line-height: 1.55;
  font-weight: 400;
}
.custom-visuals .visual-mockup {
  min-height: 420px;
}
.image-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.image-card-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,.035);
}
.image-card-grid img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.image-card-grid .visual-mockup {
  min-height: 280px;
  border: 0;
  border-radius: 0;
}
.image-card-grid h3 {
  font-family: var(--serif);
  font-size: 24px;
  margin: 22px 24px 10px;
}
.image-card-grid p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0 24px 26px;
}
.seo-layout {
  display: grid;
  grid-template-columns: 1.45fr .8fr;
  gap: 44px;
  align-items: start;
}
.seo-main {
  display: grid;
  gap: 30px;
}
.seo-main article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 34px;
}
.seo-main h2, .faq-grid h2 {
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.15;
  margin: 0 0 14px;
}
.seo-main p, .faq-grid p {
  color: var(--muted);
  line-height: 1.75;
}
.seo-aside {
  position: sticky;
  top: 116px;
}
.room-visuals {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 18px;
}
.room-visuals img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
}
.room-visuals .visual-mockup {
  min-height: 360px;
}
.room-visuals .photo-mockup img {
  height: 360px;
}
.room-visuals .visual-mockup:first-child {
  min-height: 450px;
}
.room-visuals .photo-mockup:first-child img {
  height: 450px;
}
.room-visuals .visual-art {
  width: min(86%, 410px);
}
.room-visuals .visual-art span {
  height: 185px;
}
.room-visuals img:first-child { height: 450px; }
.seo-services article { min-height: 220px; }
.faq-grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 44px;
}
details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px 24px;
  margin-bottom: 14px;
}
summary {
  cursor: pointer;
  color: var(--charcoal);
  font-weight: 800;
  font-size: 18px;
}
details p { margin-bottom: 0; }

@media (max-width: 980px) {
  body.nav-open {
    overflow: hidden;
  }
  .wrap { padding: 0 22px; }
  .topbar {
    display: none;
  }
  .nav {
    background:
      linear-gradient(180deg, rgba(20,19,18,.98) 0%, rgba(28,26,23,.96) 100%);
    box-shadow: 0 1px 0 rgba(255,255,255,.04);
  }
  .nav__inner {
    height: auto;
    min-height: 76px;
    padding-top: 14px;
    padding-bottom: 14px;
    align-items: center;
    gap: 14px;
    display: grid;
    grid-template-columns: auto 1fr auto;
  }
  .brand {
    width: auto;
    max-width: none;
    justify-self: center;
    color: rgba(245,236,222,.9);
  }
  .brand--header {
    max-width: 160px;
  }
  .brand__logo {
    filter: saturate(.9) brightness(.96);
  }
  .menu-toggle {
    display: inline-flex;
    justify-self: start;
    align-items: center;
    gap: 0;
    border: 1px solid rgba(214,177,97,.22);
    border-radius: 12px;
    background: rgba(255,255,255,.04);
    width: 44px;
    height: 44px;
    padding: 0;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(0,0,0,.18);
    color: #fff;
    position: relative;
  }
  .menu-toggle span {
    display: block;
    width: 16px;
    height: 1.8px;
    background: currentColor;
    border-radius: 999px;
    position: absolute;
    left: 13px;
  }
  .menu-toggle span:nth-child(1) { top: 14px; }
  .menu-toggle span:nth-child(2) { top: 21px; }
  .menu-toggle span:nth-child(3) { top: 28px; }
  .menu-toggle b { display: none; }
  .nav-wa {
    display: inline-flex;
    justify-self: end;
    align-items: center;
    gap: 6px;
    padding: 9px 12px;
    border-radius: 999px;
    border: 1px solid rgba(214,177,97,.28);
    background: rgba(255,255,255,.04);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
  }
  .nav-wa svg,
  .menu-wa svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
  }
  .nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(8,8,8,.58);
    opacity: 0;
    visibility: hidden;
    transition: opacity .22s ease, visibility .22s ease;
    z-index: 39;
  }
  .menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    inset: 0 auto 0 0;
    width: min(380px, 88vw);
    padding: 24px 22px 28px;
    margin-top: 0;
    overflow-y: auto;
    background:
      linear-gradient(180deg, #171513 0%, #111111 100%);
    border-right: 1px solid rgba(214,177,97,.18);
    border-radius: 0 20px 20px 0;
    box-shadow: 0 28px 60px rgba(0,0,0,.36);
    z-index: 40;
    transform: translateX(-104%);
    transition: transform .24s ease;
  }
  .menu::-webkit-scrollbar { width: 6px; }
  .menu::-webkit-scrollbar-thumb { background: rgba(214,177,97,.18); border-radius: 999px; }
  .nav-toggle:checked ~ .menu {
    transform: translateX(0);
  }
  .nav-toggle:checked ~ .nav-backdrop {
    opacity: 1;
    visibility: visible;
  }
  .menu > a, .menu-item > a {
    width: 100%;
    justify-content: space-between;
    border: 1px solid rgba(214,177,97,.14);
    border-radius: 12px;
    padding: 13px 14px;
    background: rgba(255,255,255,.03);
    color: rgba(248,242,233,.92);
    font-size: 13px;
    min-height: auto;
    white-space: normal;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
  }
  .menu-item { width: 100%; }
  .menu-item.is-open > a {
    border-color: rgba(214,177,97,.3);
    background: rgba(214,177,97,.08);
  }
  .submenu {
    display: none;
    position: static;
    min-width: 0;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 8px 8px 6px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.02);
    opacity: 1;
    visibility: visible;
    transform: none;
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(214,177,97,.1);
    border-radius: 12px;
  }
  .menu-item.is-open .submenu,
  .has-sub:hover .submenu,
  .has-sub:focus-within .submenu {
    display: grid;
    gap: 4px;
  }
  .submenu a {
    border: 0;
    border-radius: 8px;
    padding: 9px 10px;
    font-size: 12px;
    background: rgba(214,177,97,.06);
    color: rgba(238,227,210,.86);
    white-space: normal;
  }
  .menu-item.is-open .chev::before {
    transform: rotate(225deg);
  }
  .menu__mobile-head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
  }
  .brand--menu {
    width: auto;
    justify-self: center;
    color: rgba(245,236,222,.92);
    text-align: center;
  }
  .menu-close,
  .menu-wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(214,177,97,.22);
    background: rgba(255,255,255,.03);
    color: #fff;
    cursor: pointer;
  }
  .menu-close {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
  }
  .menu__mobile-preview {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    min-height: 190px;
    margin-bottom: 8px;
    border: 1px solid rgba(214,177,97,.14);
    box-shadow: 0 20px 40px rgba(0,0,0,.24);
  }
  .menu__mobile-preview img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
    filter: brightness(.72) saturate(.88);
  }
  .menu__mobile-preview-copy {
    position: absolute;
    inset: auto 18px 18px;
    color: #fff;
  }
  .menu__mobile-preview-copy p {
    margin: 0 0 8px;
    color: rgba(214,177,97,.92);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 10px;
  }
  .menu__mobile-preview-copy strong {
    font: 700 30px/1.02 var(--serif);
    display: block;
    max-width: 220px;
  }
  .menu__mobile-meta {
    display: grid;
    gap: 16px;
    margin-top: 6px;
    padding-top: 10px;
    border-top: 1px solid rgba(214,177,97,.14);
  }
  .menu__quote {
    width: 100%;
    min-height: 48px;
  }
  .menu__mobile-contact {
    display: grid;
    gap: 10px;
  }
  .menu__mobile-contact a {
    color: rgba(238,227,210,.86);
    font-size: 13px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(214,177,97,.1);
  }
  .hero__grid, .services, .steps, .footer__grid, .inner-hero__grid, .inner-two, .quote-layout, .seo-layout, .faq-grid, .article-layout, .image-card-grid { grid-template-columns: 1fr; }
  .hero { background: var(--charcoal); }
  .hero__grid { gap: 38px; padding-top: 58px; }
  .formats, .rooms, .related-grid, .gallery-grid, .size-grid, .room-visuals { grid-template-columns: repeat(2, 1fr); }
  .seo-aside { position: static; }
  .inner-hero { background: var(--charcoal); padding: 68px 0; }
  .inner-hero__grid { gap: 34px; }
  .inner-hero h1 { font-size: clamp(36px, 7vw, 52px); }
  .photo-mockup img, .inner-hero img { height: 340px; }
  .article-copy, .seo-main article, .inner-card { padding: 26px; }
}

@media (max-width: 620px) {
  body { font-size: 14px; }
  .wrap { padding: 0 16px; }
  .nav { position: static; }
  .nav__inner { gap: 10px; min-height: 72px; }
  .brand { letter-spacing: 2px; font-size: 9px; justify-content: center; max-width: 210px; }
  .brand--header {
    max-width: 132px;
  }
  .brand__logo {
    width: 32px !important;
    height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    flex-basis: 32px;
  }
  .brand__logo--header {
    width: 132px !important;
    max-width: 132px !important;
    max-height: 48px !important;
    height: auto !important;
    flex-basis: auto;
  }
  .menu {
    width: min(340px, 92vw);
    padding: 18px 16px 24px;
  }
  .menu__mobile-preview {
    min-height: 168px;
  }
  .menu__mobile-preview img {
    height: 168px;
  }
  .menu__mobile-preview-copy strong {
    font-size: 22px;
    max-width: 180px;
  }
  .menu-toggle,
  .nav-wa {
    width: 40px;
    height: 40px;
  }
  .nav-wa {
    padding: 0;
    justify-content: center;
  }
  .nav-wa span {
    display: none;
  }
  .quote--nav { display: none; }
  .hero { min-height: auto; }
  .hero__grid { padding-top: 46px; padding-bottom: 54px; }
  .hero h1 { font-size: 38px; line-height: 1.08; }
  .lead { font-size: 15px; }
  .quote-form__split { grid-template-columns: 1fr; }
  .hero__gallery { grid-template-columns: 1fr; }
  .feature-frame { grid-template-columns: 1fr; }
  .feature-frame { gap: 8px; padding: 8px; }
  .feature-frame img { height: 170px; }
  .small-frame img { height: 104px; }
  .formats, .rooms, .related-grid, .gallery-grid, .size-grid, .room-visuals { grid-template-columns: 1fr; }
  .room-visuals img, .room-visuals img:first-child, .room-visuals .photo-mockup img, .room-visuals .photo-mockup:first-child img { height: 260px; }
  .room-visuals .visual-mockup, .room-visuals .visual-mockup:first-child, .custom-visuals .visual-mockup { min-height: 260px; }
  .photo-mockup img, .inner-hero img { height: 280px; }
  .inner-hero { padding: 54px 0; }
  .inner-hero h1 { font-size: 34px; }
  .inner-hero p:not(.eyebrow) { font-size: 15px; }
  .section-head { margin-bottom: 34px; }
  .section-head h2, .inner-two h2, .inner-copy h2, .seo-main h2, .faq-grid h2 { font-size: 30px; }
  .services article, .steps article, .article-copy, .seo-main article, .inner-card, .related-grid a, .size-grid article, details { padding: 22px; }
  .format img, .gallery-grid img { height: 220px; }
  .rooms a { min-height: 260px; }
  .section { padding: 70px 0; }
  .hero__actions .quote, .hero__actions .ghost { width: 100%; }
  .cta { padding: 56px 0; }
  .cta h2 { font-size: 32px; }
  .footer { padding-top: 48px; }
  .wa-float { right: 14px; bottom: 14px; padding: 11px 14px; font-size: 13px; }
  .wa-float svg, .wa-mini svg {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
  }
}

@media (max-width: 390px) {
  .wrap { padding: 0 14px; }
  .hero h1, .inner-hero h1 { font-size: 31px; }
  .section-head h2, .inner-two h2, .inner-copy h2, .seo-main h2, .faq-grid h2 { font-size: 27px; }
  .quote, .ghost { min-height: 46px; padding: 0 18px; }
  .photo-mockup img, .inner-hero img, .room-visuals img, .room-visuals img:first-child, .room-visuals .photo-mockup img, .room-visuals .photo-mockup:first-child img { height: 230px; }
  .room-visuals .visual-mockup, .room-visuals .visual-mockup:first-child, .custom-visuals .visual-mockup { min-height: 230px; }
}
