:root {
  color-scheme: dark;
  --ink: #eef4ee;
  --muted: #aab7b0;
  --soft: #d5e0d8;
  --line: rgba(213, 224, 216, 0.18);
  --panel: rgba(10, 22, 26, 0.78);
  --panel-strong: #0b171b;
  --navy: #071017;
  --deep: #05080a;
  --black-gold: #10100c;
  --blue: #78a8c7;
  --gold: #b9965e;
  --gold-soft: #ead7aa;
  --gold-bright: #f6e5b8;
  --bone: #f4f1e7;
  --green: #8fbfa8;
  --shadow: rgba(0, 0, 0, 0.46);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% -10%, rgba(246, 229, 184, 0.12), transparent 34rem),
    linear-gradient(180deg, rgba(185, 150, 94, 0.05), transparent 260px),
    var(--deep);
  color: var(--ink);
  letter-spacing: 0;
  overflow-x: hidden;
}

body.is-loading:not(.preloader-complete) {
  overflow: hidden;
}

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

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

.preloader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  background:
    radial-gradient(circle at 50% 42%, rgba(234, 215, 170, 0.12), transparent 22rem),
    linear-gradient(135deg, #040608, #0a1112 52%, #040608);
  opacity: 1;
  visibility: visible;
  transition: opacity 620ms ease, visibility 620ms ease;
}

.preloader-shell {
  position: relative;
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
}

.preloader-orbit {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(246, 229, 184, 0.16);
  border-radius: 999px;
  animation: orbitTurn 1550ms linear infinite;
}

.preloader-orbit::before,
.preloader-orbit::after {
  content: "";
  position: absolute;
  border-radius: inherit;
}

.preloader-orbit::before {
  inset: 17px;
  border: 1px solid rgba(120, 168, 199, 0.16);
}

.preloader-orbit::after {
  top: 8px;
  left: 50%;
  width: 7px;
  height: 7px;
  background: var(--gold-bright);
  box-shadow: 0 0 22px rgba(246, 229, 184, 0.62);
}

body:not(.is-loading) .preloader {
  opacity: 0;
  visibility: hidden;
}

.preloader-mark,
.brand-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  isolation: isolate;
}

.preloader-mark {
  width: 88px;
  height: 88px;
  border: 1px solid rgba(246, 229, 184, 0.48);
  background:
    linear-gradient(135deg, rgba(246, 229, 184, 0.22), transparent 52%),
    #071017;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.52);
  animation: crestRise 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.preloader-mark::before,
.brand-mark::before {
  content: "";
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(185, 150, 94, 0.22);
  transform: rotate(45deg);
  z-index: -1;
}

.preloader-mark::after,
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(234, 215, 170, 0.18);
}

.preloader-mark span,
.brand-mark span {
  color: var(--gold-bright);
  font-family: Georgia, serif;
}

.preloader-mark span {
  font-size: 2rem;
}

.preloader-line {
  width: min(280px, 62vw);
  height: 1px;
  overflow: hidden;
  background: rgba(234, 215, 170, 0.14);
}

.preloader-line::before {
  content: "";
  display: block;
  width: 45%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
  animation: lineSweep 1050ms ease-in-out infinite;
}

.preloader p {
  margin: 0;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.preloader-caption {
  color: rgba(213, 224, 216, 0.62);
  font-size: 0.78rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(5, 8, 10, 0.9), rgba(5, 8, 10, 0.72));
  backdrop-filter: blur(20px);
  transition: min-height 180ms ease, background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  min-height: 64px;
  border-bottom-color: rgba(234, 215, 170, 0.18);
  background: rgba(5, 8, 10, 0.9);
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 0.88rem;
  font-weight: 700;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(234, 215, 170, 0.72);
  background:
    linear-gradient(135deg, rgba(202, 168, 106, 0.28), transparent),
    #071017;
  font-size: 1rem;
}

.brand:hover .brand-mark {
  box-shadow: 0 0 0 4px rgba(185, 150, 94, 0.1);
}

.nav {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 0.82rem;
}

.nav a,
.header-cta {
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.nav a:hover,
.header-cta:hover {
  color: var(--ink);
}

.header-cta {
  border: 1px solid rgba(234, 215, 170, 0.34);
  padding: 10px 13px;
  color: var(--gold-soft);
  font-size: 0.82rem;
  background: rgba(202, 168, 106, 0.08);
}

.header-cta:hover {
  border-color: rgba(246, 229, 184, 0.68);
  background: rgba(202, 168, 106, 0.16);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  align-items: end;
  padding: 124px clamp(18px, 5vw, 70px) 48px;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto clamp(18px, 5vw, 70px) 25px;
  height: 1px;
  background: linear-gradient(90deg, rgba(246, 229, 184, 0.65), rgba(246, 229, 184, 0.04));
  opacity: 0.7;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: 68% center;
  filter: saturate(0.78) contrast(1.08) brightness(0.64);
  transform: scale(1.035);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(246, 229, 184, 0.08) 0 1px, transparent 1px 100%),
    linear-gradient(0deg, rgba(246, 229, 184, 0.06) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 86% 26%, rgba(234, 215, 170, 0.12), transparent 34%),
    linear-gradient(90deg, rgba(5, 8, 10, 0.97) 0%, rgba(5, 8, 10, 0.82) 42%, rgba(5, 8, 10, 0.2) 78%),
    linear-gradient(0deg, rgba(5, 8, 10, 0.9) 0%, rgba(5, 8, 10, 0.08) 42%, rgba(5, 8, 10, 0.45) 100%);
  background-size: auto, 72px 72px, auto, auto, auto;
  opacity: 0.98;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: var(--gold-soft);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 960px;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5.85vw, 6.1rem);
  line-height: 0.94;
  font-weight: 500;
  text-wrap: balance;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 1.02;
  font-weight: 500;
}

h3 {
  font-size: 1.02rem;
  line-height: 1.2;
}

.hero-copy {
  width: 100%;
  max-width: 720px;
  color: var(--soft);
  font-size: clamp(1.05rem, 2vw, 1.38rem);
  line-height: 1.52;
}

.hero-actions,
.contact-section {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid rgba(234, 215, 170, 0.3);
  color: var(--bone);
  background: rgba(7, 16, 23, 0.5);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.button::after {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: 0.58;
  transform-origin: left center;
  transition: transform 180ms ease, opacity 180ms ease;
}

.button:hover::after {
  transform: scaleX(1.24);
  opacity: 0.9;
}

.button.primary {
  background:
    linear-gradient(180deg, rgba(246, 229, 184, 0.16), rgba(185, 150, 94, 0.08)),
    linear-gradient(90deg, rgba(246, 229, 184, 0.12), transparent 54%),
    rgba(7, 16, 23, 0.82);
  color: var(--gold-bright);
  border-color: rgba(246, 229, 184, 0.5);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24), inset 0 0 0 1px rgba(246, 229, 184, 0.08);
}

.button.primary:hover {
  transform: translateY(-2px);
  border-color: rgba(246, 229, 184, 0.8);
  background:
    linear-gradient(180deg, rgba(246, 229, 184, 0.2), rgba(185, 150, 94, 0.12)),
    rgba(7, 16, 23, 0.88);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(246, 229, 184, 0.22) inset;
}

.button.secondary {
  background: rgba(238, 244, 238, 0.025);
  color: var(--soft);
  border-color: rgba(238, 244, 238, 0.16);
}

.button.secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(234, 215, 170, 0.48);
  background: rgba(238, 244, 238, 0.1);
}

.button.text-link {
  min-height: auto;
  padding: 10px 0;
  border: 0;
  color: var(--gold-soft);
  background: transparent;
  box-shadow: none;
}

.button.text-link:hover {
  transform: translateY(-1px);
  color: var(--gold-bright);
}

.hero-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.hero-trustline {
  margin: 18px 0 0;
  color: rgba(234, 215, 170, 0.9);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-credentials span {
  border: 1px solid rgba(234, 215, 170, 0.22);
  padding: 8px 10px;
  color: var(--gold-soft);
  background: rgba(7, 16, 23, 0.54);
  font-size: 0.75rem;
  font-weight: 800;
}

.trust-band {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  background:
    linear-gradient(180deg, rgba(246, 229, 184, 0.04), transparent 55%),
    #05090b;
  border-top: 1px solid rgba(234, 215, 170, 0.16);
  border-bottom: 1px solid rgba(234, 215, 170, 0.16);
}

.trust-copy h2 {
  font-size: clamp(2rem, 3.4vw, 3.8rem);
}

.trust-copy p:last-child,
.trust-note {
  color: var(--muted);
  line-height: 1.68;
}

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

.problem-card {
  min-height: 208px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
  border: 1px solid rgba(234, 215, 170, 0.18);
  background:
    radial-gradient(circle at 88% 8%, rgba(246, 229, 184, 0.08), transparent 9rem),
    linear-gradient(145deg, rgba(246, 229, 184, 0.07), transparent 48%),
    rgba(7, 16, 23, 0.86);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.problem-card:hover {
  transform: translateY(-4px);
  border-color: rgba(246, 229, 184, 0.42);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.28);
}

.icon-badge {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(234, 215, 170, 0.26);
  color: var(--gold-bright);
  background:
    linear-gradient(145deg, rgba(246, 229, 184, 0.12), transparent 50%),
    rgba(6, 12, 16, 0.82);
  box-shadow: inset 0 0 0 1px rgba(246, 229, 184, 0.06);
}

.icon-badge svg {
  width: 18px;
  height: 18px;
}

.problem-card strong {
  color: var(--bone);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.34rem;
  font-weight: 500;
}

.problem-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.56;
}

