:root {
  --burgundy: #5b0013;
  --burgundy-soft: #7a1830;
  --gold: #c8a46b;
  --offwhite: #f6f3ee;
  --graphite: #1f1f21;
  --gray: #d8d1c7;
  --muted: #756f68;
  --white: #ffffff;
  --max: 1280px;
  --page-padding: clamp(1.25rem, 5vw, 5rem);
  --content-padding: max(var(--page-padding), calc((100vw - var(--max)) / 2));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(200, 164, 107, 0.92);
  outline-offset: 4px;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border-radius: 0;
}

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

.skip-link:focus {
  z-index: 100;
  width: auto;
  height: auto;
  top: 1rem;
  left: 1rem;
  clip: auto;
  padding: 0.75rem 1rem;
  background: var(--white);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.25rem var(--content-padding);
  background:
    linear-gradient(180deg, rgba(18, 18, 19, 0.96), rgba(18, 18, 19, 0.82));
  border-bottom: 1px solid rgba(216, 209, 199, 0.12);
  backdrop-filter: blur(18px);
  color: var(--white);
  transition: background 0.3s ease, border-color 0.3s ease, padding 0.3s ease;
}

.site-header.scrolled {
  padding-block: 0.85rem;
  background:
    linear-gradient(180deg, rgba(18, 18, 19, 0.98), rgba(18, 18, 19, 0.9));
  border-bottom: 1px solid rgba(216, 209, 199, 0.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: max-content;
}

.brand-logo {
  display: block;
  width: clamp(20rem, 34vw, 30rem);
  height: 6.6rem;
  object-fit: contain;
  object-position: center;
  border: 0;
  background: transparent;
}

.brand-mark {
  width: 3.2rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(200, 164, 107, 0.54);
  color: var(--gold);
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 700;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1rem;
  line-height: 1.1;
}

.brand small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.site-menu {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.45vw, 1.55rem);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  font-weight: 700;
}

.site-menu a {
  position: relative;
  transition: color 0.2s ease;
}

.site-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.45rem;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.site-menu a:hover,
.site-menu a:focus-visible {
  color: var(--white);
}

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

.nav-cta {
  border: 1px solid rgba(200, 164, 107, 0.5);
  padding: 0.72rem 1rem;
  color: var(--white);
}

.nav-cta::after {
  display: none;
}

.menu-toggle {
  display: none;
  width: 3rem;
  aspect-ratio: 1;
  border: 1px solid rgba(200, 164, 107, 0.44);
  background: transparent;
  color: var(--white);
  place-items: center;
  gap: 0.22rem;
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  width: 1.25rem;
  height: 2px;
  background: currentColor;
}

.hero {
  min-height: clamp(36rem, 60vw, 48rem);
  position: relative;
  display: grid;
  align-content: start;
  grid-template-rows: auto auto 1fr auto;
  row-gap: clamp(0.85rem, 1.5vw, 1.25rem);
  padding: clamp(13rem, 16vw, 15rem) var(--content-padding) clamp(2rem, 3.2vw, 2.8rem);
  color: var(--white);
  overflow: hidden;
}

.hero-slides,
.hero-slide,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-slides {
  overflow: hidden;
}

.hero-slide {
  background-position: right center;
  background-size: cover;
  opacity: 0;
  filter: saturate(0.9) contrast(1.08) brightness(0.9);
  transform: scale(1.06);
  animation: heroSlide 18s infinite;
  will-change: opacity, transform;
}

.hero-slide-facade {
  background-image: url("assets/hero-fachada-greve-pejon-1920.jpg");
  background-position: 72% center;
}

.hero-slide-reception {
  background-image: url("assets/hero-recepcao-greve-pejon-1920.jpg");
  background-position: 76% center;
  animation-delay: 6s;
}

.hero-slide-auditorium {
  background-image: url("assets/hero-auditorio-greve-pejon-1920.jpg");
  background-position: 78% center;
  animation-delay: 12s;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(24, 18, 20, 0.98) 0%, rgba(91, 0, 19, 0.86) 27%, rgba(91, 0, 19, 0.48) 52%, rgba(31, 31, 33, 0.1) 82%),
    linear-gradient(180deg, rgba(31, 31, 33, 0.08), rgba(31, 31, 33, 0.5));
}

.hero-copy-stack {
  position: relative;
  z-index: 2;
  width: min(100%, var(--max));
  margin-inline: auto;
  min-height: clamp(13rem, 20vw, 16rem);
}

