:root {
  --primary: #384450;
  --secondary: #241c0d;
  --gold: #d1ab66;
  --gold-soft: rgba(209, 171, 102, 0.12);
  --logo-red: #9a2430;
  --ink: #17191c;
  --muted: #5b6470;
  --line: #e7e3dc;
  --paper: #ffffff;
  --soft: #f6f6f6;
  --radius: 8px;
  --shadow: 0 18px 55px rgba(36, 28, 13, 0.13);
  --ease-refined: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-settle: cubic-bezier(0.16, 1, 0.3, 1);
  --transition-quiet: 260ms var(--ease-refined);
  --transition-deliberate: 420ms var(--ease-settle);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Lato", Arial, sans-serif;
  line-height: 1.65;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(154, 36, 48, 0.28);
  outline-offset: 3px;
}

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  background: var(--secondary);
  color: #fff;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.topbar__inner {
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 48px;
}

.topbar a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color var(--transition-quiet), text-decoration-color var(--transition-quiet);
}

.topbar a:hover {
  color: rgba(255, 255, 255, 0.86);
  text-decoration-color: rgba(209, 171, 102, 0.72);
}

.topbar__push {
  margin-left: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  box-shadow: 0 1px 0 rgba(23, 25, 28, 0.08);
}

.nav {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}

.brand img {
  width: 172px;
  transition: opacity var(--transition-quiet);
}

.brand:hover img {
  opacity: 0.9;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav__links a:not(.button) {
  position: relative;
  text-decoration: none;
  transition: color var(--transition-quiet), opacity var(--transition-quiet);
}

.nav__links a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  background: var(--logo-red);
  opacity: 0;
  transform: scaleX(0.42);
  transform-origin: left center;
  transition: opacity var(--transition-quiet), transform var(--transition-deliberate);
}

.nav__links a:not(.button):hover {
  color: var(--secondary);
  opacity: 0.9;
}

.nav__links a:not(.button):hover::after,
.nav__links a[aria-current="page"]::after,
.nav__links .current-menu-item > a:not(.button)::after,
.nav__links .current_page_parent > a:not(.button)::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav__links a[aria-current="page"],
.nav__links .current-menu-item > a,
.nav__links .current_page_parent > a {
  color: var(--secondary);
}

.nav__toggle {
  display: none;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 19px;
  border: 1px solid var(--logo-red);
  border-radius: 999px;
  background: var(--logo-red);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 0 0 rgba(36, 28, 13, 0);
  transition:
    background-color var(--transition-quiet),
    border-color var(--transition-quiet),
    color var(--transition-quiet),
    box-shadow var(--transition-deliberate),
    transform var(--transition-deliberate);
}

.button:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
  box-shadow: 0 10px 22px rgba(36, 28, 13, 0.1);
  transform: translateY(-1px);
}

.button:active {
  box-shadow: 0 4px 12px rgba(36, 28, 13, 0.08);
  transform: translateY(0);
}

.button--small {
  min-height: 36px;
  padding: 0 16px;
}

.button--ghost {
  background: transparent;
  border-color: rgba(154, 36, 48, 0.58);
  color: var(--secondary);
}

.button--ghost:hover {
  background: rgba(154, 36, 48, 0.045);
  border-color: rgba(154, 36, 48, 0.72);
  color: var(--secondary);
  box-shadow: 0 8px 18px rgba(56, 68, 80, 0.06);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 24px 0 66px;
  background:
    radial-gradient(ellipse at 82% 96%, rgba(209, 171, 102, 0.055), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fff 78%, rgba(238, 240, 242, 0.42) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 78px;
  background:
    linear-gradient(90deg, rgba(56, 68, 80, 0.014) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 68, 80, 0.012) 1px, transparent 1px);
  background-size: 128px 128px;
  opacity: 0.34;
  pointer-events: none;
}

.hero__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 58px;
  min-height: 610px;
  padding: 68px;
  border-radius: 18px;
  background: #eef0f2;
  color: var(--ink);
  overflow: hidden;
}

.hero h1,
.page-hero h1,
.intro h2,
.section-head h2,
.business-lane h2,
.about h2,
.contact-band h2 {
  margin: 0;
  font-size: clamp(2.15rem, 4vw, 4rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.hero .lead {
  margin: 28px 0 0;
  max-width: 620px;
  font-size: 1.14rem;
}

.hero .lead p {
  margin: 0 0 18px;
}

.hero .lead p:last-child {
  margin-bottom: 0;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-wordmark {
  width: min(310px, 78vw);
  height: auto;
  margin: 0 0 18px;
  padding: 10px 0;
}

.hero__image {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__image img {
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow--dark {
  color: var(--secondary);
}

.rule {
  display: block;
  width: 192px;
  height: 5px;
  margin: 0 0 28px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--logo-red), var(--logo-red) 25%, var(--primary) 25%, var(--primary) 75%);
}

.intro,
.services,
.about,
.contact {
  padding: 88px 0;
}

.intro,
.services,
.business-lane,
.about,
.contact-band,
.contact {
  position: relative;
  overflow: hidden;
}

.intro {
  padding-top: 78px;
  padding-bottom: 94px;
  background:
    radial-gradient(ellipse at 14% 8%, rgba(238, 240, 242, 0.58), transparent 34%),
    linear-gradient(180deg, rgba(238, 240, 242, 0.38) 0%, #fff 34%, #fff 74%, rgba(246, 246, 246, 0.46) 100%);
}

.intro::before {
  content: "";
  position: absolute;
  right: max(20px, calc((100vw - 1180px) / 2));
  bottom: -28px;
  width: min(420px, 46vw);
  height: 118px;
  background:
    linear-gradient(90deg, rgba(154, 36, 48, 0.08), rgba(154, 36, 48, 0)) 0 42% / 72% 1px no-repeat,
    linear-gradient(90deg, rgba(56, 68, 80, 0.065), rgba(56, 68, 80, 0)) 22% 62% / 58% 1px no-repeat;
  opacity: 0.55;
  pointer-events: none;
}

.intro__grid,
.contact__grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 70px;
  align-items: start;
}

.business-lane__grid {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 64px;
  align-items: center;
}

.intro p,
.business-lane p,
.about p,
.contact p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 1.06rem;
}

.services {
  padding-top: 96px;
  padding-bottom: 104px;
  scroll-margin-top: 220px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.88), transparent 30%),
    radial-gradient(ellipse at 86% 92%, rgba(154, 36, 48, 0.026), transparent 34%),
    linear-gradient(180deg, rgba(246, 246, 246, 0.5) 0%, rgba(238, 240, 242, 0.82) 52%, rgba(238, 240, 242, 0.96) 100%),
    var(--soft);
}

.services::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(56, 68, 80, 0.012) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 68, 80, 0.01) 1px, transparent 1px);
  background-size: 118px 118px;
  opacity: 0.52;
  pointer-events: none;
}

.services::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 104px;
  background:
    linear-gradient(180deg, rgba(238, 240, 242, 0), rgba(238, 240, 242, 0.96)),
    linear-gradient(90deg, transparent, rgba(154, 36, 48, 0.035) 48%, transparent 78%);
  pointer-events: none;
}

.services .wrap {
  position: relative;
  z-index: 1;
}

.section-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-head .rule {
  margin-left: auto;
  margin-right: auto;
  color: var(--secondary);
}

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

.practice-list {
  display: grid;
  gap: 22px;
}

.practice-row {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(320px, 0.9fr) 310px;
  gap: 46px;
  align-items: center;
  min-height: 166px;
  padding: 38px 40px 38px 64px;
  border: 1px solid rgba(56, 68, 80, 0.14);
  border-left: 4px solid var(--logo-red);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.68)),
    #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 20px 54px rgba(56, 68, 80, 0.05);
  transition:
    border-color var(--transition-quiet),
    box-shadow var(--transition-deliberate),
    background-color var(--transition-deliberate),
    transform var(--transition-deliberate);
}

.practice-row:focus-visible {
  outline: 2px solid rgba(154, 36, 48, 0.34);
  outline-offset: 5px;
  border-color: rgba(154, 36, 48, 0.26);
  box-shadow:
    0 0 0 5px rgba(154, 36, 48, 0.055),
    0 24px 58px rgba(56, 68, 80, 0.075);
}

.practice-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  opacity: 1;
  pointer-events: none;
  transition: opacity var(--transition-deliberate);
}

.practice-row::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 1;
  pointer-events: none;
  transition: opacity var(--transition-deliberate), background-position var(--transition-deliberate);
}

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

.practice-row--business {
  border-left-color: var(--logo-red);
}

.practice-row--business::before {
  background:
    linear-gradient(90deg, rgba(154, 36, 48, 0.105), rgba(255, 255, 255, 0.78) 36%, rgba(255, 255, 255, 0.5) 100%),
    radial-gradient(ellipse at 80% 38%, rgba(56, 68, 80, 0.055), transparent 30%);
}

.practice-row--business::after {
  background:
    linear-gradient(90deg, rgba(154, 36, 48, 0.11), rgba(154, 36, 48, 0)),
    repeating-linear-gradient(180deg, rgba(56, 68, 80, 0.042) 0 1px, transparent 1px 18px),
    linear-gradient(90deg, rgba(56, 68, 80, 0.05), rgba(56, 68, 80, 0));
  background-repeat: no-repeat;
  background-size:
    16% 1px,
    20% 46%,
    18% 1px;
  background-position:
    8% 27%,
    9% 31%,
    70% 72%;
}

.practice-row--estate {
  border-left-color: rgba(177, 139, 78, 0.82);
}

.practice-row--estate::before {
  background:
    linear-gradient(90deg, rgba(209, 171, 102, 0.14), rgba(255, 255, 255, 0.82) 35%, rgba(255, 255, 255, 0.55) 100%),
    radial-gradient(ellipse at 24% 50%, rgba(209, 171, 102, 0.18), transparent 38%),
    radial-gradient(ellipse at 80% 56%, rgba(177, 139, 78, 0.07), transparent 26%);
}

.practice-row--estate::after {
  background:
    linear-gradient(90deg, rgba(177, 139, 78, 0.08), rgba(177, 139, 78, 0)),
    repeating-linear-gradient(180deg, rgba(177, 139, 78, 0.04) 0 1px, transparent 1px 22px),
    linear-gradient(90deg, rgba(56, 68, 80, 0.035), rgba(56, 68, 80, 0));
  background-repeat: no-repeat;
  background-size:
    15% 1px,
    20% 44%,
    18% 1px;
  background-position:
    9% 30%,
    10% 34%,
    71% 68%;
}

.practice-row--employment {
  border-left-color: rgba(56, 68, 80, 0.86);
}

.practice-row--employment::before {
  background:
    linear-gradient(90deg, rgba(56, 68, 80, 0.115), rgba(255, 255, 255, 0.84) 37%, rgba(255, 255, 255, 0.56) 100%),
    radial-gradient(ellipse at 82% 46%, rgba(75, 101, 124, 0.06), transparent 27%);
}

