* {
  box-sizing: border-box;
}

html {
  background: #f7f4ef;
  color: #20231f;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}

body {
  min-height: 100vh;
  margin: 0;
  background: #f7f4ef;
}

button,
input {
  font: inherit;
}

.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;
}

button,
.material-card,
.resource-entry {
  cursor: pointer;
}

.app-shell {
  width: min(100%, 480px);
  min-height: 100vh;
  margin: 0 auto;
  padding: max(16px, env(safe-area-inset-top)) 14px calc(82px + env(safe-area-inset-bottom));
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 4px 0 18px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}

.brand-mark img {
  display: block;
  width: 132px;
  max-width: 46vw;
  height: auto;
}

.phone-shortcut {
  flex: 0 0 auto;
  min-width: 58px;
  min-height: 36px;
  border-radius: 8px;
  background: #7a4f2a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.search-entry {
  padding: 2px 0 14px;
}

.hero-search {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #ded2c4;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(31, 35, 31, 0.06);
}

.hero-search-icon {
  flex: 0 0 auto;
  margin-right: 8px;
  color: #8a643f;
  font-size: 18px;
  line-height: 1;
}

.hero-search input {
  flex: 1;
  min-width: 0;
  height: 46px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #20231f;
  font-size: 14px;
}

.section-block {
  margin-top: 20px;
}

.h5-compliance-footer {
  align-items: center;
  color: #8a8176;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  gap: 8px 12px;
  justify-content: center;
  line-height: 1.6;
  margin-top: 32px;
  padding: 18px 8px 10px;
  text-align: center;
}

.h5-compliance-footer a {
  align-items: center;
  color: inherit;
  display: inline-flex;
  gap: 5px;
  text-decoration: none;
}

.h5-compliance-footer img {
  display: block;
  height: 16px;
  object-fit: contain;
  width: 16px;
}

.h5-page-hero {
  position: relative;
  min-height: 210px;
  margin: 2px 0 24px;
  overflow: hidden;
  border-radius: 8px;
  background: #17130f;
  color: #fff;
}

.h5-page-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 19, 15, 0.08), rgba(23, 19, 15, 0.78));
  content: "";
}

.h5-page-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h5-page-hero > div {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 18px;
  left: 20px;
}

.h5-page-hero span {
  color: #d8ad73;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.h5-page-hero h1 {
  margin: 7px 0 0;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0;
}

.h5-page-hero p {
  max-width: 360px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1.65;
}

.h5-about-contact-image {
  display: block;
  width: 100%;
  height: 168px;
  margin: 0 0 22px;
  border-radius: 8px;
  object-fit: cover;
}

.section-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.section-title h2,
.company-card h2 {
  margin: 0;
  color: #20231f;
  font-size: 19px;
  line-height: 1.25;
  letter-spacing: 0;
}

.section-title span {
  flex: 0 0 auto;
  color: #6f6a60;
  font-size: 12px;
}

.card-list {
  display: grid;
  gap: 10px;
}

.home-hero-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  padding: 0;
  border-radius: 8px;
  background: #17130f;
  color: #fff;
  box-shadow: 0 18px 40px rgba(32, 35, 31, 0.16);
}

.home-hero-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.home-hero-track {
  display: flex;
  width: 100%;
  transition: transform 680ms cubic-bezier(.22, 1, .36, 1);
}

.home-hero-track .home-hero-card {
  flex: 0 0 100%;
  width: 100%;
}

.home-hero-pagination {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  display: flex;
  gap: 6px;
}

.home-hero-pagination button {
  width: 18px;
  height: 3px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, .52);
  transition: width 220ms ease, background 220ms ease;
}

.home-hero-pagination button.active {
  width: 34px;
  background: #fff;
}

.home-hero-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(23, 19, 15, 0.12) 0%, rgba(23, 19, 15, 0.08) 36%, rgba(23, 19, 15, 0.86) 100%),
    linear-gradient(130deg, rgba(154, 106, 54, 0.22), transparent 48%);
}

.home-hero-card > img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.home-hero-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 24px 18px 20px;
}

.home-hero-copy span {
  display: block;
  color: #c9a46a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.home-hero-copy h1 {
  margin: 12px 0 0;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0;
}

.home-hero-copy p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.75;
}

