.topbar {
  box-shadow: 0 10px 28px rgba(20, 20, 20, .05);
}

.site-nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.site-logo-mark {
  width: 72px;
  height: 54px;
  border: 1px solid var(--line, #e7e1d8);
  border-radius: 10px;
  padding: 4px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 8px 20px rgba(20, 20, 20, .08);
}

.site-logo-text {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.site-logo-text strong {
  color: var(--ink, #151515);
  font-size: 18px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0;
}

.site-logo-text span {
  color: var(--muted, #68645d);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-menu {
  display: none;
  align-items: center;
  gap: 18px;
}

.site-menu a {
  color: #302d29;
  font-size: 13px;
  font-weight: 900;
}

.site-menu .menu-group {
  position: relative;
}

.site-menu .menu-trigger {
  border: 0;
  padding: 0;
  color: #302d29;
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.site-menu .submenu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  z-index: 80;
  display: grid;
  width: 260px;
  gap: 2px;
  border: 1px solid var(--line, #e7e1d8);
  border-radius: 8px;
  padding: 8px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(20, 20, 20, .16);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease;
}

.site-menu .menu-group:hover .submenu,
.site-menu .menu-group:focus-within .submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.site-menu .submenu a {
  border-radius: 6px;
  padding: 10px 11px;
  color: #302d29;
  font-size: 13px;
}

.site-menu .submenu a:hover {
  background: #f6f1e8;
}

.site-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-menu-toggle {
  width: 46px;
  min-width: 46px;
  height: 46px;
  border: 1px solid var(--line, #e7e1d8);
  border-radius: 8px;
  background: #fff;
  color: var(--ink, #151515);
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
  line-height: 1;
}

.mobile-panel {
  display: none;
  border-top: 1px solid var(--line, #e7e1d8);
  padding: 12px 0 16px;
  background: rgba(251, 248, 242, .98);
}

.mobile-panel.is-open {
  display: block;
}

.mobile-panel-grid {
  display: grid;
  gap: 8px;
}

.mobile-panel-grid a {
  border: 1px solid var(--line, #e7e1d8);
  border-radius: 8px;
  padding: 11px 12px;
  background: #fff;
  color: var(--ink, #151515);
  font-size: 14px;
  font-weight: 900;
}

.footer {
  padding: 0;
}

.site-footer {
  background: #171717;
  color: #d4cbbd;
}

.footer-main {
  display: grid;
  gap: 28px;
  padding: 42px 0 30px;
}

.footer-brand {
  display: grid;
  gap: 14px;
  max-width: 360px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-logo img {
  width: 96px;
  height: 72px;
  border-radius: 10px;
  padding: 5px;
  background: #fff;
  object-fit: contain;
}

.footer-logo strong {
  display: block;
  color: #fff;
  font-size: 19px;
  line-height: 1.05;
  text-transform: uppercase;
}

.footer-logo span {
  display: block;
  margin-top: 3px;
  color: #d4cbbd;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-brand p,
.footer-contact p {
  margin: 0;
  color: #d4cbbd;
}

.footer-columns {
  display: grid;
  gap: 24px;
}

.footer-col {
  display: grid;
  gap: 9px;
}

.footer-col h3,
.footer-contact h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.footer-col a {
  color: #d4cbbd;
  font-size: 14px;
  font-weight: 700;
}

.footer-col a:hover {
  color: #fff;
}

.footer-contact {
  display: grid;
  gap: 12px;
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-links a {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.06);
  font-size: 15px;
  font-weight: 950;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.social-links a:hover {
  transform: translateY(-2px);
  background: var(--gold, #c1914d);
  border-color: var(--gold, #c1914d);
}

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

.social-links a[aria-label="Facebook"] svg {
  fill: currentColor;
  stroke: none;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 16px 0 22px;
  color: #a89f91;
  font-size: 13px;
}

@media (min-width: 900px) {
  .site-menu {
    display: flex;
  }

  .site-menu-toggle {
    display: none;
  }

  .mobile-panel {
    display: none !important;
  }

  .footer-main {
    grid-template-columns: minmax(240px, 1.2fr) minmax(420px, 2fr) minmax(220px, .9fr);
    align-items: start;
  }

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

@media (max-width: 460px) {
  .site-logo-mark {
    width: 48px;
    height: 48px;
  }

  .site-logo-text strong {
    font-size: 16px;
  }

  .site-logo-text span {
    font-size: 10px;
  }
}

/* Premium site-wide finishing layer */
.topbar {
  position: sticky;
  top: 0;
  z-index: 90;
  border-bottom: 1px solid rgba(231, 225, 216, .66);
  background: rgba(251, 248, 242, .82);
  backdrop-filter: blur(18px) saturate(1.2);
  transition: background .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.topbar.is-scrolled {
  border-color: rgba(183, 134, 69, .22);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 44px rgba(20, 20, 20, .1);
}

.site-nav {
  min-height: 78px;
}

.site-logo {
  transition: transform .24s ease;
}

.site-logo:hover {
  transform: translateY(-1px);
}

.site-logo-mark {
  border-color: rgba(183, 134, 69, .32);
  background: linear-gradient(180deg, #fff, #fbf8f2);
  box-shadow: 0 14px 30px rgba(20, 20, 20, .11);
}

.site-menu a,
.site-menu .menu-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  transition: color .2s ease;
}

.site-menu > a::after,
.site-menu .menu-trigger::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 2px;
  border-radius: 999px;
  background: var(--gold, #b78645);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .24s ease;
}

.site-menu > a:hover,
.site-menu > a.is-active,
.site-menu .menu-trigger:hover {
  color: var(--gold, #b78645);
}

.site-menu > a:hover::after,
.site-menu > a.is-active::after,
.site-menu .menu-group:hover .menu-trigger::after {
  transform: scaleX(1);
}

.menu-caret {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .2s ease;
}

.site-menu .menu-group:hover .menu-caret,
.site-menu .menu-group:focus-within .menu-caret {
  transform: translateY(1px) rotate(225deg);
}

.site-menu .submenu {
  border-color: rgba(183, 134, 69, .24);
  border-radius: 12px;
  padding: 10px;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(16px);
  box-shadow: 0 28px 70px rgba(20, 20, 20, .18);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  visibility: hidden;
}

.site-menu .menu-group:hover .submenu,
.site-menu .menu-group:focus-within .submenu {
  visibility: visible;
}

.site-menu .submenu a {
  min-height: 0;
  border-radius: 8px;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.site-menu .submenu a::after {
  display: none;
}

.site-menu .submenu a:hover,
.site-menu .submenu a.is-active {
  color: var(--ink, #151515);
  background: linear-gradient(90deg, rgba(183, 134, 69, .16), rgba(104, 120, 104, .1));
  transform: translateX(3px);
}

.site-actions .btn {
  min-height: 42px;
  border-radius: 999px;
  padding: 11px 17px;
}

.site-menu-toggle {
  position: relative;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #171717;
  color: #fff;
  box-shadow: 0 12px 28px rgba(20, 20, 20, .18);
  transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.site-menu-toggle:hover {
  transform: translateY(-2px);
  background: var(--gold, #b78645);
}

.site-menu-toggle span {
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .24s ease, opacity .18s ease;
}

.site-menu-toggle span:nth-child(1) {
  transform: translateY(-6px);
}

.site-menu-toggle span:nth-child(3) {
  transform: translateY(6px);
}

.site-menu-toggle.is-open span:nth-child(1) {
  transform: rotate(45deg);
}

.site-menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.site-menu-toggle.is-open span:nth-child(3) {
  transform: rotate(-45deg);
}

body.menu-open {
  overflow: hidden;
}

.mobile-panel {
  display: block;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: max-height .35s ease, opacity .24s ease, transform .24s ease, visibility .24s ease;
}

.mobile-panel.is-open {
  max-height: calc(100dvh - 78px);
  overflow-y: auto;
  padding: 14px 0 18px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  box-shadow: 0 28px 44px rgba(20, 20, 20, .12);
}

.mobile-panel-grid {
  gap: 9px;
}

.mobile-panel-title {
  display: block;
  margin-bottom: 4px;
  color: var(--gold, #b78645);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mobile-panel-grid a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 10px 24px rgba(20, 20, 20, .04);
  transform: translateY(8px);
  opacity: 0;
  transition: transform .28s ease, opacity .28s ease, background .18s ease, border-color .18s ease;
}

.mobile-panel-grid a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--gold, #b78645);
  border-bottom: 2px solid var(--gold, #b78645);
  transform: rotate(-45deg);
}

.mobile-panel.is-open .mobile-panel-grid a {
  transform: translateY(0);
  opacity: 1;
}

.mobile-panel-grid a:nth-of-type(2) { transition-delay: .02s; }
.mobile-panel-grid a:nth-of-type(3) { transition-delay: .04s; }
.mobile-panel-grid a:nth-of-type(4) { transition-delay: .06s; }
.mobile-panel-grid a:nth-of-type(5) { transition-delay: .08s; }
.mobile-panel-grid a:nth-of-type(6) { transition-delay: .1s; }
.mobile-panel-grid a:nth-of-type(7) { transition-delay: .12s; }
.mobile-panel-grid a:nth-of-type(8) { transition-delay: .14s; }
.mobile-panel-grid a:nth-of-type(9) { transition-delay: .16s; }

.mobile-panel-grid a:hover,
.mobile-panel-grid a.is-active {
  border-color: rgba(183, 134, 69, .5);
  background: #fff7ec;
}

.btn,
.float-whatsapp {
  will-change: transform;
}

.btn:hover,
.float-whatsapp:hover {
  box-shadow: 0 18px 40px rgba(20, 20, 20, .16);
}

.float-whatsapp {
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.float-whatsapp:hover {
  transform: translateY(-3px);
  background: #16834a;
}

.visual-card,
.feature-image,
.project-card,
.service-card,
.cost-item,
details,
.global-box,
.contact-strip,
.metric {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
}

.hero-carousel {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(183, 134, 69, .24);
  border-radius: 18px;
  background: #171717;
  box-shadow: 0 28px 76px rgba(20, 20, 20, .18);
  isolation: isolate;
}

.hero-carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 44%, rgba(0, 0, 0, .68)),
    linear-gradient(90deg, rgba(0, 0, 0, .22), transparent 46%);
  z-index: 2;
}

.carousel-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity .9s ease, transform 5.8s ease;
}

.carousel-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-slide figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  max-width: 440px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 12px;
  padding: 14px 15px;
  color: #fff;
  background: rgba(20, 20, 20, .54);
  backdrop-filter: blur(14px);
  font-size: 14px;
  font-weight: 900;
}

.carousel-slide figcaption strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 1.15;
}

.carousel-slide figcaption span {
  display: block;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.carousel-dots {
  position: absolute;
  right: 18px;
  bottom: 24px;
  z-index: 4;
  display: flex;
  gap: 7px;
}

.carousel-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .46);
  transition: width .24s ease, background .24s ease;
}

.carousel-dots span.is-active {
  width: 24px;
  background: var(--gold, #b78645);
}

.global-box {
  overflow: hidden;
}

.global-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.global-media img {
  width: 100%;
  min-height: 180px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .22);
}

.home-form {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 14px;
  padding: 16px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(12px);
}

.form-grid {
  display: grid;
  gap: 10px;
}

.home-form label {
  display: grid;
  gap: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.home-form input,
.home-form select,
.home-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 10px;
  padding: 12px 13px;
  color: #151515;
  background: rgba(255, 255, 255, .94);
  font: inherit;
  text-transform: none;
  letter-spacing: 0;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.home-form textarea {
  min-height: 96px;
  resize: vertical;
}

.home-form input:focus,
.home-form select:focus,
.home-form textarea:focus {
  border-color: var(--gold, #b78645);
  box-shadow: 0 0 0 4px rgba(183, 134, 69, .18);
}

.contact-actions {
  display: grid;
  gap: 10px;
}

.contact-visual {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 16px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 18px 42px rgba(20, 20, 20, .12);
}

.visual-card:hover,
.feature-image:hover,
.project-card:hover,
.service-card:hover,
.cost-item:hover,
details:hover,
.metric:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(20, 20, 20, .12);
}

.project-card img,
.feature-image img,
.visual-card img {
  transition: transform 1s cubic-bezier(.2, .7, .2, 1), filter .4s ease;
}

.project-card:hover img,
.feature-image:hover img,
.visual-card:hover img {
  transform: scale(1.055);
  filter: saturate(1.04) contrast(1.02);
}

.section-dark,
.site-footer {
  background:
    linear-gradient(135deg, rgba(183, 134, 69, .12), rgba(104, 120, 104, .08) 42%, rgba(20, 20, 20, 0) 72%),
    #171717;
}

.site-footer {
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.8), transparent 72%);
}

.footer-main,
.footer-bottom {
  position: relative;
}

.footer-col a,
.footer-contact a {
  transition: color .18s ease, transform .18s ease;
}

.footer-col a:hover,
.footer-contact a:hover {
  color: #fff;
  transform: translateX(2px);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .72s ease, transform .72s cubic-bezier(.2, .7, .2, 1);
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 900px) {
  .site-nav {
    min-height: 88px;
  }

  .site-menu {
    gap: 20px;
  }

  .site-logo-mark {
    width: 84px;
    height: 58px;
  }

  .site-logo-text strong {
    font-size: 20px;
  }

  .site-menu-toggle {
    display: none;
  }

  .mobile-panel {
    display: none !important;
  }

  .hero {
    padding-top: 68px;
  }

  .hero-grid {
    min-height: calc(100vh - 160px);
  }

  h1 {
    max-width: 820px;
  }

  .visual-stack {
    transform: perspective(1000px) rotateY(-2deg);
  }

  .hero-carousel {
    min-height: 620px;
    transform: perspective(1000px) rotateY(-2deg);
  }

  .global-box {
    grid-template-columns: 1fr .85fr .9fr;
    align-items: center;
  }

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

  .footer-main {
    padding-top: 62px;
    padding-bottom: 42px;
  }
}

@media (max-width: 720px) {
  .site-actions .btn {
    display: none;
  }

  .site-nav {
    min-height: 74px;
  }

  .site-logo {
    max-width: calc(100% - 62px);
  }

  .site-logo-mark {
    width: 58px;
    height: 48px;
  }

  .site-logo-text strong {
    font-size: 17px;
  }

  .hero {
    padding-top: 34px;
  }

  h1 {
    font-size: clamp(38px, 10vw, 54px);
  }

  .trust-row {
    grid-template-columns: 1fr;
  }

  .metric {
    min-height: auto;
    padding: 14px;
  }

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hero-carousel {
    min-height: 360px;
  }

  .global-media {
    grid-template-columns: 1fr;
  }

  .footer-logo img {
    width: 82px;
    height: 62px;
  }
}

/* Premium color, motion and content modules */
body {
  background:
    radial-gradient(circle at 18% 8%, rgba(183, 134, 69, .13), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(104, 120, 104, .13), transparent 28%),
    linear-gradient(180deg, #fbf8f2, #f5efe5 46%, #fbf8f2);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(20,20,20,.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(20,20,20,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 78%, transparent);
}

.section:not(.section-dark):nth-of-type(odd) {
  background:
    linear-gradient(135deg, rgba(255,255,255,.6), rgba(183,134,69,.08)),
    transparent;
}

.service-card {
  position: relative;
  overflow: hidden;
}

.service-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 18px 38px rgba(20,20,20,.1);
  transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .3s ease;
}

.service-card:hover .service-image {
  transform: scale(1.04);
  filter: saturate(1.05) contrast(1.03);
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto -42px -54px auto;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(183,134,69,.16), transparent 66%);
  transition: transform .35s ease;
}

.service-card:hover::after {
  transform: scale(1.25);
}

.service-visual {
  position: relative;
  display: block;
  width: 76px;
  height: 76px;
  margin-bottom: 6px;
  border: 1px solid rgba(183, 134, 69, .22);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(183,134,69,.2), rgba(255,255,255,.94)),
    #fff;
  box-shadow: 0 18px 34px rgba(20,20,20,.08);
  transform: rotateX(0deg) rotateY(0deg);
}

.service-visual::before,
.service-visual::after {
  content: "";
  position: absolute;
  border-radius: 8px;
}

.service-visual-construction::before {
  left: 18px;
  bottom: 17px;
  width: 38px;
  height: 32px;
  background: #252525;
  clip-path: polygon(50% 0, 100% 38%, 100% 100%, 0 100%, 0 38%);
}

.service-visual-construction::after {
  left: 12px;
  bottom: 17px;
  width: 52px;
  height: 6px;
  background: var(--gold, #b78645);
  transform: rotate(-32deg);
}

.service-visual-interiors::before {
  inset: 18px 14px 18px 14px;
  border: 8px solid var(--gold, #b78645);
  border-top-width: 14px;
  background: rgba(36,36,36,.12);
}

.service-visual-interiors::after {
  left: 28px;
  top: 25px;
  width: 20px;
  height: 28px;
  background: #242424;
}

.service-visual-renovation::before {
  left: 18px;
  top: 18px;
  width: 42px;
  height: 42px;
  border: 8px solid var(--gold, #b78645);
  border-right-color: transparent;
  transform: rotate(28deg);
}

.service-visual-renovation::after {
  right: 14px;
  bottom: 14px;
  width: 28px;
  height: 8px;
  background: #242424;
  transform: rotate(-42deg);
}

.service-visual-kitchen::before {
  left: 15px;
  top: 18px;
  width: 46px;
  height: 32px;
  background: linear-gradient(90deg, #242424 0 33%, var(--gold, #b78645) 33% 66%, #242424 66%);
}

.service-visual-kitchen::after {
  left: 19px;
  bottom: 17px;
  width: 38px;
  height: 8px;
  background: rgba(183,134,69,.42);
}

.service-visual-visualization::before {
  left: 17px;
  top: 17px;
  width: 42px;
  height: 42px;
  border: 3px solid #242424;
  transform: rotate(45deg);
}

.service-visual-visualization::after {
  left: 29px;
  top: 29px;
  width: 18px;
  height: 18px;
  background: var(--gold, #b78645);
  transform: rotate(45deg);
}

.service-visual-storage::before {
  left: 17px;
  top: 15px;
  width: 42px;
  height: 48px;
  background: linear-gradient(90deg, #242424 0 48%, rgba(255,255,255,.18) 48% 52%, var(--gold, #b78645) 52%);
}

.service-visual-storage::after {
  left: 36px;
  top: 19px;
  width: 4px;
  height: 40px;
  background: rgba(255,255,255,.62);
}

.global-orbit {
  position: relative;
  min-height: 300px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at center, rgba(183,134,69,.3), transparent 23%),
    radial-gradient(circle at 28% 22%, rgba(255,255,255,.16), transparent 18%),
    linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.03));
  overflow: hidden;
}

.global-showcase {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(0,0,0,.24);
}

.global-showcase img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.global-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.78));
}

.global-showcase-card {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 14px;
  padding: 14px;
  color: #fff;
  background: rgba(20,20,20,.52);
  backdrop-filter: blur(14px);
}

.global-showcase-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
}

.global-showcase-card span {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 700;
}

.global-orbit::before {
  content: "";
  position: absolute;
  inset: 34px;
  border: 1px dashed rgba(255,255,255,.28);
  border-radius: 50%;
  animation: orbitSpin 18s linear infinite;
}

.orbit-core {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border-radius: 50%;
  color: #171717;
  background: var(--gold, #b78645);
  box-shadow: 0 22px 48px rgba(0,0,0,.28);
  font-size: 28px;
  font-weight: 950;
  transform: translate(-50%, -50%);
}

.orbit-node {
  position: absolute;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(12px);
  font-weight: 950;
}

.node-a { left: 18%; top: 18%; }
.node-b { right: 15%; top: 27%; }
.node-c { left: 40%; bottom: 14%; }

.orbit-line {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.36), transparent);
}

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

.blog-section {
  background:
    linear-gradient(180deg, rgba(23,23,23,.04), transparent),
    #fbf8f2;
}

.blog-grid {
  display: grid;
  gap: 12px;
}

.blog-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line, #e7e1d8);
  border-radius: 16px;
  padding: 18px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 16px 42px rgba(20,20,20,.06);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.blog-card::before {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183,134,69,.16), transparent 68%);
}

.blog-card:hover {
  transform: translateY(-5px);
  border-color: rgba(183,134,69,.42);
  box-shadow: 0 24px 58px rgba(20,20,20,.1);
}

.blog-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--gold, #b78645);
  font-size: 12px;
  font-weight: 950;
}

.blog-card h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.18;
}

.blog-card p {
  margin-bottom: 16px;
  color: var(--muted, #68645d);
  font-size: 14px;
}

.blog-card a {
  color: var(--ink, #151515);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.scroll-progress {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--gold, #b78645), #6f8a6b, #c96b48);
  transform: scaleX(0);
  transform-origin: left;
}

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 78px;
  z-index: 80;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  color: #fff;
  background: rgba(20,20,20,.86);
  box-shadow: 0 18px 42px rgba(20,20,20,.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .22s ease, transform .22s ease, background .22s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--gold, #b78645);
}

.back-to-top span {
  width: 11px;
  height: 11px;
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: translateY(3px) rotate(45deg);
}

.stats-band {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 8vw, 92px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 22% 28%, rgba(183,134,69,.28), transparent 28%),
    radial-gradient(circle at 78% 60%, rgba(104,120,104,.26), transparent 26%),
    #121212;
  isolation: isolate;
}

.stats-band::before,
.stats-band::after {
  content: "";
  position: absolute;
  inset: -30%;
  z-index: -1;
  opacity: .36;
  background:
    repeating-radial-gradient(circle at 24% 34%, transparent 0 16px, rgba(255,255,255,.11) 17px 19px, transparent 20px 34px),
    repeating-linear-gradient(135deg, transparent 0 11px, rgba(255,255,255,.08) 12px 13px, transparent 14px 25px);
  animation: artDrift 24s linear infinite;
}

.stats-band::after {
  opacity: .2;
  transform: rotate(8deg);
  animation-duration: 34s;
  animation-direction: reverse;
}

.stats-watermark {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  color: rgba(255,255,255,.045);
  font-size: clamp(82px, 18vw, 260px);
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.stats-grid {
  display: grid;
  gap: 18px;
}

.stat-item {
  display: grid;
  min-height: 150px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  padding: 22px;
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 56px rgba(0,0,0,.22);
}

.stat-item strong {
  color: #fff;
  font-size: clamp(42px, 8vw, 68px);
  line-height: .9;
  font-weight: 950;
}

.stat-item span {
  color: rgba(255,255,255,.8);
  font-size: 15px;
  font-weight: 900;
}

@keyframes artDrift {
  to { transform: translate3d(8%, 6%, 0) rotate(7deg); }
}

@media (min-width: 760px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 1100px) {
  .blog-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .global-orbit {
    min-height: 240px;
  }

  .global-showcase,
  .global-showcase img {
    min-height: 240px;
  }

  .orbit-core {
    width: 72px;
    height: 72px;
    font-size: 22px;
  }

  .orbit-node {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Full-bleed premium homepage hero */
.site-logo {
  gap: 12px;
}

.site-logo-mark {
  width: 82px;
  height: 52px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 10px 18px rgba(20, 20, 20, .12));
}

.site-logo-text strong {
  font-size: 21px;
  font-weight: 950;
  letter-spacing: .02em;
}

.site-logo-text span {
  color: var(--gold, #b78645);
  font-size: 10px;
  letter-spacing: .08em;
}

.footer-logo img {
  border-radius: 0;
  padding: 0;
  background: transparent;
}

body:has(.hero-carousel) .hero {
  position: relative;
  min-height: clamp(640px, 86vh, 820px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 0;
  color: #fff;
  background: #171717;
  isolation: isolate;
}

body:has(.hero-carousel) .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, .82) 0%, rgba(10, 10, 10, .58) 42%, rgba(10, 10, 10, .18) 75%, rgba(10, 10, 10, .42) 100%),
    linear-gradient(180deg, rgba(10, 10, 10, .42) 0%, rgba(10, 10, 10, .06) 42%, rgba(10, 10, 10, .72) 100%);
}

body:has(.hero-carousel) .hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  height: 160px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, var(--paper, #fbf8f2));
}

body:has(.hero-carousel) .hero-grid {
  position: relative;
  z-index: 4;
  display: block;
  width: min(var(--max, 1180px), calc(100% - 32px));
  min-height: auto;
  padding: clamp(96px, 14vh, 150px) 0 clamp(72px, 11vh, 118px);
}

body:has(.hero-carousel) .hero-grid > .reveal:first-child {
  max-width: 760px;
}

body:has(.hero-carousel) .hero .eyebrow {
  color: rgba(255, 255, 255, .86);
}

body:has(.hero-carousel) .hero h1 {
  max-width: 880px;
  color: #fff;
  text-shadow: 0 18px 44px rgba(0, 0, 0, .32);
}

body:has(.hero-carousel) .hero .lead {
  max-width: 680px;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(17px, 2vw, 21px);
}

body:has(.hero-carousel) .hero .hero-actions .btn-light {
  color: #fff;
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(12px);
}

body:has(.hero-carousel) .hero .trust-row {
  max-width: 740px;
}

body:has(.hero-carousel) .hero .metric {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(14px);
}

body:has(.hero-carousel) .hero .metric strong {
  color: #fff;
}

body:has(.hero-carousel) .hero .metric span {
  color: rgba(255, 255, 255, .74);
}

body:has(.hero-carousel) .hero-carousel {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

body:has(.hero-carousel) .hero-carousel::after {
  display: none;
}

body:has(.hero-carousel) .carousel-slide img {
  object-position: center;
}

body:has(.hero-carousel) .carousel-slide figcaption {
  left: auto;
  right: clamp(18px, 5vw, 72px);
  bottom: clamp(26px, 7vh, 72px);
  max-width: 360px;
  border-radius: 14px;
  color: rgba(255, 255, 255, .92);
  background: rgba(15, 15, 15, .46);
}

body:has(.hero-carousel) .carousel-dots {
  right: clamp(18px, 5vw, 72px);
  bottom: clamp(18px, 4vh, 38px);
}

.premium-strip {
  position: relative;
  display: grid;
  gap: 14px;
  overflow: hidden;
  border: 1px solid var(--line, #e7e1d8);
  border-radius: 18px;
  padding: clamp(18px, 4vw, 30px);
  background:
    linear-gradient(135deg, rgba(183, 134, 69, .13), rgba(255,255,255,.82) 45%, rgba(104,120,104,.12)),
    #fff;
  box-shadow: 0 22px 56px rgba(20, 20, 20, .08);
}

.premium-strip::before {
  content: "";
  position: absolute;
  inset: -45%;
  pointer-events: none;
  opacity: .45;
  background:
    linear-gradient(90deg, rgba(183,134,69,.14) 1px, transparent 1px),
    linear-gradient(180deg, rgba(104,120,104,.12) 1px, transparent 1px),
    radial-gradient(circle at 40% 40%, rgba(183,134,69,.18), transparent 28%);
  background-size: 42px 42px, 42px 42px, auto;
  animation: planDrift 30s linear infinite;
}

.premium-strip > * {
  position: relative;
}

.premium-strip-grid {
  display: grid;
  gap: 12px;
}

.premium-strip-card {
  display: block;
  border: 1px solid rgba(20, 20, 20, .08);
  border-radius: 12px;
  padding: 16px;
  color: var(--ink, #151515);
  background: rgba(255, 255, 255, .78);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.premium-strip-card:hover {
  transform: translateY(-4px);
  border-color: rgba(183, 134, 69, .42);
  box-shadow: 0 18px 40px rgba(20, 20, 20, .08);
}

.premium-strip-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.premium-strip-card span {
  color: var(--muted, #68645d);
  font-size: 14px;
}

.art-studio-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(183,134,69,.12), transparent 28%),
    radial-gradient(circle at 78% 72%, rgba(91,117,112,.14), transparent 30%),
    linear-gradient(180deg, #f7f1e8, #fbf8f2);
}

.art-studio-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .42;
  background:
    linear-gradient(120deg, transparent 0 44%, rgba(183,134,69,.12) 45% 46%, transparent 47%),
    radial-gradient(circle at 50% 50%, rgba(20,20,20,.08) 1px, transparent 2px);
  background-size: 96px 96px, 28px 28px;
  animation: artFlow 28s linear infinite;
}

.art-grid {
  position: relative;
  display: grid;
  gap: 14px;
}

.art-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(20,20,20,.08);
  border-radius: 22px;
  padding: 22px;
  color: #fff;
  background: #151515;
  box-shadow: 0 24px 62px rgba(20,20,20,.12);
  isolation: isolate;
  transition: transform .28s ease, box-shadow .28s ease;
}

.art-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 80px rgba(20,20,20,.18);
}

.art-card::before,
.art-card::after {
  content: "";
  position: absolute;
  inset: -28%;
  z-index: -1;
  opacity: .62;
  animation: serviceArtMove 20s linear infinite;
}

.art-card::after {
  opacity: .32;
  animation-duration: 32s;
  animation-direction: reverse;
}

.art-card small {
  position: relative;
  z-index: 2;
  color: rgba(255,255,255,.7);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.art-card h3 {
  position: relative;
  z-index: 2;
  max-width: 260px;
  margin: 92px 0 10px;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.art-card p {
  position: relative;
  z-index: 2;
  max-width: 290px;
  margin: 0;
  color: rgba(255,255,255,.76);
  font-weight: 700;
}

.art-icon {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2;
  display: block;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 20px;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(12px);
}

.art-construction {
  background: linear-gradient(135deg, #161616, #2d2419);
}

.art-construction::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(135deg, rgba(183,134,69,.42), transparent 44%);
  background-size: 34px 34px, 34px 34px, auto;
}

.art-construction::after {
  background:
    repeating-linear-gradient(135deg, transparent 0 18px, rgba(183,134,69,.35) 19px 21px, transparent 22px 38px);
}

.art-construction .art-icon::before {
  content: "";
  position: absolute;
  left: 17px;
  bottom: 18px;
  width: 38px;
  height: 31px;
  background: #fff;
  clip-path: polygon(50% 0, 100% 38%, 100% 100%, 0 100%, 0 38%);
}

.art-interior {
  background: linear-gradient(135deg, #18201a, #4e3d27);
}

.art-interior::before {
  background:
    radial-gradient(circle at 30% 30%, rgba(183,134,69,.48), transparent 20%),
    radial-gradient(circle at 72% 65%, rgba(105,137,100,.44), transparent 22%),
    repeating-radial-gradient(circle at 50% 50%, transparent 0 24px, rgba(255,255,255,.12) 25px 27px, transparent 28px 46px);
}

.art-interior::after {
  background:
    repeating-linear-gradient(90deg, transparent 0 22px, rgba(255,255,255,.1) 23px 25px, transparent 26px 48px);
}

.art-interior .art-icon::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 7px solid #fff;
  border-top-width: 14px;
}

.art-renovation {
  background: linear-gradient(135deg, #2f231d, #5b3428);
}

.art-renovation::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.16) 0 49%, rgba(183,134,69,.42) 50% 51%, rgba(255,255,255,.08) 52%),
    repeating-linear-gradient(135deg, transparent 0 16px, rgba(255,255,255,.12) 17px 18px, transparent 19px 34px);
}

.art-renovation::after {
  background: radial-gradient(circle at 66% 45%, rgba(255,255,255,.18), transparent 24%);
}

.art-renovation .art-icon::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 36px;
  height: 36px;
  border: 7px solid #fff;
  border-right-color: transparent;
  transform: rotate(24deg);
}

.art-global {
  background: linear-gradient(135deg, #101820, #1a2730);
}

.art-global::before {
  background:
    radial-gradient(circle at 20% 25%, rgba(183,134,69,.42), transparent 18%),
    radial-gradient(circle at 78% 70%, rgba(83,132,145,.42), transparent 22%),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.12) 1px, transparent 2px);
  background-size: auto, auto, 24px 24px;
}

.art-global::after {
  background:
    repeating-linear-gradient(35deg, transparent 0 18px, rgba(255,255,255,.1) 19px 20px, transparent 21px 42px),
    repeating-linear-gradient(145deg, transparent 0 30px, rgba(183,134,69,.16) 31px 32px, transparent 33px 58px);
}

.art-global .art-icon::before,
.art-global .art-icon::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.art-global .art-icon::before {
  inset: 16px;
  border: 2px solid #fff;
}

.art-global .art-icon::after {
  left: 31px;
  top: 31px;
  width: 10px;
  height: 10px;
  background: var(--gold, #b78645);
  box-shadow: -17px -8px 0 rgba(255,255,255,.75), 18px 8px 0 rgba(255,255,255,.75);
}

@keyframes serviceArtMove {
  to { transform: translate3d(7%, 5%, 0) rotate(8deg); }
}

@keyframes artFlow {
  to { background-position: 220px 120px, 80px 80px; }
}

@keyframes planDrift {
  to { transform: translate3d(7%, 5%, 0) rotate(4deg); }
}

.section-sage,
.section-dark,
.global-box,
.page-depth-section {
  position: relative;
  overflow: hidden;
}

.section-sage::before,
.section-dark::before,
.global-box::before,
.page-depth-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  background:
    radial-gradient(circle at 20% 18%, rgba(183,134,69,.22), transparent 26%),
    repeating-linear-gradient(120deg, transparent 0 28px, rgba(20,20,20,.08) 29px 30px, transparent 31px 56px);
  background-size: auto, 150px 150px;
  animation: artFlow 38s linear infinite;
}

.section-dark::before {
  opacity: .28;
  background:
    radial-gradient(circle at 16% 26%, rgba(183,134,69,.2), transparent 28%),
    radial-gradient(circle at 78% 68%, rgba(96,124,118,.18), transparent 30%),
    repeating-linear-gradient(120deg, transparent 0 26px, rgba(255,255,255,.08) 27px 28px, transparent 29px 52px);
}

.global-box::before {
  opacity: .18;
  background:
    radial-gradient(circle at 78% 24%, rgba(183,134,69,.24), transparent 28%),
    repeating-linear-gradient(35deg, transparent 0 24px, rgba(255,255,255,.12) 25px 26px, transparent 27px 50px);
}

.section-sage > *,
.section-dark > *,
.global-box > *,
.page-depth-section > * {
  position: relative;
}

@media (min-width: 900px) {
  .site-logo-mark {
    width: 96px;
    height: 58px;
  }

  .premium-strip-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

@media (max-width: 720px) {
  body:has(.hero-carousel) .hero {
    min-height: min(680px, 82svh);
  }

  body:has(.hero-carousel) .hero::before {
    background:
      linear-gradient(180deg, rgba(10, 10, 10, .72), rgba(10, 10, 10, .46) 48%, rgba(10, 10, 10, .82)),
      linear-gradient(90deg, rgba(10, 10, 10, .42), rgba(10, 10, 10, .18));
  }

  body:has(.hero-carousel) .hero-grid {
    width: min(var(--max, 1180px), calc(100% - 32px));
    padding: 76px 0 52px;
  }

  body:has(.hero-carousel) .hero h1 {
    font-size: clamp(32px, 9.4vw, 44px);
    margin-bottom: 12px;
  }

  body:has(.hero-carousel) .hero .lead {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.48;
  }

  body:has(.hero-carousel) .hero .hero-actions {
    gap: 8px;
    margin-bottom: 0;
  }

  body:has(.hero-carousel) .hero .trust-row {
    display: none;
  }

  body:has(.hero-carousel) .hero-carousel {
    min-height: 100%;
  }

  body:has(.hero-carousel) .carousel-slide img {
    object-position: 56% center;
  }

  body:has(.hero-carousel) .carousel-slide:nth-child(1) img {
    object-position: 62% center;
  }

  body:has(.hero-carousel) .carousel-slide:nth-child(2) img,
  body:has(.hero-carousel) .carousel-slide:nth-child(3) img {
    object-position: 55% center;
  }

  body:has(.hero-carousel) .carousel-slide:nth-child(4) img {
    object-position: 52% center;
  }

  body:has(.hero-carousel) .carousel-slide figcaption {
    position: relative;
    display: none;
  }

  body:has(.hero-carousel) .carousel-dots {
    left: 18px;
    right: auto;
    bottom: 22px;
  }

  .site-logo-mark {
    width: 70px;
    height: 46px;
  }

  .site-logo-text strong {
    font-size: 18px;
  }
}

/* Premium navigation, surface and motion upgrade */
.site-menu .mega-menu {
  position: static;
}

.site-menu .mega-panel {
  left: 50%;
  width: min(920px, calc(100vw - 44px));
  grid-template-columns: 1.05fr repeat(3, minmax(0, 1fr));
  gap: 16px;
  border: 1px solid rgba(183, 134, 69, .22);
  border-radius: 24px;
  padding: 18px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,243,234,.94)),
    #fff;
  box-shadow: 0 34px 90px rgba(20,20,20,.18);
}

.site-menu .mega-panel::before {
  content: "";
  position: absolute;
  inset: -45%;
  pointer-events: none;
  opacity: .28;
  background:
    linear-gradient(90deg, rgba(183,134,69,.18) 1px, transparent 1px),
    linear-gradient(180deg, rgba(91,117,112,.12) 1px, transparent 1px),
    radial-gradient(circle at 24% 30%, rgba(183,134,69,.22), transparent 24%);
  background-size: 38px 38px, 38px 38px, auto;
  animation: planDrift 34s linear infinite;
}

.mega-intro,
.mega-col {
  position: relative;
  display: grid;
  align-content: start;
}

.mega-intro {
  min-height: 220px;
  border-radius: 18px;
  padding: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 22% 20%, rgba(183,134,69,.36), transparent 26%),
    repeating-linear-gradient(135deg, transparent 0 18px, rgba(255,255,255,.1) 19px 20px, transparent 21px 38px),
    #171717;
  overflow: hidden;
}

.mega-intro strong {
  max-width: 230px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.mega-intro span {
  align-self: end;
  color: rgba(255,255,255,.74);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.mega-col {
  gap: 6px;
  border-radius: 18px;
  padding: 14px;
  background: rgba(255,255,255,.68);
}

.mega-col small {
  margin-bottom: 6px;
  color: var(--gold, #b78645);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mobile-menu-section {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(183, 134, 69, .16);
  border-radius: 18px;
  padding: 10px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(247,241,232,.86)),
    #fff;
  box-shadow: 0 16px 34px rgba(20,20,20,.06);
}

.mobile-menu-section small {
  color: var(--gold, #b78645);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.service-card,
.project-card,
.process-item,
.cost-item,
details,
.global-box,
.contact-strip,
.premium-strip-card,
.stat-item {
  position: relative;
  overflow: hidden;
  border-color: rgba(183,134,69,.18);
  background:
    radial-gradient(circle at var(--mx, 18%) var(--my, 18%), rgba(255,255,255,.72), transparent 16%),
    linear-gradient(145deg, rgba(255,255,255,.92), rgba(248,243,234,.78)),
    #fff;
  box-shadow: 0 18px 48px rgba(20,20,20,.08);
}

.service-card::before,
.project-card::before,
.process-item::after,
.cost-item::before,
details::before,
.premium-strip-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background:
    linear-gradient(90deg, rgba(183,134,69,.2) 1px, transparent 1px),
    linear-gradient(180deg, rgba(91,117,112,.14) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(135deg, #000, transparent 68%);
  animation: artFlow 42s linear infinite;
}

.service-card:nth-child(2n)::before {
  background:
    repeating-radial-gradient(circle at 38% 34%, transparent 0 24px, rgba(104,120,104,.18) 25px 27px, transparent 28px 48px);
}

.service-card:nth-child(3n)::before {
  background:
    repeating-linear-gradient(135deg, transparent 0 18px, rgba(183,134,69,.2) 19px 20px, transparent 21px 38px);
}

.service-card > *,
.project-card > *,
.process-item > *,
.cost-item > *,
details > *,
.premium-strip-card > * {
  position: relative;
  z-index: 1;
}

.process-item::before,
.step::before {
  display: none !important;
  content: none !important;
}

.step {
  padding-left: 0 !important;
}

@media (min-width: 900px) {
  .step {
    padding-top: 0 !important;
  }
}

.service-card:hover,
.project-card:hover,
.process-item:hover,
.cost-item:hover,
details:hover,
.global-box:hover,
.premium-strip-card:hover {
  border-color: rgba(183,134,69,.38);
  box-shadow: 0 28px 72px rgba(20,20,20,.13);
}

.art-studio-section {
  padding-bottom: clamp(34px, 5vw, 70px);
}

.art-grid {
  align-items: stretch;
}

.art-card {
  border: 0;
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
  box-shadow: none;
}

.art-card::before,
.art-card::after {
  opacity: .74;
}

.art-card h3 {
  margin-top: 82px;
}

.stats-band {
  padding: clamp(46px, 7vw, 84px) 0;
}

.stats-grid {
  align-items: stretch;
}

.stat-item {
  min-height: 128px;
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at var(--mx, 18%) var(--my, 18%), rgba(255,255,255,.18), transparent 22%),
    linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.045)),
    rgba(255,255,255,.06);
}

.stat-item::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .24;
  background:
    linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.1) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(135deg, #000, transparent 72%);
}

.stat-item > * {
  position: relative;
  z-index: 1;
}

/* Clean premium correction pass */
body.menu-open {
  overflow: auto;
}

.mobile-panel.is-open {
  max-height: min(380px, 48dvh);
  overflow-y: auto;
  margin: 0 12px 12px;
  border: 1px solid rgba(183, 134, 69, .18);
  border-radius: 22px;
  padding: 12px 0;
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(248,243,234,.96)),
    #fff;
  box-shadow: 0 24px 58px rgba(20,20,20,.16);
}

.mobile-panel-grid {
  width: min(var(--max, 1180px), calc(100% - 22px));
  gap: 10px;
}

.mobile-menu-section {
  border-radius: 16px;
  padding: 9px;
}

.mobile-menu-section a,
.mobile-panel-grid a {
  min-height: 42px;
  padding: 10px 11px;
  font-size: 13px;
}

.site-menu .mega-panel {
  width: min(980px, calc(100vw - 60px));
  grid-template-columns: 1.1fr repeat(3, minmax(180px, 1fr));
  border-radius: 18px;
  padding: 14px;
  background: #fff;
  backdrop-filter: none;
}

.site-menu .mega-panel::before {
  opacity: .12;
}

.mega-intro {
  min-height: 100%;
  border-radius: 14px;
  padding: 20px;
}

.mega-intro small {
  color: var(--gold, #b78645);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mega-intro strong {
  margin-top: 10px;
  font-size: 22px;
}

.mega-col {
  gap: 5px;
  border: 1px solid rgba(20,20,20,.06);
  border-radius: 14px;
  padding: 12px;
  background: #fbf8f2;
}

.site-menu .mega-col a {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  padding: 10px 11px;
  color: #25221e;
  background: #fff;
}

.site-menu .mega-col a:hover,
.site-menu .mega-col a.is-active {
  color: #151515;
  background: #f0e3d0;
  transform: translateX(0);
}

.service-card,
.project-card,
.cost-item,
details,
.premium-strip-card {
  border-color: rgba(20,20,20,.08);
  background: #fff;
  box-shadow: 0 18px 44px rgba(20,20,20,.08);
}

.service-card::before,
.project-card::before,
.cost-item::before,
details::before,
.premium-strip-card::before,
.process-item::after {
  display: none;
}

.service-card:hover,
.project-card:hover,
.cost-item:hover,
details:hover,
.premium-strip-card:hover {
  border-color: rgba(183,134,69,.32);
  box-shadow: 0 24px 58px rgba(20,20,20,.12);
}

.global-box,
.contact-strip {
  border: 1px solid rgba(183,134,69,.18);
  color: var(--ink, #151515);
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(248,243,234,.9)),
    #fff;
  box-shadow: 0 24px 64px rgba(20,20,20,.1);
}

.global-box p,
.global-box .muted,
.contact-strip p {
  color: var(--muted, #68645d);
}

.global-box .eyebrow,
.contact-strip .eyebrow,
.section-sage .eyebrow {
  color: #544f48;
}

.global-box h2,
.contact-strip h2 {
  color: var(--ink, #151515);
}

.global-box .global-list li {
  color: #2f2b26;
}

.global-box .global-list li::before {
  background: var(--gold, #b78645);
}

.section-dark .process-item {
  border-color: rgba(255,255,255,.14);
  color: #fff;
  background: rgba(255,255,255,.045);
  box-shadow: none;
}

.section-dark .process-item h3 {
  color: #fff;
}

.section-dark .process-item p {
  color: #d4cbbd;
}

.home-form {
  border-color: rgba(20,20,20,.08);
  color: var(--ink, #151515);
  background: #fff;
  backdrop-filter: none;
  box-shadow: 0 18px 48px rgba(20,20,20,.12);
}

.home-form label,
.home-form .eyebrow {
  color: #544f48;
}

.home-form input,
.home-form select,
.home-form textarea {
  border-color: rgba(20,20,20,.12);
  color: #151515;
  background: #fff;
}

.art-studio-section {
  display: none !important;
}

.section-sage::before,
.section-dark::before,
.global-box::before,
.page-depth-section::before,
.premium-strip::before,
body::before {
  animation: none;
}

body:has(.hero-carousel) .reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 720px) {
  .stats-band {
    padding: 34px 0;
  }

  .stats-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-inline: 16px;
    margin-inline: -16px;
  }

  .stats-grid::-webkit-scrollbar {
    display: none;
  }

  .stat-item {
    min-width: 210px;
    min-height: 112px;
    padding: 18px;
    scroll-snap-align: start;
  }

  .stat-item strong {
    font-size: 42px;
  }

  .stat-item span {
    font-size: 13px;
  }

  .mobile-panel.is-open {
    max-height: min(360px, 46dvh);
  }
}

/* Homepage premium refresh */
body:has(.hero-carousel) main {
  animation: homepagePageIn .55s ease both;
}

body:has(.hero-carousel) .hero {
  min-height: clamp(680px, 90vh, 900px);
  background: #111;
}

body:has(.hero-carousel) .hero::before {
  background:
    linear-gradient(90deg, rgba(7, 7, 7, .9) 0%, rgba(7, 7, 7, .7) 42%, rgba(7, 7, 7, .26) 78%, rgba(7, 7, 7, .52) 100%),
    linear-gradient(180deg, rgba(7, 7, 7, .58) 0%, rgba(7, 7, 7, .1) 46%, rgba(7, 7, 7, .78) 100%);
}

body:has(.hero-carousel) .hero-grid {
  padding-top: clamp(82px, 11vh, 128px);
}

body:has(.hero-carousel) .hero-grid > .reveal:first-child {
  max-width: 790px;
  border-left: 1px solid rgba(183, 134, 69, .46);
  padding-left: clamp(18px, 3vw, 34px);
}

body:has(.hero-carousel) .hero .eyebrow {
  color: rgba(255, 255, 255, .92);
  text-shadow: 0 8px 24px rgba(0, 0, 0, .42);
}

body:has(.hero-carousel) .hero h1 {
  font-size: clamp(48px, 7vw, 78px);
  line-height: .94;
  color: #fff;
  text-wrap: balance;
  text-shadow: 0 22px 56px rgba(0, 0, 0, .56);
}

body:has(.hero-carousel) .hero .lead {
  color: rgba(255, 255, 255, .9);
  line-height: 1.5;
  text-shadow: 0 10px 28px rgba(0, 0, 0, .42);
}

body:has(.hero-carousel) .hero .btn {
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .24);
}

body:has(.hero-carousel) .hero .btn-gold {
  color: #17120c;
  background: linear-gradient(135deg, #e6bd76, #b78645);
}

body:has(.hero-carousel) .hero .btn-light {
  background: rgba(255, 255, 255, .14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24), 0 18px 42px rgba(0, 0, 0, .2);
}

body:has(.hero-carousel) .hero .btn:hover,
body:has(.hero-carousel) .contact-strip .btn:hover,
body:has(.hero-carousel) .home-form button:hover {
  transform: translateY(-3px);
}

body:has(.hero-carousel) .hero .metric {
  border-radius: 16px;
  background: rgba(255, 255, 255, .13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 16px 36px rgba(0, 0, 0, .2);
}

body:has(.hero-carousel) .carousel-slide figcaption {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(12, 12, 12, .72);
  box-shadow: 0 22px 58px rgba(0, 0, 0, .32);
}

body:has(.hero-carousel) .premium-strip,
body:has(.hero-carousel) .cost-panel,
body:has(.hero-carousel) .blog-card,
body:has(.hero-carousel) .project-card,
body:has(.hero-carousel) .service-card {
  border-radius: 18px;
  border-color: rgba(183, 134, 69, .18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(248, 243, 234, .9)),
    #fff;
  box-shadow: 0 22px 62px rgba(20, 20, 20, .09);
}

body:has(.hero-carousel) .premium-strip,
body:has(.hero-carousel) .cost-panel {
  border-radius: 24px;
}

body:has(.hero-carousel) .service-card {
  gap: 14px;
  padding: 16px;
}

body:has(.hero-carousel) .service-image,
body:has(.hero-carousel) .project-card img {
  border-radius: 14px;
}

body:has(.hero-carousel) .service-card:hover,
body:has(.hero-carousel) .project-card:hover,
body:has(.hero-carousel) .blog-card:hover,
body:has(.hero-carousel) .cost-item:hover,
body:has(.hero-carousel) .premium-strip-card:hover {
  transform: translateY(-7px);
  border-color: rgba(183, 134, 69, .42);
  box-shadow: 0 30px 78px rgba(20, 20, 20, .14);
}

body:has(.hero-carousel) .stats-band {
  background:
    linear-gradient(135deg, rgba(183, 134, 69, .22), rgba(104, 120, 104, .14) 42%, rgba(18, 18, 18, 0) 74%),
    linear-gradient(180deg, #151515, #101010);
}

body:has(.hero-carousel) .stat-item {
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .055)),
    rgba(255, 255, 255, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 24px 64px rgba(0, 0, 0, .26);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

body:has(.hero-carousel) .stat-item:hover {
  transform: translateY(-6px);
  border-color: rgba(230, 189, 118, .38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 32px 76px rgba(0, 0, 0, .32);
}

body:has(.hero-carousel) .section-sage {
  background:
    linear-gradient(135deg, rgba(232, 236, 226, .98), rgba(251, 248, 242, .92)),
    #e8ece2;
}

body:has(.hero-carousel) .section-head h2,
body:has(.hero-carousel) .feature-band h2,
body:has(.hero-carousel) .contact-strip h2 {
  text-wrap: balance;
}

body:has(.hero-carousel) .chip,
body:has(.hero-carousel) .area-pill {
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

body:has(.hero-carousel) .chip:hover,
body:has(.hero-carousel) .area-pill:hover {
  transform: translateY(-3px);
}

body:has(.hero-carousel) .global-box {
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(245, 239, 229, .94)),
    #fff;
  box-shadow: 0 30px 82px rgba(0, 0, 0, .18);
}

body:has(.hero-carousel) .global-showcase {
  border-radius: 22px;
}

body:has(.hero-carousel) .global-showcase-card {
  background: rgba(13, 13, 13, .78);
}

body:has(.hero-carousel) .contact-strip {
  overflow: hidden;
  border-radius: 28px;
  border-color: rgba(183, 134, 69, .24);
  padding: clamp(22px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(248, 243, 234, .95) 54%, rgba(232, 236, 226, .84)),
    #fff;
  box-shadow: 0 34px 92px rgba(20, 20, 20, .14);
}

body:has(.hero-carousel) .contact-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background:
    linear-gradient(90deg, rgba(183, 134, 69, .1) 1px, transparent 1px),
    linear-gradient(180deg, rgba(104, 120, 104, .08) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(135deg, transparent 36%, #000 100%);
}

body:has(.hero-carousel) .contact-strip > * {
  position: relative;
  z-index: 1;
}

body:has(.hero-carousel) .home-form {
  border-radius: 22px;
  border: 1px solid rgba(183, 134, 69, .26);
  padding: clamp(18px, 3vw, 28px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 252, 247, .94)),
    #fff;
  box-shadow: 0 26px 70px rgba(20, 20, 20, .16);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

body:has(.hero-carousel) .home-form:hover,
body:has(.hero-carousel) .home-form:focus-within {
  transform: translateY(-4px);
  border-color: rgba(183, 134, 69, .48);
  box-shadow: 0 34px 86px rgba(20, 20, 20, .18);
}

body:has(.hero-carousel) .home-form label {
  color: #3e372f;
  font-size: 11px;
  letter-spacing: .08em;
}

body:has(.hero-carousel) .home-form input,
body:has(.hero-carousel) .home-form select,
body:has(.hero-carousel) .home-form textarea {
  border-radius: 14px;
  border-color: rgba(20, 20, 20, .12);
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(20, 20, 20, .03);
}

body:has(.hero-carousel) .home-form input:hover,
body:has(.hero-carousel) .home-form select:hover,
body:has(.hero-carousel) .home-form textarea:hover {
  border-color: rgba(183, 134, 69, .34);
}

body:has(.hero-carousel) .home-form input:focus,
body:has(.hero-carousel) .home-form select:focus,
body:has(.hero-carousel) .home-form textarea:focus {
  border-color: rgba(183, 134, 69, .72);
  box-shadow: 0 0 0 4px rgba(183, 134, 69, .16), inset 0 1px 0 rgba(20, 20, 20, .03);
}

body:has(.hero-carousel) .home-form button {
  min-height: 50px;
  border-radius: 14px;
  color: #fff;
  background:
    linear-gradient(135deg, #242424, #141414);
  box-shadow: 0 18px 42px rgba(20, 20, 20, .22);
}

body:has(.hero-carousel) .contact-actions .btn-light {
  border-color: rgba(183, 134, 69, .24);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 34px rgba(20, 20, 20, .08);
}

body:has(.hero-carousel) .reveal {
  opacity: .94;
  transform: translateY(12px);
  transition: opacity .72s ease, transform .72s cubic-bezier(.2, .7, .2, 1);
}

body:has(.hero-carousel) .reveal.in {
  opacity: 1;
  transform: translateY(0);
}

body:has(.hero-carousel) .hero-carousel,
body:has(.hero-carousel) .feature-image,
body:has(.hero-carousel) .global-showcase {
  animation: homepageFloat 8s ease-in-out infinite;
}

body:has(.hero-carousel) .hero-carousel {
  animation-duration: 12s;
}

@keyframes homepagePageIn {
  from {
    opacity: .96;
  }
  to {
    opacity: 1;
  }
}

@keyframes homepageFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@media (min-width: 900px) {
  body:has(.hero-carousel) .contact-strip {
    grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr);
    align-items: center;
  }

  body:has(.hero-carousel) .contact-actions {
    max-width: 560px;
  }
}

@media (max-width: 720px) {
  body:has(.hero-carousel) .hero {
    min-height: min(760px, 92svh);
  }

  body:has(.hero-carousel) .hero-grid > .reveal:first-child {
    border-left: 0;
    padding-left: 0;
  }

  body:has(.hero-carousel) .hero::before {
    background:
      linear-gradient(180deg, rgba(7, 7, 7, .8), rgba(7, 7, 7, .48) 48%, rgba(7, 7, 7, .84)),
      linear-gradient(90deg, rgba(7, 7, 7, .58), rgba(7, 7, 7, .2));
  }

  body:has(.hero-carousel) .premium-strip,
  body:has(.hero-carousel) .cost-panel,
  body:has(.hero-carousel) .global-box,
  body:has(.hero-carousel) .contact-strip {
    border-radius: 20px;
  }

  body:has(.hero-carousel) .home-form {
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body:has(.hero-carousel) main,
  body:has(.hero-carousel) .hero-carousel,
  body:has(.hero-carousel) .feature-image,
  body:has(.hero-carousel) .global-showcase {
    animation: none;
  }

  body:has(.hero-carousel) .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Homepage hero luxury CTA refinement */
body:has(.hero-carousel) .hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  max-width: 780px;
  margin-top: 26px;
  margin-bottom: 24px;
}

body:has(.hero-carousel) .hero .hero-actions .btn {
  position: relative;
  isolation: isolate;
  min-height: 54px;
  border-radius: 18px;
  padding: 16px 22px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .01em;
  text-shadow: none;
  transform: translateY(0);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease, color .24s ease;
}

body:has(.hero-carousel) .hero .hero-actions .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(120deg, transparent 0 28%, rgba(255, 255, 255, .45) 42%, transparent 58%);
  transform: translateX(-120%);
  transition: opacity .24s ease, transform .58s ease;
}

body:has(.hero-carousel) .hero .hero-actions .btn:hover::before {
  opacity: 1;
  transform: translateX(120%);
}

body:has(.hero-carousel) .hero .hero-actions .btn-gold {
  min-width: 224px;
  border: 1px solid rgba(255, 232, 164, .78);
  color: #17120a;
  background:
    linear-gradient(135deg, #f5d778 0%, #D4AF37 42%, #C9A227 68%, #B8860B 100%);
  box-shadow:
    0 0 0 1px rgba(255, 236, 172, .24) inset,
    0 16px 36px rgba(212, 175, 55, .34),
    0 28px 68px rgba(0, 0, 0, .36);
}

body:has(.hero-carousel) .hero .hero-actions .btn-gold:hover {
  color: #100d08;
  background:
    linear-gradient(135deg, #ffe38a 0%, #D4AF37 36%, #C9A227 68%, #a87405 100%);
  box-shadow:
    0 0 0 1px rgba(255, 241, 192, .38) inset,
    0 0 32px rgba(212, 175, 55, .35),
    0 22px 48px rgba(212, 175, 55, .34),
    0 32px 76px rgba(0, 0, 0, .42);
}

body:has(.hero-carousel) .hero .hero-actions .btn-light {
  min-width: 166px;
  border: 1px solid rgba(212, 175, 55, .68);
  color: #fff6dc;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .055)),
    rgba(16, 14, 11, .38);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .08) inset,
    0 12px 34px rgba(0, 0, 0, .34),
    0 0 24px rgba(212, 175, 55, .14);
  backdrop-filter: blur(18px) saturate(1.25);
}

body:has(.hero-carousel) .hero .hero-actions .btn-light:hover {
  border-color: rgba(245, 215, 120, .9);
  color: #17120a;
  background:
    linear-gradient(135deg, rgba(245, 215, 120, .92), rgba(201, 162, 39, .86)),
    rgba(255, 255, 255, .16);
  box-shadow:
    0 0 0 1px rgba(255, 242, 190, .28) inset,
    0 0 30px rgba(212, 175, 55, .28),
    0 20px 48px rgba(0, 0, 0, .38);
}

body:has(.hero-carousel) .hero .hero-actions .btn:hover {
  transform: translateY(-4px);
}

body:has(.hero-carousel) .hero .hero-actions .btn:focus-visible {
  outline: 3px solid rgba(245, 215, 120, .9);
  outline-offset: 4px;
}

body:has(.hero-carousel) .hero .trust-row {
  gap: 10px;
}

body:has(.hero-carousel) .hero .metric {
  border-color: rgba(212, 175, 55, .28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .06)),
    rgba(17, 14, 10, .24);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .08) inset,
    0 16px 40px rgba(0, 0, 0, .26);
}

body:has(.hero-carousel) .hero .metric strong {
  color: #fff8e4;
}

body:has(.hero-carousel) .hero .metric span {
  color: rgba(255, 246, 220, .82);
}

@media (min-width: 721px) and (max-width: 1024px) {
  body:has(.hero-carousel) .hero {
    min-height: 820px;
  }

  body:has(.hero-carousel) .hero h1 {
    font-size: clamp(54px, 8vw, 76px);
  }

  body:has(.hero-carousel) .hero .hero-actions .btn-gold {
    flex: 1 1 100%;
  }

  body:has(.hero-carousel) .hero .hero-actions .btn-light {
    flex: 1 1 calc(50% - 8px);
  }
}

@media (max-width: 720px) {
  body:has(.hero-carousel) .hero {
    min-height: auto;
  }

  body:has(.hero-carousel) .hero-grid {
    padding: 92px 0 46px;
  }

  body:has(.hero-carousel) .hero h1 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: .98;
  }

  body:has(.hero-carousel) .hero .lead {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.52;
  }

  body:has(.hero-carousel) .hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 18px;
  }

  body:has(.hero-carousel) .hero .hero-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding: 15px 16px;
    border-radius: 16px;
    white-space: normal;
  }

  body:has(.hero-carousel) .hero .trust-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body:has(.hero-carousel) .hero .metric {
    min-height: auto;
    padding: 11px 12px;
  }

  body:has(.hero-carousel) .hero .metric strong {
    font-size: 16px;
  }

  body:has(.hero-carousel) .hero .metric span {
    font-size: 11px;
  }
}

@media (max-width: 380px) {
  body:has(.hero-carousel) .hero-grid {
    width: min(var(--max, 1180px), calc(100% - 24px));
    padding-top: 78px;
  }

  body:has(.hero-carousel) .hero h1 {
    font-size: clamp(31px, 9.5vw, 38px);
  }
}

/* Homepage mobile stats card layout fix */
@media (max-width: 720px) {
  body:has(.hero-carousel) .stats-band {
    padding: 38px 0;
    overflow: hidden;
  }

  body:has(.hero-carousel) .stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 14px;
    width: calc(100vw - 32px);
    max-width: 390px;
    margin-inline: auto;
    padding-inline: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  body:has(.hero-carousel) .stats-grid::-webkit-scrollbar {
    display: none;
  }

  body:has(.hero-carousel) .stat-item {
    width: min(310px, 100%);
    min-width: 0;
    max-width: 310px;
    min-height: 118px;
    padding: 20px 18px;
    scroll-snap-align: none;
  }

  body:has(.hero-carousel) .stat-item strong {
    font-size: clamp(36px, 12vw, 48px);
    line-height: .92;
  }

  body:has(.hero-carousel) .stat-item span {
    max-width: 100%;
    margin-top: 6px;
    font-size: clamp(12px, 3.6vw, 14px);
    line-height: 1.25;
    text-align: center;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 340px) {
  body:has(.hero-carousel) .stats-grid {
    width: calc(100% - 32px);
  }

  body:has(.hero-carousel) .stat-item {
    width: 100%;
    padding: 18px 16px;
  }
}

/* Homepage local SEO service-area section */
body:has(.hero-carousel) .service-area-section {
  background:
    radial-gradient(circle at 18% 18%, rgba(212, 175, 55, .2), transparent 30%),
    radial-gradient(circle at 86% 62%, rgba(104, 120, 104, .18), transparent 28%),
    linear-gradient(180deg, #171717, #101010);
}

body:has(.hero-carousel) .service-area-section .eyebrow {
  color: rgba(245, 215, 120, .92);
}

body:has(.hero-carousel) .service-area-section h2,
body:has(.hero-carousel) .service-area-section h3 {
  color: #fff;
}

body:has(.hero-carousel) .service-area-layout {
  display: grid;
  gap: 18px;
  align-items: stretch;
}

body:has(.hero-carousel) .area-feature,
body:has(.hero-carousel) .area-card,
body:has(.hero-carousel) .local-seo-copy {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, .22);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .045)),
    rgba(255, 255, 255, .045);
  box-shadow: 0 28px 72px rgba(0, 0, 0, .24);
}

body:has(.hero-carousel) .area-feature::before,
body:has(.hero-carousel) .area-card::before,
body:has(.hero-carousel) .local-seo-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  background:
    linear-gradient(90deg, rgba(212, 175, 55, .18) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .09) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(135deg, #000, transparent 72%);
}

body:has(.hero-carousel) .area-feature {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 100%;
  padding: clamp(22px, 4vw, 34px);
}

body:has(.hero-carousel) .area-feature > *,
body:has(.hero-carousel) .area-card > *,
body:has(.hero-carousel) .local-seo-copy {
  position: relative;
  z-index: 1;
}

body:has(.hero-carousel) .area-marker,
body:has(.hero-carousel) .area-card-icon {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(245, 215, 120, .42);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(245, 215, 120, .2), rgba(184, 134, 11, .08)),
    rgba(255, 255, 255, .06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 16px 34px rgba(0, 0, 0, .2);
}

body:has(.hero-carousel) .area-marker::before,
body:has(.hero-carousel) .area-card-icon::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 3px solid #D4AF37;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 0 18px rgba(212, 175, 55, .45);
}

body:has(.hero-carousel) .area-feature h3 {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(25px, 4vw, 40px);
  line-height: 1;
  text-wrap: balance;
}

body:has(.hero-carousel) .area-feature p,
body:has(.hero-carousel) .area-card p,
body:has(.hero-carousel) .local-seo-copy {
  margin-bottom: 0;
  color: rgba(248, 243, 234, .82);
}

body:has(.hero-carousel) .area-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

body:has(.hero-carousel) .area-service-tags span {
  border: 1px solid rgba(212, 175, 55, .28);
  border-radius: 999px;
  padding: 8px 11px;
  color: #fff6dc;
  background: rgba(255, 255, 255, .065);
  font-size: 12px;
  font-weight: 850;
}

body:has(.hero-carousel) .area-card-grid {
  display: grid;
  gap: 14px;
}

body:has(.hero-carousel) .area-card {
  display: grid;
  gap: 10px;
  min-height: 230px;
  padding: 20px;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease;
}

body:has(.hero-carousel) .area-card:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 215, 120, .5);
  background:
    linear-gradient(145deg, rgba(212, 175, 55, .16), rgba(255, 255, 255, .06)),
    rgba(255, 255, 255, .055);
  box-shadow: 0 34px 84px rgba(0, 0, 0, .32);
}

body:has(.hero-carousel) .area-card small {
  color: #D4AF37;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body:has(.hero-carousel) .area-card h3 {
  margin-bottom: 0;
  font-size: clamp(20px, 2.5vw, 25px);
  line-height: 1.08;
}

body:has(.hero-carousel) .area-card p {
  font-size: 14px;
  line-height: 1.55;
}

body:has(.hero-carousel) .local-seo-copy {
  margin-top: 18px;
  padding: clamp(18px, 3vw, 24px);
  font-size: 15px;
  line-height: 1.65;
}

@media (min-width: 900px) {
  body:has(.hero-carousel) .service-area-layout {
    grid-template-columns: minmax(300px, .92fr) minmax(0, 1.45fr);
  }

  body:has(.hero-carousel) .area-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body:has(.hero-carousel) .area-feature,
  body:has(.hero-carousel) .area-card,
  body:has(.hero-carousel) .local-seo-copy {
    border-radius: 18px;
  }

  body:has(.hero-carousel) .area-feature {
    padding: 20px;
  }

  body:has(.hero-carousel) .area-card {
    min-height: auto;
    padding: 18px;
  }

  body:has(.hero-carousel) .area-service-tags span {
    font-size: 11px;
  }
}

/* Premium black-gold floating header */
.topbar {
  position: fixed;
  inset: 14px 0 auto;
  z-index: 120;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transition: inset .28s ease, transform .28s ease;
}

.site-nav {
  min-height: 76px;
  border: 1px solid rgba(212, 175, 55, .32);
  border-radius: 28px;
  padding: 8px 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025)),
    rgba(17, 17, 17, .86);
  backdrop-filter: blur(22px) saturate(1.2);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .06) inset,
    0 18px 48px rgba(0, 0, 0, .36),
    0 0 42px rgba(212, 175, 55, .13);
  transition: min-height .28s ease, padding .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease;
}

.topbar.is-scrolled {
  inset-top: 8px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.topbar.is-scrolled .site-nav {
  min-height: 64px;
  padding: 6px 10px;
  border-color: rgba(212, 175, 55, .46);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .02)),
    rgba(17, 17, 17, .92);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, .07) inset,
    0 16px 44px rgba(0, 0, 0, .42),
    0 0 34px rgba(212, 175, 55, .16);
}

.site-logo {
  gap: 11px;
}

.site-logo-mark {
  width: 74px;
  height: 48px;
  border-radius: 14px;
  padding: 4px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .3), 0 0 20px rgba(212, 175, 55, .18);
  transition: width .28s ease, height .28s ease, transform .24s ease, box-shadow .24s ease;
}

.topbar.is-scrolled .site-logo-mark {
  width: 64px;
  height: 42px;
}

.site-logo:hover .site-logo-mark {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .34), 0 0 28px rgba(212, 175, 55, .24);
}