.practice-row--employment::after {
  background:
    linear-gradient(90deg, rgba(56, 68, 80, 0.085), rgba(56, 68, 80, 0)),
    repeating-linear-gradient(180deg, rgba(75, 101, 124, 0.04) 0 1px, transparent 1px 20px),
    linear-gradient(90deg, rgba(75, 101, 124, 0.052), rgba(75, 101, 124, 0));
  background-repeat: no-repeat;
  background-size:
    16% 1px,
    20% 44%,
    20% 1px;
  background-position:
    8% 30%,
    10% 34%,
    72% 68%;
}

.practice-fragments {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.practice-fragment {
  position: absolute;
  display: block;
  color: var(--primary);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.14;
  white-space: nowrap;
  transition: opacity var(--transition-deliberate), transform var(--transition-deliberate);
}

.practice-fragment::before,
.practice-fragment::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: currentColor;
  opacity: 0.75;
  transition: opacity var(--transition-deliberate);
}

.practice-row:hover,
.practice-row:focus-visible {
  border-color: rgba(56, 68, 80, 0.2);
  box-shadow: 0 24px 58px rgba(56, 68, 80, 0.075);
  transform: translateY(-1px);
}

.practice-row:hover::before,
.practice-row:focus-visible::before {
  opacity: 1;
}

.practice-row:hover::after,
.practice-row:focus-visible::after {
  opacity: 1;
  background-position:
    9% 27%,
    10% 31%,
    70.5% 72%;
}

.practice-row:hover .practice-fragment,
.practice-row:focus-visible .practice-fragment {
  opacity: 0.18;
}

.practice-row:hover .practice-fragment::before,
.practice-row:focus-visible .practice-fragment::before {
  opacity: 0.84;
}

.practice-row:hover .practice-fragment::after,
.practice-row:focus-visible .practice-fragment::after {
  opacity: 0.5;
}

.practice-row--business:hover .practice-fragment {
  opacity: 0.16;
}

.practice-row--business:hover .practice-fragment--three {
  opacity: 0.225;
}

.practice-row--estate:hover .practice-fragment {
  opacity: 0.18;
}

.practice-row--estate:hover .practice-fragment--three {
  opacity: 0.13;
}

.practice-row--employment:hover .practice-fragment {
  opacity: 0.13;
}

.practice-fragment::before {
  top: -10px;
}

.practice-fragment::after {
  bottom: -12px;
  opacity: 0.42;
}

.practice-row--business .practice-fragment {
  color: var(--logo-red);
  opacity: 0.135;
}

.practice-row--business .practice-fragment--two,
.practice-row--business .practice-fragment--three {
  color: var(--primary);
}

.practice-row--business .practice-fragment--three {
  opacity: 0.2;
}

.practice-row--estate .practice-fragment {
  color: rgba(145, 108, 52, 1);
  opacity: 0.155;
}

.practice-row--estate .practice-fragment--three {
  color: var(--primary);
  opacity: 0.11;
}

.practice-row--estate .practice-fragment--four {
  opacity: 0.17;
}

.practice-row--employment .practice-fragment {
  color: rgba(62, 84, 104, 1);
  opacity: 0.105;
}

.practice-row--employment .practice-fragment--three {
  opacity: 0.12;
}

.practice-fragment--one {
  top: 22%;
  left: 9%;
  transform: rotate(-1.2deg);
}

.practice-fragment--two {
  top: 18%;
  left: 45%;
  transform: rotate(0.7deg);
}

.practice-fragment--three {
  right: 9%;
  top: 31%;
  transform: rotate(-0.6deg);
}

.practice-fragment--four {
  left: 57%;
  bottom: 22%;
  transform: rotate(0.4deg);
}

.practice-row--business .practice-fragment--one {
  top: 24%;
  left: 8%;
  transform: rotate(-0.6deg);
}

.practice-row--business .practice-fragment--two {
  top: 18%;
  left: 44%;
  transform: rotate(0.4deg);
}

.practice-row--business .practice-fragment--three {
  top: 35%;
  right: 8%;
  transform: rotate(-0.2deg);
}

.practice-row--business .practice-fragment--four {
  left: 58%;
  bottom: 19%;
  transform: rotate(0.2deg);
}

.practice-row--estate .practice-fragment--one {
  top: 26%;
  left: 12%;
  transform: rotate(-1.5deg);
}

.practice-row--estate .practice-fragment--two {
  top: 19%;
  left: 43%;
  transform: rotate(0.9deg);
}

.practice-row--estate .practice-fragment--three {
  top: 34%;
  right: 8%;
  transform: rotate(-0.4deg);
}

.practice-row--estate .practice-fragment--four {
  left: 57%;
  bottom: 24%;
  transform: rotate(-0.8deg);
}

.practice-row--employment .practice-fragment--one {
  top: 27%;
  left: 9%;
  transform: rotate(-0.3deg);
}

.practice-row--employment .practice-fragment--two {
  top: 24%;
  left: 44%;
  transform: rotate(0.2deg);
}

.practice-row--employment .practice-fragment--three {
  top: 39%;
  right: 9%;
  transform: rotate(0);
}

.practice-row--employment .practice-fragment--four {
  left: 57%;
  bottom: 26%;
  transform: rotate(0.1deg);
}

.practice-row h3 {
  margin: 0;
  max-width: 390px;
  font-size: clamp(1.65rem, 2.2vw, 2.15rem);
  line-height: 1.2;
}

.practice-row p:not(.service-card__kicker) {
  margin: 0;
  max-width: 350px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.text-link {
  position: relative;
  align-self: center;
  justify-self: end;
  color: var(--secondary);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--transition-quiet), opacity var(--transition-quiet);
}

.text-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 1.65em;
  bottom: -7px;
  height: 1px;
  background: var(--logo-red);
  transform: scaleX(1);
  transform-origin: left center;
  transition: opacity var(--transition-quiet), transform var(--transition-deliberate);
}

.text-link::after {
  content: " →";
  color: inherit;
  font-weight: 700;
  display: inline-block;
  transform: translateX(0);
  transition: transform var(--transition-deliberate), opacity var(--transition-quiet);
}

.practice-row:hover .text-link,
.practice-row:focus-visible .text-link,
.text-link:hover {
  color: var(--primary);
  opacity: 0.92;
}

.practice-row:hover .text-link::before,
.practice-row:focus-visible .text-link::before,
.text-link:hover::before {
  opacity: 0.78;
  transform: scaleX(0.92);
}

.practice-row:hover .text-link::after,
.practice-row:focus-visible .text-link::after,
.text-link:hover::after {
  transform: translateX(2px);
}

.service-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition:
    border-color var(--transition-quiet),
    box-shadow var(--transition-deliberate),
    background-color var(--transition-deliberate),
    transform var(--transition-deliberate);
}

.service-card:hover {
  border-color: rgba(56, 68, 80, 0.18);
  box-shadow: 0 14px 34px rgba(56, 68, 80, 0.055);
  transform: translateY(-1px);
}

.service-card--featured {
  border-color: rgba(209, 171, 102, 0.65);
  background: linear-gradient(180deg, #fff, var(--gold-soft));
}

.service-card__kicker {
  margin: 0 0 14px;
  color: var(--secondary);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.service-card h3 {
  margin: 0 0 16px;
  font-size: 1.45rem;
  line-height: 1.2;
}

.service-card p {
  margin: 0 0 18px;
  color: var(--muted);
}

.service-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
}

.service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--gold);
}

.business-lane {
  padding: 84px 0 88px;
  background:
    radial-gradient(ellipse at 82% 14%, rgba(255, 255, 255, 0.58), transparent 34%),
    linear-gradient(180deg, rgba(238, 240, 242, 0.96) 0%, #eef0f2 45%, rgba(238, 240, 242, 0.9) 100%);
  color: var(--ink);
}

.business-lane::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(154, 36, 48, 0.05), rgba(154, 36, 48, 0)) 7% 36% / 24% 1px no-repeat,
    linear-gradient(90deg, rgba(56, 68, 80, 0.052), rgba(56, 68, 80, 0)) 68% 70% / 20% 1px no-repeat;
  opacity: 0.62;
  pointer-events: none;
}

.business-lane::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 104px;
  background: linear-gradient(180deg, rgba(238, 240, 242, 0), rgba(255, 255, 255, 0.78));
  pointer-events: none;
}

.business-lane .wrap {
  position: relative;
  z-index: 1;
}

.business-lane__grid {
  padding-left: 34px;
  border-left: 5px solid var(--logo-red);
}

.business-lane p {
  color: var(--muted);
}

.business-lane__link {
  display: inline-block;
  margin-top: 6px;
}

.page-hero {
  padding: 82px 0;
  background:
    linear-gradient(0deg, rgba(56, 68, 80, 0.96), rgba(56, 68, 80, 0.96)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.05) 0, rgba(255,255,255,0.05) 1px, transparent 1px, transparent 10px);
  color: #fff;
}

.page-hero--light {
  background: #eef0f2;
  color: var(--ink);
}

.page-hero__grid {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 72px;
  align-items: end;
}

.page-hero .page-hero__grid > div:first-child {
  display: grid;
  align-content: center;
}

.page-hero .eyebrow {
  margin-bottom: 14px;
}

.page-hero .rule {
  margin-bottom: 26px;
}

.page-hero p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.16rem;
  line-height: 1.6;
}

.page-hero h1 + p {
  margin-top: 24px;
}

.page-hero--light p:not(.eyebrow) {
  color: var(--muted);
}

.page-hero--light .rule {
  color: var(--secondary);
}

.page-hero--employment {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 42%, rgba(255, 255, 255, 0.72), transparent 35%),
    radial-gradient(circle at 64% 78%, rgba(154, 36, 48, 0.035), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(238, 240, 242, 0.96)),
    #eef0f2;
}

.page-hero--employment::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 32%, rgba(56, 68, 80, 0.035) 32% calc(32% + 1px), transparent calc(32% + 1px) 100%),
    linear-gradient(90deg, transparent 0 72%, rgba(56, 68, 80, 0.026) 72% calc(72% + 1px), transparent calc(72% + 1px) 100%),
    linear-gradient(180deg, transparent 0 38%, rgba(56, 68, 80, 0.032) 38% calc(38% + 1px), transparent calc(38% + 1px) 100%),
    linear-gradient(180deg, transparent 0 70%, rgba(56, 68, 80, 0.024) 70% calc(70% + 1px), transparent calc(70% + 1px) 100%);
  background-size: 146px 146px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 92%, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}

.page-hero--employment::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 82px;
  height: 1px;
  background:
    linear-gradient(90deg, transparent, rgba(56, 68, 80, 0.12) 18%, rgba(154, 36, 48, 0.2) 48%, rgba(56, 68, 80, 0.09) 78%, transparent);
  pointer-events: none;
}

.page-hero--employment .wrap {
  position: relative;
  z-index: 2;
}

.page-hero--employment h1 {
  max-width: 760px;
  color: var(--secondary);
  font-size: clamp(3rem, 5.3vw, 5.1rem);
}

.page-hero--employment .page-hero__grid {
  align-items: center;
  min-height: 456px;
}

.page-hero--employment .page-hero__media {
  position: relative;
  align-self: center;
  min-height: 360px;
  display: grid;
  align-items: center;
  padding: 0;
  background: transparent;
}

