﻿:root {
  --garden-bg: #f3eee2;
  --garden-paper: #fffdf4;
  --garden-paper-2: #f8f4ea;
  --garden-ink: #23352d;
  --garden-muted: #6d786e;
  --garden-green: #244d28;
  --garden-green-deep: #17351f;
  --garden-sage: #b7cba6;
  --garden-sage-soft: #eaf4df;
  --garden-sky: #c6e5ed;
  --garden-sky-deep: #6fa3b1;
  --garden-sand: #f0d6a8;
  --garden-gold: #d7a85b;
  --garden-red: #b23a32;
  --garden-line: #cfe0c7;
  --garden-line-strong: #adc5a3;
  --page-stage-max: 1200px;
  --page-stage-gutter: 48px;
  --page-stage-gutter-tablet: 32px;
  --page-stage-gutter-mobile: 16px;
  --reading-measure: 72ch;
  --timeline-max: 1410px;
  --timeline-axis-channel: 168px;
  --font-heading: "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif;
  --font-body: "Noto Sans SC", "Source Han Sans SC", "Microsoft YaHei", system-ui, sans-serif;
  --font-data: "Inter", "Noto Sans SC", system-ui, sans-serif;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}

/* READER_MAP_VISUAL_FIX: prevent opening slide overflow and keep controls clear */
@media (min-width: 1025px) {
  .hero-slide-opening .hero-banner-copy.hero-opening-v4-copy {
    width: min(660px, 47vw);
    padding-top: clamp(126px, 11vw, 154px);
    padding-bottom: 84px;
  }

  .hero-opening-v4-copy h1 {
    max-width: 100%;
    font-size: clamp(38px, 3.35vw, 54px);
    line-height: 1.08;
  }

  .hero-opening-v4-copy .hero-subtitle {
    max-width: 100%;
    font-size: clamp(17px, 1.22vw, 20px);
    line-height: 1.58;
  }

  .hero-opening-v4-copy .hero-record-subtitle {
    font-size: clamp(16px, 1.12vw, 18px);
  }

  .hero-opening-v4-copy .hero-statement {
    display: none;
  }

  .hero-entrance-stack {
    top: clamp(112px, 9vw, 138px);
    width: min(386px, 30vw);
    gap: 8px;
  }

  .hero-entrance-card {
    min-height: 76px;
    padding: 13px 54px 12px 16px;
  }

  .hero-entrance-card strong {
    font-size: 21px;
  }

  .hero-entrance-card small {
    display: -webkit-box;
    margin-top: 4px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 10.5px;
    line-height: 1.38;
  }

  .hero-entrance-card small b {
    display: none;
  }
}

@media (max-width: 760px) {
  .hero-slide-opening .hero-banner-copy.hero-opening-v4-copy {
    padding-bottom: 258px;
  }

  .hero-opening-v4-copy .hero-statement {
    display: none;
  }

  .hero-entrance-card small b {
    display: none;
  }
}

/* READER_MAP_HOME: homepage opening slide as reader map, 2026-08-02 */
.hero-opening-v4-copy h1 {
  max-width: min(780px, 49vw);
  font-size: clamp(42px, 4.25vw, 66px);
  line-height: 1.08;
  letter-spacing: -.06em;
}

.hero-opening-v4-copy .hero-subtitle {
  max-width: min(680px, 46vw);
  margin: 16px 0 14px;
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.62;
}

.hero-opening-v4-copy .hero-record-subtitle {
  margin-top: 0;
  color: rgba(244, 221, 174, .9);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 600;
}

.hero-entrance-stack {
  width: min(452px, 34vw);
  gap: 10px;
}

.hero-entrance-card {
  min-height: 92px;
  padding: 15px 60px 14px 18px;
}

.hero-entrance-card strong {
  font-size: 23px;
}

.hero-entrance-card small {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.45;
}

.hero-entrance-card i {
  width: 36px;
  height: 36px;
  right: 18px;
}

.hero-entrance-scenes b {
  display: inline-flex;
  gap: 5px;
}

.hero-entrance-scenes b i {
  width: 22px;
  height: 2px;
  display: block;
  background: currentColor;
  opacity: .55;
}

@media (max-width: 1180px) {
  .hero-opening-v4-copy h1,
  .hero-opening-v4-copy .hero-subtitle {
    max-width: min(590px, 50vw);
  }

  .hero-entrance-stack {
    width: min(386px, 35vw);
  }

  .hero-entrance-card {
    min-height: 86px;
    padding-right: 54px;
  }
}

@media (max-width: 1024px) {
  .hero-opening-v4-copy h1,
  .hero-opening-v4-copy .hero-subtitle {
    max-width: 720px;
  }

  .hero-entrance-stack {
    width: min(470px, calc(100% - 84px));
  }
}

@media (max-width: 760px) {
  .hero-carousel {
    --hero-frame-height: 1000px;
  }

  .hero-opening-v4-copy h1 {
    max-width: 100%;
    font-size: clamp(32px, 9.6vw, 44px);
  }

  .hero-opening-v4-copy .hero-subtitle {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.58;
  }

  .hero-opening-v4-copy .hero-record-subtitle {
    font-size: 15px;
  }

  .hero-entrance-stack {
    bottom: 74px;
  }

  .hero-entrance-card {
    min-height: 72px;
    padding: 12px 48px 12px 14px;
  }

  .hero-entrance-card strong {
    font-size: 19px;
  }

  .hero-entrance-card small {
    font-size: 10px;
    line-height: 1.38;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--garden-bg);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--garden-ink);
  background:
    radial-gradient(circle at 8% 4%, rgba(198, 229, 237, .58), transparent 30rem),
    radial-gradient(circle at 94% 26%, rgba(240, 214, 168, .52), transparent 32rem),
    var(--garden-bg);
  font-family: var(--font-body);
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

[lang="en"] {
  font-family: var(--font-data);
}

.copy-en {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .015em;
  line-height: 1.55;
  opacity: .78;
}

.heading-en {
  display: block;
  margin-top: 8px;
  font-family: var(--font-data);
  font-size: .34em;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.bilingual-eyebrow {
  display: grid;
  gap: 3px;
}

.bilingual-eyebrow > span,
.bilingual-eyebrow > small {
  display: block;
}

.bilingual-eyebrow > small {
  font-size: .82em;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

svg {
  display: block;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  min-height: 44px;
  padding: 10px 16px;
  transform: translateY(-160%);
  border-radius: 999px;
  color: #fff;
  background: var(--garden-green-deep);
  font-weight: 800;
  text-decoration: none;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

.sr-only {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

:focus-visible {
  outline: 3px solid var(--garden-red);
  outline-offset: 4px;
}

.page-stage {
  width: min(
    var(--page-stage-max),
    calc(100% - (var(--page-stage-gutter) * 2))
  );
  margin-inline: auto;
}

main {
  padding: 0 0 72px;
}

.site-nav {
  --header-accent: #f0c978;
  width: min(
    var(--page-stage-max),
    calc(100% - (var(--page-stage-gutter) * 2))
  );
  min-height: 86px;
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 50%;
  display: grid;
  grid-template-columns: minmax(0, auto) auto;
  align-items: center;
  justify-content: space-between;
  gap: clamp(28px, 4vw, 58px);
  padding: 12px 20px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 28px;
  color: #fff;
  background-color: rgba(25, 50, 38, .18);
  background-image:
    linear-gradient(118deg, rgba(197, 218, 190, .08), rgba(240, 214, 168, .035));
  box-shadow:
    0 18px 48px rgba(8, 24, 15, .16),
    inset 0 1px 0 rgba(255, 255, 255, .32);
  -webkit-backdrop-filter: blur(24px) saturate(132%) brightness(1.03);
  backdrop-filter: blur(24px) saturate(132%) brightness(1.03);
}

.brand {
  width: max-content;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
}

.brand-seal {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 650;
  letter-spacing: .035em;
  line-height: 1.25;
}

.brand small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .64);
  font-family: var(--font-data);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.1;
  text-transform: uppercase;
}

.brand-avatar {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  margin-left: 2px;
  border: 2px solid rgba(255, 253, 244, .84);
  border-radius: 50%;
  object-fit: cover;
  object-position: 38% center;
  box-shadow:
    0 0 0 1px rgba(35, 53, 45, .16),
    0 7px 18px rgba(32, 48, 38, .12);
}

.site-nav nav {
  width: max-content;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  gap: clamp(20px, 2vw, 34px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-family: var(--font-data);
  font-weight: 700;
}

.site-nav nav a {
  min-width: 68px;
  min-height: 58px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  position: relative;
  color: rgba(255, 255, 255, .84);
  text-decoration: none;
  transition: color 180ms ease;
}

.nav-zh,
.nav-en {
  display: block;
  line-height: 1.15;
}

.nav-zh {
  font-family: var(--font-heading);
  font-size: clamp(20px, 1.5vw, 23px);
  font-weight: 650;
  letter-spacing: .045em;
}

.nav-en {
  color: rgba(255, 255, 255, .56);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.site-nav nav a::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 0;
  left: 8px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--header-accent);
  transition: transform 220ms var(--ease-out);
}

.site-nav nav a:hover,
.site-nav nav a[aria-current="page"] {
  color: #fff;
}

.site-nav nav a:hover .nav-en,
.site-nav nav a[aria-current="page"] .nav-en {
  color: var(--header-accent);
}

.site-nav nav a:hover::after,
.site-nav nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.hero-carousel:has(.hero-slide-trading.is-active) .site-nav {
  --header-accent: #d7a85b;
  border-color: rgba(215, 168, 91, .22);
  background-color: rgba(14, 43, 29, .22);
  background-image:
    linear-gradient(118deg, rgba(125, 157, 113, .08), rgba(215, 168, 91, .035));
  box-shadow:
    0 18px 48px rgba(5, 22, 14, .18),
    inset 0 1px 0 rgba(255, 255, 255, .28);
}

.hero-carousel:has(.hero-slide-life.is-active) .site-nav {
  --header-accent: #51754c;
  border-color: rgba(35, 53, 45, .16);
  background-color: rgba(237, 241, 221, .16);
  background-image:
    linear-gradient(118deg, rgba(255, 253, 244, .12), rgba(183, 203, 166, .07));
  box-shadow:
    0 18px 48px rgba(55, 63, 51, .1),
    inset 0 1px 0 rgba(255, 255, 255, .34);
}

.hero-carousel:has(.hero-slide-reflection.is-active) .site-nav {
  --header-accent: #6d705d;
  border-color: rgba(65, 77, 65, .16);
  background-color: rgba(203, 198, 180, .18);
  background-image:
    linear-gradient(118deg, rgba(255, 248, 230, .1), rgba(112, 117, 94, .045));
  box-shadow:
    0 18px 48px rgba(73, 67, 51, .1),
    inset 0 1px 0 rgba(255, 255, 255, .3);
}

.hero-carousel:has(.hero-slide-life.is-active) .brand,
.hero-carousel:has(.hero-slide-reflection.is-active) .brand,
.hero-carousel:has(.hero-slide-life.is-active) .site-nav nav a,
.hero-carousel:has(.hero-slide-reflection.is-active) .site-nav nav a {
  color: rgba(35, 53, 45, .82);
}

.hero-carousel:has(.hero-slide-life.is-active) .brand small,
.hero-carousel:has(.hero-slide-reflection.is-active) .brand small,
.hero-carousel:has(.hero-slide-life.is-active) .nav-en,
.hero-carousel:has(.hero-slide-reflection.is-active) .nav-en {
  color: rgba(35, 53, 45, .5);
}

.hero-carousel:has(.hero-slide-life.is-active) .site-nav nav a:hover,
.hero-carousel:has(.hero-slide-life.is-active) .site-nav nav a[aria-current="page"],
.hero-carousel:has(.hero-slide-reflection.is-active) .site-nav nav a:hover,
.hero-carousel:has(.hero-slide-reflection.is-active) .site-nav nav a[aria-current="page"] {
  color: var(--garden-ink);
}

.hero-carousel:has(.hero-slide-life.is-active) .site-nav nav a:hover .nav-en,
.hero-carousel:has(.hero-slide-life.is-active) .site-nav nav a[aria-current="page"] .nav-en,
.hero-carousel:has(.hero-slide-reflection.is-active) .site-nav nav a:hover .nav-en,
.hero-carousel:has(.hero-slide-reflection.is-active) .site-nav nav a[aria-current="page"] .nav-en {
  color: var(--header-accent);
}

.hero-section {
  width: calc(100% - 48px);
  margin: 24px auto 0;
  padding: 0;
}

.hero-carousel {
  --hero-frame-height: clamp(620px, 68svh, 760px);
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 84px 30px;
  background: var(--garden-green-deep);
}

.hero-slides {
  height: var(--hero-frame-height);
  position: relative;
}

.hero-banner {
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-radius: 30px 30px 84px 30px;
  isolation: isolate;
  background: var(--garden-green-deep);
}

.hero-slide[hidden] {
  display: none;
}

.hero-slide.is-active {
  animation: hero-reveal 360ms var(--ease-out) both;
}

@keyframes hero-reveal {
  from {
    opacity: .62;
  }

  to {
    opacity: 1;
  }
}

.hero-banner::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 38, 25, .72) 0%, rgba(17, 38, 25, .48) 34%, rgba(17, 38, 25, .07) 66%, rgba(17, 38, 25, 0) 100%),
    linear-gradient(180deg, rgba(17, 38, 25, 0) 48%, rgba(17, 38, 25, .35) 100%);
}

.hero-slide-trading::before {
  background:
    linear-gradient(90deg, rgba(14, 34, 22, .84) 0%, rgba(18, 43, 27, .58) 43%, rgba(18, 43, 27, .18) 76%, rgba(18, 43, 27, .24) 100%),
    linear-gradient(180deg, rgba(17, 38, 25, .05) 38%, rgba(17, 38, 25, .56) 100%);
}

.hero-slide-life::before {
  background:
    linear-gradient(90deg, rgba(24, 50, 31, .75) 0%, rgba(36, 77, 40, .48) 44%, rgba(244, 221, 174, .08) 74%, rgba(23, 53, 31, .2) 100%),
    linear-gradient(180deg, rgba(17, 38, 25, 0) 36%, rgba(17, 38, 25, .42) 100%);
}

.hero-slide-reflection::before {
  background:
    linear-gradient(90deg, rgba(24, 36, 27, .82) 0%, rgba(42, 48, 37, .54) 45%, rgba(57, 45, 32, .16) 76%, rgba(24, 36, 27, .28) 100%),
    linear-gradient(180deg, rgba(17, 38, 25, .03) 38%, rgba(17, 38, 25, .52) 100%);
}

.hero-banner-image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  inset: 0;
  display: block;
  object-fit: cover;
  object-position: 54% center;
}

.hero-slide-trading .hero-banner-image {
  filter: saturate(.78) contrast(1.08) brightness(.83);
  object-position: 46% center;
}

.hero-slide-life .hero-banner-image {
  filter: saturate(.84) brightness(1.09);
  object-position: 70% center;
}

.hero-slide-reflection .hero-banner-image {
  filter: saturate(.68) sepia(.08) brightness(.87);
  object-position: 38% center;
}

.hero-archive-visual,
.hero-life-visual,
.hero-reflection-visual {
  display: none;
}

.hero-banner-copy {
  width: min(
    100%,
    calc(
      620px
      max(48px, calc((100vw - var(--page-stage-max)) / 2 + 64px))
    )
  );
  padding: 84px 0 40px max(48px, calc((100vw - var(--page-stage-max)) / 2 + 64px));
  color: #fff;
  text-shadow: 0 2px 18px rgba(10, 25, 17, .22);
}

.hero-editorial-copy {
  width: min(
    100%,
    calc(
      760px
      max(48px, calc((100vw - var(--page-stage-max)) / 2 + 64px))
    )
  );
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--garden-green);
  font-family: var(--font-data);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  line-height: 1.4;
}

.hero-banner-copy h1 {
  max-width: 820px;
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(50px, 5vw, 68px);
  font-weight: 600;
  letter-spacing: -.065em;
  line-height: 1.03;
}

.hero-banner-copy h1 span {
  color: #efb65e;
  font-family: var(--font-data);
  font-size: .36em;
  font-weight: 700;
  letter-spacing: .02em;
  vertical-align: top;
}

.hero-slide-title {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(42px, 4.3vw, 62px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.12;
}

.hero-slide-eyebrow {
  color: #f4ddae;
  font-size: 12px;
}

.hero-slide-english {
  max-width: 650px;
  margin: 15px 0 24px;
  color: #f4ddae;
  font-family: var(--font-data);
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.5;
}

.hero-slide-description {
  margin: 0;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(18px, 1.75vw, 23px);
  line-height: 1.65;
}

.hero-slide-description-en {
  max-width: 650px;
  margin: 9px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

.hero-subtitle {
  margin: 12px 0 22px;
  color: #f4ddae;
  font-family: var(--font-heading);
  font-size: clamp(25px, 3vw, 38px);
  letter-spacing: .02em;
  line-height: 1.35;
}

.hero-manifesto {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 700;
}

.hero-manifesto span {
  position: relative;
}

.hero-manifesto span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--garden-gold);
}

.hero-statement {
  max-width: 620px;
  padding-left: 20px;
  border-left: 2px solid rgba(244, 221, 174, .72);
  color: #d8e0da;
  font-size: 16px;
}

.hero-statement p {
  margin: 0 0 6px;
}

.hero-statement strong {
  color: #fff;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.hero-journey-note {
  position: absolute;
  right: max(48px, calc((100vw - var(--page-stage-max)) / 2 + 64px));
  bottom: 70px;
  width: min(300px, 27%);
  padding: 18px 0 0 22px;
  border-top: 1px solid rgba(255, 255, 255, .5);
  color: rgba(255, 255, 255, .88);
}

.hero-journey-note span,
.hero-journey-note strong,
.hero-journey-note small {
  display: block;
}

.hero-journey-note span {
  margin-bottom: 8px;
  color: #f4ddae;
  font-family: var(--font-data);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.hero-journey-note strong {
  font-family: var(--font-heading);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 600;
  line-height: 1.4;
}

.hero-journey-note small {
  margin-top: 7px;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  line-height: 1.65;
}

.hero-topic-note {
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 18px 18px 34px 18px;
  background: rgba(17, 38, 25, .42);
  box-shadow: 0 18px 46px rgba(8, 24, 15, .16);
}

.button-primary,
.button-secondary {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 10px 20px;
  border: 1px solid var(--garden-green);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
}

.button-label {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

.button-label strong,
.button-label small {
  display: block;
  line-height: 1.15;
}

.button-label small {
  font-size: 10px;
  font-weight: 700;
  opacity: .76;
}

.button-primary {
  color: var(--garden-green-deep);
  border-color: #f2d08f;
  background: #f2d08f;
}

.button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, .66);
  background: rgba(23, 53, 31, .22);
}

.button-primary:hover {
  border-color: #fff2cf;
  background: #fff2cf;
}

.button-secondary:hover {
  color: var(--garden-green-deep);
  border-color: #fff;
  background: #fff;
}

.hero-banner-foot {
  position: absolute;
  right: max(250px, calc((100vw - var(--page-stage-max)) / 2 + 260px));
  bottom: 28px;
  left: max(48px, calc((100vw - var(--page-stage-max)) / 2 + 64px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: rgba(255, 255, 255, .84);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
}

.chapter-section,
.records-section,
.timeline-section,
.garden-section,
.wechat-section,
.about-section {
  padding-block: clamp(86px, 10vw, 138px);
  border-bottom: 1px solid var(--garden-line);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(300px, .65fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 54px;
}

.section-heading.compact {
  grid-template-columns: 1fr;
  gap: 14px;
}

.section-heading .eyebrow {
  margin-bottom: 10px;
}

.section-heading h2,
.timeline-heading h2,
.archive-panel h2,
.about-title h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.15;
}

.section-heading > p,
.section-heading.compact > div + p {
  max-width: var(--reading-measure);
  margin: 0;
  color: var(--garden-muted);
  font-size: 15px;
}

.chapter-reel {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
}

.chapter-card {
  grid-column: span 7;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--garden-line-strong);
  background: var(--garden-paper);
}

.chapter-card:nth-child(even) {
  grid-column: 6 / span 7;
}

.chapter-art {
  position: relative;
  height: clamp(300px, 42vw, 500px);
  overflow: hidden;
}

.chapter-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(28, 41, 34, .18));
}

.chapter-card figcaption {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 5px 24px;
  padding: 25px 28px 28px;
}

.chapter-card figcaption > span {
  grid-row: 1 / span 3;
  color: var(--garden-red);
  font-family: var(--font-data);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.chapter-card h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 600;
}

.chapter-card figcaption p {
  margin: 3px 0 0;
  color: var(--garden-muted);
  font-size: 15px;
}

.chapter-card figcaption small {
  color: #8a918c;
  font-size: 10px;
  letter-spacing: .06em;
}

