/* Reliable Leads — Splash + Main (chronograph) */
:root {
  /* Surfaces */
  --ink-950: #070a0f;
  --ink-900: #0b1220;
  --ink-800: #121a2b;
  --ink-700: #1a2438;
  --line: #243049;
  --line-soft: rgba(255, 255, 255, 0.1);
  --surface: rgba(12, 16, 24, 0.72);
  --surface-2: rgba(8, 12, 18, 0.85);

  /* Text */
  --mist: #8b9bb8;
  --snow: #f4f7fb;
  --pearl: #f4f0e6;

  /* Brand gold */
  --gold: #e8c547;
  --gold-bright: #f0d36a;
  --gold-logo: #c9a227;
  --gold-soft: #e4c76a;
  --gold-dim: rgba(232, 197, 71, 0.12);
  --gold-border: rgba(232, 197, 71, 0.4);
  --navy-logo: #0a2540;

  /* Signal green */
  --signal: #2ee6a6;
  --signal-dim: rgba(46, 230, 166, 0.12);
  --signal-border: rgba(46, 230, 166, 0.35);

  /* Semantic */
  --danger: #e07070;
  --info: #7ec8ff;
  --accent: var(--gold);
  --accent-bright: var(--gold-bright);
  --accent-deep: var(--gold-logo);

  /* Type */
  --font-d: "Syne", system-ui, sans-serif;
  --font-b: "DM Sans", system-ui, sans-serif;
  --font-m: "IBM Plex Mono", ui-monospace, monospace;
  --text-xs: 0.62rem;
  --text-sm: 0.78rem;
  --text-md: 0.9rem;
  --text-lg: 1.02rem;
  --text-xl: clamp(1.35rem, 2.8vw, 1.75rem);
  --text-2xl: clamp(1.85rem, 4vw, 2.45rem);
  --label: 0.62rem;
  --tracking-label: 0.14em;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --radius-pill: 999px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { min-height: 100%; }
body {
  font-family: var(--font-b);
  background: var(--ink-950);
  color: var(--snow);
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Preview environment badge (P0 honesty) */
.rl-preview-badge {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10050;
  max-width: min(92vw, 520px);
  margin-top: 0.45rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-family: var(--font-m);
  letter-spacing: 0.04em;
  color: #1a1208;
  background: linear-gradient(145deg, var(--gold-bright), var(--gold-logo));
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  text-align: center;
  pointer-events: none;
}
.rl-preview-badge code {
  font-size: 0.62rem;
  background: rgba(0, 0, 0, 0.12);
  padding: 0.05rem 0.3rem;
  border-radius: 4px;
}
body.splash-lock .rl-preview-badge {
  top: auto;
  bottom: 0.65rem;
  margin-top: 0;
}
body.splash-lock {
  overflow: hidden;
  height: 100vh;
  background: #3d2918; /* deep brown under splash */
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; border: none; background: none; color: inherit; }

/* ========== Type scale (global) ========== */
.overline {
  font-family: var(--font-m);
  font-size: var(--label);
  font-weight: 500;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.65rem;
}
h1 {
  font-family: var(--font-d);
  font-weight: 800;
  font-size: var(--text-2xl);
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: var(--snow);
}
h1 .dim { color: var(--mist); font-weight: 700; }
h2 {
  font-family: var(--font-d);
  font-weight: 700;
  font-size: var(--text-xl);
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--snow);
}
h3 {
  font-family: var(--font-d);
  font-weight: 700;
  font-size: 1.12rem;
  letter-spacing: -0.02em;
  color: var(--snow);
}
.lead {
  color: var(--mist);
  font-size: var(--text-lg);
  max-width: 36rem;
  margin-top: 0.85rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-row label {
  font-family: var(--font-m);
  font-size: var(--label);
  font-weight: 500;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
  color: var(--mist);
}
.form-hint {
  font-size: var(--text-sm);
  color: var(--mist);
  line-height: 1.45;
}
.em-snow { color: var(--snow); font-weight: 600; }

/* Unified form controls */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="date"],
select,
textarea {
  font-family: var(--font-b);
  font-size: var(--text-md);
  color: var(--snow);
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--gold-border);
  box-shadow: 0 0 0 2px var(--gold-dim);
}




/* ========== SPLASH — brown liquid glass field + side logo watermarks ========== */
.splash {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
  padding: clamp(0.5rem, 2vh, 1.25rem) clamp(0.75rem, 3vw, 1.5rem);
  transition: opacity 0.9s var(--ease), visibility 0.9s;
  box-sizing: border-box;
  background: #2a1a0e;
}
.splash.is-exit {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.splash.is-hidden {
  display: none !important;
}

/* Brownish dense field — warm cocoa / bronze / amber */
.splash-bg-brand {
  position: absolute;
  inset: -8%;
  background:
    radial-gradient(ellipse 75% 60% at 50% 30%, #c49a5c 0%, transparent 58%),
    radial-gradient(ellipse 50% 45% at 8% 70%, #8b5a2b 0%, transparent 52%),
    radial-gradient(ellipse 48% 42% at 92% 25%, #a67c3d 0%, transparent 50%),
    radial-gradient(ellipse 90% 55% at 50% 100%, #5c3a1e 0%, transparent 50%),
    radial-gradient(ellipse 40% 35% at 70% 80%, #6b4423 0%, transparent 45%),
    linear-gradient(168deg, #6e4a28 0%, #4a301c 32%, #3a2414 62%, #2a180e 100%);
  filter: blur(4px);
  transform: scale(1.08);
  animation: splashBgDrift 26s ease-in-out infinite alternate;
}
.splash-bg-brand::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 35% 35%, rgba(232, 181, 106, 0.28), transparent 42%),
    radial-gradient(circle at 75% 55%, rgba(90, 50, 20, 0.45), transparent 48%),
    radial-gradient(circle at 50% 80%, rgba(40, 22, 10, 0.5), transparent 40%);
  filter: blur(52px);
  opacity: 0.95;
}
.splash-bg-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 70% at 50% 45%, transparent 20%, rgba(20, 10, 4, 0.55) 100%),
    linear-gradient(90deg, rgba(20, 10, 4, 0.35) 0%, transparent 18%, transparent 82%, rgba(20, 10, 4, 0.35) 100%);
  z-index: 0;
}
/* Soft depth plate only — no floating watermark logos */
.splash-bg-mark {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
}
.splash-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(40px);
  z-index: 0;
}
.splash-orb-a {
  width: min(42vw, 380px);
  height: min(42vw, 380px);
  left: -8%;
  top: 12%;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.35) 0%, transparent 70%);
  animation: splashOrbFloat 18s ease-in-out infinite alternate;
}
.splash-orb-b {
  width: min(48vw, 420px);
  height: min(48vw, 420px);
  right: -10%;
  bottom: 8%;
  background: radial-gradient(circle, rgba(120, 70, 30, 0.4) 0%, transparent 68%);
  animation: splashOrbFloat 22s ease-in-out infinite alternate-reverse;
}
.splash-orb-c {
  width: min(30vw, 260px);
  height: min(30vw, 260px);
  left: 40%;
  top: -5%;
  background: radial-gradient(circle, rgba(255, 210, 140, 0.2) 0%, transparent 70%);
  animation: splashOrbFloat 16s ease-in-out infinite alternate;
}
@keyframes splashOrbFloat {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(3%, 4%) scale(1.08); }
}
/* Frosted brown veil */
.splash-frost {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: rgba(45, 28, 14, 0.28);
  backdrop-filter: blur(22px) saturate(1.15);
  -webkit-backdrop-filter: blur(22px) saturate(1.15);
}
.splash-noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.07;
  mix-blend-mode: soft-light;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
@keyframes splashBgDrift {
  from { transform: scale(1.05) translate(0, 0); }
  to { transform: scale(1.12) translate(-1.2%, 1%); }
}

/* Stack */
.splash-stack {
  position: relative;
  z-index: 3;
  width: min(560px, 94vw);
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(0.55rem, 1.6vh, 1rem);
  text-align: center;
}
.splash-kicker {
  margin: 0;
  font-family: var(--font-m);
  font-size: clamp(0.62rem, 1.5vw, 0.72rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 230, 190, 0.75);
  text-shadow: 0 2px 12px rgba(20, 10, 4, 0.45);
  opacity: 0;
  animation: splashUp 0.7s var(--ease) 0.05s forwards;
}

/*
 * REAL glass panels — curved corners + frosted glass on brown field
 */
.splash-glass {
  position: relative;
  width: 100%;
  border-radius: clamp(22px, 4vw, 32px);
  padding: clamp(0.55rem, 1.4vh, 0.85rem);
  overflow: hidden;
  isolation: isolate;

  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.42) 0%,
    rgba(255, 240, 215, 0.22) 40%,
    rgba(255, 220, 170, 0.12) 100%
  );
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(32px) saturate(1.4);
  -webkit-backdrop-filter: blur(32px) saturate(1.4);

  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 -1px 0 rgba(80, 40, 10, 0.12) inset,
    0 0 0 1px rgba(201, 162, 39, 0.18),
    0 22px 56px rgba(20, 10, 4, 0.4),
    0 0 48px rgba(201, 162, 39, 0.12);
}
.splash-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    125deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.1) 28%,
    transparent 52%
  );
  opacity: 0.9;
}
.splash-glass::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 2;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.4),
    inset 0 0 28px rgba(255, 255, 255, 0.12);
}