.employment-brief {
  position: relative;
  z-index: 4;
  width: min(500px, 100%);
  margin-left: auto;
  padding: 32px 0 32px 34px;
  border-left: 3px solid var(--logo-red);
  background: transparent;
}

.employment-brief p,
.business-brief p,
.network-brief p {
  margin: 0;
}

.page-hero--employment .employment-brief p {
  color: var(--primary);
  font-weight: 700;
}

.employment-artifacts {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.employment-artifacts::before,
.employment-artifacts::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(56, 68, 80, 0.045);
  background:
    linear-gradient(90deg, transparent 0 68%, rgba(56, 68, 80, 0.04) 68% calc(68% + 1px), transparent calc(68% + 1px) 100%),
    linear-gradient(180deg, transparent 0 46%, rgba(56, 68, 80, 0.032) 46% calc(46% + 1px), transparent calc(46% + 1px) 100%),
    rgba(255, 255, 255, 0.08);
  opacity: 0.42;
}

.employment-artifacts::before {
  right: 9%;
  top: 104px;
  width: 30vw;
  max-width: 470px;
  min-width: 280px;
  height: 236px;
  transform: rotate(1.4deg);
}

.employment-artifacts::after {
  right: 23%;
  bottom: 116px;
  width: 25vw;
  max-width: 390px;
  min-width: 250px;
  height: 154px;
  opacity: 0.22;
  transform: rotate(-2.2deg);
}

.employment-material {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(56, 68, 80, 0.042);
  border-radius: 2px 5px 3px 1px;
  background:
    linear-gradient(135deg, transparent 0 calc(100% - 38px), rgba(154, 36, 48, 0.035) calc(100% - 37px), rgba(255, 255, 255, 0.12) 100%),
    repeating-linear-gradient(180deg, transparent 0 31px, rgba(56, 68, 80, 0.026) 31px 32px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.14));
  box-shadow:
    -10px 12px 0 rgba(255, 255, 255, 0.08),
    0 24px 64px rgba(56, 68, 80, 0.032);
  color: rgba(36, 28, 13, 0.26);
  mix-blend-mode: multiply;
}

.employment-material::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 22px;
  bottom: 24px;
  width: 1px;
  background: rgba(154, 36, 48, 0.12);
}

.employment-material::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 24px;
  width: 82px;
  height: 24px;
  border: 1px solid rgba(154, 36, 48, 0.12);
  border-radius: 50%;
  opacity: 0.42;
  transform: rotate(-5deg);
}

.employment-material span,
.employment-material i,
.employment-material em {
  display: block;
  font-style: normal;
}

.employment-material span {
  margin: 22px 28px 18px 38px;
  color: rgba(36, 28, 13, 0.26);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.employment-material i {
  height: 5px;
  margin: 14px 30px 0 38px;
  background: rgba(56, 68, 80, 0.09);
}

.employment-material i:nth-of-type(1) {
  width: 72%;
  background: rgba(56, 68, 80, 0.17);
}

.employment-material i:nth-of-type(2) {
  width: 52%;
}

.employment-material i:nth-of-type(3) {
  width: 82%;
}

.employment-material em {
  position: absolute;
  left: 38px;
  bottom: 24px;
  color: rgba(154, 36, 48, 0.28);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.86rem;
  line-height: 1.2;
}

.employment-material--primary {
  right: 10%;
  top: 126px;
  width: 388px;
  height: 252px;
  opacity: 0.76;
  transform: rotate(1.4deg) skewY(-0.4deg);
}

.employment-material--secondary {
  right: 28%;
  bottom: 94px;
  width: 344px;
  height: 196px;
  z-index: 3;
  opacity: 0.4;
  transform: rotate(-4.2deg) skewX(-0.8deg);
}

.employment-material--secondary::after {
  display: none;
}

.employment-material--transition {
  right: -34px;
  bottom: 188px;
  width: 248px;
  height: 148px;
  opacity: 0.25;
  transform: rotate(4.8deg);
}

.employment-material--transition::before {
  background: rgba(56, 68, 80, 0.09);
}

.employment-material--transition::after {
  display: none;
}

.employment-roles {
  position: absolute;
  right: 19%;
  top: 304px;
  z-index: 4;
  display: grid;
  gap: 18px;
  width: 246px;
  color: rgba(56, 68, 80, 0.26);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.46;
}

.employment-roles::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, rgba(154, 36, 48, 0.2), rgba(56, 68, 80, 0.08));
}

.employment-roles span {
  position: relative;
  display: block;
  padding-left: 18px;
}

.employment-roles span::before {
  content: "";
  position: absolute;
  left: -21px;
  top: 0.55em;
  width: 42px;
  height: 1px;
  background: rgba(56, 68, 80, 0.12);
}

.employment-margin-note {
  position: absolute;
  z-index: 5;
  color: rgba(154, 36, 48, 0.2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.78rem;
  font-style: italic;
  line-height: 1.28;
  border-bottom: 1px solid rgba(154, 36, 48, 0.13);
}

.employment-margin-note--one {
  right: 21%;
  top: 108px;
  transform: rotate(-6deg);
}

.employment-margin-note--anchor {
  right: 7%;
  bottom: 118px;
  z-index: 6;
  max-width: 250px;
  color: rgba(154, 36, 48, 0.32);
  font-size: 0.94rem;
  opacity: 0.92;
  transform: rotate(2.6deg);
}

.employment-fragment {
  position: absolute;
  color: rgba(56, 68, 80, 0.24);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.25;
  text-transform: uppercase;
  white-space: nowrap;
}

.employment-fragment--one {
  left: 7%;
  top: 24%;
  opacity: 0.11;
}

.employment-fragment--two {
  right: 32%;
  top: 20%;
  opacity: 0.16;
}

.employment-fragment--three {
  right: 10%;
  top: 31%;
  opacity: 0.18;
}

.employment-fragment--five {
  right: 6%;
  bottom: 30%;
  color: rgba(154, 36, 48, 0.22);
  opacity: 0.16;
}

.employment-fragment--six {
  left: 44%;
  bottom: 24%;
  opacity: 0.12;
}

.page-hero--business h1 {
  max-width: 620px;
  color: var(--secondary);
  font-size: clamp(3rem, 6vw, 5.6rem);
}

.page-hero--business {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 42%, rgba(255, 255, 255, 0.66), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(238, 240, 242, 0.95)),
    #eef0f2;
}

.page-hero--business::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(24deg, transparent 0 48%, rgba(56, 68, 80, 0.04) 48% calc(48% + 1px), transparent calc(48% + 1px) 100%),
    linear-gradient(90deg, rgba(56, 68, 80, 0.042) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 68, 80, 0.034) 1px, transparent 1px);
  background-size: 150px 150px, 76px 76px, 76px 76px;
  opacity: 0.52;
  pointer-events: none;
}

.page-hero--business::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 82px;
  height: 1px;
  background:
    linear-gradient(90deg, transparent, rgba(56, 68, 80, 0.12) 18%, rgba(154, 36, 48, 0.28) 46%, rgba(56, 68, 80, 0.1) 76%, transparent);
  pointer-events: none;
}

.page-hero--business .wrap {
  position: relative;
  z-index: 1;
}

.page-hero--business .page-hero__grid {
  align-items: center;
  min-height: 456px;
}

.page-hero--business .page-hero__media {
  position: relative;
  align-self: center;
  min-height: 410px;
  display: grid;
  align-items: center;
  padding: 0;
  background: transparent;
}

.business-brief {
  position: relative;
  z-index: 5;
  width: min(520px, 100%);
  margin-left: auto;
  padding: 34px 0 34px 34px;
  border-left: 3px solid var(--logo-red);
  background:
    linear-gradient(90deg, rgba(238, 240, 242, 0.96) 0%, rgba(238, 240, 242, 0.88) 62%, rgba(238, 240, 242, 0.16) 100%);
}

.page-hero--business .business-brief p {
  max-width: 520px;
  color: var(--primary);
  font-weight: 700;
}

.business-system {
  position: absolute;
  inset: -78px -170px -74px -130px;
  z-index: 1;
  opacity: 0.46;
  pointer-events: none;
}

.business-system::before,
.business-system::after {
  content: "";
  position: absolute;
  inset: 16px -48px 10px -28px;
  background:
    linear-gradient(90deg, transparent 0 22%, rgba(56, 68, 80, 0.07) 22% calc(22% + 1px), transparent calc(22% + 1px) 100%),
    linear-gradient(90deg, transparent 0 70%, rgba(56, 68, 80, 0.052) 70% calc(70% + 1px), transparent calc(70% + 1px) 100%),
    linear-gradient(180deg, transparent 0 34%, rgba(56, 68, 80, 0.066) 34% calc(34% + 1px), transparent calc(34% + 1px) 100%),
    linear-gradient(180deg, transparent 0 68%, rgba(56, 68, 80, 0.052) 68% calc(68% + 1px), transparent calc(68% + 1px) 100%);
}

.business-system::after {
  inset: 136px 6px 72px 74px;
  background:
    linear-gradient(90deg, rgba(154, 36, 48, 0.11), rgba(154, 36, 48, 0.11)) 0 34% / 45% 1px no-repeat,
    linear-gradient(180deg, rgba(56, 68, 80, 0.12), rgba(56, 68, 80, 0.12)) 45% 34% / 1px 44% no-repeat,
    linear-gradient(90deg, rgba(56, 68, 80, 0.12), rgba(56, 68, 80, 0.12)) 45% 78% / 58% 1px no-repeat;
}

.business-doc {
  position: absolute;
  z-index: 2;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.16);
  color: rgba(36, 28, 13, 0.24);
}

.business-doc span,
.business-doc i {
  display: block;
  font-style: normal;
}

.business-doc span {
  margin-bottom: 12px;
  color: rgba(36, 28, 13, 0.25);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.business-doc i {
  position: relative;
  padding-left: 16px;
  margin: 8px 0;
  font-size: 0.66rem;
  letter-spacing: 0.02em;
}

.business-doc i::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(36, 28, 13, 0.18);
}

.business-doc--priorities {
  left: -12px;
  top: 8px;
  width: 240px;
  min-height: 156px;
  transform: rotate(-2.2deg);
}

.business-doc--operations {
  left: 28px;
  bottom: -6px;
  width: 285px;
  min-height: 156px;
  transform: rotate(1.2deg);
}

.business-doc--terms {
  right: -34px;
  bottom: 14px;
  width: 300px;
  min-height: 174px;
  transform: rotate(-1.4deg);
}

.business-note {
  position: absolute;
  z-index: 3;
  color: rgba(154, 36, 48, 0.2);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.business-note--clarity {
  left: 278px;
  bottom: 98px;
  max-width: 130px;
}

.business-note--decisions {
  right: 88px;
  bottom: -4px;
  max-width: 190px;
}

.page-hero--network {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 44%, rgba(255, 255, 255, 0.62), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(238, 240, 242, 0.95)),
    #eef0f2;
}

.page-hero--network::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(28deg, transparent 0 47%, rgba(56, 68, 80, 0.045) 47% calc(47% + 1px), transparent calc(47% + 1px) 100%),
    linear-gradient(90deg, rgba(56, 68, 80, 0.048) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 68, 80, 0.038) 1px, transparent 1px);
  background-size: 144px 144px, 72px 72px, 72px 72px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 86%, transparent 100%);
  opacity: 0.58;
  pointer-events: none;
}

