﻿:root {
  --bg: #f9f5ea;
  --ink: #17130f;
  --gold: #b4934f;
  --green: #4d6156;
  --deep-blue: #244b59;
  --soft-pink: #e4d0c0;
  --muted: rgba(23, 19, 15, 0.62);
  --line: rgba(180, 147, 79, 0.26);
  --hairline: rgba(23, 19, 15, 0.08);
  --serif: "Noto Serif SC", "Songti SC", "SimSun", serif;
  --sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  --mono: "Inter", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background-color: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.72;
  background-image: url("data:image/svg+xml,%3Csvg width='1600' height='1200' viewBox='0 0 1600 1200' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Ccircle cx='1320' cy='178' r='176' stroke='%23b4934f' stroke-opacity='.12'/%3E%3Ccircle cx='1412' cy='222' r='104' stroke='%234d6156' stroke-opacity='.09'/%3E%3Cpath d='M1040 850 C1150 760 1224 760 1320 842 C1392 904 1470 890 1570 812' stroke='%2317130f' stroke-opacity='.045'/%3E%3Cpath d='M80 1020 C210 940 310 962 420 1032 C520 1096 632 1050 770 968' stroke='%23b4934f' stroke-opacity='.055'/%3E%3Cpath d='M960 310 C1110 250 1230 268 1380 350' stroke='%23b4934f' stroke-opacity='.06'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center top;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 19px clamp(22px, 5vw, 82px);
  background-color: rgba(249, 245, 234, 0.9);
  border-bottom: 1px solid rgba(23, 19, 15, 0.08);
  backdrop-filter: blur(14px);
}

.brand-word {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.main-nav {
  display: flex;
  gap: clamp(16px, 2.5vw, 36px);
  color: rgba(23, 19, 15, 0.58);
  font-size: 14px;
}

.main-nav ul {
  display: flex;
  gap: clamp(16px, 2.5vw, 36px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav a:hover {
  color: var(--ink);
}

.section-screen {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: clamp(96px, 11vw, 168px) clamp(22px, 6vw, 96px) clamp(90px, 10vw, 152px) clamp(76px, 10vw, 150px);
}

.section-screen::after {
  content: "";
  position: absolute;
  left: clamp(78px, 10vw, 150px);
  right: clamp(22px, 6vw, 96px);
  bottom: 42px;
  height: 120px;
  pointer-events: none;
  opacity: 0.55;
  background-image: url("data:image/svg+xml,%3Csvg width='1200' height='160' viewBox='0 0 1200 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M0 110 C82 76 146 86 218 112 C304 144 370 120 448 78 C546 24 640 40 724 86 C812 134 894 126 984 78 C1060 38 1128 50 1200 94' stroke='%2317130f' stroke-opacity='.05'/%3E%3Cpath d='M38 128 C156 88 266 106 370 132 C502 164 620 96 734 62 C880 18 1016 48 1160 116' stroke='%23b4934f' stroke-opacity='.055'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.eyebrow {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-heading {
  position: relative;
  z-index: 2;
  max-width: 980px;
}

.section-heading h2 {
  margin-top: 18px;
  font-family: var(--serif);
  font-size: clamp(46px, 7.1vw, 108px);
  font-weight: 500;
  line-height: 1.02;
}

.section-heading p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(18px, 1.9vw, 24px);
  line-height: 1.72;
}

.section-rail {
  position: absolute;
  left: clamp(22px, 4.6vw, 72px);
  top: clamp(96px, 11vw, 160px);
  z-index: 4;
  display: grid;
  gap: 16px;
  color: var(--gold);
  pointer-events: none;
}

.section-rail::before {
  content: "";
  width: 1px;
  height: 92px;
  background-color: rgba(180, 147, 79, 0.34);
}

.section-rail::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 64px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(180, 147, 79, 0.55);
}

.section-rail span {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1;
}

.section-rail b {
  writing-mode: vertical-rl;
  color: rgba(180, 147, 79, 0.78);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.24em;
}

.motif-ring,
.light-orbit,
.mountain-thread,
.light-sequence {
  position: absolute;
  pointer-events: none;
}

.motif-ring {
  width: min(42vw, 590px);
  aspect-ratio: 1;
  border: 1px solid rgba(180, 147, 79, 0.13);
  border-radius: 50%;
}

.motif-ring::before,
.motif-ring::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.motif-ring::before {
  inset: 22%;
  border: 1px solid rgba(77, 97, 86, 0.1);
}

.motif-ring::after {
  width: 5px;
  height: 5px;
  right: 16%;
  top: 28%;
  background-color: rgba(180, 147, 79, 0.32);
}

.light-orbit {
  width: min(62vw, 840px);
  aspect-ratio: 2.8 / 1;
  border-top: 1px solid rgba(180, 147, 79, 0.13);
  border-radius: 50%;
}

.light-sequence {
  right: clamp(28px, 7vw, 116px);
  top: clamp(120px, 13vw, 190px);
  width: 180px;
  height: 230px;
  opacity: 0.58;
}

.light-sequence::before,
.light-sequence::after {
  content: "";
  position: absolute;
  background-color: rgba(180, 147, 79, 0.28);
}

.light-sequence::before {
  left: 40px;
  top: 12px;
  width: 1px;
  height: 160px;
}

.light-sequence::after {
  left: 112px;
  top: 86px;
  width: 1px;
  height: 88px;
}

.light-sequence i,
.light-sequence b {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(180, 147, 79, 0.52);
}

.mountain-thread {
  opacity: 0.74;
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='260' viewBox='0 0 900 260' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M0 170 C80 124 154 132 232 176 C320 226 410 178 488 112 C588 28 688 52 774 122 C824 164 868 172 900 150' stroke='%2317130f' stroke-opacity='.07'/%3E%3Cpath d='M18 198 C126 154 222 164 312 202 C418 248 522 184 638 108 C736 44 824 82 900 142' stroke='%23b4934f' stroke-opacity='.08'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.64fr);
  align-items: center;
  gap: clamp(44px, 7.5vw, 118px);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 0 63%;
  z-index: -1;
  background-color: rgba(77, 97, 86, 0.075);
}

.hero-ring {
  right: 6vw;
  top: 9vh;
}

.hero-orbit {
  right: -8vw;
  top: 45vh;
}

.hero-copy,
.portrait-area {
  position: relative;
  z-index: 2;
}

.hero h1 {
  margin-top: 24px;
  font-family: var(--serif);
  font-size: clamp(150px, 19vw, 292px);
  font-weight: 500;
  line-height: 0.78;
}

.hero-slogan {
  margin-top: 20px;
  font-family: var(--serif);
  font-size: clamp(44px, 6.1vw, 92px);
  line-height: 1.02;
}

.hero-sub {
  margin-top: 26px;
  color: var(--green);
  font-size: clamp(20px, 2.1vw, 30px);
  font-weight: 800;
}

.hero-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 21px);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  padding: 0 22px;
  font-weight: 800;
}

.btn::after {
  content: "鈫?;
  margin-left: 14px;
  color: var(--gold);
}

.primary {
  background-color: var(--green);
  color: var(--bg);
}

.secondary {
  background-color: rgba(249, 245, 234, 0.48);
}

.portrait-area {
  display: flex;
  align-items: center;
}

.portrait-area::before {
  content: "";
  position: absolute;
  right: -7%;
  top: 9%;
  width: 80%;
  aspect-ratio: 1;
  border: 1px solid rgba(180, 147, 79, 0.11);
  border-radius: 50%;
}

.portrait-placeholder {
  position: relative;
  width: 100%;
  min-height: min(68vh, 660px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(180, 147, 79, 0.46);
  background-color: rgba(249, 245, 234, 0.58);
}

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

.portrait-placeholder::before {
  inset: 26px;
  border-top: 1px solid rgba(180, 147, 79, 0.28);
  border-left: 1px solid rgba(180, 147, 79, 0.28);
}

.portrait-placeholder::after {
  right: 26px;
  bottom: 26px;
  width: 34%;
  height: 24%;
  border-right: 1px solid rgba(180, 147, 79, 0.24);
  border-bottom: 1px solid rgba(180, 147, 79, 0.24);
}

.portrait-orbit {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.portrait-orbit.one {
  right: 8%;
  top: 12%;
  width: 58%;
  aspect-ratio: 1;
  border: 1px solid rgba(180, 147, 79, 0.18);
}

.portrait-orbit.two {
  right: 32%;
  top: 27%;
  width: 38%;
  aspect-ratio: 1;
  border: 1px solid rgba(77, 97, 86, 0.14);
}

.portrait-mountain {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 20%;
  height: 22%;
  pointer-events: none;
  opacity: 0.9;
  background-image: url("data:image/svg+xml,%3Csvg width='520' height='150' viewBox='0 0 520 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M0 102 C54 72 96 78 142 104 C204 140 246 92 300 54 C360 12 410 40 462 82 C488 104 506 108 520 100' stroke='%2317130f' stroke-opacity='.12'/%3E%3Cpath d='M26 118 C86 94 148 102 202 126 C270 156 332 92 396 62 C438 42 484 58 520 92' stroke='%23b4934f' stroke-opacity='.16'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.portrait-glow {
  position: absolute;
  right: 29%;
  top: 31%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(180, 147, 79, 0.48);
  pointer-events: none;
}

.portrait-placeholder span {
  color: rgba(23, 19, 15, 0.34);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.portrait-placeholder b {
  margin-top: 8px;
  color: rgba(23, 19, 15, 0.52);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
}

.portrait-placeholder em {
  width: max-content;
  margin-top: 16px;
  border: 1px solid rgba(180, 147, 79, 0.42);
  padding: 8px 10px;
  color: var(--green);
  font-style: normal;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.profile {
  display: grid;
  align-content: center;
}

.profile::before {
  content: "";
  position: absolute;
  right: 9vw;
  top: 18vh;
  width: min(34vw, 460px);
  aspect-ratio: 1;
  border: 1px solid rgba(180, 147, 79, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.profile-thread {
  right: 5vw;
  bottom: 9vh;
  width: 48vw;
  height: 24vh;
}

.profile-statement {
  position: relative;
  z-index: 2;
  max-width: 1160px;
  padding: clamp(34px, 5vw, 62px) clamp(20px, 4vw, 52px);
}

.profile-statement::before,
.profile-statement::after {
  content: "";
  position: absolute;
  width: min(18vw, 220px);
  height: min(12vw, 150px);
  pointer-events: none;
}

.profile-statement::before {
  top: 0;
  left: 0;
  border-top: 1px solid rgba(180, 147, 79, 0.5);
  border-left: 1px solid rgba(180, 147, 79, 0.5);
}

.profile-statement::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid rgba(180, 147, 79, 0.32);
  border-bottom: 1px solid rgba(180, 147, 79, 0.32);
}

.profile-statement h2 {
  margin-top: 18px;
  font-family: var(--serif);
  font-size: clamp(47px, 6.8vw, 108px);
  font-weight: 500;
  line-height: 1.08;
}

.profile-statement p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 30px;
  color: var(--muted);
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.85;
}

.identity,
.method,
.seven-proof,
.cases,
.ecosystem,
.sequence,
.contact {
  display: grid;
  align-content: center;
  gap: clamp(42px, 6.8vw, 88px);
}

.identity-thread,
.eco-thread {
  right: 0;
  bottom: 5vh;
  width: 62vw;
  height: 22vh;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-strip article {
  position: relative;
  min-height: 174px;
  padding: 48px 24px 26px;
  border-right: 1px solid rgba(180, 147, 79, 0.18);
}

.proof-strip article::before {
  position: absolute;
  top: 22px;
  left: 24px;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
}

.proof-strip article:nth-child(1)::before { content: "01"; }
.proof-strip article:nth-child(2)::before { content: "02"; }
.proof-strip article:nth-child(3)::before { content: "03"; }
.proof-strip article:nth-child(4)::before { content: "04"; }
.proof-strip article:nth-child(5)::before { content: "05"; }

.proof-strip span,
.eco-directions b,
.sequence-grid b,
.portal-row b,
.contact-options span {
  display: block;
  font-family: var(--serif);
  font-size: clamp(22px, 2vw, 31px);
  font-weight: 500;
}

.proof-strip p,
.eco-directions span,
.sequence-grid span {
  display: block;
  margin-top: 15px;
  color: var(--muted);
  line-height: 1.62;
}

.dark-section {
  background-color: var(--ink);
  color: var(--bg);
}

.dark-section .section-heading p:not(.eyebrow),
.dark-section .sequence-grid span,
.dark-section .proof-matrix span {
  color: rgba(249, 245, 234, 0.66);
}

.dark-section::after {
  opacity: 0.28;
  filter: invert(1);
}

.method::before,
.seven-proof::before,
.sequence::before,
.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image: url("data:image/svg+xml,%3Csvg width='1400' height='900' viewBox='0 0 1400 900' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Ccircle cx='1180' cy='160' r='140' stroke='%23b4934f' stroke-opacity='.32'/%3E%3Ccircle cx='1240' cy='210' r='78' stroke='%23f9f5ea' stroke-opacity='.2'/%3E%3Cpath d='M930 620 C1030 548 1120 560 1210 630 C1280 684 1340 670 1400 620' stroke='%23b4934f' stroke-opacity='.18'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

.method-panels {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background-color: rgba(180, 147, 79, 0.24);
}

.method-panels article {
  position: relative;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(30px, 4vw, 50px);
  background-color: rgba(77, 97, 86, 0.38);
}

.method-panels article:nth-child(2) {
  background-color: rgba(36, 75, 89, 0.34);
}

.method-panels article:nth-child(3) {
  background-color: rgba(249, 245, 234, 0.055);
}

.method-panels article::after {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 28px;
  height: 1px;
  background-color: rgba(180, 147, 79, 0.56);
}

.method-panels span {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 800;
}

.method-panels h3 {
  margin-top: 82px;
  font-family: var(--serif);
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 500;
}

.method-panels p {
  margin-top: 18px;
  color: rgba(249, 245, 234, 0.72);
  font-size: 20px;
}

.proof-sequence {
  top: auto;
  bottom: 14vh;
}

.proof-matrix {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(16px, 3vw, 34px);
  background-color: rgba(180, 147, 79, 0.22);
}

.proof-matrix article {
  position: relative;
  min-height: 205px;
  padding: 28px;
  background-color: rgba(23, 19, 15, 0.74);
}

.proof-matrix article::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  width: 48px;
  height: 1px;
  background-color: rgba(180, 147, 79, 0.68);
}

.proof-matrix article:nth-child(7) {
  grid-column: span 3;
  background-color: rgba(77, 97, 86, 0.3);
}

.proof-matrix b {
  display: block;
  font-family: var(--serif);
  font-size: clamp(22px, 2vw, 31px);
  font-weight: 500;
}

.proof-matrix span {
  display: block;
  margin-top: 18px;
  line-height: 1.62;
}

.proof-link {
  position: relative;
  min-height: 205px;
  display: block;
  padding: 28px;
  background-color: rgba(77, 97, 86, 0.34);
  color: inherit;
}

.proof-link::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  width: 48px;
  height: 1px;
  background-color: rgba(180, 147, 79, 0.68);
}

.proof-link::after {
  content: "鈫?;
  position: absolute;
  right: 28px;
  bottom: 24px;
  color: var(--gold);
  font-weight: 800;
}

.proof-link b {
  display: block;
  font-family: var(--serif);
  font-size: clamp(22px, 2vw, 31px);
  font-weight: 500;
}

.proof-link span {
  display: block;
  margin-top: 18px;
  color: rgba(249, 245, 234, 0.66);
  line-height: 1.62;
}

.credibility .proof-matrix article:nth-child(7) {
  grid-column: auto;
}

.credibility .proof-matrix .proof-link {
  grid-column: span 2;
}

.cases {
  gap: clamp(36px, 5.8vw, 72px);
}

.case-ring {
  left: 6vw;
  top: 11vh;
}

.case-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.72fr);
  gap: 18px;
}

.video-placeholder {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  border: 1px solid var(--line);
  background-color: var(--green);
  color: var(--bg);
}

.play-dot {
  position: absolute;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(249, 245, 234, 0.55);
  border-radius: 50%;
}

.video-placeholder h3 {
  font-family: var(--serif);
  font-size: clamp(32px, 3.4vw, 54px);
  font-weight: 500;
}

.case-links {
  display: grid;
  gap: 18px;
}

.case-links article {
  min-height: 152px;
  padding: 26px;
  border: 1px solid var(--line);
  background-color: rgba(249, 245, 234, 0.56);
}

.case-links b {
  display: block;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
}

.case-links span,
.portal-row span {
  display: block;
  margin-top: 12px;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.platforms {
  position: relative;
  z-index: 2;
  color: rgba(23, 19, 15, 0.7);
  font-size: clamp(18px, 1.8vw, 24px);
}

.ecosystem {
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1fr);
  align-items: center;
  background-color: rgba(228, 208, 192, 0.16);
}

.eco-directions {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.eco-directions article {
  min-height: 190px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background-color: rgba(249, 245, 234, 0.5);
}

.sequence-light {
  right: 8vw;
  top: auto;
  bottom: 12vh;
}

.sequence-statement {
  position: relative;
  z-index: 2;
  max-width: 900px;
  font-family: var(--serif);
  font-size: clamp(36px, 5vw, 74px);
  line-height: 1.18;
}

.sequence-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(180, 147, 79, 0.32);
  border-bottom: 1px solid rgba(180, 147, 79, 0.32);
}

.sequence-grid article {
  min-height: 180px;
  padding: 26px;
  border-right: 1px solid rgba(180, 147, 79, 0.2);
}

.sequence-foot {
  position: relative;
  z-index: 2;
  max-width: 760px;
  color: rgba(249, 245, 234, 0.7);
  line-height: 1.75;
}

.portal-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.portal-row a {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  border-right: 1px solid rgba(180, 147, 79, 0.18);
  background-color: rgba(249, 245, 234, 0.45);
}

.contact .mountain-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4vh;
  height: 180px;
  pointer-events: none;
  opacity: 0.34;
  background-image: url("data:image/svg+xml,%3Csvg width='1400' height='190' viewBox='0 0 1400 190' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M0 134 C160 84 280 92 410 142 C560 198 700 118 844 70 C1010 14 1188 42 1400 120' stroke='%23f9f5ea' stroke-opacity='.16'/%3E%3Cpath d='M90 154 C240 110 370 122 508 158 C662 198 780 120 930 80 C1110 32 1250 64 1400 138' stroke='%23b4934f' stroke-opacity='.18'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.contact-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
  gap: clamp(30px, 6vw, 82px);
}

.contact-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(180, 147, 79, 0.32);
  border-left: 1px solid rgba(180, 147, 79, 0.32);
}

.contact-options span {
  min-height: 150px;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  border-right: 1px solid rgba(180, 147, 79, 0.32);
  border-bottom: 1px solid rgba(180, 147, 79, 0.32);
}

.final-quote {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  color: rgba(249, 245, 234, 0.76);
  font-family: var(--serif);
  font-size: clamp(24px, 2.8vw, 42px);
  line-height: 1.45;
}

@media (max-width: 1080px) {
  .hero,
  .case-layout,
  .ecosystem,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero::before {
    inset: 42% 0 0 0;
  }

  .portrait-placeholder {
    min-height: 520px;
  }

  .proof-strip,
  .method-panels,
  .proof-matrix,
  .sequence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-matrix article:nth-child(7) {
    grid-column: span 2;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: sticky;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .main-nav {
    overflow-x: auto;
    padding-bottom: 4px;
    white-space: nowrap;
  }

  .section-screen {
    min-height: auto;
    padding: 78px 18px;
  }

  .section-screen::after {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .section-rail {
    position: relative;
    left: auto;
    top: auto;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 34px;
  }

  .section-rail::before {
    width: 44px;
    height: 1px;
  }

  .section-rail::after {
    display: none;
  }

  .section-rail b {
    writing-mode: horizontal-tb;
  }

  .hero h1 {
    font-size: clamp(112px, 31vw, 148px);
  }

  .hero-slogan,
  .profile-statement h2,
  .section-heading h2 {
    word-break: keep-all;
  }

  .portrait-placeholder {
    min-height: 430px;
  }

  .proof-strip,
  .method-panels,
  .proof-matrix,
  .case-layout,
  .eco-directions,
  .sequence-grid,
  .portal-row,
  .contact-options {
    grid-template-columns: 1fr;
  }

  .proof-matrix article:nth-child(7) {
    grid-column: auto;
  }

  .actions a {
    width: 100%;
  }
}

/* v5: low-key sun-moon light order */
body::before {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='1800' height='1400' viewBox='0 0 1800 1400' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M1320 22 A360 360 0 0 1 1654 410' stroke='%23b4934f' stroke-opacity='.105'/%3E%3Cpath d='M1468 58 A218 218 0 0 1 1602 278' stroke='%234d6156' stroke-opacity='.075'/%3E%3Cpath d='M1116 418 C1266 318 1416 300 1620 354' stroke='%23b4934f' stroke-opacity='.06'/%3E%3Cpath d='M1056 690 C1234 586 1390 616 1572 720 C1646 762 1712 768 1784 724' stroke='%2317130f' stroke-opacity='.045'/%3E%3Cpath d='M78 1036 C258 932 432 968 604 1052 C754 1126 914 1084 1088 974 C1216 892 1348 878 1498 930' stroke='%23b4934f' stroke-opacity='.05'/%3E%3Cpath d='M112 1218 C326 1128 512 1162 686 1228 C874 1300 1054 1220 1266 1104' stroke='%234d6156' stroke-opacity='.04'/%3E%3Ccircle cx='1506' cy='394' r='3' fill='%23b4934f' fill-opacity='.24' stroke='none'/%3E%3Ccircle cx='1592' cy='640' r='2' fill='%23b4934f' fill-opacity='.18' stroke='none'/%3E%3Ccircle cx='382' cy='1116' r='2' fill='%23b4934f' fill-opacity='.16' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center top;
}

.section-screen::after {
  left: clamp(76px, 10vw, 150px);
  right: clamp(22px, 6vw, 96px);
  bottom: clamp(24px, 4vw, 58px);
  height: 170px;
  opacity: 0.68;
  background-image: url("data:image/svg+xml,%3Csvg width='1300' height='190' viewBox='0 0 1300 190' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M4 132 C154 70 302 88 456 136 C622 188 774 112 940 62 C1086 18 1190 54 1294 116' stroke='%2317130f' stroke-opacity='.038'/%3E%3Cpath d='M120 150 C280 102 420 116 556 152 C740 202 888 96 1052 72 C1152 56 1238 76 1298 112' stroke='%23b4934f' stroke-opacity='.052'/%3E%3Cpath d='M762 38 A286 286 0 0 1 1242 94' stroke='%23b4934f' stroke-opacity='.045'/%3E%3Ccircle cx='1036' cy='80' r='2' fill='%23b4934f' fill-opacity='.2' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
}

.motif-ring {
  border: 0;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='700' height='700' viewBox='0 0 700 700' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M130 408 A250 250 0 0 1 552 176' stroke='%23b4934f' stroke-opacity='.15'/%3E%3Cpath d='M258 526 A210 210 0 0 1 556 300' stroke='%234d6156' stroke-opacity='.095'/%3E%3Cpath d='M82 454 C210 376 330 372 458 446 C520 482 590 484 652 440' stroke='%2317130f' stroke-opacity='.055'/%3E%3Ccircle cx='534' cy='214' r='3' fill='%23b4934f' fill-opacity='.28' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.motif-ring::before,
.motif-ring::after {
  display: none;
}

.light-orbit {
  border: 0;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='320' viewBox='0 0 900 320' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M12 236 C190 102 402 78 642 156 C736 186 814 176 888 124' stroke='%23b4934f' stroke-opacity='.13'/%3E%3Cpath d='M202 292 C350 198 514 188 700 242' stroke='%234d6156' stroke-opacity='.075'/%3E%3Ccircle cx='732' cy='180' r='2.5' fill='%23b4934f' fill-opacity='.24' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.hero {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.52fr);
  gap: clamp(54px, 8vw, 132px);
}

.hero::before {
  display: none;
}

.hero::after {
  left: clamp(76px, 10vw, 150px);
  right: clamp(22px, 6vw, 96px);
  bottom: -18px;
  height: 240px;
  opacity: 0.9;
  background-image: url("data:image/svg+xml,%3Csvg width='1300' height='260' viewBox='0 0 1300 260' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M0 150 C182 84 326 90 484 146 C652 206 814 132 986 76 C1110 36 1210 56 1300 112' stroke='%23b4934f' stroke-opacity='.07'/%3E%3Cpath d='M342 218 C498 138 654 142 820 202 C960 252 1120 204 1280 112' stroke='%2317130f' stroke-opacity='.035'/%3E%3Cpath d='M780 44 A360 360 0 0 1 1278 126' stroke='%23b4934f' stroke-opacity='.055'/%3E%3Ccircle cx='1050' cy='84' r='2' fill='%23b4934f' fill-opacity='.24' stroke='none'/%3E%3Ccircle cx='1182' cy='144' r='2' fill='%23b4934f' fill-opacity='.18' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
}

.hero-ring {
  right: 3vw;
  top: 8vh;
  width: min(48vw, 660px);
  opacity: 0.9;
}

.hero-orbit {
  right: -6vw;
  top: 48vh;
  width: min(66vw, 920px);
}

.portrait-area {
  justify-content: flex-end;
}

.portrait-area::before {
  right: -5%;
  top: -6%;
  width: 92%;
  border: 0;
  border-radius: 0;
  opacity: 0.68;
  background-image: url("data:image/svg+xml,%3Csvg width='620' height='620' viewBox='0 0 620 620' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M128 406 A248 248 0 0 1 512 154' stroke='%23b4934f' stroke-opacity='.14'/%3E%3Cpath d='M246 520 A220 220 0 0 1 544 290' stroke='%234d6156' stroke-opacity='.085'/%3E%3Cpath d='M86 466 C204 390 334 390 462 456 C510 482 556 486 606 460' stroke='%2317130f' stroke-opacity='.04'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.portrait-placeholder {
  width: min(100%, 540px);
  min-height: min(66vh, 640px);
  border-color: rgba(180, 147, 79, 0.36);
  background-color: rgba(249, 245, 234, 0.5);
  box-shadow: 0 0 0 1px rgba(23, 19, 15, 0.025) inset;
}

.portrait-placeholder::before {
  inset: 24px;
  border-top-color: rgba(180, 147, 79, 0.22);
  border-left-color: rgba(180, 147, 79, 0.22);
}

.portrait-placeholder::after {
  width: 28%;
  height: 20%;
  border-right-color: rgba(180, 147, 79, 0.18);
  border-bottom-color: rgba(180, 147, 79, 0.18);
}

.portrait-orbit.one,
.portrait-orbit.two {
  border: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.portrait-orbit.one {
  right: 6%;
  top: 9%;
  width: 70%;
  background-image: url("data:image/svg+xml,%3Csvg width='420' height='420' viewBox='0 0 420 420' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54 282 A172 172 0 0 1 352 102' fill='none' stroke='%23b4934f' stroke-opacity='.19' stroke-linecap='round'/%3E%3C/svg%3E");
}

.portrait-orbit.two {
  right: 28%;
  top: 27%;
  width: 48%;
  background-image: url("data:image/svg+xml,%3Csvg width='320' height='260' viewBox='0 0 320 260' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 178 C94 110 178 94 286 132' fill='none' stroke='%234d6156' stroke-opacity='.16' stroke-linecap='round'/%3E%3C/svg%3E");
}

.portrait-flow {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 20%;
  height: 25%;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='560' height='150' viewBox='0 0 560 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M0 96 C70 58 126 66 182 98 C252 138 310 82 376 46 C448 8 506 42 560 82' stroke='%2317130f' stroke-opacity='.095'/%3E%3Cpath d='M48 120 C126 88 204 102 278 128 C368 160 438 88 560 72' stroke='%23b4934f' stroke-opacity='.12'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.portrait-mountain {
  display: none;
}

.portrait-glow {
  width: 4px;
  height: 4px;
  right: 26%;
  top: 34%;
  background-color: rgba(180, 147, 79, 0.4);
  box-shadow: 0 0 0 8px rgba(180, 147, 79, 0.035);
}

.profile {
  min-height: 94vh;
  padding-top: clamp(120px, 12vw, 178px);
}

.profile::before {
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='560' height='560' viewBox='0 0 560 560' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M96 356 A230 230 0 0 1 478 132' fill='none' stroke='%23b4934f' stroke-opacity='.09' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.profile-statement {
  max-width: 1180px;
  background-color: rgba(249, 245, 234, 0.22);
}

.identity-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.identity-grid article {
  min-height: 230px;
  padding: 30px 26px;
  border-right: 1px solid rgba(180, 147, 79, 0.18);
}

.identity-grid article:last-child {
  border-right: 0;
}

.identity-grid span {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
}

.identity-grid b {
  display: block;
  margin-top: 58px;
  font-family: var(--serif);
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 500;
}

.identity-grid p {
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.7;
}

.dark-section::after {
  filter: none;
  opacity: 0.24;
  background-image: url("data:image/svg+xml,%3Csvg width='1300' height='190' viewBox='0 0 1300 190' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M0 126 C166 70 326 92 490 136 C656 180 814 118 980 70 C1110 34 1208 52 1300 104' stroke='%23f9f5ea' stroke-opacity='.08'/%3E%3Cpath d='M720 44 A340 340 0 0 1 1290 120' stroke='%23b4934f' stroke-opacity='.08'/%3E%3Ccircle cx='1118' cy='86' r='2' fill='%23b4934f' fill-opacity='.22' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
}

.method::before,
.seven-proof::before,
.sequence::before,
.contact::before {
  opacity: 0.32;
  background-image: url("data:image/svg+xml,%3Csvg width='1500' height='900' viewBox='0 0 1500 900' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M1020 126 A320 320 0 0 1 1450 386' stroke='%23b4934f' stroke-opacity='.16'/%3E%3Cpath d='M1118 214 C1248 138 1378 146 1494 212' stroke='%23f9f5ea' stroke-opacity='.07'/%3E%3Cpath d='M872 660 C1024 558 1178 574 1328 660 C1398 700 1452 704 1500 676' stroke='%23b4934f' stroke-opacity='.09'/%3E%3Ccircle cx='1264' cy='252' r='2' fill='%23b4934f' fill-opacity='.28' stroke='none'/%3E%3Ccircle cx='1372' cy='632' r='2' fill='%23b4934f' fill-opacity='.18' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
}

.method-panels,
.proof-matrix,
.eco-directions,
.sequence-grid,
.contact-options,
.portal-row {
  box-shadow: 0 0 0 1px rgba(180, 147, 79, 0.06) inset;
}

.portal-row.compact {
  margin-top: 22px;
  border-top: 1px solid rgba(180, 147, 79, 0.32);
  border-bottom: 1px solid rgba(180, 147, 79, 0.32);
}

.portal-row.compact a {
  min-height: 124px;
  background-color: rgba(249, 245, 234, 0.035);
}

@media (max-width: 1080px) {
  .identity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    grid-template-columns: 1fr;
    padding: 18px 22px;
  }

  .main-nav {
    display: none;
  }

  .section-rail {
    display: none;
  }

  .section-screen {
    padding: 112px 22px 84px;
  }

  .hero {
    display: block;
    min-height: auto;
  }

  .hero-copy,
  .portrait-area {
    width: 100%;
  }

  .hero h1 {
    margin-top: 18px;
    font-size: clamp(110px, 37vw, 150px);
    line-height: 0.82;
  }

  .hero-slogan,
  .profile-statement h2,
  .section-heading h2 {
    font-size: clamp(42px, 14vw, 66px);
    line-height: 1.05;
  }

  .hero-sub {
    font-size: 22px;
    line-height: 1.35;
  }

  .actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .actions a {
    width: 100%;
    justify-content: center;
  }

  .portrait-area {
    justify-content: stretch;
    margin-top: 72px;
  }

  .portrait-area::before {
    right: -34%;
    width: 126%;
  }

  .portrait-placeholder {
    width: 100%;
    max-width: 100%;
    min-height: 430px;
    padding: 24px;
  }

  .portrait-placeholder b {
    font-size: 25px;
  }

  .section-screen::after,
  .hero::after {
    left: 18px;
    right: 18px;
    height: 120px;
  }

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

  .identity-grid article {
    min-height: 170px;
    border-right: 0;
    border-bottom: 1px solid rgba(180, 147, 79, 0.18);
  }

  .identity-grid b {
    margin-top: 34px;
  }
}

/* v6: 鏃ユ湀閲嶆槑銆佽緣鍏夌浉缁с€傚簳绾瑰彧鍋氱┖姘斿眰锛屼笉鍋氬浘妗堝眰銆?*/
body {
  position: relative;
}

body::before {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='1800' height='1400' viewBox='0 0 1800 1400' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M1280 20 A460 460 0 0 1 1728 474' stroke='%23b4934f' stroke-opacity='.075'/%3E%3Cpath d='M1446 92 A318 318 0 0 1 1768 382' stroke='%234d6156' stroke-opacity='.052'/%3E%3Cpath d='M-80 980 C204 822 472 824 760 974 C1018 1108 1292 1060 1788 786' stroke='%23b4934f' stroke-opacity='.036'/%3E%3Cpath d='M140 1228 C414 1090 680 1126 906 1220 C1112 1306 1338 1284 1662 1110' stroke='%2317130f' stroke-opacity='.026'/%3E%3Ccircle cx='1538' cy='332' r='2.4' fill='%23b4934f' fill-opacity='.18' stroke='none'/%3E%3Ccircle cx='1664' cy='586' r='1.8' fill='%23b4934f' fill-opacity='.13' stroke='none'/%3E%3Ccircle cx='488' cy='1036' r='1.6' fill='%23b4934f' fill-opacity='.11' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center top;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.9;
  background-image: url("data:image/svg+xml,%3Csvg width='1700' height='1300' viewBox='0 0 1700 1300' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M1036 220 C1222 146 1390 156 1636 268' stroke='%23b4934f' stroke-opacity='.034'/%3E%3Cpath d='M910 544 C1138 390 1354 398 1678 590' stroke='%234d6156' stroke-opacity='.028'/%3E%3Cpath d='M56 706 C330 582 612 610 878 748 C1056 840 1262 840 1542 690' stroke='%2317130f' stroke-opacity='.022'/%3E%3Ccircle cx='1318' cy='226' r='1.8' fill='%23b4934f' fill-opacity='.16' stroke='none'/%3E%3Ccircle cx='1490' cy='526' r='2.2' fill='%23b4934f' fill-opacity='.14' stroke='none'/%3E%3Ccircle cx='1048' cy='740' r='1.4' fill='%23b4934f' fill-opacity='.1' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center top;
}

.section-screen::after {
  height: 190px;
  opacity: 0.52;
  background-image: url("data:image/svg+xml,%3Csvg width='1400' height='220' viewBox='0 0 1400 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M0 148 C184 86 372 96 570 154 C742 204 920 148 1110 84 C1224 46 1322 56 1400 102' stroke='%23b4934f' stroke-opacity='.052'/%3E%3Cpath d='M342 184 C552 90 752 116 930 178 C1066 224 1228 176 1378 96' stroke='%2317130f' stroke-opacity='.028'/%3E%3Cpath d='M882 54 A420 420 0 0 1 1390 128' stroke='%23b4934f' stroke-opacity='.034'/%3E%3Ccircle cx='1124' cy='78' r='1.8' fill='%23b4934f' fill-opacity='.18' stroke='none'/%3E%3Ccircle cx='1258' cy='146' r='1.5' fill='%23b4934f' fill-opacity='.14' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
}

.hero {
  min-height: 106vh;
}

.hero::before {
  display: none !important;
}

.hero::after {
  bottom: -54px;
  height: 300px;
  opacity: 0.62;
  background-image: url("data:image/svg+xml,%3Csvg width='1500' height='300' viewBox='0 0 1500 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M0 138 C230 70 426 94 646 164 C846 228 1042 172 1264 86 C1364 48 1442 54 1500 88' stroke='%23b4934f' stroke-opacity='.06'/%3E%3Cpath d='M224 232 C478 96 722 134 966 216 C1146 276 1324 214 1498 104' stroke='%2317130f' stroke-opacity='.03'/%3E%3Cpath d='M916 40 A480 480 0 0 1 1492 122' stroke='%234d6156' stroke-opacity='.034'/%3E%3Ccircle cx='1118' cy='92' r='2' fill='%23b4934f' fill-opacity='.2' stroke='none'/%3E%3Ccircle cx='1326' cy='166' r='1.6' fill='%23b4934f' fill-opacity='.14' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
}

.hero-ring {
  right: -2vw;
  top: 6vh;
  width: min(50vw, 720px);
  opacity: 0.78;
}

.hero-orbit {
  right: -11vw;
  top: 50vh;
  width: min(72vw, 980px);
  opacity: 0.78;
}

.motif-ring {
  background-image: url("data:image/svg+xml,%3Csvg width='760' height='760' viewBox='0 0 760 760' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M116 472 A316 316 0 0 1 662 178' stroke='%23b4934f' stroke-opacity='.115'/%3E%3Cpath d='M286 596 A274 274 0 0 1 686 332' stroke='%234d6156' stroke-opacity='.07'/%3E%3Cpath d='M42 514 C210 398 388 402 566 502 C628 536 682 538 728 516' stroke='%2317130f' stroke-opacity='.034'/%3E%3Ccircle cx='606' cy='230' r='2.2' fill='%23b4934f' fill-opacity='.2' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
}

.light-orbit {
  background-image: url("data:image/svg+xml,%3Csvg width='1040' height='360' viewBox='0 0 1040 360' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M8 262 C234 98 474 88 732 184 C844 226 952 210 1032 150' stroke='%23b4934f' stroke-opacity='.09'/%3E%3Cpath d='M256 318 C452 190 638 194 852 258' stroke='%234d6156' stroke-opacity='.052'/%3E%3Ccircle cx='806' cy='202' r='2' fill='%23b4934f' fill-opacity='.18' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
}

.profile {
  min-height: 96vh;
  border-top: 0;
  background-color: rgba(228, 208, 192, 0.055);
}

.profile::before {
  opacity: 0.66;
  background-image: url("data:image/svg+xml,%3Csvg width='780' height='560' viewBox='0 0 780 560' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M136 338 A312 312 0 0 1 706 124' stroke='%23b4934f' stroke-opacity='.07'/%3E%3Cpath d='M24 430 C188 316 344 314 520 410 C606 456 684 454 758 408' stroke='%234d6156' stroke-opacity='.035'/%3E%3Ccircle cx='622' cy='174' r='1.8' fill='%23b4934f' fill-opacity='.14' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
}

.profile-thread,
.identity-thread,
.eco-thread,
.mountain-thread {
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg width='960' height='260' viewBox='0 0 960 260' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M0 160 C150 78 306 100 462 158 C618 216 744 158 922 76' stroke='%23b4934f' stroke-opacity='.052'/%3E%3Cpath d='M88 210 C256 112 418 138 600 204 C720 248 842 194 960 120' stroke='%2317130f' stroke-opacity='.03'/%3E%3Cpath d='M574 50 A300 300 0 0 1 948 112' stroke='%234d6156' stroke-opacity='.03'/%3E%3Ccircle cx='806' cy='94' r='1.8' fill='%23b4934f' fill-opacity='.14' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
}

.portrait-area {
  justify-content: center;
}

.portrait-area::before {
  right: -14%;
  top: -10%;
  width: 112%;
  opacity: 0.42;
  background-image: url("data:image/svg+xml,%3Csvg width='680' height='680' viewBox='0 0 680 680' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M120 430 A284 284 0 0 1 584 164' stroke='%23b4934f' stroke-opacity='.09'/%3E%3Cpath d='M278 560 A248 248 0 0 1 626 332' stroke='%234d6156' stroke-opacity='.052'/%3E%3Cpath d='M60 496 C210 392 362 400 512 482 C570 514 622 516 668 492' stroke='%2317130f' stroke-opacity='.028'/%3E%3Ccircle cx='560' cy='220' r='1.9' fill='%23b4934f' fill-opacity='.18' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
}

.portrait-placeholder {
  max-width: 510px;
  min-height: min(64vh, 620px);
  border-color: rgba(180, 147, 79, 0.32);
  background-color: rgba(249, 245, 234, 0.18);
  box-shadow: none;
}

.portrait-placeholder::before {
  inset: 22px;
  border-top-color: rgba(180, 147, 79, 0.18);
  border-left-color: rgba(180, 147, 79, 0.18);
}

.portrait-placeholder::after {
  right: 22px;
  bottom: 22px;
  width: 24%;
  height: 18%;
  border-right-color: rgba(180, 147, 79, 0.15);
  border-bottom-color: rgba(180, 147, 79, 0.15);
}

.portrait-orbit.one {
  right: -2%;
  top: 8%;
  width: 82%;
  opacity: 0.76;
  background-image: url("data:image/svg+xml,%3Csvg width='500' height='500' viewBox='0 0 500 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M58 324 A208 208 0 0 1 432 126' fill='none' stroke='%23b4934f' stroke-opacity='.14' stroke-linecap='round'/%3E%3C/svg%3E");
}

.portrait-orbit.two {
  right: 21%;
  top: 30%;
  width: 58%;
  opacity: 0.64;
  background-image: url("data:image/svg+xml,%3Csvg width='420' height='260' viewBox='0 0 420 260' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 178 C120 96 238 92 390 148' fill='none' stroke='%234d6156' stroke-opacity='.105' stroke-linecap='round'/%3E%3C/svg%3E");
}

.portrait-flow {
  left: 5%;
  right: 5%;
  bottom: 23%;
  opacity: 0.82;
  background-image: url("data:image/svg+xml,%3Csvg width='620' height='160' viewBox='0 0 620 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M0 96 C92 44 178 60 260 104 C358 156 440 92 620 68' stroke='%23b4934f' stroke-opacity='.07'/%3E%3Cpath d='M48 128 C168 68 280 86 388 128 C474 162 542 124 620 82' stroke='%2317130f' stroke-opacity='.045'/%3E%3Ccircle cx='500' cy='82' r='1.8' fill='%23b4934f' fill-opacity='.16' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
}

.portrait-glow {
  right: 27%;
  top: 36%;
  width: 3px;
  height: 3px;
  background-color: rgba(180, 147, 79, 0.38);
  box-shadow: 0 0 0 6px rgba(180, 147, 79, 0.025);
}

.dark-section::after,
.method::before,
.seven-proof::before,
.sequence::before,
.contact::before {
  background-image: url("data:image/svg+xml,%3Csvg width='1500' height='900' viewBox='0 0 1500 900' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M1010 120 A390 390 0 0 1 1480 382' stroke='%23b4934f' stroke-opacity='.105'/%3E%3Cpath d='M880 638 C1060 518 1238 536 1418 634 C1462 658 1488 660 1500 654' stroke='%23b4934f' stroke-opacity='.052'/%3E%3Cpath d='M1118 238 C1260 158 1388 174 1494 236' stroke='%23f9f5ea' stroke-opacity='.04'/%3E%3Ccircle cx='1264' cy='252' r='1.8' fill='%23b4934f' fill-opacity='.2' stroke='none'/%3E%3Ccircle cx='1372' cy='632' r='1.5' fill='%23b4934f' fill-opacity='.12' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
}

.method::before,
.seven-proof::before,
.sequence::before,
.contact::before {
  opacity: 0.24;
}

.ecosystem {
  background-color: rgba(228, 208, 192, 0.09);
}

@media (max-width: 1080px) {
  .hero {
    min-height: auto;
  }

  .portrait-placeholder {
    max-width: none;
  }
}

/* v7: 淇℃伅鏋舵瀯閲嶆帓鍚庣殑鍗佸睆鐗堝紡 */
.site-header {
  grid-template-columns: 1fr auto auto;
}

.brand-word {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-logo-slot {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(180, 147, 79, 0.28);
}

.brand-logo-slot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.76;
}

.nav-contact {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(180, 147, 79, 0.38);
  padding: 0 15px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.nav-contact::after {
  content: "鈫?;
  margin-left: 10px;
  color: var(--gold);
}

.portrait-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
  mix-blend-mode: multiply;
}

.portrait-placeholder.has-portrait-photo .portrait-photo {
  opacity: 1;
  mix-blend-mode: normal;
}

.portrait-placeholder.has-portrait-photo > span,
.portrait-placeholder.has-portrait-photo > b {
  opacity: 0;
}

.portrait-placeholder.has-portrait-photo > em {
  align-self: end;
  justify-self: start;
  margin: 0 0 26px 26px;
  background-color: rgba(15, 11, 8, 0.58);
  backdrop-filter: blur(10px);
}

.portrait-placeholder > span,
.portrait-placeholder > b,
.portrait-placeholder > em {
  position: relative;
  z-index: 2;
}

.profile {
  gap: clamp(34px, 5vw, 62px);
}

.profile-abilities {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.profile-abilities article {
  position: relative;
  min-height: 168px;
  padding: 26px 26px 30px;
  border-right: 1px solid rgba(180, 147, 79, 0.18);
}

.profile-abilities article::before {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: -1px;
  height: 1px;
  background-color: rgba(180, 147, 79, 0.42);
}

.profile-abilities article:nth-child(1)::before {
  background-color: rgba(216, 189, 120, 0.72);
  box-shadow: 0 0 16px rgba(180, 147, 79, 0.16);
}

.profile-abilities article:nth-child(2)::before {
  background-color: rgba(198, 205, 206, 0.62);
  box-shadow: 0 0 14px rgba(138, 167, 199, 0.1);
}

.profile-abilities article:nth-child(3)::before {
  background-color: rgba(246, 241, 232, 0.68);
  box-shadow: 0 0 12px rgba(246, 241, 232, 0.12);
}

.profile-abilities article:nth-child(2) {
  border-right-color: rgba(198, 205, 206, 0.2);
}

.profile-abilities article:nth-child(3) {
  border-right-color: rgba(246, 241, 232, 0.18);
}

.profile-abilities article:last-child {
  border-right: 0;
}

.profile-abilities span,
.tool-entry > span,
.platform-grid span {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.profile-abilities b {
  display: block;
  margin-top: 28px;
  font-family: var(--serif);
  font-size: clamp(26px, 2.5vw, 38px);
  font-weight: 500;
}

.profile-abilities p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.7;
}

.credibility {
  display: grid;
  align-content: center;
  gap: clamp(42px, 6.8vw, 88px);
}

.credibility::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background-image: url("data:image/svg+xml,%3Csvg width='1500' height='900' viewBox='0 0 1500 900' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M1010 120 A390 390 0 0 1 1480 382' stroke='%23b4934f' stroke-opacity='.105'/%3E%3Cpath d='M880 638 C1060 518 1238 536 1418 634 C1462 658 1488 660 1500 654' stroke='%23b4934f' stroke-opacity='.052'/%3E%3Cpath d='M1118 238 C1260 158 1388 174 1494 236' stroke='%23f9f5ea' stroke-opacity='.04'/%3E%3Ccircle cx='1264' cy='252' r='1.8' fill='%23b4934f' fill-opacity='.2' stroke='none'/%3E%3Ccircle cx='1372' cy='632' r='1.5' fill='%23b4934f' fill-opacity='.12' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

.eco-directions a {
  color: inherit;
}

.eco-card {
  min-height: 190px;
  display: block;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background-color: rgba(249, 245, 234, 0.5);
}

.eco-card::after {
  content: "鈫?;
  display: block;
  margin-top: 26px;
  color: var(--gold);
  font-weight: 800;
}

.eco-card:hover {
  background-color: rgba(249, 245, 234, 0.72);
}

.works {
  display: grid;
  align-content: center;
  gap: clamp(38px, 5.8vw, 72px);
}

.centered-heading {
  max-width: 900px;
  justify-self: center;
  text-align: center;
}

.centered-heading p:not(.eyebrow) {
  margin-left: auto;
  margin-right: auto;
}

.works-showcase {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 26px;
  max-width: 1120px;
  margin-inline: auto;
  width: 100%;
}

.work-cover {
  min-height: clamp(360px, 46vh, 560px);
  background-color: var(--green);
}

.work-cover::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  border: 1px solid rgba(249, 245, 234, 0.18);
  pointer-events: none;
}

.work-cover .play-dot {
  border-color: rgba(180, 147, 79, 0.72);
}

.work-cover .play-dot::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 17px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid rgba(180, 147, 79, 0.9);
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.platform-grid span,
.platform-grid a {
  min-height: 86px;
  display: flex;
  align-items: center;
  padding: 18px 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: rgba(23, 19, 15, 0.72);
  letter-spacing: 0.08em;
  text-transform: none;
}

.platform-grid a::after {
  content: "鈫?;
  margin-left: auto;
  color: var(--gold);
}

.tools-entry {
  display: grid;
  align-content: center;
  gap: clamp(38px, 6vw, 76px);
}

.tools-orbit {
  right: -12vw;
  top: 18vh;
  opacity: 0.58;
}

.tool-columns {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background-color: rgba(180, 147, 79, 0.26);
  border: 1px solid rgba(180, 147, 79, 0.2);
}

.tool-entry {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(30px, 4vw, 54px);
  background-color: rgba(249, 245, 234, 0.64);
}

.tool-entry.emphasized {
  background-color: rgba(77, 97, 86, 0.1);
}

.tool-entry h3 {
  margin-top: 18px;
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 500;
  line-height: 1.03;
}

.tool-entry ul {
  display: grid;
  gap: 22px;
  margin: 46px 0;
  padding: 0;
  list-style: none;
}

.tool-entry li {
  display: grid;
  grid-template-columns: minmax(92px, 0.26fr) 1fr;
  gap: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(180, 147, 79, 0.22);
}

.tool-entry li b {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
}

.tool-entry li em {
  color: var(--muted);
  font-style: normal;
  line-height: 1.65;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.44fr);
  align-items: center;
  gap: clamp(40px, 8vw, 110px);
}

.contact .mountain-line {
  opacity: 0.28;
  background-image: url("data:image/svg+xml,%3Csvg width='1400' height='190' viewBox='0 0 1400 190' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M0 134 C160 84 280 92 410 142 C560 198 700 118 844 70 C1010 14 1188 42 1400 120' stroke='%2317130f' stroke-opacity='.05'/%3E%3Cpath d='M90 154 C240 110 370 122 508 158 C662 198 780 120 930 80 C1110 32 1250 64 1400 138' stroke='%23b4934f' stroke-opacity='.06'/%3E%3C/g%3E%3C/svg%3E");
}

.contact-heading {
  max-width: 820px;
}

.qr-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 14px;
  color: var(--ink);
}

.qr-card {
  width: min(100%, 340px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  border: 1px solid rgba(180, 147, 79, 0.42);
  background-color: rgba(249, 245, 234, 0.5);
}

.qr-card i {
  width: 58%;
  aspect-ratio: 1;
  border: 1px solid rgba(23, 19, 15, 0.12);
  background-image: url("data:image/svg+xml,%3Csvg width='220' height='220' viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23b4934f' stroke-opacity='.42' stroke-width='5'%3E%3Cpath d='M28 28h42v42H28zM150 28h42v42h-42zM28 150h42v42H28z'/%3E%3Cpath d='M96 34h20M96 58h34M98 96h26M148 96h42M94 124h76M96 152h28M146 148h20M178 148h14M94 178h58M174 178h18' stroke-width='3'/%3E%3C/g%3E%3Ccircle cx='132' cy='132' r='2.5' fill='%23b4934f' fill-opacity='.32'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 78% 78%;
  background-position: center;
}

.qr-image {
  width: 58%;
  aspect-ratio: 1;
  object-fit: contain;
}

.qr-card span {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.qr-card b {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
}

.qr-wrap p {
  font-family: var(--serif);
  font-size: 30px;
}

.qr-wrap small {
  color: var(--muted);
}

.quote-section {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 22px;
}

.quote-ring {
  right: 6vw;
  top: 14vh;
  opacity: 0.72;
}

.quote-mark {
  position: relative;
  z-index: 2;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(80px, 10vw, 150px);
  line-height: 0.7;
}

.quote-section h2 {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  font-family: var(--serif);
  font-size: clamp(52px, 7.6vw, 128px);
  font-weight: 500;
  line-height: 1.12;
}

.quote-sign,
.quote-note {
  position: relative;
  z-index: 2;
}

.quote-sign {
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(24px, 2.6vw, 42px);
}

.quote-note {
  color: rgba(249, 245, 234, 0.68);
  font-size: clamp(17px, 1.7vw, 22px);
}

.quote-section:not(.dark-section) {
  color: var(--ink);
}

.quote-section:not(.dark-section) .quote-note {
  color: var(--muted);
}

.final-contact {
  background-color: rgba(228, 208, 192, 0.12);
  color: var(--ink);
}

.final-contact .section-heading p:not(.eyebrow),
.final-contact .qr-wrap small {
  color: var(--muted);
}

.final-contact .qr-wrap,
.final-contact .qr-wrap p {
  color: var(--ink);
}

.final-contact .qr-card {
  background-color: rgba(249, 245, 234, 0.52);
}

.final-contact .qr-card b {
  color: rgba(23, 19, 15, 0.84);
}

.subpage .section-heading h1,
.community-qr .section-heading h1 {
  margin-top: 18px;
  font-family: var(--serif);
  font-size: clamp(58px, 8vw, 128px);
  font-weight: 500;
  line-height: 1.02;
}

.sub-hero {
  display: grid;
  align-content: center;
  gap: clamp(34px, 6vw, 72px);
}

.sub-nav,
.detail-points,
.tool-preview-grid {
  position: relative;
  z-index: 2;
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.sub-nav {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sub-nav a,
.sub-nav span,
.detail-points span,
.tool-preview-grid article {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.sub-nav a::after {
  content: "鈫?;
  margin-top: 18px;
  color: var(--gold);
}

.sub-detail {
  display: grid;
  align-content: center;
  gap: clamp(34px, 5vw, 70px);
}

.detail-points,
.tool-preview-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-points span,
.tool-preview-grid article {
  font-family: var(--serif);
  font-size: clamp(26px, 2.4vw, 38px);
}

.tool-preview-grid b {
  display: block;
  font-family: var(--serif);
  font-size: clamp(28px, 2.8vw, 44px);
  font-weight: 500;
}

.tool-preview-grid span {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
}

.community-qr {
  min-height: 100vh;
}

.media-report-grid,
.media-slots,
.teacher-work-grid {
  position: relative;
  z-index: 2;
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.media-report-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.media-report-grid article,
.media-slots article,
.teacher-work-grid article {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background-color: rgba(249, 245, 234, 0.48);
}

.media-report-grid b,
.teacher-work-grid b {
  font-family: var(--serif);
  font-size: clamp(24px, 2.2vw, 36px);
  font-weight: 500;
}

.media-report-grid span,
.teacher-work-grid span,
.media-slots span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.65;
}

.media-report-grid a,
.media-slots a,
.teacher-work-grid a {
  width: max-content;
  margin-top: 22px;
  color: var(--gold);
  font-weight: 800;
}

.media-report-grid a::after,
.media-slots a::after,
.teacher-work-grid a::after {
  content: " 鈫?;
}

.work-detail {
  display: grid;
  align-content: center;
  gap: clamp(34px, 5vw, 70px);
}

.media-slots {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.7fr);
}

.media-slots article:first-child {
  min-height: 46vh;
  background-color: rgba(77, 97, 86, 0.14);
}

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

.team-works {
  background-color: rgba(228, 208, 192, 0.12);
}

.eco-media-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(220px, 0.56fr) minmax(220px, 0.56fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.eco-media-slot {
  position: relative;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background-color: rgba(249, 245, 234, 0.52);
}

.eco-media-slot::before {
  content: "";
  position: absolute;
  inset: 22px 22px auto auto;
  width: 86px;
  height: 86px;
  border-top: 1px solid rgba(77, 97, 86, 0.24);
  border-right: 1px solid rgba(77, 97, 86, 0.24);
  pointer-events: none;
}

.eco-media-slot::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 32%;
  height: 26%;
  pointer-events: none;
  opacity: 0.92;
  background-image: url("data:image/svg+xml,%3Csvg width='560' height='160' viewBox='0 0 560 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M0 92 C96 38 190 58 278 104 C372 152 448 92 560 60' stroke='%234d6156' stroke-opacity='.13'/%3E%3Cpath d='M54 124 C178 70 292 92 398 128 C472 154 520 126 560 96' stroke='%23b4934f' stroke-opacity='.10'/%3E%3Ccircle cx='448' cy='84' r='2' fill='%23b4934f' fill-opacity='.22' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.eco-media-slot.primary-media {
  min-height: 360px;
  background-color: rgba(77, 97, 86, 0.13);
}

.eco-media-slot.primary-media::before {
  width: 136px;
  height: 136px;
  border-color: rgba(180, 147, 79, 0.26);
}

.eco-media-slot span {
  position: relative;
  z-index: 2;
  color: var(--green);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eco-media-slot b {
  position: relative;
  z-index: 2;
  margin-top: 14px;
  font-family: var(--serif);
  font-size: clamp(25px, 2.2vw, 38px);
  font-weight: 500;
}

.eco-media-slot p {
  position: relative;
  z-index: 2;
  max-width: 380px;
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.65;
}

.eco-media-slot a {
  position: relative;
  z-index: 2;
  width: max-content;
  margin-top: 18px;
  color: var(--gold);
  font-weight: 800;
}

.eco-media-slot a::after {
  content: " 鈫?;
}

.link-slot {
  background-color: rgba(228, 208, 192, 0.12);
}

/* v9: restrained green accents */
.profile-abilities article:nth-child(2),
.platform-grid a:hover,
.sub-nav a:hover,
.sub-nav span:hover,
.detail-points span:nth-child(2) {
  background-color: rgba(77, 97, 86, 0.075);
}

.eco-card b,
.tool-entry.emphasized > span,
.sequence-grid article:nth-child(2) b,
.sequence-grid article:nth-child(4) b,
.final-contact .qr-wrap p {
  color: var(--green);
}

.eco-card:nth-child(2),
.eco-card:nth-child(4),
.tool-entry.emphasized,
.final-contact .qr-card {
  border-color: rgba(77, 97, 86, 0.24);
}

.eco-card:hover {
  background-color: rgba(77, 97, 86, 0.095);
}

@media (max-width: 1080px) {
  .profile-abilities,
  .platform-grid,
  .tool-columns,
  .contact {
    grid-template-columns: 1fr;
  }

  .profile-abilities article {
    border-right: 0;
    border-bottom: 1px solid rgba(180, 147, 79, 0.18);
  }

  .profile-abilities article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-contact {
    min-height: 32px;
    padding: 0 12px;
  }

  .profile-abilities,
  .tool-columns,
  .platform-grid {
    grid-template-columns: 1fr;
  }

  .tool-entry {
    min-height: auto;
  }

  .tool-entry li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

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

  .sub-nav,
  .detail-points,
  .tool-preview-grid,
  .eco-media-grid,
  .media-report-grid,
  .media-slots,
  .teacher-work-grid {
    grid-template-columns: 1fr;
  }

  .qr-card {
    width: min(100%, 300px);
  }
}

/* v10: structure refinement */
.heading-link {
  color: inherit;
}

.heading-link::after {
  content: " 鈫?;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.28em;
  vertical-align: middle;
}

.method-steps,
.capability-grid {
  position: relative;
  z-index: 2;
  display: grid;
  border-top: 1px solid rgba(180, 147, 79, 0.28);
  border-left: 1px solid rgba(180, 147, 79, 0.28);
}

.method-steps {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.method-sphere-imprint {
  position: absolute;
  right: clamp(22px, 7vw, 116px);
  top: clamp(118px, 15vw, 210px);
  width: clamp(240px, 29vw, 430px);
  aspect-ratio: 1;
  z-index: 1;
  pointer-events: none;
  opacity: 0.42;
  mix-blend-mode: screen;
  transform: rotateX(58deg) rotateZ(-12deg);
}

.method-sphere-imprint::before,
.method-sphere-imprint::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.method-sphere-imprint::before {
  border: 1px solid rgba(216, 189, 120, 0.24);
  background:
    repeating-radial-gradient(circle at 50% 50%, rgba(216, 189, 120, 0.16) 0 1px, transparent 1px 18px),
    linear-gradient(90deg, transparent 0 46%, rgba(246, 241, 232, 0.08) 47% 53%, transparent 54%),
    linear-gradient(0deg, transparent 0 48%, rgba(180, 147, 79, 0.16) 49% 51%, transparent 52%);
  box-shadow:
    inset 0 0 42px rgba(180, 147, 79, 0.09),
    0 0 70px rgba(77, 97, 86, 0.16);
}

.method-sphere-imprint::after {
  inset: 12%;
  border: 1px solid rgba(77, 97, 86, 0.22);
  transform: rotateY(64deg) rotateZ(28deg);
  box-shadow: 0 0 36px rgba(216, 189, 120, 0.08);
}

.method-steps article,
.capability-grid article {
  position: relative;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 2.8vw, 38px);
  border-right: 1px solid rgba(180, 147, 79, 0.24);
  border-bottom: 1px solid rgba(180, 147, 79, 0.24);
}

.method-steps article {
  background-color: rgba(77, 97, 86, 0.28);
}

.method-steps article:nth-child(even) {
  background-color: rgba(249, 245, 234, 0.055);
}

.method-steps article::before,
.capability-grid article::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 0;
  width: 48px;
  height: 1px;
  background-color: rgba(180, 147, 79, 0.72);
}

.method-steps span,
.capability-grid span {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.method-steps h3,
.capability-grid b {
  margin-top: 54px;
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 500;
}

.method-steps p,
.capability-grid p {
  margin-top: 16px;
  color: rgba(249, 245, 234, 0.72);
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.7;
}

.method-more {
  position: relative;
  z-index: 2;
  width: max-content;
  color: var(--gold);
  font-weight: 800;
}

.method-more::after {
  content: " 鈫?;
}

.capability {
  display: grid;
  align-content: center;
  gap: clamp(40px, 6vw, 80px);
  background-color: rgba(228, 208, 192, 0.075);
}

.capability-ring {
  right: 7vw;
  top: 13vh;
  opacity: 0.48;
}

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

.capability-grid article {
  min-height: 330px;
  background-color: rgba(249, 245, 234, 0.52);
}

.capability-grid article:nth-child(2) {
  background-color: rgba(77, 97, 86, 0.095);
}

.capability-grid b {
  display: block;
  color: var(--ink);
}

.capability-grid p {
  color: var(--muted);
}

.coming-soon-entry {
  position: relative;
  overflow: hidden;
  background-color: rgba(77, 97, 86, 0.105);
  cursor: pointer;
}

.coming-soon-entry::before {
  content: "";
  position: absolute;
  inset: 28px;
  border: 1px solid rgba(77, 97, 86, 0.24);
  pointer-events: none;
}

.masked-note {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  color: var(--muted);
  font-size: 20px;
}

.entry-mask {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 170px;
  margin: 46px 0;
  border: 1px solid rgba(180, 147, 79, 0.24);
  color: rgba(180, 147, 79, 0.42);
  font-family: var(--mono);
  font-size: clamp(28px, 4.4vw, 70px);
  font-weight: 800;
  letter-spacing: 0.16em;
}

.coming-soon-entry.is-open .entry-mask {
  display: none;
}

.sequence .section-heading h2 {
  max-width: 980px;
}

.brand-footnote {
  position: absolute;
  right: clamp(24px, 6vw, 96px);
  bottom: clamp(28px, 5vw, 72px);
  z-index: 2;
  max-width: 320px;
  color: rgba(180, 147, 79, 0.72);
  font-size: 13px;
  line-height: 1.8;
  text-align: right;
}

.method-sub-nav {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.method-scroll-cues span {
  cursor: default;
}

.method-scroll-cues span::after {
  content: "鈫?;
  margin-top: 18px;
  color: var(--gold);
}

.scroll-cue {
  position: relative;
  z-index: 2;
  margin: 28px auto 0;
  width: fit-content;
  color: rgba(180, 147, 79, 0.72);
  font-size: 12px;
  letter-spacing: 0.18em;
}

.method-detail {
  display: grid;
  align-content: center;
  gap: clamp(34px, 5vw, 70px);
}

.method-detail-copy {
  position: relative;
  z-index: 2;
  max-width: 780px;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.86;
}

.quote-orbit-section {
  display: grid;
  align-content: center;
  gap: clamp(40px, 6vw, 86px);
  background-color: rgba(228, 208, 192, 0.08);
}

.quote-orbit {
  position: relative;
  z-index: 2;
  width: min(86vw, 850px);
  aspect-ratio: 1;
  margin-inline: auto;
  border: 1px solid rgba(180, 147, 79, 0.18);
  border-radius: 50%;
}

.quote-orbit::before,
.quote-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.quote-orbit::before {
  inset: 16%;
  border: 1px solid rgba(77, 97, 86, 0.12);
}

.quote-orbit::after {
  inset: 34%;
  border-top: 1px solid rgba(180, 147, 79, 0.2);
  transform: rotate(-18deg);
}

.quote-orbit span {
  position: absolute;
  max-width: 220px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(18px, 1.7vw, 26px);
  line-height: 1.5;
}

.quote-orbit span::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  margin-bottom: 12px;
  border-radius: 50%;
  background-color: rgba(180, 147, 79, 0.72);
}

.quote-orbit span:nth-child(1) { left: 42%; top: -2%; }
.quote-orbit span:nth-child(2) { right: -2%; top: 28%; }
.quote-orbit span:nth-child(3) { right: 12%; bottom: 5%; }
.quote-orbit span:nth-child(4) { left: 5%; bottom: 10%; }
.quote-orbit span:nth-child(5) { left: -2%; top: 32%; }

.soon-card {
  position: relative;
  z-index: 2;
  max-width: 760px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(180, 147, 79, 0.26);
  background-color: rgba(77, 97, 86, 0.095);
}

.soon-card span {
  color: var(--gold);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.soon-card b {
  margin-top: 22px;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 62px);
  font-weight: 500;
}

.soon-card a {
  width: max-content;
  margin-top: 30px;
  color: var(--green);
  font-weight: 800;
}

.soon-card a::after {
  content: " 鈫?;
  color: var(--gold);
}

.soon-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 30px;
}

.soon-actions a {
  margin-top: 0;
}

.action-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  padding: 0;
  margin: 0;
  list-style: none;
}

.action-list li {
  min-height: 126px;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: rgba(23, 19, 15, 0.72);
  line-height: 1.65;
  background-color: rgba(249, 245, 234, 0.5);
}

.quote-orbit strong {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: min(54%, 430px);
  transform: translate(-50%, -50%);
  color: var(--green);
  font-family: var(--serif);
  font-size: clamp(28px, 3.4vw, 52px);
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}

.interactive-orbit span {
  cursor: pointer;
  color: rgba(23, 19, 15, 0.62);
  transition: color 180ms ease, text-shadow 180ms ease;
}

.interactive-orbit span:hover,
.interactive-orbit span.active {
  color: var(--gold);
  text-shadow: 0 0 18px rgba(180, 147, 79, 0.12);
}

.managed-works {
  background-color: rgba(228, 208, 192, 0.08);
}

.managed-works-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background-color: rgba(180, 147, 79, 0.18);
}

.managed-work-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background-color: rgba(249, 245, 234, 0.58);
}

.managed-work-cover {
  min-height: 180px;
  margin: -24px -24px 24px;
  display: grid;
  place-items: end start;
  padding: 18px;
  background-color: rgba(77, 97, 86, 0.12);
  background-size: cover;
  background-position: center;
}

.managed-work-cover em {
  border: 1px solid rgba(180, 147, 79, 0.42);
  padding: 6px 9px;
  color: var(--gold);
  font-style: normal;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.managed-work-card b {
  font-family: var(--serif);
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 500;
}

.managed-work-card span {
  margin-top: 10px;
  color: var(--muted);
}

.managed-work-card a {
  width: max-content;
  margin-top: 20px;
  color: var(--gold);
  font-weight: 800;
}

.sequence .sequence-grid b,
.sequence .sequence-grid article:nth-child(2) b,
.sequence .sequence-grid article:nth-child(4) b {
  color: var(--bg);
}

.brand-footnote {
  font-size: 15px;
}

.admin-page .section-screen {
  min-height: auto;
}

.admin-hero {
  min-height: 92vh;
  display: grid;
  align-content: center;
  gap: 38px;
}

.admin-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.admin-panel {
  display: grid;
  align-content: center;
  gap: clamp(32px, 5vw, 70px);
}

.admin-grid,
.admin-form,
.admin-work-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.compact-admin-grid {
  margin-top: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-grid label,
.admin-form label,
.admin-work-item {
  display: grid;
  gap: 9px;
  padding: 18px;
  border: 1px solid var(--line);
  background-color: rgba(249, 245, 234, 0.56);
  color: rgba(23, 19, 15, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.admin-grid input,
.admin-grid textarea,
.admin-form input,
.admin-work-item input,
.admin-textarea {
  width: 100%;
  border: 1px solid rgba(180, 147, 79, 0.26);
  background-color: rgba(249, 245, 234, 0.8);
  padding: 12px;
  color: var(--ink);
  font: inherit;
  font-weight: 500;
}

.admin-textarea {
  position: relative;
  z-index: 2;
  min-height: 320px;
}

.admin-check {
  align-content: center;
}

.admin-check input {
  width: auto;
  margin-right: 8px;
}

.admin-work-list {
  grid-template-columns: 1fr;
}

.admin-work-item {
  grid-template-columns: 170px repeat(3, minmax(0, 1fr));
  align-items: end;
}

.admin-cover {
  min-height: 132px;
  border: 1px solid rgba(77, 97, 86, 0.22);
  background-color: rgba(77, 97, 86, 0.1);
  background-size: cover;
  background-position: center;
}

.admin-remove {
  min-height: 42px;
  border: 1px solid rgba(180, 147, 79, 0.36);
  background-color: transparent;
  color: var(--gold);
  font-weight: 800;
  cursor: pointer;
}

.admin-design-shell {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 20px;
}

.admin-design-card {
  display: grid;
  gap: 18px;
  border: 1px solid var(--line);
  padding: 22px;
  background-color: rgba(249, 245, 234, 0.54);
}

.admin-design-card > b,
.section-design-card > b {
  color: var(--green);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
}

.section-design-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.section-design-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  border: 1px solid rgba(180, 147, 79, 0.2);
  padding: 18px;
  background-color: rgba(249, 245, 234, 0.5);
}

.section-design-card > b {
  grid-column: 1 / -1;
}

.section-design-card label {
  display: grid;
  gap: 8px;
  color: rgba(23, 19, 15, 0.64);
  font-size: 12px;
  font-weight: 800;
}

.section-design-card input {
  width: 100%;
  border: 1px solid rgba(180, 147, 79, 0.26);
  background-color: rgba(249, 245, 234, 0.86);
  padding: 10px;
}

@media (max-width: 1080px) {
  .method-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .capability-grid,
  .action-list,
  .managed-works-grid,
  .admin-grid,
  .admin-form,
  .method-sub-nav {
    grid-template-columns: 1fr;
  }

  .compact-admin-grid,
  .admin-work-item,
  .section-design-grid,
  .section-design-card {
    grid-template-columns: 1fr;
  }

  .brand-footnote {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 40px;
    text-align: left;
  }
}

@media (max-width: 720px) {
  .method-steps,
  .capability-grid,
  .method-sub-nav {
    grid-template-columns: 1fr;
  }

  .method-steps article,
  .capability-grid article {
    min-height: 230px;
  }

  .quote-orbit {
    width: 100%;
    aspect-ratio: auto;
    display: grid;
    gap: 18px;
    border-radius: 0;
    border-left: 1px solid rgba(180, 147, 79, 0.24);
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    padding-left: 20px;
  }

  .quote-orbit::before,
  .quote-orbit::after {
    display: none;
  }

  .quote-orbit span {
    position: static;
    max-width: none;
    transform: none !important;
  }

  .quote-orbit strong {
    position: static;
    width: auto;
    transform: none;
    text-align: left;
  }
}

/* v12: method section refinement */
.method {
  background-color: #17130f;
  color: #f6f1e8;
}

.method .section-rail b,
.method .section-rail span,
.method .eyebrow {
  color: #b4934f;
}

.method .section-heading h2 {
  color: #f6f1e8;
}

.method .section-heading p:not(.eyebrow) {
  color: rgba(246, 241, 232, 0.72);
}

.method .method-subtitle {
  margin-top: 14px;
  color: #b4934f;
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.12;
}

.method-steps {
  gap: 18px;
  border: 0;
  background-color: transparent;
}

.method-steps article,
.method-steps article:nth-child(even) {
  min-height: 286px;
  border: 1px solid rgba(180, 147, 79, 0.18);
  background-color: #201915;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.method-steps article:hover {
  background-color: #2b3530;
  border-color: rgba(180, 147, 79, 0.34);
  transform: translateY(-3px);
}

.method-steps article:nth-child(3):hover,
.method-steps article:nth-child(5):hover {
  background-color: #35291f;
}

.method-steps article::before {
  left: 28px;
  top: 26px;
  width: 54px;
  background-color: rgba(180, 147, 79, 0.72);
}

.method-steps span {
  color: #b4934f;
}

.method-steps h3 {
  color: #f6f1e8;
}

.method-steps p {
  color: rgba(246, 241, 232, 0.72);
}

.method-quote-preview {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1040px;
}

.method-quote-preview span {
  border: 1px solid rgba(180, 147, 79, 0.18);
  padding: 9px 12px;
  color: rgba(246, 241, 232, 0.64);
  font-size: 13px;
}

.method-more {
  color: #b4934f;
}

/* v12: 3D micro-light quote orbit */
.quote-orbit-3d {
  min-height: min(74vh, 760px);
  border-color: rgba(180, 147, 79, 0.16);
  transform-style: preserve-3d;
  perspective: 1100px;
  background:
    radial-gradient(circle at center, rgba(180, 147, 79, 0.09), transparent 26%),
    radial-gradient(ellipse at center, rgba(77, 97, 86, 0.08), transparent 58%);
}

.reenter-page .quote-orbit-section {
  background-color: #17130f;
  color: #f6f1e8;
}

.reenter-page .quote-orbit-section .section-heading p:not(.eyebrow) {
  color: rgba(246, 241, 232, 0.72);
}

.quote-hero-host {
  padding: 0;
  min-height: 100vh;
  background: #020202;
}

.quote-hero-host #chongguang-quote-hero {
  min-height: 100vh;
}

.quote-orbit-3d::before {
  inset: 13%;
  border-color: rgba(180, 147, 79, 0.12);
  transform: rotateX(62deg) rotateZ(-14deg);
}

.quote-orbit-3d::after {
  inset: 25%;
  border: 1px solid rgba(77, 97, 86, 0.12);
  transform: rotateX(64deg) rotateZ(18deg);
}

.quote-orbit-3d strong {
  color: #f6f1e8;
  text-shadow: 0 0 28px rgba(180, 147, 79, 0.13);
}

.quote-orbit-3d span {
  max-width: 245px;
  will-change: transform, opacity;
  color: rgba(246, 241, 232, 0.68);
  text-align: center;
  backface-visibility: hidden;
}

.quote-orbit-3d span::before {
  margin-inline: auto;
  background-color: rgba(180, 147, 79, 0.68);
}

.quote-orbit-3d.is-hovering span {
  opacity: 0.24;
}

.quote-orbit-3d span:hover,
.quote-orbit-3d span.active {
  color: #b4934f;
  opacity: 1 !important;
}

.orbit-ripple {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.orbit-ripple.pulse {
  animation: orbitRipple 900ms ease-out;
}

@keyframes orbitRipple {
  0% {
    box-shadow: 0 0 0 0 rgba(180, 147, 79, 0.28);
    opacity: 0.9;
  }

  100% {
    box-shadow: 0 0 0 170px rgba(180, 147, 79, 0);
    opacity: 0;
  }
}

@media (max-width: 720px) {
  .quote-orbit-3d {
    min-height: auto;
    perspective: none;
  }

  .quote-orbit-3d span {
    color: rgba(23, 19, 15, 0.72);
    text-align: left;
  }

  .quote-orbit-3d strong {
    color: var(--green);
    text-shadow: none;
  }
}

/* v13: full-screen 3D micro-light energy field */
.reenter-page .quote-orbit-section {
  min-height: 100vh;
  display: grid;
  align-content: start;
  background-color: #17130f;
}

.reenter-page .quote-orbit-section::before {
  content: "";
  position: absolute;
  inset: -10%;
  pointer-events: none;
  opacity: 0.78;
  background:
    radial-gradient(circle at 50% 56%, rgba(180, 147, 79, 0.13), transparent 16%),
    radial-gradient(ellipse at 50% 56%, rgba(77, 97, 86, 0.12), transparent 44%),
    repeating-radial-gradient(ellipse at 50% 56%, rgba(180, 147, 79, 0.052) 0 1px, transparent 1px 58px);
}

.reenter-page .quote-orbit-section::after {
  content: "";
  position: absolute;
  inset: 4% -8%;
  pointer-events: none;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg width='1600' height='900' viewBox='0 0 1600 900' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M166 560 C414 300 784 242 1246 408 C1390 460 1492 432 1600 342' stroke='%23b4934f' stroke-opacity='.18'/%3E%3Cpath d='M86 690 C432 438 754 468 1068 598 C1274 684 1434 642 1576 534' stroke='%234d6156' stroke-opacity='.12'/%3E%3Cpath d='M420 716 A560 220 0 1 0 1180 198' stroke='%23b4934f' stroke-opacity='.11'/%3E%3Cpath d='M308 614 A690 280 0 1 0 1328 250' stroke='%23f9f5ea' stroke-opacity='.05'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

.reenter-page .quote-orbit-section .section-heading {
  max-width: 780px;
}

.quote-orbit-3d {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: none;
  pointer-events: none;
  overflow: hidden;
}

.quote-orbit-3d::before,
.quote-orbit-3d::after {
  left: 50%;
  top: 56%;
  width: 88vw;
  height: 42vh;
  inset: auto;
  transform: translate(-50%, -50%) rotateX(64deg) rotateZ(-12deg);
}

.quote-orbit-3d::before {
  border-color: rgba(180, 147, 79, 0.16);
}

.quote-orbit-3d::after {
  width: 112vw;
  height: 54vh;
  border-color: rgba(77, 97, 86, 0.12);
  transform: translate(-50%, -50%) rotateX(66deg) rotateZ(18deg);
}

.quote-orbit-3d strong {
  top: 56%;
  width: min(48vw, 620px);
  color: #f6f1e8;
  pointer-events: none;
}

.quote-orbit-3d span {
  pointer-events: auto;
  max-width: 260px;
}

.orbit-ripple.pulse {
  animation: orbitRippleFull 1100ms ease-out;
}

@keyframes orbitRippleFull {
  0% {
    box-shadow: 0 0 0 0 rgba(180, 147, 79, 0.24), 0 0 28px rgba(180, 147, 79, 0.12);
    opacity: 0.92;
  }

  100% {
    box-shadow: 0 0 0 64vw rgba(180, 147, 79, 0);
    opacity: 0;
  }
}

.method-mini-orbit {
  position: absolute;
  right: clamp(24px, 6vw, 96px);
  top: clamp(132px, 16vw, 220px);
  z-index: 3;
  width: min(31vw, 420px);
  height: 300px;
  border: 1px solid rgba(180, 147, 79, 0.16);
  border-radius: 50%;
  color: rgba(246, 241, 232, 0.62);
  perspective: 760px;
  transform-style: preserve-3d;
}

.method-mini-orbit::before,
.method-mini-orbit::after {
  content: "";
  position: absolute;
  inset: 16%;
  border: 1px solid rgba(180, 147, 79, 0.11);
  border-radius: 50%;
  transform: rotateX(64deg) rotateZ(-15deg);
}

.method-mini-orbit::after {
  inset: 28%;
  border-color: rgba(77, 97, 86, 0.14);
  transform: rotateX(66deg) rotateZ(18deg);
}

.method-mini-orbit strong {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: #b4934f;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  white-space: nowrap;
}

.method-mini-orbit span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 140px;
  color: rgba(246, 241, 232, 0.58);
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
  --angle: calc((360deg / var(--n)) * var(--i));
  transform: translate(-50%, -50%) rotateY(var(--angle)) translateZ(150px) scale(0.86);
  transition: color 180ms ease, opacity 180ms ease;
}

.method-mini-orbit:hover span {
  animation: miniOrbit 18s linear infinite;
}

.method-mini-orbit span:hover {
  color: #b4934f;
  opacity: 1;
}

@keyframes miniOrbit {
  from {
    transform: translate(-50%, -50%) rotateY(var(--angle)) translateZ(150px) scale(0.86);
  }

  to {
    transform: translate(-50%, -50%) rotateY(calc(var(--angle) + 360deg)) translateZ(150px) scale(0.86);
  }
}

@media (max-width: 1080px) {
  .method-mini-orbit {
    position: relative;
    right: auto;
    top: auto;
    width: min(100%, 420px);
    margin-top: 26px;
  }
}

@media (max-width: 720px) {
  .quote-orbit-3d {
    position: relative;
    min-height: auto;
    overflow-x: auto;
    display: flex;
    gap: 18px;
    padding: 18px 0 24px;
    border-left: 1px solid rgba(180, 147, 79, 0.24);
  }

  .quote-orbit-3d strong {
    position: static;
    min-width: 260px;
    transform: none;
  }

  .quote-orbit-3d span {
    min-width: 220px;
  }

  .method-mini-orbit {
    height: auto;
    display: flex;
    overflow-x: auto;
    gap: 12px;
    border-radius: 0;
    padding: 14px;
  }

  .method-mini-orbit::before,
  .method-mini-orbit::after {
    display: none;
  }

  .method-mini-orbit strong,
  .method-mini-orbit span {
    position: static;
    transform: none;
    min-width: 160px;
  }
}

/* v13: visual CMS editor */
.admin-body {
  min-width: 1180px;
  overflow: hidden;
  background-color: var(--bg);
}

.visual-admin {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 250px minmax(380px, 560px) minmax(520px, 1fr);
  color: var(--ink);
}

.visual-admin-sidebar,
.visual-admin-editor,
.visual-admin-preview {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.visual-admin-sidebar {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 28px;
  border-right: 1px solid rgba(180, 147, 79, 0.22);
  padding: 28px 22px;
  background-color: rgba(249, 245, 234, 0.94);
}

.visual-admin-sidebar::after,
.visual-admin-editor::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  pointer-events: none;
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg width='700' height='340' viewBox='0 0 700 340' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23b4934f' stroke-opacity='.36' stroke-width='1'%3E%3Cpath d='M-20 260 C88 196 156 210 246 172 C344 132 416 128 512 82 C578 50 640 54 720 18'/%3E%3Cpath d='M-30 302 C88 244 178 244 282 214 C396 180 488 184 612 122 C664 96 704 84 734 78'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: bottom center;
}

.visual-admin .brand-word {
  min-width: 0;
  gap: 10px;
}

.visual-admin-nav,
.visual-admin-actions {
  display: grid;
  align-content: start;
  gap: 10px;
}

.visual-admin-nav button,
.visual-admin-actions .btn,
.quote-admin-row button {
  min-height: 42px;
  border: 1px solid rgba(180, 147, 79, 0.2);
  background-color: transparent;
  color: rgba(23, 19, 15, 0.68);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.visual-admin-nav button {
  padding: 13px 14px;
}

.visual-admin-nav button.is-active,
.visual-admin-nav button:hover {
  border-color: rgba(180, 147, 79, 0.48);
  background-color: rgba(180, 147, 79, 0.08);
  color: var(--ink);
}

.visual-admin-actions .btn {
  justify-content: center;
  width: 100%;
  color: var(--ink);
}

.visual-admin-actions .btn.primary {
  background-color: var(--green);
  color: #f6f1e8;
}

.visual-admin-editor {
  overflow-y: auto;
  border-right: 1px solid rgba(180, 147, 79, 0.16);
  padding: 30px;
  background-color: rgba(249, 245, 234, 0.82);
}

.editor-status {
  position: sticky;
  top: 0;
  z-index: 4;
  margin: -30px -30px 24px;
  border-bottom: 1px solid rgba(180, 147, 79, 0.2);
  padding: 28px 30px 22px;
  background-color: rgba(249, 245, 234, 0.96);
}

.editor-status h1 {
  margin: 8px 0 10px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 500;
}

.editor-status p:last-child {
  max-width: 34em;
  color: rgba(23, 19, 15, 0.62);
  font-size: 13px;
}

.admin-tab {
  display: none;
  gap: 18px;
}

.admin-tab.is-active {
  display: grid;
}

.editor-card {
  position: relative;
  display: grid;
  gap: 16px;
  border: 1px solid rgba(180, 147, 79, 0.2);
  padding: 20px;
  background-color: rgba(255, 252, 245, 0.54);
}

.editor-card > b {
  color: var(--green);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
}

.editor-card > p,
.empty-note {
  color: rgba(23, 19, 15, 0.56);
  font-size: 13px;
  line-height: 1.8;
}

.visual-map-card {
  border-color: rgba(77, 97, 86, 0.24);
  background-color: rgba(249, 245, 234, 0.72);
}

.visual-section-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.visual-section-map button {
  min-height: 44px;
  border: 1px solid rgba(180, 147, 79, 0.2);
  background-color: rgba(255, 252, 245, 0.5);
  color: rgba(23, 19, 15, 0.66);
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: left;
  cursor: pointer;
}

.visual-section-map button:hover,
.visual-section-map button.is-active {
  border-color: rgba(180, 147, 79, 0.5);
  background-color: rgba(77, 97, 86, 0.1);
  color: var(--ink);
}

.visual-admin input,
.visual-admin textarea,
.visual-admin select {
  width: 100%;
  border: 1px solid rgba(180, 147, 79, 0.24);
  background-color: rgba(249, 245, 234, 0.92);
  color: var(--ink);
  padding: 10px 11px;
  font: inherit;
  outline: none;
}

.visual-admin input[type="color"] {
  min-height: 44px;
  padding: 4px;
}

.visual-admin input[type="file"] {
  padding: 8px;
  background-color: rgba(255, 252, 245, 0.76);
}

.visual-admin input:focus,
.visual-admin textarea:focus,
.visual-admin select:focus {
  border-color: rgba(180, 147, 79, 0.58);
}

.visual-admin label {
  display: grid;
  gap: 8px;
  color: rgba(23, 19, 15, 0.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.visual-admin .admin-grid,
.visual-admin .admin-form,
.visual-admin .compact-admin-grid,
.visual-admin .section-design-grid {
  display: grid;
  gap: 14px;
}

.visual-admin .admin-grid,
.visual-admin .admin-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.visual-admin .compact-admin-grid,
.visual-admin .section-design-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.visual-admin .wide-admin-card,
.visual-admin .admin-form .btn,
.visual-admin .admin-check {
  grid-column: 1 / -1;
}

.visual-admin .admin-check {
  display: flex;
  align-items: center;
  gap: 8px;
}

.visual-admin .admin-check input {
  width: auto;
}

.visual-admin .admin-work-list,
.visual-admin .quote-admin-list {
  display: grid;
  gap: 12px;
}

.visual-admin .admin-work-item,
.visual-admin .quote-admin-row {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(180, 147, 79, 0.18);
  padding: 14px;
  background-color: rgba(249, 245, 234, 0.58);
}

.visual-admin .admin-work-item {
  grid-template-columns: 128px repeat(2, minmax(0, 1fr));
}

.visual-admin .admin-cover {
  min-height: 120px;
  grid-row: span 4;
  border: 1px solid rgba(77, 97, 86, 0.24);
  background-color: rgba(77, 97, 86, 0.1);
  background-size: cover;
  background-position: center;
}

.visual-admin .admin-remove,
.quote-admin-row button {
  min-height: 38px;
  padding: 8px 10px;
  text-align: center;
}

.visual-admin .admin-remove {
  border: 1px solid rgba(180, 147, 79, 0.34);
  background-color: transparent;
  color: var(--gold);
}

.visual-admin .quote-admin-row {
  grid-template-columns: minmax(220px, 1fr) auto auto auto auto auto;
  align-items: center;
}

.visual-admin-preview {
  display: grid;
  grid-template-rows: auto 1fr;
  background-color: #17130f;
}

.preview-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 52px;
  border-bottom: 1px solid rgba(180, 147, 79, 0.2);
  padding: 0 18px;
  color: rgba(246, 241, 232, 0.72);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.preview-topbar a {
  color: var(--gold);
}

.preview-topbar select {
  min-width: 150px;
  border: 1px solid rgba(180, 147, 79, 0.28);
  background-color: rgba(15, 11, 8, 0.34);
  color: rgba(246, 241, 232, 0.82);
  padding: 8px 10px;
  font-size: 12px;
}

#site-preview {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: var(--bg);
}

.cms-preview-section {
  cursor: crosshair;
}

.cms-preview-section::before {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: 20;
  pointer-events: none;
  border: 1px solid transparent;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.cms-preview-section:hover::before,
.cms-preview-section.cms-preview-active::before {
  border-color: rgba(180, 147, 79, 0.54);
  box-shadow: inset 0 0 0 1px rgba(180, 147, 79, 0.12);
}

@media (max-width: 1280px) {
  .admin-body {
    min-width: 0;
    overflow: auto;
  }

  .visual-admin {
    grid-template-columns: 220px minmax(360px, 520px);
  }

  .visual-admin-preview {
    grid-column: 1 / -1;
    min-height: 78vh;
  }
}

@media (max-width: 900px) {
  .visual-admin {
    display: block;
  }

  .visual-admin-sidebar,
  .visual-admin-editor,
  .visual-admin-preview {
    min-height: auto;
  }

  .visual-admin .admin-grid,
  .visual-admin .admin-form,
  .visual-admin .compact-admin-grid,
  .visual-admin .section-design-grid,
  .visual-admin .admin-work-item,
  .visual-admin .quote-admin-row {
    grid-template-columns: 1fr;
  }

  .visual-admin-preview {
    height: 82vh;
  }
}

/* v14: main work media support */
.work-cover {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  width: 100%;
  border: 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.work-cover.has-work-media {
  background-color: #17130f;
}

.work-cover.has-work-video {
  background-color: #0f0b08;
}

.main-work-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  background: #0f0b08;
}

.work-cover.has-work-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-color: rgba(15, 11, 8, 0.28);
}

.work-cover h3,
.work-cover .play-dot,
.work-cover .main-work-link {
  position: relative;
  z-index: 2;
}

.main-work-link {
  justify-self: start;
  margin-top: 18px;
  border: 1px solid rgba(180, 147, 79, 0.56);
  padding: 10px 14px;
  color: #f6f1e8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.work-cover.has-video-link .play-dot {
  background-color: rgba(15, 11, 8, 0.28);
  box-shadow: 0 0 42px rgba(180, 147, 79, 0.24);
}

.work-modal {
  width: min(1120px, calc(100vw - 40px));
  max-height: min(86vh, 860px);
  padding: 0;
  border: 1px solid rgba(180, 147, 79, 0.36);
  background: #0f0b08;
  color: #f6f1e8;
  overflow: hidden;
}

.work-modal::backdrop {
  background: rgba(8, 6, 4, 0.76);
  backdrop-filter: blur(8px);
}

.work-modal-close {
  position: absolute;
  right: 18px;
  top: 16px;
  z-index: 5;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(180, 147, 79, 0.42);
  border-radius: 999px;
  background: rgba(15, 11, 8, 0.52);
  color: #d8bd78;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.work-modal-media {
  min-height: min(58vh, 620px);
  display: grid;
  place-items: center;
  background: #17130f;
  box-shadow: inset 0 0 0 1px rgba(180, 147, 79, 0.12);
}

.work-modal-media video,
.work-modal-media iframe,
.work-modal-media img {
  display: block;
  width: 100%;
  height: min(58vh, 620px);
  border: 0;
  object-fit: contain;
}

.work-modal-empty {
  padding: 42px;
  color: rgba(246, 241, 232, 0.72);
  letter-spacing: 0.08em;
}

.work-modal-copy {
  display: none;
}

.work-modal-copy h3 {
  margin: 8px 0 10px;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 52px);
  font-weight: 400;
}

.work-modal-copy p:not(.eyebrow) {
  color: rgba(246, 241, 232, 0.66);
}

.work-modal-copy a {
  color: #d8bd78;
}

/* v23: launch polish, semantics and conversion path */
.skip-link {
  position: fixed;
  left: 18px;
  top: 14px;
  z-index: 999;
  transform: translateY(-160%);
  border: 1px solid rgba(180, 147, 79, 0.55);
  background: var(--ink);
  color: var(--bg);
  padding: 10px 14px;
  font-size: 13px;
  letter-spacing: 0.08em;
}

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

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid rgba(180, 147, 79, 0.82);
  outline-offset: 4px;
}

.proof-matrix .proof-link {
  grid-column: span 2;
}

.proof-matrix .proof-link a {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  color: inherit;
}

.method-symbol-orbit {
  opacity: 0.1;
  filter: blur(0.15px);
}

.method-steps {
  list-style: none;
  padding: 0;
}

.method-steps li,
.method-steps li:nth-child(even) {
  position: relative;
  min-height: 238px;
  padding: 28px;
  border: 1px solid rgba(180, 147, 79, 0.18);
  background-color: rgba(32, 25, 21, 0.82);
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.method-steps li:hover {
  background-color: #2b3530;
  border-color: rgba(180, 147, 79, 0.34);
  transform: translateY(-3px);
}

.method-steps li::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 26px;
  width: 54px;
  height: 1px;
  background-color: rgba(180, 147, 79, 0.68);
}

.method-steps li span {
  color: #b4934f;
  font-family: var(--mono);
  letter-spacing: 0.16em;
}

.method-steps li h3 {
  margin-top: 54px;
  color: #f6f1e8;
  font-family: var(--serif);
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 400;
}

.method-steps li p {
  margin-top: 16px;
  color: rgba(246, 241, 232, 0.72);
  line-height: 1.75;
}

.reenter-thesis {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin-top: clamp(26px, 4vw, 48px);
  color: rgba(23, 19, 15, 0.68);
  font-size: clamp(18px, 1.6vw, 25px);
  line-height: 2.05;
}

.reenter-portals {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.reenter-portals a {
  min-height: 120px;
  border: 1px solid rgba(180, 147, 79, 0.22);
  padding: 24px 26px;
  color: var(--ink);
  background-color: rgba(249, 245, 234, 0.58);
}

.reenter-portals b {
  display: block;
  font-family: var(--serif);
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 400;
}

.reenter-portals span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.8;
}

@media (max-width: 760px) {
  .actions {
    align-items: flex-start;
  }

  .hero-secondary-link {
    min-height: auto;
    border-color: transparent;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    color: var(--green);
  }

  .method-steps li {
    min-height: 220px;
  }

  .reenter-portals {
    grid-template-columns: 1fr;
  }

  .proof-matrix .proof-link {
    grid-column: auto;
  }

  .method-symbol-orbit {
    opacity: 0.08;
  }
}

/* Final viewport fit and real-media presentation. */
@media (min-width: 981px) {
  body .section-screen {
    padding-top: clamp(90px, 8vw, 126px) !important;
    padding-bottom: clamp(68px, 7vw, 104px) !important;
  }

  body .hero {
    min-height: 100svh !important;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 520px) !important;
    gap: clamp(32px, 4vw, 70px) !important;
  }

  body .hero h1 {
    font-size: clamp(112px, 12vw, 190px) !important;
    line-height: 0.84 !important;
  }

  body .hero-slogan {
    font-size: clamp(36px, 4.2vw, 64px) !important;
  }

  body .hero-sub {
    font-size: clamp(18px, 1.55vw, 24px) !important;
  }

  body .portrait-area {
    width: min(38vw, 520px) !important;
    max-width: 520px !important;
  }

  body .section-heading h2 {
    font-size: clamp(44px, 5.4vw, 84px) !important;
  }

  body .profile-statement h2 {
    font-size: clamp(44px, 5.5vw, 86px) !important;
  }
}

@media (min-width: 981px) and (max-height: 820px) {
  body .section-screen {
    padding-top: 82px !important;
    padding-bottom: 58px !important;
  }

  body .hero h1 {
    font-size: clamp(104px, 15vh, 160px) !important;
  }

  body .hero-slogan {
    font-size: clamp(34px, 6.4vh, 54px) !important;
  }

  body .portrait-area {
    width: min(34vw, 430px) !important;
  }
}

body .works-showcase .work-cover {
  background-color: #100c08 !important;
}

body .works-showcase .work-cover.has-work-media:not(.has-work-video)::before {
  background: linear-gradient(180deg, rgba(15, 11, 8, 0) 0%, rgba(15, 11, 8, 0.04) 72%, rgba(15, 11, 8, 0.14) 100%) !important;
}

/* v23 visual editor stabilization */
.admin-body {
  min-width: 0;
  height: 100vh;
  overflow: hidden;
}

.visual-admin {
  height: 100vh;
  min-height: 0;
  grid-template-columns: 210px minmax(360px, 460px) minmax(560px, 1fr);
}

.visual-admin-sidebar,
.visual-admin-editor,
.visual-admin-preview {
  height: 100vh;
  min-height: 0;
}

.visual-admin-sidebar,
.visual-admin-editor {
  overflow-y: auto;
  overscroll-behavior: contain;
}

.visual-admin-preview {
  overflow: hidden;
  min-width: 0;
}

#site-preview {
  min-width: 0;
}

.element-inspector-card {
  border-color: rgba(77, 97, 86, .34);
}

.inspector-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.inspector-heading b {
  color: var(--green);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
}

.inspector-heading p {
  margin-top: 6px;
  color: rgba(23, 19, 15, .56);
  font-size: 12px;
  line-height: 1.65;
}

.inspector-heading button,
.inspector-work-actions button {
  flex: 0 0 auto;
  border: 1px solid rgba(180, 147, 79, .3);
  background: transparent;
  color: #8e6e31;
  padding: 8px 10px;
  cursor: pointer;
}

.inspector-empty {
  padding: 18px;
  color: rgba(23, 19, 15, .5);
  border: 1px dashed rgba(180, 147, 79, .28);
  font-size: 12px;
  line-height: 1.7;
}

.inspector-controls {
  display: grid;
  gap: 14px;
}

.inspector-style-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.inspector-work-actions {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-left: 2px solid var(--gold);
  background: rgba(77, 97, 86, .08);
}

.inspector-work-actions p {
  color: rgba(23, 19, 15, .62);
  font-size: 12px;
  line-height: 1.65;
}

.portrait-area,
.portrait-placeholder {
  min-width: 0;
}

.portrait-placeholder {
  width: 100%;
  aspect-ratio: 4 / 5;
}

.portrait-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.brand-logo-slot img {
  object-fit: contain;
}

.qr-card {
  width: min(280px, 72vw);
  aspect-ratio: 1;
}

.qr-card i,
.qr-card .qr-image {
  width: 100%;
  height: 100%;
}

.qr-card .qr-image {
  padding: 10%;
  object-fit: contain;
  background: #fffdf7;
}

.works-showcase {
  min-width: 0;
}

.work-cover {
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
}

.work-modal {
  width: min(1100px, 92vw);
  max-height: 92vh;
}

.work-modal-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0f0b08;
}

.work-modal-media video,
.work-modal-media iframe,
.work-modal-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1450px) {
  .visual-admin {
    grid-template-columns: 190px minmax(340px, 410px) minmax(520px, 1fr);
  }

  .visual-admin-sidebar {
    padding-inline: 14px;
  }

  .visual-admin-editor {
    padding-inline: 20px;
  }
}

@media (max-width: 1040px) {
  .admin-body {
    height: auto;
    overflow: auto;
  }

  .visual-admin {
    display: grid;
    height: auto;
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .visual-admin-sidebar,
  .visual-admin-editor {
    height: 70vh;
  }

  .visual-admin-preview {
    grid-column: 1 / -1;
    height: 86vh;
  }
}

/* v22: reductive method system, accessibility and learning path */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.main-nav a[aria-current="page"] {
  color: var(--gold);
}

.main-nav a[aria-current="page"]::after {
  width: 100%;
  opacity: 1;
}

.method::before {
  opacity: 0.3;
}

.method .light-sequence {
  opacity: 0.36;
}

.method-symbol-orbit {
  position: absolute;
  right: clamp(18px, 7vw, 110px);
  top: clamp(110px, 16vw, 218px);
  width: clamp(300px, 36vw, 560px);
  aspect-ratio: 1;
  z-index: 1;
  pointer-events: none;
  opacity: 0.1;
  transform: rotateX(62deg) rotateZ(-18deg);
}

.method-symbol-orbit::before,
.method-symbol-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.method-symbol-orbit::before {
  inset: 0;
  border: 1px solid rgba(226, 239, 255, 0.72);
  background:
    radial-gradient(circle at 54% 46%, transparent 0 38%, rgba(226, 239, 255, 0.26) 39% 39.5%, transparent 40%),
    conic-gradient(from 210deg, transparent 0 24%, rgba(216, 189, 120, 0.46) 28%, transparent 34% 100%);
  box-shadow:
    inset 0 0 50px rgba(226, 239, 255, 0.1),
    0 0 80px rgba(180, 147, 79, 0.1);
}

.method-symbol-orbit::after {
  inset: 19%;
  border: 1px solid rgba(180, 147, 79, 0.52);
  transform: rotateY(62deg) rotateZ(34deg);
  box-shadow: 0 0 40px rgba(180, 147, 79, 0.12);
}

.method-steps {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: clamp(26px, 4vw, 48px);
}

.method-steps article,
.method-steps article:nth-child(even) {
  min-height: 238px;
  background-color: rgba(32, 25, 21, 0.82);
}

.method-steps article:hover,
.method-steps article:nth-child(3):hover,
.method-steps article:nth-child(5):hover {
  background-color: #2b3530;
}

.method .method-more {
  margin-top: clamp(22px, 3vw, 40px);
}

.works::before {
  opacity: 0.11;
}

.sequence::before {
  opacity: 0.24;
}

.quote-section::before {
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg width='1500' height='900' viewBox='0 0 1500 900' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M780 190 A430 430 0 0 1 1360 520' stroke='%23b4934f' stroke-opacity='.12'/%3E%3Cpath d='M180 650 C430 560 620 590 840 680 C1040 760 1240 690 1500 610' stroke='%2317130f' stroke-opacity='.055'/%3E%3Cpath d='M260 706 C500 640 700 650 900 724 C1080 792 1260 740 1500 684' stroke='%23b4934f' stroke-opacity='.07'/%3E%3Ccircle cx='1180' cy='326' r='2' fill='%23b4934f' fill-opacity='.22' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
}

.learning-path {
  display: grid;
  align-content: center;
  gap: clamp(34px, 5vw, 66px);
  background-color: rgba(249, 245, 234, 0.96);
}

.learning-ring {
  right: 7vw;
  top: 12vh;
  opacity: 0.2;
}

.path-accordion {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
}

.path-accordion details {
  border: 1px solid rgba(180, 147, 79, 0.22);
  background-color: rgba(249, 245, 234, 0.56);
}

.path-accordion summary {
  min-height: 98px;
  display: grid;
  grid-template-columns: 68px minmax(180px, 0.36fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 24px 28px;
  cursor: pointer;
  list-style: none;
}

.path-accordion summary::-webkit-details-marker {
  display: none;
}

.path-accordion summary span {
  color: var(--gold);
  font-family: var(--mono);
  letter-spacing: 0.16em;
}

.path-accordion summary b {
  font-family: var(--serif);
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 400;
}

.path-accordion summary em,
.path-placeholder {
  color: var(--muted);
  font-style: normal;
  line-height: 1.8;
}

.path-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 0 28px 28px;
}

.path-overview article,
.course-stage {
  border-top: 1px solid rgba(180, 147, 79, 0.16);
  padding: 22px 0;
}

.path-overview article {
  padding-right: 24px;
}

.path-overview b,
.course-stage h3,
.course-stage b {
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 500;
}

.path-overview p,
.course-stage p,
.course-stage li {
  color: var(--muted);
  line-height: 1.86;
}

.course-detail {
  margin: 0 28px 28px;
  padding: 0;
  border-color: rgba(77, 97, 86, 0.2) !important;
  background-color: rgba(77, 97, 86, 0.045) !important;
}

.course-detail > summary {
  min-height: 72px;
  display: block;
  padding: 22px 24px;
  color: var(--green);
  font-weight: 700;
}

.course-stage {
  padding: 26px 24px;
}

.course-stage ul {
  margin: 12px 0 20px;
  padding-left: 20px;
}

.path-placeholder {
  padding: 0 28px 28px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* v83: the armory now exposes community and hosted-app paths as equal, quiet entries. */
.weaponry-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.weaponry-path {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 78px;
  align-content: center;
  gap: 6px;
  padding: 14px 46px 14px 16px;
  border: 1px solid rgba(180, 147, 79, 0.34);
  background: rgba(246, 241, 232, 0.035);
  color: inherit;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.weaponry-path small {
  color: #b4934f;
  font-size: 10px;
  letter-spacing: 0.16em;
}

.weaponry-path strong {
  color: #f6f1e8;
  font-family: "Noto Serif SC", "Songti SC", SimSun, serif;
  font-size: 17px;
  font-weight: 400;
}

.weaponry-path .cta-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  color: #d8bd78;
  transform: translateY(-50%);
}

.weaponry-path:hover,
.weaponry-path:focus-visible {
  border-color: rgba(216, 189, 120, 0.72);
  background: rgba(77, 97, 86, 0.26);
  transform: translateY(-2px);
  outline: none;
}

@media (max-width: 720px) {
  .weaponry-paths {
    grid-template-columns: 1fr;
  }
}

/* v79: works library loads covers first and creates a player only on demand. */
.managed-work-cover-preview,
.home-work-cover-preview {
  position: relative;
  cursor: pointer;
  background: #100c08;
}

.managed-work-cover-preview > img,
.managed-work-cover > video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.managed-work-cover-preview .managed-work-play,
.home-work-cover-preview .managed-work-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(216, 189, 120, .78);
  border-radius: 50%;
  background: rgba(16, 12, 8, .58);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.managed-work-cover-preview .managed-work-play::after,
.home-work-cover-preview .managed-work-play::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 14px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #d8bd78;
}

.managed-work-cover-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(216, 189, 120, .55);
  font-size: 11px;
  letter-spacing: .22em;
}

.managed-work-cover-preview:focus-visible,
.home-work-cover-preview:focus-visible {
  outline: 2px solid #b4934f !important;
  outline-offset: 3px !important;
}

/* v80: restrained showcase depth without adding runtime effects. */
.home-work-cover-preview,
[data-ai-app-home] .ai-app-visual {
  overflow: hidden;
}

.home-work-cover-preview > img,
[data-ai-app-home] .ai-app-visual > img {
  transition: transform .72s cubic-bezier(.2,.7,.2,1), filter .72s ease;
  will-change: transform;
}

.home-work-cover-preview:hover > img,
[data-ai-app-home] .ai-app-card:hover .ai-app-visual > img {
  transform: scale(1.014);
  filter: brightness(1.035) saturate(1.02);
}

.home-work-cover-preview:hover .managed-work-play,
.managed-work-cover-preview:hover .managed-work-play {
  border-color: rgba(216, 189, 120, .96);
  box-shadow: 0 0 22px rgba(180, 147, 79, .2);
}

/* v83: keep play controls quiet so the work itself remains the visual focus. */
.home-work-cover-preview .managed-work-play {
  z-index: 2;
  width: 48px;
  height: 48px;
  border-color: rgba(216, 189, 120, .76);
  background: rgba(16, 12, 8, .64);
  box-shadow: none;
  backdrop-filter: none;
}

.home-work-cover-preview .managed-work-play::before {
  content: none;
}

.home-work-cover-preview .managed-work-play::after {
  left: 19px;
  top: 14px;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 12px;
  filter: none;
}

.home-work-card-main .home-work-cover-preview::after {
  content: none;
}

@keyframes cg-play-gold-breathe {
  0%, 100% {
    opacity: .48;
    transform: scale(.94);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes cg-play-aura-breathe {
  0%, 100% { opacity: .56; transform: translate(-50%, -50%) scale(.9); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.12); }
}

[data-ai-app-home] .ai-app-visual > .ai-app-inline-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 0;
  background: #100c08;
}

/* Scroll variables are bounded in JS, so the lines drift without leaving their sections. */
.home-page .motif-ring {
  transform: translate3d(var(--cg-orbit-x, 0px), var(--cg-orbit-y, 0px), 0);
  transition: transform .32s linear;
  will-change: transform;
}

.home-page .light-orbit,
.home-page .light-sequence {
  transform: translate3d(var(--cg-light-x, 0px), var(--cg-light-y, 0px), 0);
  transition: transform .32s linear;
  will-change: transform;
}

.home-page .mountain-thread,
.home-page .mountain-line {
  transform: translate3d(var(--cg-thread-x, 0px), var(--cg-thread-y, 0px), 0);
  transition: transform .32s linear;
  will-change: transform;
}

.home-page::before {
  background-position: calc(50% + var(--cg-bg-x, 0px)) calc(0px + var(--cg-bg-y, 0px));
  transition: background-position .32s linear;
  will-change: background-position;
}

@media (prefers-reduced-motion: reduce) {
  .home-work-cover-preview > img,
  [data-ai-app-home] .ai-app-visual > img {
    transition: none;
    transform: none !important;
  }

  .home-work-cover-preview .managed-work-play::before {
    animation: none;
  }

  .home-work-card-main .home-work-cover-preview::after {
    animation: none;
  }

  .home-page .motif-ring,
  .home-page .light-orbit,
  .home-page .light-sequence,
  .home-page .mountain-thread,
  .home-page .mountain-line {
    transform: none !important;
    transition: none;
  }

  .home-page::before {
    background-position: center top;
    transition: none;
  }
}

@media (max-width: 1180px) {
  .method-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .method-symbol-orbit {
    opacity: 0.08;
  }
}

@media (max-width: 760px) {
  .method-steps,
  .path-overview,
  .path-accordion summary {
    grid-template-columns: 1fr;
  }

  .method-symbol-orbit {
    width: 76vw;
    opacity: 0.07;
  }
}

/* v14: full-screen sun-moon micro-light field */
.reenter-page #method-quotes {
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  background-color: #0f0b08;
  color: #f6f1e8;
}

.reenter-page #method-quotes::before {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.9;
  background:
    radial-gradient(ellipse at 50% 55%, rgba(216, 189, 120, 0.14), transparent 20%),
    radial-gradient(ellipse at 50% 54%, rgba(77, 97, 86, 0.16), transparent 48%),
    repeating-radial-gradient(ellipse at 50% 55%, rgba(180, 147, 79, 0.055) 0 1px, transparent 1px 64px);
}

.reenter-page #method-quotes::after {
  content: "";
  position: absolute;
  inset: -3% -8%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.48;
  background-image: url("data:image/svg+xml,%3Csvg width='1800' height='980' viewBox='0 0 1800 980' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M94 638 C314 334 728 240 1112 390 C1400 502 1602 442 1760 286' stroke='%23b4934f' stroke-opacity='.20'/%3E%3Cpath d='M176 752 C464 506 780 488 1118 626 C1366 726 1564 676 1726 532' stroke='%234d6156' stroke-opacity='.18'/%3E%3Cpath d='M340 728 A640 244 0 1 0 1460 238' stroke='%23d8bd78' stroke-opacity='.14'/%3E%3Cpath d='M210 642 A810 308 0 1 0 1638 288' stroke='%23f6f1e8' stroke-opacity='.06'/%3E%3Cpath d='M520 824 A460 138 0 1 0 1288 448' stroke='%23b4934f' stroke-opacity='.08'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

.reenter-page #method-quotes .section-rail,
.reenter-page #method-quotes .section-heading,
.orbit-hint {
  z-index: 4;
}

.reenter-page #method-quotes .section-heading {
  max-width: 700px;
}

.quote-orbit-720 {
  --field-x: 0;
  --field-y: 0;
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  perspective: 1400px;
  transform-style: preserve-3d;
  background: none;
}

.quote-orbit-720::before,
.quote-orbit-720::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 55%;
  width: 92vw;
  height: 38vh;
  border: 1px solid rgba(216, 189, 120, 0.24);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) rotateX(calc(63deg + (var(--field-y) * -4deg))) rotateY(calc(var(--field-x) * 7deg)) rotateZ(-16deg);
  transition: border-color 220ms ease, opacity 220ms ease;
}

.quote-orbit-720::after {
  width: 118vw;
  height: 56vh;
  border-color: rgba(77, 97, 86, 0.22);
  transform: translate(-50%, -50%) rotateX(calc(66deg + (var(--field-y) * -3deg))) rotateY(calc(var(--field-x) * -6deg)) rotateZ(21deg);
}

.quote-orbit-720.is-hovering::before {
  border-color: rgba(216, 189, 120, 0.42);
}

.quote-orbit-720.is-hovering::after {
  border-color: rgba(77, 97, 86, 0.34);
}

.quote-orbit-720 strong {
  position: absolute;
  left: 50%;
  top: 55%;
  z-index: 240;
  width: min(58vw, 780px);
  transform: translate(-50%, -50%) translateZ(160px);
  color: #f6f1e8;
  font-family: var(--serif);
  font-size: clamp(34px, 4.4vw, 76px);
  font-weight: 500;
  line-height: 1.12;
  text-align: center;
  text-shadow: 0 0 44px rgba(216, 189, 120, 0.18);
  pointer-events: none;
}

.quote-orbit-720 span {
  position: absolute;
  max-width: 260px;
  color: rgba(246, 241, 232, 0.66);
  font-family: var(--serif);
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.42;
  text-align: center;
  text-shadow: 0 0 18px rgba(180, 147, 79, 0.13);
  backface-visibility: hidden;
  will-change: transform, opacity, filter;
  pointer-events: auto;
  cursor: pointer;
  transition: color 180ms ease, text-shadow 180ms ease, opacity 180ms ease;
}

.quote-orbit-720 span::before {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  margin: 0 auto 7px;
  background-color: rgba(216, 189, 120, 0.72);
}

.quote-orbit-720 span:hover,
.quote-orbit-720 span.active {
  color: #d8bd78;
  opacity: 1 !important;
  text-shadow: 0 0 26px rgba(216, 189, 120, 0.42);
}

.quote-orbit-720 .orbit-stars {
  position: absolute;
  left: 50%;
  top: 55%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: rgba(216, 189, 120, 0.45);
  box-shadow:
    -38vw -18vh 0 rgba(216, 189, 120, 0.12),
    -30vw 22vh 0 rgba(77, 97, 86, 0.18),
    -18vw -6vh 0 rgba(246, 241, 232, 0.10),
    -6vw 28vh 0 rgba(180, 147, 79, 0.16),
    8vw -24vh 0 rgba(216, 189, 120, 0.14),
    22vw 18vh 0 rgba(77, 97, 86, 0.16),
    36vw -2vh 0 rgba(246, 241, 232, 0.10),
    44vw 25vh 0 rgba(180, 147, 79, 0.13);
  pointer-events: none;
}

.quote-orbit-720 .orbit-stars::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70vw;
  height: 25vh;
  border: 1px solid rgba(246, 241, 232, 0.07);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotateX(68deg) rotateZ(4deg);
}

.quote-actions {
  position: absolute;
  left: 50%;
  top: calc(55% + min(15vw, 142px));
  z-index: 260;
  display: flex;
  justify-content: center;
  gap: 12px;
  transform: translateX(-50%);
  pointer-events: auto;
}

.quote-actions[hidden] {
  display: none;
}

.quote-actions button,
.quote-actions a {
  border: 1px solid rgba(216, 189, 120, 0.34);
  background-color: rgba(15, 11, 8, 0.5);
  padding: 10px 13px;
  color: rgba(246, 241, 232, 0.84);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.quote-actions button:hover,
.quote-actions a:hover {
  border-color: rgba(216, 189, 120, 0.7);
  color: #d8bd78;
}

.quote-orbit-720 .orbit-ripple {
  position: absolute;
  z-index: 210;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.quote-orbit-720 .orbit-ripple.pulse {
  animation: orbitRippleV14 1250ms ease-out both;
}

.quote-orbit-720 .ripple-two.pulse {
  animation-duration: 1450ms;
}

.quote-orbit-720 .ripple-three.pulse {
  animation-duration: 1680ms;
}

@keyframes orbitRippleV14 {
  0% {
    box-shadow: 0 0 0 0 rgba(216, 189, 120, 0.26), 0 0 34px rgba(180, 147, 79, 0.12);
    opacity: 0.9;
  }

  100% {
    box-shadow: 0 0 0 78vw rgba(216, 189, 120, 0);
    opacity: 0;
  }
}

.orbit-hint {
  position: absolute;
  right: clamp(24px, 5vw, 76px);
  bottom: clamp(22px, 4vw, 54px);
  color: rgba(216, 189, 120, 0.72);
  font-size: 12px;
  letter-spacing: 0.14em;
}

@media (max-width: 720px) {
  .reenter-page #method-quotes {
    min-height: auto;
  }

  .quote-orbit-720 {
    position: relative;
    min-height: auto;
    height: auto;
    display: flex;
    gap: 14px;
    overflow-x: auto;
    border-left: 1px solid rgba(216, 189, 120, 0.28);
    padding: 28px 0 34px 18px;
    perspective: none;
  }

  .quote-orbit-720::before,
  .quote-orbit-720::after,
  .quote-orbit-720 .orbit-stars,
  .quote-orbit-720 .orbit-ripple {
    display: none;
  }

  .quote-orbit-720 strong,
  .quote-orbit-720 span {
    position: static;
    min-width: 230px;
    max-width: 260px;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
    text-align: left;
  }

  .quote-orbit-720 strong {
    font-size: 28px;
  }

  .quote-actions {
    position: static;
    transform: none;
    align-self: end;
    min-width: 260px;
    flex-wrap: wrap;
  }

  .orbit-hint {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
  }
}

/* v23 final launch overrides */
.skip-link {
  position: fixed;
  left: 18px;
  top: 14px;
  z-index: 999;
  transform: translateY(-160%);
  border: 1px solid rgba(180, 147, 79, 0.55);
  background: var(--ink);
  color: var(--bg);
  padding: 10px 14px;
  font-size: 13px;
  letter-spacing: 0.08em;
}

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

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid rgba(180, 147, 79, 0.82);
  outline-offset: 4px;
}

.proof-matrix .proof-link {
  grid-column: span 2;
}

.proof-matrix .proof-link a {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  color: inherit;
}

.method-symbol-orbit {
  opacity: 0.1;
  filter: blur(0.15px);
}

.method-steps {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: clamp(26px, 4vw, 48px);
  list-style: none;
  padding: 0;
}

.method-steps li,
.method-steps li:nth-child(even) {
  position: relative;
  min-height: 238px;
  padding: 28px;
  border: 1px solid rgba(180, 147, 79, 0.18);
  background-color: rgba(32, 25, 21, 0.82);
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.method-steps li:hover {
  background-color: #2b3530;
  border-color: rgba(180, 147, 79, 0.34);
  transform: translateY(-3px);
}

.method-steps li::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 26px;
  width: 54px;
  height: 1px;
  background-color: rgba(180, 147, 79, 0.68);
}

.method-steps li span {
  color: #b4934f;
  font-family: var(--mono);
  letter-spacing: 0.16em;
}

.method-steps li h3 {
  margin-top: 54px;
  color: #f6f1e8;
  font-family: var(--serif);
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 400;
}

.method-steps li p {
  margin-top: 16px;
  color: rgba(246, 241, 232, 0.72);
  line-height: 1.75;
}

.reenter-thesis {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin-top: clamp(26px, 4vw, 48px);
  color: rgba(23, 19, 15, 0.68);
  font-size: clamp(18px, 1.6vw, 25px);
  line-height: 2.05;
}

.reenter-portals {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.reenter-portals a {
  min-height: 120px;
  border: 1px solid rgba(180, 147, 79, 0.22);
  padding: 24px 26px;
  color: var(--ink);
  background-color: rgba(249, 245, 234, 0.58);
}

.reenter-portals b {
  display: block;
  font-family: var(--serif);
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 400;
}

.reenter-portals span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.8;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1180px) {
  .method-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .section-screen,
  .hero {
    min-height: auto;
  }

  .actions {
    align-items: flex-start;
  }

  .hero-secondary-link {
    min-height: auto;
    border-color: transparent;
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    color: var(--green);
  }

  .method-steps,
  .path-overview,
  .path-accordion summary,
  .reenter-portals {
    grid-template-columns: 1fr;
  }

  .method-steps li {
    min-height: 220px;
  }

  .proof-matrix .proof-link {
    grid-column: auto;
  }

  .method-symbol-orbit {
    width: 76vw;
    opacity: 0.08;
  }
}

/* Launch-pass texture balance: keep each section's atmosphere intentional. */
.hero .motif-ring,
.hero .light-orbit {
  opacity: 0.055;
}

.credibility::before {
  opacity: 0.065;
}

.method .method-symbol-orbit {
  opacity: 0.11;
}

.works::before,
.works .case-ring {
  opacity: 0.045;
}

.quote-section::before,
.quote-section .quote-ring {
  opacity: 0.095;
}

@media (max-width: 760px) {
  .hero .motif-ring,
  .hero .light-orbit {
    opacity: 0.04;
  }

  .method .method-symbol-orbit {
    opacity: 0.085;
  }

  .works::before,
  .works .case-ring {
    opacity: 0.035;
  }
}

/* v23 refinement: stronger texture, cleaner method field, clearer editable media states. */
.hero::after,
.profile::after,
.ecosystem::after,
.tools-entry::after,
.contact::after {
  opacity: 0.78;
}

.hero .motif-ring,
.hero .light-orbit {
  opacity: 0.075;
}

.credibility::before {
  opacity: 0.095;
}

.method::after {
  opacity: 0.9;
}

.works::before,
.works .case-ring {
  opacity: 0.065;
}

.quote-section::before,
.quote-section .quote-ring {
  opacity: 0.13;
}

.credibility .proof-matrix .proof-link {
  background-color: #4d6156 !important;
  border-color: rgba(180, 147, 79, 0.32) !important;
}

.credibility .proof-matrix .proof-link a {
  color: #f6f1e8;
}

.credibility .proof-matrix .proof-link span {
  color: rgba(246, 241, 232, 0.74);
}

.credibility .proof-matrix .proof-link::after {
  color: #b4934f;
}

.credibility-groups {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background-color: rgba(180, 147, 79, 0.22);
}

.credibility-groups .proof-group {
  min-height: clamp(280px, 34vh, 380px);
  display: grid;
  align-content: start;
  gap: 22px;
  padding: clamp(28px, 3.5vw, 44px);
  background-color: rgba(23, 19, 15, 0.76);
}

.credibility-groups .proof-group::before {
  width: 72px;
  background-color: rgba(180, 147, 79, 0.74);
}

.credibility-groups h3 {
  margin: 0 0 12px;
  color: #f6f1e8;
  font-family: var(--serif);
  font-size: clamp(27px, 2.8vw, 48px);
  font-weight: 400;
}

.credibility-groups h3 span {
  display: block;
  margin-bottom: 16px;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.22em;
}

.credibility-groups p {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(180, 147, 79, 0.13);
}

.credibility-groups p b,
.credibility-groups p a b {
  display: block;
  color: rgba(246, 241, 232, 0.94);
  font-family: var(--serif);
  font-size: clamp(19px, 1.7vw, 26px);
  font-weight: 400;
}

.credibility-groups p span,
.credibility-groups p a span {
  display: block;
  margin-top: 8px;
  color: rgba(246, 241, 232, 0.65);
  line-height: 1.68;
}

.credibility-groups p a {
  color: inherit;
}

.credibility-groups p a::after {
  content: " 鈫?;
  color: var(--gold);
  font-family: var(--serif);
}

.method .method-symbol-orbit,
.method .light-sequence {
  display: none !important;
}

.work-cover[data-editable-work="main"] {
  overflow: hidden;
}

.work-cover[data-editable-work="main"] h3,
.work-cover[data-editable-work="main"] .play-dot,
.work-cover[data-editable-work="main"] .main-work-link {
  position: relative;
  z-index: 3;
}

.work-cover.has-work-video h3,
.work-cover.has-work-video .play-dot {
  opacity: 0.82;
}

.work-cover[data-editable-work="main"] {
  display: grid;
  min-height: clamp(380px, 48vh, 590px);
  padding: clamp(26px, 4vw, 42px);
  align-items: end;
  justify-items: start;
}

.work-cover[data-editable-work="main"] h3 {
  position: absolute;
  left: clamp(26px, 4vw, 46px);
  right: clamp(26px, 4vw, 46px);
  bottom: clamp(24px, 4vw, 42px);
  max-width: min(620px, calc(100% - 52px));
  margin: 0;
  z-index: 3;
}

.work-cover[data-editable-work="main"] .play-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  margin: 0;
  transform: translate(-50%, -50%);
}

.work-cover[data-editable-work="main"] .main-work-link {
  position: absolute;
  right: clamp(22px, 3.4vw, 40px);
  top: clamp(22px, 3.4vw, 40px);
  z-index: 5;
  margin: 0;
  background-color: rgba(15, 11, 8, 0.26);
  backdrop-filter: blur(10px);
}

.work-cover.has-work-video .play-dot {
  opacity: 0;
  pointer-events: none;
}

.work-cover[data-editable-work="main"] {
  color: #f6f1e8;
  text-decoration: none;
}

.work-cover[data-editable-work="main"]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(15, 11, 8, 0.08) 0%, rgba(15, 11, 8, 0.18) 48%, rgba(15, 11, 8, 0.74) 100%),
    linear-gradient(90deg, rgba(15, 11, 8, 0.42), transparent 62%);
}

.work-cover[data-editable-work="main"] h3 {
  z-index: 4;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.34);
}

.work-cover[data-editable-work="main"] .play-dot {
  z-index: 5;
}

.reenter-page .section-screen > .scroll-cue {
  align-self: end;
  justify-self: center;
  margin-top: clamp(22px, 4vh, 48px);
}

.reenter-page .sub-hero > .scroll-cue,
.reenter-page .method-detail > .scroll-cue {
  position: absolute;
  left: 50%;
  bottom: clamp(28px, 5vh, 58px);
  transform: translateX(-50%);
  margin: 0;
}

.reenter-page .sub-hero,
.reenter-page .method-detail {
  padding-bottom: clamp(124px, 12vh, 168px);
}

.quote-hero-host .quote-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: clamp(28px, 5vh, 58px);
  z-index: 22;
  transform: translateX(-50%);
  margin: 0;
}

.reenter-portals.single {
  grid-template-columns: minmax(0, 1fr);
  width: min(100%, 980px);
  max-width: none;
}

.reenter-portals.single a {
  min-height: 128px;
  display: grid;
  align-content: center;
  border-color: rgba(180, 147, 79, 0.34);
  background-color: #4d6156;
  color: #f6f1e8;
}

.reenter-portals.single span {
  color: rgba(246, 241, 232, 0.74);
}

.reenter-portals.single a::after {
  content: "鈫?;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  color: #b4934f;
  font-family: var(--serif);
  font-size: 34px;
}

.course-conversion {
  position: relative;
  z-index: 2;
  width: min(100%, 1080px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.34fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  margin-top: clamp(28px, 5vw, 58px);
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(180, 147, 79, 0.28);
  background-color: #4d6156;
  color: #f6f1e8;
}

.course-conversion h3 {
  margin: 12px 0 14px;
  color: #f6f1e8;
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 58px);
  font-weight: 400;
}

.course-conversion p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(246, 241, 232, 0.74);
  line-height: 1.85;
}

.course-conversion .btn {
  margin-top: 24px;
  background-color: rgba(23, 19, 15, 0.28);
}

.course-conversion .qr-card {
  min-height: 240px;
  border-color: rgba(180, 147, 79, 0.34);
  background-color: rgba(246, 241, 232, 0.1);
  color: #f6f1e8;
}

.course-conversion .qr-card b {
  color: rgba(246, 241, 232, 0.88);
}

.reenter-page .section-rail span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.12em;
  line-height: 1.08;
}

@media (max-width: 760px) {
  .hero::after,
  .profile::after,
  .ecosystem::after,
  .tools-entry::after,
  .contact::after {
    opacity: 0.62;
  }

  .hero .motif-ring,
  .hero .light-orbit {
    opacity: 0.055;
  }

  .method::after {
    opacity: 0.72;
  }

  .quote-hero-host .quote-scroll-cue {
    bottom: 22px;
    width: max-content;
    max-width: calc(100vw - 36px);
    text-align: center;
  }

  .course-conversion {
    grid-template-columns: 1fr;
  }

  .reenter-page .section-rail span {
    writing-mode: horizontal-tb;
    letter-spacing: 0.08em;
  }

  .work-cover[data-editable-work="main"] {
    min-height: 360px;
    padding-bottom: 104px;
  }

  .work-cover[data-editable-work="main"] h3 {
    bottom: 24px;
  }

  .work-cover[data-editable-work="main"] .main-work-link {
    left: 20px;
    right: auto;
    top: 20px;
  }
}

/* v23 final texture pass: deeper sun-moon and mountain atmosphere. */
.hero::after,
.profile::after,
.ecosystem::after,
.tools-entry::after,
.contact::after {
  opacity: 0.92;
}

.hero .motif-ring,
.hero .light-orbit,
.subpage .motif-ring {
  opacity: 0.11;
}

.credibility::before {
  opacity: 0.12;
}

.works::before,
.works .case-ring {
  opacity: 0.085;
}

.quote-section::before,
.quote-section .quote-ring {
  opacity: 0.16;
}

@media (max-width: 760px) {
  .hero::after,
  .profile::after,
  .ecosystem::after,
  .tools-entry::after,
  .contact::after {
    opacity: 0.7;
  }

  .hero .motif-ring,
  .hero .light-orbit,
  .subpage .motif-ring {
    opacity: 0.075;
  }

  .credibility::before {
    opacity: 0.085;
  }

  .works::before,
  .works .case-ring {
    opacity: 0.055;
  }

  .quote-section::before,
  .quote-section .quote-ring {
    opacity: 0.11;
  }
}

/* v23 tail consolidation: deep cooperation -> light contact -> deep closing quote. */
.sequence.dark-section {
  background-color: #0f0b08;
  color: #f6f1e8;
}

.sequence.dark-section .section-heading h2 {
  max-width: 1080px;
  color: #f6f1e8;
}

.sequence.dark-section .section-heading p:not(.eyebrow) {
  max-width: 900px;
  color: rgba(246, 241, 232, 0.72);
}

.sequence .cooperation-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-color: rgba(180, 147, 79, 0.34);
  background-color: rgba(246, 241, 232, 0.025);
}

.sequence .cooperation-grid article {
  min-height: clamp(230px, 27vh, 300px);
  padding: clamp(26px, 3vw, 38px);
  border-right: 1px solid rgba(180, 147, 79, 0.18);
}

.sequence .cooperation-grid article:last-child {
  border-right: 0;
}

.sequence .cooperation-grid article > span {
  display: block;
  margin: 0;
  color: #b4934f;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.22em;
}

.sequence .cooperation-grid .cooperation-link {
  display: block;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}

.sequence .cooperation-grid .cooperation-link > span {
  display: block;
  margin: 0;
  color: #b4934f;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.22em;
}

.sequence .cooperation-grid b,
.sequence .cooperation-grid article:nth-child(2) b,
.sequence .cooperation-grid article:nth-child(4) b {
  display: block;
  margin-top: clamp(48px, 7vw, 82px);
  color: #f6f1e8;
  font-family: var(--serif);
  font-size: clamp(25px, 2.5vw, 42px);
  font-weight: 400;
  line-height: 1.18;
}

.sequence .cooperation-grid p {
  margin-top: 16px;
  color: rgba(246, 241, 232, 0.64);
  line-height: 1.8;
}

.sequence .cooperation-grid .cooperation-link em {
  display: inline-block;
  margin-top: 28px;
  color: #d8bd78;
  font-family: var(--mono);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.quote-section.dark-section {
  background-color: #0f0b08;
  color: #f6f1e8;
}

.quote-section.dark-section::before {
  opacity: 0.22;
}

.quote-section.dark-section .quote-ring {
  opacity: 0.2;
}

.quote-section.dark-section h2 {
  color: #f6f1e8;
}

.quote-section.dark-section .quote-note {
  color: rgba(246, 241, 232, 0.72);
}

.quote-section.dark-section .brand-footnote {
  position: relative;
  z-index: 2;
  color: rgba(180, 147, 79, 0.72);
  font-size: 14px;
  letter-spacing: 0.12em;
}

@media (max-width: 1080px) {
  .sequence .cooperation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sequence .cooperation-grid article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .sequence .cooperation-grid {
    grid-template-columns: 1fr;
  }

  .sequence .cooperation-grid article,
  .sequence .cooperation-grid article:nth-child(2) {
    min-height: 210px;
    border-right: 0;
    border-bottom: 1px solid rgba(180, 147, 79, 0.16);
  }

  .sequence .cooperation-grid article:last-child {
    border-bottom: 0;
  }
}

/* v23 final works-card safety: mobile title sits below the media, never over the play control. */
@media (max-width: 760px) {
  .work-cover[data-editable-work="main"] {
    min-height: 320px;
    margin-bottom: 102px;
    overflow: visible;
    padding-bottom: 0;
  }

  .work-cover[data-editable-work="main"] h3 {
    left: 0;
    right: 0;
    top: calc(100% + 16px);
    bottom: auto;
    max-width: none;
    color: var(--ink);
    font-size: clamp(28px, 8vw, 38px);
    text-shadow: none;
  }

  .work-cover[data-editable-work="main"]::before {
    background: linear-gradient(180deg, rgba(15, 11, 8, 0.08), rgba(15, 11, 8, 0.22));
  }

  .credibility-groups {
    grid-template-columns: 1fr;
  }

  .credibility-groups .proof-group {
    min-height: auto;
  }
}

/* v23 conversion and low-friction contact refinements. */
.subscribe-form {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin-top: 26px;
}

.subscribe-form input {
  min-height: 48px;
  border: 1px solid rgba(180, 147, 79, 0.28);
  background-color: rgba(249, 245, 234, 0.08);
  color: #f6f1e8;
  padding: 0 16px;
  outline: none;
}

.subscribe-form input::placeholder {
  color: rgba(246, 241, 232, 0.48);
}

.btn-copy-wechat {
  width: max-content;
  border: 1px solid rgba(77, 97, 86, 0.32);
  background-color: rgba(77, 97, 86, 0.1);
  color: var(--green);
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.learning-path {
  background-color: #f9f5ea;
  color: var(--ink);
}

.learning-path .motif-ring {
  opacity: 0.08;
}

.learning-path .path-accordion details {
  border: 1px solid rgba(180, 147, 79, 0.26);
  background-color: rgba(249, 245, 234, 0.72);
  box-shadow: 0 0 0 1px rgba(23, 19, 15, 0.025) inset;
}

.learning-path .path-accordion summary {
  border-bottom-color: rgba(180, 147, 79, 0.16);
}

.wechat-conversion {
  grid-template-columns: 1fr;
  background-color: rgba(249, 245, 234, 0.82);
  color: var(--ink);
}

.wechat-conversion h3 {
  color: var(--ink);
}

.wechat-conversion p:not(.eyebrow) {
  color: var(--muted);
}

.wechat-id {
  display: inline-flex;
  width: max-content;
  margin-top: 22px;
  border: 1px solid rgba(180, 147, 79, 0.46);
  background-color: #17130f;
  color: #d8bd78;
  padding: 12px 18px;
  font-family: var(--mono);
  font-size: clamp(18px, 2vw, 28px);
  letter-spacing: 0.14em;
}

.learning-path .path-accordion {
  gap: 18px;
}

.learning-path .path-accordion > details {
  border: 1px solid rgba(23, 19, 15, 0.16);
  border-left: 4px solid rgba(180, 147, 79, 0.72);
  background-color: rgba(249, 245, 234, 0.86);
  box-shadow: 0 0 0 1px rgba(180, 147, 79, 0.08) inset;
}

.learning-path .path-accordion > details > summary {
  min-height: 112px;
  background:
    linear-gradient(90deg, rgba(23, 19, 15, 0.055), transparent 54%),
    rgba(249, 245, 234, 0.72);
}

.learning-path .path-accordion > details > summary b {
  color: #17130f;
}

.learning-path .path-accordion > details > summary span {
  color: #b4934f;
}

.learning-path .path-accordion > details > summary em {
  color: rgba(23, 19, 15, 0.62);
}

.learning-path .course-detail {
  border-color: rgba(23, 19, 15, 0.16) !important;
  background-color: rgba(249, 245, 234, 0.7) !important;
}

.wechat-conversion {
  border-color: rgba(23, 19, 15, 0.18);
  border-left: 4px solid rgba(180, 147, 79, 0.72);
  background-color: rgba(249, 245, 234, 0.9);
}

@media (max-width: 760px) {
  .subscribe-form {
    grid-template-columns: 1fr;
  }

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

/* v23 final credibility and reenter polish. */
.credibility-groups p a {
  display: block;
  margin: -10px -12px 0;
  padding: 14px 12px;
  border: 1px solid rgba(77, 97, 86, 0.56);
  background-color: rgba(77, 97, 86, 0.34);
  color: inherit;
}

@media (max-width: 760px) {
  .reenter-page .section-rail span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.08em;
  }
}

/* v23 launch refinements: grouped disclosure, color rhythm, footer and course contact. */
.proof-detail,
.cooperation-detail {
  margin: 0;
}

.proof-detail summary,
.cooperation-detail summary {
  list-style: none;
  cursor: pointer;
}

.proof-detail summary::-webkit-details-marker,
.cooperation-detail summary::-webkit-details-marker {
  display: none;
}

.proof-detail summary {
  width: max-content;
  margin-bottom: 18px;
  color: rgba(180, 147, 79, 0.78);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.proof-detail summary::after,
.cooperation-detail summary::after {
  content: " +";
  color: rgba(180, 147, 79, 0.8);
}

.proof-detail[open] summary::after,
.cooperation-detail[open] summary::after {
  content: " -";
}

.ecosystem.dark-section {
  background-color: #0f0b08;
  color: #f6f1e8;
}

.ecosystem.dark-section::before {
  opacity: 0.13;
}

.ecosystem.dark-section .mountain-thread {
  opacity: 0.15;
}

.ecosystem.dark-section .section-heading h2 {
  color: #f6f1e8;
}

.ecosystem.dark-section .section-heading p:not(.eyebrow),
.ecosystem.dark-section .eco-card span {
  color: rgba(246, 241, 232, 0.68);
}

.ecosystem.dark-section .eco-card {
  border-color: rgba(180, 147, 79, 0.2);
  background-color: rgba(246, 241, 232, 0.035);
}

.ecosystem.dark-section .eco-card:hover {
  background-color: rgba(77, 97, 86, 0.22);
}

.tools-entry {
  background-color: #f9f5ea;
  color: #17130f;
}

.tools-entry .section-heading h2,
.tools-entry .tool-entry h3,
.tools-entry .tool-entry li b {
  color: #17130f;
}

.tools-entry .section-heading p:not(.eyebrow),
.tools-entry .tool-entry li em {
  color: rgba(23, 19, 15, 0.62);
}

.tools-entry .tool-entry {
  background-color: rgba(249, 245, 234, 0.76);
  border-color: rgba(180, 147, 79, 0.24);
}

.tools-entry .tool-entry.emphasized,
.tools-entry .coming-soon-entry {
  background-color: #17130f;
  border-color: rgba(180, 147, 79, 0.36);
  color: #f6f1e8;
}

.tools-entry .tool-entry.emphasized h3,
.tools-entry .tool-entry.emphasized > span {
  color: #f6f1e8;
}

.tools-entry .tool-entry.emphasized .masked-note {
  color: rgba(246, 241, 232, 0.68);
}

.waitlist-link {
  position: relative;
  z-index: 4;
  width: max-content;
  margin-top: 28px;
}

.cooperation-detail summary b {
  cursor: pointer;
}

.cooperation-detail p {
  margin-top: 16px;
}

.ecosystem-modules {
  background:
    radial-gradient(circle at 84% 18%, rgba(180, 147, 79, 0.11), transparent 34%),
    linear-gradient(180deg, #f7f2e8 0%, #f1eadc 100%);
  color: #17130f;
}

.ecosystem-accordion {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;
}

.ecosystem-module {
  border: 1px solid rgba(180, 147, 79, 0.22);
  background: rgba(255, 250, 239, 0.48);
}

.ecosystem-module summary {
  display: grid;
  grid-template-columns: 72px minmax(180px, 0.45fr) 1fr;
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  min-height: 104px;
  padding: clamp(22px, 3vw, 34px);
  cursor: pointer;
  list-style: none;
}

.ecosystem-module summary::-webkit-details-marker {
  display: none;
}

.ecosystem-module summary span {
  color: #b4934f;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.2em;
}

.ecosystem-module summary b {
  color: #17130f;
  font-family: var(--serif);
  font-size: clamp(24px, 2.2vw, 38px);
  font-weight: 400;
}

.ecosystem-module summary em {
  color: rgba(42, 36, 30, 0.68);
  font-style: normal;
  line-height: 1.7;
}

.ecosystem-module[open] summary {
  border-bottom: 1px solid rgba(180, 147, 79, 0.16);
  background: rgba(236, 230, 218, 0.36);
}

.ecosystem-module .eco-media-grid {
  padding: clamp(22px, 3vw, 34px);
}

@media (max-width: 760px) {
  .ecosystem-module summary {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 10px;
  }
}

.contact .qr-wrap > p {
  color: #4d6156;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.quote-section.dark-section {
  position: relative;
  overflow: hidden;
}

.quote-section.dark-section .brand-footnote {
  position: absolute;
  right: clamp(24px, 5vw, 72px);
  bottom: clamp(28px, 6vh, 72px);
  max-width: min(360px, 42vw);
  margin: 0;
  text-align: right;
  z-index: 4;
}

.site-footer {
  text-align: center;
  padding: 20px;
  font-size: 12px;
  color: rgba(216, 189, 120, 0.54);
  background: #0f0b08;
  border-top: 1px solid rgba(180, 147, 79, 0.16);
}

.site-footer a {
  color: rgba(216, 189, 120, 0.54);
  text-decoration: none;
  margin-left: 10px;
}

.site-footer a:hover {
  color: rgba(216, 189, 120, 0.86);
}

.reenter-page .section-rail span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.08em;
}

.quote-hero-host .cg-quote-hero__brandmark span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.12em;
  line-height: 1.15;
}

.quote-hero-host .cg-quote-hero__brandmark b {
  max-width: 220px;
  color: rgba(216, 189, 120, 0.76);
}

.wechat-conversion {
  border: 1px solid rgba(180, 147, 79, 0.34);
  border-left: 6px solid rgba(216, 189, 120, 0.74);
  background-color: #2f3f38;
  color: #f6f1e8;
  padding: clamp(26px, 3vw, 42px);
  box-shadow:
    inset 0 0 0 1px rgba(246, 241, 232, 0.035),
    0 24px 80px rgba(15, 11, 8, 0.14);
}

.wechat-conversion h3,
.wechat-conversion p:not(.eyebrow) {
  color: #f6f1e8;
}

.wechat-conversion .eyebrow {
  color: rgba(216, 189, 120, 0.88);
}

.wechat-conversion .wechat-id {
  width: 100%;
  justify-content: center;
  border-color: rgba(216, 189, 120, 0.52);
  background-color: rgba(15, 11, 8, 0.34);
  color: #d8bd78;
  box-shadow: inset 0 0 0 1px rgba(246, 241, 232, 0.035);
}

@media (max-width: 760px) {
  .quote-section.dark-section .brand-footnote {
    right: 22px;
    bottom: 28px;
    max-width: calc(100vw - 44px);
    font-size: 12px;
  }

  .quote-hero-host .cg-quote-hero__brandmark span {
    writing-mode: horizontal-tb;
  }
}

/* v23 polish round: lighter profile bands, clean work media, full-width course contact. */
.profile-abilities {
  border-top-color: rgba(180, 147, 79, 0.24);
  border-bottom-color: rgba(180, 147, 79, 0.2);
  background-color: rgba(180, 147, 79, 0.08);
}

.profile-abilities article {
  background-color: rgba(249, 245, 234, 0.48);
}

.profile-abilities article:nth-child(1) {
  background-color: rgba(249, 245, 234, 0.58);
  border-right-color: rgba(216, 189, 120, 0.22);
}

.profile-abilities article:nth-child(2) {
  background-color: rgba(238, 236, 226, 0.46);
  border-right-color: rgba(198, 205, 206, 0.36);
}

.profile-abilities article:nth-child(3) {
  background-color: rgba(249, 245, 234, 0.56);
}

.profile-abilities article::before {
  left: 0;
  right: 0;
  top: 0;
}

.profile-abilities article:nth-child(1)::before {
  height: 2px;
  background-color: rgba(216, 189, 120, 0.88);
}

.profile-abilities article:nth-child(2)::before {
  height: 1px;
  background-color: rgba(192, 199, 200, 0.86);
}

.profile-abilities article:nth-child(3)::before {
  height: 1px;
  background-color: rgba(246, 241, 232, 0.95);
}

.work-cover[data-editable-work="main"] h3 {
  display: none;
}

.work-cover[data-editable-work="main"]::before {
  background:
    linear-gradient(180deg, rgba(15, 11, 8, 0.02) 0%, rgba(15, 11, 8, 0.08) 52%, rgba(15, 11, 8, 0.2) 100%);
}

.work-modal-copy h3 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.work-modal-copy {
  min-height: 78px;
}

.quote-hero-host,
.quote-hero-host #chongguang-quote-hero,
.reenter-page #method-quotes {
  background-color: #020202 !important;
}

.reenter-page #method-quotes::before,
.reenter-page #method-quotes::after,
.quote-hero-host::before,
.quote-hero-host::after {
  display: none !important;
}

.learning-path .course-conversion.wechat-conversion {
  width: calc(100vw - clamp(76px, 10vw, 150px));
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  border-left-width: 4px;
  background-color: #31453d;
}

.learning-path .course-conversion.wechat-conversion > div {
  width: min(100%, 1120px);
}

.learning-path .wechat-conversion .wechat-id {
  width: min(100%, 980px);
}

@media (max-width: 760px) {
  .profile-abilities article {
    background-color: rgba(249, 245, 234, 0.58);
  }

  .work-cover[data-editable-work="main"] {
    margin-bottom: 0;
  }

  .work-cover[data-editable-work="main"] h3 {
    display: none;
  }

  .learning-path .course-conversion.wechat-conversion {
    width: 100%;
  }
}

/* v23 credibility and contact refinement: warm black, gold hierarchy, no green media link. */
.credibility.dark-section {
  background-color: #100c08;
}

.credibility::before {
  opacity: 0.075;
}

.credibility .section-heading {
  position: relative;
}

.credibility .section-heading::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  max-width: 360px;
  color: rgba(214, 174, 95, 0.055);
  font-family: var(--mono);
  font-size: clamp(28px, 4vw, 58px);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.18;
  text-align: right;
  pointer-events: none;
}

.credibility .section-heading h2 {
  color: #f6f1e8;
}

.credibility .section-heading p:not(.eyebrow) {
  color: rgba(246, 241, 232, 0.66);
}

.credibility-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(214, 174, 95, 0.16);
  background-color: rgba(26, 22, 17, 0.38);
}

.credibility-stats span {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px clamp(16px, 2vw, 26px);
  border-right: 1px solid rgba(214, 174, 95, 0.12);
  color: rgba(246, 241, 232, 0.62);
  font-size: clamp(13px, 1vw, 15px);
  letter-spacing: 0.08em;
}

.credibility-stats span:last-child {
  border-right: 0;
}

.credibility-stats b {
  color: #d6ae5f;
  font-family: var(--mono);
  font-size: clamp(16px, 1.35vw, 21px);
  letter-spacing: 0.12em;
}

.credibility-groups {
  background-color: rgba(214, 174, 95, 0.18);
}

.credibility-groups .proof-group {
  background-color: rgba(26, 22, 17, 0.72);
  border: 1px solid rgba(214, 174, 95, 0.18);
}

.credibility-groups .proof-group::before {
  background-color: rgba(214, 174, 95, 0.72);
}

.credibility-groups h3 {
  color: rgba(246, 241, 232, 0.92);
}

.credibility-groups h3 span,
.proof-detail summary {
  color: #d6ae5f;
}

.credibility-groups p {
  border-top-color: rgba(214, 174, 95, 0.12);
}

.credibility-groups p b,
.credibility-groups p a b {
  color: rgba(246, 241, 232, 0.9);
}

.credibility-groups p span,
.credibility-groups p a span {
  color: rgba(246, 241, 232, 0.58);
}

.credibility-groups .media-proof-link {
  padding-top: 16px;
}

.credibility-groups .media-proof-link a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  padding: 18px 18px 18px 22px;
  border: 1px solid rgba(214, 174, 95, 0.22);
  border-left: 3px solid rgba(214, 174, 95, 0.88);
  background:
    linear-gradient(90deg, rgba(214, 174, 95, 0.16), rgba(214, 174, 95, 0.045)),
    rgba(18, 14, 10, 0.76);
  color: rgba(246, 241, 232, 0.92);
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.credibility-groups .media-proof-link a::after {
  content: none;
}

.credibility-groups .media-proof-link a:hover {
  border-color: rgba(214, 174, 95, 0.42);
  box-shadow: 0 0 28px rgba(214, 174, 95, 0.12);
  transform: translateY(-1px);
}

.credibility-groups .media-proof-link b {
  margin: 0;
  font-size: clamp(18px, 1.4vw, 23px);
}

.credibility-groups .media-proof-link span {
  margin: 0;
  color: #d6ae5f;
  font-size: 22px;
}

.tool-intro {
  max-width: 640px;
  margin: 14px 0 28px;
  color: rgba(23, 19, 15, 0.62);
  line-height: 1.78;
}

.tools-entry .tool-entry.emphasized .tool-intro,
.tools-entry .tool-entry.emphasized p {
  color: rgba(246, 241, 232, 0.68);
}

.contact-wechat-line {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  border: 1px solid rgba(77, 97, 86, 0.22);
  background-color: rgba(249, 245, 234, 0.72);
  padding: 10px 10px 10px 16px;
}

.contact-wechat-line span {
  color: rgba(23, 19, 15, 0.72);
  font-size: 14px;
  letter-spacing: 0.08em;
}

.contact-wechat-line .wechat-id {
  display: inline;
  width: auto;
  margin: 0;
  border: 0;
  background: transparent;
  color: #4d6156;
  padding: 0;
  font-size: 15px;
  letter-spacing: 0.12em;
}

.wechat-copy-btn {
  min-height: 36px;
  border: 1px solid rgba(180, 147, 79, 0.36);
  background-color: #4d6156;
  color: #f6f1e8;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.copy-toast {
  position: absolute;
  left: 50%;
  bottom: clamp(28px, 5vh, 54px);
  z-index: 5;
  margin: 0;
  transform: translate(-50%, 8px);
  opacity: 0;
  border: 1px solid rgba(180, 147, 79, 0.28);
  background-color: rgba(18, 14, 10, 0.86);
  color: #d8bd78;
  padding: 12px 18px;
  font-size: 13px;
  letter-spacing: 0.08em;
  transition: opacity 180ms ease, transform 180ms ease;
}

.copy-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 900px) {
  .credibility-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .credibility-stats span:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .credibility .section-heading::after {
    display: none;
  }

  .credibility-stats {
    grid-template-columns: 1fr;
  }

  .credibility-stats span {
    border-right: 0;
    border-bottom: 1px solid rgba(214, 174, 95, 0.12);
  }

  .credibility-stats span:last-child {
    border-bottom: 0;
  }

  .contact-wechat-line {
    width: 100%;
    justify-content: space-between;
  }
}

/* v23 profile warmth + final credibility stat cleanup. */
.profile {
  background-color: #f4f0e6;
}

.profile::after {
  opacity: 0.96;
}

.profile-thread,
.profile .mountain-thread {
  opacity: 0.28;
}

.profile::before {
  content: "";
  position: absolute;
  right: 7vw;
  top: 18vh;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(200, 169, 107, 0.34);
  box-shadow:
    220px 72px 0 rgba(200, 169, 107, 0.16),
    92px 310px 0 rgba(200, 169, 107, 0.12),
    330px 360px 0 rgba(200, 169, 107, 0.1);
  pointer-events: none;
  z-index: 1;
}

.profile-statement::before {
  border-top-color: rgba(200, 169, 107, 0.58);
  border-left-color: rgba(200, 169, 107, 0.58);
}

.profile-statement::after {
  border-right-color: rgba(200, 169, 107, 0.34);
  border-bottom-color: rgba(200, 169, 107, 0.34);
}

.profile-statement h2 {
  color: rgba(23, 19, 15, 0.82);
  text-wrap: balance;
}

.profile-statement h2 span {
  color: #17130f;
}

.profile-statement p:not(.eyebrow),
.profile-abilities p {
  color: rgba(83, 75, 64, 0.76);
}

.profile .eyebrow,
.profile-abilities span {
  color: #c8a96b;
}

.profile-abilities {
  border-color: rgba(200, 169, 107, 0.26);
  background-color: rgba(200, 169, 107, 0.12);
  box-shadow: 0 18px 80px rgba(23, 19, 15, 0.045);
}

.profile-abilities article {
  min-height: 182px;
  border-color: rgba(200, 169, 107, 0.22);
  background-color: #ece6da;
  box-shadow: inset 0 0 0 1px rgba(255, 252, 244, 0.28);
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.profile-abilities article:nth-child(1) {
  background-color: #f0eadf;
  border-color: rgba(200, 169, 107, 0.36);
  box-shadow: inset 0 0 0 1px rgba(200, 169, 107, 0.14);
}

.profile-abilities article:nth-child(2) {
  background-color: #eae4d8;
  border-color: rgba(174, 166, 150, 0.34);
}

.profile-abilities article:nth-child(3) {
  background-color: #eee4d5;
  border-color: rgba(192, 155, 94, 0.22);
}

.profile-abilities article:hover {
  transform: translateY(-4px);
  background-color: #e6dfd1;
  border-color: rgba(200, 169, 107, 0.34);
  box-shadow:
    inset 0 0 0 1px rgba(255, 252, 244, 0.32),
    0 18px 46px rgba(23, 19, 15, 0.08);
}

.profile-abilities article:nth-child(1):hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 58px rgba(23, 19, 15, 0.09);
}

.profile-abilities article:nth-child(1)::before {
  background-color: rgba(200, 169, 107, 0.92);
  height: 2px;
}

.profile-abilities article:nth-child(2)::before {
  background-color: rgba(176, 168, 152, 0.86);
  height: 1px;
}

.profile-abilities article:nth-child(3)::before {
  background-color: rgba(205, 176, 126, 0.68);
  height: 1px;
}

.profile-abilities b {
  color: rgba(23, 19, 15, 0.86);
}

.profile-abilities article:nth-child(1) span {
  color: rgba(200, 169, 107, 0.96);
}

.profile-abilities article:nth-child(2) span {
  color: rgba(150, 145, 135, 0.9);
}

.profile-abilities article:nth-child(3) span {
  color: rgba(184, 147, 91, 0.78);
}

.profile-abilities article:nth-child(1) b {
  color: rgba(23, 19, 15, 0.92);
}

.profile-abilities article:nth-child(1) p {
  color: rgba(73, 65, 54, 0.82);
}

.profile-abilities article:nth-child(2):hover {
  border-color: rgba(176, 168, 152, 0.52);
}

.profile-abilities article:nth-child(3):hover {
  border-color: rgba(205, 176, 126, 0.44);
}

.credibility .section-heading::after {
  content: none !important;
  display: none !important;
}

.learning-path .course-conversion.wechat-conversion {
  min-height: 0;
  padding: clamp(10px, 1.2vw, 14px) clamp(20px, 2.4vw, 28px);
}

.learning-path .wechat-conversion h3 {
  margin: 2px 0 8px;
  font-size: clamp(22px, 2.05vw, 32px);
}

.learning-path .wechat-conversion .wechat-id {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 18px;
  font-size: clamp(15px, 1.1vw, 18px);
}

.learning-path .wechat-conversion .wechat-id::after {
  content: none;
  color: #d8bd78;
  font-family: "Noto Sans SC", "Microsoft YaHei", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.learning-path .course-wechat-copy-line {
  display: flex;
  align-items: stretch;
  gap: 10px;
  width: min(100%, 760px);
}

.learning-path .course-wechat-copy-line .wechat-id {
  flex: 1;
  width: auto;
}

.learning-path .course-wechat-copy-line .wechat-copy-btn {
  margin-top: 22px;
  white-space: nowrap;
}

.reenter-page #method-quotes.quote-hero-host {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  padding: 0 !important;
  overflow: hidden;
}

.reenter-page #method-quotes.quote-hero-host > #chongguang-quote-hero {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
}

.course-pdf-frame {
  display: block;
  width: 100%;
  min-height: min(82vh, 1080px);
  border: 0;
  background: #f6f1e8;
}

.ecosystem-module .eco-media-slot[hidden] {
  display: none !important;
}

.ecosystem-module .eco-media-grid[hidden] {
  display: none !important;
}

.ecosystem-module .eco-gallery-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  border: 0;
  border-top: 1px solid rgba(184, 149, 79, 0.2);
  background: rgba(249, 245, 234, 0.48);
  color: #4d6156;
  font: 700 12px/1.2 "Noto Sans SC", "Microsoft YaHei", sans-serif;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.ecosystem-module .eco-gallery-toggle i {
  color: #b4934f;
  font-style: normal;
  font-size: 16px;
}

.ecosystem-module .eco-gallery-toggle:hover,
.ecosystem-module .eco-gallery-toggle:focus-visible {
  background: rgba(184, 149, 79, 0.1);
  outline: none;
}

@media (max-width: 760px) {
  .learning-path .course-wechat-copy-line {
    flex-direction: column;
  }

  .learning-path .course-wechat-copy-line .wechat-copy-btn {
    margin-top: 0;
  }

  .course-pdf-frame {
    min-height: 72vh;
  }
}

/* Final rhythm pass: works -> sequence -> ecosystem -> tools. */
.works.dark-section {
  background:
    radial-gradient(circle at 76% 18%, rgba(77, 97, 86, 0.2), transparent 34%),
    linear-gradient(135deg, #120e0a 0%, #17130f 52%, #23312b 100%);
  color: #f6f1e8;
}

.works.dark-section .section-heading h2,
.works.dark-section .centered-heading h2 {
  color: #f6f1e8;
}

.works.dark-section .section-heading p,
.works.dark-section .centered-heading p {
  color: rgba(246, 241, 232, 0.66);
}

.works.dark-section .platform-grid {
  border-color: rgba(214, 174, 95, 0.16);
  background: rgba(18, 14, 10, 0.38);
}

.works.dark-section .platform-grid a {
  border-color: rgba(214, 174, 95, 0.14);
  color: rgba(246, 241, 232, 0.78);
}

.works.dark-section .platform-grid a:hover {
  color: #d8bd78;
  background: rgba(214, 174, 95, 0.08);
}

.ecosystem:not(.dark-section) {
  background:
    radial-gradient(circle at 76% 30%, rgba(200, 169, 107, 0.12), transparent 32%),
    linear-gradient(180deg, #f7f2e8 0%, #f4eee2 100%);
  color: #17130f;
}

.ecosystem:not(.dark-section)::after {
  opacity: 0.72;
}

.ecosystem:not(.dark-section) .section-heading h2 {
  color: #17130f;
}

.ecosystem:not(.dark-section) .section-heading p {
  color: rgba(83, 75, 64, 0.76);
}

.ecosystem:not(.dark-section) .eco-card {
  background: rgba(236, 230, 218, 0.74);
  border-color: rgba(200, 169, 107, 0.24);
  color: #17130f;
}

.ecosystem:not(.dark-section) .eco-card:hover {
  background: rgba(230, 223, 209, 0.9);
  border-color: rgba(200, 169, 107, 0.44);
  transform: translateY(-3px);
}

.ecosystem:not(.dark-section) .eco-card span {
  color: rgba(83, 75, 64, 0.72);
}

/* Profile polish: shallow-layered moon-white cards. */
.profile {
  background:
    radial-gradient(circle at 84% 22%, rgba(200, 169, 107, 0.11), transparent 34%),
    linear-gradient(180deg, #f7f2e8 0%, #f2ebdf 100%);
}

.profile-thread,
.profile .mountain-thread {
  opacity: 0.36;
}

.profile::before {
  background-color: rgba(200, 169, 107, 0.42);
  box-shadow:
    220px 72px 0 rgba(200, 169, 107, 0.2),
    92px 310px 0 rgba(200, 169, 107, 0.15),
    330px 360px 0 rgba(200, 169, 107, 0.12);
}

.profile-abilities {
  gap: 0;
  border-color: rgba(200, 169, 107, 0.28);
  background:
    linear-gradient(90deg, rgba(200, 169, 107, 0.12), rgba(246, 241, 232, 0.12)),
    rgba(232, 224, 210, 0.42);
}

.profile-abilities article {
  background: #ece6da;
}

.profile-abilities article:nth-child(1) {
  background:
    linear-gradient(180deg, rgba(255, 251, 242, 0.42), transparent),
    #efe7da;
  border-top-color: rgba(200, 169, 107, 0.58);
}

.profile-abilities article:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(246, 244, 238, 0.32), transparent),
    #e8e2d7;
  border-top-color: rgba(176, 168, 152, 0.52);
}

.profile-abilities article:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(240, 224, 199, 0.22), transparent),
    #ece2d2;
  border-top-color: rgba(205, 176, 126, 0.46);
}

.profile-abilities article:nth-child(1) b {
  color: #17130f;
}

.profile-abilities article:nth-child(2) b,
.profile-abilities article:nth-child(3) b {
  color: rgba(23, 19, 15, 0.82);
}

.profile-abilities article:hover {
  background-color: #e6dfd1;
  box-shadow:
    inset 0 0 0 1px rgba(255, 252, 244, 0.38),
    0 18px 50px rgba(23, 19, 15, 0.075);
}

/* Ecosystem subpage: simpler media-board feel. */
.sub-detail .eco-media-grid {
  margin-top: clamp(28px, 4vw, 56px);
}

.sub-detail .eco-media-slot {
  min-height: clamp(220px, 26vw, 360px);
}

/* Reenter first screen: six-step overview, not a loose tag row. */
.reenter-path-overview {
  position: relative;
  z-index: 2;
  width: min(1120px, 86vw);
  margin: clamp(34px, 5vh, 56px) auto 0;
}

.reenter-path-overview h2 {
  margin: 0 0 18px;
  color: rgba(180, 147, 79, 0.88);
  font-family: "Noto Sans SC", "Microsoft YaHei", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.reenter-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(180, 147, 79, 0.2);
  background: rgba(180, 147, 79, 0.18);
}

.reenter-path-grid li {
  position: relative;
  min-height: 122px;
  padding: 22px 24px 20px;
  background:
    linear-gradient(180deg, rgba(255, 251, 241, 0.26), transparent),
    rgba(236, 230, 218, 0.82);
}

.reenter-path-grid li::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 28px;
  height: 1px;
  background: rgba(180, 147, 79, 0.32);
}

.reenter-path-grid li:nth-child(3)::after,
.reenter-path-grid li:nth-child(6)::after {
  display: none;
}

.reenter-path-grid span {
  display: block;
  color: rgba(180, 147, 79, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.reenter-path-grid b {
  display: block;
  margin-top: 18px;
  color: rgba(23, 19, 15, 0.9);
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif SC", serif;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 400;
}

.reenter-path-grid p {
  margin: 8px 0 0;
  color: rgba(83, 75, 64, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.reenter-page .sub-hero > .scroll-cue {
  color: rgba(180, 147, 79, 0.84);
}

@media (max-width: 760px) {
  .reenter-path-overview {
    width: min(92vw, 520px);
    margin-top: 28px;
  }

  .reenter-path-grid {
    display: block;
    border: 0;
    background: transparent;
  }

  .reenter-path-grid li {
    min-height: 0;
    margin: 0;
    padding: 18px 18px 18px 42px;
    border-left: 1px solid rgba(180, 147, 79, 0.3);
    border-top: 1px solid rgba(180, 147, 79, 0.14);
    background: rgba(236, 230, 218, 0.72);
  }

  .reenter-path-grid li::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 27px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(180, 147, 79, 0.82);
  }

  .reenter-path-grid li::after {
    display: none;
  }

  .reenter-path-grid b {
    margin-top: 10px;
    font-size: 24px;
  }
}

/* Final launch polish: works returns to moon-white, reenter hero locks to 2 x 3. */
.works {
  background:
    radial-gradient(circle at 78% 22%, rgba(200, 169, 107, 0.1), transparent 32%),
    linear-gradient(180deg, #f7f2e8 0%, #f4eee2 100%);
  color: #17130f;
}

.works .section-heading h2,
.works .centered-heading h2 {
  color: #17130f;
}

.works .section-heading p,
.works .centered-heading p {
  color: rgba(83, 75, 64, 0.74);
}

.works .platform-grid {
  border-color: rgba(180, 147, 79, 0.22);
  background: rgba(249, 245, 234, 0.56);
}

.works .platform-grid a {
  border-color: rgba(180, 147, 79, 0.14);
  color: rgba(23, 19, 15, 0.72);
}

.works .platform-grid a:hover {
  color: #b4934f;
  background: rgba(180, 147, 79, 0.08);
}

.reenter-page > .sub-hero {
  align-content: center;
  gap: clamp(20px, 3vh, 34px);
}

.reenter-page > .sub-hero .section-heading {
  max-width: min(980px, 86vw);
}

.reenter-path-overview {
  margin-top: clamp(24px, 3.8vh, 46px);
}

.reenter-path-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.reenter-path-grid li {
  min-width: 0;
}

.reenter-path-grid li:nth-child(3)::after,
.reenter-path-grid li:nth-child(6)::after {
  display: none;
}

@media (max-width: 760px) {
  .reenter-page > .sub-hero {
    align-content: start;
    padding-top: 96px;
  }

  .reenter-path-grid {
    display: block !important;
  }

  .reenter-path-grid li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: 34px;
    bottom: -18px;
    width: 1px;
    height: auto;
    background: rgba(180, 147, 79, 0.22);
  }
}

/* Current refinement: warmer profile continuation + reenter overview polish. */
.profile {
  background:
    radial-gradient(circle at 82% 18%, rgba(180, 147, 79, 0.075), transparent 36%),
    linear-gradient(180deg, var(--bg) 0%, #f7f1e6 100%) !important;
}

.profile::before {
  border-color: rgba(180, 147, 79, 0.13);
}

.profile-thread,
.profile .mountain-thread {
  opacity: 0.32;
}

.reenter-page > .sub-hero {
  background:
    radial-gradient(circle at 84% 20%, rgba(184, 149, 79, 0.08), transparent 36%),
    linear-gradient(180deg, #f1eadc 0%, #efe7d8 100%) !important;
  color: #181512;
}

.reenter-page > .sub-hero::before {
  opacity: 0.12;
}

.reenter-page > .sub-hero .motif-ring,
.reenter-page > .sub-hero .hero-ring {
  opacity: 0.14;
}

.reenter-page > .sub-hero .section-heading h1 {
  color: #181512;
}

.reenter-page > .sub-hero .section-heading p,
.reenter-thesis {
  color: rgba(42, 36, 30, 0.72);
}

.reenter-page > .sub-hero .eyebrow,
.reenter-path-overview h2,
.reenter-path-grid span,
.reenter-guide {
  color: #b8954f;
}

.reenter-guide {
  position: relative;
  z-index: 2;
  width: min(980px, 86vw);
  margin: clamp(18px, 2.6vh, 28px) auto 0;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 700;
  letter-spacing: 0.03em;
}

.reenter-path-grid {
  border-color: rgba(184, 149, 79, 0.22);
  background: rgba(184, 149, 79, 0.18);
}

.reenter-path-grid li {
  background:
    linear-gradient(180deg, rgba(255, 250, 239, 0.48), rgba(255, 250, 239, 0.28)),
    rgba(255, 250, 239, 0.48);
  border: 1px solid rgba(184, 149, 79, 0.22);
}

.reenter-path-grid li::after {
  background: rgba(184, 149, 79, 0.34);
}

.reenter-path-grid b {
  color: #181512;
}

.reenter-path-grid p {
  color: rgba(42, 36, 30, 0.68);
}

.method-transition {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 13vh, 150px) clamp(28px, 7vw, 112px);
  background:
    radial-gradient(circle at 80% 18%, rgba(184, 149, 79, 0.1), transparent 32%),
    linear-gradient(180deg, #f1eadc 0%, #f7f2e8 100%);
}

.method-transition::before {
  content: "";
  position: absolute;
  right: -8vw;
  top: -18vh;
  width: min(58vw, 780px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(184, 149, 79, 0.13);
  pointer-events: none;
}

.method-transition .section-heading {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.method-transition h2 {
  color: #181512;
  font-family: var(--serif);
  font-size: clamp(70px, 10vw, 148px);
  font-weight: 400;
  line-height: 0.98;
}

.method-transition-sub {
  margin-top: 28px !important;
  color: #b8954f !important;
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 48px) !important;
}

.reenter-page .section-screen > .scroll-cue,
.reenter-page .method-detail > .scroll-cue,
.quote-hero-host .quote-scroll-cue {
  color: rgba(216, 189, 120, 0.95) !important;
  text-shadow: 0 0 24px rgba(216, 189, 120, 0.22);
  border-color: rgba(216, 189, 120, 0.3);
}

.reenter-page .sub-hero > .scroll-cue {
  color: rgba(184, 149, 79, 0.96) !important;
  text-shadow: none;
}

@media (max-width: 760px) {
  .reenter-path-grid {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 1px;
    border: 1px solid rgba(184, 149, 79, 0.22);
    background: rgba(184, 149, 79, 0.18);
  }

  .method-transition {
    padding: 78px 24px;
  }
}

/* Latest reenter opening: wider editorial composition, warmer and more spacious. */
.reenter-page > .sub-hero {
  align-content: center !important;
  min-height: 100svh !important;
  padding-top: clamp(92px, 11vh, 132px) !important;
  padding-bottom: clamp(72px, 9vh, 110px) !important;
  background:
    radial-gradient(circle at 84% 16%, rgba(184, 149, 79, 0.105), transparent 35%),
    radial-gradient(circle at 8% 86%, rgba(77, 97, 86, 0.055), transparent 34%),
    linear-gradient(180deg, #efe7d8 0%, #f1eadc 100%) !important;
}

.reenter-page > .sub-hero::after {
  opacity: 0.14 !important;
  background-size: 118% 118%;
  background-position: 56% 48%;
}

.reenter-overview-layout {
  width: min(1540px, 91vw) !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(480px, 0.82fr) !important;
  align-items: center !important;
  gap: clamp(76px, 9vw, 156px) !important;
}

.reenter-overview-copy {
  padding-top: clamp(42px, 5.5vh, 82px) !important;
}

.reenter-overview-copy::before {
  width: clamp(230px, 22vw, 360px) !important;
  background: linear-gradient(90deg, rgba(184, 149, 79, 0.72), rgba(184, 149, 79, 0.06), transparent) !important;
}

.reenter-overview-copy .section-heading h1 {
  font-size: clamp(126px, 13.2vw, 232px) !important;
  line-height: 0.86 !important;
  color: #181512 !important;
}

.reenter-overview-copy .section-heading > p:last-child {
  margin-top: clamp(26px, 3.2vh, 42px) !important;
  color: rgba(42, 36, 30, 0.66) !important;
  font-size: clamp(30px, 3.2vw, 56px) !important;
  font-family: var(--serif);
}

.reenter-thesis {
  max-width: 760px !important;
  margin-top: clamp(42px, 5vh, 68px) !important;
  padding-left: clamp(26px, 2.4vw, 42px) !important;
  border-left-color: rgba(184, 149, 79, 0.42) !important;
  color: rgba(42, 36, 30, 0.76) !important;
  font-size: clamp(18px, 1.34vw, 23px) !important;
  line-height: 2.18 !important;
}

.reenter-path-overview {
  align-self: center !important;
  padding: clamp(18px, 2vw, 28px) 0 clamp(18px, 2vw, 28px) clamp(44px, 5vw, 78px) !important;
  border: 0 !important;
  border-left: 1px solid rgba(184, 149, 79, 0.32) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.reenter-guide {
  width: auto !important;
  margin: 0 0 clamp(28px, 3.8vh, 46px) !important;
  color: #4d6156 !important;
  font-size: clamp(17px, 1.22vw, 22px) !important;
}

.reenter-path-overview h2 {
  margin-bottom: clamp(26px, 3.4vh, 42px) !important;
  color: #b8954f !important;
}

.reenter-path-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  border: 0 !important;
  background: transparent !important;
}

.reenter-path-grid li {
  min-height: clamp(136px, 13.5vh, 168px) !important;
  border: 1px solid rgba(184, 149, 79, 0.22) !important;
  background:
    linear-gradient(180deg, rgba(255, 250, 239, 0.56), rgba(255, 250, 239, 0.2)),
    rgba(255, 250, 239, 0.42) !important;
}

.reenter-path-grid li::after {
  display: none !important;
}

.reenter-path-grid li:hover {
  border-color: rgba(184, 149, 79, 0.42) !important;
  background:
    linear-gradient(180deg, rgba(255, 250, 239, 0.74), rgba(255, 250, 239, 0.28)),
    rgba(255, 250, 239, 0.5) !important;
}

.reenter-path-grid b {
  font-size: clamp(25px, 1.8vw, 34px) !important;
}

.reenter-path-grid p {
  margin-top: 10px !important;
  font-size: clamp(13px, 0.9vw, 15px) !important;
}

.reenter-page > .sub-hero > .scroll-cue {
  bottom: clamp(24px, 4vh, 42px) !important;
  color: rgba(77, 97, 86, 0.94) !important;
  background: rgba(255, 250, 239, 0.56) !important;
}

@media (max-width: 980px) {
  .reenter-overview-layout {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
  }

  .reenter-path-overview {
    padding-left: 28px !important;
  }
}

@media (max-width: 760px) {
  .reenter-overview-copy .section-heading h1 {
    font-size: clamp(72px, 21vw, 108px) !important;
  }

  .reenter-path-grid {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .reenter-path-grid li {
    min-height: 0 !important;
    padding: 18px 18px 18px 24px !important;
  }
}

/* EOF v23 cleanup: definitive reenter detail rhythm and cue treatment. */
.reenter-page .scroll-cue,
.reenter-page > .sub-hero > .scroll-cue,
.reenter-page .method-detail > .scroll-cue,
.quote-hero-host .quote-scroll-cue,
.quote-scroll-cue {
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(184, 149, 79, 0.88) !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-align: center !important;
  text-shadow: 0 0 16px rgba(184, 149, 79, 0.2) !important;
}

.quote-hero-host .quote-scroll-cue {
  color: rgba(216, 189, 120, 0.84) !important;
}

.method-transition {
  min-height: 82vh !important;
  padding-left: max(var(--page-x), clamp(150px, 14vw, 230px)) !important;
  padding-right: var(--page-x) !important;
}

.method-transition .section-heading {
  max-width: 1120px !important;
}

.method-transition .section-heading h2 {
  font-size: clamp(82px, 9.6vw, 154px) !important;
  line-height: 0.94 !important;
}

.method-transition .section-heading p:not(.eyebrow) {
  max-width: 780px !important;
}

.six-path-overview {
  display: none !important;
}

.method-transition-next {
  max-width: min(860px, 72vw) !important;
  margin-top: clamp(42px, 6vh, 76px) !important;
  padding: clamp(30px, 3.6vw, 48px) clamp(34px, 4.4vw, 64px) !important;
  border: 1px solid rgba(184, 149, 79, 0.26) !important;
  border-left: 3px solid rgba(184, 149, 79, 0.72) !important;
  background:
    linear-gradient(90deg, rgba(255, 250, 239, 0.58), rgba(255, 250, 239, 0.14)),
    rgba(255, 250, 239, 0.32) !important;
}

.method-transition-next span {
  display: block;
  color: rgba(184, 149, 79, 0.9) !important;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.28em;
}

.method-transition-next b {
  display: block;
  margin-top: 18px;
  color: #181512 !important;
  font-family: var(--serif);
  font-size: clamp(32px, 3vw, 52px);
  font-weight: 500;
}

.method-transition-next em {
  display: block;
  margin-top: 12px;
  color: rgba(42, 36, 30, 0.66) !important;
  font-style: normal;
  line-height: 1.7;
}

.method-detail.section-screen {
  display: grid !important;
  grid-template-columns: minmax(0, 920px) !important;
  justify-content: center !important;
  align-content: center !important;
  gap: clamp(28px, 4vh, 48px) !important;
  min-height: 92vh !important;
  padding-left: max(var(--page-x), clamp(130px, 13vw, 210px)) !important;
  padding-right: var(--page-x) !important;
  background: #f6f0e6 !important;
}

.method-detail.section-screen:nth-of-type(odd) {
  background: #f5efe3 !important;
}

.method-detail .section-heading,
.method-detail-copy,
.method-detail .action-list {
  grid-column: 1 !important;
}

.method-detail .section-heading h2 {
  font-size: clamp(78px, 8.6vw, 140px) !important;
  line-height: 0.96 !important;
}

.method-detail-copy {
  max-width: 860px !important;
}

.method-detail .action-list {
  max-width: 840px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px 18px !important;
}

.method-side-note {
  display: none !important;
}

@media (max-width: 980px) {
  .method-transition,
  .method-detail.section-screen {
    padding-left: var(--page-x) !important;
  }
}

@media (max-width: 760px) {
  .method-transition .section-heading h2,
  .method-detail .section-heading h2 {
    font-size: clamp(58px, 16vw, 92px) !important;
  }

  .method-transition-next {
    max-width: 100% !important;
  }

  .method-detail .action-list {
    grid-template-columns: 1fr !important;
  }
}

/* EOF final insurance for current reenter polish. */
.cg-quote-hero__hint {
  display: none !important;
}

.quote-hero-host .quote-scroll-cue,
.quote-scroll-cue {
  color: rgba(216, 189, 120, 0.9) !important;
}

.method-transition {
  background:
    radial-gradient(circle at 82% 20%, rgba(184, 149, 79, 0.065), transparent 34%),
    linear-gradient(180deg, #f2eee3 0%, #f5efe3 100%) !important;
}

.method-transition-next {
  display: none !important;
}

.learning-path {
  background:
    radial-gradient(circle at 12% 8%, rgba(184, 149, 79, 0.045), transparent 30%),
    linear-gradient(180deg, #f5efe3 0%, #f3ecdf 100%) !important;
}

.learning-path::after {
  opacity: 0.2 !important;
}

/* EOF admin/media safety: these rules intentionally win over legacy iterations. */
.lowcode-toolbar,
#lowcode-toolbar {
  display: none !important;
}

.admin-body {
  height: 100dvh !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

.visual-admin {
  grid-template-columns: 168px minmax(0, 1fr) 370px !important;
  grid-template-areas: "sidebar preview editor" !important;
  width: 100% !important;
  height: 100dvh !important;
  min-width: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

.visual-admin-sidebar {
  grid-area: sidebar !important;
}

.visual-admin-preview {
  grid-area: preview !important;
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
  height: 100dvh !important;
  min-width: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

.visual-admin-editor {
  grid-area: editor !important;
  height: 100dvh !important;
  min-width: 0 !important;
  min-height: 0 !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  scrollbar-gutter: stable;
}

#site-preview {
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

.portrait-area {
  min-width: 0 !important;
  max-width: 460px !important;
  justify-self: end !important;
}

.portrait-placeholder {
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 4 / 5 !important;
  overflow: hidden !important;
}

.portrait-photo {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
}

.works-showcase {
  width: 100% !important;
  grid-template-columns: minmax(0, 1.7fr) minmax(250px, .62fr) !important;
}

.work-cover {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden !important;
  background-size: cover !important;
  background-position: center !important;
}

.qr-card .qr-image {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box !important;
  padding: 7% !important;
  object-fit: contain !important;
  object-position: center !important;
}

@media (max-width: 1320px) {
  .visual-admin {
    grid-template-columns: 142px minmax(0, 1fr) 340px !important;
  }
}

@media (max-width: 980px) {
  .admin-body {
    height: auto !important;
    overflow: auto !important;
  }

  .visual-admin {
    grid-template-columns: 1fr !important;
    grid-template-areas: "sidebar" "preview" "editor" !important;
    height: auto !important;
    overflow: visible !important;
  }

  .visual-admin-sidebar,
  .visual-admin-preview,
  .visual-admin-editor {
    height: auto !important;
  }

  .visual-admin-preview {
    height: 78vh !important;
  }
}

@media (max-width: 760px) {
  .works-showcase {
    grid-template-columns: 1fr !important;
  }
}

/* Final editor and uploaded-media safeguards. */
.admin-body {
  min-width: 0 !important;
  height: 100vh !important;
  overflow: hidden !important;
}

.visual-admin {
  height: 100vh !important;
  min-height: 0 !important;
  grid-template-columns: 210px minmax(360px, 460px) minmax(560px, 1fr) !important;
}

.visual-admin-sidebar,
.visual-admin-editor,
.visual-admin-preview {
  height: 100vh !important;
  min-height: 0 !important;
}

.visual-admin-sidebar,
.visual-admin-editor {
  overflow-y: auto !important;
}

.visual-admin-preview {
  min-width: 0 !important;
  overflow: hidden !important;
}

.portrait-placeholder {
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 4 / 5 !important;
}

.portrait-photo {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.qr-card .qr-image {
  width: 100% !important;
  height: 100% !important;
  padding: 10% !important;
  object-fit: contain !important;
}

.work-cover {
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  background-size: cover !important;
  background-position: center !important;
}

.work-modal {
  width: min(1100px, 92vw) !important;
  max-height: 92vh !important;
}

.work-modal-media {
  width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
}

.work-modal-media video,
.work-modal-media iframe,
.work-modal-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

@media (max-width: 1450px) {
  .visual-admin {
    grid-template-columns: 190px minmax(340px, 410px) minmax(500px, 1fr) !important;
  }
}

@media (max-width: 1040px) {
  .admin-body {
    height: auto !important;
    overflow: auto !important;
  }

  .visual-admin {
    height: auto !important;
    grid-template-columns: 180px minmax(0, 1fr) !important;
  }

  .visual-admin-sidebar,
  .visual-admin-editor {
    height: 72vh !important;
  }

  .visual-admin-preview {
    grid-column: 1 / -1 !important;
    height: 86vh !important;
  }
}

/* Final ecosystem child-page color tuning: clean moon-white cards with restrained gold/green accents. */
.ecosystem-detail .sub-hero {
  background:
    radial-gradient(circle at 78% 22%, rgba(184, 149, 79, 0.1), transparent 34%),
    linear-gradient(180deg, #f5efe3 0%, #efe7d8 100%) !important;
}

.ecosystem-detail .sub-nav {
  border-color: rgba(184, 149, 79, 0.2) !important;
  background: rgba(255, 250, 239, 0.42) !important;
}

.ecosystem-detail .sub-nav a {
  color: rgba(42, 36, 30, 0.74) !important;
  border-color: rgba(184, 149, 79, 0.12) !important;
}

.ecosystem-detail .sub-nav a:hover {
  color: #17130f !important;
  background: rgba(184, 149, 79, 0.08) !important;
}

.ecosystem-modules {
  background:
    radial-gradient(circle at 82% 18%, rgba(184, 149, 79, 0.08), transparent 34%),
    linear-gradient(180deg, #f3ecdf 0%, #f8f3e9 100%) !important;
}

.ecosystem-module {
  border-color: rgba(184, 149, 79, 0.2) !important;
  background: rgba(255, 250, 239, 0.5) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    0 14px 42px rgba(42, 36, 30, 0.035) !important;
}

.ecosystem-module summary {
  background: rgba(249, 245, 234, 0.56) !important;
}

.ecosystem-module summary span {
  color: rgba(184, 149, 79, 0.9) !important;
}

.ecosystem-module summary b {
  color: #17130f !important;
}

.ecosystem-module summary em {
  color: rgba(72, 62, 50, 0.68) !important;
}

.ecosystem-module:nth-of-type(1) summary {
  border-left: 3px solid rgba(184, 149, 79, 0.5);
}

.ecosystem-module:nth-of-type(2) summary {
  border-left: 3px solid rgba(77, 97, 86, 0.34);
}

.ecosystem-module:nth-of-type(3) summary {
  border-left: 3px solid rgba(190, 159, 104, 0.4);
}

.ecosystem-module:nth-of-type(4) summary {
  border-left: 3px solid rgba(36, 75, 89, 0.24);
}

.ecosystem-module[open] summary {
  background: rgba(246, 241, 232, 0.82) !important;
  border-bottom-color: rgba(184, 149, 79, 0.16) !important;
}

.ecosystem-module .eco-media-slot {
  background: rgba(249, 245, 234, 0.58) !important;
  border-color: rgba(184, 149, 79, 0.18) !important;
}

.ecosystem-module .eco-media-slot.primary-media {
  background:
    radial-gradient(circle at 74% 24%, rgba(77, 97, 86, 0.1), transparent 34%),
    rgba(247, 242, 232, 0.76) !important;
}

/* Configurable content slots: no visible development placeholders. */

/* Visual CMS media library */
.media-slot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.media-slot {
  display: grid;
  grid-template-columns: 72px 1fr;
  grid-template-rows: auto auto;
  gap: 3px 12px;
  min-height: 86px;
  padding: 8px;
  text-align: left;
  color: #f6f1e8;
  border: 1px solid rgba(180, 147, 79, .22);
  background: #201915;
  cursor: pointer;
}

.media-slot:hover,
.media-slot:focus-visible {
  border-color: rgba(216, 189, 120, .64);
  background: #2b241e;
}

.media-slot.wide {
  grid-column: 1 / -1;
}

.media-slot-preview {
  grid-row: 1 / 3;
  width: 72px;
  height: 68px;
  border: 1px solid rgba(180, 147, 79, .24);
  background-color: rgba(249, 245, 234, .04);
  background-position: center;
  background-size: cover;
}

.managed-work-cover > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #100c08;
}

/* Launch fit: retain the editorial rhythm while fitting common laptop screens. */
@media (min-width: 981px) {
  .section-screen {
    padding-top: clamp(90px, 8vw, 126px) !important;
    padding-bottom: clamp(68px, 7vw, 104px) !important;
  }

  .hero {
    min-height: 100svh !important;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 520px) !important;
    gap: clamp(32px, 4vw, 70px) !important;
  }

  .hero h1 {
    font-size: clamp(112px, 12vw, 190px) !important;
    line-height: 0.84 !important;
  }

  .hero-slogan {
    font-size: clamp(36px, 4.2vw, 64px) !important;
  }

  .hero-sub {
    font-size: clamp(18px, 1.55vw, 24px) !important;
  }

  .portrait-area {
    width: min(38vw, 520px) !important;
    max-width: 520px !important;
  }

  .section-heading h2 {
    font-size: clamp(44px, 5.4vw, 84px);
  }

  .profile-statement h2 {
    font-size: clamp(44px, 5.5vw, 86px);
  }
}

@media (min-width: 981px) and (max-height: 820px) {
  .section-screen {
    padding-top: 82px !important;
    padding-bottom: 58px !important;
  }

  .hero h1 {
    font-size: clamp(104px, 15vh, 160px) !important;
  }

  .hero-slogan {
    font-size: clamp(34px, 6.4vh, 54px) !important;
  }

  .portrait-area {
    width: min(34vw, 430px) !important;
  }
}

.works-showcase .work-cover {
  background-color: #100c08 !important;
}

.works-showcase .work-cover.has-work-media:not(.has-work-video)::before {
  background: linear-gradient(180deg, rgba(15, 11, 8, 0) 0%, rgba(15, 11, 8, 0.04) 72%, rgba(15, 11, 8, 0.14) 100%) !important;
}

.media-slot-preview.is-empty::after {
  content: "+";
  display: grid;
  height: 100%;
  place-items: center;
  color: #b4934f;
  font-size: 24px;
  font-weight: 300;
}

.media-slot-preview.video-preview {
  display: grid;
  place-items: center;
  color: #b4934f;
  font-size: 11px;
  letter-spacing: .08em;
}

.media-slot b {
  align-self: end;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 400;
}

.media-slot em {
  color: rgba(246, 241, 232, .48);
  font-size: 11px;
  font-style: normal;
}

.admin-cover {
  appearance: none;
  width: 100%;
  border: 1px solid rgba(180, 147, 79, .18);
  cursor: pointer;
}

.admin-toast {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 10000;
  margin: 0;
  padding: 12px 16px;
  color: #f6f1e8;
  border: 1px solid rgba(180, 147, 79, .42);
  background: #26352f;
  box-shadow: 0 14px 44px rgba(0, 0, 0, .2);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: none;
}

.admin-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.collection-list {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.collection-row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto auto auto auto;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(180, 147, 79, .18);
  background: rgba(249, 245, 234, .035);
}

.collection-row span,
.collection-row em {
  color: rgba(246, 241, 232, .48);
  font-size: 11px;
  font-style: normal;
}

.collection-row b {
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.collection-row button {
  padding: 6px 8px;
  color: #d8bd78;
  border: 1px solid rgba(180, 147, 79, .2);
  background: transparent;
  cursor: pointer;
}

.cms-media-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e9e2d5;
}

.cms-media-frame img,
.cms-media-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cms-media-copy {
  display: grid;
  gap: 8px;
  padding-top: 14px;
}

.cms-media-copy b {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
}

.cms-media-copy p {
  margin: 0;
}

.work-collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

/* Unified child-page work library: one responsive three-column archive. */
.visual-hero .sub-nav {
  display: none !important;
}

.managed-works {
  min-height: auto !important;
  background: #f6f0e6 !important;
}

.managed-works-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  border: 0 !important;
  background: transparent !important;
}

.managed-work-card {
  min-height: 0 !important;
  padding: 0 0 22px !important;
  overflow: hidden;
  border: 1px solid rgba(180, 147, 79, 0.18);
  background: rgba(255, 250, 239, 0.54) !important;
}

.managed-work-cover {
  width: 100%;
  min-height: 0 !important;
  aspect-ratio: 16 / 10;
  margin: 0 0 20px !important;
  background-position: center;
  background-size: cover;
}

.managed-work-card > b,
.managed-work-card > span,
.managed-work-card > small,
.managed-work-card > a {
  margin-left: 20px;
  margin-right: 20px;
}

.managed-work-card > small {
  margin-top: 7px;
  color: rgba(74, 66, 55, 0.56);
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .managed-works-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  .managed-works-grid {
    grid-template-columns: 1fr !important;
  }
}

.work-collection-card,
.media-report-card {
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(180, 147, 79, .24);
}

.media-report-card {
  display: grid;
  gap: 10px;
}

.media-report-card span {
  color: #b4934f;
  font-size: 11px;
  letter-spacing: .08em;
}

.media-report-card b {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
}

@media (max-width: 760px) {
  .site-header {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    gap: 12px;
    padding-inline: 16px;
  }

  .site-header .main-nav {
    display: none;
  }

  .site-header .brand-word {
    min-width: 0;
    font-size: 11px;
  }

  .site-header .nav-contact {
    flex: 0 0 auto;
    min-width: 62px;
    padding-inline: 12px;
  }

  .hero-copy {
    min-width: 0;
    max-width: 100%;
  }

  .hero-slogan {
    max-width: 100%;
    font-size: clamp(34px, 10.3vw, 40px);
    line-height: 1.22;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .media-slot-grid {
    grid-template-columns: 1fr;
  }

  .media-slot.wide {
    grid-column: auto;
  }

  .collection-row {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .collection-row button,
  .collection-row em {
    grid-row: 2;
  }

  .work-collection-grid {
    grid-template-columns: 1fr;
  }
}
.work-cover {
  min-height: clamp(420px, 56vh, 640px);
  border: 1px solid rgba(184, 149, 79, 0.22);
  background-color: #24372f;
  background-size: cover;
  background-position: center;
}

.work-cover.hide-play .play-dot {
  display: none !important;
}

.featured-work-links {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(184, 149, 79, 0.16);
  background: rgba(184, 149, 79, 0.18);
}

.featured-work-card {
  min-height: 118px;
  padding: 22px 24px;
  background: rgba(249, 245, 234, 0.62);
  color: #17130f;
  text-decoration: none;
}

.featured-work-card span {
  display: block;
  font-family: var(--serif);
  font-size: clamp(21px, 1.6vw, 28px);
}

.featured-work-card p {
  margin-top: 10px;
  color: rgba(74, 66, 55, 0.66);
  line-height: 1.7;
}

.featured-work-card:hover {
  background: rgba(255, 250, 239, 0.76);
}

.qr-card:not(.has-qr-image) i {
  background:
    radial-gradient(circle at 50% 46%, rgba(184, 149, 79, 0.24), transparent 22%),
    url("assets/brand-mark.svg") center / 44% no-repeat,
    rgba(249, 245, 234, 0.2);
}

.qr-card.has-qr-image i {
  background: transparent !important;
}

@media (max-width: 760px) {
  .featured-work-links {
    grid-template-columns: 1fr;
  }
}

/* v23 visual editor: preview-first, click-to-edit, stable uploaded media. */
.lowcode-toolbar,
#lowcode-toolbar {
  display: none !important;
}

.admin-body {
  width: 100%;
  height: 100dvh !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

.visual-admin {
  display: grid !important;
  grid-template-columns: 168px minmax(0, 1fr) 370px !important;
  grid-template-areas: "sidebar preview editor";
  width: 100%;
  height: 100dvh !important;
  min-width: 0 !important;
  min-height: 0 !important;
  overflow: hidden;
}

.visual-admin-sidebar {
  grid-area: sidebar;
  min-width: 0;
  height: 100dvh !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.visual-admin-editor {
  grid-area: editor;
  min-width: 0;
  height: 100dvh !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  border-left: 1px solid rgba(180, 147, 79, .18);
}

.visual-admin-preview {
  grid-area: preview;
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr);
  width: 100%;
  min-width: 0 !important;
  height: 100dvh !important;
  min-height: 0 !important;
  overflow: hidden !important;
  background: #ded8cc;
}

.preview-topbar {
  position: relative;
  z-index: 2;
}

#site-preview {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border: 0;
  background: #f9f5ea;
}

.element-inspector-card {
  position: relative;
  z-index: 4;
  border-color: rgba(180, 147, 79, .42) !important;
  background: #fbf7ed !important;
  box-shadow: 0 18px 44px rgba(23, 19, 15, .08);
}

.inspector-heading {
  align-items: flex-start;
}

.inspector-heading-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.inspector-heading-actions button {
  padding: 6px 8px;
  border: 1px solid rgba(180, 147, 79, .26);
  background: transparent;
  color: #756342;
  cursor: pointer;
}

.inspector-style-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.hero-copy,
.portrait-area,
.portrait-placeholder,
.works-showcase,
.work-cover,
.platform-grid {
  min-width: 0 !important;
}

.portrait-area {
  width: 100% !important;
  max-width: 460px;
  justify-self: end;
}

.portrait-placeholder {
  contain: layout paint;
  overflow: hidden !important;
}

.portrait-photo {
  display: block;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
}

.works-showcase {
  width: 100%;
  grid-template-columns: minmax(0, 1.7fr) minmax(250px, .62fr) !important;
  align-items: stretch;
}

.work-cover {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden !important;
  background-size: cover !important;
  background-position: center !important;
}

.work-modal-media video,
.work-modal-media iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  object-fit: contain !important;
}

.qr-card,
.qr-card i {
  aspect-ratio: 1;
  overflow: hidden;
}

.qr-card .qr-image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  padding: 7% !important;
  box-sizing: border-box;
  object-fit: contain !important;
  object-position: center !important;
}

.cms-media-frame img {
  object-fit: cover;
  object-position: center;
}

.cms-media-frame video {
  object-fit: contain;
  object-position: center;
  background: #100c08;
}

@media (max-width: 1320px) {
  .visual-admin {
    grid-template-columns: 142px minmax(0, 1fr) 340px !important;
  }

  .visual-admin-sidebar {
    padding-inline: 12px !important;
  }

  .visual-admin-editor {
    padding-inline: 18px !important;
  }
}

@media (max-width: 980px) {
  .admin-body {
    height: auto !important;
    overflow: auto !important;
  }

  .visual-admin {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "sidebar"
      "preview"
      "editor";
    height: auto !important;
    overflow: visible;
  }

  .visual-admin-sidebar,
  .visual-admin-editor,
  .visual-admin-preview {
    height: auto !important;
    min-height: 0 !important;
  }

  .visual-admin-preview {
    height: 78vh !important;
  }

  .visual-admin-sidebar {
    max-height: none;
  }
}

@media (max-width: 760px) {
  .works-showcase {
    grid-template-columns: 1fr !important;
  }
}

/* Tools entry: bridge light works and deep cooperation with a warmer paper field. */
.tools-entry {
  background:
    radial-gradient(circle at 88% 26%, rgba(77, 97, 86, 0.095), transparent 34%),
    linear-gradient(180deg, #f8f3e9 0%, #f4eddf 100%) !important;
}

.tools-entry::before {
  content: "";
  position: absolute;
  left: clamp(72px, 7vw, 132px);
  right: clamp(72px, 7vw, 132px);
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(180, 147, 79, 0.04), rgba(180, 147, 79, 0.28), rgba(180, 147, 79, 0.04));
  pointer-events: none;
}

.tools-entry::after {
  opacity: 0.38 !important;
}

.tools-entry .tool-entry:not(.emphasized) {
  background: rgba(255, 250, 239, 0.5) !important;
  border-color: rgba(180, 147, 79, 0.2) !important;
}

.tools-entry .tool-entry.emphasized,
.tools-entry .coming-soon-entry {
  background:
    radial-gradient(circle at 82% 12%, rgba(77, 97, 86, 0.28), transparent 42%),
    #17130f !important;
  border-color: rgba(216, 189, 120, 0.34) !important;
}

@media (max-width: 760px) {
  .tools-entry::before {
    left: 24px;
    right: 24px;
  }
}

/* EOF profile ability color refinement: warm gold / silver gray / tea gold. */
.profile-abilities {
  border: 1px solid rgba(200, 169, 107, 0.28) !important;
  background:
    linear-gradient(90deg, rgba(200, 169, 107, 0.16), rgba(200, 169, 107, 0.08)),
    rgba(236, 230, 218, 0.76) !important;
  box-shadow: inset 0 1px 0 rgba(255, 252, 244, 0.42);
}

.profile-abilities article {
  min-height: 188px !important;
  border-right: 1px solid rgba(200, 169, 107, 0.2) !important;
  background:
    linear-gradient(180deg, rgba(255, 252, 244, 0.24), rgba(255, 252, 244, 0.04)),
    #ece6da !important;
  box-shadow: inset 0 0 0 1px rgba(255, 252, 244, 0.26) !important;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
}

.profile-abilities article:nth-child(1) {
  background:
    linear-gradient(180deg, rgba(255, 250, 238, 0.48), rgba(255, 250, 238, 0.1)),
    #f0e8da !important;
  border-color: rgba(200, 169, 107, 0.42) !important;
  box-shadow:
    inset 0 0 0 1px rgba(200, 169, 107, 0.18),
    0 14px 42px rgba(23, 19, 15, 0.035) !important;
}

.profile-abilities article:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(246, 245, 240, 0.42), rgba(246, 245, 240, 0.08)),
    #e8e3d8 !important;
  border-color: rgba(163, 160, 151, 0.38) !important;
}

.profile-abilities article:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(235, 213, 179, 0.22), rgba(255, 250, 239, 0.08)),
    #ece1d0 !important;
  border-color: rgba(196, 164, 111, 0.3) !important;
}

.profile-abilities article::before {
  left: 24px !important;
  right: 24px !important;
  top: 0 !important;
  height: 1px !important;
}

.profile-abilities article:nth-child(1)::before {
  height: 2px !important;
  background: linear-gradient(90deg, rgba(200, 169, 107, 0.96), rgba(200, 169, 107, 0.18)) !important;
  box-shadow: 0 0 14px rgba(200, 169, 107, 0.16) !important;
}

.profile-abilities article:nth-child(2)::before {
  background: linear-gradient(90deg, rgba(170, 168, 160, 0.86), rgba(170, 168, 160, 0.12)) !important;
  box-shadow: none !important;
}

.profile-abilities article:nth-child(3)::before {
  background: linear-gradient(90deg, rgba(196, 164, 111, 0.72), rgba(196, 164, 111, 0.1)) !important;
  box-shadow: none !important;
}

.profile-abilities span {
  color: rgba(200, 169, 107, 0.88) !important;
}

.profile-abilities article:nth-child(1) span {
  color: rgba(184, 147, 79, 0.98) !important;
}

.profile-abilities article:nth-child(2) span {
  color: rgba(132, 130, 124, 0.92) !important;
}

.profile-abilities article:nth-child(3) span {
  color: rgba(176, 138, 78, 0.84) !important;
}

.profile-abilities b {
  color: rgba(23, 19, 15, 0.84) !important;
}

.profile-abilities article:nth-child(1) b {
  color: #17130f !important;
}

.profile-abilities p {
  color: rgba(74, 66, 55, 0.72) !important;
}

.profile-abilities article:nth-child(1) p {
  color: rgba(64, 56, 45, 0.82) !important;
}

.profile-abilities article:hover {
  transform: translateY(-4px) !important;
  background:
    linear-gradient(180deg, rgba(255, 252, 244, 0.42), rgba(255, 252, 244, 0.08)),
    #e6dfd1 !important;
  border-color: rgba(200, 169, 107, 0.42) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 252, 244, 0.38),
    0 20px 54px rgba(23, 19, 15, 0.075) !important;
}

.profile-abilities article:nth-child(1):hover {
  transform: translateY(-6px) !important;
  border-color: rgba(200, 169, 107, 0.58) !important;
  box-shadow:
    inset 0 0 0 1px rgba(200, 169, 107, 0.22),
    0 24px 62px rgba(23, 19, 15, 0.095) !important;
}

.profile-abilities article:nth-child(2):hover {
  border-color: rgba(150, 148, 140, 0.52) !important;
}

.profile-abilities article:nth-child(3):hover {
  border-color: rgba(196, 164, 111, 0.46) !important;
}

@media (max-width: 760px) {
  .profile-abilities article {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(200, 169, 107, 0.2) !important;
  }

  .profile-abilities article:last-child {
    border-bottom: 0 !important;
  }
}

/* EOF profile ability color refinement: warm gold / silver gray / tea gold. */
.profile-abilities {
  border: 1px solid rgba(200, 169, 107, 0.28) !important;
  background:
    linear-gradient(90deg, rgba(200, 169, 107, 0.16), rgba(200, 169, 107, 0.08)),
    rgba(236, 230, 218, 0.76) !important;
  box-shadow: inset 0 1px 0 rgba(255, 252, 244, 0.42);
}

.profile-abilities article {
  min-height: 188px !important;
  border-right: 1px solid rgba(200, 169, 107, 0.2) !important;
  background:
    linear-gradient(180deg, rgba(255, 252, 244, 0.24), rgba(255, 252, 244, 0.04)),
    #ece6da !important;
  box-shadow: inset 0 0 0 1px rgba(255, 252, 244, 0.26) !important;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease !important;
}

.profile-abilities article:nth-child(1) {
  background:
    linear-gradient(180deg, rgba(255, 250, 238, 0.48), rgba(255, 250, 238, 0.1)),
    #f0e8da !important;
  border-color: rgba(200, 169, 107, 0.42) !important;
  box-shadow:
    inset 0 0 0 1px rgba(200, 169, 107, 0.18),
    0 14px 42px rgba(23, 19, 15, 0.035) !important;
}

.profile-abilities article:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(246, 245, 240, 0.42), rgba(246, 245, 240, 0.08)),
    #e8e3d8 !important;
  border-color: rgba(163, 160, 151, 0.38) !important;
}

.profile-abilities article:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(235, 213, 179, 0.22), rgba(255, 250, 239, 0.08)),
    #ece1d0 !important;
  border-color: rgba(196, 164, 111, 0.3) !important;
}

.profile-abilities article::before {
  left: 24px !important;
  right: 24px !important;
  top: 0 !important;
  height: 1px !important;
}

.profile-abilities article:nth-child(1)::before {
  height: 2px !important;
  background: linear-gradient(90deg, rgba(200, 169, 107, 0.96), rgba(200, 169, 107, 0.18)) !important;
  box-shadow: 0 0 14px rgba(200, 169, 107, 0.16) !important;
}

.profile-abilities article:nth-child(2)::before {
  background: linear-gradient(90deg, rgba(170, 168, 160, 0.86), rgba(170, 168, 160, 0.12)) !important;
  box-shadow: none !important;
}

.profile-abilities article:nth-child(3)::before {
  background: linear-gradient(90deg, rgba(196, 164, 111, 0.72), rgba(196, 164, 111, 0.1)) !important;
  box-shadow: none !important;
}

.profile-abilities span {
  color: rgba(200, 169, 107, 0.88) !important;
}

.profile-abilities article:nth-child(1) span {
  color: rgba(184, 147, 79, 0.98) !important;
}

.profile-abilities article:nth-child(2) span {
  color: rgba(132, 130, 124, 0.92) !important;
}

.profile-abilities article:nth-child(3) span {
  color: rgba(176, 138, 78, 0.84) !important;
}

.profile-abilities b {
  color: rgba(23, 19, 15, 0.84) !important;
}

.profile-abilities article:nth-child(1) b {
  color: #17130f !important;
}

.profile-abilities p {
  color: rgba(74, 66, 55, 0.72) !important;
}

.profile-abilities article:nth-child(1) p {
  color: rgba(64, 56, 45, 0.82) !important;
}

.profile-abilities article:hover {
  transform: translateY(-4px) !important;
  background:
    linear-gradient(180deg, rgba(255, 252, 244, 0.42), rgba(255, 252, 244, 0.08)),
    #e6dfd1 !important;
  border-color: rgba(200, 169, 107, 0.42) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 252, 244, 0.38),
    0 20px 54px rgba(23, 19, 15, 0.075) !important;
}

.profile-abilities article:nth-child(1):hover {
  transform: translateY(-6px) !important;
  border-color: rgba(200, 169, 107, 0.58) !important;
  box-shadow:
    inset 0 0 0 1px rgba(200, 169, 107, 0.22),
    0 24px 62px rgba(23, 19, 15, 0.095) !important;
}

.profile-abilities article:nth-child(2):hover {
  border-color: rgba(150, 148, 140, 0.52) !important;
}

.profile-abilities article:nth-child(3):hover {
  border-color: rgba(196, 164, 111, 0.46) !important;
}

@media (max-width: 760px) {
  .profile-abilities article {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(200, 169, 107, 0.2) !important;
  }

  .profile-abilities article:last-child {
    border-bottom: 0 !important;
  }
}

/* EOF v23 cue and transition refinement. */
.cg-quote-hero__hint {
  display: none !important;
}

.quote-hero-host .quote-scroll-cue,
.quote-scroll-cue {
  color: rgba(216, 189, 120, 0.9) !important;
}

.method-transition {
  background:
    radial-gradient(circle at 82% 20%, rgba(184, 149, 79, 0.065), transparent 34%),
    linear-gradient(180deg, #f2eee3 0%, #f5efe3 100%) !important;
}

.method-transition-next {
  display: none !important;
}

.learning-path {
  background:
    radial-gradient(circle at 12% 8%, rgba(184, 149, 79, 0.045), transparent 30%),
    linear-gradient(180deg, #f5efe3 0%, #f3ecdf 100%) !important;
}

.learning-path::after {
  opacity: 0.2 !important;
}

/* v23 reenter final pass: unified rails, stronger opening rhythm, six-step system. */
.reenter-page .section-rail {
  top: clamp(74px, 9vh, 116px) !important;
  left: clamp(28px, 4.2vw, 68px) !important;
  width: 74px;
  min-height: 260px;
  display: block !important;
  color: #b08a3a !important;
}

.reenter-page .section-rail::before {
  content: "" !important;
  position: absolute;
  left: 50% !important;
  top: 0 !important;
  width: 1px !important;
  height: 74px !important;
  background: rgba(176, 138, 58, 0.58) !important;
  transform: translateX(-50%);
}

.reenter-page .section-rail::after {
  content: "" !important;
  position: absolute;
  left: 50% !important;
  top: 96px !important;
  width: 4px !important;
  height: 4px !important;
  border-radius: 50%;
  background: #b08a3a !important;
  box-shadow: 0 0 8px rgba(176, 138, 58, 0.45);
  transform: translateX(-50%);
}

.reenter-page .section-rail span {
  position: absolute;
  left: 50%;
  top: 130px;
  writing-mode: vertical-rl;
  color: rgba(176, 138, 58, 0.9) !important;
  font-family: var(--serif);
  font-size: clamp(33px, 3.15vw, 50px);
  line-height: 1;
  letter-spacing: 0.08em;
  transform: translateX(-50%);
}

.reenter-page .section-rail b {
  position: absolute;
  left: 50%;
  top: 230px;
  writing-mode: vertical-rl;
  color: rgba(176, 138, 58, 0.72) !important;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.28em;
  transform: translateX(-50%);
}

.reenter-page > .sub-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(184, 149, 79, 0.12), transparent 34%),
    radial-gradient(circle at 12% 92%, rgba(77, 97, 86, 0.07), transparent 34%),
    linear-gradient(180deg, #efe7d8 0%, #f1eadc 100%) !important;
}

.reenter-page > .sub-hero::after {
  opacity: 0.16 !important;
}

.reenter-overview-layout {
  width: min(1600px, 91vw) !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(520px, 0.92fr) !important;
  gap: clamp(82px, 8vw, 144px) !important;
}

.reenter-overview-copy {
  padding: clamp(44px, 5.8vh, 84px) clamp(28px, 4vw, 58px) !important;
  border: 1px solid rgba(184, 149, 79, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 250, 239, 0.42), rgba(255, 250, 239, 0.14)),
    rgba(255, 250, 239, 0.22);
}

.reenter-overview-copy .section-heading h1 {
  font-size: clamp(142px, 14.4vw, 268px) !important;
  line-height: 0.84 !important;
}

.reenter-overview-copy .section-heading > p:last-child {
  color: rgba(24, 21, 18, 0.78) !important;
  font-size: clamp(33px, 3.45vw, 62px) !important;
}

.reenter-thesis {
  max-width: 820px !important;
  color: rgba(42, 36, 30, 0.74) !important;
}

.reenter-path-overview {
  padding-left: clamp(48px, 4.6vw, 78px) !important;
}

.reenter-guide {
  max-width: 520px;
  color: rgba(77, 97, 86, 0.92) !important;
  font-weight: 700;
}

.reenter-path-overview h2 {
  font-family: var(--serif);
  font-size: clamp(32px, 2.9vw, 54px);
  font-weight: 500;
}

.reenter-path-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.reenter-path-grid li {
  min-height: clamp(168px, 17vh, 218px) !important;
  padding: 28px 26px 26px !important;
  border: 1px solid rgba(184, 149, 79, 0.26) !important;
  background:
    linear-gradient(180deg, rgba(255, 250, 239, 0.68), rgba(239, 231, 216, 0.32)),
    rgba(255, 250, 239, 0.48) !important;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.reenter-path-grid li:hover {
  transform: translateY(-4px);
  border-color: rgba(184, 149, 79, 0.42) !important;
  background: rgba(255, 250, 239, 0.62) !important;
}

.reenter-path-grid b {
  font-size: clamp(29px, 2.15vw, 42px) !important;
}

.reenter-path-grid p {
  margin-top: 14px !important;
  font-size: clamp(14px, 1vw, 16px) !important;
  line-height: 1.64;
}

.reenter-page > .sub-hero > .scroll-cue,
.reenter-page .method-detail > .scroll-cue,
.quote-scroll-cue {
  min-width: 210px;
  padding: 10px 18px;
  border: 1px solid rgba(184, 149, 79, 0.28);
  background: rgba(255, 250, 239, 0.62) !important;
  color: rgba(77, 97, 86, 0.98) !important;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
}

.quote-hero-host > .section-rail {
  top: clamp(72px, 8.4vh, 108px) !important;
}

.quote-hero-host > .section-rail::after {
  top: 92px !important;
}

.method-transition {
  position: relative;
  min-height: 72vh;
  display: grid;
  align-content: center;
  padding: clamp(110px, 12vh, 150px) var(--page-x);
  background: #f2eee3 !important;
}

.method-transition .section-heading {
  max-width: 1260px;
}

.method-transition .section-heading h2 {
  font-size: clamp(72px, 9vw, 138px);
}

.method-transition-sub {
  color: rgba(77, 97, 86, 0.94) !important;
  font-family: var(--serif);
}

.six-path-overview {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(42px, 6vh, 76px);
  padding: 0;
  list-style: none;
  border: 1px solid rgba(184, 149, 79, 0.22);
  background: rgba(184, 149, 79, 0.14);
}

.six-path-overview li {
  position: relative;
  min-height: 132px;
  display: grid;
  place-items: center;
  padding: 20px 18px;
  background: rgba(255, 250, 239, 0.42);
  color: #181512;
  font-family: var(--serif);
  font-size: clamp(24px, 2vw, 34px);
}

.six-path-overview li:not(:last-child)::after {
  content: "鈫?;
  position: absolute;
  right: -13px;
  top: 50%;
  z-index: 2;
  color: rgba(184, 149, 79, 0.82);
  font-family: var(--sans);
  font-size: 18px;
  transform: translateY(-50%);
}

.method-detail.section-screen {
  min-height: 94vh;
  grid-template-columns: minmax(0, 0.9fr) minmax(330px, 0.48fr);
  align-content: center;
  align-items: center;
  gap: clamp(44px, 6vw, 96px);
  background: #f6f0e6;
}

.method-detail.section-screen:nth-of-type(2n) {
  background: #f5efe3;
}

.method-detail .section-heading,
.method-detail-copy,
.method-detail .action-list {
  grid-column: 1;
}

.method-detail .section-heading h2 {
  font-size: clamp(66px, 7.6vw, 124px);
}

.method-detail-copy {
  max-width: 760px;
  margin-top: 26px;
  color: rgba(42, 36, 30, 0.72);
  font-size: clamp(18px, 1.35vw, 23px);
  line-height: 1.9;
}

.method-side-note {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: center;
  padding: clamp(30px, 3.4vw, 48px);
  border: 1px solid rgba(184, 149, 79, 0.28);
  border-left: 3px solid rgba(184, 149, 79, 0.62);
  background:
    linear-gradient(135deg, rgba(255, 250, 239, 0.74), rgba(255, 250, 239, 0.28)),
    rgba(255, 250, 239, 0.45);
}

.method-side-note span {
  color: rgba(184, 149, 79, 0.88);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.26em;
}

.method-side-note h3 {
  margin-top: 18px;
  color: #181512;
  font-family: var(--serif);
  font-size: clamp(28px, 2.4vw, 43px);
  font-weight: 500;
}

.method-side-note p,
.method-side-note li {
  color: rgba(42, 36, 30, 0.68);
  font-size: 16px;
  line-height: 1.86;
}

.method-side-note ol {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding-left: 1.2em;
}

@media (max-width: 1120px) {
  .reenter-overview-layout,
  .method-detail.section-screen {
    grid-template-columns: 1fr !important;
  }

  .method-side-note {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  .reenter-page .section-rail {
    display: none !important;
  }

  .reenter-page > .sub-hero {
    min-height: auto !important;
  }

  .reenter-overview-copy {
    padding: 30px 22px !important;
  }

  .reenter-overview-copy .section-heading h1 {
    font-size: clamp(84px, 23vw, 122px) !important;
  }

  .reenter-path-overview {
    padding-left: 0 !important;
    border-left: 0 !important;
  }

  .reenter-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .reenter-path-grid li {
    min-height: 128px !important;
  }

  .six-path-overview {
    grid-template-columns: 1fr !important;
  }

  .six-path-overview li:not(:last-child)::after {
    right: auto;
    top: auto;
    bottom: -13px;
    transform: rotate(90deg);
  }

  .method-detail.section-screen {
    min-height: auto;
    padding-top: 86px;
    padding-bottom: 96px;
  }
}

/* v23 reenter cleanup: reduce repetition, remove side cards, prevent title overlap. */
.reenter-page .scroll-cue,
.reenter-page > .sub-hero > .scroll-cue,
.reenter-page .method-detail > .scroll-cue,
.quote-hero-host .quote-scroll-cue,
.quote-scroll-cue {
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(184, 149, 79, 0.88) !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-shadow: 0 0 16px rgba(184, 149, 79, 0.2) !important;
}

.quote-hero-host .quote-scroll-cue {
  color: rgba(216, 189, 120, 0.82) !important;
}

.method-transition {
  min-height: 82vh !important;
  padding-left: max(var(--page-x), clamp(150px, 14vw, 230px)) !important;
  padding-right: var(--page-x) !important;
}

.method-transition .section-heading {
  max-width: 1120px !important;
}

.method-transition .section-heading h2 {
  font-size: clamp(82px, 9.6vw, 154px) !important;
  line-height: 0.94 !important;
}

.method-transition .section-heading p:not(.eyebrow) {
  max-width: 780px !important;
}

.six-path-overview {
  display: none !important;
}

.method-transition-next {
  max-width: min(860px, 72vw) !important;
  margin-top: clamp(42px, 6vh, 76px) !important;
  padding: clamp(30px, 3.6vw, 48px) clamp(34px, 4.4vw, 64px) !important;
  border: 1px solid rgba(184, 149, 79, 0.26) !important;
  border-left: 3px solid rgba(184, 149, 79, 0.72) !important;
  background:
    linear-gradient(90deg, rgba(255, 250, 239, 0.58), rgba(255, 250, 239, 0.14)),
    rgba(255, 250, 239, 0.32) !important;
}

.method-transition-next span {
  display: block;
  color: rgba(184, 149, 79, 0.9);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.28em;
}

.method-transition-next b {
  display: block;
  margin-top: 18px;
  color: #181512;
  font-family: var(--serif);
  font-size: clamp(32px, 3vw, 52px);
  font-weight: 500;
}

.method-transition-next em {
  display: block;
  margin-top: 12px;
  color: rgba(42, 36, 30, 0.66);
  font-style: normal;
  line-height: 1.7;
}

.method-detail.section-screen {
  display: grid !important;
  grid-template-columns: minmax(0, 920px) !important;
  justify-content: center !important;
  align-content: center !important;
  gap: clamp(28px, 4vh, 48px) !important;
  min-height: 92vh !important;
  padding-left: max(var(--page-x), clamp(130px, 13vw, 210px)) !important;
  padding-right: var(--page-x) !important;
  background: #f6f0e6 !important;
}

.method-detail.section-screen:nth-of-type(odd) {
  background: #f5efe3 !important;
}

.method-detail .section-heading,
.method-detail-copy,
.method-detail .action-list {
  grid-column: 1 !important;
}

.method-detail .section-heading h2 {
  font-size: clamp(78px, 8.6vw, 140px) !important;
  line-height: 0.96 !important;
}

.method-detail-copy {
  max-width: 860px !important;
}

.method-detail .action-list {
  max-width: 840px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.method-side-note {
  display: none !important;
}

@media (max-width: 980px) {
  .method-transition,
  .method-detail.section-screen {
    padding-left: var(--page-x) !important;
  }
}

@media (max-width: 760px) {
  .method-transition .section-heading h2,
  .method-detail .section-heading h2 {
    font-size: clamp(58px, 16vw, 92px) !important;
  }

  .method-transition-next {
    max-width: 100% !important;
  }

  .method-detail .action-list {
    grid-template-columns: 1fr !important;
  }
}

/* v23 cleanup: remove repeated step strip, keep details single-column and avoid overlap. */
.reenter-page .scroll-cue,
.reenter-page > .sub-hero > .scroll-cue,
.reenter-page .method-detail > .scroll-cue,
.quote-scroll-cue {
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: rgba(184, 149, 79, 0.88) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em !important;
  text-shadow: 0 0 10px rgba(184, 149, 79, 0.18);
}

.method-transition {
  min-height: 78vh;
  overflow: hidden;
}

.method-transition .section-heading {
  max-width: 980px;
  margin-left: clamp(96px, 8vw, 148px);
}

.method-transition .section-heading h2 {
  font-size: clamp(70px, 8.4vw, 128px);
  line-height: 1;
}

.method-transition .section-heading p:not(.eyebrow) {
  max-width: 720px;
}

.six-path-overview {
  display: none !important;
}

.method-transition-next {
  width: min(760px, 100%);
  margin-top: clamp(42px, 6vh, 72px);
  padding: clamp(24px, 3vw, 38px) clamp(26px, 3.6vw, 46px);
  border-left: 3px solid rgba(184, 149, 79, 0.72);
  border-top: 1px solid rgba(184, 149, 79, 0.2);
  border-bottom: 1px solid rgba(184, 149, 79, 0.14);
  background: rgba(255, 250, 239, 0.32);
}

.method-transition-next span {
  display: block;
  color: rgba(184, 149, 79, 0.86);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.3em;
}

.method-transition-next b {
  display: block;
  margin-top: 16px;
  color: #181512;
  font-family: var(--serif);
  font-size: clamp(34px, 3.2vw, 56px);
  font-weight: 500;
}

.method-transition-next em {
  display: block;
  margin-top: 14px;
  color: rgba(42, 36, 30, 0.66);
  font-style: normal;
  font-size: clamp(16px, 1.1vw, 19px);
}

.method-detail.section-screen {
  grid-template-columns: minmax(0, 980px) !important;
  justify-content: center;
  align-content: center;
  gap: clamp(24px, 3vw, 42px) !important;
}

.method-detail .section-heading,
.method-detail-copy,
.method-detail .action-list {
  grid-column: 1 !important;
}

.method-detail .section-heading {
  max-width: 980px;
}

.method-detail .section-heading h2 {
  font-size: clamp(76px, 8.8vw, 142px) !important;
  line-height: 0.98;
}

.method-detail-copy {
  max-width: 820px !important;
}

.method-detail .action-list {
  width: min(820px, 100%);
  margin-top: clamp(12px, 1.6vw, 24px);
}

.method-side-note {
  display: none !important;
}

@media (max-width: 760px) {
  .method-transition {
    min-height: auto;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .method-transition .section-heading {
    margin-left: 0;
  }

  .method-transition .section-heading h2,
  .method-detail .section-heading h2 {
    font-size: clamp(58px, 18vw, 92px) !important;
  }

  .method-transition-next {
    padding: 22px;
  }
}

/* Reenter opening: balanced two-column method statement. */
.reenter-overview-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(460px, 1fr);
  align-items: center;
  gap: clamp(48px, 7vw, 118px);
  width: min(1280px, 86vw);
  margin: 0 auto;
}

.reenter-overview-copy .section-heading {
  max-width: 680px !important;
  margin: 0 !important;
}

.reenter-overview-copy .section-heading h1 {
  font-size: clamp(86px, 10.2vw, 168px) !important;
  letter-spacing: 0;
}

.reenter-overview-copy .section-heading > p:last-child {
  margin-top: 20px;
  color: rgba(42, 36, 30, 0.72) !important;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 48px);
}

.reenter-thesis {
  width: auto !important;
  max-width: 620px !important;
  margin: clamp(28px, 4vh, 46px) 0 0 !important;
  font-size: clamp(17px, 1.22vw, 21px) !important;
  line-height: 2.06 !important;
}

.reenter-path-overview {
  width: auto !important;
  margin: 0 !important;
  padding: clamp(28px, 3.2vw, 46px);
  border: 1px solid rgba(184, 149, 79, 0.2);
  border-left: 2px solid rgba(77, 97, 86, 0.42);
  background:
    linear-gradient(90deg, rgba(77, 97, 86, 0.045), transparent 42%),
    rgba(255, 250, 239, 0.3);
  box-shadow: 0 22px 70px rgba(23, 19, 15, 0.045);
}

.reenter-guide {
  width: auto !important;
  margin: 0 0 18px !important;
  color: #4d6156 !important;
  font-size: clamp(15px, 1vw, 17px) !important;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.reenter-path-overview h2 {
  margin-bottom: 22px !important;
  color: #b8954f !important;
}

.reenter-path-grid {
  gap: 10px !important;
  border: 0 !important;
  background: transparent !important;
}

.reenter-path-grid li {
  min-height: 138px;
  border: 1px solid rgba(184, 149, 79, 0.28) !important;
  border-top-color: rgba(184, 149, 79, 0.42) !important;
  background:
    linear-gradient(180deg, rgba(255, 250, 239, 0.68), rgba(241, 234, 220, 0.58)),
    rgba(255, 250, 239, 0.56) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 252, 244, 0.28);
}

.reenter-path-grid li::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 18px;
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, rgba(77, 97, 86, 0.54), rgba(184, 149, 79, 0.54));
}

.reenter-path-grid li::after {
  display: none !important;
}

.reenter-page > .sub-hero > .scroll-cue {
  color: rgba(77, 97, 86, 0.92) !important;
  border-color: rgba(77, 97, 86, 0.28) !important;
  background: rgba(255, 250, 239, 0.38);
}

@media (max-width: 980px) {
  .reenter-overview-layout {
    grid-template-columns: 1fr;
    gap: 34px;
    width: min(90vw, 760px);
    padding-top: 24px;
  }

  .reenter-overview-copy .section-heading h1 {
    font-size: clamp(72px, 16vw, 126px) !important;
  }
}

@media (max-width: 760px) {
  .reenter-path-overview {
    padding: 22px;
  }

  .reenter-path-grid {
    grid-template-columns: 1fr !important;
  }

  .reenter-path-grid li {
    min-height: 112px;
  }
}

/* Reenter overview palette lock: warm, close to learning path without copying it. */
.reenter-page > .sub-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(184, 154, 87, 0.08), transparent 35%),
    linear-gradient(180deg, #f2eee3 0%, #f1eadf 100%) !important;
}

.reenter-page > .sub-hero .section-heading h1 {
  color: #17130f !important;
}

.reenter-page > .sub-hero .section-heading p,
.reenter-thesis {
  color: rgba(45, 39, 33, 0.72) !important;
}

.reenter-page > .sub-hero .section-rail span,
.reenter-page > .sub-hero .section-rail b,
.reenter-page > .sub-hero .eyebrow,
.reenter-guide,
.reenter-path-overview h2,
.reenter-path-grid span {
  color: #b08a3a !important;
}

.reenter-page > .sub-hero .motif-ring,
.reenter-page > .sub-hero .hero-ring {
  opacity: 0.12 !important;
  border-color: rgba(184, 154, 87, 0.08) !important;
}

.reenter-path-grid {
  border-color: rgba(184, 154, 87, 0.28) !important;
  background: rgba(184, 154, 87, 0.16) !important;
}

.reenter-path-grid li {
  background:
    linear-gradient(180deg, rgba(255, 250, 239, 0.24), transparent),
    rgba(238, 230, 214, 0.52) !important;
  border-color: rgba(184, 154, 87, 0.28) !important;
}

.reenter-path-grid li::after {
  background: rgba(184, 154, 87, 0.24) !important;
}

.reenter-path-grid b {
  color: #17130f !important;
}

.reenter-path-grid p {
  color: rgba(45, 39, 33, 0.68) !important;
}

.reenter-page .sub-hero > .scroll-cue {
  color: #b08a3a !important;
  border-color: rgba(184, 154, 87, 0.34) !important;
}

.reenter-page .sub-hero .btn,
.reenter-page .sub-hero .primary,
.reenter-page .sub-hero a.btn {
  background-color: #2e4a43 !important;
  color: #f6f1e8 !important;
}

/* Current redesign: reenter opening as a warm editorial thesis page. */
.reenter-page > .sub-hero {
  isolation: isolate;
  align-content: center !important;
  min-height: 100svh;
  background:
    radial-gradient(circle at 86% 16%, rgba(184, 149, 79, 0.1), transparent 32%),
    radial-gradient(circle at 12% 84%, rgba(77, 97, 86, 0.055), transparent 34%),
    linear-gradient(180deg, #f1eadc 0%, #efe7d8 100%) !important;
}

.reenter-page > .sub-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.13;
  background-image: url("data:image/svg+xml,%3Csvg width='1600' height='900' viewBox='0 0 1600 900' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M968 92C1180 142 1320 318 1392 530' stroke='%23b8954f' stroke-opacity='.52'/%3E%3Cpath d='M932 188C1120 222 1252 356 1328 536' stroke='%23181512' stroke-opacity='.3'/%3E%3Cpath d='M708 742C884 638 1072 626 1270 706C1392 756 1496 766 1600 718' stroke='%23b8954f' stroke-opacity='.34'/%3E%3Cpath d='M0 708C180 652 346 666 512 742C668 814 792 784 934 714' stroke='%23181512' stroke-opacity='.18'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

.reenter-overview-layout {
  grid-template-columns: minmax(420px, 0.92fr) minmax(500px, 0.86fr) !important;
  align-items: end !important;
  width: min(1320px, 87vw) !important;
  gap: clamp(60px, 8.4vw, 132px) !important;
}

.reenter-overview-copy {
  position: relative;
  padding-top: clamp(34px, 5vh, 72px);
}

.reenter-overview-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: clamp(180px, 18vw, 280px);
  height: 1px;
  background: linear-gradient(90deg, rgba(184, 149, 79, 0.7), transparent);
}

.reenter-overview-copy .section-heading h1 {
  color: #181512 !important;
  font-size: clamp(96px, 11vw, 184px) !important;
  font-weight: 400 !important;
  line-height: 0.9 !important;
  letter-spacing: 0 !important;
}

.reenter-overview-copy .section-heading > p:last-child {
  margin-top: clamp(22px, 3vh, 34px) !important;
  color: rgba(42, 36, 30, 0.68) !important;
  font-size: clamp(28px, 2.8vw, 46px) !important;
}

.reenter-thesis {
  max-width: 660px !important;
  margin-top: clamp(34px, 4.6vh, 56px) !important;
  padding-left: clamp(20px, 2vw, 32px);
  border-left: 1px solid rgba(184, 149, 79, 0.32);
  color: rgba(42, 36, 30, 0.74) !important;
  font-size: clamp(17px, 1.18vw, 20px) !important;
  line-height: 2.14 !important;
}

.reenter-path-overview {
  align-self: stretch;
  padding: clamp(30px, 3.8vw, 54px) !important;
  border: 1px solid rgba(184, 149, 79, 0.22) !important;
  border-top: 2px solid rgba(184, 149, 79, 0.52) !important;
  border-left: 1px solid rgba(184, 149, 79, 0.22) !important;
  background:
    linear-gradient(180deg, rgba(255, 250, 239, 0.62), rgba(255, 250, 239, 0.28)),
    rgba(255, 250, 239, 0.34) !important;
  box-shadow: 0 28px 80px rgba(23, 19, 15, 0.055) !important;
}

.reenter-guide {
  margin-bottom: clamp(22px, 3vh, 34px) !important;
  color: #4d6156 !important;
  font-size: clamp(16px, 1.08vw, 19px) !important;
  letter-spacing: 0.06em !important;
}

.reenter-path-overview h2 {
  color: #b8954f !important;
  margin-bottom: clamp(24px, 3vh, 34px) !important;
}

.reenter-path-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  border: 1px solid rgba(184, 149, 79, 0.2) !important;
  background: rgba(184, 149, 79, 0.16) !important;
}

.reenter-path-grid li {
  min-height: 126px !important;
  padding: 20px 18px 18px !important;
  border: 0 !important;
  background:
    linear-gradient(180deg, rgba(255, 250, 239, 0.58), rgba(241, 234, 220, 0.42)),
    rgba(255, 250, 239, 0.44) !important;
  box-shadow: none !important;
}

.reenter-path-grid li::before {
  left: 22px !important;
  top: 20px !important;
  width: 20px !important;
  background: rgba(184, 149, 79, 0.56) !important;
}

.reenter-path-grid b {
  margin-top: 20px !important;
  color: #181512 !important;
  font-size: clamp(22px, 1.55vw, 29px) !important;
}

.reenter-path-grid p {
  color: rgba(42, 36, 30, 0.66) !important;
  font-size: 13px !important;
}

.reenter-page > .sub-hero > .scroll-cue {
  bottom: clamp(26px, 4vh, 46px);
  color: rgba(77, 97, 86, 0.92) !important;
  background: rgba(255, 250, 239, 0.48) !important;
}

@media (max-width: 980px) {
  .reenter-overview-layout {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }
}

@media (max-width: 760px) {
  .reenter-page > .sub-hero {
    padding-top: 92px !important;
  }

  .reenter-thesis {
    padding-left: 18px;
  }

  .reenter-path-grid {
    grid-template-columns: 1fr !important;
  }
}

/* True final override for the reenter opening requested in the latest pass. */
.reenter-page > .sub-hero {
  isolation: isolate;
  align-content: center !important;
  min-height: 100svh !important;
  padding-top: clamp(92px, 11vh, 132px) !important;
  padding-bottom: clamp(72px, 9vh, 110px) !important;
  background:
    radial-gradient(circle at 84% 16%, rgba(184, 149, 79, 0.105), transparent 35%),
    radial-gradient(circle at 8% 86%, rgba(77, 97, 86, 0.055), transparent 34%),
    linear-gradient(180deg, #efe7d8 0%, #f1eadc 100%) !important;
}

.reenter-page > .sub-hero::after {
  opacity: 0.14 !important;
  background-size: 118% 118% !important;
  background-position: 56% 48% !important;
}

.reenter-overview-layout {
  width: min(1540px, 91vw) !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(480px, 0.82fr) !important;
  align-items: center !important;
  gap: clamp(76px, 9vw, 156px) !important;
}

.reenter-overview-copy {
  padding-top: clamp(42px, 5.5vh, 82px) !important;
}

.reenter-overview-copy::before {
  width: clamp(230px, 22vw, 360px) !important;
  background: linear-gradient(90deg, rgba(184, 149, 79, 0.72), rgba(184, 149, 79, 0.06), transparent) !important;
}

.reenter-overview-copy .section-heading h1 {
  color: #181512 !important;
  font-size: clamp(126px, 13.2vw, 232px) !important;
  line-height: 0.86 !important;
  letter-spacing: 0 !important;
}

.reenter-overview-copy .section-heading > p:last-child {
  margin-top: clamp(26px, 3.2vh, 42px) !important;
  color: rgba(42, 36, 30, 0.66) !important;
  font-family: var(--serif) !important;
  font-size: clamp(30px, 3.2vw, 56px) !important;
}

.reenter-thesis {
  max-width: 760px !important;
  margin-top: clamp(42px, 5vh, 68px) !important;
  padding-left: clamp(26px, 2.4vw, 42px) !important;
  border-left: 1px solid rgba(184, 149, 79, 0.42) !important;
  color: rgba(42, 36, 30, 0.76) !important;
  font-size: clamp(18px, 1.34vw, 23px) !important;
  line-height: 2.18 !important;
}

.reenter-path-overview {
  align-self: center !important;
  padding: clamp(18px, 2vw, 28px) 0 clamp(18px, 2vw, 28px) clamp(44px, 5vw, 78px) !important;
  border: 0 !important;
  border-left: 1px solid rgba(184, 149, 79, 0.32) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.reenter-guide {
  width: auto !important;
  margin: 0 0 clamp(28px, 3.8vh, 46px) !important;
  color: #4d6156 !important;
  font-size: clamp(17px, 1.22vw, 22px) !important;
  letter-spacing: 0.06em !important;
}

.reenter-path-overview h2 {
  margin-bottom: clamp(26px, 3.4vh, 42px) !important;
  color: #b8954f !important;
}

.reenter-path-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  border: 0 !important;
  background: transparent !important;
}

.reenter-path-grid li {
  min-height: clamp(136px, 13.5vh, 168px) !important;
  border: 1px solid rgba(184, 149, 79, 0.22) !important;
  background:
    linear-gradient(180deg, rgba(255, 250, 239, 0.56), rgba(255, 250, 239, 0.2)),
    rgba(255, 250, 239, 0.42) !important;
}

.reenter-path-grid li::after {
  display: none !important;
}

.reenter-path-grid b {
  color: #181512 !important;
  font-size: clamp(25px, 1.8vw, 34px) !important;
}

.reenter-path-grid p {
  margin-top: 10px !important;
  color: rgba(42, 36, 30, 0.66) !important;
  font-size: clamp(13px, 0.9vw, 15px) !important;
}

.reenter-page > .sub-hero > .scroll-cue {
  bottom: clamp(24px, 4vh, 42px) !important;
  color: rgba(77, 97, 86, 0.94) !important;
  background: rgba(255, 250, 239, 0.56) !important;
}

@media (max-width: 980px) {
  .reenter-overview-layout {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
  }

  .reenter-path-overview {
    padding-left: 28px !important;
  }
}

@media (max-width: 760px) {
  .reenter-overview-copy .section-heading h1 {
    font-size: clamp(72px, 21vw, 108px) !important;
  }

  .reenter-path-grid {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .reenter-path-grid li {
    min-height: 0 !important;
    padding: 18px 18px 18px 24px !important;
  }
}

/* EOF v23 cleanup: definitive reenter detail rhythm and cue treatment. */
.reenter-page .scroll-cue,
.reenter-page > .sub-hero > .scroll-cue,
.reenter-page .method-detail > .scroll-cue,
.quote-hero-host .quote-scroll-cue,
.quote-scroll-cue {
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(184, 149, 79, 0.88) !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-align: center !important;
  text-shadow: 0 0 16px rgba(184, 149, 79, 0.2) !important;
}

.quote-hero-host .quote-scroll-cue {
  color: rgba(216, 189, 120, 0.84) !important;
}

.method-transition {
  min-height: 82vh !important;
  padding-left: max(var(--page-x), clamp(150px, 14vw, 230px)) !important;
  padding-right: var(--page-x) !important;
}

.method-transition .section-heading {
  max-width: 1120px !important;
}

.method-transition .section-heading h2 {
  font-size: clamp(82px, 9.6vw, 154px) !important;
  line-height: 0.94 !important;
}

.method-transition .section-heading p:not(.eyebrow) {
  max-width: 780px !important;
}

.six-path-overview {
  display: none !important;
}

.method-transition-next {
  max-width: min(860px, 72vw) !important;
  margin-top: clamp(42px, 6vh, 76px) !important;
  padding: clamp(30px, 3.6vw, 48px) clamp(34px, 4.4vw, 64px) !important;
  border: 1px solid rgba(184, 149, 79, 0.26) !important;
  border-left: 3px solid rgba(184, 149, 79, 0.72) !important;
  background:
    linear-gradient(90deg, rgba(255, 250, 239, 0.58), rgba(255, 250, 239, 0.14)),
    rgba(255, 250, 239, 0.32) !important;
}

.method-transition-next span {
  display: block;
  color: rgba(184, 149, 79, 0.9) !important;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.28em;
}

.method-transition-next b {
  display: block;
  margin-top: 18px;
  color: #181512 !important;
  font-family: var(--serif);
  font-size: clamp(32px, 3vw, 52px);
  font-weight: 500;
}

.method-transition-next em {
  display: block;
  margin-top: 12px;
  color: rgba(42, 36, 30, 0.66) !important;
  font-style: normal;
  line-height: 1.7;
}

.method-detail.section-screen {
  display: grid !important;
  grid-template-columns: minmax(0, 920px) !important;
  justify-content: center !important;
  align-content: center !important;
  gap: clamp(28px, 4vh, 48px) !important;
  min-height: 92vh !important;
  padding-left: max(var(--page-x), clamp(130px, 13vw, 210px)) !important;
  padding-right: var(--page-x) !important;
  background: #f6f0e6 !important;
}

.method-detail.section-screen:nth-of-type(odd) {
  background: #f5efe3 !important;
}

.method-detail .section-heading,
.method-detail-copy,
.method-detail .action-list {
  grid-column: 1 !important;
}

.method-detail .section-heading h2 {
  font-size: clamp(78px, 8.6vw, 140px) !important;
  line-height: 0.96 !important;
}

.method-detail-copy {
  max-width: 860px !important;
}

.method-detail .action-list {
  max-width: 840px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px 18px !important;
}

.method-side-note {
  display: none !important;
}

@media (max-width: 980px) {
  .method-transition,
  .method-detail.section-screen {
    padding-left: var(--page-x) !important;
  }
}

@media (max-width: 760px) {
  .method-transition .section-heading h2,
  .method-detail .section-heading h2 {
    font-size: clamp(58px, 16vw, 92px) !important;
  }

  .method-transition-next {
    max-width: 100% !important;
  }

  .method-detail .action-list {
    grid-template-columns: 1fr !important;
  }
}
/* EOF final insurance for current reenter polish. */
.cg-quote-hero__hint {
  display: none !important;
}

.quote-hero-host .quote-scroll-cue,
.quote-scroll-cue {
  color: rgba(216, 189, 120, 0.9) !important;
}

.method-transition {
  background:
    radial-gradient(circle at 82% 20%, rgba(184, 149, 79, 0.065), transparent 34%),
    linear-gradient(180deg, #f2eee3 0%, #f5efe3 100%) !important;
}

.method-transition-next {
  display: none !important;
}

.learning-path {
  background:
    radial-gradient(circle at 12% 8%, rgba(184, 149, 79, 0.045), transparent 30%),
    linear-gradient(180deg, #f5efe3 0%, #f3ecdf 100%) !important;
}

.learning-path::after {
  opacity: 0.2 !important;
}

/* Runtime editor layout guarantees. */
.portrait-area {
  width: min(100%, 460px) !important;
  max-width: 460px !important;
}

.portrait-placeholder {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 9 / 16 !important;
}

.portrait-photo {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.final-contact .qr-wrap {
  width: min(100%, 410px);
  justify-self: end;
}

.final-contact .qr-card {
  width: 100% !important;
  box-sizing: border-box;
}

.final-contact .qr-card i {
  width: 77% !important;
}

.final-contact .qr-card .qr-image {
  padding: 3% !important;
}

.final-contact .contact-wechat-line {
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  margin-top: 0;
}

.admin-hidden-legacy-panel {
  display: none !important;
}

#undo-last:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

@media (max-width: 760px) {
  .portrait-area {
    width: min(100%, 390px) !important;
    justify-self: center !important;
  }

  .final-contact .qr-wrap {
    width: min(100%, 390px);
    justify-self: center;
  }
}

/* Final visual-editor alignment: large portrait, in-place works, matched QR frame. */
@media (min-width: 981px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 620px) !important;
    gap: clamp(42px, 5vw, 92px) !important;
  }

  .portrait-area {
    width: 100% !important;
    max-width: 620px !important;
  }

  .portrait-placeholder {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 5 !important;
  }
}

@media (min-width: 981px) and (max-width: 1280px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 44vw) !important;
    gap: clamp(30px, 4vw, 54px) !important;
  }

  .portrait-area {
    max-width: 480px !important;
  }
}

.works-showcase {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 22px !important;
  max-width: 1120px !important;
}

.works-showcase .work-cover {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
}

.works-showcase .work-cover h3 {
  display: none !important;
}

.works-showcase .platform-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: 100% !important;
}

.final-contact .qr-wrap {
  width: min(100%, 408px) !important;
  gap: 0 !important;
}

.final-contact .qr-card {
  width: 100% !important;
  aspect-ratio: 1 !important;
  padding: 46px !important;
  border: 1px solid rgba(180, 147, 79, 0.34) !important;
  background-color: rgba(249, 245, 234, 0.34) !important;
}

.final-contact .qr-card i {
  width: 100% !important;
  height: 100% !important;
  border: 1px solid rgba(23, 19, 15, 0.12) !important;
}

.final-contact .qr-card .qr-image {
  width: 100% !important;
  height: 100% !important;
  padding: 3% !important;
  object-fit: contain !important;
}

.final-contact [data-qr-prompt] {
  display: none !important;
}

.final-contact .contact-wechat-line {
  width: 100% !important;
  min-height: 72px;
  padding: 12px 12px 12px 20px !important;
  border: 1px solid rgba(180, 147, 79, 0.34) !important;
  border-top: 0 !important;
  background-color: rgba(249, 245, 234, 0.42) !important;
}

.admin-work-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-work-actions button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(180, 147, 79, 0.24);
  background: transparent;
  color: #756342;
}

.visual-page-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 16px 0;
}

.visual-page-map button {
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid rgba(180, 147, 79, 0.22);
  background: rgba(249, 245, 234, 0.42);
  color: #655943;
  text-align: left;
  cursor: pointer;
}

.visual-page-map button.is-active {
  border-color: rgba(180, 147, 79, 0.7);
  background: rgba(180, 147, 79, 0.1);
  color: #17130f;
}

@media (max-width: 760px) {
  .portrait-placeholder {
    aspect-ratio: 4 / 5 !important;
  }

  .works-showcase .platform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .final-contact .qr-card {
    padding: 34px !important;
  }
}

/* v23 launch editor: stable media frames and direct subpage entry points. */
@media (min-width: 981px) {
  .portrait-placeholder {
    aspect-ratio: 3 / 4 !important;
  }
}

@media (max-width: 980px) {
  .portrait-placeholder {
    aspect-ratio: 3 / 4 !important;
  }
}

.works-showcase .work-cover {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  padding: 0 !important;
  background-color: #17130f;
}

.works-showcase .main-work-video {
  position: relative !important;
  inset: auto !important;
  z-index: 2 !important;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 16 / 9;
  object-fit: contain !important;
  background: #0f0c09;
}

.works-showcase .work-cover.has-work-video .play-dot,
.works-showcase .work-cover.has-work-video::before,
.works-showcase .work-cover.has-work-video::after {
  display: none !important;
}

.works-showcase .platform-grid {
  gap: 0 !important;
  border-top: 1px solid rgba(180, 147, 79, 0.22);
  border-left: 1px solid rgba(180, 147, 79, 0.22);
}

.works-showcase .platform-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: center;
  min-height: 78px;
  padding: 0 12px 0 22px;
  border-right: 1px solid rgba(180, 147, 79, 0.22);
  border-bottom: 1px solid rgba(180, 147, 79, 0.22);
  background-color: rgba(249, 245, 234, 0.36);
  color: var(--ink);
  transition: background-color 180ms ease, border-color 180ms ease;
}

.works-showcase .platform-card > span {
  display: block !important;
  width: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
}

.works-showcase .platform-enter {
  display: grid !important;
  width: 34px !important;
  height: 34px !important;
  min-height: 0 !important;
  padding: 0 !important;
  place-items: center;
  justify-self: end;
  border: 1px solid rgba(180, 147, 79, 0.28) !important;
  background: transparent !important;
  color: var(--gold) !important;
  text-decoration: none;
}

.works-showcase .platform-enter::after {
  content: none !important;
}

.works-showcase .platform-card:hover {
  border-color: rgba(180, 147, 79, 0.42);
  background-color: rgba(180, 147, 79, 0.08);
}

.works-showcase .platform-enter:hover,
.works-showcase .platform-enter:focus-visible {
  border-color: rgba(180, 147, 79, 0.72) !important;
  background-color: rgba(180, 147, 79, 0.1) !important;
}

.sequence .sequence-light {
  display: none !important;
}

.sequence .cooperation-grid .cooperation-enter {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  color: #d8bd78;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-decoration: none;
}

.sequence .cooperation-grid .cooperation-enter > span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  margin: 0;
  place-items: center;
  border: 1px solid rgba(216, 189, 120, 0.34);
  color: #d8bd78;
  letter-spacing: 0;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.sequence .cooperation-grid .cooperation-enter:hover > span,
.sequence .cooperation-grid .cooperation-enter:focus-visible > span {
  border-color: rgba(216, 189, 120, 0.72);
  background-color: rgba(216, 189, 120, 0.08);
}

.method .method-more {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: auto;
}

.method .method-more::after {
  content: none !important;
}

.method .method-more > span {
  color: inherit;
}

.method .method-enter {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(216, 189, 120, 0.34);
  color: #d8bd78;
  text-decoration: none;
}

.method .method-enter:hover,
.method .method-enter:focus-visible {
  border-color: rgba(216, 189, 120, 0.72);
  background-color: rgba(216, 189, 120, 0.08);
}

.final-contact .qr-wrap {
  gap: 14px !important;
}

.final-contact .qr-card i {
  border: 1px solid rgba(180, 147, 79, 0.48) !important;
  box-shadow: inset 0 0 0 8px rgba(249, 245, 234, 0.2);
}

.final-contact .contact-wechat-line {
  border-top: 1px solid rgba(180, 147, 79, 0.34) !important;
}

@media (max-width: 760px) {
  .works-showcase .platform-card {
    grid-template-columns: minmax(0, 1fr) 36px;
    min-height: 70px;
    padding-left: 16px;
  }

  .works-showcase .platform-enter {
    width: 30px !important;
    height: 30px !important;
  }
}

/* v23 editor refinement: portrait, method pages and ecosystem media board. */
.portrait-placeholder {
  aspect-ratio: 2 / 3 !important;
  border: 1px solid rgba(180, 147, 79, 0.48) !important;
  box-shadow: inset 0 0 0 10px rgba(249, 245, 234, 0.14);
}

@media (min-width: 981px) {
  .portrait-placeholder {
    aspect-ratio: 2 / 3 !important;
  }
}

@media (max-width: 980px) {
  .portrait-placeholder {
    aspect-ratio: 2 / 3 !important;
  }
}

.method-transition::before,
.learning-path .learning-ring {
  display: none !important;
}

.scroll-cue.scroll-arrow,
.quote-hero-host .scroll-cue.scroll-arrow,
.reenter-page .sub-hero > .scroll-cue.scroll-arrow {
  display: grid !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  place-items: center;
  border: 0 !important;
  background: transparent !important;
  color: rgba(180, 147, 79, 0.86) !important;
  font-family: var(--mono);
  font-size: 24px !important;
  letter-spacing: 0 !important;
  text-indent: 0 !important;
  box-shadow: none !important;
}

.scroll-cue.scroll-arrow::before,
.scroll-cue.scroll-arrow::after {
  content: none !important;
}

.ecosystem-detail .sub-hero {
  grid-template-columns: 1fr !important;
}

.ecosystem-detail .sub-hero .section-heading {
  max-width: 980px;
}

.ecosystem-detail .section-rail span {
  display: block;
  width: 1.2em;
  writing-mode: vertical-rl !important;
  text-orientation: upright !important;
  line-height: 1.1;
  letter-spacing: 0.12em;
}

.ecosystem-detail .section-rail b {
  position: relative;
  left: 14px;
}

.ecosystem-module .eco-media-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)) !important;
  grid-auto-flow: dense;
  gap: 14px !important;
  padding: clamp(20px, 3vw, 34px) !important;
  border: 0 !important;
  background: rgba(249, 245, 234, 0.26);
}