.hero-content {
  width: min(100%, var(--max));
}

.hero-copy {
  position: absolute;
  inset: 0 auto auto 0;
  opacity: 0;
  animation: heroCopy 18s infinite;
  pointer-events: none;
}

.hero-copy:nth-child(2) {
  animation-delay: 6s;
}

.hero-copy:nth-child(3) {
  animation-delay: 12s;
}

.eyebrow,
.section-kicker {
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  font-family: "Libre Baskerville", Georgia, serif;
  line-height: 1.16;
  margin: 0;
  text-align: left;
  text-wrap: balance;
}

h1 {
  max-width: 40rem;
  font-size: clamp(2.1rem, 3.25vw, 3rem);
}

.hero-copy h1,
.hero-copy h2 {
  max-width: 34rem;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.hero-content p:not(.eyebrow) {
  max-width: 34rem;
  margin: 1.1rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.98rem, 1.25vw, 1.08rem);
}

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

.button {
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 0.85rem 1.25rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

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

.button.primary {
  background: var(--gold);
  color: var(--graphite);
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--white);
}

.whatsapp-button {
  border-color: rgba(200, 164, 107, 0.58);
}

.hero-progress {
  position: absolute;
  left: var(--content-padding);
  right: var(--content-padding);
  bottom: clamp(7rem, 12vw, 8.75rem);
  z-index: 2;
  width: min(100%, var(--max));
  margin-inline: auto;
  display: flex;
  gap: 0.45rem;
}

.hero-progress span {
  width: 2.4rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.28);
  overflow: hidden;
}

.hero-progress span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  animation: heroProgress 18s infinite;
}

.hero-progress span:nth-child(2)::after {
  animation-delay: 6s;
}

.hero-progress span:nth-child(3)::after {
  animation-delay: 12s;
}

.hero-index {
  position: absolute;
  left: var(--content-padding);
  right: var(--content-padding);
  bottom: clamp(1.6rem, 3vw, 2.5rem);
  z-index: 2;
  width: min(100%, var(--max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(216, 209, 199, 0.28);
}

.hero-index span {
  padding: 0.85rem 1.2rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
}

.hero-index strong {
  display: block;
  color: var(--white);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 2rem;
}

.section {
  padding: clamp(2.4rem, 5vw, 4rem) var(--content-padding);
}

.section > * {
  width: min(100%, var(--max));
  margin-inline: auto;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.55fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
  background: var(--offwhite);
}

.intro > * {
  width: auto;
}

.intro-copy {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.intro-copy .section-kicker {
  margin-bottom: 0.15rem;
}

.intro-copy h2,
.section-heading h2,
.culture h2,
.contact h2 {
  max-width: 32rem;
  font-size: clamp(1.55rem, 2.2vw, 2.05rem);
}

.intro-copy p,
.section-heading p,
.culture p,
.contact p {
  max-width: 44rem;
  color: var(--muted);
  font-size: 1.08rem;
  text-align: justify;
}

.intro-copy p {
  max-width: none;
  margin: 0;
  text-align: left;
}

.intro-panel {
  align-self: start;
  border-left: 2px solid var(--gold);
  padding-left: 1.5rem;
  color: var(--burgundy);
  font-weight: 700;
}

.intro-panel p {
  margin: 0;
  text-align: left;
}

.intro-gallery {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-areas:
    "wide wide tallA tallB"
    "smallA smallB tallA tallB";
  grid-auto-rows: clamp(8rem, 11vw, 10rem);
  gap: 0.8rem;
}

.intro-gallery-item {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(200, 164, 107, 0.2);
  background: #d9d0c5;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.intro-gallery-item:hover,
.intro-gallery-item:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(200, 164, 107, 0.42);
  box-shadow: 0 1rem 2rem rgba(31, 31, 33, 0.12);
}

.intro-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-gallery-item--wide {
  grid-area: wide;
}

.intro-gallery-item--tall-a {
  grid-area: tallA;
}

.intro-gallery-item--tall-b {
  grid-area: tallB;
}

.intro-gallery-item--small-a {
  grid-area: smallA;
}

.intro-gallery-item--small-b {
  grid-area: smallB;
}

.intro-video {
  grid-column: 1 / 2;
  width: 100%;
  margin-top: clamp(0.25rem, 1vw, 0.8rem);
}

.intro-video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--graphite);
  border: 1px solid rgba(200, 164, 107, 0.28);
}

.intro-video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.intro-video-link {
  display: inline-flex;
  margin-top: 0.8rem;
  color: var(--burgundy);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.intro-video-link:hover,
.intro-video-link:focus-visible {
  color: var(--gold);
}

.differentiators,
.institutional-deep,
.careers {
  background: var(--offwhite);
}

.differentiator-grid,
.institutional-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  background: rgba(216, 209, 199, 0.55);
}

.differentiator-grid article,
.institutional-grid article {
  grid-column: span 2;
  min-height: 16rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: var(--white);
}

.differentiator-grid article:nth-child(4),
.differentiator-grid article:nth-child(5) {
  grid-column: span 3;
}

.differentiator-grid article {
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.differentiator-grid article:nth-child(1) {
  background: var(--burgundy);
  color: var(--white);
}

.differentiator-grid article:hover,
.differentiator-grid article:focus-within {
  background: var(--burgundy);
  color: var(--white);
  transform: translateY(-4px);
}

.differentiator-grid span {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.12em;
}

.differentiator-grid h3,
.institutional-grid h3 {
  margin-top: 1rem;
  font-size: 1.35rem;
}

.differentiator-grid p,
.institutional-grid p {
  color: var(--muted);
}

.differentiator-grid article:nth-child(1) p,
.differentiator-grid article:hover p,
.differentiator-grid article:focus-within p {
  color: rgba(255, 255, 255, 0.72);
}

.institutional-grid .values-card {
  grid-column: 1 / -1;
}

.institutional-grid > article:nth-child(1),
.institutional-grid > article:nth-child(2) {
  grid-column: span 3;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.2rem;
  align-items: stretch;
}

.values-grid article {
  grid-column: auto;
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1rem 1rem 0.95rem;
  border: 1px solid var(--gray);
  background: var(--offwhite);
}

.values-grid h4 {
  margin: 0 0 0.55rem;
  color: var(--burgundy);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1rem;
  line-height: 1.2;
}

.values-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
  text-align: left;
}

.practices {
  background: #ede7dd;
  color: var(--graphite);
}

.section-heading {
  margin-bottom: 1.6rem;
}

.section-heading h2 {
  color: inherit;
}

.practice-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  background: rgba(91, 0, 19, 0.18);
}