.chapter-trading .chapter-art {
  background:
    linear-gradient(180deg, rgba(24, 42, 38, .1), rgba(24, 42, 38, .52)),
    linear-gradient(135deg, #54727c, #172f32 70%);
}

.art-moon {
  position: absolute;
  top: 12%;
  right: 12%;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #f2d8a4;
  box-shadow: 0 0 70px rgba(242, 216, 164, .28);
}

.art-desk {
  position: absolute;
  right: 7%;
  bottom: 14%;
  left: 7%;
  height: 7%;
  background: #182725;
}

.art-screen {
  position: absolute;
  right: 20%;
  bottom: 21%;
  width: 48%;
  height: 45%;
  border: 9px solid #142320;
  background: linear-gradient(145deg, rgba(185, 216, 231, .76), rgba(52, 72, 60, .9));
}

.art-line {
  position: absolute;
  right: 24%;
  bottom: 39%;
  width: 40%;
  height: 2px;
  transform: rotate(-10deg);
  background: #d8eabf;
  box-shadow: 38px -18px 0 #d8eabf, 76px -3px 0 #d8eabf;
}

.chapter-business .chapter-art {
  background: linear-gradient(145deg, #e6d3b4, #b8875f);
}

.art-window {
  position: absolute;
  top: 10%;
  right: 10%;
  left: 10%;
  height: 55%;
  border: 12px solid rgba(76, 68, 55, .72);
  background:
    linear-gradient(90deg, transparent 49%, rgba(76, 68, 55, .5) 49% 51%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(76, 68, 55, .5) 49% 51%, transparent 51%),
    linear-gradient(#bad7df, #e9d3b4);
}

.art-table {
  position: absolute;
  right: 15%;
  bottom: 14%;
  left: 15%;
  height: 16%;
  transform: perspective(300px) rotateX(58deg);
  background: #614938;
}

.art-chair {
  position: absolute;
  bottom: 4%;
  width: 14%;
  height: 27%;
  border: 7px solid #4f3c31;
  border-bottom: 0;
}

.chair-one {
  left: 23%;
}

.chair-two {
  right: 23%;
}

.chapter-quant .chapter-art {
  background: linear-gradient(135deg, #dce9dc, #8fae9b);
}

.chapter-quant svg {
  width: 100%;
  height: 100%;
}

.code-lines path {
  fill: none;
  stroke: rgba(36, 54, 45, .46);
  stroke-width: 10;
  stroke-linecap: round;
}

.quant-curve {
  fill: none;
  stroke: var(--garden-green-deep);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quant-dots {
  fill: var(--garden-gold);
}

.chapter-life .chapter-art {
  background: linear-gradient(#a8d5e5 0 56%, #d9c99c 56%);
}

.art-sun {
  position: absolute;
  top: 11%;
  left: 16%;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #f2c86b;
  box-shadow: 0 0 65px rgba(242, 200, 107, .34);
}

.art-mountain {
  position: absolute;
  right: -8%;
  bottom: 28%;
  width: 78%;
  height: 50%;
  clip-path: polygon(0 100%, 30% 35%, 45% 62%, 63% 16%, 100% 100%);
}

.mountain-back {
  background: #789a83;
  opacity: .82;
}

.mountain-front {
  right: 17%;
  bottom: 20%;
  width: 74%;
  height: 46%;
  background: #3f6751;
}

.art-road {
  position: absolute;
  bottom: -1%;
  left: 45%;
  width: 20%;
  height: 64%;
  clip-path: polygon(43% 0, 57% 0, 100% 100%, 0 100%);
  background: #f4ead1;
}

.records-layout {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(300px, 3fr);
  gap: 0;
  align-items: stretch;
}

.editorial-board {
  overflow: hidden;
  border-top: 1px solid var(--garden-line-strong);
  border-bottom: 1px solid var(--garden-line-strong);
  background: rgba(255, 253, 247, .52);
}

.records-column {
  padding: clamp(36px, 5vw, 64px) clamp(34px, 5vw, 68px) clamp(38px, 5vw, 66px) 0;
}

.record-list {
  border-top: 1px solid var(--garden-line-strong);
}

.record-item {
  position: relative;
  min-height: 160px;
  padding: 27px 72px 27px 0;
  border-bottom: 1px solid var(--garden-line-strong);
  transition: background-color 220ms ease;
}

.record-item:hover {
  background: rgba(234, 244, 223, .42);
}

.record-item-link {
  min-height: 76px;
  display: block;
  position: relative;
  padding-right: 36px;
  text-decoration: none;
}

.record-item-link h3,
.record-item-link p {
  transition: color 180ms ease;
}

.record-item-link:hover h3 {
  color: var(--garden-green);
}

.record-arrow {
  position: absolute;
  top: 3px;
  right: 0;
  color: var(--garden-gold);
  font-family: var(--font-data);
  font-size: 18px;
  transition: transform 180ms var(--ease-out);
}

.record-item-link:hover .record-arrow {
  transform: translate(3px, -3px);
}

.record-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 11px;
}

.record-meta span,
.record-meta small {
  font-family: var(--font-data);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.record-meta span {
  color: var(--garden-green);
}

.record-meta small {
  padding: 3px 7px;
  border: 1px solid #c8b58f;
  color: #856329;
  background: #f7edd8;
}

.record-item h3 {
  margin: 0 0 7px;
  font-family: var(--font-heading);
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 600;
  line-height: 1.35;
}

.record-item p {
  max-width: 40em;
  margin: 0;
  color: var(--garden-muted);
  font-size: 14px;
}

.record-index {
  position: absolute;
  top: 34px;
  right: 4px;
  color: #b5bbb6;
  font-family: var(--font-heading);
  font-size: 34px;
}

.records-more {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  color: var(--garden-green);
  font-family: var(--font-data);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
}

.archive-panel {
  min-height: 100%;
  padding: clamp(36px, 4vw, 54px) clamp(26px, 3vw, 40px);
  color: #f8f3e8;
  background:
    linear-gradient(160deg, rgba(198, 229, 237, .21), transparent 42%),
    #214a32;
}

.archive-panel .eyebrow {
  color: #bcd0bd;
}

.archive-panel h2 {
  font-size: clamp(34px, 3.4vw, 44px);
}

.archive-intro {
  margin: 17px 0 0;
  color: #c7d2c9;
  font-size: 13px;
  line-height: 1.75;
}

.curve-card {
  display: block;
  margin-top: 28px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  background: rgba(255, 253, 244, .055);
  text-decoration: none;
  transition: background-color 220ms ease, border-color 220ms ease;
}

.curve-card:hover {
  border-color: rgba(215, 168, 91, .68);
  background: rgba(255, 255, 255, .08);
}

.curve-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #cfe0c7;
  font-size: 9px;
  letter-spacing: .1em;
}

.curve-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--garden-gold);
}

.curve-card svg {
  width: 100%;
  height: auto;
  margin: 12px 0 8px;
  overflow: visible;
}

.curve-grid {
  fill: none;
  stroke: rgba(255, 255, 255, .11);
  stroke-width: 1;
}

.curve-area {
  fill: url(#curve-fill);
}

.curve-line {
  fill: none;
  stroke: var(--garden-gold);
  stroke-linecap: round;
  stroke-width: 2.2;
}

.curve-copy {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}

.curve-copy strong,
.curve-copy small {
  display: block;
}

.curve-copy strong {
  font-family: var(--font-heading);
  font-size: 20px;
}

.curve-copy small {
  max-width: 13em;
  color: #b9c8bc;
  font-size: 9px;
  text-align: right;
}

.market-strip {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .14);
}

.market-strip-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.market-strip-heading strong {
  font-family: var(--font-heading);
  font-size: 16px;
}

.market-strip-heading span {
  color: #aebbb1;
  font-size: 8px;
  letter-spacing: .08em;
}

.market-strip dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.market-strip dl div {
  padding: 11px 7px;
}

.market-strip dl div + div {
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.market-strip dt,
.market-strip dd {
  margin: 0;
}

.market-strip dt {
  color: #f3d4a0;
  font-size: 10px;
  font-weight: 800;
}

.market-strip dd {
  margin-top: 3px;
  color: #c3cec6;
  font-size: 9px;
}

.market-strip p {
  margin: 12px 0 0;
  color: #aebbb1;
  font-size: 9px;
  line-height: 1.6;
}

.risk-note {
  margin: 24px 0 0;
  color: #aebbb1;
  font-size: 10px;
  line-height: 1.65;
}

.archive-action {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  color: #f4ddae;
  font-family: var(--font-data);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
}

.editorial-section-headings {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(300px, 3fr);
  gap: clamp(28px, 3vw, 40px);
  margin-bottom: 28px;
}

.editorial-heading {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--garden-green-deep);
}

.editorial-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--garden-line-strong);
}

.editorial-heading h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -.04em;
  white-space: nowrap;
}

.editorial-heading span {
  order: 2;
  color: #8b887d;
  font-family: var(--font-data);
  font-size: 10px;
  letter-spacing: .1em;
  white-space: nowrap;
}

.editorial-heading-featured::after {
  order: 1;
}

.editorial-board {
  overflow: visible;
  border: 0;
  background: transparent;
}

.records-layout {
  gap: clamp(28px, 3vw, 40px);
}

.records-column {
  padding: 0;
}

.record-list {
  display: grid;
  gap: 22px;
  border: 0;
}

.record-item {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.record-item:hover {
  background: transparent;
}

.record-surface {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 22px;
  min-height: 164px;
  padding: 28px 30px;
  border: 1px solid var(--garden-line);
  background: rgba(255, 253, 244, .92);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.record-surface:hover {
  border-color: var(--garden-line-strong);
  background: #fffdf4;
}

.record-item-pinned .record-surface {
  border-color: rgba(215, 168, 91, .72);
  background:
    linear-gradient(90deg, rgba(234, 244, 223, .72), rgba(255, 253, 244, .96) 42%);
  box-shadow: inset 4px 0 0 var(--garden-gold);
}

.record-item-pinned .entry-date {
  color: var(--garden-green);
}

.record-item-pinned .entry-date small {
  color: var(--garden-gold-strong);
}

.record-item-pinned .record-meta small {
  color: #fff;
  border-color: var(--garden-green);
  background: var(--garden-green);
}

.entry-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: start;
  padding-top: 2px;
  color: var(--garden-mint);
  font-family: var(--font-data);
  line-height: 1;
}

.entry-date strong {
  font-size: 31px;
  font-weight: 500;
  letter-spacing: -.06em;
}

.entry-date small {
  margin-top: 7px;
  color: var(--garden-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.record-content {
  min-width: 0;
}

.record-item-link {
  min-height: auto;
  padding-right: 38px;
}

.record-item h3 {
  margin: 0 0 8px;
  font-size: clamp(21px, 2.3vw, 29px);
}

.record-item p {
  max-width: 42em;
  font-size: 16px;
}

.record-index {
  display: none;
}

.records-more {
  margin: 30px auto 0 50%;
  transform: translateX(-50%);
}

.archive-panel {
  min-height: 0;
  display: grid;
  align-content: start;
  gap: 22px;
  padding: 0;
  color: var(--garden-ink);
  background: transparent;
}

.curve-feature-card {
  padding: clamp(28px, 3vw, 38px);
  color: #f8f3e8;
  background:
    linear-gradient(150deg, rgba(198, 229, 237, .18), transparent 42%),
    var(--garden-green-deep);
}

.curve-feature-card .eyebrow {
  color: #bcd0bd;
}

.curve-feature-card h2 {
  max-width: 8em;
  margin: 10px 0 0;
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(31px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: 1.12;
}

.curve-feature-number {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 22px;
  color: #fff;
  font-family: var(--font-data);
  font-size: 50px;
  font-weight: 400;
  letter-spacing: -.08em;
  line-height: .8;
}

.curve-feature-number small {
  color: #b9cdba;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.4;
}

.curve-feature-card .archive-intro {
  color: #c7d2c9;
}

.curve-feature-card .curve-card {
  margin-top: 25px;
  background: rgba(255, 255, 255, .055);
}

.curve-point {
  fill: #f8f3e8;
  stroke: var(--garden-gold);
  stroke-width: 2px;
}

.curve-axis {
  display: flex;
  justify-content: space-between;
  color: #b9c8bc;
  font-family: var(--font-data);
  font-size: 10px;

  letter-spacing: .08em;
}

.curve-feature-card .archive-action {
  margin-top: 22px;
}

.curve-reference-note {
  padding: 26px 28px;
  border: 1px solid var(--garden-line);
  color: var(--garden-ink);
  background: rgba(255, 253, 244, .76);
}

.curve-reference-note p,
.curve-reference-note strong,
.curve-reference-note small {
  display: block;
}

.curve-reference-note p {
  margin: 0 0 14px;
  color: var(--garden-green);
  font-family: var(--font-data);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.curve-reference-note strong {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.55;
}

.curve-reference-note small {
  margin-top: 14px;
  color: var(--garden-muted);
  font-size: 11px;
  line-height: 1.7;
}

.timeline-section {
  width: min(var(--timeline-max), calc(100vw - (var(--page-stage-gutter) * 2)));
  margin-inline: calc((100% - min(var(--timeline-max), calc(100vw - (var(--page-stage-gutter) * 2)))) / 2);
}

.timeline-heading {
  max-width: 620px;
  margin: 0 auto 104px;
  text-align: center;
}

.timeline-heading .eyebrow {
  margin-bottom: 12px;
}

.timeline-subtitle {
  margin: 12px 0 0;
  color: var(--garden-gold);
  font-family: var(--font-data);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.hero-carousel-controls {
  min-height: 48px;
  position: absolute;
  z-index: 5;
  right: max(48px, calc((100vw - var(--page-stage-max)) / 2 + 64px));
  bottom: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 999px;
  color: #fff;
  background: rgba(17, 38, 25, .72);
  box-shadow: 0 14px 34px rgba(8, 24, 15, .18);
}

.hero-control-button {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: transparent;
  font: 700 17px/1 var(--font-data);
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease;
}

.hero-control-button:hover {
  color: var(--garden-green-deep);
  background: #f4ddae;
}

.hero-carousel-progress {
  width: 86px;
  display: grid;
  gap: 5px;
}

.hero-carousel-count {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #fff;
  font-family: var(--font-data);
  line-height: 1;
}

.hero-carousel-count strong {
  font-size: 14px;
  letter-spacing: .06em;
}

.hero-carousel-count small {
  color: rgba(255, 255, 255, .68);
  font-size: 10px;
  letter-spacing: .08em;
}

.hero-progress-track {
  height: 2px;
  display: block;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .3);
}

.hero-progress-track i {
  width: 25%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: #f4ddae;
  transition: width 260ms var(--ease-out);
}

@media (min-width: 1025px) {
  .site-nav {
    gap: clamp(32px, 4vw, 58px);
  }

  .site-nav nav {
    min-height: 58px;
    gap: clamp(22px, 2vw, 34px);
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .site-nav nav a {
    min-width: 68px;
    min-height: 58px;
  }

  .site-nav nav a::after {
    right: 8px;
    bottom: 0;
    left: 8px;
    height: 2px;
  }

  .hero-slide-trading,
  .hero-slide-life,
  .hero-slide-reflection {
    min-height: 100%;
  }

  .hero-slide-trading .hero-editorial-copy,
  .hero-slide-life .hero-editorial-copy,
  .hero-slide-reflection .hero-editorial-copy {
    width: min(660px, 52%);
    position: relative;
    z-index: 2;
    margin-left: max(48px, calc((100vw - var(--page-stage-max)) / 2 + 64px));
    padding: 128px 0 96px;
    text-shadow: none;
  }

  .hero-slide-trading .hero-slide-title,
  .hero-slide-life .hero-slide-title,
  .hero-slide-reflection .hero-slide-title {
    max-width: 640px;
    font-size: clamp(44px, 4vw, 56px);
    letter-spacing: -.045em;
    line-height: 1.14;
  }

  .hero-slide-trading .hero-slide-english,
  .hero-slide-life .hero-slide-english,
  .hero-slide-reflection .hero-slide-english {
    max-width: 580px;
    margin: 14px 0 30px;
    font-size: 16px;
    letter-spacing: .015em;
  }

  .hero-slide-trading .hero-slide-description,
  .hero-slide-life .hero-slide-description,
  .hero-slide-reflection .hero-slide-description {
    font-size: 20px;
    line-height: 1.72;
  }

  .hero-slide-trading .hero-slide-description-en,
  .hero-slide-life .hero-slide-description-en,
  .hero-slide-reflection .hero-slide-description-en {
    max-width: 560px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.65;
  }

  .hero-slide-trading .hero-actions,
  .hero-slide-life .hero-actions,
  .hero-slide-reflection .hero-actions {
    gap: 30px;
    margin-top: 28px;
  }

  .hero-slide-trading .hero-actions a,
  .hero-slide-life .hero-actions a,
  .hero-slide-reflection .hero-actions a {
    min-height: 44px;
    justify-content: flex-start;
    padding: 8px 0;
    border: 0;
    border-bottom: 1px solid currentColor;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .hero-slide-trading .hero-actions a:hover,
  .hero-slide-life .hero-actions a:hover,
  .hero-slide-reflection .hero-actions a:hover {
    color: inherit;
    border-bottom-width: 2px;
    background: transparent;
  }

  .hero-slide-trading .hero-topic-note,
  .hero-slide-life .hero-topic-note,
  .hero-slide-reflection .hero-topic-note {
    display: none;
  }

  .hero-slide-trading {
    color: #f6f0df;
    background:
      radial-gradient(circle at 80% 24%, rgba(160, 178, 149, .1), transparent 25rem),
      linear-gradient(128deg, #172b22 0%, #20392d 62%, #263e31 100%);
  }

  .hero-slide-trading::before {
    background:
      linear-gradient(90deg, rgba(10, 29, 20, .24), transparent 58%),
      repeating-linear-gradient(
        0deg,
        transparent 0,
        transparent 47px,
        rgba(218, 225, 209, .045) 48px
      );
  }

  .hero-slide-trading .hero-banner-image {
    display: none;
  }

  .hero-slide-trading .hero-slide-eyebrow,
  .hero-slide-trading .hero-slide-english {
    color: #ddc38f;
  }

  .hero-slide-trading .hero-slide-description {
    color: #f6f0df;
  }

  .hero-slide-trading .hero-slide-description-en {
    color: rgba(246, 240, 223, .66);
  }

  .hero-slide-trading .hero-actions a {
    color: #f1d7a3;
  }

  .hero-archive-visual {
    width: min(430px, 31vw);
    position: absolute;
    z-index: 1;
    top: 312px;
    right: max(48px, calc((100vw - var(--page-stage-max)) / 2 + 64px));
    display: grid;
    gap: 18px;
    color: rgba(235, 225, 202, .67);
  }

  .hero-archive-label {
    font-family: var(--font-data);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .22em;
  }

  .hero-archive-time {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    font-family: var(--font-data);
    font-size: 12px;
    letter-spacing: .12em;
  }

  .hero-archive-time i {
    height: 1px;
    background: rgba(235, 225, 202, .36);
  }

  .hero-archive-visual svg {
    width: 100%;
    height: 150px;
    overflow: visible;
    opacity: .62;
  }

  .hero-archive-visual path {
    fill: none;
    stroke: #d2bc8b;
    stroke-width: 1.4;
    vector-effect: non-scaling-stroke;
  }

  .hero-archive-visual strong,
  .hero-archive-visual small {
    display: block;
    font-family: var(--font-data);
  }

  .hero-archive-visual strong {
    color: rgba(246, 240, 223, .82);
    font-size: 15px;
    letter-spacing: .18em;
  }

  .hero-archive-visual small {
    margin-top: -9px;
    font-size: 9px;
    letter-spacing: .12em;
    line-height: 1.6;
  }

  .hero-slide-life {
    color: var(--garden-ink);
    background:
      radial-gradient(circle at 84% 18%, rgba(255, 255, 255, .82), transparent 24rem),
      linear-gradient(128deg, #f7f2e7 0%, #eef2e5 62%, #dfe9d7 100%);
  }

  .hero-slide-life::before {
    background:
      linear-gradient(90deg, rgba(255, 253, 244, .38) 0%, rgba(255, 253, 244, .12) 56%, transparent 100%),
      linear-gradient(180deg, transparent 72%, rgba(36, 77, 40, .07) 100%);
  }

  .hero-slide-life .hero-banner-image {
    width: min(420px, 31vw);
    height: 52%;
    top: 25%;
    right: max(48px, calc((100vw - var(--page-stage-max)) / 2 + 64px));
    bottom: auto;
    left: auto;
    border: 1px solid rgba(36, 77, 40, .2);
    border-radius: 22px 22px 56px 22px;
    filter: saturate(.52) brightness(1.42) contrast(.88);
    object-position: 66% center;
    box-shadow: 0 22px 60px rgba(62, 78, 56, .12);
  }

  .hero-slide-life .hero-slide-eyebrow,
  .hero-slide-life .hero-slide-english {
    color: #617b58;
  }

  .hero-slide-life .hero-slide-title {
    color: #294033;
  }

  .hero-slide-life .hero-slide-description {
    color: #2d4437;
  }

  .hero-slide-life .hero-slide-description-en {
    color: rgba(45, 68, 55, .68);
  }

  .hero-slide-life .hero-actions a {
    color: #244d28;
  }

  .hero-life-visual {
    position: absolute;
    z-index: 1;
    right: max(58px, calc((100vw - var(--page-stage-max)) / 2 + 74px));
    bottom: 88px;
    display: grid;
    grid-template-columns: auto 56px auto;
    align-items: center;
    gap: 10px;
    color: #496145;
    font-family: var(--font-data);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .15em;
  }

  .hero-life-visual i {
    height: 1px;
    background: rgba(73, 97, 69, .42);
  }

  .hero-life-visual small {
    font-size: 8px;
  }

  .hero-slide-reflection {
    color: #26392f;
    background:
      linear-gradient(112deg, #d0d2c6 0%, #dad8ca 54%, #d8cdbb 100%);
  }

  .hero-slide-reflection::before {
    background:
      linear-gradient(116deg, transparent 0 68%, rgba(255, 246, 224, .36) 68% 82%, transparent 82%),
      radial-gradient(circle at 83% 21%, rgba(255, 244, 217, .5), transparent 20rem);
  }

  .hero-slide-reflection .hero-banner-image {
    display: none;
  }

  .hero-slide-reflection .hero-slide-eyebrow,
  .hero-slide-reflection .hero-slide-english {
    color: #5d6b5f;
  }

  .hero-slide-reflection .hero-slide-title {
    color: #293c32;
  }

  .hero-slide-reflection .hero-slide-description {
    color: #293c32;
  }

  .hero-slide-reflection .hero-slide-description-en {
    color: rgba(41, 60, 50, .66);
  }

  .hero-slide-reflection .hero-actions a {
    color: #314d3c;
  }

  .hero-reflection-visual {
    width: min(390px, 29vw);
    min-height: 330px;
    position: absolute;
    z-index: 1;
    top: 180px;
    right: max(48px, calc((100vw - var(--page-stage-max)) / 2 + 64px));
    display: flex;
    flex-direction: column;
    padding: 36px 38px;
    border: 1px solid rgba(65, 77, 65, .22);
    border-radius: 22px 22px 56px 22px;
    color: rgba(48, 64, 53, .76);
    background: rgba(252, 246, 231, .46);
    box-shadow: 0 24px 70px rgba(73, 67, 51, .1);
    font-family: var(--font-data);
  }

  .hero-reflection-visual > span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
  }

  .hero-reflection-lines {
    display: grid;
    gap: 24px;
    margin: 52px 0 40px;
  }

  .hero-reflection-lines i {
    height: 1px;
    background: rgba(48, 64, 53, .17);
  }

  .hero-reflection-visual strong,
  .hero-reflection-visual small {
    display: block;
  }

  .hero-reflection-visual strong {
    font-size: 13px;
    letter-spacing: .14em;
  }

  .hero-reflection-visual small {
    margin-top: 8px;
    font-size: 8px;
    letter-spacing: .12em;
  }

  .hero-slide-life .hero-banner-foot,
  .hero-slide-reflection .hero-banner-foot {
    color: rgba(35, 53, 45, .68);
  }

  .hero-slide-life ~ .hero-carousel-controls,
  .hero-slide-reflection ~ .hero-carousel-controls {
    color: var(--garden-ink);
  }

  .hero-carousel:has(.hero-slide-life.is-active) .hero-carousel-controls,
  .hero-carousel:has(.hero-slide-reflection.is-active) .hero-carousel-controls {
    color: var(--garden-ink);
    border-color: rgba(35, 53, 45, .24);
    background: rgba(255, 253, 244, .76);
    box-shadow: 0 14px 34px rgba(55, 63, 51, .1);
  }

  .hero-carousel:has(.hero-slide-life.is-active) .hero-control-button,
  .hero-carousel:has(.hero-slide-reflection.is-active) .hero-control-button {
    color: var(--garden-ink);
  }

  .hero-carousel:has(.hero-slide-life.is-active) .hero-carousel-count,
  .hero-carousel:has(.hero-slide-reflection.is-active) .hero-carousel-count {
    color: var(--garden-ink);
  }

  .hero-carousel:has(.hero-slide-life.is-active) .hero-carousel-count small,
  .hero-carousel:has(.hero-slide-reflection.is-active) .hero-carousel-count small {
    color: rgba(35, 53, 45, .58);
  }

  .hero-carousel:has(.hero-slide-life.is-active) .hero-progress-track,
  .hero-carousel:has(.hero-slide-reflection.is-active) .hero-progress-track {
    background: rgba(35, 53, 45, .22);
  }

  .hero-carousel:has(.hero-slide-life.is-active) .hero-progress-track i,
  .hero-carousel:has(.hero-slide-reflection.is-active) .hero-progress-track i {
    background: #456647;
  }
}

.timeline-summary-zh {
  margin: 20px 0 0;
  color: var(--garden-muted);
  font-size: 14px;
}

.timeline-summary-en {
  display: block;
  margin-top: 7px;
  color: #8b958e;
  font-family: var(--font-data);
  font-size: 11px;
  line-height: 1.6;
}

.timeline-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline-list::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 50%;
  width: 1px;
  background: var(--garden-line-strong);
}

.timeline-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--timeline-axis-channel) minmax(0, 1fr);
  align-items: center;
  min-height: 210px;
}

.timeline-copy {
  width: min(500px, 100%);
}

.timeline-row.is-left .timeline-copy {
  grid-column: 1;
  justify-self: end;
  text-align: right;
}

.timeline-row.is-right .timeline-copy {
  grid-column: 3;
  justify-self: start;
  text-align: left;
}

.timeline-marker {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  border: 7px solid var(--garden-bg);
  border-radius: 50%;
  background: var(--garden-green);
  box-shadow: 0 0 0 1px var(--garden-line-strong);
  transform: translate(-50%, -50%);
}

.timeline-row:nth-child(odd) .timeline-marker {
  background: var(--garden-sage);
}

.timeline-arrow {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 1px;
  background: var(--garden-line-strong);
  transform: translateY(-50%);
}

.timeline-row.is-left .timeline-arrow {
  left: calc(50% - 70px);
}

.timeline-row.is-right .timeline-arrow {
  left: calc(50% + 14px);
}

.timeline-arrow::after {
  content: "";
  position: absolute;
  top: -4px;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--garden-green);
  border-right: 1px solid var(--garden-green);
}

.timeline-row.is-left .timeline-arrow::after {
  left: 0;
  transform: rotate(-135deg);
}

.timeline-row.is-right .timeline-arrow::after {
  right: 0;
  transform: rotate(45deg);
}

.timeline-copy time {
  color: var(--garden-green);
  font-family: var(--font-heading);
  font-size: clamp(37px, 4vw, 54px);
  line-height: 1;
}

.timeline-copy h3 {
  margin: 12px 0 4px;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 600;
}

.timeline-copy span {
  display: block;
  margin-bottom: 12px;
  color: var(--garden-gold);
  font-family: var(--font-data);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.timeline-copy p {
  margin: 0;
  color: var(--garden-muted);
  font-size: 14px;
}

.timeline-copy small {
  display: block;
  margin-top: 7px;
  color: #8b958e;
  font-family: var(--font-data);
  font-size: 13px;
  letter-spacing: .02em;
}

.garden-domain-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}

.domain-card {
  position: relative;
  grid-column: span 6;
  min-height: 350px;
  padding: 38px;
  overflow: hidden;
  border: 1px solid var(--garden-line-strong);
}

.domain-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .16;
}

.domain-number {
  position: absolute;
  top: 28px;
  right: 30px;
  color: currentColor;
  font-family: var(--font-heading);
  font-size: 50px;
  opacity: .28;
}

.domain-card .eyebrow {
  margin-bottom: 15px;
  color: currentColor;
}

.domain-card h3 {
  margin: 0 0 18px;
  font-family: var(--font-heading);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 600;
}

.domain-card > p:not(.eyebrow) {
  max-width: 29em;
  margin: 0;
  color: inherit;
  font-size: 15px;
  opacity: .82;
}

.domain-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
}

.domain-card li {
  padding: 6px 10px;
  border: 1px solid currentColor;
  font-family: var(--font-data);
  font-size: 10px;
  opacity: .78;
}

.domain-trading {
  color: #edf4e9;
  background: var(--garden-green-deep);
}

.domain-life {
  color: #34483c;
  background: #dce8d4;
}

.domain-travel {
  color: #294a5b;
  background: #c7e1ec;
}

.domain-thinking {
  color: #5b4531;
  background: #ecd9b8;
}

.wechat-section {
  padding-block: clamp(80px, 10vw, 126px);
}

.wechat-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .45fr);
  align-items: center;
  gap: clamp(38px, 7vw, 86px);
  padding: clamp(32px, 5vw, 62px);
  border-radius: 32px 32px 90px 32px;
  color: #f6f2e8;
  background:
    radial-gradient(circle at 78% 18%, rgba(124, 106, 159, .34), transparent 17rem),
    linear-gradient(120deg, #17351f 0%, #244d28 58%, #5e5a77 100%);
}

.wechat-identity {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
}

.wechat-identity > img {
  width: 132px;
  height: 132px;
  border: 8px solid rgba(255, 253, 244, .12);
  border-radius: 28px;
  object-fit: cover;
}

.wechat-identity .eyebrow {
  color: #d5e6ca;
}

.wechat-identity h2 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.2;
}

.wechat-identity p:last-child {
  max-width: 34em;
  margin: 18px 0 0;
  color: #cad7cd;
  font-size: 14px;
}

.wechat-ledger {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, .24);
}

