
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
:root {
  --orange: #FA911B;
  --carbon: #232326;
  --warm: #EFEAE2;
  --champagne: #D9CCBA;
  --ivory: #FFFDF8;
  --paper: #ffffff;
  --muted: #6f6c68;
  --line: rgba(217, 204, 186, .82);
  --shadow: 0 24px 65px rgba(35, 35, 38, .09);
  --max: 1200px;
  --orange-soft: #ffb15b;
  --orange-pale: #f3c892;
  --radius: 14px;
  --radius-sm: 10px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, "SF Pro Display", "Helvetica Neue", Arial, "Noto Sans TC", sans-serif;
  color: var(--carbon);
  background: linear-gradient(180deg, var(--ivory) 0%, #ffffff 38%, #f7f2eb 100%);
  line-height: 1.62;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
html[lang="zh-Hant"] body { font-family: "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", Inter, sans-serif; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
svg { width: 1em; height: 1em; }
button, input, textarea, select { font: inherit; }
.lang-zh-only { display: none; }
html[data-lang="zh"] .lang-en-only { display: none; }
html[data-lang="zh"] .lang-zh-only { display: block; }
body.popup-open { overflow: hidden; }
.site-noise { position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: .055; background-image: radial-gradient(rgba(35,35,38,.28) .8px, transparent .8px); background-size: 18px 18px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--carbon); color: white; padding: 10px 14px; }
.skip-link:focus { top: 16px; }
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  height: 76px;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 0 clamp(20px, 5vw, 64px);
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.16);
  transition: background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled, [data-page]:not([data-page="home"]) .site-header {
  background: rgba(255,253,248,.94);
  color: var(--carbon);
  border-bottom-color: var(--line);
  box-shadow: 0 12px 40px rgba(35,35,38,.07);
  backdrop-filter: blur(16px);
}
.brand { position: relative; display: inline-flex; align-items: center; min-width: 174px; width: 174px; transition: width .24s ease, min-width .24s ease; }
.brand-logo { width: 174px; height: 54px; object-fit: contain; object-position: left center; transition: width .24s ease, height .24s ease, transform .24s ease; }
.brand-logo-light { display: none; }
.site-header.is-scrolled .brand-logo-dark, [data-page]:not([data-page="home"]) .site-header .brand-logo-dark { display: none; }
.site-header.is-scrolled .brand-logo-light, [data-page]:not([data-page="home"]) .site-header .brand-logo-light { display: block; transform: scale(1.065); transform-origin: left center; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2vw, 30px); }
.site-nav a { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; opacity: .84; position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--orange); transition: right .22s ease; }
.site-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; justify-self: end; gap: 8px; width: max-content; }
.theme-toggle, .language-toggle { min-height: 36px; border: 1px solid rgba(255,255,255,.28); border-radius: var(--radius-sm); background: rgba(255,255,255,.08); color: inherit; }
.theme-toggle { display: inline-flex; align-items: center; gap: 7px; padding: 4px 9px; cursor: pointer; }
.theme-ring { width: 17px; height: 17px; flex: 0 0 17px; background: url("images/allo-ring.png") center / contain no-repeat; }
.theme-label { font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.language-toggle { display: inline-flex; padding: 3px; width: max-content; }
.site-header.is-scrolled .theme-toggle, .site-header.is-scrolled .language-toggle, [data-page]:not([data-page="home"]) .theme-toggle, [data-page]:not([data-page="home"]) .language-toggle { border-color: var(--line); background: white; }
.language-toggle button { border: 0; border-radius: 7px; background: transparent; color: inherit; padding: 7px 10px; font-weight: 800; font-size: 12px; cursor: pointer; }
.language-toggle .is-active { background: var(--orange); color: white; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: var(--radius-sm); color: inherit; background: transparent; }
.nav-toggle span { display: block; height: 2px; width: 18px; background: currentColor; margin: 5px auto; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.hero { position: relative; min-height: 92svh; display: flex; align-items: flex-end; overflow: hidden; overflow: clip; contain: paint; color: white; background: var(--carbon); }
.hero-media { position: absolute; inset: -18px; overflow: hidden; transform: translate3d(var(--depth-x, 0px), calc(var(--depth-y, 0px) + var(--depth-scroll, 0px)), 0); transition: transform .8s cubic-bezier(.22,.75,.2,1); will-change: transform; }
.hero-sunrise-stage { position: absolute; inset: -56px -24px -56px; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center center; transform: scale(1.03); }
.hero-sunrise-frame { z-index: var(--frame-index); opacity: 0; animation: sunriseFrameReveal var(--frame-duration) linear var(--frame-delay) both; will-change: opacity; }
.hero-sunrise-frame:first-child { opacity: 1; animation: none; }
.hero-depth { position: absolute; inset: 0; pointer-events: none; opacity: .42; backdrop-filter: blur(1.6px); -webkit-backdrop-filter: blur(1.6px); -webkit-mask-image: radial-gradient(circle at var(--focus-x, 60%) var(--focus-y, 48%), transparent 0 50%, rgba(0,0,0,.22) 76%, #000 100%); mask-image: radial-gradient(circle at var(--focus-x, 60%) var(--focus-y, 48%), transparent 0 50%, rgba(0,0,0,.22) 76%, #000 100%); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,14,18,.58), rgba(13,14,18,.24) 46%, rgba(13,14,18,.015) 78%), linear-gradient(0deg, rgba(13,14,18,.36), transparent 54%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 96px 96px; mask-image: linear-gradient(90deg, rgba(0,0,0,.62), transparent 72%); opacity: .18; }
.hero-content { position: relative; z-index: 1; width: min(930px, calc(100% - 48px)); margin-left: clamp(24px, 7vw, 108px); padding: 160px 0 94px; }
.eyebrow, .kicker { margin: 0 0 18px; color: var(--orange); font-size: 12px; letter-spacing: .24em; text-transform: uppercase; font-weight: 900; }
h1, h2, h3 { margin: 0; letter-spacing: 0; line-height: 1.06; text-wrap: balance; }
p, li { text-wrap: pretty; }
h1 { font-size: clamp(48px, 8vw, 104px); font-weight: 850; max-width: 920px; }
.hero-title span { display: block; }
.hero-copy { font-size: clamp(18px, 2vw, 24px); color: rgba(255,255,255,.78); max-width: 660px; margin: 28px 0 0; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 13px 18px; border-radius: var(--radius-sm); border: 1px solid transparent; font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--orange); color: white; }
.button.secondary { border-color: rgba(255,255,255,.36); color: white; background: rgba(255,255,255,.08); }
.button.secondary.dark { color: var(--carbon); border-color: var(--line); background: white; }
.scroll-cue { position: absolute; right: clamp(20px, 5vw, 72px); bottom: 30px; z-index: 1; display: flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; opacity: .72; }
.scroll-cue i { display: block; width: 1px; height: 42px; background: rgba(255,255,255,.45); }
@keyframes sunriseFrameReveal { from { opacity: 0; } to { opacity: 1; } }
@keyframes slowSpin { to { transform: rotate(360deg); } }
.section { padding: 110px 0; }
.band { background: var(--warm); border-block: 1px solid var(--line); }
[data-page="home"] #about, [data-page="home"] #team, [data-page="home"] #partners { background: #fff; }
[data-page="home"] #practice, [data-page="home"] #insights { background: linear-gradient(180deg, #f5f1eb 0%, var(--ivory) 100%); }
.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(42px, 7vw, 86px); align-items: center; }
.media-frame { position: relative; min-height: 0; }
.media-frame::before { content: ""; position: absolute; inset: 24px -18px -18px 24px; border: 2px solid var(--orange); border-radius: var(--radius); z-index: 0; }
.media-frame img { position: relative; z-index: 1; width: 100%; height: 520px; object-fit: cover; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.media-frame .about-facade { height: auto; aspect-ratio: 602 / 345; object-fit: cover; }
.section-copy h2, .section-head h2, .contact-copy h2, .career-panel h2 { font-size: clamp(34px, 4.5vw, 58px); font-weight: 820; }
.section-copy p, .section-head p, .contact-copy p, .profile-content p { color: #504d49; font-size: 17px; }
.section-copy p + p { margin-top: 16px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 32px; }
.stats div { border: 1px solid var(--line); background: white; padding: 22px; border-radius: var(--radius); }
.stats strong { display: block; color: var(--orange); font-size: 34px; line-height: 1; }
.stats span { display: block; margin-top: 9px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 800; }
.section-head { display: grid; grid-template-columns: 1fr minmax(260px, 430px); gap: 32px; align-items: end; margin-bottom: 44px; }
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
#practice { padding: 92px 0 72px; background: linear-gradient(180deg, #fbf8f3 0%, var(--ivory) 100%); }
#practice .practice-head { grid-template-columns: 1fr; row-gap: 6px; align-items: start; }
#practice .practice-head .kicker { margin-bottom: 0; padding-top: 0; white-space: nowrap; }
#practice .practice-head > div { max-width: 760px; }
#practice .practice-head .kicker::before { content: ""; display: inline-block; width: 24px; height: 1px; margin: 0 9px 4px 0; background: var(--orange); }
#practice .practice-head h2 { font-size: clamp(38px, 5vw, 62px); }
#practice .practice-head p:not(.kicker) { max-width: 720px; margin: 14px 0 0; }
.practice-card, .article-card, .career-panel, .partner-logo, .capability-list div {
  position: relative;
  overflow: hidden;
  background: rgba(255,255,255,.76);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: 0 22px 68px rgba(35,35,38,.07);
  backdrop-filter: blur(10px);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease, background .3s ease;
}
.practice-card::before, .article-card::before, .career-panel::before, .partner-logo::before, .person-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at var(--mx,50%) var(--my,0%), rgba(250,145,27,.15), rgba(217,204,186,.08) 22%, transparent 42%);
  opacity: 0;
  transition: opacity .28s ease;
  pointer-events: none;
}
.practice-card > *, .article-card > *, .career-panel > *, .partner-logo > *, .person-card > * { position: relative; z-index: 1; }
.practice-card:hover, .article-card:hover, .partner-logo:hover, .career-panel:hover, .person-card:hover { transform: translateY(-6px); border-color: rgba(250,145,27,.5); box-shadow: 0 30px 82px rgba(35,35,38,.11); background: rgba(255,255,255,.86); }
.practice-card:hover::before, .article-card:hover::before, .career-panel:hover::before, .partner-logo:hover::before, .person-card:hover::before { opacity: 1; }
.practice-visual { height: 104px; display: flex; justify-content: space-between; align-items: center; margin: -10px -10px 28px; padding: 20px; overflow: hidden; border: 1px solid rgba(217,204,186,.72); border-radius: var(--radius-sm); background: linear-gradient(135deg, rgba(239,234,226,.82), rgba(255,253,248,.92)); }
.practice-visual span { align-self: flex-start; color: var(--orange); font-size: 11px; letter-spacing: .18em; font-weight: 900; }
.practice-visual .icon { width: 58px; height: 58px; color: var(--orange); background: white; box-shadow: 0 14px 30px rgba(35,35,38,.08); }
.icon { width: 46px; height: 46px; display: grid; place-items: center; color: var(--orange); background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius-sm); font-size: 23px; }
.practice-card h3 { font-size: 23px; min-height: 58px; }
#practice .practice-card { height: 164px; min-height: 164px; padding: 18px; display: flex; flex-direction: column; transition: height .38s cubic-bezier(.22,.75,.2,1), transform .3s ease, box-shadow .3s ease, border-color .3s ease, background .3s ease; }
#practice .practice-visual { width: 40px; height: 40px; margin: 0 0 12px; padding: 0; overflow: visible; border: 0; background: transparent; }
#practice .practice-visual > span { display: none; }
#practice .practice-visual .icon { width: 40px; height: 40px; font-size: 18px; box-shadow: none; }
#practice .practice-card h3 { min-height: 44px; font-size: 19px; line-height: 1.12; }
#practice .practice-card p { position: absolute; top: 112px; left: 18px; right: 18px; margin: 0; color: #5d5954; font-size: 13.5px; line-height: 1.55; opacity: 0; transform: translateY(8px); transition: opacity .26s ease, transform .26s ease; pointer-events: none; }
#practice .practice-card .text-link { position: absolute; left: 20px; bottom: 20px; margin: 0; opacity: 0; transform: translateY(6px); transition: opacity .24s ease, transform .24s ease; }
#practice .practice-card:hover, #practice .practice-card:focus-within { height: 268px; }
#practice .practice-card:hover p, #practice .practice-card:focus-within p { opacity: 1; transform: translateY(0); }
#practice .practice-card:hover .text-link, #practice .practice-card:focus-within .text-link { opacity: 1; transform: translateY(0); }
#practice .section-action { margin-top: 22px; text-align: left; }
.practice-grid-full .practice-card { scroll-margin-top: 104px; min-height: 390px; }
.practice-grid-full .practice-card p { flex: 1; }
.practice-grid-full .practice-card { display: flex; flex-direction: column; }
.practice-card p, .article-card p, .capability-list p { color: var(--muted); font-size: 15px; margin: 14px 0 0; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--orange); margin-top: 22px; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; font-weight: 900; }
.team-section { background: linear-gradient(180deg, #fffdf8 0%, #f6f0e8 100%); }
.team-carousel { position: relative; overflow: hidden; padding: 18px 18px 16px; border: 1px solid rgba(217,204,186,.82); border-radius: 22px; background: linear-gradient(135deg, rgba(255,255,255,.82), rgba(239,234,226,.64)); box-shadow: 0 28px 90px rgba(35,35,38,.08); }
.team-carousel::before { content: ""; position: absolute; right: -64px; top: -72px; width: 220px; height: 220px; border: 18px solid rgba(250,145,27,.10); border-radius: 50%; pointer-events: none; }
.team-carousel::after { content: ""; position: absolute; left: 18px; right: 18px; bottom: 46px; height: 1px; background: linear-gradient(90deg, var(--orange), rgba(217,204,186,.36), transparent); pointer-events: none; }
.team-carousel-top { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.team-carousel-top > span { color: var(--orange); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 900; }
.team-carousel-actions { display: flex; gap: 8px; }
.team-carousel-button { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(217,204,186,.9); border-radius: 999px; background: rgba(255,255,255,.78); color: var(--carbon); cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.team-carousel-button:hover { transform: translateY(-2px); border-color: rgba(250,145,27,.56); background: #fff; }
.people-grid { position: relative; z-index: 1; display: flex; gap: 16px; align-items: stretch; overflow-x: auto; overflow-y: hidden; padding: 2px 2px 18px; margin: 0; scroll-snap-type: x mandatory; scroll-padding-left: 2px; scrollbar-width: none; -ms-overflow-style: none; }
.people-grid::-webkit-scrollbar { display: none; }
.person-card { position: relative; flex: 0 0 clamp(238px, 21.5vw, 292px); min-height: 392px; display: flex; flex-direction: column; overflow: hidden; background: rgba(255,255,255,.9); border: 1px solid rgba(217,204,186,.88); border-radius: 18px; box-shadow: 0 18px 52px rgba(35,35,38,.07); backdrop-filter: blur(10px); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease, background .3s ease; scroll-snap-align: start; }
.person-photo { position: relative; aspect-ratio: 356 / 397; height: auto; overflow: hidden; border-bottom: 1px solid var(--line); background: linear-gradient(145deg, #e6e1da, #f9f6f0); }
.person-photo::before { content: ""; position: absolute; inset: -18px; z-index: 0; background: linear-gradient(rgba(35,35,38,.16), rgba(35,35,38,.08)), var(--person-image, url("images/andy-lau.webp")) center / cover no-repeat; filter: blur(14px) saturate(.88); transform: scale(1.08); opacity: .82; }
.person-photo img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; transition: transform .55s ease, filter .55s ease; filter: saturate(.96); }
.person-card:hover .person-photo img { transform: scale(1.025); filter: saturate(1.04); }
.person-body { position: relative; z-index: 1; display: flex; min-height: 152px; flex-direction: column; padding: 18px 20px 20px; }
.person-body h3 { font-size: 25px; line-height: 1.08; }
.person-body h3 span { display: block; margin-top: 8px; color: var(--muted); font-size: 14px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.role-kicker { display: grid; gap: 2px; min-height: 38px; color: var(--orange); white-space: normal; line-height: 1.35; }
.role-kicker .role-line { display: block; }
.person-body p:not(.kicker) { color: #5a554f; font-size: 15px; margin: 14px 0 0; }
.person-card .text-link { margin-top: auto; padding-top: 14px; }
.team-carousel-hint { position: relative; z-index: 1; margin: 0; color: #776f66; font-size: 12px; letter-spacing: .04em; }
.placeholder-member { min-height: 430px; justify-content: flex-end; background: linear-gradient(145deg, rgba(255,255,255,.86), rgba(239,234,226,.7)); }
.placeholder-mark { position: absolute; top: 42px; left: 24px; color: rgba(35,35,38,.12); font-size: 76px; line-height: 1; font-weight: 900; }
.team-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .8fr); gap: 18px; align-items: stretch; }
.team-layout.legacy-team { display: none; }
.leader-card { display: grid; grid-template-columns: 320px 1fr; gap: 30px; background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.leader-card img { height: 430px; width: 100%; object-fit: cover; border-radius: var(--radius-sm); }
.leader-card h3 { font-size: 36px; }
.leader-card h3 span { display: block; font-size: 19px; color: var(--muted); margin-top: 8px; font-weight: 600; }
.leader-card p { color: #504d49; }
.tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 22px; }
.tags span { border: 1px solid var(--line); background: var(--ivory); color: #5f5a54; padding: 7px 9px; border-radius: 999px; font-size: 12px; font-weight: 750; }
.capability-list { display: grid; gap: 14px; }
.capability-list div { height: 100%; }
.capability-list span { color: var(--orange); font-size: 12px; letter-spacing: .18em; font-weight: 900; }
.capability-list strong { display: block; margin-top: 18px; font-size: 20px; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.article-grid-wide { grid-template-columns: repeat(2, 1fr); }
.article-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.article-image { position: relative; height: 168px; overflow: hidden; background: white; border-bottom: 1px solid var(--line); transition: height .38s cubic-bezier(.22,.75,.2,1); }
.article-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 18%, rgba(17,18,21,.9) 100%); opacity: 0; transition: opacity .3s ease; }
.article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .5s ease; }
.article-summary { position: absolute; left: 22px; right: 22px; bottom: 20px; z-index: 1; display: -webkit-box; overflow: hidden; color: rgba(255,255,255,.92); font-size: 13.5px; line-height: 1.55; opacity: 0; transform: translateY(10px); transition: opacity .3s ease, transform .3s ease; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.article-card:hover .article-image::after, .article-card:focus-within .article-image::after { opacity: 1; }
.article-card:hover .article-summary, .article-card:focus-within .article-summary { opacity: 1; transform: translateY(0); }
.article-card:hover .article-image, .article-card:focus-within .article-image { height: 232px; }
.article-card:hover .article-image img, .article-card:focus-within .article-image img { transform: scale(1.035); filter: saturate(.82); }
.article-card .article-meta, .article-card h3, .article-card p, .article-card .text-link { margin-left: 24px; margin-right: 24px; }
.article-meta { display: flex; gap: 12px; justify-content: space-between; color: #8a837a; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 900; margin-top: 22px; }
.article-meta span { color: var(--orange); }
.article-card h3 { font-size: 23px; line-height: 1.15; margin-top: 22px; }
.article-card .text-link { margin-bottom: 24px; margin-top: auto; padding-top: 24px; }
.section-action { margin-top: 30px; text-align: center; }
.partners-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.partner-logo { min-height: 154px; display: grid; place-items: center; text-align: center; }
.partner-logo img { max-height: 64px; width: auto; margin: 0 auto; object-fit: contain; }
.partner-logo figcaption { margin-top: 16px; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; font-weight: 850; color: #746f69; }
.contact-band { position: relative; overflow: hidden; background: linear-gradient(180deg, #f5f1eb 0%, var(--ivory) 100%); color: var(--carbon); border-top: 1px solid var(--line); }
.contact-band::after { content: ""; position: absolute; right: -120px; bottom: -120px; width: 360px; height: 360px; border: 42px solid rgba(250,145,27,.1); border-radius: 50%; pointer-events: none; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(34px, 6vw, 80px); align-items: start; }
.contact-copy, .contact-form { position: relative; z-index: 1; }
.contact-copy h2 { color: var(--carbon); }
.contact-copy p { color: #504d49; }
.contact-list { display: grid; gap: 14px; margin-top: 30px; }
.contact-list a, .contact-list p { display: grid; grid-template-columns: 24px 1fr; gap: 14px; margin: 0; color: #504d49; }
.contact-list svg { color: var(--orange); font-size: 20px; }
.contact-form { background: rgba(255,255,255,.86); color: var(--carbon); border-radius: var(--radius); border: 1px solid var(--line); padding: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.contact-form label { display: grid; gap: 8px; color: #6b665f; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; font-weight: 900; }
.contact-form .field-full, .contact-form button, .form-status { grid-column: 1 / -1; }
.contact-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: var(--radius-sm); min-height: 46px; padding: 12px 13px; outline: none; background: var(--ivory); color: var(--carbon); }
.contact-form input, .contact-form textarea { border-color: var(--line); background: var(--ivory); color: var(--carbon); }
textarea { min-height: 140px; resize: vertical; }
input:focus, textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(250,145,27,.12); }
.form-status { min-height: 24px; color: var(--orange); font-weight: 800; margin: 0; }
.contact-form.is-submitting .button { opacity: .72; pointer-events: none; }
.form-status.success { color: #3a8d54; }
.form-status.error { color: #cf6d2d; }
.site-footer { position: relative; overflow: hidden; background: #18191c; color: white; border-top: 1px solid rgba(255,255,255,.1); }
.footer-inner { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 70px 0 28px; }
.footer-main { display: grid; grid-template-columns: 1.25fr .72fr 1fr 1.05fr; gap: clamp(28px, 5vw, 72px); align-items: start; }
.footer-intro p { max-width: 280px; margin: 24px 0 0; color: rgba(255,255,255,.64); font-size: 14px; }
.footer-social { display: inline-flex; width: fit-content; align-items: center; gap: 9px; margin-top: 20px; color: rgba(255,255,255,.86); font-size: 12px; font-weight: 800; }
.linkedin-mark { width: 24px; height: 24px; display: inline-grid; place-items: center; border-radius: 6px; background: #0A66C2; color: white; font-size: 14px; line-height: 1; font-weight: 900; font-family: Arial, sans-serif; letter-spacing: -.04em; }
.footer-social:hover { color: var(--orange); }
.footer-column { display: grid; align-content: start; gap: 9px; }
.footer-column h2 { margin: 0 0 8px; color: white; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.footer-column a, .footer-column p { margin: 0; color: rgba(255,255,255,.67); font-size: 12px; line-height: 1.55; }
.footer-column a:hover { color: var(--orange); }
.footer-contact p { margin-bottom: 7px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.5); font-size: 11px; }
.footer-brand { color: white; }
.footer-brand .brand-bar { height: 34px; }
.footer-brand .brand-name strong { font-size: 22px; }
.footer-brand .brand-name span { font-size: 20px; }
.subhero { position: relative; overflow: hidden; padding: 160px 0 76px; background: linear-gradient(180deg, #ffffff 0%, var(--ivory) 62%, var(--warm) 100%); color: var(--carbon); border-bottom: 1px solid var(--line); }
.subhero::after { content: ""; position: absolute; right: 6%; top: 112px; width: 220px; height: 220px; border: 32px solid rgba(250,145,27,.08); border-radius: 50%; animation: slowSpin 22s linear infinite; }
.subhero .container { position: relative; z-index: 1; }
.subhero h1 { font-size: clamp(42px, 6vw, 78px); }
.subhero p:not(.kicker) { max-width: 720px; color: #504d49; font-size: 19px; }
[data-page="news-index"] .subhero .container { text-align: center; }
[data-page="news-index"] .subhero h1, [data-page="news-index"] .subhero p:not(.kicker) { margin-left: auto; margin-right: auto; }
.practice-editorial-hero { padding: 164px 0 90px; background: #fff; border-bottom: 1px solid var(--line); }
.practice-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(40px, 7vw, 100px); align-items: end; }
.practice-hero-grid h1 { max-width: 850px; font-size: clamp(48px, 6.5vw, 88px); }
.practice-hero-grid > p { margin: 0 0 8px; color: #57534e; font-size: 18px; }
.practice-directory { padding: 96px 0 112px; background: linear-gradient(180deg, var(--ivory), #f4efe8); }
.practice-directory-grid { display: grid; grid-template-columns: 255px minmax(0,1fr); gap: clamp(50px, 8vw, 110px); align-items: start; }
.practice-directory-nav { position: sticky; top: 112px; }
.practice-directory-nav nav { display: grid; border-top: 1px solid var(--line); }
.practice-directory-nav a { display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding: 13px 0; border-bottom: 1px solid var(--line); color: #625d57; font-size: 12px; line-height: 1.35; }
.practice-directory-nav a span:first-child { color: var(--orange); font-weight: 900; }
.practice-directory-nav a:hover { color: var(--carbon); }
.practice-detail-list { border-top: 1px solid var(--line); }
.practice-detail { display: grid; grid-template-columns: 54px 58px minmax(0,1fr); gap: 24px; padding: 46px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 98px; }
.practice-detail-number { color: #9a9187; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.practice-detail-icon { width: 54px; height: 54px; display: grid; place-items: center; color: var(--orange); background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); font-size: 24px; }
.practice-detail-copy h2 { max-width: 720px; font-size: clamp(28px, 4vw, 46px); }
.practice-detail-copy p { max-width: 740px; margin: 16px 0 0; color: #5d5852; font-size: 16px; }
.practice-cta { padding: 58px 0; background: var(--carbon); color: white; }
.practice-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.practice-cta h2 { max-width: 760px; font-size: clamp(30px, 4vw, 48px); }
.news-editorial-hero { padding: 164px 0 76px; background: linear-gradient(180deg, #fff, var(--ivory)); border-bottom: 1px solid var(--line); }
.news-editorial-heading { max-width: 920px; }
.news-editorial-heading h1 { font-size: clamp(48px, 7vw, 92px); }
.news-editorial-heading > p:not(.kicker) { max-width: 720px; margin: 24px 0 0; color: #57534e; font-size: 18px; }
.news-feature-section { padding: 78px 0 92px; background: #fff; }
.news-feature { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(36px, 6vw, 82px); align-items: center; }
.news-feature-image { overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); }
.news-feature-image img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; transition: transform .55s ease; }
.news-feature-image:hover img { transform: scale(1.025); }
.news-category { display: inline-block; margin-bottom: 18px; color: #80786f; font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.news-feature-copy h2 { font-size: clamp(32px, 4.2vw, 56px); }
.news-feature-copy > p { margin: 20px 0 0; color: #5b5650; font-size: 16px; }
.news-feature-copy .button { margin-top: 28px; }
.news-list-section { padding: 84px 0 110px; background: linear-gradient(180deg, #f4efe8, var(--ivory)); }
.news-list-heading { display: flex; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.news-list-heading > p:last-child { max-width: 420px; margin: 0; color: #6b655e; }
.news-list { border-top: 1px solid var(--line); }
.news-row { display: grid; grid-template-columns: 48px 220px minmax(0,1fr); gap: 28px; align-items: center; padding: 34px 0; border-bottom: 1px solid var(--line); }
.news-row-number { align-self: start; color: #9c9389; font-size: 12px; font-weight: 850; }
.news-row-image { overflow: hidden; border-radius: var(--radius-sm); }
.news-row-image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .45s ease; }
.news-row:hover .news-row-image img { transform: scale(1.035); }
.news-row-copy h2 { font-size: clamp(24px, 3.2vw, 38px); }
.news-row-copy > p:not(.kicker) { max-width: 760px; margin: 12px 0 0; color: #625c56; font-size: 14px; }
.article-page { background: white; }
.article-hero { position: relative; overflow: hidden; padding: 150px 0 70px; background: linear-gradient(180deg, #ffffff 0%, var(--ivory) 100%); color: var(--carbon); border-bottom: 1px solid var(--line); }
.article-hero .container { position: relative; z-index: 1; }
.article-hero h1 { font-size: clamp(38px, 5vw, 72px); max-width: 1040px; }
.article-hero p { max-width: 780px; color: #504d49; font-size: 19px; }
.article-hero-editorial { padding-bottom: 72px; }
.article-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(40px, 6vw, 86px); align-items: center; }
.article-hero-copy h1 { font-size: clamp(38px, 5.2vw, 68px); }
.article-hero-copy > p { max-width: 680px; font-size: 17px; }
.article-hero-image { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.article-hero-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.article-reading { display: grid; grid-template-columns: 210px minmax(0, 840px); gap: clamp(42px, 7vw, 90px); align-items: start; }
.article-reading-rail { position: sticky; top: 112px; margin-top: 78px; padding-top: 18px; border-top: 2px solid var(--orange); }
.article-reading-rail span { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.article-reading-rail p { margin: 12px 0 0; color: #777068; font-size: 12px; }
.latest-insight-popup { position: fixed; right: clamp(20px, 3vw, 42px); bottom: clamp(20px, 3vw, 42px); z-index: 900; width: min(380px, calc(100vw - 44px)); pointer-events: none; }
.latest-insight-popup[hidden] { display: none; }
.latest-insight-backdrop { display: none; }
.latest-insight-card { position: relative; display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 16px; align-items: stretch; overflow: hidden; pointer-events: auto; border: 1px solid rgba(217,204,186,.52); border-radius: 18px; background: linear-gradient(145deg, rgba(255,253,248,.96), rgba(239,234,226,.94)); box-shadow: 0 22px 70px rgba(0,0,0,.18); padding: 14px; padding-right: 40px; transform: translateY(14px); animation: latestInsightIn .38s cubic-bezier(.22,.75,.2,1) forwards; }
.latest-insight-card::after { content: ""; position: absolute; right: -46px; top: -48px; width: 124px; height: 124px; border: 22px solid rgba(250,145,27,.12); border-radius: 50%; pointer-events: none; }
.latest-insight-card > * { position: relative; z-index: 1; }
.latest-insight-thumb { display: block; min-height: 126px; overflow: hidden; border-radius: 14px; border: 1px solid rgba(217,204,186,.58); background: #ede7df; }
.latest-insight-thumb img { width: 100%; height: 100%; min-height: 126px; object-fit: cover; display: block; }
.latest-insight-copy { min-width: 0; align-self: center; }
.latest-insight-close { position: absolute; right: 10px; top: 10px; z-index: 2; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.86); color: var(--carbon); cursor: pointer; font-size: 20px; line-height: 1; display: grid; place-items: center; }
.latest-insight-card h2 { margin: 0; color: var(--carbon); font-size: 19px; line-height: 1.14; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.latest-insight-card p:not(.kicker) { margin: 9px 0 0; color: #5c5750; font-size: 12px; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.latest-insight-card .text-link { margin-top: 10px; font-size: 11px; }
@keyframes latestInsightIn { to { transform: translateY(0); } }
.back-link { color: var(--orange); font-size: 12px; letter-spacing: .13em; text-transform: uppercase; font-weight: 900; display: inline-block; margin-bottom: 24px; }
.article-feature { width: min(1040px, calc(100% - 48px)); margin: -34px auto 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.article-feature img { width: 100%; max-height: 520px; object-fit: cover; }
.article-content { max-width: 840px; padding: 72px 0 110px; }
.article-content h2, .legal-content h2, .profile-content h2 { font-size: 28px; margin: 42px 0 14px; }
.article-content h3 { margin: 28px 0 10px; font-size: clamp(20px, 2.2vw, 27px); color: var(--carbon); }
.article-content blockquote { margin: 26px 0; padding: 18px 22px; border-left: 4px solid var(--orange); border-radius: 0 14px 14px 0; background: rgba(250,145,27,.07); color: #4f4943; font-weight: 650; }
.article-content hr { margin: 34px 0; border: 0; border-top: 1px solid var(--line); }
.article-content p, .article-content li, .legal-content p, .profile-content li { color: #44413e; font-size: 17px; }
.article-content p, .legal-content p { margin: 0 0 18px; }
.article-content ul, .profile-content ul { padding-left: 21px; }
.article-disclaimer { margin-top: 52px; padding: 24px; border: 1px solid var(--line); background: var(--ivory); border-radius: var(--radius); }
.legal-content { max-width: 900px; }
.legal-original-note { max-width: 900px; margin-bottom: 28px; padding: 16px 18px; border-left: 3px solid var(--orange); background: var(--ivory); color: #6b655e; font-size: 13px; }
.legal-original-note p { margin: 0; }
.legal-content h2 { border-top: 1px solid var(--line); padding-top: 26px; }
.profile-hero { padding: 140px 0 82px; background: var(--warm); border-bottom: 1px solid var(--line); }
.profile-grid { display: grid; grid-template-columns: 300px 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.profile-grid > img { width: 100%; height: auto; aspect-ratio: 356 / 397; object-fit: contain; object-position: center; background: #9a9a98; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.profile-grid h1 { color: var(--carbon); font-size: clamp(44px, 6vw, 82px); }
.profile-grid h1 span { display: block; font-size: 26px; color: var(--muted); margin-top: 10px; }
.profile-lead { font-size: 20px; color: #4e4b47; max-width: 720px; }
.profile-facts { display: grid; gap: 12px; margin-top: 28px; }
.profile-facts div { border: 1px solid var(--line); background: white; border-radius: var(--radius); padding: 16px; }
.profile-facts strong { display: block; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; color: var(--orange); }
.profile-facts span { display: block; margin-top: 6px; color: #504d49; }
.profile-facts a { color: var(--orange); font-weight: 800; overflow-wrap: anywhere; }
.narrow { max-width: 840px; }
.chinese-profile p { color: #44413e; }
.zh-profile-title { margin: 0 0 28px; color: var(--carbon); font-size: 30px; font-weight: 900; }
.career-email a, .article-disclaimer a { color: var(--orange); font-weight: 850; }
.career-panel ul { padding-left: 19px; color: #504d49; }
.career-panel li { margin-bottom: 12px; }
.admin-shell { min-height: 100vh; background: #f5f1ea; color: var(--carbon); }
.admin-popup-panel, .admin-nav a[href="#adminPopupPanel"] { display: none !important; }
.admin-login { min-height: 100vh; display: grid; place-items: center; padding: 28px; background: radial-gradient(circle at 12% 10%, rgba(250,145,27,.12), transparent 28%), linear-gradient(135deg, var(--ivory), #f0e8dd); }
.admin-login::before { content: "ALLO Lawyers\A 發布後台"; white-space: pre-line; position: fixed; inset: 0 auto 0 0; width: min(30vw, 410px); display: flex; align-items: center; justify-content: center; padding: 42px; background: #203650; color: #fff; font-size: clamp(28px, 3vw, 44px); font-weight: 850; line-height: 1.35; text-align: center; letter-spacing: .02em; }
.admin-card, .admin-panel { background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 18px 60px rgba(35,35,38,.08); }
.admin-card { position: relative; z-index: 1; width: min(520px, 100%); margin-left: min(30vw, 410px); padding: clamp(28px, 5vw, 46px); }
.admin-card > p:not(.kicker) { margin: 12px 0 22px; color: #746c64; }
.admin-login-language { width: max-content; margin: 0 0 20px; }
.admin-card h1, .admin-topbar h1, .admin-panel h2, .admin-sidebar h1 { margin: 0; color: var(--carbon); }
.admin-app-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); min-height: 100vh; }
.admin-sidebar { position: sticky; top: 0; min-height: 100vh; display: flex; flex-direction: column; gap: 24px; padding: 28px 22px; background: #203650; color: #fffdf8; box-shadow: inset -1px 0 rgba(255,255,255,.08); }
.admin-sidebar h1 { color: #fffdf8; font-size: 24px; line-height: 1.05; }
.admin-sidebar p:not(.kicker) { margin: 8px 0 0; color: rgba(255,253,248,.66); font-size: 13px; }
.admin-nav { display: grid; gap: 8px; margin-top: 8px; }
.admin-nav a { padding: 13px 14px; border-radius: 10px; color: rgba(255,253,248,.88); background: rgba(255,255,255,.035); font-size: 14px; font-weight: 850; border-left: 3px solid transparent; }
.admin-nav a:hover { color: #fff; background: rgba(255,255,255,.1); border-left-color: var(--orange); }
.admin-sidebar-controls { display: flex; align-items: center; gap: 10px; margin-top: auto; }
.admin-language-toggle { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.06); }
.admin-main { min-width: 0; padding: 0 clamp(20px, 3vw, 34px) 46px; }
.admin-topbar { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 calc(clamp(20px, 3vw, 34px) * -1) 22px; padding: 20px clamp(20px, 3vw, 34px); background: #203650; color: #fffdf8; box-shadow: 0 8px 28px rgba(32,54,80,.12); }
.admin-topbar h1, .admin-topbar p:not(.kicker) { color: #fffdf8; }
.admin-topbar .kicker { color: #ffb15d; }
.admin-topbar p:not(.kicker) { margin: 8px 0 0; color: #716960; }
.admin-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 18px; }
.admin-stat-grid div { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.78); }
.admin-stat-grid strong { display: block; color: var(--orange); font-size: 30px; line-height: 1; }
.admin-stat-grid span { display: block; margin-top: 7px; color: #786f66; font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.admin-workspace { display: grid; grid-template-columns: 360px minmax(620px, 1fr) 330px; gap: 18px; align-items: start; }
.admin-panel { padding: clamp(18px, 2.4vw, 26px); }
.admin-panel-head, .admin-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.admin-save-hint { color: #857b72; font-size: 12px; font-weight: 700; }
.admin-side-stack { display: grid; gap: 18px; }
.admin-guide-panel ol { margin: 14px 0 0; padding-left: 20px; color: #615a53; font-size: 14px; }
.admin-guide-panel li { margin: 0 0 10px; }
.admin-message-actions { margin: 16px 0; padding: 13px; border: 1px solid var(--line); border-radius: 16px; background: rgba(239,234,226,.44); }
.admin-message-actions > div { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.admin-message-actions .button { min-height: 34px; padding: 8px 11px; font-size: 10px; }
.admin-message-list { display: grid; gap: 9px; max-height: 320px; overflow: auto; padding-right: 4px; }
.admin-message-row { display: grid; grid-template-columns: 24px 1fr; gap: 8px; align-items: start; }
.admin-message-row input { width: 16px; height: 16px; margin-top: 14px; accent-color: var(--orange); }
.admin-message-item { width: 100%; text-align: left; border: 1px solid var(--line); border-radius: 14px; background: #fff; padding: 12px 13px; cursor: pointer; color: var(--carbon); }
.admin-message-item.is-active { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(250,145,27,.12); }
.admin-message-item.is-unread strong::after { content: "NEW"; margin-left: 8px; color: var(--orange); font-size: 10px; letter-spacing: .12em; }
.admin-message-item strong { display: block; font-size: 13px; }
.admin-message-item span { display: block; margin-top: 5px; color: #7a7269; font-size: 11px; line-height: 1.35; }
.admin-message-detail { margin-top: 14px; padding: 15px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.72); }
.admin-message-detail h3 { margin: 0 0 8px; font-size: 18px; }
.admin-message-detail dl { display: grid; gap: 8px; margin: 0 0 12px; }
.admin-message-detail div { display: grid; gap: 3px; }
.admin-message-detail dt { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.admin-message-detail dd { margin: 0; color: #44413e; font-size: 13px; overflow-wrap: anywhere; }
.admin-message-detail .message-body { white-space: pre-wrap; color: #44413e; font-size: 13px; line-height: 1.65; }
.admin-bulk-tools { margin-top: 16px; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: rgba(239,234,226,.44); }
.admin-bulk-tools > div { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0; }
.admin-bulk-tools .button { min-height: 36px; padding: 8px 12px; font-size: 10px; }
.admin-select-all { display: inline-flex; align-items: center; gap: 8px; color: #6f675f; font-size: 12px; font-weight: 850; letter-spacing: .04em; text-transform: none; }
.admin-select-all input, .admin-article-row input { accent-color: var(--orange); }
.admin-form { display: grid; gap: 14px; }
.admin-editor { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.admin-form label { display: grid; gap: 7px; color: #6f675f; font-size: 11px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.admin-form small { color: #837b72; letter-spacing: 0; text-transform: none; font-size: 12px; font-weight: 650; }
.admin-article-list { display: grid; gap: 10px; margin-top: 18px; max-height: calc(100vh - 330px); overflow: auto; padding-right: 4px; }
.admin-article-row { display: grid; grid-template-columns: 24px 1fr; gap: 8px; align-items: center; }
.admin-article-row input { width: 16px; height: 16px; }
.admin-article-item { width: 100%; text-align: left; border: 1px solid var(--line); border-radius: 10px; background: #fff; padding: 13px 14px; cursor: pointer; color: var(--carbon); }
.admin-article-item.is-active { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(250,145,27,.12); }
.admin-article-item strong { display: block; font-size: 14px; }
.admin-article-item span { display: block; margin-top: 5px; color: #7a7269; font-size: 12px; }
.admin-format-tools { padding: 16px; border: 1px dashed rgba(250,145,27,.45); border-radius: 16px; background: rgba(250,145,27,.06); }
.admin-format-tools strong { display: block; margin-bottom: 6px; font-size: 14px; }
.admin-format-tools p { margin: 0 0 12px; color: #6f675f; font-size: 13px; }
.admin-template-buttons, .admin-format-toolbar { display: flex; flex-wrap: wrap; gap: 8px; }
.admin-template-buttons button, .admin-format-toolbar button { border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--carbon); padding: 9px 13px; cursor: pointer; font-size: 12px; font-weight: 850; }
.admin-template-buttons button:hover, .admin-format-toolbar button:hover { border-color: var(--orange); color: var(--orange); }
.admin-format-toolbar { padding: 10px; border-radius: 16px; background: rgba(239,234,226,.5); }
.admin-smart-toolbar { align-items: center; background: #f7f9fc; border: 1px solid #d7e0ec; border-radius: 12px; }
.admin-toolbar-note { flex: 1 1 220px; color: #53647c; font-size: 12px; font-weight: 750; line-height: 1.5; }
.admin-inline-control { display: inline-flex !important; grid-auto-flow: column; align-items: center; gap: 8px !important; width: auto; margin: 0; color: #42526a !important; letter-spacing: 0 !important; text-transform: none !important; }
.admin-inline-control span { font-size: 12px; font-weight: 850; }
.admin-inline-control select { min-height: 34px; min-width: 138px; border-radius: 8px; border-color: #c6d4e5; background: #fff; color: var(--carbon); padding: 0 10px; font-size: 13px; }
.managed-article-page .article-content:empty::before { content: "Article content is loading."; color: var(--muted); }
.reveal { opacity: 0; transform: translateY(24px); filter: blur(5px); transition: opacity .78s ease, transform .78s ease, filter .78s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); filter: blur(0); }
.page-loader { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; align-content: center; gap: 28px; background: var(--ivory); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .45s ease, visibility .45s ease, background .25s ease; }
.js .page-loader { opacity: 1; visibility: visible; pointer-events: auto; }
.js .page-loader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-logo-set { position: relative; display: grid; place-items: center; width: min(300px, 62vw); min-height: 110px; }
.page-loader img { grid-area: 1 / 1; width: 100%; height: auto; }
.loader-logo-for-dark { display: none; }
.loader-line { width: min(220px, 44vw); height: 2px; overflow: hidden; background: rgba(35,35,38,.12); }
.loader-line::after { content: ""; display: block; width: 42%; height: 100%; background: var(--orange); animation: loaderSweep 1.15s cubic-bezier(.55,.08,.36,.98) infinite; }
@keyframes loaderSweep { from { transform: translateX(-120%); } to { transform: translateX(340%); } }
.js body:not(.hero-sunrise-started) .hero-sunrise-frame { animation-play-state: paused; }
#about, #insights, .news-feature-section, .practice-directory { position: relative; overflow: hidden; }
#about::after, #insights::after, .news-feature-section::after { content: ""; position: absolute; z-index: 0; width: 190px; height: 205px; background: url("images/allo-ring.png") center / contain no-repeat; opacity: .075; pointer-events: none; }
#about::after { right: -42px; top: 44px; }
#insights::after, .news-feature-section::after { left: -56px; bottom: 34px; }
#about > *, #insights > *, .news-feature-section > * { position: relative; z-index: 1; }
html[data-theme="dark"] { color-scheme: dark; }
html[data-theme="dark"] body { color: #f7f3ec; background: #1a1b1e; }
html[data-theme="dark"] .page-loader { background: var(--carbon); }
html[data-theme="dark"] .loader-logo-for-light { display: none; }
html[data-theme="dark"] .loader-logo-for-dark { display: block; }
html[data-theme="dark"] .loader-line { background: rgba(255,255,255,.12); }
html[data-theme="dark"] .site-header.is-scrolled, html[data-theme="dark"][data-page]:not([data-page="home"]) .site-header { background: rgba(35,35,38,.95); color: #fffdf8; border-bottom-color: rgba(217,204,186,.22); box-shadow: 0 12px 40px rgba(0,0,0,.25); }
html[data-theme="dark"] .site-header.is-scrolled .brand-logo-light, html[data-theme="dark"][data-page]:not([data-page="home"]) .site-header .brand-logo-light { display: none; }
html[data-theme="dark"] .site-header.is-scrolled .brand-logo-dark, html[data-theme="dark"][data-page]:not([data-page="home"]) .site-header .brand-logo-dark { display: block; }
html[data-theme="dark"] .site-header.is-scrolled .theme-toggle, html[data-theme="dark"] .site-header.is-scrolled .language-toggle, html[data-theme="dark"][data-page]:not([data-page="home"]) .theme-toggle, html[data-theme="dark"][data-page]:not([data-page="home"]) .language-toggle { border-color: rgba(217,204,186,.28); background: rgba(255,255,255,.06); }
html[data-theme="dark"] .site-nav { color: inherit; }
html[data-theme="dark"][data-page="home"] #about, html[data-theme="dark"][data-page="home"] #team, html[data-theme="dark"][data-page="home"] #partners, html[data-theme="dark"] .article-page { background: #1d1e21; }
html[data-theme="dark"][data-page="profile"] body, html[data-theme="dark"][data-page="profile"] main, html[data-theme="dark"] .profile-content, html[data-theme="dark"][data-page="profile"] .section.band { background: #1d1e21; color: #fffdf8; }
html[data-theme="dark"][data-page="profile"] .section.band { border-color: rgba(217,204,186,.18); }
html[data-theme="dark"][data-page="home"] #practice, html[data-theme="dark"][data-page="home"] #insights, html[data-theme="dark"] .contact-band, html[data-theme="dark"] .news-editorial-hero, html[data-theme="dark"] .news-feature-section, html[data-theme="dark"] .news-list-section, html[data-theme="dark"] .practice-editorial-hero, html[data-theme="dark"] .practice-directory, html[data-theme="dark"] .subhero, html[data-theme="dark"] .article-hero, html[data-theme="dark"] .profile-hero { background: #232326; color: #fffdf8; border-color: rgba(217,204,186,.18); }
html[data-theme="dark"] .practice-card, html[data-theme="dark"] .article-card, html[data-theme="dark"] .career-panel, html[data-theme="dark"] .partner-logo, html[data-theme="dark"] .person-card, html[data-theme="dark"] .profile-facts div, html[data-theme="dark"] .contact-form, html[data-theme="dark"] .article-disclaimer { background: #292a2e; border-color: rgba(217,204,186,.2); box-shadow: 0 24px 70px rgba(0,0,0,.2); }
html[data-theme="dark"] .team-carousel { background: linear-gradient(135deg, rgba(41,42,46,.96), rgba(31,32,36,.92)); border-color: rgba(217,204,186,.22); box-shadow: 0 28px 90px rgba(0,0,0,.24); }
html[data-theme="dark"] .team-carousel-button { background: rgba(255,255,255,.06); color: #fffdf8; border-color: rgba(217,204,186,.24); }
html[data-theme="dark"] .team-carousel-hint, html[data-theme="dark"] .person-body h3, html[data-theme="dark"] .person-body p:not(.kicker) { color: #fffdf8; }
html[data-theme="dark"] .partner-logo { background: #fff; border-color: #e7e0d6; box-shadow: 0 22px 60px rgba(0,0,0,.22); }
html[data-theme="dark"] .practice-visual, html[data-theme="dark"] .icon, html[data-theme="dark"] .tags span, html[data-theme="dark"] .legal-original-note { background: #303136; border-color: rgba(217,204,186,.2); }
html[data-theme="dark"] .section-copy p, html[data-theme="dark"] .section-head p, html[data-theme="dark"] .contact-copy p, html[data-theme="dark"] .contact-copy h2, html[data-theme="dark"] .contact-list a, html[data-theme="dark"] .contact-list p, html[data-theme="dark"] .practice-card p, html[data-theme="dark"] .article-card p, html[data-theme="dark"] .news-row-copy > p:not(.kicker), html[data-theme="dark"] .article-hero p, html[data-theme="dark"] .article-content p, html[data-theme="dark"] .article-content li, html[data-theme="dark"] .article-reading-rail p, html[data-theme="dark"] .legal-content p, html[data-theme="dark"] .profile-content p, html[data-theme="dark"] .profile-content li, html[data-theme="dark"] .profile-lead, html[data-theme="dark"] .profile-facts span, html[data-theme="dark"] .career-panel li, html[data-theme="dark"] .career-panel p, html[data-theme="dark"] .career-email, html[data-theme="dark"] .practice-detail-copy p, html[data-theme="dark"] .practice-detail-copy li, html[data-theme="dark"] .practice-directory-nav a, html[data-theme="dark"] .chinese-profile p { color: rgba(255,253,248,.86); }
html[data-theme="dark"] .news-editorial-heading > p:not(.kicker), html[data-theme="dark"] .news-feature-copy > p, html[data-theme="dark"] .news-list-heading > p { color: rgba(255,253,248,.72); }
html[data-theme="dark"] .article-content h2, html[data-theme="dark"] .article-content h3, html[data-theme="dark"] .profile-grid h1, html[data-theme="dark"] .article-hero h1, html[data-theme="dark"] .subhero h1, html[data-theme="dark"] .zh-profile-title, html[data-theme="dark"] .news-row-copy h2, html[data-theme="dark"] .career-panel h2, html[data-theme="dark"] .career-panel h3, html[data-theme="dark"] .career-panel strong, html[data-theme="dark"] .practice-detail-copy h2, html[data-theme="dark"] .practice-directory-nav strong { color: #fffdf8; }
html[data-theme="dark"] .article-content blockquote { background: rgba(250,145,27,.14); color: #fffdf8; }
html[data-theme="dark"] .practice-detail { border-bottom-color: rgba(217,204,186,.2); }
html[data-theme="dark"] .practice-detail-number { color: rgba(250,145,27,.82); }
html[data-theme="dark"] .career-email a, html[data-theme="dark"] .practice-directory-nav a:hover { color: var(--orange); }
html[data-theme="dark"] .contact-form label { color: rgba(255,253,248,.68); }
html[data-theme="dark"] .article-reading-rail { border-top-color: var(--orange); }
html[data-theme="dark"] .latest-insight-card { background: linear-gradient(145deg, rgba(41,42,46,.98), rgba(31,32,36,.97)); border-color: rgba(217,204,186,.24); box-shadow: 0 34px 110px rgba(0,0,0,.44); }
html[data-theme="dark"] .latest-insight-card h2 { color: #fffdf8; }
html[data-theme="dark"] .latest-insight-card p:not(.kicker) { color: rgba(255,253,248,.78); }
html[data-theme="dark"] .latest-insight-close { background: rgba(255,255,255,.08); color: #fffdf8; border-color: rgba(217,204,186,.24); }
html[data-theme="dark"] .person-photo, html[data-theme="dark"] .profile-grid > img { background: #838386; }
html[data-theme="dark"] input, html[data-theme="dark"] textarea, html[data-theme="dark"] select { color: #fffdf8; background: #202125; border-color: rgba(217,204,186,.22); }
html[data-theme="dark"] input:focus, html[data-theme="dark"] textarea:focus, html[data-theme="dark"] select:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(250,145,27,.18); }
html[data-theme="dark"] .button.secondary.dark { color: #fffdf8; border-color: rgba(217,204,186,.28); background: #2c2d31; }
html[data-theme="dark"] .admin-shell { background: #1a1b1e; color: #fffdf8; }
html[data-theme="dark"] .admin-login { background: radial-gradient(circle at 12% 10%, rgba(250,145,27,.12), transparent 28%), linear-gradient(135deg, #1a1b1e, #242529); }
html[data-theme="dark"] .admin-sidebar { background: #15161a; border-right: 1px solid rgba(217,204,186,.12); }
html[data-theme="dark"] .admin-card, html[data-theme="dark"] .admin-panel, html[data-theme="dark"] .admin-article-item, html[data-theme="dark"] .admin-bulk-tools, html[data-theme="dark"] .admin-message-actions, html[data-theme="dark"] .admin-message-item, html[data-theme="dark"] .admin-message-detail, html[data-theme="dark"] .admin-format-tools, html[data-theme="dark"] .admin-format-toolbar, html[data-theme="dark"] .admin-stat-grid div { background: #292a2e; border-color: rgba(217,204,186,.2); color: #fffdf8; }
html[data-theme="dark"] .admin-card h1, html[data-theme="dark"] .admin-topbar h1, html[data-theme="dark"] .admin-panel h2, html[data-theme="dark"] .admin-sidebar h1 { color: #fffdf8; }
html[data-theme="dark"] .admin-card > p:not(.kicker), html[data-theme="dark"] .admin-topbar p:not(.kicker), html[data-theme="dark"] .admin-save-hint, html[data-theme="dark"] .admin-guide-panel ol, html[data-theme="dark"] .admin-stat-grid span, html[data-theme="dark"] .admin-form label, html[data-theme="dark"] .admin-form small, html[data-theme="dark"] .admin-article-item span, html[data-theme="dark"] .admin-message-item span, html[data-theme="dark"] .admin-message-detail dd, html[data-theme="dark"] .admin-message-detail .message-body, html[data-theme="dark"] .admin-select-all, html[data-theme="dark"] .admin-format-tools p, html[data-theme="dark"] .admin-bulk-tools small { color: rgba(255,253,248,.72); }
html[data-theme="dark"] .admin-template-buttons button, html[data-theme="dark"] .admin-format-toolbar button { background: #202125; color: #fffdf8; border-color: rgba(217,204,186,.22); }
html[data-theme="dark"] p:not(.kicker):not(.role-kicker),
html[data-theme="dark"] li,
html[data-theme="dark"] small,
html[data-theme="dark"] time,
html[data-theme="dark"] .practice-directory-nav a,
html[data-theme="dark"] .practice-detail-number,
html[data-theme="dark"] .news-category,
html[data-theme="dark"] .news-row-number,
html[data-theme="dark"] .article-meta,
html[data-theme="dark"] .profile-facts span,
html[data-theme="dark"] .admin-save-hint,
html[data-theme="dark"] .admin-stat-grid span,
html[data-theme="dark"] .admin-form label,
html[data-theme="dark"] .admin-form small,
html[data-theme="dark"] .admin-article-item span,
html[data-theme="dark"] .admin-select-all,
html[data-theme="dark"] .admin-format-tools p,
html[data-theme="dark"] .admin-bulk-tools small { color: #fffdf8; }
html[data-theme="dark"] .stats div { background: #292a2e; border-color: rgba(217,204,186,.2); }
html[data-theme="dark"] .site-noise { opacity: .03; }
@media (max-width: 780px) {
  .latest-insight-popup { display: none !important; }
}
@media (max-width: 1020px) {
  .site-header { grid-template-columns: auto auto auto; }
  .nav-toggle { display: block; justify-self: end; }
  .site-nav { position: fixed; left: 0; right: 0; top: 76px; display: none; flex-direction: column; align-items: flex-start; gap: 18px; background: rgba(255,253,248,.98); color: var(--carbon); padding: 24px; border-bottom: 1px solid var(--line); }
  html[data-theme="dark"] .site-nav { background: rgba(35,35,38,.98); color: #fffdf8; border-bottom-color: rgba(217,204,186,.2); }
  .site-nav.is-open { display: flex; }
  .split, .team-layout, .contact-grid, .profile-grid { grid-template-columns: 1fr; }
  .person-card { flex-basis: clamp(238px, 36vw, 292px); }
  .practice-grid, .article-grid, .article-grid-wide, .partners-grid { grid-template-columns: repeat(2, 1fr); }
  .practice-hero-grid, .practice-directory-grid, .news-feature, .article-hero-grid, .article-reading { grid-template-columns: 1fr; }
  .practice-directory-nav, .article-reading-rail { position: static; }
  .practice-directory-nav nav { grid-template-columns: repeat(2, minmax(0,1fr)); column-gap: 24px; }
  .article-reading-rail { margin-top: 56px; }
  .news-row { grid-template-columns: 40px 190px minmax(0,1fr); gap: 20px; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-app-layout { grid-template-columns: 1fr; }
  .admin-sidebar { position: static; min-height: auto; }
  .admin-login::before { display: none; }
  .admin-card { margin-left: 0; }
  .admin-sidebar-controls { margin-top: 0; }
  .admin-main { padding: 22px 16px 42px; }
  .admin-workspace { grid-template-columns: 1fr; }
  .admin-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-bg { object-position: 66% center; }
}
@media (max-width: 680px) {
  .site-header { height: 70px; padding: 0 16px; gap: 12px; }
  .brand { min-width: 0; width: 126px; }
  .brand-logo { width: 126px; height: 46px; }
  .theme-label { display: none; }
  .theme-toggle { padding: 4px 7px; }
  .site-nav { top: 70px; }
  .language-toggle button { padding: 6px 8px; }
  .container { width: min(100% - 30px, var(--max)); }
  .hero-content { width: calc(100% - 30px); max-width: calc(100vw - 30px); margin-left: 15px; padding-bottom: 76px; }
  .hero { min-height: 100svh; }
  .hero-bg { object-position: 76% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(13,14,18,.64), rgba(13,14,18,.27) 70%, rgba(13,14,18,.04)), linear-gradient(0deg, rgba(13,14,18,.42), transparent 58%); }
  .hero-copy, .hero-actions { max-width: 335px; }
  .hero-copy { font-size: 17px; }
  h1 { font-size: 40px; line-height: 1.05; max-width: 100%; }
  .scroll-cue { display: none; }
  .hero-actions, .button { width: 100%; }
  .button { min-height: 48px; }
  .section { padding: 78px 0; }
  .section-head, .stats, .practice-grid, .article-grid, .article-grid-wide, .partners-grid, .leader-card, .contact-form { grid-template-columns: 1fr; }
  .team-carousel { padding: 14px; border-radius: 18px; }
  .team-carousel-actions { display: none; }
  .person-card { flex-basis: min(78vw, 292px); }
  #practice .practice-head { grid-template-columns: 1fr; gap: 8px; }
  #practice .practice-head .kicker { padding-top: 0; }
  #practice .practice-card { height: auto; min-height: 300px; }
  #practice .practice-card p { position: static; flex: 1; margin-top: 14px; opacity: 1; transform: none; }
  #practice .practice-card .text-link { position: static; margin-top: 18px; opacity: 1; transform: none; }
  .article-image::after, .article-summary { opacity: 1; }
  .article-summary { transform: none; }
  .article-image, .article-card:hover .article-image, .article-card:focus-within .article-image { height: auto; }
  .article-image img { height: auto; aspect-ratio: 16 / 10; }
  .admin-login { padding: 18px; }
  .admin-topbar, .admin-panel-head, .admin-actions { align-items: stretch; flex-direction: column; }
  .admin-editor { grid-template-columns: 1fr; }
  .admin-stat-grid { grid-template-columns: 1fr; }
  .admin-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .practice-cta .container { align-items: flex-start; flex-direction: column; }
  .practice-directory-nav nav { grid-template-columns: 1fr; }
  .practice-detail { grid-template-columns: 48px minmax(0,1fr); gap: 14px; }
  .practice-detail-number { grid-column: 1; grid-row: 1; }
  .practice-detail-icon { grid-column: 1; grid-row: 2; width: 44px; height: 44px; }
  .practice-detail-copy { grid-column: 2; grid-row: 1 / span 2; }
  .news-list-heading { align-items: flex-start; flex-direction: column; }
  .news-row { grid-template-columns: 34px minmax(0,1fr); }
  .news-row-number { grid-column: 1; grid-row: 1 / span 2; }
  .news-row-image { grid-column: 2; grid-row: 1; }
  .news-row-copy { grid-column: 2; grid-row: 2; }
  .news-feature-copy .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .media-frame img, .leader-card img { height: auto; aspect-ratio: 4 / 5; }
  .profile-grid > img { width: min(320px, 86vw); height: auto; aspect-ratio: 356 / 397; justify-self: center; }
  .media-frame .about-facade { aspect-ratio: 602 / 345; }
  .subhero, .article-hero { padding-top: 124px; }
}
@media (max-width: 430px) {
  .site-header { grid-template-columns: minmax(112px,1fr) auto auto; }
  .brand, .brand-logo { width: 118px; }
  .language-toggle button { padding-inline: 7px; }
  .hero-title { font-size: clamp(37px, 11.5vw, 44px); }
  .hero-copy { line-height: 1.55; }
}
@media (max-height: 700px) and (min-width: 681px) {
  .hero-content { padding-bottom: 44px; }
  .hero-title { font-size: clamp(44px, 7vw, 78px); }
  .hero-copy { margin-top: 18px; }
  .hero-actions { margin-top: 22px; }
}
@media (min-aspect-ratio: 2 / 1) {
  .hero-bg { object-position: center 54%; }
  .hero-content { padding-bottom: 58px; }
}
@media (max-aspect-ratio: 3 / 4) {
  .hero-bg { object-position: 92% center; }
}
@media (hover: none) {
  #practice .practice-card { height: auto; min-height: 300px; }
  #practice .practice-card p { position: static; flex: 1; margin-top: 14px; opacity: 1; transform: none; }
  #practice .practice-card .text-link { position: static; margin-top: 18px; opacity: 1; transform: none; }
  .article-image::after, .article-summary { opacity: 1; }
  .article-summary { transform: none; }
  .article-image, .article-card:hover .article-image, .article-card:focus-within .article-image { height: auto; }
  .article-image img { height: auto; aspect-ratio: 16 / 10; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-sunrise-frame:last-child { opacity: 1; }
}
