:root {
  --ink: #070707;
  --ink-2: #0d0d0d;
  --paper: #f4f4f1;
  --muted: #aaa9a2;
  --yellow: #ffd400;
  --yellow-hot: #ffe65a;
  --green: #27d367;
  --px: 50%;
  --py: 45%;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--ink);
  scroll-behavior: smooth;
  scrollbar-color: var(--yellow) #090909;
  scrollbar-width: thin;
}

::selection {
  color: #080808;
  background: var(--yellow);
}

::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  background: #090909;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--yellow), #b89400);
  border: 2px solid #090909;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--paper);
  background: #050505;
  font-family: "Rajdhani", sans-serif;
}

button,
a {
  font: inherit;
}

button {
  color: inherit;
}

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

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

button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 5px;
}

.page-shell {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: clip;
  background:
    radial-gradient(circle at 78% 45%, rgba(255, 212, 0, 0.08), transparent 24%),
    radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.05), transparent 30%),
    linear-gradient(112deg, #070707 0%, #070707 53%, #0b0b0a 78%, #050505 100%);
}

.page-shell::before {
  content: "";
  position: absolute;
  z-index: -3;
  top: 0;
  right: 4.5vw;
  width: clamp(13rem, 23vw, 27rem);
  height: 100%;
  opacity: 0.92;
  transform: skewX(-17deg);
  transform-origin: top;
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(255, 212, 0, 0.04) 18% 70%, transparent 70%),
    linear-gradient(180deg, rgba(255, 212, 0, 0.16), rgba(255, 212, 0, 0) 48%);
  border-left: 1px solid rgba(255, 212, 0, 0.28);
  border-right: 1px solid rgba(255, 212, 0, 0.08);
}

.page-shell::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 7vw 7vw;
  mask-image: linear-gradient(90deg, transparent, #000 58%, #000);
}

.carbon {
  position: absolute;
  z-index: -5;
  inset: 0;
  opacity: 0.28;
  background-color: #080808;
  background-image:
    linear-gradient(45deg, #171717 25%, transparent 25%),
    linear-gradient(-45deg, #171717 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #171717 75%),
    linear-gradient(-45deg, transparent 75%, #171717 75%);
  background-position: 0 0, 0 4px, 4px -4px, -4px 0;
  background-size: 8px 8px;
}

.grain {
  position: absolute;
  z-index: 20;
  inset: -20%;
  opacity: 0.045;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  animation: grain-shift 0.65s steps(2) infinite;
}

.cursor-glow {
  position: absolute;
  z-index: -1;
  width: 45vw;
  aspect-ratio: 1;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translate3d(calc(var(--px) - 50%), calc(var(--py) - 50%), 0);
  background: radial-gradient(circle, rgba(255, 212, 0, 0.065), transparent 66%);
  transition: transform 0.18s ease-out;
}

.sparks {
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.spark {
  position: absolute;
  left: var(--left);
  bottom: -1rem;
  width: var(--size);
  height: calc(var(--size) * 3.2);
  opacity: 0;
  background: linear-gradient(180deg, transparent, var(--yellow));
  box-shadow: 0 0 10px rgba(255, 212, 0, 0.38);
  transform: rotate(var(--rotate));
  animation: spark-rise var(--speed) linear var(--delay) infinite;
}

.topbar {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  width: min(92vw, 1600px);
  height: clamp(5.8rem, 10vh, 8rem);
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.topbar::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: clamp(3rem, 7vw, 7rem);
  height: 2px;
  background: var(--yellow);
  box-shadow: 0 0 18px rgba(255, 212, 0, 0.45);
}

.brand {
  display: flex;
  align-items: center;
  width: clamp(9.5rem, 12vw, 13rem);
  height: 4.4rem;
  overflow: hidden;
}

.brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.26);
}

.brand-note {
  display: grid;
  gap: 0.05rem;
  margin-left: 1.35rem;
  padding-left: 1.35rem;
  color: #8c8b85;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.18em;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.service-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 2.5vw, 3rem);
  margin-left: auto;
}

.service-nav button {
  position: relative;
  padding: 0.7rem 0;
  color: #bab9b3;
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.service-nav button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0.36rem;
  height: 1px;
  background: var(--yellow);
  transition: right 0.25s ease;
}

.service-nav button:hover,
.service-nav button.is-active {
  color: var(--paper);
}

.service-nav button:hover::after,
.service-nav button.is-active::after {
  right: 0;
}

.top-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-width: 9.5rem;
  height: 2.9rem;
  margin-left: clamp(1.4rem, 3vw, 3.5rem);
  color: #0a0a0a;
  background: var(--yellow);
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.93rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: background 0.25s ease, filter 0.25s ease;
}

.top-contact svg,
.cta-arrow {
  width: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  transition: transform 0.25s ease;
}

.top-contact:hover {
  background: var(--yellow-hot);
  filter: drop-shadow(0 0 14px rgba(255, 212, 0, 0.28));
}

.top-contact:hover svg,
.primary-cta:hover .cta-arrow {
  transform: translateX(4px);
}

.hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(32rem, 1.05fr);
  align-items: center;
  gap: clamp(1rem, 3vw, 4rem);
  width: min(92vw, 1600px);
  min-height: calc(100svh - clamp(8.2rem, 13vh, 10.5rem));
  margin: 0 auto;
  padding: clamp(2rem, 4vh, 4.5rem) 0 clamp(4.5rem, 8vh, 6.5rem);
}