.wechat-ledger span,
.wechat-ledger strong,
.wechat-ledger small {
  display: block;
}

.wechat-ledger span {
  color: #d7a85b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.wechat-ledger strong {
  margin: 13px 0;
  font-family: var(--font-heading);
  font-size: 25px;
}

.wechat-ledger small {
  color: #bac9be;
  font-size: 10px;
  line-height: 1.7;
}

.about-section {
  padding-block: clamp(110px, 15vw, 190px);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .7fr);
  gap: clamp(60px, 10vw, 140px);
  align-items: start;
}

.about-title {
  position: sticky;
  top: 30px;
}

.about-copy {
  max-width: 27em;
  color: var(--garden-muted);
  font-family: var(--font-heading);
  font-size: clamp(21px, 2.3vw, 29px);
  line-height: 1.75;
}

.about-copy p {
  margin: 0 0 22px;
}

.about-copy strong {
  color: var(--garden-green-deep);
  font-weight: 600;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.1fr .8fr 1.2fr;
  gap: 32px;
  align-items: end;
  padding: 48px 0 18px;
  color: #dce5de;
  background: var(--garden-green-deep);
  box-shadow: 0 0 0 100vmax var(--garden-green-deep);
  clip-path: inset(0 -100vmax);
}

.site-footer > div strong,
.site-footer > div span {
  display: block;
}

.site-footer > div strong {
  font-family: var(--font-heading);
  font-size: 22px;
}

.site-footer > div span {
  color: #aebeb2;
  font-family: var(--font-data);
  font-size: 10px;
  letter-spacing: .12em;
}

.site-footer p {
  margin: 0;
  color: #f3d5a2;
  font-family: var(--font-heading);
  font-size: 17px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 16px;
  color: #b8c6bc;
  font-size: 11px;
}

.site-footer small {
  grid-column: 1 / -1;
  margin-top: 24px;
  color: #86998b;
  font-family: var(--font-data);
  font-size: 9px;
  letter-spacing: .1em;
}

@media (max-width: 1024px) {
  .hero-carousel {
    --hero-frame-height: 760px;
  }

  .page-stage {
    width: calc(100% - (var(--page-stage-gutter-tablet) * 2));
  }

  .timeline-section {
    width: 100%;
    margin-inline: 0;
  }

  .site-nav {
    align-items: flex-start;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 26px;
  }

  .site-nav nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    justify-content: space-between;
    justify-self: stretch;
    gap: clamp(8px, 2vw, 18px);
  }

  .site-nav nav a {
    min-width: 56px;
    flex: 1 1 0;
  }

  .hero-section {
    width: calc(100% - 48px);
    margin-top: 24px;
    min-height: auto;
  }

  .hero-banner {
    height: 100%;
    min-height: 100%;
  }

  .hero-banner-copy {
    width: min(760px, 82%);
    padding-top: 210px;
  }

  .hero-editorial-copy {
    width: min(760px, 82%);
  }

  .hero-journey-note {
    display: none;
  }

  .hero-banner-foot {
    right: 300px;
  }

  .chapter-card,
  .chapter-card:nth-child(even) {
    grid-column: span 12;
  }

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

  .about-title {
    position: static;
  }

  .archive-panel {
    min-height: auto;
  }

  .records-column {
    padding-right: clamp(28px, 5vw, 52px);
    padding-left: clamp(28px, 5vw, 52px);
  }

  .domain-card {
    grid-column: span 12;
  }

  .wechat-card {
    grid-template-columns: 1fr;
  }

  .wechat-ledger {
    padding: 24px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .24);
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .hero-carousel {
    --hero-frame-height: 960px;
  }

  .page-stage {
    width: calc(100% - (var(--page-stage-gutter-mobile) * 2));
  }

  .site-nav {
    width: calc(100% - (var(--page-stage-gutter-mobile) * 2));
    top: 12px;
    gap: 8px;
    padding: 10px 12px 12px;
    border-radius: 24px;
  }

  .editorial-section-headings {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  main {
    padding-top: 10px;
  }

  .hero-journey-note {
    display: none;
  }

  .brand strong {
    font-size: clamp(14px, 4.2vw, 16px);
    letter-spacing: .02em;
  }

  .brand {
    min-height: 42px;
    gap: 8px;
    padding: 0;
  }

  .brand-seal,
  .brand-avatar {
    width: 36px;
    height: 36px;
  }

  .brand small {
    margin-top: 2px;
    font-size: 9px;
    letter-spacing: .12em;
  }

  .site-nav nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0 4px;
    padding: 0;
    border-radius: 0;
  }

  .site-nav nav a {
    min-width: 0;
    min-height: 54px;
  }

  .nav-zh {
    font-size: 16px;
  }

  .nav-en {
    font-size: 10px;
    letter-spacing: .06em;
  }

  .hero-section {
    width: calc(100% - 24px);
    margin-top: 12px;
    padding-top: 0;
  }

  .hero-carousel {
    border-radius: 26px 26px 68px 26px;
  }

  .hero-banner {
    height: 100%;
    min-height: 100%;
    align-items: end;
    border-radius: 26px 26px 68px 26px;
  }

  .hero-banner::before {
    background:
      linear-gradient(180deg, rgba(17, 38, 25, .08) 16%, rgba(17, 38, 25, .84) 76%, rgba(17, 38, 25, .94) 100%);
  }

  .hero-banner-image {
    object-position: 69% center;
  }

  .hero-banner-copy {
    width: 100%;
    padding: 50px 24px 260px;
  }

  .hero-banner-copy h1 {
    font-size: clamp(36px, 10.5vw, 46px);
  }

  .hero-slide-title {
    font-size: clamp(36px, 10.8vw, 48px);
    line-height: 1.16;
  }

  .hero-slide-english {
    margin: 11px 0 17px;
    font-size: 14px;
  }

  .hero-slide-description {
    font-size: 17px;
    line-height: 1.58;
  }

  .hero-slide-description-en {
    font-size: 12px;
  }

  .hero-manifesto {
    display: flex;
    gap: 8px 16px;
    margin-bottom: 12px;
    font-size: 14px;
  }

  .hero-manifesto span::after {
    display: none;
  }

  .hero-slide-opening .hero-banner-copy {
    padding-bottom: 210px;
  }

  .hero-slide-opening .bilingual-eyebrow {
    margin-bottom: 10px;
  }

  .hero-slide-opening .hero-subtitle {
    margin: 8px 0 12px;
    font-size: clamp(21px, 6.5vw, 25px);
  }

  .hero-slide-opening .hero-manifesto span {
    display: grid;
    gap: 1px;
  }

  .hero-slide-opening .hero-manifesto small {
    font-size: 9px;
  }

  .hero-slide-opening .hero-statement {
    padding-left: 14px;
    font-size: 14px;
    line-height: 1.5;
  }

  .hero-slide-opening .hero-statement p {
    margin-bottom: 4px;
  }

  .hero-slide-opening .copy-en {
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.4;
  }

  .hero-slide-opening .hero-actions {
    margin-top: 14px;
  }

  .hero-banner-foot {
    right: 24px;
    bottom: 82px;
    left: 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .hero-carousel-controls {
    right: 20px;
    bottom: 18px;
  }

  .section-heading,
  .about-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .chapter-art {
    height: 320px;
  }

  .chapter-card figcaption {
    grid-template-columns: 1fr;
  }

  .chapter-card figcaption > span {
    grid-row: auto;
  }

  .record-item {
    padding-right: 45px;
  }

  .records-column {
    padding: 32px 22px 38px;
  }

  .archive-panel {
    padding: 38px 22px;
  }

  .timeline-heading {
    margin-bottom: 78px;
    text-align: left;
  }

  .timeline-list {
    padding-left: 42px;
  }

  .timeline-list::before {
    left: 8px;
  }

  .timeline-row {
    display: block;
    min-height: 190px;
    padding: 0 0 48px 48px;
  }

  .timeline-row.is-left .timeline-copy,
  .timeline-row.is-right .timeline-copy {
    width: 100%;
    max-width: 620px;
    text-align: left;
  }

  .timeline-marker {
    top: 16px;
    left: 8px;
    width: 20px;
    height: 20px;
    border-width: 6px;
  }

  .timeline-arrow {
    top: 16px;
    left: 18px !important;
    width: 22px;
  }

  .timeline-row.is-left .timeline-arrow::after,
  .timeline-row.is-right .timeline-arrow::after {
    right: 0;
    left: auto;
    transform: rotate(45deg);
  }

  .domain-card {
    min-height: 330px;
    padding: 30px 25px;
  }

  .wechat-card {
    padding: 28px 22px;
    border-radius: 24px 24px 58px 24px;
  }

  .wechat-identity {
    grid-template-columns: 82px 1fr;
    gap: 18px;
  }

  .wechat-identity > img {
    width: 82px;
    height: 82px;
    border-width: 5px;
    border-radius: 20px;
  }

  .market-strip-heading,
  .curve-copy {
    align-items: flex-start;
    flex-direction: column;
  }

  .curve-copy small {
    text-align: left;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .site-footer small {
    grid-column: 1;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}



/* HOME_V4_UI_CONTRACT: local homepage visual convergence, 2026-08-01 */
.hero-slide-opening .hero-banner-copy.hero-opening-v4-copy {
  width: min(640px, 48vw);
  padding-top: clamp(150px, 15vw, 210px);
  padding-bottom: 116px;
}

.hero-opening-v4-copy h1 {
  max-width: 680px;
  font-size: clamp(52px, 5.4vw, 82px);
  line-height: 1.04;
}

.hero-opening-v4-copy h1 span {
  display: block;
}

.hero-opening-v4-copy .hero-subtitle {
  max-width: 680px;
  margin: 18px 0 20px;
  color: #f4ddae;
  font-family: var(--font-heading);
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 700;
  letter-spacing: .02em;
}

.hero-opening-v4-copy .hero-statement {
  max-width: 610px;
  color: rgba(255,255,255,.84);
}

.hero-entrance-stack {
  position: absolute;
  z-index: 3;
  right: max(48px, calc((100vw - var(--page-stage-max)) / 2 + 64px));
  top: clamp(150px, 14vw, 190px);
  width: min(430px, 35vw);
  display: grid;
  gap: 13px;
  color: var(--garden-ink);
}

.hero-entrance-heading,
.hero-entrance-scenes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #f8ecd0;
}

.hero-entrance-heading strong {
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: .2em;
}

.hero-entrance-heading small,
.hero-entrance-scenes span {
  color: #f4d189;
  font-family: var(--font-data);
  font-size: 10px;
  letter-spacing: .12em;
}

.hero-entrance-card {
  position: relative;
  min-height: 104px;
  display: block;
  padding: 19px 74px 18px 22px;
  border: 1px solid rgba(255,255,255,.56);
  color: var(--garden-ink);
  background: rgba(255,253,244,.93);
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(8, 24, 15, .13);
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms var(--ease-out);
}

.hero-entrance-card:hover,
.hero-entrance-card:focus-visible {
  border-color: #f4d189;
  background: #fffdf4;
  transform: translateY(-2px);
}

.hero-entrance-card > span {
  display: block;
  color: var(--garden-gold);
  font-family: var(--font-data);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
}

.hero-entrance-card strong {
  display: block;
  margin-top: 6px;
  font-family: var(--font-heading);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
}

.hero-entrance-card small {
  display: block;
  margin-top: 6px;
  color: var(--garden-muted);
  font-size: 12px;
  line-height: 1.55;
}

.hero-entrance-card small b {
  display: block;
  margin-top: 2px;
  font-size: 9px;
  letter-spacing: .08em;
  opacity: .74;
}

.hero-entrance-card i {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(36,77,40,.24);
  border-radius: 50%;
  color: var(--garden-green);
  font-style: normal;
  font-weight: 900;
  transform: translateY(-50%);
}

.hero-entrance-scenes {
  padding-top: 5px;
  border-top: 1px solid rgba(255,255,255,.24);
}

.hero-entrance-scenes b {
  display: flex;
  gap: 7px;
}

.hero-entrance-scenes i {
  width: 31px;
  height: 3px;
  background: rgba(255,255,255,.28);
}

.hero-entrance-scenes i:first-child {
  background: #f4d189;
}

.hero-opening-foot {
  right: max(250px, calc((100vw - var(--page-stage-max)) / 2 + 260px));
}

.featured-curve-card {
  padding: 24px 24px 22px;
}

.featured-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.featured-card-head h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(30px, 2.5vw, 38px);
  letter-spacing: -.03em;
}

