.practice-page {
  min-height: 100vh;
  position: relative;
  background-color: #f2ece4;
  color: #1f2224;
  overflow-x: hidden;
}

.practice-page,
.practice-page * {
  box-sizing: border-box;
}

.practice-page::before,
.practice-page::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.practice-page::before {
  z-index: -2;
  background: url("/images/bg.jpg") center / cover no-repeat;
  transform: scale(1.0825);
  filter: blur(0.2rem) saturate(1.04) brightness(1.03);
}

.practice-page::after {
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 249, 240, 0.05) 0%, rgba(252, 244, 231, 0.07) 42%, rgba(244, 231, 208, 0.14) 100%);
}

.practice-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 80rem);
  margin: 0 auto;
  padding: 0 1.25rem 3rem 1.25rem;
}

.practice-site-header {
  padding: 1.4rem 0 1rem 0;
}

.practice-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(119, 104, 75, 0.14);
  border-radius: 1.3rem;
  background: rgba(255, 252, 247, 0.92);
  box-shadow: 0 18px 42px rgba(37, 33, 26, 0.08);
}

.practice-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
  color: #1b1f22;
  text-decoration: none;
}

.practice-brand:hover,
.practice-brand:focus-visible {
  text-decoration: none;
}

.practice-brand img {
  width: 2.85rem;
  height: 2.85rem;
  flex-shrink: 0;
}

.practice-brand__text {
  display: grid;
  gap: 0.08rem;
}

.practice-brand__name {
  color: #1b1f22;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.1;
}

.practice-brand__tagline {
  color: rgba(45, 49, 52, 0.72);
  font-size: 0.86rem;
  line-height: 1.35;
}

.practice-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.practice-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.55rem 0.95rem;
  border: 1px solid rgba(36, 41, 45, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #2c3134;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09rem;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.practice-nav__link:hover,
.practice-nav__link:focus-visible {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(36, 41, 45, 0.32);
  color: #1b1f22;
  text-decoration: none;
}

.practice-main {
  display: grid;
  gap: 1.5rem;
}

.practice-hero {
  padding: 1.8rem 1.5rem;
  border: 1px solid rgba(132, 113, 77, 0.16);
  border-radius: 1.6rem;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(246, 241, 232, 0.96));
  box-shadow: 0 22px 50px rgba(42, 35, 27, 0.08);
}

.practice-breadcrumbs {
  margin: 0 0 0.8rem 0;
  color: rgba(70, 62, 49, 0.68);
  font-size: 0.82rem;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}

.practice-breadcrumbs a {
  color: #6e5635;
  border-bottom-color: rgba(110, 86, 53, 0.24);
}

.practice-breadcrumbs a:hover,
.practice-breadcrumbs a:focus-visible {
  color: #8b6a3f;
  border-bottom-color: rgba(139, 106, 63, 0.38);
}

.practice-page h1.practice-title {
  margin: 0;
  color: #1a1e21;
  font-size: clamp(2rem, 4.1vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-transform: none;
}

.practice-page .practice-lead {
  margin: 1rem 0 0 0;
  max-width: 52rem;
  color: rgba(33, 38, 41, 0.86);
  font-size: 1.04rem;
  line-height: 1.8;
  letter-spacing: 0;
  text-transform: none;
}

.practice-content,
.practice-article,
.practice-card-list,
.practice-cta,
.practice-faq,
.practice-table-card {
  padding: 1.5rem;
  border: 1px solid rgba(126, 109, 80, 0.14);
  border-radius: 1.4rem;
  background: rgba(255, 252, 247, 0.92);
  box-shadow: 0 18px 44px rgba(38, 33, 27, 0.06);
}

.practice-content h2,
.practice-article h2,
.practice-card-list h2,
.practice-faq h2,
.practice-table-card h2 {
  margin-top: 0;
  color: #1b1f22;
  font-size: 1.52rem;
  line-height: 1.2;
  text-transform: none;
}

.practice-content h3,
.practice-article h3,
.practice-faq h3,
.practice-table-card h3 {
  color: #202427;
  text-transform: none;
  letter-spacing: 0.01rem;
}

.practice-content p,
.practice-article p,
.practice-faq p,
.practice-card__excerpt,
.practice-cta__text,
.practice-inline-list,
.practice-list li {
  color: rgba(36, 40, 43, 0.84);
  font-size: 1rem;
  line-height: 1.78;
  letter-spacing: 0;
  text-transform: none;
}

.practice-section {
  display: grid;
  gap: 1rem;
}

.practice-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.practice-card {
  display: grid;
  gap: 0.85rem;
  min-width: 0;
  padding: 1.2rem 1.15rem;
  border: 1px solid rgba(116, 100, 70, 0.14);
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 241, 233, 0.96));
}

.practice-card__eyebrow {
  margin: 0;
  color: #607841;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  line-height: 1.3;
  text-transform: uppercase;
}

.practice-card__title {
  margin: 0;
  color: #1b1f22;
  font-size: 1.25rem;
  line-height: 1.28;
  text-transform: none;
}

.practice-inline-list,
.practice-list {
  margin: 0;
  padding-left: 1.25rem;
}

.practice-inline-list li + li,
.practice-list li + li {
  margin-top: 0.45rem;
}

.practice-table-card .table-wrapper {
  margin-top: 1rem;
}

.practice-table-card table th,
.practice-table-card table td {
  vertical-align: top;
  text-transform: none;
  letter-spacing: 0;
}

.practice-table-card table th {
  color: #1b1f22;
  font-size: 0.9rem;
}

.practice-table-card table td {
  color: rgba(34, 38, 41, 0.82);
}

.practice-faq__item + .practice-faq__item {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(116, 100, 70, 0.12);
}

.practice-cta {
  display: grid;
  gap: 1rem;
  align-items: start;
  background:
    linear-gradient(135deg, rgba(236, 242, 223, 0.95), rgba(255, 252, 247, 0.98));
}

.practice-cta h2,
.practice-page .practice-cta h2 {
  color: #111111;
}

.practice-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.practice-footer {
  padding-top: 0.3rem;
  color: rgba(47, 49, 46, 0.68);
  font-size: 0.92rem;
  line-height: 1.7;
  text-align: center;
}

.practice-footer a {
  color: #6d5635;
  border-bottom-color: rgba(109, 86, 53, 0.24);
}

.practice-footer a:hover,
.practice-footer a:focus-visible {
  color: #8f6e42;
  border-bottom-color: rgba(143, 110, 66, 0.36);
}

@media screen and (max-width: 980px) {
  .practice-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .practice-nav {
    justify-content: flex-start;
  }

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

@media screen and (max-width: 736px) {
  .practice-shell {
    padding: 0 0.9rem 2.3rem 0.9rem;
  }

  .practice-site-header {
    padding-top: 0.95rem;
  }

  .practice-topbar,
  .practice-hero,
  .practice-content,
  .practice-article,
  .practice-card-list,
  .practice-cta,
  .practice-faq,
  .practice-table-card {
    padding: 1.2rem 1rem;
    border-radius: 1.15rem;
  }

  .practice-nav {
    width: 100%;
  }

  .practice-nav__link {
    min-height: 2.35rem;
    padding: 0.52rem 0.8rem;
    font-size: 0.73rem;
    letter-spacing: 0.07rem;
  }

  .practice-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .practice-page::before {
    transform: scale(1.05);
    filter: blur(0.16rem) saturate(1.04) brightness(1.03);
  }
}