.splash-hero-logo {
  flex: 0 1 auto;
  width: 100%;
  max-width: min(480px, 90vw);
  opacity: 0;
  animation: splashLogoIn 0.9s var(--ease) 0.12s forwards;
}
.splash-hero-logo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: min(40vh, 340px);
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: clamp(16px, 2.8vw, 24px);
  background: transparent;
  filter: drop-shadow(0 12px 28px rgba(20, 10, 4, 0.25));
}

@keyframes splashLogoIn {
  from { opacity: 0; transform: translateY(10px) scale(0.97); }
  to { opacity: 1; transform: none; }
}
@keyframes splashUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

/* ORDER NOW */
.splash-cta {
  flex: 0 0 auto;
  margin: 0;
  opacity: 0;
  animation: splashUp 0.8s var(--ease) 0.4s forwards, floatBtn 4.5s ease-in-out 1.5s infinite;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
}
.splash-cta-sub {
  margin: 0;
  font-size: clamp(0.68rem, 1.6vw, 0.78rem);
  color: rgba(255, 230, 190, 0.65);
  letter-spacing: 0.04em;
  text-shadow: 0 2px 10px rgba(20, 10, 4, 0.4);
}
.btn-glass-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: clamp(180px, 40vw, 220px);
  padding: clamp(0.75rem, 1.6vh, 0.95rem) clamp(1.5rem, 4vw, 2.1rem);
  border-radius: 999px;
  font-family: var(--font-b);
  font-weight: 700;
  font-size: clamp(0.82rem, 2vw, 0.95rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f4f1ea;
  cursor: pointer;

  background: linear-gradient(
    160deg,
    rgba(55, 45, 30, 0.65) 0%,
    rgba(18, 14, 10, 0.9) 50%,
    rgba(40, 28, 14, 0.85) 100%
  );
  border: 1.5px solid rgba(232, 181, 106, 0.55);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.16) inset,
    0 12px 32px rgba(10, 6, 2, 0.4),
    0 0 28px rgba(201, 162, 39, 0.18);
  transition: transform 0.3s var(--ease), box-shadow 0.3s, border-color 0.3s;
}
.btn-glass-order:hover {
  transform: translateY(-2px) scale(1.02);
  border-color: rgba(245, 210, 120, 0.95);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 16px 40px rgba(10, 6, 2, 0.45),
    0 0 42px rgba(201, 162, 39, 0.28);
}
.btn-glass-order .arrow {
  font-size: 1.05rem;
  color: var(--gold-soft);
  transition: transform 0.3s var(--ease);
}
.btn-glass-order:hover .arrow { transform: translateX(4px); }
@keyframes floatBtn {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

/* Pillars — same curved glass panel */
.splash-pillars {
  flex: 0 1 auto;
  width: 100%;
  max-width: min(520px, 94vw);
  opacity: 0;
  animation: splashUp 0.85s var(--ease) 0.65s forwards;
}
.splash-pillars img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: min(30vh, 230px);
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: clamp(14px, 2.5vw, 22px);
  background: transparent;
}

@media (max-height: 700px) {
  .splash-hero-logo img { max-height: 34vh; }
  .splash-pillars img { max-height: 26vh; }
  .splash-stack { gap: 0.5rem; }
  .splash-kicker { display: none; }
}
@media (max-height: 560px) {
  .splash-hero-logo img { max-height: 30vh; }
  .splash-pillars img { max-height: 24vh; }
  .btn-glass-order { padding: 0.65rem 1.4rem; font-size: 0.78rem; min-width: 160px; }
  .splash-cta-sub { display: none; }
}

/* ========== MAIN SITE — dark + dense peach blur + frosted glass ========== */
#main-site {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.75s var(--ease) 0.1s, visibility 0.75s;
  position: relative;
  min-height: 100vh;
  /* Dark base + dense peach glow */
  background:
    radial-gradient(ellipse 70% 50% at 15% 0%, rgba(232, 181, 106, 0.16) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 90% 15%, rgba(201, 162, 39, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 70% 90%, rgba(180, 110, 40, 0.1) 0%, transparent 50%),
    linear-gradient(165deg, #0a0c10 0%, #0e1218 40%, #0b0f14 100%);
  color: var(--snow);
}
#main-site.is-ready {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
/* When main is open, body matches dark desk */
body:not(.splash-lock) {
  background: #0a0c10;
}

.bg-grid {
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    linear-gradient(rgba(232, 181, 106, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 181, 106, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 85% 65% at 50% 20%, black, transparent);
  opacity: 0.55;
}
.orb {
  position: fixed; border-radius: 50%; filter: blur(90px); pointer-events: none; z-index: 0;
  animation: drift 28s ease-in-out infinite alternate;
}
/* Dense peach blurs on dark */
.orb-a {
  width: 520px; height: 520px;
  background: rgba(232, 181, 106, 0.14);
  top: -120px; right: 5%;
}
.orb-b {
  width: 420px; height: 420px;
  background: rgba(180, 110, 40, 0.12);
  bottom: 5%; left: -80px;
  animation-delay: -12s;
}
.orb-c {
  width: 360px; height: 360px;
  background: rgba(201, 162, 39, 0.08);
  top: 45%; left: 40%;
  animation-delay: -6s;
}
@keyframes drift { to { transform: translate(36px, 24px); } }

/* Shared frosted glass surface (main site) */
.glass-panel {
  border-radius: 22px;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 240, 210, 0.05) 40%,
    rgba(12, 16, 24, 0.55) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(22px) saturate(1.25);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.14) inset,
    0 -1px 0 rgba(201, 162, 39, 0.06) inset,
    0 20px 50px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(232, 181, 106, 0.06);
  position: relative;
  overflow: hidden;
}
.glass-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    125deg,
    rgba(255, 255, 255, 0.14) 0%,
    rgba(255, 255, 255, 0.04) 30%,
    transparent 55%
  );
  z-index: 0;
}
.glass-panel > * { position: relative; z-index: 1; }

.wrap { position: relative; z-index: 1; width: min(1180px, calc(100% - 2rem)); margin: 0 auto; }

/* NAV — frosted glass bar */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60; height: 64px;
  display: flex; align-items: center; border-bottom: 1px solid transparent;
  transition: 0.3s var(--ease);
}
.nav.scrolled {
  background: linear-gradient(
    180deg,
    rgba(18, 20, 28, 0.75) 0%,
    rgba(12, 14, 20, 0.65) 100%
  );
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 12px 40px rgba(0, 0, 0, 0.35);
}
.nav-inner {
  width: min(1180px, calc(100% - 2rem)); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 0.75rem;
}
.logo {
  display: flex; align-items: center; gap: 0.65rem;
  white-space: nowrap;
}
.logo-img {
  width: 40px; height: 40px; object-fit: cover; object-position: center 22%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.15) inset,
    0 0 20px rgba(232, 181, 106, 0.15);
  background: #f7f0e4;
  flex-shrink: 0;
}
.logo-text { display: flex; flex-direction: column; line-height: 1.05; }
.logo-reliable {
  font-family: var(--font-d); font-weight: 700; letter-spacing: -0.02em;
  font-size: 0.95rem; color: var(--snow);
}
.logo-leads {
  font-family: var(--font-m); font-weight: 500; letter-spacing: 0.14em;
  font-size: 0.58rem; color: var(--gold); text-transform: uppercase; margin-top: 0.08rem;
}
.nav-links {
  display: flex; flex-wrap: wrap; gap: 0.85rem 1.15rem; align-items: center;
  font-size: 0.88rem; color: var(--mist);
  flex: 1;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-actions { display: flex; align-items: center; gap: 0.45rem; flex-wrap: wrap; justify-content: flex-end; }
.logo { display: none !important; }

/* Mobile hamburger */
.nav-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  flex-shrink: 0;
  z-index: 70;
}
.nav-burger span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--snow);
  border-radius: 2px;
  transition: 0.25s;
}
.nav.nav-open .nav-burger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav.nav-open .nav-burger span:nth-child(2) { opacity: 0; }
.nav.nav-open .nav-burger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 900px) {
  .nav-burger { display: flex; }
  .nav-inner { position: relative; }
  .nav-links {
    display: none !important;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 1rem;
    background: rgba(8, 10, 14, 0.96);
    backdrop-filter: blur(20px);
    z-index: 65;
    overflow: auto;
  }
  .nav.nav-open .nav-links {
    display: flex !important;
  }
  .nav-links a {
    padding: 0.95rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 1rem;
  }
  .nav-actions { margin-left: auto; }
  body.nav-drawer-open { overflow: hidden; }
}

/* Legal docs */
.legal-doc {
  padding: 2rem 1.5rem 2.5rem;
  max-width: 800px;
  margin: 0 auto;
}
.legal-doc h1 { margin-bottom: 0.75rem; }
.legal-doc h2 {
  font-family: var(--font-d);
  font-size: 1.2rem;
  margin: 1.75rem 0 0.65rem;
  color: var(--gold);
}
.legal-doc p, .legal-doc li {
  color: var(--mist);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 0.65rem;
}
.legal-doc ul { padding-left: 1.25rem; margin-bottom: 1rem; }

.footer-legal-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.1rem;
  padding: 0.85rem 0 0.25rem;
  margin-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.8rem;
}
.footer-legal-bar a { color: var(--mist); }
.footer-legal-bar a:hover { color: var(--gold); }
.footer-support a { color: var(--gold); }
.footer-support-label {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mist);
}
.footer-support-channels {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.support-channel {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--gold);
  text-decoration: none;
}
.support-channel:hover { text-decoration: underline; }
.sc-ico { opacity: 0.9; }

