@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Instrument+Serif:ital@0;1&display=swap');

:root{--paper:#f4f0e9;--ink:#202521;--soft:#6f756f;--rust:#a64f38;--sage:#9daa91;--cream:#e8dfd2;--line:rgba(32,37,33,.16);--serif:"Instrument Serif",Georgia,serif;--sans:"DM Sans",Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.72;-webkit-font-smoothing:antialiased;overflow-x:hidden}img,video{display:block;max-width:100%}a{color:inherit}button{font:inherit}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:100;background:var(--ink);color:#fff;padding:.7rem 1rem}.skip-link:focus{top:1rem}
.site-header{height:104px;padding:0 clamp(22px,5vw,80px);display:flex;align-items:center;border-bottom:1px solid var(--line);position:relative;z-index:20}.brand{text-decoration:none;display:flex;flex-direction:column;margin-right:auto;line-height:1}.brand span{font-family:var(--serif);font-size:30px;letter-spacing:-.02em}.brand small{margin-top:9px;text-transform:uppercase;font-size:9px;letter-spacing:.22em;color:var(--soft)}.site-nav{display:flex;align-items:center;gap:clamp(16px,2vw,34px)}.site-nav a{text-decoration:none;font-size:12px;letter-spacing:.04em;position:relative;white-space:nowrap}.site-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:var(--rust);transition:right .25s}.site-nav a:hover:after,.site-nav a.active:after{right:0}.menu-toggle{display:none;border:0;background:none;width:42px;height:42px;padding:10px}.menu-toggle span{display:block;height:1px;background:var(--ink);margin:7px 0}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:600;color:var(--rust);margin:0 0 24px}.home-hero{min-height:calc(100vh - 104px);display:grid;grid-template-columns:minmax(340px,.82fr) 1.18fr;align-items:stretch}.hero-copy{min-width:0;padding:clamp(70px,9vw,145px) clamp(30px,7vw,110px);display:flex;flex-direction:column;justify-content:center}.hero-copy h1,.page-hero h1{font-family:var(--serif);font-weight:400;letter-spacing:-.045em;line-height:.86;margin:0}.hero-copy h1{font-size:clamp(68px,8vw,132px)}.hero-copy h1 em{display:block;color:var(--rust);font-weight:400}.hero-copy>p:not(.eyebrow){max-width:590px;margin:38px 0 0;color:#535a54;font-size:17px}.hero-actions{display:flex;gap:30px;align-items:center;margin-top:42px}.button{display:inline-flex;align-items:center;gap:34px;padding:14px 18px 14px 22px;background:var(--ink);color:#fff;text-decoration:none;font-size:12px;letter-spacing:.06em;border:1px solid var(--ink);transition:.2s}.button:hover{background:var(--rust);border-color:var(--rust)}.button span{font-size:17px}.text-link{font-size:12px;text-underline-offset:6px}.hero-image{margin:0;position:relative;min-height:620px;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(244,240,233,.12),transparent 25%)}.hero-image figcaption{position:absolute;z-index:2;right:30px;bottom:24px;color:#fff;text-transform:uppercase;font-size:9px;letter-spacing:.2em}
.practice-section{padding:clamp(90px,11vw,170px) clamp(22px,5vw,80px)}.section-intro{display:grid;grid-template-columns:.6fr 1.4fr 1fr;gap:40px;align-items:end;margin-bottom:70px}.section-intro .eyebrow{align-self:start}.section-intro h2,.manifesto h2{font-family:var(--serif);font-size:clamp(48px,5vw,78px);font-weight:400;line-height:.96;letter-spacing:-.035em;margin:0}.section-intro>p:last-child{color:var(--soft);max-width:360px;margin:0}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{position:relative;text-decoration:none;background:#e9e3d9;overflow:hidden}.service-card img{width:100%;aspect-ratio:4/5;object-fit:cover;filter:saturate(.72);transition:transform .6s,filter .4s}.service-card:hover img{transform:scale(1.025);filter:saturate(.95)}.service-card>div{padding:25px 27px 30px}.service-card p{font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:var(--rust);margin:0 0 10px}.service-card h3{font-family:var(--serif);font-size:34px;font-weight:400;margin:0 0 26px;line-height:1}.service-card div span{font-size:11px;text-decoration:underline;text-underline-offset:5px}.card-number{position:absolute;z-index:2;top:18px;left:18px;width:36px;height:36px;border-radius:50%;background:rgba(244,240,233,.88);display:grid;place-items:center;font-size:10px}.manifesto{background:var(--rust);color:#fff;text-align:center;padding:clamp(90px,11vw,170px) 24px}.manifesto>p{text-transform:uppercase;letter-spacing:.2em;font-size:10px;opacity:.75}.manifesto h2{margin:24px auto 46px}.button-light{background:transparent;border-color:rgba(255,255,255,.75)}.button-light:hover{background:#fff;border-color:#fff;color:var(--rust)}
.inner-main{padding:0 clamp(22px,5vw,80px) clamp(90px,10vw,150px)}.page-hero{padding:clamp(90px,10vw,155px) 0 80px;display:grid;grid-template-columns:.55fr 1.45fr 1fr;gap:40px;align-items:end;border-bottom:1px solid var(--line)}.page-hero .eyebrow{align-self:start}.page-hero h1{font-size:clamp(64px,8vw,124px)}.page-hero>p:last-child{max-width:410px;color:var(--soft);font-size:18px;margin:0}.entry-content{width:min(100%,980px);margin:80px auto;font-size:17px}.entry-content>p,.entry-content>ul,.entry-content>h2,.entry-content>h3,.entry-content>h4{max-width:720px;margin-left:auto;margin-right:auto}.entry-content p{margin-top:0;margin-bottom:1.4em}.entry-content h2,.entry-content h3,.entry-content h4{font-family:var(--serif);font-weight:400;line-height:1.05;margin-top:2em;margin-bottom:.7em}.entry-content h2{font-size:48px}.entry-content h3{font-size:38px}.entry-content h4{font-size:30px}.entry-content ul{padding-left:25px}.entry-content li{padding:.45em 0}.entry-content a{color:var(--rust);text-underline-offset:4px}.entry-content strong{font-weight:600}.entry-content figure{margin:60px auto}.entry-content figure img{width:100%;height:auto}.entry-content figure.feature img{aspect-ratio:16/9;object-fit:cover}.entry-content video{width:100%;background:#111}.wp-block-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}.wp-block-column{min-width:0}.page-testimonials .entry-content{width:min(100%,1160px);columns:2;column-gap:80px}.page-testimonials .entry-content>*{break-inside:avoid}.page-testimonials .entry-content p{padding:0 0 28px;margin-bottom:32px;border-bottom:1px solid var(--line)}.page-cta{background:var(--ink);color:#fff;padding:48px clamp(28px,5vw,70px);display:flex;align-items:center;justify-content:space-between;gap:25px;width:min(100%,1160px);margin:0 auto}.page-cta p{font-family:var(--serif);font-size:clamp(27px,3vw,42px);line-height:1.1;margin:0}.page-contact .entry-content{text-align:center;font-size:20px}.page-contact .entry-content figure{display:none}
.site-footer{min-height:230px;padding:55px clamp(22px,5vw,80px);border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:35px;align-items:end}.footer-mark{font-family:var(--serif);font-size:42px;margin:0;line-height:1}.footer-mark+P{text-transform:uppercase;letter-spacing:.18em;font-size:9px;color:var(--soft)}.footer-links{display:flex;gap:28px}.footer-links a,.copyright{font-size:11px}.copyright{grid-column:2;color:var(--soft);margin:0}
.reveal{opacity:0;transform:translateY(14px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1000px){.site-header{height:88px}.menu-toggle{display:block}.site-nav{position:absolute;display:none;top:88px;left:0;right:0;background:var(--paper);padding:30px clamp(22px,5vw,80px);border-bottom:1px solid var(--line);flex-wrap:wrap}.site-nav.open{display:flex}.home-hero{grid-template-columns:1fr}.hero-copy{min-height:650px}.hero-image{min-height:65vw}.section-intro,.page-hero{grid-template-columns:1fr 1fr}.section-intro>p:last-child,.page-hero>p:last-child{grid-column:2}.service-card h3{font-size:28px}}
@media(max-width:720px){.hero-copy{padding:80px 24px;min-height:auto}.hero-copy h1{font-size:clamp(58px,19vw,76px)}.hero-actions{align-items:flex-start;flex-direction:column}.hero-image{min-height:440px}.practice-section{padding-left:18px;padding-right:18px}.section-intro,.page-hero{display:block}.section-intro>*+*,.page-hero>*+*{margin-top:24px!important}.service-grid{grid-template-columns:1fr}.service-card{display:grid;grid-template-columns:.9fr 1.1fr}.service-card img{height:100%;aspect-ratio:auto}.service-card>div{align-self:end}.page-hero{padding-top:75px}.page-hero h1{font-size:clamp(58px,17vw,88px)}.entry-content{margin:55px auto;font-size:16px}.entry-content h3{font-size:32px}.wp-block-columns{grid-template-columns:1fr}.page-testimonials .entry-content{columns:1}.page-cta{align-items:flex-start;flex-direction:column}.site-footer{grid-template-columns:1fr}.copyright{grid-column:1}.footer-links{flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}

/* Keep the email address as an image so it is not exposed to spam crawlers. */
.page-contact .entry-content figure:first-of-type{display:block;margin:28px auto 50px}
.page-contact .entry-content figure:first-of-type img{width:min(500px,100%);height:auto;margin:auto}

/* Accessible, lightweight social marks. */
.footer-links{align-items:center}
.social-link{display:inline-flex;align-items:center;gap:7px}
.social-link svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.6}
.social-link svg .fill{fill:currentColor;stroke:none}

/* Compact inner-page mastheads. */
.page-hero{padding:clamp(60px,7vw,100px) 0 55px}
.page-hero h1{font-size:clamp(46px,5.2vw,76px)}
@media(max-width:720px){.page-hero{padding-top:52px;padding-bottom:42px}.page-hero h1{font-size:clamp(42px,12vw,58px)}}

/* Keep all homepage service previews perfectly aligned despite differing
   source-image proportions. */
.service-grid{align-items:stretch}
.service-card{display:grid;grid-template-rows:auto 1fr}
.service-card img{height:clamp(360px,36vw,520px);aspect-ratio:auto;object-fit:cover}
@media(max-width:720px){
  .service-card{grid-template-rows:1fr;grid-template-columns:.9fr 1.1fr}
  .service-card img{height:100%;min-height:240px}
}

.registered-mark{font-family:var(--sans);font-size:.24em;font-weight:500;vertical-align:top;position:relative;top:.18em;margin-left:.08em;letter-spacing:0}
