.hero {
  position: relative;
  z-index: 3;
  width: min(var(--hero-width), calc(100% - 64px));
  margin: 0 auto;
  padding: 62px 0 68px;
  text-align: center;
}

.hero::after {
  content: "";
  position: absolute;
  right: -6%;
  bottom: 0;
  left: -6%;
  height: 92px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(22, 8, 10, 0) 0%, rgba(31, 10, 14, 0.18) 42%, rgba(49, 13, 18, 0.34) 100%);
}

.hero-circuit {
  position: absolute;
  inset: -52px -180px -64px;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.72;
}

.hero-circuit-object {
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: scale(1.02);
  transform-origin: center;
  filter: saturate(0.9) brightness(0.88) contrast(0.95);
}

.hero > *:not(.hero-circuit) {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 66rem;
  margin: 0 auto;
  padding: 0;
}

.lede-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.lede-wrap::after {
  content: none;
}

.lede {
  max-width: 14ch;
  margin: 0 auto 1.05rem;
  font-family: var(--font-display);
  font-size: clamp(3.35rem, 6vw, 5.6rem);
  font-weight: var(--display-weight);
  line-height: 1.02;
  letter-spacing: var(--display-spacing);
  text-wrap: balance;
  color: #fffaf6;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.rule {
  width: min(132px, 18vw);
  height: 2px;
  margin: 1.25rem auto 1.45rem;
  background: linear-gradient(90deg, transparent, rgba(215, 194, 161, 0.24), rgba(255, 249, 242, 0.86), rgba(215, 194, 161, 0.24), transparent);
}

.subtext {
  max-width: 31rem;
  margin: 0 auto;
  font-family: var(--font-body);
  font-size: clamp(1.06rem, 1.55vw, 1.22rem);
  font-weight: 300;
  line-height: 1.74;
  letter-spacing: 0.004em;
  color: rgba(247, 239, 232, 0.82);
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
}

.subtext em {
  font-style: normal;
  font-weight: 700;
  color: rgba(255, 251, 247, 0.96);
}

