.akl-attorney-hero {
  position: relative;
  left: auto;
  width: 100vw;
  margin-right: 0;
  margin-left: 0;
  padding: clamp(3.5rem, 7vw, 7rem) 1.5rem;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 76% 24%, rgba(177, 29, 38, 0.24), transparent 34%),
    #050505;
}

.akl-attorney-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 7rem);
  width: min(1180px, 100%);
  margin: 0 auto;
}

.akl-attorney-hero__copy,
.akl-attorney-hero__portrait {
  min-width: 0;
}

.akl-attorney-hero__logo {
  display: block;
  width: min(235px, 48%);
  height: auto;
  margin: 0 0 2rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.akl-attorney-hero__eyebrow {
  margin: 0 0 0.8rem;
  color: #e6c7c9;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.akl-attorney-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.6rem, 7vw, 6.7rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.akl-attorney-hero__motto {
  max-width: 710px;
  margin: 1.5rem 0 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.7vw, 2.25rem);
  font-style: italic;
  line-height: 1.2;
}

.akl-attorney-hero__services {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  margin: 1.35rem 0 0;
  color: #dedede;
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.akl-attorney-hero__services span {
  color: #c12b34;
}

.akl-attorney-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 2rem 0 0;
}

.akl-attorney-hero__actions a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.25rem;
  border: 2px solid #b11d26;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.akl-attorney-hero__primary {
  color: #fff;
  background: #b11d26;
}

.akl-attorney-hero__secondary {
  color: #fff;
  background: transparent;
}

.akl-attorney-hero__actions a:hover,
.akl-attorney-hero__actions a:focus-visible {
  color: #050505;
  border-color: #fff;
  background: #fff;
}

.akl-attorney-hero__note {
  max-width: 690px;
  margin: 1.5rem 0 0;
  color: #cfcfcf;
  font-size: 0.84rem;
  line-height: 1.6;
}

.akl-attorney-hero__note a {
  color: #fff;
  text-underline-offset: 0.16em;
}

.akl-attorney-hero__portrait {
  position: relative;
  width: min(100%, 510px);
  margin: 0;
  justify-self: end;
}

.akl-attorney-hero__portrait::before {
  position: absolute;
  inset: 1.25rem -1.25rem -1.25rem 1.25rem;
  z-index: 0;
  border: 2px solid #b11d26;
  content: "";
}

.akl-attorney-hero__portrait img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 831 / 960;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.92) contrast(1.02);
}

.akl-attorney-hero__portrait figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  min-width: 190px;
  padding: 0.8rem 1rem;
  color: #fff;
  background: rgba(5, 5, 5, 0.92);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.25;
}

.akl-attorney-hero__portrait figcaption span {
  color: #e6c7c9;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .akl-attorney-hero {
    padding: 2.25rem 1.25rem 4rem;
  }

  .akl-attorney-hero__inner {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .akl-attorney-hero__portrait {
    order: -1;
    width: min(88vw, 430px);
    margin-right: 1rem;
    justify-self: center;
  }

  .akl-attorney-hero__copy {
    text-align: center;
  }

  .akl-attorney-hero__logo {
    display: none;
  }

  .akl-attorney-hero__services,
  .akl-attorney-hero__actions {
    justify-content: center;
  }

  .akl-attorney-hero__note {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 460px) {
  .akl-attorney-hero h1 {
    font-size: clamp(3.15rem, 15vw, 4.25rem);
  }

  .akl-attorney-hero__portrait {
    width: calc(100% - 1rem);
  }

  .akl-attorney-hero__actions,
  .akl-attorney-hero__actions a {
    width: 100%;
  }
}
