:root {
  --bg-0: #0d1014;
  --bg-1: #141922;
  --bg-2: #1d2430;
  --panel-high: rgba(44, 57, 79, 0.34);
  --panel-low: rgba(21, 28, 41, 0.2);
  --panel-mid: rgba(33, 43, 62, 0.24);
  --text-main: #ffffff;
  --text-soft: #ffffff;
  --accent-warm: #d8a368;
  --accent-rust: #b76844;
  --accent-stone: #8f8c8d;
  --fringe-cyan: rgba(113, 217, 255, 0.32);
  --fringe-amber: rgba(255, 188, 120, 0.28);
  --fringe-rose: rgba(255, 120, 166, 0.23);
  --border-soft: rgba(240, 245, 255, 0.22);
  --edge-light-strong: rgba(255, 255, 255, 0.3);
  --edge-light-soft: rgba(160, 214, 255, 0.2);
  --edge-shadow-strong: rgba(5, 9, 16, 0.58);
  --edge-shadow-soft: rgba(8, 13, 22, 0.34);
  --shadow-outer: 0 18px 36px rgba(5, 8, 14, 0.42);
  --shadow-inner: inset 1px 1px 0 rgba(255, 255, 255, 0.2), inset -1px -1px 0 rgba(255, 255, 255, 0.05);
  --active-accent: #d8a368;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Montserrat", "Avenir Next", "Segoe UI", sans-serif;
  color: var(--text-main);
  background:
    linear-gradient(rgba(7, 10, 16, 0.46), rgba(7, 10, 16, 0.54)),
    url("/backgrounds/novalobo_motion_graphics_web_style_background_of_polished_mar_045eca1a-9d44-413b-8014-c9621a01a503_3.png")
      center center / cover no-repeat fixed;
  background-color: #0f1319;
  overflow-x: hidden;
}

.ambient-halo,
.stone-veins {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.ambient-halo {
  background:
    radial-gradient(420px 180px at 12% 28%, rgba(192, 124, 76, 0.14), transparent 74%),
    radial-gradient(500px 220px at 86% 72%, rgba(156, 160, 173, 0.1), transparent 76%),
    radial-gradient(520px 220px at 38% 90%, rgba(203, 164, 118, 0.06), transparent 78%);
  filter: blur(7px);
  z-index: -2;
}

.stone-veins {
  display: none;
}

.home-shell {
  width: min(1240px, calc(100vw - 36px));
  margin: 20px auto 28px;
  min-height: calc(100vh - 48px);
  display: grid;
  gap: 24px;
  grid-template-rows: auto 1fr auto;
}

.neumorph {
  border: 1px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.24);
  border-left-color: rgba(255, 255, 255, 0.14);
  border-right-color: rgba(7, 11, 19, 0.4);
  border-bottom-color: rgba(6, 10, 16, 0.52);
  background: linear-gradient(154deg, rgba(58, 74, 104, 0.34), rgba(24, 33, 49, 0.24));
  box-shadow:
    -8px -6px 18px rgba(151, 196, 235, 0.08),
    18px 22px 36px rgba(5, 8, 14, 0.46),
    inset 1px 1px 0 rgba(255, 255, 255, 0.14),
    inset -1px -1px 0 rgba(6, 10, 18, 0.34);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
}

.top-strip,
.market-metric,
.market-chart-shell {
  overflow: hidden;
  isolation: isolate;
}

.focus-panel,
.market-metric,
.market-chart-shell {
  position: relative;
}

.focus-panel {
  overflow: visible;
  isolation: isolate;
}

.top-strip > *,
.focus-panel > *,
.market-metric > *,
.market-chart-shell > * {
  position: relative;
  z-index: 1;
}

.top-strip {
  border-radius: 34px;
  padding: 10px 18px;
  position: sticky;
  top: 12px;
  z-index: 120;
}

.top-strip::before,
.focus-panel::before,
.market-metric::before,
.market-chart-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(140% 130% at 6% 8%, var(--edge-light-strong) 0%, rgba(255, 255, 255, 0.1) 32%, transparent 64%),
    radial-gradient(90% 70% at 18% 12%, var(--edge-light-soft) 0%, transparent 66%),
    linear-gradient(148deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.03) 38%, transparent 60%);
  opacity: 0.64;
}

