.law-landing {
  --law-ink: #142a36;
  --law-ink-2: #203a47;
  --law-paper: #f1f4f4;
  --law-card: #fbfcfc;
  --law-line: #cbd6d8;
  --law-gold: #5c7e86;
  --law-muted: #5b686d;
  --industry-accent: var(--law-gold);
  --industry-soft: #e2eaec;
  --orange: var(--law-gold);
}

.law-landing h1,
.law-landing h2,
.law-landing h3,
.law-landing h4 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.law-landing .wd-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--law-paper);
}

.law-landing .wd-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -28% -12%;
  background:
    repeating-linear-gradient(90deg, transparent 0 84px, rgba(92, 126, 134, .085) 85px 86px),
    repeating-linear-gradient(0deg, transparent 0 84px, rgba(92, 126, 134, .055) 85px 86px);
  transform: rotate(-8deg) translate3d(-1.5%, 0, 0);
  pointer-events: none;
}

.law-landing .wd-hero h1 {
  max-width: 780px;
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
  font-size: clamp(3.55rem, 6.1vw, 6.45rem);
  line-height: .88;
  letter-spacing: -.07em;
}

.law-landing .wd-hero h1 em {
  color: var(--law-gold);
}

.law-landing .wd-hero-media {
  height: 560px;
  border: 0;
  box-shadow: 16px 16px 0 var(--law-ink);
}

.law-landing .wd-hero-media::before {
  border-color: rgba(20, 42, 54, .34);
}

.law-landing .wd-hero-media figcaption {
  padding: 18px 20px;
  background: linear-gradient(180deg, transparent, rgba(10, 26, 34, .88));
}

.law-landing .wd-hero-media figcaption span,
.law-landing .wd-hero-media figcaption strong {
  color: #fff;
}

.law-landing .wd-hero-proof span b,
.law-landing .wd-kicker,
.law-landing .wd-eyebrow {
  color: var(--law-gold);
}

.law-landing .wd-nav-links .law-header-link {
  color: var(--law-ink);
  font: 700 .65rem/1.2 var(--mono);
  letter-spacing: .035em;
  text-transform: uppercase;
}

.law-landing .wd-nav-links .law-header-link:hover,
.law-landing .wd-nav-links .law-header-link:focus-visible {
  color: var(--law-gold);
}

.law-site {
  background: var(--law-paper);
  color: var(--law-ink);
  padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.law-site-shell {
  border: 1px solid var(--law-line);
  background: var(--law-card);
  box-shadow: 0 26px 70px rgba(20, 42, 54, .09);
}

.law-site-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(250px, .75fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  padding: clamp(2.4rem, 5vw, 4.8rem);
  background: var(--law-ink);
  color: #f9f6ef;
}

.law-site-mark {
  margin: 0 0 1.25rem;
  color: #b9d0d4;
  font: 700 .68rem/1.35 var(--mono);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.law-site-head h2 {
  max-width: 760px;
  margin: 0;
  color: #f9f6ef;
  font: 400 clamp(3.1rem, 6.1vw, 6.2rem)/.88 "Iowan Old Style", Baskerville, Georgia, serif;
  letter-spacing: -.065em;
}

.law-site-head h2 em {
  display: block;
  color: #b9d0d4;
  font-style: italic;
  font-weight: 400;
}

.law-site-intro {
  border-left: 1px solid #6e929a;
  padding-left: 1.45rem;
}

.law-site-intro p {
  margin: 0 0 1.35rem;
  color: #dbe1df;
  font-size: 1rem;
  line-height: 1.7;
}

.law-site-intro a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 1rem;
  border: 1px solid #b9d0d4;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  transition: background .2s ease, color .2s ease;
}

.law-site-intro a:hover,
.law-site-intro a:focus-visible {
  background: #b9d0d4;
  color: var(--law-ink);
}

.law-site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0 clamp(1.2rem, 4vw, 3rem);
  border-bottom: 1px solid var(--law-line);
  background: #e8edef;
}

