:root {
  --navy: #071522;
  --navy-2: #10283b;
  --navy-3: #203b52;
  --blue: #285f83;
  --ecoluxe-green: #045035;
  --ecoluxe-green-dark: #02331f;
  --ecoluxe-green-soft: #e8f0ec;
  --ecoluxe-gold: #c9ab62;
  --ecoluxe-gold-light: #e8d399;
  --ecoluxe-gray: #878787;
  --teal: #c6a15b;
  --teal-dark: #8d6932;
  --teal-soft: #f4ecdf;
  --green: #607b70;
  --gold: #c9ab62;
  --gold-dark: #8c7137;
  --gold-soft: #f5ecdc;
  --platinum: #fbf6ea;
  --mirror: #fff8df;
  --uv-cyan: #80f5ff;
  --uv-violet: #a78cff;
  --ink: #1b2230;
  --muted: #686b70;
  --line: #dfd8cd;
  --paper: #f8f5ef;
  --warm: #f0e9df;
  --white: #fffefb;
  --shadow-sm: 0 10px 28px rgba(30, 24, 16, 0.07);
  --shadow: 0 24px 64px rgba(22, 26, 34, 0.12);
  --shadow-lg: 0 34px 96px rgba(17, 21, 29, 0.18);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 32px;
  --max: 1240px;
  --serif: "Iowan Old Style", "Palatino Linotype", Baskerville, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --ease-premium: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  font-family: var(--sans);
  color: var(--ink);
  background: linear-gradient(180deg, #fffefb 0%, #faf7f1 100%);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 44%, rgba(198, 161, 91, 0.14), transparent 27%),
    var(--navy);
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.5s var(--ease-premium),
    visibility 0.5s var(--ease-premium);
}

.site-loader::before,
.site-loader::after {
  content: "";
  position: absolute;
  width: min(62vw, 720px);
  aspect-ratio: 1;
  border: 1px solid rgba(198, 161, 91, 0.1);
  border-radius: 50%;
  animation: loader-orbit 9s linear infinite;
}

.site-loader::after {
  width: min(42vw, 480px);
  border-color: rgba(255, 255, 255, 0.065);
  animation-direction: reverse;
  animation-duration: 12s;
}

.page-ready .site-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.page-leaving .site-loader {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-duration: 0.3s;
}

.loader-panel {
  position: relative;
  z-index: 1;
  width: min(330px, calc(100% - 48px));
  perspective: 900px;
  text-align: center;
}

.loader-emblem {
  position: relative;
  width: 164px;
  height: 132px;
  display: grid;
  place-items: center;
  margin: 0 auto 10px;
  transform-style: preserve-3d;
  animation: loader-emblem-float 2.2s var(--ease-premium) infinite alternate;
}

.loader-mark {
  position: relative;
  z-index: 3;
  width: 84px;
  height: 84px;
  margin: 0;
  padding: 11px;
  border: 1px solid rgba(198, 161, 91, 0.34);
  border-radius: 23px;
  background: #fffdfa;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  transform: translateZ(38px);
}

.loader-ring {
  position: absolute;
  z-index: 1;
  width: 126px;
  height: 126px;
  border: 1px solid rgba(198, 161, 91, 0.32);
  border-radius: 50%;
  transform-style: preserve-3d;
}

.loader-ring::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #efd391;
  box-shadow: 0 0 18px rgba(239, 211, 145, 0.9);
}

.loader-ring.one {
  animation: loader-ring-one 3.8s linear infinite;
}

.loader-ring.two {
  width: 150px;
  height: 92px;
  border-color: rgba(255, 255, 255, 0.15);
  animation: loader-ring-two 4.8s linear infinite reverse;
}

.loader-ring.three {
  width: 108px;
  height: 150px;
  border-color: rgba(198, 161, 91, 0.17);
  animation: loader-ring-three 5.8s linear infinite;
}

.loader-ring.depth-4 {
  width: 174px;
  height: 68px;
  border-color: rgba(89, 177, 218, 0.2);
  animation: loader-ring-four 6.4s linear infinite;
}

.loader-ring.depth-5 {
  width: 62px;
  height: 174px;
  border-color: rgba(96, 123, 112, 0.26);
  animation: loader-ring-five 7.2s linear infinite reverse;
}

.loader-ring.depth-6 {
  width: 186px;
  height: 186px;
  border-style: dashed;
  border-color: rgba(239, 211, 145, 0.1);
  animation: loader-ring-six 12s linear infinite;
}

.loader-ring.depth-7 {
  width: 48px;
  height: 48px;
  border: 0;
  background: radial-gradient(circle, rgba(239, 211, 145, 0.28), transparent 68%);
  filter: blur(2px);
  animation: loader-ring-seven 2.8s ease-in-out infinite alternate;
}

.loader-ring.depth-7::after {
  display: none;
}

.loader-name {
  display: block;
  color: #f5eddf;
  font-family: var(--serif);
  font-size: 19px;
  letter-spacing: 0.08em;
}

.loader-status {
  margin: 13px 0 0;
  color: #aeb8c2;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.loader-line {
  height: 2px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.11);
}

.loader-line span {
  width: 46%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, var(--gold), #f3dca9, transparent);
  animation: loader-line 1.25s var(--ease-premium) infinite;
}

@keyframes loader-line {
  from { transform: translateX(-120%); }
  to { transform: translateX(270%); }
}

@keyframes loader-emblem-float {
  from { transform: translateY(2px) rotateX(-2deg); }
  to { transform: translateY(-5px) rotateX(3deg); }
}

@keyframes loader-ring-one {
  from { transform: rotateX(68deg) rotateZ(0deg); }
  to { transform: rotateX(68deg) rotateZ(360deg); }
}

@keyframes loader-ring-two {
  from { transform: rotateY(67deg) rotateZ(0deg); }
  to { transform: rotateY(67deg) rotateZ(360deg); }
}

@keyframes loader-ring-three {
  from { transform: rotateX(56deg) rotateY(44deg) rotateZ(0deg); }
  to { transform: rotateX(56deg) rotateY(44deg) rotateZ(360deg); }
}

@keyframes loader-ring-four {
  from { transform: rotateX(77deg) rotateY(18deg) rotateZ(0deg); }
  to { transform: rotateX(77deg) rotateY(18deg) rotateZ(360deg); }
}

@keyframes loader-ring-five {
  from { transform: rotateX(18deg) rotateY(76deg) rotateZ(0deg); }
  to { transform: rotateX(18deg) rotateY(76deg) rotateZ(360deg); }
}

@keyframes loader-ring-six {
  to { transform: rotateZ(360deg); }
}

@keyframes loader-ring-seven {
  from { transform: translateZ(-20px) scale(0.78); opacity: 0.34; }
  to { transform: translateZ(55px) scale(1.45); opacity: 0.72; }
}

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

@keyframes premium-enter {
  from {
    opacity: 0;
    transform: translateY(26px);
    filter: blur(5px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: blur(0);
  }
}

@keyframes premium-image-enter {
  from {
    opacity: 0;
    transform: scale(1.045);
    filter: saturate(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
    filter: saturate(1);
  }
}

::selection {
  color: #fff;
  background: var(--gold-dark);
}

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

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

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

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

:focus-visible {
  outline: 3px solid rgba(198, 161, 91, 0.45);
  outline-offset: 4px;
  border-radius: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 15px;
  border-radius: 8px;
  color: var(--white);
  background: var(--navy);
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

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

.container {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  --scroll-progress: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 253, 250, 0.95);
  border-bottom: 1px solid rgba(141, 105, 50, 0.13);
  backdrop-filter: blur(18px);
  transition:
    box-shadow 0.25s ease,
    background 0.25s ease,
    opacity 0.65s var(--ease-premium),
    transform 0.65s var(--ease-premium);
}

.site-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-dark), #e0c78e);
  transform: scaleX(var(--scroll-progress));
  transform-origin: left;
  will-change: transform;
}

.site-header.scrolled {
  background: rgba(255, 253, 250, 0.99);
  box-shadow: 0 10px 38px rgba(20, 24, 31, 0.09);
}

.topbar {
  color: #e9dfce;
  background: var(--navy);
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.topbar-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar-inner span:first-child::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  margin: 0 9px 1px 0;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(198, 161, 91, 0.14);
}

.nav-wrap {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  --logo-rx: 0deg;
  --logo-ry: 0deg;
  --logo-rx-reverse: 0deg;
  --logo-ry-reverse: 0deg;
  --logo-x: 0px;
  --logo-y: 0px;
  --logo-x-soft: 0px;
  --logo-x-reverse-soft: 0px;
  --logo-x-reverse-medium: 0px;
  --logo-y-soft: 0px;
  --logo-y-reverse-soft: 0px;
  --logo-glow-x: 50%;
  --logo-glow-y: 40%;
  position: relative;
  flex: 0 0 215px;
  display: grid;
  place-items: center;
  isolation: isolate;
  perspective: 900px;
  transform-style: preserve-3d;
}

.logo-3d-stage {
  position: relative;
  z-index: 4;
  width: 215px;
  max-width: 100%;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
  transform-origin: 50% 46%;
  animation: logo-idle-3d 5.8s var(--ease-premium) infinite;
  will-change: transform;
}