.top-strip::after,
.focus-panel::after,
.market-metric::after,
.market-chart-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(130% 130% at 96% 96%, var(--edge-shadow-strong) 0%, rgba(5, 9, 16, 0.2) 42%, transparent 70%),
    linear-gradient(320deg, var(--edge-shadow-soft) 0%, rgba(8, 12, 20, 0.1) 40%, transparent 72%),
    conic-gradient(
      from 138deg at 12% 12%,
      rgba(113, 217, 255, 0.16),
      rgba(255, 255, 255, 0.06) 22%,
      rgba(255, 188, 120, 0.13) 44%,
      rgba(255, 120, 166, 0.1) 62%,
      rgba(170, 206, 255, 0.15) 79%,
      rgba(113, 217, 255, 0.16)
    );
  opacity: 0.46;
  filter: saturate(122%);
}

.section-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 6px 12px;
  position: relative;
  z-index: 1;
}

.nav-chip {
  appearance: none;
  border: 0;
  border-radius: 10px;
  min-height: 0;
  padding: 10px 8px 14px;
  font: 650 clamp(0.74rem, 0.78vw, 0.92rem) / 1.26 "Montserrat", sans-serif;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.78);
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  position: relative;
  transition: color 0.22s ease, opacity 0.22s ease;
  animation: chip-in 0.45s ease both;
  animation-delay: calc(150ms + var(--i) * 65ms);
  text-align: center;
  flex: 1 1 13%;
  max-width: 14.6%;
}

.nav-chip::after {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 4px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.92), transparent);
  opacity: 0;
  transform: scaleX(0.7);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.nav-chip:hover {
  color: #ffffff;
}

.nav-chip:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.45);
  outline-offset: 2px;
}

.nav-chip.is-active {
  color: #ffffff;
}

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

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2.8vw, 1.9rem);
  min-height: 58vh;
  text-align: center;
  isolation: isolate;
}

.logo-core {
  width: min(560px, 100%);
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}

.brand-logo {
  width: min(100%, 560px);
  height: auto;
  display: block;
  filter:
    drop-shadow(0 22px 34px rgba(0, 0, 0, 0.56))
    drop-shadow(0 0 20px rgba(227, 172, 118, 0.08));
}

.floating-logo {
  position: fixed;
  right: 16px;
  bottom: 14px;
  z-index: 118;
  width: clamp(150px, 16vw, 230px);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  opacity: 0;
  transform: translateY(16px) scale(0.86);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.floating-logo-image {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 18px rgba(2, 4, 8, 0.45));
}

body.logo-docked .logo-core {
  transform: translate(34vw, 44vh) scale(0.38);
  opacity: 0;
}

body.logo-docked .floating-logo {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hero-tagline {
  margin: 0;
  color: #ffffff;
  font-size: clamp(0.53rem, 0.78vw, 0.78rem);
  letter-spacing: 0.16em;
  font-weight: 500;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.52);
}

.hero-title {
  margin: clamp(2.6rem, 6vw, 5rem) 0 0;
  display: grid;
  gap: 0.2rem;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.5vw, 2.15rem);
  letter-spacing: 0.28em;
  line-height: 0.96;
  text-shadow: 0 14px 30px rgba(0, 0, 0, 0.6);
}

.focus-panel {
  border-radius: 30px;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(1.2rem, 2.8vw, 2.2rem);
  box-shadow:
    -11px -9px 24px rgba(151, 196, 235, 0.08),
    24px 26px 42px rgba(3, 6, 12, 0.5),
    inset 1px 1px 0 rgba(255, 255, 255, 0.14),
    inset -1px -1px 0 rgba(6, 10, 18, 0.36),
    0 0 30px color-mix(in srgb, var(--active-accent) 20%, transparent 80%);
  transition: box-shadow 0.35s ease;
}

.panel-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-size: 0.72rem;
  color: #ffffff;
}

h1 {
  margin: 0.55rem 0 0;
  font-family: "Montserrat", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  line-height: 1.15;
}

.section-subheading {
  margin: 0.16rem 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(0.76rem, 1.08vw, 0.94rem);
  line-height: 1.52;
  font-weight: 300;
  max-width: 96%;
}