.ecosystem-module .eco-media-slot {
  display: grid !important;
  grid-template-rows: auto auto;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(184, 149, 79, 0.2) !important;
  background: rgba(255, 250, 239, 0.54) !important;
}

.ecosystem-module .eco-media-slot::before,
.ecosystem-module .eco-media-slot::after {
  content: none !important;
}

.ecosystem-module .cms-media-frame {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: rgba(228, 220, 205, 0.48);
}

.ecosystem-module .cms-media-frame img,
.ecosystem-module .cms-media-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ecosystem-module .cms-media-copy {
  align-content: start;
  min-height: 116px;
  padding: 18px 20px 22px;
}

.preview-topbar button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(180, 147, 79, 0.32);
  background: rgba(180, 147, 79, 0.08);
  color: #d8bd78;
  cursor: pointer;
}

@media (max-width: 760px) {
  .ecosystem-detail .section-rail b {
    left: 7px;
  }

  .ecosystem-module .eco-media-grid {
    grid-template-columns: 1fr !important;
  }
}

/* EOF launch fit insurance. */
@media (min-width: 981px) {
  body .section-screen {
    padding-top: clamp(82px, 6.5vw, 108px) !important;
    padding-bottom: clamp(58px, 5vw, 82px) !important;
  }

  body .hero {
    min-height: 100svh !important;
    height: 100svh !important;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 460px) !important;
    gap: clamp(32px, 4vw, 70px) !important;
  }

  body .hero h1 {
    font-size: clamp(104px, 10.5vw, 168px) !important;
    line-height: 0.84 !important;
  }

  body .hero-slogan {
    font-size: clamp(34px, 3.7vw, 58px) !important;
  }

  body .hero-sub {
    font-size: clamp(17px, 1.4vw, 22px) !important;
  }

  body .portrait-area {
    width: min(32vw, 460px, calc((100svh - 190px) * 2 / 3)) !important;
    max-width: 460px !important;
    max-height: calc(100svh - 190px) !important;
  }

  body .section-heading h2 {
    font-size: clamp(42px, 4.8vw, 76px) !important;
  }

  body .profile-statement h2 {
    font-size: clamp(42px, 4.9vw, 78px) !important;
  }
}