.brand img {
  width: 215px;
  height: auto;
  max-height: 96px;
  object-fit: contain;
  border: 1px solid rgba(141, 105, 50, 0.1);
  border-radius: 13px;
  background: rgba(255, 254, 251, 0.96);
  box-shadow:
    0 13px 26px rgba(7, 21, 34, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  filter: drop-shadow(0 8px 12px rgba(7, 21, 34, 0.06));
  transform:
    perspective(900px)
    translate3d(var(--logo-x), var(--logo-y), 36px)
    rotateX(var(--logo-rx))
    rotateY(var(--logo-ry));
  transform-origin: 50% 45%;
  transform-style: preserve-3d;
  transition: transform 0.45s var(--ease-premium), filter 0.35s ease;
  will-change: transform;
}

.logo-depth:hover img,
.logo-depth:focus-visible img {
  filter:
    drop-shadow(0 14px 18px rgba(7, 21, 34, 0.15))
    saturate(1.07)
    contrast(1.02);
}

.logo-depth.logo-active .logo-3d-stage {
  animation-duration: 3.4s;
}

.logo-depth-field {
  position: absolute;
  inset: 0;
  z-index: 5;
  overflow: hidden;
  border-radius: 13px;
  pointer-events: none;
  transform: translateZ(0);
  transform-style: preserve-3d;
}

.logo-depth-layer {
  position: absolute;
  pointer-events: none;
  transform-style: preserve-3d;
}

.logo-depth-layer:nth-child(1) {
  inset: 5% 17% 8%;
  border-radius: 50%;
  opacity: 0.22;
  background: radial-gradient(circle at 50% 40%, rgba(198, 161, 91, 0.26), transparent 66%);
  filter: blur(9px);
  mix-blend-mode: multiply;
  transform: translate3d(var(--logo-x-reverse-soft), var(--logo-y-reverse-soft), -22px);
  animation: logo-aura 4.8s ease-in-out infinite alternate;
}

.logo-depth-layer:nth-child(2) {
  top: 2px;
  left: 50%;
  width: 88px;
  height: 70px;
  border: 1px solid rgba(198, 161, 91, 0.38);
  border-radius: 50%;
  transform:
    translate3d(calc(-50% + var(--logo-x)), var(--logo-y), 15px)
    rotateX(68deg)
    rotateZ(0deg);
  animation: logo-orbit-one 7s linear infinite;
}

.logo-depth-layer:nth-child(3) {
  top: 1px;
  left: 50%;
  width: 62px;
  height: 82px;
  border: 1px solid rgba(40, 95, 131, 0.36);
  border-radius: 50%;
  transform:
    translate3d(calc(-50% + var(--logo-x-reverse-medium)), var(--logo-y-reverse-soft), 28px)
    rotateY(66deg)
    rotateZ(0deg);
  animation: logo-orbit-two 8.5s linear infinite reverse;
}

.logo-depth-layer:nth-child(4) {
  top: 8px;
  left: calc(50% - 49px);
  width: 98px;
  height: 1px;
  opacity: 0.58;
  background: linear-gradient(90deg, transparent, rgba(227, 201, 143, 0.88), transparent);
  box-shadow: 0 0 12px rgba(227, 201, 143, 0.44);
  transform: translate3d(var(--logo-x-soft), var(--logo-y-soft), 45px) rotate(-18deg);
  animation: logo-streak 3.8s ease-in-out infinite alternate;
}

.logo-depth-layer:nth-child(5) {
  inset: 3px 17px 5px;
  border-radius: 18px;
  opacity: 0;
  background: radial-gradient(
    circle at var(--logo-glow-x) var(--logo-glow-y),
    rgba(255, 242, 207, 0.34),
    transparent 30%
  );
  transform: translateZ(52px);
  transition: opacity 0.3s ease;
}

.logo-depth:hover .logo-depth-layer:nth-child(5),
.logo-depth:focus-visible .logo-depth-layer:nth-child(5),
.logo-depth.logo-active .logo-depth-layer:nth-child(5) {
  opacity: 1;
}

.logo-depth-layer:nth-child(6) {
  top: 8px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #efd391;
  box-shadow:
    -38px 22px 0 -1px rgba(40, 95, 131, 0.68),
    34px 14px 0 -1px rgba(96, 123, 112, 0.68),
    -28px 55px 0 -1px rgba(198, 161, 91, 0.58),
    42px 49px 0 -2px rgba(255, 255, 255, 0.9);
  transform: translate3d(var(--logo-x), var(--logo-y), 62px);
  animation: logo-particles 5.5s ease-in-out infinite alternate;
}

.logo-depth-layer:nth-child(7) {
  inset: 7px 12px 4px;
  border: 1px solid rgba(198, 161, 91, 0.2);
  border-radius: 18px;
  opacity: 0.64;
  transform:
    translate3d(var(--logo-x-reverse-soft), var(--logo-y-reverse-soft), -8px)
    rotateX(var(--logo-rx-reverse))
    rotateY(var(--logo-ry-reverse));
  box-shadow:
    0 10px 24px rgba(7, 21, 34, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

@keyframes logo-aura {
  from { opacity: 0.34; scale: 0.9; }
  to { opacity: 0.66; scale: 1.08; }
}

@keyframes logo-orbit-one {
  to { rotate: 360deg; }
}

@keyframes logo-orbit-two {
  to { rotate: -360deg; }
}

@keyframes logo-streak {
  from { opacity: 0.16; translate: -8px 2px; }
  to { opacity: 0.65; translate: 8px -2px; }
}

@keyframes logo-particles {
  from { translate: -2px 3px; opacity: 0.38; }
  to { translate: 3px -2px; opacity: 0.86; }
}

@keyframes logo-idle-3d {
  0% {
    transform: translate3d(0, 0, 0) rotateX(-1.5deg) rotateY(-3deg) rotateZ(-0.25deg);
  }
  25% {
    transform: translate3d(0, -2px, 4px) rotateX(1deg) rotateY(0deg) rotateZ(0deg);
  }
  50% {
    transform: translate3d(0, -1px, 8px) rotateX(2deg) rotateY(3.5deg) rotateZ(0.25deg);
  }
  75% {
    transform: translate3d(0, 1px, 3px) rotateX(-0.5deg) rotateY(0deg) rotateZ(0deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotateX(-1.5deg) rotateY(-3deg) rotateZ(-0.25deg);
  }
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
  font-weight: 700;
}

.main-nav a {
  position: relative;
  color: #303540;
  transition: color 0.2s ease;
}

.main-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  border-radius: 2px;
  background: var(--teal);
  transition: right 0.25s ease;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--teal-dark);
}

.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after {
  right: 0;
}

.main-nav .nav-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  overflow: hidden;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--ecoluxe-green-dark), var(--ecoluxe-green));
  box-shadow: 0 10px 24px rgba(4, 80, 53, 0.2);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.main-nav .nav-cta:hover,
.main-nav .nav-cta[aria-current="page"] {
  color: var(--white);
  background: linear-gradient(135deg, var(--ecoluxe-green), var(--gold-dark));
  box-shadow: 0 12px 28px rgba(141, 105, 50, 0.24);
  transform: translateY(-1px);
}

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

.nav-toggle span {
  width: 22px;
  height: 2px;
  display: block;
  margin: 5px auto;
  border-radius: 2px;
  background: var(--navy);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

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

.hero {
  padding: 72px 0 88px;
  overflow: hidden;
}

.home-hero {
  position: relative;
  background:
    radial-gradient(circle at 78% 4%, rgba(198, 161, 91, 0.2), transparent 30%),
    linear-gradient(180deg, #fffdfa 0%, #f5f0e7 100%);
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.36;
  background-image:
    linear-gradient(rgba(141, 105, 50, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(141, 105, 50, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, transparent, #000 55%, #000);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(480px, 0.98fr);
  gap: 66px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.hero h1,
.page-hero h1,
.hospitality-hero h1 {
  max-width: 780px;
  margin: 0 0 24px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(48px, 5.25vw, 76px);
  font-weight: 700;
  line-height: 0.99;
  letter-spacing: -0.045em;
  overflow-wrap: break-word;
}

em {
  color: var(--teal-dark);
  font-weight: 400;
}

.hero-copy > p {
  max-width: 640px;
  margin: 0;
  color: #5f6268;
  font-size: 18px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  position: relative;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 24px;
  --btn-rx: 0deg;
  --btn-ry: 0deg;
  --btn-lift: 0px;
  --btn-shift-x: 0px;
  --btn-shift-y: 0px;
  --btn-glow-x: 50%;
  --btn-glow-y: 50%;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transform: perspective(820px) translate3d(0, var(--btn-lift), 0) rotateX(var(--btn-rx)) rotateY(var(--btn-ry));
  transform-style: preserve-3d;
  transition: transform 0.3s var(--ease-premium), box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
  will-change: transform;
}

.btn::after {
  content: "\2197";
  position: relative;
  z-index: 2;
  font-size: 15px;
  transform: translateZ(28px);
  transition: transform 0.2s ease;
}

.btn::before {
  content: "";
  position: absolute;
  top: -60%;
  bottom: -60%;
  left: -45%;
  z-index: 1;
  width: 24%;
  background: rgba(255, 255, 255, 0.24);
  transform: rotate(18deg) translateX(-220%);
  transition: transform 0.75s var(--ease-premium);
}

.btn:hover,
.btn.btn-active {
  --btn-lift: -3px;
  transform: perspective(820px) translate3d(0, var(--btn-lift), 18px) rotateX(var(--btn-rx)) rotateY(var(--btn-ry));
  box-shadow: 0 18px 36px rgba(4, 80, 53, 0.16), 0 10px 20px rgba(20, 24, 31, 0.12);
}

.btn:hover::after {
  transform: translate(2px, -2px);
}

.btn:hover::before {
  transform: rotate(18deg) translateX(680%);
}

.btn-label {
  position: relative;
  z-index: 2;
  transform: translateZ(30px);
}

.btn-depth-field {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0.72;
  transform: translateZ(0);
  transform-style: preserve-3d;
}

.btn-depth-layer {
  position: absolute;
  pointer-events: none;
}

.btn-depth-layer:nth-child(1) {
  inset: -65%;
  background:
    radial-gradient(circle at var(--btn-glow-x) var(--btn-glow-y), rgba(232, 211, 153, 0.42), transparent 24%),
    radial-gradient(circle at 74% 20%, rgba(4, 80, 53, 0.28), transparent 32%);
  filter: blur(4px);
  animation: btn-eco-aura 5.6s ease-in-out infinite alternate;
}

.btn-depth-layer:nth-child(2) {
  top: 50%;
  left: 50%;
  width: 74px;
  height: 28px;
  border: 1px solid rgba(232, 211, 153, 0.44);
  border-radius: 50%;
  transform: translate3d(calc(-50% + var(--btn-shift-x)), calc(-50% + var(--btn-shift-y)), 22px) rotateX(68deg);
  animation: btn-eco-orbit 6.8s linear infinite;
}

.btn-depth-layer:nth-child(3) {
  top: 50%;
  left: 50%;
  width: 48px;
  height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  transform: translate3d(calc(-50% - var(--btn-shift-x)), calc(-50% - var(--btn-shift-y)), 28px) rotateY(68deg);
  animation: btn-eco-orbit 8.4s linear infinite reverse;
}

.btn-depth-layer:nth-child(4) {
  top: 8px;
  left: -18%;
  width: 44%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 246, 221, 0.95), transparent);
  box-shadow: 0 0 14px rgba(232, 211, 153, 0.42);
  transform: translate3d(var(--btn-shift-x), var(--btn-shift-y), 36px) rotate(-12deg);
  animation: btn-eco-streak 3.6s ease-in-out infinite;
}

.btn-depth-layer:nth-child(5) {
  inset: 5px 16px;
  border: 1px solid rgba(232, 211, 153, 0.18);
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 18px rgba(201, 171, 98, 0.16);
  transform: translateZ(34px);
}

.btn-depth-layer:nth-child(6) {
  top: 12px;
  right: 24px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ecoluxe-gold-light);
  box-shadow:
    -68px 18px 0 -2px rgba(255, 255, 255, 0.78),
    -38px -2px 0 -2px rgba(201, 171, 98, 0.8),
    22px 18px 0 -2px rgba(4, 80, 53, 0.42);
  transform: translate3d(var(--btn-shift-x), var(--btn-shift-y), 40px);
  animation: btn-eco-particles 4.8s ease-in-out infinite alternate;
}

.btn-depth-layer:nth-child(7) {
  inset: 0;
  background: linear-gradient(110deg, transparent 12%, rgba(255, 255, 255, 0.11) 44%, transparent 66%);
  transform: translateX(-140%) translateZ(20px);
  animation: btn-eco-sheen 5.5s var(--ease-premium) infinite;
}

@keyframes btn-eco-aura {
  from { opacity: 0.5; scale: 0.92; }
  to { opacity: 0.92; scale: 1.05; }
}

@keyframes btn-eco-orbit {
  to { rotate: 360deg; }
}

@keyframes btn-eco-streak {
  0%, 100% { opacity: 0.14; translate: 0 0; }
  50% { opacity: 0.76; translate: 170% 8px; }
}

@keyframes btn-eco-particles {
  from { opacity: 0.34; translate: -2px 2px; }
  to { opacity: 0.8; translate: 3px -2px; }
}

@keyframes btn-eco-sheen {
  0%, 42% { transform: translateX(-140%) translateZ(20px); }
  78%, 100% { transform: translateX(140%) translateZ(20px); }
}

.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--ecoluxe-green-dark), var(--ecoluxe-green) 58%, #133d2c);
  box-shadow: 0 13px 30px rgba(4, 80, 53, 0.24);
}

.primary:hover {
  background: linear-gradient(135deg, #022b1c, var(--ecoluxe-green) 64%, #183d31);
}

.secondary {
  color: var(--navy);
  border-color: rgba(201, 171, 98, 0.58);
  background: rgba(255, 253, 250, 0.88);
}

.secondary:hover,
.outline:hover {
  border-color: var(--teal);
  background: var(--white);
}

.outline {
  color: var(--navy);
  border-color: #c8bda9;
  background: transparent;
}

.light {
  color: var(--navy);
  background: var(--white);
}

.gold-btn {
  color: #073424;
  background: linear-gradient(135deg, #f3dfad, var(--ecoluxe-gold) 52%, #a8803d);
  box-shadow: 0 13px 30px rgba(135, 98, 44, 0.24);
}

.gold-btn:hover {
  background: linear-gradient(135deg, #f8e9c5, #d8bb78 54%, #b28a42);
}

.glass-btn {
  color: var(--white);
  border-color: rgba(232, 211, 153, 0.56);
  background: rgba(4, 80, 53, 0.22);
  backdrop-filter: blur(8px);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  color: #5e6064;
  border: 1px solid #ded4c5;
  border-radius: 999px;
  background: rgba(255, 253, 250, 0.84);
  font-size: 11px;
  font-weight: 750;
}

.trust-row span::before {
  content: "\2713";
  color: var(--teal-dark);
  font-weight: 900;
}

.hero-visual {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  perspective: 1400px;
}

.choice-header {
  position: relative;
  grid-column: 1 / -1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 20px;
  overflow: hidden;
  border: 1px solid rgba(201, 171, 98, 0.28);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(255, 253, 250, 0.92), rgba(255, 253, 250, 0.74)),
    radial-gradient(circle at 92% 50%, rgba(201, 171, 98, 0.2), transparent 34%);
  box-shadow: var(--shadow-sm);
}

.choice-header::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 13px;
  width: min(220px, 28vw);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--ecoluxe-gold), transparent);
}