.home-hero-copy div {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.home-hero-copy button {
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.home-hero-copy button:first-child {
  border-color: #9a6a36;
  background: #9a6a36;
}

.home-hero-card.nanshanlin-frosted-case-hero {
  min-height: 430px;
  border-radius: 10px;
  background: #efe8dc;
  color: #211b15;
  box-shadow: 0 18px 40px rgba(86, 65, 42, 0.12);
}

.home-hero-card.nanshanlin-frosted-case-hero::after {
  background:
    linear-gradient(90deg, rgba(229, 213, 193, 0.78), rgba(247, 241, 232, 0.12) 48%, rgba(151, 117, 82, 0.36)),
    linear-gradient(180deg, rgba(247, 241, 232, 0.04), rgba(120, 86, 53, 0.38));
}

.home-hero-card.nanshanlin-frosted-case-hero > img {
  height: 430px;
  filter: brightness(1.04) saturate(1.03);
}

.home-hero-card.nanshanlin-frosted-case-hero .home-hero-copy {
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 8px;
  background: rgba(239, 226, 209, 0.72);
  box-shadow: 0 18px 44px rgba(72, 53, 32, 0.2);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.home-hero-card.nanshanlin-frosted-case-hero .home-hero-copy span {
  color: #8b5f30;
}

.home-hero-card.nanshanlin-frosted-case-hero .home-hero-copy h1 {
  color: #211b15;
  font-size: 29px;
  line-height: 1.18;
}

.home-hero-card.nanshanlin-frosted-case-hero .home-hero-copy p {
  display: -webkit-box;
  overflow: hidden;
  color: #4e443a;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-hero-card.nanshanlin-frosted-case-hero .home-hero-copy button {
  border-color: rgba(123, 82, 42, 0.34);
  background: rgba(255, 250, 243, 0.36);
  color: #563f27;
}

.home-hero-card.nanshanlin-frosted-case-hero .home-hero-copy button:first-child {
  border-color: #8f6030;
  background: #8f6030;
  color: #fff;
}

.home-brand-statement {
  margin-top: 18px;
  padding: 22px 2px 24px;
  border-bottom: 1px solid #d9ccba;
}

.home-brand-statement > span {
  color: #956433;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .22em;
}

.home-brand-statement h2 {
  margin: 10px 0 0;
  color: #211b15;
  font-size: 28px;
  line-height: 1.2;
}

.home-brand-statement p {
  margin: 12px 0 0;
  color: #62594f;
  font-size: 14px;
  line-height: 1.8;
}

.home-delivery-system {
  padding: 20px 0;
  border-top: 1px solid #d9ccba;
  border-bottom: 1px solid #d9ccba;
}

.home-delivery-heading {
  display: block;
  width: 100%;
  min-width: 0;
  margin-bottom: 18px;
}

.home-delivery-heading h2 {
  width: 100%;
  margin: 0;
  color: #211b15;
  font-size: 24px;
  line-height: 1.35;
  overflow-wrap: anywhere;
  writing-mode: horizontal-tb;
}

.home-delivery-heading p {
  width: 100%;
  margin: 10px 0 0;
  color: #6f665d;
  font-size: 13px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.home-delivery-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 14px;
}

.home-delivery-steps article {
  padding-top: 12px;
  border-top: 1px solid #bba98f;
}

.home-delivery-steps article span,
.home-delivery-steps article strong {
  display: block;
}

.home-delivery-steps article span {
  color: #9a6a36;
  font-size: 10px;
  font-weight: 700;
}

.home-delivery-steps article strong {
  margin-top: 8px;
  color: #211b15;
  font-size: 14px;
  line-height: 1.45;
}

.home-delivery-steps article p {
  margin: 7px 0 0;
  color: #6f665d;
  font-size: 12px;
  line-height: 1.65;
}

.inspo-grid {
  columns: 2;
  column-gap: 10px;
}

.inspo-card {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(32, 35, 31, 0.08);
}

.inspo-card img {
  display: block;
  width: 100%;
  height: 186px;
  background: #e7e1d8;
  object-fit: cover;
}

.inspo-card-1 img,
.inspo-card-3 img {
  height: 238px;
}

.inspo-card div {
  padding: 10px 10px 11px;
}

.inspo-card strong,
.inspo-card span {
  display: block;
}

.inspo-card strong {
  color: #20231f;
  font-size: 13px;
  line-height: 1.42;
}

.inspo-card span {
  margin-top: 6px;
  color: #9a6a36;
  font-size: 11px;
  line-height: 1.4;
}

.material-card {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 12px;
  min-height: 118px;
  padding: 12px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(32, 35, 31, 0.06);
}

.material-card:active,
.resource-entry:active,
.bottom-nav button:active,
.filter-row button:active,
.space-grid button:active {
  transform: translateY(1px);
}

.material-card img {
  width: 116px;
  height: 94px;
  border-radius: 8px;
  background: #e7e1d8;
  object-fit: cover;
}

.material-card h3 {
  margin: 0;
  color: #20231f;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0;
}

.material-card p {
  margin: 7px 0 0;
  color: #6f6a60;
  font-size: 13px;
  line-height: 1.55;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.tags span {
  min-height: 24px;
  padding: 4px 7px;
  border-radius: 8px;
  background: #f2eee6;
  color: #7a4f2a;
  font-size: 11px;
  line-height: 1.35;
}

.space-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.space-grid button {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #6b513a;
  font-size: 14px;
}

.real-effect-list {
  display: grid;
  gap: 10px;
}

.real-effect-card {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 12px;
  min-height: 128px;
  padding: 10px;
  border: 1px solid #eadfce;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(32, 35, 31, 0.06);
}

.real-effect-card img {
  width: 132px;
  height: 108px;
  border-radius: 8px;
  background: #e7e1d8;
  object-fit: cover;
}

.real-effect-card span {
  display: inline-flex;
  width: fit-content;
  min-height: 24px;
  align-items: center;
  padding: 0 8px;
  border-radius: 8px;
  background: #f1ebe3;
  color: #7a4f2a;
  font-size: 11px;
  font-weight: 700;
}

.real-effect-card strong {
  display: block;
  margin-top: 8px;
  color: #20231f;
  font-size: 15px;
  line-height: 1.35;
}

.real-effect-card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 6px 0 0;
  color: #6f6a60;
  font-size: 12px;
  line-height: 1.55;
}

.resource-entry,
.company-card {
  margin-top: 20px;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(32, 35, 31, 0.06);
}

.resource-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.resource-entry strong,
.resource-entry span {
  display: block;
}

.resource-entry strong {
  color: #20231f;
  font-size: 16px;
}

.resource-entry span {
  margin-top: 7px;
  color: #6f6a60;
  font-size: 13px;
  line-height: 1.55;
}

.resource-entry em {
  flex: 0 0 auto;
  color: #8a643f;
  font-size: 13px;
  font-style: normal;
}

.partner-section {
  overflow: hidden;
}

.partner-marquee {
  overflow: hidden;
  padding: 2px 0;
}

.partner-track {
  display: flex;
  gap: 10px;
  width: max-content;
}

.partner-track.is-animated {
  animation: h5-partner-marquee 55s linear infinite;
}

.partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 190px;
  height: 104px;
  padding: 10px 12px;
  border: 1px solid #e4d8ca;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(32, 35, 31, 0.04);
}

.partner-logo img {
  width: auto;
  max-width: 150px;
  max-height: 60px;
  object-fit: contain;
}

.partner-logo.text-card {
  background:
    linear-gradient(180deg, #fff 0%, #faf9f6 56%, #efeee9 100%);
  border-color: #e7ddcf;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(164, 150, 128, 0.2),
    0 8px 18px rgba(32, 35, 31, 0.04);
}

.partner-wordmark {
  align-items: center;
  display: grid;
  gap: 8px;
  justify-items: center;
  line-height: 1;
  text-align: center;
  width: 100%;
}

.partner-wordmark strong {
  background: linear-gradient(180deg, #f6ead1 0%, #b89056 44%, #705026 100%);
  background-clip: text;
  color: transparent;
  display: block;
  filter: drop-shadow(0 2px 2px rgba(61, 45, 23, 0.2));
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  max-width: 152px;
  -webkit-text-stroke: 0.35px rgba(106, 78, 34, 0.28);
  text-indent: 0.14em;
  text-shadow:
    0 1px 0 #fff6df,
    0 2px 0 rgba(126, 91, 39, 0.18),
    0 6px 10px rgba(59, 44, 23, 0.22);
  -webkit-background-clip: text;
}

.partner-wordmark-full {
  align-items: center;
  color: #a8957d;
  display: flex;
  font-size: 10px;
  font-weight: 800;
  gap: 6px;
  justify-content: center;
  letter-spacing: 0.14em;
  line-height: 1.35;
  max-width: 166px;
  overflow: hidden;
  text-indent: 0.14em;
  white-space: nowrap;
}

.partner-wordmark-full::before,
.partner-wordmark-full::after {
  background: #c6b59d;
  content: "";
  display: block;
  flex: 0 0 14px;
  height: 1px;
}

@keyframes h5-partner-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 5px));
  }
}

