
.practice-hero.practice-hero-reframed {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  border-bottom: 1px solid rgba(48, 37, 31, 0.16);
  box-shadow: inset 0 -22px 34px rgba(14, 8, 8, 0.12);
}

.practice-hero-shell {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  background: transparent;
}

.practice-hero-main,
.practice-hero-content,
.difference-callout,
.hero-offerings-grid,
.hero-offering-card {
  position: relative;
  z-index: 2;
}

.practice-hero-main {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
  width: 100%;
  margin: 0;
  padding: 1.35rem 0 1.6rem;
}

.practice-hero-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(101, 29, 44, 0.62);
  z-index: 0;
  box-shadow: inset 0 -1px 0 rgba(255, 241, 232, 0.12);
}

.practice-hero-video-panel {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #000;
}

.practice-hero-inline-video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 122%;
  height: 122%;
  min-width: 122%;
  min-height: 122%;
  object-fit: cover;
  object-position: center center;
  transform: translate(-50%, -50%);
}

.practice-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  text-align: center;
  padding: 1.2rem max(24px, calc((100% - 1080px) / 2 + 24px)) 1.6rem;
  background: transparent;
}

.practice-hero .lede {
  max-width: 12.5ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: clamp(4rem, 8vw, 6.6rem);
  line-height: 0.92;
}

.practice-hero .subtext,
.practice-subtext {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.14rem, 1.8vw, 1.5rem);
}

.hero-offerings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}

.hero-offering-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 168px;
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, rgba(18, 9, 14, 0.62), rgba(18, 9, 14, 0.48));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(5px);
  cursor: pointer;
  text-decoration: none;
}

.hero-offering-card h2 {
  position: relative;
  z-index: 3;
  max-width: 19ch;
  margin: 0 0 0.45rem;
  padding-left: 6px;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
  font-weight: var(--display-weight-strong);
  line-height: 1.04;
  letter-spacing: -0.03em;
  text-align: left;
  color: #fff8f3;
  text-wrap: balance;
}

.hero-offering-card p {
  position: relative;
  z-index: 3;
  max-width: 34rem;
  margin: 0;
  flex: 1 1 auto;
  padding-left: 6px;
  line-height: 1.5;
  text-align: left;
  color: rgba(255, 241, 234, 0.82);
}

.hero-card-link {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  margin-left: auto;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 248, 243, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
  color: rgba(255, 241, 234, 0.92);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.hero-card-link::after {
  content: "\2192";
  font-size: 0.92em;
  line-height: 1;
  transition: transform 0.18s ease;
}

.hero-card-link:hover,
.hero-card-link:focus-visible {
  color: #fff9f4;
  transform: translateY(-2px);
  background: rgba(255, 248, 243, 0.18);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.18);
}

.hero-card-link:hover::after,
.hero-card-link:focus-visible::after {
  transform: translateX(3px);
}

.hero-offering-card:hover,
.hero-offering-card:focus-visible {
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.hero-card-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 132px;
  height: 132px;
  opacity: 0.16;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.hero-card-icon-capabilities {
  opacity: 0.12;
  background-image: url("../images/capabilities.svg");
}

.hero-card-icon-ml,
.hero-card-icon-coding,
.hero-card-icon-insights {
  top: 10px;
  right: 10px;
  width: 172px;
  height: 172px;
}

.hero-card-icon-ml {
  opacity: 0.34;
  background-image: url("../images/ml.svg");
}

.hero-card-icon-coding {
  opacity: 0.32;
  background-image: url("../images/coding.svg");
}

.hero-card-icon-insights {
  opacity: 0.32;
  background-image: url("../images/insights.svg");
}

.practice-section {
  position: relative;
  z-index: 4;
  padding: 0 0 82px;
}

.practice-section-light {
  background: linear-gradient(180deg, rgba(248, 244, 237, 0.98) 0%, rgba(239, 232, 222, 1) 100%);
  border-top: 0;
  border-bottom: 1px solid rgba(48, 37, 31, 0.1);
}

.practice-section-ip {
  background: linear-gradient(180deg, rgba(248, 244, 237, 0.98) 0%, rgba(239, 232, 222, 1) 100%);
}

.practice-section-tech {
  background: linear-gradient(180deg, rgba(248, 244, 237, 0.98) 0%, rgba(239, 232, 222, 1) 100%);
}

.practice-section-dark {
  background: linear-gradient(180deg, rgba(248, 244, 237, 0.98) 0%, rgba(239, 232, 222, 1) 100%);
  border-top: 0;
  border-bottom: 1px solid rgba(48, 37, 31, 0.1);
}

.practice-section-ai {
  overflow: hidden;
}

.practice-ai-network {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 26rem;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.18;
}

.practice-ai-network-object {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) brightness(0.92) contrast(1.02);
}