.market-validation-content {
  margin-top: 3.6rem;
  display: grid;
  grid-template-columns: minmax(148px, 178px) minmax(0, 1fr);
  gap: 0.92rem 1rem;
  align-items: start;
}

.market-validation-body {
  min-width: 0;
  display: grid;
  gap: 1rem;
}

.market-side-tabs {
  position: sticky;
  top: var(--market-tabs-home-top, 88px);
  display: grid;
  gap: 0.34rem;
  align-content: start;
  max-height: none;
  overflow: visible;
  padding-right: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
  will-change: transform;
}

.market-side-tab {
  appearance: none;
  border: 1px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.12);
  border-right-color: rgba(7, 11, 19, 0.34);
  border-bottom-color: rgba(6, 10, 17, 0.44);
  background: linear-gradient(152deg, rgba(58, 78, 110, 0.22), rgba(14, 21, 35, 0.18));
  box-shadow:
    -4px -3px 10px rgba(146, 195, 234, 0.06),
    10px 12px 18px rgba(4, 8, 14, 0.3),
    inset 1px 1px 0 rgba(255, 255, 255, 0.1),
    inset -1px -1px 0 rgba(7, 11, 19, 0.26);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.84);
  font-family: "Montserrat", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.67rem;
  line-height: 1.2;
  text-align: left;
  padding: 0.43rem 0.48rem;
  cursor: pointer;
  transition:
    border-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.22s ease,
    transform 0.18s ease,
    background 0.2s ease;
}

.market-side-tab:hover {
  color: #ffffff;
  transform: translateX(4px) scale(1.012);
  border-top-color: color-mix(in srgb, var(--active-accent) 42%, #ffffff 58%);
  border-left-color: color-mix(in srgb, var(--active-accent) 32%, #ffffff 68%);
  border-right-color: rgba(7, 11, 19, 0.4);
  border-bottom-color: rgba(6, 10, 17, 0.5);
  background: linear-gradient(152deg, rgba(78, 106, 148, 0.32), rgba(16, 24, 40, 0.25));
  box-shadow:
    -6px -5px 14px rgba(170, 215, 247, 0.15),
    14px 15px 24px rgba(4, 8, 14, 0.42),
    inset 1px 1px 0 rgba(255, 255, 255, 0.16),
    inset -1px -1px 0 rgba(7, 11, 19, 0.32),
    0 0 0 1px color-mix(in srgb, var(--active-accent) 34%, transparent 66%),
    0 0 16px color-mix(in srgb, var(--active-accent) 26%, transparent 74%);
}

.market-side-tab.is-active {
  color: #ffffff;
  border-top-color: color-mix(in srgb, var(--active-accent) 56%, #ffffff 44%);
  border-left-color: color-mix(in srgb, var(--active-accent) 45%, #ffffff 55%);
  border-right-color: rgba(7, 11, 19, 0.42);
  border-bottom-color: rgba(6, 10, 17, 0.54);
  box-shadow:
    -5px -4px 12px color-mix(in srgb, var(--active-accent) 20%, rgba(160, 205, 239, 0.2) 80%),
    12px 14px 22px rgba(4, 8, 14, 0.34),
    inset 1px 1px 0 rgba(255, 255, 255, 0.14),
    inset -1px -1px 0 rgba(7, 11, 19, 0.3);
}

.market-anchor {
  scroll-margin-top: 110px;
}

.market-section-title {
  margin: 0;
  font-size: clamp(1.03rem, 1.65vw, 1.34rem);
  line-height: 1.4;
  font-weight: 650;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.market-section-title-break {
  margin-top: 2.6rem;
}

.market-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0.46rem 0 0.58rem;
}

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

.market-kpi-groups {
  display: grid;
  gap: 0.64rem;
  margin: 0.46rem 0 0.58rem;
}

.market-kpi-group {
  display: grid;
  gap: 0.36rem;
}

.market-kpi-group-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 620;
}

.market-kpi-group-cards {
  display: grid;
  gap: 10px;
}

.market-kpi-group-cards.is-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.market-kpi-group-cards.is-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.market-metric {
  border-radius: 12px;
  border: 1px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.21);
  border-left-color: rgba(255, 255, 255, 0.13);
  border-right-color: rgba(7, 11, 19, 0.34);
  border-bottom-color: rgba(6, 10, 17, 0.46);
  background: linear-gradient(156deg, rgba(76, 101, 140, 0.22), rgba(20, 27, 40, 0.16));
  box-shadow:
    -5px -4px 12px rgba(148, 197, 235, 0.06),
    12px 14px 22px rgba(4, 7, 13, 0.32),
    inset 1px 1px 0 rgba(255, 255, 255, 0.12),
    inset -1px -1px 0 rgba(7, 11, 19, 0.3);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  padding: 0.72rem 0.78rem;
}

.metric-label {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.71rem;
  line-height: 1.33;
  letter-spacing: 0.03em;
}

.metric-value {
  margin: 0.34rem 0 0;
  color: #ffffff;
  font-size: clamp(0.93rem, 1.22vw, 1.18rem);
  font-weight: 650;
  line-height: 1.2;
}

.market-chart-shell {
  border-radius: 20px;
  border: 1px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.12);
  border-right-color: rgba(7, 11, 19, 0.35);
  border-bottom-color: rgba(6, 10, 17, 0.48);
  background: linear-gradient(154deg, rgba(66, 90, 129, 0.24), rgba(17, 24, 39, 0.17));
  box-shadow:
    -8px -7px 18px rgba(148, 198, 236, 0.07),
    18px 22px 30px rgba(3, 6, 12, 0.34),
    inset 1px 1px 0 rgba(255, 255, 255, 0.12),
    inset -1px -1px 0 rgba(7, 11, 19, 0.32);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  padding: 0.8rem 0.85rem 0.65rem;
}

.market-chart-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(0.9rem, 1.35vw, 1.06rem);
  font-weight: 620;
  line-height: 1.3;
}

