:root {
  --ink: #151014;
  --plum: #3d1837;
  --wine: #9e2047;
  --teal: #007c72;
  --coral: #f06f4f;
  --gold: #e7b74f;
  --emerald: #0d8f69;
  --champagne: #fff1c8;
  --ivory: #fff8e9;
  --mist: #f6ead5;
  --line: rgba(23, 19, 31, 0.12);
  --shadow: 0 28px 90px rgba(23, 19, 31, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 7%, rgba(240, 111, 79, 0.18), transparent 26%),
    radial-gradient(circle at 86% 12%, rgba(0, 124, 114, 0.2), transparent 28%),
    linear-gradient(180deg, #fff8e9 0%, #fff2d4 42%, #faf1e5 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.28;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(158, 32, 71, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 124, 114, 0.08) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(180deg, #000, transparent 72%);
}

.motion-field {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.motion-field span {
  position: absolute;
  display: block;
}

.motion-orb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  opacity: 0.58;
  animation: vastu-drift 18s linear infinite;
}

.motion-orb::after {
  content: "";
  position: absolute;
  inset: -18px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.22;
}

.motion-orb.red {
  left: 8%;
  top: 30%;
  color: #ef233c;
  background: #ef233c;
}

.motion-orb.yellow {
  left: 82%;
  top: 24%;
  color: #ffd100;
  background: #ffd100;
  animation-delay: -5s;
}

.motion-orb.green {
  left: 72%;
  top: 78%;
  color: #47b649;
  background: #47b649;
  animation-delay: -9s;
}

.motion-orb.blue {
  left: 16%;
  top: 82%;
  color: #00a7e1;
  background: #00a7e1;
  animation-delay: -13s;
}

.motion-line {
  width: 280px;
  height: 1px;
  opacity: 0.18;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform-origin: center;
  animation: energy-scan 11s ease-in-out infinite;
}

.line-one {
  left: 4%;
  top: 46%;
  transform: rotate(23deg);
}

.line-two {
  right: 6%;
  top: 66%;
  transform: rotate(-28deg);
  animation-delay: -4s;
}

@keyframes vastu-drift {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  35% { transform: translate3d(34px, -46px, 0) scale(1.25); }
  70% { transform: translate3d(-28px, 32px, 0) scale(0.9); }
  100% { transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes energy-scan {
  0%, 100% { opacity: 0.08; width: 160px; }
  50% { opacity: 0.28; width: 360px; }
}

body.menu-open {
  overflow: hidden;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 48% 34%, rgba(231, 183, 79, 0.18), transparent 28%),
    radial-gradient(circle at 62% 68%, rgba(0, 124, 114, 0.18), transparent 28%),
    linear-gradient(135deg, #151014, #3d1837 58%, #092f2c);
  transition: opacity 620ms ease, visibility 620ms ease;
}

.site-loader.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader-mark {
  position: relative;
  width: 148px;
  height: 148px;
  display: grid;
  place-items: center;
}

.loader-mark img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.24));
  animation: loader-logo-breathe 1.9s ease-in-out infinite;
}

.loader-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(231, 183, 79, 0.34);
  animation: loader-spin 5s linear infinite;
}

.ring-two {
  inset: 18px;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.26);
  animation-duration: 7s;
  animation-direction: reverse;
}

.loader-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  margin: -7px;
  border-radius: 50%;
  box-shadow: 0 0 28px currentColor;
  animation: loader-orbit 2.8s linear infinite;
}

.dot-red {
  color: #ef233c;
  background: #ef233c;
  animation-delay: 0s;
}

.dot-yellow {
  color: #ffd100;
  background: #ffd100;
  animation-delay: -0.7s;
}

.dot-green {
  color: #47b649;
  background: #47b649;
  animation-delay: -1.4s;
}

.dot-blue {
  color: #00a7e1;
  background: #00a7e1;
  animation-delay: -2.1s;
}

.loader-copy {
  display: grid;
  gap: 7px;
  text-align: center;
  animation: loader-rise 850ms ease both;
}

.loader-copy strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1;
}

.loader-copy span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.loader-progress {
  width: min(320px, 72vw);
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
}

.loader-progress span {
  display: block;
  width: 46%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--coral), var(--gold), var(--teal));
  animation: loader-progress 1.25s ease-in-out infinite;
}

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

