:root {
  --bg: #0a0908;
  --bg-soft: #13100d;
  --card: #15120f;
  --line: #2a241e;
  --gold: #c8a96e;
  --gold-soft: #9c7f4f;
  --text: #f5efe6;
  --muted: #a79b8e;
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "DM Sans", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  z-index: 200;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
}

.nav {
  position: sticky;
  top: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(200, 169, 110, 0.12);
  background: rgba(10, 9, 8, 0.9);
  backdrop-filter: blur(12px);
}

.nav-logo {
  font-family: var(--font-display);
  color: var(--gold);
  text-decoration: none;
  font-size: 1.2rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-links a {
  text-decoration: none;
  color: #c7bbb0;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-cta {
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(200, 169, 110, 0.45);
  border-radius: 6px;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(200, 169, 110, 0.35);
  color: var(--gold);
  border-radius: 6px;
  padding: 0.4rem 0.6rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

main {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 1.25rem 4rem;
}

.section {
  padding: 5.25rem 0 2.25rem;
  border-bottom: 1px solid rgba(200, 169, 110, 0.08);
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.73rem;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 500;
}

h1,
h2 {
  font-family: var(--font-display);
  letter-spacing: -0.01em;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.08;
  max-width: 20ch;
}

h2 {
  font-size: clamp(1.6rem, 3.3vw, 2.4rem);
  line-height: 1.15;
}

h3 {
  font-size: 1.15rem;
}

.subline,
.section-note {
  color: var(--muted);
  max-width: 68ch;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
  min-height: 78vh;
}

.hero-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.3rem;
}

.btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 7px;
  padding: 0.72rem 1rem;
  font-size: 0.83rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.18s ease;
}

.btn-primary {
  background: var(--gold);
  color: #17120d;
  border: 1px solid #d5bd88;
}

.btn-primary:hover {
  background: #d5b980;
}

.btn-ghost {
  color: #d5c8b7;
  border: 1px solid rgba(200, 169, 110, 0.35);
  background: transparent;
}

.btn-ghost:hover {
  border-color: rgba(200, 169, 110, 0.75);
  color: var(--text);
}

.hero-visual {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.62rem;
}

.hero-variant-control {
  display: inline-flex;
  align-self: flex-end;
  gap: 0.35rem;
  border: 1px solid rgba(200, 169, 110, 0.2);
  border-radius: 999px;
  padding: 0.2rem;
  background: rgba(255, 255, 255, 0.015);
}

.variant-btn {
  border: 0;
  background: transparent;
  color: #bcae97;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.variant-btn.active {
  color: #1e1711;
  background: rgba(200, 169, 110, 0.95);
}

.hero-variant {
  display: none;
  width: 100%;
}

.hero-variant.active {
  display: block;
}