.site-logo-text strong {
  color: #fff;
  font-size: 19px;
  letter-spacing: .03em;
}

.site-logo-text span {
  color: #D4AF37;
  font-size: 10px;
  letter-spacing: .1em;
}

.site-menu {
  gap: 8px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
}

.site-menu a {
  position: relative;
  min-height: 40px;
  border-radius: 999px;
  padding: 10px 14px;
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .01em;
  transition: color .22s ease, background .22s ease, transform .22s ease;
}

.site-menu a::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 7px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
  opacity: 0;
  transform: scaleX(.25);
  transition: opacity .22s ease, transform .22s ease;
}

.site-menu a:hover,
.site-menu a.is-active {
  color: #fff6dc;
  background: rgba(212, 175, 55, .13);
  transform: translateY(-1px);
}

.site-menu a:hover::after,
.site-menu a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-actions .btn,
.site-actions .btn-dark {
  min-height: 46px;
  border: 1px solid rgba(255, 232, 164, .72);
  border-radius: 999px;
  padding: 13px 19px;
  color: #161108;
  background:
    linear-gradient(135deg, #f5d778 0%, #D4AF37 42%, #C9A227 70%, #B8860B 100%);
  box-shadow:
    0 0 0 1px rgba(255, 245, 198, .24) inset,
    0 14px 34px rgba(212, 175, 55, .25),
    0 16px 38px rgba(0, 0, 0, .28);
  font-weight: 950;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.site-actions .btn:hover,
.site-actions .btn-dark:hover {
  transform: translateY(-3px);
  filter: saturate(1.08);
  box-shadow:
    0 0 0 1px rgba(255, 245, 198, .34) inset,
    0 0 30px rgba(212, 175, 55, .28),
    0 22px 48px rgba(0, 0, 0, .34);
}

.site-menu-toggle {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border: 1px solid rgba(212, 175, 55, .44);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .03)),
    #111;
  color: #fff6dc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 14px 34px rgba(0, 0, 0, .28);
}

