.official-logo {
  display: block;
  width: 148px;
  height: 70px;
  overflow: visible;
  background: transparent;
}

.official-logo img {
  display: block;
  width: 148px;
  height: 70px;
  object-fit: contain;
}

.hero-image {
  z-index: 0;
  background-image: url("assets/photos/hero-law-office-v3.png") !important;
  background-position: center center !important;
  filter: brightness(.54) saturate(.5) contrast(.92) blur(4.5px);
}

/* Hero V7：右侧轻微压暗，并以底部遮罩弱化会议桌。 */
.hero-shade {
  z-index: 1;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, .08) 0%, transparent 52%),
    linear-gradient(90deg, transparent 52%, rgba(0, 0, 0, .05) 100%),
    linear-gradient(
      90deg,
      #050608 0%,
      #0b0d11 46%,
      rgba(11, 13, 17, .82) 70%,
      rgba(11, 13, 17, .15) 100%
    );
}

.header {
  position: fixed;
  top: 0;
  height: 72px;
  align-items: center;
  background: linear-gradient(180deg, rgba(5, 14, 23, .3), transparent);
  transition: height 300ms ease, background 300ms ease, backdrop-filter 300ms ease, border-color 300ms ease;
}

.header.scrolled {
  height: 60px;
  background: rgba(18, 18, 18, .45);
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.header .official-logo { transform: none; transition: transform 300ms ease; }
.header.scrolled .official-logo { transform: none; }

.official-logo,
.official-logo img { width: 191px; height: 89px; }

.header nav { gap: 36px; }
.header nav a,
.header-link { font-size: 10.5px; font-weight: 500; letter-spacing: .09em; transition: color 220ms ease, opacity 220ms ease; }
.header nav a:hover,
.header-link:hover { color: rgba(255, 255, 255, .96); opacity: 1; }

.hero,
.header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.hero-content { z-index: 2; top: 51%; max-width: 640px; }
.hero-content .kicker { margin-bottom: 28px; }
.hero h1 { max-width: 600px; font-size: clamp(44px, 4.35vw, 64px); line-height: 1.27; letter-spacing: -.045em; font-weight: 600; }
.hero h1 strong { color: #f3f0e9; font-weight: 600; }
.hero-content > p:not(.kicker) { max-width: 520px; margin: 50px 0 62px; font-size: 14px; line-height: 1.8; color: rgba(255, 255, 255, .72); font-weight: 400; }

.hero .button {
  position: relative;
  z-index: 3;
  min-height: 58px;
  gap: 42px;
  padding: 0 28px 0 30px;
  border-radius: 16px;
  background: linear-gradient(135deg, #8f6e3b, #b28e53);
  border: 1px solid rgba(255, 255, 255, .11);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .16);
  transition: transform .22s ease, box-shadow .22s ease;
}
.hero .button:hover { transform: translateY(-2px); box-shadow: 0 16px 50px rgba(0, 0, 0, .18); }
.hero .button span { transition: transform 300ms ease; }
.hero .button:hover span { transform: translateX(6px); }

/* 两个主咨询入口保持低频、克制的呼吸跳动，提示用户可继续操作。 */
.hero .button.gold,
.contact .button.gold {
  animation: consultation-nudge 2.4s cubic-bezier(.22, 1, .36, 1) infinite;
}

.hero .button.gold:hover,
.contact .button.gold:hover { animation-play-state: paused; }

@keyframes consultation-nudge {
  0%, 82%, 100% { transform: translateY(0); }
  89% { transform: translateY(-5px); }
  94% { transform: translateY(-2px); }
}

@media (prefers-reduced-motion: reduce) {
  .hero .button.gold,
  .contact .button.gold { animation: none; }
}

.hero-meta span:last-child { gap: 0; font-size: 0; opacity: .2; }
.hero-meta span:last-child i { width: 48px; background: #fff; }

.hero-visual { display: none; }

/* 首屏内容同时承担入场动画与垂直定位，保留定位以避免按钮在低窗口中下沉。 */
.hero-content.reveal,
.hero-content.reveal.show {
  transform: translateY(-47%) translateY(-62px) !important;
}

.floating-consult { width: 54px; height: 54px; }
.floating-consult:hover { transform: scale(1.04); }

/* 笔记本非全屏等较矮窗口：首屏随可视高度收缩，文案与咨询按钮完整显示。 */
@media (min-width: 761px) and (max-height: 680px) {
  .hero { height: 100svh; min-height: 0; }
  .hero-content { top: 48%; }
  .hero h1 { font-size: clamp(34px, 4vw, 49px); line-height: 1.24; }
  .hero-content > p:not(.kicker) { margin: 36px 0 44px; }
  .hero-content .kicker { margin-bottom: 16px; }
  .hero-meta { bottom: 16px; }
}

.team-directory {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 16px;
}

/* 律师肖像仅淡入，避免位移动画的合成过程中出现撕裂。 */
.team-card.reveal,
.team-card.reveal.show {
  transform: none !important;
  transition: opacity .55s ease !important;
}

.team-card img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.intro {
  padding-top: 145px;
  padding-bottom: 145px;
}

.intro-copy {
  max-width: 460px;
}

.intro-copy.reveal { transform: translate(-30px, 24px); }
.intro-copy.reveal.show { transform: translate(-30px, 0); }

.intro h2.reveal { transform: translateY(12px); }
.intro h2.reveal.show { transform: translateY(-12px); }

.intro-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 34px;
}

.intro-values div {
  border-top: 1px solid rgba(37, 40, 43, .18);
  padding-top: 12px;
}

.intro-values span {
  display: block;
  margin-bottom: 7px;
  color: #b3945e;
  font-size: 9px;
  line-height: 1;
  letter-spacing: .12em;
}

.intro-values strong {
  display: block;
  color: #25282b;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: .04em;
}

.intro-values small {
  display: block;
  margin-top: 9px;
  color: #6e7378;
  font-size: 10px;
  line-height: 1.6;
  font-weight: 400;
}

/* 中文正文：首行缩进两字，段内两端对齐。 */
.intro-copy p {
  width: 100%;
  margin-bottom: 18px;
  text-indent: 2em;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

.testimonial-grid blockquote {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

.team-card { overflow: hidden; }
.team-card img { display: block; width: 100%; height: 300px; object-fit: cover; object-position: top; filter: saturate(.78); transition: filter .3s, transform .4s; }
.team-card:hover img { filter: saturate(1); transform: scale(1.025); }
.team-card div { padding-top: 13px; }
.team-card p { margin: 0 0 6px; color: #b3945e; font-size: 10px; letter-spacing: .55px; }
.team-card h3 { margin: 0 0 6px; font-size: 20px; line-height: 1.25; font-weight: 500; }
.team-card span { color: #6e7378; font-size: 11px; line-height: 1.65; }

.office-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  margin: 96px auto 0;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(222, 219, 211, .08);
  box-shadow: 0 12px 28px rgba(32, 39, 43, .025);
  overflow: hidden;
}

.office-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.intro .arrow-link {
  position: relative;
  border-bottom: 0;
  padding-bottom: 8px;
}

.intro .arrow-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: .8;
  transform: scaleX(.72);
  transform-origin: left center;
  transition: transform 200ms ease;
}

.intro .arrow-link i {
  display: inline-block;
  transition: transform 200ms ease;
}

.intro .arrow-link:hover::after { transform: scaleX(1); }
.intro .arrow-link:hover i { transform: translateX(6px); }

.practice .title-row { margin-bottom: 64px; }
.practice .title-row .kicker { letter-spacing: .18em; }

.expertise-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(340px, 1fr);
  gap: 24px;
  align-items: stretch;
}

.expertise-hero,
.expertise-card {
  position: relative;
  overflow: hidden;
  color: #25282b;
  background: #fcfbf8;
  border: 1px solid #ece7dd;
  text-decoration: none;
  border-radius: 2px;
  box-shadow: 0 4px 14px rgba(16, 43, 72, .018);
  transition: opacity .55s ease, transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.expertise-hero {
  min-height: 420px;
  padding: 54px 52px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: linear-gradient(180deg, #fff 0%, #fcfaf6 100%);
}

.expertise-hero::after {
  content: "";
  position: absolute;
  right: -86px;
  bottom: -336px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(179, 148, 94, .18);
  border-radius: 50%;
  pointer-events: none;
}

.expertise-number {
  position: relative;
  z-index: 1;
  color: #b28a4a;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .08em;
}

.expertise-hero h3 {
  position: relative;
  z-index: 1;
  margin: 58px 0 18px;
  color: #102b48;
  font-size: clamp(35px, 3.25vw, 47px);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -.035em;
}

.expertise-hero p { position: relative; z-index: 1; }

.expertise-value {
  margin: 0 0 18px;
  color: #25282b;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}

.expertise-description {
  max-width: 470px;
  margin: 0;
  color: #6f6a63;
  font-size: 12px;
  line-height: 1.9;
  font-weight: 400;
}

.expertise-keywords {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  margin-top: 24px;
  color: #9a948a;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: .02em;
}

.expertise-keywords span { white-space: nowrap; }
.expertise-keywords span:not(:last-child)::after {
  content: "｜";
  margin: 0 10px;
  color: #9a948a;
}

.expertise-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin-top: auto;
  margin-left: 20px;
  padding: 26px 0 8px;
  transform: translateY(10px);
  color: #25282b;
  font-size: 11px;
  font-weight: 500;
}

.expertise-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: .65;
  transform: scaleX(.72);
  transform-origin: left center;
  transition: transform 200ms ease;
}

.expertise-link i,
.expertise-card > i {
  display: inline-block;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  transition: transform 300ms ease;
}

.expertise-list {
  display: grid;
  grid-template-rows: repeat(4, 80px);
  align-content: start;
  gap: 14px;
}

.expertise-card {
  min-height: 0;
  padding: 14px 22px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 18px;
  gap: 14px;
  align-items: center;
}

.expertise-card h3 {
  margin: 0 0 5px;
  color: #25282b;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -.015em;
}

.expertise-card p {
  margin: 0;
  color: #6f6a63;
  font-size: 11px;
  line-height: 1.65;
  font-weight: 400;
}

.expertise-card > i {
  color: #102b48;
  opacity: .85;
  transition: transform 300ms ease, opacity 300ms ease;
}

.expertise-hero:hover,
.expertise-card:hover {
  transform: translateY(-4px);
  border-color: #b28a4a;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .06);
}

.expertise-hero:hover .expertise-link i,
.expertise-card:hover > i { transform: translateX(6px); }
.expertise-hero:hover .expertise-link::after { transform: scaleX(1); }
.expertise-card:hover > i { opacity: 1; }

.people {
  padding-top: 145px;
  padding-bottom: 135px;
}

.people .title-row { margin-bottom: 72px; }
.people .title-row > p {
  max-width: 340px;
  color: #6f6a63;
  font-size: 13px;
  line-height: 1.9;
}

.people-leads {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 82px;
}

.people-lead,
.people-core-card {
  display: block;
  overflow: hidden;
  color: #25282b;
  background: #fcfbf8;
  border: 1px solid #ece7dd;
  text-decoration: none;
  transition: opacity .55s ease, transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.people-core-static { margin: 0; }

.people-lead img,
.people-core-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  filter: brightness(.96) saturate(.88);
  transition: filter 300ms ease;
}

.people-lead img {
  aspect-ratio: 20 / 21;
  object-position: center top;
}

/* 统一陈咪律师与其余两张主视觉肖像的头部留白。 */
.people-lead.chen-mi-lead img {
  transform: translateY(-10px) scale(1.035);
  transform-origin: center top;
  filter: brightness(1) saturate(.98);
}

.people-lead.chen-mi-lead {
  background:#fcfbf8 url("assets/team/chen-mi-unified.png") center top / 100% auto no-repeat;
}

.people-lead.chen-mi-lead > div { position:relative; background:#fcfbf8; }

.people-lead.chen-mi-lead:hover img { filter: brightness(1) saturate(.98); }

/* 赵子涛律师肖像略微上移，与三张主图的视线高度一致。 */
.people-lead.zhao-zitao-lead img {
  object-position: center 27%;
}

.people-core-card img { aspect-ratio: 4 / 5; }

.people-lead > div { padding: 24px 26px 27px; }
.people-lead p,
.people-core-card p {
  margin: 0;
  color: #b28a4a;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: .06em;
}

.people-lead .people-name + p { margin-bottom: 9px; }
.people-lead .people-name + p { color: #6f6a63; }

.people-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 9px 0 8px;
}

.people-name h3,
.people-core-card h3 {
  margin: 0;
  color: #25282b;
  font-weight: 600;
  letter-spacing: -.02em;
  transition: color 300ms ease;
}

.people-name h3 { font-size: 27px; line-height: 1.2; }
.people-name i,
.people-more i {
  display: inline-block;
  color: #102b48;
  font-size: 17px;
  font-style: normal;
  transition: transform 300ms ease, opacity 300ms ease;
}

.people-name i {
  opacity: 0;
  transform: translateX(-6px);
}

.people-focus {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.people-focus span {
  display: inline-block;
  color: #b28a4a;
  font-size: 10px;
  line-height: 1.6;
  white-space: nowrap;
}

.people-focus span:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(178, 138, 74, .28);
}

.people-core-card span {
  display: block;
  color: #6f6a63;
  font-size: 11px;
  line-height: 1.75;
}

.people-section-label {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid #ece7dd;
  color: #b28a4a;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .14em;
}

.people-core-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.people-core-card > div,
.people-core-card > figcaption { padding: 16px 17px 19px; }
.people-core-card h3 { margin-bottom: 5px; font-size: 19px; line-height: 1.25; }
.people-core-card p { margin-bottom: 8px; }
.people-core-card span { font-size: 10px; line-height: 1.7; }

.people-core-static h3 { font-size: 14px; letter-spacing: .04em; }
.people-core-static p { color: #6f6a63; }
.people-core-static span { color: #8b8479; }

.people-lead:hover,
.people-core-card:hover {
  transform: translateY(-4px);
  border-color: #b28a4a;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .06);
}

.people-core-static:hover { transform: none; border-color: #ece7dd; box-shadow: none; }
.people-core-static:hover img { filter: brightness(.96) saturate(.88); }
.people-core-static:hover h3 { color: #25282b; }

.people-lead:hover img { filter: brightness(1) saturate(.98); }
.people-core-card:not(.people-core-static):hover img { filter: brightness(1) saturate(.98); }
.people-lead:hover .people-name h3,
.people-core-card:not(.people-core-static):hover h3 { color: #b28a4a; }
.people-lead:hover .people-name i {
  opacity: 1;
  transform: translateX(0);
}
.people-more:hover i { transform: translateX(6px); }

/* 服务理念：让东方会客空间退后，留出更安静的品牌表达。 */
.case-photo img {
  filter: saturate(.93) brightness(.99) contrast(1.03);
}

.case-photo { position: relative; }
.case-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .06);
  pointer-events: none;
}

.case-text h2 {
  font-size: clamp(29px, 3.23vw, 45px);
  color: #34373a;
  font-weight: 600;
  letter-spacing: -2px;
}

.case-text { padding-top: 70px; }

.case-text > p:not(.kicker) { max-width: 390px; }

.case-text .button.navy {
  margin-top: 15px;
  gap: 18px;
  padding: 10px 13px 10px 16px;
  font-size: 11px;
  opacity: .9;
}

.case-text .button.navy span { font-size: 13px; }

.case-keywords {
  display: flex;
  flex-wrap: wrap;
  margin: -8px 0 24px;
  color: #8b8479;
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: .05em;
}

.case-keywords span:not(:last-child)::after {
  content: "·";
  margin: 0 9px;
  color: #8b8479;
  opacity: .8;
}

.people-trust {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-top: 84px;
  padding-top: 26px;
  border-top: 1px solid #ece7dd;
}

.people-stats { display: flex; gap: 62px; }
.people-stats div { display: flex; flex-direction: column; gap: 5px; }
.people-stats b {
  color: #102b48;
  font-size: 31px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -.04em;
}
.people-stats span {
  color: #6f6a63;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .06em;
}

.people-more {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  padding-bottom: 7px;
  border-bottom: 1px solid #25282b;
  color: #25282b;
  font-size: 12px;
  text-decoration: none;
}

footer .footer-logo { background: transparent; }

/* Footer：以两层信息收尾，保留深蓝底色与克制的品牌金细节。 */
footer {
  display: block;
  min-height: 220px;
  padding: 20px 9%;
  background: #0c1721;
}

footer .footer-top,
footer .footer-bottom {
  display: grid;
  align-items: end;
}

footer .footer-top {
  grid-template-columns: 1fr minmax(330px, 42%);
  gap: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

footer .footer-logo,
footer .footer-logo img {
  width: 210px;
  height: 98px;
}

footer .footer-logo { margin-bottom: 0; transform: translateY(-4px); }

footer .footer-contact {
  display: block;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.9;
}

footer .footer-contact p { margin: 0 0 12px; color: inherit; font-size: inherit; }
footer .footer-contact a { color: inherit; font-size: inherit; }
footer .footer-contact-meta { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 6px; }

footer .footer-bottom {
  grid-template-columns: 1fr auto;
  gap: 28px;
  padding-top: 18px;
}

footer .footer-bottom p,
footer .footer-bottom div { margin: 0; }
footer .footer-bottom div { display: flex; gap: 24px; }
footer a { transition: color .3s ease, opacity .3s ease; }
footer a:hover { color: #c9a063; opacity: 1; }

.floating-consult { transition: transform .25s ease, box-shadow .25s ease; }
.floating-consult:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
}

/* 交付前统一收口：控制动效节奏、卡片细节与全站文字层级。 */
.button {
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, color 300ms ease;
}

.button:hover { transform: translateY(-2px); }

.intro-values div {
  transition: transform 300ms ease, border-color 300ms ease;
}

.intro-values div:hover {
  transform: translateY(-2px);
  border-top-color: #b28a4a;
}

.intro h2,
.title-row h2,
.testimonials h2,
.case-text h2 { font-weight: 600; }

.block { padding-top: 128px; padding-bottom: 128px; }

.contact {
  min-height: 585px;
  padding-top: 120px;
  padding-bottom: 65px;
}

.follow { padding-top: 102px; padding-bottom: 102px; background: #fff; }
.follow .title-row { margin-bottom: 42px; }
.social-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.social-card { min-height: 0; padding: 0; background: #fcfbf8; border: 1px solid #ece7dd; overflow: hidden; display: flex; flex-direction: column; }
.social-card img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; object-position: center; background: #fff; padding: 18px; transition: filter .25s ease; }
.social-card.xiaohongshu-card img { padding: 34px; }
.social-card:hover img { filter: brightness(.98); }
.social-card div { padding: 16px 18px 18px; position: relative; border-top: 1px solid #ece7dd; }
.social-card div::after { content: '↗'; position: absolute; right: 18px; top: 16px; color: #b3945e; font-size: 16px; }
.social-card h3 { margin: 0 0 5px; font-size: 16px; font-weight: 600; }
.social-card p { margin: 0; color: #6e7378; font-size: 11px; line-height: 1.65; padding-right: 24px; }
.account-card { grid-column: span 4; min-height: 112px; padding: 22px 26px; background: #102b48; color: #fff; display: grid; grid-template-columns: 1fr; align-items: center; }
.account-card > span { color: #d5bd8d; font-size: 11px; letter-spacing: 1px; }
.account-card div { padding: 0; border-top: 0; }
.account-card div::after { color: #d5bd8d; top: 0; right: 0; }
.account-card h3 { margin: 0 0 4px; }
.account-card p { color: rgba(255,255,255,.72); font-size: 12px; }
.account-card small { display: block; margin-top: 14px; color: rgba(255,255,255,.54); font-size: 10px; line-height: 1.7; }

@media (max-width: 760px) {
  .block { padding-top: 78px; padding-bottom: 78px; }
  .contact { min-height: 540px; padding-top: 78px; padding-bottom: 185px; }
  footer { min-height: 0; padding: 52px 6%; }
  footer .footer-top { grid-template-columns: 1fr; gap: 26px; padding-bottom: 26px; }
  footer .footer-logo, footer .footer-logo img { width: 145px; height: 68px; }
  footer .footer-logo { margin-bottom: 0; }
  footer .footer-contact { font-size: 13px; line-height: 1.8; }
  footer .footer-contact p { margin-bottom: 10px; }
  footer .footer-contact-meta { gap: 6px 16px; }
  footer .footer-bottom { grid-template-columns: 1fr; gap: 16px; padding-top: 20px; }
  footer .footer-bottom div { gap: 18px; }
  .case-text { padding-top: 46px; }
  .header { top: -2px; height: 48px; }
  .header.scrolled { height: 48px; }
  .header.scrolled .official-logo { transform: translateY(3px); }
  .hero-visual { display: none; }
  .hero h1 { font-size: 38px; line-height: 1.28; }
  .hero-content .kicker { margin-bottom: 22px; }
  .hero-content > p:not(.kicker) { margin: 42px 0 52px; }
  .official-logo { width: 132px; height: 62px; }
  .official-logo img { width: 132px; height: 62px; }
  .intro { padding-top: 94px; padding-bottom: 94px; }
  .intro-copy { max-width: none; }
  .intro-copy.reveal { transform: translateY(24px); }
  .intro-copy.reveal.show { transform: none; }
  .intro h2.reveal { transform: translateY(14px); }
  .intro h2.reveal.show { transform: translateY(-10px); }
  .intro-values { gap: 10px; margin-bottom: 28px; }
  .intro-values strong { font-size: 13px; }
  .intro-values small { font-size: 9px; line-height: 1.6; }
  .office-logo { width: 46%; margin-top: 60px; padding: 0; }
  .practice .title-row { margin-bottom: 44px; }
  .expertise-layout { grid-template-columns: 1fr; gap: 14px; }
  .expertise-hero { min-height: 360px; padding: 42px 34px 40px; }
  .expertise-hero h3 { margin-top: 26px; font-size: 35px; }
  .expertise-value { font-size: 15px; }
  .expertise-description { max-width: 290px; font-size: 11px; line-height: 1.75; }
  .expertise-keywords { margin-top: 16px; font-size: 12px; letter-spacing: 0; }
  .expertise-keywords span:not(:last-child)::after { margin: 0 4px; }
  .expertise-link { margin-left: 20px; padding-top: 14px; }
  .expertise-list { grid-template-rows: none; gap: 10px; }
  .expertise-card { min-height: 96px; padding: 14px 17px; grid-template-columns: 27px minmax(0, 1fr) 16px; gap: 10px; }
  .expertise-card h3 { font-size: 17px; }
  .expertise-card p { font-size: 10px; }
  .people { padding-top: 94px; padding-bottom: 94px; }
  .people .title-row { margin-bottom: 50px; }
  .people .title-row > p { margin-top: 18px; max-width: 310px; }
  .people-leads { grid-template-columns: 1fr; gap: 14px; margin-bottom: 52px; }
  .people-lead > div { padding: 19px 20px 21px; }
  .people-name h3 { font-size: 24px; }
  .people-focus span { font-size: 9px; }
  .people-focus span:not(:last-child) { margin-right: 7px; padding-right: 7px; }
  .people-section-label { margin-bottom: 15px; }
  .people-core-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .people-core-card > div,
  .people-core-card > figcaption { padding: 13px 13px 15px; }
  .people-core-card h3 { font-size: 17px; }
  .people-core-card span { font-size: 9px; }
  .people-trust { display: block; margin-top: 56px; padding-top: 22px; }
  .people-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .people-stats b { font-size: 25px; }
  .people-more { margin-top: 28px; }
  .follow { padding-top: 78px; padding-bottom: 78px; }
  .follow .title-row { margin-bottom: 32px; }
  .social-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .social-card { min-height: 0; }
  .social-card img { height: auto; aspect-ratio: 1 / 1; padding: 12px; }
  .social-card.xiaohongshu-card img { padding: 22px; }
  .social-card div { padding: 13px 14px 15px; }
  .social-card div::after { right: 14px; top: 13px; }
  .social-card h3 { margin: 0 0 4px; font-size: 14px; }
  .social-card p { font-size: 10px; }
  .account-card { grid-column: span 2; min-height: 108px; padding: 20px; grid-template-columns: 1fr; }
  .team-directory { grid-template-columns: repeat(2, 1fr); gap: 25px 10px; }
  .team-card img { height: 235px; }
  .team-card h3 { font-size: 18px; }
  .floating-consult { width: 50px; height: 50px; }
}
