body {
  background:
    radial-gradient(circle at 85% 7%, rgba(235, 212, 159, 0.24), transparent 27%),
    var(--ivory);
}

.spc-hero {
  position: relative;
  min-height: 820px;
  padding: 150px 0 76px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.96), rgba(255, 253, 248, 0.68)),
    linear-gradient(135deg, var(--ivory), var(--gold-100));
}

.spc-hero::before {
  position: absolute;
  top: 7%;
  right: -8%;
  width: min(64vw, 850px);
  aspect-ratio: 1;
  border: 1px solid rgba(182, 138, 61, 0.14);
  border-radius: 50%;
  content: "";
}

.spc-hero::after {
  position: absolute;
  top: 18%;
  right: 2%;
  width: min(45vw, 610px);
  aspect-ratio: 1;
  border: 1px solid rgba(182, 138, 61, 0.14);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
}

.hero-identity {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
  color: var(--navy-500);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-identity span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold-600);
}

.spc-hero .display {
  max-width: 760px;
  color: var(--navy-900);
}

.spc-hero .hero-company-name span:nth-child(odd) {
  color: var(--navy-950);
}

.spc-hero .hero-company-name span:nth-child(even) {
  color: var(--gold-600);
}

.spc-hero .display em {
  color: var(--gold-600);
  font-style: normal;
}

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

.entity-card {
  position: relative;
  border: 1px solid rgba(154, 116, 49, 0.24);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(16px);
}

.entity-card::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 88px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-700), var(--gold-300));
  content: "";
}

.entity-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 30px 24px;
  border-bottom: 1px solid var(--line);
}

.entity-card-kicker {
  margin-bottom: 8px;
  color: var(--gold-700);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.entity-card h2 {
  margin: 0;
  color: var(--navy-900);
  font-family:
    Georgia, "Noto Serif TC", "Songti TC", "PMingLiU", "Noto Serif SC",
    "Songti SC", serif;
  font-size: 1.42rem;
  font-weight: 500;
  line-height: 1.25;
}

.private-badge {
  flex: 0 0 auto;
  padding: 6px 9px;
  border: 1px solid rgba(154, 116, 49, 0.3);
  border-radius: 100px;
  color: var(--gold-700);
  background: var(--gold-100);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.entity-list {
  margin: 0;
  padding: 0 30px;
}

.entity-row {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 18px;
  padding-block: 18px;
  border-bottom: 1px solid var(--line);
}

.entity-row:last-child {
  border: 0;
}

.entity-row dt {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.entity-row dd {
  margin: 0;
  color: var(--navy-800);
  font-size: 0.88rem;
  font-weight: 680;
  line-height: 1.5;
}

.entity-card-note {
  padding: 20px 30px;
  color: #6c5b37;
  background: linear-gradient(90deg, var(--gold-100), rgba(250, 242, 223, 0.38));
  font-size: 0.8rem;
  line-height: 1.55;
}

.hero-principles {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--container);
  margin: 72px auto 0;
  border-top: 1px solid rgba(16, 42, 67, 0.15);
}

.hero-principle {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  padding: 27px 32px 0;
  border-right: 1px solid rgba(16, 42, 67, 0.12);
}

.hero-principle:first-child {
  padding-left: 0;
}

.hero-principle:last-child {
  border-right: 0;
}

.principle-index {
  color: var(--gold-600);
  font-family: Georgia, serif;
  font-size: 0.86rem;
}

.hero-principle strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy-900);
  font-size: 0.86rem;
}

.hero-principle span {
  color: var(--muted);
  font-size: 0.8rem;
}

.statement {
  background: var(--white);
}

.statement-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1.2fr);
  gap: clamp(50px, 9vw, 130px);
}

.statement-aside {
  padding-top: 8px;
}