.link-section {
  position: relative;
  z-index: 4;
  background: linear-gradient(180deg, rgba(101, 29, 44, 0.92) 0%, rgba(116, 35, 53, 0.975) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 -24px 50px rgba(37, 14, 20, 0.12);
}

.link-inner {
  padding: 24px 0 26px;
}

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

.link-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.35rem;
  min-height: 120px;
  padding: 20px 18px 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  color: #fff5ee;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.link-tile:hover,
.link-tile:focus-visible {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.link-icon-bg {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  z-index: 0;
  width: 8rem;
  height: 8rem;
  pointer-events: none;
}

.link-icon-bg img,
.link-icon-bg svg {
  width: 100%;
  height: 100%;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.link-icon-bg img {
  opacity: 0.12;
  filter: contrast(0.95);
}

.link-tile:hover .link-icon-bg img,
.link-tile:hover .link-icon-bg svg,
.link-tile:focus-visible .link-icon-bg img,
.link-tile:focus-visible .link-icon-bg svg {
  transform: scale(1.07);
  opacity: 0.16;
}

.link-kicker,
.link-label {
  position: relative;
  z-index: 1;
}

.link-kicker {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
  color: rgba(255, 245, 238, 0.74);
}

.link-label {
  padding-right: 2.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.95rem, 2.2vw, 2.45rem);
  font-weight: var(--display-weight);
  line-height: 1;
  letter-spacing: var(--display-spacing);
  color: rgba(241, 218, 211, 0.96);
  text-wrap: balance;
}

.expertise-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-top: 26px;
}

.expertise-topic {
  display: inline-flex;
  align-items: center;
  min-height: 2.45rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: rgba(255, 249, 243, 0.14);
  border: 1px solid rgba(255, 237, 226, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 10px 22px rgba(18, 10, 10, 0.08);
  font-family: var(--font-ui);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  color: rgba(255, 245, 238, 0.84);
  text-decoration: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.expertise-topic:hover,
.expertise-topic:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 249, 243, 0.22);
  border-color: rgba(255, 237, 226, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 26px rgba(18, 10, 10, 0.12);
  color: #fff;
  outline: none;
}

.patent-section {
  position: relative;
  z-index: 4;
  background: linear-gradient(180deg, rgba(250, 247, 242, 0.97) 0%, rgba(242, 237, 231, 0.985) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(48, 37, 31, 0.1);
  overflow: hidden;
}

.patent-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 50px 0 54px;
}

.patent-media {
  overflow: hidden;
  border: 1px solid rgba(48, 37, 31, 0.1);
  box-shadow: 0 26px 44px rgba(26, 18, 18, 0.18), 0 10px 18px rgba(26, 18, 18, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.patent-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 350 / 442;
  margin: 0 auto;
  object-fit: cover;
}

.patent-media-empty {
  position: relative;
  display: flex;
  align-self: stretch;
  min-height: 330px;
  border: 0;
  box-shadow: none;
  background: transparent;
  overflow: hidden;
}

.patent-media-empty::before {
  content: none;
}

.patent-media-empty::after {
  content: none;
}

.patent-slideshow {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  isolation: isolate;
}

.patent-slideshow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(242, 237, 231, 1) 0%, rgba(242, 237, 231, 0.72) 6%, rgba(242, 237, 231, 0.18) 12%, rgba(242, 237, 231, 0) 20%, rgba(242, 237, 231, 0) 86%, rgba(242, 237, 231, 0.2) 93%, rgba(242, 237, 231, 0.68) 97%, rgba(242, 237, 231, 1) 100%),
    linear-gradient(180deg, rgba(242, 237, 231, 1) 0%, rgba(242, 237, 231, 0.68) 7%, rgba(242, 237, 231, 0.16) 14%, rgba(242, 237, 231, 0) 23%, rgba(242, 237, 231, 0) 84%, rgba(242, 237, 231, 0.2) 91%, rgba(242, 237, 231, 0.72) 96%, rgba(242, 237, 231, 1) 100%);
}

.patent-slideshow::after {
  content: "";
  position: absolute;
  top: 0;
  right: -18px;
  width: clamp(72px, 8vw, 136px);
  height: 100%;
  z-index: 4;
  background: linear-gradient(90deg, rgba(242, 237, 231, 0) 0%, rgba(242, 237, 231, 0.12) 42%, rgba(242, 237, 231, 0.42) 68%, rgba(242, 237, 231, 0.86) 88%, rgba(242, 237, 231, 1) 100%);
  filter: blur(24px);
  opacity: 0.78;
}

.patent-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  transition: opacity 1.1s ease;
  overflow: hidden;
}

.patent-slide.is-active {
  opacity: 1;
}

.patent-slide.is-previous {
  opacity: 0;
}

