:root {
  --bg: #050014;
  --bg-2: #120022;
  --bg-3: #1a0933;
  --purple: #7b2cbf;
  --pink: #c77dff;
  --gold: #e6b84e;
  --gold-2: #fff0a8;
  --text: #f8f5ff;
  --muted: #c9bfe3;
  --glass: rgba(255, 255, 255, 0.075);
  --line: rgba(230, 184, 78, 0.25);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -5;
  background:
    radial-gradient(circle at 12% 16%, rgba(123, 44, 191, .42), transparent 28rem),
    radial-gradient(circle at 84% 12%, rgba(199, 125, 255, .28), transparent 32rem),
    radial-gradient(circle at 55% 88%, rgba(230, 184, 78, .12), transparent 28rem),
    linear-gradient(135deg, #050014 0%, #120022 45%, #1a0933 100%);
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }

.cosmos, #starfield, .nebula, .shooting-stars, .cursor-glow, .scroll-progress { pointer-events: none; }
.cosmos { position: fixed; inset: 0; z-index: -4; overflow: hidden; }
#starfield { width: 100%; height: 100%; opacity: .85; }
.nebula {
  position: absolute;
  inset: -15%;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(123, 44, 191, .4), transparent 36%),
    radial-gradient(ellipse at 70% 24%, rgba(199, 125, 255, .22), transparent 32%),
    radial-gradient(ellipse at 52% 70%, rgba(229, 78, 170, .19), transparent 34%);
  filter: blur(28px) saturate(130%);
  animation: nebulaDrift 18s ease-in-out infinite alternate;
}
.shooting-stars::before, .shooting-stars::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
  box-shadow: 0 0 22px var(--gold);
  transform: rotate(-22deg);
  animation: shoot 7s linear infinite;
}
.shooting-stars::after { top: 34%; animation-delay: 3.5s; }
.cursor-glow {
  position: fixed;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(circle, rgba(199, 125, 255, .18), rgba(123, 44, 191, .12) 42%, transparent 70%);
  filter: blur(10px);
  transform: translate3d(-50%, -50%, 0);
  transition: opacity .25s ease;
}
.scroll-progress { position: fixed; top: 0; left: 0; z-index: 80; height: 3px; width: 0; background: linear-gradient(90deg, var(--gold), var(--pink), var(--gold-2)); box-shadow: 0 0 18px var(--gold); }
.loader { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; gap: 14px; align-content: center; background: #050014; transition: opacity .6s ease, visibility .6s ease; }
.loader span { width: 72px; height: 72px; border-radius: 50%; border: 1px solid rgba(230,184,78,.28); border-top-color: var(--gold); box-shadow: 0 0 36px rgba(230,184,78,.32); animation: spin 1s linear infinite; }
.loader p { margin: 0; color: var(--gold); letter-spacing: .18em; text-transform: uppercase; font-size: 12px; }
.loaded .loader { opacity: 0; visibility: hidden; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: 240px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid transparent;
  transition: .28s ease;
}
.site-header.is-scrolled { padding-block: 12px; background: rgba(5, 0, 20, .68); border-color: rgba(230,184,78,.18); backdrop-filter: blur(18px); }
.brand { display: inline-flex; gap: 12px; align-items: center; min-width: 0; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); background: rgba(255,255,255,.06); box-shadow: 0 0 28px rgba(230,184,78,.18); }
.brand strong, h1, h2 { font-family: Cinzel, Cormorant Garamond, Georgia, serif; }
.brand strong { display: block; color: var(--gold-2); letter-spacing: .06em; text-transform: uppercase; }
.brand small { color: var(--muted); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.site-nav { justify-self: center; display: flex; gap: 5px; padding: 7px; border: 1px solid rgba(230,184,78,.18); border-radius: 999px; background: rgba(255,255,255,.055); backdrop-filter: blur(14px); }
.site-nav a { padding: 10px 13px; border-radius: 999px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: .22s ease; }
.site-nav a:hover, .site-nav a.active { color: #140b07; background: linear-gradient(135deg, var(--gold), var(--gold-2)); box-shadow: 0 0 24px rgba(230,184,78,.32); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.06); }
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--gold); }