@media (min-width: 981px) and (max-height: 820px) {
  body .section-screen {
    padding-top: 72px !important;
    padding-bottom: 48px !important;
  }

  body .hero h1 {
    font-size: clamp(96px, 14vh, 138px) !important;
  }

  body .hero-slogan {
    font-size: clamp(32px, 5.8vh, 48px) !important;
  }

  body .portrait-area {
    width: min(30vw, 400px, calc((100svh - 150px) * 2 / 3)) !important;
    max-height: calc(100svh - 150px) !important;
  }
}

body .works-showcase .work-cover {
  background-color: #100c08 !important;
}

body .works-showcase .work-cover.has-work-media:not(.has-work-video)::before {
  background: rgba(15, 11, 8, 0.04) !important;
}

/* Public management entry and responsive report media. */
.site-header .nav-admin {
  min-height: 34px;
  position: fixed;
  top: 18px;
  right: 24px;
  z-index: 120;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(180, 147, 79, 0.56);
  background: #17130f;
  padding: 0 14px;
  color: #f6f1e8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  white-space: nowrap;
  visibility: visible !important;
  opacity: 1 !important;
}

.site-header .nav-contact {
  margin-right: 104px;
}

.site-header .nav-admin:hover,
.site-header .nav-admin:focus-visible {
  border-color: rgba(180, 147, 79, 0.62);
  background: #4d6156;
  color: #f6f1e8;
}