.patent-slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform-origin: center center;
  filter: grayscale(1) brightness(0.98) contrast(0.9);
  mix-blend-mode: multiply;
  opacity: 0.76;
  -webkit-mask-image: radial-gradient(150% 136% at 50% 50%, #000 64%, rgba(0, 0, 0, 0.98) 74%, rgba(0, 0, 0, 0.82) 86%, rgba(0, 0, 0, 0.32) 94%, transparent 100%);
  mask-image: radial-gradient(150% 136% at 50% 50%, #000 64%, rgba(0, 0, 0, 0.98) 74%, rgba(0, 0, 0, 0.82) 86%, rgba(0, 0, 0, 0.32) 94%, transparent 100%);
  will-change: transform;
}

.patent-slide:nth-child(1) img {
  object-position: 48% 30%;
  animation: patent-kenburns-one 11s ease-in-out infinite alternate;
}

.patent-slide:nth-child(2) img {
  object-position: 28% 42%;
  animation: patent-kenburns-two 10.5s ease-in-out infinite alternate;
}

.patent-slide:nth-child(3) img {
  object-position: 52% 20%;
  animation: patent-kenburns-three 11.5s ease-in-out infinite alternate;
}

.patent-slideshow-caption {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 6;
  width: max-content;
  max-width: min(84%, 28rem);
  padding: 0.68rem 1rem;
  border-radius: 0;
  background: linear-gradient(180deg, #3b0f16 0%, #4a1721 100%);
  border: 1px solid rgba(255, 250, 246, 0.22);
  box-shadow: 0 14px 28px rgba(18, 8, 11, 0.16);
  font-family: var(--font-body);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #fffaf6;
  text-align: center;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  transform: translateX(-50%);
}

@keyframes patent-kenburns-one {
  0% {
    transform: translate3d(-5.5%, -4.5%, 0) scale(1.16);
  }

  100% {
    transform: translate3d(4.8%, 3.8%, 0) scale(1.34);
  }
}

@keyframes patent-kenburns-two {
  0% {
    transform: translate3d(5.2%, -5.2%, 0) scale(1.18);
  }

  100% {
    transform: translate3d(-4.9%, 4.4%, 0) scale(1.35);
  }
}

@keyframes patent-kenburns-three {
  0% {
    transform: translate3d(-4.8%, 4.2%, 0) scale(1.15);
  }

  100% {
    transform: translate3d(4.2%, -4.8%, 0) scale(1.33);
  }
}

.patent-copy {
  position: relative;
  z-index: 1;
  padding-left: 0;
  color: var(--text-dark);
}

.patent-eyebrow {
  color: rgba(52, 42, 37, 0.52);
}

.patent-title {
  color: #6b3142;
}

.patent-text {
  max-width: 44rem;
  color: rgba(52, 42, 37, 0.82);
}

.patent-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1.5rem;
}

.patent-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  width: 64%;
  min-height: 46px;
  margin-left: 36%;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(70, 56, 48, 0.1);
  color: var(--maroon);
  font-family: var(--font-ui);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-transform: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.patent-link:hover,
.patent-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(133, 38, 58, 0.18);
  box-shadow: 0 10px 22px rgba(60, 44, 37, 0.08);
}

.patent-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: rgba(133, 38, 58, 0.08);
}

.white-section {
  position: relative;
  z-index: 4;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(247, 244, 239, 0.98) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(48, 37, 31, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 -18px 36px rgba(0, 0, 0, 0.08);
}

.white-inner {
  padding: 44px 0 48px;
}

.section-heading-block {
  margin-bottom: 1.5rem;
}

.section-heading {
  margin: 0;
  position: relative;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  font-weight: var(--display-weight);
  line-height: 1.04;
  letter-spacing: var(--display-spacing);
  color: #5e3140;
  text-wrap: balance;
}

.section-heading::after {
  content: "";
  display: block;
  width: clamp(3.3rem, 7vw, 5.2rem);
  height: 1px;
  margin-top: 0.34em;
  background: linear-gradient(90deg, currentColor, rgba(255, 255, 255, 0));
  opacity: 0.22;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.news-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 0 22px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 242, 237, 0.9));
  border: 1px solid var(--card-border);
  border-radius: 20px;
  color: var(--text-dark);
  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;
}

.news-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  height: 2px;
  background: linear-gradient(90deg, rgba(133, 38, 58, 0.8), rgba(49, 66, 94, 0.34));
  opacity: 0.34;
}

.news-card:hover,
.news-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(133, 38, 58, 0.2);
  box-shadow: 0 24px 42px rgba(20, 16, 14, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.news-image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.5 / 1;
  background: #e7ddd1;
}

.news-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(247, 244, 239, 0.06), rgba(236, 228, 217, 0.18));
}

.news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-meta,
.news-title,
.news-copy,
.news-link {
  margin-right: 20px;
  margin-left: 20px;
}

.news-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 18px;
  margin-bottom: 0.75rem;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
  color: rgba(52, 42, 37, 0.5);
}

.news-meta::before,
.bio-title::before {
  content: "";
  flex: 0 0 auto;
  width: 1.45rem;
  height: 1px;
  background: linear-gradient(90deg, currentColor, rgba(255, 255, 255, 0));
  opacity: 0.62;
}

.news-title {
  margin-top: 0;
  margin-bottom: 0.7rem;
  font-family: var(--font-display);
  font-size: 1.48rem;
  font-weight: var(--display-weight-strong);
  line-height: 1.12;
  letter-spacing: -0.034em;
  color: #5f3242;
  text-wrap: balance;
}

