@font-face {
  font-family: "Literata";
  src: url("/assets/fonts/figma/literata-200.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Literata";
  src: url("/assets/fonts/figma/literata-300.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Literata";
  src: url("/assets/fonts/figma/literata-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Literata";
  src: url("/assets/fonts/figma/literata-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Literata";
  src: url("/assets/fonts/figma/literata-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("/assets/fonts/figma/satoshi-300.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("/assets/fonts/figma/satoshi-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("/assets/fonts/figma/satoshi-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("/assets/fonts/figma/satoshi-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("/assets/fonts/figma/satoshi-900.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --black: #171717;
  --ink: #191919;
  --text: #303030;
  --muted: #bababa;
  --line: #313131;
  --gold: #e5ad53;
  --gold-dark: #cd8511;
  --white: #fff;
  --off: #f6f4ef;
  --max: 1180px;
  --wide: 1350px;
  --font-heading: "Literata";
  --font-body: "Satoshi";
}

* { box-sizing: border-box; }
html { background: var(--black); color: var(--white); }
body {
  margin: 0;
  min-width: 320px;
  font-family: var(--font-body);
  background: var(--black);
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.container {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
}
.container.wide { width: min(var(--wide), calc(100% - 44px)); }
.narrow, .section-intro {
  width: min(980px, calc(100% - 44px));
  margin-left: max(22px, calc((100vw - var(--max)) / 2));
}

h1, h2, h3 {
  margin: 0;
  font-family: var(--font-heading);
  letter-spacing: 0;
}
h1, h3 { font-weight: 300; }
h1 { font-size: clamp(48px, 6.2vw, 72px); line-height: 1.11; }
h1 span,
h1 em {
  display: block;
  white-space: nowrap;
}
h1 em { color: var(--gold); font-style: normal; }
h2 { font-size: clamp(48px, 6.5vw, 100px); font-weight: 200; line-height: 1; }
h3 { font-size: 48px; line-height: 1.16; }
p { margin: 0; line-height: 1.6; }

.top-bar {
  height: 38px;
  min-height: 38px;
  padding: 9px max(22px, calc((100vw - 1170px) / 2));
  background: #171717;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--white);
}
.top-bar i {
  width: 3px;
  height: 3px;
  background: var(--gold);
  border-radius: 50%;
}
.top-call {
  margin-left: auto;
  color: var(--gold);
  white-space: nowrap;
}
.top-call span { color: var(--white); }
.top-call strong { color: var(--gold); font-weight: 500; }

.site-header {
  position: relative;
  z-index: 100;
  background: #191919;
}
.nav-bar {
  height: 91.187px;
  min-height: 91.187px;
  padding: 16px max(22px, calc((100vw - 1170px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
}
.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: var(--font-heading);
  font-size: 23px;
}
.nav-logo {
  position: relative;
  display: block;
  width: 200px;
  height: 59.187px;
  overflow: hidden;
  flex: 0 0 200px;
  letter-spacing: 0;
}
.nav-logo img {
  position: absolute;
  display: block;
  max-width: none;
}
.nav-logo-wordmark {
  left: 47.25px;
  top: 4px;
  width: 152.754px;
  height: 37.54px;
}
.nav-logo-submark {
  left: 58.06px;
  top: 52.04px;
  width: 129.689px;
  height: 7.145px;
}
.nav-logo-icon {
  left: 0;
  top: 0;
  width: 38.902px;
  height: 34.253px;
}
.nav-logo-rule {
  left: 46.47px;
  top: 44.61px;
  width: 152.945px;
  height: 1.328px;
}
.brand small {
  display: block;
  font-size: 8px;
  letter-spacing: 2px;
  color: #aaa;
}
.brand-mark {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold);
}
.nav-links, .nav-actions, .actions {
  display: flex;
  gap: 8px;
  align-items: center;
}
.nav-links {
  gap: 40px;
  font-size: 16px;
  line-height: 24px;
}
.nav-links a {
  white-space: nowrap;
  color: var(--white);
  font-weight: 400;
}
.nav-menu-toggle {
  display: none;
  width: 24px;
  height: 24px;
  padding: 3px;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}
.nav-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px 0;
  border-radius: 2px;
  background: currentColor;
  transition: opacity 160ms ease, transform 160ms ease;
}
.site-header.is-menu-open .nav-menu-toggle span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.site-header.is-menu-open .nav-menu-toggle span:nth-child(2) {
  opacity: 0;
}
.site-header.is-menu-open .nav-menu-toggle span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}
.mobile-drawer {
  display: none;
}
.mobile-drawer-links,
.mobile-drawer-actions {
  width: 100%;
}
.mobile-drawer-links {
  height: 195px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.mobile-drawer-links a {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
}
.mobile-drawer-links i {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.03);
}
.mobile-drawer-actions {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.mobile-drawer-actions .btn {
  flex: 1 1 0;
  min-width: 0;
  min-height: 44px;
  padding: 10px 18px;
}
.mobile-drawer-secondary {
  color: #fff;
  border-color: #fff;
}
.mobile-drawer-primary {
  gap: 8px;
}
.mobile-drawer-primary img {
  width: 16px;
  height: 16px;
}
.btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 6px;
  border: 1px solid currentColor;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}
.btn-outline { color: var(--gold); border-color: var(--gold); }
.btn-gold { color: #171717; background: var(--gold); border-color: #ffd186; }
.nav-actions .btn-gold { border-color: var(--gold); }
.btn-dark { background: var(--ink); color: white; border-color: var(--ink); }
.btn-small { min-height: 40px; padding: 8px 16px; font-size: 14px; color: var(--ink); border-color: var(--ink); }
.btn-small.btn-dark { background: var(--ink); color: var(--white); border-color: var(--ink); }

.dark-section { background: var(--ink); color: var(--white); }
.light-section { background: var(--white); color: var(--ink); }
.section { padding: 120px 0; }
.team-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-section > .container {
  width: min(var(--max), calc(100% - 44px));
}

.hero { padding: 48px 0 78px; }
.hero-head {
  width: min(var(--max), calc(100% - 44px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: center;
}
.figma-hero-section h1 {
  font-weight: 200;
  letter-spacing: -1.44px;
}
.hero-copy h2 {
  color: var(--gold);
  font: 300 24px/32px var(--font-heading);
  margin-bottom: 8px;
}
.hero-copy p {
  color: #d0d0d0;
  margin-bottom: 24px;
  max-width: 580px;
  font-size: 18px;
  line-height: 26px;
}
.hero-secondary { color: var(--white); border-color: var(--white); }
.hero-primary {
  gap: 8px;
}
.call-label-short { display: none; }
.hero-primary img {
  width: 16px;
  height: 16px;
}
.hero-media {
  position: relative;
  margin-top: 48px;
  aspect-ratio: 1350 / 593;
  overflow: hidden;
  border-radius: 4px;
  box-shadow:
    0 100px 40px rgba(0, 0, 0, 0.07),
    0 64.815px 23.426px rgba(0, 0, 0, 0.05),
    0 38.519px 12.741px rgba(0, 0, 0, 0.04),
    0 20px 6.5px rgba(0, 0, 0, 0.04),
    0 8.148px 3.259px rgba(0, 0, 0, 0.03),
    0 1.852px 1.574px rgba(0, 0, 0, 0.02);
}
.hero-image {
  position: absolute;
  left: 0;
  top: -9.12%;
  width: 100.08%;
  height: 118.24%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
}
.hero-video {
  background: #191919;
}
.hero-media-actions {
  position: absolute;
  top: 40px;
  right: 74px;
  display: flex;
  gap: 7px;
  align-items: center;
}
.hero-control {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  display: grid;
  place-items: center;
  border-radius: 100px;
  background: var(--gold);
  color: #171717;
  cursor: pointer;
}
.hero-control:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
}
.hero-control svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.hero-control .icon-play,
.hero-control .icon-pause,
.hero-control .icon-muted,
.hero-control .icon-unmuted { display: none; }
.hero-play.is-playing .icon-pause,
.hero-play.is-paused .icon-play,
.hero-mute.is-muted .icon-muted,
.hero-mute.is-unmuted .icon-unmuted { display: block; }
.proof {
  width: min(var(--wide), calc(100% - 44px));
  padding-top: 48px;
  text-align: center;
  color: #b8b8b8;
}
.proof-label {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.proof-label i {
  display: block;
  width: 72px;
  height: 2px;
  background: #303030;
}
.proof-label p {
  color: #757575;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.press {
  --press-gap: 76px;
  position: relative;
  height: 67px;
  width: 100%;
  margin: 32px 0 80px;
  overflow: hidden;
  color: white;
  font: 700 22px/1 var(--font-heading);
}
.press-track {
  display: flex;
  align-items: center;
  gap: var(--press-gap);
  width: max-content;
  height: 100%;
  animation: press-marquee 28s linear infinite;
  will-change: transform;
}
.press-group {
  display: flex;
  align-items: center;
  gap: var(--press-gap);
  flex: 0 0 auto;
  height: 100%;
}
.press:before,
.press:after {
  content: "";
  position: absolute;
  top: 0;
  width: min(99px, 18vw);
  height: 67px;
  z-index: 1;
  pointer-events: none;
}
.press:before {
  left: 0;
  background: linear-gradient(to left, rgba(25,25,25,0), #191919);
}
.press:after {
  right: 0;
  background: linear-gradient(to right, rgba(25,25,25,0), #191919);
}
.press img { flex: 0 0 auto; object-fit: contain; }
.press-nytimes { width: 201px; height: 27px; }
.press-fox { width: 67px; height: 67px; }
.press-cnn { width: 104px; height: 48px; }
.press-daily {
  position: relative;
  flex: 0 0 104px;
  width: 104px;
  height: 55px;
  overflow: hidden;
}
.press-daily img {
  position: absolute;
  inset: 0;
  width: 104px;
  height: 55px;
}
.press-usa { width: 122px; height: 50px; }
.press-people { width: 121px; height: 50px; }
.press-ledger { width: 175px; height: 31px; }
@keyframes press-marquee {
  from { transform: translateX(calc(-50% - (var(--press-gap) / 2))); }
  to { transform: translateX(0); }
}
@media (prefers-reduced-motion: reduce) {
  .press-track {
    animation: none;
    transform: none;
  }
}
.settlements {
  width: min(var(--max), 100%);
  margin: 32px auto 0;
  text-align: center;
}
.settlement-row {
  display: grid;
  align-items: center;
}
.settlement-row-top { grid-template-columns: 1fr 2fr 1fr; }
.settlement-row-bottom { grid-template-columns: repeat(4, 1fr); }
.settlements strong {
  height: 138px;
  min-height: 0;
  padding: 24px 0;
  display: grid;
  grid-template-rows: 56px 24px;
  gap: 10px;
  align-content: start;
  justify-items: center;
  color: var(--gold);
  font: 300 48px/56px var(--font-heading);
  letter-spacing: -0.96px;
  border-right: 1px solid #303030;
  border-bottom: 1px solid #303030;
}
.settlement-row-top strong {
  height: 138px;
}
.settlement-amount {
  display: block;
  width: 100%;
  height: 56px;
  text-align: center;
  white-space: nowrap;
  font-variant-numeric: lining-nums tabular-nums;
}
.settlement-row-top strong:last-child,
.settlement-row-bottom strong:last-child { border-right: 0; }
.settlement-row-bottom strong { border-bottom: 0; }
.settlements small {
  display: block;
  width: 100%;
  height: 24px;
  margin-top: 0;
  color: #fff;
  font: 500 14px/24px var(--font-body);
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.section > .narrow p,
.section > .section-intro p {
  margin-top: 32px;
  color: inherit;
  max-width: 980px;
  font: 300 clamp(26px, 3vw, 36px)/1.22 var(--font-heading);
}
.team-section .section-intro {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
}
.team-section .section-intro h2 {
  max-width: 980px;
  font-size: clamp(56px, 6.25vw, 100px);
  line-height: 1;
  letter-spacing: -2px;
  color: #191919;
  text-align: left;
}
.team-section .section-intro p {
  max-width: 980px;
  margin-top: 32px;
  color: #303030;
  font: 200 clamp(28px, 2.25vw, 36px)/44px var(--font-heading);
  letter-spacing: -0.72px;
  text-align: left;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 20px;
  margin-top: 64px;
}
.team-grid article {
  display: block;
}
.team-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 580 / 375;
  object-fit: cover;
  background: #ddd;
  margin-bottom: 30px;
}
.team-grid h3 {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.96px;
  margin-bottom: 16px;
}
.role {
  color: var(--gold-dark);
  margin: 0 0 16px;
  font: 400 18px/26px var(--font-heading);
}
.team-grid article > p:not(.role) {
  color: #303030;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 16px;
}
.team-grid .btn {
  margin-top: 0;
  margin-right: 8px;
  min-height: 42px;
  padding: 8px 16px;
  font-weight: 400;
  line-height: 24px;
}

.practice-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.practice-section > .container {
  width: min(var(--max), calc(100% - 44px));
}
.practice-section .practice-intro {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
}
.practice-section .practice-intro h2 {
  max-width: 980px;
  color: #fff;
  font-size: clamp(56px, 6.25vw, 100px);
  line-height: 1;
  letter-spacing: -2px;
  text-align: left;
}
.practice-section .practice-intro p {
  max-width: 980px;
  margin-top: 32px;
  color: #bababa;
  font: 200 clamp(28px, 2.25vw, 36px)/44px var(--font-heading);
  letter-spacing: -0.72px;
  text-align: left;
}
.practice-section .practice-intro p + p {
  margin-top: 44px;
}
.practice-section .practice-intro em {
  color: #fff;
  font-style: normal;
}
.practice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 64px;
}
.practice-card {
  min-height: 0;
  padding: 20px;
  border: 1px solid #303030;
  background: #191919;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.practice-card:nth-child(2) {
  background: rgba(255, 255, 255, 0.01);
}
.practice-card:nth-child(n+4) {
  padding: 24px;
}
.practice-card-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}
.practice-image {
  position: relative;
  display: block;
  width: 160px;
  height: 160px;
  flex: 0 0 160px;
  margin: 0;
  overflow: hidden;
}
.practice-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.practice-link {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  object-fit: contain;
}
.practice-card strong {
  color: var(--gold);
  font: 300 32px/40px var(--font-heading);
  letter-spacing: -0.64px;
}
.practice-card > span:not(.practice-card-head):not(.practice-image) {
  color: #bababa;
  font-size: 18px;
  line-height: 26px;
}

.difference-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.difference-section > .container {
  width: min(var(--max), calc(100% - 44px));
}
.difference-section .difference-intro {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
}
.difference-section .difference-intro h2 {
  max-width: none;
  color: #191919;
  font-size: clamp(56px, 5.5vw, 88px);
  line-height: 1;
  letter-spacing: -1.76px;
  text-align: left;
  white-space: nowrap;
}
.difference-section .difference-intro p {
  max-width: 980px;
  margin-top: 32px;
  color: #303030;
  font: 200 clamp(28px, 2.25vw, 36px)/44px var(--font-heading);
  letter-spacing: -0.72px;
  text-align: left;
}
.difference-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 64px;
}
.difference-card {
  min-height: 490px;
  padding: 30px;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}
.difference-icon {
  width: 120px;
  height: 120px;
  flex: 0 0 120px;
  object-fit: contain;
}
.difference-icon-recognized {
  display: grid;
  grid-template-columns: repeat(3, 40px);
  grid-template-rows: repeat(3, 40px);
  overflow: hidden;
}
.difference-icon-recognized i {
  display: block;
  border: 0.5px solid rgba(0, 0, 0, 0.54);
  border-radius: 1000px;
}
.difference-icon-recognized i:nth-child(5) {
  background: rgba(0, 0, 0, 0.05);
  border-width: 0.667px;
  border-radius: 999px;
}
.difference-card div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.difference-card h3 {
  color: #000;
  font: 300 24px/32px var(--font-heading);
  letter-spacing: -0.24px;
}
.difference-card p {
  color: #303030;
  font-size: 18px;
  line-height: 26px;
}

.testimonial-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonial-content {
  width: min(var(--max), calc(100% - 44px));
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: flex-start;
}
.testimonial-content h2 {
  width: 100%;
  color: #fff;
  font-size: clamp(56px, 6.25vw, 100px);
  line-height: 1;
  letter-spacing: -4px;
}
.testimonial-card {
  position: relative;
  width: 100%;
  padding: 60px;
  border: 1px solid #303030;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  overflow: hidden;
}
.testimonial-rating,
.testimonial-footer,
.testimonial-card p {
  position: relative;
  z-index: 1;
}
.testimonial-rating {
  display: flex;
  gap: 8px;
  align-items: center;
}
.testimonial-rating img {
  width: 115.214px;
  height: 20px;
}
.testimonial-rating span,
.testimonial-author span {
  color: #bababa;
  font-size: 18px;
  line-height: 26px;
}
.testimonial-card p {
  min-width: 100%;
  max-width: none;
  color: #fff;
  font: 200 clamp(28px, 2.25vw, 36px)/44px var(--font-heading);
}
.testimonial-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.testimonial-author {
  display: flex;
  gap: 10px;
  align-items: center;
}
.testimonial-author strong {
  color: var(--gold);
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.testimonial-author img {
  width: 3px;
  height: 3px;
}
.testimonial-controls {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}
.testimonial-control {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: transparent;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.testimonial-control img {
  width: 24px;
  height: 24px;
}
.testimonial-prev img {
  transform: rotate(180deg);
}
.testimonial-quotes {
  position: absolute;
  top: 59px;
  right: 60px;
  width: 220px;
  height: 203px;
  z-index: 0;
  pointer-events: none;
}

.article-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-content {
  width: min(var(--max), calc(100% - 44px));
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: flex-start;
}
.article-header {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}
.article-header h2 {
  color: #191919;
  font-size: clamp(56px, 6.25vw, 100px);
  line-height: 1;
  letter-spacing: -2px;
  white-space: nowrap;
}
.article-blog-link {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--gold-dark);
}
.article-blog-link span {
  color: var(--gold-dark);
  font: 300 32px/40px var(--font-heading);
  letter-spacing: -0.64px;
  white-space: nowrap;
}
.article-blog-link img {
  width: 16px;
  height: 16px;
}
.article-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.article-card {
  width: 100%;
  display: flex;
  gap: 100px;
  align-items: center;
}
.article-copy {
  flex: 1 1 auto;
  min-width: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article-copy > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.article-card h3 {
  width: 100%;
  color: #191919;
  font: 300 36px/44px var(--font-heading);
  letter-spacing: -1.44px;
}
.article-card p {
  color: #303030;
  font-size: 18px;
  line-height: 26px;
}
.article-copy > div p {
  height: 78px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.article-meta {
  overflow: hidden;
  color: #6c6c6c;
  font-size: 14px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-meta em {
  color: #c99541;
  font-style: normal;
}
.article-card .article-meta {
  font-size: 14px;
  line-height: 20px;
}
.article-image {
  width: 260px;
  height: 180px;
  flex: 0 0 260px;
  object-fit: cover;
}
.article-divider {
  width: 100%;
  height: 1px;
  background: rgba(25, 25, 25, 0.1);
}

.final-cta {
  background: linear-gradient(to bottom, #191919 0%, #fff 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: center;
  padding: 120px 0 0;
  text-align: center;
}
.cta-content {
  width: min(980px, calc(100% - 44px));
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
.cta-copy {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.cta-copy h2 {
  width: 100%;
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: -2.4px;
  text-align: center;
}
.cta-copy p {
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
.cta-copy p span {
  display: block;
}
.cta-actions {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.cta-secondary {
  color: #fff;
  border-color: #fff;
}
.cta-primary {
  gap: 8px;
}
.cta-primary img {
  width: 16px;
  height: 16px;
}
.cta-lawyers {
  width: min(var(--max), calc(100% - 44px));
  aspect-ratio: 4096 / 1185;
  overflow: hidden;
}
.cta-lawyers img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .final-cta {
  background: linear-gradient(180deg, #191919 0%, #717171 100%);
  gap: 0;
  min-height: 0;
  padding: 120px 210px;
}

.practice-areas-page {
  background: #191919;
  color: #fff;
}
.practice-areas-hero {
  min-height: 554px;
  padding: 80px 0;
  background:
    radial-gradient(ellipse 125px 55px at 50% 100%, #323030 0%, #191818 50%, #0d0c0c 75%, #060606 88%, #000 100%),
    #000;
}
.practice-areas-hero-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
.practice-areas-hero-header {
  width: min(980px, 100%);
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}
.practice-areas-hero h1 {
  color: #fff;
  font-size: 80px;
  font-weight: 300;
  line-height: 80px;
  letter-spacing: -1.6px;
  white-space: normal;
}
.practice-areas-hero p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
.practice-areas-proof {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 349px);
  justify-content: center;
}
.practice-areas-proof-item {
  min-height: 78px;
  padding: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(25, 25, 25, 0.2);
  backdrop-filter: blur(15px);
}
.practice-areas-proof-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border: 1px solid #e5ad53;
  border-radius: 50%;
  position: relative;
}
.practice-areas-proof-icon::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 7px;
  height: 10px;
  border-right: 2px solid #e5ad53;
  border-bottom: 2px solid #e5ad53;
  transform: rotate(45deg);
}
.practice-areas-proof-item span:last-child {
  color: #bababa;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 200;
  line-height: 30px;
  letter-spacing: -0.48px;
}
.practice-category {
  padding: 100px 0;
}
.practice-category-dark {
  background: #191919;
  color: #fff;
}
.practice-category-light {
  background: #fff;
  color: #191919;
}
.practice-category-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.practice-category-header {
  width: min(980px, 100%);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.practice-category-header h2 {
  color: inherit;
  font-size: 64px;
  font-weight: 200;
  line-height: 72px;
  letter-spacing: -1.28px;
}
.practice-category-header p {
  color: #bababa;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0;
}
.practice-category-light .practice-category-header p {
  color: #303030;
}
.practice-category-image {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
}
.practice-category-image.object-bottom {
  object-position: bottom center;
}
.practice-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.practice-link-card {
  min-height: 80px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  border: 1px solid #303030;
  color: #e5ad53;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.48px;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}
.practice-link-card:hover,
.practice-link-card:focus-visible {
  background: rgba(229, 173, 83, 0.08);
  border-color: #e5ad53;
}
.practice-category-light .practice-link-card {
  border-color: #e2e2e2;
  color: #191919;
}
.practice-category-light .practice-link-card:hover,
.practice-category-light .practice-link-card:focus-visible {
  background: #f7f7f7;
  border-color: #c99541;
  color: #c99541;
}

.site-footer {
  border-top: 1px solid #313131;
  background-color: #191919;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%),
    linear-gradient(90deg, #191919 0%, #191919 100%);
  color: #fff;
  padding: 60px 0;
  backdrop-filter: blur(20px);
}
.footer-shell {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
}
.footer-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
.footer-brand {
  width: 280px;
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}
.footer-logo {
  position: relative;
  display: block;
  width: 180px;
  height: 53px;
  flex: 0 0 53px;
  overflow: hidden;
}
.footer-logo img {
  position: absolute;
  display: block;
  max-width: none;
}
.footer-logo-wordmark {
  left: 42.525px;
  top: 3.588px;
  width: 137.479px;
  height: 33.794px;
}
.footer-logo-submark {
  left: 52.254px;
  top: 46.718px;
  width: 116.72px;
  height: 6.429px;
}
.footer-logo-icon {
  left: 0;
  top: 0;
  width: 35.012px;
  height: 30.828px;
}
.footer-logo-rule {
  left: 41.823px;
  top: 40.145px;
  width: 137.651px;
  height: 1.195px;
}
.footer-brand p,
.footer-links a,
.footer-disclaimer,
.footer-copyright,
.footer-legal-nav a {
  font-size: 14px;
  line-height: 22px;
}
.footer-brand p {
  width: 100%;
  color: #fff;
}
.footer-nav {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.footer-column {
  width: 180px;
  flex: 0 0 180px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.footer-practice-column {
  width: 380px;
  flex-basis: 380px;
}
.footer-column h4 {
  margin: 0;
  color: var(--gold);
  font: 300 20px/28px var(--font-heading);
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-links a {
  color: #fff;
  line-height: 28px;
}
.footer-practice-links {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 20px;
  align-items: flex-start;
}
.footer-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
.footer-divider {
  width: 100%;
  height: 1px;
  background: #303030;
}
.footer-bottom-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.footer-disclaimer {
  width: 100%;
  color: #bababa;
}
.footer-legal-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.footer-copyright {
  flex: 1 1 auto;
  min-width: 0;
  color: #fff;
}
.footer-legal-nav {
  display: flex;
  gap: 40px;
  align-items: center;
  white-space: nowrap;
}
.footer-legal-nav a {
  color: #fff;
}

.subhero {
  padding: 64px 0 0;
  background: linear-gradient(#191919 0 55%, white 55% 100%);
  text-align: center;
}
.subhero .eyebrow { color: var(--gold); font: 300 24px/1.35 var(--font-heading); margin-bottom: 8px; }
.subhero h1 { max-width: 980px; margin: 0 auto 64px; color: white; font-size: clamp(48px, 6vw, 72px); }
.subhero img { width: min(var(--max), calc(100% - 44px)); height: auto; margin: 0 auto; filter: grayscale(1); }
.overview { padding: 100px 0; background: #191919; color: #bababa; }
.overview .container { max-width: 980px; }
.overview p { font: 300 24px/1.35 var(--font-heading); margin-bottom: 24px; }

.about-page .site-header {
  background: #191919;
}
.about-hero {
  background: linear-gradient(180deg, #2f2f2f 0%, #4c4c4c 18%, #7b7b7b 40%, #bababa 68%, #f4f4f4 100%);
  color: #fff;
  padding: 49px 0 0;
}
.about-hero-content {
  width: min(var(--max), calc(100% - 44px));
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: stretch;
}
.about-hero-heading {
  width: min(980px, 100%);
  margin: 0 auto;
  text-align: center;
  font-family: var(--font-heading);
  font-weight: 300;
}
.about-hero-heading p {
  margin: 0 0 0;
  color: var(--gold);
  font-size: 24px;
  line-height: 32px;
}
.about-hero-heading h1 {
  width: 100%;
  color: #fff;
  font-size: 72px;
  line-height: 80px;
  letter-spacing: -1.44px;
}
.about-hero-heading h1 span {
  display: block;
}
.about-lawyers {
  width: 100%;
  aspect-ratio: 4096 / 1185;
  overflow: hidden;
}
.about-lawyers img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-overview {
  background: #191919;
  color: #bababa;
  padding: 100px 0;
}
.about-overview-content {
  width: min(980px, calc(100% - 44px));
  margin-left: max(22px, calc((100vw - var(--max)) / 2));
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
.about-overview-copy {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.about-overview-copy p {
  color: #bababa;
  font: 300 24px/32px var(--font-heading);
}
.about-overview-actions {
  align-items: flex-start;
}
.about-team {
  background: #fff;
  color: #191919;
  padding: 100px 0;
}
.about-team-content {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: flex-start;
}
.about-team-header {
  width: min(980px, 100%);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about-team-header h2 {
  color: #191919;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -1.28px;
  white-space: nowrap;
}
.about-team-header p {
  color: #303030;
  font: 300 24px/32px var(--font-heading);
}
.about-team-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 0;
  gap: 48px;
}
.about-team-row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}
.about-team-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about-team-media {
  width: 100%;
  aspect-ratio: 580 / 375;
  overflow: hidden;
}
.about-team-media img {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  object-fit: cover;
}
.about-team-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.about-team-grid h3 {
  margin: 0;
  color: #191919;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.8px;
}
.about-team-grid .role {
  margin: 0;
}
.team-bio {
  color: #303030;
  font-size: 18px;
  line-height: 26px;
}
.team-bio p {
  margin: 0 0 16px;
  line-height: 26px;
}
.team-bio ul {
  margin: 0;
  padding-left: 27px;
}
.team-bio li {
  margin: 0;
  padding-left: 0;
  line-height: 26px;
}
.about-card-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}
.about-card-actions .btn {
  margin: 0;
  font-weight: 400;
}

.profile-hero {
  background: #191919;
  color: white;
  padding: 80px 0;
}
.profile-hero .container {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 80px;
  align-items: center;
}
.profile-hero p { color: #cfcfcf; margin-top: 24px; font-size: 20px; }
.profile-hero img { width: 100%; aspect-ratio: 1.15; object-fit: cover; filter: grayscale(1); }
.profile-section { padding: 100px 0; }
.profile-section.dark-section p { color: #cfcfcf; }
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.info-card {
  padding: 24px;
  border: 1px solid #292929;
  background: #1f1f1f;
}
.info-card h3 { font-size: 24px; }
.focus-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.focus-grid a {
  min-height: 150px;
  padding: 20px;
  border: 1px solid #292929;
  display: flex;
  align-items: center;
  gap: 20px;
}
.focus-grid img { width: 120px; height: 110px; object-fit: cover; filter: grayscale(1); }
.credentials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.faq { max-width: 980px; }
.faq details {
  border: 1px solid #e6e1d8;
  padding: 24px;
  margin-top: 20px;
}
.faq summary { cursor: pointer; font-weight: 700; }
.faq p { margin-top: 12px; color: #555; }

.profile-page {
  background: #191919;
  color: #fff;
}
.profile-attorney-hero {
  color: #171717;
  background: radial-gradient(78.13% 100% at 50% 100%, #fff 0%, #8d8d8d 100%), #fff;
}
.profile-hero-shell {
  width: min(var(--max), calc(100% - 44px));
  min-height: 600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile-hero-media {
  width: 670px;
  height: 600px;
  flex: 0 0 670px;
  margin-right: -70px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.profile-hero-image-frame {
  position: relative;
  width: 100%;
  aspect-ratio: var(--profile-hero-frame-ratio, 888 / 668);
  overflow: hidden;
}
.profile-hero-image-frame img {
  position: absolute;
  top: var(--profile-hero-img-top, 0);
  left: var(--profile-hero-img-left, 0.45%);
  width: var(--profile-hero-img-width, 85.59%);
  height: var(--profile-hero-img-height, 110.44%);
  max-width: none;
  object-fit: var(--profile-hero-img-fit, fill);
  object-position: var(--profile-hero-img-position, bottom);
}
.profile-hero-content {
  width: 580px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}
.profile-hero-content h1 {
  color: #000;
  font-size: 72px;
  line-height: 80px;
  letter-spacing: -1.44px;
}
.profile-hero-content p {
  color: #303030;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}
.profile-hero-call,
.profile-final-primary {
  gap: 8px;
}
.profile-hero-call img,
.profile-final-primary img {
  width: 16px;
  height: 16px;
}
.profile-overview-section {
  padding: 100px 0;
  background: #191919;
}
.profile-overview-text {
  width: min(980px, calc(100% - 44px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  word-break: break-word;
}
.profile-overview-text p {
  margin: 0;
  color: #bababa;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}
.profile-section-block {
  padding: 100px 0;
}
.profile-dark-block {
  background: #191919;
  color: #fff;
}
.profile-light-block {
  background: #fff;
  color: #191919;
}
.profile-section-content {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.profile-section-header {
  width: min(980px, 100%);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.profile-section-header h2 {
  color: inherit;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -1.28px;
}
.profile-section-block[data-node-id="164:5222"] .profile-section-header h2 {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.96px;
}
.profile-section-header p {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}
.profile-dark-block .profile-section-header p {
  color: #bababa;
}
.profile-light-block .profile-section-header p {
  color: #303030;
}
.profile-info-grid,
.profile-card-grid {
  display: grid;
  gap: 20px;
}
.profile-info-grid,
.profile-three-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.profile-two-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.profile-info-card {
  min-height: 170px;
  padding: 24px;
  border: 1px solid #303030;
  background: #191919;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.profile-light-block .profile-info-card {
  border-color: #e9e9e9;
  background: #fafafa;
  color: #191919;
}
.profile-info-card h3 {
  color: inherit;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
}
.profile-info-card p {
  color: #bababa;
  font-size: 18px;
  line-height: 26px;
}
.profile-light-block .profile-info-card p {
  color: #303030;
}
.profile-info-card a {
  color: inherit;
}
.profile-large-card {
  min-height: 378px;
}
.profile-focus-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.profile-focus-header h2 {
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -1.28px;
}
.profile-focus-row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.profile-focus-card {
  min-height: 180px;
  padding: 20px;
  border: 1px solid #303030;
  background: #191919;
  display: grid;
  grid-template-columns: 140px 1fr 16px;
  gap: 20px;
  align-items: flex-start;
}
.profile-focus-card img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 0;
  filter: none;
}
.profile-focus-card strong {
  color: #e5ad53;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.48px;
}
.profile-focus-card span {
  width: 16px;
  height: 16px;
  background: url("/assets/images/figma-ui/profile-focus-link-icon.svg") center / contain no-repeat;
}
.profile-recognition-grid {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.profile-recognition-header h2 {
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -1.28px;
}
.profile-recognition-row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.profile-recognition-card {
  min-height: 378px;
  padding: 24px;
  border: 1px solid #303030;
  background: #191919;
  color: #fff;
}
.profile-recognition-card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  word-break: break-word;
}
.profile-recognition-card h3 {
  margin: 0;
  color: #e5ad53;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.48px;
}
.profile-recognition-card p,
.profile-recognition-card ul,
.profile-recognition-copy {
  margin: 0;
  color: #bababa;
  font-size: 18px;
  line-height: 26px;
}
.profile-recognition-card ul {
  padding-left: 27px;
  list-style: disc;
}
.profile-recognition-card li {
  margin: 0 0 8px;
}
.profile-recognition-card li:last-child {
  margin-bottom: 0;
}
.profile-recognition-copy {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.profile-recognition-copy p {
  margin: 0;
}
.profile-approach-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.profile-approach-header h2 {
  color: #191919;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -1.28px;
}
.profile-approach-header p {
  color: #303030;
  font-family: var(--font-heading);
  font-weight: 200;
  letter-spacing: -0.48px;
}
.profile-approach-card {
  min-height: 378px;
  padding: 24px;
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #191919;
}
.profile-approach-card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  word-break: break-word;
}
.profile-approach-card h3 {
  margin: 0;
  color: #191919;
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}
.profile-approach-card p,
.profile-approach-copy {
  margin: 0;
  color: #303030;
  font-size: 18px;
  line-height: 26px;
}
.profile-approach-copy {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.profile-approach-copy p {
  margin: 0;
}
.profile-faq-content {
  width: min(980px, calc(100% - 44px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.profile-faq-section .profile-section-header {
  width: 100%;
  align-items: center;
  text-align: center;
  gap: 32px;
}
.profile-faq-header h2 {
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -1.28px;
}
.profile-faq-header p {
  font-weight: 200;
}
.profile-faq-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.profile-faq-grid details {
  padding: 24px;
  border: 1px solid #e9e9e9;
  background: #fafafa;
}
.profile-faq-grid summary {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #191919;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.48px;
}
.profile-faq-grid summary::-webkit-details-marker {
  display: none;
}
.profile-faq-summary-content {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  word-break: break-word;
}
.profile-faq-question {
  width: 100%;
}
.profile-faq-action {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.profile-faq-icon {
  position: relative;
  width: 16px;
  height: 16px;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 320ms cubic-bezier(0.22, 0.8, 0.24, 1);
}
.profile-faq-icon::before,
.profile-faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  background: #5f5f5f;
  transform: translate(-50%, -50%);
}
.profile-faq-icon::before {
  width: 16px;
  height: 2px;
}
.profile-faq-icon::after {
  width: 2px;
  height: 16px;
}
.profile-faq-grid details[open] .profile-faq-icon {
  transform: rotate(45deg);
}
.profile-faq-answer {
  overflow: hidden;
}
.faq-drawer-ready .profile-faq-answer {
  height: 0;
  opacity: 0;
  transition:
    height 280ms cubic-bezier(0.22, 0.8, 0.24, 1),
    opacity 180ms ease;
}
.faq-drawer-ready .profile-faq-grid details[open] .profile-faq-answer {
  opacity: 1;
}
.profile-faq-answer-inner {
  padding-top: 12px;
}
.profile-faq-answer p {
  margin: 0;
  color: #303030;
  font-size: 18px;
  line-height: 26px;
}
.profile-faq-section.profile-dark-block .profile-faq-grid details {
  border-color: #303030;
  background: #191919;
}
.profile-faq-section.profile-dark-block .profile-faq-grid summary {
  color: #e5ad53;
}
.profile-faq-section.profile-dark-block .profile-faq-icon::before,
.profile-faq-section.profile-dark-block .profile-faq-icon::after {
  background: #bababa;
}
.profile-faq-section.profile-dark-block .profile-faq-answer p {
  color: #bababa;
}
@media (prefers-reduced-motion: reduce) {
  .profile-faq-action,
  .profile-faq-icon,
  .faq-drawer-ready .profile-faq-answer {
    transition: none;
  }
  .faq-drawer-ready .profile-faq-grid details[open] .profile-faq-answer {
    height: auto;
    opacity: 1;
  }
}
.profile-final-cta {
  padding: 120px 210px;
  background: linear-gradient(180deg, #191919 0%, #717171 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.profile-final-content {
  width: 980px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.profile-final-copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.profile-final-copy h2 {
  color: #fff;
  font-size: 80px;
  line-height: 80px;
  letter-spacing: -2.4px;
}
.profile-final-copy p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
.profile-final-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.profile-final-secondary {
  color: #fff;
  border-color: #fff;
}

@media (min-width: 1200px) {
  .team-section .section-intro h2,
  .practice-section .practice-intro h2,
  .difference-section .difference-intro h2,
  .testimonial-content h2,
  .article-header h2 {
    font-size: 100px;
    line-height: 100px;
  }
  .team-section .section-intro h2,
  .practice-section .practice-intro h2,
  .difference-section .difference-intro h2,
  .article-header h2 {
    letter-spacing: -2px;
  }
  .testimonial-content h2 {
    letter-spacing: -4px;
  }
  .team-section .section-intro p,
  .practice-section .practice-intro p,
  .difference-section .difference-intro p,
  .testimonial-card p {
    font-size: 36px;
    line-height: 44px;
  }
  .team-section .section-intro p,
  .difference-section .difference-intro p {
    letter-spacing: -0.72px;
  }
  .practice-section .practice-intro p,
  .testimonial-card p {
    letter-spacing: 0;
  }
}

@media (min-width: 1601px) {
  .profile-hero-shell {
    width: 73.75vw;
    min-height: 37.5vw;
  }
  .profile-hero-media {
    width: 41.875vw;
    height: 37.5vw;
    flex-basis: 41.875vw;
    margin-right: -4.375vw;
  }
  .profile-hero-content {
    width: 36.25vw;
    min-height: 37.5vw;
    gap: 1.5vw;
  }
  .profile-hero-content h1 {
    font-size: 4.5vw;
    line-height: 5vw;
    letter-spacing: -0.09vw;
  }
  .profile-hero-content p,
  .profile-overview-text p,
  .profile-section-header p,
  .profile-faq-grid summary {
    font-size: 1.5vw;
    line-height: 2vw;
  }
  .profile-hero-call,
  .profile-final-primary {
    gap: 0.5vw;
  }
  .profile-hero-call img,
  .profile-final-primary img {
    width: 1vw;
    height: 1vw;
  }
  .profile-overview-section,
  .profile-section-block {
    padding: 6.25vw 0;
  }
  .profile-section-content {
    width: 73.75vw;
  }
  .profile-overview-text {
    width: 61.25vw;
  }
  .profile-section-content,
  .profile-faq-content {
    gap: 3vw;
  }
  .profile-section-header {
    width: 61.25vw;
    gap: 1.5vw;
  }
  .profile-section-header h2 {
    font-size: 4.5vw;
    line-height: 4.5vw;
    letter-spacing: -0.09vw;
  }
  .profile-focus-header h2 {
    font-size: 4vw;
    line-height: 4.5vw;
    letter-spacing: -0.08vw;
  }
  .profile-recognition-header h2 {
    font-size: 4vw;
    line-height: 4.5vw;
    letter-spacing: -0.08vw;
  }
  .profile-faq-header h2 {
    font-size: 4vw;
    line-height: 4.5vw;
    letter-spacing: -0.08vw;
  }
  .profile-approach-header h2 {
    font-size: 4vw;
    line-height: 4.5vw;
    letter-spacing: -0.08vw;
  }
  .profile-info-grid,
  .profile-card-grid,
  .profile-focus-grid,
  .profile-recognition-grid,
  .profile-approach-grid,
  .profile-faq-grid {
    gap: 1.25vw;
  }
  .profile-focus-row,
  .profile-recognition-row {
    gap: 1.25vw;
  }
  .profile-info-card {
    min-height: 10.625vw;
    padding: 1.5vw;
    gap: 0.75vw;
  }
  .profile-large-card {
    min-height: 23.625vw;
  }
  .profile-info-card h3,
  .profile-focus-card strong {
    font-size: 2vw;
    line-height: 2vw;
    letter-spacing: -0.04vw;
  }
  .profile-focus-card strong {
    font-size: 1.5vw;
    line-height: 2vw;
    letter-spacing: -0.03vw;
  }
  .profile-recognition-card h3 {
    font-size: 1.5vw;
    line-height: 2vw;
    letter-spacing: -0.03vw;
  }
  .profile-approach-card h3 {
    font-size: 2vw;
    line-height: 2.5vw;
  }
  .profile-info-card p,
  .profile-faq-answer p {
    font-size: 1.125vw;
    line-height: 1.625vw;
  }
  .profile-recognition-card p,
  .profile-recognition-card ul,
  .profile-recognition-copy,
  .profile-approach-card p,
  .profile-approach-copy {
    font-size: 1.125vw;
    line-height: 1.625vw;
  }
  .profile-focus-card {
    min-height: 11.25vw;
    padding: 1.25vw;
    grid-template-columns: 8.75vw 1fr 1vw;
    gap: 1.25vw;
  }
  .profile-recognition-card {
    min-height: 23.625vw;
    padding: 1.5vw;
  }
  .profile-approach-card {
    min-height: 23.625vw;
    padding: 1.5vw;
  }
  .profile-recognition-card-content {
    gap: 0.75vw;
  }
  .profile-approach-card-content {
    gap: 0.75vw;
  }
  .profile-recognition-card ul {
    padding-left: 1.6875vw;
  }
  .profile-recognition-card li {
    margin-bottom: 0.5vw;
  }
  .profile-recognition-copy {
    gap: 1.625vw;
  }
  .profile-approach-copy {
    gap: 1.625vw;
  }
  .profile-focus-card img {
    width: 8.75vw;
    height: 8.75vw;
    border-radius: 0;
  }
  .profile-focus-card span {
    width: 1vw;
    height: 1vw;
  }
  .profile-faq-content {
    width: 61.25vw;
  }
  .profile-faq-grid details {
    padding: 1.5vw;
  }
  .profile-faq-action {
    width: 1.5vw;
    height: 1.5vw;
    flex-basis: 1.5vw;
  }
  .profile-faq-icon {
    width: 1vw;
    height: 1vw;
  }
  .profile-faq-icon::before {
    width: 1vw;
    height: 0.125vw;
  }
  .profile-faq-icon::after {
    width: 0.125vw;
    height: 1vw;
  }
  .profile-final-cta {
    padding: 7.5vw 13.125vw;
  }
  .profile-final-content {
    width: 61.25vw;
    gap: 2vw;
  }
  .profile-final-copy {
    gap: 1.5vw;
  }
  .profile-final-copy h2 {
    font-size: 5vw;
    line-height: 5vw;
    letter-spacing: -0.15vw;
  }
  .profile-final-copy p {
    font-size: 1.125vw;
    line-height: 1.625vw;
  }
  .profile-final-actions {
    gap: 0.5vw;
  }
}

@media (max-width: 1199px) {
  .profile-hero-shell {
    min-height: 324px;
  }
  .profile-hero-media {
    width: 364px;
    height: 324px;
    flex-basis: 364px;
    margin-right: -24px;
  }
  .profile-hero-content {
    width: 340px;
    min-height: 324px;
    gap: 16px;
  }
  .profile-hero-content h1 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.96px;
  }
  .profile-hero-content p,
  .profile-overview-text p,
  .profile-section-header p {
    font-size: 20px;
    line-height: 28px;
  }
  .profile-overview-section,
  .profile-section-block {
    padding: 80px 0;
  }
  .profile-section-header h2 {
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -1.12px;
  }
  .profile-focus-card {
    min-height: 264px;
    display: flex;
    flex-direction: column;
  }
  .profile-focus-card span {
    margin-top: auto;
  }
  .profile-large-card {
    min-height: 320px;
  }
  .profile-faq-content {
    width: calc(100% - 44px);
  }
  .profile-final-cta {
    padding: 80px 22px;
  }
  .profile-final-copy h2 {
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -1.68px;
  }
}

@media (max-width: 575px) {
  .profile-attorney-hero {
    padding: 40px 24px 0;
  }
  .profile-hero-shell {
    width: 100%;
    min-height: 0;
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .profile-hero-media {
    order: 2;
    width: 100%;
    height: auto;
    flex: 0 1 auto;
    margin-right: 0;
  }
  .profile-hero-content {
    order: 1;
    width: 100%;
    min-height: 0;
    align-items: center;
    text-align: center;
    gap: 24px;
  }
  .profile-hero-content h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.64px;
  }
  .profile-hero-content p {
    font-size: 20px;
    line-height: 28px;
  }
  .profile-hero-call,
  .profile-final-actions .btn {
    width: 100%;
  }
  .profile-overview-section,
  .profile-section-block {
    padding: 60px 0;
  }
  .profile-section-content,
  .profile-faq-content {
    width: calc(100% - 48px);
    gap: 32px;
  }
  .profile-section-header {
    gap: 16px;
  }
  .profile-section-header h2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.8px;
  }
  .profile-overview-text {
    width: calc(100% - 48px);
  }
  .profile-info-grid,
  .profile-three-grid,
  .profile-two-grid {
    grid-template-columns: 1fr;
  }
  .profile-focus-row,
  .profile-recognition-row,
  .profile-approach-grid {
    grid-template-columns: 1fr;
  }
  .profile-info-card,
  .profile-large-card {
    min-height: auto;
  }
  .profile-info-card h3,
  .profile-focus-card strong,
  .profile-recognition-card h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.48px;
  }
  .profile-focus-card,
  .profile-recognition-card,
  .profile-approach-card {
    min-height: auto;
  }
  .profile-faq-grid details {
    padding: 20px;
  }
  .profile-faq-grid summary {
    font-size: 20px;
    line-height: 28px;
  }
  .profile-final-cta {
    padding: 60px 24px;
  }
  .profile-final-copy h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.96px;
  }
  .profile-final-actions {
    width: 100%;
    flex-direction: column;
  }
}

@media (max-width: 1199px) {
  .top-bar a, .nav-links { display: none; }
  .top-bar { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .nav-bar { min-height: 68px; }
  .nav-actions .btn-outline { display: none; }
  .mobile-drawer {
    position: fixed;
    z-index: 90;
    top: 106px;
    left: 0;
    right: 0;
    height: calc(100svh - 106px);
    min-height: 0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #313131;
    background-image:
      linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%),
      linear-gradient(90deg, #191919 0%, #191919 100%);
    backdrop-filter: blur(20px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  }
  .site-header.is-menu-open .mobile-drawer {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .hero-head, .team-grid, .practice-grid, .difference-grid, .footer-grid, .profile-hero .container, .info-grid, .focus-grid, .credentials-grid {
    grid-template-columns: 1fr;
  }
  .hero-media { aspect-ratio: 1350 / 593; }
  .hero-image { height: 118.24%; }
  .settlement-row-top, .settlement-row-bottom { grid-template-columns: repeat(2, 1fr); }
  .settlement-row-top strong:nth-child(2) { grid-column: span 1; }
  .settlements strong { border-right: 1px solid #303030; border-bottom: 1px solid #303030; }
  .article-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .article-card {
    gap: 24px;
    align-items: flex-start;
    flex-direction: column;
  }
  .article-copy {
    gap: 20px;
  }
  .article-image {
    width: 100%;
    max-width: 420px;
    height: auto;
    aspect-ratio: 260 / 180;
    flex-basis: auto;
  }
  .footer-main {
    flex-direction: column;
    gap: 40px;
  }
  .footer-brand {
    width: 100%;
    flex: 0 1 auto;
  }
  .footer-nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }
  .footer-column,
  .footer-practice-column {
    width: auto;
    flex: 0 1 auto;
  }
  .footer-practice-column {
    grid-column: 1 / -1;
  }
  .footer-legal-row {
    flex-direction: column;
    gap: 20px;
  }
  .footer-legal-nav {
    flex-wrap: wrap;
    gap: 18px 28px;
    white-space: normal;
  }
  .cta-copy h2 {
    font-size: 64px;
    line-height: 68px;
    letter-spacing: -1.8px;
  }
}

@media (min-width: 576px) and (max-width: 1199px) {
  .container,
  .container.wide,
  .team-section > .container,
  .practice-section > .container,
  .practice-section .practice-intro,
  .difference-section > .container,
  .difference-section .difference-intro,
  .testimonial-content,
  .article-content,
  .footer-shell {
    width: calc(100% - 44px);
  }

  .top-bar {
    padding: 9px 22px;
    gap: 15px;
    justify-content: center;
  }

  .nav-bar {
    height: 68px;
    min-height: 68px;
    padding: 12px 22px;
    gap: 22px;
  }

  .nav-logo {
    width: 148.682px;
    height: 44px;
    flex-basis: 148.682px;
  }
  .nav-logo-wordmark {
    left: 35.13px;
    top: 2.97px;
    width: 113.57px;
    height: 27.91px;
  }
  .nav-logo-submark {
    left: 43.16px;
    top: 38.69px;
    width: 96.42px;
    height: 5.31px;
  }
  .nav-logo-icon {
    width: 28.92px;
    height: 25.46px;
  }
  .nav-logo-rule {
    left: 34.55px;
    top: 33.16px;
    width: 113.71px;
    height: 0.99px;
  }
  .nav-actions {
    margin-left: auto;
    display: flex;
    gap: 8px;
  }
  .nav-actions .btn {
    height: 44px;
    min-height: 44px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .nav-actions .btn-outline {
    width: 164px;
    display: inline-flex;
  }
  .nav-actions .btn-gold {
    width: 102px;
  }
  .nav-menu-toggle {
    display: block;
    flex: 0 0 24px;
  }

  .hero {
    min-height: 1293px;
    padding: 40px 0 80px;
  }
  .hero-head {
    min-height: 328px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .hero h1 {
    width: 100%;
    max-width: none;
    font-size: 72px;
    line-height: 72px;
    letter-spacing: -1.44px;
  }
  .hero-copy {
    width: 100%;
    max-width: none;
  }
  .hero-copy h2 {
    margin-bottom: 16px;
  }
  .hero-copy p {
    max-width: none;
  }
  .hero-copy .actions {
    width: 100%;
  }
  .hero-media {
    margin-top: 40px;
  }
  .proof {
    width: calc(100% - 44px);
    padding-top: 40px;
  }
  .press {
    height: 67px;
    min-height: 67px;
    margin: 24px 0 40px;
  }
  .press-nytimes { width: 160.8px; height: 21.6px; }
  .press-fox { width: 53.6px; height: 53.6px; }
  .press-cnn { width: 83.2px; height: 38.4px; }
  .press-daily {
    flex-basis: 83.2px;
    width: 83.2px;
    height: 44px;
  }
  .press-daily img {
    width: 83.2px;
    height: 44px;
  }
  .press-usa { width: 97.6px; height: 40px; }
  .press-people { width: 96.8px; height: 40px; }
  .press-ledger { width: 140px; height: 24.853px; }
  .settlements {
    margin-top: 24px;
  }
  .settlement-row-top {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .settlement-row-bottom {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .settlements strong {
    height: 122px;
    min-height: 0;
    padding: 24px 0;
    grid-template-rows: 40px 24px;
    gap: 10px;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.8px;
  }
  .settlement-amount {
    height: 40px;
  }

  .section {
    padding: 80px 0;
  }
  .figma-team-section {
    min-height: 1573px;
  }
  .figma-practice-section {
    min-height: 2482px;
  }
  .figma-difference-section {
    min-height: 1782px;
  }
  .figma-testimonials-section {
    min-height: 702px;
  }
  .figma-articles-section {
    min-height: 916px;
  }
  .figma-final-cta {
    min-height: 585px;
  }

  .team-section .section-intro h2,
  .practice-section .practice-intro h2,
  .testimonial-content h2,
  .article-header h2 {
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -1.12px;
  }
  .difference-section .difference-intro h2 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.96px;
  }
  .team-section .section-intro p,
  .practice-section .practice-intro p,
  .difference-section .difference-intro p {
    margin-top: 16px;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.64px;
  }
  .practice-section .practice-intro p + p {
    margin-top: 0;
  }

  .team-grid,
  .practice-grid,
  .difference-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 64px 20px;
    margin-top: 40px;
  }
  .practice-grid,
  .difference-grid {
    gap: 20px;
  }
  .team-grid article {
    width: auto;
  }
  .team-grid img {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }
  .team-grid h3 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.64px;
    margin-bottom: 8px;
  }
  .team-grid article > p:not(.role) {
    margin-bottom: 16px;
  }

  .practice-card {
    min-height: 0;
    padding: 20px;
  }
  .practice-card:nth-child(n+4) {
    padding: 24px;
  }
  .practice-card strong {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.64px;
  }

  .difference-card {
    min-height: 0;
    padding: 24px;
    gap: 24px;
  }
  .difference-icon {
    width: 100px;
    height: 100px;
    flex-basis: 100px;
  }
  .difference-icon-recognized {
    grid-template-columns: repeat(3, 33.333px);
    grid-template-rows: repeat(3, 33.333px);
  }

  .testimonial-content {
    gap: 40px;
  }
  .testimonial-card {
    min-height: 446px;
    padding: 40px;
  }
  .testimonial-card p {
    font-size: 32px;
    line-height: 36px;
  }
  .testimonial-quotes {
    top: 40px;
    right: 40px;
    width: 120px;
    height: 110.493px;
  }

  .article-content {
    gap: 40px;
  }
  .article-header {
    flex-direction: row;
    align-items: flex-end;
  }
  .article-list {
    gap: 40px;
  }
  .article-card {
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
  }
  .article-copy {
    width: auto;
    gap: 0;
  }
  .article-card h3 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.64px;
  }
  .article-image {
    width: 230px;
    max-width: none;
    height: 160px;
    aspect-ratio: auto;
    flex: 0 0 230px;
  }

  .final-cta {
    gap: 48px;
    padding: 80px 22px 0;
  }
  .about-page .final-cta {
    gap: 0;
    padding: 80px 22px;
  }
  .cta-content {
    width: 100%;
    gap: 24px;
  }
  .cta-copy {
    gap: 16px;
  }
  .cta-copy h2 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.44px;
  }
  .cta-lawyers {
    width: 100%;
  }

  .site-footer {
    min-height: 632px;
    padding: 60px 0;
  }
  .footer-shell {
    gap: 32px;
  }
  .footer-main {
    position: relative;
    flex-direction: column;
    gap: 65px;
  }
  .footer-main::before {
    content: "";
    position: absolute;
    top: 114px;
    left: 0;
    right: 0;
    height: 1px;
    background: #303030;
  }
  .footer-brand {
    width: 100%;
    height: 82px;
    padding-bottom: 0;
    border-bottom: 0;
    flex: 0 0 auto;
    align-items: center;
    gap: 16px;
    text-align: center;
  }
  .footer-logo {
    width: 149.434px;
    height: 44px;
    flex-basis: 44px;
  }
  .footer-logo-wordmark {
    left: 35.303px;
    top: 2.979px;
    width: 114.13px;
    height: 28.057px;
  }
  .footer-logo-submark {
    left: 43.376px;
    top: 38.784px;
    width: 96.895px;
    height: 5.337px;
  }
  .footer-logo-icon {
    width: 29.067px;
    height: 25.594px;
  }
  .footer-logo-rule {
    left: 34.718px;
    top: 33.33px;
    width: 114.273px;
    height: 0.992px;
  }
  .footer-brand p {
    text-align: center;
  }
  .footer-nav {
    width: 100%;
    display: grid;
    grid-template-columns: 166px 166px 352px;
    gap: 20px;
  }
  .footer-column {
    width: 166px;
  }
  .footer-practice-column {
    position: relative;
    width: 352px;
    height: 202px;
    display: block;
    grid-column: auto;
  }
  .footer-practice-column h4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 166px;
  }
  .footer-practice-links {
    display: block;
  }
  .footer-practice-links .footer-links:first-child {
    position: absolute;
    top: 34px;
    left: 0;
    width: 166px;
  }
  .footer-practice-links .footer-links:nth-child(2) {
    position: absolute;
    top: 34px;
    left: 186px;
    width: 166px;
    margin-top: 0;
  }
  .footer-bottom {
    gap: 32px;
  }
  .footer-bottom-content {
    gap: 32px;
  }
  .footer-legal-row {
    flex-direction: row;
    gap: 74px;
    align-items: flex-start;
  }
  .footer-copyright {
    flex: 0 0 374px;
  }
  .footer-legal-nav {
    width: 276px;
    flex-wrap: nowrap;
    gap: 24px;
    white-space: nowrap;
  }
}

@media (min-width: 1200px) {
  .top-bar {
    height: 38px;
    min-height: 38px;
  }

  .nav-bar {
    height: 91.187px;
    min-height: 91.187px;
  }

  .figma-hero-section {
    min-height: 0;
  }

  .figma-team-section {
    min-height: 2090px;
  }

  .figma-practice-section {
    min-height: 2432px;
  }

  .figma-difference-section {
    min-height: 1586px;
  }

  .figma-testimonials-section {
    min-height: 946px;
  }

  .figma-articles-section {
    min-height: 1138px;
  }

  .figma-final-cta {
    min-height: 917px;
  }

  .site-footer {
    min-height: 515px;
  }

  .hero-head {
    min-height: 178px;
  }

  .hero h1 {
    max-width: none;
    font-size: 72px;
    line-height: 80px;
    letter-spacing: -1.44px;
  }

  .hero-copy {
    max-width: 580px;
  }

  .hero-image {
    height: 118.24%;
  }

  .press {
    min-height: 67px;
  }

  .team-grid article {
    width: 100%;
  }

  .team-grid img {
    width: 100%;
    height: auto;
  }

  .practice-card {
    min-height: 274px;
  }

  .testimonial-section .testimonial-content {
    padding-top: 0;
  }

}

@media (max-width: 575px) {
  body { overflow-x: hidden; }
  .container,
  .container.wide,
  .team-section > .container,
  .practice-section > .container,
  .practice-section .practice-intro,
  .difference-section > .container,
  .difference-section .difference-intro,
  .testimonial-content,
  .article-content,
  .footer-shell,
  .section-intro {
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
  }
  .section, .profile-section { padding: 60px 0; }
  .profile-hero {
    padding: 60px 0;
  }
  .profile-hero .container {
    gap: 32px;
  }
  .profile-hero .container > * {
    min-width: 0;
  }
  .profile-hero .actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .profile-hero .actions .btn {
    width: 100%;
  }

  .top-bar {
    height: 38px;
    min-height: 38px;
    padding: 9px 22px;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
  }
  .top-bar i {
    flex: 0 0 3px;
    margin-top: 0;
  }
  .nav-bar {
    height: 64px;
    min-height: 64px;
    padding: 12px 24px;
  }
  .mobile-drawer {
    top: 102px;
    height: calc(100svh - 102px);
  }
  .brand { font-size: 18px; }
  .nav-actions { display: none; }
  .nav-logo {
    width: 135.166px;
    height: 40px;
    flex-basis: 135.166px;
  }
  .nav-logo-wordmark {
    left: 31.93px;
    top: 2.7px;
    width: 103.24px;
    height: 25.37px;
  }
  .nav-logo-submark {
    left: 39.23px;
    top: 35.17px;
    width: 87.65px;
    height: 4.83px;
  }
  .nav-logo-icon {
    width: 26.29px;
    height: 23.15px;
  }
  .nav-logo-rule {
    left: 31.4px;
    top: 30.15px;
    width: 103.38px;
    height: 0.9px;
  }
  .nav-menu-toggle {
    display: block;
    flex: 0 0 24px;
  }

  .hero {
    min-height: 0;
    padding: 40px 0 60px;
  }
  .hero-head {
    width: calc(100% - 48px);
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .hero h1 {
    width: 100%;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.8px;
  }
  .hero-copy {
    width: 100%;
    max-width: none;
  }
  .hero-copy h2 {
    margin: 0;
    color: var(--gold);
    font-size: 24px;
    line-height: 32px;
  }
  .hero-copy p {
    max-width: none;
    margin: 12px 0 24px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
  }
  .hero-copy .actions {
    width: 100%;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
  }
  .hero-copy .actions .btn {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    min-height: 44px;
    padding: 9px 12px;
  }
  .call-label-full { display: none; }
  .call-label-short { display: inline; }
  .hero-media {
    width: calc(100% - 48px);
    margin-top: 40px;
  }
  .hero-media-actions {
    top: 10px;
    right: 10px;
  }
  .proof {
    width: calc(100% - 48px);
    padding-top: 40px;
  }
  .proof-label {
    gap: 12px;
  }
  .proof-label i {
    width: 72px;
  }
  .press {
    --press-gap: 40px;
    height: 67px;
    min-height: 67px;
    margin: 16px 0 40px;
  }
  .press:before,
  .press:after {
    width: 48px;
  }
  .press-nytimes { width: 128.64px; height: 17.28px; }
  .press-fox { width: 42.88px; height: 42.88px; }
  .press-cnn { width: 66.56px; height: 30.72px; }
  .press-daily {
    flex-basis: 66.56px;
    width: 66.56px;
    height: 35.2px;
  }
  .press-daily img {
    width: 66.56px;
    height: 35.2px;
  }
  .press-usa { width: 78.08px; height: 32px; }
  .press-people { width: 77.44px; height: 32px; }
  .press-ledger { width: 112px; height: 19.882px; }

  .settlements {
    width: 100%;
    height: 67px;
    margin: 16px 0 0;
    display: flex;
    gap: 40px;
    align-items: center;
    overflow: hidden;
  }
  .settlement-row,
  .settlement-row-top,
  .settlement-row-bottom {
    display: flex;
    grid-template-columns: none;
    gap: 40px;
    flex: 0 0 auto;
    height: 67px;
    align-items: center;
  }
  .settlements strong {
    min-height: 67px;
    height: 67px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0;
    gap: 8px;
    flex: 0 0 auto;
    color: var(--gold);
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
  }
  .settlement-row-top strong:nth-child(1) { width: 129px; }
  .settlement-row-top strong:nth-child(2) { width: 130px; }
  .settlement-row-top strong:nth-child(3) { width: 173px; }
  .settlement-row-bottom strong:nth-child(1) { width: 144px; }
  .settlement-row-bottom strong:nth-child(2) { width: 144px; }
  .settlement-row-bottom strong:nth-child(3) { width: 136px; }
  .settlement-row-bottom strong:nth-child(4) { width: 113px; }
  .settlements small {
    color: #fff;
    height: auto;
    font-size: 14px;
    line-height: 24px;
  }
  .settlement-amount {
    height: auto;
  }

  .team-section .section-intro,
  .practice-section .practice-intro,
  .difference-section .difference-intro {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .team-section .section-intro h2,
  .practice-section .practice-intro h2,
  .testimonial-content h2,
  .article-header h2,
  .difference-section .difference-intro h2 {
    max-width: none;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.64px;
  }
  .team-section .section-intro p,
  .practice-section .practice-intro p,
  .difference-section .difference-intro p {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
  }
  .practice-section .practice-intro p + p {
    margin-top: 0;
  }
  .team-grid,
  .practice-grid,
  .difference-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
  }
  .practice-grid,
  .difference-grid {
    gap: 20px;
  }
  .team-grid article {
    width: 100%;
  }
  .team-grid img {
    width: 100%;
    height: auto;
    aspect-ratio: 1160 / 750;
    margin-bottom: 16px;
  }
  .team-grid h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.48px;
    margin-bottom: 8px;
  }
  .role {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 26px;
  }
  .team-grid article > p:not(.role) {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 26px;
  }
  .team-grid .btn {
    width: calc((100% - 8px) / 2);
    min-height: 40px;
    margin: 0;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
  }
  .team-grid .btn + .btn {
    margin-left: 8px;
  }

  .practice-card {
    width: 100%;
    min-height: 0;
    padding: 20px;
    gap: 20px;
  }
  .practice-card:nth-child(n+4) {
    padding: 20px;
  }
  .practice-image {
    width: 100px;
    height: 100px;
    flex-basis: 100px;
  }
  .practice-link {
    width: 12px;
    height: 12px;
    flex-basis: 12px;
  }
  .practice-card strong,
  .difference-card h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
  }
  .practice-card > span:not(.practice-card-head):not(.practice-image),
  .difference-card p {
    font-size: 18px;
    line-height: 26px;
  }

  .difference-card {
    min-height: 0;
    padding: 20px;
    gap: 20px;
  }
  .difference-icon {
    width: 80px;
    height: 80px;
    flex-basis: 80px;
  }
  .difference-icon-recognized {
    grid-template-columns: repeat(3, 26.667px);
    grid-template-rows: repeat(3, 26.667px);
  }
  .difference-card div {
    gap: 8px;
  }
  .focus-grid img { width: 120px; height: 120px; }

  .testimonial-content {
    gap: 32px;
  }
  .testimonial-card {
    padding: 32px 20px;
    gap: 16px;
  }
  .testimonial-card p {
    font-size: 20px;
    line-height: 28px;
  }
  .testimonial-footer {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .testimonial-author {
    flex-wrap: wrap;
  }
  .testimonial-author strong,
  .testimonial-author span,
  .testimonial-rating span {
    font-size: 16px;
    line-height: 24px;
  }
  .testimonial-controls {
    width: 100%;
    justify-content: flex-end;
  }
  .testimonial-quotes {
    top: 60px;
    right: 16px;
    width: 80px;
    height: 73.662px;
  }

  .article-content {
    gap: 24px;
  }
  .article-header {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    gap: 0;
  }
  .article-header h2 {
    white-space: normal;
  }
  .article-blog-link span {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
  }
  .article-blog-link img {
    width: 12px;
    height: 12px;
  }
  .article-list {
    gap: 24px;
  }
  .article-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .article-copy,
  .article-copy > div {
    display: contents;
  }
  .article-card h3 {
    order: 1;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
  }
  .article-image {
    order: 2;
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 260 / 180;
    flex-basis: auto;
  }
  .article-copy > div p {
    order: 3;
    height: 78px;
    font-size: 18px;
    line-height: 26px;
  }
  .article-meta {
    order: 4;
    width: 100%;
    margin-top: -8px;
    white-space: normal;
    font-size: 14px;
    line-height: 20px;
  }
  .article-divider {
    margin: 0;
  }

  .final-cta {
    gap: 32px;
    padding: 60px 24px 0;
    overflow: hidden;
  }
  .about-page .final-cta {
    gap: 0;
    padding: 60px 24px;
    overflow: visible;
  }
  .cta-content {
    width: 100%;
    gap: 24px;
  }
  .cta-copy {
    gap: 16px;
  }
  .cta-copy h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.96px;
  }
  .cta-copy p {
    height: 78px;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
  }
  .about-page .final-cta .cta-copy p {
    height: auto;
    overflow: visible;
  }
  .cta-actions {
    width: 100%;
    flex-direction: row;
    gap: 8px;
  }
  .cta-actions .btn {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    min-height: 44px;
    padding: 9px 12px;
  }
  .cta-lawyers {
    width: 400px;
    max-width: none;
    aspect-ratio: 4096 / 1185;
  }

  .site-footer {
    padding: 60px 0;
  }
  .footer-shell {
    gap: 24px;
    align-items: center;
  }
  .footer-main {
    flex-direction: column;
    gap: 24px;
  }
  .footer-brand {
    width: 100%;
    align-items: center;
    gap: 12px;
    text-align: center;
  }
  .footer-logo {
    width: 135.849px;
    height: 40px;
    flex-basis: 40px;
  }
  .footer-logo-wordmark {
    left: 32.09px;
    top: 2.71px;
    width: 103.76px;
    height: 25.37px;
  }
  .footer-logo-submark {
    left: 39.44px;
    top: 35.17px;
    width: 87.95px;
    height: 4.83px;
  }
  .footer-logo-icon {
    width: 26.42px;
    height: 23.15px;
  }
  .footer-logo-rule {
    left: 31.55px;
    top: 29.58px;
    width: 103.91px;
    height: 0.9px;
  }
  .footer-nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .footer-column {
    width: auto;
    flex-basis: auto;
  }
  .footer-practice-column {
    width: auto;
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 20px;
  }
  .footer-practice-links {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .footer-column h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .footer-links a {
    font-size: 14px;
    line-height: 28px;
  }
  .footer-bottom {
    gap: 24px;
  }
  .footer-legal-nav {
    flex-direction: row;
    align-items: center;
    gap: 24px;
    white-space: nowrap;
  }
}

@media (min-width: 1601px) {
  .top-bar {
    height: 2.375vw;
    min-height: 2.375vw;
    padding: 0.5625vw 13.4375vw;
    gap: 1.875vw;
    font-size: 0.875vw;
    line-height: 1.25vw;
  }
  .top-bar i {
    width: 0.1875vw;
    height: 0.1875vw;
  }
  .nav-bar {
    height: 5.6991875vw;
    min-height: 5.6991875vw;
    padding: 1vw 13.4375vw;
  }
  .nav-logo {
    width: 12.5vw;
    height: 3.6991875vw;
    flex-basis: 12.5vw;
  }
  .nav-logo-wordmark {
    left: 2.953125vw;
    top: 0.25vw;
    width: 9.547125vw;
    height: 2.34625vw;
  }
  .nav-logo-submark {
    left: 3.62875vw;
    top: 3.2525vw;
    width: 8.1055625vw;
    height: 0.4465625vw;
  }
  .nav-logo-icon {
    width: 2.431375vw;
    height: 2.1408125vw;
  }
  .nav-logo-rule {
    left: 2.904375vw;
    top: 2.788125vw;
    width: 9.5590625vw;
    height: 0.083vw;
  }
  .nav-links {
    gap: 2.5vw;
    font-size: 1vw;
    line-height: 1.5vw;
  }
  .nav-actions {
    gap: 0.5vw;
  }
  .nav-actions .btn {
    min-height: 2.875vw;
    padding: 0.625vw 1.125vw;
    border-radius: 0.375vw;
    font-size: 1vw;
    line-height: 1.5vw;
  }
  .about-hero {
    padding-top: 3.0625vw;
  }
  .about-hero-content {
    width: 73.75vw;
    gap: 4vw;
  }
  .about-hero-heading {
    width: 61.25vw;
  }
  .about-hero-heading p {
    font-size: 1.5vw;
    line-height: 2vw;
  }
  .about-hero-heading h1 {
    font-size: 4.5vw;
    line-height: 5vw;
    letter-spacing: -0.09vw;
  }
  .about-team {
    padding: 6.25vw 0;
  }
  .about-team-content {
    width: 73.75vw;
    gap: 3vw;
  }
  .about-team-header {
    width: 61.25vw;
    gap: 1.5vw;
  }
  .about-team-header h2 {
    font-size: 4vw;
    line-height: 4.5vw;
    letter-spacing: -0.08vw;
  }
  .about-team-header p {
    font-size: 1.5vw;
    line-height: 2vw;
  }
  .about-team-grid {
    gap: 3vw;
  }
  .about-team-row {
    gap: 1.25vw;
  }
  .about-team-card {
    gap: 1.875vw;
  }
  .about-team-grid h3 {
    font-size: 2.5vw;
    line-height: 3vw;
    letter-spacing: -0.05vw;
  }
  .about-team-grid .role,
  .team-bio {
    font-size: 1.125vw;
    line-height: 1.625vw;
  }
  .team-bio ul {
    padding-left: 1.6875vw;
  }
  .about-card-actions {
    gap: 0.5vw;
  }
  .about-card-actions .btn {
    min-height: 2.625vw;
    padding: 0.5vw 1vw;
    border-radius: 0.375vw;
    font-size: 1vw;
    line-height: 1.5vw;
  }
  .about-page .final-cta {
    gap: 0;
    padding: 7.5vw 13.125vw;
  }
  .about-page .final-cta .cta-content {
    width: 61.25vw;
    gap: 2vw;
  }
  .about-page .final-cta .cta-copy {
    gap: 1.5vw;
  }
  .about-page .final-cta .cta-copy h2 {
    font-size: 5vw;
    line-height: 5vw;
    letter-spacing: -0.15vw;
  }
  .about-page .final-cta .cta-copy p {
    font-size: 1.125vw;
    line-height: 1.625vw;
  }
  .about-page .final-cta .cta-actions {
    gap: 0.5vw;
  }
  .about-page .final-cta .cta-actions .btn {
    min-height: 2.875vw;
    padding: 0.625vw 1.125vw;
    border-radius: 0.375vw;
    font-size: 1vw;
    line-height: 1.5vw;
  }
  .about-page .final-cta .cta-primary img {
    width: 1vw;
    height: 1vw;
  }
}

@media (max-width: 360px) {
  .hero h1 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.64px;
  }
  .difference-section .difference-intro h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.48px;
  }
}

@media (max-width: 1199px) {
  .about-hero {
    padding-top: 48px;
  }
  .about-hero-content,
  .about-team-content {
    width: calc(100% - 48px);
  }
  .about-hero-heading h1 {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -1.12px;
  }
  .about-overview-content {
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
  }
  .about-team-header h2 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.96px;
  }
  .about-team-grid {
    display: flex;
    flex-direction: column;
  }
  .about-team-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .about-hero {
    padding: 40px 0 0;
    background: linear-gradient(180deg, #2f2f2f 0%, #4c4c4c 18%, #7b7b7b 40%, #bababa 68%, #f4f4f4 100%);
  }
  .about-hero-content {
    gap: 40px;
  }
  .about-hero-heading {
    width: 100%;
  }
  .about-hero-heading p {
    font-size: 20px;
    line-height: 28px;
  }
  .about-hero-heading h1 {
    margin-top: 0;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.8px;
  }
  .about-hero-heading h1 span {
    white-space: normal;
  }
  .about-overview,
  .about-team {
    padding: 60px 0;
  }
  .about-overview-copy {
    gap: 24px;
  }
  .about-overview-copy p,
  .about-team-header p {
    font-size: 20px;
    line-height: 28px;
  }
  .about-overview-actions {
    width: 100%;
    flex-direction: row;
    gap: 8px;
  }
  .about-overview-actions .btn {
    flex: 1 1 0;
    min-width: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .about-team-content {
    gap: 32px;
  }
  .about-team-header {
    gap: 12px;
  }
  .about-team-header h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.64px;
  }
  .about-team-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .about-team-row {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .about-team-card {
    gap: 16px;
  }
  .about-team-media {
    aspect-ratio: 1160 / 750;
  }
  .about-team-grid h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.48px;
  }
  .team-bio {
    font-size: 18px;
    line-height: 26px;
  }
  .about-card-actions {
    width: 100%;
  }
  .about-card-actions .btn {
    flex: 1 1 0;
    width: auto;
  }
}

@media (max-width: 1199px) {
  .practice-areas-hero {
    min-height: 0;
    padding: 64px 0;
  }
  .practice-areas-hero-content {
    width: calc(100% - 48px);
  }
  .practice-areas-hero h1 {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -1.12px;
  }
  .practice-areas-proof {
    grid-template-columns: repeat(2, minmax(0, 349px));
  }
  .practice-areas-proof-item {
    padding: 20px;
  }
  .practice-areas-proof-item span:last-child {
    font-size: 22px;
    line-height: 30px;
  }
  .practice-category {
    padding: 80px 0;
  }
  .practice-category-content {
    width: calc(100% - 48px);
    gap: 40px;
  }
  .practice-category-header h2 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.96px;
  }
  .practice-category-header p {
    font-size: 22px;
    line-height: 30px;
  }
  .practice-category-image {
    height: 320px;
  }
  .practice-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .practice-link-card {
    min-height: 76px;
    padding: 20px;
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 575px) {
  .practice-areas-hero {
    padding: 56px 0;
  }
  .practice-areas-hero-content {
    width: calc(100% - 48px);
    gap: 28px;
  }
  .practice-areas-hero-header {
    gap: 16px;
  }
  .practice-areas-hero h1 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.8px;
  }
  .practice-areas-hero p {
    font-size: 16px;
    line-height: 24px;
  }
  .practice-areas-proof {
    grid-template-columns: 1fr;
  }
  .practice-areas-proof-item {
    min-height: 70px;
  }
  .practice-areas-proof-item span:last-child {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
  }
  .practice-category {
    padding: 60px 0;
  }
  .practice-category-content {
    width: calc(100% - 48px);
    gap: 32px;
  }
  .practice-category-header {
    gap: 16px;
  }
  .practice-category-header h2 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.8px;
  }
  .practice-category-header p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
  }
  .practice-category-image {
    height: 220px;
  }
  .practice-link-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .practice-link-card {
    min-height: 68px;
    padding: 18px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
  }
}
