:root {
  --bg: #040507;
  --bg-soft: #0a0d14;
  --panel: rgba(13, 18, 30, 0.52);
  --panel-strong: rgba(8, 13, 24, 0.82);
  --line: rgba(120, 166, 255, 0.22);
  --text: #edf3ff;
  --muted: #98a3bc;
  --cyan: #6cecff;
  --blue: #4a78ff;
  --green: #93ffa1;
  --pink: #ff77d8;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at 20% 20%, rgba(74, 120, 255, 0.18), transparent 32%),
    radial-gradient(circle at 80% 0%, rgba(108, 236, 255, 0.14), transparent 30%),
    linear-gradient(180deg, #040507 0%, #070b12 48%, #020305 100%);
  color: var(--text);
  cursor: none;
}

body.menu-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 90px 90px;
  mask-image: radial-gradient(circle at center, black 48%, transparent 100%);
  opacity: 0.35;
  pointer-events: none;
  z-index: -3;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(2, 4, 8, 0.46) 100%);
  pointer-events: none;
  z-index: -2;
}

body.products-page,
body[data-page="products"] {
  background: #020305;
}

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

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

button,
input,
textarea {
  font: inherit;
}

::selection {
  background: rgba(108, 236, 255, 0.2);
}

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

::-webkit-scrollbar-track {
  background: rgba(8, 12, 18, 0.9);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(108, 236, 255, 0.75), rgba(74, 120, 255, 0.75));
  border-radius: 999px;
  border: 2px solid rgba(8, 12, 18, 0.9);
}

.fx-canvas,
.ambient,
.page-transition {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.fx-canvas {
  z-index: -4;
}

.ambient {
  z-index: -1;
  opacity: 0.95;
}

.ambient-home {
  background:
    radial-gradient(circle at 50% 30%, rgba(90, 126, 255, 0.16), transparent 24%),
    radial-gradient(circle at 66% 52%, rgba(108, 236, 255, 0.12), transparent 20%);
}

.ambient-about {
  background:
    radial-gradient(circle at 30% 32%, rgba(108, 236, 255, 0.11), transparent 18%),
    radial-gradient(circle at 74% 64%, rgba(255, 119, 216, 0.09), transparent 22%);
}

.ambient-contact {
  background:
    radial-gradient(circle at 18% 30%, rgba(74, 120, 255, 0.16), transparent 24%),
    radial-gradient(circle at 82% 70%, rgba(147, 255, 161, 0.12), transparent 22%);
}

.page-transition {
  background: radial-gradient(circle at center, rgba(108, 236, 255, 0.18), rgba(2, 5, 10, 0.98) 62%);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
  z-index: 30;
}

.page-transition.is-active {
  transform: scaleY(1);
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
  z-index: 40;
  mix-blend-mode: screen;
}

.cursor-outer {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(108, 236, 255, 0.5);
  box-shadow: 0 0 22px rgba(108, 236, 255, 0.36), inset 0 0 12px rgba(108, 236, 255, 0.08);
  transition: width 0.25s ease, height 0.25s ease, border-color 0.25s ease;
}

.cursor-inner {
  width: 8px;
  height: 8px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95), rgba(108, 236, 255, 0.95));
  box-shadow: 0 0 18px rgba(108, 236, 255, 0.75);
}

body.cursor-hover .cursor-outer {
  width: 60px;
  height: 60px;
  border-color: rgba(255, 119, 216, 0.7);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px clamp(20px, 4vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: linear-gradient(180deg, rgba(2, 4, 8, 0.82), rgba(2, 4, 8, 0));
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(108, 236, 255, 0.22));
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.nav-toggle__line,
.nav-toggle__line::before,
.nav-toggle__line::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-toggle__line::before {
  transform: translateY(-6px);
}

.nav-toggle__line::after {
  transform: translateY(4px);
}

body.menu-open .nav-toggle__line {
  background: transparent;
}

body.menu-open .nav-toggle__line::before {
  transform: translateY(0) rotate(45deg);
}

body.menu-open .nav-toggle__line::after {
  transform: translateY(-2px) rotate(-45deg);
}

.brand-kicker,
.nav-link,
.eyebrow {
  font-family: "Syncopate", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-kicker {
  font-size: 0.88rem;
  color: #f7f9ff;
}

.site-nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-link {
  position: relative;
  padding: 8px 0;
  font-size: 0.68rem;
  color: rgba(237, 243, 255, 0.7);
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--cyan), var(--pink));
  transition: transform 0.35s ease;
}

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