.law-site-nav a {
  padding: 1rem 1.1rem;
  border-right: 1px solid var(--law-line);
  color: var(--law-ink);
  font: 700 .68rem/1.2 var(--mono);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.law-site-nav a:first-child {
  border-left: 1px solid var(--law-line);
}

.law-site-nav a:hover,
.law-site-nav a:focus-visible {
  background: var(--law-ink);
  color: #fff;
}

.law-site-nav .law-site-nav-cta {
  margin: .45rem 0 .45rem auto;
  padding: .55rem .9rem;
  border: 1px solid var(--law-ink);
  background: var(--law-ink);
  color: #fff;
}

.law-site-nav .law-site-nav-cta:hover,
.law-site-nav .law-site-nav-cta:focus-visible {
  background: var(--law-gold);
  border-color: var(--law-gold);
  color: #fff;
}

.law-demo-banner {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.15rem clamp(1.4rem, 4vw, 3rem);
  border-bottom: 1px solid var(--law-line);
  background: #dce6e8;
}

.law-demo-banner div {
  display: grid;
  gap: .25rem;
}

.law-demo-banner span {
  color: var(--law-gold);
  font: 800 .61rem/1.2 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.law-demo-banner strong {
  color: var(--law-ink);
  font: 400 1.24rem/1.2 "Iowan Old Style", Baskerville, Georgia, serif;
}

.law-demo-banner a {
  display: inline-flex;
  min-height: 46px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 1.05rem;
  border: 1px solid var(--law-ink);
  background: var(--law-ink);
  color: #fff;
  font-size: .76rem;
  font-weight: 800;
  transition: background .2s ease, border-color .2s ease;
}

.law-demo-banner a:hover,
.law-demo-banner a:focus-visible {
  border-color: var(--law-gold);
  background: var(--law-gold);
}

.law-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--law-line);
  background: var(--law-card);
}

.law-trust-strip div {
  min-width: 0;
  padding: 1.15rem 1.25rem;
  border-right: 1px solid var(--law-line);
}

.law-trust-strip div:last-child {
  border-right: 0;
}

.law-trust-strip span,
.law-trust-strip strong,
.law-trust-strip small {
  display: block;
}

.law-trust-strip span {
  margin-bottom: 1.1rem;
  color: var(--law-gold);
  font: 700 .61rem/1 var(--mono);
}

.law-trust-strip strong {
  color: var(--law-ink);
  font-size: .84rem;
}

.law-trust-strip small {
  margin-top: .32rem;
  color: var(--law-muted);
  font-size: .69rem;
  line-height: 1.45;
}

.law-site-content {
  padding: clamp(2.5rem, 5vw, 4.6rem);
}

.law-block {
  scroll-margin-top: 96px;
  padding-top: clamp(3.8rem, 6vw, 5.8rem);
}

.law-block:first-child {
  padding-top: 0;
}

.law-block + .law-block {
  margin-top: clamp(3.8rem, 6vw, 5.8rem);
  border-top: 1px solid var(--law-line);
}

.law-block-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .68fr);
  gap: 3rem;
  align-items: end;
  margin-bottom: 2rem;
}

.law-block-kicker {
  color: var(--law-gold);
  font: 700 .66rem/1.3 var(--mono);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.law-block-head h3 {
  max-width: 760px;
  margin: .65rem 0 0;
  color: var(--law-ink);
  font: 400 clamp(2.35rem, 4vw, 4.25rem)/.94 "Iowan Old Style", Baskerville, Georgia, serif;
  letter-spacing: -.055em;
}

.law-block-head p {
  max-width: 480px;
  margin: 0;
  color: var(--law-muted);
  line-height: 1.68;
}

.law-area-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--law-line);
}

.law-area {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 1rem;
  padding: 1.45rem 1.4rem 1.45rem 0;
  border-bottom: 1px solid var(--law-line);
  transition: background .22s ease, box-shadow .22s ease;
}