.trust-note {
  grid-column: 2;
  display: grid;
  justify-items: start;
  gap: 10px;
  max-width: 820px;
  margin: 0;
  font-size: 0.84rem;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(234, 215, 170, 0.26);
  color: var(--gold-soft);
  background: rgba(234, 215, 170, 0.06);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-note p {
  margin: 0;
}

.universe-section {
  background:
    radial-gradient(circle at 76% 10%, rgba(246, 229, 184, 0.08), transparent 24rem),
    linear-gradient(180deg, #071017, #030608);
  border-bottom: 1px solid rgba(234, 215, 170, 0.14);
}

.logo-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(234, 215, 170, 0.2);
  background:
    linear-gradient(135deg, rgba(234, 215, 170, 0.24), rgba(255, 255, 255, 0.04)),
    rgba(234, 215, 170, 0.12);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.28);
}

.logo-card {
  min-height: 146px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  padding: 22px;
  color: rgba(244, 241, 231, 0.9);
  background:
    radial-gradient(circle at 20% 10%, rgba(246, 229, 184, 0.12), transparent 12rem),
    linear-gradient(145deg, rgba(246, 229, 184, 0.07), transparent 52%),
    rgba(4, 9, 11, 0.9);
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.logo-card:hover {
  transform: translateY(-2px);
  background:
    radial-gradient(circle at 20% 10%, rgba(246, 229, 184, 0.18), transparent 12rem),
    linear-gradient(145deg, rgba(246, 229, 184, 0.11), transparent 52%),
    rgba(8, 16, 19, 0.96);
  box-shadow: inset 0 0 0 1px rgba(246, 229, 184, 0.16);
}

.logo-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(234, 215, 170, 0.2);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

.logo-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.logo-icon-wide {
  width: 74px;
}

.logo-icon-wide img {
  width: 58px;
}

.logo-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.38vw, 1.32rem);
  font-weight: 500;
  line-height: 1.08;
}

.logo-card small {
  color: rgba(244, 241, 231, 0.54);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.logo-card.is-fallback .logo-icon {
  display: none;
}

.universe-note {
  max-width: 920px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.58;
}

.deals-section {
  background:
    radial-gradient(circle at 18% 8%, rgba(246, 229, 184, 0.06), transparent 26rem),
    linear-gradient(180deg, #050b10, #030608);
  border-bottom: 1px solid rgba(234, 215, 170, 0.14);
}

.deals-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(234, 215, 170, 0.2);
  background:
    linear-gradient(135deg, rgba(234, 215, 170, 0.22), rgba(255, 255, 255, 0.04)),
    rgba(234, 215, 170, 0.12);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.28);
}

.deal-angle {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 26px 24px;
  background:
    radial-gradient(circle at 18% 8%, rgba(246, 229, 184, 0.08), transparent 14rem),
    rgba(4, 9, 11, 0.92);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.deal-angle:hover {
  background:
    radial-gradient(circle at 18% 8%, rgba(246, 229, 184, 0.14), transparent 14rem),
    rgba(8, 16, 19, 0.96);
  box-shadow: inset 0 0 0 1px rgba(246, 229, 184, 0.16);
}

.deal-tag {
  align-self: flex-start;
  padding: 5px 12px;
  border: 1px solid rgba(234, 215, 170, 0.32);
  color: rgba(246, 229, 184, 0.92);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.deal-angle strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.4vw, 1.32rem);
  font-weight: 500;
  line-height: 1.12;
  color: rgba(244, 241, 231, 0.94);
}

.deal-angle small {
  color: rgba(244, 241, 231, 0.52);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.deal-angle p {
  margin: 4px 0 0;
  color: rgba(244, 241, 231, 0.72);
  font-size: 0.86rem;
  line-height: 1.5;
}

.deals-note {
  max-width: 920px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.58;
}

@media (max-width: 980px) {
  .deals-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .deals-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.hero-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: 100%;
  max-width: 1040px;
  margin-top: 56px;
  border: 1px solid var(--line);
  background: var(--line);
  box-shadow: 0 24px 80px var(--shadow);
}

.hero-panel div {
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(246, 229, 184, 0.06), transparent 42%),
    rgba(4, 11, 13, 0.82);
}

.hero-panel span,
.metrics-strip span,
.pricing-grid span,
.site-footer span:last-child {
  color: var(--muted);
  font-size: 0.78rem;
}

.hero-panel strong,
.metrics-strip strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
}

section {
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 70px);
}

.intro-band {
  background: #071017;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-grid,
.split-section,
.fit-section,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: start;
}

.intro-grid p,
.split-section p,
.compliance-band p,
.contact-section p {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.7;
}

.metrics-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  background: var(--line);
}

.metrics-strip div {
  min-height: 150px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(246, 229, 184, 0.05), transparent 46%),
    #0a1518;
}

.metrics-strip strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 500;
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-list article,
.timeline article,
.pricing-grid article,
.fit-grid > div {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(246, 229, 184, 0.04), transparent 48%),
    rgba(10, 22, 26, 0.72);
  padding: 24px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.feature-list article:hover,
.timeline article:hover,
.pricing-grid article:hover,
.fit-grid > div:hover,
.signal-grid article:hover,
.standard-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(234, 215, 170, 0.4);
}

.feature-list span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
}

.feature-list p,
.timeline p,
.pricing-grid li,
.fit-grid li {
  color: var(--muted);
  line-height: 1.58;
}

.process-section,
.signal-section,
.standard-section,
.authority-section,
.portal-section {
  background:
    linear-gradient(180deg, rgba(120, 168, 199, 0.09), transparent 35%),
    #030608;
}

.section-heading {
  max-width: 900px;
  margin-bottom: 30px;
}

.timeline,
.pricing-grid,
.signal-grid,
.fit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.signal-grid {
  grid-template-columns: repeat(4, 1fr);
}

.signal-grid article {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, transparent, rgba(234, 215, 170, 0.07)),
    rgba(10, 22, 26, 0.7);
  padding: 24px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.signal-grid h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.signal-grid p {
  color: var(--muted);
  line-height: 1.58;
}

.standard-grid,
.authority-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.standard-grid article,
.review-card {
  min-height: 260px;
  border: 1px solid rgba(234, 215, 170, 0.24);
  background:
    linear-gradient(145deg, rgba(234, 215, 170, 0.1), transparent 52%),
    rgba(8, 17, 20, 0.82);
  padding: 28px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.standard-grid span {
  display: block;
  margin-bottom: 34px;
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.standard-grid p {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 1.14;
}

.review-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 34px;
}

.avatar-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(234, 215, 170, 0.34);
  color: var(--gold-bright);
  background:
    linear-gradient(135deg, rgba(246, 229, 184, 0.12), transparent),
    rgba(3, 6, 8, 0.66);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
}

.review-head strong {
  display: block;
  color: var(--bone);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.14rem;
  font-weight: 500;
}

.review-head span:last-child {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-card p {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 1.9vw, 1.8rem);
  line-height: 1.18;
}

.standard-note {
  max-width: 780px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

.authority-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
  border-top: 1px solid rgba(234, 215, 170, 0.12);
  background:
    radial-gradient(circle at 82% 20%, rgba(246, 229, 184, 0.08), transparent 24rem),
    #05090b;
}

.authority-copy p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.68fr);
  gap: 14px;
}

.proof-stack {
  display: grid;
  gap: 14px;
}

.proof-stack article,
.memo-preview {
  border: 1px solid rgba(234, 215, 170, 0.18);
  background:
    linear-gradient(145deg, rgba(246, 229, 184, 0.055), transparent 48%),
    rgba(7, 16, 23, 0.72);
}

.proof-stack article {
  padding: 22px;
}

.proof-stack span,
.memo-top span,
.memo-row span {
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-stack strong {
  display: block;
  margin: 10px 0 8px;
  color: var(--bone);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.proof-stack p,
.memo-row p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.memo-preview {
  padding: 0;
  overflow: hidden;
}

.memo-top {
  padding: 22px;
  border-bottom: 1px solid rgba(234, 215, 170, 0.16);
  background: rgba(3, 6, 8, 0.42);
}

.memo-top strong {
  display: block;
  margin-top: 10px;
  color: var(--bone);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.05;
}

.memo-row {
  padding: 18px 22px;
  border-bottom: 1px solid rgba(234, 215, 170, 0.1);
}

.memo-row:last-child {
  border-bottom: 0;
}

.memo-row span {
  display: block;
  margin-bottom: 8px;
}

.timeline strong {
  color: var(--gold-soft);
  font-size: 0.82rem;
}

.portal-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
  border-top: 1px solid rgba(234, 215, 170, 0.14);
  border-bottom: 1px solid rgba(234, 215, 170, 0.14);
  background:
    radial-gradient(circle at 88% 28%, rgba(185, 150, 94, 0.12), transparent 22rem),
    linear-gradient(180deg, #030608, #071017);
}

.portal-copy {
  max-width: 820px;
}

.portal-copy p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.7;
}

.portal-copy-note {
  margin-top: -2px;
  color: rgba(213, 224, 216, 0.78);
  font-size: 0.9rem;
}

.portal-copy .button {
  margin-top: 12px;
}

.portal-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(234, 215, 170, 0.26);
  background:
    linear-gradient(145deg, rgba(246, 229, 184, 0.08), transparent 36%),
    rgba(4, 10, 12, 0.9);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.36);
}

.portal-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0%, rgba(246, 229, 184, 0.06) 48%, transparent 100%);
  transform: translateX(-120%);
  animation: shellSweep 8s ease-in-out infinite;
  pointer-events: none;
}

