:root {
  --ink: #050505;
  --night: #080b16;
  --navy: #10172d;
  --violet: #6548a6;
  --rose: #c98e94;
  --gold: #d6b46f;
  --soft-gold: #f1d99d;
  --pearl: #f8f2e8;
  --muted: #c7bdc9;
  --glass: rgba(255, 255, 255, 0.08);
  --glass-strong: rgba(255, 255, 255, 0.13);
  --border: rgba(255, 255, 255, 0.16);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  --ease: cubic-bezier(0.19, 1, 0.22, 1);
  --page-gutter: clamp(14px, 4vw, 40px);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 12%, rgba(214, 180, 111, 0.16), transparent 28rem),
    radial-gradient(circle at 88% 24%, rgba(201, 142, 148, 0.16), transparent 26rem),
    linear-gradient(135deg, var(--ink), var(--night) 42%, #140d1a 100%);
  color: var(--pearl);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hero-title,
.section-title,
.demo-slide h2,
.experience-card h3,
.service-card h3,
.package-card h3,
.timeline-step h3,
.gallery-item figcaption strong,
p,
li,
button,
a {
  overflow-wrap: anywhere;
}

body.loading {
  overflow: hidden;
}

body.demo-popup-open {
  overflow: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

button {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(246, 214, 146, 0.8);
  outline-offset: 3px;
}

.luxury-loader {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  background:
    radial-gradient(circle at 50% 42%, rgba(214, 180, 111, 0.18), transparent 20rem),
    radial-gradient(circle at 40% 58%, rgba(185, 165, 255, 0.12), transparent 24rem),
    linear-gradient(135deg, #030304, #090d18 52%, #150c16);
  transition: opacity 700ms var(--ease), visibility 700ms var(--ease), transform 700ms var(--ease);
}

body.loaded .luxury-loader {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.02);
  pointer-events: none;
}

.luxury-loader strong {
  position: relative;
  z-index: 2;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 10vw, 7rem);
  line-height: 0.9;
  background: linear-gradient(135deg, #fffaf0, var(--soft-gold), var(--rose), #d6ccff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 42px rgba(214, 180, 111, 0.22);
}

.luxury-loader span {
  color: rgba(248, 242, 232, 0.74);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.loader-ring {
  position: relative;
  width: 158px;
  height: 158px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-top-color: rgba(246, 214, 146, 0.95);
  border-right-color: rgba(201, 142, 148, 0.72);
  border-radius: 50%;
  box-shadow: inset 0 0 28px rgba(255, 255, 255, 0.05), 0 0 64px rgba(214, 180, 111, 0.2);
  animation: loaderSpin 1.6s linear infinite;
}

.loader-ring::before,
.loader-ring::after {
  content: "";
  position: absolute;
  inset: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--soft-gold);
  box-shadow: 0 0 24px rgba(246, 214, 146, 0.9);
}

.loader-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.loader-particles i {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(246, 214, 146, 0.72);
  box-shadow: 0 0 18px rgba(246, 214, 146, 0.72);
  animation: loaderDust 3s ease-in-out infinite;
}

.loader-particles i:nth-child(1) { left: 16%; top: 32%; animation-delay: -0.4s; }
.loader-particles i:nth-child(2) { left: 30%; top: 68%; animation-delay: -1.3s; }
.loader-particles i:nth-child(3) { left: 48%; top: 22%; animation-delay: -2.1s; }
.loader-particles i:nth-child(4) { left: 64%; top: 72%; animation-delay: -0.8s; }
.loader-particles i:nth-child(5) { left: 78%; top: 36%; animation-delay: -1.8s; }
.loader-particles i:nth-child(6) { left: 88%; top: 58%; animation-delay: -2.6s; }

.luxury-atmosphere {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.light-sheet {
  position: absolute;
  width: 58vw;
  height: 72vh;
  opacity: 0.28;
  filter: blur(34px);
  mix-blend-mode: screen;
  transform-origin: top center;
  animation: ambientSweep 18s ease-in-out infinite alternate;
}

.sheet-one {
  top: -24vh;
  left: -18vw;
  background: linear-gradient(135deg, rgba(214, 180, 111, 0.34), transparent 72%);
  transform: rotate(18deg);
}

.sheet-two {
  right: -24vw;
  bottom: -22vh;
  background: linear-gradient(135deg, rgba(185, 165, 255, 0.2), rgba(201, 142, 148, 0.18), transparent 70%);
  animation-delay: -7s;
}

.holo-line {
  position: absolute;
  width: 56vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(246, 214, 146, 0.38), transparent);
  box-shadow: 0 0 20px rgba(214, 180, 111, 0.22);
  opacity: 0.5;
  animation: lineDrift 9s ease-in-out infinite alternate;
}

.line-one {
  top: 22%;
  right: -12%;
  transform: rotate(-18deg);
}

.line-two {
  left: -18%;
  bottom: 28%;
  transform: rotate(22deg);
  animation-delay: -4s;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.content-shell {
  width: min(1180px, calc(100% - (var(--page-gutter) * 2)));
  margin: 0 auto;
}

.section-panel {
  position: relative;
  padding: 118px 0;
  overflow: hidden;
}

.section-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 72%);
  opacity: 0.22;
}

.section-kicker {
  margin: 0 0 16px;
  color: var(--soft-gold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-title {
  margin: 0;
  max-width: 850px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 6vw, 5rem);
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: 0;
}

.section-text {
  margin: 24px 0 0;
  max-width: 660px;
  color: rgba(248, 242, 232, 0.74);
  font-size: 1rem;
  line-height: 1.8;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 46px;
}

.section-heading.compact {
  display: block;
  text-align: center;
}

.section-heading.compact .section-title {
  margin: 0 auto;
}

.glass-panel {
  border: 1px solid var(--border);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at 15% 15%, rgba(214, 180, 111, 0.15), transparent 28rem);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  overflow: hidden;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  transition: transform 400ms var(--ease), border-color 400ms var(--ease), box-shadow 400ms var(--ease);
  isolation: isolate;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.36), transparent);
  transform: translateX(-120%) skewX(-18deg);
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
}

.btn:hover::before {
  animation: shine 900ms var(--ease);
  opacity: 1;
}

.btn-primary {
  color: #140f0a;
  border-color: rgba(246, 214, 146, 0.76);
  background: linear-gradient(135deg, #fff3c4, var(--gold) 52%, #c8877f);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  color: var(--pearl);
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--rose), #b9a5ff);
  box-shadow: 0 0 18px rgba(214, 180, 111, 0.8);
}

.cursor-glow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 320px;
  height: 320px;
  pointer-events: none;
  opacity: 0.32;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(246, 217, 157, 0.2), rgba(201, 142, 148, 0.12) 34%, transparent 70%);
  mix-blend-mode: screen;
  transition: opacity 250ms ease;
}

.cursor-dot {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  pointer-events: none;
  background: var(--soft-gold);
  box-shadow: 0 0 18px rgba(246, 214, 146, 0.82);
  transform: translate3d(-50%, -50%, 0);
  transition: width 180ms ease, height 180ms ease, opacity 180ms ease;
}

body.cursor-active .cursor-glow {
  opacity: 0.5;
}

body.cursor-active .cursor-dot {
  width: 28px;
  height: 28px;
  background: rgba(246, 214, 146, 0.18);
  border: 1px solid rgba(246, 214, 146, 0.72);
}

#particle-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.7;
}

.demo-popup {
  position: fixed;
  inset: 0;
  z-index: 1900;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 18%, rgba(214, 180, 111, 0.2), transparent 18rem),
    radial-gradient(circle at 76% 78%, rgba(28, 88, 255, 0.22), transparent 22rem),
    linear-gradient(135deg, rgba(0, 0, 0, 0.86), rgba(5, 8, 18, 0.9));
  backdrop-filter: blur(22px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 560ms var(--ease), visibility 560ms var(--ease), backdrop-filter 560ms var(--ease);
}

.demo-popup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.demo-popup::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 72%);
  opacity: 0.34;
}

.demo-popup__aura {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.demo-popup__aura i {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(246, 214, 146, 0.76);
  box-shadow: 0 0 22px rgba(246, 214, 146, 0.72);
  animation: popupDust 6s ease-in-out infinite;
}

.demo-popup__aura i:nth-child(1) { left: 12%; top: 20%; animation-delay: -1s; }
.demo-popup__aura i:nth-child(2) { left: 22%; top: 76%; animation-delay: -4s; }
.demo-popup__aura i:nth-child(3) { left: 44%; top: 14%; animation-delay: -2.2s; }
.demo-popup__aura i:nth-child(4) { right: 16%; top: 28%; animation-delay: -3.2s; }
.demo-popup__aura i:nth-child(5) { right: 25%; bottom: 12%; animation-delay: -0.4s; }
.demo-popup__aura i:nth-child(6) { left: 58%; bottom: 24%; animation-delay: -5s; }

.demo-popup__orb {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
  opacity: 0.55;
  animation: popupOrb 9s ease-in-out infinite alternate;
}

.orb-gold {
  left: 10%;
  top: 18%;
  background: radial-gradient(circle, rgba(246, 214, 146, 0.22), transparent 68%);
}

.orb-blue {
  right: 9%;
  bottom: 14%;
  background: radial-gradient(circle, rgba(45, 111, 255, 0.26), transparent 68%);
  animation-delay: -4s;
}

.demo-popup__panel {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100vw - 34px));
  min-height: min(690px, calc(100svh - 48px));
  max-height: calc(100svh - 48px);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045)),
    radial-gradient(circle at 18% 12%, rgba(246, 214, 146, 0.16), transparent 22rem),
    radial-gradient(circle at 82% 18%, rgba(45, 111, 255, 0.2), transparent 24rem),
    rgba(3, 6, 15, 0.84);
  box-shadow:
    0 44px 120px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 0 0 1px rgba(246, 214, 146, 0.08);
  backdrop-filter: blur(30px);
  transform: perspective(1200px) rotateX(7deg) rotateY(-5deg) scale(0.92);
  opacity: 0;
}