.law-area:nth-child(even) {
  padding-right: 0;
  padding-left: 1.4rem;
  border-left: 1px solid var(--law-line);
}

.law-area > span {
  padding-top: .2rem;
  color: var(--law-gold);
  font: 700 .68rem var(--mono);
}

.law-area h4 {
  margin: 0 0 .35rem;
  color: var(--law-ink);
  font: 400 1.42rem/1.05 "Iowan Old Style", Baskerville, Georgia, serif;
}

.law-area p {
  margin: 0;
  color: var(--law-muted);
  font-size: .9rem;
  line-height: 1.55;
}

.law-area:hover,
.law-area:focus-within {
  background: #edf2f3;
  box-shadow: inset 3px 0 0 var(--law-gold);
}

.law-area > div {
  min-width: 0;
}

.law-area-toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: .72rem 0 0;
  border: 0;
  border-top: 1px solid var(--law-line);
  background: transparent;
  color: var(--law-ink);
  font: 800 .67rem/1.25 var(--sans);
  text-align: left;
  cursor: pointer;
}

.law-area-toggle i {
  color: var(--law-gold);
  font: 400 1rem/1 "Iowan Old Style", Baskerville, Georgia, serif;
}

.law-area-details {
  margin-top: .8rem;
  color: #45585f;
  font-size: .79rem;
  line-height: 1.55;
}

.law-area-details[hidden] {
  display: none;
}

.law-atmosphere {
  position: relative;
  display: flex;
  min-height: 410px;
  align-items: flex-end;
  margin-top: clamp(4rem, 7vw, 6.5rem);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(13, 32, 42, .94) 0%, rgba(13, 32, 42, .82) 42%, rgba(13, 32, 42, .18) 78%),
    url('/assets/kanzlei-besprechungsraum-v1.jpg') center/cover no-repeat;
}

.law-atmosphere::after {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255,255,255,.22);
  pointer-events: none;
}

.law-atmosphere-copy {
  position: relative;
  z-index: 1;
  width: min(610px, 76%);
  padding: clamp(2rem, 5vw, 4rem);
  color: #fff;
}

.law-atmosphere-copy .law-block-kicker {
  color: #b9d0d4;
}

.law-atmosphere h3 {
  margin: .8rem 0 1rem;
  color: #fff;
  font: 400 clamp(2.3rem, 4.4vw, 4.3rem)/.94 "Iowan Old Style", Baskerville, Georgia, serif;
  letter-spacing: -.05em;
}

.law-atmosphere p {
  max-width: 520px;
  margin: 0;
  color: #d8e0de;
  line-height: 1.68;
}

.law-atmosphere + .law-block {
  margin-top: clamp(3rem, 5vw, 4.5rem);
  padding-top: 0;
}

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

.law-person {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--law-line);
  background: #f4f7f7;
}

.law-person-photo {
  position: relative;
  height: clamp(245px, 25vw, 315px);
  overflow: hidden;
  background: #d8d9d4;
}

.law-person-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  background: linear-gradient(transparent, rgba(20, 42, 54, .2));
  pointer-events: none;
}

.law-person-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  filter: saturate(.83) contrast(1.02);
  transition: transform .65s cubic-bezier(.2, .75, .25, 1), filter .35s ease;
}

.law-person:hover .law-person-photo img,
.law-person:focus-within .law-person-photo img {
  transform: scale(1.025);
  filter: saturate(.95) contrast(1.03);
}

.law-person-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem;
}

.law-person-role {
  min-height: 2.4em;
  color: var(--law-gold);
  font: 700 .64rem/1.35 var(--mono);
  letter-spacing: .07em;
  text-transform: uppercase;
}

.law-person h4 {
  margin: .55rem 0 .7rem;
  color: var(--law-ink);
  font: 400 1.65rem/1 "Iowan Old Style", Baskerville, Georgia, serif;
}

.law-person p {
  margin: 0 0 1rem;
  color: var(--law-muted);
  font-size: .87rem;
  line-height: 1.58;
}