.portal-topbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(234, 215, 170, 0.16);
  color: var(--muted);
  font-size: 0.76rem;
}

.portal-tabbar,
.desk-workspace-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(234, 215, 170, 0.12);
  background: rgba(3, 6, 8, 0.3);
}

.portal-tabbar span,
.desk-workspace-tabs span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(234, 215, 170, 0.14);
  color: rgba(244, 241, 231, 0.56);
  background: rgba(7, 16, 23, 0.46);
  font-size: 0.72rem;
  font-weight: 700;
}

.portal-tabbar .is-active,
.desk-workspace-tabs .is-active {
  border-color: rgba(246, 229, 184, 0.34);
  color: var(--gold-bright);
  background: rgba(246, 229, 184, 0.08);
}

.portal-topbar div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.portal-topbar strong {
  color: var(--bone);
}

.portal-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold-bright);
  box-shadow: 0 0 18px rgba(246, 229, 184, 0.5);
}

.portal-dashboard {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  min-height: 500px;
}

.portal-sidebar {
  padding: 24px;
  border-right: 1px solid rgba(234, 215, 170, 0.13);
  background: rgba(3, 6, 8, 0.34);
}

.portal-panel-label,
.portal-section-head span {
  color: var(--gold-soft);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portal-sidebar span,
.portal-metrics span,
.portal-board span {
  color: var(--muted);
  font-size: 0.72rem;
}

.portal-sidebar strong {
  display: block;
  margin: 8px 0 18px;
  color: var(--bone);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.52rem;
  font-weight: 500;
  line-height: 1.05;
}

.portal-sidebar p,
.portal-board p {
  color: var(--muted);
  line-height: 1.55;
}

.portal-lock {
  margin-top: 34px;
  border: 1px solid rgba(234, 215, 170, 0.2);
  padding: 12px;
  color: var(--gold-soft);
  background: rgba(234, 215, 170, 0.05);
  font-size: 0.76rem;
  font-weight: 800;
}

.portal-mini-stack {
  display: grid;
  gap: 12px;
}

.portal-mini-stack div {
  padding: 12px 14px;
  border: 1px solid rgba(234, 215, 170, 0.1);
  background: rgba(7, 16, 23, 0.44);
}

.portal-mini-stack p {
  margin: 6px 0 0;
}

.portal-rail-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 16px;
  background: rgba(234, 215, 170, 0.12);
}

.portal-rail-metrics div {
  padding: 12px;
  background: rgba(5, 10, 14, 0.78);
}

.portal-rail-metrics strong {
  margin: 6px 0 0;
  font-size: 1.3rem;
}

.portal-main {
  display: grid;
  grid-template-rows: auto 1fr;
}

.portal-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(234, 215, 170, 0.13);
}

.portal-metrics article {
  min-height: 120px;
  padding: 20px 22px;
  background: rgba(7, 16, 23, 0.78);
}

.portal-metrics strong {
  display: block;
  margin-top: 8px;
  color: var(--bone);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  font-weight: 500;
}

.portal-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 18px;
  padding: 22px;
}

.portal-deal-list,
.portal-intel {
  display: grid;
  gap: 14px;
}

.portal-section-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 2px;
}

.portal-section-head strong {
  color: var(--bone);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  font-weight: 500;
}

.portal-deal-card,
.portal-intel-card,
.portal-intel-grid div {
  border: 1px solid rgba(234, 215, 170, 0.14);
  background:
    linear-gradient(145deg, rgba(246, 229, 184, 0.05), transparent 48%),
    rgba(7, 16, 23, 0.6);
}

.portal-deal-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 14px;
  padding: 16px;
}

.portal-deal-card strong {
  display: block;
  margin-top: 6px;
  color: var(--bone);
}

.portal-deal-card p,
.portal-intel-card p,
.portal-intel-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.portal-deal-card p {
  grid-column: 1 / -1;
}

.portal-deal-card em {
  border: 1px solid rgba(234, 215, 170, 0.22);
  padding: 6px 9px;
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
}

.portal-scorebar {
  grid-column: 1 / -1;
  height: 6px;
  overflow: hidden;
  background: rgba(234, 215, 170, 0.1);
}

.portal-scorebar i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, rgba(185, 150, 94, 0.78), rgba(246, 229, 184, 0.92));
}

.portal-intel-card {
  padding: 18px;
}

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

.portal-intel-grid div {
  min-height: 124px;
  padding: 16px;
}

.portal-gate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  inset: auto;
  width: auto;
  margin: 0 18px 18px;
  border: 1px solid rgba(246, 229, 184, 0.26);
  padding: 18px;
  background: rgba(3, 6, 8, 0.82);
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
}

.portal-gate > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.portal-gate strong {
  display: block;
  color: var(--bone);
}

.portal-gate p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.engagements {
  background: #071017;
}

.pricing-grid article {
  display: flex;
  flex-direction: column;
  min-height: 450px;
}

.pricing-grid article > p {
  color: var(--gold-soft);
  font-weight: 800;
}

.pricing-grid h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
}

.pricing-grid ul,
.fit-grid ul {
  padding-left: 18px;
  margin: 26px 0 0;
}

.pricing-grid li + li,
.fit-grid li + li {
  margin-top: 10px;
}

.engagement-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  margin-top: auto;
  border: 1px solid rgba(234, 215, 170, 0.28);
  padding: 10px 14px;
  color: var(--gold-bright);
  background:
    linear-gradient(180deg, rgba(246, 229, 184, 0.08), rgba(185, 150, 94, 0.04)),
    rgba(3, 6, 8, 0.42);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.engagement-link:hover {
  transform: translateY(-2px);
  border-color: rgba(246, 229, 184, 0.68);
  background:
    linear-gradient(180deg, rgba(246, 229, 184, 0.14), rgba(185, 150, 94, 0.08)),
    rgba(3, 6, 8, 0.58);
}

.pricing-grid .featured {
  border-color: rgba(234, 215, 170, 0.48);
  background:
    radial-gradient(circle at 90% 4%, rgba(246, 229, 184, 0.16), transparent 12rem),
    linear-gradient(135deg, rgba(234, 215, 170, 0.16), transparent),
    rgba(10, 22, 26, 0.9);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
}

.private-terms {
  max-width: 820px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

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

.compliance-band {
  background:
    linear-gradient(90deg, rgba(234, 215, 170, 0.12), transparent),
    #0a1518;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.compliance-band h2,
.compliance-band p {
  max-width: 940px;
}

.contact-section {
  align-items: center;
}

.contact-section .button {
  width: 100%;
  margin-top: 8px;
}

.inquiry-panel {
  display: grid;
  gap: 1px;
  border: 1px solid rgba(234, 215, 170, 0.24);
  background: rgba(234, 215, 170, 0.18);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.inquiry-panel div {
  padding: 20px;
  background:
    linear-gradient(145deg, rgba(246, 229, 184, 0.07), transparent 48%),
    rgba(7, 16, 23, 0.92);
}

.inquiry-panel span {
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
}

.inquiry-panel strong {
  display: block;
  margin: 7px 0 6px;
}

.inquiry-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.payment-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(234, 215, 170, 0.14);
}

.payment-actions a {
  padding: 15px 14px;
  background: rgba(4, 9, 11, 0.88);
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
  transition: color 160ms ease, background 160ms ease;
}

.payment-actions a:hover {
  color: var(--gold-bright);
  background: rgba(14, 23, 24, 0.96);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(28px, 5vw, 82px);
  padding: clamp(44px, 7vw, 88px) clamp(18px, 5vw, 70px) 28px;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 14% 0%, rgba(246, 229, 184, 0.1), transparent 24rem),
    linear-gradient(180deg, #081114, #030506);
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  position: sticky;
  top: 92px;
}

.footer-brand strong {
  display: block;
  margin-bottom: 8px;
  color: var(--bone);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.6vw, 2.5rem);
  font-weight: 500;
}

.footer-brand p,
.footer-grid p,
.footer-bottom {
  color: var(--muted);
  line-height: 1.62;
}

.footer-brand p {
  max-width: 380px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  align-self: start;
  border: 1px solid rgba(234, 215, 170, 0.18);
  background: rgba(234, 215, 170, 0.16);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
}

.footer-grid div {
  min-height: 172px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(246, 229, 184, 0.045), transparent 42%),
    rgba(4, 9, 11, 0.86);
}

.footer-grid .footer-location {
  min-height: 190px;
}

.footer-grid span {
  display: block;
  margin-bottom: 14px;
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-grid p {
  margin: 0;
  color: #c0cbc4;
  font-size: 0.92rem;
}

.footer-grid a {
  color: var(--bone);
  border-bottom: 1px solid rgba(234, 215, 170, 0.32);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 8px;
  padding-top: 24px;
  border-top: 1px solid rgba(234, 215, 170, 0.12);
  font-size: 0.78rem;
}

.desk-body {
  background:
    radial-gradient(circle at 70% 18%, rgba(185, 150, 94, 0.12), transparent 28rem),
    linear-gradient(180deg, #05080a, #071017 48%, #030506);
}

.desk-header {
  position: sticky;
}

.desk-page {
  padding-top: 72px;
}

.desk-gate,
.desk-demo {
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 70px);
}

.desk-gate {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.55fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
}

.desk-gate-copy h1 {
  max-width: 980px;
}

.desk-gate-copy p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.8vw, 1.28rem);
  line-height: 1.64;
}

