.hero-banner {
  position: relative;
  width: 100%;
  min-height: calc(100svh - 74px);
  border-radius: 0;
  overflow: hidden;
  background-color: #001213;
  box-shadow: inset 0 0 280px rgba(0, 0, 0, 0.82);
}

.hero-banner__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}

.hero-banner__picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-banner::after {
  content: '';
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 1px;
  background: rgba(209, 170, 98, 0.42);
  z-index: 2;
}

.hero-banner__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
}

.hero-banner__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(circle at center, rgba(213, 174, 96, 0.08), transparent 46%),
    linear-gradient(90deg, rgba(0, 8, 10, 0.4), rgba(0, 8, 10, 0.18) 45%, rgba(0, 8, 10, 0.4)),
    linear-gradient(180deg, rgba(0, 8, 10, 0.46), rgba(0, 8, 10, 0.88));
}

.hero-banner__content-wrap {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin-inline: auto;
  min-height: inherit;
}

.hero-banner__content {
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem 1.25rem 4.5rem;
}

.hero-banner__title {
  font-family: 'Bevan Custom', sans-serif;
  font-size: 58px;
  line-height: 64px;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.66);
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.55);
}

.hero-banner__quote-wrap {
  margin-top: 2.2rem;
  max-width: min(980px, 92vw);
}

.hero-banner__quote-mark {
  display: block;
  font-size: 64px;
  line-height: 0.8;
  color: rgba(229, 197, 132, 0.9);
  font-family: 'Bevan Custom', sans-serif;
}

.hero-banner__quote {
  margin-top: 0.1rem;
  font-family: 'The Nautigal Custom', sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 50px;
  color: rgb(203, 203, 203);
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.42);
}

.hero-banner__signature {
  margin-top: 0.2rem;
  font-family: 'The Nautigal Custom', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  color: rgb(129, 129, 129);
}

.practice-showcase__heading {
  margin-bottom: 1rem;
  text-align: center;
  font-family: 'MCT Law Sans Display', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(1.15rem, 1.8vw, 1.62rem);
  letter-spacing: 0.045em;
  color: rgba(255, 255, 255, 0.9);
}

.practice-showcase-band {
  position: relative;
  overflow: hidden;
}

.practice-showcase-band__junction {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.practice-showcase-band__bg {
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.practice-showcase-band__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 14, 16, 0.74), rgba(0, 14, 16, 0.84)),
    radial-gradient(circle at 52% 57%, rgba(213, 174, 96, 0.07), transparent 56%);
}

.practice-showcase-band__container {
  position: relative;
  z-index: 2;
}

.practice-showcase {
  position: relative;
  width: 100%;
  border: 0.5px solid rgba(209, 170, 98, 0.4);
  border-radius: 0.88rem;
  overflow: hidden;
  background: rgba(0, 18, 19, 0.54);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.34);
}

.practice-showcase__frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: inherit;
}

.practice-showcase__row {
  display: grid;
  border-top: 0.5px solid rgba(209, 170, 98, 0.32);
}

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

.practice-showcase__row--bottom {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.practice-showcase__cell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem 0.75rem;
}

.practice-showcase__cell::after {
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 0.5px;
  height: 80%;
  background: rgba(209, 170, 98, 0.26);
}

.practice-showcase__cell:nth-child(2n)::after {
  display: none;
}

.practice-showcase__cell--top {
  min-height: 214px;
  text-decoration: none;
  transition: background-color 180ms ease;
}

.practice-showcase__cell--top:hover {
  background: rgba(209, 170, 98, 0.06);
}

.practice-showcase__top-icon {
  height: auto;
  width: clamp(92px, 12.8vw, 134px);
  object-fit: contain;
}

.practice-showcase__top-title {
  margin-top: 0.7rem;
  font-size: clamp(0.9rem, 1.35vw, 1.3rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.9);
}