.page-hero--network::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 82px;
  height: 1px;
  background:
    linear-gradient(90deg, transparent, rgba(56, 68, 80, 0.16) 14%, rgba(154, 36, 48, 0.38) 42%, rgba(56, 68, 80, 0.14) 76%, transparent);
  pointer-events: none;
}

.page-hero--network .wrap {
  position: relative;
  z-index: 1;
}

.page-hero--network h1 {
  max-width: 720px;
  color: var(--secondary);
  font-size: clamp(3rem, 5.2vw, 5rem);
}

.page-hero--network .page-hero__media {
  position: relative;
  align-self: center;
  min-height: 410px;
  display: grid;
  align-items: center;
  padding: 0;
  border-left: 0;
  background: transparent;
}

.page-hero--network .page-hero__media p {
  max-width: 520px;
  color: var(--primary);
  font-weight: 700;
}

.page-hero--network .page-hero__grid {
  align-items: center;
  min-height: 456px;
}

.network-brief {
  position: relative;
  z-index: 5;
  width: min(470px, 100%);
  margin-left: auto;
  padding: 32px 0 32px 34px;
  border-left: 3px solid var(--logo-red);
  background:
    linear-gradient(90deg, rgba(238, 240, 242, 0.96) 0%, rgba(238, 240, 242, 0.88) 62%, rgba(238, 240, 242, 0.16) 100%);
}

.employment-brief,
.business-brief,
.network-brief {
  padding-top: 32px;
  padding-bottom: 32px;
}

.infrastructure-system {
  position: absolute;
  inset: -76px -180px -72px -128px;
  z-index: 1;
  opacity: 0.48;
  pointer-events: none;
}

.infrastructure-system::before,
.infrastructure-system::after {
  content: "";
  position: absolute;
  inset: 18px -54px 12px -24px;
  border: 0;
  background:
    linear-gradient(90deg, transparent 0 24%, rgba(56, 68, 80, 0.07) 24% calc(24% + 1px), transparent calc(24% + 1px) 100%),
    linear-gradient(90deg, transparent 0 72%, rgba(56, 68, 80, 0.055) 72% calc(72% + 1px), transparent calc(72% + 1px) 100%),
    linear-gradient(180deg, transparent 0 32%, rgba(56, 68, 80, 0.07) 32% calc(32% + 1px), transparent calc(32% + 1px) 100%),
    linear-gradient(180deg, transparent 0 67%, rgba(56, 68, 80, 0.055) 67% calc(67% + 1px), transparent calc(67% + 1px) 100%);
  box-shadow: none;
}

.infrastructure-system::after {
  inset: 142px 8px 72px 74px;
  border: 0;
  background:
    linear-gradient(90deg, rgba(154, 36, 48, 0.12), rgba(154, 36, 48, 0.12)) 0 34% / 44% 1px no-repeat,
    linear-gradient(180deg, rgba(56, 68, 80, 0.13), rgba(56, 68, 80, 0.13)) 44% 34% / 1px 42% no-repeat,
    linear-gradient(90deg, rgba(56, 68, 80, 0.13), rgba(56, 68, 80, 0.13)) 44% 76% / 56% 1px no-repeat;
  box-shadow: none;
}

.system-sheet {
  position: absolute;
  z-index: 2;
  border: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.12));
  box-shadow: none;
}

.system-sheet span {
  display: block;
  padding: 16px 18px 10px;
  color: rgba(56, 68, 80, 0.34);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.system-sheet i {
  display: block;
  height: 5px;
  margin: 12px 18px;
  background: rgba(56, 68, 80, 0.1);
}

.system-sheet i:nth-of-type(1) {
  width: 62%;
  background: rgba(56, 68, 80, 0.22);
}

.system-sheet i:nth-of-type(2) {
  width: 82%;
}

.system-sheet i:nth-of-type(3) {
  width: 54%;
}

.system-sheet i:nth-of-type(4) {
  width: 72%;
}

.system-sheet--contract {
  right: -42px;
  top: -18px;
  width: 360px;
  min-height: 236px;
  transform: rotate(5deg);
}

.system-sheet--field {
  left: 92px;
  bottom: -6px;
  width: 260px;
  min-height: 172px;
  background: rgba(255, 255, 255, 0.18);
  transform: rotate(-0.8deg);
}

.system-plan {
  position: absolute;
  z-index: 2;
  left: -42px;
  top: 210px;
  width: 460px;
  min-height: 218px;
  border: 0;
  background:
    linear-gradient(16deg, transparent 0 45%, rgba(36, 28, 13, 0.12) 45% calc(45% + 1px), transparent calc(45% + 1px) 100%),
    linear-gradient(11deg, transparent 0 58%, rgba(56, 68, 80, 0.1) 58% calc(58% + 1px), transparent calc(58% + 1px) 100%),
    linear-gradient(90deg, transparent 0 38%, rgba(56, 68, 80, 0.07) 38% calc(38% + 1px), transparent calc(38% + 1px) 100%),
    linear-gradient(180deg, transparent 0 62%, rgba(56, 68, 80, 0.07) 62% calc(62% + 1px), transparent calc(62% + 1px) 100%);
  transform: rotate(-3deg);
}

.system-plan span {
  position: absolute;
  left: 26px;
  color: rgba(36, 28, 13, 0.25);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.system-plan span:first-child {
  top: 22px;
}

.system-plan span:last-child {
  top: 42px;
  color: rgba(56, 68, 80, 0.22);
}

.system-notes {
  position: absolute;
  z-index: 3;
  left: 206px;
  bottom: -10px;
  width: 230px;
  min-height: 146px;
  padding: 18px 20px;
  border: 0;
  background: rgba(255, 255, 255, 0.18);
  transform: rotate(2deg);
  box-shadow: none;
}

.system-notes span,
.system-notes i {
  display: block;
  color: rgba(36, 28, 13, 0.24);
  font-size: 0.58rem;
  font-style: normal;
}

.system-notes span {
  margin-bottom: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.system-notes i {
  position: relative;
  padding-left: 14px;
  margin: 7px 0;
  font-size: 0.66rem;
  letter-spacing: 0.02em;
}

.system-notes i::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(36, 28, 13, 0.2);
}

.system-route {
  position: absolute;
  z-index: 3;
  inset: 0;
}

.system-route::before {
  content: "";
  position: absolute;
  left: 114px;
  top: 244px;
  width: 650px;
  height: 216px;
  border-left: 1px solid rgba(154, 36, 48, 0.12);
  border-bottom: 1px solid rgba(56, 68, 80, 0.12);
}

.system-route::after {
  content: "";
  position: absolute;
  left: 114px;
  top: 244px;
  width: 430px;
  height: 1px;
  background:
    repeating-linear-gradient(90deg, rgba(154, 36, 48, 0.1) 0 24px, transparent 24px 30px);
}

.system-note {
  position: absolute;
  z-index: 4;
  color: rgba(56, 68, 80, 0.2);
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.system-note--scope {
  left: 82px;
  top: 226px;
}

.system-note--terms {
  right: 104px;
  top: 372px;
}

.system-note--risk {
  left: 478px;
  bottom: 42px;
  color: rgba(154, 36, 48, 0.18);
}

.system-mark {
  position: absolute;
  z-index: 4;
  width: 76px;
  height: 24px;
  border-top: 2px solid rgba(154, 36, 48, 0.1);
  border-bottom: 1px solid rgba(56, 68, 80, 0.08);
  transform: rotate(-2deg);
}

.system-mark::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 8px;
  border-top: 1px dashed rgba(56, 68, 80, 0.1);
}

.system-mark--one {
  left: 398px;
  top: 286px;
}

.system-mark--two {
  right: -10px;
  bottom: 112px;
  width: 92px;
  transform: rotate(1deg);
}

.page-hero--estate {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 42%, rgba(255, 255, 255, 0.82), transparent 39%),
    radial-gradient(circle at 88% 78%, rgba(209, 171, 102, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(238, 240, 242, 0.94)),
    #eef0f2;
}

.page-hero--estate::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(56, 68, 80, 0.011) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 68, 80, 0.009) 1px, transparent 1px);
  background-size: 118px 118px;
  opacity: 0.26;
  pointer-events: none;
}

.page-hero--estate::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  height: 1px;
  background:
    linear-gradient(90deg, transparent, rgba(56, 68, 80, 0.1) 18%, rgba(154, 36, 48, 0.22) 48%, rgba(56, 68, 80, 0.08) 78%, transparent);
  pointer-events: none;
}

.page-hero--estate .wrap {
  position: relative;
  z-index: 1;
}

.page-hero--estate .page-hero__grid {
  align-items: center;
  min-height: 456px;
}

.page-hero--estate .page-hero__grid > div:first-child p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 24px;
}

.page-hero--estate .page-hero__media {
  position: relative;
  min-height: 410px;
  padding-top: 0;
  overflow: visible;
}

.estate-system {
  position: absolute;
  inset: -86px -190px -118px -208px;
  opacity: 0.92;
  pointer-events: none;
}

.estate-system::before,
.estate-system::after {
  content: "";
  position: absolute;
  border: 0;
  background:
    radial-gradient(circle at 22% 76%, rgba(209, 171, 102, 0.09), transparent 20%),
    linear-gradient(90deg, transparent 0 26%, rgba(56, 68, 80, 0.028) 26% calc(26% + 1px), transparent calc(26% + 1px) 100%),
    linear-gradient(180deg, transparent 0 34%, rgba(56, 68, 80, 0.026) 34% calc(34% + 1px), transparent calc(34% + 1px) 100%),
    rgba(255, 255, 255, 0.08);
}

.estate-system::before {
  inset: 118px 66px 48px 286px;
  border: 1px solid rgba(56, 68, 80, 0.045);
  background:
    linear-gradient(90deg, transparent 0 76%, rgba(56, 68, 80, 0.038) 76% calc(76% + 1px), transparent calc(76% + 1px) 100%),
    linear-gradient(180deg, transparent 0 43%, rgba(56, 68, 80, 0.034) 43% calc(43% + 1px), transparent calc(43% + 1px) 100%),
    rgba(255, 255, 255, 0.38);
  box-shadow: 0 24px 58px rgba(56, 68, 80, 0.04);
  opacity: 0.58;
  transform: rotate(-2.8deg);
}

.estate-system::after {
  inset: 24px -54px 214px 468px;
  background:
    linear-gradient(90deg, transparent 0 24%, rgba(56, 68, 80, 0.032) 24% calc(24% + 1px), transparent calc(24% + 1px) 100%),
    linear-gradient(180deg, transparent 0 48%, rgba(56, 68, 80, 0.028) 48% calc(48% + 1px), transparent calc(48% + 1px) 100%),
    rgba(250, 249, 244, 0.32);
  box-shadow: 0 18px 44px rgba(56, 68, 80, 0.026);
  opacity: 0.46;
  transform: rotate(3.5deg);
}

