.corp-page--pc {
  padding-bottom: 72px;
}

.corp-hero--pc {
  padding: 12px 0 28px;
}

.corp-hero__shell {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 26px;
  align-items: stretch;
  box-sizing: border-box;
  min-height: var(--hiwawa-corp-hero-shell-h, 288px);
  height: var(--hiwawa-corp-hero-shell-h, 288px);
}

/* 四页同高：侧栏与主区撑满行高；主区文案过长时可纵向滚动 */
body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__content,
body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__panel {
  max-height: 100%;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__content {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__panel {
  overflow-x: hidden;
  overflow-y: hidden;
}

.corp-hero__content,
.corp-hero__panel {
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(23, 19, 15, 0.12);
}

.corp-hero__content {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 40px 42px;
  background: linear-gradient(145deg, #15110d 0%, #231a13 58%, #32261b 100%);
  color: #fbf7f0;
}

.corp-hero__title {
  margin: 12px 0 14px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.018em;
  color: #fbf7f0;
}

.corp-hero__lead {
  max-width: 760px;
  color: rgba(251, 247, 240, 0.78);
  line-height: 1.82;
  font-size: 1.06rem;
  letter-spacing: 0.012em;
}

.corp-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
  padding-top: 16px;
}

/* 与移动端一致：金边胶囊标签 */
.corp-hero__tags span {
  display: inline-flex;
  align-items: center;
  padding: 5px 14px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 108, 0.38);
  background: rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: rgba(251, 247, 240, 0.92);
  font-size: 0.8125rem;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.corp-hero__panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  padding: 32px;
  background:
    radial-gradient(circle at top right, rgba(205, 171, 111, 0.28), transparent 34%),
    linear-gradient(180deg, #f9f4ec 0%, #efe6d9 100%);
  color: #31261b;
}

.corp-hero__panel-logo {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: -8px 0 4px;
}

.corp-hero__panel-logo-img {
  display: block;
  width: var(--hiwawa-corp-panel-logo-size, 120px);
  height: var(--hiwawa-corp-panel-logo-size, 120px);
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.corp-hero__panel-body {
  margin-top: 20px;
  min-height: 0;
}

.corp-hero__panel p {
  margin: 16px 0 0;
  color: #6a5c4c;
  line-height: 1.9;
}

.corp-sections--pc {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

/* 免责声明 / 发展历程 / 联系我们：桥线与下方同距（与发展历程一致） */
.corp-about-bridge:has(+ .corp-privacy-paper--pc),
.corp-about-bridge:has(+ .corp-history-timeline--pc),
.corp-about-bridge:has(+ .corp-sections--pc) {
  margin-bottom: 4px;
}

.corp-about-bridge + .corp-privacy-paper--pc,
.corp-about-bridge + .corp-history-timeline--pc,
.corp-about-bridge + .corp-sections--pc {
  margin-top: 52px;
}

.corp-card--pc {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(145, 114, 68, 0.12);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 20px 44px rgba(23, 19, 15, 0.06);
  transform: translateY(18px);
  opacity: 0;
  transition: transform 0.45s ease, opacity 0.45s ease;
  transition-delay: calc(var(--corp-delay, 0) * 50ms);
}

.corp-card--pc.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.corp-card__index {
  color: #b18a53;
  font-size: 0.82rem;
}

.corp-card h2 {
  margin: 12px 0 12px;
  color: #221c16;
  font-size: 1.32rem;
}

.corp-card p {
  margin: 0;
  color: #6c6054;
  line-height: 1.9;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: rgba(224, 192, 132, 0.95);
  letter-spacing: 0.26em;
  font-size: 0.72rem;
  line-height: 1.45;
  text-shadow: 0 0 16px rgba(212, 175, 108, 0.12);
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__eyebrow::before,
body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__eyebrow::after {
  content: "";
  display: inline-block;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 108, 0.72), transparent);
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__eyebrow::before {
  width: 28px;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__eyebrow::after {
  width: 40px;
}

/* —— 免责声明 / 发展历程 / 联系我们：宽屏差异化动态 Hero —— */
body.hiwawa-page-corp.hiwawa-device-pc.hiwawa-corp-disclaimer .corp-hero__content,
body.hiwawa-page-corp.hiwawa-device-pc.hiwawa-corp-history .corp-hero__content,
body.hiwawa-page-corp.hiwawa-device-pc.hiwawa-corp-contact .corp-hero__content {
  position: relative;
  isolation: isolate;
}

body.hiwawa-page-corp.hiwawa-device-pc.hiwawa-corp-disclaimer .corp-hero__content > *,
body.hiwawa-page-corp.hiwawa-device-pc.hiwawa-corp-history .corp-hero__content > *,
body.hiwawa-page-corp.hiwawa-device-pc.hiwawa-corp-contact .corp-hero__content > * {
  position: relative;
  z-index: 1;
}

body.hiwawa-page-corp.hiwawa-device-pc.hiwawa-corp-disclaimer .corp-hero__content::before,
body.hiwawa-page-corp.hiwawa-device-pc.hiwawa-corp-disclaimer .corp-hero__content::after,
body.hiwawa-page-corp.hiwawa-device-pc.hiwawa-corp-history .corp-hero__content::before,
body.hiwawa-page-corp.hiwawa-device-pc.hiwawa-corp-history .corp-hero__content::after,
body.hiwawa-page-corp.hiwawa-device-pc.hiwawa-corp-contact .corp-hero__content::before,
body.hiwawa-page-corp.hiwawa-device-pc.hiwawa-corp-contact .corp-hero__content::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

body.hiwawa-page-corp.hiwawa-device-pc.hiwawa-corp-disclaimer .corp-hero__content::before {
  inset: 0;
  border-radius: inherit;
  background:
    repeating-linear-gradient(
      180deg,
      rgba(217, 188, 135, 0.11) 0 1px,
      transparent 1px 22px
    ),
    linear-gradient(180deg, rgba(255, 244, 220, 0.03), transparent 44%);
  opacity: 0.34;
  animation: hiwawa-corp-disclaimer-lines 18s linear infinite;
}

body.hiwawa-page-corp.hiwawa-device-pc.hiwawa-corp-disclaimer .corp-hero__content::after {
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    115deg,
    transparent 0 34%,
    rgba(255, 248, 233, 0.04) 44%,
    rgba(214, 180, 117, 0.15) 50%,
    rgba(255, 248, 233, 0.04) 56%,
    transparent 68%
  );
  opacity: 0.7;
  animation: hiwawa-corp-disclaimer-beam 14s ease-in-out infinite;
}

body.hiwawa-page-corp.hiwawa-device-pc.hiwawa-corp-history .corp-hero__content::before {
  left: 42px;
  right: 42px;
  bottom: 26px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(212, 175, 108, 0.18) 12%,
    rgba(212, 175, 108, 0.48) 50%,
    rgba(212, 175, 108, 0.18) 88%,
    transparent 100%
  );
}

body.hiwawa-page-corp.hiwawa-device-pc.hiwawa-corp-history .corp-hero__content::after {
  bottom: 20px;
  left: 42px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff7e6 0%, rgba(212, 175, 108, 0.95) 38%, rgba(212, 175, 108, 0.12) 72%, transparent 100%);
  box-shadow: 0 0 22px rgba(212, 175, 108, 0.45);
  animation: hiwawa-corp-history-dot 11s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

body.hiwawa-page-corp.hiwawa-device-pc.hiwawa-corp-contact .corp-hero__content::before {
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 84% 18%, rgba(214, 180, 117, 0.26) 0%, transparent 20%),
    radial-gradient(circle at 14% 72%, rgba(255, 244, 220, 0.09) 0%, transparent 16%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.02), transparent 48%);
  opacity: 0.92;
  animation: hiwawa-corp-contact-glow 8.5s ease-in-out infinite alternate;
}

body.hiwawa-page-corp.hiwawa-device-pc.hiwawa-corp-contact .corp-hero__content::after {
  top: 20px;
  right: 22px;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08) 0%, transparent 58%),
    conic-gradient(
      from 0deg,
      rgba(212, 175, 108, 0.24),
      transparent 24%,
      transparent 70%,
      rgba(255, 255, 255, 0.16),
      transparent 100%
    );
  border: 1px solid rgba(214, 180, 117, 0.18);
  opacity: 0.72;
  animation: hiwawa-corp-contact-ring 16s linear infinite;
}

