.about-firm {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.dark .about-firm,
[data-theme=dark] .about-firm {
  background-color: #051210;
}

.about-firm::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--sif-pattern);
  background-repeat: repeat;
  background-size: 280px;
  opacity: 0.03;
  pointer-events: none;
}

.dark .about-firm::before {
  opacity: 0.06;
}

.about-firm__inner {
  position: relative;
  z-index: 1;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: grid;
  gap: 4rem;
}

@media (min-width: 1024px) {
  .about-firm__inner {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 0 2rem;
  }
}
.about-firm__media {
  position: relative;
}

.about-firm__glow {
  position: absolute;
  inset: -1rem;
  background: rgba(226, 199, 153, 0.1);
  border-radius: 1.5rem;
  transition: background 0.3s ease;
}
.about-firm__media--group:hover .about-firm__glow {
  background: rgba(226, 199, 153, 0.2);
}

.about-firm__image-wrap {
  position: relative;
  z-index: 1;
}

.about-firm__image-wrap img,
.about-firm__media img {
  width: 100%;
  max-height: 500px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
  border-radius: 1.5rem;
  border: 1px solid rgba(226, 199, 153, 0.1);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.about-firm__quote-card {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 199, 153, 0.2);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.dark .about-firm__quote-card {
  background: rgba(10, 47, 43, 0.7);
  border-color: rgba(226, 199, 153, 0.2);
}

.about-firm__quote-name {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  color: #0A2F2B;
  margin: 0 0 0.25rem;
}

.dark .about-firm__quote-name {
  color: #E2C799;
}

.about-firm__quote-role {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #475569;
  margin: 0;
}
.dark .about-firm__quote-role {
  color: #94A3B8;
}

.about-firm__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #E2C799;
  margin-bottom: 1rem;
}

.about-firm__heading {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 2rem;
  color: #0A2F2B;
}
.dark .about-firm__heading {
  color: #ffffff;
  font-family: "Playfair Display", Georgia, serif;
}

.about-firm__subheading {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #0A2F2B;
}
.dark .about-firm__subheading {
  color: #D1FAE5;
  font-family: "Playfair Display", Georgia, serif;
}

.about-firm__text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.125rem;
  line-height: 1.625;
  margin-bottom: 2.5rem;
  color: #475569;
}
.dark .about-firm__text, .dark .about-firm__text p {
  color: #CBD5E1;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
}

.about-firm__text p {
  margin-bottom: 1.5rem;
}

.about-firm__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
}

.about-firm__cta:hover .material-symbols-outlined {
  transform: translateX(4px);
}

.about-firm__cta .material-symbols-outlined {
  transition: transform 0.2s;
}
/*# sourceMappingURL=about-firm.css.map */