.statement-number {
  color: var(--gold-400);
  font-family: Georgia, serif;
  font-size: clamp(5rem, 10vw, 9rem);
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.statement-aside p {
  max-width: 230px;
  margin-top: 34px;
  color: var(--muted);
  font-size: 0.86rem;
}

.statement-copy blockquote {
  max-width: 900px;
  margin: 0 0 50px;
  color: var(--navy-900);
  font-family:
    Georgia, "Noto Serif TC", "Songti TC", "PMingLiU", "Noto Serif SC",
    "Songti SC", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.statement-copy blockquote span {
  color: var(--gold-600);
}

.statement-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 56px;
  padding-top: 38px;
  border-top: 1px solid var(--line);
}

.statement-point h3 {
  margin-bottom: 9px;
  color: var(--navy-800);
  font-size: 0.92rem;
}

.statement-point p {
  color: var(--muted);
  font-size: 0.88rem;
}

.structure {
  position: relative;
  color: var(--white);
  background:
    linear-gradient(125deg, rgba(223, 194, 127, 0.05), transparent 40%),
    var(--navy-950);
  overflow: hidden;
}

.structure::after {
  position: absolute;
  top: 10%;
  right: -10%;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(223, 194, 127, 0.08);
  border-radius: 50%;
  content: "";
}

.structure .section-title {
  color: var(--white);
}

.structure .section-intro {
  color: rgba(255, 255, 255, 0.58);
}

.structure-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  align-items: end;
  gap: 50px;
}

.structure-note {
  max-width: 500px;
  padding: 20px 22px;
  border-left: 1px solid var(--gold-500);
  color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.84rem;
}

.structure-diagram {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.25fr;
  gap: 70px;
  margin-top: 72px;
}

.spc-node {
  display: flex;
  min-height: 210px;
  align-items: center;
  justify-content: center;
  padding: 32px;
  border: 1px solid rgba(223, 194, 127, 0.45);
  background: linear-gradient(145deg, rgba(223, 194, 127, 0.13), rgba(255, 255, 255, 0.025));
  text-align: center;
}

.spc-node small,
.portfolio-node small {
  display: block;
  margin-bottom: 9px;
  color: var(--gold-300);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.spc-node strong {
  display: block;
  font-family:
    Georgia, "Noto Serif TC", "Songti TC", "PMingLiU", "Noto Serif SC",
    "Songti SC", serif;
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  font-weight: 400;
  line-height: 1.2;
}

.portfolio-stack {
  position: relative;
  display: grid;
  gap: 14px;
}

.portfolio-stack::before {
  position: absolute;
  top: 50%;
  left: -70px;
  width: 70px;
  height: 1px;
  background: rgba(223, 194, 127, 0.38);
  content: "";
}

.portfolio-node {
  position: relative;
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  align-items: center;
  min-height: 90px;
  padding: 18px 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.035);
}

.portfolio-node::before {
  position: absolute;
  top: 50%;
  left: -12px;
  width: 12px;
  height: 1px;
  background: rgba(223, 194, 127, 0.38);
  content: "";
}

.portfolio-node strong {
  font-family:
    Georgia, "Noto Serif TC", "Songti TC", "PMingLiU", "Noto Serif SC",
    "Songti SC", serif;
  font-size: 1.08rem;
  font-weight: 400;
}

.portfolio-node p {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.8rem;
}

.segregation-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.segregation-item {
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.segregation-item:last-child {
  border-right: 0;
}

.segregation-item span {
  color: var(--gold-300);
  font-family: Georgia, serif;
  font-size: 1.3rem;
}

.segregation-item h3 {
  margin: 12px 0 7px;
  color: var(--white);
  font-size: 0.88rem;
}

.segregation-item p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
}

.governance {
  background:
    radial-gradient(circle at 90% 20%, rgba(208, 170, 98, 0.2), transparent 28%),
    var(--white);
}

.governance-head {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  align-items: end;
  gap: 50px;
}

.governance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 62px;
}

.governance-card {
  position: relative;
  min-height: 310px;
  padding: 30px 27px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  transition:
    transform 260ms var(--ease),
    box-shadow 260ms ease,
    border-color 260ms ease;
}

.governance-card:hover {
  z-index: 2;
  border-color: rgba(182, 138, 61, 0.42);
  box-shadow: var(--shadow-sm);
  transform: translateY(-7px);
}

.governance-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 58px;
  border: 1px solid rgba(154, 116, 49, 0.24);
  color: var(--gold-700);
  background: var(--gold-100);
  place-items: center;
}

.governance-icon svg {
  width: 21px;
}