.news-copy {
  margin-top: 0;
  font-size: 0.96rem;
  line-height: 1.62;
  color: var(--text-dark-soft);
}

.news-link,
.news-more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.62rem;
  margin-top: auto;
  font-family: var(--font-ui);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--maroon);
}

.news-link {
  padding-top: 1rem;
}

.news-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: rgba(133, 38, 58, 0.08);
  color: var(--maroon);
}

.news-more-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 26px;
}

.news-more-link {
  min-height: 54px;
  padding: 0 24px;
  font-size: 0.92rem;
  letter-spacing: 0.015em;
  background: linear-gradient(180deg, #87283c 0%, #6d2030 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #fff8f2;
  box-shadow: 0 12px 24px rgba(87, 31, 44, 0.18);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.news-more-link .news-link-icon {
  background: rgba(255, 255, 255, 0.12);
  color: #fff8f2;
}

.news-more-link:hover,
.news-more-link:focus-visible {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #903247 0%, #772537 100%);
  box-shadow: 0 18px 28px rgba(87, 31, 44, 0.24);
}

.feature-section {
  position: relative;
  z-index: 4;
}

.feature-inner {
  position: relative;
}

.feature-eyebrow {
  margin-bottom: 0.48rem;
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  font-family: var(--font-ui);
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-transform: none;
}

.feature-eyebrow::before {
  content: "";
  flex: 0 0 auto;
  width: 1.55rem;
  height: 1px;
  background: linear-gradient(90deg, currentColor, transparent);
  opacity: 0.66;
}

.feature-title {
  margin: 0 0 0.85rem;
  position: relative;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 3.9vw, 3.8rem);
  font-weight: var(--display-weight);
  line-height: 1.02;
  letter-spacing: var(--display-spacing);
  text-wrap: balance;
}

.feature-title::after {
  content: "";
  display: block;
  width: clamp(3.5rem, 9vw, 5.8rem);
  height: 1px;
  margin-top: 0.34em;
  background: linear-gradient(90deg, currentColor, rgba(255, 255, 255, 0));
  opacity: 0.28;
}

body.page-home .hero {
  padding: 28px 0 34px;
}

body.page-home .hero::after {
  height: 54px;
}

body.page-home .hero-circuit {
  inset: -36px -140px -40px;
}

body.page-home .hero-content {
  max-width: 66rem;
}

body.page-home .lede {
  max-width: 12.6ch;
  margin-bottom: 0.7rem;
  font-size: clamp(2.75rem, 5vw, 4.35rem);
  font-weight: var(--display-weight);
  line-height: 0.96;
  letter-spacing: var(--display-spacing);
}

body.page-home .rule {
  width: min(108px, 16vw);
  margin: 0.85rem auto 0.95rem;
}

body.page-home .subtext {
  max-width: 40rem;
  font-size: clamp(0.92rem, 1.25vw, 1.04rem);
  line-height: 1.48;
}

body.page-home .feature-title {
  font-size: clamp(3.35rem, 6vw, 5.9rem);
  font-weight: var(--display-weight);
  line-height: 0.91;
  letter-spacing: var(--display-spacing);
}

body.page-home .feature-title::after {
  width: clamp(4.5rem, 10vw, 7rem);
  height: 2px;
  margin-top: 0.28em;
  opacity: 0.42;
}

body.page-home .insights-section .feature-title {
  max-width: 10.75ch;
}

body.page-home .patent-title {
  max-width: none;
  font-size: clamp(3.05rem, 5.25vw, 5.15rem);
  white-space: nowrap;
}

body.page-home .ai-section .feature-title {
  max-width: none;
}

body.page-home .feature-heading-stack {
  max-width: 38rem;
}

body.page-home .white-section .section-heading {
  font-size: clamp(3rem, 5.35vw, 5.25rem);
  font-weight: var(--display-weight);
  line-height: 0.91;
  letter-spacing: var(--display-spacing);
  color: #31425e;
}

body.page-home .white-section .section-heading::after {
  width: clamp(4.2rem, 9vw, 6.8rem);
  height: 2px;
  margin-top: 0.28em;
  opacity: 0.42;
}

.feature-copy {
  margin: 0;
  font-size: 1rem;
  line-height: 1.68;
  letter-spacing: 0.005em;
}

.ai-practice-copy {
  margin-top: 0.95rem;
}

.feature-topic-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1.55rem;
}