.practice-list article,
.practice-card {
  grid-column: span 3;
  min-height: 16.5rem;
  padding: clamp(1.2rem, 2.6vw, 1.8rem);
  border: 0;
  background: var(--offwhite);
  color: var(--graphite);
  cursor: pointer;
  text-align: left;
  position: relative;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.practice-list article:hover,
.practice-card:hover,
.practice-card:focus-visible {
  background: var(--burgundy);
  color: var(--white);
  transform: translateY(-3px);
}

.practice-list span,
.insight-grid article p {
  color: var(--burgundy);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.practice-card::after {
  content: "Conheça a área";
  position: absolute;
  left: clamp(1.2rem, 2.6vw, 1.8rem);
  bottom: 1.25rem;
  color: var(--burgundy);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.practice-card:hover::after,
.practice-card:focus-visible::after {
  color: var(--gold);
}

.practice-card:hover span,
.practice-card:focus-visible span {
  color: var(--gold);
}

.practice-list h3,
.insight-grid h3,
.attorney-grid h3 {
  margin-top: 1.2rem;
  font-size: 1.45rem;
}

.practice-list p,
.insight-grid span,
.attorney-grid p,
.attorney-grid span {
  color: var(--muted);
}

.practice-card:hover p,
.practice-card:focus-visible p {
  color: rgba(255, 255, 255, 0.76);
}

.sectors {
  background: #ede7dd;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.sector-card {
  min-height: 12.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.25rem;
  background: var(--offwhite);
  border: 1px solid var(--gray);
  color: var(--burgundy);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.25rem;
  text-align: left;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.sector-card svg {
  width: 2.8rem;
  height: 2.8rem;
  align-self: flex-start;
  color: var(--gold);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: color 0.2s ease, transform 0.2s ease;
}

.sector-card span {
  align-self: flex-start;
}

.sector-card p {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.95rem;
  line-height: 1.55;
  text-align: left;
}

.sector-card:hover,
.sector-card:focus-visible {
  background: var(--burgundy);
  color: var(--white);
  transform: translateY(-3px);
}

.sector-card:hover p,
.sector-card:focus-visible p {
  color: rgba(255, 255, 255, 0.8);
}

.sector-card:hover svg,
.sector-card:focus-visible svg {
  color: var(--gold);
  transform: translateY(-2px);
}

.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.text-link {
  color: var(--burgundy);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 0.35rem;
}

.insight-grid,
.blog-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr;
  gap: 1px;
  background: var(--gray);
}

.insight-tags {
  margin-bottom: 1.5rem;
}

.insight-grid article {
  min-height: 19rem;
  padding: 1.5rem;
  background: var(--offwhite);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.insight-grid .featured-insight {
  background: var(--burgundy);
  color: var(--white);
}

.blog-grid {
  width: min(100%, var(--max));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  background: transparent;
}

.blog-card {
  display: grid;
  align-content: start;
  gap: 0.7rem;
  min-height: 13.5rem;
  border: 1px solid var(--gray);
  background: var(--offwhite);
  color: var(--graphite);
  padding: 1.1rem;
  text-align: left;
  cursor: pointer;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.blog-card:hover,
.blog-card:focus-visible {
  border-color: var(--gold);
  box-shadow: 0 0.7rem 1.6rem rgba(31, 31, 33, 0.1);
  transform: translateY(-2px);
}

.blog-card span {
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blog-card h3 {
  margin: 0;
  color: var(--burgundy);
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  line-height: 1.18;
}

.blog-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.faq {
  background: var(--offwhite);
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list details {
  border: 1px solid var(--gray);
  background: var(--white);
  padding: 1rem 1.1rem;
}

.faq-list summary {
  cursor: pointer;
  color: var(--burgundy);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--gold);
  font-size: 1.35rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  margin: 0.85rem 0 0;
  color: var(--muted);
  text-align: left;
}

.attorneys {
  background: var(--graphite);
  color: var(--white);
}

.attorneys-shell {
  width: min(100%, var(--max));
  margin-inline: auto;
}

.attorneys .section-heading,
.attorneys .attorney-grid {
  width: 100%;
  margin-inline: 0;
}

.attorney-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  background: transparent;
  width: 100%;
  justify-items: stretch;
  align-items: stretch;
}

.attorney-card {
  min-height: 0;
  display: grid;
  align-content: start;
  gap: 0.5rem;
  padding: 0;
  background: transparent;
  border: 0;
  color: var(--white);
  text-align: left;
  width: 100%;
  min-width: 0;
  justify-self: stretch;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.attorney-card:hover,
.attorney-card:focus-visible {
  box-shadow: none;
  transform: none;
}

.portrait {
  width: 100%;
  height: auto;
  aspect-ratio: 607 / 790;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #1f1f21;
  color: var(--gold);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  font-weight: 700;
}

.portrait-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 607 / 790;
  object-fit: cover;
  object-position: center top;
  background: transparent;
}

.attorney-card--profile {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 0.52rem;
  height: 100%;
  min-height: 100%;
}

.attorney-photo-card,
.attorney-meta-card {
  background: #2a2a2d;
  border: 1px solid rgba(216, 209, 199, 0.18);
  width: 100%;
}

.attorney-photo-card {
  display: grid;
  min-height: 0;
  padding: 1rem;
  width: 100%;
}

.attorney-photo-card .portrait {
  width: 100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
  display: block;
}

.attorney-photo-card .portrait-photo {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center top;
}

.attorney-meta-card {
  padding: 0.85rem 1rem 0.95rem;
}

.attorney-card--profile h3 {
  margin: 0;
  padding-top: 0;
}

.attorney-card--profile p {
  margin: 0;
}

.attorney-initials {
  border: 1px solid rgba(200, 164, 107, 0.32);
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
}

.attorney-card h3 {
  margin-top: 0;
  font-size: clamp(1.12rem, 1.55vw, 1.42rem);
  line-height: 1.1;
}

.attorney-card p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
}

.attorney-card--team {
  height: 100%;
  gap: 0.8rem;
  padding: 0.85rem;
  background: #2a2a2d;
  border: 1px solid rgba(216, 209, 199, 0.18);
}

.attorney-team-portrait {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  background: rgba(246, 243, 238, 0.04);
  border: 1px solid rgba(200, 164, 107, 0.18);
  backdrop-filter: blur(2px);
  overflow: hidden;
}

.attorney-team-portrait::before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.42;
}

.attorney-team-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(39, 39, 42, 0.18);
}

.attorney-team-portrait span {
  position: relative;
  z-index: 1;
}

.attorney-card--civel .attorney-team-portrait::before {
  background-image: url("assets/attorney-team-civel-photo-cinematic-v3.png");
  background-position: center;
  opacity: 0.23;
}

.attorney-card--civel .attorney-team-portrait::after {
  background: rgba(91, 0, 19, 0.52);
}

.attorney-card--tributaria .attorney-team-portrait::before {
  background-image: url("assets/attorney-team-tributaria-photo-cinematic-v2.png");
  background-position: center;
  opacity: 0.23;
}

.attorney-card--tributaria .attorney-team-portrait::after {
  background: rgba(91, 0, 19, 0.5);
}

.attorney-card--contratual .attorney-team-portrait::before {
  background-image: url("assets/attorney-team-contratual-photo-cinematic-v2.png");
  background-position: center;
  opacity: 0.22;
}

.attorney-card--contratual .attorney-team-portrait::after {
  background: rgba(91, 0, 19, 0.5);
}

.attorney-card--trabalhista .attorney-team-portrait::before {
  background-image: url("assets/attorney-team-trabalhista-photo-cinematic-v2.png");
  background-position: center;
  opacity: 0.22;
}

.attorney-card--trabalhista .attorney-team-portrait::after {
  background: rgba(91, 0, 19, 0.54);
}

.attorney-team-portrait span {
  color: var(--gold);
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
}

.attorney-team-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1rem;
  margin: 0.2rem 0 0;
  padding: 0;
  list-style: none;
}

.attorney-team-list li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}

