/* ============================================================
   MURMUR · Home
   01 Hero · 02 Shift · 03 Gap · 04 Demo · 05 Category · 06 Who
   ============================================================ */

/* Monochrome interface accents keep attention on Murmur's content and UI. */
body {
  --home-background-white: #ffffff;
  --home-background-light: #f4f5f6;
  --home-background-dark: #c8cacb;
  --legora-paper: var(--home-background-white);
  --home-accent: #111318;
  --home-accent-hover: #30343b;
  --home-accent-pressed: #000000;
  --blue: var(--home-accent);
  --blue-hover: var(--home-accent-hover);
  --blue-pressed: var(--home-accent-pressed);
}

/* ============================================================
   LEGORA-REFERENCE PHOTO + LIQUID GLASS SYSTEM
   The photograph stays present and contrasty. Murmur is carried
   by the foreground interface, at deliberately dominant scale.
   ============================================================ */

.hero__world,
.shift-scene__media,
.who__portrait-media {
  background: #171716;
}

.hero__world {
  aspect-ratio: 16 / 9;
  min-height: 620px;
}

.hero__world::before,
.hero__world::after {
  display: none;
}

.hero__world-media {
  display: block;
}

.hero__world-media img,
.shift-scene__media img,
.who__portrait img {
  filter: none;
  transform: none;
}

.hero__world-media::after,
.shift-scene__media::after,
.who__portrait-media::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), transparent 54%, rgba(0, 0, 0, 0.13)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.08), transparent 24%, transparent 76%, rgba(0, 0, 0, 0.05));
}

.hero-context,
.shift-brief,
.who-audience {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.42), rgba(236, 233, 225, 0.52) 40%, rgba(214, 211, 204, 0.38)),
    rgba(239, 237, 231, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(0, 0, 0, 0.14),
    inset 1px 0 0 rgba(255, 255, 255, 0.55),
    0 36px 90px -32px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(26px) saturate(1.24) contrast(1.02);
  -webkit-backdrop-filter: blur(26px) saturate(1.24) contrast(1.02);
}

.hero-context::before,
.shift-brief::before {
  background:
    radial-gradient(circle at 16% -8%, rgba(255, 255, 255, 0.82), transparent 29%),
    radial-gradient(circle at 72% 112%, rgba(177, 151, 112, 0.22), transparent 36%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.28), transparent 42%, rgba(67, 61, 53, 0.05));
}

.hero-context {
  top: 50%;
  right: auto;
  left: 6%;
  width: min(920px, 74%);
  min-height: 70%;
  padding: clamp(34px, 4.1vw, 58px);
  border-radius: clamp(32px, 3vw, 48px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(-50%);
}

.hero-context::after {
  border-radius: calc(clamp(32px, 3vw, 48px) - 1px);
}

.hero-context__title {
  max-width: 16ch;
  margin-top: clamp(40px, 5vw, 70px);
  font-size: clamp(34px, 3.7vw, 52px);
}

.hero-context__truths {
  margin-top: clamp(32px, 4vw, 52px);
}

.hero-context__truths li {
  min-height: 62px;
}

.hero-context__truths b {
  font-size: clamp(14px, 1.25vw, 18px);
}

.shift-scene {
  margin-top: clamp(64px, 7vw, 96px);
}

.shift-brief {
  left: 6%;
  width: min(920px, 72%);
  min-height: 58%;
  padding: clamp(34px, 4vw, 56px);
  border-radius: clamp(32px, 3vw, 48px);
}

.shift-brief::after {
  border-radius: calc(clamp(32px, 3vw, 48px) - 1px);
}

.shift-brief__selection {
  background: rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(14px) saturate(1.15);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
}

.who__portrait-media {
  aspect-ratio: 16 / 9;
}

.who-audience {
  top: 9%;
  right: 5%;
  bottom: auto;
  left: auto;
  width: min(650px, 52%);
  min-height: 82%;
  border-radius: clamp(30px, 3vw, 44px);
  display: flex;
  flex-direction: column;
}

.who-audience > header {
  min-height: 72px;
  padding-inline: clamp(24px, 3vw, 38px);
}

.who__list {
  flex: 1;
  grid-template-columns: 1fr;
  padding: 14px;
}

.who__list li {
  min-height: 0;
  padding: 22px 26px 22px 70px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.22);
}

.who__list li + li {
  margin-top: 10px;
}

.who__list li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.52);
}

@media (max-width: 720px) {
  .hero__world,
  .shift-scene__media,
  .who__portrait-media {
    aspect-ratio: 4 / 5;
    min-height: 0;
  }

  .hero__world {
    margin-top: 52px;
  }

  .hero__world-media {
    position: absolute;
    inset: 0;
  }

  .hero__world-media img {
    object-position: 46% center;
  }

  .hero-context {
    position: absolute;
    top: 50%;
    right: 12px;
    left: 12px;
    width: auto;
    min-height: 76%;
    margin: 0;
    padding: 24px;
    border-radius: 30px;
    transform: translateY(-50%);
  }

  .hero-context::after {
    border-radius: 29px;
  }

  .hero-context__title {
    margin-top: 30px;
    font-size: clamp(30px, 9vw, 40px);
  }

  .hero-context__truths {
    margin-top: 22px;
  }

  .hero-context__truths li {
    min-height: 50px;
  }

  .shift-scene {
    margin-top: 52px;
    padding: 0;
  }

  .shift-scene__media img {
    object-position: 54% center;
  }

  .shift-brief {
    top: auto;
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    min-height: 0;
    padding: 24px;
    border-radius: 30px;
    transform: none;
  }

  .shift-brief::after {
    border-radius: 29px;
  }

  .shift-brief__icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
  }

  .shift-brief__copy {
    margin-top: 24px;
  }

  .shift-brief__copy h3 {
    font-size: 25px;
  }

  .shift-brief__copy > p {
    margin-top: 10px;
    font-size: 15px;
  }

  .shift-brief__selection {
    margin-top: 18px;
    padding: 14px;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
  }

  .shift-brief footer {
    margin-top: 16px;
  }

  .who__portrait {
    margin-top: 52px;
  }

  .who__portrait img {
    height: 100%;
    object-position: 54% center;
  }

  .who-audience {
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    min-height: 0;
    border-radius: 30px;
  }

  .who-audience > header {
    min-height: 58px;
    padding-inline: 20px;
  }

  .who__list {
    padding: 10px;
  }

  .who__list li {
    padding: 16px 16px 16px 54px;
    border-radius: 18px;
  }
}

/* ------------------------------------------------------------
   01 · HERO
   ------------------------------------------------------------ */

.nav--home .nav__cta {
  min-height: 40px;
  border-color: var(--brand-green);
  border-radius: var(--r-pill);
  background: var(--brand-green);
  color: var(--black);
  opacity: 1;
}

.nav--home .nav__cta:hover {
  border-color: var(--brand-green-hover);
  background: var(--brand-green-hover);
  color: var(--black);
}

@media (max-width: 860px) {
  .nav--home .nav__cta,
  .nav--home .nav__cta:hover {
    border-color: transparent;
    border-radius: 0;
    background: transparent;
    color: var(--black);
  }
}

.hero {
  min-height: clamp(760px, 100svh, 940px);
  display: grid;
  align-content: center;
  overflow: hidden;
  isolation: isolate;
  padding-block: 152px 88px;
  background: var(--legora-paper);
  text-align: left;
}

.hero::after {
  content: "";
  position: absolute;
  right: var(--gutter);
  bottom: 0;
  left: var(--gutter);
  height: 1px;
  background: var(--ink-08);
}

.hero .shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 18px;
  align-items: start;
}

.hero__eyebrow {
  grid-column: 1 / 6;
  margin-bottom: 32px;
  color: var(--text-muted);
}

.hero__title {
  grid-column: 1 / -1;
  max-width: none;
  font-family: var(--font);
  font-size: clamp(60px, 5.28vw, 75px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -0.047em;
  text-wrap: balance;
}

.hero__title span.hero__line { display: block; }

.hero__line--two {
  display: block;
}

.hero__sub {
  grid-column: 1 / 6;
  margin-top: 32px;
  max-width: 500px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.012em;
  color: var(--text-muted);
}

.hero__actions {
  grid-column: 1 / 7;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.hero .btn {
  --btn-bg: var(--black);
  --btn-fg: var(--white);
  width: auto;
  min-height: 48px;
  padding: 0 12px 0 20px;
  justify-content: space-between;
  gap: 12px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.006em;
  transition:
    background-color var(--dur) var(--ease),
    color var(--dur) var(--ease);
}

.hero .btn span {
  display: block;
  text-align: left;
  white-space: nowrap;
}

.hero .btn:hover { --btn-bg: var(--black); }
.hero .btn:active { --btn-bg: var(--black); }
.hero .btn:hover,
.hero .btn:active { transform: none; }

.hero .btn i {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background: transparent;
  font-size: 0.72em;
}

.hero .link {
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  color: var(--black);
  transition:
    color var(--dur) var(--ease),
    border-color var(--dur) var(--ease),
    background-color var(--dur) var(--ease);
}

.hero .link:hover {
  border-color: var(--blue);
  background: var(--white);
  color: var(--blue);
}

.hero__world {
  position: relative;
  grid-column: 1 / -1;
  aspect-ratio: 16 / 7;
  margin-top: clamp(64px, 7vw, 96px);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.96), transparent 30%),
    radial-gradient(circle at 82% 76%, rgba(17, 19, 24, 0.08), transparent 34%),
    #ecece8;
}

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

.hero__world::before {
  z-index: 0;
  inset: 0;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(17, 19, 24, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 19, 24, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(120deg, rgba(0, 0, 0, 0.7), transparent 72%);
}

.hero__world::after {
  z-index: 0;
  width: clamp(180px, 24vw, 340px);
  aspect-ratio: 1;
  right: -7%;
  bottom: -34%;
  border: 1px solid rgba(17, 19, 24, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(255, 255, 255, 0.24),
    0 0 0 72px rgba(17, 19, 24, 0.035);
}

.hero__world-media {
  position: absolute;
  inset: 0;
}

.hero__world-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 48% 50%;
  filter: saturate(0.54) contrast(0.91) brightness(1.07);
  transform: scale(1.045);
}

.hero__world-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(247, 247, 243, 0.2), rgba(247, 247, 243, 0.04) 56%, rgba(17, 19, 24, 0.08)),
    linear-gradient(90deg, rgba(247, 247, 243, 0.24), rgba(247, 247, 243, 0.08) 42%, rgba(247, 247, 243, 0.36));
}

.hero-context {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 50%;
  width: min(720px, calc(100% - 56px));
  padding: clamp(24px, 2.2vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 253, 0.82);
  border-radius: 28px;
  background: rgba(245, 245, 241, 0.63);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(31, 38, 35, 0.1),
    0 30px 80px -30px rgba(17, 19, 24, 0.32),
    0 8px 24px -18px rgba(17, 19, 24, 0.26);
  color: var(--black);
  backdrop-filter: blur(34px) saturate(0.8) brightness(1.08);
  -webkit-backdrop-filter: blur(34px) saturate(0.8) brightness(1.08);
  transform: translate(50%, -50%);
}

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

.hero-context::before {
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 14% 4%, rgba(255, 255, 255, 0.62), transparent 28%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.3), transparent 32%, rgba(171, 160, 139, 0.06) 82%);
}

.hero-context::after {
  inset: 1px;
  border-radius: 27px;
  box-shadow:
    inset 1px 0 0 rgba(255, 255, 255, 0.52),
    inset -1px -1px 0 rgba(45, 52, 48, 0.1);
}

.hero-context > * {
  position: relative;
  z-index: 1;
}

.hero-context__head,
.hero-context footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--font-compact);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-context__head {
  color: var(--text-muted);
}

.hero-context__head b {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--home-accent);
}

.hero-context__head i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(17, 19, 24, 0.09);
}

.hero-context__title {
  max-width: 14ch;
  margin-top: 34px;
  font-size: clamp(29px, 2.6vw, 36px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.042em;
}

.hero-context__truths {
  margin-top: 28px;
  border-top: 1px solid var(--ink-12);
}

.hero-context__truths li {
  min-height: 54px;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--ink-12);
}

.hero-context__truths span,
.hero-context__truths small {
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hero-context__truths b {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.hero-context footer {
  margin-top: 20px;
  color: var(--text-muted);
}

.hero-context footer b {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--home-accent);
  color: var(--white);
  font-family: var(--font);
  font-size: 10px;
  letter-spacing: -0.04em;
}

.hero__world figcaption {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 18px;
  max-width: 42ch;
  color: rgba(255, 255, 253, 0.88);
  font-family: var(--font-compact);
  font-size: 9px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-align: right;
  text-transform: uppercase;
}

/* Editorial section close. The complete sentence is the action, so it reads
   as part of the section rather than as a utility row appended beneath it. */

.section-cta {
  width: fit-content;
  max-width: min(100%, 760px);
  margin-top: clamp(4.5rem, 8vw, 7rem);
  display: inline-flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.75rem);
  color: var(--black);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.035em;
  text-wrap: balance;
  transition: color var(--dur) var(--ease);
}

.section-cta span {
  max-width: 24ch;
}

.section-cta i {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  font-style: normal;
  line-height: 1;
  transition:
    border-color var(--dur) var(--ease),
    background-color var(--dur) var(--ease),
    color var(--dur) var(--ease),
    transform var(--dur) var(--ease);
}

.section-cta:hover {
  color: var(--blue);
}

.section-cta:hover i {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
  transform: translate(2px, -2px);
}

/* The sentence remains normal inline text. Only the animated logo is
   inserted between “An” and “AI”, so every word shares one baseline. */

.ai-rotator {
  position: relative;
  display: inline-block;
  width: 0.76em;
  height: 0.76em;
  margin-inline: 0.06em;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
  vertical-align: -0.08em;
}

.ai-rotator span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: scale(0.82);
  transition:
    opacity 520ms var(--ease),
    transform 520ms var(--ease);
}

.ai-rotator span.is-active {
  opacity: 1;
  transform: none;
}

.ai-rotator img {
  width: 86%;
  height: 86%;
  object-fit: contain;
  border-radius: 0;
}

/* On a full desktop canvas, each sentence is one deliberate line.
   Below this point the title can wrap naturally rather than shrinking
   into an unreadably small display size. */
@media (min-width: 1120px) {
  .hero__title span.hero__line {
    white-space: nowrap;
  }

}

/* ------------------------------------------------------------
   02 · THE SHIFT
   ------------------------------------------------------------ */

.shift {
  background: var(--legora-paper);
  border-bottom: 1px solid var(--line);
}

.shift__head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 18px;
  align-items: start;
}

.shift__head .index {
  grid-column: 1 / 5;
  margin-bottom: 32px;
}

.shift__head .h2 {
  grid-column: 1 / 8;
  font-family: var(--font);
  font-size: clamp(44px, 4vw, 60px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}

.shift__head .lead {
  grid-column: 9 / -1;
  align-self: start;
  max-width: 28ch;
  padding-top: 0.35rem;
  font-size: 20px;
  line-height: 1.5;
}

.shift-scene {
  position: relative;
  margin-top: 96px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.shift-scene__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0;
  background: #d8d4cc;
}

.shift-scene__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(17, 19, 24, 0.055), transparent 52%, rgba(17, 19, 24, 0.025)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 58%, rgba(17, 19, 24, 0.07));
}

.shift-scene__media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 52% 54%;
  filter: saturate(0.92) contrast(1.02);
  transform: scale(1.07);
}

.shift-brief {
  position: absolute;
  top: 50%;
  left: clamp(32px, 5vw, 78px);
  width: min(72%, 900px);
  min-height: 360px;
  padding: clamp(30px, 3.4vw, 50px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 34px;
  background: rgba(246, 245, 240, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(49, 55, 50, 0.1),
    0 34px 92px -30px rgba(33, 38, 35, 0.28),
    0 6px 20px -16px rgba(33, 38, 35, 0.26);
  backdrop-filter: blur(38px) saturate(0.76) brightness(1.09);
  -webkit-backdrop-filter: blur(38px) saturate(0.76) brightness(1.09);
  transform: translateY(-50%);
}

.shift-brief::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.7), transparent 27%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 42%),
    linear-gradient(90deg, rgba(164, 150, 128, 0.06), transparent 28%);
}

.shift-brief::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 33px;
  pointer-events: none;
  box-shadow:
    inset 1px 0 0 rgba(255, 255, 255, 0.58),
    inset -1px -1px 0 rgba(49, 55, 50, 0.11);
}

.shift-brief > * {
  position: relative;
  z-index: 1;
}

.shift-brief__icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 22px;
  background:
    radial-gradient(circle at 24% 12%, rgba(255, 255, 255, 0.82), transparent 32%),
    rgba(255, 255, 253, 0.25);
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.92),
    inset -1px -1px 0 rgba(31, 38, 35, 0.12),
    0 16px 34px -18px rgba(17, 19, 24, 0.36);
  color: var(--blue);
  font-size: 24px;
  line-height: 1;
  backdrop-filter: blur(16px) saturate(0.72) brightness(1.12);
  -webkit-backdrop-filter: blur(16px) saturate(0.72) brightness(1.12);
}

.shift-brief__copy {
  margin-top: clamp(34px, 4vw, 54px);
}

.shift-brief__copy h3 {
  font-family: var(--font);
  font-size: clamp(24px, 2.35vw, 34px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--black);
}

.shift-brief__copy > p {
  margin-top: 16px;
  max-width: 45ch;
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.38;
  letter-spacing: -0.023em;
  color: rgba(17, 19, 24, 0.66);
}

.shift-brief__selection {
  margin-top: clamp(28px, 3vw, 42px);
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  background: rgba(255, 255, 253, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -1px 0 rgba(38, 42, 40, 0.08),
    0 14px 34px rgba(38, 42, 40, 0.08);
  backdrop-filter: blur(18px) saturate(0.78);
  -webkit-backdrop-filter: blur(18px) saturate(0.78);
}

.shift-brief__selection > span {
  width: fit-content;
  margin-top: 2px;
  padding: 6px 8px;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shift-brief__selection b {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.018em;
}

.shift-brief__selection p {
  margin-top: 5px;
  max-width: 56ch;
  color: rgba(17, 19, 24, 0.58);
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: -0.012em;
}

.shift-brief footer {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(17, 19, 24, 0.43);
  font-size: 12px;
  line-height: 1;
}

.shift-brief footer b {
  font-weight: 500;
  color: rgba(17, 19, 24, 0.64);
}

.shift-brief__mark {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  color: var(--blue);
  font-size: 12px;
}

.shift-scene figcaption {
  position: absolute;
  right: 18px;
  bottom: -27px;
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.shift__stats {
  margin-top: 96px;
  display: block;
  border-top: 2px solid var(--black);
}

.shift__stats li {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 18px;
  align-items: start;
  padding-block: 32px;
  border-bottom: 1px solid var(--line-strong);
}

.shift__stats .stat__value {
  grid-column: 1 / 4;
  font-family: var(--font);
  font-size: clamp(64px, 5.5vw, 84px);
  font-weight: 400;
  line-height: 0.9;
}

.shift__stats .stat__label {
  grid-column: 5 / 9;
  margin-top: 0;
  max-width: 34ch;
  padding-top: 0.2rem;
  font-size: 18px;
  line-height: 1.5;
}

.shift__stats .stat__cite {
  grid-column: 10 / -1;
  margin-top: 0;
  padding-top: 0.55rem;
  line-height: 1.55;
}

/* .stat__* primitives live in css/murmur.css, shared with The Agentic Web. */

/* ------------------------------------------------------------
   03 · THE GAP
   ------------------------------------------------------------ */

.gap {
  background: #f2f1f0;
  border-bottom: 1px solid var(--line-strong);
}

.gap > .shell {
  display: block;
}

.gap__head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 18px;
}

.gap__head .index {
  grid-column: 1 / 5;
  margin-bottom: 32px;
}

.gap__head .h2 {
  grid-column: 1 / -1;
  scroll-margin-top: 112px;
  font-family: var(--font);
  font-size: clamp(44px, 4vw, 60px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}

@media (min-width: 1100px) {
  .gap__head .h2 span {
    white-space: nowrap;
  }
}

.gap-compare {
  margin-top: 96px;
  padding: 7px;
  border: 1px solid rgba(17, 19, 24, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(207, 209, 212, 0.88));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.96) inset,
    0 34px 84px -58px rgba(17, 19, 24, 0.4);
}

.gap-compare__surface {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 40%, rgba(17, 19, 24, 0.055), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(243, 243, 241, 0.88));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.96) inset,
    0 0 0 1px rgba(17, 19, 24, 0.025);
  backdrop-filter: blur(24px) saturate(0.8);
}

.gap-compare__bar {
  min-height: 86px;
  padding: 16px 18px 16px 20px;
  border-bottom: 1px solid rgba(17, 19, 24, 0.09);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(255, 255, 255, 0.42);
}

.gap-compare__identity {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.gap-compare__identity > span {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 19, 24, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--blue);
  font-size: 17px;
  box-shadow: 0 8px 20px rgba(17, 19, 24, 0.045);
}

.gap-compare__identity b,
.gap-compare__identity small {
  display: block;
}

.gap-compare__identity b {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.018em;
}

.gap-compare__identity small {
  margin-top: 4px;
  color: rgba(17, 19, 24, 0.44);
  font-family: var(--font-compact);
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.gap-compare__toggle {
  padding: 4px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  border: 1px solid rgba(17, 19, 24, 0.1);
  border-radius: 999px;
  background: rgba(230, 230, 228, 0.72);
}

.gap-compare__toggle button {
  min-height: 38px;
  padding-inline: 18px;
  border-radius: 999px;
  color: rgba(17, 19, 24, 0.5);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.012em;
  white-space: nowrap;
  transition:
    color var(--dur) var(--ease),
    background-color var(--dur) var(--ease),
    box-shadow var(--dur) var(--ease);
}

.gap-compare__toggle button[aria-pressed="true"] {
  background: var(--white);
  color: var(--black);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 4px 12px rgba(17, 19, 24, 0.08);
}

.gap-compare[data-state="with"] .gap-compare__toggle button[aria-pressed="true"] {
  background: var(--blue);
  color: var(--white);
}

.gap-compare__canvas {
  padding: clamp(24px, 3vw, 44px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
  align-items: stretch;
}

.gap-source,
.gap-answer {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 19, 24, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.94) inset,
    0 18px 42px rgba(17, 19, 24, 0.055);
}

.gap-source > header,
.gap-answer > header {
  min-height: 76px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(17, 19, 24, 0.08);
  display: flex;
  align-items: center;
  gap: 12px;
}

.gap-source__monogram,
.gap-answer__spark {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #17191d;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
}

.gap-answer__spark {
  border: 1px solid rgba(17, 19, 24, 0.09);
  background: rgba(255, 255, 255, 0.86);
  color: rgba(17, 19, 24, 0.74);
}

.gap-source header div,
.gap-answer header div {
  min-width: 0;
  flex: 1 1 auto;
}

.gap-source h3,
.gap-answer h3 {
  font-family: var(--font);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.018em;
}

.gap-source header p,
.gap-answer header p {
  margin-top: 4px;
  color: rgba(17, 19, 24, 0.46);
  font-size: 11px;
  line-height: 1.3;
}

.gap-source__count,
.gap-answer__status {
  flex: 0 0 auto;
  padding: 6px 8px;
  border: 1px solid rgba(17, 19, 24, 0.08);
  border-radius: 999px;
  background: rgba(242, 242, 240, 0.9);
  color: rgba(17, 19, 24, 0.46);
  font-family: var(--font-compact);
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.gap-source ul {
  padding: 4px 18px 12px;
}

.gap-source li {
  position: relative;
  padding: 18px 8px 18px 24px;
  border-bottom: 1px solid rgba(17, 19, 24, 0.075);
}

.gap-source li:last-child {
  border-bottom: 0;
}

.gap-source li::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(17, 19, 24, 0.25);
  border-radius: 50%;
  background: transparent;
  transition:
    border-color var(--dur-long) var(--ease),
    background-color var(--dur-long) var(--ease),
    box-shadow var(--dur-long) var(--ease);
}

.gap-source li > span {
  color: rgba(17, 19, 24, 0.43);
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gap-source li p {
  margin-top: 8px;
  max-width: 43ch;
  font-size: 14px;
  line-height: 1.46;
  letter-spacing: -0.015em;
}

.gap-compare[data-state="with"] .gap-source li::before {
  border-color: var(--blue);
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(17, 19, 24, 0.09);
}

.gap-compare__transfer {
  position: relative;
  display: grid;
  place-items: center;
}

.gap-compare__transfer::before {
  content: "";
  position: absolute;
  right: 10px;
  left: 10px;
  height: 1px;
  background: rgba(17, 19, 24, 0.16);
}

.gap-compare__transfer span {
  position: absolute;
  left: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(17, 19, 24, 0.22);
  opacity: 0;
}

.gap-compare__transfer i {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 19, 24, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: rgba(17, 19, 24, 0.5);
  font-size: 13px;
  font-style: normal;
  box-shadow: 0 5px 16px rgba(17, 19, 24, 0.07);
  transition:
    color var(--dur) var(--ease),
    border-color var(--dur) var(--ease);
}

.gap-compare[data-state="with"] .gap-compare__transfer i {
  border-color: rgba(17, 19, 24, 0.24);
  color: var(--blue);
}

.gap-compare[data-state="with"] .gap-compare__transfer span {
  background: var(--blue);
  opacity: 1;
  animation: gap-transfer 720ms var(--ease) both;
}

@keyframes gap-transfer {
  from { transform: translateX(0); opacity: 0; }
  20% { opacity: 1; }
  to { transform: translateX(45px); opacity: 0; }
}

.gap-answer {
  transition:
    border-color var(--dur-long) var(--ease),
    box-shadow var(--dur-long) var(--ease);
}

.gap-compare[data-state="with"] .gap-answer {
  border-color: rgba(17, 19, 24, 0.22);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.94) inset,
    0 18px 44px rgba(17, 19, 24, 0.1);
}

.gap-compare[data-state="with"] .gap-answer__spark {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}

.gap-answer__body {
  min-height: 268px;
  padding: 26px 26px 22px;
}

.gap-answer__body > p {
  min-height: 84px;
  max-width: 38ch;
  font-size: 16px;
  line-height: 1.52;
  letter-spacing: -0.018em;
}

.gap-answer__body mark {
  padding: 0 0.08em;
  border-radius: 2px;
  background: rgba(17, 19, 24, 0.1);
  color: inherit;
  box-shadow: 0 1px 0 rgba(17, 19, 24, 0.28);
}

.gap-answer__body ul {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 19, 24, 0.08);
  display: grid;
  gap: 10px;
}

.gap-answer__body li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(17, 19, 24, 0.42);
  font-family: var(--font-compact);
  font-size: 9px;
  line-height: 1.35;
  letter-spacing: 0.035em;
}

.gap-answer__body li span {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border: 1px solid rgba(17, 19, 24, 0.17);
  border-radius: 50%;
}

.gap-answer__body--with li {
  color: rgba(17, 19, 24, 0.62);
}

.gap-answer__body--with li span {
  position: relative;
  border-color: var(--blue);
  background: var(--blue);
}

.gap-answer__body--with li span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  width: 4px;
  height: 6px;
  border: solid var(--white);
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}

.gap-impact {
  min-height: 70px;
  margin: 0 clamp(24px, 3vw, 44px) clamp(24px, 3vw, 38px);
  padding: 16px 18px;
  border: 1px solid rgba(17, 19, 24, 0.1);
  border-radius: 14px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 18px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.94) inset,
    0 14px 32px rgba(17, 19, 24, 0.045);
}

.gap-impact > span {
  color: rgba(17, 19, 24, 0.44);
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gap-impact p {
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: -0.018em;
}

.gap-impact i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(17, 19, 24, 0.07);
  font-size: 12px;
  font-style: normal;
  transition:
    color var(--dur) var(--ease),
    background-color var(--dur) var(--ease);
}

.gap-compare[data-state="with"] .gap-impact i {
  background: var(--blue);
  color: var(--white);
}

.gap-compare__caption {
  padding: 12px 10px 5px;
  color: rgba(17, 19, 24, 0.43);
  font-family: var(--font-compact);
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: right;
  text-transform: uppercase;
}

.gap__evidence {
  position: relative;
  margin-top: clamp(104px, 11vw, 160px);
  padding: 0;
  border-top: 2px solid var(--black);
  border-bottom: 1px solid var(--line-strong);
}

.gap__evidence::before {
  display: none;
}

.gap-evidence__head,
.gap-evidence__market,
.gap-evidence__turn,
.gap-evidence__response {
  position: relative;
  z-index: 1;
}

.gap-evidence__head {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid rgba(17, 19, 24, 0.1);
}

.gap-evidence__head > span,
.gap-evidence__statement > span,
.gap-evidence__market article div > span {
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gap-evidence__head > span {
  color: rgba(17, 19, 24, 0.42);
}

.gap-evidence__head p {
  font-size: clamp(20px, 1.8vw, 25px);
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: var(--ink);
}

.gap-evidence__market {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid rgba(17, 19, 24, 0.1);
}

.gap-evidence__market article {
  min-width: 0;
  min-height: 244px;
  display: grid;
  grid-template-columns: minmax(130px, 0.7fr) minmax(0, 1fr);
  column-gap: clamp(22px, 2.5vw, 38px);
  align-items: center;
  padding: 36px clamp(18px, 2vw, 30px) 36px 0;
}

.gap-evidence__market article + article {
  padding-right: 0;
  padding-left: clamp(28px, 3vw, 46px);
  border-left: 1px solid rgba(17, 19, 24, 0.09);
}

.gap-evidence__market article > b,
.gap-evidence__metric > b {
  font-family: var(--font);
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -0.065em;
  color: var(--black);
}

.gap-evidence__market article > b {
  font-size: clamp(76px, 7.2vw, 110px);
}

.gap-evidence__market article div > span {
  display: block;
  margin-bottom: 15px;
  color: rgba(17, 19, 24, 0.38);
}

.gap-evidence__market article p,
.gap-evidence__metric p {
  max-width: 35ch;
  font-size: 16px;
  line-height: 1.48;
  color: rgba(17, 19, 24, 0.67);
}

.gap-evidence__market small,
.gap-evidence__metric small {
  display: block;
  margin-top: 18px;
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: rgba(17, 19, 24, 0.4);
}

.gap-evidence__turn {
  height: 0;
  display: flex;
  justify-content: center;
}

.gap-evidence__turn span {
  transform: translateY(-50%);
  padding: 4px 16px;
  background: #f2f1f0;
  font-family: var(--font-compact);
  font-size: 7px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(17, 19, 24, 0.4);
}

.gap-evidence__response {
  min-height: 248px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 18px;
  align-items: center;
  padding-block: 42px 34px;
}

.gap-evidence__statement {
  grid-column: 1 / 6;
}

.gap-evidence__statement > span {
  display: block;
  margin-bottom: 18px;
  color: rgba(17, 19, 24, 0.4);
}

.gap-evidence__statement h3 {
  max-width: 13ch;
  font-family: var(--font);
  font-size: clamp(29px, 2.7vw, 40px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.gap-evidence__metric {
  grid-column: 7 / -1;
  display: grid;
  grid-template-columns: minmax(130px, 0.72fr) minmax(0, 1fr);
  column-gap: clamp(24px, 3vw, 44px);
  align-items: center;
}

.gap-evidence__metric > b {
  grid-row: 1 / 4;
  align-self: center;
  font-size: clamp(84px, 8vw, 122px);
}

.gap-evidence__track {
  grid-column: 1 / -1;
  height: 3px;
  margin-top: 32px;
  overflow: hidden;
  background: rgba(17, 19, 24, 0.09);
}

.gap-evidence__track i {
  display: block;
  width: 3.9%;
  min-width: 8px;
  height: 100%;
  background: var(--blue);
}

/* ------------------------------------------------------------
   04 · THE DEMO
   ------------------------------------------------------------ */

.demo-section {
  background: var(--legora-paper);
  border-bottom: 1px solid var(--line);
}

.demo__head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 18px;
  align-items: start;
}

.demo__head .index {
  grid-column: 1 / 5;
  margin-bottom: 32px;
}

.demo__head .h2 {
  grid-column: 1 / 7;
  font-family: var(--font);
  font-size: clamp(44px, 4vw, 60px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}

.demo__head .lead {
  grid-column: 8 / -1;
  align-self: start;
  max-width: 42ch;
  padding-top: 0.35rem;
  font-size: 20px;
  line-height: 1.5;
}

.demo-section .stage {
  --demo-context: 199, 217, 232;
  --demo-brand: 232, 199, 178;
  --demo-proof: 230, 220, 166;
  --demo-generic: 206, 202, 194;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 96px;
  padding: clamp(16px, 1.6vw, 22px);
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 52% 8%, rgba(255, 255, 253, 0.98) 0%, rgba(247, 247, 244, 0.94) 38%, transparent 68%),
    radial-gradient(circle at 8% 92%, rgba(216, 219, 215, 0.58), transparent 36%),
    linear-gradient(145deg, rgba(239, 240, 237, 0.94), rgba(223, 225, 222, 0.88));
  box-shadow: none;
  backdrop-filter: blur(24px) saturate(0.82) brightness(1.04);
}

.demo-section .stage.hardware::before {
  content: none;
}

.demo-section .stage::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.28), transparent 36%),
    linear-gradient(180deg, transparent 58%, rgba(33, 38, 35, 0.025));
}

.demo-section .stage__toggle-wrap,
.demo-section .stage__content,
.demo-section .stage__grid {
  position: relative;
  z-index: 1;
}

.demo-section .stage__toggle {
  min-width: min(100%, 350px);
  margin-bottom: 14px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  grid-auto-columns: minmax(0, 1fr);
  background: rgba(226, 228, 224, 0.72);
  box-shadow:
    inset 0 1px 1px rgba(33, 38, 35, 0.07),
    0 1px 0 rgba(255, 255, 255, 0.92),
    0 8px 22px rgba(33, 38, 35, 0.045);
  backdrop-filter: blur(18px) saturate(0.8);
}