.site-menu-toggle:hover {
  background:
    linear-gradient(135deg, rgba(212, 175, 55, .18), rgba(255, 255, 255, .04)),
    #111;
}

.mobile-panel {
  position: fixed;
  left: 16px;
  right: 16px;
  top: 96px;
  z-index: 119;
  display: block;
  max-height: 0;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, .26);
  border-radius: 24px;
  padding: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025)),
    rgba(17, 17, 17, .96);
  backdrop-filter: blur(22px) saturate(1.18);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .44), 0 0 34px rgba(212, 175, 55, .12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px) scale(.98);
  transition: max-height .34s ease, opacity .24s ease, transform .28s ease, visibility .24s ease, padding .28s ease;
}

.mobile-panel.is-open {
  max-height: min(430px, calc(100dvh - 116px));
  overflow-y: hidden;
  padding: 14px 0 16px;
  color: #fff6dc;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .025)),
    rgba(17, 17, 17, .96);
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.mobile-panel.is-open .mobile-menu-section {
  color: #fff6dc;
  background: rgba(255, 255, 255, .045);
}

.mobile-panel.is-open .mobile-panel-grid a {
  color: rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .055);
}

.mobile-panel.is-open .mobile-panel-grid a:hover,
.mobile-panel.is-open .mobile-panel-grid a.is-active {
  color: #fff6dc;
  background: rgba(212, 175, 55, .14);
}