.media-report-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px;
  border: 0 !important;
}

.media-report-grid .media-report-card {
  min-height: 0;
  padding: 0 0 22px;
  overflow: hidden;
  border: 1px solid rgba(180, 147, 79, 0.2);
  background: rgba(255, 250, 239, 0.54);
}

.media-report-card .cms-media-frame {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 10px;
  background: rgba(228, 220, 205, 0.34);
}

.media-report-visual-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.media-report-visual-link .cms-media-frame {
  margin-bottom: 10px;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.media-report-visual-link:hover .cms-media-frame,
.media-report-visual-link:focus-visible .cms-media-frame {
  border-color: rgba(180, 147, 79, 0.5);
  background-color: rgba(228, 220, 205, 0.5);
}

.media-report-card .cms-media-frame[data-media-ratio="landscape"] {
  aspect-ratio: 16 / 9;
}

.media-report-card .cms-media-frame[data-media-ratio="portrait"] {
  aspect-ratio: 3 / 4;
}

.media-report-card .cms-media-frame[data-media-ratio="standard"] {
  aspect-ratio: 4 / 3;
}

.media-report-card > span,
.media-report-card > b,
.media-report-card > a {
  margin-inline: 20px;
}

.media-report-card .cms-media-frame img,
.media-report-card .cms-media-frame video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cms-document-link {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 150px;
  place-items: center;
  border: 1px solid rgba(180, 147, 79, 0.22);
  background: rgba(255, 250, 239, 0.5);
  color: #8b7441;
  font-family: var(--serif);
  font-size: 18px;
  text-decoration: none;
}

.cms-document-link:hover,
.cms-document-link:focus-visible {
  border-color: rgba(180, 147, 79, 0.58);
  color: var(--ink);
}

@media (max-width: 760px) {
  .site-header .nav-admin {
    top: 17px;
    right: 16px;
    font-size: 10px;
  }

  .site-header .nav-contact {
    margin-right: 86px;
  }
}

@media (min-width: 761px) {
  .site-header {
    grid-template-columns: minmax(180px, 1fr) auto auto auto;
  }
}

@media (max-width: 980px) {
  .media-report-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  .media-report-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Launch safeguards: three-column media ceiling and shadow-free profile abilities. */
.media-report-grid,
.certificate-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.profile-abilities article,
.profile-abilities article:hover,
.profile-abilities article:focus-within,
.profile-abilities article::before {
  box-shadow: none !important;
}

@media (max-width: 980px) {
  .media-report-grid,
  .certificate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  .media-report-grid,
  .certificate-grid {
    grid-template-columns: 1fr !important;
  }
}

/* v29 focused refinement: editable credibility, paired gold lines and clearer section frames. */
.credibility-stats > span {
  position: relative;
}

.credibility-stats > span em {
  color: inherit;
  font-style: normal;
}

.credibility-groups .media-proof-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  align-items: center;
  gap: 14px;
  min-height: 70px;
  padding: 0 10px 0 18px;
  border: 1px solid rgba(214, 174, 95, 0.26);
  border-left: 1px solid rgba(214, 174, 95, 0.26);
  background-color: rgba(26, 22, 17, 0.72);
}

.credibility-groups .media-proof-link .media-proof-copy {
  display: block;
  min-width: 0;
  color: #d8bd78;
  line-height: 1.55;
}

.credibility-groups .media-proof-enter {
  position: relative;
  display: grid;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0 !important;
  place-items: center;
  justify-self: end;
  border: 1px solid rgba(216, 189, 120, 0.36) !important;
  border-left: 1px solid rgba(216, 189, 120, 0.36) !important;
  background: transparent !important;
  color: #d8bd78 !important;
  text-decoration: none;
  transform: none;
  box-shadow: none;
}

.credibility-groups .media-proof-enter:hover,
.credibility-groups .media-proof-enter:focus-visible {
  border-color: rgba(216, 189, 120, 0.78);
  background-color: rgba(216, 189, 120, 0.08);
  box-shadow: none;
  transform: none;
}

html.cg-double-line .portrait-placeholder {
  border: 1px solid rgba(180, 147, 79, 0.58) !important;
  outline: 1px solid rgba(216, 189, 120, 0.58) !important;
  outline-offset: -4px !important;
}

html.cg-double-line .portrait-placeholder > em {
  border: 1px solid rgba(216, 189, 120, 0.64) !important;
  outline: 1px solid rgba(216, 189, 120, 0.52) !important;
  outline-offset: -4px !important;
  padding: 10px 13px !important;
}

html.cg-double-line .qr-card {
  border: 1px solid rgba(180, 147, 79, 0.58) !important;
  outline: 1px solid rgba(216, 189, 120, 0.5) !important;
  outline-offset: -4px !important;
}

html.cg-double-line .contact-wechat-line {
  border: 1px solid rgba(180, 147, 79, 0.58) !important;
  outline: 1px solid rgba(216, 189, 120, 0.46) !important;
  outline-offset: -4px !important;
}

.tools-entry .tool-columns {
  gap: 0 !important;
  padding: 6px !important;
  border: 1px solid rgba(180, 147, 79, 0.56) !important;
  background-color: transparent !important;
}

.tools-entry .tool-entry {
  border: 0 !important;
}

.tools-entry .tool-entry + .tool-entry {
  border-left: 1px solid rgba(180, 147, 79, 0.34) !important;
}

.sequence .cooperation-grid {
  border: 1px solid rgba(216, 189, 120, 0.58) !important;
}

.sequence .cooperation-grid article {
  border-right: 1px solid rgba(216, 189, 120, 0.42) !important;
  border-left: 0 !important;
}

.sequence .cooperation-grid article:last-child {
  border-right: 0 !important;
}

.quote-section .quote-note {
  display: inline-flex;
  width: max-content;
  max-width: min(88vw, 760px);
  min-height: 44px;
  align-items: center;
  padding: 9px 18px;
  border: 1px solid rgba(216, 189, 120, 0.48);
  color: rgba(249, 245, 234, 0.78);
}

html.cg-double-line .quote-section .quote-note {
  outline: 1px solid rgba(216, 189, 120, 0.48);
  outline-offset: -4px;
}

html.cg-double-line .works-showcase .work-cover {
  box-sizing: border-box;
  border: 1px solid rgba(216, 189, 120, 0.62) !important;
  outline: 1px solid rgba(216, 189, 120, 0.52) !important;
  outline-offset: -4px !important;
}

html.cg-double-line .method .method-steps li {
  border: 1px solid rgba(216, 189, 120, 0.44) !important;
  outline: 1px solid rgba(216, 189, 120, 0.4) !important;
  outline-offset: -4px !important;
}

@media (min-width: 1280px) {
  .hero .portrait-area {
    width: min(38vw, 520px) !important;
    max-width: 520px !important;
    right: clamp(72px, 6.5vw, 100px);
  }
}

@media (min-width: 981px) and (max-width: 1279px) {
  .hero .portrait-area {
    width: min(37vw, 480px) !important;
    max-width: 480px !important;
    right: clamp(34px, 4vw, 56px);
  }
}

.community-qr .qr-wrap {
  width: min(100%, 408px);
  gap: 14px;
  justify-self: end;
}

.community-qr {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 408px);
}