@keyframes loader-orbit {
  from { transform: rotate(0deg) translateX(72px) rotate(0deg); }
  to { transform: rotate(360deg) translateX(72px) rotate(-360deg); }
}

@keyframes loader-logo-breathe {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.08); opacity: 1; }
}

@keyframes loader-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes loader-progress {
  0% { transform: translateX(-110%); }
  100% { transform: translateX(240%); }
}

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

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

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 251, 243, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--coral), var(--gold), var(--teal));
}

.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand span:last-child {
  display: grid;
  gap: 2px;
  line-height: 1.05;
}

.brand small {
  color: rgba(23, 19, 31, 0.58);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.brand__mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--ivory);
  border-radius: 50%;
  background: conic-gradient(from 140deg, var(--gold), var(--coral), var(--teal), var(--plum), var(--gold));
  box-shadow: 0 12px 28px rgba(217, 164, 65, 0.34);
  animation: mark-spin 9s linear infinite;
}

.brand__logo {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
}

@keyframes mark-spin {
  to { filter: hue-rotate(25deg); }
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav__links a {
  padding: 10px 13px;
  border-radius: 999px;
  color: rgba(23, 19, 31, 0.72);
  font-size: 14px;
  font-weight: 700;
}

.nav__links a:hover,
.nav__links a.active {
  color: var(--ink);
  background: rgba(217, 164, 65, 0.16);
}

.nav__cta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  font-size: 14px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--gold {
  color: #241600;
  background: linear-gradient(135deg, #ffd978, var(--gold));
  box-shadow: 0 16px 34px rgba(217, 164, 65, 0.32);
}

.pulse {
  animation: soft-pulse 2.4s ease-in-out infinite;
}

@keyframes soft-pulse {
  0%, 100% { box-shadow: 0 16px 34px rgba(217, 164, 65, 0.28); }
  50% { box-shadow: 0 16px 44px rgba(240, 111, 79, 0.48); }
}

.btn--glass {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}

.btn--ink {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 16px 34px rgba(23, 19, 31, 0.22);
}

.hero {
  position: relative;
  min-height: 82vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.hero__media,
.hero__shade {
  position: absolute;
  inset: 0;
}

.home-hero .hero__media {
  background: url("assets/anupama-vyas-consultation.png") center right / cover no-repeat;
  transform: scale(1.02);
  animation: hero-zoom 16s ease-in-out infinite alternate;
}

.hero__shade {
  background:
    radial-gradient(circle at 74% 22%, rgba(231, 183, 79, 0.2), transparent 25%),
    linear-gradient(90deg, rgba(21, 16, 20, 0.9) 0%, rgba(61, 24, 55, 0.72) 45%, rgba(21, 16, 20, 0.16) 100%),
    linear-gradient(0deg, rgba(21, 16, 20, 0.84), rgba(21, 16, 20, 0.08) 58%);
}

.hero::after {
  content: "";
  position: absolute;
  right: clamp(18px, 7vw, 110px);
  top: clamp(110px, 22vh, 220px);
  z-index: 1;
  width: clamp(170px, 24vw, 330px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 217, 120, 0.34);
  background:
    linear-gradient(90deg, transparent 49.5%, rgba(255, 217, 120, 0.24) 49.5% 50.5%, transparent 50.5%),
    linear-gradient(0deg, transparent 49.5%, rgba(255, 217, 120, 0.24) 49.5% 50.5%, transparent 50.5%),
    radial-gradient(circle, rgba(255, 217, 120, 0.16), transparent 56%);
  box-shadow: 0 0 70px rgba(231, 183, 79, 0.18);
  animation: vastu-compass-spin 32s linear infinite;
  pointer-events: none;
}

@keyframes vastu-compass-spin {
  to { transform: rotate(360deg); }
}

@keyframes hero-zoom {
  from { transform: scale(1.02) translateX(0); }
  to { transform: scale(1.09) translateX(-1.5%); }
}

.hero__content {
  position: relative;
  z-index: 1;
  padding: 0 0 82px;
  color: #fff;
  animation: text-rise 900ms ease both;
}

@keyframes text-rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.energy-orbit {
  position: absolute;
  z-index: 1;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255, 217, 120, 0.4);
  border-radius: 50%;
  pointer-events: none;
}

.energy-orbit::before,
.energy-orbit::after {
  content: "";
  position: absolute;
  inset: 26px;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}

.energy-orbit::after {
  inset: 78px;
  background: rgba(231, 183, 79, 0.2);
  box-shadow: 0 0 40px rgba(231, 183, 79, 0.32);
}

.orbit-one {
  right: 7%;
  top: 20%;
  animation: orbit-float 8s ease-in-out infinite;
}

.orbit-two {
  right: 28%;
  bottom: 14%;
  width: 132px;
  height: 132px;
  animation: orbit-float 9s ease-in-out infinite reverse;
}

@keyframes orbit-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-26px) rotate(18deg); }
}