.demo-popup.is-open .demo-popup__panel {
  animation: popupPanelIn 820ms var(--ease) 120ms forwards;
}

.demo-popup__panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(120deg, rgba(246, 214, 146, 0.72), rgba(39, 102, 255, 0.58), rgba(201, 142, 148, 0.62), rgba(246, 214, 146, 0.72));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  animation: popupBorder 5s linear infinite;
}

.demo-popup__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 12%, rgba(255, 255, 255, 0.18), transparent 28%);
  transform: translateX(-130%);
  animation: popupShine 5.5s ease-in-out infinite;
}

.demo-popup__slides {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.demo-slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  padding: clamp(34px, 6vw, 72px);
  text-align: center;
  opacity: 0;
  filter: blur(18px);
  transform: translate3d(12%, 0, 0) rotateY(-18deg) scale(0.94);
  pointer-events: none;
  transition: opacity 560ms var(--ease), filter 560ms var(--ease), transform 560ms var(--ease);
}

.demo-slide.is-active {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) rotateY(0) scale(1);
  pointer-events: auto;
}

.demo-slide.is-exiting-left {
  transform: translate3d(-12%, 0, 0) rotateY(18deg) scale(0.94);
}

.demo-slide__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(246, 214, 146, 0.36);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.42), transparent 16%),
    linear-gradient(145deg, rgba(246, 214, 146, 0.18), rgba(45, 111, 255, 0.18));
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.08), 0 0 44px rgba(246, 214, 146, 0.18);
  transform-style: preserve-3d;
  animation: popupFloat 4.8s ease-in-out infinite;
}

.demo-icon-code span::before,
.demo-icon-code span::after {
  position: absolute;
  top: 50%;
  color: var(--soft-gold);
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
}

.demo-icon-code span::before {
  content: "<";
  left: 24px;
  transform: translateY(-50%);
}

.demo-icon-code span::after {
  content: ">";
  right: 24px;
  transform: translateY(-50%);
}

.demo-icon-orb span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 22%, #ffffff, transparent 16%),
    radial-gradient(circle, rgba(45, 111, 255, 0.58), rgba(246, 214, 146, 0.24));
  box-shadow: 0 0 36px rgba(45, 111, 255, 0.42);
}

.demo-slide h2 {
  max-width: 760px;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 7vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: 0;
  background: linear-gradient(135deg, #fffaf0, var(--soft-gold), #d9e3ff, var(--rose));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.demo-slide p:not(.section-kicker) {
  max-width: 620px;
  margin: 0;
  color: rgba(248, 242, 232, 0.74);
  font-size: 1rem;
  line-height: 1.75;
}

.demo-socials {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 14px;
}

.demo-social {
  position: relative;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    rgba(4, 8, 18, 0.72);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: perspective(700px) translateZ(0);
  transition: transform 360ms var(--ease), border-color 260ms ease, box-shadow 260ms ease;
}

.demo-social::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: translateX(-120%) skewX(-18deg);
}

.demo-social:hover {
  border-color: rgba(246, 214, 146, 0.58);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38), 0 0 34px rgba(246, 214, 146, 0.18);
  transform: perspective(700px) rotateX(8deg) rotateY(-8deg) translateY(-5px);
}

.demo-social:hover::before {
  animation: shine 760ms var(--ease);
}

.demo-social svg {
  width: 38px;
  height: 38px;
  fill: currentColor;
}

.demo-social--whatsapp {
  color: #7cffb1;
}

.demo-social--instagram {
  color: #ffd2e3;
}

.demo-slide--services {
  align-content: stretch;
  place-items: stretch;
  grid-template-rows: minmax(0, 1fr);
  padding: clamp(16px, 3vw, 30px);
}

.service-showcase {
  position: relative;
  display: grid;
  gap: 12px;
  align-self: stretch;
  width: min(860px, 100%);
  max-width: 100%;
  min-width: 0;
  height: 100%;
  max-height: none;
  margin: 0 auto;
  padding: clamp(14px, 2vw, 22px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  contain: layout paint;
  text-align: left;
  border: 1px solid rgba(246, 214, 146, 0.28);
  border-radius: 20px;
  background:
    radial-gradient(circle at 86% 0, rgba(42, 104, 255, 0.24), transparent 18rem),
    radial-gradient(circle at 8% 18%, rgba(246, 214, 146, 0.16), transparent 20rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    rgba(3, 8, 22, 0.9);
  box-shadow:
    0 38px 100px rgba(0, 0, 0, 0.48),
    0 0 50px rgba(42, 104, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: perspective(1200px) rotateX(3deg) rotateY(-4deg);
  transform-style: preserve-3d;
  scrollbar-width: none;
}

.service-showcase::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.service-showcase > *,
.showcase-hero > *,
.quote-banner > *,
.showcase-lower > *,
.showcase-contact > *,
.mini-pricing > *,
.build-grid > *,
.service-chips > * {
  min-width: 0;
}

.service-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 16%, rgba(255, 255, 255, 0.18), transparent 30%);
  transform: translateX(-130%) skewX(-18deg);
  animation: posterShine 5s ease-in-out infinite;
}

.showcase-hero,
.quote-banner,
.showcase-lower,
.showcase-contact {
  display: grid;
  gap: 14px;
}

.showcase-hero {
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.58fr);
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(42, 104, 255, 0.08));
}

.showcase-hero h2 {
  margin: 0;
  font-size: clamp(2.4rem, 7vw, 5.4rem);
  line-height: 0.82;
  text-transform: uppercase;
}

.showcase-hero strong {
  display: block;
  margin: 8px 0 10px;
  color: #b9caff;
  font-size: clamp(1rem, 2vw, 1.35rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.showcase-hero p:not(.section-kicker) {
  max-width: 560px;
  font-size: 0.92rem;
  line-height: 1.55;
}

.showcase-device {
  position: relative;
  min-height: 185px;
  padding: 18px;
  border: 1px solid rgba(246, 214, 146, 0.2);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(1, 6, 18, 0.94), rgba(4, 26, 64, 0.82)),
    radial-gradient(circle at 75% 70%, rgba(42, 104, 255, 0.36), transparent 9rem);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32), 0 0 36px rgba(42, 104, 255, 0.18);
  transform: perspective(700px) rotateY(-10deg);
}

.showcase-device span {
  display: block;
  color: var(--soft-gold);
  font-weight: 900;
}

.showcase-device b {
  position: absolute;
  left: 18px;
  bottom: 22px;
  color: var(--pearl);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.05;
}

.showcase-device i {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 82px;
  height: 62px;
  border-radius: 50% 50% 12px 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(42, 104, 255, 0.56));
  clip-path: polygon(0 100%, 24% 42%, 40% 68%, 62% 22%, 100% 100%);
  filter: drop-shadow(0 0 18px rgba(42, 104, 255, 0.5));
}

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

.service-chips span,
.build-grid span,
.mini-pricing article,
.why-mini,
.process-mini,
.showcase-contact > div {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 16px 36px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

.service-chips span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 10px 12px;
  color: rgba(248, 242, 232, 0.86);
  font-size: 0.82rem;
  font-weight: 800;
}

.service-chips i {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4f80ff, var(--soft-gold));
  box-shadow: 0 0 18px rgba(42, 104, 255, 0.24);
}

.quote-banner {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  align-items: center;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(3, 14, 38, 0.96), rgba(12, 38, 92, 0.82));
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.quote-banner span {
  display: block;
  color: rgba(248, 242, 232, 0.76);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quote-banner strong {
  display: block;
  margin-top: 4px;
  color: #6ea0ff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  line-height: 0.95;
}

.quote-banner p {
  font-size: 0.84rem;
  line-height: 1.55;
}

.showcase-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  color: var(--pearl);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.showcase-section-title::before,
.showcase-section-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(79, 128, 255, 0.8), transparent);
}

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

.build-grid span {
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 10px;
  color: rgba(248, 242, 232, 0.86);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

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

.mini-pricing article {
  position: relative;
  overflow: hidden;
  padding: 14px;
}

.mini-pricing article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #225dff, #6e47d8, var(--soft-gold));
}