.practice-section-ai > *:not(.practice-ai-network) {
  position: relative;
  z-index: 1;
}

.practice-section-stack {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.practice-section-stack::before {
  content: "";
  position: absolute;
  top: -1.1rem;
  right: 0;
  left: 0;
  height: 12rem;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 0%, rgba(133, 38, 58, 0.09), transparent 36%),
    radial-gradient(circle at 84% 0%, rgba(47, 71, 115, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
  z-index: 0;
}

.practice-section-stack > * {
  position: relative;
  z-index: 1;
}

.practice-section-header {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: none;
  padding: 38px max(24px, calc((100% - 1080px) / 2 + 24px)) 36px;
  margin-bottom: 1.1rem;
  border-radius: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(48, 37, 31, 0.12);
  box-shadow: 0 18px 34px rgba(20, 16, 14, 0.08);
}

.practice-section-header::before,
.practice-section-header::after,
.approach-header::before,
.approach-header::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.practice-section-header::before,
.approach-header::before {
  inset: 0;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.04) 28%, transparent 55%);
  z-index: 0;
}

.practice-section-header::after,
.approach-header::after {
  top: -10px;
  right: max(20px, calc((100% - 1080px) / 2 + 20px));
  width: 300px;
  height: 300px;
  opacity: 0.34;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
}

.practice-section-header > *,
.approach-header > * {
  position: relative;
  z-index: 1;
}

.practice-heading,
.practice-heading-dark {
  margin: 0;
}

.practice-heading-dark {
  color: #f3f8ff;
}

.practice-copy {
  max-width: 50rem;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.76;
  color: rgba(52, 42, 37, 0.8);
}

.practice-section-ip .practice-section-header {
  gap: 14px;
  background:
    radial-gradient(circle at 88% 18%, rgba(47, 71, 115, 0.12), transparent 22%),
    linear-gradient(135deg, rgba(133, 38, 58, 0.92), rgba(103, 31, 45, 0.98));
}

.practice-section-ip .practice-section-header::after {
  background-image: url("../images/capabilities.svg");
}

.practice-section-ip .practice-copy {
  max-width: 58rem;
  margin: 0;
  font-size: 1.14rem;
  line-height: 1.72;
  color: rgba(255, 241, 234, 0.84);
}

.practice-section-tech .practice-section-header {
  gap: 14px;
  background:
    radial-gradient(circle at 84% 18%, rgba(196, 173, 242, 0.18), transparent 22%),
    linear-gradient(135deg, rgba(82, 64, 114, 0.94), rgba(53, 42, 79, 0.98));
}

.practice-section-tech .practice-section-header::after {
  background-image: url("../images/coding.svg");
}

.practice-section-tech .practice-copy {
  max-width: 56rem;
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.72;
  color: rgba(235, 242, 252, 0.84);
}

.practice-section-ai .practice-section-header {
  gap: 14px;
  background:
    radial-gradient(circle at 84% 18%, rgba(173, 214, 255, 0.14), transparent 22%),
    linear-gradient(135deg, rgba(35, 56, 92, 0.94), rgba(47, 71, 115, 0.98));
}

.practice-section-ai .practice-section-header::after {
  background-image: url("../images/ml.svg");
  opacity: 0.22;
}

.practice-section-ai .practice-copy-dark {
  max-width: 56rem;
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.74;
  color: rgba(227, 237, 255, 0.84);
}

.practice-subsection-title {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  margin: 0 0 0.25rem;
  font-family: var(--font-ui);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
  color: rgba(92, 45, 37, 0.82);
}