.feature-topic {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0 0.95rem;
  border-radius: 999px;
  font-family: var(--font-ui);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.patent-section .feature-topic {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(70, 56, 48, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    0 12px 24px rgba(22, 16, 14, 0.06);
  color: rgba(52, 42, 37, 0.82);
}

.ai-section .feature-topic {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(235, 241, 252, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: rgba(241, 247, 255, 0.86);
}

.patent-section .feature-topic:hover,
.patent-section .feature-topic:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(133, 38, 58, 0.2);
  box-shadow: 0 14px 28px rgba(60, 44, 37, 0.1);
  color: var(--maroon);
}

.ai-section .feature-topic:hover,
.ai-section .feature-topic:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(235, 241, 252, 0.28);
  box-shadow: 0 14px 28px rgba(7, 11, 19, 0.16);
  color: #fff;
}

.feature-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.feature-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: rgba(7, 17, 9, 0.12);
  color: currentColor;
  line-height: 1;
}

.ai-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(118, 164, 240, 0.1), transparent 26%),
    radial-gradient(circle at 82% 72%, rgba(54, 92, 168, 0.24), transparent 30%),
    radial-gradient(circle at 52% 50%, rgba(194, 222, 255, 0.035), transparent 34%),
    linear-gradient(135deg, #08111f 0%, #102340 44%, #2f4773 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.36);
}

.ai-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 48%, rgba(7, 16, 30, 0) 0%, rgba(7, 16, 30, 0.12) 58%, rgba(7, 16, 30, 0.26) 100%),
    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: auto, 44px 44px, 44px 44px;
  opacity: 0.18;
}

.ai-network {
  position: absolute;
  inset: -2% -1% 0;
  pointer-events: none;
  opacity: 0.56;
  mix-blend-mode: screen;
  filter: saturate(1.05);
}

.ai-network-object {
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: scale(1.03);
  transform-origin: center;
}

.feature-inner-ai {
  min-height: 0;
  padding: 40px 0 42px;
}

.ai-copy-block {
  max-width: 62rem;
  margin-bottom: 0.9rem;
}

.ai-section .feature-eyebrow {
  color: rgba(209, 226, 255, 0.74);
}

.ai-section .feature-title {
  max-width: 14ch;
  color: #f3f8ff;
}

.ai-section .feature-copy {
  max-width: 58rem;
  color: rgba(226, 237, 255, 0.88);
}

.ai-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body.page-home .ai-section .ai-cards-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 12px;
}

.practice-section-ai .ai-cards-grid {
  gap: 18px;
}

.ai-more-tools-row {
  justify-content: flex-end;
  margin-top: 10px;
}

.ai-more-tools-link {
  min-height: 54px;
  padding: 0 24px;
  font-size: 0.92rem;
  letter-spacing: 0.015em;
  background: linear-gradient(180deg, #8ab4ff 0%, #5d8fdf 100%);
  border-color: rgba(210, 228, 255, 0.28);
  color: #f5f9ff;
  box-shadow:
    0 12px 24px rgba(8, 24, 52, 0.2),
    0 0 0 1px rgba(210, 228, 255, 0.1);
}

.ai-more-tools-link .news-link-icon {
  background: rgba(245, 249, 255, 0.16);
  color: #f5f9ff;
}

.ai-more-tools-link:hover,
.ai-more-tools-link:focus-visible {
  background: linear-gradient(180deg, #9bc0ff 0%, #6a9ae5 100%);
  box-shadow:
    0 16px 28px rgba(8, 24, 52, 0.24),
    0 0 0 1px rgba(220, 234, 255, 0.14);
}

.ai-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  min-height: 250px;
  padding: 26px 24px 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 215, 120, 0.22);
  border-radius: 22px;
  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);
  cursor: pointer;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background-color 0.18s ease,
    background-position 0.4s ease,
    background-size 0.4s ease,
    box-shadow 0.18s ease;
}