.desk-gate-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.desk-login {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(234, 215, 170, 0.26);
  padding: 26px;
  background:
    linear-gradient(145deg, rgba(246, 229, 184, 0.08), transparent 44%),
    rgba(4, 10, 12, 0.82);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

.desk-login > span,
.desk-card > span,
.desk-demo-heading .eyebrow {
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.desk-login label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.82rem;
}

.desk-login input,
.desk-login button {
  width: 100%;
  border: 1px solid rgba(234, 215, 170, 0.18);
  padding: 13px 14px;
  color: var(--muted);
  background: rgba(3, 6, 8, 0.54);
  font: inherit;
}

.desk-login button {
  color: var(--gold-soft);
  font-weight: 800;
}

.desk-login p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.desk-demo {
  background:
    linear-gradient(180deg, rgba(120, 168, 199, 0.07), transparent 42%),
    #030608;
  border-top: 1px solid rgba(234, 215, 170, 0.14);
}

.desk-demo-heading {
  max-width: 860px;
  margin-bottom: 28px;
}

.desk-stat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.desk-workspace-tabs {
  margin-bottom: 14px;
  border: 1px solid rgba(234, 215, 170, 0.16);
}

.desk-command-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 14px;
  border: 1px solid rgba(234, 215, 170, 0.18);
  background: rgba(234, 215, 170, 0.14);
}

.desk-command-bar div {
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(246, 229, 184, 0.06), transparent 46%),
    rgba(4, 10, 12, 0.84);
}

.desk-command-bar span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.72rem;
}

.desk-command-bar strong {
  color: var(--bone);
  font-size: 0.94rem;
}

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

.desk-premium-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.desk-premium-strip article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(234, 215, 170, 0.18);
  background:
    radial-gradient(circle at 88% 10%, rgba(246, 229, 184, 0.08), transparent 9rem),
    linear-gradient(145deg, rgba(246, 229, 184, 0.05), transparent 48%),
    rgba(6, 12, 16, 0.82);
}

.desk-premium-strip strong {
  display: block;
  margin-bottom: 6px;
  color: var(--bone);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.desk-premium-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.desk-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
  gap: 1px;
  margin-bottom: 14px;
  border: 1px solid rgba(234, 215, 170, 0.2);
  background: rgba(234, 215, 170, 0.16);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.24);
}

.desk-hero-panel > div,
.desk-hero-panel aside {
  padding: 26px;
  background:
    linear-gradient(145deg, rgba(246, 229, 184, 0.075), transparent 46%),
    rgba(4, 10, 12, 0.88);
}

.desk-hero-panel span,
.desk-disclaimer {
  color: var(--muted);
  font-size: 0.76rem;
}

.desk-hero-panel strong {
  display: block;
  margin: 10px 0;
  color: var(--bone);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 500;
  line-height: 1.02;
}

.desk-hero-panel aside strong {
  font-size: clamp(1.35rem, 2.1vw, 2.15rem);
}

.desk-hero-panel p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
}

.desk-card {
  min-height: 210px;
  overflow: hidden;
  border: 1px solid rgba(234, 215, 170, 0.18);
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(246, 229, 184, 0.055), transparent 48%),
    rgba(7, 16, 23, 0.72);
}

.mandate-card {
  grid-column: span 2;
}

.desk-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 14px;
}

.desk-pill-row span {
  padding: 6px 10px;
  border: 1px solid rgba(234, 215, 170, 0.22);
  color: var(--gold-soft);
  background: rgba(234, 215, 170, 0.05);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stat-card {
  min-height: 0;
  background:
    radial-gradient(circle at 82% 12%, rgba(246, 229, 184, 0.1), transparent 8rem),
    linear-gradient(145deg, rgba(246, 229, 184, 0.055), transparent 48%),
    rgba(7, 16, 23, 0.72);
}

.desk-card strong {
  display: block;
  margin: 14px 0 10px;
  color: var(--bone);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 2.5vw, 2.8rem);
  font-weight: 500;
  line-height: 1.02;
}

.stat-card strong {
  font-size: clamp(2.2rem, 3.4vw, 4rem);
  line-height: 0.96;
  font-variant-numeric: tabular-nums;
  overflow-wrap: normal;
}

.desk-card p {
  color: var(--muted);
  line-height: 1.58;
}

.desk-card.wide {
  grid-column: span 2;
}

.deal-pipeline {
  grid-column: span 2;
  grid-row: span 2;
}

.memo-card,
.corridor-card,
.recommendations-card,
.docs-card,
.disclosed-card {
  grid-column: span 2;
}

.live-feed-card {
  grid-column: span 2;
}

.desk-table {
  display: grid;
  gap: 1px;
  margin-top: 18px;
  background: rgba(234, 215, 170, 0.14);
}

.desk-table div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 14px;
  padding: 18px;
  background: rgba(3, 6, 8, 0.7);
}

.desk-table strong {
  margin: 0;
  font-family: inherit;
  font-size: 0.96rem;
  font-weight: 800;
}

.desk-table p {
  grid-column: 1;
  margin: 0;
  font-size: 0.88rem;
}

.desk-table em {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  border: 1px solid rgba(234, 215, 170, 0.22);
  padding: 6px 9px;
  color: var(--gold-soft);
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 800;
}

.geo-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 18px 0;
  background: rgba(234, 215, 170, 0.16);
}

.geo-list strong {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 16px 12px;
  background: rgba(3, 6, 8, 0.7);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.24rem;
  text-align: center;
}

.geo-list small {
  color: var(--gold-soft);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
}

.decision-list,
.memo-grid {
  display: grid;
  gap: 1px;
  margin-top: 18px;
  background: rgba(234, 215, 170, 0.14);
}

.decision-list div,
.memo-grid div {
  padding: 16px;
  background: rgba(3, 6, 8, 0.66);
}

