:root{--paper:#f7f5f0;--ink:#111;--muted:#595650;--gold:#a9853c;--line:rgba(17,17,17,.16);--measure:760px}
*{box-sizing:border-box}
body{margin:0;min-height:100vh;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
.shell{width:min(calc(100% - 48px),var(--measure));margin:0 auto;padding:72px 0 56px}
.hero{padding:0 0 58px;border-bottom:1px solid var(--line)}
.mark-wrap{width:54px;margin-bottom:42px}.mark{display:block;width:54px;height:54px}
.eyebrow{margin:0 0 14px;color:var(--gold);font-size:.74rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
h1,h2,p{margin-top:0}
h1{max-width:680px;margin-bottom:24px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.8rem,8vw,5.7rem);font-weight:400;line-height:.97;letter-spacing:-.045em}
.hero-statement{max-width:620px;margin-bottom:0;color:var(--muted);font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.2rem,2.7vw,1.72rem);line-height:1.45}
.section{padding:50px 0;border-bottom:1px solid var(--line)}
.section h2{margin-bottom:26px;font-size:.76rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.firm p{max-width:650px;margin-bottom:18px;font-family:Georgia,"Times New Roman",serif;font-size:1.13rem;line-height:1.65}.firm p:last-child{margin-bottom:0}
.focus-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:48px}
.focus-grid span{padding:15px 0 14px;border-top:1px solid var(--line);font-family:Georgia,"Times New Roman",serif;font-size:1.04rem;line-height:1.35}
.contact{border-bottom:0;padding-bottom:0}
.contact a{color:var(--ink);font-family:Georgia,"Times New Roman",serif;font-size:1.08rem;text-decoration-color:var(--gold);text-underline-offset:5px}
.contact a:hover,.contact a:focus-visible{color:var(--gold)}
@media(max-width:640px){.shell{width:min(calc(100% - 32px),var(--measure));padding-top:36px}.hero{padding-bottom:44px}.mark-wrap{margin-bottom:34px}.section{padding:42px 0}.focus-grid{grid-template-columns:1fr}}