.float-card {
  position: absolute;
  z-index: 2;
  right: 8%;
  bottom: 18%;
  width: 260px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
  animation: card-bob 4.8s ease-in-out infinite;
}

.float-card i {
  flex: 0 0 auto;
  color: var(--gold);
}

.float-card span {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

@keyframes card-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffd978;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(48px, 8vw, 96px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 58px);
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

p {
  color: rgba(23, 19, 31, 0.72);
  line-height: 1.72;
}

.hero__copy {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

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

.strip {
  background: var(--ink);
  color: #fff;
}

.strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}

.strip__grid div {
  min-height: 112px;
  padding: 28px 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.strip strong {
  display: block;
  color: var(--gold);
  font-size: 32px;
}

.strip span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.section {
  padding: 92px 0;
}

.section__intro {
  max-width: 760px;
  margin-bottom: 32px;
}

.card-grid {
  display: grid;
  gap: 22px;
}

.card-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.card-grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.service-card,
.feature-card,
.contact-card,
.package-grid article,
.remedy-list article,
.gallery-card,
.energy-tile {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(23, 19, 31, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card:hover,
.feature-card:hover,
.package-grid article:hover,
.gallery-card:hover,
.remedy-list article:hover {
  border-color: rgba(231, 183, 79, 0.55);
  box-shadow: 0 28px 80px rgba(23, 19, 31, 0.18);
}

.service-card,
.feature-card {
  min-height: 274px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.service-card::after,
.feature-card::after,
.package-grid article::after {
  content: "";
  position: absolute;
  inset: -80px auto auto -80px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(231, 183, 79, 0.14);
  transition: transform 260ms ease;
}

.service-card:hover::after,
.feature-card:hover::after,
.package-grid article:hover::after {
  transform: scale(1.65);
}

.service-card i,
.feature-card i {
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  color: var(--teal);
}

.service-card.accent,
.feature-card.warm {
  background: var(--plum);
  color: #fff;
}

.service-card.accent p,
.feature-card.warm p {
  color: rgba(255, 255, 255, 0.72);
}

.service-card.accent i,
.feature-card.warm i {
  color: var(--gold);
}

.feature-card.teal {
  border-top: 5px solid var(--teal);
}

.feature-card.coral {
  border-top: 5px solid var(--coral);
}

.service-card a,
.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--wine);
  font-weight: 900;
}

.service-card.accent a {
  color: var(--gold);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  align-items: center;
  gap: 56px;
}

.split.reverse .image-panel {
  order: 2;
}

.image-panel {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-panel img {
  transition: transform 600ms ease, filter 600ms ease;
}

.image-panel img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.image-panel:hover img {
  transform: scale(1.08);
  filter: saturate(1.18) contrast(1.04);
}

.office-proof {
  padding-top: 40px;
}

.office-front img {
  aspect-ratio: 16 / 10;
  object-position: center;
}

.anupama-portrait img {
  aspect-ratio: 4 / 5;
  object-position: center top;
}

.advisor-signature {
  display: grid;
  grid-template-columns: 74px 1fr;
  align-items: center;
  gap: 14px;
  margin: 28px 0;
  padding: 14px;
  border: 1px solid rgba(231, 183, 79, 0.38);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 44px rgba(23, 19, 31, 0.1);
}

.advisor-signature img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
}

.advisor-signature strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
}

.advisor-signature span {
  color: rgba(23, 19, 31, 0.62);
  font-size: 13px;
  font-weight: 800;
}

.advisor-band {
  padding-top: 28px;
  padding-bottom: 44px;
}

.copy-panel {
  max-width: 560px;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 26px 0 30px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}

.check-list i {
  width: 22px;
  height: 22px;
  color: var(--teal);
}

.luxe-band {
  color: #fff;
  background:
    radial-gradient(circle at 18% 22%, rgba(232, 95, 77, 0.34), transparent 30%),
    radial-gradient(circle at 82% 35%, rgba(0, 127, 121, 0.35), transparent 26%),
    linear-gradient(135deg, var(--ink), var(--plum));
  position: relative;
  overflow: hidden;
}

.luxe-band::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 90deg, transparent, rgba(231, 183, 79, 0.16), transparent, rgba(0, 124, 114, 0.18), transparent);
  animation: slow-spin 22s linear infinite;
}