.law-person ul {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
  color: #4e5c61;
  font-size: .8rem;
  line-height: 1.55;
}

.law-person li {
  padding: .45rem 0;
  border-top: 1px solid var(--law-line);
}

.law-person a {
  margin-top: auto;
  color: var(--law-ink);
  font-size: .78rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--law-gold);
  text-underline-offset: .28em;
}

.law-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.law-process article {
  min-height: 190px;
  padding: 1.3rem;
  border-top: 3px solid var(--law-gold);
  background: #e8edef;
}

.law-process span {
  color: var(--law-gold);
  font: 700 .64rem var(--mono);
  letter-spacing: .08em;
}

.law-process h4 {
  margin: 2.6rem 0 .55rem;
  color: var(--law-ink);
  font: 400 1.35rem/1.05 "Iowan Old Style", Baskerville, Georgia, serif;
}

.law-process p {
  margin: 0;
  color: var(--law-muted);
  font-size: .83rem;
  line-height: 1.55;
}

.law-guidance {
  position: relative;
  display: grid;
  min-height: 320px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .64fr);
  gap: 3rem;
  align-items: end;
  margin-top: clamp(4rem, 7vw, 6.5rem);
  padding: clamp(2rem, 5vw, 4rem);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(13, 32, 42, .94), rgba(13, 32, 42, .72) 58%, rgba(13, 32, 42, .46)),
    url('/assets/kanzlei-arbeitsdetail-v1.jpg') center/cover no-repeat;
  color: #fff;
}

.law-guidance::after {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255,255,255,.22);
  pointer-events: none;
}

.law-guidance > * {
  position: relative;
  z-index: 1;
}

.law-guidance .law-block-kicker {
  color: #b9d0d4;
}

.law-guidance h3 {
  max-width: 680px;
  margin: .75rem 0 0;
  color: #fff;
  font: 400 clamp(2.15rem, 4vw, 3.85rem)/.94 "Iowan Old Style", Baskerville, Georgia, serif;
  letter-spacing: -.05em;
}

.law-guidance p {
  margin: 0;
  color: #d8e0de;
  line-height: 1.65;
}

.law-guidance + .law-block {
  margin-top: clamp(3rem, 5vw, 4.5rem);
  padding-top: 0;
}

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

.law-article-card {
  display: flex;
  min-height: 215px;
  flex-direction: column;
  padding: 1.45rem;
  border: 1px solid var(--law-line);
  background: var(--law-card);
}

.law-article-card:hover,
.law-article-card:focus-visible {
  border-color: var(--law-gold);
  background: #e5edef;
}

.law-article-card span {
  color: var(--law-gold);
  font: 700 .64rem var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.law-article-card h4 {
  margin: 2.35rem 0 .7rem;
  color: var(--law-ink);
  font: 400 1.45rem/1.08 "Iowan Old Style", Baskerville, Georgia, serif;
}

.law-article-card p {
  margin: 0 0 1.2rem;
  color: var(--law-muted);
  font-size: .84rem;
  line-height: 1.55;
}

.law-article-card b {
  margin-top: auto;
  color: var(--law-ink);
  font-size: .76rem;
}

.law-contact {
  display: grid;
  grid-template-columns: minmax(270px, .82fr) minmax(0, 1.18fr);
  gap: 1rem;
}

.law-office {
  padding: 1.65rem;
  background: var(--law-ink);
  color: #fff;
}

.law-office h4 {
  margin: 0 0 1.2rem;
  color: #fff;
  font: 400 1.65rem/1.05 "Iowan Old Style", Baskerville, Georgia, serif;
}

.law-office p {
  margin: .4rem 0;
  color: #d7dfdc;
  font-size: .9rem;
  line-height: 1.65;
}

.law-office a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: .25em;
}