.mobile-panel-grid {
  width: min(var(--max, 1180px), calc(100% - 28px));
  gap: 12px;
}

.mobile-panel-title,
.mobile-menu-section small {
  color: #D4AF37;
}

.mobile-menu-section {
  border: 1px solid rgba(212, 175, 55, .18);
  border-radius: 18px;
  padding: 10px;
  background: rgba(255, 255, 255, .045);
  box-shadow: none;
}

.mobile-menu-section a,
.mobile-panel-grid a {
  min-height: 48px;
  border-color: rgba(255, 255, 255, .08);
  border-radius: 14px;
  color: rgba(255, 255, 255, .88);
  background: rgba(255, 255, 255, .055);
  box-shadow: none;
  font-size: 14px;
}

.mobile-panel-grid a::after {
  border-color: #D4AF37;
}

.mobile-menu-section a:hover,
.mobile-panel-grid a:hover,
.mobile-panel-grid a.is-active {
  border-color: rgba(212, 175, 55, .42);
  color: #fff6dc;
  background: rgba(212, 175, 55, .14);
}

body.menu-open {
  overflow: auto;
}

body:has(.hero-carousel) .hero {
  padding-top: 88px;
}

@media (max-width: 899px) {
  .topbar {
    inset-top: 10px;
  }

  .site-nav {
    width: min(var(--max, 1180px), calc(100% - 24px));
    min-height: 66px;
    border-radius: 22px;
    padding: 7px 9px;
  }

  .topbar.is-scrolled .site-nav {
    min-height: 60px;
  }

  .site-logo-mark {
    width: 58px;
    height: 42px;
  }

  .topbar.is-scrolled .site-logo-mark {
    width: 54px;
    height: 38px;
  }

  .site-logo-text strong {
    font-size: 17px;
  }

  .site-logo-text span {
    font-size: 10px;
  }

  .site-actions .btn {
    display: none;
  }

  .site-menu-toggle {
    display: inline-grid;
  }

  .mobile-panel {
    top: 86px;
  }

  body:has(.hero-carousel) .hero {
    padding-top: 76px;
  }
}

