@font-face {
  font-family: "Prata";
  src: url("/assets/fonts/prata-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Prata";
  src: url("/assets/fonts/prata-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0400-04FF, U+0500-052F, U+2DE0-2DFF, U+A640-A69F, U+1C80-1C8A;
}

@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #0b0909;
  --surface: #141111;
  --surface-soft: #1a1515;
  --text: #f2ebe2;
  --muted: #b7aaa0;
  --line: rgba(222, 174, 137, 0.22);
  --line-soft: rgba(242, 235, 226, 0.09);
  --accent: #d79a78;
  --accent-2: #e7c98e;
  --petrol: #315f5b;
  --success: #b7d7b7;
  --danger: #db8e8e;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.46);
  --radius: 26px;
  --glass-radius: 38px;
  --glass-line: rgba(255, 255, 255, 0.2);
  --glass-panel:
    linear-gradient(142deg, rgba(255, 255, 255, 0.125) 0%, rgba(255, 255, 255, 0.032) 27%, rgba(116, 190, 183, 0.018) 58%, rgba(7, 8, 8, 0.085) 100%);
  --glass-panel-hover:
    linear-gradient(142deg, rgba(255, 255, 255, 0.165) 0%, rgba(255, 255, 255, 0.045) 27%, rgba(116, 190, 183, 0.03) 58%, rgba(8, 9, 9, 0.11) 100%);
  --glass-shadow:
    inset 1px 1px 1px rgba(255, 255, 255, 0.3),
    inset -1px -1px 1px rgba(255, 255, 255, 0.045),
    inset 0 0 34px rgba(255, 255, 255, 0.025),
    0 30px 90px rgba(0, 0, 0, 0.25);
  color-scheme: dark;
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  isolation: isolate;
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 86% 12%, rgba(49, 95, 91, 0.1), transparent 38rem),
    var(--bg);
  line-height: 1.6;
  font-weight: 350;
  letter-spacing: -0.012em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.pointer-ambient {
  position: fixed;
  z-index: -3;
  width: 1120px;
  height: 1120px;
  left: 0;
  top: 0;
  contain: strict;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(215, 154, 120, 0.04), transparent 72%);
  pointer-events: none;
  transform: translate3d(calc(55vw - 560px), calc(18vh - 560px), 0);
  will-change: transform;
}

html.motion-ready .animation-zone:not(.is-animation-active),
html.motion-ready .animation-zone:not(.is-animation-active) *,
html.motion-ready .animation-zone:not(.is-animation-active)::before,
html.motion-ready .animation-zone:not(.is-animation-active)::after,
html.motion-ready .animation-zone:not(.is-animation-active) *::before,
html.motion-ready .animation-zone:not(.is-animation-active) *::after,
html.is-page-hidden *,
html.is-page-hidden *::before,
html.is-page-hidden *::after {
  animation-play-state: paused !important;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: 0.19;
  background-image:
    radial-gradient(circle, rgba(242, 235, 226, 0.19) 0 0.45px, transparent 0.7px),
    radial-gradient(circle, rgba(215, 154, 120, 0.12) 0 0.4px, transparent 0.7px);
  background-position: 0 0, 11px 13px;
  background-size: 19px 23px, 29px 31px;
  mix-blend-mode: soft-light;
}

body::after {
  position: fixed;
  z-index: -2;
  width: 44rem;
  height: 44rem;
  right: -18rem;
  top: 8rem;
  border-radius: 48% 52% 62% 38% / 42% 36% 64% 58%;
  pointer-events: none;
  background: radial-gradient(circle at 35% 35%, rgba(215, 154, 120, 0.1), rgba(49, 95, 91, 0.07) 45%, transparent 72%);
  filter: blur(38px);
  content: "";
  animation: ambient-drift 38s ease-in-out infinite alternate;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.shell {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(215, 154, 120, 0.2);
  background: rgba(11, 9, 9, 0.76);
  backdrop-filter: blur(22px) saturate(130%);
}

.nav {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--text);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1px solid rgba(231, 201, 142, 0.72);
  border-radius: 50%;
  color: var(--accent-2);
  background: rgba(215, 154, 120, 0.08);
  box-shadow: 0 0 0 5px rgba(215, 154, 120, 0.035), 0 12px 34px rgba(0, 0, 0, 0.35);
}

.nav-links {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  isolation: isolate;
}

.nav-links a,
.footer-links a {
  position: relative;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 420ms ease;
}

.nav-links a {
  z-index: 2;
}

.nav-morph {
  position: absolute;
  z-index: 0;
  width: var(--nav-morph-width, 0px);
  height: var(--nav-morph-height, 0px);
  left: 0;
  top: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 999px;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.035) 44%, rgba(215, 154, 120, 0.1)),
    rgba(12, 10, 10, 0.34);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.25), 0 12px 32px rgba(0, 0, 0, 0.14);
  -webkit-backdrop-filter: blur(15px) saturate(175%);
  backdrop-filter: blur(15px) saturate(175%);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(var(--nav-morph-x, 0), var(--nav-morph-y, 0), 0) scale(0.82);
  transform-origin: center;
  transition: width 780ms cubic-bezier(0.16, 1, 0.3, 1), height 780ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 780ms cubic-bezier(0.16, 1, 0.3, 1), opacity 480ms ease;
}

.nav-morph::after {
  position: absolute;
  width: 80%;
  height: 220%;
  left: -40%;
  top: -60%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(231, 201, 142, 0.24), rgba(49, 95, 91, 0.08) 42%, transparent 72%);
  content: "";
  animation: nav-liquid-drift 7s ease-in-out infinite alternate;
  animation-play-state: paused;
  transform: translate3d(0, 0, 0) rotate(0) scale(1);
  will-change: transform;
}

.nav-links.is-morph-active .nav-morph {
  opacity: 1;
  transform: translate3d(var(--nav-morph-x, 0), var(--nav-morph-y, 0), 0) scale(1);
}

.nav-links.is-morph-active .nav-morph::after {
  animation-play-state: running;
}

@keyframes nav-liquid-drift {
  to { transform: translate3d(122.5%, 0, 0) rotate(18deg) scale(1.16); }
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--accent-2);
}

.nav-links a::after {
  position: absolute;
  height: 1px;
  right: 0;
  bottom: -8px;
  left: 0;
  background: linear-gradient(90deg, transparent, var(--accent-2), transparent);
  content: "";
  transform: scaleX(0);
  transition: transform 680ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #1a100c !important;
  -webkit-text-fill-color: #1a100c;
  background: linear-gradient(145deg, rgba(239, 207, 166, 0.9), rgba(215, 154, 120, 0.67) 62%, rgba(183, 117, 82, 0.58));
  font: inherit;
  font-size: 0.79rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  box-shadow:
    inset 1px 1px 1px rgba(255, 255, 255, 0.42),
    inset -1px -1px 1px rgba(90, 44, 28, 0.11),
    0 10px 34px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(14px) saturate(165%) brightness(1.08);
  backdrop-filter: blur(14px) saturate(165%) brightness(1.08);
  transition: transform 480ms cubic-bezier(0.16, 1, 0.3, 1), border-color 480ms ease,
    background 480ms ease, box-shadow 480ms ease;
}

.button:hover {
  background: linear-gradient(145deg, rgba(249, 225, 191, 0.94), rgba(225, 173, 132, 0.74) 62%, rgba(194, 129, 91, 0.64));
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.31);
}

.button::after {
  content: none;
}

.button:hover::after {
  left: 125%;
}

.button.secondary {
  color: var(--text) !important;
  -webkit-text-fill-color: var(--text);
  border-color: rgba(215, 154, 120, 0.34);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025) 55%, rgba(7, 8, 8, 0.09));
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.18), 0 12px 36px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(14px) saturate(165%) brightness(1.07);
  backdrop-filter: blur(14px) saturate(165%) brightness(1.07);
}

.button > span {
  display: inline-block;
  color: inherit;
  -webkit-text-fill-color: inherit;
  opacity: 1;
  visibility: visible;
}

.hero {
  position: relative;
  overflow: clip;
  min-height: 690px;
  display: grid;
  align-items: center;
  padding: 116px 0 92px;
}

.hero::before {
  position: absolute;
  width: min(50vw, 650px);
  aspect-ratio: 1;
  right: -8vw;
  top: 4%;
  border: 1px solid rgba(231, 201, 142, 0.32);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(215, 154, 120, 0.035),
    0 0 0 120px rgba(49, 95, 91, 0.035);
  content: "";
  animation: orbit-breathe 9s ease-in-out infinite;
}

.hero::after {
  position: absolute;
  width: 45%;
  height: 1px;
  right: 0;
  bottom: 14%;
  background: linear-gradient(90deg, transparent, rgba(231, 201, 142, 0.78), transparent);
  content: "";
  transform-origin: right;
  animation: signal-line 5s ease-in-out infinite;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 66px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: var(--accent-2);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 1px;
  background: var(--accent);
  content: "";
}

h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.15;
  text-wrap: balance;
}