.culture {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: 1px;
  background: var(--gray);
  padding: 0;
  margin-inline: var(--content-padding);
}

.culture > * {
  width: auto;
  margin: 0;
}

.culture-card,
.culture-metrics {
  padding: clamp(2rem, 4.5vw, 3.5rem) var(--page-padding);
  background: var(--offwhite);
}

.culture-metrics {
  display: grid;
  align-content: center;
  gap: 1rem;
  background: var(--burgundy);
  color: var(--white);
}

.careers .section-heading {
  display: grid;
  justify-items: start;
  gap: 1.25rem;
}

.final-cta {
  padding: clamp(2.6rem, 5vw, 4.5rem) var(--content-padding);
  background:
    linear-gradient(135deg, rgba(91, 0, 19, 0.95), rgba(31, 31, 33, 0.94)),
    repeating-linear-gradient(45deg, rgba(200, 164, 107, 0.14) 0 1px, transparent 1px 1rem);
  color: var(--white);
}

.final-cta > div {
  width: min(100%, var(--max));
  margin-inline: auto;
}

.final-cta h2 {
  max-width: 42rem;
  margin-bottom: 2rem;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.culture-metrics span {
  border-bottom: 1px solid rgba(216, 209, 199, 0.24);
  padding-bottom: 1rem;
  color: rgba(255, 255, 255, 0.76);
}

.culture-metrics strong {
  margin-right: 1rem;
  color: var(--gold);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 0.85fr);
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(2.6rem, 5vw, 4.5rem) var(--content-padding);
  background: var(--offwhite);
}