@media (max-width: 380px) {
  .site-nav {
    width: min(var(--max, 1180px), calc(100% - 18px));
    border-radius: 20px;
  }

  .site-logo {
    gap: 7px;
  }

  .site-logo-mark {
    width: 50px;
    height: 38px;
  }

  .site-logo-text strong {
    font-size: 15px;
  }

  .site-logo-text span {
    font-size: 8px;
  }

  .site-menu-toggle {
    width: 44px;
    min-width: 44px;
    height: 44px;
  }
}

/* Transparent luxury architecture-style header */
.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 130;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transition: background .32s ease, box-shadow .32s ease, backdrop-filter .32s ease, padding .32s ease;
}

.site-nav {
  min-height: 86px;
  border: 0;
  border-radius: 0;
  padding: 14px 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  transition: min-height .32s ease, padding .32s ease;
}

.topbar.is-scrolled {
  inset: 0 0 auto;
  background:
    linear-gradient(180deg, rgba(17, 17, 17, .82), rgba(17, 17, 17, .64));
  backdrop-filter: blur(18px) saturate(1.16);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .28);
}

.topbar.is-scrolled::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, .42), transparent);
}

.topbar.is-scrolled .site-nav {
  min-height: 68px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.site-logo {
  gap: 12px;
  min-width: 230px;
}

.site-logo-mark {
  width: 66px;
  height: 48px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, .42));
  transition: width .28s ease, height .28s ease, transform .22s ease, filter .22s ease;
}

