:root {
  --ink: #101217;
  --ink-soft: #444a54;
  --paper: #f3f5f8;
  --white: #ffffff;
  --moss: #6c7480;
  --clay: #1f5f7a;
  --blue: #8da7ba;
  --silver: #d9dee6;
  --line: rgba(16, 18, 23, 0.16);
  --line-strong: rgba(16, 18, 23, 0.3);
  --shadow: 0 24px 64px rgba(16, 18, 23, 0.17);
  --max-width: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

body.nav-open {
  overflow: hidden;
}

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

picture {
  display: block;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-140%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 48px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 34px rgba(16, 18, 23, 0.06);
  backdrop-filter: blur(18px);
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.site-header.is-scrolled,
.site-header.nav-active {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 34px rgba(16, 18, 23, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 750;
  text-decoration: none;
}

.brand-logo,
.brand-icon,
.footer-icon,
.brand-monogram,
.footer-monogram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line-strong);
  font-family: "Snell Roundhand", "Brush Script MT", cursive;
  font-weight: 400;
  line-height: 1;
}

.brand-logo,
.brand-icon,
.footer-icon {
  display: block;
  object-fit: contain;
}

.brand-logo,
.brand-icon {
  width: 48px;
  height: 48px;
}

.brand-monogram {
  width: 48px;
  height: 38px;
  font-size: 2rem;
}

.brand-title {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  font-size: 0.92rem;
  font-weight: 680;
}

.site-nav a {
  position: relative;
  text-decoration: none;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 44px;
  height: 44px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 1px solid currentColor;
  cursor: pointer;
}

.nav-toggle-line {
  width: 18px;
  height: 2px;
  background: currentColor;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 92svh;
  padding: 110px clamp(20px, 5vw, 64px) 44px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(9, 11, 15, 0.96) 0%, rgba(16, 18, 23, 0.9) 48%, rgba(16, 18, 23, 0.48) 100%),
    var(--ink);
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    url("assets/alexandra-maimonis-white-suit-hero-current.webp");
  background-position: center, center, center;
  background-size: 58px 58px, 58px 58px, cover;
  filter: saturate(0.96) contrast(1.02);
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 11, 15, 0.86) 0%, rgba(16, 18, 23, 0.7) 40%, rgba(16, 18, 23, 0.1) 72%, rgba(9, 11, 15, 0.18) 100%),
    linear-gradient(180deg, rgba(9, 11, 15, 0.14), rgba(9, 11, 15, 0.72));
}

.hero-content {
  align-self: center;
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  padding-bottom: 2vh;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--blue);
}

p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.98;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

h1 {
  max-width: 720px;
  font-size: 6.85rem;
  overflow-wrap: normal;
}

h1 span {
  display: block;
}

h2 {
  max-width: 14ch;
  font-size: 4.6rem;
}

h3 {
  font-size: 1.85rem;
}

.hero-copy {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.25rem;
}

.hero-signature {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-portrait {
  position: relative;
  align-self: center;
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.hero-portrait::before {
  position: absolute;
  left: 10%;
  right: 0;
  bottom: 0;
  height: 64%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(217, 222, 230, 0.06)),
    rgba(9, 11, 15, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  content: "";
  pointer-events: none;
}

.hero-portrait-frame {
  position: relative;
  z-index: 1;
  overflow: visible;
  width: 100%;
  margin: 0;
  align-self: end;
  aspect-ratio: 4 / 4.25;
}

.hero-portrait-frame picture {
  width: 100%;
  height: 100%;
}

.hero-portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter:
    drop-shadow(0 32px 48px rgba(0, 0, 0, 0.42))
    saturate(0.94)
    contrast(1.02);
}

.hero-card-name,
.hero-card-role,
.hero-card-list {
  position: relative;
  z-index: 1;
}

.hero-card-name {
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1;
}

.hero-card-role {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-card-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  padding: 16px 0 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  list-style: none;
}

.hero-card-list li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 760;
}

.hero-card-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--clay);
  content: "";
  transform: translateY(-50%);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid currentColor;
  font-weight: 800;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

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

.button-primary {
  color: var(--white);
  background: var(--clay);
  border-color: var(--clay);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #174b62;
  border-color: #174b62;
}

.button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.48);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: var(--white);
  background: var(--ink);
}

