:root {
  --color-primary: #1C1917;
  --color-secondary: #44403C;
  --color-cta: #CA8A04;
  --color-background: #FAFAF9;
  --color-text: #0C0A09;
  --color-wine: #6B1D4D;
  --color-viola: #4A1C6B;
  --color-peach: #F4B183;
  --paper: #FAFAF9;
  --ink: #0C0A09;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.12);
  --shadow-xl: 0 24px 48px rgba(12, 10, 9, 0.22);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html { background: #0C0A09; scroll-behavior: smooth; }
body {
  font-family: Jost, sans-serif;
  color: var(--color-text);
  background: var(--color-background);
}
h1, h2, h3, .serif { font-family: "Bodoni Moda", serif; font-optical-sizing: auto; }

.display {
  font-family: "Bodoni Moda", serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 0.96;
  font-size: clamp(2.6rem, 7vw, 7.25rem);
}

.kicker {
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 500;
}

.glass {
  background: rgba(12, 10, 9, 0.48);
  backdrop-filter: blur(22px) saturate(1.2);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  border: 1px solid rgba(250, 250, 249, 0.08);
}

.grain::after {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 40;
  opacity: 0.045;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.btn-primary {
  background: #CA8A04;
  color: #0C0A09;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: opacity 400ms var(--ease), transform 400ms var(--ease), box-shadow 400ms var(--ease);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn-primary:hover { opacity: 0.92; transform: translateY(-1px); box-shadow: var(--shadow-lg); }
.btn-primary:focus-visible { outline: 3px solid #F4B183; outline-offset: 3px; }

.btn-secondary {
  background: transparent;
  color: #FAFAF9;
  border: 1px solid rgba(250, 250, 249, 0.45);
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 500;
  transition: border-color 400ms var(--ease), background 400ms var(--ease);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-secondary:hover { border-color: #CA8A04; background: rgba(202, 138, 4, 0.08); }
.btn-secondary:focus-visible { outline: 3px solid #CA8A04; outline-offset: 3px; }

.btn-dark {
  background: #1C1917;
  color: #FAFAF9;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  transition: opacity 400ms var(--ease);
  cursor: pointer;
}
.btn-dark:hover { opacity: 0.9; }
.btn-dark:focus-visible { outline: 3px solid #CA8A04; outline-offset: 3px; }

.input {
  padding: 14px 16px;
  border: 1px solid #D6D3D1;
  border-radius: 2px;
  font-size: 16px;
  width: 100%;
  background: #fff;
  transition: border-color 300ms ease, box-shadow 300ms ease;
}
.input:focus {
  border-color: #1C1917;
  outline: none;
  box-shadow: 0 0 0 3px #1C191733;
}

.track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 12px;
  scrollbar-width: none;
}
.track::-webkit-scrollbar { display: none; }
.track > * { scroll-snap-align: start; flex: 0 0 min(340px, 84vw); }

.ken {
  animation: ken 28s var(--ease) infinite alternate;
}
@keyframes ken {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.14) translate3d(-2%, -1%, 0); }
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}
.reveal.is-in { opacity: 1; transform: none; }

.rule { height: 1px; background: linear-gradient(90deg, #CA8A04, transparent); }

.img-frame { overflow: hidden; }
.img-frame img { transition: transform 700ms var(--ease); }
.img-frame:hover img { transform: scale(1.04); }

a, button { cursor: pointer; }

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 35;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}

/* lux-pointer */
.lux-hero { --hx: 50%; --hy: 40%; }
.lux-spot {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background: radial-gradient(28rem circle at var(--hx) var(--hy), rgba(202, 138, 4, 0.26), transparent 58%);
  mix-blend-mode: soft-light;
}
@media (hover: hover) and (pointer: fine) {
  body.lux-pointer,
  body.lux-pointer a,
  body.lux-pointer button { cursor: none; }
  .lux-cursor { position: fixed; inset: 0; pointer-events: none; z-index: 80; }
  .lux-dot,
  .lux-ring { position: fixed; top: 0; left: 0; will-change: transform; }
  .lux-dot {
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    border-radius: 999px;
    background: #CA8A04;
    box-shadow: 0 0 16px rgba(202, 138, 4, 0.55);
  }
  .lux-ring {
    width: 38px;
    height: 38px;
    margin: -19px 0 0 -19px;
    border-radius: 999px;
    border: 1px solid rgba(202, 138, 4, 0.42);
  }
  body.lux-hot .lux-ring {
    border-color: #F4B183;
    width: 52px;
    height: 52px;
    margin: -26px 0 0 -26px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .lux-cursor,
  .lux-spot { display: none !important; }
  body.lux-pointer,
  body.lux-pointer a,
  body.lux-pointer button { cursor: auto; }
}

/* lux-reel */
.lux-reel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (prefers-reduced-motion: reduce) {
  .lux-reel { display: none !important; }
}

/* lux-service-explainer */
.img-frame.lux-service-ready {
  position: relative;
  overflow: hidden;
}
.lux-service-explainer {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  padding: clamp(18px, 4vw, 34px);
  color: #FAFAF9;
  background:
    linear-gradient(180deg, rgba(12, 10, 9, 0.08), rgba(12, 10, 9, 0.92)),
    radial-gradient(34rem circle at 80% 12%, rgba(202, 138, 4, 0.24), transparent 60%);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 360ms var(--ease), transform 360ms var(--ease);
}
.lux-service-ready:hover .lux-service-explainer,
.lux-service-ready:focus-within .lux-service-explainer {
  opacity: 1;
  transform: translateY(0);
}
.lux-service-ready:hover > img,
.lux-service-ready:focus-within > img {
  transform: scale(1.06);
}
.lux-service-kicker {
  font: 600 0.78rem/1.4 Jost, sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #CA8A04;
}
.lux-service-title {
  font-family: "Bodoni Moda", serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 0.98;
}
.lux-service-copy {
  max-width: 38rem;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.6;
  color: rgba(250, 250, 249, 0.78);
}
.lux-service-bar {
  height: 2px;
  width: min(18rem, 64%);
  overflow: hidden;
  background: rgba(250, 250, 249, 0.22);
}
.lux-service-bar::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #CA8A04;
  transform: translateX(-100%);
}
.lux-service-ready:hover .lux-service-bar::after,
.lux-service-ready:focus-within .lux-service-bar::after {
  animation: lux-service-progress 3.8s linear infinite;
}
@keyframes lux-service-progress {
  to { transform: translateX(100%); }
}
@media (prefers-reduced-motion: reduce) {
  .lux-service-explainer {
    opacity: 1;
    position: static;
    transform: none;
    background: #1C1917;
  }
  .lux-service-bar { display: none !important; }
}
/* lux-real-service-video */
.lux-real-service-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 360ms var(--ease);
}
.lux-service-ready:hover .lux-real-service-video,
.lux-service-ready:focus-within .lux-real-service-video {
  opacity: 1;
}
.lux-service-ready:hover .lux-service-explainer,
.lux-service-ready:focus-within .lux-service-explainer {
  background: linear-gradient(180deg, rgba(12, 10, 9, 0.12), rgba(12, 10, 9, 0.72));
}
@media (prefers-reduced-motion: reduce) {
  .lux-real-service-video { display: none !important; }
}