.topbar.is-scrolled .site-logo-mark {
  width: 58px;
  height: 42px;
  background: transparent;
  box-shadow: none;
}

.site-logo:hover .site-logo-mark {
  transform: translateY(-1px);
  box-shadow: none;
  filter: drop-shadow(0 14px 26px rgba(0, 0, 0, .48)) drop-shadow(0 0 12px rgba(212, 175, 55, .16));
}

.site-logo-text {
  gap: 3px;
}

.site-logo-text strong {
  color: #fff;
  font-size: 20px;
  line-height: .95;
  font-weight: 950;
  letter-spacing: .055em;
  text-shadow: 0 10px 24px rgba(0, 0, 0, .4);
}

.site-logo-text span {
  color: rgba(212, 175, 55, .92);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
  text-shadow: 0 8px 20px rgba(0, 0, 0, .36);
}

.site-menu {
  gap: 28px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.site-menu a {
  min-height: 34px;
  border-radius: 0;
  padding: 8px 0;
  color: rgba(255, 255, 255, .86);
  background: transparent;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .04em;
  text-shadow: 0 8px 20px rgba(0, 0, 0, .36);
}

.site-menu a::after {
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  background: #D4AF37;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
}

.site-menu a:hover,
.site-menu a.is-active {
  color: #fff6dc;
  background: transparent;
  transform: translateY(-1px);
}

.site-menu a:hover::after,
.site-menu a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-actions .btn,
.site-actions .btn-dark {
  min-height: 42px;
  border: 1px solid rgba(212, 175, 55, .62);
  border-radius: 999px;
  padding: 11px 17px;
  color: #17120a;
  background: linear-gradient(135deg, #f1d478, #D4AF37 52%, #B8860B);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .28), 0 0 22px rgba(212, 175, 55, .16);
  font-size: 13px;
  font-weight: 950;
}

.site-actions .btn:hover,
.site-actions .btn-dark:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .32), 0 0 26px rgba(212, 175, 55, .24);
}

.site-menu-toggle {
  width: 46px;
  min-width: 46px;
  height: 46px;
  border: 1px solid rgba(212, 175, 55, .48);
  border-radius: 999px;
  background: rgba(17, 17, 17, .42);
  color: #fff6dc;
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .28);
}

.topbar.is-scrolled .site-menu-toggle {
  background: rgba(17, 17, 17, .72);
}