.governance-card h3 {
  margin-bottom: 12px;
  color: var(--navy-900);
  font-family:
    Georgia, "Noto Serif TC", "Songti TC", "PMingLiU", "Noto Serif SC",
    "Songti SC", serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.governance-card p {
  color: var(--muted);
  font-size: 0.86rem;
}

.verification-tag {
  position: absolute;
  right: 25px;
  bottom: 23px;
  left: 25px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--gold-700);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.access {
  background: var(--paper);
}

.access-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(54px, 9vw, 120px);
}

.access-sticky {
  position: sticky;
  top: 130px;
  align-self: start;
}

.access-steps {
  border-top: 1px solid var(--line);
}

.access-step {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  align-items: start;
  gap: 22px;
  padding-block: 30px;
  border-bottom: 1px solid var(--line);
}

.access-step-index {
  color: var(--gold-600);
  font-family: Georgia, serif;
  font-size: 1.35rem;
}

.access-step h3 {
  margin-bottom: 8px;
  color: var(--navy-900);
  font-size: 0.98rem;
}

.access-step p {
  max-width: 570px;
  color: var(--muted);
  font-size: 0.86rem;
}

.access-step-status {
  padding: 5px 8px;
  border: 1px solid rgba(66, 117, 93, 0.28);
  border-radius: 100px;
  color: var(--success);
  background: rgba(66, 117, 93, 0.06);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact {
  background: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.65fr);
  gap: clamp(60px, 11vw, 150px);
}

.contact-detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 46px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.contact-detail small {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-700);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-detail p {
  color: var(--navy-800);
  font-size: 0.86rem;
}

.inquiry-form {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(154, 116, 49, 0.24);
  background: linear-gradient(145deg, var(--ivory), var(--gold-100));
  box-shadow: var(--shadow-sm);
}

.inquiry-form h3 {
  margin-bottom: 7px;
  color: var(--navy-900);
  font-family:
    Georgia, "Noto Serif TC", "Songti TC", "PMingLiU", "Noto Serif SC",
    "Songti SC", serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.inquiry-form > p {
  color: var(--muted);
  font-size: 0.84rem;
}

.modal-step[hidden] {
  display: none;
}

.acceptance-record {
  display: grid;
  gap: 9px;
  margin: 24px 0;
  padding: 18px;
  border: 1px solid rgba(66, 117, 93, 0.2);
  border-radius: 6px;
  background: rgba(66, 117, 93, 0.05);
}

.acceptance-record div {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  color: var(--muted);
  font-size: 0.84rem;
}

.acceptance-record strong {
  color: var(--navy-800);
  text-align: right;
}

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

  .hero-grid,
  .statement-grid,
  .structure-head,
  .governance-head,
  .access-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 50px;
  }

  .entity-card {
    max-width: 680px;
  }

  .statement-aside {
    display: flex;
    align-items: flex-end;
    gap: 30px;
  }

  .statement-aside p {
    margin: 0 0 4px;
  }

  .structure-head {
    align-items: start;
  }

  .governance-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .access-sticky {
    position: static;
  }
}