.mini-pricing h3,
.why-mini h3,
.process-mini h3,
.showcase-contact h3 {
  margin: 0 0 10px;
  color: var(--pearl);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-pricing strong {
  display: block;
  margin-bottom: 10px;
  color: #78a6ff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.7rem, 3.8vw, 2.45rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.mini-pricing ul,
.why-mini ul {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.mini-pricing li,
.why-mini li {
  position: relative;
  padding-left: 18px;
  color: rgba(248, 242, 232, 0.78);
  font-size: 0.75rem;
  line-height: 1.35;
}

.mini-pricing li::before,
.why-mini li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4f80ff;
  box-shadow: 0 0 12px rgba(79, 128, 255, 0.8);
}

.showcase-lower {
  grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr);
}

.why-mini,
.process-mini {
  padding: 14px;
}

.process-mini div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}

.process-mini span {
  display: grid;
  justify-items: center;
  gap: 6px;
  color: rgba(248, 242, 232, 0.8);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.process-mini b {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #225dff, #6e47d8);
  color: #fff;
}

.process-mini p,
.showcase-contact p {
  font-size: 0.78rem;
  line-height: 1.45;
}

.showcase-contact {
  grid-template-columns: 1fr 0.8fr;
}

.showcase-contact > div {
  padding: 14px;
}

.showcase-contact > div:last-child {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(222, 232, 255, 0.86));
  color: #061126;
}

.showcase-contact span {
  display: block;
  color: #0a1c43;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.showcase-contact strong {
  display: block;
  color: #061126;
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  line-height: 1;
}

.demo-popup__controls {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 54px 1fr 54px;
  align-items: center;
  gap: 16px;
  padding: 0 clamp(20px, 4vw, 44px) clamp(18px, 3vw, 30px);
}

.demo-arrow,
.demo-popup__close {
  position: relative;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--pearl);
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transition: transform 280ms var(--ease), border-color 260ms ease, background 260ms ease, box-shadow 260ms ease;
}

.demo-arrow:hover,
.demo-popup__close:hover {
  border-color: rgba(246, 214, 146, 0.58);
  background: rgba(214, 180, 111, 0.12);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.3), 0 0 30px rgba(246, 214, 146, 0.16);
  transform: translateY(-3px) scale(1.04);
}

.demo-arrow:disabled,
.demo-popup__close:disabled {
  cursor: default;
}

.demo-popup__close:hover {
  border-color: rgba(255, 150, 135, 0.55);
  transform: rotate(8deg) scale(1.05);
}

.demo-arrow span,
.demo-popup__close span {
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.demo-popup__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.86);
}

.demo-popup.is-slide-3 .demo-popup__close {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.demo-popup.is-slide-1 .demo-arrow--prev,
.demo-popup.is-slide-3 .demo-arrow--next {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.82);
}

.demo-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.demo-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid rgba(246, 214, 146, 0.45);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 14px rgba(246, 214, 146, 0.08);
  transition: width 300ms var(--ease), background 300ms ease, box-shadow 300ms ease;
}

.demo-dots span.is-active {
  width: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--soft-gold), #4d7cff, var(--rose));
  box-shadow: 0 0 22px rgba(246, 214, 146, 0.32);
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  min-height: 66px;
  padding: 12px 14px 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(8, 9, 16, 0.62);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(24px);
  transform: translateX(-50%);
  transition: min-height 300ms var(--ease), background 300ms var(--ease), top 300ms var(--ease);
}

.site-header.scrolled {
  top: 10px;
  min-height: 56px;
  background: rgba(5, 5, 5, 0.76);
}

.logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--pearl);
}

.logo span {
  background: linear-gradient(135deg, #fffaf0, var(--gold), #d69092);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 28px rgba(214, 180, 111, 0.3);
}

.logo::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 9px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 16px rgba(214, 180, 111, 0.9);
}

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

.desktop-nav a {
  position: relative;
  padding: 11px 12px;
  color: rgba(248, 242, 232, 0.74);
  font-size: 0.82rem;
  font-weight: 700;
  transition: color 250ms ease;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  transition: transform 300ms var(--ease);
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: var(--pearl);
  text-shadow: 0 0 18px rgba(246, 214, 146, 0.34);
}

.desktop-nav a:hover::after,
.desktop-nav a.active::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--pearl);
  transition: transform 300ms var(--ease), opacity 300ms var(--ease);
}

.menu-toggle.active span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle.active span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 86px 16px auto;
  z-index: 99;
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(7, 7, 11, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-14px);
  transition: opacity 260ms ease, transform 260ms var(--ease);
}

.mobile-menu.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-menu a {
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(248, 242, 232, 0.86);
  font-weight: 700;
}

.hero {
  display: grid;
  align-items: center;
  min-height: 92vh;
  padding: 138px 0 78px;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.94) 0%, rgba(5, 5, 5, 0.72) 44%, rgba(5, 5, 5, 0.38) 100%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.86) 0%, transparent 42%),
    url("https://images.unsplash.com/photo-1519167758481-83f550bb49b3?auto=format&fit=crop&w=1800&q=88") center/cover;
  transform: scale(1.02);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.spotlight {
  position: absolute;
  z-index: -2;
  width: 34vw;
  height: 80vh;
  pointer-events: none;
  opacity: 0.34;
  filter: blur(20px);
  background: linear-gradient(180deg, rgba(255, 246, 205, 0.36), transparent 72%);
  transform-origin: top;
}

.spotlight-one {
  top: -12vh;
  right: 18%;
  transform: rotate(18deg);
}

.spotlight-two {
  top: -16vh;
  right: -5%;
  background: linear-gradient(180deg, rgba(184, 165, 255, 0.24), transparent 72%);
  transform: rotate(-12deg);
}

.petal-field i {
  position: absolute;
  z-index: -1;
  width: 10px;
  height: 16px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, rgba(255, 219, 218, 0.88), rgba(214, 180, 111, 0.28));
  filter: blur(0.2px);
  animation: petalFall 11s linear infinite;
}

.petal-field i:nth-child(1) { left: 18%; animation-delay: -2s; }
.petal-field i:nth-child(2) { left: 36%; animation-delay: -7s; animation-duration: 14s; }
.petal-field i:nth-child(3) { left: 58%; animation-delay: -4s; animation-duration: 12s; }
.petal-field i:nth-child(4) { left: 74%; animation-delay: -9s; animation-duration: 15s; }
.petal-field i:nth-child(5) { left: 84%; animation-delay: -1s; animation-duration: 10s; }
.petal-field i:nth-child(6) { left: 48%; animation-delay: -6s; animation-duration: 13s; }

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 48px;
}

.hero-title {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.18em;
  max-width: 860px;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4rem, 11vw, 9.8rem);
  line-height: 0.82;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-title .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(38px) rotateX(24deg);
  animation: wordReveal 1000ms var(--ease) forwards;
}

.hero-title .word:nth-child(2) { animation-delay: 120ms; }
.hero-title .word:nth-child(3) { animation-delay: 240ms; }
.hero-title .word:nth-child(4) { animation-delay: 360ms; }
.hero-title .word:nth-child(5) { animation-delay: 480ms; }

.gradient-word {
  background: linear-gradient(135deg, #fff7dc, var(--gold), #d69092, #c7b7ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(248, 242, 232, 0.78);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-stats {
  position: absolute;
  right: max(22px, calc((100vw - 1180px) / 2));
  bottom: 76px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(92px, 1fr));
  gap: 1px;
  width: min(430px, calc(100% - 40px));
  overflow: hidden;
  border-radius: 8px;
}

.hero-stats div {
  padding: 20px 18px;
  background: rgba(255, 255, 255, 0.045);
}

.hero-stats strong {
  display: block;
  color: var(--soft-gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}

.hero-stats span {
  display: block;
  margin-top: 8px;
  color: rgba(248, 242, 232, 0.68);
  font-size: 0.75rem;
  line-height: 1.35;
}

.hero-objects {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  perspective: 900px;
}

.lux-object {
  position: absolute;
  transform-style: preserve-3d;
  will-change: transform;
}

.scroll-3d {
  translate: 0 var(--scroll-y, 0);
  rotate: var(--scroll-rotate, 0deg);
}

.floating-ring {
  width: 112px;
  height: 112px;
  border: 12px solid transparent;
  border-radius: 50%;
  background:
    linear-gradient(var(--night), var(--night)) padding-box,
    conic-gradient(from 40deg, #fff9d9, var(--gold), #ac7a3d, #fff4c4, var(--rose), var(--gold)) border-box;
  box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.14), 0 0 54px rgba(214, 180, 111, 0.26);
  animation: floatRotate 9s ease-in-out infinite;
}

.floating-ring span {
  position: absolute;
  top: -22px;
  left: 50%;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transform: translateX(-50%) rotate(45deg);
  background: linear-gradient(135deg, #ffffff, #d7f0ff 36%, #b9a5ff);
  box-shadow: 0 0 34px rgba(255, 255, 255, 0.62);
}

.hero-objects > .floating-ring {
  right: 12%;
  top: 24%;
}

.floral-arch {
  right: 18%;
  top: 16%;
  width: 220px;
  height: 150px;
  border: 10px solid rgba(214, 180, 111, 0.72);
  border-bottom: 0;
  border-radius: 130px 130px 0 0;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.08), 0 0 52px rgba(214, 180, 111, 0.16);
  animation: floatSlow 12s ease-in-out infinite;
}

.floral-arch i {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50% 50% 50% 8px;
  background: radial-gradient(circle at 35% 35%, #fff4ef, #d89ba4 46%, rgba(214, 180, 111, 0.55));
  box-shadow: 0 0 22px rgba(201, 142, 148, 0.28);
}

.floral-arch i:nth-child(1) { left: 10px; top: 42px; }
.floral-arch i:nth-child(2) { right: 18px; top: 24px; transform: rotate(36deg); }
.floral-arch i:nth-child(3) { left: 88px; top: -22px; transform: rotate(-28deg); }

.floating-card {
  width: 178px;
  min-height: 112px;
  padding: 22px 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.05)),
    linear-gradient(135deg, rgba(214, 180, 111, 0.12), rgba(101, 72, 166, 0.18));
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(20px);
  animation: floatSlow 10s ease-in-out infinite;
}

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

