@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root { --paper: #f3f3ef; --ink: #101010; --muted: #6c6c67; --line: rgba(16,16,16,.24); --red: #f04435; --side: clamp(18px,2.35vw,38px); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: Manrope, Arial, sans-serif; background: var(--paper); }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
img { max-width: 100%; }
.about-nav { position: absolute; z-index: 4; top: 0; left: 0; display: grid; grid-template-columns: 1fr auto auto auto; gap: 28px; align-items: center; width: 100%; min-height: 66px; padding: 0 var(--side); border-bottom: 1px solid rgba(255,255,255,.42); color: #fff; font-size: 12px; text-shadow: 0 1px 8px rgba(0,0,0,.35); }
.wordmark { font-size: 17px; font-weight: 800; }
.wordmark span { margin-left: 4px; color: var(--red); }
.about-nav button { padding: 0; border: 0; color: inherit; background: transparent; }
.close { font-size: 28px; line-height: 1; }
.about-hero { position: relative; min-height: 88svh; color: #fff; background: #333; overflow: hidden; }
.about-hero figure { position: absolute; inset: 0; margin: 0; }
.about-hero figure::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.06) 70%),linear-gradient(0deg,rgba(0,0,0,.44),transparent 45%); }
.about-hero img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-copy { position: absolute; z-index: 2; right: var(--side); bottom: 42px; left: var(--side); }
.hero-copy > p:first-child, .section-label, .detail-list span, .modes-grid span, footer { font-family: 'DM Mono', monospace; font-size: 10px; text-transform: uppercase; }
.hero-copy h1 { margin: 18px 0 22px; font-size: clamp(78px,11vw,156px); line-height: .78; letter-spacing: 0; }
.practice-name { margin: 0; font-size: 13px; }
.statement-section, .detail-section, .about-contact { display: grid; grid-template-columns: 24% 76%; padding: 110px var(--side); border-bottom: 1px solid var(--ink); }
.section-label { margin: 5px 0 0; color: var(--muted); }
.statement-section > div { display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: end; }
.statement-section h2, .about-contact h2 { margin: 0; font-size: clamp(48px,6vw,86px); line-height: 1; font-weight: 600; }
.statement-section p:not(.section-label) { margin: 0; font-size: 14px; line-height: 1.75; }
.detail-list { border-top: 1px solid var(--ink); }
.detail-list article { display: grid; grid-template-columns: 12% 38% 50%; gap: 0; padding: 25px 0; border-bottom: 1px solid var(--line); }
.detail-list span, .modes-grid span { color: var(--muted); }
.detail-list h3, .modes-grid h3 { margin: 0; font-size: clamp(25px,2.5vw,38px); font-weight: 600; }
.detail-list p, .modes-grid p { margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.modes-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); }
.modes-grid article { min-height: 260px; padding: 24px 7vw 24px 0; border-bottom: 1px solid var(--ink); }
.modes-grid article + article { padding-left: 24px; border-left: 1px solid var(--ink); }
.modes-grid h3 { margin-top: 56px; }
.about-contact { color: #fff; background: var(--ink); }
.about-contact .section-label { color: #999; }
.contact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-top: 70px; }
.contact-row > a { display: grid; align-content: end; gap: 8px; }
.contact-row span, .contact-row figcaption { color: #999; font-family: 'DM Mono', monospace; font-size: 10px; line-height: 1.6; text-transform: uppercase; }
.contact-row strong { color: #fff; font-size: 17px; }
.contact-row figure { display: flex; gap: 18px; align-items: end; margin: 0; }
.contact-row img { width: 140px; height: 140px; padding: 9px; object-fit: contain; background: #fff; }
.contact-cta { display: flex; justify-content: space-between; margin-top: 60px; padding: 18px; color: var(--ink); font-weight: 700; background: var(--red); }
footer { display: flex; justify-content: space-between; padding: 24px var(--side); color: #999; background: var(--ink); border-top: 1px solid #333; }
footer a { color: #fff; }
@media(max-width:760px) {
  .about-nav { gap: 16px; min-height: 60px; padding: 0 18px; }
  .about-nav > a:nth-child(2) { display: none; }
  .about-hero { min-height: 82svh; }
  .about-hero img { object-position: 56% center; }
  .hero-copy { right: 18px; bottom: 30px; left: 18px; }
  .hero-copy h1 { font-size: 76px; }
  .statement-section, .detail-section, .about-contact { display: block; padding: 80px 18px; }
  .section-label { margin-bottom: 38px; }
  .statement-section > div { display: block; }
  .statement-section h2, .about-contact h2 { font-size: 43px; }
  .statement-section p:not(.section-label) { margin-top: 44px; }
  .detail-list article { grid-template-columns: 42px 1fr; }
  .detail-list p { grid-column: 2; margin-top: 13px; }
  .modes-grid { display: block; }
  .modes-grid article { min-height: 230px; padding-right: 0; }
  .modes-grid article + article { padding-left: 0; border-left: 0; }
  .contact-row { display: block; margin-top: 52px; }
  .contact-row figure { margin-top: 42px; }
  footer { padding: 22px 18px; }
}