.market-chart-subtitle {
  margin: 0.26rem 0 0.5rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.74rem, 1.03vw, 0.86rem);
  line-height: 1.4;
}

.market-chart-context {
  margin: -0.12rem 0 0.48rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.66rem, 0.92vw, 0.78rem);
  line-height: 1.45;
}

.market-conclusion-shell {
  margin-top: 0.46rem;
}

.market-conclusion-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(0.9rem, 1.35vw, 1.06rem);
  font-weight: 620;
  line-height: 1.3;
}

.market-conclusion-text {
  margin: 0.34rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.72rem, 1vw, 0.84rem);
  line-height: 1.55;
}

#marketValidationChart,
#marketOfferingsChart,
#marketRegCfChart,
#marketParetoChart {
  display: block;
  width: 100%;
  height: auto;
}

.market-chart-legend {
  margin-top: 0.34rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.34rem 0.9rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.64rem, 0.9vw, 0.75rem);
}

.market-chart-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
}

.market-chart-legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  box-shadow: 0 0 9px rgba(255, 255, 255, 0.3);
}

.market-chart-legend-dot.is-total {
  background: #f1d4a2;
}

.market-chart-legend-dot.is-506c {
  background: #9dd4ff;
}

.market-chart-legend-dot.is-cf {
  background: #68e8c4;
}

.market-chart-legend-dot.is-rega {
  background: #c991ff;
}

.market-chart-legend-dot.is-pareto-bar {
  background: #9dd4ff;
}

.market-chart-legend-dot.is-pareto-line {
  background: #f1d4a2;
}

.market-chart-legend-dot.is-capital {
  background: #f1d4a2;
}

.market-chart-legend-dot.is-offerings {
  background: #68e8c4;
}

.market-chart-footnote {
  margin: 0.42rem 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(0.68rem, 0.95vw, 0.8rem);
  line-height: 1.4;
}

.market-sources {
  margin-top: 0.56rem;
}

.market-sources-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.7rem, 1vw, 0.84rem);
  font-weight: 560;
  letter-spacing: 0.02em;
}

.market-sources-list {
  margin: 0.28rem 0 0;
  padding-left: 1.02rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.66rem, 0.92vw, 0.78rem);
  line-height: 1.45;
  display: grid;
  gap: 0.18rem;
}