.community-qr .qr-card,
.community-qr .contact-wechat-line {
  width: 100% !important;
  box-sizing: border-box;
}

.community-qr .contact-wechat-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.community-qr .contact-wechat-line > span {
  min-width: 0;
  white-space: nowrap;
  letter-spacing: 0.04em;
}

.community-qr .contact-wechat-line .wechat-id {
  letter-spacing: 0.08em;
}

.community-qr .qr-card {
  padding: 46px !important;
}

.community-qr .qr-card i,
.community-qr .qr-card .qr-image {
  width: 100% !important;
  height: 100% !important;
}

.community-qr [data-qr-prompt] {
  display: none !important;
}

.ecosystem-module:nth-of-type(1) summary,
.ecosystem-module:nth-of-type(2) summary,
.ecosystem-module:nth-of-type(3) summary,
.ecosystem-module:nth-of-type(4) summary {
  border-left: 0 !important;
}

@media (max-width: 760px) {
  .credibility-groups .media-proof-link {
    grid-template-columns: minmax(0, 1fr) 34px;
  }

  .tools-entry .tool-columns {
    padding: 5px !important;
  }

  .tools-entry .tool-entry + .tool-entry {
    border-top: 1px solid rgba(180, 147, 79, 0.34) !important;
    border-left: 0 !important;
  }

  .sequence .cooperation-grid article,
  .sequence .cooperation-grid article:first-child {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .sequence .cooperation-grid article:not(:last-child) {
    border-bottom: 1px solid rgba(216, 189, 120, 0.38) !important;
  }

  .hero .portrait-area {
    width: min(100%, 460px) !important;
    max-width: 460px !important;
    right: 0;
  }

  .community-qr .qr-wrap {
    width: min(100%, 390px);
    justify-self: center;
  }

  .community-qr {
    grid-template-columns: 1fr;
  }

  .community-qr .qr-card {
    padding: 34px !important;
  }
}

/* v30: real outer frames. The 2px gap lives outside the media surface. */
.portrait-frame,
.work-cover-frame {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: visible;
}

.portrait-frame {
  aspect-ratio: 2 / 3;
}

.portrait-frame .portrait-placeholder {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  aspect-ratio: auto !important;
  box-sizing: border-box;
}

.work-cover-frame .work-cover {
  width: 100%;
  box-sizing: border-box;
}

html.cg-double-line .portrait-frame,
html.cg-double-line .work-cover-frame {
  padding: 2px;
  border: 1px solid rgba(216, 189, 120, 0.68);
}

html.cg-double-line .portrait-frame .portrait-placeholder,
html.cg-double-line .work-cover-frame .work-cover {
  border: 1px solid rgba(180, 147, 79, 0.62) !important;
  outline: 0 !important;
}

html.cg-single-line .portrait-frame,
html.cg-single-line .work-cover-frame {
  padding: 0;
  border: 0;
}

html.cg-single-line .portrait-frame .portrait-placeholder,
html.cg-single-line .work-cover-frame .work-cover {
  border: 1px solid rgba(180, 147, 79, 0.58) !important;
  outline: 0 !important;
}

.cooperation-frame {
  width: 100%;
  min-width: 0;
  padding: 2px;
  border: 1px solid rgba(216, 189, 120, 0.68);
  box-sizing: border-box;
}

.sequence .cooperation-frame .cooperation-grid {
  width: 100%;
  border: 0 !important;
}

@media (max-width: 760px) {
  .portrait-frame {
    width: min(100%, 460px);
    margin-inline: auto;
  }

  .cooperation-frame {
    padding: 2px;
  }
}

/* v30: true outer framing and a single shared cooperation boundary */
.portrait-frame,
.work-cover-frame {
  width: 100%;
  box-sizing: border-box;
}

html.cg-double-line .portrait-frame,
html.cg-double-line .work-cover-frame {
  padding: 2px;
  border: 1px solid rgba(216, 189, 120, 0.62);
}

html.cg-single-line .portrait-frame,
html.cg-single-line .work-cover-frame {
  padding: 0;
  border: 0;
}

html.cg-double-line .portrait-frame > .portrait-placeholder,
html.cg-double-line .work-cover-frame > .work-cover,
html.cg-single-line .portrait-frame > .portrait-placeholder,
html.cg-single-line .work-cover-frame > .work-cover {
  border: 1px solid rgba(180, 147, 79, 0.58) !important;
  outline: 0 !important;
}

.cooperation-frame {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(216, 189, 120, 0.68);
}

.sequence .cooperation-frame > .cooperation-grid {
  width: 100%;
  border: 0 !important;
}

@media (max-width: 760px) {
  html.cg-double-line .portrait-frame,
  html.cg-double-line .work-cover-frame {
    padding: 2px;
  }
}

/* v31: one shared frame around all four cooperation directions */
.sequence .cooperation-frame {
  width: 100%;
  padding: 0 !important;
  border: 1px solid rgba(216, 189, 120, 0.88) !important;
  box-sizing: border-box;
  background: rgba(216, 189, 120, 0.012);
}

.sequence .cooperation-frame > .cooperation-grid {
  width: 100%;
  margin: 0;
  border: 0 !important;
}

.sequence .cooperation-frame > .cooperation-grid > article {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

@media (max-width: 760px) {
  .sequence .cooperation-frame > .cooperation-grid > article:not(:last-child) {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(216, 189, 120, 0.38) !important;
  }
}

/* v31 city case visual editor */
.city-case-inspector {
  margin-top: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(180, 147, 79, 0.28);
}

.city-case-inspector[hidden] {
  display: none !important;
}

.city-case-inspector-heading {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
}

.city-case-inspector-heading b {
  color: #17130f;
  font: 500 20px/1.4 "Noto Serif SC", "Songti SC", SimSun, serif;
}

.city-case-inspector-heading p {
  margin: 6px 0 0;
  color: rgba(42, 36, 30, 0.62);
  font-size: 12px;
}

.city-case-inspector-heading button {
  display: grid;
  width: 32px;
  height: 32px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(180, 147, 79, 0.36);
  background: transparent;
  color: #8b7441;
  cursor: pointer;
}

.city-case-fields .city-wide-field {
  grid-column: 1 / -1;
}

.city-case-actions {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.city-case-actions button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(180, 147, 79, 0.36);
  background: #f9f5ea;
  color: #5f5136;
  cursor: pointer;
}

.city-case-actions button:hover:not(:disabled) {
  border-color: #b4934f;
  color: #17130f;
}

.city-case-actions button:disabled {
  opacity: 0.36;
  cursor: not-allowed;
}

/* v31: one shared double-line frame around the four cooperation columns */
.sequence .cooperation-frame {
  border: 1px solid rgba(216, 189, 120, 0.86) !important;
  outline: 1px solid rgba(180, 147, 79, 0.52) !important;
  outline-offset: 2px !important;
}

/* v31: two coordinated entries inside the Chongguang method system */
.method-system-heading {
  max-width: 780px;
  margin-bottom: clamp(36px, 5vh, 64px);
}

.method-system-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(320px, 0.66fr);
  gap: 18px;
  width: 100%;
}

.method-system-panel {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 610px;
  padding: clamp(28px, 3.2vw, 48px);
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(180, 147, 79, 0.28);
  background: #201915;
}

.city-method-panel {
  background: #19201c;
}

.method-panel-heading {
  position: relative;
  z-index: 2;
}

.method-panel-heading > span {
  display: block;
  margin-bottom: 18px;
  color: #b4934f;
  font: 700 10px/1.4 "Noto Sans SC", "Microsoft YaHei", sans-serif;
  letter-spacing: 0.18em;
}

.method-panel-heading h3 {
  margin: 0 0 14px;
  color: #f6f1e8;
  font: 300 clamp(34px, 4vw, 64px)/1.2 "Noto Serif SC", "Songti SC", SimSun, serif;
}

.method-panel-heading p {
  max-width: 600px;
  margin: 0;
  color: rgba(246, 241, 232, 0.66);
  line-height: 1.8;
}

.method-system-panel .method-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: clamp(30px, 4vh, 48px) 0 24px;
}