.estate-record {
  position: absolute;
  z-index: 2;
  padding: 24px 28px;
  border: 1px solid rgba(56, 68, 80, 0.052);
  border-radius: 2px;
  background:
    linear-gradient(135deg, transparent 0 calc(100% - 34px), rgba(209, 171, 102, 0.06) calc(100% - 33px), rgba(255, 255, 255, 0.18) 100%),
    radial-gradient(circle at 20% 10%, rgba(209, 171, 102, 0.055), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(250, 248, 241, 0.38)),
    repeating-linear-gradient(180deg, transparent 0 32px, rgba(56, 68, 80, 0.024) 32px 33px);
  box-shadow: 0 22px 62px rgba(56, 68, 80, 0.036);
  color: rgba(36, 28, 13, 0.31);
  mix-blend-mode: multiply;
}

.estate-record::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 34px;
  width: 86px;
  height: 22px;
  background: rgba(209, 171, 102, 0.12);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.28) inset;
  transform: rotate(-2deg);
}

.estate-record::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  height: 68px;
  background: repeating-linear-gradient(180deg, transparent 0 20px, rgba(56, 68, 80, 0.052) 20px 21px);
  opacity: 0.18;
}

.estate-record span,
.estate-record i,
.estate-record em {
  display: block;
  font-style: normal;
}

.estate-record span {
  margin-bottom: 14px;
  color: rgba(36, 28, 13, 0.27);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.estate-record i {
  position: relative;
  padding-left: 0;
  margin: 12px 0;
  font-size: 0.61rem;
  letter-spacing: 0.01em;
}

.estate-record i::before {
  content: none;
  position: absolute;
}

.estate-record--considerations {
  right: 102px;
  top: 72px;
  width: 344px;
  min-height: 228px;
  z-index: 4;
  opacity: 0.88;
  box-shadow: 0 34px 78px rgba(56, 68, 80, 0.06);
  transform: rotate(2.8deg);
}

.estate-record--considerations::before {
  left: 188px;
  transform: rotate(3deg);
}

.estate-record--information {
  left: 148px;
  bottom: 54px;
  width: 340px;
  min-height: 248px;
  opacity: 0.5;
  transform: rotate(-4deg);
}

.estate-record--information::before {
  left: 44px;
  background: rgba(56, 68, 80, 0.07);
  transform: rotate(-5deg);
}

.estate-record--family {
  left: 420px;
  bottom: -8px;
  width: 394px;
  min-height: 164px;
  z-index: 5;
  opacity: 0.9;
  box-shadow: 0 36px 84px rgba(56, 68, 80, 0.066);
  transform: rotate(-2.6deg);
}

.estate-record--family::before {
  left: 204px;
  background: rgba(209, 171, 102, 0.14);
  transform: rotate(4deg);
}

.estate-record--roles {
  left: 126px;
  top: 104px;
  width: 238px;
  min-height: 168px;
  opacity: 0.34;
  transform: rotate(-6deg);
}

.estate-record--roles::before {
  display: none;
}

.estate-record--assets {
  right: 196px;
  bottom: 20px;
  width: 304px;
  min-height: 206px;
  opacity: 0.48;
  transform: rotate(3.2deg);
}

.estate-record--assets::before {
  left: 136px;
  transform: rotate(-4deg);
}

.estate-record--health {
  right: -46px;
  bottom: 108px;
  width: 230px;
  min-height: 164px;
  opacity: 0.34;
  transform: rotate(-3.4deg);
}

.estate-record--health::before {
  display: none;
}

.estate-record--family i {
  padding-left: 0;
  border-bottom: 1px solid rgba(56, 68, 80, 0.11);
}

.estate-record--family i::before {
  content: none;
}

.estate-record--family em {
  margin-top: 16px;
  color: rgba(154, 36, 48, 0.42);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.92rem;
  font-style: italic;
  line-height: 1.35;
  text-align: center;
}

.estate-record--considerations i:nth-of-type(2)::after {
  content: "";
  position: absolute;
  left: -8px;
  top: -5px;
  width: 112px;
  height: 24px;
  border: 1px solid rgba(154, 36, 48, 0.18);
  border-radius: 50%;
  transform: rotate(-4deg);
}

.estate-record--family em::after {
  content: "";
  display: block;
  width: 86px;
  margin: 8px auto 0;
  border-bottom: 1px solid rgba(154, 36, 48, 0.2);
  transform: rotate(-2deg);
}

.estate-tab {
  position: absolute;
  right: 18px;
  width: 96px;
  height: 36px;
  border: 1px solid rgba(56, 68, 80, 0.08);
  border-radius: 0 6px 6px 0;
  background: rgba(250, 249, 244, 0.28);
  color: rgba(36, 28, 13, 0.18);
  display: grid;
  place-items: center;
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.estate-branch {
  position: absolute;
  z-index: 5;
  left: 86px;
  bottom: 6px;
  width: 160px;
  height: 218px;
  border-left: 1px solid rgba(56, 68, 80, 0.17);
  border-radius: 50%;
  transform: rotate(22deg);
  opacity: 0.5;
}

.estate-branch::before,
.estate-branch::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 26px;
  border-radius: 100% 0;
  border-top: 1px solid rgba(56, 68, 80, 0.16);
  border-left: 1px solid rgba(56, 68, 80, 0.1);
}

.estate-branch::before {
  left: 18px;
  top: 52px;
  transform: rotate(-36deg);
}

.estate-branch::after {
  left: -44px;
  top: 108px;
  transform: rotate(154deg);
}

.estate-paper-note {
  position: absolute;
  z-index: 5;
  right: 158px;
  top: 132px;
  width: 188px;
  color: rgba(154, 36, 48, 0.26);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.92rem;
  font-style: italic;
  line-height: 1.35;
  transform: rotate(-8deg);
}

.estate-margin-note {
  position: absolute;
  z-index: 6;
  color: rgba(154, 36, 48, 0.18);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.72rem;
  font-style: italic;
  line-height: 1;
  border-bottom: 1px solid rgba(154, 36, 48, 0.16);
}

.estate-margin-note--one {
  right: 376px;
  bottom: 100px;
  transform: rotate(-9deg);
}

.estate-margin-note--two {
  right: 82px;
  top: 326px;
  transform: rotate(5deg);
}

.estate-tab--wills {
  top: 132px;
}

.estate-tab--trusts {
  top: 176px;
}

.estate-tab--poa {
  top: 220px;
}

.estate-tab--assets {
  top: 264px;
}

.estate-note {
  position: absolute;
  right: 266px;
  top: 26px;
  color: rgba(56, 68, 80, 0.38);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  line-height: 1.8;
  text-transform: uppercase;
}

.estate-timeline {
  display: none;
}

.estate-timeline::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 27px;
  height: 1px;
  background: rgba(56, 68, 80, 0.2);
}

.estate-timeline span {
  position: relative;
  padding-top: 0;
}

.estate-timeline span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(36, 28, 13, 0.26);
}

.page-hero__media {
  display: grid;
  gap: 24px;
}

.page-hero__media img {
  width: min(360px, 100%);
  max-height: 390px;
  justify-self: end;
  object-fit: contain;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  transition: box-shadow var(--transition-deliberate), opacity var(--transition-quiet);
}

.page-hero__media:hover img {
  box-shadow: 0 20px 58px rgba(36, 28, 13, 0.11);
}

.page-hero--light .page-hero__media img {
  background: transparent;
  box-shadow: none;
}

.page-section {
  padding: 88px 0 90px;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 68px;
  align-items: start;
}

.detail-main h2,
.detail-aside h2 {
  margin: 0 0 24px;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1.14;
}

.detail-main h3 {
  margin: 42px 0 16px;
  color: var(--secondary);
  font-size: 1.15rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.detail-main p,
.detail-aside p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.06rem;
}

.detail-main p:last-child,
.detail-aside p:last-child {
  margin-bottom: 0;
}

.detail-main .check-list + h3 {
  margin-top: 48px;
}

.detail-aside .service-card__kicker {
  margin: 0 0 14px;
  color: var(--secondary);
  font-size: 0.76rem;
}

.legal-content {
  max-width: 860px;
}

.legal-content h2 {
  margin: 42px 0 14px;
  color: var(--secondary);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.18;
}

.legal-content h3 {
  margin: 26px 0 8px;
  color: var(--primary);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  font-size: 1rem;
}

.legal-content p {
  margin: 0 0 18px;
}

.legal-content ul {
  margin: 0 0 22px 20px;
  padding: 0;
}

.detail-aside {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(56, 68, 80, 0.18);
  border-radius: var(--radius);
  background: #eef0f2;
  box-shadow: 0 14px 34px rgba(56, 68, 80, 0.06);
  transition:
    border-color var(--transition-quiet),
    box-shadow var(--transition-deliberate),
    transform var(--transition-deliberate);
}

.detail-aside:hover {
  border-color: rgba(56, 68, 80, 0.24);
  box-shadow: 0 18px 42px rgba(56, 68, 80, 0.075);
  transform: translateY(-1px);
}

.detail-aside--network {
  padding-bottom: 30px;
}

.detail-aside--network::after {
  content: "";
  position: absolute;
  inset: auto 30px 28px auto;
  width: 86px;
  height: 54px;
  background:
    radial-gradient(circle at 12px 14px, var(--logo-red) 0 3px, transparent 4px),
    radial-gradient(circle at 46px 14px, rgba(56, 68, 80, 0.7) 0 3px, transparent 4px),
    radial-gradient(circle at 46px 42px, rgba(56, 68, 80, 0.6) 0 3px, transparent 4px),
    radial-gradient(circle at 74px 42px, var(--logo-red) 0 3px, transparent 4px),
    linear-gradient(90deg, rgba(154, 36, 48, 0.48), rgba(154, 36, 48, 0.48)) 12px 14px / 34px 1px no-repeat,
    linear-gradient(180deg, rgba(56, 68, 80, 0.42), rgba(56, 68, 80, 0.42)) 46px 14px / 1px 28px no-repeat,
    linear-gradient(90deg, rgba(56, 68, 80, 0.42), rgba(56, 68, 80, 0.42)) 46px 42px / 28px 1px no-repeat;
  opacity: 0.42;
  pointer-events: none;
}

.business-focus-inset {
  position: relative;
  overflow: hidden;
  padding: 0 0 90px;
  background:
    radial-gradient(ellipse at 82% 20%, rgba(255, 255, 255, 0.72), transparent 32%),
    linear-gradient(180deg, #fff 0%, rgba(238, 240, 242, 0.54) 100%);
}

.business-focus-inset__panel {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 980px;
  padding: 34px 42px 36px;
  border: 1px solid rgba(56, 68, 80, 0.14);
  border-left: 4px solid var(--logo-red);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.74)),
    #eef0f2;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 16px 44px rgba(56, 68, 80, 0.045);
  transition:
    border-color var(--transition-quiet),
    box-shadow var(--transition-deliberate),
    transform var(--transition-deliberate);
}

.business-focus-inset__panel:hover,
.business-focus-inset__panel:focus-visible {
  border-color: rgba(56, 68, 80, 0.22);
  border-left-color: var(--logo-red);
  box-shadow: 0 20px 50px rgba(56, 68, 80, 0.065);
  transform: translateY(-1px);
}

.business-focus-inset__panel:focus-visible {
  outline: 2px solid rgba(154, 36, 48, 0.34);
  outline-offset: 5px;
}