.contact > * {
  width: auto;
  margin: 0;
}

.contact-form,
.career-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  background: var(--white);
  border: 1px solid var(--gray);
}

.career-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.25rem;
  padding: 0;
  background: transparent;
  border: 0;
}

.contact-details {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.5rem;
  border-left: 2px solid var(--gold);
  padding-left: 1rem;
  color: var(--burgundy);
  font-weight: 800;
}

.contact-details span,
.contact-details a {
  color: var(--burgundy);
}

.contact-item {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.contact-icon,
.footer-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  color: var(--gold);
}

.contact-icon svg,
.footer-icon svg,
.footer-social svg {
  width: 100%;
  height: 100%;
  display: block;
}

.response-note {
  color: var(--burgundy) !important;
  font-weight: 800;
}

.contact-form label,
.career-form label {
  display: grid;
  gap: 0.4rem;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.career-form input,
.career-form select,
.career-form textarea {
  width: 100%;
  border: 1px solid var(--gray);
  background: var(--offwhite);
  color: var(--graphite);
  padding: 0.85rem 0.9rem;
}

.contact-form textarea,
.career-form textarea {
  resize: vertical;
}

.career-form-wide,
.career-form .button,
.career-status {
  grid-column: 1 / -1;
}

.form-status,
.career-status {
  min-height: 1.4rem;
  margin: -0.35rem 0 0;
  color: var(--burgundy) !important;
  font-size: 0.86rem !important;
  font-weight: 800;
}

.privacy-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.privacy-link,
.footer-privacy {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-weight: 800;
  padding: 0;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 0.25rem;
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 70;
  transition: opacity 0.2s ease;
}

body.menu-open .cookie-banner {
  opacity: 0;
  pointer-events: none;
}

.cookie-banner__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1rem 1.25rem;
  background:
    linear-gradient(135deg, rgba(91, 0, 19, 0.97), rgba(31, 31, 33, 0.96));
  border: 1px solid rgba(200, 164, 107, 0.36);
  box-shadow: 0 1.2rem 2.6rem rgba(0, 0, 0, 0.28);
  color: var(--white);
}