h2,
h3 {
  font-family: "Prata", "Times New Roman", serif;
  font-weight: 400;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-family: "Prata", "Times New Roman", serif;
  font-size: clamp(3.8rem, 8.4vw, 8.2rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.028em;
}

h1 span,
.gradient-text {
  color: transparent;
  background: linear-gradient(100deg, #e4a988, var(--accent-2) 55%, #d8b09c);
  background-clip: text;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(3.45rem, 7vw, 6.8rem);
  line-height: 1.02;
  letter-spacing: -0.024em;
}

h3 {
  margin-bottom: 11px;
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  line-height: 1.02;
  letter-spacing: -0.022em;
}

.lead {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 350;
  line-height: 1.8;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-panel,
.card,
.price-card,
.review-card,
.review-form,
.legal-card,
.notice {
  border: 1px solid var(--line);
  border-radius: 3px 28px 3px 28px;
  background: linear-gradient(145deg, rgba(27, 22, 20, 0.82), rgba(11, 10, 10, 0.86));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-color: rgba(231, 201, 142, 0.34);
  border-radius: 36px 10px 36px 10px;
  backdrop-filter: blur(16px);
  animation: panel-float 7s ease-in-out infinite;
}

.hero-panel::before {
  position: absolute;
  width: 170px;
  height: 170px;
  right: -76px;
  top: -76px;
  border: 1px solid rgba(231, 201, 142, 0.3);
  border-radius: 50%;
  content: "";
}

.status-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  color: var(--muted);
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--success);
  font-weight: 700;
}

.status::before {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--success);
  box-shadow: 0 0 18px var(--success);
  content: "";
}

.signal-canvas {
  position: relative;
  overflow: hidden;
  height: 148px;
  margin: 0 0 18px;
  border-block: 1px solid rgba(215, 154, 120, 0.16);
  background:
    radial-gradient(circle at 12% 72%, rgba(231, 201, 142, 0.55) 0 2px, transparent 3px),
    radial-gradient(circle at 54% 30%, rgba(215, 154, 120, 0.72) 0 2px, transparent 3px),
    radial-gradient(circle at 88% 62%, rgba(49, 95, 91, 0.8) 0 3px, transparent 4px),
    linear-gradient(17deg, transparent 48.8%, rgba(215, 154, 120, 0.25) 49%, rgba(215, 154, 120, 0.25) 49.3%, transparent 49.5%),
    linear-gradient(-22deg, transparent 53%, rgba(231, 201, 142, 0.16) 53.2%, rgba(231, 201, 142, 0.16) 53.45%, transparent 53.7%);
}

.signal-canvas::after {
  position: absolute;
  width: 38%;
  height: 180%;
  left: -46%;
  top: -40%;
  background: linear-gradient(90deg, transparent, rgba(231, 201, 142, 0.13), transparent);
  content: "";
  transform: translate3d(0, 0, 0) rotate(12deg);
  animation: network-scan 5.8s ease-in-out infinite;
  will-change: transform;
}

.signal-label {
  position: absolute;
  left: 0;
  bottom: 10px;
  color: rgba(242, 235, 226, 0.48);
  font-size: 0.63rem;
  letter-spacing: 0.18em;
}

.signal-node {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid var(--accent-2);
  border-radius: 50%;
  background: var(--bg);
  box-shadow: 0 0 0 5px rgba(231, 201, 142, 0.08), 0 0 20px rgba(231, 201, 142, 0.4);
  animation: node-pulse 2.8s ease-in-out infinite;
}

.node-one { left: 11%; top: 67%; }
.node-two { left: 53%; top: 27%; animation-delay: 0.7s; }
.node-three { right: 10%; top: 58%; border-color: #7ca39f; animation-delay: 1.3s; }

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.metric {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  border-color: rgba(215, 154, 120, 0.17);
  background: rgba(242, 235, 226, 0.025);
}

.metric strong {
  display: block;
  color: var(--accent-2);
  font-size: 1.55rem;
}

@keyframes ambient-drift {
  to { transform: translate(-9rem, 7rem) rotate(18deg) scale(1.1); }
}

@keyframes orbit-breathe {
  50% { transform: translate(-2.5rem, 1.5rem) scale(1.05); opacity: 0.72; }
}

@keyframes signal-line {
  0%, 100% { transform: scaleX(0.18); opacity: 0.2; }
  48% { transform: scaleX(1); opacity: 0.9; }
}

@keyframes panel-float {
  50% { transform: translateY(-10px); }
}

@keyframes network-scan {
  55%, 100% { transform: translate3d(442%, 0, 0) rotate(12deg); }
}

@keyframes node-pulse {
  50% { transform: scale(1.45); opacity: 0.58; }
}

/* Hero direction: slow, tactile and deliberately staged. */
.hero-cinematic {
  isolation: isolate;
  min-height: calc(100svh - 72px);
  padding: 132px 0 112px;
  background: #090808;
}

.hero-cinematic::before {
  width: auto;
  height: auto;
  aspect-ratio: auto;
  inset: 34px;
  border: 1px solid rgba(231, 201, 142, 0.21);
  border-radius: 34px 8px 34px 8px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.22);
  animation: hero-frame-breathe 18s ease-in-out infinite alternate;
}

.hero-cinematic::after {
  width: 32%;
  right: 4%;
  bottom: 12%;
  opacity: 0.52;
  animation: signal-line 12s ease-in-out infinite;
}

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

.hero-art-image {
  position: absolute;
  inset: -6%;
  background-image: url("/assets/nxs-fluid-master-v2.webp");
  background-position: center;
  background-size: cover;
  filter: saturate(0.78) contrast(1.03) brightness(0.72);
  transform: translate3d(var(--art-x, 0), var(--art-y, 0), 0) scale(1.055);
  transform-origin: 56% 46%;
  animation: hero-fluid-drift 36s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
  transition: transform 2.4s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.hero-art::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 8, 8, 0.97) 0%, rgba(9, 8, 8, 0.89) 34%, rgba(9, 8, 8, 0.42) 66%, rgba(9, 8, 8, 0.16) 100%),
    linear-gradient(180deg, rgba(9, 8, 8, 0.48), transparent 22%, transparent 68%, rgba(9, 8, 8, 0.84));
  content: "";
}

.hero-art::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  opacity: 0.24;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(242, 235, 226, 0.24) 0 0.55px, transparent 0.8px),
    radial-gradient(circle at 72% 64%, rgba(231, 201, 142, 0.25) 0 0.5px, transparent 0.8px);
  background-size: 17px 19px, 23px 29px;
  content: "";
  mix-blend-mode: soft-light;
}

.hero-art-caption {
  position: absolute;
  z-index: 3;
  right: 27px;
  top: 50%;
  color: rgba(242, 235, 226, 0.46);
  font-size: 0.62rem;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
}

.hero-cinematic .hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  gap: clamp(48px, 7vw, 104px);
}

.hero-copy {
  max-width: 720px;
}

.hero-title {
  margin-bottom: 28px;
  font-size: clamp(3.9rem, 7vw, 6.75rem);
  line-height: 1.02;
}

.title-line {
  display: block;
  overflow: hidden;
  margin: -0.035em 0;
  padding: 0.075em 0;
  color: inherit;
  background: none;
}

.title-line > span {
  display: block;
  color: var(--text);
  background: none;
  transform-origin: left bottom;
}

.hero-title em {
  color: var(--accent-2);
  font-style: normal;
  text-shadow: 0 0 42px rgba(215, 154, 120, 0.09);
}

.hero-lead {
  max-width: 620px;
  color: rgba(231, 222, 213, 0.76);
}

.hero-status-card {
  padding: 26px;
  border-color: rgba(231, 201, 142, 0.29);
  border-radius: 3px 34px 3px 34px;
  background: linear-gradient(145deg, rgba(15, 13, 12, 0.72), rgba(10, 9, 9, 0.46));
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.52);
}

.hero-aside-index {
  display: block;
  margin-bottom: 18px;
  color: rgba(231, 201, 142, 0.55);
  font-size: 0.61rem;
  letter-spacing: 0.18em;
}

.hero-cinematic .signal-canvas {
  height: 132px;
  opacity: 0.72;
}

.hero-cinematic .signal-canvas::after {
  animation-duration: 13s;
}

.hero-cinematic .signal-node {
  animation-duration: 5.8s;
}

.scroll-cue {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  left: max(34px, calc((100vw - 1160px) / 2));
  bottom: 46px;
  color: rgba(242, 235, 226, 0.52);
  font-size: 0.64rem;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll-cue i {
  position: relative;
  overflow: hidden;
  width: 64px;
  height: 1px;
  background: rgba(242, 235, 226, 0.17);
}

.scroll-cue i::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, var(--accent-2), transparent);
  content: "";
  transform: translateX(-100%);
  animation: scroll-cue-line 5.6s ease-in-out infinite;
}

@keyframes hero-fluid-drift {
  0% { transform: translate3d(var(--art-x, 0), var(--art-y, 0), 0) scale(1.055); }
  100% { transform: translate3d(calc(var(--art-x, 0) - 1.6%), calc(var(--art-y, 0) + 1%), 0) scale(1.095); }
}

@keyframes hero-frame-breathe {
  0% { border-color: rgba(231, 201, 142, 0.16); }
  100% { border-color: rgba(231, 201, 142, 0.3); }
}

@keyframes scroll-cue-line {
  0%, 18% { transform: translateX(-105%); }
  58%, 100% { transform: translateX(105%); }
}

@keyframes hero-line-in {
  0% { opacity: 0; filter: blur(14px); transform: translateY(112%) skewY(3deg); }
  100% { opacity: 1; filter: blur(0); transform: translateY(0) skewY(0); }
}