.featured-card-head > span {
  color: #d5e6ca;
  font-family: var(--font-data);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.featured-curve-card .archive-intro {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.65;
}

.featured-curve-card .curve-card {
  margin-top: 17px;
  padding: 14px;
}

.featured-curve-card .curve-card svg {
  margin: 8px 0 5px;
}

.featured-quick-links {
  padding: 18px 18px 12px;
  border: 1px solid var(--garden-line);
  background: rgba(255,253,244,.82);
}

.featured-quick-links h3 {
  margin: 0 0 10px;
  color: var(--garden-green);
  font-family: var(--font-data);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.featured-quick-links h3 span {
  display: block;
  margin-top: 3px;
  color: var(--garden-muted);
  font-size: 9px;
  letter-spacing: .1em;
}

.featured-quick-links a {
  min-height: 52px;
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 10px;
  border-top: 1px solid rgba(207,224,199,.8);
  color: var(--garden-ink);
  text-decoration: none;
}

.featured-quick-links a:first-of-type {
  border-top: 0;
}

.quick-icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid var(--garden-line);
  color: var(--garden-moss);
  font-size: 12px;
}

.featured-quick-links strong,
.featured-quick-links small {
  display: block;
}

.quant-journey-entry {
  min-height: clamp(186px, 14vw, 238px);
  position: relative;
  display: grid;
  align-content: start;
  gap: 8px;
  margin-top: 18px;
  padding: 24px 24px 22px;
  overflow: hidden;
  border: 1px solid rgba(215, 168, 91, .34);
  color: #f8f3e8;
  background:
    radial-gradient(circle at 84% 18%, rgba(215, 168, 91, .22), transparent 28%),
    linear-gradient(145deg, #183a29 0%, #244d28 58%, #12301f 100%);
  text-decoration: none;
}

.quant-journey-entry::after {
  content: "";
  position: absolute;
  right: -68px;
  bottom: -84px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(244, 221, 174, .18);
  border-radius: 50%;
}

.quant-entry-kicker,
.quant-entry-subtitle {
  font-family: var(--font-data);
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.quant-entry-kicker {
  color: #f4ddae;
  font-size: 10px;
}

.quant-entry-title {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 5px;
  font-family: var(--font-heading);
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1.12;
}

.quant-entry-subtitle {
  position: relative;
  z-index: 1;
  color: rgba(244, 221, 174, .82);
  font-size: 10px;
}

.quant-journey-entry p {
  position: relative;
  z-index: 1;
  max-width: 25em;
  margin: 10px 0 0;
  color: #cfdccf;
  font-size: 13px;
  line-height: 1.68;
}

.quant-entry-visual {
  position: absolute;
  left: 24px;
  right: 68px;
  bottom: 28px;
  height: 72px;
  opacity: .48;
}

.quant-entry-visual i {
  position: absolute;
  display: block;
  border: 1px solid rgba(244, 221, 174, .42);
  border-radius: 18px;
  background: transparent;
}

.quant-entry-visual i:nth-child(1) { inset: 0 0 0 0; }
.quant-entry-visual i:nth-child(2) { inset: 13px 28px 13px 28px; }
.quant-entry-visual i:nth-child(3) { inset: 26px 58px 26px 58px; }
.quant-entry-visual i:nth-child(4) {
  width: 44px;
  height: 10px;
  right: 50px;
  top: 31px;
  border: 0;
  border-radius: 999px;
  background: #f4ddae;
}


.quant-journey-entry > b {
  position: absolute;
  right: 23px;
  bottom: 23px;
  z-index: 1;
  color: #f4ddae;
  font-size: 24px;
  font-weight: 400;
}

.quant-journey-entry:hover,
.quant-journey-entry:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(18, 48, 31, .18);
}


.featured-quick-links strong {
  font-size: 14px;
}

.featured-quick-links small {
  color: var(--garden-muted);
  font-size: 10px;
}

.timeline-section {
  padding-block: clamp(58px, 7vw, 92px);
}

.timeline-heading {
  margin: 0 auto 58px;
}

.timeline-summary-zh {
  margin-top: 12px;
}

.timeline-row {
  min-height: 166px;
}

.timeline-copy time {
  font-size: clamp(32px, 3.3vw, 46px);
}

.timeline-copy h3 {
  margin: 8px 0 3px;
  font-size: 21px;
}

.timeline-copy span {
  margin-bottom: 8px;
}

.home-bottom-compact {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(330px, .84fr);
  gap: 28px;
  padding-block: clamp(54px, 7vw, 88px);
  border-bottom: 1px solid var(--garden-line);
}

.home-bottom-compact .garden-section,
.home-bottom-compact .wechat-section,
.home-bottom-compact .about-section {
  padding-block: 0;
  border-bottom: 0;
}

.compact-garden-section {
  grid-row: span 2;
}

.compact-panel {
  height: 100%;
  padding: clamp(26px, 3vw, 34px);
  border: 1px solid var(--garden-line);
  background: rgba(255,253,244,.84);
}

.garden-compact-card {
  position: relative;
  overflow: hidden;
}

.garden-compact-card::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -82px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(125,166,80,.38);
  border-radius: 50%;
}

.compact-panel h2,
.compact-about-line h2 {
  margin: 8px 0 14px;
  font-family: var(--font-heading);
  font-size: clamp(29px, 3vw, 40px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.18;
}

.compact-panel > p:not(.eyebrow),
.compact-about-line p {
  margin: 0;
  color: var(--garden-muted);
  font-size: 14px;
  line-height: 1.75;
}

.compact-note-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin-top: 25px;
}

.compact-note,
.compact-trading-note {
  padding: 16px 14px;
  border: 1px solid #e1ddcc;
  background: #f8f4ea;
}

.compact-note span,
.compact-trading-note span {
  color: var(--garden-moss);
  font-family: var(--font-data);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.compact-note strong,
.compact-trading-note strong {
  display: block;
  margin: 6px 0 5px;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
}

.compact-note small,
.compact-trading-note small {
  display: block;
  color: var(--garden-muted);
  font-size: 11px;
  line-height: 1.55;
}

.compact-note small b,
.compact-trading-note small b {
  display: block;
  margin-top: 2px;
  font-size: 9px;
  opacity: .72;
}

.compact-note-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.compact-note-link:hover {
  border-color: var(--garden-moss);
  background: #fffdf4;
  transform: translateY(-2px);
}

.compact-trading-note {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  color: #edf4e9;
  border-color: var(--garden-green-deep);
  background: var(--garden-green-deep);
}

.compact-trading-note small,
.compact-trading-note span {
  color: #c7d6c8;
}

.compact-connect-card {
  background: #f4ead8;
}

.compact-wechat-strip {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 16px;
  align-items: center;
  margin-top: 20px;
}

.compact-wechat-strip img {
  width: 82px;
  height: 82px;
  border: 1px solid #d8cbb4;
  border-radius: 18px;
  object-fit: cover;
}

.compact-wechat-strip strong,
.compact-wechat-strip small,
.compact-wechat-strip span {
  display: block;
}

.compact-wechat-strip strong {
  font-family: var(--font-heading);
  font-size: 20px;
}

.compact-wechat-strip small {
  margin-top: 4px;
  color: var(--garden-green);
  font-family: var(--font-data);
  font-size: 9px;
  letter-spacing: .1em;
}

.compact-wechat-strip span {
  margin-top: 6px;
  color: var(--garden-muted);
  font-size: 11px;
  line-height: 1.55;
}

.compact-wechat-strip span b {
  display: block;
  margin-top: 2px;
  font-size: 9px;
  opacity: .72;
}

.compact-about-section {
  grid-column: 1 / -1;
}

.compact-about-line {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: center;
  padding: 22px 26px;
  border: 1px solid var(--garden-line);
  background: rgba(255,253,244,.64);
}

.compact-about-line h2 {
  margin: 0;
  font-size: clamp(25px, 2.4vw, 34px);
}

.site-footer {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hero-entrance-stack {
    display: none;
  }

  .hero-slide-opening .hero-banner-copy.hero-opening-v4-copy {
    width: min(760px, 82%);
    padding-top: 210px;
  }

  .home-bottom-compact {
    grid-template-columns: 1fr;
  }

  .compact-about-section {
    grid-column: auto;
  }

  .compact-about-line {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hero-opening-v4-copy h1 {
    font-size: clamp(36px, 10.5vw, 46px);
  }

  .hero-opening-v4-copy .hero-subtitle {
    font-size: clamp(20px, 6vw, 24px);
  }

  .timeline-section {
    padding-block: 54px;
  }

  .timeline-heading {
    margin-bottom: 38px;
  }

  .timeline-row {
    min-height: 156px;
  }

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

  .home-bottom-compact {
    padding-block: 42px;
  }
}

/* HOME_V4_VISUAL_TIGHTEN: reduce opening-slide clutter after screenshot review */
.hero-opening-v4-copy h1 {
  color: #fffdf4;
  text-shadow: 0 18px 42px rgba(8,24,15,.26);
}

.hero-opening-v4-copy h1 span {
  color: #f4d189;
  font-size: .55em;
  letter-spacing: -.035em;
}

.hero-opening-v4-copy .hero-actions {
  margin-top: 16px;
}

.hero-slide-opening .hero-banner-foot.hero-opening-foot {
  display: none;
}

.hero-entrance-card {
  background: rgba(255,253,244,.98);
  box-shadow: 0 18px 46px rgba(8,24,15,.18);
}

.hero-entrance-card small {
  color: #526259;
}

.hero-entrance-scenes {
  margin-top: 2px;
}


/* HOME_V4_FOOTER_CONTRACT: quiet Pixeleden-inspired footer, clean-room implementation */
.site-footer.site-footer-v4 {
  display: block;
  margin-top: clamp(34px, 5vw, 62px);
  padding: clamp(58px, 7vw, 86px) 0 clamp(34px, 4vw, 48px);
  color: var(--garden-ink);
  background: transparent;
  box-shadow: none;
  clip-path: none;
  border-top: 1px solid rgba(173,197,163,.54);
}

.footer-v4-main {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(180px, .55fr) minmax(180px, .55fr);
  gap: clamp(44px, 8vw, 120px);
  padding: 0 clamp(18px, 3vw, 34px) clamp(34px, 5vw, 54px);
}

.footer-v4-brand {
  max-width: 430px;
}

.footer-v4-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(36,77,40,.08);
}

.footer-v4-mark img {
  width: 26px;
  height: 26px;
  display: block;
}

.footer-v4-brand h2,
.footer-v4-brand p,
.footer-v4-main h3,
.footer-v4-main a {
  margin: 0;
}

.footer-v4-brand h2 {
  font-family: var(--font-heading);
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.18;
}

.footer-v4-brand h2 span {
  display: block;
  margin-top: 5px;
  color: var(--garden-green);
  font-family: var(--font-data);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-v4-brand p {
  margin-top: 22px;
  color: var(--garden-muted);
  font-size: 15px;
  line-height: 1.85;
}

.footer-v4-brand p small {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.65;
  opacity: .76;
}

.footer-v4-main h3 {
  margin-bottom: 22px;
  color: #00935b;
  font-family: var(--font-data);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.footer-v4-main nav {
  display: grid;
  align-content: start;
  gap: 13px;
}

.footer-v4-main a {
  width: max-content;
  min-height: 30px;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: #4d5a52;
  font-size: 18px;
  line-height: 1.3;
  text-decoration: none;
}

.footer-v4-main a small {
  color: #89958d;
  font-size: 10px;
  letter-spacing: .08em;
}

.footer-v4-main a:hover,
.footer-v4-main a:focus-visible {
  color: var(--garden-green);
}

.footer-v4-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-inline: clamp(18px, 3vw, 34px);
  padding-top: 26px;
  border-top: 1px solid rgba(173,197,163,.52);
  color: #797f78;
}

.footer-v4-bottom small {
  margin: 0;
  color: #797f78;
  font-family: var(--font-data);
  font-size: 11px;
  letter-spacing: .08em;
}

.footer-v4-bottom small b {
  margin-left: 8px;
  color: #9fa89c;
  font-weight: 400;
}

.footer-v4-bottom nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
  color: #9aa399;
  font-size: 11px;
}

@media (max-width: 900px) {
  .footer-v4-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-v4-brand {
    grid-column: 1 / -1;
  }

  .footer-v4-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-v4-bottom nav {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .footer-v4-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-v4-main a {
    font-size: 16px;
  }
}

:root {
  --home-v5-hairline: rgba(173, 197, 163, .56);
  --home-v5-paper-translucent: rgba(255, 253, 244, .88);
  --home-v5-paper-soft: rgba(248, 244, 234, .72);
}

.hero-section {
  width: min(1510px, calc(100% - 48px));
  margin-top: 22px;
}

.hero-carousel {
  --hero-frame-height: clamp(560px, 61svh, 680px);
  border-radius: 28px 28px 68px 28px;
  box-shadow: 0 24px 70px rgba(23, 53, 31, .12);
}

.site-nav {
  top: 20px;
  width: min(1250px, calc(100% - 198px));
  min-height: 72px;
  padding: 12px 24px;
  border-color: rgba(255, 253, 244, .28);
  background-color: rgba(22, 49, 30, .66);
}

.brand-seal {
  width: 39px;
  height: 39px;
}

.brand-copy strong {
  font-size: 20px;
  letter-spacing: -.025em;
}

.brand-copy small,
.nav-en {
  letter-spacing: .12em;
}

.site-nav nav {
  gap: clamp(22px, 3vw, 50px);
}

.site-nav nav a {
  min-height: 44px;
  padding-inline: 2px;
}

.site-nav .nav-zh {
  font-size: clamp(18px, 2vw, 25px);
}

.hero-slide-opening .hero-banner-copy.hero-opening-v4-copy {
  width: min(610px, 46vw);
  padding-top: clamp(144px, 13vw, 178px);
  padding-bottom: 94px;
}

.hero-opening-v4-copy .bilingual-eyebrow,
.hero-opening-v4-copy .eyebrow {
  margin-bottom: 18px;
  letter-spacing: .16em;
}

.hero-opening-v4-copy h1 {
  max-width: 610px;
  font-size: clamp(46px, 4.9vw, 70px);
  letter-spacing: -.055em;
  line-height: 1.02;
}

.hero-opening-v4-copy h1 span {
  margin-top: 8px;
  font-size: .57em;
  line-height: 1.08;
}

.hero-opening-v4-copy h1 .hero-title-main {
  display: block;
  margin-top: 0;
  color: #fffdf4;
  font-size: 1em;
  line-height: .98;
  white-space: nowrap;
}

.hero-opening-v4-copy h1 .hero-title-sub {
  display: block;
  margin-top: 10px;
  color: #f4d189;
  font-size: .58em;
  line-height: 1.1;
  white-space: nowrap;
}

.hero-opening-v4-copy .hero-subtitle {
  max-width: 560px;
  margin: 16px 0 16px;
  font-size: clamp(22px, 2.1vw, 31px);
  line-height: 1.24;
}

.hero-opening-v4-copy .hero-statement {
  max-width: 545px;
  padding-left: 18px;
  border-left-color: rgba(244, 209, 137, .68);
}

.hero-opening-v4-copy .hero-statement p {
  margin-block: 8px;
}

.hero-opening-v4-copy .hero-actions {
  margin-top: 14px;
  gap: 12px;
}

.hero-actions a {
  min-height: 44px;
  padding: 9px 18px;
}

.hero-entrance-stack {
  top: clamp(138px, 13vw, 172px);
  right: max(52px, calc((100vw - var(--page-stage-max)) / 2 + 82px));
  width: min(390px, 32vw);
  gap: 0;
  padding: 16px 16px 13px;
  border: 1px solid rgba(255, 253, 244, .44);
  background:
    linear-gradient(180deg, rgba(255,253,244,.94), rgba(248,244,234,.84));
  box-shadow: 0 24px 64px rgba(8,24,15,.15);
  backdrop-filter: blur(2px);
}

.hero-entrance-heading,
.hero-entrance-scenes {
  color: var(--garden-green);
}

.hero-entrance-heading {
  padding: 0 2px 10px;
  border-bottom: 1px solid rgba(173,197,163,.52);
}

.hero-entrance-heading strong {
  color: var(--garden-green);
  font-size: 10px;
  letter-spacing: .18em;
}

.hero-entrance-heading small,
.hero-entrance-scenes span {
  color: #7a855f;
  font-size: 9px;
}

.hero-entrance-card {
  min-height: 82px;
  padding: 14px 49px 13px 2px;
  border: 0;
  border-bottom: 1px solid rgba(173,197,163,.46);
  background: transparent;
  box-shadow: none;
  transform: none;
}

.hero-entrance-card:last-of-type {
  border-bottom-color: rgba(173,197,163,.3);
}

.hero-entrance-card:hover,
.hero-entrance-card:focus-visible {
  border-color: rgba(173,197,163,.56);
  background: rgba(255,253,244,.74);
  transform: none;
}

.hero-entrance-card > span {
  color: var(--garden-gold-strong);
  font-size: 8px;
  letter-spacing: .16em;
}

.hero-entrance-card strong {
  margin-top: 4px;
  font-size: 21px;
  letter-spacing: -.035em;
}

.hero-entrance-card small {
  margin-top: 4px;
  max-width: 24em;
  color: #68736b;
  font-size: 11px;
  line-height: 1.48;
}

.hero-entrance-card small b {
  display: inline;
  margin-left: 4px;
  font-size: 8px;
  letter-spacing: .06em;
}

.hero-entrance-card i {
  right: 4px;
  width: 34px;
  height: 34px;
  border-color: rgba(36,77,40,.22);
  background: rgba(234,244,223,.52);
  font-size: 15px;
}

.hero-entrance-scenes {
  padding: 10px 2px 0;
  border-top: 0;
}

.hero-entrance-scenes b {
  gap: 5px;
}

.hero-entrance-scenes i {
  width: 24px;
  height: 2px;
  background: rgba(36,77,40,.18);
}

.hero-entrance-scenes i:first-child {
  background: var(--garden-gold-strong);
}

.hero-carousel-controls {
  right: max(52px, calc((100vw - var(--page-stage-max)) / 2 + 82px));
  bottom: 16px;
  min-height: 46px;
  padding: 7px 16px;
  border-radius: 999px;
}

.records-section {
  padding-block: clamp(70px, 7vw, 104px) clamp(58px, 6vw, 86px);
}

.editorial-section-headings {
  grid-template-columns: minmax(0, 1.75fr) minmax(260px, .75fr);
  gap: clamp(24px, 3vw, 38px);
  margin-bottom: 24px;
}

.editorial-heading {
  min-height: 42px;
  gap: 16px;
}

.editorial-heading h2 {
  font-size: clamp(28px, 3.2vw, 45px);
  letter-spacing: -.055em;
}

.editorial-heading span {
  font-size: 9px;
  color: #9b998f;
}

.records-layout {
  grid-template-columns: minmax(0, 1.82fr) minmax(280px, .78fr);
  gap: clamp(24px, 3vw, 38px);
}

.record-list {
  gap: 15px;
}

.record-surface {
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 18px;
  min-height: 132px;
  padding: 20px 24px;
  background: rgba(255,253,244,.78);
  border-color: rgba(207,224,199,.74);
}

.record-surface:hover {
  background: #fffdf4;
  border-color: rgba(124,166,80,.48);
}

.record-item-pinned .record-surface {
  background:
    linear-gradient(90deg, rgba(234,244,223,.46), rgba(255,253,244,.92) 44%);
  box-shadow: inset 3px 0 0 rgba(215,168,91,.82);
}

.entry-date strong {
  font-size: 28px;
}

.entry-date small {
  margin-top: 5px;
  font-size: 8px;
}

.record-meta {
  gap: 8px;
  margin-bottom: 8px;
}

.record-meta span,
.record-meta small {
  font-size: 9px;
}

.record-item h3 {
  margin-bottom: 7px;
  font-size: clamp(19px, 1.85vw, 25px);
  line-height: 1.28;
}

.record-title-en {
  display: block;
  margin-top: 2px;
  font-size: .86em;
  line-height: 1.16;
}

.record-item p {
  max-width: 39em;
  font-size: 14px;
  line-height: 1.58;
}

.record-arrow {
  top: 6px;
  right: 0;
  color: var(--garden-gold-strong);
}

.records-more {
  margin-top: 22px;
}

.archive-panel {
  gap: 14px;
}

.featured-curve-card {
  padding: 20px;
  background:
    radial-gradient(circle at 82% 14%, rgba(215,168,91,.16), transparent 32%),
    linear-gradient(155deg, #193e28 0%, #0f301e 100%);
}

.featured-card-head h2 {
  font-size: clamp(28px, 2.4vw, 35px);
}

.featured-card-head > span {
  color: #d9e7cf;
  font-size: 8px;
}

.featured-curve-card .archive-intro {
  margin-top: 10px;
  color: rgba(255,253,244,.76);
  font-size: 12px;
  line-height: 1.58;
}

.featured-curve-card .curve-card {
  margin-top: 13px;
  padding: 12px;
  border-color: rgba(255,253,244,.18);
}

.featured-curve-card .curve-card svg {
  height: 102px;
  margin: 6px 0 2px;
}

.archive-action {
  margin-top: 15px;
  min-height: 40px;
  padding-top: 9px;
  border-top-color: rgba(255,253,244,.18);
}

.featured-quick-links {
  padding: 14px 15px 8px;
  background: rgba(255,253,244,.7);
  border-color: rgba(207,224,199,.72);
}

.featured-quick-links h3 {
  margin-bottom: 6px;
  font-size: 10px;
  letter-spacing: .16em;
}

.featured-quick-links a {
  min-height: 45px;
  grid-template-columns: 24px 1fr auto;
  gap: 9px;
}

.quick-icon {
  width: 21px;
  height: 21px;
  font-size: 10px;
  background: rgba(234,244,223,.34);
}

.featured-quick-links strong {
  font-size: 13px;
}

.featured-quick-links small {
  font-size: 9px;
}

/* HOME_V5_TIMELINE_MARQUEE: quiet Pixeleden-inspired divider, clean-room implementation */
.timeline-marquee {
  position: relative;
  overflow: hidden;
  width: min(100%, var(--timeline-max));
  margin: clamp(8px, 1.4vw, 16px) auto clamp(12px, 1.7vw, 22px);
  border-top: 1px solid rgba(173, 197, 163, .52);
  border-bottom: 1px solid rgba(173, 197, 163, .48);
  background:
    linear-gradient(90deg, rgba(248,244,234,.62), rgba(255,253,244,.84), rgba(248,244,234,.62));
  color: #76816f;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.timeline-marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  min-height: clamp(54px, 5vw, 66px);
  padding-inline: clamp(18px, 3vw, 38px);
  white-space: nowrap;
  animation: timelineMarquee 44s linear infinite;
  will-change: transform;
}

.timeline-marquee span {
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif;
  font-size: clamp(12px, 1vw, 15px);
  letter-spacing: .06em;
}

.timeline-marquee span[lang="en"] {
  font-family: var(--font-mono);
  font-size: clamp(10px, .82vw, 12px);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.timeline-marquee i {
  color: rgba(36, 77, 40, .46);
  font-size: 9px;
  font-style: normal;
}

.timeline-marquee:hover .timeline-marquee-track {
  animation-play-state: paused;
}

@keyframes timelineMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.timeline-section {
  padding-block: clamp(38px, 4.6vw, 62px) clamp(46px, 5vw, 68px);
}

.timeline-heading {
  margin-bottom: 34px;
}

.timeline-heading h2 {
  font-size: clamp(34px, 4.3vw, 56px);
}

.timeline-summary-zh {
  margin-top: 10px;
}

.timeline-list::before {
  top: 6px;
  bottom: 6px;
}

.timeline-row {
  min-height: 134px;
}

.timeline-copy {
  width: min(430px, 100%);
}

.timeline-copy time {
  font-size: clamp(31px, 3vw, 42px);
}

.timeline-copy h3 {
  margin: 6px 0 2px;
  font-size: 19px;
}

.timeline-copy span {
  margin-bottom: 6px;
  font-size: 8px;
}

.timeline-copy p {
  font-size: 13px;
  line-height: 1.55;
}

.timeline-copy small {
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.45;
}

.timeline-marker {
  width: 18px;
  height: 18px;
  border-width: 6px;
}

.timeline-arrow {
  width: 44px;
}

.timeline-row.is-left .timeline-arrow {
  left: calc(50% - 58px);
}

.timeline-row.is-right .timeline-arrow {
  left: calc(50% + 14px);
}

.home-bottom-compact {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
  gap: 24px;
  padding-block: clamp(36px, 5vw, 62px);
  border-top: 1px solid rgba(173,197,163,.45);
}

.home-bottom-compact .garden-section,
.home-bottom-compact .wechat-section,
.home-bottom-compact .about-section {
  padding-block: 0;
  border-bottom: 0;
}

.compact-panel,
.compact-about-line {
  border-color: rgba(207,224,199,.72);
  background: rgba(255,253,244,.58);
}

.garden-compact-card,
.compact-connect-card {
  padding: clamp(24px, 3vw, 34px);
}

.compact-panel .eyebrow {
  margin-bottom: 18px;
}

.compact-panel h2,
.compact-about-line h2 {
  max-width: 12em;
  margin-bottom: 14px;
  font-size: clamp(30px, 3.2vw, 43px);
  line-height: 1.16;
}

.compact-panel > p,
.compact-about-line > p {
  color: #738077;
  font-size: 15px;
  line-height: 1.78;
}

.compact-note-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.compact-note {
  min-height: 118px;
  padding: 16px 15px;
  border-color: rgba(207,224,199,.72);
  background: rgba(255,253,244,.52);
}

.compact-note span {
  font-size: 9px;
}

.compact-note strong {
  margin-top: 17px;
  font-size: 22px;
}

.compact-note small {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.55;
}

.compact-trading-note {
  margin-top: 14px;
  padding: 20px 22px;
  background: #123a22;
}

.compact-connect-card {
  background: rgba(244,235,218,.82);
}

.compact-wechat-strip {
  margin-top: 22px;
  gap: 18px;
}

.compact-wechat-strip img {
  width: 72px;
  height: 72px;
}

.compact-about-line {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  padding: 28px 34px;
}

.compact-about-line h2 {
  margin: 0;
}

.compact-about-line p {
  margin: 0;
}

.site-footer.site-footer-v4 {
  margin-top: clamp(24px, 4vw, 46px);
  padding-top: clamp(50px, 6vw, 74px);
}

.footer-v4-main {
  grid-template-columns: minmax(0, 1.18fr) minmax(170px, .52fr) minmax(170px, .52fr);
  gap: clamp(38px, 7vw, 100px);
}

.footer-v4-brand p {
  max-width: 28em;
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.8;
}

.footer-v4-main h3 {
  margin-bottom: 18px;
  color: #1b9a66;
}

.footer-v4-main nav {
  gap: 10px;
}

.footer-v4-main a {
  min-height: 28px;
  font-size: 17px;
}

.footer-v4-bottom {
  padding-top: 22px;
}

@media (max-width: 1180px) {
  .hero-entrance-stack {
    right: 42px;
    width: min(370px, 34vw);
  }

  .hero-slide-opening .hero-banner-copy.hero-opening-v4-copy {
    width: min(570px, 49vw);
  }

  .records-layout {
    grid-template-columns: minmax(0, 1.62fr) minmax(270px, .82fr);
  }
}

@media (max-width: 1024px) {
  .hero-carousel {
    --hero-frame-height: 760px;
  }

  .site-nav {
    width: calc(100% - 48px);
  }

  .hero-slide-opening .hero-banner-copy.hero-opening-v4-copy {
    width: min(720px, 82%);
  }

  .hero-entrance-stack {
    right: 42px;
    top: auto;
    bottom: 86px;
    width: min(430px, calc(100% - 84px));
  }

  .hero-carousel-controls {
    right: 42px;
  }

  .records-layout,
  .editorial-section-headings,
  .home-bottom-compact,
  .compact-about-line {
    grid-template-columns: 1fr;
  }

  .editorial-heading-featured {
    display: none;
  }
}

@media (max-width: 720px) {
  .hero-section {
    width: calc(100% - 24px);
    margin-top: 12px;
  }

  .hero-carousel {
    --hero-frame-height: 825px;
    border-radius: 22px 22px 46px 22px;
  }

  .site-nav {
    top: 12px;
    width: calc(100% - 24px);
    padding: 10px 12px;
  }

  .hero-slide-opening .hero-banner-copy.hero-opening-v4-copy {
    padding-top: 174px;
  }

  .hero-opening-v4-copy h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .hero-opening-v4-copy .hero-subtitle {
    font-size: 22px;
  }

  .hero-entrance-stack {
    right: 18px;
    bottom: 78px;
    width: calc(100% - 36px);
    padding: 13px;
  }

  .hero-entrance-card {
    min-height: 76px;
  }

  .hero-entrance-card:nth-of-type(3) small {
    display: none;
  }

  .hero-carousel-controls {
    right: 18px;
    bottom: 14px;
  }

  .records-section {
    padding-top: 50px;
  }

  .record-surface {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 16px;
  }

  .entry-date strong {
    font-size: 24px;
  }

  .record-item h3 {
    font-size: 20px;
  }

  .timeline-marquee {
    width: calc(100% - 32px);
    margin-top: 4px;
    margin-bottom: 8px;
  }

  .timeline-marquee-track {
    min-height: 48px;
    gap: 16px;
  }

  /* quant journey standalone mobile */
  .quant-journey-entry {
    min-height: 178px;
    margin-top: 14px;
    padding: 20px 18px;
  }

  .quant-entry-visual {
    left: 18px;
    right: 58px;
    bottom: 20px;
  }

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

  .footer-v4-main,
  .footer-v4-bottom {
    grid-template-columns: 1fr;
    display: grid;
  }
}

/* HOME_V5_GATE_FIX: keep aesthetic pass inside existing browser quality contract */
.site-nav {
  background-color: rgba(22, 49, 30, .24);
}

.record-item p {
  font-size: 16px;
}

.timeline-copy small {
  font-size: 13px;
}

.hero-slide-trading .hero-actions,
.hero-slide-reflection .hero-actions {
  transform: translateY(-34px);
}

@media (max-width: 720px) {
  .site-nav {
    width: calc(100% - 48px);
    padding-inline: 12px;
  }

  .site-nav nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(44px, 1fr));
    gap: 6px;
  }

  .site-nav nav a {
    min-width: 44px;
    width: 100%;
    padding-inline: 0;
  }

  .record-item p {
    font-size: 16px;
  }

  .timeline-copy small {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .timeline-marquee-track {
    animation: none !important;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 340px) {
  .site-nav nav {
    gap: 4px;
  }

  .site-nav .nav-zh {
    font-size: 16px;
  }

  .nav-en {
    font-size: 9px;
  }
}

/* HOME_V5_GATE_FIX_2: mobile nav inset + secondary Hero action clearance */
.hero-slide-trading .hero-actions,
.hero-slide-reflection .hero-actions {
  position: relative;
  top: -58px;
  transform: none;
}

@media (max-width: 720px) {
  .site-nav nav {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    justify-self: start;
    margin-right: 24px;
  }

  .nav-en {
    font-size: 10px;
  }
}

@media (max-width: 340px) {
  .site-nav nav {
    grid-template-columns: repeat(5, minmax(42px, 1fr));
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    gap: 3px;
  }

  .site-nav nav a {
    min-width: 42px;
  }

  .nav-en {
    font-size: 10px;
  }
}

/* HOME_V5_GATE_FIX_3: pixel-level mobile nav right inset */
@media (max-width: 720px) {
  .site-nav nav {
    width: calc(100% - 23px);
    max-width: calc(100% - 23px);
    margin-right: 23px;
  }
}

@media (max-width: 340px) {
  .site-nav {
    width: calc(100% - 12px);
  }

  .site-nav nav {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    margin-right: 24px;
  }
}

/* HOME_V6_FOOTER_COLOR_BLOCKS: reference-2 inspired upper colophon block + quiet lower footer */
.site-footer.site-footer-v4 {
  margin-top: clamp(36px, 5vw, 64px);
  padding: 0 0 clamp(32px, 4vw, 48px);
  border-top: 0;
}

.footer-colophon-v5 {
  display: grid;
  justify-items: center;
  margin: 0 0 clamp(44px, 6vw, 74px);
  padding: clamp(58px, 7vw, 86px) clamp(24px, 5vw, 72px);
  border-top: 1px solid rgba(173,197,163,.56);
  border-bottom: 1px solid rgba(173,197,163,.56);
  background:
    radial-gradient(circle at 50% 16%, rgba(234,244,223,.42), transparent 28%),
    linear-gradient(180deg, rgba(255,253,244,.58), rgba(255,253,244,.34));
  text-align: center;
}

.footer-colophon-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(36,77,40,.08);
}

.footer-colophon-mark img {
  width: 30px;
  height: 30px;
  display: block;
}

.footer-colophon-v5 .eyebrow {
  margin: 0 0 16px;
  color: var(--garden-green);
}

.footer-colophon-v5 h2 {
  margin: 0;
  color: var(--garden-ink);
  font-family: var(--font-heading);
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.16;
}

.footer-colophon-v5 p:not(.eyebrow) {
  max-width: 760px;
  margin: 20px auto 0;
  color: #5f6f65;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.82;
}

.footer-colophon-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
  margin-top: 28px;
}

.footer-colophon-tags span {
  min-width: 86px;
  padding: 8px 14px;
  border: 1px solid rgba(173,197,163,.62);
  color: var(--garden-green);
  background: rgba(234,244,223,.36);
  font-family: var(--font-data);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}

.footer-v4-main {
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: clamp(18px, 2.5vw, 34px);
}

.footer-v4-bottom {
  max-width: 1360px;
  margin-inline: auto;
}

@media (max-width: 720px) {
  .footer-colophon-v5 {
    margin-bottom: 34px;
    padding: 46px 20px;
  }

  .footer-colophon-tags span {
    min-width: 74px;
    padding-inline: 10px;
  }
}

/* HOME_V6_FOOTER_EXTRACTED_COLORS: sampled from reference image 0/1/2 bands */
:root {
  --footer-band-0: #F6F3EA;
  --footer-band-1: #FAF8F2;
  --footer-band-2: #F4F5EB;
}

.site-footer.site-footer-v4 {
  position: relative;
  isolation: isolate;
  margin-top: 0;
  padding: clamp(70px, 7vw, 104px) 0 clamp(32px, 4vw, 48px);
  background: var(--footer-band-2);
  border-top: 1px solid rgba(173,197,163,.46);
}

.site-footer.site-footer-v4::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: clamp(70px, 7vw, 104px);
  border-bottom: 1px solid rgba(173,197,163,.46);
  background: var(--footer-band-0);
}

.footer-colophon-v5 {
  position: relative;
  z-index: 1;
  margin: 0 0 clamp(46px, 6vw, 76px);
  background: var(--footer-band-1);
  background-image: none;
}

.footer-v4-main,
.footer-v4-bottom {
  position: relative;
  z-index: 1;
}

@media (max-width: 720px) {
  .site-footer.site-footer-v4 {
    padding-top: 58px;
  }

  .site-footer.site-footer-v4::before {
    height: 58px;
  }
}


/* HOME_V7_WIDE_FOOTER_BANDS: keep reading sections at the established measure; only the footer uses the wide stage. */
@media (min-width: 1181px) {
  .page-stage {
    width: min(
      var(--page-stage-max),
      calc(100% - (var(--page-stage-gutter) * 2))
    );
  }
}

.site-footer.site-footer-v4 {
  --footer-band-0-height: clamp(64px, 4.8vw, 92px);
  --footer-band-1-height: clamp(196px, 13vw, 246px);
  --footer-main-min: clamp(226px, 17vw, 286px);
  --footer-bottom-height: clamp(54px, 4.1vw, 70px);
  width: 100%;
  display: grid;
  grid-template-rows:
    var(--footer-band-0-height)
    var(--footer-band-1-height)
    minmax(var(--footer-main-min), auto)
    var(--footer-bottom-height);
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  color: var(--garden-ink);
  background: var(--footer-band-2);
  border-top: 1px solid rgba(173, 197, 163, .48);
  border-bottom: 1px solid rgba(173, 197, 163, .34);
}

.site-footer.site-footer-v4::before {
  content: "";
  position: relative;
  z-index: 0;
  inset: auto;
  grid-row: 1;
  width: 100%;
  height: 100%;
  display: block;
  background: var(--footer-band-0);
  border-bottom: 1px solid rgba(173, 197, 163, .48);
}

.footer-colophon-v5 {
  grid-row: 2;
  width: 100%;
  min-height: 0;
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  margin: 0;
  padding: 22px clamp(72px, 8vw, 132px) 24px;
  background: var(--footer-band-1);
  background-image: none;
  border-top: 0;
  border-bottom: 1px solid rgba(173, 197, 163, .48);
  text-align: center;
}

.footer-colophon-mark {
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
}

.footer-colophon-mark img {
  width: 24px;
  height: 24px;
}

.footer-colophon-v5 .eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: .24em;
}

.footer-colophon-v5 h2 {
  font-size: clamp(28px, 2.45vw, 42px);
  line-height: 1.12;
}

.footer-colophon-v5 p:not(.eyebrow) {
  max-width: 880px;
  margin-top: 14px;
  font-size: clamp(15px, .95vw, 17px);
  line-height: 1.72;
}

.footer-colophon-tags {
  margin-top: 18px;
  gap: 8px 14px;
}

.footer-colophon-tags span {
  min-width: 108px;
  padding: 7px 14px;
}

.footer-v4-main {
  grid-row: 3;
  width: 100%;
  max-width: none;
  min-height: var(--footer-main-min);
  margin: 0;
  padding: clamp(46px, 4.8vw, 66px) clamp(42px, 6vw, 76px) clamp(34px, 3.8vw, 54px);
  background: var(--footer-band-2);
  border-bottom: 1px solid rgba(173, 197, 163, .48);
  grid-template-columns: minmax(0, 1.18fr) minmax(180px, .48fr) minmax(180px, .48fr);
  gap: clamp(64px, 8vw, 148px);
}

.footer-v4-brand {
  max-width: 520px;
}

.footer-v4-mark {
  margin-bottom: 12px;
}

.footer-v4-brand h2 {
  font-size: clamp(28px, 2.15vw, 38px);
}

.footer-v4-brand p {
  max-width: 32em;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.72;
}

.footer-v4-main h3 {
  margin-bottom: 18px;
}

.footer-v4-main nav {
  gap: 10px;
}

.footer-v4-main a {
  min-height: 30px;
  font-size: clamp(17px, 1.25vw, 20px);
}

.footer-v4-bottom {
  grid-row: 4;
  width: 100%;
  max-width: none;
  min-height: var(--footer-bottom-height);
  margin: 0;
  padding: 0 clamp(42px, 6vw, 76px);
  display: flex;
  align-items: center;
  background: var(--footer-band-2);
  border-top: 0;
}

@media (max-width: 1180px) {
  .site-footer.site-footer-v4 {
    grid-template-rows: 58px auto auto auto;
  }

  .footer-colophon-v5 {
    padding: 42px 24px;
  }

  .footer-v4-main {
    max-width: none;
    padding: 42px 28px 36px;
  }

  .footer-v4-bottom {
    min-height: auto;
    padding: 20px 28px;
  }
}

@media (max-width: 720px) {
  .footer-colophon-v5 {
    padding: 38px 20px;
  }

  .footer-v4-main {
    padding: 38px 22px 32px;
  }

  .footer-v4-bottom {
    padding: 18px 22px 22px;
  }
}


/* HOME_V7_WIDE_FOOTER_BANDS_FIX: force every footer band to occupy the full wide stage */
.site-footer.site-footer-v4 {
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  justify-items: stretch;
}

.site-footer.site-footer-v4::before,
.footer-colophon-v5,
.footer-v4-main,
.footer-v4-bottom {
  grid-column: 1 / -1;
  justify-self: stretch;
  align-self: stretch;
}

.site-footer.site-footer-v4::before {
  grid-row: 1;
}

.footer-colophon-v5 {
  grid-row: 2;
}

.footer-v4-main {
  grid-row: 3;
}

.footer-v4-bottom {
  grid-row: 4;
}


/* HOME_V7_WIDE_FOOTER_BANDS_GAP_FIX: remove inherited row gaps so color bands touch edge-to-edge */
.site-footer.site-footer-v4 {
  gap: 0;
  row-gap: 0;
  column-gap: 0;
}

@media (min-width: 1181px) {
  .site-footer.site-footer-v4 {
    width: min(1500px, calc(100vw - 48px));
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}


/* HOME_V8_HERO_LAYER_FIX: four Hero scenes use separate copy / visual / controls zones */
@media (min-width: 1025px) {
  .hero-slide-opening .hero-banner-copy.hero-opening-v4-copy {
    position: absolute;
    z-index: 3;
    top: clamp(134px, 12vw, 168px);
    left: clamp(96px, 8vw, 132px);
    width: min(510px, 34vw);
    max-width: 510px;
    padding: 0;
    text-shadow: 0 16px 42px rgba(8, 24, 15, .34);
  }

  .hero-opening-v4-copy .bilingual-eyebrow,
  .hero-opening-v4-copy .eyebrow {
    margin-bottom: 12px;
  }

  .hero-opening-v4-copy h1 {
    max-width: 510px;
    font-size: clamp(50px, 3.85vw, 70px);
    line-height: 1.06;
  }

  .hero-opening-v4-copy h1 .hero-title-main {
    color: #fffdf4;
  }

  .hero-opening-v4-copy h1 .hero-title-sub {
    color: #f4d189;
  }

  .hero-opening-v4-copy .hero-subtitle {
    max-width: 440px;
    margin: 14px 0 16px;
    font-size: clamp(21px, 1.55vw, 28px);
    line-height: 1.32;
  }

  .hero-opening-v4-copy .hero-statement {
    max-width: 420px;
    padding-left: 14px;
    border-left: 1px solid rgba(244, 209, 137, .72);
    font-size: 13px;
    line-height: 1.58;
  }

  .hero-opening-v4-copy .hero-statement p {
    margin: 0 0 9px;
  }

  .hero-opening-v4-copy .copy-en {
    margin-top: 3px;
    font-size: 10px;
    line-height: 1.42;
  }

  .hero-slide-opening .hero-actions {
    margin-top: 14px;
  }

  .hero-slide-opening .hero-actions a {
    min-height: 44px;
  }

  .hero-entrance-stack {
    top: clamp(132px, 12vw, 166px);
    right: clamp(96px, 8vw, 132px);
    width: min(390px, 27vw);
    gap: 10px;
  }

  .hero-entrance-card {
    min-height: 88px;
    padding: 15px 62px 14px 18px;
  }

  .hero-entrance-card strong {
    font-size: 22px;
  }

  .hero-entrance-card small {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.44;
  }

  .hero-entrance-card i {
    right: 18px;
    width: 36px;
    height: 36px;
  }

  .hero-slide-trading .hero-editorial-copy,
  .hero-slide-life .hero-editorial-copy,
  .hero-slide-reflection .hero-editorial-copy {
    width: min(560px, 38vw);
    max-width: 560px;
    margin-left: clamp(96px, 8vw, 132px);
    padding: clamp(126px, 11vw, 150px) 0 92px;
  }

  .hero-slide-trading .hero-slide-title,
  .hero-slide-life .hero-slide-title,
  .hero-slide-reflection .hero-slide-title {
    max-width: 540px;
    font-size: clamp(42px, 3.35vw, 54px);
    line-height: 1.13;
  }

  .hero-slide-trading .hero-slide-english,
  .hero-slide-life .hero-slide-english,
  .hero-slide-reflection .hero-slide-english {
    max-width: 500px;
    margin: 12px 0 22px;
  }

  .hero-slide-trading .hero-slide-description,
  .hero-slide-life .hero-slide-description,
  .hero-slide-reflection .hero-slide-description {
    max-width: 470px;
    font-size: 18px;
    line-height: 1.62;
  }

  .hero-slide-trading .hero-slide-description-en,
  .hero-slide-life .hero-slide-description-en,
  .hero-slide-reflection .hero-slide-description-en {
    max-width: 470px;
    margin-top: 8px;
  }

  .hero-slide-trading .hero-actions,
  .hero-slide-life .hero-actions,
  .hero-slide-reflection .hero-actions {
    position: static;
    transform: none;
    top: auto;
    margin-top: 24px;
    gap: 24px;
  }

  .hero-archive-visual {
    top: clamp(190px, 18vw, 240px);
    right: clamp(96px, 8vw, 132px);
    width: min(430px, 28vw);
  }

  .hero-slide-life .hero-banner-image {
    top: clamp(150px, 15vw, 196px);
    right: clamp(96px, 8vw, 132px);
    width: min(420px, 28vw);
    height: 50%;
  }

  .hero-life-visual {
    right: clamp(112px, 9vw, 148px);
    bottom: 84px;
  }

  .hero-reflection-visual {
    top: clamp(154px, 15vw, 190px);
    right: clamp(96px, 8vw, 132px);
    width: min(390px, 26vw);
  }

  .hero-carousel-controls {
    right: clamp(96px, 8vw, 132px);
    bottom: 24px;
  }
}

@media (min-width: 1181px) {
  .hero-slide-trading .hero-editorial-copy,
  .hero-slide-life .hero-editorial-copy,
  .hero-slide-reflection .hero-editorial-copy,
  .hero-slide-opening .hero-banner-copy.hero-opening-v4-copy {
    left: auto;
  }
}


/* HOME_V8_HERO_OPENING_SAFE_INSET: keep opening copy inside the wide Hero edge */
@media (min-width: 1025px) {
  .hero-slide-opening .hero-banner-copy.hero-opening-v4-copy {
    left: clamp(96px, 8vw, 132px);
  }
}


/* HOME_V8_HERO_MEDIUM_WIDTH_CLEARANCE: keep secondary Hero CTAs above footer labels on 1280-1366px */
@media (min-width: 1025px) and (max-width: 1400px) {
  .hero-slide-trading .hero-editorial-copy,
  .hero-slide-reflection .hero-editorial-copy {
    padding-top: 116px;
  }

  .hero-slide-trading .hero-slide-title,
  .hero-slide-reflection .hero-slide-title {
    font-size: clamp(40px, 3.15vw, 48px);
    line-height: 1.1;
  }

  .hero-slide-trading .hero-slide-english,
  .hero-slide-reflection .hero-slide-english {
    margin-bottom: 18px;
  }

  .hero-slide-trading .hero-slide-description,
  .hero-slide-reflection .hero-slide-description {
    font-size: 17px;
    line-height: 1.54;
  }

  .hero-slide-trading .hero-actions,
  .hero-slide-reflection .hero-actions {
    margin-top: 18px;
  }
}


/* HOME_V8_HERO_MEDIUM_WIDTH_CLEARANCE_2: restore nav clearance while preserving footer gap */
@media (min-width: 1025px) and (max-width: 1400px) {
  .hero-slide-trading .hero-editorial-copy,
  .hero-slide-reflection .hero-editorial-copy {
    padding-top: 132px;
  }

  .hero-slide-trading .hero-slide-title,
  .hero-slide-reflection .hero-slide-title {
    font-size: clamp(38px, 2.95vw, 46px);
    line-height: 1.08;
  }

  .hero-slide-trading .hero-slide-english,
  .hero-slide-reflection .hero-slide-english {
    margin: 10px 0 12px;
    font-size: 14px;
  }

  .hero-slide-trading .hero-slide-description,
  .hero-slide-reflection .hero-slide-description {
    font-size: 16px;
    line-height: 1.44;
  }

  .hero-slide-trading .hero-slide-description-en,
  .hero-slide-reflection .hero-slide-description-en {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.42;
  }

  .hero-slide-trading .hero-actions,
  .hero-slide-reflection .hero-actions {
    margin-top: 14px;
  }
}

/* HOME_FEATURED_PANEL_POLISH_2026_08_01
   Clean-room refinement of the three homepage side entries:
   quieter paper framing, stronger editorial hierarchy, compact premium controls. */
.archive-panel {
  gap: clamp(18px, 2.4vw, 26px);
}

.archive-panel > .curve-feature-card,
.archive-panel > .featured-quick-links,
.archive-panel > .quant-journey-entry {
  border-radius: 2px;
  box-shadow: 0 22px 52px rgba(45, 57, 38, .08);
}

.featured-curve-card {
  position: relative;
  padding: clamp(24px, 3vw, 32px);
  overflow: hidden;
  border: 1px solid rgba(244, 221, 174, .28);
  background:
    linear-gradient(90deg, rgba(244,221,174,.08) 1px, transparent 1px) 0 0 / 48px 48px,
    radial-gradient(circle at 92% 18%, rgba(215,168,91,.18), transparent 30%),
    linear-gradient(152deg, #1b442d 0%, #12321f 70%, #0d2819 100%);
}

.featured-curve-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  border: 1px solid rgba(255, 253, 244, .14);
}

.featured-curve-card .featured-card-head,
.featured-curve-card .archive-intro,
.featured-curve-card .curve-card,
.featured-curve-card .archive-action {
  position: relative;
  z-index: 1;
}

.featured-card-head {
  align-items: baseline;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(244, 221, 174, .16);
}

.featured-card-head h2 {
  color: #fffdf4;
  font-family: var(--font-heading);
  font-size: clamp(36px, 3.3vw, 52px);
  font-weight: 550;
  letter-spacing: -.045em;
  line-height: .95;
}

.featured-card-head h2 .heading-en {
  margin-top: 7px;
  color: rgba(244, 221, 174, .8);
  font-family: var(--font-data);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.featured-card-head > span {
  padding: 6px 8px;
  border: 1px solid rgba(244, 221, 174, .18);
  color: #f4ddae;
  background: rgba(15, 48, 30, .42);
}

.featured-curve-card .archive-intro {
  max-width: 36em;
  margin-top: 16px;
  color: rgba(255, 253, 244, .76);
  font-size: 13px;
  line-height: 1.72;
}

.featured-curve-card .archive-intro .copy-en {
  display: block;
  margin-top: 6px;
  color: rgba(255, 253, 244, .62);
  font-size: 12px;
  font-weight: 700;
}

.featured-curve-card .curve-card {
  margin-top: 18px;
  padding: 18px 18px 13px;
  border: 1px solid rgba(244, 221, 174, .22);
  background:
    linear-gradient(180deg, rgba(255,253,244,.045), rgba(255,253,244,.02)),
    rgba(13, 42, 26, .36);
}

.featured-curve-card .curve-status {
  gap: 9px;
  color: rgba(255, 253, 244, .8);
  font-size: 11px;
  letter-spacing: .05em;
}

.featured-curve-card .curve-status i {
  box-shadow: 0 0 0 4px rgba(215, 168, 91, .1);
}

.featured-curve-card .curve-card svg {
  height: clamp(96px, 8.8vw, 128px);
  margin: 10px 0 4px;
}

.featured-curve-card .curve-axis {
  color: rgba(255, 253, 244, .62);
  font-size: 10px;
}

.archive-action {
  align-items: center;
  min-height: 48px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(244, 221, 174, .18);
  color: #f4ddae;
}

.archive-action strong {
  color: #f4ddae;
  letter-spacing: .04em;
}

.archive-action small {
  color: rgba(244, 221, 174, .68);
}

.archive-action > span[aria-hidden="true"] {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(244, 221, 174, .26);
  border-radius: 50%;
}

.featured-quick-links {
  position: relative;
  padding: clamp(20px, 2.4vw, 26px);
  border: 1px solid rgba(173, 197, 163, .72);
  background:
    linear-gradient(90deg, rgba(173,197,163,.12) 1px, transparent 1px) 0 0 / 44px 44px,
    linear-gradient(180deg, rgba(255,253,244,.96), rgba(248,244,234,.86));
}

.featured-quick-links::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 24px;
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, rgba(173,197,163,.15), rgba(36,77,40,.45));
}

.featured-quick-links h3 {
  margin-bottom: 16px;
  color: #17351f;
  font-size: 11px;
  letter-spacing: .2em;
}

.featured-quick-links h3 span {
  margin-top: 6px;
  color: #7d8a7d;
  font-size: 10px;
  letter-spacing: .16em;
}

.featured-quick-links a {
  min-height: 56px;
  grid-template-columns: 34px 1fr 34px;
  gap: 13px;
  margin: 0;
  border-top: 1px solid rgba(173, 197, 163, .48);
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.featured-quick-links a:first-of-type {
  border-top: 0;
}

.featured-quick-links a:hover,
.featured-quick-links a:focus-visible {
  color: var(--garden-green-deep);
  background: rgba(234, 244, 223, .32);
  transform: translateX(2px);
}

.quick-icon {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(173, 197, 163, .72);
  color: var(--garden-green);
  background: rgba(234, 244, 223, .58);
  font-family: var(--font-heading);
  font-size: 13px;
}

.featured-quick-links strong {
  color: #25372d;
  font-size: 15px;
  font-weight: 780;
  line-height: 1.2;
}

.featured-quick-links small {
  margin-top: 3px;
  color: #7b867b;
  font-size: 11px;
  font-weight: 720;
}

.featured-quick-links i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--garden-green);
  font-style: normal;
  font-size: 20px;
}