.choice-header span {
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(23px, 2.1vw, 32px);
  font-weight: 700;
  line-height: 1;
}

.choice-header p {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.45;
}

.division-card {
  --base-y: 0px;
  position: relative;
  min-height: 430px;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  box-shadow: var(--shadow);
  transition: transform 0.55s var(--ease-premium), box-shadow 0.4s ease;
}

.division-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.division-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.division-card:hover img {
  transform: scale(1.045);
}

.division-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(3, 17, 29, 0.04) 18%, rgba(3, 17, 29, 0.93) 100%);
}

.division-card::before {
  content: attr(data-choice);
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 1;
  padding: 8px 13px;
  color: var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: linear-gradient(145deg, #f7e7bd, var(--ecoluxe-gold));
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.division-card > div {
  position: absolute;
  right: 25px;
  bottom: 25px;
  left: 25px;
}

.division-card span {
  display: inline-flex;
  padding: 6px 9px;
  color: #fff5d8;
  border: 1px solid rgba(232, 211, 153, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.division-card h2 {
  margin: 13px 0 10px;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(27px, 2.15vw, 32px);
  line-height: 1.03;
  letter-spacing: -0.025em;
}

.division-card p {
  margin: 0;
  color: #dbe7ec;
  font-size: 13px;
  line-height: 1.55;
}

.choice-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: var(--ecoluxe-gold-light);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.choice-action::after {
  content: "\2192";
  transition: transform 0.25s var(--ease-premium);
}

.division-card:hover .choice-action::after {
  transform: translateX(4px);
}

.division-card.hospitality {
  --base-y: 0px;
  transform: translateY(0);
}

.division-card.hospitality:hover {
  transform: translateY(-6px);
}

.capability-strip {
  position: relative;
  z-index: 2;
  margin-top: -34px;
}

.capability-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid rgba(141, 105, 50, 0.14);
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.capability-item {
  position: relative;
  min-height: 118px;
  padding: 25px 28px;
}

.capability-item + .capability-item {
  border-left: 1px solid var(--line);
}

.capability-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.1;
}

.capability-item span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

.signature-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 22%, rgba(201, 171, 98, 0.15), transparent 30%),
    radial-gradient(circle at 84% 72%, rgba(4, 80, 53, 0.22), transparent 36%),
    linear-gradient(135deg, #071522 0%, #101d2c 58%, #061019 100%);
}

.signature-section::before,
.signature-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.signature-section::before {
  inset: 0;
  opacity: 0.1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.34) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.34) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: radial-gradient(circle at 50% 44%, #000, transparent 70%);
}

.signature-section::after {
  top: -180px;
  right: -150px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(201, 171, 98, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(201, 171, 98, 0.04),
    0 0 0 140px rgba(255, 255, 255, 0.02);
}

.signature-section .container {
  position: relative;
  z-index: 1;
}

.signature-grid,
.response-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: center;
}

.signature-copy h2 {
  margin: 0 0 20px;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(38px, 4.3vw, 62px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.signature-copy p {
  max-width: 650px;
  margin: 0;
  color: #d8dce1;
  font-size: 17px;
}

.signature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.signature-pills span {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  color: #f6ead0;
  border: 1px solid rgba(201, 171, 98, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.signature-orb {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(201, 171, 98, 0.22);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 50%, rgba(201, 171, 98, 0.18), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025));
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28);
  transform-style: preserve-3d;
}

.orbit-ring {
  position: absolute;
  border: 1px solid rgba(232, 211, 153, 0.28);
  border-radius: 50%;
  transform-style: preserve-3d;
}

.orbit-ring::after {
  content: "";
  position: absolute;
  top: 11%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ecoluxe-gold-light);
  box-shadow: 0 0 24px rgba(232, 211, 153, 0.85);
}

.orbit-one {
  width: 320px;
  height: 320px;
  animation: signature-orbit 11s linear infinite;
}

.orbit-two {
  width: 380px;
  height: 180px;
  border-color: rgba(255, 255, 255, 0.18);
  transform: rotateX(58deg);
  animation: signature-orbit 8s linear infinite reverse;
}

.orbit-three {
  width: 185px;
  height: 390px;
  border-color: rgba(4, 80, 53, 0.4);
  animation: signature-orbit 14s linear infinite;
}

.orb-core {
  position: relative;
  z-index: 2;
  width: 210px;
  height: 210px;
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
  border: 1px solid rgba(232, 211, 153, 0.34);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.28), transparent 33%),
    linear-gradient(145deg, var(--ecoluxe-green), var(--navy));
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  animation: signature-core 5.8s var(--ease-premium) infinite alternate;
}

.orb-core strong,
.orb-core span {
  display: block;
}

.orb-core strong {
  color: var(--ecoluxe-gold-light);
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1;
}

.orb-core span {
  margin-top: 10px;
  color: #dfe9e6;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@keyframes signature-orbit {
  to { rotate: 360deg; }
}

@keyframes signature-core {
  from { transform: translateY(2px) rotateX(-2deg) rotateY(-3deg); }
  to { transform: translateY(-8px) rotateX(3deg) rotateY(4deg); }
}