.button-plain {
  color: var(--ink);
  background: transparent;
}

.button-plain:hover,
.button-plain:focus-visible {
  color: var(--white);
  background: var(--ink);
}

.section {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 10vw, 132px) clamp(20px, 5vw, 64px);
}

.section-inner {
  position: relative;
  z-index: 2;
  width: min(var(--max-width), 100%);
  margin: 0 auto;
}

.section[data-watermark]::before {
  position: absolute;
  top: clamp(8px, 6vw, 72px);
  left: clamp(-118px, -7vw, -32px);
  z-index: 0;
  color: currentColor;
  content: attr(data-watermark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5.2rem, 17vw, 18rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.78;
  opacity: 0.076;
  pointer-events: none;
  transform:
    translate3d(var(--watermark-x, 0px), var(--watermark-y, 0px), 0)
    rotate(var(--watermark-rotate, -3deg));
  transform-origin: left center;
  transition: transform 80ms linear;
  white-space: nowrap;
}

.section[data-watermark]::after {
  position: absolute;
  right: clamp(18px, 7vw, 96px);
  bottom: clamp(22px, 5vw, 70px);
  z-index: 0;
  display: grid;
  place-items: center;
  width: clamp(68px, 9vw, 128px);
  height: clamp(56px, 7vw, 102px);
  color: currentColor;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid currentColor;
  box-shadow: 0 22px 54px rgba(16, 18, 23, 0.08);
  content: "ml";
  font-family: "Snell Roundhand", "Brush Script MT", cursive;
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  line-height: 1;
  opacity: 0.13;
  pointer-events: none;
  transform:
    translate3d(var(--emblem-x, 0px), calc(var(--watermark-y, 0px) * -0.42), 0)
    rotate(var(--emblem-rotate, 0deg));
  transition: transform 80ms linear;
}

.section-intro {
  background:
    radial-gradient(circle at 78% 18%, rgba(141, 167, 186, 0.28), transparent 34%),
    linear-gradient(140deg, var(--white) 0%, #edf3f7 58%, #dfe7ee 100%);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.9fr);
  gap: clamp(36px, 8vw, 108px);
  align-items: start;
}

.profile-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 36px);
  align-items: start;
  padding: clamp(18px, 3vw, 28px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.profile-copy {
  display: grid;
  gap: 18px;
  min-width: 0;
  color: var(--ink-soft);
  font-size: 1.12rem;
}

.profile-copy p {
  margin: 0;
}

.profile-name {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  line-height: 1;
}

.profile-role {
  margin-top: -12px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.profile-points {
  display: grid;
  gap: 10px;
  padding: 18px 0 0;
  margin: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.profile-points li {
  position: relative;
  padding-left: 18px;
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 760;
}

.profile-points li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--moss);
  content: "";
  transform: translateY(-50%);
}

.about-figure {
  margin: 0;
}

.about-figure picture {
  width: 100%;
}

.about-figure img {
  width: 100%;
  height: clamp(360px, 38vw, 540px);
  object-fit: cover;
  object-position: center top;
  filter: drop-shadow(0 22px 28px rgba(16, 18, 23, 0.16));
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.94), rgba(243, 245, 248, 0.44) 58%),
    var(--white);
  border-radius: 8px;
}