.method-system-panel .method-steps li {
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(216, 189, 120, 0.2) !important;
  outline: 0 !important;
  background: rgba(246, 241, 232, 0.025);
}

.method-system-panel .method-steps li > span {
  color: #b4934f;
  font-size: 10px;
}

.method-system-panel .method-steps h4 {
  margin: 15px 0 8px;
  color: #f6f1e8;
  font: 400 20px/1.3 "Noto Serif SC", "Songti SC", SimSun, serif;
}

.method-system-panel .method-steps p {
  margin: 0;
  color: rgba(246, 241, 232, 0.54);
  font-size: 11px;
  line-height: 1.6;
}

.method-system-panel .method-more {
  width: 100%;
  margin-top: auto;
}

.method-city-orbit {
  position: absolute;
  right: -38%;
  top: 16%;
  width: 96%;
  aspect-ratio: 1;
  border: 1px solid rgba(216, 189, 120, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.method-city-orbit::before,
.method-city-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(138, 167, 199, 0.08);
  border-radius: 50%;
}

.method-city-orbit::before {
  inset: 18% -16% 8% 20%;
}

.method-city-orbit::after {
  inset: 40% 22% -12% -18%;
  border-color: rgba(216, 189, 120, 0.08);
}

.city-method-signals {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0;
  margin: auto 0 30px;
  border-top: 1px solid rgba(216, 189, 120, 0.18);
}

.city-method-signals span {
  padding: 15px 0;
  border-bottom: 1px solid rgba(216, 189, 120, 0.18);
  color: rgba(246, 241, 232, 0.72);
  font: 400 15px/1.4 "Noto Serif SC", "Songti SC", SimSun, serif;
}

@media (max-width: 1080px) {
  .method-system-grid {
    grid-template-columns: 1fr;
  }

  .method-system-panel {
    min-height: 560px;
  }
}

@media (max-width: 760px) {
  .method-system-panel {
    min-height: auto;
    padding: 26px 20px;
  }

  .method-system-panel .method-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .method-system-panel .method-steps li {
    min-height: 126px;
  }

  .city-method-signals {
    margin-top: 70px;
  }
}

/* v32: editable method panels, calmer single-line steps, and asymmetric tool layout */
.method-system-grid {
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr);
}