@keyframes hero-soft-in {
  0% { opacity: 0; filter: blur(10px); transform: translateY(24px); }
  100% { opacity: 1; filter: blur(0); transform: translateY(0); }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-cinematic .title-line > span {
    opacity: 0;
    animation: hero-line-in 1.85s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  .hero-cinematic .title-line:nth-child(2) > span { animation-delay: 240ms; }

  .hero-cinematic .eyebrow,
  .hero-cinematic .hero-lead,
  .hero-cinematic .hero-actions,
  .hero-cinematic .hero-status-card,
  .hero-cinematic .scroll-cue {
    opacity: 0;
    animation: hero-soft-in 1.75s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  .hero-cinematic .eyebrow { animation-delay: 80ms; }
  .hero-cinematic .hero-lead { animation-delay: 720ms; }
  .hero-cinematic .hero-actions { animation-delay: 980ms; }
  .hero-cinematic .hero-status-card { animation-delay: 760ms; animation-duration: 2.2s; }
  .hero-cinematic .scroll-cue { animation-delay: 1.4s; }
}

.metric span {
  color: var(--muted);
  font-size: 0.9rem;
}

.section {
  position: relative;
  overflow: clip;
  padding: 138px 0;
}

.section.soft {
  border-block: 1px solid rgba(215, 154, 120, 0.14);
  background:
    linear-gradient(120deg, rgba(215, 154, 120, 0.035), transparent 34%),
    rgba(242, 235, 226, 0.012);
}

.section.soft::before {
  position: absolute;
  width: 1px;
  height: 78%;
  top: 11%;
  left: 9vw;
  background: linear-gradient(transparent, rgba(231, 201, 142, 0.28), transparent);
  content: "";
}

.section-head {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
  align-items: end;
  gap: clamp(36px, 5vw, 70px);
  margin-bottom: 70px;
  padding: 0 0 30px 74px;
  border-bottom: 0;
}

.section-head > * {
  min-width: 0;
}

.section-head .eyebrow {
  margin-bottom: clamp(32px, 3vw, 44px);
}

.section-head h2 {
  max-width: 100%;
  font-size: clamp(3rem, 5vw, 4.65rem);
  line-height: 1.05;
  letter-spacing: -0.022em;
  overflow-wrap: normal;
}

.section-head::before {
  position: absolute;
  left: 0;
  top: 6px;
  color: rgba(231, 201, 142, 0.5);
  content: "0" counter(editorial-section);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
}

.section-head::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 74px;
  height: 1px;
  background: linear-gradient(90deg, rgba(231, 201, 142, 0.54), rgba(231, 201, 142, 0.08) 62%, transparent);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 2.1s cubic-bezier(0.16, 1, 0.3, 1) 180ms;
}

.section-head p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}

main {
  counter-reset: editorial-section;
}

.section {
  counter-increment: editorial-section;
}

.scene.is-scene-visible .section-head::after {
  transform: scaleX(1);
}

.route-ribbon {
  position: relative;
  overflow: hidden;
  border-block: 1px solid rgba(231, 201, 142, 0.16);
  background: #0d0b0b;
}

.route-ribbon::before,
.route-ribbon::after {
  position: absolute;
  z-index: 2;
  width: 14vw;
  min-width: 90px;
  top: 0;
  bottom: 0;
  content: "";
  pointer-events: none;
}