.cookie-banner__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.5;
}

.cookie-link {
  border: 0;
  background: transparent;
  color: var(--gold);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 0;
  text-decoration: underline;
  text-decoration-color: rgba(200, 164, 107, 0.5);
  text-underline-offset: 0.18rem;
}

.cookie-banner__actions {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}

.cookie-button {
  min-width: 8.5rem;
}

.cookie-banner .button.secondary {
  background: transparent;
  border-color: rgba(200, 164, 107, 0.75);
  color: var(--offwhite);
}

.cookie-banner .button.primary {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--graphite);
}

.privacy-modal-card,
.terms-modal-card {
  width: min(100%, 34rem);
  max-height: min(76vh, 42rem);
  overflow-y: auto;
  padding: clamp(1.2rem, 3vw, 1.75rem);
  scrollbar-width: thin;
  scrollbar-color: rgba(200, 164, 107, 0.9) rgba(216, 209, 199, 0.45);
}

.privacy-modal-card::-webkit-scrollbar,
.terms-modal-card::-webkit-scrollbar {
  width: 0.55rem;
}

.privacy-modal-card::-webkit-scrollbar-track,
.terms-modal-card::-webkit-scrollbar-track {
  background: rgba(216, 209, 199, 0.4);
}

.privacy-modal-card::-webkit-scrollbar-thumb,
.terms-modal-card::-webkit-scrollbar-thumb {
  background: rgba(200, 164, 107, 0.92);
}

.privacy-modal-card::-webkit-scrollbar-thumb:hover,
.terms-modal-card::-webkit-scrollbar-thumb:hover {
  background: rgba(171, 132, 75, 0.98);
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 45;
  width: 3.7rem;
  height: 3.7rem;
  display: inline-grid;
  place-items: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #25d366;
  color: var(--white);
  border: 0;
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.24);
  transform: translateY(0.75rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.floating-whatsapp svg {
  width: 1.9rem;
  height: 1.9rem;
  display: block;
}

.show-floating-whatsapp .floating-whatsapp {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.practice-modal[hidden],
.blog-modal[hidden],
.gallery-modal[hidden],
.career-modal[hidden],
.privacy-modal[hidden],
.terms-modal[hidden] {
  display: none;
}

.practice-modal,
.blog-modal,
.gallery-modal,
.career-modal,
.privacy-modal,
.terms-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.practice-modal-backdrop,
.blog-modal-backdrop,
.gallery-modal-backdrop,
.career-modal-backdrop,
.privacy-modal-backdrop,
.terms-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(31, 31, 33, 0.68);
  backdrop-filter: blur(10px);
}

.practice-modal-card,
.blog-modal-card,
.gallery-modal-card,
.career-modal-card {
  position: relative;
  z-index: 1;
  width: min(100%, 38rem);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: var(--offwhite);
  border: 1px solid rgba(200, 164, 107, 0.52);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.32);
}

.practice-modal-card {
  width: min(100%, 52rem);
  max-height: calc(100vh - 2rem);
  overflow: auto;
}

.blog-modal-card,
.gallery-modal-card,
.career-modal-card {
  width: min(100%, 42rem);
  max-height: calc(100vh - 2rem);
  overflow: auto;
}

.gallery-modal-card {
  width: min(100%, 78rem);
  padding: clamp(1.1rem, 2vw, 1.6rem);
}

.career-modal-card {
  width: min(100%, 48rem);
}

