:root { --ink:#15231d; --paper:#f1efe8; --sage:#789489; --sage-dark:#6f897f; --sage-light:#b8c9c2; --rust:#d65d3c; --line:rgba(21,35,29,.22); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; }
::selection { background:var(--sage-light); }
.grain { position:fixed; inset:0; z-index:20; opacity:.035; pointer-events:none; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
nav { height:104px; display:flex; align-items:center; justify-content:space-between; padding:0 5vw; border-bottom:1px solid var(--line); }
.brand { display:flex; align-items:center; gap:13px; text-decoration:none; font-weight:600; font-size:15px; letter-spacing:-.02em; }
.brand img { width:42px; height:42px; border-radius:50%; }
.nav-items { display:flex; gap:34px; }
.nav-items a { text-decoration:none; font-size:11px; text-transform:uppercase; letter-spacing:.17em; }
.hero { min-height:calc(100vh - 104px); padding:9vh 5vw 5vh; display:flex; flex-direction:column; }
.eyebrow,.section-label { font-size:11px; letter-spacing:.2em; text-transform:uppercase; }
.eyebrow { display:flex; align-items:center; gap:12px; margin:0 0 7vh; }
.eyebrow span { width:7px; height:7px; background:var(--rust); border-radius:50%; }
.hero h1,footer h2 { margin:0; font:400 clamp(4rem,10.3vw,9.7rem)/.88 Georgia,"Times New Roman",serif; letter-spacing:-.072em; }
.hero h1 em { font-weight:400; color:var(--rust); }
.hero-foot { margin-top:auto; padding-top:7vh; display:flex; justify-content:space-between; align-items:end; }
.hero-foot p { max-width:580px; margin:0; font-size:clamp(1rem,1.5vw,1.3rem); line-height:1.5; }
.round-link { width:72px; height:72px; border:1px solid var(--ink); border-radius:50%; display:grid; place-items:center; text-decoration:none; font-size:24px; transition:.25s ease; }
.round-link:hover { background:var(--sage-light); transform:rotate(-8deg); }
.experience { padding:34px 5vw; border-block:1px solid var(--line); display:grid; grid-template-columns:1fr 4fr; align-items:center; gap:4vw; }
.experience .section-label { margin:0; }
.company-list { display:flex; justify-content:space-between; align-items:center; gap:20px; flex-wrap:wrap; }
.company-list span { font:400 clamp(1.05rem,1.8vw,1.55rem)/1 Georgia,serif; }
.expertise { padding:10vw 5vw 11vw; }
.expertise>.section-label,.people>.section-label { margin:0 0 7vw; }
.expertise-intro { display:grid; grid-template-columns:2fr 1fr; gap:7vw; align-items:end; }
.expertise h2,.people>h2 { margin:0; font:400 clamp(3rem,6vw,6rem)/.95 Georgia,serif; letter-spacing:-.055em; }
.expertise-intro>p { margin:0; font-size:18px; line-height:1.55; }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); margin-top:9vw; border-top:1px solid var(--ink); }
.service-grid article { padding:30px 6vw 0 0; min-height:260px; border-right:1px solid var(--line); }
.service-grid article+article { padding-left:30px; }
.service-grid article:last-child { border-right:0; }
.service-grid span,.role { font-size:10px; text-transform:uppercase; letter-spacing:.17em; color:var(--rust); }
.service-grid h3 { margin:65px 0 18px; font:400 clamp(2rem,3vw,3.2rem)/1 Georgia,serif; }
.service-grid p { max-width:330px; margin:0; font-size:14px; line-height:1.55; }
.people { padding:10vw 5vw; background:var(--ink); color:var(--paper); }
.people>h2 { max-width:980px; margin-bottom:8vw; }
.person-grid { display:grid; gap:1px; background:rgba(255,255,255,.2); border:1px solid rgba(255,255,255,.2); }
.person { display:grid; grid-template-columns:minmax(250px,.8fr) 1.2fr; min-height:460px; background:var(--ink); }
.person-reverse { grid-template-columns:1.2fr minmax(250px,.8fr); }
.person-reverse .portrait { order:2; }
.portrait { overflow:hidden; background:var(--sage); display:flex; align-items:flex-end; justify-content:center; }
.portrait img { width:auto; height:92%; max-width:100%; object-fit:contain; object-position:bottom; filter:saturate(.7) contrast(1.06); }
.person-copy { padding:clamp(35px,6vw,90px); display:flex; flex-direction:column; justify-content:center; }
.person-copy .role { margin:0 0 28px; color:var(--sage-light); }
.person-copy h3 { margin:0 0 30px; font:400 clamp(2.8rem,5vw,5.4rem)/.95 Georgia,serif; letter-spacing:-.05em; }
.person-copy>p:last-child { margin:0; max-width:580px; font-size:17px; line-height:1.65; color:#c5cbc7; }
.contact-links { display:flex; flex-wrap:wrap; gap:10px 24px; margin-top:34px; padding-top:22px; border-top:1px solid rgba(255,255,255,.18); }
.contact-links a { color:var(--paper); font-size:12px; line-height:1.4; letter-spacing:.06em; text-decoration:none; }
.contact-links a:hover { color:var(--sage-light); }
.contact-links span { color:var(--sage-light); }
footer { padding:10vw 5vw 4vw; background:var(--sage-dark); color:#0d1b15; }
footer .section-label { margin:0; }
footer h2 { margin:.55em 0 .8em; font-size:clamp(4rem,8.8vw,8.8rem); }
footer h2 em { font-weight:400; color:var(--paper); }
.footer-bottom { display:grid; grid-template-columns:1fr auto auto; gap:5vw; align-items:end; padding-top:28px; border-top:1px solid currentColor; }
.footer-bottom p,.footer-bottom a { margin:0; font-size:12px; text-transform:uppercase; letter-spacing:.1em; text-decoration:none; }
@media (max-width:760px) {
  nav { height:82px; } .nav-items { gap:18px; } .nav-items a:first-child { display:none; }
  .hero { min-height:calc(100svh - 82px); padding-top:8vh; } .hero h1 { font-size:clamp(3.5rem,16vw,6rem); }
  .hero-foot { align-items:center; } .hero-foot p { max-width:72%; font-size:.95rem; } .round-link { width:58px; height:58px; }
  .experience,.expertise-intro { grid-template-columns:1fr; } .company-list { justify-content:flex-start; }
  .expertise,.people { padding-block:22vw; } .service-grid { grid-template-columns:1fr; }
  .service-grid article,.service-grid article+article { padding:26px 0 34px; min-height:0; border-right:0; border-bottom:1px solid var(--line); }
  .service-grid h3 { margin:38px 0 12px; } .person,.person-reverse { grid-template-columns:1fr; }
  .person-reverse .portrait { order:0; } .portrait { height:330px; } .person-copy { padding:42px 28px 55px; }
  footer { padding-top:20vw; } .footer-bottom { grid-template-columns:1fr; align-items:start; }
}
@media (prefers-reduced-motion:no-preference) {
  .hero h1 { animation:rise .8s cubic-bezier(.2,.7,.2,1) both; }
  .eyebrow { animation:rise .7s .12s cubic-bezier(.2,.7,.2,1) both; }
  @keyframes rise { from { opacity:0; transform:translateY(26px); } }
}