.demo-section .stage__toggle button {
  min-height: 42px;
  padding-inline: 20px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.demo-section .stage__toggle button[aria-pressed="true"] {
  background: var(--black);
  color: var(--white);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 4px 12px rgba(17, 19, 24, 0.16);
}

.demo-section [data-state="with"] .stage__toggle button[data-demo-set="with"][aria-pressed="true"] {
  background: var(--blue);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 4px 12px rgba(17, 19, 24, 0.2);
}

.demo-section .stage__content {
  min-height: 0;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 14px;
}

.demo-section .demo-agents {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: center;
  gap: 12px;
}

.demo-section .demo-agents button {
  position: relative;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: rgba(248, 248, 246, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 9px 24px rgba(38, 42, 40, 0.045);
  color: rgba(17, 19, 24, 0.62);
  transition:
    background-color 220ms var(--ease),
    border-color 220ms var(--ease),
    color 220ms var(--ease),
    transform 220ms var(--ease),
    box-shadow 220ms var(--ease);
}

.demo-section .demo-agents button:hover {
  transform: translateX(2px);
  background: rgba(255, 255, 253, 0.9);
}

.demo-section .demo-agents button:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

.demo-section .demo-agents button[aria-pressed="true"] {
  border-color: #111318;
  background: #111318;
  color: var(--white);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 12px 26px rgba(17, 19, 24, 0.16);
}

.demo-section .demo-agents__mark,
.demo-section .agent-mark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.demo-section .demo-agents__mark {
  width: 27px;
  height: 27px;
}

.demo-section .demo-agents__mark img,
.demo-section .agent-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.demo-section .demo-agents__mark img[src*="gemini"] {
  border-radius: 5px;
}

.demo-section .demo-agents button[aria-pressed="true"] .demo-agents__mark img:not([src*="gemini"]) {
  filter: invert(1) brightness(1.3);
}

.demo-section .demo-agents__mark--generic {
  border: 1px solid currentColor;
  border-radius: 8px;
  font-family: var(--font-compact);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.demo-section .demo-agents__tooltip {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: calc(100% + 11px);
  width: max-content;
  min-width: 142px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 11px;
  display: grid;
  gap: 3px;
  background: rgba(255, 255, 253, 0.95);
  box-shadow: 0 12px 32px rgba(17, 19, 24, 0.12);
  color: var(--black);
  text-align: left;
  opacity: 0;
  pointer-events: none;
  transform: translate(4px, -50%);
  transition:
    opacity 160ms var(--ease),
    transform 160ms var(--ease);
}

.demo-section .demo-agents__tooltip strong {
  font-size: 12px;
  font-weight: 600;
}

.demo-section .demo-agents__tooltip small {
  font-size: 10px;
  color: var(--text-muted);
}

.demo-section .demo-agents button:hover .demo-agents__tooltip,
.demo-section .demo-agents button:focus-visible .demo-agents__tooltip {
  opacity: 1;
  transform: translate(0, -50%);
}

.demo-section .stage__grid {
  grid-template-columns: minmax(0, 1.6fr) minmax(360px, 0.9fr);
  gap: clamp(14px, 1.6vw, 22px);
  padding: clamp(10px, 1.1vw, 14px);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.74), transparent 54%),
    rgba(236, 237, 234, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 16px 42px rgba(38, 42, 40, 0.05);
  backdrop-filter: blur(20px) saturate(0.8);
}

.demo-section .panel {
  padding: clamp(20px, 1.8vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 24px;
  background: rgba(255, 255, 253, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 18px 46px rgba(38, 42, 40, 0.055);
  backdrop-filter: blur(18px) saturate(0.82);
}

.demo-section .chat {
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 24px;
  background: rgba(255, 255, 253, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 18px 46px rgba(38, 42, 40, 0.055);
  backdrop-filter: blur(18px) saturate(0.82);
}

.demo-section .chat__head {
  min-height: 54px;
  padding: 12px 18px;
  border-bottom-color: rgba(17, 19, 24, 0.065);
  background: rgba(255, 255, 255, 0.18);
}

.demo-section .chat__agent {
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.012em;
}

.demo-section .chat__agent .agent-mark {
  width: 19px;
  height: 19px;
}

.demo-section .chat__agent .agent-mark img {
  border-radius: 5px;
}

.demo-section .chat__meta {
  font-size: 8px;
  letter-spacing: 0.08em;
}

.demo-section .chat__body {
  padding: clamp(16px, 1.8vw, 22px);
}

.demo-section [data-state="with"] .panel {
  border-color: rgba(255, 255, 255, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 18px 46px rgba(38, 42, 40, 0.055);
}

.demo-section .chat__prompt {
  width: min(92%, 720px);
  margin-left: auto;
  padding: 13px 17px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 20px;
  background: rgba(228, 229, 226, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 8px 22px rgba(38, 42, 40, 0.035);
  font-size: 13px;
  line-height: 1.48;
}

.demo-section .chat__prompt mark {
  box-shadow: inset 0 -0.42em 0 rgba(var(--demo-context), 0.72);
}

.demo-section .chat__reply {
  margin-top: 18px;
}

.demo-section .chat__reply-label {
  gap: 8px;
  color: rgba(17, 19, 24, 0.46);
  font-size: 8px;
  letter-spacing: 0.09em;
}

.demo-section .chat__reply-label .agent-mark {
  width: 13px;
  height: 13px;
  opacity: 0.7;
}

.demo-section .agent-mark--generic {
  border: 1px solid currentColor;
  border-radius: 4px;
  font-family: var(--font-compact);
  font-size: 6px;
  font-weight: 600;
  letter-spacing: 0;
}

.demo-section .stage.is-changing .chat,
.demo-section .stage.is-changing .panel {
  opacity: 0.42;
  transform: translateY(3px);
}

.demo-section .chat,
.demo-section .panel {
  transition:
    opacity 180ms var(--ease),
    transform 180ms var(--ease),
    filter var(--dur-long) var(--ease);
}

.demo-section .chat__answers {
  margin-top: 10px;
}

.demo-section .chat__answer {
  grid-template-columns: minmax(0, 1.18fr) minmax(220px, 0.82fr);
  gap: 18px;
  align-items: start;
  font-size: 13px;
  line-height: 1.48;
  color: rgba(17, 19, 24, 0.66);
}

.demo-section .chat__answer-copy {
  display: grid;
  gap: 9px;
}

.demo-section .chat__answer strong {
  color: var(--black);
  font-weight: 600;
}

.demo-section [data-state="with"] .chat__answer mark.m-brand {
  --mark-colour: rgba(var(--demo-brand), 0.68);
}

.demo-section [data-state="with"] .chat__answer mark.m-proof {
  --mark-colour: rgba(var(--demo-proof), 0.72);
}

.demo-section [data-state="without"] .chat__answer[data-answer="without"] mark.m-generic {
  box-shadow: inset 0 -0.42em 0 rgba(var(--demo-generic), 0.58);
}

.demo-section .chat__shortlist {
  grid-column: 2;
  grid-row: 1;
  margin-top: 0;
  padding-left: 16px;
  border-left: 1px solid rgba(17, 19, 24, 0.065);
}

.demo-section .chat__shortlist > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.demo-section .chat__shortlist > header b,
.demo-section .chat__shortlist > header span {
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.demo-section .chat__shortlist > header b {
  color: rgba(17, 19, 24, 0.62);
}

.demo-section .chat__shortlist > header span {
  color: rgba(17, 19, 24, 0.38);
}

.demo-section .chat__shortlist ol {
  margin-top: 8px;
  display: grid;
  gap: 7px;
}

.demo-section .chat__shortlist li {
  min-height: 46px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 14px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  align-content: start;
  background: rgba(249, 249, 247, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 8px 20px rgba(38, 42, 40, 0.03);
}

.demo-section .chat__shortlist li > span {
  padding-top: 1px;
  color: rgba(17, 19, 24, 0.34);
  font-family: var(--font-compact);
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.055em;
}

.demo-section .chat__shortlist li p,
.demo-section .chat__shortlist li b,
.demo-section .chat__shortlist li small {
  display: block;
}

.demo-section .chat__shortlist li p {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
  align-items: start;
}

.demo-section .chat__shortlist li b {
  color: rgba(17, 19, 24, 0.82);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.demo-section .chat__shortlist li small {
  margin-top: 0;
  color: rgba(17, 19, 24, 0.5);
  font-size: 13px;
  line-height: 1.4;
}

.demo-section [data-state="with"] .chat__shortlist li.is-selected {
  border-color: rgba(17, 19, 24, 0.2);
  background: rgba(17, 19, 24, 0.055);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 10px 24px rgba(17, 19, 24, 0.055);
}

.demo-section [data-state="with"] .chat__shortlist li.is-selected > span,
.demo-section [data-state="with"] .chat__shortlist li.is-selected b {
  color: var(--blue);
}

.demo-section [data-state="with"] .chat__shortlist li.is-selected mark.m-context,
.demo-section [data-state="with"] .chat__shortlist li.is-selected mark.m-brand,
.demo-section [data-state="with"] .chat__shortlist li.is-selected mark.m-proof {
  display: inline;
  color: inherit;
}

.demo-section [data-state="with"] .chat__shortlist li.is-selected mark.m-context {
  box-shadow: inset 0 -0.42em 0 rgba(var(--demo-context), 0.72);
}

.demo-section [data-state="with"] .chat__shortlist li.is-selected mark.m-brand {
  box-shadow: inset 0 -0.42em 0 rgba(var(--demo-brand), 0.68);
}

.demo-section [data-state="with"] .chat__shortlist li.is-selected mark.m-proof {
  box-shadow: inset 0 -0.42em 0 rgba(var(--demo-proof), 0.72);
}

.demo-section .panel__head {
  min-height: 50px;
  gap: 12px;
  padding: 0 0 15px;
  border-bottom-color: rgba(17, 19, 24, 0.065);
}

.demo-section .panel__head img {
  width: 104px;
  height: auto;
  object-fit: contain;
}

.demo-section .panel__head strong {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.012em;
}

.demo-section .panel__head small {
  margin-top: 4px;
  font-size: clamp(12px, 0.85vw, 14px);
  line-height: 1.35;
  letter-spacing: 0.055em;
}

.demo-section .panel__steps {
  position: relative;
  margin-top: 18px;
  display: grid;
  gap: 0;
}

.demo-section .panel__steps::before {
  content: "";
  position: absolute;
  top: 13px;
  bottom: 16px;
  left: 13px;
  width: 1px;
  background: rgba(17, 19, 24, 0.11);
}

.demo-section .panel__step {
  position: relative;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 15px;
  padding-bottom: 18px;
}

.demo-section .panel__step:last-child {
  padding-bottom: 0;
}

.demo-section .panel__num {
  position: relative;
  z-index: 1;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(17, 19, 24, 0.12);
  background: rgba(250, 250, 248, 0.96);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.96);
  color: rgba(17, 19, 24, 0.64);
  font-size: clamp(11px, 0.78vw, 12px);
}

.demo-section .panel__title {
  padding-top: 5px;
  color: rgba(17, 19, 24, 0.64);
  font-size: clamp(12px, 0.85vw, 13px);
  letter-spacing: 0.09em;
}

.demo-section .panel__rows {
  margin-top: 10px;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  background: rgba(248, 248, 246, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 12px 28px rgba(38, 42, 40, 0.04);
}

.demo-section .panel__row {
  min-height: 37px;
  padding: 7px 11px;
  border-bottom: 1px solid rgba(17, 19, 24, 0.055);
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  font-size: 13px;
  line-height: 1.38;
}

.demo-section .panel__row:last-child {
  border-bottom: 0;
}

.demo-section .panel__row dt {
  color: rgba(17, 19, 24, 0.56);
  font-size: clamp(13px, 0.92vw, 14px);
  font-weight: 500;
  letter-spacing: 0.025em;
}

.demo-section .panel__row dd {
  color: rgba(17, 19, 24, 0.72);
}

.demo-section .panel__row--tint dd {
  padding: 5px 8px;
  border-radius: 7px;
}

.demo-section .panel__row--context dd {
  background: rgba(var(--demo-context), 0.58);
}

.demo-section .panel__row--brand dd {
  background: rgba(var(--demo-brand), 0.56);
}

.demo-section .panel__row--proof dd {
  background: rgba(var(--demo-proof), 0.6);
}

.demo-section .panel__delivered {
  margin-top: 9px;
  padding: 7px 10px;
  border: 1px solid rgba(17, 19, 24, 0.12);
  background: rgba(17, 19, 24, 0.09);
  color: var(--blue);
  font-size: clamp(11px, 0.78vw, 12px);
  letter-spacing: 0.065em;
}

.demo-section [data-state="with"] .panel__step:last-child .panel__num {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 4px 10px rgba(17, 19, 24, 0.16);
}

.demo-section .panel__note {
  margin-top: 18px;
  padding-top: 15px;
  border-top-color: rgba(17, 19, 24, 0.065);
  color: rgba(17, 19, 24, 0.62);
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.45;
}

/* On a desktop viewport, the complete product object remains visible from
   the comparison control to the bottom edge. Short viewports scroll inside
   the two sheets instead of cropping the outer composition. */
@media (min-width: 1081px) {
  .demo-section .stage {
    position: sticky;
    top: 84px;
    height: min(720px, calc(100svh - 104px));
    min-height: 560px;
    margin-bottom: 84px;
    display: flex;
    flex-direction: column;
  }

  .demo-section .stage__toggle-wrap {
    flex: 0 0 auto;
  }

  .demo-section .stage__content {
    min-height: 0;
    flex: 1 1 auto;
  }

  .demo-section .stage__grid {
    min-height: 0;
    height: 100%;
    align-items: stretch;
  }

  .demo-section .chat,
  .demo-section .panel {
    min-height: 0;
    height: 100%;
  }

  .demo-section .chat {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .demo-section .chat__body {
    min-height: 0;
    flex: 1 1 auto;
    overflow-y: auto;
  }

  .demo-section .panel {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }

  .demo-section .panel__steps {
    flex: 1 0 auto;
    align-content: space-between;
  }
}

@media (max-width: 1080px) {
  .demo-section .stage__content {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .demo-section .demo-agents {
    align-content: start;
    padding-top: 12px;
  }

  .demo-section .demo-agents button {
    width: 54px;
    height: 54px;
  }

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

@media (max-width: 860px) {
  .demo-section .stage__content {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .demo-section .demo-agents {
    grid-auto-flow: column;
    grid-auto-columns: 54px;
    justify-content: center;
    align-content: initial;
    gap: 9px;
    padding-top: 0;
  }

  .demo-section .demo-agents button:hover {
    transform: translateY(-2px);
  }

  .demo-section .demo-agents__tooltip {
    top: calc(100% + 9px);
    left: 50%;
    transform: translate(-50%, 4px);
  }

  .demo-section .demo-agents button:hover .demo-agents__tooltip,
  .demo-section .demo-agents button:focus-visible .demo-agents__tooltip {
    transform: translate(-50%, 0);
  }

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

  .demo-section .chat__shortlist {
    grid-column: 1;
    grid-row: auto;
    margin-top: 8px;
    padding-top: 20px;
    padding-left: 0;
    border-top: 1px solid rgba(17, 19, 24, 0.065);
    border-left: 0;
  }
}

@media (max-width: 520px) {
  .demo-section .demo-agents {
    grid-auto-columns: minmax(44px, 1fr);
    width: 100%;
  }

  .demo-section .demo-agents button {
    width: 100%;
    height: 48px;
    border-radius: 13px;
  }

  .demo-section .demo-agents__mark {
    width: 22px;
    height: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero.demo-section .stage[data-demo-motion],
  .hero.demo-section .stage[data-demo-motion]::after {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
  }
}

/* Final cascade for the section 05 liquid-glass treatment. */

.measurement-section {
  background:
    linear-gradient(
      180deg,
      #f4f5f6 0%,
      #f8f9fa 34%,
      #fcfdfd 68%,
      #ffffff 100%
    );
}

.measurement-window {
  border: 1px solid rgba(255, 255, 255, 0.94);
  background: #ffffff;
  box-shadow:
    0 -1px 0 var(--measurement-glass-edge-dark),
    0 1.5px 0 rgba(8, 9, 10, 0.92),
    inset 0 1px 0 var(--measurement-glass-edge-light),
    inset 1px 0 0 rgba(255, 255, 255, 0.32),
    inset -1px 0 0 rgba(60, 64, 68, 0.14),
    0 10px 24px rgba(70, 75, 80, 0.035);
}

.measurement-window__chrome {
  background: #f7f8f9;
}

.measurement-window__dots i:first-child {
  background: var(--orange);
}

.measurement-window__dots i:nth-child(2) {
  background: var(--sky);
}

.measurement-window__dots i:nth-child(3) {
  background: var(--brand-green-mid);
}

.measurement-window__chrome > span {
  background: #ffffff;
}

.measurement-window__tabs .is-active {
  background: rgba(186, 207, 228, 0.42);
  color: #536f9d;
}

.measurement-report__kpis article,
.measurement-report__kpis .measurement-report__kpi-new {
  border: 1px solid rgba(255, 255, 255, 0.94);
  background: #ffffff;
  box-shadow:
    0 -1px 0 var(--measurement-glass-edge-dark),
    0 1.5px 0 rgba(8, 9, 10, 0.92),
    inset 0 1px 0 var(--measurement-glass-edge-light),
    inset 1px 0 0 rgba(255, 255, 255, 0.32),
    inset -1px 0 0 rgba(60, 64, 68, 0.14),
    0 8px 18px rgba(70, 75, 80, 0.035);
}

.measurement-report__kpis article header span {
  color: var(--metric-accent);
}

.measurement-report__kpis article header em,
.measurement-report__kpis article > strong,
.measurement-report__kpis .measurement-report__kpi-new header em,
.measurement-report__kpis .measurement-report__kpi-new > strong {
  background: var(--metric-soft);
  color: var(--metric-accent) !important;
}

.measurement-chart,
.measurement-report__signal {
  border: 1px solid rgba(255, 255, 255, 0.94);
  background: #ffffff;
  box-shadow:
    0 -1px 0 var(--measurement-glass-edge-dark),
    0 1.5px 0 rgba(8, 9, 10, 0.92),
    inset 0 1px 0 var(--measurement-glass-edge-light),
    inset 1px 0 0 rgba(255, 255, 255, 0.32),
    inset -1px 0 0 rgba(60, 64, 68, 0.14),
    0 8px 18px rgba(70, 75, 80, 0.03);
}

.measurement-chart header em {
  background: var(--measurement-yellow-soft);
  color: var(--measurement-yellow-ink);
}

.measurement-chart__line {
  stroke: var(--measurement-yellow-ink);
}

.measurement-chart circle {
  fill: var(--measurement-yellow-ink);
}

.measurement-report__signal header span,
.measurement-report__signal header b,
.measurement-report__signal li span {
  color: var(--measurement-yellow-ink);
}

.measurement-report__signal li {
  border-top-color: var(--measurement-yellow-line);
}

/* ============================================================
   06 · THE SHIFT
   Editorial conversation path, no image, glass, or outer card.
   ============================================================ */

.shift-feature {
  min-height: clamp(620px, 54vw, 860px);
  padding: clamp(72px, 8vw, 124px) clamp(24px, 5vw, 88px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: clamp(64px, 7vw, 108px);
  background: #ffffff;
}

.shift-feature__content {
  width: min(1500px, 100%);
  margin-inline: auto;
  align-items: flex-start;
  text-align: left;
  color: var(--black);
}

.shift-feature__content .index {
  color: var(--text-muted);
}

.shift-feature__content .h2 {
  max-width: 20ch;
}

.shift-feature__content .lead {
  color: var(--text-muted);
}

.shift-conversation {
  position: relative;
  width: min(1500px, 100%);
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 26px);
  list-style: none;
}

.shift-conversation::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 2%;
  left: 2%;
  height: 1px;
  background: rgba(17, 19, 24, 0.16);
}

.shift-conversation li {
  --shift-accent: #4b4c4a;
  --shift-surface: #f7f8f9;
  --shift-line: rgba(75, 76, 74, 0.2);
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: clamp(150px, 12vw, 190px);
  padding: clamp(20px, 2vw, 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--shift-line);
  border-radius: 22px;
  background: var(--shift-surface);
  box-shadow: none;
}

.shift-conversation li:nth-child(1) {
  --shift-accent: #a85f32;
  --shift-surface: #fff3eb;
  --shift-line: rgba(242, 175, 130, 0.58);
}

.shift-conversation li:nth-child(2) {
  --shift-accent: #536f9d;
  --shift-surface: #f1f6fb;
  --shift-line: rgba(83, 111, 157, 0.3);
}

.shift-conversation li:nth-child(3) {
  --shift-accent: var(--brand-green);
  --shift-surface: var(--brand-green-soft);
  --shift-line: rgba(182, 179, 131, 0.26);
}

.shift-conversation li:nth-child(4) {
  --shift-accent: #7d7433;
  --shift-surface: #fbf9e9;
  --shift-line: rgba(125, 116, 51, 0.3);
}

.shift-conversation li span {
  font-family: var(--font-compact);
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--shift-accent);
}

.shift-conversation li strong {
  max-width: 10ch;
  font-size: clamp(23px, 2vw, 32px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.045em;
  color: var(--black);
}

.shift-conversation li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: calc(clamp(14px, 1.6vw, 26px) * -1);
  width: clamp(14px, 1.6vw, 26px);
  display: grid;
  place-items: center;
  font-family: var(--font-compact);
  font-size: 12px;
  color: rgba(17, 19, 24, 0.46);
  transform: translateY(-50%);
}

@media (max-width: 860px) {
  .shift-feature {
    min-height: 0;
  }

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

  .shift-conversation::before,
  .shift-conversation li::after {
    display: none;
  }
}

@media (max-width: 620px) {
  .shift-feature {
    min-height: 0;
    padding: 72px 20px;
    gap: 52px;
  }

  .shift-conversation {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .shift-conversation li {
    min-height: 118px;
    border-radius: 18px;
  }

  .shift-conversation li strong {
    max-width: none;
  }
}

/* ============================================================
   05 · WHAT YOU START MEASURING
   White interiors, liquid-glass edges, brand colour sequence:
   orange → blue → green → yellow.
   ============================================================ */

.measurement-section {
  --measurement-glass-edge-light: rgba(255, 255, 255, 0.96);
  --measurement-glass-edge-dark: rgba(10, 11, 12, 0.88);
  --measurement-yellow-ink: #7d7433;
  --measurement-yellow-soft: rgba(231, 225, 177, 0.48);
  --measurement-yellow-line: rgba(125, 116, 51, 0.26);
  background:
    linear-gradient(
      180deg,
      #f4f5f6 0%,
      #f8f9fa 34%,
      #fcfdfd 68%,
      #ffffff 100%
    );
}

.measurement-window {
  border: 1px solid rgba(255, 255, 255, 0.94);
  background: #ffffff;
  box-shadow:
    0 -1px 0 var(--measurement-glass-edge-dark),
    0 1.5px 0 rgba(8, 9, 10, 0.92),
    inset 0 1px 0 var(--measurement-glass-edge-light),
    inset 1px 0 0 rgba(255, 255, 255, 0.32),
    inset -1px 0 0 rgba(60, 64, 68, 0.14),
    0 10px 24px rgba(70, 75, 80, 0.035);
}

.measurement-window__chrome {
  background: #f7f8f9;
}

.measurement-window__dots i:first-child {
  background: var(--orange);
}

.measurement-window__dots i:nth-child(2) {
  background: var(--sky);
}

.measurement-window__dots i:nth-child(3) {
  background: var(--brand-green-mid);
}

.measurement-window__chrome > span {
  background: #ffffff;
}

.measurement-window__tabs .is-active {
  background: rgba(186, 207, 228, 0.42);
  color: #536f9d;
}

.measurement-report__kpis article {
  --metric-accent: #4b4c4a;
  --metric-soft: rgba(75, 76, 74, 0.1);
  --metric-line: rgba(75, 76, 74, 0.2);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.94);
  background: #ffffff;
  box-shadow:
    0 -1px 0 var(--measurement-glass-edge-dark),
    0 1.5px 0 rgba(8, 9, 10, 0.92),
    inset 0 1px 0 var(--measurement-glass-edge-light),
    inset 1px 0 0 rgba(255, 255, 255, 0.32),
    inset -1px 0 0 rgba(60, 64, 68, 0.14),
    0 8px 18px rgba(70, 75, 80, 0.035);
}

.measurement-report__kpis article:nth-child(1) {
  --metric-accent: #a85f32;
  --metric-soft: rgba(242, 175, 130, 0.2);
  --metric-line: rgba(242, 175, 130, 0.48);
}

.measurement-report__kpis article:nth-child(2) {
  --metric-accent: #536f9d;
  --metric-soft: rgba(186, 207, 228, 0.32);
  --metric-line: rgba(83, 111, 157, 0.28);
}

.measurement-report__kpis article:nth-child(3) {
  --metric-accent: var(--brand-green);
  --metric-soft: rgba(182, 179, 131, 0.24);
  --metric-line: rgba(182, 179, 131, 0.24);
}

.measurement-report__kpis article:nth-child(4) {
  --metric-accent: var(--measurement-yellow-ink);
  --metric-soft: var(--measurement-yellow-soft);
  --metric-line: var(--measurement-yellow-line);
}

.measurement-report__kpis article::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 18px;
  width: 26px;
  height: 3px;
  border-radius: 999px;
  background: var(--metric-accent);
}

.measurement-report__kpis article header {
  padding-top: 9px;
}

.measurement-report__kpis article header span {
  color: var(--metric-accent);
}

.measurement-report__kpis article header em,
.measurement-report__kpis article > strong {
  background: var(--metric-soft);
  color: var(--metric-accent);
}

.measurement-report__kpis article > strong {
  align-self: flex-start;
  padding: 6px 8px;
  border-radius: 999px;
}

.measurement-report__kpis .measurement-report__kpi-new {
  border-color: rgba(255, 255, 255, 0.94);
  background: #ffffff;
  box-shadow:
    0 -1px 0 var(--measurement-glass-edge-dark),
    0 1.5px 0 rgba(8, 9, 10, 0.92),
    inset 0 1px 0 var(--measurement-glass-edge-light),
    inset 1px 0 0 rgba(255, 255, 255, 0.32),
    inset -1px 0 0 rgba(60, 64, 68, 0.14),
    0 8px 18px rgba(70, 75, 80, 0.035);
}

.measurement-report__kpis .measurement-report__kpi-new header span,
.measurement-report__kpis .measurement-report__kpi-new header em,
.measurement-report__kpis .measurement-report__kpi-new > strong {
  color: var(--metric-accent) !important;
}

.measurement-report__kpis .measurement-report__kpi-new header em,
.measurement-report__kpis .measurement-report__kpi-new > strong {
  background: var(--metric-soft);
}

.measurement-chart,
.measurement-report__signal {
  border: 1px solid rgba(255, 255, 255, 0.94);
  background: #ffffff;
  box-shadow:
    0 -1px 0 var(--measurement-glass-edge-dark),
    0 1.5px 0 rgba(8, 9, 10, 0.92),
    inset 0 1px 0 var(--measurement-glass-edge-light),
    inset 1px 0 0 rgba(255, 255, 255, 0.32),
    inset -1px 0 0 rgba(60, 64, 68, 0.14),
    0 8px 18px rgba(70, 75, 80, 0.03);
}

.measurement-chart header em {
  background: var(--measurement-yellow-soft);
  color: var(--measurement-yellow-ink);
}

.measurement-chart__line {
  stroke: var(--measurement-yellow-ink);
}

.measurement-chart circle {
  fill: var(--measurement-yellow-ink);
}

.measurement-report__signal header span,
.measurement-report__signal header b,
.measurement-report__signal li span {
  color: var(--measurement-yellow-ink);
}

.measurement-report__signal li {
  border-top-color: var(--measurement-yellow-line);
}

/* The Without / With Murmur stage lives in css/demo.css,
   shared with the Product page. */

/* ------------------------------------------------------------
   05 · THE CATEGORY
   ------------------------------------------------------------ */

.category-section {
  background: #f2f1f0;
  border-bottom: 1px solid var(--line);
}

.category__head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 18px;
  align-items: start;
}

.category__head .index {
  grid-column: 1 / 5;
  margin-bottom: 32px;
  color: var(--text-muted);
}

.category__head .h2 {
  grid-column: 1 / 8;
  scroll-margin-top: 112px;
  font-family: var(--font);
  font-size: clamp(44px, 4.2vw, 60px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.042em;
}

.category__copy {
  grid-column: 8 / -1;
}

.category__lead {
  max-width: 28ch;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: var(--ink);
}

.category__lead span {
  display: block;
}

.category__body {
  grid-column: 8 / -1;
  margin-top: 32px;
  max-width: 46ch;
  color: var(--text-muted);
}

.compare {
  position: relative;
  overflow: hidden;
  margin-top: clamp(72px, 8vw, 104px);
  padding: 0 clamp(24px, 3vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 32px;
  background:
    radial-gradient(circle at 78% -12%, rgba(255, 255, 255, 0.98), transparent 48%),
    radial-gradient(circle at 18% 115%, rgba(217, 220, 215, 0.74), transparent 44%),
    linear-gradient(118deg, rgba(231, 232, 229, 0.9), rgba(244, 244, 242, 0.78));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 34px 90px rgba(38, 42, 40, 0.09);
  backdrop-filter: blur(24px) saturate(0.78);
}

.compare::before {
  content: "";
  position: absolute;
  inset: 0 0 0 52%;
  pointer-events: none;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.64));
}

.compare__masthead {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 78px minmax(0, 1.12fr);
  column-gap: clamp(14px, 2vw, 28px);
  align-items: center;
  min-height: 106px;
  border-bottom: 1px solid rgba(17, 19, 24, 0.1);
}

.compare__without {
  grid-column: 2;
  font-family: var(--font-compact);
  font-size: var(--t-micro);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(17, 19, 24, 0.46);
}

.compare__brand {
  grid-column: 4;
  display: flex;
  align-items: center;
  gap: 12px;
}

.compare__brand > span {
  font-family: var(--font-compact);
  font-size: var(--t-micro);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(17, 19, 24, 0.42);
}

.compare__brand img {
  width: 116px;
  height: auto;
}

.compare__cards {
  position: relative;
  z-index: 1;
  display: grid;
}

.compare__cards li {
  min-height: 152px;
  border-bottom: 1px solid rgba(17, 19, 24, 0.085);
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 78px minmax(0, 1.12fr);
  column-gap: clamp(14px, 2vw, 28px);
  align-items: center;
}

.compare__cards li:last-child {
  border-bottom: 0;
}

.compare__num {
  grid-column: 1;
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(17, 19, 24, 0.32);
}

.compare__before {
  grid-column: 2;
  max-width: 31ch;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.38;
  letter-spacing: -0.015em;
  color: rgba(17, 19, 24, 0.42);
}

.compare__flow {
  grid-column: 3;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: 15px;
  line-height: 1;
}

.compare__flow::before {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(17, 19, 24, 0.28);
}

.compare__gain {
  grid-column: 4;
  position: relative;
  padding-left: clamp(12px, 1.6vw, 22px);
}

.compare__gain::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 2px;
  border-radius: 2px;
  background: var(--blue);
  opacity: 0.72;
}

.compare__gain > span {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
}

.compare__after {
  max-width: 31ch;
  font-family: var(--font);
  font-size: clamp(23px, 2.05vw, 31px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.038em;
  color: var(--black);
}

/* KPIs */

.kpis {
  margin-top: clamp(88px, 10vw, 128px);
}

.kpis__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kpis__head h3 {
  font-family: var(--font-compact);
  font-size: var(--t-micro);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.kpis__system {
  margin-top: 32px;
  padding: clamp(12px, 1.5vw, 18px);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 4%, rgba(255, 255, 255, 0.9), transparent 36%),
    rgba(228, 230, 226, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 24px 64px rgba(38, 42, 40, 0.075);
  backdrop-filter: blur(20px) saturate(0.82);
}

.kpis__legend {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 8px;
  min-height: 34px;
  padding: 0 4px 10px;
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.kpis__legend span {
  display: flex;
  align-items: center;
  padding: 0 14px;
  border: 0;
  color: rgba(17, 19, 24, 0.42);
}

.kpis__legend span:first-child {
  padding-left: 10px;
}

.kpis__legend span:last-child {
  border: 1px solid rgba(17, 19, 24, 0.12);
  border-radius: 999px;
  justify-content: center;
  background: rgba(17, 19, 24, 0.07);
  color: var(--blue);
}

.kpis ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.kpis li {
  position: relative;
  min-height: 196px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  background: rgba(250, 250, 248, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 10px 26px rgba(38, 42, 40, 0.035);
}

.kpis li::before {
  display: none;
}

.kpis li::after {
  display: none;
}

.kpis li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.92);
  padding-left: 22px;
}

.kpis li > span:first-child {
  position: relative;
  z-index: 1;
  font-family: var(--font-compact);
  font-size: var(--t-micro);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--text-muted);
}

.kpis li.is-signature {
  overflow: hidden;
  border-color: rgba(17, 19, 24, 0.82);
  background: var(--blue);
  color: var(--white);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 14px 32px rgba(17, 19, 24, 0.14);
}

.kpis li.is-signature::before {
  border-color: var(--blue);
  background: var(--blue);
}

.kpis li.is-signature > span:first-child {
  color: var(--paper-70);
}

.kpis li.is-signature .kpis__label {
  position: relative;
  z-index: 1;
  max-width: 28ch;
  font-weight: 500;
}

.kpis__badge {
  display: none;
}

.kpis__plus {
  position: absolute;
  top: 8px;
  right: 14px;
  font-family: var(--font);
  font-size: clamp(68px, 6vw, 92px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.07em;
  color: rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

.kpis .kpis__label {
  margin-top: auto;
  font-family: var(--font);
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.018em;
  color: inherit;
}

.kpis__rail {
  position: relative;
  min-height: 82px;
  margin-top: 8px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: rgba(250, 250, 248, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 10px 26px rgba(38, 42, 40, 0.03);
}

.kpis__rail img {
  width: 136px;
  height: auto;
}

.kpis__rail p {
  max-width: 34ch;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.022em;
  text-align: right;
  color: var(--black);
}

/* ------------------------------------------------------------
   06 · WHO IT IS FOR
   ------------------------------------------------------------ */

.who-section {
  background: var(--legora-paper);
  border-bottom: 1px solid var(--line);
}

.who-section > .shell {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 18px;
  align-items: start;
}

.who__head {
  grid-column: 1 / -1;
}

.who__head .index {
  margin-bottom: 32px;
  color: var(--text-muted);
}

.who__head .h2 {
  max-width: 12ch;
  scroll-margin-top: 112px;
  font-family: var(--font);
  font-size: clamp(44px, 4.2vw, 60px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.042em;
}

.who__portrait {
  grid-column: 1 / -1;
  grid-row: 2;
  position: relative;
  margin-top: 80px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.who__portrait-media {
  position: relative;
  aspect-ratio: 16 / 7;
  overflow: hidden;
}

.who__portrait-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(17, 19, 24, 0.025), transparent 60%, rgba(17, 19, 24, 0.1)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 62%, rgba(17, 19, 24, 0.035));
}

.who__portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 58%;
  border-radius: 0;
  filter: saturate(0.92) contrast(1.02);
  transform: scale(1.1);
  transform-origin: 50% 58%;
}

.who__portrait figcaption {
  position: absolute;
  right: 10px;
  bottom: -24px;
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  color: rgba(17, 19, 24, 0.4);
}

.who-audience {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 24px;
  background: rgba(246, 247, 245, 0.64);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(28, 31, 29, 0.1),
    0 24px 68px -26px rgba(28, 31, 29, 0.34);
  backdrop-filter: blur(34px) saturate(0.74) brightness(1.06);
  -webkit-backdrop-filter: blur(34px) saturate(0.74) brightness(1.06);
}

.who-audience > header {
  min-height: 42px;
  padding: 0 24px;
  border-bottom: 1px solid rgba(17, 19, 24, 0.09);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.who-audience > header b {
  color: var(--blue);
}

.who__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  counter-reset: who-profile;
}

.who__list li {
  position: relative;
  min-height: 132px;
  padding: 23px 26px 22px 66px;
  border-left: 1px solid rgba(17, 19, 24, 0.09);
  display: grid;
  align-content: center;
  gap: 7px;
  counter-increment: who-profile;
}

.who__list li > span {
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue);
}

.who__list li > b {
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.024em;
}

.who__list li > p {
  max-width: 29ch;
  font-size: 12px;
  line-height: 1.4;
  color: var(--text-muted);
}

.who__list li:first-child {
  border-left: 0;
}

.who__list li:last-child {
  border-bottom: 0;
}

.who__list li::before {
  content: "0" counter(who-profile);
  position: absolute;
  top: 26px;
  left: 26px;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  display: grid;
  place-items: center;
  background: transparent;
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--blue);
  transform: translateY(-50%);
}

.who__cta {
  grid-column: 1 / 7;
  grid-row: 3;
  margin-top: 128px;
  padding-top: 32px;
  border-top: 2px solid var(--black);
  display: flex;
  justify-content: flex-start;
}

.who__cta .btn {
  --btn-bg: var(--black);
  --btn-fg: var(--white);
  min-height: 48px;
  padding-inline: 20px;
  border-radius: 4px;
}

.who__vision {
  grid-column: 8 / -1;
  grid-row: 3;
  margin: 128px 0 0;
  max-width: 28ch;
  padding-top: 28px;
  border-top: 2px solid var(--black);
  text-align: left;
  font-family: var(--font);
  font-size: clamp(26px, 2.5vw, 34px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.032em;
  color: var(--ink);
  text-wrap: balance;
}

/* ------------------------------------------------------------
   FOOTER
   ------------------------------------------------------------ */

.home-footer .footer {
  padding-block: clamp(56px, 7vw, 88px) 36px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 0;
  align-items: center;
}

.home-footer .footer__brand {
  position: static;
  grid-column: 1 / -1;
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: clamp(48px, 6vw, 72px);
  border-bottom: 1px solid var(--line);
  overflow: visible;
  opacity: 1;
}

.home-footer .footer__logo-crop {
  width: 100%;
  aspect-ratio: 4304 / 994;
  overflow: hidden;
  display: block;
}

.home-footer .footer__brand img {
  position: static;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: none;
}

.home-footer .footer__links {
  grid-column: 1 / 7;
  justify-content: flex-start;
  margin-top: 32px;
}

.home-footer .footer__note {
  grid-column: 8 / -1;
  justify-self: end;
  margin-top: 32px;
}

/* ------------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------------ */

@media (max-width: 1080px) {
  .kpis__legend {
    display: none;
  }

  .kpis ol {
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .kpis li {
    padding: 26px;
    border-bottom: 1px solid var(--line-strong);
  }

  .kpis li:nth-child(odd) {
    border-left: 0;
  }

  .kpis li:nth-child(-n + 2)::before,
  .kpis li:nth-child(-n + 2)::after {
    display: none;
  }

  .kpis__badge {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 18px;
    font-family: var(--font-compact);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--paper-70);
  }
}

@media (max-width: 860px) {
  .hero {
    min-height: 720px;
    padding-block: 128px 72px;
  }

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

  .hero__eyebrow,
  .hero__title,
  .hero__sub,
  .hero__actions {
    grid-column: 1 / -1;
  }

  .hero__title {
    font-size: clamp(50px, 7.5vw, 68px);
    line-height: .97;
  }

  .hero__world {
    aspect-ratio: auto;
    margin-top: 56px;
  }

  .hero__world-media {
    position: relative;
    inset: auto;
    aspect-ratio: 4 / 3;
  }

  .hero__world-media img {
    object-position: 45% 50%;
  }

  .hero-context {
    position: relative;
    inset: auto;
    width: calc(100% - 20px);
    margin: 20px 10px 10px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 253, 0.86);
    border-radius: 22px;
    background: rgba(245, 245, 241, 0.78);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.96),
      inset 0 -1px 0 rgba(31, 38, 35, 0.1),
      0 24px 58px -28px rgba(17, 19, 24, 0.34);
    backdrop-filter: blur(28px) saturate(0.8) brightness(1.08);
    -webkit-backdrop-filter: blur(28px) saturate(0.8) brightness(1.08);
    transform: none;
  }

  .hero-context::before,
  .hero-context::after {
    display: block;
  }

  .hero-context::after {
    border-radius: 21px;
  }

  .hero-context__title {
    margin-top: 28px;
    font-size: 27px;
  }

  .hero-context__truths {
    margin-top: 24px;
  }

  .hero__world figcaption {
    display: none;
  }

  .hero__line--two { gap: 0.2em; }

  .gap__pain,
  .gap__turn {
    grid-template-columns: 1fr;
    gap: clamp(2rem, 6vh, 3rem);
  }

  .gap__head {
    display: block;
  }

  .gap > .shell {
    display: block;
  }

  .gap__head .index {
    margin-bottom: 24px;
  }

  .gap__head .h2 {
    scroll-margin-top: 96px;
    font-size: clamp(40px, 7vw, 52px);
  }

  .gap__evidence {
    margin-top: 64px;
    padding-inline: 0;
  }

  .gap__evidence::before {
    inset: 0;
    background: radial-gradient(circle at 100% 82%, rgba(255, 255, 255, 0.64), transparent 56%);
  }

  .gap-evidence__head {
    min-height: 88px;
  }

  .gap-evidence__market {
    grid-template-columns: 1fr;
  }

  .gap-evidence__market article {
    min-height: 220px;
    grid-template-columns: minmax(136px, 0.48fr) minmax(0, 1fr);
    padding: 36px 0;
  }

  .gap-evidence__market article + article {
    padding: 36px 0;
    border-top: 1px solid rgba(17, 19, 24, 0.09);
    border-left: 0;
  }

  .gap-evidence__response {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-block: 48px 42px;
  }

  .gap-evidence__statement,
  .gap-evidence__metric {
    grid-column: 1;
  }

  .gap-evidence__metric {
    margin-top: 48px;
    grid-template-columns: minmax(136px, 0.48fr) minmax(0, 1fr);
  }

  .gap__pain {
    margin-top: 64px;
  }

  .gap-compare {
    margin-top: 64px;
  }

  .gap-compare__bar {
    align-items: stretch;
    flex-direction: column;
  }

  .gap-compare__toggle {
    align-self: flex-start;
  }

  .gap-compare__canvas {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .gap-compare__transfer {
    min-height: 48px;
  }

  .gap-compare__transfer::before {
    top: 6px;
    bottom: 6px;
    left: 50%;
    width: 1px;
    height: auto;
  }

  .gap-compare__transfer span {
    top: 6px;
    left: calc(50% - 3px);
  }

  .gap-compare__transfer i {
    transform: rotate(90deg);
  }

  .gap-compare[data-state="with"] .gap-compare__transfer span {
    animation-name: gap-transfer-mobile;
  }

  .gap-impact {
    grid-template-columns: 130px minmax(0, 1fr) 28px;
  }

  @keyframes gap-transfer-mobile {
    from { transform: translateY(0); opacity: 0; }
    20% { opacity: 1; }
    to { transform: translateY(36px); opacity: 0; }
  }

  .gap__pain > div {
    display: block;
  }

  .gap__pain > div:first-child,
  .gap__pain > div:last-child {
    grid-column: 1 / -1;
  }

  .gap__pain > div:last-child {
    padding-top: 40px;
    padding-left: 0;
    border-top: 1px solid var(--line-strong);
    border-left: 0;
  }

  .gap__pain .stat__label {
    margin-top: 24px;
  }

  .gap__turn {
    margin-top: 96px;
    gap: 48px;
  }

  .gap__turn-line,
  .gap__turn > div {
    grid-column: 1 / -1;
  }

  .demo__head {
    display: block;
  }

  .demo__head .index {
    margin-bottom: 24px;
  }

  .demo__head .h2 {
    font-size: clamp(40px, 7vw, 52px);
  }

  .demo__head .lead {
    margin-top: 32px;
    max-width: 42ch;
    padding-top: 0;
    font-size: 18px;
  }

  .demo-section .stage {
    margin-top: 64px;
  }

  .category__head {
    display: block;
  }

  .category__head .index {
    margin-bottom: 24px;
  }

  .category__head .h2 {
    scroll-margin-top: 96px;
    font-size: clamp(40px, 7vw, 52px);
  }

  .category__copy {
    margin-top: 32px;
  }

  .category__lead {
    max-width: 28ch;
  }

  .category__body {
    margin-top: 24px;
  }

  .compare {
    margin-top: 64px;
    padding-inline: 24px;
  }

  .compare::before {
    inset: 0;
    background: radial-gradient(circle at 100% 72%, rgba(255, 255, 255, 0.68), transparent 54%);
  }

  .compare__masthead {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }

  .compare__without {
    grid-column: 1;
  }

  .compare__brand {
    grid-column: 2;
    justify-self: end;
  }

  .compare__cards {
    border-bottom: 0;
  }

  .compare__cards li {
    min-height: 0;
    padding: 28px 0;
    border: 0;
    border-bottom: 1px solid rgba(17, 19, 24, 0.085);
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 14px;
  }

  .compare__cards li:last-child {
    border-bottom: 0;
  }

  .compare__num {
    grid-column: 1;
    grid-row: 1 / 4;
    align-self: start;
    padding-top: 5px;
  }

  .compare__before,
  .compare__flow,
  .compare__gain {
    grid-column: 2;
  }

  .compare__before { grid-row: 1; }
  .compare__flow {
    grid-row: 2;
    justify-self: start;
    width: 54px;
  }
  .compare__gain { grid-row: 3; }

  .kpis {
    margin-top: 96px;
  }

  .kpis__head {
    display: block;
  }

  .kpis ol {
    gap: 0;
  }

  .kpis li {
    min-height: 170px;
  }

  .kpis__rail {
    padding-right: 0;
  }

  .who-section > .shell {
    display: block;
  }

  .who__head .index {
    margin-bottom: 24px;
  }

  .who__head .h2 {
    scroll-margin-top: 96px;
    font-size: clamp(40px, 7vw, 52px);
  }

  .who__portrait {
    margin-top: 64px;
    overflow: hidden;
  }

  .who__portrait img {
    height: min(82svh, 760px);
    object-fit: cover;
    object-position: 46% center;
    transform: scale(1.04);
  }

  .who__portrait-media {
    aspect-ratio: auto;
  }

  .who-audience {
    right: 16px;
    bottom: 16px;
    left: 16px;
    margin: 0;
  }

  .who-audience > header {
    padding-inline: 20px;
  }

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

  .who__list li {
    min-height: 92px;
    padding: 18px 20px 18px 58px;
    border-top: 1px solid rgba(17, 19, 24, 0.09);
    border-left: 0;
  }

  .who__list li:first-child {
    border-top: 0;
  }

  .who__list li::before {
    top: 21px;
    left: 20px;
  }

  .who__cta {
    margin-top: 96px;
  }

  .who__vision {
    margin-top: 40px;
    padding-top: 0;
    border-top: 0;
    font-size: clamp(26px, 5vw, 32px);
  }

  .home-footer .footer {
    grid-template-columns: 1fr;
    justify-items: stretch;
    text-align: left;
    padding-block: 48px 32px;
  }

  .home-footer .footer__brand,
  .home-footer .footer__links,
  .home-footer .footer__note {
    grid-column: 1 / -1;
  }

  .home-footer .footer__brand {
    padding-bottom: 32px;
  }

  .home-footer .footer__links {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 24px;
  }

  .home-footer .footer__note {
    justify-self: start;
    margin-top: 32px;
  }

  .shift__head {
    display: block;
  }

  .shift__head .index {
    margin-bottom: 24px;
  }

  .shift__head .h2 {
    font-size: clamp(40px, 7vw, 52px);
  }

  .shift__head .lead {
    margin-top: 32px;
    max-width: 34ch;
    padding-top: 0;
    font-size: 18px;
  }

  .shift-scene {
    margin-top: 64px;
  }

  .shift-scene__media {
    aspect-ratio: 4 / 3;
  }

  .shift-scene__media img {
    object-position: 68% center;
  }

  .shift-brief {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    min-height: 0;
    margin: -8% 14px 14px;
    padding: 32px;
    transform: none;
  }

  .shift-brief__copy {
    margin-top: 32px;
  }

  .shift-brief__selection {
    margin-top: 28px;
  }

  .shift-scene figcaption {
    position: static;
    display: block;
    padding: 3px 8px 7px;
    text-align: right;
  }

  .shift__stats {
    margin-top: 64px;
  }

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

  .shift__stats .stat__value,
  .shift__stats .stat__label,
  .shift__stats .stat__cite {
    grid-column: 1 / -1;
  }

  .shift__stats .stat__label {
    margin-top: 24px;
    padding-top: 0;
  }

  .shift__stats .stat__cite {
    margin-top: 16px;
    padding-top: 0;
  }

}

@media (max-width: 520px) {
  .hero {
    min-height: max(720px, 100svh);
    align-content: center;
    padding-block: 112px 64px;
  }

  .hero::after {
    right: var(--gutter);
    left: var(--gutter);
  }

  .hero__eyebrow { margin-bottom: 24px; }

  .hero__title {
    max-width: 100%;
    font-size: clamp(42px, 12vw, 50px);
    line-height: .98;
    letter-spacing: -0.042em;
  }

  .hero__title span.hero__line { display: block; }

  .shift__head .h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .shift-scene {
    margin-top: 56px;
    padding: 0;
    border-radius: 0;
  }

  .shift-scene__media {
    border-radius: 0;
  }

  .shift-brief {
    margin: -9% 7px 7px;
    padding: 24px 20px;
    border-radius: 18px;
  }

  .shift-brief__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    font-size: 20px;
  }

  .shift-brief__copy {
    margin-top: 28px;
  }

  .shift-brief__copy h3 {
    font-size: 24px;
  }

  .shift-brief__copy > p {
    font-size: 16px;
  }

  .shift-brief__selection {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }

  .shift-brief footer {
    flex-wrap: wrap;
  }

  .shift__stats {
    margin-top: 56px;
  }

  .shift__stats .stat__value {
    font-size: clamp(60px, 20vw, 76px);
  }

  .gap__head .h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .gap__evidence {
    margin-top: 56px;
    padding-inline: 0;
  }

  .gap-evidence__head {
    min-height: 0;
    padding-block: 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .gap-evidence__head p {
    font-size: 18px;
  }

  .gap-evidence__market article,
  .gap-evidence__market article + article {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 0;
  }

  .gap-evidence__market article > b {
    font-size: clamp(72px, 22vw, 92px);
  }

  .gap-evidence__response {
    display: block;
    padding-block: 42px 36px;
  }

  .gap-evidence__statement h3 {
    font-size: 30px;
  }

  .gap-evidence__metric {
    display: block;
    margin-top: 44px;
  }

  .gap-evidence__metric > b {
    font-size: clamp(80px, 25vw, 108px);
  }

  .gap-evidence__metric p {
    margin-top: 28px;
  }

  .gap-evidence__track {
    margin-top: 28px;
  }

  .gap__pain {
    margin-top: 56px;
    gap: 56px;
  }

  .gap-compare {
    margin-top: 56px;
    padding: 4px;
    border-radius: 20px;
  }

  .gap-compare__surface {
    border-radius: 15px;
  }

  .gap-compare__bar {
    min-height: 0;
    padding: 14px;
    gap: 16px;
  }

  .gap-compare__identity > span {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .gap-compare__toggle {
    width: 100%;
  }

  .gap-compare__toggle button {
    min-height: 42px;
    padding-inline: 10px;
    font-size: 10px;
    white-space: normal;
  }

  .gap-compare__canvas {
    padding: 14px;
  }

  .gap-source > header,
  .gap-answer > header {
    padding: 14px;
  }

  .gap-source__count,
  .gap-answer__status {
    display: none;
  }

  .gap-source ul {
    padding-inline: 14px;
  }

  .gap-answer__body {
    min-height: 0;
    padding: 22px 20px;
  }

  .gap-answer__body > p {
    min-height: 0;
  }

  .gap-impact {
    margin: 0 14px 14px;
    padding: 16px;
    grid-template-columns: 1fr 28px;
    gap: 8px 14px;
  }

  .gap-impact > span {
    grid-column: 1 / -1;
  }

  .gap-impact p {
    grid-column: 1;
  }

  .gap-impact i {
    grid-column: 2;
  }

  .gap-compare__caption {
    padding-right: 6px;
  }

  .gap__pain .stat__value,
  .gap__turn .stat__value {
    font-size: clamp(60px, 20vw, 76px);
  }

  .gap__turn {
    margin-top: 88px;
    gap: 40px;
  }

  .gap__turn-line {
    font-size: 28px;
  }

  .demo__head .h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .demo-section .stage {
    margin-top: 56px;
    padding: 8px;
  }

  .demo-section .stage__grid {
    gap: 8px;
    padding: 8px;
  }

  .demo-section .panel {
    padding: 20px 18px;
    border-radius: 20px;
  }

  .demo-section .panel__row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .demo-section .chat__shortlist ol {
    grid-template-columns: 1fr;
  }

  .demo-section .chat__shortlist li p {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .category__head .h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .compare {
    margin-top: 56px;
    padding: 0 16px;
    border-radius: 22px;
  }

  .compare__masthead {
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    align-items: center;
    min-height: 84px;
    padding: 0;
  }

  .compare__without { grid-column: 1; }
  .compare__brand {
    grid-column: 2;
    justify-self: end;
    gap: 8px;
  }

  .compare__brand > span {
    display: none;
  }

  .compare__brand img { width: 108px; }

  .compare__cards li {
    min-height: 0;
    padding: 24px 0;
  }

  .compare__after {
    font-size: 22px;
  }

  .kpis {
    margin-top: 88px;
  }

  .kpis__system {
    padding: 10px;
    border-radius: 22px;
  }

  .kpis ol {
    grid-template-columns: 1fr;
    gap: 8px;
    border-bottom: 0;
  }

  .kpis li {
    min-height: 136px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 16px;
  }

  .kpis li:first-child {
    padding-left: 18px;
  }

  .kpis li:not(.is-signature)::before,
  .kpis li:not(.is-signature)::after {
    display: none;
  }

  .kpis__rail {
    min-height: 0;
    padding: 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .kpis__rail img {
    width: 138px;
  }

  .kpis__rail p {
    max-width: 25ch;
    font-size: 18px;
    text-align: left;
  }

  .who__head .h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .who__portrait {
    margin-top: 56px;
    padding: 0;
    border-radius: 0;
  }

  .who__portrait img {
    height: min(78svh, 680px);
    border-radius: 0;
  }

  .who__portrait figcaption {
    display: none;
  }

  .who-audience {
    right: 10px;
    bottom: 10px;
    left: 10px;
    margin: 0;
    padding: 0;
    border-radius: 10px;
  }

  .who-audience > header {
    min-height: 40px;
    padding-inline: 16px;
  }

  .who__list li {
    min-height: 0;
    padding: 14px 14px 14px 48px;
    gap: 5px;
  }

  .who__list li > b {
    font-size: 16px;
  }

  .who__list li > p {
    font-size: 11px;
  }

  .who__list li::before {
    top: 17px;
    left: 16px;
  }

  .who__cta {
    margin-top: 88px;
  }

  .who__cta .btn {
    width: 100%;
    justify-content: center;
  }

  .who__vision {
    margin-top: 32px;
    font-size: 28px;
  }

  .hero__sub {
    margin-top: 24px;
    max-width: 34ch;
    font-size: 18px;
    line-height: 1.5;
  }

  .hero__actions {
    width: 100%;
    margin-top: 32px;
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .hero .btn {
    width: 100%;
    justify-content: space-between;
  }
  .hero .link { justify-content: center; }

  .section-cta {
    width: 100%;
    margin-top: 64px;
    justify-content: space-between;
    gap: 20px;
    font-size: 22px;
  }

  .section-cta span {
    max-width: 15ch;
  }
}

/* Demo: two sibling Liquid Glass windows with opaque white interiors. */

.demo-section .stage {
  padding: clamp(30px, 4vw, 58px);
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.56), transparent 46%),
    linear-gradient(145deg, #dfe0de 0%, #d2d4d1 100%);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.demo-section .stage::after {
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.2), transparent 34%),
    radial-gradient(circle at 86% 16%, rgba(255, 255, 255, 0.24), transparent 28%);
}

.demo-section .stage__toggle {
  margin-bottom: clamp(24px, 2.6vw, 38px);
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  background: rgba(246, 246, 243, 0.68);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(17, 19, 24, 0.08),
    0 14px 30px rgba(17, 19, 24, 0.11);
  -webkit-backdrop-filter: blur(22px) saturate(0.78);
  backdrop-filter: blur(22px) saturate(0.78);
}

.demo-section .stage__grid {
  padding: 0;
  grid-template-columns: minmax(0, 1.55fr) minmax(340px, 0.88fr);
  gap: clamp(24px, 2.8vw, 42px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.demo-section .chat,
.demo-section .panel {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: clamp(26px, 2.4vw, 34px);
  background: rgba(253, 253, 250, 0.96);
  box-shadow:
    0 0 0 5px rgba(255, 255, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -1px 0 rgba(17, 19, 24, 0.08),
    0 24px 58px rgba(17, 19, 24, 0.13);
  -webkit-backdrop-filter: blur(20px) saturate(0.72);
  backdrop-filter: blur(20px) saturate(0.72);
}

.demo-section .chat::after,
.demo-section .panel::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.24), transparent 24%),
    radial-gradient(circle at 84% 5%, rgba(255, 255, 255, 0.26), transparent 20%);
}

.demo-section .chat__head {
  border-radius: inherit inherit 0 0;
  background: rgba(255, 255, 255, 0.54);
}

@media (max-width: 1080px) {
  .demo-section .stage__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .demo-section .stage {
    padding: 22px 14px 28px;
  }

  .demo-section .stage__toggle {
    margin-bottom: 24px;
  }

  .demo-section .stage__grid {
    gap: 22px;
  }
}

/* ============================================================
   01 HERO · Pure typography
   ============================================================ */

.hero {
  min-height: 100svh;
  padding-block: clamp(128px, 17vh, 176px) clamp(72px, 10vh, 112px);
  text-align: center;
}

.hero .shell {
  display: flex;
  min-height: calc(100svh - clamp(200px, 27vh, 288px));
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero__eyebrow {
  margin: 0 0 32px;
}

.hero__title {
  width: 100%;
  max-width: 1400px;
  font-size: clamp(58px, 5.3vw, 78px);
  line-height: 0.99;
  letter-spacing: -0.047em;
  text-align: center;
}

.hero__line--two {
  margin-top: 0.08em;
}

.hero__sub {
  max-width: 560px;
  margin: 30px auto 0;
  color: var(--text-muted);
  text-align: center;
}

.hero__actions {
  width: auto;
  margin: 38px auto 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.hero .btn {
  width: auto;
}

@media (max-width: 860px) {
  .hero {
    min-height: 100svh;
    padding-block: 120px 64px;
  }

  .hero .shell {
    min-height: calc(100svh - 184px);
  }

  .hero__title {
    font-size: clamp(48px, 8vw, 66px);
  }
}

@media (max-width: 520px) {
  .hero {
    min-height: 100svh;
    padding-block: 104px 48px;
  }

  .hero .shell {
    min-height: calc(100svh - 152px);
  }

  .hero__eyebrow {
    margin-bottom: 24px;
  }

  .hero__title {
    font-size: clamp(40px, 11.5vw, 50px);
  }

  .hero__sub {
    margin-top: 24px;
  }

  .hero__actions {
    width: 100%;
    margin-top: 32px;
    flex-direction: column;
    align-items: stretch;
  }

  .hero .btn {
    width: 100%;
  }
}

/* ============================================================
   02 THE SHIFT · Buyer behaviour, projection, readiness
   ============================================================ */

.shift__buyer {
  margin-top: clamp(88px, 10vw, 144px);
}

.shift__buyer-head {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-top: 2px solid var(--black);
  border-bottom: 1px solid var(--line-strong);
}

.shift__buyer-head > span,
.shift__projection header,
.shift__readiness .gap__head .index {
  font-family: var(--font-compact);
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shift__buyer-head > span {
  color: var(--text-muted);
}

.shift__buyer-head p {
  font-size: clamp(20px, 1.8vw, 25px);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.shift__stats--buyers {
  margin-top: 0;
  border-top: 0;
}

.shift__projection {
  margin-top: clamp(96px, 11vw, 152px);
  padding: clamp(30px, 4vw, 56px);
  background: var(--black);
  color: var(--white);
}

.shift__projection header {
  min-height: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  color: var(--paper-46);
}

.shift__projection header small {
  font: inherit;
}

.shift__projection > div {
  margin-top: clamp(52px, 6vw, 88px);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 18px;
  align-items: end;
}

.shift__projection b {
  grid-column: 1 / 5;
  font-family: var(--font);
  font-size: clamp(94px, 10vw, 148px);
  font-weight: 400;
  line-height: 0.76;
  letter-spacing: -0.07em;
}

.shift__projection p {
  grid-column: 6 / 10;
  max-width: 31ch;
  font-size: clamp(20px, 1.9vw, 27px);
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: var(--paper-70);
}

.shift__projection .cite {
  grid-column: 11 / -1;
  align-self: end;
  color: var(--paper-46);
}

.shift__readiness {
  margin-top: clamp(112px, 13vw, 184px);
}

.shift__readiness .gap__head .index {
  color: var(--text-muted);
}

.gap__evidence--readiness {
  margin-top: clamp(64px, 7vw, 96px);
  background: transparent;
}

.gap__evidence--readiness .gap-evidence__turn span {
  background: var(--legora-paper);
}

.gap__evidence--readiness .gap-evidence__response {
  min-height: clamp(300px, 27vw, 390px);
}

.gap__evidence--readiness .gap-evidence__statement h3 {
  font-size: clamp(36px, 3.6vw, 54px);
}

.gap__evidence--readiness .gap-evidence__metric > b {
  font-size: clamp(112px, 11vw, 164px);
}

.shift__actions {
  margin-top: clamp(80px, 9vw, 128px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(40px, 7vw, 100px);
  border-top: 1px solid var(--line-strong);
}

.shift__actions .section-cta {
  margin-top: 48px;
}

@media (max-width: 860px) {
  .shift__buyer {
    margin-top: 72px;
  }

  .shift__projection {
    margin-top: 88px;
  }

  .shift__projection > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 40px;
  }

  .shift__projection b {
    grid-column: 1;
  }

  .shift__projection p {
    grid-column: 2;
  }

  .shift__projection .cite {
    grid-column: 2;
  }

  .shift__readiness {
    margin-top: 104px;
  }

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

  .shift__actions .section-cta + .section-cta {
    margin-top: 32px;
  }
}

@media (max-width: 520px) {
  .shift__buyer {
    margin-top: 64px;
  }

  .shift__buyer-head {
    min-height: 0;
    padding-block: 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .shift__buyer-head p {
    font-size: 18px;
  }

  .shift__projection {
    margin-top: 72px;
    padding: 28px 20px 32px;
  }

  .shift__projection > div {
    margin-top: 56px;
    display: block;
  }

  .shift__projection b {
    font-size: clamp(88px, 29vw, 124px);
  }

  .shift__projection p {
    margin-top: 42px;
    font-size: 20px;
  }

  .shift__projection .cite {
    margin-top: 24px;
  }

  .shift__readiness {
    margin-top: 88px;
  }

  .gap__evidence--readiness {
    margin-top: 56px;
  }

  .gap__evidence--readiness .gap-evidence__response {
    min-height: 0;
  }

  .shift__actions {
    margin-top: 72px;
  }

  .shift__actions .section-cta {
    margin-top: 40px;
  }
}

/* ============================================================
   02 THE SHIFT · Quiet editorial reduction
   ============================================================ */

.shift {
  background: var(--legora-paper);
}

.shift__opening {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 18px;
  align-items: start;
}

.shift__opening > .shift__head {
  grid-column: 1 / 6;
  display: block;
}

.shift__opening .shift__head .h2,
.shift__opening .shift__head .lead {
  max-width: 100%;
}

.shift__opening .shift__head .lead {
  margin-top: 32px;
  padding-top: 0;
}

.shift__buyer {
  grid-column: 7 / -1;
  margin-top: 0;
}

.shift__buyer-head {
  min-height: 0;
  display: block;
  padding-bottom: 30px;
  border: 0;
}

.shift__buyer-head > span {
  display: block;
}

.shift__buyer-head p {
  margin-top: 16px;
  font-size: 18px;
}

.shift__stats--buyers {
  border-top: 1px solid var(--line-strong);
}

.shift__stats--buyers li {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 14px;
  padding-block: 34px;
}

.shift__stats--buyers .stat__value {
  grid-column: 1 / 3;
  font-size: clamp(64px, 5.7vw, 88px);
  line-height: 0.82;
  letter-spacing: -0.065em;
}

.shift__stats--buyers .stat__label {
  grid-column: 3 / -1;
  max-width: 31ch;
  padding-top: 0.1rem;
  font-size: 15px;
  line-height: 1.45;
  color: var(--ink-70);
}

.shift__stats--buyers .stat__cite {
  grid-column: 3 / -1;
  margin-top: 18px;
  padding-top: 0;
}

.shift__projection {
  margin-top: clamp(120px, 14vw, 196px);
  padding: 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background: transparent;
  color: var(--black);
}

.shift__projection header {
  min-height: 72px;
  padding: 0;
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--text-muted);
}

.shift__projection > div {
  min-height: clamp(260px, 25vw, 350px);
  margin-top: 0;
  padding-block: clamp(40px, 5vw, 72px);
  align-items: start;
}

.shift__projection b {
  font-size: clamp(92px, 9vw, 136px);
  line-height: 0.82;
  color: var(--black);
}

.shift__projection p {
  padding-top: 0.35rem;
  color: var(--ink-70);
}

.shift__projection .cite {
  align-self: start;
  padding-top: 0.75rem;
  color: var(--text-muted);
}

.shift__readiness {
  margin-top: clamp(120px, 14vw, 196px);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 18px;
  align-items: start;
}

.shift__readiness .gap__head {
  grid-column: 1 / 6;
  display: block;
}

.shift__readiness .gap__head .h2 {
  margin-top: 32px;
  font-size: clamp(38px, 3.4vw, 52px);
}

.shift__readiness .gap__head .h2 span {
  white-space: normal;
}

.gap__evidence--readiness {
  grid-column: 7 / -1;
  margin-top: 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.gap__evidence--readiness .gap-evidence__turn {
  display: none;
}

.gap__evidence--readiness .gap-evidence__response {
  min-height: 0;
  display: block;
  padding: 0;
}

.gap__evidence--readiness .gap-evidence__statement {
  padding-block: 30px;
  border-bottom: 1px solid var(--line);
}

.gap__evidence--readiness .gap-evidence__statement h3 {
  margin-top: 16px;
  max-width: 18ch;
  font-size: clamp(25px, 2.2vw, 34px);
}

.gap__evidence--readiness .gap-evidence__metric {
  margin-top: 0;
  padding-block: 42px 50px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 14px;
  align-items: start;
}

.gap__evidence--readiness .gap-evidence__metric > b {
  grid-column: 1 / 3;
  grid-row: 1 / 4;
  font-size: clamp(76px, 7vw, 108px);
  line-height: 0.82;
}

.gap__evidence--readiness .gap-evidence__metric p,
.gap__evidence--readiness .gap-evidence__metric small {
  grid-column: 3 / -1;
}

.gap__evidence--readiness .gap-evidence__metric p {
  font-size: 15px;
  line-height: 1.45;
}

.gap__evidence--readiness .gap-evidence__metric small {
  margin-top: 18px;
}

.gap__evidence--readiness .gap-evidence__track {
  display: none;
}

.shift__actions {
  margin-top: clamp(104px, 12vw, 168px);
  background: transparent;
}

@media (max-width: 860px) {
  .shift__opening {
    display: block;
  }

  .shift__buyer {
    margin-top: 80px;
  }

  .shift__stats--buyers li {
    grid-template-columns: minmax(150px, 0.7fr) minmax(0, 1fr);
  }

  .shift__stats--buyers .stat__value {
    grid-column: 1;
  }

  .shift__stats--buyers .stat__label,
  .shift__stats--buyers .stat__cite {
    grid-column: 2;
  }

  .shift__projection > div {
    grid-template-columns: minmax(150px, 0.7fr) minmax(0, 1fr);
  }

  .shift__projection b {
    grid-column: 1;
  }

  .shift__projection p,
  .shift__projection .cite {
    grid-column: 2;
  }

  .shift__readiness {
    display: block;
  }

  .gap__evidence--readiness {
    margin-top: 72px;
  }
}

@media (max-width: 520px) {
  .shift__buyer {
    margin-top: 64px;
  }

  .shift__stats--buyers li {
    grid-template-columns: 1fr;
    row-gap: 0;
  }

  .shift__stats--buyers .stat__value,
  .shift__stats--buyers .stat__label,
  .shift__stats--buyers .stat__cite {
    grid-column: 1;
  }

  .shift__stats--buyers .stat__label {
    margin-top: 30px;
  }

  .shift__projection {
    margin-top: 88px;
  }

  .shift__projection header {
    min-height: 64px;
  }

  .shift__projection > div {
    min-height: 0;
    padding-block: 38px 44px;
    display: block;
  }

  .shift__projection p {
    margin-top: 38px;
  }

  .shift__readiness {
    margin-top: 96px;
  }

  .gap__evidence--readiness {
    margin-top: 56px;
  }

  .gap__evidence--readiness .gap-evidence__metric {
    display: block;
  }

  .gap__evidence--readiness .gap-evidence__metric p {
    margin-top: 32px;
  }
}

/* The 3.9% readiness datum follows the same open ledger as the 20% datum. */

.shift__readiness {
  display: block;
}

.shift__readiness .gap__head {
  display: grid;
}

.shift .gap__evidence--readiness {
  width: 100%;
  margin-top: clamp(64px, 7vw, 96px);
  padding: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}

.shift .gap__evidence--readiness .gap-evidence__statement {
  min-height: 72px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid var(--line);
}

.shift .gap__evidence--readiness .gap-evidence__statement > span {
  margin: 0;
}

.shift .gap__evidence--readiness .gap-evidence__statement h3 {
  max-width: none;
  margin: 0;
  font-size: clamp(18px, 1.65vw, 23px);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.shift .gap__evidence--readiness .gap-evidence__metric {
  min-height: clamp(260px, 25vw, 350px);
  padding-block: clamp(40px, 5vw, 72px);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 18px;
  align-items: start;
}

.shift .gap__evidence--readiness .gap-evidence__metric > b {
  grid-column: 1 / 5;
  grid-row: 1;
  font-size: clamp(92px, 9vw, 136px);
  line-height: 0.82;
}

.shift .gap__evidence--readiness .gap-evidence__metric p {
  grid-column: 6 / 10;
  margin: 0;
  padding-top: 0.35rem;
  max-width: 31ch;
  font-size: clamp(20px, 1.9vw, 27px);
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.shift .gap__evidence--readiness .gap-evidence__metric small {
  grid-column: 11 / -1;
  margin: 0;
  padding-top: 0.75rem;
}

@media (max-width: 860px) {
  .shift .gap__evidence--readiness .gap-evidence__metric {
    grid-template-columns: minmax(150px, 0.7fr) minmax(0, 1fr);
  }

  .shift .gap__evidence--readiness .gap-evidence__metric > b {
    grid-column: 1;
  }

  .shift .gap__evidence--readiness .gap-evidence__metric p,
  .shift .gap__evidence--readiness .gap-evidence__metric small {
    grid-column: 2;
  }
}

@media (max-width: 520px) {
  .shift .gap__evidence--readiness {
    margin-top: 56px;
  }

  .shift .gap__evidence--readiness .gap-evidence__statement {
    min-height: 0;
    padding-block: 22px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .shift .gap__evidence--readiness .gap-evidence__metric {
    min-height: 0;
    padding-block: 38px 44px;
    display: block;
  }

  .shift .gap__evidence--readiness .gap-evidence__metric p {
    margin-top: 38px;
  }

  .shift .gap__evidence--readiness .gap-evidence__metric small {
    margin-top: 24px;
  }
}

/* Four photographic buyer-behaviour statistics with full-format glass cards. */

.shift__opening {
  display: block;
}

.shift__opening > .shift__head {
  display: grid;
}

.shift__buyer {
  margin-top: clamp(88px, 9vw, 128px);
}

.shift__buyer-head {
  min-height: 72px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line);
}

.shift__buyer-head p {
  margin-top: 0;
}

.shift__stats--buyers {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  border: 0;
}

.shift__stats--buyers li {
  min-width: 0;
  display: block;
  padding: 0;
  border: 0;
}

.shift-stat__visual {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #eceae5;
}

.shift-stat__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(0.98);
}

.shift-stat__panel {
  position: absolute;
  z-index: 1;
  inset: 8%;
  padding: clamp(18px, 1.8vw, 28px);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: clamp(18px, 1.7vw, 26px);
  background: rgba(239, 239, 236, 0.86);
  box-shadow:
    0 18px 42px rgba(17, 19, 24, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(14px) saturate(0.78);
  backdrop-filter: blur(14px) saturate(0.78);
}

.shift-stat__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.22), transparent 38%),
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.34), transparent 30%);
}

.shift-stat__panel .stat__value {
  position: relative;
  z-index: 1;
  inset: auto;
  grid-column: auto;
  color: var(--black);
  font-size: clamp(56px, 5.15vw, 80px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.07em;
  white-space: nowrap;
  transform: none;
}

.shift__stats--buyers .shift-stat__panel .stat__label {
  position: relative;
  z-index: 1;
  grid-column: auto;
  max-width: none;
  margin: auto 0 0;
  padding: clamp(16px, 1.5vw, 22px) 0 0;
  border-top: 1px solid rgba(17, 19, 24, 0.12);
  font-size: clamp(13px, 1.05vw, 16px);
  line-height: 1.42;
  color: var(--black);
}

.shift__stats--buyers .stat__cite {
  grid-column: auto;
  display: block;
  margin-top: 16px;
  padding: 0;
}

.shift__projection {
  margin-top: clamp(104px, 11vw, 156px);
}

.shift__projection header,
.shift .gap__evidence--readiness .gap-evidence__statement {
  min-height: 64px;
}

.shift__projection > div,
.shift .gap__evidence--readiness .gap-evidence__metric {
  min-height: clamp(236px, 22vw, 310px);
}

.shift__readiness {
  margin-top: clamp(72px, 8vw, 112px);
}

.shift .gap__evidence--readiness {
  margin-top: clamp(48px, 5vw, 72px);
}

@media (max-width: 900px) {
  .shift__stats--buyers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 64px;
  }

  .shift-stat__panel .stat__value {
    font-size: clamp(64px, 10vw, 92px);
  }

  .shift__stats--buyers .shift-stat__panel .stat__label {
    font-size: clamp(14px, 1.8vw, 17px);
  }
}

@media (max-width: 620px) {
  .shift__buyer {
    margin-top: 64px;
  }

  .shift__buyer-head {
    min-height: 0;
    padding-block: 22px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .shift__stats--buyers {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .shift-stat__panel {
    inset: 7%;
    padding: clamp(22px, 7vw, 34px);
  }

  .shift-stat__panel .stat__value {
    font-size: clamp(72px, 22vw, 104px);
  }

  .shift__stats--buyers .shift-stat__panel .stat__label {
    font-size: clamp(15px, 4.2vw, 18px);
  }

  .shift__stats--buyers .stat__cite {
    margin-top: 12px;
    font-size: 7px;
  }
}

/* Section 02 uses spacing, not horizontal rules, to establish hierarchy. */

.shift {
  border-bottom: 0;
}

.shift__buyer-head,
.shift__projection,
.shift__projection header,
.shift .gap__evidence--readiness,
.shift .gap__evidence--readiness .gap-evidence__statement {
  border-top: 0;
  border-bottom: 0;
}

.shift__stats--buyers .shift-stat__panel .stat__label {
  border-top: 0;
}

/* Section 02 follows one continuous editorial rhythm from intro to readiness. */

.shift__opening > .shift__head {
  display: block;
}

.shift__opening .shift__head .index {
  margin-bottom: 24px;
}

.shift__opening .shift__head .h2 {
  max-width: none;
}

.shift__opening .shift__head .h2 span {
  display: block;
}

@media (min-width: 900px) {
  .shift__opening .shift__head .h2 span {
    white-space: nowrap;
  }
}

.shift__opening .shift__head .lead {
  max-width: 34ch;
  margin-top: 24px;
  padding-top: 0;
}

.shift__buyer {
  margin-top: clamp(56px, 5vw, 72px);
}

.shift__buyer-head {
  min-height: 58px;
}

.shift__stats--buyers {
  margin-top: 24px;
}

.shift__projection {
  margin-top: clamp(52px, 5vw, 72px);
}

.shift__projection header,
.shift .gap__evidence--readiness .gap-evidence__statement {
  min-height: 58px;
}

.shift__projection > div,
.shift .gap__evidence--readiness .gap-evidence__metric {
  min-height: clamp(210px, 18vw, 260px);
  padding-block: clamp(36px, 4vw, 52px);
}

.shift__readiness {
  margin-top: clamp(28px, 3vw, 40px);
}

.shift__readiness .gap__head {
  display: block;
}

.shift__readiness .gap__head .h2 {
  max-width: 26ch;
  margin-top: 20px;
  font-size: clamp(36px, 3.25vw, 50px);
}

.shift .gap__evidence--readiness {
  margin-top: 0;
}

.shift__projection b,
.shift .gap__evidence--readiness .gap-evidence__metric > b {
  font-size: clamp(68px, 6.5vw, 100px);
}

.shift__projection > div,
.shift .gap__evidence--readiness .gap-evidence__metric {
  min-height: clamp(184px, 16vw, 226px);
  padding-block: clamp(30px, 3vw, 42px);
}

@media (max-width: 620px) {
  .shift__opening .shift__head .index {
    margin-bottom: 20px;
  }

  .shift__opening .shift__head .lead {
    margin-top: 20px;
  }

  .shift__buyer {
    margin-top: 44px;
  }

  .shift__projection {
    margin-top: 52px;
  }

  .shift__readiness {
    margin-top: 28px;
  }

  .shift .gap__evidence--readiness {
    margin-top: 0;
  }

  .shift__projection b,
  .shift .gap__evidence--readiness .gap-evidence__metric > b {
    font-size: clamp(64px, 20vw, 86px);
  }
}

/* The 20% and 3.9% facts form one compact two-item list. */

.shift__projection > div {
  min-height: 0;
  padding-block: clamp(34px, 3.5vw, 48px);
}

.shift__readiness {
  margin-top: 0;
  border-top: 1px solid rgba(17, 19, 24, 0.16);
}

.shift .gap__evidence--readiness {
  margin-top: 0;
}

.shift .gap__evidence--readiness .gap-evidence__response {
  display: block;
}

.shift .gap__evidence--readiness .gap-evidence__metric {
  min-height: 0;
  padding-block: clamp(34px, 3.5vw, 48px);
}

.shift .gap__evidence--readiness .gap-evidence__copy {
  grid-column: 6 / 10;
}

.shift .gap__evidence--readiness .gap-evidence__statement {
  min-height: 0;
  padding: 0;
  display: block;
}

.shift .gap__evidence--readiness .gap-evidence__statement h3 {
  margin-top: 10px;
  font-size: clamp(18px, 1.65vw, 23px);
}

.shift .gap__evidence--readiness .gap-evidence__copy > p {
  margin-top: 22px;
  padding: 0;
}

@media (max-width: 860px) {
  .shift .gap__evidence--readiness .gap-evidence__copy {
    grid-column: 2;
  }
}

@media (max-width: 520px) {
  .shift .gap__evidence--readiness .gap-evidence__copy {
    margin-top: 30px;
  }

  .shift .gap__evidence--readiness .gap-evidence__copy > p {
    margin-top: 18px;
  }
}

/* Demo windows remain borderless; the shortlist follows the answer copy. */

.demo-section .chat,
.demo-section .panel {
  border: 0 !important;
  outline: 0;
  box-shadow: none !important;
}

.demo-section [data-state="with"] .panel {
  border: 0 !important;
  outline: 0;
  box-shadow: none !important;
}

.demo-section .chat::after,
.demo-section .panel::after {
  content: none;
}

.demo-section .chat__answer {
  display: block;
}

.demo-section .chat__answer[hidden] {
  display: none;
}

.demo-section .chat__shortlist {
  grid-column: auto;
  grid-row: auto;
  margin-top: 24px;
  padding: 0;
  border: 0;
}

.demo-section .stage,
.demo-section .stage__grid {
  border: 0 !important;
  outline: 0;
  box-shadow: none !important;
}

@media (min-width: 1081px) {
  .demo-section .stage {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    display: block;
  }

  .demo-section .stage__grid {
    align-items: start;
  }

  .demo-section .chat,
  .demo-section .panel {
    height: auto;
    overflow: hidden;
  }
}

/* Category comparison mirrors the demo with two clean, borderless windows. */

.category-section .compare {
  position: relative;
  overflow: hidden;
  margin-top: clamp(34px, 4vw, 52px);
  padding: clamp(22px, 2.4vw, 34px);
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.6vw, 38px);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.56), transparent 46%),
    linear-gradient(145deg, #dfe0de 0%, #d2d4d1 100%);
  box-shadow: none !important;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.category-section .compare::before {
  content: none;
}

.compare-window {
  overflow: hidden;
  min-width: 0;
  border: 0;
  border-radius: clamp(24px, 2.4vw, 34px);
  background: rgba(253, 253, 250, 0.96);
  box-shadow: none;
}

.compare-window__head {
  min-height: 58px;
  padding: 14px clamp(18px, 2vw, 28px);
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(17, 19, 24, 0.07);
}

.compare-window__head h3,
.compare-window__head--brand > h3 {
  font-family: var(--font-compact);
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(17, 19, 24, 0.44);
}

.compare-window__head--brand > h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.compare-window__head--brand img {
  width: 92px;
  height: auto;
}

.compare-window__list li {
  min-height: clamp(94px, 8.4vw, 118px);
  padding: clamp(18px, 1.9vw, 26px) clamp(18px, 2vw, 28px);
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: clamp(14px, 1.6vw, 22px);
  align-content: center;
  border-bottom: 1px solid rgba(17, 19, 24, 0.07);
}

.compare-window__list li:last-child {
  border-bottom: 0;
}

.compare-window__list li > span {
  padding-top: 5px;
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.compare-window--before {
  color: rgba(17, 19, 24, 0.42);
}

.compare-window--before .compare-window__list li > span {
  color: rgba(17, 19, 24, 0.28);
}

.compare-window--before .compare-window__list p {
  max-width: 30ch;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.compare-window--after .compare-window__list li > span {
  color: var(--blue);
}

.compare-window--after .compare-window__list p {
  max-width: 29ch;
  font-size: clamp(21px, 1.85vw, 27px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--black);
}

@media (max-width: 860px) {
  .category-section .compare {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .category-section .compare {
    padding: 14px;
    gap: 14px;
  }

  .compare-window__head {
    min-height: 62px;
    padding: 16px 18px;
  }

  .compare-window__list li {
    min-height: 112px;
    padding: 24px 18px;
    grid-template-columns: 28px minmax(0, 1fr);
  }
}

/* The shift follows the reference: one large image, then one editorial ledger. */

.shift.section {
  --shift-background: var(--home-background-white);
  padding-block: 0 clamp(96px, 12vh, 150px);
  background: var(--shift-background);
}

.shift.section > .shell {
  max-width: none;
  padding-inline: clamp(14px, 1.5vw, 28px);
}

.shift-feature {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(560px, 49vw, 820px);
  display: grid;
  place-items: center;
  background: #28302b;
}

.shift-feature__image,
.shift-feature__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.shift-feature__image {
  z-index: -2;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.92) saturate(0.96);
}

.shift-feature__shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(7, 11, 9, 0.18), rgba(7, 11, 9, 0.48)),
    radial-gradient(
      ellipse 56% 48% at 50% 48%,
      rgba(5, 8, 6, 0.28) 0%,
      rgba(5, 8, 6, 0.18) 48%,
      rgba(5, 8, 6, 0) 78%
    );
}

.shift-feature__content {
  width: min(1160px, calc(100% - 48px));
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--white);
}

.shift-feature__content .index {
  margin-bottom: clamp(24px, 3vw, 42px);
  color: rgba(255, 255, 255, 0.7);
}

.shift-feature__content .h2 {
  max-width: 22ch;
  font-family: var(--font);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.047em;
}

.shift-feature__content .h2 span {
  display: block;
}

.shift-feature__content .lead {
  margin-top: clamp(24px, 3vw, 42px);
  max-width: 34ch;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.78);
}

.shift-ledger {
  width: min(100%, 1880px);
  margin: clamp(54px, 7vw, 100px) auto 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  column-gap: clamp(60px, 8vw, 150px);
  background: var(--shift-background);
}

.shift-ledger__intro {
  padding-top: 24px;
  border-top: 1px solid rgba(17, 19, 24, 0.18);
}

.shift-ledger__intro > span,
.shift-ledger__eyebrow {
  font-family: var(--font-compact);
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(17, 19, 24, 0.48);
}

.shift-ledger__intro p {
  margin-top: 22px;
  max-width: 18ch;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--black);
}

.shift-ledger__stats li {
  min-height: clamp(180px, 15vw, 230px);
  padding: clamp(24px, 2.8vw, 40px) 0;
  border-top: 1px solid rgba(17, 19, 24, 0.18);
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(260px, 1.2fr);
  column-gap: clamp(34px, 5vw, 88px);
  align-items: start;
}

.shift-ledger__stats li > b {
  font-size: clamp(68px, 7.4vw, 112px);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.075em;
  font-variant-numeric: tabular-nums;
  color: var(--black);
}

.shift-ledger__stats .shift-ledger__stat--readiness {
  grid-template-columns: minmax(170px, 0.72fr) minmax(180px, 0.72fr) minmax(250px, 1.16fr);
  column-gap: clamp(28px, 3.8vw, 64px);
}

.shift-ledger__response {
  padding-top: 4px;
}

.shift-ledger__response h3 {
  margin-top: 16px;
  max-width: 13ch;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.shift-ledger__detail {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.shift-ledger__detail p {
  max-width: 34ch;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: rgba(17, 19, 24, 0.7);
}

.shift-ledger__detail h3 {
  margin: 14px 0 18px;
  max-width: 24ch;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.shift-ledger__detail .cite {
  margin-top: auto;
  padding-top: 26px;
  color: rgba(17, 19, 24, 0.42);
}

@media (max-width: 860px) {
  .shift-feature {
    min-height: min(720px, 92svh);
  }

  .shift-feature__content .h2 {
    font-size: clamp(38px, 8vw, 58px);
  }

  .shift-ledger {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .shift-ledger__intro p {
    max-width: none;
  }
}

@media (max-width: 620px) {
  .shift.section > .shell {
    padding-inline: 0;
  }

  .shift-feature {
    min-height: 74svh;
  }

  .shift-feature__content {
    width: calc(100% - 40px);
  }

  .shift-feature__content .h2 {
    font-size: clamp(36px, 10.4vw, 50px);
  }

  .shift-ledger {
    padding-inline: 20px;
  }

  .shift-ledger__stats li {
    min-height: 0;
    padding: 30px 0 34px;
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .shift-ledger__stats .shift-ledger__stat--readiness {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .shift-ledger__response h3 {
    max-width: 18ch;
  }

  .shift-ledger__stats li > b {
    font-size: clamp(66px, 23vw, 94px);
  }

  .shift-ledger__detail .cite {
    margin-top: 22px;
    padding-top: 0;
  }
}

/* The demonstration follows the reference: centered introduction,
   then one large visual stage with vertical controls on the left. */

.demo-section {
  background: #ffffff;
}

.demo-section > .shell {
  max-width: none;
  padding-inline: clamp(14px, 1.5vw, 28px);
}

.demo-section .demo__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.demo-section .demo__head .index {
  margin-bottom: 30px;
  color: var(--text-muted);
}

.demo-section .demo__head .h2 {
  max-width: 24ch;
  font-size: clamp(46px, 4.6vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.047em;
}

.demo-section .demo__head .h2 span {
  display: block;
}

.demo-section .demo__head .lead {
  margin-top: 34px;
  max-width: 48ch;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.35;
  color: var(--text-muted);
}

.demo-section .stage {
  position: relative;
  overflow: hidden;
  min-height: clamp(720px, 66vw, 960px);
  margin-top: clamp(70px, 8vw, 116px);
  padding: clamp(34px, 3.4vw, 58px);
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0;
  display: grid;
  grid-template-columns: minmax(210px, 0.25fr) minmax(0, 1fr);
  column-gap: clamp(42px, 5vw, 92px);
  align-items: start;
  background:
    radial-gradient(circle at 64% 32%, rgba(255, 255, 255, 0.96), transparent 38%),
    linear-gradient(145deg, #eceeeb 0%, #e3e5e2 100%);
  box-shadow: none !important;
}

.demo-section .stage::before {
  content: "";
  position: absolute;
  inset: 0 0 0 31%;
  pointer-events: none;
  opacity: 0.12;
  mix-blend-mode: multiply;
}

.demo-section .stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(232, 234, 231, 0.96) 0 25%, rgba(232, 234, 231, 0.22) 46%, transparent 70%);
}

.demo-section .stage__toggle-wrap,
.demo-section .stage__grid {
  position: relative;
  z-index: 2;
}

.demo-section .stage__toggle-wrap {
  grid-column: 1;
  grid-row: 1;
  display: block;
}

.demo-section .stage__toggle {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
  grid-auto-flow: row;
  gap: 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.demo-section .stage__toggle button {
  width: 100%;
  min-height: 48px;
  padding: 0 14px 0 18px;
  border: 0;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(87, 91, 88, 0.7);
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
  box-shadow: none;
}

.demo-section .stage__toggle button i {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.2);
  font-size: 17px;
  font-style: normal;
  line-height: 1;
  transition: transform var(--dur) var(--ease);
}

.demo-section .stage__toggle button[aria-pressed="true"] {
  min-height: 72px;
  border-radius: 28px;
  background: rgba(72, 76, 73, 0.82);
  color: var(--white);
}

.demo-section .stage__toggle button[aria-pressed="true"] i {
  transform: rotate(45deg);
}

.demo-section .stage__grid {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  grid-template-columns: minmax(0, 1.42fr) minmax(300px, 0.82fr);
  gap: clamp(20px, 2.4vw, 38px);
  background: transparent;
  box-shadow: none !important;
}

.demo-section .chat,
.demo-section .panel {
  border: 0 !important;
  border-radius: clamp(24px, 2vw, 32px);
  background: rgba(253, 253, 250, 0.95);
  box-shadow: 0 28px 70px rgba(39, 43, 40, 0.1) !important;
}

.demo-section .panel {
  opacity: 0.38;
}

.demo-section [data-state="with"] .panel {
  opacity: 1;
}

.demo-section .demo__disclaimer,
.demo-section .section-cta {
  width: min(100%, 1880px);
  margin-inline: auto;
}

@media (max-width: 1180px) {
  .demo-section .stage {
    grid-template-columns: 220px minmax(0, 1fr);
  }

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

@media (max-width: 860px) {
  .demo-section .stage {
    min-height: 0;
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .demo-section .stage::before,
  .demo-section .stage::after {
    content: none;
  }

  .demo-section .stage__toggle-wrap,
  .demo-section .stage__grid {
    grid-column: 1;
    grid-row: auto;
  }

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

@media (max-width: 620px) {
  .demo-section > .shell {
    padding-inline: 0;
  }

  .demo-section .demo__head {
    padding-inline: 20px;
  }

  .demo-section .demo__head .h2 {
    font-size: clamp(38px, 10vw, 50px);
  }

  .demo-section .stage {
    margin-top: 58px;
    padding: 20px 14px 28px;
  }

  .demo-section .stage__toggle button,
  .demo-section .stage__toggle button[aria-pressed="true"] {
    min-height: 52px;
    padding-inline: 14px 10px;
    border-radius: 999px;
  }

  .demo-section .stage__toggle button i {
    width: 22px;
    height: 22px;
  }

  .demo-section .demo__disclaimer,
  .demo-section .section-cta {
    width: calc(100% - 40px);
  }
}

/* What Murmur does follows the reference gallery layout. */

.category-section {
  background: #ffffff;
  border-bottom: 0;
}

.category-section > .shell {
  max-width: none;
  padding-inline: clamp(20px, 1.8vw, 34px);
}

.category-section .category__head {
  display: block;
  max-width: 820px;
}

.category-section .category__head .index {
  margin-bottom: 32px;
}

.category-section .category__head .h2 {
  max-width: 14ch;
  font-size: clamp(52px, 5.4vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.category-section .category__copy {
  margin-top: clamp(34px, 4vw, 56px);
  display: block;
}

.category-section .category__lead {
  max-width: 30ch;
  font-size: clamp(22px, 2vw, 29px);
  line-height: 1.2;
}

.category-section .category__body {
  margin-top: 26px;
  max-width: 50ch;
}

.category-gallery {
  margin-top: clamp(88px, 10vw, 154px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.4vw, 42px);
}

.category-card {
  min-width: 0;
}

.category-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  isolation: isolate;
  background-color: #c9c2b8;
}

.glass-stage {
  --glass-ink: #17191b;
  --glass-muted: rgba(23, 25, 27, 0.5);
  --glass-hairline: rgba(28, 33, 36, 0.09);
  --glass-green: var(--brand-green);
  --glass-surface: rgba(248, 249, 248, 0.68);
  --glass-radius: clamp(18px, 1.6vw, 25px);
  background-image: var(--stage-photo);
  background-position: var(--stage-position, 50% 50%);
  background-repeat: no-repeat;
  background-size: cover;
}

.glass-stage--control {
  --stage-position: 50% 50%;
}

.glass-stage--meaning {
  --stage-position: 50% 50%;
}

.glass-stage--experience {
  --stage-position: 50% 50%;
}

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

.glass-stage::before {
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(250, 248, 243, 0.1), rgba(250, 248, 243, 0.02) 46%, rgba(20, 18, 15, 0.05)),
    radial-gradient(ellipse at 50% 42%, rgba(255, 255, 255, 0.08), transparent 62%);
}

.glass-stage::after {
  z-index: 10;
  inset: 0;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.42),
    inset 0 -1px rgba(38, 43, 45, 0.07);
}

.ui-glass {
  position: absolute;
  z-index: 2;
  color: var(--glass-ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(241, 243, 243, 0.5)),
    var(--glass-surface);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--glass-radius);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(35, 41, 44, 0.1),
    0 1px 2px rgba(27, 32, 35, 0.08),
    0 22px 55px rgba(35, 41, 44, 0.13);
  -webkit-backdrop-filter: blur(20px) saturate(106%);
  backdrop-filter: blur(20px) saturate(106%);
}

.ui-glass::before {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: calc(var(--glass-radius) - 2px);
  border-top: 1px solid rgba(255, 255, 255, 0.46);
}

.card-logic {
  position: absolute;
  z-index: 4;
  top: 4.2%;
  left: 50%;
  padding: 6px 9px;
  display: flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  max-width: 88%;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: rgba(244, 246, 245, 0.48);
  box-shadow:
    inset 0 -1px rgba(35, 41, 44, 0.05),
    0 8px 20px rgba(35, 41, 44, 0.06);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transform: translateX(-50%);
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.46vw, 7px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(23, 25, 27, 0.42);
}

.card-logic i {
  font-style: normal;
  color: rgba(23, 25, 27, 0.28);
}

.card-logic strong {
  font-weight: 600;
  color: var(--glass-green);
}

.glass-stage--control .control-brand {
  margin-top: clamp(48px, 5vw, 76px);
}

.glass-stage--control .control-window {
  padding-block: clamp(22px, 2vw, 30px);
}

.control-copy__proof {
  display: block;
  margin-top: 9px;
  font-family: var(--font-compact);
  font-size: clamp(6px, 0.5vw, 8px);
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: rgba(182, 179, 131, 0.58);
}

.glass-stage--meaning .meaning-result {
  padding: clamp(22px, 2.2vw, 34px);
}

.meaning-result__note {
  display: block;
  margin-top: clamp(11px, 1.1vw, 17px);
  max-width: 30ch;
  font-size: clamp(7px, 0.68vw, 10px);
  line-height: 1.35;
  color: rgba(23, 25, 27, 0.45);
}

.meaning-result .meaning-confidence {
  margin-top: clamp(14px, 1.5vw, 22px);
}

.story-heading {
  position: absolute;
  z-index: 3;
  top: 4.8%;
  right: 6.5%;
  left: 6.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--glass-muted);
}

.story-heading span,
.story-heading strong,
.story-state,
.story-transition,
.story-proof,
.meaning-context__head,
.experience-input > span,
.experience-output__head,
.meaning-context dt,
.experience-output dt {
  font-family: var(--font-compact);
}

.story-heading span {
  font-size: clamp(6px, 0.52vw, 8px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.story-heading strong {
  font-size: clamp(8px, 0.72vw, 11px);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: rgba(23, 25, 27, 0.68);
}

.story-state {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: clamp(6px, 0.52vw, 8px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-state i {
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.story-state--before {
  color: rgba(23, 25, 27, 0.4);
}

.story-state--after {
  color: var(--glass-green);
}

.story-state--after i {
  background: currentColor;
  box-shadow: 0 0 0 3px rgba(182, 179, 131, 0.08);
}

.story-transition {
  position: absolute;
  z-index: 3;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  transform: translateX(-50%);
  color: rgba(182, 179, 131, 0.66);
}

.story-transition i {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: rgba(241, 244, 243, 0.74);
  box-shadow:
    inset 0 -1px rgba(27, 32, 35, 0.08),
    0 6px 15px rgba(35, 41, 44, 0.1);
  font-family: var(--font-body);
  font-size: 11px;
  font-style: normal;
  line-height: 1;
}

.story-transition span {
  width: max-content;
  max-width: 260px;
  font-size: clamp(5px, 0.46vw, 7px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.compare-answer {
  left: 8%;
  width: 84%;
  padding: clamp(15px, 1.25vw, 19px);
  border-radius: clamp(16px, 1.3vw, 20px);
}

.compare-answer--before {
  top: 12%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.42), rgba(233, 236, 236, 0.46)),
    rgba(238, 240, 240, 0.58);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.8),
    inset 0 -1px rgba(35, 41, 44, 0.08),
    0 14px 35px rgba(35, 41, 44, 0.08);
}

.compare-answer--after {
  top: 54%;
  border-color: rgba(255, 255, 255, 0.94);
}

.compare-answer small {
  display: block;
  margin-top: clamp(14px, 1.4vw, 20px);
  font-family: var(--font-compact);
  font-size: clamp(6px, 0.52vw, 8px);
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(23, 25, 27, 0.36);
}

.compare-answer p {
  margin-top: clamp(10px, 1vw, 15px);
  max-width: 29ch;
  font-size: clamp(15px, 1.45vw, 22px);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.compare-answer--before p {
  color: rgba(23, 25, 27, 0.55);
}

.compare-answer--after p {
  font-weight: 500;
  color: rgba(23, 25, 27, 0.88);
}

.story-proof {
  margin-top: clamp(13px, 1.3vw, 19px);
  display: flex;
  gap: 6px;
}

.story-proof span {
  padding: 6px 8px;
  border: 1px solid rgba(182, 179, 131, 0.15);
  border-radius: 999px;
  background: rgba(182, 179, 131, 0.06);
  font-size: clamp(6px, 0.5vw, 8px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--glass-green);
}

.story-transition--control {
  top: 46.5%;
}

.meaning-context {
  top: 12%;
  left: 7%;
  width: 86%;
  padding: clamp(14px, 1.15vw, 18px);
  border-radius: clamp(16px, 1.3vw, 20px);
}

.meaning-context__head,
.experience-output__head {
  padding-bottom: clamp(12px, 1.2vw, 18px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--glass-hairline);
  font-size: clamp(6px, 0.52vw, 8px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(23, 25, 27, 0.48);
}

.meaning-context__head small {
  font: inherit;
  color: var(--glass-green);
}

.meaning-context dl,
.experience-output dl {
  margin: 0;
}

.meaning-context dl div {
  padding: clamp(7px, 0.65vw, 10px) 0;
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid var(--glass-hairline);
}

.meaning-context dl div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.meaning-context dt,
.experience-output dt {
  font-size: clamp(5px, 0.46vw, 7px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(23, 25, 27, 0.42);
}

.meaning-context dd,
.experience-output dd {
  margin: 0;
  font-size: clamp(9px, 0.86vw, 13px);
  font-weight: 500;
  line-height: 1.2;
  color: rgba(23, 25, 27, 0.78);
}

.story-transition--meaning {
  top: 52.5%;
}

.meaning-output {
  top: 62%;
  left: 10%;
  width: 80%;
  padding: clamp(16px, 1.3vw, 20px);
  border-radius: clamp(17px, 1.45vw, 22px);
}

.meaning-output p {
  margin-top: clamp(12px, 1.1vw, 17px);
  max-width: 16ch;
  font-size: clamp(20px, 2vw, 31px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.meaning-output > small {
  display: block;
  margin-top: clamp(11px, 1vw, 15px);
  max-width: 34ch;
  font-size: clamp(8px, 0.75vw, 11px);
  line-height: 1.35;
  color: rgba(23, 25, 27, 0.46);
}

.experience-inputs {
  position: absolute;
  z-index: 2;
  top: 13%;
  right: 6%;
  left: 6%;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 9px;
}

.experience-input {
  position: relative;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  height: clamp(120px, 11.5vw, 150px);
  padding: clamp(14px, 1.45vw, 22px);
  border-radius: clamp(15px, 1.2vw, 19px);
}

.experience-input > span {
  display: block;
  font-size: clamp(5px, 0.46vw, 7px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(23, 25, 27, 0.42);
}

.experience-input strong {
  display: block;
  margin-top: clamp(21px, 2.2vw, 33px);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.15vw, 33px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #111318;
}

.experience-input small {
  display: block;
  margin-top: 9px;
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.43vw, 7px);
  line-height: 1.35;
  color: rgba(23, 25, 27, 0.46);
}

.experience-input--request {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.5), rgba(234, 237, 237, 0.46)),
    rgba(239, 241, 241, 0.62);
}

.experience-input--request p {
  margin-top: clamp(18px, 1.8vw, 27px);
  font-size: clamp(10px, 1vw, 15px);
  line-height: 1.28;
  letter-spacing: -0.02em;
}

.story-transition--experience {
  top: 45.5%;
}

.experience-output {
  top: 56%;
  left: 7%;
  width: 86%;
  padding: clamp(18px, 1.85vw, 28px);
  border-radius: clamp(17px, 1.45vw, 22px);
}

.experience-output__head em {
  font-style: normal;
  color: var(--glass-green);
}

.experience-output dl div {
  padding: clamp(12px, 1.25vw, 19px) 0;
  border-bottom: 1px solid var(--glass-hairline);
}

.experience-output dl div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.experience-output dd {
  margin-top: 6px;
  padding-left: 9px;
  border-left: 1px solid var(--glass-green);
}

.ui-kicker,
.ui-windowbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-compact);
  font-size: clamp(7px, 0.54vw, 9px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(23, 25, 27, 0.5);
}

.glass-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  box-shadow: inset 0 -1px rgba(44, 49, 52, 0.08);
}

.glass-orbit--one {
  width: 72%;
  aspect-ratio: 1;
  top: 11%;
  right: -34%;
}

.glass-orbit--two {
  width: 54%;
  aspect-ratio: 1;
  bottom: -27%;
  left: -19%;
}

.control-window {
  top: 16%;
  left: 11%;
  width: 78%;
  min-height: 58%;
  padding: clamp(25px, 2.65vw, 42px) clamp(22px, 2.45vw, 38px);
}

.control-brand {
  margin-top: clamp(64px, 7vw, 110px);
  font-size: clamp(31px, 3.2vw, 51px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.18em;
}

.control-copy {
  margin-top: clamp(32px, 3.7vw, 56px);
  display: grid;
  gap: 17px;
  font-size: clamp(16px, 1.58vw, 25px);
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.control-copy__old {
  width: max-content;
  max-width: 100%;
  color: rgba(23, 25, 27, 0.43);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.control-copy__new {
  margin-inline: clamp(-12px, -1vw, -6px);
  padding: clamp(15px, 1.55vw, 23px);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.32);
  box-shadow: inset 0 -1px rgba(34, 39, 42, 0.06);
}

.ui-signature {
  margin-top: clamp(22px, 2.6vw, 38px);
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: var(--font-compact);
  font-size: clamp(8px, 0.7vw, 11px);
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--glass-green);
}

.ui-signature i {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: currentColor;
}

.ui-glass--ghost {
  opacity: 0.44;
  filter: blur(1.8px);
}

.control-context {
  left: 20%;
  bottom: -4%;
  width: 61%;
  padding: 18px 22px;
  border-radius: 15px;
  font-family: var(--font-compact);
}

.control-context span,
.control-context strong {
  display: block;
}

.control-context span {
  margin-bottom: 8px;
  font-size: 7px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.control-context strong {
  font-size: 10px;
  font-weight: 500;
}

.control-ai-shell {
  top: 12%;
  left: 8%;
  width: 84%;
  min-height: 75%;
  padding: clamp(17px, 1.75vw, 27px);
  border-radius: clamp(18px, 1.55vw, 24px);
}

.control-ai-head {
  padding-bottom: clamp(13px, 1.25vw, 19px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--glass-hairline);
  font-family: var(--font-compact);
  font-size: clamp(6px, 0.54vw, 9px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(23, 25, 27, 0.48);
}

.control-ai-model {
  display: flex;
  align-items: center;
  gap: 8px;
}

.control-ai-model i {
  position: relative;
  width: clamp(14px, 1.2vw, 18px);
  height: clamp(14px, 1.2vw, 18px);
  border: 1px solid rgba(23, 25, 27, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.36);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.7);
}

.control-ai-model i::before,
.control-ai-model i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(23, 25, 27, 0.62);
  transform: translate(-50%, -50%);
}

.control-ai-model i::before {
  width: 5px;
  height: 1px;
}

.control-ai-model i::after {
  width: 1px;
  height: 5px;
}

.control-ai-live {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--glass-green);
}

.control-ai-live::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 3px rgba(182, 179, 131, 0.07);
}

.control-ai-query {
  margin-top: clamp(17px, 1.8vw, 27px);
  display: flex;
  justify-content: flex-end;
}

.control-ai-query span {
  max-width: 85%;
  padding: clamp(10px, 0.9vw, 14px) clamp(13px, 1.25vw, 19px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(217, 220, 220, 0.5);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.62),
    inset 0 -1px rgba(35, 41, 44, 0.05);
  font-size: clamp(9px, 0.9vw, 14px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: rgba(23, 25, 27, 0.76);
}

.control-ai-response {
  margin-top: clamp(17px, 1.75vw, 27px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(9px, 0.85vw, 13px);
}

.control-ai-spark {
  display: grid;
  width: clamp(20px, 1.8vw, 28px);
  height: clamp(20px, 1.8vw, 28px);
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  box-shadow:
    inset 0 -1px rgba(35, 41, 44, 0.07),
    0 8px 18px rgba(35, 41, 44, 0.08);
  font-size: clamp(9px, 0.85vw, 13px);
  color: rgba(23, 25, 27, 0.65);
}

.control-ai-answer {
  min-width: 0;
}

.control-ai-label {
  display: block;
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.46vw, 7px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(23, 25, 27, 0.34);
}

.control-ai-generic {
  margin-top: clamp(8px, 0.72vw, 11px);
  max-width: 28ch;
  font-size: clamp(10px, 0.95vw, 15px);
  line-height: 1.38;
  letter-spacing: -0.018em;
  color: rgba(23, 25, 27, 0.38);
}

.control-ai-approved {
  position: relative;
  margin-top: clamp(15px, 1.45vw, 22px);
  margin-left: clamp(-30px, -2.5vw, -18px);
  padding: clamp(15px, 1.5vw, 23px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: clamp(14px, 1.2vw, 19px);
  background:
    linear-gradient(137deg, rgba(255, 255, 255, 0.72), rgba(245, 247, 246, 0.45)),
    rgba(248, 249, 248, 0.7);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.92),
    inset 0 -1px rgba(35, 41, 44, 0.07),
    0 16px 34px rgba(35, 41, 44, 0.11);
}

.control-ai-approved::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: var(--glass-green);
  opacity: 0.78;
}

.control-ai-approved__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.44vw, 7px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.control-ai-approved__head span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--glass-green);
}

.control-ai-approved__head span i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

.control-ai-approved__head strong {
  font: inherit;
  letter-spacing: 0.13em;
  color: rgba(23, 25, 27, 0.34);
}

.control-ai-approved p {
  margin-top: clamp(12px, 1.2vw, 18px);
  max-width: 24ch;
  font-size: clamp(15px, 1.48vw, 23px);
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: -0.035em;
  color: rgba(23, 25, 27, 0.9);
}

.control-ai-proofs {
  margin-top: clamp(13px, 1.3vw, 20px);
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.control-ai-proofs span {
  padding: 6px 8px;
  border: 1px solid rgba(182, 179, 131, 0.13);
  border-radius: 999px;
  background: rgba(182, 179, 131, 0.055);
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.44vw, 7px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.035em;
  color: rgba(182, 179, 131, 0.7);
}

.meaning-map {
  position: absolute;
  inset: 0;
}

.meaning-source {
  padding: clamp(13px, 1.4vw, 21px);
  border-radius: clamp(13px, 1.15vw, 18px);
}

.meaning-source span,
.meaning-result > span {
  display: block;
  margin-bottom: clamp(9px, 1vw, 15px);
  font-family: var(--font-compact);
  font-size: clamp(6px, 0.5vw, 8px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--glass-muted);
}

.meaning-source strong {
  display: block;
  text-wrap: balance;
  font-size: clamp(10px, 1vw, 16px);
  font-weight: 500;
  line-height: 1.2;
}

.meaning-source--position {
  top: 12%;
  left: 34%;
  width: 35%;
}

.meaning-source--truth {
  top: 22%;
  left: 8%;
  width: 30%;
}

.meaning-source--proof {
  top: 24%;
  right: 6%;
  width: 34%;
}

.meaning-line {
  position: absolute;
  z-index: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.78);
  transform-origin: 0 0;
  box-shadow: 0 1px rgba(36, 42, 45, 0.08);
}

.meaning-line::after {
  content: "";
  position: absolute;
  right: -3px;
  top: -3px;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  background: #c8cccb;
}

.meaning-line--position {
  top: 29%;
  left: 51%;
  width: 35%;
  transform: rotate(90deg);
}

.meaning-line--truth {
  top: 35%;
  left: 27%;
  width: 30%;
  transform: rotate(53deg);
}

.meaning-line--proof {
  top: 37%;
  right: 22%;
  width: 26%;
  transform: rotate(127deg);
}

.meaning-result {
  left: 22%;
  bottom: 7%;
  width: 58%;
  padding: clamp(24px, 2.7vw, 42px);
}

.meaning-result > strong {
  display: block;
  max-width: 14ch;
  font-size: clamp(22px, 2.25vw, 36px);
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -0.04em;
}

.meaning-confidence {
  margin-top: clamp(24px, 2.6vw, 40px);
  display: grid;
  grid-template-columns: 7px 1fr auto;
  align-items: center;
  gap: 7px;
}

.meaning-confidence i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--glass-green);
}

.meaning-confidence span {
  position: relative;
  display: block;
  height: 1px;
  background: rgba(23, 25, 27, 0.14);
}

.meaning-confidence span::after {
  content: "";
  position: absolute;
  inset: 0 4% 0 0;
  background: rgba(182, 179, 131, 0.48);
}

.meaning-confidence b {
  font-family: var(--font-compact);
  font-size: 7px;
  font-weight: 500;
  color: var(--glass-muted);
}

.meaning-select-shell {
  top: 12%;
  left: 8%;
  width: 84%;
  min-height: 75%;
  padding: clamp(17px, 1.75vw, 27px);
  border-radius: clamp(18px, 1.55vw, 24px);
}

.meaning-select-head {
  padding-bottom: clamp(13px, 1.25vw, 19px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--glass-hairline);
  font-family: var(--font-compact);
  font-size: clamp(6px, 0.54vw, 9px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(23, 25, 27, 0.46);
}

.meaning-select-head strong {
  font: inherit;
  color: rgba(23, 25, 27, 0.3);
}

.meaning-select-brand {
  padding: clamp(18px, 1.8vw, 27px) 0 clamp(14px, 1.4vw, 21px);
}

.meaning-select-brand span,
.meaning-select-brand small {
  display: block;
}

.meaning-select-brand span {
  font-size: clamp(20px, 2vw, 31px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
}

.meaning-select-brand small {
  margin-top: 8px;
  font-size: clamp(7px, 0.68vw, 10px);
  line-height: 1.25;
  color: rgba(23, 25, 27, 0.4);
}

.meaning-options {
  display: grid;
  gap: clamp(7px, 0.65vw, 10px);
}

.meaning-option {
  position: relative;
  min-width: 0;
  padding: clamp(11px, 1.05vw, 16px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(9px, 0.85vw, 13px);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: clamp(12px, 1vw, 16px);
  background: rgba(221, 224, 224, 0.25);
  box-shadow: inset 0 -1px rgba(35, 41, 44, 0.04);
  color: rgba(23, 25, 27, 0.42);
}

.meaning-option__index {
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.44vw, 7px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  color: rgba(23, 25, 27, 0.26);
}

.meaning-option div {
  min-width: 0;
}

.meaning-option div > strong,
.meaning-option div > small {
  display: block;
}

.meaning-option div > strong {
  overflow: hidden;
  font-size: clamp(9px, 0.9vw, 14px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.meaning-option div > small {
  margin-top: 4px;
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.43vw, 7px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(23, 25, 27, 0.28);
}

.meaning-option > i {
  position: relative;
  width: clamp(12px, 1.05vw, 16px);
  height: clamp(12px, 1.05vw, 16px);
  border: 1px solid rgba(23, 25, 27, 0.16);
  border-radius: 50%;
}

.meaning-option--selected {
  padding-block: clamp(14px, 1.35vw, 21px);
  border-color: rgba(255, 255, 255, 0.92);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.72), rgba(246, 248, 247, 0.46)),
    rgba(248, 249, 248, 0.68);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.94),
    inset 0 -1px rgba(35, 41, 44, 0.06),
    0 12px 28px rgba(35, 41, 44, 0.09);
  color: rgba(23, 25, 27, 0.9);
}

.meaning-option--selected::before {
  content: "";
  position: absolute;
  top: 13%;
  bottom: 13%;
  left: 0;
  width: 2px;
  border-radius: 999px;
  background: var(--glass-green);
}

.meaning-option--selected .meaning-option__index {
  color: rgba(182, 179, 131, 0.62);
}

.meaning-option__status {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.43vw, 7px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--glass-green);
}

.meaning-option--selected div > strong {
  font-size: clamp(12px, 1.18vw, 18px);
  white-space: normal;
}

.meaning-option--selected > i {
  border-color: var(--glass-green);
  box-shadow: 0 0 0 3px rgba(182, 179, 131, 0.06);
}

.meaning-option--selected > i::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--glass-green);
}

.meaning-rationale {
  margin-top: clamp(14px, 1.35vw, 21px);
  padding-top: clamp(12px, 1.15vw, 18px);
  border-top: 1px solid var(--glass-hairline);
}

.meaning-rationale > span {
  display: block;
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.44vw, 7px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(23, 25, 27, 0.34);
}

.meaning-rationale div {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.meaning-rationale strong {
  padding: 6px 8px;
  border: 1px solid rgba(182, 179, 131, 0.12);
  border-radius: 999px;
  background: rgba(182, 179, 131, 0.05);
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.42vw, 7px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
  color: rgba(182, 179, 131, 0.68);
}

.meaning-reason-shell {
  top: 12%;
  left: 8%;
  width: 84%;
  min-height: 75%;
  padding: clamp(17px, 1.75vw, 27px);
  border-radius: clamp(18px, 1.55vw, 24px);
}

.meaning-reason-head {
  padding-bottom: clamp(12px, 1.2vw, 18px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid var(--glass-hairline);
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.48vw, 8px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(23, 25, 27, 0.47);
}

.meaning-reason-head strong {
  font: inherit;
  color: rgba(23, 25, 27, 0.29);
}

.meaning-reason-query {
  margin: clamp(14px, 1.35vw, 21px) 0;
  padding: clamp(10px, 0.92vw, 14px) clamp(12px, 1.1vw, 17px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(8px, 0.75vw, 11px);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: rgba(218, 221, 221, 0.34);
  box-shadow: inset 0 -1px rgba(35, 41, 44, 0.045);
}

.meaning-reason-query span {
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.42vw, 7px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(23, 25, 27, 0.33);
}

.meaning-reason-query strong {
  overflow: hidden;
  font-size: clamp(7px, 0.72vw, 11px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: rgba(23, 25, 27, 0.68);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.meaning-shortlist {
  display: grid;
  gap: 5px;
}

.meaning-shortlist__row {
  padding: clamp(8px, 0.78vw, 12px) clamp(9px, 0.9vw, 14px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(8px, 0.75vw, 11px);
  border: 1px solid transparent;
  border-radius: clamp(10px, 0.85vw, 13px);
  color: rgba(23, 25, 27, 0.39);
}

.meaning-shortlist__row > span {
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.42vw, 7px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  color: rgba(23, 25, 27, 0.24);
}

.meaning-shortlist__row div {
  min-width: 0;
}

.meaning-shortlist__row div strong,
.meaning-shortlist__row div small {
  display: block;
}

.meaning-shortlist__row div strong {
  font-size: clamp(8px, 0.82vw, 13px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.015em;
}

.meaning-shortlist__row div small {
  margin-top: 3px;
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.4vw, 7px);
  line-height: 1;
  color: rgba(23, 25, 27, 0.25);
}

.meaning-shortlist__row > i {
  width: clamp(11px, 0.95vw, 15px);
  height: clamp(11px, 0.95vw, 15px);
  border: 1px solid rgba(23, 25, 27, 0.14);
  border-radius: 50%;
}

.meaning-shortlist__row--selected {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.36);
  box-shadow:
    inset 0 -1px rgba(35, 41, 44, 0.05),
    0 7px 17px rgba(35, 41, 44, 0.055);
  color: rgba(23, 25, 27, 0.82);
}

.meaning-shortlist__row--selected > span,
.meaning-shortlist__row--selected div small {
  color: rgba(182, 179, 131, 0.66);
}

.meaning-shortlist__row--selected > i {
  position: relative;
  border-color: var(--glass-green);
  box-shadow: 0 0 0 3px rgba(182, 179, 131, 0.055);
}

.meaning-shortlist__row--selected > i::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--glass-green);
}

.meaning-why {
  position: relative;
  margin-top: clamp(13px, 1.25vw, 19px);
  padding: clamp(14px, 1.4vw, 21px);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: clamp(13px, 1.1vw, 17px);
  background:
    linear-gradient(138deg, rgba(255, 255, 255, 0.73), rgba(245, 247, 246, 0.46)),
    rgba(248, 249, 248, 0.68);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.92),
    inset 0 -1px rgba(35, 41, 44, 0.06),
    0 13px 28px rgba(35, 41, 44, 0.09);
}

.meaning-why::before {
  content: "";
  position: absolute;
  top: 15%;
  bottom: 15%;
  left: 0;
  width: 2px;
  border-radius: 999px;
  background: var(--glass-green);
}

.meaning-why__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.42vw, 7px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.meaning-why__head span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--glass-green);
}

.meaning-why__head span i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

.meaning-why__head strong {
  font: inherit;
  letter-spacing: 0.13em;
  color: rgba(23, 25, 27, 0.3);
}

.meaning-why p {
  margin-top: clamp(10px, 0.95vw, 15px);
  max-width: 31ch;
  font-size: clamp(10px, 1.02vw, 16px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.025em;
  color: rgba(23, 25, 27, 0.82);
}

.meaning-why__proofs {
  margin-top: clamp(10px, 0.95vw, 15px);
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.meaning-why__proofs span {
  padding: 5px 7px;
  border: 1px solid rgba(182, 179, 131, 0.12);
  border-radius: 999px;
  background: rgba(182, 179, 131, 0.05);
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.4vw, 7px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  color: rgba(182, 179, 131, 0.67);
}

.meaning-match-shell {
  top: 14%;
  left: 11%;
  width: 78%;
  min-height: 68%;
  padding: clamp(15px, 1.45vw, 22px);
  border-radius: clamp(18px, 1.55vw, 24px);
}

.meaning-match-head {
  padding-bottom: clamp(10px, 0.95vw, 15px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid var(--glass-hairline);
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.46vw, 7px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(23, 25, 27, 0.44);
}

.meaning-match-head strong {
  display: flex;
  align-items: center;
  gap: 6px;
  font: inherit;
  color: var(--glass-green);
}

.meaning-match-head strong i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 3px rgba(182, 179, 131, 0.055);
}

.meaning-match-context {
  margin-top: clamp(11px, 1.05vw, 16px);
  padding: clamp(10px, 0.95vw, 15px);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: clamp(12px, 1vw, 16px);
  background: rgba(218, 221, 221, 0.32);
  box-shadow: inset 0 -1px rgba(35, 41, 44, 0.045);
}

.meaning-match-context span,
.meaning-match-context strong,
.meaning-match-context small {
  display: block;
}

.meaning-match-context span {
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.42vw, 7px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(23, 25, 27, 0.32);
}

.meaning-match-context strong {
  margin-top: clamp(7px, 0.62vw, 9px);
  font-size: clamp(10px, 0.95vw, 15px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: rgba(23, 25, 27, 0.78);
}

.meaning-match-context small {
  margin-top: 6px;
  font-family: var(--font-compact);
  font-size: clamp(4px, 0.4vw, 6px);
  line-height: 1.2;
  letter-spacing: 0.025em;
  color: rgba(23, 25, 27, 0.35);
}

.meaning-match-table {
  margin-top: clamp(11px, 1.05vw, 16px);
}

.meaning-match-labels {
  padding: 0 clamp(7px, 0.62vw, 9px) clamp(7px, 0.62vw, 9px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 2vw, 31px);
  font-family: var(--font-compact);
  font-size: clamp(4px, 0.36vw, 6px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(23, 25, 27, 0.28);
}

.meaning-match-row {
  padding: clamp(5px, 0.48vw, 7px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(6px, 0.55vw, 9px);
  border-top: 1px solid var(--glass-hairline);
}

.meaning-match-row > div {
  min-width: 0;
  padding: clamp(6px, 0.58vw, 9px);
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.52vw, 8px);
  border: 1px solid transparent;
  border-radius: clamp(9px, 0.75vw, 12px);
  background: transparent;
}

.meaning-match-row > div:last-child {
  justify-content: space-between;
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.38);
}

.meaning-match-row div span {
  flex: 0 0 auto;
  font-family: var(--font-compact);
  font-size: clamp(4px, 0.36vw, 6px);
  font-weight: 600;
  line-height: 1;
  color: rgba(23, 25, 27, 0.23);
}

.meaning-match-row div strong {
  overflow: hidden;
  font-size: clamp(6px, 0.62vw, 10px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.012em;
  color: rgba(23, 25, 27, 0.61);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.meaning-match-row > i {
  align-self: center;
  font-family: var(--font-compact);
  font-size: clamp(6px, 0.55vw, 9px);
  font-style: normal;
  color: rgba(23, 25, 27, 0.25);
}

.meaning-match-row div b {
  display: grid;
  flex: 0 0 auto;
  width: clamp(13px, 1.1vw, 17px);
  height: clamp(13px, 1.1vw, 17px);
  place-items: center;
  border-radius: 50%;
  background: rgba(182, 179, 131, 0.08);
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.43vw, 7px);
  font-weight: 600;
  color: var(--glass-green);
}

.meaning-match-result {
  position: relative;
  margin-top: clamp(10px, 0.95vw, 15px);
  padding: clamp(12px, 1.12vw, 17px);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: clamp(13px, 1.08vw, 17px);
  background:
    linear-gradient(138deg, rgba(255, 255, 255, 0.73), rgba(245, 247, 246, 0.46)),
    rgba(248, 249, 248, 0.68);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.92),
    inset 0 -1px rgba(35, 41, 44, 0.06),
    0 13px 28px rgba(35, 41, 44, 0.09);
}

.meaning-match-result::before {
  content: "";
  position: absolute;
  top: 15%;
  bottom: 15%;
  left: 0;
  width: 2px;
  border-radius: 999px;
  background: var(--glass-green);
}

.meaning-match-result__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.42vw, 7px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.meaning-match-result__head span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--glass-green);
}

.meaning-match-result__head span i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

.meaning-match-result__head strong {
  font: inherit;
  letter-spacing: 0.13em;
  color: rgba(23, 25, 27, 0.3);
}

.meaning-match-result > p {
  margin-top: clamp(8px, 0.72vw, 11px);
  max-width: 31ch;
  font-size: clamp(9px, 0.9vw, 14px);
  font-weight: 500;
  line-height: 1.23;
  letter-spacing: -0.026em;
  color: rgba(23, 25, 27, 0.82);
}

.meaning-match-score {
  margin-top: clamp(11px, 1vw, 15px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  font-family: var(--font-compact);
  font-size: clamp(4px, 0.38vw, 6px);
  line-height: 1;
  color: rgba(23, 25, 27, 0.35);
}

.meaning-match-score > i {
  position: relative;
  height: 1px;
  overflow: hidden;
  background: rgba(23, 25, 27, 0.12);
}

.meaning-match-score > i b {
  position: absolute;
  inset: 0 4% 0 0;
  background: rgba(182, 179, 131, 0.48);
}

.meaning-match-score > strong {
  font: inherit;
  color: rgba(182, 179, 131, 0.62);
}

.experience-rail {
  position: absolute;
  z-index: 1;
  top: 13%;
  bottom: 9%;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 1px 0 rgba(38, 43, 46, 0.06);
}

.experience-rail i {
  position: absolute;
  top: 51%;
  left: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--glass-green);
}

.experience-rail span {
  position: absolute;
  top: calc(51% - 2px);
  left: 16px;
  width: max-content;
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.44vw, 7px);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(182, 179, 131, 0.66);
}

.experience-window {
  left: 18%;
  width: 67%;
  padding: clamp(18px, 2vw, 30px);
}

.experience-window--site {
  top: 13%;
  min-height: 33%;
}

.experience-window--md {
  bottom: 11%;
  min-height: 31%;
}

.ui-windowbar {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--glass-hairline);
}

.ui-windowbar i {
  position: relative;
  display: block;
  width: 11px;
  height: 8px;
  border-top: 1px solid rgba(23, 25, 27, 0.5);
  border-bottom: 1px solid rgba(23, 25, 27, 0.5);
}

.ui-windowbar em {
  font-style: normal;
  color: rgba(182, 179, 131, 0.65);
}

.experience-site {
  padding-top: clamp(22px, 2.4vw, 36px);
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: clamp(10px, 1.5vw, 22px);
}

.experience-site strong,
.experience-site small,
.experience-site p {
  display: block;
}

.experience-site strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 2.7vw, 43px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--brand-green-pressed);
}

.experience-site small {
  margin-top: 10px;
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.48vw, 8px);
  line-height: 1.35;
  letter-spacing: 0.08em;
  color: var(--glass-muted);
}

.experience-site p {
  margin-top: clamp(18px, 2vw, 30px);
  max-width: 16ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(10px, 0.98vw, 15px);
  line-height: 1.2;
  color: rgba(182, 179, 131, 0.78);
}

.experience-material {
  position: relative;
  height: clamp(85px, 9vw, 140px);
}

.experience-material span,
.experience-material i,
.experience-material b {
  position: absolute;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.66);
  box-shadow: 0 10px 22px rgba(33, 39, 41, 0.13);
}

.experience-material span {
  inset: 8% 12% 12% 0;
  background: #bfc0b4;
  transform: rotate(-4deg);
}

.experience-material i {
  inset: 17% 3% 2% 13%;
  background: #dedbcf;
  transform: rotate(2deg);
}

.experience-material b {
  inset: 5% 8% 20% 26%;
  background:
    linear-gradient(145deg, transparent 44%, rgba(182, 179, 131, 0.34) 45%, rgba(182, 179, 131, 0.34) 46%, transparent 47%),
    var(--brand-green-mid);
}

.experience-code {
  margin: 0;
}

.experience-code div {
  padding: clamp(10px, 1.1vw, 16px) 0;
  border-bottom: 1px solid var(--glass-hairline);
}

.experience-code div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.experience-code dt {
  margin-bottom: 6px;
  font-family: var(--font-compact);
  font-size: clamp(6px, 0.48vw, 8px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--glass-muted);
}

.experience-code dd {
  margin: 0;
  padding-left: 9px;
  border-left: 1px solid var(--glass-green);
  font-family: var(--font-compact);
  font-size: clamp(7px, 0.62vw, 10px);
  line-height: 1.35;
  color: rgba(23, 25, 27, 0.7);
}

.experience-compare {
  left: 7%;
  width: 86%;
  padding: clamp(15px, 1.55vw, 24px);
  border-radius: clamp(17px, 1.4vw, 22px);
}

.experience-compare--human {
  top: 11.5%;
  min-height: 31%;
  opacity: 0.82;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.48), rgba(235, 238, 237, 0.43)),
    rgba(241, 243, 242, 0.58);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.84),
    inset 0 -1px rgba(35, 41, 44, 0.07),
    0 13px 32px rgba(35, 41, 44, 0.08);
}

.experience-compare--agent {
  bottom: 8%;
  min-height: 35%;
  border-color: rgba(255, 255, 255, 0.94);
}

.experience-compare--agent::after {
  content: "";
  position: absolute;
  top: 15%;
  bottom: 15%;
  left: 0;
  width: 2px;
  border-radius: 999px;
  background: var(--glass-green);
}

.experience-compare-head {
  padding-bottom: clamp(11px, 1.05vw, 16px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid var(--glass-hairline);
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.47vw, 8px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(23, 25, 27, 0.45);
}

.experience-compare-head strong {
  font: inherit;
  letter-spacing: 0.045em;
  color: rgba(23, 25, 27, 0.28);
}

.experience-compare--agent .experience-compare-head strong {
  color: var(--glass-green);
}

.experience-human-view {
  padding-top: clamp(14px, 1.45vw, 22px);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: clamp(12px, 1.35vw, 20px);
}

.experience-human-copy > strong,
.experience-human-copy > small,
.experience-human-copy > p {
  display: block;
}

.experience-human-copy > strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.15vw, 33px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: rgba(182, 179, 131, 0.76);
}

.experience-human-copy > small {
  margin-top: 7px;
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.42vw, 7px);
  line-height: 1.25;
  letter-spacing: 0.055em;
  color: rgba(23, 25, 27, 0.4);
}

.experience-human-copy > p {
  margin-top: clamp(10px, 0.95vw, 15px);
  max-width: 19ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(8px, 0.78vw, 12px);
  line-height: 1.25;
  color: rgba(182, 179, 131, 0.58);
}

.experience-human-material {
  position: relative;
  height: clamp(64px, 6.6vw, 102px);
}

.experience-human-material span,
.experience-human-material i,
.experience-human-material b {
  position: absolute;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow: 0 7px 15px rgba(35, 41, 44, 0.1);
}

.experience-human-material span {
  inset: 6% 25% 7% 2%;
  background: #cbc6b7;
  transform: rotate(-4deg);
}

.experience-human-material i {
  inset: 18% 2% 0 15%;
  background: #e2ded1;
  transform: rotate(2deg);
}

.experience-human-material b {
  inset: 3% 7% 21% 28%;
  background:
    linear-gradient(145deg, transparent 44%, rgba(182, 179, 131, 0.29) 45%, rgba(182, 179, 131, 0.29) 46%, transparent 47%),
    var(--brand-green-mid);
}

.experience-request {
  position: absolute;
  z-index: 4;
  top: 45.5%;
  left: 50%;
  width: 77%;
  padding: clamp(9px, 0.85vw, 13px) clamp(12px, 1.1vw, 17px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(7px, 0.7vw, 11px);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: rgba(244, 246, 245, 0.72);
  box-shadow:
    inset 0 -1px rgba(35, 41, 44, 0.06),
    0 10px 24px rgba(35, 41, 44, 0.1);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  transform: translateX(-50%);
}

.experience-request span {
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.42vw, 7px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--glass-green);
}

.experience-request strong {
  overflow: hidden;
  font-size: clamp(7px, 0.7vw, 11px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: rgba(23, 25, 27, 0.68);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.experience-request i {
  display: grid;
  width: clamp(15px, 1.3vw, 20px);
  height: clamp(15px, 1.3vw, 20px);
  place-items: center;
  border-radius: 50%;
  background: var(--glass-green);
  font-size: clamp(7px, 0.62vw, 10px);
  font-style: normal;
  color: #fff;
}

.experience-agent-view {
  display: grid;
}

.experience-agent-view > div {
  padding: clamp(9px, 0.86vw, 13px) 0;
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  align-items: start;
  gap: clamp(9px, 0.85vw, 13px);
  border-bottom: 1px solid var(--glass-hairline);
}

.experience-agent-view > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.experience-agent-view span {
  padding-top: 2px;
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.43vw, 7px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(23, 25, 27, 0.39);
}

.experience-agent-view strong {
  padding-left: 9px;
  border-left: 1px solid var(--glass-green);
  font-size: clamp(7px, 0.7vw, 11px);
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -0.012em;
  color: rgba(23, 25, 27, 0.76);
}

.experience-site-frame {
  top: 10.5%;
  left: 7%;
  width: 86%;
  min-height: 34%;
  padding: 0;
  overflow: hidden;
  border-radius: clamp(16px, 1.35vw, 21px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(239, 241, 240, 0.48)),
    rgba(246, 247, 246, 0.66);
}

.experience-browser-bar {
  min-height: clamp(25px, 2.4vw, 37px);
  padding: 0 clamp(10px, 1vw, 15px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--glass-hairline);
  background: rgba(231, 233, 232, 0.42);
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.42vw, 7px);
  line-height: 1;
  color: rgba(23, 25, 27, 0.38);
}

.experience-browser-bar div {
  display: flex;
  gap: 4px;
}

.experience-browser-bar div i {
  width: clamp(3px, 0.32vw, 5px);
  height: clamp(3px, 0.32vw, 5px);
  border-radius: 50%;
  background: rgba(23, 25, 27, 0.2);
}

.experience-browser-bar strong {
  justify-self: end;
  font-size: clamp(6px, 0.52vw, 8px);
  font-weight: 500;
}

.experience-agency-site {
  padding: clamp(12px, 1.2vw, 18px);
  background: rgba(250, 249, 246, 0.48);
}

.experience-agency-site nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.42vw, 7px);
  line-height: 1;
  letter-spacing: 0.06em;
  color: rgba(23, 25, 27, 0.48);
}

.experience-agency-site nav strong {
  font-size: clamp(6px, 0.55vw, 9px);
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(23, 25, 27, 0.78);
}

.experience-agency-hero {
  margin-top: clamp(13px, 1.3vw, 20px);
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  gap: clamp(9px, 0.9vw, 14px);
}

.experience-agency-hero small,
.experience-agency-hero h4,
.experience-agency-hero > div > span {
  display: block;
}

.experience-agency-hero small {
  font-family: var(--font-compact);
  font-size: clamp(4px, 0.36vw, 6px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(182, 179, 131, 0.58);
}

.experience-agency-hero h4 {
  margin: clamp(7px, 0.65vw, 10px) 0 0;
  max-width: 12ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(14px, 1.4vw, 22px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: rgba(182, 179, 131, 0.9);
}

.experience-agency-hero > div > span {
  margin-top: clamp(8px, 0.72vw, 11px);
  font-family: var(--font-compact);
  font-size: clamp(4px, 0.36vw, 6px);
  line-height: 1.2;
  letter-spacing: 0.025em;
  color: rgba(23, 25, 27, 0.38);
}

.experience-agency-art {
  position: relative;
  height: clamp(69px, 6.8vw, 105px);
}

.experience-agency-art i,
.experience-agency-art b,
.experience-agency-art span {
  position: absolute;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 8px 18px rgba(35, 41, 44, 0.1);
}

.experience-agency-art i {
  inset: 4% 27% 3% 0;
  background: #c6bca9;
  transform: rotate(-5deg);
}

.experience-agency-art b {
  inset: 20% 0 0 17%;
  background: #e2ddd1;
  transform: rotate(3deg);
}

.experience-agency-art span {
  inset: 2% 6% 25% 30%;
  background:
    linear-gradient(145deg, transparent 43%, rgba(182, 179, 131, 0.35) 44%, rgba(182, 179, 131, 0.35) 46%, transparent 47%),
    #8F8C66;
}

.experience-agency-footer {
  margin-top: clamp(10px, 0.95vw, 15px);
  padding-top: clamp(8px, 0.75vw, 12px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--glass-hairline);
  font-family: var(--font-compact);
  font-size: clamp(4px, 0.37vw, 6px);
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(23, 25, 27, 0.36);
}

.experience-agency-footer strong {
  font-weight: 600;
  color: rgba(23, 25, 27, 0.66);
}

.experience-conversion {
  position: absolute;
  z-index: 4;
  top: 46.2%;
  left: 50%;
  padding: clamp(7px, 0.68vw, 10px) clamp(10px, 0.95vw, 15px);
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.65vw, 10px);
  width: max-content;
  max-width: 82%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: rgba(244, 246, 245, 0.76);
  box-shadow:
    inset 0 -1px rgba(35, 41, 44, 0.06),
    0 9px 22px rgba(35, 41, 44, 0.1);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
  font-family: var(--font-compact);
  font-size: clamp(4px, 0.4vw, 6px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: rgba(23, 25, 27, 0.34);
}

.experience-conversion i {
  display: grid;
  width: clamp(14px, 1.15vw, 18px);
  height: clamp(14px, 1.15vw, 18px);
  place-items: center;
  border-radius: 50%;
  background: var(--glass-green);
  font-size: clamp(6px, 0.5vw, 8px);
  font-style: normal;
  color: #fff;
}

.experience-conversion strong {
  font: inherit;
  color: var(--glass-green);
}

.experience-llms-file {
  bottom: 6.5%;
  left: 9%;
  width: 82%;
  min-height: 40%;
  padding: clamp(14px, 1.4vw, 21px);
  border-radius: clamp(16px, 1.35vw, 21px);
}

.experience-llms-file::after {
  content: "";
  position: absolute;
  top: 14%;
  bottom: 14%;
  left: 0;
  width: 2px;
  border-radius: 999px;
  background: var(--glass-green);
}

.experience-file-head {
  padding-bottom: clamp(10px, 0.95vw, 15px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--glass-hairline);
  font-family: var(--font-compact);
  font-size: clamp(5px, 0.45vw, 7px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  color: rgba(23, 25, 27, 0.46);
}

.experience-file-head span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.experience-file-head span i {
  position: relative;
  width: clamp(9px, 0.75vw, 12px);
  height: clamp(11px, 0.9vw, 14px);
  border: 1px solid rgba(23, 25, 27, 0.28);
  border-radius: 2px;
}

.experience-file-head span i::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: 2px;
  left: 2px;
  height: 1px;
  background: rgba(23, 25, 27, 0.24);
  box-shadow: 0 -3px rgba(23, 25, 27, 0.24);
}

.experience-file-head strong {
  font: inherit;
  text-transform: uppercase;
  color: var(--glass-green);
}

.experience-llms-document {
  padding-top: clamp(9px, 0.85vw, 13px);
  display: grid;
  gap: clamp(3px, 0.28vw, 5px);
  font-family: var(--font-compact);
}

.experience-llms-document p {
  display: grid;
  grid-template-columns: clamp(12px, 1.1vw, 17px) minmax(0, 1fr);
  gap: clamp(6px, 0.55vw, 9px);
  min-width: 0;
  font-size: clamp(4px, 0.39vw, 6px);
  line-height: 1.25;
}

.experience-llms-document p > span {
  color: rgba(23, 25, 27, 0.2);
  text-align: right;
}

.experience-llms-document p > strong,
.experience-llms-document p > b,
.experience-llms-document p > em {
  overflow: hidden;
  font: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.experience-llms-document p > strong {
  font-weight: 600;
  color: rgba(182, 179, 131, 0.76);
}

.experience-llms-document p > b {
  color: rgba(23, 25, 27, 0.65);
}

.experience-llms-document p > em {
  font-style: normal;
  color: rgba(23, 25, 27, 0.42);
}

.experience-human-mini {
  z-index: 2;
  top: 12%;
  left: 4%;
  width: 60%;
  min-height: 45%;
  padding: 0;
  overflow: hidden;
  border-radius: clamp(15px, 1.25vw, 20px);
  background: rgba(248, 248, 246, 0.78);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.9),
    inset 0 -1px rgba(35, 41, 44, 0.08),
    0 17px 40px rgba(35, 41, 44, 0.12);
}

.experience-human-mini__bar {
  min-height: clamp(29px, 2.8vw, 43px);
  padding: 0 clamp(10px, 0.95vw, 15px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid var(--glass-hairline);
  font-family: var(--font-compact);
  font-size: clamp(4px, 0.4vw, 6px);
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(23, 25, 27, 0.34);
}

.experience-human-mini__bar strong {
  font-size: clamp(6px, 0.55vw, 9px);
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(23, 25, 27, 0.76);
}

.experience-human-mini__site {
  position: relative;
  padding: clamp(10px, 1vw, 15px);
  overflow: hidden;
  background:
    radial-gradient(ellipse at 42% 32%, rgba(255, 255, 255, 0.76), transparent 38%),
    linear-gradient(155deg, #f1eee7, #d9d7cf);
}

.experience-human-mini__site nav {
  display: flex;
  justify-content: flex-end;
  gap: 7px;
  font-family: var(--font-compact);
  font-size: clamp(4px, 0.34vw, 5px);
  line-height: 1;
  color: rgba(23, 25, 27, 0.42);
}

.experience-human-mini__site nav i {
  font-style: normal;
}

.experience-human-mini__site > small {
  display: block;
  margin-top: clamp(13px, 1.25vw, 19px);
  font-family: var(--font-compact);
  font-size: clamp(4px, 0.34vw, 5px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(182, 179, 131, 0.58);
}

.experience-human-mini__site > h4 {
  position: relative;
  z-index: 2;
  margin: clamp(7px, 0.68vw, 10px) 0 0;
  max-width: 9ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(13px, 1.3vw, 20px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.04em;
  color: rgba(182, 179, 131, 0.92);
}

.experience-human-mini__art {
  position: relative;
  z-index: 1;
  margin: clamp(-5px, -0.45vw, -3px) -12% 0 24%;
  height: clamp(80px, 8vw, 123px);
}

.experience-human-mini__art i,
.experience-human-mini__art b,
.experience-human-mini__art span {
  position: absolute;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 8px 18px rgba(35, 41, 44, 0.12);
}

.experience-human-mini__art i {
  inset: 10% 30% 0 0;
  background: #c7bba8;
  transform: rotate(-5deg);
}

.experience-human-mini__art b {
  inset: 20% 2% 3% 18%;
  background: #e1ddd2;
  transform: rotate(3deg);
}

.experience-human-mini__art span {
  inset: 3% 8% 29% 34%;
  background:
    linear-gradient(145deg, transparent 43%, rgba(182, 179, 131, 0.35) 44%, rgba(182, 179, 131, 0.35) 46%, transparent 47%),
    #8F8C66;
}

.experience-human-mini__site > p {
  padding-top: clamp(8px, 0.72vw, 11px);
  border-top: 1px solid rgba(23, 25, 27, 0.08);
  font-family: var(--font-compact);
  font-size: clamp(4px, 0.34vw, 5px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: rgba(23, 25, 27, 0.4);
}

.experience-agent-page {
  z-index: 3;
  right: 3%;
  bottom: 5%;
  width: 70%;
  min-height: 70%;
  padding: 0;
  overflow: hidden;
  border-radius: clamp(16px, 1.35vw, 21px);
  background: rgba(249, 250, 249, 0.84);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.94),
    inset 0 -1px rgba(35, 41, 44, 0.09),
    0 23px 58px rgba(35, 41, 44, 0.16);
}

.experience-agent-page__head {
  min-height: clamp(31px, 3vw, 46px);
  padding: 0 clamp(11px, 1.05vw, 16px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid var(--glass-hairline);
  font-family: var(--font-compact);
  font-size: clamp(4px, 0.42vw, 7px);
  line-height: 1;
  letter-spacing: 0.035em;
  color: rgba(23, 25, 27, 0.7);
}

.experience-agent-page__head span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}

.experience-agent-page__head span i {
  padding: 4px 5px;
  border: 1px solid rgba(23, 25, 27, 0.12);
  border-radius: 999px;
  font-size: clamp(3px, 0.3vw, 5px);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(23, 25, 27, 0.34);
}

.experience-agent-page__head > strong {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: clamp(3px, 0.34vw, 5px);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(182, 179, 131, 0.58);
}

.experience-agent-page__head > strong i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #B6B383;
}

.experience-agent-page__body {
  display: grid;
  grid-template-columns: 35% 65%;
  min-height: clamp(260px, 27vw, 416px);
}

.experience-agent-page__body aside {
  padding: clamp(14px, 1.45vw, 22px) clamp(10px, 0.95vw, 15px);
  background: rgba(218, 220, 218, 0.68);
  border-right: 1px solid var(--glass-hairline);
  font-family: var(--font-compact);
}

.experience-agent-page__body aside > span {
  display: block;
  padding-bottom: clamp(10px, 0.95vw, 15px);
  border-bottom: 1px solid rgba(23, 25, 27, 0.08);
  font-size: clamp(3px, 0.34vw, 5px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(23, 25, 27, 0.37);
}

.experience-agent-page__body aside dl {
  margin: 0;
}

.experience-agent-page__body aside dl div {
  padding: clamp(8px, 0.78vw, 12px) 0;
  border-bottom: 1px solid rgba(23, 25, 27, 0.08);
}

.experience-agent-page__body aside dt,
.experience-agent-page__body aside dd {
  margin: 0;
}

.experience-agent-page__body aside dt {
  font-size: clamp(3px, 0.3vw, 5px);
  line-height: 1;
  color: rgba(23, 25, 27, 0.34);
}

.experience-agent-page__body aside dd {
  margin-top: 4px;
  font-size: clamp(4px, 0.4vw, 6px);
  line-height: 1.25;
  color: rgba(23, 25, 27, 0.68);
}

.experience-agent-page__body aside > p {
  margin-top: clamp(13px, 1.25vw, 19px);
  font-size: clamp(3px, 0.3vw, 5px);
  line-height: 1.4;
  color: rgba(23, 25, 27, 0.35);
}

.experience-agent-content {
  padding: clamp(15px, 1.55vw, 24px);
  display: flex;
  flex-direction: column;
  font-family: var(--font-compact);
}

.experience-agent-content > small {
  display: block;
  font-size: clamp(3px, 0.31vw, 5px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(23, 25, 27, 0.38);
}

.experience-agent-content h4,
.experience-agent-content h5 {
  margin: 0;
  font-family: var(--font-compact);
}

.experience-agent-content h4 {
  margin-top: clamp(10px, 0.95vw, 15px);
  font-size: clamp(13px, 1.25vw, 19px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
}

.experience-agent-content h5 {
  margin-top: clamp(7px, 0.68vw, 10px);
  font-size: clamp(7px, 0.68vw, 10px);
  font-weight: 500;
  line-height: 1.15;
}

.experience-agent-content > p {
  margin-top: clamp(8px, 0.78vw, 12px);
  padding-left: 7px;
  border-left: 1px solid #eea47d;
  font-size: clamp(4px, 0.42vw, 7px);
  line-height: 1.4;
  color: rgba(23, 25, 27, 0.58);
}

.experience-agent-content > div {
  margin-top: clamp(8px, 0.78vw, 12px);
  padding-top: clamp(7px, 0.68vw, 10px);
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid var(--glass-hairline);
}

.experience-agent-content > div strong,
.experience-agent-content > div span {
  display: block;
}

.experience-agent-content > div strong {
  font-size: clamp(5px, 0.5vw, 8px);
  font-weight: 600;
  line-height: 1.2;
}

.experience-agent-content > div span {
  margin-top: 6px;
  font-size: clamp(4px, 0.4vw, 6px);
  line-height: 1.35;
  color: rgba(23, 25, 27, 0.54);
}

@media (hover: hover) {
  .category-card .ui-glass {
    transition:
      transform 700ms var(--ease),
      box-shadow 700ms var(--ease),
      background-color 700ms var(--ease);
  }

  .category-card:hover .ui-glass:not(.ui-glass--ghost) {
    transform: translateY(-4px);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.94),
      inset 0 -1px 0 rgba(35, 41, 44, 0.1),
      0 2px 3px rgba(27, 32, 35, 0.07),
      0 30px 62px rgba(35, 41, 44, 0.16);
  }
}

.category-card h3 {
  margin-top: 24px;
  font-size: clamp(20px, 1.65vw, 25px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.category-card > p {
  margin-top: 24px;
  max-width: 34ch;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.34;
  letter-spacing: -0.02em;
  color: rgba(17, 19, 24, 0.62);
}

.category-card > small {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 19, 24, 0.12);
  display: block;
  max-width: 42ch;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(17, 19, 24, 0.46);
}

.category-card > small span {
  display: block;
  margin-bottom: 7px;
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(17, 19, 24, 0.34);
}

.category-section .kpis {
  margin-top: clamp(120px, 13vw, 190px);
}

@media (max-width: 860px) {
  .category-gallery {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .category-card__media {
    aspect-ratio: 4 / 5;
  }

  .ui-kicker,
  .ui-windowbar {
    font-size: clamp(8px, 1.3vw, 10px);
  }

  .control-brand {
    font-size: clamp(42px, 7vw, 58px);
  }

  .control-copy {
    font-size: clamp(20px, 3.5vw, 29px);
  }

  .meaning-source span,
  .meaning-result > span,
  .experience-code dt {
    font-size: clamp(7px, 1.1vw, 9px);
  }

  .meaning-source strong {
    font-size: clamp(12px, 2.1vw, 17px);
  }

  .meaning-result > strong {
    font-size: clamp(27px, 5vw, 40px);
  }

  .experience-site strong {
    font-size: clamp(33px, 6vw, 48px);
  }

  .experience-site small,
  .experience-code dd {
    font-size: clamp(7px, 1.3vw, 10px);
  }

  .experience-site p {
    font-size: clamp(12px, 2vw, 16px);
  }

  .category-card > p,
  .category-card > small {
    max-width: 54ch;
  }
}

@media (max-width: 620px) {
  .category-section > .shell {
    padding-inline: 20px;
  }

  .category-section .category__head .h2 {
    font-size: clamp(46px, 13vw, 62px);
  }

  .category-gallery {
    margin-top: 72px;
    gap: 58px;
  }

  .category-card__media {
    aspect-ratio: 4 / 5;
  }

  .control-window {
    left: 9%;
    width: 82%;
  }

  .control-ai-shell {
    left: 7%;
    width: 86%;
    padding: 18px;
  }

  .control-ai-query span {
    max-width: 90%;
  }

  .control-ai-approved {
    margin-left: -28px;
  }

  .meaning-result {
    left: 19%;
    width: 62%;
  }

  .meaning-select-shell {
    left: 7%;
    width: 86%;
    padding: 18px;
  }

  .meaning-reason-shell {
    left: 7%;
    width: 86%;
    padding: 18px;
  }

  .meaning-match-shell {
    left: 9%;
    width: 82%;
    padding: 16px;
  }

  .experience-window {
    left: 12%;
    width: 76%;
  }

  .experience-compare {
    left: 6%;
    width: 88%;
    padding: 16px;
  }

  .experience-request {
    width: 82%;
  }

  .experience-site-frame {
    left: 6%;
    width: 88%;
  }

  .experience-llms-file {
    left: 7%;
    width: 86%;
    padding: 15px;
  }

  .experience-human-mini {
    left: 3%;
    width: 62%;
  }

  .experience-agent-page {
    right: 2%;
    width: 72%;
  }
}

/* ------------------------------------------------------------
   03 · WHAT MURMUR DOES, monochrome liquid-glass material
   Visual-only treatment: content and gallery geometry stay intact.
   ------------------------------------------------------------ */

.category-section {
  --category-glass-ink: #202022;
  --category-glass-secondary: #929296;
  --category-glass-muted: #8e8e91;
  --category-glass-graphite: #4b4c4a;
  --category-glass-edge-light: rgba(255, 255, 255, 0.96);
  --category-glass-edge-dark: rgba(10, 11, 12, 0.88);
  background: var(--home-background-light);
}

.category-section .category__head .index,
.category-section .category__body {
  color: var(--category-glass-muted);
}

.category-section .category__head .h2,
.category-section .category__lead,
.category-card h3 {
  color: var(--category-glass-ink);
}

.category-card__media {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.category-section .glass-stage {
  --glass-ink: var(--category-glass-ink);
  --glass-muted: rgba(32, 32, 34, 0.5);
  --glass-hairline: rgba(32, 32, 34, 0.1);
  --category-card-accent: var(--category-glass-graphite);
  --category-card-accent-soft: rgba(75, 76, 74, 0.1);
  --category-card-accent-line: rgba(75, 76, 74, 0.2);
  --glass-green: var(--category-card-accent);
  --glass-surface: rgba(255, 255, 255, 0.18);
  background: transparent;
}

.category-section .glass-stage--control {
  --category-card-accent: #a85f32;
  --category-card-accent-soft: rgba(242, 175, 130, 0.2);
  --category-card-accent-line: rgba(242, 175, 130, 0.48);
}

.category-section .glass-stage--meaning {
  --category-card-accent: #536f9d;
  --category-card-accent-soft: rgba(186, 207, 228, 0.32);
  --category-card-accent-line: rgba(83, 111, 157, 0.28);
}

.category-section .glass-stage--experience {
  --category-card-accent: var(--brand-green);
  --category-card-accent-soft: rgba(182, 179, 131, 0.24);
  --category-card-accent-line: rgba(182, 179, 131, 0.24);
}

.category-section .glass-orbit {
  display: none;
}

.category-section .glass-stage::before {
  display: none;
}

.category-section .glass-stage::after {
  display: none;
}

.category-card .ui-glass {
  border: 1px solid rgba(255, 255, 255, 0.94);
  background: #ffffff;
  box-shadow:
    0 -1px 0 var(--category-glass-edge-dark),
    0 1.5px 0 rgba(8, 9, 10, 0.92),
    inset 0 1px 0 var(--category-glass-edge-light),
    inset 1px 0 0 rgba(255, 255, 255, 0.32),
    inset -1px 0 0 rgba(60, 64, 68, 0.14),
    0 10px 24px rgba(70, 75, 80, 0.035);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.category-card .ui-glass::before {
  border-top-color: rgba(255, 255, 255, 0.9);
}

.category-section .card-logic {
  border-color: rgba(255, 255, 255, 0.54);
  background: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(25, 27, 28, 0.52),
    0 -1px 2px rgba(40, 42, 44, 0.06);
  color: var(--category-glass-muted);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.category-section .card-logic i {
  color: rgba(32, 32, 34, 0.32);
}

.category-section .card-logic strong,
.category-section .control-ai-live,
.category-section .control-ai-approved__head span,
.category-section .meaning-match-head strong,
.category-section .meaning-match-result__head span,
.category-section .experience-human-mini__site > small,
.category-section .experience-agent-page__head > strong {
  color: var(--category-card-accent);
}

.category-section .control-ai-live::before,
.category-section .meaning-match-head strong i {
  box-shadow: 0 0 0 3px var(--category-card-accent-soft);
}

.category-section .control-ai-query span,
.category-section .meaning-match-context,
.category-section .experience-agent-page__body aside {
  border-color: var(--category-card-accent-line);
  background: var(--category-card-accent-soft);
  box-shadow: none;
}

.category-section .control-ai-spark {
  border-color: var(--category-card-accent-line);
  background: var(--category-card-accent-soft);
  box-shadow: none;
  color: var(--category-card-accent);
}

.category-section .control-ai-approved,
.category-section .meaning-match-result {
  border-color: var(--category-card-accent-line);
  background: #ffffff;
  box-shadow: none;
}

.category-section .control-ai-approved::before,
.category-section .meaning-match-result::before {
  background: var(--category-card-accent);
  opacity: 0.9;
}

.category-section .control-ai-proofs span {
  border-color: var(--category-card-accent-line);
  background: var(--category-card-accent-soft);
  color: var(--category-card-accent);
  box-shadow: none;
}

.category-section .meaning-match-row > div:last-child {
  border-color: var(--category-card-accent-line);
  background: var(--category-card-accent-soft);
  box-shadow: none;
}

.category-section .meaning-match-row div b {
  background: var(--category-card-accent-soft);
  color: var(--category-card-accent);
}

.category-section .experience-human-mini__site {
  background: var(--brand-green-soft);
}

.category-section .experience-human-mini__site > h4 {
  color: var(--category-glass-ink);
}

.category-section .experience-human-mini__art i {
  background: #c8cacb;
}

.category-section .experience-human-mini__art b {
  background: #dee0e2;
}

.category-section .experience-human-mini__art span {
  background:
    linear-gradient(
      145deg,
      transparent 43%,
      rgba(182, 179, 131, 0.46) 44%,
      rgba(182, 179, 131, 0.46) 46%,
      transparent 47%
    ),
    var(--brand-green-mid);
}

.category-section .experience-agent-page__head > strong i {
  background: var(--category-card-accent);
}

.category-section .experience-agent-content > p {
  border-left-color: var(--category-card-accent);
}

.category-card > p {
  color: rgba(32, 32, 34, 0.64);
}

.category-card > small {
  border-top-color: rgba(32, 32, 34, 0.13);
  color: var(--category-glass-muted);
}

.category-card > small span {
  color: var(--category-glass-secondary);
}

@media (hover: hover) {
  .category-card:hover .ui-glass:not(.ui-glass--ghost) {
    box-shadow:
      0 -1px 0 var(--category-glass-edge-dark),
      0 1.5px 0 rgba(8, 9, 10, 0.92),
      inset 0 1px 0 var(--category-glass-edge-light),
      inset 1px 0 0 rgba(255, 255, 255, 0.32),
      inset -1px 0 0 rgba(60, 64, 68, 0.14),
      0 12px 26px rgba(70, 75, 80, 0.045);
  }
}

/* Who it is for follows the reference carousel with one enlarged audience. */

.who-section {
  overflow: hidden;
  background: #ffffff;
}

.who-section > .shell {
  max-width: none;
  padding-inline: 0;
}

.who-section .who__head {
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.who-section .who__head .index {
  margin-bottom: 30px;
  color: var(--text-muted);
}

.who-section .who__head .h2 {
  max-width: 15ch;
  font-size: clamp(52px, 5.2vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.who-section .who__head .h2 span {
  display: block;
}

.who__intro {
  margin-top: 34px;
  max-width: 54ch;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.35;
  color: var(--text-muted);
}

.who-carousel {
  margin-top: clamp(76px, 8vw, 120px);
}

.who-carousel__controls {
  padding-inline: clamp(20px, 2vw, 38px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.who-carousel__controls > button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eceeeb;
  font-size: 19px;
  color: var(--black);
  transition:
    background-color var(--dur) var(--ease),
    transform var(--dur) var(--ease);
}

.who-carousel__controls > button:last-child {
  justify-self: end;
}

@media (hover: hover) {
  .who-carousel__controls > button:hover {
    background: #dde0dc;
    transform: scale(1.04);
  }
}

.who-carousel__dots {
  min-height: 32px;
  padding: 0 13px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 7px;
  background: #eceeeb;
}

.who-carousel__dots button {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(17, 19, 24, 0.22);
  transition:
    width var(--dur) var(--ease),
    background-color var(--dur) var(--ease);
}

.who-carousel__dots button[aria-current="true"] {
  width: 30px;
  background: var(--black);
}

.who-carousel__track {
  width: min(100%, 1960px);
  margin: clamp(64px, 7vw, 104px) auto 0;
  padding-inline: clamp(0px, 0.4vw, 8px);
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(420px, 1.42fr) minmax(220px, 0.72fr);
  gap: clamp(36px, 5vw, 108px);
  align-items: start;
}

.who-slide {
  min-width: 0;
  cursor: pointer;
}

.who-slide figure {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #e5e7e4;
}

.who-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) brightness(0.88);
  transition:
    transform 800ms var(--ease),
    filter 500ms var(--ease);
}

.who-slide:first-child img {
  object-position: 43% center;
}

.who-slide:last-child img {
  object-position: 58% center;
}

.who-slide.is-active img {
  filter: saturate(0.9) brightness(0.82);
}

@media (hover: hover) {
  .who-slide:hover img {
    transform: scale(1.018);
  }
}

.who-slide figcaption {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 20px;
  right: 20px;
  text-align: center;
  font-size: clamp(16px, 1.35vw, 20px);
  color: var(--white);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
}

.who-slide__copy {
  display: none;
}

.who-slide.is-active .who-slide__copy {
  padding-top: 26px;
  display: block;
}

.who-slide__copy h3 {
  font-size: clamp(21px, 1.8vw, 28px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.who-slide__copy p {
  margin-top: 28px;
  max-width: 47ch;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.42;
  color: var(--text-muted);
}

.who-section .who__cta {
  margin-top: clamp(76px, 8vw, 118px);
  display: flex;
  justify-content: center;
}

@media (max-width: 960px) {
  .who-carousel__track {
    grid-template-columns: minmax(160px, 0.68fr) minmax(340px, 1.4fr) minmax(160px, 0.68fr);
    gap: 26px;
  }
}

@media (max-width: 700px) {
  .who-section .who__head .h2 {
    font-size: clamp(46px, 13vw, 62px);
  }

  .who-carousel__track {
    padding-inline: 20px;
    grid-template-columns: 1fr;
  }

  .who-slide:not(.is-active) {
    display: none;
  }

  .who-slide figure {
    aspect-ratio: 4 / 5;
  }

  .who-slide__copy p {
    margin-top: 20px;
  }
}

/* Structural spacing for the reordered standalone sections. */

.measurement-section .kpis,
.home-final-cta .section-cta {
  margin-top: 0;
}

.home-final-cta .section-cta {
  display: flex;
}

/* Compact product-window treatment for the demo. */

.demo-section.section {
  padding-block: clamp(72px, 9vh, 108px);
}

.demo-section > .shell {
  max-width: 1480px;
  padding-inline: var(--gutter);
}

.demo-section .demo__head .index {
  margin-bottom: 20px;
}

.demo-section .demo__head .h2 {
  max-width: 25ch;
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1;
}

.demo-section .demo__head .lead {
  margin-top: 22px;
  max-width: 50ch;
  font-size: clamp(17px, 1.35vw, 20px);
}

.demo-section .stage {
  position: relative;
  overflow: hidden;
  min-height: 0;
  height: auto;
  margin: clamp(38px, 4vw, 54px) 0 0;
  padding: clamp(20px, 2vw, 30px);
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.92) !important;
  border-radius: clamp(30px, 3.5vw, 52px);
  outline: 1px solid rgba(18, 20, 22, 0.14);
  outline-offset: -1px;
  background:
    radial-gradient(circle at 50% -18%, rgba(255, 255, 255, 0.98), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.67), rgba(225, 228, 222, 0.52)),
    rgba(239, 240, 236, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -1px 0 rgba(17, 19, 24, 0.08),
    0 48px 110px -66px rgba(17, 19, 24, 0.54) !important;
}

.demo-section .stage::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: calc(clamp(30px, 3.5vw, 52px) - 1px);
  pointer-events: none;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.4), transparent 28%, rgba(182, 179, 131, 0.035));
}

.demo-section .stage::after {
  content: none;
}

.demo-section .stage__toggle-wrap {
  display: flex;
  justify-content: center;
}

.demo-section .stage__toggle {
  width: auto;
  margin: 0;
  padding: 5px;
  display: inline-grid;
  grid-auto-flow: column;
  grid-template-columns: none;
  gap: 2px;
  border: 1px solid rgba(17, 19, 24, 0.07);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.demo-section .stage__toggle button,
.demo-section .stage__toggle button[aria-pressed="true"] {
  width: auto;
  min-height: 40px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  display: block;
  background: transparent;
  color: rgba(17, 19, 24, 0.52);
  text-align: center;
  box-shadow: none;
}

.demo-section .stage__toggle button[aria-pressed="true"] {
  background: var(--black);
  color: var(--white);
}

.demo-section .stage__grid {
  margin-top: clamp(18px, 2vw, 26px);
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.82fr);
  gap: 12px;
  align-items: start;
  border: 1px solid rgba(17, 19, 24, 0.07) !important;
  border-radius: 30px;
  outline: 1px solid rgba(17, 19, 21, 0.1);
  outline-offset: -1px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 24px 60px -46px rgba(17, 19, 24, 0.5) !important;
}

.demo-section .chat,
.demo-section .panel {
  height: auto;
  overflow: hidden;
  border: 1px solid rgba(17, 19, 24, 0.08) !important;
  border-radius: 22px;
  outline: 1px solid rgba(17, 19, 21, 0.1);
  outline-offset: -1px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 40px -34px rgba(17, 19, 24, 0.38) !important;
}

.demo-section .chat__head {
  padding: 12px 16px;
}

.demo-section .chat__body {
  padding: clamp(16px, 1.8vw, 24px);
}

.demo-section .chat__prompt {
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.45;
}

.demo-section .chat__reply {
  margin-top: 16px;
}

.demo-section .chat__answer {
  font-size: 11.5px;
  line-height: 1.46;
}

.demo-section .chat__shortlist {
  margin-top: 18px;
}

.demo-section .panel {
  padding: clamp(16px, 1.8vw, 24px);
  opacity: 0.34;
}

.demo-section [data-state="with"] .panel {
  opacity: 1;
}

.demo-section .panel__steps {
  margin-top: 12px;
}

.demo-section .demo__disclaimer {
  margin-top: 12px;
}

.demo-section > .shell > .section-cta {
  margin-top: clamp(54px, 6vw, 78px);
}

@media (max-width: 980px) {
  .demo-section .stage__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .demo-section.section {
    padding-block: 68px;
  }

  .demo-section > .shell {
    padding-inline: 0;
  }

  .demo-section .stage {
    margin-top: 42px;
    padding: 16px 12px 20px;
    border-radius: 28px;
  }

  .demo-section .stage::before {
    border-radius: 27px;
  }

  .demo-section .stage__grid {
    padding: 7px;
    border-radius: 23px;
  }

  .demo-section .chat,
  .demo-section .panel {
    border-radius: 17px;
  }

  .demo-section .stage__toggle {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .demo-section .stage__toggle button,
  .demo-section .stage__toggle button[aria-pressed="true"] {
    width: 100%;
    min-height: 40px;
    padding-inline: 10px;
  }
}

/* Glass frame: translucent enclosure, opaque product windows. */

.demo-section .stage {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.84) !important;
  border-radius: clamp(24px, 2.4vw, 34px);
  background:
    radial-gradient(circle at 50% -12%, rgba(255, 255, 255, 0.82), transparent 48%),
    linear-gradient(135deg, rgba(229, 231, 228, 0.84), rgba(239, 240, 238, 0.68));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(17, 19, 24, 0.08),
    0 26px 72px rgba(38, 42, 40, 0.12) !important;
  -webkit-backdrop-filter: blur(24px) saturate(0.78);
  backdrop-filter: blur(24px) saturate(0.78);
}

.demo-section .stage::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.36), transparent 27%),
    radial-gradient(circle at 88% 4%, rgba(255, 255, 255, 0.34), transparent 23%);
}

.demo-section .stage::after {
  content: none;
}

.demo-section .stage__toggle {
  border: 1px solid rgba(255, 255, 255, 0.88);
  background: rgba(241, 242, 239, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -1px 0 rgba(17, 19, 24, 0.07),
    0 12px 28px rgba(38, 42, 40, 0.1);
}

.demo-section .chat,
.demo-section .panel {
  border: 1px solid rgba(255, 255, 255, 0.94) !important;
  background: rgba(253, 253, 250, 0.98);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 18px 46px rgba(38, 42, 40, 0.08) !important;
}

@media (min-width: 981px) {
  .demo-section .stage__grid {
    align-items: stretch;
  }

  .demo-section .chat,
  .demo-section .panel {
    height: 100%;
  }
}

.demo-section .demo__head .h2,
.demo-section .demo__head .lead {
  width: 100%;
  margin-inline: auto;
  text-align: center;
}

.demo-section .demo__head .h2 span {
  text-align: center;
}

.demo-section .chat {
  --demo-chat-copy-size: 16px;
}

.demo-section .chat__agent {
  font-size: 14px;
}

.demo-section .chat__prompt {
  font-size: var(--demo-chat-copy-size);
  line-height: 1.5;
}

.demo-section .chat__answer {
  font-size: var(--demo-chat-copy-size);
  line-height: 1.52;
}

.demo-section .chat__reply-label,
.demo-section .chat__shortlist > header b,
.demo-section .chat__shortlist > header span {
  font-size: clamp(11px, 0.82vw, 12px);
}

.demo-section .chat__shortlist li > span,
.demo-section .chat__shortlist li b,
.demo-section .chat__shortlist li small {
  font-size: var(--demo-chat-copy-size);
}

.demo-section .chat__shortlist li small {
  line-height: 1.4;
}

/* What Murmur does: editorial face-to-face introduction. */

@media (min-width: 861px) {
  .category-section .category__head {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: auto auto;
    column-gap: clamp(28px, 3.5vw, 64px);
    max-width: none;
    align-items: start;
  }

  .category-section .category__head .index {
    grid-column: 1 / 7;
    grid-row: 1;
    margin-bottom: clamp(28px, 3vw, 42px);
  }

  .category-section .category__head .h2 {
    grid-column: 1 / 7;
    grid-row: 2;
    max-width: 13ch;
  }

  .category-section .category__copy {
    grid-column: 8 / -1;
    grid-row: 2;
    margin-top: 0;
    padding-top: 4px;
  }

  .who-section .who__head .h2 {
    width: 100%;
    max-width: none;
    white-space: nowrap;
    text-align: center;
  }

  .who-section .who__head .h2 span {
    display: inline;
  }
}

/* Who this is for: Legora-inspired centre-stage carousel. */

.who-carousel {
  margin-top: clamp(76px, 8vw, 118px);
}

.who-carousel__controls {
  width: 100%;
  max-width: 1540px;
  margin-inline: auto;
  padding-inline: clamp(18px, 2vw, 32px);
}

.who-carousel__controls > button {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(17, 19, 24, 0.035);
  background: #eef0ed;
  font-size: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.who-carousel__dots {
  min-height: 31px;
  padding-inline: 13px;
  gap: 7px;
  border: 1px solid rgba(17, 19, 24, 0.035);
  background: #edeFec;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.who-carousel__dots button {
  position: relative;
  width: 5px;
  height: 5px;
  overflow: hidden;
  background: rgba(17, 19, 24, 0.2);
}

.who-carousel__dots button[aria-current="true"] {
  width: 28px;
  background: rgba(17, 19, 24, 0.16);
}

.who-carousel__dots button[aria-current="true"]::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--black);
  transform: scaleX(1);
  transform-origin: left center;
}

.who-carousel.is-autoplaying .who-carousel__dots button[aria-current="true"]::after {
  animation: who-progress 3000ms linear both;
}

.who-carousel.is-user-controlled .who-carousel__dots button[aria-current="true"]::after {
  animation: none;
  transform: scaleX(1);
}

@keyframes who-progress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.who-slide {
  min-width: 0;
  transform-origin: top left;
  will-change: transform;
}

.who-slide.is-offstage {
  display: none;
}

.who-slide:focus-visible {
  outline: 2px solid var(--black);
  outline-offset: 7px;
}

.who-slide figure {
  background: #e9eae7;
  box-shadow: 0 12px 34px rgba(25, 31, 27, 0.045);
}

.who-slide figure::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 12, 10, 0.18), transparent 28%, transparent 78%, rgba(10, 12, 10, 0.035));
  pointer-events: none;
}

.who-slide img {
  filter: saturate(0.75) brightness(0.91);
  transform: scale(1.001);
  transition:
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 600ms ease;
}

.who-slide.is-active img {
  filter: saturate(0.9) brightness(0.94);
}

.who-slide:not(.is-active) {
  opacity: 0.82;
  transition: opacity 520ms ease;
}

.who-slide:not(.is-active):hover {
  opacity: 1;
}

.who-slide.is-active .who-slide__copy {
  padding-top: 20px;
  animation: who-copy-in 560ms 300ms both var(--ease);
}

.who-slide__copy h3 {
  font-size: clamp(19px, 1.35vw, 22px);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.who-slide__copy p {
  margin-top: 22px;
  max-width: 44ch;
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.45;
}

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

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

@media (min-width: 961px) {
  .who-carousel__track {
    width: 100%;
    max-width: 1540px;
    margin-top: clamp(58px, 5vw, 78px);
    padding-inline: clamp(20px, 2vw, 32px);
    grid-template-columns:
      clamp(228px, 15vw, 282px)
      clamp(440px, 28vw, 530px)
      clamp(228px, 15vw, 282px);
    gap: clamp(50px, 5vw, 94px);
    justify-content: center;
  }

  .who-slide.is-prev {
    justify-self: end;
  }

  .who-slide.is-next {
    justify-self: start;
  }
}

@media (min-width: 701px) and (max-width: 960px) {
  .who-carousel__track {
    width: 100%;
    max-width: 920px;
    margin-top: 50px;
    padding-inline: 20px;
    grid-template-columns: minmax(145px, 0.7fr) minmax(330px, 1.5fr) minmax(145px, 0.7fr);
    gap: 28px;
  }
}

@media (max-width: 700px) {
  .who-carousel {
    margin-top: 62px;
  }

  .who-carousel__track {
    margin-top: 38px;
  }

  .who-slide.is-active .who-slide__copy {
    padding-top: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .who-carousel.is-autoplaying .who-carousel__dots button[aria-current="true"]::after {
    animation: none;
  }

  .who-slide.is-active .who-slide__copy {
    animation: none;
  }
}

/* 04: standard audience and use-case carousel. */

.who-case-carousel {
  grid-column: 1 / -1;
  width: min(calc(100% - 40px), 1280px);
  margin: clamp(70px, 8vw, 112px) auto 0;
}

.who-section .who__cta {
  grid-column: 1 / -1;
  grid-row: auto;
  width: 100%;
  padding-top: 0;
  border-top: 0;
}

.who-case-carousel__viewport {
  overflow: hidden;
  border: 1px solid rgba(17, 19, 24, 0.08);
  background: #f1f2ef;
}

.who-case-carousel__track {
  display: flex;
  will-change: transform;
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.who-case {
  min-width: 100%;
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(440px, 1.08fr);
  background: #f1f2ef;
}

.who-case__visual {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: #dddeda;
}

.who-case__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 11, 9, 0.04) 45%, rgba(9, 11, 9, 0.42) 100%);
  pointer-events: none;
}

.who-case__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1100ms cubic-bezier(0.22, 1, 0.36, 1);
}

.who-case.is-active .who-case__visual img {
  transform: scale(1.015);
}

.who-case__visual figcaption {
  position: absolute;
  z-index: 1;
  left: 28px;
  right: 28px;
  bottom: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white);
  font-size: 14px;
  letter-spacing: 0.01em;
}

.who-case__visual figcaption span,
.who-case__eyebrow,
.who-case__uses > span,
.who-case-carousel__count {
  font-family: var(--font-compact);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.who-case__visual figcaption span {
  font-size: 11px;
}

.who-case__body {
  min-width: 0;
  padding: clamp(44px, 5vw, 74px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.who-case__eyebrow {
  margin: 0;
  font-size: 11px;
  color: var(--text-muted);
}

.who-case__body h3 {
  max-width: 10.5ch;
  margin-top: clamp(72px, 8vw, 122px);
  font-size: clamp(42px, 4.2vw, 62px);
  font-weight: 400;
  line-height: 0.99;
  letter-spacing: -0.05em;
}

.who-case__description {
  max-width: 43ch;
  margin-top: 30px;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.42;
  color: var(--text-muted);
}

.who-case__uses {
  width: 100%;
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid rgba(17, 19, 24, 0.12);
}

.who-case__uses > span {
  display: block;
  margin-bottom: 17px;
  font-size: 10px;
  color: var(--text-muted);
}

.who-case__uses ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.who-case__uses li {
  padding: 9px 13px 10px;
  border: 1px solid rgba(17, 19, 24, 0.12);
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
}

.who-case-carousel__nav {
  min-height: 74px;
  padding: 0 2px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid rgba(17, 19, 24, 0.12);
}

.who-case-carousel__count {
  font-size: 10px;
  color: var(--text-muted);
}

.who-case-carousel__tabs {
  display: flex;
  align-items: center;
  gap: 28px;
}

.who-case-carousel__tabs button {
  position: relative;
  padding: 27px 0 25px;
  color: rgba(17, 19, 24, 0.43);
  font-size: 13px;
  transition: color 240ms ease;
}

.who-case-carousel__tabs button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: var(--black);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 360ms var(--ease);
}

.who-case-carousel__tabs button[aria-pressed="true"] {
  color: var(--black);
}

.who-case-carousel__tabs button[aria-pressed="true"]::after {
  transform: scaleX(1);
}

.who-case-carousel__arrows {
  justify-self: end;
  display: flex;
  gap: 8px;
}

.who-case-carousel__arrows button {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(17, 19, 24, 0.12);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 16px;
  transition:
    color 240ms ease,
    background-color 240ms ease,
    transform 240ms ease;
}

@media (hover: hover) {
  .who-case-carousel__tabs button:hover {
    color: var(--black);
  }

  .who-case-carousel__arrows button:hover {
    color: var(--white);
    background: var(--black);
    transform: translateY(-1px);
  }
}

@media (max-width: 900px) {
  .who-case {
    grid-template-columns: minmax(280px, 0.9fr) minmax(340px, 1.1fr);
  }

  .who-case__visual {
    min-height: 590px;
  }

  .who-case__body {
    padding: 42px 38px;
  }

  .who-case__body h3 {
    margin-top: 60px;
    font-size: clamp(38px, 5vw, 50px);
  }

  .who-case-carousel__tabs {
    gap: 18px;
  }
}

@media (max-width: 700px) {
  .who-case-carousel {
    width: calc(100% - 32px);
    margin-top: 56px;
  }

  .who-case {
    grid-template-columns: 1fr;
  }

  .who-case__visual {
    min-height: auto;
    aspect-ratio: 4 / 5;
  }

  .who-case__body {
    min-height: 490px;
    padding: 32px 24px 28px;
  }

  .who-case__body h3 {
    margin-top: 54px;
    font-size: clamp(38px, 11vw, 50px);
  }

  .who-case__description {
    margin-top: 24px;
    font-size: 17px;
  }

  .who-case__uses {
    margin-top: 48px;
  }

  .who-case-carousel__nav {
    min-height: 70px;
    grid-template-columns: auto 1fr;
    gap: 18px;
  }

  .who-case-carousel__tabs {
    display: none;
  }

  .who-case-carousel__arrows {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .who-case-carousel__track,
  .who-case__visual img {
    transition: none;
  }
}

/* ------------------------------------------------------------
   05 · MURMUR ANALYTICS DASHBOARD
   ------------------------------------------------------------ */

.measurement-section {
  overflow: hidden;
  background: #f7f7f5;
}

.measurement-section > .shell {
  width: 100%;
  max-width: none;
  padding-inline: clamp(18px, 2.4vw, 42px);
}

.measurement-section .kpis__head {
  max-width: 1480px;
  margin-inline: auto;
}

.measurement-dashboard {
  --dashboard-green: var(--brand-green);
  --dashboard-green-soft: var(--brand-green-soft);
  --dashboard-ink: #171917;
  --dashboard-muted: #737a75;
  width: 100%;
  max-width: 1480px;
  min-height: 750px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: 214px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(25, 32, 27, 0.1);
  border-radius: 28px;
  background: #eff1ee;
  box-shadow:
    0 28px 70px rgba(29, 40, 33, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  color: var(--dashboard-ink);
}

.measurement-dashboard__sidebar {
  min-width: 0;
  padding: 27px 18px 21px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(25, 32, 27, 0.08);
  background: rgba(250, 251, 249, 0.82);
}

.measurement-dashboard__logo {
  width: 112px;
  height: auto;
  margin: 3px 10px 47px;
}

.measurement-dashboard__nav {
  display: grid;
  gap: 5px;
}

.measurement-dashboard__nav a {
  min-height: 42px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #6e746f;
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.measurement-dashboard__nav a span {
  width: 17px;
  display: inline-flex;
  justify-content: center;
  font-size: 15px;
  color: #8b918c;
}

.measurement-dashboard__nav a:hover,
.measurement-dashboard__nav a.is-active {
  background: var(--brand-green-soft);
  color: var(--dashboard-green);
}

.measurement-dashboard__nav a.is-active span {
  color: var(--dashboard-green);
}

.measurement-dashboard__workspace {
  margin-top: auto;
  padding: 14px 10px 2px;
  border-top: 1px solid rgba(25, 32, 27, 0.08);
}

.measurement-dashboard__workspace > span {
  display: block;
  margin-bottom: 11px;
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #989e99;
}

.measurement-dashboard__workspace strong {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 500;
}

.measurement-dashboard__workspace i {
  width: 27px;
  height: 27px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: var(--dashboard-green);
  font-family: var(--font);
  font-size: 12px;
  font-style: normal;
  color: #fff;
}

.measurement-dashboard__main {
  min-width: 0;
  padding: 25px;
}

.measurement-dashboard__topbar {
  min-height: 49px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
}

.measurement-dashboard__topbar > div:first-child {
  display: grid;
  gap: 6px;
}

.measurement-dashboard__topbar > div:first-child span {
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #909691;
}

.measurement-dashboard__topbar > div:first-child strong {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.measurement-dashboard__filters {
  display: flex;
  gap: 7px;
}

.measurement-dashboard__filters button {
  min-height: 35px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(25, 32, 27, 0.09);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.74);
  font: inherit;
  font-size: 11px;
  color: #505650;
  box-shadow: 0 4px 12px rgba(29, 40, 33, 0.025);
}

.measurement-dashboard__filters button span {
  color: #929892;
}

.dashboard-kpis {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.dashboard-kpi {
  position: relative;
  min-width: 0;
  min-height: 200px;
  padding: 17px 17px 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(25, 32, 27, 0.08);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 8px 22px rgba(29, 40, 33, 0.035),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.dashboard-kpi header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #9a9f9b;
}

.dashboard-kpi__status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 7px;
  color: #7a827c;
}

.dashboard-kpi__status::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--brand-green-mid);
  box-shadow: 0 0 0 3px rgba(182, 179, 131, 0.1);
}

.dashboard-kpi > p {
  min-height: 43px;
  margin-top: 25px;
  max-width: 27ch;
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.012em;
  color: #5e645f;
}

.dashboard-kpi__value {
  margin-top: 8px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 9px;
}

.dashboard-kpi__value strong {
  font-size: clamp(28px, 2.45vw, 39px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.055em;
}

.dashboard-kpi__value > span {
  padding: 4px 6px;
  border-radius: 6px;
  background: var(--brand-green-soft);
  font-size: 9px;
  font-weight: 600;
  color: var(--dashboard-green);
  white-space: nowrap;
}

.dashboard-sparkline {
  height: 31px;
  margin-top: auto;
  padding-top: 7px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  border-bottom: 1px solid rgba(25, 32, 27, 0.08);
}

.dashboard-sparkline i {
  height: var(--h);
  min-height: 3px;
  flex: 1;
  border-radius: 2px 2px 0 0;
  background: var(--brand-green-mid);
}

.dashboard-sparkline i:nth-last-child(-n + 3) {
  background: var(--brand-green-mid);
}

.dashboard-kpi--murmur {
  border-color: rgba(182, 179, 131, 0.26);
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 255, 255, 0.94), transparent 42%),
    var(--dashboard-green-soft);
  box-shadow:
    0 0 0 3px rgba(182, 179, 131, 0.045),
    0 13px 28px rgba(182, 179, 131, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.dashboard-kpi__badge {
  padding: 5px 7px;
  border: 1px solid rgba(182, 179, 131, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.63);
  color: var(--dashboard-green);
}

.dashboard-kpi--murmur > p {
  color: var(--brand-green);
}

.dashboard-kpi--murmur .dashboard-sparkline {
  border-bottom-color: rgba(182, 179, 131, 0.13);
}

.dashboard-kpi--murmur .dashboard-sparkline i {
  background: var(--brand-green-mid);
}

.dashboard-kpi--murmur .dashboard-sparkline i:nth-last-child(-n + 3) {
  background: var(--dashboard-green);
}

.dashboard-analytics {
  min-width: 0;
  margin-top: 11px;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(220px, 0.8fr) minmax(220px, 0.8fr);
  gap: 10px;
}

.dashboard-panel {
  min-width: 0;
  min-height: 320px;
  padding: 19px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(25, 32, 27, 0.08);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 8px 22px rgba(29, 40, 33, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.dashboard-panel > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}

.dashboard-panel > header > div:first-child {
  display: grid;
  gap: 7px;
}

.dashboard-panel > header span {
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #949a95;
}

.dashboard-panel > header strong {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.018em;
}

.dashboard-panel__total {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.dashboard-panel__total strong {
  font-size: 24px !important;
  font-weight: 400 !important;
  letter-spacing: -0.04em !important;
}

.dashboard-panel__total span {
  padding: 4px 6px;
  border-radius: 6px;
  background: var(--brand-green-soft);
  font-family: var(--font) !important;
  font-size: 9px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: var(--dashboard-green) !important;
}

.traffic-chart {
  position: relative;
  height: 183px;
  margin-top: 22px;
  overflow: hidden;
  border-bottom: 1px solid rgba(25, 32, 27, 0.12);
  background-image:
    linear-gradient(to bottom, rgba(25, 32, 27, 0.055) 1px, transparent 1px),
    linear-gradient(to right, rgba(25, 32, 27, 0.035) 1px, transparent 1px);
  background-size: 100% 33.333%, 20% 100%;
}

.traffic-chart__area {
  position: absolute;
  inset: 10px 0 0;
  clip-path: polygon(0 83%, 8% 79%, 16% 75%, 24% 77%, 32% 66%, 40% 68%, 48% 54%, 56% 58%, 64% 42%, 72% 47%, 80% 32%, 88% 37%, 96% 15%, 100% 19%, 100% 100%, 0 100%);
  background: linear-gradient(180deg, rgba(182, 179, 131, 0.34), rgba(182, 179, 131, 0.025));
}

.traffic-chart__area::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateY(-2px);
  clip-path: polygon(0 82%, 8% 78%, 16% 74%, 24% 76%, 32% 65%, 40% 67%, 48% 53%, 56% 57%, 64% 41%, 72% 46%, 80% 31%, 88% 36%, 96% 14%, 100% 18%, 100% 20%, 96% 16%, 88% 38%, 80% 33%, 72% 48%, 64% 43%, 56% 59%, 48% 55%, 40% 69%, 32% 67%, 24% 78%, 16% 76%, 8% 80%, 0 84%);
  background: var(--dashboard-green);
}

.traffic-chart__point {
  position: absolute;
  top: 31px;
  right: 2.2%;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--dashboard-green);
  box-shadow: 0 0 0 3px rgba(182, 179, 131, 0.13);
}

.traffic-chart__point span {
  position: absolute;
  right: -7px;
  bottom: 12px;
  padding: 4px 6px;
  border-radius: 6px;
  background: var(--dashboard-green);
  font-size: 8px;
  font-weight: 600;
  color: #fff;
}

.traffic-chart__axis {
  padding-top: 8px;
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  color: #9da29e;
}

.dashboard-funnel,
.dashboard-intents {
  margin-top: 29px;
  display: grid;
}

.dashboard-funnel {
  gap: 24px;
}

.dashboard-funnel > div,
.dashboard-intents > div {
  display: grid;
  gap: 9px;
}

.dashboard-funnel span,
.dashboard-intents span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 10px;
  color: #555b56;
}

.dashboard-funnel b,
.dashboard-intents b {
  overflow: hidden;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-funnel em,
.dashboard-intents em {
  font-style: normal;
  font-weight: 600;
  color: #303430;
}

.dashboard-funnel > div > i,
.dashboard-intents > div > i {
  position: relative;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--brand-green-soft);
}

.dashboard-funnel > div > i::after,
.dashboard-intents > div > i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w);
  border-radius: inherit;
  background: var(--brand-green-mid);
}

.dashboard-funnel > div:nth-child(2) > i::after {
  background: var(--brand-green-mid);
}

.dashboard-funnel > div:nth-child(3) > i::after {
  background: var(--dashboard-green);
}

.dashboard-panel__foot {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid rgba(25, 32, 27, 0.07);
  font-size: 9px;
  line-height: 1.35;
  color: #878d88;
}

.dashboard-panel__foot strong {
  margin-right: 4px;
  font-size: 15px;
  font-weight: 500;
  color: var(--dashboard-green);
}

.dashboard-intents {
  gap: 23px;
}

.dashboard-intents > div > i::after {
  background: var(--brand-green-mid);
}

.dashboard-intents > div:nth-child(2) > i::after {
  background: var(--brand-green-mid);
}

.dashboard-intents > div:nth-child(3) > i::after {
  background: var(--brand-green-mid);
}

.dashboard-intents > div:nth-child(4) > i::after {
  background: var(--brand-green-mid);
}

@media (max-width: 1160px) {
  .measurement-dashboard {
    grid-template-columns: 184px minmax(0, 1fr);
  }

  .measurement-dashboard__main {
    padding: 20px;
  }

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

  .dashboard-kpi {
    min-height: 180px;
  }

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

  .dashboard-panel--traffic {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .measurement-section > .shell {
    padding-inline: 12px;
  }

  .measurement-section .kpis__head {
    padding-inline: 8px;
  }

  .measurement-dashboard {
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .measurement-dashboard__sidebar {
    padding: 18px 15px 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(25, 32, 27, 0.08);
  }

  .measurement-dashboard__logo {
    width: 96px;
    margin: 0 8px 16px;
  }

  .measurement-dashboard__nav {
    padding-bottom: 4px;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .measurement-dashboard__nav::-webkit-scrollbar {
    display: none;
  }

  .measurement-dashboard__nav a {
    min-height: 36px;
    flex: 0 0 auto;
    padding-inline: 10px;
    font-size: 11px;
  }

  .measurement-dashboard__workspace {
    display: none;
  }

  .measurement-dashboard__main {
    padding: 15px;
  }

  .measurement-dashboard__topbar {
    align-items: center;
  }

  .measurement-dashboard__filters button:first-child {
    display: none;
  }

  .dashboard-kpis,
  .dashboard-analytics {
    grid-template-columns: 1fr;
  }

  .dashboard-kpi {
    min-height: 172px;
  }

  .dashboard-panel--traffic {
    grid-column: auto;
  }
}

@media (max-width: 440px) {
  .measurement-dashboard__topbar > div:first-child span {
    display: none;
  }

  .measurement-dashboard__topbar > div:first-child strong {
    font-size: 16px;
  }

  .dashboard-panel {
    padding: 16px;
  }

  .dashboard-panel__total {
    display: none;
  }
}

/* ------------------------------------------------------------
   05 · MEASUREMENT · SIMPLE 3 + 1
   ------------------------------------------------------------ */

.measurement-board {
  --measure-green: var(--brand-green);
  --measure-green-soft: var(--brand-green-soft);
  --measure-ink: #161917;
  width: 100%;
  max-width: 1480px;
  margin: 30px auto 0;
  padding: clamp(16px, 1.8vw, 26px);
  border-radius: 28px;
  background: #eceeeb;
  box-shadow:
    0 26px 68px rgba(29, 40, 33, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  color: var(--measure-ink);
}

.measurement-board__header {
  min-height: 48px;
  padding: 0 3px clamp(16px, 1.7vw, 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.measurement-board__logo {
  width: 116px;
  height: auto;
}

.measurement-board__header > div {
  display: flex;
  align-items: baseline;
  gap: 13px;
}

.measurement-board__header span,
.measurement-board__header strong,
.measurement-board__footer span {
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.measurement-board__header span {
  color: rgba(22, 25, 23, 0.42);
}

.measurement-board__header strong {
  color: rgba(22, 25, 23, 0.7);
}

.measurement-board__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(270px, 1.16fr);
  align-items: stretch;
}

.measurement-metric {
  min-width: 0;
  min-height: 314px;
  padding: clamp(20px, 2vw, 30px);
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.86);
}

.measurement-metric:first-child {
  border-radius: 20px 0 0 20px;
}

.measurement-metric:nth-child(3) {
  border-radius: 0 20px 20px 0;
}

.measurement-metric + .measurement-metric:not(.measurement-metric--new) {
  border-left: 1px solid rgba(22, 25, 23, 0.09);
}

.measurement-metric > header {
  min-height: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.measurement-metric > header span,
.measurement-metric > header em,
.measurement-metric__before span {
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.measurement-metric > header span {
  color: rgba(22, 25, 23, 0.42);
}

.measurement-metric > header em {
  padding: 5px 7px;
  border-radius: 999px;
  background: var(--brand-green-soft);
  font-style: normal;
  letter-spacing: 0.04em;
  color: var(--measure-green);
  white-space: nowrap;
}

.measurement-metric > p {
  min-height: 68px;
  margin-top: 26px;
  max-width: 28ch;
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.34;
  letter-spacing: -0.018em;
  color: rgba(22, 25, 23, 0.62);
}

.measurement-metric > strong,
.measurement-metric__current strong {
  margin-top: 18px;
  font-size: clamp(40px, 4vw, 64px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.measurement-chart {
  position: relative;
  height: 66px;
  margin-top: auto;
  padding: 8px 1px 0;
  display: flex;
  align-items: flex-end;
  gap: clamp(4px, 0.45vw, 7px);
  border-bottom: 1px solid rgba(22, 25, 23, 0.13);
}

.measurement-chart::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  border-top: 1px dashed rgba(22, 25, 23, 0.075);
}

.measurement-chart i {
  position: relative;
  z-index: 1;
  height: var(--h);
  min-height: 4px;
  flex: 1;
  border-radius: 3px 3px 0 0;
  background: var(--brand-green-mid);
}

.measurement-chart i:nth-last-child(-n + 3) {
  background: var(--brand-green-mid);
}

.measurement-metric--new {
  position: relative;
  margin-left: clamp(14px, 1.4vw, 22px);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.8), transparent 42%),
    var(--measure-green-soft);
  box-shadow:
    0 13px 30px rgba(182, 179, 131, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.measurement-metric--new::before {
  content: "+1";
  position: absolute;
  top: 50%;
  left: calc(clamp(14px, 1.4vw, 22px) * -1);
  width: clamp(28px, 2.4vw, 38px);
  height: clamp(28px, 2.4vw, 38px);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--measure-green);
  font-family: var(--font-compact);
  font-size: 9px;
  font-weight: 600;
  color: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 7px #eceeeb;
}

.measurement-metric--new > header em {
  background: var(--measure-green);
  color: #fff;
}

.measurement-metric__before {
  margin-top: 17px;
  padding-bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid rgba(182, 179, 131, 0.12);
}

.measurement-metric__before span {
  color: rgba(182, 179, 131, 0.5);
}

.measurement-metric__before del {
  font-size: 11px;
  color: rgba(22, 25, 23, 0.42);
}

.measurement-metric--new > p {
  min-height: 0;
  margin-top: 16px;
  color: var(--brand-green);
}

.measurement-metric__current {
  margin-top: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

.measurement-metric__current strong {
  margin-top: 0;
}

.measurement-metric__current em {
  padding: 5px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  font-weight: 600;
  font-style: normal;
  color: var(--measure-green);
}

.measurement-metric--new .measurement-chart {
  border-bottom-color: rgba(182, 179, 131, 0.18);
}

.measurement-metric--new .measurement-chart i {
  background: var(--brand-green-mid);
}

.measurement-metric--new .measurement-chart i:nth-last-child(-n + 3) {
  background: var(--measure-green);
}

.measurement-board__footer {
  min-height: 55px;
  padding: 19px 3px 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

.measurement-board__footer span {
  color: rgba(22, 25, 23, 0.38);
}

.measurement-board__footer span:last-child {
  text-align: right;
  color: var(--measure-green);
}

.measurement-board__footer strong {
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 500;
  letter-spacing: -0.018em;
  text-align: center;
}

@media (max-width: 1060px) {
  .measurement-board__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
  }

  .measurement-metric {
    border-radius: 0 !important;
  }

  .measurement-metric:first-child {
    border-radius: 20px 0 0 0 !important;
  }

  .measurement-metric:nth-child(2) {
    border-radius: 0 20px 0 0 !important;
  }

  .measurement-metric:nth-child(3) {
    border-radius: 0 0 0 20px !important;
  }

  .measurement-metric--new {
    margin: 14px 0 0 14px;
    border-radius: 20px !important;
  }

  .measurement-metric--new::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .measurement-board__footer {
    grid-template-columns: 1fr 1fr;
  }

  .measurement-board__footer strong {
    grid-column: 1 / -1;
    grid-row: 1;
  }
}

@media (max-width: 650px) {
  .measurement-board {
    padding: 12px;
    border-radius: 22px;
  }

  .measurement-board__header {
    padding: 6px 5px 17px;
  }

  .measurement-board__header > div {
    display: grid;
    gap: 5px;
    text-align: right;
  }

  .measurement-board__metrics {
    grid-template-columns: 1fr;
  }

  .measurement-metric,
  .measurement-metric:first-child,
  .measurement-metric:nth-child(2),
  .measurement-metric:nth-child(3) {
    min-height: 270px;
    border-radius: 0 !important;
  }

  .measurement-metric:first-child {
    border-radius: 17px 17px 0 0 !important;
  }

  .measurement-metric:nth-child(3) {
    border-radius: 0 0 17px 17px !important;
  }

  .measurement-metric + .measurement-metric:not(.measurement-metric--new) {
    border-top: 1px solid rgba(22, 25, 23, 0.09);
    border-left: 0;
  }

  .measurement-metric--new {
    margin: 28px 0 0;
    border-radius: 17px !important;
  }

  .measurement-board__footer {
    padding: 18px 5px 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .measurement-board__footer span:last-child {
    text-align: center;
  }
}

/* ------------------------------------------------------------
   05 · MEASUREMENT · EDITORIAL 3 + 1 LEDGER
   ------------------------------------------------------------ */

.measurement-section {
  background: #ffffff;
}

.measurement-section .kpis {
  width: 100%;
  max-width: 1480px;
  margin-inline: auto;
}

.measurement-ledger {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(580px, 1.12fr);
  gap: clamp(70px, 9vw, 150px);
  align-items: start;
}

.measurement-ledger__intro {
  position: sticky;
  top: 120px;
  padding-top: 2px;
}

.measurement-ledger__intro h3 {
  max-width: 11ch;
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.065em;
  text-transform: none;
}

.measurement-ledger__intro p {
  margin-top: clamp(40px, 5vw, 72px);
  max-width: 20ch;
  font-size: clamp(24px, 2.25vw, 35px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.measurement-ledger__intro > span {
  max-width: 37ch;
  margin-top: 24px;
  display: block;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.45;
  color: rgba(17, 19, 24, 0.52);
}

.measurement-section .measurement-ledger__list {
  display: block;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.measurement-ledger__list > li {
  width: 100%;
  min-height: clamp(156px, 13vw, 205px);
  padding: clamp(24px, 2.4vw, 38px) 0;
  display: grid;
  grid-template-columns: minmax(100px, 0.3fr) minmax(0, 1fr);
  gap: clamp(24px, 3vw, 48px);
  align-items: start;
  border-top: 1px solid rgba(17, 19, 24, 0.16);
}

.measurement-ledger__list > li > b {
  font-size: clamp(54px, 6.2vw, 92px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.07em;
}

.measurement-ledger__list > li > p,
.measurement-ledger__copy > p {
  max-width: 28ch;
  padding-top: 5px;
  font-size: clamp(19px, 1.75vw, 27px);
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.measurement-ledger__new {
  position: relative;
  min-height: clamp(210px, 17vw, 270px) !important;
  margin-top: clamp(46px, 6vw, 88px);
  grid-template-columns: minmax(100px, 0.3fr) minmax(0, 1fr) minmax(140px, 0.55fr) !important;
  border-top-color: var(--brand-green) !important;
}

.measurement-ledger__kicker {
  position: absolute;
  bottom: calc(100% + 16px);
  left: 0;
  font-family: var(--font-compact);
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--brand-green);
}

.measurement-ledger__new > b {
  color: var(--brand-green);
}

.measurement-ledger__copy > span {
  margin-top: 18px;
  display: block;
  font-family: var(--font-compact);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(182, 179, 131, 0.62);
}

.measurement-ledger__trend {
  padding-top: 5px;
}

.measurement-ledger__trend > span {
  display: block;
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.11em;
  text-align: right;
  text-transform: uppercase;
  color: rgba(182, 179, 131, 0.62);
}

.measurement-ledger__trend > div {
  height: 60px;
  margin-top: 20px;
  padding: 0 0 1px;
  display: flex;
  align-items: flex-end;
  gap: 6px;
  border-bottom: 1px solid rgba(182, 179, 131, 0.18);
}

.measurement-ledger__trend i {
  height: var(--h);
  min-height: 3px;
  flex: 1;
  border-radius: 2px 2px 0 0;
  background: rgba(182, 179, 131, 0.22);
}

.measurement-ledger__trend i:nth-last-child(-n + 3) {
  background: var(--brand-green);
}

@media (max-width: 980px) {
  .measurement-ledger {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .measurement-ledger__intro {
    position: static;
  }

  .measurement-ledger__intro h3 {
    max-width: none;
  }

  .measurement-ledger__intro p {
    margin-top: 34px;
  }
}

@media (max-width: 650px) {
  .measurement-section > .shell {
    padding-inline: 20px;
  }

  .measurement-ledger {
    gap: 56px;
  }

  .measurement-ledger__intro h3 {
    max-width: 10ch;
    font-size: clamp(44px, 13vw, 60px);
  }

  .measurement-ledger__intro p {
    max-width: 18ch;
    font-size: 25px;
  }

  .measurement-ledger__list > li {
    min-height: 150px;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 22px;
  }

  .measurement-ledger__list > li > b {
    font-size: 52px;
  }

  .measurement-ledger__list > li > p,
  .measurement-ledger__copy > p {
    padding-top: 2px;
    font-size: 20px;
  }

  .measurement-ledger__new {
    padding-bottom: 12px !important;
    grid-template-columns: 70px minmax(0, 1fr) !important;
  }

  .measurement-ledger__trend {
    grid-column: 2;
    padding: 2px 0 18px;
  }

  .measurement-ledger__trend > span {
    text-align: left;
  }
}

/* ------------------------------------------------------------
   05 · MEASUREMENT · MURMUR REPORTING VIEW
   ------------------------------------------------------------ */

.measurement-section {
  padding-block: clamp(96px, 10vw, 150px);
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.9), transparent 32%),
    #f3f2ee;
}

.measurement-report {
  width: 100%;
  max-width: 1540px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(290px, 0.72fr) minmax(720px, 1.55fr);
  gap: clamp(52px, 6vw, 108px);
  align-items: center;
}

.measurement-report__intro {
  min-width: 0;
}

.measurement-report__intro > span {
  display: block;
  font-family: var(--font-compact);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(17, 19, 24, 0.46);
}

.measurement-report__intro h2 {
  max-width: 9ch;
  margin-top: clamp(36px, 4vw, 58px);
  font-size: clamp(52px, 5.2vw, 80px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.068em;
}

.measurement-report__intro > p {
  max-width: 17ch;
  margin-top: clamp(42px, 5vw, 70px);
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.042em;
}

.measurement-report__intro > small {
  max-width: 32ch;
  margin-top: 24px;
  display: block;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.45;
  color: rgba(17, 19, 24, 0.5);
}

.measurement-report__visual {
  min-width: 0;
}

.measurement-window {
  overflow: hidden;
  border: 1px solid rgba(182, 179, 131, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(243, 244, 240, 0.8)),
    #f7f7f4;
  box-shadow:
    0 34px 80px rgba(34, 45, 38, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.measurement-window__chrome {
  min-height: 54px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(182, 179, 131, 0.09);
  background: rgba(238, 239, 234, 0.74);
}

.measurement-window__dots {
  display: flex;
  gap: 7px;
}

.measurement-window__dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d7dad4;
}

.measurement-window__dots i:first-child {
  background: var(--brand-green-mid);
}

.measurement-window__chrome > span {
  min-width: 0;
  min-height: 31px;
  padding-inline: 14px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(182, 179, 131, 0.08);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.72);
  font-family: var(--font-compact);
  font-size: 9px;
  letter-spacing: 0.06em;
  color: rgba(17, 19, 24, 0.42);
  white-space: nowrap;
}

.measurement-window__chrome > b {
  padding: 7px 10px;
  border: 1px solid rgba(182, 179, 131, 0.14);
  border-radius: 999px;
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-green);
}

.measurement-window__body {
  padding: clamp(20px, 2vw, 30px);
}

.measurement-window__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.measurement-window__header > div {
  display: grid;
  gap: 7px;
}

.measurement-window__header span,
.measurement-chart header span,
.measurement-report__signal header span {
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(17, 19, 24, 0.44);
}

.measurement-window__header h3 {
  font-size: clamp(21px, 1.8vw, 28px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045em;
}

.measurement-window__header img {
  width: clamp(86px, 8vw, 116px);
  height: auto;
}

.measurement-window__tabs {
  margin-top: 24px;
  padding-block: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  overflow-x: auto;
  border-top: 1px solid rgba(182, 179, 131, 0.08);
  border-bottom: 1px solid rgba(182, 179, 131, 0.08);
  scrollbar-width: none;
}

.measurement-window__tabs::-webkit-scrollbar {
  display: none;
}

.measurement-window__tabs span {
  padding: 7px 10px;
  border-radius: 7px;
  font-size: 10px;
  line-height: 1;
  color: rgba(17, 19, 24, 0.48);
  white-space: nowrap;
}

.measurement-window__tabs .is-active {
  background: var(--brand-green-soft);
  font-weight: 600;
  color: var(--brand-green);
}

.measurement-report__kpis {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.measurement-report__kpis article {
  min-width: 0;
  min-height: 190px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(182, 179, 131, 0.12);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 12px 28px rgba(34, 45, 38, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.measurement-report__kpis article header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.measurement-report__kpis article header span {
  font-family: var(--font);
  font-size: clamp(24px, 2.1vw, 34px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.065em;
  color: rgba(17, 19, 24, 0.9);
}

.measurement-report__kpis article header em {
  padding: 5px 7px;
  border-radius: 999px;
  background: rgba(17, 19, 24, 0.045);
  font-family: var(--font-compact);
  font-size: 7px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(17, 19, 24, 0.34);
}

.measurement-report__kpis article p {
  max-width: 21ch;
  margin-top: 28px;
  font-size: clamp(15px, 1.18vw, 19px);
  line-height: 1.17;
  letter-spacing: -0.035em;
}

.measurement-report__kpis article > strong {
  margin-top: auto;
  padding-top: 18px;
  font-family: var(--font-compact);
  font-size: 7px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(17, 19, 24, 0.34);
}

.measurement-report__kpis .measurement-report__kpi-new {
  border-color: rgba(182, 179, 131, 0.38);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.88), transparent 45%),
    var(--brand-green-soft);
  box-shadow:
    0 15px 32px rgba(182, 179, 131, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.measurement-report__kpi-new header span,
.measurement-report__kpi-new header em,
.measurement-report__kpi-new > strong {
  color: var(--brand-green) !important;
}

.measurement-report__kpi-new > strong {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 8px !important;
  border-radius: 999px;
  background: rgba(182, 179, 131, 0.09);
}

.measurement-report__lower {
  margin-top: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(210px, 0.72fr);
  gap: 12px;
}

.measurement-chart,
.measurement-report__signal {
  min-width: 0;
  min-height: 248px;
  padding: 16px;
  border: 1px solid rgba(182, 179, 131, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow:
    0 6px 16px rgba(34, 45, 38, 0.025),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.measurement-chart {
  display: flex;
  flex-direction: column;
}

.measurement-chart > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.measurement-chart > header > div {
  display: grid;
  gap: 7px;
}

.measurement-chart header strong {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.measurement-chart header em {
  padding: 6px 8px;
  border-radius: 999px;
  background: var(--brand-green-soft);
  font-family: var(--font-compact);
  font-size: 7px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-green);
}

.measurement-chart svg {
  width: 100%;
  height: 122px;
  margin-top: 12px;
  overflow: visible;
}

.measurement-chart__grid {
  fill: none;
  stroke: rgba(182, 179, 131, 0.09);
  stroke-width: 1;
  stroke-dasharray: 5 7;
}

.measurement-chart__area {
  fill: url("#measurement-area");
}

.measurement-chart__line {
  fill: none;
  stroke: var(--brand-green);
  stroke-width: 3;
  stroke-linecap: round;
}

.measurement-chart circle {
  fill: var(--brand-green);
  stroke: #fff;
  stroke-width: 3;
}

.measurement-chart footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  font-family: var(--font-compact);
  font-size: 7px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(17, 19, 24, 0.32);
}

.measurement-report__signal {
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 255, 255, 0.88), transparent 40%),
    var(--brand-green-soft);
}

.measurement-report__signal header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.measurement-report__signal header span {
  color: var(--brand-green);
}

.measurement-report__signal header b {
  font-size: 42px;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -0.07em;
  color: var(--brand-green);
}

.measurement-report__signal > p {
  margin-top: 20px;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.measurement-report__signal ol {
  margin-top: auto;
  padding: 0;
  list-style: none;
}

.measurement-report__signal li {
  min-height: 34px;
  padding-block: 8px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  border-top: 1px solid rgba(182, 179, 131, 0.1);
  font-size: 10px;
  line-height: 1.25;
  color: rgba(17, 19, 24, 0.62);
}

.measurement-report__signal li span {
  font-family: var(--font-compact);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--brand-green);
}

@media (max-width: 1180px) {
  .measurement-report {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .measurement-report__intro h2 {
    max-width: none;
  }

  .measurement-report__intro > p {
    max-width: 24ch;
    margin-top: 34px;
  }
}

@media (max-width: 760px) {
  .measurement-section > .shell {
    padding-inline: 18px;
  }

  .measurement-report {
    gap: 48px;
  }

  .measurement-report__intro h2 {
    max-width: 9ch;
    font-size: clamp(48px, 13vw, 66px);
  }

  .measurement-window {
    border-radius: 22px;
  }

  .measurement-window__chrome {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .measurement-window__chrome > b {
    display: none;
  }

  .measurement-window__body {
    padding: 14px;
  }

  .measurement-window__header img {
    width: 82px;
  }

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

  .measurement-report__kpis article {
    min-height: 148px;
  }

  .measurement-report__kpis article p {
    font-size: 14px;
  }

  .measurement-report__lower {
    grid-template-columns: 1fr;
  }

  .measurement-report__signal {
    min-height: 280px;
  }
}

@media (max-width: 430px) {
  .measurement-window__header {
    display: grid;
  }

  .measurement-window__header img {
    grid-row: 1;
  }

  .measurement-report__kpis {
    grid-template-columns: 1fr;
  }

  .measurement-report__kpis article {
    min-height: 132px;
  }
}

/* Keep the readiness response on the section's left title axis. */

@media (min-width: 861px) {
  .shift-ledger__stats .shift-ledger__stat--readiness {
    position: relative;
    grid-template-columns: minmax(180px, 0.72fr) minmax(250px, 1.16fr);
  }

  .shift-ledger__stat--readiness .shift-ledger__response {
    position: absolute;
    top: clamp(28px, 3.1vw, 44px);
    right: calc(100% + clamp(60px, 8vw, 150px));
    width: 69.5%;
    padding-top: 0;
    display: flex;
    align-items: baseline;
    gap: clamp(18px, 2vw, 32px);
  }

  .shift-ledger__stat--readiness .shift-ledger__response h3 {
    margin-top: 0;
    max-width: none;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.02;
    letter-spacing: -0.04em;
    white-space: nowrap;
  }
}

/* ============================================================
   04 · AUDIENCES
   Standalone carousel, independent from the legacy page grid.
   ============================================================ */

.audience-section,
.audience-section * {
  box-sizing: border-box;
}

.audience-section {
  position: relative;
  overflow: hidden;
  padding: clamp(112px, 12vw, 176px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--home-background-white);
}

.audience-ledger {
  width: calc(100% - 48px);
  max-width: 1440px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  column-gap: clamp(60px, 8vw, 150px);
}

.audience-section__intro {
  padding-top: 24px;
  border-top: 1px solid rgba(17, 19, 24, 0.18);
  text-align: left;
}

.audience-section__intro .index {
  margin: 0;
  color: var(--text-muted);
}

.audience-section__intro h2 {
  max-width: 12ch;
  margin: 22px 0 0;
  scroll-margin-top: 118px;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.audience-section__intro > p:last-child {
  max-width: 31ch;
  margin: 28px 0 0;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.5;
  color: var(--text-muted);
}

.audience-section__intro > p:last-child span {
  display: block;
}

.audience__narrow-break {
  display: none;
}

@media (max-width: 360px) {
  .audience-section__intro h2 {
    font-size: 36px;
  }

  .audience-section__intro h2 span:first-child {
    white-space: nowrap;
  }

  .audience__narrow-break {
    display: initial;
  }
}

.audience-carousel {
  width: calc(100% - 48px);
  max-width: 1440px;
  margin: clamp(72px, 7vw, 106px) auto 0;
}

.audience-carousel__viewport {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(17, 19, 24, 0.1);
  background: #f1f2ef;
}

.audience-carousel__track {
  width: 100%;
  display: flex;
  transform: translateX(0);
  will-change: transform;
  transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.audience-card {
  width: 100%;
  min-width: 100%;
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  background: #f1f2ef;
}

.audience-card__image {
  position: relative;
  min-width: 0;
  min-height: clamp(640px, 48vw, 760px);
  overflow: hidden;
  background: #dedfdb;
}

.audience-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(10, 12, 10, 0.42));
  pointer-events: none;
}

.audience-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 1000ms cubic-bezier(0.22, 1, 0.36, 1);
}

.audience-card.is-active .audience-card__image img {
  transform: scale(1.018);
}

.audience-card__image figcaption {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 28px;
  left: 30px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
}

.audience-card__image figcaption span:first-child,
.audience-card__label,
.audience-card__use-cases > span,
.audience-carousel__count {
  font-family: var(--font-compact);
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.audience-card__image figcaption span:first-child {
  font-size: 10px;
}

.audience-card__content {
  min-width: 0;
  padding: clamp(46px, 5vw, 76px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.audience-card__label {
  margin: 0;
  font-size: 10px;
  color: var(--text-muted);
}

.audience-card__content h3 {
  max-width: 10ch;
  margin-top: clamp(68px, 7vw, 108px);
  font-size: clamp(44px, 4.2vw, 66px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.052em;
}

.audience-card__summary {
  max-width: 44ch;
  margin-top: 30px;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.45;
  color: var(--text-muted);
}

.audience-card__use-cases {
  width: 100%;
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid rgba(17, 19, 24, 0.13);
}

.audience-card__use-cases > span {
  display: block;
  margin-bottom: 16px;
  font-size: 9px;
  color: var(--text-muted);
}

.audience-card__use-cases ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.audience-card__use-cases li {
  padding: 9px 13px 10px;
  border: 1px solid rgba(17, 19, 24, 0.14);
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
}

.audience-carousel__controls {
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid rgba(17, 19, 24, 0.14);
}

.audience-carousel__count {
  margin: 0;
  font-size: 10px;
  color: var(--text-muted);
}

.audience-carousel__choices {
  display: flex;
  gap: 30px;
  align-items: center;
}

.audience-carousel__choices button {
  position: relative;
  min-height: 76px;
  padding: 0;
  color: rgba(17, 19, 24, 0.42);
  font-size: 13px;
  transition: color 220ms ease;
}

.audience-carousel__choices button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--black);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 320ms var(--ease);
}

.audience-carousel__choices button[aria-pressed="true"] {
  color: var(--black);
}

.audience-carousel__choices button[aria-pressed="true"]::after {
  transform: scaleX(1);
}

.audience-carousel__arrows {
  justify-self: end;
  display: flex;
  gap: 8px;
}

.audience-carousel__arrows button {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(17, 19, 24, 0.14);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--black);
  font-size: 16px;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    transform 220ms ease;
}

.audience-section__cta {
  width: calc(100% - 48px);
  max-width: 1440px;
  margin: clamp(72px, 7vw, 108px) auto 0;
  display: flex;
  justify-content: center;
}

@media (hover: hover) {
  .audience-carousel__choices button:hover {
    color: var(--black);
  }

  .audience-carousel__arrows button:hover {
    color: #fff;
    background: var(--black);
    transform: translateY(-1px);
  }
}

@media (max-width: 900px) {
  .audience-card {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .audience-card__image {
    min-height: 620px;
  }

  .audience-card__content {
    padding: 44px 38px;
  }

  .audience-card__content h3 {
    margin-top: 58px;
    font-size: clamp(38px, 5vw, 50px);
  }

  .audience-carousel__choices {
    gap: 18px;
  }
}

@media (max-width: 700px) {
  .audience-section {
    padding: 94px 0 104px;
  }

  .audience-section__intro,
  .audience-carousel,
  .audience-section__cta {
    width: calc(100% - 32px);
  }

  .audience-section__intro {
    padding-inline: 4px;
  }

  .audience-section__intro .index {
    margin-bottom: 26px;
  }

  .audience-section__intro h2 {
    scroll-margin-top: 86px;
    font-size: clamp(42px, 12.5vw, 58px);
  }

  .audience-section__intro > p:last-child {
    margin-top: 26px;
    font-size: 17px;
  }

  .audience-carousel {
    margin-top: 56px;
  }

  .audience-card {
    grid-template-columns: 1fr;
  }

  .audience-card__image {
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .audience-card__content {
    min-height: 560px;
    padding: 32px 24px 28px;
  }

  .audience-card__content h3 {
    margin-top: 54px;
    font-size: clamp(39px, 11vw, 50px);
  }

  .audience-card__summary {
    margin-top: 24px;
    font-size: 17px;
  }

  .audience-card__use-cases {
    margin-top: 48px;
  }

  .audience-carousel__controls {
    min-height: 72px;
    grid-template-columns: auto 1fr;
    gap: 18px;
  }

  .audience-carousel__choices {
    display: none;
  }

  .audience-carousel__arrows {
    grid-column: 2;
  }

  .audience-section__cta {
    margin-top: 72px;
  }

  .audience-section__cta .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .audience-carousel__track,
  .audience-card__image img {
    transition: none;
  }
}

/* Audiences at a glance: editorial list organised around three precise use cases. */

.audience-overview {
  width: 100%;
  margin: 0;
}

.audience-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.72fr) minmax(280px, 1.28fr);
  column-gap: clamp(34px, 5vw, 88px);
  min-height: clamp(210px, 17vw, 260px);
  padding: clamp(28px, 2.8vw, 40px) 0;
  align-items: start;
  border-top: 1px solid rgba(17, 19, 24, 0.18);
  background: transparent;
  color: var(--black);
}

.audience-row__label {
  min-width: 0;
}

.audience-row__label strong {
  display: block;
  max-width: 12ch;
  font-size: clamp(30px, 2.6vw, 40px);
  font-weight: 450;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--black);
}

.audience-row__detail {
  min-width: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.audience-row__detail h3 {
  max-width: 18ch;
  margin: 0;
  color: var(--black);
  font-size: clamp(24px, 2vw, 31px);
  font-weight: 450;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.audience-row__promise {
  max-width: 40ch;
  margin: 18px 0 0;
  color: rgba(17, 19, 24, 0.7);
  font-size: clamp(16px, 1.15vw, 18px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.015em;
}

.audience-row__summary {
  max-width: 52ch;
  margin: 20px 0 0;
  color: rgba(17, 19, 24, 0.52);
  font-size: clamp(13px, 0.88vw, 14px);
  line-height: 1.55;
}

@media (max-width: 980px) {
  .audience-ledger {
    grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
    column-gap: 52px;
  }

  .audience-row {
    grid-template-columns: minmax(110px, 0.62fr) minmax(240px, 1.38fr);
    column-gap: 28px;
  }

  .audience-row__summary {
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  .audience-ledger {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .audience-overview {
    width: 100%;
  }

  .audience-section__intro h2 {
    max-width: 15ch;
  }

  .audience-section__intro > p:last-child {
    max-width: 34ch;
  }

  .audience-row {
    grid-template-columns: 1fr;
    row-gap: 24px;
    min-height: 0;
    padding: 30px 0 34px;
  }

  .audience-row__label strong {
    max-width: 12ch;
    font-size: clamp(34px, 9.5vw, 42px);
  }

  .audience-row__detail h3 {
    max-width: 18ch;
    font-size: 26px;
  }

  .audience-row__summary {
    margin-top: 22px;
    font-size: 14px;
  }
}

/* ============================================================
   01 HERO · Full-screen photographic mosaic
   A1 creates the world; B3 and C2 form the right-hand rhythm.
   The message sits on a true-white editorial sheet, not glass.
   ============================================================ */

.hero {
  min-height: max(760px, 100svh);
  padding: 0;
  background: #fff;
}

.hero::after {
  display: none;
}

.hero .shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  min-height: max(760px, 100svh);
  padding: 0;
  display: grid;
  place-items: center;
}

.hero__photos {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, .92fr);
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: 4px;
  overflow: hidden;
  background: #fff;
  pointer-events: none;
}

.hero__photos::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 10, 11, 0.34), rgba(8, 10, 11, 0.2) 58%, rgba(8, 10, 11, 0.32)),
    linear-gradient(180deg, rgba(8, 10, 11, 0.12), rgba(8, 10, 11, 0.3));
}

.hero-photo {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: brightness(.68) saturate(.78) contrast(.98);
  transform: scale(1.002);
  transition:
    filter 1.4s cubic-bezier(.2, .7, .2, 1),
    transform 1.4s cubic-bezier(.2, .7, .2, 1);
}

.hero-photo--atrium {
  grid-column: 1;
  grid-row: 1 / -1;
}

.hero-photo--atrium img {
  object-position: 48% 50%;
}

.hero-photo--detail {
  grid-column: 2;
  grid-row: 1;
}

.hero-photo--detail img {
  object-position: 50% 50%;
}

.hero-photo--ai {
  grid-column: 2;
  grid-row: 2;
}

.hero-photo--ai img {
  object-position: 51% 48%;
}

.hero__copy {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100vw - 96px));
  margin: 64px auto 0;
  padding: clamp(34px, 3.4vw, 52px);
  background: transparent;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.24);
  text-align: left;
}

.hero__eyebrow {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.78);
  text-align: left;
}

.hero__title {
  width: 100%;
  max-width: 880px;
  margin: 0;
  font-size: clamp(46px, 4.25vw, 64px);
  line-height: .98;
  text-align: left;
  text-wrap: balance;
}

.hero__sub {
  max-width: 560px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.82);
  text-align: left;
}

.hero__actions {
  width: auto;
  margin: 34px 0 0;
  justify-content: flex-start;
}

.hero .btn,
.hero .btn:hover,
.hero .btn:active {
  --btn-bg: #fff;
  --btn-fg: var(--black);
  text-shadow: none;
}

.hero .link {
  border-color: rgba(255, 255, 255, 0.56);
  background: rgba(0, 0, 0, 0.08);
  color: #fff;
  text-shadow: none;
}

.hero .link:hover {
  border-color: #fff;
  background: #fff;
  color: var(--black);
}

.nav--home:not(.is-scrolled) {
  color: #fff;
}

.nav--home .nav__links {
  font-size: var(--nav-link-size);
  font-weight: var(--nav-link-weight);
  letter-spacing: var(--nav-link-tracking);
}

.nav--home:not(.is-scrolled) .nav__links,
.nav--home:not(.is-scrolled) .nav__links a,
.nav--home:not(.is-scrolled) .nav__links a:hover,
.nav--home:not(.is-scrolled) .nav__links a[aria-current="page"] {
  color: #fff;
}

.nav--home:not(.is-scrolled) .nav__links a[aria-current="page"]::before {
  background: #fff;
}

.nav--home:not(.is-scrolled) .nav__brand img {
  filter: none;
}

.nav--home.is-scrolled .nav__brand img {
  filter: brightness(0);
}

.nav--home:not(.is-scrolled) .nav__cta,
.nav--home:not(.is-scrolled) .nav__cta:hover {
  border-color: rgba(255, 255, 255, 0.72);
  background: transparent;
  color: #fff;
}

.nav--home:not(.is-scrolled) .nav__cta i,
.nav--home:not(.is-scrolled) .nav__cta:hover i {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.nav--home:not(.is-scrolled) .nav__panel {
  color: var(--black);
}

.hero .ai-rotator span:nth-child(1) img,
.hero .ai-rotator span:nth-child(4) img {
  filter: brightness(0) invert(1);
}

.hero .ai-rotator span:nth-child(2) img,
.hero .ai-rotator span:nth-child(3) img {
  filter: none;
}

.hero:hover .hero-photo--atrium img {
  transform: scale(1.016);
}

.hero:hover .hero-photo--detail img {
  transform: scale(1.024);
}

.hero:hover .hero-photo--ai img {
  transform: scale(1.02);
}

@media (max-width: 980px) {
  .hero__photos {
    grid-template-columns: minmax(0, 1.65fr) minmax(250px, 1fr);
  }

  .hero__copy {
    width: min(760px, calc(100vw - 64px));
  }

  .hero__title {
    font-size: clamp(43px, 6vw, 58px);
  }
}

@media (max-width: 700px) {
  .hero,
  .hero .shell {
    min-height: max(820px, 100svh);
  }

  .hero__photos {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 56% 44%;
  }

  .hero-photo--atrium {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .hero-photo--detail {
    grid-column: 1;
    grid-row: 2;
  }

  .hero-photo--ai {
    grid-column: 2;
    grid-row: 2;
  }

  .hero__copy {
    width: calc(100vw - 32px);
    margin-top: 72px;
    padding: 28px 24px 26px;
  }

  .hero__eyebrow {
    margin-bottom: 20px;
  }

  .hero__title {
    font-size: clamp(37px, 10.2vw, 48px);
  }

  .hero__sub {
    margin-top: 22px;
    font-size: 17px;
  }

  .hero__actions {
    width: 100%;
    margin-top: 26px;
    flex-direction: column;
    align-items: stretch;
  }

  .hero .btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .hero__copy {
    width: calc(100vw - 24px);
    padding: 24px 20px 22px;
  }

  .hero__title {
    font-size: clamp(35px, 10.4vw, 43px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-photo img {
    transition: none;
  }
}

/* ============================================================
   01 HERO + DEMO · Unified opening sequence
   ============================================================ */

.hero.demo-section {
  min-height: 0;
  padding: clamp(124px, 9.5vw, 148px) 0 clamp(88px, 10vw, 144px);
  overflow: visible;
  background: var(--home-background-white);
  color: var(--black);
  text-shadow: none;
}

.hero.demo-section::after {
  display: block;
}

.hero.demo-section > .shell {
  width: 100%;
  max-width: none;
  min-height: 0;
  padding-inline: var(--gutter);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero.demo-section .hero__copy {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  color: var(--black);
  text-align: center;
  text-shadow: none;
}

.hero.demo-section .hero__eyebrow {
  max-width: none;
  margin: 0 auto 30px;
  color: var(--text-muted);
  font-family: var(--font-compact);
  font-size: clamp(10px, 0.78vw, 12px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.hero.demo-section .hero__title {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
  color: var(--black);
  font-size: clamp(46px, 4.05vw, 72px);
  line-height: 1;
  letter-spacing: -0.047em;
  text-align: center;
  text-wrap: balance;
}

.hero.demo-section .hero__line--two {
  margin-top: 0.1em;
}

.hero.demo-section .hero__sub {
  width: fit-content;
  max-width: 920px;
  margin: 24px auto 0;
  color: var(--black);
  font-size: clamp(24px, 2.35vw, 34px);
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}

.hero.demo-section .hero__payoff span {
  padding: 0.02em 0.18em 0.08em;
  background: linear-gradient(
    to bottom,
    transparent 20%,
    color-mix(in srgb, var(--orange) 42%, transparent) 20%,
    color-mix(in srgb, var(--orange) 42%, transparent) 91%,
    transparent 91%
  );
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.hero.demo-section .hero__actions {
  width: auto;
  margin: 28px auto 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.hero.demo-section .btn,
.hero.demo-section .btn:hover,
.hero.demo-section .btn:active {
  --btn-bg: var(--black);
  --btn-fg: var(--white);
}

.hero.demo-section .link {
  border-color: var(--line-strong);
  background: transparent;
  color: var(--black);
}

.hero.demo-section .link:hover {
  border-color: var(--black);
  background: var(--white);
  color: var(--black);
}

.hero.demo-section .ai-rotator span img {
  filter: none;
}

.hero.demo-section .stage {
  width: 100%;
  max-width: var(--max);
  margin-top: clamp(48px, 4.4vw, 64px);
  padding-bottom: clamp(52px, 5vw, 76px);
  border: 1px solid rgba(255, 255, 255, 0.62) !important;
  border-radius: 26px;
  text-align: left;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.36) 0%,
      rgba(255, 255, 255, 0.16) 46%,
      rgba(255, 255, 255, 0.05) 100%
    ),
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.28), transparent 38%),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    0 -1px 0 rgba(10, 11, 12, 0.88),
    0 1.5px 0 rgba(8, 9, 10, 0.92),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 1px 0 0 rgba(255, 255, 255, 0.32),
    inset -1px 0 0 rgba(60, 64, 68, 0.14),
    0 10px 24px rgba(70, 75, 80, 0.035) !important;
  -webkit-backdrop-filter: blur(20px) saturate(0.85);
  backdrop-filter: blur(20px) saturate(0.85);
}

.hero.demo-section .stage::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 1px;
  pointer-events: none;
  border-radius: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.82);
  border-right: 1px solid rgba(60, 64, 68, 0.08);
  border-bottom: 1px solid rgba(8, 9, 10, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.035) 38%,
    transparent 72%
  );
}

.hero.demo-section .stage::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.18), transparent 27%),
    radial-gradient(circle at 86% 4%, rgba(255, 255, 255, 0.16), transparent 24%);
}

@keyframes demo-stage-scroll-in {
  from {
    opacity: 0.68;
    transform: translate3d(0, 34px, 0) scale(0.986);
    filter: saturate(0.82);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: saturate(1);
  }
}

@keyframes demo-stage-light-settle {
  from {
    opacity: 0.38;
    transform: translate3d(-1.5%, -0.5%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@supports (animation-timeline: view()) {
  .hero.demo-section .stage[data-demo-motion] {
    transform-origin: 50% 0%;
    will-change: transform, opacity;
    animation: demo-stage-scroll-in linear both;
    animation-timeline: view(block);
    animation-range: entry 0% entry 68%;
  }

  .hero.demo-section .stage[data-demo-motion]::after {
    will-change: transform, opacity;
    animation: demo-stage-light-settle linear both;
    animation-timeline: view(block);
    animation-range: entry 8% entry 78%;
  }
}

.hero.demo-section .stage__toggle-wrap {
  justify-content: center;
}

.hero.demo-section .stage__toggle {
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.68),
      rgba(231, 233, 234, 0.48)
    );
  box-shadow:
    0 -1px 0 rgba(22, 24, 26, 0.52),
    0 1px 0 rgba(18, 20, 22, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(25, 27, 28, 0.42),
    inset 1px 0 0 rgba(255, 255, 255, 0.2),
    inset -1px 0 0 rgba(60, 64, 68, 0.1),
    0 4px 10px rgba(40, 42, 44, 0.055);
  -webkit-backdrop-filter: blur(20px) saturate(0.85);
  backdrop-filter: blur(20px) saturate(0.85);
}

.hero.demo-section .stage__toggle button {
  min-height: 44px;
  color: rgba(32, 32, 34, 0.58);
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  transition:
    background-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    transform 120ms ease;
}

.hero.demo-section .stage__toggle button:hover {
  background: rgba(232, 233, 235, 0.46);
}

.hero.demo-section .stage__toggle button[aria-pressed="true"],
.hero.demo-section .stage[data-state="with"] .stage__toggle button[data-demo-set="with"][aria-pressed="true"] {
  background:
    linear-gradient(
      180deg,
      rgba(53, 55, 57, 0.94),
      rgba(25, 27, 29, 0.97)
    );
  color: #ffffff;
  font-weight: 600;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -1px 0 rgba(0, 0, 0, 0.72),
    0 3px 8px rgba(23, 25, 27, 0.2);
}

.hero.demo-section .stage__toggle button:active {
  transform: translateY(1px);
  box-shadow:
    inset 0 1px 2px rgba(30, 32, 34, 0.12),
    inset 0 -1px 0 rgba(255, 255, 255, 0.35);
}

.hero.demo-section .chat,
.hero.demo-section .panel,
.hero.demo-section .chat__shortlist {
  text-align: left;
}

.hero.demo-section .chat__answers {
  display: grid;
  align-items: start;
}

.hero.demo-section .chat__answer {
  grid-area: 1 / 1;
  min-width: 0;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 220ms var(--ease);
}

.hero.demo-section .chat__answer[hidden] {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.hero.demo-section .demo-agents button[aria-pressed="true"] .demo-agents__mark img:not([src*="gemini"]) {
  filter: brightness(0) invert(1);
}

.hero.demo-section .demo-agents button[aria-pressed="true"] .demo-agents__mark img[src*="gemini"] {
  filter: none;
}

.hero.demo-section .demo-agents__mark img[src*="gemini"] {
  border-radius: 0;
  background: transparent;
}

@media (min-width: 861px) {
  .hero.demo-section .demo-agents {
    grid-auto-rows: 58px;
  }

  .hero.demo-section .demo-agents button,
  .hero.demo-section .demo-agents button:hover {
    width: 58px;
    min-width: 58px;
    max-width: 58px;
    height: 58px;
    min-height: 58px;
    max-height: 58px;
    transform: none;
  }
}

.hero.demo-section > .shell > .section-cta {
  width: 100%;
  max-width: var(--max);
  margin: clamp(42px, 4vw, 56px) auto 0;
  align-self: stretch;
  justify-content: flex-start;
  gap: 18px;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.3;
  letter-spacing: -0.025em;
  text-align: left;
}

.hero.demo-section > .shell > .section-cta span {
  max-width: 38ch;
}

.hero.demo-section > .shell > .section-cta i {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
  font-size: 14px;
}

@media (min-width: 1081px) {
  .hero.demo-section .stage {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    margin-bottom: 0;
    display: block;
  }

  .hero.demo-section .stage__content {
    min-height: 0;
    flex: none;
  }

  .hero.demo-section .stage__grid {
    min-height: 0;
    height: auto;
    align-items: stretch;
  }

  .hero.demo-section .chat,
  .hero.demo-section .panel {
    min-height: 0;
    height: auto;
    overflow: visible;
  }

  .hero.demo-section .chat__body {
    min-height: 0;
    flex: 0 0 auto;
    overflow: visible;
  }

  .hero.demo-section .panel__steps {
    flex: 0 0 auto;
    align-content: start;
  }
}

.nav--home:not(.is-scrolled),
.nav--home:not(.is-scrolled) .nav__links,
.nav--home:not(.is-scrolled) .nav__links a,
.nav--home:not(.is-scrolled) .nav__links a:hover,
.nav--home:not(.is-scrolled) .nav__links a[aria-current="page"] {
  color: var(--black);
}

.nav--home:not(.is-scrolled) .nav__links a[aria-current="page"]::before {
  background: var(--black);
}

.nav--home:not(.is-scrolled) .nav__brand img,
.nav--home.is-scrolled .nav__brand img {
  filter: none;
}

.nav--home:not(.is-scrolled) .nav__cta,
.nav--home:not(.is-scrolled) .nav__cta:hover {
  border-color: var(--brand-green);
  background: var(--brand-green);
  color: var(--black);
}

.nav--home:not(.is-scrolled) .nav__cta i,
.nav--home:not(.is-scrolled) .nav__cta:hover i {
  background: rgba(255, 255, 255, 0.14);
  color: var(--black);
}

@media (max-width: 860px) {
  .hero.demo-section {
    padding: 120px 0 96px;
  }

  .hero.demo-section .hero__eyebrow {
    margin-bottom: 26px;
    font-size: 10px;
  }

  .hero.demo-section .hero__title {
    font-size: clamp(42px, 7vw, 56px);
  }

  .hero.demo-section .stage {
    margin-top: 52px;
  }
}

@media (max-width: 520px) {
  .hero.demo-section {
    padding: 108px 0 72px;
  }

  .hero.demo-section .hero__eyebrow {
    max-width: 34ch;
    margin-bottom: 22px;
    font-size: 9px;
    line-height: 1.5;
  }

  .hero.demo-section .hero__title {
    font-size: clamp(36px, 9.5vw, 45px);
    line-height: 1.02;
  }

  .hero.demo-section .hero__sub {
    margin-top: 24px;
    font-size: 22px;
  }

  .hero.demo-section .hero__actions {
    width: 100%;
    margin-top: 26px;
    flex-direction: column;
    align-items: stretch;
  }

  .hero.demo-section .btn {
    width: 100%;
  }

  .hero.demo-section .stage {
    margin-top: 42px;
    padding-bottom: 46px;
    border-radius: 22px;
  }

  .hero.demo-section .stage::before {
    border-radius: 21px;
  }

  .hero.demo-section > .shell > .section-cta {
    width: calc(100% - 40px);
    margin-top: 38px;
    gap: 14px;
    font-size: 16px;
  }

  .hero.demo-section > .shell > .section-cta i {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero.demo-section .stage[data-demo-motion],
  .hero.demo-section .stage[data-demo-motion]::after {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
  }
}

/* Final section 05 cascade, intentionally last in the stylesheet. */

/* Final section 06 cascade, editorial conversation path. */

.shift-feature {
  min-height: clamp(620px, 54vw, 860px);
  padding: clamp(72px, 8vw, 124px) clamp(24px, 5vw, 88px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: clamp(64px, 7vw, 108px);
  background: #ffffff;
}

.shift-feature__content {
  width: min(1500px, 100%);
  margin-inline: auto;
  align-items: flex-start;
  text-align: left;
  color: var(--black);
}

.shift-feature__content .index {
  color: var(--text-muted);
}

.shift-feature__content .h2 {
  max-width: 20ch;
}

.shift-feature__content .lead {
  color: var(--text-muted);
}

.shift-conversation {
  position: relative;
  width: min(1500px, 100%);
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 26px);
  list-style: none;
}

.shift-conversation::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 2%;
  left: 2%;
  height: 1px;
  background: rgba(17, 19, 24, 0.16);
}

.shift-conversation li {
  --shift-accent: #4b4c4a;
  --shift-surface: #f7f8f9;
  --shift-line: rgba(75, 76, 74, 0.2);
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: clamp(150px, 12vw, 190px);
  padding: clamp(20px, 2vw, 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--shift-line);
  border-radius: 22px;
  background: var(--shift-surface);
  box-shadow: none;
}

.shift-conversation li:nth-child(1) {
  --shift-accent: #a85f32;
  --shift-surface: #fff3eb;
  --shift-line: rgba(242, 175, 130, 0.58);
}

.shift-conversation li:nth-child(2) {
  --shift-accent: #536f9d;
  --shift-surface: #f1f6fb;
  --shift-line: rgba(83, 111, 157, 0.3);
}

.shift-conversation li:nth-child(3) {
  --shift-accent: var(--brand-green);
  --shift-surface: var(--brand-green-soft);
  --shift-line: rgba(182, 179, 131, 0.26);
}

.shift-conversation li:nth-child(4) {
  --shift-accent: #7d7433;
  --shift-surface: #fbf9e9;
  --shift-line: rgba(125, 116, 51, 0.3);
}

.shift-conversation li:nth-child(5) {
  --shift-accent: #4b4c4a;
  --shift-surface: #f7f8f9;
  --shift-line: rgba(75, 76, 74, 0.2);
}

.shift-conversation li span {
  font-family: var(--font-compact);
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--shift-accent);
}

.shift-conversation li strong {
  max-width: 10ch;
  font-size: clamp(20px, 1.65vw, 28px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.045em;
  color: var(--black);
}

.shift-conversation li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: calc(clamp(14px, 1.6vw, 26px) * -1);
  width: clamp(14px, 1.6vw, 26px);
  display: grid;
  place-items: center;
  font-family: var(--font-compact);
  font-size: 12px;
  color: rgba(17, 19, 24, 0.46);
  transform: translateY(-50%);
}

@media (max-width: 860px) {
  .shift-feature {
    min-height: 0;
  }

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

  .shift-conversation::before,
  .shift-conversation li::after {
    display: none;
  }
}

@media (max-width: 620px) {
  .shift-feature {
    min-height: 0;
    padding: 72px 20px;
    gap: 52px;
  }

  .shift-conversation {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .shift-conversation li {
    min-height: 118px;
    border-radius: 18px;
  }

  .shift-conversation li strong {
    max-width: none;
  }
}

/* Liquid-glass edge upgrade for the conversation steps. */

.shift-feature {
  /* Keep the complete 06 / The shift section on one continuous surface. */
  background: var(--shift-background);
}

.shift-conversation li {
  --shift-soft: rgba(75, 76, 74, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 26px;
  background: #ffffff;
  box-shadow:
    0 -1px 0 rgba(10, 11, 12, 0.88),
    0 1.5px 0 rgba(8, 9, 10, 0.92),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 1px 0 0 rgba(255, 255, 255, 0.32),
    inset -1px 0 0 rgba(60, 64, 68, 0.14),
    0 10px 24px rgba(70, 75, 80, 0.035);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.shift-conversation li:nth-child(1) {
  --shift-soft: rgba(242, 175, 130, 0.2);
}

.shift-conversation li:nth-child(2) {
  --shift-soft: rgba(186, 207, 228, 0.32);
}

.shift-conversation li:nth-child(3) {
  --shift-soft: color-mix(in srgb, var(--orange) 22%, transparent);
}

.shift-conversation li:nth-child(4) {
  --shift-soft: rgba(231, 225, 177, 0.48);
}

.shift-conversation li:nth-child(5) {
  --shift-soft: rgba(75, 76, 74, 0.1);
}

.shift-conversation li.shift-conversation__murmur {
  --shift-accent: #28180e;
  --shift-line: rgba(40, 24, 14, 0.22);
  border-color: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0.16) 48%,
      rgba(255, 255, 255, 0.06) 100%
    ),
    color-mix(in srgb, var(--orange) 52%, transparent);
  box-shadow:
    0 -1px 0 rgba(10, 11, 12, 0.94),
    0 2px 0 rgba(8, 9, 10, 0.96),
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 1px 0 0 rgba(255, 255, 255, 0.42),
    inset -1px 0 0 rgba(133, 73, 35, 0.12),
    0 18px 34px rgba(121, 67, 32, 0.14);
  -webkit-backdrop-filter: blur(24px) saturate(1.18);
  backdrop-filter: blur(24px) saturate(1.18);
  transform: translateY(-8px);
}

.shift-conversation__brand {
  width: min(100%, 150px);
  max-width: none !important;
}

.shift-conversation__brand img {
  display: block;
  width: 100%;
  height: auto;
}

.shift-conversation li::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 3px;
  border-radius: 0 999px 999px 0;
  background: var(--shift-accent);
}

.shift-conversation li span {
  width: max-content;
  max-width: 100%;
  padding: 7px 9px;
  border: 1px solid var(--shift-line);
  border-radius: 999px;
  background: var(--shift-soft);
}

@media (max-width: 620px) {
  .shift-conversation li {
    border-radius: 22px;
  }

  .shift-conversation li.shift-conversation__murmur {
    transform: none;
  }
}

@media (min-width: 861px) {
  .shift-feature__content .h2 {
    max-width: none;
    font-size: clamp(42px, 4.1vw, 62px);
  }

  .shift-feature__content .h2 span {
    white-space: nowrap;
  }
}

.measurement-section {
  background: var(--home-background-light);
}

.measurement-window {
  border: 1px solid rgba(255, 255, 255, 0.94);
  background: #ffffff;
  box-shadow:
    0 -1px 0 var(--measurement-glass-edge-dark),
    0 1.5px 0 rgba(8, 9, 10, 0.92),
    inset 0 1px 0 var(--measurement-glass-edge-light),
    inset 1px 0 0 rgba(255, 255, 255, 0.32),
    inset -1px 0 0 rgba(60, 64, 68, 0.14),
    0 10px 24px rgba(70, 75, 80, 0.035);
}

.measurement-window__chrome {
  background: #f7f8f9;
}

.measurement-window__dots i:first-child {
  background: var(--orange);
}

.measurement-window__dots i:nth-child(2) {
  background: var(--sky);
}

.measurement-window__dots i:nth-child(3) {
  background: var(--brand-green-mid);
}

.measurement-window__chrome > span {
  background: #ffffff;
}

.measurement-window__tabs .is-active {
  background: rgba(186, 207, 228, 0.42);
  color: #536f9d;
}

.measurement-report__kpis article,
.measurement-report__kpis .measurement-report__kpi-new {
  border: 1px solid rgba(255, 255, 255, 0.94);
  background: #ffffff;
  box-shadow:
    0 -1px 0 var(--measurement-glass-edge-dark),
    0 1.5px 0 rgba(8, 9, 10, 0.92),
    inset 0 1px 0 var(--measurement-glass-edge-light),
    inset 1px 0 0 rgba(255, 255, 255, 0.32),
    inset -1px 0 0 rgba(60, 64, 68, 0.14),
    0 8px 18px rgba(70, 75, 80, 0.035);
}

.measurement-report__kpis article header span {
  color: var(--metric-accent);
}

.measurement-report__kpis article header em,
.measurement-report__kpis article > strong,
.measurement-report__kpis .measurement-report__kpi-new header em,
.measurement-report__kpis .measurement-report__kpi-new > strong {
  background: var(--metric-soft);
  color: var(--metric-accent) !important;
}

.measurement-chart,
.measurement-report__signal {
  border: 1px solid rgba(255, 255, 255, 0.94);
  background: #ffffff;
  box-shadow:
    0 -1px 0 var(--measurement-glass-edge-dark),
    0 1.5px 0 rgba(8, 9, 10, 0.92),
    inset 0 1px 0 var(--measurement-glass-edge-light),
    inset 1px 0 0 rgba(255, 255, 255, 0.32),
    inset -1px 0 0 rgba(60, 64, 68, 0.14),
    0 8px 18px rgba(70, 75, 80, 0.03);
}

.measurement-chart header em {
  background: var(--measurement-yellow-soft);
  color: var(--measurement-yellow-ink);
}

.measurement-chart__line {
  stroke: var(--measurement-yellow-ink);
}

.measurement-chart circle {
  fill: var(--measurement-yellow-ink);
}

.measurement-report__signal header span,
.measurement-report__signal header b,
.measurement-report__signal li span {
  color: var(--measurement-yellow-ink);
}

.measurement-report__signal li {
  border-top-color: var(--measurement-yellow-line);
}

/* Home background rhythm: one white, one light grey, one closing grey. */

.prefooter-cta {
  background: var(--home-background-dark);
}

.site-footer {
  background: var(--home-background-white);
}

/* ============================================================
   05 · MEASUREMENT · CMO IMPACT MODEL
   One cold, milky liquid-glass object. The pedagogy moves from
   what Murmur controls, to its new leading KPI, to CMO outcomes.
   ============================================================ */

.measurement-section {
  --impact-glass-edge-light: rgba(255, 255, 255, 0.96);
  --impact-glass-edge-dark: rgba(10, 11, 12, 0.88);
  --impact-text: #202022;
  --impact-secondary: #7d7f83;
  --impact-muted: #929296;
  background:
    radial-gradient(circle at 83% 22%, rgba(255, 255, 255, 0.72), transparent 34%),
    linear-gradient(180deg, #d8dadb 0%, #e5e8ea 44%, #edf0f2 100%);
}

.measurement-report {
  max-width: 1380px;
  grid-template-columns: minmax(360px, 0.86fr) minmax(600px, 1.14fr);
  gap: clamp(48px, 5vw, 78px);
}

.measurement-report__intro h2 {
  max-width: none;
  font-size: clamp(46px, 3.8vw, 56px);
}

.measurement-report__intro h2 span {
  white-space: normal;
}

.measurement-report__intro > p {
  max-width: 27ch;
  margin-top: clamp(34px, 3.2vw, 48px);
  font-size: clamp(19px, 1.55vw, 25px);
  line-height: 1.2;
}

.measurement-report__intro > small {
  max-width: 34ch;
  color: rgba(32, 32, 34, 0.5);
}

.measurement-report__visual {
  position: relative;
  min-width: 0;
}

.measurement-report__visual::before {
  content: "";
  position: absolute;
  inset: 8% 5% -7%;
  border-radius: 50%;
  background: rgba(88, 92, 96, 0.08);
  filter: blur(42px);
  pointer-events: none;
}

.measurement-impact-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: clamp(22px, 2.2vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 26px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.35) 0%,
      rgba(255, 255, 255, 0.18) 47%,
      rgba(255, 255, 255, 0.08) 100%
    );
  box-shadow:
    0 -1px 0 var(--impact-glass-edge-dark),
    0 1.5px 0 rgba(8, 9, 10, 0.92),
    inset 0 1px 0 var(--impact-glass-edge-light),
    inset 1px 0 0 rgba(255, 255, 255, 0.32),
    inset -1px 0 0 rgba(60, 64, 68, 0.14),
    0 10px 24px rgba(70, 75, 80, 0.035);
  -webkit-backdrop-filter: blur(20px) saturate(0.85);
  backdrop-filter: blur(20px) saturate(0.85);
  color: var(--impact-text);
}

.measurement-impact-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.measurement-impact-card__header > div {
  display: grid;
  gap: 8px;
}

.measurement-impact-card__header span,
.measurement-impact-step header,
.measurement-impact-outcomes > header {
  font-family: var(--font-compact);
  font-size: 8px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--impact-muted);
}

.measurement-impact-card__header h3 {
  font-size: clamp(24px, 2.15vw, 34px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--impact-text);
}

.measurement-impact-card__header img {
  width: clamp(82px, 8vw, 112px);
  height: auto;
  opacity: 0.82;
}

.measurement-impact-chain {
  margin-top: clamp(34px, 4vw, 58px);
  display: grid;
  grid-template-columns:
    minmax(135px, 0.78fr)
    22px
    minmax(155px, 0.9fr)
    22px
    minmax(230px, 1.34fr);
  align-items: stretch;
  gap: clamp(7px, 1vw, 14px);
}

.measurement-impact-step,
.measurement-impact-outcomes {
  min-width: 0;
}

.measurement-impact-step {
  min-height: 354px;
  padding: 2px 3px;
  display: flex;
  flex-direction: column;
}

.measurement-impact-step header,
.measurement-impact-outcomes > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
}

.measurement-impact-step header span,
.measurement-impact-outcomes > header span {
  color: rgba(32, 32, 34, 0.68);
}

.measurement-impact-step header em,
.measurement-impact-outcomes > header em {
  font-style: normal;
  text-align: right;
}

.measurement-impact-step__icon,
.measurement-impact-step__signal {
  width: 50px;
  height: 50px;
  margin-top: auto;
  margin-bottom: 20px;
  padding: 11px;
  display: grid;
  align-content: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 13px;
  background:
    linear-gradient(145deg, rgba(245, 245, 243, 0.72), rgba(207, 209, 208, 0.72));
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.75),
    inset 0 -1px 0 rgba(70, 72, 72, 0.22),
    0 1px 2px rgba(40, 42, 42, 0.08);
}

.measurement-impact-step__icon i,
.measurement-impact-step__signal i {
  display: block;
  height: 3px;
  border-radius: 999px;
  background: #4b4c4a;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}

.measurement-impact-step__icon i:nth-child(1) {
  width: 62%;
}

.measurement-impact-step__icon i:nth-child(2) {
  width: 100%;
}

.measurement-impact-step__icon i:nth-child(3) {
  width: 78%;
}

.measurement-impact-step__signal {
  position: relative;
}

.measurement-impact-step__signal i {
  height: 2px;
  background: rgba(75, 76, 74, 0.38);
}

.measurement-impact-step__signal i::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -2px;
  border-radius: 50%;
  background: #4b4c4a;
}

.measurement-impact-step__signal i:nth-child(1)::after {
  margin-left: 18%;
}

.measurement-impact-step__signal i:nth-child(2)::after {
  margin-left: 52%;
}

.measurement-impact-step__signal i:nth-child(3)::after {
  margin-left: 76%;
}

.measurement-impact-step h4 {
  max-width: 11ch;
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.045em;
  color: var(--impact-text);
}

.measurement-impact-step > p {
  max-width: 21ch;
  margin-top: 12px;
  font-size: clamp(11px, 0.85vw, 13px);
  line-height: 1.38;
  letter-spacing: -0.015em;
  color: var(--impact-secondary);
}

.measurement-impact-step--new {
  margin: -14px 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.16));
  box-shadow:
    0 -1px 0 rgba(10, 11, 12, 0.62),
    0 1px 0 rgba(8, 9, 10, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 1px 0 0 rgba(255, 255, 255, 0.3),
    inset -1px 0 0 rgba(60, 64, 68, 0.1);
}

.measurement-impact-step--new > strong {
  width: max-content;
  max-width: 100%;
  margin-top: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(222, 224, 226, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 1px 2px rgba(70, 72, 74, 0.025);
  font-family: var(--font-compact);
  font-size: 7px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #222224;
}

.measurement-impact-chain__arrow {
  align-self: center;
  display: grid;
  place-items: center;
  font-family: var(--font-compact);
  font-size: 16px;
  color: rgba(32, 32, 34, 0.42);
}

.measurement-impact-outcomes {
  display: flex;
  flex-direction: column;
}

.measurement-impact-outcomes ol {
  margin-top: auto;
  padding: 0;
  list-style: none;
}

.measurement-impact-outcomes li {
  min-height: 67px;
  padding-block: 11px;
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  gap: 7px;
  align-items: start;
  border-top: 1px solid rgba(32, 32, 34, 0.12);
}

.measurement-impact-outcomes li > span {
  padding-top: 2px;
  font-family: var(--font-compact);
  font-size: 7px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--impact-muted);
}

.measurement-impact-outcomes li div {
  min-width: 0;
}

.measurement-impact-outcomes li strong {
  display: block;
  font-size: clamp(11px, 0.86vw, 13px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--impact-text);
}

.measurement-impact-outcomes li p {
  margin-top: 4px;
  font-size: 9px;
  line-height: 1.28;
  color: var(--impact-muted);
}

.measurement-impact-card__footer {
  margin-top: clamp(30px, 3vw, 44px);
  padding-top: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(32, 32, 34, 0.12);
}

.measurement-impact-card__footer > p {
  max-width: 43ch;
  font-size: clamp(11px, 0.88vw, 13px);
  line-height: 1.4;
  color: var(--impact-secondary);
}

.measurement-impact-card__footer > p strong {
  font-weight: 500;
  color: var(--impact-text);
}

.measurement-impact-card__footer > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.measurement-impact-card__footer span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(222, 224, 226, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 1px 2px rgba(70, 72, 74, 0.025);
  font-family: var(--font-compact);
  font-size: 7px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #222224;
  white-space: nowrap;
}

@media (min-width: 981px) {
  .measurement-report {
    grid-template-columns: minmax(270px, 0.62fr) minmax(560px, 1.38fr);
  }

  .measurement-report__intro h2 {
    max-width: 8.5ch;
  }
}

@media (max-width: 1120px) and (min-width: 981px) {
  .measurement-report {
    gap: 34px;
  }

  .measurement-impact-card {
    padding: 22px;
  }

  .measurement-impact-chain {
    grid-template-columns: minmax(118px, 0.72fr) 15px minmax(136px, 0.82fr) 15px minmax(205px, 1.28fr);
    gap: 6px;
  }

  .measurement-impact-step--new {
    padding: 14px;
  }
}

@media (max-width: 980px) {
  .measurement-report {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .measurement-report__intro h2 {
    max-width: none;
  }

  .measurement-report__intro > p {
    max-width: 24ch;
  }
}

@media (max-width: 700px) {
  .measurement-impact-card {
    padding: 20px;
    border-radius: 22px;
  }

  .measurement-impact-card__header img {
    width: 82px;
  }

  .measurement-impact-chain {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .measurement-impact-step {
    min-height: 235px;
  }

  .measurement-impact-step--new {
    margin: 0;
  }

  .measurement-impact-chain__arrow {
    min-height: 20px;
    transform: rotate(90deg);
  }

  .measurement-impact-outcomes > header {
    margin-bottom: 22px;
  }

  .measurement-impact-card__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .measurement-impact-card__footer > div {
    justify-content: flex-start;
  }
}

@media (max-width: 430px) {
  .measurement-impact-card__header {
    display: grid;
  }

  .measurement-impact-card__header img {
    grid-row: 1;
  }
}

/* Keep the illustration beside the title on tablet and laptop widths. */

@media (min-width: 761px) {
  .measurement-report {
    grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
    gap: clamp(36px, 4.4vw, 72px);
    align-items: center;
  }

  .measurement-report__intro h2 {
    max-width: 10.5ch;
  }
}

@media (max-width: 1120px) and (min-width: 761px) {
  .measurement-report__intro h2 {
    font-size: clamp(38px, 5vw, 54px);
  }

  .measurement-report__intro > p {
    max-width: 16ch;
    margin-top: 30px;
    font-size: clamp(18px, 2.2vw, 25px);
  }

  .measurement-report__intro > small {
    font-size: 13px;
  }

  .measurement-impact-card {
    padding: 20px;
  }

  .measurement-impact-chain {
    grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr);
    gap: 10px;
  }

  .measurement-impact-step {
    min-height: 250px;
  }

  .measurement-impact-step--input {
    grid-column: 1;
    grid-row: 1;
  }

  .measurement-impact-step--new {
    grid-column: 3;
    grid-row: 1;
    margin: 0;
  }

  .measurement-impact-chain__arrow:nth-of-type(1) {
    grid-column: 2;
    grid-row: 1;
  }

  .measurement-impact-chain__arrow:nth-of-type(2) {
    grid-column: 1 / -1;
    grid-row: 2;
    min-height: 22px;
    transform: rotate(90deg);
  }

  .measurement-impact-outcomes {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .measurement-impact-outcomes > header {
    margin-bottom: 18px;
  }

  .measurement-impact-outcomes ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
  }

  .measurement-impact-card__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .measurement-impact-card__footer > div {
    justify-content: flex-start;
  }
}

/* Simplified KPI map: four existing outcomes around one Murmur signal. */

.measurement-kpi-map {
  position: relative;
  min-width: 0;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 22px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.35) 0%,
      rgba(255, 255, 255, 0.18) 47%,
      rgba(255, 255, 255, 0.08) 100%
    );
  box-shadow:
    0 -1px 0 rgba(10, 11, 12, 0.88),
    0 1.5px 0 rgba(8, 9, 10, 0.92),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 1px 0 0 rgba(255, 255, 255, 0.32),
    inset -1px 0 0 rgba(60, 64, 68, 0.14),
    0 10px 24px rgba(70, 75, 80, 0.035);
  -webkit-backdrop-filter: blur(20px) saturate(0.85);
  backdrop-filter: blur(20px) saturate(0.85);
}

@media (min-width: 761px) and (max-width: 1100px) {
  body .measurement-report {
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(24px, 3.2vw, 38px);
  }

  body #measurement-title {
    max-width: 8.5ch;
    font-size: clamp(34px, 5vw, 52px);
  }

  body .measurement-report__intro > p {
    max-width: 16ch;
    margin-top: 28px;
    font-size: clamp(17px, 2.3vw, 24px);
  }

  .measurement-report__intro > small {
    font-size: 12px;
  }

}

@media (max-width: 760px) {
  body .measurement-report {
    grid-template-columns: 1fr;
  }

  .measurement-kpi-map {
    border-radius: 22px;
  }
}

@media (min-width: 1101px) {
  .measurement-report {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  }
}

/* 06 · Complete AI-assisted buying journey, from intent to payment. */

.shift-conversation {
  width: min(1800px, 100%);
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(10px, 1vw, 18px);
}

.shift-conversation li {
  min-height: clamp(150px, 11vw, 190px);
  padding: clamp(17px, 1.55vw, 26px);
}

.shift-conversation li strong {
  max-width: 11ch;
  font-size: clamp(17px, 1.35vw, 25px);
}

.shift-conversation li:not(:last-child)::after {
  right: calc(clamp(10px, 1vw, 18px) * -1);
  width: clamp(10px, 1vw, 18px);
}

.shift-conversation li:not(.shift-conversation__murmur) {
  --shift-accent: #4b4c4a;
  --shift-line: rgba(75, 76, 74, 0.16);
  --shift-soft: rgba(75, 76, 74, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.96);
  background: #ffffff;
  box-shadow:
    0 -1px 0 rgba(10, 11, 12, 0.88),
    0 1.5px 0 rgba(8, 9, 10, 0.92),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 1px 0 0 rgba(255, 255, 255, 0.32),
    inset -1px 0 0 rgba(60, 64, 68, 0.14),
    0 10px 24px rgba(70, 75, 80, 0.035);
  -webkit-backdrop-filter: blur(20px) saturate(0.85);
  backdrop-filter: blur(20px) saturate(0.85);
}

.shift-conversation li.shift-conversation__murmur {
  --shift-accent: #26231f;
  --shift-line: rgba(38, 35, 31, 0.22);
  --shift-soft: rgba(255, 255, 255, 0.34);
  border-color: rgba(255, 255, 255, 0.86);
  background: #ffffff;
  box-shadow:
    0 -1px 0 rgba(10, 11, 12, 0.94),
    0 2px 0 rgba(8, 9, 10, 0.96),
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 1px 0 0 rgba(255, 255, 255, 0.42),
    inset -1px 0 0 rgba(69, 68, 60, 0.12),
    0 22px 44px rgba(61, 58, 51, 0.13);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transform: translateY(-10px) scale(1.015);
}

.shift-conversation li.shift-conversation__murmur::before {
  background: #26231f;
}

.shift-conversation__palette {
  position: absolute;
  top: -1px;
  right: 30px;
  left: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
}

.shift-conversation__palette i {
  height: 6px;
  border-radius: 0 0 4px 4px;
}

.shift-conversation__palette i:nth-child(1) {
  background: #f2af82;
}

.shift-conversation__palette i:nth-child(2) {
  background: #b6b383;
}

.shift-conversation__palette i:nth-child(3) {
  background: #bacfe4;
}

.shift-conversation__palette i:nth-child(4) {
  background: #e7e1b1;
}

@media (max-width: 1180px) {
  .shift-conversation {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .shift-conversation::before,
  .shift-conversation li::after {
    display: none;
  }
}

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

@media (max-width: 620px) {
  .shift-conversation {
    grid-template-columns: 1fr;
  }

  .shift-conversation li strong {
    max-width: none;
  }

  .shift-conversation li.shift-conversation__murmur {
    transform: none;
  }
}
/* ============================================================
   HOME · VISION MANIFESTO
   ============================================================ */

.home-vision {
  position: relative;
  min-height: 158svh;
  background: #111318;
  color: #f7f7f4;
}

.home-vision__sticky {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-block: clamp(26px, 4vh, 46px);
  overflow: hidden;
}

.home-vision__sticky > .shell {
  width: 100%;
}

.home-vision__copy {
  width: min(100%, 1320px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-vision__header {
  width: 100%;
}

.home-vision__header .index {
  color: inherit;
}

.home-vision h2 {
  width: 100%;
  max-width: none;
  margin: clamp(14px, 2vh, 24px) auto 0;
  color: inherit;
  font-size: clamp(46px, min(4vw, 7.2vh), 64px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.home-vision h2 > span {
  display: block;
}

.home-vision__body {
  width: 100%;
  max-width: 68ch;
  margin-top: clamp(24px, 3.2vh, 36px);
  display: grid;
  gap: clamp(10px, 1.5vh, 16px);
}

.home-vision__body p {
  max-width: 58ch;
  margin-inline: auto;
  color: inherit;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.6;
  text-align: justify;
  text-align-last: center;
  text-justify: inter-word;
  text-wrap: pretty;
}

.home-vision__category {
  width: min(100%, 920px);
  margin-top: clamp(22px, 3vh, 32px);
  padding-top: clamp(18px, 2.3vh, 24px);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.home-vision__category > span {
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: inherit;
}

.home-vision__category p {
  max-width: 22ch;
  margin: clamp(10px, 1.5vh, 14px) auto 0;
  color: inherit;
  font-size: clamp(30px, min(3.4vw, 5vh), 50px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.home-vision__category strong {
  font-weight: 400;
}

.home-vision__word {
  color: inherit;
}

.vision-reveal-on .home-vision__word {
  color: rgba(247, 247, 244, 0.17);
  transition: color 180ms ease, text-shadow 220ms ease;
}

.vision-reveal-on .home-vision__word.is-edge {
  color: rgba(247, 247, 244, 0.38);
}

.vision-reveal-on .home-vision__word.is-lit {
  color: #f7f7f4;
  text-shadow: 0 0 22px rgba(255, 255, 255, 0.035);
}

@media (max-width: 1100px) {
  .home-vision {
    min-height: 150svh;
  }

  .home-vision__sticky {
    padding-inline: var(--gutter);
  }

  .home-vision h2 {
    max-width: 26ch;
  }
}

@media (min-width: 1180px) {
  .home-vision h2 > span {
    display: block;
    white-space: nowrap;
  }
}

@media (min-width: 721px) and (max-width: 1179px) {
  .home-vision h2 > span {
    display: inline;
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .home-vision {
    min-height: auto;
  }

  .home-vision__sticky {
    position: relative;
    min-height: auto;
    padding: 82px var(--gutter) 92px;
    overflow: visible;
  }

  .home-vision h2 {
    max-width: 16ch;
    margin-top: 32px;
    font-size: clamp(39px, 11vw, 50px);
  }

  .home-vision h2 > span {
    display: inline;
  }

  .home-vision__body {
    margin-top: 40px;
    gap: 22px;
  }

  .home-vision__body p {
    max-width: none;
    font-size: 17px;
    line-height: 1.55;
  }

  .home-vision__category {
    margin-top: 52px;
    padding-top: 34px;
  }

  .home-vision__category p {
    margin-top: 26px;
    font-size: clamp(29px, 8vw, 38px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-vision {
    min-height: auto;
  }

  .home-vision__sticky {
    position: relative;
    min-height: auto;
  }

  .home-vision__word {
    color: #f7f7f4;
    transition: none;
    text-shadow: none;
  }
}