.business-focus-inset__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(154, 36, 48, 0.08), rgba(154, 36, 48, 0)) 9% 28% / 18% 1px no-repeat,
    repeating-linear-gradient(180deg, rgba(56, 68, 80, 0.03) 0 1px, transparent 1px 22px) 72% 26% / 18% 42% no-repeat,
    linear-gradient(90deg, rgba(56, 68, 80, 0.04), rgba(56, 68, 80, 0)) 72% 68% / 18% 1px no-repeat;
  opacity: 0.7;
  pointer-events: none;
}

.business-focus-inset__panel > * {
  position: relative;
  z-index: 1;
}

.business-focus-inset h2 {
  max-width: 680px;
  margin: 0 0 18px;
  color: var(--secondary);
  font-size: clamp(1.7rem, 2.5vw, 2.45rem);
  line-height: 1.14;
}

.business-focus-inset p:not(.eyebrow) {
  max-width: 760px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.7;
}

.business-focus-inset__link {
  justify-self: start;
}

.business-focus-inset__panel:hover .text-link,
.business-focus-inset__panel:focus-visible .text-link {
  color: var(--primary);
  opacity: 0.92;
}

.business-focus-inset__panel:hover .text-link::before,
.business-focus-inset__panel:focus-visible .text-link::before {
  opacity: 0.78;
  transform: scaleX(0.92);
}

.business-focus-inset__panel:hover .text-link::after,
.business-focus-inset__panel:focus-visible .text-link::after {
  transform: translateX(2px);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0 0 4px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: var(--logo-red);
  transition: background-color var(--transition-quiet), opacity var(--transition-quiet);
}

.about__grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 64px;
  align-items: center;
}

.about {
  scroll-margin-top: 148px;
  padding-top: 92px;
  padding-bottom: 92px;
  background:
    radial-gradient(ellipse at 8% 18%, rgba(238, 240, 242, 0.52), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, #fff 22%, #fff 78%, rgba(238, 240, 242, 0.48) 100%);
}

.about::before {
  content: "";
  position: absolute;
  left: max(20px, calc((100vw - 1180px) / 2));
  top: -32px;
  width: min(500px, 50vw);
  height: 160px;
  background:
    linear-gradient(90deg, rgba(56, 68, 80, 0.045), rgba(56, 68, 80, 0)) 0 28% / 70% 1px no-repeat,
    linear-gradient(90deg, rgba(209, 171, 102, 0.08), rgba(209, 171, 102, 0)) 16% 48% / 62% 1px no-repeat;
  opacity: 0.58;
  pointer-events: none;
}

.about__image {
  margin: 0;
}

.about__image img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  border-radius: var(--radius);
  background: var(--soft);
  transition: opacity var(--transition-quiet), box-shadow var(--transition-deliberate);
}

.about__image:hover img {
  opacity: 0.97;
}

.about__copy .rule {
  color: var(--secondary);
}

.about__copy h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.12;
  margin-bottom: 12px;
}

.credentials {
  display: grid;
  gap: 18px;
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.credentials strong,
.credentials span {
  display: block;
}

.credentials span {
  color: var(--muted);
}

.contact-band {
  padding: 76px 0 66px;
  background:
    radial-gradient(ellipse at 74% 26%, rgba(255, 255, 255, 0.6), transparent 32%),
    linear-gradient(180deg, rgba(238, 240, 242, 0.62) 0%, #eef0f2 52%, rgba(238, 240, 242, 0.96) 100%);
  color: var(--ink);
  text-align: center;
}

.contact-band h2 {
  max-width: 860px;
  margin: 0 auto 28px;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.14;
}

.contact-band .button {
  border-color: #9a2430;
  background: #9a2430;
  color: #fff;
  font-weight: 700;
}

.contact-band .button:hover {
  border-color: var(--secondary);
  background: var(--secondary);
  color: #fff;
}

.contact {
  scroll-margin-top: 148px;
  padding-top: 78px;
  background:
    linear-gradient(180deg, rgba(238, 240, 242, 0.96), #eef0f2 32%, #eef0f2 100%);
}

.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(56, 68, 80, 0.012) 1px, transparent 1px),
    linear-gradient(180deg, rgba(56, 68, 80, 0.01) 1px, transparent 1px);
  background-size: 132px 132px;
  opacity: 0.22;
  pointer-events: none;
}

.contact .wrap {
  position: relative;
  z-index: 1;
}

.contact__heading {
  max-width: 420px;
  margin: 0 0 24px;
  color: var(--secondary);
  font-size: clamp(1.75rem, 2.4vw, 2.35rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.16;
}

.contact__details {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  font-weight: 700;
}

.contact__details a {
  color: var(--secondary);
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 26px;
  border: 1px solid #d9dee3;
  border-radius: var(--radius);
  background: rgba(238, 240, 242, 0.72);
  box-shadow: 0 12px 26px rgba(56, 68, 80, 0.045);
  transition: border-color var(--transition-quiet), box-shadow var(--transition-deliberate);
}

.contact-form:focus-within {
  border-color: rgba(154, 36, 48, 0.22);
  box-shadow: 0 15px 34px rgba(56, 68, 80, 0.065);
}

.contact-form label {
  display: grid;
  gap: 7px;
  font-weight: 900;
  color: var(--ink);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid var(--logo-red);
  border-radius: 2px;
  background: #fff;
  padding: 11px 12px;
  color: var(--ink);
  transition:
    border-color var(--transition-quiet),
    box-shadow var(--transition-quiet),
    background-color var(--transition-quiet);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(154, 36, 48, 0.24);
  outline-offset: 2px;
  border-bottom-color: var(--secondary);
  box-shadow: 0 7px 16px rgba(56, 68, 80, 0.06);
}

.contact-form__wide {
  grid-column: 1 / -1;
}

.contact-form--clio {
  display: block;
}

.contact-form--clio #lf_form_container {
  width: 100%;
}

.contact-form--clio #lf_form_container > form,
.contact-form--clio :is(.grow-contact-form, .clio-grow-form, .clio-form) {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 18px !important;
  align-items: start !important;
  margin: 0 !important;
  width: 100% !important;
}

.contact-form--clio #lf_form_container h3:empty,
.contact-form--clio #lf_form_container input[type="hidden"],
.contact-form--clio #lf_wrap {
  display: none !important;
}

.contact-form--clio #lf_first_name_block {
  order: 1;
  grid-column: 1 !important;
}

.contact-form--clio #lf_last_name_block {
  order: 2;
  grid-column: 2 !important;
}

.contact-form--clio #lf_email_block {
  order: 3;
  grid-column: 1 !important;
}

.contact-form--clio #lf_phone_block {
  order: 4;
  grid-column: 2 !important;
}

.contact-form--clio #lf_message_block {
  order: 5;
  grid-column: 1 / -1 !important;
}

.contact-form--clio #lf_form_container .buttons {
  order: 6;
  grid-column: 1 / -1 !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 4px;
}

.contact-form--clio :is(#lf_first_name_block, #lf_last_name_block, #lf_email_block, #lf_phone_block, #lf_message_block, .buttons, fieldset, .form-group, .form-field, .field, .input, .textarea, .select, .grow-field, .clio-field) {
  min-width: 0;
  margin: 0;
}

.contact-form--clio :is(fieldset) {
  padding: 0;
  border: 0;
}

.contact-form--clio :is(#lf_first_name_block, #lf_last_name_block, #lf_email_block, #lf_phone_block, #lf_message_block) {
  display: grid !important;
  gap: 7px !important;
}

.contact-form--clio :is(label, legend, .label, .lf_label, [class*="label"]) {
  position: static !important;
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  gap: 7px;
  width: auto !important;
  height: auto !important;
  margin: 0;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  transform: none !important;
  text-indent: 0 !important;
  white-space: normal !important;
  color: var(--ink) !important;
  font-family: "Lato", Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

.contact-form--clio :is(input, textarea, select) {
  display: block !important;
  width: 100% !important;
  height: 48px !important;
  border: 0 !important;
  border-bottom: 2px solid var(--logo-red) !important;
  border-radius: 2px !important;
  background: #fff !important;
  padding: 11px 12px !important;
  box-sizing: border-box;
  color: var(--ink);
  font: inherit;
  transition:
    border-color var(--transition-quiet),
    box-shadow var(--transition-quiet),
    background-color var(--transition-quiet);
}

.contact-form--clio textarea {
  min-height: 148px !important;
  height: 148px !important;
  resize: vertical;
}

.contact-form--clio :is(input, textarea, select):focus {
  outline: 2px solid rgba(154, 36, 48, 0.24);
  outline-offset: 2px;
  border-bottom-color: var(--secondary);
  box-shadow: 0 7px 16px rgba(56, 68, 80, 0.06);
}

.contact-form--clio :is(.contact-form__wide, .message, .textarea, .full-width, .form-actions, .actions, .submit, .submit-wrapper, [class*="textarea"]) {
  grid-column: 1 / -1;
}

.contact-form--clio :is(button, input[type="submit"], .button),
.contact-form--clio #saveForm {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 178px !important;
  min-height: 46px !important;
  height: 46px !important;
  padding: 0 28px !important;
  border: 1px solid var(--logo-red) !important;
  border-radius: 999px !important;
  background: var(--logo-red) !important;
  color: #fff !important;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(36, 28, 13, 0);
  transition:
    background-color var(--transition-quiet),
    border-color var(--transition-quiet),
    color var(--transition-quiet),
    box-shadow var(--transition-deliberate),
    transform var(--transition-deliberate);
}

.contact-form--clio :is(button, input[type="submit"], .button):hover,
.contact-form--clio #saveForm:hover {
  background: var(--secondary) !important;
  border-color: var(--secondary) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(36, 28, 13, 0.1);
  transform: translateY(-1px);
}

.contact-form--clio :is(.help-text, .hint, .error, .notice, [class*="error"], [class*="message"]) {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.footer {
  color: var(--ink);
  background: #eef0f2;
}

.footer__main {
  padding: 58px 0;
  text-align: center;
}

.footer__logo {
  width: 190px;
  margin: 0 auto 24px;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.18));
}

.footer__logo--wordmark {
  width: min(420px, 82vw);
  height: auto;
  filter: none;
}

.footer nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  font-weight: 900;
}

.footer nav a,
.contact__details a,
.legal-content a {
  text-decoration: underline;
  text-decoration-color: rgba(154, 36, 48, 0.45);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition:
    color var(--transition-quiet),
    opacity var(--transition-quiet),
    text-decoration-color var(--transition-quiet),
    text-underline-offset var(--transition-quiet);
}

.footer nav a:hover,
.contact__details a:hover,
.legal-content a:hover {
  color: var(--secondary);
  opacity: 0.9;
  text-decoration-color: var(--logo-red);
  text-underline-offset: 6px;
}

.footer__legal {
  padding: 26px 0;
  background: #2f3740;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
}

.footer__legal p {
  margin: 0 0 12px;
}

