* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 85px;
}
body {
  margin: 0;
  color: #252525;
  background: #f8f5f1;
  font-family: "DM Sans", "Noto Sans KR", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #ed3c28;
  outline-offset: 5px;
}
::selection {
  background: #ffd4c9;
}
p {
  word-break: keep-all;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  word-break: keep-all;
}
button {
  cursor: pointer;
}
.header {
  height: 88px;
  position: fixed;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  z-index: 100;
  background: #f8f5f1c9;
  backdrop-filter: blur(20px);
  transition: background 0.35s;
}
.brand img {
  width: 190px;
  display: block;
  height: auto;
  filter: brightness(0);
}
nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 14px;
  font-weight: 500;
}
nav a:first-child {
  color: #757575;
}
nav .engine-link {
  padding: 13px 20px;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 2px 4px #00000003;
}
.engine-link span {
  margin-left: 15px;
}
.skip {
  position: fixed;
  left: 12px;
  top: -100px;
  padding: 12px;
  background: white;
  z-index: 1000;
}
.skip:focus {
  top: 12px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.15em;
  font-weight: 500;
  line-height: 1.6;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 20px 25px;
  background: #ed3c28;
  color: #fff;
  border-radius: 11px;
  font-size: 15px;
  font-weight: 600;
  transition:
    transform 0.3s,
    background 0.3s,
    box-shadow 0.3s;
}
.button:hover {
  background: #d82c19;
  transform: translateY(-3px);
  box-shadow: 0 10px 22px #ed3c2822;
}
.button span {
  font-size: 22px;
}
.inline-link {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 7px;
  font-size: 14px;
}
.hero-track {
  height: 175svh;
}
.hero-pin {
  height: 100svh;
  min-height: 700px;
  position: sticky;
  top: 0;
  overflow: hidden;
  isolation: isolate;
}
.hero-image {
  position: absolute;
  inset: 0 -25% 0 30%;
  z-index: -1;
  transform-origin: 70% 55%;
  will-change: transform;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
  mask-image: linear-gradient(90deg, transparent 0%, black 17%);
}
.hero-copy {
  position: absolute;
  left: 8%;
  top: 24%;
  z-index: 3;
  will-change: transform, opacity;
}
.hero-copy .eyebrow {
  color: #b76b5c;
  margin-bottom: 28px;
  font-size: 10px;
}
.hero-copy h1 {
  font-size: clamp(54px, 6vw, 88px);
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: -0.07em;
}
.hero-copy h1 span {
  color: #ee422b;
}
.hero-desc {
  font-size: 17px;
  color: #86736b;
  line-height: 1.8;
  margin: 25px 0 29px;
}
.hero-bottom {
  position: absolute;
  bottom: 33px;
  left: 5%;
  right: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #99877b;
}
.hero-bottom a {
  font-size: 9px;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 25px;
}
.hero-bottom i {
  font-style: normal;
  font-size: 26px;
}
.hero-word {
  position: absolute;
  left: 5%;
  bottom: 7%;
  font-size: clamp(70px, 12vw, 190px);
  font-weight: 500;
  letter-spacing: -0.07em;
  opacity: 0;
  color: #28211e;
  mix-blend-mode: normal;
  pointer-events: none;
  white-space: nowrap;
  z-index: 2;
}
.perspective {
  background: #fff;
  padding: 155px 5% 160px;
  text-align: center;
}
.perspective .eyebrow {
  color: #a29d99;
  margin-bottom: 40px;
}
.read-through {
  font-size: clamp(36px, 5vw, 70px);
  line-height: 1.4;
  letter-spacing: -0.055em;
  font-weight: 600;
}
.read-through span {
  background: linear-gradient(
    90deg,
    #242424 var(--read, 0%),
    #dfdfdf var(--read, 0%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.statement-desc {
  font-size: 19px;
  line-height: 1.9;
  color: #909090;
  margin-top: 30px;
  letter-spacing: -0.02em;
}
.product-story {
  height: 300svh;
  background: #f0f2f5;
  position: relative;
}
.product-pin {
  height: 100svh;
  min-height: 730px;
  position: sticky;
  top: 0;
  max-width: 1600px;
  padding: 100px 9% 55px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
  margin: auto;
  overflow: hidden;
}
.story-heading {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.story-heading > .eyebrow {
  color: #9da3ad;
  position: absolute;
  top: 30px;
  font-size: 10px;
}
.story-copy {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(24px);
  pointer-events: none;
  transition:
    opacity 0.5s,
    transform 0.6s;
}
.story-copy.active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.step-kicker {
  font-size: 14px;
  color: #ee4933;
  display: block;
  margin-bottom: 24px;
  font-weight: 600;
}
.story-copy h2 {
  font-size: clamp(37px, 3.9vw, 56px);
  line-height: 1.3;
  letter-spacing: -0.055em;
  font-weight: 600;
}
.story-copy em {
  font-style: normal;
  color: #858c97;
}
.story-copy p {
  font-size: 16px;
  line-height: 1.95;
  color: #8b929b;
  letter-spacing: -0.025em;
  margin-top: 26px;
}
.story-copy .inline-link {
  margin-top: 25px;
  color: #ed3c28;
}
.story-controls {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}
.story-controls button {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 10px 0;
  border: none;
  background: none;
  color: #b0b5bd;
  font-size: 12px;
}
.story-controls button span {
  font-size: 10px;
}
.story-controls button i {
  width: 20px;
  height: 2px;
  background: #cfd3d8;
  transition:
    width 0.4s,
    background 0.4s;
}
.story-controls button[aria-pressed="true"] {
  color: #ed3c28;
}
.story-controls button[aria-pressed="true"] i {
  width: 36px;
  background: #ed3c28;
}
.product-device {
  position: relative;
  border-radius: 34px;
  background: #fff;
  width: 100%;
  max-width: 435px;
  min-height: 558px;
  margin: auto;
  padding: 31px 31px 46px;
  box-shadow:
    0 35px 65px -20px #34495d25,
    0 4px 9px #34495d05;
  border: 1px solid #fff;
  transform: perspective(1400px) rotateY(-9deg) rotateX(3deg);
  will-change: transform;
  transition: box-shadow 0.6s;
}
.device-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.device-top img {
  width: 132px;
  filter: brightness(0);
  height: auto;
}
.avatar {
  height: 29px;
  width: 29px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f4f5f7;
  color: #7d8490;
  font-size: 12px;
}
.device-panel {
  display: none;
  animation: panel-in 0.5s ease;
}
.device-panel.active {
  display: block;
}
.device-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.device-title h3 {
  font-size: 16px;
  letter-spacing: -0.035em;
  font-weight: 600;
}
.device-title > span {
  font-size: 9px;
  color: #a3a8b1;
}
.money {
  font-size: 39px;
  letter-spacing: -0.055em;
  line-height: 1.3;
  margin-top: 15px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.balance-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.money-sub {
  font-size: 11px;
  color: #a2a6ae;
  margin-top: 10px;
}
.clean-chart {
  height: 8px;
  display: flex;
  gap: 4px;
  margin-top: 28px;
  overflow: hidden;
  border-radius: 5px;
}
.clean-chart span {
  flex: var(--asset-value) 1 0%;
}
.clean-chart span:first-child {
  background: #ee4a37;
}
.clean-chart span:nth-child(2) {
  background: #7598bc;
}
.clean-chart span:nth-child(3) {
  background: #e5be9b;
}
.clean-chart span:nth-child(4) {
  background: #8aab9a;
}
.asset-list {
  margin-top: 20px;
}
.asset-list > div {
  padding: 12px 0;
  display: flex;
  gap: 11px;
  align-items: center;
}
.asset-avatar {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  font-size: 13px;
  flex-shrink: 0;
}
.asset-avatar.red {
  background: #fff0eb;
  color: #e95f43;
}
.asset-avatar.blue {
  background: #eaf1f8;
  color: #6b8ba7;
}
.asset-avatar.peach {
  background: #f8efe5;
  color: #c49b74;
}
.asset-avatar.sage {
  background: #edf3ef;
  color: #678d78;
}
.asset-list > div > span:nth-child(2) {
  font-size: 12px;
  white-space: nowrap;
}
.asset-list small {
  display: block;
  font-size: 9px;
  margin-top: 5px;
  color: #a4a8ae;
}
.asset-list b {
  font-size: 12px;
  font-weight: 500;
  margin-left: auto;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.025em;
}
.device-footer {
  margin-top: 18px;
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #b4b6bc;
}
.device-footer span:first-child {
  color: #ee4933;
}
.device-caption {
  position: absolute;
  bottom: 18px;
  font-size: 8px;
  color: #b0b4bb;
  left: 0;
  right: 0;
  text-align: center;
}
.position-heading {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}
.position-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: #fff0ea;
  color: #ee4933;
  font-size: 28px;
}
.position-heading b {
  font-size: 14px;
  font-weight: 500;
}
.position-heading p {
  font-size: 10px;
  color: #a4a8ae;
  margin-top: 6px;
}
.risk-list {
  margin-top: 22px;
}
.risk-list > div {
  display: flex;
  justify-content: space-between;
  padding: 17px 0;
  border-bottom: 1px solid #f4f4f4;
  font-size: 12px;
  color: #a1a5ac;
}
.risk-list b {
  font-size: 13px;
  color: #444;
  font-weight: 500;
}
.risk-notice {
  margin-top: 24px;
  padding: 16px 18px;
  border-radius: 12px;
  background: #fff5ee;
}
.risk-notice > span {
  font-size: 10px;
  color: #cd8766;
}
.risk-notice p {
  font-size: 11px;
  line-height: 1.8;
  color: #a38b7c;
  margin-top: 6px;
}
.profile-seal {
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ee4933;
  border-radius: 26px;
  background: #fff1eb;
  margin: 30px auto 21px;
}
.profile-seal > span {
  font-size: 55px;
  letter-spacing: -0.09em;
  font-weight: 600;
}
.profile-seal > i {
  font-size: 30px;
  font-style: normal;
  align-self: flex-start;
  margin-top: 18px;
}
.device-panel h4 {
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.035em;
}
.profile-sub {
  text-align: center;
  font-size: 11px;
  line-height: 1.8;
  color: #a3a5ab;
  margin-top: 11px;
}
.verification-list {
  margin-top: 22px;
}
.verification-list > div {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
  font-size: 12px;
  color: #808690;
}
.verification-list span {
  color: #f46b53;
}
.engine-section {
  background: #18191b;
  color: #fff;
  padding: 140px 8% 125px;
}
.engine-intro {
  text-align: center;
}
.engine-intro > .eyebrow {
  color: #9e7570;
  margin-bottom: 30px;
}
.engine-intro h2 {
  font-size: clamp(35px, 4.2vw, 60px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.35;
}
.engine-intro > p:last-child {
  font-size: 17px;
  line-height: 1.9;
  color: #7f8084;
  margin-top: 28px;
}
.engine-editorial {
  max-width: 1250px;
  margin: 110px auto 0;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 85px;
  align-items: center;
}
.engine-bigtype > span {
  display: block;
  color: #e74631;
  font-size: clamp(45px, 6.5vw, 94px);
  line-height: 1.03;
  letter-spacing: -0.075em;
  font-weight: 500;
}
.engine-rule {
  height: 2px;
  background: #e74631;
  width: 100%;
  margin-top: 35px;
  transform-origin: left;
  transform: scaleX(var(--engine-progress, 1));
}
.engine-bigtype small {
  font-size: 9px;
  letter-spacing: 0.09em;
  color: #636468;
  display: block;
  margin-top: 20px;
}
.engine-details details {
  border-bottom: 1px solid #333437;
}
.engine-details summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  letter-spacing: -0.03em;
  padding: 25px 0;
}
.engine-details summary::-webkit-details-marker {
  display: none;
}
.engine-details summary > span {
  font-size: 10px;
  color: #696a6d;
}
.engine-details summary > i {
  font-style: normal;
  font-size: 22px;
  color: #76777b;
  margin-left: auto;
  transition: transform 0.3s;
}
.engine-details details[open] summary i {
  transform: rotate(45deg);
}
.engine-details details p {
  font-size: 14px;
  line-height: 1.9;
  color: #8f9094;
  padding: 0 0 24px 29px;
}
.engine-details .inline-link {
  margin-top: 36px;
  color: #c4c4c6;
  font-size: 13px;
}
.business {
  padding: 140px 9%;
  background: #fff;
}
.business-top > .eyebrow {
  color: #ed3c28;
  margin-bottom: 25px;
}
.business h2 {
  font-size: clamp(34px, 4.3vw, 61px);
  line-height: 1.4;
  letter-spacing: -0.055em;
  font-weight: 600;
}
.business-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 100px;
  margin-top: 65px;
}
.business-desc {
  font-size: 18px;
  line-height: 1.95;
  color: #969696;
  letter-spacing: -0.02em;
  max-width: 425px;
}
.business-items article {
  position: relative;
  padding: 0 0 26px 45px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 28px;
}
.business-items article > span {
  position: absolute;
  left: 0;
  top: 4px;
  color: #b4b4b4;
  font-size: 11px;
}
.business-items h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.business-items p {
  font-size: 13px;
  color: #a0a0a0;
  line-height: 1.8;
  margin-top: 12px;
}
.business-cta {
  font-size: 14px;
  margin-top: 10px;
}
.membership-track {
  height: 185svh;
  background: #f8f5f1;
}
.membership-pin {
  height: 100svh;
  min-height: 760px;
  position: sticky;
  top: 0;
  overflow: hidden;
  isolation: isolate;
}
.membership-copy {
  position: absolute;
  top: 15%;
  left: 7%;
  z-index: 3;
}
.membership-copy > .eyebrow {
  color: #b77562;
  margin-bottom: 23px;
}
.membership-copy h2 {
  font-size: clamp(37px, 4.3vw, 64px);
  letter-spacing: -0.055em;
  line-height: 1.35;
  font-weight: 600;
}
.membership-copy h2 span {
  color: #ef4832;
}
.membership-copy > p:last-child {
  font-size: 16px;
  line-height: 1.85;
  color: #9b897d;
  margin-top: 23px;
}
.membership-image {
  position: absolute;
  inset: 29% -1% -12% 19%;
  z-index: -1;
  transform-origin: 65% 65%;
  will-change: transform;
}
.membership-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mask-image: linear-gradient(180deg, transparent, black 10%);
}
.concept-label {
  position: absolute;
  bottom: 25px;
  left: 7%;
  font-size: 9px;
  color: #b4a398;
  letter-spacing: 0.04em;
}
.benefits {
  background: #f8f5f1;
  padding: 105px 9% 100px;
}
.benefit-intro .eyebrow {
  color: #c18571;
  margin-bottom: 23px;
}
.benefit-intro h2 {
  font-size: clamp(32px, 3.8vw, 53px);
  line-height: 1.4;
  letter-spacing: -0.05em;
  font-weight: 600;
}
.benefit-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-top: 65px;
}
.benefit-row article {
  border-top: 1px solid #e3d9cf;
  padding-top: 25px;
}
.benefit-row article > span {
  font-size: 9px;
  letter-spacing: 0.07em;
  color: #be8b75;
}
.benefit-row h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin-top: 30px;
}
.benefit-row p {
  font-size: 14px;
  line-height: 1.9;
  color: #a89587;
  margin-top: 17px;
}
.membership-note {
  font-size: 10px;
  line-height: 1.9;
  color: #b5a395;
  margin-top: 50px;
  max-width: 850px;
}
.closing {
  padding: 110px 7% 150px;
  background: #ed3c28;
  color: #fff9f0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.closing > .eyebrow {
  font-size: 10px;
  color: #ffba9e;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.closing h2 {
  font-size: clamp(45px, 6vw, 86px);
  line-height: 1.25;
  letter-spacing: -0.065em;
  position: relative;
  z-index: 1;
  font-weight: 600;
}
.closing .button {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.button.light {
  background: #fff9f0;
  color: #e8402a;
}
.button.light:hover {
  background: white;
  box-shadow: 0 10px 30px #8e110f20;
}
.closing-word {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  font-size: 19.5vw;
  font-weight: 700;
  letter-spacing: -0.085em;
  line-height: 1;
  color: #ffffff0c;
  white-space: nowrap;
  pointer-events: none;
}
footer {
  padding: 45px 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: #f8f5f1;
  font-size: 11px;
  color: #a49283;
}
footer img {
  width: 180px;
  height: auto;
  display: block;
  filter: brightness(0);
}
.progress {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  z-index: 120;
  background: #ed3c28;
  transform: scaleX(0);
  transform-origin: left;
  pointer-events: none;
}
.motion .reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s,
    transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.motion .reveal.visible {
  opacity: 1;
  transform: none;
}
.benefit-row article:nth-child(2) {
  transition-delay: 0.1s;
}
.benefit-row article:nth-child(3) {
  transition-delay: 0.2s;
}
@keyframes panel-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 1600px) {
  .hero-copy {
    left: 10%;
  }
  .hero-image {
    inset: 0 -16% 0 29%;
  }
  .product-pin {
    padding-left: 10%;
    padding-right: 10%;
  }
  .membership-image {
    inset: 22% 0 -8% 25%;
  }
}
@media (max-width: 1050px) {
  .header {
    height: 78px;
  }
  .hero-copy {
    left: 6%;
    top: 24%;
  }
  .hero-copy h1 {
    font-size: 62px;
  }
  .hero-image {
    inset: 8% -30% 0 23%;
  }
  .hero-desc {
    font-size: 15px;
  }
  .product-pin {
    padding: 90px 6% 45px;
    gap: 35px;
  }
  .story-copy h2 {
    font-size: 38px;
  }
  .product-device {
    padding: 26px 24px 42px;
    min-height: 545px;
  }
  .money {
    font-size: 34px;
  }
  .asset-list > div {
    gap: 8px;
  }
  .asset-avatar {
    width: 29px;
    height: 29px;
  }
  .asset-list > div > span:nth-child(2) {
    font-size: 11px;
  }
  .asset-list b {
    font-size: 11px;
  }
  .engine-editorial {
    gap: 50px;
  }
  .engine-details summary {
    font-size: 14px;
  }
  .business-grid {
    gap: 50px;
  }
  .membership-image {
    inset: 33% -13% -5% 10%;
  }
  .membership-copy {
    top: 14%;
  }
  .benefit-row {
    gap: 25px;
  }
  .benefit-row h3 {
    font-size: 19px;
  }
  .benefit-row p {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .header {
    height: 72px;
    padding: 0 6%;
  }
  .brand img {
    width: 145px;
  }
  nav {
    gap: 15px;
    font-size: 11px;
  }
  nav .engine-link {
    padding: 11px 12px;
    border-radius: 7px;
  }
  .engine-link span {
    margin-left: 6px;
  }
  .hero-track {
    height: 150svh;
  }
  .hero-pin {
    height: 100svh;
    min-height: 730px;
  }
  .hero-copy {
    top: 17%;
    left: 7%;
    right: 7%;
  }
  .hero-copy .eyebrow {
    font-size: 8px;
    margin-bottom: 23px;
  }
  .hero-copy h1 {
    font-size: 51px;
    line-height: 1.17;
    letter-spacing: -0.065em;
  }
  .hero-desc {
    font-size: 13px;
    margin: 19px 0 21px;
  }
  .hero-copy .button {
    font-size: 12px;
    padding: 14px 18px;
    gap: 23px;
    border-radius: 9px;
  }
  .hero-copy .button span {
    font-size: 17px;
  }
  .hero-image {
    inset: 34% -38% 2% 3%;
  }
  .hero-image img {
    object-position: 70% center;
    mask-image: linear-gradient(180deg, transparent 0%, black 15%);
  }
  .hero-bottom {
    bottom: 22px;
    left: 7%;
    right: 7%;
    font-size: 8px;
  }
  .hero-bottom a {
    font-size: 7px;
    gap: 10px;
  }
  .hero-bottom i {
    font-size: 20px;
  }
  .hero-word {
    font-size: 13.2vw;
    left: 5%;
    bottom: 13%;
  }
  .perspective {
    padding: 100px 6% 105px;
  }
  .perspective .eyebrow {
    font-size: 8px;
    margin-bottom: 28px;
  }
  .read-through {
    font-size: 32px;
    line-height: 1.45;
  }
  .statement-desc {
    font-size: 14px;
    margin-top: 23px;
  }
  .product-story {
    height: 290svh;
  }
  .product-pin {
    min-height: 760px;
    height: 100svh;
    padding: 95px 7% 30px;
    grid-template-columns: 1fr;
    grid-template-rows: 230px 1fr;
    gap: 17px;
    align-items: start;
  }
  .story-heading {
    height: 230px;
    justify-content: flex-start;
  }
  .story-heading > .eyebrow {
    top: 0;
    font-size: 8px;
  }
  .story-copy {
    top: 27px;
  }
  .step-kicker {
    font-size: 10px;
    margin-bottom: 12px;
  }
  .story-copy h2 {
    font-size: 29px;
    line-height: 1.26;
    letter-spacing: -0.055em;
  }
  .story-copy h2 br:nth-child(2) {
    display: none;
  }
  .story-copy p {
    font-size: 12px;
    line-height: 1.75;
    margin-top: 12px;
  }
  .story-copy p br {
    display: none;
  }
  .story-copy p {
    max-width: 320px;
  }
  .story-copy .inline-link {
    font-size: 11px;
    margin-top: 12px;
  }
  .story-controls {
    bottom: -2px;
    left: auto;
    right: 0;
    gap: 12px;
  }
  .story-controls button {
    font-size: 9px;
    gap: 4px;
    padding: 6px 0;
  }
  .story-controls button span {
    display: none;
  }
  .story-controls button i {
    width: 12px;
  }
  .story-controls button[aria-pressed="true"] i {
    width: 19px;
  }
  .product-device {
    max-width: 320px;
    min-height: 400px;
    border-radius: 25px;
    padding: 23px 23px 37px;
    transform: none;
  }
  .device-top {
    margin-bottom: 22px;
  }
  .device-top img {
    width: 103px;
  }
  .avatar {
    width: 24px;
    height: 24px;
    font-size: 9px;
  }
  .device-title h3 {
    font-size: 13px;
  }
  .device-title > span {
    font-size: 8px;
  }
  .money {
    font-size: 31px;
    margin-top: 12px;
  }
  .money-sub {
    font-size: 9px;
    margin-top: 7px;
  }
  .clean-chart {
    margin-top: 20px;
    height: 6px;
  }
  .asset-list {
    margin-top: 12px;
  }
  .asset-list > div {
    padding: 8px 0;
    gap: 8px;
  }
  .asset-list > div > span:nth-child(2) {
    font-size: 10px;
  }
  .asset-list small {
    font-size: 8px;
    margin-top: 3px;
  }
  .asset-list b {
    font-size: 10px;
  }
  .asset-avatar {
    width: 27px;
    height: 27px;
    font-size: 10px;
    border-radius: 9px;
  }
  .device-footer {
    font-size: 8px;
    margin-top: 10px;
    padding-top: 13px;
  }
  .device-caption {
    bottom: 12px;
    font-size: 7px;
  }
  .position-heading {
    margin-top: 18px;
    gap: 10px;
  }
  .position-icon {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }
  .position-heading b {
    font-size: 11px;
  }
  .position-heading p {
    font-size: 8px;
  }
  .risk-list {
    margin-top: 14px;
  }
  .risk-list > div {
    padding: 12px 0;
    font-size: 10px;
  }
  .risk-list b {
    font-size: 11px;
  }
  .risk-notice {
    margin-top: 15px;
    padding: 11px 13px;
  }
  .risk-notice > span {
    font-size: 8px;
  }
  .risk-notice p {
    font-size: 9px;
    line-height: 1.7;
  }
  .profile-seal {
    width: 65px;
    height: 65px;
    margin: 20px auto 13px;
    border-radius: 18px;
  }
  .profile-seal > span {
    font-size: 40px;
  }
  .profile-seal > i {
    font-size: 20px;
    margin-top: 12px;
  }
  .device-panel h4 {
    font-size: 16px;
  }
  .profile-sub {
    font-size: 9px;
    line-height: 1.7;
    margin-top: 8px;
  }
  .verification-list {
    margin-top: 14px;
  }
  .verification-list > div {
    padding: 11px 0;
    font-size: 10px;
  }
  .engine-section {
    padding: 90px 7% 85px;
  }
  .engine-intro > .eyebrow {
    font-size: 8px;
    margin-bottom: 25px;
  }
  .engine-intro h2 {
    font-size: 31px;
    line-height: 1.4;
  }
  .engine-intro > p:last-child {
    font-size: 13px;
    margin-top: 23px;
  }
  .engine-editorial {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-top: 55px;
  }
  .engine-bigtype > span {
    font-size: 65px;
  }
  .engine-rule {
    margin-top: 24px;
  }
  .engine-bigtype small {
    font-size: 8px;
    margin-top: 13px;
  }
  .engine-details summary {
    font-size: 14px;
    padding: 22px 0;
  }
  .engine-details details p {
    font-size: 12px;
  }
  .engine-details .inline-link {
    font-size: 12px;
    margin-top: 30px;
  }
  .business {
    padding: 85px 7%;
  }
  .business-top > .eyebrow {
    font-size: 9px;
    margin-bottom: 20px;
  }
  .business h2 {
    font-size: 31px;
    line-height: 1.45;
  }
  .business-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 27px;
  }
  .business-desc {
    font-size: 14px;
    line-height: 1.9;
    max-width: 350px;
  }
  .business-items article {
    padding-left: 32px;
    padding-bottom: 21px;
    margin-bottom: 23px;
  }
  .business-items h3 {
    font-size: 17px;
  }
  .business-items p {
    font-size: 12px;
    margin-top: 9px;
  }
  .business-items article > span {
    font-size: 10px;
  }
  .business-cta {
    font-size: 12px;
    padding: 16px 20px;
    margin-top: 5px;
  }
  .membership-track {
    height: 155svh;
  }
  .membership-pin {
    min-height: 700px;
    height: 100svh;
  }
  .membership-copy {
    top: 17%;
    left: 7%;
    right: 7%;
  }
  .membership-copy > .eyebrow {
    font-size: 8px;
    margin-bottom: 20px;
  }
  .membership-copy h2 {
    font-size: 32px;
    line-height: 1.35;
  }
  .membership-copy > p:last-child {
    font-size: 13px;
    margin-top: 18px;
  }
  .membership-image {
    inset: 39% -20% -1% -10%;
  }
  .concept-label {
    bottom: 28px;
    font-size: 7px;
    left: 7%;
  }
  .benefits {
    padding: 75px 7%;
  }
  .benefit-intro .eyebrow {
    font-size: 8px;
    margin-bottom: 20px;
  }
  .benefit-intro h2 {
    font-size: 30px;
  }
  .benefit-row {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 37px;
  }
  .benefit-row article {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 12px 10px;
  }
  .benefit-row article > span {
    font-size: 8px;
    grid-row: 1/3;
    padding-top: 4px;
  }
  .benefit-row h3 {
    font-size: 18px;
    margin: 0;
  }
  .benefit-row p {
    font-size: 12px;
    margin: 0;
    line-height: 1.8;
  }
  .benefit-row p br {
    display: none;
  }
  .membership-note {
    font-size: 9px;
    margin-top: 32px;
  }
  .closing {
    padding: 85px 7% 100px;
  }
  .closing > .eyebrow {
    font-size: 8px;
    margin-bottom: 25px;
  }
  .closing h2 {
    font-size: 46px;
  }
  .closing .button {
    font-size: 13px;
    margin-top: 30px;
    padding: 17px 21px;
  }
  .closing-word {
    bottom: -5px;
    font-size: 20vw;
  }
  footer {
    padding: 30px 7%;
    gap: 25px;
    flex-wrap: wrap;
    font-size: 9px;
  }
  footer img {
    width: 145px;
  }
  footer > span {
    order: 3;
    flex-basis: 100%;
  }
  .eyebrow {
    letter-spacing: 0.12em;
  }
}
@media (max-width: 380px) {
  .brand img {
    width: 128px;
  }
  nav {
    gap: 10px;
  }
  nav .engine-link {
    padding: 10px;
  }
  .hero-copy h1 {
    font-size: 44px;
  }
  .hero-copy {
    top: 16%;
  }
  .read-through {
    font-size: 28px;
  }
  .membership-copy h2 {
    font-size: 28px;
  }
  .engine-intro h2 {
    font-size: 28px;
  }
  .story-copy h2 {
    font-size: 27px;
  }
  .business h2 {
    font-size: 28px;
  }
  .benefit-row {
    gap: 25px;
  }
  .benefit-row article {
    grid-template-columns: 90px 1fr;
  }
  .closing h2 {
    font-size: 41px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .hero-track,
  .product-story,
  .membership-track {
    height: auto;
  }
  .hero-pin,
  .product-pin,
  .membership-pin {
    position: relative;
    top: 0;
  }
  .hero-image,
  .membership-image,
  .product-device {
    transform: none !important;
  }
  .hero-copy,
  .membership-copy {
    opacity: 1 !important;
    transform: none !important;
  }
  .hero-word {
    display: none;
  }
  .read-through span {
    color: #252525;
    background: none;
  }
  .product-pin {
    min-height: 760px;
  }
  .story-copy.active {
    transform: none;
  }
  .motion .reveal {
    opacity: 1;
    transform: none;
  }
  .engine-rule {
    transform: none;
  }
}

/* Final readability refinements. */
.hero-desc {
  color: #75665f;
}
.story-copy p {
  color: #767e88;
}
.engine-intro > p:last-child {
  color: #929397;
}
.business-desc {
  color: #858585;
}
.business-items p {
  color: #898989;
}
.benefit-row p {
  color: #917d6e;
}
.membership-copy > p:last-child {
  color: #8c7b70;
}
@media (max-width: 700px) {
  .hero-image {
    inset: 57% -30% -12% -3%;
  }
  .hero-desc {
    font-size: 14px;
    color: #817068;
  }
  .statement-desc {
    font-size: 15px;
  }
  .story-copy p {
    font-size: 13px;
  }
  .engine-intro > p:last-child {
    font-size: 14px;
  }
  .engine-details details p {
    font-size: 13px;
  }
  .business-desc {
    font-size: 15px;
  }
  .business-items p {
    font-size: 13px;
  }
  .membership-copy > p:last-child {
    font-size: 14px;
  }
  .membership-image {
    inset: 42% -5% -1% -5%;
  }
  .benefit-row p {
    font-size: 13px;
  }
  .membership-note {
    font-size: 10px;
  }
  .concept-label {
    font-size: 8px;
  }
}

/* Keep the hero copy clear of the bottom caption on wide, shallow windows. */
.hero-bottom {
  gap: 24px;
  line-height: 1.6;
}
.hero-bottom > span {
  flex-shrink: 0;
  white-space: nowrap;
}
.hero-bottom > a {
  flex-shrink: 0;
}
@media (min-width: 1051px) {
  .hero-copy {
    top: clamp(116px, calc(50svh - 220px), 24%);
  }
  .hero-copy h1 {
    font-size: clamp(54px, min(6vw, 10svh), 88px);
  }
}
@media (min-width: 701px) {
  .hero-bottom > span {
    font-size: 12px;
    color: #75665f;
  }
}
@media (min-width: 701px) and (max-height: 700px) {
  .hero-pin {
    min-height: 600px;
  }
  .hero-copy {
    top: 112px;
  }
  .hero-copy h1 {
    font-size: clamp(44px, min(5vw, 9svh), 60px);
  }
  .hero-copy .eyebrow {
    margin-bottom: 16px;
  }
  .hero-desc {
    font-size: 15px;
    margin: 18px 0 20px;
  }
  .hero-copy .button {
    padding: 15px 20px;
  }
}

/* A quiet light surface keeps the closing hero line readable over red artwork. */
.hero-pin::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(0deg, #f8f5f1 5%, #f8f5f1e8 52%, #f8f5f100 100%);
  opacity: var(--hero-end, 0);
  pointer-events: none;
  z-index: 1;
}
.hero-bottom {
  z-index: 3;
}
.membership-image img {
  mask-image: none;
  filter: drop-shadow(0 18px 22px #4a2b171a);
}

/* Korean typography: keep phrases intact and let body copy wrap naturally. */
.hero-copy h1 {
  letter-spacing: -0.04em;
  line-height: 1.2;
}
.read-through,
.story-copy h2,
.engine-intro h2,
.business h2,
.membership-copy h2,
.benefit-intro h2,
.closing h2 {
  letter-spacing: -0.03em;
  line-height: 1.4;
}
.hero-desc {
  max-width: 390px;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0;
}
.statement-desc {
  max-width: 660px;
  margin-inline: auto;
  font-size: 18px;
  line-height: 1.95;
  letter-spacing: 0;
}
.story-copy h2 {
  font-size: clamp(35px, 3.3vw, 48px);
}
.story-copy p {
  max-width: 370px;
  line-height: 1.9;
  letter-spacing: 0;
}
.engine-intro > p:last-child {
  max-width: 630px;
  margin-inline: auto;
  line-height: 1.95;
}
.business-desc,
.business-items p,
.benefit-row p {
  letter-spacing: 0;
  line-height: 1.9;
}
.membership-copy > p:last-child {
  max-width: 335px;
  line-height: 1.9;
}
.profile-sub {
  max-width: 270px;
  margin-inline: auto;
  line-height: 1.8;
}
.risk-notice p {
  max-width: 230px;
  line-height: 1.8;
}
.hero-bottom > span {
  font-size: 11px;
}
@media (min-width: 701px) {
  .membership-image {
    left: 29%;
  }
  .hero-copy {
    top: clamp(112px, calc(50svh - 235px), 23%);
  }
}
@media (max-width: 1050px) and (min-width: 701px) {
  .story-copy h2 {
    font-size: 35px;
  }
  .story-copy p {
    font-size: 14px;
  }
  .membership-copy > p:last-child {
    max-width: 300px;
  }
}
@media (max-width: 700px) {
  .hero-copy h1 {
    font-size: 49px;
    line-height: 1.2;
    letter-spacing: -0.035em;
  }
  .hero-desc {
    font-size: 14px;
    max-width: 310px;
  }
  .statement-desc {
    font-size: 15px;
    max-width: 330px;
  }
  .read-through {
    font-size: 30px;
    line-height: 1.5;
  }
  .story-copy h2 {
    font-size: 27px;
    line-height: 1.4;
  }
  .story-copy p {
    font-size: 12px;
    line-height: 1.8;
    max-width: 310px;
    margin-top: 13px;
  }
  .story-copy .inline-link {
    margin-top: 14px;
  }
  .product-pin {
    grid-template-rows: 255px 1fr;
    min-height: 800px;
  }
  .story-heading {
    height: 255px;
  }
  .story-controls {
    bottom: 0;
  }
  .engine-intro h2 {
    font-size: 29px;
    line-height: 1.5;
  }
  .engine-intro > p:last-child {
    font-size: 14px;
    max-width: 340px;
  }
  .business h2 {
    font-size: 29px;
    line-height: 1.5;
  }
  .membership-copy h2 {
    font-size: 32px;
    line-height: 1.5;
  }
  .membership-copy > p:last-child {
    font-size: 14px;
    max-width: 285px;
  }
  .benefit-intro h2 {
    font-size: 30px;
    line-height: 1.5;
  }
  .closing h2 {
    font-size: 38px;
    line-height: 1.4;
  }
  .hero-bottom > span {
    font-size: 8px;
    max-width: 55%;
    white-space: normal;
    word-break: keep-all;
    line-height: 1.7;
  }
  .hero-bottom {
    gap: 20px;
  }
  .hero-copy .button {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  .hero-copy h1 {
    font-size: 44px;
  }
  .story-copy h2 {
    font-size: 25px;
  }
  .membership-copy h2 {
    font-size: 29px;
  }
  .closing h2 {
    font-size: 34px;
  }
  .read-through {
    font-size: 27px;
  }
}

/* Institutional product illustrations and editorial membership photography. */
[hidden] {
  display: none !important;
}
.engine-intro {
  max-width: 1080px;
  margin: auto;
}
.engine-intro h2 {
  letter-spacing: -0.035em;
  line-height: 1.5;
}
.engine-intro .ai-accent {
  color: #f0a58e;
  font-size: 1.35em;
  font-weight: 650;
  letter-spacing: 0.03em;
}
.engine-intro > p:last-child {
  max-width: 730px;
  margin: 26px auto 0;
  color: #b0b0b0;
}
.engine-editorial {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.9fr);
  gap: 8%;
  margin-top: 75px;
}
.assessment-visual {
  border: 1px solid #ffffff24;
  background: #202224;
  border-radius: 16px;
  padding: 27px;
  box-shadow: 0 35px 90px #00000020;
  position: relative;
  overflow: hidden;
}
.assessment-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 8px;
  color: #c0b1a6;
  letter-spacing: 0.12em;
}
.assessment-topline > span:last-child {
  color: #898c8e;
}
.signal-map {
  position: relative;
  margin: 25px -5px 0;
  overflow: hidden;
}
.signal-map svg {
  display: block;
  width: 100%;
  height: auto;
}
.signal-grid {
  stroke: #ffffff05;
  stroke-width: 1;
}
.signal-paths {
  stroke: url(#signal-ink);
  stroke-width: 1;
  opacity: 0.7;
}
.signal-inputs {
  fill: #e49a7f;
}
.signal-pulse {
  stroke: #f2c6a8;
  stroke-width: 2;
  stroke-dasharray: 10 150;
  animation: signal-flow 7s linear infinite;
}
.scan-line {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  height: 1px;
  background: #d4866624;
  box-shadow: 0 0 35px 10px #e7896110;
  animation: scan-model 8s ease-in-out infinite;
}
.assessment-stage {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-top: 5px;
}
.assessment-stage-no {
  font-size: 8px;
  color: #d8957c;
  letter-spacing: 0.1em;
}
.assessment-stage h3 {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.025em;
  margin-top: 8px;
}
.model-status {
  font-size: 8px;
  color: #a3a5a4;
  white-space: nowrap;
}
.assessment-matrix {
  margin-top: 23px;
  padding-top: 4px;
  border-top: 1px solid #ffffff19;
}
.assessment-matrix > div {
  display: grid;
  grid-template-columns: 110px 1fr 74px;
  gap: 15px;
  align-items: center;
  font-size: 10px;
  color: #d0d0cb;
  padding: 10px 0;
}
.assessment-matrix i {
  height: 3px;
  background: #393a3a;
  position: relative;
}
.assessment-matrix i::after {
  content: "";
  display: block;
  width: var(--signal-width);
  height: 100%;
  background: #b97960;
  animation: matrix-in 0.6s ease both;
  transform-origin: left;
}
.assessment-matrix b {
  text-align: right;
  font-size: 9px;
  font-weight: 400;
  color: #b2a697;
}
.assessment-controls {
  display: flex;
  gap: 3px;
  margin-top: 23px;
  padding: 4px;
  background: #181a1c;
  border-radius: 7px;
}
.assessment-controls button {
  flex: 1;
  border: 0;
  background: transparent;
  color: #969896;
  padding: 12px 5px;
  border-radius: 4px;
  font: inherit;
  font-size: 10px;
  cursor: pointer;
}
.assessment-controls button[aria-pressed="true"] {
  background: #3a3b3b;
  color: #f0e9e1;
}
.engine-side-kicker {
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #b88772;
  margin-bottom: 18px;
}
.engine-side-title {
  font-size: clamp(26px, 2.9vw, 38px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.025em;
  margin-bottom: 26px;
}
.engine-details summary {
  font-size: 15px;
}
.engine-details details p {
  color: #b3b3b3;
}
.business-layout {
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 8%;
  align-items: center;
}
.business h2 {
  letter-spacing: -0.035em;
}
.business-desc {
  color: #707274;
  font-size: 16px;
  margin-top: 25px;
  max-width: 380px;
}
.business-items {
  margin-top: 38px;
}
.business-items article {
  padding: 0 0 20px 34px;
  margin-bottom: 20px;
}
.business-items h3 {
  font-size: 17px;
}
.business-items p {
  color: #7b7e7e;
  font-size: 12px;
  margin-top: 8px;
}
.report-showcase {
  min-width: 0;
}
.report-stage {
  background: #eeece7;
  border-radius: 16px;
  padding: 40px 30px 30px;
  position: relative;
  perspective: 1800px;
}
.report-sheet-back {
  position: absolute;
  inset: 43px 37px 32px;
  transform: rotate(-4deg);
  background: #faf9f5;
  border: 1px solid #dedbd4;
  box-shadow: 0 5px 15px #2927210a;
}
.institutional-report {
  position: relative;
  background: #fffefa;
  padding: 28px 32px 18px;
  box-shadow: 0 20px 45px #39352817;
  transform: rotate(1.3deg);
  transition:
    transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1),
    box-shadow 0.7s;
}
.report-stage:hover .institutional-report {
  transform: rotate(0deg) translateY(-5px);
  box-shadow: 0 25px 50px #39352825;
}
.report-letterhead {
  display: flex;
  align-items: start;
  justify-content: space-between;
  border-bottom: 2px solid #383d3b;
  padding-bottom: 18px;
}
.report-letterhead b {
  font-size: 17px;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #2b302e;
}
.report-letterhead > span {
  font-size: 6px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #80817b;
  text-align: right;
}
.report-document-title {
  padding-top: 24px;
}
.report-document-title > span {
  font-size: 9px;
  color: #a07460;
}
.report-document-title h3 {
  font-size: 30px;
  letter-spacing: -0.035em;
  line-height: 1.45;
  font-weight: 500;
  margin-top: 7px;
}
.report-document-title > p {
  font-size: 9px;
  color: #858780;
  margin-top: 17px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.report-document-title i {
  font-style: normal;
  font-size: 7px;
  padding: 2px 5px;
  border: 1px solid #d5d2c9;
  border-radius: 2px;
}
.report-page {
  min-height: 310px;
  padding-top: 25px;
  animation: report-reveal 0.4s ease both;
}
.report-rating {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 22px;
  padding: 20px 0;
  border-top: 1px solid #d6d4cc;
  border-bottom: 1px solid #d6d4cc;
}
.report-rating small {
  font-size: 9px;
  color: #74756f;
}
.report-rating strong {
  font-size: 49px;
  line-height: 1.05;
  display: block;
  letter-spacing: -0.04em;
  font-weight: 500;
  margin-top: 10px;
  color: #343d36;
}
.report-rating strong > span {
  display: block;
  font-size: 9px;
  color: #7d8178;
  letter-spacing: 0;
  margin-top: 9px;
}
.rating-summary {
  font-size: 9px;
  align-self: center;
  color: #565b55;
}
.rating-summary b {
  font-weight: 500;
}
.rating-summary p {
  margin-top: 8px;
  font-size: 9px;
  color: #8c8e85;
  line-height: 1.8;
}
.report-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 19px 0;
}
.report-kpis span {
  display: block;
  font-size: 8px;
  color: #898b83;
}
.report-kpis b {
  font-size: 17px;
  font-weight: 500;
  display: block;
  margin-top: 5px;
  letter-spacing: -0.02em;
}
.report-mini-heading {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 500;
  gap: 12px;
  margin-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e2da;
}
.report-mini-heading > span {
  font-size: 6px;
  color: #8c8e84;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.report-factor-bars {
  margin-top: 9px;
}
.report-factor-bars > div {
  display: grid;
  grid-template-columns: 65px 1fr 20px;
  gap: 10px;
  align-items: center;
  font-size: 8px;
  margin: 11px 0;
  color: #787d72;
}
.report-factor-bars i {
  height: 4px;
  background: #eeede6;
}
.report-factor-bars i::after {
  content: "";
  display: block;
  width: var(--bar);
  height: 100%;
  background: #919e8c;
  animation: matrix-in 0.7s ease both;
  transform-origin: left;
}
.report-factor-bars b {
  font-weight: 400;
  text-align: right;
}
.report-document-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 7px;
  color: #a1a297;
  border-top: 1px solid #dedbd2;
  padding-top: 13px;
  margin-top: 12px;
}
.report-document-footer b {
  white-space: nowrap;
  font-weight: 400;
}
.report-page-controls {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 22px;
}
.report-page-controls button {
  border: 1px solid transparent;
  border-radius: 30px;
  background: transparent;
  color: #8b8b84;
  font: inherit;
  font-size: 11px;
  padding: 10px 19px;
  cursor: pointer;
  transition: all 0.2s;
}
.report-page-controls button[aria-pressed="true"] {
  color: #343a32;
  background: #f3f2ed;
  border-color: #d6d7cd;
}
.report-example-caption {
  text-align: center;
  color: #a0a196;
  font-size: 10px;
  margin-top: 12px;
}
.allocation-chart {
  width: 142px;
  height: 142px;
  margin: 22px auto;
  border-radius: 50%;
  background: conic-gradient(
    #576953 0 38.1579%,
    #a0ad91 38.1579% 73.0263%,
    #d6c2a4 73.0263% 100%
  );
  display: grid;
  place-items: center;
}
.allocation-chart > div {
  width: 112px;
  height: 112px;
  background: #fffefa;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.allocation-chart strong {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.allocation-chart span {
  color: #97998d;
  font-size: 6px;
  letter-spacing: 0.1em;
  margin-top: 4px;
}
.report-asset-table > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 9px;
  padding: 9px 0;
  border-bottom: 1px solid #edeae0;
}
.report-asset-table b {
  font-weight: 500;
}
.report-asset-table i {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #576953;
  margin: 0 7px 1px 0;
  border-radius: 50%;
}
.report-asset-table > div:nth-child(2) i {
  background: #a0ad91;
}
.report-asset-table > div:nth-child(3) i {
  background: #d6c2a4;
}
.report-asset-table .report-total-row {
  color: #ab6e50;
}
.report-risk-table > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid #edeae0;
  font-size: 10px;
  color: #85887d;
}
.report-risk-table b {
  color: #475440;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.report-observation {
  margin-top: 20px;
  padding: 13px;
  background: #f2f0e8;
  font-size: 9px;
  line-height: 1.9;
  color: #7c8072;
}
.report-observation > span {
  font-weight: 500;
  color: #5a604e;
}
.report-observation p {
  margin-top: 5px;
}
.membership-copy > p:last-child {
  max-width: 435px;
  color: #806d60;
}
.benefits {
  padding-bottom: 85px;
}
.benefit-intro h2 {
  letter-spacing: -0.035em;
  line-height: 1.5;
}
.membership-editorial {
  font-size: 16px;
  line-height: 1.95;
  color: #887666;
  margin-top: 25px;
}
.experience-gallery {
  margin-top: 52px;
}
.experience-stage {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #282827;
}
.experience-frame {
  margin: 0;
  position: relative;
  height: clamp(440px, 44vw, 620px);
  isolation: isolate;
  overflow: hidden;
  animation: report-reveal 0.55s ease both;
}
.experience-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transition: transform 1.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.experience-stage:hover .experience-frame > img {
  transform: scale(1.035);
}
.experience-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #17120fb3, transparent 80%),
    linear-gradient(0deg, #17120f4d, transparent 65%);
  z-index: 1;
}
.experience-frame figcaption {
  position: absolute;
  left: 6%;
  bottom: 12%;
  z-index: 2;
  color: #fffaf1;
}
.experience-frame figcaption > span {
  font-size: 9px;
  letter-spacing: 0.17em;
  color: #e5c7af;
}
.experience-frame figcaption h3 {
  font-size: clamp(29px, 3.3vw, 46px);
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-top: 21px;
}
.experience-frame figcaption p {
  font-size: 13px;
  line-height: 1.95;
  margin-top: 22px;
  color: #f3e1d0;
}
.experience-concept {
  position: absolute;
  right: 24px;
  top: 23px;
  font-size: 8px;
  letter-spacing: 0.12em;
  color: #fff3da;
  z-index: 3;
}
.finance-experience {
  background: #e4dcd1;
}
.finance-experience > img {
  object-fit: contain;
  width: 80%;
  left: 33%;
}
.finance-experience::after {
  background: linear-gradient(90deg, #181714bd, transparent 90%);
}
.experience-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.experience-controls button {
  display: flex;
  align-items: center;
  gap: 12px;
  background: none;
  border: 0;
  border-top: 2px solid transparent;
  border-bottom: 1px solid #ded5c9;
  padding: 22px 0;
  font: inherit;
  font-size: 14px;
  text-align: left;
  color: #a39787;
  cursor: pointer;
  transition:
    color 0.2s,
    border-color 0.2s;
}
.experience-controls button > span {
  font-size: 9px;
  color: #b6a28e;
}
.experience-controls button > i {
  margin-left: auto;
  font-size: 17px;
  font-style: normal;
  opacity: 0;
}
.experience-controls button[aria-pressed="true"] {
  border-top-color: #ad6b48;
  color: #554d42;
}
.experience-controls button[aria-pressed="true"] > i {
  opacity: 1;
}
.membership-note {
  color: #928576;
}
@keyframes signal-flow {
  to {
    stroke-dashoffset: -320;
  }
}
@keyframes scan-model {
  50% {
    top: 82%;
  }
}
@keyframes matrix-in {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes report-reveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1050px) {
  .business-layout {
    gap: 5%;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }
  .report-stage {
    padding: 30px 18px 23px;
  }
  .institutional-report {
    padding: 22px;
  }
  .report-document-title h3 {
    font-size: 26px;
  }
  .engine-editorial {
    gap: 5%;
  }
  .assessment-visual {
    padding: 22px;
  }
  .assessment-matrix > div {
    grid-template-columns: 95px 1fr 60px;
    gap: 8px;
    font-size: 9px;
  }
  .assessment-stage h3 {
    font-size: 16px;
  }
  .model-status {
    font-size: 7px;
  }
}
@media (max-width: 800px) {
  .engine-editorial {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .assessment-visual {
    width: 100%;
    max-width: 570px;
    margin: auto;
  }
  .engine-details {
    max-width: 570px;
    width: 100%;
    margin: auto;
  }
  .business-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .business-copy {
    max-width: 550px;
  }
  .business-desc {
    max-width: 500px;
  }
  .report-showcase {
    max-width: 580px;
    width: 100%;
    margin: auto;
  }
  .report-stage {
    padding: 35px 30px 28px;
  }
  .institutional-report {
    padding: 30px;
  }
  .report-document-title h3 {
    font-size: 30px;
  }
  .experience-controls {
    gap: 15px;
  }
  .experience-controls button {
    font-size: 11px;
    gap: 8px;
  }
}
@media (max-width: 560px) {
  .desktop-break {
    display: none;
  }
  .engine-section {
    padding: 75px 6% 65px;
  }
  .engine-intro h2 {
    font-size: 29px;
  }
  .engine-intro > p:last-child {
    font-size: 13px;
  }
  .engine-editorial {
    margin-top: 38px;
  }
  .assessment-visual {
    padding: 20px;
    border-radius: 10px;
  }
  .assessment-topline {
    font-size: 6px;
  }
  .assessment-stage h3 {
    font-size: 15px;
  }
  .assessment-stage-no {
    font-size: 7px;
  }
  .assessment-stage {
    gap: 10px;
  }
  .model-status {
    font-size: 6px;
  }
  .signal-map {
    margin-top: 15px;
  }
  .assessment-matrix > div {
    grid-template-columns: 93px 1fr 63px;
  }
  .assessment-controls {
    margin-top: 15px;
  }
  .assessment-controls button {
    font-size: 9px;
    padding: 10px 4px;
  }
  .engine-side-title {
    font-size: 28px;
  }
  .engine-details summary {
    font-size: 14px;
  }
  .business {
    padding: 75px 6%;
  }
  .business h2 {
    font-size: 36px;
  }
  .business-desc {
    font-size: 14px;
  }
  .business-items {
    margin-top: 30px;
  }
  .business-items h3 {
    font-size: 16px;
  }
  .report-stage {
    padding: 25px 15px 20px;
    border-radius: 10px;
  }
  .institutional-report {
    padding: 23px 20px 15px;
  }
  .report-letterhead b {
    font-size: 14px;
  }
  .report-letterhead > span {
    font-size: 5px;
  }
  .report-document-title h3 {
    font-size: 25px;
  }
  .report-document-title > p {
    font-size: 8px;
  }
  .report-rating {
    gap: 15px;
  }
  .report-rating strong {
    font-size: 42px;
  }
  .report-kpis {
    gap: 8px;
  }
  .report-kpis b {
    font-size: 16px;
  }
  .report-page {
    min-height: 325px;
  }
  .report-document-footer {
    font-size: 6px;
  }
  .report-page-controls {
    gap: 0;
  }
  .report-page-controls button {
    font-size: 10px;
    padding: 10px 15px;
  }
  .report-example-caption {
    font-size: 9px;
  }
  .benefits {
    padding: 65px 6%;
  }
  .benefit-intro h2 {
    font-size: 30px;
  }
  .membership-editorial {
    font-size: 13px;
    margin-top: 20px;
  }
  .membership-copy > p:last-child {
    max-width: 310px;
  }
  .experience-gallery {
    margin-top: 30px;
  }
  .experience-frame {
    height: 480px;
  }
  .experience-frame > img {
    object-position: 63% center;
  }
  .experience-frame::after {
    background: linear-gradient(0deg, #17120fbf, transparent 95%);
  }
  .experience-frame figcaption {
    left: 8%;
    bottom: 9%;
  }
  .experience-frame figcaption h3 {
    font-size: 29px;
  }
  .experience-frame figcaption p {
    font-size: 12px;
  }
  .experience-frame figcaption > span {
    font-size: 8px;
  }
  .experience-concept {
    font-size: 6px;
    right: 18px;
    top: 19px;
  }
  .finance-experience > img {
    left: 0;
    width: 125%;
    height: 75%;
    top: -5%;
  }
  .experience-controls {
    gap: 12px;
  }
  .experience-controls button {
    display: block;
    line-height: 1.5;
    font-size: 10px;
    padding: 16px 0;
  }
  .experience-controls button > span {
    display: block;
    font-size: 8px;
    margin-bottom: 6px;
  }
  .experience-controls button > i {
    display: none;
  }
  .membership-note {
    font-size: 10px;
    margin-top: 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .signal-pulse,
  .scan-line,
  .assessment-matrix i::after,
  .report-factor-bars i::after,
  .report-page,
  .experience-frame {
    animation: none;
  }
  .institutional-report,
  .experience-frame > img {
    transition: none;
  }
  .report-stage:hover .institutional-report,
  .experience-stage:hover .experience-frame > img {
    transform: none;
  }
}

/* Content is available by scrolling; no tabs or accordion gates. */
.story-progress {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  display: flex;
  gap: 24px;
  margin-top: 34px;
}
.story-progress > span {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  color: #b5afa8;
}
.story-progress small {
  font-size: 9px;
}
.story-progress i {
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: width 0.4s;
}
.story-progress [aria-current="step"] {
  color: #d74630;
}
.story-progress [aria-current="step"] i {
  width: 37px;
}
.assessment-chapters {
  max-width: 1250px;
  margin: 64px auto 0;
}
.assessment-chapter {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 9%;
  padding: 64px 0;
  border-top: 1px solid #ffffff17;
}
.assessment-chapter:last-child {
  padding-bottom: 0;
}
.assessment-copy > h3 {
  font-size: clamp(26px, 2.7vw, 38px);
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: -0.035em;
}
.assessment-copy > p:not(.engine-side-kicker) {
  font-size: 15px;
  line-height: 1.95;
  color: #afb0b2;
  margin-top: 24px;
  max-width: 360px;
}
.assessment-copy > ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 10px;
  color: #c49b84;
}
.assessment-copy .inline-link {
  margin-top: 30px;
  color: #ddc6b7;
  font-size: 12px;
}
.assessment-chapter .signal-map {
  max-height: 245px;
}
.assessment-chapter .assessment-visual {
  width: 100%;
  max-width: none;
}
.signal-paths {
  stroke: #cf8d75;
}
.business-layout {
  align-items: start;
}
.business-copy {
  position: sticky;
  top: 125px;
}
.institutional-report {
  transform: rotate(0);
}
.report-stage:hover .institutional-report {
  transform: none;
}
.report-page {
  min-height: 0;
  padding: 27px 0;
  animation: none;
}
.report-page + .report-page {
  border-top: 1px solid #d9d6cc;
}
.report-page[data-report-page="1"] {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  column-gap: 20px;
  align-items: center;
}
.report-page[data-report-page="1"] .report-mini-heading {
  grid-column: 1/-1;
}
.report-asset-table > div {
  gap: 10px;
}
.report-risk-table > div {
  padding: 14px 0;
}
.report-risk-table b {
  font-size: 19px;
}
.report-document-footer {
  margin-top: 0;
}
/* Three commissioned concept images, one for each membership programme. */
.digital-membership {
  padding-top: 100px;
  background: #f4f1ec;
}
.digital-membership .benefit-intro {
  max-width: 1100px;
  margin: 0 auto;
}
.membership-chapters {
  max-width: 1440px;
  margin: 64px auto 0;
  display: grid;
  gap: 44px;
}
.member-chapter {
  min-width: 0;
  scroll-margin-top: 108px;
}
.member-scene {
  position: relative;
  isolation: isolate;
  height: clamp(540px, 47vw, 720px);
  margin: 0;
  overflow: hidden;
  background: #0c0e0f;
  border-radius: 3px;
}
.member-scene > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: translateY(var(--member-drift, 0px))
    scale(var(--member-scale, 1.05));
  will-change: transform;
}
.member-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    #090b0eeb 0%,
    #090b0eba 28%,
    #090b0e20 59%,
    transparent 78%
  );
  pointer-events: none;
}
.member-scene-top {
  position: absolute;
  top: 32px;
  left: 5%;
  right: 5%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  color: #c2c3c4;
  font-size: 9px;
  letter-spacing: 0.15em;
}
.member-scene-top > span:last-child {
  font-size: 11px;
  letter-spacing: 0.08em;
}
.member-caption {
  position: absolute;
  left: 6%;
  top: 50%;
  width: 38%;
  max-width: 460px;
  z-index: 2;
  color: #f7f5f1;
  transform: translateY(-38%);
}
.member-kicker {
  color: #e3a58e;
  font-size: 9px;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
.member-caption h3 {
  font-size: clamp(29px, 3.05vw, 45px);
  line-height: 1.48;
  letter-spacing: -0.035em;
  font-weight: 500;
  margin-top: 22px;
}
.member-description {
  font-size: 14px;
  line-height: 1.95;
  color: #b6b5b3;
  margin-top: 24px;
  max-width: 345px;
}
.member-programs {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.member-programs li {
  font-size: 10px;
  line-height: 1.7;
  color: #ddd7cf;
  border-bottom: 1px solid #ffffff36;
  padding-bottom: 8px;
}
.member-asset-label {
  position: absolute;
  right: 5%;
  bottom: 36px;
  display: flex;
  gap: 9px;
  align-items: center;
  z-index: 2;
  color: #9eaaa9;
  font-size: 8px;
  letter-spacing: 0.12em;
}
.member-asset-label i {
  width: 4px;
  height: 4px;
  background: #d98167;
}
.member-chapter-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 2px 0;
  font-size: 11px;
  color: #7b766d;
}
.member-chapter-footer > span:last-child {
  font-size: 8px;
  letter-spacing: 0.12em;
  color: #a19a8e;
}
.member-image-grid {
  position: absolute;
  right: 5%;
  top: 15%;
  width: 45%;
  height: 70%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.45;
}
.member-rwa .member-image-grid::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 1px;
  background: linear-gradient(transparent, #f27958, transparent);
  box-shadow: 0 0 20px #f15d2c66;
  animation: member-scan 9s ease-in-out infinite;
}
.member-impact .member-kicker {
  color: #b0c6ba;
}
.member-impact .member-asset-label i {
  background: #b0c6ba;
}
.member-impact .member-scene::after {
  background: linear-gradient(
    90deg,
    #08100feb 0%,
    #08100fb0 28%,
    #08100f15 63%,
    transparent 80%
  );
}
.member-collectors .member-scene::after {
  background: linear-gradient(
    90deg,
    #070809f0 0%,
    #070809ac 30%,
    #07080910 62%,
    transparent 80%
  );
}
.digital-membership .membership-note {
  max-width: 920px;
  margin: 40px auto 0;
  font-size: 11px;
  line-height: 1.9;
  text-align: center;
  color: #92867b;
}
@keyframes member-scan {
  0%,
  100% {
    left: 0;
    opacity: 0;
  }
  15%,
  85% {
    opacity: 0.5;
  }
  50% {
    left: 100%;
    opacity: 0.8;
  }
}
@media (min-width: 801px) and (max-height: 820px) {
  .business-copy {
    top: 105px;
  }
  .business-items {
    margin-top: 25px;
  }
  .business-items article {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1050px) {
  .assessment-chapter {
    gap: 5%;
  }
  .assessment-copy > p:not(.engine-side-kicker) {
    font-size: 13px;
  }
  .report-page[data-report-page="1"] {
    display: block;
  }
  .member-caption {
    width: 40%;
    left: 5%;
  }
  .member-caption h3 {
    font-size: 30px;
  }
  .member-description {
    font-size: 12px;
  }
  .member-programs {
    gap: 12px;
    margin-top: 24px;
  }
  .member-programs li {
    font-size: 9px;
  }
}
@media (max-width: 800px) {
  .assessment-chapters {
    max-width: 570px;
    margin-top: 42px;
  }
  .assessment-chapter {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 42px 0;
  }
  .assessment-copy > h3 {
    font-size: 29px;
  }
  .assessment-copy > p:not(.engine-side-kicker) {
    max-width: 500px;
    font-size: 14px;
  }
  .assessment-copy > ul {
    margin-top: 18px;
  }
  .business-copy {
    position: static;
  }
  .report-page[data-report-page="1"] {
    display: grid;
  }
}
@media (max-width: 700px) {
  .story-progress {
    margin-top: 20px;
    gap: 18px;
  }
  .story-progress > span {
    font-size: 10px;
    gap: 6px;
  }
  .story-progress small {
    font-size: 8px;
  }
  .story-progress i {
    width: 12px;
  }
  .story-progress [aria-current="step"] i {
    width: 22px;
  }
  .digital-membership {
    padding: 70px 6% 55px;
  }
  .membership-chapters {
    margin-top: 36px;
    gap: 28px;
  }
  .member-scene {
    height: auto;
    min-height: 630px;
    padding-top: 340px;
    border-radius: 3px;
  }
  .member-scene > img {
    height: 370px;
    width: 160%;
    max-width: none;
    left: -55%;
    object-position: 75% center;
  }
  .member-scene::after,
  .member-impact .member-scene::after,
  .member-collectors .member-scene::after {
    background: linear-gradient(
      0deg,
      #0c0e0f 0%,
      #0c0e0f 41%,
      #0c0e0fdf 48%,
      #0c0e0f10 68%,
      #0c0e0f10 100%
    );
  }
  .member-scene-top {
    top: 23px;
    left: 7%;
    right: 7%;
    font-size: 7px;
    letter-spacing: 0.09em;
  }
  .member-scene-top > span:last-child {
    font-size: 9px;
  }
  .member-caption {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0 8% 43px;
    transform: none;
  }
  .member-kicker {
    font-size: 8px;
  }
  .member-caption h3 {
    font-size: clamp(26px, 7.2vw, 34px);
    line-height: 1.5;
    margin-top: 15px;
  }
  .member-description {
    font-size: 12px;
    line-height: 1.95;
    margin-top: 19px;
    max-width: 440px;
  }
  .member-programs {
    margin-top: 22px;
    gap: 15px;
  }
  .member-programs li {
    font-size: 9px;
  }
  .member-asset-label {
    top: 304px;
    bottom: auto;
    right: 8%;
    font-size: 6px;
    letter-spacing: 0.08em;
    color: #7e9290;
  }
  .member-image-grid {
    top: 50px;
    height: 240px;
    width: 80%;
    right: 10%;
  }
  .member-chapter-footer {
    padding-top: 13px;
    font-size: 10px;
  }
  .member-chapter-footer > span:last-child {
    font-size: 7px;
  }
  .digital-membership .membership-note {
    margin-top: 30px;
    text-align: left;
    font-size: 10px;
  }
}
@media (max-width: 430px) {
  .report-page[data-report-page="1"] {
    display: block;
  }
  .assessment-copy > h3 {
    font-size: 27px;
  }
  .member-scene {
    padding-top: 310px;
  }
  .member-scene > img {
    height: 345px;
  }
  .member-asset-label {
    top: 278px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .member-scene > img {
    transform: none;
    will-change: auto;
  }
  .member-rwa .member-image-grid::after {
    animation: none;
    display: none;
  }
  .story-progress i {
    transition: none;
  }
}

@media (max-width: 700px) {
  .story-progress {
    bottom: 0;
    left: auto;
    right: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .product-story {
    height: 300svh;
  }
  .product-pin {
    position: sticky;
    top: 0;
  }
}

@media (min-width: 801px) and (max-height: 850px) {
  .business-copy {
    position: relative;
    top: 0;
  }
}

/* Quiet financial linework sits behind the introduction. */
.perspective {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 145px;
  padding-bottom: 135px;
}
.perspective > .eyebrow,
.perspective > h2,
.perspective > .statement-desc {
  position: relative;
  z-index: 1;
}
.perspective .statement-desc {
  max-width: 620px;
}
.onchain-universe {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  margin: 0;
  max-width: none;
  opacity: 0.34;
  mask-image: linear-gradient(
    90deg,
    #000,
    transparent 33%,
    transparent 65%,
    #000
  );
}
.asset-watermark {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: #a98f75;
}
/* Progressive enhancement: sections stay readable in normal flow without motion. */
.scroll-enhanced .engine-section {
  height: 310svh;
  padding: 0;
  position: relative;
}
.scroll-enhanced .assessment-pin {
  height: 100svh;
  min-height: 700px;
  position: sticky;
  top: 0;
  padding: 106px 8% 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.scroll-enhanced .engine-intro {
  width: 100%;
  margin: 0 auto;
}
.scroll-enhanced .engine-intro > .eyebrow {
  font-size: 9px;
  margin-bottom: 15px;
}
.scroll-enhanced .engine-intro h2 {
  font-size: clamp(30px, 3vw, 43px);
  line-height: 1.4;
}
.scroll-enhanced .engine-intro > p:last-child {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 13px;
  max-width: 650px;
}
.scroll-enhanced .assessment-chapters {
  width: 100%;
  max-width: 1180px;
  margin: 34px auto 0;
  display: grid;
}
.scroll-enhanced .assessment-chapter {
  grid-area: 1/1;
  padding: 0;
  border: 0;
  gap: 8%;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr);
  opacity: var(--scene-opacity, 0);
  transform: translateY(var(--scene-y, 16px));
  will-change: opacity, transform;
}
.scroll-enhanced .assessment-chapter:first-child {
  --scene-opacity: 1;
  --scene-y: 0px;
}
.scroll-enhanced .assessment-copy > h3 {
  font-size: clamp(26px, 2.5vw, 35px);
  line-height: 1.5;
}
.scroll-enhanced .assessment-copy > p:not(.engine-side-kicker) {
  font-size: 13px;
  margin-top: 20px;
  line-height: 1.9;
}
.scroll-enhanced .assessment-copy > ul {
  margin-top: 20px;
}
.scroll-enhanced .assessment-copy .inline-link {
  margin-top: 23px;
}
.scroll-enhanced .assessment-chapter .assessment-visual {
  padding: 20px 24px;
}
.scroll-enhanced .assessment-chapter .signal-map {
  height: clamp(120px, 23svh, 205px);
  margin-top: 14px;
}
.scroll-enhanced .signal-map > svg {
  height: 100%;
  width: 100%;
}
.scroll-enhanced .assessment-stage h3 {
  font-size: 16px;
  margin-top: 7px;
}
.scroll-enhanced .assessment-matrix {
  margin-top: 16px;
}
.scroll-enhanced .assessment-matrix > div {
  padding: 8px 0;
}
.evaluation-progress {
  display: none;
}
.scroll-enhanced .evaluation-progress {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 25px;
  font-size: 9px;
  color: #696e72;
}
.evaluation-progress > span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.evaluation-progress i {
  display: block;
  width: 17px;
  height: 1px;
  background: currentColor;
}
.evaluation-progress [aria-current="step"] {
  color: #d59f86;
}
.evaluation-progress [aria-current="step"] i {
  width: 30px;
}
.scroll-enhanced .business {
  height: 310svh;
  padding: 0;
  position: relative;
}
.scroll-enhanced .business-pin {
  height: 100svh;
  min-height: 700px;
  position: sticky;
  top: 0;
  padding: 106px 8% 28px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.scroll-enhanced .business-layout {
  width: 100%;
  max-width: 1180px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 9%;
  align-items: center;
}
.scroll-enhanced .business-copy {
  position: static;
  max-width: none;
}
.scroll-enhanced .business-top > .eyebrow {
  font-size: 9px;
  margin-bottom: 19px;
}
.scroll-enhanced .business h2 {
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1.4;
}
.scroll-enhanced .business-desc {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 20px;
  max-width: 390px;
}
.scroll-enhanced .business-items {
  display: grid;
  margin-top: 29px;
}
.scroll-enhanced .business-items article {
  grid-area: 1/1;
  margin: 0;
  padding: 0 0 17px;
  opacity: var(--scene-opacity, 0);
  transform: translateY(var(--scene-y, 16px));
}
.scroll-enhanced .business-items article:first-child {
  --scene-opacity: 1;
  --scene-y: 0px;
}
.scroll-enhanced .business-items article > span {
  position: static;
  display: block;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #bc8870;
  margin-bottom: 9px;
}
.scroll-enhanced .business-items h3 {
  font-size: 19px;
}
.scroll-enhanced .business-items p {
  font-size: 12px;
  max-width: 370px;
  margin-top: 9px;
}
.scroll-enhanced .business-cta {
  font-size: 12px;
  margin-top: 22px;
  padding: 13px 19px;
}
.scroll-enhanced .report-showcase {
  width: 100%;
  max-width: 560px;
  margin: 0;
}
.scroll-enhanced .report-stage {
  padding: 23px 25px 20px;
}
.scroll-enhanced .institutional-report {
  padding: 22px 26px 16px;
}
.scroll-enhanced .report-letterhead {
  padding-bottom: 13px;
}
.scroll-enhanced .report-document-title {
  padding-top: 13px;
}
.scroll-enhanced .report-document-title h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 5px;
}
.scroll-enhanced .report-document-title > p {
  margin-top: 11px;
  font-size: 8px;
}
.scroll-enhanced .report-pages {
  display: grid;
}
.scroll-enhanced .report-page {
  grid-area: 1/1;
  min-height: 300px;
  padding: 17px 0 10px;
  border: 0;
  opacity: var(--scene-opacity, 0);
  transform: translateY(var(--scene-y, 16px));
}
.scroll-enhanced .report-page:first-child {
  --scene-opacity: 1;
  --scene-y: 0px;
}
.scroll-enhanced .report-page[data-report-page="1"] {
  display: block;
}
.scroll-enhanced .report-rating {
  padding: 13px 0;
  gap: 20px;
}
.scroll-enhanced .report-rating strong {
  font-size: 42px;
  margin-top: 8px;
}
.scroll-enhanced .report-kpis {
  padding: 14px 0;
}
.scroll-enhanced .report-factor-bars > div {
  margin: 10px 0;
}
.scroll-enhanced .allocation-chart {
  width: 115px;
  height: 115px;
  margin: 14px auto;
}
.scroll-enhanced .allocation-chart > div {
  width: 89px;
  height: 89px;
}
.scroll-enhanced .allocation-chart strong {
  font-size: 17px;
}
.scroll-enhanced .report-asset-table > div {
  padding: 7px 0;
}
.scroll-enhanced .report-risk-table > div {
  padding: 13px 0;
}
.scroll-enhanced .report-observation {
  margin-top: 14px;
  padding: 10px 12px;
}
.scroll-enhanced .report-example-caption {
  font-size: 9px;
  margin-top: 12px;
}
@media (min-width: 801px) and (max-height: 740px) {
  .scroll-enhanced .assessment-pin,
  .scroll-enhanced .business-pin {
    min-height: 680px;
    padding-top: 99px;
    padding-bottom: 20px;
  }
  .scroll-enhanced .assessment-chapters {
    margin-top: 25px;
  }
  .scroll-enhanced .assessment-chapter .signal-map {
    height: 150px;
  }
  .scroll-enhanced .engine-intro > p:last-child {
    font-size: 12px;
  }
  .scroll-enhanced .evaluation-progress {
    margin-top: 18px;
  }
  .scroll-enhanced .business-desc {
    font-size: 13px;
  }
}
@media (max-width: 1050px) {
  .scroll-enhanced .assessment-chapter,
  .scroll-enhanced .business-layout {
    gap: 5%;
  }
  .scroll-enhanced .assessment-copy > h3 {
    font-size: 27px;
  }
  .scroll-enhanced .business h2 {
    font-size: 36px;
  }
  .scroll-enhanced .report-stage {
    padding: 20px 17px;
  }
  .scroll-enhanced .institutional-report {
    padding: 20px;
  }
}
@media (max-width: 800px) {
  .onchain-universe {
    margin-top: 40px;
    max-width: 500px;
  }
  .universe-assets {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 10px;
  }
  .universe-groups {
    display: none;
  }
  .asset-object {
    padding-bottom: 0;
  }
  .asset-object > svg {
    max-width: 125px;
  }
  .asset-object > span {
    font-size: 9px;
  }
  .asset-object > i {
    display: none;
  }
  .universe-connector {
    margin-top: 23px;
  }
  .scroll-enhanced .engine-section,
  .scroll-enhanced .business {
    height: 330svh;
  }
  .scroll-enhanced .assessment-pin {
    min-height: 800px;
    top: min(0px, calc(100svh - 800px));
    padding: 88px 6% 20px;
    justify-content: center;
  }
  .scroll-enhanced .engine-intro > .eyebrow {
    font-size: 8px;
    margin-bottom: 13px;
  }
  .scroll-enhanced .engine-intro h2 {
    font-size: 27px;
  }
  .scroll-enhanced .engine-intro > p:last-child {
    font-size: 11px;
    max-width: 360px;
    line-height: 1.8;
    margin-top: 13px;
  }
  .scroll-enhanced .assessment-chapters {
    max-width: 510px;
    margin-top: 25px;
  }
  .scroll-enhanced .assessment-chapter {
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
  }
  .scroll-enhanced .assessment-copy {
    min-height: 190px;
  }
  .scroll-enhanced .engine-side-kicker {
    font-size: 8px;
    margin-bottom: 10px;
  }
  .scroll-enhanced .assessment-copy > h3 {
    font-size: 25px;
    line-height: 1.45;
  }
  .scroll-enhanced .assessment-copy > p:not(.engine-side-kicker) {
    font-size: 11px;
    line-height: 1.85;
    margin-top: 12px;
    max-width: 470px;
  }
  .scroll-enhanced .assessment-copy > ul {
    font-size: 9px;
    margin-top: 14px;
  }
  .scroll-enhanced .assessment-copy .inline-link {
    font-size: 10px;
    margin-top: 13px;
  }
  .scroll-enhanced .assessment-chapter .assessment-visual {
    padding: 18px 20px;
  }
  .scroll-enhanced .assessment-chapter .signal-map {
    height: 105px;
    margin-top: 9px;
  }
  .scroll-enhanced .assessment-stage {
    margin-top: 8px;
  }
  .scroll-enhanced .assessment-stage h3 {
    font-size: 14px;
  }
  .scroll-enhanced .assessment-matrix {
    margin-top: 13px;
  }
  .scroll-enhanced .assessment-matrix > div {
    font-size: 9px;
    padding: 7px 0;
  }
  .scroll-enhanced .assessment-matrix b {
    font-size: 8px;
  }
  .scroll-enhanced .evaluation-progress {
    font-size: 8px;
    gap: 22px;
    margin-top: 20px;
  }
  .scroll-enhanced .business-pin {
    min-height: 830px;
    top: min(0px, calc(100svh - 830px));
    padding: 87px 6% 20px;
  }
  .scroll-enhanced .business-layout {
    grid-template-columns: 1fr;
    gap: 22px;
    max-width: 510px;
  }
  .scroll-enhanced .business-top > .eyebrow {
    font-size: 8px;
    margin-bottom: 11px;
  }
  .scroll-enhanced .business h2 {
    font-size: 28px;
    line-height: 1.4;
  }
  .scroll-enhanced .business h2 br {
    display: none;
  }
  .scroll-enhanced .business-desc {
    font-size: 11px;
    line-height: 1.85;
    margin-top: 12px;
    max-width: 480px;
  }
  .scroll-enhanced .business-items {
    margin-top: 18px;
  }
  .scroll-enhanced .business-items article {
    padding-bottom: 13px;
  }
  .scroll-enhanced .business-items article > span {
    font-size: 8px;
    margin-bottom: 5px;
  }
  .scroll-enhanced .business-items h3 {
    font-size: 16px;
  }
  .scroll-enhanced .business-items p {
    font-size: 10px;
    line-height: 1.8;
    margin-top: 6px;
    max-width: 480px;
  }
  .scroll-enhanced .business-cta {
    font-size: 10px;
    margin-top: 12px;
    padding: 0;
    background: transparent;
    color: #9d6048;
    border: 0;
  }
  .scroll-enhanced .business-cta > span {
    margin-left: 8px;
  }
  .scroll-enhanced .report-showcase {
    max-width: 440px;
    margin: auto;
  }
  .scroll-enhanced .report-stage {
    padding: 15px 16px;
  }
  .scroll-enhanced .institutional-report {
    padding: 16px 19px 13px;
  }
  .scroll-enhanced .report-letterhead {
    padding-bottom: 10px;
  }
  .scroll-enhanced .report-letterhead b {
    font-size: 13px;
  }
  .scroll-enhanced .report-document-title {
    padding-top: 8px;
  }
  .scroll-enhanced .report-document-title > span,
  .scroll-enhanced .report-document-title h3 {
    display: none;
  }
  .scroll-enhanced .report-document-title > p {
    font-size: 7px;
    margin-top: 4px;
  }
  .scroll-enhanced .report-page {
    padding: 12px 0 8px;
    min-height: 286px;
  }
  .scroll-enhanced .report-rating {
    padding: 12px 0;
  }
  .scroll-enhanced .report-rating strong {
    font-size: 35px;
  }
  .scroll-enhanced .report-kpis b {
    font-size: 16px;
  }
  .scroll-enhanced .report-risk-table > div {
    padding: 10px 0;
    font-size: 9px;
  }
  .scroll-enhanced .report-risk-table b {
    font-size: 18px;
  }
  .scroll-enhanced .report-mini-heading {
    font-size: 9px;
  }
  .scroll-enhanced .report-observation {
    font-size: 8px;
    margin-top: 12px;
  }
  .scroll-enhanced .report-document-footer {
    font-size: 6px;
    padding-top: 10px;
  }
  .scroll-enhanced .report-example-caption {
    font-size: 8px;
    margin-top: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .asset-object > svg {
    transform: none;
    opacity: 1;
  }
}

.scroll-enhanced .report-document-title h3 {
  font-size: 21px;
}
.scroll-enhanced .allocation-chart {
  width: 95px;
  height: 95px;
  margin: 10px auto;
}
.scroll-enhanced .allocation-chart > div {
  width: 73px;
  height: 73px;
}
.scroll-enhanced .allocation-chart strong {
  font-size: 14px;
}
.scroll-enhanced .allocation-chart span {
  font-size: 5px;
}
.scroll-enhanced .report-risk-table > div {
  padding: 9px 0;
}
.scroll-enhanced .report-observation {
  margin-top: 10px;
}

/* Each financial section has its own motion language. */
.scroll-enhanced .assessment-chapter {
  opacity: 1;
  transform: none;
  will-change: auto;
}
.scroll-enhanced .assessment-copy {
  opacity: var(--scene-opacity, 0);
  transform: translateY(var(--scene-y, 16px));
}
.scroll-enhanced .assessment-visual {
  clip-path: inset(0 calc((1 - var(--scene-reveal, 0)) * 100%) 0 0 round 14px);
}
.scroll-enhanced .assessment-chapter:first-child .assessment-visual {
  --scene-reveal: 1;
}
.scroll-enhanced .assessment-chapter:nth-child(1) {
  z-index: 1;
}
.scroll-enhanced .assessment-chapter:nth-child(2) {
  z-index: 2;
}
.scroll-enhanced .assessment-chapter:nth-child(3) {
  z-index: 3;
}
.report-deck {
  display: grid;
  position: relative;
}
.report-paper {
  position: relative;
  background: #fffefa;
  border: 1px solid #e5e1d8;
  padding: 23px 26px 16px;
  box-shadow: 0 14px 35px #49403316;
}
.report-paper-title {
  padding: 17px 0 6px;
}
.report-paper-title h3 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.report-paper-title p {
  font-size: 8px;
  color: #8d8c80;
  margin-top: 7px;
}
.report-paper-title p > span {
  margin-left: 8px;
  color: #af927f;
}
.scroll-enhanced .report-stage {
  overflow: hidden;
  padding: 24px 23px;
  border-radius: 12px;
}
.scroll-enhanced .report-paper {
  grid-area: 1/1;
  transform: translateY(var(--paper-rise, 112%)) rotate(var(--paper-turn, 4deg));
  transform-origin: 50% 110%;
  opacity: 1;
  will-change: transform;
}
.scroll-enhanced .report-paper:first-child {
  --paper-rise: 0%;
  --paper-turn: 0deg;
  z-index: 1;
}
.scroll-enhanced .report-paper:nth-child(2) {
  z-index: 2;
}
.scroll-enhanced .report-paper:nth-child(3) {
  z-index: 3;
}
.scroll-enhanced .report-paper .report-page {
  opacity: 1;
  transform: none;
  min-height: 295px;
  padding: 17px 0 10px;
  display: block;
}
.scroll-enhanced .report-paper .report-document-footer {
  margin-top: 5px;
}
.scroll-enhanced .report-paper .report-letterhead {
  padding-bottom: 13px;
}
.scroll-enhanced .report-paper .report-letterhead b {
  font-size: 14px;
}
@media (max-width: 800px) {
  .perspective {
    padding-top: 100px;
    padding-bottom: 95px;
  }
  .onchain-universe {
    inset: -20px -85%;
    opacity: 0.24;
    mask-image: linear-gradient(
      90deg,
      #000 0%,
      transparent 42%,
      transparent 56%,
      #000 100%
    );
  }
  .scroll-enhanced .business-pin {
    min-height: 820px;
    top: min(0px, calc(100svh - 820px));
  }
  .scroll-enhanced .business-layout {
    gap: 20px;
  }
  .scroll-enhanced .report-stage {
    padding: 14px 15px;
  }
  .report-paper {
    padding: 15px 18px 12px;
  }
  .report-paper-title {
    padding: 10px 0 4px;
  }
  .report-paper-title h3 {
    font-size: 15px;
  }
  .report-paper-title p {
    font-size: 7px;
    margin-top: 4px;
  }
  .scroll-enhanced .report-paper .report-letterhead {
    padding-bottom: 9px;
  }
  .scroll-enhanced .report-paper .report-letterhead b {
    font-size: 12px;
  }
  .scroll-enhanced .report-paper .report-page {
    min-height: 272px;
    padding: 12px 0 8px;
  }
  .scroll-enhanced .report-paper .report-document-footer {
    margin-top: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .report-deck {
    display: block;
  }
  .report-paper + .report-paper {
    margin-top: 20px;
  }
}

/* Membership is one horizontal cinematic sequence, paced by vertical scroll. */
.membership-progress {
  display: none;
}
.scroll-enhanced .digital-membership {
  height: 320svh;
  padding: 0;
  position: relative;
}
.scroll-enhanced .membership-experience-pin {
  height: 100svh;
  min-height: 710px;
  position: sticky;
  top: 0;
  padding: 105px 7% 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.scroll-enhanced .digital-membership .benefit-intro {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.scroll-enhanced .benefit-intro > .eyebrow {
  font-size: 8px;
  margin-bottom: 13px;
}
.scroll-enhanced .benefit-intro h2 {
  font-size: clamp(27px, 2.7vw, 38px);
  line-height: 1.4;
}
.scroll-enhanced .membership-editorial {
  font-size: 12px;
  margin-top: 12px;
  line-height: 1.8;
}
.scroll-enhanced .membership-chapters {
  display: grid;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  gap: 0;
  margin: 25px auto 0;
  border-radius: 3px;
}
.scroll-enhanced .member-chapter {
  grid-area: 1/1;
  transform: translateX(var(--member-x, 104%));
  will-change: transform;
}
.scroll-enhanced .member-chapter:first-child {
  --member-x: 0%;
}
.scroll-enhanced .member-scene {
  height: clamp(365px, 53svh, 610px);
  min-height: 0;
}
.scroll-enhanced .member-caption {
  top: 50%;
  transform: translateY(-35%);
  width: 37%;
}
.scroll-enhanced .member-caption h3 {
  font-size: clamp(27px, 2.6vw, 38px);
  margin-top: 15px;
  line-height: 1.45;
}
.scroll-enhanced .member-description {
  font-size: 12px;
  margin-top: 19px;
}
.scroll-enhanced .member-scene-top {
  top: 24px;
  font-size: 7px;
}
.scroll-enhanced .member-scene-top > span:last-child {
  font-size: 9px;
}
.scroll-enhanced .member-asset-label {
  bottom: 25px;
  font-size: 7px;
}
.scroll-enhanced .member-chapter-footer {
  display: none;
}
.scroll-enhanced .membership-progress {
  display: flex;
  gap: 26px;
  margin: 20px auto 0;
  font-size: 9px;
  color: #a9a095;
}
.membership-progress > span {
  display: flex;
  gap: 7px;
  align-items: center;
}
.membership-progress i {
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
}
.membership-progress [aria-current="step"] {
  color: #ad7057;
}
.membership-progress [aria-current="step"] i {
  width: 30px;
}
.scroll-enhanced .digital-membership .membership-note {
  font-size: 9px;
  margin: 13px auto 0;
  text-align: center;
}
@media (max-width: 800px) {
  .scroll-enhanced .membership-experience-pin {
    min-height: 820px;
    top: min(0px, calc(100svh - 820px));
    padding: 86px 6% 20px;
  }
  .scroll-enhanced .benefit-intro h2 {
    font-size: 27px;
    max-width: 360px;
  }
  .scroll-enhanced .membership-editorial {
    font-size: 11px;
    max-width: 355px;
    margin-top: 12px;
  }
  .scroll-enhanced .membership-chapters {
    margin-top: 22px;
    max-width: 510px;
  }
  .scroll-enhanced .member-scene {
    height: 510px;
    padding-top: 275px;
  }
  .scroll-enhanced .member-scene > img {
    height: 305px;
  }
  .scroll-enhanced .member-caption {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    max-width: none;
    padding: 0 8% 28px;
    transform: none;
  }
  .scroll-enhanced .member-caption h3 {
    font-size: 25px;
    line-height: 1.45;
    margin-top: 12px;
  }
  .scroll-enhanced .member-description {
    font-size: 11px;
    line-height: 1.85;
    margin-top: 14px;
  }
  .scroll-enhanced .member-kicker {
    font-size: 7px;
  }
  .scroll-enhanced .member-scene-top {
    top: 20px;
    font-size: 6px;
  }
  .scroll-enhanced .member-scene-top > span:last-child {
    font-size: 8px;
  }
  .scroll-enhanced .member-asset-label {
    top: 246px;
    bottom: auto;
    font-size: 5px;
  }
  .scroll-enhanced .member-scene::after,
  .scroll-enhanced .member-impact .member-scene::after,
  .scroll-enhanced .member-collectors .member-scene::after {
    background: linear-gradient(
      0deg,
      #0c0e0f 0%,
      #0c0e0f 39%,
      #0c0e0fdb 47%,
      #0c0e0f0f 69%
    );
  }
  .scroll-enhanced .membership-progress {
    font-size: 8px;
    gap: 18px;
    margin-top: 18px;
  }
  .scroll-enhanced .membership-progress i {
    width: 12px;
  }
  .scroll-enhanced .membership-progress [aria-current="step"] i {
    width: 22px;
  }
  .scroll-enhanced .digital-membership .membership-note {
    font-size: 8px;
    margin-top: 13px;
  }
}

.perspective .onchain-universe {
  max-width: none;
  margin: 0;
}

@media (max-width: 800px) {
  .scroll-enhanced .benefit-intro h2 > span {
    display: block;
  }
  .scroll-enhanced .business-cta {
    display: inline-flex;
    gap: 9px;
    width: auto;
    line-height: 1.5;
  }
  .scroll-enhanced .business-cta > span {
    font-size: 14px;
    line-height: 1;
    margin: 0;
  }
  .scroll-enhanced .report-paper .report-kpis {
    padding: 10px 0;
  }
  .scroll-enhanced .report-paper .report-factor-bars > div {
    margin: 7px 0;
  }
  .scroll-enhanced .report-paper .report-rating {
    padding: 9px 0;
  }
}

/* Language switch and English typesetting. */
.language-toggle {
  border: 1px solid #d8d2c9;
  background: transparent;
  color: #6d665d;
  border-radius: 6px;
  padding: 9px 10px;
  min-width: 45px;
  min-height: 38px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}
.language-toggle:hover {
  background: #ffffff96;
  border-color: #bdb4a6;
}
html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3,
html[lang="en"] h4,
html[lang="en"] p {
  word-break: normal;
}
html[lang="en"] .hero-copy h1 {
  font-size: clamp(52px, 6.2vw, 90px);
  letter-spacing: -0.055em;
  line-height: 1.1;
}
html[lang="en"] .hero-desc {
  max-width: 430px;
}
html[lang="en"] .read-through {
  font-size: clamp(34px, 4.5vw, 65px);
  line-height: 1.2;
}
html[lang="en"] .story-copy h2 {
  font-size: clamp(31px, 3.35vw, 49px);
  line-height: 1.2;
  letter-spacing: -0.04em;
}
html[lang="en"] .story-copy p {
  font-size: 14px;
  line-height: 1.8;
}
html[lang="en"] .device-panel h4 {
  font-size: 17px;
}
html[lang="en"] .asset-list > div > span:nth-child(2) {
  font-size: 11px;
}
html[lang="en"] .asset-list small {
  font-size: 8px;
}
html[lang="en"] .asset-list b {
  font-size: 11px;
}
html[lang="en"] .scroll-enhanced .assessment-matrix > div {
  grid-template-columns: 123px 1fr 95px;
  gap: 10px;
}
html[lang="en"].scroll-enhanced .assessment-matrix > div {
  grid-template-columns: 123px 1fr 95px;
  gap: 10px;
  font-size: 9px;
}
html[lang="en"].scroll-enhanced .assessment-copy > h3 {
  line-height: 1.25;
}
html[lang="en"].scroll-enhanced .business-desc {
  font-size: 13px;
  line-height: 1.8;
}
html[lang="en"] .report-paper-title h3 {
  font-size: 18px;
}
html[lang="en"] .report-risk-table > div {
  font-size: 9px;
}
html[lang="en"] .membership-copy h2 {
  font-size: clamp(40px, 5.3vw, 74px);
  line-height: 1.12;
}
html[lang="en"].scroll-enhanced .member-caption h3 {
  line-height: 1.2;
}
html[lang="en"] .closing h2 {
  font-size: clamp(39px, 5vw, 72px);
  line-height: 1.2;
}
@media (max-width: 800px) {
  .header nav {
    gap: 14px;
  }
  .header nav > a:first-child {
    display: none;
  }
  .language-toggle {
    min-height: 40px;
    min-width: 42px;
    padding: 8px;
    font-size: 10px;
  }
  html[lang="en"].scroll-enhanced .engine-intro h2 {
    font-size: 26px;
  }
  html[lang="en"].scroll-enhanced .assessment-copy > h3 {
    font-size: 25px;
  }
  html[lang="en"].scroll-enhanced
    .assessment-copy
    > p:not(.engine-side-kicker) {
    font-size: 11px;
    line-height: 1.7;
  }
  html[lang="en"].scroll-enhanced .assessment-matrix > div {
    grid-template-columns: 107px 1fr 80px;
    gap: 8px;
    font-size: 8px;
  }
  html[lang="en"].scroll-enhanced .assessment-matrix b {
    font-size: 7px;
  }
  html[lang="en"].scroll-enhanced .business h2 {
    font-size: 25px;
  }
  html[lang="en"].scroll-enhanced .business-desc {
    font-size: 11px;
    line-height: 1.7;
  }
  html[lang="en"] .report-paper-title h3 {
    font-size: 15px;
  }
  html[lang="en"].scroll-enhanced .report-paper .report-rating {
    gap: 13px;
  }
  html[lang="en"] .rating-summary p {
    font-size: 8px;
    line-height: 1.7;
  }
  html[lang="en"].scroll-enhanced .member-description {
    font-size: 11px;
    line-height: 1.75;
  }
  html[lang="en"] .membership-copy h2 {
    font-size: 39px;
  }
}
@media (max-width: 700px) {
  .header .brand img {
    width: 135px;
  }
  .header nav {
    gap: 12px;
  }
  html[lang="en"] .hero-copy h1 {
    font-size: 53px;
    line-height: 1.05;
  }
  html[lang="en"] .hero-desc {
    font-size: 12px;
    line-height: 1.75;
    max-width: 295px;
  }
  html[lang="en"] .read-through {
    font-size: 35px;
  }
  html[lang="en"] .statement-desc {
    font-size: 12px;
    line-height: 1.8;
  }
  html[lang="en"] .story-copy h2 {
    font-size: 29px;
    line-height: 1.2;
  }
  html[lang="en"] .story-copy p {
    font-size: 11px;
    line-height: 1.7;
  }
  html[lang="en"] .device-panel h4 {
    font-size: 15px;
  }
  html[lang="en"] .asset-list > div > span:nth-child(2) {
    font-size: 10px;
  }
  html[lang="en"] .asset-list small {
    font-size: 7px;
  }
  html[lang="en"] .asset-list b {
    font-size: 10px;
  }
  html[lang="en"] .closing h2 {
    font-size: 38px;
  }
}
@media (max-width: 360px) {
  .header .brand img {
    width: 113px;
  }
  .header nav {
    gap: 7px;
  }
  .header nav .engine-link {
    padding: 10px 9px;
    font-size: 10px;
  }
  .engine-link span {
    margin-left: 4px;
  }
}