.mobile-panel {
  top: 78px;
  border: 1px solid rgba(212, 175, 55, .22);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(17, 17, 17, .96), rgba(17, 17, 17, .9));
  backdrop-filter: blur(18px) saturate(1.12);
  box-shadow: 0 22px 58px rgba(0, 0, 0, .4);
}

.mobile-panel.is-open {
  max-height: min(460px, calc(100dvh - 96px));
  background:
    linear-gradient(180deg, rgba(17, 17, 17, .96), rgba(17, 17, 17, .9));
  overflow-y: auto;
}

.mobile-menu-section {
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, .045);
}

.mobile-panel-grid a,
.mobile-panel.is-open .mobile-panel-grid a {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  border-radius: 0;
  color: rgba(255, 255, 255, .9);
  background: transparent;
}

.mobile-panel-grid a:last-child {
  border-bottom: 0;
}

.mobile-panel-grid a:hover,
.mobile-panel-grid a.is-active,
.mobile-panel.is-open .mobile-panel-grid a:hover,
.mobile-panel.is-open .mobile-panel-grid a.is-active {
  color: #D4AF37;
  background: transparent;
}

body:has(.hero-carousel) .hero {
  padding-top: 74px;
}

@media (max-width: 899px) {
  .topbar {
    inset: 0 0 auto;
  }

  .site-nav {
    width: min(var(--max, 1180px), calc(100% - 28px));
    min-height: 76px;
    padding: 12px 0;
    border-radius: 0;
    background: transparent;
  }

  .topbar.is-scrolled .site-nav {
    min-height: 64px;
    padding: 8px 0;
  }

  .site-logo {
    min-width: 0;
    max-width: calc(100% - 58px);
  }

  .site-logo-mark {
    width: 54px;
    height: 40px;
  }

  .topbar.is-scrolled .site-logo-mark {
    width: 50px;
    height: 36px;
  }

  .site-logo-text strong {
    font-size: 18px;
  }

  .site-logo-text span {
    font-size: 9px;
  }

  .site-menu-toggle {
    display: inline-grid;
  }

  .mobile-panel {
    top: 78px;
  }

  body:has(.hero-carousel) .hero {
    padding-top: 70px;
  }
}

@media (max-width: 380px) {
  .site-nav {
    width: min(var(--max, 1180px), calc(100% - 22px));
  }

  .site-logo-mark {
    width: 48px;
    height: 36px;
  }

  .site-logo-text strong {
    font-size: 16px;
  }

  .site-logo-text span {
    font-size: 8px;
    letter-spacing: .1em;
  }
}

/* Final lightweight mobile toggle and hero card contrast pass */
.site-menu-toggle {
  width: 42px;
  min-width: 42px;
  height: 38px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #fff6dc;
  box-shadow: none;
  backdrop-filter: none;
}

.site-menu-toggle:hover,
.topbar.is-scrolled .site-menu-toggle {
  background: transparent;
  box-shadow: none;
}

.site-menu-toggle span {
  width: 25px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fff6dc, #D4AF37);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .32);
  transform-origin: center;
}

.site-menu-toggle span:nth-child(1) {
  transform: translateY(-8px);
}

.site-menu-toggle span:nth-child(2) {
  width: 18px;
  transform: translateX(4px);
}

.site-menu-toggle span:nth-child(3) {
  transform: translateY(8px);
}

.site-menu-toggle.is-open span:nth-child(1) {
  transform: rotate(45deg);
}

.site-menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
  transform: translateX(10px);
}

.site-menu-toggle.is-open span:nth-child(3) {
  transform: rotate(-45deg);
}

body:has(.hero-carousel) .hero .trust-row {
  gap: 12px;
}

body:has(.hero-carousel) .hero .metric {
  border: 1px solid rgba(212, 175, 55, .24);
  background:
    linear-gradient(145deg, rgba(30, 28, 24, .82), rgba(13, 13, 13, .72)),
    rgba(13, 13, 13, .78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .08),
    0 16px 42px rgba(0, 0, 0, .34);
  backdrop-filter: blur(10px) saturate(1.08);
}

body:has(.hero-carousel) .hero .metric::before,
body:has(.hero-carousel) .hero .metric::after {
  display: none;
}

body:has(.hero-carousel) .hero .metric strong {
  color: #fff7df;
  text-shadow: 0 8px 22px rgba(0, 0, 0, .42);
}

body:has(.hero-carousel) .hero .metric span {
  color: rgba(255, 246, 220, .82);
  text-shadow: 0 6px 18px rgba(0, 0, 0, .38);
}

body:has(.hero-carousel) .hero .metric:hover {
  border-color: rgba(212, 175, 55, .42);
  background:
    linear-gradient(145deg, rgba(38, 34, 27, .88), rgba(13, 13, 13, .8)),
    rgba(13, 13, 13, .84);
}

@media (max-width: 720px) {
  .site-menu-toggle {
    width: 38px;
    min-width: 38px;
    height: 36px;
  }

  .site-menu-toggle span {
    width: 23px;
  }

  .site-menu-toggle span:nth-child(2) {
    width: 17px;
  }

  body:has(.hero-carousel) .hero .metric {
    background:
      linear-gradient(145deg, rgba(30, 28, 24, .9), rgba(12, 12, 12, .82)),
      rgba(12, 12, 12, .86);
  }
}

/* Final luxury typography and bare hamburger refinement */
.site-logo-text strong,
.site-menu a,
.site-actions .btn,
.mobile-panel-grid a {
  font-family: "Optima", "Avenir Next", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
}

.site-logo-text strong {
  font-size: 19px;
  font-weight: 760;
  letter-spacing: .095em;
  text-transform: uppercase;
}

.site-logo-text span {
  font-family: "Avenir Next", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .18em;
}

.site-menu a {
  font-size: 13px;
  font-weight: 520;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.site-actions .btn,
.site-actions .btn-dark {
  font-size: 12px;
  font-weight: 720;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.site-menu-toggle,
.site-menu-toggle:hover,
.site-menu-toggle:focus,
.site-menu-toggle:focus-visible,
.site-menu-toggle.is-open,
.topbar.is-scrolled .site-menu-toggle {
  display: inline-grid;
  width: 34px;
  min-width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-right: 2px;
  outline: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.site-menu-toggle span {
  width: 24px;
  height: 1.5px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, .94), rgba(212, 175, 55, .88));
  box-shadow: 0 7px 18px rgba(0, 0, 0, .34);
}

.site-menu-toggle span:nth-child(1) {
  transform: translateY(-7px);
}

.site-menu-toggle span:nth-child(2) {
  width: 19px;
  transform: translateX(2.5px);
}

.site-menu-toggle span:nth-child(3) {
  transform: translateY(7px);
}

.site-menu-toggle.is-open span:nth-child(1) {
  transform: rotate(45deg);
}

.site-menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
  transform: translateX(9px);
}

.site-menu-toggle.is-open span:nth-child(3) {
  transform: rotate(-45deg);
}

.mobile-panel-grid a {
  font-size: 13px;
  font-weight: 540;
  letter-spacing: .06em;
  text-transform: uppercase;
}

@media (max-width: 899px) {
  .site-logo-text strong {
    font-size: 17px;
    letter-spacing: .08em;
  }

  .site-logo-text span {
    font-size: 8.5px;
    letter-spacing: .14em;
  }
}

@media (max-width: 380px) {
  .site-menu-toggle,
  .site-menu-toggle:hover,
  .site-menu-toggle:focus,
  .site-menu-toggle:focus-visible,
  .site-menu-toggle.is-open,
  .topbar.is-scrolled .site-menu-toggle {
    width: 32px;
    min-width: 32px;
  }

  .site-menu-toggle span {
    width: 22px;
  }

  .site-menu-toggle span:nth-child(2) {
    width: 17px;
  }
}

/* Text-only header branding after logo removal */
.site-logo {
  min-width: 190px;
  gap: 0;
  align-items: center;
}

.site-logo-mark {
  display: none;
}

.site-logo-text {
  display: grid;
  gap: 5px;
}

.site-logo-text strong {
  font-size: 21px;
  line-height: .92;
  letter-spacing: .11em;
}

.site-logo-text span {
  font-size: 9.5px;
  letter-spacing: .2em;
}

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

.site-menu {
  justify-content: center;
}

@media (min-width: 900px) {
  .site-nav {
    display: grid;
    align-items: center;
    gap: 24px;
  }

  .site-actions {
    justify-self: end;
  }
}

@media (max-width: 899px) {
  .site-logo {
    min-width: 0;
    max-width: calc(100% - 52px);
  }

  .site-logo-text strong {
    font-size: 19px;
    letter-spacing: .095em;
  }

  .site-logo-text span {
    font-size: 8.5px;
    letter-spacing: .16em;
  }
}

@media (max-width: 380px) {
  .site-logo-text strong {
    font-size: 17px;
    letter-spacing: .08em;
  }

  .site-logo-text span {
    font-size: 7.8px;
    letter-spacing: .12em;
  }
}

/* Luxury gold treatment for the header brand subline */
.site-logo-text span {
  color: #D4AF37;
  background: linear-gradient(90deg, rgba(255, 255, 255, .94), rgba(212, 175, 55, .88));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 14px rgba(212, 175, 55, .24), 0 7px 18px rgba(0, 0, 0, .34);
}

/* Premium footer typography aligned with the header */
.site-footer,
.footer-brand p,
.footer-contact p,
.footer-bottom {
  font-family: "Avenir Next", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
}

.footer-logo strong,
.footer-col h3,
.footer-contact h3,
.footer-col a,
.footer-contact a,
.footer-contact .btn {
  font-family: "Optima", "Avenir Next", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
}

.footer-logo strong {
  color: #fff;
  font-size: 19px;
  line-height: .95;
  font-weight: 760;
  letter-spacing: .095em;
  text-transform: uppercase;
}

.footer-logo span span {
  color: #D4AF37;
  background: linear-gradient(90deg, rgba(255, 255, 255, .94), rgba(212, 175, 55, .88));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Avenir Next", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .18em;
  line-height: 1.3;
  text-shadow: 0 0 14px rgba(212, 175, 55, .2), 0 7px 18px rgba(0, 0, 0, .32);
}

.footer-brand p,
.footer-contact p {
  color: rgba(233, 225, 211, .82);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 430;
  letter-spacing: .01em;
}

