@charset "UTF-8";

:root {
  color-scheme: light;
  --wine: #3c1825;
  --wine-light: #512735;
  --paper: #f9f7f3;
  --white: #fff;
  --ink: #2e2428;
  --muted: #675c60;
  --gold: #cdb18d;
  --line: #d9d2d0;
  --serif: "Iowan Old Style", "Baskerville", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 1.5rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
::selection { color: var(--white); background: #79505d; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
.container { width: min(100% - 7rem, 78rem); margin-inline: auto; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 10; padding: .75rem 1rem; background: var(--white); color: var(--wine); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }

.site-header { background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 6.75rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 1.25rem; }
.brand { display: flex; align-items: center; gap: 1rem; min-width: 0; }
.monogram { font-family: var(--serif); font-size: 2.7rem; letter-spacing: -.17rem; line-height: 1; color: var(--wine); padding-right: 1rem; border-right: 1px solid var(--line); }
.monogram span { color: #96764f; }
.brand-type { display: grid; gap: .1rem; min-width: 0; }
.brand-name { font-size: .9375rem; font-weight: 500; letter-spacing: .085em; text-transform: uppercase; }
.brand-description { font-size: .75rem; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }
nav { display: flex; align-items: center; gap: 2rem; }
nav a { font-size: .875rem; padding-block: .6rem; border-bottom: 1px solid transparent; transition: border-color .2s; }
nav a:hover { border-bottom-color: var(--wine); }
.header-phone { font-size: .9375rem; font-variant-numeric: tabular-nums; border-left: 1px solid var(--line); padding: .4rem 0 .4rem 1.75rem; white-space: nowrap; }
.header-phone span { margin-right: .4rem; color: var(--muted); font-size: .875rem; }
.header-phone:hover { text-decoration: underline; text-underline-offset: .3rem; }

.hero { background: var(--wine); color: var(--paper); }
.hero-grid { display: grid; grid-template-columns: 1.04fr 1fr; gap: 5rem; align-items: center; padding-top: 4.5rem; padding-bottom: 3.5rem; }
.hero-content { padding-bottom: 1rem; min-width: 0; }
.eyebrow { font-size: .8125rem; line-height: 1.5; text-transform: uppercase; letter-spacing: .18em; font-weight: 500; color: #74534d; }
.hero-eyebrow { color: var(--gold); display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; }
.hero-eyebrow::before { content: ""; flex: 0 0 2rem; height: 1px; background: var(--gold); }
h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(3rem, 9.1vw, 8.75rem); line-height: .96; letter-spacing: -.055em; margin-left: -.035em; }
.name-period { color: var(--gold); }
.affiliation { margin-top: 2.5rem; padding-left: 1.15rem; border-left: 1px solid var(--gold); }
.role { color: var(--gold); font-size: .875rem; margin-bottom: .15rem; }
.firm { font-size: 1.125rem; letter-spacing: .015em; }
.hero-description { max-width: 26rem; color: #decfd3; font-size: 1rem; line-height: 1.85; margin-top: 1.8rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 2.75rem; min-height: 3.5rem; padding: .9rem 1.5rem; margin-top: 2rem; background: var(--paper); color: var(--wine); font-size: .9375rem; transition: background-color .2s; }
.button svg { height: 1.25rem; width: 1.25rem; transition: transform .2s; }
.button:hover { background: #e6d8c8; }
.button:hover svg { transform: translateX(.2rem); }
.portrait { align-self: stretch; display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.portrait-image { position: relative; padding: .65rem; border: 1px solid #8c6b68; }
.portrait img { width: 100%; height: clamp(32rem, 42vw, 38.5rem); object-fit: cover; object-position: 50% 12%; }
.portrait figcaption { display: flex; flex-wrap: wrap; gap: .3rem 1rem; justify-content: space-between; padding-top: 1rem; font-size: .75rem; color: #cfbdc1; letter-spacing: .06em; }
.portrait figcaption span:first-child { text-transform: uppercase; letter-spacing: .12em; }
.hero-bottom { border-top: 1px solid #684550; padding-block: 1.35rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; color: #d3c1c6; font-size: .8125rem; }
.hero-bottom > span { text-transform: uppercase; letter-spacing: .11em; }
.hero-bottom a { display: inline-flex; align-items: center; gap: 1.5rem; padding-block: .25rem; font-size: .875rem; }
.hero-bottom a:hover { color: var(--white); }

.section { padding-block: 6.5rem; }
.practice-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; }
.section-intro .eyebrow { margin-bottom: 1.5rem; }
h2 { font-family: var(--serif); font-size: clamp(2.35rem, 3.2vw, 3.35rem); line-height: 1.2; letter-spacing: -.045em; font-weight: 400; color: var(--wine); }
h2 em { font-weight: 400; }
.section-intro > p:last-child { max-width: 25rem; color: var(--muted); margin-top: 1.5rem; line-height: 1.8; }
.practice-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.practice-list li { display: flex; gap: 2.25rem; align-items: baseline; border-bottom: 1px solid var(--line); padding: 1.55rem 0; }
.practice-number { color: #89645c; font-size: .8125rem; font-variant-numeric: tabular-nums; }
.practice-list h3 { font-family: var(--serif); color: var(--wine); font-weight: 400; font-size: 1.8rem; line-height: 1.3; letter-spacing: -.025em; }

.contact { border-top: 1px solid var(--line); background: #f0ece6; }
.contact-grid { align-items: start; }
.contact h2 { font-size: clamp(3rem, 4.3vw, 4.5rem); }
.contact-details { font-style: normal; border-top: 1px solid #c9beb9; }
.contact-link { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.6rem 0; border-bottom: 1px solid #c9beb9; }
.contact-link > span { display: grid; gap: .35rem; min-width: 0; }
.contact-label { font-size: .8125rem; color: var(--muted); }
.contact-value { color: var(--wine); font-family: var(--serif); font-size: 2.125rem; line-height: 1.4; letter-spacing: -.025em; overflow-wrap: anywhere; }
.contact-value.email { font-size: clamp(1.3rem, 2.2vw, 1.95rem); }
.contact-link svg { width: 1.35rem; height: 1.35rem; flex-shrink: 0; color: var(--wine); transition: transform .2s; }
.contact-link:hover .contact-value { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .3rem; }
.contact-link:hover svg { transform: translate(2px, -2px); }

.site-footer { background: var(--wine); color: #d3c1c6; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 7.5rem; padding-block: 2rem; }
.footer-name { font-family: var(--serif); color: var(--paper); font-size: 1.75rem; letter-spacing: -.04em; }
.footer-name span { color: var(--gold); }
.footer-inner p { font-size: .8125rem; }
.back-top { font-size: .875rem; padding-block: .5rem; white-space: nowrap; }
.back-top span { padding-left: 1rem; }
.back-top:hover { color: var(--white); }

@media (min-width: 1600px) {
  .hero-grid { gap: 7rem; }
}
@media (max-width: 1100px) {
  .container { width: min(100% - 4rem, 78rem); }
  .header-inner { gap: 1.5rem; }
  nav { gap: 1.4rem; }
  .header-phone { display: none; }
  .hero-grid { gap: 3rem; padding-top: 3.5rem; }
  h1 { font-size: clamp(3rem, 10vw, 7.25rem); }
  .portrait img { height: 34rem; }
  .practice-grid, .contact-grid { gap: 3rem; }
  .section { padding-block: 5rem; }
}
@media (max-width: 760px) {
  .container { width: calc(100% - 3rem); }
  .header-inner { min-height: auto; flex-wrap: wrap; gap: 1rem; padding-block: 1rem; }
  .brand { gap: .8rem; }
  .monogram { font-size: 2.4rem; padding-right: .8rem; }
  .brand-name { font-size: .875rem; }
  .brand-description { font-size: .75rem; }
  nav { width: 100%; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); padding-top: .3rem; }
  nav a { padding: .5rem 0 .2rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; padding-top: 3rem; padding-bottom: 2.25rem; }
  .hero-content { padding-bottom: 0; }
  .hero-eyebrow { margin-bottom: 1.8rem; }
  h1 { font-size: clamp(3rem, 21vw, 7.5rem); }
  .affiliation { margin-top: 2rem; }
  .hero-description { max-width: 31rem; }
  .button { margin-top: 1.75rem; }
  .portrait img { height: auto; aspect-ratio: 4 / 4.5; object-position: center top; }
  .portrait-image { padding: .5rem; }
  .hero-bottom { align-items: start; gap: 1rem; }
  .hero-bottom > span { max-width: 11rem; font-size: .75rem; }
  .hero-bottom a { gap: .7rem; padding: 0; text-align: right; }
  .practice-grid, .contact-grid { grid-template-columns: 1fr; gap: 2.75rem; }
  .section { padding-block: 3.75rem; }
  h2 { font-size: clamp(2.25rem, 7vw, 3rem); }
  .section-intro .eyebrow { margin-bottom: 1.25rem; }
  .section-intro > p:last-child { max-width: 31rem; }
  .practice-list li { padding-block: 1.5rem; }
  .practice-list h3 { font-size: 1.75rem; }
  .contact h2 { font-size: 3.25rem; }
  .contact-value.email { font-size: clamp(1.25rem, 5.2vw, 1.8rem); }
  .footer-inner { flex-wrap: wrap; gap: .75rem; }
  .footer-inner p { width: 100%; order: 3; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 2rem); }
  h1 { font-size: clamp(2rem, 21vw, 4.7rem); }
  .hero-eyebrow { font-size: .75rem; gap: .75rem; letter-spacing: .14em; }
  .hero-bottom { flex-direction: column; }
  .hero-bottom > span { max-width: none; }
  .practice-list li { gap: 1.5rem; }
  .contact-value.email { font-size: 1.2rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