main {
  position: relative;
  z-index: 1;
}

.panel,
.product-panel {
  position: relative;
  min-height: 100vh;
  padding: 124px clamp(20px, 5vw, 64px) 56px;
}

.hero-home {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  justify-items: center;
  text-align: center;
}

.hero-copy,
.hero-orbit,
.hero-stats,
.section-heading,
.glass-block,
.signal-item,
.story-card,
.closing-banner__content,
.minimal-card,

/* Center section headings (intro, hero, etc.) */
.section-heading { text-align: center; display: flex; flex-direction: column; align-items: center; }
.contact-form,
.contact-meta,
.map-frame,
.product-copy,
.product-visual {
  will-change: transform, opacity;
}

.hero-copy {
  display: grid;
  justify-items: center;
  max-width: 860px;
}

.hero-copy .eyebrow {
  width: 100%;
  text-align: center;
}

.eyebrow {
  font-size: 0.62rem;
  color: var(--cyan);
  margin: 0 0 18px;
}

.hero-copy h1,
.section-heading h1,
.section-heading h2,
.closing-banner__content h2 {
  margin: 0;
  max-width: 10ch;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(2.4rem, 7vw, 6.4rem);
  line-height: 1.05;
}

.hero-text,
.product-description,
.product-price,
.minimal-card p,
.glass-block p,
.story-card p,
.contact-meta p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 46ch;
  margin: 20px 0 0;
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
  justify-content: center;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

/* Futuristic Pre-book button used on products and home */
.product-actions .prebook-link,
.prebook-link {
  --accent-1: rgba(74,120,255,1);
  --accent-2: rgba(108,236,255,1);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(12,18,30,0.9), rgba(8,12,20,0.75));
  border: 1px solid rgba(108,236,255,0.12);
  box-shadow: 0 6px 30px rgba(74,120,255,0.08), 0 0 40px rgba(108,236,255,0.03) inset;
  color: var(--text);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.08em;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.product-actions .prebook-link::before,
.prebook-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(120deg, rgba(74,120,255,0.06), rgba(255,119,216,0.03));
  mix-blend-mode: screen;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.6s ease;
  transform: translateX(-30%);
  opacity: 0.9;
}

.product-actions .prebook-link:hover,
.prebook-link:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 12px 50px rgba(74,120,255,0.12), 0 0 60px rgba(108,236,255,0.06) inset;
}

.product-actions .prebook-link:hover::before,
.prebook-link:hover::before {
  transform: translateX(30%);
  opacity: 1;
}

/* Prebook option cards */
.prebook-options {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 18px;
}

.prebook-option {
  --card-bg: rgba(10,14,22,0.55);
  cursor: pointer;
  border: 1px solid rgba(108,236,255,0.06);
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
  backdrop-filter: blur(8px) saturate(120%);
  padding: 18px 26px;
  border-radius: 14px;
  color: var(--text);
  min-width: 160px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  box-shadow: 0 8px 30px rgba(0,0,0,0.45);
}

.prebook-option:hover {
  transform: translateY(-6px);
  border-color: rgba(108,236,255,0.18);
  box-shadow: 0 16px 60px rgba(74,120,255,0.08), 0 0 28px rgba(108,236,255,0.04) inset;
}

/* Prebook form styles */
.prebook-form {
  max-width: 720px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(2,4,8,0.55), rgba(6,8,12,0.4));
  border-radius: 12px;
  padding: 18px;
  border: 1px solid rgba(108,236,255,0.04);
}

.prebook-back {
  cursor: pointer;
  margin: 0 0 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--cyan);
  font-weight: 800;
}

.prebook-back::before {
  content: "< ";
}

.prebook-form h2 { margin-top: 0; }

.prebook-form form label { display: block; margin-bottom: 10px; }
.prebook-form form label span { display:block; color:var(--muted); font-size:0.85rem; margin-bottom:6px; }
.prebook-form form input,
.prebook-form form textarea,
.prebook-form form select { width:100%; padding:10px 12px; border-radius:10px; border:1px solid rgba(255,255,255,0.04); background: rgba(255,255,255,0.02); color:var(--text); outline:none; transition: box-shadow 0.18s ease, border-color 0.18s ease; }
.prebook-form form input:focus,
.prebook-form form textarea:focus,
.prebook-form form select:focus { box-shadow: 0 6px 32px rgba(74,120,255,0.08); border-color: rgba(74,120,255,0.18); }