.company-card p {
  margin: 10px 0 0;
  color: #4f584d;
  font-size: 13px;
  line-height: 1.85;
}

.wechat-identity-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid #e4d8ca;
  border-radius: 8px;
  background: #fffaf2;
}

.wechat-identity-card strong,
.wechat-identity-card span {
  display: block;
}

.wechat-identity-card strong {
  color: #20231f;
  font-size: 14px;
}

.wechat-identity-card span {
  margin-top: 5px;
  color: #6f6a60;
  font-size: 12px;
  line-height: 1.6;
}

.wechat-identity-card button {
  flex: 0 0 auto;
  min-height: 34px;
  border: 0;
  border-radius: 8px;
  background: #7a4f2a;
  color: #fff;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 700;
}

.filter-group {
  display: grid;
  gap: 8px;
  margin: 0 0 12px;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
  overflow: visible;
  padding-bottom: 2px;
}

.filter-row button {
  flex: 0 0 auto;
  min-height: 34px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #6f6a60;
  padding: 0 12px;
  font-size: 13px;
  box-shadow: 0 6px 16px rgba(32, 35, 31, 0.04);
}

.filter-row button.active {
  background: #7a4f2a;
  color: #fff;
  font-weight: 700;
}

.case-filter-group.collapsed .filter-row {
  max-height: none;
}