.decision-list strong,
.memo-grid span {
  display: block;
  color: var(--gold-soft);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.decision-list p,
.memo-grid p {
  margin: 8px 0 0;
  color: var(--bone);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.38rem;
  line-height: 1.08;
}

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

.memo-card > strong {
  max-width: 720px;
}

.desk-feed-list {
  display: grid;
  gap: 1px;
  margin-top: 18px;
  background: rgba(234, 215, 170, 0.12);
}

.desk-feed-list div {
  padding: 16px;
  background: rgba(3, 6, 8, 0.7);
}

.desk-feed-list strong {
  margin: 0 0 8px;
  font-family: inherit;
  font-size: 0.82rem;
  color: var(--gold-soft);
}

.desk-feed-list p {
  margin: 0;
}

.desk-disclaimer {
  margin: 18px 0 0;
  line-height: 1.55;
}

@media (max-width: 1280px) {
  .desk-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .deal-pipeline,
  .mandate-card,
  .memo-card,
  .corridor-card,
  .recommendations-card,
  .docs-card,
  .disclosed-card,
  .live-feed-card {
    grid-column: span 2;
  }

  .desk-stat-grid .stat-card:last-child {
    grid-column: span 2;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

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

@keyframes crestRise {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes lineSweep {
  from {
    transform: translateX(-105%);
  }
  to {
    transform: translateX(235%);
  }
}

@keyframes heroDrift {
  from {
    transform: scale(1.035) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.07) translate3d(-1.2%, 0.8%, 0);
  }
}

@keyframes orbitTurn {
  to {
    transform: rotate(360deg);
  }
}

@keyframes shellSweep {
  0%,
  100% {
    transform: translateX(-120%);
  }
  50% {
    transform: translateX(120%);
  }
}

@media (max-width: 880px) {
  .site-header {
    position: sticky;
    flex-wrap: wrap;
    min-height: auto;
  }

  .nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    gap: 14px;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    flex: 0 0 auto;
  }

  .header-cta {
    margin-left: auto;
  }

  .hero {
    min-height: 860px;
    padding-top: 70px;
  }

  h1 {
    font-size: clamp(3.1rem, 17vw, 5.1rem);
  }

  .hero-panel,
  .metrics-strip,
  .trust-band,
  .problem-grid,
  .logo-wall,
  .authority-section,
  .proof-layout,
  .portal-section,
  .portal-dashboard,
  .intro-grid,
  .split-section,
  .timeline,
  .pricing-grid,
  .signal-grid,
  .standard-grid,
  .authority-grid,
  .fit-section,
  .fit-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .trust-note {
    grid-column: auto;
    margin: 0;
  }

  .portal-workspace,
  .portal-intel-grid,
  .desk-premium-strip,
  .desk-stat-grid {
    grid-template-columns: 1fr;
  }

  .portal-gate {
    flex-direction: column;
    align-items: flex-start;
  }

  .proof-layout {
    grid-template-columns: 1fr;
  }

  .pricing-grid article {
    min-height: auto;
  }

  .portal-dashboard {
    min-height: auto;
  }

  .portal-sidebar {
    border-right: 0;
    border-bottom: 1px solid rgba(234, 215, 170, 0.13);
  }

  .contact-section .button {
    justify-self: start;
  }

  .site-footer,
  .footer-grid,
  .desk-gate,
  .desk-hero-panel,
  .desk-command-bar,
  .desk-demo-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    position: static;
  }

  .mandate-card,
  .desk-card.wide,
  .deal-pipeline,
  .memo-card,
  .corridor-card {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 520px) {
  .hero {
    display: block;
  }

  .hero-content,
  .hero-panel,
  .hero-copy,
  h1 {
    width: 100%;
    max-width: 342px;
  }

  .brand span:last-child {
    max-width: 200px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 720px;
    padding-top: 44px;
    padding-bottom: 30px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.08rem, 9.1vw, 2.52rem);
    line-height: 0.98;
    overflow-wrap: normal;
  }

  h2 {
    max-width: 342px;
    font-size: clamp(2rem, 9.2vw, 2.55rem);
    overflow-wrap: anywhere;
  }

  .hero-copy {
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.48;
  }

  .hero-panel strong,
  .hero-copy,
  .hero-credentials span {
    overflow-wrap: anywhere;
  }

  .eyebrow,
  .section-label {
    font-size: 0.68rem;
  }

  .hero-actions .button,
  .contact-section .button {
    width: 100%;
  }

  .hero-actions {
    gap: 9px;
    margin-top: 24px;
  }

  .button {
    min-height: 42px;
    padding: 10px 14px;
  }

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

  .logo-card {
    min-height: 112px;
    padding: 18px;
  }

  .logo-icon {
    width: 42px;
    height: 42px;
  }

  .logo-icon img {
    width: 30px;
    height: 30px;
  }

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

  .review-card p {
    font-size: 1.22rem;
  }

  .proof-layout {
    grid-template-columns: 1fr;
  }

  .preloader-shell {
    width: 112px;
    height: 112px;
  }

  .preloader-mark {
    width: 76px;
    height: 76px;
  }

  .portal-metrics,
  .portal-deal-card,
  .memo-grid {
    grid-template-columns: 1fr;
  }

  .portal-metrics article,
  .portal-intel-grid div {
    min-height: 0;
  }

  .desk-hero-panel strong {
    font-size: clamp(1.5rem, 8vw, 2.15rem);
  }

  .stat-card strong {
    font-size: clamp(2.35rem, 11vw, 3.25rem);
    overflow-wrap: anywhere;
  }

  .desk-card strong {
    overflow-wrap: anywhere;
  }

  .portal-gate {
    position: relative;
    inset: auto;
    width: auto;
    margin: 0 18px 18px;
  }

  .payment-actions {
    grid-template-columns: 1fr;
  }

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

  .desk-page {
    padding-top: 0;
  }

  .desk-gate,
  .desk-demo {
    padding: 54px 24px;
  }

  .desk-gate {
    min-height: auto;
  }

  .desk-gate-copy h1,
  .desk-demo-heading h2,
  .desk-gate-copy p:not(.eyebrow),
  .desk-login {
    max-width: 342px;
  }

  .desk-gate-copy h1,
  .desk-demo-heading h2 {
    font-size: clamp(2.06rem, 9vw, 2.5rem);
    line-height: 1;
  }

  .desk-login button {
    white-space: normal;
    line-height: 1.35;
  }

  .desk-gate-actions .button {
    width: 100%;
  }

  .desk-table div {
    grid-template-columns: 1fr;
  }

  .desk-table em {
    grid-row: auto;
    grid-column: auto;
    justify-self: start;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* ============================================================
   MERIDIAN OS — interactive workspace
   ============================================================ */
.desk-demo-sub {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: clamp(0.96rem, 1.4vw, 1.08rem);
  line-height: 1.62;
}

.os-shell {
  margin-top: 30px;
  border: 1px solid rgba(234, 215, 170, 0.22);
  border-radius: 16px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% -4%, rgba(185, 150, 94, 0.14), transparent 30rem),
    linear-gradient(180deg, rgba(10, 20, 26, 0.92), rgba(4, 8, 11, 0.96));
  box-shadow: 0 50px 130px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

/* top bar */
.os-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 16px 22px;
  border-bottom: 1px solid rgba(234, 215, 170, 0.16);
  background: linear-gradient(180deg, rgba(246, 229, 184, 0.05), transparent);
}
.os-identity { display: flex; align-items: center; gap: 14px; }
.os-orb {
  width: 38px; height: 38px; border-radius: 11px; flex: none;
  background:
    radial-gradient(circle at 30% 26%, #f6e5b8, #b9965e 58%, #6c5530);
  box-shadow: 0 8px 22px rgba(185, 150, 94, 0.4), inset 0 0 0 1px rgba(255,255,255,0.2);
}
.os-identity strong { display: block; color: var(--bone); font-size: 1.02rem; letter-spacing: 0.01em; }
.os-identity span { color: var(--muted); font-size: 0.76rem; letter-spacing: 0.06em; text-transform: uppercase; }
.os-status { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.os-pill {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 6px 12px; border-radius: 999px;
  border: 1px solid rgba(234, 215, 170, 0.2);
  background: rgba(4, 9, 12, 0.6);
  color: var(--soft); font-size: 0.74rem; letter-spacing: 0.02em;
}
.os-pill-live { color: var(--bone); }
.os-pill-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(143, 191, 168, 0.18); animation: osPulse 2.4s ease-in-out infinite; }
.os-pill-quiet { color: var(--gold-soft); border-color: rgba(234,215,170,0.3); }
@keyframes osPulse { 0%,100% { opacity: 1; } 50% { opacity: 0.45; } }
.os-lock {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 6px 12px; border-radius: 999px;
  border: 1px solid rgba(143, 191, 168, 0.34);
  color: var(--green); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.04em;
}
.os-lock svg { width: 15px; height: 15px; }

/* body layout */
.os-body { display: grid; grid-template-columns: 244px minmax(0, 1fr); }
.os-sidebar {
  display: flex; flex-direction: column; gap: 18px;
  padding: 22px 16px;
  border-right: 1px solid rgba(234, 215, 170, 0.14);
  background: linear-gradient(180deg, rgba(7, 14, 19, 0.6), rgba(4, 8, 11, 0.3));
}
.os-ws-id { padding: 0 8px 4px; }
.os-ws-id span { display: block; color: var(--gold-soft); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.os-ws-id strong { display: block; margin: 7px 0 5px; color: var(--bone); font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; line-height: 1.12; }
.os-ws-id small { color: var(--muted); font-size: 0.74rem; letter-spacing: 0.03em; }
.os-nav { display: flex; flex-direction: column; gap: 3px; }
.os-nav-item {
  display: flex; align-items: center; gap: 11px;
  width: 100%; padding: 11px 12px; border-radius: 10px;
  border: 1px solid transparent; background: transparent;
  color: var(--soft); font: inherit; font-size: 0.9rem; text-align: left;
  cursor: pointer; transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}
.os-nav-item svg { width: 18px; height: 18px; flex: none; opacity: 0.72; }
.os-nav-item em { margin-left: auto; font-style: normal; font-size: 0.7rem; font-weight: 700; color: var(--gold-soft); background: rgba(234, 215, 170, 0.12); padding: 1px 8px; border-radius: 999px; }
.os-nav-item:hover { background: rgba(246, 229, 184, 0.06); color: var(--bone); }
.os-nav-item.is-active {
  background: linear-gradient(135deg, rgba(246, 229, 184, 0.16), rgba(246, 229, 184, 0.04));
  border-color: rgba(234, 215, 170, 0.34);
  color: var(--bone);
}
.os-nav-item.is-active svg { opacity: 1; color: var(--gold-soft); }
.os-side-foot {
  margin-top: auto; display: flex; align-items: center; gap: 9px;
  padding: 12px 10px 0; color: var(--muted); font-size: 0.74rem; line-height: 1.45;
  border-top: 1px solid rgba(234, 215, 170, 0.1);
}
.os-dot-green { width: 8px; height: 8px; border-radius: 50%; flex: none; background: var(--green); box-shadow: 0 0 0 4px rgba(143, 191, 168, 0.16); }

/* main + panels */
.os-main { padding: clamp(20px, 2.4vw, 32px); min-height: 560px; }
.os-panel { display: none; animation: osFade 360ms ease both; }
.os-panel.is-active { display: block; }
@keyframes osFade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.os-panel-head {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  padding-bottom: 18px; margin-bottom: 22px;
  border-bottom: 1px solid rgba(234, 215, 170, 0.14);
}
.os-panel-head h3 { margin: 0 0 6px; color: var(--bone); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.4rem, 2.4vw, 1.92rem); font-weight: 500; }
.os-panel-head p { margin: 0; max-width: 620px; color: var(--muted); font-size: 0.92rem; line-height: 1.55; }
.os-cycle-tag { flex: none; padding: 7px 13px; border-radius: 999px; border: 1px solid rgba(234, 215, 170, 0.22); color: var(--gold-soft); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.04em; white-space: nowrap; }
.os-link { background: none; border: none; color: var(--gold-soft); font: inherit; font-size: 0.84rem; font-weight: 700; cursor: pointer; white-space: nowrap; }
.os-link:hover { color: var(--gold-bright); }

/* KPI row */
.os-kpi-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-bottom: 18px; }
.os-kpi { padding: 18px; border-radius: 12px; border: 1px solid rgba(234, 215, 170, 0.16); background: rgba(7, 15, 21, 0.6); }
.os-kpi span { display: block; color: var(--muted); font-size: 0.74rem; letter-spacing: 0.04em; text-transform: uppercase; }
.os-kpi strong { display: block; margin: 10px 0 6px; color: var(--bone); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.7rem, 2.6vw, 2.3rem); font-weight: 500; line-height: 1; }
.os-kpi small { color: var(--muted); font-size: 0.76rem; }
.os-kpi small.os-up { color: var(--green); }
.os-kpi-accent { background: linear-gradient(150deg, rgba(246, 229, 184, 0.1), rgba(7, 15, 21, 0.6)); border-color: rgba(234, 215, 170, 0.3); }
.os-kpi-accent strong { color: var(--gold-bright); }

/* generic block */
.os-block { padding: 20px; border-radius: 12px; border: 1px solid rgba(234, 215, 170, 0.15); background: rgba(7, 15, 21, 0.55); }
.os-block-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.os-block-head h4 { margin: 0; color: var(--bone); font-size: 0.96rem; letter-spacing: 0.02em; }
.os-block > p { margin: 0; color: var(--soft); font-size: 0.9rem; line-height: 1.6; }
.os-overview-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.os-span2 { grid-column: span 2; }
.os-foot-note { margin: 14px 0 0; color: var(--muted); font-size: 0.76rem; line-height: 1.5; }

/* ready list */
.os-ready-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.os-ready-list li { display: flex; align-items: center; gap: 14px; padding: 13px 0; border-top: 1px solid rgba(234, 215, 170, 0.1); }
.os-ready-list li:first-child { border-top: none; }
.os-ready-main { flex: 1 1 auto; min-width: 0; }
.os-ready-main strong { display: block; color: var(--bone); font-size: 0.94rem; }
.os-ready-main span { color: var(--muted); font-size: 0.8rem; }
.os-fit { flex: none; padding: 4px 10px; border-radius: 999px; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.03em; border: 1px solid currentColor; }
.os-fit-high { color: var(--green); }
.os-fit-mid { color: var(--gold-soft); }
.os-fit-low { color: var(--blue); }
.os-mini-btn { flex: none; padding: 7px 14px; border-radius: 8px; border: 1px solid rgba(234, 215, 170, 0.28); background: rgba(246, 229, 184, 0.06); color: var(--gold-soft); font: inherit; font-size: 0.78rem; font-weight: 700; cursor: pointer; transition: background 150ms ease; }
.os-mini-btn:hover { background: rgba(246, 229, 184, 0.16); }

/* feed timeline */
.os-feed { list-style: none; margin: 0; padding: 0; }
.os-feed li { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 2px 12px; padding: 0 0 16px 20px; }
.os-feed li:last-child { padding-bottom: 0; }
.os-feed-dot { position: absolute; left: 0; top: 5px; width: 9px; height: 9px; border-radius: 50%; background: var(--gold-soft); box-shadow: 0 0 0 4px rgba(234, 215, 170, 0.12); }
.os-feed li::before { content: ""; position: absolute; left: 4px; top: 14px; bottom: -2px; width: 1px; background: rgba(234, 215, 170, 0.18); }
.os-feed li:last-child::before { display: none; }
.os-feed p { grid-column: 1; margin: 0; color: var(--soft); font-size: 0.86rem; line-height: 1.5; }
.os-feed p strong { color: var(--bone); }
.os-feed time { grid-column: 2; grid-row: 1; color: var(--muted); font-size: 0.74rem; white-space: nowrap; }

/* next call */
.os-call strong { display: block; color: var(--bone); font-size: 1.04rem; margin-bottom: 8px; }
.os-call p { margin: 0 0 14px; color: var(--soft); font-size: 0.87rem; line-height: 1.55; }

/* bars */
.os-bars { display: flex; flex-direction: column; gap: 12px; }
.os-bar { display: grid; grid-template-columns: 150px 1fr 34px; align-items: center; gap: 12px; }
.os-bar span { color: var(--soft); font-size: 0.84rem; }
.os-bar i { height: 8px; border-radius: 999px; background: rgba(234, 215, 170, 0.12); position: relative; overflow: hidden; }
.os-bar i::after { content: ""; position: absolute; inset: 0; width: var(--w); border-radius: 999px; background: linear-gradient(90deg, #b9965e, #f6e5b8); }
.os-bar b { color: var(--gold-soft); font-size: 0.82rem; font-weight: 700; text-align: right; }

/* review board */
.os-board { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; align-items: start; }
.os-col { display: flex; flex-direction: column; gap: 10px; }
.os-col-head { display: flex; align-items: center; gap: 8px; padding: 4px 2px; color: var(--soft); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.os-col-head em { margin-left: auto; font-style: normal; color: var(--muted); }
.os-col-dot { width: 9px; height: 9px; border-radius: 50%; flex: none; }
.os-c-ready { background: var(--green); }
.os-c-high { background: var(--gold-bright); }
.os-c-research { background: var(--blue); }
.os-c-watch { background: #8a93a0; }
.os-opp { padding: 15px; border-radius: 12px; border: 1px solid rgba(234, 215, 170, 0.16); background: rgba(8, 16, 22, 0.7); transition: border-color 160ms ease, transform 160ms ease; }
.os-opp:hover { border-color: rgba(234, 215, 170, 0.34); transform: translateY(-2px); }
.os-opp-quiet { opacity: 0.86; }
.os-opp-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.os-opp-top strong { display: block; color: var(--bone); font-size: 0.95rem; line-height: 1.2; }
.os-opp-top span { color: var(--muted); font-size: 0.78rem; }
.os-why { margin: 12px 0 14px; color: var(--soft); font-size: 0.84rem; line-height: 1.5; }
.os-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.os-act { padding: 7px 11px; border-radius: 8px; border: 1px solid rgba(234, 215, 170, 0.2); background: rgba(4, 9, 12, 0.5); color: var(--soft); font: inherit; font-size: 0.76rem; font-weight: 600; cursor: pointer; transition: background 150ms ease, border-color 150ms ease; }
.os-act:hover { background: rgba(246, 229, 184, 0.08); border-color: rgba(234, 215, 170, 0.4); }
.os-act-yes { color: var(--green); border-color: rgba(143, 191, 168, 0.4); }
.os-act-yes:hover { background: rgba(143, 191, 168, 0.12); }
.os-act-no { color: #c98b85; border-color: rgba(201, 139, 133, 0.36); }
.os-act-no:hover { background: rgba(201, 139, 133, 0.12); }

/* score ring */
.os-ring { --v: 80; flex: none; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--ring-c, var(--gold-soft)) calc(var(--v) * 1%), rgba(234, 215, 170, 0.14) 0); }
.os-ring b { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: #081016; color: var(--bone); font-size: 0.82rem; font-weight: 700; font-style: normal; }
.os-ring-high { --ring-c: var(--green); }
.os-ring-mid { --ring-c: var(--gold-bright); }
.os-ring-low { --ring-c: var(--blue); }
.os-ring-lg { width: 78px; height: 78px; }
.os-ring-lg b { width: 62px; height: 62px; font-size: 1.4rem; font-family: Georgia, serif; }

/* mandate */
.os-complete { display: flex; align-items: center; gap: 12px; flex: none; }
.os-complete span { color: var(--muted); font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.04em; }
.os-complete strong { color: var(--gold-bright); font-size: 1.04rem; }
.os-meter { width: 140px; height: 8px; border-radius: 999px; background: rgba(234, 215, 170, 0.12); overflow: hidden; }
.os-meter i { display: block; height: 100%; width: var(--w); border-radius: 999px; background: linear-gradient(90deg, #b9965e, #f6e5b8); }
.os-mandate-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.os-field { padding: 16px 18px; border-radius: 12px; border: 1px solid rgba(234, 215, 170, 0.15); background: rgba(7, 15, 21, 0.55); }
.os-field-wide { grid-column: span 2; }
.os-field > span { display: block; margin-bottom: 10px; color: var(--gold-soft); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.os-field > strong { color: var(--bone); font-size: 1.02rem; font-weight: 500; }
.os-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.os-chips i { font-style: normal; padding: 6px 12px; border-radius: 999px; border: 1px solid rgba(234, 215, 170, 0.24); background: rgba(246, 229, 184, 0.05); color: var(--soft); font-size: 0.8rem; }
.os-chips-off i { color: var(--muted); border-color: rgba(213, 224, 216, 0.16); text-decoration: line-through; text-decoration-color: rgba(201, 139, 133, 0.6); }

/* pipeline table */
.os-table-wrap { overflow-x: auto; border-radius: 12px; border: 1px solid rgba(234, 215, 170, 0.16); }
.os-table { width: 100%; border-collapse: collapse; min-width: 680px; }
.os-table th { text-align: left; padding: 13px 16px; background: rgba(246, 229, 184, 0.06); color: var(--gold-soft); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; border-bottom: 1px solid rgba(234, 215, 170, 0.18); }
.os-table td { padding: 14px 16px; border-bottom: 1px solid rgba(234, 215, 170, 0.08); color: var(--soft); font-size: 0.88rem; vertical-align: middle; }
.os-table tbody tr:last-child td { border-bottom: none; }
.os-table tbody tr { transition: background 140ms ease; }
.os-table tbody tr:hover { background: rgba(246, 229, 184, 0.04); }
.os-table strong { color: var(--bone); font-weight: 600; }
.os-num { text-align: right; font-variant-numeric: tabular-nums; font-weight: 700; }
.os-row-disc td { background: rgba(120, 168, 199, 0.05); }
.os-stage { display: inline-block; padding: 4px 11px; border-radius: 999px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.02em; border: 1px solid currentColor; white-space: nowrap; }
.os-s-ready { color: var(--green); }
.os-s-client { color: var(--gold-bright); }
.os-s-memo { color: var(--gold-soft); }
.os-s-screen { color: var(--soft); }
.os-s-watch { color: #98a1ad; }
.os-s-disc { color: var(--blue); }

/* opportunity detail */
.os-detail-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding: 22px; margin-bottom: 14px; border-radius: 14px; border: 1px solid rgba(234, 215, 170, 0.2); background: linear-gradient(135deg, rgba(246, 229, 184, 0.08), rgba(7, 15, 21, 0.6)); }
.os-detail-head > div:first-child { display: flex; flex-direction: column; gap: 8px; }
.os-detail-head strong { color: var(--bone); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.5rem, 2.6vw, 2.1rem); font-weight: 500; }
.os-detail-meta { color: var(--muted); font-size: 0.86rem; }
.os-fitbox { display: flex; flex-direction: column; align-items: center; gap: 9px; flex: none; }
.os-fitbox > span { color: var(--gold-soft); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.os-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.os-ticks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.os-ticks li { position: relative; padding-left: 20px; color: var(--soft); font-size: 0.88rem; line-height: 1.45; }
.os-ticks li::before { content: ""; position: absolute; left: 0; top: 7px; width: 8px; height: 8px; border-radius: 2px; background: var(--green); }
.os-ticks-warn li::before { background: #c98b85; transform: rotate(45deg); border-radius: 1px; }
.os-conf { padding: 4px 11px; border-radius: 999px; font-size: 0.72rem; font-weight: 700; border: 1px solid currentColor; }
.os-conf-high { color: var(--green); }
.os-trail { display: flex; flex-direction: column; }
.os-trail > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 0; border-top: 1px solid rgba(234, 215, 170, 0.1); }
.os-trail > div:first-child { border-top: none; }
.os-trail span { color: var(--soft); font-size: 0.86rem; }
.os-trail i { font-style: normal; padding: 3px 9px; border-radius: 6px; font-size: 0.7rem; font-weight: 700; }
.os-tag-verified { color: var(--green); background: rgba(143, 191, 168, 0.14); }
.os-tag-client { color: var(--gold-soft); background: rgba(234, 215, 170, 0.12); }
.os-tag-est { color: var(--blue); background: rgba(120, 168, 199, 0.14); }
.os-memo-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.os-memo-row > div { display: flex; align-items: center; gap: 14px; }
.os-memo-ico { flex: none; width: 44px; height: 44px; border-radius: 9px; display: grid; place-items: center; background: rgba(201, 139, 133, 0.16); color: #d99c95; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.05em; }
.os-memo-row strong { display: block; color: var(--bone); font-size: 0.96rem; }
.os-memo-row small { color: var(--muted); font-size: 0.78rem; }
.os-decision-bar { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 14px; padding: 18px 22px; border-radius: 14px; border: 1px solid rgba(234, 215, 170, 0.2); background: rgba(7, 15, 21, 0.6); }
.os-decision-bar > span { color: var(--gold-soft); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.os-decision-bar .os-actions { flex: 1 1 auto; }

/* documents */
.os-docs { display: flex; flex-direction: column; gap: 9px; }
.os-doc { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 11px; border: 1px solid rgba(234, 215, 170, 0.14); background: rgba(7, 15, 21, 0.55); transition: border-color 150ms ease; }
.os-doc:hover { border-color: rgba(234, 215, 170, 0.32); }
.os-doc-ico { flex: none; width: 42px; height: 42px; border-radius: 9px; display: grid; place-items: center; font-size: 0.64rem; font-weight: 800; letter-spacing: 0.04em; }
.os-ico-pdf { color: #d99c95; background: rgba(201, 139, 133, 0.16); }
.os-ico-map { color: var(--green); background: rgba(143, 191, 168, 0.16); }
.os-ico-doc { color: var(--blue); background: rgba(120, 168, 199, 0.16); }
.os-doc-main { flex: 1 1 auto; min-width: 0; }
.os-doc-main strong { display: block; color: var(--bone); font-size: 0.92rem; }
.os-doc-main small { color: var(--muted); font-size: 0.78rem; }
.os-doc-meta { flex: none; color: var(--muted); font-size: 0.78rem; min-width: 56px; text-align: right; }

/* disclosed */
.os-disclosed { margin-top: 16px; padding: 22px; border-radius: 14px; border: 1px solid rgba(120, 168, 199, 0.32); background: linear-gradient(135deg, rgba(120, 168, 199, 0.08), rgba(7, 15, 21, 0.6)); }
.os-disclosed-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; flex-wrap: wrap; }
.os-disc-flag { padding: 5px 12px; border-radius: 999px; border: 1px solid rgba(120, 168, 199, 0.5); color: var(--blue); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.os-disclosed-head h4 { margin: 0; color: var(--bone); font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; font-weight: 500; }
.os-disclosed > p { margin: 0 0 16px; color: var(--soft); font-size: 0.9rem; line-height: 1.6; max-width: 760px; }
.os-disc-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 16px; }
.os-disc-row > div { padding: 13px 16px; border-radius: 10px; background: rgba(4, 9, 12, 0.5); }
.os-disc-row span { display: block; color: var(--muted); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 5px; }
.os-disc-row strong { color: var(--bone); font-size: 0.9rem; font-weight: 500; }

/* ---- responsive ---- */
@media (max-width: 1100px) {
  .os-body { grid-template-columns: 1fr; }
  .os-sidebar { flex-direction: row; align-items: center; gap: 14px; overflow-x: auto; border-right: none; border-bottom: 1px solid rgba(234, 215, 170, 0.14); padding: 12px 14px; -webkit-overflow-scrolling: touch; }
  .os-ws-id { display: none; }
  .os-nav { flex-direction: row; flex-wrap: nowrap; gap: 6px; width: max-content; }
  .os-nav-item { flex: none; white-space: nowrap; padding: 9px 13px; }
  .os-nav-item em { margin-left: 6px; }
  .os-side-foot { display: none; }
  .os-board { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .os-kpi-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .os-overview-grid { grid-template-columns: 1fr; }
  .os-span2 { grid-column: auto; }
  .os-board { grid-template-columns: 1fr; }
  .os-mandate-grid { grid-template-columns: 1fr; }
  .os-field-wide { grid-column: auto; }
  .os-detail-grid { grid-template-columns: 1fr; }
  .os-disc-row { grid-template-columns: 1fr; }
  .os-bar { grid-template-columns: 110px 1fr 30px; }
  .os-topbar { padding: 14px 16px; }
  .os-main { padding: 18px 14px; }
}
@media (max-width: 460px) {
  .os-kpi-row { grid-template-columns: 1fr; }
  .os-bar { grid-template-columns: 92px 1fr 26px; }
  .os-bar span { font-size: 0.78rem; }
}

/* ============================================================
   MERIDIAN OS — interactive layer: crest, snapshot, toast, modal
   ============================================================ */
.bh-crest { flex: none; width: 40px; height: 44px; display: grid; place-items: center; }
.bh-crest svg { width: 40px; height: 44px; filter: drop-shadow(0 6px 16px rgba(185, 150, 94, 0.35)); }

/* clickable affordances */
.os-opp [data-open], .os-ready-list [data-open] { cursor: pointer; }
.os-opp [data-open]:hover strong, .os-ready-list [data-open]:hover strong { color: var(--gold-bright); }
.os-table tbody tr[data-id] { cursor: pointer; }
.os-col-empty { margin: 0; padding: 14px 4px; color: var(--muted); font-size: 0.8rem; font-style: italic; }
.os-hide-sm { display: inline-flex; }
.os-conf-mid { color: var(--gold-soft); }
.os-pill-quiet { cursor: pointer; }
.os-context p { color: var(--soft); font-size: 0.88rem; line-height: 1.6; }

/* detail snapshot strip */
.os-detail-snap { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-bottom: 14px; border: 1px solid rgba(234, 215, 170, 0.16); border-radius: 12px; overflow: hidden; background: rgba(234, 215, 170, 0.12); }
.os-detail-snap > div { padding: 14px 16px; background: rgba(7, 15, 21, 0.72); }
.os-detail-snap span { display: block; color: var(--muted); font-size: 0.7rem; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 6px; }
.os-detail-snap strong { color: var(--bone); font-family: Georgia, "Times New Roman", serif; font-size: 1.24rem; font-weight: 500; }

/* toast */
.os-toast-wrap { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: flex; flex-direction: column; gap: 10px; pointer-events: none; }
.os-toast { min-width: 220px; max-width: 360px; padding: 13px 16px; border-radius: 11px; border: 1px solid rgba(234, 215, 170, 0.3); background: linear-gradient(145deg, rgba(18, 30, 36, 0.98), rgba(8, 14, 18, 0.98)); color: var(--bone); font-size: 0.86rem; line-height: 1.4; box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5); opacity: 0; transform: translateY(14px); transition: opacity 300ms ease, transform 300ms cubic-bezier(0.22, 1, 0.36, 1); }
.os-toast.is-in { opacity: 1; transform: none; }
.os-toast::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(143, 191, 168, 0.16); vertical-align: middle; }

/* modal */
.os-modal { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 24px; }
.os-modal[hidden] { display: none; }
.os-modal-backdrop { position: absolute; inset: 0; background: rgba(2, 5, 7, 0.72); backdrop-filter: blur(3px); opacity: 0; transition: opacity 240ms ease; }
.os-modal.is-open .os-modal-backdrop { opacity: 1; }
.os-modal-card { position: relative; width: min(560px, 100%); max-height: 84vh; overflow-y: auto; padding: 28px clamp(22px, 4vw, 34px); border-radius: 16px; border: 1px solid rgba(234, 215, 170, 0.26); background: radial-gradient(circle at 80% -10%, rgba(185, 150, 94, 0.14), transparent 24rem), linear-gradient(180deg, rgba(12, 22, 28, 0.98), rgba(5, 9, 12, 0.99)); box-shadow: 0 60px 140px rgba(0, 0, 0, 0.6); transform: translateY(14px) scale(0.98); opacity: 0; transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), opacity 260ms ease; }
.os-modal.is-open .os-modal-card { transform: none; opacity: 1; }
.os-modal-x { position: absolute; top: 14px; right: 16px; width: 34px; height: 34px; border-radius: 9px; border: 1px solid rgba(234, 215, 170, 0.2); background: rgba(4, 9, 12, 0.6); color: var(--soft); font-size: 1.2rem; line-height: 1; cursor: pointer; transition: background 150ms ease; }
.os-modal-x:hover { background: rgba(246, 229, 184, 0.1); color: var(--bone); }
.os-modal-tag { display: inline-block; padding: 4px 11px; border-radius: 999px; border: 1px solid rgba(234, 215, 170, 0.3); color: var(--gold-soft); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.os-modal-card h4 { margin: 14px 0 4px; color: var(--bone); font-family: Georgia, "Times New Roman", serif; font-size: 1.4rem; font-weight: 500; }
.os-modal-sub { margin: 0 0 16px; color: var(--muted); font-size: 0.84rem; }
.os-modal-text { padding: 16px 18px; border-radius: 12px; border: 1px solid rgba(234, 215, 170, 0.14); background: rgba(7, 15, 21, 0.6); }
.os-modal-text p { margin: 0 0 10px; color: var(--soft); font-size: 0.88rem; line-height: 1.6; }
.os-modal-text p:last-child { margin-bottom: 0; }
.os-modal-text strong { color: var(--gold-soft); }
.os-modal-foot { margin: 14px 0 0; color: var(--muted); font-size: 0.76rem; }

@media (max-width: 760px) {
  .os-detail-snap { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .os-toast-wrap { right: 12px; left: 12px; bottom: 12px; }
  .os-toast { max-width: none; }
}
@media (max-width: 520px) {
  .os-hide-sm { display: none; }
}

.bh-crest-sm { width: 26px; height: 28px; }
.bh-crest-sm svg { width: 26px; height: 28px; }

/* ============================================================
   MERIDIAN OS — logo, charts, filters, live alert
   ============================================================ */
.bh-logo { flex: none; width: 44px; height: 48px; display: block; filter: drop-shadow(0 6px 16px rgba(185, 150, 94, 0.32)); }

/* analytics / charts */
.os-analytics { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: 12px; margin-bottom: 18px; }
.os-chiplabel { padding: 3px 10px; border-radius: 999px; border: 1px solid rgba(234, 215, 170, 0.24); color: var(--muted); font-size: 0.66rem; letter-spacing: 0.06em; text-transform: uppercase; }
.os-barchart { display: flex; flex-direction: column; gap: 11px; }
.os-bc-row { display: grid; grid-template-columns: 132px 1fr 64px; align-items: center; gap: 12px; }
.os-bc-label { color: var(--soft); font-size: 0.82rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.os-bc-track { height: 9px; border-radius: 999px; background: rgba(234, 215, 170, 0.1); overflow: hidden; }
.os-bc-track i { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, #8c6d31, #f6e5b8); width: 0; transition: width 700ms cubic-bezier(0.22, 1, 0.36, 1); }
.os-bc-val { color: var(--gold-soft); font-size: 0.8rem; font-weight: 700; text-align: right; font-variant-numeric: tabular-nums; }
.os-donut-wrap { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.os-donut { flex: none; }
.os-donut circle { transition: stroke-dasharray 700ms cubic-bezier(0.22, 1, 0.36, 1); }
.os-donut-num { fill: var(--bone); font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 500; }
.os-donut-cap { fill: var(--muted); font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; }
.os-legend { display: flex; flex-direction: column; gap: 7px; }
.os-leg-item { display: flex; align-items: center; gap: 8px; color: var(--soft); font-size: 0.8rem; }
.os-leg-item i { width: 10px; height: 10px; border-radius: 3px; flex: none; }
.os-leg-item b { margin-left: auto; color: var(--bone); font-variant-numeric: tabular-nums; }

/* pipeline controls */
.os-controls { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-bottom: 14px; }
.os-control-group { display: flex; gap: 10px; flex-wrap: wrap; }
.os-select { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 0.74rem; letter-spacing: 0.04em; text-transform: uppercase; }
.os-select select { appearance: none; -webkit-appearance: none; padding: 9px 30px 9px 13px; border-radius: 9px; border: 1px solid rgba(234, 215, 170, 0.22); background: rgba(4, 9, 12, 0.6) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23ead7aa' stroke-width='1.4' fill='none'/%3E%3C/svg%3E") no-repeat right 12px center; color: var(--bone); font: inherit; font-size: 0.84rem; text-transform: none; letter-spacing: 0; cursor: pointer; }
.os-select select:focus { outline: none; border-color: rgba(234, 215, 170, 0.5); }
.os-empty-row { padding: 28px 16px; margin: 0; text-align: center; color: var(--muted); font-size: 0.88rem; font-style: italic; }

/* fresh tags */
.os-fresh-tag { display: inline-block; padding: 1px 8px; border-radius: 999px; background: linear-gradient(135deg, #b9965e, #f6e5b8); color: #1a1206; font-size: 0.6rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; vertical-align: middle; }
.os-opp-fresh { border-color: rgba(246, 229, 184, 0.45); box-shadow: 0 0 0 1px rgba(246, 229, 184, 0.18), 0 16px 40px rgba(0, 0, 0, 0.3); }
.os-row-fresh td { background: rgba(246, 229, 184, 0.05); }

/* live alert */
.os-alert { position: fixed; right: 22px; bottom: 22px; z-index: 85; width: min(360px, calc(100vw - 32px)); padding: 20px 20px 18px; border-radius: 16px; border: 1px solid rgba(246, 229, 184, 0.4); background: radial-gradient(circle at 85% -10%, rgba(185, 150, 94, 0.26), transparent 18rem), linear-gradient(160deg, rgba(18, 28, 33, 0.99), rgba(6, 11, 14, 0.99)); box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6); overflow: hidden; opacity: 0; transform: translateY(20px) scale(0.98); transition: opacity 380ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1); }
.os-alert.is-in { opacity: 1; transform: none; }
.os-alert-glow { position: absolute; top: -40px; right: -40px; width: 140px; height: 140px; border-radius: 50%; background: radial-gradient(circle, rgba(246, 229, 184, 0.3), transparent 70%); pointer-events: none; }
.os-alert-x { position: absolute; top: 12px; right: 12px; width: 28px; height: 28px; border-radius: 8px; border: 1px solid rgba(234, 215, 170, 0.2); background: rgba(4, 9, 12, 0.5); color: var(--soft); font-size: 1.05rem; line-height: 1; cursor: pointer; }
.os-alert-x:hover { background: rgba(246, 229, 184, 0.12); color: var(--bone); }
.os-alert-tag { display: inline-flex; align-items: center; gap: 7px; padding: 4px 11px; border-radius: 999px; border: 1px solid rgba(246, 229, 184, 0.4); color: var(--gold-bright); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.os-alert-tag i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 0 4px rgba(246, 229, 184, 0.2); animation: osPulse 2s ease-in-out infinite; }
.os-alert strong { display: block; margin: 13px 0 6px; color: var(--bone); font-family: Georgia, "Times New Roman", serif; font-size: 1.22rem; font-weight: 500; line-height: 1.18; }
.os-alert p { margin: 0 0 16px; color: var(--soft); font-size: 0.85rem; line-height: 1.5; }
.os-alert-actions { display: flex; gap: 10px; }
.os-alert-go { flex: 1 1 auto; padding: 11px 16px; border-radius: 9px; border: none; background: linear-gradient(135deg, #b9965e, #f6e5b8); color: #1a1206; font: inherit; font-size: 0.86rem; font-weight: 800; cursor: pointer; transition: filter 150ms ease; }
.os-alert-go:hover { filter: brightness(1.06); }
.os-alert-later { padding: 11px 16px; border-radius: 9px; border: 1px solid rgba(234, 215, 170, 0.24); background: transparent; color: var(--soft); font: inherit; font-size: 0.86rem; cursor: pointer; }
.os-alert-later:hover { background: rgba(246, 229, 184, 0.08); }

@media (max-width: 920px) {
  .os-analytics { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .os-controls { flex-direction: column; align-items: stretch; }
  .os-control-group { justify-content: space-between; }
  .os-select { flex: 1 1 auto; flex-direction: column; align-items: flex-start; gap: 4px; }
  .os-select select { width: 100%; }
  .os-bc-row { grid-template-columns: 96px 1fr 56px; gap: 8px; }
  .os-alert { right: 12px; left: 12px; bottom: 12px; width: auto; }
}

.bh-logo-sm { width: 26px; height: 28px; }

/* sector reach band */
.sector-reach {
  padding: clamp(56px, 7vw, 104px) clamp(20px, 6vw, 96px);
  background: radial-gradient(circle at 20% 0%, rgba(185, 150, 94, 0.07), transparent 30rem), linear-gradient(180deg, #060d12, #04080b);
  border-bottom: 1px solid rgba(234, 215, 170, 0.12);
}
.sector-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; margin-top: 30px; border: 1px solid rgba(234, 215, 170, 0.18); background: rgba(234, 215, 170, 0.12); }
.sector-card { display: flex; flex-direction: column; gap: 12px; padding: 26px 22px; background: radial-gradient(circle at 18% 8%, rgba(246, 229, 184, 0.06), transparent 14rem), rgba(5, 11, 14, 0.9); transition: background 180ms ease; }
.sector-card:hover { background: radial-gradient(circle at 18% 8%, rgba(246, 229, 184, 0.12), transparent 14rem), rgba(9, 17, 21, 0.96); }
.sector-card strong { color: var(--bone); font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; font-weight: 500; line-height: 1.15; }
.sector-card span:not(.icon-badge) { color: var(--muted); font-size: 0.84rem; line-height: 1.5; }
.sector-note { max-width: 900px; margin: 20px 0 0; color: var(--muted); font-size: 0.8rem; line-height: 1.6; }
@media (max-width: 900px) { .sector-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .sector-grid { grid-template-columns: 1fr; } }