@keyframes hiwawa-corp-disclaimer-lines {
  to {
    background-position: 0 22px, 0 0;
  }
}

@keyframes hiwawa-corp-disclaimer-beam {
  0%,
  100% {
    opacity: 0.22;
    background-position: -180px 0;
  }
  50% {
    opacity: 0.76;
    background-position: 180px 0;
  }
}

@keyframes hiwawa-corp-history-dot {
  0% {
    left: 42px;
    opacity: 0.8;
  }
  50% {
    left: calc(100% - 54px);
    opacity: 1;
  }
  100% {
    left: 42px;
    opacity: 0.8;
  }
}

@keyframes hiwawa-corp-contact-glow {
  from {
    opacity: 0.72;
  }
  to {
    opacity: 0.98;
  }
}

@keyframes hiwawa-corp-contact-ring {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.hiwawa-page-corp.hiwawa-device-pc.hiwawa-corp-disclaimer .corp-hero__content::before,
  body.hiwawa-page-corp.hiwawa-device-pc.hiwawa-corp-disclaimer .corp-hero__content::after,
  body.hiwawa-page-corp.hiwawa-device-pc.hiwawa-corp-history .corp-hero__content::after,
  body.hiwawa-page-corp.hiwawa-device-pc.hiwawa-corp-contact .corp-hero__content::before,
  body.hiwawa-page-corp.hiwawa-device-pc.hiwawa-corp-contact .corp-hero__content::after {
    animation: none;
  }
}