.about-figure figcaption {
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.section-services {
  background:
    linear-gradient(90deg, rgba(31, 95, 122, 0.15), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(243, 245, 248, 0.82)),
    var(--paper);
}

.section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: clamp(32px, 6vw, 64px);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.info-card {
  display: grid;
  min-height: 300px;
  align-content: space-between;
  gap: 28px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(23, 22, 18, 0.04);
}

.card-number,
.step span {
  color: var(--moss);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.info-card p,
.step p,
.split-heading p,
.work-item p,
.contact-panel p {
  margin: 0;
  color: var(--ink-soft);
}

.section-work {
  color: var(--white);
  background:
    radial-gradient(circle at 82% 18%, rgba(31, 95, 122, 0.38), transparent 34%),
    linear-gradient(180deg, rgba(16, 18, 23, 0.96), rgba(16, 18, 23, 0.88)),
    var(--ink);
}

.section-work .eyebrow,
.section-work .work-meta {
  color: var(--blue);
}

.section-work::after,
.section-location::after,
.section-city-signal::after {
  background: rgba(9, 11, 15, 0.34);
  box-shadow: 0 22px 54px rgba(255, 255, 255, 0.08);
}

.section-city-signal {
  min-height: clamp(460px, 62vw, 640px);
  display: grid;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(9, 11, 15, 0.9) 0%, rgba(16, 18, 23, 0.66) 46%, rgba(16, 18, 23, 0.2) 100%),
    linear-gradient(180deg, rgba(9, 11, 15, 0.14), rgba(9, 11, 15, 0.62)),
    url("assets/chicago-skyline.webp");
  background-position: center;
  background-size: cover;
}

.city-signal-layout {
  display: grid;
  gap: 18px;
  max-width: 620px;
  margin-left: 0;
}

.city-signal-layout .eyebrow {
  color: var(--blue);
}

.city-signal-layout h2 {
  max-width: 10ch;
  text-shadow: 0 18px 38px rgba(0, 0, 0, 0.26);
}

.city-signal-layout p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 253, 248, 0.78);
  font-size: 1.1rem;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: clamp(28px, 7vw, 96px);
  align-items: end;
  margin-bottom: clamp(32px, 6vw, 62px);
}

.split-heading p {
  color: rgba(255, 253, 248, 0.7);
  font-size: 1.05rem;
}

.work-list {
  display: grid;
  border-top: 1px solid rgba(255, 253, 248, 0.18);
}

.work-item {
  display: grid;
  grid-template-columns: minmax(220px, 0.95fr) minmax(260px, 1.2fr) auto;
  gap: 28px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 253, 248, 0.18);
}

.work-meta {
  margin: 0 0 8px;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.work-item p {
  color: rgba(255, 253, 248, 0.72);
}

.work-item a {
  justify-self: end;
  color: var(--white);
  font-weight: 850;
  text-decoration-color: var(--clay);
  text-underline-offset: 6px;
}

.matter-visuals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
  align-items: stretch;
  margin-top: clamp(34px, 6vw, 72px);
}

.matter-visuals figure {
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 16 / 11;
  margin: 0;
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.matter-visuals picture,
.matter-visuals img {
  width: 100%;
  height: 100%;
}

.matter-visuals img {
  object-fit: cover;
  filter: saturate(0.96) contrast(1.05);
  transition: transform 700ms ease;
}

.matter-visuals figure:first-child {
  min-height: 0;
}

.matter-visuals figure:nth-child(2) {
  transform: none;
}

.matter-visuals-polished .visual-justice {
  grid-row: auto;
  min-height: 0;
}

.matter-visuals-polished .visual-justice img {
  object-position: 72% center;
}

.matter-visuals-polished .visual-chicago {
  grid-column: auto;
  min-height: 0;
  transform: none;
}

.matter-visuals-polished .visual-chicago img {
  object-position: center 45%;
}

.matter-visuals-polished .visual-dog {
  grid-column: auto;
  min-height: 0;
}

.matter-visuals-polished .visual-dog img {
  object-position: 68% center;
}

.matter-visuals figure:hover img {
  transform: scale(1.035);
}

.section-approach {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.96) 0%, rgba(237, 243, 247, 0.98) 58%, rgba(217, 222, 230, 0.72) 100%),
    var(--white);
}

.approach-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(300px, 1.1fr);
  gap: clamp(36px, 8vw, 116px);
  align-items: start;
}

.approach-sticky {
  position: sticky;
  top: 112px;
}

.steps {
  display: grid;
  gap: 18px;
}

.step {
  display: grid;
  gap: 16px;
  padding: 0 0 28px 28px;
  border-left: 2px solid var(--line);
}

.step:hover {
  border-left-color: var(--clay);
}

.section-prep {
  background:
    radial-gradient(circle at 82% 22%, rgba(31, 95, 122, 0.16), transparent 34%),
    linear-gradient(90deg, rgba(141, 167, 186, 0.2), transparent 38%),
    var(--paper);
}