.light-signature {
  color: var(--ink);
  background:
    radial-gradient(circle at 86% 14%, rgba(201, 171, 98, 0.16), transparent 32%),
    linear-gradient(135deg, #fffdf8, #f0e7d9);
}

.light-signature::before {
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(141, 105, 50, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(141, 105, 50, 0.1) 1px, transparent 1px);
}

.light-signature .signature-copy h2 {
  color: var(--navy);
}

.light-signature .signature-copy p {
  color: var(--muted);
}

.signature-stack,
.signature-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.signature-stack {
  grid-template-columns: 1fr;
}

.signature-card {
  position: relative;
  display: block;
  min-width: 0;
  padding: 27px;
  overflow: hidden;
  color: inherit;
  border: 1px solid rgba(201, 171, 98, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-sm);
  transition: transform 0.45s var(--ease-premium), box-shadow 0.35s ease, border-color 0.35s ease;
}

.signature-card:hover {
  border-color: rgba(201, 171, 98, 0.58);
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.signature-card span {
  color: var(--gold-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.signature-card h3 {
  margin: 10px 0 7px;
  color: var(--navy);
  font-size: 21px;
}

.signature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.infra-signature {
  background:
    radial-gradient(circle at 78% 35%, rgba(40, 95, 131, 0.26), transparent 33%),
    linear-gradient(135deg, #06111d, #0d2235 60%, #071522);
}

.command-board {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(201, 171, 98, 0.24);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(6, 17, 29, 0.62);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.28);
}

.command-step {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 8px 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.command-step span {
  grid-row: span 2;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--navy);
  border-radius: 18px;
  background: linear-gradient(145deg, #f5e7c1, var(--ecoluxe-gold));
  font-size: 12px;
  font-weight: 900;
}

.command-step strong {
  color: var(--white);
  font-size: 24px;
}

.command-step small {
  color: #b9c5cf;
  font-size: 13px;
}

.ecoluxe-signature {
  background:
    radial-gradient(circle at 24% 22%, rgba(232, 211, 153, 0.2), transparent 31%),
    linear-gradient(135deg, #02331f, #045035 58%, #071522);
}

.brand-moodboard {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(232, 211, 153, 0.24);
  border-radius: 30px;
  background: var(--ecoluxe-green);
  box-shadow: 0 34px 86px rgba(0, 32, 22, 0.3);
}

.brand-moodboard img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
}

.brand-moodboard figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px 15px;
  color: var(--white);
  border: 1px solid rgba(232, 211, 153, 0.3);
  border-radius: 16px;
  background: rgba(2, 51, 31, 0.82);
  backdrop-filter: blur(10px);
}

.brand-moodboard figcaption span {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
}

.brand-moodboard figcaption strong {
  margin-left: auto;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-signature {
  background:
    radial-gradient(circle at 83% 50%, rgba(201, 171, 98, 0.16), transparent 32%),
    linear-gradient(135deg, #071522, #10283b);
}

.response-panel {
  padding: 30px;
  border: 1px solid rgba(201, 171, 98, 0.24);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.24);
}

.response-panel > strong {
  display: block;
  margin-bottom: 18px;
  color: var(--ecoluxe-gold-light);
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.05;
}

.response-actions {
  display: grid;
  gap: 12px;
}

.response-actions a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
  padding: 17px 18px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  transition: transform 0.35s var(--ease-premium), border-color 0.25s ease, background 0.25s ease;
}

.response-actions a:hover {
  border-color: rgba(201, 171, 98, 0.48);
  background: rgba(201, 171, 98, 0.12);
  transform: translateX(5px);
}

.response-actions span {
  color: #b8c5cf;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.response-actions b {
  color: var(--white);
  font-size: 15px;
  overflow-wrap: anywhere;
  text-align: right;
}

.section {
  padding: 84px 0;
}

.section.muted {
  background: var(--paper);
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: start;
}

.section-copy h2,
.section-head h2,
.feature-copy h2,
.profile-statement h2,
.luxury-grid h2,
.office-card h2,
.quick-enquiry h2 {
  margin: 0 0 22px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.section-copy p {
  color: #62646a;
  font-size: 17px;
}

.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 800;
}

.text-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.text-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.services-section {
  background: #f4efe7;
}

.section-head {
  max-width: 760px;
  margin-bottom: 46px;
}

.section-head p {
  max-width: 650px;
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  position: relative;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 31px;
  overflow: hidden;
  border: 1px solid #e2d9cb;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: transform 0.45s var(--ease-premium), box-shadow 0.35s ease, border-color 0.35s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  border-radius: 0 0 0 100%;
  background: linear-gradient(135deg, transparent, rgba(198, 161, 91, 0.12));
}

.service-card:hover {
  border-color: rgba(166, 126, 57, 0.42);
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.service-no {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--teal-dark);
  border-radius: 50%;
  background: var(--teal-soft);
  font-size: 11px;
  font-weight: 850;
}

.service-no.gold {
  color: var(--gold-dark);
  background: var(--gold-soft);
}

.service-card h3 {
  margin: 20px 0 9px;
  color: var(--navy);
  font-size: 21px;
  line-height: 1.25;
}

.service-card p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 14px;
}

.service-card a {
  margin-top: auto;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.service-card a::after {
  content: "  \2192";
}

.feature-band {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(135deg, #0a1523 0%, #13283b 100%);
}

.feature-band::after {
  content: "";
  position: absolute;
  top: -170px;
  right: -120px;
  width: 450px;
  height: 450px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(255, 255, 255, 0.025),
    0 0 0 160px rgba(255, 255, 255, 0.018);
}

.feature-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 72px;
  align-items: center;
}

.feature-image {
  position: relative;
}

.feature-image::before {
  content: "ECOLUXE";
  position: absolute;
  right: -18px;
  bottom: -18px;
  z-index: 1;
  padding: 12px 18px;
  color: var(--ecoluxe-green-dark);
  border-radius: 10px;
  background: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.feature-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.3);
}

.feature-copy h2 {
  color: var(--white);
}

.feature-copy p {
  color: #d8d8d8;
  font-size: 17px;
}

.ecoluxe-wordmark-mini,
.ecoluxe-logo-card img {
  display: block;
  border: 1px solid rgba(232, 211, 153, 0.2);
  border-radius: 22px;
  box-shadow:
    0 26px 60px rgba(0, 32, 22, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition: opacity 0.34s var(--ease-premium), filter 0.34s var(--ease-premium), box-shadow 0.34s var(--ease-premium);
}

.ecoluxe-wordmark-mini {
  width: min(285px, 100%);
  margin: 14px 0 24px;
  background: var(--ecoluxe-green);
}

.ecoluxe-brand-block {
  position: relative;
  perspective: 1100px;
}

.ecoluxe-logo-card {
  position: relative;
  width: min(420px, 100%);
  margin: 18px 0 28px;
  isolation: isolate;
  transform-style: preserve-3d;
}

.ecoluxe-logo-card::before,
.ecoluxe-logo-card::after {
  content: "";
  position: absolute;
  inset: -11px;
  z-index: -1;
  border-radius: 28px;
  pointer-events: none;
}

.ecoluxe-logo-card::before {
  border: 1px solid rgba(232, 211, 153, 0.26);
  box-shadow:
    0 0 0 10px rgba(4, 80, 53, 0.05),
    0 22px 46px rgba(4, 80, 53, 0.18);
  animation: ecoluxe-frame-orbit 6.8s linear infinite;
}

.ecoluxe-logo-card::after {
  background:
    radial-gradient(circle at 50% 42%, rgba(232, 211, 153, 0.22), transparent 46%),
    linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  filter: blur(2px);
  transform: translateZ(-18px);
  animation: ecoluxe-logo-aura 4.8s ease-in-out infinite alternate;
}

.ecoluxe-logo-card img {
  width: 100%;
  background: var(--ecoluxe-green);
  transform-style: preserve-3d;
  animation: ecoluxe-logo-float 6.2s var(--ease-premium) infinite;
  will-change: transform;
}

.ecoluxe-wordmark-mini.logo-swapping,
.ecoluxe-logo-card img.logo-swapping {
  opacity: 0.18;
  filter: blur(5px) saturate(1.22) brightness(1.08);
  box-shadow:
    0 32px 82px rgba(201, 171, 98, 0.28),
    0 0 34px rgba(128, 245, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

@keyframes ecoluxe-logo-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotateX(-1.3deg) rotateY(-2.4deg);
  }
  50% {
    transform: translate3d(0, -5px, 18px) rotateX(2deg) rotateY(2.8deg);
  }
}

@keyframes ecoluxe-logo-aura {
  from { opacity: 0.5; scale: 0.94; }
  to { opacity: 0.9; scale: 1.04; }
}

@keyframes ecoluxe-frame-orbit {
  to { rotate: 360deg; }
}

.gold-text {
  color: var(--gold) !important;
}

.check-list {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 25px 0 33px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
}

.check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #d8b977;
  font-weight: 900;
}

.projects {
  background: var(--white);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.project-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: transform 0.45s var(--ease-premium), box-shadow 0.35s ease;
}

.project-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.project-card img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.project-card:hover img {
  transform: scale(1.045);
}

.project-card div {
  padding: 25px 26px 27px;
}

.project-card span {
  color: var(--teal-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.project-card h3 {
  margin: 9px 0 8px;
  color: var(--navy);
  font-size: 21px;
}

.project-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.center {
  margin-top: 38px;
  text-align: center;
}

.cta {
  padding: 34px 0 70px;
}

.cta-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 48px 52px;
  overflow: hidden;
  border: 1px solid rgba(141, 105, 50, 0.12);
  border-radius: 30px;
  background: linear-gradient(120deg, #f6f0e6, #eee4d5);
}

.cta-box::after {
  content: "";
  position: absolute;
  top: -95px;
  right: -70px;
  width: 250px;
  height: 250px;
  border: 45px solid rgba(166, 126, 57, 0.08);
  border-radius: 50%;
}

.cta-box > * {
  position: relative;
  z-index: 1;
}

.cta-box h2 {
  max-width: 650px;
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(32px, 3.2vw, 43px);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.cta-box p {
  margin: 12px 0 0;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.site-footer {
  position: relative;
  margin-top: 0;
  padding-top: 56px;
  overflow: hidden;
  color: #d8d1c6;
  background:
    radial-gradient(circle at 14% 24%, rgba(201, 171, 98, 0.12), transparent 32%),
    radial-gradient(circle at 88% 0%, rgba(4, 80, 53, 0.2), transparent 28%),
    linear-gradient(145deg, #071522, #0b1726 58%, #050c14);
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #785a2b, #d8b977, #785a2b);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.9fr;
  gap: 28px 38px;
  align-items: start;
}

.footer-brand img {
  width: 250px;
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--white);
}

.footer-brand p {
  max-width: 380px;
  margin-top: 19px;
  color: #bbb3a7;
}

.site-footer h3 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer a,
.site-footer p {
  display: block;
  margin: 7px 0;
  color: #c4bdb2;
  font-size: 13px;
}

.site-footer a {
  width: fit-content;
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: var(--white);
}

.footer-actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.footer-actions a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  min-height: 38px;
  padding: 6px 12px 6px 7px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(201, 171, 98, 0.34);
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 15%, rgba(232, 211, 153, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(4, 80, 53, 0.42), rgba(255, 255, 255, 0.05));
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
  color: #fff7e6;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: transform 0.25s var(--ease-premium), border-color 0.25s ease, box-shadow 0.25s ease;
}

.footer-actions a::before {
  content: "W";
  position: relative;
  z-index: 1;
  display: grid;
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  place-items: center;
  color: var(--ecoluxe-green-dark);
  border-radius: 50%;
  background: linear-gradient(145deg, #f4e5b8, var(--ecoluxe-gold));
  box-shadow:
    0 8px 18px rgba(201, 171, 98, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
  font-size: 12px;
  font-weight: 950;
}

.footer-actions a[href*="maps"]::before {
  content: "M";
  color: #1b1608;
  background: linear-gradient(145deg, #f9e9b8, #c9ab62);
}

.footer-actions a::after {
  content: "";
  position: absolute;
  inset: -40% -80%;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 42%, rgba(255, 255, 255, 0.38), rgba(128, 245, 255, 0.14), transparent 58%);
  transform: translateX(-40%) rotate(8deg);
  transition: opacity 0.3s ease, transform 0.7s var(--ease-premium);
}

.footer-actions a:hover {
  border-color: var(--ecoluxe-gold);
  box-shadow:
    0 18px 36px rgba(4, 80, 53, 0.24),
    0 0 28px rgba(201, 171, 98, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.footer-actions a:hover::after {
  opacity: 1;
  transform: translateX(52%) rotate(8deg);
}

.footer-office-card {
  position: relative;
  grid-column: 1 / -1;
  order: -1;
  display: grid;
  grid-template-columns: minmax(172px, 0.64fr) minmax(300px, 1.04fr) minmax(390px, 1.36fr) minmax(148px, 0.55fr);
  gap: 14px 20px;
  align-items: center;
  isolation: isolate;
  padding: 18px 20px;
  overflow: hidden;
  border: 1px solid rgba(201, 171, 98, 0.28);
  border-radius: 28px;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035) 42%, rgba(4, 80, 53, 0.16)),
    radial-gradient(circle at 84% 24%, rgba(201, 171, 98, 0.18), transparent 38%),
    radial-gradient(circle at 14% 100%, rgba(128, 245, 255, 0.08), transparent 30%);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transform-style: preserve-3d;
}

.footer-office-card::before {
  content: "";
  position: absolute;
  inset: -42%;
  z-index: -1;
  opacity: 0.34;
  pointer-events: none;
  background:
    linear-gradient(116deg, transparent 35%, rgba(255, 255, 255, 0.24), rgba(128, 245, 255, 0.08), transparent 62%);
  transform: translateX(-30%) rotate(8deg);
  animation: uv-reflection 9.2s var(--ease-premium) infinite;
}

.footer-office-card::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -68px;
  z-index: -1;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(201, 171, 98, 0.22);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 22px rgba(201, 171, 98, 0.04),
    0 0 38px rgba(128, 245, 255, 0.06);
}

.footer-office-title {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: grid;
  gap: 10px;
  align-content: center;
  min-width: 0;
}

.footer-office-label {
  grid-column: 1;
  grid-row: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  padding: 7px 11px;
  color: var(--ecoluxe-gold-light);
  border: 1px solid rgba(201, 171, 98, 0.26);
  border-radius: 999px;
  background: rgba(201, 171, 98, 0.08);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer .footer-office-card h3 {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-transform: none;
}

.footer-office-contact {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 7px;
  min-width: 0;
  margin-bottom: 0;
}

.footer-office-contact p {
  grid-column: 1 / -1;
  margin: 0 0 2px;
  font-size: 12px;
}

.footer-office-card a {
  margin: 0;
  padding: 2px 0;
  color: #efe4ce;
  overflow-wrap: normal;
}

.footer-office-card a:hover {
  color: var(--ecoluxe-gold-light);
}

.office-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  min-width: 0;
  min-height: 31px;
  padding: 5px 10px 5px 5px !important;
  overflow: hidden;
  border: 1px solid rgba(232, 211, 153, 0.24);
  border-radius: 999px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(4, 80, 53, 0.16));
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: #fff6e3;
  font-size: 12px;
  font-weight: 820;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: transform 0.25s var(--ease-premium), border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-footer .office-chip {
  display: inline-flex;
  width: 100%;
  margin: 0;
}

.office-location {
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3px 9px;
  min-height: 52px;
  padding: 7px 10px 7px 5px !important;
  border-radius: 18px;
  line-height: 1.25;
  white-space: normal;
}

.office-chip::before {
  display: grid;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  place-items: center;
  color: #101a16;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.5), transparent 34%),
    linear-gradient(145deg, #f7e7bd, var(--ecoluxe-gold));
  box-shadow:
    0 8px 18px rgba(201, 171, 98, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  font-weight: 950;
  letter-spacing: 0.04em;
}

.office-location::before {
  content: "PIN";
  margin-top: 2px;
  font-size: 7px;
}

.office-location span {
  flex: 1 1 calc(100% - 34px);
  min-width: 0;
}

.office-location small {
  flex: 0 0 calc(100% - 34px);
  margin-left: 34px;
  color: rgba(255, 246, 227, 0.74);
  font-size: 10px;
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: normal;
}

.office-phone::before {
  content: "TEL";
  font-size: 7px;
}

.office-email::before {
  content: "@";
  font-size: 13px;
}

.office-website::before {
  content: "WWW";
  font-size: 7px;
}

.office-chip:hover {
  border-color: rgba(232, 211, 153, 0.54);
  box-shadow:
    0 14px 28px rgba(4, 80, 53, 0.2),
    0 0 24px rgba(201, 171, 98, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: translateY(-1px) translateZ(18px);
}

.footer-office-card p {
  color: #cfc4b5;
}

.footer-hours-strip {
  grid-column: 3;
  grid-row: 1 / span 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin: 0;
}

.footer-hours-strip span {
  min-width: 0;
  padding: 8px 7px;
  border: 1px solid rgba(201, 171, 98, 0.18);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  text-align: center;
}

.footer-hours-strip b,
.footer-hours-strip small {
  display: block;
}

.footer-hours-strip b {
  color: var(--ecoluxe-gold-light);
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-hours-strip small {
  margin-top: 2px;
  color: #d8d1c6;
  font-size: 9px;
  line-height: 1.22;
  white-space: nowrap;
}

.footer-hours-strip .closed {
  grid-column: 1 / -1;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.035);
}

.footer-office-card .footer-actions {
  grid-column: 4;
  grid-row: 1 / span 2;
  gap: 8px;
  min-width: 140px;
  margin-top: 0;
}

.footer-actions a.office-action {
  min-height: 42px;
  background:
    radial-gradient(circle at 18% 15%, rgba(232, 211, 153, 0.26), transparent 34%),
    linear-gradient(135deg, rgba(4, 80, 53, 0.58), rgba(255, 255, 255, 0.06));
}

.footer-actions a.office-whatsapp::before {
  content: "WA";
  font-size: 9px;
}

.footer-actions a.office-map::before {
  content: "PIN";
  font-size: 8px;
}

.footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  justify-content: space-between;
  margin-top: 50px;
  padding: 24px 0;
  border-top: 1px solid #303b47;
  font-size: 12px;
}

.footer-bottom > [data-back-to-top] {
  justify-self: end;
}

.page-hero {
  position: relative;
  padding: 88px 0;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 74% 18%, rgba(201, 171, 98, 0.2), transparent 32%),
    radial-gradient(circle at 16% 0%, rgba(128, 245, 255, 0.08), transparent 28%),
    linear-gradient(135deg, #f5f0e7, #fffdfa);
}

.page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 42%;
  opacity: 0.55;
  background-image:
    linear-gradient(rgba(141, 105, 50, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(141, 105, 50, 0.05) 1px, transparent 1px),
    linear-gradient(116deg, transparent 32%, rgba(128, 245, 255, 0.1), transparent 54%);
  background-size: 46px 46px;
  mask-image: linear-gradient(to left, #000, transparent);
  animation: luxury-line-drift 14s linear infinite;
}

.page-hero::after {
  content: "";
  position: absolute;
  top: -190px;
  right: -130px;
  width: 440px;
  height: 440px;
  border: 80px solid rgba(198, 161, 91, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 70px rgba(128, 245, 255, 0.08),
    inset 0 0 34px rgba(255, 248, 223, 0.12);
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero p {
  max-width: 650px;
  margin: 0;
  color: #62646a;
  font-size: 18px;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}

.page-hero-grid > img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  border: 1px solid rgba(7, 29, 50, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.profile-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 78px;
  align-items: center;
}

.profile-statement p {
  color: #62646a;
  font-size: 17px;
}

.profile-image {
  position: relative;
}

.profile-image::after {
  content: "OMAN TO THE GCC";
  position: absolute;
  right: -18px;
  bottom: -18px;
  padding: 12px 17px;
  color: var(--white);
  border-radius: 10px;
  background: var(--navy);
  box-shadow: var(--shadow-sm);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.profile-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.value-card {
  position: relative;
  padding: 38px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.value-card::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -35px;
  width: 100px;
  height: 100px;
  border: 16px solid rgba(198, 161, 91, 0.09);
  border-radius: 50%;
}

.value-card span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.value-card h3 {
  margin: 12px 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 29px;
}

.value-card p {
  margin: 0;
  color: var(--muted);
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.principle-grid > div {
  min-height: 170px;
  padding: 31px;
  background: var(--white);
  transition: background 0.2s ease;
}

.principle-grid > div:hover {
  background: #faf5ec;
}

.principle-grid strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
}

.principle-grid p {
  color: var(--muted);
  font-size: 14px;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  perspective: 1200px;
}

.detail-card {
  position: relative;
  padding: 31px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  backface-visibility: hidden;
  will-change: transform;
  transition:
    transform 0.55s var(--ease-premium),
    border-color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.45s ease;
}

.detail-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 1;
  border-radius: calc(var(--radius) - 1px);
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(135deg, rgba(4, 80, 53, 0.08), transparent 38%),
    linear-gradient(315deg, rgba(201, 171, 98, 0.16), transparent 42%),
    repeating-linear-gradient(90deg, rgba(8, 42, 64, 0.035) 0 1px, transparent 1px 12px);
  box-shadow:
    inset 0 0 0 1px rgba(201, 171, 98, 0.26),
    inset 0 24px 70px rgba(255, 255, 255, 0.55);
  transform: translateZ(2px);
  transition: opacity 0.35s ease;
}

.detail-card:hover {
  border-color: rgba(166, 126, 57, 0.62);
  background:
    radial-gradient(circle at 88% 0%, rgba(201, 171, 98, 0.18), transparent 36%),
    linear-gradient(145deg, #ffffff, #fbf7ed);
  box-shadow:
    0 30px 70px rgba(7, 29, 50, 0.16),
    0 11px 24px rgba(201, 171, 98, 0.12);
  transform: translateY(-10px) rotateX(3.5deg) rotateY(-2deg);
}

.detail-card:hover::after {
  opacity: 1;
}

.detail-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--white);
  border-radius: 14px;
  background: linear-gradient(145deg, var(--navy-2), #3a4a59);
  box-shadow: 0 10px 20px rgba(7, 29, 50, 0.14);
  font-size: 13px;
  font-weight: 900;
  transition:
    transform 0.45s var(--ease-premium),
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.detail-card:hover .detail-icon {
  background: linear-gradient(145deg, var(--teal-dark), var(--gold));
  box-shadow:
    0 18px 32px rgba(4, 80, 53, 0.24),
    0 0 0 6px rgba(201, 171, 98, 0.1);
  transform: translateZ(32px) rotate(-6deg) scale(1.08);
}

.detail-card h3 {
  margin: 20px 0 11px;
  color: var(--navy);
  font-size: 21px;
}

.detail-card ul {
  padding-left: 19px;
  color: var(--muted);
  font-size: 14px;
}

.detail-card li {
  margin: 5px 0;
  transition: color 0.25s ease, transform 0.25s ease;
}

.detail-card:hover li {
  color: #233344;
  transform: translateX(2px);
}

.detail-card:hover li::marker {
  color: var(--gold-dark);
}

.dark-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.dark-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image:
    linear-gradient(#fff 1px, transparent 1px),
    linear-gradient(90deg, #fff 1px, transparent 1px);
  background-size: 60px 60px;
}

.dark-section .container {
  position: relative;
}

.light-head h2 {
  color: var(--white);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.gallery-card {
  grid-column: span 2;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  background: #16283a;
  transition: transform 0.45s var(--ease-premium), background 0.3s ease, box-shadow 0.35s ease;
}

.gallery-card:hover {
  background: #20364a;
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.24);
  transform: translateY(-5px);
}

.gallery-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.gallery-card figcaption {
  padding: 22px 23px 24px;
}

.gallery-card strong,
.gallery-card span {
  display: block;
}

.gallery-card strong {
  color: var(--white);
  font-size: 18px;
}

.gallery-card span {
  margin-top: 4px;
  color: #a8bdcc;
  font-size: 13px;
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.process-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: process;
}

.process-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  color: var(--navy);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  font-weight: 750;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.process-list li:hover {
  border-color: rgba(166, 126, 57, 0.46);
  transform: translateX(4px);
}

.process-list span {
  width: 38px;
  color: var(--teal-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hospitality-hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
}

.hospitality-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hospitality-hero .overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 14, 25, 0.95) 0%, rgba(4, 14, 25, 0.74) 48%, rgba(4, 14, 25, 0.12) 82%),
    linear-gradient(0deg, rgba(4, 14, 25, 0.25), transparent 45%);
}

.hospitality-hero-copy {
  position: relative;
  z-index: 1;
}

.hospitality-hero h1 {
  color: var(--white);
}

.hospitality-hero em {
  color: var(--ecoluxe-gold-light);
}

.hospitality-hero p {
  max-width: 650px;
  color: #e1e7ea;
  font-size: 18px;
}

.ecoluxe-intro {
  background: var(--white);
}

.warm-section {
  background: var(--warm);
}

.hospitality-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
  perspective: 1200px;
}

.hospitality-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(154, 116, 59, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 35px rgba(65, 46, 22, 0.08);
  backface-visibility: hidden;
  will-change: transform;
  transition:
    transform 0.55s var(--ease-premium),
    border-color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.45s ease;
}

.hospitality-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 1;
  border-radius: calc(var(--radius) - 1px);
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.74), transparent 28%),
    linear-gradient(135deg, rgba(201, 171, 98, 0.22), transparent 34%),
    linear-gradient(315deg, rgba(4, 80, 53, 0.16), transparent 45%);
  box-shadow:
    inset 0 0 0 1px rgba(201, 171, 98, 0.34),
    inset 0 -38px 70px rgba(4, 80, 53, 0.08);
  transition: opacity 0.35s ease;
}

.hospitality-card:hover {
  border-color: rgba(201, 171, 98, 0.48);
  background:
    radial-gradient(circle at 86% 0%, rgba(201, 171, 98, 0.17), transparent 34%),
    linear-gradient(145deg, #ffffff, #fbf7ee);
  box-shadow:
    0 34px 76px rgba(65, 46, 22, 0.18),
    0 13px 30px rgba(4, 80, 53, 0.09);
  transform: translateY(-12px) rotateX(3deg) rotateY(2deg);
}

.hospitality-card:hover::after {
  opacity: 1;
}

.h-card-image {
  overflow: hidden;
  border-bottom: 1px solid rgba(201, 171, 98, 0.12);
  transition: filter 0.35s ease;
}

.h-card-image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.hospitality-card:hover .h-card-image img {
  filter: saturate(1.09) contrast(1.04);
  transform: scale(1.08) translateY(-3px);
}

.hospitality-card > div:not(.h-card-image) {
  min-width: 0;
  padding: 26px;
}

.hospitality-card span {
  color: var(--gold-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
  transition: color 0.25s ease, letter-spacing 0.25s ease;
}

.hospitality-card:hover span {
  color: var(--ecoluxe-green);
  letter-spacing: 0.18em;
}

.hospitality-card h3 {
  margin: 7px 0 8px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.2;
  overflow-wrap: anywhere;
  transition: color 0.25s ease, transform 0.25s ease;
}

.hospitality-card:hover h3 {
  color: var(--ecoluxe-green);
  transform: translateZ(20px);
}

.hospitality-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.luxury-band {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: #0a1624;
}

.luxury-band::before {
  content: "";
  position: absolute;
  top: -250px;
  left: -160px;
  width: 530px;
  height: 530px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 164, 101, 0.14), transparent 67%);
}

.luxury-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: center;
}

.luxury-grid h2 {
  color: var(--white);
}

.luxury-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.32);
}

.gold-check li::before {
  color: var(--gold);
}

.gold-process span {
  color: var(--gold-dark);
}

.hospitality-cta .cta-box {
  color: var(--white);
  background: #101d2c;
}

.hospitality-cta .cta-box::after {
  border-color: rgba(201, 164, 101, 0.08);
}

.hospitality-cta .cta-box h2 {
  color: var(--white);
}

.hospitality-cta .cta-box p {
  color: var(--ecoluxe-gray);
}

.contact-hero {
  background: linear-gradient(135deg, #f5f0e8, #ede2d2);
}

.contact-dept-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.contact-dept {
  position: relative;
  isolation: isolate;
  padding: 42px;
  overflow: hidden;
  border: 1px solid rgba(201, 171, 98, 0.28);
  border-radius: 30px;
  box-shadow:
    0 28px 70px rgba(7, 21, 34, 0.14),
    0 8px 24px rgba(141, 105, 50, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
  transform-style: preserve-3d;
  transition:
    transform 0.5s var(--ease-premium),
    border-color 0.35s ease,
    box-shadow 0.45s ease;
}

.contact-dept::before {
  content: "";
  position: absolute;
  inset: -44%;
  z-index: 0;
  opacity: 0.62;
  pointer-events: none;
  background:
    linear-gradient(112deg,
      transparent 36%,
      rgba(255, 255, 255, 0.38) 45%,
      rgba(128, 245, 255, 0.18) 49%,
      rgba(167, 140, 255, 0.15) 53%,
      rgba(255, 248, 223, 0.28) 57%,
      transparent 66%);
  filter: blur(0.3px);
  transform: translate3d(-38%, -6%, 0) rotate(8deg);
  animation: uv-reflection 8.4s var(--ease-premium) infinite;
}

.contact-dept::after {
  content: "";
  position: absolute;
  top: -110px;
  right: -105px;
  z-index: 0;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(201, 171, 98, 0.26);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 248, 223, 0.34), transparent 52%),
    radial-gradient(circle at 34% 35%, rgba(128, 245, 255, 0.13), transparent 42%);
  box-shadow:
    inset 0 0 0 34px rgba(201, 171, 98, 0.055),
    0 0 54px rgba(128, 245, 255, 0.1);
  transform: translateZ(-16px);
}

.contact-dept:hover {
  border-color: rgba(201, 171, 98, 0.52);
  box-shadow:
    0 36px 92px rgba(7, 21, 34, 0.18),
    0 14px 34px rgba(141, 105, 50, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.contact-dept > * {
  position: relative;
  z-index: 2;
}

.infra-contact {
  background:
    radial-gradient(circle at 12% 0%, rgba(128, 245, 255, 0.12), transparent 32%),
    radial-gradient(circle at 90% 16%, rgba(201, 171, 98, 0.2), transparent 34%),
    linear-gradient(145deg, #fffdfa, #eee8df 72%, #e7dece);
}

.hosp-contact {
  background:
    radial-gradient(circle at 15% 4%, rgba(4, 80, 53, 0.1), transparent 35%),
    radial-gradient(circle at 86% 8%, rgba(201, 171, 98, 0.28), transparent 36%),
    linear-gradient(145deg, #fffaf1, #eadbc3 68%, #d9c08d);
}

.dept-label {
  color: var(--teal-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hosp-contact .dept-label {
  color: var(--gold-dark);
}

.contact-dept h2 {
  margin: 12px 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 36px;
  line-height: 1.08;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
}

.contact-dept > p {
  color: var(--muted);
}

.contact-lines {
  display: grid;
  gap: 10px;
  margin: 28px 0 30px;
}

.contact-lines a {
  position: relative;
  padding: 14px 16px;
  overflow: hidden;
  border: 1px solid rgba(7, 29, 50, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.64),
    0 8px 20px rgba(7, 21, 34, 0.045);
  backdrop-filter: blur(12px);
  transform-style: preserve-3d;
  transition:
    transform 0.35s var(--ease-premium),
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.35s ease;
}

.contact-lines a::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 12%, rgba(255, 255, 255, 0.46), transparent 38%);
  transform: translateX(-55%);
  transition: opacity 0.25s ease, transform 0.55s var(--ease-premium);
}

.contact-lines a:hover {
  border-color: rgba(201, 171, 98, 0.44);
  background: rgba(255, 255, 255, 0.68);
  box-shadow:
    0 14px 30px rgba(7, 21, 34, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transform: translate3d(5px, -2px, 14px);
}

.contact-lines a:hover::after {
  opacity: 1;
  transform: translateX(52%);
}

.contact-lines a:hover strong {
  color: var(--teal-dark);
}

.hosp-contact .contact-lines a:hover strong {
  color: var(--ecoluxe-green);
}

.contact-lines small,
.contact-lines strong {
  display: block;
}

.contact-lines small {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-lines strong {
  color: var(--navy);
  font-size: 16px;
  overflow-wrap: anywhere;
  transition: color 0.2s ease;
}

.office-hours {
  padding: 14px 16px;
  border: 1px solid rgba(7, 29, 50, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.64),
    0 8px 20px rgba(7, 21, 34, 0.045);
}

.office-hours small,
.office-hours strong,
.office-hours span {
  display: block;
}

.office-hours small {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.office-hours strong {
  color: var(--navy);
  font-size: 14px;
}

.office-hours span {
  color: var(--muted);
  font-size: 13px;
}

.office-contact-lines {
  grid-template-columns: 1fr;
  gap: 12px;
}

.office-contact-lines .office-hours {
  grid-column: 1 / -1;
}

.premium-hours {
  padding: 17px;
}

.premium-hours > small {
  margin-bottom: 12px;
}

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

.hours-grid span {
  min-width: 0;
  padding: 12px 13px;
  border: 1px solid rgba(201, 171, 98, 0.18);
  border-radius: 15px;
  background:
    radial-gradient(circle at 85% 0%, rgba(201, 171, 98, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 8px 18px rgba(7, 21, 34, 0.04);
}

.hours-grid b,
.hours-grid strong {
  display: block;
}

.hours-grid b {
  color: var(--teal-dark);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hours-grid strong {
  margin-top: 2px;
  color: var(--navy);
  font-size: 12px;
  line-height: 1.35;
}

.hours-grid .closed {
  grid-column: 1 / -1;
  border-color: rgba(7, 29, 50, 0.08);
  background: rgba(255, 255, 255, 0.38);
}

.hours-grid .closed b,
.hours-grid .closed strong {
  color: var(--muted);
}

.contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.office-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 30px;
  align-items: start;
}

.office-card,
.quick-enquiry {
  padding: 42px;
  border: 1px solid rgba(201, 171, 98, 0.26);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.office-card {
  position: sticky;
  top: 145px;
}

.office-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -78px;
  z-index: 1;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(201, 171, 98, 0.24);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 248, 223, 0.32), transparent 58%),
    radial-gradient(circle at 35% 28%, rgba(128, 245, 255, 0.1), transparent 42%);
  box-shadow: inset 0 0 0 26px rgba(201, 171, 98, 0.045);
  pointer-events: none;
}

.office-card .eyebrow {
  display: inline-flex;
  padding: 7px 11px;
  border: 1px solid rgba(201, 171, 98, 0.26);
  border-radius: 999px;
  background: rgba(201, 171, 98, 0.1);
}

.office-arabic-address {
  margin-top: -8px;
  color: var(--teal-dark);
  font-size: 16px;
  font-weight: 760;
  line-height: 1.55;
}

.office-card .text-link {
  padding: 12px 16px;
  border: 1px solid rgba(201, 171, 98, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 12px 26px rgba(7, 21, 34, 0.06);
}

.office-card .text-link::after {
  display: none;
}

.quick-enquiry form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.quick-enquiry label {
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.quick-enquiry .full-field,
.quick-enquiry button,
.quick-enquiry .form-note {
  grid-column: 1 / -1;
}

.quick-enquiry .optional {
  color: var(--muted);
  font-weight: 500;
}

.quick-enquiry input,
.quick-enquiry select,
.quick-enquiry textarea {
  width: 100%;
  margin-top: 7px;
  padding: 13px 14px;
  color: var(--ink);
  border: 1px solid #d5ccbe;
  border-radius: 11px;
  background: #fcfaf6;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.quick-enquiry textarea {
  min-height: 125px;
  resize: vertical;
}

.quick-enquiry input:focus,
.quick-enquiry select:focus,
.quick-enquiry textarea:focus {
  outline: 0;
  border-color: var(--teal);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(198, 161, 91, 0.14);
}

.quick-enquiry button {
  justify-self: start;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.faq-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 0%, rgba(201, 171, 98, 0.14), transparent 32%),
    linear-gradient(180deg, #fffefb, #f7f1e7);
}

.ecoluxe-faq {
  background:
    radial-gradient(circle at 78% 0%, rgba(4, 80, 53, 0.12), transparent 34%),
    radial-gradient(circle at 18% 100%, rgba(201, 171, 98, 0.16), transparent 32%),
    linear-gradient(180deg, #fffaf1, #f4ead9);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 34px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(201, 171, 98, 0.22);
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 248, 223, 0.32), transparent 34%),
    rgba(255, 255, 255, 0.68);
  box-shadow:
    0 18px 42px rgba(7, 21, 34, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(12px);
  transform-style: preserve-3d;
}

.faq-card summary {
  position: relative;
  z-index: 2;
  cursor: pointer;
  padding: 21px 54px 21px 22px;
  color: var(--navy);
  font-weight: 850;
  line-height: 1.35;
  list-style: none;
}

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

.faq-card summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--teal-dark);
  border: 1px solid rgba(201, 171, 98, 0.36);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.56);
  transform: translateY(-50%);
}

.faq-card[open] summary::after {
  content: "-";
}

.faq-card p {
  position: relative;
  z-index: 2;
  margin: -4px 22px 22px;
  color: var(--muted);
  font-size: 15px;
}

.service-card,
.detail-card,
.value-card,
.project-card,
.gallery-card,
.hospitality-card,
.cta-box,
.response-panel,
.office-card,
.quick-enquiry,
.faq-card {
  isolation: isolate;
  transform-style: preserve-3d;
}

.response-panel,
.quick-enquiry {
  position: relative;
  overflow: hidden;
}

.office-card,
.quick-enquiry {
  background:
    radial-gradient(circle at 86% 0%, rgba(201, 171, 98, 0.14), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(251, 246, 234, 0.94));
  box-shadow:
    0 26px 68px rgba(7, 21, 34, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.service-card::before,
.detail-card::before,
.value-card::before,
.project-card::before,
.gallery-card::before,
.hospitality-card::before,
.cta-box::before,
.response-panel::before,
.office-card::before,
.quick-enquiry::before,
.faq-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0.14;
  background:
    linear-gradient(118deg, transparent 9%, rgba(255, 255, 255, 0.44) 21%, transparent 33%),
    radial-gradient(circle at 12% 8%, rgba(128, 245, 255, 0.13), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(201, 171, 98, 0.16), transparent 34%);
  mix-blend-mode: screen;
  transform: translateX(-38%);
  transition:
    opacity 0.35s ease,
    transform 0.65s var(--ease-premium);
}

.service-card:hover::before,
.detail-card:hover::before,
.value-card:hover::before,
.project-card:hover::before,
.gallery-card:hover::before,
.hospitality-card:hover::before,
.cta-box:hover::before,
.response-panel:hover::before,
.office-card:hover::before,
.quick-enquiry:hover::before,
.faq-card:hover::before {
  opacity: 0.44;
  transform: translateX(36%);
}

.not-found {
  min-height: 62vh;
  display: flex;
  align-items: center;
  text-align: center;
}

.not-found .container {
  max-width: 760px;
}

.not-found h1 {
  margin-inline: auto;
}

.not-found p {
  margin: 0 auto 28px;
}

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

.js .reveal {
  opacity: 0;
  transform: translateY(34px) scale(0.992);
  filter: blur(5px);
  transition:
    opacity 0.85s var(--ease-premium),
    transform 0.85s var(--ease-premium),
    filter 0.85s var(--ease-premium);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.js .reveal.visible {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

.delay-1 {
  --reveal-delay: 100ms;
}

.delay-2 {
  --reveal-delay: 200ms;
}

.js:not(.page-ready) .site-header {
  opacity: 0;
  transform: translateY(-18px);
}

.js .home-hero .hero-copy > *,
.js .page-hero .container:not(.page-hero-grid) > *,
.js .page-hero-grid > div > *,
.js .hospitality-hero-copy > * {
  opacity: 0;
}

.js.page-ready .home-hero .hero-copy > *,
.js.page-ready .page-hero .container:not(.page-hero-grid) > *,
.js.page-ready .page-hero-grid > div > *,
.js.page-ready .hospitality-hero-copy > * {
  animation: premium-enter 0.85s var(--ease-premium) both;
}

.js.page-ready .home-hero .hero-copy > *:nth-child(2),
.js.page-ready .page-hero .container:not(.page-hero-grid) > *:nth-child(2),
.js.page-ready .page-hero-grid > div > *:nth-child(2),
.js.page-ready .hospitality-hero-copy > *:nth-child(2) {
  animation-delay: 90ms;
}

.js.page-ready .home-hero .hero-copy > *:nth-child(3),
.js.page-ready .page-hero .container:not(.page-hero-grid) > *:nth-child(3),
.js.page-ready .page-hero-grid > div > *:nth-child(3),
.js.page-ready .hospitality-hero-copy > *:nth-child(3) {
  animation-delay: 170ms;
}

.js.page-ready .home-hero .hero-copy > *:nth-child(4),
.js.page-ready .page-hero .container:not(.page-hero-grid) > *:nth-child(4),
.js.page-ready .page-hero-grid > div > *:nth-child(4),
.js.page-ready .hospitality-hero-copy > *:nth-child(4) {
  animation-delay: 250ms;
}

.js.page-ready .home-hero .hero-copy > *:nth-child(5),
.js.page-ready .hospitality-hero-copy > *:nth-child(5) {
  animation-delay: 330ms;
}

.js .page-hero-grid > img,
.js .hospitality-hero > img {
  opacity: 0;
}

.js.page-ready .page-hero-grid > img,
.js.page-ready .hospitality-hero > img {
  opacity: 1;
  animation: premium-image-enter 1.25s 80ms var(--ease-premium) backwards;
}

.page-leaving body > *:not(.site-loader) {
  opacity: 0.78;
  transform: scale(0.995);
  filter: blur(2px);
  transition:
    opacity 0.36s ease,
    transform 0.36s var(--ease-premium),
    filter 0.36s ease;
}

.js .tilt-surface,
.js .reveal.tilt-surface {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --tilt-scale: 1;
  --glow-x: 50%;
  --glow-y: 50%;
  --base-y: 0px;
  transform:
    perspective(1100px)
    translateY(var(--base-y))
    rotateX(var(--tilt-x))
    rotateY(var(--tilt-y))
    scale3d(var(--tilt-scale), var(--tilt-scale), var(--tilt-scale));
  transform-style: preserve-3d;
  will-change: transform;
  transition:
    transform 0.5s var(--ease-premium),
    box-shadow 0.4s ease,
    border-color 0.35s ease;
}

.js .division-card.hospitality.tilt-surface {
  --base-y: 38px;
  transform:
    perspective(1100px)
    translateY(var(--base-y))
    rotateX(var(--tilt-x))
    rotateY(var(--tilt-y))
    scale3d(var(--tilt-scale), var(--tilt-scale), var(--tilt-scale));
}

.js .tilt-surface.tilt-active {
  --tilt-scale: 1.018;
  transition-duration: 0.12s, 0.35s, 0.35s;
}

.tilt-glow {
  position: absolute !important;
  inset: -1px !important;
  z-index: 5 !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: inherit !important;
  background:
    radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(255, 248, 223, 0.34), transparent 24%),
    radial-gradient(circle at calc(var(--glow-x) + 8%) calc(var(--glow-y) - 10%), rgba(128, 245, 255, 0.12), transparent 20%),
    linear-gradient(115deg, transparent 32%, rgba(255, 255, 255, 0.14) 45%, rgba(167, 140, 255, 0.08) 50%, transparent 63%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 0 24px rgba(128, 245, 255, 0.035);
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  transform: translateZ(20px);
  transition: opacity 0.35s ease;
}

.tilt-active .tilt-glow {
  opacity: 1;
}

.tilt-active {
  box-shadow:
    0 36px 84px rgba(7, 21, 34, 0.2),
    0 12px 28px rgba(135, 98, 44, 0.12);
}

/* Seven coordinated visual layers create the site's premium depth field. */
.depth-scene {
  --dx-soft: 0px;
  --dx-medium: 0px;
  --dx-strong: 0px;
  --dx-reverse-soft: 0px;
  --dx-reverse-medium: 0px;
  --dy-soft: 0px;
  --dy-medium: 0px;
  --dy-strong: 0px;
  --dy-reverse-soft: 0px;
  --ds-soft: 0px;
  --ds-reverse-soft: 0px;
  --ds-reverse-medium: 0px;
  isolation: isolate;
  perspective: 1600px;
}

.depth-scene .container,
.depth-scene .hero-grid,
.depth-scene .hospitality-hero-copy {
  position: relative;
  z-index: 4;
}

.depth-field {
  position: absolute;
  inset: -18%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  transform-style: preserve-3d;
}

.depth-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  will-change: transform;
}

.depth-layer:nth-child(1) {
  inset: 38% -12% -42%;
  opacity: 0.36;
  background-image:
    linear-gradient(rgba(141, 105, 50, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(141, 105, 50, 0.12) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to top, #000, transparent 78%);
  transform:
    perspective(700px)
    rotateX(68deg)
    translate3d(var(--dx-reverse-soft), var(--ds-soft), -70px);
}

.depth-layer:nth-child(2) {
  inset: 8% 2% 5% 45%;
  border-radius: 50%;
  opacity: 0.72;
  background: radial-gradient(circle, rgba(218, 181, 105, 0.26), rgba(198, 161, 91, 0.07) 34%, transparent 68%);
  filter: blur(10px);
  transform: translate3d(var(--dx-soft), var(--dy-soft), 30px);
  animation: depth-breathe 7s ease-in-out infinite alternate;
}

.depth-layer:nth-child(3) {
  inset: 10% 8% auto auto;
  width: clamp(260px, 36vw, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(198, 161, 91, 0.2);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 34px rgba(198, 161, 91, 0.025),
    0 0 80px rgba(198, 161, 91, 0.08);
  transform:
    translate3d(var(--dx-medium), calc(var(--dy-medium) + var(--ds-reverse-soft)), 70px)
    rotateX(64deg)
    rotateZ(18deg);
  animation: depth-orbit 18s linear infinite;
}

.depth-layer:nth-child(4) {
  inset: auto auto 5% 13%;
  width: clamp(180px, 25vw, 380px);
  aspect-ratio: 1;
  border: 1px solid rgba(40, 95, 131, 0.16);
  border-radius: 50%;
  box-shadow: inset 0 0 0 18px rgba(40, 95, 131, 0.025);
  transform:
    translate3d(var(--dx-reverse-medium), calc(var(--dy-reverse-soft) + var(--ds-soft)), 45px)
    rotateY(68deg)
    rotateZ(-12deg);
  animation: depth-orbit-reverse 22s linear infinite;
}

.depth-layer:nth-child(5) {
  opacity: 0.48;
  background-image:
    radial-gradient(circle at 18% 28%, rgba(198, 161, 91, 0.8) 0 1px, transparent 2px),
    radial-gradient(circle at 76% 20%, rgba(40, 95, 131, 0.55) 0 1px, transparent 2px),
    radial-gradient(circle at 65% 72%, rgba(198, 161, 91, 0.55) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 32% 82%, rgba(255, 255, 255, 0.85) 0 1px, transparent 2px);
  transform: translate3d(var(--dx-strong), calc(var(--dy-medium) + var(--ds-reverse-medium)), 105px);
  animation: depth-float 9s ease-in-out infinite alternate;
}

.depth-layer:nth-child(6) {
  inset: 18% -16% auto 38%;
  height: 1px;
  opacity: 0.52;
  background: linear-gradient(90deg, transparent, rgba(227, 201, 143, 0.7), transparent);
  box-shadow: 0 0 18px rgba(227, 201, 143, 0.28);
  transform:
    translate3d(var(--dx-reverse-medium), var(--dy-medium), 120px)
    rotate(-13deg);
  animation: depth-streak 6s ease-in-out infinite alternate;
}

.depth-layer:nth-child(7) {
  inset: auto 9% 8% auto;
  width: clamp(90px, 13vw, 180px);
  aspect-ratio: 1;
  opacity: 0.24;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.75), rgba(198, 161, 91, 0.1) 44%, transparent 45%);
  clip-path: polygon(50% 0, 100% 100%, 0 72%);
  filter: drop-shadow(0 22px 28px rgba(7, 21, 34, 0.12));
  transform:
    translate3d(var(--dx-strong), calc(var(--dy-strong) + var(--ds-reverse-medium)), 145px)
    rotate(-9deg);
  animation: depth-prism 8s ease-in-out infinite alternate;
}

.home-hero .hero-copy {
  transform: translate3d(var(--dx-reverse-soft), var(--dy-reverse-soft), 24px);
}

.home-hero .hero-visual {
  transform: translate3d(
    var(--dx-soft),
    calc(var(--dy-soft) + var(--ds-reverse-soft)),
    58px
  );
}

.page-hero .container {
  transform: translate3d(var(--dx-reverse-soft), var(--dy-reverse-soft), 32px);
}

.hospitality-hero > img {
  transform: scale(1.065) translate3d(
    var(--dx-reverse-soft),
    calc(var(--dy-reverse-soft) + var(--ds-soft)),
    0
  );
  transition: transform 0.35s ease-out;
}

.hospitality-hero .overlay {
  z-index: 2;
}

@keyframes depth-breathe {
  from { opacity: 0.46; scale: 0.92; }
  to { opacity: 0.78; scale: 1.08; }
}

@keyframes depth-orbit {
  to { rotate: 360deg; }
}

@keyframes depth-orbit-reverse {
  to { rotate: -360deg; }
}

@keyframes depth-float {
  from { margin-top: -8px; }
  to { margin-top: 10px; }
}

@keyframes depth-streak {
  from { opacity: 0.18; }
  to { opacity: 0.64; }
}

@keyframes depth-prism {
  from { rotate: -3deg; }
  to { rotate: 8deg; }
}

@keyframes uv-reflection {
  0%,
  100% {
    opacity: 0.34;
    transform: translate3d(-42%, -8%, 0) rotate(8deg);
  }
  46%,
  56% {
    opacity: 0.74;
    transform: translate3d(34%, 8%, 0) rotate(8deg);
  }
}

@keyframes luxury-line-drift {
  from { background-position: 0 0, 0 0, -120px 0; }
  to { background-position: 46px 46px, 46px 46px, 180px 0; }
}

@media (max-width: 900px) {
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-office-contact,
  .office-contact-lines {
    grid-template-columns: 1fr;
  }

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

  .faq-card summary {
    padding-right: 48px;
  }

  .footer-office-card {
    padding: 22px;
  }
}

.service-card > *:not(.tilt-glow),
.detail-card > *:not(.tilt-glow),
.value-card > *:not(.tilt-glow),
.contact-dept > *:not(.tilt-glow),
.hospitality-card > *:not(.tilt-glow),
.project-card > *:not(.tilt-glow),
.gallery-card > *:not(.tilt-glow),
.capability-item > *:not(.tilt-glow),
.cta-box > *:not(.tilt-glow),
.office-card > *:not(.tilt-glow),
.quick-enquiry > *:not(.tilt-glow),
.footer-office-card > * {
  position: relative;
  z-index: 2;
  transform: translateZ(12px);
}

.division-card > div {
  transform: translateZ(12px);
}

.service-card .service-no,
.detail-card .detail-icon,
.hospitality-card .h-card-image,
.project-card img,
.gallery-card img {
  transform: translateZ(18px);
}

.contact-dock {
  position: fixed;
  top: 50%;
  right: 14px;
  bottom: auto;
  z-index: 120;
  display: grid;
  gap: 9px;
  justify-items: end;
  perspective: 900px;
  transform: translateY(-50%);
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.contact-app {
  min-width: 48px;
  width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px;
  overflow: hidden;
  color: #f8f0e1;
  border: 1px solid rgba(217, 190, 132, 0.34);
  border-radius: 999px;
  background:
    radial-gradient(circle at 22% 14%, rgba(232, 211, 153, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(2, 51, 31, 0.97), rgba(4, 80, 53, 0.95));
  box-shadow: 0 16px 38px rgba(0, 58, 41, 0.26);
  backdrop-filter: blur(14px);
  font-size: 12px;
  font-weight: 800;
  transform: perspective(700px) rotateY(-7deg);
  transform-origin: right;
  transition: width 0.4s var(--ease-premium), transform 0.35s var(--ease-premium), box-shadow 0.35s ease, border-color 0.35s ease;
}

.contact-app:hover {
  width: 138px;
  padding-right: 15px;
  border-color: rgba(225, 199, 134, 0.72);
  box-shadow: 0 20px 48px rgba(0, 58, 41, 0.34);
  transform: perspective(700px) translateY(-3px) rotateY(0deg);
}

.contact-app > span:last-child {
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  white-space: nowrap;
  transition: max-width 0.4s var(--ease-premium), opacity 0.25s ease;
}

.contact-app:hover > span:last-child,
.contact-app:focus-visible > span:last-child {
  max-width: 82px;
  opacity: 1;
}

.contact-app-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  color: var(--navy);
  border-radius: 50%;
  background: linear-gradient(145deg, #f7e7bd, #b88d43);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 800;
}

.email-app .contact-app-icon {
  color: #f7e7bd;
  background: linear-gradient(145deg, #24455f, #0b1c2d);
  border: 1px solid rgba(225, 199, 134, 0.36);
}

.signature-meridian {
  position: fixed;
  top: 20vh;
  left: 16px;
  bottom: 20vh;
  z-index: 95;
  width: 54px;
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  align-items: center;
  justify-items: center;
  gap: 10px;
  padding: 9px 5px;
  overflow: hidden;
  border: 1px solid rgba(232, 211, 153, 0.24);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 4%, rgba(232, 211, 153, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(8, 28, 40, 0.86), rgba(4, 80, 53, 0.34), rgba(8, 28, 40, 0.82));
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.2),
    0 0 30px rgba(201, 171, 98, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(12px);
  pointer-events: none;
  opacity: 0.96;
  mix-blend-mode: normal;
}

.meridian-code {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #f8e8ba;
  border: 1px solid rgba(232, 211, 153, 0.34);
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 24%, rgba(255, 255, 255, 0.28), transparent 32%),
    rgba(7, 21, 34, 0.72);
  box-shadow:
    0 0 28px rgba(201, 171, 98, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.meridian-to {
  color: rgba(248, 232, 186, 0.72);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.meridian-line {
  position: relative;
  width: 1px;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(to bottom, transparent, rgba(232, 211, 153, 0.28), transparent);
  box-shadow: 0 0 22px rgba(232, 211, 153, 0.2);
}

.meridian-line::before,
.meridian-line::after {
  content: "";
  position: absolute;
  left: 50%;
  border-radius: 50%;
  transform: translateX(-50%);
}

.meridian-line::before {
  top: calc((100% - 12px) * var(--page-progress, 0));
  width: 12px;
  height: 12px;
  background: #f8e8ba;
  box-shadow:
    0 0 18px rgba(232, 211, 153, 0.9),
    0 0 42px rgba(128, 245, 255, 0.18);
}

.meridian-line::after {
  top: 0;
  width: 2px;
  height: calc(100% * var(--page-progress, 0));
  background: linear-gradient(to bottom, rgba(232, 211, 153, 0.92), rgba(128, 245, 255, 0.35));
}

.meridian-caption {
  writing-mode: vertical-rl;
  color: rgba(255, 246, 227, 0.62);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: rotate(180deg);
}

.page-hero-grid > img.tilt-surface,
.profile-image.tilt-surface,
.feature-image.tilt-surface,
.luxury-image.tilt-surface {
  --tilt-scale: 1;
  overflow: visible;
}

.page-hero-grid > img.tilt-active,
.profile-image.tilt-active,
.feature-image.tilt-active,
.luxury-image.tilt-active {
  --tilt-scale: 1.015;
  filter: saturate(1.04) contrast(1.02);
}

@media (max-width: 1100px) {
  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    top: 150px;
    right: 24px;
    left: 24px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--white);
    box-shadow: var(--shadow-lg);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  }

  .main-nav.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .main-nav a {
    padding: 13px 14px;
    border-radius: 10px;
  }

  .main-nav a:not(.nav-cta)::after {
    display: none;
  }

  .main-nav a:hover,
  .main-nav a[aria-current="page"] {
    background: var(--teal-soft);
  }

  .main-nav .nav-cta {
    margin-top: 6px;
    justify-content: center;
  }

  .hero-grid,
  .profile-grid,
  .page-hero-grid,
  .feature-grid,
  .luxury-grid,
  .signature-grid,
  .response-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 60px;
  }

  .hero-copy {
    max-width: 800px;
  }

  .hero-visual {
    max-width: 780px;
  }

  .service-grid,
  .detail-grid,
  .hospitality-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .capability-strip-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .capability-item:nth-child(3) {
    border-left: 0;
  }

  .capability-item:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

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

  .hospitality-hero {
    min-height: 650px;
  }

  .hospitality-hero .overlay {
    background: rgba(4, 14, 25, 0.76);
  }

  .page-hero-grid > img {
    max-width: 760px;
  }

  .signature-orb {
    max-width: 760px;
  }
}

@media (max-width: 1180px) {
  .footer-office-card {
    grid-template-columns: minmax(190px, 0.8fr) minmax(260px, 1fr) minmax(150px, 0.52fr);
  }

  .footer-office-title {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .footer-hours-strip {
    grid-column: 1 / -1;
    grid-row: 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-office-card .footer-actions {
    grid-column: 3;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 900px) {
  .footer-office-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }

  .footer-office-label,
  .footer-office-title,
  .site-footer .footer-office-card h3,
  .footer-office-contact,
  .footer-hours-strip,
  .footer-office-card .footer-actions {
    grid-column: 1;
    grid-row: auto;
  }

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

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

  .signature-meridian {
    top: auto;
    left: 50%;
    right: auto;
    bottom: 14px;
    width: min(210px, calc(100% - 130px));
    min-height: 42px;
    display: flex;
    gap: 8px;
    padding: 6px 10px;
    transform: translateX(-50%);
  }

  .meridian-code {
    width: 30px;
    height: 30px;
  }

  .meridian-line {
    width: 58px;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(232, 211, 153, 0.44), transparent);
  }

  .meridian-line::before,
  .meridian-line::after {
    top: 50%;
    left: auto;
    transform: translateY(-50%);
  }

  .meridian-line::before {
    left: calc((100% - 10px) * var(--page-progress, 0));
    width: 10px;
    height: 10px;
  }

  .meridian-line::after {
    left: 0;
    width: calc(100% * var(--page-progress, 0));
    height: 2px;
    background: linear-gradient(to right, rgba(232, 211, 153, 0.92), rgba(128, 245, 255, 0.35));
  }

  .meridian-caption {
    display: none;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 105px;
  }

  .container {
    width: min(100% - 30px, var(--max));
  }

  .topbar-inner {
    justify-content: center;
  }

  .topbar-inner span:last-child {
    display: none;
  }

  .nav-wrap {
    height: 86px;
  }

  .brand {
    flex-basis: 174px;
  }

  .brand img {
    width: 174px;
    max-height: 78px;
  }

  .main-nav {
    top: 130px;
    right: 15px;
    left: 15px;
  }

  .hero,
  .section {
    padding: 60px 0;
  }

  .hero {
    padding-top: 56px;
  }

  .hero-grid,
  .split,
  .process-grid,
  .contact-dept-grid,
  .office-grid,
  .signature-grid,
  .response-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero h1,
  .page-hero h1,
  .hospitality-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .hero-copy > p,
  .page-hero p,
  .hospitality-hero p {
    font-size: 16px;
  }

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

  .choice-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .choice-header::after {
    right: 20px;
    bottom: auto;
    top: 20px;
    width: 92px;
  }

  .choice-header p {
    max-width: none;
    padding-right: 58px;
  }

  .division-card {
    min-height: 380px;
  }

  .division-card.hospitality,
  .division-card.hospitality:hover {
    transform: none;
  }

  .js .division-card.hospitality.tilt-surface {
    --base-y: 0px;
    transform: none;
  }

  .loader-emblem {
    transform: scale(0.9);
  }

  .capability-strip {
    margin-top: -18px;
  }

  .capability-strip-inner {
    grid-template-columns: 1fr;
  }

  .capability-item {
    min-height: 0;
    padding: 21px 23px;
  }

  .capability-item + .capability-item {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .service-grid,
  .detail-grid,
  .hospitality-grid,
  .project-grid,
  .value-grid,
  .principle-grid,
  .signature-card-grid {
    grid-template-columns: 1fr;
  }

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

  .gallery-card {
    grid-column: auto;
  }

  .feature-grid,
  .luxury-grid {
    gap: 42px;
  }

  .feature-image::before,
  .profile-image::after {
    right: 12px;
    bottom: -14px;
  }

  .ecoluxe-logo-card {
    width: min(360px, 100%);
  }

  .cta-box {
    align-items: flex-start;
    flex-direction: column;
    padding: 34px 30px;
  }

  .signature-section {
    padding: 64px 0;
  }

  .signature-copy h2 {
    font-size: clamp(36px, 10vw, 52px);
  }

  .signature-orb {
    min-height: 340px;
  }

  .orbit-one {
    width: 245px;
    height: 245px;
  }

  .orbit-two {
    width: 285px;
    height: 140px;
  }

  .orbit-three {
    width: 140px;
    height: 295px;
  }

  .orb-core {
    width: 168px;
    height: 168px;
  }

  .orb-core strong {
    font-size: 25px;
  }

  .brand-moodboard figcaption {
    position: static;
    margin: 12px;
    flex-wrap: wrap;
  }

  .brand-moodboard figcaption strong {
    flex-basis: 100%;
    margin-left: 0;
  }

  .section.cta {
    padding: 28px 0 58px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 14px;
  }

  .footer-bottom > [data-back-to-top] {
    justify-self: start;
  }

  .depth-field {
    inset: -10%;
  }

  .depth-layer:nth-child(3),
  .depth-layer:nth-child(4) {
    opacity: 0.45;
  }

  .depth-layer:nth-child(5),
  .depth-layer:nth-child(6),
  .depth-layer:nth-child(7) {
    display: none;
  }

  .home-hero .hero-copy,
  .home-hero .hero-visual,
  .page-hero .container,
  .hospitality-hero > img {
    transform: none;
  }

  .page-hero {
    padding: 68px 0;
  }

  .page-hero-grid > img {
    display: none;
  }

  .hospitality-hero {
    min-height: 610px;
  }

  .project-card img,
  .gallery-card img,
  .h-card-image img {
    height: auto;
  }

  .contact-dept,
  .office-card,
  .quick-enquiry {
    padding: 30px 25px;
  }

  .office-card {
    position: static;
  }

  .quick-enquiry form {
    grid-template-columns: 1fr;
  }

  .quick-enquiry label,
  .quick-enquiry .full-field,
  .quick-enquiry button,
  .quick-enquiry .form-note {
    grid-column: auto;
  }

  .contact-dock {
    top: auto;
    right: 14px;
    bottom: 14px;
    gap: 7px;
    transform: none;
  }

  .contact-app {
    min-width: 44px;
    width: 44px;
    min-height: 44px;
    height: 44px;
    padding: 6px;
    transform: none;
  }

  .contact-app-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    font-size: 13px;
  }

  .contact-app > span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}

@media (max-width: 480px) {
  .topbar {
    font-size: 9px;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
  }

  .brand {
    flex-basis: 154px;
  }

  .brand img {
    width: 154px;
    max-height: 70px;
  }

  .logo-3d-stage {
    width: 154px;
    animation-name: logo-idle-3d-mobile;
    animation-duration: 7s;
  }

  .logo-depth-field {
    inset: 0;
  }

  .logo-depth-layer:nth-child(2),
  .logo-depth-layer:nth-child(3) {
    scale: 0.78;
  }

  .logo-depth-layer:nth-child(4),
  .logo-depth-layer:nth-child(6) {
    display: none;
  }

  @keyframes logo-idle-3d-mobile {
    0%,
    100% {
      transform: translate3d(0, 0, 0) rotateX(-0.6deg) rotateY(-1.4deg);
    }
    50% {
      transform: translate3d(0, -1px, 3px) rotateX(0.8deg) rotateY(1.4deg);
    }
  }

  .hero-actions,
  .contact-buttons,
  .cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .btn-depth-layer:nth-child(2),
  .btn-depth-layer:nth-child(3),
  .btn-depth-layer:nth-child(6) {
    display: none;
  }

  .trust-row {
    display: grid;
    grid-template-columns: 1fr;
    padding-right: 54px;
  }

  .trust-row span:last-child {
    grid-column: auto;
  }

  .service-card,
  .detail-card,
  .value-card {
    padding: 27px 24px;
  }

  .contact-dept h2 {
    font-size: 32px;
  }

  .command-step {
    grid-template-columns: 48px 1fr;
    padding: 16px;
  }

  .command-step span {
    width: 48px;
    height: 48px;
  }

  .response-actions a {
    align-items: flex-start;
    flex-direction: column;
  }

  .response-actions b {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

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

  .site-loader {
    display: none;
  }

  .tilt-surface,
  .tilt-surface.tilt-active {
    transform: translateY(var(--base-y, 0));
  }

  .depth-field {
    display: none;
  }

  .page-hero::before,
  .contact-dept::before,
  .service-card::before,
  .detail-card::before,
  .value-card::before,
  .project-card::before,
  .gallery-card::before,
  .hospitality-card::before,
  .cta-box::before,
  .response-panel::before,
  .office-card::before,
  .quick-enquiry::before {
    animation: none !important;
    transform: none !important;
  }

  .brand img {
    transform: none;
  }

  .logo-3d-stage {
    animation: none !important;
    transform: none;
  }

  .logo-depth-layer {
    animation: none !important;
  }

  .btn {
    transform: none !important;
  }

  .btn-depth-field,
  .ecoluxe-logo-card::before,
  .ecoluxe-logo-card::after {
    display: none;
  }

  .ecoluxe-logo-card img {
    animation: none !important;
    transform: none !important;
  }

  .home-hero .hero-copy,
  .home-hero .hero-visual,
  .page-hero .container,
  .hospitality-hero > img {
    transform: none;
  }

  .js .home-hero .hero-copy > *,
  .js .page-hero .container > *,
  .js .page-hero-grid > div > *,
  .js .hospitality-hero-copy > *,
  .js .page-hero-grid > img,
  .js .hospitality-hero > img {
    opacity: 1;
    animation: none;
  }
}