.floating-card span {
  color: var(--soft-gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.18rem;
}

.floating-card strong {
  margin-top: 12px;
  color: rgba(248, 242, 232, 0.8);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-objects > .floating-card {
  right: 28%;
  bottom: 28%;
}

.floating-glasses {
  right: 8%;
  bottom: 24%;
  width: 128px;
  height: 112px;
  animation: floatSlow 8s ease-in-out infinite reverse;
}

.floating-glasses span {
  position: absolute;
  bottom: 12px;
  width: 45px;
  height: 76px;
  border: 2px solid rgba(255, 255, 255, 0.68);
  border-top-width: 4px;
  border-radius: 0 0 22px 22px;
  background: linear-gradient(180deg, transparent 22%, rgba(240, 207, 129, 0.42) 23%, rgba(240, 207, 129, 0.14) 66%, transparent 67%);
  transform-origin: bottom center;
}

.floating-glasses span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -28px;
  width: 2px;
  height: 30px;
  background: rgba(255, 255, 255, 0.6);
  transform: translateX(-50%);
}

.floating-glasses span:first-child {
  left: 24px;
  transform: rotate(-8deg);
}

.floating-glasses span:last-child {
  right: 24px;
  transform: rotate(8deg);
}

.floating-calendar {
  display: grid;
  place-items: center;
  width: 86px;
  height: 92px;
  border: 1px solid rgba(246, 214, 146, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(214, 180, 111, 0.36) 0 24%, rgba(255, 255, 255, 0.09) 24%),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 55px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
  animation: floatSlow 11s ease-in-out infinite;
}

.floating-calendar b {
  color: var(--pearl);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.3rem;
}

.hero-objects > .floating-calendar {
  top: 38%;
  right: 42%;
}

.floating-heart {
  width: 66px;
  height: 66px;
  right: 19%;
  top: 58%;
  border-radius: 20px 20px 6px 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.36), rgba(201, 142, 148, 0.12));
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.22), 0 0 42px rgba(201, 142, 148, 0.2);
  transform: rotate(45deg);
  animation: glassPulse 5s ease-in-out infinite;
}

.floating-lens {
  right: 35%;
  top: 21%;
  width: 84px;
  height: 84px;
  border: 10px solid rgba(15, 18, 32, 0.92);
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 36%, rgba(255, 255, 255, 0.72), transparent 9%),
    radial-gradient(circle, rgba(185, 165, 255, 0.34), rgba(5, 5, 5, 0.8) 62%);
  box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.18), 0 0 34px rgba(185, 165, 255, 0.18);
  animation: floatRotate 13s ease-in-out infinite reverse;
}

.floating-gift {
  right: 4%;
  top: 47%;
  width: 82px;
  height: 72px;
  border: 1px solid rgba(246, 214, 146, 0.36);
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 42%, rgba(246, 214, 146, 0.42) 42% 58%, transparent 58%),
    linear-gradient(180deg, rgba(201, 142, 148, 0.34), rgba(255, 255, 255, 0.08));
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.3), 0 0 24px rgba(214, 180, 111, 0.16);
  animation: floatSlow 9s ease-in-out infinite;
}

.floating-gift::before {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  top: -12px;
  height: 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(246, 214, 146, 0.7), rgba(201, 142, 148, 0.4));
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 4;
  width: 34px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  transform: translateX(-50%);
}

.scroll-cue span {
  position: absolute;
  left: 50%;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 16px rgba(214, 180, 111, 0.86);
  animation: scrollDot 1.8s infinite;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  align-items: center;
  gap: 68px;
}

.badge-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.badge-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(248, 242, 232, 0.8);
  font-size: 0.82rem;
  font-weight: 700;
  animation: floatBadge 7s ease-in-out infinite;
}

.badge-cloud span:nth-child(2n) {
  animation-delay: -2.5s;
}

.about-visual {
  min-height: 560px;
}

.image-stack {
  position: relative;
  min-height: 560px;
  transform-style: preserve-3d;
}

.image-panel {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(5, 5, 5, 0.68));
}

.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.panel-large {
  inset: 0 0 80px 52px;
}

.panel-small {
  left: 0;
  bottom: 0;
  width: 46%;
  height: 260px;
  transform: translateZ(58px);
}

.stage-model {
  position: absolute;
  right: 24px;
  bottom: 28px;
  width: 240px;
  height: 160px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 50% 10%, rgba(214, 180, 111, 0.2), transparent 66%);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  transform: translateZ(82px);
}

.stage-model span {
  position: absolute;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(214, 180, 111, 0.24));
  box-shadow: 0 0 26px rgba(214, 180, 111, 0.22);
}

.stage-model span:nth-child(1) {
  left: 28px;
  right: 28px;
  bottom: 30px;
  height: 18px;
  border-radius: 50%;
}

.stage-model span:nth-child(2) {
  left: 50%;
  top: 24px;
  width: 88px;
  height: 88px;
  border: 8px solid rgba(214, 180, 111, 0.66);
  border-radius: 50%;
  background: transparent;
  transform: translateX(-50%);
}

.stage-model span:nth-child(3) {
  left: 50%;
  bottom: 48px;
  width: 46px;
  height: 64px;
  border-radius: 50% 50% 8px 8px;
  transform: translateX(-50%);
}

.checklist-panel {
  position: absolute;
  right: 10px;
  top: 42px;
  width: 188px;
  padding: 18px;
  border: 1px solid rgba(185, 165, 255, 0.24);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04));
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.32), 0 0 34px rgba(185, 165, 255, 0.12);
  backdrop-filter: blur(18px);
  transform: translateZ(96px) rotate(-4deg);
}

.checklist-panel b {
  display: block;
  margin-bottom: 14px;
  color: var(--soft-gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
}

.checklist-panel i {
  display: block;
  height: 7px;
  margin: 10px 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(246, 214, 146, 0.8), rgba(255, 255, 255, 0.1));
  box-shadow: 0 0 16px rgba(246, 214, 146, 0.18);
}

.checklist-panel i:nth-child(3) {
  width: 74%;
}

.checklist-panel i:nth-child(4) {
  width: 58%;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.service-card,
.package-card,
.stat-card,
.testimonial-card,
.timeline-step {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)),
    radial-gradient(circle at top left, rgba(214, 180, 111, 0.12), transparent 18rem);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.23);
  backdrop-filter: blur(20px);
}

.service-card {
  position: relative;
  min-height: 250px;
  padding: 22px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms var(--ease);
}

.service-card::after,
.package-card::after,
.stat-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(246, 214, 146, 0.44), transparent 34%, rgba(201, 142, 148, 0.28));
  opacity: 0;
  transition: opacity 300ms ease;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  padding: 1px;
}

.service-card:hover,
.package-card:hover,
.stat-card:hover {
  border-color: rgba(246, 214, 146, 0.45);
  box-shadow: 0 24px 80px rgba(214, 180, 111, 0.13), 0 22px 70px rgba(0, 0, 0, 0.24);
}

.service-card:hover::after,
.package-card:hover::after,
.stat-card:hover::after {
  opacity: 1;
}

.service-card h3,
.package-card h3,
.timeline-step h3 {
  margin: 26px 0 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1;
  letter-spacing: 0;
}

.service-card p,
.package-card p,
.timeline-step p {
  margin: 0;
  color: rgba(248, 242, 232, 0.68);
  font-size: 0.9rem;
  line-height: 1.65;
}

.mini-object {
  display: block;
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(246, 214, 146, 0.3), rgba(255, 255, 255, 0.08));
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.08), 0 0 24px rgba(214, 180, 111, 0.16);
}

.mini-ring {
  border: 7px solid rgba(214, 180, 111, 0.7);
  border-radius: 50%;
  background: transparent;
}

.mini-ring::after,
.mini-flower::after,
.mini-star::after,
.mini-heart::after,
.mini-crown::after {
  content: "";
  position: absolute;
  inset: 11px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.52);
  transform: rotate(45deg);
}

.mini-globe {
  border-radius: 50%;
}