.case-filter-group.expanded .filter-row {
  max-height: none;
}

.case-filter-group.collapsed .case-filter-option.is-extra {
  display: none;
}

.case-filter-group.expanded .case-filter-option.is-extra {
  display: inline-flex;
}

.filter-toggle {
  justify-self: start;
  min-height: 30px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #7a4f2a;
  padding: 0 2px;
  font-size: 13px;
  font-weight: 700;
}

.back-button {
  min-height: 36px;
  margin: 0 0 14px;
  border: 0;
  border-radius: 8px;
  background: #f2eee6;
  color: #7a4f2a;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 700;
}

.detail-page {
  display: block;
}

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

.h5-case-hero {
  overflow: hidden;
  border: 1px solid rgba(122, 79, 42, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(32, 35, 31, 0.08);
}

.h5-case-cover-button {
  appearance: none;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.detail-cover {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  max-height: none;
  border-radius: 0;
  background: #e7e1d8;
  object-fit: cover;
}

.h5-case-hero-copy {
  padding: 16px;
}

.detail-eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  color: #9a6a36;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-page h2 {
  margin: 0;
  color: #20231f;
  font-size: 21px;
  line-height: 1.35;
  letter-spacing: 0;
}

.detail-page > p,
.detail-copy {
  margin: 10px 0 0;
  color: #4f584d;
  font-size: 14px;
  line-height: 1.8;
}

.h5-case-actions {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.primary-action {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 12px;
  border-radius: 8px;
  background: #7a4f2a;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.h5-case-actions .primary-action,
.h5-case-actions .poster-action {
  margin-top: 0;
}

.poster-action,
.secondary-action {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid #d8c7b3;
  border-radius: 8px;
  background: #fff;
  color: #7a4f2a;
  padding: 0 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.poster-action {
  width: 100%;
  margin-top: 14px;
}

.h5-vr-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  border-radius: 8px;
  background: #1d1711;
  color: #fff;
  box-shadow: 0 18px 42px rgba(32, 35, 31, 0.16);
}

.h5-vr-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(29, 23, 17, 0.1), rgba(29, 23, 17, 0.72));
}

.h5-vr-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h5-vr-card > div {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  align-content: end;
  min-height: 220px;
  padding: 18px;
}

.h5-vr-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.h5-vr-card h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}

.h5-vr-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.7;
}

.h5-vr-card .secondary-action {
  width: fit-content;
  min-height: 38px;
  margin-top: 4px;
  border-color: rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.92);
  color: #241f18;
  padding: 0 14px;
}

.case-rich-text-block {
  padding: 16px;
  border: 1px solid rgba(122, 79, 42, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(32, 35, 31, 0.06);
}

.h5-case-rich-text {
  display: grid;
  gap: 12px;
  color: #3f403b;
  font-size: 14px;
  line-height: 1.9;
}

.h5-case-rich-text h2,
.h5-case-rich-text h3 {
  margin: 4px 0 0;
  color: #20231f;
  font-size: 17px;
  line-height: 1.45;
}

.h5-case-rich-text p,
.h5-case-rich-text ul,
.h5-case-rich-text ol {
  margin: 0;
}

.h5-case-rich-text ul,
.h5-case-rich-text ol {
  padding-left: 20px;
}

.h5-case-rich-text strong,
.h5-case-rich-text b {
  color: #20231f;
  font-weight: 800;
}

.image-grid {
  display: grid;
  grid-auto-flow: row dense;
  grid-auto-rows: 44px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 8px;
}

.image-grid .image-preview-button {
  grid-column: span var(--case-mobile-column-span, 12);
  grid-row: span var(--case-row-span, 4);
}
@media (min-width: 640px) {
  .image-grid .image-preview-button { grid-column: span var(--case-column-span, 6); }
}

.image-grid button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: zoom-in;
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
}

.image-grid button:focus-visible {
  outline: 2px solid #8a5a2b;
  outline-offset: 2px;
}

.image-grid img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background: #e7e1d8;
  object-fit: cover;
}

.image-grid img.focal-top { object-position: top; }
.image-grid img.focal-bottom { object-position: bottom; }
.image-grid img.focal-left { object-position: left; }
.image-grid img.focal-right { object-position: right; }