.rf-cutoff-banner.is-closed {
  border-color: rgba(255, 120, 100, 0.45);
  background: rgba(80, 20, 20, 0.35);
}

/* Support FAB */
#support-fab {
  position: fixed;
  right: 0.85rem;
  bottom: 4.5rem;
  z-index: 85;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.support-fab-btn {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  text-decoration: none;
  background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(12,16,24,0.85));
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
  color: var(--snow);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  transition: transform 0.15s ease, border-color 0.15s ease;
}
.support-fab-btn .fab-icon {
  width: 24px;
  height: 24px;
  display: block;
}
.support-fab-btn.mail { color: var(--snow); }
.support-fab-btn.wa {
  background: linear-gradient(145deg, rgba(37, 211, 102, 0.18), rgba(12, 16, 24, 0.9));
  border-color: rgba(37, 211, 102, 0.35);
}
.support-fab-btn.wa .fab-icon { width: 26px; height: 26px; }
.support-fab-btn.sig { color: #6cb6ff; font-size: 0.72rem; font-weight: 700; }
.support-fab-btn:hover {
  border-color: rgba(232, 181, 106, 0.45);
  transform: translateY(-2px);
}
.support-channel .fab-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.1em;
  display: inline-block;
}
.support-channel .wa-inline .fab-icon {
  width: 1.1em;
  height: 1.1em;
}

.admin-toolbar {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin: 1rem 0 1.25rem;
}
.admin-page { padding-bottom: 3rem; }
.admin-wrap { max-width: 1180px; }
.admin-orders { display: grid; gap: 1.5rem; }
.admin-actions { flex-wrap: wrap; }

/* ── Ops HQ shell ── */
.ops-shell { margin-top: 0.25rem; }
.ops-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ops-title {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin: 0.15rem 0 0;
  letter-spacing: -0.02em;
}
.ops-flow-tagline {
  margin: 0.35rem 0 0;
  font-size: 0.88rem;
  color: var(--mist);
}

/* Automated → you flow strip */
.ops-auto-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
  padding: 0.85rem 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 12, 20, 0.5);
}
.ops-auto-step {
  flex: 1 1 120px;
  min-width: 110px;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.ops-auto-step.auto {
  border-color: rgba(126, 200, 255, 0.2);
  background: rgba(126, 200, 255, 0.05);
}
.ops-auto-step.you {
  border-color: rgba(232, 181, 106, 0.35);
  background: rgba(232, 181, 106, 0.08);
}
.ops-auto-step.you.hot {
  box-shadow: 0 0 0 1px rgba(232, 181, 106, 0.35), 0 0 24px rgba(232, 181, 106, 0.12);
}
.ops-auto-n {
  font-family: var(--font-m);
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}
.ops-auto-step.auto .ops-auto-n { color: #7ec8ff; }
.ops-auto-step strong {
  font-size: 0.88rem;
  color: var(--snow);
}
.ops-auto-step small {
  font-size: 0.72rem;
  color: var(--mist);
}
.ops-auto-arrow {
  align-self: center;
  color: rgba(255, 255, 255, 0.22);
  font-size: 0.9rem;
  padding: 0 0.15rem;
}
.ops-side-hint {
  margin: 1rem 0.4rem 0.25rem;
  font-size: 0.75rem;
  line-height: 1.45;
  color: var(--mist);
}
.ops-auto-step.running {
  border-color: rgba(61, 214, 140, 0.35);
  background: rgba(61, 214, 140, 0.06);
}
.ops-auto-step.paused {
  opacity: 0.72;
  border-style: dashed;
}
.ops-auto-panel {
  margin: 1rem 0.15rem 0.5rem;
  padding: 0.85rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(61, 214, 140, 0.25);
  background: rgba(61, 214, 140, 0.06);
  display: grid;
  gap: 0.65rem;
}
.ops-auto-panel-row {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}
.ops-auto-panel-row strong {
  display: block;
  font-size: 0.82rem;
  color: var(--snow);
}
.ops-auto-panel-row small {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.68rem;
  line-height: 1.35;
  color: var(--mist);
}
.ops-auto-live-dot {
  width: 10px;
  height: 10px;
  margin-top: 0.25rem;
  border-radius: 50%;
  background: rgba(154, 163, 178, 0.5);
  flex-shrink: 0;
}
.ops-auto-live-dot.on {
  background: var(--signal);
  box-shadow: 0 0 0 3px rgba(61, 214, 140, 0.25);
  animation: opsPulse 1.8s ease-in-out infinite;
}
.ops-auto-live-dot.busy {
  background: #f0c070;
  box-shadow: 0 0 0 3px rgba(240, 192, 112, 0.25);
}
@keyframes opsPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.55; }
}
.ops-auto-toggle {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.35;
  color: var(--mist);
  cursor: pointer;
}
.ops-auto-toggle input {
  margin-top: 0.15rem;
  accent-color: var(--signal);
}
.ops-sector-banner.auto-on {
  border-color: rgba(61, 214, 140, 0.35);
  background: rgba(61, 214, 140, 0.08);
}
.ops-sector-banner.auto-off {
  border-color: rgba(240, 192, 112, 0.35);
  background: rgba(240, 192, 112, 0.08);
}
.ops-pay-section {
  margin-top: 1.35rem;
}
.ops-pay-h {
  margin: 0 0 0.35rem;
  font-family: var(--font-d);
  font-size: 1.05rem;
  color: var(--snow);
}
.ops-manual-actions {
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.ops-verify-note {
  margin: 0.5rem 0 0;
  font-size: 0.78rem;
  color: var(--mist);
  line-height: 1.4;
}
.ops-chip.ok {
  color: #6ee7a8;
  border-color: rgba(110, 231, 168, 0.35);
  background: rgba(110, 231, 168, 0.1);
}
.ops-step-list {
  list-style: none;
  margin: 0 0 0.9rem;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}
.ops-step-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: var(--mist);
}
.ops-step-list li span {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-m);
  font-size: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}
.ops-step-list li.done { color: #6ee7a8; }
.ops-step-list li.done span {
  background: rgba(110, 231, 168, 0.15);
  border-color: rgba(110, 231, 168, 0.35);
  color: #6ee7a8;
}
.ops-step-list li.now { color: var(--snow); }
.ops-step-list li.now span {
  background: rgba(232, 181, 106, 0.15);
  border-color: rgba(232, 181, 106, 0.4);
  color: var(--gold);
}
.ops-req {
  margin-bottom: 0.85rem;
  padding: 0.85rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}
.ops-req-title {
  margin: 0 0 0.65rem;
  font-family: var(--font-m);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}
.ops-req-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem 0.75rem;
}
@media (max-width: 800px) {
  .ops-req-grid { grid-template-columns: repeat(2, 1fr); }
}
.ops-req-grid div {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}
.ops-req-grid span {
  font-family: var(--font-m);
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mist);
}
.ops-req-grid strong {
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--snow);
  word-break: break-word;
}
.ops-req-note {
  margin: 0.7rem 0 0;
  font-size: 0.8rem;
  color: var(--mist);
}
.ops-feedback {
  margin-top: 0.85rem;
  padding: 0.75rem 0.85rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}
.ops-feedback.is-complaint {
  border-color: rgba(220, 100, 100, 0.35);
  background: rgba(180, 50, 50, 0.1);
}
.ops-feedback.is-review {
  border-color: rgba(61, 214, 140, 0.3);
  background: rgba(61, 214, 140, 0.07);
}
.ops-feedback strong {
  display: block;
  font-size: 0.82rem;
  color: var(--snow);
  margin-bottom: 0.35rem;
}
.ops-feedback p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.45;
  color: var(--mist);
  white-space: pre-wrap;
}
.ops-feedback small {
  display: block;
  margin-top: 0.4rem;
  font-family: var(--font-m);
  font-size: 0.68rem;
  color: rgba(154, 163, 178, 0.85);
}
.ops-deliver-panel {
  border-color: rgba(125, 255, 200, 0.22) !important;
  background: rgba(125, 255, 200, 0.04) !important;
}
.ops-deliver-card {
  border-color: rgba(232, 181, 106, 0.2);
}
.ops-top-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
  font-size: 0.78rem;
  color: var(--mist);
}
.ops-mono { font-family: var(--font-m); font-size: 0.72rem; }
.ops-chip {
  display: inline-flex;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  font-family: var(--font-m);
  font-size: 0.68rem;
  color: var(--mist);
}

.ops-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1.25rem;
  align-items: start;
}
@media (max-width: 900px) {
  .ops-layout { grid-template-columns: 1fr; }
}