.section-summary {
  margin: 0.8rem 0 0;
  color: #ffffff;
  max-width: 74ch;
  font-size: clamp(0.95rem, 1.8vw, 1.03rem);
  line-height: 1.65;
}

.section-highlights {
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section-highlights li {
  padding: 0.78rem 0.86rem;
  border-radius: 14px;
  background:
    radial-gradient(140% 120% at 7% 8%, rgba(255, 255, 255, 0.15), transparent 62%),
    radial-gradient(130% 120% at 96% 94%, rgba(8, 12, 21, 0.28), transparent 66%),
    linear-gradient(152deg, rgba(55, 74, 108, 0.24), rgba(22, 31, 49, 0.16));
  border: 1px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.11);
  border-right-color: rgba(7, 11, 19, 0.33);
  border-bottom-color: rgba(6, 10, 17, 0.45);
  box-shadow:
    -5px -4px 12px rgba(149, 198, 236, 0.06),
    12px 16px 24px rgba(5, 8, 13, 0.28),
    inset 1px 1px 0 rgba(255, 255, 255, 0.12),
    inset -1px -1px 0 rgba(7, 11, 19, 0.3);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  color: #ffffff;
  font-size: 0.88rem;
  line-height: 1.45;
  display: flex;
  gap: 0.56rem;
  align-items: flex-start;
}

.section-highlights li::before {
  content: "";
  margin-top: 0.34rem;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--active-accent);
  box-shadow: 0 0 12px color-mix(in srgb, var(--active-accent) 72%, transparent 28%);
  flex: 0 0 auto;
}

.reveal {
  opacity: 0;
  transform: translateY(14px) scale(0.99);
  animation: reveal-up 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.reveal-1 {
  animation-delay: 0.08s;
}

.reveal-2 {
  animation-delay: 0.19s;
}

.reveal-3 {
  animation-delay: 0.31s;
}

@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.99);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes chip-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1200px) {
  .nav-chip {
    flex-basis: 24%;
    max-width: 24%;
  }

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

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

  .market-kpi-group-cards.is-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .market-validation-content {
    grid-template-columns: 1fr;
    gap: 0.68rem;
  }

  .market-side-tabs {
    position: sticky;
    top: 62px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}

@media (max-width: 860px) {
  .home-shell {
    width: calc(100vw - 20px);
    margin: 10px auto 18px;
    gap: 16px;
  }

  .section-nav {
    justify-content: center;
    gap: 2px 8px;
  }

  .top-strip {
    top: 8px;
  }

  .nav-chip {
    flex-basis: 47%;
    max-width: 47%;
    font-size: 0.78rem;
    padding: 10px 6px 12px;
  }

  .hero {
    min-height: 48vh;
  }

  .logo-core {
    width: min(450px, 100%);
  }

  .brand-logo {
    width: min(100%, 450px);
  }

  .floating-logo {
    right: 10px;
    bottom: 10px;
    width: clamp(120px, 34vw, 170px);
    padding: 0;
  }

  body.logo-docked .logo-core {
    transform: translate(40vw, 46vh) scale(0.34);
  }

  .hero-tagline {
    font-size: clamp(0.45rem, 2.35vw, 0.65rem);
    letter-spacing: 0.12em;
    padding: 0 10px;
  }

  .hero-title {
    font-size: clamp(1.08rem, 5.8vw, 1.55rem);
    letter-spacing: 0.2em;
    line-height: 1;
  }

  .section-subheading {
    font-size: clamp(0.85rem, 3.5vw, 1.04rem);
    line-height: 1.45;
  }

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

  #whyNowLimitsMetrics {
    grid-template-columns: 1fr;
  }

  .market-side-tabs {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.3rem;
  }

  .market-side-tab {
    font-size: 0.64rem;
    padding: 0.38rem 0.42rem;
  }

  .market-kpi-group-cards.is-two,
  .market-kpi-group-cards.is-three {
    grid-template-columns: 1fr;
  }

  .market-section-title {
    font-size: clamp(0.95rem, 3.8vw, 1.15rem);
  }

  .market-chart-shell {
    padding: 0.58rem 0.58rem 0.6rem;
  }

  .market-chart-subtitle {
    margin-bottom: 0.44rem;
  }

  .section-highlights {
    grid-template-columns: 1fr;
  }
}