.gold-button, .ghost-button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(230,184,78,.72);
  color: var(--gold-2);
  font-weight: 800;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.gold-button { background: linear-gradient(135deg, rgba(230,184,78,.2), rgba(199,125,255,.09)); box-shadow: 0 0 26px rgba(230,184,78,.18), inset 0 0 20px rgba(230,184,78,.07); }
.ghost-button { border-color: rgba(248,245,255,.22); background: rgba(255,255,255,.06); color: var(--text); }
.compact { min-height: 42px; padding-inline: 16px; font-size: 13px; }
.gold-button:hover, .ghost-button:hover { transform: translateY(-3px); box-shadow: 0 0 34px rgba(230,184,78,.42); }
.ripple::after { content: ""; position: absolute; inset: var(--ry, 50%) auto auto var(--rx, 50%); width: 0; height: 0; z-index: -1; border-radius: 50%; background: rgba(255,255,255,.22); transform: translate(-50%, -50%); transition: width .45s ease, height .45s ease; }
.ripple:active::after { width: 260px; height: 260px; }

.fullscreen { min-height: 100vh; }
.hero, .page-hero, .blog-hero {
  position: relative;
  display: grid;
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(92px, 12vw, 150px) 0 72px;
}
.hero { grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: clamp(34px, 6vw, 80px); }
.hero.fullscreen { padding-top: 76px; padding-bottom: 34px; }
.hero::before, .page-hero::before, .blog-hero::before {
  content: "";
  position: absolute;
  inset: 10% -7% auto;
  height: 55%;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(199,125,255,.13), transparent 68%);
}
.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 820px; margin-bottom: 22px; font-size: clamp(38px, 4.25vw, 56px); line-height: 1.02; letter-spacing: .01em; background: linear-gradient(105deg, #fff9dc, var(--gold), var(--pink), #fff); -webkit-background-clip: text; background-clip: text; color: transparent; text-shadow: 0 0 44px rgba(230,184,78,.18); }
h2 { margin-bottom: 16px; font-size: clamp(30px, 4.5vw, 56px); line-height: 1.05; color: #fff7dd; }
h3 { color: #fff7dd; }
p { color: var(--muted); line-height: 1.75; }
.hero-text, .page-hero p, .blog-hero p { max-width: 650px; font-size: clamp(17px, 2vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-orbit { position: relative; min-height: 520px; display: grid; place-items: center; }
.zodiac-wheel { width: min(520px, 88vw); aspect-ratio: 1; border-radius: 50%; filter: drop-shadow(0 0 28px rgba(230,184,78,.32)); animation: float 5s ease-in-out infinite; }
.zodiac-wheel svg { width: 100%; height: 100%; animation: spin 36s linear infinite; }
.float-zodiac { position: absolute; display: grid; place-items: center; width: 62px; height: 62px; border: 1px solid rgba(230,184,78,.35); border-radius: 50%; color: var(--gold-2); background: rgba(255,255,255,.07); box-shadow: 0 0 28px rgba(199,125,255,.28); font-size: 30px; animation: float 4.2s ease-in-out infinite; }
.z1 { top: 12%; left: 5%; } .z2 { right: 4%; top: 22%; animation-delay: -1s; } .z3 { bottom: 12%; left: 18%; animation-delay: -2s; }

.section { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: clamp(62px, 8vw, 108px) 0; }
.split { display: grid; grid-template-columns: 1fr .82fr; gap: clamp(28px, 6vw, 72px); align-items: center; }
.section-head { max-width: 760px; margin-bottom: 34px; }
.section-copy { max-width: 700px; }
.text-link { color: var(--gold-2); font-weight: 900; border-bottom: 1px solid rgba(230,184,78,.55); }
.card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lux-card, .product-card, .blog-card, .booking-card, .timeline article, .process article {
  position: relative;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255,255,255,.095), rgba(255,255,255,.035));
  box-shadow: var(--shadow), inset 0 0 36px rgba(199,125,255,.035);
  backdrop-filter: blur(18px);
  overflow: hidden;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.lux-card::before, .product-card::before, .blog-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 0%), rgba(230,184,78,.2), transparent 34%);
  opacity: 0;
  transition: opacity .25s ease;
}
.lux-card:hover, .product-card:hover, .blog-card:hover { transform: translateY(-7px); border-color: rgba(230,184,78,.62); box-shadow: 0 30px 90px rgba(0,0,0,.45), 0 0 34px rgba(230,184,78,.18); }
.lux-card:hover::before, .product-card:hover::before, .blog-card:hover::before { opacity: 1; }
.icon { color: var(--gold); font-size: 34px; text-shadow: 0 0 22px rgba(230,184,78,.45); }
.portrait-card { min-height: 520px; display: grid; gap: 16px; align-content: end; padding-top: 18px; background: radial-gradient(circle at 50% 16%, rgba(230,184,78,.2), transparent 30%), linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035)); }
.portrait-frame {
  position: relative;
  min-height: 310px;
  border: 1px solid rgba(230,184,78,.32);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 28%, rgba(199,125,255,.28), transparent 38%),
    linear-gradient(160deg, rgba(5,0,20,.92), rgba(26,9,51,.78));
  box-shadow: inset 0 0 46px rgba(199,125,255,.16), 0 0 34px rgba(230,184,78,.13);
}
.portrait-frame::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(230,184,78,.22);
  border-radius: 50% 50% 8px 8px;
  box-shadow: 0 0 28px rgba(230,184,78,.16);
}
.portrait-frame::after {
  content: "✦";
  position: absolute;
  right: 22px;
  top: 18px;
  color: var(--gold);
  font-size: 56px;
  opacity: .42;
  text-shadow: 0 0 22px rgba(230,184,78,.42);
}
.portrait-frame img {
  position: absolute;
  inset: auto 50% -138px auto;
  width: min(108%, 440px);
  max-width: none;
  transform: translateX(50%);
  filter: drop-shadow(0 0 28px rgba(199,125,255,.22));
}
.stat-row { display: flex; gap: 18px; flex-wrap: wrap; color: var(--gold-2); }
.stat-row strong, .stats strong { font-family: Cinzel, serif; font-size: 34px; }