.ops-sidebar {
  position: sticky;
  top: 5.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 0.85rem 0.7rem;
  background: rgba(8, 12, 20, 0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.ops-side-label {
  font-family: var(--font-m);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mist);
  margin: 0 0.4rem 0.55rem;
}
.ops-depts { display: grid; gap: 0.35rem; }
.ops-dept {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.55rem;
  align-items: center;
  text-align: left;
  width: 100%;
  padding: 0.55rem 0.5rem;
  border-radius: 12px;
  border: 1px solid transparent;
  background: transparent;
  color: inherit;
  cursor: pointer;
  transition: 0.2s ease;
}
.ops-dept:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}
.ops-dept.on {
  background: rgba(232, 181, 106, 0.1);
  border-color: rgba(232, 181, 106, 0.28);
}
.ops-dept-code {
  font-family: var(--font-m);
  font-size: 0.65rem;
  color: var(--gold);
  opacity: 0.85;
}
.ops-dept-text { display: flex; flex-direction: column; gap: 0.1rem; min-width: 0; }
.ops-dept-text strong {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--snow);
}
.ops-dept-text small {
  font-size: 0.68rem;
  color: var(--mist);
}
.ops-dept-count {
  font-family: var(--font-m);
  font-size: 0.7rem;
  min-width: 1.4rem;
  text-align: center;
  padding: 0.15rem 0.35rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--mist);
}
.ops-dept.on .ops-dept-count {
  background: rgba(232, 181, 106, 0.2);
  color: var(--gold);
}

.ops-main {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 1.15rem 1.2rem 1.4rem;
  background: rgba(6, 10, 16, 0.4);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.ops-sector-head { margin-bottom: 1.1rem; }
.ops-sector-head h2 {
  margin: 0.2rem 0 0.35rem;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}
.ops-sector-blurb {
  margin: 0;
  color: var(--mist);
  font-size: 0.92rem;
  max-width: 52ch;
  line-height: 1.45;
}
.ops-sector-banner {
  margin: 0 0 1.1rem;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  font-size: 0.88rem;
  line-height: 1.45;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}
.ops-sector-banner.pay {
  border-color: rgba(126, 200, 255, 0.25);
  background: rgba(126, 200, 255, 0.06);
}
.ops-sector-banner.fulfill {
  border-color: rgba(125, 255, 200, 0.22);
  background: rgba(125, 255, 200, 0.05);
}

.ops-kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  margin-bottom: 1.35rem;
}
@media (max-width: 700px) {
  .ops-kpi-grid { grid-template-columns: repeat(2, 1fr); }
}
.ops-kpi {
  padding: 0.85rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.ops-kpi span {
  font-family: var(--font-m);
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mist);
}
.ops-kpi strong {
  font-family: var(--font-d);
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--snow);
  line-height: 1.1;
}
.ops-kpi small { font-size: 0.72rem; color: var(--mist); }
.ops-kpi.accent { border-color: rgba(126, 200, 255, 0.25); background: rgba(126, 200, 255, 0.06); }
.ops-kpi.accent2 { border-color: rgba(125, 255, 200, 0.22); background: rgba(125, 255, 200, 0.05); }

.ops-subhead {
  font-size: 0.95rem;
  margin: 0 0 0.65rem;
  color: var(--snow);
}
.ops-pipeline { margin-bottom: 1.35rem; }
.ops-pipe-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}
.ops-pipe {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  padding: 0.55rem 0.7rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: inherit;
  cursor: pointer;
  min-width: 5.5rem;
  transition: 0.2s ease;
}
.ops-pipe:hover {
  border-color: rgba(232, 181, 106, 0.35);
  background: rgba(232, 181, 106, 0.08);
}
.ops-pipe span:last-child {
  font-size: 0.72rem;
  color: var(--mist);
}
.ops-pipe-n {
  font-family: var(--font-m);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gold);
}
.ops-pipe-arrow {
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.85rem;
  padding: 0 0.1rem;
}

.ops-dept-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media (max-width: 700px) {
  .ops-dept-cards { grid-template-columns: 1fr; }
}
.ops-jump {
  text-align: left;
  padding: 1rem 1.05rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: inherit;
  cursor: pointer;
  transition: 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.ops-jump:hover {
  border-color: rgba(232, 181, 106, 0.35);
  background: rgba(232, 181, 106, 0.07);
  transform: translateY(-1px);
}
.ops-jump strong { font-size: 0.98rem; color: var(--snow); }
.ops-jump p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--mist);
  line-height: 1.4;
}
.ops-jump em {
  font-style: normal;
  font-family: var(--font-m);
  font-size: 0.72rem;
  color: var(--gold);
  margin-top: 0.25rem;
}

.ops-card-grid {
  display: grid;
  gap: 0.9rem;
}
.ops-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 0.95rem 1rem 1.05rem;
  background: rgba(10, 14, 22, 0.55);
}
.ops-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.ops-card-id {
  margin: 0;
  font-family: var(--font-m);
  font-size: 0.82rem;
  color: var(--gold);
  font-weight: 600;
}
.ops-card-sub {
  margin: 0.2rem 0 0;
  font-size: 0.8rem;
  color: var(--mist);
}
.ops-order-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem 0.65rem;
  margin-bottom: 0.85rem;
  padding: 0.7rem 0.75rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
@media (max-width: 800px) {
  .ops-order-meta { grid-template-columns: repeat(2, 1fr); }
}
.ops-order-meta div { display: flex; flex-direction: column; gap: 0.12rem; min-width: 0; }
.ops-order-meta span {
  font-family: var(--font-m);
  font-size: 0.6rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mist);
}
.ops-order-meta strong {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--snow);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ops-action-row { margin-top: 0.15rem; }
.ops-action-label {
  display: block;
  font-family: var(--font-m);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mist);
  margin-bottom: 0.4rem;
}

.ops-empty {
  text-align: center;
  padding: 2.5rem 1rem;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  color: var(--mist);
}
.ops-empty h3 { color: var(--snow); margin: 0.35rem 0; }
.ops-empty p { margin: 0; max-width: 36ch; margin-inline: auto; font-size: 0.9rem; }

.ops-tools-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}
.ops-tool-card {
  padding: 1.1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}
.ops-tool-card.wide { grid-column: 1 / -1; }
.ops-tool-card h3 { margin: 0 0 0.4rem; font-size: 1rem; }
.ops-tool-card p { margin: 0 0 0.85rem; font-size: 0.88rem; color: var(--mist); }
.ops-playbook {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.55rem;
  font-size: 0.9rem;
  color: var(--mist);
  line-height: 1.45;
}
.ops-playbook strong { color: var(--snow); }
@media (max-width: 700px) {
  .ops-tools-grid { grid-template-columns: 1fr; }
}

.admin-client-group {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 1rem 1rem 1.15rem;
  background: rgba(8, 12, 20, 0.45);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.admin-client-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  flex-wrap: wrap;
}
.admin-client-email {
  font-family: var(--font-d);
  font-size: 1.15rem;
  margin: 0.15rem 0 0;
  color: var(--snow);
}
.admin-client-orders {
  display: grid;
  gap: 0.85rem;
}
.admin-delivery-panel {
  margin-top: 0.9rem;
  padding: 0.85rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(232, 181, 106, 0.18);
  background: rgba(255, 255, 255, 0.03);
}
.admin-delivery-panel.compact {
  border-color: rgba(125, 255, 200, 0.15);
  background: rgba(125, 255, 200, 0.04);
}
.admin-delivery-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.55rem;
}
.admin-delivery-title {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0;
  font-family: var(--font-m);
}
.admin-delivery-empty {
  font-size: 0.85rem;
  color: var(--mist);
  margin: 0 0 0.65rem;
}
.admin-upload-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .admin-upload-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    align-items: end;
  }
}
.admin-upload-grid input[type="file"],
.admin-upload-grid select {
  width: 100%;
  font-size: 0.85rem;
}
.admin-progress {
  margin-bottom: 0.65rem;
}
.admin-progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
  font-size: 0.78rem;
  font-family: var(--font-m);
  color: var(--mist);
  margin-bottom: 0.35rem;
}
.admin-progress-bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.admin-progress-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold-logo), #7dffc8);
  transition: width 0.4s ease;
}
.buyer-delivery-progress {
  margin: 0.65rem 0 0.35rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(125, 255, 200, 0.2);
  background: rgba(125, 255, 200, 0.05);
}

.rate-line {
  margin: 0.35rem 0 0;
  font-family: var(--font-m);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--gold);
}

/* Liquid glass payment toast */
.rl-pay-glass {
  position: fixed;
  z-index: 9999;
  right: 1.1rem;
  bottom: 1.1rem;
  max-width: min(380px, calc(100vw - 2rem));
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}
.rl-pay-glass.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.rl-pay-glass-inner {
  position: relative;
  padding: 1rem 1.15rem 1.05rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(20, 28, 40, 0.72) 45%,
    rgba(12, 16, 24, 0.78) 100%
  );
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 18px 48px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(232, 181, 106, 0.12);
  color: var(--snow);
}
.rl-pay-glass-kicker {
  margin: 0 0 0.35rem;
  font-family: var(--font-m);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}
.rl-pay-glass-msg {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
}
.rl-pay-glass-sub {
  margin: 0.45rem 0 0;
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--mist);
}
.rl-pay-glass-x {
  position: absolute;
  top: 0.45rem;
  right: 0.55rem;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--mist);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
}
.rl-pay-glass-x:hover {
  color: var(--snow);
  background: rgba(255, 255, 255, 0.12);
}