.mini-globe::before,
.mini-panel::before,
.mini-venue::before,
.mini-lens::before,
.mini-invite::before,
.mini-spotlight::before,
.mini-cake::before {
  content: "";
  position: absolute;
  inset: 11px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: inherit;
}

.mini-panel::before {
  inset: 10px 8px;
  border-radius: 4px;
}

.mini-cake::before {
  inset: auto 8px 9px;
  height: 22px;
  border-radius: 4px 4px 8px 8px;
  background: rgba(255, 255, 255, 0.12);
}

.mini-flower {
  border-radius: 50%;
}

.mini-flower::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 5px dotted rgba(246, 214, 146, 0.76);
}

.mini-venue::before {
  inset: 13px 8px 8px;
  border-radius: 4px;
}

.mini-lens {
  border-radius: 50%;
}

.mini-lens::before {
  inset: 9px;
  border-radius: 50%;
  box-shadow: inset 0 0 12px rgba(185, 165, 255, 0.42);
}

.mini-star {
  border-radius: 50%;
}

.mini-invite::before {
  inset: 9px 7px;
  border-radius: 3px;
  transform: rotate(-6deg);
}

.mini-spotlight::before {
  inset: 12px 16px 6px;
  border-radius: 50% 50% 4px 4px;
  box-shadow: 0 -12px 18px rgba(246, 214, 146, 0.24);
}

.mini-heart {
  border-radius: 50%;
}

.mini-heart::after {
  border-radius: 14px 14px 4px 14px;
}

.mini-crown::before {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 12px;
  height: 18px;
  background:
    linear-gradient(135deg, transparent 30%, rgba(246, 214, 146, 0.78) 31% 48%, transparent 49%),
    linear-gradient(225deg, transparent 30%, rgba(246, 214, 146, 0.78) 31% 48%, transparent 49%),
    linear-gradient(180deg, rgba(246, 214, 146, 0.42), rgba(255, 255, 255, 0.08));
  clip-path: polygon(0 100%, 0 32%, 22% 62%, 50% 0, 78% 62%, 100% 32%, 100% 100%);
}

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

.experience-card {
  position: relative;
  display: flex;
  min-height: 430px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--image) center/cover;
  box-shadow: var(--shadow);
  isolation: isolate;
  clip-path: inset(var(--clip-inset, 0) round 8px);
}

.experience-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.12), rgba(5, 5, 5, 0.84)),
    radial-gradient(circle at 60% 20%, rgba(214, 180, 111, 0.22), transparent 20rem);
  transition: opacity 500ms ease;
}

.experience-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--image) center/cover;
  transition: transform 700ms var(--ease);
}

.experience-card:hover::after {
  transform: scale(1.08);
}

.card-object {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 1;
  width: 58px;
  height: 58px;
  opacity: 0.78;
  pointer-events: none;
  translate: 0 var(--scroll-y, 0);
  rotate: var(--scroll-rotate, 0deg);
  filter: drop-shadow(0 0 18px rgba(246, 214, 146, 0.24));
}

.object-ring {
  border: 8px solid rgba(214, 180, 111, 0.76);
  border-radius: 50%;
}

.object-ring::after,
.object-shell::after,
.object-panel::after,
.object-cake::after,
.object-glass::after,
.object-flower::after,
.object-candle::after,
.object-mic::after {
  content: "";
  position: absolute;
  inset: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.5);
}

.object-shell {
  border-radius: 50%;
  background: conic-gradient(from 20deg, rgba(246, 214, 146, 0.7), rgba(255, 255, 255, 0.18), rgba(201, 142, 148, 0.42), rgba(246, 214, 146, 0.7));
}

.object-panel {
  border: 1px solid rgba(185, 165, 255, 0.6);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(185, 165, 255, 0.22), rgba(255, 255, 255, 0.06));
}

.object-cake {
  border-radius: 8px;
  background:
    linear-gradient(180deg, transparent 0 22%, rgba(246, 214, 146, 0.52) 22% 28%, transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(201, 142, 148, 0.24));
}

.object-glass {
  border: 2px solid rgba(255, 255, 255, 0.64);
  border-top-width: 5px;
  border-radius: 4px 4px 26px 26px;
  background: linear-gradient(180deg, transparent 28%, rgba(246, 214, 146, 0.32) 29% 68%, transparent 69%);
}

.object-flower {
  border: 6px dotted rgba(246, 214, 146, 0.8);
  border-radius: 50%;
}

.object-candle {
  width: 40px;
  border-radius: 18px 18px 6px 6px;
  background: linear-gradient(180deg, rgba(255, 246, 205, 0.72), rgba(255, 255, 255, 0.08));
}

.object-mic {
  width: 44px;
  border-radius: 24px 24px 8px 8px;
  background: linear-gradient(135deg, rgba(246, 214, 146, 0.42), rgba(185, 165, 255, 0.18));
}

.experience-card span {
  align-self: flex-start;
  margin-bottom: auto;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.42);
  color: var(--soft-gold);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.experience-card h3 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
}

.experience-card p {
  margin: 0 0 18px;
  color: rgba(248, 242, 232, 0.74);
  line-height: 1.55;
}

.text-link {
  position: relative;
  width: max-content;
  color: var(--soft-gold);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.text-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  background: currentColor;
  transform-origin: left;
  transition: transform 300ms var(--ease);
}

.text-link:hover::after {
  transform: scaleX(0.35);
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(190px, 1fr));
  gap: 14px;
  overflow-x: auto;
  padding: 12px 2px 28px;
  scrollbar-width: thin;
  filter: drop-shadow(0 0 20px rgba(214, 180, 111, calc(var(--scroll-progress, 0) * 0.18)));
}

.timeline::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 45px;
  height: 2px;
  background: rgba(255, 255, 255, 0.13);
}

.timeline-progress {
  position: absolute;
  left: 2px;
  top: 45px;
  width: var(--timeline-progress, 0%);
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--rose), #b9a5ff);
  box-shadow: 0 0 20px rgba(214, 180, 111, 0.65);
  transition: width 80ms linear;
}

.timeline-step {
  position: relative;
  min-height: 250px;
  padding: 72px 18px 20px;
}

.timeline-step span {
  position: absolute;
  top: 16px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(246, 214, 146, 0.42);
  border-radius: 50%;
  background: rgba(5, 5, 5, 0.66);
  color: var(--soft-gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.3rem;
  box-shadow: 0 0 28px rgba(214, 180, 111, 0.16);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.filter-btn {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(248, 242, 232, 0.72);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 800;
  transition: color 250ms ease, background 250ms ease, border-color 250ms ease;
}

.filter-btn:hover,
.filter-btn.active {
  border-color: rgba(246, 214, 146, 0.56);
  background: rgba(214, 180, 111, 0.14);
  color: var(--pearl);
}

.gallery-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 230px;
  gap: 14px;
}

.gallery-item {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  clip-path: inset(var(--clip-inset, 0) round 8px);
  transition: transform 360ms var(--ease), opacity 300ms ease, clip-path 300ms var(--ease);
}

.gallery-item.hidden {
  display: none;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease);
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--spotlight-x, 50%) var(--spotlight-y, 50%), rgba(246, 214, 146, 0.18), transparent 24%),
    linear-gradient(180deg, transparent 34%, rgba(5, 5, 5, 0.86));
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 2;
}

.gallery-item figcaption span {
  display: block;
  margin-bottom: 6px;
  color: var(--soft-gold);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.gallery-item figcaption strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1;
}

.stats {
  padding: 92px 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(214, 180, 111, 0.14), transparent 33rem),
    rgba(255, 255, 255, 0.02);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 40px;
}

.stat-card {
  position: relative;
  min-height: 190px;
  padding: 28px;
  text-align: center;
  overflow: hidden;
}

.stat-card strong {
  display: block;
  color: var(--soft-gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.9;
}

.stat-card strong::after {
  content: attr(data-suffix);
  font-size: 0.5em;
}

.stat-card span {
  display: block;
  margin-top: 16px;
  color: rgba(248, 242, 232, 0.72);
  font-weight: 800;
}

.why-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px) minmax(0, 1fr);
  align-items: center;
  gap: 34px;
}

.why-list {
  display: grid;
  gap: 12px;
}

.why-list span {
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(248, 242, 232, 0.82);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  font-weight: 800;
  transform: translateX(calc(var(--why-drift, 0px) * var(--side, 1)));
  transition: transform 160ms linear, border-color 260ms ease, background 260ms ease;
}

.why-list:first-child span {
  --side: -1;
}

.why-list span:hover {
  border-color: rgba(246, 214, 146, 0.46);
  background: rgba(214, 180, 111, 0.1);
}

.orb-wrap {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 420px;
}

.event-orb {
  position: relative;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(246, 214, 146, 0.28);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.72), transparent 7%),
    radial-gradient(circle at 50% 50%, rgba(214, 180, 111, 0.22), rgba(101, 72, 166, 0.16) 42%, rgba(255, 255, 255, 0.05));
  box-shadow: inset 0 0 44px rgba(255, 255, 255, 0.08), 0 0 90px rgba(214, 180, 111, 0.16);
  animation: orbFloat 7s ease-in-out infinite;
  translate: 0 var(--scroll-y, 0);
  rotate: var(--scroll-rotate, 0deg);
}