html.cg-double-line .method .method-system-panel .method-steps li,
html.cg-single-line .method .method-system-panel .method-steps li {
  border: 1px solid rgba(216, 189, 120, 0.26) !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.works .works-heading {
  width: min(820px, 80vw);
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.tools-entry .tool-columns {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr) !important;
}

@media (max-width: 1080px) {
  .method-system-grid,
  .tools-entry .tool-columns {
    grid-template-columns: 1fr !important;
  }
}

/* v33: method-system split and shared media-stage geometry */
.method-system-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 0;
}

.method-system-grid .reentry-method-panel {
  border-right: 0;
}

.method-system-grid .city-method-panel {
  border-left-color: rgba(216, 189, 120, 0.38);
}

.works-showcase,
.ai-app-home {
  width: min(100%, 1280px) !important;
  max-width: 1280px !important;
  margin-inline: auto !important;
}

.works-showcase .work-cover-frame,
.works-showcase .platform-grid {
  width: 100% !important;
}

@media (max-width: 1080px) {
  .method-system-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .method-system-grid .reentry-method-panel,
  .method-system-grid .city-method-panel {
    border: 1px solid rgba(180, 147, 79, 0.28);
  }
}
/* v34: shared home showcases and frame-toggle alignment */
.works-home {
  display: block;
  width: min(100%, 1280px);
  max-width: 1280px;
  margin-inline: auto;
}