.prebook-form .button { border-radius: 10px; padding: 10px 18px; }

@media (max-width:720px){
  .prebook-options { gap:12px; }
  .prebook-option { min-width: 120px; padding:12px 16px; }
  /* Make prebook button smaller on mobile and add vertical spacing so it doesn't overlap product visuals */
  .product-actions { margin-top: 18px; }
  .product-actions .prebook-link { display:inline-flex; max-width:220px; text-align:center; }
}

/* Ensure product-actions has spacing on all viewports so images don't flow under the button */
.product-actions { margin-top: 18px; display:flex; justify-content:flex-start; }

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.14) 50%, transparent 100%);
  transform: translateX(-120%);
  transition: transform 0.65s ease;
}

.button:hover::before {
  transform: translateX(120%);
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35);
}

.button-primary {
  background: linear-gradient(135deg, rgba(74, 120, 255, 0.95), rgba(108, 236, 255, 0.82));
  color: #02050a;
  font-weight: 800;
}

.button-ghost {
  background: rgba(255, 255, 255, 0.03);
}

.logo-glitch {
  position: relative;
  width: min(460px, 76vw);
  margin-bottom: 28px;
  aspect-ratio: 1 / 1;
}

.logo-glitch img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-glitch img:first-child {
  filter: brightness(1.8) contrast(1.1) saturate(0) drop-shadow(0 0 28px rgba(108, 236, 255, 0.26));
  opacity: 0.94;
}

.logo-glitch img:nth-child(2) {
  transform: translate(6px, 0);
  mix-blend-mode: screen;
  opacity: 0.35;
  filter: drop-shadow(0 0 10px rgba(255, 0, 98, 0.9));
  animation: glitchPulseA 4s infinite steps(2, end);
}

.logo-glitch img:nth-child(3) {
  transform: translate(-6px, 0);
  mix-blend-mode: screen;
  opacity: 0.32;
  filter: drop-shadow(0 0 10px rgba(0, 211, 255, 1));
  animation: glitchPulseB 4s infinite steps(2, end);
}

.hero-stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 16px;
  width: min(720px, 100%);
  margin-top: 8px;
}

.stat-card,
.glass-block,
.signal-item,
.story-card,
.minimal-card,
.contact-form,
.contact-meta,
.map-frame {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(14, 18, 28, 0.68), rgba(8, 10, 16, 0.48));
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.stat-card {
  padding: 18px;
  border-radius: 18px;
}

.stat-card span {
  display: block;
  margin-bottom: 8px;
  font-family: "Syncopate", sans-serif;
  font-size: 1.1rem;
}

.stat-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.intro-section {
  display: grid;
  align-content: center;
  gap: 42px;
}

.section-heading h2 {
  max-width: none;
  font-size: clamp(2rem, 5vw, 4.4rem);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: start;
}

.glass-block {
  border-radius: 24px;
  padding: clamp(24px, 4vw, 42px);
  min-height: 260px;
  display: flex;
  align-items: end;
}

.glass-block p {
  margin: 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.signal-list {
  display: grid;
  gap: 18px;
}

.signal-item {
  position: relative;
  border-radius: 22px;
  padding: 24px 24px 24px 86px;
  overflow: hidden;
}

.signal-item::before,
.story-card::before,
.button-primary::after,
.button-ghost::after,
.nav-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, transparent 0%, rgba(255, 255, 255, 0.08) 48%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.signal-item:hover::before,
.story-card:hover::before,
.button:hover::after,
.nav-link:hover::before {
  opacity: 1;
}

.signal-index {
  position: absolute;
  left: 24px;
  top: 22px;
  font-family: "Syncopate", sans-serif;
  font-size: 0.8rem;
  color: rgba(108, 236, 255, 0.8);
}

.signal-item h3,
.story-card h3,
.minimal-card h2,
.product-copy h1,
.product-copy h2 {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 2vw, 2.2rem);
}

.signal-item p,
.story-card p,
.minimal-card p {
  margin: 0;
}