@media (max-width: 700px) {
  .spc-hero {
    padding-top: 118px;
  }

  .hero-principles,
  .statement-points,
  .structure-diagram,
  .segregation-strip,
  .governance-grid,
  .contact-detail {
    grid-template-columns: 1fr;
  }

  .hero-principles {
    width: min(calc(100% - 32px), var(--container));
    gap: 0;
  }

  .hero-principle,
  .hero-principle:first-child {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .entity-card-header,
  .entity-list,
  .entity-card-note {
    padding-right: 22px;
    padding-left: 22px;
  }

  .entity-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .structure-diagram {
    gap: 34px;
  }

  .portfolio-stack::before {
    top: -34px;
    left: 50%;
    width: 1px;
    height: 34px;
  }

  .portfolio-node::before {
    display: none;
  }

  .segregation-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .access-step {
    grid-template-columns: 45px 1fr;
  }

  .access-step-status {
    grid-column: 2;
    width: fit-content;
  }
}

.site-header .site-nav {
  gap: clamp(10px, 1.35vw, 22px);
}

.spc-hero .display {
  font-size: clamp(2.8rem, 5vw, 5.5rem);
}

.hero-subheading {
  max-width: 760px;
  margin-bottom: 16px;
  color: var(--navy-800);
  font-family:
    Georgia, "Noto Serif TC", "Songti TC", "PMingLiU", "Noto Serif SC",
    "Songti SC", "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  line-height: 1.35;
}

.statement .prose-stack {
  margin-top: 30px;
}

.statement .compliance-grid > div:first-child,
.statement .structure-card {
  grid-column: 1 / -1;
}

.statement .compliance-grid > div:first-child {
  max-width: 920px;
}

.structure-card {
  position: relative;
  align-self: start;
  padding: clamp(28px, 4vw, 42px);
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(250, 242, 223, 0.5), transparent 30%),
    var(--ivory);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.structure-card::after {
  position: absolute;
  right: -110px;
  bottom: -150px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(182, 138, 61, 0.14);
  border-radius: 50%;
  content: "";
}

.structure-card-heading,
.structure-card-note,
.structure-card .structure-diagram {
  position: relative;
  z-index: 1;
}

.structure-card-heading h3 {
  margin: 8px 0 0;
  color: var(--navy-900);
  font-family:
    Georgia, "Noto Serif TC", "Songti TC", "PMingLiU", "Noto Serif SC",
    "Songti SC", "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  font-weight: 400;
  line-height: 1.2;
}

.structure-card-heading p {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.structure-card .eyebrow.light {
  color: var(--gold-700);
}

.structure-card .structure-diagram--vertical {
  grid-template-columns: 1fr;
  gap: 44px;
  margin-top: 34px;
}

.structure-card .spc-node {
  min-height: 142px;
  padding: 24px;
  border-color: rgba(154, 116, 49, 0.34);
  color: var(--navy-900);
  background: rgba(255, 255, 255, 0.72);
}

.structure-card .spc-node small,
.structure-card .portfolio-node small {
  color: var(--gold-700);
}

.structure-card .portfolio-stack {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.structure-card .portfolio-stack::before {
  top: -20px;
  right: calc(12.5% - 3.5px);
  left: calc(12.5% - 3.5px);
  width: auto;
  height: 1px;
  background: rgba(154, 116, 49, 0.42);
}

.structure-card .portfolio-stack::after {
  position: absolute;
  top: -44px;
  left: 50%;
  width: 1px;
  height: 24px;
  background: rgba(154, 116, 49, 0.42);
  content: "";
}

.structure-card .portfolio-node {
  display: flex;
  grid-template-columns: none;
  min-width: 0;
  min-height: 220px;
  align-items: stretch;
  flex-direction: column;
  justify-content: flex-start;
  padding: 18px 16px;
  border-color: var(--line);
  color: var(--navy-900);
  background: rgba(255, 255, 255, 0.72);
}

.structure-card .portfolio-node::before {
  top: -20px;
  left: 50%;
  display: block;
  width: 1px;
  height: 20px;
  background: rgba(154, 116, 49, 0.42);
}

.structure-card .portfolio-node strong {
  color: var(--navy-900);
  font-size: 0.96rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.structure-card .portfolio-node p {
  margin: 14px 0 20px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.65;
}

.structure-card .portfolio-node small {
  margin: auto 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--gold-700);
  font-size: 0.68rem;
}

.structure-card .portfolio-node--future {
  border-style: dashed;
  background: rgba(250, 242, 223, 0.32);
}

.structure-card-note {
  margin: 26px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.8rem;
}

.structure .portfolio-node {
  grid-template-columns: 1fr;
}

.regulatory-section {
  background:
    linear-gradient(180deg, rgba(250, 242, 223, 0.5), transparent 30%),
    var(--ivory);
}

.regulatory-section .notice-box {
  margin-top: 32px;
}

.section-head-split {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  align-items: end;
  gap: 54px;
}

.portfolios {
  color: var(--white);
  background:
    radial-gradient(circle at 88% 12%, rgba(223, 194, 127, 0.08), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 48%),
    var(--navy-950);
}

.portfolios .section-title {
  color: var(--white);
}

.portfolios .eyebrow {
  color: var(--gold-300);
}

.portfolios .section-intro {
  color: rgba(255, 255, 255, 0.6);
}

.portfolio-public-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 62px;
}

.portfolio-public-card {
  position: relative;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.portfolio-public-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-700), var(--gold-300), transparent);
  content: "";
}