.practice-showcase__top-subtitle {
  margin-top: 0.45rem;
  font-family: 'MCT Law Sans Display', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(0.78rem, 0.95vw, 0.95rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: rgba(209, 170, 98, 0.7);
}

.practice-showcase__top-cta {
  margin-top: 1.15rem;
  font-family: 'MCT Law Sans Display', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.045em;
  color: rgba(209, 170, 98, 0.82);
}

.practice-showcase__cell--bottom {
  min-height: 160px;
}

.practice-showcase__bottom-icon {
  width: 36px;
  height: auto;
  object-fit: contain;
}

.practice-showcase__bottom-title {
  margin-top: 0.75rem;
  font-size: clamp(0.84rem, 1.08vw, 1.23rem);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.9);
}

.practice-showcase__all-wrap {
  display: flex;
  justify-content: center;
  margin-top: 0.85rem;
}

.practice-showcase__all-link {
  font-family: 'MCT Law Sans Display', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(0.82rem, 0.9vw, 0.94rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(209, 170, 98, 0.88);
  text-decoration: none;
  transition: color 180ms ease;
}

.practice-showcase__all-link:hover {
  color: rgba(255, 255, 255, 0.88);
}

.team-showcase-band {
  position: relative;
  overflow: hidden;
}

.team-showcase-band__junction,
.insights-showcase-section__junction {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.team-showcase-band__bg {
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.team-showcase-band__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 12, 15, 0.72), rgba(0, 12, 15, 0.88)),
    radial-gradient(circle at 50% 58%, rgba(213, 174, 96, 0.08), transparent 56%);
}

.team-showcase-band__container {
  position: relative;
  z-index: 2;
}

.team-showcase__heading {
  margin-bottom: 1rem;
  text-align: center;
  font-size: clamp(1.15rem, 1.8vw, 1.62rem);
  font-weight: 700;
  letter-spacing: 0.045em;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 20px rgba(208, 210, 220, 0.3);
}

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

.team-showcase__card {
  position: relative;
  min-height: 420px;
  border-radius: 0.88rem;
  overflow: hidden;
  border: 1px solid rgba(209, 170, 98, 0.35);
  background: rgba(0, 8, 10, 0.92);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.team-showcase__card::after {
  content: '';
  position: absolute;
  inset: -34%;
  background: radial-gradient(circle, rgba(198, 226, 255, 0.2), transparent 62%);
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.team-showcase__card:hover {
  transform: translateY(-2px);
  border-color: rgba(226, 188, 114, 0.9);
  box-shadow:
    0 0 0 1px rgba(226, 188, 114, 0.72),
    0 0 28px rgba(226, 188, 114, 0.38),
    0 0 68px rgba(203, 228, 255, 0.22),
    0 16px 42px rgba(0, 0, 0, 0.52);
}

.team-showcase__card:hover::after {
  opacity: 0.85;
}

.team-showcase__card-image {
  object-fit: cover;
  object-position: center top;
  z-index: 0;
  filter: brightness(1.01) saturate(1.14) contrast(1.12);
  transition:
    transform 260ms ease,
    filter 260ms ease;
}

.team-showcase__card:hover .team-showcase__card-image {
  transform: scale(1.016);
  filter: brightness(1.14) saturate(1.17) contrast(1.12);
}

.team-showcase__card-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      138% 94% at 50% 43%,
      rgba(255, 236, 205, 0.2) 0%,
      rgba(255, 236, 205, 0.1) 30%,
      rgba(255, 236, 205, 0.02) 48%,
      rgba(255, 236, 205, 0) 68%
    ),
    linear-gradient(
      90deg,
      rgba(0, 6, 10, 0.74) 0%,
      rgba(0, 6, 10, 0.26) 24%,
      rgba(0, 6, 10, 0.22) 76%,
      rgba(0, 6, 10, 0.74) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 6, 10, 0.66) 0%,
      rgba(0, 6, 10, 0.22) 34%,
      rgba(0, 6, 10, 0.2) 56%,
      rgba(0, 6, 10, 0.84) 100%
    );
  opacity: 1;
  transition: background 240ms ease;
}