.image-preview-dialog {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  background: rgba(19, 16, 12, 0.82);
  overscroll-behavior: contain;
}

.image-preview-panel {
  position: relative;
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-preview-stage {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.image-preview-panel img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  background: #19140f;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  touch-action: pinch-zoom;
  user-select: none;
  -webkit-user-drag: none;
}

.image-preview-close {
  position: absolute;
  top: max(14px, env(safe-area-inset-top));
  right: max(14px, env(safe-area-inset-right));
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #fffaf2;
  color: #211b15;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

body.image-preview-open {
  overflow: hidden;
  touch-action: none;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.feature-list span {
  min-height: 32px;
  padding: 7px 10px;
  border-radius: 8px;
  background: #fff;
  color: #7a4f2a;
  font-size: 13px;
  box-shadow: 0 6px 16px rgba(32, 35, 31, 0.04);
}

.contact-list {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.contact-qr {
  display: block;
  width: min(180px, 58vw);
  aspect-ratio: 1;
  object-fit: cover;
  margin: 16px auto 4px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(32, 35, 31, 0.08);
}

.contact-list a,
.contact-list button,
.contact-list span {
  display: block;
  width: 100%;
  min-height: 40px;
  border: 0;
  border-radius: 8px;
  background: #f7f4ef;
  color: #4f584d;
  padding: 10px 12px;
  text-align: left;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.55;
}

.h5-about-page {
  display: grid;
  gap: 20px;
  margin: 0;
  padding-bottom: 14px;
}

.h5-about-hero {
  overflow: hidden;
  border-radius: 8px;
  background: #17130f;
  color: #fff;
}

.h5-about-hero-media {
  position: relative;
  aspect-ratio: 16 / 10;
  max-height: 300px;
  overflow: hidden;
  background: #30271f;
}

.h5-about-hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 14, 11, 0.04), rgba(18, 14, 11, 0.28));
  content: "";
}

.h5-about-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h5-about-hero-copy {
  padding: 26px 24px 30px;
}

.h5-about-hero-copy > span,
.h5-about-eyebrow {
  color: #c9a46a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.h5-about-hero-copy h1 {
  max-width: 320px;
  margin: 12px 0 0;
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: 0;
}

.h5-about-hero-copy p {
  max-width: 330px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.75;
}

.h5-about-section,
.h5-about-story,
.h5-about-contact {
  margin: 0 6px;
}

.h5-about-section h2,
.h5-about-story h2,
.h5-about-contact h2 {
  margin: 12px 0 0;
  color: #211b15;
  font-size: 26px;
  line-height: 1.3;
}

.h5-about-lead,
.h5-about-story > p,
.h5-about-contact > p {
  margin: 14px 0 0;
  color: #62584d;
  font-size: 14px;
  line-height: 1.85;
}

.h5-about-story {
  padding: 28px 20px 30px;
  margin: 0;
  border-radius: 8px;
  background: #1b1713;
  color: #fff;
}

.h5-about-story h2 {
  color: #fff;
}

.h5-about-story > p {
  max-width: 34em;
  color: rgba(255, 255, 255, .72);
}

.h5-about-principles {
  display: grid;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.h5-about-principles div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.h5-about-principles span {
  color: #c9a46a;
  font-size: 11px;
}

.h5-about-principles strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.55;
}

.h5-about-chapters {
  margin-top: 26px;
}

.h5-about-chapters details {
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.h5-about-chapters details:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.h5-about-chapters summary {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 17px 0;
  color: #fff;
  cursor: pointer;
  list-style: none;
}

.h5-about-chapters summary::-webkit-details-marker {
  display: none;
}

.h5-about-chapters summary span {
  color: #c9a46a;
  font-size: 11px;
}

.h5-about-chapters summary strong {
  font-size: 16px;
  line-height: 1.45;
}

.h5-about-chapters details p {
  margin: -2px 0 20px 42px;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  line-height: 1.85;
}

.h5-about-capabilities {
  margin-top: 22px;
  border-top: 1px solid #d9c8b0;
}

.h5-about-context {
  margin-top: 20px;
  border-top: 1px solid #d9c8b0;
  border-bottom: 1px solid #d9c8b0;
}

.h5-about-context summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 28px 16px 0;
  color: #7a4f2a;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.h5-about-context p {
  margin: 0 0 18px;
  color: #62584d;
  font-size: 13px;
  line-height: 1.85;
}

.h5-about-capabilities details {
  border-bottom: 1px solid #d9c8b0;
}

.h5-about-capabilities summary {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
}

.h5-about-capabilities summary::-webkit-details-marker {
  display: none;
}

.h5-about-capabilities summary > span {
  color: #9a6a36;
  font-size: 12px;
  font-weight: 800;
}

.h5-about-capabilities h3 {
  margin: 0;
  color: #211b15;
  font-size: 17px;
  line-height: 1.5;
}

.h5-about-capabilities p {
  margin: -4px 0 20px 44px;
  color: #62584d;
  font-size: 13px;
  line-height: 1.8;
}

.h5-about-chapters summary::after,
.h5-about-context summary::after,
.h5-about-capabilities summary::after {
  color: currentColor;
  content: "展开  ↓";
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

.h5-about-chapters details[open] summary::after,
.h5-about-context[open] summary::after,
.h5-about-capabilities details[open] summary::after {
  content: "收起  ↑";
}

.h5-about-chapters summary::after {
  color: #c9a46a;
}

.h5-about-capabilities summary::after {
  color: #956433;
}

.h5-about-service {
  display: block;
  min-width: 0;
  overflow: hidden;
}

.h5-about-service > .h5-about-eyebrow,
.h5-about-service > h2,
.h5-about-service > .h5-about-lead,
.h5-about-service > .h5-about-capabilities {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.h5-about-service > h2,
.h5-about-service > .h5-about-lead {
  overflow-wrap: anywhere;
  writing-mode: horizontal-tb;
}

.h5-about-service .h5-about-capabilities {
  grid-template-columns: minmax(0, 1fr);
}

.h5-about-contact {
  padding-top: 26px;
  border-top: 1px solid #d9c8b0;
}

.h5-about-brand-intro {
  padding: 26px 0;
  border-top: 1px solid #d9c8b0;
  border-bottom: 1px solid #d9c8b0;
}

.h5-about-capability-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 24px;
  border-radius: 8px;
  object-fit: cover;
}

.h5-about-film {
  display: grid;
  gap: 24px;
  padding: 26px 20px;
  border-radius: 8px;
  background: #17130f;
  color: #fff;
}

.h5-about-film h2 {
  margin: 12px 0 0;
  color: #fff;
  font-size: 26px;
  line-height: 1.3;
}

.h5-about-film-copy p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.8;
}

.h5-about-film-media {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: #0d0b09;
}

.h5-about-film-media video,
.h5-about-film-media a,
.h5-about-film-placeholder {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 16 / 9;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #17130f;
  text-decoration: none;
  object-fit: cover;
}

.h5-about-film-media a img,
.h5-about-film-placeholder img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .78;
}