.btn-danger {
  border: 1px solid rgba(255, 110, 110, 0.45) !important;
  background: rgba(255, 70, 70, 0.12) !important;
  color: #ffb0b0 !important;
  box-shadow: none !important;
}
.btn-danger:hover {
  background: rgba(255, 70, 70, 0.22) !important;
  border-color: rgba(255, 120, 120, 0.65) !important;
  color: #ffd0d0 !important;
  transform: none;
}
.ops-card-head-right {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ops-meta-id strong {
  color: var(--gold) !important;
  cursor: pointer;
}
.ops-id-copy.copied {
  color: #7dffc8 !important;
}
.ops-delete-row {
  margin-top: 0.75rem;
  padding-top: 0.65rem;
  border-top: 1px dashed rgba(255, 110, 110, 0.2);
}
.ops-delete-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: flex-end;
}
.ops-delete-form .form-row { min-width: min(100%, 280px); }
.ops-delete-tool {
  border-color: rgba(255, 110, 110, 0.22) !important;
  background: rgba(255, 70, 70, 0.04) !important;
}

/* Payments hash inbox */
.ops-hash-list {
  display: grid;
  gap: 0.75rem;
}
.ops-hash-row {
  border: 1px solid rgba(126, 200, 255, 0.18);
  border-radius: 16px;
  padding: 0.95rem 1rem;
  background: rgba(10, 16, 28, 0.55);
}
.ops-hash-main {
  display: grid;
  grid-template-columns: 1.2fr 1.1fr 0.8fr auto;
  gap: 0.75rem 1rem;
  align-items: start;
  margin-bottom: 0.75rem;
}
@media (max-width: 800px) {
  .ops-hash-main { grid-template-columns: 1fr 1fr; }
}
.ops-hash-label {
  display: block;
  font-family: var(--font-m);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mist);
  margin-bottom: 0.2rem;
}
.ops-hash-id-block strong,
.ops-hash-customer strong,
.ops-hash-pay strong {
  display: block;
  font-size: 0.92rem;
  color: var(--snow);
}
.ops-hash-id-block strong { color: var(--gold); cursor: pointer; }
.ops-hash-customer small,
.ops-hash-pay small {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.75rem;
  color: var(--mist);
}
.ops-hash-tx {
  padding: 0.7rem 0.8rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.ops-hash-code {
  display: block;
  font-family: var(--font-m);
  font-size: 0.72rem;
  word-break: break-all;
  color: #9fd4ff;
  margin: 0.25rem 0 0.55rem;
  cursor: pointer;
  line-height: 1.4;
}
.ops-hash-code:hover { color: var(--gold); }
.ops-hash-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.ops-hash-meta-line {
  margin-top: 0.55rem;
  font-size: 0.78rem;
  color: var(--mist);
}
.ops-hash-foot {
  margin-top: 0.55rem;
  display: flex;
  justify-content: flex-end;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.58rem 1rem;
  border-radius: var(--radius-pill);
  font-family: var(--font-b);
  font-weight: 600;
  font-size: 0.86rem;
  letter-spacing: 0.01em;
  transition: 0.25s var(--ease);
  white-space: nowrap;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--snow);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}
.btn-ghost:hover {
  border-color: var(--gold-border);
  background: var(--gold-dim);
  color: var(--gold);
}
.btn-gold {
  background: linear-gradient(145deg, var(--gold-bright) 0%, var(--gold) 50%, var(--gold-logo) 100%);
  color: var(--ink-900);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 8px 24px rgba(201, 162, 39, 0.25);
}
.btn-gold:hover {
  background: linear-gradient(145deg, #f5e08a 0%, var(--gold) 100%);
  box-shadow: 0 0 28px rgba(232, 197, 71, 0.35);
  transform: translateY(-1px);
}
.btn-signal {
  border: 1px solid var(--signal-border);
  color: var(--signal);
  background: var(--signal-dim);
}
.btn-signal:hover {
  border-color: var(--signal);
  background: rgba(46, 230, 166, 0.16);
}
.btn-sm { padding: 0.42rem 0.8rem; font-size: 0.8rem; }
.btn-block { width: 100%; }
@media (min-width: 980px) { .nav-links { display: flex; } }

/* Mini floating toasts — small, rare, non-blocking */
.toast-stack {
  position: fixed;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 90;
  display: flex;
  flex-direction: column-reverse;
  gap: 0.4rem;
  width: min(220px, calc(100vw - 1.5rem));
  pointer-events: none;
}
body.splash-lock .toast-stack { display: none; }
.toast,
.toast-mini {
  pointer-events: auto;
  position: relative;
  border-radius: 12px;
  padding: 0.45rem 0.55rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.45rem;
  align-items: center;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(12, 16, 24, 0.82) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.1) inset,
    0 8px 20px rgba(0, 0, 0, 0.35);
  animation: glassFloatIn 0.4s var(--ease);
  opacity: 0.92;
}
.toast::before,
.toast::after { display: none; }
.toast.out { animation: glassFloatOut 0.28s var(--ease) forwards; }
@keyframes glassFloatIn {
  from { opacity: 0; transform: translateY(12px) scale(0.96); }
  to { opacity: 0.92; transform: none; }
}
@keyframes glassFloatOut {
  to { opacity: 0; transform: translateY(8px) scale(0.96); }
}
.toast-icon {
  width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center;
  font-family: var(--font-m); font-size: 0.58rem; font-weight: 600; color: var(--gold);
  background: rgba(232,181,106,0.12); border: 1px solid rgba(232,181,106,0.3);
  position: relative; z-index: 1;
}
.toast-body { position: relative; z-index: 1; min-width: 0; }
.toast-body .t { display: none; }
.toast-body .m {
  font-size: 0.72rem; color: var(--snow); font-weight: 500;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.toast-body .s {
  font-size: 0.62rem; color: var(--mist); margin-top: 0.1rem; font-family: var(--font-m);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.toast-x {
  color: var(--mist); font-size: 0.85rem; line-height: 1; padding: 0.1rem;
  opacity: 0.65; position: relative; z-index: 1; border-radius: 6px;
}
.toast-x:hover { opacity: 1; color: var(--snow); background: rgba(255,255,255,0.08); }

/* live rail removed */
.live-rail { display: none !important; }

/* PAGE */
.page { position: relative; z-index: 1; padding: 5.5rem 0 3rem; }
/* Page heroes — same fonts/colors as global scale; slightly larger display sizes */
.page .overline {
  font-family: var(--font-m);
  font-size: var(--label);
  font-weight: 500;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.65rem;
}
.page h1 {
  font-family: var(--font-d);
  font-weight: 800;
  letter-spacing: -0.035em;
  font-size: clamp(2.15rem, 5vw, 3.4rem);
  line-height: 1.06;
  color: var(--snow);
}
.page h1 .dim { color: var(--mist); font-weight: 700; }
.page h2 {
  font-family: var(--font-d);
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.15;
  color: var(--snow);
}
.page .lead {
  color: var(--mist);
  font-size: var(--text-lg);
  max-width: 36rem;
  margin-top: 0.9rem;
  line-height: 1.6;
}
/* Main desk — liquid glass direct US vendor box */
.vendor-glass-box {
  position: relative;
  margin: 1.15rem 0 1.25rem;
  padding: 1rem 1.15rem 1.05rem;
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
  max-width: 34rem;

  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 230, 180, 0.07) 42%,
    rgba(12, 16, 24, 0.5) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(28px) saturate(1.35);
  -webkit-backdrop-filter: blur(28px) saturate(1.35);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18) inset,
    0 16px 40px rgba(0, 0, 0, 0.28),
    0 0 32px rgba(232, 181, 106, 0.08);

  animation: liquidFloat 5.5s ease-in-out infinite;
}
.vendor-glass-glow {
  position: absolute;
  inset: -45%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.16), transparent 44%),
    radial-gradient(circle at 88% 82%, rgba(232, 181, 106, 0.16), transparent 48%);
  animation: liquidShimmer 8s ease-in-out infinite alternate;
}
.vendor-glass-box > *:not(.vendor-glass-glow) {
  position: relative;
  z-index: 1;
}
.vendor-glass-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0.28) 0%,
    rgba(255, 255, 255, 0.05) 30%,
    transparent 55%
  );
  opacity: 0.9;
}
.vendor-glass-badge {
  display: inline-block;
  font-family: var(--font-m);
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 0.26rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(232, 181, 106, 0.42);
  background: rgba(232, 181, 106, 0.1);
  margin-bottom: 0.55rem;
}
.vendor-glass-title {
  margin: 0 0 0.4rem;
  font-family: var(--font-d);
  font-weight: 700;
  font-size: clamp(1.05rem, 2.2vw, 1.22rem);
  letter-spacing: -0.02em;
  color: var(--snow);
  line-height: 1.2;
}
.vendor-glass-body {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--mist);
}
.vendor-glass-body strong {
  color: var(--gold);
  font-weight: 600;
}
@media (prefers-reduced-motion: reduce) {
  .vendor-glass-box,
  .vendor-glass-glow { animation: none; }
}

.hero-cta { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1.4rem; }

/* Path breadcrumb — clear direction */
.path-strip {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.4rem 0.55rem;
  padding: 0.35rem 0 1.5rem;
  font-family: var(--font-m); font-size: 0.68rem; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--mist);
}
.path-item.current { color: var(--gold); }
.path-item.active { color: var(--mist); opacity: 0.7; }
.path-sep { opacity: 0.4; }
.path-back {
  margin-left: auto;
  color: var(--gold);
  border: 1px solid rgba(232, 181, 106, 0.35);
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  letter-spacing: 0.04em;
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
}
.path-back:hover { background: rgba(232, 181, 106, 0.12); border-color: var(--gold); }

