:root{--ink:#171717;--muted:#5c5c58;--paper:#f5f3ed;--white:#fff;--line:#d8d5cb;--accent:#b9934a;--dark:#111311;--max:1180px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--white);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}
main,section,.hero-copy,.section-copy{min-width:0}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
.shell{width:min(calc(100% - 64px),var(--max));margin-inline:auto}
.skip-link{position:absolute;left:16px;top:-80px;background:var(--ink);color:#fff;padding:10px 14px;z-index:20}.skip-link:focus{top:12px}
.site-header{background:#fff;border-bottom:1px solid var(--line)}
.header-inner{min-height:108px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.brand{width:232px}.brand img{width:100%}
nav{display:flex;gap:36px;font-size:15px;font-weight:650;letter-spacing:.025em}
nav a,.text-link,.footer-copy a{border-bottom:1px solid transparent}
nav a:hover,.text-link:hover,.footer-copy a:hover{border-color:currentColor}
a:focus-visible{outline:3px solid var(--accent);outline-offset:5px;border-radius:2px}
.hero{background:var(--paper);border-bottom:1px solid var(--line)}
.hero-grid{min-height:660px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);align-items:center;gap:90px}
.eyebrow,.section-label{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:750;color:var(--muted);margin:0 0 24px}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.035em;margin:0}
h1{font-size:clamp(54px,6.2vw,88px);line-height:1.01;max-width:820px}
.lede{font-size:20px;color:var(--muted);max-width:700px;margin:32px 0 30px}
.text-link{display:inline-block;font-size:15px;font-weight:700}
.hero-mark{justify-self:end;width:min(100%,370px);opacity:.96}
.section{padding:132px 0}
.split{display:grid;grid-template-columns:200px 1fr;gap:90px}
.section-copy{max-width:790px}
h2{font-size:clamp(38px,4.5vw,62px);line-height:1.08}
.section-copy>p{font-size:21px;color:var(--muted);margin:30px 0 0;max-width:740px}
.approach{background:var(--dark);color:#fff;padding:124px 0}
.approach .section-label{color:#aaa99f}.approach h2{max-width:650px}
.principles{display:grid;grid-template-columns:repeat(3,1fr);margin-top:70px;border-top:1px solid #41433f}
.principles article{padding:36px 48px 0 0;border-right:1px solid #41433f;min-height:255px}
.principles article+article{padding-left:48px}.principles article:last-child{border-right:0}
.principles span{font-size:12px;letter-spacing:.12em;color:#aaa99f}.principles h3{font-size:33px;margin-top:28px}.principles p{color:#c8c8c1;font-size:16px;line-height:1.7}
.portfolio{background:#fafafa}
.contact{padding:98px 0;background:var(--accent);color:#111}
.contact-inner{display:flex;align-items:end;justify-content:space-between;gap:40px}.contact .section-label{color:#312a1e;margin-bottom:12px}.contact h2{font-size:clamp(40px,5vw,66px)}
.contact-link{font-size:clamp(19px,2vw,27px);font-weight:700;border-bottom:2px solid currentColor;padding-bottom:6px}
.site-footer{background:var(--dark);color:#ddd;padding:58px 0}
.footer-inner{display:grid;grid-template-columns:220px 1fr auto;align-items:end;gap:60px}.footer-inner>img{width:210px}.footer-copy{display:flex;gap:24px;flex-wrap:wrap;font-size:14px}.footer-copy p{margin:0}.copyright{font-size:13px;color:#9a9b96;margin:0}
.legal{padding-top:110px;padding-bottom:130px;max-width:900px}.legal h1{font-size:clamp(48px,6vw,72px)}.legal>p{font-size:19px;color:var(--muted);max-width:740px;margin:28px 0}.legal a{color:var(--ink)}
@media(max-width:800px){.shell{width:min(calc(100% - 40px),var(--max))}.header-inner{min-height:88px}.brand{width:185px}nav{gap:18px;font-size:14px}.hero-grid{min-height:auto;grid-template-columns:1fr;padding:92px 0 80px;gap:55px}.hero-mark{width:210px;justify-self:start}h1{font-size:clamp(48px,13vw,72px)}.section{padding:90px 0}.split{grid-template-columns:1fr;gap:12px}.principles{grid-template-columns:1fr}.principles article,.principles article+article{border-right:0;border-bottom:1px solid #41433f;padding:30px 0;min-height:auto}.principles article:last-child{border-bottom:0}.contact-inner{align-items:flex-start;flex-direction:column}.footer-inner{grid-template-columns:1fr;align-items:start;gap:28px}}
@media(max-width:520px){.shell{width:calc(100% - 32px)}.header-inner{align-items:flex-start;flex-direction:column;padding:20px 0 16px;gap:15px}.brand{width:178px}nav{width:100%;justify-content:space-between}h1{font-size:clamp(42px,11.8vw,48px)}h2{font-size:clamp(35px,10vw,42px)}.hero-grid{padding:72px 0 64px}.lede{font-size:18px}.hero-mark{width:150px}.approach{padding:84px 0}.section-copy>p{font-size:18px}.contact{padding:72px 0}.contact-link{overflow-wrap:anywhere}.footer-copy{flex-direction:column;gap:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