@media (max-width: 900px) {
  #about,
  #contact {
    scroll-margin-top: 92px;
  }

  .topbar {
    display: none;
  }

  .nav {
    min-height: 74px;
  }

  .nav__toggle {
    display: grid;
    gap: 5px;
    width: 42px;
    height: 42px;
    place-content: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
  }

  .nav__toggle span {
    display: block;
    width: 19px;
    height: 2px;
    background: var(--ink);
  }

  .nav__links {
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px 20px 26px;
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 20px 40px rgba(23, 25, 28, 0.12);
  }

  .nav__links.is-open {
    display: flex;
  }

  .nav__links a {
    padding: 13px 0;
  }

  .hero {
    padding-top: 0;
  }

  .hero__panel,
  .page-hero__grid,
  .intro__grid,
  .business-lane__grid,
  .about__grid,
  .contact__grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .page-hero__grid,
  .detail-grid {
    gap: 44px;
  }

  .hero__panel {
    width: 100%;
    min-height: 0;
    border-radius: 0;
    padding: 48px 20px;
    gap: 34px;
  }

  .hero__image {
    order: -1;
    margin-bottom: 6px;
  }

  .hero__copy {
    order: 1;
  }

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

  .practice-row {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
    padding: 32px 28px;
  }

  .practice-row::before {
    width: 100%;
    height: 120px;
    opacity: 0.18;
  }

  .practice-row::after {
    content: none;
  }

  .practice-fragment {
    font-size: 0.58rem;
    opacity: 0.09;
  }

  .practice-row--estate .practice-fragment,
  .practice-row--employment .practice-fragment {
    opacity: 0.1;
  }

  .practice-fragment--one {
    top: 16%;
    left: 12%;
  }

  .practice-fragment--two {
    top: 22%;
    left: auto;
    right: 9%;
  }

  .practice-fragment--three {
    top: auto;
    right: 10%;
    bottom: 28%;
  }

  .practice-fragment--four {
    left: 14%;
    bottom: 16%;
  }

  .practice-row--business .practice-fragment--one {
    top: 15%;
    left: 11%;
  }

  .practice-row--business .practice-fragment--two {
    top: 24%;
    right: 10%;
    left: auto;
  }

  .practice-row--business .practice-fragment--three {
    right: 11%;
    bottom: 31%;
  }

  .practice-row--business .practice-fragment--four {
    left: 18%;
    bottom: 14%;
  }

  .practice-row--estate .practice-fragment--one {
    top: 18%;
    left: 12%;
  }

  .practice-row--estate .practice-fragment--two {
    top: 20%;
    right: 12%;
    left: auto;
  }

  .practice-row--estate .practice-fragment--three {
    right: 14%;
    bottom: 24%;
  }

  .practice-row--estate .practice-fragment--four {
    left: 20%;
    bottom: 18%;
  }

  .practice-row--employment .practice-fragment--one {
    top: 20%;
    left: 10%;
  }

  .practice-row--employment .practice-fragment--two {
    top: 36%;
    right: 10%;
    left: auto;
  }

  .practice-row--employment .practice-fragment--three {
    right: 12%;
    bottom: 30%;
  }

  .practice-row--employment .practice-fragment--four {
    left: 13%;
    bottom: 19%;
  }

  .text-link {
    justify-self: start;
  }

  .intro,
  .services,
  .business-lane,
  .page-section,
  .business-focus-inset,
  .about,
  .contact {
    padding: 60px 0;
  }

  .business-focus-inset__panel {
    padding: 30px 26px 32px;
  }

  .page-hero {
    padding: 54px 0 62px;
  }

  .page-hero h1 + p {
    margin-top: 20px;
  }

  .page-hero--business,
  .page-hero--estate,
  .page-hero--employment,
  .page-hero--network {
    min-height: 0;
  }

  .page-hero--business h1,
  .page-hero--estate h1,
  .page-hero--employment h1,
  .page-hero--network h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 10vw, 3.25rem);
  }

  .page-hero--business .page-hero__grid,
  .page-hero--estate .page-hero__grid,
  .page-hero--employment .page-hero__grid,
  .page-hero--network .page-hero__grid {
    gap: 26px;
    min-height: 0;
    align-items: start;
  }

  .page-hero--business .page-hero__media,
  .page-hero--estate .page-hero__media,
  .page-hero--employment .page-hero__media,
  .page-hero--network .page-hero__media {
    min-height: 132px;
    padding: 0;
    overflow: hidden;
    background: transparent;
  }

  .detail-main h3 {
    margin-top: 36px;
  }

  .detail-main .check-list + h3 {
    margin-top: 42px;
  }

  .contact-band {
    padding: 58px 0;
  }

  .page-hero--employment .page-hero__media {
    min-height: 112px;
  }

  .employment-brief {
    width: 100%;
    margin-left: 0;
    padding: 20px 0 20px 20px;
    background: transparent;
  }

  .employment-artifacts {
    inset: auto 0 0;
    height: 126px;
    opacity: 0.72;
  }

  .employment-artifacts::before {
    right: -70px;
    top: 8px;
    width: 210px;
    min-width: 0;
    height: 92px;
    opacity: 0.2;
  }

  .employment-artifacts::after {
    display: none;
  }

  .employment-material--primary {
    right: -52px;
    top: 30px;
    width: 210px;
    height: 104px;
    opacity: 0.2;
    transform: rotate(1.4deg);
  }

  .employment-material--secondary {
    display: none;
  }

  .employment-material--transition,
  .employment-roles,
  .employment-margin-note {
    display: none;
  }

  .employment-material span {
    margin: 16px 22px 12px 30px;
    font-size: 0.5rem;
    opacity: 0.7;
  }

  .employment-material i {
    height: 4px;
    margin: 10px 24px 0 30px;
  }

  .employment-material em {
    left: 30px;
    bottom: 16px;
    font-size: 0.72rem;
    opacity: 0.82;
  }

  .employment-fragment {
    display: none;
  }

  .employment-fragment--two {
    display: block;
    right: 26px;
    top: 22px;
    font-size: 0.5rem;
    color: rgba(154, 36, 48, 0.34);
    opacity: 0.2;
  }

  .employment-fragment--three {
    display: block;
    right: 18px;
    bottom: 12px;
    font-size: 0.48rem;
    opacity: 0.06;
  }

  .page-hero--business .page-hero__media {
    min-height: 220px;
  }

  .business-brief {
    width: 100%;
    margin-left: 0;
    padding: 20px 0 20px 22px;
    background: transparent;
  }

  .business-system {
    inset: auto -12px 6px auto;
    width: min(304px, 80vw);
    height: 132px;
    opacity: 0.46;
  }

  .business-system::before {
    inset: 22px 12px 20px 18px;
    opacity: 0.5;
  }

  .business-system::after {
    inset: 54px 22px 32px 42px;
    opacity: 0.54;
  }

  .business-doc {
    padding: 14px 16px;
  }

  .business-doc span {
    font-size: 0.48rem;
    margin-bottom: 9px;
  }

  .business-doc i {
    margin: 6px 0;
    font-size: 0.56rem;
  }

  .business-doc--terms {
    right: 8px;
    bottom: 12px;
    width: 226px;
    min-height: 108px;
    opacity: 0.34;
    transform: rotate(-0.7deg);
  }

  .business-doc--terms::after {
    content: "risk allocation";
    position: absolute;
    right: 18px;
    top: 18px;
    color: rgba(154, 36, 48, 0.72);
    font-size: 0.56rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .business-doc--terms::before {
    content: "contract review";
    position: absolute;
    left: 18px;
    bottom: 16px;
    color: rgba(56, 68, 80, 0.22);
    font-size: 0.48rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .business-doc--priorities,
  .business-doc--operations,
  .business-note {
    display: none;
  }

  .page-hero--network::after {
    right: -74px;
    bottom: -110px;
    opacity: 0.13;
  }

  .page-hero--network .page-hero__media {
    min-height: 184px;
  }

  .network-brief {
    width: 100%;
    margin-left: 0;
    padding: 20px 0 20px 22px;
    background: transparent;
  }

  .infrastructure-system {
    inset: auto -42px 0 auto;
    width: min(310px, 82vw);
    height: 126px;
    opacity: 0.24;
  }

  .infrastructure-system::before {
    inset: 16px 6px 12px 18px;
    opacity: 0.5;
  }

  .infrastructure-system::after {
    inset: 48px 16px 30px 48px;
    opacity: 0.56;
  }

  .system-plan {
    left: 34px;
    top: 50px;
    width: 210px;
    min-height: 82px;
    opacity: 0.24;
    transform: rotate(-1.2deg);
  }

  .system-sheet--contract {
    right: 4px;
    top: 34px;
    width: 196px;
    min-height: 112px;
    opacity: 0.18;
    transform: rotate(2deg);
  }

  .system-sheet--field,
  .system-notes,
  .system-route,
  .system-mark {
    display: none;
  }

  .system-note {
    display: none;
  }

  .system-note--scope {
    display: block;
    left: auto;
    right: 22px;
    top: auto;
    bottom: 20px;
    color: rgba(154, 36, 48, 0.5);
    font-size: 0;
    opacity: 0.76;
  }

  .system-note--scope::after {
    content: "scope / field reality";
    color: rgba(154, 36, 48, 0.52);
    font-size: 0.5rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .page-hero--estate .page-hero__media {
    min-height: 150px;
  }

  .estate-system {
    inset: auto -34px 0 auto;
    width: min(300px, 80vw);
    height: 132px;
    opacity: 0.5;
  }

  .estate-system::before {
    inset: 22px 28px 18px 64px;
    opacity: 0.18;
    transform: rotate(-1.8deg);
  }

  .estate-system::after {
    display: none;
  }

  .estate-record {
    padding: 16px 18px;
  }

  .estate-record span {
    font-size: 0.48rem;
    margin-bottom: 8px;
  }

  .estate-record i {
    margin: 7px 0;
    font-size: 0.52rem;
  }

  .estate-record--considerations {
    right: 8px;
    top: 20px;
    width: 214px;
    min-height: 116px;
    opacity: 0.22;
    transform: rotate(1.2deg);
  }

  .estate-record--considerations i:nth-of-type(2)::after {
    opacity: 0.5;
    transform: rotate(-3deg) scale(0.82);
    transform-origin: left center;
  }

  .estate-record--family,
  .estate-record--information,
  .estate-record--roles,
  .estate-record--assets,
  .estate-record--health,
  .estate-branch,
  .estate-tab,
  .estate-margin-note,
  .estate-note {
    display: none;
  }

  .estate-paper-note {
    right: 24px;
    top: 22px;
    width: 192px;
    color: rgba(154, 36, 48, 0.36);
    font-size: 0.82rem;
    opacity: 0.74;
    transform: rotate(-3.4deg);
  }

  .estate-margin-note--two {
    display: block;
    right: 26px;
    top: 98px;
    color: rgba(145, 108, 52, 0.26);
    font-size: 0.62rem;
    opacity: 0.62;
    transform: rotate(3deg);
  }

  .page-hero__media img {
    justify-self: start;
    width: min(320px, 100%);
    max-height: 420px;
  }

  .contact-form,
  .contact-form--clio #lf_form_container > form,
  .contact-form--clio :is(.grow-contact-form, .clio-grow-form, .clio-form) {
    grid-template-columns: 1fr !important;
  }

  .contact-form--clio :is(#lf_first_name_block, #lf_last_name_block, #lf_email_block, #lf_phone_block, #lf_message_block, .buttons) {
    grid-column: 1 !important;
  }
}

@media (max-width: 560px) {
  .wrap {
    width: min(100% - 28px, 1180px);
  }

  .brand img {
    width: 145px;
  }

  .hero__actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .contact-form--clio :is(button, input[type="submit"], .button),
  .contact-form--clio #saveForm {
    min-height: 44px !important;
    height: 44px !important;
    padding-inline: 22px !important;
    font-weight: 800;
    letter-spacing: 0.035em;
  }

  .business-focus-inset .text-link,
  .business-lane .text-link {
    display: inline-block;
    max-width: 100%;
    white-space: normal;
    line-height: 1.45;
  }

  .business-focus-inset .text-link::before,
  .business-lane .text-link::before {
    right: 0;
  }

  .business-focus-inset .text-link::after,
  .business-lane .text-link::after {
    content: "\00a0\2192";
  }

  .footer nav {
    display: grid;
    gap: 12px;
  }
}

.nav__links ul,
.footer nav ul {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sl-insights__hero {
  position: relative;
  overflow: hidden;
}

.sl-insights__hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 72px;
  background:
    linear-gradient(90deg, rgba(154, 36, 48, 0.045), rgba(154, 36, 48, 0) 42%),
    linear-gradient(180deg, rgba(238, 240, 242, 0), rgba(255, 255, 255, 0.68));
  pointer-events: none;
}

.sl-insights__hero .wrap {
  position: relative;
  z-index: 1;
}

.sl-insights__hero p:not(.eyebrow) {
  max-width: 720px;
}

.sl-insights__body {
  background: linear-gradient(180deg, #fff 0%, rgba(246, 246, 246, 0.62) 100%);
}

.sl-post-list {
  display: grid;
  gap: 24px;
}

.sl-post-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
  padding: 28px;
  border: 1px solid rgba(56, 68, 80, 0.14);
  border-left: 4px solid var(--logo-red);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(56, 68, 80, 0.045);
  transition:
    border-color var(--transition-quiet),
    box-shadow var(--transition-deliberate),
    transform var(--transition-deliberate);
}

.sl-post-card:hover {
  border-color: rgba(56, 68, 80, 0.22);
  box-shadow: 0 24px 58px rgba(56, 68, 80, 0.07);
  transform: translateY(-1px);
}

.sl-post-card--no-image {
  grid-template-columns: 1fr;
}

.sl-post-card__media {
  min-height: 100%;
  overflow: hidden;
  background: #eef0f2;
  text-decoration: none;
}

.sl-post-card__media img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  transition: transform var(--transition-deliberate), opacity var(--transition-quiet);
}