.hero-grid { display: grid; gap: 2.25rem; align-items: center; }
@media (min-width: 960px) { .hero-grid { grid-template-columns: 1.05fr 0.95fr; gap: 2.75rem; } }
.hero-facts {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
  margin-top: 1.6rem;
  max-width: 22rem;
}
@media (min-width: 520px) { .hero-facts { grid-template-columns: repeat(4, 1fr); max-width: none; } }
.hero-facts li {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 0.65rem 0.7rem;
  background: linear-gradient(155deg, rgba(255,255,255,0.08), rgba(12,16,24,0.5));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset;
  font-size: 0.72rem;
  color: var(--mist);
  font-family: var(--font-m);
}
.hero-facts strong {
  display: block;
  font-size: 1.05rem;
  color: var(--snow);
  font-family: var(--font-d);
  font-weight: 700;
  margin-bottom: 0.15rem;
  letter-spacing: -0.02em;
}

/* CHRONOGRAPH — frosted glass */
.chrono-panel {
  position: relative;
  border-radius: 24px;
  padding: 1.35rem 1.2rem 1.2rem;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 230, 180, 0.06) 35%,
    rgba(10, 14, 22, 0.72) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(24px) saturate(1.3);
  -webkit-backdrop-filter: blur(24px) saturate(1.3);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.16) inset,
    0 0 0 1px rgba(232, 181, 106, 0.1),
    0 28px 70px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(232, 181, 106, 0.06);
  animation: chronoGlow 4.5s ease-in-out infinite;
  overflow: hidden;
}
.chrono-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(125deg, rgba(255,255,255,0.12) 0%, transparent 45%);
  z-index: 0;
}
.chrono-panel > * { position: relative; z-index: 1; }
@keyframes chronoGlow {
  0%, 100% {
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.14) inset,
      0 0 0 1px rgba(232, 181, 106, 0.08),
      0 28px 70px rgba(0, 0, 0, 0.4);
  }
  50% {
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.18) inset,
      0 0 0 1px rgba(232, 181, 106, 0.18),
      0 28px 70px rgba(0, 0, 0, 0.4),
      0 0 48px rgba(232, 181, 106, 0.1);
  }
}
.chrono-top {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 0.65rem; font-family: var(--font-m); font-size: 0.65rem;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--mist);
}
.live-dot {
  display: inline-flex; align-items: center; gap: 0.4rem; color: var(--gold);
}
.live-dot::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold);
  box-shadow: 0 0 10px var(--gold); animation: blink 1.6s ease-in-out infinite;
}
@keyframes blink { 50% { opacity: 0.35; } }

.chrono-svg-wrap {
  position: relative; width: min(100%, 340px); margin: 0 auto; aspect-ratio: 1;
}
.chrono-svg { width: 100%; height: 100%; overflow: visible; }
.ring-bg { fill: none; stroke: var(--line); stroke-width: 1.5; }
.ring-track { fill: none; stroke: #1e2a40; stroke-width: 10; }
.arc { fill: none; stroke-linecap: round; }
.arc-morning { stroke: var(--gold); stroke-width: 10; filter: drop-shadow(0 0 6px rgba(232,181,106,0.45)); }
.arc-day { stroke: var(--gold); stroke-width: 8; filter: drop-shadow(0 0 6px rgba(232,197,71,0.35)); }
.arc-midday { stroke: var(--gold-logo); stroke-width: 8; filter: drop-shadow(0 0 6px rgba(201,162,39,0.4)); }

.chrono-center {
  position: absolute; inset: 28%; border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, #1a2438, #0b1220 70%);
  border: 1px solid var(--line);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; box-shadow: inset 0 0 30px rgba(46,230,166,0.06);
}
.chrono-center .tz {
  font-family: var(--font-m); font-size: 0.58rem; letter-spacing: 0.14em;
  color: var(--mist); text-transform: uppercase;
}
.chrono-center .time {
  font-family: var(--font-m); font-size: clamp(1.25rem, 3.8vw, 1.6rem); font-weight: 600;
  letter-spacing: 0.04em; margin-top: 0.15rem; color: var(--snow);
  font-variant-numeric: tabular-nums;
}
.chrono-center .label {
  margin-top: 0.2rem; font-size: 0.68rem; color: var(--gold); font-weight: 500;
}

.nodes { position: absolute; inset: 0; pointer-events: none; }
.node {
  position: absolute; width: 36px; height: 36px; margin: -18px 0 0 -18px;
  border-radius: 10px; border: 1px solid var(--line);
  background: var(--ink-800); display: grid; place-items: center;
  font-family: var(--font-m); font-size: 0.62rem; font-weight: 600;
  pointer-events: auto; cursor: pointer; color: var(--snow);
  transition: transform 0.3s var(--ease), border-color 0.3s, box-shadow 0.3s, background 0.3s;
}
.node:hover, .node.active {
  transform: scale(1.12);
  border-color: var(--gold);
  box-shadow: 0 0 20px rgba(232,181,106,0.3);
  background: rgba(60, 45, 20, 0.85);
  z-index: 2;
}
.node.premium:hover, .node.premium.active {
  border-color: var(--gold);
  box-shadow: 0 0 20px rgba(232,197,71,0.3);
}
.node-tip {
  position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%) translateY(-8px);
  white-space: nowrap; font-size: 0.62rem; padding: 0.3rem 0.5rem;
  background: var(--ink-700); border: 1px solid var(--line); border-radius: 6px;
  opacity: 0; pointer-events: none; transition: opacity 0.2s; color: var(--mist);
  font-family: var(--font-m);
}
.node:hover .node-tip { opacity: 1; }

.legend {
  display: flex; flex-wrap: wrap; gap: 0.7rem 1rem; justify-content: center;
  margin-top: 0.85rem; font-family: var(--font-m); font-size: 0.6rem;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--mist);
}
.legend span::before {
  content: ""; display: inline-block; width: 10px; height: 3px; border-radius: 2px;
  margin-right: 0.35rem; vertical-align: middle;
}
.legend .m::before { background: var(--gold); }
.legend .d::before { background: var(--gold-logo); }
.legend .f::before { background: var(--gold); }

.spec-readout {
  margin-top: 0.9rem; padding: 0.8rem 0.95rem; border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  font-family: var(--font-m); font-size: 0.72rem; color: var(--mist); min-height: 3rem;
}
.spec-readout.open { border-color: rgba(232,181,106,0.4); color: #f0e0c0; }
.spec-readout strong { color: var(--snow); font-weight: 500; }

.proof {
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255,230,180,0.04), rgba(10,12,16,0.4));
  backdrop-filter: blur(12px);
  padding: 1.5rem 0; margin: 3rem 0 0; position: relative; z-index: 1;
}
.proof-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
@media (min-width: 768px) { .proof-grid { grid-template-columns: repeat(4, 1fr); } }
.proof-item .n { font-family: var(--font-m); font-size: 1.25rem; font-weight: 600; }
.proof-item .l { font-size: 0.8rem; color: var(--mist); margin-top: 0.15rem; }

section.block { padding: 4rem 0; position: relative; z-index: 1; }
section.block.alt {
  background: linear-gradient(180deg, rgba(232,181,106,0.04), rgba(10,12,16,0.35));
  border-block: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}
.sec-head {
  display: flex;
  gap: 1.15rem;
  align-items: flex-start;
  max-width: 40rem;
  margin-bottom: 1.85rem;
}
.sec-num {
  font-family: var(--font-m);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.08em;
  min-width: 2rem;
  padding-top: 0.35rem;
  opacity: 0.9;
}
.sec-head .overline { color: var(--mist); margin-bottom: 0.4rem; }
.sec-head p { color: var(--mist); margin-top: 0.55rem; font-size: 0.95rem; max-width: 34rem; }
.sec-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.filters { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-bottom: 1.25rem; }
.filter-btn {
  font-family: var(--font-m); font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 0.4rem 0.8rem; border-radius: 999px; border: 1px solid var(--line); color: var(--mist);
}
.filter-btn.on, .filter-btn:hover {
  border-color: var(--gold-border);
  color: var(--gold);
  background: var(--gold-dim);
}

/* Multi-vertical catalogue */
.pcard-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
  max-width: 78%;
}
.vert-chip,
.badge-chip {
  display: inline-block;
  font-family: var(--font-m);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.22rem 0.45rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(220, 225, 235, 0.9);
  background: rgba(255, 255, 255, 0.05);
}
.badge-chip {
  color: var(--gold);
  border-color: rgba(232, 181, 106, 0.35);
  background: rgba(232, 181, 106, 0.1);
}
.price-inline {
  color: var(--gold);
  font-weight: 600;
}
.order-vert-block {
  margin-bottom: 1.15rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.order-vert-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.order-vert-label {
  margin: 0 0 0.55rem;
  font-family: var(--font-m);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.grid-cards { display: grid; gap: 0.85rem; grid-template-columns: 1fr; }
@media (min-width: 720px) { .grid-cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid-cards.cols-3 { grid-template-columns: repeat(3, 1fr); } }

.pcard {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 230, 180, 0.05) 40%,
    rgba(12, 16, 24, 0.65) 100%
  );
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  padding: 1.2rem;
  display: flex; flex-direction: column; gap: 0.55rem;
  transition: 0.3s var(--ease);
  position: relative; overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12) inset,
    0 14px 36px rgba(0, 0, 0, 0.25);
}
.pcard::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(125deg, rgba(255,255,255,0.1) 0%, transparent 45%);
}
.pcard:hover {
  transform: translateY(-4px);
  border-color: rgba(232, 181, 106, 0.4);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.16) inset,
    0 16px 40px rgba(0, 0, 0, 0.35),
    0 0 28px rgba(232, 181, 106, 0.1);
}
.pcard.premium { border-color: rgba(232, 197, 71, 0.4); }
.pcard.featured {
  border-color: rgba(232, 181, 106, 0.55);
  box-shadow: 0 0 0 1px rgba(232, 181, 106, 0.2), 0 12px 40px rgba(201, 162, 39, 0.12);
}
.feat-card-pill {
  font-family: var(--font-m);
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0f172a;
  background: linear-gradient(145deg, var(--gold-bright), var(--gold));
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
  font-weight: 700;
  margin-right: auto;
}
.bank-line {
  margin: 0.35rem 0 0;
  font-size: 0.72rem;
  line-height: 1.4;
  color: var(--mist);
}