.signal-board {
  width: min(100%, 500px);
  border-radius: 16px;
  border: 1px solid rgba(200, 169, 110, 0.28);
  background:
    radial-gradient(circle at 85% 10%, rgba(200, 169, 110, 0.14), transparent 30%),
    radial-gradient(circle at 12% 80%, rgba(122, 103, 70, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(28, 23, 18, 0.95), rgba(12, 10, 8, 0.96));
  padding: 1.05rem;
  box-shadow:
    0 30px 56px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.market-board {
  width: min(100%, 500px);
  border-radius: 16px;
  border: 1px solid rgba(200, 169, 110, 0.28);
  background:
    radial-gradient(circle at 84% 12%, rgba(200, 169, 110, 0.15), transparent 34%),
    radial-gradient(circle at 16% 84%, rgba(134, 111, 73, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(26, 21, 17, 0.96), rgba(12, 10, 8, 0.97));
  padding: 0.85rem;
  box-shadow:
    0 30px 56px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.market-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.market-head p {
  margin: 0;
  color: #d8c7ab;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.market-head span {
  color: #b8a88e;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.market-svg {
  margin-top: 0.4rem;
  width: 100%;
  height: 220px;
  border: 1px solid rgba(200, 169, 110, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.01);
}

.market-track {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.market-track.back {
  stroke: rgba(200, 169, 110, 0.28);
  stroke-dasharray: 4 8;
  animation: flowBack 14s linear infinite;
}

.market-track.mid {
  stroke: rgba(213, 187, 131, 0.52);
  stroke-dasharray: 6 8;
  animation: flowMid 11s linear infinite;
}

.market-track.lead {
  stroke: rgba(228, 205, 154, 0.95);
  stroke-dasharray: 8 9;
  animation: flowLead 9s linear infinite;
}

.market-stream {
  fill: none;
  stroke: rgba(223, 193, 134, 0.34);
  stroke-width: 1.3;
  stroke-dasharray: 2 10;
  animation: flowBack 16s linear infinite;
}

.market-node {
  fill: rgba(220, 193, 140, 0.86);
  stroke: rgba(240, 221, 177, 0.9);
  stroke-width: 0.8;
}

.market-node.core {
  animation: nodePulse 2.1s ease-in-out infinite;
}

.market-pulse {
  fill: none;
  stroke: rgba(220, 193, 140, 0.48);
  stroke-width: 1;
  animation: pulseWave 2.6s ease-in-out infinite;
}

.market-pill-row {
  margin-top: 0.52rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.market-pill-row span {
  border: 1px solid rgba(200, 169, 110, 0.2);
  border-radius: 999px;
  color: #cdbb9e;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.18rem 0.44rem;
  background: rgba(255, 255, 255, 0.012);
}

.market-mini {
  margin-top: 0.52rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.35rem;
}

.market-kpi {
  border: 1px solid rgba(200, 169, 110, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.01);
  padding: 0.35rem 0.42rem;
}

.market-kpi p {
  margin: 0;
  color: #a89880;
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.market-kpi strong {
  margin-top: 0.12rem;
  display: block;
  color: #efe3d0;
  font-size: 0.77rem;
  font-weight: 600;
}

@keyframes flowBack {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -220; }
}

@keyframes flowMid {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -180; }
}

@keyframes flowLead {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -140; }
}

@keyframes nodePulse {
  0%, 100% { transform: scale(0.95); opacity: 0.82; }
  50% { transform: scale(1.08); opacity: 1; }
}

@keyframes pulseWave {
  0% { opacity: 0.7; transform: scale(0.9); }
  70% { opacity: 0.15; transform: scale(1.18); }
  100% { opacity: 0; transform: scale(1.24); }
}

.signal-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.signal-label {
  margin: 0;
  color: var(--gold);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signal-status {
  border: 1px solid rgba(200, 169, 110, 0.35);
  border-radius: 999px;
  color: #d8c8b0;
  padding: 0.15rem 0.5rem;
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signal-thesis {
  margin: 0.35rem 0 0;
  color: #f0e4d4;
  font-size: 1rem;
  line-height: 1.45;
}

.hero-stack {
  margin-top: 0.72rem;
  position: relative;
  min-height: 0;
  display: grid;
  gap: 0.68rem;
}

.hero-pane {
  position: relative;
  border: 1px solid rgba(200, 169, 110, 0.18);
  border-radius: 12px;
  padding: 0.7rem;
  background: linear-gradient(180deg, rgba(25, 20, 16, 0.97), rgba(14, 12, 10, 0.97));
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
}

.thesis-pane {
  z-index: 3;
  border-color: rgba(200, 169, 110, 0.25);
}

.stock-pane {
  margin-top: -18px;
  margin-left: 18px;
  margin-right: -4px;
  z-index: 2;
  opacity: 0.97;
  border-color: rgba(188, 164, 119, 0.2);
}

.portfolio-pane {
  margin-top: -18px;
  margin-left: 36px;
  margin-right: -8px;
  z-index: 1;
  opacity: 0.95;
  border-color: rgba(165, 143, 104, 0.2);
}

.pane-label {
  margin: 0;
  color: #b9a98f;
  font-size: 0.67rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pane-title {
  margin: 0.18rem 0 0;
  color: #efe4d2;
  font-size: 1rem;
  font-weight: 600;
}

.pane-body {
  margin: 0.38rem 0 0;
  color: #d5c8b6;
  font-size: 0.9rem;
  line-height: 1.4;
}

.thesis-tags {
  margin-top: 0.52rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.thesis-tags span {
  font-size: 0.63rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ccbba0;
  border: 1px solid rgba(200, 169, 110, 0.2);
  border-radius: 999px;
  padding: 0.16rem 0.42rem;
  background: rgba(255, 255, 255, 0.012);
}

.basket-chips {
  margin-top: 0.45rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.basket-chip {
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d2c2a9;
  border: 1px solid rgba(200, 169, 110, 0.2);
  border-radius: 999px;
  padding: 0.24rem 0.52rem;
  background: rgba(255, 255, 255, 0.012);
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
}

.basket-chip::before {
  content: "";
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-radius: 1px;
  background: rgba(223, 192, 131, 0.86);
  box-shadow: 0 0 6px rgba(223, 192, 131, 0.5);
}

.basket-chip.live::before {
  animation: diamondPulse 1.9s ease-in-out infinite;
}

.signal-metrics {
  margin-top: 0.86rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.metric {
  border: 1px solid rgba(200, 169, 110, 0.16);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.015);
  padding: 0.6rem;
}

.metric p {
  margin: 0;
  color: #a79680;
  font-size: 0.69rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.metric strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #f1e8db;
}

.signal-bars {
  margin-top: 0.9rem;
  border-top: 1px solid rgba(200, 169, 110, 0.18);
  padding-top: 0.7rem;
}

.bar-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.38rem;
}

.bar-row span {
  color: #b8aa95;
  font-size: 0.76rem;
}

.bar-row i {
  display: block;
  position: relative;
  height: 7px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.bar-row i::before {
  content: "";
  display: block;
  width: var(--w);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(200, 169, 110, 0.55), rgba(200, 169, 110, 0.95));
}

.signal-footer {
  margin-top: 0.86rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  color: #d2c2ab;
  font-size: 0.78rem;
}

.score-lines {
  margin-top: 0.42rem;
}

.score-mini-grid {
  margin-top: 0.46rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.35rem;
}

.mini-kpi {
  border: 1px solid rgba(200, 169, 110, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.01);
  padding: 0.36rem 0.42rem;
}

.mini-kpi p {
  margin: 0;
  color: #ad9b84;
  font-size: 0.61rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-kpi strong {
  display: block;
  margin-top: 0.18rem;
  color: #f0e5d4;
  font-size: 0.78rem;
  font-weight: 600;
}

.portfolio-split {
  margin-top: 0.45rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.34rem;
}

.portfolio-split span {
  border: 1px solid rgba(200, 169, 110, 0.16);
  border-radius: 8px;
  padding: 0.34rem 0.42rem;
  background: rgba(255, 255, 255, 0.01);
}

.portfolio-split em {
  display: block;
  font-style: normal;
  color: #ab997f;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portfolio-split strong {
  display: block;
  margin-top: 0.12rem;
  color: #efe3d2;
  font-size: 0.84rem;
  font-weight: 600;
}

.portfolio-foot {
  margin-top: 0.46rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  color: #d2c2ab;
  font-size: 0.72rem;
}

.pulse-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d4bc8a;
  box-shadow: 0 0 0 rgba(212, 188, 138, 0.7);
  animation: pulseRing 2.1s infinite;
}

@keyframes pulseRing {
  0% { box-shadow: 0 0 0 0 rgba(212, 188, 138, 0.65); }
  70% { box-shadow: 0 0 0 9px rgba(212, 188, 138, 0); }
  100% { box-shadow: 0 0 0 0 rgba(212, 188, 138, 0); }
}

.section-head {
  margin-bottom: 1.5rem;
}

.entry-grid,
.moments-grid,
.framework-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

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

.entry-card,
.moment-card,
.framework-card,
.step,
.chat-mock {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1rem;
  background: var(--card);
}

.entry-card h3,
.step h3,
.framework-card h3,
.process-step h3 {
  min-height: 2.55em;
  display: flex;
  align-items: flex-start;
}

.entry-card p,
.moment-card p,
.framework-card p,
.step p {
  color: var(--muted);
}

.entry-card a {
  color: var(--gold);
  text-decoration: none;
}

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

.step-number {
  color: var(--gold);
  font-size: 0.77rem;
  letter-spacing: 0.12em;
  margin-bottom: 0.6rem;
}

.partner-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
  align-items: start;
}

.partner-copy p {
  color: var(--muted);
}

.quote {
  margin-top: 0.9rem;
  color: #e4d6c2 !important;
  font-style: italic;
}

.chat-mock {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(200, 169, 110, 0.22);
  border-radius: 14px;
  background:
    radial-gradient(circle at 16% 4%, rgba(200, 169, 110, 0.08), transparent 32%),
    radial-gradient(circle at 85% 92%, rgba(200, 169, 110, 0.06), transparent 30%),
    linear-gradient(180deg, rgba(23, 19, 15, 0.96), rgba(14, 11, 9, 0.96));
  padding: 0.78rem;
}

.chat-window-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border: 1px solid rgba(200, 169, 110, 0.18);
  border-radius: 10px;
  padding: 0.45rem 0.65rem;
  margin-bottom: 0.7rem;
  background: rgba(255, 255, 255, 0.02);
}

.head-title {
  color: #ead9be;
  font-size: 0.73rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.head-context {
  color: #aa9980;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chat-thread {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0.52rem;
}

.chat-row {
  display: flex;
}

.chat-row.ai {
  justify-content: flex-start;
}

.chat-row.user {
  justify-content: flex-end;
}

.chat-row .chat-bubble {
  margin: 0;
  max-width: 92%;
  border-radius: 12px;
  padding: 0.72rem 0.82rem;
  position: relative;
  backdrop-filter: blur(2px);
  font-size: 0.97rem;
  line-height: 1.45;
}

.chat-row.ai .chat-bubble {
  background: linear-gradient(90deg, rgba(200, 169, 110, 0.16), rgba(200, 169, 110, 0.08));
  color: #f0e4d1;
  border: 1px solid rgba(200, 169, 110, 0.14);
}

.chat-row.user .chat-bubble {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #f2ebe0;
}

.trigger-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  white-space: nowrap;
  font-weight: 600;
  color: #f3e0bf;
}

.trigger-pill::before {
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-radius: 1px;
  background: #dfc083;
  box-shadow: 0 0 8px rgba(223, 192, 131, 0.65);
  animation: diamondPulse 1.8s ease-in-out infinite;
}

@keyframes diamondPulse {
  0%, 100% { opacity: 0.5; transform: rotate(45deg) scale(0.9); }
  50% { opacity: 1; transform: rotate(45deg) scale(1.08); }
}

.partner-glow {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  filter: blur(34px);
  opacity: 0.28;
  z-index: 1;
  pointer-events: none;
}

.glow-a {
  left: -38px;
  top: -48px;
  background: rgba(200, 169, 110, 0.55);
  animation: driftGlowA 6.5s ease-in-out infinite;
}

.glow-b {
  right: -54px;
  bottom: -42px;
  background: rgba(200, 169, 110, 0.35);
  animation: driftGlowB 8s ease-in-out infinite;
}

.partner-dots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.partner-dots span {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(216, 190, 136, 0.85);
  box-shadow: 0 0 10px rgba(216, 190, 136, 0.5);
  animation: floatDot 5.5s linear infinite;
}

.partner-dots span:nth-child(1) { left: 11%; top: 16%; animation-delay: 0s; }
.partner-dots span:nth-child(2) { left: 22%; top: 68%; animation-delay: 1s; }
.partner-dots span:nth-child(3) { left: 46%; top: 24%; animation-delay: 2.2s; }
.partner-dots span:nth-child(4) { left: 63%; top: 77%; animation-delay: 0.7s; }
.partner-dots span:nth-child(5) { left: 78%; top: 42%; animation-delay: 1.7s; }
.partner-dots span:nth-child(6) { left: 90%; top: 20%; animation-delay: 2.8s; }

@keyframes driftGlowA {
  0%, 100% { transform: translate(0, 0); opacity: 0.2; }
  50% { transform: translate(14px, 8px); opacity: 0.34; }
}

@keyframes driftGlowB {
  0%, 100% { transform: translate(0, 0); opacity: 0.16; }
  50% { transform: translate(-11px, -9px); opacity: 0.3; }
}

@keyframes floatDot {
  0% { transform: translateY(0) scale(0.9); opacity: 0.2; }
  50% { transform: translateY(-10px) scale(1); opacity: 0.95; }
  100% { transform: translateY(-18px) scale(0.85); opacity: 0; }
}

.moment-line {
  color: #efe1cc !important;
  font-family: var(--font-display);
  font-size: 1.15rem;
  line-height: 1.28;
  margin: 0.2rem 0 0.55rem !important;
  min-height: 2.56em;
  display: flex;
  align-items: flex-start;
}

.moment-kicker {
  margin: 0;
  color: var(--gold) !important;
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.moment-points {
  margin: 0.75rem 0 0;
  padding-left: 1.05rem;
  color: #b8ab98;
  display: grid;
  gap: 0.3rem;
  font-size: 0.88rem;
}

.moment-points li::marker {
  color: rgba(200, 169, 110, 0.9);
}

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

.testimonial-card {
  border: 1px solid rgba(200, 169, 110, 0.22);
  border-radius: 12px;
  background:
    radial-gradient(circle at 88% 12%, rgba(200, 169, 110, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(23, 19, 15, 0.96), rgba(12, 10, 8, 0.97));
  padding: 1rem;
}

.testimonial-head {
  display: flex;
  align-items: center;
  gap: 0.68rem;
}

.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(200, 169, 110, 0.4);
  color: #f1e4d1;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 4px rgba(200, 169, 110, 0.08);
}

.avatar-one {
  background: linear-gradient(145deg, #8c6e44, #2f2619);
}

.avatar-two {
  background: linear-gradient(145deg, #6f5d43, #1f1a13);
}

.avatar-three {
  background: linear-gradient(145deg, #9b7a50, #2b2015);
}

.testimonial-name {
  margin: 0;
  font-weight: 600;
  color: #eee2d0;
  font-size: 0.95rem;
}

.testimonial-meta {
  margin: 0.12rem 0 0;
  color: #ab9b84;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.testimonial-quote {
  margin: 0.85rem 0 0;
  color: #ddd0bb;
  font-size: 0.94rem;
  line-height: 1.55;
}

.testimonial-tag {
  margin: 0.75rem 0 0;
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.framework-action {
  margin-top: 1rem;
}

.framework-process {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 0.7rem;
  align-items: stretch;
}

.process-step {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1rem;
  background:
    radial-gradient(circle at 90% 10%, rgba(200, 169, 110, 0.06), transparent 38%),
    var(--card);
}

.process-label {
  margin: 0;
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.3;
  min-height: 2.6em;
  display: flex;
  align-items: flex-start;
}

.process-step h3 {
  margin-top: 0.32rem;
}

.process-step p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.process-arrow {
  align-self: center;
  justify-self: center;
  width: 18px;
  height: 18px;
  position: relative;
  opacity: 0.95;
}

.process-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid rgba(223, 192, 131, 0.9);
  filter: drop-shadow(0 0 5px rgba(223, 192, 131, 0.55));
  animation: arrowPulse 1.9s ease-in-out infinite;
}

@keyframes arrowPulse {
  0%, 100% { opacity: 0.5; transform: scale(0.94); }
  50% { opacity: 1; transform: scale(1.03); }
}

.final {
  border-bottom: 0;
}

.final-inner {
  border: 1px solid rgba(200, 169, 110, 0.3);
  background: linear-gradient(180deg, rgba(24, 19, 14, 0.96), rgba(12, 10, 8, 0.96));
  border-radius: 14px;
  padding: 1.25rem;
}

.final-inner p {
  color: var(--muted);
}

.footer {
  border-top: 1px solid rgba(200, 169, 110, 0.1);
  padding: 1rem 1.25rem 1.6rem;
  text-align: center;
  color: #796f64;
  font-size: 0.8rem;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

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

@media (max-width: 980px) {
  .hero,
  .partner-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    justify-content: flex-start;
  }

  .framework-grid {
    grid-template-columns: 1fr;
  }

  .framework-process {
    grid-template-columns: 1fr;
  }

  .process-arrow {
    width: 14px;
    height: 14px;
  }

  .process-arrow::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid rgba(223, 192, 131, 0.9);
    border-bottom: 0;
  }

  .entry-card h3,
  .step h3,
  .framework-card h3,
  .process-step h3,
  .moment-line,
  .process-label {
    min-height: 0;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .entry-grid,
  .moments-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .signal-metrics {
    grid-template-columns: 1fr;
  }

  .market-mini {
    grid-template-columns: 1fr;
  }

  .hero-stack {
    gap: 0.65rem;
  }

  .hero-pane {
    position: static;
    opacity: 1;
  }

  .stock-pane,
  .portfolio-pane {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .score-mini-grid,
  .portfolio-split {
    grid-template-columns: 1fr;
  }

  .bar-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .hero-variant-control {
    align-self: flex-start;
  }

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

  .nav-links {
    position: absolute;
    top: calc(100% + 6px);
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    min-width: 230px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(13, 11, 9, 0.98);
    padding: 0.8rem;
  }

  .nav-links.open {
    display: flex;
  }
}
