:root {
  color-scheme: light;
  --paper: #f4f4f0;
  --paper-deep: #e4e8e9;
  --ink: #111d2a;
  --muted: #4f5964;
  --red: #bd3428;
  --red-dark: #88251f;
  --line: rgba(17, 29, 42, .2);
  --white: #fbfaf7;
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --shell: min(1320px, calc(100% - 112px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
::selection { background: var(--red); color: var(--white); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 2px solid var(--red); outline-offset: 5px; }
.skip-link {
  position: fixed;
  z-index: 10;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  background: var(--ink);
  color: white;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.section-shell { width: var(--shell); margin-inline: auto; }

.site-header {
  width: var(--shell);
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  position: relative;
  width: 39px;
  height: 39px;
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
}
.brand-mark img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  max-width: none;
  transform: translate(-50%, -50%);
}
.brand-name { font-size: 10px; line-height: 1.35; letter-spacing: .09em; text-transform: uppercase; }
.brand-name strong { font-weight: 600; font-size: 12px; letter-spacing: .04em; }
.main-nav { display: flex; align-items: center; gap: clamp(24px, 3.6vw, 54px); }
.main-nav a {
  font-size: 11px;
  line-height: 1;
  color: #35404c;
  transition: color .2s ease;
}
.main-nav a:hover { color: var(--red); }
.main-nav .nav-contact { color: var(--ink); font-weight: 600; }
.nav-contact span { margin-left: 5px; color: var(--red); }

.hero {
  position: relative;
  min-height: min(740px, calc(100svh - 92px));
  padding-top: clamp(62px, 8vh, 102px);
  padding-bottom: 106px;
  display: grid;
  grid-template-columns: 1fr .9fr;
  align-items: center;
  column-gap: clamp(36px, 7vw, 104px);
}
.hero-copy { padding-bottom: 16px; }
.eyebrow {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow-line { width: 26px; height: 1px; display: inline-block; background: var(--red); }
h1, h2, h3, p, figure { margin-top: 0; }
.hero h1 {
  margin: 30px 0 18px;
  max-width: 690px;
  font-size: clamp(56px, 6.25vw, 94px);
  line-height: .91;
  font-weight: 500;
  letter-spacing: -.075em;
}
h1 em, h2 em { color: var(--red); font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
.hero-lede {
  margin: 0 0 10px;
  font-size: clamp(15px, 1.35vw, 19px);
  font-weight: 600;
  letter-spacing: -.025em;
}
.hero-description {
  max-width: 400px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}
.text-link {
  width: fit-content;
  margin-top: 31px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--red);
  font-size: 11px;
  font-weight: 600;
  transition: gap .2s ease;
}
.text-link span { color: var(--red); font-size: 15px; }
.text-link:hover { gap: 34px; }
.hero-meta {
  max-width: 420px;
  margin-top: 59px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .03em;
}
.hero-portrait {
  position: relative;
  height: clamp(410px, 48vw, 610px);
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--paper-deep);
}
.hero-portrait::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(20, 19, 17, .58), transparent 24%);
  pointer-events: none;
}
.hero-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 65% center; }
.hero-portrait figcaption {
  position: absolute;
  z-index: 1;
  right: 25px;
  bottom: 23px;
  left: 25px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: var(--white);
  font-size: 9px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.portrait-index {
  position: absolute;
  z-index: 1;
  top: 17px;
  left: 18px;
  color: var(--white);
  font-size: 9px;
  letter-spacing: .13em;
}
.scroll-cue {
  position: absolute;
  bottom: 27px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .05em;
}
.scroll-cue-line { width: 32px; height: 1px; background: var(--red); }

.approach {
  position: relative;
  padding: 74px 0 34px;
  background: var(--ink);
  color: var(--white);
  width: 100%;
  padding-inline: max(56px, calc((100% - 1320px) / 2));
}
.section-kicker {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.section-kicker span:first-child { color: var(--red); }
.approach .section-kicker { color: rgba(244, 240, 233, .57); }
.approach-content {
  padding: 75px 4.5% 82px 13%;
  display: grid;
  grid-template-columns: 1.16fr .7fr;
  gap: 10%;
  align-items: end;
}
.approach h2, .practice h2, .method h2, .profile h2, .contact h2 {
  margin: 0;
  font-size: clamp(48px, 5.8vw, 82px);
  line-height: .94;
  font-weight: 500;
  letter-spacing: -.07em;
}
.approach h2 { font-size: clamp(56px, 6.5vw, 92px); }
.approach h2 em { color: #ee7a62; }
.approach-aside p {
  margin: 0 0 14px;
  color: rgba(244, 240, 233, .76);
  font-size: 12px;
  line-height: 1.8;
}
.text-link-light { color: var(--white); }
.approach-foot {
  padding: 17px 0 0;
  border-top: 1px solid rgba(244, 240, 233, .2);
  display: flex;
  justify-content: space-between;
  color: rgba(244, 240, 233, .64);
  font-size: 9px;
  letter-spacing: .05em;
}

.practice { padding-top: 118px; padding-bottom: 120px; }
.practice-heading {
  margin: 68px 0 61px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}
.practice-heading h2 { font-size: clamp(64px, 7vw, 97px); }
.practice-heading h2 em { color: var(--red); }
.practice-heading > p {
  max-width: 250px;
  margin: 0 5% 7px 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}
.practice-list { border-top: 1px solid var(--line); }
.practice-row {
  min-height: 150px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: .48fr 1.08fr 1fr 42px;
  gap: 20px;
  align-items: center;
}
.practice-number { align-self: start; padding-top: 11px; color: var(--red); font-size: 10px; }
.practice-row h3 { margin: 0; font-size: clamp(22px, 2.3vw, 31px); line-height: 1.02; font-weight: 500; letter-spacing: -.055em; }
.practice-row p { max-width: 330px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.75; }
.practice-row > a {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--red);
  font-size: 16px;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.practice-row > a:hover { border-color: var(--red); background: var(--red); color: white; }
.practice-note { margin: 17px 0 0; color: var(--muted); font-size: 9px; line-height: 1.7; }

.method {
  width: 100%;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--paper-deep);
}
.method-image { position: relative; min-height: 610px; margin: 0; overflow: hidden; }
.method-image img { width: 100%; height: 100%; min-height: 610px; display: block; object-fit: cover; object-position: center; }
.method-image figcaption {
  position: absolute;
  bottom: 24px;
  left: max(34px, calc((100vw - 1320px) / 2));
  color: var(--white);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.method-content { padding: 82px max(56px, calc((100vw - 1320px) / 2)) 76px 8.5%; }
.method h2 { margin-top: 64px; font-size: clamp(49px, 5.5vw, 76px); }
.method h2 em { color: var(--red); }
.method-steps { padding: 0; margin: 66px 0 0; list-style: none; }
.method-steps li {
  padding: 17px 0 16px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
}
.method-steps li > span { padding-top: 3px; color: var(--red); font-size: 9px; }
.method-steps h3 { margin: 0 0 5px; font-size: 13px; font-weight: 600; }
.method-steps p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.7; }

.profile { padding-top: 116px; padding-bottom: 126px; }
.profile-grid {
  position: relative;
  min-height: 410px;
  padding: 70px 5% 15px 13%;
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 9%;
  align-items: center;
}
.profile-title .eyebrow { font-size: 8px; }
.profile h2 { margin-top: 37px; font-size: clamp(82px, 11vw, 148px); line-height: .8; }
.profile h2 em { color: var(--red); }
.profile-bio { max-width: 390px; padding-top: 14px; }
.profile-statement { margin-bottom: 28px; font: 31px/.99 var(--serif); letter-spacing: -.025em; }
.profile-bio > p:not(.profile-statement) { margin-bottom: 13px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.profile-bio .text-link { margin-top: 25px; }
.profile-seal {
  position: absolute;
  right: 0;
  bottom: 21px;
  width: 78px;
  height: 78px;
  display: grid;
  place-content: center;
  border: 1px solid rgba(189, 52, 40, .5);
  border-radius: 50%;
  color: var(--red);
  text-align: center;
  font: 24px/.8 var(--serif);
  transform: rotate(-12deg);
}
.profile-seal i { margin-top: 6px; font: 8px var(--sans); letter-spacing: .12em; text-transform: uppercase; }

.contact { background: var(--ink); color: var(--white); }
.contact-inner { padding-top: 63px; padding-bottom: 23px; }
.section-kicker-light { color: rgba(255, 255, 255, .67); }
.section-kicker-light span:first-child { color: var(--white); }
.contact-eyebrow { margin-top: 70px; color: rgba(255, 255, 255, .77); }
.contact .eyebrow-line { background: #ee7a62; }
.contact-main {
  padding: 27px 0 83px;
  display: grid;
  grid-template-columns: 1.1fr .62fr;
  gap: 10%;
  align-items: end;
}
.contact h2 { font-size: clamp(72px, 9vw, 126px); }
.contact h2 em { color: #ee7a62; }
.contact-action { max-width: 330px; padding-bottom: 5px; }
.contact-action > p { margin: 0 0 23px; color: rgba(255, 255, 255, .85); font-size: 11px; line-height: 1.8; }
.contact-button {
  min-height: 49px;
  padding: 0 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--red);
  color: var(--white);
  font-size: 11px;
  font-weight: 600;
  transition: background .2s ease, color .2s ease;
}
.contact-button span { color: var(--white); font-size: 17px; }
.contact-button:hover { background: var(--white); color: var(--ink); }
.contact-button:hover span { color: var(--red); }
.contact-phone { margin-top: 17px; display: flex; justify-content: space-between; gap: 12px; font-size: 9px; color: rgba(255, 255, 255, .78); }
.contact-phone span { color: var(--white); font-weight: 600; }
.contact-bottom {
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, .35);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255, 255, 255, .8);
  font-size: 9px;
  letter-spacing: .02em;
}

.site-footer { width: var(--shell); margin: 0 auto; }
.footer-top {
  min-height: 113px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}
.footer-top > p { margin: 0; color: var(--muted); font: italic 21px var(--serif); }
.back-top { display: flex; align-items: center; gap: 12px; font-size: 9px; color: var(--muted); }
.back-top span { color: var(--red); font-size: 15px; }
.footer-legal {
  min-height: 51px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 8px;
}

@media (min-width: 1500px) {
  .approach { padding-inline: max(56px, calc((100% - 1320px) / 2)); }
}
@media (max-width: 900px) {
  :root { --shell: calc(100% - 64px); }
  .hero { min-height: auto; grid-template-columns: 1fr .88fr; gap: 35px; padding-top: 66px; padding-bottom: 95px; }
  .hero h1 { font-size: clamp(54px, 7vw, 72px); }
  .hero-portrait { height: 480px; }
  .approach { padding-inline: 32px; }
  .approach-content { padding-left: 5%; padding-right: 0; gap: 8%; }
  .method-content { padding-right: 32px; }
  .method-image, .method-image img { min-height: 560px; }
  .profile-grid { padding-left: 5%; gap: 6%; }
  .contact-bottom { flex-wrap: wrap; }
}
@media (max-width: 640px) {
  :root { --shell: calc(100% - 40px); }
  html { scroll-padding-top: 72px; }
  .site-header { height: 72px; }
  .brand { gap: 9px; }
  .brand-mark { width: 33px; height: 33px; }
  .brand-mark img { width: 68px; height: 68px; }
  .brand-name { font-size: 8px; }
  .brand-name strong { font-size: 10px; }
  .main-nav { gap: 11px; }
  .main-nav a { font-size: 8px; }
  .main-nav .nav-contact { padding: 10px 0 10px 10px; border-left: 1px solid var(--line); font-size: 9px; }

  .hero { display: flex; flex-direction: column; align-items: stretch; gap: 37px; padding-top: 53px; padding-bottom: 86px; }
  .hero h1 { margin-top: 24px; font-size: clamp(56px, 15vw, 78px); }
  .hero-description { max-width: 370px; font-size: 12px; }
  .text-link { margin-top: 25px; }
  .hero-meta { margin-top: 37px; }
  .hero-portrait { height: min(116vw, 510px); }
  .hero-portrait img { object-position: 65% center; }
  .hero-portrait figcaption { right: 16px; bottom: 17px; left: 16px; font-size: 8px; }
  .scroll-cue { bottom: 26px; }

  .approach { padding: 51px 20px 24px; }
  .approach-content { padding: 64px 0 61px; display: block; }
  .approach h2 { margin-bottom: 36px; font-size: clamp(56px, 14vw, 76px); }
  .approach-aside { max-width: 430px; }
  .approach-aside p { font-size: 11px; }
  .approach-foot { gap: 18px; font-size: 8px; line-height: 1.5; }

  .practice { padding-top: 77px; padding-bottom: 78px; }
  .practice-heading { margin: 49px 0 37px; display: block; }
  .practice-heading h2 { font-size: 68px; }
  .practice-heading > p { margin: 22px 0 0; font-size: 11px; }
  .practice-row { min-height: 0; padding: 19px 0; grid-template-columns: 26px 1fr 34px; gap: 12px; }
  .practice-number { padding-top: 6px; font-size: 8px; }
  .practice-row h3 { font-size: 24px; }
  .practice-row p { grid-column: 2; max-width: 350px; font-size: 10px; }
  .practice-row > a { grid-column: 3; grid-row: 1 / span 2; width: 33px; height: 33px; }
  .practice-note { font-size: 8px; }

  .method { display: flex; flex-direction: column; }
  .method-image { height: 86vw; min-height: 0; }
  .method-image img { min-height: 0; }
  .method-image figcaption { bottom: 17px; left: 20px; font-size: 8px; }
  .method-content { padding: 57px 20px 62px; }
  .method h2 { margin-top: 47px; font-size: 57px; }
  .method-steps { margin-top: 47px; }

  .profile { padding-top: 78px; padding-bottom: 79px; }
  .profile-grid { min-height: 0; padding: 55px 0 15px; display: block; }
  .profile h2 { margin-top: 26px; font-size: 104px; }
  .profile-bio { max-width: 420px; margin-top: 50px; padding-right: 24px; }
  .profile-statement { font-size: 29px; }
  .profile-seal { right: 0; bottom: -9px; width: 61px; height: 61px; font-size: 18px; }
  .profile-seal i { font-size: 7px; }

  .contact-inner { padding-top: 49px; padding-bottom: 21px; }
  .contact-eyebrow { margin-top: 57px; }
  .contact-main { padding: 25px 0 57px; display: block; }
  .contact h2 { font-size: clamp(77px, 19vw, 104px); }
  .contact-action { margin-top: 37px; }
  .contact-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 10px; font-size: 8px; }
  .contact-bottom span:nth-child(2) { text-align: right; }
  .contact-bottom a { grid-column: 1 / -1; }

  .footer-top { min-height: 95px; }
  .footer-top > p { display: none; }
  .footer-legal { padding: 16px 0; display: grid; grid-template-columns: 1fr 1fr; font-size: 7px; line-height: 1.5; }
  .footer-legal span:nth-child(even) { text-align: right; }
}
@media (max-width: 360px) {
  .main-nav { gap: 9px; }
  .main-nav a:first-child { display: none; }
  .main-nav .nav-contact { padding-left: 8px; font-size: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