.portfolio-public-index {
  margin-bottom: 22px;
  color: var(--gold-400);
  font-family: Georgia, serif;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
}

.portfolio-public-card h3 {
  min-height: 66px;
  margin-bottom: 28px;
  color: var(--white);
  font-family:
    Georgia, "Noto Serif TC", "Songti TC", "PMingLiU", "Noto Serif SC",
    "Songti SC", "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 500;
  line-height: 1.2;
}

.portfolio-public-card dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.portfolio-public-card dl > div {
  padding-block: 17px;
  border-top: 1px solid var(--line-dark);
}

.portfolio-public-card dt {
  margin-bottom: 7px;
  color: var(--gold-300);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.portfolio-public-card dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
}

.portfolio-public-card .portfolio-risk {
  position: relative;
  margin: 12px -16px -16px;
  padding: 18px 18px 16px 20px;
  border-top: 0;
  box-shadow: inset 0 0 0 1px rgba(223, 194, 127, 0.3);
  overflow: hidden;
}
/*
红
  box-shadow: inset 0 0 0 1px rgba(156, 84, 77, 0.3);
金
  box-shadow: inset 0 0 0 1px rgba(223, 194, 127, 0.3);
*/

.portfolio-public-card .portfolio-risk::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: linear-gradient(
    180deg,
	var(--gold-500),
	var(--gold-400), 
	var(--gold-700),
    transparent
  );
  content: "";
}
/*
红
    rgba(229, 156, 161, 0.5),
    rgba(229, 156, 161, 0.9),
    rgba(106, 55, 59, 0.7),
金
	var(--gold-500),
	var(--gold-400), 
	var(--gold-700),

*/

.portfolio-public-card .portfolio-risk dd {
  color: rgba(255, 255, 255, 0.66);
}

.portfolio-public-card .portfolio-risk .warn {
  color: rgba(229, 156, 161, 1);
}

.service-table-wrap {
  margin-top: 54px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
  overflow-x: auto;
}

.service-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.service-table th,
.service-table td {
  padding: 18px 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.84rem;
  text-align: left;
  vertical-align: top;
}

.service-table tr > :last-child {
  border-right: 0;
}

.service-table tbody tr:last-child > * {
  border-bottom: 0;
}

.service-table thead th {
  color: var(--navy-900);
  background: var(--gold-100);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.service-table th:first-child {
  width: 19%;
}

.service-table th:nth-child(2) {
  width: 31%;
}

.service-table tbody th {
  color: var(--navy-800);
  font-weight: 760;
}

.service-table tbody td:nth-child(2) {
  color: var(--navy-800);
  font-weight: 680;
}

.service-notice {
  margin-top: 24px;
}

.contact .contact-card {
  border-color: rgba(154, 116, 49, 0.24);
  background: linear-gradient(145deg, var(--ivory), var(--gold-100));
}

.contact .contact-card dd {
  color: var(--navy-700);
}

@media (max-width: 1080px) {
  .site-header .site-nav {
    gap: 9px;
  }

}

@media (max-width: 980px) {
  .section-head-split {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .structure-card .portfolio-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .structure-card .portfolio-stack::before,
  .structure-card .portfolio-stack::after,
  .structure-card .portfolio-node::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .structure-card .portfolio-stack {
    grid-template-columns: 1fr;
  }

  .structure-card .portfolio-node {
    min-height: 0;
  }

  .portfolio-public-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-public-card h3 {
    min-height: auto;
  }

  .service-table {
    min-width: 0;
    table-layout: auto;
  }

  .service-table thead {
    display: none;
  }

  .service-table tbody {
    display: grid;
    gap: 12px;
    padding: 12px;
  }

  .service-table tbody tr {
    display: grid;
    grid-template-columns: minmax(92px, 0.7fr) minmax(0, 1.3fr);
    border: 1px solid var(--line);
  }

  .service-table tbody th,
  .service-table tbody td {
    display: block;
    width: auto;
    padding: 13px;
    border: 0;
  }

  .service-table tbody th {
    background: var(--gold-100);
  }

  .service-table tbody td:nth-child(3) {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
  }
}
body[data-site="spc"] .risk-notice-panel .modal-heading {
  font-size: clamp(2.2rem, 3.1vw, 2.25rem);
}