.ai-section .ai-card-illustrated {
  background-color: rgba(247, 250, 255, 0.03);
  background-image:
    linear-gradient(180deg, rgba(48, 64, 96, 0.2) 0%, rgba(21, 30, 49, 0.56) 100%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.015) 42%, rgba(12, 18, 29, 0.12) 100%),
    var(--ai-card-art);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, 108% auto;
  background-position: center center, center center, center 52%;
  border-color: rgba(234, 241, 252, 0.18);
  box-shadow:
    0 24px 46px rgba(7, 11, 19, 0.28),
    0 10px 18px rgba(7, 11, 19, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.ai-section .ai-card-illustrated:hover,
.ai-section .ai-card-illustrated:focus-visible {
  background-color: rgba(247, 250, 255, 0.05);
  background-position: center center, center center, center 46%;
  background-size: auto, auto, 112% auto;
  border-color: rgba(244, 248, 255, 0.28);
  box-shadow:
    0 28px 52px rgba(7, 11, 19, 0.34),
    0 14px 24px rgba(7, 11, 19, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.ai-section .ai-card-illustrated::before {
  display: none;
}

.ai-card-examiner-metrics {
  --ai-card-art: url("../images/examiner-metrics.svg");
}

.ai-card-unclaimed-subject {
  --ai-card-art: url("../images/unclaimed-subject-matter.svg");
}

.ai-card-amendment-history {
  --ai-card-art: url("../images/claim-amendment-history.svg");
}

.ai-card-antecedent-basis {
  --ai-card-art: url("../images/antecedent-basis.svg");
}

.ai-section .ai-card-antecedent-basis.ai-card-illustrated {
  background-size: auto, auto, 82% auto;
  background-position: center center, center center, center 56%;
}

.ai-section .ai-card-antecedent-basis.ai-card-illustrated:hover,
.ai-section .ai-card-antecedent-basis.ai-card-illustrated:focus-visible {
  background-size: auto, auto, 86% auto;
  background-position: center center, center center, center 52%;
}

body.page-home .ai-section .ai-card {
  min-height: 212px;
  padding: 20px 18px 18px;
  border-radius: 18px;
  gap: 0.72rem;
}

body.page-home .ai-section .feature-side-label {
  max-width: 14ch;
  padding-right: 1.6rem;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}

body.page-home .ai-section .feature-side-copy {
  font-size: 0.84rem;
  line-height: 1.48;
}

body.page-home .ai-section .feature-side-copy::after,
body.home .ai-section .feature-side-copy::after,
body.front-page .ai-section .feature-side-copy::after {
  content: " \2192";
  display: inline-block;
  margin-left: 0.28rem;
  font-size: 0.92em;
  line-height: 1;
  color: rgba(244, 248, 255, 0.94);
}

body.page-home .ai-section .ai-card-link {
  display: none;
}

body.home .ai-section .ai-card-link,
body.front-page .ai-section .ai-card-link {
  display: none;
}

body.page-home .ai-more-tools-link {
  min-height: 46px;
  padding: 0 18px;
  font-size: 0.82rem;
}

.practice-section-ai .ai-card {
  min-height: 236px;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(249, 246, 241, 0.86)),
    linear-gradient(135deg, rgba(168, 210, 255, 0.1), rgba(255, 215, 120, 0.04));
  border-color: rgba(58, 63, 73, 0.08);
  color: var(--text-dark);
  box-shadow: 0 20px 40px rgba(20, 16, 14, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.ai-card::before {
  content: "";
  position: absolute;
  top: -0.35rem;
  right: -1rem;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(187, 214, 255, 0.1) 0%, rgba(187, 214, 255, 0.02) 56%, transparent 72%);
}

.ai-card::after {
  display: none;
}

.ai-card:hover,
.ai-card:focus-visible {
  transform: translateY(-6px);
  background-color: 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-section-ai .ai-card:hover,
.practice-section-ai .ai-card:focus-visible {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(249, 246, 241, 0.9)),
    linear-gradient(135deg, rgba(168, 210, 255, 0.12), rgba(255, 215, 120, 0.06));
  border-color: rgba(47, 71, 115, 0.16);
  box-shadow: 0 24px 42px rgba(20, 16, 14, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.ai-tool-icon {
  position: absolute;
  top: 0.45rem;
  right: 0.35rem;
  width: 7rem;
  height: 7rem;
  color: rgba(226, 239, 255, 0.12);
}

.ai-tool-icon svg,
.ai-tool-icon img {
  width: 100%;
  height: 100%;
  opacity: 0.25;
}

.feature-side-label {
  position: relative;
  z-index: 1;
  max-width: 15ch;
  margin: 0;
  padding-right: 3.5rem;
  font-family: var(--font-ui);
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-transform: none;
  color: rgba(226, 239, 255, 0.88);
}

.practice-section-ai .feature-side-label {
  color: rgba(52, 42, 37, 0.74);
}

.feature-side-copy {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.62;
  color: rgba(234, 242, 255, 0.82);
}

.practice-section-ai .feature-side-copy {
  color: rgba(52, 42, 37, 0.76);
}

.ai-card-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  font-family: var(--font-ui);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
  color: #f4f8ff;
  text-decoration: none;
}

.practice-section-ai .ai-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  align-self: flex-start;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(133, 38, 58, 0.08);
  border: 1px solid rgba(133, 38, 58, 0.14);
  color: var(--maroon);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.ai-card-link-text {
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.18s ease, color 0.18s ease;
}

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

.techlaw-section {
  overflow: hidden;
  background: linear-gradient(180deg, #12080d 0%, #180b12 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(48, 37, 31, 0.12);
}

.techlaw-video-shell {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.techlaw-video-bg,
.techlaw-video-fallback {
  width: 100%;
  height: 100%;
}

.techlaw-video-bg {
  object-fit: cover;
  opacity: 0.56;
  filter: saturate(0.72) brightness(0.58) hue-rotate(-18deg);
}

.techlaw-video-fallback {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(170, 78, 101, 0.06), transparent 92%),
    radial-gradient(circle at 82% 24%, rgba(114, 126, 177, 0.05), transparent 98%),
    linear-gradient(180deg, rgba(18, 8, 13, 0.54), rgba(20, 8, 13, 0.68), transparent 58%);
}

.techlaw-video-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 8, 13, 0.12), rgba(20, 8, 13, 0.32)),
    linear-gradient(90deg, rgba(133, 38, 58, 0.04), transparent 40%, transparent 60%, rgba(133, 38, 58, 0.04));
}

.feature-inner-techlaw {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
  gap: 14px 42px;
  align-items: start;
  min-height: 0;
  padding: 40px 0 44px;
}

.techlaw-heading-block {
  grid-column: 1;
  grid-row: 1;
  max-width: none;
}

.techlaw-copy-block {
  grid-column: 1;
  grid-row: 2;
  max-width: 25rem;
  align-self: start;
}

.techlaw-visual-column {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  gap: 0;
  align-content: start;
  width: 100%;
}

.techlaw-topic-row {
  margin-top: 0.85rem;
  max-width: none;
}

.techlaw-heading-block .feature-eyebrow {
  color: rgba(234, 201, 206, 0.72);
}

.techlaw-heading-block .feature-title {
  max-width: 8.5ch;
  color: #fff0eb;
}

.techlaw-section .feature-copy {
  max-width: 25rem;
  color: rgba(247, 239, 232, 0.86);
}

.techlaw-mosaic {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.94fr) minmax(0, 0.98fr);
  grid-auto-rows: 106px;
  width: 100%;
  max-width: none;
  gap: 12px;
  justify-self: stretch;
  align-self: stretch;
  align-items: stretch;
}

.techlaw-mosaic-card {
  position: relative;
  min-height: auto;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 230, 236, 0.14);
  box-shadow: 0 18px 34px rgba(7, 4, 6, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.techlaw-mosaic-card:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.techlaw-mosaic-card:nth-child(2) {
  grid-column: 2 / span 2;
  grid-row: 1;
}

.techlaw-mosaic-card:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.techlaw-mosaic-card:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
}

.techlaw-mosaic-card:nth-child(5) {
  grid-column: 1;
  grid-row: 3;
}

.techlaw-mosaic-card:nth-child(6) {
  grid-column: 2;
  grid-row: 3;
}

.techlaw-mosaic-card:nth-child(7) {
  grid-column: 3;
  grid-row: 3;
}

.techlaw-mosaic-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 8, 13, 0.04) 0%, rgba(18, 8, 13, 0.16) 46%, rgba(18, 8, 13, 0.86) 100%),
    linear-gradient(90deg, rgba(133, 38, 58, 0.04), rgba(133, 38, 58, 0));
}