.sl-post-card:hover .sl-post-card__media img {
  opacity: 0.94;
  transform: scale(1.015);
}

.sl-post-card__body {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 4px 0;
}

.sl-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sl-post-meta a {
  color: var(--secondary);
  text-decoration: none;
}

.sl-post-meta a:hover {
  color: var(--logo-red);
}

.sl-post-card__title {
  margin: 0;
  max-width: 820px;
  color: var(--secondary);
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  line-height: 1.16;
}

.sl-post-card__title a {
  text-decoration: none;
  transition: color var(--transition-quiet);
}

.sl-post-card__title a:hover {
  color: var(--primary);
}

.sl-post-card__excerpt {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.sl-post-card__excerpt p {
  margin: 0;
}

.sl-post-card__link {
  margin-top: 24px;
}

.sl-pagination {
  margin-top: 38px;
}

.sl-pagination .nav-links,
.sl-comment-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.sl-pagination a,
.sl-pagination span,
.sl-comment-navigation a,
.sl-comment-navigation span,
.sl-page-links a,
.sl-page-links span {
  display: inline-flex;
  min-width: 40px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid rgba(56, 68, 80, 0.16);
  background: #fff;
  color: var(--secondary);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.sl-pagination .current,
.sl-pagination a:hover,
.sl-comment-navigation a:hover,
.sl-page-links a:hover {
  border-color: rgba(154, 36, 48, 0.38);
  background: rgba(154, 36, 48, 0.045);
}

.sl-empty-state {
  max-width: 680px;
  padding: 34px 0;
}

.sl-empty-state h2 {
  margin: 0 0 12px;
  color: var(--secondary);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.18;
}

.sl-empty-state p {
  margin: 0 0 24px;
  color: var(--muted);
}

.sl-archive-description {
  max-width: 720px;
  color: var(--muted);
}

.sl-archive-description p {
  margin: 22px 0 0;
}

.sl-post-header {
  padding: 84px 0 54px;
  background:
    radial-gradient(ellipse at 74% 18%, rgba(209, 171, 102, 0.09), transparent 34%),
    linear-gradient(180deg, #eef0f2 0%, rgba(238, 240, 242, 0.72) 100%);
}

.sl-post-header__inner,
.sl-post-content {
  max-width: 820px;
}

.sl-post-kicker {
  display: inline-flex;
  margin: 0 0 18px;
  color: var(--secondary);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.sl-post-kicker::before {
  content: "";
  align-self: center;
  width: 52px;
  height: 2px;
  margin-right: 14px;
  background: var(--logo-red);
}

.sl-post-header h1 {
  margin: 0 0 22px;
  color: var(--secondary);
  font-size: clamp(2.15rem, 4.5vw, 4.4rem);
  line-height: 1.07;
  letter-spacing: 0;
}

.sl-featured-image {
  max-width: 1040px;
  margin-top: 46px;
}

.sl-featured-image img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.sl-post-content {
  padding: 58px 0 20px;
  color: var(--ink);
}

.sl-post-content > *:first-child {
  margin-top: 0;
}

.sl-post-content p,
.sl-post-content li {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.82;
}

.sl-post-content p {
  margin: 0 0 24px;
}

.sl-post-content h2,
.sl-post-content h3,
.sl-post-content h4 {
  color: var(--secondary);
  line-height: 1.2;
}

.sl-post-content h2 {
  margin: 48px 0 18px;
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
}

.sl-post-content h3 {
  margin: 38px 0 14px;
  color: var(--primary);
  font-size: 1.08rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.sl-post-content ul,
.sl-post-content ol {
  margin: 0 0 26px 24px;
  padding: 0;
}

.sl-post-content li {
  margin: 8px 0;
}

.sl-post-content blockquote {
  margin: 34px 0;
  padding: 8px 0 8px 26px;
  border-left: 4px solid var(--gold);
  color: var(--secondary);
  font-size: 1.18rem;
  line-height: 1.65;
}

.sl-post-content blockquote p {
  color: inherit;
}

.sl-post-content a {
  color: var(--secondary);
  text-decoration: underline;
  text-decoration-color: rgba(154, 36, 48, 0.45);
  text-underline-offset: 4px;
}

.sl-post-content a:hover {
  text-decoration-color: var(--logo-red);
}

.sl-post-content img,
.sl-post-content figure {
  max-width: 100%;
}

.sl-post-content .wp-caption {
  color: var(--muted);
  font-size: 0.92rem;
}

.sl-article-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  max-width: 960px;
  margin-top: 42px;
  padding: 34px 38px;
  border: 1px solid rgba(56, 68, 80, 0.16);
  border-left: 4px solid var(--logo-red);
  background: #eef0f2;
}

.sl-article-cta .eyebrow {
  margin-bottom: 10px;
}

.sl-article-cta h2 {
  margin: 0;
  color: var(--secondary);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.18;
}

.sl-post-navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 960px;
  margin-top: 30px;
}

.sl-post-navigation__item {
  min-height: 96px;
  padding: 22px;
  border: 1px solid rgba(56, 68, 80, 0.14);
  background: #fff;
}

.sl-post-navigation__item:empty {
  display: none;
}

.sl-post-navigation__item span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sl-post-navigation__item a {
  color: var(--secondary);
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
}

.sl-post-navigation__item a:hover {
  color: var(--logo-red);
}

.sl-comments {
  max-width: 820px;
  margin-top: 56px;
  margin-bottom: 78px;
  padding-top: 38px;
  border-top: 1px solid var(--line);
}

.sl-comments__title {
  margin: 0 0 20px;
  color: var(--secondary);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.2;
}

.sl-comment-list {
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
}

.sl-comment-list .comment {
  margin: 0 0 18px;
  padding: 22px;
  border: 1px solid rgba(56, 68, 80, 0.13);
  background: #fff;
}

.sl-comment-list .children {
  margin: 20px 0 0 24px;
  padding: 0;
  list-style: none;
}

.sl-comment-list .comment-meta {
  color: var(--muted);
  font-size: 0.88rem;
}

.sl-comment-list .comment-author {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--secondary);
  font-weight: 900;
}

.sl-comment-list .avatar {
  border-radius: 999px;
}

.sl-comment-list .comment-content {
  margin-top: 14px;
  color: var(--muted);
}

.sl-comment-list .comment-content p {
  margin: 0 0 14px;
}

.sl-comment-list .reply a,
.sl-comment-list .comment-edit-link {
  color: var(--secondary);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-decoration-color: rgba(154, 36, 48, 0.45);
  text-transform: uppercase;
  text-underline-offset: 4px;
}

.sl-comment-form-wrap {
  margin-top: 26px;
  padding: 28px;
  border: 1px solid rgba(56, 68, 80, 0.14);
  background: rgba(238, 240, 242, 0.58);
}

.sl-comment-note,
.sl-comments__closed,
.comment-awaiting-moderation,
.logged-in-as {
  color: var(--muted);
  font-size: 0.95rem;
}

.sl-comment-form p {
  margin: 0 0 16px;
}

.sl-comment-form label {
  display: block;
  margin: 0 0 7px;
  color: var(--secondary);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sl-comment-form input:not([type="submit"]):not([type="checkbox"]),
.sl-comment-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(56, 68, 80, 0.18);
  border-radius: 0;
  padding: 12px 14px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.sl-comment-form textarea {
  min-height: 150px;
  resize: vertical;
}

.sl-comment-form .comment-form-cookies-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.sl-comment-form .comment-form-cookies-consent label {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

@media (max-width: 900px) {
  .sl-post-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
  }

  .sl-post-card__media img {
    min-height: 220px;
  }

  .sl-post-header {
    padding: 58px 0 42px;
  }

  .sl-featured-image {
    margin-top: 32px;
  }

  .sl-post-content {
    padding-top: 42px;
  }

  .sl-article-cta {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 28px;
  }

  .sl-post-navigation {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .sl-insights__hero {
    padding-bottom: 58px;
  }

  .sl-post-card {
    padding: 22px 18px;
  }

  .sl-post-card__media img {
    min-height: 190px;
  }

  .sl-post-meta {
    font-size: 0.72rem;
    letter-spacing: 0.09em;
  }

  .sl-post-content p,
  .sl-post-content li {
    font-size: 1.02rem;
  }

  .sl-article-cta .button {
    width: 100%;
  }

  .sl-comment-form-wrap,
  .sl-comment-list .comment {
    padding: 20px 18px;
  }

  .sl-comment-list .children {
    margin-left: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .button:hover,
  .practice-row:hover,
  .service-card:hover,
  .detail-aside:hover,
  .text-link:hover::after {
    transform: none;
  }
}