.event-orb span {
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  animation: orbit 12s linear infinite;
}

.event-orb span:nth-child(2) {
  inset: 52px;
  animation-duration: 9s;
  animation-direction: reverse;
}

.event-orb span:nth-child(3) {
  inset: 82px;
  border-color: rgba(246, 214, 146, 0.26);
  animation-duration: 6s;
}

.crown-ornament {
  position: absolute;
  top: 82px;
  left: 50%;
  width: 118px;
  height: 68px;
  transform: translateX(-50%) translateY(calc(var(--scroll-shift, 0px) * -0.2));
  background: linear-gradient(180deg, rgba(246, 214, 146, 0.52), rgba(201, 142, 148, 0.12));
  clip-path: polygon(0 100%, 0 38%, 18% 64%, 33% 20%, 50% 58%, 67% 0, 82% 64%, 100% 38%, 100% 100%);
  opacity: 0.54;
  filter: drop-shadow(0 0 24px rgba(246, 214, 146, 0.28));
}

.hologram-list {
  position: absolute;
  width: 230px;
  transform: translateY(160px);
}

.hologram-list i {
  display: block;
  height: 8px;
  margin: 10px auto;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(246, 214, 146, 0.72), transparent);
  box-shadow: 0 0 18px rgba(214, 180, 111, 0.34);
}

.hologram-list i:nth-child(1) { width: 72%; }
.hologram-list i:nth-child(2) { width: 54%; }
.hologram-list i:nth-child(3) { width: 82%; }
.hologram-list i:nth-child(4) { width: 46%; }

.testimonial-shell {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  align-items: center;
  gap: 16px;
}

.testimonial-viewport {
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  transition: transform 520ms var(--ease);
}

.testimonial-card {
  flex: 0 0 calc((100% - 28px) / 3);
  min-height: 326px;
  margin-right: 14px;
  padding: 28px;
}

.stars {
  color: var(--soft-gold);
  font-size: 0.94rem;
  letter-spacing: 0.14em;
}

.testimonial-card p {
  margin: 24px 0;
  color: rgba(248, 242, 232, 0.78);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.25;
}

.client {
  display: flex;
  align-items: center;
  gap: 12px;
}

.client span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--rose));
  color: #130e09;
  font-weight: 900;
}

.client strong {
  color: rgba(248, 242, 232, 0.86);
}

.carousel-btn {
  position: relative;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  cursor: pointer;
  transition: border-color 250ms ease, background 250ms ease, transform 250ms var(--ease);
}

.carousel-btn:hover {
  border-color: rgba(246, 214, 146, 0.48);
  background: rgba(214, 180, 111, 0.12);
  transform: translateY(-2px);
}

.carousel-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--pearl);
  border-left: 2px solid var(--pearl);
}

.carousel-btn.prev span {
  transform: translate(-35%, -50%) rotate(-45deg);
}

.carousel-btn.next span {
  transform: translate(-65%, -50%) rotate(135deg);
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.package-card {
  position: relative;
  display: flex;
  min-height: 510px;
  padding: 26px;
  flex-direction: column;
  overflow: hidden;
  transition: transform 300ms var(--ease), border-color 300ms ease, box-shadow 300ms ease;
}

.package-card:hover {
  transform: translateY(-8px);
}

.package-card.featured {
  border-color: rgba(246, 214, 146, 0.55);
  background:
    linear-gradient(145deg, rgba(214, 180, 111, 0.18), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 50% 0, rgba(201, 142, 148, 0.18), transparent 22rem);
}

.featured-tag {
  align-self: flex-start;
  min-height: 30px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(214, 180, 111, 0.18);
  color: var(--soft-gold);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.package-card strong {
  display: block;
  margin: 22px 0;
  color: var(--soft-gold);
  font-size: 0.92rem;
}

.package-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 22px;
  color: rgba(248, 242, 232, 0.72);
  font-size: 0.9rem;
  line-height: 1.5;
}

.package-card li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(214, 180, 111, 0.78);
}

.package-card .btn {
  margin-top: auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
  align-items: center;
  gap: 58px;
}

.contact-objects {
  position: relative;
  min-height: 250px;
  margin-top: 36px;
}

.contact-objects .large {
  position: absolute;
  left: 4%;
  top: 40px;
  width: 118px;
  height: 126px;
}

.contact-objects .small {
  position: absolute;
  left: 38%;
  top: 12px;
  width: 84px;
  height: 84px;
}

.contact-objects .small-card {
  position: absolute;
  right: 12%;
  top: 74px;
}

.floating-ribbon {
  position: absolute;
  right: 4%;
  top: 18px;
  width: 150px;
  height: 42px;
  border-radius: 999px 999px 999px 8px;
  background: linear-gradient(135deg, rgba(246, 214, 146, 0.58), rgba(201, 142, 148, 0.22), rgba(255, 255, 255, 0.08));
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.24), 0 0 30px rgba(214, 180, 111, 0.16);
  transform: rotate(-12deg);
  animation: floatSlow 8s ease-in-out infinite reverse;
}

.booking-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: 8px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.booking-form label {
  display: grid;
  gap: 8px;
}

.booking-form label span {
  color: rgba(248, 242, 232, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-form input,
.booking-form select,
.booking-form textarea,
.newsletter-form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.35);
  color: var(--pearl);
  outline: none;
  transition: border-color 250ms ease, box-shadow 250ms ease, background 250ms ease;
}

.booking-form input,
.booking-form select {
  min-height: 48px;
  padding: 0 14px;
}

.booking-form textarea {
  resize: vertical;
  min-height: 126px;
  padding: 14px;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus,
.newsletter-form input:focus {
  border-color: rgba(246, 214, 146, 0.58);
  background: rgba(5, 5, 5, 0.48);
  box-shadow: 0 0 0 4px rgba(214, 180, 111, 0.1);
}

.booking-form .error {
  border-color: rgba(255, 114, 114, 0.72);
  box-shadow: 0 0 0 4px rgba(255, 114, 114, 0.1);
}

.form-message {
  min-height: 24px;
  margin: 0;
  color: var(--soft-gold);
  font-weight: 800;
  transform-origin: left center;
  transition: transform 250ms var(--ease), opacity 250ms ease;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 76px 0 28px;
  background:
    radial-gradient(circle at 12% 0, rgba(214, 180, 111, 0.16), transparent 24rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0.55));
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: auto -20% -36% -20%;
  height: 260px;
  background: radial-gradient(ellipse, rgba(201, 142, 148, 0.18), transparent 70%);
  animation: footerGlow 7s ease-in-out infinite alternate;
}

.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.footer-grid > div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(14px);
}

.footer-logo {
  margin-bottom: 18px;
}

.site-footer p {
  max-width: 360px;
  color: rgba(248, 242, 232, 0.64);
  line-height: 1.7;
}

.site-footer h3 {
  margin: 0 0 14px;
  color: var(--soft-gold);
  font-size: 0.82rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-footer a:not(.logo) {
  display: block;
  margin: 10px 0;
  color: rgba(248, 242, 232, 0.66);
  font-size: 0.9rem;
}

.newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  gap: 8px;
}

.newsletter-form input {
  min-height: 46px;
  padding: 0 13px;
}

.newsletter-form button {
  position: relative;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gold), var(--rose));
  cursor: pointer;
}