.section-location {
  color: var(--white);
  background:
    radial-gradient(circle at 20% 18%, rgba(141, 167, 186, 0.24), transparent 32%),
    linear-gradient(140deg, #090b0f 0%, var(--ink) 54%, #174b62 100%);
}

.location-layout {
  display: grid;
  grid-template-columns: minmax(300px, 1.05fr) minmax(280px, 0.8fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.location-media {
  overflow: hidden;
  border-radius: 8px;
}

.location-media picture {
  width: 100%;
}

.location-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.08);
}

.location-copy {
  display: grid;
  gap: 18px;
}

.location-copy .eyebrow {
  color: var(--blue);
}

.location-copy h2 {
  max-width: 18ch;
  font-size: clamp(3.2rem, 4.8vw, 4.35rem);
}

.location-copy p {
  margin: 0;
  color: rgba(255, 253, 248, 0.74);
  font-size: 1.05rem;
}

.section-credentials {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(243, 245, 248, 0.96)),
    var(--paper);
}

.credential-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.credential-item {
  display: grid;
  gap: 16px;
  min-height: 300px;
  align-content: start;
  padding: clamp(22px, 4vw, 32px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.credential-item span {
  color: var(--moss);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.credential-item p {
  margin: 0;
  color: var(--ink-soft);
}

.section-prep .split-heading p {
  color: var(--ink-soft);
}

.prep-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.prep-item {
  display: grid;
  gap: 16px;
  min-height: 260px;
  align-content: start;
  padding: clamp(22px, 4vw, 32px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.prep-item span {
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.prep-item p {
  margin: 0;
  color: var(--ink-soft);
}

.section-faq {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(217, 222, 230, 0.54)),
    var(--white);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(320px, 1.1fr);
  gap: clamp(36px, 8vw, 108px);
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.faq-list summary {
  padding: 20px 22px;
  color: var(--ink);
  font-weight: 820;
  cursor: pointer;
}

.faq-list summary::marker {
  color: var(--clay);
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--ink-soft);
}

.section-contact {
  background:
    radial-gradient(circle at 75% 16%, rgba(31, 95, 122, 0.17), transparent 28%),
    linear-gradient(135deg, rgba(141, 167, 186, 0.26), transparent 36%),
    var(--paper);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.95fr);
  gap: clamp(36px, 8vw, 108px);
  align-items: start;
}

.contact-intro {
  display: grid;
  gap: 18px;
}

.contact-intro p {
  max-width: 520px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.contact-address {
  margin: 0;
  color: var(--ink);
  font-style: normal;
  font-weight: 760;
  line-height: 1.5;
}

.contact-panel {
  padding: clamp(24px, 5vw, 40px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-panel p {
  font-size: 1.08rem;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.field-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 780;
}

.contact-form label span {
  font-size: 0.84rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fbfcfa;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  font: inherit;
  font-weight: 520;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

.contact-form button {
  width: fit-content;
  cursor: pointer;
}

.form-status {
  min-height: 1.5em;
  margin: -6px 0 0;
  color: var(--moss);
  font-size: 0.96rem;
  font-weight: 730;
}

.form-note {
  margin: -4px 0 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.legal-disclaimer {
  padding: 28px clamp(20px, 5vw, 64px);
  color: rgba(255, 253, 248, 0.7);
  background: var(--ink);
  border-bottom: 1px solid rgba(255, 253, 248, 0.12);
}

.legal-disclaimer p {
  max-width: 980px;
  margin: 0;
  font-size: 0.86rem;
}

.site-footer {
  padding: 28px clamp(20px, 5vw, 64px);
  color: rgba(255, 253, 248, 0.72);
  background: #090b0f;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(260px, 1fr);
  gap: 28px;
  align-items: start;
  width: min(var(--max-width), 100%);
  margin: 0 auto;
}

.footer-brand {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer-icon,
.footer-monogram {
  width: 44px;
  height: 44px;
  font-size: 1.85rem;
}

.footer-name {
  color: var(--white);
  font-weight: 820;
}

.footer-links,
.footer-legal {
  display: grid;
  gap: 8px;
}

.footer-links {
  grid-template-columns: repeat(2, auto);
  column-gap: 18px;
}

.simple-page {
  min-height: 100svh;
  color: var(--ink);
  background: var(--paper);
}

.simple-page .site-header {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 34px rgba(16, 18, 23, 0.08);
  backdrop-filter: blur(18px);
}

.simple-main {
  padding: 132px clamp(20px, 5vw, 64px) clamp(72px, 10vw, 120px);
}

.simple-content {
  display: grid;
  gap: 24px;
  width: min(820px, 100%);
  margin: 0 auto;
}

.simple-content h1 {
  max-width: 9ch;
}

.simple-content h2 {
  margin-top: 24px;
  font-size: 2.4rem;
}

.simple-content p,
.simple-content li {
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.simple-content ul {
  display: grid;
  gap: 10px;
  padding-left: 1.2rem;
  margin: 0;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--white);
  font-weight: 760;
  text-decoration-color: var(--clay);
  text-underline-offset: 6px;
}

.footer-legal {
  justify-items: end;
  text-align: right;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(34px) rotateX(7deg);
  transform-origin: top left;
  transition:
    opacity 900ms ease,
    transform 1100ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}

@media (max-width: 1120px) and (min-width: 981px) {
  .intro-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .site-header {
    min-height: 66px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 10px 20px 24px;
    color: var(--ink);
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 42px rgba(23, 22, 18, 0.12);
    transform: translateY(calc(-100% - 72px));
    transition: transform 180ms ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
  }

  .site-nav a {
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .hero {
    min-height: auto;
    padding-bottom: 58svh;
    padding-top: 96px;
    align-items: start;
  }

  .hero-media {
    background-position: center, center, 64% bottom;
    background-size: 58px 58px, 58px 58px, auto 72%;
  }

  h1 {
    font-size: 4.75rem;
  }

  h2 {
    font-size: 3.5rem;
  }

  h3 {
    font-size: 1.65rem;
  }

  .hero-copy {
    font-size: 1.12rem;
  }

  .hero-content {
    padding-bottom: 0;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(9, 11, 15, 0.8) 0%, rgba(9, 11, 15, 0.58) 48%, rgba(9, 11, 15, 0.08) 100%),
      linear-gradient(90deg, rgba(9, 11, 15, 0.74), rgba(9, 11, 15, 0.2));
  }

  .intro-grid,
  .profile-card,
  .split-heading,
  .location-layout,
  .approach-layout,
  .faq-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .credential-grid,
  .prep-grid,
  .matter-visuals {
    grid-template-columns: 1fr;
  }

  .matter-visuals figure,
  .matter-visuals figure:first-child {
    min-height: 320px;
  }

  .matter-visuals figure:nth-child(2) {
    transform: none;
  }

  .matter-visuals-polished .visual-justice,
  .matter-visuals-polished .visual-chicago,
  .matter-visuals-polished .visual-dog {
    grid-column: auto;
    grid-row: auto;
  }

  .info-card {
    min-height: 230px;
  }

  .field-pair {
    grid-template-columns: 1fr;
  }

  .work-item {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .work-item a {
    justify-self: start;
  }

  .approach-sticky {
    position: static;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: repeat(4, auto);
    justify-content: start;
  }

  .footer-legal {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .site-header {
    gap: 12px;
    padding-inline: 16px;
  }

  .brand {
    gap: 10px;
  }

  .brand-icon,
  .brand-monogram {
    width: 42px;
    height: 42px;
    font-size: 1.78rem;
  }

  .brand-monogram {
    height: 34px;
  }

  .brand span:last-child {
    max-width: 48vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero {
    gap: 22px;
    padding: 82px 18px 390px;
  }

  .hero-media {
    background-position: center, center, 61% bottom;
    background-size: 58px 58px, 58px 58px, auto 460px;
  }

  h1 {
    font-size: 3.1rem;
  }

  h2 {
    font-size: 2.65rem;
  }

  .hero-copy {
    margin-top: 18px;
    font-size: 1.04rem;
  }

  .hero-signature {
    font-size: 0.72rem;
  }

  .matter-visuals figure,
  .matter-visuals figure:first-child {
    min-height: 240px;
  }


  .section {
    padding-block: 62px;
  }

  .hero-actions,
  .contact-actions,
  .button,
  .contact-form button {
    width: 100%;
  }

  .hero-actions {
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 22px;
  }

  .hero-actions .button {
    width: calc(50% - 4px);
    min-height: 44px;
    padding-inline: 6px;
    font-size: 0.78rem;
    white-space: nowrap;
  }

  .site-footer {
    padding-top: 34px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .simple-content h1 {
    font-size: 3.45rem;
  }

  .simple-content h2 {
    font-size: 2.1rem;
  }
}

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