:root {
  --ink: #17212b;
  --paper: #f2eee8;
  --accent: #8b5e4a;
  --muted: #6f716f;
  --line: rgba(23, 33, 43, .18);
  --sans: 'DM Sans', Arial, sans-serif;
  --serif: 'Source Serif 4', Georgia, serif;
  --container: min(1200px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; }
img { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 2; width: var(--container); margin: 0 auto; padding-top: 28px; display: flex; justify-content: space-between; align-items: center; }
.brand-lockup { display: inline-flex; flex-direction: column; gap: 3px; text-decoration: none; }
.brand-name { font-size: 13px; font-weight: 500; letter-spacing: .08em; }
.brand-role { font-size: 9px; letter-spacing: .19em; color: var(--muted); }
.nav-pill, .button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 999px; text-decoration: none; font-size: 14px; transition: transform .2s ease, background-color .2s ease; }
.nav-pill { padding: 0 17px; background: var(--ink); color: var(--paper); }
.nav-pill:hover, .button:hover { transform: translateY(-2px); }

.hero { min-height: 760px; width: var(--container); margin: 0 auto; padding: 132px 0 56px; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 32px; align-items: stretch; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 42px 24px 42px 0; }
.eyebrow, .card-kicker { margin: 0 0 22px; color: var(--accent); font: 500 12px/1.3 var(--sans); letter-spacing: .11em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 300; letter-spacing: -.04em; }
h1 { max-width: 640px; margin-bottom: 28px; font-size: clamp(54px, 6.2vw, 92px); line-height: .98; }
.hero-support, .body-copy { font: 400 20px/1.5 var(--serif); }
.hero-support { max-width: 470px; margin-bottom: 32px; }
.button { padding: 0 22px; font-weight: 500; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-light { background: var(--paper); color: var(--ink); }
.hero-place { margin: auto 0 0; padding-top: 42px; color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.hero-media { position: relative; margin: 0; min-height: 620px; background: #25211c; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: center; }
.hero-media figcaption { position: absolute; left: 24px; bottom: 20px; color: #fff; font-size: 12px; letter-spacing: .04em; }

.section-paper { background: var(--paper); }
.practice { width: var(--container); margin: 0 auto; padding: 112px 0 128px; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 64px; }
.section-intro { padding-top: 8px; }
h2 { font-size: clamp(42px, 4.5vw, 68px); line-height: 1.02; }
.section-intro h2 { max-width: 530px; margin-bottom: 26px; }
.section-intro .body-copy { max-width: 460px; margin-bottom: 36px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; text-underline-offset: 5px; }
.text-link span, .button span, .nav-pill span { color: var(--accent); font-size: 17px; }
.practice-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.practice-card { min-height: 420px; padding: 32px; border-radius: 8px; display: flex; flex-direction: column; }
.practice-card .card-kicker { margin-bottom: 48px; }
.practice-card h3 { margin-bottom: 20px; font-size: clamp(30px, 3vw, 45px); line-height: 1.02; }
.practice-card p:not(.card-kicker) { font: 400 17px/1.5 var(--serif); }
.practice-card .text-link { margin-top: auto; }
.card-light { background: #e6dfd6; }
.card-dark { background: var(--ink); color: var(--paper); }
.card-dark .card-kicker { color: #c89b85; }
.card-dark ul { margin: auto 0 0; padding: 20px 0 0; border-top: 1px solid rgba(242,238,232,.25); list-style: none; }
.card-dark li { padding: 12px 0; border-bottom: 1px solid rgba(242,238,232,.25); font-size: 14px; }

.local-context { width: var(--container); margin: 0 auto; padding-bottom: 128px; }
.context-media { margin: 0; height: min(38vw, 420px); overflow: hidden; border-radius: 8px; }
.context-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.context-caption { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 64px; padding: 42px 0 0; border-top: 1px solid var(--line); margin-top: 16px; }
.context-caption h2 { max-width: 700px; margin-bottom: 0; }
.context-caption .body-copy { max-width: 420px; margin-bottom: 24px; }

.section-dark { background: var(--ink); color: var(--paper); }
.contact { width: 100%; padding: 100px max(24px, calc((100% - 1200px) / 2)) 54px; display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 64px; }
.contact-copy { max-width: 700px; }
.contact .eyebrow { color: #c89b85; }
.contact h2 { margin-bottom: 24px; }
.contact .body-copy { max-width: 430px; margin-bottom: 34px; }
.contact-mark { align-self: end; justify-self: end; text-align: right; color: rgba(242,238,232,.65); }
.contact-mark img { width: 128px; height: auto; margin: 0 0 12px auto; opacity: .8; }
.contact-mark p { margin: 0; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.site-footer { width: var(--container); margin: 0 auto; padding: 18px 0; display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; letter-spacing: .05em; }

@media (max-width: 820px) {
  :root { --container: min(100% - 32px, 640px); }
  .site-header { position: absolute; padding-top: 20px; }
  .brand-role { display: none; }
  .nav-pill { padding: 0 13px; font-size: 12px; }
  .hero { min-height: 0; padding: 104px 0 64px; display: flex; flex-direction: column; gap: 40px; }
  .hero-copy { padding: 24px 0 0; }
  h1 { max-width: none; font-size: clamp(48px, 13vw, 68px); }
  .hero-support { font-size: 19px; }
  .hero-place { margin-top: 8px; padding-top: 28px; }
  .hero-media, .hero-media img { min-height: 0; height: auto; aspect-ratio: 4 / 5; }
  .practice { padding: 64px 0 72px; display: block; }
  .section-intro { margin-bottom: 44px; }
  .section-intro h2, .context-caption h2, .contact h2 { font-size: clamp(42px, 10vw, 58px); }
  .practice-cards { grid-template-columns: 1fr; }
  .practice-card { min-height: 360px; }
  .local-context { padding-bottom: 72px; }
  .context-media { height: auto; aspect-ratio: 3 / 2; }
  .context-caption { display: block; padding-top: 28px; }
  .context-caption > div + div { margin-top: 28px; }
  .contact { padding: 72px max(16px, calc((100% - 640px) / 2)) 34px; display: block; }
  .contact-mark { margin-top: 72px; text-align: left; }
  .contact-mark img { margin-left: 0; }
  .site-footer { width: var(--container); gap: 18px; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }

/* prospect-design-safety-kernel */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; }
body { margin: 0; min-width: 320px; }
img, svg, video { max-width: 100%; }
img { height: auto; }
figure { margin: 0; }
:where([data-layout-cell], [data-visual-role="hero"] > *, section > *, main > *) { min-width: 0; }
:where(p, li, blockquote, figcaption) { overflow-wrap: anywhere; }
[data-visual-role="hero"] [data-media-slot]:not([data-logo-slot="true"]) {
  max-height: min(68svh, 760px);
  object-fit: cover;
}
@media (max-width: 720px) {
  [data-layout-cell] :where(h1, h2, h3) {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }
  [data-visual-role="hero"] [data-media-slot]:not([data-logo-slot="true"]) {
    width: 100%;
    max-height: min(58svh, 560px);
  }
}