.quant-journey-entry {
  min-height: clamp(214px, 17vw, 280px);
  align-content: stretch;
  gap: 0;
  padding: clamp(26px, 3vw, 34px);
  border: 1px solid rgba(244, 221, 174, .34);
  background:
    linear-gradient(90deg, rgba(244,221,174,.08) 1px, transparent 1px) 0 0 / 54px 54px,
    radial-gradient(circle at 94% 82%, rgba(215,168,91,.2), transparent 28%),
    linear-gradient(145deg, #19442c 0%, #234d28 52%, #12301f 100%);
}

.quant-journey-entry::before {
  content: "FM  TIME  ROUTE";
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1;
  color: rgba(244, 221, 174, .62);
  font-family: var(--font-data);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .18em;
}

.quant-journey-entry::after {
  right: -72px;
  bottom: -72px;
  width: 238px;
  height: 238px;
  border-color: rgba(244, 221, 174, .17);
}

.quant-entry-kicker {
  position: relative;
  z-index: 1;
  color: #f4ddae;
  font-size: 11px;
  letter-spacing: .22em;
}

.quant-entry-title {
  max-width: 7em;
  margin-top: 22px;
  color: #fffdf4;
  font-size: clamp(40px, 4.6vw, 64px);
  font-weight: 550;
  line-height: .96;
  text-shadow: 0 12px 28px rgba(0,0,0,.16);
}

.quant-entry-subtitle {
  margin-top: 13px;
  color: rgba(244, 221, 174, .78);
  font-size: 10px;
  letter-spacing: .22em;
}

.quant-journey-entry p {
  max-width: 28em;
  margin-top: auto;
  padding: 12px 48px 12px 16px;
  border: 1px solid rgba(244, 221, 174, .16);
  border-radius: 999px;
  color: rgba(255, 253, 244, .78);
  background: rgba(13, 42, 26, .28);
  font-size: 13px;
  line-height: 1.5;
}

.quant-entry-visual {
  left: auto;
  right: 46px;
  bottom: 34px;
  width: min(190px, 38%);
  height: 102px;
  opacity: .42;
}

.quant-entry-visual i {
  border-radius: 16px;
}

.quant-entry-visual i:nth-child(1) { inset: 0; }
.quant-entry-visual i:nth-child(2) { inset: 15px 30px 15px 30px; }
.quant-entry-visual i:nth-child(3) { inset: 31px 62px 31px 62px; }
.quant-entry-visual i:nth-child(4) {
  top: 46px;
  right: 54px;
  width: 42px;
}

.quant-journey-entry > b {
  right: 28px;
  bottom: 28px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(244, 221, 174, .28);
  border-radius: 50%;
  color: #f4ddae;
  font-size: 24px;
}

.quant-journey-entry:hover,
.quant-journey-entry:focus-visible {
  box-shadow: 0 24px 54px rgba(18, 48, 31, .2);
}

@media (max-width: 900px) {
  .featured-curve-card,
  .featured-quick-links,
  .quant-journey-entry {
    padding: 22px;
  }

  .quant-journey-entry {
    min-height: 210px;
  }

  .quant-entry-title {
    margin-top: 18px;
    font-size: clamp(34px, 9vw, 50px);
  }

  .quant-journey-entry p {
    border-radius: 18px;
    padding-right: 14px;
  }

  .quant-entry-visual {
    display: none;
  }
}

@media (max-width: 560px) {
  .featured-card-head {
    display: grid;
  }

  .featured-card-head h2 {
    font-size: 36px;
  }

  .featured-quick-links a {
    min-height: 52px;
    grid-template-columns: 30px 1fr 30px;
  }

  .quick-icon {
    width: 26px;
    height: 26px;
  }

  .quant-journey-entry::before {
    display: none;
  }

  .quant-entry-title {
    max-width: none;
  }
}

/* HOME_FEATURED_PANEL_POLISH_2026_08_01_B: tighten copy wrapping after visual review. */
.featured-curve-card .curve-status {
  display: grid;
  grid-template-columns: auto minmax(0, max-content) 1fr;
  align-items: center;
  column-gap: 10px;
  row-gap: 3px;
  line-height: 1.32;
}

.featured-curve-card .curve-status b {
  display: inline-block;
  min-width: 0;
  color: rgba(255, 253, 244, .78);
  font-size: 10px;
  letter-spacing: .11em;
  line-height: 1.35;
}

.quant-journey-entry p {
  width: min(100%, 32em);
  max-width: none;
  padding-right: 56px;
  font-size: 12.5px;
  line-height: 1.46;
}

@media (max-width: 900px) {
  .featured-curve-card .curve-status {
    grid-template-columns: auto 1fr;
  }

  .featured-curve-card .curve-status b {
    grid-column: 2;
  }
}

/* HOME_FEATURED_PANEL_POLISH_2026_08_01_C: make the quant entry lighter, translucent, and visually distinct. */
.quant-journey-entry {
  border: 1px solid rgba(173, 197, 163, .68);
  color: var(--garden-green-deep);
  background:
    linear-gradient(90deg, rgba(36,77,40,.085) 1px, transparent 1px) 0 0 / 54px 54px,
    linear-gradient(0deg, rgba(255,253,244,.34), rgba(255,253,244,.34)),
    radial-gradient(circle at 92% 72%, rgba(36,77,40,.15), transparent 30%),
    linear-gradient(145deg, rgba(234,244,223,.84) 0%, rgba(218,230,205,.68) 48%, rgba(244,221,174,.44) 100%);
  box-shadow: 0 22px 48px rgba(45, 57, 38, .10);
}

.quant-journey-entry::before {
  color: rgba(36, 77, 40, .54);
}

.quant-journey-entry::after {
  right: -54px;
  bottom: -64px;
  width: 250px;
  height: 250px;
  border-color: rgba(36, 77, 40, .16);
}

.quant-entry-kicker {
  color: #8b6b31;
}

.quant-entry-title {
  color: #17351f;
  text-shadow: 0 10px 24px rgba(255, 253, 244, .58);
}

.quant-entry-subtitle {
  color: rgba(36, 77, 40, .66);
}

.quant-journey-entry p {
  border-color: rgba(36, 77, 40, .18);
  color: rgba(23, 53, 31, .78);
  background: rgba(255, 253, 244, .42);
  box-shadow: inset 0 0 0 1px rgba(255, 253, 244, .28);
}

.quant-entry-visual {
  right: 34px;
  bottom: 32px;
  width: min(230px, 44%);
  height: 122px;
  opacity: .64;
}

.quant-entry-visual::before {
  content: "FXQ1  →  FXQ6";
  position: absolute;
  left: 14px;
  bottom: 13px;
  color: rgba(36, 77, 40, .42);
  font-family: var(--font-data);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .16em;
}

.quant-entry-visual::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 56px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(215,168,91,.28), rgba(36,77,40,.5));
}