.team-showcase__card:hover .team-showcase__card-vignette {
  background:
    radial-gradient(
      138% 96% at 50% 43%,
      rgba(255, 239, 212, 0.2) 0%,
      rgba(255, 239, 212, 0.12) 32%,
      rgba(255, 239, 212, 0.03) 52%,
      rgba(255, 239, 212, 0) 72%
    ),
    linear-gradient(
      90deg,
      rgba(0, 6, 10, 0.52) 0%,
      rgba(0, 6, 10, 0.14) 24%,
      rgba(0, 6, 10, 0.12) 76%,
      rgba(0, 6, 10, 0.52) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 6, 10, 0.47) 0%,
      rgba(0, 6, 10, 0.1) 34%,
      rgba(0, 6, 10, 0.08) 56%,
      rgba(0, 6, 10, 0.59) 100%
    );
}

.team-showcase__card-body {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.98rem;
  z-index: 2;
  padding-top: 0.95rem;
}

.team-showcase__card-body::before {
  content: none;
}

.team-showcase__card-role {
  font-size: 0.88rem;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: rgba(209, 170, 98, 0.86);
}

.team-showcase__card-name {
  margin-top: 0.2rem;
  font-size: clamp(0.98rem, 1.3vw, 1.38rem);
  line-height: 1.24;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.92);
}

.team-showcase__card-divider {
  margin-top: 0.65rem;
  margin-bottom: 0.58rem;
  height: 1px;
  background: rgba(209, 170, 98, 0.2);
}

.team-showcase__card-contact {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 44px;
  gap: 0.55rem;
  padding: 0.4rem 0;
  font-size: 0.83rem;
  line-height: 1.35;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.team-showcase__card-contact + .team-showcase__card-contact {
  margin-top: 0.12rem;
}

.team-showcase__card-contact span {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
}

.team-showcase__card-icon {
  width: 0.84rem;
  height: 0.84rem;
  color: rgba(255, 255, 255, 0.92);
  flex: none;
}

.team-showcase__all-wrap {
  display: flex;
  justify-content: center;
  margin-top: 0.9rem;
}

.team-showcase__all-link {
  font-family: 'MCT Law Sans Display', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(0.8rem, 0.86vw, 0.92rem);
  font-weight: 400;
  letter-spacing: 0.045em;
  color: rgba(209, 170, 98, 0.88);
  text-decoration: none;
}

.team-showcase__all-link:hover {
  color: rgba(255, 255, 255, 0.9);
}

.faq-section {
  position: relative;
}

.faq-section__container {
  position: relative;
}

.faq-section__heading {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
  font-size: clamp(1.15rem, 1.8vw, 1.62rem);
  font-weight: 700;
  letter-spacing: 0.045em;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 20px rgba(208, 210, 220, 0.3);
}

.faq-section__list {
  display: grid;
  gap: 0.55rem;
}

.faq-item {
  border-radius: 0.88rem;
  border: 1px solid rgba(209, 170, 98, 0.26);
  background: linear-gradient(180deg, rgba(0, 14, 16, 0.92), rgba(0, 10, 12, 0.94));
  overflow: hidden;
}

.faq-item[open] {
  border-color: rgba(209, 170, 98, 0.52);
}

.faq-item__question {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.92rem 1rem;
  font-size: clamp(0.86rem, 1vw, 1rem);
  line-height: 1.38;
  color: rgba(255, 255, 255, 0.92);
}

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

.faq-item__question::after {
  content: '+';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  border: 1px solid rgba(209, 170, 98, 0.44);
  color: rgba(209, 170, 98, 0.9);
  font-size: 1rem;
  line-height: 1;
  flex: none;
}

.faq-item[open] .faq-item__question::after {
  content: '−';
}

.faq-item__answer {
  border-top: 1px solid rgba(209, 170, 98, 0.2);
  padding: 0.85rem 1rem 1rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(0.8rem, 0.9vw, 0.9rem);
  line-height: 1.68;
}

.faq-item__answer-text {
  white-space: pre-line;
  overflow-wrap: anywhere;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.page-section--after-faq {
  padding-top: 1.8rem;
}

.insights-showcase-section {
  position: relative;
}

.insights-showcase__container {
  position: relative;
}

.insights-showcase__heading {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
  font-size: clamp(1.15rem, 1.8vw, 1.62rem);
  font-weight: 700;
  letter-spacing: 0.045em;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 20px rgba(208, 210, 220, 0.3);
}

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

.insights-showcase__card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid rgba(209, 170, 98, 0.38);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0, 16, 18, 0.94), rgba(0, 12, 14, 0.98));
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.insights-showcase__media {
  position: relative;
  height: 174px;
  overflow: hidden;
  background: rgba(0, 10, 11, 0.82);
}