.law-hours {
  margin-top: 1.35rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.law-map {
  position: relative;
  min-height: 175px;
  margin-top: 1.35rem;
  overflow: hidden;
  background-color: #d8e0e0;
  background-image:
    linear-gradient(27deg, transparent 46%, rgba(255,255,255,.82) 47%, rgba(255,255,255,.82) 51%, transparent 52%),
    linear-gradient(153deg, transparent 42%, rgba(255,255,255,.75) 43%, rgba(255,255,255,.75) 47%, transparent 48%),
    linear-gradient(90deg, transparent 47%, rgba(152,168,159,.48) 48%, rgba(152,168,159,.48) 50%, transparent 51%);
  background-size: 155px 105px, 185px 145px, 115px 115px;
}

.law-map-dot {
  position: absolute;
  top: 44%;
  left: 58%;
  width: 1.1rem;
  height: 1.1rem;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--law-gold);
  box-shadow: 0 0 0 5px rgba(92, 126, 134, .3);
}

.law-map-label {
  position: absolute;
  top: 61%;
  left: 39%;
  padding: .35rem .55rem;
  background: var(--law-ink);
  color: #fff;
  font: 700 .6rem var(--mono);
  letter-spacing: .04em;
}

.law-form {
  padding: 1.65rem;
  border: 1px solid var(--law-line);
  background: #f4f7f7;
  color: var(--law-ink);
}

.law-form-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 1.35rem;
  padding: 0;
  border: 1px solid var(--law-line);
  background: var(--law-line);
  list-style: none;
}

.law-form-flow li {
  display: grid;
  gap: .28rem;
  padding: .7rem;
  background: #fff;
  color: var(--law-muted);
  font-size: .65rem;
  line-height: 1.3;
}

.law-form-flow b {
  color: var(--law-gold);
  font: 700 .58rem/1 var(--mono);
}

.law-form h4 {
  margin: 0 0 .4rem;
  color: var(--law-ink);
  font: 400 1.65rem/1.05 "Iowan Old Style", Baskerville, Georgia, serif;
}

.law-form > p {
  margin: 0 0 1.25rem;
  color: var(--law-muted);
  font-size: .84rem;
}

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

.law-form label {
  display: grid;
  gap: .35rem;
  color: var(--law-ink);
  font-size: .76rem;
  font-weight: 800;
}

.law-form .full {
  grid-column: 1 / -1;
}

.law-form input,
.law-form textarea {
  width: 100%;
  min-width: 0;
  padding: .75rem;
  border: 1px solid #c3d0d4;
  border-radius: 0;
  background: #fff;
  color: var(--law-ink);
}

.law-form textarea {
  min-height: 108px;
  resize: vertical;
}

.law-form .law-consent {
  display: flex;
  flex-direction: row;
  gap: .6rem;
  align-items: flex-start;
  font-weight: 400;
  line-height: 1.5;
}

.law-form .law-consent input {
  width: auto;
  margin-top: .2rem;
}

.law-form .law-consent a {
  color: var(--law-ink);
  text-decoration: underline;
}