.h5-about-film-media a span,
.h5-about-film-placeholder span {
  position: relative;
  z-index: 1;
  padding: 11px 18px;
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
}

.h5-about-milestones {
  display: grid;
  margin-top: 24px;
  border-top: 1px solid #d9c8b0;
}

.h5-about-milestones article {
  padding: 20px 0;
  border-bottom: 1px solid #d9c8b0;
}

.h5-about-milestones span {
  color: #9a6a36;
  font-size: 12px;
  font-weight: 800;
}

.h5-about-milestones h3 {
  margin: 8px 0 0;
  color: #211b15;
  font-size: 18px;
  line-height: 1.45;
}

.h5-about-milestones p {
  margin: 8px 0 0;
  color: #62584d;
  font-size: 13px;
  line-height: 1.8;
}

.h5-about-certificates {
  min-width: 0;
  padding: 26px 20px 24px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e3d7c6;
  border-radius: 8px;
  background: #fbf7f0;
  box-shadow: 0 18px 48px rgba(54, 43, 29, .07);
}

.h5-certificate-carousel {
  position: relative;
  margin-top: 22px;
  padding: 0 0 64px;
  overflow: hidden;
  border: 1px solid #ded1c0;
  border-radius: 8px;
  background: linear-gradient(155deg, #fff 0%, #f6efe5 100%);
  box-shadow: 0 18px 42px rgba(54, 43, 29, .08);
}

.h5-certificate-count {
  margin: 10px 0 0;
  color: #7b6a55;
  font-size: 13px;
  line-height: 1.6;
}

.h5-certificate-card {
  width: 100%;
  min-width: 0;
  padding: 16px 16px 18px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #211b15;
  text-align: center;
  cursor: pointer;
}

.h5-certificate-viewport {
  overflow: hidden;
}

.h5-certificate-track {
  display: flex;
  transition: transform .65s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.h5-certificate-slide {
  flex: 0 0 100%;
  min-width: 0;
}

.h5-certificate-index {
  display: block;
  width: 100%;
  color: #9a6a36;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-align: left;
}

.h5-certificate-media {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-top: 10px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #ede4d8;
  border-radius: 6px;
  background: #f5f1ea;
}

.h5-certificate-card.is-portrait .h5-certificate-media {
  width: min(100%, 270px);
  aspect-ratio: 3 / 4;
  margin-inline: auto;
}

.h5-certificate-card.is-square .h5-certificate-media {
  aspect-ratio: 1;
}

.h5-certificate-card img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  object-fit: contain;
}

.h5-certificate-card strong {
  display: block;
  margin: 16px auto 0;
  color: #211b15;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
  text-align: center;
}

.h5-certificate-card small {
  display: block;
  margin: 6px auto 0;
  color: #9a6a36;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
}

.h5-certificate-arrow {
  position: static;
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(154, 106, 54, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .62);
  color: #211b15;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82), 0 5px 16px rgba(54, 43, 29, .09);
  font-size: 18px;
}

.h5-certificate-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  height: 64px;
  padding: 0 12px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-top: 1px solid rgba(222, 209, 192, .72);
  background: linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(238, 226, 209, .58));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82), 0 -10px 28px rgba(65, 48, 29, .06);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
}