.works-home .home-work-card-main {
  display: block;
  min-height: 0;
}

.works-home .home-work-card-main .home-work-visual {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.works-home-minis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.home-work-card {
  min-width: 0;
}

.home-work-card .home-work-visual {
  aspect-ratio: 16 / 10;
  min-height: 0;
}

.home-work-visual video,
.home-work-visual img,
.home-work-visual iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.home-work-copy > b {
  display: block;
  margin: 14px 0 10px;
  color: #17130f;
  font: 400 clamp(24px, 2.6vw, 42px)/1.3 "Noto Serif SC", "Songti SC", SimSun, serif;
}

.works-home-minis .home-work-copy > b {
  font-size: clamp(20px, 1.8vw, 30px);
}

.works-field-enter {
  margin-top: 26px;
}

html.cg-double-line .tools-entry .tool-columns {
  padding: 4px !important;
  border: 1px solid rgba(180, 147, 79, 0.58) !important;
  outline: 1px solid rgba(216, 189, 120, 0.46) !important;
  outline-offset: -4px !important;
}

html.cg-single-line .tools-entry .tool-columns {
  padding: 0 !important;
  border: 1px solid rgba(180, 147, 79, 0.34) !important;
  outline: 0 !important;
}

html.cg-double-line .sequence .cooperation-frame {
  padding: 4px !important;
  border: 1px solid rgba(216, 189, 120, 0.68) !important;
  outline: 1px solid rgba(180, 147, 79, 0.48) !important;
  outline-offset: -4px !important;
}

html.cg-single-line .sequence .cooperation-frame {
  padding: 0 !important;
  border: 1px solid rgba(216, 189, 120, 0.42) !important;
  outline: 0 !important;
}

@media (max-width: 980px) {
  .works-home-minis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .works-home-minis {
    grid-template-columns: 1fr;
  }
}

/* v34 launch polish: positioning, balanced splits, compact libraries */
.profile {
  background: #f4eee2;
}
.profile-statement {
  width: min(66%, 980px);
  padding-top: clamp(26px, 3vw, 42px);
  padding-bottom: clamp(22px, 3vw, 38px);
  background: transparent !important;
}
.profile-statement::before,
.profile-statement::after {
  opacity: .58;
}
.profile-statement h2 {
  max-width: 900px;
  font-size: clamp(58px, 7.2vw, 116px);
}
.profile-statement p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(42, 36, 30, .72);
}
.profile-scene-rings {
  position: absolute;
  z-index: 1;
  top: 19%;
  right: 7vw;
  width: min(34vw, 520px);
  aspect-ratio: 1;
  pointer-events: none;
  opacity: .13;
}
.profile-scene-rings i {
  position: absolute;
  inset: 8%;
  border: 1px solid #b4934f;
  border-radius: 50%;
}
.profile-scene-rings i:nth-child(2) { inset: 21% 2% 4% 18%; border-color: #4d6156; }
.profile-scene-rings i:nth-child(3) { inset: 3% 24% 24% 3%; border-color: #17130f; }
.profile-scene-rings span {
  position: absolute;
  right: 2%;
  bottom: 7%;
  color: #b4934f;
  font-size: 10px;
  letter-spacing: .22em;
}
.profile-abilities {
  width: min(100%, 1280px);
  margin: clamp(34px, 5vh, 64px) auto 0;
  border: 1px solid rgba(184, 149, 79, .24);
  background: rgba(255, 250, 239, .34);
}
.profile-abilities article {
  min-height: 178px;
  background: rgba(236, 230, 218, .54) !important;
  box-shadow: none !important;
  transition: border-color .22s ease, background-color .22s ease, transform .22s ease;
}
.profile-abilities article::before { display: none !important; }
.profile-abilities article:nth-child(1) { border-color: rgba(200, 169, 107, .54); }
.profile-abilities article:nth-child(2) { border-color: rgba(145, 146, 143, .42); }
.profile-abilities article:nth-child(3) { border-color: rgba(180, 147, 79, .28); }
.profile-abilities article:hover {
  transform: translateY(-2px);
  background: rgba(230, 223, 209, .68) !important;
}

.method-system-grid,
.tools-entry .tool-columns {
  grid-template-columns: minmax(0, 58fr) minmax(340px, 42fr) !important;
}
.method-system-grid .reentry-method-panel {
  background: #281a14 !important;
}
.method-system-grid .city-method-panel {
  background: #17211c !important;
}
.method-system-panel .method-more .method-enter,
.method-system-panel .method-more > span,
.tool-entry .btn {
  background-color: #4d6156;
}
.tools-entry .tool-entry:first-child { background-color: rgba(255, 250, 239, .68); }
.tools-entry .tool-entry:last-child { background-color: rgba(24, 34, 29, .96); }

.proof-group .proof-summary {
  min-height: 112px;
  display: flex;
  align-items: flex-start;
}
.proof-group .proof-summary span {
  color: rgba(246, 241, 232, .72);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.85;
}

.visual-hero {
  min-height: 54vh !important;
  padding-top: clamp(106px, 11vh, 132px) !important;
  padding-bottom: clamp(56px, 7vh, 82px) !important;
}
.visual-hero .section-heading h1 {
  margin: 16px 0 14px;
  font-size: clamp(54px, 7vw, 104px);
}
.managed-works {
  min-height: auto !important;
  padding-top: clamp(64px, 7vh, 90px) !important;
}
.works-library-heading {
  margin-bottom: clamp(46px, 6vh, 72px);
}
.managed-work-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 0 !important;
}
.managed-work-cover {
  aspect-ratio: 16 / 10;
  min-height: 0 !important;
}
.managed-work-copy {
  display: grid;
  gap: 10px;
  padding: 22px 4px 6px;
}
.managed-work-copy > b {
  color: #f6f1e8;
  font: 400 clamp(22px, 2vw, 30px)/1.3 var(--serif);
}
.managed-work-meta {
  color: #d8bd78;
  font-size: 12px;
  letter-spacing: .04em;
}
.managed-work-copy > p {
  margin: 0;
  color: rgba(246, 241, 232, .58);
  line-height: 1.7;
}
.works-field-enter,
.ai-app-field-enter {
  width: max-content;
  margin-left: auto !important;
  min-height: 38px !important;
  padding: 0 15px !important;
  font-size: 12px;
}

@media (max-width: 1080px) {
  .profile-statement { width: 100%; }
  .profile-scene-rings { opacity: .08; width: 48vw; right: -8vw; }
  .method-system-grid,
  .tools-entry .tool-columns { grid-template-columns: 1fr !important; }
}
@media (max-width: 760px) {
  .visual-hero { min-height: auto !important; }
  .profile-scene-rings { top: 26%; width: 72vw; }
  .profile-abilities { margin-top: 28px; }
  .managed-work-copy { padding-top: 16px; }
}

/* v35 launch refinement */
.profile {
  background: #f7f1e6 !important;
}
.profile-statement {
  padding-top: clamp(18px, 2vw, 30px);
  padding-bottom: clamp(16px, 2vw, 28px);
}
.profile-abilities {
  margin-top: clamp(22px, 3.2vh, 42px) !important;
}

.credibility-groups {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}
.credibility-groups .proof-group {
  min-height: 260px;
  padding: clamp(24px, 2.3vw, 38px) !important;
  background: rgba(26, 22, 17, .72) !important;
  border: 1px solid rgba(214, 174, 95, .18) !important;
}
.credibility-groups .proof-group h3 {
  min-height: 54px;
}
.credibility-groups .proof-summary,
.credibility-groups .media-proof-link {
  margin-top: 18px;
}
.credibility-groups .media-proof-link {
  min-height: 132px;
}

.method-system-grid,
.tools-entry .tool-columns {
  grid-template-columns: minmax(0, 58fr) minmax(0, 42fr) !important;
  gap: 0 !important;
}
.method-system-grid .reentry-method-panel {
  background-color: #281a14 !important;
}
.method-system-grid .city-method-panel {
  background-color: #17211c !important;
}
.method-system-grid .method-system-panel + .method-system-panel,
.tools-entry .tool-entry + .tool-entry {
  border-left-color: rgba(216, 189, 120, .34) !important;
}

.visual-hero {
  min-height: 43vh !important;
  padding-top: clamp(92px, 9vh, 112px) !important;
  padding-bottom: clamp(38px, 5vh, 58px) !important;
}
.visual-hero .section-heading h1 {
  margin: 10px 0 10px;
  font-size: clamp(50px, 6.2vw, 92px);
}
.managed-works {
  padding-top: clamp(48px, 5.5vh, 70px) !important;
}
.works-library-heading {
  margin-bottom: clamp(32px, 4.2vh, 48px) !important;
}
.managed-work-copy {
  grid-template-rows: auto auto 1fr;
  align-content: start;
}
.managed-work-copy > b {
  letter-spacing: 0;
}
.managed-work-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  color: #d8bd78;
}
.managed-work-copy > p {
  min-height: 3.4em;
}

.works-home,
.ai-app-field .ai-app-home {
  width: min(100%, 1280px) !important;
  margin-inline: auto !important;
}
.home-work-copy {
  display: grid !important;
  grid-template-rows: auto auto 1fr;
  gap: 10px;
  min-height: 156px;
}
.home-work-copy > b {
  color: #17130f;
  font: 400 clamp(23px, 2.2vw, 34px)/1.28 var(--serif);
}
.home-work-meta {
  display: flex;
  flex-wrap: wrap;
  color: #8b7441;
  font-size: 12px;
  line-height: 1.5;
}
.home-work-meta i {
  margin: 0 2px;
  color: rgba(180, 147, 79, .56);
  font-style: normal;
}
.home-work-copy > p {
  margin: 0;
  color: rgba(42, 36, 30, .64);
  line-height: 1.72;
}
.works-field-enter,
.ai-app-field-enter {
  display: inline-flex !important;
  width: max-content !important;
  min-height: 40px !important;
  margin: 24px 0 0 auto !important;
  padding: 0 16px !important;
  align-items: center;
  justify-content: center;
  border-color: #4d6156 !important;
  background: #4d6156 !important;
  color: #f6f1e8 !important;
}

@media (max-width: 1180px) {
  .credibility-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1080px) {
  .method-system-grid,
  .tools-entry .tool-columns {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 760px) {
  .credibility-groups {
    grid-template-columns: 1fr !important;
  }
  .credibility-groups .proof-group {
    min-height: 0;
  }
  .visual-hero {
    min-height: auto !important;
    padding-top: 104px !important;
  }
  .managed-work-copy > p {
    min-height: 0;
  }
  .home-work-copy {
    min-height: 0;
  }
}


/* v35 works/application alignment */
.works {
  padding-right: clamp(28px, 8vw, 132px) !important;
  padding-left: clamp(94px, 12vw, 204px) !important;
}
.works .works-heading,
.works .works-home {
  margin-left: 0 !important;
}
@media (max-width: 760px) {
  .works {
    padding-right: 22px !important;
    padding-left: 22px !important;
  }
}

/* v37 precision refinement */
.credibility-groups {
  gap: 0 !important;
  border-top: 1px solid rgba(214, 174, 95, .18);
  border-bottom: 1px solid rgba(214, 174, 95, .18);
}
.credibility-groups .proof-group {
  border: 0 !important;
  border-left: 1px solid rgba(214, 174, 95, .16) !important;
  background: rgba(26, 22, 17, .38) !important;
}
.credibility-groups .proof-group:first-child {
  border-left: 0 !important;
}

.method-system-grid {
  margin-bottom: 54px;
}
.method-system-panel {
  overflow: visible !important;
}
.method-system-panel .method-more {
  position: absolute !important;
  right: -1px;
  bottom: -52px;
  left: -1px;
  display: flex !important;
  width: auto !important;
  min-height: 52px;
  margin: 0 !important;
  padding: 0 12px 0 18px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(216, 189, 120, .62);
  background: #4d6156 !important;
  color: #f6f1e8;
}
.method-system-panel .method-more > span {
  color: #f6f1e8 !important;
  font-size: 12px;
  letter-spacing: .08em;
}
.method-system-panel .method-enter {
  width: 38px;
  height: 38px;
  border: 0;
  color: #d8bd78;
  font-size: 20px;
}
.method-system-panel .method-enter > span {
  color: #d8bd78;
}

.works-home > .home-work-card-main,
.ai-app-field .ai-app-home > .ai-app-card-main {
  display: grid !important;
  grid-template-columns: minmax(0, 1.68fr) minmax(280px, .56fr) !important;
  grid-template-rows: 1fr !important;
  min-height: 0 !important;
  overflow: visible;
}
.works-home > .home-work-card-main .home-work-visual,
.ai-app-field .ai-app-home > .ai-app-card-main .ai-app-visual {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
}
.works-home > .home-work-card-main .home-work-copy,
.ai-app-field .ai-app-home > .ai-app-card-main .ai-app-copy {
  min-height: 0;
  padding: clamp(28px, 3.2vw, 48px);
  justify-content: center;
  border-left: 1px solid rgba(180, 147, 79, .22);
}
html.cg-double-line .works-home > .home-work-card-main,
html.cg-double-line .ai-app-field .ai-app-home > .ai-app-card-main {
  border: 1px solid rgba(216, 189, 120, .62) !important;
  outline: 1px solid rgba(180, 147, 79, .48) !important;
  outline-offset: 2px !important;
}
html.cg-single-line .works-home > .home-work-card-main,
html.cg-single-line .ai-app-field .ai-app-home > .ai-app-card-main {
  border: 1px solid rgba(216, 189, 120, .36) !important;
  outline: 0 !important;
}
.works-field-enter,
.ai-app-field-enter {
  margin-right: auto !important;
  margin-left: 0 !important;
  border: 1px solid rgba(216, 189, 120, .72) !important;
  background: #4d6156 !important;
  color: #f6f1e8 !important;
}
.works-field-enter > span:last-child,
.ai-app-field-enter > span:last-child {
  margin-left: 12px;
  color: #d8bd78 !important;
}

.managed-work-copy > b {
  font-size: clamp(24px, 2.1vw, 32px) !important;
}
.managed-work-meta {
  color: #d8bd78 !important;
  font-size: 13px !important;
  line-height: 1.65;
}
.managed-work-copy > p {
  color: rgba(246, 241, 232, .74) !important;
  font-size: 14px !important;
  line-height: 1.85 !important;
}

@media (max-width: 1080px) {
  .method-system-panel {
    margin-bottom: 54px;
  }
  .method-system-grid {
    margin-bottom: 0;
  }
  .works-home > .home-work-card-main,
  .ai-app-field .ai-app-home > .ai-app-card-main {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
  }
  .works-home > .home-work-card-main .home-work-copy,
  .ai-app-field .ai-app-home > .ai-app-card-main .ai-app-copy {
    border-top: 1px solid rgba(180, 147, 79, .22);
    border-left: 0;
  }
}
@media (max-width: 760px) {
  .credibility-groups {
    border: 0;
  }
  .credibility-groups .proof-group,
  .credibility-groups .proof-group:first-child {
    border-top: 1px solid rgba(214, 174, 95, .16) !important;
    border-left: 0 !important;
  }
}


/* v38 focused launch refinement */
.method-system-grid { margin-bottom: 76px !important; }
.method-system-panel .method-more {
  right: auto !important; bottom: -58px !important; left: 0 !important;
  width: max-content !important; max-width: calc(100% - 12px); min-height: 42px !important;
  padding: 0 8px 0 15px !important; gap: 12px; justify-content: flex-start !important;
}
.method-system-panel .method-enter { width: 30px !important; height: 30px !important; font-size: 17px !important; }
.works-home, .ai-app-field .ai-app-home { width: min(1340px, calc(100vw - 96px)) !important; margin-inline: auto !important; }
.works-home > .home-work-card-main, .ai-app-field .ai-app-home > .ai-app-card-main { display: block !important; width: 100%; min-height: 0 !important; }
.works-home > .home-work-card-main .home-work-visual, .ai-app-field .ai-app-home > .ai-app-card-main .ai-app-visual { width: 100%; aspect-ratio: 16 / 9; }
.works-home > .home-work-card-main .home-work-copy, .ai-app-field .ai-app-home > .ai-app-card-main .ai-app-copy {
  min-height: 0 !important; padding: 16px 20px 18px !important; gap: 5px !important;
  border-top: 1px solid rgba(180,147,79,.22); border-left: 0 !important;
}
.works-home > .home-work-card-main .home-work-copy > b, .ai-app-field .ai-app-home > .ai-app-card-main .ai-app-copy > b { margin: 0 !important; font-size: clamp(22px,2vw,31px) !important; }
.works-home > .home-work-card-main .home-work-copy > p, .ai-app-field .ai-app-home > .ai-app-card-main .ai-app-copy > p { line-height: 1.55 !important; }
.works-home-minis, .ai-app-field .ai-app-home-minis { gap: 14px !important; }
.managed-works-grid .managed-work-card { overflow: hidden !important; border: 1px solid rgba(216,189,120,.34) !important; outline: 0 !important; box-shadow: none !important; background: rgba(26,22,17,.42) !important; }
.managed-works-grid .managed-work-cover { border: 0 !important; outline: 0 !important; box-shadow: none !important; }
.managed-works-grid .managed-work-copy { padding: 18px 20px 20px !important; background: rgba(16,12,8,.72); }
.managed-works-grid .managed-work-copy > b { color: #f6f1e8 !important; }
.managed-works-grid .managed-work-copy > p { display: block !important; min-height: 2.9em !important; color: rgba(246,241,232,.72) !important; font-size: 14px !important; }
@media (max-width:1080px) {
  .method-system-panel { margin-bottom: 64px !important; } .method-system-grid { margin-bottom: 0 !important; }
  .works-home, .ai-app-field .ai-app-home { width: min(100%, calc(100vw - 44px)) !important; }
}
@media (max-width:760px) {
  .method-system-panel .method-more { bottom: -54px !important; min-height: 40px !important; }
  .works-home, .ai-app-field .ai-app-home { width: 100% !important; }
  .works-home > .home-work-card-main .home-work-copy, .ai-app-field .ai-app-home > .ai-app-card-main .ai-app-copy { padding: 14px 14px 16px !important; }
}


/* v39 requested refinements only */
.method-system-grid { margin-bottom: 0 !important; }
.method-system-panel { overflow: hidden !important; }
.method-system-panel .method-more {
  position: static !important;
  right: auto !important; bottom: auto !important; left: auto !important;
  width: max-content !important; max-width: 100%; min-height: 42px !important;
  margin: auto 0 0 !important; padding: 0 8px 0 15px !important;
  align-self: flex-start;
}

.works-home {
  position: relative; left: 50%; transform: translateX(-50%);
  width: min(1320px, calc(100vw - 96px)) !important; max-width: none !important;
}
.works-home > .home-work-card-main .home-work-visual { aspect-ratio: 16 / 8.1 !important; }
.works-home > .home-work-card-main .home-work-copy { min-height: 0 !important; padding: 13px 18px 15px !important; }
.works-home-minis .home-work-card { min-height: 0 !important; }
.works-home-minis .home-work-visual { aspect-ratio: 16 / 8.8 !important; min-height: 0 !important; }
.works-home-minis .home-work-copy { min-height: 104px !important; padding: 12px 14px 14px !important; gap: 4px !important; text-align: left; }
.works-home-minis .home-work-copy > b { margin: 0 !important; font-size: clamp(18px,1.5vw,24px) !important; }
.works-home-minis .home-work-copy > p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 1.5 !important; }
.works-field-enter { transform: translateX(-20px); }

.managed-works-grid {
  grid-auto-rows: 1fr; align-items: stretch; gap: 18px !important;
  border: 0 !important; background: transparent !important;
}
.managed-works-grid .managed-work-card {
  grid-template-rows: auto 1fr !important; height: 100% !important; min-height: 430px !important;
  padding: 0 !important; border: 1px solid rgba(216,189,120,.34) !important;
  outline: 0 !important; box-shadow: none !important; background: rgba(26,22,17,.42) !important;
}
.managed-works-grid .managed-work-cover {
  width: 100%; aspect-ratio: 16 / 10 !important; min-height: 0 !important;
  margin: 0 !important; padding: 0 !important; border: 0 !important; outline: 0 !important;
}
.managed-works-grid .managed-work-cover em { display: none !important; }
.managed-works-grid .managed-work-copy {
  align-content: start; min-height: 0 !important; padding: 16px 18px 18px !important;
  border: 0 !important; background: transparent !important;
}
.managed-works-grid .managed-work-copy > b { font-size: clamp(21px,1.8vw,28px) !important; }
.managed-works-grid .managed-work-copy > p { min-height: 0 !important; margin-top: 2px !important; }

html.cg-double-line .credibility-groups,
html.cg-double-line .method-system-panel {
  border: 1px solid rgba(216,189,120,.62) !important;
  outline: 1px solid rgba(180,147,79,.48) !important;
  outline-offset: 2px !important;
}
html.cg-single-line .credibility-groups,
html.cg-single-line .method-system-panel { outline: 0 !important; }

@media (max-width:1080px) {
  .method-system-panel { margin-bottom: 0 !important; }
  .works-home { left: auto; transform: none; width: 100% !important; }
  .works-field-enter { transform: none; }
}
@media (max-width:760px) {
  .method-system-panel .method-more { margin-top: 24px !important; }
  .works-home > .home-work-card-main .home-work-visual { aspect-ratio: 16 / 9 !important; }
  .managed-works-grid .managed-work-card { min-height: 0 !important; }
}


/* v40 requested refinements */
.profile-abilities { width:100% !important; max-width:none !important; }

.credibility-groups .media-proof-link {
  min-height:66px !important; margin-top:10px !important; padding-top:10px !important;
  border-top:1px solid rgba(214,174,95,.32) !important;
}
.credibility-groups .media-proof-link .media-proof-copy {
  align-self:center; font-size:14px !important; line-height:1.55 !important;
}
.credibility-groups .media-proof-enter {
  width:34px !important; min-width:34px !important; height:34px !important; min-height:34px !important;
  padding:0 !important; display:grid !important; place-items:center !important;
  border:1px solid rgba(214,174,95,.34) !important; border-left:1px solid rgba(214,174,95,.34) !important;
  background:rgba(214,174,95,.06) !important;
}

html.cg-double-line .method-system-grid {
  border:1px solid rgba(216,189,120,.62) !important;
  outline:1px solid rgba(180,147,79,.48) !important; outline-offset:2px !important;
}
html.cg-double-line .method-system-panel { outline:0 !important; }
html.cg-double-line .method-system-grid .reentry-method-panel { border-right:0 !important; }
html.cg-double-line .method-system-grid .city-method-panel { border-left:1px solid rgba(216,189,120,.34) !important; }
html.cg-single-line .method-system-grid { outline:0 !important; }

.works-showcase-shell {
  width:min(1332px,calc(100vw - 72px)); margin-inline:auto;
}
.works-showcase-shell .works-home {
  position:static !important; left:auto !important; transform:none !important;
  width:100% !important; max-width:none !important; margin:0 !important;
}
.works-showcase-shell .works-field-enter {
  margin:2px 0 0 !important; transform:none !important;
}
.works-showcase-shell .home-work-copy,
.works-showcase-shell .home-work-copy > * { text-align:left !important; justify-self:start; }

.managed-works-grid .managed-work-copy {
  background:#f5ecdc !important; color:#241f19 !important;
}
.managed-works-grid .managed-work-copy > b { color:#17130f !important; }
.managed-works-grid .managed-work-meta { color:#8e713b !important; }
.managed-works-grid .managed-work-copy > p { color:rgba(42,36,30,.72) !important; }

@media(max-width:1080px){
  .works-showcase-shell{width:100%;}
}


/* v42 targeted navigation, return and alignment refinements */
.credibility-groups .media-proof-enter {
  position: relative !important;
  top: 4px !important;
  color: #d8bd78 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.cg-arrow-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  border: 1px solid rgba(216, 189, 120, .56) !important;
  text-decoration: none !important;
}
.cg-arrow-link .cta-arrow,
.method-enter,
.platform-enter,
.media-proof-enter {
  color: #d8bd78 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 18px !important;
  line-height: 1 !important;
}
.cg-arrow-link .cta-arrow { display: inline-block; width: auto !important; height: auto !important; transform: none !important; }

/* v85: keep the two armory-entry arrows optically centered. */
.weaponry-path.cg-arrow-link .cta-arrow {
  top: 50% !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
}
.hero-jump-link .cta-arrow,
.tool-jump-link .cta-arrow,
.works-field-enter [aria-hidden="true"],
.ai-app-field-enter [aria-hidden="true"],
.cooperation-enter [aria-hidden="true"] { color: #d8bd78 !important; }

.subpage-return-wrap {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-start;
  padding: 30px clamp(24px, 7vw, 110px) 34px;
  background: var(--subpage-return-bg, #f9f5ea) !important;
}
.subpage-return-link {
  min-height: 42px;
  padding: 0 18px;
  color: #8c6e32;
  background: transparent;
  font: 700 11px/1 "Noto Sans SC", "Microsoft YaHei", sans-serif;
  letter-spacing: .08em;
}
.dark-section + .subpage-return-wrap,
body:has(.city-os-page) .subpage-return-wrap { background: #100c08; }
body:has(.city-os-page) .subpage-return-link { color: #f6f1e8; }
.subpage-return-wrap.is-dark .subpage-return-link {
  color: #f6f1e8;
  border-color: rgba(216, 189, 120, .42);
}

.works-showcase-shell { width: min(1342px, calc(100vw - 62px)) !important; }
.works-showcase-shell .home-work-copy,
.works-showcase-shell .home-work-copy > * { text-align: left !important; justify-self: start !important; }

@media (max-width: 1080px) {
  .works-showcase-shell { width: 100% !important; }
}
@media (max-width: 760px) {
  .subpage-return-wrap { padding: 22px 22px 28px; }
  .cg-arrow-link { gap: 9px !important; }
}


/* v43 item 1: explicit centimeter-based sizing */
.profile-abilities {
  width: calc(100% + 152px) !important;
  margin-left: -76px !important;
  min-height: 266px !important;
}
.profile-abilities article { min-height: 266px !important; }

.works-showcase-shell { width: min(1455px, calc(100vw - 16px)) !important; }
#ai-apps .ai-app-showcase-shell { width: min(1443px, calc(100vw - 16px)) !important; }
#ai-apps .ai-app-showcase-shell .ai-app-home > .ai-app-card-main {
  height: 650px !important;
  min-height: 650px !important;
}
#ai-apps .ai-app-showcase-shell .ai-app-home > .ai-app-card-main .ai-app-visual,
#ai-apps .ai-app-showcase-shell .ai-app-home > .ai-app-card-main .ai-app-copy {
  height: 648px !important;
  min-height: 648px !important;
}
@media (max-width: 1080px) {
  .profile-abilities { width: 100% !important; margin-left: 0 !important; }
  .works-showcase-shell,
  #ai-apps .ai-app-showcase-shell { width: 100% !important; }
  #ai-apps .ai-app-showcase-shell .ai-app-home > .ai-app-card-main,
  #ai-apps .ai-app-showcase-shell .ai-app-home > .ai-app-card-main .ai-app-visual,
  #ai-apps .ai-app-showcase-shell .ai-app-home > .ai-app-card-main .ai-app-copy {
    height: auto !important;
    min-height: 0 !important;
  }
}

/* v59 visual works library lift */
#works-library.managed-works {
  padding-top: clamp(8px, 1.2vh, 18px) !important;
  gap: 18px !important;
}
#works-library .works-library-heading {
  margin-bottom: 0 !important;
}
#works-library .managed-works-grid {
  margin-top: 0 !important;
}


/* v62 requested precise sizing */
#works .works-showcase-shell {
  width: min(1216px, calc(100vw - 32px)) !important;
}
#works .works-home > .home-work-card-main .home-work-visual {
  height: clamp(680px, 54vw, 820px) !important;
  min-height: 680px !important;
}
#works-library.managed-works {
  gap: 50px !important;
}
#works-library .works-library-heading {
  margin-bottom: 0 !important;
}
#works-library .managed-works-grid {
  margin-top: 0 !important;
}


/* v64 visual works library top rhythm */
#works-library.managed-works {
  padding-top: 50px !important;
  gap: 50px !important;
}
#works-library .works-library-heading {
  margin-bottom: 0 !important;
}
#works-library .managed-works-grid {
  margin-top: 0 !important;
}


/* v65 works width and city case heading alignment */
#works .works-showcase-shell {
  width: min(1288px, calc(100vw - 32px)) !important;
}
#works .works-home > .home-work-card-main .home-work-visual {
  height: clamp(680px, 54vw, 820px) !important;
  min-height: 680px !important;
}
#works-library.managed-works {
  padding-top: 50px !important;
  gap: 50px !important;
}
#works-library .works-library-heading {
  margin-bottom: 0 !important;
}
#works-library .managed-works-grid {
  margin-top: 0 !important;
}


/* v66 works showcase width adjustment: main + secondary aligned */
#works .works-showcase-shell {
  width: min(1360px, calc(100vw - 32px)) !important;
}
#works .works-home > .home-work-card-main .home-work-visual {
  height: clamp(680px, 54vw, 820px) !important;
  min-height: 680px !important;
}

/* v72 visual works library spacing */
#works-library.managed-works {
  gap: 70px !important;
}

#works-library.managed-works .managed-works-grid,
#works-library.managed-works [data-managed-works] {
  margin-top: 0 !important;
}

/* v86: every visual-work card occupies its full grid column, even without a cover. */
#works-library .managed-work-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  justify-content: stretch !important;
}

#works-library .managed-work-cover,
#works-library .managed-work-copy {
  width: 100% !important;
  min-width: 0 !important;
}

@media (max-width: 760px) {
  #works-library.managed-works {
    gap: 46px !important;
  }

  #works-library.managed-works .managed-works-grid,
  #works-library.managed-works [data-managed-works] {
    margin-top: 0 !important;
  }
}

/* v72 targeted subpage refinements */
.city-case-pages-section .city-case-page-block {
  margin-top: -36px !important;
}
.ai-app-library-section .ai-app-library-grid {
  margin-top: -36px !important;
}
.city-case-copy {
  background: var(--city-copy-bg, rgba(26,22,17,.92)) !important;
}
.city-case-copy > span {
  color: var(--city-copy-meta-color, #b4934f) !important;
}
.city-case-copy h3 {
  color: var(--city-copy-title-color, #f6f1e8) !important;
}
.city-case-copy p {
  color: var(--city-copy-text-color, #bdb4a8) !important;
}
.course-managed-body {
  margin: 0;
  display: block;
  width: 100%;
}
#learning-path .path-note[hidden],
#learning-path .course-detail[hidden],
#learning-path .course-managed-body[hidden] {
  display: none !important;
}
.course-image-frame {
  margin: 0;
  width: 100%;
  border-top: 1px solid rgba(180,147,79,.28);
  background: transparent;
  overflow: visible;
}
.course-image-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
}
@media (max-width: 760px) {
  .city-case-pages-section .city-case-page-block,
  .ai-app-library-section .ai-app-library-grid { margin-top: -20px !important; }
}

/* AI visual works library: unified platform / type metadata color. */
.managed-works-grid .managed-work-meta,
.managed-works-grid .managed-work-meta > span {
  color: rgb(214, 147, 95) !important;
}

/* v78: mobile delivery fit and lightweight public-preview surfaces. */
@media (max-width: 760px) {
  body.home-page { overflow-x: hidden; }

  body.home-page .site-header {
    min-height: 58px;
    padding: 0 16px;
  }

  body.home-page .site-header .main-nav,
  body.home-page .site-header .nav-admin { display: none !important; }

  body.home-page .site-header .brand-word { font-size: 10px; }

  body.home-page .site-header .nav-contact {
    position: static;
    min-height: 34px;
    padding: 0 12px;
  }

  body.home-page .section-screen {
    width: 100%;
    min-height: 0 !important;
    height: auto !important;
    padding: 82px 20px 64px !important;
  }

  body.home-page .section-rail {
    position: relative;
    inset: auto;
    width: auto;
    min-height: 48px;
    margin: 0 0 26px;
  }

  body.home-page .section-rail b {
    writing-mode: horizontal-tb;
    transform: none;
  }

  body.home-page .hero {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 34px !important;
    min-height: 0 !important;
    padding-top: 92px !important;
  }

  body.home-page .hero-copy,
  body.home-page .portrait-area {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    right: auto !important;
  }

  body.home-page .hero h1 {
    font-size: 78px !important;
    line-height: .92 !important;
  }

  body.home-page .hero-slogan {
    font-size: 34px !important;
    line-height: 1.18 !important;
  }

  body.home-page .hero-sub { font-size: 16px !important; }

  body.home-page .hero .actions {
    align-items: center;
    gap: 18px;
  }

  body.home-page .hero .btn.secondary {
    min-height: 0;
    padding: 6px 0;
    border: 0 !important;
    background: transparent !important;
    color: #17130f !important;
  }

  body.home-page .hero .portrait-area {
    width: min(82vw, 330px) !important;
    justify-self: center !important;
  }

  body.home-page .portrait-frame {
    width: 100% !important;
    aspect-ratio: 2 / 3;
  }

  body.home-page .section-heading,
  body.home-page .profile-statement,
  body.home-page .works-showcase-shell,
  body.home-page .ai-app-showcase-shell,
  body.home-page .tool-columns,
  body.home-page .cooperation-frame,
  body.home-page .contact-inner {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-inline: 0 !important;
  }

  body.home-page .section-heading h2,
  body.home-page .profile-statement h2 {
    font-size: 42px !important;
    line-height: 1.12 !important;
  }

  body.home-page .profile-abilities,
  body.home-page .credibility-groups,
  body.home-page .method-system-grid,
  body.home-page .works-home-minis,
  body.home-page .ai-app-home-minis,
  body.home-page .cooperation-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.home-page #works .works-showcase-shell,
  body.home-page #ai-apps .ai-app-showcase-shell { width: 100% !important; }

  body.home-page #works .home-work-card-main .home-work-visual,
  body.home-page #ai-apps .ai-app-card-main .ai-app-visual {
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
  }

  body.home-page .home-work-visual video,
  body.home-page .ai-app-visual video,
  body.home-page .home-work-visual img,
  body.home-page .ai-app-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  body.home-page .tools-entry .tool-columns,
  body.home-page .method-system-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-page *,
  body.home-page *::before,
  body.home-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* v87: explicit learning-path affordance and denser six-step reading rhythm. */
#learning-path .path-accordion > details > summary {
  grid-template-columns: 68px minmax(180px, .34fr) minmax(0, 1fr) auto;
}

#learning-path .path-accordion > details > summary::after {
  content: "展开详细课程  ↓";
  justify-self: end;
  color: #b4934f;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .08em;
  white-space: nowrap;
}

#learning-path .path-accordion > details[open] > summary::after {
  content: "收起课程详情  ↑";
}

@media (min-width: 761px) {
  .reenter-page .method-detail.section-screen {
    min-height: 66.666vh !important;
    padding-top: clamp(58px, 7vh, 78px) !important;
    padding-bottom: clamp(58px, 7vh, 78px) !important;
    gap: clamp(20px, 2.8vh, 34px) !important;
  }

  .reenter-page .method-detail .section-heading h2 {
    font-size: clamp(66px, 6.2vw, 98px) !important;
  }

  .reenter-page .method-detail .action-list li {
    min-height: 82px !important;
    padding: 16px 18px !important;
  }
}

/* v88: compact re-entry path and keep course rows flat */
#learning-path .path-accordion > details > summary,
#learning-path .path-accordion > details:nth-child(n) > summary {
  background: rgba(255, 250, 239, .36) !important;
  background-image: none !important;
}

.reenter-entry-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.reenter-entry-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(180, 147, 79, .58);
  background: #4d6156;
  color: #f6f1e8;
  font: 700 12px/1 "Noto Sans SC", "Microsoft YaHei", sans-serif;
  letter-spacing: .06em;
}

.reenter-entry-button span {
  margin-left: 12px;
  color: #d8bd78;
}

@media (min-width: 761px) {
  .reenter-page .method-detail.section-screen {
    min-height: 53.333vh !important;
    padding-top: clamp(40px, 5.6vh, 62px) !important;
    padding-bottom: clamp(40px, 5.6vh, 62px) !important;
  }
}

@media (max-width: 760px) {
  .reenter-entry-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  #learning-path .path-accordion > details > summary {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  #learning-path .path-accordion > details > summary em,
  #learning-path .path-accordion > details > summary::after {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

/* v88 final calibration: keep the overview inside the viewport and make
   every method page genuinely one fifth shorter, including its contents. */
@media (min-width: 761px) {
  .reenter-overview-layout {
    width: min(1320px, calc(100vw - (2 * var(--page-x)))) !important;
  }

  .reenter-page .method-detail.section-screen {
    min-height: 53.333vh !important;
    padding-top: clamp(30px, 4vh, 40px) !important;
    padding-bottom: clamp(30px, 4vh, 40px) !important;
    gap: 12px !important;
  }

  .reenter-page .method-detail .section-heading h2 {
    font-size: clamp(60px, 5.4vw, 82px) !important;
  }

  .reenter-page .method-detail-copy {
    margin-top: 8px !important;
    line-height: 1.62 !important;
  }

  .reenter-page .method-detail .action-list {
    margin-top: 8px !important;
    gap: 10px 14px !important;
  }

  .reenter-page .method-detail .action-list li {
    min-height: 60px !important;
    padding: 12px 16px !important;
  }
}

/* Keep every subpage return band visually attached to the section above it. */
.subpage-return-wrap {
  background: var(--subpage-return-bg, inherit) !important;
}
