:root {
  --paper: #f2efe8;
  --paper-deep: #e6e0d5;
  --ink: #181512;
  --muted: #716b63;
  --wood: #34261e;
  --red: #b0121b;
  --bone: #d8d1c4;
  --line: rgba(24, 21, 18, 0.16);
  --serif: "Songti SC", "STSong", "SimSun", "宋体", "Noto Serif CJK SC", Georgia, serif;
  --sans: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px clamp(24px, 5vw, 80px);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand img { width: 46px; height: 46px; object-fit: cover; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; letter-spacing: .08em; }
.brand-copy strong { font-family: var(--serif); font-size: 19px; }
.brand-copy small { margin-top: 5px; font-size: 9px; letter-spacing: .2em; opacity: .72; }
.site-nav { display: flex; align-items: center; gap: clamp(14px, 1.8vw, 30px); font-size: 13px; }
.site-nav a { position: relative; padding: 12px 0; line-height: 1; }
.site-nav a:not(.nav-contact)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: #fff; transition: right .25s ease; }
.site-nav a:hover::after { right: 0; }
.nav-contact { padding: 11px 18px !important; border: 1px solid rgba(255,255,255,.55); }
.nav-toggle { display: none; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.45); padding: 8px 12px; }

.hero { position: relative; min-height: min(100svh, 950px); display: grid; align-items: end; color: #fff; background: #171310 url("../images/hero-main-15.webp") center/cover no-repeat; overflow: hidden; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,9,7,.78) 0%, rgba(12,9,7,.46) 42%, rgba(12,9,7,.1) 72%, rgba(12,9,7,.22) 100%), linear-gradient(0deg, rgba(12,9,7,.55), transparent 58%); }
.hero-grain { position: absolute; inset: 0; z-index: 1; opacity: .13; background-image: repeating-linear-gradient(115deg, transparent 0 7px, rgba(255,255,255,.045) 8px, transparent 9px 15px); mix-blend-mode: soft-light; pointer-events: none; }
.hero-content { position: relative; z-index: 2; padding: 170px clamp(24px, 8vw, 130px) clamp(90px, 12vh, 150px); }
.eyebrow { margin: 0 0 24px; font-size: 12px; letter-spacing: .3em; opacity: .72; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(54px, 7.2vw, 104px); font-weight: 400; font-synthesis: none; line-height: 1.04; letter-spacing: .07em; text-rendering: geometricPrecision; }
.hero-lead { margin: 30px 0 34px; font-family: var(--serif); font-size: clamp(18px, 2vw, 28px); letter-spacing: .12em; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-width: 146px; padding: 15px 22px; border: 1px solid rgba(255,255,255,.55); font-size: 14px; letter-spacing: .08em; transition: .25s ease; }
.button-primary { background: var(--red); border-color: var(--red); }
.button:hover { background: #fff; color: var(--ink); border-color: #fff; }
.hero-note { position: absolute; z-index: 2; right: clamp(38px, 6vw, 96px); bottom: clamp(74px, 10vh, 130px); display: flex; align-items: flex-end; gap: 16px; }
.hero-note > div { display: grid; }
.hero-note small { margin-bottom: 7px; color: rgba(255,255,255,.48); font-size: 8px; letter-spacing: .24em; }
.hero-note span { font-family: Georgia, serif; font-size: clamp(38px, 4vw, 64px); line-height: .8; }
.hero-note p { margin: 0; padding-left: 16px; border-left: 1px solid rgba(255,255,255,.5); font-size: 13px; line-height: 1.7; }
.hero-sideword { position: absolute; z-index: 2; top: 50%; right: 10px; margin: 0; transform: translateY(-50%) rotate(90deg); transform-origin: center; color: rgba(255,255,255,.34); font-size: 8px; letter-spacing: .26em; }
.scroll-cue { position: absolute; z-index: 2; left: clamp(24px, 5vw, 80px); bottom: 28px; display: flex; align-items: center; gap: 10px; font-size: 9px; letter-spacing: .22em; opacity: .68; }
.scroll-cue span { display: block; width: 64px; height: 1px; background: rgba(255,255,255,.7); }

.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section-index { color: var(--muted); font-size: 10px; letter-spacing: .22em; }
.section-index.light, .section-kicker.light { color: rgba(255,255,255,.58); }
.section-kicker { margin: 0 0 20px; color: var(--red); font-size: 12px; font-weight: 600; letter-spacing: .24em; }
.section-mark { display: flex; align-items: center; gap: 10px; margin: 0 0 28px; color: var(--muted); font-size: 10px; letter-spacing: .19em; white-space: nowrap; }
.section-mark::after { content: ""; width: 42px; height: 1px; margin-left: 5px; background: currentColor; opacity: .45; }
.section-mark b, .section-mark strong { font-weight: 500; }
.section-mark i { font-style: normal; opacity: .45; }
.section-mark span { margin-left: 8px; color: var(--red); font-size: 11px; font-weight: 600; letter-spacing: .18em; }
.section-mark.is-light { color: rgba(255,255,255,.48); }
.section-mark.is-light span { color: rgba(255,255,255,.84); }
.intro { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .82fr); gap: clamp(50px, 9vw, 130px); align-items: center; padding: 130px 0; }
.intro h2, .expertise h2, .director h2, .news-preview h2, .site-footer h2 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.25; letter-spacing: .04em; }
.intro h2 { font-size: clamp(38px, 4.7vw, 64px); }
.intro-lead { margin: 32px 0; color: #4f4a44; font-size: 16px; line-height: 2; text-align: justify; }
.intro-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 38px 0 36px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.intro-facts p { display: grid; gap: 8px; margin: 0; padding: 20px 18px 20px 0; }
.intro-facts p + p { padding-left: 18px; border-left: 1px solid var(--line); }
.intro-facts strong { font-family: Georgia, serif; font-size: 29px; font-weight: 400; }
.intro-facts span { color: var(--muted); font-size: 10px; letter-spacing: .09em; }
.text-link { display: inline-flex; gap: 20px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 13px; letter-spacing: .08em; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.text-link.is-light { color: #fff; border-color: rgba(255,255,255,.45); }
.intro-image { position: relative; margin: 0; }
.intro-image::before { content: ""; position: absolute; z-index: -1; top: -20px; right: -20px; width: 46%; height: 42%; border-top: 1px solid rgba(176,18,27,.45); border-right: 1px solid rgba(176,18,27,.45); }
.intro-image img { aspect-ratio: 4/5; width: 100%; object-fit: cover; filter: saturate(.82) contrast(1.02); }
.intro-image img.is-left-focus { object-position: left center; }
.intro-image figcaption { display: flex; justify-content: space-between; gap: 16px; margin-top: 13px; color: var(--muted); font-size: 10px; letter-spacing: .12em; }
.intro-image figcaption span { color: var(--red); font-weight: 600; }

.brand-code { position: relative; isolation: isolate; overflow: hidden; color: #443c35; background: #dad4c8; border-top: 1px solid rgba(24,21,18,.1); border-bottom: 1px solid rgba(24,21,18,.1); }
.brand-code-pattern { position: absolute; inset: 0; z-index: -1; background-image: url("../images/fossil-fish-tile.webp"); background-position: center; background-size: 590px auto; background-repeat: repeat; opacity: .13; mix-blend-mode: multiply; }
.brand-code-inner { min-height: 250px; display: grid; grid-template-columns: 1.4fr auto 1px auto; gap: clamp(28px, 5vw, 70px); align-items: center; }
.brand-code-lead { max-width: 480px; margin: 0; font-family: var(--serif); font-size: clamp(18px, 2vw, 25px); line-height: 1.8; }
.brand-code-word { display: flex; align-items: center; gap: 16px; }
.brand-code-word b { color: var(--red); font-family: var(--serif); font-size: 70px; font-weight: 400; line-height: 1; }
.brand-code-word span { writing-mode: vertical-rl; font-size: 11px; letter-spacing: .22em; }
.brand-code-divider { width: 1px; height: 72px; background: rgba(24,21,18,.22); }

.expertise { position: relative; isolation: isolate; overflow: hidden; padding: 120px 0; color: #fff; background: var(--wood); }
.expertise-heading { display: grid; grid-template-columns: 1.45fr .75fr; gap: clamp(50px, 9vw, 130px); align-items: end; }
.expertise h2 { font-size: clamp(36px, 4vw, 56px); }
.expertise-heading > p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.9; }
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.practice-grid article { position: relative; min-height: 230px; padding: 28px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); transition: background .3s ease, transform .3s ease; }
.practice-grid article:hover { background: var(--red); transform: translateY(-3px); }
.practice-grid span { color: rgba(255,255,255,.44); font-family: Georgia, serif; font-size: 12px; }
.practice-grid h3 { margin: 48px 0 18px; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.practice-grid p { margin: 0; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.8; }
.practice-grid i { position: absolute; right: 25px; bottom: 21px; font-style: normal; opacity: 0; transform: translate(-5px, 5px); transition: .25s ease; }
.practice-grid article:hover i { opacity: .8; transform: translate(0); }

.director { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(380px, 1.18fr); gap: clamp(50px, 10vw, 140px); align-items: center; padding: 130px 0; }
.director-photo { position: relative; background: var(--paper-deep); }
.director-photo::before { content: "天器"; position: absolute; top: 30px; right: -38px; color: rgba(176,18,27,.08); font-family: var(--serif); font-size: 100px; writing-mode: vertical-rl; letter-spacing: .12em; }
.director-photo img { position: relative; z-index: 1; width: 100%; max-height: 680px; object-fit: cover; object-position: top; mix-blend-mode: multiply; }
.director-photo > span { position: absolute; z-index: 2; right: -18px; bottom: 28px; padding: 10px 13px; color: #fff; background: var(--red); font-size: 8px; letter-spacing: .2em; writing-mode: vertical-rl; }
.director-copy h2 { font-size: clamp(40px, 5vw, 68px); }
.director-statement { margin: 38px 0; padding: 22px 0 22px 24px; border-left: 2px solid var(--red); color: #4f4a44 !important; font-family: var(--serif); font-size: 20px; line-height: 1.8 !important; }
.director-statement span { display: block; margin-bottom: 8px; color: var(--red); font-family: var(--sans); font-size: 10px; letter-spacing: .2em; }
.director h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 24px; }
.director h3 small { margin-left: 12px; color: var(--muted); font-family: var(--sans); font-size: 12px; font-weight: 400; }
.director-copy > p { color: var(--muted); line-height: 1.9; }
.director .text-link { margin-top: 18px; }

.news-preview { position: relative; isolation: isolate; overflow: hidden; padding: 110px 0 120px; color: #fff; background: #151311; }
.news-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.news-preview h2 { max-width: 620px; font-size: clamp(34px, 4vw, 54px); }
.news-editorial { display: grid; grid-template-columns: 1.5fr .8fr; gap: clamp(30px, 6vw, 80px); margin-top: 64px; }
.news-feature { position: relative; min-height: 390px; overflow: hidden; background: linear-gradient(135deg, #28231f, #1d1916); border: 1px solid rgba(255,255,255,.13); }
.news-feature::before { content: "01"; position: absolute; right: -14px; bottom: -48px; color: rgba(255,255,255,.035); font-family: Georgia, serif; font-size: 220px; line-height: 1; }
.news-feature::after { content: ""; position: absolute; top: 0; left: 0; width: 84px; height: 3px; background: var(--red); }
.news-feature-copy { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; min-height: 390px; padding: clamp(34px, 6vw, 78px); }
.news-feature-copy > p:first-child, .news-briefs article > p { display: flex; justify-content: space-between; gap: 20px; margin: 0; color: rgba(255,255,255,.43); font-size: 10px; letter-spacing: .12em; }
.news-feature-copy h3 { margin: 32px 0 22px; font-family: var(--serif); font-size: clamp(24px, 2.5vw, 34px); font-weight: 500; line-height: 1.55; }
.news-feature-copy > p:not(:first-child) { margin: 0; color: rgba(255,255,255,.53); font-size: 13px; line-height: 1.9; }
.news-briefs { border-top: 1px solid rgba(255,255,255,.2); }
.news-briefs article { position: relative; min-height: 195px; padding: 28px 0 44px; border-bottom: 1px solid rgba(255,255,255,.2); }
.news-briefs h3 { max-width: 90%; margin: 26px 0 0; font-family: var(--serif); font-size: 21px; font-weight: 500; line-height: 1.6; }
.news-arrow { position: absolute; right: 0; bottom: 24px; color: rgba(255,255,255,.6); font-size: 18px; transition: transform .25s ease, color .25s ease; }
.news-feature-copy .news-arrow { right: 30px; bottom: 28px; }
.news-feature:hover .news-arrow, .news-briefs article:hover .news-arrow { color: #fff; transform: translate(3px, -3px); }

.site-footer { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 9vw, 130px); padding: 90px clamp(24px, 8vw, 130px) 30px; color: #d7d0c6; background: #211b17; }
.site-footer::before { content: ""; position: absolute; z-index: 0; inset: 0; background: url("../images/hero-office.jpg") center 48%/cover no-repeat; filter: sepia(.2) saturate(.72) contrast(1.04); opacity: .76; }
.site-footer::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(33,27,23,.93) 0%, rgba(33,27,23,.68) 52%, rgba(33,27,23,.46) 100%), linear-gradient(0deg, rgba(33,27,23,.84) 0%, transparent 52%, rgba(33,27,23,.5) 100%); }
.site-footer > * { position: relative; z-index: 2; }
.site-footer h2 { margin-top: 28px; font-size: clamp(30px, 3vw, 44px); }
.footer-summary { max-width: 360px; margin: 24px 0 0; color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.9; }
.footer-follow { display: flex; align-items: center; gap: 16px; margin-top: 32px; }
.footer-follow img { width: 96px; height: 96px; padding: 5px; object-fit: contain; background: rgba(255,255,255,.94); }
.footer-follow p { display: grid; gap: 8px; margin: 0; }
.footer-follow strong { color: rgba(255,255,255,.88); font-family: var(--serif); font-size: 15px; font-weight: 500; letter-spacing: .06em; }
.footer-follow span { color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.6; }
.footer-offices { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.footer-office { min-height: 260px; padding: 30px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.footer-office > p { display: flex; justify-content: space-between; margin: 0 0 38px; color: rgba(255,255,255,.33); font-size: 9px; letter-spacing: .17em; }
.footer-office h3 { margin: 0 0 22px; color: #fff; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.footer-office address { min-height: 52px; margin-bottom: 18px; color: rgba(255,255,255,.56); font-size: 12px; font-style: normal; line-height: 1.8; }
.footer-office a { display: block; margin: 8px 0; color: rgba(255,255,255,.8); font-family: Georgia, var(--sans); font-size: 11px; letter-spacing: .05em; }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; margin-top: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.35); font-size: 11px; }
.footer-bottom > span:last-child > a + a { margin-left: 18px; }
.footer-credit { margin-left: 18px; color: rgba(255,255,255,.3); }
.footer-credit a { transition: color .2s ease; }
.footer-credit a:hover { color: rgba(255,255,255,.6); }
.footer-admin { margin-left: 18px; color: rgba(255,255,255,.65); }

@media (prefers-reduced-motion: no-preference) {
  .motion-ready [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.65,.25,1); }
  .motion-ready [data-reveal].is-visible { opacity: 1; transform: none; }
}

.site-header-solid { position: relative; color: #fff; background: #211b17; }
.content-page main, .admin-page main { min-height: 62vh; }
.content-hero { padding: 110px 0 90px; color: #fff; background: linear-gradient(115deg, rgba(33,27,23,.98), rgba(52,38,30,.88)), url("../images/culture-hall.jpg") center 42%/cover; }
.content-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(52px, 7vw, 90px); font-weight: 500; letter-spacing: .08em; }
.content-hero p:last-child { margin: 22px 0 0; color: rgba(255,255,255,.68); font-family: var(--serif); font-size: 18px; letter-spacing: .08em; }
.news-list { padding-top: 70px; padding-bottom: 110px; }
.category-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 52px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.category-filter a { padding: 9px 16px; color: var(--muted); border: 1px solid transparent; font-size: 13px; }
.category-filter a.active, .category-filter a:hover { color: #fff; background: var(--red); border-color: var(--red); }
.news-list-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 70px; }
.news-list-grid article { padding: 36px 0 44px; border-top: 1px solid var(--line); }
.news-list-grid article > div { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; letter-spacing: .1em; }
.news-list-grid h2 { margin: 26px 0 18px; font-family: var(--serif); font-size: 28px; font-weight: 500; line-height: 1.55; }
.news-list-grid p { min-height: 54px; margin-bottom: 28px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.public-empty { padding: 90px 0; text-align: center; }
.public-empty h2 { font-family: var(--serif); font-size: 36px; font-weight: 500; }
.public-empty p { color: var(--muted); }
.article-detail { max-width: 860px; padding-top: 90px; padding-bottom: 120px; }
.article-detail header { margin: 44px 0 48px; }
.article-detail header > p { display: flex; gap: 18px; color: var(--muted); font-size: 12px; letter-spacing: .08em; }
.article-detail header > p span { color: var(--red); }
.article-detail h1 { margin: 18px 0 30px; font-family: var(--serif); font-size: clamp(38px, 5vw, 60px); font-weight: 500; line-height: 1.35; }
.article-summary { padding: 20px 24px; color: #514b44; background: var(--paper-deep); font-size: 15px; line-height: 1.9; }
.article-cover { width: 100%; max-height: 520px; margin-bottom: 46px; object-fit: cover; }
.article-body { color: #39342f; font-family: var(--serif); font-size: 18px; line-height: 2.1; white-space: pre-line; }
.article-detail footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 70px; padding-top: 24px; color: var(--muted); border-top: 1px solid var(--line); font-size: 12px; }
.article-share { display: flex; align-items: center; gap: 12px; }
.article-share button { padding: 9px 13px; color: var(--ink); background: transparent; border: 1px solid var(--line); font: inherit; cursor: pointer; }
.article-share span { color: #315c36; white-space: nowrap; }

.admin-page { background: #ece8df; }
.admin-shell { width: min(1120px, calc(100% - 48px)); margin: 0 auto; padding: 74px 0 110px; }
.admin-shell.narrow { width: min(860px, calc(100% - 48px)); }
.admin-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; margin-bottom: 42px; }
.admin-heading h1 { margin: 10px 0 12px; font-family: var(--serif); font-size: clamp(38px, 5vw, 56px); font-weight: 500; }
.admin-heading p { max-width: 680px; margin: 0; color: var(--muted); line-height: 1.8; }
.admin-heading form { flex: 0 0 auto; }
.admin-back { display: inline-block; color: var(--muted); font-size: 13px; }
.admin-button { display: inline-flex; align-items: center; justify-content: center; min-width: 116px; padding: 13px 20px; border: 1px solid var(--ink); border-radius: 0; font: inherit; font-size: 13px; cursor: pointer; }
.admin-button.primary { color: #fff; background: var(--red); border-color: var(--red); }
.admin-button.ghost { color: var(--ink); background: transparent; }
.admin-button.danger { color: #8f151c; background: transparent; border-color: rgba(143,21,28,.45); }
.admin-stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1px; background: rgba(24,21,18,.15); border: 1px solid rgba(24,21,18,.15); }
.admin-stat-grid article { display: flex; flex-direction: column; gap: 10px; padding: 28px; background: var(--paper); }
.admin-stat-grid strong { font-family: Georgia, serif; font-size: 42px; font-weight: 400; }
.admin-stat-grid span { color: var(--muted); font-size: 12px; letter-spacing: .08em; }
.admin-actions { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; margin-top: 30px; }
.admin-action-card { display: grid; min-height: 190px; padding: 28px; background: #fff; border-top: 3px solid transparent; transition: .2s ease; }
.admin-action-card:hover { border-top-color: var(--red); transform: translateY(-3px); }
.admin-action-card > span { color: var(--red); font-size: 25px; }
.admin-action-card strong { align-self: end; margin-bottom: 8px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.admin-action-card small { color: var(--muted); line-height: 1.7; }
.admin-login-wrap { display: grid; min-height: 70vh; place-items: center; padding: 80px 24px; }
.admin-login-card { width: min(460px, 100%); padding: 46px; background: #fff; box-shadow: 0 24px 70px rgba(33,27,23,.12); }
.admin-login-card h1 { margin: 0 0 12px; font-family: var(--serif); font-size: 34px; font-weight: 500; }
.admin-login-card > p:not(.section-kicker) { margin: 0 0 32px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.admin-form { display: grid; gap: 22px; }
.admin-form label:not(.check-row) { display: grid; gap: 9px; }
.admin-form label > span:first-child { font-size: 13px; font-weight: 600; }
.admin-form input:not([type="checkbox"]), .admin-form textarea, .admin-form select { width: 100%; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid rgba(24,21,18,.24); border-radius: 0; font: inherit; font-size: 14px; }
.admin-form input:focus, .admin-form textarea:focus, .admin-form select:focus { border-color: var(--red); outline: 2px solid rgba(176,18,27,.1); }
.admin-form textarea { line-height: 1.8; resize: vertical; }
.admin-form small { color: var(--muted); font-size: 11px; line-height: 1.7; }
.form-grid, .check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.check-row { display: flex !important; align-items: center; gap: 10px; color: #4f4942; font-size: 13px; }
.check-row input { width: 17px; height: 17px; accent-color: var(--red); }
.article-form { padding: 38px; background: #fff; }
.admin-form-actions { display: flex; gap: 12px; padding-top: 8px; }
.validation-summary, .field-error { color: #9d1018; font-size: 12px; }
.validation-summary:empty, .field-error:empty { display: none; }
.admin-notice { margin: -15px 0 28px; padding: 14px 18px; color: #315c36; background: #e1eee1; border-left: 3px solid #4d8052; font-size: 13px; }
.admin-empty { padding: 70px 20px; text-align: center; background: #fff; }
.admin-empty h2 { font-family: var(--serif); font-size: 32px; font-weight: 500; }
.admin-empty p { color: var(--muted); }
.admin-table-wrap { overflow-x: auto; background: #fff; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.admin-table th, .admin-table td { padding: 18px 20px; text-align: left; border-bottom: 1px solid var(--line); }
.admin-table th { color: var(--muted); background: #f5f2ec; font-size: 11px; letter-spacing: .08em; }
.admin-table td:first-child { min-width: 290px; }
.admin-table td:nth-child(4) { white-space: nowrap; }
.table-actions { display: flex; gap: 12px; }
.table-actions a { color: var(--red); }
.status-pill { display: inline-flex; padding: 5px 9px; font-size: 11px; white-space: nowrap; }
.status-pill.published { color: #2b6031; background: #e1eee1; }
.status-pill.draft { color: #776641; background: #f0ead8; }
.admin-media-preview { display: flex; align-items: end; gap: 22px; padding: 20px; background: #f5f2ec; border: 1px solid var(--line); }
.admin-media-preview img { width: 150px; aspect-ratio: 4/5; object-fit: cover; object-position: top; }
.admin-media-preview.is-wide img { width: min(320px, 60%); aspect-ratio: 16/9; }
.admin-media-preview .check-row { margin-bottom: 4px; }
.check-row.align-end { align-self: end; min-height: 48px; }
.inquiry-list { display: grid; gap: 16px; }
.inquiry-card { padding: 26px 28px; background: #fff; border-left: 3px solid #a2814f; }
.inquiry-card.processed { opacity: .74; border-left-color: #638168; }
.inquiry-card header, .inquiry-card header > div, .inquiry-card footer { display: flex; align-items: center; gap: 14px; }
.inquiry-card header { justify-content: space-between; }
.inquiry-card header a { color: var(--red); }
.inquiry-card time { color: var(--muted); font-size: 11px; }
.inquiry-type { margin: 22px 0 9px; color: var(--red); font-size: 11px; letter-spacing: .08em; }
.inquiry-message { margin: 0; color: #49433d; line-height: 1.9; white-space: pre-line; }
.inquiry-card footer { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }

.about-hero { background-image: linear-gradient(115deg, rgba(33,27,23,.96), rgba(52,38,30,.62)), url("../images/about-lounge.jpg"); }
.expertise-page-hero { background-image: linear-gradient(115deg, rgba(33,27,23,.97), rgba(52,38,30,.65)), url("../images/about-meeting.jpg"); }
.team-page-hero { background-image: linear-gradient(115deg, rgba(33,27,23,.97), rgba(52,38,30,.58)), url("../images/about-office.jpg"); }
.honors-hero { background-image: linear-gradient(115deg, rgba(33,27,23,.97), rgba(52,38,30,.62)), url("../images/culture-hall.jpg"); }
.contact-hero { background-image: linear-gradient(115deg, rgba(33,27,23,.96), rgba(52,38,30,.58)), url("../images/hero-office.jpg"); }
.about-story, .honors-intro { display: grid; grid-template-columns: 120px minmax(0, 1fr) minmax(320px, .85fr); gap: clamp(30px, 6vw, 80px); padding-top: 110px; padding-bottom: 110px; }
.about-story h2, .honors-intro h2, .office-gallery h2, .expertise-page header h2, .team-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(36px, 4.4vw, 58px); font-weight: 500; line-height: 1.35; }
.about-prose p, .honors-intro > div:last-child p { margin: 0 0 22px; color: #4f4942; font-size: 15px; line-height: 2; text-align: justify; }
.values-band { padding: 80px 0; color: #fff; background: var(--red); }
.values-band > div { display: grid; grid-template-columns: auto 1fr auto 1fr auto; gap: 28px; align-items: center; }
.values-band span { height: 1px; background: rgba(255,255,255,.42); }
.values-band p { margin: 0; font-size: 11px; letter-spacing: .2em; }
.values-band h2 { margin: 0; text-align: center; font-family: var(--serif); font-size: clamp(34px, 4vw, 52px); font-weight: 500; letter-spacing: .15em; line-height: 1.45; }
.office-gallery { padding-top: 120px; padding-bottom: 120px; }
.office-gallery header { display: grid; grid-template-columns: 120px 1fr; gap: clamp(30px, 6vw, 80px); margin-bottom: 64px; }
.office-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.office-grid figure { margin: 0; }
.office-grid .wide { grid-column: 1 / -1; }
.office-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.office-grid .wide img { aspect-ratio: 16/8; }
.office-grid figcaption { margin-top: 10px; color: var(--muted); font-size: 11px; letter-spacing: .1em; }
.timeline-band { padding: 80px 0; color: #fff; background: #1d1916; }
.timeline-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.timeline-grid article { padding: 10px 34px 10px 0; border-right: 1px solid rgba(255,255,255,.2); }
.timeline-grid article:not(:first-child) { padding-left: 34px; }
.timeline-grid article:last-child { border: 0; }
.timeline-grid strong { font-family: Georgia, serif; font-size: 48px; font-weight: 400; }
.timeline-grid p { margin: 14px 0 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.8; }
.expertise-page { padding-top: 110px; padding-bottom: 120px; }
.expertise-page > header { display: grid; grid-template-columns: .8fr 1.6fr 1fr; gap: 40px; align-items: end; margin-bottom: 70px; }
.expertise-page > header > p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.expertise-list { border-top: 1px solid var(--line); }
.expertise-list article { display: grid; grid-template-columns: 80px 1fr auto; gap: 30px; align-items: center; min-height: 170px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.expertise-list article > span { color: var(--red); font-family: Georgia, serif; font-size: 13px; }
.expertise-list h2 { margin: 0 0 14px; font-family: var(--serif); font-size: 30px; font-weight: 500; }
.expertise-list p { margin: 0; color: var(--muted); font-size: 14px; }
.expertise-list b { color: rgba(24,21,18,.15); font-family: Georgia, serif; font-size: 11px; letter-spacing: .18em; }
.service-principles { padding: 80px 0; color: #fff; background: var(--wood); }
.service-principles > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
.service-principles strong { font-family: var(--serif); font-size: 28px; font-weight: 500; }
.service-principles p { color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.9; }
.team-intro { display: grid; grid-template-columns: 1.4fr .8fr; gap: 80px; align-items: end; padding-top: 110px; padding-bottom: 80px; }
.team-intro > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.partner-director { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(380px, 1.2fr); gap: clamp(50px, 9vw, 130px); align-items: center; padding-bottom: 120px; scroll-margin-top: 40px; }
.partner-director-photo { overflow: hidden; background: #ded9d0; }
.partner-director-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: top; filter: saturate(.82); }
.partner-director-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 6vw, 76px); font-weight: 500; }
.partner-role { margin: 12px 0 24px; color: var(--red); font-size: 11px; letter-spacing: .12em; }
.partner-biography { margin: 0; color: #4f4942; font-size: 14px; line-height: 2; text-align: justify; }
.practice-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; }
.practice-tags li { padding: 8px 12px; color: #5f5850; border: 1px solid var(--line); font-size: 11px; }
.partner-section { padding-bottom: 120px; }
.team-section-heading { display: grid; grid-template-columns: 1fr minmax(280px, .7fr); gap: 50px; align-items: end; margin-bottom: 54px; }
.team-section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(36px, 4.4vw, 56px); font-weight: 500; }
.team-section-heading > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.partner-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.partner-card { display: grid; grid-template-columns: minmax(150px, .72fr) minmax(0, 1.28fr); min-height: 360px; background: var(--paper); scroll-margin-top: 24px; }
.partner-card-photo { overflow: hidden; background: #ded9d0; }
.partner-card-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; filter: saturate(.76); transition: transform .35s ease, filter .35s ease; }
.partner-card:hover img { transform: scale(1.02); filter: saturate(1); }
.partner-card-copy { align-self: center; padding: 34px 30px; }
.partner-card h2 { margin: 0 0 22px; font-family: var(--serif); font-size: 30px; font-weight: 500; }
.partner-card .partner-role { margin: 0 0 9px; }
.partner-card .practice-tags { gap: 6px; margin-top: 20px; }
.partner-card .practice-tags li { padding: 6px 8px; font-size: 10px; }
.lawyer-roster { padding: 100px 0 110px; color: #fff; background: #211b17; }
.lawyer-roster .team-section-heading > p { color: rgba(255,255,255,.5); }
.lawyer-roster-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 34px 18px; }
.lawyer-card { scroll-margin-top: 24px; }
.lawyer-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: top; background: #ded9d0; filter: grayscale(.18) saturate(.72); opacity: .9; transition: opacity .25s ease, filter .25s ease; }
.lawyer-card:hover img { filter: grayscale(0) saturate(.9); opacity: 1; }
.lawyer-card h3 { margin: 14px 0 5px; font-family: var(--serif); font-size: 20px; font-weight: 500; }
.lawyer-card p { margin: 0; color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .16em; }
.team-note { padding: 44px 0; color: rgba(255,255,255,.63); background: #211b17; font-size: 12px; line-height: 1.9; }
.team-note p { margin: 0; }
.honors-framework { padding: 110px 0 90px; color: #fff; background: var(--wood); }
.honors-framework header { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; align-items: end; margin-bottom: 62px; }
.honors-framework header span { color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .2em; }
.honors-framework h2 { margin: 0; font-family: var(--serif); font-size: clamp(36px, 5vw, 60px); font-weight: 500; line-height: 1.4; }
.honors-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.honors-grid article { min-height: 260px; padding: 30px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.honors-grid b { color: rgba(255,255,255,.36); font-family: Georgia, serif; font-size: 11px; font-weight: 400; }
.honors-grid h3 { margin: 62px 0 18px; font-family: var(--serif); font-size: 27px; font-weight: 500; }
.honors-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.9; }
.honors-note { margin: 28px 0 0; color: rgba(255,255,255,.38); font-size: 11px; line-height: 1.8; }
.contact-page { display: grid; grid-template-columns: 1.55fr .65fr; gap: 80px; padding-top: 110px; padding-bottom: 120px; }
.contact-offices { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.contact-offices article { padding: 42px; background: var(--paper); }
.contact-offices article > p { margin: 0 0 18px; color: var(--red); font-size: 10px; letter-spacing: .2em; }
.contact-offices h2 { margin: 0 0 34px; font-family: var(--serif); font-size: 32px; font-weight: 500; }
.contact-offices dl { display: grid; grid-template-columns: 46px 1fr; gap: 14px 18px; margin: 0; font-size: 13px; line-height: 1.8; }
.contact-offices dt { color: var(--muted); }
.contact-offices dd { margin: 0; }
.wechat-card { align-self: start; padding: 30px; background: #fff; }
.wechat-card img { width: min(100%, 240px); margin: 0 auto 26px; }
.wechat-card p { margin: 0 0 8px; color: var(--red); font-size: 11px; letter-spacing: .12em; }
.wechat-card h2 { margin: 0 0 10px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.wechat-card span { color: var(--muted); font-size: 12px; }
.contact-message { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 9vw, 120px); padding-top: 100px; padding-bottom: 110px; border-top: 1px solid var(--line); }
.contact-message-intro h2 { margin: 18px 0 24px; font-family: var(--serif); font-size: clamp(36px, 4.5vw, 56px); font-weight: 500; }
.contact-message-intro > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.95; }
.contact-message-panel { padding: 40px; background: #fff; box-shadow: 0 24px 70px rgba(33,27,23,.08); }
.contact-form { display: grid; gap: 22px; }
.contact-form > label:not(.contact-consent), .contact-form-grid label { display: grid; gap: 9px; }
.contact-form label > span:first-child { font-size: 12px; font-weight: 600; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form input:not([type="checkbox"]), .contact-form textarea, .contact-form select { width: 100%; padding: 14px 15px; color: var(--ink); background: #faf9f6; border: 1px solid var(--line); border-radius: 0; font: inherit; }
.contact-form textarea { line-height: 1.8; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--red); outline: 2px solid rgba(176,18,27,.09); }
.contact-consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.contact-consent input { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 2px; accent-color: var(--red); }
.contact-consent a { color: var(--red); }
.contact-submit { justify-self: start; min-width: 150px; padding: 14px 24px; color: #fff; background: var(--red); border: 1px solid var(--red); font: inherit; cursor: pointer; }
.website-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-success { display: grid; gap: 10px; padding: 32px; color: #315c36; background: #e6f0e6; border-left: 3px solid #4d8052; }
.contact-success strong { font-family: var(--serif); font-size: 26px; font-weight: 500; }
.contact-disclaimer { padding: 46px 0; background: var(--paper-deep); }
.contact-disclaimer > div { display: grid; grid-template-columns: 80px 1fr; gap: 30px; }
.contact-disclaimer strong { color: var(--red); font-size: 12px; }
.contact-disclaimer p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.privacy-hero { background-image: linear-gradient(115deg, rgba(33,27,23,.97), rgba(52,38,30,.68)), url("../images/about-meeting.jpg"); }
.privacy-copy { max-width: 860px; padding-top: 90px; padding-bottom: 110px; }
.privacy-copy section { padding: 30px 0; border-bottom: 1px solid var(--line); }
.privacy-copy h2 { margin: 0 0 14px; font-family: var(--serif); font-size: 26px; font-weight: 500; }
.privacy-copy p { margin: 0; color: #4f4942; font-size: 14px; line-height: 2; }
.privacy-updated { margin-top: 30px !important; color: var(--muted) !important; font-size: 11px !important; }

.search-hero { background-image: linear-gradient(115deg, rgba(33,27,23,.97), rgba(52,38,30,.62)), url("../images/about-meeting.jpg"); }
.search-page { padding-top: 86px; padding-bottom: 120px; }
.public-search-form { margin-bottom: 64px; }
.public-search-form > label { display: block; margin-bottom: 12px; color: var(--muted); font-size: 12px; letter-spacing: .12em; }
.public-search-form > div { display: grid; grid-template-columns: 1fr auto; max-width: 840px; }
.public-search-form input { min-width: 0; padding: 18px 20px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-right: 0; font: inherit; }
.public-search-form input:focus { outline: 2px solid rgba(176,18,27,.12); border-color: var(--red); }
.public-search-form button { min-width: 110px; color: #fff; background: var(--red); border: 1px solid var(--red); font: inherit; cursor: pointer; }
.search-prompt { padding: 80px 0; color: var(--muted); text-align: center; }
.search-prompt h2 { color: var(--ink); font-family: var(--serif); font-size: 34px; font-weight: 500; }
.search-result-heading { margin-bottom: 54px; padding-bottom: 18px; color: var(--muted); border-bottom: 1px solid var(--line); }
.search-result-heading strong { color: var(--red); }
.search-result-group { display: grid; grid-template-columns: 220px 1fr; gap: 50px; margin-bottom: 72px; }
.search-result-group > h2 { margin: 0; font-family: var(--serif); font-size: 30px; font-weight: 500; }
.search-result-group article { display: grid; grid-template-columns: 100px 1fr; gap: 22px; padding: 25px 0; border-top: 1px solid var(--line); }
.search-result-group article > span { padding-top: 7px; color: var(--red); font-size: 9px; letter-spacing: .12em; }
.search-result-group h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 24px; font-weight: 500; line-height: 1.45; }
.search-result-group p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

.error-page { padding-top: 100px; padding-bottom: 130px; text-align: center; }
.error-page > strong { display: block; color: rgba(176,18,27,.16); font-family: Georgia, serif; font-size: clamp(90px, 18vw, 220px); font-weight: 400; line-height: .85; }
.error-page h1 { margin: 26px 0 18px; font-family: var(--serif); font-size: clamp(36px, 5vw, 58px); font-weight: 500; }
.error-page > p:not(.section-kicker) { max-width: 620px; margin: 0 auto; color: var(--muted); line-height: 1.9; }
.error-actions { display: flex; justify-content: center; gap: 12px; margin-top: 34px; }
.error-page small { display: block; margin-top: 36px; color: var(--muted); }

/* Party building: institutional order with the Tianqi editorial system. */
.party-page { --party-red: #9d1018; --party-deep: #4a080d; --party-dark: #250709; --party-gold: #c9a15e; --party-cream: #f4eee3; }
.party-site-header { background: #570a0f; border-bottom-color: rgba(255,220,166,.22); }
.party-hero { position: relative; isolation: isolate; min-height: min(690px, calc(100svh - 90px)); display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--party-deep) url("../images/party-room.webp") center 52%/cover no-repeat; }
.party-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .12; background-image: repeating-linear-gradient(120deg, transparent 0 22px, rgba(255,221,164,.42) 23px, transparent 24px 46px); mix-blend-mode: soft-light; pointer-events: none; }
.party-hero-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(54,3,7,.85) 0%, rgba(82,7,12,.7) 40%, rgba(55,6,9,.26) 72%, rgba(29,5,7,.4) 100%), linear-gradient(0deg, rgba(31,4,7,.72) 0%, transparent 55%, rgba(31,4,7,.24) 100%); }
.party-hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 60px; align-items: end; padding-top: 120px; padding-bottom: 92px; }
.party-hero-copy { max-width: 760px; }
.party-hero-kicker { display: flex; align-items: center; gap: 18px; margin: 0 0 28px; color: rgba(255,255,255,.62); font-size: 10px; letter-spacing: .22em; }
.party-hero-kicker::before { content: ""; width: 48px; height: 1px; background: var(--party-gold); }
.party-hero-kicker b { padding-left: 18px; color: #f0d4a2; border-left: 1px solid rgba(240,212,162,.36); font-weight: 500; letter-spacing: .2em; }
.party-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(68px, 8.5vw, 118px); font-weight: 500; line-height: .95; letter-spacing: .11em; text-shadow: 0 5px 28px rgba(22,2,4,.28); }
.party-hero-lead { max-width: 620px; margin: 34px 0 38px; color: rgba(255,255,255,.72); font-family: var(--serif); font-size: clamp(17px, 1.6vw, 22px); line-height: 1.9; letter-spacing: .05em; }
.party-outline-button { display: inline-flex; align-items: center; gap: 28px; padding: 14px 20px; border: 1px solid rgba(239,211,160,.62); color: #f1ddba; font-size: 12px; letter-spacing: .14em; transition: background .25s ease, color .25s ease; }
.party-outline-button:hover { color: var(--party-deep); background: #f1ddba; }
.party-hero-motto { width: min(390px, 100%); padding: 24px 26px; background: rgba(59,5,9,.62); border: 1px solid rgba(240,212,162,.36); backdrop-filter: blur(9px); }
.party-hero-motto small { color: rgba(255,255,255,.38); font-size: 8px; letter-spacing: .18em; }
.party-hero-motto div { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 25px; }
.party-hero-motto strong { color: #f7e6c6; font-family: var(--serif); font-size: 18px; font-weight: 500; letter-spacing: .04em; white-space: nowrap; }
.party-hero-motto i { width: 3px; height: 3px; background: var(--party-gold); border-radius: 50%; }
.party-jump { color: #fff; background: var(--party-red); }
.party-jump > div { min-height: 88px; display: grid; grid-template-columns: repeat(3, auto) 1fr; gap: clamp(24px, 4vw, 62px); align-items: center; }
.party-jump a { display: flex; align-items: center; gap: 12px; padding: 32px 0 29px; border-bottom: 3px solid transparent; transition: border-color .2s ease; }
.party-jump a:hover { border-bottom-color: #f1d6a6; }
.party-jump b { color: rgba(255,255,255,.42); font-family: Georgia, serif; font-size: 10px; font-weight: 400; }
.party-jump span { font-size: 13px; letter-spacing: .12em; }
.party-jump p { justify-self: end; margin: 0; color: rgba(255,255,255,.48); font-family: var(--serif); font-size: 13px; letter-spacing: .08em; }
.party-news { padding-top: 118px; padding-bottom: 128px; }
.party-section-heading { display: grid; grid-template-columns: 80px minmax(260px, .72fr) minmax(300px, .72fr); gap: clamp(28px, 6vw, 82px); align-items: end; margin-bottom: 64px; }
.party-section-heading > p:first-child { margin: 0; color: var(--party-red); font-family: Georgia, serif; font-size: 13px; }
.party-section-heading > div span { color: var(--party-red); font-size: 9px; letter-spacing: .24em; }
.party-section-heading h2 { margin: 10px 0 0; font-family: var(--serif); font-size: clamp(38px, 4.2vw, 58px); font-weight: 500; letter-spacing: .08em; }
.party-section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.party-feature { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); min-height: 520px; background: #fff; border-top: 3px solid var(--party-red); box-shadow: 0 26px 70px rgba(51,31,20,.08); }
.party-feature figure { position: relative; margin: 0; overflow: hidden; background: #e5ded2; }
.party-feature figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(38,7,8,.46), transparent 45%); pointer-events: none; }
.party-feature figure img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.86) contrast(1.02); transition: transform .65s ease; }
.party-feature:hover figure img { transform: scale(1.018); }
.party-feature figcaption { position: absolute; z-index: 1; left: 28px; bottom: 24px; color: rgba(255,255,255,.76); font-size: 10px; letter-spacing: .14em; }
.party-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 76px); }
.party-feature-copy > p:first-child { display: flex; justify-content: space-between; margin: 0; color: var(--muted); font-size: 10px; letter-spacing: .12em; }
.party-feature-copy > p:first-child span { color: var(--party-red); }
.party-feature-copy h3 { margin: 34px 0 24px; font-family: var(--serif); font-size: clamp(25px, 2.6vw, 36px); font-weight: 500; line-height: 1.55; }
.party-feature-copy > p:not(:first-child) { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.95; }
.party-text-link { display: inline-flex; align-self: flex-start; gap: 24px; margin-top: 35px; padding-bottom: 8px; border-bottom: 1px solid var(--party-red); color: var(--party-red); font-size: 12px; letter-spacing: .1em; }
.party-empty { padding: 80px; text-align: center; background: #fff; border-top: 3px solid var(--party-red); }
.party-empty span { color: var(--party-red); font-size: 9px; letter-spacing: .2em; }
.party-empty h3 { margin: 20px 0 10px; font-family: var(--serif); font-size: 32px; font-weight: 500; }
.party-empty p { color: var(--muted); }
.party-news-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 1px; background: rgba(157,16,24,.18); }
.party-news-grid article { position: relative; padding: 42px; background: var(--party-cream); }
.party-news-grid article > p:first-child { display: flex; justify-content: space-between; margin: 0; color: var(--muted); font-size: 10px; }
.party-news-grid h3 { max-width: 90%; margin: 27px 0 15px; font-family: var(--serif); font-size: 24px; font-weight: 500; line-height: 1.55; }
.party-news-grid article > p:not(:first-child) { color: var(--muted); font-size: 13px; line-height: 1.8; }
.party-news-grid article > a:last-child { position: absolute; right: 32px; bottom: 28px; color: var(--party-red); }
.party-work { padding: 118px 0 126px; color: #fff; background: var(--party-deep); }
.party-section-heading.is-light > p:first-child, .party-section-heading.is-light > div span { color: var(--party-gold); }
.party-section-heading.is-light > p:last-child { color: rgba(255,255,255,.56); }
.party-work-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(238,210,159,.3); border-left: 1px solid rgba(238,210,159,.3); }
.party-work-grid article { position: relative; min-height: 330px; padding: 30px; border-right: 1px solid rgba(238,210,159,.3); border-bottom: 1px solid rgba(238,210,159,.3); transition: background .28s ease, transform .28s ease; }
.party-work-grid article:hover { z-index: 1; background: var(--party-red); transform: translateY(-4px); }
.party-work-grid span { color: var(--party-gold); font-family: Georgia, serif; font-size: 11px; }
.party-work-grid h3 { margin: 56px 0 22px; color: #f7e7ca; font-family: var(--serif); font-size: 27px; font-weight: 500; letter-spacing: .08em; }
.party-work-grid p { margin: 0; color: rgba(255,255,255,.54); font-size: 13px; line-height: 1.9; }
.party-work-grid b { position: absolute; left: 30px; bottom: 25px; color: rgba(255,255,255,.22); font-size: 8px; font-weight: 500; letter-spacing: .17em; }
.party-space { padding: 120px 0 130px; background: var(--party-cream); }
.party-space-grid { display: grid; grid-template-columns: 1.28fr .72fr; gap: 18px; }
.party-space-grid figure { position: relative; min-height: 430px; margin: 0; overflow: hidden; background: #e1d8ca; }
.party-space-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.party-space-grid figure:hover img { transform: scale(1.018); }
.party-space-grid figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(47,7,9,.74), transparent 56%); pointer-events: none; }
.party-space-grid figcaption { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 25px; display: flex; justify-content: space-between; align-items: end; gap: 20px; color: #fff; }
.party-space-grid figcaption span { font-family: var(--serif); font-size: 24px; }
.party-space-grid figcaption b { color: rgba(255,255,255,.6); font-size: 9px; font-weight: 400; letter-spacing: .12em; }
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 94px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 24px; color: var(--ink); background: rgba(242,239,232,.98); }
  .site-nav.open { display: flex; }
  .site-nav a { border-bottom: 1px solid var(--line); }
  .nav-contact { margin-top: 8px; text-align: center; border-color: var(--ink); }
  .hero-note { display: none; }
  .intro, .expertise-heading { grid-template-columns: 1fr; }
  .section-index { margin-bottom: 10px; }
  .intro-image { margin-top: 10px; }
  .intro-image img { aspect-ratio: 16/10; }
  .brand-code-inner { grid-template-columns: 1fr auto 1px auto; }
  .brand-code-lead { font-size: 18px; }
  .practice-grid { grid-template-columns: repeat(2, 1fr); }
  .director { gap: 50px; }
  .news-editorial { grid-template-columns: 1fr; }
  .news-briefs { display: grid; grid-template-columns: repeat(2, 1fr); border-left: 1px solid rgba(255,255,255,.2); }
  .news-briefs article { padding: 28px; border-right: 1px solid rgba(255,255,255,.2); }
  .news-list-grid { grid-template-columns: 1fr; }
  .admin-stat-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-actions { grid-template-columns: 1fr; }
  .about-story, .honors-intro { grid-template-columns: 1fr; }
  .honors-framework header { grid-template-columns: 1fr; gap: 24px; }
  .search-result-group { grid-template-columns: 1fr; gap: 24px; }
  .expertise-page > header { grid-template-columns: 1fr; align-items: start; }
  .team-intro { grid-template-columns: 1fr; gap: 30px; }
  .partner-director { gap: 50px; }
  .partner-grid { grid-template-columns: 1fr; }
  .lawyer-roster-grid { grid-template-columns: repeat(4, 1fr); }
  .contact-page { grid-template-columns: 1fr; }
  .contact-message { grid-template-columns: 1fr; gap: 36px; }
  .party-hero-inner { grid-template-columns: 1fr; }
  .party-hero-motto { justify-self: end; }
  .party-jump > div { grid-template-columns: repeat(3, auto); }
  .party-jump p { display: none; }
  .party-section-heading { grid-template-columns: 50px 1fr; }
  .party-section-heading > p:last-child { grid-column: 2; }
  .party-feature { grid-template-columns: 1fr; }
  .party-feature figure { min-height: 430px; }
  .party-work-grid { grid-template-columns: repeat(2, 1fr); }
  .party-space-grid { grid-template-columns: 1fr; }
  .party-space-grid figure { min-height: 390px; }
}

@media (max-width: 620px) {
  .site-header { padding: 18px 20px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { font-size: 8px; }
  .hero-content { padding: 150px 24px 95px; }
  .hero h1 { font-size: 54px; }
  .hero-sideword { display: none; }
  .button { min-width: 135px; }
  .section-shell { width: min(100% - 36px, 1180px); }
  .intro, .expertise, .director { padding-top: 88px; padding-bottom: 88px; }
  .section-mark { flex-wrap: wrap; white-space: normal; }
  .section-mark span { flex-basis: 100%; margin: 0; }
  .section-mark::after { display: none; }
  .intro-facts strong { font-size: 23px; }
  .intro-facts p { padding-right: 8px; }
  .intro-facts p + p { padding-left: 10px; }
  .brand-code-inner { min-height: 330px; grid-template-columns: 1fr 1px 1fr; gap: 24px; padding-top: 48px; padding-bottom: 48px; }
  .brand-code-lead { grid-column: 1 / -1; }
  .brand-code-word b { font-size: 58px; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-grid article { min-height: 190px; }
  .director { grid-template-columns: 1fr; }
  .director-photo { max-width: 420px; }
  .news-heading { align-items: flex-start; flex-direction: column; }
  .news-feature-copy { min-height: 360px; }
  .news-briefs { grid-template-columns: 1fr; }
  .news-briefs article { padding-left: 0; padding-right: 0; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-offices { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .footer-credit { display: block; margin: 8px 0 0; }
  .content-hero { padding: 80px 0 66px; }
  .admin-shell, .admin-shell.narrow { width: min(100% - 32px, 1120px); padding-top: 54px; }
  .admin-heading { align-items: flex-start; flex-direction: column; }
  .admin-stat-grid, .form-grid, .check-grid { grid-template-columns: 1fr; }
  .admin-login-card, .article-form { padding: 28px 22px; }
  .admin-form-actions { flex-direction: column; }
  .admin-media-preview { align-items: flex-start; flex-direction: column; }
  .admin-media-preview.is-wide img { width: 100%; }
  .values-band > div { grid-template-columns: 1fr; text-align: center; }
  .values-band span { width: 80px; margin: 0 auto; }
  .office-gallery header { grid-template-columns: 1fr; }
  .office-grid, .timeline-grid, .service-principles > div, .contact-offices { grid-template-columns: 1fr; }
  .office-grid .wide { grid-column: auto; }
  .office-grid .wide img { aspect-ratio: 4/3; }
  .timeline-grid article, .timeline-grid article:not(:first-child) { padding: 26px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .expertise-list article { grid-template-columns: 42px 1fr; }
  .expertise-list b { display: none; }
  .partner-director { grid-template-columns: 1fr; }
  .partner-director-photo { max-width: 420px; }
  .team-section-heading { grid-template-columns: 1fr; gap: 22px; }
  .partner-card { grid-template-columns: 1fr; }
  .partner-card-photo { max-height: 520px; }
  .lawyer-roster-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 14px; }
  .honors-grid { grid-template-columns: 1fr; }
  .honors-grid article { min-height: 220px; }
  .honors-grid h3 { margin-top: 42px; }
  .contact-page { gap: 30px; }
  .contact-message-panel { padding: 28px 22px; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .inquiry-card header, .inquiry-card header > div { align-items: flex-start; flex-direction: column; }
  .inquiry-card footer { align-items: stretch; flex-direction: column; }
  .inquiry-card footer .admin-button { width: 100%; }
  .public-search-form > div { grid-template-columns: 1fr; }
  .public-search-form input { border-right: 1px solid var(--line); }
  .public-search-form button { min-height: 52px; }
  .search-result-group article { grid-template-columns: 1fr; gap: 8px; }
  .error-actions { align-items: stretch; flex-direction: column; }
  .article-detail footer { align-items: flex-start; flex-direction: column; }
  .party-hero { min-height: min(650px, calc(100svh - 80px)); }
  .party-hero-inner { padding-top: 95px; padding-bottom: 60px; }
  .party-hero h1 { font-size: 62px; }
  .party-hero-kicker span { display: none; }
  .party-hero-motto { width: 100%; }
  .party-jump > div { min-height: auto; gap: 0; }
  .party-jump a { justify-content: center; padding: 24px 10px 21px; }
  .party-jump b { display: none; }
  .party-jump span { font-size: 11px; }
  .party-news, .party-space { padding-top: 82px; padding-bottom: 88px; }
  .party-section-heading { grid-template-columns: 1fr; gap: 15px; margin-bottom: 42px; }
  .party-section-heading > p:last-child { grid-column: 1; }
  .party-feature figure { min-height: 300px; }
  .party-feature-copy { padding: 34px 26px 42px; }
  .party-news-grid { grid-template-columns: 1fr; }
  .party-work { padding: 82px 0 90px; }
  .party-work-grid { grid-template-columns: 1fr; }
  .party-work-grid article { min-height: 260px; }
  .party-space-grid figure { min-height: 300px; }
  .party-space-grid figcaption { align-items: start; flex-direction: column; }
  .party-hero-motto strong { font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