.quant-entry-visual i {
  border-color: rgba(36, 77, 40, .2);
  box-shadow: inset 0 0 0 1px rgba(255,253,244,.18);
}

.quant-entry-visual i:nth-child(1) { inset: 0; }
.quant-entry-visual i:nth-child(2) { inset: 16px 34px 16px 34px; }
.quant-entry-visual i:nth-child(3) { inset: 34px 72px 34px 72px; }
.quant-entry-visual i:nth-child(4) {
  top: 54px;
  right: 60px;
  background: rgba(139, 107, 49, .58);
}

.quant-journey-entry > b {
  border-color: rgba(36, 77, 40, .26);
  color: var(--garden-green);
  background: rgba(255, 253, 244, .38);
}

.quant-journey-entry:hover,
.quant-journey-entry:focus-visible {
  box-shadow: 0 26px 58px rgba(45, 57, 38, .14);
}

@media (max-width: 900px) {
  .quant-entry-visual::before,
  .quant-entry-visual::after {
    display: none;
  }
}

/* HOME_FEATURED_PANEL_ALIGN_2026_08_01: add one left entry, then compact the right stack to align bottoms. */
@media (min-width: 901px) {
  .archive-panel {
    gap: 16px;
  }

  .featured-curve-card {
    padding: 22px;
  }

  .featured-curve-card::before {
    inset: 10px;
  }

  .featured-card-head {
    padding-bottom: 9px;
  }

  .featured-card-head h2 {
    font-size: clamp(32px, 2.8vw, 44px);
  }

  .featured-card-head h2 .heading-en {
    margin-top: 5px;
  }

  .featured-curve-card .archive-intro {
    margin-top: 11px;
    font-size: 12px;
    line-height: 1.56;
  }

  .featured-curve-card .archive-intro .copy-en {
    margin-top: 4px;
    font-size: 11px;
  }

  .featured-curve-card .curve-card {
    margin-top: 12px;
    padding: 13px 14px 10px;
  }

  .featured-curve-card .curve-card svg {
    height: clamp(78px, 6.8vw, 98px);
    margin: 6px 0 1px;
  }

  .featured-curve-card .curve-status {
    column-gap: 8px;
    font-size: 10px;
  }

  .featured-curve-card .curve-status b {
    font-size: 9px;
  }

  .archive-action {
    min-height: 38px;
    margin-top: 12px;
    padding-top: 9px;
  }

  .archive-action > span[aria-hidden="true"] {
    width: 30px;
    height: 30px;
  }

  .featured-quick-links {
    padding: 17px 18px 12px;
  }

  .featured-quick-links h3 {
    margin-bottom: 10px;
  }

  .featured-quick-links a {
    min-height: 47px;
  }

  .quant-journey-entry {
    min-height: 184px;
    padding: 24px 24px 22px;
  }

  .quant-journey-entry::before {
    top: 22px;
    right: 24px;
  }

  .quant-entry-title {
    margin-top: 16px;
    font-size: clamp(34px, 3.7vw, 52px);
  }

  .quant-entry-subtitle {
    margin-top: 9px;
  }

  .quant-journey-entry p {
    width: min(100%, 29em);
    padding: 10px 50px 10px 14px;
    font-size: 12px;
  }

  .quant-entry-visual {
    right: 30px;
    bottom: 26px;
    width: min(205px, 42%);
    height: 100px;
  }

  .quant-entry-visual i:nth-child(2) { inset: 13px 30px; }
  .quant-entry-visual i:nth-child(3) { inset: 29px 64px; }
  .quant-entry-visual i:nth-child(4) {
    top: 44px;
    right: 52px;
  }

  .quant-journey-entry > b {
    right: 24px;
    bottom: 24px;
    width: 38px;
    height: 38px;
  }
}

/* READER_MAP_FINAL_OVERRIDE: keep first hero compact and controls off cards. */
@media (min-width: 1025px) {
  .hero-slide-opening .hero-banner-copy.hero-opening-v4-copy {
    width: min(650px, 47vw);
    max-width: 650px;
    top: clamp(82px, 6.6vw, 108px);
    left: clamp(96px, 8vw, 132px);
    padding: 0;
  }

  .hero-opening-v4-copy h1 {
    max-width: 100%;
    font-size: clamp(34px, 3vw, 48px);
    line-height: 1.09;
  }

  .hero-opening-v4-copy .hero-subtitle {
    max-width: 100%;
    margin: 13px 0 10px;
    font-size: clamp(16px, 1.05vw, 18px);
    line-height: 1.55;
  }

  .hero-opening-v4-copy .hero-record-subtitle {
    font-size: clamp(15px, 1vw, 17px);
  }

  .hero-opening-v4-copy .hero-statement {
    display: none;
  }

  .hero-entrance-stack {
    top: clamp(112px, 8.5vw, 132px);
    width: min(386px, 30vw);
    gap: 8px;
  }

  .hero-entrance-card {
    min-height: 76px;
    padding: 13px 54px 12px 16px;
  }

  .hero-entrance-card strong {
    font-size: 21px;
  }

  .hero-entrance-card small {
    display: -webkit-box;
    margin-top: 4px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 10.5px;
    line-height: 1.38;
  }

  .hero-entrance-card small b {
    display: none;
  }

  .hero-carousel:has(.hero-slide-opening.is-active) .hero-carousel-controls {
    right: auto;
    left: clamp(96px, 8vw, 132px);
    bottom: 24px;
  }
}

@media (max-width: 760px) {
  .hero-carousel {
    --hero-frame-height: 900px;
  }

  .hero-slide-opening .hero-banner-copy.hero-opening-v4-copy {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 126px;
  }

  .hero-opening-v4-copy h1 {
    max-width: 100%;
    font-size: clamp(30px, 8.5vw, 38px);
    line-height: 1.12;
  }

  .hero-opening-v4-copy .hero-subtitle {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.55;
  }

  .hero-opening-v4-copy .hero-record-subtitle {
    font-size: 14px;
  }

  .hero-opening-v4-copy .hero-statement {
    display: none;
  }

  .hero-entrance-card small b {
    display: none;
  }
}