.insights-showcase__media::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(209, 170, 98, 0.28);
  pointer-events: none;
}

.insights-showcase__media-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.insights-showcase__media-placeholder {
  height: 100%;
  display: grid;
  place-items: center;
  font-size: 1rem;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.36);
}

.insights-showcase__media-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 8, 10, 0.22), rgba(0, 8, 10, 0.54)),
    linear-gradient(90deg, rgba(0, 8, 10, 0.4), rgba(0, 8, 10, 0.15) 50%, rgba(0, 8, 10, 0.4));
}

.insights-showcase__avatar {
  position: absolute;
  left: 50%;
  top: 174px;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  border-radius: 999px;
  border: 2px solid rgba(230, 93, 156, 0.88);
  background: rgba(0, 10, 12, 0.9);
  overflow: hidden;
  z-index: 2;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.16),
    0 12px 24px rgba(0, 0, 0, 0.44);
}

.insights-showcase__avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.insights-showcase__avatar-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.insights-showcase__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2.62rem 0.85rem 0.82rem;
  text-align: center;
}

.insights-showcase__title {
  max-width: 98%;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.88rem, 1vw, 1.1rem);
  line-height: 1.26;
  font-weight: 400;
}

.insights-showcase__title a {
  color: inherit;
  text-decoration: none;
}

.insights-showcase__title a:hover {
  color: rgba(209, 170, 98, 0.94);
}

.insights-showcase__excerpt {
  margin: 0.62rem auto 0;
  max-width: 100%;
  min-height: 5.76em;
  color: rgba(255, 255, 255, 0.54);
  font-size: clamp(0.78rem, 0.85vw, 0.9rem);
  line-height: 1.44;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.insights-showcase__read-more {
  margin-top: auto;
  padding-top: 0.95rem;
  display: inline-block;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: clamp(0.78rem, 0.84vw, 0.9rem);
  line-height: 1;
  letter-spacing: 0.05em;
}

.insights-showcase__read-more:hover {
  color: rgba(209, 170, 98, 0.94);
}

.insights-showcase__meta {
  border-top: 1px solid rgba(209, 170, 98, 0.36);
  padding: 0.6rem 0.68rem 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(0.76rem, 0.84vw, 0.9rem);
  line-height: 1.35;
  text-align: center;
}

.insights-showcase__meta-separator {
  color: rgba(209, 170, 98, 0.88);
}

.insights-showcase__all-wrap {
  margin-top: 0.9rem;
  display: flex;
  justify-content: center;
}

.insights-showcase__all-link {
  font-family: 'MCT Law Sans Display', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size: clamp(0.8rem, 0.86vw, 0.92rem);
  font-weight: 400;
  letter-spacing: 0.045em;
  color: rgba(209, 170, 98, 0.9);
  text-decoration: none;
}

.insights-showcase__all-link:hover {
  color: rgba(255, 255, 255, 0.92);
}

.insights-showcase__empty {
  width: 100%;
  margin: 0 auto;
  border-radius: 1rem;
  border: 1px solid rgba(209, 170, 98, 0.3);
  padding: 1rem 1.15rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.66);
}

@media (max-width: 1024px) {
  .hero-banner {
    min-height: calc(100svh - 74px);
  }

  .hero-banner__title {
    font-size: 46px;
    line-height: 52px;
  }

  .hero-banner__quote {
    font-size: 29px;
    line-height: 42px;
  }

  .hero-banner__signature {
    font-size: 27px;
    line-height: 39px;
  }

  .practice-showcase__cell--top {
    min-height: 190px;
  }

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

  .practice-showcase__cell--bottom {
    min-height: 150px;
  }

  .practice-showcase__cell--bottom:nth-child(2n)::after {
    display: none;
  }

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

  .team-showcase__card {
    min-height: 388px;
  }

  .faq-item__question {
    padding: 0.88rem 0.95rem;
    font-size: 0.9rem;
  }

  .faq-item__answer {
    padding: 0.8rem 0.95rem 0.95rem;
    font-size: 0.84rem;
  }

  .insights-showcase__media {
    height: 200px;
  }

  .insights-showcase__avatar {
    top: 200px;
    width: 68px;
    height: 68px;
  }

  .insights-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .insights-showcase__body {
    padding: 2.85rem 0.95rem 0.9rem;
  }

  .insights-showcase__title {
    font-size: 1.02rem;
  }

  .insights-showcase__excerpt {
    font-size: 0.9rem;
  }

  .insights-showcase__read-more {
    padding-top: 0.95rem;
  }
}