.feature-story {
  display: flex;
  align-items: center;
}

.story-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
}

.story-card {
  border-radius: 28px;
  padding: 30px;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.closing-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.closing-banner__content {
  width: min(920px, 100%);
  text-align: center;
  padding: clamp(34px, 6vw, 62px);
  border-radius: 30px;
  background:
    radial-gradient(circle at top, rgba(108, 236, 255, 0.2), transparent 40%),
    linear-gradient(180deg, rgba(12, 17, 26, 0.74), rgba(7, 9, 14, 0.86));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.closing-banner__content h2 {
  max-width: none;
  margin-bottom: 24px;
}

.minimal-main {
  display: grid;
}

.minimal-hero {
  min-height: 48vh;
  display: flex;
  align-items: end;
}

.about-grid {
  min-height: 52vh;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-content: start;
}

.minimal-card {
  border-radius: 24px;
  padding: 30px;
}

.products-main {
  position: relative;
}

.products-hero {
  display: flex;
  align-items: center;
  min-height: 88vh;
  overflow: hidden;
  padding-top: 156px;
}

.products-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: clamp(16px, 3vw, 28px) 0;
}

.product-slideshow {
  position: absolute;
  top: 78px;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(74, 120, 255, 0.24), transparent 28%),
    linear-gradient(180deg, rgba(11, 16, 28, 0.78), rgba(7, 10, 18, 0.92));
  z-index: 0;
}

.product-slideshow::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 6, 10, 0.9) 0%, rgba(4, 6, 10, 0.58) 34%, rgba(4, 6, 10, 0.26) 62%, rgba(4, 6, 10, 0.55) 100%),
    linear-gradient(180deg, rgba(4, 6, 10, 0.14), rgba(4, 6, 10, 0.56));
  pointer-events: none;
  z-index: 1;
}

.product-slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 1;
  transform: translate3d(100%, 0, 0);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.product-slide.is-active {
  transform: translate3d(0, 0, 0);
  z-index: 2;
}

.product-slide.is-prev {
  transform: translate3d(-100%, 0, 0);
  z-index: 1;
}

.product-slide.is-next {
  transform: translate3d(100%, 0, 0);
  z-index: 1;
}

.product-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.88) saturate(1.04);
}

.product-slideshow__dots {
  position: absolute;
  left: 50%;
  bottom: 26px;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
  z-index: 2;
}

.product-slideshow__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.26);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.08);
  transition: background 0.3s ease, transform 0.3s ease;
}

.product-slideshow__dot.is-active {
  background: var(--cyan);
  transform: scale(1.12);
  box-shadow: 0 0 18px rgba(108, 236, 255, 0.45);
}

.product-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.95fr);
  gap: 20px;
  align-items: center;
  isolation: isolate;
}

.product-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 40%, rgba(255, 255, 255, 0.15), transparent 18%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 40%);
  pointer-events: none;
}

.variant-blue {
  background: linear-gradient(160deg, #020611 0%, #08172f 42%, #0c1f45 100%);
}

.variant-black {
  background: linear-gradient(160deg, #020305 0%, #0b1018 42%, #15182a 100%);
}

.variant-grey {
  background: linear-gradient(160deg, #0a0d12 0%, #1e242e 52%, #4e5964 100%);
}

.variant-green {
  background: linear-gradient(160deg, #03100a 0%, #113420 44%, #224d24 100%);
}

.product-copy {
  max-width: 520px;
}

.product-copy h1,
.product-copy h2 {
  font-family: "Oxanium", sans-serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.08;
}

.product-price {
  margin: 18px 0 0;
  color: var(--text);
  font-weight: 800;
}

.product-price span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: line-through;
}

.feature-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(237, 243, 255, 0.88);
}

.feature-list li::before {
  content: "";
  position: absolute;
  top: 0.62rem;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--cyan), rgba(108, 236, 255, 0.15));
  box-shadow: 0 0 18px rgba(108, 236, 255, 0.6);
}

.product-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: clamp(240px, 42vw, 420px);
  padding: 16px 0;
}

.product-visual img {
  width: min(540px, 80vw);
  max-height: 72vh;
  object-fit: contain;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.4));
  animation: productFloat 5.4s ease-in-out infinite;
}

.contact-shell {
  display: grid;
  align-content: start;
  gap: 34px;
}