.product-check-featured {
  grid-column: 1 / -1;
  border-color: rgba(232, 181, 106, 0.45) !important;
  background: linear-gradient(
    145deg,
    rgba(232, 181, 106, 0.12) 0%,
    rgba(255, 255, 255, 0.03) 55%
  ) !important;
  box-shadow: 0 0 0 1px rgba(232, 181, 106, 0.15), 0 8px 28px rgba(201, 162, 39, 0.1);
}
.product-check-featured .t {
  color: var(--gold) !important;
  font-size: 1.02rem;
}
.feat-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-bottom: 0.35rem;
}
.feat-pill {
  font-family: var(--font-m);
  font-size: 0.58rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: rgba(232, 181, 106, 0.2);
  border: 1px solid rgba(232, 181, 106, 0.4);
  color: var(--gold);
  font-weight: 600;
}
.pcard-top { display: flex; justify-content: space-between; align-items: flex-start; }
.mono-tile {
  width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center;
  font-family: var(--font-m); font-size: 0.72rem; font-weight: 600;
  background: var(--ink-700); border: 1px solid var(--line);
}
.status {
  font-family: var(--font-m); font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.25rem 0.45rem; border-radius: 999px;
}
.status.open { color: var(--gold); background: rgba(232,181,106,0.12); border: 1px solid rgba(232,181,106,0.35); }
.status.arming { color: #ffb020; background: rgba(255,176,32,0.1); border: 1px solid rgba(255,176,32,0.25); }
.status.closed { color: var(--mist); background: rgba(139,155,184,0.08); border: 1px solid var(--line); }
.pcard h3 { font-family: var(--font-d); font-size: 1.15rem; letter-spacing: -0.02em; }
.pcard .header-line { font-size: 0.88rem; color: var(--mist); }
.pcard .window { font-family: var(--font-m); font-size: 0.78rem; color: var(--snow); margin-top: 0.2rem; }
.pcard .desc { font-size: 0.88rem; color: var(--mist); flex: 1; }
.pcard-actions { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-top: 0.5rem; }

.detail {
  display: none; margin-top: 1rem; border: 1px solid rgba(46,230,166,0.3);
  border-radius: 16px; padding: 1.25rem; background: var(--ink-900);
}
.detail h4 { font-family: var(--font-d); font-size: 1.2rem; margin-bottom: 0.5rem; }
.detail p { color: var(--mist); font-size: 0.92rem; margin-bottom: 0.75rem; }
.kv { display: grid; grid-template-columns: 120px 1fr; gap: 0.35rem 0.75rem; font-size: 0.85rem; margin-bottom: 1rem; }
.kv dt { font-family: var(--font-m); color: var(--mist); font-size: 0.72rem; }
.kv dd { color: var(--snow); }

.gantt-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: linear-gradient(155deg, rgba(255,255,255,0.08), rgba(12,16,24,0.7));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 1.25rem;
  overflow-x: auto;
  box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset, 0 16px 40px rgba(0,0,0,0.3);
}
.gantt-hours {
  display: grid; grid-template-columns: 130px repeat(9, 1fr);
  font-family: var(--font-m); font-size: 0.6rem; color: var(--mist); min-width: 680px; margin-bottom: 0.6rem;
}
.gantt-row {
  display: grid; grid-template-columns: 130px 1fr; gap: 0.6rem; align-items: center;
  margin-bottom: 0.55rem; min-width: 680px;
}
.gantt-row .name { font-family: var(--font-b); font-size: 0.78rem; color: var(--mist); font-weight: 500; }
.nodes { display: none !important; }
.mono-tile { display: none !important; }
.gantt-track { position: relative; height: 26px; background: var(--ink-800); border-radius: 8px; border: 1px solid var(--line); }
.gantt-block {
  position: absolute; top: 3px; bottom: 3px; border-radius: 6px; padding: 0 0.4rem;
  display: flex; align-items: center; font-family: var(--font-m); font-size: 0.58rem;
}
.gantt-block.m { background: rgba(232,181,106,0.2); border: 1px solid rgba(232,181,106,0.45); color: #f0e0c0; }
.gantt-block.v { background: rgba(201,162,39,0.18); border: 1px solid rgba(201,162,39,0.4); color: #e8d48a; }
.gantt-block.g { background: rgba(232,197,71,0.18); border: 1px solid rgba(232,197,71,0.45); color: var(--gold); }
.peak {
  margin-top: 1rem; padding: 0.9rem 1rem; border-radius: 14px;
  border: 1px solid rgba(232,181,106,0.35);
  background: linear-gradient(90deg, rgba(232,181,106,0.12), transparent);
  font-size: 0.9rem;
}
.peak strong { color: var(--gold); }

.pillars { display: grid; gap: 0.8rem; }
@media (min-width: 720px) { .pillars { grid-template-columns: repeat(3, 1fr); } }
.pillar {
  padding: 1.2rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(155deg, rgba(255,255,255,0.08), rgba(12,16,24,0.6));
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.pillar:hover {
  border-color: rgba(232,181,106,0.35);
  box-shadow: 0 1px 0 rgba(255,255,255,0.12) inset, 0 0 24px rgba(232,181,106,0.08);
}
.pillar .ic {
  width: 34px; height: 34px; border-radius: 10px; margin-bottom: 0.75rem;
  display: grid; place-items: center;
  background: rgba(232,181,106,0.1);
  border: 1px solid rgba(232,181,106,0.3);
  font-family: var(--font-m); font-size: 0.72rem; color: var(--gold);
}
.pillar h3 { font-family: var(--font-d); font-size: 1.02rem; margin-bottom: 0.35rem; }
.pillar p { font-size: 0.88rem; color: var(--mist); }

.steps { display: grid; gap: 0.75rem; }
@media (min-width: 800px) { .steps { grid-template-columns: repeat(4, 1fr); gap: 0; } }
.step {
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(155deg, rgba(255,255,255,0.07), rgba(12,16,24,0.65));
  backdrop-filter: blur(14px);
  border-radius: 16px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.08) inset;
}
@media (min-width: 800px) {
  .step { border-radius: 0; }
  .step:first-child { border-radius: 14px 0 0 14px; }
  .step:last-child { border-radius: 0 14px 14px 0; }
  .step:not(:last-child) { border-right: none; }
}
.step .n { font-family: var(--font-m); font-size: 0.68rem; color: var(--gold); letter-spacing: 0.1em; }
.step h3 { font-family: var(--font-d); font-size: 1rem; margin: 0.4rem 0; }
.step p { font-size: 0.85rem; color: var(--mist); }

.final {
  text-align: center;
  padding: 3.5rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(ellipse 80% 80% at 50% 0%, rgba(232,181,106,0.14), transparent 55%),
    linear-gradient(160deg, rgba(255,255,255,0.08), rgba(12,16,24,0.75));
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.12) inset,
    0 24px 60px rgba(0,0,0,0.35);
  margin: 2rem 0 3rem;
}
.final p { color: var(--mist); max-width: 28rem; margin: 0.75rem auto 1.35rem; }
.final .hero-cta { justify-content: center; }

footer {
  border-top: 1px solid var(--line); padding: 2rem 0 2.5rem;
  color: var(--mist); font-size: 0.84rem; position: relative; z-index: 1;
}
.footer-grid { display: flex; flex-wrap: wrap; gap: 1.25rem; justify-content: space-between; align-items: center; }
footer strong { color: var(--snow); }
.footer-brand { display: flex; align-items: center; gap: 0.65rem; }
.footer-brand img {
  width: 36px; height: 36px; border-radius: 9px; object-fit: cover; object-position: center 22%;
  border: 1px solid var(--line); background: #f7f8fa;
}
.footer-links { display: flex; flex-wrap: wrap; gap: 0.85rem; }
.footer-links a:hover { color: var(--signal); }

.auth-shell {
  width: min(440px, 100%); margin: 0 auto;
  border: 1px solid var(--line); border-radius: 20px; background: var(--ink-800);
  padding: 1.75rem; box-shadow: 0 30px 80px rgba(0,0,0,0.4);
}
.auth-shell h1 { font-size: 1.75rem; }
.auth-shell .lead { font-size: 0.95rem; margin-bottom: 1.25rem; }

/* Signup layout + floating liquid glass tip */
.signup-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  max-width: 980px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 900px) {
  .signup-page {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 1.75rem;
    padding-top: 6.5rem;
  }
  .signup-page .auth-shell {
    margin: 0;
    flex: 0 1 420px;
  }
}