.hero-copy {
  position: relative;
  z-index: 6;
  max-width: 47rem;
}

.eyebrow {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-bottom: clamp(1.25rem, 2.4vh, 2rem);
  color: #d5d4ce;
  font-size: clamp(0.64rem, 0.7vw, 0.77rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow-mark {
  width: 0.56rem;
  height: 0.56rem;
  margin-right: 0.8rem;
  background: var(--yellow);
  transform: skewX(-17deg);
  box-shadow: 0 0 15px rgba(255, 212, 0, 0.56);
}

.eyebrow-index {
  margin-left: 1.1rem;
  padding-left: 1.1rem;
  color: #76756f;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

h1 {
  max-width: 50rem;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(4.4rem, 7.5vw, 9.3rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.76;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

h1 span {
  display: block;
  white-space: nowrap;
}

h1 .metallic {
  position: relative;
  width: fit-content;
  margin-top: 0.17em;
  padding-right: 0.12em;
  color: transparent;
  background: linear-gradient(180deg, #ffffff 0%, #ddd 42%, #7c7c7c 50%, #f8f8f8 63%, #adada9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  filter: drop-shadow(0 7px 12px rgba(0, 0, 0, 0.5));
}

h1 .metallic::after {
  content: "";
  position: absolute;
  right: -0.16em;
  top: 0.08em;
  width: 0.07em;
  height: 0.74em;
  background: var(--yellow);
  transform: skewX(-14deg);
  box-shadow: 0 0 22px rgba(255, 212, 0, 0.42);
}

.hero-lead {
  max-width: 35rem;
  margin: clamp(1.6rem, 3.5vh, 2.8rem) 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  font-weight: 500;
  line-height: 1.55;
  border-left: 2px solid rgba(255, 212, 0, 0.78);
}

.hero-lead em {
  color: var(--paper);
  font-style: normal;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 2.5vw, 2.6rem);
  margin-top: clamp(1.8rem, 3.8vh, 3.2rem);
}

.primary-cta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: min(100%, 19.5rem);
  height: 4.7rem;
  padding: 0 1.4rem 0 1.1rem;
  overflow: hidden;
  color: #090909;
  background: var(--yellow);
  clip-path: polygon(14px 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
  transition: filter 0.25s ease;
}

.primary-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%) skewX(-18deg);
  background: rgba(255, 255, 255, 0.62);
  transition: transform 0.48s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.primary-cta:hover {
  filter: drop-shadow(0 12px 28px rgba(255, 212, 0, 0.18));
}

.primary-cta:hover::before {
  transform: translateX(120%) skewX(-18deg);
}

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

.cta-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  border: 1px solid rgba(0, 0, 0, 0.32);
  border-radius: 50%;
}

.cta-icon svg {
  width: 1.35rem;
  fill: currentColor;
}

.primary-cta small,
.primary-cta strong,
.availability small,
.availability strong {
  display: block;
}

.primary-cta small {
  margin-bottom: 0.1rem;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.primary-cta strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.cta-arrow {
  flex: 0 0 auto;
  margin-left: auto;
}

.availability {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 8.8rem;
}

.availability small {
  color: #77766f;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.availability strong {
  margin-top: 0.12rem;
  color: #d8d7d2;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pulse {
  position: relative;
  width: 0.55rem;
  height: 0.55rem;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(39, 211, 103, 0.85);
}

.pulse::before {
  content: "";
  position: absolute;
  inset: -0.32rem;
  border: 1px solid rgba(39, 211, 103, 0.46);
  border-radius: inherit;
  animation: availability-pulse 1.8s ease-out infinite;
}

.service-strip {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  max-width: 41rem;
  margin-top: clamp(2rem, 4.5vh, 3.8rem);
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.strip-label {
  flex: 0 0 auto;
  color: var(--yellow);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.service-strip ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 1.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-strip li {
  color: #a3a29c;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.service-strip li span {
  margin-right: 0.25rem;
  color: #55544f;
  font-size: 0.56rem;
}

.hero-visual {
  position: relative;
  z-index: 3;
  align-self: stretch;
  min-height: 36rem;
  perspective: 1100px;
}

.hero-visual::before {
  content: "360";
  position: absolute;
  z-index: -2;
  top: 45%;
  left: 51%;
  color: transparent;
  transform: translate(-50%, -50%) skewX(-9deg);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(17rem, 25vw, 31rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.09em;
  white-space: nowrap;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.055);
  text-shadow: 0 40px 80px rgba(0, 0, 0, 0.45);
}

.hero-visual::after {
  content: "";
  position: absolute;
  z-index: -3;
  left: 50%;
  top: 50%;
  width: 85%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 212, 0, 0.09), transparent 62%);
  filter: blur(8px);
}

.scene-label {
  position: absolute;
  z-index: 5;
  top: 9%;
  left: 5%;
  display: grid;
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  line-height: 0.9;
  text-transform: uppercase;
}

.scene-label span {
  color: #797871;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.scene-label strong {
  margin-top: 0.25rem;
  color: #d6d5cf;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
}

.scene {
  position: absolute;
  z-index: 2;
  inset: 5% 0 2%;
}

.beam {
  position: absolute;
  z-index: -1;
  top: -18%;
  width: 9rem;
  height: 88%;
  --beam-low: 0.07;
  --beam-high: 0.19;
  opacity: var(--beam-low);
  transform-origin: top center;
  background: linear-gradient(180deg, rgba(255, 244, 186, 0.65), rgba(255, 212, 0, 0.11) 42%, transparent 85%);
  clip-path: polygon(46% 0, 54% 0, 100% 100%, 0 100%);
  filter: blur(10px);
  animation: beam-sweep 10s 0.4s ease-in-out infinite alternate;
}

.beam-left {
  left: 22%;
  transform: rotate(15deg);
}

.beam-right {
  right: 16%;
  transform: rotate(-18deg);
  animation-delay: -3s;
}

.turntable {
  position: absolute;
  left: 50%;
  top: 56%;
  width: min(110%, 42rem);
  height: auto;
  overflow: visible;
  transform: translate(-50%, -68%);
  isolation: isolate;
}

.floor-track {
  fill: none;
  stroke: var(--yellow);
  stroke-width: 1;
  stroke-opacity: .2;
}

.floor-track-outer {
  stroke: #b4b8a3;
  stroke-opacity: .12;
  stroke-dasharray: 2 9;
}

.deck-led {
  fill: none;
  stroke: var(--yellow);
  stroke-width: 2.3;
}

.rig-boom {
  stroke: #606651;
  stroke-width: 7;
  stroke-linecap: round;
}

.rig-boom-shadow {
  stroke: #000;
  stroke-opacity: .35;
  stroke-width: 11;
  stroke-linecap: round;
}

.camera-rig,
.camera-phone {
  transform-box: view-box;
}

.camera-rig {
  opacity: 1;
}

.camera-rec {
  transition: fill .2s ease;
}

.scene[data-active="video"] .camera-rec {
  fill: #fff;
}

.scene[data-active="foto"] .deck-reflection {
  stroke-opacity: .23;
}

.scene[data-active="sonido"] .deck-led {
  stroke-width: 3.5;
}

.active-service {
  position: absolute;
  top: calc(56% + clamp(6.3rem, 8vw, 8.5rem));
  left: 50%;
  transform: translateX(-50%);
  color: #bcbba9;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .19em;
  white-space: nowrap;
}

.crosshair {
  position: absolute;
  width: 1rem;
  height: 1rem;
  opacity: 0.4;
}

.crosshair::before,
.crosshair::after {
  content: "";
  position: absolute;
  background: var(--yellow);
}

.crosshair::before { left: 50%; top: 0; width: 1px; height: 100%; }
.crosshair::after { top: 50%; left: 0; height: 1px; width: 100%; }
.crosshair-1 { top: 23%; right: 16%; }
.crosshair-2 { left: 13%; bottom: 20%; transform: scale(0.65); }

.scene-meta {
  position: absolute;
  z-index: 6;
  right: 3%;
  bottom: 8%;
  display: flex;
  align-items: flex-end;
  gap: 0.8rem;
}

.meta-number {
  color: transparent;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(4.5rem, 7vw, 7.5rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.72;
  -webkit-text-stroke: 1px rgba(255, 212, 0, 0.5);
}

.meta-copy {
  padding-left: 0.8rem;
  color: #82817a;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-left: 1px solid rgba(255, 212, 0, 0.42);
}

.vertical-stamp {
  position: absolute;
  top: 50%;
  right: -2.15rem;
  color: #5f5e58;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  transform: rotate(90deg) translateY(-50%);
}

.bottom-line {
  position: absolute;
  z-index: 9;
  left: 4vw;
  right: 4vw;
  bottom: 1.15rem;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  pointer-events: none;
}

.bottom-line span {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--yellow), rgba(255, 255, 255, 0.12) 14%, rgba(255, 255, 255, 0.05));
}

.bottom-line small {
  color: #55544f;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.whatsapp-float {
  position: fixed;
  z-index: 30;
  right: clamp(1rem, 2.1vw, 2.5rem);
  bottom: clamp(2.3rem, 4vh, 3.5rem);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 3.9rem;
  height: 3.9rem;
  padding: 0 1.05rem;
  overflow: hidden;
  color: #07130b;
  background: var(--green);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 2rem;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.38), 0 0 0 5px rgba(39, 211, 103, 0.08);
  transition: background 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

.whatsapp-float svg {
  z-index: 2;
  flex: 0 0 auto;
  width: 1.75rem;
  fill: currentColor;
}

.float-copy {
  z-index: 2;
  display: grid;
  min-width: 8.5rem;
  line-height: 1.05;
}

.float-copy small {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.float-copy strong {
  margin-top: 0.14rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.035em;
}

.whatsapp-float:hover {
  background: #42e27e;
  transform: translateY(-3px);
}

.float-radar {
  position: absolute;
  left: 1.83rem;
  top: 50%;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: float-radar 2s ease-out infinite;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
}

.is-ready .reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.is-ready .reveal-1 { transition-delay: 0.08s; }
.is-ready .reveal-2 { transition-delay: 0.16s; }
.is-ready .reveal-3 { transition-delay: 0.28s; }
.is-ready .reveal-4 { transition-delay: 0.4s; }
.is-ready .reveal-5 { transition-delay: 0.52s; }

.reveal-visual {
  transform: translateX(38px) scale(0.97);
}

.is-ready .reveal-visual {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition: opacity 1s 0.27s ease, transform 1.15s 0.27s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes grain-shift {
  0% { transform: translate(0, 0); }
  25% { transform: translate(2%, -1%); }
  50% { transform: translate(-1%, 2%); }
  75% { transform: translate(1%, 1%); }
  100% { transform: translate(-2%, -1%); }
}

@keyframes spark-rise {
  0% { opacity: 0; transform: translate3d(0, 0, 0) rotate(var(--rotate)); }
  12% { opacity: 0.65; }
  75% { opacity: 0.18; }
  100% { opacity: 0; transform: translate3d(var(--drift), -92vh, 0) rotate(var(--rotate)); }
}

@keyframes availability-pulse {
  from { opacity: 0.75; transform: scale(0.6); }
  to { opacity: 0; transform: scale(1.8); }
}

@keyframes beam-sweep {
  from { opacity: var(--beam-low); }
  45% { opacity: var(--beam-high); }
  62% { opacity: var(--beam-low); }
  to { opacity: var(--beam-high); }
}

@keyframes float-radar {
  from { opacity: 0.55; transform: translate(-50%, -50%) scale(0.6); }
  to { opacity: 0; transform: translate(-50%, -50%) scale(1.45); }
}

body.is-motion-paused .grain,
body.is-motion-paused .spark,
body.is-motion-paused .beam,
body.is-motion-paused .pulse::before,
body.is-motion-paused .float-radar {
  animation-play-state: paused !important;
}

@media (max-width: 1150px) {
  .brand-note,
  .service-nav {
    display: none;
  }

  .top-contact {
    margin-left: auto;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(26rem, 0.84fr);
  }

  h1 {
    font-size: clamp(4.5rem, 8.8vw, 7rem);
  }

  .hero-visual {
    min-height: 32rem;
  }

}

@media (max-width: 860px) {
  .page-shell {
    min-height: 100svh;
    overflow: clip;
  }

  .topbar {
    width: min(90vw, 720px);
    height: 5.5rem;
  }

  .brand {
    width: 9.5rem;
    height: 3.7rem;
  }

  .top-contact {
    min-width: 8rem;
    height: 2.75rem;
  }

  .hero {
    display: flex;
    flex-direction: column;
    width: min(90vw, 720px);
    min-height: auto;
    padding: clamp(2.8rem, 7vh, 5rem) 0 6rem;
  }

  .hero-copy {
    max-width: 42rem;
  }

  h1 {
    font-size: clamp(4.3rem, 13vw, 7.3rem);
  }

  .hero-lead {
    max-width: 30rem;
  }

  .hero-visual {
    position: relative;
    z-index: 3;
    top: auto;
    right: auto;
    width: 100%;
    height: clamp(20rem, 52vw, 24rem);
    min-height: 0;
    margin-top: 1.25rem;
    opacity: 1;
    mask-image: none;
  }

  .scene-label,
  .scene-meta,
  .vertical-stamp {
    display: none;
  }

  .service-strip {
    max-width: 38rem;
  }

}

@media (max-width: 560px) {
  .page-shell::before {
    right: -6rem;
    width: 15rem;
  }

  .topbar {
    width: 90vw;
    height: 4.8rem;
  }

  .brand {
    width: 8.3rem;
    height: 3.2rem;
  }

  .top-contact {
    min-width: 3.1rem;
    width: 3.1rem;
    height: 2.75rem;
    margin-left: auto;
  }

  .top-contact span {
    display: none;
  }

  .hero {
    width: 90vw;
    padding-top: clamp(2.2rem, 6vh, 3.6rem);
    padding-bottom: 8.5rem;
  }

  .eyebrow {
    max-width: 100%;
    font-size: 0.57rem;
    letter-spacing: 0.13em;
  }

  .eyebrow-index {
    display: none;
  }

  h1 {
    font-size: clamp(3.85rem, 20.2vw, 6.1rem);
    line-height: 0.79;
  }

  h1 span {
    white-space: normal;
  }

  h1 .metallic {
    max-width: 95%;
  }

  h1 .metallic::after {
    top: auto;
    right: 0.01em;
    bottom: 0.08em;
  }

  .hero-lead {
    max-width: 89%;
    font-size: 0.98rem;
  }

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

  .primary-cta {
    width: min(100%, 20rem);
    min-width: 0;
    height: 4.4rem;
  }

  .availability {
    margin-left: 0.35rem;
  }

  .service-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 92%;
  }

  .service-strip ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem 1.1rem;
  }

  .hero-visual {
    top: auto;
    right: auto;
    width: 100%;
    height: 15.5rem;
    min-height: 15.5rem;
    margin-top: 0.65rem;
    opacity: 1;
  }

  .hero-visual::before {
    font-size: 15rem;
    opacity: 0.72;
  }

  .scene {
    inset: 0;
  }

  .turntable {
    top: 60%;
    width: 112%;
  }

  .active-service {
    top: calc(60% + 4.4rem);
    font-size: .56rem;
  }

  .beam-left,
  .crosshair {
    display: none;
  }

  .whatsapp-float {
    right: 1rem;
    bottom: max(2.1rem, calc(env(safe-area-inset-bottom) + 1rem));
    width: 3.65rem;
    min-width: 3.65rem;
    height: 3.65rem;
    padding: 0;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(1rem) scale(0.88);
    transition: opacity 0.24s ease, transform 0.24s ease, background 0.24s ease;
  }

  body.float-ready:not(.main-cta-visible) .whatsapp-float {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .float-copy {
    display: none;
  }

  .float-radar {
    left: 50%;
  }

  .bottom-line {
    left: 5vw;
    right: 5vw;
  }

  .bottom-line small {
    display: none;
  }
}

@media (max-height: 720px) and (min-width: 861px) {
  .topbar {
    height: 5.4rem;
  }

  .hero {
    min-height: calc(100svh - 5.4rem);
    padding-top: 1.4rem;
    padding-bottom: 3.6rem;
  }

  h1 {
    font-size: clamp(4.6rem, 7.1vw, 7rem);
  }

  .hero-lead,
  .hero-actions,
  .service-strip {
    margin-top: 1.35rem;
  }

  .hero-visual {
    min-height: 30rem;
  }
}

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

  .grain,
  .sparks,
  .cursor-glow,
  .beam,
  .pulse::before,
  .float-radar {
    display: none;
  }

  .reveal,
  .reveal-visual {
    opacity: 1;
    transform: none;
  }

  .service-nav button::after,
  .camera-rec,
  .whatsapp-float {
    transition-duration: .15s !important;
  }
}

@media (pointer: coarse) {
  .service-nav button,
  .top-contact {
    min-height: 44px;
  }
}