.contact-hero {
  display: flex;
  align-items: center;
  min-height: 76vh;
  overflow: hidden;
  padding-bottom: 0;
}

.contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 6, 10, 0.9) 0%, rgba(4, 6, 10, 0.54) 40%, rgba(4, 6, 10, 0.38) 64%, rgba(4, 6, 10, 0.76) 100%),
    linear-gradient(180deg, rgba(4, 6, 10, 0.16), rgba(4, 6, 10, 0.6));
  pointer-events: none;
  z-index: 1;
}

.contact-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: clamp(16px, 3vw, 28px) 0;
}

.contact-hero__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.contact-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(1.14) saturate(1.04);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 24px;
}

.contact-form,
.contact-meta {
  border-radius: 24px;
  padding: 28px;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 10px;
}

.contact-form span {
  color: rgba(237, 243, 255, 0.9);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 16px 18px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(108, 236, 255, 0.7);
  box-shadow: 0 0 0 4px rgba(108, 236, 255, 0.08);
  transform: translateY(-1px);
}

.form-status {
  min-height: 1.4em;
  margin: -6px 0 0;
  color: var(--cyan);
  line-height: 1.5;
}

.form-status.is-error {
  color: #ff9aa8;
}

.contact-meta {
  display: grid;
  align-content: start;
  gap: 22px;
}

.meta-block a,
.meta-block p {
  display: block;
  margin: 0 0 10px;
}

.social-row {
  display: flex;
  gap: 12px;
}

.social-link {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.social-link img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(108, 236, 255, 0.6);
  box-shadow: 0 0 24px rgba(108, 236, 255, 0.16);
}

.map-panel {
  min-height: 60vh;
}

.map-frame {
  height: min(62vh, 540px);
  border-radius: 28px;
  overflow: hidden;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0) contrast(1.05) invert(0.94) hue-rotate(180deg);
}

.site-footer {
  position: relative;
  z-index: 2;
  padding: 28px clamp(20px, 5vw, 64px) 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(5, 8, 14, 0.24), rgba(5, 8, 14, 0.82));
  backdrop-filter: blur(10px);
}

.site-footer__inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.site-footer__brand {
  margin: 0 0 6px;
  font-family: "Syncopate", sans-serif;
  font-size: 0.88rem;
  color: #f7f9ff;
}

.site-footer__text {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}

.site-footer__nav a {
  color: rgba(237, 243, 255, 0.76);
  font-size: 0.92rem;
}

.site-footer__credit p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.site-footer__credit a {
  color: var(--cyan);
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 54px, 0);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.delay-2 {
  transition-delay: 0.15s;
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.tilt-card {
  transform-style: preserve-3d;
}

@keyframes glitchPulseA {
  0%, 44%, 100% {
    clip-path: inset(0 0 0 0);
    opacity: 0;
  }
  46% {
    clip-path: inset(8% 0 52% 0);
    opacity: 0.54;
  }
  48% {
    clip-path: inset(72% 0 5% 0);
    opacity: 0.32;
  }
  50% {
    clip-path: inset(12% 0 60% 0);
    opacity: 0.44;
  }
  52% {
    clip-path: inset(48% 0 18% 0);
    opacity: 0.24;
  }
  54% {
    clip-path: inset(0 0 0 0);
    opacity: 0;
  }
}

@keyframes glitchPulseB {
  0%, 44%, 100% {
    clip-path: inset(0 0 0 0);
    opacity: 0;
  }
  47% {
    clip-path: inset(62% 0 10% 0);
    opacity: 0.3;
  }
  49% {
    clip-path: inset(10% 0 58% 0);
    opacity: 0.48;
  }
  51% {
    clip-path: inset(38% 0 24% 0);
    opacity: 0.28;
  }
  53% {
    clip-path: inset(0 0 0 0);
    opacity: 0;
  }
}

@keyframes productFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -14px, 0);
  }
}

@media (max-width: 1080px) {
  .hero-home,
  .intro-grid,
  .products-hero,
  .product-panel,
  .contact-hero,
  .contact-grid,
  .about-grid,
  .story-track {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    width: 100%;
    margin-top: 24px;
    grid-template-columns: 1fr;
  }

  .hero-copy h1,
  .section-heading h1,
  .section-heading h2,
  .closing-banner__content h2,
  .product-copy h1,
  .product-copy h2 {
    max-width: none;
  }

  .product-panel {
    gap: 36px;
    align-items: start;
  }

  .product-copy {
    max-width: none;
  }

  .product-visual {
    min-height: 320px;
    padding-top: 8px;
  }

  .product-slideshow {
    min-height: 100%;
  }
}