.zodiac-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.zodiac-grid button { min-height: 116px; border: 1px solid rgba(230,184,78,.22); border-radius: 8px; color: var(--text); background: rgba(255,255,255,.055); transition: .25s ease; }
.zodiac-grid button:hover { color: var(--gold-2); transform: translateY(-5px) scale(1.02); box-shadow: 0 0 26px rgba(230,184,78,.22); }
.zodiac-grid strong { display: block; font-size: 30px; }

.slider { display: grid; grid-template-columns: 52px 1fr 52px; align-items: center; gap: 18px; }
.slides { position: relative; min-height: 220px; }
.slide { position: absolute; inset: 0; display: grid; align-content: center; padding: 34px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.07); opacity: 0; transform: translateX(18px); transition: .35s ease; }
.slide.active { opacity: 1; transform: translateX(0); }
.slide p { font-size: clamp(20px, 3vw, 30px); color: #fff7dd; }
.slider-btn, .wish, .modal-close { border: 1px solid var(--line); border-radius: 50%; color: var(--gold); background: rgba(255,255,255,.07); }
.slider-btn { width: 52px; height: 52px; font-size: 34px; }

.process-grid, .timeline { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.process span, .timeline span, .product-card > span, .blog-card span, .pricing span { color: var(--gold); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.product-mini-grid span { min-height: 138px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.07); color: var(--gold-2); font-family: Cinzel, serif; }

.faq-list { display: grid; gap: 12px; max-width: 880px; }
details { border: 1px solid rgba(230,184,78,.22); border-radius: 8px; background: rgba(255,255,255,.06); padding: 18px 22px; }
summary { color: #fff7dd; font-weight: 900; cursor: pointer; }
details p { margin: 12px 0 0; }
.contact-cta, .newsletter {
  width: min(1180px, calc(100% - 36px));
  margin: 60px auto;
  padding: clamp(42px, 8vw, 82px);
  border: 1px solid rgba(230,184,78,.3);
  border-radius: 8px;
  background: radial-gradient(circle at 70% 20%, rgba(199,125,255,.18), transparent 42%), rgba(255,255,255,.07);
  text-align: center;
  box-shadow: var(--shadow);
}
.contact-cta .hero-actions { justify-content: center; }

.page-hero { min-height: 54vh; text-align: center; justify-items: center; }
.page-hero h1 { font-size: clamp(40px, 6vw, 72px); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; text-align: center; }
.stats span { padding: 28px 12px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.06); color: var(--gold-2); }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.filter-bar button, .time-slots button, .pagination a {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(230,184,78,.22);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255,255,255,.06);
  transition: .22s ease;
}
.filter-bar button.active, .filter-bar button:hover, .time-slots button.active, .pagination a:hover { color: #140b07; background: linear-gradient(135deg, var(--gold), var(--gold-2)); }
.service-item.is-hidden, .blog-card.is-hidden { display: none; }

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.product-card { min-height: 420px; display: grid; gap: 10px; }
.product-card .wish { position: absolute; top: 18px; right: 18px; width: 40px; height: 40px; z-index: 2; }
.product-card .wish.active { color: #140b07; background: var(--gold); }
.product-card > div:last-child { display: flex; flex-wrap: wrap; gap: 10px; }
.product-orb { width: 100%; height: 145px; border-radius: 8px; background: radial-gradient(circle at 50% 35%, var(--gold-2), var(--pink) 28%, transparent 58%), radial-gradient(circle, rgba(255,255,255,.08), rgba(255,255,255,.02)); box-shadow: inset 0 0 42px rgba(0,0,0,.2); }
.rudraksha { filter: sepia(.7) hue-rotate(310deg); } .gemstone { filter: hue-rotate(80deg) saturate(1.2); } .yantra { background-image: repeating-conic-gradient(from 0deg, rgba(230,184,78,.7) 0 8deg, rgba(199,125,255,.2) 8deg 16deg); } .crystal { filter: hue-rotate(140deg); } .books { filter: saturate(.8); } .bracelet { filter: hue-rotate(240deg); }
.quick-modal { max-width: 520px; border: 1px solid var(--line); border-radius: 8px; color: var(--text); background: rgba(10, 2, 30, .96); box-shadow: var(--shadow); padding: 34px; }
.quick-modal::backdrop { background: rgba(5,0,20,.72); backdrop-filter: blur(8px); }
.modal-close { float: right; width: 38px; height: 38px; font-size: 24px; }

.booking-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, .7fr); gap: 24px; align-items: start; }
.booking-card { display: grid; gap: 16px; }
.booking-card label, .search-label { display: grid; gap: 8px; color: var(--gold-2); font-weight: 800; }
input { width: 100%; min-height: 48px; border: 1px solid rgba(230,184,78,.22); border-radius: 8px; padding: 0 14px; color: var(--text); background: rgba(255,255,255,.075); outline: none; }
input:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(230,184,78,.12); }
fieldset { display: flex; flex-wrap: wrap; gap: 12px; border: 1px solid rgba(230,184,78,.22); border-radius: 8px; color: var(--muted); }
.time-slots { display: flex; flex-wrap: wrap; gap: 10px; }
.pricing { display: grid; gap: 16px; }
.pricing .featured { border-color: rgba(230,184,78,.72); transform: scale(1.02); }