.techlaw-mosaic-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) brightness(0.88);
}

.techlaw-mosaic-caption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 1;
  margin: 0;
  font-family: var(--font-ui);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
  color: #fff4ef;
}

.techlaw-section .feature-topic {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 228, 235, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: rgba(255, 243, 238, 0.88);
}

.techlaw-section .feature-topic:hover,
.techlaw-section .feature-topic:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 228, 235, 0.28);
  box-shadow: 0 14px 28px rgba(12, 6, 9, 0.18);
  color: #fff;
}

.insights-section {
  background: linear-gradient(180deg, #fcfbf9 0%, #f2efea 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(48, 37, 31, 0.12);
}

.feature-inner-insights {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
  gap: 34px 44px;
  align-items: start;
  padding: 62px 0 66px;
}

.feature-heading-stack {
  max-width: 34rem;
}

.insights-section .feature-eyebrow {
  color: rgba(52, 42, 37, 0.52);
}

.insights-section .feature-title {
  color: #31425e;
}

.insights-section .feature-copy {
  color: rgba(52, 42, 37, 0.78);
}

.insights-intro {
  max-width: 34rem;
}

.insights-library-stack {
  display: grid;
  gap: 14px;
}

.insights-side-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1.35rem;
}

.insights-library-stack .insights-side-links {
  margin-top: 0;
}