@media (min-width: 1025px) {
  .hero-slide-opening .hero-banner-copy.hero-opening-v4-copy {
    width: min(560px, 42vw);
    max-width: 560px;
    top: clamp(112px, 8.6vw, 148px);
  }

  .hero-opening-v4-copy h1 {
    max-width: 8.8em;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.03;
    letter-spacing: -.045em;
  }

  .hero-opening-v4-copy .hero-subtitle {
    max-width: min(500px, 36vw);
    margin: 18px 0 0;
    color: rgba(255, 253, 244, .9);
    font-family: var(--font-body);
    font-size: clamp(15px, 1vw, 17px);
    font-weight: 450;
    letter-spacing: .01em;
    line-height: 1.76;
  }

  .hero-opening-v4-copy .hero-record-subtitle {
    max-width: min(540px, 38vw);
    margin-top: 8px;
    color: rgba(244, 221, 174, .9);
    font-family: var(--font-body);
    font-size: clamp(14px, .95vw, 16px);
    font-weight: 400;
    line-height: 1.66;
  }

  .hero-opening-v4-copy .hero-record-subtitle .copy-en {
    display: block;
    margin-top: 4px;
    color: rgba(244, 221, 174, .68);
    font-family: var(--font-data);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .hero-opening-v4-copy .hero-actions {
    margin-top: 22px;
  }

  .hero-entrance-stack {
    top: clamp(132px, 10vw, 166px);
    width: min(360px, 27vw);
    gap: 9px;
    padding: 14px;
    background:
      linear-gradient(180deg, rgba(255, 253, 244, .9), rgba(248, 244, 234, .78));
  }

  .hero-entrance-heading {
    padding-bottom: 4px;
  }

  .hero-entrance-card {
    min-height: 70px;
    padding: 12px 50px 12px 14px;
  }

  .hero-entrance-card strong {
    font-size: 20px;
    line-height: 1.08;
  }

  .hero-entrance-card small {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.36;
    -webkit-line-clamp: 2;
  }

  .records-layout {
    align-items: start;
  }

  .records-column {
    align-self: start;
    padding-bottom: 0;
  }

  .record-list {
    gap: 12px;
  }

  .record-surface {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 16px;
    min-height: 116px;
    padding: 16px 20px;
  }

  .entry-date strong {
    font-size: 24px;
  }

  .record-meta {
    margin-bottom: 6px;
  }

  .record-item h3 {
    margin-bottom: 5px;
    font-size: clamp(18px, 1.55vw, 22px);
    line-height: 1.22;
  }

  .record-title-en {
    margin-top: 1px;
    font-size: .78em;
  }

  .record-item p {
    display: -webkit-box;
    max-width: 38em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 1.38;
  }

  .records-more {
    margin-top: 16px;
  }
}

@media (max-width: 760px) {
  .hero-opening-v4-copy h1 {
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.08;
    letter-spacing: -.04em;
  }

  .hero-opening-v4-copy .hero-subtitle,
  .hero-opening-v4-copy .hero-record-subtitle {
    font-family: var(--font-body);
    line-height: 1.62;
  }
}

@media (min-width: 1025px) {
  .hero-opening-v4-copy h1 .hero-title-line {
    display: block;
    white-space: nowrap;
  }

  .archive-panel {
    gap: 12px;
  }

  .featured-curve-card {
    padding: 18px 18px 16px;
  }

  .featured-card-head {
    padding-bottom: 8px;
  }

  .featured-card-head h2 {
    font-size: clamp(31px, 2.7vw, 43px);
  }

  .featured-curve-card .archive-intro {
    display: -webkit-box;
    margin-top: 10px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
    line-height: 1.55;
  }

  .featured-curve-card .archive-intro .copy-en {
    display: none;
  }

  .featured-curve-card .curve-card {
    margin-top: 12px;
    padding: 13px 14px 10px;
  }

  .featured-curve-card .curve-card svg {
    height: clamp(72px, 5.8vw, 94px);
    margin: 6px 0 2px;
  }

  .archive-action {
    min-height: 42px;
    margin-top: 10px;
    padding-top: 9px;
  }

  .featured-quick-links {
    padding: 14px 15px 12px;
  }

  .featured-quick-links h3 {
    margin-bottom: 9px;
  }

  .featured-quick-links li a {
    min-height: 34px;
    padding: 6px 0;
  }

  .quant-journey-entry {
    min-height: 126px;
    padding: 18px 20px;
  }

  .quant-journey-entry h3 {
    font-size: clamp(30px, 3vw, 42px);
  }

  .quant-journey-entry p {
    margin-top: 7px;
    padding: 8px 44px 8px 12px;
  }

  .quant-entry-visual {
    height: 82px;
  }
}

@media (min-width: 1025px) {
  .archive-panel {
    gap: 12px;
  }

  .archive-panel > * {
    margin-top: 0 !important;
  }

  .featured-curve-card {
    padding: 16px 17px 14px;
  }

  .featured-card-head h2 {
    font-size: clamp(28px, 2.35vw, 38px);
  }

  .featured-card-head > span {
    padding: 4px 7px;
    font-size: 8px;
  }

  .featured-curve-card .archive-intro {
    margin-top: 8px;
    -webkit-line-clamp: 2;
    font-size: 11.5px;
    line-height: 1.45;
  }

  .featured-curve-card .curve-card {
    margin-top: 10px;
    padding: 10px 12px 8px;
  }

  .featured-curve-card .curve-status {
    font-size: 9.5px;
  }

  .featured-curve-card .curve-status b {
    display: none;
  }

  .featured-curve-card .curve-card svg {
    height: clamp(56px, 4.4vw, 72px);
    margin: 4px 0 0;
  }

  .featured-curve-card .curve-axis {
    font-size: 9px;
  }

  .archive-action {
    min-height: 38px;
    margin-top: 8px;
    padding-top: 7px;
  }

  .featured-quick-links {
    padding: 12px 14px 10px;
  }

  .featured-quick-links h3 {
    margin-bottom: 6px;
    font-size: 10px;
  }

  .featured-quick-links li a {
    min-height: 40px;
    padding: 4px 0;
  }

  .featured-quick-links li strong {
    font-size: 13px;
  }

  .featured-quick-links li small {
    font-size: 9.5px;
  }

  .quant-journey-entry {
    min-height: 138px;
    padding: 15px 18px;
  }

  .quant-entry-kicker {
    margin-bottom: 5px;
  }

  .quant-journey-entry h3 {
    font-size: clamp(27px, 2.45vw, 36px);
  }

  .quant-entry-subtitle {
    margin-top: 4px;
  }

  .quant-journey-entry p {
    display: -webkit-box;
    max-width: 92%;
    margin-top: 6px;
    padding: 7px 42px 7px 10px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 10.5px;
    line-height: 1.35;
  }

  .quant-entry-visual {
    right: 22px;
    bottom: 18px;
    height: 64px;
    opacity: .58;
  }

  .quant-journey-entry > b {
    right: 16px;
    bottom: 16px;
    width: 34px;
    height: 34px;
  }
}

@media (min-width: 1025px) {
  .featured-curve-card {
    box-sizing: border-box;
    height: 278px;
    overflow: hidden;
  }

  .featured-curve-card .curve-card svg {
    height: 52px;
  }

  .featured-curve-card .archive-intro {
    -webkit-line-clamp: 1;
  }

  .featured-quick-links {
    box-sizing: border-box;
    height: 184px;
    overflow: hidden;
  }

  .featured-quick-links li a {
    min-height: 42px;
  }

  .quant-journey-entry {
    box-sizing: border-box;
    height: 150px;
    min-height: 150px;
    overflow: hidden;
  }

  .quant-journey-entry p {
    -webkit-line-clamp: 1;
  }

  .quant-entry-visual {
    height: 54px;
  }
}


/* HERO_HEIGHT_TEXTBAR_MARKET_NOTES_2026_08_02: approved local UI direction in progress. */
@media (min-width: 1025px) {
  .hero-carousel {
    --hero-frame-height: clamp(790px, 82svh, 880px);
  }

  .hero-slide-opening .hero-banner-copy.hero-opening-v4-copy {
    position: absolute;
    top: clamp(188px, 12.6vw, 228px);
    left: max(96px, calc((100vw - var(--page-stage-max)) / 2 + 120px));
    width: min(760px, 48vw);
    max-width: 760px;
    padding: 0;
  }

  .hero-opening-v4-copy .bilingual-eyebrow {
    margin-bottom: clamp(26px, 2.2vw, 34px);
    color: #ffd982;
    font-size: 13px;
    letter-spacing: .3em;
  }

  .hero-opening-v4-copy h1 {
    max-width: min(820px, 51vw);
    color: #fffdf4;
    font-size: clamp(58px, 4.9vw, 78px);
    line-height: 1.08;
    letter-spacing: -.065em;
    text-wrap: balance;
  }

  .hero-opening-v4-copy .hero-subtitle {
    max-width: min(700px, 43vw);
    margin: clamp(24px, 2vw, 30px) 0 0;
    color: #ffd982;
    font-size: clamp(23px, 1.95vw, 30px);
    font-weight: 750;
    line-height: 1.36;
    letter-spacing: -.015em;
  }

  .hero-opening-v4-copy .hero-record-subtitle {
    max-width: min(690px, 43vw);
    margin-top: clamp(34px, 3vw, 44px);
    color: rgba(255, 253, 244, .86);
    font-size: clamp(16px, 1.28vw, 20px);
    font-weight: 500;
    line-height: 1.82;
  }

  .hero-opening-v4-copy .hero-record-subtitle .copy-en {
    display: block;
    margin-top: 12px;
    color: rgba(255, 253, 244, .64);
    font-family: var(--font-data);
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: .03em;
  }

  .hero-opening-v4-copy .hero-actions {
    margin-top: clamp(34px, 3vw, 44px);
  }

  .hero-slide-opening .hero-entrance-stack {
    position: absolute;
    top: clamp(205px, 13.7vw, 240px);
    right: max(96px, calc((100vw - var(--page-stage-max)) / 2 + 120px));
    bottom: auto;
    width: min(500px, 31vw);
    max-height: none;
    gap: 0;
    padding: 26px 28px 18px;
    border: 0;
    border-radius: 0;
    background: rgba(255, 253, 244, .91);
    color: var(--garden-ink);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .12);
    backdrop-filter: none;
  }

  .hero-slide-opening .hero-entrance-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(35, 53, 45, .16);
    color: rgba(35, 53, 45, .62);
  }

  .hero-slide-opening .hero-entrance-heading strong,
  .hero-slide-opening .hero-entrance-heading small {
    color: inherit;
    font-family: var(--font-data);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .24em;
    text-transform: uppercase;
  }

  .hero-slide-opening .hero-entrance-card {
    min-height: 76px;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) 32px;
    grid-template-areas:
      "idx title go"
      "idx desc go";
    column-gap: 16px;
    align-items: center;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid rgba(35, 53, 45, .13);
    border-radius: 0;
    background: transparent;
    color: var(--garden-ink);
    box-shadow: none;
  }

  .hero-slide-opening .hero-entrance-card:hover,
  .hero-slide-opening .hero-entrance-card:focus-visible {
    background: rgba(234, 244, 223, .38);
    transform: none;
  }

  .hero-slide-opening .hero-entrance-card span {
    grid-area: idx;
    align-self: start;
    margin-top: 5px;
    color: #a07b39;
    font-family: var(--font-data);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
  }

  .hero-slide-opening .hero-entrance-card span b {
    display: none;
  }

  .hero-slide-opening .hero-entrance-card strong {
    grid-area: title;
    color: var(--garden-ink);
    font-size: clamp(19px, 1.45vw, 23px);
    line-height: 1.1;
    letter-spacing: -.03em;
  }

  .hero-slide-opening .hero-entrance-card small {
    grid-area: desc;
    display: -webkit-box;
    margin-top: 7px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: rgba(35, 53, 45, .64);
    font-size: 12px;
    line-height: 1.45;
  }

  .hero-slide-opening .hero-entrance-card small b {
    display: none;
  }

  .hero-slide-opening .hero-entrance-card i {
    grid-area: go;
    position: static;
    width: 31px;
    height: 31px;
    background: #edf6e3;
    color: var(--garden-green);
    font-size: 14px;
  }

  .hero-slide-opening .hero-entrance-scenes {
    margin-top: 12px;
    color: rgba(35, 53, 45, .58);
  }

  .hero-slide-opening .hero-entrance-scenes b i {
    width: 18px;
    background: currentColor;
  }

  .hero-opening-textbar {
    position: absolute;
    z-index: 3;
    left: max(96px, calc((100vw - var(--page-stage-max)) / 2 + 120px));
    right: max(96px, calc((100vw - var(--page-stage-max)) / 2 + 120px));
    bottom: 78px;
    height: 124px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(217, 170, 87, .32);
    border-bottom: 1px solid rgba(255, 253, 244, .13);
    background: linear-gradient(90deg, rgba(11,50,28,.05), rgba(255,253,244,.05), rgba(11,50,28,.1));
  }

  .hero-opening-textbar div {
    min-width: 0;
    padding: 23px 34px;
    border-right: 1px solid rgba(217, 170, 87, .25);
  }

  .hero-opening-textbar div:last-child {
    border-right: 0;
    background: rgba(255, 253, 244, .09);
  }

  .hero-opening-textbar b {
    display: block;
    color: #ffd982;
    font-family: var(--font-data);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .26em;
    text-transform: uppercase;
  }

  .hero-opening-textbar p {
    margin: 13px 0 0;
    color: rgba(255, 253, 244, .88);
    font-size: clamp(15px, 1.08vw, 18px);
    line-height: 1.58;
  }

  .hero-carousel:has(.hero-slide-opening.is-active) .hero-carousel-controls {
    right: max(96px, calc((100vw - var(--page-stage-max)) / 2 + 120px));
    bottom: 24px;
    left: auto;
    width: min(370px, 28vw);
    background: rgba(6, 33, 20, .25);
  }

  .hero-slide-opening .hero-banner-foot {
    display: none;
  }
}

@media (max-width: 1024px) {
  .hero-opening-textbar {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
  }

  .hero-opening-textbar div {
    padding: 13px 14px;
    border: 1px solid rgba(217, 170, 87, .22);
    background: rgba(13, 45, 27, .28);
  }

  .hero-opening-textbar b {
    display: block;
    color: #ffd982;
    font-family: var(--font-data);
    font-size: 10px;
    letter-spacing: .18em;
  }

  .hero-opening-textbar p {
    margin: 7px 0 0;
    color: rgba(255,253,244,.85);
    font-size: 13px;
    line-height: 1.45;
  }
}

@media (max-width: 760px) {
  .hero-carousel {
    --hero-frame-height: 1080px;
  }

  .hero-opening-textbar {
    grid-template-columns: 1fr;
  }
}