.footer-col h3,
.footer-contact h3 {
  color: #fff;
  font-size: 12px;
  font-weight: 720;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-col a,
.footer-contact a {
  color: rgba(233, 225, 211, .82);
  font-size: 13px;
  font-weight: 520;
  letter-spacing: .055em;
}

.footer-col a:hover,
.footer-contact a:hover {
  color: #D4AF37;
}

.footer-contact .btn,
.footer-contact .btn-gold {
  font-size: 12px;
  font-weight: 720;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.footer-bottom {
  color: rgba(212, 203, 189, .72);
  font-size: 12px;
  font-weight: 430;
  letter-spacing: .035em;
}

@media (max-width: 899px) {
  .footer-logo strong {
    font-size: 17px;
    letter-spacing: .08em;
  }

  .footer-logo span span {
    font-size: 8.5px;
    letter-spacing: .14em;
  }
}

/* Projects navigation structure */
.site-menu-group {
  position: relative;
  display: flex;
  align-items: center;
}

.site-submenu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  min-width: 210px;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(212, 175, 55, .24);
  border-radius: 7px;
  padding: 8px;
  background: rgba(15, 15, 15, .94);
  box-shadow: 0 22px 48px rgba(0, 0, 0, .3);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.site-submenu::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 16px;
  content: "";
}

.site-menu-group:hover .site-submenu,
.site-menu-group:focus-within .site-submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.site-submenu a {
  width: 100%;
  justify-content: flex-start;
  border-radius: 5px;
  padding: 10px 11px;
  color: rgba(255, 255, 255, .82);
  white-space: nowrap;
}

.site-submenu a::after {
  display: none;
}

.site-submenu a:hover,
.site-submenu a.is-active {
  color: #111;
  background: #d4af37;
}

@media (max-width: 899px) {
  .site-menu-group,
  .site-submenu {
    display: none;
  }
}

/* Final branding polish: remove browser blue focus styling and align brand text */
.site-logo,
.site-logo:visited,
.site-logo:hover,
.site-logo:focus,
.site-logo:focus-visible,
.footer-logo,
.footer-logo:visited,
.footer-logo:hover,
.footer-logo:focus,
.footer-logo:focus-visible {
  border: 0;
  outline: 0;
  box-shadow: none;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.site-logo *,
.footer-logo * {
  text-decoration: none;
}

.site-logo {
  display: inline-flex;
  align-items: center;
}

.site-logo-text {
  justify-items: start;
  align-content: center;
  gap: 4px;
}

.site-logo-text strong {
  display: block;
  line-height: 1;
}

.site-logo-text span {
  display: block;
  line-height: 1.12;
}

.footer-logo {
  align-items: center;
}

.footer-logo > span {
  display: grid;
  justify-items: start;
  align-content: center;
  gap: 4px;
}

.footer-logo strong {
  display: block;
  line-height: 1;
}

.footer-logo span span {
  display: block;
  margin-top: 0;
  line-height: 1.12;
}

/* Stronger reset for brand links on portfolio pages */
body.portfolio-page .site-logo,
body.portfolio-page .site-logo:link,
body.portfolio-page .site-logo:visited,
body.portfolio-page .site-logo:hover,
body.portfolio-page .site-logo:active,
body.portfolio-page .site-logo:focus,
body.portfolio-page .site-logo:focus-visible,
body.portfolio-page .footer-logo,
body.portfolio-page .footer-logo:link,
body.portfolio-page .footer-logo:visited,
body.portfolio-page .footer-logo:hover,
body.portfolio-page .footer-logo:active,
body.portfolio-page .footer-logo:focus,
body.portfolio-page .footer-logo:focus-visible {
  border: 0 !important;
  border-bottom: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background-color: transparent;
  text-decoration: none !important;
  text-decoration-color: transparent !important;
  text-underline-offset: 0;
  -webkit-tap-highlight-color: transparent;
}

body.portfolio-page .site-logo::before,
body.portfolio-page .site-logo::after,
body.portfolio-page .footer-logo::before,
body.portfolio-page .footer-logo::after {
  display: none !important;
  content: none !important;
}

body.portfolio-page .site-logo-text,
body.portfolio-page .footer-logo > span {
  display: grid;
  gap: 5px;
  justify-items: start;
  align-items: center;
  align-content: center;
}

body.portfolio-page .site-logo-text strong,
body.portfolio-page .footer-logo strong {
  display: block;
  line-height: 1.02;
}

body.portfolio-page .site-logo-text span,
body.portfolio-page .footer-logo span span {
  display: block;
  line-height: 1.16;
}

@media (max-width: 899px) {
  body.portfolio-page .site-logo-text,
  body.portfolio-page .footer-logo > span {
    gap: 4px;
  }
}

/* Final global header clearance: keep first-page content out from behind the fixed brand bar */
body:not(.portfolio-page) .topbar .site-nav {
  box-sizing: border-box;
  width: min(var(--max, 1180px), calc(100% - 40px));
  margin-inline: auto;
}

body:not(.portfolio-page) main > .hero:first-child {
  padding-top: 118px;
}

body:not(.portfolio-page) .site-logo-text {
  gap: 5px;
}

body:not(.portfolio-page) .site-logo-text strong {
  line-height: 1;
}

body:not(.portfolio-page) .site-logo-text span {
  line-height: 1.18;
}

@media (min-width: 900px) {
  body:not(.portfolio-page) main > .hero:first-child {
    padding-top: 132px;
  }
}

@media (max-width: 380px) {
  body:not(.portfolio-page) .topbar .site-nav {
    width: min(var(--max, 1180px), calc(100% - 32px));
  }

  body:not(.portfolio-page) main > .hero:first-child {
    padding-top: 112px;
  }
}

/* Final shared header/menu polish across all pages */
@media (min-width: 900px) {
  .site-menu-toggle,
  .site-menu-toggle:hover,
  .site-menu-toggle:focus,
  .site-menu-toggle:focus-visible,
  .site-menu-toggle.is-open,
  .topbar.is-scrolled .site-menu-toggle,
  .mobile-panel {
    display: none !important;
  }

  .site-actions {
    gap: 0;
  }
}

@media (max-width: 899px) {
  .topbar .site-nav {
    width: min(var(--max, 1180px), calc(100% - 32px)) !important;
    min-height: 62px;
    border-radius: 18px;
  }

  .site-actions {
    gap: 0;
  }

  .site-menu-toggle,
  .site-menu-toggle:hover,
  .site-menu-toggle:focus,
  .site-menu-toggle:focus-visible,
  .site-menu-toggle.is-open,
  .topbar.is-scrolled .site-menu-toggle {
    display: inline-grid !important;
    margin-right: 0;
  }

  .mobile-panel {
    right: 18px;
    left: auto;
    top: 78px;
    width: min(318px, calc(100vw - 36px));
    max-height: 0;
    border-radius: 16px;
    overflow: hidden;
    transform: translate3d(8px, -8px, 0) scale(.98);
  }

  .mobile-panel.is-open {
    max-height: none;
    overflow: visible;
    padding: 8px 0 9px;
    transform: translate3d(0, 0, 0) scale(1);
  }

  .mobile-panel-grid {
    width: calc(100% - 24px);
    margin-inline: auto;
    gap: 5px;
  }

  .mobile-panel-title {
    padding: 2px 4px 0;
    font-size: 10px;
    letter-spacing: .16em;
  }

  .mobile-menu-section {
    gap: 4px;
    padding: 5px;
    border-radius: 12px;
  }

  .mobile-menu-section small {
    margin-bottom: 4px;
    font-size: 9px;
    letter-spacing: .16em;
  }

  .mobile-panel-grid a,
  .mobile-panel.is-open .mobile-panel-grid a {
    box-sizing: border-box;
    height: 29px;
    min-height: 28px;
    padding: 5px 7px;
    font-size: 10.8px;
    letter-spacing: .07em;
    line-height: 1;
  }

  .mobile-menu-extra {
    display: grid;
    gap: 5px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
    transition: max-height .28s ease, opacity .22s ease, transform .22s ease;
  }

  .mobile-panel.is-expanded .mobile-menu-extra {
    max-height: 120px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu-more {
    display: inline-grid;
    width: 34px;
    height: 18px;
    place-items: center;
    justify-self: center;
    border: 0;
    padding: 0;
    margin: -2px auto 0;
    background: transparent;
    cursor: pointer;
  }

  .mobile-menu-more span {
    width: 9px;
    height: 9px;
    border-right: 1.5px solid #D4AF37;
    border-bottom: 1.5px solid #D4AF37;
    filter: drop-shadow(0 0 8px rgba(212, 175, 55, .32));
    transform: rotate(45deg);
    transition: transform .22s ease;
  }

  .mobile-panel.is-expanded .mobile-menu-more span {
    transform: rotate(225deg);
  }
}

body:not(.portfolio-page) main > .hero:first-child {
  padding-top: 92px;
}

@media (min-width: 900px) {
  body:not(.portfolio-page) main > .hero:first-child {
    padding-top: 104px;
  }
}

@media (max-width: 380px) {
  body:not(.portfolio-page) .topbar .site-nav {
    width: min(var(--max, 1180px), calc(100% - 28px)) !important;
  }

  body:not(.portfolio-page) main > .hero:first-child {
    padding-top: 88px;
  }
}

.float-whatsapp {
  position: fixed !important;
  z-index: 110 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: 40px !important;
  height: 40px;
  right: 16px;
  bottom: 16px;
  border: 1px solid rgba(212, 175, 55, .46);
  border-radius: 999px;
  padding: 0 13px !important;
  color: #fff6dc !important;
  background:
    linear-gradient(135deg, rgba(212, 175, 55, .22), rgba(17, 17, 17, .96)),
    #111 !important;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .28), 0 0 18px rgba(212, 175, 55, .12) !important;
  font-size: 12px !important;
  font-weight: 720 !important;
  letter-spacing: .04em;
}

.float-whatsapp:hover {
  background:
    linear-gradient(135deg, rgba(212, 175, 55, .34), rgba(17, 17, 17, .98)),
    #111 !important;
  transform: translateY(-2px);
}

@media (max-width: 480px) {
  .float-whatsapp {
    min-height: 38px !important;
    height: 38px;
    right: 14px;
    bottom: 14px;
    padding-inline: 11px !important;
    font-size: 11px !important;
  }
}

/* Homepage properties consultation section */
.property-home-section {
  background:
    linear-gradient(180deg, rgba(251, 248, 242, 1), rgba(244, 238, 226, .94));
}

.property-home-panel {
  display: grid;
  grid-template-columns: minmax(280px, .86fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  border: 1px solid rgba(212, 175, 55, .24);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 30px);
  color: #fff;
  background:
    radial-gradient(circle at 12% 8%, rgba(212, 175, 55, .18), transparent 34%),
    linear-gradient(135deg, rgba(31, 31, 31, .98), rgba(12, 12, 12, .96));
  box-shadow: 0 28px 70px rgba(17, 17, 17, .2);
  overflow: hidden;
}

.property-home-media {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 7px;
  background: #1b1b1b;
}

.property-home-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 8, 8, .34), transparent 55%);
  content: "";
}

.property-home-media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(1.03) contrast(1.04);
  transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}

.property-home-panel:hover .property-home-media img {
  transform: scale(1.045);
}

.property-home-copy {
  display: grid;
  gap: 16px;
  align-content: center;
}

.property-home-copy h2 {
  color: #fff;
}

.property-home-copy p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: clamp(15px, 2vw, 17px);
  line-height: 1.8;
}

.property-home-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.property-home-tags span {
  border: 1px solid rgba(212, 175, 55, .26);
  border-radius: 999px;
  padding: 8px 11px;
  color: rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .055);
  font-size: 12px;
  font-weight: 700;
}

.property-home-copy .btn {
  width: fit-content;
  margin-top: 2px;
}

@media (max-width: 899px) {
  .property-home-panel {
    grid-template-columns: 1fr;
  }

  .property-home-media {
    min-height: 280px;
  }
}

@media (max-width: 480px) {
  .property-home-panel {
    padding: 16px;
  }

  .property-home-media {
    min-height: 220px;
  }

.property-home-copy .btn {
  width: 100%;
  }
}

.property-home-gallery {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  grid-template-rows: repeat(2, minmax(150px, 1fr));
  gap: 10px;
  min-height: 390px;
}

.property-home-gallery figure {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, .18);
  border-radius: 7px;
  background: #171717;
}

.property-home-gallery figure:first-child {
  grid-row: span 2;
}

.property-home-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.04);
  transition: transform .65s cubic-bezier(.2, .7, .2, 1);
}

.property-home-gallery figure:hover img {
  transform: scale(1.045);
}

.property-home-gallery figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid rgba(212, 175, 55, .24);
  border-radius: 5px;
  padding: 8px 10px;
  color: #fff6dc;
  background: rgba(12, 12, 12, .68);
  backdrop-filter: blur(12px);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 899px) {
  .property-home-gallery {
    min-height: 330px;
  }
}

@media (max-width: 520px) {
  .property-home-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
  }

  .property-home-gallery figure,
  .property-home-gallery figure:first-child {
    grid-row: auto;
    min-height: 190px;
  }
}

/* Final button contrast pass */
.footer-contact .btn-gold,
.site-footer .footer-contact .btn-gold {
  color: #17120a !important;
  background: linear-gradient(135deg, #f5d778, #c9a227) !important;
  border-color: rgba(245, 215, 120, .72) !important;
}

body:not(.portfolio-page) .cta .btn-light,
body:has(.hero-carousel) .contact-actions .btn-light {
  color: #17120a !important;
  border-color: rgba(183, 134, 69, .38) !important;
  background: rgba(255, 255, 255, .94) !important;
}

body:has(.hero-carousel) .home-form button.btn-primary {
  color: #fff !important;
  background:
    linear-gradient(135deg, rgba(58, 45, 25, .96), rgba(24, 24, 24, .98)),
    #242424 !important;
}

/* Site-wide button polish */
.btn,
.btn:visited,
.btn:hover,
.btn:focus,
.btn:focus-visible,
button.btn,
a.btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 100%;
  min-height: 44px;
  border-radius: 999px;
  padding: 12px 18px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  text-decoration-color: transparent !important;
  text-underline-offset: 0;
  white-space: normal;
  -webkit-tap-highlight-color: transparent;
}

.footer-contact a.btn,
.footer-contact a.btn:visited,
.footer-contact a.btn:hover,
.site-footer .footer-contact a.btn,
.site-footer .footer-contact a.btn:visited,
.site-footer .footer-contact a.btn:hover {
  width: fit-content !important;
  min-width: 0;
  max-width: 100%;
  min-height: 42px;
  padding: 11px 16px;
  line-height: 1.1 !important;
  color: #17120a !important;
  text-decoration: none !important;
  transform: none;
}

/* Homepage service-route overview, replacing individual project cards */
.service-route-section {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 1), rgba(246, 241, 232, .96));
}

.service-route-grid {
  display: grid;
  gap: 18px;
}

.service-route-card {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(20, 20, 20, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 22px 56px rgba(36, 30, 22, .1);
}

.service-route-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.service-route-card > div {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(22px, 4vw, 42px);
}

.service-route-card small {
  width: fit-content;
  color: #8c620f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.service-route-card h3 {
  margin: 0;
  color: var(--ink, #151515);
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.02;
}

.service-route-card p {
  margin: 0;
  color: #5f574e;
}

.service-route-card .btn {
  width: fit-content;
  margin-top: 4px;
}

@media (min-width: 900px) {
  .service-route-card:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) minmax(0, .82fr);
  }

  .service-route-card:nth-child(even) img {
    order: 2;
  }
}

@media (max-width: 760px) {
  .service-route-card {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .service-route-card img {
    min-height: 230px;
    aspect-ratio: 16 / 10;
  }

  .service-route-card .btn {
    width: 100%;
  }
}