.h5-certificate-pagination > span {
  min-width: 48px;
  color: #9a6a36;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-align: center;
}

.h5-certificate-dots {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.h5-certificate-dots button {
  width: 15px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(171, 150, 122, .42);
  transition: width .25s ease, background .25s ease;
}

.h5-certificate-dots button.active {
  width: 28px;
  background: linear-gradient(90deg, #b8874f, #835727);
  box-shadow: 0 2px 7px rgba(131, 87, 39, .2);
}

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  box-sizing: border-box;
  width: min(100vw, 480px);
  margin: 0;
  transform: translateX(-50%);
  padding: 7px max(10px, env(safe-area-inset-left)) calc(7px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-right));
  border-top: 1px solid #e7e1d8;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -8px 22px rgba(32, 35, 31, 0.08);
}

.bottom-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  padding: 0 2px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #6f6a60;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.bottom-nav button.active {
  background: #f2eee6;
  color: #7a4f2a;
  font-weight: 700;
}

.empty-state {
  padding: 24px 14px;
  border-radius: 8px;
  background: #fff;
  color: #6f6a60;
  font-size: 13px;
  text-align: center;
}

.knowledge-detail {
  padding-bottom: 28px;
}

.knowledge-detail-head {
  margin-top: 18px;
  padding: 18px 16px;
  border-radius: 8px;
  background: linear-gradient(180deg, #fffaf3 0%, #f5eee4 100%);
  border: 1px solid rgba(212, 185, 146, 0.46);
}

.knowledge-detail-head span {
  display: inline-flex;
  margin-bottom: 10px;
  border-radius: 999px;
  background: rgba(154, 106, 54, 0.1);
  color: #8a5a2b;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 800;
}

.knowledge-detail-head h1 {
  margin: 0;
  color: #211b15;
  font-size: 24px;
  line-height: 1.32;
  letter-spacing: 0;
}

.knowledge-detail-head p {
  margin: 12px 0 0;
  color: #5f5a52;
  font-size: 14px;
  line-height: 1.9;
}

.article-body {
  display: block;
  margin-top: 14px;
  padding: 18px 16px 22px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(33, 27, 21, 0.05);
}

.article-body h2,
.article-body h3 {
  margin: 26px 0 10px;
  color: #211b15;
  line-height: 1.42;
  letter-spacing: 0;
}

.article-body h2:first-child,
.article-body h3:first-child {
  margin-top: 0;
}

.article-body h2 {
  font-size: 20px;
}

.article-body h3 {
  font-size: 17px;
}

.article-body p,
.article-body li {
  color: #3f463d;
  font-size: 16px;
  line-height: 2;
}

.article-body p {
  margin: 12px 0 0;
}

.article-body ul,
.article-body ol {
  margin: 12px 0 0;
  padding-left: 22px;
}

.article-body li + li {
  margin-top: 8px;
}

.article-body blockquote {
  margin: 16px 0 0;
  border-left: 4px solid #d4b992;
  border-radius: 8px;
  background: #f8f2e9;
  color: #4f463b;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 1.9;
}

.article-body figure {
  margin: 18px 0 0;
}

.article-body figure img {
  display: block;
  width: 100%;
  border-radius: 8px;
  background: #ece4da;
}

.article-body figcaption {
  margin-top: 8px;
  color: #7b746b;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.article-table-wrap {
  width: 100%;
  margin: 18px 0 0;
  overflow-x: auto;
  border: 1px solid #e7ddcf;
  border-radius: 8px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.article-table-wrap table {
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.article-table-wrap th,
.article-table-wrap td {
  min-width: 108px;
  border-bottom: 1px solid #eee4d8;
  border-right: 1px solid #eee4d8;
  padding: 11px 12px;
  color: #3f3a33;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
}

.article-table-wrap th {
  background: #f5eee4;
  color: #211b15;
  font-weight: 800;
}

.article-table-wrap tr:last-child td {
  border-bottom: 0;
}

.article-table-wrap th:last-child,
.article-table-wrap td:last-child {
  border-right: 0;
}

.article-body pre {
  margin: 16px 0 0;
  overflow-x: auto;
  border-radius: 8px;
  background: #211b15;
  color: #fffaf3;
  padding: 14px;
  font-size: 13px;
  line-height: 1.7;
}

.article-body hr {
  margin: 22px 0;
  border: 0;
  border-top: 1px solid #e7ddcf;
}

.lead-dialog {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px 12px calc(18px + env(safe-area-inset-bottom));
  background: rgba(22, 24, 21, 0.45);
}

.lead-dialog-panel {
  position: relative;
  width: min(100%, 448px);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.lead-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 8px;
  background: #f2eee6;
  color: #7a4f2a;
  font-size: 22px;
  line-height: 1;
}

.lead-eyebrow {
  margin: 0;
  color: #8a643f;
  font-size: 12px;
  font-weight: 700;
}

.lead-dialog-panel h2 {
  margin: 8px 38px 0 0;
  color: #20231f;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0;
}

.lead-copy {
  margin: 10px 0 0;
  color: #6f6a60;
  font-size: 13px;
  line-height: 1.7;
}

.lead-form {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.lead-form label {
  display: grid;
  gap: 6px;
}

.lead-form span {
  color: #4f584d;
  font-size: 13px;
  font-weight: 700;
}

.lead-form input {
  width: 100%;
  min-height: 42px;
  border: 1px solid #ded2c4;
  border-radius: 8px;
  background: #fff;
  color: #20231f;
  padding: 0 12px;
  outline: 0;
}

.lead-form input[name="companyWebsite"] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.lead-form .lead-consent {
  align-items: flex-start;
  display: grid;
  gap: 9px;
  grid-template-columns: 18px 1fr;
}

.lead-form .lead-consent input {
  margin-top: 3px;
  min-height: 18px;
  padding: 0;
  width: 18px;
}

.lead-form .lead-consent span {
  color: #6f6a60;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
}

.lead-form .lead-consent a {
  color: #9a6a36;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lead-error {
  margin: 0;
  border-radius: 8px;
  background: #fff2f0;
  color: #b42318;
  padding: 9px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.lead-form .primary-action {
  width: 100%;
  border: 0;
}

.share-poster-dialog {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px 12px calc(18px + env(safe-area-inset-bottom));
  background: rgba(22, 24, 21, 0.55);
}

.share-poster-panel {
  position: relative;
  width: min(100%, 448px);
  border-radius: 8px;
  background: #f7f4ef;
  padding: 14px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.share-poster-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: #7a4f2a;
  font-size: 22px;
  line-height: 1;
}

.share-poster-card {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(32, 35, 31, 0.08);
}

.share-poster-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 14px 12px;
}

.share-poster-brand img {
  width: 112px;
  height: auto;
}

.share-poster-brand span {
  color: #8a643f;
  font-size: 12px;
  font-weight: 700;
}

.share-poster-cover {
  display: block;
  width: calc(100% - 28px);
  aspect-ratio: 1 / 0.66;
  margin: 0 14px;
  border-radius: 8px;
  background: #f2eee6;
  object-fit: contain;
}

.share-poster-copy {
  padding: 14px;
}

.share-poster-copy p {
  margin: 0;
  color: #8a643f;
  font-size: 12px;
  font-weight: 700;
}

.share-poster-copy h2 {
  margin: 6px 0 0;
  color: #20231f;
  font-size: 20px;
  line-height: 1.35;
}

.share-poster-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.share-poster-tags span {
  min-height: 24px;
  padding: 4px 7px;
  border-radius: 8px;
  background: #f2eee6;
  color: #7a4f2a;
  font-size: 11px;
}

.share-poster-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border-top: 1px solid #f0e7dc;
}

.share-poster-footer strong,
.share-poster-footer span {
  display: block;
}

.share-poster-footer strong {
  color: #20231f;
  font-size: 15px;
}

.share-poster-footer span {
  margin-top: 5px;
  color: #6f6a60;
  font-size: 12px;
}

.share-poster-footer img {
  width: 94px;
  height: 94px;
  border-radius: 8px;
  background: #fff;
}

.share-poster-hint {
  margin: 10px 2px 0;
  color: #6f6a60;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

.share-poster-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 12px;
}

.share-poster-actions .primary-action {
  margin-top: 0;
  border: 0;
}

@media (min-width: 720px) {
  body {
    background: #eef0ed;
  }

  .app-shell {
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 18px;
    background: #f7f4ef;
    box-shadow: 0 20px 60px rgba(32, 35, 31, 0.16);
  }
}