.blog-hero { min-height: 70vh; border-bottom: 1px solid rgba(230,184,78,.14); }
.blog-hero > div { max-width: 820px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.blog-card { min-height: 260px; }
.blog-tools { display: grid; grid-template-columns: 1fr minmax(240px, 320px); gap: 20px; align-items: start; }
.pagination { display: flex; justify-content: center; gap: 10px; margin-top: 28px; }
.newsletter form { display: flex; gap: 12px; max-width: 620px; margin: 0 auto; }

.center-action { display: flex; justify-content: center; margin-top: 28px; }
.gallery-strip,
.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 190px;
  gap: 16px;
}
.gallery-masonry { grid-auto-rows: 210px; }
.gallery-tile,
.gallery-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid rgba(230,184,78,.28);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255,255,255,.06);
  box-shadow: var(--shadow);
  isolation: isolate;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.gallery-tile::before,
.gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 40%, rgba(5,0,20,.78)),
    radial-gradient(circle at 70% 18%, rgba(230,184,78,.22), transparent 28%);
  opacity: .76;
  transition: opacity .25s ease;
}
.gallery-tile::after,
.gallery-card::after {
  content: "View";
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 7px 12px;
  border: 1px solid rgba(230,184,78,.5);
  border-radius: 999px;
  color: var(--gold-2);
  background: rgba(5,0,20,.46);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.gallery-tile:hover,
.gallery-card:hover {
  transform: translateY(-7px);
  border-color: rgba(230,184,78,.7);
  box-shadow: 0 28px 90px rgba(0,0,0,.48), 0 0 34px rgba(230,184,78,.18);
}
.gallery-tile:hover::before,
.gallery-card:hover::before { opacity: .45; }
.gallery-tile img,
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}
.gallery-tile:hover img,
.gallery-card:hover img { transform: scale(1.06); }
.gallery-tile.wide,
.gallery-card.wide { grid-column: span 2; }
.gallery-tile.tall,
.gallery-card.tall { grid-row: span 2; }
.gallery-card.large { grid-column: span 2; grid-row: span 2; }
.gallery-card span {
  position: absolute;
  left: 18px;
  bottom: 17px;
  z-index: 2;
  max-width: calc(100% - 94px);
  color: #fff7dd;
  font-family: Cinzel, serif;
  font-weight: 700;
  text-align: left;
  text-shadow: 0 2px 18px rgba(0,0,0,.72);
}
.gallery-lightbox {
  width: min(980px, calc(100% - 28px));
  border: 1px solid rgba(230,184,78,.38);
  border-radius: 8px;
  color: var(--text);
  background: rgba(10, 2, 30, .96);
  box-shadow: var(--shadow);
  padding: 18px;
}
.gallery-lightbox::backdrop { background: rgba(5,0,20,.78); backdrop-filter: blur(10px); }
.gallery-lightbox img {
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  border-radius: 6px;
  background: rgba(255,255,255,.04);
}
.gallery-lightbox h2 {
  margin: 16px 8px 6px;
  font-size: clamp(22px, 3vw, 34px);
}