.route-ribbon::before {
  left: 0;
  background: linear-gradient(90deg, #0d0b0b, transparent);
}

.route-ribbon::after {
  right: 0;
  background: linear-gradient(-90deg, #0d0b0b, transparent);
}

.route-ribbon-track {
  width: max-content;
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 30px;
  padding-inline: 30px;
  color: rgba(242, 235, 226, 0.55);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  animation: ribbon-drift 54s linear infinite;
}

.route-ribbon-track i {
  width: 5px;
  height: 5px;
  border: 1px solid rgba(231, 201, 142, 0.68);
  border-radius: 50%;
}

@keyframes ribbon-drift {
  to { transform: translateX(-50%); }
}

.kinetic-band {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: clamp(48px, 7vw, 92px) 0;
  border-block: 1px solid rgba(231, 201, 142, 0.13);
  background: linear-gradient(180deg, #080808 0%, #0c0a09 52%, #120f0e 100%);
}

.kinetic-band::before {
  position: absolute;
  inset: -35% -8%;
  background-image: url("/assets/nxs-fluid-master-v2.webp");
  background-position: 50% 62%;
  background-size: cover;
  content: "";
  filter: saturate(0.88) brightness(0.54) contrast(1.1);
  opacity: 0.34;
  pointer-events: none;
  transform: rotate(180deg) scale(1.08);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.kinetic-band::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.86), transparent 34%, transparent 70%, rgba(18, 15, 14, 0.9));
  content: "";
  pointer-events: none;
}

.kinetic-line {
  position: relative;
  z-index: 1;
  width: calc(100% + 160px);
  margin-inline: -80px;
  overflow: hidden;
  transform: translate3d(var(--kinetic-shift, 0), 0, 0) rotate(-1.5deg);
  will-change: transform;
}

.kinetic-line + .kinetic-line {
  margin-top: clamp(38px, 5vw, 78px);
  transform: translate3d(var(--kinetic-shift, 0), 0, 0) rotate(0.7deg);
}

.kinetic-track {
  --kinetic-gap: clamp(26px, 4vw, 64px);
  width: max-content;
  display: flex;
  align-items: center;
  gap: var(--kinetic-gap);
  padding-right: var(--kinetic-gap);
  color: rgba(239, 207, 166, 0.92);
  font-family: "Prata", "Times New Roman", serif;
  font-size: clamp(4rem, 8.8vw, 8.8rem);
  letter-spacing: -0.018em;
  line-height: 1.02;
  text-transform: uppercase;
  animation: kinetic-forward 68s linear infinite;
}

.kinetic-line-reverse .kinetic-track {
  color: transparent;
  -webkit-text-stroke: 1px rgba(242, 235, 226, 0.62);
  animation-name: kinetic-reverse;
  animation-duration: 76s;
}

.kinetic-track i {
  width: clamp(11px, 1.2vw, 18px);
  height: clamp(11px, 1.2vw, 18px);
  flex: 0 0 auto;
  border: 1px solid rgba(231, 201, 142, 0.58);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(231, 201, 142, 0.035);
}

@keyframes kinetic-forward {
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes kinetic-reverse {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

.scene {
  isolation: isolate;
  background: #0d0b0b;
}

.scene > .shell {
  position: relative;
  z-index: 2;
}

.scene::before,
.scene::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.scene::before {
  z-index: 0;
  background-image: url("/assets/nxs-fluid-master-v2.webp");
  background-position: center;
  background-size: cover;
  filter: saturate(0.65) brightness(0.62);
  transform: translate3d(0, var(--scene-shift, 0), 0) scale(1.1);
  transition: transform 1.7s cubic-bezier(0.16, 1, 0.3, 1),
    clip-path 2.35s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.motion-ready .scene::before {
  clip-path: inset(7% 0 7% 100%);
}

.motion-ready .scene:nth-of-type(even)::before {
  clip-path: inset(7% 100% 7% 0);
}

.motion-ready .scene.is-scene-visible::before {
  clip-path: inset(0 0 0 0);
}

.scene::after {
  z-index: 1;
  inset: 0;
}

.scene-plans {
  min-height: 930px;
  background: #100d0c;
}

.scene-plans::before {
  width: 72%;
  height: 112%;
  right: -19%;
  top: -7%;
  opacity: 0.35;
  background-position: 76% 50%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 34%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 34%, #000 92%, transparent);
}

.scene-plans::after {
  background:
    linear-gradient(90deg, #100d0c 0%, rgba(16, 13, 12, 0.92) 39%, rgba(16, 13, 12, 0.34) 76%, #100d0c 100%),
    linear-gradient(180deg, #100d0c, transparent 28%, transparent 72%, #100d0c);
}

.scene-plans .grid.two {
  max-width: 940px;
  align-items: start;
}

.scene-plans .price-card:nth-child(2) {
  margin-top: 84px;
}

.scene-plans .price-card {
  min-height: 390px;
  border-radius: 2px 34px 2px 34px;
  background: linear-gradient(145deg, rgba(24, 20, 18, 0.86), rgba(10, 9, 9, 0.68));
  backdrop-filter: blur(18px);
}

.scene-locations {
  min-height: 720px;
  display: grid;
  align-items: center;
  background: #080808;
}

.scene-locations::before {
  inset: -10% -5%;
  opacity: 0.78;
  background-position: 66% 50%;
  filter: saturate(0.7) brightness(0.55) contrast(1.08);
}

.scene-locations::after {
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.94) 0%, rgba(8, 8, 8, 0.66) 48%, rgba(8, 8, 8, 0.26) 100%),
    linear-gradient(180deg, #080808, transparent 24%, transparent 74%, #080808);
}

.scene-locations .section-head {
  max-width: 1040px;
}

.scene-locations .location-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.scene-locations .location {
  min-height: 158px;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  border-radius: 2px 26px 2px 26px;
  color: rgba(242, 235, 226, 0.86);
  background: linear-gradient(145deg, rgba(17, 15, 14, 0.66), rgba(7, 7, 7, 0.42));
  backdrop-filter: blur(18px);
  font-family: "Prata", "Times New Roman", serif;
  font-size: 1.7rem;
}

.scene-conditions {
  background: #120f0e;
}

.scene-conditions::before {
  width: 64%;
  height: 94%;
  left: -28%;
  bottom: -12%;
  opacity: 0.24;
  background-position: 12% center;
  transform: translate3d(0, var(--scene-shift, 0), 0) scale(1.18) rotate(180deg);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.7) 58%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.7) 58%, transparent 100%);
}

.scene-conditions::after {
  background: linear-gradient(90deg, rgba(18, 15, 14, 0.38), #120f0e 61%);
}

.scene-conditions .grid.three {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
}

.scene-conditions .card:first-child {
  min-height: 390px;
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.scene-conditions .card {
  background: rgba(13, 11, 10, 0.72);
  backdrop-filter: blur(14px);
}

.scene-reviews {
  background: #0b0a0a;
}

.scene-reviews::before {
  width: 86%;
  height: 70%;
  right: -34%;
  bottom: -18%;
  opacity: 0.2;
  background-position: 100% center;
  transform: translate3d(0, var(--scene-shift, 0), 0) scale(1.18) rotate(-8deg);
  -webkit-mask-image: radial-gradient(ellipse at center, #000, transparent 71%);
  mask-image: radial-gradient(ellipse at center, #000, transparent 71%);
}

.scene-reviews::after {
  background: linear-gradient(135deg, transparent 55%, rgba(49, 95, 91, 0.06));
}

.scene-docs {
  background: #100d0c;
}

.scene-docs::before {
  inset: -25% -8%;
  opacity: 0.28;
  background-position: center bottom;
  transform: translate3d(0, var(--scene-shift, 0), 0) scale(1.18) rotate(180deg);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 48%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 48%, transparent 100%);
}

.scene-docs::after {
  background: linear-gradient(180deg, #100d0c 0%, rgba(16, 13, 12, 0.62) 48%, #100d0c 100%);
}

.scene-docs .card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(12, 10, 10, 0.68);
  backdrop-filter: blur(16px);
}

.scene-docs .card::after {
  position: absolute;
  left: auto;
  width: auto;
  height: auto;
  right: 30px;
  top: 28px;
  color: rgba(231, 201, 142, 0.72);
  background: none;
  content: "↗";
  font-size: 1.2rem;
  pointer-events: none;
  transform: none;
  transition: transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.scene-docs .card:hover::after {
  left: auto;
  transform: translate(3px, -3px);
}

.grid {
  display: grid;
  gap: 22px;
}

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

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

.card,
.price-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  text-decoration: none;
  transition: transform 720ms cubic-bezier(0.16, 1, 0.3, 1), border-color 720ms ease,
    box-shadow 720ms ease, background 720ms ease;
}

.card::before,
.price-card::before,
.review-card::before,
.review-form::before,
.legal-card::before {
  position: absolute;
  width: 70px;
  height: 70px;
  right: -1px;
  top: -1px;
  border-top: 1px solid rgba(231, 201, 142, 0.65);
  border-right: 1px solid rgba(231, 201, 142, 0.65);
  border-radius: 0 var(--radius) 0 0;
  content: "";
  opacity: 0.65;
}

.card:hover,
.price-card:hover {
  z-index: 1;
  border-color: rgba(215, 154, 120, 0.45);
  background: linear-gradient(145deg, rgba(37, 28, 25, 0.96), rgba(13, 12, 12, 0.96));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.5);
  transform: translateY(-5px);
}

.card p,
.price-card p,
.legal-card p,
.legal-card li {
  color: var(--muted);
}

.plan-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid rgba(215, 154, 120, 0.28);
  color: var(--accent-2);
  background: rgba(215, 154, 120, 0.07);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.plan-badge.premium {
  border-color: rgba(82, 128, 122, 0.5);
  color: #9fc1bd;
  background: rgba(49, 95, 91, 0.16);
}

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

.feature-list li {
  display: flex;
  gap: 10px;
  color: var(--muted);
}

.feature-list li::before {
  width: 16px;
  color: var(--accent-2);
  content: "—";
  font-weight: 500;
}

.price {
  margin: 18px 0 0;
  font-size: 2rem;
  color: var(--accent-2);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.price small {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 500;
}

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

.location {
  position: relative;
  overflow: hidden;
  padding: 13px 18px;
  border: 1px solid var(--line);
  border-radius: 999px 999px 999px 8px;
  color: var(--muted);
  background: rgba(215, 154, 120, 0.04);
  transition: color 620ms ease, border-color 620ms ease, transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.location:hover {
  border-color: rgba(231, 201, 142, 0.48);
  color: var(--text);
  transform: translateY(-3px);
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 20px 6px 20px 6px;
  box-shadow: var(--shadow);
}

table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(15, 12, 12, 0.42);
}

th,
td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  white-space: nowrap;
}

th {
  color: var(--text);
  background: rgba(215, 154, 120, 0.085);
}

td {
  color: var(--muted);
}

tr:last-child td {
  border-bottom: 0;
}

tbody tr {
  transition: background 180ms ease;
}

tbody tr:hover {
  background: rgba(215, 154, 120, 0.045);
}

.review-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 20px;
}

.review-card,
.review-form {
  position: relative;
  overflow: hidden;
  padding: 28px;
}

.review-form {
  scroll-margin-top: 112px;
}

/* Review UI stays functional even if its decorative observer never fires. */
.motion-ready .review-card.reveal-item,
.motion-ready .review-form.reveal-item,
.motion-ready .review-card.masked-reveal,
.motion-ready .review-form.masked-reveal {
  opacity: 1;
  filter: none;
  clip-path: none;
  transform: none;
}

.motion-ready .review-card.review-ui-ready,
.motion-ready .review-form.review-ui-ready {
  opacity: 0.96;
  filter: none;
  clip-path: none;
  transform: translate3d(var(--review-entry-x, 0), 18px, 0) scale(0.995);
  transition: opacity 1.15s ease, transform 1.55s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 720ms ease, background 720ms ease, box-shadow 880ms ease;
}

.motion-ready .review-card.review-ui-ready.is-review-visible,
.motion-ready .review-form.review-ui-ready.is-review-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.motion-ready .review-form.review-ui-ready > :not(.honeypot) {
  opacity: 0.92;
  transform: translateY(10px);
  transition: opacity 1s ease, transform 1.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.motion-ready .review-form.review-ui-ready.is-review-visible > :not(.honeypot) {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .review-form.review-ui-ready > :nth-child(2) { transition-delay: 70ms; }
.motion-ready .review-form.review-ui-ready > :nth-child(3) { transition-delay: 120ms; }
.motion-ready .review-form.review-ui-ready > :nth-child(4) { transition-delay: 170ms; }
.motion-ready .review-form.review-ui-ready > :nth-child(5) { transition-delay: 220ms; }
.motion-ready .review-form.review-ui-ready > :nth-child(7) { transition-delay: 270ms; }

.review-jump {
  display: none;
}

.review-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.review-item {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  border-color: rgba(215, 154, 120, 0.17);
  background: rgba(215, 154, 120, 0.035);
  transition: border-color 620ms ease, transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.review-item:hover {
  border-color: rgba(231, 201, 142, 0.4);
  transform: translateX(4px);
}

.review-item p {
  margin: 9px 0 0;
  color: var(--muted);
}

.review-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 0.86rem;
}

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

.field {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
  color: #c8b9ac;
  font-size: 0.92rem;
}

.rating-field {
  min-width: 0;
  margin: 0 0 14px;
  padding: 0;
  border: 0;
}

.rating-field legend {
  margin-bottom: 7px;
  padding: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

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

.rating-choice {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.rating-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.rating-choice > span {
  min-height: 58px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: #756b65;
  background: rgba(13, 11, 11, 0.82);
  user-select: none;
  transition: transform 160ms ease, border-color 160ms ease, color 160ms ease,
    background 160ms ease, box-shadow 160ms ease;
}

.rating-choice b {
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 800;
}

.rating-choice small {
  font-size: 0.72rem;
  font-weight: 800;
}

.rating-choice:hover > span {
  transform: translateY(-2px);
  border-color: rgba(215, 154, 120, 0.55);
}

.rating-choice.is-highlighted > span {
  border-color: rgba(255, 213, 106, 0.56);
  color: var(--accent-2);
  background: linear-gradient(180deg, rgba(231, 201, 142, 0.14), rgba(215, 154, 120, 0.065));
  box-shadow: 0 8px 24px rgba(182, 119, 77, 0.12);
}

.rating-choice input:checked + span {
  transform: translateY(-2px);
  border-color: var(--accent-2);
  box-shadow: 0 0 0 2px rgba(231, 201, 142, 0.13), 0 10px 28px rgba(182, 119, 77, 0.14);
}

.rating-choice input:focus-visible + span {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.rating-feedback {
  min-height: 20px;
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  transition: color 160ms ease;
}

.rating-picker.has-value + .rating-feedback {
  color: var(--accent-2);
}

.rating-picker.is-invalid .rating-choice > span {
  border-color: rgba(255, 120, 135, 0.68);
}

.rating-picker.is-invalid + .rating-feedback {
  color: #ff9aa6;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 13px;
  outline: none;
  padding: 13px 14px;
  color: var(--text);
  background: rgba(12, 10, 10, 0.82);
  font: inherit;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(215, 154, 120, 0.09);
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 4px 0 18px;
  color: var(--muted);
  font-size: 0.9rem;
}

.consent input {
  width: auto;
  margin-top: 5px;
}

.form-status {
  min-height: 26px;
  color: var(--accent);
}

.honeypot {
  position: absolute;
  left: -10000px;
}

.legal-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: grid;
  align-items: end;
  padding: 146px 0 84px;
  background: #090808;
}

.legal-hero::before {
  position: absolute;
  inset: -16% -5%;
  opacity: 0.5;
  background-image: url("/assets/nxs-fluid-master-v2.webp");
  background-position: 70% center;
  background-size: cover;
  content: "";
  filter: saturate(0.62) brightness(0.5);
  animation: legal-art-drift 34s ease-in-out infinite alternate;
}

.legal-hero::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 8, 8, 0.96), rgba(9, 8, 8, 0.62) 56%, rgba(9, 8, 8, 0.22)),
    linear-gradient(180deg, rgba(9, 8, 8, 0.48), transparent 45%, #090808);
  content: "";
}

.legal-hero .shell {
  position: relative;
  z-index: 1;
}

.legal-hero h1 {
  max-width: min(100%, 1000px);
  font-size: clamp(2.75rem, 6.2vw, 5.65rem);
  line-height: 1.06;
  letter-spacing: -0.022em;
  overflow-wrap: anywhere;
  hyphens: auto;
}

@keyframes legal-art-drift {
  to { transform: translate(-2.2%, 1.4%) scale(1.045); }
}

.legal-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 5vw, 48px);
  border-radius: 2px 42px 2px 42px;
  background: linear-gradient(145deg, rgba(24, 20, 18, 0.82), rgba(10, 9, 9, 0.86));
}

.legal-card h2 {
  margin-top: 64px;
  font-size: clamp(2.2rem, 4.6vw, 4.15rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card a {
  color: var(--accent-2);
}

.legal-card ul,
.legal-card ol {
  padding-left: 22px;
}

.notice {
  position: relative;
  overflow: hidden;
  margin: 24px 0;
  padding: 20px 22px;
  border-color: rgba(49, 95, 91, 0.45);
  color: var(--muted);
  background: linear-gradient(110deg, rgba(49, 95, 91, 0.16), rgba(215, 154, 120, 0.04));
}

.notice strong {
  color: var(--text);
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 54px 0;
  border-top: 1px solid rgba(215, 154, 120, 0.2);
  background: rgba(8, 7, 7, 0.55);
}

.site-footer::before {
  position: absolute;
  width: 240px;
  height: 240px;
  right: -90px;
  bottom: -170px;
  border: 1px solid rgba(231, 201, 142, 0.22);
  border-radius: 50%;
  content: "";
}

.footer-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 26px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.muted {
  color: var(--muted);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #1a100c;
  background: var(--accent-2);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: none;
}

.scroll-progress {
  position: absolute;
  height: 1px;
  right: 0;
  bottom: -1px;
  left: 0;
  background: linear-gradient(90deg, var(--accent), var(--accent-2), #7ca39f);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

.site-header {
  transition: background 260ms ease, box-shadow 260ms ease;
}

.site-header.is-scrolled {
  background: rgba(11, 9, 9, 0.92);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.3);
}

.motion-ready .hero-panel {
  animation: none;
  transform: translate3d(var(--panel-x, 0), var(--panel-y, 0), 0);
  transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1), border-color 800ms ease;
  will-change: transform;
}

.motion-ready .reveal-item {
  opacity: 0;
  filter: blur(9px);
  transform: translate3d(var(--reveal-x, 0), 38px, 0);
  transition: opacity 1.45s ease, filter 1.6s ease, transform 1.65s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.motion-ready .reveal-item.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.motion-ready .masked-reveal {
  clip-path: inset(0 0 100% 0 round var(--glass-radius));
  transition: opacity 1.45s ease, filter 1.6s ease,
    transform 1.65s cubic-bezier(0.16, 1, 0.3, 1),
    clip-path 1.75s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: transform, opacity, clip-path;
}

.motion-ready .masked-reveal.is-visible {
  clip-path: inset(0 0 0 0 round var(--glass-radius));
}

.motion-ready .masked-reveal.reveal-complete {
  will-change: auto;
}

.word-shell {
  display: inline-block;
  overflow: hidden;
  margin-block: 0;
  padding-block: 0.06em;
  margin-inline: -0.035em;
  padding-inline: 0.035em;
  vertical-align: bottom;
}

.motion-ready .word-reveal-target.reveal-complete .word-shell {
  overflow: visible;
}

.motion-ready .word-reveal-target.reveal-item {
  opacity: 1;
  filter: none;
  transform: none;
  transition: none;
}

.motion-ready .word-reveal {
  display: inline-block;
  opacity: 0;
  filter: blur(8px);
  transform: translateY(118%);
  transform-origin: left bottom;
  transition: opacity 1.35s ease, filter 1.5s ease,
    transform 1.65s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--word-delay, 0ms);
}

.motion-ready .word-reveal-target.is-visible .word-reveal {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.card::after,
.price-card::after {
  content: none;
}

.card:hover::after,
.price-card:hover::after {
  left: 126%;
}

/* Calm editorial scale and seamless scene transitions. */
.hero-title {
  max-width: 800px;
  font-size: clamp(4rem, 7.2vw, 6.85rem);
}

.hero-cinematic .hero-grid {
  grid-template-columns: minmax(0, 1.36fr) minmax(290px, 0.56fr);
  gap: clamp(34px, 4vw, 58px);
}

.price,
.metric strong {
  font-family: "Prata", "Times New Roman", serif;
  font-weight: 400;
}

.price {
  font-size: clamp(2.5rem, 4.6vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.035em;
}

.price small {
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0;
}

.price-card h3 {
  margin-bottom: 18px;
  font-size: clamp(2.55rem, 4.6vw, 4rem);
}

.scene-conditions .card:first-child h3 {
  max-width: 8ch;
  font-size: clamp(3rem, 5.2vw, 4.75rem);
}

.scene-docs .card h3,
.review-card h3,
.review-form h3 {
  font-size: clamp(2.15rem, 3.5vw, 3.1rem);
}

.section-head > p,
.card p,
.price-card p,
.feature-list,
.legal-card p,
.legal-card li {
  font-size: 0.94rem;
  font-weight: 350;
  line-height: 1.78;
}

.scene-plans .price-card {
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 38px;
  background:
    linear-gradient(142deg, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.035) 26%, rgba(215, 154, 120, 0.025) 58%, rgba(7, 8, 8, 0.075) 100%);
  box-shadow:
    inset 1px 1px 1px rgba(255, 255, 255, 0.32),
    inset -1px -1px 1px rgba(255, 255, 255, 0.045),
    inset 0 0 34px rgba(255, 255, 255, 0.025),
    0 28px 88px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(15px) saturate(175%) brightness(1.1) contrast(1.04);
  backdrop-filter: blur(15px) saturate(175%) brightness(1.1) contrast(1.04);
}

.scene-plans .price-card::before {
  z-index: 3;
  width: auto;
  height: auto;
  inset: 0;
  padding: 1px;
  border: 0;
  border-radius: inherit;
  background: linear-gradient(132deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.08) 28%, rgba(116, 190, 183, 0.18) 58%, rgba(231, 201, 142, 0.46) 82%, rgba(255, 255, 255, 0.12));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.84;
}

.hero-panel,
.card,
.price-card,
.review-card,
.review-form,
.legal-card,
.notice {
  border-color: var(--glass-line);
  border-radius: var(--glass-radius);
  background: var(--glass-panel);
  box-shadow: var(--glass-shadow);
  -webkit-backdrop-filter: blur(17px) saturate(168%) brightness(1.08) contrast(1.035);
  backdrop-filter: blur(17px) saturate(168%) brightness(1.08) contrast(1.035);
}

.hero-status-card,
.scene-conditions .card,
.scene-docs .card {
  border-color: var(--glass-line);
  border-radius: var(--glass-radius);
  background: var(--glass-panel);
  box-shadow: var(--glass-shadow);
  -webkit-backdrop-filter: blur(17px) saturate(168%) brightness(1.08) contrast(1.035);
  backdrop-filter: blur(17px) saturate(168%) brightness(1.08) contrast(1.035);
}

.scene-locations .location,
.location,
.review-item,
.metric,
.table-wrap,
.rating-choice > span,
input,
textarea,
select {
  border-color: rgba(255, 255, 255, 0.17);
  background: linear-gradient(142deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.025) 42%, rgba(7, 8, 8, 0.105));
  box-shadow:
    inset 1px 1px 1px rgba(255, 255, 255, 0.2),
    inset -1px -1px 1px rgba(255, 255, 255, 0.035),
    0 18px 54px rgba(0, 0, 0, 0.14);
  -webkit-backdrop-filter: blur(13px) saturate(160%) brightness(1.075);
  backdrop-filter: blur(13px) saturate(160%) brightness(1.075);
}

.scene-locations .location,
.location {
  border-radius: 27px;
}

.review-item,
.table-wrap {
  border-radius: 25px;
}

.rating-choice > span,
input,
textarea,
select {
  border-radius: 18px;
}

.card::before,
.price-card::before,
.review-card::before,
.review-form::before,
.legal-card::before {
  z-index: 3;
  width: auto;
  height: auto;
  inset: 0;
  padding: 1px;
  border: 0;
  border-radius: inherit;
  background: linear-gradient(132deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.075) 29%, rgba(116, 190, 183, 0.17) 58%, rgba(231, 201, 142, 0.42) 82%, rgba(255, 255, 255, 0.1));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.82;
  pointer-events: none;
}

.hero-cinematic::before {
  border-radius: 38px;
}

.review-item,
.metric,
.notice {
  position: relative;
  overflow: hidden;
}

.hero-panel::after,
.notice::after,
.location::before,
.review-item::before {
  position: absolute;
  z-index: 3;
  width: auto;
  height: auto;
  inset: 0;
  padding: 1px;
  border: 0;
  border-radius: inherit;
  background: linear-gradient(132deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.07) 30%, rgba(116, 190, 183, 0.16) 58%, rgba(231, 201, 142, 0.4) 82%, rgba(255, 255, 255, 0.09));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  content: "";
  opacity: 0.8;
  pointer-events: none;
}

.button::after {
  position: absolute;
  z-index: 2;
  width: auto;
  height: auto;
  inset: 0;
  padding: 1px;
  border: 0;
  border-radius: inherit;
  background: linear-gradient(132deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.08) 46%, rgba(231, 201, 142, 0.44));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  content: "";
  opacity: 0.68;
  pointer-events: none;
  transition: opacity 680ms ease;
}

.button:hover::after {
  left: 0;
  opacity: 0.95;
}

.scene + .scene {
  margin-top: -1px;
}

.legal-hero + .section {
  margin-top: -1px;
  background: linear-gradient(180deg, #090808 0%, #0b0909 14rem, #0b0909 100%);
}

.scene > .shell {
  z-index: 3;
}

.route-ribbon {
  border-bottom-color: transparent;
  background: linear-gradient(180deg, #0b0909, #0d0b0b 72%, #0d0b0b);
}

.scene-plans {
  background: linear-gradient(180deg, #0d0b0b 0%, #100d0c 18%, #100d0c 78%, #080808 100%);
}

.scene-plans::after {
  background:
    linear-gradient(90deg, rgba(16, 13, 12, 0.62) 0%, rgba(16, 13, 12, 0.48) 39%, rgba(16, 13, 12, 0.13) 76%, rgba(16, 13, 12, 0.46) 100%),
    linear-gradient(180deg, #0d0b0b, transparent 23%, transparent 76%, #080808);
}

.scene-plans::before {
  width: 88%;
  right: -18%;
  opacity: 0.62;
  filter: saturate(0.9) brightness(0.72) contrast(1.08);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 20%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 20%, #000 93%, transparent);
}

.scene-locations {
  background: linear-gradient(180deg, #080808 0%, #080808 76%, #120f0e 100%);
}

.scene-locations::after {
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.68) 0%, rgba(8, 8, 8, 0.42) 48%, rgba(8, 8, 8, 0.14) 100%),
    linear-gradient(180deg, #080808, transparent 24%, transparent 72%, #120f0e);
}

.scene-conditions {
  background: linear-gradient(180deg, #120f0e 0%, #120f0e 76%, #0b0a0a 100%);
}

.scene-conditions::after {
  background:
    linear-gradient(180deg, #120f0e, transparent 21%, transparent 76%, #0b0a0a),
    linear-gradient(90deg, rgba(18, 15, 14, 0.22), rgba(18, 15, 14, 0.55) 61%);
}

.scene-conditions::before {
  opacity: 0.4;
  filter: saturate(0.9) brightness(0.7) contrast(1.08);
}

.scene-reviews {
  background: linear-gradient(180deg, #0b0a0a 0%, #0b0a0a 76%, #100d0c 100%);
}

.scene-reviews::after {
  background:
    linear-gradient(180deg, #0b0a0a, transparent 19%, transparent 79%, #100d0c),
    linear-gradient(135deg, transparent 55%, rgba(49, 95, 91, 0.06));
}

.scene-reviews::before {
  opacity: 0.34;
  filter: saturate(0.9) brightness(0.7) contrast(1.08);
}

.scene-docs {
  background: linear-gradient(180deg, #100d0c 0%, #100d0c 72%, #080707 100%);
}

.scene-docs::after {
  background: linear-gradient(180deg, #100d0c 0%, rgba(16, 13, 12, 0.34) 45%, #080707 100%);
}

.scene-docs::before {
  opacity: 0.42;
  filter: saturate(0.92) brightness(0.72) contrast(1.08);
}

.interaction-field {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
  opacity: 0.78;
  contain: paint;
  pointer-events: none;
  mix-blend-mode: screen;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

.nav-links a,
.brand-mark,
.field > span,
.rating-field legend {
  transition: color 680ms ease, transform 820ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 680ms ease, background 680ms ease;
}

.nav-links a:hover {
  transform: translateY(-2px);
}

.brand:hover .brand-mark {
  border-color: rgba(231, 201, 142, 0.94);
  background: rgba(215, 154, 120, 0.13);
  transform: rotate(7deg) scale(1.035);
}

.card:hover,
.price-card:hover {
  border-color: rgba(255, 255, 255, 0.29);
  background: var(--glass-panel-hover);
  box-shadow:
    inset 1px 1px 1px rgba(255, 255, 255, 0.37),
    inset -1px -1px 1px rgba(255, 255, 255, 0.055),
    inset 0 0 42px rgba(255, 255, 255, 0.033),
    0 34px 96px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.scene-plans .price-card:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background:
    linear-gradient(142deg, rgba(255, 255, 255, 0.165) 0%, rgba(255, 255, 255, 0.047) 27%, rgba(116, 190, 183, 0.03) 57%, rgba(7, 8, 8, 0.09) 100%);
  box-shadow:
    inset 1px 1px 1px rgba(255, 255, 255, 0.38),
    inset -1px -1px 1px rgba(255, 255, 255, 0.055),
    inset 0 0 42px rgba(255, 255, 255, 0.035),
    0 36px 102px rgba(0, 0, 0, 0.31);
}

.field:focus-within > span,
.rating-field:focus-within legend {
  color: var(--accent-2);
  transform: translateX(3px);
}

input,
textarea,
select {
  transition: border-color 720ms ease, background 720ms ease, box-shadow 820ms ease,
    transform 820ms cubic-bezier(0.16, 1, 0.3, 1);
}

input:focus,
textarea:focus,
select:focus {
  background: linear-gradient(142deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035) 42%, rgba(7, 8, 8, 0.13));
  box-shadow:
    inset 1px 1px 1px rgba(255, 255, 255, 0.26),
    0 0 0 3px rgba(215, 154, 120, 0.065),
    0 18px 44px rgba(0, 0, 0, 0.17);
  transform: translateY(-1px);
}

.rating-choice > span,
.rating-feedback,
tbody tr {
  transition-duration: 680ms;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.rating-choice:hover > span {
  transform: translateY(-3px) rotate(-1.2deg) scale(1.035);
}

.rating-choice:nth-child(even):hover > span {
  transform: translateY(-3px) rotate(1.2deg) scale(1.035);
}

@media (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .motion-ready [data-cursor-label],
  .motion-ready [data-cursor-label] * {
    cursor: none !important;
  }

  .proximity-magnetic:not(.button) {
    --magnetic-x: 0px;
    --magnetic-y: 0px;
    transform: translate3d(var(--magnetic-x), var(--magnetic-y), 0);
    transition: transform 1.05s cubic-bezier(0.16, 1, 0.3, 1), color 620ms ease;
    will-change: transform;
  }

  .proximity-magnetic.is-magnetic-near:not(.button) {
    transition-duration: 460ms;
  }

  .nav-links {
    gap: 6px;
  }

  .nav-links a {
    padding: 10px 11px;
  }

  .nav-links a.proximity-magnetic:hover,
  .nav-links a.proximity-magnetic:focus-visible {
    transform: translate3d(var(--magnetic-x), calc(var(--magnetic-y) - 2px), 0);
  }

  .magnetic-surface[data-hover-label],
  .magnetic-surface[data-hover-label] * {
    cursor: none !important;
  }

  .magnetic-surface {
    --surface-x: 50%;
    --surface-y: 50%;
    --surface-rx: 0deg;
    --surface-ry: 0deg;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transform-style: preserve-3d;
    will-change: transform;
  }

  .surface-light {
    position: absolute;
    z-index: 1;
    inset: 0;
    border-radius: inherit;
    background:
      radial-gradient(300px circle at var(--surface-x) var(--surface-y),
        rgba(255, 255, 255, 0.17), rgba(116, 190, 183, 0.05) 38%, transparent 72%);
    -webkit-backdrop-filter: blur(3px) saturate(190%) brightness(1.16) contrast(1.035);
    backdrop-filter: blur(3px) saturate(190%) brightness(1.16) contrast(1.035);
    -webkit-mask-image: radial-gradient(320px circle at var(--surface-x) var(--surface-y), #000, rgba(0, 0, 0, 0.72) 42%, transparent 75%);
    mask-image: radial-gradient(320px circle at var(--surface-x) var(--surface-y), #000, rgba(0, 0, 0, 0.72) 42%, transparent 75%);
    opacity: 0;
    pointer-events: none;
    transform: scale(1.035);
    transition: opacity 940ms ease, transform 1.25s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .scene-plans .price-card .surface-light {
    background:
      radial-gradient(280px circle at var(--surface-x) var(--surface-y), rgba(255, 255, 255, 0.17), rgba(116, 190, 183, 0.055) 38%, transparent 72%);
    -webkit-backdrop-filter: blur(3px) saturate(190%) brightness(1.16);
    backdrop-filter: blur(3px) saturate(190%) brightness(1.16);
    -webkit-mask-image: radial-gradient(300px circle at var(--surface-x) var(--surface-y), #000, rgba(0, 0, 0, 0.72) 42%, transparent 74%);
    mask-image: radial-gradient(300px circle at var(--surface-x) var(--surface-y), #000, rgba(0, 0, 0, 0.72) 42%, transparent 74%);
  }

  .magnetic-surface > :not(.magnetic-pill):not(.surface-light) {
    position: relative;
    z-index: 2;
  }

  .motion-ready .reveal-item.is-visible.magnetic-surface,
  .magnetic-surface.is-pointer-active {
    transform: perspective(1200px) rotateX(var(--surface-rx)) rotateY(var(--surface-ry)) translate3d(0, -2px, 0);
    transition-duration: 1.05s;
  }

  .magnetic-surface.is-pointer-active .surface-light {
    opacity: 1;
    transform: scale(1);
  }

  .magnetic-pill {
    position: absolute;
    z-index: 4;
    left: var(--surface-x);
    top: var(--surface-y);
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 0 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    color: var(--text);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.075) 44%, rgba(215, 154, 120, 0.095));
    box-shadow:
      inset 1px 1px 1px rgba(255, 255, 255, 0.48),
      inset -1px -1px 1px rgba(255, 255, 255, 0.07),
      0 16px 44px rgba(0, 0, 0, 0.28);
    -webkit-backdrop-filter: blur(16px) saturate(185%) brightness(1.14);
    backdrop-filter: blur(16px) saturate(185%) brightness(1.14);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -42%) scale(0.82);
    transition: left 760ms cubic-bezier(0.16, 1, 0.3, 1), top 760ms cubic-bezier(0.16, 1, 0.3, 1),
      opacity 520ms ease, transform 840ms cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
  }

  .magnetic-surface.is-pointer-active .magnetic-pill {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  .magnetic-pill::before {
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(130deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.08) 45%, rgba(116, 190, 183, 0.2) 68%, rgba(231, 201, 142, 0.52));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    content: "";
    pointer-events: none;
  }

  .scene-plans .magnetic-pill {
    overflow: hidden;
    border-color: rgba(255, 255, 255, 0.32);
    color: var(--text);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.075) 44%, rgba(215, 154, 120, 0.095));
    box-shadow:
      inset 1px 1px 1px rgba(255, 255, 255, 0.48),
      inset -1px -1px 1px rgba(255, 255, 255, 0.07),
      0 16px 44px rgba(0, 0, 0, 0.28);
    -webkit-backdrop-filter: blur(16px) saturate(185%) brightness(1.14);
    backdrop-filter: blur(16px) saturate(185%) brightness(1.14);
  }

  .button.magnetic-button {
    --button-x: 0px;
    --button-y: 0px;
    isolation: isolate;
    transform: translate3d(var(--button-x), var(--button-y), 0);
    transition: transform 880ms cubic-bezier(0.16, 1, 0.3, 1), border-color 680ms ease,
      background 680ms ease, box-shadow 880ms ease;
    will-change: transform;
  }

  .button.magnetic-button::before {
    position: absolute;
    z-index: 0;
    width: 130%;
    aspect-ratio: 1;
    left: -78%;
    top: -130%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 244, 224, 0.45), transparent 68%);
    content: "";
    opacity: 0;
    pointer-events: none;
    transform: scale(0.6);
    transition: opacity 720ms ease, transform 1.05s cubic-bezier(0.16, 1, 0.3, 1),
      left 1.05s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .button.magnetic-button > span {
    position: relative;
    z-index: 1;
  }

  .button.magnetic-button:hover,
  .button.magnetic-button.is-button-active {
    background: linear-gradient(145deg, rgba(249, 225, 191, 0.94), rgba(225, 173, 132, 0.74) 62%, rgba(194, 129, 91, 0.64));
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.31), 0 0 0 1px rgba(231, 201, 142, 0.12);
    transform: translate3d(var(--button-x), var(--button-y), 0) scale(1.015);
  }

  .button.secondary.magnetic-button:hover,
  .button.secondary.magnetic-button.is-button-active {
    border-color: rgba(231, 201, 142, 0.58);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04) 54%, rgba(7, 8, 8, 0.12));
  }

  .button.magnetic-button:hover::before,
  .button.magnetic-button.is-button-active::before {
    left: 18%;
    opacity: 0.72;
    transform: scale(1);
  }

  .cursor-aura {
    position: fixed;
    z-index: 80;
    width: 42px;
    height: 42px;
    left: 0;
    top: 0;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.105), rgba(116, 190, 183, 0.025) 48%, transparent 70%);
    box-shadow:
      inset 1px 1px 1px rgba(255, 255, 255, 0.3),
      inset -1px -1px 1px rgba(231, 201, 142, 0.08),
      0 10px 34px rgba(0, 0, 0, 0.12);
    -webkit-backdrop-filter: blur(3px) saturate(190%) brightness(1.13);
    backdrop-filter: blur(3px) saturate(190%) brightness(1.13);
    opacity: 0;
    pointer-events: none;
    display: grid;
    contain: layout paint style;
    place-items: center;
    transition: width 860ms cubic-bezier(0.16, 1, 0.3, 1), height 860ms cubic-bezier(0.16, 1, 0.3, 1),
      opacity 420ms ease, border-color 720ms ease, background 720ms ease, box-shadow 720ms ease;
    will-change: transform;
  }

  .cursor-aura.is-visible {
    opacity: 0.7;
  }

  .cursor-aura.is-expanded {
    width: 68px;
    height: 68px;
    border-color: rgba(255, 255, 255, 0.52);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.14), rgba(116, 190, 183, 0.045) 48%, transparent 72%);
  }

  .cursor-aura.has-label {
    width: 78px;
    height: 78px;
    border-color: rgba(255, 255, 255, 0.58);
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.27), rgba(255, 255, 255, 0.08) 43%, rgba(215, 154, 120, 0.13)),
      rgba(13, 11, 11, 0.48);
    box-shadow:
      inset 1px 1px 1px rgba(255, 255, 255, 0.58),
      inset -1px -1px 1px rgba(231, 201, 142, 0.12),
      0 18px 48px rgba(0, 0, 0, 0.26);
    opacity: 0.94;
    -webkit-backdrop-filter: blur(15px) saturate(185%) brightness(1.12);
    backdrop-filter: blur(15px) saturate(185%) brightness(1.12);
  }

  .cursor-aura-label {
    padding: 0 8px;
    color: var(--text);
    font-size: 0.66rem;
    font-weight: 720;
    letter-spacing: 0.04em;
    opacity: 0;
    transform: scale(0.72);
    transition: opacity 480ms ease, transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
  }

  .cursor-aura.has-label .cursor-aura-label {
    opacity: 1;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .motion-ready .reveal-item {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .motion-ready .word-reveal {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .motion-ready .masked-reveal,
  .motion-ready .scene::before {
    clip-path: none;
  }

  .kinetic-line,
  .kinetic-line + .kinetic-line,
  .kinetic-track,
  .kinetic-line-reverse .kinetic-track {
    animation: none;
    transform: none;
  }
}

@media (max-width: 860px) {
  .nav-links {
    display: none;
  }

  .hero-grid,
  .grid.two,
  .grid.three,
  .review-layout {
    grid-template-columns: 1fr;
  }

  .review-form {
    order: -1;
  }

  .review-jump {
    display: inline-flex;
    margin: -20px 0 28px;
  }

  .hero {
    min-height: auto;
    padding: 92px 0 78px;
  }

  .hero-cinematic {
    padding: 112px 0 96px;
  }

  .hero-grid {
    gap: 54px;
  }

  .hero::before {
    width: 520px;
    right: -270px;
    top: 10%;
  }

  .kinetic-band {
    padding-block: 54px;
  }

  .kinetic-line {
    width: calc(100% + 80px);
    margin-inline: -40px;
  }

  .kinetic-track {
    --kinetic-gap: 24px;
    font-size: clamp(3.1rem, 14vw, 5.2rem);
    animation-duration: 82s;
  }

  .kinetic-line-reverse .kinetic-track {
    animation-duration: 88s;
  }

  .hero-cinematic::before {
    width: auto;
    right: 22px;
    top: 22px;
    bottom: 22px;
    left: 22px;
  }

  .hero-panel {
    max-width: 620px;
  }

  .hero-cinematic .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-art::before {
    background: linear-gradient(180deg, rgba(9, 8, 8, 0.9) 0%, rgba(9, 8, 8, 0.72) 48%, rgba(9, 8, 8, 0.9) 100%);
  }

  .scroll-cue {
    display: none;
  }

  .section-head,
  .footer-row {
    align-items: flex-start;
  }

  .footer-row {
    flex-direction: column;
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-left: 52px;
  }

  .section-head::after {
    left: 52px;
  }

  .scene-plans {
    min-height: auto;
  }

  .scene-plans .price-card:nth-child(2) {
    margin-top: 0;
  }

  .scene-locations {
    min-height: auto;
  }

  .scene-locations .location-row,
  .scene-conditions .grid.three {
    grid-template-columns: 1fr;
  }

  .scene-conditions .card:first-child {
    min-height: 270px;
    grid-row: auto;
  }

  .scene-plans::before {
    width: 115%;
    right: -55%;
    opacity: 0.26;
  }

  .scene-locations::after {
    background: linear-gradient(180deg, rgba(8, 8, 8, 0.86), rgba(8, 8, 8, 0.57) 45%, #080808);
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(100% - 26px, 1160px);
  }

  .nav .button {
    display: none;
  }

  .legal-card > .actions .button {
    width: 100%;
    min-height: 50px;
    padding: 11px 18px;
    line-height: 1.3;
    text-align: center;
  }

  h1 {
    font-size: 3.2rem;
  }

  .legal-hero h1 {
    font-size: clamp(2.45rem, 11vw, 3.05rem);
    line-height: 1.08;
  }

  .section {
    padding: 92px 0;
  }

  .section.soft::before {
    left: 18px;
  }

  .card,
  .price-card,
  .review-card,
  .review-form {
    padding: 23px;
  }

  .hero-panel {
    padding: 23px;
    border-radius: 28px;
  }

  .hero-cinematic {
    padding: 98px 0 76px;
  }

  .hero-cinematic::before {
    inset: 12px;
    border-radius: 24px;
  }

  .hero-cinematic .hero-title {
    font-size: clamp(2.8rem, 13vw, 3.6rem);
  }

  .hero-art-caption {
    display: none;
  }

  body::before {
    background-size: 19px 23px, 29px 31px;
  }

  .route-ribbon-track {
    min-height: 64px;
    gap: 22px;
    font-size: 0.6rem;
  }

  .section-head {
    margin-bottom: 50px;
    padding-left: 42px;
  }

  .section-head .eyebrow {
    margin-bottom: 26px;
  }

  .section-head h2 {
    font-size: clamp(2.1rem, 9.5vw, 2.85rem);
    line-height: 1.09;
  }

  .section-head::after {
    left: 42px;
  }

  .scene-locations .location {
    min-height: 122px;
    font-size: 1.25rem;
  }

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

  .rating-picker {
    gap: 5px;
  }

  .rating-choice > span {
    min-height: 54px;
    border-radius: 12px;
  }

  th,
  td {
    padding: 13px;
  }
}

/* Keep the three document cards typographically aligned on desktop. */
@media (min-width: 861px) {
  .scene-docs .card {
    display: grid;
    grid-template-rows: 34px 56px;
    align-content: end;
    align-items: start;
    justify-content: stretch;
    gap: 18px;
  }

  .scene-docs .card h3 {
    min-width: 0;
    margin: 0;
    font-size: clamp(1.65rem, 2.1vw, 1.75rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    white-space: nowrap;
  }

  .scene-docs .card p {
    margin: 0;
  }
}

@media (min-width: 861px) and (max-width: 1159px) {
  .scene-docs .grid.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scene-docs .card:last-child {
    width: calc((100% - 22px) / 2);
    grid-column: 1 / -1;
    justify-self: center;
  }
}

@media (max-width: 860px) {
  .scene-docs .card h3 {
    font-size: clamp(1.7rem, 7.2vw, 1.95rem);
    line-height: 1.08;
    letter-spacing: -0.025em;
  }

  .scene-docs .card:last-child h3 {
    font-size: clamp(1.42rem, 7vw, 1.9rem);
  }
}

@media (max-width: 860px) {
  .hero-panel,
  .card,
  .price-card,
  .review-card,
  .review-form,
  .legal-card,
  .notice,
  .scene-locations .location,
  .review-item {
    -webkit-backdrop-filter: blur(12px) saturate(155%) brightness(1.065);
    backdrop-filter: blur(12px) saturate(155%) brightness(1.065);
  }
}

@media (prefers-reduced-transparency: reduce) {
  .hero-panel,
  .card,
  .price-card,
  .review-card,
  .review-form,
  .legal-card,
  .notice,
  .location,
  .review-item,
  .metric,
  .table-wrap,
  .rating-choice > span,
  input,
  textarea,
  select {
    background: rgba(18, 15, 14, 0.9);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .hero-panel,
  .card,
  .price-card,
  .review-card,
  .review-form,
  .legal-card,
  .notice,
  .location,
  .review-item {
    background: rgba(18, 15, 14, 0.9);
  }
}

/* Mobile/touch performance mode: preserve the editorial look without costly
   full-screen blur, masks and continuously composited layers. */
html.performance-lite {
  scroll-behavior: auto;
}

html.performance-lite *,
html.performance-lite *::before,
html.performance-lite *::after {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  animation: none !important;
  filter: none !important;
  will-change: auto !important;
}

html.performance-lite body {
  background:
    radial-gradient(circle at 86% 12%, rgba(49, 95, 91, 0.1), transparent 38rem),
    var(--bg);
}

html.performance-lite body::before,
html.performance-lite body::after,
html.performance-lite .hero-art::after,
html.performance-lite .interaction-field {
  display: none !important;
}

html.performance-lite .site-header {
  background: rgba(11, 9, 9, 0.96);
}

html.performance-lite .hero-panel,
html.performance-lite .hero-status-card,
html.performance-lite .card,
html.performance-lite .price-card,
html.performance-lite .review-card,
html.performance-lite .review-form,
html.performance-lite .legal-card,
html.performance-lite .notice {
  background:
    linear-gradient(142deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.025) 34%, rgba(116, 190, 183, 0.018) 62%),
    rgba(16, 14, 13, 0.9) !important;
  box-shadow:
    inset 1px 1px 1px rgba(255, 255, 255, 0.2),
    0 22px 58px rgba(0, 0, 0, 0.2) !important;
}

html.performance-lite .location,
html.performance-lite .review-item,
html.performance-lite .metric,
html.performance-lite .table-wrap,
html.performance-lite .rating-choice > span,
html.performance-lite input,
html.performance-lite textarea,
html.performance-lite select {
  background:
    linear-gradient(142deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018) 48%),
    rgba(13, 12, 12, 0.92) !important;
  box-shadow:
    inset 1px 1px 1px rgba(255, 255, 255, 0.14),
    0 12px 34px rgba(0, 0, 0, 0.14) !important;
}

html.performance-lite .card::before,
html.performance-lite .price-card::before,
html.performance-lite .review-card::before,
html.performance-lite .review-form::before,
html.performance-lite .legal-card::before,
html.performance-lite .hero-panel::after,
html.performance-lite .notice::after,
html.performance-lite .location::before,
html.performance-lite .review-item::before,
html.performance-lite .button::after {
  display: none !important;
}

html.performance-lite .hero-art-image {
  inset: -2%;
  opacity: 0.58;
  transform: scale(1.035);
  transition: none;
}

html.performance-lite .scene::before {
  opacity: 0.2 !important;
  clip-path: none !important;
  transform: scale(1.035) !important;
  transition: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

html.performance-lite .scene-locations::before {
  opacity: 0.3 !important;
}

html.performance-lite .kinetic-band::before {
  opacity: 0.18;
  -webkit-mask-image: none;
  mask-image: none;
}

html.performance-lite .route-ribbon-track,
html.performance-lite .kinetic-track {
  transform: none;
}

html.performance-lite.motion-ready .hero-cinematic .title-line > span,
html.performance-lite.motion-ready .hero-cinematic .eyebrow,
html.performance-lite.motion-ready .hero-cinematic .hero-lead,
html.performance-lite.motion-ready .hero-cinematic .hero-actions,
html.performance-lite.motion-ready .hero-cinematic .hero-status-card,
html.performance-lite.motion-ready .hero-cinematic .scroll-cue,
html.performance-lite.motion-ready .reveal-item,
html.performance-lite.motion-ready .word-reveal,
html.performance-lite.motion-ready .review-card.review-ui-ready,
html.performance-lite.motion-ready .review-form.review-ui-ready,
html.performance-lite.motion-ready .review-form.review-ui-ready > :not(.honeypot) {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

html.performance-lite.motion-ready .masked-reveal,
html.performance-lite.motion-ready .scene::before {
  clip-path: none !important;
}

html.performance-lite.motion-ready .word-shell {
  overflow: visible;
}

html.performance-lite.motion-ready .word-shell,
html.performance-lite.motion-ready .word-reveal {
  display: inline;
}

@media (max-width: 860px) {
  .hero-grid > *,
  .hero-copy,
  .hero-panel,
  .hero-status-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .hero-title,
  .title-line,
  .section-head h2,
  .legal-card h2 {
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero-cinematic .hero-grid {
    gap: 40px;
  }

  .legal-card h2 {
    margin-top: 50px;
  }
}

@media (max-width: 560px) {
  .section {
    padding: 72px 0;
  }

  .hero-cinematic {
    padding: 88px 0 66px;
  }

  .hero-cinematic .hero-grid {
    gap: 34px;
  }

  .section-head {
    gap: 20px;
    margin-bottom: 38px;
    padding: 0 0 24px 38px;
  }

  .section-head .eyebrow {
    margin-bottom: 18px;
  }

  .section-head::after {
    left: 38px;
  }

  .grid {
    gap: 18px;
  }

  .legal-hero {
    min-height: 450px;
    padding: 116px 0 66px;
  }

  .legal-card h2 {
    margin-top: 44px;
    font-size: clamp(1.75rem, 7.5vw, 2.25rem);
    line-height: 1.12;
  }
}