.newsletter-form button span {
  position: absolute;
  top: 50%;
  left: 48%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #120d08;
  border-right: 2px solid #120d08;
  transform: translate(-50%, -50%) rotate(45deg);
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.socials a {
  display: grid !important;
  place-items: center;
  width: 40px;
  height: 40px;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.socials span {
  color: var(--soft-gold);
  font-size: 0.72rem;
  font-weight: 900;
}

.copyright {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 54px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.quick-actions {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
}

.quick-toggle {
  position: relative;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(246, 214, 146, 0.5);
  border-radius: 50%;
  background: linear-gradient(135deg, #fff2bd, var(--gold), var(--rose));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32), 0 0 30px rgba(214, 180, 111, 0.3);
  cursor: pointer;
}

.quick-toggle span,
.quick-toggle span::before,
.quick-toggle span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #120d08;
  transform: translate(-50%, -50%);
  content: "";
}

.quick-toggle span::before {
  transform: translate(-50%, -8px);
}

.quick-toggle span::after {
  transform: translate(-50%, 6px);
}

.quick-menu {
  position: absolute;
  right: 0;
  bottom: 70px;
  display: grid;
  min-width: 190px;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.84);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 260ms ease, transform 260ms var(--ease);
}

.quick-actions.open .quick-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.quick-menu a,
.quick-menu button {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(248, 242, 232, 0.86);
  cursor: pointer;
  text-align: left;
  font-size: 0.86rem;
  font-weight: 800;
  transition: background 250ms ease, color 250ms ease, transform 250ms var(--ease);
}

.quick-menu a:hover,
.quick-menu button:hover {
  background: rgba(214, 180, 111, 0.14);
  color: var(--pearl);
  transform: translateX(-3px);
}

.quick-icon {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(246, 214, 146, 0.68);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(214, 180, 111, 0.18);
}

.icon-book::after {
  content: "";
  position: absolute;
  inset: 4px 6px;
  border: 1px solid rgba(246, 214, 146, 0.86);
  border-radius: 2px;
}

.icon-package::after {
  content: "";
  position: absolute;
  inset: 5px 4px 4px;
  border-radius: 2px;
  background: rgba(246, 214, 146, 0.68);
}

.icon-top::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-left: 2px solid rgba(246, 214, 146, 0.92);
  border-top: 2px solid rgba(246, 214, 146, 0.92);
  transform: rotate(45deg);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(0, 0, 0, 0.86);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.lightbox.open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox figure {
  position: relative;
  width: min(980px, 100%);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #050505;
  box-shadow: var(--shadow);
  transform: scale(0.96);
  transition: transform 260ms var(--ease);
}

.lightbox.open figure {
  transform: scale(1);
}

.lightbox img {
  width: 100%;
  max-height: 72vh;
  object-fit: cover;
}

.lightbox figcaption {
  display: grid;
  gap: 8px;
  padding: 18px;
  background: rgba(5, 5, 5, 0.86);
}

.lightbox figcaption strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.7rem;
}

.lightbox figcaption span {
  color: rgba(248, 242, 232, 0.72);
}

.lightbox-close {
  position: fixed;
  top: 22px;
  right: 22px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.lightbox-close::before,
.lightbox-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background: var(--pearl);
}

.lightbox-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.lightbox-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.reveal {
  opacity: var(--reveal-opacity, 0);
  transform: translate3d(0, var(--reveal-shift, 26px), 0) scale(var(--reveal-scale, 0.985));
  filter: blur(var(--reveal-blur, 10px));
  transition: opacity 160ms linear, transform 160ms linear, filter 160ms linear;
  will-change: opacity, transform, filter;
}

.reveal.visible {
  --reveal-opacity: 1;
  --reveal-shift: 0px;
  --reveal-blur: 0px;
  --reveal-scale: 1;
}

.gallery-item.reveal {
  clip-path: inset(var(--clip-inset, 14%) round 8px);
}

.gallery-item.reveal.visible {
  --clip-inset: 0;
}

.package-card.reveal:hover {
  transform: translate3d(0, calc(var(--reveal-shift, 0px) - 8px), 0) scale(var(--reveal-scale, 1));
}

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

@keyframes loaderDust {
  0%, 100% { transform: translate3d(0, 12px, 0) scale(0.72); opacity: 0.2; }
  50% { transform: translate3d(18px, -22px, 0) scale(1); opacity: 1; }
}

@keyframes ambientSweep {
  from { transform: translate3d(0, 0, 0) rotate(12deg); opacity: 0.18; }
  to { transform: translate3d(4vw, 3vh, 0) rotate(22deg); opacity: 0.34; }
}

@keyframes lineDrift {
  from { translate: -2vw 0; opacity: 0.24; }
  to { translate: 3vw -2vh; opacity: 0.62; }
}

@keyframes popupPanelIn {
  to {
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg) scale(1);
  }
}

@keyframes popupBorder {
  to { filter: hue-rotate(360deg); }
}

@keyframes popupShine {
  0%, 42% { transform: translateX(-130%) skewX(-18deg); opacity: 0; }
  54% { opacity: 0.8; }
  70%, 100% { transform: translateX(130%) skewX(-18deg); opacity: 0; }
}

@keyframes posterShine {
  0%, 38% { transform: translateX(-120%) skewX(-18deg); opacity: 0; }
  50% { opacity: 0.8; }
  68%, 100% { transform: translateX(120%) skewX(-18deg); opacity: 0; }
}

@keyframes popupDust {
  0%, 100% { transform: translate3d(0, 18px, 0) scale(0.72); opacity: 0.2; }
  50% { transform: translate3d(28px, -32px, 0) scale(1); opacity: 1; }
}

@keyframes popupOrb {
  from { transform: translate3d(-12px, 8px, 0) scale(0.94); opacity: 0.36; }
  to { transform: translate3d(18px, -18px, 0) scale(1.08); opacity: 0.62; }
}

@keyframes popupFloat {
  0%, 100% { transform: translateY(0) rotateX(0deg); }
  50% { transform: translateY(-10px) rotateX(8deg); }
}

@keyframes wordReveal {
  to {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}

@keyframes shine {
  to {
    transform: translateX(120%) skewX(-18deg);
  }
}

@keyframes heroDrift {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.07) translate3d(-1.5%, -1%, 0); }
}

@keyframes floatRotate {
  0%, 100% { transform: translate3d(0, 0, 0) rotateX(18deg) rotateY(-18deg) rotateZ(0deg); }
  50% { transform: translate3d(12px, -20px, 40px) rotateX(24deg) rotateY(26deg) rotateZ(8deg); }
}

@keyframes floatSlow {
  0%, 100% { transform: translate3d(0, 0, 0) rotateX(8deg) rotateY(-10deg); }
  50% { transform: translate3d(-12px, -18px, 34px) rotateX(-6deg) rotateY(12deg); }
}

@keyframes glassPulse {
  0%, 100% { opacity: 0.75; transform: rotate(45deg) translate3d(0, 0, 0); }
  50% { opacity: 1; transform: rotate(45deg) translate3d(8px, -12px, 0); }
}

@keyframes petalFall {
  from { top: -40px; transform: translateX(0) rotate(0deg); opacity: 0; }
  12% { opacity: 0.8; }
  88% { opacity: 0.55; }
  to { top: 105%; transform: translateX(80px) rotate(360deg); opacity: 0; }
}

@keyframes scrollDot {
  0% { transform: translate(-50%, 0); opacity: 0; }
  35% { opacity: 1; }
  100% { transform: translate(-50%, 22px); opacity: 0; }
}

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

@keyframes orbFloat {
  0%, 100% { transform: translateY(0) rotateX(0deg); }
  50% { transform: translateY(-18px) rotateX(8deg); }
}

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

@keyframes footerGlow {
  to { transform: translateY(-30px); opacity: 0.8; }
}

@media (min-width: 1440px) {
  :root {
    --page-gutter: clamp(40px, 5vw, 84px);
  }

  .content-shell {
    width: min(1320px, calc(100% - (var(--page-gutter) * 2)));
  }

  .site-header {
    width: min(1320px, calc(100% - 48px));
  }

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

  .gallery-grid {
    grid-auto-rows: 270px;
  }

  .hero-stats {
    right: max(28px, calc((100vw - 1320px) / 2));
    width: min(500px, calc(100% - 56px));
  }

  .demo-popup__panel {
    width: min(1080px, calc(100vw - 80px));
  }
}

@media (min-width: 1920px) {
  .hero-title {
    font-size: clamp(7rem, 8vw, 11rem);
  }

  .section-title {
    font-size: clamp(4.5rem, 4.8vw, 6.4rem);
  }
}

@media (max-width: 1240px) {
  .desktop-nav a {
    padding-inline: 9px;
    font-size: 0.78rem;
  }

  .site-header {
    width: calc(100% - 24px);
  }
}