/* HERO_CONTAINER_POSITION_FIX_2026_08_02: final pass, positions are relative to the hero frame, not viewport. */
@media (min-width: 1025px) {
  .hero-carousel {
    --hero-frame-height: clamp(820px, 84svh, 900px);
  }

  .hero-slide-opening .hero-banner-image {
    object-position: center center;
    opacity: .58;
  }

  .hero-slide-opening::before {
    background:
      linear-gradient(90deg, rgba(9, 36, 21, .96) 0%, rgba(13, 46, 27, .90) 45%, rgba(13, 46, 27, .44) 100%),
      linear-gradient(180deg, rgba(13, 46, 27, .08) 0%, rgba(13, 46, 27, .72) 100%);
  }

  .hero-slide-opening .hero-banner-copy.hero-opening-v4-copy {
    top: clamp(205px, 14vw, 235px) !important;
    left: clamp(86px, 7.2vw, 125px) !important;
    width: min(650px, 46%) !important;
    max-width: 650px !important;
    padding: 0 !important;
    transform: none !important;
  }

  .hero-opening-v4-copy .bilingual-eyebrow {
    margin-bottom: 28px !important;
    color: #ffd982 !important;
    font-size: 13px !important;
    letter-spacing: .30em !important;
  }

  .hero-opening-v4-copy h1 {
    max-width: 10.5em !important;
    color: #fffdf4 !important;
    font-size: clamp(52px, 4.35vw, 72px) !important;
    line-height: 1.06 !important;
    letter-spacing: -.065em !important;
    text-wrap: balance;
  }

  .hero-opening-v4-copy .hero-subtitle {
    max-width: 620px !important;
    margin: 24px 0 0 !important;
    color: #ffd982 !important;
    font-size: clamp(22px, 1.72vw, 28px) !important;
    font-weight: 760 !important;
    line-height: 1.38 !important;
    letter-spacing: -.015em !important;
  }

  .hero-opening-v4-copy .hero-record-subtitle {
    max-width: 610px !important;
    margin-top: 34px !important;
    color: rgba(255,253,244,.84) !important;
    font-size: clamp(16px, 1.16vw, 19px) !important;
    font-weight: 500 !important;
    line-height: 1.78 !important;
  }

  .hero-opening-v4-copy .hero-record-subtitle .copy-en {
    display: block !important;
    margin-top: 11px !important;
    color: rgba(255,253,244,.66) !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  .hero-opening-v4-copy .hero-actions {
    margin-top: 38px !important;
  }

  .hero-slide-opening .hero-entrance-stack {
    top: clamp(218px, 14.5vw, 248px) !important;
    right: clamp(86px, 7.2vw, 125px) !important;
    left: auto !important;
    bottom: auto !important;
    width: min(430px, 31%) !important;
    max-width: 430px !important;
    padding: 22px 24px 16px !important;
    gap: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(255,253,244,.91) !important;
    color: var(--garden-ink) !important;
    box-shadow: 0 18px 48px rgba(0,0,0,.13) !important;
    backdrop-filter: none !important;
    transform: none !important;
  }

  .hero-slide-opening .hero-entrance-heading {
    padding-bottom: 14px !important;
  }

  .hero-slide-opening .hero-entrance-card {
    min-height: 68px !important;
    padding: 10px 0 !important;
    grid-template-columns: 44px minmax(0,1fr) 30px !important;
    column-gap: 14px !important;
  }

  .hero-slide-opening .hero-entrance-card strong {
    font-size: clamp(18px, 1.3vw, 21px) !important;
    line-height: 1.1 !important;
  }

  .hero-slide-opening .hero-entrance-card small {
    margin-top: 6px !important;
    font-size: 11px !important;
    line-height: 1.36 !important;
    -webkit-line-clamp: 1 !important;
  }

  .hero-slide-opening .hero-entrance-card i {
    width: 29px !important;
    height: 29px !important;
  }

  .hero-slide-opening .hero-entrance-scenes {
    margin-top: 10px !important;
    font-size: 10px !important;
  }

  .hero-opening-textbar {
    left: clamp(86px, 7.2vw, 125px) !important;
    right: clamp(86px, 7.2vw, 125px) !important;
    bottom: 82px !important;
    height: 126px !important;
    z-index: 3 !important;
  }

  .hero-opening-textbar div {
    padding: 24px 30px !important;
  }

  .hero-opening-textbar p {
    font-size: clamp(15px, 1.05vw, 17px) !important;
    line-height: 1.55 !important;
  }

  .hero-carousel:has(.hero-slide-opening.is-active) .hero-carousel-controls {
    right: clamp(86px, 7.2vw, 125px) !important;
    left: auto !important;
    bottom: 24px !important;
    width: min(360px, 28vw) !important;
    z-index: 4 !important;
  }

  .records-section {
    padding-top: clamp(92px, 8vw, 118px);
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .hero-slide-opening .hero-banner-copy.hero-opening-v4-copy {
    top: 190px !important;
    left: 72px !important;
    width: 52% !important;
  }

  .hero-opening-v4-copy h1 {
    font-size: clamp(46px, 4.2vw, 58px) !important;
  }

  .hero-slide-opening .hero-entrance-stack {
    right: 72px !important;
    width: 360px !important;
  }

  .hero-opening-textbar {
    left: 72px !important;
    right: 72px !important;
  }
}


/* HERO_READABILITY_SPACING_FIX_2026_08_02: make title proportions and bottom controls cleaner. */
@media (min-width: 1025px) {
  .hero-opening-v4-copy h1 {
    max-width: 9.6em !important;
    font-size: clamp(49px, 4.05vw, 66px) !important;
    line-height: 1.08 !important;
  }

  .hero-opening-v4-copy .hero-subtitle {
    font-size: clamp(20px, 1.55vw, 25px) !important;
  }

  .hero-opening-v4-copy .hero-record-subtitle {
    font-size: clamp(15px, 1.06vw, 18px) !important;
  }

  .hero-opening-textbar {
    bottom: 96px !important;
    height: 112px !important;
  }

  .hero-opening-textbar div {
    padding: 20px 30px !important;
  }

  .hero-carousel:has(.hero-slide-opening.is-active) .hero-carousel-controls {
    bottom: 24px !important;
    height: 54px !important;
  }

  .hero-opening-textbar div:last-child {
    padding-right: 390px !important;
  }

  .record-item p,
  .featured-curve-card .archive-intro {
    -webkit-line-clamp: unset !important;
    max-height: none !important;
  }
}


/* HERO_TEXTBAR_COLUMN_FIX_2026_08_02: keep all three textbar columns readable. */
@media (min-width: 1025px) {
  .hero-opening-textbar div:last-child {
    padding-right: 30px !important;
  }

  .hero-opening-textbar {
    bottom: 112px !important;
  }

  .hero-carousel:has(.hero-slide-opening.is-active) .hero-carousel-controls {
    bottom: 24px !important;
  }
}


/* RIGHT_RAIL_FULL_TEXT_REPAIR_2026_08_02: right rail must breathe; no clipped text. */
@media (min-width: 1025px) {
  .records-layout {
    grid-template-columns: minmax(0, 2.12fr) minmax(380px, .88fr) !important;
    gap: clamp(34px, 3.4vw, 58px) !important;
    align-items: stretch !important;
  }

  .record-list {
    gap: 18px !important;
  }

  .record-item .record-surface {
    min-height: 138px !important;
    padding: 22px 36px 22px 28px !important;
  }

  .record-item-pinned .record-surface {
    min-height: 146px !important;
  }

  .record-item h3 {
    font-size: clamp(20px, 1.55vw, 27px) !important;
    line-height: 1.22 !important;
  }

  .record-item p {
    display: block !important;
    max-width: 46em !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    max-height: none !important;
    font-size: clamp(14px, .98vw, 16px) !important;
    line-height: 1.62 !important;
  }

  .archive-panel {
    gap: 18px !important;
    overflow: visible !important;
  }

  .featured-curve-card {
    height: auto !important;
    min-height: 382px !important;
    overflow: visible !important;
    padding: 26px 26px 24px !important;
  }

  .featured-curve-card .archive-intro {
    display: block !important;
    margin-top: 16px !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    max-height: none !important;
    font-size: 13px !important;
    line-height: 1.68 !important;
  }

  .featured-curve-card .archive-intro .copy-en {
    display: block !important;
    margin-top: 7px !important;
    color: rgba(199, 210, 201, .78) !important;
    font-size: 11px !important;
    line-height: 1.5 !important;
  }

  .featured-curve-card .curve-card {
    margin-top: 18px !important;
    padding: 17px 18px 14px !important;
  }

  .featured-curve-card .curve-card svg {
    height: clamp(104px, 7.8vw, 138px) !important;
    margin: 10px 0 8px !important;
  }

  .featured-curve-card .curve-status {
    font-size: 11px !important;
    line-height: 1.4 !important;
  }

  .featured-curve-card .curve-status b {
    display: inline !important;
    font-size: 9px !important;
  }

  .archive-action {
    min-height: 44px !important;
    margin-top: 16px !important;
    padding: 10px 0 0 !important;
  }

  .featured-quick-links {
    height: auto !important;
    min-height: 228px !important;
    overflow: visible !important;
    padding: 24px 26px 18px !important;
  }

  .featured-quick-links h3 {
    margin-bottom: 14px !important;
  }

  .featured-quick-links a {
    min-height: 58px !important;
    padding-block: 10px !important;
  }

  .quant-journey-entry {
    height: auto !important;
    min-height: 260px !important;
    overflow: visible !important;
    padding: 28px 28px 24px !important;
  }

  .quant-entry-title,
  .quant-journey-entry .quant-entry-title {
    margin-top: 18px !important;
    font-size: clamp(42px, 4.2vw, 64px) !important;
    line-height: .95 !important;
  }

  .quant-entry-subtitle {
    margin-top: 8px !important;
  }

  .quant-journey-entry p {
    display: block !important;
    width: min(100%, 31em) !important;
    max-width: 31em !important;
    margin-top: 18px !important;
    padding: 11px 56px 11px 15px !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    max-height: none !important;
    font-size: 12px !important;
    line-height: 1.62 !important;
  }

  .quant-entry-visual {
    right: 30px !important;
    bottom: 34px !important;
    width: min(230px, 44%) !important;
    height: 112px !important;
    opacity: .70 !important;
  }

  .quant-journey-entry > b {
    right: 24px !important;
    bottom: 28px !important;
    width: 44px !important;
    height: 44px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .featured-curve-card {
    min-height: 356px !important;
    padding: 22px 22px 20px !important;
  }

  .featured-curve-card .curve-card svg {
    height: 104px !important;
  }

  .featured-quick-links {
    min-height: 214px !important;
    padding: 20px 22px 16px !important;
  }

  .quant-journey-entry {
    min-height: 246px !important;
    padding: 24px 22px 22px !important;
  }
}


/* RIGHT_RAIL_QUALITY_PASS_2026_08_02: coherent editorial rail, no tiny clipped widgets. */
@media (min-width: 1025px) {
  .records-section {
    padding-top: clamp(96px, 8vw, 126px) !important;
  }

  .records-layout {
    grid-template-columns: minmax(0, 1.95fr) minmax(440px, .9fr) !important;
    gap: clamp(42px, 4vw, 68px) !important;
  }

  .records-column {
    align-self: start !important;
  }

  .record-list {
    gap: 16px !important;
  }

  .record-item .record-surface {
    min-height: 130px !important;
    padding: 20px 34px 20px 26px !important;
  }

  .record-item-pinned .record-surface {
    min-height: 134px !important;
    border-left: 3px solid rgba(215,168,91,.8) !important;
  }

  .archive-panel {
    gap: 20px !important;
  }

  .featured-curve-card,
  .featured-quick-links,
  .quant-journey-entry {
    width: 100% !important;
    border: 1px solid rgba(124, 166, 80, .22) !important;
    box-shadow: 0 18px 44px rgba(43, 52, 36, .08) !important;
  }

  .featured-curve-card {
    min-height: 430px !important;
    padding: 30px 30px 26px !important;
  }

  .featured-card-head h2 {
    font-size: clamp(44px, 3.7vw, 60px) !important;
    line-height: .95 !important;
  }

  .featured-curve-card .archive-intro {
    margin-top: 18px !important;
    font-size: 14px !important;
    line-height: 1.72 !important;
  }

  .featured-curve-card .curve-card {
    margin-top: 22px !important;
    padding: 20px 20px 16px !important;
  }

  .featured-curve-card .curve-card svg {
    height: 146px !important;
    margin: 14px 0 10px !important;
  }

  .archive-action {
    margin-top: 18px !important;
  }

  .featured-quick-links {
    min-height: 238px !important;
    padding: 24px 28px 20px !important;
    background: rgba(255, 253, 244, .82) !important;
  }

  .featured-quick-links h3 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    margin-bottom: 16px !important;
  }

  .featured-quick-links a {
    min-height: 60px !important;
    padding: 11px 0 !important;
    grid-template-columns: 42px 1fr 24px !important;
  }

  .quant-journey-entry {
    min-height: 318px !important;
    padding: 32px 30px 28px !important;
    background:
      radial-gradient(circle at 82% 25%, rgba(124, 166, 80, .20), transparent 38%),
      linear-gradient(135deg, rgba(255,253,244,.94), rgba(233,241,221,.88)) !important;
  }

  .quant-entry-kicker {
    font-size: 13px !important;
    letter-spacing: .24em !important;
  }

  .quant-entry-title,
  .quant-journey-entry .quant-entry-title {
    margin-top: 22px !important;
    font-size: clamp(58px, 5.4vw, 82px) !important;
    line-height: .92 !important;
    letter-spacing: -.08em !important;
  }

  .quant-entry-subtitle {
    margin-top: 10px !important;
    font-size: 15px !important;
    letter-spacing: .18em !important;
  }

  .quant-journey-entry p {
    width: min(100%, 35em) !important;
    max-width: 35em !important;
    margin-top: 24px !important;
    padding: 14px 64px 14px 16px !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
    background: rgba(255,253,244,.64) !important;
  }

  .quant-entry-visual {
    right: 26px !important;
    bottom: 42px !important;
    width: min(245px, 42%) !important;
    height: 136px !important;
    opacity: .58 !important;
  }

  .quant-journey-entry > b {
    right: 26px !important;
    bottom: 32px !important;
    width: 50px !important;
    height: 50px !important;
    font-size: 22px !important;
  }
}


/* QUANT_CARD_TEXT_PRIORITY_2026_08_02: text first, decorative route second. */
@media (min-width: 1025px) {
  .quant-journey-entry {
    min-height: 390px !important;
    padding-bottom: 34px !important;
  }

  .quant-journey-entry p {
    width: min(100%, 36em) !important;
    max-width: 36em !important;
    padding-right: 18px !important;
  }

  .quant-entry-visual {
    z-index: 0 !important;
    right: 24px !important;
    bottom: 24px !important;
    width: 180px !important;
    height: 92px !important;
    opacity: .24 !important;
    pointer-events: none !important;
  }

  .quant-journey-entry > *:not(.quant-entry-visual) {
    position: relative !important;
    z-index: 1 !important;
  }

  .quant-journey-entry > b {
    z-index: 2 !important;
    right: 24px !important;
    bottom: 24px !important;
  }
}


/* RIGHT_RAIL_DECORATION_CONTAIN_2026_08_02: no overflow decorations in the right rail. */
@media (min-width: 1025px) {
  .quant-journey-entry {
    overflow: hidden !important;
    min-height: 372px !important;
  }

  .quant-journey-entry::after {
    display: none !important;
    content: none !important;
  }

  .quant-entry-visual {
    display: block !important;
    left: auto !important;
    right: 28px !important;
    bottom: 30px !important;
    width: 150px !important;
    height: 74px !important;
    opacity: .18 !important;
  }

  .quant-journey-entry p {
    margin-right: 0 !important;
    padding-right: 72px !important;
  }

  .quant-journey-entry > b {
    right: 26px !important;
    bottom: 28px !important;
  }
}


/* RECORD_READABILITY_2026_08_02: four-entry list stays readable, not compressed. */
@media (min-width: 1025px) {
  .record-item p {
    font-size: 16px !important;
    line-height: 1.62 !important;
  }
}

/* RIGHT_RAIL_EDITORIAL_REBUILD_2026_08_02: user-facing repair after visual review.
   Right rail should read as one calm editorial stack: primary market card + two quiet supporting routes. */
@media (min-width: 1025px) {
  .records-layout {
    grid-template-columns: minmax(0, 1.82fr) minmax(420px, .82fr) !important;
    gap: clamp(38px, 3.8vw, 64px) !important;
    align-items: start !important;
  }

  .records-column {
    align-self: start !important;
  }

  .archive-panel {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    align-self: start !important;
    overflow: visible !important;
  }

  .featured-curve-card,
  .featured-quick-links,
  .quant-journey-entry {
    border-radius: 0 !important;
    box-shadow: 0 12px 30px rgba(44, 55, 36, .055) !important;
  }

  .featured-curve-card {
    min-height: 488px !important;
    padding: 34px 34px 30px !important;
    background:
      radial-gradient(circle at 88% 16%, rgba(215, 168, 91, .16), transparent 32%),
      linear-gradient(180deg, #10371f 0%, #0c2d1a 100%) !important;
    color: #fffdf4 !important;
    overflow: hidden !important;
  }

  .featured-curve-card::before {
    inset: 14px !important;
    border-color: rgba(255, 253, 244, .10) !important;
  }

  .featured-card-head {
    align-items: start !important;
    padding-bottom: 16px !important;
    border-bottom-color: rgba(255,253,244,.13) !important;
  }

  .featured-card-head h2,
  .featured-card-head h2#archive-title {
    max-width: 6.6em !important;
    font-size: clamp(52px, 4.25vw, 70px) !important;
    line-height: .88 !important;
    letter-spacing: -.075em !important;
    text-transform: lowercase !important;
  }

  .featured-card-head h2 .heading-en {
    display: block !important;
    margin-top: 12px !important;
    color: rgba(255,253,244,.62) !important;
    font-size: 11px !important;
    letter-spacing: .24em !important;
    line-height: 1.2 !important;
  }

  .featured-card-head > span {
    margin-top: 6px !important;
    padding: 6px 9px !important;
    color: rgba(255,253,244,.62) !important;
    border: 1px solid rgba(255,253,244,.16) !important;
    background: rgba(255,253,244,.035) !important;
    font-size: 9px !important;
    letter-spacing: .22em !important;
  }

  .featured-curve-card .archive-intro {
    max-width: 28em !important;
    margin-top: 22px !important;
    color: rgba(255,253,244,.78) !important;
    font-size: 14px !important;
    line-height: 1.78 !important;
    letter-spacing: .01em !important;
  }

  .featured-curve-card .archive-intro .copy-en {
    display: block !important;
    margin-top: 9px !important;
    color: rgba(255,253,244,.48) !important;
    font-size: 11px !important;
    line-height: 1.42 !important;
    letter-spacing: .04em !important;
  }

  .featured-curve-card .curve-card {
    margin-top: 26px !important;
    padding: 20px 20px 16px !important;
    border-color: rgba(255,253,244,.13) !important;
    background: rgba(255,253,244,.045) !important;
  }

  .featured-curve-card .curve-card svg {
    height: 170px !important;
    margin: 16px 0 12px !important;
  }

  .featured-curve-card .curve-status {
    color: rgba(255,253,244,.74) !important;
    font-size: 11px !important;
    line-height: 1.45 !important;
  }

  .featured-curve-card .curve-status b {
    color: rgba(255,253,244,.42) !important;
    font-size: 9px !important;
    letter-spacing: .12em !important;
  }

  .featured-curve-card .curve-axis small {
    color: rgba(255,253,244,.48) !important;
  }

  .archive-action {
    margin-top: 18px !important;
    min-height: 48px !important;
    border-top-color: rgba(255,253,244,.13) !important;
    color: rgba(255,253,244,.88) !important;
  }

  .archive-action small {
    color: rgba(255,253,244,.48) !important;
  }

  .featured-quick-links {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    min-height: 0 !important;
    padding: 20px 24px 18px !important;
    border: 1px solid rgba(124, 166, 80, .18) !important;
    background: rgba(255, 253, 244, .74) !important;
  }

  .featured-quick-links h3 {
    margin: 0 0 10px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid rgba(124, 166, 80, .14) !important;
    color: rgba(23,53,31,.78) !important;
    font-size: 12px !important;
    letter-spacing: .20em !important;
  }

  .featured-quick-links h3 span {
    color: rgba(23,53,31,.42) !important;
    font-size: 9px !important;
    letter-spacing: .20em !important;
  }

  .featured-quick-links a {
    min-height: 48px !important;
    padding: 8px 0 !important;
    grid-template-columns: 32px minmax(0, 1fr) 22px !important;
    border-bottom: 1px solid rgba(124, 166, 80, .10) !important;
  }

  .featured-quick-links a:last-child {
    border-bottom: 0 !important;
  }

  .featured-quick-links .quick-icon {
    width: 24px !important;
    height: 24px !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    background: rgba(124,166,80,.09) !important;
    color: rgba(23,53,31,.64) !important;
  }

  .featured-quick-links strong {
    font-size: 14px !important;
    line-height: 1.22 !important;
  }

  .featured-quick-links small {
    margin-top: 3px !important;
    font-size: 10px !important;
    letter-spacing: .04em !important;
  }

  .quant-journey-entry {
    display: block !important;
    min-height: 0 !important;
    padding: 24px 24px 22px !important;
    border: 1px solid rgba(124, 166, 80, .20) !important;
    background:
      linear-gradient(90deg, rgba(124,166,80,.12), rgba(215,168,91,.08)),
      rgba(255, 253, 244, .78) !important;
    color: var(--garden-green-deep) !important;
    overflow: hidden !important;
  }

  .quant-journey-entry::before,
  .quant-journey-entry::after {
    display: none !important;
    content: none !important;
  }

  .quant-entry-kicker {
    display: block !important;
    color: rgba(139, 107, 49, .72) !important;
    font-size: 10px !important;
    letter-spacing: .26em !important;
  }

  .quant-entry-title,
  .quant-journey-entry .quant-entry-title {
    display: block !important;
    margin-top: 12px !important;
    font-size: clamp(28px, 2.5vw, 38px) !important;
    line-height: 1.12 !important;
    letter-spacing: -.05em !important;
  }

  .quant-entry-subtitle {
    display: block !important;
    margin-top: 4px !important;
    color: rgba(23,53,31,.46) !important;
    font-size: 11px !important;
    letter-spacing: .16em !important;
  }

  .quant-journey-entry p {
    display: block !important;
    width: auto !important;
    max-width: 30em !important;
    margin: 14px 56px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: rgba(23,53,31,.70) !important;
    font-size: 13px !important;
    line-height: 1.72 !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    max-height: none !important;
  }

  .quant-entry-visual {
    display: none !important;
  }

  .quant-journey-entry > b {
    right: 22px !important;
    bottom: 22px !important;
    width: 34px !important;
    height: 34px !important;
    border-color: rgba(23,53,31,.18) !important;
    background: rgba(255,253,244,.55) !important;
    color: rgba(23,53,31,.68) !important;
    font-size: 16px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .records-layout {
    grid-template-columns: minmax(0, 1.72fr) minmax(390px, .86fr) !important;
    gap: 34px !important;
  }

  .featured-curve-card {
    min-height: 454px !important;
    padding: 30px 30px 26px !important;
  }

  .featured-card-head h2,
  .featured-card-head h2#archive-title {
    font-size: clamp(46px, 4.05vw, 60px) !important;
  }

  .featured-curve-card .curve-card svg {
    height: 142px !important;
  }
}

/* RIGHT_RAIL_BALANCE_FIX_2026_08_02: align the right rail with the four-record list.
   The rail should not run far below the left column; reduce oversized market card and make secondary cards quiet. */
@media (min-width: 1025px) {
  .records-layout {
    grid-template-columns: minmax(0, 1.88fr) minmax(400px, .82fr) !important;
    gap: clamp(36px, 3.6vw, 58px) !important;
  }

  .archive-panel {
    gap: 12px !important;
  }

  .featured-curve-card {
    min-height: 0 !important;
    height: auto !important;
    padding: 27px 28px 24px !important;
  }

  .featured-curve-card::before {
    inset: 12px !important;
  }

  .featured-card-head {
    padding-bottom: 12px !important;
  }

  .featured-card-head h2,
  .featured-card-head h2#archive-title {
    max-width: 7.4em !important;
    font-size: clamp(42px, 3.45vw, 56px) !important;
    line-height: .90 !important;
    letter-spacing: -.065em !important;
  }

  .featured-card-head h2 .heading-en {
    margin-top: 9px !important;
    font-size: 10px !important;
  }

  .featured-card-head > span {
    padding: 5px 8px !important;
    font-size: 8px !important;
  }

  .featured-curve-card .archive-intro {
    max-width: 30em !important;
    margin-top: 15px !important;
    font-size: 12.5px !important;
    line-height: 1.66 !important;
  }

  .featured-curve-card .archive-intro .copy-en {
    margin-top: 6px !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
  }

  .featured-curve-card .curve-card {
    margin-top: 18px !important;
    padding: 15px 16px 13px !important;
  }

  .featured-curve-card .curve-card svg {
    height: clamp(108px, 7.2vw, 130px) !important;
    margin: 10px 0 7px !important;
  }

  .featured-curve-card .curve-status {
    font-size: 10px !important;
    line-height: 1.34 !important;
  }

  .featured-curve-card .curve-status b {
    display: inline-block !important;
    margin-left: 6px !important;
    font-size: 8px !important;
    letter-spacing: .10em !important;
  }

  .featured-curve-card .curve-axis small {
    font-size: 9px !important;
  }

  .archive-action {
    min-height: 38px !important;
    margin-top: 12px !important;
    padding-top: 9px !important;
  }

  .archive-action strong {
    font-size: 12px !important;
  }

  .archive-action small {
    font-size: 10px !important;
  }

  .featured-quick-links {
    min-height: 0 !important;
    padding: 17px 22px 15px !important;
  }

  .featured-quick-links h3 {
    margin-bottom: 8px !important;
    padding-bottom: 10px !important;
    font-size: 11px !important;
  }

  .featured-quick-links a {
    min-height: 42px !important;
    padding: 6px 0 !important;
    grid-template-columns: 30px minmax(0, 1fr) 20px !important;
  }

  .featured-quick-links .quick-icon {
    width: 22px !important;
    height: 22px !important;
    font-size: 11px !important;
  }

  .featured-quick-links strong {
    font-size: 13px !important;
    line-height: 1.12 !important;
  }

  .featured-quick-links small {
    margin-top: 2px !important;
    font-size: 9px !important;
  }

  .quant-journey-entry {
    position: relative !important;
    min-height: 0 !important;
    padding: 19px 22px 19px !important;
  }

  .quant-entry-kicker {
    font-size: 9px !important;
  }

  .quant-entry-title,
  .quant-journey-entry .quant-entry-title {
    margin-top: 9px !important;
    font-size: clamp(26px, 2.2vw, 34px) !important;
    line-height: 1.08 !important;
  }

  .quant-entry-subtitle {
    margin-top: 3px !important;
    font-size: 10px !important;
  }

  .quant-journey-entry p {
    max-width: none !important;
    margin: 11px 46px 0 0 !important;
    color: rgba(23,53,31,.68) !important;
    font-size: 12px !important;
    line-height: 1.58 !important;
  }

  .quant-journey-entry > b {
    position: absolute !important;
    left: auto !important;
    top: auto !important;
    right: 20px !important;
    bottom: 20px !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 14px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .records-layout {
    grid-template-columns: minmax(0, 1.78fr) minmax(370px, .84fr) !important;
    gap: 30px !important;
  }

  .featured-curve-card {
    padding: 24px 24px 22px !important;
  }

  .featured-card-head h2,
  .featured-card-head h2#archive-title {
    font-size: clamp(38px, 3.2vw, 50px) !important;
  }

  .featured-curve-card .curve-card svg {
    height: 104px !important;
  }
}

/* RIGHT_RAIL_ARROW_SPECIFICITY_FIX_2026_08_02: override older direct-child z-index rule. */
@media (min-width: 1025px) {
  .records-section .archive-panel .quant-journey-entry > b {
    position: absolute !important;
    left: auto !important;
    top: auto !important;
    right: 20px !important;
    bottom: 20px !important;
    width: 30px !important;
    height: 30px !important;
    transform: none !important;
  }
}


/* MOBILE_CURVE_ENTRY_TOUCH_REPAIR_2026_08_22 */
/* Keep the public curve route a native one-tap link on touch screens. */
.featured-curve-card .curve-card,
.featured-curve-card .archive-action,
.featured-quick-links a,
.hero-actions a {
  position: relative;
  z-index: 2;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(215, 168, 91, .22);
}

.featured-curve-card .curve-card {
  min-height: 48px;
}

.featured-curve-card .curve-card > *,
.featured-curve-card .curve-card svg * {
  pointer-events: none;
}

@media (max-width: 720px) {
  .featured-curve-card .curve-card,
  .featured-curve-card .archive-action,
  .featured-quick-links a {
    min-height: 48px;
  }

  .featured-curve-card .curve-card:active,
  .featured-curve-card .archive-action:active,
  .featured-quick-links a:active,
  .hero-actions a:active {
    transform: translateY(1px);
  }
}

/* LIFE_LEDGER_HERO_ENTRY_2026_08_23 */

.hero-slide-life .hero-life-visual span {
  color: #244d28;
  font-size: 10px;
  letter-spacing: .14em;
}

.hero-slide-life .hero-life-visual small {
  color: #6f7f68;
  letter-spacing: .1em;
}

.hero-slide-life .hero-actions .button-primary {
  border-color: rgba(36, 77, 40, .42);
  background: rgba(255, 253, 244, .86);
}

.hero-slide-life .hero-actions .button-primary:hover,
.hero-slide-life .hero-actions .button-primary:focus-visible {
  border-color: #244d28;
  background: #fffdf4;
}

/* LIFE_GARDEN_V5_HOME_ENTRY_2026_08_23: life and travel are the two primary entries; WeChat remains a single supporting route. */
.life-garden-v5 { grid-template-columns: minmax(0, 1.48fr) minmax(320px, .72fr); }
.life-garden-v5-main { grid-row: span 2; }
.life-garden-v5-panel { height: 100%; padding: clamp(26px, 3vw, 38px); position: relative; overflow: hidden; border: 1px solid rgba(207,224,199,.72); background: rgba(255,253,244,.58); }
.life-garden-v5-panel::after { content: ""; position: absolute; right: -86px; bottom: -112px; width: 270px; height: 270px; border: 1px solid rgba(125,166,80,.32); border-radius: 50%; pointer-events: none; }
.life-garden-v5-panel h2 { max-width: 13em; margin: 10px 0 14px; font-size: clamp(31px, 3.35vw, 47px); line-height: 1.12; }
.life-garden-v5-intro { max-width: 760px; margin: 0; color: #738077; font-size: 14px; line-height: 1.78; }
.life-garden-v5-primary { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .95fr); gap: 13px; margin-top: 26px; }
.life-garden-v5-card { min-height: 290px; padding: 22px 20px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(207,224,199,.72); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.life-garden-v5-card:hover { transform: translateY(-2px); border-color: var(--garden-moss); box-shadow: 0 14px 30px rgba(42,70,48,.09); }
.life-garden-v5-card > span { color: var(--garden-moss); font-family: var(--font-data); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.life-garden-v5-card strong { display: block; margin-top: 26px; font-family: var(--font-heading); font-size: clamp(25px, 2.6vw, 37px); font-weight: 500; line-height: 1.18; letter-spacing: -.04em; }
.life-garden-v5-card small { display: block; margin-top: 13px; color: var(--garden-muted); font-size: 12px; line-height: 1.62; }
.life-garden-v5-card b { display: block; margin-top: 18px; color: var(--garden-green); font-size: 10px; }
.life-garden-v5-life { color: #f8f4ea; border-color: var(--garden-green); background: var(--garden-green); }
.life-garden-v5-life > span, .life-garden-v5-life b { color: var(--garden-gold); }
.life-garden-v5-life small { color: rgba(248,244,234,.72); }
.life-garden-v5-travel { background: linear-gradient(118deg, rgba(255,253,244,.72), rgba(234,217,182,.86)); }
.life-garden-v5-routes { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin-top: 14px; border-top: 1px solid rgba(207,224,199,.72); }
.life-garden-v5-routes a { min-height: 62px; padding: 15px 15px 4px 0; border-right: 1px solid rgba(207,224,199,.72); text-decoration: none; }
.life-garden-v5-routes a + a { padding-left: 15px; }
.life-garden-v5-routes a:last-child { border-right: 0; }
.life-garden-v5-routes span, .life-garden-v5-routes small { display: block; }
.life-garden-v5-routes span { font-family: var(--font-heading); font-size: 15px; }
.life-garden-v5-routes small { margin-top: 4px; color: var(--garden-muted); font-size: 9px; line-height: 1.4; }
.life-garden-v5-wechat-action { min-height: 42px; display: inline-flex; align-items: center; gap: 18px; margin-top: 22px; padding: 0 15px; border: 1px solid var(--garden-green); color: var(--garden-green); font-size: 11px; font-weight: 850; text-decoration: none; }
.life-garden-v5-wechat-action:hover { background: rgba(255,253,244,.65); }
@media (max-width: 900px) { .life-garden-v5 { grid-template-columns: 1fr 1fr; } .life-garden-v5-main { grid-column: 1 / -1; grid-row: auto; } .life-garden-v5-primary { grid-template-columns: repeat(2, minmax(0, 1fr)); } .life-garden-v5-routes { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 14px; } .life-garden-v5-routes a { border-right: 0; border-bottom: 1px solid rgba(207,224,199,.72); } .life-garden-v5-routes a + a { padding-left: 0; } }
@media (max-width: 620px) { .life-garden-v5 { grid-template-columns: 1fr; } .life-garden-v5-primary { grid-template-columns: 1fr; } .life-garden-v5-card { min-height: 250px; } .life-garden-v5-routes { grid-template-columns: 1fr; } .life-garden-v5-routes a, .life-garden-v5-routes a + a { padding: 13px 0; border-right: 0; border-bottom: 1px solid rgba(207,224,199,.72); } .life-garden-v5-routes a:last-child { border-bottom: 0; } }