.band__content {
  position: relative;
  z-index: 1;
}

.luxe-band .eyebrow {
  color: var(--gold);
}

.luxe-band p {
  color: rgba(255, 255, 255, 0.72);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.package-grid article {
  position: relative;
  overflow: hidden;
  padding: 28px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.package-grid span,
.remedy-list span,
.steps span {
  color: var(--gold);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-hero {
  padding: 94px 0 52px;
}

.page-hero h1 {
  max-width: 920px;
  color: var(--ink);
  font-size: clamp(46px, 7vw, 84px);
}

.page-hero p:last-child {
  max-width: 720px;
  font-size: 18px;
}

.process {
  padding-top: 30px;
}

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

.steps div {
  padding: 30px;
  border-top: 1px solid var(--line);
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.mini-grid div {
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.mini-grid strong {
  display: block;
  color: var(--wine);
  font-size: 22px;
}

.mini-grid span {
  color: rgba(23, 19, 31, 0.64);
}

.zodiac-panel {
  min-height: 560px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle, rgba(255, 217, 120, 0.16), transparent 58%),
    linear-gradient(135deg, #1d1828, #43244c 55%, #096c68);
  box-shadow: var(--shadow);
}

.vastu-panel {
  background:
    url("assets/luxury-office-vastu.jpg") center / cover no-repeat;
  position: relative;
}

.vastu-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(21, 16, 20, 0.8), rgba(0, 124, 114, 0.55));
}

.zodiac-wheel {
  position: relative;
  width: min(82vw, 420px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 217, 120, 0.46);
  border-radius: 50%;
  animation: slow-spin 42s linear infinite;
  z-index: 1;
}

.zodiac-wheel::before,
.zodiac-wheel::after {
  content: "";
  position: absolute;
  inset: 16%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
}

.zodiac-wheel::after {
  inset: 33%;
}

.zodiac-wheel span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin: -21px;
  color: #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-weight: 800;
  font-size: 13px;
}

.zodiac-wheel span:nth-child(1) { transform: rotate(0deg) translate(180px) rotate(0deg); }
.zodiac-wheel span:nth-child(2) { transform: rotate(30deg) translate(180px) rotate(-30deg); }
.zodiac-wheel span:nth-child(3) { transform: rotate(60deg) translate(180px) rotate(-60deg); }
.zodiac-wheel span:nth-child(4) { transform: rotate(90deg) translate(180px) rotate(-90deg); }
.zodiac-wheel span:nth-child(5) { transform: rotate(120deg) translate(180px) rotate(-120deg); }
.zodiac-wheel span:nth-child(6) { transform: rotate(150deg) translate(180px) rotate(-150deg); }
.zodiac-wheel span:nth-child(7) { transform: rotate(180deg) translate(180px) rotate(-180deg); }
.zodiac-wheel span:nth-child(8) { transform: rotate(210deg) translate(180px) rotate(-210deg); }
.zodiac-wheel span:nth-child(9) { transform: rotate(240deg) translate(180px) rotate(-240deg); }
.zodiac-wheel span:nth-child(10) { transform: rotate(270deg) translate(180px) rotate(-270deg); }
.zodiac-wheel span:nth-child(11) { transform: rotate(300deg) translate(180px) rotate(-300deg); }
.zodiac-wheel span:nth-child(12) { transform: rotate(330deg) translate(180px) rotate(-330deg); }

@keyframes slow-spin {
  to { transform: rotate(360deg); }
}

.remedy-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.remedy-list article {
  padding: 28px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: start;
  gap: 28px;
  padding-top: 34px;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  padding: 14px 15px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf0;
  font: inherit;
}

textarea {
  resize: vertical;
}

.contact-card {
  padding: 32px;
  background: var(--plum);
  color: #fff;
  position: sticky;
  top: 110px;
}

.contact-card p {
  color: rgba(255, 255, 255, 0.76);
}

.contact-line {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-line i {
  color: var(--gold);
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 54px 0 88px;
  color: #fff;
  background: #120f18;
}

.footer-glow {
  position: absolute;
  right: -140px;
  bottom: -140px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(231, 183, 79, 0.16);
  filter: blur(8px);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 34px;
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.68);
}

.site-footer a {
  display: block;
  margin: 9px 0;
}

.footer-brand {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.floating-actions {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.float-btn {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  box-shadow: 0 16px 36px rgba(23, 19, 31, 0.22);
}

.whatsapp {
  background: #19b15f;
}

.chat-toggle {
  background: var(--wine);
}

.chatbot {
  position: fixed;
  right: 20px;
  bottom: 96px;
  z-index: 41;
  width: min(380px, calc(100vw - 40px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
  transform-origin: bottom right;
  animation: popup-in 220ms ease both;
}

@keyframes popup-in {
  from { opacity: 0; transform: translateY(14px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.chatbot[hidden] {
  display: none;
}

.chatbot__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  color: #fff;
  background: var(--ink);
}

.chatbot__head strong {
  display: block;
}

.chatbot__head span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.chatbot__head button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
}

.chatbot__log {
  height: 310px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  overflow: auto;
  background: #fffaf0;
}

.msg {
  max-width: 86%;
  padding: 11px 13px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.45;
}

.msg.bot {
  align-self: flex-start;
  background: #fff;
  border: 1px solid var(--line);
}

.msg.user {
  align-self: flex-end;
  color: #fff;
  background: var(--teal);
}

.marquee {
  overflow: hidden;
  padding: 16px 0;
  color: #fff;
  background: linear-gradient(90deg, var(--wine), var(--coral), var(--teal));
}

.local-seo {
  position: relative;
}

.local-seo::before {
  content: "";
  position: absolute;
  right: 2%;
  top: 70px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(231, 183, 79, 0.44);
  border-radius: 50%;
  animation: orbit-float 8s ease-in-out infinite;
  pointer-events: none;
}

.area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.area-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(158, 32, 71, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 14px 34px rgba(23, 19, 31, 0.08);
  color: var(--plum);
  font-weight: 900;
}

.testimonial-grid,
.content-cards,
.audit-list,
.faq-grid {
  display: grid;
  gap: 18px;
}

.testimonial-grid,
.content-cards,
.audit-list {
  grid-template-columns: repeat(3, 1fr);
}

.testimonial-grid article,
.content-cards article,
.audit-list article,
.faq-grid details {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 50px rgba(23, 19, 31, 0.08);
}

.testimonial-grid article::after,
.content-cards article::after,
.audit-list article::after {
  content: "";
  position: absolute;
  right: -55px;
  top: -55px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(231, 183, 79, 0.16);
}

.testimonial-grid i,
.audit-list i {
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  color: var(--teal);
}

.content-cards span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.faq-section {
  padding-top: 54px;
}

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

.faq-grid details {
  padding: 0;
}

.faq-grid summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  cursor: pointer;
  color: var(--ink);
  font-weight: 900;
  list-style: none;
}

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

.faq-grid summary::after {
  content: "+";
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: var(--wine);
  font-weight: 900;
}

.faq-grid details[open] summary::after {
  content: "-";
  background: var(--teal);
}

.faq-grid p {
  margin: 0;
  padding: 0 24px 24px;
}

.marquee__track {
  display: flex;
  width: max-content;
  gap: 38px;
  animation: marquee 24s linear infinite;
}

.marquee span {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

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

.gallery-section {
  background:
    radial-gradient(circle at 15% 20%, rgba(231, 183, 79, 0.2), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 241, 200, 0.62));
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-auto-rows: 280px;
  gap: 18px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  color: #fff;
}

.gallery-card.large {
  grid-row: span 2;
}

.gallery-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 650ms ease;
}

.gallery-card:hover img {
  transform: scale(1.09);
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 25%, rgba(21, 16, 20, 0.86));
}

.gallery-card div {
  position: absolute;
  z-index: 1;
  left: 22px;
  right: 22px;
  bottom: 22px;
}

.gallery-card span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #221100;
  background: var(--gold);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-card strong {
  display: block;
  max-width: 520px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.06;
}

.offer-popup {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 42;
  width: min(350px, calc(100vw - 44px));
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 15% 12%, rgba(231, 183, 79, 0.26), transparent 35%),
    linear-gradient(135deg, rgba(21, 16, 20, 0.96), rgba(61, 24, 55, 0.96));
  box-shadow: var(--shadow);
  animation: popup-in 260ms ease both;
}

.offer-popup[hidden] {
  display: none;
}

.offer-popup > button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
}

.offer-popup span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.offer-popup strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
  line-height: 1.04;
}

.offer-popup p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.reveal,
.text-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 780ms cubic-bezier(0.2, 0.75, 0.22, 1),
    transform 780ms cubic-bezier(0.2, 0.75, 0.22, 1),
    filter 780ms cubic-bezier(0.2, 0.75, 0.22, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.visible,
.text-reveal.visible {
  opacity: 1;
  transform: translateY(0);
  filter: none;
}

.image-panel.reveal,
.gallery-card.reveal {
  transform: translateY(40px) scale(0.965);
  filter: saturate(0.78) blur(5px);
}

.image-panel.reveal.visible,
.gallery-card.reveal.visible {
  transform: translateY(0) scale(1);
  filter: saturate(1) blur(0);
}

.image-panel.reveal img {
  transform: scale(1.08);
}

.image-panel.reveal.visible img {
  transform: scale(1);
  transition: transform 1100ms cubic-bezier(0.2, 0.75, 0.22, 1);
}

.strip__grid div.reveal {
  transform: translateY(24px) scale(0.97);
}

.strip__grid div.reveal.visible {
  transform: translateY(0) scale(1);
}

.strip strong {
  display: inline-block;
  min-width: 2ch;
  transition: text-shadow 400ms ease, transform 400ms ease;
}

.strip__grid div.visible strong {
  transform: translateY(-2px);
  text-shadow: 0 0 24px rgba(231, 183, 79, 0.38);
}

.quick-replies {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 16px 14px;
  background: #fffaf0;
}

.quick-replies button {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.chatbot__form {
  display: flex;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid var(--line);
}

.chatbot__form input {
  min-width: 0;
}

.chatbot__form button {
  width: 44px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--wine);
  cursor: pointer;
}

@media (max-width: 940px) {
  .nav__links,
  .nav__cta .btn {
    display: none;
  }

  .menu-btn {
    display: grid;
    place-items: center;
  }

  .nav__links.open {
    position: fixed;
    inset: 78px 0 auto;
    display: grid;
    gap: 10px;
    padding: 20px;
    background: var(--ivory);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 30px 60px rgba(23, 19, 31, 0.12);
  }

  .nav__links.open a {
    padding: 16px;
    border-radius: 8px;
    background: #fff;
  }

  .strip__grid,
  .card-grid.three,
  .card-grid.two,
  .package-grid,
  .steps,
  .remedy-list,
  .footer-grid,
  .contact-layout,
  .split,
  .gallery-grid,
  .testimonial-grid,
  .content-cards,
  .audit-list {
    grid-template-columns: 1fr;
  }

  .gallery-card.large {
    grid-row: auto;
  }

  .float-card,
  .energy-orbit,
  .local-seo::before {
    display: none;
  }

  .split.reverse .image-panel {
    order: 0;
  }

  .hero {
    min-height: 78vh;
  }

  .hero__content {
    padding-bottom: 58px;
  }

  .zodiac-panel {
    min-height: 430px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .nav {
    height: 68px;
  }

  .brand span:last-child {
    font-size: 15px;
  }

  .brand small {
    font-size: 9px;
  }

  .brand__mark {
    width: 36px;
    height: 36px;
  }

  .brand__logo {
    width: 42px;
    height: 42px;
  }

  .hero {
    min-height: 76vh;
  }

  h1 {
    font-size: clamp(42px, 14vw, 58px);
  }

  .section {
    padding: 66px 0;
  }

  .page-hero {
    padding: 64px 0 26px;
  }

  .hero__actions,
  .btn {
    width: 100%;
  }

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

  .service-card,
  .feature-card,
  .contact-form,
  .contact-card,
  .testimonial-grid article,
  .content-cards article,
  .audit-list article {
    padding: 22px;
  }

  .floating-actions {
    right: 14px;
    bottom: 14px;
  }

  .float-btn {
    width: 54px;
    height: 54px;
  }

  .chatbot {
    right: 14px;
    bottom: 84px;
    width: calc(100vw - 28px);
  }

  .chatbot__log {
    height: 290px;
  }

  .offer-popup {
    left: 14px;
    bottom: 150px;
  }
}

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