.insights-side-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 42px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(70, 56, 48, 0.1);
  border-radius: 999px;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
  color: rgba(52, 42, 37, 0.82);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.insights-side-link:hover,
.insights-side-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(133, 38, 58, 0.18);
  box-shadow: 0 10px 22px rgba(60, 44, 37, 0.08);
}

.insights-side-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 999px;
  background: rgba(133, 38, 58, 0.08);
  color: var(--maroon);
}

.insights-library {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.insight-item {
  padding: 12px 8px 10px;
  text-align: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.18s ease;
}

.insight-item:hover {
  transform: translateY(-4px);
}

.insight-image {
  width: 100%;
  max-width: 112px;
  aspect-ratio: 0.72 / 1;
  margin: 0 auto 14px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.16);
}

.insight-title {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: var(--display-weight-strong);
  line-height: 1.18;
  letter-spacing: -0.028em;
  color: #3d5273;
  text-wrap: balance;
}

.insight-title a {
  color: inherit;
}

.insight-title a:hover,
.insight-title a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.insight-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: none;
  color: var(--maroon);
}

.insight-link::after {
  content: "\2197";
  line-height: 1;
}

.news-link span:last-child,
.insight-link,
.archive-card-cta,
.insights-attorney-link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.18s ease, color 0.18s ease;
}

.news-card:hover .news-link span:last-child,
.news-card:focus-visible .news-link span:last-child,
.insight-item:hover .insight-link,
.insight-item:focus-within .insight-link,
.archive-card-link:hover .archive-card-cta,
.archive-card-link:focus-visible .archive-card-cta,
.insights-attorney-card:hover .insights-attorney-link,
.insights-attorney-card:focus-visible .insights-attorney-link {
  text-decoration-color: currentColor;
}

.ai-card:hover .ai-card-link-text,
.ai-card:focus-visible .ai-card-link-text {
  text-decoration-color: currentColor;
}

.gaming-section {
  overflow: hidden;
  background: linear-gradient(180deg, #060707 0%, #0a0c0a 100%);
  border-top: 1px solid rgba(124, 255, 165, 0.1);
  border-bottom: 1px solid rgba(124, 255, 165, 0.1);
}
