
:root { --cream: #f5efe5; --paper: #fbf7f0; --brown: #4a2d1d; --tan: #a98261; --line: #d8c8b6; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: #3d281c; font-family: Georgia, 'Times New Roman', serif; }
html[lang="en"] .lang-zh { display: none !important; }
html[lang="zh-Hant"] .lang-en { display: none !important; }
.wrap { max-width: 1180px; margin: auto; padding: 28px 6vw; }
header { display: flex; justify-content: space-between; align-items: center; padding: 20px 0 34px; }
.brand { letter-spacing: .28em; font-size: 19px; text-decoration: none; color: inherit; display: block; }
.monogram { font-size: 68px; line-height: .7; letter-spacing: -.12em; color: inherit; text-decoration: none; }
.lang-switcher { display: flex; gap: 8px; align-items: center; font-family: Arial, sans-serif; font-size: 13px; margin-right: 15px; border: 1px solid var(--line); border-radius: 4px; padding: 4px; }
.lang-switcher button { background: transparent; border: none; padding: 6px 10px; cursor: pointer; color: #a98261; border-radius: 3px; font-size: 12px; }
.lang-switcher button.active { background: var(--brown); color: #fff; }
.menu { position: relative; z-index: 1000; border: 1px solid var(--line); border-radius: 8px; padding: 13px 16px; font: 24px Arial; color: var(--brown); background: transparent; cursor: pointer; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
.nav-panel { display: none; position: fixed; inset: 0; width: 100%; height: 100vh; height: 100dvh; z-index: 9999; background: #2c1b12; color: #fff; padding: 28px 6vw; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.nav-panel.open { display: block; }
.nav-top { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 22px; }
.nav-close { position: relative; z-index: 10000; border: 1px solid rgba(255,255,255,.35); background: transparent; color: #fff; font-size: 26px; padding: 8px 13px; cursor: pointer; }
.nav-links { max-width: 1000px; margin: 8vh auto 0; }
.nav-links a { display: flex; justify-content: space-between; align-items: center; color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.18); padding: 20px 0; font-size: clamp(26px,4vw,48px); }
.nav-links small { font: 12px Arial; letter-spacing: .16em; color: #cbb29c; }
.nav-contact { max-width: 1000px; margin: 42px auto; font: 14px/1.8 Arial; color: #d9c9bb; }
body.nav-open { overflow: hidden; }
.hero { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: center; min-height: 520px; }
.hero-page { display: block; min-height: auto; padding: 40px 0 60px; }
.eyebrow { letter-spacing: .25em; color: #8a684f; text-transform: uppercase; font-size: 13px; font-family: Arial, sans-serif; }
.breadcrumb { margin-bottom: 20px; font-family: Arial, sans-serif; font-size: 12px; letter-spacing: 0.1em; color: #a98261; }
.breadcrumb a { color: inherit; text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.hero h1, .section h2 { font-weight: 400; letter-spacing: .08em; font-size: clamp(42px,6vw,76px); line-height: 1.04; margin: 18px 0; }
.hero p, .section p { font: 20px/1.7 Arial,sans-serif; color: #5f554e; }
.photo { height: 520px; position: relative; overflow: hidden; background: #e9dfd2; }
.photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.photo:after { content: 'HONG KONG · PEOPLE · IDEAS · BUSINESS'; position: absolute; right: 9%; top: 18%; white-space: pre-line; line-height: 2.5; letter-spacing: .2em; font-size: 13px; }
.strip { margin: 34px calc(-6vw); background: var(--brown); color: #fff; padding: 22px 6vw; display: flex; justify-content: space-around; font-size: 18px; }
.section { padding: 65px 0; border-bottom: 1px solid var(--line); }
.overview { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; }
.office { min-height: 380px; position: relative; overflow: hidden; display: flex; align-items: end; padding: 30px; color: #fff; font-size: 34px; background: #3c281d; }
.office img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; z-index: 0; }
.office:after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent,#2c1b12b8); z-index: 1; }
.office > *:not(img) { position: relative; z-index: 2; }
.practice-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.practice { border: 1px solid var(--line); border-radius: 8px; padding: 22px 24px; font-size: 25px; display: flex; justify-content: space-between; background: #fffaf4; color: inherit; text-decoration: none; transition: all 0.2s ease; cursor: pointer; }
a.practice { display: flex; align-items: center; }
a.practice:hover, a.practice:focus, a.practice:active { background: var(--brown); color: #fff; border-color: var(--brown); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(74, 45, 29, 0.15); outline: none; }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.contact-card { background: var(--brown); color: white; padding: 40px; }
.contact-card h3 { font-size: 34px; font-weight: 400; margin-top: 0; }
.contact-card p { color: #f6eee6; font-size: 17px; }
.label { font: 12px Arial; letter-spacing: .2em; text-transform: uppercase; color: #a98261; margin-top: 24px; }
.map { border: 1px solid var(--line); padding: 40px; display: flex; flex-direction: column; justify-content: center; background: #f1e8dd; }
.map strong { font-size: 28px; font-weight: 400; }
.service-note { font: 14px/1.65 Arial,sans-serif; color: #76695f; margin-top: 24px; }
.phase { font: 12px Arial,sans-serif; letter-spacing: .16em; text-transform: uppercase; color: #a98261; }
.footer { padding: 35px 0 60px; display: flex; justify-content: space-between; font: 13px Arial; color: #76695f; }
ul.capabilities-list { list-style: none; padding: 0; margin: 0; font: 20px/1.7 Arial,sans-serif; color: #5f554e; }
ul.capabilities-list li { padding-left: 24px; position: relative; margin-bottom: 12px; }
ul.capabilities-list li:before { content: '■'; position: absolute; left: 0; color: var(--tan); font-size: 12px; top: 6px; }
.related-services { margin-top: 80px; }
@media(max-width:760px) {
    img { max-width: 100%; height: auto; }
    .hero, .overview, .contact { grid-template-columns: 1fr; }
    .hero { min-height: 0; }
    .photo { height: 360px; }
    .practice-grid { grid-template-columns: 1fr; }
    .strip { font-size: 13px; gap: 12px; }
    .monogram { font-size: 55px; }
    .hero h1, .section h2 { font-size: 43px; }
    
    body { background: #f8f3eb; } .wrap { padding: 0 18px; overflow: hidden; }
    header { position: sticky; top: 0; z-index: 20; margin: 0 -18px; padding: 14px 18px 15px; background: rgba(251,247,240,.96); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); flex-wrap: wrap; }
    .monogram { font-size: 48px; } .brand { font-size: 11px; letter-spacing: .2em; margin-top: 7px; } .menu { font-size: 20px; padding: 9px 12px; }
    .hero { display: flex; flex-direction: column; gap: 22px; padding-top: 28px; } .hero > div:first-child { padding: 0 4px; } .eyebrow { font: 11px Arial,sans-serif; letter-spacing: .22em; }
    .hero h1, .section h2 { font-size: clamp(37px,11vw,51px); line-height: 1.02; letter-spacing: .045em; } .hero h1 { margin: 16px 0 18px; } .hero p, .section p { font-size: 16px; line-height: 1.65; }
    .photo { order: 2; height: 64vh; min-height: 430px; max-height: 610px; margin: 0 -18px; background-position: center; } .photo:before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(48,28,17,.32)); } .photo:after { right: 22px; top: auto; bottom: 24px; color: white; font-size: 9px; line-height: 2.1; text-shadow: 0 1px 8px #000; }
    .strip { margin: 0 -18px; padding: 0 18px; display: grid; grid-template-columns: repeat(3,1fr); gap: 0; } .strip span { padding: 18px 8px; text-align: center; font: 11px/1.35 Arial,sans-serif; border-right: 1px solid rgba(255,255,255,.25); } .strip span:last-child { border: 0; }
    .section { padding: 54px 0; } .overview { gap: 28px; } .office { order: 2; min-height: 330px; margin: 0 -18px; padding: 24px 22px; font-size: 30px; background-position: center; } .overview > div:last-child { order: 1; }
    .practice-grid { display: flex; flex-direction: column; gap: 12px; margin: 25px 0 0; }
    .practice { flex: none; min-height: auto; border-radius: 8px; padding: 22px 20px; align-items: center; font-size: 21px; box-shadow: none; }
    .service-note { border-left: 2px solid var(--tan); padding-left: 15px; font-size: 13px; margin-top: 22px; }
    .contact { gap: 22px; } .contact-card { margin: 0 -18px; padding: 32px 22px; } .contact-card h3 { font-size: 29px; } .map { margin: 0 -18px; border-left: 0; border-right: 0; padding: 35px 22px; min-height: 230px; } .map strong { font-size: 24px; line-height: 1.25; }
    .footer { margin: 0 -18px; padding: 26px 18px 38px; gap: 12px; flex-direction: column; background: #efe5d9; font-size: 11px; }
}
@media(max-width:390px){ .hero h1, .section h2 { font-size: 36px; } .strip span { font-size: 10px; padding-left: 4px; padding-right: 4px; } }
