:root {
  --ink: #191b20;
  --ink-soft: #3c424b;
  --paper: #f7f6f2;
  --white: #ffffff;
  --stone: #e6e1d8;
  --line: #c9c2b8;
  --burgundy: #6f2633;
  --moss: #4d5b45;
  --gold: #a77c32;
  --shadow: 0 18px 50px rgba(25, 27, 32, 0.12);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: var(--white);
}

.skip-link:focus {
  left: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 246, 242, 0.94);
  border-bottom: 1px solid rgba(25, 27, 32, 0.12);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(calc(100% - 36px), var(--max));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  width: clamp(156px, 18vw, 244px);
  display: block;
  text-decoration: none;
}

.brand img {
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a {
  text-decoration: none;
  color: var(--ink-soft);
}

.site-nav a:hover,
.site-nav a:focus {
  color: var(--burgundy);
}

.hero {
  position: relative;
  min-height: clamp(560px, 76vh, 760px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  border-bottom: 5px solid var(--burgundy);
}

.hero-image,
.hero picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.02);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 17, 20, 0.86) 0%, rgba(14, 17, 20, 0.58) 43%, rgba(14, 17, 20, 0.12) 100%),
    linear-gradient(0deg, rgba(14, 17, 20, 0.48) 0%, rgba(14, 17, 20, 0.04) 55%);
}

.hero-content {
  position: relative;
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  padding: 7rem 0 5rem;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--burgundy);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #e9d9a8;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.03;
}

h1 {
  max-width: 920px;
  margin-bottom: 1.2rem;
  font-size: clamp(3rem, 8vw, 6.9rem);
}

h2 {
  margin-bottom: 1.1rem;
  font-size: clamp(2rem, 4vw, 4rem);
}

h3 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.05rem, 1.6vw, 1.32rem);
  line-height: 1.25;
}

p {
  max-width: 68ch;
}

.hero-copy {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 1.8vw, 1.38rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.7rem;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.05rem;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.button-light {
  background: var(--white);
  color: var(--ink);
}

.button-outline {
  border: 1px solid rgba(255, 255, 255, 0.74);
  color: var(--white);
}

.button:hover,
.button:focus {
  transform: translateY(-1px);
}

.identity-bar {
  background: var(--ink);
  color: var(--white);
}

.identity-inner {
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.identity-inner div {
  min-height: 116px;
  padding: 1.35rem;
  background: var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.identity-inner span,
.credential-list span,
.practice-list span,
address span,
.site-footer span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.identity-inner strong {
  font-size: clamp(1.05rem, 1.9vw, 1.45rem);
  line-height: 1.2;
}

.section {
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 8rem) 0;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.section-kicker {
  position: sticky;
  top: 110px;
}

.profile-copy {
  font-size: 1.02rem;
}

.profile-copy p {
  margin-bottom: 1.15rem;
}

.bio-band {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.portrait {
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.portrait img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.portrait figcaption {
  padding: 1rem;
}

.portrait strong,
.portrait span {
  display: block;
}

.portrait span {
  margin-top: 0.2rem;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.credential-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.credential-list div {
  padding: 1.35rem;
  border-right: 1px solid var(--line);
}

.credential-list div:last-child {
  border-right: 0;
}

.credential-list strong {
  display: block;
  max-width: 24ch;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.25;
}

.practice-section {
  border-top: 1px solid var(--line);
}

.practice-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.practice-list article {
  min-height: 224px;
  padding: 1.4rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--moss);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(25, 27, 32, 0.05);
}

.practice-list article:nth-child(even) {
  border-left-color: var(--burgundy);
}

.practice-list p {
  color: var(--ink-soft);
  margin-bottom: 0;
}

.venue-strip {
  background: var(--ink);
  padding: 1px 0;
}

.venue-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.venue-track figure {
  position: relative;
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}

.venue-track img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  opacity: 0.82;
  filter: grayscale(0.18);
  transition: transform 340ms ease, opacity 340ms ease;
}

.venue-track figure:hover img {
  opacity: 0.98;
  transform: scale(1.025);
}

.venue-track figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.25rem 1rem 0.95rem;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0));
}

.contact-section {
  padding-bottom: clamp(5rem, 10vw, 8.5rem);
}

.contact-note {
  color: var(--ink-soft);
}

.contact-panel {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-primary {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.contact-primary a {
  width: fit-content;
  color: var(--burgundy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3.4vw, 2.6rem);
  line-height: 1.1;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.office-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

address {
  margin: 0;
  color: var(--ink-soft);
  font-style: normal;
}

address span {
  color: var(--moss);
}

.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.82);
}

.footer-inner {
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
  padding: 2.4rem 0 3.4rem;
  display: grid;
  grid-template-columns: 0.8fr 1.6fr 0.6fr;
  gap: 2rem;
  align-items: start;
}

.site-footer strong {
  display: block;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.site-footer p {
  margin-bottom: 0;
  font-size: 0.88rem;
}

.copyright {
  justify-self: end;
  color: rgba(255, 255, 255, 0.58);
  text-align: right;
}

@media (max-width: 1040px) {
  .venue-track {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 820px) {
  .header-inner {
    min-height: 88px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.8rem 0;
  }

  .site-nav {
    width: 100%;
    justify-content: space-between;
    gap: 0.8rem;
  }

  .hero {
    min-height: 620px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(14, 17, 20, 0.9) 0%, rgba(14, 17, 20, 0.74) 68%, rgba(14, 17, 20, 0.38) 100%),
      linear-gradient(0deg, rgba(14, 17, 20, 0.6) 0%, rgba(14, 17, 20, 0.06) 55%);
  }

  .hero-content {
    padding-bottom: 3.5rem;
  }

  .identity-inner,
  .section-grid,
  .bio-band,
  .credential-list,
  .practice-list,
  .office-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .section-kicker {
    position: static;
  }

  .credential-list div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .credential-list div:last-child {
    border-bottom: 0;
  }

  .portrait {
    max-width: 320px;
  }

  .venue-track {
    grid-template-columns: 1fr;
  }

  .venue-track figure,
  .venue-track img {
    min-height: 240px;
  }

  .copyright {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 540px) {
  .site-nav {
    font-size: 0.76rem;
  }

  h1 {
    font-size: clamp(2.65rem, 14vw, 4.2rem);
  }

  .button {
    width: 100%;
  }

  .contact-primary a {
    width: 100%;
    overflow-wrap: anywhere;
  }
}

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