.site-footer { display: grid; grid-template-columns: 1fr auto auto; gap: 34px; align-items: center; padding: 42px clamp(18px, 4vw, 64px); border-top: 1px solid rgba(230,184,78,.16); background: rgba(5,0,20,.56); }
.site-footer nav, .socials { display: flex; flex-wrap: wrap; gap: 14px; }
.site-footer a { color: var(--muted); }
.site-footer a:hover { color: var(--gold-2); }
.socials a { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 50% { transform: translateY(-16px); } }
@keyframes nebulaDrift { to { transform: translate3d(4%, -3%, 0) scale(1.08); } }
@keyframes shoot { 0% { transform: translate3d(-30vw, -10vh, 0) rotate(-22deg); opacity: 0; } 12% { opacity: 1; } 30%, 100% { transform: translate3d(130vw, 55vh, 0) rotate(-22deg); opacity: 0; } }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav-toggle { display: block; order: 3; }
  .site-nav { position: fixed; top: 76px; left: 18px; right: 18px; display: grid; border-radius: 8px; padding: 16px; opacity: 0; pointer-events: none; transform: translateY(-10px); transition: .25s ease; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-header > .gold-button { display: none; }
  .hero, .split, .booking-layout, .blog-tools { grid-template-columns: 1fr; }
  .hero-orbit { min-height: 420px; }
  .card-grid, .process-grid, .timeline, .product-grid, .blog-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gallery-strip, .gallery-masonry { grid-template-columns: repeat(2, minmax(0,1fr)); grid-auto-rows: 210px; }
  .zodiac-grid { grid-template-columns: repeat(4, 1fr); }
  .site-footer { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .brand strong { font-size: 14px; }
  .brand small { font-size: 10px; }
  .brand-mark { width: 40px; height: 40px; }
  .hero, .page-hero, .blog-hero { width: min(100% - 28px, 1180px); padding-top: 88px; }
  h1 { font-size: 38px; }
  .hero-orbit { min-height: 320px; }
  .float-zodiac { width: 48px; height: 48px; font-size: 24px; }
  .section, .contact-cta, .newsletter { width: min(100% - 28px, 1180px); }
  .card-grid, .card-grid.three, .process-grid, .timeline, .product-grid, .blog-grid, .stats, .zodiac-grid, .gallery-strip, .gallery-masonry { grid-template-columns: 1fr; }
  .gallery-tile.wide, .gallery-card.wide, .gallery-card.large { grid-column: auto; }
  .gallery-tile.tall, .gallery-card.tall, .gallery-card.large { grid-row: auto; }
  .gallery-strip, .gallery-masonry { grid-auto-rows: 260px; }
  .slider { grid-template-columns: 1fr; }
  .slider-btn { display: none; }
  .slides { min-height: 300px; }
  .newsletter form { flex-direction: column; }
}

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