.law-form button {
  min-height: 48px;
  border: 0;
  background: var(--law-ink);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.law-form button:hover,
.law-form button:focus-visible {
  background: var(--law-ink-2);
}

.law-assistant {
  position: fixed;
  z-index: 42;
  right: clamp(1rem, 3vw, 2.25rem);
  bottom: clamp(1rem, 3vw, 2.25rem);
  display: grid;
  justify-items: end;
  gap: .8rem;
}

.law-assistant-trigger {
  display: inline-flex;
  align-items: center;
  gap: .72rem;
  min-height: 54px;
  padding: .55rem 1rem .55rem .7rem;
  border: 1px solid var(--law-ink);
  border-radius: 999px;
  background: var(--law-ink);
  color: #fff;
  box-shadow: 6px 6px 0 rgba(20, 42, 54, .18);
  font: 800 .74rem/1.15 var(--sans);
  text-align: left;
  cursor: pointer;
}

.law-assistant-trigger small {
  display: block;
  margin-top: .15rem;
  color: #b9d0d4;
  font: 700 .58rem/1.2 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.law-assistant-trigger:hover,
.law-assistant-trigger:focus-visible {
  background: var(--law-ink-2);
}

.law-assistant-mark {
  display: grid;
  width: 2.1rem;
  height: 2.1rem;
  place-items: center;
  border-radius: 50%;
  background: #b9d0d4;
  color: var(--law-ink);
  font: 700 .92rem/1 "Iowan Old Style", Baskerville, Georgia, serif;
}

.law-assistant-panel {
  width: min(23rem, calc(100vw - 2rem));
  padding: 1.3rem;
  border: 1px solid var(--law-line);
  background: var(--law-card);
  color: var(--law-ink);
  box-shadow: 0 20px 55px rgba(20, 42, 54, .2);
}

.law-assistant-panel[hidden] {
  display: none;
}

.law-assistant-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}

.law-assistant-label {
  display: block;
  margin-bottom: .45rem;
  color: var(--law-gold);
  font: 700 .62rem/1.3 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.law-assistant-panel h3 {
  margin: 0;
  font: 400 1.55rem/1 "Iowan Old Style", Baskerville, Georgia, serif;
}

.law-assistant-close {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--law-line);
  background: transparent;
  color: var(--law-ink);
  font-size: 1.2rem;
  cursor: pointer;
}

.law-assistant-panel > p {
  margin: 1rem 0 0;
  color: var(--law-muted);
  font-size: .84rem;
  line-height: 1.55;
}

.law-assistant-panel .law-assistant-note {
  padding-top: .8rem;
  border-top: 1px solid var(--law-line);
  color: #4e5c61;
  font-size: .76rem;
}

.law-assistant-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .65rem;
  margin-top: 1.1rem;
}

.law-assistant-actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 .8rem;
  border: 1px solid var(--law-ink);
  color: var(--law-ink);
  font-size: .74rem;
  font-weight: 800;
}

.law-assistant-actions a:first-child {
  background: var(--law-ink);
  color: #fff;
}

.law-assistant-actions a:hover,
.law-assistant-actions a:focus-visible {
  background: var(--law-gold);
  border-color: var(--law-gold);
  color: #fff;
}

.law-value {
  padding: clamp(4.5rem, 7vw, 7rem) 0;
  background: var(--law-ink);
  color: #fff;
}

.law-value-head {
  display: grid;
  grid-template-columns: 1fr .68fr;
  gap: 3rem;
  align-items: end;
  margin-bottom: 2.2rem;
}

.law-value h2 {
  max-width: 820px;
  margin: .75rem 0 0;
  color: #fff;
  font: 400 clamp(2.8rem, 5vw, 5.2rem)/.9 "Iowan Old Style", Baskerville, Georgia, serif;
  letter-spacing: -.06em;
}

.law-value-head p {
  margin: 0;
  color: #c9d3d0;
  line-height: 1.68;
}

.law-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.22);
}

.law-value-grid article {
  min-height: 170px;
  padding: 1.5rem;
  background: var(--law-ink);
}

.law-value-grid span {
  color: #b9d0d4;
  font: 700 .64rem var(--mono);
}

.law-value-grid h3 {
  margin: 2rem 0 .55rem;
  color: #fff;
  font: 400 1.5rem/1.05 "Iowan Old Style", Baskerville, Georgia, serif;
}

.law-value-grid p {
  max-width: 500px;
  margin: 0;
  color: #c9d3d0;
  font-size: .86rem;
  line-height: 1.58;
}

.law-motion .law-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .75, .25, 1);
}

.law-motion .law-reveal.law-visible {
  opacity: 1;
  transform: translateY(0);
}

.law-motion .law-value-grid article:nth-child(2),
.law-motion .law-value-grid article:nth-child(4) {
  transition-delay: .08s;
}

@media (prefers-reduced-motion: no-preference) {
  .law-landing .wd-hero::after {
    animation: law-grid-drift 18s ease-in-out infinite alternate;
  }
}

@keyframes law-grid-drift {
  from { transform: rotate(-8deg) translate3d(-1.5%, 0, 0); }
  to { transform: rotate(-8deg) translate3d(1.5%, 1%, 0); }
}