.practice-subsection-title::after {
  content: "";
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, rgba(133, 38, 58, 0.75), rgba(47, 71, 115, 0.35));
}

.practice-subsection-title-dark {
  color: rgba(92, 45, 37, 0.82);
}

.practice-subsection-title-dark::after {
  background: linear-gradient(90deg, rgba(47, 71, 115, 0.82), rgba(255, 215, 120, 0.38));
}

.practice-copy-dark {
  color: rgba(227, 237, 255, 0.84);
}

.practice-section-ip .practice-heading,
.practice-section-tech .practice-heading {
  color: #fff8f3;
}

.practice-overview-section {
  padding-top: 18px;
  overflow: hidden;
}

.practice-overview-section .hero-offerings-grid {
  margin-top: 0;
  margin-bottom: 10px;
}

.practice-overview-section .hero-offering-card {
  min-height: 154px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 244, 239, 0.92));
  border: 1px solid rgba(48, 37, 31, 0.08);
  border-radius: 20px;
  box-shadow: 0 18px 34px rgba(20, 16, 14, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  backdrop-filter: none;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.practice-overview-section .hero-offering-card h2 {
  color: #3a1f23;
}

.practice-overview-section .hero-offering-card p {
  color: rgba(52, 42, 37, 0.78);
}

.practice-overview-section .hero-card-link {
  color: #fff8f3;
  border-color: rgba(255, 255, 255, 0.18);
}

.practice-overview-section .hero-card-link:hover,
.practice-overview-section .hero-card-link:focus-visible {
  color: #fffdf9;
  border-color: rgba(255, 255, 255, 0.24);
}

.practice-overview-section .hero-offering-card:first-child .hero-card-link {
  background: linear-gradient(135deg, rgba(151, 57, 75, 0.94), rgba(133, 38, 58, 0.94));
  border-color: rgba(133, 38, 58, 0.92);
}

.practice-overview-section .hero-offering-card:first-child {
  border-color: rgba(133, 38, 58, 0.22);
}

.practice-overview-section .hero-offering-card:nth-child(2) .hero-card-link {
  background: linear-gradient(135deg, rgba(170, 104, 56, 0.94), rgba(128, 61, 32, 0.94));
  border-color: rgba(128, 61, 32, 0.92);
}

.practice-overview-section .hero-offering-card:nth-child(2) {
  border-color: rgba(128, 61, 32, 0.22);
}

.practice-overview-section .hero-offering-card:nth-child(3) .hero-card-link {
  background: linear-gradient(135deg, rgba(34, 72, 131, 0.94), rgba(46, 70, 114, 0.94));
  border-color: rgba(46, 70, 114, 0.92);
}

.practice-overview-section .hero-offering-card:nth-child(3) {
  border-color: rgba(46, 70, 114, 0.22);
}

.practice-overview-section .hero-offering-card:nth-child(4) .hero-card-link {
  background: linear-gradient(135deg, rgba(82, 64, 114, 0.94), rgba(53, 42, 79, 0.94));
  border-color: rgba(53, 42, 79, 0.92);
}

.practice-overview-section .hero-offering-card:nth-child(4) {
  border-color: rgba(53, 42, 79, 0.22);
}

.practice-overview-section .hero-offering-card:hover,
.practice-overview-section .hero-offering-card:focus-visible {
  transform: translateY(-8px) scale(1.012);
  box-shadow: 0 28px 48px rgba(20, 16, 14, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.practice-overview-section .hero-offering-card:first-child:hover,
.practice-overview-section .hero-offering-card:first-child:focus-visible {
  border-color: rgba(133, 38, 58, 0.44);
}

.practice-overview-section .hero-offering-card:nth-child(2):hover,
.practice-overview-section .hero-offering-card:nth-child(2):focus-visible {
  border-color: rgba(128, 61, 32, 0.44);
}

.practice-overview-section .hero-offering-card:nth-child(3):hover,
.practice-overview-section .hero-offering-card:nth-child(3):focus-visible {
  border-color: rgba(46, 70, 114, 0.44);
}

.practice-overview-section .hero-offering-card:nth-child(4):hover,
.practice-overview-section .hero-offering-card:nth-child(4):focus-visible {
  border-color: rgba(53, 42, 79, 0.44);
}

.practice-overview-section .hero-offering-card:hover .hero-card-link,
.practice-overview-section .hero-offering-card:focus-visible .hero-card-link {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 18px 28px rgba(20, 16, 14, 0.18);
}

.practice-overview-section .hero-card-icon {
  opacity: 0.24;
  top: -6px;
  right: -6px;
  width: 196px;
  height: 196px;
  filter: invert(1);
}

.practice-overview-section .hero-offering-card:first-child .hero-card-icon,
.practice-overview-section .hero-offering-card:nth-child(2) .hero-card-icon {
  opacity: 0.12;
}

.practice-overview-section .hero-card-icon-insights {
  background-image: url("../images/capabilities.svg");
}

.practice-overview-section .hero-card-icon-capabilities {
  background-image: url("../images/capabilities.svg");
}

.practice-overview-section .hero-card-icon-ml {
  background-image: url("../images/ml.svg");
}

.practice-overview-section .hero-card-icon-coding {
  background-image: url("../images/coding.svg");
}

.practice-main {
  min-width: 0;
}

.subpractice-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.practice-section-ip .subpractice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.practice-section-tech .subpractice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.subpractice-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.82)),
    linear-gradient(135deg, rgba(133, 38, 58, 0.06), rgba(47, 71, 115, 0.03));
  border: 1px solid rgba(48, 37, 31, 0.1);
  border-radius: 0;
  box-shadow: 0 18px 34px rgba(20, 16, 14, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.practice-hero[id],
.practice-section[id],
.subpractice-card[id],
.practice-hash-anchor {
  scroll-margin-top: 116px;
}

.practice-hash-anchor {
  position: absolute;
  top: -116px;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.subpractice-card::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(133, 38, 58, 0.8), rgba(47, 71, 115, 0.55));
}

.practice-hero.is-hash-target,
.practice-hero:target,
.practice-section.is-hash-target,
.practice-section:target {
  outline: 4px solid rgba(133, 38, 58, 0.58);
  outline-offset: -4px;
  box-shadow:
    inset 12px 0 0 rgba(133, 38, 58, 0.96),
    0 24px 54px rgba(20, 16, 14, 0.14);
}

.subpractice-card.is-hash-target,
.subpractice-card:target {
  transform: translateY(-4px);
  border-color: rgba(133, 38, 58, 0.82);
  box-shadow:
    0 28px 52px rgba(20, 16, 14, 0.16),
    0 0 0 3px rgba(133, 38, 58, 0.24),
    inset 8px 0 0 rgba(133, 38, 58, 0.94),
    inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.subpractice-card.is-hash-target::before,
.subpractice-card:target::before {
  height: 9px;
  background: linear-gradient(90deg, rgba(133, 38, 58, 0.98), rgba(186, 132, 86, 0.78), rgba(47, 71, 115, 0.62));
}

.subpractice-card.is-hash-target .subpractice-title,
.subpractice-card:target .subpractice-title,
.subpractice-card.is-hash-target .subpractice-title-dark,
.subpractice-card:target .subpractice-title-dark {
  color: #651d2c;
}

.subpractice-card.is-hash-target .subpractice-title::after,
.subpractice-card:target .subpractice-title::after {
  width: 74px;
  height: 3px;
  margin-top: 0.6rem;
  background: linear-gradient(90deg, rgba(133, 38, 58, 0.96), rgba(186, 132, 86, 0.7), rgba(47, 71, 115, 0.4));
}

.subpractice-card.is-hash-target .subpractice-text,
.subpractice-card:target .subpractice-text,
.subpractice-card.is-hash-target .subpractice-text-dark,
.subpractice-card:target .subpractice-text-dark {
  color: rgba(52, 42, 37, 0.9);
}

.subpractice-card-dark {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(249, 246, 241, 0.86)),
    linear-gradient(135deg, rgba(46, 70, 114, 0.1), rgba(168, 210, 255, 0.06), rgba(255, 215, 120, 0.03));
  border: 1px solid rgba(58, 63, 73, 0.08);
  box-shadow: 0 20px 40px rgba(20, 16, 14, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.subpractice-card-dark::before {
  height: 5px;
  background: linear-gradient(90deg, rgba(46, 70, 114, 0.94), rgba(123, 172, 240, 0.62), rgba(255, 215, 120, 0.34));
}

.subpractice-body {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 18px 18px 20px;
}

.subpractice-icon,
.subpractice-icon-dark {
  display: none;
  background-image: none;
}

.subpractice-title {
  max-width: none;
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: var(--display-weight-strong);
  line-height: 1.14;
  letter-spacing: -0.028em;
  color: var(--text-dark);
  text-wrap: balance;
}

.practice-section-ip .subpractice-title {
  position: relative;
  padding-bottom: 0.55rem;
}

.practice-section-ip .subpractice-title::after {
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  margin-top: 0.55rem;
  background: linear-gradient(90deg, rgba(133, 38, 58, 0.78), rgba(47, 71, 115, 0.26));
}

.practice-section-tech .subpractice-title {
  position: relative;
  padding-bottom: 0.55rem;
}

.practice-section-tech .subpractice-title::after {
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  margin-top: 0.55rem;
  background: linear-gradient(90deg, rgba(82, 64, 114, 0.86), rgba(165, 138, 213, 0.34));
}

.subpractice-title-dark {
  color: #3a1f23;
}

.practice-section-ai .subpractice-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.practice-section-ai .subpractice-title {
  position: relative;
  padding-bottom: 0.55rem;
}

.practice-section-ai .subpractice-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  margin-top: 0.55rem;
  background: linear-gradient(90deg, rgba(173, 214, 255, 0.9), rgba(255, 215, 120, 0.32));
}

.subpractice-text {
  max-width: 28rem;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.62;
  color: var(--text-dark-soft);
}

.practice-section-ip .subpractice-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.84)),
    linear-gradient(135deg, rgba(133, 38, 58, 0.08), rgba(47, 71, 115, 0.035));
  border-color: rgba(78, 57, 47, 0.1);
  box-shadow: 0 20px 38px rgba(28, 20, 16, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.practice-section-ip .subpractice-card::before {
  height: 5px;
  background: linear-gradient(90deg, rgba(133, 38, 58, 0.86), rgba(173, 122, 86, 0.55), rgba(47, 71, 115, 0.34));
}

.practice-section-tech .subpractice-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.93), rgba(252, 250, 246, 0.86)),
    linear-gradient(135deg, rgba(82, 64, 114, 0.08), rgba(165, 138, 213, 0.03));
  border-color: rgba(58, 63, 73, 0.1);
  box-shadow: 0 20px 38px rgba(24, 22, 18, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.practice-section-tech .subpractice-card::before {
  height: 5px;
  background: linear-gradient(90deg, rgba(82, 64, 114, 0.9), rgba(165, 138, 213, 0.58), rgba(216, 196, 242, 0.28));
}

.subpractice-text-dark {
  color: rgba(52, 42, 37, 0.78);
}

.practice-section-ai .subpractice-text-dark {
  line-height: 1.66;
  color: rgba(52, 42, 37, 0.78);
}

.matter-panel {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.matter-panel-dark {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.practice-section-ai .matter-panel-dark {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.matter-panel-plain {
  padding-top: 16px;
}

.matter-panel-title {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 1.7rem;
  line-height: 1.06;
  color: var(--text-dark);
}

.practice-section-ip .matter-panel {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.practice-section-ip .matter-panel-title {
  margin-bottom: 16px;
}

.practice-section-tech .matter-panel {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.practice-section-tech .matter-panel-title {
  margin-bottom: 16px;
}

.practice-section-dark .matter-panel-title {
  color: #eff6ff;
}

.practice-section-ai .matter-panel-title {
  margin-bottom: 16px;
  color: #3a1f23;
}

.matter-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.matter-list li {
  position: relative;
  padding-left: 15px;
  font-size: 0.98rem;
  line-height: 1.68;
  color: rgba(52, 42, 37, 0.78);
}

.matter-list li::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(133, 38, 58, 0.42);
  box-shadow: none;
}

.matter-list-dark li {
  color: rgba(52, 42, 37, 0.78);
}

.matter-list-dark li::before {
  background: rgba(123, 172, 240, 0.48);
  box-shadow: none;
}

.practice-examples-panel {
  margin-top: 8px;
}

.practice-approach-section {
  position: relative;
  z-index: 5;
  max-width: none;
  margin: 0;
  overflow: hidden;
  padding-top: 0;
  background: linear-gradient(180deg, rgba(248, 244, 237, 0.98) 0%, rgba(239, 232, 222, 1) 100%);
  border-radius: 0;
  box-shadow: none;
  isolation: isolate;
}

.practice-approach-section::before {
  display: none;
}

.practice-approach-section::after {
  display: none;
}

.practice-approach-section > .shell {
  position: relative;
  z-index: 2;
}

.approach-header {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  padding: 38px max(24px, calc((100% - 1080px) / 2 + 24px)) 36px;
  background:
    radial-gradient(circle at 84% 18%, rgba(241, 201, 158, 0.18), transparent 22%),
    linear-gradient(135deg, rgba(170, 104, 56, 0.94) 0%, rgba(128, 61, 32, 0.92) 45%, rgba(104, 50, 29, 0.9) 100%);
  border-bottom: 1px solid rgba(48, 37, 31, 0.12);
  box-shadow: 0 18px 34px rgba(20, 16, 14, 0.08);
}

.approach-header::after {
  background-image: url("../images/capabilities.svg");
  opacity: 0.18;
}

.approach-copy-stack {
  max-width: 70rem;
}

.approach-heading {
  margin: 0;
  color: #fff7f2;
}

.approach-intro {
  max-width: 52rem;
  margin: 1rem 0 0;
  line-height: 1.75;
  color: rgba(255, 240, 234, 0.84);
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.approach-card {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  padding: 22px 18px 20px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(48, 37, 31, 0.08);
  border-radius: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74), 0 20px 40px rgba(51, 8, 13, 0.08);
}

.approach-number {
  position: absolute;
  top: -6px;
  right: 10px;
  z-index: 0;
  display: block;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(6rem, 13vw, 10rem);
  line-height: 0.9;
  font-weight: var(--display-weight);
  color: rgba(133, 38, 58, 0.06);
  pointer-events: none;
}

.approach-card h2,
.approach-card h3,
.approach-card p {
  position: relative;
  z-index: 1;
}

.approach-card h2,
.approach-card h3 {
  max-width: none;
  margin: 0 0 0.7rem;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.2vw, 2.1rem);
  font-weight: var(--display-weight-strong);
  line-height: 1.14;
  letter-spacing: -0.03em;
  color: #3a1f23;
  text-wrap: balance;
}

.approach-card h2 em,
.approach-card h3 em {
  color: rgba(133, 38, 58, 0.72);
  font-style: normal;
  font-weight: var(--display-weight-strong);
}

.approach-card p {
  margin: 0;
  line-height: 1.7;
  color: rgba(52, 42, 37, 0.82);
}

.why-kelldann-section {
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.08), transparent 24%),
    radial-gradient(circle at 78% 70%, rgba(176, 76, 93, 0.2), transparent 30%),
    linear-gradient(180deg, rgba(88, 18, 26, 0.98) 0%, rgba(107, 23, 33, 0.96) 54%, rgba(94, 20, 29, 0.98) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(42, 8, 14, 0.42);
  margin-top: 0;
}

.why-kelldann-layout {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.why-kelldann-section-inline {
  padding: 0.3rem 0 0;
  background: none;
  border-top: 0;
  border-bottom: 0;
}

.why-kelldann-logo img {
  width: 132px;
  height: 132px;
  object-fit: contain;
  background: transparent;
  border: 0;
  box-shadow: none;
  filter: invert(1);
  opacity: 0.5;
}

.why-kelldann-card {
  position: relative;
  overflow: hidden;
  padding: 30px 32px 30px 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 244, 239, 0.92));
  border: 1px solid rgba(48, 37, 31, 0.08);
  box-shadow: 0 18px 38px rgba(20, 16, 14, 0.08);
  text-align: left;
}

.why-kelldann-heading {
  margin: 0 0 1rem;
  text-align: left;
  color: #3a1f23;
}

.why-kelldann-story {
  display: grid;
  gap: 6px;
  text-align: left;
}

.why-kelldann-story h3 {
  margin: 0.75rem 0 0.15rem;
  padding-left: 14px;
  font-family: var(--font-ui);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
  color: rgba(92, 45, 37, 0.86);
}

.why-kelldann-copy {
  max-width: 48rem;
  margin: 0;
  padding-left: 14px;
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(52, 42, 37, 0.82);
}

.why-kelldann-copy b {
  color: #fff;
}

.ai-tools-intro {
  display: grid;
  gap: 10px;
  margin-top: 8px;
  margin-bottom: 10px;
  padding: 22px 24px 0;
}

.practice-section-ai .ai-tools-intro {
  display: grid;
  gap: 8px;
  max-width: 56rem;
  margin-top: 2px;
  margin-bottom: 12px;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ai-tools-heading {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: #f6fbff;
}

.practice-section-ai .ai-tools-heading {
  font-family: var(--font-ui);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-transform: none;
  color: rgba(92, 45, 37, 0.82);
}

.ai-tools-copy {
  max-width: 44rem;
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.74;
  color: rgba(227, 237, 255, 0.84);
}

.practice-section-ai .ai-tools-copy {
  max-width: 46rem;
  font-size: 1rem;
  line-height: 1.68;
  color: rgba(52, 42, 37, 0.74);
}

.practice-section-ai .ai-card:hover .ai-card-link,
.practice-section-ai .ai-card:focus-within .ai-card-link {
  transform: translateY(-2px);
  background: rgba(133, 38, 58, 0.12);
  border-color: rgba(133, 38, 58, 0.2);
  box-shadow: 0 14px 24px rgba(44, 22, 24, 0.14);
}

.practice-section-ai .ai-card:hover .ai-card-link::after,
.practice-section-ai .ai-card:focus-within .ai-card-link::after {
  transform: translateX(3px);
}

.practice-ai-tools-block {
  position: relative;
  margin-top: 0.9rem;
  padding: 30px 30px 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 16%, rgba(72, 116, 198, 0.24), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(255, 208, 110, 0.16), transparent 22%),
    linear-gradient(145deg, rgba(15, 30, 56, 0.98), rgba(21, 44, 78, 0.98) 46%, rgba(27, 57, 100, 0.94) 100%);
  border: 1px solid rgba(195, 219, 255, 0.18);
  border-radius: 24px;
  box-shadow: 0 28px 48px rgba(10, 16, 28, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.practice-ai-tools-block::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 44px 44px, 44px 44px;
  opacity: 0.22;
}

.practice-ai-tools-block > * {
  position: relative;
  z-index: 1;
}

.practice-ai-tools-block .ai-tools-intro {
  gap: 10px;
  max-width: 56rem;
  margin-bottom: 18px;
}

.practice-ai-tools-block .ai-tools-heading {
  color: rgba(229, 239, 255, 0.76);
}

.practice-ai-tools-block .ai-tools-copy {
  max-width: 50rem;
  color: rgba(234, 242, 255, 0.88);
}

.practice-ai-tools-block .ai-cards-grid {
  gap: 22px;
}

.practice-ai-tools-block .ai-card {
  min-height: 250px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 215, 120, 0.22);
  color: #eff6ff;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.practice-ai-tools-block .ai-card:hover,
.practice-ai-tools-block .ai-card:focus-visible {
  background: rgba(255, 245, 220, 0.06);
  border-color: rgba(255, 220, 140, 0.55);
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 215, 120, 0.25),
    0 0 22px rgba(255, 215, 120, 0.18);
}

.practice-ai-tools-block .feature-side-label {
  color: rgba(226, 239, 255, 0.88);
}

.practice-ai-tools-block .feature-side-copy {
  color: rgba(234, 242, 255, 0.82);
}

.practice-ai-tools-block .ai-tool-icon img,
.practice-ai-tools-block .ai-tool-icon svg {
  opacity: 0.25;
}

.practice-ai-tools-block .ai-card-link {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #f4f8ff;
}

.practice-ai-tools-block .ai-card:hover .ai-card-link,
.practice-ai-tools-block .ai-card:focus-within .ai-card-link {
  background: none;
  border-color: transparent;
  box-shadow: none;
  color: #ffffff;
}