@media (max-width: 1120px) {
  .services-grid,
  .packages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

@media (max-width: 880px) {
  .content-shell {
    width: min(100% - 28px, 720px);
  }

  .section-panel {
    padding: 86px 0;
  }

  .section-heading,
  .split-grid,
  .contact-grid,
  .why-layout {
    grid-template-columns: 1fr;
    display: grid;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero {
    min-height: 88svh;
    padding-top: 118px;
  }

  .hero-title {
    font-size: clamp(3.4rem, 16vw, 6.8rem);
  }

  .hero-stats {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 42px auto 0;
  }

  .hero-objects {
    opacity: 0.58;
  }

  .hero-objects > .floating-ring {
    right: 2%;
    top: 18%;
    transform: scale(0.8);
  }

  .hero-objects > .floating-card,
  .hero-objects > .floating-calendar,
  .floral-arch,
  .floating-gift {
    display: none;
  }

  .floating-glasses {
    right: -4%;
    bottom: 24%;
    transform: scale(0.78);
  }

  .about-visual,
  .image-stack {
    min-height: 500px;
  }

  .panel-large {
    inset: 0 0 110px 22px;
  }

  .panel-small {
    width: 54%;
  }

  .stage-model {
    width: 210px;
  }

  .checklist-panel {
    right: 0;
    width: 168px;
  }

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

  .testimonial-shell {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 8px;
  }

  .testimonial-card {
    flex-basis: 100%;
  }

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

  .demo-popup {
    padding: 14px;
  }

  .demo-popup__panel {
    width: min(720px, calc(100vw - 24px));
    min-height: min(680px, calc(100svh - 28px));
    max-height: calc(100svh - 28px);
  }

  .demo-slide {
    padding: 34px 22px;
  }

  .demo-slide--services {
    padding: 18px 14px;
  }

  .service-showcase {
    height: 100%;
    max-height: none;
    transform: perspective(900px) rotateX(2deg) rotateY(-2deg);
  }

  .showcase-hero,
  .quote-banner,
  .showcase-lower,
  .showcase-contact {
    grid-template-columns: 1fr;
  }

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

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

  .process-mini div {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    overflow: visible;
  }
}

@media (max-width: 740px) {
  .section-heading {
    display: grid;
    align-items: start;
  }

  .timeline {
    grid-template-columns: 1fr;
    overflow-x: visible;
  }

  .timeline::before,
  .timeline-progress {
    left: 46px;
    right: auto;
    top: 16px;
    width: 2px !important;
    min-height: 0;
  }

  .timeline::before {
    height: calc(100% - 32px);
  }

  .timeline-progress {
    height: var(--timeline-progress, 0%);
  }

  .timeline-step {
    min-height: auto;
    padding: 22px 18px 22px 92px;
  }

  .timeline-step span {
    top: 18px;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 58px;
    padding-left: 14px;
  }

  .logo {
    font-size: 1.34rem;
  }

  .section-title {
    font-size: clamp(2rem, 12vw, 3.3rem);
  }

  .hero {
    min-height: auto;
    padding-bottom: 70px;
  }

  .hero-content {
    padding-top: 24px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-stats {
    display: none;
  }

  .hero-objects {
    display: none;
  }

  .services-grid,
  .experience-grid,
  .gallery-grid,
  .stats-grid,
  .packages-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-auto-rows: 240px;
  }

  .gallery-item.wide,
  .gallery-item.tall {
    grid-column: auto;
    grid-row: auto;
  }

  .about-visual,
  .image-stack {
    min-height: 430px;
  }

  .panel-large {
    inset: 0 0 92px 0;
  }

  .panel-small {
    width: 64%;
    height: 190px;
  }

  .stage-model {
    right: 0;
    width: 178px;
    height: 126px;
  }

  .testimonial-shell {
    grid-template-columns: 1fr;
  }

  .carousel-btn {
    display: none;
  }

  .contact-objects {
    display: none;
  }

  .booking-form {
    padding: 18px;
  }

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

  .demo-popup {
    padding: 10px;
    backdrop-filter: blur(12px);
  }

  .demo-popup__panel {
    width: calc(100vw - 20px);
    min-height: calc(100svh - 20px);
    max-height: calc(100svh - 20px);
    border-radius: 14px;
    grid-template-rows: minmax(0, 1fr) 58px;
    backdrop-filter: blur(14px);
  }

  .demo-slide {
    gap: 14px;
    padding: 72px 16px 22px;
  }

  .demo-slide__icon {
    width: 76px;
    height: 76px;
  }

  .demo-slide h2 {
    font-size: clamp(2.1rem, 12vw, 3.4rem);
  }

  .demo-slide p:not(.section-kicker) {
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .demo-social {
    width: 66px;
    height: 66px;
    border-radius: 18px;
  }

  .demo-social svg {
    width: 32px;
    height: 32px;
  }

  .demo-slide--services {
    padding: 58px 8px 12px;
  }

  .service-showcase {
    width: 100%;
    height: 100%;
    max-height: none;
    gap: 10px;
    padding: 9px;
    border-radius: 14px;
    transform: none;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    contain: layout paint;
  }

  .service-showcase::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .service-showcase::before,
  .demo-popup__panel::after {
    display: none;
  }

  .demo-popup__panel::before {
    animation: none;
  }

  .demo-popup__aura i,
  .demo-popup__orb {
    animation-play-state: paused;
  }

  .service-chips span,
  .build-grid span,
  .mini-pricing article,
  .why-mini,
  .process-mini,
  .showcase-contact > div {
    backdrop-filter: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 10px 22px rgba(0, 0, 0, 0.14);
  }

  .showcase-hero {
    gap: 10px;
    padding: 12px;
    border-radius: 12px;
  }

  .showcase-hero h2 {
    font-size: clamp(2rem, 11vw, 3rem);
    line-height: 0.9;
    word-break: normal;
    overflow-wrap: normal;
  }

  .showcase-hero strong {
    margin: 6px 0 8px;
    font-size: 0.82rem;
    letter-spacing: 0.12em;
  }

  .showcase-hero p:not(.section-kicker) {
    font-size: 0.86rem;
    line-height: 1.5;
  }

  .showcase-device {
    min-height: 118px;
    padding: 14px;
    border-radius: 12px;
    transform: none;
  }

  .showcase-device b {
    left: 14px;
    bottom: 16px;
    font-size: 1.12rem;
  }

  .showcase-device i {
    right: 12px;
    bottom: 12px;
    width: 64px;
    height: 48px;
  }

  .service-chips,
  .build-grid,
  .mini-pricing,
  .showcase-lower,
  .showcase-contact,
  .quote-banner {
    grid-template-columns: 1fr;
  }

  .build-grid span {
    min-height: 46px;
    padding: 9px;
    font-size: 0.68rem;
  }

  .process-mini div {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .process-mini span {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    justify-items: start;
    text-align: left;
  }

  .service-chips span,
  .quote-banner,
  .mini-pricing article,
  .why-mini,
  .process-mini,
  .showcase-contact > div {
    border-radius: 12px;
  }

  .service-chips span {
    min-height: 42px;
    padding: 9px 10px;
    font-size: 0.78rem;
  }

  .quote-banner {
    padding: 12px;
  }

  .quote-banner strong {
    font-size: 1.7rem;
  }

  .mini-pricing article,
  .why-mini,
  .process-mini,
  .showcase-contact > div {
    padding: 12px;
  }

  .mini-pricing strong {
    font-size: 1.7rem;
  }

  .showcase-section-title {
    gap: 8px;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .demo-popup__controls {
    grid-template-columns: 48px 1fr 48px;
    gap: 10px;
    padding: 0 14px 10px;
  }

  .demo-arrow,
  .demo-popup__close {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 480px) {
  :root {
    --page-gutter: 12px;
  }

  .section-panel {
    padding: 72px 0;
  }

  .site-header {
    width: calc(100% - 16px);
  }

  .mobile-menu {
    inset-inline: 8px;
  }

  .hero-title {
    font-size: clamp(3rem, 18vw, 4.5rem);
    line-height: 0.86;
  }

  .hero-copy,
  .section-text {
    font-size: 0.94rem;
    line-height: 1.68;
  }

  .section-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .service-card,
  .package-card,
  .stat-card,
  .testimonial-card {
    min-height: auto;
    padding: 20px;
  }

  .experience-card {
    min-height: 360px;
    padding: 20px;
  }

  .filter-bar {
    gap: 8px;
  }

  .filter-btn {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 0.76rem;
  }

  .gallery-grid {
    grid-auto-rows: 220px;
  }

  .footer-grid > div {
    padding: 14px;
  }

  .quick-menu {
    min-width: min(210px, calc(100vw - 28px));
  }
}

@media (max-width: 380px) {
  .logo {
    font-size: 1.18rem;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .btn {
    min-height: 48px;
    padding-inline: 16px;
    font-size: 0.82rem;
  }

  .hero-title {
    font-size: clamp(2.65rem, 18vw, 3.8rem);
  }

  .section-title {
    font-size: clamp(1.85rem, 11vw, 2.8rem);
  }

  .demo-slide {
    padding-inline: 12px;
  }

  .demo-slide--services {
    padding-inline: 6px;
  }

  .service-showcase {
    padding: 8px;
  }

  .showcase-hero h2 {
    font-size: clamp(1.8rem, 10vw, 2.45rem);
  }

  .showcase-hero p:not(.section-kicker),
  .quote-banner p,
  .process-mini p,
  .showcase-contact p {
    font-size: 0.78rem;
  }

  .demo-popup__controls {
    grid-template-columns: 44px 1fr 44px;
  }

  .demo-arrow,
  .demo-popup__close {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 340px) {
  .content-shell {
    width: calc(100% - 18px);
  }

  .site-header {
    width: calc(100% - 10px);
    padding-inline: 10px;
  }

  .hero-title {
    font-size: 2.45rem;
  }

  .gallery-grid {
    grid-auto-rows: 200px;
  }
}

@media (max-height: 700px) and (orientation: landscape) {
  .hero {
    min-height: auto;
    padding-top: 110px;
  }

  .demo-popup__panel {
    min-height: calc(100svh - 20px);
    max-height: calc(100svh - 20px);
  }

  .demo-slide {
    padding-block: 24px;
  }

  .demo-slide__icon {
    width: 64px;
    height: 64px;
  }

  .demo-slide h2 {
    font-size: clamp(1.9rem, 6vw, 3.4rem);
  }

  .demo-slide--services {
    padding-block: 14px;
  }

  .service-showcase {
    height: 100%;
    max-height: none;
  }

  .showcase-device {
    display: none;
  }

  .demo-popup__controls {
    padding-bottom: 10px;
  }
}

@media (pointer: coarse) {
  .cursor-glow,
  .cursor-dot {
    display: none;
  }
}

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

  .reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  .demo-popup__panel,
  .demo-popup__panel::after,
  .service-showcase::before,
  .demo-popup__aura i,
  .demo-popup__orb,
  .demo-slide__icon {
    animation: none !important;
  }
}