@media (max-width: 720px) {
  body {
    cursor: auto;
  }

  .cursor {
    display: none;
  }

  .site-header {
    align-items: center;
    gap: 10px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 16px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    width: 100%;
    gap: 10px 14px;
    justify-content: flex-start;
    padding: 8px 0 0;
  }

  body.menu-open .site-nav {
    display: flex;
  }

  .panel,
  .product-panel {
    min-height: auto;
    padding-top: 124px;
    padding-bottom: 40px;
  }

  .hero-home {
    gap: 16px;
  }

  .hero-copy h1,
  .section-heading h1,
  .section-heading h2,
  .closing-banner__content h2,
  .product-copy h1,
  .product-copy h2 {
    font-size: clamp(1.9rem, 9vw, 3rem);
    line-height: 1.08;
  }

  .hero-text,
  .product-description,
  .glass-block p,
  .minimal-card p,
  .story-card p,
  .contact-meta p,
  .feature-list li,
  .stat-card p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .eyebrow {
    margin-bottom: 12px;
  }

  .signal-item {
    padding-left: 24px;
  }

  .signal-index {
    position: static;
    display: inline-block;
    margin-bottom: 10px;
  }

  .logo-glitch {
    width: min(220px, 58vw);
    margin: 0 auto 14px;
  }

  .hero-orbit {
    width: min(250px, 64vw);
    max-width: 250px;
    margin-top: -2px;
  }

  .hero-stats,
  .story-track,
  .about-grid,
  .contact-grid,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .story-track,
  .about-grid {
    gap: 16px;
  }

  .hero-actions {
    width: 100%;
    margin-top: 20px;
  }

  .hero-actions .button {
    flex: 1 1 100%;
  }

  .stat-card,
  .glass-block,
  .signal-item,
  .story-card,
  .minimal-card,
  .contact-form,
  .contact-meta,
  .map-frame,
  .closing-banner__content {
    border-radius: 18px;
    padding: 20px;
  }

  .story-card {
    min-height: auto;
  }

  .signal-item,
  .stat-card {
    text-align: left;
  }

  .product-visual img {
    width: min(430px, 94vw);
    max-height: 42vh;
  }

  .product-panel {
    gap: 24px;
    padding-bottom: 32px;
  }

  .product-copy {
    position: relative;
    z-index: 1;
  }

  .product-visual {
    min-height: auto;
    margin-top: 14px;
    padding: 0;
  }

  .products-hero {
    gap: 20px;
    padding-bottom: 0;
    min-height: 78vh;
    padding-top: 132px;
  }

  .product-slideshow {
    top: 68px;
  }

  .product-slide img {
    width: 100%;
    height: 100%;
  }

  .product-slideshow::after {
    background:
      linear-gradient(180deg, rgba(4, 6, 10, 0.76) 0%, rgba(4, 6, 10, 0.46) 22%, rgba(4, 6, 10, 0.22) 52%, rgba(4, 6, 10, 0.8) 100%),
      linear-gradient(90deg, rgba(4, 6, 10, 0.56), rgba(4, 6, 10, 0.18) 38%, rgba(4, 6, 10, 0.5));
  }

  .products-hero__copy {
    width: 100%;
    max-width: none;
  }

  .contact-hero {
    min-height: 62vh;
    padding-bottom: 0;
  }

  .products-hero__copy,
  .contact-hero__copy {
    padding: 0;
  }

  .map-panel {
    min-height: auto;
    padding-top: 0;
  }

  .map-frame {
    height: 300px;
  }

  .site-footer {
    padding: 24px 16px 32px;
  }

  .site-footer__inner {
    display: grid;
    align-items: start;
    gap: 14px;
  }

  .site-footer__nav {
    justify-content: flex-start;
    gap: 10px 16px;
  }

  .site-footer__credit {
    margin-top: 4px;
  }

  .brand-mark {
    width: 24px;
    height: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-visual img {
    animation: none;
  }
}