.law-landing .wd-section--soft {
  background: #e2eaec;
}

.law-landing .wd-faq-layout h2 {
  font-family: "Iowan Old Style", Baskerville, Georgia, serif;
}

.law-landing .wd-final-cta {
  background: #0d202a;
}

.law-landing .wd-final-cta h2 em {
  color: #b9d0d4;
}

.law-landing .wd-button--accent {
  border-color: #b9d0d4;
  background: #b9d0d4;
  color: var(--law-ink);
}

@media (max-width: 930px) {
  .law-landing .wd-hero-media {
    height: 480px;
    box-shadow: 10px 10px 0 var(--law-ink);
  }

  .law-site-head,
  .law-block-head,
  .law-guidance,
  .law-value-head,
  .law-contact {
    grid-template-columns: 1fr;
  }

  .law-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .law-trust-strip div:nth-child(2) {
    border-right: 0;
  }

  .law-trust-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--law-line);
  }

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

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

@media (max-width: 640px) {
  .law-landing .wd-hero h1 {
    font-size: clamp(3.15rem, 15vw, 4.5rem);
  }

  .law-landing .wd-hero-media {
    height: 390px;
    box-shadow: 7px 7px 0 var(--law-ink);
  }

  .law-site {
    padding: 3.4rem 0;
  }

  .law-site-head,
  .law-site-content {
    padding: 1.45rem;
  }

  .law-demo-banner {
    display: grid;
    padding: 1.2rem 1.45rem;
  }

  .law-demo-banner a {
    width: 100%;
  }

  .law-trust-strip {
    grid-template-columns: 1fr;
  }

  .law-trust-strip div,
  .law-trust-strip div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--law-line);
  }

  .law-trust-strip div:last-child {
    border-bottom: 0;
  }

  .law-site-head h2 {
    font-size: clamp(2.7rem, 14vw, 4rem);
  }

  .law-site-nav {
    padding: 0;
  }

  .law-site-nav a,
  .law-site-nav a:first-child {
    flex: 1 1 50%;
    border: 0;
    border-right: 1px solid var(--law-line);
    border-bottom: 1px solid var(--law-line);
    font-size: .61rem;
  }

  .law-site-nav .law-site-nav-cta {
    margin: 0;
    padding: 1rem 1.1rem;
    border: 0;
    border-right: 1px solid var(--law-line);
    border-bottom: 1px solid var(--law-line);
  }

  .law-block + .law-block {
    margin-top: 3.5rem;
    padding-top: 3.5rem;
  }

  .law-area-grid,
  .law-team,
  .law-process,
  .law-article-grid,
  .law-value-grid,
  .law-form-grid {
    grid-template-columns: 1fr;
  }

  .law-area,
  .law-area:nth-child(even) {
    padding: 1.2rem 0;
    border-left: 0;
  }

  .law-atmosphere,
  .law-guidance {
    min-height: 390px;
    margin-right: -1.45rem;
    margin-left: -1.45rem;
  }

  .law-atmosphere {
    background-position: 60% center;
  }

  .law-atmosphere-copy {
    width: 100%;
    padding: 2rem 1.45rem;
  }

  .law-guidance {
    padding: 2rem 1.45rem;
    background-position: 58% center;
  }

  .law-person-photo {
    height: 280px;
  }

  .law-form .full {
    grid-column: auto;
  }

  .law-form-flow {
    grid-template-columns: 1fr;
  }

  .law-assistant {
    bottom: 4.7rem;
  }

  .law-assistant-trigger {
    width: 48px;
    height: 48px;
    min-height: 48px;
    padding: .42rem;
    box-shadow: 4px 4px 0 rgba(20, 42, 54, .18);
  }

  .law-assistant-trigger > span:last-child {
    display: none;
  }

  .law-assistant-trigger small {
    display: none;
  }

  .law-assistant-actions {
    grid-template-columns: 1fr;
  }
}