@media (max-width: 640px) {
  .hero-banner__title {
    font-size: 27px;
    line-height: 32px;
  }

  .hero-banner__quote-mark {
    font-size: 48px;
  }

  .hero-banner__quote {
    font-size: 23px;
    line-height: 33px;
  }

  .hero-banner__signature {
    font-size: 24px;
    line-height: 33px;
  }

  .practice-showcase__heading {
    font-size: 1.08rem;
    letter-spacing: 0.04em;
  }

  .practice-showcase__row--top,
  .practice-showcase__row--bottom {
    grid-template-columns: 1fr;
  }

  .practice-showcase__cell::after {
    display: none;
  }

  .practice-showcase__cell--top {
    min-height: 174px;
    padding-block: 1.2rem;
  }

  .practice-showcase__top-title {
    margin-top: 0.7rem;
    font-size: 0.95rem;
  }

  .practice-showcase__top-subtitle {
    font-size: 0.82rem;
  }

  .practice-showcase__top-cta {
    margin-top: 1.1rem;
    font-size: 0.74rem;
  }

  .practice-showcase__cell--bottom {
    min-height: 128px;
    padding-block: 0.95rem;
  }

  .practice-showcase__bottom-title {
    margin-top: 0.55rem;
    font-size: 0.88rem;
  }

  .team-showcase__heading {
    font-size: 1.08rem;
    letter-spacing: 0.04em;
  }

  .team-showcase__grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .team-showcase__card {
    min-height: 360px;
  }

  .team-showcase__card-body {
    left: 1rem;
    right: 1rem;
    bottom: 0.95rem;
  }

  .team-showcase__card-role {
    font-size: 0.78rem;
  }

  .team-showcase__card-name {
    font-size: 0.98rem;
  }

  .team-showcase__card-contact {
    font-size: 0.79rem;
  }

  .team-showcase__all-link {
    font-size: 0.78rem;
  }

  .faq-section__heading {
    margin-bottom: 0.85rem;
    font-size: 1.06rem;
    letter-spacing: 0.04em;
  }

  .faq-section__list {
    gap: 0.5rem;
  }

  .faq-item__question {
    gap: 0.62rem;
    padding: 0.78rem 0.85rem;
    font-size: 0.82rem;
    line-height: 1.32;
  }

  .faq-item__question::after {
    width: 1.32rem;
    height: 1.32rem;
    font-size: 0.9rem;
  }

  .faq-item__answer {
    padding: 0.7rem 0.85rem 0.82rem;
    font-size: 0.78rem;
    line-height: 1.58;
  }

  .insights-showcase__heading {
    font-size: 1.08rem;
    letter-spacing: 0.04em;
  }

  .insights-showcase__grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .insights-showcase__media {
    height: 182px;
  }

  .insights-showcase__avatar {
    top: 182px;
    width: 70px;
    height: 70px;
  }

  .insights-showcase__body {
    padding: 2.9rem 0.95rem 0.88rem;
  }

  .insights-showcase__title {
    max-width: 98%;
    font-size: 0.96rem;
    line-height: 1.28;
  }

  .insights-showcase__excerpt {
    margin-top: 0.58rem;
    max-width: 98%;
    min-height: 0;
    font-size: 0.84rem;
    line-height: 1.44;
  }

  .insights-showcase__read-more {
    margin-top: auto;
    padding-top: 0.8rem;
    font-size: 0.82rem;
  }

  .insights-showcase__meta {
    padding: 0.58rem 0.68rem 0.62rem;
    font-size: 0.8rem;
  }

  .insights-showcase__all-link {
    font-size: 0.78rem;
  }
}