.practice-modal-card h2,
.blog-modal-card h2,
.gallery-modal-card h2,
.career-modal-card h2,
.privacy-modal-card h2,
.terms-modal-card h2 {
  max-width: 26rem;
  color: var(--burgundy);
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.blog-modal-card h2 {
  max-width: 22rem;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.gallery-modal-stage {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.gallery-modal-figure {
  margin: 0;
}

.gallery-modal-figure img {
  display: block;
  width: 100%;
  max-height: min(74vh, 58rem);
  object-fit: contain;
  background: #efe8de;
}

.gallery-modal-caption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-top: 0.9rem;
}

.gallery-modal-caption p,
.gallery-modal-count {
  margin: 0;
}

.gallery-modal-count {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gallery-modal-caption p {
  color: var(--muted);
  font-size: 0.98rem;
  text-align: right;
}

.gallery-modal-nav {
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(200, 164, 107, 0.42);
  background: rgba(255, 255, 255, 0.88);
  color: var(--burgundy);
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.gallery-modal-nav:hover,
.gallery-modal-nav:focus-visible {
  background: var(--burgundy);
  color: var(--white);
  transform: translateY(-1px);
}

.practice-modal-text,
.blog-modal-text,
.career-modal-card > p:not(.eyebrow),
.privacy-modal-card p,
.terms-modal-card p {
  margin: 1.2rem 0 1.6rem;
  color: var(--muted);
  font-size: 1.02rem;
}

.practice-subareas {
  display: grid;
  gap: 0.75rem;
  margin: 1.25rem 0 1.6rem;
}

.practice-subareas article {
  border-left: 2px solid var(--gold);
  padding: 0.85rem 0 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.42);
}

.practice-subareas h3 {
  margin: 0;
  color: var(--burgundy);
  font-size: 1rem;
  line-height: 1.25;
}

.practice-subareas p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.blog-modal-meta {
  margin: 0.75rem 0 1rem;
  color: var(--burgundy);
  font-size: 0.82rem;
  font-weight: 800;
}

.blog-modal-text p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  aspect-ratio: 1;
  border: 1px solid var(--gray);
  background: var(--white);
  color: var(--burgundy);
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.55fr;
  gap: 2rem;
  padding: 3rem var(--content-padding);
  background: var(--graphite);
  color: var(--white);
}

.site-footer p,
.site-footer span {
  color: rgba(255, 255, 255, 0.62);
}

.site-footer address,
.site-footer nav {
  display: grid;
  gap: 0.45rem;
  font-style: normal;
}

.footer-contact {
  gap: 0.65rem !important;
}

.footer-contact-item {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.7rem;
  color: rgba(255, 255, 255, 0.72);
}

.footer-contact-item[href] {
  color: rgba(255, 255, 255, 0.82);
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 0.9rem;
}

.footer-social a {
  width: 1.1rem;
  height: 1.1rem;
  color: var(--gold);
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-social a:hover {
  color: var(--white);
  transform: translateY(-1px);
}

.site-footer a:hover {
  color: var(--gold);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes slowZoom {
  to {
    transform: scale(1);
  }
}

@keyframes heroSlide {
  100% {
    opacity: 0;
    transform: scale(1.055);
  }

  0%,
  5%,
  31% {
    opacity: 1;
  }

  38% {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes heroCopy {
  100% {
    opacity: 0;
    transform: translateY(10px);
  }

  0%,
  5%,
  31% {
    opacity: 1;
    transform: translateY(0);
  }

  38% {
    opacity: 0;
    transform: translateY(-8px);
  }
}

@keyframes heroProgress {
  0%,
  2% {
    transform: scaleX(0);
  }

  31%,
  38%,
  100% {
    transform: scaleX(1);
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-slide:first-child,
  .hero-copy:first-child {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .hero-slide:not(:first-child),
  .hero-copy:not(:first-child) {
    animation: none !important;
    opacity: 0 !important;
  }
}

@media (max-width: 980px) {
  .menu-toggle {
    display: grid;
  }

  .site-menu {
    position: fixed;
    inset: 0 auto auto 0;
    width: 100vw;
    height: 100dvh;
    min-height: 100vh;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 1.4rem;
    padding: 6rem 1.5rem 2rem;
    background: rgba(31, 31, 33, 0.98);
    color: var(--white);
    font-size: 1.35rem;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
    visibility: hidden;
    transition: transform 0.35s ease, opacity 0.25s ease, visibility 0.35s ease;
  }

  .site-header.open .site-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .menu-toggle {
    position: relative;
    z-index: 31;
  }

  .intro,
  .contact,
  .culture,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .intro-panel,
  .intro-gallery,
  .intro-video {
    grid-column: 1 / -1;
  }

  .intro-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "wide wide"
      "tallA tallB"
      "smallA smallB";
    grid-auto-rows: clamp(9rem, 18vw, 12rem);
  }

  .sector-grid,
  .attorney-grid,
  .insight-grid,
  .blog-grid,
  .differentiator-grid,
  .institutional-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .differentiator-grid article,
  .differentiator-grid article:nth-child(4),
  .differentiator-grid article:nth-child(5),
  .institutional-grid article,
  .institutional-grid article:nth-child(1),
  .institutional-grid article:nth-child(2) {
    grid-column: span 1;
  }

  .values-card {
    grid-column: 1 / -1 !important;
  }

  .attorney-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-insight {
    grid-column: 1 / -1;
  }

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

  .practice-card {
    grid-column: span 1;
  }

  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .cookie-banner {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .cookie-banner__content {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-banner__actions {
    flex-direction: column;
  }

  .cookie-button {
    width: 100%;
  }

  .site-header {
    min-height: 5.4rem;
    padding: 0.95rem 1rem;
  }

  .brand {
    min-width: 0;
    max-width: calc(100% - 4.25rem);
  }

  .brand strong {
    font-size: 0.9rem;
  }

  .brand small {
    font-size: 0.62rem;
  }

  .brand-mark {
    width: 2.75rem;
  }

  .brand-logo {
    width: min(14rem, 62vw);
    height: 3.8rem;
  }

  .hero {
    min-height: 38rem;
    padding-top: 10.9rem;
    padding-bottom: 2.4rem;
  }

  h1 {
    font-size: clamp(2rem, 10.6vw, 2.55rem);
  }

  .hero-index,
  .practice-list,
  .sector-grid,
  .attorney-grid,
  .insight-grid,
  .blog-grid,
  .differentiator-grid,
  .institutional-grid,
  .intro-gallery {
    grid-template-columns: 1fr;
  }

  .intro-gallery {
    grid-template-areas:
      "wide"
      "tallA"
      "tallB"
      "smallA"
      "smallB";
    grid-auto-rows: clamp(12rem, 48vw, 18rem);
  }

  .hero-index {
    bottom: 1.25rem;
    gap: 0.4rem;
  }

  .hero-progress {
    bottom: 6.2rem;
  }

  .hero-index span {
    padding-top: 0.35rem;
    font-size: 0.78rem;
  }

  .hero-index strong {
    font-size: 1.35rem;
  }

  .hero-copy-stack {
    min-height: 13.5rem;
  }

  .hero-copy h1,
  .hero-copy h2 {
    max-width: 19rem;
    font-size: clamp(1.9rem, 9vw, 2.4rem);
  }

  .practice-card {
    grid-column: 1 / -1;
  }

  .differentiator-grid article,
  .differentiator-grid article:nth-child(4),
  .differentiator-grid article:nth-child(5),
  .institutional-grid article,
  .institutional-grid article:nth-child(1),
  .institutional-grid article:nth-child(2),
  .values-card {
    grid-column: 1 / -1 !important;
  }

  .attorney-grid {
    grid-template-columns: 1fr;
  }

  .gallery-modal-stage {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .gallery-modal-nav {
    width: 100%;
    height: 2.75rem;
    font-size: 1.6rem;
  }

  .gallery-modal-caption {
    flex-direction: column;
    align-items: flex-start;
  }

  .gallery-modal-caption p {
    text-align: left;
  }

  .attorney-team-list {
    grid-template-columns: 1fr;
  }

  .career-form {
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
  }

  .floating-whatsapp {
    left: 1rem;
    right: 1rem;
  }

  .split-heading {
    align-items: start;
    flex-direction: column;
  }

  .practice-list article,
  .practice-card,
  .insight-grid article,
  .attorney-grid article,
  .attorney-card {
    min-height: auto;
  }
}

.intro .intro-copy h2,
main .section .section-heading h2,
main .culture h2,
main .contact h2 {
  max-width: 32rem !important;
  font-size: clamp(1.55rem, 2.2vw, 2.05rem) !important;
  line-height: 1.18 !important;
}

main .final-cta h2 {
  max-width: 36rem !important;
  font-size: clamp(1.9rem, 3vw, 2.7rem) !important;
  line-height: 1.18 !important;
}