.liquid-tip {
  position: relative;
  width: min(340px, 100%);
  padding: 1.25rem 1.35rem 1.2rem;
  border-radius: 22px;
  overflow: hidden;
  isolation: isolate;

  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.14) 0%,
    rgba(255, 230, 180, 0.08) 40%,
    rgba(12, 16, 24, 0.55) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(28px) saturate(1.4);
  -webkit-backdrop-filter: blur(28px) saturate(1.4);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.22) inset,
    0 -1px 0 rgba(201, 162, 39, 0.08) inset,
    0 20px 50px rgba(0, 0, 0, 0.35),
    0 0 40px rgba(232, 181, 106, 0.1);

  animation: liquidFloat 5.5s ease-in-out infinite;
}
.liquid-tip-glow {
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.2), transparent 45%),
    radial-gradient(circle at 80% 80%, rgba(232, 181, 106, 0.18), transparent 50%);
  pointer-events: none;
  z-index: 0;
  animation: liquidShimmer 8s ease-in-out infinite alternate;
}
.liquid-tip > *:not(.liquid-tip-glow) {
  position: relative;
  z-index: 1;
}
.liquid-tip::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.06) 28%,
    transparent 55%
  );
  z-index: 1;
  opacity: 0.9;
}
.liquid-tip-badge {
  display: inline-block;
  font-family: var(--font-m);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(232, 181, 106, 0.4);
  background: rgba(232, 181, 106, 0.1);
  margin-bottom: 0.75rem;
}
.liquid-tip-title {
  font-family: var(--font-d);
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  color: var(--snow);
  margin-bottom: 0.65rem;
  line-height: 1.2;
}
.liquid-tip-body {
  font-size: 0.88rem;
  color: var(--mist);
  line-height: 1.55;
  margin-bottom: 0.55rem;
}
.liquid-tip-body strong {
  color: var(--gold);
  font-weight: 600;
}
.liquid-tip-foot {
  margin-top: 0.75rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--font-m);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  color: rgba(232, 181, 106, 0.85);
  line-height: 1.4;
}
@keyframes liquidFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes liquidShimmer {
  from { transform: translate(0, 0) scale(1); opacity: 0.85; }
  to { transform: translate(4%, 3%) scale(1.05); opacity: 1; }
}
@media (max-width: 899px) {
  .liquid-tip {
    order: -1;
    animation: none;
    width: min(440px, 100%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .liquid-tip,
  .liquid-tip-glow { animation: none; }
}
.form-row { margin-bottom: 0.9rem; }
.form-row label {
  display: block; font-family: var(--font-m); font-size: 0.65rem;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--mist); margin-bottom: 0.35rem;
}
.form-row input, .form-row select, .form-row textarea {
  width: 100%; padding: 0.7rem 0.85rem; border-radius: 10px;
  border: 1px solid var(--line); background: var(--ink-950); color: var(--snow);
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus {
  outline: none; border-color: var(--signal);
}
.form-hint { font-size: 0.78rem; color: var(--mist); margin-top: 0.3rem; }
.form-error { color: #ff8a8a; font-size: 0.8rem; margin-top: 0.25rem; display: none; }
.form-error.show { display: block !important; }
.form-check { display: flex; gap: 0.55rem; align-items: flex-start; font-size: 0.85rem; color: var(--mist); margin: 1rem 0; }
.form-check input { margin-top: 0.25rem; }
.form-footer { margin-top: 1rem; text-align: center; font-size: 0.88rem; color: var(--mist); }
.form-footer a { color: var(--signal); text-decoration: underline; text-underline-offset: 3px; }

.order-layout { display: grid; gap: 1.5rem; }
@media (min-width: 900px) {
  .order-layout { grid-template-columns: 1.1fr 0.9fr; align-items: start; }
}
.order-summary {
  border: 1px solid var(--line); border-radius: 18px; background: var(--ink-800);
  padding: 1.25rem; position: sticky; top: 84px;
}
.order-summary h3 { font-family: var(--font-d); margin-bottom: 0.75rem; }
.order-summary .line {
  display: flex; justify-content: space-between; gap: 1rem;
  font-size: 0.9rem; padding: 0.45rem 0; border-bottom: 1px solid var(--line); color: var(--mist);
}
.order-summary .line strong { color: var(--snow); font-weight: 500; }
.min-badge {
  display: inline-block; margin-top: 0.75rem;
  font-family: var(--font-m); font-size: 0.68rem; letter-spacing: 0.06em;
  color: var(--gold); border: 1px solid rgba(232,197,71,0.35);
  background: rgba(232,197,71,0.08); padding: 0.35rem 0.6rem; border-radius: 999px;
}
/* Product picker — modern selectable cards */
.product-checks {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) {
  .product-checks:not(.product-checks-row) {
    grid-template-columns: 1fr 1fr;
  }
}
.product-check {
  position: relative;
  display: flex;
  gap: 0.85rem;
  align-items: center;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  cursor: pointer;
  transition: 0.25s var(--ease);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.07) 0%,
    rgba(12, 16, 24, 0.55) 100%
  );
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}
.product-check:hover {
  border-color: rgba(232, 181, 106, 0.35);
  background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(20,18,12,0.5));
  transform: translateY(-1px);
}
.product-check:has(input:checked) {
  border-color: rgba(232, 181, 106, 0.55);
  background: linear-gradient(
    145deg,
    rgba(232, 181, 106, 0.16) 0%,
    rgba(20, 16, 10, 0.65) 100%
  );
  box-shadow:
    0 0 0 1px rgba(232, 181, 106, 0.15),
    0 8px 24px rgba(0, 0, 0, 0.25),
    0 1px 0 rgba(255, 255, 255, 0.08) inset;
}
.product-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
/* Custom toggle */
.product-check .check-ui {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.25);
  display: grid;
  place-items: center;
  transition: 0.2s;
  order: 2;
  margin-left: auto;
}
.product-check:has(input:checked) .check-ui {
  border-color: var(--gold);
  background: linear-gradient(145deg, var(--gold-bright), var(--gold-logo));
  box-shadow: 0 0 12px rgba(232, 181, 106, 0.35);
}
.product-check:has(input:checked) .check-ui::after {
  content: "";
  width: 6px;
  height: 10px;
  border: solid #0f172a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-0.5px, -1px);
}
.product-check .check-body {
  flex: 1;
  min-width: 0;
  order: 1;
}
.product-check .t {
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  color: var(--snow);
  display: block;
}
.product-check .s {
  font-size: 0.75rem;
  color: var(--mist);
  margin-top: 0.25rem;
  display: block;
  font-family: var(--font-m);
  letter-spacing: 0.02em;
}
.product-check:has(input:checked) .t { color: var(--gold); }
.product-check:has(input[type="radio"]) .check-ui { border-radius: 999px; }
.product-check:has(input[type="radio"]:checked) .check-ui::after {
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background: #0f172a;
  transform: none;
}

/* Stats + reviews */
.stats-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 900px) {
  .stats-grid { grid-template-columns: repeat(4, 1fr); }
}
.stat-card {
  padding: 1.25rem 1.2rem;
}
.stat-k {
  font-family: var(--font-m);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mist);
  margin-bottom: 0.5rem;
}
.stat-v {
  font-family: var(--font-d);
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  letter-spacing: -0.03em;
  color: var(--gold);
  line-height: 1.1;
}
.stat-s {
  margin-top: 0.45rem;
  font-size: 0.8rem;
  color: var(--mist);
  line-height: 1.4;
}

.reviews-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .reviews-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1100px) {
  .reviews-grid { grid-template-columns: 1fr 1fr 1fr; }
}
.review-card {
  padding: 1.25rem 1.3rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 100%;
}
.review-stars {
  color: var(--gold);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}
.review-card blockquote {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--snow);
  flex: 1;
}
.review-card figcaption {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.review-card figcaption strong {
  font-size: 0.9rem;
  color: var(--snow);
}
.review-card figcaption span {
  font-size: 0.75rem;
  color: var(--mist);
  font-family: var(--font-m);
}

/* CSV header chips in catalogue */
.csv-label {
  font-family: var(--font-m);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0.75rem 0 0.45rem;
}
.csv-headers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  max-height: 9.5rem;
  overflow: auto;
  padding: 0.15rem 0;
}
.csv-headers code {
  font-family: var(--font-m);
  font-size: 0.62rem;
  padding: 0.28rem 0.45rem;
  border-radius: 6px;
  border: 1px solid rgba(232, 181, 106, 0.22);
  background: rgba(0, 0, 0, 0.28);
  color: #e8dcc4;
  white-space: nowrap;
}

/* Week duration chips */
.week-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
}
.week-chip {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--mist);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
  font-family: var(--font-b);
}
.week-chip:hover {
  border-color: rgba(232, 181, 106, 0.4);
  color: var(--snow);
}
.week-chip.active {
  border-color: rgba(232, 181, 106, 0.55);
  background: rgba(232, 181, 106, 0.15);
  color: var(--gold);
  box-shadow: 0 0 16px rgba(232, 181, 106, 0.12);
}

.notice {
  padding: 0.85rem 1rem; border-radius: 12px; margin-bottom: 1rem;
  border: 1px solid rgba(46,230,166,0.3); background: rgba(46,230,166,0.08);
  font-size: 0.88rem; color: #b8e9d4;
}

.reveal { opacity: 0; transform: translateY(18px); transition: 0.65s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .splash-bg { animation: none; }
  .splash-cta { animation: splashUp 0.01s forwards !important; }
}