/* —— 关于我们：专属高级布局 —— */
.corp-page--is-about.corp-page--pc .corp-hero--is-about {
  padding: 12px 0 28px;
}

.corp-page--is-about .corp-hero__content {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 40px 42px;
  border: 1px solid rgba(212, 184, 124, 0.22);
  box-shadow:
    0 32px 80px rgba(12, 9, 6, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(ellipse 90% 55% at 10% -8%, rgba(196, 154, 86, 0.24), transparent 52%),
    radial-gradient(ellipse 65% 45% at 102% 108%, rgba(90, 62, 38, 0.22), transparent 48%),
    linear-gradient(155deg, #0f0c0a 0%, #1a1410 45%, #261c15 100%);
}

/* 光韵层：必须落在卡片内（父级 overflow 会裁掉负 inset 的旧版），否则会「看不见」 */
.corp-hero__aurora {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(ellipse 110% 75% at 82% 6%, rgba(212, 175, 108, 0.42) 0%, transparent 52%),
    radial-gradient(ellipse 85% 70% at 8% 88%, rgba(90, 55, 34, 0.28) 0%, transparent 48%),
    radial-gradient(circle at 42% 38%, rgba(255, 244, 220, 0.06) 0%, transparent 55%);
  animation: hiwawa-corp-aurora-breathe 11s ease-in-out infinite alternate;
  contain: paint;
}

.corp-hero__aurora::before {
  content: "";
  position: absolute;
  width: 220%;
  height: 220%;
  left: -60%;
  top: -60%;
  background: conic-gradient(
    from 200deg at 50% 50%,
    transparent 0deg,
    rgba(212, 175, 108, 0.12) 28deg,
    transparent 70deg,
    transparent 160deg,
    rgba(255, 250, 235, 0.07) 210deg,
    transparent 280deg
  );
  animation: hiwawa-corp-aurora-sweep 22s linear infinite;
}

@keyframes hiwawa-corp-aurora-breathe {
  from {
    opacity: 0.78;
  }
  to {
    opacity: 0.98;
  }
}

@keyframes hiwawa-corp-aurora-sweep {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .corp-hero__aurora,
  .corp-hero__aurora::before {
    animation: none;
  }

  .corp-hero__aurora {
    opacity: 0.88;
  }
}

.corp-page--is-about .corp-hero__eyebrow {
  letter-spacing: 0.3em;
  font-size: 0.73rem;
  line-height: 1.45;
}

.corp-page--is-about .corp-hero__title {
  position: relative;
  z-index: 1;
  margin: 12px 0 14px;
  font-size: clamp(2.4rem, 4.2vw, 3.45rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.08;
  background: linear-gradient(102deg, #fffef9 8%, #e6d2ae 36%, #faf4e8 68%, #ffffff 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.corp-page--is-about .corp-hero__lead {
  position: relative;
  z-index: 1;
  max-width: 42em;
  font-size: 1.08rem;
  line-height: 1.88;
  letter-spacing: 0.015em;
  color: rgba(251, 247, 240, 0.74);
}

.corp-hero__tags--lux {
  position: relative;
  z-index: 1;
}

.corp-page--is-about .corp-hero__panel--manifesto {
  border: 1px solid rgba(180, 145, 90, 0.38);
  box-shadow:
    0 28px 58px rgba(45, 34, 22, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  background:
    linear-gradient(168deg, rgba(255, 252, 246, 0.99) 0%, #f4ece2 50%, #e9dfd2 100%);
}

.corp-page--is-about .corp-hero__panel--manifesto .corp-hero__panel-kicker {
  font-size: 0.7rem;
  letter-spacing: 0.26em;
  line-height: 1.35;
  color: #7a623e;
}

.corp-page--is-about .corp-hero__panel--manifesto p {
  margin-top: 18px;
  font-size: 1.04rem;
  line-height: 1.88;
  letter-spacing: 0.01em;
  color: #453a30;
}

/* 四站同距：与「关于我们」首屏桥线上下留白一致（上 48px / 下 8px，与下文 margin 折叠后约 12px） */
.corp-about-bridge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 48px auto 8px;
  max-width: min(640px, 100%);
}

.corp-about-bridge__line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(122, 98, 62, 0.42), transparent);
}

.corp-about-bridge__dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(145deg, #d4b878, #8a6f44);
  box-shadow: 0 0 22px rgba(201, 169, 98, 0.45);
}

/* —— 关于我们：桥线下方主叙事区 —— */
.corp-about-story--pc {
  margin-top: 12px;
  padding-bottom: 48px;
}

.corp-about-story__head--pc {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 10px 0 6px;
  text-align: center;
  transform: translateY(18px);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.corp-about-story__head--pc.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.corp-about-story__eyebrow {
  display: inline-block;
  letter-spacing: 0.28em;
  font-size: 0.65rem;
  text-transform: uppercase;
  color: #8a6f4a;
}

.corp-about-story__heading {
  margin: 14px 0 12px;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.28;
  color: #1c1712;
}

.corp-about-story__lead {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.92;
  color: #5c5248;
}

.corp-about-story__lead--rich {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.corp-about-story--pc .corp-about-story__lead--rich {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.corp-about-story__lead--rich > *:first-child {
  margin-top: 0;
}

.corp-about-story__lead--rich > *:last-child {
  margin-bottom: 0;
}

.corp-about-story__lead--rich p {
  margin: 0.65em 0;
}

.corp-about-story__lead--rich h2,
.corp-about-story__lead--rich h3 {
  margin: 1em 0 0.5em;
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.35;
  color: #2a231c;
}

.corp-about-story__lead--rich h2 {
  font-size: 1.16rem;
}

.corp-about-story__lead--rich ul,
.corp-about-story__lead--rich ol {
  margin: 0.65em 0;
  padding-left: 1.35em;
}

.corp-about-story__lead--rich li {
  margin: 0.35em 0;
}

.corp-about-story__lead--rich a {
  color: #7a623e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.corp-about-story__lead--rich a:hover {
  color: #5c4a30;
}

.corp-about-story__lead--rich blockquote {
  margin: 1em 0;
  padding: 0.75em 1rem;
  border-left: 3px solid rgba(177, 138, 83, 0.55);
  background: rgba(255, 252, 246, 0.72);
  color: #4a4238;
}

.corp-about-story__lead--rich img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
  border-radius: 8px;
}

.corp-about-story__lead--rich strong {
  font-weight: 600;
  color: #3a322a;
}

.corp-about-story__grid--pc {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 24px;
  margin-top: 34px;
}

.corp-about-pillar--pc {
  display: flex;
  min-height: 0;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(118, 94, 62, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97) 0%, #faf6ef 48%, #f3ebe0 100%);
  box-shadow:
    0 26px 60px rgba(24, 19, 14, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transform: translateY(20px);
  opacity: 0;
  transition:
    transform 0.48s cubic-bezier(0.22, 0.95, 0.35, 1),
    opacity 0.48s ease;
  transition-delay: calc(var(--corp-delay, 0) * 55ms);
}

.corp-about-pillar--pc.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.corp-about-pillar--pc:first-child {
  grid-column: 1 / -1;
}

/* 四张卡片：首、末通栏；五张卡片：仅首张通栏，末张与 04 并排 */
.corp-about-story__grid--pc[data-about-pillars="4"] .corp-about-pillar--pc:last-child:not(:only-child) {
  grid-column: 1 / -1;
}

.corp-about-pillar--pc:first-child .corp-about-pillar__rail {
  padding-top: 32px;
}

.corp-about-pillar--pc:last-child:not(:only-child) .corp-about-pillar__rail {
  background: linear-gradient(180deg, #14110d 0%, #231c15 52%, #2e251c 100%);
}

.corp-about-pillar__rail {
  flex: 0 0 76px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 26px 10px;
  background: linear-gradient(180deg, #16120f 0%, #252019 100%);
  border-right: 1px solid rgba(212, 175, 108, 0.2);
}

.corp-about-pillar__index {
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  color: rgba(236, 212, 158, 0.94);
  line-height: 1;
}

.corp-about-pillar__body {
  flex: 1;
  min-width: 0;
  padding: 24px 26px 28px;
}

.corp-about-pillar__title {
  margin: 0 0 12px;
  font-size: 1.14rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #221c16;
}

.corp-about-pillar__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.88;
  color: #585045;
}

.corp-about-pillar--pc:hover {
  border-color: rgba(176, 142, 92, 0.28);
  box-shadow:
    0 32px 72px rgba(24, 19, 14, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

@media (prefers-reduced-motion: reduce) {
  .corp-about-story__head--pc,
  .corp-about-pillar--pc {
    transition: none;
    transform: none;
    opacity: 1;
  }

  .corp-privacy-paper__sheet {
    transition: none;
    transform: none;
    opacity: 1;
  }

  .corp-history-timeline__item[data-reveal] {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

/* —— 免责声明页：隐私协议（告知书纸张） —— */
.corp-privacy-paper--pc {
  margin: 0;
  padding: 36px 0 44px;
  box-sizing: border-box;
}

.corp-privacy-paper__frame {
  position: relative;
  box-sizing: border-box;
}

.corp-privacy-paper__desk {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
  pointer-events: none;
}

.corp-privacy-paper__sheet {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  padding: 40px 44px 44px 40px;
  border-radius: 14px;
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", STSong, "Times New Roman", Times, serif;
  color: #1f2937;
  background-color: #fafbfd;
  background-image: linear-gradient(
    165deg,
    #ffffff 0%,
    #f7f9fc 42%,
    #f0f3f8 100%
  );
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    inset 0 3px 0 0 #ff6b35,
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 24px 56px rgba(15, 23, 42, 0.07),
    0 2px 12px rgba(15, 23, 42, 0.04);
  transform: translateY(10px);
  opacity: 0;
  transition:
    transform 0.32s cubic-bezier(0.22, 0.95, 0.35, 1),
    opacity 0.28s ease;
}

.corp-privacy-paper__sheet.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.corp-privacy-paper__binder {
  position: absolute;
  left: 16px;
  top: 46px;
  bottom: 28px;
  width: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  pointer-events: none;
}

.corp-privacy-paper__binder span {
  display: block;
  height: 11px;
  width: 11px;
  margin: 0 auto;
  border-radius: 50%;
  background: #f4f6f9;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow:
    0 1px 2px rgba(255, 255, 255, 0.9) inset,
    0 0 0 1px rgba(255, 107, 53, 0.2);
}

.corp-privacy-paper__letterhead {
  text-align: center;
  margin-bottom: 22px;
  padding-bottom: 4px;
}

.corp-privacy-paper__kind {
  margin: 0 0 6px;
  letter-spacing: 0.55em;
  font-size: 0.72rem;
  font-family: inherit;
  color: #6b7280;
}

.corp-privacy-paper__title {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.65rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.35;
}

.corp-privacy-paper__rule {
  height: 2px;
  margin: 16px auto 0;
  max-width: 220px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 107, 53, 0.35) 25%,
    rgba(255, 107, 53, 0.65) 50%,
    rgba(255, 107, 53, 0.35) 75%,
    transparent
  );
}

.corp-privacy-paper__body-panel {
  margin-top: 22px;
  padding: 22px 22px 26px;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background: #ffffff;
  box-shadow: 0 2px 16px rgba(15, 23, 42, 0.05);
}

.corp-privacy-paper__body--rich {
  font-size: 0.94rem;
  line-height: 1.72;
  color: #4b5563;
}

.corp-privacy-paper__body--rich > *:first-child {
  margin-top: 0;
}

.corp-privacy-paper__body--rich > *:last-child {
  margin-bottom: 0;
}

.corp-privacy-paper__body--rich h1,
.corp-privacy-paper__body--rich h2,
.corp-privacy-paper__body--rich h3,
.corp-privacy-paper__body--rich h4 {
  margin: 1.1em 0 0.5em;
  font-weight: 700;
  color: #111827;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

.corp-privacy-paper__body--rich h1:first-child,
.corp-privacy-paper__body--rich h2:first-child,
.corp-privacy-paper__body--rich h3:first-child {
  margin-top: 0;
}

.corp-privacy-paper__body--rich h2 {
  font-size: 1.15rem;
}

.corp-privacy-paper__body--rich h3 {
  font-size: 1.05rem;
}

.corp-privacy-paper__body--rich p {
  margin: 0 0 0.85em;
}

.corp-privacy-paper__body--rich ul,
.corp-privacy-paper__body--rich ol {
  margin: 0 0 0.85em 1.2em;
  padding: 0;
}

.corp-privacy-paper__body--rich li {
  margin: 0.25em 0;
}

.corp-privacy-paper__body--rich a {
  color: #ea580c;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.corp-privacy-paper__body--rich a:hover {
  color: #c2410c;
}

.corp-privacy-paper--pc + .corp-sections--pc {
  margin-top: 28px;
}

/* 288px 双列首屏：收紧排版（仅宽屏双列；≤900px 仍用上方默认较大字号） */
@media (min-width: 901px) {
  body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__shell {
    gap: 18px;
  }

  body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__content {
    padding: 24px 26px 20px;
  }

  body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__eyebrow {
    font-size: 0.8rem;
    letter-spacing: 0.22em;
    line-height: 1.4;
    margin: 0 0 10px;
  }

  body.hiwawa-page-corp.hiwawa-device-pc .corp-page--is-about .corp-hero__eyebrow {
    font-size: 0.8rem;
    letter-spacing: 0.26em;
    margin-bottom: 10px;
  }

  body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__title {
    margin: 0 0 16px;
    font-size: 1.82rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.012em;
  }

  body.hiwawa-page-corp.hiwawa-device-pc .corp-page--is-about .corp-hero__title {
    margin: 0 0 16px;
    font-size: clamp(1.7rem, 2.35vw, 2.02rem);
    line-height: 1.08;
    letter-spacing: 0.018em;
  }

  body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__lead {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.66;
    letter-spacing: 0.018em;
  }

  body.hiwawa-page-corp.hiwawa-device-pc .corp-page--is-about .corp-hero__lead {
    font-size: 0.95rem;
    line-height: 1.72;
    letter-spacing: 0.014em;
  }

  body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__tags {
    margin-top: 32px;
    padding-top: 14px;
    gap: 8px;
  }

  body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__tags span {
    padding: 5px 12px;
    font-size: 0.78rem;
    line-height: 1.35;
    letter-spacing: 0.032em;
    border: 1px solid rgba(212, 175, 108, 0.38);
    background: rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: rgba(251, 247, 240, 0.92);
  }

  body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__panel {
    padding: 8px 18px 14px;
  }

  body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__panel-logo {
    margin: -10px 0 2px;
  }

  body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__panel-kicker {
    font-size: 0.94rem;
    letter-spacing: 0.08em;
    line-height: 1.34;
    font-weight: 600;
  }

  body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__panel p {
    margin: 4px 0 0;
    font-size: 0.87rem;
    line-height: 1.5;
    letter-spacing: 0.012em;
  }

  body.hiwawa-page-corp.hiwawa-device-pc .corp-page--is-about .corp-hero__panel--manifesto .corp-hero__panel-kicker {
    font-size: 0.9rem;
    letter-spacing: 0.11em;
  }

  body.hiwawa-page-corp.hiwawa-device-pc .corp-page--is-about .corp-hero__panel--manifesto p {
    margin-top: 4px;
    font-size: 0.86rem;
    line-height: 1.48;
    letter-spacing: 0.01em;
  }
}

/* —— 发展历程：PC 中轴交替时间轴 —— */
.corp-history-timeline--pc {
  margin-top: 0;
  box-sizing: border-box;
}

.corp-history-timeline__list {
  list-style: none;
  margin: 0;
  padding: 16px 0 0;
  position: relative;
}

.corp-history-timeline__list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.14), rgba(15, 23, 42, 0.06));
  border-radius: 999px;
}

.corp-history-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr);
  gap: 0 22px;
  align-items: start;
  margin-bottom: 48px;
  transition-delay: calc(var(--corp-delay, 0) * 55ms);
}

.corp-history-timeline__item:last-child {
  margin-bottom: 0;
}

.corp-history-timeline__spacer {
  min-height: 1px;
}

.corp-history-timeline__node {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8px;
  z-index: 1;
}

.corp-history-timeline__node-dot {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #dc2626;
  box-shadow:
    0 0 0 5px rgba(220, 38, 38, 0.14),
    inset 0 0 0 3px rgba(254, 226, 226, 0.9);
}

.corp-history-timeline__card {
  min-width: 0;
  padding: 2px 0 6px;
}

.corp-history-timeline__card--has-visual {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 12px;
  background: #fafaf9;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
  --corp-tl-img-opacity: 0.42;
}

.corp-history-timeline__card-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.corp-history-timeline__card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: var(--corp-tl-img-opacity, 0.42);
  transform: scale(1.03);
}

.corp-history-timeline__card-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    rgba(255, 255, 255, 0.76) 0%,
    rgba(255, 255, 255, 0.46) 38%,
    rgba(255, 250, 245, 0.28) 100%
  );
}

.corp-history-timeline__card--has-visual .corp-history-timeline__year,
.corp-history-timeline__card--has-visual .corp-history-timeline__text {
  text-shadow:
    0 0 1px rgba(255, 255, 255, 0.9),
    0 1px 2px rgba(255, 255, 255, 0.85),
    0 0 18px rgba(255, 255, 255, 0.55);
}

.corp-history-timeline__card-body {
  position: relative;
  z-index: 2;
  padding: 14px 18px 16px;
}

/* 中轴居中；左右卡片在各自半区内与 Hero 主区 / 侧栏内边距对齐 */
.corp-history-timeline__item--left .corp-history-timeline__card {
  grid-column: 1;
  box-sizing: border-box;
  max-width: none;
  justify-self: stretch;
  text-align: right;
}

.corp-history-timeline__item--right .corp-history-timeline__card {
  grid-column: 3;
  box-sizing: border-box;
  max-width: none;
  justify-self: stretch;
  text-align: left;
}

.corp-history-timeline__year {
  margin: 0 0 10px;
  font-size: clamp(1.32rem, 2vw, 1.62rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #dc2626;
}

.corp-history-timeline__text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.88;
  color: #1c1917;
}

.corp-history-timeline__item[data-reveal] {
  transform: translateY(18px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.22, 0.95, 0.35, 1), opacity 0.48s ease;
}

.corp-history-timeline__item[data-reveal].is-visible {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 900px) {
  .corp-hero__shell {
    grid-template-columns: 1fr;
    height: auto;
    min-height: var(--hiwawa-dual-hero-minh, clamp(300px, 32vh, 400px));
  }

  body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__content,
  body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__panel {
    max-height: none;
  }

  body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__content {
    overflow-y: visible;
  }

  body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__panel {
    overflow: visible;
  }

  body.hiwawa-page-corp.hiwawa-device-pc .corp-hero__panel-body {
    margin-top: 0;
  }

  .corp-about-story__grid--pc {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 26px;
  }

  .corp-about-pillar--pc:first-child {
    grid-column: auto;
  }

  .corp-about-pillar--pc {
    flex-direction: column;
  }

  .corp-about-pillar__rail {
    flex: none;
    flex-direction: row;
    justify-content: flex-start;
    padding: 16px 20px;
    border-right: none;
    border-bottom: 1px solid rgba(212, 175, 108, 0.18);
  }

  .corp-about-pillar--pc:first-child .corp-about-pillar__rail,
  .corp-about-pillar--pc:last-child:not(:only-child) .corp-about-pillar__rail {
    flex-basis: auto;
  }

  .corp-about-pillar__body {
    padding: 20px 20px 24px;
  }

  .corp-privacy-paper--pc {
    padding: 22px 0 28px;
  }

  .corp-privacy-paper__sheet {
    padding: 28px 20px 32px 32px;
  }

  .corp-privacy-paper__binder {
    left: 12px;
    top: 42px;
  }

  .corp-history-timeline--pc .corp-history-timeline__list::before {
    display: none;
  }

  .corp-history-timeline--pc .corp-history-timeline__item {
    display: block;
    margin-bottom: 16px;
  }

  .corp-history-timeline--pc .corp-history-timeline__node,
  .corp-history-timeline--pc .corp-history-timeline__spacer {
    display: none;
  }

  .corp-history-timeline--pc .corp-history-timeline__card {
    text-align: left !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto !important;
    padding: 18px 18px 20px;
    background: #fff;
    border-radius: 10px;
    border-left: 4px solid #dc2626;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.07);
    position: relative;
    overflow: hidden;
  }

  .corp-history-timeline--pc .corp-history-timeline__card--has-visual {
    padding: 0;
    border-left: 4px solid #dc2626;
  }

  .corp-history-timeline--pc .corp-history-timeline__card--has-visual .corp-history-timeline__card-body {
    padding: 18px 18px 20px;
  }
}

/* ---- 联系我们：刊头 + 通栏指标条 + 宝丽来与到访区（PC） ---- */
body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board.wrap {
  margin-top: 52px;
  margin-bottom: 72px;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__hero {
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 3px solid #14120f;
  text-align: center;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__heading {
  margin: 0;
  font-size: clamp(2rem, 2.8vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
  color: #14120f;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__lede {
  margin: 14px auto 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #57534d;
  max-width: 42rem;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__strip {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  border: 1px solid rgba(20, 18, 15, 0.14);
  border-radius: 2px;
  background: #fdfcfa;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__cell {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 22px 22px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-right: 1px solid rgba(20, 18, 15, 0.1);
  position: relative;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__cell:last-child {
  border-right: none;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__cell::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #b45309;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__cell--mail::before {
  background: #0d9488;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__cell--qq::before {
  background: #2563eb;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__cell--wechat::before {
  background: #16a34a;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__key {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #78716a;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__value {
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.4;
  color: #14120f;
  word-break: break-word;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__value--link {
  color: #9a3412;
  text-decoration: none;
  border-bottom: 1px solid rgba(154, 52, 18, 0.35);
  transition: border-color 0.15s ease, color 0.15s ease;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__value--link:hover {
  color: #c2410c;
  border-bottom-color: rgba(194, 65, 12, 0.55);
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__empty--wide {
  margin: 0 0 28px;
  padding: 16px 20px;
  background: rgba(180, 83, 9, 0.09);
  border-left: 5px solid #b45309;
  border-radius: 0 3px 3px 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #44403b;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__empty strong {
  color: #1c1917;
  font-weight: 700;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__dock {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 40px 48px;
  align-items: start;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__dock--no-qr {
  grid-template-columns: 1fr;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__polaroid {
  margin: 12px 0 0;
  padding: 0;
  justify-self: center;
  transform: rotate(-2.5deg);
  transition: transform 0.25s ease;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__polaroid:hover {
  transform: rotate(-1deg) translateY(-4px);
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__cap {
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  color: #78716a;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__polaroid-inner {
  padding: 16px 16px 22px;
  background: #fff;
  box-shadow:
    0 5px 0 rgba(20, 18, 15, 0.05),
    0 28px 64px rgba(20, 18, 15, 0.16);
  border-radius: 1px;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__qr {
  display: block;
  width: 200px;
  height: auto;
  margin: 0 auto;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__venue {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
  padding: 6px 6px 12px;
  min-height: 200px;
  background: linear-gradient(128deg, #f0ebe3 0%, #e7dfd1 55%, #ebe4d8 100%);
  border-radius: 2px;
  border: 1px solid rgba(20, 18, 15, 0.09);
  position: relative;
  overflow: hidden;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__venue-media {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  position: relative;
  z-index: 1;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__venue-media .corp-contact-board__map-baidu-js,
body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__venue-media .corp-contact-board__map-frame,
body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__venue-media .corp-contact-board__map-img-wrap,
body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__venue-media .corp-contact-board__map-open-card {
  margin-bottom: 0;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__venue-body {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px 28px;
  align-items: start;
  min-width: 0;
  position: relative;
  z-index: 1;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__venue::after {
  content: '';
  position: absolute;
  right: -8%;
  bottom: -40%;
  width: 48%;
  height: 95%;
  background: radial-gradient(circle, rgba(180, 83, 9, 0.09) 0%, transparent 65%);
  pointer-events: none;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__venue-mark {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #b45309;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(20, 18, 15, 0.1);
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__venue-copy {
  min-width: 0;
  position: relative;
  z-index: 1;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__venue-title {
  margin: 0 0 1px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #57534d;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__address {
  margin: 0 0 1px;
  font-size: 1.14rem;
  line-height: 1.8;
  font-weight: 500;
  color: #1c1917;
  max-width: 36em;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__map-frame {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 0 18px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(20, 18, 15, 0.06);
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__map-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__map-img-wrap {
  margin: 0 0 18px;
  border-radius: 4px;
  overflow: hidden;
  line-height: 0;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__map-img {
  display: block;
  width: 100%;
  height: auto;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__map-baidu-js {
  width: 100%;
  height: 230px;
  margin: 0 0 12px;
  border-radius: 6px;
  overflow: hidden;
  background: #e8e2d8;
  border: 1px solid rgba(20, 18, 15, 0.1);
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__map-open-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 18px;
  padding: 20px 22px;
  border-radius: 6px;
  border: 1px solid rgba(154, 52, 18, 0.22);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(250, 246, 240, 0.98) 100%);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 28px rgba(20, 18, 15, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__map-open-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(20, 18, 15, 0.12);
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__map-open-card-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(180, 83, 9, 0.12);
  color: #9a3412;
  font-size: 1.25rem;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__map-open-card-main {
  font-size: 1.05rem;
  font-weight: 700;
  color: #9a3412;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__map-open-card-hint {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #78716a;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__map-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #9a3412;
  text-decoration: none;
  letter-spacing: 0.02em;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__map-link::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 2px;
  background: currentColor;
  transform-origin: left;
  transition: transform 0.2s ease;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__map-link:hover::after {
  transform: scaleX(1.06);
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__map-link-arr {
  transition: transform 0.2s ease;
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__map-link:hover .corp-contact-board__map-link-arr {
  transform: translateX(5px);
}

body.hiwawa-page-corp.hiwawa-device-pc .corp-contact-board__empty--venue {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #57534d;
}
